From 8d53359b70e84bd49977d3494a3f9e62351ba27f Mon Sep 17 00:00:00 2001 From: skelsoft <9147770-skelsoft@users.noreply.gitlab.com> Date: Thu, 24 Jun 2021 10:51:44 +1000 Subject: [PATCH 01/33] Fix: Monk of Zamorak - fixed missing animations (magic, defence) - fixed missing combat sounds? - fixed combat style (now casts magic, start_gfx 99, projectile 100) - fixed all stats across each level of Monk of Zamorak (lvl 17, 22, 30 and 45) --- Server/data/configs/npc_configs.json | 112 +++++++++++++++++---------- 1 file changed, 71 insertions(+), 41 deletions(-) diff --git a/Server/data/configs/npc_configs.json b/Server/data/configs/npc_configs.json index f049cc6ac..fbcedf430 100644 --- a/Server/data/configs/npc_configs.json +++ b/Server/data/configs/npc_configs.json @@ -3331,63 +3331,78 @@ }, { "examine": "An evil human cleric.", + "start_gfx": "99", + "combat_style": "2", + "combat_audio": "511,513,512", "melee_animation": "422", "range_animation": "0", - "magic_level": "31", + "attack_speed": "4", + "magic_level": "25", "respawn_delay": "60", - "defence_animation": "0", + "defence_animation": "404", "weakness": "5", - "magic_animation": "0", + "magic_animation": "711", "death_animation": "836", "name": "Monk of Zamorak", - "defence_level": "31", + "defence_level": "22", "safespot": null, - "lifepoints": "44", - "strength_level": "1", + "lifepoints": "20", + "strength_level": "18", "id": "188", "aggressive": "true", "range_level": "1", - "attack_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", - "magic_level": "33", + "attack_speed": "4", + "magic_level": "25", "respawn_delay": "60", - "defence_animation": "0", + "defence_animation": "404", "weakness": "5", - "magic_animation": "0", + "magic_animation": "711", "death_animation": "836", "name": "Monk of Zamorak", - "defence_level": "33", + "defence_level": "12", "safespot": null, - "lifepoints": "47", - "strength_level": "1", + "lifepoints": "10", + "strength_level": "8", "id": "189", "aggressive": "true", "range_level": "1", - "attack_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", - "magic_level": "39", + "attack_speed": "4", + "magic_level": "40", "respawn_delay": "60", - "defence_animation": "0", + "defence_animation": "404", "weakness": "5", - "magic_animation": "0", + "magic_animation": "711", "death_animation": "836", "name": "Monk of Zamorak", - "defence_level": "39", + "defence_level": "42", "safespot": null, - "lifepoints": "55", - "strength_level": "1", + "lifepoints": "40", + "strength_level": "38", "id": "190", "aggressive": "true", "range_level": "1", - "attack_level": "1" + "projectile": "100", + "attack_level": "38" }, { "examine": "A primitive warrior.", @@ -10416,63 +10431,78 @@ }, { "examine": "An evil human cleric.", + "start_gfx": "99", + "combat_style": "2", + "combat_audio": "511,513,512", "melee_animation": "422", "range_animation": "0", - "magic_level": "17", + "attack_speed": "4", + "magic_level": "25", "respawn_delay": "60", - "defence_animation": "0", + "defence_animation": "404", "weakness": "3", - "magic_animation": "0", + "magic_animation": "711", "death_animation": "836", "name": "Monk of Zamorak", - "defence_level": "17", + "defence_level": "22", "safespot": null, - "lifepoints": "24", - "strength_level": "12", + "lifepoints": "20", + "strength_level": "18", "id": "1044", "aggressive": "true", "range_level": "1", - "attack_level": "12" + "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", - "magic_level": "17", + "attack_speed": "4", + "magic_level": "25", "respawn_delay": "60", - "defence_animation": "0", + "defence_animation": "404", "weakness": "3", - "magic_animation": "0", + "magic_animation": "711", "death_animation": "836", "name": "Monk of Zamorak", "defence_level": "17", "safespot": null, - "lifepoints": "24", - "strength_level": "12", + "lifepoints": "10", + "strength_level": "8", "id": "1045", "aggressive": "true", "range_level": "1", - "attack_level": "12" + "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", - "magic_level": "17", + "attack_speed": "4", + "magic_level": "40", "respawn_delay": "60", - "defence_animation": "0", + "defence_animation": "404", "weakness": "3", - "magic_animation": "0", + "magic_animation": "711", "death_animation": "836", "name": "Monk of Zamorak", - "defence_level": "17", + "defence_level": "25", "safespot": null, - "lifepoints": "24", - "strength_level": "12", + "lifepoints": "25", + "strength_level": "25", "id": "1046", "aggressive": "true", "range_level": "1", - "attack_level": "12" + "projectile": "100", + "attack_level": "25" }, { "examine": "Arrghhh... A Ghast.", From d754a1e490c5d51bd6823f7c442491ab22b23ffa Mon Sep 17 00:00:00 2001 From: skelsoft <9147770-skelsoft@users.noreply.gitlab.com> Date: Fri, 25 Jun 2021 10:09:53 +1000 Subject: [PATCH 02/33] Fix: Canifis Robes are now tradeable, Cape fixes - Canifis robes are now tradeable (all pieces) - Canifis robes missing examines added - Canifis robes price properly adjusted - All capes sold at Barker's Haberdashery (ids 1007, 1023, 1019, 1021, 1027 are now correctly marked as tradeable and /not/ destroyable - Fremennik helms (incl. neitiznot) fixed missing examines --- Server/data/configs/item_configs.json | 277755 ++++++++++++----------- 1 file changed, 138922 insertions(+), 138833 deletions(-) diff --git a/Server/data/configs/item_configs.json b/Server/data/configs/item_configs.json index 1fd165e74..1d97c9714 100644 --- a/Server/data/configs/item_configs.json +++ b/Server/data/configs/item_configs.json @@ -1,138834 +1,138923 @@ -[ - { - "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", - "destroy": "true", - "archery_ticket_price": "0", - "two_handed": "true", - "id": "0" - }, - { - "destroy_message": "I got this from Captain Lawgof.", - "shop_price": "1", - "examine": "Good for repairing a broken cannon.", - "durability": null, - "name": "Toolkit", - "tradeable": "false", - "destroy": "true", - "weight": "0.4", - "archery_ticket_price": "0", - "id": "1" - }, - { - "shop_price": "5", - "ge_buy_limit": "10000", - "examine": "Ammo for the Dwarf Cannon.", - "grand_exchange_price": "381", - "durability": null, - "name": "Cannonball", - "tradeable": "true", - "low_alchemy": "2", - "high_alchemy": "3", - "archery_ticket_price": "0", - "id": "2" - }, - { - "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", - "examine": "Used to make cannon ammunition.", - "durability": null, - "name": "Ammo mould", - "low_alchemy": "2", - "high_alchemy": "3", - "weight": "4.5", - "archery_ticket_price": "0", - "id": "4" - }, - { - "shop_price": "20", - "examine": "An old note book.", - "durability": null, - "name": "Instruction manual", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "0.51", - "archery_ticket_price": "0", - "id": "5" - }, - { - "shop_price": "187500", - "ge_buy_limit": "10", - "examine": "The cannon is built on this.", - "grand_exchange_price": "189000", - "durability": null, - "name": "Cannon base", - "tradeable": "true", - "low_alchemy": "75000", - "high_alchemy": "112500", - "weight": "7", - "archery_ticket_price": "0", - "id": "6" - }, - { - "shop_price": "187500", - "ge_buy_limit": "10", - "grand_exchange_price": "189000", - "durability": null, - "name": "Cannon base", - "tradeable": "true", - "low_alchemy": "75000", - "high_alchemy": "112500", - "archery_ticket_price": "0", - "id": "7" - }, - { - "shop_price": "187500", - "ge_buy_limit": "10", - "examine": "The mounting for the multicannon.", - "grand_exchange_price": "185000", - "durability": null, - "name": "Cannon stand", - "tradeable": "true", - "low_alchemy": "75000", - "high_alchemy": "112500", - "weight": "7", - "archery_ticket_price": "0", - "id": "8" - }, - { - "shop_price": "187500", - "ge_buy_limit": "10", - "grand_exchange_price": "185000", - "durability": null, - "name": "Cannon stand", - "tradeable": "true", - "low_alchemy": "75000", - "high_alchemy": "112500", - "archery_ticket_price": "0", - "id": "9" - }, - { - "shop_price": "187500", - "ge_buy_limit": "10", - "examine": "The barrels for the multicannon.", - "grand_exchange_price": "187000", - "durability": null, - "name": "Cannon barrels", - "tradeable": "true", - "low_alchemy": "75000", - "high_alchemy": "112500", - "weight": "7", - "archery_ticket_price": "0", - "id": "10" - }, - { - "shop_price": "187500", - "ge_buy_limit": "10", - "grand_exchange_price": "187000", - "durability": null, - "name": "Cannon barrels", - "tradeable": "true", - "low_alchemy": "75000", - "high_alchemy": "112500", - "archery_ticket_price": "0", - "id": "11" - }, - { - "shop_price": "187500", - "ge_buy_limit": "10", - "examine": "This powers the multicannon.", - "grand_exchange_price": "175200", - "durability": null, - "name": "Cannon furnace", - "tradeable": "true", - "low_alchemy": "75000", - "high_alchemy": "112500", - "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", - "low_alchemy": "75000", - "high_alchemy": "112500", - "archery_ticket_price": "0", - "id": "13" - }, - { - "shop_price": "1", - "examine": "A metal railing replacement.", - "durability": null, - "name": "Railing", - "archery_ticket_price": "0", - "id": "14" - }, - { - "examine": "A cloth given to me by Sir Galahad.", - "durability": null, - "name": "Holy table napkin", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "15" - }, - { - "examine": "A small tin whistle.", - "durability": null, - "name": "Magic whistle", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "0.2", - "archery_ticket_price": "0", - "id": "16" - }, - { - "examine": "I wonder what happens when I ring it?", - "durability": null, - "name": "Grail bell", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "17" - }, - { - "examine": "It will point the way for me.", - "durability": null, - "name": "Magic gold feather", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "18" - }, - { - "examine": "A cog from some machinery.", - "durability": null, - "name": "White cog", - "weight": "1", - "archery_ticket_price": "0", - "id": "20" - }, - { - "examine": "A cog from some machinery.", - "durability": null, - "name": "Black cog", - "weight": "1", - "archery_ticket_price": "0", - "id": "21" - }, - { - "examine": "A cog from some machinery.", - "durability": null, - "name": "Blue cog", - "weight": "1", - "archery_ticket_price": "0", - "id": "22" - }, - { - "examine": "A cog from some machinery.", - "durability": null, - "name": "Red cog", - "weight": "1", - "archery_ticket_price": "0", - "id": "23" - }, - { - "examine": "Doesn't look very tasty.", - "durability": null, - "name": "Rat poison", - "weight": "0.1", - "archery_ticket_price": "0", - "id": "24" - }, - { - "examine": "Wormy.", - "durability": null, - "name": "Red vine worm", - "archery_ticket_price": "0", - "id": "25" - }, - { - "examine": "Hemenster fishing contest trophy.", - "durability": null, - "name": "Fishing trophy", - "archery_ticket_price": "0", - "id": "26" - }, - { - "examine": "Pass to the Hemenster fishing contest.", - "durability": null, - "name": "Fishing pass", - "archery_ticket_price": "0", - "id": "27" - }, - { - "shop_price": "121", - "examine": "Drives away all known 6 legged creatures.", - "durability": null, - "name": "Insect repellent", - "low_alchemy": "1", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "28" - }, - { - "examine": "It's a bucket of wax.", - "durability": null, - "name": "Bucket of wax", - "low_alchemy": "2", - "high_alchemy": "3", - "weight": "2.5", - "archery_ticket_price": "0", - "id": "30" - }, - { - "examine": "You shouldn't have this.", - "name": "RDT Slot", - "id": "31" - }, - { - "shop_price": "3", - "examine": "A spooky candle.", - "durability": null, - "name": "Lit black candle", - "low_alchemy": "1", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "32" - }, - { - "shop_price": "24", - "examine": "A candle.", - "grand_exchange_price": "104", - "durability": null, - "name": "Lit candle", - "tradeable": "true", - "low_alchemy": "1", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "33" - }, - { - "shop_price": "24", - "examine": "A candle.", - "grand_exchange_price": "104", - "durability": null, - "name": "Lit candle", - "tradeable": "true", - "low_alchemy": "1", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "34" - }, - { - "shop_price": "200", - "examine": "This used to belong to King Arthur.", - "has_special": "true", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "name": "Excalibur", - "archery_ticket_price": "0", - "id": "35", - "bonuses": "20,29,-2,0,0,0,3,2,1,0,0,25,0,0,0" - }, - { - "shop_price": "24", - "ge_buy_limit": "100", - "examine": "A candle.", - "grand_exchange_price": "119", - "durability": null, - "name": "Candle", - "tradeable": "true", - "low_alchemy": "1", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "36" - }, - { - "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.", - "durability": null, - "name": "Black candle", - "low_alchemy": "1", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "38" - }, - { - "shop_price": "10", - "ge_buy_limit": "10000", - "examine": "I can make an arrow with these.", - "grand_exchange_price": "16", - "durability": null, - "name": "Bronze arrowtips", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "39" - }, - { - "shop_price": "26", - "ge_buy_limit": "10000", - "examine": "I can make an arrow with these.", - "grand_exchange_price": "23", - "durability": null, - "name": "Iron arrowtips", - "tradeable": "true", - "low_alchemy": "10", - "high_alchemy": "15", - "archery_ticket_price": "0", - "id": "40" - }, - { - "shop_price": "36", - "ge_buy_limit": "10000", - "examine": "I can make an arrow with these.", - "grand_exchange_price": "63", - "durability": null, - "name": "Steel arrowtips", - "tradeable": "true", - "low_alchemy": "14", - "high_alchemy": "21", - "archery_ticket_price": "0", - "id": "41" - }, - { - "shop_price": "68", - "ge_buy_limit": "10000", - "examine": "I can make an arrow with these.", - "grand_exchange_price": "74", - "durability": null, - "name": "Mithril arrowtips", - "tradeable": "true", - "low_alchemy": "27", - "high_alchemy": "40", - "archery_ticket_price": "0", - "id": "42" - }, - { - "shop_price": "160", - "ge_buy_limit": "10000", - "examine": "I can make an arrow with these.", - "grand_exchange_price": "185", - "durability": null, - "name": "Adamant arrowtips", - "tradeable": "true", - "low_alchemy": "64", - "high_alchemy": "96", - "archery_ticket_price": "0", - "id": "43" - }, - { - "shop_price": "460", - "ge_buy_limit": "10000", - "examine": "I can make an arrow with these.", - "grand_exchange_price": "839", - "durability": null, - "name": "Rune arrowtips", - "tradeable": "true", - "low_alchemy": "184", - "high_alchemy": "276", - "archery_ticket_price": "0", - "id": "44" - }, - { - "ge_buy_limit": "10000", - "examine": "Opal bolt tips.", - "grand_exchange_price": "1", - "durability": null, - "name": "Opal bolt tips", - "tradeable": "true", - "low_alchemy": "2", - "high_alchemy": "4", - "archery_ticket_price": "0", - "id": "45" - }, - { - "ge_buy_limit": "10000", - "examine": "Pearl bolt tips.", - "grand_exchange_price": "5", - "durability": null, - "name": "Pearl bolt tips", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "7", - "archery_ticket_price": "0", - "id": "46" - }, - { - "shop_price": "114", - "ge_buy_limit": "10000", - "examine": "I can make bolts with these.", - "grand_exchange_price": "44", - "durability": null, - "name": "Barb bolttips", - "tradeable": "false", - "low_alchemy": "38", - "high_alchemy": "57", - "destroy": "true", - "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, - "name": "Longbow (u)", - "tradeable": "true", - "low_alchemy": "24", - "high_alchemy": "36", - "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", - "low_alchemy": "9", - "high_alchemy": "13", - "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", - "low_alchemy": "4", - "high_alchemy": "7", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "32", - "high_alchemy": "48", - "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", - "low_alchemy": "64", - "high_alchemy": "96", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "128", - "high_alchemy": "192", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "256", - "high_alchemy": "384", - "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", - "low_alchemy": "160", - "high_alchemy": "240", - "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", - "low_alchemy": "512", - "high_alchemy": "768", - "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", - "low_alchemy": "320", - "high_alchemy": "480", - "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", - "examine": "A helmet, as worn by the minions of General Khazard.", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "2.7", - "equipment_slot": "0", - "destroy_message": "I can borrow another from the armoury near the Fight Arena.", - "name": "Khazard helmet", - "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, - "low_alchemy": "4", - "high_alchemy": "7", - "weight": "0.5", - "equipment_slot": "4", - "destroy_message": "I can borrow another from the armoury near the Fight Arena.", - "remove_sleeves": "true", - "name": "Khazard armour", - "archery_ticket_price": "0", - "id": "75", - "bonuses": "0,0,0,0,0,9,11,10,0,0,0,0,0,0,0" - }, - { - "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, - "name": "Khazard cell keys", - "tradeable": "false", - "destroy": "true", - "archery_ticket_price": "0", - "id": "76" - }, - { - "destroy_message": "Angor, the Khazard barman, has a stock of Khali brew.", - "shop_price": "5", - "examine": "A bottle of Khazard's worst brew.", - "durability": null, - "name": "Khali brew", - "low_alchemy": "2", - "tradeable": "false", - "high_alchemy": "3", - "destroy": "true", - "weight": "0.1", - "archery_ticket_price": "0", - "id": "77" - }, - { - "destroy_message": "Can only be fired from yew, magic, dark or twisted bows.", - "shop_price": "2", - "examine": "Can only be fired from yew, magic, or dark bows.", - "durability": null, - "name": "Ice arrows", - "tradeable": "false", - "high_alchemy": "1", - "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" - }, - { - "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" - }, - { - "examine": "It catches the light! (Temple of Ikov)", - "durability": null, - "name": "Shiny key", - "archery_ticket_price": "0", - "id": "85" - }, - { - "examine": "An amulet made by Lucien.", - "durability": null, - "name": "Pendant of lucien", - "low_alchemy": "4", - "high_alchemy": "7", - "archery_ticket_price": "0", - "id": "86", - "equipment_slot": "2" - }, - { - "examine": "Yet another amulet.", - "durability": null, - "name": "Armadyl pendant", - "low_alchemy": "4", - "high_alchemy": "7", - "archery_ticket_price": "0", - "id": "87", - "equipment_slot": "2" - }, - { - "examine": "Magic boots that make you lighter than normal.", - "durability": null, - "name": "Boots of lightness", - "low_alchemy": "2", - "high_alchemy": "3", - "weight": "-4.5", - "archery_ticket_price": "0", - "id": "88", - "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", - "equipment_slot": "10" - }, - { - "examine": "Magic boots that make you lighter than normal.", - "durability": null, - "name": "Boots of lightness", - "low_alchemy": "2", - "high_alchemy": "3", - "weight": "0.3", - "archery_ticket_price": "0", - "id": "89", - "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", - "equipment_slot": "10" - }, - { - "examine": "It's very soft!", - "durability": null, - "name": "Child's blanket", - "low_alchemy": "2", - "high_alchemy": "3", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "90" - }, - { - "ge_buy_limit": "100", - "examine": "I need another ingredient to finish this guam potion.", - "grand_exchange_price": "285", - "durability": null, - "name": "Guam potion(unf)", - "tradeable": "true", - "low_alchemy": "1", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "91" - }, - { - "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.", - "grand_exchange_price": "43", - "durability": null, - "name": "Marrentill potion(unf)", - "tradeable": "true", - "low_alchemy": "2", - "high_alchemy": "3", - "archery_ticket_price": "0", - "id": "93" - }, - { - "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.", - "grand_exchange_price": "287", - "durability": null, - "name": "Tarromin potion(unf)", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "95" - }, - { - "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", - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "archery_ticket_price": "0", - "id": "97" - }, - { - "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.", - "grand_exchange_price": "4823", - "durability": null, - "name": "Ranarr potion(unf)", - "tradeable": "true", - "low_alchemy": "10", - "high_alchemy": "15", - "weight": "1", - "archery_ticket_price": "0", - "id": "99" - }, - { - "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.", - "grand_exchange_price": "2243", - "durability": null, - "name": "Irit potion(unf)", - "tradeable": "true", - "low_alchemy": "16", - "high_alchemy": "24", - "archery_ticket_price": "0", - "id": "101" - }, - { - "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.", - "grand_exchange_price": "3831", - "durability": null, - "name": "Avantoe potion(unf)", - "tradeable": "true", - "low_alchemy": "19", - "high_alchemy": "28", - "archery_ticket_price": "0", - "id": "103" - }, - { - "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.", - "grand_exchange_price": "1833", - "durability": null, - "name": "Kwuarm potion(unf)", - "tradeable": "true", - "low_alchemy": "21", - "high_alchemy": "32", - "archery_ticket_price": "0", - "id": "105" - }, - { - "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.", - "grand_exchange_price": "1844", - "durability": null, - "name": "Cadantine potion(unf)", - "tradeable": "true", - "low_alchemy": "26", - "high_alchemy": "39", - "archery_ticket_price": "0", - "id": "107" - }, - { - "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.", - "grand_exchange_price": "6740", - "durability": null, - "name": "Dwarf weed potion(unf)", - "tradeable": "true", - "low_alchemy": "28", - "high_alchemy": "42", - "archery_ticket_price": "0", - "id": "109" - }, - { - "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.", - "grand_exchange_price": "14500", - "durability": null, - "name": "Torstol potion(unf)", - "tradeable": "true", - "low_alchemy": "10", - "high_alchemy": "15", - "archery_ticket_price": "0", - "id": "111" - }, - { - "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.", - "grand_exchange_price": "1041", - "durability": null, - "name": "Strength potion(4)", - "tradeable": "true", - "low_alchemy": "600", - "high_alchemy": "900", - "archery_ticket_price": "0", - "id": "113" - }, - { - "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.", - "grand_exchange_price": "812", - "durability": null, - "name": "Strength potion(3)", - "tradeable": "true", - "low_alchemy": "600", - "high_alchemy": "900", - "archery_ticket_price": "0", - "id": "115" - }, - { - "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.", - "grand_exchange_price": "656", - "durability": null, - "name": "Strength potion(2)", - "tradeable": "true", - "low_alchemy": "600", - "high_alchemy": "900", - "archery_ticket_price": "0", - "id": "117" - }, - { - "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", - "ge_buy_limit": "100", - "examine": "1 dose of Strength potion.", - "grand_exchange_price": "355", - "durability": null, - "name": "Strength potion(1)", - "tradeable": "true", - "low_alchemy": "600", - "high_alchemy": "900", - "archery_ticket_price": "0", - "id": "119" - }, - { - "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.", - "grand_exchange_price": "195", - "durability": null, - "name": "Attack potion(3)", - "tradeable": "true", - "low_alchemy": "224", - "high_alchemy": "336", - "archery_ticket_price": "0", - "id": "121" - }, - { - "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.", - "grand_exchange_price": "113", - "durability": null, - "name": "Attack potion(2)", - "tradeable": "true", - "low_alchemy": "224", - "high_alchemy": "336", - "archery_ticket_price": "0", - "id": "123" - }, - { - "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", - "ge_buy_limit": "100", - "examine": "1 dose of Attack potion.", - "grand_exchange_price": "197", - "durability": null, - "name": "Attack potion(1)", - "tradeable": "true", - "low_alchemy": "224", - "high_alchemy": "336", - "archery_ticket_price": "0", - "id": "125" - }, - { - "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.", - "grand_exchange_price": "59", - "durability": null, - "name": "Restore potion(3)", - "tradeable": "true", - "low_alchemy": "35", - "high_alchemy": "52", - "weight": "0.03", - "archery_ticket_price": "0", - "id": "127" - }, - { - "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.", - "grand_exchange_price": "35", - "durability": null, - "name": "Restore potion(2)", - "tradeable": "true", - "low_alchemy": "35", - "high_alchemy": "52", - "weight": "0.03", - "archery_ticket_price": "0", - "id": "129" - }, - { - "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", - "ge_buy_limit": "100", - "examine": "1 dose of restore potion.", - "grand_exchange_price": "21", - "durability": null, - "name": "Restore potion(1)", - "tradeable": "true", - "low_alchemy": "35", - "high_alchemy": "52", - "weight": "0.03", - "archery_ticket_price": "0", - "id": "131" - }, - { - "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.", - "grand_exchange_price": "323", - "durability": null, - "name": "Defence potion(3)", - "tradeable": "true", - "low_alchemy": "352", - "high_alchemy": "528", - "archery_ticket_price": "0", - "id": "133" - }, - { - "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.", - "grand_exchange_price": "247", - "durability": null, - "name": "Defence potion(2)", - "tradeable": "true", - "low_alchemy": "352", - "high_alchemy": "528", - "archery_ticket_price": "0", - "id": "135" - }, - { - "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", - "ge_buy_limit": "100", - "examine": "1 dose of Defence Potion.", - "grand_exchange_price": "148", - "durability": null, - "name": "Defence potion(1)", - "tradeable": "true", - "low_alchemy": "352", - "high_alchemy": "528", - "archery_ticket_price": "0", - "id": "137" - }, - { - "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.", - "grand_exchange_price": "4134", - "durability": null, - "name": "Prayer potion(3)", - "tradeable": "true", - "low_alchemy": "61", - "high_alchemy": "91", - "archery_ticket_price": "0", - "id": "139" - }, - { - "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.", - "grand_exchange_price": "2868", - "durability": null, - "name": "Prayer potion(2)", - "tradeable": "true", - "low_alchemy": "61", - "high_alchemy": "91", - "archery_ticket_price": "0", - "id": "141" - }, - { - "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.", - "grand_exchange_price": "1353", - "durability": null, - "name": "Prayer potion(1)", - "tradeable": "true", - "low_alchemy": "61", - "high_alchemy": "91", - "archery_ticket_price": "0", - "id": "143" - }, - { - "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.", - "grand_exchange_price": "691", - "durability": null, - "name": "Super attack(3)", - "tradeable": "true", - "low_alchemy": "72", - "high_alchemy": "108", - "archery_ticket_price": "0", - "id": "145" - }, - { - "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.", - "grand_exchange_price": "451", - "durability": null, - "name": "Super attack(2)", - "tradeable": "true", - "low_alchemy": "72", - "high_alchemy": "108", - "archery_ticket_price": "0", - "id": "147" - }, - { - "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.", - "grand_exchange_price": "243", - "durability": null, - "name": "Super attack(1)", - "tradeable": "true", - "low_alchemy": "72", - "high_alchemy": "108", - "archery_ticket_price": "0", - "id": "149" - }, - { - "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.", - "grand_exchange_price": "40", - "durability": null, - "name": "Fishing potion(3)", - "tradeable": "true", - "low_alchemy": "100", - "high_alchemy": "150", - "weight": "0.03", - "archery_ticket_price": "0", - "id": "151" - }, - { - "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.", - "grand_exchange_price": "56", - "durability": null, - "name": "Fishing potion(2)", - "tradeable": "true", - "low_alchemy": "100", - "high_alchemy": "150", - "weight": "0.03", - "archery_ticket_price": "0", - "id": "153" - }, - { - "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.", - "grand_exchange_price": "87", - "durability": null, - "name": "Fishing potion(1)", - "tradeable": "true", - "low_alchemy": "100", - "high_alchemy": "150", - "weight": "0.03", - "archery_ticket_price": "0", - "id": "155" - }, - { - "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.", - "grand_exchange_price": "1679", - "durability": null, - "name": "Super strength(3)", - "tradeable": "true", - "low_alchemy": "88", - "high_alchemy": "132", - "archery_ticket_price": "0", - "id": "157" - }, - { - "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.", - "grand_exchange_price": "1164", - "durability": null, - "name": "Super strength(2)", - "tradeable": "true", - "low_alchemy": "88", - "high_alchemy": "132", - "archery_ticket_price": "0", - "id": "159" - }, - { - "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.", - "grand_exchange_price": "603", - "durability": null, - "name": "Super strength(1)", - "tradeable": "true", - "low_alchemy": "88", - "high_alchemy": "132", - "archery_ticket_price": "0", - "id": "161" - }, - { - "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.", - "grand_exchange_price": "113", - "durability": null, - "name": "Super defence(3)", - "tradeable": "true", - "low_alchemy": "105", - "high_alchemy": "158", - "archery_ticket_price": "0", - "id": "163" - }, - { - "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.", - "grand_exchange_price": "65", - "durability": null, - "name": "Super defence(2)", - "tradeable": "true", - "low_alchemy": "105", - "high_alchemy": "158", - "archery_ticket_price": "0", - "id": "165" - }, - { - "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.", - "grand_exchange_price": "41", - "durability": null, - "name": "Super defence(1)", - "tradeable": "true", - "low_alchemy": "105", - "high_alchemy": "158", - "archery_ticket_price": "0", - "id": "167" - }, - { - "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.", - "grand_exchange_price": "6224", - "durability": null, - "name": "Ranging potion(3)", - "tradeable": "true", - "low_alchemy": "115", - "high_alchemy": "172", - "archery_ticket_price": "0", - "id": "169" - }, - { - "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.", - "grand_exchange_price": "4330", - "durability": null, - "name": "Ranging potion(2)", - "tradeable": "true", - "low_alchemy": "115", - "high_alchemy": "172", - "archery_ticket_price": "0", - "id": "171" - }, - { - "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.", - "grand_exchange_price": "2068", - "durability": null, - "name": "Ranging potion(1)", - "tradeable": "true", - "low_alchemy": "115", - "high_alchemy": "172", - "archery_ticket_price": "0", - "id": "173" - }, - { - "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.", - "grand_exchange_price": "1239", - "durability": null, - "name": "Antipoison(3)", - "tradeable": "true", - "low_alchemy": "115", - "high_alchemy": "172", - "archery_ticket_price": "0", - "id": "175" - }, - { - "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.", - "grand_exchange_price": "822", - "durability": null, - "name": "Antipoison(2)", - "tradeable": "true", - "low_alchemy": "115", - "high_alchemy": "172", - "archery_ticket_price": "0", - "id": "177" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "822", - "durability": null, - "name": "Antipoison(2)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "178" - }, - { - "shop_price": "375", - "ge_buy_limit": "1000", - "examine": "1 dose of antipoison potion.", - "grand_exchange_price": "460", - "durability": null, - "name": "Antipoison(1)", - "tradeable": "true", - "low_alchemy": "115", - "high_alchemy": "172", - "archery_ticket_price": "0", - "id": "179" - }, - { - "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.", - "grand_exchange_price": "872", - "durability": null, - "name": "Super antipoison(3)", - "tradeable": "true", - "low_alchemy": "115", - "high_alchemy": "172", - "archery_ticket_price": "0", - "id": "181" - }, - { - "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.", - "grand_exchange_price": "509", - "durability": null, - "name": "Super antipoison(2)", - "tradeable": "true", - "low_alchemy": "115", - "high_alchemy": "172", - "archery_ticket_price": "0", - "id": "183" - }, - { - "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.", - "grand_exchange_price": "366", - "durability": null, - "name": "Super antipoison(1)", - "tradeable": "true", - "low_alchemy": "115", - "high_alchemy": "172", - "archery_ticket_price": "0", - "id": "185" - }, - { - "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.", - "grand_exchange_price": "33", - "durability": null, - "name": "Weapon poison", - "tradeable": "true", - "low_alchemy": "57", - "high_alchemy": "86", - "archery_ticket_price": "0", - "id": "187" - }, - { - "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.", - "grand_exchange_price": "1818", - "durability": null, - "name": "Zamorak brew(3)", - "tradeable": "true", - "low_alchemy": "70", - "high_alchemy": "105", - "weight": "0.5", - "archery_ticket_price": "0", - "id": "189" - }, - { - "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.", - "grand_exchange_price": "1004", - "durability": null, - "name": "Zamorak brew(2)", - "tradeable": "true", - "low_alchemy": "70", - "high_alchemy": "105", - "weight": "0.5", - "archery_ticket_price": "0", - "id": "191" - }, - { - "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.", - "grand_exchange_price": "1175", - "durability": null, - "name": "Zamorak brew(1)", - "tradeable": "true", - "low_alchemy": "70", - "high_alchemy": "105", - "weight": "0.5", - "archery_ticket_price": "0", - "id": "193" - }, - { - "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.", - "grand_exchange_price": "117", - "durability": null, - "name": "Potion", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "195" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "117", - "durability": null, - "name": "Potion", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "196" - }, - { - "shop_price": "39", - "ge_buy_limit": "100", - "examine": "Stankers gives out these strange cocktails for free.", - "grand_exchange_price": "124", - "durability": null, - "name": "Poison chalice", - "tradeable": "true", - "low_alchemy": "8", - "high_alchemy": "12", - "archery_ticket_price": "0", - "id": "197" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "124", - "durability": null, - "name": "Poison chalice", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "198" - }, - { - "requirements": "{3,15}", - "ge_buy_limit": "10000", - "examine": "I need to clean this herb before I can use it.", - "grand_exchange_price": "155", - "durability": null, - "name": "Grimy guam", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "199" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "155", - "durability": null, - "name": "Grimy guam", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "200" - }, - { - "requirements": "{5,15}", - "ge_buy_limit": "10000", - "examine": "I need to clean this herb before I can use it.", - "grand_exchange_price": "26", - "durability": null, - "name": "Grimy marrentill", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "201" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "26", - "durability": null, - "name": "Grimy marrentill", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "202" - }, - { - "requirements": "{11,15}", - "ge_buy_limit": "10000", - "examine": "I need to clean this herb before I can use it.", - "grand_exchange_price": "151", - "durability": null, - "name": "Grimy tarromin", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "203" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "151", - "durability": null, - "name": "Grimy tarromin", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "204" - }, - { - "requirements": "{20,15}", - "ge_buy_limit": "10000", - "examine": "I need to clean this herb before I can use it.", - "grand_exchange_price": "275", - "durability": null, - "name": "Grimy harralander", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "205" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "275", - "durability": null, - "name": "Grimy harralander", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "206" - }, - { - "requirements": "{15,25}", - "ge_buy_limit": "10000", - "examine": "I need to clean this herb before I can use it.", - "grand_exchange_price": "4909", - "durability": null, - "name": "Grimy ranarr", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "207" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "4909", - "durability": null, - "name": "Grimy ranarr", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "208" - }, - { - "requirements": "{15,40}", - "ge_buy_limit": "10000", - "examine": "I need to clean this herb before I can use it.", - "grand_exchange_price": "2034", - "durability": null, - "name": "Grimy irit", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "209" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "2034", - "durability": null, - "name": "Grimy irit", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "210" - }, - { - "requirements": "{15,48}", - "ge_buy_limit": "10000", - "examine": "I need to clean this herb before I can use it.", - "grand_exchange_price": "3789", - "durability": null, - "name": "Grimy avantoe", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "211" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "3789", - "durability": null, - "name": "Grimy avantoe", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "212" - }, - { - "requirements": "{15,54}", - "ge_buy_limit": "10000", - "examine": "I need to clean this herb before I can use it.", - "grand_exchange_price": "1665", - "durability": null, - "name": "Grimy kwuarm", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "213" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "1665", - "durability": null, - "name": "Grimy kwuarm", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "214" - }, - { - "requirements": "{15,65}", - "ge_buy_limit": "10000", - "examine": "I need to clean this herb before I can use it.", - "grand_exchange_price": "1582", - "durability": null, - "name": "Grimy cadantine", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "215" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "1582", - "durability": null, - "name": "Grimy cadantine", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "216" - }, - { - "requirements": "{15,70}", - "ge_buy_limit": "10000", - "examine": "I need to clean this herb before I can use it.", - "grand_exchange_price": "6934", - "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}", - "ge_buy_limit": "10000", - "examine": "I need to clean this herb before I can use it.", - "grand_exchange_price": "8200", - "durability": null, - "name": "Grimy torstol", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "219" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "35800", - "durability": null, - "name": "Grimy torstol", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "220" - }, - { - "shop_price": "3", - "ge_buy_limit": "10000", - "examine": "It seems to be looking at me.", - "grand_exchange_price": "27", - "durability": null, - "name": "Eye of newt", - "tradeable": "true", - "low_alchemy": "1", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "221" - }, - { - "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!", - "grand_exchange_price": "888", - "durability": null, - "name": "Red spiders' eggs", - "tradeable": "true", - "low_alchemy": "2", - "high_alchemy": "4", - "archery_ticket_price": "0", - "id": "223" - }, - { - "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.", - "grand_exchange_price": "1984", - "durability": null, - "name": "Limpwurt root", - "tradeable": "true", - "low_alchemy": "2", - "high_alchemy": "4", - "archery_ticket_price": "0", - "id": "225" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "1984", - "durability": null, - "name": "Limpwurt root", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "226" - }, - { - "shop_price": "10", - "ge_buy_limit": "10000", - "examine": "A glass vial containing water.", - "grand_exchange_price": "35", - "durability": null, - "name": "Vial of water", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "0.02", - "archery_ticket_price": "0", - "id": "227" - }, - { - "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", - "ge_buy_limit": "10000", - "examine": "An empty glass vial.", - "grand_exchange_price": "2", - "durability": null, - "name": "Vial", - "tradeable": "true", - "low_alchemy": "2", - "high_alchemy": "3", - "archery_ticket_price": "0", - "id": "229" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "2", - "durability": null, - "name": "Vial", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "230" - }, - { - "shop_price": "67", - "ge_buy_limit": "10000", - "examine": "Strange spiky grass.", - "grand_exchange_price": "318", - "durability": null, - "name": "Snape grass", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "231" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "318", - "durability": null, - "name": "Snape grass", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "232" - }, - { - "shop_price": "4", - "ge_buy_limit": "1000", - "examine": "I can grind things for potions in this.", - "grand_exchange_price": "38", - "durability": null, - "name": "Pestle and mortar", - "tradeable": "true", - "low_alchemy": "1", - "high_alchemy": "2", - "weight": "0.05", - "archery_ticket_price": "0", - "id": "233" - }, - { - "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.", - "grand_exchange_price": "2460", - "durability": null, - "name": "Unicorn horn dust", - "tradeable": "true", - "low_alchemy": "8", - "high_alchemy": "12", - "archery_ticket_price": "0", - "id": "235" - }, - { - "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.", - "grand_exchange_price": "2481", - "durability": null, - "name": "Unicorn horn", - "tradeable": "true", - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "1", - "archery_ticket_price": "0", - "id": "237" - }, - { - "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.", - "grand_exchange_price": "1438", - "durability": null, - "name": "White berries", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "239" - }, - { - "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.", - "grand_exchange_price": "1336", - "durability": null, - "name": "Dragon scale dust", - "tradeable": "true", - "low_alchemy": "20", - "high_alchemy": "31", - "archery_ticket_price": "0", - "id": "241" - }, - { - "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.", - "grand_exchange_price": "1244", - "durability": null, - "name": "Blue dragon scale", - "tradeable": "true", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.01", - "archery_ticket_price": "0", - "id": "243" - }, - { - "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", - "id": "245" - }, - { - "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.", - "grand_exchange_price": "83", - "durability": null, - "name": "Jangerberries", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "247" - }, - { - "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", - "tradeable": "true", - "low_alchemy": "1", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "249" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "182", - "durability": null, - "name": "Clean guam", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "250" - }, - { - "ge_buy_limit": "10000", - "examine": "A fresh herb.", - "grand_exchange_price": "23", - "durability": null, - "name": "Clean marrentill", - "tradeable": "true", - "low_alchemy": "2", - "high_alchemy": "3", - "archery_ticket_price": "0", - "id": "251" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "23", - "durability": null, - "name": "Clean marrentill", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "252" - }, - { - "ge_buy_limit": "10000", - "examine": "A fresh herb.", - "grand_exchange_price": "144", - "durability": null, - "name": "Clean tarromin", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "253" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "144", - "durability": null, - "name": "Clean tarromin", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "254" - }, - { - "ge_buy_limit": "10000", - "examine": "A fresh herb.", - "grand_exchange_price": "275", - "durability": null, - "name": "Clean harralander", - "tradeable": "true", - "low_alchemy": "8", - "high_alchemy": "12", - "archery_ticket_price": "0", - "id": "255" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "275", - "durability": null, - "name": "Clean harralander", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "256" - }, - { - "ge_buy_limit": "10000", - "examine": "A fresh herb.", - "grand_exchange_price": "4930", - "durability": null, - "name": "Clean ranarr", - "tradeable": "true", - "low_alchemy": "10", - "high_alchemy": "15", - "archery_ticket_price": "0", - "id": "257" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "4930", - "durability": null, - "name": "Clean ranarr", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "258" - }, - { - "ge_buy_limit": "10000", - "examine": "A fresh herb.", - "grand_exchange_price": "2072", - "durability": null, - "name": "Clean irit", - "tradeable": "true", - "low_alchemy": "16", - "high_alchemy": "24", - "archery_ticket_price": "0", - "id": "259" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "2072", - "durability": null, - "name": "Clean irit", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "260" - }, - { - "ge_buy_limit": "10000", - "examine": "A fresh herb.", - "grand_exchange_price": "3812", - "durability": null, - "name": "Clean avantoe", - "tradeable": "true", - "low_alchemy": "19", - "high_alchemy": "28", - "archery_ticket_price": "0", - "id": "261" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "3812", - "durability": null, - "name": "Clean avantoe", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "262" - }, - { - "ge_buy_limit": "10000", - "examine": "A fresh herb.", - "grand_exchange_price": "1641", - "durability": null, - "name": "Clean kwuarm", - "tradeable": "true", - "low_alchemy": "21", - "high_alchemy": "32", - "archery_ticket_price": "0", - "id": "263" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "1641", - "durability": null, - "name": "Clean kwuarm", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "264" - }, - { - "ge_buy_limit": "10000", - "examine": "A fresh herb.", - "grand_exchange_price": "1585", - "durability": null, - "name": "Clean cadantine", - "tradeable": "true", - "low_alchemy": "26", - "high_alchemy": "39", - "archery_ticket_price": "0", - "id": "265" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "1585", - "durability": null, - "name": "Clean cadantine", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "266" - }, - { - "ge_buy_limit": "10000", - "examine": "A fresh herb.", - "grand_exchange_price": "6925", - "durability": null, - "name": "Clean dwarf weed", - "tradeable": "true", - "low_alchemy": "28", - "high_alchemy": "42", - "archery_ticket_price": "0", - "id": "267" - }, - { - "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.", - "grand_exchange_price": "8400", - "durability": null, - "name": "Clean torstol", - "tradeable": "true", - "low_alchemy": "30", - "high_alchemy": "45", - "archery_ticket_price": "0", - "id": "269" - }, - { - "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", - "id": "271" - }, - { - "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" - }, - { - "destroy_message": "You'll have to make more in Draynor Manor.", - "examine": "This isn't good for fish.", - "durability": null, - "name": "Poisoned fish food", - "tradeable": "false", - "destroy": "true", - "archery_ticket_price": "0", - "id": "274" - }, - { - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "name": "Key", - "archery_ticket_price": "0", - "id": "275" - }, - { - "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", - "id": "276" - }, - { - "destroy_message": "You can reclaim this item from the place you found it.", - "examine": "It's pretty full.", - "durability": null, - "name": "Oil can", - "low_alchemy": "1", - "tradeable": "false", - "high_alchemy": "1", - "destroy": "true", - "weight": "1", - "archery_ticket_price": "0", - "id": "277" - }, - { - "examine": "A sharp cattleprod.", - "durability": null, - "name": "Cattleprod", - "low_alchemy": "1", - "high_alchemy": "1", - "weight": "0.4", - "archery_ticket_price": "0", - "id": "278", - "weapon_interface": "5", - "bonuses": "4,2,-4,1,0,0,0,0,1,0,0,3,0,0,0", - "equipment_slot": "3" - }, - { - "examine": "Councillor Halgrive gave me this to kill some sheep.", - "durability": null, - "name": "Sheep feed", - "weight": "2.2", - "archery_ticket_price": "0", - "id": "279" - }, - { - "examine": "The suspicious-looking remains of a suspicious-looking sheep.", - "durability": null, - "name": "Sheep bones (1)", - "archery_ticket_price": "0", - "id": "280" - }, - { - "examine": "The suspicious-looking remains of a suspicious-looking sheep.", - "durability": null, - "name": "Sheep bones (2)", - "archery_ticket_price": "0", - "id": "281" - }, - { - "examine": "The suspicious-looking remains of a suspicious-looking sheep.", - "durability": null, - "name": "Sheep bones (3)", - "archery_ticket_price": "0", - "id": "282" - }, - { - "examine": "The suspicious-looking remains of a suspicious-looking sheep.", - "durability": null, - "name": "Sheep bones (4)", - "archery_ticket_price": "0", - "id": "283" - }, - { - "remove_sleeves": "true", - "examine": "This should protect me from the plague, I hope!", - "durability": null, - "name": "Plague jacket", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "2.2", - "archery_ticket_price": "0", - "id": "285", - "equipment_slot": "7" - }, - { - "examine": "Armour designed to fit goblins.", - "durability": null, - "name": "Orange goblin mail", - "low_alchemy": "16", - "high_alchemy": "24", - "weight": "3", - "archery_ticket_price": "0", - "id": "286", - "equipment_slot": "4" - }, - { - "examine": "Armour designed to fit goblins.", - "durability": null, - "name": "Blue goblin mail", - "low_alchemy": "16", - "high_alchemy": "24", - "weight": "3", - "archery_ticket_price": "0", - "id": "287", - "equipment_slot": "4" - }, - { - "shop_price": "16", - "ge_buy_limit": "100", - "examine": "Armour designed to fit goblins.", - "durability": null, - "low_alchemy": "16", - "high_alchemy": "24", - "weight": "3.6", - "equipment_slot": "4", - "grand_exchange_price": "398", - "name": "Goblin mail", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "288" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "398", - "durability": null, - "name": "Goblin mail", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "289" - }, - { - "destroy_message": "You can reclaim this item from the place you found it.", - "examine": "This contains some vital research results.", - "durability": null, - "name": "Research package", - "weight": "1", - "archery_ticket_price": "0", - "id": "290" - }, - { - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "name": "Notes", - "archery_ticket_price": "0", - "id": "291" - }, - { - "examine": "A book on elven history in northern RuneScape.", - "durability": null, - "name": "Book on baxtorian", - "high_alchemy": "1", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "1", - "tradeable": "false", - "high_alchemy": "1", - "destroy": "true", - "archery_ticket_price": "0", - "id": "300" - }, - { - "requirements": "{10,40}", - "shop_price": "20", - "ge_buy_limit": "100", - "examine": "Useful for catching lobsters.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "0.2", - "grand_exchange_price": "100", - "name": "Lobster pot", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "301" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "100", - "durability": null, - "name": "Lobster pot", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "302" - }, - { - "shop_price": "40", - "ge_buy_limit": "100", - "examine": "Useful for catching small fish.", - "grand_exchange_price": "397", - "durability": null, - "name": "Small fishing net", - "tradeable": "true", - "low_alchemy": "2", - "high_alchemy": "3", - "weight": "4.5", - "archery_ticket_price": "0", - "id": "303" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "397", - "durability": null, - "name": "Small fishing net", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "304" - }, - { - "requirements": "{16,10}", - "shop_price": "20", - "ge_buy_limit": "100", - "examine": "Useful for catching lots of fish.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "8.1", - "grand_exchange_price": "329", - "name": "Big fishing net", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "305" - }, - { - "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.", - "durability": null, - "low_alchemy": "2", - "high_alchemy": "3", - "weight": "1.3", - "grand_exchange_price": "74", - "name": "Fishing rod", - "tradeable": "true", - "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.In Daemonhiem: Just add feathers.", - "durability": null, - "low_alchemy": "2", - "high_alchemy": "3", - "weight": "1.3", - "grand_exchange_price": "123", - "name": "Fly fishing rod", - "tradeable": "true", - "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.", - "durability": null, - "low_alchemy": "18", - "high_alchemy": "27", - "weight": "1.3", - "grand_exchange_price": "235", - "name": "Harpoon", - "tradeable": "true", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "6", - "high_alchemy": "9", - "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", - "low_alchemy": "6", - "high_alchemy": "9", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "0.12", - "archery_ticket_price": "0", - "id": "325" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "12", - "durability": null, - "name": "Sardine", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "326" - }, - { - "shop_price": "7", - "ge_buy_limit": "20000", - "examine": "I should try cooking this.", - "grand_exchange_price": "31", - "durability": null, - "name": "Raw sardine", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "0.12", - "archery_ticket_price": "0", - "id": "327" - }, - { - "ge_buy_limit": "20000", - "grand_exchange_price": "31", - "durability": null, - "name": "Raw sardine", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "328" - }, - { - "shop_price": "88", - "ge_buy_limit": "10000", - "examine": "Some nicely cooked salmon.", - "grand_exchange_price": "278", - "durability": null, - "name": "Salmon", - "tradeable": "true", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.5", - "archery_ticket_price": "0", - "id": "329" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "278", - "durability": null, - "name": "Salmon", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "330" - }, - { - "shop_price": "36", - "ge_buy_limit": "20000", - "examine": "I should try cooking this.", - "grand_exchange_price": "172", - "durability": null, - "name": "Raw salmon", - "tradeable": "true", - "low_alchemy": "36", - "high_alchemy": "55", - "weight": "0.5", - "archery_ticket_price": "0", - "id": "331" - }, - { - "ge_buy_limit": "20000", - "grand_exchange_price": "172", - "durability": null, - "name": "Raw salmon", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "332" - }, - { - "shop_price": "7", - "ge_buy_limit": "10000", - "examine": "Some nicely cooked trout.", - "grand_exchange_price": "172", - "durability": null, - "name": "Trout", - "tradeable": "true", - "low_alchemy": "27", - "high_alchemy": "40", - "weight": "0.4", - "archery_ticket_price": "0", - "id": "333" - }, - { - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "archery_ticket_price": "0", - "id": "337" - }, - { - "examine": "I should try cooking this.", - "durability": null, - "name": "Raw giant carp", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "10", - "high_alchemy": "15", - "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", - "low_alchemy": "10", - "high_alchemy": "15", - "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", - "low_alchemy": "6", - "high_alchemy": "9", - "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", - "low_alchemy": "6", - "high_alchemy": "9", - "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", - "low_alchemy": "10", - "high_alchemy": "15", - "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", - "low_alchemy": "10", - "high_alchemy": "15", - "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", - "low_alchemy": "10", - "high_alchemy": "15", - "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", - "low_alchemy": "6", - "high_alchemy": "10", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "48", - "high_alchemy": "72", - "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": "Wow, this is a big fish.", - "grand_exchange_price": "490", - "durability": null, - "name": "Raw bass", - "tradeable": "true", - "low_alchemy": "48", - "high_alchemy": "72", - "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", - "low_alchemy": "48", - "high_alchemy": "72", - "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", - "low_alchemy": "136", - "high_alchemy": "204", - "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", - "low_alchemy": "160", - "high_alchemy": "240", - "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", - "low_alchemy": "60", - "high_alchemy": "90", - "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", - "low_alchemy": "107", - "high_alchemy": "160", - "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", - "low_alchemy": "120", - "high_alchemy": "180", - "weight": "0.7", - "archery_ticket_price": "0", - "id": "383" - }, - { - "ge_buy_limit": "20000", - "grand_exchange_price": "1615", - "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", - "low_alchemy": "120", - "high_alchemy": "180", - "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": "Tastier when cooked.", - "grand_exchange_price": "2114", - "durability": null, - "name": "Raw manta ray", - "tradeable": "true", - "low_alchemy": "200", - "high_alchemy": "300", - "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", - "low_alchemy": "200", - "high_alchemy": "300", - "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": "Looks wrinkly.", - "grand_exchange_price": "2397", - "durability": null, - "name": "Raw sea turtle", - "tradeable": "true", - "low_alchemy": "200", - "high_alchemy": "300", - "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", - "low_alchemy": "200", - "high_alchemy": "300", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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" - }, - { - "examine": "Aww, it's empty.", - "durability": null, - "name": "Empty oyster", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "44", - "high_alchemy": "67", - "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", - "low_alchemy": "560", - "high_alchemy": "840", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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, - "name": "Lathas' amulet", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "421", - "equipment_slot": "2" - }, - { - "examine": "Birds love this stuff!", - "durability": null, - "name": "Bird feed", - "weight": "0.1", - "archery_ticket_price": "0", - "id": "422" - }, - { - "examine": "(empty) It's empty... (full) It's full of pigeons.", - "durability": null, - "name": "Pigeon cage", - "weight": "0.1", - "archery_ticket_price": "0", - "id": "424" - }, - { - "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" - }, - { - "remove_sleeves": "true", - "ge_buy_limit": "100", - "grand_exchange_price": "55", - "durability": null, - "name": "Priest gown", - "archery_ticket_price": "0", - "id": "426", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,3,0,0", - "equipment_slot": "4" - }, - { - "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", - "grand_exchange_price": "14", - "durability": null, - "name": "Priest gown", - "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", - "low_alchemy": "16", - "high_alchemy": "24", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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": "406", - "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": "58", - "tokkul_price": "4", - "durability": null, - "name": "Copper ore", - "tradeable": "true", - "low_alchemy": "8", - "high_alchemy": "12", - "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.", - "tokkul_price": "4", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "2.25", - "grand_exchange_price": "46", - "name": "Tin ore", - "tradeable": "true", - "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": "396", - "tokkul_price": "25", - "durability": null, - "name": "Iron ore", - "tradeable": "true", - "low_alchemy": "6", - "high_alchemy": "10", - "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.", - "tokkul_price": "112", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "45", - "weight": "2", - "grand_exchange_price": "205", - "name": "Silver ore", - "tradeable": "true", - "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": "319", - "tokkul_price": "225", - "durability": null, - "name": "Gold ore", - "tradeable": "true", - "low_alchemy": "60", - "high_alchemy": "90", - "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", - "low_alchemy": "60", - "high_alchemy": "90", - "archery_ticket_price": "0", - "id": "446" - }, - { - "shop_price": "243", - "ge_buy_limit": "25000", - "examine": "This needs refining.", - "tokkul_price": "243", - "durability": null, - "low_alchemy": "64", - "high_alchemy": "97", - "weight": "1.75", - "grand_exchange_price": "369", - "name": "Mithril ore", - "tradeable": "true", - "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.", - "tokkul_price": "600", - "durability": null, - "low_alchemy": "160", - "high_alchemy": "240", - "weight": "2.7", - "grand_exchange_price": "1622", - "name": "Adamantite ore", - "tradeable": "true", - "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", - "low_alchemy": "1280", - "high_alchemy": "1920", - "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": "315", - "tokkul_price": "67", - "durability": null, - "name": "Coal", - "tradeable": "true", - "low_alchemy": "18", - "high_alchemy": "27", - "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", - "low_alchemy": "4", - "tradeable": "false", - "high_alchemy": "6", - "destroy": "true", - "archery_ticket_price": "0", - "id": "456" - }, - { - "destroy_message": "You will need to speak to Thormac to get another cage.", - "examine": "It's empty!", - "durability": null, - "name": "Scorpion cage", - "low_alchemy": "4", - "tradeable": "false", - "high_alchemy": "6", - "destroy": "true", - "archery_ticket_price": "0", - "id": "457" - }, - { - "destroy_message": "You will need to speak to Thormac to get another cage.", - "examine": "It's empty!", - "durability": null, - "name": "Scorpion cage", - "low_alchemy": "4", - "tradeable": "false", - "high_alchemy": "6", - "destroy": "true", - "archery_ticket_price": "0", - "id": "458" - }, - { - "destroy_message": "You will need to speak to Thormac to get another cage.", - "examine": "It's empty!", - "durability": null, - "name": "Scorpion cage", - "low_alchemy": "4", - "tradeable": "false", - "high_alchemy": "6", - "destroy": "true", - "archery_ticket_price": "0", - "id": "459" - }, - { - "destroy_message": "You will need to speak to Thormac to get another cage.", - "examine": "It's empty!", - "durability": null, - "name": "Scorpion cage", - "low_alchemy": "4", - "tradeable": "false", - "high_alchemy": "6", - "destroy": "true", - "archery_ticket_price": "0", - "id": "460" - }, - { - "destroy_message": "You will need to speak to Thormac to get another cage.", - "examine": "It's empty!", - "durability": null, - "name": "Scorpion cage", - "low_alchemy": "4", - "tradeable": "false", - "high_alchemy": "6", - "destroy": "true", - "archery_ticket_price": "0", - "id": "461" - }, - { - "destroy_message": "You will need to speak to Thormac to get another cage.", - "examine": "It's empty!", - "durability": null, - "name": "Scorpion cage", - "low_alchemy": "4", - "tradeable": "false", - "high_alchemy": "6", - "destroy": "true", - "archery_ticket_price": "0", - "id": "462" - }, - { - "destroy_message": "You will need to speak to Thormac to get another cage.", - "examine": "It's empty!", - "durability": null, - "name": "Scorpion cage", - "low_alchemy": "4", - "tradeable": "false", - "high_alchemy": "6", - "destroy": "true", - "archery_ticket_price": "0", - "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", - "low_alchemy": "50", - "high_alchemy": "75", - "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", - "low_alchemy": "160", - "high_alchemy": "160", - "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", - "low_alchemy": "160", - "high_alchemy": "160", - "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", - "low_alchemy": "160", - "high_alchemy": "160", - "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", - "low_alchemy": "160", - "high_alchemy": "160", - "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", - "low_alchemy": "160", - "high_alchemy": "160", - "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", - "low_alchemy": "160", - "high_alchemy": "160", - "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", - "low_alchemy": "160", - "high_alchemy": "160", - "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", - "low_alchemy": "160", - "high_alchemy": "160", - "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", - "low_alchemy": "160", - "high_alchemy": "160", - "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", - "low_alchemy": "160", - "high_alchemy": "160", - "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", - "low_alchemy": "160", - "high_alchemy": "160", - "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", - "low_alchemy": "160", - "high_alchemy": "160", - "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", - "low_alchemy": "160", - "high_alchemy": "160", - "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", - "low_alchemy": "160", - "high_alchemy": "160", - "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", - "low_alchemy": "160", - "high_alchemy": "160", - "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", - "low_alchemy": "160", - "high_alchemy": "160", - "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", - "low_alchemy": "160", - "high_alchemy": "160", - "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", - "low_alchemy": "160", - "high_alchemy": "160", - "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", - "low_alchemy": "160", - "high_alchemy": "160", - "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 hatchet.", - "durability": null, - "name": "Picture", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "508" - }, - { - "durability": null, - "name": "Picture", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "509" - }, - { - "examine": "A piece of ancient goblin hatchet.", - "durability": null, - "name": "Picture", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "510" - }, - { - "durability": null, - "name": "Picture", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "511" - }, - { - "examine": "A piece of ancient goblin hatchet.", - "durability": null, - "name": "Picture", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "512" - }, - { - "durability": null, - "name": "Picture", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "513" - }, - { - "examine": "A piece of ancient goblin hatchet.", - "durability": null, - "name": "Picture", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "514" - }, - { - "durability": null, - "name": "Picture", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "515" - }, - { - "examine": "A piece of ancient goblin hatchet.", - "durability": null, - "name": "Picture", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "516" - }, - { - "durability": null, - "name": "Picture", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "517" - }, - { - "examine": "A piece of ancient goblin hatchet.", - "durability": null, - "name": "Picture", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "518" - }, - { - "durability": null, - "name": "Picture", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "519" - }, - { - "examine": "A piece of ancient goblin hatchet.", - "durability": null, - "name": "Picture", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "weight": "1", - "archery_ticket_price": "0", - "id": "525" - }, - { - "shop_price": "190", - "ge_buy_limit": "10000", - "grand_exchange_price": "190", - "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": "4065", - "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": "When the druids and Taverley as a whole were first graphically updated, the Druid robes themselves did not receive a graphical update, nor were they updated when the Troll Warzone update was released.", - "grand_exchange_price": "168", - "durability": null, - "name": "Druid's robe", - "tradeable": "true", - "low_alchemy": "16", - "high_alchemy": "24", - "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" - }, - { - "ge_buy_limit": "100", - "examine": "When the druids and Taverley as a whole were first graphically updated, the Druid robes themselves did not receive a graphical update, nor were they updated when the Troll Warzone update was released.", - "durability": null, - "low_alchemy": "16", - "high_alchemy": "24", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "328", - "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" - }, - { - "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", - "low_alchemy": "28", - "high_alchemy": "42", - "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", - "low_alchemy": "28", - "high_alchemy": "42", - "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 RuneScape 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": "Normal: It lets me talk to ghosts.", - "durability": null, - "name": "Ghostspeak amulet", - "tradeable": "false", - "low_alchemy": "14", - "high_alchemy": "21", - "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": "39", - "tokkul_price": "6", - "durability": null, - "name": "Fire rune", - "tradeable": "true", - "low_alchemy": "2", - "high_alchemy": "3", - "archery_ticket_price": "0", - "id": "554" - }, - { - "shop_price": "17", - "ge_buy_limit": "25000", - "examine": "One of the 4 basic elemental Runes.", - "grand_exchange_price": "15", - "tokkul_price": "6", - "durability": null, - "name": "Water rune", - "tradeable": "true", - "low_alchemy": "2", - "high_alchemy": "3", - "archery_ticket_price": "0", - "id": "555" - }, - { - "shop_price": "17", - "ge_buy_limit": "25000", - "examine": "One of the 4 basic elemental Runes.", - "grand_exchange_price": "37", - "tokkul_price": "6", - "durability": null, - "name": "Air rune", - "tradeable": "true", - "low_alchemy": "2", - "high_alchemy": "3", - "archery_ticket_price": "0", - "id": "556" - }, - { - "shop_price": "17", - "ge_buy_limit": "25000", - "examine": "One of the 4 basic elemental Runes.", - "grand_exchange_price": "25", - "tokkul_price": "6", - "durability": null, - "name": "Earth rune", - "tradeable": "true", - "low_alchemy": "2", - "high_alchemy": "3", - "archery_ticket_price": "0", - "id": "557" - }, - { - "shop_price": "17", - "ge_buy_limit": "25000", - "examine": "Used for basic missile spells.", - "grand_exchange_price": "6", - "tokkul_price": "4", - "durability": null, - "name": "Mind rune", - "tradeable": "true", - "low_alchemy": "2", - "high_alchemy": "3", - "archery_ticket_price": "0", - "id": "558" - }, - { - "shop_price": "16", - "ge_buy_limit": "25000", - "examine": "Used for Curse spells", - "grand_exchange_price": "6", - "tokkul_price": "4", - "durability": null, - "name": "Body rune", - "tradeable": "true", - "low_alchemy": "2", - "high_alchemy": "3", - "archery_ticket_price": "0", - "id": "559" - }, - { - "shop_price": "310", - "ge_buy_limit": "25000", - "examine": "Used for medium missile spells.", - "grand_exchange_price": "433", - "durability": null, - "name": "Death rune", - "tradeable": "true", - "low_alchemy": "41", - "high_alchemy": "62", - "archery_ticket_price": "0", - "id": "560" - }, - { - "shop_price": "372", - "ge_buy_limit": "25000", - "examine": "Used for alchemy spells.", - "grand_exchange_price": "228", - "durability": null, - "name": "Nature rune", - "tradeable": "true", - "low_alchemy": "49", - "high_alchemy": "74", - "archery_ticket_price": "0", - "id": "561" - }, - { - "shop_price": "140", - "ge_buy_limit": "25000", - "examine": "Used for small missile spells.", - "grand_exchange_price": "54", - "durability": null, - "name": "Chaos rune", - "tradeable": "true", - "low_alchemy": "18", - "high_alchemy": "28", - "archery_ticket_price": "0", - "id": "562" - }, - { - "shop_price": "378", - "ge_buy_limit": "25000", - "examine": "Used for teleport spells.", - "grand_exchange_price": "349", - "durability": null, - "name": "Law rune", - "tradeable": "true", - "low_alchemy": "50", - "high_alchemy": "75", - "archery_ticket_price": "0", - "id": "563" - }, - { - "shop_price": "232", - "ge_buy_limit": "25000", - "examine": "Used for enchant spells.", - "grand_exchange_price": "158", - "durability": null, - "name": "Cosmic rune", - "tradeable": "true", - "low_alchemy": "30", - "high_alchemy": "46", - "archery_ticket_price": "0", - "id": "564" - }, - { - "shop_price": "550", - "ge_buy_limit": "25000", - "examine": "Used for large missile spells.", - "grand_exchange_price": "408", - "durability": null, - "name": "Blood rune", - "tradeable": "true", - "low_alchemy": "73", - "high_alchemy": "110", - "archery_ticket_price": "0", - "id": "565" - }, - { - "shop_price": "400", - "ge_buy_limit": "25000", - "examine": "Used for high level curse spells.", - "grand_exchange_price": "187", - "durability": null, - "name": "Soul rune", - "tradeable": "true", - "low_alchemy": "54", - "high_alchemy": "82", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "120", - "high_alchemy": "180", - "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", - "low_alchemy": "120", - "high_alchemy": "180", - "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", - "low_alchemy": "120", - "high_alchemy": "180", - "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", - "low_alchemy": "120", - "high_alchemy": "180", - "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, - "low_alchemy": "6", - "high_alchemy": "9", - "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, - "low_alchemy": "0", - "high_alchemy": "1", - "weight": "0.45", - "equipment_slot": "0", - "grand_exchange_price": "361", - "name": "Wizard hat", - "tradeable": "true", - "archery_ticket_price": "0", - "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", - "low_alchemy": "0", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "580" - }, - { - "shop_price": "5", - "ge_buy_limit": "100", - "examine": "I can do magic better in this.", - "durability": null, - "low_alchemy": "5", - "high_alchemy": "7", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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 RuneScape.", - "grand_exchange_price": "658", - "durability": null, - "name": "Astronomy book", - "tradeable": "true", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "tradeable": "false", - "high_alchemy": "1", - "destroy": "true", - "archery_ticket_price": "0", - "id": "603" - }, - { - "shop_price": "160", - "examine": "A slender bone shard given to you by Zadimus.", - "durability": null, - "name": "Bone shard", - "archery_ticket_price": "0", - "id": "604" - }, - { - "shop_price": "100", - "examine": "A key fashioned from a shard of bone. (Shilo Village)", - "durability": null, - "name": "Bone key", - "archery_ticket_price": "0", - "id": "605" - }, - { - "examine": "A stone plaque with carved letters in it.", - "durability": null, - "name": "Stone-plaque", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "606" - }, - { - "examine": "An ancient tattered scroll.", - "durability": null, - "name": "Tattered scroll", - "archery_ticket_price": "0", - "id": "607" - }, - { - "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", - "weight": "1", - "archery_ticket_price": "0", - "id": "610" - }, - { - "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": "100,000 or more: \"X x coins\" where X is the exact number of coins in the stack.", - "durability": null, - "name": "Coins", - "archery_ticket_price": "0", - "id": "617" - }, - { - "examine": "Beads carved out of a bone.", - "durability": null, - "name": "Bone beads", - "archery_ticket_price": "0", - "id": "618" - }, - { - "shop_price": "35", - "examine": "Allows you to rest in the luxurious Paramayer[sic] Inn.", - "durability": null, - "name": "Paramaya ticket", - "archery_ticket_price": "0", - "id": "619" - }, - { - "shop_price": "35", - "examine": "Allows you to rest in the luxurious Paramayer[sic] Inn.", - "durability": null, - "name": "Paramaya ticket", - "archery_ticket_price": "0", - "id": "620" - }, - { - "examine": "Sold in Shilo Village for passage on the 'Lady of the Waves'.", - "durability": null, - "name": "Ship ticket", - "low_alchemy": "2", - "high_alchemy": "3", - "archery_ticket_price": "0", - "id": "621" - }, - { - "examine": "An ivory sword pommel.", - "durability": null, - "name": "Sword pommel", - "archery_ticket_price": "0", - "id": "623" - }, - { - "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", - "grand_exchange_price": "558", - "durability": null, - "name": "Boots", - "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", - "grand_exchange_price": "397", - "durability": null, - "name": "Boots", - "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", - "grand_exchange_price": "612", - "durability": null, - "name": "Boots", - "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", - "grand_exchange_price": "496", - "durability": null, - "name": "Boots", - "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", - "grand_exchange_price": "226", - "durability": null, - "name": "Boots", - "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 [colour].", - "durability": null, - "low_alchemy": "72", - "high_alchemy": "108", - "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 [colour].", - "durability": null, - "low_alchemy": "72", - "high_alchemy": "108", - "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 [colour].", - "durability": null, - "low_alchemy": "72", - "high_alchemy": "108", - "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 [colour].", - "durability": null, - "low_alchemy": "72", - "high_alchemy": "108", - "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 [colour].", - "durability": null, - "low_alchemy": "72", - "high_alchemy": "108", - "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", - "grand_exchange_price": "249", - "durability": null, - "name": "Robe bottoms", - "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", - "grand_exchange_price": "210", - "durability": null, - "name": "Robe bottoms", - "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", - "grand_exchange_price": "453", - "durability": null, - "name": "Robe bottoms", - "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", - "grand_exchange_price": "348", - "durability": null, - "name": "Robe bottoms", - "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", - "grand_exchange_price": "92", - "durability": null, - "name": "Robe bottoms", - "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", - "durability": null, - "name": "Hat", - "archery_ticket_price": "0", - "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", - "durability": null, - "name": "Hat", - "archery_ticket_price": "0", - "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", - "durability": null, - "name": "Hat", - "archery_ticket_price": "0", - "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", - "durability": null, - "name": "Hat", - "archery_ticket_price": "0", - "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", - "durability": null, - "name": "Hat", - "archery_ticket_price": "0", - "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", - "examine": "A Faladian Knight's sword.", - "walk_anim": "819", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "weight": "1", - "turn90ccw_anim": "822", - "attack_speed": "5", - "weapon_interface": "6", - "turn180_anim": "820", - "render_anim": "292", - "defence_anim": "397", - "equipment_slot": "3", - "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" - }, - { - "examine": "Definitely blue.", - "durability": null, - "name": "Blurite ore", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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./This tray contains mud.", - "durability": null, - "name": "Panning tray", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "677" - }, - { - "examine": "An empty tray for panning./This tray contains mud.", - "durability": null, - "name": "Panning tray", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "678" - }, - { - "examine": "An empty tray for panning./This tray contains mud.", - "durability": null, - "name": "Panning tray", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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" - }, - { - "examine": "A mixture of strong chemicals.", - "durability": null, - "name": "Chemical compound", - "weight": "2", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "720" - }, - { - "examine": "A specially made bowl constructed out of pure gold.", - "durability": null, - "name": "Gold bowl", - "low_alchemy": "280", - "high_alchemy": "420", - "archery_ticket_price": "0", - "id": "721" - }, - { - "examine": "A specially made bowl constructed out of pure gold and blessed.", - "durability": null, - "name": "Blessed gold bowl", - "low_alchemy": "280", - "high_alchemy": "420", - "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", - "low_alchemy": "280", - "high_alchemy": "420", - "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", - "low_alchemy": "280", - "high_alchemy": "420", - "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", - "low_alchemy": "280", - "high_alchemy": "420", - "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", - "low_alchemy": "280", - "high_alchemy": "420", - "weight": "1", - "archery_ticket_price": "0", - "id": "726" - }, - { - "examine": "One of nature's pipes.", - "durability": null, - "name": "Hollow reed", - "high_alchemy": "1", - "weight": "0.012", - "archery_ticket_price": "0", - "id": "727" - }, - { - "examine": "One of nature's pipes.", - "durability": null, - "name": "Hollow reed", - "high_alchemy": "1", - "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.", - "durability": null, - "low_alchemy": "64", - "high_alchemy": "96", - "weight": "0.4", - "equipment_slot": "0", - "grand_exchange_price": "472", - "name": "Blue hat", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "740", - "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,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" - }, - { - "attack_anims": "400,400,400,400", - "examine": "A black obsidian dagger, it has a strange aura about it.", - "attack_audios": "2517,2517,2500,2517", - "durability": null, - "name": "Dark dagger", - "archery_ticket_price": "0", - "id": "746", - "weapon_interface": "5", - "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,0,0,0,0", - "render_anim": "2584", - "defence_anim": "378", - "equipment_slot": "3" - }, - { - "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", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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, - "low_alchemy": "1", - "high_alchemy": "2", - "weight": "3", - "turn90ccw_anim": "822", - "weapon_interface": "17", - "turn180_anim": "4227", - "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", - "low_alchemy": "6", - "tradeable": "false", - "high_alchemy": "9", - "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, - "low_alchemy": "6", - "high_alchemy": "9", - "weight": "1.8", - "turn90ccw_anim": "1208", - "attack_speed": "4", - "weapon_interface": "1", - "turn180_anim": "1206", - "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", - "low_alchemy": "810", - "high_alchemy": "1215", - "archery_ticket_price": "0", - "id": "773", - "equipment_slot": "12" - }, - { - "examine": "A perfect ruby necklace.", - "durability": null, - "name": "'perfect' necklace", - "low_alchemy": "870", - "high_alchemy": "1305", - "archery_ticket_price": "0", - "id": "774", - "equipment_slot": "2" - }, - { - "examine": "These gauntlets empower with a greater ability to cook fish.", - "durability": null, - "low_alchemy": "75000", - "high_alchemy": "75000", - "destroy": "true", - "weight": "0.2", - "equipment_slot": "9", - "destroy_message": "You can obtain another set of Cooking gauntlets from Dimintheis.", - "name": "Cooking gauntlets", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "775", - "bonuses": "2,2,2,0,0,8,9,7,0,0,3,2,0,0,0" - }, - { - "destroy_message": "You can obtain another set of Goldsmith gauntlets from Dimintheis.", - "examine": "These gauntlets empower the bearer whilst making gold.", - "durability": null, - "name": "Goldsmith gauntlets", - "low_alchemy": "75000", - "tradeable": "false", - "high_alchemy": "75000", - "destroy": "true", - "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" - }, - { - "destroy_message": "You can obtain another set of Chaos gauntlets from Dimintheis.", - "examine": "These gauntlets empower spell casters.", - "durability": null, - "name": "Chaos gauntlets", - "low_alchemy": "75000", - "tradeable": "false", - "high_alchemy": "75000", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "durability": null, - "name": "War ship", - "high_alchemy": "1", - "weight": "0.01", - "archery_ticket_price": "0", - "id": "795" - }, - { - "shop_price": "4", - "ge_buy_limit": "1000", - "examine": "A finely balanced throwing axe.", - "durability": null, - "low_alchemy": "1", - "high_alchemy": "2", - "attack_speed": "5", - "weapon_interface": "18", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "806,806,806,806", - "grand_exchange_price": "3", - "name": "Bronze thrownaxe", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "800", - "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,5" - }, - { - "shop_price": "13", - "ge_buy_limit": "1000", - "examine": "A finely balanced throwing axe.", - "durability": null, - "low_alchemy": "5", - "high_alchemy": "7", - "attack_speed": "5", - "weapon_interface": "18", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "806,806,806,806", - "grand_exchange_price": "14", - "name": "Iron thrownaxe", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "801", - "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,7" - }, - { - "requirements": "{4,5}", - "shop_price": "38", - "ge_buy_limit": "1000", - "examine": "A finely balanced throwing axe.", - "durability": null, - "low_alchemy": "15", - "high_alchemy": "22", - "attack_speed": "5", - "weapon_interface": "18", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "806,806,806,806", - "grand_exchange_price": "60", - "name": "Steel thrownaxe", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "802", - "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,11" - }, - { - "requirements": "{4,20}", - "shop_price": "105", - "ge_buy_limit": "1000", - "examine": "A finely balanced throwing axe.", - "durability": null, - "low_alchemy": "28", - "high_alchemy": "42", - "attack_speed": "5", - "weapon_interface": "18", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "806,806,806,806", - "grand_exchange_price": "135", - "name": "Mithril thrownaxe", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "803", - "bonuses": "0,0,0,0,12,0,0,0,0,0,0,0,0,0,16" - }, - { - "requirements": "{4,30}", - "shop_price": "262", - "ge_buy_limit": "1000", - "examine": "A finely balanced throwing axe.", - "durability": null, - "low_alchemy": "104", - "high_alchemy": "157", - "attack_speed": "5", - "weapon_interface": "18", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "806,806,806,806", - "grand_exchange_price": "138", - "name": "Adamant thrownaxe", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "804", - "bonuses": "0,0,0,0,17,0,0,0,0,0,0,0,0,0,23" - }, - { - "requirements": "{4,40}", - "shop_price": "698", - "ge_buy_limit": "1000", - "examine": "A finely balanced throwing axe.", - "has_special": "true", - "durability": null, - "low_alchemy": "176", - "high_alchemy": "264", - "attack_speed": "5", - "weapon_interface": "18", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "806,806,806,806", - "grand_exchange_price": "243", - "name": "Rune thrownaxe", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "805", - "bonuses": "0,0,0,0,26,0,0,0,0,0,0,0,0,0,36" - }, - { - "ge_buy_limit": "1000", - "examine": "A deadly throwing dart with a bronze tip.", - "durability": null, - "attack_speed": "3", - "weapon_interface": "18", - "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", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "806", - "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, - "high_alchemy": "1", - "attack_speed": "3", - "weapon_interface": "18", - "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", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "807", - "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, - "low_alchemy": "4", - "high_alchemy": "6", - "attack_speed": "3", - "weapon_interface": "18", - "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", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "808", - "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4" - }, - { - "requirements": "{4,20}", - "ge_buy_limit": "1000", - "examine": "A deadly throwing dart with a mithril tip.", - "durability": null, - "low_alchemy": "10", - "high_alchemy": "15", - "attack_speed": "3", - "weapon_interface": "18", - "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", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "809", - "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, - "low_alchemy": "26", - "high_alchemy": "39", - "attack_speed": "3", - "weapon_interface": "18", - "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", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "810", - "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, - "low_alchemy": "140", - "high_alchemy": "210", - "attack_speed": "3", - "weapon_interface": "18", - "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", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "811", - "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", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "582,582,582,582", - "grand_exchange_price": "66", - "attack_audios": "2547,0,0,0", - "name": "Bronze dart(p)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "812", - "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, - "high_alchemy": "1", - "attack_speed": "3", - "weapon_interface": "18", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "582,582,582,582", - "grand_exchange_price": "66", - "attack_audios": "2547,0,0,0", - "name": "Iron dart(p)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "813", - "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, - "low_alchemy": "4", - "high_alchemy": "6", - "attack_speed": "3", - "weapon_interface": "18", - "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", - "archery_ticket_price": "0", - "id": "814", - "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4" - }, - { - "requirements": "{4,20}", - "ge_buy_limit": "1000", - "examine": "A deadly throwing dart with a mithril tip.", - "durability": null, - "low_alchemy": "10", - "high_alchemy": "15", - "attack_speed": "3", - "weapon_interface": "18", - "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", - "archery_ticket_price": "0", - "id": "815", - "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, - "low_alchemy": "26", - "high_alchemy": "39", - "attack_speed": "3", - "weapon_interface": "18", - "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", - "archery_ticket_price": "0", - "id": "816", - "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, - "low_alchemy": "140", - "high_alchemy": "210", - "attack_speed": "3", - "weapon_interface": "18", - "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", - "id": "818", - "equipment_slot": "3" - }, - { - "ge_buy_limit": "5000", - "examine": "A deadly looking dart tip made of bronze - needs feathers for flight.", - "grand_exchange_price": "24", - "attack_audios": "2547,0,0,0", - "durability": null, - "name": "Bronze dart tip", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "819" - }, - { - "ge_buy_limit": "5000", - "examine": "A deadly looking dart tip made of iron - needs feathers for flight.", - "grand_exchange_price": "19", - "attack_audios": "2547,0,0,0", - "durability": null, - "name": "Iron dart tip", - "tradeable": "true", - "low_alchemy": "1", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "820" - }, - { - "ge_buy_limit": "5000", - "examine": "A deadly looking dart tip made of steel - needs feathers for flight.", - "grand_exchange_price": "66", - "attack_audios": "2547,0,0,0", - "durability": null, - "name": "Steel dart tip", - "tradeable": "true", - "low_alchemy": "2", - "high_alchemy": "3", - "archery_ticket_price": "0", - "id": "821" - }, - { - "ge_buy_limit": "5000", - "examine": "A deadly looking dart tip made of mithril - needs feathers for flight.", - "grand_exchange_price": "97", - "attack_audios": "2547,0,0,0", - "durability": null, - "name": "Mithril dart tip", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "7", - "archery_ticket_price": "0", - "id": "822" - }, - { - "ge_buy_limit": "5000", - "examine": "A deadly looking dart tip made of adamantite - needs feathers for flight.", - "grand_exchange_price": "212", - "attack_audios": "2547,0,0,0", - "durability": null, - "name": "Adamant dart tip", - "tradeable": "true", - "low_alchemy": "14", - "high_alchemy": "21", - "archery_ticket_price": "0", - "id": "823" - }, - { - "ge_buy_limit": "5000", - "examine": "A deadly looking dart tip made of runite - needs feathers for flight.", - "grand_exchange_price": "498", - "attack_audios": "2547,0,0,0", - "durability": null, - "name": "Rune dart tip", - "tradeable": "true", - "low_alchemy": "70", - "high_alchemy": "105", - "archery_ticket_price": "0", - "id": "824" - }, - { - "shop_price": "6", - "ge_buy_limit": "1000", - "examine": "A bronze-tipped javelin.", - "durability": null, - "low_alchemy": "2", - "high_alchemy": "3", - "attack_speed": "6", - "weapon_interface": "18", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "806,806,806,806", - "grand_exchange_price": "6", - "name": "Bronze javelin", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "825", - "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, - "low_alchemy": "3", - "high_alchemy": "4", - "attack_speed": "6", - "weapon_interface": "18", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "806,806,806,806", - "grand_exchange_price": "2", - "name": "Iron javelin", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "826", - "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, - "low_alchemy": "14", - "high_alchemy": "22", - "attack_speed": "6", - "weapon_interface": "18", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "806,806,806,806", - "grand_exchange_price": "19", - "name": "Steel javelin", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "827", - "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, - "low_alchemy": "39", - "high_alchemy": "58", - "attack_speed": "6", - "weapon_interface": "18", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "806,806,806,806", - "grand_exchange_price": "25", - "name": "Mithril javelin", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "828", - "bonuses": "0,0,0,0,17,0,0,0,0,0,0,0,0,0,18" - }, - { - "requirements": "{4,30}", - "shop_price": "100", - "ge_buy_limit": "1000", - "examine": "An adamant tipped javelin.", - "durability": null, - "low_alchemy": "98", - "high_alchemy": "147", - "attack_speed": "6", - "weapon_interface": "18", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "806,806,806,806", - "grand_exchange_price": "51", - "name": "Adamant javelin", - "tradeable": "true", - "archery_ticket_price": "100", - "id": "829", - "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, - "low_alchemy": "249", - "high_alchemy": "374", - "attack_speed": "6", - "weapon_interface": "18", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "806,806,806,806", - "grand_exchange_price": "186", - "name": "Rune javelin", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "830", - "bonuses": "0,0,0,0,38,0,0,0,0,0,0,0,0,0,42" - }, - { - "shop_price": "6", - "ge_buy_limit": "1000", - "examine": "A bronze-tipped javelin.", - "durability": null, - "low_alchemy": "2", - "high_alchemy": "3", - "attack_speed": "6", - "weapon_interface": "18", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "806,806,806,806", - "grand_exchange_price": "19", - "name": "Bronze javelin(p)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "831", - "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, - "low_alchemy": "3", - "high_alchemy": "4", - "attack_speed": "6", - "weapon_interface": "18", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "806,806,806,806", - "grand_exchange_price": "19", - "name": "Iron javelin(p)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "832", - "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, - "low_alchemy": "14", - "high_alchemy": "22", - "attack_speed": "6", - "weapon_interface": "18", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "806,806,806,806", - "grand_exchange_price": "34", - "name": "Steel javelin(p)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "833", - "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, - "low_alchemy": "39", - "high_alchemy": "58", - "attack_speed": "6", - "weapon_interface": "18", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "806,806,806,806", - "grand_exchange_price": "44", - "name": "Mithril javelin(p)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "834", - "bonuses": "0,0,0,0,17,0,0,0,0,0,0,0,0,0,18" - }, - { - "requirements": "{4,30}", - "shop_price": "100", - "ge_buy_limit": "1000", - "examine": "An adamant tipped javelin.", - "durability": null, - "low_alchemy": "98", - "high_alchemy": "147", - "attack_speed": "6", - "weapon_interface": "18", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "806,806,806,806", - "grand_exchange_price": "88", - "name": "Adamant javelin(p)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "835", - "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, - "low_alchemy": "249", - "high_alchemy": "374", - "attack_speed": "6", - "weapon_interface": "18", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "806,806,806,806", - "grand_exchange_price": "256", - "name": "Rune javelin(p)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "836", - "bonuses": "0,0,0,0,38,0,0,0,0,0,0,0,0,0,42" - }, - { - "ge_buy_limit": "100", - "turn90cw_anim": "821", - "examine": "This fires crossbow bolts.", - "walk_anim": "4226", - "low_alchemy": "28", - "turn90ccw_anim": "822", - "attack_speed": "6", - "turn180_anim": "4227", - "defence_anim": "424", - "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, - "high_alchemy": "42", - "weight": "8", - "weapon_interface": "17", - "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", - "turn90cw_anim": "821", - "examine": "A nice sturdy bow.", - "walk_anim": "819", - "low_alchemy": "32", - "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", - "durability": null, - "high_alchemy": "48", - "weight": "1.8", - "weapon_interface": "16", - "render_anim": "1", - "attack_audios": "2700,0,0,0", - "name": "Longbow" - }, - { - "ge_buy_limit": "5000", - "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", - "low_alchemy": "20", - "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, - "high_alchemy": "30", - "weight": "1.33", - "weapon_interface": "16", - "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", - "ge_buy_limit": "5000", - "examine": "A shortbow made out of oak, still effective.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "1.8", - "attack_speed": "4", - "two_handed": "true", - "weapon_interface": "16", - "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", - "ge_buy_limit": "5000", - "examine": "A nice sturdy bow made out of oak.", - "durability": null, - "low_alchemy": "64", - "high_alchemy": "96", - "weight": "2", - "attack_speed": "6", - "two_handed": "true", - "weapon_interface": "16", - "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", - "ge_buy_limit": "5000", - "examine": "A nice sturdy bow made out of willow.", - "durability": null, - "low_alchemy": "128", - "high_alchemy": "192", - "weight": "1.5", - "attack_speed": "6", - "two_handed": "true", - "weapon_interface": "16", - "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", - "ge_buy_limit": "5000", - "examine": "A shortbow made out of willow, still effective.", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "weight": "1", - "attack_speed": "4", - "two_handed": "true", - "weapon_interface": "16", - "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", - "ge_buy_limit": "5000", - "examine": "A nice sturdy bow made out of maple.", - "durability": null, - "low_alchemy": "256", - "high_alchemy": "384", - "weight": "1.8", - "attack_speed": "6", - "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": "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", - "ge_buy_limit": "5000", - "examine": "A shortbow made out of maple, still effective.", - "durability": null, - "low_alchemy": "160", - "high_alchemy": "240", - "weight": "1", - "attack_speed": "4", - "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": "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", - "ge_buy_limit": "5000", - "examine": "A nice sturdy bow made out of yew.", - "durability": null, - "low_alchemy": "512", - "high_alchemy": "768", - "weight": "1.8", - "attack_speed": "6", - "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": "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, - "low_alchemy": "320", - "high_alchemy": "480", - "weight": "1", - "attack_speed": "4", - "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": "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", - "ge_buy_limit": "5000", - "examine": "A nice sturdy magical bow.", - "has_special": "true", - "durability": null, - "low_alchemy": "1024", - "high_alchemy": "1536", - "weight": "1.8", - "attack_speed": "6", - "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": "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", - "ge_buy_limit": "5000", - "examine": "Short and magical, but still effective.", - "has_special": "true", - "durability": null, - "low_alchemy": "640", - "high_alchemy": "960", - "weight": "1.3", - "attack_speed": "4", - "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": "959", - "attack_audios": "2700,0,0,0", - "name": "Magic shortbow", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "861", - "bonuses": "0,0,0,0,69,0,0,0,0,0,0,0,0,0,0" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "959", - "durability": null, - "name": "Magic shortbow", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "862" - }, - { - "shop_price": "58", - "ge_buy_limit": "10000", - "examine": "A finely balanced throwing knife.", - "durability": null, - "low_alchemy": "23", - "high_alchemy": "34", - "attack_speed": "3", - "weapon_interface": "18", - "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", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "863", - "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4" - }, - { - "shop_price": "14", - "ge_buy_limit": "10000", - "examine": "A finely balanced throwing knife.", - "durability": null, - "low_alchemy": "5", - "high_alchemy": "8", - "attack_speed": "3", - "weapon_interface": "18", - "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", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "864", - "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,3" - }, - { - "requirements": "{4,5}", - "shop_price": "68", - "ge_buy_limit": "10000", - "examine": "A finely balanced throwing knife.", - "durability": null, - "low_alchemy": "27", - "high_alchemy": "40", - "attack_speed": "3", - "weapon_interface": "18", - "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", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "865", - "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,7" - }, - { - "requirements": "{4,20}", - "ge_buy_limit": "10000", - "examine": "A finely balanced throwing knife.", - "durability": null, - "low_alchemy": "10", - "high_alchemy": "16", - "attack_speed": "3", - "weapon_interface": "18", - "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", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "866", - "bonuses": "0,0,0,0,11,0,0,0,0,0,0,0,0,0,10" - }, - { - "requirements": "{4,30}", - "ge_buy_limit": "10000", - "examine": "A finely balanced throwing knife.", - "durability": null, - "low_alchemy": "26", - "high_alchemy": "40", - "attack_speed": "3", - "weapon_interface": "18", - "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", - "archery_ticket_price": "0", - "id": "867", - "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, - "low_alchemy": "66", - "high_alchemy": "100", - "attack_speed": "3", - "weapon_interface": "18", - "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", - "archery_ticket_price": "0", - "id": "868", - "bonuses": "0,0,0,0,25,0,0,0,0,0,0,0,0,0,24" - }, - { - "requirements": "{4,10}", - "shop_price": "15", - "ge_buy_limit": "10000", - "examine": "A finely balanced throwing knife.", - "durability": null, - "low_alchemy": "7", - "high_alchemy": "11", - "attack_speed": "3", - "weapon_interface": "18", - "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", - "archery_ticket_price": "0", - "id": "869", - "bonuses": "0,0,0,0,10,0,0,0,0,0,0,0,0,0,8" - }, - { - "shop_price": "14", - "ge_buy_limit": "10000", - "examine": "A finely balanced throwing knife.", - "durability": null, - "low_alchemy": "5", - "high_alchemy": "8", - "attack_speed": "3", - "weapon_interface": "18", - "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", - "archery_ticket_price": "0", - "id": "870", - "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, - "low_alchemy": "23", - "high_alchemy": "34", - "attack_speed": "3", - "weapon_interface": "18", - "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", - "archery_ticket_price": "0", - "id": "871", - "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, - "low_alchemy": "27", - "high_alchemy": "40", - "attack_speed": "3", - "weapon_interface": "18", - "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, - "low_alchemy": "10", - "high_alchemy": "16", - "attack_speed": "3", - "weapon_interface": "18", - "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, - "low_alchemy": "7", - "high_alchemy": "11", - "attack_speed": "3", - "weapon_interface": "18", - "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", - "archery_ticket_price": "0", - "id": "874", - "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, - "low_alchemy": "26", - "high_alchemy": "40", - "attack_speed": "3", - "weapon_interface": "18", - "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)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "875", - "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, - "low_alchemy": "66", - "high_alchemy": "100", - "attack_speed": "3", - "weapon_interface": "18", - "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)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "876", - "bonuses": "0,0,0,0,25,0,0,0,0,0,0,0,0,0,24" - }, - { - "shop_price": "3", - "ge_buy_limit": "10000", - "examine": "Bronze crossbow bolts.", - "durability": null, - "low_alchemy": "1", - "high_alchemy": "1", - "equipment_slot": "13", - "grand_exchange_price": "12", - "name": "Bronze 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" - }, - { - "shop_price": "3", - "ge_buy_limit": "10000", - "examine": "Bronze crossbow bolts.", - "durability": null, - "low_alchemy": "1", - "high_alchemy": "1", - "equipment_slot": "13", - "grand_exchange_price": "38", - "name": "Bronze bolts(p)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "878", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10" - }, - { - "ge_buy_limit": "25000", - "examine": "Opal tipped bronze crossbow bolts", - "grand_exchange_price": "5", - "durability": null, - "name": "Opal bolts", - "tradeable": "true", - "low_alchemy": "2", - "high_alchemy": "4", - "archery_ticket_price": "0", - "id": "879", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,14", - "equipment_slot": "13" - }, - { - "requirements": "{4,26}", - "ge_buy_limit": "25000", - "examine": "Pearl tipped Iron crossbow bolts.", - "durability": null, - "low_alchemy": "5", - "high_alchemy": "7", - "equipment_slot": "13", - "grand_exchange_price": "32", - "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" - }, - { - "shop_price": "80", - "ge_buy_limit": "10000", - "examine": "Great if you have a crossbow!", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "equipment_slot": "13", - "grand_exchange_price": "42", - "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" - }, - { - "shop_price": "7", - "ge_buy_limit": "10000", - "examine": "Arrows with bronze heads.", - "durability": null, - "low_alchemy": "2", - "high_alchemy": "4", - "equipment_slot": "13", - "grand_exchange_price": "10", - "name": "Bronze arrow", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "882", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,7" - }, - { - "shop_price": "7", - "ge_buy_limit": "10000", - "examine": "Arrows with bronze heads.", - "durability": null, - "low_alchemy": "2", - "high_alchemy": "4", - "equipment_slot": "13", - "grand_exchange_price": "39", - "name": "Bronze arrow(p)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "883", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,7" - }, - { - "shop_price": "20", - "ge_buy_limit": "10000", - "examine": "Arrows with iron heads.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "equipment_slot": "13", - "grand_exchange_price": "10", - "name": "Iron arrow", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "884", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10" - }, - { - "shop_price": "20", - "ge_buy_limit": "10000", - "examine": "Arrows with iron heads.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "equipment_slot": "13", - "grand_exchange_price": "41", - "name": "Iron arrow(p)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "885", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10" - }, - { - "requirements": "{4,5}", - "shop_price": "46", - "ge_buy_limit": "10000", - "examine": "Arrows with steel heads.", - "durability": null, - "low_alchemy": "18", - "high_alchemy": "27", - "equipment_slot": "13", - "grand_exchange_price": "25", - "name": "Steel arrow", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "886", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,16" - }, - { - "requirements": "{4,5}", - "shop_price": "46", - "ge_buy_limit": "10000", - "examine": "Arrows with steel heads.", - "durability": null, - "low_alchemy": "18", - "high_alchemy": "27", - "equipment_slot": "13", - "grand_exchange_price": "69", - "name": "Steel arrow(p)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "887", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,16" - }, - { - "requirements": "{4,20}", - "shop_price": "76", - "ge_buy_limit": "10000", - "examine": "Arrows with mithril heads.", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "45", - "equipment_slot": "13", - "grand_exchange_price": "30", - "name": "Mithril arrow", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "888", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22" - }, - { - "requirements": "{4,20}", - "shop_price": "76", - "ge_buy_limit": "10000", - "examine": "Arrows with mithril heads.", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "45", - "equipment_slot": "13", - "grand_exchange_price": "69", - "name": "Mithril arrow(p)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "889", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22" - }, - { - "requirements": "{4,30}", - "shop_price": "172", - "ge_buy_limit": "10000", - "examine": "Arrows with adamantite heads.", - "durability": null, - "low_alchemy": "68", - "high_alchemy": "103", - "equipment_slot": "13", - "grand_exchange_price": "111", - "name": "Adamant arrow", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "890", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,31" - }, - { - "requirements": "{4,30}", - "shop_price": "172", - "ge_buy_limit": "10000", - "examine": "Arrows with adamantite heads.", - "durability": null, - "low_alchemy": "68", - "high_alchemy": "103", - "equipment_slot": "13", - "grand_exchange_price": "109", - "name": "Adamant arrow(p)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "891", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,31" - }, - { - "requirements": "{4,40}", - "shop_price": "510", - "ge_buy_limit": "10000", - "examine": "Arrows with rune heads.", - "durability": null, - "low_alchemy": "204", - "high_alchemy": "306", - "equipment_slot": "13", - "grand_exchange_price": "212", - "name": "Rune arrow", - "tradeable": "true", - "archery_ticket_price": "40", - "id": "892", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,49" - }, - { - "requirements": "{4,40}", - "shop_price": "510", - "ge_buy_limit": "10000", - "examine": "Arrows with rune heads.", - "durability": null, - "low_alchemy": "204", - "high_alchemy": "306", - "equipment_slot": "13", - "grand_exchange_price": "257", - "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" - }, - { - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "942", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,7", - "equipment_slot": "13" - }, - { - "examine": "Some meaty worms.", - "durability": null, - "name": "Worm", - "tradeable": "false", - "destroy": "true", - "archery_ticket_price": "0", - "id": "943" - }, - { - "durability": null, - "name": "Worm", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "944" - }, - { - "durability": null, - "name": "Throwing rope", - "archery_ticket_price": "0", - "id": "945", - "equipment_slot": "3" - }, - { - "shop_price": "25", - "ge_buy_limit": "100", - "examine": "A dangerous looking knife.", - "grand_exchange_price": "32", - "durability": null, - "name": "Knife", - "tradeable": "true", - "low_alchemy": "10", - "high_alchemy": "15", - "weight": "0.4", - "archery_ticket_price": "0", - "id": "946" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "32", - "durability": null, - "name": "Knife", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "947" - }, - { - "shop_price": "4", - "ge_buy_limit": "100", - "examine": "This would make warm clothing.", - "grand_exchange_price": "9", - "durability": null, - "name": "Bear fur", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "3", - "archery_ticket_price": "0", - "id": "948" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "9", - "durability": null, - "name": "Bear fur", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "949" - }, - { - "shop_price": "21", - "ge_buy_limit": "100", - "examine": "It's a sheet of silk.", - "grand_exchange_price": "27", - "durability": null, - "name": "Silk", - "tradeable": "true", - "low_alchemy": "22", - "high_alchemy": "33", - "weight": "1", - "archery_ticket_price": "0", - "id": "950" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "27", - "durability": null, - "name": "Silk", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "951" - }, - { - "shop_price": "5", - "ge_buy_limit": "100", - "examine": "A slightly muddy spade. / Popular with farmers and treasure hunters.", - "grand_exchange_price": "117", - "durability": null, - "name": "Spade", - "tradeable": "true", - "low_alchemy": "1", - "high_alchemy": "1", - "weight": "1.8", - "archery_ticket_price": "0", - "id": "952" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "117", - "durability": null, - "name": "Spade", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "953" - }, - { - "shop_price": "18", - "ge_buy_limit": "100", - "examine": "A coil of rope.", - "grand_exchange_price": "96", - "durability": null, - "name": "Rope", - "tradeable": "true", - "low_alchemy": "7", - "high_alchemy": "10", - "weight": "1.3", - "archery_ticket_price": "0", - "id": "954" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "96", - "durability": null, - "name": "Rope", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "955" - }, - { - "examine": "Get your axes from Bob's Axes.", - "durability": null, - "name": "Flier", - "high_alchemy": "1", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "18", - "high_alchemy": "27", - "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, - "low_alchemy": "16", - "high_alchemy": "24", - "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", - "low_alchemy": "4", - "high_alchemy": "7", - "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": "100,000 or more: \"X x coins\" where X is the exact number of coins in the stack.", - "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", - "high_alchemy": "1", - "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.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "destroy": "true", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "187", - "name": "Cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1007", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "187", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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.", - "durability": null, - "high_alchemy": "1", - "weight": "0.9", - "equipment_slot": "7", - "grand_exchange_price": "208", - "name": "Blue skirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1011", - "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,0,0,0" - }, - { - "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.", - "durability": null, - "high_alchemy": "1", - "weight": "0.9", - "equipment_slot": "7", - "grand_exchange_price": "216", - "name": "Pink skirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1013", - "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,0,0,0" - }, - { - "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.", - "durability": null, - "high_alchemy": "1", - "weight": "0.9", - "equipment_slot": "7", - "grand_exchange_price": "30", - "name": "Black skirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1015", - "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,0,0,0" - }, - { - "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.", - "durability": null, - "low_alchemy": "0", - "high_alchemy": "1", - "equipment_slot": "0", - "grand_exchange_price": "280", - "name": "Wizard hat", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1017", - "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,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.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "destroy": "true", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "209", - "name": "Cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1019", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "209", - "durability": null, - "name": "Cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1020" - }, - { - "shop_price": "20", - "ge_buy_limit": "100", - "examine": "A thick blue cape.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "destroy": "true", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "504", - "name": "Cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1021", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "504", - "durability": null, - "name": "Cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1022" - }, - { - "shop_price": "20", - "ge_buy_limit": "100", - "examine": "A thick yellow cape.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "destroy": "true", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "439", - "name": "Cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1023", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "439", - "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", - "low_alchemy": "0", - "high_alchemy": "1", - "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.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "destroy": "true", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1061", - "name": "Cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1027", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "1061", - "durability": null, - "name": "Cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1028" - }, - { - "shop_price": "20", - "ge_buy_limit": "100", - "examine": "A thick purple cape.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "destroy": "true", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "955", - "name": "Cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1029", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "955", - "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, - "low_alchemy": "8", - "high_alchemy": "12", - "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.", - "durability": null, - "low_alchemy": "12", - "high_alchemy": "18", - "weight": "0.9", - "equipment_slot": "7", - "grand_exchange_price": "2481", - "name": "Zamorak robe", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1033", - "bonuses": "0,0,0,2,0,0,0,0,3,0,0,0,3,0,0" - }, - { - "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, - "low_alchemy": "16", - "high_alchemy": "24", - "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" - }, - { - "shop_price": "1", - "examine": "A rabbit-like adornment.", - "durability": null, - "low_alchemy": "0", - "high_alchemy": "0", - "destroy": "true", - "weight": "0.2", - "equipment_slot": "0", - "destroy_message": "You can get a replacement from Diango.", - "name": "Bunny ears", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "1037" - }, - { - "shop_price": "1", - "ge_buy_limit": "2", - "examine": "A nice hat from a cracker.", - "durability": null, - "low_alchemy": "0", - "high_alchemy": "0", - "weight": "0.05", - "equipment_slot": "0", - "lendable": "true", - "grand_exchange_price": "10", - "name": "Red partyhat", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1038" - }, - { - "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, - "low_alchemy": "64", - "high_alchemy": "96", - "weight": "0.1", - "equipment_slot": "0", - "lendable": "true", - "grand_exchange_price": "5", - "name": "Santa hat", - "tradeable": "true", - "archery_ticket_price": "0", - "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", - "low_alchemy": "180", - "high_alchemy": "270", - "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, - "low_alchemy": "6", - "high_alchemy": "9", - "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, - "low_alchemy": "6", - "high_alchemy": "9", - "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, - "low_alchemy": "6", - "high_alchemy": "9", - "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!", - "durability": null, - "low_alchemy": "2", - "high_alchemy": "3", - "weight": "0.23", - "equipment_slot": "9", - "grand_exchange_price": "12", - "name": "Leather gloves", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1059", - "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0" - }, - { - "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.", - "durability": null, - "low_alchemy": "2", - "high_alchemy": "3", - "weight": "0.34", - "equipment_slot": "10", - "grand_exchange_price": "144", - "name": "Leather boots", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1061", - "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0" - }, - { - "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!", - "durability": null, - "low_alchemy": "7", - "high_alchemy": "10", - "weight": "0.22", - "equipment_slot": "9", - "grand_exchange_price": "13", - "name": "Leather vambraces", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1063", - "bonuses": "0,0,0,0,4,2,2,1,0,0,0,0,0,0,0" - }, - { - "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", - "ge_buy_limit": "5000", - "examine": "Made from 100% real dragonhide.", - "durability": null, - "low_alchemy": "1000", - "high_alchemy": "1500", - "weight": "0.28", - "equipment_slot": "9", - "lendable": "true", - "grand_exchange_price": "1407", - "name": "Green d'hide vambraces", - "tradeable": "true", - "archery_ticket_price": "0", - "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, - "low_alchemy": "112", - "high_alchemy": "168", - "weight": "9", - "absorb": "1,0,1", - "equipment_slot": "7", - "grand_exchange_price": "55", - "name": "Iron platelegs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1067", - "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, - "low_alchemy": "400", - "high_alchemy": "600", - "weight": "9", - "absorb": "1,0,1", - "equipment_slot": "7", - "grand_exchange_price": "426", - "name": "Steel platelegs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1069", - "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, - "low_alchemy": "1040", - "high_alchemy": "1560", - "weight": "7.7", - "absorb": "1,0,2", - "equipment_slot": "7", - "grand_exchange_price": "1391", - "name": "Mithril platelegs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1071", - "bonuses": "0,0,0,-21,-7,24,22,20,-4,22,5,0,0,0,0" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "1391", - "durability": null, - "name": "Mithril platelegs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1072" - }, - { - "requirements": "{1,30}", - "shop_price": "6464", - "ge_buy_limit": "100", - "examine": "These look pretty heavy.", - "durability": null, - "low_alchemy": "2560", - "high_alchemy": "3840", - "weight": "10", - "absorb": "1,0,3", - "equipment_slot": "7", - "grand_exchange_price": "3649", - "name": "Adamant platelegs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1073", - "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,0,0,0" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "3649", - "durability": null, - "name": "Adamant platelegs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1074" - }, - { - "shop_price": "80", - "ge_buy_limit": "100", - "examine": "These look pretty heavy.", - "durability": null, - "low_alchemy": "32", - "high_alchemy": "48", - "weight": "9", - "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", - "ge_buy_limit": "100", - "examine": "These look pretty heavy", - "durability": null, - "low_alchemy": "768", - "high_alchemy": "1152", - "weight": "9", - "absorb": "1,0,2", - "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", - "grand_exchange_price": "4995", - "durability": null, - "name": "Black platelegs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1078" - }, - { - "requirements": "{1,40}", - "shop_price": "64000", - "ge_buy_limit": "100", - "examine": "These look pretty heavy.", - "durability": null, - "low_alchemy": "25600", - "high_alchemy": "38400", - "weight": "9", - "absorb": "2,0,4", - "equipment_slot": "7", - "lendable": "true", - "grand_exchange_price": "38500", - "name": "Rune platelegs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1079", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" - }, - { - "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.", - "durability": null, - "low_alchemy": "112", - "high_alchemy": "168", - "weight": "8.1", - "equipment_slot": "7", - "grand_exchange_price": "86", - "name": "Iron plateskirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1081", - "bonuses": "0,0,0,-21,-7,11,10,10,-4,10,0,0,0,0,0" - }, - { - "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", - "ge_buy_limit": "100", - "examine": "Designer leg protection.", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "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", - "ge_buy_limit": "100", - "examine": "Designer leg protection.", - "durability": null, - "low_alchemy": "1040", - "high_alchemy": "1560", - "weight": "7.2", - "absorb": "1,0,2", - "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.", - "durability": null, - "low_alchemy": "32", - "high_alchemy": "48", - "weight": "8.1", - "equipment_slot": "7", - "grand_exchange_price": "113", - "name": "Bronze plateskirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1087", - "bonuses": "0,0,0,-21,-7,8,7,6,-4,7,0,0,0,0,0" - }, - { - "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", - "ge_buy_limit": "100", - "examine": "Designer leg protection.", - "durability": null, - "low_alchemy": "768", - "high_alchemy": "1152", - "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", - "ge_buy_limit": "100", - "examine": "Designer leg protection.", - "durability": null, - "low_alchemy": "2560", - "high_alchemy": "3840", - "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", - "grand_exchange_price": "3610", - "durability": null, - "name": "Adamant plateskirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1092" - }, - { - "requirements": "{1,40}", - "shop_price": "64000", - "ge_buy_limit": "100", - "examine": "Designer leg protection.", - "durability": null, - "low_alchemy": "25600", - "high_alchemy": "38400", - "weight": "8", - "absorb": "2,0,4", - "equipment_slot": "7", - "lendable": "true", - "grand_exchange_price": "38100", - "name": "Rune plateskirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1093", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,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", - "examine": "Better than no armour!", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "3", - "equipment_slot": "7", - "grand_exchange_price": "5", - "name": "Leather chaps", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1095", - "bonuses": "0,0,0,0,4,2,2,1,0,0,0,0,0,0,0" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "5", - "durability": null, - "name": "Leather chaps", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1096" - }, - { - "requirements": "{4,20}", - "shop_price": "750", - "ge_buy_limit": "1000", - "examine": "Those studs should provide a bit more protection.", - "durability": null, - "low_alchemy": "300", - "high_alchemy": "450", - "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" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "377", - "durability": null, - "name": "Studded chaps", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1098" - }, - { - "requirements": "{4,40}", - "shop_price": "3900", - "ge_buy_limit": "5000", - "examine": "100% real dragonhide.", - "durability": null, - "low_alchemy": "1560", - "high_alchemy": "2340", - "weight": "5.4", - "absorb": "0,4,2", - "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" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "2228", - "durability": null, - "name": "Green d'hide chaps", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1100" - }, - { - "shop_price": "210", - "ge_buy_limit": "100", - "examine": "A series of connected metal rings.", - "durability": null, - "low_alchemy": "84", - "high_alchemy": "126", - "weight": "6.8", - "equipment_slot": "4", - "grand_exchange_price": "76", - "name": "Iron chainbody", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1101", - "bonuses": "0,0,0,-15,0,10,15,19,-3,12,5,0,0,0,0" - }, - { - "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.", - "durability": null, - "low_alchemy": "24", - "high_alchemy": "36", - "weight": "6.8", - "equipment_slot": "4", - "grand_exchange_price": "37", - "name": "Bronze chainbody", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1103", - "bonuses": "0,0,0,-15,0,7,11,13,-3,9,5,0,0,0,0" - }, - { - "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", - "ge_buy_limit": "100", - "examine": "A series of connected metal rings.", - "durability": null, - "low_alchemy": "300", - "high_alchemy": "450", - "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", - "ge_buy_limit": "100", - "examine": "A series of connected metal rings.", - "durability": null, - "low_alchemy": "576", - "high_alchemy": "864", - "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", - "ge_buy_limit": "100", - "examine": "A series of connected metal rings.", - "durability": null, - "low_alchemy": "780", - "high_alchemy": "1170", - "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", - "ge_buy_limit": "100", - "examine": "A series of connected metal rings.", - "durability": null, - "low_alchemy": "1920", - "high_alchemy": "2880", - "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", - "grand_exchange_price": "2731", - "durability": null, - "name": "Adamant chainbody", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1112" - }, - { - "requirements": "{1,40}", - "shop_price": "50000", - "ge_buy_limit": "100", - "examine": "A series of connected metal rings.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "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" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "29800", - "durability": null, - "name": "Rune chainbody", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1114" - }, - { - "shop_price": "560", - "ge_buy_limit": "500", - "examine": "Provides excellent protection.", - "durability": null, - "low_alchemy": "224", - "high_alchemy": "336", - "weight": "9.95", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "434", - "name": "Iron platebody", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1115", - "bonuses": "0,0,0,-30,-10,21,20,12,-6,20,5,0,0,0,0" - }, - { - "ge_buy_limit": "500", - "grand_exchange_price": "434", - "durability": null, - "name": "Iron platebody", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1116" - }, - { - "shop_price": "160", - "ge_buy_limit": "500", - "examine": "Provides excellent protection.", - "durability": null, - "low_alchemy": "64", - "high_alchemy": "96", - "weight": "9.5", - "equipment_slot": "4", - "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", - "ge_buy_limit": "500", - "examine": "Provides excellent protection.", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "9.9", - "equipment_slot": "4", - "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", - "ge_buy_limit": "500", - "examine": "Provides excellent protection.", - "durability": null, - "low_alchemy": "2080", - "high_alchemy": "3120", - "weight": "8.6", - "absorb": "1,0,3", - "equipment_slot": "4", - "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", - "ge_buy_limit": "500", - "examine": "Provides excellent protection.", - "durability": null, - "low_alchemy": "6656", - "high_alchemy": "9984", - "weight": "11", - "absorb": "2,0,4", - "equipment_slot": "4", - "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", - "ge_buy_limit": "500", - "examine": "Provides Excellent protection.", - "durability": null, - "low_alchemy": "1536", - "high_alchemy": "2304", - "weight": "9.9", - "absorb": "1,0,2", - "equipment_slot": "4", - "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", - "ge_buy_limit": "100", - "examine": "Provides excellent protection.", - "durability": null, - "low_alchemy": "26000", - "high_alchemy": "39000", - "weight": "9.9", - "absorb": "3,0,6", - "equipment_slot": "4", - "lendable": "true", - "remove_sleeves": "true", - "grand_exchange_price": "38800", - "name": "Rune platebody", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1127", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" - }, - { - "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!", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "2.7", - "equipment_slot": "4", - "grand_exchange_price": "34", - "name": "Leather body", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1129", - "bonuses": "0,0,0,-2,2,8,9,10,4,9,5,0,0,0,0" - }, - { - "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", - "ge_buy_limit": "1000", - "examine": "Harder than normal leather.", - "durability": null, - "low_alchemy": "68", - "high_alchemy": "102", - "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", - "ge_buy_limit": "1000", - "examine": "These studs should provide a bit more protection.", - "durability": null, - "low_alchemy": "340", - "high_alchemy": "510", - "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" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "414", - "durability": null, - "name": "Studded body", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1134" - }, - { - "requirements": "{1,40}-{4,40}", - "shop_price": "7800", - "ge_buy_limit": "5000", - "examine": "Made from 100% real dragonhide.", - "durability": null, - "low_alchemy": "3120", - "high_alchemy": "4680", - "weight": "6.8", - "absorb": "0,6,3", - "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" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "4544", - "durability": null, - "name": "Green d'hide body", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1136" - }, - { - "remove_head": "true", - "shop_price": "84", - "ge_buy_limit": "100", - "examine": "A medium sized helmet.", - "durability": null, - "low_alchemy": "33", - "high_alchemy": "50", - "weight": "1.8", - "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", - "ge_buy_limit": "100", - "examine": "A medium sized helmet.", - "durability": null, - "low_alchemy": "9", - "high_alchemy": "14", - "weight": "1.8", - "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", - "ge_buy_limit": "100", - "examine": "A medium sized helmet.", - "durability": null, - "low_alchemy": "120", - "high_alchemy": "180", - "weight": "1.8", - "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", - "ge_buy_limit": "100", - "examine": "A medium sized helmet.", - "durability": null, - "low_alchemy": "312", - "high_alchemy": "468", - "weight": "1.3", - "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", - "ge_buy_limit": "100", - "examine": "A medium sized helmet.", - "durability": null, - "low_alchemy": "768", - "high_alchemy": "1152", - "weight": "1.8", - "absorb": "1,0,2", - "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", - "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", - "ge_buy_limit": "100", - "examine": "A medium sized helmet.", - "durability": null, - "low_alchemy": "7680", - "high_alchemy": "11520", - "weight": "1.8", - "absorb": "1,0,3", - "equipment_slot": "0", - "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}", - "ge_buy_limit": "100", - "examine": "Makes the wearer pretty intimidating.", - "durability": null, - "low_alchemy": "40000", - "high_alchemy": "60000", - "weight": "1.3", - "absorb": "2,0,4", - "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", - "ge_buy_limit": "100", - "examine": "A medium sized helmet.", - "durability": null, - "low_alchemy": "230", - "high_alchemy": "345", - "weight": "1.8", - "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", - "grand_exchange_price": "242", - "durability": null, - "name": "Black med helm", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1152" - }, - { - "remove_head": "true", - "shop_price": "61", - "ge_buy_limit": "100", - "examine": "A full face helmet.", - "durability": null, - "low_alchemy": "61", - "high_alchemy": "92", - "weight": "2.7", - "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", - "ge_buy_limit": "100", - "examine": "A full face helmet.", - "durability": null, - "low_alchemy": "17", - "high_alchemy": "26", - "weight": "2.7", - "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", - "ge_buy_limit": "100", - "examine": "A full face helmet.", - "durability": null, - "low_alchemy": "220", - "high_alchemy": "330", - "weight": "2.7", - "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", - "ge_buy_limit": "100", - "examine": "A full face helmet.", - "durability": null, - "low_alchemy": "572", - "high_alchemy": "858", - "weight": "2.2", - "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", - "ge_buy_limit": "100", - "examine": "A full face helmet.", - "durability": null, - "low_alchemy": "1408", - "high_alchemy": "2112", - "weight": "2.7", - "absorb": "1,0,2", - "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}", - "ge_buy_limit": "100", - "examine": "A full face helmet.", - "durability": null, - "low_alchemy": "14080", - "high_alchemy": "21120", - "weight": "2.7", - "absorb": "1,0,3", - "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", - "ge_buy_limit": "100", - "examine": "A full face helmet.", - "durability": null, - "low_alchemy": "548", - "high_alchemy": "823", - "weight": "2.7", - "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" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "731", - "durability": null, - "name": "Black full helm", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1166" - }, - { - "remove_head": "true", - "shop_price": "24", - "ge_buy_limit": "5000", - "examine": "Better than no armour!", - "durability": null, - "low_alchemy": "9", - "high_alchemy": "14", - "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", - "ge_buy_limit": "5000", - "examine": "Light weight head protection.", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "weight": "0.9", - "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" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "56", - "durability": null, - "name": "Coif", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1170" - }, - { - "shop_price": "20", - "ge_buy_limit": "100", - "examine": "A solid wooden shield.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "equipment_slot": "5", - "grand_exchange_price": "483", - "name": "Wooden shield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1171", - "bonuses": "0,0,0,0,0,4,5,3,1,4,0,0,0,0,0" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "483", - "durability": null, - "name": "Wooden shield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1172" - }, - { - "shop_price": "48", - "ge_buy_limit": "100", - "examine": "A medium square shield.", - "durability": null, - "low_alchemy": "19", - "high_alchemy": "28", - "weight": "3", - "equipment_slot": "5", - "grand_exchange_price": "12", - "name": "Bronze sq shield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1173", - "bonuses": "0,0,0,-6,-2,5,6,4,0,5,0,0,0,0,0" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "12", - "durability": null, - "name": "Bronze sq shield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1174" - }, - { - "shop_price": "168", - "ge_buy_limit": "100", - "examine": "A medium square shield.", - "durability": null, - "low_alchemy": "67", - "high_alchemy": "100", - "weight": "3.6", - "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", - "ge_buy_limit": "100", - "examine": "A medium square shield.", - "durability": null, - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "3", - "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", - "ge_buy_limit": "100", - "examine": "A medium square shield.", - "durability": null, - "low_alchemy": "460", - "high_alchemy": "691", - "weight": "4", - "absorb": "1,0,2", - "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", - "ge_buy_limit": "100", - "examine": "A medium square shield.", - "durability": null, - "low_alchemy": "624", - "high_alchemy": "936", - "weight": "3.1", - "absorb": "2,0,4", - "equipment_slot": "5", - "grand_exchange_price": "744", - "name": "Mithril sq shield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1181", - "bonuses": "0,0,0,-6,-2,17,19,15,0,17,18,0,0,0,0" - }, - { - "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}", - "ge_buy_limit": "100", - "examine": "A medium square shield.", - "durability": null, - "low_alchemy": "1536", - "high_alchemy": "2304", - "weight": "4", - "absorb": "3,0,6", - "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", - "grand_exchange_price": "2136", - "durability": null, - "name": "Adamant sq shield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1184" - }, - { - "requirements": "{1,40}", - "ge_buy_limit": "100", - "examine": "A medium square shield.", - "durability": null, - "low_alchemy": "15360", - "high_alchemy": "23040", - "weight": "3.64", - "absorb": "3,0,7", - "equipment_slot": "5", - "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}", - "ge_buy_limit": "10", - "examine": "An ancient and powerful looking Dragon Square shield.", - "durability": null, - "low_alchemy": "200000", - "high_alchemy": "300000", - "weight": "3", - "absorb": "5,0,11", - "equipment_slot": "5", - "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", - "ge_buy_limit": "100", - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "27", - "high_alchemy": "40", - "weight": "5.4", - "equipment_slot": "5", - "grand_exchange_price": "18", - "name": "Bronze kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1189", - "bonuses": "0,0,0,-8,-2,5,7,6,-1,6,1,0,0,0,0" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "18", - "durability": null, - "name": "Bronze kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1190" - }, - { - "shop_price": "233", - "ge_buy_limit": "100", - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "95", - "high_alchemy": "142", - "weight": "5.4", - "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", - "ge_buy_limit": "100", - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "340", - "high_alchemy": "510", - "weight": "5.4", - "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", - "ge_buy_limit": "100", - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "848", - "high_alchemy": "1272", - "weight": "5.4", - "absorb": "1,0,2", - "equipment_slot": "5", - "grand_exchange_price": "3311", - "name": "Black kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1195", - "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,0,0,0" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "3311", - "durability": null, - "name": "Black kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1196" - }, - { - "requirements": "{1,20}", - "ge_buy_limit": "100", - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "884", - "high_alchemy": "1326", - "weight": "4.5", - "absorb": "2,0,4", - "equipment_slot": "5", - "grand_exchange_price": "1128", - "name": "Mithril kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1197", - "bonuses": "0,0,0,-8,-2,18,22,20,-1,20,20,0,0,0,0" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "1128", - "durability": null, - "name": "Mithril kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1198" - }, - { - "requirements": "{1,30}", - "ge_buy_limit": "100", - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "2176", - "high_alchemy": "3264", - "weight": "5.8", - "absorb": "3,0,6", - "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", - "grand_exchange_price": "3066", - "durability": null, - "name": "Adamant kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1200" - }, - { - "requirements": "{1,40}", - "ge_buy_limit": "100", - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5.4", - "absorb": "3,0,7", - "equipment_slot": "5", - "lendable": "true", - "grand_exchange_price": "35600", - "name": "Rune kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "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, - "low_alchemy": "14", - "high_alchemy": "21", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "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", - "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "35", - "durability": null, - "name": "Iron dagger", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1204" - }, - { - "shop_price": "11", - "ge_buy_limit": "100", - "examine": "Short but pointy.", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "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", - "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" - }, - { - "requirements": "{0,5}", - "shop_price": "135", - "ge_buy_limit": "100", - "examine": "Short but pointy.", - "durability": null, - "low_alchemy": "50", - "high_alchemy": "75", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "render_anim": "2584", - "defence_anim": "378", - "equipment_slot": "3", - "attack_anims": "400,400,401,400", - "grand_exchange_price": "17", - "attack_audios": "2517,2517,2500,2517", - "name": "Steel dagger", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1207", - "bonuses": "8,4,-4,1,0,0,0,0,1,0,0,7,0,0,0" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "17", - "durability": null, - "name": "Steel dagger", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1208" - }, - { - "requirements": "{0,20}", - "shop_price": "130", - "ge_buy_limit": "100", - "examine": "A dangerous dagger.", - "durability": null, - "low_alchemy": "130", - "high_alchemy": "195", - "weight": "0.3", - "attack_speed": "4", - "weapon_interface": "5", - "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", - "archery_ticket_price": "0", - "id": "1209", - "bonuses": "11,5,-4,1,0,0,0,0,1,0,0,10,0,0,0" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "71", - "durability": null, - "name": "Mithril dagger", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1210" - }, - { - "requirements": "{0,30}", - "shop_price": "816", - "ge_buy_limit": "100", - "examine": "Short and deadly.", - "durability": null, - "low_alchemy": "320", - "high_alchemy": "480", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "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" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "300", - "durability": null, - "name": "Adamant dagger", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1212" - }, - { - "requirements": "{0,40}", - "shop_price": "8000", - "ge_buy_limit": "100", - "examine": "A powerful dagger.", - "durability": null, - "low_alchemy": "3200", - "high_alchemy": "4800", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "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", - "archery_ticket_price": "0", - "id": "1213", - "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "4642", - "durability": null, - "name": "Rune dagger", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1214" - }, - { - "requirements": "{0,60}", - "shop_price": "60000", - "ge_buy_limit": "10", - "examine": "A powerful dagger.", - "has_special": "true", - "durability": null, - "low_alchemy": "12000", - "high_alchemy": "18000", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "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", - "examine": "A vicious black dagger.", - "durability": null, - "low_alchemy": "96", - "high_alchemy": "144", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "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" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "79", - "durability": null, - "name": "Black dagger", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1218" - }, - { - "shop_price": "38", - "ge_buy_limit": "100", - "examine": "Short but pointy.", - "durability": null, - "low_alchemy": "14", - "high_alchemy": "21", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "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" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "56", - "durability": null, - "name": "Iron dagger(p)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1220" - }, - { - "shop_price": "11", - "ge_buy_limit": "100", - "examine": "Short but pointy.", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "render_anim": "2584", - "defence_anim": "378", - "equipment_slot": "3", - "attack_anims": "400,400,401,400", - "grand_exchange_price": "86", - "attack_audios": "2517,2517,2500,2517", - "name": "Bronze dagger(p)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1221", - "bonuses": "4,2,-4,1,0,0,0,0,1,0,0,3,0,0,0" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "86", - "durability": null, - "name": "Bronze dagger(p)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1222" - }, - { - "requirements": "{0,5}", - "shop_price": "135", - "ge_buy_limit": "100", - "examine": "Short but pointy.", - "durability": null, - "low_alchemy": "50", - "high_alchemy": "75", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "render_anim": "2584", - "defence_anim": "378", - "equipment_slot": "3", - "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, - "low_alchemy": "130", - "high_alchemy": "195", - "weight": "0.3", - "attack_speed": "4", - "weapon_interface": "5", - "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, - "low_alchemy": "320", - "high_alchemy": "480", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "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, - "low_alchemy": "3200", - "high_alchemy": "4800", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "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, - "low_alchemy": "12000", - "high_alchemy": "18000", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "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, - "low_alchemy": "96", - "high_alchemy": "144", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "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", - "low_alchemy": "10", - "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, - "high_alchemy": "15", - "weight": "2.2", - "weapon_interface": "14", - "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", - "low_alchemy": "36", - "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, - "high_alchemy": "54", - "weight": "2.2", - "weapon_interface": "14", - "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", - "low_alchemy": "130", - "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, - "high_alchemy": "195", - "weight": "2.2", - "weapon_interface": "14", - "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", - "low_alchemy": "338", - "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, - "high_alchemy": "507", - "weight": "1.8", - "weapon_interface": "14", - "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", - "low_alchemy": "832", - "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, - "high_alchemy": "1248", - "weight": "2", - "weapon_interface": "14", - "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", - "low_alchemy": "8320", - "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, - "high_alchemy": "12480", - "weight": "2.2", - "weapon_interface": "14", - "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", - "low_alchemy": "24960", - "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, - "high_alchemy": "37440", - "weight": "2", - "weapon_interface": "14", - "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", - "low_alchemy": "10", - "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, - "high_alchemy": "15", - "weight": "2.2", - "weapon_interface": "14", - "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", - "low_alchemy": "36", - "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, - "high_alchemy": "54", - "weight": "2.2", - "weapon_interface": "14", - "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", - "low_alchemy": "130", - "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, - "high_alchemy": "195", - "weight": "2.2", - "weapon_interface": "14", - "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", - "low_alchemy": "338", - "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, - "high_alchemy": "507", - "weight": "1.8", - "weapon_interface": "14", - "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", - "low_alchemy": "832", - "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, - "high_alchemy": "1248", - "weight": "2", - "weapon_interface": "14", - "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", - "low_alchemy": "8320", - "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, - "high_alchemy": "12480", - "weight": "2.2", - "weapon_interface": "14", - "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", - "low_alchemy": "24960", - "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, - "high_alchemy": "37440", - "weight": "2", - "weapon_interface": "14", - "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", - "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, - "low_alchemy": "56", - "high_alchemy": "84", - "weight": "2.25", - "attack_speed": "5", - "weapon_interface": "4", - "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, - "low_alchemy": "200", - "high_alchemy": "300", - "weight": "2.25", - "attack_speed": "5", - "weapon_interface": "4", - "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, - "low_alchemy": "1280", - "high_alchemy": "1920", - "weight": "2.7", - "attack_speed": "5", - "weapon_interface": "4", - "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, - "low_alchemy": "520", - "high_alchemy": "780", - "weight": "1.8", - "attack_speed": "5", - "weapon_interface": "4", - "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, - "low_alchemy": "12800", - "high_alchemy": "19200", - "weight": "2.2", - "attack_speed": "5", - "weapon_interface": "4", - "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", - "low_alchemy": "10", - "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", - "archery_ticket_price": "0", - "id": "1277", - "stand_turn_anim": "823", - "bonuses": "4,3,-2,0,0,0,2,1,0,0,0,5,0,0,0", - "shop_price": "33", - "durability": null, - "high_alchemy": "15", - "weight": "1", - "weapon_interface": "5", - "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", - "low_alchemy": "36", - "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, - "high_alchemy": "54", - "weight": "1.8", - "weapon_interface": "5", - "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", - "low_alchemy": "130", - "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, - "high_alchemy": "195", - "weight": "1", - "weapon_interface": "5", - "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", - "low_alchemy": "249", - "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, - "high_alchemy": "374", - "weight": "1", - "weapon_interface": "5", - "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", - "low_alchemy": "338", - "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, - "high_alchemy": "507", - "weight": "1.5", - "weapon_interface": "5", - "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", - "low_alchemy": "832", - "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, - "high_alchemy": "1248", - "weight": "1", - "weapon_interface": "5", - "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", - "low_alchemy": "8320", - "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, - "high_alchemy": "12480", - "weight": "1.8", - "weapon_interface": "5", - "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", - "low_alchemy": "16", - "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, - "high_alchemy": "24", - "weight": "1.8", - "weapon_interface": "6", - "render_anim": "1", - "attack_audios": "2500,2500,2517,2500", - "name": "Bronze longsword" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "14", - "durability": null, - "name": "Bronze longsword", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1292" - }, - { - "ge_buy_limit": "100", - "turn90cw_anim": "821", - "examine": "A razor sharp longsword.", - "walk_anim": "819", - "low_alchemy": "56", - "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", - "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, - "high_alchemy": "84", - "weight": "2", - "weapon_interface": "6", - "render_anim": "1", - "attack_audios": "2500,2500,2517,2500", - "name": "Iron longsword" - }, - { - "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", - "low_alchemy": "200", - "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, - "high_alchemy": "300", - "weight": "2", - "weapon_interface": "6", - "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", - "low_alchemy": "384", - "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, - "high_alchemy": "576", - "weight": "1.8", - "weapon_interface": "6", - "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", - "low_alchemy": "520", - "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, - "high_alchemy": "780", - "weight": "1.5", - "weapon_interface": "6", - "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", - "low_alchemy": "1280", - "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, - "high_alchemy": "1920", - "weight": "2", - "weapon_interface": "6", - "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", - "low_alchemy": "12800", - "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, - "high_alchemy": "19200", - "weight": "1.8", - "weapon_interface": "6", - "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", - "low_alchemy": "40000", - "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, - "high_alchemy": "60000", - "weight": "1.8", - "weapon_interface": "6", - "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", - "low_alchemy": "32", - "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, - "high_alchemy": "48", - "weight": "3.6", - "weapon_interface": "7", - "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", - "low_alchemy": "112", - "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, - "high_alchemy": "168", - "weight": "3.6", - "weapon_interface": "7", - "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", - "low_alchemy": "400", - "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, - "high_alchemy": "600", - "weight": "3", - "weapon_interface": "7", - "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", - "low_alchemy": "768", - "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, - "high_alchemy": "1152", - "weight": "3.6", - "weapon_interface": "7", - "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", - "low_alchemy": "1040", - "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, - "high_alchemy": "1560", - "weight": "3.1", - "weapon_interface": "7", - "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", - "low_alchemy": "2560", - "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, - "high_alchemy": "3840", - "weight": "4", - "weapon_interface": "7", - "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", - "low_alchemy": "25600", - "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, - "high_alchemy": "38400", - "weight": "3.6", - "weapon_interface": "7", - "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", - "low_alchemy": "12", - "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, - "high_alchemy": "18", - "weight": "1", - "weapon_interface": "6", - "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", - "low_alchemy": "44", - "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, - "high_alchemy": "67", - "weight": "1.8", - "weapon_interface": "6", - "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", - "low_alchemy": "160", - "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, - "high_alchemy": "240", - "weight": "1.8", - "weapon_interface": "6", - "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", - "low_alchemy": "307", - "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, - "high_alchemy": "460", - "weight": "1.8", - "weapon_interface": "6", - "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", - "low_alchemy": "416", - "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, - "high_alchemy": "624", - "weight": "1.5", - "weapon_interface": "6", - "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", - "low_alchemy": "1024", - "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, - "high_alchemy": "1536", - "weight": "2", - "weapon_interface": "6", - "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", - "low_alchemy": "10240", - "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, - "high_alchemy": "15360", - "weight": "1.8", - "weapon_interface": "6", - "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", - "low_alchemy": "89", - "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, - "high_alchemy": "134", - "weight": "1.8", - "weapon_interface": "10", - "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", - "low_alchemy": "24", - "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, - "high_alchemy": "36", - "weight": "1", - "weapon_interface": "10", - "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", - "low_alchemy": "256", - "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, - "high_alchemy": "384", - "weight": "1", - "weapon_interface": "10", - "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", - "low_alchemy": "509", - "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, - "high_alchemy": "764", - "weapon_interface": "10", - "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", - "low_alchemy": "863", - "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, - "high_alchemy": "1294", - "weight": "1.5", - "weapon_interface": "10", - "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", - "low_alchemy": "2142", - "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, - "high_alchemy": "3213", - "weight": "2", - "weapon_interface": "10", - "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", - "low_alchemy": "16600", - "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, - "high_alchemy": "24900", - "weight": "1.8", - "weapon_interface": "10", - "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 hatchet.", - "durability": null, - "low_alchemy": "22", - "high_alchemy": "33", - "weight": "1.3", - "attack_speed": "5", - "weapon_interface": "2", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "395,395,401,395", - "grand_exchange_price": "8", - "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 hatchet.", - "durability": null, - "low_alchemy": "6", - "high_alchemy": "9", - "weight": "1.35", - "attack_speed": "5", - "weapon_interface": "2", - "render_anim": "2586", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "395,395,401,395", - "grand_exchange_price": "44", - "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 hatchet.", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "weight": "1.3", - "attack_speed": "5", - "weapon_interface": "2", - "render_anim": "2586", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "395,395,401,395", - "grand_exchange_price": "36", - "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 hatchet.", - "durability": null, - "low_alchemy": "208", - "high_alchemy": "312", - "weight": "1.1", - "attack_speed": "5", - "weapon_interface": "2", - "render_anim": "2586", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "395,395,401,395", - "grand_exchange_price": "141", - "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 hatchet.", - "durability": null, - "low_alchemy": "512", - "high_alchemy": "768", - "weight": "2", - "attack_speed": "5", - "weapon_interface": "2", - "render_anim": "2586", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "395,395,401,395", - "grand_exchange_price": "592", - "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 hatchet.", - "durability": null, - "low_alchemy": "5120", - "high_alchemy": "7680", - "weapon_interface": "2", - "render_anim": "2586", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "395,395,401,395", - "grand_exchange_price": "7495", - "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 hatchet.", - "durability": null, - "low_alchemy": "153", - "high_alchemy": "230", - "weight": "2", - "attack_speed": "5", - "weapon_interface": "2", - "render_anim": "2586", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "395,395,401,395", - "grand_exchange_price": "335", - "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, - "low_alchemy": "72", - "high_alchemy": "109", - "weight": "2.7", - "attack_speed": "6", - "weapon_interface": "2", - "render_anim": "2586", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "395,395,401,395", - "grand_exchange_price": "21", - "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, - "low_alchemy": "260", - "high_alchemy": "390", - "weight": "2.7", - "attack_speed": "6", - "weapon_interface": "2", - "render_anim": "2586", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "395,395,401,395", - "grand_exchange_price": "208", - "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, - "low_alchemy": "499", - "high_alchemy": "748", - "weight": "2.7", - "attack_speed": "6", - "weapon_interface": "2", - "render_anim": "2586", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "395,395,401,395", - "grand_exchange_price": "556", - "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, - "low_alchemy": "676", - "high_alchemy": "1014", - "weight": "2", - "attack_speed": "6", - "weapon_interface": "2", - "render_anim": "2586", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "395,395,401,395", - "grand_exchange_price": "809", - "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, - "low_alchemy": "1664", - "high_alchemy": "2496", - "weight": "3", - "attack_speed": "6", - "weapon_interface": "2", - "render_anim": "2586", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "395,395,401,395", - "grand_exchange_price": "2311", - "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, - "low_alchemy": "16640", - "high_alchemy": "24960", - "weight": "2", - "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": "24800", - "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, - "low_alchemy": "20", - "high_alchemy": "31", - "weight": "2.7", - "attack_speed": "6", - "weapon_interface": "2", - "render_anim": "2586", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "395,395,401,395", - "grand_exchange_price": "15", - "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, - "low_alchemy": "80000", - "high_alchemy": "120000", - "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", - "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", - "low_alchemy": "6", - "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, - "high_alchemy": "9", - "weight": "2", - "weapon_interface": "1", - "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", - "low_alchemy": "600", - "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, - "high_alchemy": "900", - "weight": "2.2", - "weapon_interface": "1", - "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", - "low_alchemy": "600", - "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, - "high_alchemy": "900", - "weight": "2.2", - "weapon_interface": "1", - "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", - "low_alchemy": "600", - "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, - "high_alchemy": "900", - "weight": "2.2", - "weapon_interface": "1", - "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": "1146", - "low_alchemy": "600", - "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": "809", - "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, - "high_alchemy": "900", - "weight": "2.2", - "weapon_interface": "1", - "render_anim": "1426", - "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", - "low_alchemy": "80", - "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, - "high_alchemy": "120", - "weight": "2.2", - "weapon_interface": "1", - "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", - "low_alchemy": "2800", - "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,10,0,2,3,1,10,0,0,32,0,0,0", - "requirements": "{0,30}-{6,30}", - "shop_price": "7000", - "durability": null, - "high_alchemy": "4200", - "weight": "2.25", - "weapon_interface": "1", - "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", - "low_alchemy": "6200", - "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,10,0,2,3,1,10,0,0,35,0,0,0", - "requirements": "{0,30}-{6,30}", - "shop_price": "19600", - "durability": null, - "high_alchemy": "9300", - "weight": "2.25", - "weapon_interface": "1", - "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", - "low_alchemy": "6200", - "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,10,0,2,3,1,10,0,0,35,0,0,0", - "requirements": "{0,30}-{6,30}", - "durability": null, - "high_alchemy": "9300", - "weight": "2.2", - "weapon_interface": "1", - "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", - "low_alchemy": "6200", - "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,10,0,2,3,1,10,0,0,35,0,0,0", - "requirements": "{0,30}-{6,30}", - "shop_price": "7000", - "durability": null, - "high_alchemy": "9300", - "weight": "2.25", - "weapon_interface": "1", - "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", - "low_alchemy": "6200", - "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,10,0,2,3,1,10,0,0,35,0,0,0", - "requirements": "{0,30}-{6,30}", - "shop_price": "1500", - "durability": null, - "high_alchemy": "9300", - "weight": "2.2", - "weapon_interface": "1", - "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", - "low_alchemy": "17000", - "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,10,0,2,3,1,10,0,0,50,0,0,0", - "requirements": "{0,40}-{6,40}", - "durability": null, - "high_alchemy": "25500", - "weight": "2", - "weapon_interface": "1", - "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", - "low_alchemy": "17000", - "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,10,0,2,3,1,10,0,0,50,0,0,0", - "requirements": "{0,40}-{6,40}", - "durability": null, - "high_alchemy": "25500", - "weapon_interface": "1", - "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", - "low_alchemy": "17000", - "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,10,0,2,3,1,10,0,0,50,0,0,0", - "requirements": "{0,40}-{6,40}", - "durability": null, - "high_alchemy": "25500", - "weight": "2.2", - "weapon_interface": "1", - "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", - "low_alchemy": "17000", - "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,10,0,2,3,1,10,0,0,50,0,0,0", - "requirements": "{0,40}-{6,40}", - "shop_price": "40000", - "durability": null, - "high_alchemy": "25500", - "weight": "2.2", - "weapon_interface": "1", - "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, - "low_alchemy": "17000", - "high_alchemy": "25500", - "weight": "2.2", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "weapon_interface": "1", - "turn180_anim": "1206", - "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", - "low_alchemy": "17000", - "high_alchemy": "25500", - "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", - "render_anim": "1383", - "defence_anim": "383", - "equipment_slot": "3", - "attack_anims": "382,382,382,382", - "stand_anim": "847", - "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, - "low_alchemy": "25", - "high_alchemy": "37", - "weight": "1.8", - "attack_speed": "5", - "weapon_interface": "8", - "defence_anim": "403", - "equipment_slot": "3", - "attack_anims": "401,401,400,401", - "grand_exchange_price": "7", - "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, - "low_alchemy": "7", - "high_alchemy": "10", - "weight": "1.79", - "attack_speed": "5", - "weapon_interface": "8", - "defence_anim": "403", - "equipment_slot": "3", - "attack_anims": "401,401,400,401", - "grand_exchange_price": "12", - "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, - "low_alchemy": "90", - "high_alchemy": "135", - "weight": "1.79", - "attack_speed": "5", - "weapon_interface": "8", - "defence_anim": "403", - "equipment_slot": "3", - "attack_anims": "401,401,400,401", - "grand_exchange_price": "31", - "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, - "low_alchemy": "172", - "high_alchemy": "258", - "weight": "1.79", - "attack_speed": "5", - "weapon_interface": "8", - "defence_anim": "403", - "equipment_slot": "3", - "attack_anims": "401,401,400,401", - "grand_exchange_price": "954", - "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, - "low_alchemy": "234", - "high_alchemy": "351", - "weight": "1.5", - "attack_speed": "5", - "weapon_interface": "8", - "defence_anim": "403", - "equipment_slot": "3", - "attack_anims": "401,401,400,401", - "grand_exchange_price": "157", - "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, - "low_alchemy": "576", - "high_alchemy": "864", - "weight": "2", - "attack_speed": "5", - "weapon_interface": "8", - "defence_anim": "403", - "equipment_slot": "3", - "attack_anims": "401,401,400,401", - "grand_exchange_price": "673", - "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, - "low_alchemy": "5760", - "high_alchemy": "8640", - "weight": "1.79", - "attack_speed": "5", - "weapon_interface": "8", - "defence_anim": "403", - "equipment_slot": "3", - "attack_anims": "401,401,400,401", - "lendable": "true", - "grand_exchange_price": "8380", - "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, - "low_alchemy": "20000", - "high_alchemy": "30000", - "weight": "1.8", - "attack_speed": "5", - "weapon_interface": "8", - "defence_anim": "403", - "equipment_slot": "3", - "attack_anims": "401,401,400,401", - "lendable": "true", - "grand_exchange_price": "29300", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "10", - "high_alchemy": "15", - "archery_ticket_price": "0", - "id": "1464" - }, - { - "examine": "For use on daggers and projectiles.", - "grand_exchange_price": "36", - "durability": null, - "name": "Weapon poison", - "tradeable": "true", - "low_alchemy": "57", - "high_alchemy": "86", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "equipment_slot": "2", - "grand_exchange_price": "2870", - "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" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "2870", - "durability": null, - "name": "Amulet of accuracy", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1479" - }, - { - "examine": "A magical sphere that glimmers within.", - "durability": null, - "name": "Orb of light", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "5", - "archery_ticket_price": "0", - "id": "1481" - }, - { - "examine": "A magical sphere that glimmers within.", - "durability": null, - "name": "Orb of light", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "5", - "archery_ticket_price": "0", - "id": "1482" - }, - { - "examine": "A magical sphere that glimmers within.", - "durability": null, - "name": "Orb of light", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "5", - "archery_ticket_price": "0", - "id": "1483" - }, - { - "examine": "A magical sphere that glimmers within.", - "durability": null, - "name": "Orb of light", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "5", - "archery_ticket_price": "0", - "id": "1484" - }, - { - "examine": "A damp, wet cloth.", - "durability": null, - "name": "Damp cloth", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "1485" - }, - { - "examine": "A broken piece of railing.", - "durability": null, - "name": "Piece of railing", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "2", - "archery_ticket_price": "0", - "id": "1486" - }, - { - "examine": "This horn has restorative properties.", - "grand_exchange_price": "1159", - "durability": null, - "name": "Unicorn horn", - "tradeable": "true", - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "1", - "archery_ticket_price": "0", - "id": "1487" - }, - { - "examine": "A coat of arms of the Ardougne Paladins.", - "durability": null, - "name": "Paladin's badge", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "1488" - }, - { - "examine": "A coat of arms of the Ardougne Paladins.", - "durability": null, - "name": "Paladin's badge", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "1489" - }, - { - "examine": "A coat of arms of the Ardougne Paladins.", - "durability": null, - "name": "Paladin's badge", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "1490" - }, - { - "examine": "On the ground: Curiosity has yet to kill this one...", - "durability": null, - "name": "Witch's cat", - "weight": "1.2", - "archery_ticket_price": "0", - "id": "1491" - }, - { - "examine": "A simple doll with Iban's likeness.", - "durability": null, - "name": "Doll of iban", - "weight": "1", - "archery_ticket_price": "0", - "id": "1492" - }, - { - "examine": "An account of the last times of someone.", - "durability": null, - "name": "Old journal", - "archery_ticket_price": "0", - "id": "1493" - }, - { - "examine": "The tale of Iban.", - "durability": null, - "name": "History of iban", - "weight": "0.2", - "archery_ticket_price": "0", - "id": "1494" - }, - { - "shop_price": "5000", - "examine": "Strong dwarvish gloves.", - "durability": null, - "name": "Klank's gauntlets", - "low_alchemy": "2", - "high_alchemy": "3", - "weight": "0.2", - "archery_ticket_price": "0", - "id": "1495", - "bonuses": "2,2,2,0,0,8,9,7,0,0,5,2,0,0,0", - "equipment_slot": "9" - }, - { - "examine": "I thought you only saw these in pairs?", - "durability": null, - "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" - }, - { - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "archery_ticket_price": "0", - "id": "1503" - }, - { - "examine": "It doesn't look very tasty.", - "durability": null, - "name": "Hangover cure", - "high_alchemy": "1", - "weight": "2", - "archery_ticket_price": "0", - "id": "1504" - }, - { - "examine": "Maybe I should read this...", - "durability": null, - "name": "A magic scroll", - "archery_ticket_price": "0", - "id": "1505" - }, - { - "remove_head": "true", - "examine": "Stops me from breathing nasty stuff!", - "durability": null, - "name": "Gas mask", - "high_alchemy": "1", - "weight": "0.25", - "archery_ticket_price": "0", - "id": "1506", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "examine": "Quite a small key (Plague City).", - "durability": null, - "name": "A small key", - "archery_ticket_price": "0", - "id": "1507" - }, - { - "examine": "It seems to say \"hongorer lure\"...", - "durability": null, - "name": "A scruffy note", - "archery_ticket_price": "0", - "id": "1508" - }, - { - "examine": "A picture of a lady called Elena.", - "durability": null, - "name": "Picture", - "weight": "0.4", - "archery_ticket_price": "0", - "id": "1510" - }, - { - "shop_price": "4", - "ge_buy_limit": "25000", - "examine": "A number of wooden logs.", - "grand_exchange_price": "279", - "durability": null, - "name": "Logs", - "tradeable": "true", - "low_alchemy": "1", - "high_alchemy": "2", - "weight": "2", - "archery_ticket_price": "0", - "id": "1511" - }, - { - "ge_buy_limit": "25000", - "grand_exchange_price": "279", - "durability": null, - "name": "Logs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1512" - }, - { - "ge_buy_limit": "25000", - "examine": "Logs cut from a magic tree.", - "grand_exchange_price": "1581", - "durability": null, - "name": "Magic logs", - "tradeable": "true", - "low_alchemy": "128", - "high_alchemy": "192", - "weight": "2", - "archery_ticket_price": "0", - "id": "1513" - }, - { - "ge_buy_limit": "25000", - "grand_exchange_price": "1581", - "durability": null, - "name": "Magic logs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1514" - }, - { - "ge_buy_limit": "25000", - "examine": "Logs cut from a yew tree.", - "grand_exchange_price": "532", - "durability": null, - "name": "Yew logs", - "tradeable": "true", - "low_alchemy": "64", - "high_alchemy": "96", - "weight": "2", - "archery_ticket_price": "0", - "id": "1515" - }, - { - "ge_buy_limit": "25000", - "grand_exchange_price": "532", - "durability": null, - "name": "Yew logs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1516" - }, - { - "ge_buy_limit": "25000", - "examine": "Logs cut from a maple tree.", - "grand_exchange_price": "20", - "durability": null, - "name": "Maple logs", - "tradeable": "true", - "low_alchemy": "32", - "high_alchemy": "48", - "weight": "2", - "archery_ticket_price": "0", - "id": "1517" - }, - { - "ge_buy_limit": "25000", - "grand_exchange_price": "20", - "durability": null, - "name": "Maple logs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1518" - }, - { - "ge_buy_limit": "25000", - "examine": "Logs cut from a willow tree.", - "grand_exchange_price": "11", - "durability": null, - "name": "Willow logs", - "tradeable": "true", - "low_alchemy": "16", - "high_alchemy": "24", - "weight": "2", - "archery_ticket_price": "0", - "id": "1519" - }, - { - "ge_buy_limit": "25000", - "grand_exchange_price": "11", - "durability": null, - "name": "Willow logs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1520" - }, - { - "ge_buy_limit": "25000", - "examine": "Logs cut from an Oak Tree.", - "grand_exchange_price": "153", - "durability": null, - "name": "Oak logs", - "tradeable": "true", - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "2", - "archery_ticket_price": "0", - "id": "1521" - }, - { - "ge_buy_limit": "25000", - "grand_exchange_price": "153", - "durability": null, - "name": "Oak logs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1522" - }, - { - "shop_price": "20", - "ge_buy_limit": "100", - "examine": "For picking tough locks.", - "grand_exchange_price": "1311", - "durability": null, - "name": "Lockpick", - "tradeable": "true", - "low_alchemy": "8", - "high_alchemy": "12", - "archery_ticket_price": "0", - "id": "1523" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "1311", - "durability": null, - "name": "Lockpick", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1524" - }, - { - "examine": "I need to clean this herb before I can use it.", - "durability": null, - "name": "Grimy snake weed", - "archery_ticket_price": "0", - "id": "1525" - }, - { - "examine": "A fresh herb.", - "durability": null, - "name": "Clean snake weed", - "low_alchemy": "2", - "high_alchemy": "3", - "archery_ticket_price": "0", - "id": "1526" - }, - { - "examine": "I need to clean this herb before I can use it.", - "durability": null, - "name": "Grimy ardrigal", - "weight": "0.2", - "archery_ticket_price": "0", - "id": "1527" - }, - { - "examine": "A fresh herb.", - "durability": null, - "name": "Clean ardrigal", - "low_alchemy": "2", - "high_alchemy": "3", - "weight": "0.2", - "archery_ticket_price": "0", - "id": "1528" - }, - { - "examine": "I need to clean this herb before I can use it.", - "durability": null, - "name": "Grimy sito foil", - "archery_ticket_price": "0", - "id": "1529" - }, - { - "examine": "A fresh herb.", - "durability": null, - "name": "Clean sito foil", - "low_alchemy": "2", - "high_alchemy": "3", - "archery_ticket_price": "0", - "id": "1530" - }, - { - "examine": "I need to clean this herb before I can use it.", - "durability": null, - "name": "Grimy volencia moss", - "archery_ticket_price": "0", - "id": "1531" - }, - { - "examine": "A fresh herb.", - "durability": null, - "name": "Clean volencia moss", - "low_alchemy": "2", - "high_alchemy": "3", - "archery_ticket_price": "0", - "id": "1532" - }, - { - "examine": "I need to clean this herb before I can use it.", - "durability": null, - "name": "Grimy rogue's purse", - "archery_ticket_price": "0", - "id": "1533" - }, - { - "examine": "A fresh herb.", - "durability": null, - "name": "Clean rogue's purse", - "low_alchemy": "2", - "high_alchemy": "3", - "archery_ticket_price": "0", - "id": "1534" - }, - { - "examine": "A piece of map.", - "durability": null, - "name": "Map part", - "archery_ticket_price": "0", - "id": "1535" - }, - { - "examine": "A piece of map.", - "durability": null, - "name": "Map part", - "archery_ticket_price": "0", - "id": "1536" - }, - { - "examine": "A piece of map.", - "durability": null, - "name": "Map part", - "archery_ticket_price": "0", - "id": "1537" - }, - { - "examine": "A map of the route to Crandor.", - "durability": null, - "name": "Crandor map", - "archery_ticket_price": "0", - "id": "1538" - }, - { - "shop_price": "52", - "ge_buy_limit": "10000", - "examine": "Keeps things in place fairly permanently.", - "grand_exchange_price": "59", - "durability": null, - "name": "Steel nails", - "tradeable": "true", - "low_alchemy": "20", - "high_alchemy": "31", - "archery_ticket_price": "0", - "id": "1539" - }, - { - "ge_buy_limit": "100", - "examine": "This provides partial protection from dragon-breath attacks.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "5.4", - "equipment_slot": "5", - "grand_exchange_price": "637", - "name": "Anti-dragon shield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1540", - "bonuses": "0,0,0,0,0,7,9,8,2,8,0,0,0,0,0" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "637", - "durability": null, - "name": "Anti-dragon shield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1541" - }, - { - "shop_price": "1", - "examine": "A key to Melzar's Maze.", - "durability": null, - "name": "Maze key", - "archery_ticket_price": "0", - "id": "1542" - }, - { - "destroy_message": "You can get another from Dr Harlow in the Blue Moon Inn of Varrock.", - "examine": "A very pointy stick.", - "durability": null, - "name": "Stake", - "tradeable": "false", - "destroy": "true", - "archery_ticket_price": "0", - "id": "1549", - "equipment_slot": "5" - }, - { - "ge_buy_limit": "100", - "examine": "Deters vampires.", - "grand_exchange_price": "20", - "durability": null, - "name": "Garlic", - "tradeable": "true", - "low_alchemy": "1", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "1550" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "20", - "durability": null, - "name": "Garlic", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1551" - }, - { - "examine": "Sardine flavoured with doogle leaves.", - "durability": null, - "name": "Doogle sardine", - "low_alchemy": "4", - "tradeable": "false", - "high_alchemy": "6", - "destroy": "true", - "archery_ticket_price": "0", - "id": "1552" - }, - { - "examine": "This kitten seems to like you.", - "durability": null, - "name": "Pet kitten", - "archery_ticket_price": "0", - "id": "1555" - }, - { - "examine": "This kitten seems to like you.", - "durability": null, - "name": "Pet kitten", - "archery_ticket_price": "0", - "id": "1556" - }, - { - "examine": "This kitten seems to like you.", - "durability": null, - "name": "Pet kitten", - "archery_ticket_price": "0", - "id": "1557" - }, - { - "examine": "This kitten seems to like you.", - "durability": null, - "name": "Pet kitten", - "archery_ticket_price": "0", - "id": "1558" - }, - { - "examine": "This kitten seems to like you.", - "durability": null, - "name": "Pet kitten", - "archery_ticket_price": "0", - "id": "1559" - }, - { - "examine": "This kitten seems to like you.", - "durability": null, - "name": "Pet kitten", - "archery_ticket_price": "0", - "id": "1560" - }, - { - "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", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "1573" - }, - { - "examine": "For feline training expertise.", - "durability": null, - "name": "Cat training medal", - "low_alchemy": "140", - "high_alchemy": "210", - "archery_ticket_price": "0", - "id": "1575", - "equipment_slot": "2" - }, - { - "examine": "Candlestick used during Heroes' Quest.", - "durability": null, - "name": "Pete's candlestick", - "tradeable": "true", - "low_alchemy": "2", - "high_alchemy": "3", - "archery_ticket_price": "0", - "id": "1577" - }, - { - "durability": null, - "name": "Pete's candlestick", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1578" - }, - { - "examine": "This denotes a Master Thief.", - "durability": null, - "name": "Thieves' armband", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "1579" - }, - { - "examine": "These will keep my hands cold!", - "durability": null, - "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" - }, - { - "examine": "Yuck.", - "durability": null, - "name": "Blamish snail slime", - "weight": "1", - "archery_ticket_price": "0", - "id": "1581" - }, - { - "examine": "Made from the finest snail slime.", - "durability": null, - "name": "Blamish oil", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "1582" - }, - { - "examine": "Firebird feather.", - "durability": null, - "name": "Fire feather", - "archery_ticket_price": "0", - "id": "1583" - }, - { - "examine": "Apparently my name is Hartigan", - "durability": null, - "name": "Id papers", - "tradeable": "false", - "destroy": "true", - "archery_ticket_price": "0", - "id": "1584" - }, - { - "examine": "Useful for catching lava eels.", - "durability": null, - "name": "Oily fishing rod", - "low_alchemy": "6", - "high_alchemy": "9", - "weight": "1", - "archery_ticket_price": "0", - "id": "1585" - }, - { - "examine": "This is of use in completing Heroes' Quest. (Heroes' Quest)", - "durability": null, - "name": "Miscellaneous key", - "tradeable": "true", - "weight": "0.01", - "archery_ticket_price": "0", - "id": "1586" - }, - { - "durability": null, - "name": "Miscellaneous key", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1587" - }, - { - "examine": "The key I got from Grip. (Heroes' Quest)", - "durability": null, - "name": "Grips' key ring", - "archery_ticket_price": "0", - "id": "1588" - }, - { - "shop_price": "1", - "examine": "I wonder what this unlocks. (Heroes' Quest)", - "durability": null, - "name": "Dusty key", - "archery_ticket_price": "0", - "id": "1590" - }, - { - "examine": "Key to a cell. (Heroes' Quest)", - "durability": null, - "name": "Jail key", - "archery_ticket_price": "0", - "id": "1591" - }, - { - "shop_price": "5", - "ge_buy_limit": "100", - "examine": "Used to make gold rings.", - "grand_exchange_price": "316", - "durability": null, - "name": "Ring mould", - "tradeable": "true", - "low_alchemy": "2", - "high_alchemy": "3", - "weight": "0.4", - "archery_ticket_price": "0", - "id": "1592" - }, - { - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "800", - "high_alchemy": "1200", - "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", - "examine": "This looks valuable.", - "grand_exchange_price": "1598", - "durability": null, - "name": "Ruby", - "tradeable": "true", - "low_alchemy": "400", - "high_alchemy": "600", - "archery_ticket_price": "0", - "id": "1603" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "1598", - "durability": null, - "name": "Ruby", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1604" - }, - { - "shop_price": "350", - "ge_buy_limit": "1000", - "examine": "This looks valuable.", - "grand_exchange_price": "853", - "durability": null, - "name": "Emerald", - "tradeable": "true", - "low_alchemy": "200", - "high_alchemy": "300", - "archery_ticket_price": "0", - "id": "1605" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "853", - "durability": null, - "name": "Emerald", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1606" - }, - { - "shop_price": "175", - "ge_buy_limit": "1000", - "examine": "This looks valuable.", - "grand_exchange_price": "520", - "durability": null, - "name": "Sapphire", - "tradeable": "true", - "low_alchemy": "100", - "high_alchemy": "150", - "archery_ticket_price": "0", - "id": "1607" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "520", - "durability": null, - "name": "Sapphire", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1608" - }, - { - "ge_buy_limit": "1000", - "examine": "A semi precious stone.", - "grand_exchange_price": "41", - "durability": null, - "name": "Opal", - "tradeable": "true", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "1609" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "41", - "durability": null, - "name": "Opal", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1610" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "83", - "durability": null, - "name": "Jade", - "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", - "examine": "A semi precious stone.", - "grand_exchange_price": "103", - "durability": null, - "name": "Red topaz", - "tradeable": "true", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "examine": "This looks valuable.", - "grand_exchange_price": "27400", - "durability": null, - "name": "Dragonstone", - "tradeable": "true", - "low_alchemy": "4000", - "high_alchemy": "6000", - "weight": "0.3", - "archery_ticket_price": "0", - "id": "1615" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "27400", - "durability": null, - "name": "Dragonstone", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1616" - }, - { - "ge_buy_limit": "500", - "examine": "An uncut diamond.", - "grand_exchange_price": "20000", - "tokkul_price": "300", - "durability": null, - "name": "Uncut diamond", - "tradeable": "true", - "low_alchemy": "80", - "high_alchemy": "120", - "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": "4970", - "tokkul_price": "150", - "durability": null, - "name": "Uncut ruby", - "tradeable": "true", - "low_alchemy": "40", - "high_alchemy": "60", - "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": "2621", - "tokkul_price": "75", - "durability": null, - "name": "Uncut emerald", - "tradeable": "true", - "low_alchemy": "20", - "high_alchemy": "30", - "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": "1851", - "tokkul_price": "37", - "durability": null, - "name": "Uncut sapphire", - "tradeable": "true", - "low_alchemy": "10", - "high_alchemy": "15", - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "16", - "high_alchemy": "24", - "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.", - "tokkul_price": "1500", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "weight": "0.3", - "grand_exchange_price": "31700", - "name": "Uncut dragonstone", - "tradeable": "true", - "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", - "low_alchemy": "140", - "high_alchemy": "210", - "destroy": "true", - "archery_ticket_price": "0", - "id": "1635", - "equipment_slot": "12" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "165", - "durability": null, - "name": "Gold ring", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1636" - }, - { - "ge_buy_limit": "5000", - "examine": "A valuable ring.", - "grand_exchange_price": "561", - "durability": null, - "name": "Sapphire ring", - "tradeable": "true", - "low_alchemy": "360", - "high_alchemy": "540", - "archery_ticket_price": "0", - "id": "1637", - "equipment_slot": "12" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "561", - "durability": null, - "name": "Sapphire ring", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1638" - }, - { - "ge_buy_limit": "5000", - "examine": "A valuable ring.", - "grand_exchange_price": "884", - "durability": null, - "name": "Emerald ring", - "tradeable": "true", - "low_alchemy": "510", - "high_alchemy": "765", - "archery_ticket_price": "0", - "id": "1639", - "equipment_slot": "12" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "884", - "durability": null, - "name": "Emerald ring", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1640" - }, - { - "shop_price": "2025", - "ge_buy_limit": "5000", - "examine": "A valuable ring.", - "grand_exchange_price": "1110", - "durability": null, - "name": "Ruby ring", - "tradeable": "true", - "low_alchemy": "810", - "high_alchemy": "1215", - "archery_ticket_price": "0", - "id": "1641", - "equipment_slot": "12" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "1110", - "durability": null, - "name": "Ruby ring", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1642" - }, - { - "shop_price": "3172", - "ge_buy_limit": "5000", - "examine": "A valuable ring.", - "grand_exchange_price": "4416", - "durability": null, - "name": "Diamond ring", - "tradeable": "true", - "low_alchemy": "1410", - "high_alchemy": "2115", - "archery_ticket_price": "0", - "id": "1643", - "equipment_slot": "12" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "4416", - "durability": null, - "name": "Diamond ring", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1644" - }, - { - "shop_price": "7750", - "ge_buy_limit": "100", - "examine": "A valuable ring.", - "grand_exchange_price": "26700", - "durability": null, - "name": "Dragonstone ring", - "tradeable": "true", - "low_alchemy": "7050", - "high_alchemy": "10575", - "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", - "low_alchemy": "360", - "high_alchemy": "540", - "archery_ticket_price": "0", - "id": "1649" - }, - { - "examine": "A valuable ring.", - "grand_exchange_price": "993", - "durability": null, - "name": "Emerald ring", - "tradeable": "true", - "low_alchemy": "510", - "high_alchemy": "765", - "archery_ticket_price": "0", - "id": "1650" - }, - { - "shop_price": "2025", - "examine": "A valuable ring.", - "grand_exchange_price": "1125", - "durability": null, - "name": "Ruby ring", - "tradeable": "true", - "low_alchemy": "810", - "high_alchemy": "1215", - "archery_ticket_price": "0", - "id": "1651" - }, - { - "shop_price": "3172", - "examine": "A valuable ring.", - "grand_exchange_price": "3622", - "durability": null, - "name": "Diamond ring", - "tradeable": "true", - "low_alchemy": "1410", - "high_alchemy": "2115", - "archery_ticket_price": "0", - "id": "1652" - }, - { - "shop_price": "7750", - "examine": "A valuable ring.", - "grand_exchange_price": "19606", - "durability": null, - "name": "Dragonstone ring", - "tradeable": "true", - "low_alchemy": "7050", - "high_alchemy": "10575", - "archery_ticket_price": "0", - "id": "1653" - }, - { - "shop_price": "450", - "ge_buy_limit": "5000", - "examine": "I wonder if this is valuable.", - "grand_exchange_price": "185", - "durability": null, - "name": "Gold necklace", - "tradeable": "true", - "low_alchemy": "180", - "high_alchemy": "270", - "archery_ticket_price": "0", - "id": "1654", - "equipment_slot": "2" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "185", - "durability": null, - "name": "Gold necklace", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1655" - }, - { - "shop_price": "945", - "ge_buy_limit": "5000", - "examine": "I wonder if this is valuable.", - "grand_exchange_price": "534", - "durability": null, - "name": "Sapphire necklace", - "tradeable": "true", - "low_alchemy": "420", - "high_alchemy": "630", - "archery_ticket_price": "0", - "id": "1656", - "equipment_slot": "2" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "534", - "durability": null, - "name": "Sapphire necklace", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1657" - }, - { - "shop_price": "1425", - "ge_buy_limit": "5000", - "examine": "I wonder if this is valuable.", - "grand_exchange_price": "781", - "durability": null, - "name": "Emerald necklace", - "tradeable": "true", - "low_alchemy": "570", - "high_alchemy": "855", - "archery_ticket_price": "0", - "id": "1658", - "equipment_slot": "2" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "781", - "durability": null, - "name": "Emerald necklace", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1659" - }, - { - "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", - "low_alchemy": "870", - "high_alchemy": "1305", - "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", - "low_alchemy": "1470", - "high_alchemy": "2205", - "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", - "low_alchemy": "7350", - "high_alchemy": "11025", - "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", - "low_alchemy": "420", - "high_alchemy": "630", - "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", - "low_alchemy": "570", - "high_alchemy": "855", - "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", - "low_alchemy": "870", - "high_alchemy": "1305", - "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", - "low_alchemy": "1470", - "high_alchemy": "2205", - "archery_ticket_price": "0", - "id": "1671" - }, - { - "examine": "I wonder if this is valuable.", - "grand_exchange_price": "23010", - "durability": null, - "name": "Dragon necklace", - "tradeable": "true", - "low_alchemy": "7350", - "high_alchemy": "11025", - "archery_ticket_price": "0", - "id": "1672" - }, - { - "shop_price": "350", - "ge_buy_limit": "5000", - "examine": "A plain gold amulet.", - "grand_exchange_price": "172", - "durability": null, - "name": "Gold amulet", - "tradeable": "true", - "low_alchemy": "140", - "high_alchemy": "210", - "archery_ticket_price": "0", - "id": "1673" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "172", - "durability": null, - "name": "Gold amulet", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1674" - }, - { - "shop_price": "810", - "ge_buy_limit": "5000", - "examine": "I wonder if I can get this enchanted.", - "grand_exchange_price": "473", - "durability": null, - "name": "Sapphire amulet", - "tradeable": "true", - "low_alchemy": "360", - "high_alchemy": "540", - "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": "I wonder if I can get this enchanted.", - "grand_exchange_price": "695", - "durability": null, - "name": "Emerald amulet", - "tradeable": "true", - "low_alchemy": "510", - "high_alchemy": "765", - "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": "I wonder if I can get this enchanted.", - "grand_exchange_price": "1268", - "durability": null, - "name": "Ruby amulet", - "tradeable": "true", - "low_alchemy": "810", - "high_alchemy": "1215", - "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": "I wonder if I can get this enchanted.", - "grand_exchange_price": "3359", - "durability": null, - "name": "Diamond amulet", - "tradeable": "true", - "low_alchemy": "1410", - "high_alchemy": "2115", - "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": "I wonder if I can get this enchanted.", - "grand_exchange_price": "26900", - "durability": null, - "name": "Dragonstone ammy", - "tradeable": "true", - "low_alchemy": "7050", - "high_alchemy": "10575", - "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.", - "grand_exchange_price": "417", - "durability": null, - "name": "Sapphire amulet", - "tradeable": "true", - "low_alchemy": "360", - "high_alchemy": "540", - "archery_ticket_price": "0", - "id": "1687" - }, - { - "shop_price": "1147", - "examine": "I wonder if I can get this enchanted.", - "grand_exchange_price": "648", - "durability": null, - "name": "Emerald amulet", - "tradeable": "true", - "low_alchemy": "510", - "high_alchemy": "765", - "archery_ticket_price": "0", - "id": "1688" - }, - { - "shop_price": "2025", - "examine": "I wonder if I can get this enchanted.", - "grand_exchange_price": "1098", - "durability": null, - "name": "Ruby amulet", - "tradeable": "true", - "low_alchemy": "810", - "high_alchemy": "1215", - "destroy": "true", - "archery_ticket_price": "0", - "id": "1689" - }, - { - "shop_price": "3307", - "examine": "I wonder if I can get this enchanted.", - "grand_exchange_price": "1993", - "durability": null, - "name": "Diamond amulet", - "tradeable": "true", - "low_alchemy": "1410", - "high_alchemy": "2115", - "archery_ticket_price": "0", - "id": "1690" - }, - { - "examine": "I wonder if I can get this enchanted.", - "grand_exchange_price": "18436", - "durability": null, - "name": "Dragonstone ammy", - "tradeable": "true", - "low_alchemy": "7050", - "high_alchemy": "10575", - "archery_ticket_price": "0", - "id": "1691" - }, - { - "shop_price": "350", - "ge_buy_limit": "5000", - "examine": "A plain gold amulet.", - "grand_exchange_price": "137", - "durability": null, - "name": "Gold amulet", - "tradeable": "true", - "low_alchemy": "140", - "high_alchemy": "210", - "archery_ticket_price": "0", - "id": "1692", - "equipment_slot": "2" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "137", - "durability": null, - "name": "Gold amulet", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1693" - }, - { - "shop_price": "810", - "ge_buy_limit": "5000", - "examine": "I wonder if I can get this enchanted.", - "grand_exchange_price": "435", - "durability": null, - "name": "Sapphire amulet", - "tradeable": "true", - "low_alchemy": "360", - "high_alchemy": "540", - "archery_ticket_price": "0", - "id": "1694", - "equipment_slot": "2" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "435", - "durability": null, - "name": "Sapphire amulet", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1695" - }, - { - "shop_price": "1147", - "ge_buy_limit": "5000", - "examine": "I wonder if I can get this enchanted.", - "grand_exchange_price": "659", - "durability": null, - "name": "Emerald amulet", - "tradeable": "true", - "low_alchemy": "510", - "high_alchemy": "765", - "archery_ticket_price": "0", - "id": "1696", - "equipment_slot": "2" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "659", - "durability": null, - "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.", - "durability": null, - "low_alchemy": "810", - "high_alchemy": "1215", - "destroy": "true", - "equipment_slot": "2", - "grand_exchange_price": "1115", - "name": "Ruby amulet", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1698" - }, - { - "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", - "low_alchemy": "1410", - "high_alchemy": "2115", - "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", - "examine": "I wonder if I can get this enchanted.", - "grand_exchange_price": "27100", - "durability": null, - "name": "Dragonstone ammy", - "tradeable": "true", - "low_alchemy": "7050", - "high_alchemy": "10575", - "archery_ticket_price": "0", - "id": "1702", - "equipment_slot": "2" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "27100", - "durability": null, - "name": "Dragonstone ammy", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1703" - }, - { - "ge_buy_limit": "100", - "examine": "A very powerful dragonstone amulet.", - "grand_exchange_price": "28000", - "durability": null, - "name": "Amulet of glory", - "tradeable": "true", - "low_alchemy": "7050", - "high_alchemy": "10575", - "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" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "28000", - "durability": null, - "name": "Amulet of glory", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1705" - }, - { - "examine": "A dragonstone amulet with 1 magic charges.", - "grand_exchange_price": "1", - "durability": null, - "name": "Amulet of glory(1)", - "tradeable": "true", - "low_alchemy": "7050", - "high_alchemy": "10575", - "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" - }, - { - "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", - "low_alchemy": "7050", - "high_alchemy": "10575", - "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" - }, - { - "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", - "low_alchemy": "7050", - "high_alchemy": "10575", - "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" - }, - { - "durability": null, - "name": "Amulet of glory(3)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1711" - }, - { - "ge_buy_limit": "100", - "examine": "A dragonstone amulet with 4 magic charges.", - "grand_exchange_price": "29300", - "durability": null, - "name": "Amulet of glory(4)", - "tradeable": "true", - "low_alchemy": "7050", - "high_alchemy": "10575", - "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" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "29300", - "durability": null, - "name": "Amulet of glory(4)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1713" - }, - { - "shop_price": "200", - "ge_buy_limit": "5000", - "examine": "It needs a string so I can wear it.", - "grand_exchange_price": "83", - "durability": null, - "name": "Unstrung symbol", - "tradeable": "true", - "low_alchemy": "80", - "high_alchemy": "120", - "archery_ticket_price": "0", - "id": "1714" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "83", - "durability": null, - "name": "Unstrung symbol", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1715" - }, - { - "shop_price": "120", - "ge_buy_limit": "5000", - "examine": "A symbol of Saradomin.", - "grand_exchange_price": "29", - "durability": null, - "name": "Unblessed symbol", - "tradeable": "true", - "low_alchemy": "80", - "high_alchemy": "120", - "archery_ticket_price": "0", - "id": "1716", - "equipment_slot": "2" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "29", - "durability": null, - "name": "Unblessed symbol", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1717" - }, - { - "shop_price": "300", - "ge_buy_limit": "5000", - "examine": "A blessed holy symbol of Saradomin.", - "durability": null, - "low_alchemy": "120", - "high_alchemy": "180", - "equipment_slot": "2", - "grand_exchange_price": "88", - "name": "Holy symbol", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1718", - "bonuses": "0,0,0,0,0,2,2,2,2,2,3,0,8,0,0" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "88", - "durability": null, - "name": "Holy symbol", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1719" - }, - { - "ge_buy_limit": "5000", - "examine": "It needs a string so I can wear it.", - "grand_exchange_price": "178", - "durability": null, - "name": "Unstrung emblem", - "tradeable": "true", - "low_alchemy": "80", - "high_alchemy": "120", - "archery_ticket_price": "0", - "id": "1720" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "178", - "durability": null, - "name": "Unstrung emblem", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1721" - }, - { - "shop_price": "120", - "ge_buy_limit": "5000", - "examine": "An unholy symbol of Zamorak.", - "grand_exchange_price": "24", - "durability": null, - "name": "Unpowered symbol", - "tradeable": "true", - "low_alchemy": "80", - "high_alchemy": "120", - "archery_ticket_price": "0", - "id": "1722", - "equipment_slot": "2" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "24", - "durability": null, - "name": "Unpowered symbol", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1723" - }, - { - "shop_price": "135", - "ge_buy_limit": "5000", - "examine": "An unholy symbol of Zamorak.", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "equipment_slot": "2", - "grand_exchange_price": "57", - "name": "Unholy symbol", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1724", - "bonuses": "2,2,2,2,2,0,0,0,0,0,0,0,8,0,0" - }, - { - "ge_buy_limit": "5000", - "examine": "An enchanted ruby amulet.", - "grand_exchange_price": "1247", - "durability": null, - "name": "Amulet of strength", - "tradeable": "true", - "low_alchemy": "810", - "high_alchemy": "1215", - "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" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "1247", - "durability": null, - "name": "Amulet of strength", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1726" - }, - { - "shop_price": "900", - "ge_buy_limit": "5000", - "examine": "An enchanted sapphire amulet of magic.", - "durability": null, - "low_alchemy": "360", - "high_alchemy": "540", - "equipment_slot": "2", - "grand_exchange_price": "519", - "name": "Amulet of magic", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1727", - "bonuses": "0,0,0,10,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "519", - "durability": null, - "name": "Amulet of magic", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1728" - }, - { - "shop_price": "1275", - "ge_buy_limit": "5000", - "examine": "An enchanted emerald amulet of protection.", - "durability": null, - "low_alchemy": "510", - "high_alchemy": "765", - "equipment_slot": "2", - "grand_exchange_price": "721", - "name": "Amulet of defence", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1729", - "bonuses": "0,0,0,0,0,7,7,7,7,7,7,0,0,0,0" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "721", - "durability": null, - "name": "Amulet of defence", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1730" - }, - { - "shop_price": "3525", - "ge_buy_limit": "5000", - "examine": "An enchanted diamond amulet of power.", - "durability": null, - "low_alchemy": "1410", - "high_alchemy": "2115", - "equipment_slot": "2", - "grand_exchange_price": "2573", - "name": "Amulet of power", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1731", - "bonuses": "6,6,6,6,6,6,6,6,6,6,6,6,1,0,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", - "ge_buy_limit": "5000", - "examine": "Used with a thread to make clothes.", - "grand_exchange_price": "5", - "durability": null, - "name": "Needle", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1733" - }, - { - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "examine": "I think this came from a sheep.", - "grand_exchange_price": "160", - "durability": null, - "name": "Wool", - "tradeable": "true", - "weight": "0.14", - "archery_ticket_price": "0", - "id": "1737" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "160", - "durability": null, - "name": "Wool", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1738" - }, - { - "ge_buy_limit": "10000", - "examine": "I should take this to the tannery.", - "grand_exchange_price": "516", - "durability": null, - "name": "Cowhide", - "tradeable": "true", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "1739" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "516", - "durability": null, - "name": "Cowhide", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1740" - }, - { - "ge_buy_limit": "10000", - "examine": "It's a piece of leather.", - "grand_exchange_price": "638", - "durability": null, - "name": "Leather", - "tradeable": "true", - "weight": "2.25", - "archery_ticket_price": "0", - "id": "1741" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "638", - "durability": null, - "name": "Leather", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1742" - }, - { - "ge_buy_limit": "10000", - "examine": "It's a piece of hard leather.", - "grand_exchange_price": "640", - "durability": null, - "name": "Hard leather", - "tradeable": "true", - "weight": "3.1", - "archery_ticket_price": "0", - "id": "1743" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "640", - "durability": null, - "name": "Hard leather", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1744" - }, - { - "ge_buy_limit": "10000", - "examine": "It's a piece of prepared green dragon hide.", - "grand_exchange_price": "2237", - "durability": null, - "name": "Green d-leather", - "tradeable": "true", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "3.1", - "archery_ticket_price": "0", - "id": "1745" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "2237", - "durability": null, - "name": "Green d-leather", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1746" - }, - { - "ge_buy_limit": "10000", - "examine": "The scaly rough hide from a Black Dragon.", - "grand_exchange_price": "5802", - "durability": null, - "name": "Black dragonhide", - "tradeable": "true", - "low_alchemy": "32", - "high_alchemy": "48", - "weight": "3.1", - "archery_ticket_price": "0", - "id": "1747" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "5802", - "durability": null, - "name": "Black dragonhide", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1748" - }, - { - "ge_buy_limit": "10000", - "examine": "The scaly rough hide from a red dragon.", - "grand_exchange_price": "3539", - "durability": null, - "name": "Red dragonhide", - "tradeable": "true", - "low_alchemy": "16", - "high_alchemy": "24", - "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", - "low_alchemy": "16", - "high_alchemy": "24", - "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": "1933", - "durability": null, - "name": "Green dragonhide", - "tradeable": "true", - "low_alchemy": "8", - "high_alchemy": "12", - "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", - "examine": "Good for detailed crafting.", - "grand_exchange_price": "20", - "durability": null, - "name": "Chisel", - "tradeable": "true", - "low_alchemy": "5", - "high_alchemy": "8", - "weight": "0.4", - "archery_ticket_price": "0", - "id": "1755" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "20", - "durability": null, - "name": "Chisel", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1756" - }, - { - "shop_price": "2", - "ge_buy_limit": "100", - "examine": "A mostly clean apron.", - "grand_exchange_price": "74", - "durability": null, - "name": "Brown apron", - "tradeable": "true", - "high_alchemy": "1", - "weight": "0.45", - "archery_ticket_price": "0", - "id": "1757", - "equipment_slot": "4" - }, - { - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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": "223", - "durability": null, - "name": "Bow string", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "6", - "high_alchemy": "9", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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" - }, - { - "ge_buy_limit": "100", - "examine": "Useful for crafting items.", - "grand_exchange_price": "249", - "durability": null, - "name": "Bronze wire", - "tradeable": "true", - "low_alchemy": "8", - "high_alchemy": "12", - "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.", - "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.", - "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.", - "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.", - "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.", - "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.", - "durability": null, - "name": "Silver pot", - "tradeable": "false", - "destroy": "true", - "archery_ticket_price": "0", - "id": "1807" - }, - { - "examine": "Some (colour) thread found at the murder scene.", - "durability": null, - "name": "Criminal's thread", - "tradeable": "false", - "destroy": "true", - "archery_ticket_price": "0", - "id": "1808" - }, - { - "examine": "Some (colour) thread found at the murder scene.", - "durability": null, - "name": "Criminal's thread", - "tradeable": "false", - "destroy": "true", - "archery_ticket_price": "0", - "id": "1809" - }, - { - "examine": "Some (colour) 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./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": "1813" - }, - { - "examine": "A flimsy-looking dagger found at the crime scene./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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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" - }, - { - "shop_price": "40", - "ge_buy_limit": "100", - "examine": "A cool, light desert shirt.", - "durability": null, - "low_alchemy": "16", - "high_alchemy": "24", - "weight": "0.5", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "93", - "name": "Desert shirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1833" - }, - { - "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.", - "durability": null, - "low_alchemy": "16", - "high_alchemy": "24", - "weight": "0.9", - "equipment_slot": "7", - "grand_exchange_price": "74", - "name": "Desert robe", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1835" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "74", - "durability": null, - "name": "Desert robe", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1836" - }, - { - "shop_price": "20", - "ge_buy_limit": "100", - "examine": "Comfortable desert shoes.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "0.2", - "equipment_slot": "10", - "grand_exchange_price": "257", - "name": "Desert boots", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1837" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "257", - "durability": null, - "name": "Desert boots", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1838" - }, - { - "examine": "This key is crudely made. It came from the mining camp Mercenary Captain.", - "durability": null, - "name": "Metal key", - "archery_ticket_price": "0", - "id": "1839" - }, - { - "examine": "A metallic key, usually used by prison guards. (Tourist Trap)", - "durability": null, - "name": "Cell door key", - "archery_ticket_price": "0", - "id": "1840" - }, - { - "examine": "An empty barrel/A Splendid barrel.", - "grand_exchange_price": "206", - "durability": null, - "name": "Barrel", - "tradeable": "true", - "weight": "10", - "archery_ticket_price": "0", - "id": "1841" - }, - { - "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, - "name": "Ana in a barrel", - "weight": "32", - "archery_ticket_price": "0", - "id": "1842" - }, - { - "examine": "This key unlocks a very sturdy gate. Ana gave me this key. (Tourist Trap)", - "durability": null, - "name": "Wrought iron key", - "archery_ticket_price": "0", - "id": "1843" - }, - { - "remove_sleeves": "true", - "examine": "A filthy, smelly, flea infested shirt.", - "durability": null, - "name": "Slave shirt", - "low_alchemy": "16", - "high_alchemy": "24", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "1844", - "equipment_slot": "4" - }, - { - "examine": "A filthy, smelly, flea infested robe.", - "durability": null, - "name": "Slave robe", - "low_alchemy": "16", - "high_alchemy": "24", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "1845", - "equipment_slot": "7" - }, - { - "examine": "A set of filthy, smelly, flea infested desert slave boots.", - "durability": null, - "name": "Slave boots", - "weight": "0.6", - "archery_ticket_price": "0", - "id": "1846", - "equipment_slot": "10" - }, - { - "examine": "A piece of paper with barely legible writing - looks like a recipe!", - "durability": null, - "name": "Scrumpled paper", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "1847" - }, - { - "shop_price": "5", - "examine": "Very important information.", - "durability": null, - "name": "Shantay disclaimer", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "1848" - }, - { - "examine": "A prototype throwing dart.", - "attack_audios": "2547,0,0,0", - "durability": null, - "name": "Prototype dart", - "tradeable": "false", - "destroy": "true", - "archery_ticket_price": "0", - "id": "1849" - }, - { - "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", - "archery_ticket_price": "0", - "id": "1853" - }, - { - "shop_price": "5", - "examine": "Allows you to pass through the Shantay pass into the Kharid Desert.", - "durability": null, - "name": "Shantay pass", - "low_alchemy": "2", - "high_alchemy": "3", - "archery_ticket_price": "0", - "id": "1854" - }, - { - "examine": "A Tourist's Guide to Ardougne.", - "durability": null, - "name": "Guide book", - "tradeable": "false", - "destroy": "true", - "archery_ticket_price": "0", - "id": "1856" - }, - { - "examine": "The Rantuki tribe's totem.", - "durability": null, - "name": "Totem", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "3", - "archery_ticket_price": "0", - "id": "1857" - }, - { - "examine": "It says 'To Lord Handelmort, Handelmort Mansion'.", - "durability": null, - "name": "Address label", - "archery_ticket_price": "0", - "id": "1858" - }, - { - "ge_buy_limit": "1000", - "examine": "I need to cook this first / Freshly cooked ugthanki meat.", - "grand_exchange_price": "486", - "durability": null, - "name": "Raw ugthanki meat", - "tradeable": "true", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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" - }, - { - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "4", - "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", - "low_alchemy": "2", - "high_alchemy": "4", - "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", - "low_alchemy": "3", - "high_alchemy": "5", - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "weight": "1", - "archery_ticket_price": "0", - "id": "1917", - "equipment_slot": "3" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "202", - "durability": null, - "name": "Beer", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1918" - }, - { - "shop_price": "1", - "ge_buy_limit": "100", - "examine": "I need to fill this with beer.", - "grand_exchange_price": "10", - "durability": null, - "name": "Beer glass", - "tradeable": "true", - "high_alchemy": "1", - "weight": "0.05", - "archery_ticket_price": "0", - "id": "1919" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "10", - "durability": null, - "name": "Beer glass", - "tradeable": "true", - "archery_ticket_price": "0", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "4", - "high_alchemy": "7", - "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": "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": "72", - "durability": null, - "name": "Bucket of water", - "tradeable": "true", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "5", - "high_alchemy": "8", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "6", - "high_alchemy": "9", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "5", - "high_alchemy": "8", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "14", - "high_alchemy": "21", - "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", - "low_alchemy": "4", - "high_alchemy": "7", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "high_alchemy": "1", - "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": "On ground: Cabbage... yuck!In inventory: 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": "On ground: Cabbage... yuck!In inventory: Yuck, 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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "5", - "high_alchemy": "8", - "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", - "low_alchemy": "3", - "high_alchemy": "4", - "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", - "high_alchemy": "1", - "weight": "1", - "archery_ticket_price": "0", - "id": "1991" - }, - { - "examine": "Oh dear, this wine is terrible!", - "durability": null, - "name": "Jug of bad wine", - "high_alchemy": "1", - "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", - "low_alchemy": "51", - "high_alchemy": "76", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "1", - "archery_ticket_price": "0", - "id": "1995" - }, - { - "examine": "This wine needs to ferment before it can be drunk.", - "durability": null, - "name": "Unfermented wine", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "92", - "high_alchemy": "138", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "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" - }, - { - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "28", - "high_alchemy": "42", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "7", - "high_alchemy": "11", - "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", - "low_alchemy": "23", - "high_alchemy": "35", - "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", - "low_alchemy": "15", - "high_alchemy": "23", - "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", - "low_alchemy": "3", - "high_alchemy": "4", - "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", - "low_alchemy": "24", - "high_alchemy": "36", - "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", - "low_alchemy": "4", - "high_alchemy": "7", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "60", - "high_alchemy": "90", - "weight": "0.2", - "archery_ticket_price": "0", - "id": "2148" - }, - { - "examine": "Strange, it looks cooler now it's been cooked.", - "durability": null, - "name": "Lava eel", - "low_alchemy": "60", - "high_alchemy": "90", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "0.1", - "archery_ticket_price": "0", - "id": "2165" - }, - { - "shop_price": "10", - "examine": "A large ovenproof bowl.", - "durability": null, - "name": "Gnomebowl mould", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "0.1", - "archery_ticket_price": "0", - "id": "2166" - }, - { - "examine": "Aluft Gianne's favourite dishes.", - "durability": null, - "name": "Gianne's cook book", - "tradeable": "true", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "weight": "0.2", - "archery_ticket_price": "0", - "id": "2177" - }, - { - "examine": "This gnomebowl needs cooking.", - "durability": null, - "name": "Raw gnomebowl", - "tradeable": "true", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "2178" - }, - { - "examine": "This unfinished XX needs YY.", - "durability": null, - "name": "Picture", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "2202" - }, - { - "examine": "This XX crunchy needs garnishing with YY.", - "durability": null, - "name": "Picture", - "tradeable": "true", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "78", - "high_alchemy": "117", - "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", - "low_alchemy": "78", - "high_alchemy": "117", - "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", - "low_alchemy": "78", - "high_alchemy": "117", - "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", - "low_alchemy": "78", - "high_alchemy": "117", - "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", - "low_alchemy": "78", - "high_alchemy": "117", - "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", - "low_alchemy": "180", - "high_alchemy": "270", - "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", - "low_alchemy": "180", - "high_alchemy": "270", - "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", - "low_alchemy": "108", - "high_alchemy": "162", - "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", - "low_alchemy": "108", - "high_alchemy": "162", - "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", - "low_alchemy": "32", - "high_alchemy": "48", - "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", - "low_alchemy": "28", - "high_alchemy": "42", - "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", - "low_alchemy": "28", - "high_alchemy": "42", - "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", - "low_alchemy": "32", - "high_alchemy": "48", - "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", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "2249" - }, - { - "shop_price": "1", - "examine": "This gnome batta needs cooking.", - "durability": null, - "name": "Raw batta", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "2250" - }, - { - "shop_price": "1", - "examine": "This XX batta needs garnishing with YY.", - "durability": null, - "name": "Picture", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "2285" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "366", - "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", - "low_alchemy": "10", - "high_alchemy": "15", - "archery_ticket_price": "0", - "id": "2287" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "1141", - "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. (Whole)Half of this plain pizza has been eaten. (Half)", - "grand_exchange_price": "1357", - "durability": null, - "name": "Plain pizza", - "tradeable": "true", - "low_alchemy": "80", - "high_alchemy": "120", - "weight": "0.66", - "archery_ticket_price": "0", - "id": "2289" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "1357", - "durability": null, - "name": "Plain pizza", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2290" - }, - { - "shop_price": "200", - "ge_buy_limit": "1000", - "examine": "A cheese and tomato pizza. (Whole)Half of this plain pizza has been eaten. (Half)", - "grand_exchange_price": "238", - "durability": null, - "name": "1/2 plain pizza", - "tradeable": "true", - "low_alchemy": "80", - "high_alchemy": "120", - "weight": "0.66", - "archery_ticket_price": "0", - "id": "2291" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "238", - "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. (Whole) Half of this meat pizza has been eaten. (Half)", - "grand_exchange_price": "1012", - "durability": null, - "name": "Meat pizza", - "tradeable": "true", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.83", - "archery_ticket_price": "0", - "id": "2293" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "1012", - "durability": null, - "name": "Meat pizza", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2294" - }, - { - "ge_buy_limit": "1000", - "examine": "A pizza with bits of meat on it. (Whole) Half of this meat pizza has been eaten. (Half)", - "grand_exchange_price": "339", - "durability": null, - "name": "1/2 meat pizza", - "tradeable": "true", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.83", - "archery_ticket_price": "0", - "id": "2295" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "339", - "durability": null, - "name": "1/2 meat pizza", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2296" - }, - { - "ge_buy_limit": "1000", - "examine": "A pizza with anchovies. (Whole) Half of this anchovy pizza has been eaten. (Half)", - "grand_exchange_price": "1573", - "durability": null, - "name": "Anchovy pizza", - "tradeable": "true", - "low_alchemy": "24", - "high_alchemy": "36", - "weight": "0.83", - "archery_ticket_price": "0", - "id": "2297" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "1573", - "durability": null, - "name": "Anchovy pizza", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2298" - }, - { - "ge_buy_limit": "1000", - "examine": "A pizza with anchovies. (Whole) Half of this anchovy pizza has been eaten. (Half)", - "grand_exchange_price": "44", - "durability": null, - "name": "1/2 anchovy pizza", - "tradeable": "true", - "low_alchemy": "24", - "high_alchemy": "36", - "weight": "0.83", - "archery_ticket_price": "0", - "id": "2299" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "44", - "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. (Whole)Half of this pineapple pizza has been eaten. (Half)", - "grand_exchange_price": "1469", - "durability": null, - "name": "Pineapple pizza", - "tradeable": "true", - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "0.83", - "archery_ticket_price": "0", - "id": "2301" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "1469", - "durability": null, - "name": "Pineapple pizza", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2302" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "156", - "durability": null, - "name": "1/2 p'apple pizza", - "archery_ticket_price": "0", - "id": "2303" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "156", - "durability": null, - "name": "1/2 p'apple pizza", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2304" - }, - { - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "9", - "high_alchemy": "14", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "6", - "high_alchemy": "9", - "weight": "0.5", - "archery_ticket_price": "0", - "id": "2317" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "781", - "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", - "low_alchemy": "3", - "high_alchemy": "4", - "weight": "0.5", - "archery_ticket_price": "0", - "id": "2319" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "747", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "weight": "0.5", - "archery_ticket_price": "0", - "id": "2321" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "802", - "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. (Whole)Mmm half an apple pie. (Half)", - "grand_exchange_price": "246", - "durability": null, - "name": "Apple pie", - "tradeable": "true", - "low_alchemy": "12", - "high_alchemy": "18", - "weight": "0.4", - "archery_ticket_price": "0", - "id": "2323" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "246", - "durability": null, - "name": "Apple pie", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2324" - }, - { - "ge_buy_limit": "1000", - "examine": "Looks tasty. (Whole)So tasty I kept some for later. (Half)", - "grand_exchange_price": "534", - "durability": null, - "name": "Redberry pie", - "tradeable": "true", - "low_alchemy": "60", - "high_alchemy": "90", - "weight": "0.4", - "archery_ticket_price": "0", - "id": "2325" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "534", - "durability": null, - "name": "Redberry pie", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2326" - }, - { - "shop_price": "16", - "ge_buy_limit": "1000", - "grand_exchange_price": "160", - "durability": null, - "name": "Meat pie", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2327" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "160", - "durability": null, - "name": "Meat pie", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2328" - }, - { - "durability": null, - "name": "Burnt pie", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2330" - }, - { - "shop_price": "16", - "ge_buy_limit": "1000", - "grand_exchange_price": "174", - "durability": null, - "name": "Half a meat pie", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2331" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "174", - "durability": null, - "name": "Half a meat pie", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2332" - }, - { - "ge_buy_limit": "1000", - "examine": "Looks tasty. (Whole)So tasty I kept some for later. (Half)", - "grand_exchange_price": "248", - "durability": null, - "name": "Half a redberry pie", - "tradeable": "true", - "low_alchemy": "60", - "high_alchemy": "90", - "weight": "0.4", - "archery_ticket_price": "0", - "id": "2333" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "248", - "durability": null, - "name": "Half a redberry pie", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2334" - }, - { - "shop_price": "140", - "ge_buy_limit": "1000", - "examine": "Mmm Apple pie. (Whole)Mmm half an apple pie. (Half)", - "grand_exchange_price": "146", - "durability": null, - "name": "Half an apple pie", - "tradeable": "true", - "low_alchemy": "12", - "high_alchemy": "18", - "weight": "0.4", - "archery_ticket_price": "0", - "id": "2335" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "146", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "14", - "high_alchemy": "21", - "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", - "low_alchemy": "14", - "high_alchemy": "21", - "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", - "low_alchemy": "5", - "high_alchemy": "7", - "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", - "low_alchemy": "3", - "high_alchemy": "4", - "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", - "low_alchemy": "11", - "high_alchemy": "16", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "60", - "high_alchemy": "90", - "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", - "low_alchemy": "120", - "high_alchemy": "180", - "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", - "low_alchemy": "120", - "high_alchemy": "180", - "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", - "low_alchemy": "256", - "high_alchemy": "384", - "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", - "low_alchemy": "2000", - "high_alchemy": "3000", - "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", - "low_alchemy": "120", - "high_alchemy": "180", - "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", - "low_alchemy": "44000", - "high_alchemy": "66000", - "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.", - "durability": null, - "low_alchemy": "300000", - "high_alchemy": "450000", - "weight": "2", - "grand_exchange_price": "743100", - "name": "Shield right half", - "tradeable": "true", - "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", - "low_alchemy": "60", - "high_alchemy": "90", - "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, - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "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", - "low_alchemy": "48", - "high_alchemy": "72", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "1.8", - "turn90ccw_anim": "822", - "attack_speed": "5", - "weapon_interface": "6", - "turn180_anim": "820", - "render_anim": "1", - "defence_anim": "388", - "equipment_slot": "3", - "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", - "low_alchemy": "26", - "high_alchemy": "39", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "2410" - }, - { - "examine": "A cape from the almighty god Saradomin.", - "durability": null, - "name": "Saradomin cape", - "tradeable": "false", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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, - "low_alchemy": "32000", - "high_alchemy": "48000", - "weight": "2.2", - "attack_speed": "4", - "weapon_interface": "1", - "defence_anim": "420", - "equipment_slot": "3", - "attack_anims": "419,419,419,419", - "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" - }, - { - "shop_price": "80000", - "examine": "A magical staff imbued with the power of Guthix.", - "durability": null, - "low_alchemy": "32000", - "high_alchemy": "48000", - "weight": "2", - "attack_speed": "4", - "weapon_interface": "1", - "defence_anim": "420", - "equipment_slot": "3", - "attack_anims": "419,419,419,419", - "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" - }, - { - "turn90cw_anim": "1207", - "examine": "A magical staff imbued with the power of Zamorak.", - "walk_anim": "1205", - "low_alchemy": "32000", - "turn90ccw_anim": "1208", - "attack_speed": "4", - "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": "2417", - "stand_turn_anim": "1209", - "bonuses": "-1,-1,6,6,0,2,3,1,6,0,0,2,0,0,0", - "shop_price": "80000", - "durability": null, - "high_alchemy": "48000", - "weight": "2.2", - "weapon_interface": "1", - "render_anim": "28", - "attack_audios": "2555,0,0,0", - "name": "Zamorak staff" - }, - { - "examine": "A grey woollen wig.", - "durability": null, - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "archery_ticket_price": "0", - "id": "2427" - }, - { - "shop_price": "8002", - "ge_buy_limit": "100", - "examine": "4 doses of Attack potion.", - "grand_exchange_price": "275", - "durability": null, - "name": "Attack potion(4)", - "tradeable": "true", - "low_alchemy": "224", - "high_alchemy": "336", - "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", - "low_alchemy": "35", - "high_alchemy": "52", - "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", - "low_alchemy": "352", - "high_alchemy": "528", - "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", - "low_alchemy": "61", - "high_alchemy": "91", - "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", - "low_alchemy": "72", - "high_alchemy": "108", - "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", - "low_alchemy": "100", - "high_alchemy": "150", - "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", - "low_alchemy": "88", - "high_alchemy": "132", - "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", - "low_alchemy": "105", - "high_alchemy": "158", - "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", - "low_alchemy": "115", - "high_alchemy": "172", - "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", - "low_alchemy": "115", - "high_alchemy": "172", - "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", - "low_alchemy": "115", - "high_alchemy": "172", - "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", - "low_alchemy": "70", - "high_alchemy": "105", - "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", - "low_alchemy": "105", - "high_alchemy": "158", - "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", - "low_alchemy": "105", - "high_alchemy": "158", - "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", - "low_alchemy": "105", - "high_alchemy": "158", - "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", - "low_alchemy": "105", - "high_alchemy": "158", - "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, - "low_alchemy": "40", - "high_alchemy": "60", - "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, - "low_alchemy": "40", - "high_alchemy": "60", - "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, - "low_alchemy": "40", - "high_alchemy": "60", - "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, - "low_alchemy": "40", - "high_alchemy": "60", - "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, - "low_alchemy": "40", - "high_alchemy": "60", - "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, - "low_alchemy": "40", - "high_alchemy": "60", - "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, - "low_alchemy": "40", - "high_alchemy": "60", - "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, - "low_alchemy": "40", - "high_alchemy": "60", - "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, - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "26", - "high_alchemy": "40", - "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", - "low_alchemy": "26", - "high_alchemy": "40", - "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": "7210", - "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, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "0.2", - "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, - "low_alchemy": "1440", - "high_alchemy": "2160", - "weight": "0.25", - "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, - "low_alchemy": "1728", - "high_alchemy": "2592", - "weight": "0.25", - "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, - "low_alchemy": "1728", - "high_alchemy": "2592", - "weight": "5.4", - "absorb": "0,5,2", - "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, - "low_alchemy": "2072", - "high_alchemy": "3108", - "weight": "5.4", - "absorb": "0,6,3", - "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, - "low_alchemy": "2488", - "high_alchemy": "3732", - "weight": "5.4", - "absorb": "0,7,3", - "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, - "low_alchemy": "3744", - "high_alchemy": "5616", - "weight": "6.8", - "absorb": "0,6,3", - "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, - "low_alchemy": "4492", - "high_alchemy": "6738", - "weight": "6.8", - "absorb": "0,6,3", - "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, - "low_alchemy": "5392", - "high_alchemy": "8088", - "weight": "6.8", - "absorb": "0,6,3", - "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", - "low_alchemy": "28", - "high_alchemy": "42", - "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", - "low_alchemy": "36", - "high_alchemy": "54", - "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", - "low_alchemy": "32", - "high_alchemy": "48", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "weight": "2", - "archery_ticket_price": "0", - "id": "2511" - }, - { - "examine": "A series of connected metal rings.", - "rare_item": "true", - "durability": null, - "low_alchemy": "100000", - "high_alchemy": "150000", - "weight": "6.8", - "absorb": "4,0,9", - "lendable": "true", - "grand_exchange_price": "2902937", - "name": "Dragon chainbody", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2513", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "5", - "high_alchemy": "8", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "5", - "archery_ticket_price": "0", - "id": "2529" - }, - { - "shop_price": "140", - "grand_exchange_price": "140", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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.", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "equipment_slot": "13", - "grand_exchange_price": "325", - "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" - }, - { - "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.", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "equipment_slot": "13", - "grand_exchange_price": "327", - "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" - }, - { - "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.", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "equipment_slot": "13", - "grand_exchange_price": "9", - "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" - }, - { - "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.", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "equipment_slot": "13", - "grand_exchange_price": "63", - "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" - }, - { - "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.", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "equipment_slot": "13", - "grand_exchange_price": "90", - "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" - }, - { - "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.", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "equipment_slot": "13", - "grand_exchange_price": "127", - "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" - }, - { - "requirements": "{4,40}", - "ge_buy_limit": "10000", - "examine": "An easy to make, rune-headed fire arrow.", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "equipment_slot": "13", - "grand_exchange_price": "539", - "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" - }, - { - "requirements": "{4,40}", - "ge_buy_limit": "10000", - "examine": "An easy to make, rune-headed fire arrow.", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "equipment_slot": "13", - "grand_exchange_price": "682", - "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" - }, - { - "ge_buy_limit": "5000", - "examine": "An enchanted ring.", - "grand_exchange_price": "943", - "durability": null, - "name": "Ring of recoil", - "tradeable": "true", - "low_alchemy": "360", - "high_alchemy": "540", - "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", - "low_alchemy": "510", - "high_alchemy": "765", - "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", - "low_alchemy": "510", - "high_alchemy": "765", - "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", - "low_alchemy": "510", - "high_alchemy": "765", - "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", - "low_alchemy": "510", - "high_alchemy": "765", - "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", - "low_alchemy": "510", - "high_alchemy": "765", - "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", - "low_alchemy": "510", - "high_alchemy": "765", - "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", - "low_alchemy": "510", - "high_alchemy": "765", - "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", - "low_alchemy": "510", - "high_alchemy": "765", - "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", - "low_alchemy": "810", - "high_alchemy": "1215", - "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", - "ge_buy_limit": "10000", - "examine": "An enchanted ring.", - "grand_exchange_price": "4540", - "durability": null, - "name": "Ring of life", - "tradeable": "true", - "low_alchemy": "1410", - "high_alchemy": "2115", - "archery_ticket_price": "0", - "id": "2570", - "equipment_slot": "12" - }, - { - "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", - "low_alchemy": "7050", - "high_alchemy": "10575", - "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 RuneScape.", - "durability": null, - "name": "Sextant", - "weight": "0.2", - "archery_ticket_price": "0", - "id": "2574" - }, - { - "examine": "A fine looking time piece.", - "durability": null, - "name": "Watch", - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "0.1", - "archery_ticket_price": "0", - "id": "2575" - }, - { - "examine": "A navigator's chart of RuneScape.", - "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, - "low_alchemy": "80", - "high_alchemy": "120", - "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, - "low_alchemy": "80", - "high_alchemy": "120", - "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, - "low_alchemy": "180", - "high_alchemy": "270", - "weight": "0.2", - "equipment_slot": "0", - "lendable": "true", - "grand_exchange_price": "4400000", - "name": "Robin hood hat", - "tradeable": "true", - "archery_ticket_price": "0", - "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, - "low_alchemy": "1536", - "high_alchemy": "2304", - "weight": "9.07", - "absorb": "1,0,2", - "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, - "low_alchemy": "768", - "high_alchemy": "1152", - "weight": "9", - "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", - "examine": "Black full helmet with trim.", - "durability": null, - "low_alchemy": "422", - "high_alchemy": "633", - "weight": "2", - "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" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "82200", - "durability": null, - "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, - "low_alchemy": "652", - "high_alchemy": "979", - "weight": "5", - "absorb": "1,0,2", - "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, - "low_alchemy": "1536", - "high_alchemy": "2304", - "weight": "9.07", - "absorb": "1,0,2", - "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, - "low_alchemy": "768", - "high_alchemy": "1152", - "weight": "9", - "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, - "low_alchemy": "422", - "high_alchemy": "633", - "weight": "2.7", - "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, - "low_alchemy": "652", - "high_alchemy": "979", - "weight": "5", - "absorb": "1,0,2", - "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, - "low_alchemy": "5120", - "high_alchemy": "7680", - "weight": "9.07", - "absorb": "2,0,4", - "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, - "low_alchemy": "2560", - "high_alchemy": "3840", - "weight": "10", - "absorb": "1,0,3", - "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, - "low_alchemy": "2176", - "high_alchemy": "3264", - "weight": "5.8", - "absorb": "3,0,6", - "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, - "low_alchemy": "1408", - "high_alchemy": "2112", - "weight": "2.7", - "absorb": "1,0,2", - "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, - "low_alchemy": "5120", - "high_alchemy": "7680", - "weight": "9.07", - "absorb": "2,0,4", - "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, - "low_alchemy": "2560", - "high_alchemy": "3840", - "weight": "10", - "absorb": "1,0,3", - "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, - "low_alchemy": "2176", - "high_alchemy": "3264", - "weight": "6", - "absorb": "3,0,6", - "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, - "low_alchemy": "1408", - "high_alchemy": "2112", - "weight": "2.7", - "absorb": "1,0,2", - "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, - "low_alchemy": "26000", - "high_alchemy": "39000", - "weight": "9.07", - "absorb": "3,0,6", - "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, - "low_alchemy": "25600", - "high_alchemy": "38400", - "weight": "9", - "absorb": "2,0,4", - "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, - "low_alchemy": "14080", - "high_alchemy": "21120", - "weight": "2", - "absorb": "1,0,3", - "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, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5", - "absorb": "3,0,7", - "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, - "low_alchemy": "26000", - "high_alchemy": "39000", - "weight": "9.07", - "absorb": "3,0,6", - "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, - "low_alchemy": "25600", - "high_alchemy": "38400", - "weight": "9", - "absorb": "2,0,4", - "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, - "low_alchemy": "14080", - "high_alchemy": "21120", - "weight": "2.7", - "absorb": "1,0,3", - "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, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5", - "absorb": "3,0,7", - "equipment_slot": "5", - "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", - "low_alchemy": "16", - "high_alchemy": "24", - "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" - }, - { - "ge_buy_limit": "2", - "examine": "Parlez-vous francais? (Do you speak French?)", - "durability": null, - "low_alchemy": "32", - "high_alchemy": "48", - "equipment_slot": "0", - "lendable": "true", - "grand_exchange_price": "34300", - "name": "Blue beret", - "tradeable": "true", - "archery_ticket_price": "0", - "hat": true, - "id": "2633" - }, - { - "ge_buy_limit": "2", - "grand_exchange_price": "34300", - "durability": null, - "name": "Blue beret", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2634" - }, - { - "ge_buy_limit": "2", - "examine": "Parlez-vous francais?(Do you speak French?)", - "durability": null, - "low_alchemy": "32", - "high_alchemy": "48", - "equipment_slot": "0", - "lendable": "true", - "grand_exchange_price": "117500", - "name": "Black beret", - "tradeable": "true", - "archery_ticket_price": "0", - "hat": true, - "id": "2635" - }, - { - "ge_buy_limit": "2", - "grand_exchange_price": "117500", - "durability": null, - "name": "Black beret", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2636" - }, - { - "ge_buy_limit": "2", - "examine": "Parlez-vous francais? (Do you speak French?)", - "durability": null, - "low_alchemy": "32", - "high_alchemy": "48", - "equipment_slot": "0", - "lendable": "true", - "grand_exchange_price": "328000", - "name": "White beret", - "tradeable": "true", - "archery_ticket_price": "0", - "hat": true, - "id": "2637" - }, - { - "ge_buy_limit": "2", - "grand_exchange_price": "328000", - "durability": null, - "name": "White beret", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2638" - }, - { - "ge_buy_limit": "2", - "examine": "All for one and one for all!", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "equipment_slot": "0", - "lendable": "true", - "grand_exchange_price": "29100", - "name": "Tan cavalier", - "tradeable": "true", - "archery_ticket_price": "0", - "hat": true, - "id": "2639" - }, - { - "ge_buy_limit": "2", - "grand_exchange_price": "29100", - "durability": null, - "name": "Tan cavalier", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2640" - }, - { - "ge_buy_limit": "2", - "examine": "All for one and one for all!", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "equipment_slot": "0", - "lendable": "true", - "grand_exchange_price": "23600", - "name": "Dark cavalier", - "tradeable": "true", - "archery_ticket_price": "0", - "hat": true, - "id": "2641" - }, - { - "ge_buy_limit": "2", - "grand_exchange_price": "23600", - "durability": null, - "name": "Dark cavalier", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2642" - }, - { - "ge_buy_limit": "2", - "examine": "All for one and one for all!", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "equipment_slot": "0", - "lendable": "true", - "grand_exchange_price": "384500", - "name": "Black cavalier", - "tradeable": "true", - "archery_ticket_price": "0", - "hat": true, - "id": "2643" - }, - { - "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", - "low_alchemy": "16", - "high_alchemy": "24", - "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", - "low_alchemy": "16", - "high_alchemy": "24", - "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", - "low_alchemy": "16", - "high_alchemy": "24", - "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", - "low_alchemy": "72", - "high_alchemy": "108", - "archery_ticket_price": "0", - "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, - "low_alchemy": "26000", - "high_alchemy": "39000", - "weight": "9", - "absorb": "3,0,6", - "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,1,0,1" - }, - { - "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, - "low_alchemy": "25600", - "high_alchemy": "38400", - "weight": "9", - "absorb": "2,0,4", - "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,1,0,1" - }, - { - "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, - "low_alchemy": "14080", - "high_alchemy": "21120", - "weight": "2", - "absorb": "1,0,3", - "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,1,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, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5", - "absorb": "3,0,7", - "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, - "low_alchemy": "26000", - "high_alchemy": "39000", - "weight": "9.07", - "absorb": "3,0,6", - "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,1,0,1" - }, - { - "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, - "low_alchemy": "25600", - "high_alchemy": "38400", - "weight": "9", - "absorb": "2,0,4", - "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,1" - }, - { - "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, - "low_alchemy": "14080", - "high_alchemy": "21120", - "weight": "2", - "absorb": "1,0,3", - "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,1,0,1" - }, - { - "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, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5.4", - "absorb": "3,0,7", - "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, - "low_alchemy": "26000", - "high_alchemy": "39000", - "weight": "9.07", - "absorb": "3,0,6", - "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,1,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, - "low_alchemy": "25600", - "high_alchemy": "38400", - "weight": "9", - "absorb": "2,0,4", - "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,1,0,1" - }, - { - "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, - "low_alchemy": "14080", - "high_alchemy": "21120", - "weight": "2", - "absorb": "1,0,3", - "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, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5.4", - "absorb": "3,0,7", - "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2677" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2678" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2679" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2680" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2681" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2682" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2683" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2684" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2685" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2686" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2687" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2688" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2689" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2690" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2691" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2692" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2693" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2694" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2695" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2696" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2697" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2698" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2699" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2700" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2701" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2702" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2703" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2704" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2705" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2706" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2707" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2708" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2709" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2710" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2711" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2712" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2715" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2718" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2721" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2722" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2724" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2726" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2728" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2730" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2732" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2734" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2736" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2738" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2740" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2742" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2744" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2746" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2748" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2773" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2775" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2777" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2779" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2781" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2782" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2784" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2785" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2787" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2789" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2791" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2792" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2793" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "2795" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2796" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "2798" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "2800" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2802" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2804" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2806" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2808" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2810" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2812" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2814" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2816" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2818" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2820" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2822" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2824" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2826" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2828" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2830" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2831" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2833" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2835" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2837" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2839" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2847" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2848" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2855" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2856" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2857" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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.", - "durability": null, - "low_alchemy": "10", - "high_alchemy": "15", - "equipment_slot": "13", - "grand_exchange_price": "49", - "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" - }, - { - "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" - }, - { - "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", - "low_alchemy": "34", - "high_alchemy": "51", - "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", - "low_alchemy": "52", - "high_alchemy": "78", - "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, - "low_alchemy": "200", - "high_alchemy": "300", - "weight": "1", - "attack_speed": "8", - "two_handed": "true", - "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" - }, - { - "examine": "Book of the elemental shield.", - "durability": null, - "name": "Battered book", - "archery_ticket_price": "0", - "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.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "0.2", - "equipment_slot": "5", - "grand_exchange_price": "709", - "name": "Elemental shield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2890", - "bonuses": "0,0,0,0,0,0,0,0,6,0,0,0,0,0,0" - }, - { - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "weight": "2.2", - "archery_ticket_price": "0", - "id": "2892" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "1570", - "durability": null, - "name": "Boots", - "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", - "durability": null, - "name": "Boots", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2895" - }, - { - "shop_price": "180", - "ge_buy_limit": "100", - "examine": "The ultimate in gnome design, now in [colour].", - "durability": null, - "low_alchemy": "72", - "high_alchemy": "108", - "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", - "durability": null, - "name": "Robe top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2897" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "741", - "durability": null, - "name": "Robe bottoms", - "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", - "durability": null, - "name": "Robe bottoms", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2899" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "844", - "durability": null, - "name": "Hat", - "archery_ticket_price": "0", - "id": "2900", - "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": "844", - "durability": null, - "name": "Hat", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2901" - }, - { - "ge_buy_limit": "10", - "grand_exchange_price": "1039", - "durability": null, - "name": "Gloves", - "archery_ticket_price": "0", - "id": "2902", - "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": "1039", - "durability": null, - "name": "Gloves", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2903" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "1359", - "durability": null, - "name": "Boots", - "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", - "durability": null, - "name": "Boots", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2905" - }, - { - "shop_price": "180", - "ge_buy_limit": "100", - "examine": "The ultimate in gnome design, now in [colour].", - "durability": null, - "low_alchemy": "72", - "high_alchemy": "108", - "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", - "durability": null, - "name": "Robe top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2907" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "474", - "durability": null, - "name": "Robe bottoms", - "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", - "durability": null, - "name": "Robe bottoms", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2909" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "1445", - "durability": null, - "name": "Hat", - "archery_ticket_price": "0", - "id": "2910", - "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": "1445", - "durability": null, - "name": "Hat", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2911" - }, - { - "ge_buy_limit": "10", - "grand_exchange_price": "1254", - "durability": null, - "name": "Gloves", - "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", - "durability": null, - "name": "Gloves", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2913" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "1054", - "durability": null, - "name": "Boots", - "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", - "durability": null, - "name": "Boots", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2915" - }, - { - "shop_price": "180", - "ge_buy_limit": "100", - "examine": "The ultimate in gnome design, now in [colour].", - "durability": null, - "low_alchemy": "72", - "high_alchemy": "108", - "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", - "durability": null, - "name": "Robe top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2917" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "603", - "durability": null, - "name": "Robe bottoms", - "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", - "durability": null, - "name": "Robe bottoms", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2919" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "997", - "durability": null, - "name": "Hat", - "archery_ticket_price": "0", - "id": "2920", - "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": "997", - "durability": null, - "name": "Hat", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2921" - }, - { - "ge_buy_limit": "10", - "grand_exchange_price": "1221", - "durability": null, - "name": "Gloves", - "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", - "durability": null, - "name": "Gloves", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2923" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "737", - "durability": null, - "name": "Boots", - "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", - "durability": null, - "name": "Boots", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2925" - }, - { - "shop_price": "180", - "ge_buy_limit": "100", - "examine": "The ultimate in gnome design, now in [colour].", - "durability": null, - "low_alchemy": "72", - "high_alchemy": "108", - "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", - "durability": null, - "name": "Robe top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2927" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "637", - "durability": null, - "name": "Robe bottoms", - "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", - "durability": null, - "name": "Robe bottoms", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2929" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "925", - "durability": null, - "name": "Hat", - "archery_ticket_price": "0", - "id": "2930", - "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": "925", - "durability": null, - "name": "Hat", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2931" - }, - { - "ge_buy_limit": "10", - "grand_exchange_price": "1829", - "durability": null, - "name": "Gloves", - "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", - "durability": null, - "name": "Gloves", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2933" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "988", - "durability": null, - "name": "Boots", - "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", - "durability": null, - "name": "Boots", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2935" - }, - { - "shop_price": "180", - "ge_buy_limit": "100", - "examine": "The ultimate in gnome design, now in [colour].", - "durability": null, - "low_alchemy": "72", - "high_alchemy": "108", - "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", - "durability": null, - "name": "Robe top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2937" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "927", - "durability": null, - "name": "Robe bottoms", - "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", - "durability": null, - "name": "Robe bottoms", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2939" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "1209", - "durability": null, - "name": "Hat", - "archery_ticket_price": "0", - "id": "2940", - "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": "1209", - "durability": null, - "name": "Hat", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2941" - }, - { - "ge_buy_limit": "10", - "grand_exchange_price": "634", - "durability": null, - "name": "Gloves", - "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", - "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", - "low_alchemy": "120", - "high_alchemy": "180", - "archery_ticket_price": "0", - "id": "2946" - }, - { - "examine": "A replica candle made of solid gold.", - "durability": null, - "name": "Golden candle", - "low_alchemy": "120", - "tradeable": "false", - "high_alchemy": "180", - "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", - "id": "2949" - }, - { - "examine": "A replica needle made of solid gold.", - "durability": null, - "name": "Golden needle", - "low_alchemy": "120", - "high_alchemy": "180", - "archery_ticket_price": "0", - "id": "2951" - }, - { - "examine": "A silver dagger that can prevent werewolves changing form.", - "durability": null, - "low_alchemy": "120", - "high_alchemy": "180", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "render_anim": "2584", - "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" - }, - { - "examine": "It's a bucket of water.", - "grand_exchange_price": "74", - "durability": null, - "name": "Bucket of water", - "tradeable": "true", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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": "A druid pouch.", - "durability": null, - "name": "Druid pouch", - "low_alchemy": "2", - "high_alchemy": "3", - "archery_ticket_price": "0", - "id": "2957" - }, - { - "examine": "A druid pouch.", - "durability": null, - "name": "Druid pouch", - "low_alchemy": "2", - "high_alchemy": "3", - "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, - "low_alchemy": "70", - "high_alchemy": "105", - "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" - }, - { - "examine": "It's a blessed silver sickle.", - "durability": null, - "low_alchemy": "100", - "high_alchemy": "150", - "weight": "1.5", - "weapon_interface": "6", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "390,390,381,390", - "name": "Silver sickle(b)", - "archery_ticket_price": "0", - "id": "2963", - "bonuses": "0,0,0,0,0,0,1,1,1,1,0,1,5,0,0" - }, - { - "shop_price": "1", - "examine": "Used for washing your face, amongst other things.", - "durability": null, - "name": "Washing bowl", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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...", - "durability": null, - "low_alchemy": "35", - "high_alchemy": "53", - "weight": "0.3", - "equipment_slot": "9", - "grand_exchange_price": "1500000", - "name": "Pirate's hook", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2997", - "bonuses": "0,0,0,0,0,1,5,3,0,0,1,0,0,0,0" - }, - { - "shop_price": "3", - "ge_buy_limit": "10000", - "examine": "A fresh herb.", - "grand_exchange_price": "4056", - "durability": null, - "name": "Clean toadflax", - "tradeable": "true", - "low_alchemy": "19", - "high_alchemy": "28", - "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", - "low_alchemy": "23", - "high_alchemy": "35", - "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", - "low_alchemy": "19", - "high_alchemy": "28", - "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", - "low_alchemy": "23", - "high_alchemy": "35", - "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", - "low_alchemy": "60", - "high_alchemy": "90", - "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", - "low_alchemy": "44", - "high_alchemy": "66", - "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", - "low_alchemy": "44", - "high_alchemy": "66", - "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", - "low_alchemy": "44", - "high_alchemy": "66", - "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", - "low_alchemy": "44", - "high_alchemy": "66", - "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", - "low_alchemy": "92", - "high_alchemy": "138", - "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", - "low_alchemy": "92", - "high_alchemy": "138", - "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", - "low_alchemy": "92", - "high_alchemy": "138", - "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", - "low_alchemy": "92", - "high_alchemy": "138", - "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", - "low_alchemy": "96", - "high_alchemy": "144", - "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", - "low_alchemy": "96", - "high_alchemy": "144", - "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", - "low_alchemy": "96", - "high_alchemy": "144", - "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", - "low_alchemy": "96", - "high_alchemy": "144", - "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", - "low_alchemy": "100", - "high_alchemy": "150", - "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", - "low_alchemy": "100", - "high_alchemy": "150", - "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", - "low_alchemy": "100", - "high_alchemy": "150", - "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", - "low_alchemy": "100", - "high_alchemy": "150", - "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", - "low_alchemy": "6800", - "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,10,0,2,3,1,10,0,0,35,0,0,0", - "requirements": "{0,30}-{6,30}", - "durability": null, - "high_alchemy": "10200", - "weight": "2.2", - "weapon_interface": "1", - "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", - "low_alchemy": "18000", - "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,10,0,2,3,1,10,0,0,50,0,0,0", - "requirements": "{0,40}-{6,40}", - "shop_price": "160", - "durability": null, - "high_alchemy": "27000", - "weight": "2", - "weapon_interface": "1", - "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", - "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", - "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, - "low_alchemy": "19", - "high_alchemy": "28", - "weight": "0.9", - "attack_speed": "4", - "two_handed": "true", - "weapon_interface": "9", - "render_anim": "2583", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "390,390,390,390", - "grand_exchange_price": "702", - "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, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.9", - "attack_speed": "4", - "two_handed": "true", - "weapon_interface": "9", - "render_anim": "2583", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "390,390,390,390", - "grand_exchange_price": "13", - "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, - "low_alchemy": "70", - "high_alchemy": "105", - "weight": "0.9", - "attack_speed": "4", - "two_handed": "true", - "weapon_interface": "9", - "render_anim": "2583", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "390,390,390,390", - "grand_exchange_price": "20", - "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, - "low_alchemy": "144", - "high_alchemy": "216", - "weight": "6", - "attack_speed": "4", - "two_handed": "true", - "weapon_interface": "9", - "render_anim": "2583", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "390,390,390,390", - "grand_exchange_price": "940", - "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, - "low_alchemy": "190", - "high_alchemy": "285", - "weight": "0.9", - "attack_speed": "4", - "two_handed": "true", - "weapon_interface": "9", - "render_anim": "2583", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "390,390,390,390", - "grand_exchange_price": "114", - "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, - "low_alchemy": "480", - "high_alchemy": "720", - "attack_speed": "4", - "two_handed": "true", - "weapon_interface": "9", - "render_anim": "2583", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "390,390,390,390", - "grand_exchange_price": "649", - "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, - "low_alchemy": "4800", - "high_alchemy": "7200", - "weight": "0.9", - "attack_speed": "4", - "two_handed": "true", - "weapon_interface": "9", - "render_anim": "2583", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "390,390,390,390", - "lendable": "true", - "grand_exchange_price": "6939", - "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, - "low_alchemy": "4", - "high_alchemy": "7", - "destroy": "true", - "weight": "0.3", - "equipment_slot": "10", - "grand_exchange_price": "51400", - "name": "Climbing boots", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "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, - "low_alchemy": "22400", - "high_alchemy": "33600", - "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", - "weight": "0.8", - "archery_ticket_price": "0", - "id": "3127" - }, - { - "examine": "See article", - "durability": null, - "name": "Pasty jogre bones", - "weight": "1", - "archery_ticket_price": "0", - "id": "3128" - }, - { - "examine": "See article", - "durability": null, - "name": "Pasty jogre bones", - "weight": "1", - "archery_ticket_price": "0", - "id": "3129" - }, - { - "examine": "Burnt Jogre bones marinated in lovely Karambwanji sauce. Perfect./Burnt Jogre bones marinated in lovely Karabwanji sauce. Not quite right.", - "durability": null, - "name": "Marinated j' bones", - "weight": "1", - "archery_ticket_price": "0", - "id": "3130" - }, - { - "examine": "See article", - "durability": null, - "name": "Pasty jogre bones", - "weight": "1", - "archery_ticket_price": "0", - "id": "3131" - }, - { - "examine": "See article", - "durability": null, - "name": "Pasty jogre bones", - "weight": "1", - "archery_ticket_price": "0", - "id": "3132" - }, - { - "examine": "Burnt Jogre bones marinated in lovely Karambwanji sauce. Perfect./Burnt Jogre bones marinated in lovely Karabwanji sauce. Not quite right.", - "durability": null, - "name": "Marinated j' bones", - "weight": "1", - "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, - "low_alchemy": "100000", - "high_alchemy": "150000", - "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", - "low_alchemy": "100", - "high_alchemy": "150", - "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", - "low_alchemy": "100", - "high_alchemy": "150", - "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", - "low_alchemy": "100", - "high_alchemy": "150", - "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", - "low_alchemy": "100", - "high_alchemy": "150", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "3150" - }, - { - "examine": "Small brightly coloured tropical fish.", - "durability": null, - "name": "Karambwanji", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "0.99", - "archery_ticket_price": "0", - "id": "3151" - }, - { - "examine": "Freshly made octopus paste. It smells quite nauseating.", - "durability": null, - "name": "Karambwan paste", - "low_alchemy": "6", - "high_alchemy": "9", - "archery_ticket_price": "0", - "id": "3152" - }, - { - "examine": "Freshly made octopus paste. It smells quite nauseating.", - "durability": null, - "name": "Karambwan paste", - "low_alchemy": "6", - "high_alchemy": "9", - "archery_ticket_price": "0", - "id": "3153" - }, - { - "examine": "Freshly made octopus paste. It smells quite nauseating.", - "durability": null, - "name": "Karambwan paste", - "low_alchemy": "6", - "high_alchemy": "9", - "archery_ticket_price": "0", - "id": "3154" - }, - { - "examine": "This paste smells of raw fish./This paste smells of cooked fish.", - "durability": null, - "name": "Karambwanji paste", - "low_alchemy": "6", - "high_alchemy": "9", - "archery_ticket_price": "0", - "id": "3155" - }, - { - "examine": "This paste smells of raw fish./This paste smells of cooked fish.", - "durability": null, - "name": "Karambwanji paste", - "low_alchemy": "6", - "high_alchemy": "9", - "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", - "durability": null, - "low_alchemy": "2", - "high_alchemy": "3", - "weight": "3", - "equipment_slot": "3", - "grand_exchange_price": "221", - "name": "Karambwan vessel", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "3157" - }, - { - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "archery_ticket_price": "0", - "id": "3164" - }, - { - "shop_price": "27", - "examine": "A very strong spirit brewed in Karamja.", - "durability": null, - "name": "Karamjan rum", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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 bronze tipped spear.", - "walk_anim": "1205", - "low_alchemy": "10", - "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": "266", - "stand_anim": "813", - "tradeable": "true", - "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", - "durability": null, - "high_alchemy": "15", - "weight": "2.2", - "weapon_interface": "14", - "render_anim": "28", - "name": "Bronze spear(kp)" - }, - { - "turn90cw_anim": "1207", - "examine": "An iron tipped spear.", - "walk_anim": "1205", - "low_alchemy": "36", - "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": "304", - "stand_anim": "813", - "tradeable": "true", - "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", - "durability": null, - "high_alchemy": "54", - "weight": "2.2", - "weapon_interface": "14", - "render_anim": "28", - "name": "Iron spear(kp)" - }, - { - "turn90cw_anim": "1207", - "examine": "A steel tipped spear.", - "walk_anim": "1205", - "low_alchemy": "130", - "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": "503", - "stand_anim": "813", - "tradeable": "true", - "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,5}", - "durability": null, - "high_alchemy": "195", - "weight": "2.2", - "weapon_interface": "14", - "render_anim": "28", - "name": "Steel spear(kp)" - }, - { - "turn90cw_anim": "1207", - "examine": "A mithril tipped spear.", - "walk_anim": "1205", - "low_alchemy": "338", - "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": "368", - "stand_anim": "813", - "tradeable": "true", - "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,20}", - "durability": null, - "high_alchemy": "507", - "weight": "1.8", - "weapon_interface": "14", - "render_anim": "28", - "name": "Mithril spear(kp)" - }, - { - "turn90cw_anim": "1207", - "examine": "An adamant tipped spear.", - "walk_anim": "1205", - "low_alchemy": "832", - "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": "1093", - "stand_anim": "813", - "tradeable": "true", - "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,30}", - "durability": null, - "high_alchemy": "1248", - "weight": "2", - "weapon_interface": "14", - "render_anim": "28", - "name": "Adamant spear(kp)" - }, - { - "turn90cw_anim": "1207", - "examine": "A rune tipped spear.", - "walk_anim": "1205", - "low_alchemy": "8320", - "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": "12089", - "stand_anim": "813", - "tradeable": "true", - "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", - "requirements": "{0,40}", - "durability": null, - "high_alchemy": "12480", - "weight": "2.2", - "weapon_interface": "14", - "render_anim": "28", - "lendable": "true", - "name": "Rune spear(kp)" - }, - { - "turn90cw_anim": "1207", - "examine": "A dragon tipped spear.", - "walk_anim": "1205", - "has_special": "true", - "low_alchemy": "24960", - "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", - "tradeable": "true", - "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, - "high_alchemy": "37440", - "weight": "2", - "weapon_interface": "14", - "render_anim": "28", - "lendable": "true", - "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 small/medium sized 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 small/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 small/medium sized 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 small/medium sized 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/medium sized 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 small/medium sized monkey bones.", - "grand_exchange_price": "383", - "durability": null, - "name": "Monkey bones", - "tradeable": "true", - "weight": "0.5", - "archery_ticket_price": "0", - "id": "3185" - }, - { - "examine": "These are small/medium sized monkey bones.", - "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", - "low_alchemy": "24", - "high_alchemy": "36", - "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", - "low_alchemy": "32", - "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, - "high_alchemy": "48", - "weight": "3", - "weapon_interface": "15", - "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", - "low_alchemy": "145", - "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, - "high_alchemy": "218", - "weight": "3.1", - "weapon_interface": "15", - "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", - "low_alchemy": "400", - "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, - "high_alchemy": "600", - "weight": "3", - "weapon_interface": "15", - "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", - "low_alchemy": "768", - "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,5}-{2,10}", - "shop_price": "2496", - "durability": null, - "high_alchemy": "1152", - "weight": "3", - "weapon_interface": "15", - "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", - "low_alchemy": "1352", - "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, - "high_alchemy": "2028", - "weight": "2.7", - "weapon_interface": "15", - "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", - "low_alchemy": "3328", - "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, - "high_alchemy": "4992", - "weight": "3.6", - "weapon_interface": "15", - "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", - "low_alchemy": "51200", - "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, - "high_alchemy": "76800", - "weight": "3", - "weapon_interface": "15", - "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", - "low_alchemy": "130000", - "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, - "high_alchemy": "195000", - "weight": "3.1", - "weapon_interface": "15", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "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", - "low_alchemy": "7", - "high_alchemy": "11", - "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 RuneScape's many citizens. In Karamja or South of Falador: One of RuneScape's many citizens, apparently trying to be an explorer. In Lumbridge: One of Lumbridge's many citizens. In a Falador home: One of RuneScape's many citizens. He looks worried ", - "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", - "high_alchemy": "1", - "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.", - "durability": null, - "low_alchemy": "120", - "high_alchemy": "180", - "weight": "2", - "equipment_slot": "0", - "grand_exchange_price": "56", - "name": "Myre snelm", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "3327", - "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,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, - "low_alchemy": "120", - "high_alchemy": "180", - "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.", - "durability": null, - "low_alchemy": "120", - "high_alchemy": "180", - "equipment_slot": "0", - "grand_exchange_price": "57", - "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" - }, - { - "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", - "durability": null, - "low_alchemy": "120", - "high_alchemy": "180", - "weight": "1.9", - "equipment_slot": "0", - "grand_exchange_price": "73", - "name": "Bruise blue snelm", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "3333", - "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,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.", - "durability": null, - "low_alchemy": "120", - "high_alchemy": "180", - "weight": "2", - "equipment_slot": "0", - "grand_exchange_price": "63", - "name": "Broken bark snelm", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "3335", - "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,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.", - "durability": null, - "low_alchemy": "120", - "high_alchemy": "180", - "weight": "2", - "equipment_slot": "0", - "grand_exchange_price": "58", - "name": "Myre snelm", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "3337", - "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,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, - "low_alchemy": "120", - "high_alchemy": "180", - "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.", - "durability": null, - "low_alchemy": "120", - "high_alchemy": "180", - "equipment_slot": "0", - "grand_exchange_price": "54", - "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" - }, - { - "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", - "durability": null, - "low_alchemy": "120", - "high_alchemy": "180", - "weight": "1.9", - "equipment_slot": "0", - "grand_exchange_price": "248", - "name": "Bruise blue snelm", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "3343", - "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,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", - "low_alchemy": "60", - "high_alchemy": "90", - "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", - "low_alchemy": "60", - "high_alchemy": "90", - "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", - "low_alchemy": "60", - "high_alchemy": "90", - "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", - "low_alchemy": "60", - "high_alchemy": "90", - "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", - "low_alchemy": "60", - "high_alchemy": "90", - "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", - "low_alchemy": "60", - "high_alchemy": "90", - "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", - "low_alchemy": "60", - "high_alchemy": "90", - "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", - "low_alchemy": "60", - "high_alchemy": "90", - "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", - "low_alchemy": "60", - "high_alchemy": "90", - "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", - "low_alchemy": "24", - "high_alchemy": "36", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "6", - "high_alchemy": "9", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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": "false", - "destroy": "true", - "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, - "low_alchemy": "4000", - "high_alchemy": "6000", - "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, - "low_alchemy": "18000", - "high_alchemy": "27000", - "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, - "low_alchemy": "16000", - "high_alchemy": "24000", - "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, - "low_alchemy": "2000", - "high_alchemy": "3000", - "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, - "low_alchemy": "2000", - "high_alchemy": "3000", - "weight": "0.9", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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)", - "low_alchemy": "5", - "high_alchemy": "8", - "archery_ticket_price": "0", - "id": "3408" - }, - { - "examine": "3 doses serum 207 as described in Herbi Flax's diary.", - "durability": null, - "name": "Serum 207 (3)", - "low_alchemy": "5", - "high_alchemy": "8", - "archery_ticket_price": "0", - "id": "3410" - }, - { - "examine": "2 doses serum 207 as described in Herbi Flax's diary.", - "durability": null, - "name": "Serum 207 (2)", - "low_alchemy": "5", - "high_alchemy": "8", - "archery_ticket_price": "0", - "id": "3412" - }, - { - "examine": "1 dose serum 207 as described in Herbi Flax's diary.", - "durability": null, - "name": "Serum 207 (1)", - "low_alchemy": "5", - "high_alchemy": "8", - "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)", - "low_alchemy": "5", - "high_alchemy": "8", - "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)", - "low_alchemy": "5", - "high_alchemy": "8", - "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)", - "low_alchemy": "5", - "high_alchemy": "8", - "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)", - "low_alchemy": "5", - "high_alchemy": "8", - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "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", - "low_alchemy": "10", - "high_alchemy": "15", - "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", - "low_alchemy": "10", - "high_alchemy": "15", - "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", - "low_alchemy": "10", - "high_alchemy": "15", - "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", - "low_alchemy": "10", - "high_alchemy": "15", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "3", - "high_alchemy": "4", - "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", - "low_alchemy": "16", - "high_alchemy": "24", - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "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", - "low_alchemy": "64", - "high_alchemy": "96", - "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", - "low_alchemy": "192", - "high_alchemy": "288", - "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", - "low_alchemy": "256", - "high_alchemy": "384", - "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", - "low_alchemy": "200", - "high_alchemy": "300", - "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.", - "durability": null, - "low_alchemy": "768", - "high_alchemy": "1152", - "weight": "8", - "equipment_slot": "7", - "grand_exchange_price": "3077", - "name": "Black plateskirt (t)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "3472", - "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,0,0,0" - }, - { - "requirements": "{1,10}", - "ge_buy_limit": "2", - "examine": "Black plateskirt with gold trim.", - "durability": null, - "low_alchemy": "768", - "high_alchemy": "1152", - "weight": "9", - "equipment_slot": "7", - "grand_exchange_price": "10600", - "name": "Black plateskirt (g)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "3473", - "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,0,0,0" - }, - { - "requirements": "{1,30}", - "ge_buy_limit": "2", - "examine": "Adamant plateskirt with trim.", - "durability": null, - "low_alchemy": "2560", - "high_alchemy": "3840", - "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, - "low_alchemy": "2560", - "high_alchemy": "3840", - "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, - "low_alchemy": "25600", - "high_alchemy": "38400", - "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, - "low_alchemy": "25600", - "high_alchemy": "38400", - "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, - "low_alchemy": "25600", - "high_alchemy": "38400", - "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,1,0,1" - }, - { - "requirements": "{1,40}", - "ge_buy_limit": "2", - "examine": "Rune plateskirt in the colours of Saradomin.", - "durability": null, - "low_alchemy": "25600", - "high_alchemy": "38400", - "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,1,0,1" - }, - { - "requirements": "{1,40}", - "ge_buy_limit": "2", - "examine": "Rune plateskirt in the colours of Guthix.", - "durability": null, - "low_alchemy": "25600", - "high_alchemy": "38400", - "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,1,0,0" - }, - { - "requirements": "{1,40}", - "ge_buy_limit": "2", - "examine": "Rune platebody with complete gold trim & plating.", - "durability": null, - "low_alchemy": "26000", - "high_alchemy": "39000", - "weight": "10", - "absorb": "3,0,6", - "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, - "low_alchemy": "25600", - "high_alchemy": "38400", - "weight": "9", - "absorb": "2,0,4", - "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, - "low_alchemy": "25600", - "high_alchemy": "38400", - "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, - "low_alchemy": "14080", - "high_alchemy": "21120", - "weight": "2", - "absorb": "1,0,3", - "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, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5", - "absorb": "3,0,7", - "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3490" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3491" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3492" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3493" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3494" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3495" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3496" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3497" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3498" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3499" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3500" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3501" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3502" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3503" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3504" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3505" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3506" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3507" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3508" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3509" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3511" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3512" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3513" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3514" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3515" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3517" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3519" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3521" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3523" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3524" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3525" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3527" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3529" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3531" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3533" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3535" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3537" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3539" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3541" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3543" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3545" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3547" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3549" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3551" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3553" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3555" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3557" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3559" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3561" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3563" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "3565" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "3567" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "3569" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "3571" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3572" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3573" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3574" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "3576" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "3578" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3579" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3581" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3583" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3585" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3587" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3589" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3591" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3593" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3595" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3597" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3598" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3600" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3601" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3603" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3604" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3605" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3607" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3609" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3610" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3611" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3612" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3613" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3614" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3615" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3616" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3617" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "5200", - "high_alchemy": "7800", - "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": "This will teleport me to Rellekka when I play it. A musical intrument that I can magically play.", - "durability": null, - "name": "Lyre", - "low_alchemy": "400", - "high_alchemy": "600", - "weight": "1.8", - "archery_ticket_price": "0", - "id": "3689", - "equipment_slot": "3" - }, - { - "examine": "This will teleport me to Rellekka when I play it. A musical intrument that I can magically play.", - "durability": null, - "name": "Enchanted lyre", - "low_alchemy": "400", - "high_alchemy": "600", - "weight": "1.8", - "archery_ticket_price": "0", - "id": "3690", - "equipment_slot": "3" - }, - { - "examine": "This will teleport me to Rellekka when I play it. A musical intrument that I can magically play.", - "durability": null, - "name": "Enchanted lyre(1)", - "low_alchemy": "400", - "high_alchemy": "600", - "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, - "turn90ccw_anim": "6663", - "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", - "low_alchemy": "130", - "high_alchemy": "195", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "archery_ticket_price": "0", - "id": "3746" - }, - { - "durability": null, - "name": "Sticky red goop", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "3747" - }, - { - "remove_head": "true", - "examine": "A sturdy helm worn only by Fremennik clan members.", - "durability": null, - "name": "Fremennik helm", - "low_alchemy": "2600", - "high_alchemy": "3900", - "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", - "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, - "low_alchemy": "31200", - "high_alchemy": "46800", - "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", - "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, - "low_alchemy": "31200", - "high_alchemy": "46800", - "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", - "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, - "low_alchemy": "31200", - "high_alchemy": "46800", - "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", - "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, - "low_alchemy": "31200", - "high_alchemy": "46800", - "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", - "durability": null, - "name": "Farseer helm", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "3756" - }, - { - "examine": "A sword used only by Fremennik warriors.", - "durability": null, - "low_alchemy": "2000", - "high_alchemy": "3000", - "weight": "1.8", - "attack_speed": "4", - "weapon_interface": "6", - "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", - "low_alchemy": "2000", - "high_alchemy": "3000", - "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", - "equipment_slot": "5" - }, - { - "shop_price": "325", - "ge_buy_limit": "1000", - "examine": "The latest fashion in Rellekka.", - "durability": null, - "low_alchemy": "100", - "high_alchemy": "150", - "equipment_slot": "1", - "grand_exchange_price": "697", - "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" - }, - { - "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.", - "durability": null, - "low_alchemy": "100", - "high_alchemy": "150", - "equipment_slot": "1", - "grand_exchange_price": "54", - "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" - }, - { - "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.", - "durability": null, - "low_alchemy": "100", - "high_alchemy": "150", - "equipment_slot": "1", - "grand_exchange_price": "581", - "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" - }, - { - "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.", - "durability": null, - "low_alchemy": "100", - "high_alchemy": "150", - "equipment_slot": "1", - "grand_exchange_price": "912", - "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" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "912", - "durability": null, - "name": "Fremennik cloak", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "3766" - }, - { - "shop_price": "325", - "ge_buy_limit": "100", - "examine": "The latest in Fremennik fashion.", - "durability": null, - "low_alchemy": "130", - "high_alchemy": "195", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "100", - "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" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "100", - "durability": null, - "name": "Fremennik shirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "3768" - }, - { - "shop_price": "325", - "ge_buy_limit": "100", - "examine": "The latest in Fremennik fashion.", - "durability": null, - "low_alchemy": "130", - "high_alchemy": "195", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "486", - "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" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "486", - "durability": null, - "name": "Fremennik shirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "3770" - }, - { - "shop_price": "325", - "ge_buy_limit": "100", - "examine": "The latest in Fremennik fashion.", - "durability": null, - "low_alchemy": "130", - "high_alchemy": "195", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "242", - "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" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "242", - "durability": null, - "name": "Fremennik shirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "3772" - }, - { - "shop_price": "325", - "ge_buy_limit": "100", - "examine": "The latest in Fremennik fashion.", - "durability": null, - "low_alchemy": "130", - "high_alchemy": "195", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "500", - "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" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "500", - "durability": null, - "name": "Fremennik shirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "3774" - }, - { - "shop_price": "325", - "ge_buy_limit": "100", - "examine": "The latest in Fremennik fashion.", - "durability": null, - "low_alchemy": "130", - "high_alchemy": "195", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "450", - "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" - }, - { - "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.", - "durability": null, - "low_alchemy": "100", - "high_alchemy": "150", - "equipment_slot": "1", - "grand_exchange_price": "674", - "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" - }, - { - "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.", - "durability": null, - "low_alchemy": "100", - "high_alchemy": "150", - "equipment_slot": "1", - "grand_exchange_price": "809", - "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" - }, - { - "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.", - "durability": null, - "low_alchemy": "100", - "high_alchemy": "150", - "equipment_slot": "1", - "grand_exchange_price": "632", - "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" - }, - { - "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.", - "durability": null, - "low_alchemy": "100", - "high_alchemy": "150", - "equipment_slot": "1", - "grand_exchange_price": "517", - "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" - }, - { - "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.", - "durability": null, - "low_alchemy": "100", - "high_alchemy": "150", - "equipment_slot": "1", - "grand_exchange_price": "398", - "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" - }, - { - "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.", - "durability": null, - "low_alchemy": "100", - "high_alchemy": "150", - "equipment_slot": "1", - "grand_exchange_price": "283", - "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" - }, - { - "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.", - "durability": null, - "low_alchemy": "100", - "high_alchemy": "150", - "equipment_slot": "1", - "grand_exchange_price": "966", - "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" - }, - { - "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!", - "durability": null, - "low_alchemy": "260", - "high_alchemy": "390", - "weight": "0.5", - "equipment_slot": "10", - "grand_exchange_price": "205", - "name": "Fremennik boots", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "3791", - "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0" - }, - { - "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, - "low_alchemy": "260", - "high_alchemy": "390", - "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.", - "durability": null, - "low_alchemy": "260", - "high_alchemy": "390", - "weight": "0.9", - "equipment_slot": "7", - "grand_exchange_price": "663", - "name": "Fremennik skirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "3795", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" - }, - { - "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.", - "durability": null, - "low_alchemy": "260", - "high_alchemy": "390", - "weight": "1", - "equipment_slot": "0", - "grand_exchange_price": "2380", - "name": "Fremennik hat", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "3797", - "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,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", - "grand_exchange_price": "172", - "durability": null, - "name": "Gloves", - "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", - "low_alchemy": "130", - "high_alchemy": "195", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "archery_ticket_price": "0", - "id": "3838" - }, - { - "shop_price": "5000", - "examine": "An incomplete book of Saradomin/Guthix/Zamorak/Bandos/ArmadylAn incomplete ancient book", - "durability": null, - "name": "Damaged book", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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 Saradomin/Guthix/Zamorak/Bandos/ArmadylAn incomplete ancient book", - "durability": null, - "name": "Damaged book", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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 Saradomin/Guthix/Zamorak/Bandos/ArmadylAn incomplete ancient book", - "durability": null, - "name": "Damaged book", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "420", - "high_alchemy": "630", - "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", - "low_alchemy": "420", - "high_alchemy": "630", - "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", - "low_alchemy": "420", - "high_alchemy": "630", - "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", - "low_alchemy": "420", - "high_alchemy": "630", - "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", - "low_alchemy": "420", - "high_alchemy": "630", - "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", - "low_alchemy": "420", - "high_alchemy": "630", - "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", - "low_alchemy": "420", - "high_alchemy": "630", - "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", - "low_alchemy": "420", - "high_alchemy": "630", - "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", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "3897" - }, - { - "examine": "The king should be able to use this.", - "durability": null, - "name": "Giant pen", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "3898" - }, - { - "shop_price": "15", - "examine": "Not as good as a pet frog.", - "durability": null, - "name": "Iron sickle", - "low_alchemy": "6", - "high_alchemy": "9", - "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", - "low_alchemy": "2", - "tradeable": "false", - "high_alchemy": "3", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "0.2", - "archery_ticket_price": "0", - "id": "4006" - }, - { - "examine": "A gold bar with a talkative monkey spirit.", - "durability": null, - "name": "Enchanted bar", - "low_alchemy": "320", - "high_alchemy": "480", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "weight": "1", - "archery_ticket_price": "0", - "id": "4009" - }, - { - "shop_price": "3", - "examine": "They are Monkey Nuts. Yummy.", - "durability": null, - "name": "Monkey nuts", - "low_alchemy": "1", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "4012" - }, - { - "shop_price": "50", - "examine": "It's a monkey bar. It looks highly nutritious.", - "durability": null, - "name": "Monkey bar", - "low_alchemy": "20", - "high_alchemy": "30", - "archery_ticket_price": "0", - "id": "4014" - }, - { - "shop_price": "300", - "examine": "It's a bowl full of mushy banana", - "durability": null, - "name": "Banana stew", - "low_alchemy": "120", - "high_alchemy": "180", - "archery_ticket_price": "0", - "id": "4016" - }, - { - "examine": "It's an amulet mould shaped like a monkey head.", - "durability": null, - "name": "M'amulet mould", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "1", - "archery_ticket_price": "0", - "id": "4020" - }, - { - "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": "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", - "low_alchemy": "400", - "high_alchemy": "600", - "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", - "low_alchemy": "200", - "high_alchemy": "300", - "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", - "low_alchemy": "200", - "high_alchemy": "300", - "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", - "low_alchemy": "200", - "high_alchemy": "300", - "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", - "low_alchemy": "200", - "high_alchemy": "300", - "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", - "low_alchemy": "200", - "high_alchemy": "300", - "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", - "low_alchemy": "200", - "high_alchemy": "300", - "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", - "low_alchemy": "200", - "high_alchemy": "300", - "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", - "low_alchemy": "200", - "high_alchemy": "300", - "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", - "run_anim": "1427", - "archery_ticket_price": "0", - "id": "4037", - "stand_turn_anim": "1426" - }, - { - "durability": null, - "name": "Saradomin banner", - "tradeable": "true", - "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", - "run_anim": "1427", - "archery_ticket_price": "0", - "id": "4039", - "stand_turn_anim": "1426" - }, - { - "durability": null, - "name": "Zamorak banner", - "tradeable": "true", - "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, - "low_alchemy": "520", - "high_alchemy": "780", - "weight": "1", - "turn90ccw_anim": "822", - "weapon_interface": "6", - "turn180_anim": "820", - "render_anim": "1", - "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", - "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", - "equipment_slot": "7" - }, - { - "remove_head": "true", - "requirements": "{1,5}", - "shop_price": "40", - "examine": "A very decorative helm.", - "durability": null, - "low_alchemy": "312", - "high_alchemy": "468", - "weight": "1", - "equipment_slot": "0", - "name": "Decorative helm", - "archery_ticket_price": "0", - "id": "4071", - "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,3,0,0,0,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", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "75000", - "high_alchemy": "75000", - "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", - "low_alchemy": "70", - "high_alchemy": "105", - "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, - "low_alchemy": "70", - "high_alchemy": "105", - "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", - "low_alchemy": "6", - "high_alchemy": "9", - "archery_ticket_price": "0", - "id": "4085", - "equipment_slot": "5" - }, - { - "examine": "These pale flowers have a pungent odour.", - "durability": null, - "name": "Trollweiss", - "low_alchemy": "2", - "high_alchemy": "3", - "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, - "low_alchemy": "108000", - "high_alchemy": "162000", - "weight": "9", - "absorb": "3,0,6", - "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,20}", - "shop_price": "15000", - "ge_buy_limit": "100", - "examine": "Blue: A magical hat. ", - "durability": null, - "low_alchemy": "6000", - "high_alchemy": "9000", - "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", - "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,20}", - "shop_price": "120000", - "ge_buy_limit": "100", - "examine": "The upper half of a magical robe.", - "durability": null, - "low_alchemy": "48000", - "high_alchemy": "72000", - "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,20}", - "shop_price": "80000", - "ge_buy_limit": "100", - "examine": "The lower half of a magical robe.", - "durability": null, - "low_alchemy": "32000", - "high_alchemy": "48000", - "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,20}", - "shop_price": "10000", - "ge_buy_limit": "100", - "examine": "Magical gloves.", - "durability": null, - "low_alchemy": "4000", - "high_alchemy": "6000", - "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,20}", - "shop_price": "10000", - "ge_buy_limit": "100", - "examine": "Magical boots.", - "durability": null, - "low_alchemy": "4000", - "high_alchemy": "6000", - "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,20}", - "shop_price": "15000", - "ge_buy_limit": "100", - "examine": "Black: A magical hat. ", - "durability": null, - "low_alchemy": "6000", - "high_alchemy": "9000", - "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", - "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,20}", - "shop_price": "120000", - "ge_buy_limit": "100", - "examine": "The upper half of a magical robe.", - "durability": null, - "low_alchemy": "48000", - "high_alchemy": "72000", - "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,20}", - "shop_price": "80000", - "ge_buy_limit": "100", - "examine": "The lower half of a magical robe.", - "durability": null, - "low_alchemy": "32000", - "high_alchemy": "48000", - "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,20}", - "shop_price": "10000", - "ge_buy_limit": "100", - "examine": "Dark magical gloves.", - "durability": null, - "low_alchemy": "4000", - "high_alchemy": "6000", - "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,20}", - "shop_price": "10000", - "ge_buy_limit": "100", - "examine": "Magical boots.", - "durability": null, - "low_alchemy": "4000", - "high_alchemy": "6000", - "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,20}", - "shop_price": "15000", - "ge_buy_limit": "100", - "examine": "White: A magical hat. ", - "durability": null, - "low_alchemy": "6000", - "high_alchemy": "9000", - "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", - "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,20}", - "shop_price": "120000", - "ge_buy_limit": "100", - "examine": "The upper half of a magical robe.", - "durability": null, - "low_alchemy": "48000", - "high_alchemy": "72000", - "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,20}", - "shop_price": "80000", - "ge_buy_limit": "100", - "examine": "The lower half of a magical robe.", - "durability": null, - "low_alchemy": "32000", - "high_alchemy": "48000", - "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,20}", - "shop_price": "10000", - "ge_buy_limit": "100", - "examine": "Bright magical gloves.", - "durability": null, - "low_alchemy": "4000", - "high_alchemy": "6000", - "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,20}", - "shop_price": "10000", - "ge_buy_limit": "100", - "examine": "Magical boots.", - "durability": null, - "low_alchemy": "4000", - "high_alchemy": "6000", - "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.", - "durability": null, - "low_alchemy": "9", - "high_alchemy": "14", - "weight": "1.3", - "equipment_slot": "10", - "grand_exchange_price": "359", - "name": "Bronze boots", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4119", - "bonuses": "0,0,0,-3,-1,1,2,3,0,0,0,0,0,0,0" - }, - { - "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.", - "durability": null, - "low_alchemy": "33", - "high_alchemy": "50", - "weight": "1.3", - "equipment_slot": "10", - "grand_exchange_price": "17000", - "name": "Iron boots", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4121", - "bonuses": "0,0,0,-3,-1,2,3,4,0,0,0,0,0,0,0" - }, - { - "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, - "low_alchemy": "120", - "high_alchemy": "180", - "weight": "1.3", - "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, - "low_alchemy": "230", - "high_alchemy": "345", - "weight": "1.3", - "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, - "low_alchemy": "312", - "high_alchemy": "468", - "weight": "1", - "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, - "low_alchemy": "768", - "high_alchemy": "1152", - "weight": "1.3", - "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, - "low_alchemy": "5000", - "high_alchemy": "7500", - "weight": "1.3", - "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", - "low_alchemy": "36", - "high_alchemy": "54", - "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", - "low_alchemy": "48000", - "turn90ccw_anim": "822", - "attack_speed": "4", - "turn180_anim": "820", - "defence_anim": "1659", - "equipment_slot": "3", - "attack_anims": "1658,1658,1658,1658", - "destroy_message": "", - "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, - "high_alchemy": "72000", - "weight": "0.45", - "weapon_interface": "11", - "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", - "low_alchemy": "20000", - "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, - "high_alchemy": "30000", - "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, - "low_alchemy": "2000", - "high_alchemy": "3000", - "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" - }, - { - "turn90cw_anim": "1207", - "examine": "A spear with a leaf-shaped point.", - "walk_anim": "1205", - "low_alchemy": "12400", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "two_handed": "true", - "turn180_anim": "1206", - "defence_anim": "2079", - "equipment_slot": "3", - "attack_anims": "2080,2081,2082,2080", - "stand_anim": "813", - "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", - "durability": null, - "high_alchemy": "18600", - "weight": "2", - "weapon_interface": "14", - "render_anim": "28", - "name": "Leaf-bladed spear" - }, - { - "requirements": "{0,55}-{18,50}", - "shop_price": "31000", - "examine": "A spear with a leaf-shaped point.", - "durability": null, - "name": "Leaf-bladed spear", - "low_alchemy": "12400", - "high_alchemy": "18600", - "weight": "2", - "archery_ticket_price": "0", - "attack_speed": "5", - "id": "4159", - "equipment_slot": "3" - }, - { - "requirements": "{18,55}-{4,50}", - "shop_price": "90", - "examine": "Arrows with a wider than normal tip.", - "durability": null, - "name": "Broad arrow", - "low_alchemy": "36", - "high_alchemy": "54", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "4161" - }, - { - "shop_price": "500", - "ge_buy_limit": "100", - "examine": "I can even smash stone with this.", - "durability": null, - "low_alchemy": "200", - "high_alchemy": "300", - "weight": "2.2", - "equipment_slot": "3", - "grand_exchange_price": "140", - "name": "Rock hammer", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4162" - }, - { - "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.", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "weight": "0.1", - "equipment_slot": "0", - "grand_exchange_price": "615", - "name": "Face mask", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4164" - }, - { - "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.", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "weight": "2.6", - "equipment_slot": "0", - "grand_exchange_price": "484", - "name": "Earmuffs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4166" - }, - { - "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.", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "weight": "8", - "equipment_slot": "0", - "grand_exchange_price": "523", - "name": "Nose peg", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4168" - }, - { - "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", - "low_alchemy": "8400", - "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, - "high_alchemy": "12600", - "weight": "1.8", - "weapon_interface": "1", - "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", - "low_alchemy": "36", - "high_alchemy": "54", - "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", - "low_alchemy": "36", - "high_alchemy": "54", - "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", - "low_alchemy": "36", - "high_alchemy": "54", - "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", - "low_alchemy": "36", - "high_alchemy": "54", - "archery_ticket_price": "0", - "id": "4175", - "equipment_slot": "13" - }, - { - "examine": "A weapon from the Abyss.", - "rare_item": "true", - "durability": null, - "low_alchemy": "48000", - "high_alchemy": "72000", - "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" - }, - { - "examine": "Looks pretty heavy.", - "durability": null, - "low_alchemy": "108000", - "high_alchemy": "162000", - "weight": "9", - "absorb": "3,0,6", - "lendable": "true", - "grand_exchange_price": "165900", - "name": "Dragon platelegs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4180", - "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": "See article", - "durability": null, - "name": "Garden brush", - "weight": "1", - "archery_ticket_price": "0", - "id": "4190" - }, - { - "examine": "See article", - "durability": null, - "name": "Extended brush", - "weight": "1", - "archery_ticket_price": "0", - "id": "4191" - }, - { - "examine": "See article", - "durability": null, - "name": "Extended brush", - "weight": "1", - "archery_ticket_price": "0", - "id": "4192" - }, - { - "examine": "See article", - "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" - }, - { - "examine": "A pair of lifeless, rotting legs.", - "durability": null, - "name": "Legs", - "archery_ticket_price": "0", - "id": "4196" - }, - { - "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" - }, - { - "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" - }, - { - "shop_price": "50", - "examine": "A pickled brain, submerged inside a jar of vinegar.", - "durability": null, - "name": "Pickled brain", - "archery_ticket_price": "0", - "id": "4199" - }, - { - "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": "Unactivated: The Ring of charos.Activated: The power within this ring has been activated.", - "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", - "high_alchemy": "1", - "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", - "render_anim": "2588", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "426,426,426,426", - "grand_exchange_price": "905300", - "attack_audios": "2700,0,0,0", - "name": "New crystal bow", - "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", - "render_anim": "2588", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "426,426,426,426", - "grand_exchange_price": "901019", - "attack_audios": "2700,0,0,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", - "render_anim": "2588", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "426,426,426,426", - "grand_exchange_price": "901019", - "attack_audios": "2700,0,0,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", - "render_anim": "2588", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "426,426,426,426", - "grand_exchange_price": "901019", - "attack_audios": "2700,0,0,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", - "render_anim": "2588", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "426,426,426,426", - "grand_exchange_price": "901019", - "attack_audios": "2700,0,0,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", - "render_anim": "2588", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "426,426,426,426", - "grand_exchange_price": "901019", - "attack_audios": "2700,0,0,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", - "render_anim": "2588", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "426,426,426,426", - "grand_exchange_price": "901019", - "attack_audios": "2700,0,0,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", - "render_anim": "2588", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "426,426,426,426", - "grand_exchange_price": "901019", - "attack_audios": "2700,0,0,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", - "render_anim": "2588", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "426,426,426,426", - "grand_exchange_price": "901019", - "attack_audios": "2700,0,0,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", - "render_anim": "2588", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "426,426,426,426", - "grand_exchange_price": "901019", - "attack_audios": "2700,0,0,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", - "render_anim": "2588", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "426,426,426,426", - "grand_exchange_price": "901019", - "attack_audios": "2700,0,0,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", - "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, - "low_alchemy": "64", - "high_alchemy": "96", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "4237" - }, - { - "examine": "It's a bowl of (milky) nettle tea.", - "durability": null, - "name": "Nettle tea", - "low_alchemy": "1", - "high_alchemy": "2", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "4239" - }, - { - "examine": "It's a bowl of (milky) nettle tea.", - "durability": null, - "name": "Nettle tea", - "low_alchemy": "1", - "high_alchemy": "2", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "4240" - }, - { - "examine": "(In inventory) A handful of nettles (In ground) I better not get stung/I wouldn't like to get stung/I wish I could sting other people/Dock leaves at the ready/These may hurt/nettles sting my leggies(Draynor Village nettles)", - "durability": null, - "name": "Nettles", - "low_alchemy": "1", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "4241" - }, - { - "shop_price": "10", - "examine": "A nice cup of tea.", - "grand_exchange_price": "30", - "durability": null, - "name": "Cup of tea", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "0.1", - "archery_ticket_price": "0", - "id": "4242" - }, - { - "shop_price": "10", - "examine": "A nice cup of tea.", - "grand_exchange_price": "30", - "durability": null, - "name": "Cup of tea", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "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": "A nice cup of tea.", - "grand_exchange_price": "30", - "durability": null, - "name": "Cup of tea", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "0.1", - "archery_ticket_price": "0", - "id": "4245" - }, - { - "shop_price": "10", - "examine": "A nice cup of tea.", - "grand_exchange_price": "30", - "durability": null, - "name": "Cup of tea", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "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": "Normal: It lets me talk to ghosts.", - "durability": null, - "name": "Ghostspeak amulet", - "low_alchemy": "14", - "high_alchemy": "21", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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 [type of bones].", - "durability": null, - "name": "Bonemeal", - "weight": "1", - "archery_ticket_price": "0", - "id": "4255" - }, - { - "examine": "A pot of crushed [type of bones].", - "durability": null, - "name": "Bonemeal", - "weight": "1", - "archery_ticket_price": "0", - "id": "4256" - }, - { - "examine": "A pot of crushed [type of bones].", - "durability": null, - "name": "Bonemeal", - "weight": "1", - "archery_ticket_price": "0", - "id": "4257" - }, - { - "examine": "A pot of crushed [type of bones].", - "durability": null, - "name": "Bonemeal", - "weight": "1", - "archery_ticket_price": "0", - "id": "4258" - }, - { - "examine": "A pot of crushed [type of bones].", - "durability": null, - "name": "Bonemeal", - "weight": "1", - "archery_ticket_price": "0", - "id": "4259" - }, - { - "examine": "A pot of crushed [type of bones].", - "durability": null, - "name": "Bonemeal", - "weight": "1", - "archery_ticket_price": "0", - "id": "4260" - }, - { - "examine": "A pot of crushed [type of bones].", - "durability": null, - "name": "Bonemeal", - "weight": "1", - "archery_ticket_price": "0", - "id": "4261" - }, - { - "examine": "A pot of crushed [type of bones].", - "durability": null, - "name": "Bonemeal", - "weight": "1", - "archery_ticket_price": "0", - "id": "4262" - }, - { - "examine": "A pot of crushed [type of bones].", - "durability": null, - "name": "Bonemeal", - "weight": "1", - "archery_ticket_price": "0", - "id": "4263" - }, - { - "examine": "A pot of crushed [type of bones].", - "durability": null, - "name": "Bonemeal", - "weight": "1", - "archery_ticket_price": "0", - "id": "4264" - }, - { - "examine": "A pot of crushed [type of bones].", - "durability": null, - "name": "Bonemeal", - "weight": "1", - "archery_ticket_price": "0", - "id": "4265" - }, - { - "examine": "A pot of crushed [type of bones].", - "durability": null, - "name": "Bonemeal", - "weight": "1", - "archery_ticket_price": "0", - "id": "4266" - }, - { - "examine": "A pot of crushed [type of bones].", - "durability": null, - "name": "Bonemeal", - "weight": "1", - "archery_ticket_price": "0", - "id": "4267" - }, - { - "examine": "A pot of crushed [type of 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 [type of bones].", - "durability": null, - "name": "Bonemeal", - "weight": "1", - "archery_ticket_price": "0", - "id": "4270" - }, - { - "examine": "A pot of crushed [type of 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", - "low_alchemy": "23", - "high_alchemy": "35", - "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", - "low_alchemy": "24", - "high_alchemy": "36", - "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", - "low_alchemy": "4", - "high_alchemy": "7", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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" - }, - { - "ge_buy_limit": "100", - "examine": "The label says 'Vivid Crimson', but it looks like pink to me!", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "45", - "weight": "0.9", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "19", - "name": "Ham shirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4298", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" - }, - { - "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!", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "45", - "weight": "0.9", - "equipment_slot": "7", - "grand_exchange_price": "11", - "name": "Ham robe", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4300", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" - }, - { - "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.", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "45", - "weight": "0.4", - "equipment_slot": "0", - "grand_exchange_price": "400", - "name": "Ham hood", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4302", - "bonuses": "0,0,0,0,0,0,1,2,0,1,0,0,0,0,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.", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "45", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "25", - "name": "Ham cloak", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4304", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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", - "low_alchemy": "30", - "high_alchemy": "45", - "archery_ticket_price": "0", - "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", - "grand_exchange_price": "59", - "durability": null, - "name": "Gloves", - "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", - "grand_exchange_price": "323", - "durability": null, - "name": "Boots", - "archery_ticket_price": "0", - "id": "4310", - "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": "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", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "4313" - }, - { - "shop_price": "50", - "ge_buy_limit": "100", - "examine": "Ooohhh look at the pretty colours...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "2342", - "name": "Team-1 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4315", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1145", - "name": "Team-2 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4317", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "141", - "name": "Team-3 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4319", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "973", - "name": "Team-4 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4321", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1294", - "name": "Team-5 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4323", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "124", - "name": "Team-6 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4325", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1264", - "name": "Team-7 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4327", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1824", - "name": "Team-8 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4329", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "841", - "name": "Team-9 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4331", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1127", - "name": "Team-10 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4333", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "2011", - "name": "Team-11 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4335", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1591", - "name": "Team-12 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4337", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "308", - "name": "Team-13 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4339", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1504", - "name": "Team-14 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4341", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1462", - "name": "Team-15 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4343", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "313", - "name": "Team-16 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4345", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1231", - "name": "Team-17 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4347", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1678", - "name": "Team-18 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4349", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1041", - "name": "Team-19 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4351", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "703", - "name": "Team-20 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4353", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1292", - "name": "Team-21 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4355", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1368", - "name": "Team-22 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4357", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "280", - "name": "Team-23 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4359", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1512", - "name": "Team-24 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4361", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1395", - "name": "Team-25 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4363", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "191", - "name": "Team-26 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4365", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1420", - "name": "Team-27 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4367", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1920", - "name": "Team-28 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4369", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1175", - "name": "Team-29 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4371", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "552", - "name": "Team-30 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4373", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1385", - "name": "Team-31 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4375", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1168", - "name": "Team-32 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4377", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "211", - "name": "Team-33 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4379", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1128", - "name": "Team-34 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4381", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1140", - "name": "Team-35 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4383", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "84", - "name": "Team-36 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4385", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1010", - "name": "Team-37 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4387", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1833", - "name": "Team-38 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4389", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "914", - "name": "Team-39 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4391", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "582", - "name": "Team-40 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4393", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1471", - "name": "Team-41 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4395", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1072", - "name": "Team-42 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4397", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "298", - "name": "Team-43 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4399", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1268", - "name": "Team-44 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4401", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1371", - "name": "Team-45 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4403", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "140", - "name": "Team-46 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4405", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1233", - "name": "Team-47 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4407", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1836", - "name": "Team-48 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4409", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1185", - "name": "Team-49 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4411", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "708", - "name": "Team-50 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4413", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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 hatchet.", - "durability": null, - "name": "Blunt axe", - "low_alchemy": "22", - "high_alchemy": "33", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "6", - "high_alchemy": "9", - "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", - "low_alchemy": "22", - "high_alchemy": "33", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "7", - "high_alchemy": "10", - "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, - "low_alchemy": "520", - "high_alchemy": "780", - "weight": "1", - "turn90ccw_anim": "822", - "weapon_interface": "6", - "turn180_anim": "820", - "render_anim": "1", - "defence_anim": "397", - "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", - "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", - "equipment_slot": "7" - }, - { - "remove_head": "true", - "requirements": "{1,20}", - "shop_price": "40", - "examine": "A very decorative helm.", - "durability": null, - "low_alchemy": "312", - "high_alchemy": "468", - "weight": "1", - "equipment_slot": "0", - "name": "Decorative helm", - "archery_ticket_price": "0", - "id": "4506", - "bonuses": "0,0,0,-3,-1,10,11,9,-1,10,5,0,0,0,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", - "equipment_slot": "5" - }, - { - "requirements": "{0,30}", - "shop_price": "50", - "turn90cw_anim": "821", - "examine": "A very decorative sword.", - "walk_anim": "819", - "durability": null, - "low_alchemy": "520", - "high_alchemy": "780", - "weight": "1", - "turn90ccw_anim": "822", - "weapon_interface": "6", - "turn180_anim": "820", - "render_anim": "1", - "defence_anim": "397", - "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", - "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", - "equipment_slot": "7" - }, - { - "remove_head": "true", - "requirements": "{1,30}", - "shop_price": "40", - "examine": "A very decorative helm.", - "durability": null, - "low_alchemy": "312", - "high_alchemy": "468", - "weight": "1", - "equipment_slot": "0", - "name": "Decorative helm", - "archery_ticket_price": "0", - "id": "4511", - "bonuses": "0,0,0,-3,-1,14,15,13,-1,14,6,0,0,0,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", - "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", - "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", - "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", - "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", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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.", - "durability": null, - "low_alchemy": "11", - "high_alchemy": "16", - "weight": "0.4", - "grand_exchange_price": "1575", - "name": "Oil lamp", - "tradeable": "true", - "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", - "low_alchemy": "11", - "high_alchemy": "16", - "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.", - "durability": null, - "low_alchemy": "11", - "high_alchemy": "16", - "weight": "0.4", - "grand_exchange_price": "2", - "name": "Oil lamp", - "tradeable": "true", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "50", - "high_alchemy": "75", - "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", - "low_alchemy": "50", - "high_alchemy": "75", - "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", - "low_alchemy": "50", - "high_alchemy": "75", - "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", - "low_alchemy": "36", - "high_alchemy": "54", - "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", - "low_alchemy": "28", - "high_alchemy": "42", - "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": "A sturdy steel lantern casting a bright beam.", - "grand_exchange_price": "88", - "durability": null, - "name": "Bullseye lantern", - "low_alchemy": "168", - "high_alchemy": "252", - "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": "A sturdy steel lantern casting a bright beam.", - "grand_exchange_price": "158", - "durability": null, - "name": "Bullseye lantern", - "low_alchemy": "168", - "high_alchemy": "252", - "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 casting a bright beam.", - "grand_exchange_price": "1345", - "durability": null, - "name": "Bullseye lantern", - "low_alchemy": "168", - "high_alchemy": "252", - "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", - "low_alchemy": "168", - "high_alchemy": "252", - "weight": "1", - "archery_ticket_price": "0", - "id": "4550" - }, - { - "remove_head": "true", - "requirements": "{1,5}-{18,35}", - "shop_price": "650", - "ge_buy_limit": "100", - "examine": "You don't want to wear it inside-out.", - "durability": null, - "low_alchemy": "260", - "high_alchemy": "390", - "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", - "low_alchemy": "6", - "high_alchemy": "9", - "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 RuneScape.", - "durability": null, - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "12", - "defence_anim": "1834", - "equipment_slot": "3", - "attack_anims": "1833,1833,1833,1833", - "fun_weapon": "true", - "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" - }, - { - "ge_buy_limit": "100", - "turn90cw_anim": "1207", - "examine": "A black tipped spear.", - "walk_anim": "1205", - "low_alchemy": "260", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "two_handed": "true", - "turn180_anim": "1206", - "equipment_slot": "3", - "grand_exchange_price": "536", - "stand_anim": "813", - "tradeable": "true", - "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", - "requirements": "{0,10}", - "durability": null, - "high_alchemy": "390", - "weight": "2.2", - "weapon_interface": "14", - "render_anim": "28", - "name": "Black spear" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "536", - "durability": null, - "name": "Black spear", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4581" - }, - { - "ge_buy_limit": "100", - "turn90cw_anim": "1207", - "examine": "A black tipped spear.", - "walk_anim": "1205", - "low_alchemy": "260", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "two_handed": "true", - "turn180_anim": "1206", - "equipment_slot": "3", - "grand_exchange_price": "2808", - "stand_anim": "813", - "tradeable": "true", - "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", - "requirements": "{0,10}", - "durability": null, - "high_alchemy": "390", - "weight": "2.2", - "weapon_interface": "14", - "render_anim": "28", - "name": "Black spear(p)" - }, - { - "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 black tipped spear.", - "walk_anim": "1205", - "durability": null, - "low_alchemy": "260", - "high_alchemy": "390", - "weight": "2.2", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "two_handed": "true", - "weapon_interface": "14", - "turn180_anim": "1206", - "render_anim": "28", - "equipment_slot": "3", - "grand_exchange_price": "309", - "stand_anim": "813", - "name": "Black spear(kp)", - "tradeable": "true", - "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, - "low_alchemy": "108000", - "high_alchemy": "162000", - "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", - "low_alchemy": "40000", - "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, - "high_alchemy": "60000", - "weight": "1.8", - "weapon_interface": "6", - "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", - "low_alchemy": "160", - "high_alchemy": "160", - "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", - "low_alchemy": "160", - "high_alchemy": "160", - "archery_ticket_price": "0", - "id": "4598" - }, - { - "shop_price": "1", - "examine": "A handy little club made out of oak.", - "durability": null, - "name": "Oak-blackjack", - "weight": "1.8", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "4599", - "weapon_interface": "10", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,2,0,0,0", - "equipment_slot": "3" - }, - { - "shop_price": "600", - "ge_buy_limit": "100", - "examine": "A handy little club made out of willow.", - "durability": null, - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "1", - "attack_speed": "4", - "weapon_interface": "10", - "equipment_slot": "3", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "30", - "high_alchemy": "45", - "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.On ground: Not good for eating.", - "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", - "low_alchemy": "260", - "high_alchemy": "390", - "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", - "low_alchemy": "100", - "high_alchemy": "150", - "archery_ticket_price": "0", - "id": "4654" - }, - { - "examine": "A rough translation made from archaeological etchings.", - "durability": null, - "name": "Translation", - "low_alchemy": "100", - "high_alchemy": "150", - "weight": "1", - "archery_ticket_price": "0", - "id": "4655" - }, - { - "examine": "This key is unusally warm to the touch.", - "durability": null, - "name": "Warm key", - "low_alchemy": "100", - "high_alchemy": "150", - "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": "Frank's shiny silver coated pot.", - "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": "Frank's shiny silver coated pot.", - "durability": null, - "name": "Silver pot", - "tradeable": "false", - "destroy": "true", - "archery_ticket_price": "0", - "id": "4660" - }, - { - "examine": "A silver pot made by Ruantun and blessed on Entrana.", - "durability": null, - "name": "Blessed pot", - "weight": "2", - "archery_ticket_price": "0", - "id": "4661" - }, - { - "examine": "Frank's shiny silver coated pot.", - "durability": null, - "name": "Silver pot", - "tradeable": "false", - "destroy": "true", - "archery_ticket_price": "0", - "id": "4662" - }, - { - "examine": "A silver pot made by Ruantun and blessed on Entrana.", - "durability": null, - "name": "Blessed pot", - "weight": "2", - "archery_ticket_price": "0", - "id": "4663" - }, - { - "examine": "Frank's shiny silver coated pot.", - "durability": null, - "name": "Silver pot", - "tradeable": "false", - "destroy": "true", - "archery_ticket_price": "0", - "id": "4664" - }, - { - "examine": "A silver pot made by Ruantun and blessed on Entrana.", - "durability": null, - "name": "Blessed pot", - "weight": "2", - "archery_ticket_price": "0", - "id": "4665" - }, - { - "examine": "Frank's shiny silver coated pot.", - "durability": null, - "name": "Silver pot", - "tradeable": "false", - "destroy": "true", - "archery_ticket_price": "0", - "id": "4666" - }, - { - "examine": "A silver pot made by Ruantun and blessed on Entrana.", - "durability": null, - "name": "Blessed pot", - "weight": "2", - "archery_ticket_price": "0", - "id": "4667" - }, - { - "examine": "Finely ground garlic powder.", - "durability": null, - "name": "Garlic powder", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "100", - "high_alchemy": "150", - "archery_ticket_price": "0", - "id": "4674" - }, - { - "ge_buy_limit": "100", - "turn90cw_anim": "1207", - "examine": "A magical staff of ancient origin...", - "walk_anim": "1205", - "low_alchemy": "40000", - "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, - "high_alchemy": "60000", - "weight": "2.25", - "weapon_interface": "1", - "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", - "low_alchemy": "120", - "high_alchemy": "180", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "weight": "2", - "archery_ticket_price": "0", - "id": "4687" - }, - { - "examine": "A little heap of salt.", - "durability": null, - "name": "Pile of salt", - "low_alchemy": "8", - "high_alchemy": "12", - "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", - "low_alchemy": "52000", - "high_alchemy": "78000", - "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", - "low_alchemy": "2", - "high_alchemy": "4", - "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", - "low_alchemy": "2", - "high_alchemy": "4", - "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", - "low_alchemy": "2", - "high_alchemy": "4", - "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", - "low_alchemy": "2", - "high_alchemy": "4", - "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", - "low_alchemy": "2", - "high_alchemy": "4", - "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", - "low_alchemy": "2", - "high_alchemy": "4", - "archery_ticket_price": "0", - "id": "4699" - }, - { - "examine": "Unfuelled: You need to add lamp oil before you can use it. Unlit: A bullseye lantern with a sapphire for a lens. Lit: A lantern casting a bright blue beam.", - "durability": null, - "name": "Sapphire lantern", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "1.3", - "archery_ticket_price": "0", - "id": "4700" - }, - { - "examine": "Unfuelled: You need to add lamp oil before you can use it. Unlit: A bullseye lantern with a sapphire for a lens. Lit: A lantern casting a bright blue beam.", - "durability": null, - "name": "Sapphire lantern", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "1.3", - "archery_ticket_price": "0", - "id": "4701" - }, - { - "examine": "Unfuelled: You need to add lamp oil before you can use it. Unlit: A bullseye lantern with a sapphire for a lens. Lit: A lantern casting a bright blue beam.", - "durability": null, - "name": "Sapphire lantern", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "1.3", - "archery_ticket_price": "0", - "id": "4702" - }, - { - "shop_price": "975000", - "examine": "A magic stone to make high-level furniture.", - "grand_exchange_price": "977755", - "durability": null, - "name": "Magic stone", - "tradeable": "true", - "low_alchemy": "390000", - "high_alchemy": "585000", - "weight": "1", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "archery_ticket_price": "0", - "id": "4707" - }, - { - "remove_head": "true", - "requirements": "{1,70}-{6,70}", - "ge_buy_limit": "10", - "examine": "Ahrim The Blighted's Hood.", - "durability": null, - "low_alchemy": "5200", - "high_alchemy": "7800", - "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", - "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", - "low_alchemy": "34000", - "turn90ccw_anim": "1208", - "attack_speed": "6", - "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, - "high_alchemy": "51000", - "weight": "2", - "weapon_interface": "1", - "render_anim": "28", - "attack_audios": "2555,0,0,0", - "name": "Ahrim's staff" - }, - { - "ge_buy_limit": "10", - "grand_exchange_price": "69500", - "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, - "low_alchemy": "20000", - "high_alchemy": "30000", - "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", - "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, - "low_alchemy": "18800", - "high_alchemy": "28200", - "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", - "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 Helmet", - "durability": "1", - "low_alchemy": "41200", - "high_alchemy": "61800", - "weight": "1", - "absorb": "2,0,5", - "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", - "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", - "low_alchemy": "83200", - "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, - "high_alchemy": "124800", - "weight": "13", - "weapon_interface": "2", - "render_anim": "1426", - "name": "Dharok's greataxe" - }, - { - "ge_buy_limit": "10", - "grand_exchange_price": "516900", - "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.", - "durability": null, - "low_alchemy": "112000", - "high_alchemy": "168000", - "weight": "9.9", - "absorb": "5,0,10", - "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", - "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, - "low_alchemy": "110000", - "high_alchemy": "165000", - "weight": "10", - "absorb": "3,0,7", - "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", - "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, - "low_alchemy": "41200", - "high_alchemy": "61800", - "weight": "2", - "absorb": "2,0,5", - "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", - "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", - "low_alchemy": "40000", - "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, - "high_alchemy": "60000", - "weight": "2.2", - "weapon_interface": "14", - "render_anim": "28", - "name": "Guthan's warspear" - }, - { - "ge_buy_limit": "10", - "grand_exchange_price": "588400", - "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, - "low_alchemy": "112000", - "high_alchemy": "168000", - "weight": "9", - "absorb": "5,0,10", - "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", - "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, - "low_alchemy": "110000", - "high_alchemy": "165000", - "weight": "8", - "absorb": "3,0,7", - "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", - "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, - "low_alchemy": "5200", - "high_alchemy": "7800", - "absorb": "0,5,2", - "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", - "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", - "low_alchemy": "64000", - "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, - "high_alchemy": "96000", - "weight": "2", - "weapon_interface": "17", - "render_anim": "372", - "attack_audios": "2700,0,0,0", - "name": "Karil's crossbow" - }, - { - "ge_buy_limit": "1", - "grand_exchange_price": "188000", - "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 leatherbody.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "weight": "6", - "absorb": "0,10,5", - "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", - "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, - "low_alchemy": "18800", - "high_alchemy": "28200", - "weight": "2", - "absorb": "0,7,3", - "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", - "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.", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "equipment_slot": "13", - "grand_exchange_price": "238", - "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" - }, - { - "remove_head": "true", - "requirements": "{1,70}", - "ge_buy_limit": "10", - "examine": "Torag the Corrupted's helm.", - "durability": null, - "low_alchemy": "41200", - "high_alchemy": "61800", - "weight": "5", - "absorb": "2,0,5", - "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", - "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, - "low_alchemy": "64000", - "high_alchemy": "96000", - "weight": "3", - "attack_speed": "5", - "two_handed": "true", - "weapon_interface": "10", - "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", - "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 plate body armour.", - "durability": null, - "low_alchemy": "112000", - "high_alchemy": "168000", - "weight": "9", - "absorb": "5,0,10", - "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", - "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, - "low_alchemy": "110000", - "high_alchemy": "165000", - "weight": "9", - "absorb": "3,0,7", - "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", - "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, - "low_alchemy": "41200", - "high_alchemy": "61800", - "weight": "1", - "absorb": "2,0,5", - "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", - "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", - "low_alchemy": "64000", - "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, - "high_alchemy": "96000", - "weight": "2", - "weapon_interface": "8", - "render_anim": "1426", - "attack_audios": "1323,0,0,0", - "name": "Verac's flail" - }, - { - "ge_buy_limit": "10", - "grand_exchange_price": "135500", - "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, - "low_alchemy": "112000", - "high_alchemy": "168000", - "weight": "5", - "absorb": "5,0,10", - "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", - "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, - "low_alchemy": "110000", - "high_alchemy": "165000", - "weight": "5", - "absorb": "3,0,7", - "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", - "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", - "durability": null, - "low_alchemy": "2", - "high_alchemy": "3", - "equipment_slot": "13", - "grand_exchange_price": "39", - "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" - }, - { - "requirements": "{4,30}", - "ge_buy_limit": "1000", - "examine": "Blunt iron arrow...ouch", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "equipment_slot": "13", - "grand_exchange_price": "14", - "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" - }, - { - "requirements": "{4,30}", - "ge_buy_limit": "1000", - "examine": "Blunt steel arrow...ouch", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "equipment_slot": "13", - "grand_exchange_price": "20", - "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" - }, - { - "requirements": "{4,30}", - "ge_buy_limit": "1000", - "examine": "Blunt black arrow...ouch", - "durability": null, - "low_alchemy": "14", - "high_alchemy": "21", - "equipment_slot": "13", - "grand_exchange_price": "63", - "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" - }, - { - "requirements": "{4,30}", - "shop_price": "20", - "ge_buy_limit": "1000", - "examine": "Blunt mithril arrow...ouch", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "equipment_slot": "13", - "grand_exchange_price": "80", - "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" - }, - { - "requirements": "{4,30}", - "ge_buy_limit": "1000", - "examine": "Blunt adamant arrow...ouch", - "durability": null, - "low_alchemy": "38", - "high_alchemy": "57", - "equipment_slot": "13", - "grand_exchange_price": "154", - "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" - }, - { - "requirements": "{4,30}", - "shop_price": "180", - "ge_buy_limit": "1000", - "examine": "Blunt rune arrow...ouch", - "durability": null, - "low_alchemy": "180", - "high_alchemy": "270", - "equipment_slot": "13", - "grand_exchange_price": "188", - "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" - }, - { - "examine": "A very black prism.", - "durability": null, - "name": "Black prism", - "high_alchemy": "1", - "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", - "low_alchemy": "2", - "high_alchemy": "4", - "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", - "low_alchemy": "13", - "high_alchemy": "19", - "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", - "low_alchemy": "4", - "high_alchemy": "7", - "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", - "low_alchemy": "7", - "high_alchemy": "10", - "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", - "low_alchemy": "18", - "high_alchemy": "27", - "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", - "low_alchemy": "88", - "high_alchemy": "132", - "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", - "low_alchemy": "24", - "high_alchemy": "36", - "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, - "low_alchemy": "72", - "high_alchemy": "108", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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 [type of bones].", - "durability": null, - "name": "Bonemeal", - "weight": "1", - "archery_ticket_price": "0", - "id": "4852" - }, - { - "examine": "A pot of crushed [type of bones].", - "durability": null, - "name": "Bonemeal", - "weight": "1", - "archery_ticket_price": "0", - "id": "4853" - }, - { - "examine": "A pot of crushed [type of bones].", - "durability": null, - "name": "Bonemeal", - "weight": "1", - "archery_ticket_price": "0", - "id": "4854" - }, - { - "examine": "A pot of crushed [type of 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 Hood.", - "durability": null, - "low_alchemy": "5200", - "high_alchemy": "7800", - "weight": "0.9", - "absorb": "5,2,0", - "equipment_slot": "0", - "grand_exchange_price": "77678", - "name": "Ahrim's hood 100", - "archery_ticket_price": "0", - "id": "4856", - "bonuses": "0,0,0,6,-2,15,13,16,6,0,15,0,0,0,0" - }, - { - "remove_head": "true", - "requirements": "{1,70}-{6,70}", - "examine": "Ahrim The Blighted's Hood.", - "durability": null, - "low_alchemy": "5200", - "high_alchemy": "7800", - "weight": "0.9", - "absorb": "5,2,0", - "equipment_slot": "0", - "grand_exchange_price": "77678", - "name": "Ahrim's hood 75", - "archery_ticket_price": "0", - "id": "4857", - "bonuses": "0,0,0,6,-2,15,13,16,6,0,15,0,0,0,0" - }, - { - "remove_head": "true", - "requirements": "{1,70}-{6,70}", - "examine": "Ahrim The Blighted's Hood.", - "durability": null, - "low_alchemy": "5200", - "high_alchemy": "7800", - "weight": "0.9", - "absorb": "5,2,0", - "equipment_slot": "0", - "grand_exchange_price": "77678", - "name": "Ahrim's hood 50", - "archery_ticket_price": "0", - "id": "4858", - "bonuses": "0,0,0,6,-2,15,13,16,6,0,15,0,0,0,0" - }, - { - "remove_head": "true", - "requirements": "{1,70}-{6,70}", - "examine": "Ahrim The Blighted's Hood.", - "durability": null, - "low_alchemy": "5200", - "high_alchemy": "7800", - "weight": "0.9", - "absorb": "5,2,0", - "equipment_slot": "0", - "grand_exchange_price": "77678", - "name": "Ahrim's hood 25", - "archery_ticket_price": "0", - "id": "4859", - "bonuses": "0,0,0,6,-2,15,13,16,6,0,15,0,0,0,0" - }, - { - "remove_head": "true", - "requirements": "{1,70}-{6,70}", - "ge_buy_limit": "10", - "examine": "Ahrim The Blighted's Hood.", - "durability": null, - "low_alchemy": "5200", - "high_alchemy": "7800", - "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", - "durability": null, - "name": "Ahrim's hood 0", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4861" - }, - { - "turn90cw_anim": "1207", - "examine": "Ahrim the Blighted's quarterstaff.", - "walk_anim": "1205", - "low_alchemy": "34000", - "turn90ccw_anim": "1208", - "attack_speed": "6", - "turn180_anim": "1206", - "defence_anim": "420", - "equipment_slot": "3", - "attack_anims": "419,419,419,419", - "grand_exchange_price": "50655", - "stand_anim": "813", - "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}", - "durability": null, - "high_alchemy": "51000", - "weight": "2", - "weapon_interface": "1", - "render_anim": "28", - "attack_audios": "2555,0,0,0", - "name": "Ahrim's staff 100" - }, - { - "turn90cw_anim": "1207", - "examine": "Ahrim the Blighted's quarterstaff.", - "walk_anim": "1205", - "low_alchemy": "34000", - "turn90ccw_anim": "1208", - "attack_speed": "6", - "turn180_anim": "1206", - "defence_anim": "420", - "equipment_slot": "3", - "attack_anims": "419,419,419,419", - "grand_exchange_price": "50655", - "stand_anim": "813", - "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}", - "durability": null, - "high_alchemy": "51000", - "weight": "2", - "weapon_interface": "1", - "render_anim": "28", - "attack_audios": "2555,0,0,0", - "name": "Ahrim's staff 75" - }, - { - "turn90cw_anim": "1207", - "examine": "Ahrim the Blighted's quarterstaff.", - "walk_anim": "1205", - "low_alchemy": "34000", - "turn90ccw_anim": "1208", - "attack_speed": "6", - "turn180_anim": "1206", - "defence_anim": "420", - "equipment_slot": "3", - "attack_anims": "419,419,419,419", - "grand_exchange_price": "50655", - "stand_anim": "813", - "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}", - "durability": null, - "high_alchemy": "51000", - "weight": "2", - "weapon_interface": "1", - "render_anim": "28", - "attack_audios": "2555,0,0,0", - "name": "Ahrim's staff 50" - }, - { - "turn90cw_anim": "1207", - "examine": "Ahrim the Blighted's quarterstaff.", - "walk_anim": "1205", - "low_alchemy": "34000", - "turn90ccw_anim": "1208", - "attack_speed": "6", - "turn180_anim": "1206", - "defence_anim": "420", - "equipment_slot": "3", - "attack_anims": "419,419,419,419", - "grand_exchange_price": "50655", - "stand_anim": "813", - "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}", - "durability": null, - "high_alchemy": "51000", - "weight": "2", - "weapon_interface": "1", - "render_anim": "28", - "attack_audios": "2555,0,0,0", - "name": "Ahrim's staff 25" - }, - { - "requirements": "{0,70}-{6,70}", - "ge_buy_limit": "10", - "turn90cw_anim": "1207", - "examine": "Ahrim the Blighted's quarterstaff.", - "walk_anim": "1205", - "durability": null, - "low_alchemy": "34000", - "high_alchemy": "51000", - "weight": "2", - "turn90ccw_anim": "1208", - "attack_speed": "6", - "weapon_interface": "1", - "turn180_anim": "1206", - "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", - "durability": null, - "name": "Ahrim's staff 0", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4867" - }, - { - "requirements": "{1,70}-{6,70}", - "examine": "Ahrim the Blighted's armoured robe top.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "weight": "5", - "absorb": "10,5,0", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "1458307", - "name": "Ahrim's top 100", - "archery_ticket_price": "0", - "id": "4868", - "bonuses": "0,0,0,30,-10,52,37,63,30,0,60,0,0,0,0" - }, - { - "requirements": "{1,70}-{6,70}", - "examine": "Ahrim the Blighted's armoured robe top.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "weight": "5", - "absorb": "10,5,0", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "1458307", - "name": "Ahrim's top 75", - "archery_ticket_price": "0", - "id": "4869", - "bonuses": "0,0,0,30,-10,52,37,63,30,0,60,0,0,0,0" - }, - { - "requirements": "{1,70}-{6,70}", - "examine": "Ahrim the Blighted's armoured robe top.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "weight": "5", - "absorb": "10,5,0", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "1458307", - "name": "Ahrim's top 50", - "archery_ticket_price": "0", - "id": "4870", - "bonuses": "0,0,0,30,-10,52,37,63,30,0,60,0,0,0,0" - }, - { - "requirements": "{1,70}-{6,70}", - "examine": "Ahrim the Blighted's armoured robe top.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "weight": "5", - "absorb": "10,5,0", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "1458307", - "name": "Ahrim's top 25", - "archery_ticket_price": "0", - "id": "4871", - "bonuses": "0,0,0,30,-10,52,37,63,30,0,60,0,0,0,0" - }, - { - "requirements": "{1,70}-{6,70}", - "ge_buy_limit": "10", - "examine": "Ahrim the Blighted's armoured robe top.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "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", - "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.", - "durability": null, - "low_alchemy": "18800", - "high_alchemy": "28200", - "weight": "12", - "absorb": "7,3,0", - "equipment_slot": "7", - "grand_exchange_price": "1561591", - "name": "Ahrim's skirt 100", - "archery_ticket_price": "0", - "id": "4874", - "bonuses": "0,0,0,22,-7,33,30,36,22,0,30,0,0,0,0" - }, - { - "requirements": "{1,70}-{6,70}", - "examine": "Ahrim the Blighted's armoured robe skirt.", - "durability": null, - "low_alchemy": "18800", - "high_alchemy": "28200", - "weight": "12", - "absorb": "7,3,0", - "equipment_slot": "7", - "grand_exchange_price": "1561591", - "name": "Ahrim's skirt 75", - "archery_ticket_price": "0", - "id": "4875", - "bonuses": "0,0,0,22,-7,33,30,36,22,0,30,0,0,0,0" - }, - { - "requirements": "{1,70}-{6,70}", - "examine": "Ahrim the Blighted's armoured robe skirt.", - "durability": null, - "low_alchemy": "18800", - "high_alchemy": "28200", - "weight": "12", - "absorb": "7,3,0", - "equipment_slot": "7", - "grand_exchange_price": "1561591", - "name": "Ahrim's skirt 50", - "archery_ticket_price": "0", - "id": "4876", - "bonuses": "0,0,0,22,-7,33,30,36,22,0,30,0,0,0,0" - }, - { - "requirements": "{1,70}-{6,70}", - "examine": "Ahrim the Blighted's armoured robe skirt.", - "durability": null, - "low_alchemy": "18800", - "high_alchemy": "28200", - "weight": "12", - "absorb": "7,3,0", - "equipment_slot": "7", - "grand_exchange_price": "1561591", - "name": "Ahrim's skirt 25", - "archery_ticket_price": "0", - "id": "4877", - "bonuses": "0,0,0,22,-7,33,30,36,22,0,30,0,0,0,0" - }, - { - "requirements": "{1,70}-{6,70}", - "ge_buy_limit": "10", - "examine": "Ahrim the Blighted's armoured robe skirt.", - "durability": null, - "low_alchemy": "18800", - "high_alchemy": "28200", - "weight": "12", - "absorb": "7,3,0", - "equipment_slot": "7", - "grand_exchange_price": "1500000", - "name": "Ahrim's skirt 0", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4878" - }, - { - "ge_buy_limit": "10", - "grand_exchange_price": "1500000", - "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 Helmet", - "durability": null, - "low_alchemy": "41200", - "high_alchemy": "61800", - "weight": "1", - "absorb": "2,0,5", - "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 Helmet", - "durability": null, - "low_alchemy": "41200", - "high_alchemy": "61800", - "weight": "1", - "absorb": "2,0,5", - "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 Helmet", - "durability": null, - "low_alchemy": "41200", - "high_alchemy": "61800", - "weight": "1", - "absorb": "2,0,5", - "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 Helmet", - "durability": null, - "low_alchemy": "41200", - "high_alchemy": "61800", - "weight": "1", - "absorb": "2,0,5", - "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 Helmet", - "durability": null, - "low_alchemy": "41200", - "high_alchemy": "61800", - "weight": "1", - "absorb": "2,0,5", - "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", - "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", - "low_alchemy": "83200", - "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, - "high_alchemy": "124800", - "weight": "13", - "weapon_interface": "2", - "render_anim": "1426", - "attack_audios": "1320,0,0,0", - "name": "Dharok's axe 100" - }, - { - "turn90cw_anim": "2064", - "examine": "Dharok the Wretched's Greataxe.", - "walk_anim": "2064", - "low_alchemy": "83200", - "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, - "high_alchemy": "124800", - "weight": "13", - "weapon_interface": "2", - "render_anim": "1426", - "attack_audios": "1320,0,0,0", - "name": "Dharok's axe 75" - }, - { - "turn90cw_anim": "2064", - "examine": "Dharok the Wretched's Greataxe.", - "walk_anim": "2064", - "low_alchemy": "83200", - "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, - "high_alchemy": "124800", - "weight": "13", - "weapon_interface": "2", - "render_anim": "1426", - "attack_audios": "1320,0,0,0", - "name": "Dharok's axe 50" - }, - { - "turn90cw_anim": "2064", - "examine": "Dharok the Wretched's Greataxe.", - "walk_anim": "2064", - "low_alchemy": "83200", - "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, - "high_alchemy": "124800", - "weight": "13", - "weapon_interface": "2", - "render_anim": "1426", - "attack_audios": "1320,0,0,0", - "name": "Dharok's axe 25" - }, - { - "ge_buy_limit": "10", - "turn90cw_anim": "2064", - "examine": "Dharok the Wretched's Greataxe.", - "walk_anim": "2064", - "low_alchemy": "83200", - "turn90ccw_anim": "2064", - "attack_speed": "7", - "two_handed": "true", - "turn180_anim": "2064", - "equipment_slot": "3", - "grand_exchange_price": "442600", - "stand_anim": "2065", - "tradeable": "true", - "run_anim": "824", - "archery_ticket_price": "0", - "id": "4890", - "stand_turn_anim": "823", - "requirements": "{0,70}-{2,70}", - "durability": null, - "high_alchemy": "124800", - "weight": "13", - "weapon_interface": "2", - "render_anim": "1426", - "attack_audios": "1320,0,0,0", - "name": "Dharok's axe 0" - }, - { - "ge_buy_limit": "10", - "grand_exchange_price": "442600", - "durability": null, - "name": "Dharok's axe 0", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4891" - }, - { - "requirements": "{1,70}", - "examine": "Dharok the Wretched's platebody.", - "durability": null, - "low_alchemy": "112000", - "high_alchemy": "168000", - "weight": "9.9", - "absorb": "5,0,10", - "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.", - "durability": null, - "low_alchemy": "112000", - "high_alchemy": "168000", - "weight": "9.9", - "absorb": "5,0,10", - "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.", - "durability": null, - "low_alchemy": "112000", - "high_alchemy": "168000", - "weight": "9.9", - "absorb": "5,0,10", - "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.", - "durability": null, - "low_alchemy": "112000", - "high_alchemy": "168000", - "weight": "9.9", - "absorb": "5,0,10", - "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.", - "durability": null, - "low_alchemy": "112000", - "high_alchemy": "168000", - "weight": "9.9", - "absorb": "5,0,10", - "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", - "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.", - "durability": null, - "low_alchemy": "110000", - "high_alchemy": "165000", - "weight": "10", - "absorb": "3,0,7", - "equipment_slot": "7", - "grand_exchange_price": "897451", - "name": "Dharok's legs 100", - "archery_ticket_price": "0", - "id": "4898", - "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0" - }, - { - "requirements": "{1,70}", - "examine": "Dharok the wretched's plate leg armour.", - "durability": null, - "low_alchemy": "110000", - "high_alchemy": "165000", - "weight": "10", - "absorb": "3,0,7", - "equipment_slot": "7", - "grand_exchange_price": "897451", - "name": "Dharok's legs 75", - "archery_ticket_price": "0", - "id": "4899", - "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0" - }, - { - "requirements": "{1,70}", - "examine": "Dharok the wretched's plate leg armour.", - "durability": null, - "low_alchemy": "110000", - "high_alchemy": "165000", - "weight": "10", - "absorb": "3,0,7", - "equipment_slot": "7", - "grand_exchange_price": "897451", - "name": "Dharok's legs 50", - "archery_ticket_price": "0", - "id": "4900", - "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0" - }, - { - "requirements": "{1,70}", - "examine": "Dharok the wretched's plate leg armour.", - "durability": null, - "low_alchemy": "110000", - "high_alchemy": "165000", - "weight": "10", - "absorb": "3,0,7", - "equipment_slot": "7", - "grand_exchange_price": "897451", - "name": "Dharok's legs 25", - "archery_ticket_price": "0", - "id": "4901", - "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0" - }, - { - "requirements": "{1,70}", - "ge_buy_limit": "10", - "examine": "Dharok the wretched's plate leg armour.", - "durability": null, - "low_alchemy": "110000", - "high_alchemy": "165000", - "weight": "10", - "absorb": "3,0,7", - "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", - "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, - "low_alchemy": "41200", - "high_alchemy": "61800", - "weight": "2", - "absorb": "2,0,5", - "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, - "low_alchemy": "41200", - "high_alchemy": "61800", - "weight": "2", - "absorb": "2,0,5", - "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, - "low_alchemy": "41200", - "high_alchemy": "61800", - "weight": "2", - "absorb": "2,0,5", - "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, - "low_alchemy": "41200", - "high_alchemy": "61800", - "weight": "2", - "absorb": "2,0,5", - "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, - "low_alchemy": "41200", - "high_alchemy": "61800", - "weight": "2", - "absorb": "2,0,5", - "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", - "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", - "low_alchemy": "40000", - "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, - "high_alchemy": "60000", - "weight": "2.2", - "weapon_interface": "14", - "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", - "low_alchemy": "40000", - "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, - "high_alchemy": "60000", - "weight": "2.2", - "weapon_interface": "14", - "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", - "low_alchemy": "40000", - "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, - "high_alchemy": "60000", - "weight": "2.2", - "weapon_interface": "14", - "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", - "low_alchemy": "40000", - "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, - "high_alchemy": "60000", - "weight": "2.2", - "weapon_interface": "14", - "render_anim": "28", - "attack_audios": "1316,0,0,0", - "name": "Guthan's spear 25" - }, - { - "ge_buy_limit": "10", - "turn90cw_anim": "1207", - "examine": "Guthan The Infested's Warspear.", - "walk_anim": "1205", - "low_alchemy": "40000", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "two_handed": "true", - "turn180_anim": "1206", - "equipment_slot": "3", - "grand_exchange_price": "379500", - "stand_anim": "813", - "tradeable": "true", - "run_anim": "1210", - "archery_ticket_price": "0", - "id": "4914", - "stand_turn_anim": "1209", - "requirements": "{0,70}", - "durability": null, - "high_alchemy": "60000", - "weight": "2.2", - "weapon_interface": "14", - "render_anim": "28", - "attack_audios": "1316,0,0,0", - "name": "Guthan's spear 0" - }, - { - "ge_buy_limit": "10", - "grand_exchange_price": "379500", - "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, - "low_alchemy": "112000", - "high_alchemy": "168000", - "weight": "9", - "absorb": "5,0,10", - "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, - "low_alchemy": "112000", - "high_alchemy": "168000", - "weight": "9", - "absorb": "5,0,10", - "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, - "low_alchemy": "112000", - "high_alchemy": "168000", - "weight": "9", - "absorb": "5,0,10", - "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, - "low_alchemy": "112000", - "high_alchemy": "168000", - "weight": "9", - "absorb": "5,0,10", - "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, - "low_alchemy": "112000", - "high_alchemy": "168000", - "weight": "9", - "absorb": "5,0,10", - "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", - "durability": null, - "name": "Guthan's body 0", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4921" - }, - { - "requirements": "{1,70}", - "examine": "Guthan the Infested's chainskirt.", - "durability": null, - "low_alchemy": "110000", - "high_alchemy": "165000", - "weight": "8", - "absorb": "3,0,7", - "equipment_slot": "7", - "grand_exchange_price": "224030", - "name": "Guthan's skirt 100", - "archery_ticket_price": "0", - "id": "4922", - "bonuses": "0,0,0,-14,-7,75,72,73,-4,82,30,0,0,0,0" - }, - { - "requirements": "{1,70}", - "examine": "Guthan the Infested's chainskirt.", - "durability": null, - "low_alchemy": "110000", - "high_alchemy": "165000", - "weight": "8", - "absorb": "3,0,7", - "equipment_slot": "7", - "grand_exchange_price": "224030", - "name": "Guthan's skirt 75", - "archery_ticket_price": "0", - "id": "4923", - "bonuses": "0,0,0,-14,-7,75,72,73,-4,82,30,0,0,0,0" - }, - { - "requirements": "{1,70}", - "examine": "Guthan the Infested's chainskirt.", - "durability": null, - "low_alchemy": "110000", - "high_alchemy": "165000", - "weight": "8", - "absorb": "3,0,7", - "equipment_slot": "7", - "grand_exchange_price": "224030", - "name": "Guthan's skirt 50", - "archery_ticket_price": "0", - "id": "4924", - "bonuses": "0,0,0,-14,-7,75,72,73,-4,82,30,0,0,0,0" - }, - { - "requirements": "{1,70}", - "examine": "Guthan the Infested's chainskirt.", - "durability": null, - "low_alchemy": "110000", - "high_alchemy": "165000", - "weight": "8", - "absorb": "3,0,7", - "equipment_slot": "7", - "grand_exchange_price": "224030", - "name": "Guthan's skirt 25", - "archery_ticket_price": "0", - "id": "4925", - "bonuses": "0,0,0,-14,-7,75,72,73,-4,82,30,0,0,0,0" - }, - { - "requirements": "{1,70}", - "ge_buy_limit": "10", - "examine": "Guthan the Infested's chainskirt.", - "durability": null, - "low_alchemy": "110000", - "high_alchemy": "165000", - "weight": "8", - "absorb": "3,0,7", - "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", - "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, - "low_alchemy": "5200", - "high_alchemy": "7800", - "absorb": "0,5,2", - "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, - "low_alchemy": "5200", - "high_alchemy": "7800", - "absorb": "0,5,2", - "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, - "low_alchemy": "5200", - "high_alchemy": "7800", - "absorb": "0,5,2", - "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, - "low_alchemy": "5200", - "high_alchemy": "7800", - "absorb": "0,5,2", - "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, - "low_alchemy": "5200", - "high_alchemy": "7800", - "absorb": "0,5,2", - "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", - "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", - "low_alchemy": "64000", - "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, - "high_alchemy": "96000", - "weight": "2", - "weapon_interface": "17", - "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", - "low_alchemy": "64000", - "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, - "high_alchemy": "96000", - "weight": "2", - "weapon_interface": "17", - "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", - "low_alchemy": "64000", - "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, - "high_alchemy": "96000", - "weight": "2", - "weapon_interface": "17", - "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", - "low_alchemy": "64000", - "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, - "high_alchemy": "96000", - "weight": "2", - "weapon_interface": "17", - "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, - "low_alchemy": "64000", - "high_alchemy": "96000", - "weight": "2", - "turn90ccw_anim": "2076", - "attack_speed": "4", - "two_handed": "true", - "weapon_interface": "17", - "turn180_anim": "2076", - "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", - "durability": null, - "name": "Karil's x-bow 0", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4939" - }, - { - "requirements": "{1,70}-{4,70}", - "examine": "Karil the Tainted's leatherbody.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "weight": "6", - "absorb": "0,10,5", - "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 leatherbody.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "weight": "6", - "absorb": "0,10,5", - "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 leatherbody.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "weight": "6", - "absorb": "0,10,5", - "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 leatherbody.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "weight": "6", - "absorb": "0,10,5", - "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 leatherbody.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "weight": "6", - "absorb": "0,10,5", - "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", - "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.", - "durability": null, - "low_alchemy": "18800", - "high_alchemy": "28200", - "weight": "2", - "absorb": "0,7,3", - "equipment_slot": "7", - "grand_exchange_price": "85135", - "name": "Karil's skirt 100", - "archery_ticket_price": "0", - "id": "4946", - "bonuses": "0,0,0,-10,17,26,20,28,35,33,30,0,0,0,0" - }, - { - "requirements": "{1,70}-{4,70}", - "examine": "Karil the Tainted's leather skirt.", - "durability": null, - "low_alchemy": "18800", - "high_alchemy": "28200", - "weight": "2", - "absorb": "0,7,3", - "equipment_slot": "7", - "grand_exchange_price": "85135", - "name": "Karil's skirt 75", - "archery_ticket_price": "0", - "id": "4947", - "bonuses": "0,0,0,-10,17,26,20,28,35,33,30,0,0,0,0" - }, - { - "requirements": "{1,70}-{4,70}", - "examine": "Karil the Tainted's leather skirt.", - "durability": null, - "low_alchemy": "18800", - "high_alchemy": "28200", - "weight": "2", - "absorb": "0,7,3", - "equipment_slot": "7", - "grand_exchange_price": "85135", - "name": "Karil's skirt 50", - "archery_ticket_price": "0", - "id": "4948", - "bonuses": "0,0,0,-10,17,26,20,28,35,33,30,0,0,0,0" - }, - { - "requirements": "{1,70}-{4,70}", - "examine": "Karil the Tainted's leather skirt.", - "durability": null, - "low_alchemy": "18800", - "high_alchemy": "28200", - "weight": "2", - "absorb": "0,7,3", - "equipment_slot": "7", - "grand_exchange_price": "85135", - "name": "Karil's skirt 25", - "archery_ticket_price": "0", - "id": "4949", - "bonuses": "0,0,0,-10,17,26,20,28,35,33,30,0,0,0,0" - }, - { - "requirements": "{1,70}-{4,70}", - "ge_buy_limit": "1", - "examine": "Karil the Tainted's leather skirt.", - "durability": null, - "low_alchemy": "18800", - "high_alchemy": "28200", - "weight": "2", - "absorb": "0,7,3", - "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", - "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, - "low_alchemy": "41200", - "high_alchemy": "61800", - "weight": "5", - "absorb": "2,0,5", - "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, - "low_alchemy": "41200", - "high_alchemy": "61800", - "weight": "5", - "absorb": "2,0,5", - "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, - "low_alchemy": "41200", - "high_alchemy": "61800", - "weight": "5", - "absorb": "2,0,5", - "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, - "low_alchemy": "41200", - "high_alchemy": "61800", - "weight": "5", - "absorb": "2,0,5", - "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, - "low_alchemy": "41200", - "high_alchemy": "61800", - "weight": "5", - "absorb": "2,0,5", - "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", - "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, - "low_alchemy": "64000", - "high_alchemy": "96000", - "weight": "3", - "attack_speed": "5", - "two_handed": "true", - "weapon_interface": "10", - "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, - "low_alchemy": "64000", - "high_alchemy": "96000", - "weight": "3", - "attack_speed": "5", - "two_handed": "true", - "weapon_interface": "10", - "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, - "low_alchemy": "64000", - "high_alchemy": "96000", - "weight": "3", - "attack_speed": "5", - "two_handed": "true", - "weapon_interface": "10", - "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, - "low_alchemy": "64000", - "high_alchemy": "96000", - "weight": "3", - "attack_speed": "5", - "two_handed": "true", - "weapon_interface": "10", - "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, - "low_alchemy": "64000", - "high_alchemy": "96000", - "weight": "3", - "attack_speed": "5", - "two_handed": "true", - "weapon_interface": "10", - "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", - "durability": null, - "name": "Torag's hammer 0", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4963" - }, - { - "requirements": "{1,70}", - "examine": "Torag the Corrupted's plate body armour.", - "durability": null, - "low_alchemy": "112000", - "high_alchemy": "168000", - "weight": "9", - "absorb": "5,0,10", - "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 plate body armour.", - "durability": null, - "low_alchemy": "112000", - "high_alchemy": "168000", - "weight": "9", - "absorb": "5,0,10", - "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 plate body armour.", - "durability": null, - "low_alchemy": "112000", - "high_alchemy": "168000", - "weight": "9", - "absorb": "5,0,10", - "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 plate body armour.", - "durability": null, - "low_alchemy": "112000", - "high_alchemy": "168000", - "weight": "9", - "absorb": "5,0,10", - "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 plate body armour.", - "durability": null, - "low_alchemy": "112000", - "high_alchemy": "168000", - "weight": "9", - "absorb": "5,0,10", - "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", - "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.", - "durability": null, - "low_alchemy": "110000", - "high_alchemy": "165000", - "weight": "9", - "absorb": "3,0,7", - "equipment_slot": "7", - "grand_exchange_price": "384813", - "name": "Torag's legs 100", - "archery_ticket_price": "0", - "id": "4970", - "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0" - }, - { - "requirements": "{1,70}", - "examine": "Torag the Corrupted's plate leg armour.", - "durability": null, - "low_alchemy": "110000", - "high_alchemy": "165000", - "weight": "9", - "absorb": "3,0,7", - "equipment_slot": "7", - "grand_exchange_price": "384813", - "name": "Torag's legs 75", - "archery_ticket_price": "0", - "id": "4971", - "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0" - }, - { - "requirements": "{1,70}", - "examine": "Torag the Corrupted's plate leg armour.", - "durability": null, - "low_alchemy": "110000", - "high_alchemy": "165000", - "weight": "9", - "absorb": "3,0,7", - "equipment_slot": "7", - "grand_exchange_price": "384813", - "name": "Torag's legs 50", - "archery_ticket_price": "0", - "id": "4972", - "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0" - }, - { - "requirements": "{1,70}", - "examine": "Torag the Corrupted's plate leg armour.", - "durability": null, - "low_alchemy": "110000", - "high_alchemy": "165000", - "weight": "9", - "absorb": "3,0,7", - "equipment_slot": "7", - "grand_exchange_price": "384813", - "name": "Torag's legs 25", - "archery_ticket_price": "0", - "id": "4973", - "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0" - }, - { - "requirements": "{1,70}", - "ge_buy_limit": "10", - "examine": "Torag the Corrupted's plate leg armour.", - "durability": null, - "low_alchemy": "110000", - "high_alchemy": "165000", - "weight": "9", - "absorb": "3,0,7", - "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", - "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, - "low_alchemy": "41200", - "high_alchemy": "61800", - "weight": "1", - "absorb": "2,0,5", - "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, - "low_alchemy": "41200", - "high_alchemy": "61800", - "weight": "1", - "absorb": "2,0,5", - "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, - "low_alchemy": "41200", - "high_alchemy": "61800", - "weight": "1", - "absorb": "2,0,5", - "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, - "low_alchemy": "41200", - "high_alchemy": "61800", - "weight": "1", - "absorb": "2,0,5", - "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, - "low_alchemy": "41200", - "high_alchemy": "61800", - "weight": "1", - "absorb": "2,0,5", - "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", - "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", - "low_alchemy": "64000", - "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, - "high_alchemy": "96000", - "weight": "2", - "weapon_interface": "8", - "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", - "low_alchemy": "64000", - "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, - "high_alchemy": "96000", - "weight": "2", - "weapon_interface": "8", - "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", - "low_alchemy": "64000", - "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, - "high_alchemy": "96000", - "weight": "2", - "weapon_interface": "8", - "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", - "low_alchemy": "64000", - "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, - "high_alchemy": "96000", - "weight": "2", - "weapon_interface": "8", - "render_anim": "1426", - "attack_audios": "1323,0,0,0", - "name": "Verac's flail 25" - }, - { - "ge_buy_limit": "10", - "turn90cw_anim": "2060", - "examine": "Verac the Defiled's Flail.", - "walk_anim": "1830", - "low_alchemy": "64000", - "turn90ccw_anim": "2060", - "attack_speed": "5", - "two_handed": "true", - "turn180_anim": "2060", - "equipment_slot": "3", - "grand_exchange_price": "95500", - "stand_anim": "1832", - "tradeable": "true", - "run_anim": "1831", - "archery_ticket_price": "0", - "id": "4986", - "stand_turn_anim": "823", - "requirements": "{0,70}", - "durability": null, - "high_alchemy": "96000", - "weight": "2", - "weapon_interface": "8", - "render_anim": "1426", - "attack_audios": "1323,0,0,0", - "name": "Verac's flail 0" - }, - { - "ge_buy_limit": "10", - "grand_exchange_price": "95500", - "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, - "low_alchemy": "112000", - "high_alchemy": "168000", - "weight": "5", - "absorb": "5,0,10", - "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, - "low_alchemy": "112000", - "high_alchemy": "168000", - "weight": "5", - "absorb": "5,0,10", - "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, - "low_alchemy": "112000", - "high_alchemy": "168000", - "weight": "5", - "absorb": "5,0,10", - "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, - "low_alchemy": "112000", - "high_alchemy": "168000", - "weight": "5", - "absorb": "5,0,10", - "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, - "low_alchemy": "112000", - "high_alchemy": "168000", - "weight": "5", - "absorb": "5,0,10", - "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", - "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.", - "durability": null, - "low_alchemy": "110000", - "high_alchemy": "165000", - "weight": "5", - "absorb": "3,0,7", - "equipment_slot": "7", - "grand_exchange_price": "297540", - "name": "Verac's skirt 100", - "archery_ticket_price": "0", - "id": "4994", - "bonuses": "0,0,0,-21,-7,85,82,83,0,84,30,0,4,0,0" - }, - { - "requirements": "{1,70}", - "examine": "Verac the Defiled's plate skirt.", - "durability": null, - "low_alchemy": "110000", - "high_alchemy": "165000", - "weight": "5", - "absorb": "3,0,7", - "equipment_slot": "7", - "grand_exchange_price": "297540", - "name": "Verac's skirt 75", - "archery_ticket_price": "0", - "id": "4995", - "bonuses": "0,0,0,-21,-7,85,82,83,0,84,30,0,4,0,0" - }, - { - "requirements": "{1,70}", - "examine": "Verac the Defiled's plate skirt.", - "durability": null, - "low_alchemy": "110000", - "high_alchemy": "165000", - "weight": "5", - "absorb": "3,0,7", - "equipment_slot": "7", - "grand_exchange_price": "297540", - "name": "Verac's skirt 50", - "archery_ticket_price": "0", - "id": "4996", - "bonuses": "0,0,0,-21,-7,85,82,83,0,84,30,0,4,0,0" - }, - { - "requirements": "{1,70}", - "examine": "Verac the Defiled's plate skirt.", - "durability": null, - "low_alchemy": "110000", - "high_alchemy": "165000", - "weight": "5", - "absorb": "3,0,7", - "equipment_slot": "7", - "grand_exchange_price": "297540", - "name": "Verac's skirt 25", - "archery_ticket_price": "0", - "id": "4997", - "bonuses": "0,0,0,-21,-7,85,82,83,0,84,30,0,4,0,0" - }, - { - "requirements": "{1,70}", - "ge_buy_limit": "10", - "examine": "Verac the Defiled's plate skirt.", - "durability": null, - "low_alchemy": "110000", - "high_alchemy": "165000", - "weight": "5", - "absorb": "3,0,7", - "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", - "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", - "low_alchemy": "6", - "high_alchemy": "9", - "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", - "low_alchemy": "6", - "high_alchemy": "9", - "weight": "0.5", - "archery_ticket_price": "0", - "id": "5003" - }, - { - "examine": "That's disgusting!", - "durability": null, - "name": "Frog spawn", - "low_alchemy": "2", - "high_alchemy": "3", - "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": "Unlit: A helmet with an unlit lamp on it. Lit: A helmet with a lamp on it.", - "durability": null, - "low_alchemy": "360", - "high_alchemy": "540", - "weight": "1", - "equipment_slot": "0", - "grand_exchange_price": "380", - "name": "Mining helmet", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5013", - "bonuses": "0,0,0,-3,-1,4,5,3,-1,4,0,0,0,0,0" - }, - { - "requirements": "{11,65}", - "shop_price": "900", - "ge_buy_limit": "100", - "examine": "Unlit: A helmet with an unlit lamp on it. Lit: A helmet with a lamp on it.", - "durability": null, - "low_alchemy": "360", - "high_alchemy": "540", - "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", - "turn90cw_anim": "1207", - "examine": "Basic but brutal!", - "walk_anim": "1205", - "low_alchemy": "240", - "turn90ccw_anim": "1208", - "attack_speed": "6", - "two_handed": "true", - "turn180_anim": "1206", - "equipment_slot": "3", - "grand_exchange_price": "219", - "stand_anim": "813", - "tradeable": "true", - "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", - "shop_price": "600", - "durability": null, - "high_alchemy": "360", - "weight": "1.3", - "weapon_interface": "14", - "render_anim": "28", - "name": "Bone spear" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "219", - "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, - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "0.9", - "attack_speed": "6", - "weapon_interface": "10", - "equipment_slot": "3", - "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", - "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" - }, - { - "shop_price": "812", - "ge_buy_limit": "100", - "examine": "Blue top, very tiny.", - "durability": null, - "low_alchemy": "338", - "high_alchemy": "507", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "710", - "name": "Woven top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5024" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "710", - "durability": null, - "name": "Woven top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5025" - }, - { - "shop_price": "812", - "ge_buy_limit": "100", - "examine": "Blue top, very tiny.", - "durability": null, - "low_alchemy": "338", - "high_alchemy": "507", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "908", - "name": "Woven top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5026" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "908", - "durability": null, - "name": "Woven top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5027" - }, - { - "shop_price": "812", - "ge_buy_limit": "100", - "examine": "Blue top, very tiny.", - "durability": null, - "low_alchemy": "338", - "high_alchemy": "507", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "1357", - "name": "Woven top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5028" - }, - { - "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", - "durability": null, - "name": "Shirt", - "archery_ticket_price": "0", - "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", - "durability": null, - "name": "Shirt", - "archery_ticket_price": "0", - "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", - "durability": null, - "name": "Shirt", - "archery_ticket_price": "0", - "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", - "durability": null, - "name": "Trousers", - "archery_ticket_price": "0", - "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", - "durability": null, - "name": "Trousers", - "archery_ticket_price": "0", - "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", - "durability": null, - "name": "Trousers", - "archery_ticket_price": "0", - "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", - "durability": null, - "name": "Shorts", - "archery_ticket_price": "0", - "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", - "durability": null, - "name": "Shorts", - "archery_ticket_price": "0", - "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", - "durability": null, - "name": "Shorts", - "archery_ticket_price": "0", - "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": "2", - "grand_exchange_price": "681", - "durability": null, - "name": "Skirt", - "archery_ticket_price": "0", - "id": "5048", - "equipment_slot": "7" - }, - { - "ge_buy_limit": "2", - "grand_exchange_price": "681", - "durability": null, - "name": "Skirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5049" - }, - { - "ge_buy_limit": "2", - "grand_exchange_price": "1151", - "durability": null, - "name": "Skirt", - "archery_ticket_price": "0", - "id": "5050", - "equipment_slot": "7" - }, - { - "ge_buy_limit": "2", - "grand_exchange_price": "1151", - "durability": null, - "name": "Skirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5051" - }, - { - "ge_buy_limit": "2", - "grand_exchange_price": "803", - "durability": null, - "name": "Skirt", - "archery_ticket_price": "0", - "id": "5052", - "equipment_slot": "7" - }, - { - "ge_buy_limit": "2", - "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", - "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", - "equipment_slot": "3" - }, - { - "examine": "This looks very rusty and worn;", - "durability": null, - "name": "Dwarven battleaxe", - "archery_ticket_price": "0", - "id": "5061", - "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", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "5070" - }, - { - "examine": "Full: ", - "durability": null, - "name": "Bird's nest", - "tradeable": "false", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "5071" - }, - { - "examine": "Full: ", - "durability": null, - "name": "Bird's nest", - "tradeable": "false", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "5072" - }, - { - "examine": "Full: ", - "durability": null, - "name": "Bird's nest", - "tradeable": "false", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "5073" - }, - { - "examine": "Full: ", - "durability": null, - "name": "Bird's nest", - "tradeable": "false", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "5074" - }, - { - "examine": "Full: ", - "durability": null, - "name": "Bird's nest", - "tradeable": "false", - "high_alchemy": "1", - "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", - "low_alchemy": "4", - "high_alchemy": "7", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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": "See article", - "grand_exchange_price": "298", - "durability": null, - "name": "Watering can", - "low_alchemy": "3", - "high_alchemy": "4", - "archery_ticket_price": "0", - "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": "See article", - "grand_exchange_price": "206", - "durability": null, - "name": "Watering can(1)", - "low_alchemy": "3", - "high_alchemy": "4", - "archery_ticket_price": "0", - "id": "5333" - }, - { - "shop_price": "8", - "examine": "See article", - "grand_exchange_price": "206", - "durability": null, - "name": "Watering can(2)", - "low_alchemy": "3", - "high_alchemy": "4", - "archery_ticket_price": "0", - "id": "5334" - }, - { - "shop_price": "8", - "examine": "See article", - "grand_exchange_price": "206", - "durability": null, - "name": "Watering can(3)", - "low_alchemy": "3", - "high_alchemy": "4", - "archery_ticket_price": "0", - "id": "5335" - }, - { - "shop_price": "8", - "examine": "See article", - "grand_exchange_price": "206", - "durability": null, - "name": "Watering can(4)", - "low_alchemy": "3", - "high_alchemy": "4", - "archery_ticket_price": "0", - "id": "5336" - }, - { - "shop_price": "8", - "examine": "See article", - "grand_exchange_price": "206", - "durability": null, - "name": "Watering can(5)", - "low_alchemy": "3", - "high_alchemy": "4", - "archery_ticket_price": "0", - "id": "5337" - }, - { - "shop_price": "8", - "examine": "See article", - "grand_exchange_price": "206", - "durability": null, - "name": "Watering can(6)", - "low_alchemy": "3", - "high_alchemy": "4", - "archery_ticket_price": "0", - "id": "5338" - }, - { - "shop_price": "8", - "examine": "See article", - "grand_exchange_price": "206", - "durability": null, - "name": "Watering can(7)", - "low_alchemy": "3", - "high_alchemy": "4", - "archery_ticket_price": "0", - "id": "5339" - }, - { - "shop_price": "8", - "examine": "See article", - "grand_exchange_price": "206", - "durability": null, - "name": "Watering can(8)", - "low_alchemy": "3", - "high_alchemy": "4", - "archery_ticket_price": "0", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "10", - "high_alchemy": "15", - "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": "A plant pot filled with soil.", - "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 and watered in this plant pot.", - "durability": null, - "name": "Oak seedling", - "archery_ticket_price": "0", - "id": "5358" - }, - { - "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": "5359" - }, - { - "examine": "A maple tree has been sown (and watered) in this plant pot.", - "durability": null, - "name": "Maple seedling", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "5360" - }, - { - "examine": "A yew seed has been sown in the plant pot", - "durability": null, - "name": "Yew seedling", - "high_alchemy": "1", - "weight": "1", - "archery_ticket_price": "0", - "id": "5361" - }, - { - "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": "5362" - }, - { - "examine": "A spirit seedling is growing in this pot. It has been sown and watered.", - "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 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 seed has been sown in the plant pot", - "durability": null, - "name": "Yew seedling", - "high_alchemy": "1", - "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 seedling is growing in this pot. It has been sown and watered.", - "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", - "low_alchemy": "28", - "high_alchemy": "42", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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 are <number of potatoes> 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 <number of 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 <number of 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 <number of 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 <number of 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 <number of 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 <number of 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 <number of 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 <number of 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 <number of 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 are <number of cabbages> 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 <number of 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 <number of 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 <number of 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 <number of 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 <number of 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 <number of 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 <number of 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 <number of 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 <number of 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 has been sown (and watered) 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 and watered 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 (and watered)in this plant pot.", - "durability": null, - "name": "Orange seedling", - "archery_ticket_price": "0", - "id": "5482" - }, - { - "examine": "A curry seed has been sown and watered in this plant pot.", - "durability": null, - "name": "Curry seedling", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "5483" - }, - { - "examine": "A pineapple tree has been sown (and watered) in this plant pot.", - "durability": null, - "name": "Pineapple seedling", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "5484" - }, - { - "examine": "This needs watering before it will grow.", - "durability": null, - "name": "Papaya seedling", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "5485" - }, - { - "examine": "This sapling is ready to be replanted in a fruit tree patch.", - "durability": null, - "name": "Palm seedling", - "weight": "0.66", - "archery_ticket_price": "0", - "id": "5486" - }, - { - "examine": "A calquat tree has been sown (and watered) in this plant pot.", - "durability": null, - "name": "Calquat seedling", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "5487" - }, - { - "examine": "An apple tree 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 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 tree has been sown (and watered) in this plant pot.", - "durability": null, - "name": "Pineapple seedling", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "5492" - }, - { - "examine": "This needs watering before it will grow.", - "durability": null, - "name": "Papaya seedling", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "5493" - }, - { - "examine": "This sapling is ready to be replanted in a fruit tree patch.", - "durability": null, - "name": "Palm seedling", - "weight": "0.66", - "archery_ticket_price": "0", - "id": "5494" - }, - { - "examine": "A calquat tree 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", - "low_alchemy": "7", - "high_alchemy": "10", - "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", - "low_alchemy": "120", - "high_alchemy": "180", - "weight": "1", - "archery_ticket_price": "0", - "id": "5510" - }, - { - "examine": "A medium-sized pouch used for storing essence.", - "durability": null, - "name": "Medium pouch", - "low_alchemy": "120", - "high_alchemy": "180", - "weight": "1", - "archery_ticket_price": "0", - "id": "5511" - }, - { - "shop_price": "25000", - "examine": "A large pouch used for storing essence.", - "durability": null, - "name": "Large pouch", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "1", - "archery_ticket_price": "0", - "id": "5512" - }, - { - "shop_price": "25000", - "examine": "A large pouch used for storing essence.", - "durability": null, - "name": "Large pouch", - "low_alchemy": "240", - "high_alchemy": "360", - "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", - "low_alchemy": "480", - "high_alchemy": "720", - "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", - "low_alchemy": "480", - "high_alchemy": "720", - "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", - "low_alchemy": "200", - "high_alchemy": "300", - "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": "When empty:", - "durability": null, - "name": "Scrying orb", - "weight": "1", - "archery_ticket_price": "0", - "id": "5518" - }, - { - "examine": "When empty:", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "570", - "high_alchemy": "855", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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" - }, - { - "requirements": "", - "ge_buy_limit": "100", - "examine": "A tiara infused with the properties of the mind.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "1", - "equipment_slot": "0", - "grand_exchange_price": "10", - "name": "Mind tiara", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5529" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "10", - "durability": null, - "name": "Mind tiara", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5530" - }, - { - "requirements": "", - "ge_buy_limit": "100", - "examine": "A tiara infused with the properties of water.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "1", - "equipment_slot": "0", - "grand_exchange_price": "1351", - "name": "Water tiara", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5531" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "1351", - "durability": null, - "name": "Water tiara", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5532" - }, - { - "requirements": "", - "ge_buy_limit": "100", - "examine": "A tiara infused with the properties of the body.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "1", - "equipment_slot": "0", - "grand_exchange_price": "5", - "name": "Body tiara", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5533" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "5", - "durability": null, - "name": "Body tiara", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5534" - }, - { - "requirements": "", - "ge_buy_limit": "100", - "examine": "A tiara infused with the properties of the earth.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "1", - "equipment_slot": "0", - "grand_exchange_price": "4", - "name": "Earth tiara", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5535" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "4", - "durability": null, - "name": "Earth tiara", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5536" - }, - { - "requirements": "", - "ge_buy_limit": "100", - "examine": "A tiara infused with the properties of fire.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "1", - "equipment_slot": "0", - "grand_exchange_price": "8", - "name": "Fire tiara", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5537" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "8", - "durability": null, - "name": "Fire tiara", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5538" - }, - { - "requirements": "", - "ge_buy_limit": "100", - "examine": "A tiara infused with the properties of the cosmos.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "1", - "equipment_slot": "0", - "grand_exchange_price": "8", - "name": "Cosmic tiara", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5539" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "8", - "durability": null, - "name": "Cosmic tiara", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5540" - }, - { - "requirements": "", - "ge_buy_limit": "100", - "examine": "A tiara infused with the properties of nature.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "1", - "equipment_slot": "0", - "grand_exchange_price": "10", - "name": "Nature tiara", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5541" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "10", - "durability": null, - "name": "Nature tiara", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5542" - }, - { - "requirements": "", - "ge_buy_limit": "100", - "examine": "A tiara infused with the properties of chaos.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "1", - "equipment_slot": "0", - "grand_exchange_price": "10", - "name": "Chaos tiara", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5543" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "10", - "durability": null, - "name": "Chaos tiara", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5544" - }, - { - "requirements": "", - "ge_buy_limit": "100", - "examine": "A tiara infused with the properties of law.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "1", - "equipment_slot": "0", - "grand_exchange_price": "11", - "name": "Law tiara", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5545" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "11", - "durability": null, - "name": "Law tiara", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5546" - }, - { - "requirements": "", - "ge_buy_limit": "100", - "examine": "A tiara infused with the properties of death.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "1", - "equipment_slot": "0", - "grand_exchange_price": "65", - "name": "Death tiara", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5547" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "65", - "durability": null, - "name": "Death tiara", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5548" - }, - { - "requirements": "", - "ge_buy_limit": "100", - "examine": "A tiara infused with the properties of Blood.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "1", - "equipment_slot": "0", - "grand_exchange_price": "1058", - "name": "Blood tiara", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5549" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "1058", - "durability": null, - "name": "Blood tiara", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5550" - }, - { - "durability": null, - "name": "Soul tiara", - "archery_ticket_price": "0", - "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", - "low_alchemy": "250", - "high_alchemy": "375", - "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", - "low_alchemy": "150", - "high_alchemy": "225", - "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", - "low_alchemy": "200", - "high_alchemy": "300", - "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", - "low_alchemy": "100", - "high_alchemy": "150", - "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", - "low_alchemy": "100", - "high_alchemy": "150", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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, - "low_alchemy": "2400", - "high_alchemy": "3600", - "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, - "low_alchemy": "4000", - "high_alchemy": "6000", - "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, - "low_alchemy": "3200", - "high_alchemy": "4800", - "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": "It's a metal spade without a handle.", - "durability": null, - "name": "Metal spade", - "weight": "2.5", - "archery_ticket_price": "0", - "id": "5586" - }, - { - "examine": "It's a metal spade without a handle.", - "durability": null, - "name": "Metal spade", - "weight": "2.5", - "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": "6", - "examine": "This needs refining.", - "grand_exchange_price": "42", - "durability": null, - "name": "Tin", - "tradeable": "true", - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "2.25", - "archery_ticket_price": "0", - "id": "5592" - }, - { - "shop_price": "6", - "examine": "This needs refining.", - "grand_exchange_price": "42", - "durability": null, - "name": "Tin", - "tradeable": "true", - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "2.25", - "archery_ticket_price": "0", - "id": "5593" - }, - { - "shop_price": "6", - "examine": "This needs refining.", - "grand_exchange_price": "42", - "durability": null, - "name": "Tin", - "tradeable": "true", - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "2.25", - "archery_ticket_price": "0", - "id": "5594" - }, - { - "shop_price": "6", - "examine": "This needs refining.", - "grand_exchange_price": "42", - "durability": null, - "name": "Tin", - "tradeable": "true", - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "2.25", - "archery_ticket_price": "0", - "id": "5595" - }, - { - "shop_price": "6", - "examine": "This needs refining.", - "grand_exchange_price": "42", - "durability": null, - "name": "Tin", - "tradeable": "true", - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "2.25", - "archery_ticket_price": "0", - "id": "5596" - }, - { - "shop_price": "6", - "examine": "This needs refining.", - "grand_exchange_price": "42", - "durability": null, - "name": "Tin", - "tradeable": "true", - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "2.25", - "archery_ticket_price": "0", - "id": "5597" - }, - { - "shop_price": "6", - "examine": "This needs refining.", - "grand_exchange_price": "42", - "durability": null, - "name": "Tin", - "tradeable": "true", - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "2.25", - "archery_ticket_price": "0", - "id": "5598" - }, - { - "shop_price": "6", - "examine": "This needs refining.", - "grand_exchange_price": "42", - "durability": null, - "name": "Tin", - "tradeable": "true", - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "2.25", - "archery_ticket_price": "0", - "id": "5599" - }, - { - "shop_price": "6", - "examine": "This needs refining.", - "grand_exchange_price": "42", - "durability": null, - "name": "Tin", - "tradeable": "true", - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "2.25", - "archery_ticket_price": "0", - "id": "5600" - }, - { - "shop_price": "14", - "examine": "Good for detailed crafting.", - "grand_exchange_price": "33", - "durability": null, - "name": "Chisel", - "tradeable": "true", - "low_alchemy": "5", - "high_alchemy": "8", - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "archery_ticket_price": "0", - "id": "5602" - }, - { - "shop_price": "1", - "examine": "For shearing sheep.", - "grand_exchange_price": "41", - "durability": null, - "name": "Shears", - "tradeable": "true", - "weight": "0.1", - "archery_ticket_price": "0", - "id": "5603" - }, - { - "examine": "A very attractive magnet.", - "durability": null, - "name": "Magnet", - "low_alchemy": "1", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "5604" - }, - { - "shop_price": "25", - "examine": "A dangerous looking knife.", - "grand_exchange_price": "102", - "durability": null, - "name": "Knife", - "tradeable": "true", - "low_alchemy": "10", - "high_alchemy": "15", - "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", - "high_alchemy": "1", - "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 [type of 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.", - "durability": null, - "low_alchemy": "2", - "high_alchemy": "4", - "equipment_slot": "13", - "grand_exchange_price": "127", - "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" - }, - { - "shop_price": "20", - "ge_buy_limit": "10000", - "examine": "Arrows with iron heads.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "equipment_slot": "13", - "grand_exchange_price": "138", - "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" - }, - { - "requirements": "{4,5}", - "shop_price": "46", - "ge_buy_limit": "10000", - "examine": "Arrows with steel heads.", - "durability": null, - "low_alchemy": "18", - "high_alchemy": "27", - "equipment_slot": "13", - "grand_exchange_price": "159", - "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" - }, - { - "requirements": "{4,20}", - "shop_price": "76", - "ge_buy_limit": "10000", - "examine": "Arrows with mithril heads.", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "45", - "equipment_slot": "13", - "grand_exchange_price": "176", - "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" - }, - { - "requirements": "{4,30}", - "shop_price": "172", - "ge_buy_limit": "10000", - "examine": "Arrows with adamantite heads.", - "durability": null, - "low_alchemy": "68", - "high_alchemy": "103", - "equipment_slot": "13", - "grand_exchange_price": "211", - "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" - }, - { - "requirements": "{4,40}", - "shop_price": "510", - "ge_buy_limit": "10000", - "examine": "Arrows with rune heads.", - "durability": null, - "low_alchemy": "204", - "high_alchemy": "306", - "equipment_slot": "13", - "grand_exchange_price": "415", - "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" - }, - { - "shop_price": "7", - "ge_buy_limit": "10000", - "examine": "Arrows with bronze heads.", - "durability": null, - "low_alchemy": "2", - "high_alchemy": "4", - "equipment_slot": "13", - "grand_exchange_price": "1076", - "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" - }, - { - "shop_price": "20", - "ge_buy_limit": "10000", - "examine": "Arrows with iron heads.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "equipment_slot": "13", - "grand_exchange_price": "1037", - "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" - }, - { - "requirements": "{4,5}", - "shop_price": "46", - "ge_buy_limit": "10000", - "examine": "Arrows with steel heads.", - "durability": null, - "low_alchemy": "18", - "high_alchemy": "27", - "equipment_slot": "13", - "grand_exchange_price": "1038", - "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" - }, - { - "requirements": "{4,20}", - "shop_price": "76", - "ge_buy_limit": "10000", - "examine": "Arrows with mithril heads.", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "45", - "equipment_slot": "13", - "grand_exchange_price": "718", - "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" - }, - { - "requirements": "{4,30}", - "shop_price": "172", - "ge_buy_limit": "10000", - "examine": "Arrows with adamantite heads.", - "durability": null, - "low_alchemy": "68", - "high_alchemy": "103", - "equipment_slot": "13", - "grand_exchange_price": "101", - "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" - }, - { - "requirements": "{4,40}", - "shop_price": "510", - "ge_buy_limit": "10000", - "examine": "Arrows with rune heads.", - "durability": null, - "low_alchemy": "204", - "high_alchemy": "306", - "equipment_slot": "13", - "grand_exchange_price": "1300", - "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" - }, - { - "ge_buy_limit": "1000", - "examine": "A deadly throwing dart with a bronze tip.", - "durability": null, - "attack_speed": "3", - "weapon_interface": "18", - "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, - "high_alchemy": "1", - "attack_speed": "3", - "weapon_interface": "18", - "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, - "low_alchemy": "4", - "high_alchemy": "6", - "attack_speed": "3", - "weapon_interface": "18", - "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", - "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, - "low_alchemy": "10", - "high_alchemy": "15", - "attack_speed": "3", - "weapon_interface": "18", - "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, - "low_alchemy": "26", - "high_alchemy": "39", - "attack_speed": "3", - "weapon_interface": "18", - "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, - "low_alchemy": "140", - "high_alchemy": "210", - "attack_speed": "3", - "weapon_interface": "18", - "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", - "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, - "high_alchemy": "1", - "attack_speed": "3", - "weapon_interface": "18", - "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, - "low_alchemy": "4", - "high_alchemy": "6", - "attack_speed": "3", - "weapon_interface": "18", - "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", - "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, - "low_alchemy": "10", - "high_alchemy": "15", - "attack_speed": "3", - "weapon_interface": "18", - "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, - "low_alchemy": "26", - "high_alchemy": "39", - "attack_speed": "3", - "weapon_interface": "18", - "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, - "low_alchemy": "140", - "high_alchemy": "210", - "attack_speed": "3", - "weapon_interface": "18", - "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, - "low_alchemy": "2", - "high_alchemy": "3", - "attack_speed": "6", - "weapon_interface": "18", - "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, - "low_alchemy": "3", - "high_alchemy": "4", - "attack_speed": "6", - "weapon_interface": "18", - "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, - "low_alchemy": "14", - "high_alchemy": "22", - "attack_speed": "6", - "weapon_interface": "18", - "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, - "low_alchemy": "39", - "high_alchemy": "58", - "attack_speed": "6", - "weapon_interface": "18", - "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" - }, - { - "attack_anims": "806,806,806,806", - "requirements": "{4,30}", - "ge_buy_limit": "100", - "grand_exchange_price": "179", - "durability": null, - "name": "Adamant javelin(p+)", - "archery_ticket_price": "0", - "id": "5646", - "weapon_interface": "18", - "bonuses": "0,0,0,0,24,0,0,0,0,0,0,0,0,0,28", - "defence_anim": "424", - "equipment_slot": "3" - }, - { - "shop_price": "624", - "ge_buy_limit": "1000", - "examine": "A rune tipped javelin.", - "durability": null, - "low_alchemy": "249", - "high_alchemy": "374", - "attack_speed": "6", - "weapon_interface": "18", - "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, - "low_alchemy": "2", - "high_alchemy": "3", - "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, - "low_alchemy": "3", - "high_alchemy": "4", - "attack_speed": "6", - "weapon_interface": "18", - "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, - "low_alchemy": "14", - "high_alchemy": "22", - "attack_speed": "6", - "weapon_interface": "18", - "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, - "low_alchemy": "39", - "high_alchemy": "58", - "attack_speed": "6", - "weapon_interface": "18", - "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" - }, - { - "attack_anims": "806,806,806,806", - "requirements": "{4,30}", - "ge_buy_limit": "100", - "grand_exchange_price": "1514", - "durability": null, - "name": "Adamant javelin(p++)", - "archery_ticket_price": "0", - "id": "5652", - "weapon_interface": "18", - "bonuses": "0,0,0,0,24,0,0,0,0,0,0,0,0,0,28", - "defence_anim": "424", - "equipment_slot": "3" - }, - { - "requirements": "{4,40}", - "shop_price": "624", - "ge_buy_limit": "1000", - "examine": "A rune tipped javelin.", - "durability": null, - "low_alchemy": "249", - "high_alchemy": "374", - "attack_speed": "6", - "weapon_interface": "18", - "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, - "low_alchemy": "5", - "high_alchemy": "8", - "attack_speed": "3", - "weapon_interface": "18", - "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, - "low_alchemy": "23", - "high_alchemy": "34", - "attack_speed": "3", - "weapon_interface": "18", - "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, - "low_alchemy": "27", - "high_alchemy": "40", - "attack_speed": "3", - "weapon_interface": "18", - "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, - "low_alchemy": "10", - "high_alchemy": "16", - "attack_speed": "3", - "weapon_interface": "18", - "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, - "low_alchemy": "7", - "high_alchemy": "11", - "attack_speed": "3", - "weapon_interface": "18", - "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, - "low_alchemy": "26", - "high_alchemy": "40", - "attack_speed": "3", - "weapon_interface": "18", - "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, - "low_alchemy": "66", - "high_alchemy": "100", - "attack_speed": "3", - "weapon_interface": "18", - "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, - "low_alchemy": "5", - "high_alchemy": "8", - "attack_speed": "3", - "weapon_interface": "18", - "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, - "low_alchemy": "23", - "high_alchemy": "34", - "attack_speed": "3", - "weapon_interface": "18", - "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, - "low_alchemy": "27", - "high_alchemy": "40", - "attack_speed": "3", - "weapon_interface": "18", - "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, - "low_alchemy": "10", - "high_alchemy": "16", - "attack_speed": "3", - "weapon_interface": "18", - "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, - "low_alchemy": "7", - "high_alchemy": "11", - "attack_speed": "3", - "weapon_interface": "18", - "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", - "durability": null, - "weapon_interface": "18", - "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++)", - "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, - "low_alchemy": "66", - "high_alchemy": "100", - "attack_speed": "3", - "weapon_interface": "18", - "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, - "low_alchemy": "14", - "high_alchemy": "21", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "render_anim": "2584", - "equipment_slot": "3", - "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, - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "render_anim": "2584", - "equipment_slot": "3", - "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, - "low_alchemy": "50", - "high_alchemy": "75", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "render_anim": "2584", - "equipment_slot": "3", - "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, - "low_alchemy": "130", - "high_alchemy": "195", - "weight": "0.3", - "attack_speed": "4", - "weapon_interface": "5", - "render_anim": "2584", - "equipment_slot": "3", - "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", - "grand_exchange_price": "800", - "attack_audios": "2517,2517,2500,2517", - "durability": null, - "name": "Adamant dagger(p+)", - "archery_ticket_price": "0", - "id": "5676", - "weapon_interface": "5", - "bonuses": "15,8,-4,1,0,0,0,0,1,0,0,14,0,0,0", - "render_anim": "2584", - "equipment_slot": "3" - }, - { - "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, - "low_alchemy": "3200", - "high_alchemy": "4800", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "render_anim": "2584", - "equipment_slot": "3", - "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, - "low_alchemy": "12000", - "high_alchemy": "18000", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "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, - "low_alchemy": "96", - "high_alchemy": "144", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "render_anim": "2584", - "equipment_slot": "3", - "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", - "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, - "low_alchemy": "14", - "high_alchemy": "21", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "render_anim": "2584", - "equipment_slot": "3", - "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, - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "render_anim": "2584", - "equipment_slot": "3", - "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, - "low_alchemy": "50", - "high_alchemy": "75", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "render_anim": "2584", - "equipment_slot": "3", - "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, - "low_alchemy": "130", - "high_alchemy": "195", - "weight": "0.3", - "attack_speed": "4", - "weapon_interface": "5", - "render_anim": "2584", - "equipment_slot": "3", - "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", - "grand_exchange_price": "4612", - "attack_audios": "2517,2517,2500,2517", - "durability": null, - "name": "Adamant dagger(p++)", - "archery_ticket_price": "0", - "id": "5694", - "weapon_interface": "5", - "bonuses": "15,8,-4,1,0,0,0,0,1,0,0,14,0,0,0", - "render_anim": "2584", - "equipment_slot": "3" - }, - { - "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, - "low_alchemy": "3200", - "high_alchemy": "4800", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "render_anim": "2584", - "equipment_slot": "3", - "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, - "low_alchemy": "12000", - "high_alchemy": "18000", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "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, - "low_alchemy": "96", - "high_alchemy": "144", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "render_anim": "2584", - "equipment_slot": "3", - "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", - "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, - "low_alchemy": "10", - "high_alchemy": "15", - "weight": "2.2", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "two_handed": "true", - "weapon_interface": "14", - "turn180_anim": "1206", - "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, - "low_alchemy": "36", - "high_alchemy": "54", - "weight": "2.2", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "two_handed": "true", - "weapon_interface": "14", - "turn180_anim": "1206", - "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" - }, - { - "ge_buy_limit": "100", - "turn90cw_anim": "1207", - "examine": "A steel tipped spear.", - "walk_anim": "1205", - "low_alchemy": "130", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "two_handed": "true", - "turn180_anim": "1206", - "equipment_slot": "3", - "grand_exchange_price": "596", - "stand_anim": "813", - "tradeable": "true", - "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", - "requirements": "{0,5}", - "durability": null, - "high_alchemy": "195", - "weight": "2.2", - "weapon_interface": "14", - "render_anim": "28", - "name": "Steel spear(p+)" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "596", - "durability": null, - "name": "Steel spear(p+)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5709" - }, - { - "ge_buy_limit": "100", - "turn90cw_anim": "1207", - "examine": "A mithril tipped spear.", - "walk_anim": "1205", - "low_alchemy": "338", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "two_handed": "true", - "turn180_anim": "1206", - "equipment_slot": "3", - "grand_exchange_price": "802", - "stand_anim": "813", - "tradeable": "true", - "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", - "requirements": "{0,20}", - "durability": null, - "high_alchemy": "507", - "weight": "1.8", - "weapon_interface": "14", - "render_anim": "28", - "name": "Mithril spear(p+)" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "802", - "durability": null, - "name": "Mithril spear(p+)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5711" - }, - { - "ge_buy_limit": "100", - "turn90cw_anim": "1207", - "examine": "An adamant tipped spear.", - "walk_anim": "1205", - "low_alchemy": "832", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "two_handed": "true", - "turn180_anim": "1206", - "equipment_slot": "3", - "grand_exchange_price": "1394", - "stand_anim": "813", - "tradeable": "true", - "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", - "requirements": "{0,30}", - "durability": null, - "high_alchemy": "1248", - "weight": "2", - "weapon_interface": "14", - "render_anim": "28", - "name": "Adamant spear(p+)" - }, - { - "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", - "low_alchemy": "8320", - "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, - "high_alchemy": "12480", - "weight": "2.2", - "weapon_interface": "14", - "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", - "low_alchemy": "24960", - "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, - "high_alchemy": "37440", - "weight": "2", - "weapon_interface": "14", - "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, - "low_alchemy": "10", - "high_alchemy": "15", - "weight": "2.2", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "two_handed": "true", - "weapon_interface": "14", - "turn180_anim": "1206", - "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, - "low_alchemy": "36", - "high_alchemy": "54", - "weight": "2.2", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "two_handed": "true", - "weapon_interface": "14", - "turn180_anim": "1206", - "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" - }, - { - "ge_buy_limit": "100", - "turn90cw_anim": "1207", - "examine": "A steel tipped spear.", - "walk_anim": "1205", - "low_alchemy": "130", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "two_handed": "true", - "turn180_anim": "1206", - "equipment_slot": "3", - "grand_exchange_price": "8336", - "stand_anim": "813", - "tradeable": "true", - "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", - "requirements": "{0,5}", - "durability": null, - "high_alchemy": "195", - "weight": "2.2", - "weapon_interface": "14", - "render_anim": "28", - "name": "Steel spear(p++)" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "8336", - "durability": null, - "name": "Steel spear(p++)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5723" - }, - { - "ge_buy_limit": "100", - "turn90cw_anim": "1207", - "examine": "A mithril tipped spear.", - "walk_anim": "1205", - "low_alchemy": "338", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "two_handed": "true", - "turn180_anim": "1206", - "equipment_slot": "3", - "grand_exchange_price": "7035", - "stand_anim": "813", - "tradeable": "true", - "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", - "requirements": "{0,20}", - "durability": null, - "high_alchemy": "507", - "weight": "1.8", - "weapon_interface": "14", - "render_anim": "28", - "name": "Mithril spear(p++)" - }, - { - "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", - "walk_anim": "1205", - "durability": null, - "turn90ccw_anim": "1208", - "two_handed": "true", - "weapon_interface": "14", - "turn180_anim": "1206", - "render_anim": "28", - "equipment_slot": "3", - "grand_exchange_price": "7530", - "stand_anim": "813", - "name": "Adamant spear(p++)", - "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", - "low_alchemy": "8320", - "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, - "high_alchemy": "12480", - "weight": "2.2", - "weapon_interface": "14", - "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", - "low_alchemy": "24960", - "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, - "high_alchemy": "37440", - "weight": "2", - "weapon_interface": "14", - "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" - }, - { - "ge_buy_limit": "100", - "turn90cw_anim": "1207", - "examine": "A black tipped spear.", - "walk_anim": "1205", - "low_alchemy": "260", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "two_handed": "true", - "turn180_anim": "1206", - "equipment_slot": "3", - "grand_exchange_price": "3351", - "stand_anim": "813", - "tradeable": "true", - "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", - "requirements": "{0,10}", - "durability": null, - "high_alchemy": "390", - "weight": "2.2", - "weapon_interface": "14", - "render_anim": "28", - "name": "Black spear(p+)" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "3351", - "durability": null, - "name": "Black spear(p+)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5735" - }, - { - "ge_buy_limit": "100", - "turn90cw_anim": "1207", - "examine": "A black tipped spear.", - "walk_anim": "1205", - "low_alchemy": "260", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "two_handed": "true", - "turn180_anim": "1206", - "equipment_slot": "3", - "grand_exchange_price": "9065", - "stand_anim": "813", - "tradeable": "true", - "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", - "requirements": "{0,10}", - "durability": null, - "high_alchemy": "390", - "weight": "2.2", - "weapon_interface": "14", - "render_anim": "28", - "name": "Black spear(p++)" - }, - { - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "10", - "high_alchemy": "15", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "115", - "high_alchemy": "172", - "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", - "low_alchemy": "172", - "high_alchemy": "259", - "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", - "low_alchemy": "144", - "high_alchemy": "216", - "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", - "low_alchemy": "144", - "high_alchemy": "216", - "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", - "low_alchemy": "144", - "high_alchemy": "216", - "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", - "low_alchemy": "144", - "high_alchemy": "216", - "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", - "low_alchemy": "115", - "high_alchemy": "172", - "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", - "low_alchemy": "115", - "high_alchemy": "172", - "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", - "low_alchemy": "115", - "high_alchemy": "172", - "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", - "low_alchemy": "115", - "high_alchemy": "172", - "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", - "low_alchemy": "7", - "high_alchemy": "11", - "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", - "low_alchemy": "25", - "high_alchemy": "38", - "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", - "low_alchemy": "34", - "high_alchemy": "52", - "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", - "low_alchemy": "34", - "high_alchemy": "52", - "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", - "low_alchemy": "21", - "high_alchemy": "32", - "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", - "low_alchemy": "19", - "high_alchemy": "28", - "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", - "low_alchemy": "6", - "high_alchemy": "9", - "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", - "low_alchemy": "3", - "high_alchemy": "5", - "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", - "low_alchemy": "3", - "high_alchemy": "5", - "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", - "low_alchemy": "5", - "high_alchemy": "7", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "4", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "durability": null, - "name": "Mushroom", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "26", - "high_alchemy": "39", - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "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", - "low_alchemy": "34", - "high_alchemy": "51", - "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", - "low_alchemy": "16", - "high_alchemy": "24", - "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", - "high_alchemy": "1", - "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.", - "durability": null, - "low_alchemy": "1", - "high_alchemy": "1", - "equipment_slot": "13", - "grand_exchange_price": "134", - "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" - }, - { - "shop_price": "3", - "ge_buy_limit": "10000", - "examine": "Bronze crossbow bolts.", - "durability": null, - "low_alchemy": "1", - "high_alchemy": "1", - "equipment_slot": "13", - "grand_exchange_price": "1162", - "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" - }, - { - "examine": "How do I wash blood stains out?", - "durability": null, - "name": "Bloody mourner top", - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "2.72", - "archery_ticket_price": "0", - "id": "6064" - }, - { - "remove_sleeves": "true", - "examine": "A thick heavy leather top.", - "durability": null, - "name": "Mourner top", - "low_alchemy": "60", - "high_alchemy": "90", - "archery_ticket_price": "0", - "id": "6065", - "equipment_slot": "4" - }, - { - "examine": "Damaged: These are in need of a good tailor.Repaired: A pair of mourner trousers.", - "durability": null, - "name": "Mourner trousers", - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "2.25", - "archery_ticket_price": "0", - "id": "6066" - }, - { - "examine": "Damaged: These are in need of a good tailor.Repaired: A pair of mourner trousers.", - "durability": null, - "name": "Mourner trousers", - "low_alchemy": "8", - "high_alchemy": "12", - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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, - "low_alchemy": "60", - "high_alchemy": "90", - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "archery_ticket_price": "0", - "id": "6085" - }, - { - "examine": "A large pair of ogre bellows filled with blue dye.", - "durability": null, - "name": "Blue dye bellows", - "low_alchemy": "8", - "high_alchemy": "12", - "archery_ticket_price": "0", - "id": "6086" - }, - { - "examine": "A large pair of ogre bellows filled with yellow dye.", - "durability": null, - "name": "Yellow dye bellows", - "low_alchemy": "8", - "high_alchemy": "12", - "archery_ticket_price": "0", - "id": "6087" - }, - { - "examine": "A large pair of ogre bellows filled with green dye.", - "durability": null, - "name": "Green dye bellows", - "low_alchemy": "8", - "high_alchemy": "12", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "6097" - }, - { - "examine": "A pile of toxic powder.", - "durability": null, - "name": "Toxic powder", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "120", - "high_alchemy": "180", - "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", - "low_alchemy": "120", - "high_alchemy": "180", - "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", - "low_alchemy": "120", - "high_alchemy": "180", - "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", - "low_alchemy": "100", - "high_alchemy": "150", - "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", - "low_alchemy": "1", - "tradeable": "false", - "high_alchemy": "2", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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. A musical intrument that I can magically play.", - "durability": null, - "name": "Enchanted lyre(2)", - "low_alchemy": "400", - "high_alchemy": "600", - "weight": "1.8", - "archery_ticket_price": "0", - "id": "6125", - "equipment_slot": "3" - }, - { - "examine": "This will teleport me to Rellekka when I play it. A musical intrument that I can magically play.", - "durability": null, - "name": "Enchanted lyre(3)", - "low_alchemy": "400", - "high_alchemy": "600", - "weight": "1.8", - "archery_ticket_price": "0", - "id": "6126", - "equipment_slot": "3" - }, - { - "examine": "This will teleport me to Rellekka when I play it. A musical intrument that I can magically play.", - "durability": null, - "name": "Enchanted lyre(4)", - "low_alchemy": "400", - "high_alchemy": "600", - "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, - "low_alchemy": "14080", - "high_alchemy": "21120", - "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" - }, - { - "remove_sleeves": "true", - "requirements": "{1,40}", - "ge_buy_limit": "100", - "grand_exchange_price": "40600", - "durability": null, - "name": "Rock-shell plate", - "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, - "low_alchemy": "25600", - "high_alchemy": "38400", - "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, - "low_alchemy": "24000", - "high_alchemy": "36000", - "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, - "low_alchemy": "3000", - "high_alchemy": "4500", - "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, - "low_alchemy": "1560", - "high_alchemy": "2340", - "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, - "low_alchemy": "4000", - "high_alchemy": "6000", - "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, - "low_alchemy": "18000", - "high_alchemy": "27000", - "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, - "low_alchemy": "16000", - "high_alchemy": "24000", - "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, - "low_alchemy": "260", - "high_alchemy": "390", - "weight": "3", - "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, - "low_alchemy": "260", - "high_alchemy": "390", - "weight": "3.1", - "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" - }, - { - "ge_buy_limit": "100", - "examine": "Some finely crafted Fremennik boots, made from the bones of a Wallasalki.", - "durability": null, - "low_alchemy": "260", - "high_alchemy": "390", - "weight": "3.1", - "equipment_slot": "10", - "lendable": "true", - "grand_exchange_price": "4958", - "name": "Skeletal boots", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6147", - "bonuses": "0,0,0,0,0,0,1,1,0,0,1,0,0,0,0" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "4958", - "durability": null, - "name": "Skeletal boots", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6148" - }, - { - "ge_buy_limit": "100", - "examine": "Fremennik gloves stitched together from spined dagannoth hide.", - "durability": null, - "low_alchemy": "260", - "high_alchemy": "390", - "weight": "3", - "equipment_slot": "9", - "lendable": "true", - "grand_exchange_price": "955", - "name": "Spined gloves", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6149", - "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "955", - "durability": null, - "name": "Spined gloves", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6150" - }, - { - "ge_buy_limit": "100", - "examine": "Fremennik gloves stitched together from rock crab shell shards.", - "durability": null, - "low_alchemy": "260", - "high_alchemy": "390", - "weight": "2", - "equipment_slot": "9", - "lendable": "true", - "grand_exchange_price": "951", - "name": "Rock-shell gloves", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6151", - "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "951", - "durability": null, - "name": "Rock-shell gloves", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6152" - }, - { - "ge_buy_limit": "100", - "examine": "Fremennik gloves stitched together from wallasalki bones fragments.", - "durability": null, - "low_alchemy": "260", - "high_alchemy": "390", - "weight": "3.1", - "equipment_slot": "9", - "lendable": "true", - "grand_exchange_price": "21800", - "name": "Skeletal gloves", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6153", - "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0" - }, - { - "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", - "low_alchemy": "24", - "high_alchemy": "36", - "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", - "low_alchemy": "24", - "high_alchemy": "36", - "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", - "low_alchemy": "24", - "high_alchemy": "36", - "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", - "low_alchemy": "24", - "high_alchemy": "36", - "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", - "low_alchemy": "24", - "high_alchemy": "36", - "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", - "low_alchemy": "24", - "high_alchemy": "36", - "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", - "low_alchemy": "24", - "high_alchemy": "36", - "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", - "low_alchemy": "24", - "high_alchemy": "36", - "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", - "low_alchemy": "24", - "high_alchemy": "36", - "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", - "low_alchemy": "24", - "high_alchemy": "36", - "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" - }, - { - "durability": null, - "name": "Rock-shell plate", - "tradeable": "true", - "archery_ticket_price": "0", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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, - "low_alchemy": "1200", - "high_alchemy": "1800", - "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.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "5.4", - "absorb": "4,2,0", - "equipment_slot": "5", - "grand_exchange_price": "1", - "name": "Broodoo shield (9)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6217", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" - }, - { - "durability": null, - "name": "Broodoo shield (9)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6218" - }, - { - "requirements": "{1,25}-{6,25}", - "examine": "A scary broodoo shield.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "5.4", - "absorb": "4,2,0", - "equipment_slot": "5", - "grand_exchange_price": "1", - "name": "Broodoo shield (8)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6219", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" - }, - { - "durability": null, - "name": "Broodoo shield (8)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6220" - }, - { - "requirements": "{1,25}-{6,25}", - "examine": "A scary broodoo shield.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "5.4", - "absorb": "4,2,0", - "equipment_slot": "5", - "grand_exchange_price": "1", - "name": "Broodoo shield (7)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6221", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" - }, - { - "durability": null, - "name": "Broodoo shield (7)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6222" - }, - { - "requirements": "{1,25}-{6,25}", - "examine": "A scary broodoo shield.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "5.4", - "absorb": "4,2,0", - "equipment_slot": "5", - "grand_exchange_price": "1", - "name": "Broodoo shield (6)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6223", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" - }, - { - "durability": null, - "name": "Broodoo shield (6)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6224" - }, - { - "requirements": "{1,25}-{6,25}", - "examine": "A scary broodoo shield.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "5.4", - "absorb": "4,2,0", - "equipment_slot": "5", - "grand_exchange_price": "1", - "name": "Broodoo shield (5)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6225", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" - }, - { - "durability": null, - "name": "Broodoo shield (5)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6226" - }, - { - "requirements": "{1,25}-{6,25}", - "examine": "A scary broodoo shield.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "5.4", - "absorb": "4,2,0", - "equipment_slot": "5", - "grand_exchange_price": "1", - "name": "Broodoo shield (4)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6227", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" - }, - { - "durability": null, - "name": "Broodoo shield (4)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6228" - }, - { - "requirements": "{1,25}-{6,25}", - "examine": "A scary broodoo shield.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "5.4", - "absorb": "4,2,0", - "equipment_slot": "5", - "grand_exchange_price": "1", - "name": "Broodoo shield (3)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6229", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" - }, - { - "durability": null, - "name": "Broodoo shield (3)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6230" - }, - { - "requirements": "{1,25}-{6,25}", - "examine": "A scary broodoo shield.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "5.4", - "absorb": "4,2,0", - "equipment_slot": "5", - "grand_exchange_price": "1", - "name": "Broodoo shield (2)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6231", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" - }, - { - "durability": null, - "name": "Broodoo shield (2)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6232" - }, - { - "requirements": "{1,25}-{6,25}", - "examine": "A scary broodoo shield.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "5.4", - "absorb": "4,2,0", - "equipment_slot": "5", - "grand_exchange_price": "1", - "name": "Broodoo shield (1)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6233", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" - }, - { - "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, - "low_alchemy": "1200", - "high_alchemy": "1800", - "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, - "low_alchemy": "1200", - "high_alchemy": "1800", - "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.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "5.4", - "absorb": "4,2,0", - "equipment_slot": "5", - "grand_exchange_price": "1", - "name": "Broodoo shield (9)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6239", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" - }, - { - "durability": null, - "name": "Broodoo shield (9)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6240" - }, - { - "requirements": "{1,25}-{6,25}", - "examine": "A scary broodoo shield.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "5.4", - "absorb": "4,2,0", - "equipment_slot": "5", - "grand_exchange_price": "1", - "name": "Broodoo shield (8)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6241", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" - }, - { - "durability": null, - "name": "Broodoo shield (8)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6242" - }, - { - "requirements": "{1,25}-{6,25}", - "examine": "A scary broodoo shield.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "5.4", - "absorb": "4,2,0", - "equipment_slot": "5", - "grand_exchange_price": "1", - "name": "Broodoo shield (7)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6243", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" - }, - { - "durability": null, - "name": "Broodoo shield (7)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6244" - }, - { - "requirements": "{1,25}-{6,25}", - "examine": "A scary broodoo shield.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "5.4", - "absorb": "4,2,0", - "equipment_slot": "5", - "grand_exchange_price": "1", - "name": "Broodoo shield (6)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6245", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" - }, - { - "durability": null, - "name": "Broodoo shield (6)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6246" - }, - { - "requirements": "{1,25}-{6,25}", - "examine": "A scary broodoo shield.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "5.4", - "absorb": "4,2,0", - "equipment_slot": "5", - "grand_exchange_price": "1", - "name": "Broodoo shield (5)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6247", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" - }, - { - "durability": null, - "name": "Broodoo shield (5)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6248" - }, - { - "requirements": "{1,25}-{6,25}", - "examine": "A scary broodoo shield.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "5.4", - "absorb": "4,2,0", - "equipment_slot": "5", - "grand_exchange_price": "1", - "name": "Broodoo shield (4)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6249", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" - }, - { - "durability": null, - "name": "Broodoo shield (4)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6250" - }, - { - "requirements": "{1,25}-{6,25}", - "examine": "A scary broodoo shield.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "5.4", - "absorb": "4,2,0", - "equipment_slot": "5", - "grand_exchange_price": "1", - "name": "Broodoo shield (3)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6251", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" - }, - { - "durability": null, - "name": "Broodoo shield (3)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6252" - }, - { - "requirements": "{1,25}-{6,25}", - "examine": "A scary broodoo shield.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "5.4", - "absorb": "4,2,0", - "equipment_slot": "5", - "grand_exchange_price": "1", - "name": "Broodoo shield (2)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6253", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" - }, - { - "durability": null, - "name": "Broodoo shield (2)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6254" - }, - { - "requirements": "{1,25}-{6,25}", - "examine": "A scary broodoo shield.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "5.4", - "absorb": "4,2,0", - "equipment_slot": "5", - "grand_exchange_price": "1", - "name": "Broodoo shield (1)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6255", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" - }, - { - "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, - "low_alchemy": "1200", - "high_alchemy": "1800", - "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, - "low_alchemy": "1200", - "high_alchemy": "1800", - "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.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "5.4", - "absorb": "4,2,0", - "equipment_slot": "5", - "grand_exchange_price": "1", - "name": "Broodoo shield (9)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6261", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" - }, - { - "durability": null, - "name": "Broodoo shield (9)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6262" - }, - { - "requirements": "{1,25}-{6,25}", - "examine": "A scary broodoo shield.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "5.4", - "absorb": "4,2,0", - "equipment_slot": "5", - "grand_exchange_price": "1", - "name": "Broodoo shield (8)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6263", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" - }, - { - "durability": null, - "name": "Broodoo shield (8)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6264" - }, - { - "requirements": "{1,25}-{6,25}", - "examine": "A scary broodoo shield.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "5.4", - "absorb": "4,2,0", - "equipment_slot": "5", - "grand_exchange_price": "1", - "name": "Broodoo shield (7)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6265", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" - }, - { - "durability": null, - "name": "Broodoo shield (7)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6266" - }, - { - "requirements": "{1,25}-{6,25}", - "examine": "A scary broodoo shield.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "5.4", - "absorb": "4,2,0", - "equipment_slot": "5", - "grand_exchange_price": "1", - "name": "Broodoo shield (6)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6267", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" - }, - { - "durability": null, - "name": "Broodoo shield (6)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6268" - }, - { - "requirements": "{1,25}-{6,25}", - "examine": "A scary broodoo shield.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "5.4", - "absorb": "4,2,0", - "equipment_slot": "5", - "grand_exchange_price": "1", - "name": "Broodoo shield (5)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6269", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" - }, - { - "durability": null, - "name": "Broodoo shield (5)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6270" - }, - { - "requirements": "{1,25}-{6,25}", - "examine": "A scary broodoo shield.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "5.4", - "absorb": "4,2,0", - "equipment_slot": "5", - "grand_exchange_price": "1", - "name": "Broodoo shield (4)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6271", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" - }, - { - "durability": null, - "name": "Broodoo shield (4)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6272" - }, - { - "requirements": "{1,25}-{6,25}", - "examine": "A scary broodoo shield.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "5.4", - "absorb": "4,2,0", - "equipment_slot": "5", - "grand_exchange_price": "1", - "name": "Broodoo shield (3)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6273", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" - }, - { - "durability": null, - "name": "Broodoo shield (3)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6274" - }, - { - "requirements": "{1,25}-{6,25}", - "examine": "A scary broodoo shield.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "5.4", - "absorb": "4,2,0", - "equipment_slot": "5", - "grand_exchange_price": "1", - "name": "Broodoo shield (2)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6275", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" - }, - { - "durability": null, - "name": "Broodoo shield (2)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6276" - }, - { - "requirements": "{1,25}-{6,25}", - "examine": "A scary broodoo shield.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "5.4", - "absorb": "4,2,0", - "equipment_slot": "5", - "grand_exchange_price": "1", - "name": "Broodoo shield (1)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6277", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" - }, - { - "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, - "low_alchemy": "1200", - "high_alchemy": "1800", - "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", - "low_alchemy": "14", - "high_alchemy": "21", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "6", - "high_alchemy": "9", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "16", - "high_alchemy": "24", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "16", - "high_alchemy": "24", - "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", - "low_alchemy": "16", - "high_alchemy": "24", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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, - "low_alchemy": "200", - "high_alchemy": "300", - "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, - "low_alchemy": "400", - "high_alchemy": "600", - "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, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "1.3", - "attack_speed": "4", - "weapon_interface": "6", - "render_anim": "2554", - "equipment_slot": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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, - "low_alchemy": "500", - "high_alchemy": "750", - "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, - "low_alchemy": "470", - "high_alchemy": "705", - "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, - "low_alchemy": "120", - "high_alchemy": "180", - "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.", - "durability": null, - "low_alchemy": "100", - "high_alchemy": "150", - "weight": "0.3", - "equipment_slot": "10", - "grand_exchange_price": "10800", - "name": "Snakeskin boots", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6328", - "bonuses": "0,0,0,-10,3,1,1,2,1,0,9,0,0,0,0" - }, - { - "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.", - "durability": null, - "low_alchemy": "173", - "high_alchemy": "260", - "weight": "1", - "equipment_slot": "9", - "grand_exchange_price": "914", - "name": "Snakeskin v'brace", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6330", - "bonuses": "0,0,0,-5,6,2,2,2,1,0,1,0,0,0,0" - }, - { - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "200", - "high_alchemy": "300", - "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", - "low_alchemy": "200", - "high_alchemy": "300", - "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", - "low_alchemy": "200", - "high_alchemy": "300", - "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" - }, - { - "shop_price": "300", - "ge_buy_limit": "100", - "examine": "Local dress.", - "durability": null, - "low_alchemy": "120", - "high_alchemy": "180", - "weight": "1", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "3331", - "name": "Tribal top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6341" - }, - { - "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.", - "durability": null, - "low_alchemy": "100", - "high_alchemy": "150", - "weight": "2", - "equipment_slot": "7", - "grand_exchange_price": "1382", - "name": "Villager robe", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6343" - }, - { - "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.", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "weight": "1", - "equipment_slot": "0", - "grand_exchange_price": "2337", - "name": "Villager hat", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6345" - }, - { - "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 <colour> armband, as worn by the Tai Bwo Wannai locals.", - "durability": null, - "low_alchemy": "60", - "high_alchemy": "90", - "weight": "0.5", - "equipment_slot": "9", - "grand_exchange_price": "734", - "name": "Villager armband", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6347" - }, - { - "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.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "0.6", - "equipment_slot": "10", - "grand_exchange_price": "2793", - "name": "Villager sandals", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6349" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "2793", - "durability": null, - "name": "Villager sandals", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6350" - }, - { - "shop_price": "300", - "ge_buy_limit": "100", - "examine": "Local dress.", - "durability": null, - "low_alchemy": "120", - "high_alchemy": "180", - "weight": "1", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "3171", - "name": "Tribal top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6351" - }, - { - "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.", - "durability": null, - "low_alchemy": "100", - "high_alchemy": "150", - "weight": "2", - "equipment_slot": "7", - "grand_exchange_price": "1416", - "name": "Villager robe", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6353" - }, - { - "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.", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "weight": "1", - "equipment_slot": "0", - "grand_exchange_price": "2785", - "name": "Villager hat", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6355" - }, - { - "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.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "0.6", - "equipment_slot": "10", - "grand_exchange_price": "944", - "name": "Villager sandals", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6357" - }, - { - "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 <colour> armband, as worn by the Tai Bwo Wannai locals.", - "durability": null, - "low_alchemy": "60", - "high_alchemy": "90", - "weight": "0.5", - "equipment_slot": "9", - "grand_exchange_price": "672", - "name": "Villager armband", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6359" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "672", - "durability": null, - "name": "Villager armband", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6360" - }, - { - "shop_price": "300", - "ge_buy_limit": "100", - "examine": "Local dress.", - "durability": null, - "low_alchemy": "120", - "high_alchemy": "180", - "weight": "1", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "2484", - "name": "Tribal top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6361" - }, - { - "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.", - "durability": null, - "low_alchemy": "100", - "high_alchemy": "150", - "weight": "2", - "equipment_slot": "7", - "grand_exchange_price": "499", - "name": "Villager robe", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6363" - }, - { - "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.", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "weight": "1", - "equipment_slot": "0", - "grand_exchange_price": "2440", - "name": "Villager hat", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6365" - }, - { - "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.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "0.6", - "equipment_slot": "10", - "grand_exchange_price": "1479", - "name": "Villager sandals", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6367" - }, - { - "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 <colour> armband, as worn by the Tai Bwo Wannai locals.", - "durability": null, - "low_alchemy": "60", - "high_alchemy": "90", - "weight": "0.5", - "equipment_slot": "9", - "grand_exchange_price": "823", - "name": "Villager armband", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6369" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "823", - "durability": null, - "name": "Villager armband", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6370" - }, - { - "shop_price": "300", - "ge_buy_limit": "100", - "examine": "Local dress.", - "durability": null, - "low_alchemy": "120", - "high_alchemy": "180", - "weight": "1", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "2683", - "name": "Tribal top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6371" - }, - { - "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.", - "durability": null, - "low_alchemy": "100", - "high_alchemy": "150", - "weight": "2", - "equipment_slot": "7", - "grand_exchange_price": "331", - "name": "Villager robe", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6373" - }, - { - "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.", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "weight": "1", - "equipment_slot": "0", - "grand_exchange_price": "3010", - "name": "Villager hat", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6375" - }, - { - "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.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "0.6", - "equipment_slot": "10", - "grand_exchange_price": "2310", - "name": "Villager sandals", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6377" - }, - { - "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 <colour> armband, as worn by the Tai Bwo Wannai locals.", - "durability": null, - "low_alchemy": "60", - "high_alchemy": "90", - "weight": "0.5", - "equipment_slot": "9", - "grand_exchange_price": "1697", - "name": "Villager armband", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6379" - }, - { - "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.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "equipment_slot": "0", - "grand_exchange_price": "690", - "name": "Fez", - "tradeable": "true", - "archery_ticket_price": "0", - "hat": true, - "id": "6382" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "690", - "durability": null, - "name": "Fez", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6383" - }, - { - "shop_price": "15", - "ge_buy_limit": "100", - "examine": "A bit itchy.", - "durability": null, - "low_alchemy": "14", - "high_alchemy": "21", - "weight": "1", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "649", - "name": "Desert top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6384" - }, - { - "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", - "low_alchemy": "10", - "high_alchemy": "15", - "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" - }, - { - "shop_price": "15", - "ge_buy_limit": "100", - "examine": "A bit itchy.", - "durability": null, - "low_alchemy": "14", - "high_alchemy": "21", - "weight": "1", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "1016", - "name": "Desert top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6388" - }, - { - "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", - "low_alchemy": "10", - "high_alchemy": "15", - "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.", - "durability": null, - "low_alchemy": "14", - "high_alchemy": "21", - "equipment_slot": "0", - "grand_exchange_price": "531", - "name": "Menap headgear", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6392" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "531", - "durability": null, - "name": "Menap headgear", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6393" - }, - { - "shop_price": "20", - "ge_buy_limit": "100", - "examine": "Colourful.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "650", - "name": "Menaphite top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6394" - }, - { - "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", - "low_alchemy": "16", - "high_alchemy": "24", - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "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.", - "durability": null, - "low_alchemy": "14", - "high_alchemy": "21", - "equipment_slot": "0", - "grand_exchange_price": "484", - "name": "Menap headgear", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6400" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "484", - "durability": null, - "name": "Menap headgear", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6401" - }, - { - "shop_price": "20", - "ge_buy_limit": "100", - "examine": "Colourful.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "557", - "name": "Menaphite top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6402" - }, - { - "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", - "low_alchemy": "16", - "high_alchemy": "24", - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "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, - "low_alchemy": "160", - "high_alchemy": "240", - "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, - "low_alchemy": "160", - "high_alchemy": "240", - "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, - "low_alchemy": "320", - "high_alchemy": "480", - "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, - "low_alchemy": "320", - "high_alchemy": "480", - "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, - "low_alchemy": "480", - "high_alchemy": "720", - "weight": "1.8", - "attack_speed": "4", - "weapon_interface": "10", - "equipment_slot": "3", - "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, - "low_alchemy": "640", - "high_alchemy": "960", - "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, - "low_alchemy": "640", - "high_alchemy": "960", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "18", - "high_alchemy": "28", - "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", - "low_alchemy": "41", - "high_alchemy": "62", - "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", - "low_alchemy": "50", - "high_alchemy": "75", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "tradeable": "false", - "high_alchemy": "1", - "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": "Unactivated: The Ring of charos.Activated: 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", - "low_alchemy": "16", - "high_alchemy": "24", - "archery_ticket_price": "0", - "id": "6468" - }, - { - "examine": "Looks delicious.", - "durability": null, - "name": "White tree fruit", - "high_alchemy": "1", - "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", - "low_alchemy": "48", - "high_alchemy": "72", - "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", - "low_alchemy": "48", - "high_alchemy": "72", - "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", - "low_alchemy": "48", - "high_alchemy": "72", - "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", - "low_alchemy": "48", - "high_alchemy": "72", - "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, - "low_alchemy": "100", - "high_alchemy": "150", - "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, - "low_alchemy": "16000", - "high_alchemy": "24000", - "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, - "low_alchemy": "18000", - "high_alchemy": "27000", - "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, - "low_alchemy": "10000", - "high_alchemy": "15000", - "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", - "low_alchemy": "14000", - "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, - "high_alchemy": "21000", - "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, - "low_alchemy": "12000", - "high_alchemy": "18000", - "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", - "low_alchemy": "20000", - "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, - "high_alchemy": "30000", - "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", - "low_alchemy": "6800", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "turn180_anim": "1206", - "equipment_slot": "3", - "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,10,0,2,3,1,10,0,0,35,0,0,0", - "requirements": "{0,30}-{6,30}", - "durability": null, - "high_alchemy": "10200", - "weight": "2.2", - "weapon_interface": "1", - "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", - "low_alchemy": "18000", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "turn180_anim": "1206", - "equipment_slot": "3", - "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,10,0,2,3,1,10,0,0,50,0,0,0", - "requirements": "{0,40}-{6,40}", - "shop_price": "40000", - "durability": null, - "high_alchemy": "27000", - "weight": "2", - "weapon_interface": "1", - "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", - "low_alchemy": "80400", - "high_alchemy": "120600", - "archery_ticket_price": "0", - "id": "6564" - }, - { - "examine": "I wonder if this is valuable.", - "grand_exchange_price": "4501000", - "durability": null, - "name": "Onyx necklace", - "tradeable": "true", - "low_alchemy": "80400", - "high_alchemy": "120600", - "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", - "low_alchemy": "80800", - "high_alchemy": "121200", - "archery_ticket_price": "0", - "id": "6566" - }, - { - "shop_price": "90000", - "ge_buy_limit": "100", - "examine": "A cape woven of obsidian plates.", - "durability": null, - "low_alchemy": "24000", - "high_alchemy": "36000", - "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", - "low_alchemy": "24000", - "high_alchemy": "36000", - "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", - "low_alchemy": "120000", - "high_alchemy": "180000", - "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", - "low_alchemy": "120000", - "high_alchemy": "180000", - "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", - "low_alchemy": "80400", - "high_alchemy": "120600", - "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", - "low_alchemy": "80400", - "high_alchemy": "120600", - "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": "I wonder if I can get this enchanted.", - "grand_exchange_price": "9058124", - "durability": null, - "name": "Onyx amulet", - "tradeable": "true", - "low_alchemy": "80800", - "high_alchemy": "121200", - "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", - "low_alchemy": "80800", - "high_alchemy": "121200", - "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", - "low_alchemy": "80800", - "high_alchemy": "121200", - "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" - }, - { - "ge_buy_limit": "100", - "examine": "A very powerful onyx amulet.", - "durability": null, - "low_alchemy": "80800", - "high_alchemy": "121200", - "equipment_slot": "2", - "lendable": "true", - "grand_exchange_price": "9200000", - "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" - }, - { - "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, - "low_alchemy": "144", - "high_alchemy": "216", - "attack_speed": "4", - "two_handed": "true", - "weapon_interface": "9", - "render_anim": "2583", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "390,390,390,390", - "grand_exchange_price": "1013", - "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, - "low_alchemy": "499", - "high_alchemy": "748", - "weight": "2.7", - "attack_speed": "6", - "weapon_interface": "2", - "render_anim": "2586", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "395,395,395,395", - "grand_exchange_price": "1459", - "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, - "low_alchemy": "96", - "high_alchemy": "144", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "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, - "low_alchemy": "96", - "high_alchemy": "144", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "render_anim": "2584", - "equipment_slot": "3", - "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, - "low_alchemy": "96", - "high_alchemy": "144", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "render_anim": "2584", - "equipment_slot": "3", - "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, - "low_alchemy": "96", - "high_alchemy": "144", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "render_anim": "2584", - "equipment_slot": "3", - "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", - "low_alchemy": "768", - "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}-{5,10}", - "shop_price": "1920", - "durability": null, - "high_alchemy": "1152", - "weight": "3.1", - "weapon_interface": "15", - "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, - "low_alchemy": "172", - "high_alchemy": "259", - "weight": "1.8", - "attack_speed": "5", - "weapon_interface": "8", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "390,390,381,390", - "grand_exchange_price": "481", - "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" - }, - { - "ge_buy_limit": "100", - "turn90cw_anim": "1207", - "examine": "A Magical staff.", - "walk_anim": "1205", - "low_alchemy": "80", - "turn90ccw_anim": "1208", - "turn180_anim": "1206", - "equipment_slot": "3", - "grand_exchange_price": "650", - "stand_anim": "813", - "tradeable": "true", - "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", - "requirements": "{0,10}-{5,10}", - "shop_price": "200", - "durability": null, - "high_alchemy": "120", - "weight": "2.2", - "weapon_interface": "1", - "render_anim": "28", - "attack_audios": "2555,0,0,0", - "name": "White magic staff" - }, - { - "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", - "low_alchemy": "249", - "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, - "high_alchemy": "374", - "weight": "1.8", - "weapon_interface": "5", - "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", - "low_alchemy": "384", - "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, - "high_alchemy": "576", - "weight": "1.8", - "weapon_interface": "6", - "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", - "low_alchemy": "768", - "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, - "high_alchemy": "1152", - "weight": "3.6", - "weapon_interface": "7", - "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", - "low_alchemy": "307", - "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, - "high_alchemy": "460", - "weight": "1", - "weapon_interface": "6", - "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, - "low_alchemy": "392", - "high_alchemy": "588", - "weight": "1.8", - "attack_speed": "6", - "weapon_interface": "10", - "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, - "low_alchemy": "576", - "high_alchemy": "864", - "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, - "low_alchemy": "1536", - "high_alchemy": "2304", - "weight": "9.9", - "absorb": "1,0,2", - "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, - "low_alchemy": "230", - "high_alchemy": "345", - "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, - "low_alchemy": "230", - "high_alchemy": "345", - "weight": "1.9", - "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, - "low_alchemy": "422", - "high_alchemy": "633", - "weight": "2.7", - "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, - "low_alchemy": "768", - "high_alchemy": "1152", - "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, - "low_alchemy": "768", - "high_alchemy": "1152", - "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, - "low_alchemy": "2", - "high_alchemy": "3", - "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, - "low_alchemy": "460", - "high_alchemy": "691", - "weight": "3.6", - "absorb": "1,0,2", - "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, - "low_alchemy": "652", - "high_alchemy": "979", - "weight": "5.4", - "absorb": "1,0,2", - "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", - "low_alchemy": "24", - "high_alchemy": "36", - "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", - "low_alchemy": "24", - "high_alchemy": "36", - "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", - "low_alchemy": "4", - "tradeable": "false", - "high_alchemy": "6", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "80", - "high_alchemy": "121", - "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", - "low_alchemy": "80", - "high_alchemy": "121", - "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", - "low_alchemy": "80", - "high_alchemy": "121", - "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", - "low_alchemy": "80", - "high_alchemy": "121", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "3", - "high_alchemy": "4", - "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", - "low_alchemy": "140", - "high_alchemy": "210", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "weight": "3", - "archery_ticket_price": "0", - "id": "6712" - }, - { - "examine": "A heavy metal wrench.", - "durability": null, - "name": "Wrench", - "low_alchemy": "2", - "high_alchemy": "3", - "archery_ticket_price": "0", - "id": "6713" - }, - { - "examine": "A shining paragon of wrenchly virtue.", - "durability": null, - "name": "Holy wrench", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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, - "low_alchemy": "3200", - "high_alchemy": "4800", - "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 [type of 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" - }, - { - "ge_buy_limit": "10", - "examine": "A mysterious ring that can fill the wearer with magical power...", - "rare_item": "true", - "durability": null, - "low_alchemy": "4000", - "high_alchemy": "6000", - "equipment_slot": "12", - "lendable": "true", - "grand_exchange_price": "478800", - "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" - }, - { - "ge_buy_limit": "10", - "grand_exchange_price": "478800", - "durability": null, - "name": "Seers ring", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6732" - }, - { - "ge_buy_limit": "10", - "examine": "A fabled ring that improves the wearer's skill with a bow...", - "rare_item": "true", - "durability": null, - "low_alchemy": "4000", - "high_alchemy": "6000", - "equipment_slot": "12", - "lendable": "true", - "grand_exchange_price": "1400000", - "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" - }, - { - "ge_buy_limit": "10", - "grand_exchange_price": "1400000", - "durability": null, - "name": "Archers ring", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6734" - }, - { - "ge_buy_limit": "10", - "examine": "A legendary ring once worn by Fremennik warriors.", - "rare_item": "true", - "durability": null, - "low_alchemy": "4000", - "high_alchemy": "6000", - "equipment_slot": "12", - "lendable": "true", - "grand_exchange_price": "178100", - "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" - }, - { - "ge_buy_limit": "10", - "grand_exchange_price": "178100", - "durability": null, - "name": "Warrior ring", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6736" - }, - { - "ge_buy_limit": "10", - "examine": "A ring reputed to bring out a berserk fury in its wearer.", - "rare_item": "true", - "durability": null, - "low_alchemy": "4000", - "high_alchemy": "6000", - "equipment_slot": "12", - "lendable": "true", - "grand_exchange_price": "2700000", - "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" - }, - { - "ge_buy_limit": "10", - "grand_exchange_price": "2700000", - "durability": null, - "name": "Berserker ring", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6738" - }, - { - "requirements": "{0,60}-{8,61}", - "ge_buy_limit": "10", - "examine": "A very powerful hatchet.", - "has_special": "true", - "rare_item": "true", - "durability": null, - "low_alchemy": "22000", - "high_alchemy": "33000", - "weapon_interface": "2", - "render_anim": "2586", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "395,395,395,395", - "grand_exchange_price": "813100", - "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", - "low_alchemy": "160", - "high_alchemy": "160", - "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, - "low_alchemy": "20", - "high_alchemy": "30", - "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, - "low_alchemy": "200", - "high_alchemy": "300", - "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", - "low_alchemy": "16", - "high_alchemy": "24", - "archery_ticket_price": "0", - "id": "6750", - "equipment_slot": "4" - }, - { - "examine": "A desert robe stained black with mushroom ink.", - "durability": null, - "name": "Black desert robe", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "250", - "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, - "high_alchemy": "375", - "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", - "low_alchemy": "250", - "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, - "high_alchemy": "375", - "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", - "low_alchemy": "250", - "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, - "high_alchemy": "375", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "3", - "high_alchemy": "4", - "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, - "low_alchemy": "26400", - "high_alchemy": "39600", - "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 [type of 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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "240", - "high_alchemy": "360", - "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.", - "durability": null, - "low_alchemy": "200", - "high_alchemy": "300", - "weight": "1", - "equipment_slot": "5", - "grand_exchange_price": "3800000", - "name": "Mage's book", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6889", - "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0" - }, - { - "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, - "low_alchemy": "480", - "high_alchemy": "720", - "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" - }, - { - "ge_buy_limit": "10", - "turn90cw_anim": "821", - "examine": "An apprentice level wand.", - "walk_anim": "1146", - "low_alchemy": "600", - "turn90ccw_anim": "822", - "turn180_anim": "820", - "defence_anim": "420", - "equipment_slot": "3", - "attack_anims": "419,419,419,419", - "grand_exchange_price": "82000", - "stand_anim": "809", - "tradeable": "true", - "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", - "requirements": "{6,50}", - "shop_price": "606060060", - "durability": null, - "high_alchemy": "900", - "weapon_interface": "1", - "render_anim": "1426", - "name": "Apprentice wand" - }, - { - "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, - "low_alchemy": "800", - "high_alchemy": "1200", - "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" - }, - { - "ge_buy_limit": "10", - "turn90cw_anim": "821", - "examine": "A master level wand.", - "walk_anim": "1146", - "low_alchemy": "1000", - "turn90ccw_anim": "822", - "turn180_anim": "820", - "defence_anim": "420", - "equipment_slot": "3", - "attack_anims": "419,419,419,419", - "grand_exchange_price": "1700000", - "stand_anim": "8980", - "tradeable": "true", - "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", - "requirements": "{6,60}", - "durability": null, - "high_alchemy": "1500", - "weight": "0.1", - "weapon_interface": "1", - "render_anim": "1426", - "name": "Master wand" - }, - { - "ge_buy_limit": "10", - "grand_exchange_price": "1700000", - "durability": null, - "name": "Master wand", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6915" - }, - { - "requirements": "{1,50}-{6,25}", - "ge_buy_limit": "10", - "examine": "Mystical robes.", - "durability": null, - "low_alchemy": "56000", - "high_alchemy": "84000", - "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,50}-{6,25}", - "ge_buy_limit": "10", - "examine": "A mystic hat.", - "durability": null, - "low_alchemy": "6800", - "high_alchemy": "10200", - "weight": "0.4", - "absorb": "1,0,0", - "equipment_slot": "0", - "grand_exchange_price": "1800000", - "name": "Infinity hat", - "tradeable": "true", - "archery_ticket_price": "0", - "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,50}-{6,25}", - "ge_buy_limit": "10", - "examine": "Mystical boots.", - "durability": null, - "low_alchemy": "4800", - "high_alchemy": "7200", - "destroy": "true", - "weight": "0.4", - "equipment_slot": "10", - "grand_exchange_price": "1200000", - "name": "Infinity boots", - "tradeable": "false", - "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,50}-{6,25}", - "ge_buy_limit": "10", - "examine": "Mystical gloves.", - "durability": null, - "low_alchemy": "4800", - "high_alchemy": "7200", - "weight": "0.4", - "equipment_slot": "9", - "grand_exchange_price": "1900000", - "name": "Infinity gloves", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6922", - "bonuses": "0,0,0,5,0,0,0,0,5,0,0,0,0,0,0" - }, - { - "ge_buy_limit": "10", - "grand_exchange_price": "1900000", - "durability": null, - "name": "Infinity gloves", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6923" - }, - { - "requirements": "{1,50}-{6,25}", - "ge_buy_limit": "10", - "examine": "Mystical robes.", - "durability": null, - "low_alchemy": "36000", - "high_alchemy": "54000", - "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, - "low_alchemy": "8", - "high_alchemy": "12", - "destroy": "true", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "919", - "name": "Cape", - "tradeable": "false", - "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", - "low_alchemy": "10", - "high_alchemy": "15", - "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", - "low_alchemy": "10", - "high_alchemy": "15", - "archery_ticket_price": "0", - "id": "6962" - }, - { - "examine": "A freshly made roll.", - "durability": null, - "name": "Roll", - "low_alchemy": "10", - "high_alchemy": "15", - "weight": "0.5", - "archery_ticket_price": "0", - "id": "6963" - }, - { - "bankable": "false", - "examine": "100,000 or more: \"X x coins\" where X is the exact number of coins in the stack.", - "durability": null, - "name": "Coins", - "archery_ticket_price": "0", - "id": "6964" - }, - { - "examine": "A freshly made square sandwich.", - "durability": null, - "name": "Square sandwich", - "low_alchemy": "10", - "high_alchemy": "15", - "archery_ticket_price": "0", - "id": "6965" - }, - { - "examine": "Makes the wearer pretty intimidating.", - "durability": null, - "low_alchemy": "40000", - "high_alchemy": "60000", - "weight": "1.3", - "absorb": "2,0,4", - "lendable": "true", - "grand_exchange_price": "61200", - "name": "Dragon med helm", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6967", - "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", - "low_alchemy": "120", - "high_alchemy": "180", - "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", - "low_alchemy": "5", - "high_alchemy": "8", - "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.", - "durability": null, - "low_alchemy": "52", - "high_alchemy": "78", - "weight": "2.2", - "equipment_slot": "5", - "grand_exchange_price": "466", - "name": "Unlit bug lantern", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7051" - }, - { - "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", - "low_alchemy": "52", - "high_alchemy": "78", - "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", - "low_alchemy": "5", - "high_alchemy": "7", - "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", - "low_alchemy": "4", - "high_alchemy": "7", - "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", - "low_alchemy": "18", - "high_alchemy": "27", - "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", - "low_alchemy": "45", - "high_alchemy": "67", - "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", - "low_alchemy": "5", - "high_alchemy": "7", - "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", - "low_alchemy": "4", - "high_alchemy": "7", - "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", - "low_alchemy": "18", - "high_alchemy": "27", - "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", - "low_alchemy": "45", - "high_alchemy": "67", - "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", - "low_alchemy": "3", - "high_alchemy": "4", - "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", - "low_alchemy": "3", - "high_alchemy": "5", - "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", - "low_alchemy": "2", - "high_alchemy": "4", - "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", - "low_alchemy": "3", - "high_alchemy": "4", - "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", - "low_alchemy": "3", - "high_alchemy": "4", - "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", - "low_alchemy": "16", - "high_alchemy": "25", - "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", - "low_alchemy": "16", - "high_alchemy": "25", - "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", - "low_alchemy": "2", - "high_alchemy": "4", - "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", - "low_alchemy": "41", - "high_alchemy": "62", - "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", - "low_alchemy": "3", - "high_alchemy": "5", - "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", - "durability": null, - "name": "Stripy pirate shirt", - "tradeable": "true", - "low_alchemy": "120", - "high_alchemy": "180", - "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.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "0.1", - "equipment_slot": "0", - "grand_exchange_price": "714", - "name": "Pirate bandana", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7112" - }, - { - "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.", - "durability": null, - "low_alchemy": "140", - "high_alchemy": "210", - "weight": "4", - "equipment_slot": "10", - "grand_exchange_price": "2530", - "name": "Pirate boots", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7114" - }, - { - "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", - "durability": null, - "name": "Pirate leggings", - "tradeable": "true", - "low_alchemy": "140", - "high_alchemy": "210", - "archery_ticket_price": "0", - "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", - "durability": null, - "name": "Stripy pirate shirt", - "tradeable": "true", - "low_alchemy": "120", - "high_alchemy": "180", - "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.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "0.1", - "equipment_slot": "0", - "grand_exchange_price": "340", - "name": "Pirate bandana", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7124" - }, - { - "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", - "durability": null, - "name": "Pirate leggings", - "tradeable": "true", - "low_alchemy": "140", - "high_alchemy": "210", - "archery_ticket_price": "0", - "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", - "durability": null, - "name": "Stripy pirate shirt", - "tradeable": "true", - "low_alchemy": "120", - "high_alchemy": "180", - "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.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "0.1", - "equipment_slot": "0", - "grand_exchange_price": "154", - "name": "Pirate bandana", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7130" - }, - { - "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", - "durability": null, - "name": "Pirate leggings", - "tradeable": "true", - "low_alchemy": "140", - "high_alchemy": "210", - "archery_ticket_price": "0", - "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", - "durability": null, - "name": "Stripy pirate shirt", - "tradeable": "true", - "low_alchemy": "120", - "high_alchemy": "180", - "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.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "0.1", - "equipment_slot": "0", - "grand_exchange_price": "469", - "name": "Pirate bandana", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7136" - }, - { - "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", - "durability": null, - "name": "Pirate leggings", - "tradeable": "true", - "low_alchemy": "140", - "high_alchemy": "210", - "archery_ticket_price": "0", - "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, - "low_alchemy": "1024", - "high_alchemy": "1536", - "weight": "1.8", - "attack_speed": "4", - "weapon_interface": "6", - "equipment_slot": "3", - "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, - "low_alchemy": "416", - "high_alchemy": "624", - "weight": "1", - "attack_speed": "4", - "weapon_interface": "6", - "equipment_slot": "3", - "name": "Harry's cutlass", - "archery_ticket_price": "0", - "id": "7141", - "bonuses": "3,14,0,-5,0,4,4,4,0,0,0,22,0,0,0" - }, - { - "shop_price": "25600", - "examine": "The very butcher of a silk button.", - "durability": null, - "low_alchemy": "10240", - "high_alchemy": "15360", - "weight": "1", - "attack_speed": "4", - "weapon_interface": "5", - "render_anim": "2622", - "equipment_slot": "3", - "name": "Rapier", - "archery_ticket_price": "0", - "id": "7142", - "bonuses": "45,7,-2,0,0,0,1,0,0,0,0,44,0,0,0" - }, - { - "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", - "low_alchemy": "7", - "high_alchemy": "10", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "88000", - "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, - "high_alchemy": "132000", - "weight": "3", - "weapon_interface": "7", - "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, - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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": "All the good of the earth.", - "grand_exchange_price": "77", - "durability": null, - "name": "Part mud pie", - "tradeable": "true", - "low_alchemy": "21", - "high_alchemy": "32", - "archery_ticket_price": "0", - "id": "7164" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "77", - "durability": null, - "name": "Part mud pie", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7165" - }, - { - "shop_price": "54", - "ge_buy_limit": "1000", - "examine": "All the good of the earth.", - "grand_exchange_price": "284", - "durability": null, - "name": "Part mud pie", - "tradeable": "true", - "low_alchemy": "21", - "high_alchemy": "32", - "archery_ticket_price": "0", - "id": "7166" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "284", - "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", - "low_alchemy": "10", - "high_alchemy": "16", - "archery_ticket_price": "0", - "id": "7168" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "1625", - "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, - "low_alchemy": "21", - "high_alchemy": "32", - "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", - "durability": null, - "name": "Mud pie", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7171" - }, - { - "ge_buy_limit": "1000", - "examine": "What I wouldn't give for a good steak about now...", - "grand_exchange_price": "94", - "durability": null, - "name": "Part garden pie", - "tradeable": "true", - "low_alchemy": "36", - "high_alchemy": "54", - "archery_ticket_price": "0", - "id": "7172" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "94", - "durability": null, - "name": "Part garden pie", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7173" - }, - { - "ge_buy_limit": "1000", - "examine": "What I wouldn't give for a good steak about now...", - "grand_exchange_price": "150", - "durability": null, - "name": "Part garden pie", - "tradeable": "true", - "low_alchemy": "36", - "high_alchemy": "54", - "archery_ticket_price": "0", - "id": "7174" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "150", - "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", - "low_alchemy": "4", - "high_alchemy": "7", - "weight": "0.5", - "archery_ticket_price": "0", - "id": "7176" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "1052", - "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", - "low_alchemy": "36", - "high_alchemy": "54", - "archery_ticket_price": "0", - "id": "7178" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "1667", - "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", - "low_alchemy": "36", - "high_alchemy": "54", - "archery_ticket_price": "0", - "id": "7180" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "442", - "durability": null, - "name": "Half a garden pie", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7181" - }, - { - "ge_buy_limit": "1000", - "examine": "Bounty of the sea.", - "grand_exchange_price": "51", - "durability": null, - "name": "Part fish pie", - "tradeable": "true", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "7182" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "51", - "durability": null, - "name": "Part fish pie", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7183" - }, - { - "ge_buy_limit": "1000", - "examine": "Bounty of the sea.", - "grand_exchange_price": "691", - "durability": null, - "name": "Part fish pie", - "tradeable": "true", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "7184" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "691", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.5", - "archery_ticket_price": "0", - "id": "7186" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "1198", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "7188" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "121", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "7190" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "56", - "durability": null, - "name": "Half a fish pie", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7191" - }, - { - "ge_buy_limit": "1000", - "examine": "Much tastier than a normal fish pie.", - "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", - "durability": null, - "name": "Part admiral pie", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7193" - }, - { - "ge_buy_limit": "1000", - "examine": "Much tastier than a normal fish pie.", - "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", - "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", - "low_alchemy": "62", - "high_alchemy": "93", - "weight": "0.5", - "archery_ticket_price": "0", - "id": "7196" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "1813", - "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", - "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", - "durability": null, - "name": "Half an admiral pie", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7201" - }, - { - "ge_buy_limit": "1000", - "examine": "A triumph of man over nature.", - "grand_exchange_price": "126", - "durability": null, - "name": "Part wild pie", - "tradeable": "true", - "low_alchemy": "72", - "high_alchemy": "108", - "archery_ticket_price": "0", - "id": "7202" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "126", - "durability": null, - "name": "Part wild pie", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7203" - }, - { - "ge_buy_limit": "1000", - "examine": "A triumph of man over nature.", - "grand_exchange_price": "1116", - "durability": null, - "name": "Part wild pie", - "tradeable": "true", - "low_alchemy": "72", - "high_alchemy": "108", - "archery_ticket_price": "0", - "id": "7204" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "1116", - "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", - "low_alchemy": "36", - "high_alchemy": "54", - "archery_ticket_price": "0", - "id": "7206" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "3787", - "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", - "low_alchemy": "72", - "high_alchemy": "108", - "archery_ticket_price": "0", - "id": "7208" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "1322", - "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", - "low_alchemy": "72", - "high_alchemy": "108", - "archery_ticket_price": "0", - "id": "7210" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "112", - "durability": null, - "name": "Half a wild pie", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7211" - }, - { - "ge_buy_limit": "1000", - "examine": "All the fruits of a very small forest.", - "grand_exchange_price": "495", - "durability": null, - "name": "Part summer pie", - "tradeable": "true", - "low_alchemy": "56", - "high_alchemy": "84", - "archery_ticket_price": "0", - "id": "7212" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "495", - "durability": null, - "name": "Part summer pie", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7213" - }, - { - "ge_buy_limit": "1000", - "examine": "All the fruits of a very small forest.", - "grand_exchange_price": "980", - "durability": null, - "name": "Part summer pie", - "tradeable": "true", - "low_alchemy": "56", - "high_alchemy": "84", - "archery_ticket_price": "0", - "id": "7214" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "980", - "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", - "low_alchemy": "28", - "high_alchemy": "42", - "weight": "0.5", - "archery_ticket_price": "0", - "id": "7216" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "2577", - "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", - "low_alchemy": "56", - "high_alchemy": "84", - "archery_ticket_price": "0", - "id": "7218" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "1288", - "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", - "low_alchemy": "56", - "high_alchemy": "84", - "archery_ticket_price": "0", - "id": "7220" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "430", - "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", - "low_alchemy": "7", - "high_alchemy": "11", - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "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", - "low_alchemy": "25", - "high_alchemy": "38", - "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", - "low_alchemy": "52", - "high_alchemy": "78", - "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", - "low_alchemy": "59", - "high_alchemy": "89", - "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "7237" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "7238" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "7240" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "7242" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "7244" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "7246" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "7247" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "7248" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "7249" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "7250" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "7251" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "7252" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "7253" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "7254" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "7255" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "7257" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "7259" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "7261" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "7263" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "7265" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "7267" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "7287" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "7289" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "7291" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "7293" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "7295" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "7296" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "7298" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "7300" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "7301" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "7303" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "7304" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "7306" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "7308" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "7310" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "7312" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "7314" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "7316" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "90", - "high_alchemy": "135", - "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", - "low_alchemy": "90", - "high_alchemy": "135", - "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", - "low_alchemy": "90", - "high_alchemy": "135", - "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", - "low_alchemy": "90", - "high_alchemy": "135", - "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", - "low_alchemy": "90", - "high_alchemy": "135", - "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", - "low_alchemy": "6", - "high_alchemy": "9", - "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", - "low_alchemy": "6", - "high_alchemy": "9", - "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", - "low_alchemy": "6", - "high_alchemy": "9", - "archery_ticket_price": "0", - "id": "7331" - }, - { - "requirements": "{1,10}", - "ge_buy_limit": "2", - "examine": "A black kitesheild with a heraldic design.", - "durability": null, - "low_alchemy": "652", - "high_alchemy": "979", - "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, - "low_alchemy": "2176", - "high_alchemy": "3264", - "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, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5.4", - "absorb": "3,0,7", - "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, - "low_alchemy": "6530", - "high_alchemy": "9795", - "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, - "low_alchemy": "2176", - "high_alchemy": "3264", - "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, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5.4", - "absorb": "3,0,7", - "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, - "low_alchemy": "652", - "high_alchemy": "979", - "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, - "low_alchemy": "2176", - "high_alchemy": "3264", - "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, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5", - "absorb": "3,0,7", - "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, - "low_alchemy": "652", - "high_alchemy": "979", - "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, - "low_alchemy": "2176", - "high_alchemy": "3264", - "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, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5", - "absorb": "3,0,7", - "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, - "low_alchemy": "652", - "high_alchemy": "979", - "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, - "low_alchemy": "2176", - "high_alchemy": "3264", - "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, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5", - "absorb": "3,0,7", - "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" - }, - { - "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, - "low_alchemy": "340", - "high_alchemy": "510", - "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, - "low_alchemy": "340", - "high_alchemy": "510", - "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, - "low_alchemy": "300", - "high_alchemy": "450", - "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, - "low_alchemy": "300", - "high_alchemy": "450", - "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", - "grand_exchange_price": "212400", - "durability": null, - "name": "D'hide body(g)", - "archery_ticket_price": "0", - "id": "7370", - "bonuses": "0,0,0,-15,15,40,32,45,20,40,40,0,0,0,0", - "equipment_slot": "4" - }, - { - "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", - "grand_exchange_price": "38800", - "durability": null, - "name": "D'hide body (t)", - "archery_ticket_price": "0", - "id": "7372", - "bonuses": "0,0,0,-15,15,40,32,45,20,40,40,0,0,0,0", - "equipment_slot": "4" - }, - { - "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,50}-{4,40}", - "ge_buy_limit": "2", - "grand_exchange_price": "6883", - "durability": null, - "name": "D'hide body (g)", - "archery_ticket_price": "0", - "id": "7374", - "bonuses": "0,0,0,-15,20,45,37,50,30,45,45,0,0,0,0", - "equipment_slot": "4" - }, - { - "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,50}-{4,40}", - "ge_buy_limit": "2", - "grand_exchange_price": "5268", - "durability": null, - "name": "D'hide body (t)", - "archery_ticket_price": "0", - "id": "7376", - "bonuses": "0,0,0,-15,20,45,37,50,30,45,45,0,0,0,0", - "equipment_slot": "4" - }, - { - "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", - "grand_exchange_price": "1300000", - "durability": null, - "name": "D'hide chaps (g)", - "archery_ticket_price": "0", - "id": "7378", - "bonuses": "0,0,0,-10,8,22,16,24,8,22,15,0,0,0,0", - "equipment_slot": "7" - }, - { - "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", - "grand_exchange_price": "304300", - "durability": null, - "name": "D'hide chaps (t)", - "archery_ticket_price": "0", - "id": "7380", - "bonuses": "0,0,0,-10,8,22,16,24,8,22,15,0,0,0,0", - "equipment_slot": "7" - }, - { - "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", - "grand_exchange_price": "21300", - "durability": null, - "name": "D'hide chaps (g)", - "archery_ticket_price": "0", - "id": "7382", - "bonuses": "0,0,0,-10,11,25,19,27,14,25,20,0,0,0,0", - "equipment_slot": "7" - }, - { - "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", - "grand_exchange_price": "2554", - "durability": null, - "name": "D'hide chaps (t)", - "archery_ticket_price": "0", - "id": "7384", - "bonuses": "0,0,0,-10,11,25,19,27,14,25,20,0,0,0,0", - "equipment_slot": "7" - }, - { - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "archery_ticket_price": "0", - "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" - }, - { - "ge_buy_limit": "2", - "examine": "I can practise magic better in this.", - "durability": null, - "low_alchemy": "6", - "high_alchemy": "9", - "weight": "1", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "1200000", - "name": "Wizard robe (g)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7390", - "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0" - }, - { - "ge_buy_limit": "2", - "grand_exchange_price": "1200000", - "durability": null, - "name": "Wizard robe (g)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7391" - }, - { - "ge_buy_limit": "2", - "examine": "I can do magic better in this.", - "durability": null, - "low_alchemy": "6", - "high_alchemy": "9", - "weight": "1", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "244600", - "name": "Wizard robe (t)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7392", - "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0" - }, - { - "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", - "high_alchemy": "1", - "weight": "1", - "archery_ticket_price": "0", - "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", - "high_alchemy": "1", - "weight": "0.4", - "archery_ticket_price": "0", - "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,40}-{6,20}", - "ge_buy_limit": "2", - "examine": "Enchanted Wizards robes.", - "durability": null, - "low_alchemy": "32000", - "high_alchemy": "48000", - "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,40}-{6,20}", - "ge_buy_limit": "2", - "examine": "Enchanted Wizards robes.", - "durability": null, - "low_alchemy": "48000", - "high_alchemy": "72000", - "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,40}-{6,20}", - "ge_buy_limit": "2", - "examine": "A three pointed hat of magic.", - "durability": null, - "low_alchemy": "6000", - "high_alchemy": "9000", - "equipment_slot": "0", - "grand_exchange_price": "8845", - "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" - }, - { - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "archery_ticket_price": "0", - "id": "7404" - }, - { - "examine": "A number of chemical covered wooden logs.", - "durability": null, - "name": "Green logs", - "low_alchemy": "1", - "high_alchemy": "2", - "weight": "2", - "archery_ticket_price": "0", - "id": "7405" - }, - { - "examine": "A number of chemical covered wooden logs.", - "durability": null, - "name": "Blue logs", - "low_alchemy": "1", - "high_alchemy": "2", - "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, - "low_alchemy": "75000", - "high_alchemy": "75000", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "240", - "high_alchemy": "360", - "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", - "low_alchemy": "160", - "high_alchemy": "240", - "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, - "low_alchemy": "120", - "high_alchemy": "180", - "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, - "low_alchemy": "120", - "high_alchemy": "180", - "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, - "low_alchemy": "120", - "high_alchemy": "180", - "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, - "low_alchemy": "120", - "high_alchemy": "180", - "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, - "low_alchemy": "120", - "high_alchemy": "180", - "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, - "low_alchemy": "120", - "high_alchemy": "180", - "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, - "low_alchemy": "120", - "high_alchemy": "180", - "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, - "low_alchemy": "120", - "high_alchemy": "180", - "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, - "low_alchemy": "120", - "high_alchemy": "180", - "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, - "low_alchemy": "120", - "high_alchemy": "180", - "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, - "low_alchemy": "120", - "high_alchemy": "180", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "7432" - }, - { - "shop_price": "35", - "ge_buy_limit": "100", - "examine": "Spoooooon!", - "durability": null, - "low_alchemy": "14", - "high_alchemy": "21", - "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, - "low_alchemy": "20", - "high_alchemy": "30", - "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, - "low_alchemy": "130", - "high_alchemy": "195", - "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" - }, - { - "ge_buy_limit": "100", - "turn90cw_anim": "7044", - "examine": "A large spatula... of doom!", - "walk_anim": "7046", - "low_alchemy": "768", - "turn90ccw_anim": "7043", - "attack_speed": "7", - "two_handed": "true", - "turn180_anim": "7045", - "equipment_slot": "3", - "grand_exchange_price": "953", - "stand_anim": "7047", - "tradeable": "true", - "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", - "requirements": "{0,10}", - "shop_price": "1728", - "durability": null, - "high_alchemy": "1152", - "weight": "3.6", - "weapon_interface": "7", - "render_anim": "124", - "name": "Spatula" - }, - { - "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, - "low_alchemy": "664", - "high_alchemy": "996", - "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, - "low_alchemy": "1280", - "high_alchemy": "1920", - "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, - "low_alchemy": "5760", - "high_alchemy": "8640", - "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, - "low_alchemy": "3200", - "high_alchemy": "4800", - "attack_speed": "4", - "weapon_interface": "5", - "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", - "low_alchemy": "16600", - "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, - "high_alchemy": "24900", - "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, - "low_alchemy": "10240", - "high_alchemy": "15360", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "equipment_slot": "9" - }, - { - "shop_price": "100", - "examine": "A pair of bronze-coloured gloves.", - "durability": null, - "name": "Gloves", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "equipment_slot": "9" - }, - { - "shop_price": "325", - "examine": "A pair of iron-coloured gloves.", - "durability": null, - "name": "Gloves", - "low_alchemy": "100", - "high_alchemy": "150", - "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", - "equipment_slot": "9" - }, - { - "shop_price": "500", - "examine": "A pair of steel-coloured gloves.", - "durability": null, - "name": "Gloves", - "low_alchemy": "200", - "high_alchemy": "300", - "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", - "equipment_slot": "9" - }, - { - "shop_price": "1000", - "examine": "A pair of black-coloured gloves.", - "durability": null, - "name": "Gloves", - "low_alchemy": "400", - "high_alchemy": "600", - "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", - "equipment_slot": "9" - }, - { - "shop_price": "1500", - "examine": "A pair of mithril-coloured gloves.", - "durability": null, - "name": "Gloves", - "low_alchemy": "600", - "high_alchemy": "900", - "archery_ticket_price": "0", - "id": "7458", - "bonuses": "6,6,6,3,6,6,6,6,3,6,3,6,0,0,0", - "equipment_slot": "9" - }, - { - "shop_price": "2500", - "examine": "A pair of adamant-coloured gloves.", - "durability": null, - "name": "Gloves", - "low_alchemy": "1000", - "high_alchemy": "1500", - "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", - "equipment_slot": "9" - }, - { - "requirements": "{1,13}", - "shop_price": "5000", - "examine": "A pair of rune-coloured gloves.", - "durability": null, - "name": "Gloves", - "low_alchemy": "2000", - "high_alchemy": "3000", - "archery_ticket_price": "0", - "id": "7460", - "bonuses": "8,8,8,4,8,8,8,8,4,8,4,8,0,0,0", - "equipment_slot": "9" - }, - { - "requirements": "{1,41}", - "shop_price": "100000", - "examine": "A pair of dragon-coloured gloves.", - "durability": null, - "name": "Gloves", - "low_alchemy": "40000", - "high_alchemy": "60000", - "archery_ticket_price": "0", - "id": "7461", - "bonuses": "9,9,9,5,9,9,9,9,5,9,5,9,0,0,0", - "equipment_slot": "9" - }, - { - "requirements": "{1,41}", - "shop_price": "100000", - "examine": "A pair of Barrows-themed gloves.", - "durability": null, - "name": "Gloves", - "low_alchemy": "40000", - "high_alchemy": "60000", - "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", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "7508" - }, - { - "examine": "Hot: A strange looking cake. Cooled: Cool and heavy as a brick. Only for dwarf consumption.", - "durability": null, - "name": "Dwarven rock cake", - "weight": "8.5", - "archery_ticket_price": "0", - "id": "7509" - }, - { - "examine": "Hot: A strange looking cake. Cooled: 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", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "7511" - }, - { - "examine": "Previously a nice crispy loaf of bread. Now just kind of icky.", - "durability": null, - "name": "Soggy bread", - "low_alchemy": "2", - "high_alchemy": "3", - "archery_ticket_price": "0", - "id": "7512" - }, - { - "examine": "They clearly taste so much better this way!", - "durability": null, - "name": "Spicy maggots", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "7529" - }, - { - "examine": "Mmmm, reminds me of the seaside.", - "durability": null, - "name": "Cooked fishcake", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "4", - "tradeable": "false", - "high_alchemy": "6", - "destroy": "true", - "weight": "1", - "archery_ticket_price": "0", - "id": "7546" - }, - { - "examine": "A druid pouch.", - "durability": null, - "name": "Druid pouch", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "30", - "high_alchemy": "45", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "18", - "high_alchemy": "28", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "60", - "high_alchemy": "90", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "archery_ticket_price": "0", - "id": "7572", - "equipment_slot": "5" - }, - { - "examine": "Like monkey nuts only tchikier.", - "durability": null, - "name": "Tchiki monkey nuts", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "archery_ticket_price": "0", - "id": "7594", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "examine": "Smells pretty funky.", - "durability": null, - "name": "Zombie gloves", - "low_alchemy": "8", - "high_alchemy": "12", - "archery_ticket_price": "0", - "id": "7595", - "equipment_slot": "9" - }, - { - "shop_price": "160", - "examine": "Thrilling.", - "durability": null, - "name": "Zombie boots", - "low_alchemy": "8", - "high_alchemy": "12", - "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", - "walk_anim": "1205", - "has_special": "true", - "durability": null, - "turn90ccw_anim": "1208", - "two_handed": "true", - "weapon_interface": "1", - "turn180_anim": "1206", - "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", - "walk_anim": "1205", - "has_special": "true", - "durability": null, - "turn90ccw_anim": "1208", - "two_handed": "true", - "weapon_interface": "1", - "turn180_anim": "1206", - "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 fully charged rod. (if less than 10) A partialy charged rod.", - "walk_anim": "1205", - "has_special": "true", - "low_alchemy": "400", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "two_handed": "true", - "turn180_anim": "1206", - "defence_anim": "420", - "equipment_slot": "3", - "attack_anims": "419,419,419,419", - "stand_anim": "813", - "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", - "durability": null, - "high_alchemy": "600", - "destroy": "true", - "weight": "2", - "weapon_interface": "1", - "render_anim": "28", - "name": "Rod of ivandis(8)" - }, - { - "turn90cw_anim": "1207", - "walk_anim": "1205", - "has_special": "true", - "durability": null, - "turn90ccw_anim": "1208", - "two_handed": "true", - "weapon_interface": "1", - "turn180_anim": "1206", - "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", - "walk_anim": "1205", - "has_special": "true", - "durability": null, - "turn90ccw_anim": "1208", - "two_handed": "true", - "weapon_interface": "1", - "turn180_anim": "1206", - "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", - "walk_anim": "1205", - "has_special": "true", - "durability": null, - "turn90ccw_anim": "1208", - "two_handed": "true", - "weapon_interface": "1", - "turn180_anim": "1206", - "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", - "walk_anim": "1205", - "has_special": "true", - "durability": null, - "turn90ccw_anim": "1208", - "two_handed": "true", - "weapon_interface": "1", - "turn180_anim": "1206", - "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", - "walk_anim": "1205", - "has_special": "true", - "durability": null, - "turn90ccw_anim": "1208", - "two_handed": "true", - "weapon_interface": "1", - "turn180_anim": "1206", - "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", - "walk_anim": "1205", - "has_special": "true", - "durability": null, - "turn90ccw_anim": "1208", - "two_handed": "true", - "weapon_interface": "1", - "turn180_anim": "1206", - "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", - "walk_anim": "1205", - "has_special": "true", - "durability": null, - "turn90ccw_anim": "1208", - "two_handed": "true", - "weapon_interface": "1", - "turn180_anim": "1206", - "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": "Rod of Ivandis mould.", - "durability": null, - "name": "Rod clay mould", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "durability": null, - "name": "Guthix balance(unf)", - "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", - "durability": null, - "name": "Guthix balance(unf)", - "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", - "durability": null, - "name": "Guthix balance(unf)", - "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", - "durability": null, - "name": "Guthix balance(unf)", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "1200", - "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, - "high_alchemy": "1800", - "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", - "render_anim": "2584", - "equipment_slot": "3" - }, - { - "durability": null, - "name": "Wooden shield", - "archery_ticket_price": "0", - "id": "7676", - "equipment_slot": "5" - }, - { - "examine": "It knows where the treasure is.", - "durability": null, - "name": "Treasure stone", - "weight": "1.8", - "archery_ticket_price": "0", - "id": "7677" - }, - { - "shop_price": "160", - "examine": "You can use this to open the prize chest!", - "durability": null, - "name": "Prize key", - "weight": "1", - "archery_ticket_price": "0", - "id": "7678" - }, - { - "examine": "A good tool for bashing someone.", - "durability": null, - "name": "Pugel", - "archery_ticket_price": "0", - "two_handed": "true", - "id": "7679", - "weapon_interface": "14", - "equipment_slot": "3" - }, - { - "durability": null, - "name": "Pugel", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7680" - }, - { - "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", - "id": "7684", - "equipment_slot": "3" - }, - { - "durability": null, - "name": "Dart", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7685" - }, - { - "durability": null, - "name": "Bow and arrow", - "archery_ticket_price": "0", - "id": "7686", - "weapon_interface": "1", - "equipment_slot": "3" - }, - { - "durability": null, - "name": "Bow and arrow", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7687" - }, - { - "examine": "The kettle is empty.", - "durability": null, - "name": "Kettle", - "archery_ticket_price": "0", - "id": "7688" - }, - { - "durability": null, - "name": "Kettle", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7689" - }, - { - "examine": "It's full of cold water.", - "durability": null, - "name": "Full kettle", - "archery_ticket_price": "0", - "id": "7690" - }, - { - "examine": "It's full of boiling water.", - "durability": null, - "name": "Hot kettle", - "archery_ticket_price": "0", - "id": "7691" - }, - { - "examine": "I'd really like a nice cup of tea.", - "durability": null, - "name": "Pot of tea (4)", - "weight": "1.5", - "archery_ticket_price": "0", - "id": "7692" - }, - { - "durability": null, - "name": "Pot of tea (4)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7693" - }, - { - "examine": "I'd really like a nice cup of tea.", - "durability": null, - "name": "Pot of tea (3)", - "weight": "1.5", - "archery_ticket_price": "0", - "id": "7694" - }, - { - "durability": null, - "name": "Pot of tea (3)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7695" - }, - { - "examine": "I'd really like a nice cup of tea.", - "durability": null, - "name": "Pot of tea (2)", - "weight": "1.5", - "archery_ticket_price": "0", - "id": "7696" - }, - { - "durability": null, - "name": "Pot of tea (2)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7697" - }, - { - "examine": "I'd really like a nice cup of tea.", - "durability": null, - "name": "Pot of tea (1)", - "weight": "1.5", - "archery_ticket_price": "0", - "id": "7698" - }, - { - "durability": null, - "name": "Pot of tea (1)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7699" - }, - { - "examine": "Add boiling water to make a tea.", - "durability": null, - "name": "Teapot with leaves", - "weight": "1.5", - "archery_ticket_price": "0", - "id": "7700" - }, - { - "durability": null, - "name": "Teapot with leaves", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7701" - }, - { - "examine": "This teapot is empty.", - "durability": null, - "name": "Teapot", - "weight": "0.4", - "archery_ticket_price": "0", - "id": "7702" - }, - { - "durability": null, - "name": "Teapot", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7703" - }, - { - "examine": "I'd really like a nice cup of tea.", - "durability": null, - "name": "Pot of tea (4)", - "weight": "1.5", - "archery_ticket_price": "0", - "id": "7704" - }, - { - "durability": null, - "name": "Pot of tea (4)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7705" - }, - { - "examine": "I'd really like a nice cup of tea.", - "durability": null, - "name": "Pot of tea (3)", - "weight": "1.5", - "archery_ticket_price": "0", - "id": "7706" - }, - { - "durability": null, - "name": "Pot of tea (3)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7707" - }, - { - "examine": "I'd really like a nice cup of tea.", - "durability": null, - "name": "Pot of tea (2)", - "weight": "1.5", - "archery_ticket_price": "0", - "id": "7708" - }, - { - "durability": null, - "name": "Pot of tea (2)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7709" - }, - { - "examine": "I'd really like a nice cup of tea.", - "durability": null, - "name": "Pot of tea (1)", - "weight": "1.5", - "archery_ticket_price": "0", - "id": "7710" - }, - { - "durability": null, - "name": "Pot of tea (1)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7711" - }, - { - "examine": "Add boiling water to make a tea.", - "durability": null, - "name": "Teapot with leaves", - "weight": "1.5", - "archery_ticket_price": "0", - "id": "7712" - }, - { - "durability": null, - "name": "Teapot with leaves", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7713" - }, - { - "examine": "This teapot is empty.", - "durability": null, - "name": "Teapot", - "weight": "0.4", - "archery_ticket_price": "0", - "id": "7714" - }, - { - "durability": null, - "name": "Teapot", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7715" - }, - { - "examine": "I'd really like a nice cup of tea.", - "durability": null, - "name": "Pot of tea (4)", - "weight": "1.5", - "archery_ticket_price": "0", - "id": "7716" - }, - { - "durability": null, - "name": "Pot of tea (4)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7717" - }, - { - "examine": "I'd really like a nice cup of tea.", - "durability": null, - "name": "Pot of tea (3)", - "weight": "1.5", - "archery_ticket_price": "0", - "id": "7718" - }, - { - "durability": null, - "name": "Pot of tea (3)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7719" - }, - { - "examine": "I'd really like a nice cup of tea.", - "durability": null, - "name": "Pot of tea (2)", - "weight": "1.5", - "archery_ticket_price": "0", - "id": "7720" - }, - { - "durability": null, - "name": "Pot of tea (2)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7721" - }, - { - "examine": "I'd really like a nice cup of tea.", - "durability": null, - "name": "Pot of tea (1)", - "weight": "1.5", - "archery_ticket_price": "0", - "id": "7722" - }, - { - "durability": null, - "name": "Pot of tea (1)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7723" - }, - { - "examine": "Add boiling water to make a tea.", - "durability": null, - "name": "Teapot with leaves", - "weight": "1.5", - "archery_ticket_price": "0", - "id": "7724" - }, - { - "durability": null, - "name": "Teapot with leaves", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7725" - }, - { - "examine": "This teapot is empty.", - "durability": null, - "name": "Teapot", - "weight": "0.4", - "archery_ticket_price": "0", - "id": "7726" - }, - { - "durability": null, - "name": "Teapot", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7727" - }, - { - "shop_price": "1", - "examine": "An empty cup.", - "grand_exchange_price": "7", - "durability": null, - "name": "Empty cup", - "tradeable": "true", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "7728" - }, - { - "durability": null, - "name": "Empty cup", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7729" - }, - { - "shop_price": "10", - "examine": "A nice cup of tea.", - "grand_exchange_price": "30", - "durability": null, - "name": "Cup of tea", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "0.1", - "archery_ticket_price": "0", - "id": "7730" - }, - { - "shop_price": "10", - "examine": "A nice cup of tea.", - "grand_exchange_price": "30", - "durability": null, - "name": "Cup of tea", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "0.1", - "archery_ticket_price": "0", - "id": "7731" - }, - { - "examine": "A porcelain cup.", - "durability": null, - "name": "Porcelain cup", - "archery_ticket_price": "0", - "id": "7732" - }, - { - "shop_price": "10", - "examine": "A nice cup of tea.", - "grand_exchange_price": "30", - "durability": null, - "name": "Cup of tea", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "0.1", - "archery_ticket_price": "0", - "id": "7733" - }, - { - "shop_price": "10", - "examine": "A nice cup of tea.", - "grand_exchange_price": "30", - "durability": null, - "name": "Cup of tea", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "0.1", - "archery_ticket_price": "0", - "id": "7734" - }, - { - "examine": "A porcelain cup.", - "durability": null, - "name": "Porcelain cup", - "archery_ticket_price": "0", - "id": "7735" - }, - { - "shop_price": "10", - "examine": "A nice cup of tea.", - "grand_exchange_price": "30", - "durability": null, - "name": "Cup of tea", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "0.1", - "archery_ticket_price": "0", - "id": "7736" - }, - { - "shop_price": "10", - "examine": "A nice cup of tea.", - "grand_exchange_price": "30", - "durability": null, - "name": "Cup of tea", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "0.1", - "archery_ticket_price": "0", - "id": "7737" - }, - { - "examine": "Mmm, how about a nice cup of tea?", - "durability": null, - "name": "Tea leaves", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7738" - }, - { - "durability": null, - "name": "Tea leaves", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7739" - }, - { - "examine": "A glass of frothy ale.", - "grand_exchange_price": "151", - "durability": null, - "name": "Beer", - "tradeable": "true", - "high_alchemy": "1", - "weight": "1", - "archery_ticket_price": "0", - "id": "7740" - }, - { - "durability": null, - "name": "Beer", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7741" - }, - { - "shop_price": "1", - "examine": "I need to fill this with beer.", - "grand_exchange_price": "25", - "durability": null, - "name": "Beer glass", - "tradeable": "true", - "high_alchemy": "1", - "weight": "0.05", - "archery_ticket_price": "0", - "id": "7742" - }, - { - "durability": null, - "name": "Beer glass", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7743" - }, - { - "shop_price": "3", - "examine": "Probably the finest readily-available ale in Asgarnia.", - "grand_exchange_price": "131", - "durability": null, - "name": "Asgarnian ale", - "tradeable": "true", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "7744" - }, - { - "durability": null, - "name": "Asgarnian ale", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7745" - }, - { - "shop_price": "2", - "examine": "A glass of frothy ale.", - "grand_exchange_price": "569", - "durability": null, - "name": "Greenman's ale", - "tradeable": "true", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "7746" - }, - { - "durability": null, - "name": "Greenman's ale", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7747" - }, - { - "shop_price": "2", - "examine": "A glass of bitter.", - "grand_exchange_price": "523", - "durability": null, - "name": "Dragon bitter", - "tradeable": "true", - "high_alchemy": "1", - "weight": "1", - "archery_ticket_price": "0", - "id": "7748" - }, - { - "durability": null, - "name": "Dragon bitter", - "tradeable": "true", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "archery_ticket_price": "0", - "id": "7750" - }, - { - "durability": null, - "name": "Moonlight mead", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7751" - }, - { - "shop_price": "2", - "examine": "A glass of Cider", - "grand_exchange_price": "1539", - "durability": null, - "name": "Cider", - "tradeable": "true", - "high_alchemy": "1", - "weight": "1", - "archery_ticket_price": "0", - "id": "7752" - }, - { - "durability": null, - "name": "Cider", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7753" - }, - { - "examine": "A fruity, full-bodied ale.", - "grand_exchange_price": "2371", - "durability": null, - "name": "Chef's delight", - "tradeable": "true", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "7754" - }, - { - "durability": null, - "name": "Chef's delight", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7755" - }, - { - "durability": null, - "name": "Paintbrush", - "archery_ticket_price": "0", - "id": "7756", - "equipment_slot": "3" - }, - { - "durability": null, - "name": "Paintbrush", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7757" - }, - { - "examine": "A decent-enough weapon gone rusty.", - "durability": null, - "name": "Rusty sword", - "weight": "2", - "archery_ticket_price": "0", - "id": "7758", - "equipment_slot": "3" - }, - { - "ge_buy_limit": "100", - "examine": "Nice bit of crafting.", - "grand_exchange_price": "3140", - "durability": null, - "name": "Toy soldier", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "destroy": "true", - "archery_ticket_price": "0", - "id": "7759" - }, - { - "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)", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "destroy": "true", - "archery_ticket_price": "0", - "id": "7761" - }, - { - "durability": null, - "name": "Toy soldier (wound)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7762" - }, - { - "ge_buy_limit": "100", - "examine": "In inventory: Nice bit of crafting! When released: Nice bit of crafting that...", - "grand_exchange_price": "3236", - "durability": null, - "name": "Toy doll", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "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": "In inventory: Nice bit of crafting! When released: Nice bit of crafting that...", - "grand_exchange_price": "3289", - "durability": null, - "name": "Toy doll (wound)", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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.", - "grand_exchange_price": "2930", - "durability": null, - "name": "Clockwork cat", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "destroy": "true", - "weight": "1", - "archery_ticket_price": "0", - "id": "7771" - }, - { - "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", - "low_alchemy": "2000", - "high_alchemy": "3000", - "weight": "1", - "archery_ticket_price": "0", - "id": "7779" - }, - { - "examine": "A tome of learning that focuses on the Fishing skill.", - "durability": null, - "name": "Fishing tome", - "low_alchemy": "2000", - "high_alchemy": "3000", - "weight": "1", - "archery_ticket_price": "0", - "id": "7780" - }, - { - "examine": "A tome of learning that focuses on the Fishing skill.", - "durability": null, - "name": "Fishing tome", - "low_alchemy": "2000", - "high_alchemy": "3000", - "weight": "1", - "archery_ticket_price": "0", - "id": "7781" - }, - { - "examine": "A tome of learning that focuses on Agility.", - "durability": null, - "name": "Agility tome", - "low_alchemy": "2000", - "high_alchemy": "3000", - "weight": "1", - "archery_ticket_price": "0", - "id": "7782" - }, - { - "examine": "A tome of learning that focuses on Agility.", - "durability": null, - "name": "Agility tome", - "low_alchemy": "2000", - "high_alchemy": "3000", - "weight": "1", - "archery_ticket_price": "0", - "id": "7783" - }, - { - "examine": "A tome of learning that focuses on Agility.", - "durability": null, - "name": "Agility tome", - "low_alchemy": "2000", - "high_alchemy": "3000", - "weight": "1", - "archery_ticket_price": "0", - "id": "7784" - }, - { - "examine": "A tome of learning that focuses on the Thieving skill.", - "durability": null, - "name": "Thieving tome", - "low_alchemy": "2000", - "high_alchemy": "3000", - "weight": "1", - "archery_ticket_price": "0", - "id": "7785" - }, - { - "examine": "A tome of learning that focuses on the Thieving skill.", - "durability": null, - "name": "Thieving tome", - "low_alchemy": "2000", - "high_alchemy": "3000", - "weight": "1", - "archery_ticket_price": "0", - "id": "7786" - }, - { - "examine": "A tome of learning that focuses on the Thieving skill.", - "durability": null, - "name": "Thieving tome", - "low_alchemy": "2000", - "high_alchemy": "3000", - "weight": "1", - "archery_ticket_price": "0", - "id": "7787" - }, - { - "examine": "A tome of learning which focuses on the Slayer skill.", - "durability": null, - "name": "Slayer tome", - "low_alchemy": "2000", - "high_alchemy": "3000", - "weight": "1", - "archery_ticket_price": "0", - "id": "7788" - }, - { - "examine": "A tome of learning which focuses on the Slayer skill.", - "durability": null, - "name": "Slayer tome", - "low_alchemy": "2000", - "high_alchemy": "3000", - "weight": "1", - "archery_ticket_price": "0", - "id": "7789" - }, - { - "examine": "A tome of learning which focuses on the Slayer skill.", - "durability": null, - "name": "Slayer tome", - "low_alchemy": "2000", - "high_alchemy": "3000", - "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", - "low_alchemy": "2000", - "high_alchemy": "3000", - "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", - "low_alchemy": "2000", - "high_alchemy": "3000", - "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", - "low_alchemy": "2000", - "high_alchemy": "3000", - "weight": "1", - "archery_ticket_price": "0", - "id": "7793" - }, - { - "examine": "A tome of learning that focuses on Firemaking.", - "durability": null, - "name": "Firemaking tome", - "low_alchemy": "2000", - "high_alchemy": "3000", - "weight": "1", - "archery_ticket_price": "0", - "id": "7794" - }, - { - "examine": "A tome of learning that focuses on Firemaking.", - "durability": null, - "name": "Firemaking tome", - "low_alchemy": "2000", - "high_alchemy": "3000", - "weight": "1", - "archery_ticket_price": "0", - "id": "7795" - }, - { - "examine": "A tome of learning that focuses on Firemaking.", - "durability": null, - "name": "Firemaking tome", - "low_alchemy": "2000", - "high_alchemy": "3000", - "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", - "low_alchemy": "2000", - "high_alchemy": "3000", - "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", - "low_alchemy": "2000", - "high_alchemy": "3000", - "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", - "low_alchemy": "2000", - "high_alchemy": "3000", - "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", - "examine": "Scaly but not slimy!", - "grand_exchange_price": "1618", - "durability": null, - "name": "Snake hide", - "tradeable": "true", - "low_alchemy": "14", - "high_alchemy": "21", - "weight": "0.5", - "archery_ticket_price": "0", - "id": "7801" - }, - { - "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.", - "durability": null, - "name": "Yin yang amulet", - "archery_ticket_price": "0", - "id": "7803", - "equipment_slot": "2" - }, - { - "turn90cw_anim": "1207", - "walk_anim": "1205", - "durability": null, - "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" - }, - { - "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", - "equipment_slot": "3" - }, - { - "attack_anims": "395,395,395,395", - "examine": "A heavy duty axe.", - "durability": null, - "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", - "defence_anim": "397", - "equipment_slot": "3" - }, - { - "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", - "equipment_slot": "3" - }, - { - "turn90cw_anim": "1207", - "examine": "A heavy duty spear.", - "walk_anim": "1205", - "durability": null, - "turn90ccw_anim": "1208", - "two_handed": "true", - "weapon_interface": "14", - "turn180_anim": "1206", - "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" - }, - { - "shop_price": "1", - "examine": "This wine clearly did not age well.", - "durability": null, - "name": "Jug of vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7810" - }, - { - "examine": "Well, this pot is certainly full of vinegar and no mistake.", - "durability": null, - "name": "Pot of vinegar", - "weight": "1.3", - "archery_ticket_price": "0", - "id": "7811" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Goblin skull", - "archery_ticket_price": "0", - "id": "7812" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7813" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Goblin skull", - "archery_ticket_price": "0", - "id": "7814" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Bear ribs", - "archery_ticket_price": "0", - "id": "7815" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7816" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Bear ribs", - "archery_ticket_price": "0", - "id": "7817" - }, - { - "examine": "Unpolished: This needs a good polish.", - "durability": null, - "name": "Ram skull", - "archery_ticket_price": "0", - "id": "7818" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7819" - }, - { - "examine": "Unpolished: This needs a good polish.", - "durability": null, - "name": "Ram skull", - "archery_ticket_price": "0", - "id": "7820" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Unicorn bone", - "archery_ticket_price": "0", - "id": "7821" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7822" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Unicorn bone", - "archery_ticket_price": "0", - "id": "7823" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Giant rat bone", - "archery_ticket_price": "0", - "id": "7824" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7825" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Giant rat bone", - "archery_ticket_price": "0", - "id": "7826" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Giant bat wing", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7827" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7828" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Giant bat wing", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7829" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Wolf bone", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7830" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7831" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Wolf bone", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7832" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Bat wing", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7833" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7834" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Bat wing", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7835" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Rat bone", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7836" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7837" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Rat bone", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7838" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Baby dragon bone", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7839" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7840" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Baby dragon bone", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7841" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Ogre ribs", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7842" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7843" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Ogre ribs", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7844" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Jogre bone", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7845" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7846" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Jogre bone", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7847" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Zogre bone", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7848" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7849" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Zogre bone", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7850" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Mogre bone", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7851" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7852" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Mogre bone", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7853" - }, - { - "examine": "This needs a good polish./ This belongs in a museum!", - "durability": null, - "name": "Monkey paw", - "archery_ticket_price": "0", - "id": "7854" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7855" - }, - { - "examine": "This needs a good polish./ This belongs in a museum!", - "durability": null, - "name": "Monkey paw", - "archery_ticket_price": "0", - "id": "7856" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Dagannoth ribs", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7857" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7858" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Dagannoth ribs", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7859" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Snake spine", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7860" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7861" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Snake spine", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7862" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Zombie bone", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7863" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7864" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Zombie bone", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7865" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Werewolf bone", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7866" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7867" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Werewolf bone", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7868" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Moss giant bone", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7869" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7870" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Moss giant bone", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7871" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Fire giant bone", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7872" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7873" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Fire giant bone", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7874" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Ice giant ribs", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7875" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7876" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Ice giant ribs", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7877" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Terrorbird wing", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7878" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7879" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Terrorbird wing", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7880" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Ghoul bone", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7881" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7882" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Ghoul bone", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7883" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Troll bone", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7884" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7885" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Troll bone", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7886" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Seagull wing", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7887" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7888" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Seagull wing", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7889" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Undead cow ribs", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7890" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7891" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Undead cow ribs", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7892" - }, - { - "shop_price": "160", - "examine": "Unpolished: This needs a good polish. Polished: This bone belongs in a museum!", - "durability": null, - "name": "Experiment bone", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7893" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7894" - }, - { - "shop_price": "160", - "examine": "Unpolished: This needs a good polish. Polished: This bone belongs in a museum!", - "durability": null, - "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" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7897" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Rabbit bone", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7898" - }, - { - "examine": "Dirty:This bone needs a good polish.", - "durability": null, - "name": "Basilisk bone", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7899" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7900" - }, - { - "examine": "Dirty:This bone needs a good polish.", - "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": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7903" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Desert lizard bone", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7904" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Cave goblin skull", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7905" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7906" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Cave goblin skull", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7907" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Big frog leg", - "weight": "1", - "archery_ticket_price": "0", - "id": "7908" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7909" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Big frog leg", - "weight": "1", - "archery_ticket_price": "0", - "id": "7910" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Vulture wing", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7911" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7912" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Vulture wing", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7913" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Jackal bone", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7914" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7915" - }, - { - "examine": "This needs a good polish.", - "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, - "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" - }, - { - "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, - "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" - }, - { - "shop_price": "500", - "examine": "A very good vintage.", - "durability": null, - "name": "Bottle of wine", - "tradeable": "true", - "low_alchemy": "200", - "high_alchemy": "300", - "weight": "1", - "archery_ticket_price": "0", - "id": "7919" - }, - { - "durability": null, - "name": "Bottle of wine", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7920" - }, - { - "examine": "This one has clearly been taken down and passed around.", - "durability": null, - "name": "Empty wine bottle", - "high_alchemy": "1", - "weight": "1", - "archery_ticket_price": "0", - "id": "7921" - }, - { - "examine": "The money off voucher has expired.", - "durability": null, - "name": "Al kharid flyer", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "7922" - }, - { - "examine": "A ring given to you by the Easter Bunny.", - "durability": null, - "name": "Easter ring", - "archery_ticket_price": "0", - "id": "7927" - }, - { - "examine": "Happy Easter.", - "grand_exchange_price": "64747137", - "durability": null, - "name": "Easter egg", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "7928" - }, - { - "examine": "Happy Easter.", - "grand_exchange_price": "64747137", - "durability": null, - "name": "Easter egg", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "7929" - }, - { - "examine": "Happy Easter.", - "grand_exchange_price": "64747137", - "durability": null, - "name": "Easter egg", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "7930" - }, - { - "examine": "Happy Easter.", - "grand_exchange_price": "64747137", - "durability": null, - "name": "Easter egg", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "7931" - }, - { - "examine": "Happy Easter.", - "grand_exchange_price": "64747137", - "durability": null, - "name": "Easter egg", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "7932" - }, - { - "examine": "Happy Easter.", - "grand_exchange_price": "64747137", - "durability": null, - "name": "Easter egg", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "7933" - }, - { - "shop_price": "390", - "ge_buy_limit": "100", - "examine": "A field ration to help your wounds go away.", - "grand_exchange_price": "171", - "durability": null, - "name": "Field ration", - "tradeable": "true", - "low_alchemy": "120", - "high_alchemy": "180", - "archery_ticket_price": "0", - "id": "7934" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "171", - "durability": null, - "name": "Field ration", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7935" - }, - { - "shop_price": "1", - "ge_buy_limit": "25000", - "examine": "An uncharged Rune Stone of extra capability.", - "grand_exchange_price": "109", - "durability": null, - "name": "Pure essence", - "tradeable": "true", - "low_alchemy": "1", - "high_alchemy": "2", - "archery_ticket_price": "0", - "id": "7936" - }, - { - "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.", - "grand_exchange_price": "13600", - "durability": null, - "name": "Tortoise shell", - "tradeable": "true", - "low_alchemy": "400", - "high_alchemy": "600", - "weight": "6.8", - "archery_ticket_price": "0", - "id": "7939" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "13600", - "durability": null, - "name": "Tortoise shell", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7940" - }, - { - "examine": "A sturdy sheet of iron.", - "durability": null, - "name": "Iron sheet", - "low_alchemy": "12", - "high_alchemy": "18", - "weight": "1.75", - "archery_ticket_price": "0", - "id": "7941" - }, - { - "examine": "Perfect for storing. Not so good for eating.", - "durability": null, - "name": "Fresh monkfish", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "0.8", - "archery_ticket_price": "0", - "id": "7942" - }, - { - "examine": "Perfect for storing. Not so good for eating.", - "durability": null, - "name": "Fresh monkfish", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "0.8", - "archery_ticket_price": "0", - "id": "7943" - }, - { - "ge_buy_limit": "20000", - "examine": "I should try cooking this./Freshly caught. Needs cooking. (Fresh Monkfish)", - "grand_exchange_price": "618", - "durability": null, - "name": "Raw monkfish", - "tradeable": "true", - "low_alchemy": "92", - "high_alchemy": "138", - "weight": "0.4", - "archery_ticket_price": "0", - "id": "7944" - }, - { - "ge_buy_limit": "20000", - "grand_exchange_price": "618", - "durability": null, - "name": "Raw monkfish", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7945" - }, - { - "ge_buy_limit": "10000", - "examine": "A tasty fish.", - "grand_exchange_price": "617", - "durability": null, - "name": "Monkfish", - "tradeable": "true", - "low_alchemy": "92", - "high_alchemy": "138", - "weight": "0.4", - "archery_ticket_price": "0", - "id": "7946" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "617", - "durability": null, - "name": "Monkfish", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7947" - }, - { - "durability": null, - "name": "Burnt monkfish", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7949" - }, - { - "examine": "A highly portable army of skeletal magic.", - "durability": null, - "name": "Bone seeds", - "archery_ticket_price": "0", - "id": "7950" - }, - { - "shop_price": "160", - "examine": "A book taken from the desk of Herman Caranos.", - "durability": null, - "name": "Herman's book", - "tradeable": "false", - "destroy": "true", - "weight": "0.09", - "archery_ticket_price": "0", - "id": "7951" - }, - { - "examine": "Useless without the head.", - "durability": null, - "name": "Picture", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7952", - "equipment_slot": "3" - }, - { - "durability": null, - "name": "Picture", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7953" - }, - { - "durability": null, - "name": "Burnt shrimp", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7955" - }, - { - "examine": "I hope there's treasure in it.", - "grand_exchange_price": "3726", - "durability": null, - "name": "Casket", - "tradeable": "true", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "7956" - }, - { - "shop_price": "2", - "examine": "A mostly clean apron.", - "grand_exchange_price": "169", - "durability": null, - "name": "White apron", - "tradeable": "true", - "high_alchemy": "1", - "weight": "0.45", - "archery_ticket_price": "0", - "id": "7957" - }, - { - "destroy_message": "You can reclaim this item from the place you found it.", - "examine": "A prop for holding up a tunnel roof.", - "durability": null, - "name": "Mining prop", - "low_alchemy": "4", - "tradeable": "false", - "high_alchemy": "6", - "destroy": "true", - "archery_ticket_price": "0", - "id": "7958" - }, - { - "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, - "name": "Heavy box", - "low_alchemy": "4", - "tradeable": "false", - "high_alchemy": "6", - "destroy": "true", - "archery_ticket_price": "0", - "id": "7959" - }, - { - "examine": "It says 'To the dungeons' on the side.", - "durability": null, - "name": "Empty box", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "7960" - }, - { - "examine": "A diary with one/two/three/four/five page(s).", - "durability": null, - "name": "Burnt diary", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "7961" - }, - { - "examine": "A diary with one/two/three/four/five page(s).", - "durability": null, - "name": "Burnt diary", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "7962" - }, - { - "examine": "A diary with one/two/three/four/five page(s).", - "durability": null, - "name": "Burnt diary", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "7963" - }, - { - "examine": "A diary with one/two/three/four/five page(s).", - "durability": null, - "name": "Burnt diary", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "7964" - }, - { - "examine": "A diary with one/two/three/four/five page(s).", - "durability": null, - "name": "Burnt diary", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "7965" - }, - { - "examine": "A dwarf-made coal engine. It looks very sturdy.", - "durability": null, - "name": "Engine", - "low_alchemy": "2", - "tradeable": "false", - "high_alchemy": "3", - "destroy": "true", - "archery_ticket_price": "0", - "id": "7967" - }, - { - "examine": "A beam with a pulley attached.", - "durability": null, - "name": "Pulley beam", - "low_alchemy": "2", - "high_alchemy": "3", - "archery_ticket_price": "0", - "id": "7969" - }, - { - "examine": "A long beam with a pulley attached.", - "durability": null, - "name": "Long pulley beam", - "low_alchemy": "2", - "high_alchemy": "3", - "archery_ticket_price": "0", - "id": "7970" - }, - { - "examine": "A very long beam with a pulley attached.", - "durability": null, - "name": "Longer pulley beam", - "low_alchemy": "2", - "high_alchemy": "3", - "archery_ticket_price": "0", - "id": "7971" - }, - { - "examine": "The manual for an AMCE Lift-In-A-Box.", - "durability": null, - "name": "Lift manual", - "low_alchemy": "2", - "tradeable": "false", - "high_alchemy": "3", - "destroy": "true", - "archery_ticket_price": "0", - "id": "7972" - }, - { - "examine": "A wooden beam.", - "durability": null, - "name": "Beam", - "low_alchemy": "2", - "high_alchemy": "3", - "archery_ticket_price": "0", - "id": "7973" - }, - { - "durability": null, - "name": "Crawling hand", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "7975" - }, - { - "examine": "I should get it stuffed!", - "durability": null, - "name": "Cockatrice head", - "low_alchemy": "800", - "tradeable": "false", - "high_alchemy": "1200", - "destroy": "true", - "weight": "10", - "archery_ticket_price": "0", - "id": "7976" - }, - { - "examine": "I should get it stuffed!", - "durability": null, - "name": "Basilisk head", - "low_alchemy": "1600", - "tradeable": "false", - "high_alchemy": "2400", - "destroy": "true", - "weight": "10", - "archery_ticket_price": "0", - "id": "7977" - }, - { - "examine": "I should get it stuffed!", - "durability": null, - "name": "Kurask head", - "low_alchemy": "2400", - "tradeable": "false", - "high_alchemy": "3600", - "destroy": "true", - "weight": "10", - "archery_ticket_price": "0", - "id": "7978" - }, - { - "examine": "I should get it stuffed!", - "durability": null, - "name": "Abyssal head", - "low_alchemy": "4800", - "tradeable": "false", - "high_alchemy": "7200", - "destroy": "true", - "weight": "10", - "archery_ticket_price": "0", - "id": "7979" - }, - { - "examine": "I should get it stuffed!", - "durability": null, - "name": "Kbd heads", - "low_alchemy": "20000", - "tradeable": "false", - "high_alchemy": "30000", - "destroy": "true", - "weight": "10", - "archery_ticket_price": "0", - "id": "7980" - }, - { - "examine": "I should get it stuffed!", - "durability": null, - "name": "Kq head", - "archery_ticket_price": "0", - "id": "7981" - }, - { - "durability": null, - "name": "Crawling hand", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "7982" - }, - { - "examine": "I should get it stuffed!", - "durability": null, - "name": "Cockatrice head", - "low_alchemy": "800", - "tradeable": "false", - "high_alchemy": "1200", - "destroy": "true", - "weight": "10", - "archery_ticket_price": "0", - "id": "7983" - }, - { - "examine": "I should get it stuffed!", - "durability": null, - "name": "Basilisk head", - "low_alchemy": "1600", - "tradeable": "false", - "high_alchemy": "2400", - "destroy": "true", - "weight": "10", - "archery_ticket_price": "0", - "id": "7984" - }, - { - "examine": "I should get it stuffed!", - "durability": null, - "name": "Kurask head", - "low_alchemy": "2400", - "tradeable": "false", - "high_alchemy": "3600", - "destroy": "true", - "weight": "10", - "archery_ticket_price": "0", - "id": "7985" - }, - { - "examine": "I should get it stuffed!", - "durability": null, - "name": "Abyssal head", - "low_alchemy": "4800", - "tradeable": "false", - "high_alchemy": "7200", - "destroy": "true", - "weight": "10", - "archery_ticket_price": "0", - "id": "7986" - }, - { - "examine": "I should get it stuffed!", - "durability": null, - "name": "Kbd heads", - "low_alchemy": "20000", - "tradeable": "false", - "high_alchemy": "30000", - "destroy": "true", - "weight": "10", - "archery_ticket_price": "0", - "id": "7987" - }, - { - "examine": "I should get it stuffed!", - "durability": null, - "name": "Kq head", - "archery_ticket_price": "0", - "id": "7988" - }, - { - "examine": "Whopper! I should get this stuffed!", - "durability": null, - "name": "Big bass", - "low_alchemy": "400", - "high_alchemy": "600", - "weight": "6", - "archery_ticket_price": "0", - "id": "7989" - }, - { - "examine": "Whopper! I should get this stuffed!", - "durability": null, - "name": "Big bass", - "low_alchemy": "400", - "high_alchemy": "600", - "weight": "6", - "archery_ticket_price": "0", - "id": "7990" - }, - { - "examine": "Whopper! I should get this stuffed!", - "durability": null, - "name": "Big swordfish", - "low_alchemy": "1000", - "high_alchemy": "1500", - "archery_ticket_price": "0", - "id": "7991" - }, - { - "examine": "Whopper! I should get this stuffed!", - "durability": null, - "name": "Big swordfish", - "low_alchemy": "1000", - "high_alchemy": "1500", - "archery_ticket_price": "0", - "id": "7992" - }, - { - "examine": "Its a monster! I should get this stuffed!", - "durability": null, - "name": "Big shark", - "low_alchemy": "2000", - "high_alchemy": "3000", - "weight": "0.7", - "archery_ticket_price": "0", - "id": "7993" - }, - { - "examine": "Its a monster! I should get this stuffed!", - "durability": null, - "name": "Big shark", - "low_alchemy": "2000", - "high_alchemy": "3000", - "weight": "0.7", - "archery_ticket_price": "0", - "id": "7994" - }, - { - "examine": "A portrait of King Arthur.", - "durability": null, - "name": "Arthur portrait", - "low_alchemy": "400", - "high_alchemy": "600", - "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", - "low_alchemy": "400", - "high_alchemy": "600", - "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", - "low_alchemy": "800", - "high_alchemy": "1200", - "archery_ticket_price": "0", - "id": "8000" - }, - { - "shop_price": "2000", - "examine": "The tropical coast of karamja.", - "durability": null, - "name": "Karamja painting", - "low_alchemy": "800", - "high_alchemy": "1200", - "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", - "low_alchemy": "1699", - "high_alchemy": "1700", - "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", - "low_alchemy": "1699", - "high_alchemy": "1700", - "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", - "low_alchemy": "1699", - "high_alchemy": "1700", - "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", - "tradeable": "true", - "low_alchemy": "1699", - "high_alchemy": "1700", - "archery_ticket_price": "0", - "id": "8010" - }, - { - "shop_price": "2500", - "ge_buy_limit": "1000", - "examine": "A tablet containing a magic spell.", - "grand_exchange_price": "1511", - "durability": null, - "name": "Ardougne teleport", - "tradeable": "true", - "low_alchemy": "1699", - "high_alchemy": "1700", - "archery_ticket_price": "0", - "id": "8011" - }, - { - "shop_price": "2500", - "ge_buy_limit": "1000", - "examine": "A tablet containing a magic spell.", - "grand_exchange_price": "1025", - "durability": null, - "name": "Watchtower t'port", - "tradeable": "true", - "low_alchemy": "1699", - "high_alchemy": "1700", - "archery_ticket_price": "0", - "id": "8012" - }, - { - "ge_buy_limit": "1000", - "examine": "A tablet containing a magic spell.", - "grand_exchange_price": "1426", - "durability": null, - "name": "Teleport to house", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8013" - }, - { - "ge_buy_limit": "200", - "examine": "A tablet containing a magic spell.", - "grand_exchange_price": "360", - "durability": null, - "name": "Bones to bananas", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8014" - }, - { - "ge_buy_limit": "200", - "examine": "A tablet containing a magic spell.", - "grand_exchange_price": "620", - "durability": null, - "name": "Bones to peaches", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8015" - }, - { - "ge_buy_limit": "1000", - "examine": "A tablet containing a magic spell.", - "grand_exchange_price": "343", - "durability": null, - "name": "Enchant sapphire", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8016" - }, - { - "ge_buy_limit": "1000", - "examine": "A tablet containing a magic spell.", - "grand_exchange_price": "409", - "durability": null, - "name": "Enchant emerald", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8017" - }, - { - "ge_buy_limit": "1000", - "examine": "A tablet containing a magic spell.", - "grand_exchange_price": "207", - "durability": null, - "name": "Enchant ruby", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8018" - }, - { - "ge_buy_limit": "1000", - "examine": "A tablet containing a magic spell.", - "grand_exchange_price": "326", - "durability": null, - "name": "Enchant diamond", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8019" - }, - { - "ge_buy_limit": "1000", - "examine": "A tablet containing a magic spell.", - "grand_exchange_price": "250", - "durability": null, - "name": "Enchant dragonstn.", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8020" - }, - { - "ge_buy_limit": "1000", - "examine": "A tablet containing a magic spell.", - "grand_exchange_price": "31", - "durability": null, - "name": "Enchant onyx", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8021" - }, - { - "grand_exchange_price": "1918", - "durability": null, - "name": "Wooden bed", - "archery_ticket_price": "0", - "id": "8031" - }, - { - "grand_exchange_price": "1631", - "durability": null, - "name": "Oak bed", - "archery_ticket_price": "0", - "id": "8032" - }, - { - "grand_exchange_price": "1388", - "durability": null, - "name": "Large oak bed", - "archery_ticket_price": "0", - "id": "8033" - }, - { - "grand_exchange_price": "1376", - "durability": null, - "name": "Teak bed", - "archery_ticket_price": "0", - "id": "8034" - }, - { - "grand_exchange_price": "1996", - "durability": null, - "name": "Large teak bed", - "archery_ticket_price": "0", - "id": "8035" - }, - { - "grand_exchange_price": "1314", - "durability": null, - "name": "4-poster", - "archery_ticket_price": "0", - "id": "8036" - }, - { - "grand_exchange_price": "274779", - "durability": null, - "name": "Gilded 4-poster", - "archery_ticket_price": "0", - "id": "8037" - }, - { - "grand_exchange_price": "18", - "durability": null, - "name": "Shoe box", - "archery_ticket_price": "0", - "id": "8038" - }, - { - "grand_exchange_price": "42", - "durability": null, - "name": "Oak drawers", - "archery_ticket_price": "0", - "id": "8039" - }, - { - "grand_exchange_price": "1", - "durability": null, - "name": "Oak wardrobe", - "archery_ticket_price": "0", - "id": "8040" - }, - { - "grand_exchange_price": "126", - "durability": null, - "name": "Teak drawers", - "archery_ticket_price": "0", - "id": "8041" - }, - { - "grand_exchange_price": "12", - "durability": null, - "name": "Teak wardrobe", - "archery_ticket_price": "0", - "id": "8042" - }, - { - "grand_exchange_price": "102", - "durability": null, - "name": "Mahogany 'drobe", - "archery_ticket_price": "0", - "id": "8043" - }, - { - "grand_exchange_price": "139452", - "durability": null, - "name": "Gilded wardrobe", - "archery_ticket_price": "0", - "id": "8044" - }, - { - "grand_exchange_price": "510", - "durability": null, - "name": "Shaving stand", - "archery_ticket_price": "0", - "id": "8045" - }, - { - "grand_exchange_price": "449", - "durability": null, - "name": "Oak shaving stand", - "archery_ticket_price": "0", - "id": "8046" - }, - { - "grand_exchange_price": "147", - "durability": null, - "name": "Oak dresser", - "archery_ticket_price": "0", - "id": "8047" - }, - { - "grand_exchange_price": "478", - "durability": null, - "name": "Teak dresser", - "archery_ticket_price": "0", - "id": "8048" - }, - { - "grand_exchange_price": "456", - "durability": null, - "name": "Fancy teak dresser", - "archery_ticket_price": "0", - "id": "8049" - }, - { - "grand_exchange_price": "404", - "durability": null, - "name": "Mahogany dresser", - "archery_ticket_price": "0", - "id": "8050" - }, - { - "grand_exchange_price": "140594", - "durability": null, - "name": "Gilded dresser", - "archery_ticket_price": "0", - "id": "8051" - }, - { - "grand_exchange_price": "367", - "durability": null, - "name": "Oak clock", - "archery_ticket_price": "0", - "id": "8052" - }, - { - "grand_exchange_price": "552", - "durability": null, - "name": "Teak clock", - "archery_ticket_price": "0", - "id": "8053" - }, - { - "grand_exchange_price": "154310", - "durability": null, - "name": "Gilded clock", - "archery_ticket_price": "0", - "id": "8054" - }, - { - "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", - "id": "8085" - }, - { - "grand_exchange_price": "13", - "durability": null, - "name": "Wooden bench", - "archery_ticket_price": "0", - "id": "8108" - }, - { - "grand_exchange_price": "131", - "durability": null, - "name": "Oak bench", - "archery_ticket_price": "0", - "id": "8109" - }, - { - "grand_exchange_price": "1", - "durability": null, - "name": "Carved oak bench", - "archery_ticket_price": "0", - "id": "8110" - }, - { - "grand_exchange_price": "17", - "durability": null, - "name": "Teak dining bench", - "archery_ticket_price": "0", - "id": "8111" - }, - { - "grand_exchange_price": "2", - "durability": null, - "name": "Carved teak bench", - "archery_ticket_price": "0", - "id": "8112" - }, - { - "grand_exchange_price": "145", - "durability": null, - "name": "Mahogany bench", - "archery_ticket_price": "0", - "id": "8113" - }, - { - "grand_exchange_price": "531526", - "durability": null, - "name": "Gilded bench", - "archery_ticket_price": "0", - "id": "8114" - }, - { - "grand_exchange_price": "1", - "durability": null, - "name": "Wood dining table", - "archery_ticket_price": "0", - "id": "8115" - }, - { - "grand_exchange_price": "1", - "durability": null, - "name": "Oak dining table", - "archery_ticket_price": "0", - "id": "8116" - }, - { - "grand_exchange_price": "1", - "durability": null, - "name": "Carved oak table", - "archery_ticket_price": "0", - "id": "8117" - }, - { - "grand_exchange_price": "2", - "durability": null, - "name": "Teak table", - "archery_ticket_price": "0", - "id": "8118" - }, - { - "grand_exchange_price": "249", - "durability": null, - "name": "Carved teak table", - "archery_ticket_price": "0", - "id": "8119" - }, - { - "grand_exchange_price": "497", - "durability": null, - "name": "Mahogany table", - "archery_ticket_price": "0", - "id": "8120" - }, - { - "grand_exchange_price": "394177", - "durability": null, - "name": "Opulent table", - "archery_ticket_price": "0", - "id": "8121" - }, - { - "shop_price": "24", - "examine": "A candle.", - "grand_exchange_price": "104", - "durability": null, - "name": "Candles", - "tradeable": "true", - "low_alchemy": "1", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "8128" - }, - { - "durability": null, - "name": "Skeleton guard", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "8131" - }, - { - "examine": "He doesn't seem pleased to see me./Beware of the dog! (Construction)", - "durability": null, - "name": "Guard dog", - "archery_ticket_price": "0", - "id": "8132" - }, - { - "examine": "He doesn't look very welcoming.", - "durability": null, - "name": "Hobgoblin guard", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "8133" - }, - { - "examine": "Young but still dangerous.", - "durability": null, - "name": "Baby red dragon", - "archery_ticket_price": "0", - "id": "8134" - }, - { - "examine": "No spider could grow that big! It's unrealistic!", - "durability": null, - "name": "Huge spider", - "archery_ticket_price": "0", - "id": "8135" - }, - { - "examine": "(Level 122)", - "durability": null, - "name": "Hellhound", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "8137" - }, - { - "examine": "I don't think insect repellent will work...", - "durability": null, - "name": "Kalphite soldier", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "8139" - }, - { - "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", - "id": "8140" - }, - { - "examine": "Its scales seem to be made of steel.", - "durability": null, - "name": "Steel dragon", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "8142" - }, - { - "shop_price": "5000", - "examine": "You can plant this in your garden.", - "durability": null, - "name": "Thorny hedge", - "tradeable": "true", - "low_alchemy": "2000", - "high_alchemy": "3000", - "archery_ticket_price": "0", - "id": "8203" - }, - { - "shop_price": "10000", - "examine": "You can plant this in your garden.", - "durability": null, - "name": "Nice hedge", - "tradeable": "true", - "low_alchemy": "4000", - "high_alchemy": "6000", - "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", - "low_alchemy": "6000", - "high_alchemy": "9000", - "archery_ticket_price": "0", - "id": "8205" - }, - { - "shop_price": "20000", - "examine": "You can plant this in your garden.", - "durability": null, - "name": "Topiary hedge", - "tradeable": "true", - "low_alchemy": "8000", - "high_alchemy": "12000", - "weight": "10", - "archery_ticket_price": "0", - "id": "8206" - }, - { - "shop_price": "25000", - "examine": "You can plant this in your garden.", - "durability": null, - "name": "Fancy hedge", - "low_alchemy": "10000", - "high_alchemy": "15000", - "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", - "low_alchemy": "20000", - "high_alchemy": "30000", - "archery_ticket_price": "0", - "id": "8208" - }, - { - "examine": "Some rosemary.", - "grand_exchange_price": "20", - "durability": null, - "name": "Rosemary", - "tradeable": "true", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "8210" - }, - { - "examine": "A bunch of marigolds.", - "grand_exchange_price": "3862", - "durability": null, - "name": "Marigolds", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8214" - }, - { - "grand_exchange_price": "1", - "durability": null, - "name": "Beer barrel", - "archery_ticket_price": "0", - "id": "8239" - }, - { - "grand_exchange_price": "16860", - "durability": null, - "name": "Cider barrel", - "archery_ticket_price": "0", - "id": "8240" - }, - { - "shop_price": "3", - "examine": "Probably the finest readily-available ale in Asgarnia.", - "grand_exchange_price": "131", - "durability": null, - "name": "Asgarnian ale", - "tradeable": "true", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "8241" - }, - { - "shop_price": "2", - "examine": "A glass of frothy ale.", - "grand_exchange_price": "569", - "durability": null, - "name": "Greenman's ale", - "tradeable": "true", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "8244" - }, - { - "grand_exchange_price": "1", - "durability": null, - "name": "Wood kitchen table", - "archery_ticket_price": "0", - "id": "8246" - }, - { - "grand_exchange_price": "1", - "durability": null, - "name": "Oak kitchen table", - "archery_ticket_price": "0", - "id": "8247" - }, - { - "grand_exchange_price": "1", - "durability": null, - "name": "Teak kitchen table", - "archery_ticket_price": "0", - "id": "8248" - }, - { - "durability": null, - "name": "Crawling hand", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "8260" - }, - { - "examine": "I should get it stuffed!", - "durability": null, - "name": "Cockatrice head", - "low_alchemy": "800", - "tradeable": "false", - "high_alchemy": "1200", - "destroy": "true", - "weight": "10", - "archery_ticket_price": "0", - "id": "8261" - }, - { - "examine": "I should get it stuffed!", - "durability": null, - "name": "Basilisk head", - "low_alchemy": "1600", - "tradeable": "false", - "high_alchemy": "2400", - "destroy": "true", - "weight": "10", - "archery_ticket_price": "0", - "id": "8262" - }, - { - "examine": "I should get it stuffed!", - "durability": null, - "name": "Kurask head", - "low_alchemy": "2400", - "tradeable": "false", - "high_alchemy": "3600", - "destroy": "true", - "weight": "10", - "archery_ticket_price": "0", - "id": "8263" - }, - { - "examine": "I should get it stuffed!", - "durability": null, - "name": "Abyssal head", - "low_alchemy": "4800", - "tradeable": "false", - "high_alchemy": "7200", - "destroy": "true", - "weight": "10", - "archery_ticket_price": "0", - "id": "8264" - }, - { - "examine": "I should get it stuffed!", - "durability": null, - "name": "Kbd heads", - "low_alchemy": "20000", - "tradeable": "false", - "high_alchemy": "30000", - "destroy": "true", - "weight": "10", - "archery_ticket_price": "0", - "id": "8265" - }, - { - "examine": "I should get it stuffed!", - "durability": null, - "name": "Kq head", - "archery_ticket_price": "0", - "id": "8266" - }, - { - "durability": null, - "name": "Runite armour", - "archery_ticket_price": "0", - "id": "8272", - "absorb": "9,0,20", - "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0" - }, - { - "examine": "The magical sword 'Silverlight'. / The magical sword 'Silverlight', stained black with mushroom ink. (during Shadow of the Storm)", - "durability": null, - "name": "Silverlight", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "1.8", - "archery_ticket_price": "0", - "attack_speed": "5", - "id": "8279", - "bonuses": "9,14,-2,0,0,0,3,2,1,0,0,12,0,0,0" - }, - { - "examine": "This used to belong to King Arthur.", - "durability": null, - "name": "Excalibur", - "low_alchemy": "80", - "high_alchemy": "120", - "weight": "2.2", - "archery_ticket_price": "0", - "attack_speed": "5", - "id": "8280", - "bonuses": "20,29,-2,0,0,0,3,2,1,0,0,25,0,0,0" - }, - { - "examine": "The magical sword Silverlight, enhanced with the blood of Agrith-Naar.", - "durability": null, - "name": "Darklight", - "low_alchemy": "200", - "high_alchemy": "300", - "weight": "1.8", - "archery_ticket_price": "0", - "attack_speed": "5", - "id": "8281", - "bonuses": "10,16,-2,0,0,0,3,2,2,0,0,13,0,0,0" - }, - { - "examine": "This provides partial protection from dragon-breath attacks.", - "grand_exchange_price": "305", - "durability": null, - "name": "Anti-dragon shield", - "tradeable": "true", - "low_alchemy": "8", - "high_alchemy": "12", - "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" - }, - { - "examine": "Uncharged: A very powerful dragonstone amulet. 1-4 charges: A dragonstone amulet with X magic charges.", - "grand_exchange_price": "1", - "durability": null, - "name": "Amulet of glory", - "tradeable": "true", - "low_alchemy": "7050", - "high_alchemy": "10575", - "archery_ticket_price": "0", - "id": "8283", - "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,0,3,0" - }, - { - "shop_price": "450", - "examine": "The cape worn by members of the Legends Guild.", - "durability": null, - "name": "Cape of legends", - "low_alchemy": "180", - "high_alchemy": "270", - "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" - }, - { - "examine": "Legendary King of the Britons.", - "durability": null, - "name": "King arthur", - "archery_ticket_price": "0", - "id": "8285" - }, - { - "examine": "She looks concerned.", - "durability": null, - "name": "Elena", - "archery_ticket_price": "0", - "id": "8286" - }, - { - "examine": "It's full of pent-up aggression.", - "durability": null, - "name": "Rocnar", - "archery_ticket_price": "0", - "id": "8305" - }, - { - "grand_exchange_price": "1", - "durability": null, - "name": "Crude wooden chair", - "archery_ticket_price": "0", - "id": "8309" - }, - { - "grand_exchange_price": "50", - "durability": null, - "name": "Wooden chair", - "archery_ticket_price": "0", - "id": "8310" - }, - { - "grand_exchange_price": "1", - "durability": null, - "name": "Rocking chair", - "archery_ticket_price": "0", - "id": "8311" - }, - { - "grand_exchange_price": "1", - "durability": null, - "name": "Oak chair", - "archery_ticket_price": "0", - "id": "8312" - }, - { - "grand_exchange_price": "2", - "durability": null, - "name": "Oak armchair", - "archery_ticket_price": "0", - "id": "8313" - }, - { - "grand_exchange_price": "1", - "durability": null, - "name": "Teak armchair", - "archery_ticket_price": "0", - "id": "8314" - }, - { - "grand_exchange_price": "8", - "durability": null, - "name": "Mahogany armchair", - "archery_ticket_price": "0", - "id": "8315" - }, - { - "grand_exchange_price": "1", - "durability": null, - "name": "Wooden bookcase", - "archery_ticket_price": "0", - "id": "8319" - }, - { - "grand_exchange_price": "1", - "durability": null, - "name": "Oak bookcase", - "archery_ticket_price": "0", - "id": "8320" - }, - { - "grand_exchange_price": "52", - "durability": null, - "name": "Mahogany b'kcase", - "archery_ticket_price": "0", - "id": "8321" - }, - { - "requirements": "{5,22}", - "shop_price": "1000", - "examine": "You can plant this in your garden.", - "durability": null, - "name": "Bagged dead tree", - "tradeable": "true", - "low_alchemy": "400", - "high_alchemy": "600", - "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", - "examine": "You can plant this in your garden.", - "durability": null, - "name": "Bagged nice tree", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8419" - }, - { - "durability": null, - "name": "Bagged nice tree", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8420" - }, - { - "requirements": "{15,22}", - "durability": null, - "name": "Bagged oak tree", - "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", - "examine": "You can plant this in your garden.", - "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", - "examine": "You can plant this in your garden.", - "durability": null, - "name": "Bagged maple tree", - "tradeable": "true", - "low_alchemy": "6000", - "high_alchemy": "9000", - "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", - "examine": "You can plant this in your garden.", - "durability": null, - "name": "Bagged yew tree", - "tradeable": "true", - "low_alchemy": "8000", - "high_alchemy": "12000", - "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", - "examine": "You can plant this in your garden.", - "durability": null, - "name": "Bagged magic tree", - "tradeable": "true", - "low_alchemy": "20000", - "high_alchemy": "30000", - "weight": "10", - "archery_ticket_price": "0", - "id": "8429" - }, - { - "durability": null, - "name": "Bagged magic tree", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8430" - }, - { - "shop_price": "1000", - "ge_buy_limit": "5000", - "examine": "You can plant this in your garden.", - "grand_exchange_price": "1345", - "durability": null, - "name": "Bagged plant 1", - "tradeable": "true", - "low_alchemy": "400", - "high_alchemy": "600", - "weight": "10", - "archery_ticket_price": "0", - "id": "8431" - }, - { - "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", - "examine": "You can plant this in your garden.", - "durability": null, - "name": "Bagged plant 2", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8433" - }, - { - "durability": null, - "name": "Bagged plant 2", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8434" - }, - { - "requirements": "{12,22}", - "shop_price": "10000", - "examine": "You can plant this in your garden.", - "durability": null, - "name": "Bagged plant 3", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8435" - }, - { - "durability": null, - "name": "Bagged plant 3", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8436" - }, - { - "requirements": "{22,56}", - "shop_price": "5000", - "examine": "You can plant this in your garden.", - "durability": null, - "name": "Thorny hedge", - "tradeable": "true", - "low_alchemy": "2000", - "high_alchemy": "3000", - "archery_ticket_price": "0", - "id": "8437" - }, - { - "durability": null, - "name": "Thorny hedge", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8438" - }, - { - "requirements": "{22,60}", - "shop_price": "10000", - "examine": "You can plant this in your garden.", - "durability": null, - "name": "Nice hedge", - "tradeable": "true", - "low_alchemy": "4000", - "high_alchemy": "6000", - "archery_ticket_price": "0", - "id": "8439" - }, - { - "durability": null, - "name": "Nice hedge", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8440" - }, - { - "requirements": "{22,64}", - "shop_price": "15000", - "examine": "You can plant this in your garden.", - "durability": null, - "name": "Small box hedge", - "tradeable": "true", - "low_alchemy": "6000", - "high_alchemy": "9000", - "archery_ticket_price": "0", - "id": "8441" - }, - { - "durability": null, - "name": "Small box hedge", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8442" - }, - { - "requirements": "{22,68}", - "shop_price": "20000", - "examine": "You can plant this in your garden.", - "durability": null, - "name": "Topiary hedge", - "tradeable": "true", - "low_alchemy": "8000", - "high_alchemy": "12000", - "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", - "examine": "You can plant this in your garden.", - "durability": null, - "name": "Fancy hedge", - "low_alchemy": "10000", - "high_alchemy": "15000", - "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", - "examine": "You can plant this in your garden.", - "durability": null, - "name": "Tall fancy hedge", - "low_alchemy": "20000", - "high_alchemy": "30000", - "archery_ticket_price": "0", - "id": "8447" - }, - { - "durability": null, - "name": "Tall fancy hedge", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8448" - }, - { - "requirements": "{22,80}", - "durability": null, - "name": "Tall box hedge", - "archery_ticket_price": "0", - "id": "8449" - }, - { - "durability": null, - "name": "Tall box hedge", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8450" - }, - { - "requirements": "{22,66}", - "durability": null, - "name": "Bagged rosemary", - "archery_ticket_price": "0", - "id": "8451" - }, - { - "durability": null, - "name": "Bagged rosemary", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8452" - }, - { - "requirements": "{22,71}", - "shop_price": "10000", - "examine": "You can plant this in your garden.", - "durability": null, - "name": "Bagged daffodils", - "tradeable": "true", - "low_alchemy": "4000", - "high_alchemy": "6000", - "archery_ticket_price": "0", - "id": "8453" - }, - { - "durability": null, - "name": "Bagged daffodils", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8454" - }, - { - "requirements": "{22,76}", - "shop_price": "15000", - "examine": "You can plant this in your garden.", - "durability": null, - "name": "Bagged bluebells", - "tradeable": "true", - "low_alchemy": "6000", - "high_alchemy": "9000", - "archery_ticket_price": "0", - "id": "8455" - }, - { - "durability": null, - "name": "Bagged bluebells", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8456" - }, - { - "requirements": "{22,66}", - "shop_price": "5000", - "examine": "You can plant this in your garden.", - "durability": null, - "name": "Bagged sunflower", - "tradeable": "true", - "low_alchemy": "2000", - "high_alchemy": "3000", - "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", - "examine": "You can plant this in your garden.", - "durability": null, - "name": "Bagged marigolds", - "tradeable": "true", - "low_alchemy": "4000", - "high_alchemy": "6000", - "archery_ticket_price": "0", - "id": "8459" - }, - { - "durability": null, - "name": "Bagged marigolds", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8460" - }, - { - "requirements": "{22,76}", - "shop_price": "15000", - "examine": "You can plant this in your garden.", - "durability": null, - "name": "Bagged roses", - "tradeable": "true", - "low_alchemy": "6000", - "high_alchemy": "9000", - "weight": "10", - "archery_ticket_price": "0", - "id": "8461" - }, - { - "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", - "archery_ticket_price": "0", - "id": "8463" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Rune heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8464", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Rune heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8466", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Rune heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8468", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Rune heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8470", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Rune heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8472", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Rune heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8474", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Rune heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8476", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Rune heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8478", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Rune heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8480", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Rune heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8482", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Rune heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8484", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Rune heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8486", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Rune heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8488", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Rune heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8490", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Rune heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8492", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Rune heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8494", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "1", - "durability": null, - "name": "Crude wooden chair", - "archery_ticket_price": "0", - "id": "8496" - }, - { - "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", - "durability": null, - "name": "Wooden chair", - "archery_ticket_price": "0", - "id": "8498" - }, - { - "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", - "durability": null, - "name": "Rocking chair", - "archery_ticket_price": "0", - "id": "8500" - }, - { - "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", - "durability": null, - "name": "Oak chair", - "archery_ticket_price": "0", - "id": "8502" - }, - { - "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", - "durability": null, - "name": "Oak armchair", - "archery_ticket_price": "0", - "id": "8504" - }, - { - "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", - "durability": null, - "name": "Teak armchair", - "archery_ticket_price": "0", - "id": "8506" - }, - { - "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", - "durability": null, - "name": "Mahogany armchair", - "archery_ticket_price": "0", - "id": "8508" - }, - { - "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", - "durability": null, - "name": "Wooden bookcase", - "archery_ticket_price": "0", - "id": "8510" - }, - { - "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", - "durability": null, - "name": "Oak bookcase", - "archery_ticket_price": "0", - "id": "8512" - }, - { - "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", - "durability": null, - "name": "Mahogany b'kcase", - "archery_ticket_price": "0", - "id": "8514" - }, - { - "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", - "durability": null, - "name": "Beer barrel", - "archery_ticket_price": "0", - "id": "8516" - }, - { - "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", - "durability": null, - "name": "Cider barrel", - "archery_ticket_price": "0", - "id": "8518" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "16900", - "durability": null, - "name": "Cider barrel", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8519" - }, - { - "shop_price": "3", - "ge_buy_limit": "100", - "examine": "Probably the finest readily-available ale in Asgarnia.", - "grand_exchange_price": "4586", - "durability": null, - "name": "Asgarnian ale", - "tradeable": "true", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "8520" - }, - { - "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 glass of frothy ale.", - "grand_exchange_price": "8875", - "durability": null, - "name": "Greenman's ale", - "tradeable": "true", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "8522" - }, - { - "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", - "ge_buy_limit": "100", - "examine": "A glass of bitter.", - "grand_exchange_price": "10300", - "durability": null, - "name": "Dragon bitter", - "tradeable": "true", - "high_alchemy": "1", - "weight": "1", - "archery_ticket_price": "0", - "id": "8524" - }, - { - "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 fruity, full-bodied ale.", - "grand_exchange_price": "48800", - "durability": null, - "name": "Chef's delight", - "tradeable": "true", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "8526" - }, - { - "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", - "durability": null, - "name": "Wood kitchen table", - "archery_ticket_price": "0", - "id": "8528" - }, - { - "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", - "durability": null, - "name": "Oak kitchen table", - "archery_ticket_price": "0", - "id": "8530" - }, - { - "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", - "durability": null, - "name": "Teak kitchen table", - "archery_ticket_price": "0", - "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", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8535" - }, - { - "durability": null, - "name": "Eagle lectern", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8537" - }, - { - "durability": null, - "name": "Demon lectern", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8539" - }, - { - "durability": null, - "name": "Teak eagle lectern", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8541" - }, - { - "durability": null, - "name": "Teak demon lectern", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8543" - }, - { - "durability": null, - "name": "Mahogany eagle", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8545" - }, - { - "durability": null, - "name": "Mahogany demon", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8547" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "1", - "durability": null, - "name": "Wood dining table", - "archery_ticket_price": "0", - "id": "8548" - }, - { - "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", - "durability": null, - "name": "Oak dining table", - "archery_ticket_price": "0", - "id": "8550" - }, - { - "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", - "durability": null, - "name": "Carved oak table", - "archery_ticket_price": "0", - "id": "8552" - }, - { - "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", - "durability": null, - "name": "Teak table", - "archery_ticket_price": "0", - "id": "8554" - }, - { - "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", - "durability": null, - "name": "Carved teak table", - "archery_ticket_price": "0", - "id": "8556" - }, - { - "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", - "durability": null, - "name": "Mahogany table", - "archery_ticket_price": "0", - "id": "8558" - }, - { - "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", - "durability": null, - "name": "Opulent table", - "archery_ticket_price": "0", - "id": "8560" - }, - { - "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", - "durability": null, - "name": "Wooden bench", - "archery_ticket_price": "0", - "id": "8562" - }, - { - "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", - "durability": null, - "name": "Oak bench", - "archery_ticket_price": "0", - "id": "8564" - }, - { - "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", - "durability": null, - "name": "Carved oak bench", - "archery_ticket_price": "0", - "id": "8566" - }, - { - "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", - "durability": null, - "name": "Teak dining bench", - "archery_ticket_price": "0", - "id": "8568" - }, - { - "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", - "durability": null, - "name": "Carved teak bench", - "archery_ticket_price": "0", - "id": "8570" - }, - { - "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", - "durability": null, - "name": "Mahogany bench", - "archery_ticket_price": "0", - "id": "8572" - }, - { - "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", - "durability": null, - "name": "Gilded bench", - "archery_ticket_price": "0", - "id": "8574" - }, - { - "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", - "durability": null, - "name": "Wooden bed", - "archery_ticket_price": "0", - "id": "8576" - }, - { - "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", - "durability": null, - "name": "Oak bed", - "archery_ticket_price": "0", - "id": "8578" - }, - { - "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", - "durability": null, - "name": "Large oak bed", - "archery_ticket_price": "0", - "id": "8580" - }, - { - "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", - "durability": null, - "name": "Teak bed", - "archery_ticket_price": "0", - "id": "8582" - }, - { - "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", - "durability": null, - "name": "Large teak bed", - "archery_ticket_price": "0", - "id": "8584" - }, - { - "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", - "durability": null, - "name": "4-poster", - "archery_ticket_price": "0", - "id": "8586" - }, - { - "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", - "durability": null, - "name": "Gilded 4-poster", - "archery_ticket_price": "0", - "id": "8588" - }, - { - "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", - "durability": null, - "name": "Oak clock", - "archery_ticket_price": "0", - "id": "8590" - }, - { - "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", - "durability": null, - "name": "Teak clock", - "archery_ticket_price": "0", - "id": "8592" - }, - { - "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", - "durability": null, - "name": "Gilded clock", - "archery_ticket_price": "0", - "id": "8594" - }, - { - "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", - "durability": null, - "name": "Shaving stand", - "archery_ticket_price": "0", - "id": "8596" - }, - { - "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", - "durability": null, - "name": "Oak shaving stand", - "archery_ticket_price": "0", - "id": "8598" - }, - { - "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", - "durability": null, - "name": "Oak dresser", - "archery_ticket_price": "0", - "id": "8600" - }, - { - "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", - "durability": null, - "name": "Teak dresser", - "archery_ticket_price": "0", - "id": "8602" - }, - { - "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", - "durability": null, - "name": "Fancy teak dresser", - "archery_ticket_price": "0", - "id": "8604" - }, - { - "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", - "durability": null, - "name": "Mahogany dresser", - "archery_ticket_price": "0", - "id": "8606" - }, - { - "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", - "durability": null, - "name": "Gilded dresser", - "archery_ticket_price": "0", - "id": "8608" - }, - { - "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", - "durability": null, - "name": "Shoe box", - "archery_ticket_price": "0", - "id": "8610" - }, - { - "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", - "durability": null, - "name": "Oak drawers", - "archery_ticket_price": "0", - "id": "8612" - }, - { - "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", - "durability": null, - "name": "Oak wardrobe", - "archery_ticket_price": "0", - "id": "8614" - }, - { - "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", - "durability": null, - "name": "Teak drawers", - "archery_ticket_price": "0", - "id": "8616" - }, - { - "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", - "durability": null, - "name": "Teak wardrobe", - "archery_ticket_price": "0", - "id": "8618" - }, - { - "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", - "durability": null, - "name": "Mahogany 'drobe", - "archery_ticket_price": "0", - "id": "8620" - }, - { - "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", - "durability": null, - "name": "Gilded wardrobe", - "archery_ticket_price": "0", - "id": "8622" - }, - { - "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", - "id": "8625" - }, - { - "durability": null, - "name": "Elemental sphere", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8627" - }, - { - "durability": null, - "name": "Crystal of power", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8629" - }, - { - "durability": null, - "name": "Globe", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8631" - }, - { - "durability": null, - "name": "Ornamental globe", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8633" - }, - { - "durability": null, - "name": "Lunar globe", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8635" - }, - { - "durability": null, - "name": "Celestial globe", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8637" - }, - { - "durability": null, - "name": "Armillary sphere", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8639" - }, - { - "durability": null, - "name": "Small orrery", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8641" - }, - { - "durability": null, - "name": "Large orrery", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8643" - }, - { - "durability": null, - "name": "Wooden telescope", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8645" - }, - { - "durability": null, - "name": "Teak telescope", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8647" - }, - { - "durability": null, - "name": "Mahogany 'scope", - "tradeable": "true", - "archery_ticket_price": "0", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "stand_turn_anim": "1426" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Steel heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8682", - "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Steel heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8684", - "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Steel heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8686", - "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Steel heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8688", - "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Steel heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8690", - "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Steel heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8692", - "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Steel heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8694", - "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Steel heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8696", - "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Steel heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8698", - "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Steel heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8700", - "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Steel heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8702", - "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Steel heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8704", - "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Steel heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8706", - "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Steel heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8708", - "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Steel heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8710", - "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Steel heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8712", - "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5.4", - "absorb": "3,0,7", - "equipment_slot": "5", - "lendable": "true", - "grand_exchange_price": "32583", - "name": "Rune kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8714", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" - }, - { - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5.4", - "absorb": "3,0,7", - "equipment_slot": "5", - "lendable": "true", - "grand_exchange_price": "32583", - "name": "Rune kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8716", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" - }, - { - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5.4", - "absorb": "3,0,7", - "equipment_slot": "5", - "lendable": "true", - "grand_exchange_price": "32583", - "name": "Rune kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8718", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" - }, - { - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5.4", - "absorb": "3,0,7", - "equipment_slot": "5", - "lendable": "true", - "grand_exchange_price": "32583", - "name": "Rune kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8720", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" - }, - { - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5.4", - "absorb": "3,0,7", - "equipment_slot": "5", - "lendable": "true", - "grand_exchange_price": "32583", - "name": "Rune kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8722", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" - }, - { - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5.4", - "absorb": "3,0,7", - "equipment_slot": "5", - "lendable": "true", - "grand_exchange_price": "32583", - "name": "Rune kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8724", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" - }, - { - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5.4", - "absorb": "3,0,7", - "equipment_slot": "5", - "lendable": "true", - "grand_exchange_price": "32583", - "name": "Rune kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8726", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" - }, - { - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5.4", - "absorb": "3,0,7", - "equipment_slot": "5", - "lendable": "true", - "grand_exchange_price": "32583", - "name": "Rune kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8728", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" - }, - { - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5.4", - "absorb": "3,0,7", - "equipment_slot": "5", - "lendable": "true", - "grand_exchange_price": "32583", - "name": "Rune kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8730", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" - }, - { - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5.4", - "absorb": "3,0,7", - "equipment_slot": "5", - "lendable": "true", - "grand_exchange_price": "32583", - "name": "Rune kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8732", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" - }, - { - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5.4", - "absorb": "3,0,7", - "equipment_slot": "5", - "lendable": "true", - "grand_exchange_price": "32583", - "name": "Rune kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8734", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" - }, - { - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5.4", - "absorb": "3,0,7", - "equipment_slot": "5", - "lendable": "true", - "grand_exchange_price": "32583", - "name": "Rune kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8736", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" - }, - { - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5.4", - "absorb": "3,0,7", - "equipment_slot": "5", - "lendable": "true", - "grand_exchange_price": "32583", - "name": "Rune kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8738", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" - }, - { - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5.4", - "absorb": "3,0,7", - "equipment_slot": "5", - "lendable": "true", - "grand_exchange_price": "32583", - "name": "Rune kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8740", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" - }, - { - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5.4", - "absorb": "3,0,7", - "equipment_slot": "5", - "lendable": "true", - "grand_exchange_price": "32583", - "name": "Rune kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8742", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" - }, - { - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5.4", - "absorb": "3,0,7", - "equipment_slot": "5", - "lendable": "true", - "grand_exchange_price": "32583", - "name": "Rune kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8744", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" - }, - { - "shop_price": "850", - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "340", - "high_alchemy": "510", - "weight": "5.4", - "equipment_slot": "5", - "grand_exchange_price": "346", - "name": "Steel kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8746", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" - }, - { - "shop_price": "850", - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "340", - "high_alchemy": "510", - "weight": "5.4", - "equipment_slot": "5", - "grand_exchange_price": "346", - "name": "Steel kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8748", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" - }, - { - "shop_price": "850", - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "340", - "high_alchemy": "510", - "weight": "5.4", - "equipment_slot": "5", - "grand_exchange_price": "346", - "name": "Steel kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8750", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" - }, - { - "shop_price": "850", - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "340", - "high_alchemy": "510", - "weight": "5.4", - "equipment_slot": "5", - "grand_exchange_price": "346", - "name": "Steel kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8752", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" - }, - { - "shop_price": "850", - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "340", - "high_alchemy": "510", - "weight": "5.4", - "equipment_slot": "5", - "grand_exchange_price": "346", - "name": "Steel kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8754", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" - }, - { - "shop_price": "850", - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "340", - "high_alchemy": "510", - "weight": "5.4", - "equipment_slot": "5", - "grand_exchange_price": "346", - "name": "Steel kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8756", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" - }, - { - "shop_price": "850", - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "340", - "high_alchemy": "510", - "weight": "5.4", - "equipment_slot": "5", - "grand_exchange_price": "346", - "name": "Steel kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8758", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" - }, - { - "shop_price": "850", - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "340", - "high_alchemy": "510", - "weight": "5.4", - "equipment_slot": "5", - "grand_exchange_price": "346", - "name": "Steel kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8760", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" - }, - { - "shop_price": "850", - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "340", - "high_alchemy": "510", - "weight": "5.4", - "equipment_slot": "5", - "grand_exchange_price": "346", - "name": "Steel kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8762", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" - }, - { - "shop_price": "850", - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "340", - "high_alchemy": "510", - "weight": "5.4", - "equipment_slot": "5", - "grand_exchange_price": "346", - "name": "Steel kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8764", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" - }, - { - "shop_price": "850", - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "340", - "high_alchemy": "510", - "weight": "5.4", - "equipment_slot": "5", - "grand_exchange_price": "346", - "name": "Steel kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8766", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" - }, - { - "shop_price": "850", - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "340", - "high_alchemy": "510", - "weight": "5.4", - "equipment_slot": "5", - "grand_exchange_price": "346", - "name": "Steel kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8768", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" - }, - { - "shop_price": "850", - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "340", - "high_alchemy": "510", - "weight": "5.4", - "equipment_slot": "5", - "grand_exchange_price": "346", - "name": "Steel kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8770", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" - }, - { - "shop_price": "850", - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "340", - "high_alchemy": "510", - "weight": "5.4", - "equipment_slot": "5", - "grand_exchange_price": "346", - "name": "Steel kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8772", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" - }, - { - "shop_price": "850", - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "340", - "high_alchemy": "510", - "weight": "5.4", - "equipment_slot": "5", - "grand_exchange_price": "346", - "name": "Steel kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8774", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" - }, - { - "shop_price": "850", - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "340", - "high_alchemy": "510", - "weight": "5.4", - "equipment_slot": "5", - "grand_exchange_price": "346", - "name": "Steel kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8776", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" - }, - { - "ge_buy_limit": "10000", - "examine": "A plank of sturdy oak.", - "grand_exchange_price": "660", - "durability": null, - "name": "Oak plank", - "tradeable": "true", - "low_alchemy": "100", - "high_alchemy": "150", - "weight": "0.8", - "archery_ticket_price": "0", - "id": "8778" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "660", - "durability": null, - "name": "Oak plank", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8779" - }, - { - "shop_price": "500", - "ge_buy_limit": "10000", - "examine": "A plank of fine teak.", - "grand_exchange_price": "959", - "durability": null, - "name": "Teak plank", - "tradeable": "true", - "low_alchemy": "200", - "high_alchemy": "300", - "weight": "0.8", - "archery_ticket_price": "0", - "id": "8780" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "959", - "durability": null, - "name": "Teak plank", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8781" - }, - { - "shop_price": "1500", - "ge_buy_limit": "10000", - "examine": "A plank of expensive mahogany.", - "grand_exchange_price": "2286", - "durability": null, - "name": "Mahogany plank", - "tradeable": "true", - "low_alchemy": "600", - "high_alchemy": "900", - "weight": "0.8", - "archery_ticket_price": "0", - "id": "8782" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "2286", - "durability": null, - "name": "Mahogany plank", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8783" - }, - { - "shop_price": "130000", - "ge_buy_limit": "100", - "examine": "A very delicate sheet of gold.", - "grand_exchange_price": "133800", - "durability": null, - "name": "Gold leaf", - "tradeable": "true", - "low_alchemy": "52000", - "high_alchemy": "78000", - "weight": "1", - "archery_ticket_price": "0", - "id": "8784" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "133800", - "durability": null, - "name": "Gold leaf", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8785" - }, - { - "shop_price": "325000", - "ge_buy_limit": "100", - "examine": "A beautifully carved marble block.", - "grand_exchange_price": "324800", - "durability": null, - "name": "Marble block", - "tradeable": "true", - "low_alchemy": "130000", - "high_alchemy": "195000", - "weight": "13.6", - "archery_ticket_price": "0", - "id": "8786" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "324800", - "durability": null, - "name": "Marble block", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8787" - }, - { - "shop_price": "975000", - "ge_buy_limit": "100", - "examine": "A magic stone to make high-level furniture.", - "grand_exchange_price": "980300", - "durability": null, - "name": "Magic stone", - "tradeable": "true", - "low_alchemy": "390000", - "high_alchemy": "585000", - "weight": "1", - "archery_ticket_price": "0", - "id": "8788" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "980300", - "durability": null, - "name": "Magic stone", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8789" - }, - { - "shop_price": "650", - "ge_buy_limit": "100", - "examine": "A bolt of ordinary cloth.", - "grand_exchange_price": "1090", - "durability": null, - "name": "Bolt of cloth", - "tradeable": "true", - "low_alchemy": "200", - "high_alchemy": "300", - "weight": "1", - "archery_ticket_price": "0", - "id": "8790" - }, - { - "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.", - "grand_exchange_price": "1630", - "durability": null, - "name": "Clockwork", - "tradeable": "true", - "low_alchemy": "200", - "high_alchemy": "300", - "weight": "1", - "archery_ticket_price": "0", - "id": "8792" - }, - { - "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", - "examine": "Good for cutting wood.", - "durability": null, - "low_alchemy": "5", - "high_alchemy": "7", - "weight": "1", - "equipment_slot": "3", - "grand_exchange_price": "64", - "name": "Saw", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8794" - }, - { - "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", - "id": "8836" - }, - { - "shop_price": "1", - "ge_buy_limit": "1000", - "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" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "29", - "durability": null, - "name": "Timber beam", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8838" - }, - { - "shop_price": "250", - "examine": "Torso armour from the order of the Void Knights.", - "durability": null, - "low_alchemy": "19200", - "high_alchemy": "28800", - "weight": "6.8", - "equipment_slot": "4", - "remove_sleeves": "true", - "name": "Void knight top", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "8839", - "bonuses": "0,0,0,0,0,45,45,45,45,45,45,0,0,0,0" - }, - { - "shop_price": "250", - "examine": "Leg armour of the order of the Void Knights.", - "durability": null, - "name": "Void knight robe", - "tradeable": "false", - "low_alchemy": "18000", - "high_alchemy": "27000", - "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" - }, - { - "shop_price": "250", - "examine": "A mace used by the order of the Void Knights.", - "durability": null, - "low_alchemy": "4800", - "high_alchemy": "7200", - "weight": "1", - "attack_speed": "5", - "weapon_interface": "1", - "render_anim": "2553", - "equipment_slot": "3", - "name": "Void knight mace", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "8841", - "bonuses": "22,0,41,8,0,2,2,2,2,2,0,38,6,0,0" - }, - { - "shop_price": "150", - "examine": "Gloves as used by the order of the Void Knights.", - "durability": null, - "name": "Void knight gloves", - "tradeable": "false", - "low_alchemy": "2420", - "high_alchemy": "3631", - "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", - "equipment_slot": "9" - }, - { - "examine": "A defensive weapon.", - "durability": null, - "name": "Bronze defender", - "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", - "equipment_slot": "5" - }, - { - "examine": "A defensive weapon.", - "durability": null, - "name": "Iron defender", - "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", - "equipment_slot": "5" - }, - { - "requirements": "{0,5}-{1,5}", - "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", - "defence_anim": "4177", - "equipment_slot": "5" - }, - { - "requirements": "{0,10}-{1,10}", - "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", - "defence_anim": "4177", - "equipment_slot": "5" - }, - { - "requirements": "{0,20}-{1,20}", - "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", - "defence_anim": "4177", - "equipment_slot": "5" - }, - { - "requirements": "{0,30}-{1,30}", - "examine": "A defensive weapon.", - "durability": null, - "name": "Adamant defender", - "weight": "0.4", - "archery_ticket_price": "0", - "id": "8849", - "bonuses": "13,12,11,-3,-2,13,12,11,-3,-2,6,4,0,0,0", - "defence_anim": "4177", - "equipment_slot": "5" - }, - { - "requirements": "{0,40}-{1,40}", - "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", - "defence_anim": "4177", - "equipment_slot": "5" - }, - { - "examine": "Warrior Guild Token.", - "durability": null, - "name": "Warrior guild token", - "archery_ticket_price": "0", - "id": "8851" - }, - { - "examine": "Large, round, heavy shield.", - "durability": null, - "name": "Defensive shield", - "weight": "3.6", - "archery_ticket_price": "0", - "two_handed": "true", - "id": "8856", - "bonuses": "0,0,0,-6,-2,8,9,7,0,8,0,0,0,0,0", - "equipment_slot": "5" - }, - { - "examine": "Just landed 18lb shot.", - "durability": null, - "name": "18lb shot", - "destroy": "true", - "archery_ticket_price": "0", - "id": "8858" - }, - { - "examine": "Just landed 22lb shot.", - "durability": null, - "name": "22lb shot", - "destroy": "true", - "archery_ticket_price": "0", - "id": "8859" - }, - { - "examine": "To put on your head.", - "durability": null, - "name": "One barrel", - "destroy": "true", - "weight": "4.5", - "archery_ticket_price": "0", - "id": "8860", - "equipment_slot": "0" - }, - { - "examine": "To put on your head.", - "durability": null, - "name": "Two barrels", - "destroy": "true", - "weight": "9", - "archery_ticket_price": "0", - "id": "8861", - "equipment_slot": "0" - }, - { - "examine": "To put on your head.", - "durability": null, - "name": "Three barrels", - "destroy": "true", - "weight": "13.5", - "archery_ticket_price": "0", - "id": "8862", - "equipment_slot": "0" - }, - { - "examine": "To put on your head.", - "durability": null, - "name": "Four barrels", - "destroy": "true", - "weight": "18.1", - "archery_ticket_price": "0", - "id": "8863", - "equipment_slot": "0" - }, - { - "examine": "To put on your head.", - "durability": null, - "name": "Five barrels", - "destroy": "true", - "weight": "22.6", - "archery_ticket_price": "0", - "id": "8864", - "equipment_slot": "0" - }, - { - "examine": "A heap of finely ground ashes.", - "durability": null, - "name": "Ground ashes", - "archery_ticket_price": "0", - "id": "8865" - }, - { - "examine": "A key made of solid iron.", - "durability": null, - "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", - "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, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "0.4", - "weapon_interface": "5", - "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", - "archery_ticket_price": "0", - "id": "8872", - "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "2855", - "durability": null, - "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, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "0.4", - "weapon_interface": "5", - "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)", - "archery_ticket_price": "0", - "id": "8874", - "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "3033", - "durability": null, - "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, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "0.4", - "weapon_interface": "5", - "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+)", - "archery_ticket_price": "0", - "id": "8876", - "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "3523", - "durability": null, - "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, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "0.4", - "weapon_interface": "5", - "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++)", - "archery_ticket_price": "0", - "id": "8878", - "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "8337", - "durability": null, - "name": "Bone dagger (p++)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8879" - }, - { - "ge_buy_limit": "100", - "turn90cw_anim": "821", - "examine": "This fires crossbow bolts.", - "walk_anim": "4226", - "has_special": "true", - "low_alchemy": "800", - "turn90ccw_anim": "822", - "attack_speed": "6", - "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, - "high_alchemy": "1200", - "weight": "2.2", - "weapon_interface": "17", - "render_anim": "175", - "attack_audios": "2700,0,0,0", - "name": "Dorgeshuun c'bow" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "1159", - "durability": null, - "name": "Dorgeshuun c'bow", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8881" - }, - { - "requirements": "{4,28}", - "shop_price": "4", - "ge_buy_limit": "10000", - "examine": "Good if you have a bone crossbow!", - "durability": null, - "low_alchemy": "1", - "high_alchemy": "2", - "equipment_slot": "13", - "grand_exchange_price": "12", - "name": "Bone bolts", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8882", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,49" - }, - { - "examine": "See article", - "durability": null, - "name": "Zanik", - "archery_ticket_price": "0", - "id": "8887" - }, - { - "bankable": "false", - "examine": "100,000 or more: \"X x coins\" where X is the exact number of coins in the stack.", - "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, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "10", - "equipment_slot": "0", - "grand_exchange_price": "989400", - "name": "Black mask (10)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8901", - "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0" - }, - { - "ge_buy_limit": "10", - "grand_exchange_price": "989400", - "durability": null, - "name": "Black mask (10)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8902" - }, - { - "requirements": "{1,20}-{2,10}", - "examine": "A magic cave horror mask.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "10", - "equipment_slot": "0", - "grand_exchange_price": "583700", - "name": "Black mask (9)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8903", - "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0" - }, - { - "durability": null, - "name": "Black mask (9)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8904" - }, - { - "requirements": "{1,20}-{2,10}", - "examine": "A magic cave horror mask.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "10", - "equipment_slot": "0", - "grand_exchange_price": "583700", - "name": "Black mask (8)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8905", - "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0" - }, - { - "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.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "10", - "equipment_slot": "0", - "grand_exchange_price": "583700", - "name": "Black mask (7)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8907", - "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,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.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "10", - "equipment_slot": "0", - "grand_exchange_price": "583700", - "name": "Black mask (6)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8909", - "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,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.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "10", - "equipment_slot": "0", - "grand_exchange_price": "583700", - "name": "Black mask (5)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8911", - "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,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.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "10", - "equipment_slot": "0", - "grand_exchange_price": "583700", - "name": "Black mask (4)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8913", - "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,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.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "10", - "equipment_slot": "0", - "grand_exchange_price": "583700", - "name": "Black mask (3)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8915", - "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,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.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "10", - "equipment_slot": "0", - "grand_exchange_price": "583700", - "name": "Black mask (2)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8917", - "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,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.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "10", - "equipment_slot": "0", - "grand_exchange_price": "583700", - "name": "Black mask (1)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8919", - "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,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.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "10", - "equipment_slot": "0", - "grand_exchange_price": "956100", - "name": "Black mask", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8921", - "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,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", - "low_alchemy": "360", - "high_alchemy": "540", - "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 (colour) bandana and a patch for the right eye.", - "durability": null, - "name": "Bandana and eyepatch", - "tradeable": "true", - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "0.1", - "archery_ticket_price": "0", - "id": "8924", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "A (colour) bandana and a patch for the right eye.", - "durability": null, - "name": "Bandana and eyepatch", - "tradeable": "true", - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "0.1", - "archery_ticket_price": "0", - "id": "8925", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "A (colour) bandana and a patch for the right eye.", - "durability": null, - "name": "Bandana and eyepatch", - "tradeable": "true", - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "0.1", - "archery_ticket_price": "0", - "id": "8926", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "A (colour) bandana and a patch for the right eye.", - "durability": null, - "name": "Bandana and eyepatch", - "tradeable": "true", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "72", - "high_alchemy": "108", - "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", - "low_alchemy": "40", - "tradeable": "false", - "high_alchemy": "60", - "destroy": "true", - "archery_ticket_price": "0", - "id": "8952", - "equipment_slot": "4" - }, - { - "remove_sleeves": "true", - "shop_price": "100", - "examine": "...You can sail the seven seas...", - "durability": null, - "name": "Green naval shirt", - "low_alchemy": "40", - "tradeable": "false", - "high_alchemy": "60", - "destroy": "true", - "archery_ticket_price": "0", - "id": "8953", - "equipment_slot": "4" - }, - { - "remove_sleeves": "true", - "shop_price": "100", - "examine": "...You can sail the seven seas...", - "durability": null, - "name": "Red naval shirt", - "low_alchemy": "40", - "tradeable": "false", - "high_alchemy": "60", - "destroy": "true", - "archery_ticket_price": "0", - "id": "8954", - "equipment_slot": "4" - }, - { - "remove_sleeves": "true", - "shop_price": "100", - "examine": "...You can sail the seven seas...", - "durability": null, - "name": "Brown naval shirt", - "low_alchemy": "40", - "tradeable": "false", - "high_alchemy": "60", - "destroy": "true", - "archery_ticket_price": "0", - "id": "8955", - "equipment_slot": "4" - }, - { - "remove_sleeves": "true", - "shop_price": "100", - "examine": "...You can sail the seven seas...", - "durability": null, - "name": "Black naval shirt", - "low_alchemy": "40", - "tradeable": "false", - "high_alchemy": "60", - "destroy": "true", - "archery_ticket_price": "0", - "id": "8956", - "equipment_slot": "4" - }, - { - "remove_sleeves": "true", - "shop_price": "100", - "examine": "...You can sail the seven seas...", - "durability": null, - "name": "Purple naval shirt", - "low_alchemy": "40", - "tradeable": "false", - "high_alchemy": "60", - "destroy": "true", - "archery_ticket_price": "0", - "id": "8957", - "equipment_slot": "4" - }, - { - "remove_sleeves": "true", - "shop_price": "100", - "examine": "...You can sail the seven seas...", - "durability": null, - "name": "Grey naval shirt", - "low_alchemy": "40", - "tradeable": "false", - "high_alchemy": "60", - "destroy": "true", - "archery_ticket_price": "0", - "id": "8958", - "equipment_slot": "4" - }, - { - "shop_price": "50", - "examine": "I could never look square in this.", - "durability": null, - "name": "Blue tricorn hat", - "low_alchemy": "20", - "high_alchemy": "30", - "archery_ticket_price": "0", - "id": "8959", - "equipment_slot": "0" - }, - { - "shop_price": "50", - "examine": "I could never look square in this.", - "durability": null, - "name": "Green tricorn hat", - "low_alchemy": "20", - "high_alchemy": "30", - "archery_ticket_price": "0", - "id": "8960", - "equipment_slot": "0" - }, - { - "shop_price": "50", - "examine": "I could never look square in this.", - "durability": null, - "name": "Red tricorn hat", - "low_alchemy": "20", - "high_alchemy": "30", - "archery_ticket_price": "0", - "id": "8961", - "equipment_slot": "0" - }, - { - "shop_price": "50", - "examine": "I could never look square in this.", - "durability": null, - "name": "Brown tricorn hat", - "low_alchemy": "20", - "high_alchemy": "30", - "archery_ticket_price": "0", - "id": "8962", - "equipment_slot": "0" - }, - { - "shop_price": "50", - "examine": "I could never look square in this.", - "durability": null, - "name": "Black tricorn hat", - "low_alchemy": "20", - "high_alchemy": "30", - "archery_ticket_price": "0", - "id": "8963", - "equipment_slot": "0" - }, - { - "shop_price": "50", - "examine": "I could never look square in this.", - "durability": null, - "name": "Purple tricorn hat", - "low_alchemy": "20", - "high_alchemy": "30", - "archery_ticket_price": "0", - "id": "8964", - "equipment_slot": "0" - }, - { - "shop_price": "50", - "examine": "I could never look square in this.", - "durability": null, - "name": "Grey tricorn hat", - "low_alchemy": "20", - "high_alchemy": "30", - "archery_ticket_price": "0", - "id": "8965", - "equipment_slot": "0" - }, - { - "shop_price": "200", - "turn90cw_anim": "1424", - "examine": "The flag of The Cutthroat.", - "walk_anim": "1422", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "weight": "6", - "turn90ccw_anim": "1425", - "weapon_interface": "14", - "turn180_anim": "1423", - "render_anim": "131", - "equipment_slot": "3", - "stand_anim": "1421", - "name": "Cutthroat flag", - "run_anim": "1427", - "archery_ticket_price": "0", - "id": "8966", - "stand_turn_anim": "1426" - }, - { - "shop_price": "200", - "turn90cw_anim": "1424", - "examine": "The flag of The Guilded Smile.", - "walk_anim": "1422", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "weight": "6", - "turn90ccw_anim": "1425", - "attack_speed": "2", - "weapon_interface": "14", - "turn180_anim": "1423", - "render_anim": "131", - "equipment_slot": "3", - "stand_anim": "1421", - "name": "Guilded smile flag", - "run_anim": "1427", - "archery_ticket_price": "0", - "id": "8967", - "stand_turn_anim": "1426" - }, - { - "shop_price": "300", - "turn90cw_anim": "1424", - "examine": "The flag of The Bronze Fist.", - "walk_anim": "1422", - "durability": null, - "low_alchemy": "120", - "high_alchemy": "180", - "weight": "6", - "turn90ccw_anim": "1425", - "weapon_interface": "14", - "turn180_anim": "1423", - "render_anim": "131", - "equipment_slot": "3", - "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, - "low_alchemy": "160", - "high_alchemy": "240", - "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", - "archery_ticket_price": "0", - "id": "8972" - }, - { - "durability": null, - "name": "Bowl of red water", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8973" - }, - { - "examine": "A Bowl of blue water.", - "durability": null, - "name": "Bowl of blue water", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8974" - }, - { - "durability": null, - "name": "Bowl of blue water", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8975" - }, - { - "examine": "Monkeys seem to like throwing these.", - "durability": null, - "name": "Bitternut", - "archery_ticket_price": "0", - "id": "8976" - }, - { - "examine": "Greasy bark from the scrapey tree.", - "durability": null, - "name": "Scrapey bark", - "weight": "1.1", - "archery_ticket_price": "0", - "id": "8977" - }, - { - "durability": null, - "name": "Scrapey bark", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8978" - }, - { - "examine": "Caution; not for use over troubled water.", - "durability": null, - "name": "Bridge section", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8979" - }, - { - "durability": null, - "name": "Bridge section", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8980" - }, - { - "examine": "Better than sea slugs.", - "durability": null, - "name": "Sweetgrubs", - "archery_ticket_price": "0", - "id": "8981" - }, - { - "durability": null, - "name": "Sweetgrubs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8982" - }, - { - "shop_price": "2", - "examine": "It's an empty bucket.", - "grand_exchange_price": "50", - "durability": null, - "name": "Bucket", - "tradeable": "true", - "high_alchemy": "1", - "weight": "1", - "archery_ticket_price": "0", - "id": "8986" - }, - { - "durability": null, - "name": "Torch", - "archery_ticket_price": "0", - "id": "8987", - "equipment_slot": "3" - }, - { - "shop_price": "5", - "examine": "Apparently good for brewing.", - "durability": null, - "name": "The stuff", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "8991", - "equipment_slot": "7" - }, - { - "shop_price": "100", - "examine": "Not for slackers", - "durability": null, - "name": "Green navy slacks", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "8992", - "equipment_slot": "7" - }, - { - "shop_price": "100", - "examine": "Not for slackers", - "durability": null, - "name": "Red navy slacks", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "8993", - "equipment_slot": "7" - }, - { - "shop_price": "100", - "examine": "Not for slackers", - "durability": null, - "name": "Brown navy slacks", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "8994", - "equipment_slot": "7" - }, - { - "shop_price": "100", - "examine": "Not for slackers", - "durability": null, - "name": "Black navy slacks", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "8995", - "equipment_slot": "7" - }, - { - "shop_price": "100", - "examine": "Not for slackers", - "durability": null, - "name": "Purple navy slacks", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "8996", - "equipment_slot": "7" - }, - { - "shop_price": "100", - "examine": "Not for slackers", - "durability": null, - "name": "Grey navy slacks", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "8997", - "equipment_slot": "7" - }, - { - "durability": null, - "name": "Bandana and eyepatch", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8998" - }, - { - "durability": null, - "name": "Bandana and eyepatch", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8999" - }, - { - "durability": null, - "name": "Bandana and eyepatch", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "9000" - }, - { - "durability": null, - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "destroy": "true", - "archery_ticket_price": "0", - "id": "9005", - "bonuses": "0,0,0,-3,-1,1,2,3,0,0,0,0,0,0,0", - "equipment_slot": "10" - }, - { - "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, - "name": "Fighting boots", - "tradeable": "false", - "destroy": "true", - "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, - "name": "Right skull half", - "tradeable": "false", - "weight": "1", - "archery_ticket_price": "0", - "id": "9007" - }, - { - "examine": "Ooooh spooky!", - "durability": null, - "name": "Left skull half", - "tradeable": "false", - "destroy": "true", - "weight": "4", - "archery_ticket_price": "0", - "id": "9008" - }, - { - "examine": "Seems to be for use with a staff or sceptre of some sort.", - "durability": null, - "name": "Strange skull", - "tradeable": "false", - "weight": "1.2", - "archery_ticket_price": "0", - "id": "9009" - }, - { - "examine": "Top half of a broken sceptre.", - "durability": null, - "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", - "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", - "archery_ticket_price": "0", - "id": "9014" - }, - { - "durability": null, - "name": "Stronghold notes", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "9015" - }, - { - "examine": "Oversized nail clippings.", - "durability": null, - "name": "Gorak claws", - "low_alchemy": "60", - "high_alchemy": "90", - "archery_ticket_price": "0", - "id": "9016" - }, - { - "examine": "A flower with magical properties.", - "durability": null, - "name": "Star flower", - "low_alchemy": "30", - "high_alchemy": "45", - "archery_ticket_price": "0", - "id": "9017" - }, - { - "examine": "Ground-down gorak claws.", - "durability": null, - "name": "Gorak claw powder", - "low_alchemy": "60", - "high_alchemy": "90", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "9026" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "187", - "durability": null, - "name": "Ivory comb", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "9027" - }, - { - "ge_buy_limit": "100", - "examine": "Simon Templeton at the Agility Pyramid will give me 1000 coins for this.", - "grand_exchange_price": "513", - "durability": null, - "name": "Golden scarab", - "tradeable": "true", - "low_alchemy": "12", - "high_alchemy": "18", - "archery_ticket_price": "0", - "id": "9028" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "513", - "durability": null, - "name": "Golden scarab", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "9029" - }, - { - "ge_buy_limit": "100", - "examine": "Little ornament in the shape of a scarab.", - "grand_exchange_price": "168", - "durability": null, - "name": "Stone scarab", - "tradeable": "true", - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "0.07", - "archery_ticket_price": "0", - "id": "9030" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "168", - "durability": null, - "name": "Stone scarab", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "9031" - }, - { - "ge_buy_limit": "100", - "examine": "A small pottery scarab.", - "grand_exchange_price": "74", - "durability": null, - "name": "Pottery scarab", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "1", - "archery_ticket_price": "0", - "id": "9032" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "74", - "durability": null, - "name": "Pottery scarab", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "9033" - }, - { - "ge_buy_limit": "100", - "examine": "A small golden statuette.", - "grand_exchange_price": "740", - "durability": null, - "name": "Golden statuette", - "tradeable": "true", - "low_alchemy": "12", - "high_alchemy": "18", - "archery_ticket_price": "0", - "id": "9034" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "740", - "durability": null, - "name": "Golden statuette", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "9035" - }, - { - "ge_buy_limit": "100", - "examine": "A small pottery statuette.", - "grand_exchange_price": "97", - "durability": null, - "name": "Pottery statuette", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "0.1", - "archery_ticket_price": "0", - "id": "9036" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "97", - "durability": null, - "name": "Pottery statuette", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "9037" - }, - { - "ge_buy_limit": "100", - "examine": "A small stone statuette.", - "grand_exchange_price": "193", - "durability": null, - "name": "Stone statuette", - "tradeable": "true", - "low_alchemy": "8", - "high_alchemy": "12", - "archery_ticket_price": "0", - "id": "9038" - }, - { - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "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" - }, - { - "ge_buy_limit": "10", - "turn90cw_anim": "1207", - "examine": "Fully charged: This sceptre is fully charged.", - "walk_anim": "1205", - "low_alchemy": "40", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "two_handed": "true", - "turn180_anim": "1206", - "equipment_slot": "3", - "grand_exchange_price": "1000000", - "stand_anim": "813", - "tradeable": "true", - "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", - "requirements": "{0,30}-{6,30}", - "durability": null, - "high_alchemy": "60", - "destroy": "true", - "weight": "2", - "weapon_interface": "3", - "render_anim": "28", - "name": "Pharaoh's sceptre" - }, - { - "ge_buy_limit": "10", - "grand_exchange_price": "1000000", - "durability": null, - "name": "Pharaoh's sceptre", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "9045" - }, - { - "turn90cw_anim": "1207", - "examine": "Fully charged: This sceptre is fully charged.", - "walk_anim": "1205", - "low_alchemy": "40", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "two_handed": "true", - "turn180_anim": "1206", - "equipment_slot": "3", - "grand_exchange_price": "27", - "stand_anim": "813", - "tradeable": "true", - "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", - "requirements": "{0,30}-{6,30}", - "durability": null, - "high_alchemy": "60", - "destroy": "true", - "weight": "2", - "weapon_interface": "3", - "render_anim": "28", - "name": "Pharaoh's sceptre" - }, - { - "durability": null, - "name": "Pharaoh's sceptre", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "9047" - }, - { - "turn90cw_anim": "1207", - "examine": "Fully charged: This sceptre is fully charged.", - "walk_anim": "1205", - "low_alchemy": "40", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "two_handed": "true", - "turn180_anim": "1206", - "equipment_slot": "3", - "grand_exchange_price": "27", - "stand_anim": "813", - "tradeable": "true", - "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", - "requirements": "{0,30}-{6,30}", - "durability": null, - "high_alchemy": "60", - "destroy": "true", - "weight": "2", - "weapon_interface": "3", - "render_anim": "28", - "name": "Pharaoh's sceptre" - }, - { - "durability": null, - "name": "Pharaoh's sceptre", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "9049" - }, - { - "ge_buy_limit": "10", - "turn90cw_anim": "1207", - "examine": "Fully charged: This sceptre is fully charged.", - "walk_anim": "1205", - "low_alchemy": "40", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "two_handed": "true", - "turn180_anim": "1206", - "equipment_slot": "3", - "grand_exchange_price": "985800", - "stand_anim": "813", - "tradeable": "true", - "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", - "requirements": "{0,30}-{6,30}", - "durability": null, - "high_alchemy": "60", - "destroy": "true", - "weight": "2", - "weapon_interface": "3", - "render_anim": "28", - "name": "Pharaoh's sceptre" - }, - { - "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", - "low_alchemy": "16", - "high_alchemy": "24", - "weight": "3", - "archery_ticket_price": "0", - "id": "9054", - "equipment_slot": "4" - }, - { - "examine": "Armour designed to fit goblins.", - "durability": null, - "name": "Black goblin mail", - "low_alchemy": "16", - "high_alchemy": "24", - "weight": "3", - "archery_ticket_price": "0", - "id": "9055", - "equipment_slot": "4" - }, - { - "examine": "Armour designed to fit goblins.", - "durability": null, - "name": "Yellow goblin mail", - "low_alchemy": "16", - "high_alchemy": "24", - "weight": "3", - "archery_ticket_price": "0", - "id": "9056", - "equipment_slot": "4" - }, - { - "examine": "Armour designed to fit goblins.", - "durability": null, - "name": "Green goblin mail", - "low_alchemy": "16", - "high_alchemy": "24", - "weight": "3", - "archery_ticket_price": "0", - "id": "9057", - "equipment_slot": "4" - }, - { - "examine": "Armour designed to fit goblins.", - "durability": null, - "name": "Purple goblin mail", - "low_alchemy": "16", - "high_alchemy": "24", - "weight": "3", - "archery_ticket_price": "0", - "id": "9058", - "equipment_slot": "4" - }, - { - "examine": "Armour designed to fit goblins.", - "durability": null, - "name": "Pink goblin mail", - "low_alchemy": "16", - "high_alchemy": "24", - "weight": "3", - "archery_ticket_price": "0", - "id": "9059", - "equipment_slot": "4" - }, - { - "examine": "A mystical lantern casting a green beam.", - "durability": null, - "name": "Emerald lantern", - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "1.3", - "archery_ticket_price": "0", - "id": "9064" - }, - { - "examine": "A mystical lantern casting a green beam.", - "durability": null, - "name": "Emerald lantern", - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "1.3", - "archery_ticket_price": "0", - "id": "9065", - "equipment_slot": "5" - }, - { - "examine": "A roughly circular disc of glass.", - "durability": null, - "name": "Emerald lens", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "400", - "high_alchemy": "600", - "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" - }, - { - "shop_price": "1000", - "examine": "A mystical hat.", - "durability": null, - "name": "Moonclan hat", - "low_alchemy": "400", - "high_alchemy": "600", - "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" - }, - { - "remove_sleeves": "true", - "shop_price": "1000", - "examine": "Provides good protection.", - "durability": null, - "name": "Moonclan armour", - "low_alchemy": "400", - "high_alchemy": "600", - "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" - }, - { - "shop_price": "1000", - "examine": "This should protect my legs.", - "durability": null, - "name": "Moonclan skirt", - "low_alchemy": "400", - "high_alchemy": "600", - "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" - }, - { - "shop_price": "900", - "examine": "These should keep my hands safe.", - "durability": null, - "name": "Moonclan gloves", - "low_alchemy": "360", - "high_alchemy": "540", - "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" - }, - { - "shop_price": "900", - "examine": "Groovy foot protection.", - "durability": null, - "name": "Moonclan boots", - "low_alchemy": "360", - "high_alchemy": "540", - "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" - }, - { - "shop_price": "200", - "examine": "A mystical cape.", - "durability": null, - "name": "Moonclan cape", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "29", - "high_alchemy": "44", - "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", - "destroy": "true", - "archery_ticket_price": "0", - "id": "9077" - }, - { - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "archery_ticket_price": "0", - "id": "9079" - }, - { - "examine": "An untanned piece of suqah hide.", - "durability": null, - "name": "Suqah hide", - "low_alchemy": "24", - "high_alchemy": "36", - "archery_ticket_price": "0", - "id": "9080" - }, - { - "examine": "A piece of Suqah hide that has been expertly tanned into leather.", - "durability": null, - "name": "Suqah leather", - "low_alchemy": "24", - "high_alchemy": "36", - "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" - }, - { - "shop_price": "30000", - "turn90cw_anim": "1207", - "requirements": "{6,65}", - "examine": "A Moonclan staff.", - "walk_anim": "1205", - "durability": null, - "destroy": "true", - "weight": "2.2", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "weapon_interface": "1", - "turn180_anim": "1206", - "render_anim": "28", - "equipment_slot": "3", - "destroy_message": "The Oneiromancer might be able to help you get another.", - "stand_anim": "813", - "attack_audios": "2555,0,0,0", - "name": "Lunar staff", - "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" - }, - { - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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" - }, - { - "turn90cw_anim": "1207", - "requirements": "{6,65}", - "examine": "A staff enchanted by air.", - "walk_anim": "1205", - "durability": null, - "low_alchemy": "6", - "high_alchemy": "9", - "destroy": "true", - "weight": "1", - "turn90ccw_anim": "1208", - "weapon_interface": "1", - "turn180_anim": "1206", - "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" - }, - { - "turn90cw_anim": "1207", - "requirements": "{6,65}", - "examine": "A staff enchanted by air and fire.", - "walk_anim": "1205", - "durability": null, - "low_alchemy": "6", - "high_alchemy": "9", - "destroy": "true", - "weight": "1", - "turn90ccw_anim": "1208", - "weapon_interface": "1", - "turn180_anim": "1206", - "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" - }, - { - "turn90cw_anim": "1207", - "requirements": "{6,65}", - "examine": "A staff enchanted by air, fire and water.", - "walk_anim": "1205", - "durability": null, - "low_alchemy": "6", - "high_alchemy": "9", - "destroy": "true", - "weight": "1", - "turn90ccw_anim": "1208", - "weapon_interface": "1", - "turn180_anim": "1206", - "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", - "shop_price": "15000", - "requirements": "{1,40}-{6,65}", - "examine": "A mystical helmet.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "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" - }, - { - "shop_price": "120000", - "requirements": "{1,40}-{6,65}", - "examine": "Provides good protection.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "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" - }, - { - "shop_price": "80000", - "requirements": "{1,40}-{6,65}", - "examine": "These should protect my legs.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "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" - }, - { - "shop_price": "10000", - "requirements": "{1,40}-{6,65}", - "examine": "These should keep my hands safe.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "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" - }, - { - "shop_price": "10000", - "requirements": "{1,40}-{6,65}", - "examine": "Mystical foot protection.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "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" - }, - { - "shop_price": "12000", - "requirements": "{1,40}-{6,65}", - "examine": "Oooo pretty!", - "durability": null, - "low_alchemy": "1", - "high_alchemy": "1", - "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" - }, - { - "shop_price": "4000", - "examine": "Awesome.", - "requirements": "{1,40}-{6,65}", - "durability": null, - "low_alchemy": "12", - "high_alchemy": "18", - "destroy": "true", - "equipment_slot": "2", - "destroy_message": "The Oneiromancer might be able to help you get another.", - "name": "Lunar amulet", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "9102", - "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,0,0,0" - }, - { - "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", - "low_alchemy": "12", - "tradeable": "false", - "high_alchemy": "18", - "destroy": "true", - "archery_ticket_price": "0", - "id": "9103" - }, - { - "shop_price": "2000", - "examine": "A mysterious ring that can fill the wearer with magical power.", - "requirements": "{1,40}-{6,65}", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "equipment_slot": "12", - "destroy_message": "The Oneiromancer might be able to help you get another.", - "name": "Lunar ring", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "9104", - "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0" - }, - { - "requirements": "", - "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.", - "durability": null, - "high_alchemy": "1", - "equipment_slot": "13", - "grand_exchange_price": "41", - "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" - }, - { - "requirements": "{4,31}", - "shop_price": "150", - "ge_buy_limit": "10000", - "examine": "Steel crossbow bolts.", - "durability": null, - "low_alchemy": "3", - "high_alchemy": "4", - "equipment_slot": "13", - "grand_exchange_price": "90", - "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" - }, - { - "requirements": "{4,36}", - "shop_price": "32", - "ge_buy_limit": "10000", - "examine": "Mithril crossbow bolts.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "equipment_slot": "13", - "grand_exchange_price": "108", - "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" - }, - { - "requirements": "{4,46}", - "shop_price": "23", - "ge_buy_limit": "10000", - "examine": "Adamantite crossbow bolts.", - "durability": null, - "low_alchemy": "23", - "high_alchemy": "34", - "equipment_slot": "13", - "grand_exchange_price": "210", - "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" - }, - { - "requirements": "{4,61}", - "ge_buy_limit": "10000", - "examine": "Runite crossbow bolts.", - "durability": null, - "low_alchemy": "120", - "high_alchemy": "180", - "equipment_slot": "13", - "grand_exchange_price": "627", - "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" - }, - { - "requirements": "{4,26}", - "shop_price": "6", - "ge_buy_limit": "10000", - "examine": "Silver crossbow bolts.", - "durability": null, - "low_alchemy": "2", - "high_alchemy": "3", - "equipment_slot": "13", - "grand_exchange_price": "8", - "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" - }, - { - "ge_buy_limit": "500", - "turn90cw_anim": "821", - "examine": "A bronze crossbow.", - "walk_anim": "4226", - "low_alchemy": "29", - "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, - "high_alchemy": "43", - "weight": "4", - "weapon_interface": "17", - "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, - "low_alchemy": "37", - "high_alchemy": "55", - "weight": "4", - "turn90ccw_anim": "822", - "attack_speed": "6", - "weapon_interface": "17", - "turn180_anim": "4227", - "render_anim": "175", - "equipment_slot": "3", - "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", - "low_alchemy": "62", - "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, - "high_alchemy": "94", - "weight": "4", - "weapon_interface": "17", - "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", - "low_alchemy": "144", - "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, - "high_alchemy": "216", - "weight": "5", - "weapon_interface": "17", - "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" - }, - { - "requirements": "{4,36}", - "ge_buy_limit": "500", - "turn90cw_anim": "821", - "walk_anim": "4226", - "durability": null, - "turn90ccw_anim": "822", - "weapon_interface": "17", - "turn180_anim": "4227", - "render_anim": "175", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "4230,4230,4230,4230", - "grand_exchange_price": "355", - "stand_anim": "4591", - "attack_audios": "2700,0,0,0", - "name": "Mith crossbow", - "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" - }, - { - "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", - "low_alchemy": "706", - "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, - "high_alchemy": "1060", - "weight": "6", - "weapon_interface": "17", - "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", - "low_alchemy": "6480", - "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, - "high_alchemy": "9720", - "weight": "6", - "weapon_interface": "17", - "render_anim": "175", - "lendable": "true", - "attack_audios": "2700,0,0,0", - "name": "Rune crossbow" - }, - { - "ge_buy_limit": "500", - "grand_exchange_price": "9706", - "durability": null, - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "5", - "high_alchemy": "7", - "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", - "low_alchemy": "6", - "high_alchemy": "10", - "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", - "low_alchemy": "13", - "high_alchemy": "19", - "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", - "low_alchemy": "26", - "high_alchemy": "40", - "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", - "low_alchemy": "53", - "high_alchemy": "79", - "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", - "low_alchemy": "24", - "high_alchemy": "36", - "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", - "low_alchemy": "400", - "high_alchemy": "600", - "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", - "low_alchemy": "2", - "high_alchemy": "4", - "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)", - "low_alchemy": "5", - "high_alchemy": "7", - "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.", - "durability": null, - "low_alchemy": "6", - "high_alchemy": "9", - "equipment_slot": "13", - "grand_exchange_price": "36", - "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" - }, - { - "requirements": "{4,31}", - "ge_buy_limit": "25000", - "examine": "Enchanted Red Topaz tipped Steel Crossbow Bolts.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "equipment_slot": "13", - "grand_exchange_price": "44", - "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" - }, - { - "requirements": "{4,36}", - "shop_price": "103", - "ge_buy_limit": "25000", - "examine": "Enchanted Sapphire tipped Mithril Crossbow Bolts.", - "durability": null, - "low_alchemy": "16", - "high_alchemy": "24", - "equipment_slot": "13", - "grand_exchange_price": "95", - "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" - }, - { - "requirements": "{4,36}", - "ge_buy_limit": "25000", - "examine": "Enchanted Emerald tipped Mithril Crossbow Bolts.", - "durability": null, - "low_alchemy": "23", - "high_alchemy": "35", - "equipment_slot": "13", - "grand_exchange_price": "304", - "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" - }, - { - "requirements": "{4,46}", - "ge_buy_limit": "25000", - "examine": "Enchanted Ruby tipped Adamantite Crossbow Bolts.", - "durability": null, - "low_alchemy": "55", - "high_alchemy": "82", - "equipment_slot": "13", - "grand_exchange_price": "450", - "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" - }, - { - "requirements": "{4,46}", - "ge_buy_limit": "25000", - "examine": "Enchanted Diamond tipped Adamantite Crossbow Bolts.", - "durability": null, - "low_alchemy": "84", - "high_alchemy": "126", - "equipment_slot": "13", - "grand_exchange_price": "1631", - "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" - }, - { - "requirements": "{4,61}", - "ge_buy_limit": "25000", - "examine": "Enchanted Dragonstone tipped Runite Crossbow Bolts.", - "durability": null, - "low_alchemy": "425", - "high_alchemy": "637", - "equipment_slot": "13", - "grand_exchange_price": "3217", - "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" - }, - { - "requirements": "{4,61}", - "ge_buy_limit": "25000", - "examine": "Enchanted Onyx tipped runite Crossbow Bolts.", - "durability": null, - "low_alchemy": "6000", - "high_alchemy": "9000", - "equipment_slot": "13", - "grand_exchange_price": "8870", - "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" - }, - { - "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.", - "durability": null, - "high_alchemy": "1", - "equipment_slot": "13", - "grand_exchange_price": "88", - "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" - }, - { - "requirements": "{4,31}", - "ge_buy_limit": "10000", - "examine": "Steel crossbow bolts.", - "durability": null, - "low_alchemy": "3", - "high_alchemy": "4", - "equipment_slot": "13", - "grand_exchange_price": "132", - "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" - }, - { - "requirements": "{4,36}", - "shop_price": "32", - "ge_buy_limit": "10000", - "examine": "Mithril crossbow bolts.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "equipment_slot": "13", - "grand_exchange_price": "146", - "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" - }, - { - "requirements": "{4,46}", - "shop_price": "23", - "ge_buy_limit": "10000", - "examine": "Adamantite crossbow bolts.", - "durability": null, - "low_alchemy": "23", - "high_alchemy": "34", - "equipment_slot": "13", - "grand_exchange_price": "302", - "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" - }, - { - "requirements": "{4,61}", - "ge_buy_limit": "10000", - "examine": "Runite crossbow bolts.", - "durability": null, - "low_alchemy": "120", - "high_alchemy": "180", - "equipment_slot": "13", - "grand_exchange_price": "734", - "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" - }, - { - "requirements": "{4,26}", - "shop_price": "6", - "ge_buy_limit": "10000", - "examine": "Silver crossbow bolts.", - "durability": null, - "low_alchemy": "2", - "high_alchemy": "3", - "equipment_slot": "13", - "grand_exchange_price": "34", - "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" - }, - { - "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.", - "durability": null, - "high_alchemy": "1", - "equipment_slot": "13", - "grand_exchange_price": "185", - "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" - }, - { - "requirements": "{4,31}", - "ge_buy_limit": "10000", - "examine": "Steel crossbow bolts.", - "durability": null, - "low_alchemy": "3", - "high_alchemy": "4", - "equipment_slot": "13", - "grand_exchange_price": "215", - "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" - }, - { - "requirements": "{4,36}", - "shop_price": "32", - "ge_buy_limit": "10000", - "examine": "Mithril crossbow bolts.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "equipment_slot": "13", - "grand_exchange_price": "296", - "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" - }, - { - "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.", - "durability": null, - "low_alchemy": "120", - "high_alchemy": "180", - "equipment_slot": "13", - "grand_exchange_price": "1130", - "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" - }, - { - "requirements": "{4,26}", - "shop_price": "6", - "ge_buy_limit": "10000", - "examine": "Silver crossbow bolts.", - "durability": null, - "low_alchemy": "2", - "high_alchemy": "3", - "equipment_slot": "13", - "grand_exchange_price": "129", - "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" - }, - { - "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.", - "durability": null, - "high_alchemy": "1", - "equipment_slot": "13", - "grand_exchange_price": "1136", - "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" - }, - { - "requirements": "{4,31}", - "ge_buy_limit": "10000", - "examine": "Steel crossbow bolts.", - "durability": null, - "low_alchemy": "3", - "high_alchemy": "4", - "equipment_slot": "13", - "grand_exchange_price": "1088", - "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" - }, - { - "requirements": "{4,36}", - "shop_price": "32", - "ge_buy_limit": "10000", - "examine": "Mithril crossbow bolts.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "equipment_slot": "13", - "grand_exchange_price": "903", - "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" - }, - { - "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.", - "durability": null, - "low_alchemy": "120", - "high_alchemy": "180", - "equipment_slot": "13", - "grand_exchange_price": "1581", - "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" - }, - { - "requirements": "{4,26}", - "shop_price": "6", - "ge_buy_limit": "10000", - "examine": "Silver crossbow bolts.", - "durability": null, - "low_alchemy": "2", - "high_alchemy": "3", - "equipment_slot": "13", - "grand_exchange_price": "1211", - "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" - }, - { - "requirements": "{4,16}", - "examine": "Jade tipped blurite bolts.", - "durability": null, - "name": "Jade bolts", - "low_alchemy": "5", - "high_alchemy": "7", - "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.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "equipment_slot": "13", - "grand_exchange_price": "60", - "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" - }, - { - "requirements": "{4,36}", - "ge_buy_limit": "25000", - "examine": "Sapphire tipped Mithril crossbow bolts.", - "durability": null, - "low_alchemy": "14", - "high_alchemy": "22", - "equipment_slot": "13", - "grand_exchange_price": "89", - "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" - }, - { - "requirements": "{4,36}", - "ge_buy_limit": "25000", - "examine": "Emerald tipped Mithril crossbow bolts.", - "durability": null, - "low_alchemy": "21", - "high_alchemy": "31", - "equipment_slot": "13", - "grand_exchange_price": "177", - "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" - }, - { - "requirements": "{4,46}", - "ge_buy_limit": "25000", - "examine": "Ruby tipped Adamantite crossbow bolts.", - "durability": null, - "low_alchemy": "50", - "high_alchemy": "75", - "equipment_slot": "13", - "grand_exchange_price": "408", - "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" - }, - { - "requirements": "{4,46}", - "ge_buy_limit": "25000", - "examine": "Diamond tipped Adamantite crossbow bolts.", - "durability": null, - "low_alchemy": "76", - "high_alchemy": "115", - "equipment_slot": "13", - "grand_exchange_price": "1545", - "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" - }, - { - "requirements": "{4,61}", - "ge_buy_limit": "25000", - "examine": "Dragonstone tipped Runite crossbow bolts.", - "durability": null, - "low_alchemy": "386", - "high_alchemy": "580", - "equipment_slot": "13", - "grand_exchange_price": "3201", - "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" - }, - { - "requirements": "{4,61}", - "ge_buy_limit": "25000", - "examine": "Onyx tipped Runite crossbow bolts.", - "durability": null, - "low_alchemy": "5453", - "high_alchemy": "8179", - "equipment_slot": "13", - "grand_exchange_price": "8752", - "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" - }, - { - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "1", - "equipment_slot": "5", - "grand_exchange_price": "49", - "name": "Bronze limbs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "9420" - }, - { - "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", - "low_alchemy": "13", - "high_alchemy": "19", - "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.", - "durability": null, - "low_alchemy": "28", - "high_alchemy": "42", - "weight": "1", - "equipment_slot": "5", - "grand_exchange_price": "34", - "name": "Iron limbs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "9423" - }, - { - "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.", - "durability": null, - "low_alchemy": "100", - "high_alchemy": "150", - "weight": "2", - "equipment_slot": "5", - "grand_exchange_price": "97", - "name": "Steel limbs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "9425" - }, - { - "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.", - "durability": null, - "low_alchemy": "260", - "high_alchemy": "390", - "weight": "2", - "equipment_slot": "5", - "grand_exchange_price": "347", - "name": "Mithril limbs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "9427" - }, - { - "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.", - "durability": null, - "low_alchemy": "640", - "high_alchemy": "960", - "weight": "3", - "equipment_slot": "5", - "grand_exchange_price": "1434", - "name": "Adamantite limbs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "9429" - }, - { - "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.", - "durability": null, - "low_alchemy": "6400", - "high_alchemy": "9600", - "weight": "3", - "equipment_slot": "5", - "grand_exchange_price": "9441", - "name": "Runite limbs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "9431" - }, - { - "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", - "destroy": "true", - "weight": "1", - "archery_ticket_price": "0", - "id": "9433" - }, - { - "shop_price": "25", - "ge_buy_limit": "100", - "examine": "A mould for creating silver crossbow bolts.", - "grand_exchange_price": "409", - "durability": null, - "name": "Bolt mould", - "tradeable": "true", - "low_alchemy": "10", - "high_alchemy": "15", - "weight": "0.4", - "archery_ticket_price": "0", - "id": "9434" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "409", - "durability": null, - "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", - "high_alchemy": "1", - "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", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "equipment_slot": "3", - "grand_exchange_price": "1", - "name": "Wooden stock", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "9440" - }, - { - "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.", - "durability": null, - "low_alchemy": "10", - "high_alchemy": "16", - "weight": "3", - "equipment_slot": "3", - "grand_exchange_price": "1", - "name": "Oak stock", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "9442" - }, - { - "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.", - "durability": null, - "low_alchemy": "21", - "high_alchemy": "31", - "weight": "1", - "equipment_slot": "3", - "grand_exchange_price": "3", - "name": "Willow stock", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "9444" - }, - { - "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.", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "46", - "equipment_slot": "3", - "grand_exchange_price": "6", - "name": "Teak stock", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "9446" - }, - { - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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.", - "durability": null, - "low_alchemy": "53", - "high_alchemy": "79", - "weight": "3", - "equipment_slot": "3", - "grand_exchange_price": "23", - "name": "Mahogany stock", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "9450" - }, - { - "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.", - "durability": null, - "low_alchemy": "66", - "high_alchemy": "100", - "weight": "3", - "equipment_slot": "3", - "grand_exchange_price": "37", - "name": "Yew stock", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "9452" - }, - { - "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", - "low_alchemy": "16", - "high_alchemy": "24", - "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)", - "low_alchemy": "24", - "high_alchemy": "36", - "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", - "low_alchemy": "49", - "high_alchemy": "73", - "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", - "low_alchemy": "130", - "high_alchemy": "196", - "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", - "low_alchemy": "300", - "high_alchemy": "450", - "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", - "low_alchemy": "693", - "high_alchemy": "1039", - "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", - "low_alchemy": "6466", - "high_alchemy": "9700", - "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", - "low_alchemy": "100", - "high_alchemy": "150", - "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", - "low_alchemy": "400", - "high_alchemy": "600", - "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", - "low_alchemy": "400", - "high_alchemy": "600", - "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", - "low_alchemy": "100", - "high_alchemy": "150", - "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", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "9478" - }, - { - "shop_price": "1", - "examine": "This cheese & tomato batta needs garnishing with equa leaves.", - "durability": null, - "name": "Unfinished batta", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "9480" - }, - { - "shop_price": "1", - "examine": "This fruit batta needs garnishing with gnome spices.", - "durability": null, - "name": "Unfinished batta", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "9481" - }, - { - "shop_price": "1", - "examine": "This toad batta needs baking.", - "durability": null, - "name": "Half made batta", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "9483" - }, - { - "shop_price": "1", - "examine": "This veggie batta needs garnishing with equa leaves.", - "durability": null, - "name": "Unfinished batta", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "9485" - }, - { - "shop_price": "1", - "examine": "This worm batta needs garnishing with equa leaves.", - "durability": null, - "name": "Unfinished batta", - "high_alchemy": "1", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "weight": "0.2", - "archery_ticket_price": "0", - "id": "9559" - }, - { - "examine": "This unfinished choc bomb needs cream and chocolate dust.", - "durability": null, - "name": "Unfinished bowl", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "9560" - }, - { - "examine": "This unfinished veggie ball needs baking, and final ingredients", - "durability": null, - "name": "Half made bowl", - "high_alchemy": "1", - "weight": "0.2", - "archery_ticket_price": "0", - "id": "9561" - }, - { - "examine": "This unfinished veggie ball needs equa leaves.", - "durability": null, - "name": "Unfinished bowl", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "9562" - }, - { - "examine": "This unfinished worm hole needs baking, and final ingredients", - "durability": null, - "name": "Half made bowl", - "high_alchemy": "1", - "weight": "0.2", - "archery_ticket_price": "0", - "id": "9563" - }, - { - "examine": "This unfinished worm hole needs equa leaves.", - "durability": null, - "name": "Unfinished bowl", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "9567" - }, - { - "examine": "This fruit blast cocktail needs pouring and a lemon slice.", - "durability": null, - "name": "Mixed blast", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "9577" - }, - { - "examine": "This choco chip crunchy needs garnishing with chocolate dust.", - "durability": null, - "name": "Unfinished crunchy", - "tradeable": "true", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "9579" - }, - { - "examine": "This spicy crunchy needs garnishing with gnome spices.", - "durability": null, - "name": "Unfinished crunchy", - "tradeable": "true", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "9581" - }, - { - "examine": "This toad crunchy needs garnishing with equa leaves.", - "durability": null, - "name": "Unfinished crunchy", - "tradeable": "true", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "9583" - }, - { - "examine": "This worm crunchy needs garnishing with gnome spices.", - "durability": null, - "name": "Unfinished crunchy", - "tradeable": "true", - "high_alchemy": "1", - "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, - "low_alchemy": "220", - "high_alchemy": "330", - "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", - "low_alchemy": "40", - "tradeable": "false", - "high_alchemy": "60", - "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, - "low_alchemy": "200", - "high_alchemy": "300", - "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!", - "durability": null, - "low_alchemy": "200", - "high_alchemy": "300", - "weight": "0.9", - "equipment_slot": "7", - "grand_exchange_price": "1204", - "name": "Vyrewatch legs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "9636", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" - }, - { - "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!", - "durability": null, - "low_alchemy": "200", - "high_alchemy": "300", - "weight": "0.9", - "equipment_slot": "10", - "grand_exchange_price": "2874", - "name": "Vyrewatch shoes", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "9638", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" - }, - { - "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, - "low_alchemy": "2", - "high_alchemy": "3", - "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.", - "durability": null, - "low_alchemy": "2", - "high_alchemy": "3", - "weight": "0.9", - "equipment_slot": "7", - "grand_exchange_price": "491", - "name": "Citizen trousers", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "9642", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" - }, - { - "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.", - "durability": null, - "low_alchemy": "2", - "high_alchemy": "3", - "weight": "0.9", - "equipment_slot": "10", - "grand_exchange_price": "458", - "name": "Citizen shoes", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "9644", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" - }, - { - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "high_alchemy": "1", - "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, - "low_alchemy": "3200", - "high_alchemy": "4800", - "weight": "2", - "absorb": "1,0,2", - "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, - "low_alchemy": "4800", - "high_alchemy": "7200", - "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, - "low_alchemy": "4000", - "high_alchemy": "6000", - "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": "10", - "ge_buy_limit": "100", - "examine": "A Proselyte Temple Knight's leg armour.", - "durability": null, - "low_alchemy": "4000", - "high_alchemy": "6000", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "render_anim": "2584", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "381,390,390,390", - "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.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "0.1", - "equipment_slot": "0", - "grand_exchange_price": "196", - "name": "Elemental helmet", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "9729", - "bonuses": "0,0,0,0,0,0,0,0,4,0,0,0,0,0,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.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "0.2", - "equipment_slot": "5", - "grand_exchange_price": "8351", - "name": "Mind shield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "9731", - "bonuses": "0,0,0,0,0,0,0,0,9,0,25,0,0,0,0" - }, - { - "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.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "0.1", - "equipment_slot": "0", - "grand_exchange_price": "1589", - "name": "Mind helmet", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "9733", - "bonuses": "0,0,0,0,0,0,0,0,6,0,0,0,0,0,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", - "low_alchemy": "4", - "high_alchemy": "7", - "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", - "low_alchemy": "4", - "high_alchemy": "7", - "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", - "low_alchemy": "64", - "high_alchemy": "96", - "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", - "low_alchemy": "64", - "high_alchemy": "96", - "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", - "low_alchemy": "64", - "high_alchemy": "96", - "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", - "low_alchemy": "64", - "high_alchemy": "96", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by masters of attack.", - "durability": null, - "name": "Attack cape", - "tradeable": "false", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "durability": null, - "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", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape only worn by the strongest people.", - "durability": null, - "name": "Strength cape", - "tradeable": "false", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "durability": null, - "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", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by masters of the art of Defence.", - "durability": null, - "name": "Defence cape", - "tradeable": "false", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "durability": null, - "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", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by master archers.", - "durability": null, - "name": "Ranging cape", - "tradeable": "false", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "durability": null, - "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", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by the most pious of heroes.", - "durability": null, - "name": "Prayer cape", - "tradeable": "false", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "durability": null, - "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", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by the most powerful mages.", - "durability": null, - "name": "Magic cape", - "tradeable": "false", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "durability": null, - "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", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by master runecrafters.", - "durability": null, - "name": "Runecraft cape", - "tradeable": "false", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "durability": null, - "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", - "shop_price": "99000", - "examine": "Runecrafting skillcape hood.", - "durability": null, - "name": "Runecrafting hood", - "tradeable": "false", - "weight": "0.4", - "archery_ticket_price": "0", - "id": "9767", - "equipment_slot": "0" - }, - { - "shop_price": "99000", - "examine": "The cape worn by well-constituted adventurers.", - "durability": null, - "name": "Hitpoints cape", - "tradeable": "false", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "durability": null, - "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", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by the most agile of heroes.", - "durability": null, - "name": "Agility cape", - "tradeable": "false", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "durability": null, - "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", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by the most skilled at the art of herblore.", - "durability": null, - "name": "Herblore cape", - "tradeable": "false", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "durability": null, - "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", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by master thieves.", - "durability": null, - "name": "Thieving cape", - "tradeable": "false", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "durability": null, - "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", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by master craftworkers.", - "durability": null, - "name": "Crafting cape", - "tradeable": "false", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "durability": null, - "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", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by the best of fletchers.", - "durability": null, - "name": "Fletching cape", - "tradeable": "false", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "durability": null, - "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", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by slayer masters.", - "durability": null, - "name": "Slayer cape", - "tradeable": "false", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "durability": null, - "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", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by master builders.", - "durability": null, - "name": "Construct. cape", - "tradeable": "false", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "durability": null, - "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", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by the most skilled miners.", - "durability": null, - "name": "Mining cape", - "tradeable": "false", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "durability": null, - "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", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by master smiths.", - "durability": null, - "name": "Smithing cape", - "tradeable": "false", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "durability": null, - "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", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by the best fishermen.", - "durability": null, - "name": "Fishing cape", - "tradeable": "false", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "durability": null, - "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", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by the world's best chefs.", - "durability": null, - "name": "Cooking cape", - "tradeable": "false", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "durability": null, - "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", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by master firelighters.", - "durability": null, - "name": "Firemaking cape", - "tradeable": "false", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "durability": null, - "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", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by master woodcutters (Obtaining level 99 skill)", - "durability": null, - "name": "Woodcutting cape", - "tradeable": "false", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "durability": null, - "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", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by master farmers.", - "durability": null, - "name": "Farming cape", - "tradeable": "false", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "durability": null, - "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", - "shop_price": "99000", - "examine": "Farming skillcape hood.", - "durability": null, - "name": "Farming hood", - "tradeable": "false", - "weight": "0.4", - "archery_ticket_price": "0", - "id": "9812", - "equipment_slot": "0" - }, - { - "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", - "durability": null, - "name": "Oak cape rack", - "archery_ticket_price": "0", - "id": "9843" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "92", - "durability": null, - "name": "Teak cape rack", - "archery_ticket_price": "0", - "id": "9844" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "111", - "durability": null, - "name": "M'gany cape rack", - "archery_ticket_price": "0", - "id": "9845" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "130900", - "durability": null, - "name": "Gilded cape rack", - "archery_ticket_price": "0", - "id": "9846" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "329500", - "durability": null, - "name": "Marble cape rack", - "archery_ticket_price": "0", - "id": "9847" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "1000000", - "durability": null, - "name": "Magical cape rack", - "archery_ticket_price": "0", - "id": "9848" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "25", - "durability": null, - "name": "Oak toy box", - "archery_ticket_price": "0", - "id": "9849" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "165", - "durability": null, - "name": "Teak toy box", - "archery_ticket_price": "0", - "id": "9850" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "20", - "durability": null, - "name": "Mahogany toy box", - "archery_ticket_price": "0", - "id": "9851" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "111", - "durability": null, - "name": "Oak magic wardrobe", - "archery_ticket_price": "0", - "id": "9852" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "1", - "durability": null, - "name": "Carved oak magic wardrobe", - "archery_ticket_price": "0", - "id": "9853" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "133", - "durability": null, - "name": "Teak magic wardrobe", - "archery_ticket_price": "0", - "id": "9854" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "15", - "durability": null, - "name": "Carved teak magic wardrobe", - "archery_ticket_price": "0", - "id": "9855" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "129", - "durability": null, - "name": "Mahogany magic wardrobe", - "archery_ticket_price": "0", - "id": "9856" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "137700", - "durability": null, - "name": "Gilded magic wardrobe", - "archery_ticket_price": "0", - "id": "9857" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "335800", - "durability": null, - "name": "Marble magic wardrobe", - "archery_ticket_price": "0", - "id": "9858" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "17", - "durability": null, - "name": "Oak armour case", - "archery_ticket_price": "0", - "id": "9859" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "29", - "durability": null, - "name": "Teak armour case", - "archery_ticket_price": "0", - "id": "9860" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "88", - "durability": null, - "name": "M'gany arm'r case", - "archery_ticket_price": "0", - "id": "9861" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "24", - "durability": null, - "name": "Oak treasure chest", - "archery_ticket_price": "0", - "id": "9862" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "164", - "durability": null, - "name": "Teak treas' chest", - "archery_ticket_price": "0", - "id": "9863" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "41", - "durability": null, - "name": "M'gany treas' chest", - "archery_ticket_price": "0", - "id": "9864" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "62", - "durability": null, - "name": "Oak costume box", - "archery_ticket_price": "0", - "id": "9865" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "135", - "durability": null, - "name": "Teak costume box", - "archery_ticket_price": "0", - "id": "9866" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "60", - "durability": null, - "name": "Mahogany cos box", - "archery_ticket_price": "0", - "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", - "low_alchemy": "2", - "tradeable": "false", - "high_alchemy": "3", - "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", - "low_alchemy": "8", - "tradeable": "false", - "high_alchemy": "12", - "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", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by master hunters.", - "durability": null, - "name": "Hunter cape", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "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", - "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", - "low_alchemy": "64", - "high_alchemy": "96", - "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", - "low_alchemy": "25", - "high_alchemy": "37", - "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", - "low_alchemy": "7", - "high_alchemy": "10", - "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", - "low_alchemy": "25", - "high_alchemy": "37", - "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", - "low_alchemy": "10", - "high_alchemy": "15", - "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", - "low_alchemy": "10", - "high_alchemy": "15", - "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", - "low_alchemy": "35", - "high_alchemy": "53", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "3", - "high_alchemy": "4", - "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", - "low_alchemy": "6", - "high_alchemy": "9", - "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", - "low_alchemy": "6", - "high_alchemy": "9", - "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", - "low_alchemy": "6", - "high_alchemy": "9", - "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", - "low_alchemy": "6", - "high_alchemy": "9", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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.", - "durability": null, - "low_alchemy": "12", - "high_alchemy": "18", - "weight": "0.2", - "grand_exchange_price": "308", - "name": "Box trap", - "tradeable": "true", - "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": "{15,21}", - "shop_price": "24", - "ge_buy_limit": "100", - "turn90cw_anim": "1207", - "examine": "For catching butterflies...", - "walk_anim": "1205", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "0.2", - "turn90ccw_anim": "1208", - "attack_speed": "4", - "weapon_interface": "10", - "turn180_anim": "1206", - "render_anim": "28", - "equipment_slot": "3", - "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": "{15,21}", - "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", - "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", - "durability": null, - "name": "Black warlock", - "archery_ticket_price": "0", - "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", - "durability": null, - "name": "Snowy knight", - "archery_ticket_price": "0", - "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", - "durability": null, - "name": "Sapphire glacialis", - "archery_ticket_price": "0", - "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", - "durability": null, - "name": "Ruby harvest", - "archery_ticket_price": "0", - "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.", - "durability": null, - "low_alchemy": "288", - "high_alchemy": "432", - "weight": "1", - "grand_exchange_price": "784", - "name": "Magic box", - "tradeable": "true", - "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", - "low_alchemy": "288", - "high_alchemy": "432", - "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", - "low_alchemy": "288", - "high_alchemy": "432", - "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, - "low_alchemy": "20", - "high_alchemy": "30", - "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.", - "durability": null, - "low_alchemy": "7", - "high_alchemy": "10", - "weight": "0.02", - "grand_exchange_price": "1", - "name": "Rabbit snare", - "tradeable": "true", - "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, - "low_alchemy": "64", - "high_alchemy": "96", - "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.", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "weight": "0.2", - "equipment_slot": "7", - "grand_exchange_price": "449", - "name": "Kyatt legs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10035", - "bonuses": "0,0,0,0,-7,11,10,10,0,10,10,0,0,0,0" - }, - { - "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, - "low_alchemy": "80", - "high_alchemy": "120", - "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, - "low_alchemy": "400", - "high_alchemy": "600", - "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.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "0.2", - "equipment_slot": "7", - "grand_exchange_price": "2889", - "name": "Larupia legs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10041", - "bonuses": "0,0,0,0,-7,11,10,10,0,10,5,0,0,0,0" - }, - { - "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, - "low_alchemy": "40", - "high_alchemy": "60", - "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, - "low_alchemy": "200", - "high_alchemy": "300", - "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, - "low_alchemy": "60", - "high_alchemy": "90", - "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, - "low_alchemy": "60", - "high_alchemy": "90", - "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, - "low_alchemy": "300", - "high_alchemy": "450", - "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" - }, - { - "ge_buy_limit": "100", - "examine": "This should make me harder to spot in wooded areas.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "0.2", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "3527", - "name": "Wood camo top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10053", - "bonuses": "0,0,0,0,0,10,15,19,0,12,5,0,0,0,0" - }, - { - "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.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "0.2", - "equipment_slot": "7", - "grand_exchange_price": "3228", - "name": "Wood camo legs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10055", - "bonuses": "0,0,0,0,-7,11,10,10,0,10,0,0,0,0,0" - }, - { - "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, - "low_alchemy": "8", - "high_alchemy": "12", - "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.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "0.2", - "equipment_slot": "7", - "grand_exchange_price": "462", - "name": "Jungle camo legs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10059", - "bonuses": "0,0,0,0,-7,11,10,10,0,10,0,0,0,0,0" - }, - { - "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, - "low_alchemy": "8", - "high_alchemy": "12", - "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.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "0.2", - "equipment_slot": "7", - "grand_exchange_price": "910", - "name": "Desert camo legs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10063", - "bonuses": "0,0,0,0,-7,11,10,10,0,10,0,0,0,0,0" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "910", - "durability": null, - "name": "Desert camo legs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10064" - }, - { - "ge_buy_limit": "100", - "examine": "This should make me harder to spot in polar areas.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "0.2", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "7990", - "name": "Polar camo top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10065", - "bonuses": "0,0,0,0,0,10,15,19,0,12,5,0,0,0,0" - }, - { - "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", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "0.2", - "equipment_slot": "7", - "grand_exchange_price": "8389", - "name": "Polar camo legs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10067", - "bonuses": "0,0,0,0,-7,11,10,10,0,10,0,0,0,0,0" - }, - { - "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.", - "durability": null, - "low_alchemy": "160", - "high_alchemy": "240", - "weight": "-2.2", - "equipment_slot": "1", - "grand_exchange_price": "1140", - "name": "Spotted cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10069", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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.", - "durability": null, - "low_alchemy": "320", - "high_alchemy": "480", - "weight": "-4.5", - "equipment_slot": "1", - "grand_exchange_price": "1262", - "name": "Spottier cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10071", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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.", - "durability": null, - "low_alchemy": "160", - "high_alchemy": "240", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "951", - "name": "Spotted cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10073", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "requirements": "{21,66}", - "examine": "A really surprisingly aerodynamic cape.", - "durability": null, - "low_alchemy": "320", - "high_alchemy": "480", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "881", - "name": "Spottier cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10074", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "requirements": "{21,54}", - "ge_buy_limit": "100", - "examine": "Made from dark kebbit fur, these are perfect for tasks of a stealthier nature.", - "durability": null, - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "0.2", - "equipment_slot": "9", - "grand_exchange_price": "1063", - "name": "Gloves of silence", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10075", - "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0" - }, - { - "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.", - "durability": null, - "low_alchemy": "64", - "high_alchemy": "96", - "weight": "1", - "equipment_slot": "9", - "grand_exchange_price": "80", - "name": "Spiky vambraces", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10077", - "bonuses": "0,0,0,0,4,2,2,1,0,0,1,2,0,0,0" - }, - { - "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, - "low_alchemy": "1000", - "high_alchemy": "1500", - "weight": "1", - "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.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "equipment_slot": "9", - "grand_exchange_price": "1773", - "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" - }, - { - "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, - "low_alchemy": "1440", - "high_alchemy": "2160", - "weight": "1", - "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, - "low_alchemy": "1728", - "high_alchemy": "2592", - "weight": "1", - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "6", - "high_alchemy": "9", - "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", - "low_alchemy": "5", - "high_alchemy": "7", - "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", - "low_alchemy": "6", - "high_alchemy": "9", - "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", - "low_alchemy": "28", - "high_alchemy": "43", - "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", - "low_alchemy": "38", - "high_alchemy": "57", - "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", - "low_alchemy": "43", - "high_alchemy": "64", - "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", - "low_alchemy": "57", - "high_alchemy": "86", - "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", - "low_alchemy": "57", - "high_alchemy": "86", - "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", - "low_alchemy": "76", - "high_alchemy": "115", - "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", - "low_alchemy": "36", - "high_alchemy": "54", - "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", - "low_alchemy": "60", - "high_alchemy": "90", - "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", - "low_alchemy": "64", - "high_alchemy": "96", - "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", - "low_alchemy": "64", - "high_alchemy": "96", - "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", - "low_alchemy": "17", - "high_alchemy": "25", - "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", - "low_alchemy": "84", - "high_alchemy": "126", - "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", - "low_alchemy": "4", - "high_alchemy": "7", - "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", - "low_alchemy": "6", - "high_alchemy": "9", - "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", - "low_alchemy": "5", - "high_alchemy": "8", - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "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", - "low_alchemy": "60", - "high_alchemy": "90", - "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", - "low_alchemy": "108", - "high_alchemy": "162", - "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, - "low_alchemy": "14", - "high_alchemy": "21", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "48", - "high_alchemy": "72", - "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", - "low_alchemy": "48", - "high_alchemy": "72", - "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", - "durability": null, - "low_alchemy": "1", - "high_alchemy": "1", - "equipment_slot": "13", - "grand_exchange_price": "28", - "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" - }, - { - "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", - "low_alchemy": "40", - "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, - "high_alchemy": "60", - "destroy": "true", - "weight": "4", - "weapon_interface": "21", - "render_anim": "1277", - "name": "Orange salamander" - }, - { - "ge_buy_limit": "1000", - "turn90cw_anim": "5245", - "examine": "Slightly slimy but certainly striking.", - "walk_anim": "5245", - "low_alchemy": "60", - "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, - "high_alchemy": "90", - "destroy": "true", - "weight": "4", - "weapon_interface": "21", - "render_anim": "1277", - "name": "Red salamander" - }, - { - "ge_buy_limit": "1000", - "turn90cw_anim": "5245", - "examine": "Slightly slimy and somewhat menacing.", - "walk_anim": "5245", - "low_alchemy": "80", - "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, - "high_alchemy": "120", - "destroy": "true", - "weight": "4", - "weapon_interface": "21", - "render_anim": "1277", - "name": "Black salamander" - }, - { - "ge_buy_limit": "2000", - "turn90cw_anim": "5245", - "examine": "A very slimy and generally disgusting green lizard.", - "walk_anim": "5245", - "low_alchemy": "20", - "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, - "high_alchemy": "30", - "destroy": "true", - "weight": "4", - "weapon_interface": "21", - "render_anim": "1277", - "name": "Swamp lizard" - }, - { - "shop_price": "4", - "ge_buy_limit": "100", - "turn90cw_anim": "1207", - "examine": "A noose on a stick.", - "walk_anim": "5250", - "durability": null, - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "520", - "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, - "high_alchemy": "780", - "weight": "5", - "weapon_interface": "17", - "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.", - "durability": null, - "low_alchemy": "6", - "high_alchemy": "10", - "equipment_slot": "13", - "grand_exchange_price": "28", - "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" - }, - { - "requirements": "{4,50}", - "ge_buy_limit": "1000", - "examine": "Bolts made from the spikes of a razor-backed kebbit.", - "durability": null, - "low_alchemy": "12", - "high_alchemy": "18", - "equipment_slot": "13", - "grand_exchange_price": "352", - "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" - }, - { - "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10181" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10183" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10185" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10187" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10189" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10191" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10193" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10195" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10197" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10199" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10201" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10203" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10205" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10207" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10209" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10211" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10213" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10215" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10217" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10219" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10221" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10223" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10225" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10227" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10229" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10231" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10233" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10235" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10237" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10239" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10241" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10243" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10245" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10247" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10249" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10251" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10253" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10255" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10257" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10259" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10261" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10263" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10265" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10267" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10269" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10271" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10273" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10275" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10277" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "120", - "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, - "high_alchemy": "180", - "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", - "low_alchemy": "720", - "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, - "high_alchemy": "1080", - "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", - "low_alchemy": "1000", - "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, - "high_alchemy": "1500", - "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, - "low_alchemy": "14080", - "high_alchemy": "21120", - "absorb": "1,0,3", - "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, - "low_alchemy": "14080", - "high_alchemy": "21120", - "weight": "3", - "absorb": "1,0,3", - "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, - "low_alchemy": "14080", - "high_alchemy": "21120", - "weight": "4", - "absorb": "1,0,3", - "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, - "low_alchemy": "14080", - "high_alchemy": "21120", - "weight": "2", - "absorb": "1,0,3", - "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, - "low_alchemy": "14080", - "high_alchemy": "21120", - "weight": "2", - "absorb": "1,0,3", - "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, - "low_alchemy": "1408", - "high_alchemy": "2112", - "weight": "3", - "absorb": "1,0,2", - "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, - "low_alchemy": "1408", - "high_alchemy": "2112", - "weight": "3", - "absorb": "1,0,2", - "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, - "low_alchemy": "1408", - "high_alchemy": "2112", - "weight": "3", - "absorb": "1,0,2", - "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, - "low_alchemy": "1408", - "high_alchemy": "2112", - "weight": "3", - "absorb": "1,0,2", - "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, - "low_alchemy": "1408", - "high_alchemy": "2112", - "weight": "3", - "absorb": "1,0,2", - "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, - "low_alchemy": "422", - "high_alchemy": "633", - "weight": "1.8", - "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, - "low_alchemy": "422", - "high_alchemy": "633", - "weight": "1.8", - "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, - "low_alchemy": "422", - "high_alchemy": "633", - "weight": "1.8", - "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, - "low_alchemy": "422", - "high_alchemy": "633", - "weight": "1.8", - "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, - "low_alchemy": "422", - "high_alchemy": "633", - "weight": "1.8", - "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" - }, - { - "ge_buy_limit": "2", - "examine": "See table", - "durability": null, - "low_alchemy": "1", - "high_alchemy": "1", - "weight": "2", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "8196", - "name": "Bob shirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10316" - }, - { - "ge_buy_limit": "2", - "grand_exchange_price": "8196", - "durability": null, - "name": "Bob shirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10317" - }, - { - "ge_buy_limit": "2", - "examine": "See table", - "durability": null, - "low_alchemy": "1", - "high_alchemy": "1", - "weight": "2", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "14700", - "name": "Bob shirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10318" - }, - { - "ge_buy_limit": "2", - "grand_exchange_price": "14700", - "durability": null, - "name": "Bob shirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10319" - }, - { - "ge_buy_limit": "2", - "examine": "See table", - "durability": null, - "low_alchemy": "1", - "high_alchemy": "1", - "weight": "2", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "8403", - "name": "Bob shirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10320" - }, - { - "ge_buy_limit": "2", - "grand_exchange_price": "8403", - "durability": null, - "name": "Bob shirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10321" - }, - { - "ge_buy_limit": "2", - "examine": "See table", - "durability": null, - "low_alchemy": "1", - "high_alchemy": "1", - "weight": "2", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "9230", - "name": "Bob shirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10322" - }, - { - "ge_buy_limit": "2", - "grand_exchange_price": "9230", - "durability": null, - "name": "Bob shirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10323" - }, - { - "ge_buy_limit": "2", - "examine": "See table", - "durability": null, - "low_alchemy": "1", - "high_alchemy": "1", - "weight": "2", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "8197", - "name": "Bob shirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10324" - }, - { - "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", - "low_alchemy": "6", - "high_alchemy": "9", - "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", - "low_alchemy": "6", - "high_alchemy": "9", - "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,65}-{4,45}", - "ge_buy_limit": "2", - "examine": "Ancient range protection crafted from white dragonhide.", - "durability": null, - "low_alchemy": "18000", - "high_alchemy": "27000", - "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,65}-{4,45}", - "ge_buy_limit": "2", - "examine": "Fabulously ancient range protection crafted from white dragonhide.", - "durability": null, - "low_alchemy": "16000", - "high_alchemy": "24000", - "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,65}-{4,45}", - "ge_buy_limit": "5000", - "examine": "Ancient range protection crafted from white dragonhide.", - "durability": null, - "low_alchemy": "4000", - "high_alchemy": "6000", - "weight": "1", - "absorb": "0,3,1", - "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,65}-{4,45}", - "ge_buy_limit": "2", - "examine": "Fabulously ancient range protection crafted from white dragonhide.", - "durability": null, - "low_alchemy": "86000", - "high_alchemy": "129000", - "weight": "1", - "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,65}-{6,30}", - "ge_buy_limit": "2", - "examine": "Ancient mage protection enchanted in the Third-Age.", - "durability": null, - "low_alchemy": "18000", - "high_alchemy": "27000", - "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,65}-{6,30}", - "ge_buy_limit": "2", - "examine": "Ancient mage protection enchanted in the Third-Age.", - "durability": null, - "low_alchemy": "16000", - "high_alchemy": "24000", - "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,65}-{6,30}", - "ge_buy_limit": "2", - "examine": "Ancient mage protection enchanted in the Third-Age.", - "durability": null, - "low_alchemy": "4000", - "high_alchemy": "6000", - "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" - }, - { - "requirements": "{1,65}-{6,30}", - "ge_buy_limit": "2", - "examine": "Ancient mage protection enchanted in the Third-Age.", - "durability": null, - "low_alchemy": "8000", - "high_alchemy": "12000", - "equipment_slot": "2", - "lendable": "true", - "grand_exchange_price": "20100000", - "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" - }, - { - "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, - "low_alchemy": "80000", - "high_alchemy": "120000", - "weight": "2", - "absorb": "3,0,6", - "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, - "low_alchemy": "80000", - "high_alchemy": "120000", - "weight": "9", - "absorb": "4,0,9", - "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, - "low_alchemy": "36000", - "high_alchemy": "54000", - "weight": "1", - "absorb": "2,0,4", - "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, - "low_alchemy": "72000", - "high_alchemy": "108000", - "weight": "2", - "absorb": "5,0,11", - "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 very powerful dragonstone amulet.", - "grand_exchange_price": "233100", - "durability": null, - "name": "Amulet of glory(t4)", - "tradeable": "true", - "low_alchemy": "7050", - "high_alchemy": "10575", - "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", - "durability": null, - "name": "Amulet of glory(t4)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10355" - }, - { - "examine": "Uncharged: A very powerful dragonstone amulet. 1-4 charges: A dragonstone amulet with X magic charges.", - "grand_exchange_price": "1", - "durability": null, - "name": "Amulet of glory(t3)", - "tradeable": "true", - "low_alchemy": "7050", - "high_alchemy": "10575", - "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" - }, - { - "durability": null, - "name": "Amulet of glory(t3)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10357" - }, - { - "examine": "A very powerful dragonstone amulet.", - "grand_exchange_price": "1", - "durability": null, - "name": "Amulet of glory(t2)", - "tradeable": "true", - "low_alchemy": "7050", - "high_alchemy": "10575", - "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" - }, - { - "durability": null, - "name": "Amulet of glory(t2)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10359" - }, - { - "examine": "Uncharged: A very powerful dragonstone amulet. 1-4 charges: A dragonstone amulet with X magic charges.", - "grand_exchange_price": "1", - "durability": null, - "name": "Amulet of glory(t1)", - "tradeable": "true", - "low_alchemy": "7050", - "high_alchemy": "10575", - "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" - }, - { - "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.", - "grand_exchange_price": "223000", - "durability": null, - "name": "Amulet of glory(t)", - "tradeable": "true", - "low_alchemy": "7050", - "high_alchemy": "10575", - "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", - "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", - "low_alchemy": "810", - "high_alchemy": "1215", - "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", - "low_alchemy": "360", - "high_alchemy": "540", - "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, - "low_alchemy": "1600", - "high_alchemy": "2400", - "weight": "1", - "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, - "low_alchemy": "5200", - "high_alchemy": "7800", - "weight": "6", - "absorb": "0,6,3", - "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, - "low_alchemy": "2400", - "high_alchemy": "3600", - "weight": "5", - "absorb": "0,4,2", - "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, - "low_alchemy": "800", - "high_alchemy": "1200", - "absorb": "0,3,1", - "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,70}-{4,40}", - "ge_buy_limit": "2", - "examine": "Guthix blessed dragonhide vambraces.", - "durability": null, - "low_alchemy": "2400", - "high_alchemy": "3600", - "weight": "1", - "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, - "low_alchemy": "5200", - "high_alchemy": "7800", - "weight": "6", - "absorb": "0,6,3", - "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, - "low_alchemy": "2400", - "high_alchemy": "3600", - "weight": "5", - "absorb": "0,4,2", - "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, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "0.85", - "absorb": "0,3,1", - "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,70}-{4,40}", - "ge_buy_limit": "2", - "examine": "Saradomin blessed dragonhide vambraces.", - "durability": null, - "low_alchemy": "1600", - "high_alchemy": "2400", - "weight": "1", - "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, - "low_alchemy": "5200", - "high_alchemy": "7800", - "destroy": "true", - "weight": "6", - "absorb": "0,6,3", - "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, - "low_alchemy": "2400", - "high_alchemy": "3600", - "absorb": "0,4,2", - "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, - "low_alchemy": "800", - "high_alchemy": "1200", - "absorb": "0,3,1", - "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", - "ge_buy_limit": "2", - "examine": "A big 'do about nothing.", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "2", - "equipment_slot": "0", - "lendable": "true", - "grand_exchange_price": "45400", - "name": "A powdered wig", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10392" - }, - { - "ge_buy_limit": "2", - "grand_exchange_price": "45400", - "durability": null, - "name": "A powdered wig", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10393" - }, - { - "ge_buy_limit": "2", - "examine": "These'll help me stay alive.", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "1", - "equipment_slot": "7", - "lendable": "true", - "grand_exchange_price": "448900", - "name": "Flared trousers", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10394" - }, - { - "ge_buy_limit": "2", - "grand_exchange_price": "448900", - "durability": null, - "name": "Flared trousers", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10395" - }, - { - "ge_buy_limit": "2", - "examine": "Alas, someone has slashed my pantaloons.", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "1", - "equipment_slot": "7", - "lendable": "true", - "grand_exchange_price": "9863", - "name": "Pantaloons", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10396" - }, - { - "ge_buy_limit": "2", - "grand_exchange_price": "9863", - "durability": null, - "name": "Pantaloons", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10397" - }, - { - "remove_head": "true", - "ge_buy_limit": "2", - "examine": "A cap for wearing whil...zzzzzzzzz", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "2", - "equipment_slot": "0", - "lendable": "true", - "grand_exchange_price": "276400", - "name": "Sleeping cap", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10398" - }, - { - "ge_buy_limit": "2", - "grand_exchange_price": "276400", - "durability": null, - "name": "Sleeping cap", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10399" - }, - { - "ge_buy_limit": "2", - "examine": "A well made elegant mans' black shirt.", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "1", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "921500", - "name": "Black ele' shirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10400" - }, - { - "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", - "low_alchemy": "800", - "high_alchemy": "1200", - "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" - }, - { - "ge_buy_limit": "2", - "examine": "A well made elegant men's red shirt.", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "1", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "118600", - "name": "Red ele' shirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10404" - }, - { - "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", - "low_alchemy": "800", - "high_alchemy": "1200", - "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" - }, - { - "ge_buy_limit": "2", - "examine": "A well made elegant mans' blue shirt.", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "1", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "134700", - "name": "Blue ele' shirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10408" - }, - { - "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", - "low_alchemy": "800", - "high_alchemy": "1200", - "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" - }, - { - "ge_buy_limit": "2", - "examine": "A well made elegant men's green shirt.", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "1", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "162600", - "name": "Green ele' shirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10412" - }, - { - "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", - "low_alchemy": "800", - "high_alchemy": "1200", - "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" - }, - { - "ge_buy_limit": "2", - "examine": "A well made elegant men's purple shirt.", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "1", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "116200", - "name": "Purple ele' shirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10416" - }, - { - "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", - "low_alchemy": "800", - "high_alchemy": "1200", - "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" - }, - { - "ge_buy_limit": "2", - "examine": "A well made ladies' elegant white blouse.", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "1", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "571500", - "name": "White ele' blouse", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10420" - }, - { - "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", - "low_alchemy": "800", - "high_alchemy": "1200", - "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" - }, - { - "ge_buy_limit": "2", - "examine": "A well made elegant ladies' red blouse.", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "1", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "15000", - "name": "Red ele' blouse", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10424" - }, - { - "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", - "low_alchemy": "800", - "high_alchemy": "1200", - "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" - }, - { - "ge_buy_limit": "2", - "examine": "A well made ladies' elegant blue blouse.", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "1", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "22200", - "name": "Blue ele' blouse", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10428" - }, - { - "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", - "low_alchemy": "800", - "high_alchemy": "1200", - "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" - }, - { - "ge_buy_limit": "2", - "examine": "A well made ladies' elegant green blouse.", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "1", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "12300", - "name": "Green ele' blouse", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10432" - }, - { - "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", - "low_alchemy": "800", - "high_alchemy": "1200", - "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" - }, - { - "ge_buy_limit": "2", - "examine": "A well made elegant ladies' purple blouse.", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "1", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "22800", - "name": "Purple ele' blouse", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10436" - }, - { - "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", - "low_alchemy": "800", - "high_alchemy": "1200", - "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" - }, - { - "requirements": "{5,60}", - "ge_buy_limit": "2", - "turn90cw_anim": "1207", - "examine": "A Saradomin crozier.", - "walk_anim": "1205", - "durability": null, - "low_alchemy": "2000", - "high_alchemy": "3000", - "weight": "2", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "weapon_interface": "1", - "turn180_anim": "1206", - "render_anim": "28", - "equipment_slot": "3", - "grand_exchange_price": "8611", - "stand_anim": "813", - "name": "Saradomin crozier", - "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" - }, - { - "ge_buy_limit": "2", - "grand_exchange_price": "8611", - "durability": null, - "name": "Saradomin crozier", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10441" - }, - { - "requirements": "{5,60}", - "ge_buy_limit": "2", - "turn90cw_anim": "1207", - "examine": "A Guthix crozier.", - "walk_anim": "1205", - "durability": null, - "low_alchemy": "2000", - "high_alchemy": "3000", - "weight": "2", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "weapon_interface": "1", - "turn180_anim": "1206", - "render_anim": "28", - "equipment_slot": "3", - "grand_exchange_price": "2925", - "stand_anim": "813", - "name": "Guthix crozier", - "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" - }, - { - "ge_buy_limit": "2", - "grand_exchange_price": "2925", - "durability": null, - "name": "Guthix crozier", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10443" - }, - { - "requirements": "{5,60}", - "ge_buy_limit": "2", - "turn90cw_anim": "1207", - "examine": "A Zamorak crozier.", - "walk_anim": "1205", - "durability": null, - "low_alchemy": "2000", - "high_alchemy": "3000", - "weight": "2", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "weapon_interface": "1", - "turn180_anim": "1206", - "render_anim": "28", - "equipment_slot": "3", - "grand_exchange_price": "2794", - "stand_anim": "813", - "name": "Zamorak crozier", - "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" - }, - { - "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.", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1200000", - "name": "Saradomin cloak", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10446", - "bonuses": "0,0,0,1,0,3,3,3,3,3,3,0,3,0,0" - }, - { - "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.", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "1", - "equipment_slot": "1", - "grand_exchange_price": "391000", - "name": "Guthix cloak", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10448", - "bonuses": "0,0,0,1,0,3,3,3,3,3,3,0,3,0,0" - }, - { - "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.", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1000000", - "name": "Zamorak cloak", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10450", - "bonuses": "0,0,0,1,0,3,3,3,3,3,3,0,3,0,0" - }, - { - "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.", - "durability": null, - "low_alchemy": "2000", - "high_alchemy": "3000", - "equipment_slot": "0", - "grand_exchange_price": "299200", - "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" - }, - { - "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.", - "durability": null, - "low_alchemy": "2000", - "high_alchemy": "3000", - "equipment_slot": "0", - "grand_exchange_price": "130300", - "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" - }, - { - "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, - "low_alchemy": "2000", - "high_alchemy": "3000", - "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}", - "ge_buy_limit": "2", - "examine": "Blessed vestments of Saradomin.", - "durability": null, - "low_alchemy": "2800", - "high_alchemy": "4200", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "121400", - "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" - }, - { - "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, - "low_alchemy": "2800", - "high_alchemy": "4200", - "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, - "low_alchemy": "2800", - "high_alchemy": "4200", - "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.", - "durability": null, - "low_alchemy": "2800", - "high_alchemy": "4200", - "equipment_slot": "7", - "grand_exchange_price": "56300", - "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" - }, - { - "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.", - "durability": null, - "low_alchemy": "2800", - "high_alchemy": "4200", - "weight": "2", - "equipment_slot": "7", - "grand_exchange_price": "56900", - "name": "Guthix robe legs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10466", - "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,4,0,0" - }, - { - "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.", - "durability": null, - "low_alchemy": "2800", - "high_alchemy": "4200", - "weight": "2.7", - "equipment_slot": "7", - "grand_exchange_price": "79400", - "name": "Zamorak robe legs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10468", - "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,4,0,0" - }, - { - "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.", - "durability": null, - "low_alchemy": "1000", - "high_alchemy": "1500", - "equipment_slot": "2", - "grand_exchange_price": "14000", - "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" - }, - { - "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.", - "durability": null, - "low_alchemy": "1000", - "high_alchemy": "1500", - "equipment_slot": "2", - "grand_exchange_price": "3849", - "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" - }, - { - "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.", - "durability": null, - "low_alchemy": "1000", - "high_alchemy": "1500", - "equipment_slot": "2", - "grand_exchange_price": "13700", - "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" - }, - { - "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", - "low_alchemy": "6", - "high_alchemy": "9", - "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", - "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", - "low_alchemy": "4", - "tradeable": "false", - "high_alchemy": "6", - "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", - "low_alchemy": "6", - "tradeable": "false", - "high_alchemy": "9", - "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, - "low_alchemy": "8", - "high_alchemy": "12", - "destroy": "true", - "weight": "1.1", - "attack_speed": "5", - "weapon_interface": "2", - "render_anim": "2586", - "equipment_slot": "3", - "destroy_message": "I can obtain a replacement axe from the Burthorpe Slayer Master.", - "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, - "low_alchemy": "307", - "high_alchemy": "461", - "destroy": "true", - "weight": "4.5", - "equipment_slot": "1", - "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" - }, - { - "destroy_message": "I can obtain a replacement for this from Ava in Draynor Manor. She will need 999 coins to buy the lower", - "shop_price": "999", - "examine": "A superior bagged chicken ready to serve you, magnet in claw.", - "durability": null, - "name": "Ava's accumulator", - "tradeable": "false", - "destroy": "true", - "weight": "4.5", - "archery_ticket_price": "0", - "id": "10499", - "bonuses": "0,0,0,0,4,0,1,0,4,0,0,0,0,0,0", - "equipment_slot": "1" - }, - { - "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", - "archery_ticket_price": "0", - "id": "10509" - }, - { - "durability": null, - "name": "Snowball", - "tradeable": "true", - "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, - "low_alchemy": "7680", - "high_alchemy": "11520", - "weight": "2", - "absorb": "1,0,3", - "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, - "low_alchemy": "7680", - "high_alchemy": "11520", - "weight": "1", - "absorb": "1,0,3", - "equipment_slot": "0", - "name": "Runner hat", - "archery_ticket_price": "0", - "id": "10549", - "bonuses": "0,0,0,0,0,30,32,27,1,30,7,0,0,0,0" - }, - { - "requirements": "{1,40}", - "shop_price": "275", - "examine": "A Penance ranger hat.", - "durability": null, - "low_alchemy": "7680", - "high_alchemy": "11520", - "weight": "2", - "absorb": "0,3,1", - "equipment_slot": "0", - "name": "Ranger hat", - "archery_ticket_price": "0", - "id": "10550", - "bonuses": "-5,-5,-5,-5,7,7,10,11,5,9,7,0,0,0,0" - }, - { - "requirements": "{1,40}", - "shop_price": "375", - "examine": "Penance Fighter torso armour.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "destroy": "true", - "weight": "4", - "absorb": "3,0,6", - "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, - "low_alchemy": "32000", - "high_alchemy": "48000", - "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", - "low_alchemy": "24000", - "high_alchemy": "36000", - "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, - "low_alchemy": "4000", - "high_alchemy": "6000", - "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", - "low_alchemy": "20", - "tradeable": "false", - "high_alchemy": "30", - "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)", - "low_alchemy": "150000", - "high_alchemy": "150000", - "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, - "low_alchemy": "18400", - "high_alchemy": "27600", - "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, - "low_alchemy": "6000", - "high_alchemy": "9000", - "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, - "low_alchemy": "6000", - "high_alchemy": "9000", - "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, - "low_alchemy": "6000", - "high_alchemy": "9000", - "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, - "low_alchemy": "4000", - "high_alchemy": "6000", - "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" - }, - { - "examine": "Mystical robes.", - "durability": null, - "low_alchemy": "56000", - "high_alchemy": "84000", - "weight": "2.2", - "absorb": "3,1,0", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "3932123", - "name": "Infinity top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10605", - "bonuses": "0,0,0,22,0,0,0,0,22,0,0,0,0,0,0" - }, - { - "examine": "A wooden helmet.", - "durability": null, - "low_alchemy": "4000", - "high_alchemy": "6000", - "weight": "0.9", - "absorb": "3,1,0", - "equipment_slot": "0", - "lendable": "true", - "grand_exchange_price": "5623", - "name": "Splitbark helm", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10606", - "bonuses": "0,0,0,3,-2,10,9,11,3,0,0,0,0,0,0" - }, - { - "examine": "They seem to be not quite of this world...", - "durability": null, - "name": "Ghostly boots", - "low_alchemy": "120", - "high_alchemy": "180", - "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", - "low_alchemy": "400", - "high_alchemy": "600", - "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, - "low_alchemy": "40", - "high_alchemy": "60", - "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" - }, - { - "shop_price": "250", - "examine": "Torso armour from the order of the Void Knights.", - "durability": null, - "low_alchemy": "19200", - "high_alchemy": "28800", - "weight": "6.8", - "equipment_slot": "4", - "remove_sleeves": "true", - "name": "Void knight top", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "10611", - "bonuses": "0,0,0,0,0,40,40,40,40,40,0,0,0,0,0" - }, - { - "remove_head": "true", - "examine": "Black banded leather armour, a rogue's dream!", - "durability": null, - "name": "Rogue mask", - "low_alchemy": "150", - "high_alchemy": "225", - "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", - "examine": "Protective headwear made from crabs. Better than it sounds.", - "durability": null, - "low_alchemy": "14080", - "high_alchemy": "21120", - "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", - "examine": "A helm fit for any Fremennik ranger.", - "durability": null, - "low_alchemy": "24000", - "high_alchemy": "36000", - "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", - "low_alchemy": "200", - "high_alchemy": "300", - "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", - "low_alchemy": "200", - "high_alchemy": "300", - "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", - "low_alchemy": "200", - "high_alchemy": "300", - "weight": "2", - "archery_ticket_price": "0", - "id": "10617", - "equipment_slot": "0" - }, - { - "shop_price": "3840", - "examine": "Provides excellent protection.", - "durability": null, - "low_alchemy": "1536", - "high_alchemy": "2304", - "weight": "9.9", - "absorb": "1,0,2", - "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, - "low_alchemy": "4000", - "high_alchemy": "6000", - "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, - "low_alchemy": "4800", - "high_alchemy": "7200", - "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", - "low_alchemy": "60", - "high_alchemy": "90", - "archery_ticket_price": "0", - "id": "10621", - "equipment_slot": "4" - }, - { - "examine": "This should make me harder to spot in polar areas.", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "weight": "0.2", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "216", - "name": "Kyatt top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10622", - "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0" - }, - { - "examine": "This should make me harder to spot in woodland and jungle areas.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "0.2", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "1793", - "name": "Larupia top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10623", - "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0" - }, - { - "shop_price": "300", - "examine": "This should make me harder to spot in desert areas.", - "durability": null, - "low_alchemy": "60", - "high_alchemy": "90", - "weight": "0.2", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "246", - "name": "Graahk top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10624", - "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0" - }, - { - "examine": "This should make me harder to spot in wooded areas.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "0.2", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "3883", - "name": "Wood camo top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10625", - "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0" - }, - { - "examine": "This should make me harder to spot in jungle areas.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "0.2", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "325", - "name": "Jungle camo top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10626", - "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0" - }, - { - "examine": "This should make me harder to spot in desert areas.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "0.2", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "606", - "name": "Desert camo top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10627", - "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0" - }, - { - "examine": "This should make me harder to spot in polar areas.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "0.2", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "5614", - "name": "Polar camo top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10628", - "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0" - }, - { - "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", - "low_alchemy": "28", - "high_alchemy": "42", - "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", - "low_alchemy": "180", - "high_alchemy": "270", - "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" - }, - { - "shop_price": "90000", - "examine": "A cape woven of obsidian plates.", - "durability": null, - "low_alchemy": "24000", - "high_alchemy": "36000", - "weight": "1.8", - "equipment_slot": "1", - "lendable": "true", - "grand_exchange_price": "38500", - "name": "Obsidian cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10636", - "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0" - }, - { - "examine": "A cape of fire.", - "durability": null, - "name": "Fire cape", - "tradeable": "false", - "low_alchemy": "24000", - "high_alchemy": "36000", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by masters of attack.", - "durability": null, - "name": "Attack cape", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape only worn by the strongest people.", - "durability": null, - "name": "Strength cape", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by masters of the art of Defence.", - "durability": null, - "name": "Defence cape", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by master archers.", - "durability": null, - "name": "Ranging cape", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by the most pious of heroes.", - "durability": null, - "name": "Prayer cape", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by the most powerful mages.", - "durability": null, - "name": "Magic cape", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by master runecrafters.", - "durability": null, - "name": "Runecraft cape", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by master hunters.", - "durability": null, - "name": "Hunter cape", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by well-constituted adventurers.", - "durability": null, - "name": "Hitpoints cape", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by the most agile of heroes.", - "durability": null, - "name": "Agility cape", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by the most skilled at the art of herblore.", - "durability": null, - "name": "Herblore cape", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by master thieves.", - "durability": null, - "name": "Thieving cape", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by master craftworkers.", - "durability": null, - "name": "Crafting cape", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by the best of fletchers.", - "durability": null, - "name": "Fletching cape", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by slayer masters.", - "durability": null, - "name": "Slayer cape", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by master builders.", - "durability": null, - "name": "Construct. cape", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by the most skilled miners.", - "durability": null, - "name": "Mining cape", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by master smiths.", - "durability": null, - "name": "Smithing cape", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by the best fishermen.", - "durability": null, - "name": "Fishing cape", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by the world's best chefs.", - "durability": null, - "name": "Cooking cape", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by master firelighters.", - "durability": null, - "name": "Firemaking cape", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by master woodcutters (Obtaining level 99 skill)", - "durability": null, - "name": "Woodcutting cape", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by master farmers.", - "durability": null, - "name": "Farming cape", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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", - "low_alchemy": "160", - "high_alchemy": "240", - "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", - "low_alchemy": "320", - "high_alchemy": "480", - "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" - }, - { - "examine": "A black kitesheild with a heraldic design.", - "durability": null, - "low_alchemy": "652", - "high_alchemy": "979", - "weight": "4", - "absorb": "1,0,2", - "equipment_slot": "5", - "grand_exchange_price": "15249", - "name": "Black shield(h1)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10665", - "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,0,0,0,0,0" - }, - { - "examine": "A shield with a heraldic design.", - "durability": null, - "low_alchemy": "2176", - "high_alchemy": "3264", - "weight": "5", - "absorb": "3,0,6", - "equipment_slot": "5", - "grand_exchange_price": "16339", - "name": "Adamant shield(h1)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10666", - "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,0,0,0,0,0" - }, - { - "examine": "A rune kiteshield with a heraldic design.", - "durability": null, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5.4", - "absorb": "3,0,7", - "equipment_slot": "5", - "grand_exchange_price": "35300", - "name": "Rune shield(h1)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10667", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0" - }, - { - "examine": "A black kiteshield with a heraldic design.", - "durability": null, - "low_alchemy": "6530", - "high_alchemy": "9795", - "weight": "4", - "absorb": "1,0,2", - "equipment_slot": "5", - "grand_exchange_price": "9751", - "name": "Black shield(h2)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10668", - "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,0,0,0,0,0" - }, - { - "examine": "A shield with a heraldic design.", - "durability": null, - "low_alchemy": "2176", - "high_alchemy": "3264", - "weight": "5", - "absorb": "3,0,6", - "equipment_slot": "5", - "grand_exchange_price": "3353", - "name": "Adamant shield(h2)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10669", - "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,0,0,0,0,0" - }, - { - "examine": "A rune kiteshield with a heraldic design.", - "durability": null, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5.4", - "absorb": "3,0,7", - "equipment_slot": "5", - "grand_exchange_price": "31903", - "name": "Rune shield(h2)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10670", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0" - }, - { - "examine": "A black shield with a heraldic design.", - "durability": null, - "low_alchemy": "652", - "high_alchemy": "979", - "weight": "4", - "absorb": "1,0,2", - "equipment_slot": "5", - "grand_exchange_price": "6791", - "name": "Black shield(h3)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10671", - "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,0,0,0,0,0" - }, - { - "examine": "A shield with a heraldic design.", - "durability": null, - "low_alchemy": "2176", - "high_alchemy": "3264", - "weight": "5", - "absorb": "3,0,6", - "equipment_slot": "5", - "grand_exchange_price": "5566", - "name": "Adamant shield(h3)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10672", - "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,0,0,0,0,0" - }, - { - "examine": "A rune kiteshield with a heraldic design.", - "durability": null, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5", - "absorb": "3,0,7", - "equipment_slot": "5", - "grand_exchange_price": "32082", - "name": "Rune shield(h3)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10673", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0" - }, - { - "examine": "A black shield with a heraldic design.", - "durability": null, - "low_alchemy": "652", - "high_alchemy": "979", - "weight": "4", - "absorb": "1,0,2", - "equipment_slot": "5", - "grand_exchange_price": "5159", - "name": "Black shield(h4)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10674", - "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,0,0,0,0,0" - }, - { - "examine": "A shield with a heraldic design.", - "durability": null, - "low_alchemy": "2176", - "high_alchemy": "3264", - "weight": "5", - "absorb": "3,0,6", - "equipment_slot": "5", - "grand_exchange_price": "3219", - "name": "Adamant shield(h4)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10675", - "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,0,0,0,0,0" - }, - { - "examine": "A rune kiteshield with a heraldic design.", - "durability": null, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5", - "absorb": "3,0,7", - "equipment_slot": "5", - "grand_exchange_price": "32351", - "name": "Rune shield(h4)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10676", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0" - }, - { - "examine": "A black shield with a heraldic design.", - "durability": null, - "low_alchemy": "652", - "high_alchemy": "979", - "weight": "4", - "absorb": "1,0,2", - "equipment_slot": "5", - "grand_exchange_price": "8451", - "name": "Black shield(h5)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10677", - "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,0,0,0,0,0" - }, - { - "examine": "A shield with a heraldic design.", - "durability": null, - "low_alchemy": "2176", - "high_alchemy": "3264", - "weight": "5", - "absorb": "3,0,6", - "equipment_slot": "5", - "grand_exchange_price": "5905", - "name": "Adamant shield(h5)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10678", - "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,0,0,0,0,0" - }, - { - "examine": "A rune kiteshield with a heraldic design.", - "durability": null, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5", - "absorb": "3,0,7", - "equipment_slot": "5", - "grand_exchange_price": "35200", - "name": "Rune shield(h5)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10679", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0" - }, - { - "examine": "Those studs should provide a bit more protection. Nice trim too!", - "durability": null, - "low_alchemy": "340", - "high_alchemy": "510", - "weight": "5.4", - "absorb": "0,3,1", - "equipment_slot": "4", - "grand_exchange_price": "67430", - "name": "Studded body (g)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10680", - "bonuses": "0,0,0,-4,8,18,25,22,8,25,0,0,0,0,0" - }, - { - "examine": "Those studs should provide a bit more protection. Nice trim too!", - "durability": null, - "low_alchemy": "340", - "high_alchemy": "510", - "weight": "5.4", - "absorb": "0,3,1", - "equipment_slot": "4", - "grand_exchange_price": "22400", - "name": "Studded body (t)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10681", - "bonuses": "0,0,0,-4,8,18,25,22,8,25,0,0,0,0,0" - }, - { - "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", - "equipment_slot": "4" - }, - { - "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", - "equipment_slot": "4" - }, - { - "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", - "equipment_slot": "4" - }, - { - "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", - "equipment_slot": "4" - }, - { - "remove_sleeves": "true", - "examine": "I can practise magic better in this.", - "durability": null, - "name": "Wizard robe (g)", - "tradeable": "true", - "low_alchemy": "6", - "high_alchemy": "9", - "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" - }, - { - "remove_sleeves": "true", - "examine": "I can do magic better in this.", - "durability": null, - "name": "Wizard robe (t)", - "tradeable": "true", - "low_alchemy": "6", - "high_alchemy": "9", - "weight": "1", - "archery_ticket_price": "0", - "id": "10687", - "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", - "equipment_slot": "4" - }, - { - "examine": "Enchanted Wizards robes.", - "durability": null, - "low_alchemy": "48000", - "high_alchemy": "72000", - "weight": "1", - "absorb": "3,1,0", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "72800", - "name": "Enchanted top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10688", - "bonuses": "0,0,0,20,0,0,0,0,20,0,0,0,0,0,0" - }, - { - "examine": "Slightly magical boots.", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "weight": "1", - "equipment_slot": "10", - "lendable": "true", - "grand_exchange_price": "763602", - "name": "Wizard boots", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10689", - "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0" - }, - { - "examine": "Black platebody with trim.", - "durability": null, - "low_alchemy": "1536", - "high_alchemy": "2304", - "weight": "9.07", - "absorb": "1,0,2", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "90744", - "name": "Black platebody (t)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10690", - "bonuses": "0,0,0,-30,-10,41,40,30,-6,40,0,0,0,0,0" - }, - { - "examine": "Black platebody with gold trim.", - "durability": null, - "low_alchemy": "1536", - "high_alchemy": "2304", - "weight": "9.07", - "absorb": "1,0,2", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "230800", - "name": "Black platebody (g)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10691", - "bonuses": "0,0,0,-30,-10,41,40,30,-6,40,0,0,0,0,0" - }, - { - "lendable": "true", - "examine": "Your money or your life!", - "grand_exchange_price": "92519", - "durability": null, - "name": "Highwayman mask", - "tradeable": "true", - "low_alchemy": "16", - "high_alchemy": "24", - "archery_ticket_price": "0", - "id": "10692", - "equipment_slot": "0" - }, - { - "lendable": "true", - "examine": "Parlez-vous francais? (Do you speak French?)", - "grand_exchange_price": "64066", - "durability": null, - "name": "Blue beret", - "tradeable": "true", - "low_alchemy": "32", - "high_alchemy": "48", - "archery_ticket_price": "0", - "hat": true, - "id": "10693", - "equipment_slot": "0" - }, - { - "lendable": "true", - "examine": "Parlez-vous francais?(Do you speak French?)", - "grand_exchange_price": "158274", - "durability": null, - "name": "Black beret", - "tradeable": "true", - "low_alchemy": "32", - "high_alchemy": "48", - "archery_ticket_price": "0", - "hat": true, - "id": "10694", - "equipment_slot": "0" - }, - { - "lendable": "true", - "examine": "Parlez-vous francais? (Do you speak French?)", - "grand_exchange_price": "281900", - "durability": null, - "name": "White beret", - "tradeable": "true", - "low_alchemy": "32", - "high_alchemy": "48", - "archery_ticket_price": "0", - "hat": true, - "id": "10695", - "equipment_slot": "0" - }, - { - "examine": "Lightweight boots ideal for rangers.", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "weight": "0.2", - "equipment_slot": "10", - "lendable": "true", - "grand_exchange_price": "11781186", - "name": "Ranger boots", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10696", - "bonuses": "0,0,0,-10,8,2,3,4,2,0,0,0,0,0,0" - }, - { - "examine": "Adamant platebody with trim.", - "durability": null, - "low_alchemy": "5120", - "high_alchemy": "7680", - "weight": "9.07", - "absorb": "2,0,4", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "79300", - "name": "Adam platebody (t)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10697", - "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,0,0,0,0,0" - }, - { - "examine": "Adamant platebody with gold trim.", - "durability": null, - "low_alchemy": "5120", - "high_alchemy": "7680", - "weight": "9.07", - "absorb": "2,0,4", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "207912", - "name": "Adam platebody (g)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10698", - "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,0,0,0,0,0" - }, - { - "remove_head": "true", - "examine": "A black helmet with a heraldic design.", - "durability": null, - "low_alchemy": "422", - "high_alchemy": "633", - "weight": "1.8", - "equipment_slot": "0", - "grand_exchange_price": "22022", - "name": "Black helm (h1)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10699", - "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0" - }, - { - "remove_head": "true", - "examine": "A black helmet with a heraldic design.", - "durability": null, - "low_alchemy": "422", - "high_alchemy": "633", - "weight": "1.8", - "equipment_slot": "0", - "grand_exchange_price": "11700", - "name": "Black helm (h2)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10700", - "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0" - }, - { - "remove_head": "true", - "examine": "A black helmet with a heraldic design.", - "durability": null, - "low_alchemy": "422", - "high_alchemy": "633", - "weight": "1.8", - "equipment_slot": "0", - "grand_exchange_price": "10424", - "name": "Black helm (h3)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10701", - "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0" - }, - { - "remove_head": "true", - "examine": "A black helmet with a heraldic design.", - "durability": null, - "low_alchemy": "422", - "high_alchemy": "633", - "weight": "1.8", - "equipment_slot": "0", - "grand_exchange_price": "12717", - "name": "Black helm (h4)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10702", - "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0" - }, - { - "remove_head": "true", - "examine": "A black helmet with a heraldic design.", - "durability": null, - "low_alchemy": "422", - "high_alchemy": "633", - "weight": "1.8", - "equipment_slot": "0", - "grand_exchange_price": "17852", - "name": "Black helm (h5)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10703", - "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0" - }, - { - "remove_head": "true", - "examine": "A rune helmet with a heraldic design.", - "durability": null, - "low_alchemy": "14080", - "high_alchemy": "21120", - "absorb": "1,0,3", - "equipment_slot": "0", - "grand_exchange_price": "30298", - "name": "Rune helm (h1)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10704", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0" - }, - { - "remove_head": "true", - "examine": "A rune helmet with a heraldic design.", - "durability": null, - "low_alchemy": "14080", - "high_alchemy": "21120", - "weight": "3", - "absorb": "1,0,3", - "equipment_slot": "0", - "grand_exchange_price": "26127", - "name": "Rune helm (h2)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10705", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0" - }, - { - "remove_head": "true", - "examine": "A rune helmet with a heraldic design.", - "durability": null, - "low_alchemy": "14080", - "high_alchemy": "21120", - "weight": "4", - "absorb": "1,0,3", - "equipment_slot": "0", - "grand_exchange_price": "37333", - "name": "Rune helm (h3)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10706", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0" - }, - { - "remove_head": "true", - "examine": "A rune helmet with a heraldic design.", - "durability": null, - "low_alchemy": "14080", - "high_alchemy": "21120", - "weight": "2", - "absorb": "1,0,3", - "equipment_slot": "0", - "grand_exchange_price": "29600", - "name": "Rune helm (h4)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10707", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0" - }, - { - "remove_head": "true", - "examine": "A rune helmet with a heraldic design.", - "durability": null, - "low_alchemy": "14080", - "high_alchemy": "21120", - "weight": "2", - "absorb": "1,0,3", - "equipment_slot": "0", - "grand_exchange_price": "41325", - "name": "Rune helm (h5)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10708", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0" - }, - { - "remove_head": "true", - "examine": "An adamant helmet with a heraldic design.", - "durability": null, - "low_alchemy": "1408", - "high_alchemy": "2112", - "weight": "3", - "absorb": "1,0,2", - "equipment_slot": "0", - "grand_exchange_price": "28407", - "name": "Adamant helm (h1)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10709", - "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,0,0,0,0,0" - }, - { - "remove_head": "true", - "examine": "An adamant helmet with a heraldic design.", - "durability": null, - "low_alchemy": "1408", - "high_alchemy": "2112", - "weight": "3", - "absorb": "1,0,2", - "equipment_slot": "0", - "grand_exchange_price": "9839", - "name": "Adamant helm (h2)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10710", - "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,0,0,0,0,0" - }, - { - "remove_head": "true", - "examine": "An adamant helmet with a heraldic design.", - "durability": null, - "low_alchemy": "1408", - "high_alchemy": "2112", - "weight": "3", - "absorb": "1,0,2", - "equipment_slot": "0", - "grand_exchange_price": "8485", - "name": "Adamant helm (h3)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10711", - "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,0,0,0,0,0" - }, - { - "remove_head": "true", - "examine": "An Adamant helmet with a heraldic design.", - "durability": null, - "low_alchemy": "1408", - "high_alchemy": "2112", - "weight": "3", - "absorb": "1,0,2", - "equipment_slot": "0", - "grand_exchange_price": "10774", - "name": "Adamant helm (h4)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10712", - "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,0,0,0,0,0" - }, - { - "remove_head": "true", - "examine": "An adamant helmet with a heraldic design.", - "durability": null, - "low_alchemy": "1408", - "high_alchemy": "2112", - "weight": "3", - "absorb": "1,0,2", - "equipment_slot": "0", - "grand_exchange_price": "17390", - "name": "Adamant helm (h5)", - "tradeable": "true", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "weight": "2", - "archery_ticket_price": "0", - "id": "10714", - "equipment_slot": "4" - }, - { - "remove_sleeves": "true", - "examine": "See table", - "grand_exchange_price": "8425", - "durability": null, - "name": "Bob shirt", - "tradeable": "true", - "low_alchemy": "1", - "high_alchemy": "1", - "weight": "2", - "archery_ticket_price": "0", - "id": "10715", - "equipment_slot": "4" - }, - { - "remove_sleeves": "true", - "examine": "See table", - "grand_exchange_price": "8425", - "durability": null, - "name": "Bob shirt", - "tradeable": "true", - "low_alchemy": "1", - "high_alchemy": "1", - "weight": "2", - "archery_ticket_price": "0", - "id": "10716", - "equipment_slot": "4" - }, - { - "remove_sleeves": "true", - "examine": "See table", - "grand_exchange_price": "8425", - "durability": null, - "name": "Bob shirt", - "tradeable": "true", - "low_alchemy": "1", - "high_alchemy": "1", - "weight": "2", - "archery_ticket_price": "0", - "id": "10717", - "equipment_slot": "4" - }, - { - "remove_sleeves": "true", - "examine": "See table", - "grand_exchange_price": "8425", - "durability": null, - "name": "Bob shirt", - "tradeable": "true", - "low_alchemy": "1", - "high_alchemy": "1", - "weight": "2", - "archery_ticket_price": "0", - "id": "10718", - "equipment_slot": "4" - }, - { - "examine": "A very powerful dragonstone amulet.", - "grand_exchange_price": "1", - "durability": null, - "name": "Amulet of glory(t)", - "tradeable": "true", - "low_alchemy": "7050", - "high_alchemy": "10575", - "archery_ticket_price": "0", - "id": "10719", - "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0", - "equipment_slot": "2" - }, - { - "examine": "A cape from the almighty god Guthix.", - "durability": null, - "name": "Guthix cape", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "equipment_slot": "1" - }, - { - "remove_head": "true", - "examine": "Now that's just silly.", - "durability": null, - "name": "Frog mask", - "weight": "0.4", - "archery_ticket_price": "0", - "id": "10721", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "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", - "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", - "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": "10724", - "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": "10725", - "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": "10726", - "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": "10727", - "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": "10728", - "equipment_slot": "0" - }, - { - "examine": "A ring given to you by the Easter Bunny.", - "durability": null, - "name": "Easter ring", - "archery_ticket_price": "0", - "id": "10729" - }, - { - "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": "10730" - }, - { - "examine": "Alas...I hardly knew him.", - "durability": null, - "name": "Zombie head", - "archery_ticket_price": "0", - "id": "10731" - }, - { - "turn90cw_anim": "821", - "examine": "Perhaps not the most powerful weapon in RuneScape.", - "walk_anim": "1830", - "durability": null, - "weight": "0.4", - "turn90ccw_anim": "822", - "attack_speed": "4", - "weapon_interface": "12", - "turn180_anim": "1830", - "render_anim": "182", - "equipment_slot": "3", - "fun_weapon": "true", - "stand_anim": "1832", - "name": "Rubber chicken", - "run_anim": "824", - "archery_ticket_price": "0", - "id": "10732", - "stand_turn_anim": "823", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "examine": "It's a Scythe.", - "walk_anim": "819", - "durability": null, - "weight": "3", - "turn90ccw_anim": "822", - "attack_speed": "7", - "two_handed": "true", - "turn180_anim": "820", - "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" - }, - { - "examine": "An enchanted ruby amulet with a nice trim.", - "grand_exchange_price": "443800", - "durability": null, - "name": "Strength amulet(t)", - "tradeable": "true", - "low_alchemy": "810", - "high_alchemy": "1215", - "archery_ticket_price": "0", - "id": "10736", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,10,0,0,0", - "equipment_slot": "2" - }, - { - "examine": "An enchanted sapphire amulet of magic.", - "grand_exchange_price": "67158", - "durability": null, - "name": "Amulet of magic(t)", - "tradeable": "true", - "low_alchemy": "360", - "high_alchemy": "540", - "archery_ticket_price": "0", - "id": "10738", - "bonuses": "0,0,0,10,0,0,0,0,0,0,0,0,0,0,0", - "equipment_slot": "2" - }, - { - "remove_head": "true", - "examine": "A big 'do about nothing.", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "2", - "equipment_slot": "0", - "lendable": "true", - "grand_exchange_price": "36879", - "name": "A powdered wig", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10740" - }, - { - "lendable": "true", - "examine": "These'll help me stay alive.", - "grand_exchange_price": "559284", - "durability": null, - "name": "Flared trousers", - "tradeable": "true", - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "1", - "archery_ticket_price": "0", - "id": "10742", - "equipment_slot": "7" - }, - { - "lendable": "true", - "examine": "Alas, someone has slashed my pantaloons.", - "grand_exchange_price": "12022", - "durability": null, - "name": "Pantaloons", - "tradeable": "true", - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "1", - "archery_ticket_price": "0", - "id": "10744", - "equipment_slot": "7" - }, - { - "remove_head": "true", - "examine": "A cap for wearing whil...zzzzzzzzz", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "2", - "equipment_slot": "0", - "lendable": "true", - "grand_exchange_price": "376084", - "name": "Sleeping cap", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10746" - }, - { - "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", - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "1", - "archery_ticket_price": "0", - "id": "10748", - "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", - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "1", - "archery_ticket_price": "0", - "id": "10750", - "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", - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "1", - "archery_ticket_price": "0", - "id": "10752", - "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", - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "1", - "archery_ticket_price": "0", - "id": "10754", - "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", - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "1", - "archery_ticket_price": "0", - "id": "10756", - "equipment_slot": "4" - }, - { - "examine": "Stylish!", - "grand_exchange_price": "56600", - "durability": null, - "name": "Red boater", - "tradeable": "true", - "low_alchemy": "90", - "high_alchemy": "135", - "archery_ticket_price": "0", - "id": "10758", - "equipment_slot": "0" - }, - { - "examine": "Stylish!", - "grand_exchange_price": "20300", - "durability": null, - "name": "Orange boater", - "tradeable": "true", - "low_alchemy": "90", - "high_alchemy": "135", - "archery_ticket_price": "0", - "id": "10760", - "equipment_slot": "0" - }, - { - "examine": "Stylish!", - "grand_exchange_price": "59940", - "durability": null, - "name": "Green boater", - "tradeable": "true", - "low_alchemy": "90", - "high_alchemy": "135", - "archery_ticket_price": "0", - "id": "10762", - "equipment_slot": "0" - }, - { - "examine": "Stylish!", - "grand_exchange_price": "54236", - "durability": null, - "name": "Blue boater", - "tradeable": "true", - "low_alchemy": "90", - "high_alchemy": "135", - "archery_ticket_price": "0", - "id": "10764", - "equipment_slot": "0" - }, - { - "examine": "Stylish!", - "grand_exchange_price": "56495", - "durability": null, - "name": "Black boater", - "tradeable": "true", - "low_alchemy": "90", - "high_alchemy": "135", - "archery_ticket_price": "0", - "id": "10766", - "equipment_slot": "0" - }, - { - "lendable": "true", - "examine": "A minimalist's hat.", - "grand_exchange_price": "114319", - "durability": null, - "name": "Red headband", - "tradeable": "true", - "low_alchemy": "16", - "high_alchemy": "24", - "archery_ticket_price": "0", - "id": "10768", - "equipment_slot": "0" - }, - { - "lendable": "true", - "examine": "A minimalist's hat.", - "grand_exchange_price": "41778", - "durability": null, - "name": "Black headband", - "tradeable": "true", - "low_alchemy": "16", - "high_alchemy": "24", - "archery_ticket_price": "0", - "id": "10770", - "equipment_slot": "0" - }, - { - "lendable": "true", - "examine": "A minimalist's hat.", - "grand_exchange_price": "21764", - "durability": null, - "name": "Brown headband", - "tradeable": "true", - "low_alchemy": "16", - "high_alchemy": "24", - "archery_ticket_price": "0", - "id": "10772", - "equipment_slot": "0" - }, - { - "examine": "Shiver me timbers!", - "grand_exchange_price": "83200", - "durability": null, - "name": "Pirate's hat", - "tradeable": "true", - "low_alchemy": "72", - "high_alchemy": "108", - "archery_ticket_price": "0", - "id": "10774", - "equipment_slot": "0" - }, - { - "examine": "Rune platebody in the colours of Zamorak.", - "durability": null, - "low_alchemy": "26000", - "high_alchemy": "39000", - "weight": "9", - "absorb": "3,0,6", - "equipment_slot": "4", - "lendable": "true", - "remove_sleeves": "true", - "grand_exchange_price": "647800", - "name": "Zamorak platebody", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10776", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0" - }, - { - "examine": "Rune platebody in the colours of Saradomin.", - "durability": null, - "low_alchemy": "26000", - "high_alchemy": "39000", - "weight": "9.07", - "absorb": "3,0,6", - "equipment_slot": "4", - "lendable": "true", - "remove_sleeves": "true", - "grand_exchange_price": "1097689", - "name": "Saradomin plate", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10778", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0" - }, - { - "examine": "Rune platebody in the colours of Guthix.", - "durability": null, - "low_alchemy": "26000", - "high_alchemy": "39000", - "weight": "9.07", - "absorb": "3,0,6", - "equipment_slot": "4", - "lendable": "true", - "remove_sleeves": "true", - "grand_exchange_price": "241600", - "name": "Guthix platebody", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10780", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,1" - }, - { - "examine": "Rune platebody with complete gold trim & plating.", - "durability": null, - "low_alchemy": "26000", - "high_alchemy": "39000", - "weight": "10", - "absorb": "3,0,6", - "equipment_slot": "4", - "lendable": "true", - "remove_sleeves": "true", - "grand_exchange_price": "1653821", - "name": "Gilded platebody", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10782", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0" - }, - { - "remove_sleeves": "true", - "examine": "Blessed vestments of Saradomin.", - "grand_exchange_price": "106389", - "durability": null, - "name": "Saradomin robe top", - "tradeable": "true", - "low_alchemy": "2800", - "high_alchemy": "4200", - "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" - }, - { - "examine": "Zamorak Vestments.", - "durability": null, - "low_alchemy": "2800", - "high_alchemy": "4200", - "weight": "1", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "151000", - "name": "Zamorak robe top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10786", - "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,4,0,0" - }, - { - "examine": "Blessed vestments of Guthix.", - "durability": null, - "low_alchemy": "2800", - "high_alchemy": "4200", - "weight": "1", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "80181", - "name": "Guthix robe top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10788", - "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,4,0,0" - }, - { - "examine": "Zamorak blessed dragonhide body armour.", - "durability": null, - "low_alchemy": "5200", - "high_alchemy": "7800", - "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" - }, - { - "shop_price": "13000", - "examine": "Saradomin blessed dragonhide body armour.", - "durability": null, - "low_alchemy": "5200", - "high_alchemy": "7800", - "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" - }, - { - "shop_price": "13", - "examine": "Guthix blessed dragonhide body armour.", - "durability": null, - "low_alchemy": "5200", - "high_alchemy": "7800", - "weight": "6", - "absorb": "0,6,3", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "22384", - "name": "Guthix dragonhide", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10794", - "bonuses": "0,0,0,-15,30,55,47,60,50,55,0,0,0,0,0" - }, - { - "examine": "Endorsed by Robin Hood.", - "durability": null, - "low_alchemy": "180", - "high_alchemy": "270", - "weight": "0.2", - "equipment_slot": "0", - "lendable": "true", - "grand_exchange_price": "3070557", - "name": "Robin hood hat", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10796", - "bonuses": "0,0,0,-10,8,4,6,8,4,4,0,0,0,0,0" - }, - { - "examine": "Rune platebody with gold trim.", - "durability": null, - "low_alchemy": "26000", - "high_alchemy": "39000", - "weight": "9.07", - "absorb": "3,0,6", - "equipment_slot": "4", - "lendable": "true", - "remove_sleeves": "true", - "grand_exchange_price": "231400", - "name": "Rune platebody (g)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10798", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0" - }, - { - "examine": "Rune platebody with trim.", - "durability": null, - "low_alchemy": "26000", - "high_alchemy": "39000", - "weight": "9.07", - "absorb": "3,0,6", - "equipment_slot": "4", - "lendable": "true", - "remove_sleeves": "true", - "grand_exchange_price": "61100", - "name": "Rune platebody (t)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10800", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0" - }, - { - "lendable": "true", - "examine": "All for one and one for all!", - "grand_exchange_price": "56677", - "durability": null, - "name": "Tan cavalier", - "tradeable": "true", - "low_alchemy": "80", - "high_alchemy": "120", - "archery_ticket_price": "0", - "id": "10802", - "equipment_slot": "0" - }, - { - "lendable": "true", - "examine": "All for one and one for all!", - "grand_exchange_price": "18942", - "durability": null, - "name": "Dark cavalier", - "tradeable": "true", - "low_alchemy": "80", - "high_alchemy": "120", - "archery_ticket_price": "0", - "id": "10804", - "equipment_slot": "0" - }, - { - "lendable": "true", - "examine": "All for one and one for all!", - "grand_exchange_price": "421305", - "durability": null, - "name": "Black cavalier", - "tradeable": "true", - "low_alchemy": "80", - "high_alchemy": "120", - "archery_ticket_price": "0", - "id": "10806", - "equipment_slot": "0" - }, - { - "ge_buy_limit": "1000", - "examine": "Arctic Pine logs prepared with sacred oil for a funeral pyre", - "grand_exchange_price": "3453", - "durability": null, - "name": "Arctic pyre logs", - "tradeable": "true", - "low_alchemy": "80", - "high_alchemy": "120", - "weight": "2", - "archery_ticket_price": "0", - "id": "10808" - }, - { - "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.", - "grand_exchange_price": "90", - "durability": null, - "name": "Arctic pine logs", - "tradeable": "true", - "low_alchemy": "14", - "high_alchemy": "21", - "weight": "2", - "archery_ticket_price": "0", - "id": "10810", - "equipment_slot": "5" - }, - { - "ge_buy_limit": "25000", - "grand_exchange_price": "90", - "durability": null, - "name": "Arctic pine logs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10811" - }, - { - "ge_buy_limit": "1000", - "examine": "Used to repair bridges.", - "grand_exchange_price": "18", - "durability": null, - "name": "Split log", - "tradeable": "true", - "low_alchemy": "36", - "high_alchemy": "54", - "weight": "1.8", - "archery_ticket_price": "0", - "id": "10812" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "18", - "durability": null, - "name": "Split log", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10813" - }, - { - "shop_price": "120", - "ge_buy_limit": "1000", - "examine": "I can spin this into rope.", - "grand_exchange_price": "113", - "durability": null, - "name": "Hair", - "tradeable": "true", - "low_alchemy": "48", - "high_alchemy": "72", - "archery_ticket_price": "0", - "id": "10814" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "113", - "durability": null, - "name": "Hair", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10815" - }, - { - "shop_price": "2", - "ge_buy_limit": "1000", - "examine": "I need to cook this.", - "grand_exchange_price": "14", - "durability": null, - "name": "Raw yak meat", - "tradeable": "true", - "high_alchemy": "1", - "weight": "3", - "archery_ticket_price": "0", - "id": "10816" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "14", - "durability": null, - "name": "Raw yak meat", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10817" - }, - { - "shop_price": "50", - "ge_buy_limit": "5000", - "examine": "Thakkrad, of Neitiznot, can cure this.", - "grand_exchange_price": "301", - "durability": null, - "name": "Yak-hide", - "tradeable": "true", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "archery_ticket_price": "0", - "id": "10818" - }, - { - "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.", - "grand_exchange_price": "396", - "durability": null, - "name": "Cured yak-hide", - "tradeable": "true", - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "0.4", - "archery_ticket_price": "0", - "id": "10820" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "396", - "durability": null, - "name": "Cured yak-hide", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10821" - }, - { - "remove_sleeves": "true", - "requirements": "{1,20}", - "ge_buy_limit": "100", - "grand_exchange_price": "122", - "durability": null, - "name": "Yak-hide armour", - "archery_ticket_price": "0", - "id": "10822", - "bonuses": "0,0,0,-5,0,25,20,15,-2,25,5,0,0,0,0", - "equipment_slot": "4" - }, - { - "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", - "durability": null, - "name": "Yak-hide armour", - "archery_ticket_price": "0", - "id": "10824", - "bonuses": "0,0,0,-5,10,25,20,15,-2,10,0,0,0,0,0", - "equipment_slot": "7" - }, - { - "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 shield worn by Fremennik warriors.", - "durability": null, - "low_alchemy": "2000", - "high_alchemy": "3000", - "destroy": "true", - "weight": "2.2", - "equipment_slot": "5", - "grand_exchange_price": "402", - "name": "Fremennik round shield", - "archery_ticket_price": "0", - "id": "10826", - "bonuses": "0,0,0,-10,-10,17,17,31,-4,33,20,0,0,0,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", - "ge_buy_limit": "100", - "examine": "A gift from Neitiznot's Burgher.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "weight": "2.2", - "absorb": "2,0,4", - "equipment_slot": "0", - "grand_exchange_price": "44800", - "name": "Helm of neitiznot", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10828", - "bonuses": "0,0,0,0,0,31,29,34,3,30,8,3,3,0,0" - }, - { - "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", - "destroy": "true", - "archery_ticket_price": "0", - "id": "10830" - }, - { - "destroy_message": "Are you sure? You can replace it by talking to King Sorvott.", - "examine": "An empty tax bag.", - "durability": null, - "name": "Empty tax bag", - "tradeable": "false", - "destroy": "true", - "archery_ticket_price": "0", - "id": "10831" - }, - { - "examine": "A silly hat with bells.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "weight": "2.7", - "equipment_slot": "0", - "destroy_message": "Are you sure? You can find another in King Sorvott's chest.", - "name": "Silly jester hat", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "10836", - "bonuses": "0,0,0,0,0,0,0,0,5,-5,0,0,0,0,0" - }, - { - "examine": "A jester's jangly top.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "weight": "6.8", - "equipment_slot": "4", - "destroy_message": "Are you sure? You can find another in King Sorvott's chest.", - "remove_sleeves": "true", - "name": "Silly jester top", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "10837", - "bonuses": "0,0,0,0,0,0,0,0,5,-5,5,0,0,0,0" - }, - { - "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", - "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", - "durability": null, - "name": "Helm of neitiznot", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10843" - }, - { - "examine": "A slightly sq'irky, I mean quirky, fruit.", - "durability": null, - "name": "Spring sq'irk", - "archery_ticket_price": "0", - "id": "10844" - }, - { - "examine": "A slightly sq'irky, I mean quirky, fruit.", - "durability": null, - "name": "Summer sq'irk", - "archery_ticket_price": "0", - "id": "10845" - }, - { - "examine": "A slightly sq'irky, I mean quirky, fruit.", - "durability": null, - "name": "Autumn sq'irk", - "archery_ticket_price": "0", - "id": "10846" - }, - { - "examine": "A slightly sq'irky, I mean quirky, fruit.", - "durability": null, - "name": "Winter sq'irk", - "archery_ticket_price": "0", - "id": "10847" - }, - { - "examine": "Made from 4 spring sq'irks.", - "durability": null, - "name": "Spring sq'irkjuice", - "weight": "1", - "archery_ticket_price": "0", - "id": "10848" - }, - { - "examine": "Made from 2 summer sq'irks.", - "durability": null, - "name": "Summer sq'irkjuice", - "weight": "1", - "archery_ticket_price": "0", - "id": "10849" - }, - { - "examine": "Made from 3 autumn sq'irks.", - "durability": null, - "name": "Autumn sq'irkjuice", - "weight": "1", - "archery_ticket_price": "0", - "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", - "low_alchemy": "2", - "tradeable": "false", - "high_alchemy": "3", - "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", - "two_handed": "true", - "weapon_interface": "7", - "turn180_anim": "7045", - "render_anim": "124", - "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" - }, - { - "examine": "You can put nice, hot tea in it.", - "durability": null, - "name": "Tea flask", - "weight": "0.1", - "archery_ticket_price": "0", - "id": "10859" - }, - { - "examine": "You can put nice, hot tea in it.", - "durability": null, - "name": "Tea flask", - "weight": "0.1", - "archery_ticket_price": "0", - "id": "10860" - }, - { - "examine": "You can put nice, hot tea in it.", - "durability": null, - "name": "Tea flask", - "weight": "0.1", - "archery_ticket_price": "0", - "id": "10861" - }, - { - "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", - "low_alchemy": "40", - "tradeable": "false", - "high_alchemy": "60", - "destroy": "true", - "weight": "2", - "archery_ticket_price": "0", - "id": "10862", - "equipment_slot": "0" - }, - { - "examine": "Very fetching.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "weight": "0.9", - "equipment_slot": "4", - "destroy_message": "You'll have to find another within the Tower of Life!", - "remove_sleeves": "true", - "name": "Builder's shirt", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "10863" - }, - { - "destroy_message": "You'll have to find another within the Tower of Life!", - "examine": "Slightly tatty in my opinion.", - "durability": null, - "name": "Builder's trousers", - "low_alchemy": "40", - "tradeable": "false", - "high_alchemy": "60", - "destroy": "true", - "weight": "1", - "archery_ticket_price": "0", - "id": "10864", - "equipment_slot": "7" - }, - { - "destroy_message": "You'll have to find another within the Tower of Life!", - "examine": "They'll offer good protection for my toes.", - "durability": null, - "name": "Builder's boots", - "low_alchemy": "40", - "tradeable": "false", - "high_alchemy": "60", - "destroy": "true", - "weight": "0.4", - "archery_ticket_price": "0", - "id": "10865", - "equipment_slot": "10" - }, - { - "examine": "Used to bolt things together.", - "durability": null, - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "40", - "tradeable": "false", - "high_alchemy": "60", - "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", - "low_alchemy": "92000", - "turn90ccw_anim": "5867", - "attack_speed": "6", - "two_handed": "true", - "turn180_anim": "5867", - "defence_anim": "5866", - "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", - "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", - "durability": null, - "high_alchemy": "138000", - "weight": "30", - "weapon_interface": "8", - "render_anim": "985", - "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)", - "durability": null, - "name": "Barrelchest anchor", - "low_alchemy": "92000", - "high_alchemy": "138000", - "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" - }, - { - "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, - "name": "Blessed lamp", - "archery_ticket_price": "0", - "id": "10889" - }, - { - "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, - "name": "Prayer book", - "tradeable": "false", - "destroy": "true", - "weight": "1", - "archery_ticket_price": "0", - "id": "10890" - }, - { - "ge_buy_limit": "100", - "examine": "A wooden cat toy.", - "grand_exchange_price": "922", - "durability": null, - "name": "Wooden cat", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10891" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "922", - "durability": null, - "name": "Wooden cat", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10892" - }, - { - "examine": "A cranial clamp.", - "durability": null, - "name": "Cranial clamp", - "archery_ticket_price": "0", - "id": "10893" - }, - { - "examine": "Some tongs for use with brains.", - "durability": null, - "name": "Brain tongs", - "tradeable": "false", - "destroy": "true", - "archery_ticket_price": "0", - "id": "10894" - }, - { - "examine": "A bell jar for covering things.", - "durability": null, - "name": "Bell jar", - "weight": "1", - "archery_ticket_price": "0", - "id": "10895" - }, - { - "examine": "A silver whistle.", - "durability": null, - "name": "Wolf whistle", - "archery_ticket_price": "0", - "id": "10896" - }, - { - "examine": "A shipping order list.", - "durability": null, - "name": "Shipping order", - "tradeable": "false", - "destroy": "true", - "archery_ticket_price": "0", - "id": "10897" - }, - { - "examine": "A small keg of gunpowder.", - "durability": null, - "name": "Keg", - "weight": "12", - "archery_ticket_price": "0", - "id": "10898" - }, - { - "examine": "Part of a crate.", - "durability": null, - "name": "Crate part", - "tradeable": "false", - "destroy": "true", - "archery_ticket_price": "0", - "id": "10899" - }, - { - "examine": "One skull staple.", - "durability": null, - "name": "Skull staple", - "archery_ticket_price": "0", - "id": "10904" - }, - { - "ge_buy_limit": "100", - "examine": "This super restore and unicorn dust potion needs more ingredients.", - "grand_exchange_price": "8420", - "durability": null, - "name": "Mixture - step 1(4)", - "tradeable": "true", - "low_alchemy": "120", - "high_alchemy": "180", - "archery_ticket_price": "0", - "id": "10909" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "8420", - "durability": null, - "name": "Mixture - step 1(4)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10910" - }, - { - "ge_buy_limit": "100", - "examine": "This super restore and unicorn dust potion needs more ingredients.", - "grand_exchange_price": "6543", - "durability": null, - "name": "Mixture - step 1(3)", - "tradeable": "true", - "low_alchemy": "120", - "high_alchemy": "180", - "archery_ticket_price": "0", - "id": "10911" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "6543", - "durability": null, - "name": "Mixture - step 1(3)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10912" - }, - { - "ge_buy_limit": "100", - "examine": "This super restore and unicorn dust potion needs more ingredients.", - "grand_exchange_price": "4335", - "durability": null, - "name": "Mixture - step 1(2)", - "tradeable": "true", - "low_alchemy": "120", - "high_alchemy": "180", - "archery_ticket_price": "0", - "id": "10913" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "4335", - "durability": null, - "name": "Mixture - step 1(2)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10914" - }, - { - "ge_buy_limit": "100", - "examine": "This super restore and unicorn dust potion needs more ingredients.", - "grand_exchange_price": "2168", - "durability": null, - "name": "Mixture - step 1(1)", - "tradeable": "true", - "low_alchemy": "120", - "high_alchemy": "180", - "archery_ticket_price": "0", - "id": "10915" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "2168", - "durability": null, - "name": "Mixture - step 1(1)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10916" - }, - { - "ge_buy_limit": "100", - "examine": "This super restore, unicorn dust, snake weed potion needs more ingredients.", - "grand_exchange_price": "8665", - "durability": null, - "name": "Mixture - step 2(4)", - "tradeable": "true", - "low_alchemy": "120", - "high_alchemy": "180", - "archery_ticket_price": "0", - "id": "10917" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "8665", - "durability": null, - "name": "Mixture - step 2(4)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10918" - }, - { - "ge_buy_limit": "100", - "examine": "This super restore, unicorn dust, snake weed potion needs more ingredients.", - "grand_exchange_price": "6695", - "durability": null, - "name": "Mixture - step 2(3)", - "tradeable": "true", - "low_alchemy": "120", - "high_alchemy": "180", - "archery_ticket_price": "0", - "id": "10919" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "6695", - "durability": null, - "name": "Mixture - step 2(3)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10920" - }, - { - "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", - "low_alchemy": "120", - "high_alchemy": "180", - "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", - "low_alchemy": "120", - "high_alchemy": "180", - "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", - "low_alchemy": "120", - "high_alchemy": "180", - "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", - "low_alchemy": "120", - "high_alchemy": "180", - "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", - "low_alchemy": "120", - "high_alchemy": "180", - "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", - "low_alchemy": "120", - "high_alchemy": "180", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "10933", - "equipment_slot": "10" - }, - { - "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": "10934" - }, - { - "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": "10935" - }, - { - "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": "10936" - }, - { - "ge_buy_limit": "100", - "examine": "The claws from a nail beast", - "grand_exchange_price": "203", - "durability": null, - "name": "Nail beast nails", - "tradeable": "true", - "low_alchemy": "120", - "high_alchemy": "180", - "archery_ticket_price": "0", - "id": "10937" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "203", - "durability": null, - "name": "Nail beast nails", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10938" - }, - { - "remove_sleeves": "true", - "examine": "You certainly will be alright wearing this.", - "durability": null, - "name": "Lumberjack top", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "1.3", - "archery_ticket_price": "0", - "id": "10939", - "equipment_slot": "4" - }, - { - "examine": "You certainly will be alright wearing these.", - "durability": null, - "name": "Lumberjack legs", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "10940", - "equipment_slot": "7" - }, - { - "remove_head": "true", - "examine": "You certainly will be alright wearing this.", - "durability": null, - "name": "Lumberjack hat", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "archery_ticket_price": "0", - "id": "10941", - "equipment_slot": "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", - "id": "10942" - }, - { - "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": "10943" - }, - { - "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": "10944" - }, - { - "remove_sleeves": "true", - "examine": "You certainly will be alright wearing this.", - "durability": null, - "name": "Lumberjack top", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "1.3", - "archery_ticket_price": "0", - "id": "10945", - "equipment_slot": "4" - }, - { - "examine": "One skull staple.", - "durability": null, - "name": "Skull staples", - "archery_ticket_price": "0", - "id": "10950" - }, - { - "examine": "One skull staple.", - "durability": null, - "name": "Skull staples", - "archery_ticket_price": "0", - "id": "10951" - }, - { - "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", - "low_alchemy": "60", - "high_alchemy": "90", - "archery_ticket_price": "0", - "id": "10952" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "57", - "durability": null, - "name": "Slayer bell", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10953" - }, - { - "requirements": "{1,25}-{4,25}", - "shop_price": "1000", - "ge_buy_limit": "100", - "examine": "Armour made out of Frog hide.", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "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", - "id": "10954", - "bonuses": "0,0,0,-5,10,23,26,30,15,32,20,0,0,0,0" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "1797", - "durability": null, - "name": "Frog-leather body", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10955" - }, - { - "requirements": "{1,25}-{4,25}", - "shop_price": "900", - "ge_buy_limit": "100", - "examine": "Chaps made out of Frog hide.", - "durability": null, - "low_alchemy": "360", - "high_alchemy": "540", - "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" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "361", - "durability": null, - "name": "Frog-leather chaps", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10957" - }, - { - "requirements": "{1,25}-{4,25}", - "shop_price": "200", - "ge_buy_limit": "100", - "examine": "Boots made out of Frog hide.", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "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" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "1156", - "durability": null, - "name": "Frog-leather boots", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10959" - }, - { - "shop_price": "10", - "examine": "Thick and tasty soup.", - "durability": null, - "name": "Green gloop soup", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "10960" - }, - { - "shop_price": "10", - "examine": "A big bowl of frogspawn gumbo.", - "durability": null, - "name": "Frogspawn gumbo", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "10961" - }, - { - "shop_price": "10", - "examine": "A juicy frogburger.", - "durability": null, - "name": "Frogburger", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "1", - "archery_ticket_price": "0", - "id": "10962" - }, - { - "examine": "Nice and crunchy.", - "durability": null, - "name": "Coated frogs' legs", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "10963" - }, - { - "shop_price": "10", - "examine": "Bat shish kebab.", - "durability": null, - "name": "Bat shish", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "10964" - }, - { - "shop_price": "10", - "examine": "Wall beast fingers in a white fern sauce.", - "durability": null, - "name": "Fingers", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "10965" - }, - { - "examine": "A whole roasted frog.", - "durability": null, - "name": "Roast frog", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "1", - "archery_ticket_price": "0", - "id": "10967" - }, - { - "examine": "Tasty saut??ed mushrooms.", - "durability": null, - "name": "Mushrooms", - "low_alchemy": "20", - "high_alchemy": "30", - "archery_ticket_price": "0", - "id": "10968" - }, - { - "examine": "Chunky cave-crawler fillets.", - "durability": null, - "name": "Fillets", - "low_alchemy": "20", - "high_alchemy": "30", - "archery_ticket_price": "0", - "id": "10969" - }, - { - "examine": "Steamed cave pond loach.", - "durability": null, - "name": "Loach", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "1", - "archery_ticket_price": "0", - "id": "10970" - }, - { - "examine": "Cave-eel sushi.", - "durability": null, - "name": "Eel sushi", - "archery_ticket_price": "0", - "id": "10971" - }, - { - "shop_price": "2", - "examine": "Oldak's Marvellous Moving-Over-Distance Sphere.", - "durability": null, - "name": "Dorgesh-kaan sphere", - "weight": "0.5", - "archery_ticket_price": "0", - "id": "10972" - }, - { - "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", - "low_alchemy": "140", - "high_alchemy": "210", - "archery_ticket_price": "0", - "id": "10973" - }, - { - "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", - "low_alchemy": "2", - "high_alchemy": "4", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "100", - "high_alchemy": "150", - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "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", - "low_alchemy": "400", - "high_alchemy": "600", - "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", - "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", - "low_alchemy": "4", - "tradeable": "false", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "tradeable": "false", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "tradeable": "false", - "high_alchemy": "6", - "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" - }, - { - "remove_head": "true", - "examine": "Cock-a-doodle-do!", - "durability": null, - "name": "Chicken head", - "tradeable": "false", - "destroy": "true", - "weight": "0.2", - "archery_ticket_price": "0", - "id": "11015", - "equipment_slot": "0" - }, - { - "examine": "Perfect for crossing the road.", - "durability": null, - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "durability": null, - "low_alchemy": "10400", - "high_alchemy": "15600", - "weight": "1.8", - "attack_speed": "4", - "weapon_interface": "6", - "equipment_slot": "3", - "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" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "120200", - "durability": null, - "name": "Brine sabre", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "11038" - }, - { - "examine": "Looks like it might still float.", - "durability": null, - "name": "Rotten barrel", - "tradeable": "false", - "destroy": "true", - "archery_ticket_price": "0", - "id": "11044" - }, - { - "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", - "archery_ticket_price": "0", - "id": "11045" - }, - { - "shop_price": "18", - "examine": "A coil of rope.", - "grand_exchange_price": "101", - "durability": null, - "name": "Rope", - "tradeable": "true", - "low_alchemy": "7", - "high_alchemy": "10", - "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", - "low_alchemy": "160", - "high_alchemy": "160", - "archery_ticket_price": "0", - "id": "11050" - }, - { - "examine": "An ancient goblin object encrusted in dirt.", - "durability": null, - "name": "Artefact", - "tradeable": "false", - "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, - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "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, - "low_alchemy": "400", - "high_alchemy": "600", - "weight": "1.8", - "attack_speed": "5", - "weapon_interface": "8", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "390,390,381,390", - "grand_exchange_price": "4093", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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.", - "durability": null, - "low_alchemy": "220", - "high_alchemy": "330", - "weight": "0.2", - "equipment_slot": "9", - "grand_exchange_price": "223", - "name": "Gold bracelet", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "11069" - }, - { - "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.", - "durability": null, - "low_alchemy": "460", - "high_alchemy": "690", - "weight": "0.25", - "equipment_slot": "9", - "grand_exchange_price": "578", - "name": "Sapphire bracelet", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "11072" - }, - { - "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", - "low_alchemy": "506", - "high_alchemy": "759", - "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", - "low_alchemy": "610", - "high_alchemy": "915", - "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", - "low_alchemy": "670", - "high_alchemy": "1005", - "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", - "low_alchemy": "670", - "high_alchemy": "1005", - "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", - "low_alchemy": "670", - "high_alchemy": "1005", - "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", - "low_alchemy": "930", - "high_alchemy": "1395", - "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", - "low_alchemy": "1024", - "high_alchemy": "1536", - "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", - "low_alchemy": "1620", - "high_alchemy": "2430", - "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", - "low_alchemy": "1530", - "high_alchemy": "2295", - "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", - "low_alchemy": "1680", - "high_alchemy": "2520", - "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", - "low_alchemy": "1680", - "high_alchemy": "2520", - "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", - "low_alchemy": "1680", - "high_alchemy": "2520", - "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", - "low_alchemy": "1680", - "high_alchemy": "2520", - "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", - "low_alchemy": "1680", - "high_alchemy": "2520", - "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", - "low_alchemy": "8080", - "high_alchemy": "12120", - "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", - "low_alchemy": "8080", - "high_alchemy": "12120", - "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", - "low_alchemy": "8080", - "high_alchemy": "12120", - "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", - "low_alchemy": "8080", - "high_alchemy": "12120", - "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", - "low_alchemy": "8080", - "high_alchemy": "12120", - "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", - "low_alchemy": "7650", - "high_alchemy": "11475", - "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": "You will need to recharge the bracelet at the Legends Guild.(uncharged) A handy way to get around.(charged)", - "durability": null, - "low_alchemy": "8416", - "high_alchemy": "12624", - "weight": "0.3", - "equipment_slot": "9", - "grand_exchange_price": "29700", - "name": "Combat bracelet(4)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "11118", - "bonuses": "7,7,7,3,7,5,5,5,3,5,5,6,0,0,0" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "29700", - "durability": null, - "name": "Combat bracelet(4)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "11119" - }, - { - "examine": "You will need to recharge the bracelet at the Legends Guild.(uncharged) A handy way to get around.(charged)", - "grand_exchange_price": "1", - "durability": null, - "name": "Combat bracelet(3)", - "tradeable": "true", - "low_alchemy": "8416", - "high_alchemy": "12624", - "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" - }, - { - "durability": null, - "name": "Combat bracelet(3)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "11121" - }, - { - "examine": "You will need to recharge the bracelet at the Legends Guild.(uncharged) A handy way to get around.(charged)", - "grand_exchange_price": "1", - "durability": null, - "name": "Combat bracelet(2)", - "tradeable": "true", - "low_alchemy": "8416", - "high_alchemy": "12624", - "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" - }, - { - "durability": null, - "name": "Combat bracelet(2)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "11123" - }, - { - "examine": "You will need to recharge the bracelet at the Legends Guild.(uncharged) A handy way to get around.(charged)", - "grand_exchange_price": "1", - "durability": null, - "name": "Combat bracelet(1)", - "tradeable": "true", - "low_alchemy": "8416", - "high_alchemy": "12624", - "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" - }, - { - "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.(uncharged) A handy way to get around.(charged)", - "durability": null, - "low_alchemy": "8416", - "high_alchemy": "12624", - "weight": "0.3", - "equipment_slot": "9", - "grand_exchange_price": "29000", - "name": "Combat bracelet", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "11126", - "bonuses": "7,7,7,3,7,5,5,5,3,5,5,6,0,0,0" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "29000", - "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", - "low_alchemy": "80400", - "high_alchemy": "120600", - "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", - "low_alchemy": "80800", - "high_alchemy": "121200", - "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.", - "durability": null, - "low_alchemy": "80800", - "high_alchemy": "121200", - "weight": "0.2", - "equipment_slot": "9", - "grand_exchange_price": "124200", - "name": "Regen bracelet", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "11133", - "bonuses": "8,8,8,3,7,6,6,6,3,6,5,7,0,0,0" - }, - { - "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, - "low_alchemy": "1", - "high_alchemy": "2", - "weight": "3", - "turn90ccw_anim": "822", - "weapon_interface": "17", - "turn180_anim": "4227", - "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, - "low_alchemy": "1", - "high_alchemy": "2", - "weight": "3", - "turn90ccw_anim": "822", - "weapon_interface": "17", - "turn180_anim": "4227", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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)", - "low_alchemy": "960", - "high_alchemy": "1440", - "weight": "0.5", - "archery_ticket_price": "0", - "id": "11190", - "equipment_slot": "2" - }, - { - "examine": "An enchanted necklace.", - "durability": null, - "name": "Digsite pendant (2)", - "low_alchemy": "960", - "high_alchemy": "1440", - "weight": "0.5", - "archery_ticket_price": "0", - "id": "11191", - "equipment_slot": "2" - }, - { - "examine": "An enchanted necklace.", - "durability": null, - "name": "Digsite pendant (3)", - "low_alchemy": "960", - "high_alchemy": "1440", - "weight": "0.5", - "archery_ticket_price": "0", - "id": "11192", - "equipment_slot": "2" - }, - { - "examine": "An enchanted necklace.", - "durability": null, - "name": "Digsite pendant (4)", - "low_alchemy": "960", - "high_alchemy": "1440", - "weight": "0.5", - "archery_ticket_price": "0", - "id": "11193", - "equipment_slot": "2" - }, - { - "examine": "An enchanted necklace.", - "durability": null, - "name": "Digsite pendant (5)", - "low_alchemy": "960", - "high_alchemy": "1440", - "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, - "low_alchemy": "24000", - "high_alchemy": "36000", - "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", - "high_alchemy": "1", - "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.", - "durability": null, - "low_alchemy": "320", - "high_alchemy": "480", - "equipment_slot": "13", - "grand_exchange_price": "2674", - "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" - }, - { - "requirements": "{4,60}", - "ge_buy_limit": "10000", - "examine": "unlit: Arrows with dragon heads and oil-soaked cloth.lit: Dragon-headed fire arrow.", - "durability": null, - "low_alchemy": "320", - "high_alchemy": "480", - "equipment_slot": "13", - "grand_exchange_price": "3988", - "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" - }, - { - "requirements": "{4,60}", - "ge_buy_limit": "10000", - "examine": "unlit: Arrows with dragon heads and oil-soaked cloth.lit: Dragon-headed fire arrow.", - "durability": null, - "low_alchemy": "320", - "high_alchemy": "480", - "equipment_slot": "13", - "grand_exchange_price": "3834", - "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" - }, - { - "requirements": "{4,60}", - "ge_buy_limit": "10000", - "examine": "An arrow made using a dragon's talon.", - "durability": null, - "low_alchemy": "320", - "high_alchemy": "480", - "equipment_slot": "13", - "grand_exchange_price": "3141", - "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" - }, - { - "requirements": "{4,60}", - "ge_buy_limit": "10000", - "examine": "An arrow made using a dragon's talon.", - "durability": null, - "low_alchemy": "320", - "high_alchemy": "480", - "equipment_slot": "13", - "grand_exchange_price": "2866", - "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" - }, - { - "requirements": "{4,60}", - "ge_buy_limit": "10000", - "examine": "An arrow made using a dragon's talon.", - "durability": null, - "low_alchemy": "320", - "high_alchemy": "480", - "equipment_slot": "13", - "grand_exchange_price": "3766", - "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" - }, - { - "requirements": "{4,60}", - "ge_buy_limit": "10000", - "examine": "A deadly throwing dart with a dragon tip.", - "durability": null, - "low_alchemy": "200", - "high_alchemy": "300", - "attack_speed": "3", - "weapon_interface": "18", - "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, - "low_alchemy": "200", - "high_alchemy": "300", - "attack_speed": "3", - "weapon_interface": "18", - "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", - "low_alchemy": "100", - "high_alchemy": "150", - "archery_ticket_price": "0", - "id": "11232" - }, - { - "requirements": "{4,60}", - "ge_buy_limit": "10000", - "examine": "A deadly throwing dart with a dragon tip.", - "durability": null, - "low_alchemy": "200", - "high_alchemy": "300", - "attack_speed": "3", - "weapon_interface": "18", - "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, - "low_alchemy": "200", - "high_alchemy": "300", - "attack_speed": "3", - "weapon_interface": "18", - "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", - "low_alchemy": "48000", - "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, - "high_alchemy": "72001", - "weight": "1.9", - "weapon_interface": "16", - "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", - "low_alchemy": "200", - "high_alchemy": "300", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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" - }, - { - "shop_price": "3", - "turn90cw_anim": "6610", - "examine": "For catching butterflies.", - "walk_anim": "6607", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "destroy": "true", - "weight": "0.2", - "turn90ccw_anim": "6609", - "attack_speed": "4", - "two_handed": "true", - "weapon_interface": "14", - "turn180_anim": "6608", - "render_anim": "1426", - "equipment_slot": "3", - "destroy_message": "You will have to trade with Elnock to get a new magic butterfly net.", - "stand_anim": "6604", - "name": "Magic butterfly net", - "tradeable": "false", - "run_anim": "6603", - "archery_ticket_price": "0", - "id": "11259", - "stand_turn_anim": "6611" - }, - { - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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" - }, - { - "examine": "The label says 'Vivid Crimson', but it looks like pink to me!", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "45", - "weight": "0.9", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "27", - "name": "Ham shirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "11274", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" - }, - { - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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.", - "rare_item": "true", - "durability": null, - "low_alchemy": "800000", - "high_alchemy": "1200000", - "weight": "7.2", - "equipment_slot": "5", - "grand_exchange_price": "5653008", - "name": "Dragonfire shield", - "archery_ticket_price": "0", - "id": "11283", - "bonuses": "0,0,0,-10,-5,70,75,72,10,72,17,7,0,0,0" - }, - { - "requirements": "{1,75}", - "ge_buy_limit": "10", - "examine": "A heavy shield with a snarling, draconic visage.", - "rare_item": "true", - "durability": null, - "low_alchemy": "800000", - "high_alchemy": "1200000", - "weight": "7.2", - "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", - "low_alchemy": "300000", - "high_alchemy": "450000", - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "10", - "high_alchemy": "15", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "30", - "high_alchemy": "45", - "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, - "low_alchemy": "60000", - "high_alchemy": "90000", - "weight": "2", - "absorb": "2,0,4", - "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", - "low_alchemy": "400", - "high_alchemy": "600", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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, - "low_alchemy": "10", - "high_alchemy": "15", - "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", - "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, - "low_alchemy": "36", - "high_alchemy": "54", - "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", - "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, - "low_alchemy": "130", - "high_alchemy": "195", - "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", - "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, - "low_alchemy": "338", - "high_alchemy": "507", - "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", - "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, - "low_alchemy": "832", - "high_alchemy": "1248", - "weight": "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", - "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, - "low_alchemy": "8320", - "high_alchemy": "12480", - "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", - "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, - "low_alchemy": "10", - "high_alchemy": "15", - "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", - "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", - "walk_anim": "1205", - "durability": null, - "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, - "low_alchemy": "10", - "high_alchemy": "15", - "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", - "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, - "low_alchemy": "10", - "high_alchemy": "15", - "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", - "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, - "low_alchemy": "36", - "high_alchemy": "54", - "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", - "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", - "walk_anim": "1205", - "durability": null, - "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, - "low_alchemy": "36", - "high_alchemy": "54", - "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", - "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, - "low_alchemy": "36", - "high_alchemy": "54", - "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", - "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, - "low_alchemy": "130", - "high_alchemy": "195", - "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", - "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", - "walk_anim": "1205", - "durability": null, - "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, - "low_alchemy": "130", - "high_alchemy": "195", - "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", - "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, - "low_alchemy": "130", - "high_alchemy": "195", - "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", - "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, - "low_alchemy": "338", - "high_alchemy": "507", - "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", - "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 mithril-tipped, one-handed hasta.", - "walk_anim": "1205", - "durability": null, - "low_alchemy": "338", - "high_alchemy": "507", - "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", - "name": "Mithril hasta(kp)", - "tradeable": "true", - "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, - "low_alchemy": "338", - "high_alchemy": "507", - "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", - "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, - "low_alchemy": "338", - "high_alchemy": "507", - "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", - "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, - "low_alchemy": "832", - "high_alchemy": "1248", - "weight": "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", - "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", - "walk_anim": "1205", - "durability": null, - "turn90ccw_anim": "1208", - "weapon_interface": "14", - "turn180_anim": "1206", - "render_anim": "28", - "equipment_slot": "3", - "stand_anim": "813", - "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, - "low_alchemy": "832", - "high_alchemy": "1248", - "weight": "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", - "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", - "walk_anim": "1205", - "durability": null, - "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++)", - "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, - "low_alchemy": "8320", - "high_alchemy": "12480", - "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", - "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", - "walk_anim": "1205", - "durability": null, - "turn90ccw_anim": "1208", - "weapon_interface": "14", - "turn180_anim": "1206", - "render_anim": "28", - "equipment_slot": "3", - "stand_anim": "813", - "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" - }, - { - "ge_buy_limit": "100", - "turn90cw_anim": "1207", - "examine": "A rune-tipped, one-handed hasta.", - "walk_anim": "1205", - "durability": null, - "low_alchemy": "8320", - "high_alchemy": "12480", - "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", - "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, - "low_alchemy": "8320", - "high_alchemy": "12480", - "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", - "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", - "low_alchemy": "3", - "high_alchemy": "5", - "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", - "low_alchemy": "3", - "high_alchemy": "5", - "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", - "low_alchemy": "86", - "high_alchemy": "129", - "archery_ticket_price": "0", - "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", - "low_alchemy": "86", - "high_alchemy": "129", - "archery_ticket_price": "0", - "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", - "low_alchemy": "60", - "high_alchemy": "90", - "archery_ticket_price": "0", - "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", - "low_alchemy": "60", - "high_alchemy": "90", - "archery_ticket_price": "0", - "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", - "low_alchemy": "5", - "high_alchemy": "7", - "archery_ticket_price": "0", - "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", - "low_alchemy": "5", - "high_alchemy": "7", - "archery_ticket_price": "0", - "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", - "low_alchemy": "42", - "high_alchemy": "63", - "archery_ticket_price": "0", - "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", - "low_alchemy": "42", - "high_alchemy": "63", - "archery_ticket_price": "0", - "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", - "low_alchemy": "26", - "high_alchemy": "39", - "archery_ticket_price": "0", - "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", - "low_alchemy": "26", - "high_alchemy": "39", - "archery_ticket_price": "0", - "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", - "low_alchemy": "28", - "high_alchemy": "43", - "archery_ticket_price": "0", - "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", - "low_alchemy": "28", - "high_alchemy": "43", - "archery_ticket_price": "0", - "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", - "low_alchemy": "36", - "high_alchemy": "54", - "archery_ticket_price": "0", - "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", - "low_alchemy": "36", - "high_alchemy": "54", - "archery_ticket_price": "0", - "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", - "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", - "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", - "low_alchemy": "46", - "high_alchemy": "69", - "archery_ticket_price": "0", - "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", - "low_alchemy": "46", - "high_alchemy": "69", - "archery_ticket_price": "0", - "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", - "low_alchemy": "54", - "high_alchemy": "81", - "archery_ticket_price": "0", - "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", - "low_alchemy": "54", - "high_alchemy": "81", - "archery_ticket_price": "0", - "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", - "low_alchemy": "86", - "high_alchemy": "129", - "archery_ticket_price": "0", - "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", - "low_alchemy": "86", - "high_alchemy": "129", - "archery_ticket_price": "0", - "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", - "low_alchemy": "60", - "high_alchemy": "90", - "archery_ticket_price": "0", - "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", - "low_alchemy": "60", - "high_alchemy": "90", - "archery_ticket_price": "0", - "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": "Sup. energy mix(2)", - "tradeable": "true", - "low_alchemy": "64", - "high_alchemy": "96", - "archery_ticket_price": "0", - "id": "11481" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "1062", - "durability": null, - "name": "Sup. 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": "Sup. energy mix(1)", - "tradeable": "true", - "low_alchemy": "64", - "high_alchemy": "96", - "archery_ticket_price": "0", - "id": "11483" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "562", - "durability": null, - "name": "Sup. 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": "Sup. str. mix(2)", - "tradeable": "true", - "low_alchemy": "66", - "high_alchemy": "99", - "archery_ticket_price": "0", - "id": "11485" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "955", - "durability": null, - "name": "Sup. str. 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": "Sup. str. mix(1)", - "tradeable": "true", - "low_alchemy": "66", - "high_alchemy": "99", - "archery_ticket_price": "0", - "id": "11487" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "1040", - "durability": null, - "name": "Sup. str. 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", - "low_alchemy": "72", - "high_alchemy": "108", - "archery_ticket_price": "0", - "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", - "low_alchemy": "72", - "high_alchemy": "108", - "archery_ticket_price": "0", - "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": "Sup. restore mix(2)", - "tradeable": "true", - "low_alchemy": "66", - "high_alchemy": "99", - "archery_ticket_price": "0", - "id": "11493" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "3670", - "durability": null, - "name": "Sup. 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": "Sup. restore mix(1)", - "tradeable": "true", - "low_alchemy": "66", - "high_alchemy": "99", - "archery_ticket_price": "0", - "id": "11495" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "3104", - "durability": null, - "name": "Sup. 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": "Sup. def. mix(2)", - "tradeable": "true", - "low_alchemy": "79", - "high_alchemy": "118", - "archery_ticket_price": "0", - "id": "11497" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "38", - "durability": null, - "name": "Sup. def. 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": "Sup. def. mix(1)", - "tradeable": "true", - "low_alchemy": "79", - "high_alchemy": "118", - "archery_ticket_price": "0", - "id": "11499" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "66", - "durability": null, - "name": "Sup. def. 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", - "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", - "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", - "low_alchemy": "79", - "high_alchemy": "118", - "archery_ticket_price": "0", - "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", - "low_alchemy": "79", - "high_alchemy": "118", - "archery_ticket_price": "0", - "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", - "low_alchemy": "86", - "high_alchemy": "129", - "archery_ticket_price": "0", - "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", - "low_alchemy": "86", - "high_alchemy": "129", - "archery_ticket_price": "0", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "archery_ticket_price": "0", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "archery_ticket_price": "0", - "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", - "low_alchemy": "3", - "high_alchemy": "5", - "archery_ticket_price": "0", - "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", - "low_alchemy": "3", - "high_alchemy": "5", - "archery_ticket_price": "0", - "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", - "low_alchemy": "60", - "high_alchemy": "90", - "archery_ticket_price": "0", - "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", - "low_alchemy": "60", - "high_alchemy": "90", - "archery_ticket_price": "0", - "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", - "low_alchemy": "10", - "high_alchemy": "15", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "shop_price": "200", - "examine": "A mage helm from the order of the Void Knights.", - "durability": null, - "low_alchemy": "3940", - "high_alchemy": "5910", - "destroy": "true", - "equipment_slot": "0", - "name": "Void mage helm", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "11663", - "bonuses": "0,0,0,0,0,6,6,6,6,6,6,0,0,0,0" - }, - { - "remove_head": "true", - "shop_price": "200", - "examine": "A ranger helm from the order of the Void Knights", - "durability": null, - "low_alchemy": "3940", - "high_alchemy": "5910", - "weight": "3.6", - "equipment_slot": "0", - "name": "Void ranger helm", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "11664", - "bonuses": "0,0,0,0,0,6,6,6,6,6,6,0,0,0,0" - }, - { - "remove_head": "true", - "shop_price": "200", - "examine": "A melee helm from the order of the Void Knights.", - "durability": null, - "low_alchemy": "3940", - "high_alchemy": "5910", - "weight": "0.4", - "equipment_slot": "0", - "name": "Void melee helm", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "11665", - "bonuses": "0,0,0,0,0,6,6,6,6,6,6,0,0,0,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", - "shop_price": "200", - "examine": "A mage helm from the order of the Void Knights.", - "durability": null, - "low_alchemy": "3940", - "high_alchemy": "5910", - "destroy": "true", - "equipment_slot": "0", - "name": "Void mage helm", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "11674", - "bonuses": "0,0,0,0,0,6,6,6,6,6,0,0,0,0,0" - }, - { - "remove_head": "true", - "shop_price": "200", - "examine": "A ranger helm from the order of the Void Knights", - "durability": null, - "low_alchemy": "3940", - "high_alchemy": "5910", - "weight": "3.6", - "equipment_slot": "0", - "name": "Void ranger helm", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "11675", - "bonuses": "0,0,0,0,0,6,6,6,6,6,0,0,0,0,0" - }, - { - "remove_head": "true", - "shop_price": "200", - "examine": "A melee helm from the order of the Void Knights.", - "durability": null, - "low_alchemy": "3940", - "high_alchemy": "5910", - "weight": "0.4", - "equipment_slot": "0", - "name": "Void melee helm", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "11676", - "bonuses": "0,0,0,0,0,6,6,6,6,6,0,0,0,0,0" - }, - { - "destroy_message": "I can find another book in the Keldagrim library.", - "examine": "\"Beyond Trollheim\" by Nestor Peregrine.", - "durability": null, - "name": "Explorer's notes", - "low_alchemy": "2", - "tradeable": "false", - "high_alchemy": "3", - "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", - "low_alchemy": "200000", - "high_alchemy": "300000", - "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", - "low_alchemy": "200000", - "high_alchemy": "300000", - "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", - "low_alchemy": "300000", - "high_alchemy": "450000", - "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", - "low_alchemy": "200000", - "high_alchemy": "300000", - "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", - "low_alchemy": "500000", - "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, - "high_alchemy": "750000", - "weight": "10", - "weapon_interface": "7", - "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", - "low_alchemy": "500000", - "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, - "high_alchemy": "750000", - "weight": "10", - "weapon_interface": "7", - "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", - "low_alchemy": "500000", - "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, - "high_alchemy": "750000", - "weight": "10", - "weapon_interface": "7", - "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", - "low_alchemy": "500000", - "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, - "high_alchemy": "750000", - "weight": "10", - "weapon_interface": "7", - "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", - "low_alchemy": "200000", - "high_alchemy": "300000", - "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", - "low_alchemy": "200000", - "high_alchemy": "300000", - "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", - "low_alchemy": "200000", - "high_alchemy": "300000", - "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", - "low_alchemy": "200000", - "high_alchemy": "300000", - "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, - "name": "Godsword shard 1", - "tradeable": "true", - "low_alchemy": "100000", - "high_alchemy": "150000", - "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, - "name": "Godsword shard 2", - "tradeable": "true", - "low_alchemy": "100000", - "high_alchemy": "150000", - "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, - "name": "Godsword shard 3", - "tradeable": "true", - "low_alchemy": "100000", - "high_alchemy": "150000", - "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", - "low_alchemy": "40000", - "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, - "high_alchemy": "60000", - "weight": "3", - "weapon_interface": "14", - "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, - "low_alchemy": "8000", - "high_alchemy": "12000", - "weight": "0.5", - "absorb": "0,5,2", - "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, - "low_alchemy": "24000", - "high_alchemy": "36000", - "weight": "4", - "absorb": "0,10,5", - "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 rune plateskirt in the colours of Armadyl.", - "rare_item": "true", - "durability": null, - "low_alchemy": "25600", - "high_alchemy": "38400", - "weight": "8", - "absorb": "2,0,4", - "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, - "low_alchemy": "106000", - "high_alchemy": "159000", - "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, - "low_alchemy": "109000", - "high_alchemy": "163500", - "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, - "low_alchemy": "10000", - "high_alchemy": "15000", - "weight": "6", - "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", - "low_alchemy": "52000", - "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, - "high_alchemy": "78000", - "weight": "3", - "weapon_interface": "7", - "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, - "low_alchemy": "8000", - "high_alchemy": "12000", - "weight": "1", - "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. The wax seal is broken. / Before reading the scroll: 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. / Before reading the scroll: 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": "11735" - }, - { - "ge_buy_limit": "10", - "turn90cw_anim": "1207", - "examine": "It's a slightly magical stick.", - "walk_anim": "1205", - "low_alchemy": "6800", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "turn180_anim": "1206", - "equipment_slot": "3", - "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,10,0,2,3,1,10,0,0,35,0,0,0", - "requirements": "{0,30}-{6,30}", - "durability": null, - "high_alchemy": "10200", - "weight": "2", - "weapon_interface": "1", - "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", - "low_alchemy": "18000", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "turn180_anim": "1206", - "equipment_slot": "3", - "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,10,0,2,3,1,10,0,0,50,0,0,0", - "requirements": "{0,40}-{6,40}", - "durability": null, - "high_alchemy": "27000", - "weight": "2", - "weapon_interface": "1", - "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", - "low_alchemy": "4", - "tradeable": "false", - "high_alchemy": "6", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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, - "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", - "low_alchemy": "16", - "high_alchemy": "24", - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "11807" - }, - { - "examine": "An ugly albino fish.", - "durability": null, - "name": "Whitefish", - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "0.25", - "archery_ticket_price": "0", - "id": "11808" - }, - { - "examine": "4 doses of goblin transmogrification potion.", - "durability": null, - "name": "Goblin potion (4)", - "low_alchemy": "5", - "high_alchemy": "7", - "archery_ticket_price": "0", - "id": "11809", - "equipment_slot": "5" - }, - { - "examine": "3 doses of goblin transmogrification potion.", - "durability": null, - "name": "Goblin potion (3)", - "low_alchemy": "5", - "high_alchemy": "7", - "archery_ticket_price": "0", - "id": "11810" - }, - { - "examine": "2 doses of goblin transmogrification potion.", - "durability": null, - "name": "Goblin potion (2)", - "low_alchemy": "5", - "high_alchemy": "7", - "archery_ticket_price": "0", - "id": "11811" - }, - { - "examine": "1 dose of goblin transmogrification potion.", - "durability": null, - "name": "Goblin potion (1)", - "low_alchemy": "5", - "high_alchemy": "7", - "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.", - "grand_exchange_price": "136300", - "durability": null, - "name": "Rune armour set (l)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "11838", - "absorb": "9,0,20", - "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", - "durability": null, - "name": "Dragon chain armour set (l)", - "archery_ticket_price": "0", - "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", - "durability": null, - "name": "Dragon chain armour set (sk)", - "archery_ticket_price": "0", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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" - }, - { - "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", - "durability": null, - "name": "Spirit terrorbird pouch", - "low_alchemy": "289", - "high_alchemy": "434", - "archery_ticket_price": "0", - "id": "12007" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "330", - "durability": null, - "name": "Spirit terrorbird pouch", - "tradeable": "true", - "low_alchemy": "289", - "high_alchemy": "434", - "archery_ticket_price": "0", - "id": "12008" - }, - { - "requirements": "{16,23}", - "ge_buy_limit": "5000", - "grand_exchange_price": "239", - "durability": null, - "name": "Granite crab pouch", - "low_alchemy": "239", - "high_alchemy": "359", - "archery_ticket_price": "0", - "id": "12009" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "239", - "durability": null, - "name": "Granite crab pouch", - "tradeable": "true", - "low_alchemy": "239", - "high_alchemy": "359", - "archery_ticket_price": "0", - "id": "12010" - }, - { - "requirements": "{23,75}", - "ge_buy_limit": "5000", - "grand_exchange_price": "2918", - "durability": null, - "name": "Praying mantis pouch", - "low_alchemy": "1849", - "high_alchemy": "2774", - "archery_ticket_price": "0", - "id": "12011" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "2918", - "durability": null, - "name": "Praying mantis pouch", - "tradeable": "true", - "low_alchemy": "1849", - "high_alchemy": "2774", - "archery_ticket_price": "0", - "id": "12012" - }, - { - "requirements": "{23,78}", - "ge_buy_limit": "5000", - "grand_exchange_price": "2167", - "durability": null, - "name": "Giant ent pouch", - "low_alchemy": "1409", - "high_alchemy": "2114", - "archery_ticket_price": "0", - "id": "12013" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "2167", - "durability": null, - "name": "Giant ent pouch", - "tradeable": "true", - "low_alchemy": "1409", - "high_alchemy": "2114", - "archery_ticket_price": "0", - "id": "12014" - }, - { - "requirements": "{23,63}", - "ge_buy_limit": "5000", - "grand_exchange_price": "2018", - "durability": null, - "name": "Spirit cobra pouch", - "low_alchemy": "1329", - "high_alchemy": "1994", - "archery_ticket_price": "0", - "id": "12015" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "2018", - "durability": null, - "name": "Spirit cobra pouch", - "tradeable": "true", - "low_alchemy": "1329", - "high_alchemy": "1994", - "archery_ticket_price": "0", - "id": "12016" - }, - { - "requirements": "{23,83}", - "ge_buy_limit": "5000", - "grand_exchange_price": "121", - "durability": null, - "name": "Spirit dagannoth pouch", - "low_alchemy": "179", - "high_alchemy": "269", - "archery_ticket_price": "0", - "id": "12017" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "121", - "durability": null, - "name": "Spirit dagannoth pouch", - "tradeable": "true", - "low_alchemy": "179", - "high_alchemy": "269", - "archery_ticket_price": "0", - "id": "12018" - }, - { - "requirements": "{13,23}", - "ge_buy_limit": "5000", - "grand_exchange_price": "248", - "durability": null, - "name": "Thorny snail pouch", - "low_alchemy": "259", - "high_alchemy": "389", - "archery_ticket_price": "0", - "id": "12019" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "248", - "durability": null, - "name": "Thorny snail pouch", - "tradeable": "true", - "low_alchemy": "259", - "high_alchemy": "389", - "archery_ticket_price": "0", - "id": "12020" - }, - { - "requirements": "{23,33}", - "ge_buy_limit": "5000", - "grand_exchange_price": "1268", - "durability": null, - "name": "Beaver pouch", - "low_alchemy": "889", - "high_alchemy": "1334", - "archery_ticket_price": "0", - "id": "12021" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "1268", - "durability": null, - "name": "Beaver pouch", - "tradeable": "true", - "low_alchemy": "889", - "high_alchemy": "1334", - "archery_ticket_price": "0", - "id": "12022" - }, - { - "requirements": "{23,58}", - "ge_buy_limit": "5000", - "grand_exchange_price": "2520", - "durability": null, - "name": "Karam. overlord pouch", - "low_alchemy": "1609", - "high_alchemy": "2414", - "archery_ticket_price": "0", - "id": "12023" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "2520", - "durability": null, - "name": "Karam. overlord pouch", - "tradeable": "true", - "low_alchemy": "1609", - "high_alchemy": "2414", - "archery_ticket_price": "0", - "id": "12024" - }, - { - "requirements": "{23,80}", - "ge_buy_limit": "5000", - "grand_exchange_price": "2235", - "durability": null, - "name": "Hydra pouch", - "low_alchemy": "1449", - "high_alchemy": "2174", - "archery_ticket_price": "0", - "id": "12025" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "2235", - "durability": null, - "name": "Hydra pouch", - "tradeable": "true", - "low_alchemy": "1449", - "high_alchemy": "2174", - "archery_ticket_price": "0", - "id": "12026" - }, - { - "requirements": "{23,55}", - "ge_buy_limit": "5000", - "grand_exchange_price": "2641", - "durability": null, - "name": "Spirit jelly pouch", - "low_alchemy": "1679", - "high_alchemy": "2519", - "archery_ticket_price": "0", - "id": "12027" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "2641", - "durability": null, - "name": "Spirit jelly pouch", - "tradeable": "true", - "low_alchemy": "1679", - "high_alchemy": "2519", - "archery_ticket_price": "0", - "id": "12028" - }, - { - "requirements": "{23,68}", - "ge_buy_limit": "5000", - "grand_exchange_price": "3506", - "durability": null, - "name": "Bunyip pouch", - "low_alchemy": "1269", - "high_alchemy": "1904", - "archery_ticket_price": "0", - "id": "12029" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "3506", - "durability": null, - "name": "Bunyip pouch", - "tradeable": "true", - "low_alchemy": "1269", - "high_alchemy": "1904", - "archery_ticket_price": "0", - "id": "12030" - }, - { - "requirements": "{23,67}", - "ge_buy_limit": "5000", - "grand_exchange_price": "13200", - "durability": null, - "name": "War tortoise pouch", - "low_alchemy": "179", - "high_alchemy": "269", - "archery_ticket_price": "0", - "id": "12031" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "13200", - "durability": null, - "name": "War tortoise pouch", - "tradeable": "true", - "low_alchemy": "179", - "high_alchemy": "269", - "archery_ticket_price": "0", - "id": "12032" - }, - { - "requirements": "{23,69}", - "ge_buy_limit": "5000", - "grand_exchange_price": "2269", - "durability": null, - "name": "Fruit bat pouch", - "low_alchemy": "1469", - "high_alchemy": "2204", - "archery_ticket_price": "0", - "id": "12033" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "2269", - "durability": null, - "name": "Fruit bat pouch", - "tradeable": "true", - "low_alchemy": "1469", - "high_alchemy": "2204", - "archery_ticket_price": "0", - "id": "12034" - }, - { - "requirements": "{23,54}", - "ge_buy_limit": "5000", - "grand_exchange_price": "4004", - "durability": null, - "name": "Abyssal parasite pouch", - "low_alchemy": "1229", - "high_alchemy": "1844", - "archery_ticket_price": "0", - "id": "12035" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "4004", - "durability": null, - "name": "Abyssal parasite pouch", - "tradeable": "true", - "low_alchemy": "1229", - "high_alchemy": "1844", - "archery_ticket_price": "0", - "id": "12036" - }, - { - "requirements": "{23,62}", - "ge_buy_limit": "5000", - "grand_exchange_price": "5660", - "durability": null, - "name": "Abyssal lurker pouch", - "low_alchemy": "1359", - "high_alchemy": "2039", - "archery_ticket_price": "0", - "id": "12037" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "5660", - "durability": null, - "name": "Abyssal lurker pouch", - "tradeable": "true", - "low_alchemy": "1359", - "high_alchemy": "2039", - "archery_ticket_price": "0", - "id": "12038" - }, - { - "requirements": "{23,88}", - "ge_buy_limit": "5000", - "grand_exchange_price": "2439", - "durability": null, - "name": "Unicorn stallion pouch", - "low_alchemy": "1569", - "high_alchemy": "2354", - "archery_ticket_price": "0", - "id": "12039" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "2439", - "durability": null, - "name": "Unicorn stallion pouch", - "tradeable": "true", - "low_alchemy": "1569", - "high_alchemy": "2354", - "archery_ticket_price": "0", - "id": "12040" - }, - { - "requirements": "{23,47}", - "ge_buy_limit": "5000", - "grand_exchange_price": "1559", - "durability": null, - "name": "Magpie pouch", - "low_alchemy": "1049", - "high_alchemy": "1574", - "archery_ticket_price": "0", - "id": "12041" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "1559", - "durability": null, - "name": "Magpie pouch", - "tradeable": "true", - "low_alchemy": "1049", - "high_alchemy": "1574", - "archery_ticket_price": "0", - "id": "12042" - }, - { - "requirements": "{4,23}", - "ge_buy_limit": "5000", - "grand_exchange_price": "258", - "durability": null, - "name": "Dreadfowl pouch", - "low_alchemy": "249", - "high_alchemy": "374", - "archery_ticket_price": "0", - "id": "12043" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "258", - "durability": null, - "name": "Dreadfowl pouch", - "tradeable": "true", - "low_alchemy": "249", - "high_alchemy": "374", - "archery_ticket_price": "0", - "id": "12044" - }, - { - "requirements": "{23,64}", - "ge_buy_limit": "5000", - "grand_exchange_price": "2216", - "durability": null, - "name": "Stranger plant pouch", - "low_alchemy": "1449", - "high_alchemy": "2174", - "archery_ticket_price": "0", - "id": "12045" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "2216", - "durability": null, - "name": "Stranger plant pouch", - "tradeable": "true", - "low_alchemy": "1449", - "high_alchemy": "2174", - "archery_ticket_price": "0", - "id": "12046" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "301", - "durability": null, - "name": "Spirit wolf pouch", - "low_alchemy": "239", - "high_alchemy": "359", - "archery_ticket_price": "0", - "id": "12047" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "301", - "durability": null, - "name": "Spirit wolf pouch", - "tradeable": "true", - "low_alchemy": "239", - "high_alchemy": "359", - "archery_ticket_price": "0", - "id": "12048" - }, - { - "requirements": "{18,23}", - "ge_buy_limit": "5000", - "grand_exchange_price": "808", - "durability": null, - "name": "Desert wyrm pouch", - "low_alchemy": "619", - "high_alchemy": "929", - "archery_ticket_price": "0", - "id": "12049" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "808", - "durability": null, - "name": "Desert wyrm pouch", - "tradeable": "true", - "low_alchemy": "619", - "high_alchemy": "929", - "archery_ticket_price": "0", - "id": "12050" - }, - { - "requirements": "{23,42}", - "ge_buy_limit": "5000", - "grand_exchange_price": "1812", - "durability": null, - "name": "Evil turnip pouch", - "low_alchemy": "1209", - "high_alchemy": "1814", - "archery_ticket_price": "0", - "id": "12051" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "1812", - "durability": null, - "name": "Evil turnip pouch", - "tradeable": "true", - "low_alchemy": "1209", - "high_alchemy": "1814", - "archery_ticket_price": "0", - "id": "12052" - }, - { - "requirements": "{23,31}", - "ge_buy_limit": "10000", - "grand_exchange_price": "1416", - "durability": null, - "name": "Vampire bat pouch", - "low_alchemy": "979", - "high_alchemy": "1469", - "archery_ticket_price": "0", - "id": "12053" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "1416", - "durability": null, - "name": "Vampire bat pouch", - "tradeable": "true", - "low_alchemy": "979", - "high_alchemy": "1469", - "archery_ticket_price": "0", - "id": "12054" - }, - { - "requirements": "{19,23}", - "ge_buy_limit": "5000", - "grand_exchange_price": "992", - "durability": null, - "name": "Spirit scorpion pouch", - "low_alchemy": "739", - "high_alchemy": "1109", - "archery_ticket_price": "0", - "id": "12055" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "992", - "durability": null, - "name": "Spirit scorpion pouch", - "tradeable": "true", - "low_alchemy": "739", - "high_alchemy": "1109", - "archery_ticket_price": "0", - "id": "12056" - }, - { - "requirements": "{23,71}", - "ge_buy_limit": "5000", - "grand_exchange_price": "332", - "durability": null, - "name": "Arctic bear pouch", - "low_alchemy": "309", - "high_alchemy": "464", - "archery_ticket_price": "0", - "id": "12057" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "332", - "durability": null, - "name": "Arctic bear pouch", - "tradeable": "true", - "low_alchemy": "309", - "high_alchemy": "464", - "archery_ticket_price": "0", - "id": "12058" - }, - { - "requirements": "{10,23}", - "ge_buy_limit": "5000", - "grand_exchange_price": "2225", - "durability": null, - "name": "Spirit spider pouch", - "low_alchemy": "249", - "high_alchemy": "374", - "archery_ticket_price": "0", - "id": "12059" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "2225", - "durability": null, - "name": "Spirit spider pouch", - "tradeable": "true", - "low_alchemy": "249", - "high_alchemy": "374", - "archery_ticket_price": "0", - "id": "12060" - }, - { - "requirements": "{23,49}", - "ge_buy_limit": "5000", - "grand_exchange_price": "2045", - "durability": null, - "name": "Bloated leech pouch", - "low_alchemy": "1339", - "high_alchemy": "2009", - "archery_ticket_price": "0", - "id": "12061" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "2045", - "durability": null, - "name": "Bloated leech pouch", - "tradeable": "true", - "low_alchemy": "1339", - "high_alchemy": "2009", - "archery_ticket_price": "0", - "id": "12062" - }, - { - "requirements": "{23,25}", - "ge_buy_limit": "5000", - "grand_exchange_price": "3746", - "durability": null, - "name": "Spirit kalphite pouch", - "low_alchemy": "679", - "high_alchemy": "1019", - "archery_ticket_price": "0", - "id": "12063" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "3746", - "durability": null, - "name": "Spirit kalphite pouch", - "tradeable": "true", - "low_alchemy": "679", - "high_alchemy": "1019", - "archery_ticket_price": "0", - "id": "12064" - }, - { - "requirements": "{23,32}", - "ge_buy_limit": "5000", - "grand_exchange_price": "1470", - "durability": null, - "name": "Honey badger pouch", - "low_alchemy": "1009", - "high_alchemy": "1514", - "archery_ticket_price": "0", - "id": "12065" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "1470", - "durability": null, - "name": "Honey badger pouch", - "tradeable": "true", - "low_alchemy": "1009", - "high_alchemy": "1514", - "archery_ticket_price": "0", - "id": "12066" - }, - { - "requirements": "{23,23}", - "ge_buy_limit": "5000", - "grand_exchange_price": "1578", - "durability": null, - "name": "Albino rat pouch", - "low_alchemy": "919", - "high_alchemy": "1379", - "archery_ticket_price": "0", - "id": "12067" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "1578", - "durability": null, - "name": "Albino rat pouch", - "tradeable": "true", - "low_alchemy": "919", - "high_alchemy": "1379", - "archery_ticket_price": "0", - "id": "12068" - }, - { - "requirements": "{23,74}", - "ge_buy_limit": "5000", - "grand_exchange_price": "2924", - "durability": null, - "name": "Granite lobster pouch", - "low_alchemy": "1829", - "high_alchemy": "2744", - "archery_ticket_price": "0", - "id": "12069" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "2924", - "durability": null, - "name": "Granite lobster pouch", - "tradeable": "true", - "low_alchemy": "1829", - "high_alchemy": "2744", - "archery_ticket_price": "0", - "id": "12070" - }, - { - "requirements": "{23,41}", - "ge_buy_limit": "5000", - "grand_exchange_price": "1375", - "durability": null, - "name": "Macaw pouch", - "low_alchemy": "949", - "high_alchemy": "1424", - "archery_ticket_price": "0", - "id": "12071" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "1375", - "durability": null, - "name": "Macaw pouch", - "tradeable": "true", - "low_alchemy": "949", - "high_alchemy": "1424", - "archery_ticket_price": "0", - "id": "12072" - }, - { - "requirements": "{23,36}", - "ge_buy_limit": "5000", - "grand_exchange_price": "1804", - "durability": null, - "name": "Bronze minotaur pouch", - "low_alchemy": "1189", - "high_alchemy": "1784", - "archery_ticket_price": "0", - "id": "12073" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "1804", - "durability": null, - "name": "Bronze minotaur pouch", - "tradeable": "true", - "low_alchemy": "1189", - "high_alchemy": "1784", - "archery_ticket_price": "0", - "id": "12074" - }, - { - "requirements": "{23,46}", - "ge_buy_limit": "5000", - "grand_exchange_price": "2216", - "durability": null, - "name": "Iron minotaur pouch", - "low_alchemy": "1419", - "high_alchemy": "2129", - "archery_ticket_price": "0", - "id": "12075" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "2216", - "durability": null, - "name": "Iron minotaur pouch", - "tradeable": "true", - "low_alchemy": "1419", - "high_alchemy": "2129", - "archery_ticket_price": "0", - "id": "12076" - }, - { - "requirements": "{23,56}", - "ge_buy_limit": "5000", - "grand_exchange_price": "2529", - "durability": null, - "name": "Steel minotaur pouch", - "low_alchemy": "1579", - "high_alchemy": "2369", - "archery_ticket_price": "0", - "id": "12077" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "2529", - "durability": null, - "name": "Steel minotaur pouch", - "tradeable": "true", - "low_alchemy": "1579", - "high_alchemy": "2369", - "archery_ticket_price": "0", - "id": "12078" - }, - { - "requirements": "{23,66}", - "ge_buy_limit": "5000", - "grand_exchange_price": "2666", - "durability": null, - "name": "Mithril minotaur pouch", - "low_alchemy": "1689", - "high_alchemy": "2534", - "archery_ticket_price": "0", - "id": "12079" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "2666", - "durability": null, - "name": "Mithril minotaur pouch", - "tradeable": "true", - "low_alchemy": "1689", - "high_alchemy": "2534", - "archery_ticket_price": "0", - "id": "12080" - }, - { - "requirements": "{23,76}", - "ge_buy_limit": "5000", - "grand_exchange_price": "2520", - "durability": null, - "name": "Adamant minotaur pouch", - "low_alchemy": "1609", - "high_alchemy": "2414", - "archery_ticket_price": "0", - "id": "12081" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "2520", - "durability": null, - "name": "Adamant minotaur pouch", - "tradeable": "true", - "low_alchemy": "1609", - "high_alchemy": "2414", - "archery_ticket_price": "0", - "id": "12082" - }, - { - "requirements": "{23,86}", - "ge_buy_limit": "5000", - "grand_exchange_price": "373", - "durability": null, - "name": "Rune minotaur pouch", - "low_alchemy": "179", - "high_alchemy": "269", - "archery_ticket_price": "0", - "id": "12083" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "373", - "durability": null, - "name": "Rune minotaur pouch", - "tradeable": "true", - "low_alchemy": "179", - "high_alchemy": "269", - "archery_ticket_price": "0", - "id": "12084" - }, - { - "requirements": "{23,61}", - "ge_buy_limit": "5000", - "grand_exchange_price": "2468", - "durability": null, - "name": "Smoke devil pouch", - "low_alchemy": "1579", - "high_alchemy": "2369", - "archery_ticket_price": "0", - "id": "12085" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "2468", - "durability": null, - "name": "Smoke devil pouch", - "tradeable": "true", - "low_alchemy": "1579", - "high_alchemy": "2369", - "archery_ticket_price": "0", - "id": "12086" - }, - { - "requirements": "{23,40}", - "ge_buy_limit": "5000", - "grand_exchange_price": "319", - "durability": null, - "name": "Bull ant pouch", - "low_alchemy": "279", - "high_alchemy": "419", - "archery_ticket_price": "0", - "id": "12087" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "319", - "durability": null, - "name": "Bull ant pouch", - "tradeable": "true", - "low_alchemy": "279", - "high_alchemy": "419", - "archery_ticket_price": "0", - "id": "12088" - }, - { - "requirements": "{23,92}", - "ge_buy_limit": "5000", - "grand_exchange_price": "3625", - "durability": null, - "name": "Wolpertinger pouch", - "low_alchemy": "2199", - "high_alchemy": "3299", - "archery_ticket_price": "0", - "id": "12089" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "3625", - "durability": null, - "name": "Wolpertinger pouch", - "tradeable": "true", - "low_alchemy": "2199", - "high_alchemy": "3299", - "archery_ticket_price": "0", - "id": "12090" - }, - { - "requirements": "{23,28}", - "ge_buy_limit": "5000", - "grand_exchange_price": "906", - "durability": null, - "name": "Compost mound pouch", - "low_alchemy": "639", - "high_alchemy": "959", - "archery_ticket_price": "0", - "id": "12091" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "906", - "durability": null, - "name": "Compost mound pouch", - "tradeable": "true", - "low_alchemy": "639", - "high_alchemy": "959", - "archery_ticket_price": "0", - "id": "12092" - }, - { - "requirements": "{23,96}", - "ge_buy_limit": "5000", - "grand_exchange_price": "3696", - "durability": null, - "name": "Pack yak pouch", - "low_alchemy": "2279", - "high_alchemy": "3419", - "archery_ticket_price": "0", - "id": "12093" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "3696", - "durability": null, - "name": "Pack yak pouch", - "tradeable": "true", - "low_alchemy": "2279", - "high_alchemy": "3419", - "archery_ticket_price": "0", - "id": "12094" - }, - { - "requirements": "{23,43}", - "ge_buy_limit": "5000", - "grand_exchange_price": "1514", - "durability": null, - "name": "Sp. cockatrice pouch", - "low_alchemy": "1049", - "high_alchemy": "1574", - "archery_ticket_price": "0", - "id": "12095" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "1514", - "durability": null, - "name": "Sp. cockatrice pouch", - "tradeable": "true", - "low_alchemy": "1049", - "high_alchemy": "1574", - "archery_ticket_price": "0", - "id": "12096" - }, - { - "requirements": "{23,43}", - "ge_buy_limit": "5000", - "grand_exchange_price": "1523", - "durability": null, - "name": "Sp. guthatrice pouch", - "low_alchemy": "1049", - "high_alchemy": "1574", - "archery_ticket_price": "0", - "id": "12097" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "1523", - "durability": null, - "name": "Sp. guthatrice pouch", - "tradeable": "true", - "low_alchemy": "1049", - "high_alchemy": "1574", - "archery_ticket_price": "0", - "id": "12098" - }, - { - "requirements": "{23,43}", - "ge_buy_limit": "5000", - "grand_exchange_price": "1492", - "durability": null, - "name": "Sp. saratrice pouch", - "low_alchemy": "1049", - "high_alchemy": "1574", - "archery_ticket_price": "0", - "id": "12099" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "1492", - "durability": null, - "name": "Sp. saratrice pouch", - "tradeable": "true", - "low_alchemy": "1049", - "high_alchemy": "1574", - "archery_ticket_price": "0", - "id": "12100" - }, - { - "requirements": "{23,43}", - "ge_buy_limit": "5000", - "grand_exchange_price": "1515", - "durability": null, - "name": "Sp. zamatrice pouch", - "low_alchemy": "1049", - "high_alchemy": "1574", - "archery_ticket_price": "0", - "id": "12101" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "1515", - "durability": null, - "name": "Sp. zamatrice pouch", - "tradeable": "true", - "low_alchemy": "1049", - "high_alchemy": "1574", - "archery_ticket_price": "0", - "id": "12102" - }, - { - "requirements": "{23,43}", - "ge_buy_limit": "5000", - "grand_exchange_price": "1531", - "durability": null, - "name": "Sp. pengatrice pouch", - "low_alchemy": "1049", - "high_alchemy": "1574", - "archery_ticket_price": "0", - "id": "12103" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "1531", - "durability": null, - "name": "Sp. pengatrice pouch", - "tradeable": "true", - "low_alchemy": "1049", - "high_alchemy": "1574", - "archery_ticket_price": "0", - "id": "12104" - }, - { - "requirements": "{23,43}", - "ge_buy_limit": "5000", - "grand_exchange_price": "3085", - "durability": null, - "name": "Sp. coraxatrice pouch", - "low_alchemy": "1049", - "high_alchemy": "1574", - "archery_ticket_price": "0", - "id": "12105" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "3085", - "durability": null, - "name": "Sp. coraxatrice pouch", - "tradeable": "true", - "low_alchemy": "1049", - "high_alchemy": "1574", - "archery_ticket_price": "0", - "id": "12106" - }, - { - "requirements": "{23,43}", - "ge_buy_limit": "5000", - "grand_exchange_price": "3881", - "durability": null, - "name": "Sp. vulatrice pouch", - "low_alchemy": "1049", - "high_alchemy": "1574", - "archery_ticket_price": "0", - "id": "12107" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "3881", - "durability": null, - "name": "Sp. vulatrice pouch", - "tradeable": "true", - "low_alchemy": "1049", - "high_alchemy": "1574", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "400", - "high_alchemy": "600", - "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", - "low_alchemy": "400", - "high_alchemy": "600", - "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", - "low_alchemy": "400", - "high_alchemy": "600", - "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", - "low_alchemy": "400", - "high_alchemy": "600", - "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", - "low_alchemy": "400", - "high_alchemy": "600", - "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", - "low_alchemy": "400", - "high_alchemy": "600", - "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", - "durability": null, - "name": "Barker toad pouch", - "low_alchemy": "279", - "high_alchemy": "419", - "archery_ticket_price": "0", - "id": "12123" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "293", - "durability": null, - "name": "Barker toad pouch", - "tradeable": "true", - "low_alchemy": "279", - "high_alchemy": "419", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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": "true", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "76", - "high_alchemy": "114", - "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", - "low_alchemy": "76", - "high_alchemy": "114", - "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", - "low_alchemy": "76", - "high_alchemy": "114", - "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", - "low_alchemy": "76", - "high_alchemy": "114", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "durability": null, - "name": "Pouch", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "12159" - }, - { - "examine": "A charm used to summon familiars.", - "durability": null, - "name": "Crimson charm", - "tradeable": "false", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by master summoners.", - "durability": null, - "name": "Summoning cape", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "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", - "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", - "low_alchemy": "9", - "high_alchemy": "14", - "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", - "low_alchemy": "9", - "high_alchemy": "13", - "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", - "low_alchemy": "10", - "high_alchemy": "15", - "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": "Chick: A fluffy chick.Bird: Lovely blue plumage.Owl: A fantastic saradomin owl.", - "durability": null, - "name": "Saradomin owl", - "archery_ticket_price": "0", - "id": "12185" - }, - { - "examine": "Chick: A fluffy chick.Bird: Lovely red plumage.Hawk: A stately zamorak hawk.", - "durability": null, - "name": "Zamorak hawk", - "archery_ticket_price": "0", - "id": "12186" - }, - { - "examine": "Chick: A fluffy chick.Bird: Lovely green plumage.Raptor: 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": "A hyperactive little puppy. (Puppy)(Adult)", - "durability": null, - "name": "Terrier puppy", - "archery_ticket_price": "0", - "id": "12191" - }, - { - "examine": "This is one fast little pooch. (Puppy)An aerodynamic doggy. (Adult)", - "durability": null, - "name": "Greyhound puppy", - "archery_ticket_price": "0", - "id": "12192" - }, - { - "examine": "Puppy - Soft but strong... and cute.Adult - My most faithful friend.", - "durability": null, - "name": "Labrador puppy", - "archery_ticket_price": "0", - "id": "12193" - }, - { - "examine": "Now, if only I could find another hundred... (Puppy)A purebred doggy. (Adult)", - "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": "(hatchling) A hatchling <dragon colour> dragon.(baby) A bigger baby <colour> dragon.", - "durability": null, - "name": "Dragon hatchling", - "archery_ticket_price": "0", - "id": "12197" - }, - { - "examine": "Baby: Little NipperAdult: Bigger Nipper.", - "durability": null, - "name": "Baby giant crab", - "archery_ticket_price": "0", - "id": "12198" - }, - { - "examine": "(Baby) A stripy little baby raccoon.(Adult) He can run with us.", - "durability": null, - "name": "Baby raccoon", - "archery_ticket_price": "0", - "id": "12199" - }, - { - "examine": "Adult: An experienced nut-thief.Baby: A tiny 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, - "low_alchemy": "40", - "high_alchemy": "60", - "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...", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "1", - "equipment_slot": "0", - "grand_exchange_price": "50", - "name": "Antlers (charged)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "12206", - "bonuses": "0,0,0,0,0,0,0,0,0,0,8,0,0,0,0" - }, - { - "remove_head": "true", - "requirements": "{23,30}", - "shop_price": "200", - "ge_buy_limit": "100", - "examine": "It's a little smelly in there.", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "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, - "low_alchemy": "80", - "high_alchemy": "120", - "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!", - "durability": null, - "low_alchemy": "160", - "high_alchemy": "240", - "weight": "2", - "equipment_slot": "0", - "grand_exchange_price": "234", - "name": "Feather headdress", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "12210", - "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,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", - "low_alchemy": "160", - "high_alchemy": "240", - "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!", - "durability": null, - "low_alchemy": "160", - "high_alchemy": "240", - "weight": "2", - "equipment_slot": "0", - "grand_exchange_price": "662", - "name": "Feather headdress", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "12213", - "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,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", - "low_alchemy": "160", - "high_alchemy": "240", - "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!", - "durability": null, - "low_alchemy": "160", - "high_alchemy": "240", - "weight": "2", - "equipment_slot": "0", - "grand_exchange_price": "90", - "name": "Feather headdress", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "12216", - "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,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", - "low_alchemy": "160", - "high_alchemy": "240", - "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!", - "durability": null, - "low_alchemy": "160", - "high_alchemy": "240", - "weight": "2", - "equipment_slot": "0", - "grand_exchange_price": "107", - "name": "Feather headdress", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "12219", - "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,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", - "low_alchemy": "160", - "high_alchemy": "240", - "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!", - "durability": null, - "low_alchemy": "160", - "high_alchemy": "240", - "weight": "2", - "equipment_slot": "0", - "grand_exchange_price": "211", - "name": "Feather headdress", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "12222", - "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,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", - "low_alchemy": "160", - "high_alchemy": "240", - "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", - "durability": null, - "name": "Herbcall scroll", - "low_alchemy": "94", - "high_alchemy": "142", - "archery_ticket_price": "0", - "id": "12422" - }, - { - "requirements": "{23,69}", - "ge_buy_limit": "5000", - "grand_exchange_price": "258", - "durability": null, - "name": "Fruitfall scroll", - "low_alchemy": "146", - "high_alchemy": "220", - "archery_ticket_price": "0", - "id": "12423" - }, - { - "requirements": "{23,56}", - "ge_buy_limit": "5000", - "grand_exchange_price": "146", - "durability": null, - "name": "Fish rain scroll", - "low_alchemy": "125", - "high_alchemy": "188", - "archery_ticket_price": "0", - "id": "12424" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "7", - "durability": null, - "name": "Howl scroll", - "low_alchemy": "23", - "high_alchemy": "35", - "archery_ticket_price": "0", - "id": "12425" - }, - { - "requirements": "{23,47}", - "ge_buy_limit": "5000", - "grand_exchange_price": "97", - "durability": null, - "name": "Thieving fingers scroll", - "low_alchemy": "104", - "high_alchemy": "157", - "archery_ticket_price": "0", - "id": "12426" - }, - { - "requirements": "{23,62}", - "ge_buy_limit": "5000", - "grand_exchange_price": "533", - "durability": null, - "name": "Abyssal stealth scroll", - "low_alchemy": "135", - "high_alchemy": "203", - "archery_ticket_price": "0", - "id": "12427" - }, - { - "requirements": "{10,23}", - "ge_buy_limit": "5000", - "grand_exchange_price": "237", - "durability": null, - "name": "Egg spawn scroll", - "low_alchemy": "24", - "high_alchemy": "37", - "archery_ticket_price": "0", - "id": "12428" - }, - { - "requirements": "{23,33}", - "ge_buy_limit": "5000", - "grand_exchange_price": "97", - "durability": null, - "name": "Multichop scroll", - "low_alchemy": "88", - "high_alchemy": "133", - "archery_ticket_price": "0", - "id": "12429" - }, - { - "requirements": "{23,23}", - "ge_buy_limit": "5000", - "grand_exchange_price": "121", - "durability": null, - "name": "Cheese feast scroll", - "low_alchemy": "91", - "high_alchemy": "137", - "archery_ticket_price": "0", - "id": "12430" - }, - { - "requirements": "{23,40}", - "ge_buy_limit": "5000", - "grand_exchange_price": "39", - "durability": null, - "name": "Unburden scroll", - "low_alchemy": "27", - "high_alchemy": "41", - "archery_ticket_price": "0", - "id": "12431" - }, - { - "requirements": "{19,23}", - "ge_buy_limit": "5000", - "grand_exchange_price": "72", - "durability": null, - "name": "Venom shot scroll", - "low_alchemy": "73", - "high_alchemy": "110", - "archery_ticket_price": "0", - "id": "12432" - }, - { - "requirements": "{23,32}", - "ge_buy_limit": "5000", - "grand_exchange_price": "99", - "durability": null, - "name": "Insane ferocity scroll", - "low_alchemy": "100", - "high_alchemy": "151", - "archery_ticket_price": "0", - "id": "12433" - }, - { - "requirements": "{23,88}", - "ge_buy_limit": "5000", - "grand_exchange_price": "299", - "durability": null, - "name": "Healing aura scroll", - "low_alchemy": "156", - "high_alchemy": "235", - "archery_ticket_price": "0", - "id": "12434" - }, - { - "requirements": "{23,96}", - "ge_buy_limit": "5000", - "grand_exchange_price": "428", - "durability": null, - "name": "Winter storage scroll", - "low_alchemy": "227", - "high_alchemy": "341", - "archery_ticket_price": "0", - "id": "12435" - }, - { - "requirements": "{23,63}", - "ge_buy_limit": "5000", - "grand_exchange_price": "223", - "durability": null, - "name": "Oph. incubation scroll", - "low_alchemy": "132", - "high_alchemy": "199", - "archery_ticket_price": "0", - "id": "12436" - }, - { - "requirements": "{23,92}", - "ge_buy_limit": "5000", - "grand_exchange_price": "419", - "durability": null, - "name": "Magic focus scroll", - "low_alchemy": "219", - "high_alchemy": "329", - "archery_ticket_price": "0", - "id": "12437" - }, - { - "requirements": "{23,68}", - "ge_buy_limit": "5000", - "grand_exchange_price": "220", - "durability": null, - "name": "Swallow whole scroll", - "low_alchemy": "126", - "high_alchemy": "190", - "archery_ticket_price": "0", - "id": "12438" - }, - { - "requirements": "{23,67}", - "ge_buy_limit": "5000", - "grand_exchange_price": "269", - "durability": null, - "name": "Testudo scroll", - "low_alchemy": "17", - "high_alchemy": "26", - "archery_ticket_price": "0", - "id": "12439" - }, - { - "requirements": "{23,28}", - "ge_buy_limit": "5000", - "grand_exchange_price": "47", - "durability": null, - "name": "Generate compost scroll", - "low_alchemy": "63", - "high_alchemy": "95", - "archery_ticket_price": "0", - "id": "12440" - }, - { - "requirements": "{23,52}", - "ge_buy_limit": "5000", - "grand_exchange_price": "35", - "durability": null, - "name": "Tireless run scroll", - "low_alchemy": "28", - "high_alchemy": "43", - "archery_ticket_price": "0", - "id": "12441" - }, - { - "requirements": "{23,80}", - "ge_buy_limit": "5000", - "grand_exchange_price": "174", - "durability": null, - "name": "Regrowth scroll", - "low_alchemy": "144", - "high_alchemy": "217", - "archery_ticket_price": "0", - "id": "12442" - }, - { - "requirements": "{23,34}", - "ge_buy_limit": "5000", - "grand_exchange_price": "1118", - "durability": null, - "name": "Call to arms scroll", - "low_alchemy": "90", - "high_alchemy": "136", - "archery_ticket_price": "0", - "id": "12443" - }, - { - "requirements": "{23,49}", - "ge_buy_limit": "5000", - "grand_exchange_price": "148", - "durability": null, - "name": "Blood drain scroll", - "low_alchemy": "133", - "high_alchemy": "200", - "archery_ticket_price": "0", - "id": "12444" - }, - { - "requirements": "{4,23}", - "ge_buy_limit": "5000", - "grand_exchange_price": "7", - "durability": null, - "name": "Dreadfowl strike scroll", - "low_alchemy": "24", - "high_alchemy": "37", - "archery_ticket_price": "0", - "id": "12445" - }, - { - "requirements": "{23,25}", - "ge_buy_limit": "5000", - "grand_exchange_price": "122", - "durability": null, - "name": "Sandstorm scroll", - "low_alchemy": "67", - "high_alchemy": "101", - "archery_ticket_price": "0", - "id": "12446" - }, - { - "requirements": "{23,31}", - "ge_buy_limit": "1000", - "grand_exchange_price": "98", - "durability": null, - "name": "Vampire touch scroll", - "low_alchemy": "97", - "high_alchemy": "146", - "archery_ticket_price": "0", - "id": "12447" - }, - { - "requirements": "{23,42}", - "ge_buy_limit": "5000", - "grand_exchange_price": "123", - "durability": null, - "name": "Evil flames scroll", - "low_alchemy": "120", - "high_alchemy": "181", - "archery_ticket_price": "0", - "id": "12448" - }, - { - "requirements": "{23,74}", - "ge_buy_limit": "5000", - "grand_exchange_price": "219", - "durability": null, - "name": "Crushing claw scroll", - "low_alchemy": "182", - "high_alchemy": "274", - "archery_ticket_price": "0", - "id": "12449" - }, - { - "requirements": "{23,75}", - "ge_buy_limit": "5000", - "grand_exchange_price": "221", - "durability": null, - "name": "Mantis strike scroll", - "archery_ticket_price": "0", - "id": "12450" - }, - { - "requirements": "{23,71}", - "ge_buy_limit": "5000", - "grand_exchange_price": "12", - "durability": null, - "name": "Arctic blast scroll", - "low_alchemy": "30", - "high_alchemy": "46", - "archery_ticket_price": "0", - "id": "12451" - }, - { - "requirements": "{23,66}", - "ge_buy_limit": "5000", - "grand_exchange_price": "10", - "durability": null, - "name": "Toad bark scroll", - "low_alchemy": "27", - "high_alchemy": "41", - "archery_ticket_price": "0", - "id": "12452" - }, - { - "requirements": "{23,55}", - "ge_buy_limit": "5000", - "grand_exchange_price": "202", - "durability": null, - "name": "Dissolve scroll", - "low_alchemy": "167", - "high_alchemy": "251", - "archery_ticket_price": "0", - "id": "12453" - }, - { - "requirements": "{23,54}", - "ge_buy_limit": "5000", - "grand_exchange_price": "163", - "durability": null, - "name": "Abyssal drain scroll", - "low_alchemy": "122", - "high_alchemy": "183", - "archery_ticket_price": "0", - "id": "12454" - }, - { - "requirements": "{23,58}", - "ge_buy_limit": "5000", - "grand_exchange_price": "198", - "durability": null, - "name": "Doomsphere scroll", - "low_alchemy": "160", - "high_alchemy": "241", - "archery_ticket_price": "0", - "id": "12455" - }, - { - "requirements": "{23,83}", - "ge_buy_limit": "5000", - "grand_exchange_price": "9", - "durability": null, - "name": "Spike shot scroll", - "low_alchemy": "17", - "high_alchemy": "26", - "archery_ticket_price": "0", - "id": "12456" - }, - { - "requirements": "{23,78}", - "ge_buy_limit": "5000", - "grand_exchange_price": "146", - "durability": null, - "name": "Acorn missile scroll", - "low_alchemy": "140", - "high_alchemy": "211", - "archery_ticket_price": "0", - "id": "12457" - }, - { - "requirements": "{23,43}", - "ge_buy_limit": "5000", - "grand_exchange_price": "97", - "durability": null, - "name": "Petrifying gaze scroll", - "low_alchemy": "104", - "high_alchemy": "157", - "archery_ticket_price": "0", - "id": "12458" - }, - { - "requirements": "{13,23}", - "ge_buy_limit": "5000", - "grand_exchange_price": "10", - "durability": null, - "name": "Slime spray scroll", - "low_alchemy": "184", - "high_alchemy": "277", - "archery_ticket_price": "0", - "id": "12459" - }, - { - "requirements": "{18,23}", - "ge_buy_limit": "5000", - "grand_exchange_price": "47", - "durability": null, - "name": "Electric lash scroll", - "low_alchemy": "61", - "high_alchemy": "92", - "archery_ticket_price": "0", - "id": "12460" - }, - { - "requirements": "{23,36}", - "ge_buy_limit": "5000", - "grand_exchange_price": "135", - "durability": null, - "name": "Bronze bull rush scroll", - "low_alchemy": "118", - "high_alchemy": "178", - "archery_ticket_price": "0", - "id": "12461" - }, - { - "requirements": "{23,46}", - "ge_buy_limit": "5000", - "grand_exchange_price": "180", - "durability": null, - "name": "Iron bull rush scroll", - "low_alchemy": "141", - "high_alchemy": "212", - "archery_ticket_price": "0", - "id": "12462" - }, - { - "requirements": "{23,56}", - "ge_buy_limit": "5000", - "grand_exchange_price": "182", - "durability": null, - "name": "Steel bull rush scroll", - "low_alchemy": "157", - "high_alchemy": "236", - "archery_ticket_price": "0", - "id": "12463" - }, - { - "requirements": "{23,66}", - "ge_buy_limit": "5000", - "grand_exchange_price": "198", - "durability": null, - "name": "Mith bull rush scroll", - "low_alchemy": "168", - "high_alchemy": "253", - "archery_ticket_price": "0", - "id": "12464" - }, - { - "requirements": "{23,76}", - "ge_buy_limit": "5000", - "grand_exchange_price": "203", - "durability": null, - "name": "Addy bull rush scroll", - "low_alchemy": "160", - "high_alchemy": "241", - "archery_ticket_price": "0", - "id": "12465" - }, - { - "requirements": "{23,86}", - "ge_buy_limit": "5000", - "grand_exchange_price": "67", - "durability": null, - "name": "Rune bull rush scroll", - "low_alchemy": "17", - "high_alchemy": "26", - "archery_ticket_price": "0", - "id": "12466" - }, - { - "requirements": "{23,64}", - "ge_buy_limit": "5000", - "grand_exchange_price": "171", - "durability": null, - "name": "Poisonous blast scroll", - "low_alchemy": "144", - "high_alchemy": "217", - "archery_ticket_price": "0", - "id": "12467" - }, - { - "requirements": "{23,61}", - "ge_buy_limit": "5000", - "grand_exchange_price": "170", - "durability": null, - "name": "Dust cloud scroll", - "low_alchemy": "157", - "high_alchemy": "236", - "archery_ticket_price": "0", - "id": "12468" - }, - { - "examine": "(hatchling) A hatchling <dragon colour> dragon.(baby) A bigger baby <colour> dragon.", - "durability": null, - "name": "Hatchling dragon", - "archery_ticket_price": "0", - "id": "12469" - }, - { - "examine": "(hatchling) A hatchling <dragon colour> dragon.(baby) A bigger baby <colour> dragon.", - "durability": null, - "name": "Hatchling dragon", - "archery_ticket_price": "0", - "id": "12471" - }, - { - "examine": "(hatchling) A hatchling <dragon colour> dragon.(baby) A bigger baby <colour> dragon.", - "durability": null, - "name": "Hatchling dragon", - "archery_ticket_price": "0", - "id": "12473" - }, - { - "examine": "(hatchling) A hatchling <dragon colour> dragon.(baby) A bigger baby <colour> 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": "true", - "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": "true", - "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": "true", - "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": "true", - "weight": "1", - "archery_ticket_price": "0", - "id": "12480" - }, - { - "examine": "(Baby) Can't fly and can barely walk, but adorable nonetheless. (adult) Emperor of all he surveys.", - "durability": null, - "name": "Baby penguin", - "archery_ticket_price": "0", - "id": "12481" - }, - { - "examine": "I can hatch this in an Incubator.", - "durability": null, - "name": "Penguin egg", - "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": "Chick: A fluffy chick.Bird: Lovely blue plumage.Owl: A fantastic saradomin owl.", - "durability": null, - "name": "Saradomin chick", - "archery_ticket_price": "0", - "id": "12503" - }, - { - "examine": "Chick: A fluffy chick.Bird: Lovely blue plumage.Owl: A fantastic saradomin owl.", - "durability": null, - "name": "Saradomin bird", - "archery_ticket_price": "0", - "id": "12504" - }, - { - "examine": "Chick: A fluffy chick.Bird: Lovely blue plumage.Owl: A fantastic saradomin owl.", - "durability": null, - "name": "Saradomin owl", - "archery_ticket_price": "0", - "id": "12505" - }, - { - "examine": "Chick: A fluffy chick.Bird: Lovely red plumage.Hawk: A stately zamorak hawk.", - "durability": null, - "name": "Zamorak chick", - "archery_ticket_price": "0", - "id": "12506" - }, - { - "examine": "Chick: A fluffy chick.Bird: Lovely red plumage.Hawk: A stately zamorak hawk.", - "durability": null, - "name": "Zamorak bird", - "archery_ticket_price": "0", - "id": "12507" - }, - { - "examine": "Chick: A fluffy chick.Bird: Lovely red plumage.Hawk: A stately zamorak hawk.", - "durability": null, - "name": "Zamorak hawk", - "archery_ticket_price": "0", - "id": "12508" - }, - { - "examine": "Chick: A fluffy chick.Bird: Lovely green plumage.Raptor: An impressive Guthix raptor.", - "durability": null, - "name": "Guthix chick", - "archery_ticket_price": "0", - "id": "12509" - }, - { - "examine": "Chick: A fluffy chick.Bird: Lovely green plumage.Raptor: An impressive Guthix raptor.", - "durability": null, - "name": "Guthix bird", - "archery_ticket_price": "0", - "id": "12510" - }, - { - "examine": "Chick: A fluffy chick.Bird: Lovely green plumage.Raptor: An impressive Guthix raptor.", - "durability": null, - "name": "Guthix raptor", - "archery_ticket_price": "0", - "id": "12511" - }, - { - "requirements": "{4,23}", - "examine": "A hyperactive little puppy. (Puppy)(Adult)", - "durability": null, - "name": "Terrier puppy", - "archery_ticket_price": "0", - "id": "12512" - }, - { - "requirements": "{4,23}", - "examine": "A hyperactive little puppy. (Puppy)(Adult)", - "durability": null, - "name": "Terrier", - "archery_ticket_price": "0", - "id": "12513" - }, - { - "requirements": "{4,23}", - "examine": "This is one fast little pooch. (Puppy)An aerodynamic doggy. (Adult)", - "durability": null, - "name": "Greyhound puppy", - "archery_ticket_price": "0", - "id": "12514" - }, - { - "requirements": "{4,23}", - "examine": "This is one fast little pooch. (Puppy)An aerodynamic doggy. (Adult)", - "durability": null, - "name": "Greyhound", - "archery_ticket_price": "0", - "id": "12515" - }, - { - "requirements": "{4,23}", - "examine": "Puppy - Soft but strong... and cute.Adult - My most faithful friend.", - "durability": null, - "name": "Labrador puppy", - "archery_ticket_price": "0", - "id": "12516" - }, - { - "requirements": "{4,23}", - "examine": "Puppy - Soft but strong... and cute.Adult - 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... (Puppy)A purebred doggy. (Adult)", - "durability": null, - "name": "Dalmatian puppy", - "archery_ticket_price": "0", - "id": "12518" - }, - { - "requirements": "{4,23}", - "examine": "Now, if only I could find another hundred... (Puppy)A purebred doggy. (Adult)", - "durability": null, - "name": "Dalmatian", - "archery_ticket_price": "0", - "id": "12519" - }, - { - "requirements": "{4,23}", - "examine": "This little puppy is very quiet. (Puppy)Come by! Come by! (Adult)", - "durability": null, - "name": "Sheepdog puppy", - "archery_ticket_price": "0", - "id": "12520" - }, - { - "requirements": "{4,23}", - "examine": "This little puppy is very quiet. (Puppy)Come by! Come by! (Adult)", - "durability": null, - "name": "Sheepdog", - "archery_ticket_price": "0", - "id": "12521" - }, - { - "requirements": "{4,23}", - "examine": "One proud little puppy. (Puppy)Looks like it's chewing a wasp. (Adult)", - "durability": null, - "name": "Bulldog puppy", - "archery_ticket_price": "0", - "id": "12522" - }, - { - "requirements": "{4,23}", - "examine": "One proud little puppy. (Puppy)Looks like it's chewing a wasp. (Adult)", - "durability": null, - "name": "Bulldog", - "archery_ticket_price": "0", - "id": "12523" - }, - { - "shop_price": "99000", - "examine": "The cape worn by master summoners.", - "durability": null, - "name": "Summoning cape", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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", - "low_alchemy": "10", - "high_alchemy": "15", - "archery_ticket_price": "0", - "id": "12530" - }, - { - "requirements": "{23,56}", - "ge_buy_limit": "5000", - "grand_exchange_price": "1914", - "durability": null, - "name": "Ibis pouch", - "low_alchemy": "1259", - "high_alchemy": "1889", - "archery_ticket_price": "0", - "id": "12531" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "1914", - "durability": null, - "name": "Ibis pouch", - "tradeable": "true", - "low_alchemy": "1259", - "high_alchemy": "1889", - "archery_ticket_price": "0", - "id": "12532" - }, - { - "requirements": "{16,23}", - "ge_buy_limit": "5000", - "grand_exchange_price": "7", - "durability": null, - "name": "Stony shell scroll", - "low_alchemy": "23", - "high_alchemy": "35", - "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", - "low_alchemy": "200", - "high_alchemy": "300", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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?", - "durability": null, - "low_alchemy": "24", - "high_alchemy": "36", - "weight": "1", - "equipment_slot": "0", - "grand_exchange_price": "1004", - "name": "Ogre wig", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "12559" - }, - { - "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.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "1", - "equipment_slot": "7", - "grand_exchange_price": "197", - "name": "Ogre kilt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "12561" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "197", - "durability": null, - "name": "Ogre kilt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "12562" - }, - { - "shop_price": "60", - "ge_buy_limit": "100", - "examine": "It's a little big on me.", - "durability": null, - "low_alchemy": "24", - "high_alchemy": "36", - "weight": "1", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "536", - "name": "Ogre top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "12563" - }, - { - "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.", - "durability": null, - "low_alchemy": "24", - "high_alchemy": "36", - "weight": "3", - "equipment_slot": "10", - "grand_exchange_price": "420", - "name": "Ogre boots", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "12565" - }, - { - "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", - "low_alchemy": "24", - "high_alchemy": "36", - "weight": "2", - "archery_ticket_price": "0", - "id": "12567" - }, - { - "remove_head": "true", - "ge_buy_limit": "100", - "examine": "A furry hat with an unnerving tail.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "1", - "equipment_slot": "0", - "grand_exchange_price": "3656", - "name": "Davy kebbit hat", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "12568" - }, - { - "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, - "low_alchemy": "72", - "high_alchemy": "108", - "weight": "10", - "turn90ccw_anim": "8684", - "attack_speed": "7", - "weapon_interface": "10", - "turn180_anim": "8684", - "render_anim": "1157", - "equipment_slot": "3", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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, - "low_alchemy": "1", - "high_alchemy": "2", - "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, - "low_alchemy": "1", - "high_alchemy": "2", - "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, - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "50", - "high_alchemy": "75", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "archery_ticket_price": "0", - "id": "12624" - }, - { - "destroy_message": "You can reclaim this item from the place you found it.", - "shop_price": "500", - "examine": "A flag to put in the ground.", - "durability": null, - "name": "Flag", - "tradeable": "false", - "destroy": "true", - "weight": "2", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "160", - "high_alchemy": "160", - "archery_ticket_price": "0", - "id": "12632" - }, - { - "examine": "The jar is shaking violently!", - "durability": null, - "name": "Super fishing explosive", - "low_alchemy": "24", - "high_alchemy": "36", - "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", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "weight": "3", - "archery_ticket_price": "0", - "id": "12650" - }, - { - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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, - "low_alchemy": "1408", - "high_alchemy": "2112", - "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, - "low_alchemy": "1408", - "high_alchemy": "2112", - "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.", - "durability": null, - "low_alchemy": "120", - "high_alchemy": "180", - "weight": "0.9", - "absorb": "0,2,1", - "equipment_slot": "0", - "grand_exchange_price": "1040", - "name": "Snakeskin bandana (e)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "12660", - "bonuses": "0,0,0,-5,4,2,4,4,2,2,6,0,0,0,0" - }, - { - "remove_head": "true", - "examine": "Lightweight head protection.", - "durability": null, - "low_alchemy": "120", - "high_alchemy": "180", - "weight": "0.9", - "absorb": "0,2,1", - "equipment_slot": "0", - "grand_exchange_price": "1040", - "name": "Snakeskin bandana (charged)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "12661", - "bonuses": "0,0,0,-5,4,2,4,4,2,2,6,0,0,0,0" - }, - { - "remove_head": "true", - "examine": "A wooden helmet.", - "durability": null, - "low_alchemy": "4000", - "high_alchemy": "6000", - "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, - "low_alchemy": "4000", - "high_alchemy": "6000", - "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, - "low_alchemy": "14080", - "high_alchemy": "21120", - "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, - "low_alchemy": "14080", - "high_alchemy": "21120", - "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, - "low_alchemy": "40000", - "high_alchemy": "60000", - "weight": "1.3", - "absorb": "2,0,4", - "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, - "low_alchemy": "40000", - "high_alchemy": "60000", - "weight": "1.3", - "absorb": "2,0,4", - "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, - "low_alchemy": "40", - "high_alchemy": "60", - "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, - "low_alchemy": "40", - "high_alchemy": "60", - "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, - "low_alchemy": "8000", - "high_alchemy": "12000", - "weight": "0.5", - "absorb": "0,5,2", - "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, - "low_alchemy": "8000", - "high_alchemy": "12000", - "weight": "0.5", - "absorb": "0,5,2", - "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, - "low_alchemy": "31200", - "high_alchemy": "46800", - "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, - "low_alchemy": "31200", - "high_alchemy": "46800", - "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, - "low_alchemy": "31200", - "high_alchemy": "46800", - "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, - "low_alchemy": "31200", - "high_alchemy": "46800", - "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, - "low_alchemy": "31200", - "high_alchemy": "46800", - "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, - "low_alchemy": "31200", - "high_alchemy": "46800", - "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, - "low_alchemy": "31200", - "high_alchemy": "46800", - "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, - "low_alchemy": "31200", - "high_alchemy": "46800", - "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, - "low_alchemy": "20000", - "high_alchemy": "30000", - "weight": "2.2", - "absorb": "2,0,4", - "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, - "low_alchemy": "20000", - "high_alchemy": "30000", - "weight": "2.2", - "absorb": "2,0,4", - "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 puppy. (Puppy)(Adult)", - "durability": null, - "name": "Terrier puppy", - "archery_ticket_price": "0", - "id": "12700" - }, - { - "requirements": "{4,23}", - "examine": "A hyperactive little puppy. (Puppy)(Adult)", - "durability": null, - "name": "Terrier", - "archery_ticket_price": "0", - "id": "12701" - }, - { - "requirements": "{4,23}", - "examine": "A hyperactive little puppy. (Puppy)(Adult)", - "durability": null, - "name": "Terrier puppy", - "archery_ticket_price": "0", - "id": "12702" - }, - { - "requirements": "{4,23}", - "examine": "A hyperactive little puppy. (Puppy)(Adult)", - "durability": null, - "name": "Terrier", - "archery_ticket_price": "0", - "id": "12703" - }, - { - "requirements": "{4,23}", - "examine": "This is one fast little pooch. (Puppy)An aerodynamic doggy. (Adult)", - "durability": null, - "name": "Greyhound puppy", - "archery_ticket_price": "0", - "id": "12704" - }, - { - "requirements": "{4,23}", - "examine": "This is one fast little pooch. (Puppy)An aerodynamic doggy. (Adult)", - "durability": null, - "name": "Greyhound", - "archery_ticket_price": "0", - "id": "12705" - }, - { - "requirements": "{4,23}", - "examine": "This is one fast little pooch. (Puppy)An aerodynamic doggy. (Adult)", - "durability": null, - "name": "Greyhound puppy", - "archery_ticket_price": "0", - "id": "12706" - }, - { - "requirements": "{4,23}", - "examine": "This is one fast little pooch. (Puppy)An aerodynamic doggy. (Adult)", - "durability": null, - "name": "Greyhound", - "archery_ticket_price": "0", - "id": "12707" - }, - { - "requirements": "{4,23}", - "examine": "Puppy - Soft but strong... and cute.Adult - My most faithful friend.", - "durability": null, - "name": "Labrador puppy", - "archery_ticket_price": "0", - "id": "12708" - }, - { - "requirements": "{4,23}", - "examine": "Puppy - Soft but strong... and cute.Adult - My most faithful friend.", - "durability": null, - "name": "Labrador", - "archery_ticket_price": "0", - "id": "12709" - }, - { - "requirements": "{4,23}", - "examine": "Puppy - Soft but strong... and cute.Adult - My most faithful friend.", - "durability": null, - "name": "Labrador puppy", - "archery_ticket_price": "0", - "id": "12710" - }, - { - "requirements": "{4,23}", - "examine": "Puppy - Soft but strong... and cute.Adult - 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... (Puppy)A purebred doggy. (Adult)", - "durability": null, - "name": "Dalmatian puppy", - "archery_ticket_price": "0", - "id": "12712" - }, - { - "requirements": "{4,23}", - "examine": "Now, if only I could find another hundred... (Puppy)A purebred doggy. (Adult)", - "durability": null, - "name": "Dalmatian", - "archery_ticket_price": "0", - "id": "12713" - }, - { - "requirements": "{4,23}", - "examine": "Now, if only I could find another hundred... (Puppy)A purebred doggy. (Adult)", - "durability": null, - "name": "Dalmatian puppy", - "archery_ticket_price": "0", - "id": "12714" - }, - { - "requirements": "{4,23}", - "examine": "Now, if only I could find another hundred... (Puppy)A purebred doggy. (Adult)", - "durability": null, - "name": "Dalmatian", - "archery_ticket_price": "0", - "id": "12715" - }, - { - "requirements": "{4,23}", - "examine": "This little puppy is very quiet. (Puppy)Come by! Come by! (Adult)", - "durability": null, - "name": "Sheepdog puppy", - "archery_ticket_price": "0", - "id": "12716" - }, - { - "requirements": "{4,23}", - "examine": "This little puppy is very quiet. (Puppy)Come by! Come by! (Adult)", - "durability": null, - "name": "Sheepdog", - "archery_ticket_price": "0", - "id": "12717" - }, - { - "requirements": "{4,23}", - "examine": "This little puppy is very quiet. (Puppy)Come by! Come by! (Adult)", - "durability": null, - "name": "Sheepdog puppy", - "archery_ticket_price": "0", - "id": "12718" - }, - { - "requirements": "{4,23}", - "examine": "This little puppy is very quiet. (Puppy)Come by! Come by! (Adult)", - "durability": null, - "name": "Sheepdog", - "archery_ticket_price": "0", - "id": "12719" - }, - { - "requirements": "{4,23}", - "examine": "One proud little puppy. (Puppy)Looks like it's chewing a wasp. (Adult)", - "durability": null, - "name": "Bulldog puppy", - "archery_ticket_price": "0", - "id": "12720" - }, - { - "requirements": "{4,23}", - "examine": "One proud little puppy. (Puppy)Looks like it's chewing a wasp. (Adult)", - "durability": null, - "name": "Bulldog", - "archery_ticket_price": "0", - "id": "12721" - }, - { - "requirements": "{4,23}", - "examine": "One proud little puppy. (Puppy)Looks like it's chewing a wasp. (Adult)", - "durability": null, - "name": "Bulldog puppy", - "archery_ticket_price": "0", - "id": "12722" - }, - { - "requirements": "{4,23}", - "examine": "One proud little puppy. (Puppy)Looks like it's chewing a wasp. (Adult)", - "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": "(Baby) Can't fly and can barely walk, but adorable nonetheless. (adult) Emperor of all he surveys.", - "durability": null, - "name": "Baby penguin", - "archery_ticket_price": "0", - "id": "12763" - }, - { - "examine": "(Baby) Can't fly and can barely walk, but adorable nonetheless. (adult) Emperor of all he surveys.", - "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", - "durability": null, - "name": "Swamp titan pouch", - "low_alchemy": "1669", - "high_alchemy": "2504", - "archery_ticket_price": "0", - "id": "12776" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "2613", - "durability": null, - "name": "Swamp titan pouch", - "tradeable": "true", - "low_alchemy": "1669", - "high_alchemy": "2504", - "archery_ticket_price": "0", - "id": "12777" - }, - { - "requirements": "{17,23}", - "ge_buy_limit": "5000", - "grand_exchange_price": "130", - "durability": null, - "name": "Spirit mosquito pouch", - "low_alchemy": "179", - "high_alchemy": "269", - "archery_ticket_price": "0", - "id": "12778" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "130", - "durability": null, - "name": "Spirit mosquito pouch", - "tradeable": "true", - "low_alchemy": "179", - "high_alchemy": "269", - "archery_ticket_price": "0", - "id": "12779" - }, - { - "requirements": "{23,34}", - "ge_buy_limit": "5000", - "grand_exchange_price": "16100", - "durability": null, - "name": "Void spinner pouch", - "low_alchemy": "909", - "high_alchemy": "1364", - "archery_ticket_price": "0", - "id": "12780" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "16100", - "durability": null, - "name": "Void spinner pouch", - "tradeable": "true", - "low_alchemy": "909", - "high_alchemy": "1364", - "archery_ticket_price": "0", - "id": "12781" - }, - { - "requirements": "{23,76}", - "ge_buy_limit": "5000", - "grand_exchange_price": "2458", - "durability": null, - "name": "Forge regent pouch", - "low_alchemy": "1579", - "high_alchemy": "2369", - "archery_ticket_price": "0", - "id": "12782" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "2458", - "durability": null, - "name": "Forge regent pouch", - "tradeable": "true", - "low_alchemy": "1579", - "high_alchemy": "2369", - "archery_ticket_price": "0", - "id": "12783" - }, - { - "requirements": "{23,57}", - "ge_buy_limit": "5000", - "grand_exchange_price": "4097", - "durability": null, - "name": "Spirit larupia pouch", - "low_alchemy": "1719", - "high_alchemy": "2579", - "archery_ticket_price": "0", - "id": "12784" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "4097", - "durability": null, - "name": "Spirit larupia pouch", - "tradeable": "true", - "low_alchemy": "1719", - "high_alchemy": "2579", - "archery_ticket_price": "0", - "id": "12785" - }, - { - "requirements": "{23,89}", - "ge_buy_limit": "5000", - "grand_exchange_price": "3856", - "durability": null, - "name": "Geyser titan pouch", - "low_alchemy": "2389", - "high_alchemy": "3584", - "archery_ticket_price": "0", - "id": "12786" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "3856", - "durability": null, - "name": "Geyser titan pouch", - "tradeable": "true", - "low_alchemy": "2389", - "high_alchemy": "3584", - "archery_ticket_price": "0", - "id": "12787" - }, - { - "requirements": "{23,83}", - "ge_buy_limit": "5000", - "grand_exchange_price": "3840", - "durability": null, - "name": "Lava titan pouch", - "low_alchemy": "2359", - "high_alchemy": "3539", - "archery_ticket_price": "0", - "id": "12788" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "3840", - "durability": null, - "name": "Lava titan pouch", - "tradeable": "true", - "low_alchemy": "2359", - "high_alchemy": "3539", - "archery_ticket_price": "0", - "id": "12789" - }, - { - "requirements": "{23,99}", - "ge_buy_limit": "5000", - "grand_exchange_price": "5800", - "durability": null, - "name": "Steel titan pouch", - "low_alchemy": "1949", - "high_alchemy": "2924", - "archery_ticket_price": "0", - "id": "12790" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "5800", - "durability": null, - "name": "Steel titan pouch", - "tradeable": "true", - "low_alchemy": "1949", - "high_alchemy": "2924", - "archery_ticket_price": "0", - "id": "12791" - }, - { - "requirements": "{23,73}", - "ge_buy_limit": "5000", - "grand_exchange_price": "3436", - "durability": null, - "name": "Obsidian golem pouch", - "low_alchemy": "2119", - "high_alchemy": "3179", - "archery_ticket_price": "0", - "id": "12792" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "3436", - "durability": null, - "name": "Obsidian golem pouch", - "tradeable": "true", - "low_alchemy": "2119", - "high_alchemy": "3179", - "archery_ticket_price": "0", - "id": "12793" - }, - { - "requirements": "{23,77}", - "ge_buy_limit": "5000", - "grand_exchange_price": "3017", - "durability": null, - "name": "Talon beast pouch", - "low_alchemy": "1909", - "high_alchemy": "2864", - "archery_ticket_price": "0", - "id": "12794" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "3017", - "durability": null, - "name": "Talon beast pouch", - "tradeable": "true", - "low_alchemy": "1909", - "high_alchemy": "2864", - "archery_ticket_price": "0", - "id": "12795" - }, - { - "requirements": "{23,93}", - "ge_buy_limit": "5000", - "grand_exchange_price": "2991", - "durability": null, - "name": "Abyssal titan pouch", - "low_alchemy": "1299", - "high_alchemy": "1949", - "archery_ticket_price": "0", - "id": "12796" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "2991", - "durability": null, - "name": "Abyssal titan pouch", - "tradeable": "true", - "low_alchemy": "1299", - "high_alchemy": "1949", - "archery_ticket_price": "0", - "id": "12797" - }, - { - "requirements": "{23,34}", - "ge_buy_limit": "5000", - "grand_exchange_price": "18300", - "durability": null, - "name": "Void torcher pouch", - "low_alchemy": "909", - "high_alchemy": "1364", - "archery_ticket_price": "0", - "id": "12798" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "18300", - "durability": null, - "name": "Void torcher pouch", - "tradeable": "true", - "low_alchemy": "909", - "high_alchemy": "1364", - "archery_ticket_price": "0", - "id": "12799" - }, - { - "requirements": "{23,29}", - "ge_buy_limit": "5000", - "grand_exchange_price": "1513", - "durability": null, - "name": "Giant chinchompa pouch", - "low_alchemy": "1009", - "high_alchemy": "1514", - "archery_ticket_price": "0", - "id": "12800" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "1513", - "durability": null, - "name": "Giant chinchompa pouch", - "tradeable": "true", - "low_alchemy": "1009", - "high_alchemy": "1514", - "archery_ticket_price": "0", - "id": "12801" - }, - { - "requirements": "{23,79}", - "ge_buy_limit": "5000", - "grand_exchange_price": "3567", - "durability": null, - "name": "Fire titan pouch", - "low_alchemy": "2149", - "high_alchemy": "3224", - "archery_ticket_price": "0", - "id": "12802" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "3567", - "durability": null, - "name": "Fire titan pouch", - "tradeable": "true", - "low_alchemy": "2149", - "high_alchemy": "3224", - "archery_ticket_price": "0", - "id": "12803" - }, - { - "requirements": "{23,79}", - "ge_buy_limit": "5000", - "grand_exchange_price": "3548", - "durability": null, - "name": "Moss titan pouch", - "low_alchemy": "2189", - "high_alchemy": "3284", - "archery_ticket_price": "0", - "id": "12804" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "3548", - "durability": null, - "name": "Moss titan pouch", - "tradeable": "true", - "low_alchemy": "2189", - "high_alchemy": "3284", - "archery_ticket_price": "0", - "id": "12805" - }, - { - "requirements": "{23,79}", - "ge_buy_limit": "5000", - "grand_exchange_price": "7184", - "durability": null, - "name": "Ice titan pouch", - "low_alchemy": "2149", - "high_alchemy": "3224", - "archery_ticket_price": "0", - "id": "12806" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "7184", - "durability": null, - "name": "Ice titan pouch", - "tradeable": "true", - "low_alchemy": "2149", - "high_alchemy": "3224", - "archery_ticket_price": "0", - "id": "12807" - }, - { - "requirements": "{22,23}", - "ge_buy_limit": "5000", - "grand_exchange_price": "1116", - "durability": null, - "name": "Spirit tz-kih pouch", - "low_alchemy": "809", - "high_alchemy": "1214", - "archery_ticket_price": "0", - "id": "12808" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "1116", - "durability": null, - "name": "Spirit tz-kih pouch", - "tradeable": "true", - "low_alchemy": "809", - "high_alchemy": "1214", - "archery_ticket_price": "0", - "id": "12809" - }, - { - "requirements": "{23,57}", - "ge_buy_limit": "5000", - "grand_exchange_price": "7919", - "durability": null, - "name": "Spirit graahk pouch", - "low_alchemy": "1709", - "high_alchemy": "2564", - "archery_ticket_price": "0", - "id": "12810" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "7919", - "durability": null, - "name": "Spirit graahk pouch", - "tradeable": "true", - "low_alchemy": "1709", - "high_alchemy": "2564", - "archery_ticket_price": "0", - "id": "12811" - }, - { - "requirements": "{23,57}", - "ge_buy_limit": "5000", - "grand_exchange_price": "13300", - "durability": null, - "name": "Spirit kyatt pouch", - "low_alchemy": "1699", - "high_alchemy": "2549", - "archery_ticket_price": "0", - "id": "12812" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "13300", - "durability": null, - "name": "Spirit kyatt pouch", - "tradeable": "true", - "low_alchemy": "1699", - "high_alchemy": "2549", - "archery_ticket_price": "0", - "id": "12813" - }, - { - "requirements": "{23,34}", - "ge_buy_limit": "5000", - "grand_exchange_price": "18600", - "durability": null, - "name": "Void shifter pouch", - "low_alchemy": "909", - "high_alchemy": "1364", - "archery_ticket_price": "0", - "id": "12814" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "18600", - "durability": null, - "name": "Void shifter pouch", - "tradeable": "true", - "low_alchemy": "909", - "high_alchemy": "1364", - "archery_ticket_price": "0", - "id": "12815" - }, - { - "requirements": "{23,46}", - "ge_buy_limit": "5000", - "grand_exchange_price": "1951", - "durability": null, - "name": "Pyrelord pouch", - "low_alchemy": "1279", - "high_alchemy": "1919", - "archery_ticket_price": "0", - "id": "12816" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "1951", - "durability": null, - "name": "Pyrelord pouch", - "tradeable": "true", - "low_alchemy": "1279", - "high_alchemy": "1919", - "archery_ticket_price": "0", - "id": "12817" - }, - { - "requirements": "{23,34}", - "ge_buy_limit": "5000", - "grand_exchange_price": "10700", - "durability": null, - "name": "Void ravager pouch", - "low_alchemy": "909", - "high_alchemy": "1364", - "archery_ticket_price": "0", - "id": "12818" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "10700", - "durability": null, - "name": "Void ravager pouch", - "tradeable": "true", - "low_alchemy": "909", - "high_alchemy": "1364", - "archery_ticket_price": "0", - "id": "12819" - }, - { - "requirements": "{23,70}", - "ge_buy_limit": "5000", - "grand_exchange_price": "1382", - "durability": null, - "name": "Ravenous locust pouch", - "low_alchemy": "959", - "high_alchemy": "1439", - "archery_ticket_price": "0", - "id": "12820" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "1382", - "durability": null, - "name": "Ravenous locust pouch", - "tradeable": "true", - "low_alchemy": "959", - "high_alchemy": "1439", - "archery_ticket_price": "0", - "id": "12821" - }, - { - "requirements": "{23,95}", - "ge_buy_limit": "5000", - "grand_exchange_price": "3470", - "durability": null, - "name": "Iron titan pouch", - "low_alchemy": "2149", - "high_alchemy": "3224", - "archery_ticket_price": "0", - "id": "12822" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "3470", - "durability": null, - "name": "Iron titan pouch", - "tradeable": "true", - "low_alchemy": "2149", - "high_alchemy": "3224", - "archery_ticket_price": "0", - "id": "12823" - }, - { - "requirements": "{23,79}", - "ge_buy_limit": "5000", - "grand_exchange_price": "380", - "durability": null, - "name": "Titan's con. scroll", - "low_alchemy": "214", - "high_alchemy": "322", - "archery_ticket_price": "0", - "id": "12824" - }, - { - "requirements": "{23,99}", - "ge_buy_limit": "5000", - "grand_exchange_price": "646", - "durability": null, - "name": "Steel of legends scroll", - "low_alchemy": "194", - "high_alchemy": "292", - "archery_ticket_price": "0", - "id": "12825" - }, - { - "requirements": "{23,73}", - "ge_buy_limit": "5000", - "grand_exchange_price": "271", - "durability": null, - "name": "Volcanic str. scroll", - "low_alchemy": "211", - "high_alchemy": "317", - "archery_ticket_price": "0", - "id": "12826" - }, - { - "requirements": "{23,93}", - "ge_buy_limit": "5000", - "grand_exchange_price": "310", - "durability": null, - "name": "Essence shipment scroll", - "low_alchemy": "129", - "high_alchemy": "194", - "archery_ticket_price": "0", - "id": "12827" - }, - { - "requirements": "{23,95}", - "ge_buy_limit": "5000", - "grand_exchange_price": "389", - "durability": null, - "name": "Iron within scroll", - "low_alchemy": "214", - "high_alchemy": "322", - "archery_ticket_price": "0", - "id": "12828" - }, - { - "requirements": "{23,46}", - "ge_buy_limit": "5000", - "grand_exchange_price": "146", - "durability": null, - "name": "Immense heat scroll", - "low_alchemy": "127", - "high_alchemy": "191", - "archery_ticket_price": "0", - "id": "12829" - }, - { - "requirements": "{23,70}", - "ge_buy_limit": "5000", - "grand_exchange_price": "149", - "durability": null, - "name": "Famine scroll", - "low_alchemy": "95", - "high_alchemy": "143", - "archery_ticket_price": "0", - "id": "12830" - }, - { - "requirements": "{23,77}", - "ge_buy_limit": "5000", - "grand_exchange_price": "245", - "durability": null, - "name": "Deadly claw scroll", - "low_alchemy": "190", - "high_alchemy": "286", - "archery_ticket_price": "0", - "id": "12831" - }, - { - "requirements": "{23,85}", - "ge_buy_limit": "5000", - "grand_exchange_price": "192", - "durability": null, - "name": "Swamp plague scroll", - "low_alchemy": "166", - "high_alchemy": "250", - "archery_ticket_price": "0", - "id": "12832" - }, - { - "requirements": "{23,89}", - "ge_buy_limit": "5000", - "grand_exchange_price": "294", - "durability": null, - "name": "Boil scroll", - "archery_ticket_price": "0", - "id": "12833" - }, - { - "requirements": "{23,29}", - "ge_buy_limit": "5000", - "grand_exchange_price": "103", - "durability": null, - "name": "Explode scroll", - "low_alchemy": "238", - "high_alchemy": "358", - "archery_ticket_price": "0", - "id": "12834" - }, - { - "requirements": "{23,57}", - "ge_buy_limit": "5000", - "grand_exchange_price": "250", - "durability": null, - "name": "Goad scroll", - "low_alchemy": "170", - "high_alchemy": "256", - "archery_ticket_price": "0", - "id": "12835" - }, - { - "requirements": "{23,57}", - "ge_buy_limit": "5000", - "grand_exchange_price": "1428", - "durability": null, - "name": "Ambush scroll", - "low_alchemy": "169", - "high_alchemy": "254", - "archery_ticket_price": "0", - "id": "12836" - }, - { - "requirements": "{23,83}", - "ge_buy_limit": "5000", - "grand_exchange_price": "300", - "durability": null, - "name": "Ebon thunder scroll", - "low_alchemy": "211", - "high_alchemy": "317", - "archery_ticket_price": "0", - "id": "12837" - }, - { - "requirements": "{17,23}", - "ge_buy_limit": "5000", - "grand_exchange_price": "1", - "durability": null, - "name": "Pester scroll", - "low_alchemy": "17", - "high_alchemy": "26", - "archery_ticket_price": "0", - "id": "12838" - }, - { - "requirements": "{22,23}", - "ge_buy_limit": "5000", - "grand_exchange_price": "78", - "durability": null, - "name": "Fireball assault scroll", - "low_alchemy": "80", - "high_alchemy": "121", - "archery_ticket_price": "0", - "id": "12839" - }, - { - "requirements": "{23,57}", - "ge_buy_limit": "5000", - "grand_exchange_price": "196", - "durability": null, - "name": "Rending scroll", - "low_alchemy": "171", - "high_alchemy": "257", - "archery_ticket_price": "0", - "id": "12840" - }, - { - "requirements": "{23,76}", - "ge_buy_limit": "5000", - "grand_exchange_price": "173", - "durability": null, - "name": "Inferno scroll", - "low_alchemy": "157", - "high_alchemy": "236", - "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, - "low_alchemy": "40", - "high_alchemy": "60", - "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.", - "shop_price": "75", - "examine": "A pair of mystical gloves.", - "durability": null, - "name": "Irit gloves", - "archery_ticket_price": "0", - "id": "12856", - "equipment_slot": "9" - }, - { - "destroy_message": "You can reclaim this item from the place you found it.", - "shop_price": "100", - "examine": "A pair of mystical gloves.", - "durability": null, - "name": "Avantoe gloves", - "archery_ticket_price": "0", - "id": "12857", - "equipment_slot": "9" - }, - { - "destroy_message": "You can reclaim this item from the place you found it.", - "shop_price": "200", - "examine": "A pair of mystical gloves.", - "durability": null, - "name": "Kwuarm gloves", - "archery_ticket_price": "0", - "id": "12858", - "equipment_slot": "9" - }, - { - "destroy_message": "You can reclaim this item from the place you found it.", - "shop_price": "200", - "examine": "A pair of mystical gloves.", - "durability": null, - "name": "Cadantine gloves", - "archery_ticket_price": "0", - "id": "12859", - "equipment_slot": "9" - }, - { - "destroy_message": "You can reclaim this item from the place you found it.", - "shop_price": "200", - "examine": "A pair of mystical gloves.", - "durability": null, - "name": "Swordfish gloves", - "weight": "0.2", - "archery_ticket_price": "0", - "id": "12860", - "equipment_slot": "9" - }, - { - "destroy_message": "You can reclaim this item from the place you found it.", - "shop_price": "200", - "examine": "A pair of mystical gloves", - "durability": null, - "name": "Shark gloves", - "weight": "1", - "archery_ticket_price": "0", - "id": "12861", - "equipment_slot": "9" - }, - { - "destroy_message": "You can reclaim this item from the place you found it.", - "shop_price": "200", - "examine": "A pair of mystical gloves.", - "durability": null, - "name": "Dragon slayer gloves", - "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.", - "shop_price": "75", - "examine": "A pair of mystical gloves.", - "durability": null, - "name": "Air runecrafting gloves", - "tradeable": "false", - "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.", - "shop_price": "75", - "examine": "A pair of mystical gloves.", - "durability": null, - "name": "Water runecrafting gloves", - "tradeable": "false", - "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.", - "shop_price": "75", - "examine": "A pair of mystical gloves.", - "durability": null, - "name": "Earth runecrafting gloves", - "tradeable": "false", - "destroy": "true", - "archery_ticket_price": "0", - "id": "12865", - "equipment_slot": "9" - }, - { - "remove_head": "true", - "requirements": "{1,60}-{6,50}", - "shop_price": "250", - "examine": "Its arcane power is waning.", - "durability": null, - "low_alchemy": "10000", - "high_alchemy": "15000", - "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,60}-{6,50}", - "shop_price": "250", - "examine": "Its arcane power is waning.", - "durability": null, - "low_alchemy": "10000", - "high_alchemy": "15000", - "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,60}-{6,50}", - "shop_price": "250", - "examine": "Its arcane power is waning.", - "durability": null, - "low_alchemy": "10000", - "high_alchemy": "15000", - "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,60}-{6,50}", - "shop_price": "250", - "examine": "Its arcane power is waning.", - "durability": null, - "low_alchemy": "10000", - "high_alchemy": "15000", - "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,60}-{6,50}", - "shop_price": "250", - "examine": "Its arcane power is waning.", - "durability": null, - "low_alchemy": "10000", - "high_alchemy": "15000", - "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,60}-{6,50}", - "shop_price": "250", - "ge_buy_limit": "10", - "examine": "Its arcane power is waning.", - "durability": null, - "low_alchemy": "10000", - "high_alchemy": "15000", - "absorb": "4,3,0", - "equipment_slot": "0", - "grand_exchange_price": "78900", - "name": "Battle hood 0", - "tradeable": "false", - "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": "false", - "archery_ticket_price": "0", - "id": "12872" - }, - { - "requirements": "{1,60}-{6,50}", - "shop_price": "1500", - "examine": "Charged - A robe top infused with arcane power, especially created for combat spells.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "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,60}-{6,50}", - "shop_price": "1500", - "examine": "Charged - A robe top infused with arcane power, especially created for combat spells.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "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,60}-{6,50}", - "shop_price": "1500", - "examine": "Charged - A robe top infused with arcane power, especially created for combat spells.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "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,60}-{6,50}", - "shop_price": "1500", - "examine": "Charged - A robe top infused with arcane power, especially created for combat spells.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "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,60}-{6,50}", - "shop_price": "1500", - "examine": "Charged - A robe top infused with arcane power, especially created for combat spells.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "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,60}-{6,50}", - "shop_price": "1500", - "ge_buy_limit": "10", - "examine": "Charged - A robe top infused with arcane power, especially created for combat spells.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "weight": "4", - "absorb": "8,4,0", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "431400", - "name": "Battle robe top 0", - "tradeable": "false", - "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", - "durability": null, - "name": "Battle robe top 0", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "12879" - }, - { - "requirements": "{1,60}-{6,50}", - "shop_price": "1000", - "examine": "A robe bottom infused with arcane power, especially created for combat spells.", - "durability": null, - "low_alchemy": "16000", - "high_alchemy": "24000", - "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,60}-{6,50}", - "shop_price": "1000", - "examine": "A robe bottom infused with arcane power, especially created for combat spells.", - "durability": null, - "low_alchemy": "16000", - "high_alchemy": "24000", - "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,60}-{6,50}", - "shop_price": "1000", - "examine": "A robe bottom infused with arcane power, especially created for combat spells.", - "durability": null, - "low_alchemy": "16000", - "high_alchemy": "24000", - "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,60}-{6,50}", - "shop_price": "1000", - "examine": "A robe bottom infused with arcane power, especially created for combat spells.", - "durability": null, - "low_alchemy": "16000", - "high_alchemy": "24000", - "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,60}-{6,50}", - "shop_price": "1000", - "examine": "A robe bottom infused with arcane power, especially created for combat spells.", - "durability": null, - "low_alchemy": "16000", - "high_alchemy": "24000", - "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,60}-{6,50}", - "shop_price": "1000", - "ge_buy_limit": "10", - "examine": "A robe bottom infused with arcane power, especially created for combat spells.", - "durability": null, - "low_alchemy": "16000", - "high_alchemy": "24000", - "weight": "3", - "absorb": "5,2,0", - "equipment_slot": "7", - "grand_exchange_price": "538000", - "name": "Battle robe bottom 0", - "tradeable": "false", - "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", - "durability": null, - "name": "Battle robe bottom 0", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "12886" - }, - { - "remove_head": "true", - "requirements": "{1,20}-{6,10}", - "shop_price": "100", - "examine": "A worn-out hood, formerly worn by the followers of Guthix.", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "7", - "equipment_slot": "0", - "grand_exchange_price": "6915", - "name": "Druidic mage hood 100", - "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,20}-{6,10}", - "shop_price": "100", - "examine": "A worn-out hood, formerly worn by the followers of Guthix.", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "7", - "equipment_slot": "0", - "grand_exchange_price": "6915", - "name": "Druidic mage hood 80", - "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,20}-{6,10}", - "shop_price": "100", - "examine": "A worn-out hood, formerly worn by the followers of Guthix.", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "7", - "equipment_slot": "0", - "grand_exchange_price": "6915", - "name": "Druidic mage hood 60", - "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,20}-{6,10}", - "shop_price": "100", - "examine": "A worn-out hood, formerly worn by the followers of Guthix.", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "7", - "equipment_slot": "0", - "grand_exchange_price": "6915", - "name": "Druidic mage hood 40", - "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,20}-{6,10}", - "shop_price": "100", - "examine": "A worn-out hood, formerly worn by the followers of Guthix.", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "7", - "equipment_slot": "0", - "grand_exchange_price": "6915", - "name": "Druidic mage hood 20", - "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,20}-{6,10}", - "shop_price": "100", - "ge_buy_limit": "10", - "examine": "A worn-out hood, formerly worn by the followers of Guthix.", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "7", - "equipment_slot": "0", - "grand_exchange_price": "8504", - "name": "Druidic mage hood 0", - "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": "false", - "archery_ticket_price": "0", - "id": "12893" - }, - { - "requirements": "{1,20}-{6,10}", - "shop_price": "300", - "examine": "A magical robe top worn by followers of Guthix.", - "durability": null, - "low_alchemy": "2400", - "high_alchemy": "3600", - "weight": "4", - "absorb": "2,1,0", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "80273", - "name": "Druidic mage top 100", - "archery_ticket_price": "0", - "id": "12894", - "bonuses": "0,0,0,7,0,0,0,0,7,0,7,0,0,0,0" - }, - { - "requirements": "{1,20}-{6,10}", - "shop_price": "300", - "examine": "A magical robe top worn by followers of Guthix.", - "durability": null, - "low_alchemy": "2400", - "high_alchemy": "3600", - "weight": "4", - "absorb": "2,1,0", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "80273", - "name": "Druidic mage top 80", - "archery_ticket_price": "0", - "id": "12895", - "bonuses": "0,0,0,7,0,0,0,0,7,0,7,0,0,0,0" - }, - { - "requirements": "{1,20}-{6,10}", - "shop_price": "300", - "examine": "A magical robe top worn by followers of Guthix.", - "durability": null, - "low_alchemy": "2400", - "high_alchemy": "3600", - "weight": "4", - "absorb": "2,1,0", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "80273", - "name": "Druidic mage top 60", - "archery_ticket_price": "0", - "id": "12896", - "bonuses": "0,0,0,7,0,0,0,0,7,0,7,0,0,0,0" - }, - { - "requirements": "{1,20}-{6,10}", - "shop_price": "300", - "examine": "A magical robe top worn by followers of Guthix.", - "durability": null, - "low_alchemy": "2400", - "high_alchemy": "3600", - "weight": "4", - "absorb": "2,1,0", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "80273", - "name": "Druidic mage top 40", - "archery_ticket_price": "0", - "id": "12897", - "bonuses": "0,0,0,7,0,0,0,0,7,0,7,0,0,0,0" - }, - { - "requirements": "{1,20}-{6,10}", - "shop_price": "300", - "examine": "A magical robe top worn by followers of Guthix.", - "durability": null, - "low_alchemy": "2400", - "high_alchemy": "3600", - "weight": "4", - "absorb": "2,1,0", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "80273", - "name": "Druidic mage top 20", - "archery_ticket_price": "0", - "id": "12898", - "bonuses": "0,0,0,7,0,0,0,0,7,0,7,0,0,0,0" - }, - { - "requirements": "{1,20}-{6,10}", - "shop_price": "300", - "ge_buy_limit": "10", - "examine": "A magical robe top worn by followers of Guthix.", - "durability": null, - "low_alchemy": "2400", - "high_alchemy": "3600", - "weight": "4", - "absorb": "2,1,0", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "76300", - "name": "Druidic mage top 0", - "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": "false", - "archery_ticket_price": "0", - "id": "12900" - }, - { - "requirements": "{1,20}-{6,10}", - "shop_price": "200", - "examine": "A magical robe bottom worn by a person who follows Guthix.", - "durability": null, - "low_alchemy": "2000", - "high_alchemy": "3000", - "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,20}-{6,10}", - "shop_price": "200", - "examine": "A magical robe bottom worn by a person who follows Guthix.", - "durability": null, - "low_alchemy": "2000", - "high_alchemy": "3000", - "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,20}-{6,10}", - "shop_price": "200", - "examine": "A magical robe bottom worn by a person who follows Guthix.", - "durability": null, - "low_alchemy": "2000", - "high_alchemy": "3000", - "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,20}-{6,10}", - "shop_price": "200", - "examine": "A magical robe bottom worn by a person who follows Guthix.", - "durability": null, - "low_alchemy": "2000", - "high_alchemy": "3000", - "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,20}-{6,10}", - "shop_price": "200", - "examine": "A magical robe bottom worn by a person who follows Guthix.", - "durability": null, - "low_alchemy": "2000", - "high_alchemy": "3000", - "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,20}-{6,10}", - "shop_price": "200", - "ge_buy_limit": "10", - "examine": "A magical robe bottom worn by a person who follows Guthix.", - "durability": null, - "low_alchemy": "2000", - "high_alchemy": "3000", - "weight": "3", - "absorb": "1,0,0", - "equipment_slot": "7", - "grand_exchange_price": "60800", - "name": "Druidic mage bottom 0", - "tradeable": "false", - "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": "false", - "archery_ticket_price": "0", - "id": "12907" - }, - { - "requirements": "{1,35}", - "shop_price": "50", - "examine": "A spiked square shield.", - "durability": null, - "low_alchemy": "1620", - "high_alchemy": "2430", - "weight": "5", - "absorb": "3,0,6", - "equipment_slot": "5", - "grand_exchange_price": "2271", - "name": "Adamant spikeshield 100", - "tradeable": "true", - "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, - "low_alchemy": "1620", - "high_alchemy": "2430", - "weight": "5", - "absorb": "3,0,6", - "equipment_slot": "5", - "grand_exchange_price": "2271", - "name": "Adamant spikeshield 80", - "tradeable": "true", - "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, - "low_alchemy": "1620", - "high_alchemy": "2430", - "weight": "5", - "absorb": "3,0,6", - "equipment_slot": "5", - "grand_exchange_price": "2271", - "name": "Adamant spikeshield 60", - "tradeable": "true", - "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, - "low_alchemy": "1620", - "high_alchemy": "2430", - "weight": "5", - "absorb": "3,0,6", - "equipment_slot": "5", - "grand_exchange_price": "2271", - "name": "Adamant spikeshield 40", - "tradeable": "true", - "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, - "low_alchemy": "1620", - "high_alchemy": "2430", - "weight": "5", - "absorb": "3,0,6", - "equipment_slot": "5", - "grand_exchange_price": "2271", - "name": "Adamant spikeshield 20", - "tradeable": "true", - "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, - "low_alchemy": "1620", - "high_alchemy": "2430", - "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, - "low_alchemy": "2456", - "high_alchemy": "3684", - "weight": "7", - "absorb": "3,0,6", - "equipment_slot": "5", - "grand_exchange_price": "19190", - "name": "Adamant berserker shield 100", - "tradeable": "true", - "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, - "low_alchemy": "2456", - "high_alchemy": "3684", - "weight": "7", - "absorb": "3,0,6", - "equipment_slot": "5", - "grand_exchange_price": "19190", - "name": "Adamant berserker shield 80", - "tradeable": "true", - "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, - "low_alchemy": "2456", - "high_alchemy": "3684", - "weight": "7", - "absorb": "3,0,6", - "equipment_slot": "5", - "grand_exchange_price": "19190", - "name": "Adamant berserker shield 60", - "tradeable": "true", - "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, - "low_alchemy": "2456", - "high_alchemy": "3684", - "weight": "7", - "absorb": "3,0,6", - "equipment_slot": "5", - "grand_exchange_price": "19190", - "name": "Adamant berserker shield 40", - "tradeable": "true", - "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, - "low_alchemy": "2456", - "high_alchemy": "3684", - "weight": "7", - "absorb": "3,0,6", - "equipment_slot": "5", - "grand_exchange_price": "19190", - "name": "Adamant berserker shield 20", - "tradeable": "true", - "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, - "low_alchemy": "2456", - "high_alchemy": "3684", - "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 square shield.", - "durability": null, - "low_alchemy": "2576", - "high_alchemy": "3864", - "weight": "4", - "absorb": "3,0,7", - "equipment_slot": "5", - "grand_exchange_price": "57548", - "name": "Rune spikeshield 100", - "tradeable": "true", - "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 square shield.", - "durability": null, - "low_alchemy": "2576", - "high_alchemy": "3864", - "weight": "4", - "absorb": "3,0,7", - "equipment_slot": "5", - "grand_exchange_price": "57548", - "name": "Rune spikeshield 80", - "tradeable": "true", - "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": "Uncharged: Not so spiky anymore.", - "durability": null, - "low_alchemy": "2576", - "high_alchemy": "3864", - "weight": "4", - "absorb": "3,0,7", - "equipment_slot": "5", - "grand_exchange_price": "57548", - "name": "Rune spikeshield 60", - "tradeable": "true", - "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 square shield.", - "durability": null, - "low_alchemy": "2576", - "high_alchemy": "3864", - "weight": "4", - "absorb": "3,0,7", - "equipment_slot": "5", - "grand_exchange_price": "57548", - "name": "Rune spikeshield 40", - "tradeable": "true", - "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 square shield.", - "durability": null, - "low_alchemy": "2576", - "high_alchemy": "3864", - "weight": "4", - "absorb": "3,0,7", - "equipment_slot": "5", - "grand_exchange_price": "57548", - "name": "Rune spikeshield 20", - "tradeable": "true", - "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, - "low_alchemy": "2576", - "high_alchemy": "3864", - "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, - "low_alchemy": "25760", - "high_alchemy": "38640", - "weight": "6", - "absorb": "3,0,7", - "equipment_slot": "5", - "grand_exchange_price": "82000", - "name": "Rune berserker shield 100", - "tradeable": "true", - "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, - "low_alchemy": "25760", - "high_alchemy": "38640", - "weight": "6", - "absorb": "3,0,7", - "equipment_slot": "5", - "grand_exchange_price": "82000", - "name": "Rune berserker shield 80", - "tradeable": "true", - "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, - "low_alchemy": "25760", - "high_alchemy": "38640", - "weight": "6", - "absorb": "3,0,7", - "equipment_slot": "5", - "grand_exchange_price": "82000", - "name": "Rune berserker shield 60", - "tradeable": "true", - "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, - "low_alchemy": "25760", - "high_alchemy": "38640", - "weight": "6", - "absorb": "3,0,7", - "equipment_slot": "5", - "grand_exchange_price": "82000", - "name": "Rune berserker shield 40", - "tradeable": "true", - "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, - "low_alchemy": "25760", - "high_alchemy": "38640", - "weight": "6", - "absorb": "3,0,7", - "equipment_slot": "5", - "grand_exchange_price": "82000", - "name": "Rune berserker shield 20", - "tradeable": "true", - "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, - "low_alchemy": "25760", - "high_alchemy": "38640", - "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, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "0.9", - "absorb": "0,3,1", - "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, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "0.9", - "absorb": "0,3,1", - "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, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "0.9", - "absorb": "0,3,1", - "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, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "0.9", - "absorb": "0,3,1", - "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, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "0.9", - "absorb": "0,3,1", - "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, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "0.9", - "absorb": "0,3,1", - "equipment_slot": "0", - "grand_exchange_price": "92700", - "name": "Green d'hide coif 0", - "tradeable": "false", - "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": "false", - "archery_ticket_price": "0", - "id": "12942" - }, - { - "remove_head": "true", - "requirements": "{1,50}-{4,40}", - "shop_price": "200", - "examine": "A coif made of blue dragonhide.", - "durability": null, - "low_alchemy": "2000", - "high_alchemy": "3000", - "weight": "1", - "absorb": "0,3,1", - "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,50}-{4,40}", - "shop_price": "200", - "examine": "A coif made of blue dragonhide.", - "durability": null, - "low_alchemy": "2000", - "high_alchemy": "3000", - "weight": "1", - "absorb": "0,3,1", - "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,50}-{4,40}", - "shop_price": "200", - "examine": "Fully charged: A coif made of blue dragonhide. Fully degraded: A worn out coif made of blue dragonhide.", - "durability": null, - "low_alchemy": "2000", - "high_alchemy": "3000", - "weight": "1", - "absorb": "0,3,1", - "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,50}-{4,40}", - "shop_price": "200", - "examine": "A coif made of blue dragonhide.", - "durability": null, - "low_alchemy": "2000", - "high_alchemy": "3000", - "weight": "1", - "absorb": "0,3,1", - "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,50}-{4,40}", - "shop_price": "200", - "examine": "A coif made of blue dragonhide.", - "durability": null, - "low_alchemy": "2000", - "high_alchemy": "3000", - "weight": "1", - "absorb": "0,3,1", - "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,50}-{4,40}", - "shop_price": "200", - "ge_buy_limit": "100", - "examine": "A worn out coif made of blue dragonhide.", - "durability": null, - "low_alchemy": "2000", - "high_alchemy": "3000", - "weight": "1", - "absorb": "0,3,1", - "equipment_slot": "0", - "grand_exchange_price": "131900", - "name": "Blue d'hide coif 0", - "tradeable": "false", - "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": "false", - "archery_ticket_price": "0", - "id": "12949" - }, - { - "remove_head": "true", - "requirements": "{1,60}-{4,40}", - "shop_price": "300", - "examine": "A coif made of red dragonhide.", - "durability": null, - "low_alchemy": "1400", - "high_alchemy": "2100", - "weight": "1", - "absorb": "0,3,1", - "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,60}-{4,40}", - "shop_price": "300", - "examine": "A coif made of red dragonhide.", - "durability": null, - "low_alchemy": "1400", - "high_alchemy": "2100", - "weight": "1", - "absorb": "0,3,1", - "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,60}-{4,40}", - "shop_price": "300", - "examine": "Fully charged: A coif made of red dragonhide.Fully degraded: A worn out coif made of red dragonhide.", - "durability": null, - "low_alchemy": "1400", - "high_alchemy": "2100", - "weight": "1", - "absorb": "0,3,1", - "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,60}-{4,40}", - "shop_price": "300", - "examine": "A coif made of red dragonhide.", - "durability": null, - "low_alchemy": "1400", - "high_alchemy": "2100", - "weight": "1", - "absorb": "0,3,1", - "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,60}-{4,40}", - "shop_price": "300", - "examine": "A coif made of red dragonhide.", - "durability": null, - "low_alchemy": "1400", - "high_alchemy": "2100", - "weight": "1", - "absorb": "0,3,1", - "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,60}-{4,40}", - "shop_price": "300", - "ge_buy_limit": "100", - "examine": "A worn out coif made of red dragonhide.", - "durability": null, - "low_alchemy": "1400", - "high_alchemy": "2100", - "weight": "1", - "absorb": "0,3,1", - "equipment_slot": "0", - "grand_exchange_price": "156600", - "name": "Red d'hide coif 0", - "tradeable": "false", - "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": "false", - "archery_ticket_price": "0", - "id": "12956" - }, - { - "remove_head": "true", - "requirements": "{1,70}-{4,40}", - "shop_price": "500", - "examine": "A coif made of black dragonhide.", - "durability": null, - "low_alchemy": "2200", - "high_alchemy": "3300", - "weight": "1", - "absorb": "0,3,1", - "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,70}-{4,40}", - "shop_price": "500", - "examine": "A coif made of black dragonhide.", - "durability": null, - "low_alchemy": "2200", - "high_alchemy": "3300", - "weight": "1", - "absorb": "0,3,1", - "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,70}-{4,40}", - "shop_price": "500", - "examine": "A coif made of black dragonhide.", - "durability": null, - "low_alchemy": "2200", - "high_alchemy": "3300", - "weight": "1", - "absorb": "0,3,1", - "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,70}-{4,40}", - "shop_price": "500", - "examine": "A coif made of black dragonhide.", - "durability": null, - "low_alchemy": "2200", - "high_alchemy": "3300", - "weight": "1", - "absorb": "0,3,1", - "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,70}-{4,40}", - "shop_price": "500", - "examine": "Fully charged: A coif made of black dragonhide. Fully degraded: A worn out coif made of black dragonhide.", - "durability": null, - "low_alchemy": "2200", - "high_alchemy": "3300", - "weight": "1", - "absorb": "0,3,1", - "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,70}-{4,40}", - "shop_price": "500", - "ge_buy_limit": "100", - "examine": "A coif made of black dragonhide.", - "durability": null, - "low_alchemy": "2200", - "high_alchemy": "3300", - "weight": "1", - "absorb": "0,3,1", - "equipment_slot": "0", - "grand_exchange_price": "229000", - "name": "Black d'hide coif 0", - "tradeable": "false", - "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": "false", - "archery_ticket_price": "0", - "id": "12963" - }, - { - "remove_head": "true", - "requirements": "{1,20}-{6,10}", - "shop_price": "50", - "examine": "A magical hood, especially created for combat spells.", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "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,20}-{6,10}", - "shop_price": "50", - "examine": "A magical hood, especially created for combat spells.", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "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,20}-{6,10}", - "shop_price": "50", - "examine": "A magical hood, especially created for combat spells.", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "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,20}-{6,10}", - "shop_price": "50", - "examine": "A magical hood, especially created for combat spells.", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "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,20}-{6,10}", - "shop_price": "50", - "examine": "A magical hood, especially created for combat spells.", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "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,20}-{6,10}", - "shop_price": "50", - "ge_buy_limit": "10", - "examine": "A magical hood, especially created for combat spells.", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "weight": "0.8", - "equipment_slot": "0", - "grand_exchange_price": "6511", - "name": "Combat hood 0", - "tradeable": "false", - "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": "false", - "archery_ticket_price": "0", - "id": "12970" - }, - { - "requirements": "{1,20}-{6,10}", - "shop_price": "150", - "examine": "A magical robe top, especially made for combat spells.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "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,20}-{6,10}", - "shop_price": "150", - "examine": "A magical robe top, especially made for combat spells.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "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,20}-{6,10}", - "shop_price": "150", - "examine": "A magical robe top, especially made for combat spells.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "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,20}-{6,10}", - "shop_price": "150", - "examine": "A magical robe top, especially made for combat spells.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "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,20}-{6,10}", - "shop_price": "150", - "examine": "A magical robe top, especially made for combat spells.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "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,20}-{6,10}", - "shop_price": "150", - "ge_buy_limit": "10", - "examine": "A magical robe top, especially made for combat spells.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "4", - "absorb": "2,1,0", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "61500", - "name": "Combat robe top 0", - "tradeable": "false", - "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": "false", - "archery_ticket_price": "0", - "id": "12977" - }, - { - "requirements": "{1,20}-{6,10}", - "shop_price": "100", - "examine": "A magical robe bottom, especially created for combat spells.", - "durability": null, - "low_alchemy": "1000", - "high_alchemy": "1500", - "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,20}-{6,10}", - "shop_price": "100", - "examine": "A magical robe bottom, especially created for combat spells.", - "durability": null, - "low_alchemy": "1000", - "high_alchemy": "1500", - "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,20}-{6,10}", - "shop_price": "100", - "examine": "A magical robe bottom, especially created for combat spells.", - "durability": null, - "low_alchemy": "1000", - "high_alchemy": "1500", - "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,20}-{6,10}", - "shop_price": "100", - "examine": "A magical robe bottom, especially created for combat spells.", - "durability": null, - "low_alchemy": "1000", - "high_alchemy": "1500", - "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,20}-{6,10}", - "shop_price": "100", - "examine": "A magical robe bottom, especially created for combat spells.", - "durability": null, - "low_alchemy": "1000", - "high_alchemy": "1500", - "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,20}-{6,10}", - "shop_price": "100", - "ge_buy_limit": "10", - "examine": "A magical robe bottom, especially created for combat spells.", - "durability": null, - "low_alchemy": "1000", - "high_alchemy": "1500", - "weight": "3", - "absorb": "1,0,0", - "equipment_slot": "7", - "grand_exchange_price": "47800", - "name": "Combat robe bottom 0", - "tradeable": "false", - "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": "false", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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": "false", - "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", - "low_alchemy": "120", - "high_alchemy": "180", - "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", - "low_alchemy": "120", - "high_alchemy": "180", - "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": "false", - "archery_ticket_price": "0", - "id": "12990" - }, - { - "requirements": "{1,5}", - "shop_price": "50", - "examine": "I have to keep my hands safe!", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "weight": "10", - "equipment_slot": "9", - "grand_exchange_price": "29844", - "name": "Steel gauntlets", - "archery_ticket_price": "0", - "id": "12991", - "bonuses": "0,0,0,-1,-1,4,5,5,-1,4,4,0,0,0,0" - }, - { - "requirements": "{1,5}", - "shop_price": "50", - "ge_buy_limit": "100", - "examine": "I have to keep my hands safe!", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "weight": "10", - "equipment_slot": "9", - "grand_exchange_price": "27000", - "name": "Worn-out steel gauntlets", - "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": "false", - "archery_ticket_price": "0", - "id": "12993" - }, - { - "requirements": "{1,10}", - "shop_price": "75", - "examine": "I have to keep my hands safe!", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "0.2", - "equipment_slot": "9", - "grand_exchange_price": "50808", - "name": "Black gauntlets", - "archery_ticket_price": "0", - "id": "12994", - "bonuses": "0,0,0,-1,-1,5,6,6,-1,5,5,0,0,0,0" - }, - { - "requirements": "{1,10}", - "shop_price": "75", - "ge_buy_limit": "100", - "examine": "I have to keep my hands safe!", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "0.2", - "equipment_slot": "9", - "grand_exchange_price": "40100", - "name": "Worn-out black gauntlets", - "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": "false", - "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", - "low_alchemy": "1200", - "high_alchemy": "1800", - "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!", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "equipment_slot": "9", - "grand_exchange_price": "54200", - "name": "Worn-out mithril gauntlets", - "archery_ticket_price": "0", - "id": "12998", - "bonuses": "0,0,0,-1,-1,2,2,2,-1,2,2,0,0,0,0" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "54200", - "durability": null, - "name": "Worn-out mithril gauntlets", - "tradeable": "false", - "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.", - "durability": null, - "low_alchemy": "2000", - "high_alchemy": "3000", - "weight": "0.2", - "equipment_slot": "9", - "grand_exchange_price": "74526", - "name": "Adamant gauntlets", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13000", - "bonuses": "0,0,0,-1,-1,8,9,9,-1,8,8,1,0,0,0" - }, - { - "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, - "low_alchemy": "2000", - "high_alchemy": "3000", - "weight": "0.2", - "equipment_slot": "9", - "grand_exchange_price": "71500", - "name": "Worn-out adamant gauntlets", - "tradeable": "false", - "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": "false", - "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.", - "durability": null, - "low_alchemy": "3000", - "high_alchemy": "4500", - "weight": "0.2", - "equipment_slot": "9", - "grand_exchange_price": "95700", - "name": "Rune gauntlets", - "archery_ticket_price": "0", - "id": "13003", - "bonuses": "0,0,0,-1,-1,10,11,11,-1,10,10,2,0,0,0" - }, - { - "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, - "low_alchemy": "3000", - "high_alchemy": "4500", - "weight": "0.2", - "equipment_slot": "9", - "grand_exchange_price": "99900", - "name": "Worn-out rune gauntlets", - "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": "false", - "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!", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "weight": "0.2", - "equipment_slot": "9", - "grand_exchange_price": "214700", - "name": "Dragon gauntlets", - "archery_ticket_price": "0", - "id": "13006", - "bonuses": "0,0,0,-1,-1,14,15,15,-1,14,14,3,0,0,0" - }, - { - "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, - "low_alchemy": "20000", - "high_alchemy": "30000", - "weight": "0.2", - "equipment_slot": "9", - "grand_exchange_price": "166200", - "name": "Worn-out dragon gauntlets", - "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": "false", - "archery_ticket_price": "0", - "id": "13008" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "13011" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "13013" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "13015" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "13017" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "13019" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "13021" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "13023" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "13025" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "13027" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "13029" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "13031" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "13033" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "13035" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "13037" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "13039" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13040" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13041" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "13043" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "13045" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "13047" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13048" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13049" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13050" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "13052" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "13054" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13055" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "13057" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "13059" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13060" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "13062" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "13064" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "13066" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13067" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13068" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13069" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13070" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13071" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13072" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13074" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13075" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "13077" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13078" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13079" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13080" - }, - { - "ge_buy_limit": "100", - "turn90cw_anim": "821", - "examine": "A black crossbow.", - "walk_anim": "4226", - "low_alchemy": "320", - "turn90ccw_anim": "822", - "attack_speed": "6", - "turn180_anim": "4227", - "equipment_slot": "3", - "grand_exchange_price": "261", - "stand_anim": "4591", - "tradeable": "true", - "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", - "requirements": "{4,33}", - "durability": null, - "high_alchemy": "480", - "weight": "5", - "weapon_interface": "17", - "render_anim": "175", - "attack_audios": "2700,0,0,0", - "name": "Black crossbow" - }, - { - "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.", - "durability": null, - "low_alchemy": "5", - "high_alchemy": "8", - "equipment_slot": "13", - "grand_exchange_price": "55", - "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" - }, - { - "requirements": "{4,33}", - "ge_buy_limit": "100", - "examine": "Black crossbow bolts.", - "durability": null, - "low_alchemy": "5", - "high_alchemy": "8", - "equipment_slot": "13", - "grand_exchange_price": "141", - "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" - }, - { - "requirements": "{4,33}", - "ge_buy_limit": "100", - "examine": "Black crossbow bolts.", - "durability": null, - "low_alchemy": "5", - "high_alchemy": "8", - "equipment_slot": "13", - "grand_exchange_price": "233", - "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" - }, - { - "requirements": "{4,33}", - "ge_buy_limit": "100", - "examine": "Black crossbow bolts.", - "durability": null, - "low_alchemy": "5", - "high_alchemy": "8", - "equipment_slot": "13", - "grand_exchange_price": "1690", - "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" - }, - { - "requirements": "{0,8}", - "ge_buy_limit": "2", - "examine": "A sapphire-topped cane.", - "durability": null, - "low_alchemy": "172", - "high_alchemy": "258", - "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, - "low_alchemy": "576", - "high_alchemy": "864", - "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, - "low_alchemy": "5760", - "high_alchemy": "8640", - "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" - }, - { - "ge_buy_limit": "2", - "examine": "Comes with a free rabbit!", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "weight": "1", - "equipment_slot": "0", - "lendable": "true", - "grand_exchange_price": "160400", - "name": "Top hat", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13101" - }, - { - "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", - "low_alchemy": "100", - "high_alchemy": "150", - "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, - "low_alchemy": "400", - "high_alchemy": "600", - "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", - "ge_buy_limit": "2", - "examine": "Shear elegance.", - "durability": null, - "low_alchemy": "320", - "high_alchemy": "480", - "weight": "1", - "equipment_slot": "0", - "lendable": "true", - "grand_exchange_price": "296700", - "name": "Sheep mask", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13107" - }, - { - "ge_buy_limit": "2", - "grand_exchange_price": "296700", - "durability": null, - "name": "Sheep mask", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13108" - }, - { - "remove_head": "true", - "ge_buy_limit": "2", - "examine": "I can get the look right, but can I do the waddle too?", - "durability": null, - "low_alchemy": "320", - "high_alchemy": "480", - "weight": "1", - "equipment_slot": "0", - "lendable": "true", - "grand_exchange_price": "633600", - "name": "Penguin mask", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13109" - }, - { - "ge_buy_limit": "2", - "grand_exchange_price": "633600", - "durability": null, - "name": "Penguin mask", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13110" - }, - { - "remove_head": "true", - "ge_buy_limit": "2", - "examine": "The bats have left the belltower.", - "durability": null, - "low_alchemy": "320", - "high_alchemy": "480", - "weight": "1", - "equipment_slot": "0", - "lendable": "true", - "grand_exchange_price": "399000", - "name": "Bat mask", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13111" - }, - { - "ge_buy_limit": "2", - "grand_exchange_price": "399000", - "durability": null, - "name": "Bat mask", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13112" - }, - { - "remove_head": "true", - "ge_buy_limit": "2", - "examine": "It's the year of the cat!", - "durability": null, - "low_alchemy": "320", - "high_alchemy": "480", - "equipment_slot": "0", - "lendable": "true", - "grand_exchange_price": "1200000", - "name": "Cat mask", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13113" - }, - { - "ge_buy_limit": "2", - "grand_exchange_price": "1200000", - "durability": null, - "name": "Cat mask", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13114" - }, - { - "remove_head": "true", - "ge_buy_limit": "2", - "examine": "I'm hungry like the wolf.", - "durability": null, - "low_alchemy": "320", - "high_alchemy": "480", - "weight": "1", - "equipment_slot": "0", - "lendable": "true", - "grand_exchange_price": "1500000", - "name": "Wolf mask", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13115" - }, - { - "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": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", - "walk_anim": "9051", - "has_special": "true", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "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": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", - "walk_anim": "9051", - "has_special": "true", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "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", - "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": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", - "walk_anim": "9051", - "has_special": "true", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "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": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", - "walk_anim": "9051", - "has_special": "true", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "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": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", - "walk_anim": "9051", - "has_special": "true", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "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": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", - "walk_anim": "9051", - "has_special": "true", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "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": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", - "walk_anim": "9051", - "has_special": "true", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "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": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", - "walk_anim": "9051", - "has_special": "true", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "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": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", - "walk_anim": "9051", - "has_special": "true", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "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": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", - "walk_anim": "9051", - "has_special": "true", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "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": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", - "walk_anim": "9051", - "has_special": "true", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "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": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", - "walk_anim": "9051", - "has_special": "true", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "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": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", - "walk_anim": "9051", - "has_special": "true", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "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": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", - "walk_anim": "9051", - "has_special": "true", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "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": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", - "walk_anim": "9051", - "has_special": "true", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "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": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", - "walk_anim": "9051", - "has_special": "true", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "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": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", - "walk_anim": "9051", - "has_special": "true", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "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": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", - "walk_anim": "9051", - "has_special": "true", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "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": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", - "walk_anim": "9051", - "has_special": "true", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "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": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", - "walk_anim": "9051", - "has_special": "true", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "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": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", - "walk_anim": "9051", - "has_special": "true", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "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": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", - "walk_anim": "9051", - "has_special": "true", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "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": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", - "walk_anim": "9051", - "has_special": "true", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "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": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", - "walk_anim": "9051", - "has_special": "true", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "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": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", - "walk_anim": "9051", - "has_special": "true", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "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": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", - "walk_anim": "9051", - "has_special": "true", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "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": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", - "walk_anim": "9051", - "has_special": "true", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "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": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", - "walk_anim": "9051", - "has_special": "true", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "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": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", - "walk_anim": "9051", - "has_special": "true", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "weight": "1", - "archery_ticket_price": "0", - "id": "13153" - }, - { - "examine": "A chain made from mithril and silver.", - "durability": null, - "name": "Silvthril chain", - "low_alchemy": "1", - "high_alchemy": "1", - "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)", - "low_alchemy": "1", - "high_alchemy": "1", - "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)", - "low_alchemy": "1", - "high_alchemy": "1", - "weight": "1", - "archery_ticket_price": "0", - "id": "13156", - "equipment_slot": "3" - }, - { - "examine": "A Vyrewatch corpse. Just a husk, really.", - "durability": null, - "name": "Vyre corpse", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "2", - "tradeable": "false", - "high_alchemy": "3", - "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.", - "durability": null, - "low_alchemy": "172", - "high_alchemy": "258", - "weight": "0.5", - "attack_speed": "5", - "weapon_interface": "10", - "equipment_slot": "3", - "grand_exchange_price": "115390", - "name": "Black cane", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13163", - "bonuses": "0,-2,16,0,0,0,0,0,0,0,0,13,2,0,0" - }, - { - "examine": "A ruby-topped cane.", - "durability": null, - "low_alchemy": "576", - "high_alchemy": "864", - "weight": "0.5", - "weapon_interface": "10", - "equipment_slot": "3", - "grand_exchange_price": "18514", - "name": "Adamant cane", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13164", - "bonuses": "0,-2,25,0,0,0,0,0,0,0,0,23,3,0,0" - }, - { - "examine": "A diamond-topped cane.", - "durability": null, - "low_alchemy": "5760", - "high_alchemy": "8640", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "100", - "high_alchemy": "150", - "weight": "0.5", - "archery_ticket_price": "0", - "id": "13167", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "Spikier than normal.", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "weight": "10", - "equipment_slot": "0", - "grand_exchange_price": "39643", - "name": "Spiked helmet", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13168", - "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0" - }, - { - "remove_head": "true", - "examine": "Shear elegance.", - "durability": null, - "low_alchemy": "320", - "high_alchemy": "480", - "weight": "1", - "equipment_slot": "0", - "lendable": "true", - "grand_exchange_price": "313558", - "name": "Sheep mask", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13169" - }, - { - "remove_head": "true", - "examine": "I can get the look right, but can I do the waddle too?", - "durability": null, - "low_alchemy": "320", - "high_alchemy": "480", - "weight": "1", - "equipment_slot": "0", - "lendable": "true", - "grand_exchange_price": "609515", - "name": "Penguin mask", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13170" - }, - { - "remove_head": "true", - "examine": "The bats have left the belltower.", - "durability": null, - "low_alchemy": "320", - "high_alchemy": "480", - "weight": "1", - "equipment_slot": "0", - "lendable": "true", - "grand_exchange_price": "371616", - "name": "Bat mask", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13171" - }, - { - "remove_head": "true", - "lendable": "true", - "examine": "It's the year of the cat!", - "grand_exchange_price": "1066648", - "durability": null, - "name": "Cat mask", - "tradeable": "true", - "low_alchemy": "320", - "high_alchemy": "480", - "archery_ticket_price": "0", - "id": "13172", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "I'm hungry like the wolf.", - "durability": null, - "low_alchemy": "320", - "high_alchemy": "480", - "weight": "1", - "equipment_slot": "0", - "lendable": "true", - "grand_exchange_price": "1303443", - "name": "Wolf mask", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13173" - }, - { - "shop_price": "100", - "examine": "Not for slackers", - "durability": null, - "name": "Blue navy slacks", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "13174", - "equipment_slot": "7" - }, - { - "shop_price": "100", - "examine": "Not for slackers", - "durability": null, - "name": "Green navy slacks", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "13175", - "equipment_slot": "7" - }, - { - "shop_price": "100", - "examine": "Not for slackers", - "durability": null, - "name": "Red navy slacks", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "13176", - "equipment_slot": "7" - }, - { - "shop_price": "100", - "examine": "Not for slackers", - "durability": null, - "name": "Brown navy slacks", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "13177", - "equipment_slot": "7" - }, - { - "shop_price": "100", - "examine": "Not for slackers", - "durability": null, - "name": "Black navy slacks", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "13178", - "equipment_slot": "7" - }, - { - "shop_price": "100", - "examine": "Not for slackers", - "durability": null, - "name": "Purple navy slacks", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "13179", - "equipment_slot": "7" - }, - { - "shop_price": "100", - "examine": "Not for slackers", - "durability": null, - "name": "Grey navy slacks", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "40", - "tradeable": "false", - "high_alchemy": "60", - "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", - "low_alchemy": "40", - "tradeable": "false", - "high_alchemy": "60", - "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", - "low_alchemy": "40", - "tradeable": "false", - "high_alchemy": "60", - "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", - "low_alchemy": "40", - "tradeable": "false", - "high_alchemy": "60", - "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", - "low_alchemy": "40", - "tradeable": "false", - "high_alchemy": "60", - "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", - "low_alchemy": "40", - "tradeable": "false", - "high_alchemy": "60", - "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", - "low_alchemy": "40", - "tradeable": "false", - "high_alchemy": "60", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "5", - "high_alchemy": "8", - "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, - "low_alchemy": "260", - "high_alchemy": "390", - "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, - "low_alchemy": "160", - "high_alchemy": "240", - "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, - "low_alchemy": "20", - "high_alchemy": "30", - "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, - "low_alchemy": "20", - "high_alchemy": "30", - "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, - "low_alchemy": "20", - "high_alchemy": "30", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "13", - "destroy_message": "Drop", - "grand_exchange_price": "34", - "name": "Broad-tipped bolts", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13280", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,135" - }, - { - "shop_price": "150", - "examine": "An enchanted ring.", - "durability": null, - "low_alchemy": "60", - "high_alchemy": "90", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "12", - "destroy_message": "Drop", - "name": "Ring of slaying(8)", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13281", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "150", - "examine": "An enchanted ring.", - "durability": null, - "low_alchemy": "60", - "high_alchemy": "90", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "12", - "destroy_message": "Drop", - "name": "Ring of slaying(7)", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13282", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "150", - "examine": "An enchanted ring.", - "durability": null, - "low_alchemy": "60", - "high_alchemy": "90", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "12", - "destroy_message": "Drop", - "name": "Ring of slaying(6)", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13283", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "150", - "examine": "An enchanted ring.", - "durability": null, - "low_alchemy": "60", - "high_alchemy": "90", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "12", - "destroy_message": "Drop", - "name": "Ring of slaying(5)", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13284", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "150", - "examine": "An enchanted ring.", - "durability": null, - "low_alchemy": "60", - "high_alchemy": "90", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "12", - "destroy_message": "Drop", - "name": "Ring of slaying(4)", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13285", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "150", - "examine": "An enchanted ring.", - "durability": null, - "low_alchemy": "60", - "high_alchemy": "90", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "12", - "destroy_message": "Drop", - "name": "Ring of slaying(3)", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13286", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "150", - "examine": "An enchanted ring.", - "durability": null, - "low_alchemy": "60", - "high_alchemy": "90", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "12", - "destroy_message": "Drop", - "name": "Ring of slaying(2)", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13287", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "150", - "examine": "An enchanted ring.", - "durability": null, - "low_alchemy": "60", - "high_alchemy": "90", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "12", - "destroy_message": "Drop", - "name": "Ring of slaying(1)", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13288", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "turn90cw_anim": "1207", - "examine": "A razor-sharp sword.", - "walk_anim": "1205", - "low_alchemy": "27200", - "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", - "destroy_message": "Drop", - "grand_exchange_price": "43082", - "stand_anim": "813", - "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,55}-{18,50}", - "shop_price": "68000", - "durability": null, - "high_alchemy": "40800", - "destroy": "true", - "weapon_interface": "5", - "attack_audios": "2500,2500,2517,2500", - "name": "Leaf-bladed sword" - }, - { - "shop_price": "68000", - "examine": "A razor-sharp sword.", - "durability": null, - "low_alchemy": "27200", - "high_alchemy": "40800", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "43082", - "name": "Leaf-bladed sword", - "tradeable": "true", - "archery_ticket_price": "0", - "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.", - "examine": "", - "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.", - "examine": "", - "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.", - "examine": "", - "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" - }, - { - "examine": "", - "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" - }, - { - "examine": "", - "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, - "low_alchemy": "20", - "high_alchemy": "30", - "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": "false", - "archery_ticket_price": "0", - "id": "13337", - "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, - "low_alchemy": "20", - "high_alchemy": "30", - "destroy": "true", - "attack_speed": "4", - "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": "false", - "archery_ticket_price": "0", - "id": "13338" - }, - { - "remove_head": "true", - "shop_price": "100", - "examine": "A (colour) bandana and a patch for the right eye.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Bandana and eyepatch", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13339", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "remove_head": "true", - "shop_price": "100", - "examine": "A (colour) bandana and a patch for both eyes.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Bandana and eyepatches", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13340", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "remove_head": "true", - "shop_price": "100", - "examine": "A (colour) bandana and a patch for the right eye.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Bandana and eyepatch", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13341", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "remove_head": "true", - "shop_price": "100", - "examine": "A (colour) bandana and a patch for both eyes.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Bandana and eyepatches", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13342", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "remove_head": "true", - "shop_price": "100", - "examine": "A (colour) bandana and a patch for the right eye.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Bandana and eyepatch", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13343", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "remove_head": "true", - "shop_price": "100", - "examine": "A (colour) bandana and a patch for both eyes.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Bandana and eyepatches", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13344", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "remove_head": "true", - "shop_price": "100", - "examine": "A (colour) bandana and a patch for the right eye.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Bandana and eyepatch", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13345", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "remove_head": "true", - "shop_price": "100", - "examine": "A (colour) bandana and a patch for both eyes.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Bandana and eyepatches", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13346", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "remove_head": "true", - "shop_price": "100", - "examine": "A (colour) bandana and a patch for the right eye.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Bandana and eyepatch", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13347", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "remove_head": "true", - "shop_price": "100", - "examine": "A (colour) bandana and a patch for both eyes.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Bandana and eyepatches", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13348", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "remove_head": "true", - "shop_price": "100", - "examine": "A (colour) bandana and a patch for the right eye.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Bandana and eyepatch", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13349", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "remove_head": "true", - "shop_price": "100", - "examine": "A (colour) bandana and a patch for both eyes.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Bandana and eyepatches", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13350", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "remove_head": "true", - "shop_price": "100", - "examine": "A (colour) bandana and a patch for the right eye.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Bandana and eyepatch", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13351", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "remove_head": "true", - "shop_price": "100", - "examine": "A (colour) bandana and a patch for both eyes.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Bandana and eyepatches", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13352", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "100", - "examine": "It's dark, and I'm wearing two patches. Hit it!", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Double eyepatches", - "tradeable": "false", - "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, - "low_alchemy": "40", - "high_alchemy": "60", - "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, - "low_alchemy": "40", - "high_alchemy": "60", - "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" - }, - { - "shop_price": "100", - "examine": "A patch for the left eye.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "23485", - "name": "Left eyepatch", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13356" - }, - { - "remove_head": "true", - "shop_price": "100", - "examine": "A hat and a patch.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "examine": "", - "durability": null, - "low_alchemy": "120", - "high_alchemy": "180", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "4", - "destroy_message": "Drop", - "remove_sleeves": "true", - "name": "Stripy pirate shirt", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13358", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "destroy_message": "Drop", - "shop_price": "300", - "examine": "", - "durability": null, - "name": "Stripy pirate shirt", - "tradeable": "false", - "low_alchemy": "120", - "high_alchemy": "180", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "13359" - }, - { - "shop_price": "300", - "examine": "", - "durability": null, - "low_alchemy": "120", - "high_alchemy": "180", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "4", - "destroy_message": "Drop", - "remove_sleeves": "true", - "name": "Stripy pirate shirt", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13360", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "destroy_message": "Drop", - "shop_price": "300", - "examine": "", - "durability": null, - "name": "Stripy pirate shirt", - "tradeable": "false", - "low_alchemy": "120", - "high_alchemy": "180", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "13361" - }, - { - "shop_price": "300", - "examine": "", - "durability": null, - "low_alchemy": "120", - "high_alchemy": "180", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "4", - "destroy_message": "Drop", - "remove_sleeves": "true", - "name": "Stripy pirate shirt", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13362", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "destroy_message": "Drop", - "shop_price": "300", - "examine": "", - "durability": null, - "name": "Stripy pirate shirt", - "tradeable": "false", - "low_alchemy": "120", - "high_alchemy": "180", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "13363" - }, - { - "shop_price": "350", - "examine": "", - "durability": null, - "low_alchemy": "140", - "high_alchemy": "210", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "7", - "destroy_message": "Drop", - "grand_exchange_price": "1", - "name": "Pirate leggings", - "tradeable": "false", - "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", - "examine": "", - "durability": null, - "low_alchemy": "140", - "high_alchemy": "210", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "1", - "name": "Pirate leggings", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13365" - }, - { - "shop_price": "350", - "examine": "", - "durability": null, - "low_alchemy": "140", - "high_alchemy": "210", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "7", - "destroy_message": "Drop", - "grand_exchange_price": "1", - "name": "Pirate leggings", - "tradeable": "false", - "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", - "examine": "", - "durability": null, - "low_alchemy": "140", - "high_alchemy": "210", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "1", - "name": "Pirate leggings", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13367" - }, - { - "shop_price": "350", - "examine": "", - "durability": null, - "low_alchemy": "140", - "high_alchemy": "210", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "7", - "destroy_message": "Drop", - "grand_exchange_price": "1", - "name": "Pirate leggings", - "tradeable": "false", - "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", - "examine": "", - "durability": null, - "low_alchemy": "140", - "high_alchemy": "210", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "1", - "name": "Pirate leggings", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13369" - }, - { - "remove_head": "true", - "shop_price": "100", - "examine": "Essential pirate wear.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Bandana", - "tradeable": "false", - "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", - "examine": "Essential pirate wear.", - "durability": null, - "name": "Bandana", - "tradeable": "false", - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "13371" - }, - { - "remove_head": "true", - "shop_price": "100", - "examine": "Essential pirate wear.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Bandana", - "tradeable": "false", - "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", - "examine": "Essential pirate wear.", - "durability": null, - "name": "Bandana", - "tradeable": "false", - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "13373" - }, - { - "remove_head": "true", - "shop_price": "100", - "examine": "Essential pirate wear.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Bandana", - "tradeable": "false", - "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", - "examine": "Essential pirate wear.", - "durability": null, - "name": "Bandana", - "tradeable": "false", - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "13375" - }, - { - "remove_head": "true", - "shop_price": "100", - "examine": "A (colour) bandana and a patch for the right eye.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Bandana and eyepatch", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13376", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "remove_head": "true", - "shop_price": "100", - "examine": "A (colour) bandana and a patch for the right eye.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Bandana and eyepatch", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13377", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "remove_head": "true", - "shop_price": "100", - "examine": "A (colour) bandana and a patch for the right eye.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Bandana and eyepatch", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13378", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,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" - }, - { - "examine": "Wall beast fingers in a white fern sauce.", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "name": "Fingers", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13386", - "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" - }, - { - "shop_price": "300", - "examine": "A replica tinderbox made of solid gold.", - "durability": null, - "low_alchemy": "120", - "high_alchemy": "180", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "name": "Golden tinderbox", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13403", - "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, - "low_alchemy": "48000", - "high_alchemy": "72000", - "destroy": "true", - "attack_speed": "9", - "two_handed": "true", - "weapon_interface": "16", - "absorb": "0,0,0", - "render_anim": "303", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "86850", - "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" - }, - { - "examine": "", - "durability": null, - "low_alchemy": "40000", - "high_alchemy": "60000", - "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" - }, - { - "examine": "This helmet is worn by archers.", - "durability": null, - "low_alchemy": "31200", - "high_alchemy": "46800", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,3,1", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "46334", - "name": "Archer helm", - "archery_ticket_price": "0", - "id": "13407", - "bonuses": "-5,-5,-5,-5,6,6,8,10,6,6,0,0,0,0,0" - }, - { - "examine": "This helmet is worn by berserkers.", - "durability": null, - "low_alchemy": "31200", - "high_alchemy": "46800", - "destroy": "true", - "attack_speed": "4", - "absorb": "1,0,3", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "45978", - "name": "Berserker helm", - "archery_ticket_price": "0", - "id": "13408", - "bonuses": "0,0,0,-5,-5,31,29,33,0,30,7,3,0,0,0" - }, - { - "examine": "This helm is worn by warriors.", - "durability": null, - "low_alchemy": "31200", - "high_alchemy": "46800", - "destroy": "true", - "attack_speed": "4", - "absorb": "1,0,3", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "45664", - "name": "Warrior helm", - "archery_ticket_price": "0", - "id": "13409", - "bonuses": "0,5,0,-5,-5,31,33,29,0,30,7,0,0,0,0" - }, - { - "examine": "This helm is worn by farseers.", - "durability": null, - "low_alchemy": "31200", - "high_alchemy": "46800", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,1,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "45989", - "name": "Farseer helm", - "archery_ticket_price": "0", - "id": "13410", - "bonuses": "-5,-5,-5,6,-5,8,10,12,6,0,7,0,0,0,0" - }, - { - "examine": "Protective headwear made from crabs. Better than it sounds.", - "durability": null, - "low_alchemy": "14080", - "high_alchemy": "21120", - "destroy": "true", - "attack_speed": "4", - "absorb": "1,0,3", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "20378", - "name": "Rock-shell helm", - "archery_ticket_price": "0", - "id": "13411", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,6,0,0,0,0" - }, - { - "examine": "A sturdy body armour made from rock crab pieces.", - "durability": null, - "low_alchemy": "26000", - "high_alchemy": "39000", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,0,6", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "41788", - "name": "Rock-shell plate", - "archery_ticket_price": "0", - "id": "13412", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,30,0,0,0,0" - }, - { - "examine": "Some tough leggings made from rock crab parts.", - "durability": null, - "low_alchemy": "25600", - "high_alchemy": "38400", - "destroy": "true", - "attack_speed": "4", - "absorb": "2,0,4", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "37139", - "name": "Rock-shell legs", - "archery_ticket_price": "0", - "id": "13413", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,10,0,0,0,0" - }, - { - "examine": "A helm fit for any Fremennik ranger.", - "durability": null, - "low_alchemy": "24000", - "high_alchemy": "36000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,3,1", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "37724", - "name": "Spined helm", - "archery_ticket_price": "0", - "id": "13414", - "bonuses": "0,-6,-6,-6,6,6,6,6,6,0,6,0,0,0,0" - }, - { - "examine": "A constant reminder that I'm above a Dagannoth in the food chain.", - "durability": null, - "low_alchemy": "3000", - "high_alchemy": "4500", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,6,3", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "5773", - "name": "Spined body", - "archery_ticket_price": "0", - "id": "13415", - "bonuses": "0,0,0,-15,15,40,32,45,20,40,30,0,0,0,0" - }, - { - "examine": "Stylish leg armour for rangers with a lingering smell of raw fish...", - "durability": null, - "low_alchemy": "1560", - "high_alchemy": "2340", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,4,2", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "2696", - "name": "Spined chaps", - "archery_ticket_price": "0", - "id": "13416", - "bonuses": "0,0,0,-10,8,22,16,24,8,22,10,0,0,0,0" - }, - { - "examine": "Make your foes cower by wearing a skull as a helmet!", - "durability": null, - "low_alchemy": "4000", - "high_alchemy": "6000", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,1,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "39060", - "name": "Skeletal helm", - "archery_ticket_price": "0", - "id": "13417", - "bonuses": "0,0,0,2,-2,10,9,11,3,0,6,0,0,0,0" - }, - { - "examine": "The bones in this armour seems to vibrate with a magic quality...", - "durability": null, - "low_alchemy": "18000", - "high_alchemy": "27000", - "destroy": "true", - "attack_speed": "4", - "absorb": "6,3,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "26289", - "name": "Skeletal top", - "archery_ticket_price": "0", - "id": "13418", - "bonuses": "0,0,0,8,-10,35,25,42,15,0,30,0,0,0,0" - }, - { - "examine": "A superior set of strengthened slacks for any self respecting seer.", - "durability": null, - "low_alchemy": "16000", - "high_alchemy": "24000", - "destroy": "true", - "attack_speed": "4", - "absorb": "4,2,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "24591", - "name": "Skeletal bottoms", - "archery_ticket_price": "0", - "id": "13419", - "bonuses": "0,0,0,6,-7,22,20,24,10,0,10,0,0,0,0" - }, - { - "examine": "Some finely crafted Fremennik boots, made from spined dagannoth hide.", - "durability": null, - "low_alchemy": "260", - "high_alchemy": "390", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "158181", - "name": "Spined boots", - "archery_ticket_price": "0", - "id": "13420", - "bonuses": "0,0,0,0,0,1,1,0,0,0,1,0,0,0,0" - }, - { - "examine": "Some Fremennik boots, made from the shards of a rock crab's shell.", - "durability": null, - "low_alchemy": "260", - "high_alchemy": "390", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "1358", - "name": "Rock-shell boots", - "archery_ticket_price": "0", - "id": "13421", - "bonuses": "0,0,0,0,0,0,1,1,0,0,1,0,0,0,0" - }, - { - "examine": "Some finely crafted Fremennik boots, made from the bones of a Wallasalki.", - "durability": null, - "low_alchemy": "260", - "high_alchemy": "390", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "7788", - "name": "Skeletal boots", - "archery_ticket_price": "0", - "id": "13422", - "bonuses": "0,0,0,0,0,0,1,1,0,0,1,0,0,0,0" - }, - { - "examine": "Fremennik gloves stitched together from spined dagannoth hide.", - "durability": null, - "low_alchemy": "260", - "high_alchemy": "390", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "3027", - "name": "Spined gloves", - "archery_ticket_price": "0", - "id": "13423", - "bonuses": "0,0,0,0,0,1,2,0,0,0,0,0,0,0,0" - }, - { - "examine": "Fremennik gloves stitched together from rock crab shell shards.", - "durability": null, - "low_alchemy": "260", - "high_alchemy": "390", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "12839", - "name": "Rock-shell gloves", - "archery_ticket_price": "0", - "id": "13424", - "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0" - }, - { - "examine": "Fremennik gloves stitched together from wallasalki bones fragments.", - "durability": null, - "low_alchemy": "260", - "high_alchemy": "390", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "25838", - "name": "Skeletal gloves", - "archery_ticket_price": "0", - "id": "13425", - "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0" - }, - { - "examine": "A mysterious ring that can fill the wearer with magical power...", - "durability": null, - "low_alchemy": "4000", - "high_alchemy": "6000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "799703", - "name": "Seers ring", - "archery_ticket_price": "0", - "id": "13426", - "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0" - }, - { - "examine": "A fabled ring that improves the wearer's skill with a bow...", - "durability": null, - "low_alchemy": "4000", - "high_alchemy": "6000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "483521", - "name": "Archers ring", - "archery_ticket_price": "0", - "id": "13427", - "bonuses": "0,0,0,0,4,0,0,0,0,4,0,0,0,0,0" - }, - { - "examine": "A legendary ring once worn by Fremennik warriors.", - "durability": null, - "low_alchemy": "4000", - "high_alchemy": "6000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "361302", - "name": "Warrior ring", - "archery_ticket_price": "0", - "id": "13428", - "bonuses": "0,4,0,0,0,0,4,0,0,0,0,0,0,0,0" - }, - { - "examine": "A ring reputed to bring out a berserk fury in its wearer.", - "durability": null, - "low_alchemy": "4000", - "high_alchemy": "6000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "963418", - "name": "Berserker ring", - "archery_ticket_price": "0", - "id": "13429", - "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, - "low_alchemy": "88000", - "high_alchemy": "132000", - "destroy": "true", - "attack_speed": "7", - "two_handed": "true", - "weapon_interface": "7", - "absorb": "0,0,0", - "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, - "low_alchemy": "8", - "high_alchemy": "12", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "25", - "name": "Crayfish cage", - "archery_ticket_price": "0", - "id": "13431", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "20", - "examine": "Useful for catching crayfish.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "25", - "name": "Crayfish cage", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13432" - }, - { - "shop_price": "5", - "examine": "Some cooked crayfish. Eat it to heal.", - "durability": null, - "low_alchemy": "2", - "high_alchemy": "3", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "32", - "name": "Crayfish", - "archery_ticket_price": "0", - "id": "13433", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "5", - "examine": "Some cooked crayfish. Eat it to heal.", - "durability": null, - "low_alchemy": "2", - "high_alchemy": "3", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "32", - "name": "Crayfish", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13434" - }, - { - "shop_price": "5", - "examine": "I should try cooking this. Used in Cooking (1).", - "durability": null, - "low_alchemy": "2", - "high_alchemy": "3", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "41", - "name": "Raw crayfish", - "archery_ticket_price": "0", - "id": "13435", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "5", - "examine": "I should try cooking this. Used in Cooking (1).", - "durability": null, - "low_alchemy": "2", - "high_alchemy": "3", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "41", - "name": "Raw crayfish", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13436" - }, - { - "shop_price": "1", - "durability": null, - "name": "Burnt crayfish", - "archery_ticket_price": "0", - "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", - "durability": null, - "name": "Burnt crayfish", - "tradeable": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "13438" - }, - { - "destroy_message": "", - "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" - }, - { - "destroy_message": "", - "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" - }, - { - "examine": "A very powerful onyx amulet.", - "durability": null, - "low_alchemy": "80800", - "high_alchemy": "121200", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "2285210", - "name": "Amulet of fury", - "archery_ticket_price": "0", - "id": "13442", - "bonuses": "10,10,10,10,10,15,15,15,15,15,15,8,0,5,0" - }, - { - "examine": "A cape woven of obsidian plates.", - "durability": null, - "low_alchemy": "24000", - "high_alchemy": "36000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "56575", - "name": "Obsidian cape", - "archery_ticket_price": "0", - "id": "13443", - "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, - "low_alchemy": "48000", - "high_alchemy": "72000", - "destroy": "true", - "attack_speed": "4", - "weapon_interface": "11", - "absorb": "0,0,0", - "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, - "low_alchemy": "20000", - "high_alchemy": "30000", - "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" - }, - { - "destroy_message": "", - "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" - }, - { - "destroy_message": "", - "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" - }, - { - "destroy_message": "", - "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" - }, - { - "examine": "Protects your head and looks impressive too.", - "durability": null, - "low_alchemy": "60000", - "high_alchemy": "90000", - "destroy": "true", - "attack_speed": "4", - "absorb": "2,0,4", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "5756658", - "name": "Dragon full helm", - "archery_ticket_price": "0", - "id": "13449", - "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, - "low_alchemy": "500000", - "high_alchemy": "750000", - "destroy": "true", - "attack_speed": "6", - "two_handed": "true", - "weapon_interface": "7", - "absorb": "0,0,0", - "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, - "low_alchemy": "500000", - "high_alchemy": "750000", - "destroy": "true", - "attack_speed": "6", - "two_handed": "true", - "weapon_interface": "7", - "absorb": "0,0,0", - "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, - "low_alchemy": "500000", - "high_alchemy": "750000", - "destroy": "true", - "attack_speed": "6", - "two_handed": "true", - "weapon_interface": "7", - "absorb": "0,0,0", - "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, - "low_alchemy": "500000", - "high_alchemy": "750000", - "destroy": "true", - "attack_speed": "6", - "two_handed": "true", - "weapon_interface": "7", - "absorb": "0,0,0", - "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, - "low_alchemy": "40000", - "high_alchemy": "60000", - "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, - "low_alchemy": "8000", - "high_alchemy": "12000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,5,2", - "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, - "low_alchemy": "24000", - "high_alchemy": "36000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,10,5", - "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, - "low_alchemy": "20000", - "high_alchemy": "30000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,7,3", - "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" - }, - { - "examine": "A sturdy chestplate.", - "durability": null, - "low_alchemy": "106000", - "high_alchemy": "159000", - "destroy": "true", - "attack_speed": "4", - "absorb": "4,0,9", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "6460055", - "name": "Bandos chestplate", - "archery_ticket_price": "0", - "id": "13458", - "bonuses": "0,0,0,-15,-10,98,93,105,-6,133,52,4,0,1,0" - }, - { - "examine": "A sturdy pair of tassets.", - "durability": null, - "low_alchemy": "109000", - "high_alchemy": "163500", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,0,6", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "4228256", - "name": "Bandos tassets", - "archery_ticket_price": "0", - "id": "13459", - "bonuses": "0,0,0,-21,-7,71,63,66,-4,93,25,2,0,1,0" - }, - { - "examine": "Some sturdy boots.", - "durability": null, - "low_alchemy": "10000", - "high_alchemy": "15000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "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, - "low_alchemy": "52000", - "high_alchemy": "78000", - "destroy": "true", - "attack_speed": "4", - "two_handed": "true", - "weapon_interface": "7", - "absorb": "0,0,0", - "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, - "low_alchemy": "8000", - "high_alchemy": "12000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "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" - }, - { - "destroy_message": "", - "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 of these from Doric.", - "examine": "Doric's instructions for the task he gave you.", - "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, - "low_alchemy": "12000", - "high_alchemy": "18000", - "destroy": "true", - "attack_speed": "4", - "weapon_interface": "5", - "absorb": "0,0,0", - "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", - "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", - "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", - "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 hatchet.", - "durability": null, - "low_alchemy": "5120", - "high_alchemy": "7680", - "destroy": "true", - "attack_speed": "5", - "weapon_interface": "2", - "absorb": "0,0,0", - "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 hatchet.", - "has_special": "true", - "durability": null, - "low_alchemy": "22000", - "high_alchemy": "33000", - "destroy": "true", - "attack_speed": "5", - "weapon_interface": "2", - "absorb": "0,0,0", - "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, - "low_alchemy": "16640", - "high_alchemy": "24960", - "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, - "low_alchemy": "80000", - "high_alchemy": "120000", - "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,395,395", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "123019", - "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, - "low_alchemy": "16600", - "high_alchemy": "24900", - "destroy": "true", - "attack_speed": "6", - "weapon_interface": "10", - "absorb": "0,0,0", - "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, - "low_alchemy": "12800", - "high_alchemy": "19200", - "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, - "low_alchemy": "40000", - "high_alchemy": "60000", - "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, - "low_alchemy": "10240", - "high_alchemy": "15360", - "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, - "low_alchemy": "40000", - "high_alchemy": "60000", - "destroy": "true", - "attack_speed": "4", - "weapon_interface": "6", - "absorb": "0,0,0", - "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, - "low_alchemy": "130000", - "high_alchemy": "195000", - "destroy": "true", - "attack_speed": "7", - "two_handed": "true", - "weapon_interface": "15", - "absorb": "0,0,0", - "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, - "low_alchemy": "20000", - "high_alchemy": "30000", - "destroy": "true", - "weight": "1.8", - "attack_speed": "5", - "weapon_interface": "8", - "absorb": "0,0,0", - "defence_anim": "397", - "attack_anims": "390,390,381,390", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "28817", - "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, - "low_alchemy": "12800", - "high_alchemy": "19200", - "destroy": "true", - "attack_speed": "5", - "weapon_interface": "4", - "absorb": "0,0,0", - "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" - }, - { - "examine": "A series of connected metal rings.", - "durability": null, - "low_alchemy": "100000", - "high_alchemy": "150000", - "destroy": "true", - "attack_speed": "4", - "absorb": "4,0,9", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "2280904", - "name": "Dragon chainbody", - "archery_ticket_price": "0", - "id": "13481", - "bonuses": "0,0,0,-15,0,81,93,98,-3,82,50,0,0,0,0" - }, - { - "examine": "Provides excellent protection.", - "durability": null, - "low_alchemy": "26000", - "high_alchemy": "39000", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,0,6", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "38062", - "name": "Rune platebody", - "archery_ticket_price": "0", - "id": "13482", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" - }, - { - "examine": "Made from 100% real dragonhide.", - "durability": null, - "low_alchemy": "3120", - "high_alchemy": "4680", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,6,3", - "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, - "low_alchemy": "3744", - "high_alchemy": "5616", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,6,3", - "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, - "low_alchemy": "4492", - "high_alchemy": "6738", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,6,3", - "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, - "low_alchemy": "5392", - "high_alchemy": "8088", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,6,3", - "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" - }, - { - "examine": "These look pretty heavy.", - "durability": null, - "low_alchemy": "25600", - "high_alchemy": "38400", - "destroy": "true", - "attack_speed": "4", - "absorb": "2,0,4", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "37355", - "name": "Rune platelegs", - "archery_ticket_price": "0", - "id": "13487", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" - }, - { - "examine": "Looks pretty heavy.", - "durability": null, - "low_alchemy": "108000", - "high_alchemy": "162000", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,0,6", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "160755", - "name": "Dragon platelegs", - "archery_ticket_price": "0", - "id": "13488", - "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0" - }, - { - "examine": "Designer leg protection.", - "durability": null, - "low_alchemy": "25600", - "high_alchemy": "38400", - "destroy": "true", - "attack_speed": "4", - "absorb": "2,0,4", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "37248", - "name": "Rune plateskirt", - "archery_ticket_price": "0", - "id": "13489", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" - }, - { - "examine": "This looks pretty heavy.", - "durability": null, - "low_alchemy": "108000", - "high_alchemy": "162000", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,0,6", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "161006", - "name": "Dragon plateskirt", - "archery_ticket_price": "0", - "id": "13490", - "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0" - }, - { - "examine": "100% real dragonhide.", - "durability": null, - "low_alchemy": "1560", - "high_alchemy": "2340", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,4,2", - "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, - "low_alchemy": "1728", - "high_alchemy": "2592", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,5,2", - "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, - "low_alchemy": "2072", - "high_alchemy": "3108", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,6,3", - "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, - "low_alchemy": "2488", - "high_alchemy": "3732", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,7,3", - "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, - "low_alchemy": "40000", - "high_alchemy": "60000", - "destroy": "true", - "attack_speed": "4", - "absorb": "2,0,4", - "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" - }, - { - "examine": "A full face helmet.", - "durability": null, - "low_alchemy": "14080", - "high_alchemy": "21120", - "destroy": "true", - "attack_speed": "4", - "absorb": "1,0,3", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "20388", - "name": "Rune full helm", - "archery_ticket_price": "0", - "id": "13496", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" - }, - { - "examine": "Made from 100% real dragonhide.", - "durability": null, - "low_alchemy": "1000", - "high_alchemy": "1500", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "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, - "low_alchemy": "1200", - "high_alchemy": "1800", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "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, - "low_alchemy": "1440", - "high_alchemy": "2160", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "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, - "low_alchemy": "1728", - "high_alchemy": "2592", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "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" - }, - { - "examine": "A wooden helmet.", - "durability": null, - "low_alchemy": "4000", - "high_alchemy": "6000", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,1,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "5210", - "name": "Splitbark helm", - "archery_ticket_price": "0", - "id": "13501", - "bonuses": "0,0,0,3,-2,10,9,11,3,0,7,0,0,0,0" - }, - { - "examine": "Provides good protection.", - "durability": null, - "low_alchemy": "18000", - "high_alchemy": "27000", - "destroy": "true", - "attack_speed": "4", - "absorb": "6,3,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "27106", - "name": "Splitbark body", - "archery_ticket_price": "0", - "id": "13502", - "bonuses": "0,0,0,10,-10,36,26,42,15,0,40,0,0,0,0" - }, - { - "examine": "These should protect my legs.", - "durability": null, - "low_alchemy": "16000", - "high_alchemy": "24000", - "destroy": "true", - "attack_speed": "4", - "absorb": "4,2,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "56050", - "name": "Splitbark legs", - "archery_ticket_price": "0", - "id": "13503", - "bonuses": "0,0,0,7,-7,22,20,25,10,0,15,0,0,0,0" - }, - { - "examine": "These should keep my hands safe.", - "durability": null, - "low_alchemy": "2000", - "high_alchemy": "3000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "2442", - "name": "Splitbark gauntlets", - "archery_ticket_price": "0", - "id": "13504", - "bonuses": "0,0,0,2,-1,3,2,4,2,0,3,0,0,0,0" - }, - { - "examine": "Wooden foot protection.", - "durability": null, - "low_alchemy": "2000", - "high_alchemy": "3000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "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, - "low_alchemy": "200000", - "high_alchemy": "300000", - "destroy": "true", - "attack_speed": "4", - "absorb": "5,0,11", - "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, - "low_alchemy": "21760", - "high_alchemy": "32640", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,0,7", - "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" - }, - { - "examine": "Blue: A magical hat. ", - "durability": null, - "low_alchemy": "6000", - "high_alchemy": "9000", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,1,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "1", - "name": "Mystic hat", - "archery_ticket_price": "0", - "id": "13508", - "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0" - }, - { - "examine": "The upper half of a magical robe.", - "durability": null, - "low_alchemy": "48000", - "high_alchemy": "72000", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,1,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "1", - "name": "Mystic robe top", - "archery_ticket_price": "0", - "id": "13509", - "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0" - }, - { - "examine": "The lower half of a magical robe.", - "durability": null, - "low_alchemy": "32000", - "high_alchemy": "48000", - "destroy": "true", - "attack_speed": "4", - "absorb": "4,2,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "1", - "name": "Mystic robe bottom", - "archery_ticket_price": "0", - "id": "13510", - "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0" - }, - { - "examine": "Bright/Dark magical gloves.", - "durability": null, - "low_alchemy": "4000", - "high_alchemy": "6000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "1", - "name": "Mystic gloves", - "archery_ticket_price": "0", - "id": "13511", - "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0" - }, - { - "examine": "Magical boots.", - "durability": null, - "low_alchemy": "4000", - "high_alchemy": "6000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "1", - "name": "Mystic boots", - "archery_ticket_price": "0", - "id": "13512", - "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0" - }, - { - "examine": "Blue: A magical hat. ", - "durability": null, - "low_alchemy": "6000", - "high_alchemy": "9000", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,1,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "1", - "name": "Mystic hat", - "archery_ticket_price": "0", - "id": "13513", - "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0" - }, - { - "examine": "The upper half of a magical robe.", - "durability": null, - "low_alchemy": "48000", - "high_alchemy": "72000", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,1,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "1", - "name": "Mystic robe top", - "archery_ticket_price": "0", - "id": "13514", - "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0" - }, - { - "examine": "The lower half of a magical robe.", - "durability": null, - "low_alchemy": "32000", - "high_alchemy": "48000", - "destroy": "true", - "attack_speed": "4", - "absorb": "4,2,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "1", - "name": "Mystic robe bottom", - "archery_ticket_price": "0", - "id": "13515", - "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0" - }, - { - "examine": "Bright/Dark magical gloves.", - "durability": null, - "low_alchemy": "4000", - "high_alchemy": "6000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "1", - "name": "Mystic gloves", - "archery_ticket_price": "0", - "id": "13516", - "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0" - }, - { - "examine": "Magical boots.", - "durability": null, - "low_alchemy": "4000", - "high_alchemy": "6000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "1", - "name": "Mystic boots", - "archery_ticket_price": "0", - "id": "13517", - "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0" - }, - { - "examine": "Blue: A magical hat. ", - "durability": null, - "low_alchemy": "6000", - "high_alchemy": "9000", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,1,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "1", - "name": "Mystic hat", - "archery_ticket_price": "0", - "id": "13518", - "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0" - }, - { - "examine": "The upper half of a magical robe.", - "durability": null, - "low_alchemy": "48000", - "high_alchemy": "72000", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,1,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "1", - "name": "Mystic robe top", - "archery_ticket_price": "0", - "id": "13519", - "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0" - }, - { - "examine": "The lower half of a magical robe.", - "durability": null, - "low_alchemy": "32000", - "high_alchemy": "48000", - "destroy": "true", - "attack_speed": "4", - "absorb": "4,2,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "1", - "name": "Mystic robe bottom", - "archery_ticket_price": "0", - "id": "13520", - "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0" - }, - { - "examine": "Bright/Dark magical gloves.", - "durability": null, - "low_alchemy": "4000", - "high_alchemy": "6000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "1", - "name": "Mystic gloves", - "archery_ticket_price": "0", - "id": "13521", - "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0" - }, - { - "examine": "Magical boots.", - "durability": null, - "low_alchemy": "4000", - "high_alchemy": "6000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "1", - "name": "Mystic boots", - "archery_ticket_price": "0", - "id": "13522", - "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, - "low_alchemy": "256", - "high_alchemy": "384", - "destroy": "true", - "attack_speed": "6", - "two_handed": "true", - "weapon_interface": "16", - "absorb": "0,0,0", - "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, - "low_alchemy": "160", - "high_alchemy": "240", - "destroy": "true", - "attack_speed": "4", - "two_handed": "true", - "weapon_interface": "16", - "absorb": "0,0,0", - "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, - "low_alchemy": "512", - "high_alchemy": "768", - "destroy": "true", - "attack_speed": "6", - "two_handed": "true", - "weapon_interface": "16", - "absorb": "0,0,0", - "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, - "low_alchemy": "320", - "high_alchemy": "480", - "destroy": "true", - "attack_speed": "4", - "two_handed": "true", - "weapon_interface": "16", - "absorb": "0,0,0", - "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, - "low_alchemy": "1024", - "high_alchemy": "1536", - "destroy": "true", - "attack_speed": "6", - "two_handed": "true", - "weapon_interface": "16", - "absorb": "0,0,0", - "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, - "low_alchemy": "640", - "high_alchemy": "960", - "destroy": "true", - "attack_speed": "4", - "two_handed": "true", - "weapon_interface": "16", - "absorb": "0,0,0", - "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, - "low_alchemy": "3200", - "high_alchemy": "4800", - "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, - "low_alchemy": "6480", - "high_alchemy": "9720", - "destroy": "true", - "attack_speed": "6", - "weapon_interface": "17", - "absorb": "0,0,0", - "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" - }, - { - "examine": "It's a Santa hat.", - "durability": null, - "low_alchemy": "64", - "high_alchemy": "96", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "130433327", - "name": "Santa hat", - "archery_ticket_price": "0", - "id": "13537", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "examine": "Aaaarrrghhh ... I'm a monster.", - "durability": null, - "low_alchemy": "6", - "high_alchemy": "9", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "104671288", - "name": "Green h'ween mask", - "archery_ticket_price": "0", - "id": "13538", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "examine": "Aaaarrrghhh ... I'm a monster.", - "durability": null, - "low_alchemy": "6", - "high_alchemy": "9", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "127720943", - "name": "Blue h'ween mask", - "archery_ticket_price": "0", - "id": "13539", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "examine": "Aaaarrrghhh ... I'm a monster.", - "durability": null, - "low_alchemy": "6", - "high_alchemy": "9", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "171640098", - "name": "Red h'ween mask", - "archery_ticket_price": "0", - "id": "13540", - "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, - "low_alchemy": "120", - "high_alchemy": "180", - "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, - "low_alchemy": "720", - "high_alchemy": "1080", - "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, - "low_alchemy": "1000", - "high_alchemy": "1500", - "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" - }, - { - "examine": "Ancient range protection crafted from white dragonhide.", - "durability": null, - "low_alchemy": "18000", - "high_alchemy": "27000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,6,3", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "74503559", - "name": "3rd age range top", - "archery_ticket_price": "0", - "id": "13544", - "bonuses": "0,0,0,-15,30,55,47,60,60,55,52,0,0,0,0" - }, - { - "examine": "Fabulously ancient range protection crafted from white dragonhide.", - "durability": null, - "low_alchemy": "16000", - "high_alchemy": "24000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,4,2", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "47837515", - "name": "3rd age range legs", - "archery_ticket_price": "0", - "id": "13545", - "bonuses": "0,0,0,-10,17,31,25,33,30,31,25,0,0,0,0" - }, - { - "examine": "Ancient range protection crafted from white dragonhide.", - "durability": null, - "low_alchemy": "4000", - "high_alchemy": "6000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,3,1", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "9746895", - "name": "3rd age range coif", - "archery_ticket_price": "0", - "id": "13546", - "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, - "low_alchemy": "86000", - "high_alchemy": "129000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "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" - }, - { - "examine": "Ancient mage protection enchanted in the Third-Age.", - "durability": null, - "low_alchemy": "18000", - "high_alchemy": "27000", - "destroy": "true", - "attack_speed": "4", - "absorb": "4,2,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "138719269", - "name": "3rd age robe top", - "archery_ticket_price": "0", - "id": "13548", - "bonuses": "0,0,0,24,0,0,0,0,24,0,24,0,0,0,0" - }, - { - "examine": "Ancient mage protection enchanted in the Third-Age.", - "durability": null, - "low_alchemy": "16000", - "high_alchemy": "24000", - "destroy": "true", - "attack_speed": "4", - "absorb": "4,2,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "89961678", - "name": "3rd age robe", - "archery_ticket_price": "0", - "id": "13549", - "bonuses": "0,0,0,19,0,0,0,0,19,0,20,0,0,0,0" - }, - { - "examine": "Ancient mage protection enchanted in the Third-Age.", - "durability": null, - "low_alchemy": "4000", - "high_alchemy": "6000", - "destroy": "true", - "attack_speed": "4", - "absorb": "2,1,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "14976830", - "name": "3rd age mage hat", - "archery_ticket_price": "0", - "id": "13550", - "bonuses": "0,0,0,8,0,0,0,0,8,0,12,0,0,0,0" - }, - { - "examine": "Ancient mage protection enchanted in the Third-Age.", - "durability": null, - "low_alchemy": "8000", - "high_alchemy": "12000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "35019596", - "name": "3rd age amulet", - "archery_ticket_price": "0", - "id": "13551", - "bonuses": "0,0,0,15,0,0,0,0,10,0,0,0,0,0,0" - }, - { - "examine": "Ancient armour beaten from magical silver.", - "durability": null, - "low_alchemy": "80000", - "high_alchemy": "120000", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,0,6", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "244180930", - "name": "3rd age platelegs", - "archery_ticket_price": "0", - "id": "13552", - "bonuses": "0,0,0,-25,-2,78,76,83,-5,75,25,0,0,0,0" - }, - { - "examine": "Ancient armour beaten from magical silver.", - "durability": null, - "low_alchemy": "80000", - "high_alchemy": "120000", - "destroy": "true", - "attack_speed": "4", - "absorb": "4,0,9", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "266509014", - "name": "3rd age platebody", - "archery_ticket_price": "0", - "id": "13553", - "bonuses": "0,0,0,-20,0,96,108,113,-4,97,52,0,0,0,0" - }, - { - "examine": "Ancient armour beaten from magical silver.", - "durability": null, - "low_alchemy": "36000", - "high_alchemy": "54000", - "destroy": "true", - "attack_speed": "4", - "absorb": "2,0,4", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "50697678", - "name": "3rd age full helmet", - "archery_ticket_price": "0", - "id": "13554", - "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, - "low_alchemy": "72000", - "high_alchemy": "108000", - "destroy": "true", - "attack_speed": "4", - "absorb": "5,0,11", - "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" - }, - { - "examine": "Lightweight boots ideal for rangers.", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "6253527", - "name": "Ranger boots", - "archery_ticket_price": "0", - "id": "13556", - "bonuses": "0,0,0,-10,8,2,3,4,2,0,10,0,0,0,0" - }, - { - "examine": "Slightly magical boots.", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "388955", - "name": "Wizard boots", - "archery_ticket_price": "0", - "id": "13557", - "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0" - }, - { - "examine": "Endorsed by Robin Hood.", - "durability": null, - "low_alchemy": "180", - "high_alchemy": "270", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "1962571", - "name": "Robin hood hat", - "archery_ticket_price": "0", - "id": "13558", - "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, - "low_alchemy": "15", - "high_alchemy": "22", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "100", - "name": "Button mushroom", - "archery_ticket_price": "0", - "id": "13563", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "38", - "examine": "An occasionally edible mushroom.", - "durability": null, - "low_alchemy": "15", - "high_alchemy": "22", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "100", - "name": "Button mushroom", - "tradeable": "true", - "archery_ticket_price": "0", - "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", - "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" - }, - { - "examine": "Useful for mixing things.", - "durability": null, - "low_alchemy": "1", - "high_alchemy": "2", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "106", - "name": "Bowl", - "archery_ticket_price": "0", - "id": "13570", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "examine": "It's a bucket of milk.", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "7", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "177", - "name": "Bucket of milk", - "archery_ticket_price": "0", - "id": "13571", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "examine": "A fresh herb.", - "durability": null, - "low_alchemy": "1", - "high_alchemy": "1", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "595", - "name": "Clean guam", - "archery_ticket_price": "0", - "id": "13572", - "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 RuneScape.", - "durability": null, - "name": "Map of runescape", - "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" - }, - { - "examine": "Used for making notes.", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "290", - "name": "Papyrus", - "archery_ticket_price": "0", - "id": "13577", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "examine": "A lump of charcoal.", - "durability": null, - "low_alchemy": "18", - "high_alchemy": "27", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "296", - "name": "Charcoal", - "archery_ticket_price": "0", - "id": "13578", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "examine": "A slightly muddy spade. ", - "durability": null, - "low_alchemy": "1", - "high_alchemy": "1", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "130", - "name": "Spade", - "archery_ticket_price": "0", - "id": "13579", - "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" - }, - { - "shop_price": "4", - "examine": "I can grind things for potions in this.", - "durability": null, - "low_alchemy": "1", - "high_alchemy": "2", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "169", - "name": "Pestle and mortar", - "archery_ticket_price": "0", - "id": "13587", - "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", - "high_alchemy": "1", - "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" - }, - { - "shop_price": "2", - "examine": "It's an empty bucket. ", - "durability": null, - "high_alchemy": "1", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "39", - "name": "Bucket", - "archery_ticket_price": "0", - "id": "13589", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "destroy_message": "", - "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" - }, - { - "shop_price": "100", - "examine": "A tablet containing a magic spell.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "name": "Runecrafting guild teleport", - "archery_ticket_price": "0", - "id": "13598", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "100", - "examine": "A tablet containing a magic spell.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "name": "Air altar teleport", - "archery_ticket_price": "0", - "id": "13599", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "100", - "examine": "A tablet containing a magic spell.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "name": "Mind altar teleport", - "archery_ticket_price": "0", - "id": "13600", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "100", - "examine": "A tablet containing a magic spell.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "name": "Water altar teleport", - "archery_ticket_price": "0", - "id": "13601", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "100", - "examine": "A tablet containing a magic spell.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "name": "Earth altar teleport", - "archery_ticket_price": "0", - "id": "13602", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "100", - "examine": "A tablet containing a magic spell.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "name": "Fire altar teleport", - "archery_ticket_price": "0", - "id": "13603", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "100", - "examine": "A tablet containing a magic spell.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "name": "Body altar teleport", - "archery_ticket_price": "0", - "id": "13604", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "100", - "examine": "A tablet containing a magic spell.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "name": "Cosmic altar teleport", - "archery_ticket_price": "0", - "id": "13605", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "100", - "examine": "A tablet containing a magic spell.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "name": "Chaos altar teleport", - "archery_ticket_price": "0", - "id": "13606", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "100", - "examine": "A tablet containing a magic spell.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "name": "Nature altar teleport", - "archery_ticket_price": "0", - "id": "13607", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "100", - "examine": "A tablet containing a magic spell.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "name": "Law altar teleport", - "archery_ticket_price": "0", - "id": "13608", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "100", - "examine": "A tablet containing a magic spell.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "name": "Death altar teleport", - "archery_ticket_price": "0", - "id": "13609", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "100", - "examine": "A tablet containing a magic spell.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "name": "Blood altar teleport", - "archery_ticket_price": "0", - "id": "13610", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "100", - "examine": "A tablet containing a magic spell.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "name": "Astral altar teleport", - "archery_ticket_price": "0", - "id": "13611", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "20", - "examine": "Comes with goggles, for extra safety while Runecrafting.", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "45", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Runecrafter hat", - "archery_ticket_price": "0", - "id": "13612", - "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0" - }, - { - "shop_price": "20", - "examine": "Comes with goggles, for extra safety while Runecrafting.", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "45", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Runecrafter hat", - "archery_ticket_price": "0", - "id": "13613", - "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0" - }, - { - "shop_price": "75", - "examine": "Heavy duty wizard robes.", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "45", - "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" - }, - { - "shop_price": "75", - "examine": "Comes with goggles, for extra safety while Runecrafting.", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "45", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Runecrafter hat", - "archery_ticket_price": "0", - "id": "13615", - "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0" - }, - { - "shop_price": "75", - "examine": "Comes with goggles, for extra safety while Runecrafting.", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "45", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Runecrafter hat", - "archery_ticket_price": "0", - "id": "13616", - "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0" - }, - { - "shop_price": "75", - "examine": "A heavy-duty wizard robe.", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "45", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "7", - "destroy_message": "Drop", - "name": "Runecrafter skirt", - "archery_ticket_price": "0", - "id": "13617", - "bonuses": "0,0,0,4,0,4,4,4,4,4,0,0,0,0,0" - }, - { - "shop_price": "75", - "examine": "Essence can be rough on the hands", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "45", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "9", - "destroy_message": "Drop", - "name": "Runecrafter gloves", - "archery_ticket_price": "0", - "id": "13618", - "bonuses": "0,0,0,2,0,2,2,2,2,2,0,0,0,0,0" - }, - { - "shop_price": "75", - "examine": "Heavy duty wizard robes.", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "45", - "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" - }, - { - "shop_price": "75", - "examine": "Comes with goggles, for extra safety while Runecrafting.", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "45", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Runecrafter hat", - "archery_ticket_price": "0", - "id": "13620", - "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0" - }, - { - "shop_price": "75", - "examine": "Comes with goggles, for extra safety while Runecrafting.", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "45", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Runecrafter hat", - "archery_ticket_price": "0", - "id": "13621", - "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0" - }, - { - "shop_price": "75", - "examine": "A heavy-duty wizard robe.", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "45", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "7", - "destroy_message": "Drop", - "name": "Runecrafter skirt", - "archery_ticket_price": "0", - "id": "13622", - "bonuses": "0,0,0,4,0,4,4,4,4,4,0,0,0,0,0" - }, - { - "shop_price": "75", - "examine": "Essence can be rough on the hands", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "45", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "9", - "destroy_message": "Drop", - "name": "Runecrafter gloves", - "archery_ticket_price": "0", - "id": "13623", - "bonuses": "0,0,0,2,0,2,2,2,2,2,0,0,0,0,0" - }, - { - "shop_price": "75", - "examine": "Heavy duty wizard robes.", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "45", - "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" - }, - { - "shop_price": "75", - "examine": "Comes with goggles, for extra safety while Runecrafting.", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "45", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Runecrafter hat", - "archery_ticket_price": "0", - "id": "13625", - "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0" - }, - { - "shop_price": "75", - "examine": "Comes with goggles, for extra safety while Runecrafting.", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "45", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Runecrafter hat", - "archery_ticket_price": "0", - "id": "13626", - "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0" - }, - { - "shop_price": "75", - "examine": "A heavy-duty wizard robe.", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "45", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "7", - "destroy_message": "Drop", - "name": "Runecrafter skirt", - "archery_ticket_price": "0", - "id": "13627", - "bonuses": "0,0,0,4,0,4,4,4,4,4,0,0,0,0,0" - }, - { - "shop_price": "75", - "examine": "Essence can be rough on the hands", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "45", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "9", - "destroy_message": "Drop", - "name": "Runecrafter gloves", - "archery_ticket_price": "0", - "id": "13628", - "bonuses": "0,0,0,2,0,2,2,2,2,2,0,0,0,0,0" - }, - { - "shop_price": "15", - "examine": "Staff with a holder for a talisman on top.", - "durability": null, - "low_alchemy": "6", - "high_alchemy": "9", - "destroy": "true", - "attack_speed": "5", - "absorb": "0,0,0", - "render_anim": "28", - "destroy_message": "Drop", - "name": "Runecrafting staff", - "archery_ticket_price": "0", - "id": "13629", - "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, - "low_alchemy": "600", - "high_alchemy": "900", - "destroy": "true", - "attack_speed": "5", - "weapon_interface": "1", - "absorb": "0,0,0", - "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, - "low_alchemy": "600", - "high_alchemy": "900", - "destroy": "true", - "attack_speed": "5", - "weapon_interface": "1", - "absorb": "0,0,0", - "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, - "low_alchemy": "600", - "high_alchemy": "900", - "destroy": "true", - "attack_speed": "5", - "weapon_interface": "1", - "absorb": "0,0,0", - "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, - "low_alchemy": "600", - "high_alchemy": "900", - "destroy": "true", - "attack_speed": "5", - "weapon_interface": "1", - "absorb": "0,0,0", - "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, - "low_alchemy": "600", - "high_alchemy": "900", - "destroy": "true", - "attack_speed": "5", - "weapon_interface": "1", - "absorb": "0,0,0", - "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, - "low_alchemy": "600", - "high_alchemy": "900", - "destroy": "true", - "attack_speed": "5", - "weapon_interface": "1", - "absorb": "0,0,0", - "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, - "low_alchemy": "600", - "high_alchemy": "900", - "destroy": "true", - "attack_speed": "5", - "weapon_interface": "1", - "absorb": "0,0,0", - "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, - "low_alchemy": "600", - "high_alchemy": "900", - "destroy": "true", - "attack_speed": "5", - "weapon_interface": "1", - "absorb": "0,0,0", - "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, - "low_alchemy": "600", - "high_alchemy": "900", - "destroy": "true", - "attack_speed": "5", - "weapon_interface": "1", - "absorb": "0,0,0", - "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, - "low_alchemy": "600", - "high_alchemy": "900", - "destroy": "true", - "attack_speed": "5", - "weapon_interface": "1", - "absorb": "0,0,0", - "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, - "low_alchemy": "600", - "high_alchemy": "900", - "destroy": "true", - "attack_speed": "5", - "weapon_interface": "1", - "absorb": "0,0,0", - "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, - "low_alchemy": "600", - "high_alchemy": "900", - "destroy": "true", - "attack_speed": "5", - "weapon_interface": "1", - "absorb": "0,0,0", - "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", - "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" - }, - { - "shop_price": "75", - "examine": "Comes with goggles, for extra safety while Runecrafting.", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "45", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Runecrafter hat", - "archery_ticket_price": "0", - "id": "13656", - "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0" - }, - { - "shop_price": "75", - "examine": "Comes with goggles, for extra safety while Runecrafting.", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "45", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Runecrafter hat", - "archery_ticket_price": "0", - "id": "13657", - "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0" - }, - { - "shop_price": "75", - "examine": "Comes with goggles, for extra safety while Runecrafting.", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "45", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Runecrafter hat", - "archery_ticket_price": "0", - "id": "13658", - "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0" - }, - { - "shop_price": "100", - "examine": "It burns, burns, burns...", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "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" - }, - { - "destroy_message": "To get another pair of Flame Gloves, you need to keep ten beacons alight simultaneously and then talk to King Roald.", - "shop_price": "200", - "examine": "The hottest gloves in town.", - "durability": null, - "name": "Flame gloves", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "13660", - "absorb": "0,0,0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "equipment_slot": "9" - }, - { - "shop_price": "300", - "examine": "Danger: risk of fire.", - "durability": null, - "low_alchemy": "120", - "high_alchemy": "180", - "destroy": "true", - "attack_speed": "5", - "weapon_interface": "2", - "absorb": "0,0,0", - "render_anim": "1096", - "equipment_slot": "3", - "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, - "low_alchemy": "4", - "high_alchemy": "6", - "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, - "low_alchemy": "4", - "high_alchemy": "6", - "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, - "low_alchemy": "4", - "high_alchemy": "6", - "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" - }, - { - "shop_price": "10", - "examine": "These are my funny pants.", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "7", - "destroy_message": "You will need to speak to the ringmaster to get another.", - "name": "Clown leggings", - "archery_ticket_price": "0", - "id": "13669", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "10", - "examine": "For helping clowns stay upright.", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "10", - "destroy_message": "You will need to speak to the ringmaster to get another.", - "name": "Clown shoes", - "archery_ticket_price": "0", - "id": "13670", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "10", - "examine": "For making a happy noise.", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "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" - }, - { - "shop_price": "10", - "examine": "Very stylish.", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "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 one.", - "name": "Ringmaster hat", - "archery_ticket_price": "0", - "id": "13672", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "10", - "examine": "Fits nicely.", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "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" - }, - { - "shop_price": "10", - "examine": "Very stylish.", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "7", - "destroy_message": "You will need to speak to the ringmaster to get another one.", - "name": "Ringmaster pants", - "archery_ticket_price": "0", - "id": "13674", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "10", - "examine": "Shiny.", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "10", - "destroy_message": "You will need to speak to the ringmaster to get another one.", - "name": "Ringmaster boots", - "archery_ticket_price": "0", - "id": "13675", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "10", - "examine": "For shouting at people.", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "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, - "low_alchemy": "4", - "high_alchemy": "6", - "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" - }, - { - "shop_price": "10", - "examine": "Very tight fitting.", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "7", - "destroy_message": "You will need to speak to the ringmaster to get another.", - "name": "Acrobat pants", - "archery_ticket_price": "0", - "id": "13678", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "10", - "examine": "These keep your feet off the floor.", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "10", - "destroy_message": "You will need to speak to the ringmaster to get another.", - "name": "Acrobat shoes", - "archery_ticket_price": "0", - "id": "13679", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "remove_head": "true", - "shop_price": "10", - "examine": "Oh no, I'm bald! Just kidding.", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "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, - "low_alchemy": "4", - "high_alchemy": "6", - "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" - }, - { - "shop_price": "10", - "examine": "Very tight fitting.", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "7", - "destroy_message": "You will need to speak to the ringmaster to get another.", - "name": "Acrobat pants", - "archery_ticket_price": "0", - "id": "13682", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "10", - "examine": "These keep your feet off the floor.", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "10", - "destroy_message": "You will need to speak to the ringmaster to get another.", - "name": "Acrobat shoes", - "archery_ticket_price": "0", - "id": "13683", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "remove_head": "true", - "shop_price": "10", - "examine": "Oh no, I'm bald! Just kidding.", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "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" - }, - { - "shop_price": "10", - "examine": "Very dapper!", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "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": "13685", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "10", - "examine": "Very dapper!", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "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": "13686", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "10", - "examine": "Very dapper!", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "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": "13687", - "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, - "low_alchemy": "4", - "high_alchemy": "6", - "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, - "low_alchemy": "4", - "high_alchemy": "6", - "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, - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "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" - }, - { - "shop_price": "50", - "examine": "Small, shiny bits of rock.", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "You can mine more if you find another crashed star.", - "name": "Stardust", - "archery_ticket_price": "0", - "id": "13727", - "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,70}", - "shop_price": "70000", - "examine": "An ethereal shield.", - "rare_item": "true", - "durability": null, - "low_alchemy": "28000", - "high_alchemy": "42000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "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,0,1,0" - }, - { - "shop_price": "70000", - "examine": "An ethereal shield.", - "durability": null, - "low_alchemy": "28000", - "high_alchemy": "42000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "39982", - "name": "Spirit shield", - "tradeable": "true", - "archery_ticket_price": "0", - "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, - "low_alchemy": "560000", - "high_alchemy": "840000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "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,0,3,0" - }, - { - "shop_price": "1400000", - "examine": "An ethereal shield that has been blessed with holy powers.", - "durability": null, - "low_alchemy": "560000", - "high_alchemy": "840000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "936814", - "name": "Blessed spirit shield", - "tradeable": "true", - "archery_ticket_price": "0", - "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, - "low_alchemy": "800000", - "high_alchemy": "1200000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "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,0,3,0" - }, - { - "shop_price": "2000000", - "examine": "An ethereal shield with an arcane sigil attached to it.", - "durability": null, - "low_alchemy": "800000", - "high_alchemy": "1200000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "15076199", - "name": "Arcane spirit shield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13739" - }, - { - "requirements": "{1,75}-{5,75}", - "shop_price": "2000000", - "examine": "An ethereal shield with a divine sigil attached to it.", - "durability": null, - "low_alchemy": "800000", - "high_alchemy": "1200000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "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,0,3,0" - }, - { - "shop_price": "2000000", - "examine": "An ethereal shield with a divine sigil attached to it.", - "durability": null, - "low_alchemy": "800000", - "high_alchemy": "1200000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "40003587", - "name": "Divine spirit shield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13741" - }, - { - "requirements": "{1,75}-{5,75}", - "shop_price": "2000000", - "examine": "An ethereal shield with an elysian sigil attached to it.", - "durability": null, - "low_alchemy": "800000", - "high_alchemy": "1200000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "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,0,3,0" - }, - { - "shop_price": "2000000", - "examine": "An ethereal shield with an elysian sigil attached to it.", - "durability": null, - "low_alchemy": "800000", - "high_alchemy": "1200000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "28420591", - "name": "Elysian spirit shield", - "tradeable": "true", - "archery_ticket_price": "0", - "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, - "low_alchemy": "800000", - "high_alchemy": "1200000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "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,0,3,0" - }, - { - "shop_price": "2000000", - "examine": "An ethereal shield with a spectral sigil attached to it.", - "durability": null, - "low_alchemy": "800000", - "high_alchemy": "1200000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "3616112", - "name": "Spectral spirit shield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13745" - }, - { - "shop_price": "750000", - "examine": "A sigil in the shape of an arcane rune.", - "rare_item": "true", - "durability": null, - "low_alchemy": "300000", - "high_alchemy": "450000", - "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" - }, - { - "shop_price": "750000", - "examine": "A sigil in the shape of an arcane rune.", - "durability": null, - "low_alchemy": "300000", - "high_alchemy": "450000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "19508553", - "name": "Arcane sigil", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13747" - }, - { - "shop_price": "750000", - "examine": "A sigil in the shape of a divine symbol.", - "rare_item": "true", - "durability": null, - "low_alchemy": "300000", - "high_alchemy": "450000", - "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" - }, - { - "shop_price": "750000", - "examine": "A sigil in the shape of a divine symbol.", - "durability": null, - "low_alchemy": "300000", - "high_alchemy": "450000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "53026134", - "name": "Divine sigil", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13749" - }, - { - "shop_price": "750000", - "examine": "A sigil marked with elysian signs.", - "rare_item": "true", - "durability": null, - "low_alchemy": "300000", - "high_alchemy": "450000", - "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" - }, - { - "shop_price": "750000", - "examine": "A sigil marked with elysian signs.", - "durability": null, - "low_alchemy": "300000", - "high_alchemy": "450000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "36159098", - "name": "Elysian sigil", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13751" - }, - { - "shop_price": "750000", - "examine": "A sigil tempered with spectral powers.", - "rare_item": "true", - "durability": null, - "low_alchemy": "300000", - "high_alchemy": "450000", - "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" - }, - { - "shop_price": "750000", - "examine": "A sigil tempered with spectral powers.", - "durability": null, - "low_alchemy": "300000", - "high_alchemy": "450000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "3116720", - "name": "Spectral sigil", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13753" - }, - { - "shop_price": "750000", - "examine": "A bottle of holy elixir.", - "rare_item": "true", - "durability": null, - "low_alchemy": "300000", - "high_alchemy": "450000", - "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" - }, - { - "shop_price": "750000", - "examine": "A bottle of holy elixir.", - "durability": null, - "low_alchemy": "300000", - "high_alchemy": "450000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "950904", - "name": "Holy elixir", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13755" - }, - { - "shop_price": "40", - "examine": "Logs cut from cursed willow roots.", - "durability": null, - "low_alchemy": "16", - "high_alchemy": "24", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "name": "Cursed willow logs", - "archery_ticket_price": "0", - "id": "13756", - "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" - }, - { - "examine": "I hope I don't meet any roundheads...", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "name": "Cavalier and mask", - "archery_ticket_price": "0", - "id": "13763", - "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, - "low_alchemy": "2400", - "high_alchemy": "3600", - "destroy": "true", - "attack_speed": "4", - "two_handed": "true", - "weapon_interface": "9", - "absorb": "0,0,0", - "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, - "low_alchemy": "3200", - "high_alchemy": "4800", - "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, - "low_alchemy": "8320", - "high_alchemy": "12480", - "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, - "low_alchemy": "24960", - "high_alchemy": "37440", - "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, - "low_alchemy": "8320", - "high_alchemy": "12480", - "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, - "low_alchemy": "25600", - "high_alchemy": "38400", - "destroy": "true", - "attack_speed": "7", - "two_handed": "true", - "weapon_interface": "7", - "absorb": "0,0,0", - "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, - "low_alchemy": "51200", - "high_alchemy": "76800", - "destroy": "true", - "attack_speed": "7", - "two_handed": "true", - "weapon_interface": "15", - "absorb": "0,0,0", - "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, - "low_alchemy": "5760", - "high_alchemy": "8640", - "destroy": "true", - "attack_speed": "5", - "weapon_interface": "8", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "7917", - "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" - }, - { - "examine": "A series of connected metal rings.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,0,6", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "29145", - "name": "Rune chainbody", - "archery_ticket_price": "0", - "id": "13781", - "bonuses": "0,0,0,-15,0,63,72,78,-3,65,40,0,0,0,0" - }, - { - "examine": "These will protect my feet.", - "durability": null, - "low_alchemy": "5000", - "high_alchemy": "7500", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "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" - }, - { - "examine": "A medium sized helmet.", - "durability": null, - "low_alchemy": "7680", - "high_alchemy": "11520", - "destroy": "true", - "attack_speed": "4", - "absorb": "1,0,3", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "10678", - "name": "Rune med helm", - "archery_ticket_price": "0", - "id": "13783", - "bonuses": "0,0,0,-3,-1,22,23,21,-1,22,7,0,0,0,0" - }, - { - "examine": "A stone helmet.", - "durability": null, - "low_alchemy": "18400", - "high_alchemy": "27600", - "destroy": "true", - "attack_speed": "4", - "absorb": "2,0,4", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "26576", - "name": "Granite helm", - "archery_ticket_price": "0", - "id": "13784", - "bonuses": "0,0,0,-9,-7,31,33,29,-1,39,9,0,0,0,0" - }, - { - "examine": "Provides excellent protection.", - "durability": null, - "low_alchemy": "32000", - "high_alchemy": "48000", - "destroy": "true", - "attack_speed": "4", - "absorb": "4,0,8", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "136414", - "name": "Granite body", - "archery_ticket_price": "0", - "id": "13785", - "bonuses": "0,0,0,-22,-5,87,84,79,-6,97,45,0,0,0,0" - }, - { - "examine": "These look pretty heavy.", - "durability": null, - "low_alchemy": "26400", - "high_alchemy": "39600", - "destroy": "true", - "attack_speed": "4", - "absorb": "2,0,5", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "72213", - "name": "Granite legs", - "archery_ticket_price": "0", - "id": "13786", - "bonuses": "0,0,0,-31,-18,43,45,41,-4,68,20,0,0,0,0" - }, - { - "examine": "A medium square shield.", - "durability": null, - "low_alchemy": "15360", - "high_alchemy": "23040", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,0,7", - "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" - }, - { - "examine": "A solid stone shield.", - "durability": null, - "low_alchemy": "22400", - "high_alchemy": "33600", - "destroy": "true", - "attack_speed": "4", - "absorb": "5,0,10", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "32512", - "name": "Granite shield", - "archery_ticket_price": "0", - "id": "13788", - "bonuses": "0,0,0,-12,-8,40,42,38,0,65,50,0,0,0,0" - }, - { - "examine": "A big 'do about nothing.", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "42991", - "name": "A powdered wig", - "archery_ticket_price": "0", - "id": "13789", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "examine": "These'll help me stay alive.", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "811293", - "name": "Flared trousers", - "archery_ticket_price": "0", - "id": "13790", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "examine": "Alas, someone has slashed my pantaloons.", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "19286", - "name": "Pantaloons", - "archery_ticket_price": "0", - "id": "13791", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "examine": "A cap for wearing whil...zzzzzzzzz", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "75357", - "name": "Sleeping cap", - "archery_ticket_price": "0", - "id": "13792", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "examine": "A diamond-topped cane.", - "durability": null, - "low_alchemy": "5760", - "high_alchemy": "8640", - "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" - }, - { - "examine": "Comes with a free rabbit!", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "333537", - "name": "Top hat", - "archery_ticket_price": "0", - "id": "13794", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "examine": "Shear elegance.", - "durability": null, - "low_alchemy": "320", - "high_alchemy": "480", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "582969", - "name": "Sheep mask", - "archery_ticket_price": "0", - "id": "13795", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "examine": "I can get the look right, but can I do the waddle too?", - "durability": null, - "low_alchemy": "320", - "high_alchemy": "480", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "1159807", - "name": "Penguin mask", - "archery_ticket_price": "0", - "id": "13796", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "examine": "The bats have left the belltower.", - "durability": null, - "low_alchemy": "320", - "high_alchemy": "480", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "681595", - "name": "Bat mask", - "archery_ticket_price": "0", - "id": "13797", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "examine": "It's the year of the cat!", - "durability": null, - "low_alchemy": "320", - "high_alchemy": "480", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "2512014", - "name": "Cat mask", - "archery_ticket_price": "0", - "id": "13798", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "examine": "I'm hungry like the wolf.", - "durability": null, - "low_alchemy": "320", - "high_alchemy": "480", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "3240770", - "name": "Wolf mask", - "archery_ticket_price": "0", - "id": "13799", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "examine": "Rune platebody with gold trim.", - "durability": null, - "low_alchemy": "26000", - "high_alchemy": "39000", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,0,6", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "343688", - "name": "Rune platebody (g)", - "archery_ticket_price": "0", - "id": "13800", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" - }, - { - "examine": "Rune platelegs with gold trim.", - "durability": null, - "low_alchemy": "25600", - "high_alchemy": "38400", - "destroy": "true", - "attack_speed": "4", - "absorb": "2,0,4", - "lendable": "true", - "destroy_message": "drop", - "grand_exchange_price": "238139", - "name": "Rune platelegs (g)", - "archery_ticket_price": "0", - "id": "13801", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" - }, - { - "examine": "Rune plateskirt with gold trim.", - "durability": null, - "low_alchemy": "25600", - "high_alchemy": "38400", - "destroy": "true", - "attack_speed": "4", - "absorb": "2,0,4", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "37616", - "name": "Rune plateskirt (g)", - "archery_ticket_price": "0", - "id": "13802", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" - }, - { - "examine": "Rune full helmet with gold trim.", - "durability": null, - "low_alchemy": "14080", - "high_alchemy": "21120", - "destroy": "true", - "attack_speed": "4", - "absorb": "1,0,3", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "247877", - "name": "Rune full helm(g)", - "archery_ticket_price": "0", - "id": "13803", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" - }, - { - "examine": "Rune kiteshield with gold trim", - "durability": null, - "low_alchemy": "21760", - "high_alchemy": "32640", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,0,7", - "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" - }, - { - "examine": "Rune platebody with trim.", - "durability": null, - "low_alchemy": "26000", - "high_alchemy": "39000", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,0,6", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "100586", - "name": "Rune platebody (t)", - "archery_ticket_price": "0", - "id": "13805", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" - }, - { - "examine": "Rune platelegs with trim!", - "durability": null, - "low_alchemy": "25600", - "high_alchemy": "38400", - "destroy": "true", - "attack_speed": "4", - "absorb": "2,0,4", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "81577", - "name": "Rune platelegs (t)", - "archery_ticket_price": "0", - "id": "13806", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" - }, - { - "examine": "Rune plateskirt with trim.", - "durability": null, - "low_alchemy": "25600", - "high_alchemy": "38400", - "destroy": "true", - "attack_speed": "4", - "absorb": "2,0,4", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "37701", - "name": "Rune plateskirt (t)", - "archery_ticket_price": "0", - "id": "13807", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" - }, - { - "examine": "Rune full helmet with trim.", - "durability": null, - "low_alchemy": "14080", - "high_alchemy": "21120", - "destroy": "true", - "attack_speed": "4", - "absorb": "1,0,3", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "95809", - "name": "Rune full helm (t)", - "archery_ticket_price": "0", - "id": "13808", - "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, - "low_alchemy": "21760", - "high_alchemy": "32640", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,0,7", - "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" - }, - { - "examine": "Your money or your life!", - "durability": null, - "low_alchemy": "16", - "high_alchemy": "24", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "252995", - "name": "Highwayman mask", - "archery_ticket_price": "0", - "id": "13810", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "examine": "Parlez-vous francais?", - "durability": null, - "low_alchemy": "32", - "high_alchemy": "48", - "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, - "low_alchemy": "32", - "high_alchemy": "48", - "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, - "low_alchemy": "32", - "high_alchemy": "48", - "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" - }, - { - "examine": "All for one and one for all!", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "42014", - "name": "Tan cavalier", - "archery_ticket_price": "0", - "id": "13814", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "examine": "All for one and one for all!", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "61518", - "name": "Dark cavalier", - "archery_ticket_price": "0", - "id": "13815", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "examine": "All for one and one for all!", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "338530", - "name": "Black cavalier", - "archery_ticket_price": "0", - "id": "13816", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "examine": "A minimalist's hat.", - "durability": null, - "low_alchemy": "16", - "high_alchemy": "24", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "159694", - "name": "Red headband", - "archery_ticket_price": "0", - "id": "13817", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "examine": "A minimalist's hat.", - "durability": null, - "low_alchemy": "16", - "high_alchemy": "24", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "83543", - "name": "Black headband", - "archery_ticket_price": "0", - "id": "13818", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "examine": "A minimalist's hat.", - "durability": null, - "low_alchemy": "16", - "high_alchemy": "24", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "26474", - "name": "Brown headband", - "archery_ticket_price": "0", - "id": "13819", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "examine": "Rune platebody in the colours of Zamorak.", - "durability": null, - "low_alchemy": "26000", - "high_alchemy": "39000", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,0,6", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "868398", - "name": "Zamorak platebody", - "archery_ticket_price": "0", - "id": "13820", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" - }, - { - "examine": "Rune platelegs in the colours of Zamorak.", - "durability": null, - "low_alchemy": "25600", - "high_alchemy": "38400", - "destroy": "true", - "attack_speed": "4", - "absorb": "2,0,4", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "316989", - "name": "Zamorak platelegs", - "archery_ticket_price": "0", - "id": "13821", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" - }, - { - "examine": "Rune plateskirt in the colours of Zamorak.", - "durability": null, - "low_alchemy": "25600", - "high_alchemy": "38400", - "destroy": "true", - "attack_speed": "4", - "absorb": "2,0,4", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "38597", - "name": "Zamorak plateskirt", - "archery_ticket_price": "0", - "id": "13822", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" - }, - { - "examine": "A full helmet in the colours of Zamorak.", - "durability": null, - "low_alchemy": "14080", - "high_alchemy": "21120", - "destroy": "true", - "attack_speed": "4", - "absorb": "1,0,3", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "618480", - "name": "Zamorak full helm", - "archery_ticket_price": "0", - "id": "13823", - "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, - "low_alchemy": "21760", - "high_alchemy": "32640", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,0,7", - "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" - }, - { - "examine": "Rune platebody in the colours of Saradomin.", - "durability": null, - "low_alchemy": "26000", - "high_alchemy": "39000", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,0,6", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "1555099", - "name": "Saradomin platebody", - "archery_ticket_price": "0", - "id": "13825", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" - }, - { - "examine": "Rune platelegs in the colours of Saradomin!", - "durability": null, - "low_alchemy": "25600", - "high_alchemy": "38400", - "destroy": "true", - "attack_speed": "4", - "absorb": "2,0,4", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "376849", - "name": "Saradomin platelegs", - "archery_ticket_price": "0", - "id": "13826", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" - }, - { - "examine": "Rune plateskirt in the colours of Saradomin.", - "durability": null, - "low_alchemy": "25600", - "high_alchemy": "38400", - "destroy": "true", - "attack_speed": "4", - "absorb": "2,0,4", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "53048", - "name": "Saradomin plateskirt", - "archery_ticket_price": "0", - "id": "13827", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" - }, - { - "examine": "Rune full helmet in the colours of Saradomin.", - "durability": null, - "low_alchemy": "14080", - "high_alchemy": "21120", - "destroy": "true", - "attack_speed": "4", - "absorb": "1,0,3", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "1025974", - "name": "Saradomin full helm", - "archery_ticket_price": "0", - "id": "13828", - "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, - "low_alchemy": "21760", - "high_alchemy": "32640", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,0,7", - "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" - }, - { - "examine": "Rune platebody in the colours of Guthix.", - "durability": null, - "low_alchemy": "6000", - "high_alchemy": "9000", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,0,6", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "406762", - "name": "Guthix platebody", - "archery_ticket_price": "0", - "id": "13830", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" - }, - { - "examine": "Rune platelegs in the colours of Guthix.", - "durability": null, - "low_alchemy": "25600", - "high_alchemy": "38400", - "destroy": "true", - "attack_speed": "4", - "absorb": "2,0,4", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "181471", - "name": "Guthix platelegs", - "archery_ticket_price": "0", - "id": "13831", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" - }, - { - "examine": "Rune plateskirt in the colours of Guthix.", - "durability": null, - "low_alchemy": "25600", - "high_alchemy": "38400", - "destroy": "true", - "attack_speed": "4", - "absorb": "2,0,4", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "38388", - "name": "Guthix plateskirt", - "archery_ticket_price": "0", - "id": "13832", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" - }, - { - "examine": "A rune full helmet in the colours of Guthix.", - "durability": null, - "low_alchemy": "14080", - "high_alchemy": "21120", - "destroy": "true", - "attack_speed": "4", - "absorb": "1,0,3", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "399963", - "name": "Guthix full helm", - "archery_ticket_price": "0", - "id": "13833", - "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, - "low_alchemy": "21760", - "high_alchemy": "32640", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,0,7", - "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" - }, - { - "examine": "Rune platebody with complete gold trim & plating.", - "durability": null, - "low_alchemy": "26000", - "high_alchemy": "39000", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,0,6", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "2034838", - "name": "Gilded platebody", - "archery_ticket_price": "0", - "id": "13835", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" - }, - { - "examine": "Rune platelegs with gold plate.", - "durability": null, - "low_alchemy": "25600", - "high_alchemy": "38400", - "destroy": "true", - "attack_speed": "4", - "absorb": "2,0,4", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "1299758", - "name": "Gilded platelegs", - "archery_ticket_price": "0", - "id": "13836", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" - }, - { - "examine": "Rune plateskirt with gold plate.", - "durability": null, - "low_alchemy": "25600", - "high_alchemy": "38400", - "destroy": "true", - "attack_speed": "4", - "absorb": "2,0,4", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "84191", - "name": "Gilded plateskirt", - "archery_ticket_price": "0", - "id": "13837", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" - }, - { - "examine": "Rune full helmet with gold plate.", - "durability": null, - "low_alchemy": "14080", - "high_alchemy": "21120", - "destroy": "true", - "attack_speed": "4", - "absorb": "1,0,3", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "1057068", - "name": "Gilded full helm", - "archery_ticket_price": "0", - "id": "13838", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" - }, - { - "examine": "Rune kiteshield with gold plate.", - "durability": null, - "low_alchemy": "21760", - "high_alchemy": "32640", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,0,7", - "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" - }, - { - "shop_price": "50000", - "examine": "A pair of gloves that gives you bonus Atk, Def, Str and LP xp.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "destroy": "true", - "attack_speed": "4", - "absorb": "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?", - "name": "Brawling gloves (melee)", - "archery_ticket_price": "0", - "id": "13845", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "50000", - "examine": "A pair of gloves that gives you bonus Ranged xp.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "destroy": "true", - "attack_speed": "4", - "absorb": "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?", - "name": "Brawling gloves (ranged)", - "archery_ticket_price": "0", - "id": "13846", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "50000", - "examine": "A pair of gloves that gives you bonus Magic xp.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "destroy": "true", - "attack_speed": "4", - "absorb": "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?", - "name": "Brawling gloves (magic)", - "archery_ticket_price": "0", - "id": "13847", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "50000", - "examine": "A pair of gloves that gives you bonus Prayer xp.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "destroy": "true", - "attack_speed": "4", - "absorb": "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?", - "name": "Brawling gloves (prayer)", - "archery_ticket_price": "0", - "id": "13848", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "50000", - "examine": "A pair of gloves that gives you bonus Agility xp.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "destroy": "true", - "attack_speed": "4", - "absorb": "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?", - "name": "Brawling gloves (agility)", - "archery_ticket_price": "0", - "id": "13849", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "50000", - "examine": "A pair of gloves that gives you bonus Woodcutting xp.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "destroy": "true", - "attack_speed": "4", - "absorb": "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?", - "name": "Brawling gloves (wc)", - "archery_ticket_price": "0", - "id": "13850", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "50000", - "examine": "A pair of gloves that gives you bonus Firemaking xp.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "destroy": "true", - "attack_speed": "4", - "absorb": "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?", - "name": "Brawling gloves (fm)", - "archery_ticket_price": "0", - "id": "13851", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "50000", - "examine": "A pair of gloves that gives you bonus Mining xp.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "destroy": "true", - "attack_speed": "4", - "absorb": "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?", - "name": "Brawling gloves (mining)", - "archery_ticket_price": "0", - "id": "13852", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "50000", - "examine": "A pair of gloves that gives you bonus Hunting xp.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "destroy": "true", - "attack_speed": "4", - "absorb": "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?", - "name": "Brawling gloves (hunter)", - "archery_ticket_price": "0", - "id": "13853", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "50000", - "examine": "A pair of gloves that gives you bonus Thieving xp.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "destroy": "true", - "attack_speed": "4", - "absorb": "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?", - "name": "Brawling gloves (thieving)", - "archery_ticket_price": "0", - "id": "13854", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "50000", - "examine": "A pair of gloves that gives you bonus Smithing xp.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "destroy": "true", - "attack_speed": "4", - "absorb": "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?", - "name": "Brawling gloves (smithing)", - "archery_ticket_price": "0", - "id": "13855", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "50000", - "examine": "A pair of gloves that gives you bonus Fishing xp.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "destroy": "true", - "attack_speed": "4", - "absorb": "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?", - "name": "Brawling gloves (fishing)", - "archery_ticket_price": "0", - "id": "13856", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "50000", - "examine": "A pair of gloves that gives you bonus Cooking xp.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "destroy": "true", - "attack_speed": "4", - "absorb": "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?", - "name": "Brawling gloves (cooking)", - "archery_ticket_price": "0", - "id": "13857", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "500000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}-{6,78}", - "durability": null, - "low_alchemy": "200000", - "high_alchemy": "300000", - "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", - "archery_ticket_price": "0", - "id": "13858", - "bonuses": "0,0,0,35,-10,63,45,74,35,0,60,0,0,0,0" - }, - { - "shop_price": "500000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}-{6,78}", - "durability": null, - "low_alchemy": "200000", - "high_alchemy": "300000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "1412812", - "name": "Zuriel's robe top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13859" - }, - { - "shop_price": "300000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}-{6,78}", - "durability": null, - "low_alchemy": "200000", - "high_alchemy": "300000", - "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" - }, - { - "shop_price": "500000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}-{6,78}", - "durability": null, - "low_alchemy": "200000", - "high_alchemy": "300000", - "destroy": "true", - "attack_speed": "4", - "absorb": "8,4,0", - "equipment_slot": "7", - "destroy_message": "Drop", - "grand_exchange_price": "986668", - "name": "Zuriel's robe bottom", - "archery_ticket_price": "0", - "id": "13861", - "bonuses": "0,0,0,25,-7,38,35,44,24,0,30,0,0,0,0" - }, - { - "shop_price": "500000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}-{6,78}", - "durability": null, - "low_alchemy": "200000", - "high_alchemy": "300000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "986668", - "name": "Zuriel's robe bottom", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13862" - }, - { - "shop_price": "300000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}-{6,78}", - "durability": null, - "low_alchemy": "200000", - "high_alchemy": "300000", - "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", - "shop_price": "250000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}-{6,78}", - "durability": null, - "low_alchemy": "100000", - "high_alchemy": "150000", - "destroy": "true", - "attack_speed": "4", - "absorb": "6,3,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "grand_exchange_price": "361542", - "name": "Zuriel's hood", - "archery_ticket_price": "0", - "id": "13864", - "bonuses": "0,0,0,8,-2,20,16,22,8,0,15,0,0,0,0" - }, - { - "shop_price": "250000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}-{6,78}", - "durability": null, - "low_alchemy": "100000", - "high_alchemy": "150000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "361542", - "name": "Zuriel's hood", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13865" - }, - { - "remove_head": "true", - "shop_price": "150000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}-{6,78}", - "durability": null, - "low_alchemy": "100000", - "high_alchemy": "150000", - "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.", - "requirements": "{6,78}", - "walk_anim": "1205", - "rare_item": "true", - "low_alchemy": "120000", - "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": "13867", - "stand_turn_anim": "1209", - "bonuses": "13,-1,65,18,0,5,7,4,18,0,0,72,0,0,10", - "shop_price": "300000", - "durability": null, - "high_alchemy": "180000", - "destroy": "true", - "weapon_interface": "1", - "render_anim": "28", - "attack_audios": "2555,0,0,0", - "name": "Zuriel's staff" - }, - { - "shop_price": "300000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{6,78}", - "durability": null, - "low_alchemy": "120000", - "high_alchemy": "180000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "2116989", - "name": "Zuriel's staff", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13868" - }, - { - "turn90cw_anim": "1207", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{6,78}", - "walk_anim": "1205", - "rare_item": "true", - "low_alchemy": "120000", - "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": "", - "shop_price": "300000", - "durability": null, - "high_alchemy": "180000", - "destroy": "true", - "weapon_interface": "1", - "render_anim": "28", - "attack_audios": "2555,0,0,0", - "name": "Zuriel's staff (deg)" - }, - { - "shop_price": "500000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}-{4,78}", - "durability": null, - "low_alchemy": "200000", - "high_alchemy": "300000", - "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", - "archery_ticket_price": "0", - "id": "13870", - "bonuses": "0,0,0,-15,36,61,53,66,75,62,60,0,0,0,0" - }, - { - "shop_price": "500000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}-{4,78}", - "durability": null, - "low_alchemy": "200000", - "high_alchemy": "300000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "926341", - "name": "Morrigan's leather body", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13871" - }, - { - "shop_price": "300000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}-{4,78}", - "durability": null, - "low_alchemy": "200000", - "high_alchemy": "300000", - "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" - }, - { - "shop_price": "500000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}-{4,78}", - "durability": null, - "low_alchemy": "200000", - "high_alchemy": "300000", - "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", - "archery_ticket_price": "0", - "id": "13873", - "bonuses": "0,0,0,-10,23,35,29,37,46,35,30,0,0,0,0" - }, - { - "shop_price": "500000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}-{4,78}", - "durability": null, - "low_alchemy": "200000", - "high_alchemy": "300000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop, Destroy after degrading.", - "grand_exchange_price": "510395", - "name": "Morrigan's leather chaps", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13874" - }, - { - "shop_price": "300000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}-{4,78}", - "durability": null, - "low_alchemy": "200000", - "high_alchemy": "300000", - "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", - "shop_price": "250000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}-{4,78}", - "durability": null, - "low_alchemy": "100000", - "high_alchemy": "150000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,6,3", - "equipment_slot": "0", - "destroy_message": "Drop", - "grand_exchange_price": "236411", - "name": "Morrigan's coif", - "archery_ticket_price": "0", - "id": "13876", - "bonuses": "0,0,0,-5,13,8,11,14,8,12,15,0,0,0,0" - }, - { - "shop_price": "250000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}-{4,78}", - "durability": null, - "low_alchemy": "100000", - "high_alchemy": "150000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "236411", - "name": "Morrigan's coif", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13877" - }, - { - "remove_head": "true", - "shop_price": "150000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}-{4,78}", - "durability": null, - "low_alchemy": "100000", - "high_alchemy": "150000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,6,3", - "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" - }, - { - "shop_price": "4000", - "examine": "A vicious javelin.", - "requirements": "{4,78}", - "has_special": "true", - "durability": null, - "low_alchemy": "1600", - "high_alchemy": "2400", - "destroy": "true", - "attack_speed": "6", - "weapon_interface": "18", - "absorb": "0,0,0", - "render_anim": "1381", - "equipment_slot": "3", - "destroy_message": "Drop", - "grand_exchange_price": "19944", - "name": "Morrigan's javelin", - "archery_ticket_price": "0", - "id": "13879", - "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "10000", - "examine": "A vicious javelin.", - "requirements": "{4,78}", - "has_special": "true", - "durability": null, - "low_alchemy": "1600", - "high_alchemy": "2400", - "destroy": "true", - "attack_speed": "6", - "weapon_interface": "18", - "absorb": "0,0,0", - "render_anim": "1381", - "equipment_slot": "3", - "destroy_message": "Drop", - "grand_exchange_price": "19944", - "name": "Morrigan's javelin(p)", - "archery_ticket_price": "0", - "id": "13880", - "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "10000", - "examine": "A vicious javelin.", - "requirements": "{4,78}", - "has_special": "true", - "durability": null, - "low_alchemy": "1600", - "high_alchemy": "2400", - "destroy": "true", - "attack_speed": "6", - "weapon_interface": "18", - "absorb": "0,0,0", - "render_anim": "1381", - "equipment_slot": "3", - "destroy_message": "Drop", - "grand_exchange_price": "19944", - "name": "Morrigan's javelin(p+)", - "archery_ticket_price": "0", - "id": "13881", - "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "10000", - "examine": "A vicious javelin.", - "requirements": "{4,78}", - "has_special": "true", - "durability": null, - "low_alchemy": "1600", - "high_alchemy": "2400", - "destroy": "true", - "attack_speed": "6", - "weapon_interface": "18", - "absorb": "0,0,0", - "render_anim": "1381", - "equipment_slot": "3", - "destroy_message": "Drop", - "grand_exchange_price": "19944", - "name": "Morrigan's javelin(p++)", - "archery_ticket_price": "0", - "id": "13882", - "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "4000", - "examine": "A vicious throwing axe.", - "requirements": "{4,78}", - "has_special": "true", - "durability": null, - "low_alchemy": "1600", - "high_alchemy": "2400", - "destroy": "true", - "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", - "archery_ticket_price": "0", - "id": "13883", - "bonuses": "0,0,0,0,93,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "500000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}", - "durability": null, - "low_alchemy": "200000", - "high_alchemy": "300000", - "destroy": "true", - "attack_speed": "4", - "absorb": "6,0,12", - "equipment_slot": "4", - "destroy_message": "Drop", - "remove_sleeves": "true", - "grand_exchange_price": "1619096", - "name": "Statius's platebody", - "archery_ticket_price": "0", - "id": "13884", - "bonuses": "5,5,7,-30,-10,154,145,121,-6,157,60,5,0,0,0" - }, - { - "shop_price": "500000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}", - "durability": null, - "low_alchemy": "200000", - "high_alchemy": "300000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "1619096", - "name": "Statius's platebody", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13885" - }, - { - "shop_price": "300000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}", - "durability": null, - "low_alchemy": "200000", - "high_alchemy": "300000", - "destroy": "true", - "attack_speed": "4", - "absorb": "6,0,12", - "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" - }, - { - "shop_price": "500000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}", - "durability": null, - "low_alchemy": "200000", - "high_alchemy": "300000", - "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", - "archery_ticket_price": "0", - "id": "13887", - "bonuses": "5,7,7,-15,0,120,131,145,-3,140,60,6,0,0,0" - }, - { - "shop_price": "500000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}", - "durability": null, - "low_alchemy": "200000", - "high_alchemy": "300000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop, Destroy once it has been degraded.", - "grand_exchange_price": "2154168", - "name": "Vesta's chainbody", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13888" - }, - { - "shop_price": "300000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}", - "durability": null, - "low_alchemy": "200000", - "high_alchemy": "300000", - "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" - }, - { - "shop_price": "500000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}", - "durability": null, - "low_alchemy": "200000", - "high_alchemy": "300000", - "destroy": "true", - "attack_speed": "4", - "absorb": "4,0,8", - "equipment_slot": "7", - "destroy_message": "Drop", - "grand_exchange_price": "1735029", - "name": "Statius's platelegs", - "archery_ticket_price": "0", - "id": "13890", - "bonuses": "3,3,5,-21,-7,110,106,97,-4,121,30,3,0,0,0" - }, - { - "shop_price": "500000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}", - "durability": null, - "low_alchemy": "200000", - "high_alchemy": "300000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "1735029", - "name": "Statius's platelegs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13891" - }, - { - "shop_price": "300000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}", - "durability": null, - "low_alchemy": "200000", - "high_alchemy": "300000", - "destroy": "true", - "attack_speed": "4", - "absorb": "4,0,8", - "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" - }, - { - "shop_price": "500000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}", - "durability": null, - "low_alchemy": "200000", - "high_alchemy": "300000", - "destroy": "true", - "attack_speed": "4", - "absorb": "4,0,8", - "equipment_slot": "7", - "destroy_message": "Drop", - "grand_exchange_price": "1860767", - "name": "Vesta's plateskirt", - "archery_ticket_price": "0", - "id": "13893", - "bonuses": "3,5,5,-17,-4,86,100,112,-2,118,30,3,0,0,0" - }, - { - "shop_price": "500000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}", - "durability": null, - "low_alchemy": "200000", - "high_alchemy": "300000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "1860767", - "name": "Vesta's plateskirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13894" - }, - { - "shop_price": "300000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}", - "durability": null, - "low_alchemy": "200000", - "high_alchemy": "300000", - "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", - "shop_price": "250000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}", - "durability": null, - "low_alchemy": "100000", - "high_alchemy": "150000", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,0,6", - "equipment_slot": "0", - "destroy_message": "Drop", - "grand_exchange_price": "1301986", - "name": "Statius's full helm", - "archery_ticket_price": "0", - "id": "13896", - "bonuses": "3,3,4,-6,-2,65,70,63,-1,71,15,3,0,0,0" - }, - { - "shop_price": "250000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}", - "durability": null, - "low_alchemy": "100000", - "high_alchemy": "150000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "1301986", - "name": "Statius's full helm", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13897" - }, - { - "remove_head": "true", - "shop_price": "150000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}", - "durability": null, - "low_alchemy": "100000", - "high_alchemy": "150000", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,0,6", - "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.", - "requirements": "{0,78}", - "walk_anim": "1205", - "has_special": "true", - "rare_item": "true", - "low_alchemy": "120000", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "turn180_anim": "1206", - "absorb": "0,0,0", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "381,390,390,390", - "destroy_message": "Drop", - "grand_exchange_price": "10464249", - "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", - "shop_price": "300000", - "durability": null, - "high_alchemy": "180000", - "destroy": "true", - "weapon_interface": "5", - "render_anim": "1426", - "attack_audios": "2500,2500,2517,2500", - "name": "Vesta's longsword" - }, - { - "shop_price": "300000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{0,78}", - "durability": null, - "low_alchemy": "120000", - "high_alchemy": "180000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "10464249", - "name": "Vesta's longsword", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13900" - }, - { - "turn90cw_anim": "1207", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{0,78}", - "walk_anim": "1205", - "has_special": "true", - "rare_item": "true", - "low_alchemy": "120000", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "turn180_anim": "1206", - "absorb": "0,0,0", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "381,390,390,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, - "high_alchemy": "180000", - "destroy": "true", - "weapon_interface": "5", - "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.", - "requirements": "{0,78}", - "walk_anim": "819", - "has_special": "true", - "low_alchemy": "120000", - "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", - "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", - "shop_price": "300000", - "durability": null, - "high_alchemy": "180000", - "destroy": "true", - "weapon_interface": "10", - "attack_audios": "2504,0,0,0", - "name": "Statius's warhammer" - }, - { - "shop_price": "300000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{0,78}", - "durability": null, - "low_alchemy": "120000", - "high_alchemy": "180000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop, Destroy once it has been degraded.", - "grand_exchange_price": "7424450", - "name": "Statius's warhammer", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13903" - }, - { - "turn90cw_anim": "821", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{0,78}", - "walk_anim": "819", - "has_special": "true", - "low_alchemy": "120000", - "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", - "requirements": "", - "shop_price": "300000", - "durability": null, - "high_alchemy": "180000", - "destroy": "true", - "weapon_interface": "10", - "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.", - "requirements": "{0,78}", - "walk_anim": "1205", - "has_special": "true", - "low_alchemy": "120000", - "turn90ccw_anim": "1208", - "attack_speed": "4", - "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", - "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", - "shop_price": "300000", - "durability": null, - "high_alchemy": "180000", - "destroy": "true", - "weight": "4.2", - "weapon_interface": "14", - "render_anim": "28", - "name": "Vesta's spear" - }, - { - "shop_price": "300000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{0,78}", - "durability": null, - "low_alchemy": "120000", - "high_alchemy": "180000", - "destroy": "true", - "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" - }, - { - "shop_price": "180000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{0,78}", - "has_special": "true", - "durability": null, - "low_alchemy": "120000", - "high_alchemy": "180000", - "destroy": "true", - "attack_speed": "5", - "two_handed": "true", - "weapon_interface": "14", - "absorb": "0,0,0", - "render_anim": "28", - "equipment_slot": "3", - "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" - }, - { - "shop_price": "125000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}", - "durability": null, - "low_alchemy": "30000", - "high_alchemy": "45000", - "destroy": "true", - "attack_speed": "4", - "absorb": "6,0,12", - "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" - }, - { - "shop_price": "125000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}", - "durability": null, - "low_alchemy": "30000", - "high_alchemy": "45000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "1897306", - "name": "Corrupt statius's platebody", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13909" - }, - { - "shop_price": "75000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}", - "durability": null, - "low_alchemy": "30000", - "high_alchemy": "45000", - "destroy": "true", - "attack_speed": "4", - "absorb": "6,0,12", - "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" - }, - { - "shop_price": "125000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}", - "durability": null, - "low_alchemy": "30000", - "high_alchemy": "45000", - "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" - }, - { - "shop_price": "125000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}", - "durability": null, - "low_alchemy": "30000", - "high_alchemy": "45000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "2546175", - "name": "Corrupt vesta's chainbody", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13912" - }, - { - "shop_price": "75000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}", - "durability": null, - "low_alchemy": "30000", - "high_alchemy": "45000", - "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" - }, - { - "shop_price": "125000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}", - "durability": null, - "low_alchemy": "30000", - "high_alchemy": "45000", - "destroy": "true", - "attack_speed": "4", - "absorb": "4,0,8", - "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" - }, - { - "shop_price": "125000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}", - "durability": null, - "low_alchemy": "30000", - "high_alchemy": "45000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "1734527", - "name": "Corrupt statius's platelegs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13915" - }, - { - "shop_price": "75000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}", - "durability": null, - "low_alchemy": "30000", - "high_alchemy": "45000", - "destroy": "true", - "attack_speed": "4", - "absorb": "4,0,8", - "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" - }, - { - "shop_price": "125000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}", - "durability": null, - "low_alchemy": "50000", - "high_alchemy": "75000", - "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" - }, - { - "shop_price": "125000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}", - "durability": null, - "low_alchemy": "50000", - "high_alchemy": "75000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "1942627", - "name": "Corrupt vesta's plateskirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13918" - }, - { - "shop_price": "75000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}", - "durability": null, - "low_alchemy": "50000", - "high_alchemy": "75000", - "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", - "shop_price": "50000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "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" - }, - { - "shop_price": "50000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "1062835", - "name": "Corrupt statius's full helm", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13921" - }, - { - "remove_head": "true", - "shop_price": "30000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,0,6", - "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" - }, - { - "shop_price": "125000", - "turn90cw_anim": "1207", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{0,78}", - "walk_anim": "1205", - "durability": null, - "low_alchemy": "30000", - "high_alchemy": "45000", - "destroy": "true", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "weapon_interface": "5", - "turn180_anim": "1206", - "absorb": "0,0,0", - "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" - }, - { - "shop_price": "125000", - "turn90cw_anim": "1207", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{0,78}", - "walk_anim": "1205", - "durability": null, - "low_alchemy": "30000", - "high_alchemy": "45000", - "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" - }, - { - "shop_price": "75000", - "turn90cw_anim": "1207", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{0,78}", - "walk_anim": "1205", - "durability": null, - "low_alchemy": "30000", - "high_alchemy": "45000", - "destroy": "true", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "weapon_interface": "5", - "turn180_anim": "1206", - "absorb": "0,0,0", - "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" - }, - { - "shop_price": "125000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{0,78}", - "durability": null, - "low_alchemy": "30000", - "high_alchemy": "45000", - "destroy": "true", - "attack_speed": "6", - "weapon_interface": "8", - "absorb": "0,0,0", - "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" - }, - { - "shop_price": "125000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{0,78}", - "durability": null, - "low_alchemy": "30000", - "high_alchemy": "45000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "3033516", - "name": "Corrupt statius's warhammer", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13927" - }, - { - "shop_price": "75000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{0,78}", - "durability": null, - "low_alchemy": "30000", - "high_alchemy": "45000", - "destroy": "true", - "attack_speed": "6", - "weapon_interface": "8", - "absorb": "0,0,0", - "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" - }, - { - "shop_price": "125000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{0,78}", - "durability": null, - "low_alchemy": "30000", - "high_alchemy": "45000", - "destroy": "true", - "attack_speed": "5", - "two_handed": "true", - "weapon_interface": "14", - "absorb": "0,0,0", - "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" - }, - { - "shop_price": "125000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{0,78}", - "durability": null, - "low_alchemy": "30000", - "high_alchemy": "45000", - "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" - }, - { - "shop_price": "75000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{0,78}", - "durability": null, - "low_alchemy": "30000", - "high_alchemy": "45000", - "destroy": "true", - "attack_speed": "5", - "two_handed": "true", - "weapon_interface": "14", - "absorb": "0,0,0", - "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" - }, - { - "shop_price": "125000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}-{6,78}", - "durability": null, - "low_alchemy": "50000", - "high_alchemy": "75000", - "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" - }, - { - "shop_price": "125000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}-{6,78}", - "durability": null, - "low_alchemy": "50000", - "high_alchemy": "75000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "253230", - "name": "Corrupt zuriel's robe top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13933" - }, - { - "shop_price": "75000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}-{6,78}", - "durability": null, - "low_alchemy": "50000", - "high_alchemy": "75000", - "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" - }, - { - "shop_price": "125000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}-{6,78}", - "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", - "shop_price": "125000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}-{6,78}", - "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" - }, - { - "shop_price": "75000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}-{6,78}", - "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", - "shop_price": "50000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}-{6,78}", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "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" - }, - { - "shop_price": "50000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}-{6,78}", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "43778", - "name": "Corrupt zuriel's hood", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13939" - }, - { - "remove_head": "true", - "shop_price": "30000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}-{6,78}", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "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" - }, - { - "shop_price": "125000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{6,78}", - "durability": null, - "low_alchemy": "28000", - "high_alchemy": "42000", - "destroy": "true", - "attack_speed": "6", - "weapon_interface": "1", - "absorb": "0,0,0", - "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" - }, - { - "shop_price": "125000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{6,78}", - "durability": null, - "low_alchemy": "28000", - "high_alchemy": "42000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "219418", - "name": "Corrupt zuriel's staff", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13942" - }, - { - "shop_price": "70000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{6,78}", - "durability": null, - "low_alchemy": "28000", - "high_alchemy": "42000", - "destroy": "true", - "attack_speed": "6", - "weapon_interface": "1", - "absorb": "0,0,0", - "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" - }, - { - "shop_price": "125000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}-{4,78}", - "durability": null, - "low_alchemy": "50000", - "high_alchemy": "75000", - "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" - }, - { - "shop_price": "125000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}-{4,78}", - "durability": null, - "low_alchemy": "50000", - "high_alchemy": "75000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "387212", - "name": "Corrupt morrigan's leather body", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13945" - }, - { - "shop_price": "75000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}-{4,78}", - "durability": null, - "low_alchemy": "50000", - "high_alchemy": "75000", - "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" - }, - { - "shop_price": "125000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}-{4,78}", - "durability": null, - "low_alchemy": "50000", - "high_alchemy": "75000", - "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" - }, - { - "shop_price": "125000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}-{4,78}", - "durability": null, - "low_alchemy": "50000", - "high_alchemy": "75000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "84592", - "name": "Corrupt morrigan's leather chaps", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13948" - }, - { - "shop_price": "75000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}-{4,78}", - "durability": null, - "low_alchemy": "50000", - "high_alchemy": "75000", - "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", - "shop_price": "50000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}-{4,78}", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,6,3", - "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" - }, - { - "shop_price": "50000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}-{4,78}", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "63502", - "name": "Corrupt morrigan's coif", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13951" - }, - { - "remove_head": "true", - "shop_price": "30000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}-{4,78}", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,6,3", - "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" - }, - { - "shop_price": "1000", - "examine": "A vicious javelin.", - "requirements": "{4,78}", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "destroy": "true", - "attack_speed": "6", - "weapon_interface": "18", - "absorb": "0,0,0", - "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,0" - }, - { - "shop_price": "10000", - "examine": "A vicious javelin.", - "requirements": "{4,78}", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "destroy": "true", - "attack_speed": "6", - "weapon_interface": "18", - "absorb": "0,0,0", - "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,0" - }, - { - "shop_price": "10000", - "examine": "A vicious javelin.", - "requirements": "{4,78}", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "destroy": "true", - "attack_speed": "6", - "weapon_interface": "18", - "absorb": "0,0,0", - "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,0" - }, - { - "shop_price": "10000", - "examine": "A vicious javelin.", - "requirements": "{4,78}", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "destroy": "true", - "attack_speed": "6", - "weapon_interface": "18", - "absorb": "0,0,0", - "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,0" - }, - { - "shop_price": "1000", - "examine": "A vicious throwing axe.", - "requirements": "{4,78}", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "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,0" - }, - { - "shop_price": "120000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{0,78}-{4,78}", - "durability": null, - "low_alchemy": "28800", - "high_alchemy": "43200", - "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" - }, - { - "shop_price": "120000", - "examine": "This item degrades while worn, and will turn to dust.", - "durability": null, - "low_alchemy": "28800", - "high_alchemy": "43200", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "168278", - "name": "Corrupt dragon chainbody", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13959" - }, - { - "shop_price": "72000", - "examine": "This item degrades while worn, and will turn to dust.", - "durability": null, - "low_alchemy": "28800", - "high_alchemy": "43200", - "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, - "low_alchemy": "14400", - "high_alchemy": "21600", - "destroy": "true", - "attack_speed": "4", - "absorb": "2,0,4", - "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" - }, - { - "shop_price": "60000", - "examine": "This item degrades while worn, and will turn to dust.", - "durability": null, - "low_alchemy": "14400", - "high_alchemy": "21600", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "121835", - "name": "Corrupt dragon med helm", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13962" - }, - { - "remove_head": "true", - "shop_price": "36000", - "examine": "This item degrades while worn, and will turn to dust.", - "durability": null, - "low_alchemy": "14400", - "high_alchemy": "21600", - "destroy": "true", - "attack_speed": "4", - "absorb": "2,0,4", - "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, - "low_alchemy": "48000", - "high_alchemy": "72000", - "destroy": "true", - "attack_speed": "4", - "absorb": "5,0,11", - "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" - }, - { - "shop_price": "120000", - "examine": "This item degrades while worn, and will turn to dust.", - "durability": null, - "low_alchemy": "48000", - "high_alchemy": "72000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "79703", - "name": "Corrupt dragon sq shield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13965" - }, - { - "shop_price": "72000", - "examine": "This item degrades while worn, and will turn to dust.", - "durability": null, - "low_alchemy": "48000", - "high_alchemy": "72000", - "destroy": "true", - "attack_speed": "4", - "absorb": "5,0,11", - "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, - "low_alchemy": "48000", - "high_alchemy": "72000", - "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" - }, - { - "shop_price": "120000", - "examine": "This item degrades while worn, and will turn to dust.", - "durability": null, - "low_alchemy": "48000", - "high_alchemy": "72000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Destroy", - "grand_exchange_price": "71066", - "name": "Corrupt dragon plateskirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13968" - }, - { - "shop_price": "72000", - "examine": "This item degrades while worn, and will turn to dust.", - "durability": null, - "low_alchemy": "48000", - "high_alchemy": "72000", - "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, - "low_alchemy": "48000", - "high_alchemy": "72000", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,0,6", - "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" - }, - { - "shop_price": "120000", - "examine": "This item degrades while worn, and will turn to dust.", - "durability": null, - "low_alchemy": "48000", - "high_alchemy": "72000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "87957", - "name": "Corrupt dragon platelegs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13971" - }, - { - "shop_price": "72000", - "examine": "This item degrades while worn, and will turn to dust.", - "durability": null, - "low_alchemy": "48000", - "high_alchemy": "72000", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,0,6", - "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, - "low_alchemy": "28800", - "high_alchemy": "43200", - "destroy": "true", - "weight": "2.7", - "attack_speed": "6", - "weapon_interface": "2", - "absorb": "0,0,0", - "render_anim": "2586", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "395,395,395,395", - "destroy_message": "Drop", - "grand_exchange_price": "332229", - "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, - "low_alchemy": "28800", - "high_alchemy": "43200", - "destroy": "true", - "weight": "2.7", - "attack_speed": "4", - "render_anim": "2586", - "defence_anim": "397", - "attack_anims": "395,395,395,395", - "destroy_message": "Drop", - "grand_exchange_price": "332229", - "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, - "low_alchemy": "28800", - "high_alchemy": "43200", - "destroy": "true", - "weight": "2.7", - "attack_speed": "6", - "weapon_interface": "2", - "absorb": "0,0,0", - "render_anim": "2586", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "395,395,395,395", - "destroy_message": "Drop", - "grand_exchange_price": "332229", - "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, - "low_alchemy": "12000", - "high_alchemy": "18000", - "destroy": "true", - "attack_speed": "4", - "weapon_interface": "5", - "absorb": "0,0,0", - "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, - "low_alchemy": "12000", - "high_alchemy": "18000", - "destroy": "true", - "attack_speed": "4", - "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, - "low_alchemy": "12000", - "high_alchemy": "18000", - "destroy": "true", - "attack_speed": "4", - "weapon_interface": "5", - "absorb": "0,0,0", - "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, - "low_alchemy": "40000", - "high_alchemy": "60000", - "destroy": "true", - "weight": "1.8", - "attack_speed": "4", - "weapon_interface": "6", - "absorb": "0,0,0", - "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" - }, - { - "shop_price": "100000", - "examine": "This item degrades while worn, and will turn to dust.", - "durability": null, - "low_alchemy": "40000", - "high_alchemy": "60000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "338644", - "name": "Corrupt dragon scimitar", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13980" - }, - { - "shop_price": "60000", - "examine": "This item degrades while worn, and will turn to dust.", - "durability": null, - "low_alchemy": "40000", - "high_alchemy": "60000", - "destroy": "true", - "attack_speed": "4", - "weapon_interface": "6", - "absorb": "0,0,0", - "render_anim": "1928", - "equipment_slot": "3", - "destroy_message": "Drop", - "grand_exchange_price": "338644", - "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, - "low_alchemy": "40000", - "high_alchemy": "60000", - "destroy": "true", - "weight": "1.8", - "attack_speed": "5", - "weapon_interface": "5", - "absorb": "0,0,0", - "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" - }, - { - "shop_price": "100000", - "examine": "This item degrades while worn, and will turn to dust.", - "durability": null, - "low_alchemy": "40000", - "high_alchemy": "60000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "207053", - "name": "Corrupt dragon longsword", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13983" - }, - { - "shop_price": "60000", - "examine": "This item degrades while worn, and will turn to dust.", - "durability": null, - "low_alchemy": "40000", - "high_alchemy": "60000", - "destroy": "true", - "attack_speed": "5", - "weapon_interface": "5", - "absorb": "0,0,0", - "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, - "low_alchemy": "12000", - "high_alchemy": "18000", - "destroy": "true", - "weight": "1.8", - "attack_speed": "5", - "weapon_interface": "8", - "absorb": "0,0,0", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "390,390,381,390", - "destroy_message": "Drop", - "grand_exchange_price": "50096", - "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, - "low_alchemy": "12000", - "high_alchemy": "18000", - "destroy": "true", - "weight": "1.8", - "attack_speed": "4", - "defence_anim": "397", - "attack_anims": "390,390,381,390", - "destroy_message": "Drop", - "grand_exchange_price": "50096", - "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, - "low_alchemy": "12000", - "high_alchemy": "18000", - "destroy": "true", - "weight": "1.8", - "attack_speed": "5", - "weapon_interface": "8", - "absorb": "0,0,0", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "390,390,381,390", - "destroy_message": "Drop", - "grand_exchange_price": "50096", - "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, - "low_alchemy": "8800", - "high_alchemy": "13200", - "destroy": "true", - "attack_speed": "5", - "two_handed": "true", - "weapon_interface": "14", - "absorb": "0,0,0", - "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, - "low_alchemy": "8800", - "high_alchemy": "13200", - "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, - "low_alchemy": "8800", - "high_alchemy": "13200", - "destroy": "true", - "attack_speed": "5", - "two_handed": "true", - "weapon_interface": "14", - "absorb": "0,0,0", - "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" - }, - { - "shop_price": "5", - "examine": "A book about the Wilderness.", - "durability": null, - "low_alchemy": "2", - "high_alchemy": "3", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "You can get another copy by searching bookshelves around RuneScape.", - "name": "Pvp worlds manual", - "archery_ticket_price": "0", - "id": "14056", - "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, - "low_alchemy": "10", - "high_alchemy": "15", - "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" - }, - { - "shop_price": "2", - "examine": "What a curious and ghoulish smell!", - "durability": null, - "high_alchemy": "1", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "3", - "destroy_message": "If you drop the goulash, it will be destroyed. You can get some more by dipping a bowl into Maggie's cauldron.", - "name": "Goulash", - "archery_ticket_price": "0", - "id": "14058", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "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, - "low_alchemy": "6", - "high_alchemy": "9", - "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" - }, - { - "shop_price": "15", - "examine": "Tattered but trendy.", - "durability": null, - "low_alchemy": "6", - "high_alchemy": "9", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "7", - "destroy_message": "You can get another set of warlock legs from Diango in Draynor Village.", - "name": "Warlock legs", - "archery_ticket_price": "0", - "id": "14077", - "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, - "low_alchemy": "6", - "high_alchemy": "9", - "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" - }, - { - "shop_price": "15", - "examine": "Tattered but trendy.", - "durability": null, - "low_alchemy": "6", - "high_alchemy": "9", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "7", - "destroy_message": "You can get another witch top from Diango in Draynor.", - "name": "Witch skirt", - "archery_ticket_price": "0", - "id": "14079", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "15", - "examine": "Ragged but rugged.", - "durability": null, - "low_alchemy": "6", - "high_alchemy": "9", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "1", - "destroy_message": "You can get another witch cloak from Diango in Draynor.", - "name": "Witch cloak", - "archery_ticket_price": "0", - "id": "14080", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "15", - "examine": "Ragged but rugged.", - "durability": null, - "low_alchemy": "6", - "high_alchemy": "9", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "1", - "destroy_message": "You can get another warlock cloak from Diango in Draynor Village.", - "name": "Warlock cloak", - "archery_ticket_price": "0", - "id": "14081", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "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, - "low_alchemy": "6", - "high_alchemy": "9", - "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" - }, - { - "shop_price": "15", - "examine": "Tattered but trendy.", - "durability": null, - "low_alchemy": "6", - "high_alchemy": "9", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "7", - "destroy_message": "You can get another witch top from Diango in Draynor.", - "name": "Witch skirt", - "archery_ticket_price": "0", - "id": "14087", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "15", - "examine": "Ragged but rugged.", - "durability": null, - "low_alchemy": "6", - "high_alchemy": "9", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "1", - "destroy_message": "You can get another witch cloak from Diango in Draynor.", - "name": "Witch cloak", - "archery_ticket_price": "0", - "id": "14088", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "examine": "", - "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" - }, - { - "examine": "", - "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" - }, - { - "examine": "", - "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" - }, - { - "examine": "", - "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" - }, - { - "examine": "", - "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", - "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", - "equipment_slot": "3", - "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, - "low_alchemy": "1", - "high_alchemy": "1", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "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", - "high_alchemy": "1", - "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", - "equipment_slot": "3", - "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", - "high_alchemy": "1", - "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", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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", - "equipment_slot": "3", - "destroy_message": "Drop", - "name": "Butterfly net (class 1)", - "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", - "equipment_slot": "3", - "destroy_message": "Drop", - "name": "Butterfly net (class 2)", - "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", - "equipment_slot": "3", - "destroy_message": "Drop", - "name": "Butterfly net (class 3)", - "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", - "equipment_slot": "3", - "destroy_message": "Drop", - "name": "Butterfly net (class 4)", - "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", - "equipment_slot": "3", - "destroy_message": "Drop", - "name": "Butterfly net (class 5)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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" - }, - { - "destroy_message": "Drop", - "shop_price": "2", - "examine": "The Sacred Clay has transformed into a wood-like substance.", - "durability": null, - "name": "Arrows (class 1)", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "14202", - "absorb": "0,0,0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,15,0,0", - "equipment_slot": "13" - }, - { - "destroy_message": "Drop", - "shop_price": "4", - "examine": "The Sacred Clay has transformed into a wood-like substance.", - "durability": null, - "name": "Arrows (class 2)", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "14203", - "absorb": "0,0,0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,30,0,0", - "equipment_slot": "13" - }, - { - "destroy_message": "Drop", - "shop_price": "6", - "examine": "The Sacred Clay has transformed into a wood-like substance.", - "durability": null, - "name": "Arrows (class 3)", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "14204", - "absorb": "0,0,0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,45,0,0", - "equipment_slot": "13" - }, - { - "destroy_message": "Drop", - "shop_price": "8", - "examine": "The Sacred Clay has transformed into a wood-like substance.", - "durability": null, - "name": "Arrows (class 4)", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "14205", - "absorb": "0,0,0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,60,0,0", - "equipment_slot": "13" - }, - { - "destroy_message": "Drop", - "shop_price": "10", - "examine": "The Sacred Clay has transformed into a wood-like substance.", - "durability": null, - "name": "Arrows (class 5)", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "14206", - "absorb": "0,0,0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,75,0,0", - "equipment_slot": "13" - }, - { - "shop_price": "150", - "examine": "3 doses of Prayer restore potion.", - "durability": null, - "low_alchemy": "61", - "high_alchemy": "91", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Prayer potion(5)", - "archery_ticket_price": "0", - "id": "14207", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "150", - "examine": "3 doses of Prayer restore potion.", - "durability": null, - "low_alchemy": "61", - "high_alchemy": "91", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Prayer potion(5)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14208" - }, - { - "shop_price": "120", - "examine": "4 doses of Prayer restore potion.", - "durability": null, - "low_alchemy": "61", - "high_alchemy": "91", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Prayer potion(4)", - "archery_ticket_price": "0", - "id": "14209", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "120", - "examine": "4 doses of Prayer restore potion.", - "durability": null, - "low_alchemy": "61", - "high_alchemy": "91", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Prayer potion(4)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14210" - }, - { - "shop_price": "90", - "examine": "3 doses of Prayer restore potion.", - "durability": null, - "low_alchemy": "61", - "high_alchemy": "91", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Prayer potion(3)", - "archery_ticket_price": "0", - "id": "14211", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "90", - "examine": "3 doses of Prayer restore potion.", - "durability": null, - "low_alchemy": "61", - "high_alchemy": "91", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Prayer potion(3)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14212" - }, - { - "shop_price": "60", - "examine": "2 doses of Prayer restore potion.", - "durability": null, - "low_alchemy": "61", - "high_alchemy": "91", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Prayer potion(2)", - "archery_ticket_price": "0", - "id": "14213", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "60", - "examine": "2 doses of Prayer restore potion.", - "durability": null, - "low_alchemy": "61", - "high_alchemy": "91", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Prayer potion(2)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14214" - }, - { - "shop_price": "30", - "examine": "1 dose of Prayer restore potion.", - "durability": null, - "low_alchemy": "61", - "high_alchemy": "91", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Prayer potion(1)", - "archery_ticket_price": "0", - "id": "14215", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "30", - "examine": "1 dose of Prayer restore potion.", - "durability": null, - "low_alchemy": "61", - "high_alchemy": "91", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Prayer potion(1)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14216" - }, - { - "shop_price": "150", - "examine": "4 doses of energy potion.", - "durability": null, - "low_alchemy": "58", - "high_alchemy": "87", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Energy potion (5)", - "archery_ticket_price": "0", - "id": "14217", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "150", - "examine": "4 doses of energy potion.", - "durability": null, - "low_alchemy": "58", - "high_alchemy": "87", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Energy potion (5)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14218" - }, - { - "shop_price": "120", - "examine": "4 doses of energy potion.", - "durability": null, - "low_alchemy": "58", - "high_alchemy": "87", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Energy potion (4)", - "archery_ticket_price": "0", - "id": "14219", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "120", - "examine": "4 doses of energy potion.", - "durability": null, - "low_alchemy": "58", - "high_alchemy": "87", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Energy potion (4)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14220" - }, - { - "shop_price": "90", - "examine": "3 doses of energy potion.", - "durability": null, - "low_alchemy": "58", - "high_alchemy": "87", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Energy potion (3)", - "archery_ticket_price": "0", - "id": "14221", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "90", - "examine": "3 doses of energy potion.", - "durability": null, - "low_alchemy": "58", - "high_alchemy": "87", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Energy potion (3)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14222" - }, - { - "shop_price": "60", - "examine": "2 doses of energy potion.", - "durability": null, - "low_alchemy": "58", - "high_alchemy": "87", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Energy potion (2)", - "archery_ticket_price": "0", - "id": "14223", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "60", - "examine": "2 doses of energy potion.", - "durability": null, - "low_alchemy": "58", - "high_alchemy": "87", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Energy potion (2)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14224" - }, - { - "shop_price": "30", - "examine": "1 dose of energy potion.", - "durability": null, - "low_alchemy": "58", - "high_alchemy": "87", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Energy potion (1)", - "archery_ticket_price": "0", - "id": "14225", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "30", - "examine": "1 dose of energy potion.", - "durability": null, - "low_alchemy": "58", - "high_alchemy": "87", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Energy potion (1)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14226" - }, - { - "shop_price": "150", - "examine": "5 doses of super Attack potion.", - "durability": null, - "low_alchemy": "72", - "high_alchemy": "108", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Super attack(5)", - "archery_ticket_price": "0", - "id": "14227", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "150", - "examine": "5 doses of super Attack potion.", - "durability": null, - "low_alchemy": "72", - "high_alchemy": "108", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Super attack(5)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14228" - }, - { - "shop_price": "120", - "examine": "4 doses of super Attack potion.", - "durability": null, - "low_alchemy": "72", - "high_alchemy": "108", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Super attack(4)", - "archery_ticket_price": "0", - "id": "14229", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "120", - "examine": "4 doses of super Attack potion.", - "durability": null, - "low_alchemy": "72", - "high_alchemy": "108", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Super attack(4)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14230" - }, - { - "shop_price": "90", - "examine": "3 doses of super Attack potion.", - "durability": null, - "low_alchemy": "72", - "high_alchemy": "108", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Super attack(3)", - "archery_ticket_price": "0", - "id": "14231", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "90", - "examine": "3 doses of super Attack potion.", - "durability": null, - "low_alchemy": "72", - "high_alchemy": "108", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Super attack(3)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14232" - }, - { - "shop_price": "60", - "examine": "2 doses of super Attack potion.", - "durability": null, - "low_alchemy": "72", - "high_alchemy": "108", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Super attack(2)", - "archery_ticket_price": "0", - "id": "14233", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "60", - "examine": "2 doses of super Attack potion.", - "durability": null, - "low_alchemy": "72", - "high_alchemy": "108", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Super attack(2)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14234" - }, - { - "shop_price": "30", - "examine": "1 dose of super Attack potion.", - "durability": null, - "low_alchemy": "72", - "high_alchemy": "108", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Super attack(1)", - "archery_ticket_price": "0", - "id": "14235", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "30", - "examine": "1 dose of super Attack potion.", - "durability": null, - "low_alchemy": "72", - "high_alchemy": "108", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Super attack(1)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14236" - }, - { - "shop_price": "150", - "examine": "5 doses of super Strength potion.", - "durability": null, - "low_alchemy": "88", - "high_alchemy": "132", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Super strength(5)", - "archery_ticket_price": "0", - "id": "14237", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "150", - "examine": "5 doses of super Strength potion.", - "durability": null, - "low_alchemy": "88", - "high_alchemy": "132", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Super strength(5)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14238" - }, - { - "shop_price": "120", - "examine": "4 doses of super Strength potion.", - "durability": null, - "low_alchemy": "88", - "high_alchemy": "132", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Super strength(4)", - "archery_ticket_price": "0", - "id": "14239", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "120", - "examine": "4 doses of super Strength potion.", - "durability": null, - "low_alchemy": "88", - "high_alchemy": "132", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Super strength(4)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14240" - }, - { - "shop_price": "90", - "examine": "3 doses of super Strength potion.", - "durability": null, - "low_alchemy": "88", - "high_alchemy": "132", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Super strength(3)", - "archery_ticket_price": "0", - "id": "14241", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "90", - "examine": "3 doses of super Strength potion.", - "durability": null, - "low_alchemy": "88", - "high_alchemy": "132", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Super strength(3)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14242" - }, - { - "shop_price": "60", - "examine": "2 doses of super Strength potion.", - "durability": null, - "low_alchemy": "88", - "high_alchemy": "132", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Super strength(2)", - "archery_ticket_price": "0", - "id": "14243", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "60", - "examine": "2 doses of super Strength potion.", - "durability": null, - "low_alchemy": "88", - "high_alchemy": "132", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Super strength(2)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14244" - }, - { - "shop_price": "30", - "examine": "1 dose of super Strength potion.", - "durability": null, - "low_alchemy": "88", - "high_alchemy": "132", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Super strength(1)", - "archery_ticket_price": "0", - "id": "14245", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "30", - "examine": "1 dose of super Strength potion.", - "durability": null, - "low_alchemy": "88", - "high_alchemy": "132", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Super strength(1)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14246" - }, - { - "shop_price": "150", - "examine": "4 doses of ranging potion.", - "durability": null, - "low_alchemy": "224", - "high_alchemy": "336", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Ranging potion(5)", - "archery_ticket_price": "0", - "id": "14247", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "150", - "examine": "5 doses of ranging potion.", - "durability": null, - "low_alchemy": "224", - "high_alchemy": "336", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Ranging potion(5)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14248" - }, - { - "shop_price": "120", - "examine": "4 doses of ranging potion.", - "durability": null, - "low_alchemy": "224", - "high_alchemy": "336", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Ranging potion(4)", - "archery_ticket_price": "0", - "id": "14249", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "120", - "examine": "4 doses of ranging potion.", - "durability": null, - "low_alchemy": "224", - "high_alchemy": "336", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Ranging potion(4)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14250" - }, - { - "shop_price": "90", - "examine": "3 doses of ranging potion.", - "durability": null, - "low_alchemy": "224", - "high_alchemy": "336", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Ranging potion(3)", - "archery_ticket_price": "0", - "id": "14251", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "90", - "examine": "3 doses of ranging potion.", - "durability": null, - "low_alchemy": "224", - "high_alchemy": "336", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Ranging potion(3)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14252" - }, - { - "shop_price": "60", - "examine": "2 doses of ranging potion.", - "durability": null, - "low_alchemy": "224", - "high_alchemy": "336", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Ranging potion(2)", - "archery_ticket_price": "0", - "id": "14253", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "60", - "examine": "2 doses of ranging potion.", - "durability": null, - "low_alchemy": "224", - "high_alchemy": "336", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Ranging potion(2)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14254" - }, - { - "shop_price": "30", - "examine": "1 dose of ranging potion.", - "durability": null, - "low_alchemy": "224", - "high_alchemy": "336", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Ranging potion(1)", - "archery_ticket_price": "0", - "id": "14255", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "30", - "examine": "1 dose of ranging potion.", - "durability": null, - "low_alchemy": "224", - "high_alchemy": "336", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Ranging potion(1)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14256" - }, - { - "shop_price": "150", - "examine": "3 doses of Defence Potion.", - "durability": null, - "low_alchemy": "352", - "high_alchemy": "528", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Defence potion(5)", - "archery_ticket_price": "0", - "id": "14257", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "150", - "examine": "3 doses of Defence Potion.", - "durability": null, - "low_alchemy": "352", - "high_alchemy": "528", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Defence potion(5)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14258" - }, - { - "shop_price": "120", - "examine": "4 doses of Defence Potion.", - "durability": null, - "low_alchemy": "352", - "high_alchemy": "528", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Defence potion(4)", - "archery_ticket_price": "0", - "id": "14259", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "120", - "examine": "4 doses of Defence Potion.", - "durability": null, - "low_alchemy": "352", - "high_alchemy": "528", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Defence potion(4)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14260" - }, - { - "shop_price": "90", - "examine": "3 doses of Defence Potion.", - "durability": null, - "low_alchemy": "352", - "high_alchemy": "528", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Defence potion(3)", - "archery_ticket_price": "0", - "id": "14261", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "90", - "examine": "3 doses of Defence Potion.", - "durability": null, - "low_alchemy": "352", - "high_alchemy": "528", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Defence potion(3)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14262" - }, - { - "shop_price": "60", - "examine": "2 doses of Defence Potion.", - "durability": null, - "low_alchemy": "352", - "high_alchemy": "528", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Defence potion(2)", - "archery_ticket_price": "0", - "id": "14263", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "60", - "examine": "2 doses of Defence Potion.", - "durability": null, - "low_alchemy": "352", - "high_alchemy": "528", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Defence potion(2)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14264" - }, - { - "shop_price": "30", - "examine": "1 dose of Defence Potion.", - "durability": null, - "low_alchemy": "352", - "high_alchemy": "528", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Defence potion(1)", - "archery_ticket_price": "0", - "id": "14265", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "30", - "examine": "1 dose of Defence Potion.", - "durability": null, - "low_alchemy": "352", - "high_alchemy": "528", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Defence potion(1)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14266" - }, - { - "shop_price": "150", - "examine": "4 doses of Magic potion.", - "durability": null, - "low_alchemy": "224", - "high_alchemy": "336", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Magic potion(5)", - "archery_ticket_price": "0", - "id": "14267", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "150", - "examine": "5 doses of Magic potion.", - "durability": null, - "low_alchemy": "224", - "high_alchemy": "336", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Magic potion(5)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14268" - }, - { - "shop_price": "120", - "examine": "4 doses of Magic potion.", - "durability": null, - "low_alchemy": "224", - "high_alchemy": "336", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Magic potion(4)", - "archery_ticket_price": "0", - "id": "14269", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "120", - "examine": "4 doses of Magic potion.", - "durability": null, - "low_alchemy": "224", - "high_alchemy": "336", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Magic potion(4)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14270" - }, - { - "shop_price": "90", - "examine": "3 doses of Magic potion.", - "durability": null, - "low_alchemy": "224", - "high_alchemy": "336", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Magic potion(3)", - "archery_ticket_price": "0", - "id": "14271", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "90", - "examine": "3 doses of Magic potion.", - "durability": null, - "low_alchemy": "224", - "high_alchemy": "336", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Magic potion(3)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14272" - }, - { - "shop_price": "60", - "examine": "2 doses of Magic potion.", - "durability": null, - "low_alchemy": "224", - "high_alchemy": "336", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Magic potion(2)", - "archery_ticket_price": "0", - "id": "14273", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "60", - "examine": "2 doses of Magic potion.", - "durability": null, - "low_alchemy": "224", - "high_alchemy": "336", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Magic potion(2)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14274" - }, - { - "shop_price": "30", - "examine": "1 dose of Magic potion.", - "durability": null, - "low_alchemy": "224", - "high_alchemy": "336", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Magic potion(1)", - "archery_ticket_price": "0", - "id": "14275", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "30", - "examine": "1 dose of Magic potion.", - "durability": null, - "low_alchemy": "224", - "high_alchemy": "336", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Magic potion(1)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14276" - }, - { - "shop_price": "150", - "examine": "3 doses of Summoning potion.", - "durability": null, - "low_alchemy": "76", - "high_alchemy": "114", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Summoning potion(5)", - "archery_ticket_price": "0", - "id": "14277", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "150", - "examine": "3 doses of Summoning potion.", - "durability": null, - "low_alchemy": "76", - "high_alchemy": "114", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Summoning potion(5)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14278" - }, - { - "shop_price": "120", - "examine": "4 doses of Summoning potion.", - "durability": null, - "low_alchemy": "76", - "high_alchemy": "114", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Summoning potion(4)", - "archery_ticket_price": "0", - "id": "14279", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "120", - "examine": "4 doses of Summoning potion.", - "durability": null, - "low_alchemy": "76", - "high_alchemy": "114", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Summoning potion(4)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14280" - }, - { - "shop_price": "90", - "examine": "3 doses of Summoning potion.", - "durability": null, - "low_alchemy": "76", - "high_alchemy": "114", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Summoning potion(3)", - "archery_ticket_price": "0", - "id": "14281", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "90", - "examine": "3 doses of Summoning potion.", - "durability": null, - "low_alchemy": "76", - "high_alchemy": "114", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Summoning potion(3)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14282" - }, - { - "shop_price": "60", - "examine": "2 doses of Summoning potion.", - "durability": null, - "low_alchemy": "76", - "high_alchemy": "114", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Summoning potion(2)", - "archery_ticket_price": "0", - "id": "14283", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "60", - "examine": "2 doses of Summoning potion.", - "durability": null, - "low_alchemy": "76", - "high_alchemy": "114", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Summoning potion(2)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14284" - }, - { - "shop_price": "30", - "examine": "1 dose of Summoning potion.", - "durability": null, - "low_alchemy": "76", - "high_alchemy": "114", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Summoning potion(1)", - "archery_ticket_price": "0", - "id": "14285", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "30", - "examine": "1 dose of Summoning potion.", - "durability": null, - "low_alchemy": "76", - "high_alchemy": "114", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Summoning potion(1)", - "tradeable": "true", - "archery_ticket_price": "0", - "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", - "destroy_message": "Drop", - "name": "Scimitar (class 1)", - "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", - "destroy_message": "Drop", - "name": "Scimitar (class 2)", - "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", - "destroy_message": "Drop", - "name": "Scimitar (class 3)", - "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", - "destroy_message": "Drop", - "name": "Scimitar (class 4)", - "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", - "destroy_message": "Drop", - "name": "Scimitar (class 5)", - "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", - "destroy_message": "Drop", - "name": "Dagger (class 1)", - "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", - "destroy_message": "Drop", - "name": "Dagger (class 2)", - "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", - "destroy_message": "Drop", - "name": "Dagger (class 3)", - "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", - "destroy_message": "Drop", - "name": "Dagger (class 4)", - "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", - "destroy_message": "Drop", - "name": "Dagger (class 5)", - "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", - "equipment_slot": "3", - "destroy_message": "Drop", - "name": "Warhammer (class 1)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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" - }, - { - "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)", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "14327", - "absorb": "0,0,0", - "bonuses": "0,0,0,0,0,0,0,0,15,0,15,0,0,0,0", - "equipment_slot": "7" - }, - { - "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" - }, - { - "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)", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "14329", - "absorb": "0,0,0", - "bonuses": "0,0,0,0,0,0,0,0,30,0,30,0,0,0,0", - "equipment_slot": "7" - }, - { - "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" - }, - { - "destroy_message": "Drop", - "shop_price": "90", - "examine": "The sacred clay transformed into a light, cloth-like material.", - "durability": null, - "name": "Robe bottom (class 3)", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "14331", - "absorb": "0,0,0", - "bonuses": "0,0,0,0,0,0,0,0,45,0,45,0,0,0,0", - "equipment_slot": "7" - }, - { - "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" - }, - { - "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)", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "14333", - "absorb": "0,0,0", - "bonuses": "0,0,0,0,0,0,0,0,60,0,60,0,0,0,0", - "equipment_slot": "7" - }, - { - "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" - }, - { - "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)", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "14335", - "absorb": "0,0,0", - "bonuses": "0,0,0,0,0,0,0,0,75,0,75,0,0,0,0", - "equipment_slot": "7" - }, - { - "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" - }, - { - "destroy_message": "Drop", - "shop_price": "30", - "examine": "The sacred clay has transformed into a light, cloth-like material.", - "durability": null, - "name": "Hat (class 1)", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "14337", - "absorb": "0,0,0", - "bonuses": "0,0,0,0,0,0,0,0,10,0,10,0,0,0,0", - "equipment_slot": "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" - }, - { - "destroy_message": "Drop", - "shop_price": "60", - "examine": "The sacred clay has transformed into a light, cloth-like material.", - "durability": null, - "name": "Hat (class 2)", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "14339", - "absorb": "0,0,0", - "bonuses": "0,0,0,0,0,0,0,0,20,0,20,0,0,0,0", - "equipment_slot": "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" - }, - { - "destroy_message": "Drop", - "shop_price": "90", - "examine": "The sacred clay has transformed into a light, cloth-like material.", - "durability": null, - "name": "Hat (class 3)", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "14341", - "absorb": "0,0,0", - "bonuses": "0,0,0,0,0,0,0,0,30,0,30,0,0,0,0", - "equipment_slot": "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" - }, - { - "destroy_message": "Drop", - "shop_price": "120", - "examine": "The sacred clay has transformed into a light, cloth-like material.", - "durability": null, - "name": "Hat (class 4)", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "14343", - "absorb": "0,0,0", - "bonuses": "0,0,0,0,0,0,0,0,40,0,40,0,0,0,0", - "equipment_slot": "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" - }, - { - "destroy_message": "Drop", - "shop_price": "150", - "examine": "The sacred clay has transformed into a light, cloth-like material.", - "durability": null, - "name": "Hat (class 5)", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "14345", - "absorb": "0,0,0", - "bonuses": "0,0,0,0,0,0,0,0,50,0,50,0,0,0,0", - "equipment_slot": "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)", - "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)", - "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)", - "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)", - "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)", - "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" - }, - { - "destroy_message": "Drop", - "shop_price": "30", - "examine": "The sacred clay has transformed into a hard, metallic substance.", - "durability": null, - "name": "Platelegs (class 1)", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "14357", - "absorb": "0,0,0", - "bonuses": "0,0,0,-30,-10,15,15,15,-10,7,15,0,0,0,0", - "equipment_slot": "7" - }, - { - "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" - }, - { - "destroy_message": "Drop", - "shop_price": "60", - "examine": "The sacred clay has transformed into a hard, metallic substance.", - "durability": null, - "name": "Platelegs (class 2)", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "14359", - "absorb": "0,0,0", - "bonuses": "0,0,0,-30,-10,30,30,30,-10,15,30,0,0,0,0", - "equipment_slot": "7" - }, - { - "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" - }, - { - "destroy_message": "Drop", - "shop_price": "90", - "examine": "The sacred clay has transformed into a hard, metallic substance.", - "durability": null, - "name": "Platelegs (class 3)", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "14361", - "absorb": "0,0,0", - "bonuses": "0,0,0,-30,-10,45,45,45,-10,23,45,0,0,0,0", - "equipment_slot": "7" - }, - { - "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" - }, - { - "destroy_message": "Drop", - "shop_price": "120", - "examine": "The sacred clay has transformed into a hard, metallic substance.", - "durability": null, - "name": "Platelegs (class 4)", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "14363", - "absorb": "0,0,0", - "bonuses": "0,0,0,-30,-10,60,60,60,-10,30,60,0,0,0,0", - "equipment_slot": "7" - }, - { - "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" - }, - { - "destroy_message": "Drop", - "shop_price": "150", - "examine": "The sacred clay has transformed into a hard, metallic substance.", - "durability": null, - "name": "Platelegs (class 5)", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "14365", - "absorb": "0,0,0", - "bonuses": "0,0,0,-30,-10,75,75,75,-10,37,75,0,0,0,0", - "equipment_slot": "7" - }, - { - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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" - }, - { - "destroy_message": "Drop", - "shop_price": "30", - "examine": "The sacred clay transformed into a flexible mesh.", - "durability": null, - "name": "Chaps (class 1)", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "14401", - "absorb": "0,0,0", - "bonuses": "0,0,0,0,0,7,7,7,0,15,15,0,0,0,0", - "equipment_slot": "7" - }, - { - "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" - }, - { - "destroy_message": "Drop", - "shop_price": "60", - "examine": "The sacred clay transformed into a flexible mesh.", - "durability": null, - "name": "Chaps (class 2)", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "14403", - "absorb": "0,0,0", - "bonuses": "0,0,0,0,0,15,15,15,0,30,30,0,0,0,0", - "equipment_slot": "7" - }, - { - "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" - }, - { - "destroy_message": "Drop", - "shop_price": "90", - "examine": "The sacred clay transformed into a flexible mesh.", - "durability": null, - "name": "Chaps (class 3)", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "14405", - "absorb": "0,0,0", - "bonuses": "0,0,0,0,0,23,23,23,0,45,45,0,0,0,0", - "equipment_slot": "7" - }, - { - "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" - }, - { - "destroy_message": "Drop", - "shop_price": "120", - "examine": "The sacred clay transformed into a flexible mesh.", - "durability": null, - "name": "Chaps (class 4)", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "14407", - "absorb": "0,0,0", - "bonuses": "0,0,0,0,0,30,30,30,0,60,60,0,0,1,0", - "equipment_slot": "7" - }, - { - "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" - }, - { - "destroy_message": "Drop", - "shop_price": "150", - "examine": "The sacred clay transformed into a flexible mesh.", - "durability": null, - "name": "Chaps (class 5)", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "14409", - "absorb": "0,0,0", - "bonuses": "0,0,0,0,0,37,37,37,0,75,75,0,0,0,0", - "equipment_slot": "7" - }, - { - "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", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Coif (class 1)", - "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" - }, - { - "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", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Coif (class 2)", - "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", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Coif (class 3)", - "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", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Coif (class 4)", - "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)", - "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", - "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)", - "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)", - "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)", - "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)", - "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)", - "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" - }, - { - "shop_price": "5", - "examine": "A vine flower grown through magical means.", - "durability": null, - "low_alchemy": "2", - "high_alchemy": "3", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "name": "Vine flower", - "archery_ticket_price": "0", - "id": "14458", - "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" - }, - { - "shop_price": "10", - "examine": "Some dirty clothes that apparently belong to Movario.", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "3", - "destroy_message": "You got these clothes from a washerman who lives near the Khazard battle arena.", - "name": "Dirty laundry", - "archery_ticket_price": "0", - "id": "14460", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "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, - "low_alchemy": "12000", - "high_alchemy": "18000", - "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" - }, - { - "shop_price": "30000", - "examine": "A badly damaged lump of dragon metal.", - "durability": null, - "low_alchemy": "12000", - "high_alchemy": "18000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "955683", - "name": "Ruined dragon armour lump", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14473" - }, - { - "shop_price": "30000", - "examine": "A badly damaged slice of dragon metal.", - "durability": null, - "low_alchemy": "12000", - "high_alchemy": "18000", - "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" - }, - { - "shop_price": "30000", - "examine": "A badly damaged slice of dragon metal.", - "durability": null, - "low_alchemy": "12000", - "high_alchemy": "18000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "1761141", - "name": "Ruined dragon armour slice", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14475" - }, - { - "shop_price": "30000", - "examine": "A badly damaged shard of dragon metal.", - "durability": null, - "low_alchemy": "12000", - "high_alchemy": "18000", - "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" - }, - { - "shop_price": "30000", - "examine": "A badly damaged shard of dragon metal.", - "durability": null, - "low_alchemy": "12000", - "high_alchemy": "18000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "1090493", - "name": "Ruined dragon armour shard", - "tradeable": "true", - "archery_ticket_price": "0", - "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, - "low_alchemy": "704000", - "high_alchemy": "1056000", - "destroy": "true", - "attack_speed": "4", - "absorb": "4,0,9", - "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" - }, - { - "shop_price": "1760000", - "examine": "Provides excellent protection.", - "durability": null, - "low_alchemy": "704000", - "high_alchemy": "1056000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4453643", - "name": "Dragon platebody", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14480" - }, - { - "requirements": "{1,60}", - "examine": "Provides excellent protection.", - "durability": null, - "low_alchemy": "704000", - "high_alchemy": "1056000", - "destroy": "true", - "attack_speed": "4", - "absorb": "4,0,9", - "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", - "low_alchemy": "27000", - "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, - "high_alchemy": "40500", - "destroy": "true", - "weapon_interface": "9", - "render_anim": "2583", - "lendable": "true", - "name": "Dragon claws" - }, - { - "shop_price": "67500", - "examine": "A set of fighting claws.", - "durability": null, - "low_alchemy": "27000", - "high_alchemy": "40500", - "destroy": "true", - "attack_speed": "4", - "two_handed": "true", - "destroy_message": "Drop", - "grand_exchange_price": "1472441", - "name": "Dragon claws", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14485" - }, - { - "requirements": "{0,60}", - "examine": "A set of fighting claws.", - "has_special": "true", - "durability": null, - "low_alchemy": "27000", - "high_alchemy": "40500", - "destroy": "true", - "attack_speed": "4", - "two_handed": "true", - "weapon_interface": "9", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "1472441", - "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" - }, - { - "shop_price": "65000", - "examine": "These look pretty heavy, but very elite.", - "requirements": "{1,40}", - "durability": null, - "low_alchemy": "26000", - "high_alchemy": "39000", - "destroy": "true", - "attack_speed": "4", - "absorb": "2,0,4", - "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" - }, - { - "shop_price": "65000", - "examine": "These look pretty heavy, but very elite.", - "durability": null, - "low_alchemy": "26000", - "high_alchemy": "39000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "41559", - "name": "Elite black platelegs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14491" - }, - { - "shop_price": "64000", - "examine": "Provides excellent protection, and is elite.", - "requirements": "{1,40}", - "durability": null, - "low_alchemy": "25600", - "high_alchemy": "38400", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,0,6", - "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" - }, - { - "shop_price": "64000", - "examine": "Provides excellent protection, and is elite.", - "durability": null, - "low_alchemy": "25600", - "high_alchemy": "38400", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "38275", - "name": "Elite black platebody", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14493" - }, - { - "remove_head": "true", - "shop_price": "35200", - "examine": "A full face helmet, and elite.", - "requirements": "{1,40}", - "durability": null, - "low_alchemy": "14080", - "high_alchemy": "21120", - "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" - }, - { - "shop_price": "35200", - "examine": "A full face helmet, and elite.", - "durability": null, - "low_alchemy": "14080", - "high_alchemy": "21120", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "30542", - "name": "Elite black full helm", - "tradeable": "true", - "archery_ticket_price": "0", - "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" - }, - { - "shop_price": "120000", - "examine": "A robe worn by members of the Dagon'hai.", - "requirements": "{1,20}-{6,40}", - "durability": null, - "low_alchemy": "48000", - "high_alchemy": "72000", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,1,0", - "equipment_slot": "4", - "destroy_message": "Drop", - "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,0,2,0" - }, - { - "shop_price": "120000", - "examine": "A robe worn by members of the Dagon'hai.", - "durability": null, - "low_alchemy": "48000", - "high_alchemy": "72000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "71098", - "name": "Dagon'hai robe top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14498" - }, - { - "shop_price": "15000", - "examine": "A hat worn by members of the Dagon'hai.", - "requirements": "{1,20}-{6,40}", - "durability": null, - "low_alchemy": "6000", - "high_alchemy": "9000", - "destroy": "true", - "attack_speed": "4", - "absorb": "1,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "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.", - "durability": null, - "low_alchemy": "6000", - "high_alchemy": "9000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "9580", - "name": "Dagon'hai hat", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14500" - }, - { - "shop_price": "80000", - "examine": "A robe worn by members of the Dagon'hai.", - "requirements": "{1,20}-{6,40}", - "durability": null, - "low_alchemy": "32000", - "high_alchemy": "48000", - "destroy": "true", - "attack_speed": "4", - "absorb": "2,1,0", - "equipment_slot": "7", - "destroy_message": "Drop", - "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,0,2,0" - }, - { - "shop_price": "80000", - "examine": "A robe worn by members of the Dagon'hai.", - "durability": null, - "low_alchemy": "32000", - "high_alchemy": "48000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "45691", - "name": "Dagon'hai robe bottom", - "tradeable": "true", - "archery_ticket_price": "0", - "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.", - "durability": null, - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "193541", - "name": "Dagon'hai robes set", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14525", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "destroy_message": "Drop", - "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": "true", - "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" - }, - { - "examine": "", - "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.", - "examine": "", - "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.", - "examine": "", - "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" - }, - { - "shop_price": "9", - "examine": "", - "durability": null, - "low_alchemy": "3", - "high_alchemy": "5", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "name": "Raw turkey", - "archery_ticket_price": "0", - "id": "14539", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "4", - "examine": "Mmm, this looks tasty.", - "durability": null, - "low_alchemy": "1", - "high_alchemy": "2", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "name": "Cooked turkey", - "archery_ticket_price": "0", - "id": "14540", - "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" - }, - { - "shop_price": "9", - "examine": "I need to cook this first.", - "durability": null, - "low_alchemy": "3", - "high_alchemy": "5", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "name": "Raw turkey drumstick", - "archery_ticket_price": "0", - "id": "14542", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "4", - "examine": "Mmm, this looks tasty.", - "durability": null, - "low_alchemy": "1", - "high_alchemy": "2", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "name": "Cooked turkey drumstick", - "archery_ticket_price": "0", - "id": "14543", - "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.", - "examine": "", - "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" - }, - { - "destroy_message": "", - "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", - "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", - "equipment_slot": "10" - }, - { - "destroy_message": "", - "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", - "equipment_slot": "10" - }, - { - "destroy_message": "", - "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" - }, - { - "destroy_message": "", - "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" - }, - { - "destroy_message": "", - "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, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "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, - "low_alchemy": "80", - "high_alchemy": "120", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "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, - "low_alchemy": "120", - "high_alchemy": "180", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "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" - }, - { - "destroy_message": "", - "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" - }, - { - "destroy_message": "", - "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" - }, - { - "destroy_message": "", - "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", - "low_alchemy": "500", - "high_alchemy": "750", - "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" - }, - { - "shop_price": "1000", - "examine": "This will teleport me to Rellekka when I play it. ", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "3", - "destroy_message": "Drop", - "name": "Enchanted lyre(5)", - "archery_ticket_price": "0", - "id": "14590", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "1000", - "examine": "This will teleport me to Rellekka when I play it. ", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "3", - "destroy_message": "Drop", - "name": "Enchanted lyre(6)", - "archery_ticket_price": "0", - "id": "14591", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "examine": "These look pretty heavy, but very elite.", - "durability": null, - "low_alchemy": "26000", - "high_alchemy": "39000", - "destroy": "true", - "attack_speed": "4", - "absorb": "2,0,4", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "41559", - "name": "Elite black platelegs", - "archery_ticket_price": "0", - "id": "14592", - "bonuses": "0,0,0,-14,-6,52,50,25,-1,49,15,0,0,0,0" - }, - { - "examine": "Provides excellent protection, and is elite.", - "durability": null, - "low_alchemy": "25600", - "high_alchemy": "38400", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,0,6", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "38275", - "name": "Elite black platebody", - "archery_ticket_price": "0", - "id": "14593", - "bonuses": "0,0,0,-20,-8,80,85,40,-2,80,40,0,0,0,0" - }, - { - "examine": "A full face helmet, and elite.", - "durability": null, - "low_alchemy": "14080", - "high_alchemy": "21120", - "destroy": "true", - "attack_speed": "4", - "absorb": "1,0,3", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "30542", - "name": "Elite black full helm", - "archery_ticket_price": "0", - "id": "14594", - "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" - }, - { - "destroy_message": "", - "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", - "examine": "", - "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" - }, - { - "destroy_message": "", - "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, - "low_alchemy": "40", - "high_alchemy": "60", - "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" - }, - { - "shop_price": "100", - "examine": "A feather from a phoenix. Used in Summoning (72).", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "3431", - "name": "Phoenix quill", - "tradeable": "true", - "archery_ticket_price": "0", - "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" - }, - { - "shop_price": "498", - "durability": null, - "name": "Rise from the ashes scroll", - "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", - "low_alchemy": "80", - "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, - "high_alchemy": "120", - "destroy": "true", - "weapon_interface": "6", - "render_anim": "1", - "attack_audios": "2500,2500,2517,2500", - "name": "Enhanced excalibur" - }, - { - "destroy_message": "", - "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" - }, - { - "destroy_message": "", - "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" - }, - { - "destroy_message": "", - "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, - "low_alchemy": "260", - "high_alchemy": "390", - "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, - "low_alchemy": "260", - "high_alchemy": "390", - "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", - "low_alchemy": "7050", - "high_alchemy": "10575", - "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", - "low_alchemy": "7050", - "high_alchemy": "10575", - "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", - "low_alchemy": "7050", - "high_alchemy": "10575", - "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", - "low_alchemy": "7050", - "high_alchemy": "10575", - "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", - "low_alchemy": "7050", - "high_alchemy": "10575", - "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, - "low_alchemy": "0", - "high_alchemy": "1", - "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", - "low_alchemy": "0", - "high_alchemy": "1", - "archery_ticket_price": "0", - "destroy": "true", - "id": "14649", - "equipment_slot": "12" - }, - { - "ge_buy_limit": "0", - "examine": "A standard issue wizard hat.", - "durability": null, - "low_alchemy": "0", - "high_alchemy": "1", - "weight": "0.1", - "destroy": "true", - "equipment_slot": "0", - "destroy_message": "", - "grand_exchange_price": "0", - "name": "Wizard hat", - "tradeable": "false", - "archery_ticket_price": "0", - "hat": "true", - "id": "14650", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "id": "14651", - "examine": "Passed down from the super egg defending bunny knights.", - "destroy": "true", - "destroy_message": " WARNING: This item CAN NOT be re-obtained.", - "requirements": "{0,40}", - "durability": null, - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "12", - "render_anim": "326", - "equipment_slot": "3", - "fun_weapon": "true", - "name": "Eggscalibur", - "archery_ticket_price": "0", - "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0" - }, - { - "name": "Super Egg", - "id": "14652", - "examine": "SUPER. EGG. SUPER. EGG.", - "destroy": "true", - "destroy_message": "You dare destroy I?! THE ALL MIGHTY AND POWERFUL SUPER EGG?!", - "durability": null, - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "12", - "render_anim": "182", - "equipment_slot": "3", - "fun_weapon": "true", - "archery_ticket_price": "0", - "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0" - } +[ + { + "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", + "destroy": "true", + "archery_ticket_price": "0", + "two_handed": "true", + "id": "0" + }, + { + "destroy_message": "I got this from Captain Lawgof.", + "shop_price": "1", + "examine": "Good for repairing a broken cannon.", + "durability": null, + "name": "Toolkit", + "tradeable": "false", + "destroy": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "1" + }, + { + "shop_price": "5", + "ge_buy_limit": "10000", + "examine": "Ammo for the Dwarf Cannon.", + "grand_exchange_price": "381", + "durability": null, + "name": "Cannonball", + "tradeable": "true", + "low_alchemy": "2", + "high_alchemy": "3", + "archery_ticket_price": "0", + "id": "2" + }, + { + "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", + "examine": "Used to make cannon ammunition.", + "durability": null, + "name": "Ammo mould", + "low_alchemy": "2", + "high_alchemy": "3", + "weight": "4.5", + "archery_ticket_price": "0", + "id": "4" + }, + { + "shop_price": "20", + "examine": "An old note book.", + "durability": null, + "name": "Instruction manual", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "0.51", + "archery_ticket_price": "0", + "id": "5" + }, + { + "shop_price": "187500", + "ge_buy_limit": "10", + "examine": "The cannon is built on this.", + "grand_exchange_price": "189000", + "durability": null, + "name": "Cannon base", + "tradeable": "true", + "low_alchemy": "75000", + "high_alchemy": "112500", + "weight": "7", + "archery_ticket_price": "0", + "id": "6" + }, + { + "shop_price": "187500", + "ge_buy_limit": "10", + "grand_exchange_price": "189000", + "durability": null, + "name": "Cannon base", + "tradeable": "true", + "low_alchemy": "75000", + "high_alchemy": "112500", + "archery_ticket_price": "0", + "id": "7" + }, + { + "shop_price": "187500", + "ge_buy_limit": "10", + "examine": "The mounting for the multicannon.", + "grand_exchange_price": "185000", + "durability": null, + "name": "Cannon stand", + "tradeable": "true", + "low_alchemy": "75000", + "high_alchemy": "112500", + "weight": "7", + "archery_ticket_price": "0", + "id": "8" + }, + { + "shop_price": "187500", + "ge_buy_limit": "10", + "grand_exchange_price": "185000", + "durability": null, + "name": "Cannon stand", + "tradeable": "true", + "low_alchemy": "75000", + "high_alchemy": "112500", + "archery_ticket_price": "0", + "id": "9" + }, + { + "shop_price": "187500", + "ge_buy_limit": "10", + "examine": "The barrels for the multicannon.", + "grand_exchange_price": "187000", + "durability": null, + "name": "Cannon barrels", + "tradeable": "true", + "low_alchemy": "75000", + "high_alchemy": "112500", + "weight": "7", + "archery_ticket_price": "0", + "id": "10" + }, + { + "shop_price": "187500", + "ge_buy_limit": "10", + "grand_exchange_price": "187000", + "durability": null, + "name": "Cannon barrels", + "tradeable": "true", + "low_alchemy": "75000", + "high_alchemy": "112500", + "archery_ticket_price": "0", + "id": "11" + }, + { + "shop_price": "187500", + "ge_buy_limit": "10", + "examine": "This powers the multicannon.", + "grand_exchange_price": "175200", + "durability": null, + "name": "Cannon furnace", + "tradeable": "true", + "low_alchemy": "75000", + "high_alchemy": "112500", + "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", + "low_alchemy": "75000", + "high_alchemy": "112500", + "archery_ticket_price": "0", + "id": "13" + }, + { + "shop_price": "1", + "examine": "A metal railing replacement.", + "durability": null, + "name": "Railing", + "archery_ticket_price": "0", + "id": "14" + }, + { + "examine": "A cloth given to me by Sir Galahad.", + "durability": null, + "name": "Holy table napkin", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "15" + }, + { + "examine": "A small tin whistle.", + "durability": null, + "name": "Magic whistle", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "16" + }, + { + "examine": "I wonder what happens when I ring it?", + "durability": null, + "name": "Grail bell", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "17" + }, + { + "examine": "It will point the way for me.", + "durability": null, + "name": "Magic gold feather", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "18" + }, + { + "examine": "A cog from some machinery.", + "durability": null, + "name": "White cog", + "weight": "1", + "archery_ticket_price": "0", + "id": "20" + }, + { + "examine": "A cog from some machinery.", + "durability": null, + "name": "Black cog", + "weight": "1", + "archery_ticket_price": "0", + "id": "21" + }, + { + "examine": "A cog from some machinery.", + "durability": null, + "name": "Blue cog", + "weight": "1", + "archery_ticket_price": "0", + "id": "22" + }, + { + "examine": "A cog from some machinery.", + "durability": null, + "name": "Red cog", + "weight": "1", + "archery_ticket_price": "0", + "id": "23" + }, + { + "examine": "Doesn't look very tasty.", + "durability": null, + "name": "Rat poison", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "24" + }, + { + "examine": "Wormy.", + "durability": null, + "name": "Red vine worm", + "archery_ticket_price": "0", + "id": "25" + }, + { + "examine": "Hemenster fishing contest trophy.", + "durability": null, + "name": "Fishing trophy", + "archery_ticket_price": "0", + "id": "26" + }, + { + "examine": "Pass to the Hemenster fishing contest.", + "durability": null, + "name": "Fishing pass", + "archery_ticket_price": "0", + "id": "27" + }, + { + "shop_price": "121", + "examine": "Drives away all known 6 legged creatures.", + "durability": null, + "name": "Insect repellent", + "low_alchemy": "1", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "28" + }, + { + "examine": "It's a bucket of wax.", + "durability": null, + "name": "Bucket of wax", + "low_alchemy": "2", + "high_alchemy": "3", + "weight": "2.5", + "archery_ticket_price": "0", + "id": "30" + }, + { + "examine": "You shouldn't have this.", + "name": "RDT Slot", + "id": "31" + }, + { + "shop_price": "3", + "examine": "A spooky candle.", + "durability": null, + "name": "Lit black candle", + "low_alchemy": "1", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "32" + }, + { + "shop_price": "24", + "examine": "A candle.", + "grand_exchange_price": "104", + "durability": null, + "name": "Lit candle", + "tradeable": "true", + "low_alchemy": "1", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "33" + }, + { + "shop_price": "24", + "examine": "A candle.", + "grand_exchange_price": "104", + "durability": null, + "name": "Lit candle", + "tradeable": "true", + "low_alchemy": "1", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "34" + }, + { + "shop_price": "200", + "examine": "This used to belong to King Arthur.", + "has_special": "true", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "name": "Excalibur", + "archery_ticket_price": "0", + "id": "35", + "bonuses": "20,29,-2,0,0,0,3,2,1,0,0,25,0,0,0" + }, + { + "shop_price": "24", + "ge_buy_limit": "100", + "examine": "A candle.", + "grand_exchange_price": "119", + "durability": null, + "name": "Candle", + "tradeable": "true", + "low_alchemy": "1", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "36" + }, + { + "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.", + "durability": null, + "name": "Black candle", + "low_alchemy": "1", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "38" + }, + { + "shop_price": "10", + "ge_buy_limit": "10000", + "examine": "I can make an arrow with these.", + "grand_exchange_price": "16", + "durability": null, + "name": "Bronze arrowtips", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "39" + }, + { + "shop_price": "26", + "ge_buy_limit": "10000", + "examine": "I can make an arrow with these.", + "grand_exchange_price": "23", + "durability": null, + "name": "Iron arrowtips", + "tradeable": "true", + "low_alchemy": "10", + "high_alchemy": "15", + "archery_ticket_price": "0", + "id": "40" + }, + { + "shop_price": "36", + "ge_buy_limit": "10000", + "examine": "I can make an arrow with these.", + "grand_exchange_price": "63", + "durability": null, + "name": "Steel arrowtips", + "tradeable": "true", + "low_alchemy": "14", + "high_alchemy": "21", + "archery_ticket_price": "0", + "id": "41" + }, + { + "shop_price": "68", + "ge_buy_limit": "10000", + "examine": "I can make an arrow with these.", + "grand_exchange_price": "74", + "durability": null, + "name": "Mithril arrowtips", + "tradeable": "true", + "low_alchemy": "27", + "high_alchemy": "40", + "archery_ticket_price": "0", + "id": "42" + }, + { + "shop_price": "160", + "ge_buy_limit": "10000", + "examine": "I can make an arrow with these.", + "grand_exchange_price": "185", + "durability": null, + "name": "Adamant arrowtips", + "tradeable": "true", + "low_alchemy": "64", + "high_alchemy": "96", + "archery_ticket_price": "0", + "id": "43" + }, + { + "shop_price": "460", + "ge_buy_limit": "10000", + "examine": "I can make an arrow with these.", + "grand_exchange_price": "839", + "durability": null, + "name": "Rune arrowtips", + "tradeable": "true", + "low_alchemy": "184", + "high_alchemy": "276", + "archery_ticket_price": "0", + "id": "44" + }, + { + "ge_buy_limit": "10000", + "examine": "Opal bolt tips.", + "grand_exchange_price": "1", + "durability": null, + "name": "Opal bolt tips", + "tradeable": "true", + "low_alchemy": "2", + "high_alchemy": "4", + "archery_ticket_price": "0", + "id": "45" + }, + { + "ge_buy_limit": "10000", + "examine": "Pearl bolt tips.", + "grand_exchange_price": "5", + "durability": null, + "name": "Pearl bolt tips", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "7", + "archery_ticket_price": "0", + "id": "46" + }, + { + "shop_price": "114", + "ge_buy_limit": "10000", + "examine": "I can make bolts with these.", + "grand_exchange_price": "44", + "durability": null, + "name": "Barb bolttips", + "tradeable": "false", + "low_alchemy": "38", + "high_alchemy": "57", + "destroy": "true", + "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, + "name": "Longbow (u)", + "tradeable": "true", + "low_alchemy": "24", + "high_alchemy": "36", + "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", + "low_alchemy": "9", + "high_alchemy": "13", + "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", + "low_alchemy": "4", + "high_alchemy": "7", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "32", + "high_alchemy": "48", + "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", + "low_alchemy": "64", + "high_alchemy": "96", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "128", + "high_alchemy": "192", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "256", + "high_alchemy": "384", + "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", + "low_alchemy": "160", + "high_alchemy": "240", + "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", + "low_alchemy": "512", + "high_alchemy": "768", + "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", + "low_alchemy": "320", + "high_alchemy": "480", + "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", + "examine": "A helmet, as worn by the minions of General Khazard.", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "2.7", + "equipment_slot": "0", + "destroy_message": "I can borrow another from the armoury near the Fight Arena.", + "name": "Khazard helmet", + "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, + "low_alchemy": "4", + "high_alchemy": "7", + "weight": "0.5", + "equipment_slot": "4", + "destroy_message": "I can borrow another from the armoury near the Fight Arena.", + "remove_sleeves": "true", + "name": "Khazard armour", + "archery_ticket_price": "0", + "id": "75", + "bonuses": "0,0,0,0,0,9,11,10,0,0,0,0,0,0,0" + }, + { + "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, + "name": "Khazard cell keys", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "76" + }, + { + "destroy_message": "Angor, the Khazard barman, has a stock of Khali brew.", + "shop_price": "5", + "examine": "A bottle of Khazard's worst brew.", + "durability": null, + "name": "Khali brew", + "low_alchemy": "2", + "tradeable": "false", + "high_alchemy": "3", + "destroy": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "77" + }, + { + "destroy_message": "Can only be fired from yew, magic, dark or twisted bows.", + "shop_price": "2", + "examine": "Can only be fired from yew, magic, or dark bows.", + "durability": null, + "name": "Ice arrows", + "tradeable": "false", + "high_alchemy": "1", + "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" + }, + { + "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" + }, + { + "examine": "It catches the light! (Temple of Ikov)", + "durability": null, + "name": "Shiny key", + "archery_ticket_price": "0", + "id": "85" + }, + { + "examine": "An amulet made by Lucien.", + "durability": null, + "name": "Pendant of lucien", + "low_alchemy": "4", + "high_alchemy": "7", + "archery_ticket_price": "0", + "id": "86", + "equipment_slot": "2" + }, + { + "examine": "Yet another amulet.", + "durability": null, + "name": "Armadyl pendant", + "low_alchemy": "4", + "high_alchemy": "7", + "archery_ticket_price": "0", + "id": "87", + "equipment_slot": "2" + }, + { + "examine": "Magic boots that make you lighter than normal.", + "durability": null, + "name": "Boots of lightness", + "low_alchemy": "2", + "high_alchemy": "3", + "weight": "-4.5", + "archery_ticket_price": "0", + "id": "88", + "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "examine": "Magic boots that make you lighter than normal.", + "durability": null, + "name": "Boots of lightness", + "low_alchemy": "2", + "high_alchemy": "3", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "89", + "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "examine": "It's very soft!", + "durability": null, + "name": "Child's blanket", + "low_alchemy": "2", + "high_alchemy": "3", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "90" + }, + { + "ge_buy_limit": "100", + "examine": "I need another ingredient to finish this guam potion.", + "grand_exchange_price": "285", + "durability": null, + "name": "Guam potion(unf)", + "tradeable": "true", + "low_alchemy": "1", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "91" + }, + { + "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.", + "grand_exchange_price": "43", + "durability": null, + "name": "Marrentill potion(unf)", + "tradeable": "true", + "low_alchemy": "2", + "high_alchemy": "3", + "archery_ticket_price": "0", + "id": "93" + }, + { + "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.", + "grand_exchange_price": "287", + "durability": null, + "name": "Tarromin potion(unf)", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "95" + }, + { + "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", + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "archery_ticket_price": "0", + "id": "97" + }, + { + "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.", + "grand_exchange_price": "4823", + "durability": null, + "name": "Ranarr potion(unf)", + "tradeable": "true", + "low_alchemy": "10", + "high_alchemy": "15", + "weight": "1", + "archery_ticket_price": "0", + "id": "99" + }, + { + "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.", + "grand_exchange_price": "2243", + "durability": null, + "name": "Irit potion(unf)", + "tradeable": "true", + "low_alchemy": "16", + "high_alchemy": "24", + "archery_ticket_price": "0", + "id": "101" + }, + { + "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.", + "grand_exchange_price": "3831", + "durability": null, + "name": "Avantoe potion(unf)", + "tradeable": "true", + "low_alchemy": "19", + "high_alchemy": "28", + "archery_ticket_price": "0", + "id": "103" + }, + { + "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.", + "grand_exchange_price": "1833", + "durability": null, + "name": "Kwuarm potion(unf)", + "tradeable": "true", + "low_alchemy": "21", + "high_alchemy": "32", + "archery_ticket_price": "0", + "id": "105" + }, + { + "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.", + "grand_exchange_price": "1844", + "durability": null, + "name": "Cadantine potion(unf)", + "tradeable": "true", + "low_alchemy": "26", + "high_alchemy": "39", + "archery_ticket_price": "0", + "id": "107" + }, + { + "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.", + "grand_exchange_price": "6740", + "durability": null, + "name": "Dwarf weed potion(unf)", + "tradeable": "true", + "low_alchemy": "28", + "high_alchemy": "42", + "archery_ticket_price": "0", + "id": "109" + }, + { + "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.", + "grand_exchange_price": "14500", + "durability": null, + "name": "Torstol potion(unf)", + "tradeable": "true", + "low_alchemy": "10", + "high_alchemy": "15", + "archery_ticket_price": "0", + "id": "111" + }, + { + "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.", + "grand_exchange_price": "1041", + "durability": null, + "name": "Strength potion(4)", + "tradeable": "true", + "low_alchemy": "600", + "high_alchemy": "900", + "archery_ticket_price": "0", + "id": "113" + }, + { + "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.", + "grand_exchange_price": "812", + "durability": null, + "name": "Strength potion(3)", + "tradeable": "true", + "low_alchemy": "600", + "high_alchemy": "900", + "archery_ticket_price": "0", + "id": "115" + }, + { + "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.", + "grand_exchange_price": "656", + "durability": null, + "name": "Strength potion(2)", + "tradeable": "true", + "low_alchemy": "600", + "high_alchemy": "900", + "archery_ticket_price": "0", + "id": "117" + }, + { + "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", + "ge_buy_limit": "100", + "examine": "1 dose of Strength potion.", + "grand_exchange_price": "355", + "durability": null, + "name": "Strength potion(1)", + "tradeable": "true", + "low_alchemy": "600", + "high_alchemy": "900", + "archery_ticket_price": "0", + "id": "119" + }, + { + "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.", + "grand_exchange_price": "195", + "durability": null, + "name": "Attack potion(3)", + "tradeable": "true", + "low_alchemy": "224", + "high_alchemy": "336", + "archery_ticket_price": "0", + "id": "121" + }, + { + "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.", + "grand_exchange_price": "113", + "durability": null, + "name": "Attack potion(2)", + "tradeable": "true", + "low_alchemy": "224", + "high_alchemy": "336", + "archery_ticket_price": "0", + "id": "123" + }, + { + "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", + "ge_buy_limit": "100", + "examine": "1 dose of Attack potion.", + "grand_exchange_price": "197", + "durability": null, + "name": "Attack potion(1)", + "tradeable": "true", + "low_alchemy": "224", + "high_alchemy": "336", + "archery_ticket_price": "0", + "id": "125" + }, + { + "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.", + "grand_exchange_price": "59", + "durability": null, + "name": "Restore potion(3)", + "tradeable": "true", + "low_alchemy": "35", + "high_alchemy": "52", + "weight": "0.03", + "archery_ticket_price": "0", + "id": "127" + }, + { + "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.", + "grand_exchange_price": "35", + "durability": null, + "name": "Restore potion(2)", + "tradeable": "true", + "low_alchemy": "35", + "high_alchemy": "52", + "weight": "0.03", + "archery_ticket_price": "0", + "id": "129" + }, + { + "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", + "ge_buy_limit": "100", + "examine": "1 dose of restore potion.", + "grand_exchange_price": "21", + "durability": null, + "name": "Restore potion(1)", + "tradeable": "true", + "low_alchemy": "35", + "high_alchemy": "52", + "weight": "0.03", + "archery_ticket_price": "0", + "id": "131" + }, + { + "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.", + "grand_exchange_price": "323", + "durability": null, + "name": "Defence potion(3)", + "tradeable": "true", + "low_alchemy": "352", + "high_alchemy": "528", + "archery_ticket_price": "0", + "id": "133" + }, + { + "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.", + "grand_exchange_price": "247", + "durability": null, + "name": "Defence potion(2)", + "tradeable": "true", + "low_alchemy": "352", + "high_alchemy": "528", + "archery_ticket_price": "0", + "id": "135" + }, + { + "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", + "ge_buy_limit": "100", + "examine": "1 dose of Defence Potion.", + "grand_exchange_price": "148", + "durability": null, + "name": "Defence potion(1)", + "tradeable": "true", + "low_alchemy": "352", + "high_alchemy": "528", + "archery_ticket_price": "0", + "id": "137" + }, + { + "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.", + "grand_exchange_price": "4134", + "durability": null, + "name": "Prayer potion(3)", + "tradeable": "true", + "low_alchemy": "61", + "high_alchemy": "91", + "archery_ticket_price": "0", + "id": "139" + }, + { + "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.", + "grand_exchange_price": "2868", + "durability": null, + "name": "Prayer potion(2)", + "tradeable": "true", + "low_alchemy": "61", + "high_alchemy": "91", + "archery_ticket_price": "0", + "id": "141" + }, + { + "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.", + "grand_exchange_price": "1353", + "durability": null, + "name": "Prayer potion(1)", + "tradeable": "true", + "low_alchemy": "61", + "high_alchemy": "91", + "archery_ticket_price": "0", + "id": "143" + }, + { + "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.", + "grand_exchange_price": "691", + "durability": null, + "name": "Super attack(3)", + "tradeable": "true", + "low_alchemy": "72", + "high_alchemy": "108", + "archery_ticket_price": "0", + "id": "145" + }, + { + "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.", + "grand_exchange_price": "451", + "durability": null, + "name": "Super attack(2)", + "tradeable": "true", + "low_alchemy": "72", + "high_alchemy": "108", + "archery_ticket_price": "0", + "id": "147" + }, + { + "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.", + "grand_exchange_price": "243", + "durability": null, + "name": "Super attack(1)", + "tradeable": "true", + "low_alchemy": "72", + "high_alchemy": "108", + "archery_ticket_price": "0", + "id": "149" + }, + { + "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.", + "grand_exchange_price": "40", + "durability": null, + "name": "Fishing potion(3)", + "tradeable": "true", + "low_alchemy": "100", + "high_alchemy": "150", + "weight": "0.03", + "archery_ticket_price": "0", + "id": "151" + }, + { + "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.", + "grand_exchange_price": "56", + "durability": null, + "name": "Fishing potion(2)", + "tradeable": "true", + "low_alchemy": "100", + "high_alchemy": "150", + "weight": "0.03", + "archery_ticket_price": "0", + "id": "153" + }, + { + "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.", + "grand_exchange_price": "87", + "durability": null, + "name": "Fishing potion(1)", + "tradeable": "true", + "low_alchemy": "100", + "high_alchemy": "150", + "weight": "0.03", + "archery_ticket_price": "0", + "id": "155" + }, + { + "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.", + "grand_exchange_price": "1679", + "durability": null, + "name": "Super strength(3)", + "tradeable": "true", + "low_alchemy": "88", + "high_alchemy": "132", + "archery_ticket_price": "0", + "id": "157" + }, + { + "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.", + "grand_exchange_price": "1164", + "durability": null, + "name": "Super strength(2)", + "tradeable": "true", + "low_alchemy": "88", + "high_alchemy": "132", + "archery_ticket_price": "0", + "id": "159" + }, + { + "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.", + "grand_exchange_price": "603", + "durability": null, + "name": "Super strength(1)", + "tradeable": "true", + "low_alchemy": "88", + "high_alchemy": "132", + "archery_ticket_price": "0", + "id": "161" + }, + { + "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.", + "grand_exchange_price": "113", + "durability": null, + "name": "Super defence(3)", + "tradeable": "true", + "low_alchemy": "105", + "high_alchemy": "158", + "archery_ticket_price": "0", + "id": "163" + }, + { + "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.", + "grand_exchange_price": "65", + "durability": null, + "name": "Super defence(2)", + "tradeable": "true", + "low_alchemy": "105", + "high_alchemy": "158", + "archery_ticket_price": "0", + "id": "165" + }, + { + "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.", + "grand_exchange_price": "41", + "durability": null, + "name": "Super defence(1)", + "tradeable": "true", + "low_alchemy": "105", + "high_alchemy": "158", + "archery_ticket_price": "0", + "id": "167" + }, + { + "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.", + "grand_exchange_price": "6224", + "durability": null, + "name": "Ranging potion(3)", + "tradeable": "true", + "low_alchemy": "115", + "high_alchemy": "172", + "archery_ticket_price": "0", + "id": "169" + }, + { + "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.", + "grand_exchange_price": "4330", + "durability": null, + "name": "Ranging potion(2)", + "tradeable": "true", + "low_alchemy": "115", + "high_alchemy": "172", + "archery_ticket_price": "0", + "id": "171" + }, + { + "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.", + "grand_exchange_price": "2068", + "durability": null, + "name": "Ranging potion(1)", + "tradeable": "true", + "low_alchemy": "115", + "high_alchemy": "172", + "archery_ticket_price": "0", + "id": "173" + }, + { + "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.", + "grand_exchange_price": "1239", + "durability": null, + "name": "Antipoison(3)", + "tradeable": "true", + "low_alchemy": "115", + "high_alchemy": "172", + "archery_ticket_price": "0", + "id": "175" + }, + { + "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.", + "grand_exchange_price": "822", + "durability": null, + "name": "Antipoison(2)", + "tradeable": "true", + "low_alchemy": "115", + "high_alchemy": "172", + "archery_ticket_price": "0", + "id": "177" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "822", + "durability": null, + "name": "Antipoison(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "178" + }, + { + "shop_price": "375", + "ge_buy_limit": "1000", + "examine": "1 dose of antipoison potion.", + "grand_exchange_price": "460", + "durability": null, + "name": "Antipoison(1)", + "tradeable": "true", + "low_alchemy": "115", + "high_alchemy": "172", + "archery_ticket_price": "0", + "id": "179" + }, + { + "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.", + "grand_exchange_price": "872", + "durability": null, + "name": "Super antipoison(3)", + "tradeable": "true", + "low_alchemy": "115", + "high_alchemy": "172", + "archery_ticket_price": "0", + "id": "181" + }, + { + "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.", + "grand_exchange_price": "509", + "durability": null, + "name": "Super antipoison(2)", + "tradeable": "true", + "low_alchemy": "115", + "high_alchemy": "172", + "archery_ticket_price": "0", + "id": "183" + }, + { + "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.", + "grand_exchange_price": "366", + "durability": null, + "name": "Super antipoison(1)", + "tradeable": "true", + "low_alchemy": "115", + "high_alchemy": "172", + "archery_ticket_price": "0", + "id": "185" + }, + { + "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.", + "grand_exchange_price": "33", + "durability": null, + "name": "Weapon poison", + "tradeable": "true", + "low_alchemy": "57", + "high_alchemy": "86", + "archery_ticket_price": "0", + "id": "187" + }, + { + "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.", + "grand_exchange_price": "1818", + "durability": null, + "name": "Zamorak brew(3)", + "tradeable": "true", + "low_alchemy": "70", + "high_alchemy": "105", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "189" + }, + { + "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.", + "grand_exchange_price": "1004", + "durability": null, + "name": "Zamorak brew(2)", + "tradeable": "true", + "low_alchemy": "70", + "high_alchemy": "105", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "191" + }, + { + "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.", + "grand_exchange_price": "1175", + "durability": null, + "name": "Zamorak brew(1)", + "tradeable": "true", + "low_alchemy": "70", + "high_alchemy": "105", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "193" + }, + { + "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.", + "grand_exchange_price": "117", + "durability": null, + "name": "Potion", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "195" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "117", + "durability": null, + "name": "Potion", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "196" + }, + { + "shop_price": "39", + "ge_buy_limit": "100", + "examine": "Stankers gives out these strange cocktails for free.", + "grand_exchange_price": "124", + "durability": null, + "name": "Poison chalice", + "tradeable": "true", + "low_alchemy": "8", + "high_alchemy": "12", + "archery_ticket_price": "0", + "id": "197" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "124", + "durability": null, + "name": "Poison chalice", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "198" + }, + { + "requirements": "{3,15}", + "ge_buy_limit": "10000", + "examine": "I need to clean this herb before I can use it.", + "grand_exchange_price": "155", + "durability": null, + "name": "Grimy guam", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "199" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "155", + "durability": null, + "name": "Grimy guam", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "200" + }, + { + "requirements": "{5,15}", + "ge_buy_limit": "10000", + "examine": "I need to clean this herb before I can use it.", + "grand_exchange_price": "26", + "durability": null, + "name": "Grimy marrentill", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "201" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "26", + "durability": null, + "name": "Grimy marrentill", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "202" + }, + { + "requirements": "{11,15}", + "ge_buy_limit": "10000", + "examine": "I need to clean this herb before I can use it.", + "grand_exchange_price": "151", + "durability": null, + "name": "Grimy tarromin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "203" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "151", + "durability": null, + "name": "Grimy tarromin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "204" + }, + { + "requirements": "{20,15}", + "ge_buy_limit": "10000", + "examine": "I need to clean this herb before I can use it.", + "grand_exchange_price": "275", + "durability": null, + "name": "Grimy harralander", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "205" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "275", + "durability": null, + "name": "Grimy harralander", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "206" + }, + { + "requirements": "{15,25}", + "ge_buy_limit": "10000", + "examine": "I need to clean this herb before I can use it.", + "grand_exchange_price": "4909", + "durability": null, + "name": "Grimy ranarr", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "207" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "4909", + "durability": null, + "name": "Grimy ranarr", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "208" + }, + { + "requirements": "{15,40}", + "ge_buy_limit": "10000", + "examine": "I need to clean this herb before I can use it.", + "grand_exchange_price": "2034", + "durability": null, + "name": "Grimy irit", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "209" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "2034", + "durability": null, + "name": "Grimy irit", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "210" + }, + { + "requirements": "{15,48}", + "ge_buy_limit": "10000", + "examine": "I need to clean this herb before I can use it.", + "grand_exchange_price": "3789", + "durability": null, + "name": "Grimy avantoe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "211" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "3789", + "durability": null, + "name": "Grimy avantoe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "212" + }, + { + "requirements": "{15,54}", + "ge_buy_limit": "10000", + "examine": "I need to clean this herb before I can use it.", + "grand_exchange_price": "1665", + "durability": null, + "name": "Grimy kwuarm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "213" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1665", + "durability": null, + "name": "Grimy kwuarm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "214" + }, + { + "requirements": "{15,65}", + "ge_buy_limit": "10000", + "examine": "I need to clean this herb before I can use it.", + "grand_exchange_price": "1582", + "durability": null, + "name": "Grimy cadantine", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "215" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1582", + "durability": null, + "name": "Grimy cadantine", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "216" + }, + { + "requirements": "{15,70}", + "ge_buy_limit": "10000", + "examine": "I need to clean this herb before I can use it.", + "grand_exchange_price": "6934", + "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}", + "ge_buy_limit": "10000", + "examine": "I need to clean this herb before I can use it.", + "grand_exchange_price": "8200", + "durability": null, + "name": "Grimy torstol", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "219" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "35800", + "durability": null, + "name": "Grimy torstol", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "220" + }, + { + "shop_price": "3", + "ge_buy_limit": "10000", + "examine": "It seems to be looking at me.", + "grand_exchange_price": "27", + "durability": null, + "name": "Eye of newt", + "tradeable": "true", + "low_alchemy": "1", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "221" + }, + { + "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!", + "grand_exchange_price": "888", + "durability": null, + "name": "Red spiders' eggs", + "tradeable": "true", + "low_alchemy": "2", + "high_alchemy": "4", + "archery_ticket_price": "0", + "id": "223" + }, + { + "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.", + "grand_exchange_price": "1984", + "durability": null, + "name": "Limpwurt root", + "tradeable": "true", + "low_alchemy": "2", + "high_alchemy": "4", + "archery_ticket_price": "0", + "id": "225" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1984", + "durability": null, + "name": "Limpwurt root", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "226" + }, + { + "shop_price": "10", + "ge_buy_limit": "10000", + "examine": "A glass vial containing water.", + "grand_exchange_price": "35", + "durability": null, + "name": "Vial of water", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "0.02", + "archery_ticket_price": "0", + "id": "227" + }, + { + "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", + "ge_buy_limit": "10000", + "examine": "An empty glass vial.", + "grand_exchange_price": "2", + "durability": null, + "name": "Vial", + "tradeable": "true", + "low_alchemy": "2", + "high_alchemy": "3", + "archery_ticket_price": "0", + "id": "229" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "2", + "durability": null, + "name": "Vial", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "230" + }, + { + "shop_price": "67", + "ge_buy_limit": "10000", + "examine": "Strange spiky grass.", + "grand_exchange_price": "318", + "durability": null, + "name": "Snape grass", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "231" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "318", + "durability": null, + "name": "Snape grass", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "232" + }, + { + "shop_price": "4", + "ge_buy_limit": "1000", + "examine": "I can grind things for potions in this.", + "grand_exchange_price": "38", + "durability": null, + "name": "Pestle and mortar", + "tradeable": "true", + "low_alchemy": "1", + "high_alchemy": "2", + "weight": "0.05", + "archery_ticket_price": "0", + "id": "233" + }, + { + "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.", + "grand_exchange_price": "2460", + "durability": null, + "name": "Unicorn horn dust", + "tradeable": "true", + "low_alchemy": "8", + "high_alchemy": "12", + "archery_ticket_price": "0", + "id": "235" + }, + { + "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.", + "grand_exchange_price": "2481", + "durability": null, + "name": "Unicorn horn", + "tradeable": "true", + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "1", + "archery_ticket_price": "0", + "id": "237" + }, + { + "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.", + "grand_exchange_price": "1438", + "durability": null, + "name": "White berries", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "239" + }, + { + "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.", + "grand_exchange_price": "1336", + "durability": null, + "name": "Dragon scale dust", + "tradeable": "true", + "low_alchemy": "20", + "high_alchemy": "31", + "archery_ticket_price": "0", + "id": "241" + }, + { + "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.", + "grand_exchange_price": "1244", + "durability": null, + "name": "Blue dragon scale", + "tradeable": "true", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.01", + "archery_ticket_price": "0", + "id": "243" + }, + { + "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", + "id": "245" + }, + { + "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.", + "grand_exchange_price": "83", + "durability": null, + "name": "Jangerberries", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "247" + }, + { + "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", + "tradeable": "true", + "low_alchemy": "1", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "249" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "182", + "durability": null, + "name": "Clean guam", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "250" + }, + { + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "23", + "durability": null, + "name": "Clean marrentill", + "tradeable": "true", + "low_alchemy": "2", + "high_alchemy": "3", + "archery_ticket_price": "0", + "id": "251" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "23", + "durability": null, + "name": "Clean marrentill", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "252" + }, + { + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "144", + "durability": null, + "name": "Clean tarromin", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "253" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "144", + "durability": null, + "name": "Clean tarromin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "254" + }, + { + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "275", + "durability": null, + "name": "Clean harralander", + "tradeable": "true", + "low_alchemy": "8", + "high_alchemy": "12", + "archery_ticket_price": "0", + "id": "255" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "275", + "durability": null, + "name": "Clean harralander", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "256" + }, + { + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "4930", + "durability": null, + "name": "Clean ranarr", + "tradeable": "true", + "low_alchemy": "10", + "high_alchemy": "15", + "archery_ticket_price": "0", + "id": "257" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "4930", + "durability": null, + "name": "Clean ranarr", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "258" + }, + { + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "2072", + "durability": null, + "name": "Clean irit", + "tradeable": "true", + "low_alchemy": "16", + "high_alchemy": "24", + "archery_ticket_price": "0", + "id": "259" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "2072", + "durability": null, + "name": "Clean irit", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "260" + }, + { + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "3812", + "durability": null, + "name": "Clean avantoe", + "tradeable": "true", + "low_alchemy": "19", + "high_alchemy": "28", + "archery_ticket_price": "0", + "id": "261" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "3812", + "durability": null, + "name": "Clean avantoe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "262" + }, + { + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "1641", + "durability": null, + "name": "Clean kwuarm", + "tradeable": "true", + "low_alchemy": "21", + "high_alchemy": "32", + "archery_ticket_price": "0", + "id": "263" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1641", + "durability": null, + "name": "Clean kwuarm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "264" + }, + { + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "1585", + "durability": null, + "name": "Clean cadantine", + "tradeable": "true", + "low_alchemy": "26", + "high_alchemy": "39", + "archery_ticket_price": "0", + "id": "265" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1585", + "durability": null, + "name": "Clean cadantine", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "266" + }, + { + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "6925", + "durability": null, + "name": "Clean dwarf weed", + "tradeable": "true", + "low_alchemy": "28", + "high_alchemy": "42", + "archery_ticket_price": "0", + "id": "267" + }, + { + "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.", + "grand_exchange_price": "8400", + "durability": null, + "name": "Clean torstol", + "tradeable": "true", + "low_alchemy": "30", + "high_alchemy": "45", + "archery_ticket_price": "0", + "id": "269" + }, + { + "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", + "id": "271" + }, + { + "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" + }, + { + "destroy_message": "You'll have to make more in Draynor Manor.", + "examine": "This isn't good for fish.", + "durability": null, + "name": "Poisoned fish food", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "274" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "durability": null, + "name": "Key", + "archery_ticket_price": "0", + "id": "275" + }, + { + "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", + "id": "276" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "It's pretty full.", + "durability": null, + "name": "Oil can", + "low_alchemy": "1", + "tradeable": "false", + "high_alchemy": "1", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "277" + }, + { + "examine": "A sharp cattleprod.", + "durability": null, + "name": "Cattleprod", + "low_alchemy": "1", + "high_alchemy": "1", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "278", + "weapon_interface": "5", + "bonuses": "4,2,-4,1,0,0,0,0,1,0,0,3,0,0,0", + "equipment_slot": "3" + }, + { + "examine": "Councillor Halgrive gave me this to kill some sheep.", + "durability": null, + "name": "Sheep feed", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "279" + }, + { + "examine": "The suspicious-looking remains of a suspicious-looking sheep.", + "durability": null, + "name": "Sheep bones (1)", + "archery_ticket_price": "0", + "id": "280" + }, + { + "examine": "The suspicious-looking remains of a suspicious-looking sheep.", + "durability": null, + "name": "Sheep bones (2)", + "archery_ticket_price": "0", + "id": "281" + }, + { + "examine": "The suspicious-looking remains of a suspicious-looking sheep.", + "durability": null, + "name": "Sheep bones (3)", + "archery_ticket_price": "0", + "id": "282" + }, + { + "examine": "The suspicious-looking remains of a suspicious-looking sheep.", + "durability": null, + "name": "Sheep bones (4)", + "archery_ticket_price": "0", + "id": "283" + }, + { + "remove_sleeves": "true", + "examine": "This should protect me from the plague, I hope!", + "durability": null, + "name": "Plague jacket", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "285", + "equipment_slot": "7" + }, + { + "examine": "Armour designed to fit goblins.", + "durability": null, + "name": "Orange goblin mail", + "low_alchemy": "16", + "high_alchemy": "24", + "weight": "3", + "archery_ticket_price": "0", + "id": "286", + "equipment_slot": "4" + }, + { + "examine": "Armour designed to fit goblins.", + "durability": null, + "name": "Blue goblin mail", + "low_alchemy": "16", + "high_alchemy": "24", + "weight": "3", + "archery_ticket_price": "0", + "id": "287", + "equipment_slot": "4" + }, + { + "shop_price": "16", + "ge_buy_limit": "100", + "examine": "Armour designed to fit goblins.", + "durability": null, + "low_alchemy": "16", + "high_alchemy": "24", + "weight": "3.6", + "equipment_slot": "4", + "grand_exchange_price": "398", + "name": "Goblin mail", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "288" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "398", + "durability": null, + "name": "Goblin mail", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "289" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "This contains some vital research results.", + "durability": null, + "name": "Research package", + "weight": "1", + "archery_ticket_price": "0", + "id": "290" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "durability": null, + "name": "Notes", + "archery_ticket_price": "0", + "id": "291" + }, + { + "examine": "A book on elven history in northern RuneScape.", + "durability": null, + "name": "Book on baxtorian", + "high_alchemy": "1", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "1", + "tradeable": "false", + "high_alchemy": "1", + "destroy": "true", + "archery_ticket_price": "0", + "id": "300" + }, + { + "requirements": "{10,40}", + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "Useful for catching lobsters.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "0.2", + "grand_exchange_price": "100", + "name": "Lobster pot", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "301" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "100", + "durability": null, + "name": "Lobster pot", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "302" + }, + { + "shop_price": "40", + "ge_buy_limit": "100", + "examine": "Useful for catching small fish.", + "grand_exchange_price": "397", + "durability": null, + "name": "Small fishing net", + "tradeable": "true", + "low_alchemy": "2", + "high_alchemy": "3", + "weight": "4.5", + "archery_ticket_price": "0", + "id": "303" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "397", + "durability": null, + "name": "Small fishing net", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "304" + }, + { + "requirements": "{16,10}", + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "Useful for catching lots of fish.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "8.1", + "grand_exchange_price": "329", + "name": "Big fishing net", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "305" + }, + { + "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.", + "durability": null, + "low_alchemy": "2", + "high_alchemy": "3", + "weight": "1.3", + "grand_exchange_price": "74", + "name": "Fishing rod", + "tradeable": "true", + "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.In Daemonhiem: Just add feathers.", + "durability": null, + "low_alchemy": "2", + "high_alchemy": "3", + "weight": "1.3", + "grand_exchange_price": "123", + "name": "Fly fishing rod", + "tradeable": "true", + "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.", + "durability": null, + "low_alchemy": "18", + "high_alchemy": "27", + "weight": "1.3", + "grand_exchange_price": "235", + "name": "Harpoon", + "tradeable": "true", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "6", + "high_alchemy": "9", + "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", + "low_alchemy": "6", + "high_alchemy": "9", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "0.12", + "archery_ticket_price": "0", + "id": "325" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "12", + "durability": null, + "name": "Sardine", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "326" + }, + { + "shop_price": "7", + "ge_buy_limit": "20000", + "examine": "I should try cooking this.", + "grand_exchange_price": "31", + "durability": null, + "name": "Raw sardine", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "0.12", + "archery_ticket_price": "0", + "id": "327" + }, + { + "ge_buy_limit": "20000", + "grand_exchange_price": "31", + "durability": null, + "name": "Raw sardine", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "328" + }, + { + "shop_price": "88", + "ge_buy_limit": "10000", + "examine": "Some nicely cooked salmon.", + "grand_exchange_price": "278", + "durability": null, + "name": "Salmon", + "tradeable": "true", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "329" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "278", + "durability": null, + "name": "Salmon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "330" + }, + { + "shop_price": "36", + "ge_buy_limit": "20000", + "examine": "I should try cooking this.", + "grand_exchange_price": "172", + "durability": null, + "name": "Raw salmon", + "tradeable": "true", + "low_alchemy": "36", + "high_alchemy": "55", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "331" + }, + { + "ge_buy_limit": "20000", + "grand_exchange_price": "172", + "durability": null, + "name": "Raw salmon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "332" + }, + { + "shop_price": "7", + "ge_buy_limit": "10000", + "examine": "Some nicely cooked trout.", + "grand_exchange_price": "172", + "durability": null, + "name": "Trout", + "tradeable": "true", + "low_alchemy": "27", + "high_alchemy": "40", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "333" + }, + { + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "archery_ticket_price": "0", + "id": "337" + }, + { + "examine": "I should try cooking this.", + "durability": null, + "name": "Raw giant carp", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "10", + "high_alchemy": "15", + "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", + "low_alchemy": "10", + "high_alchemy": "15", + "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", + "low_alchemy": "6", + "high_alchemy": "9", + "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", + "low_alchemy": "6", + "high_alchemy": "9", + "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", + "low_alchemy": "10", + "high_alchemy": "15", + "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", + "low_alchemy": "10", + "high_alchemy": "15", + "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", + "low_alchemy": "10", + "high_alchemy": "15", + "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", + "low_alchemy": "6", + "high_alchemy": "10", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "48", + "high_alchemy": "72", + "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": "Wow, this is a big fish.", + "grand_exchange_price": "490", + "durability": null, + "name": "Raw bass", + "tradeable": "true", + "low_alchemy": "48", + "high_alchemy": "72", + "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", + "low_alchemy": "48", + "high_alchemy": "72", + "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", + "low_alchemy": "136", + "high_alchemy": "204", + "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", + "low_alchemy": "160", + "high_alchemy": "240", + "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", + "low_alchemy": "60", + "high_alchemy": "90", + "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", + "low_alchemy": "107", + "high_alchemy": "160", + "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", + "low_alchemy": "120", + "high_alchemy": "180", + "weight": "0.7", + "archery_ticket_price": "0", + "id": "383" + }, + { + "ge_buy_limit": "20000", + "grand_exchange_price": "1615", + "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", + "low_alchemy": "120", + "high_alchemy": "180", + "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": "Tastier when cooked.", + "grand_exchange_price": "2114", + "durability": null, + "name": "Raw manta ray", + "tradeable": "true", + "low_alchemy": "200", + "high_alchemy": "300", + "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", + "low_alchemy": "200", + "high_alchemy": "300", + "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": "Looks wrinkly.", + "grand_exchange_price": "2397", + "durability": null, + "name": "Raw sea turtle", + "tradeable": "true", + "low_alchemy": "200", + "high_alchemy": "300", + "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", + "low_alchemy": "200", + "high_alchemy": "300", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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" + }, + { + "examine": "Aww, it's empty.", + "durability": null, + "name": "Empty oyster", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "44", + "high_alchemy": "67", + "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", + "low_alchemy": "560", + "high_alchemy": "840", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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, + "name": "Lathas' amulet", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "421", + "equipment_slot": "2" + }, + { + "examine": "Birds love this stuff!", + "durability": null, + "name": "Bird feed", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "422" + }, + { + "examine": "(empty) It's empty... (full) It's full of pigeons.", + "durability": null, + "name": "Pigeon cage", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "424" + }, + { + "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" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "100", + "grand_exchange_price": "55", + "durability": null, + "name": "Priest gown", + "archery_ticket_price": "0", + "id": "426", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,3,0,0", + "equipment_slot": "4" + }, + { + "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", + "grand_exchange_price": "14", + "durability": null, + "name": "Priest gown", + "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", + "low_alchemy": "16", + "high_alchemy": "24", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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": "406", + "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": "58", + "tokkul_price": "4", + "durability": null, + "name": "Copper ore", + "tradeable": "true", + "low_alchemy": "8", + "high_alchemy": "12", + "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.", + "tokkul_price": "4", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "2.25", + "grand_exchange_price": "46", + "name": "Tin ore", + "tradeable": "true", + "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": "396", + "tokkul_price": "25", + "durability": null, + "name": "Iron ore", + "tradeable": "true", + "low_alchemy": "6", + "high_alchemy": "10", + "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.", + "tokkul_price": "112", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "45", + "weight": "2", + "grand_exchange_price": "205", + "name": "Silver ore", + "tradeable": "true", + "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": "319", + "tokkul_price": "225", + "durability": null, + "name": "Gold ore", + "tradeable": "true", + "low_alchemy": "60", + "high_alchemy": "90", + "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", + "low_alchemy": "60", + "high_alchemy": "90", + "archery_ticket_price": "0", + "id": "446" + }, + { + "shop_price": "243", + "ge_buy_limit": "25000", + "examine": "This needs refining.", + "tokkul_price": "243", + "durability": null, + "low_alchemy": "64", + "high_alchemy": "97", + "weight": "1.75", + "grand_exchange_price": "369", + "name": "Mithril ore", + "tradeable": "true", + "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.", + "tokkul_price": "600", + "durability": null, + "low_alchemy": "160", + "high_alchemy": "240", + "weight": "2.7", + "grand_exchange_price": "1622", + "name": "Adamantite ore", + "tradeable": "true", + "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", + "low_alchemy": "1280", + "high_alchemy": "1920", + "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": "315", + "tokkul_price": "67", + "durability": null, + "name": "Coal", + "tradeable": "true", + "low_alchemy": "18", + "high_alchemy": "27", + "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", + "low_alchemy": "4", + "tradeable": "false", + "high_alchemy": "6", + "destroy": "true", + "archery_ticket_price": "0", + "id": "456" + }, + { + "destroy_message": "You will need to speak to Thormac to get another cage.", + "examine": "It's empty!", + "durability": null, + "name": "Scorpion cage", + "low_alchemy": "4", + "tradeable": "false", + "high_alchemy": "6", + "destroy": "true", + "archery_ticket_price": "0", + "id": "457" + }, + { + "destroy_message": "You will need to speak to Thormac to get another cage.", + "examine": "It's empty!", + "durability": null, + "name": "Scorpion cage", + "low_alchemy": "4", + "tradeable": "false", + "high_alchemy": "6", + "destroy": "true", + "archery_ticket_price": "0", + "id": "458" + }, + { + "destroy_message": "You will need to speak to Thormac to get another cage.", + "examine": "It's empty!", + "durability": null, + "name": "Scorpion cage", + "low_alchemy": "4", + "tradeable": "false", + "high_alchemy": "6", + "destroy": "true", + "archery_ticket_price": "0", + "id": "459" + }, + { + "destroy_message": "You will need to speak to Thormac to get another cage.", + "examine": "It's empty!", + "durability": null, + "name": "Scorpion cage", + "low_alchemy": "4", + "tradeable": "false", + "high_alchemy": "6", + "destroy": "true", + "archery_ticket_price": "0", + "id": "460" + }, + { + "destroy_message": "You will need to speak to Thormac to get another cage.", + "examine": "It's empty!", + "durability": null, + "name": "Scorpion cage", + "low_alchemy": "4", + "tradeable": "false", + "high_alchemy": "6", + "destroy": "true", + "archery_ticket_price": "0", + "id": "461" + }, + { + "destroy_message": "You will need to speak to Thormac to get another cage.", + "examine": "It's empty!", + "durability": null, + "name": "Scorpion cage", + "low_alchemy": "4", + "tradeable": "false", + "high_alchemy": "6", + "destroy": "true", + "archery_ticket_price": "0", + "id": "462" + }, + { + "destroy_message": "You will need to speak to Thormac to get another cage.", + "examine": "It's empty!", + "durability": null, + "name": "Scorpion cage", + "low_alchemy": "4", + "tradeable": "false", + "high_alchemy": "6", + "destroy": "true", + "archery_ticket_price": "0", + "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", + "low_alchemy": "50", + "high_alchemy": "75", + "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", + "low_alchemy": "160", + "high_alchemy": "160", + "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", + "low_alchemy": "160", + "high_alchemy": "160", + "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", + "low_alchemy": "160", + "high_alchemy": "160", + "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", + "low_alchemy": "160", + "high_alchemy": "160", + "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", + "low_alchemy": "160", + "high_alchemy": "160", + "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", + "low_alchemy": "160", + "high_alchemy": "160", + "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", + "low_alchemy": "160", + "high_alchemy": "160", + "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", + "low_alchemy": "160", + "high_alchemy": "160", + "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", + "low_alchemy": "160", + "high_alchemy": "160", + "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", + "low_alchemy": "160", + "high_alchemy": "160", + "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", + "low_alchemy": "160", + "high_alchemy": "160", + "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", + "low_alchemy": "160", + "high_alchemy": "160", + "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", + "low_alchemy": "160", + "high_alchemy": "160", + "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", + "low_alchemy": "160", + "high_alchemy": "160", + "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", + "low_alchemy": "160", + "high_alchemy": "160", + "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", + "low_alchemy": "160", + "high_alchemy": "160", + "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", + "low_alchemy": "160", + "high_alchemy": "160", + "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", + "low_alchemy": "160", + "high_alchemy": "160", + "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", + "low_alchemy": "160", + "high_alchemy": "160", + "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 hatchet.", + "durability": null, + "name": "Picture", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "508" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "509" + }, + { + "examine": "A piece of ancient goblin hatchet.", + "durability": null, + "name": "Picture", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "510" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "511" + }, + { + "examine": "A piece of ancient goblin hatchet.", + "durability": null, + "name": "Picture", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "512" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "513" + }, + { + "examine": "A piece of ancient goblin hatchet.", + "durability": null, + "name": "Picture", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "514" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "515" + }, + { + "examine": "A piece of ancient goblin hatchet.", + "durability": null, + "name": "Picture", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "516" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "517" + }, + { + "examine": "A piece of ancient goblin hatchet.", + "durability": null, + "name": "Picture", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "518" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "519" + }, + { + "examine": "A piece of ancient goblin hatchet.", + "durability": null, + "name": "Picture", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "weight": "1", + "archery_ticket_price": "0", + "id": "525" + }, + { + "shop_price": "190", + "ge_buy_limit": "10000", + "grand_exchange_price": "190", + "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": "4065", + "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": "When the druids and Taverley as a whole were first graphically updated, the Druid robes themselves did not receive a graphical update, nor were they updated when the Troll Warzone update was released.", + "grand_exchange_price": "168", + "durability": null, + "name": "Druid's robe", + "tradeable": "true", + "low_alchemy": "16", + "high_alchemy": "24", + "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" + }, + { + "ge_buy_limit": "100", + "examine": "When the druids and Taverley as a whole were first graphically updated, the Druid robes themselves did not receive a graphical update, nor were they updated when the Troll Warzone update was released.", + "durability": null, + "low_alchemy": "16", + "high_alchemy": "24", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "328", + "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" + }, + { + "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", + "low_alchemy": "28", + "high_alchemy": "42", + "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", + "low_alchemy": "28", + "high_alchemy": "42", + "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 RuneScape 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": "Normal: It lets me talk to ghosts.", + "durability": null, + "name": "Ghostspeak amulet", + "tradeable": "false", + "low_alchemy": "14", + "high_alchemy": "21", + "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": "39", + "tokkul_price": "6", + "durability": null, + "name": "Fire rune", + "tradeable": "true", + "low_alchemy": "2", + "high_alchemy": "3", + "archery_ticket_price": "0", + "id": "554" + }, + { + "shop_price": "17", + "ge_buy_limit": "25000", + "examine": "One of the 4 basic elemental Runes.", + "grand_exchange_price": "15", + "tokkul_price": "6", + "durability": null, + "name": "Water rune", + "tradeable": "true", + "low_alchemy": "2", + "high_alchemy": "3", + "archery_ticket_price": "0", + "id": "555" + }, + { + "shop_price": "17", + "ge_buy_limit": "25000", + "examine": "One of the 4 basic elemental Runes.", + "grand_exchange_price": "37", + "tokkul_price": "6", + "durability": null, + "name": "Air rune", + "tradeable": "true", + "low_alchemy": "2", + "high_alchemy": "3", + "archery_ticket_price": "0", + "id": "556" + }, + { + "shop_price": "17", + "ge_buy_limit": "25000", + "examine": "One of the 4 basic elemental Runes.", + "grand_exchange_price": "25", + "tokkul_price": "6", + "durability": null, + "name": "Earth rune", + "tradeable": "true", + "low_alchemy": "2", + "high_alchemy": "3", + "archery_ticket_price": "0", + "id": "557" + }, + { + "shop_price": "17", + "ge_buy_limit": "25000", + "examine": "Used for basic missile spells.", + "grand_exchange_price": "6", + "tokkul_price": "4", + "durability": null, + "name": "Mind rune", + "tradeable": "true", + "low_alchemy": "2", + "high_alchemy": "3", + "archery_ticket_price": "0", + "id": "558" + }, + { + "shop_price": "16", + "ge_buy_limit": "25000", + "examine": "Used for Curse spells", + "grand_exchange_price": "6", + "tokkul_price": "4", + "durability": null, + "name": "Body rune", + "tradeable": "true", + "low_alchemy": "2", + "high_alchemy": "3", + "archery_ticket_price": "0", + "id": "559" + }, + { + "shop_price": "310", + "ge_buy_limit": "25000", + "examine": "Used for medium missile spells.", + "grand_exchange_price": "433", + "durability": null, + "name": "Death rune", + "tradeable": "true", + "low_alchemy": "41", + "high_alchemy": "62", + "archery_ticket_price": "0", + "id": "560" + }, + { + "shop_price": "372", + "ge_buy_limit": "25000", + "examine": "Used for alchemy spells.", + "grand_exchange_price": "228", + "durability": null, + "name": "Nature rune", + "tradeable": "true", + "low_alchemy": "49", + "high_alchemy": "74", + "archery_ticket_price": "0", + "id": "561" + }, + { + "shop_price": "140", + "ge_buy_limit": "25000", + "examine": "Used for small missile spells.", + "grand_exchange_price": "54", + "durability": null, + "name": "Chaos rune", + "tradeable": "true", + "low_alchemy": "18", + "high_alchemy": "28", + "archery_ticket_price": "0", + "id": "562" + }, + { + "shop_price": "378", + "ge_buy_limit": "25000", + "examine": "Used for teleport spells.", + "grand_exchange_price": "349", + "durability": null, + "name": "Law rune", + "tradeable": "true", + "low_alchemy": "50", + "high_alchemy": "75", + "archery_ticket_price": "0", + "id": "563" + }, + { + "shop_price": "232", + "ge_buy_limit": "25000", + "examine": "Used for enchant spells.", + "grand_exchange_price": "158", + "durability": null, + "name": "Cosmic rune", + "tradeable": "true", + "low_alchemy": "30", + "high_alchemy": "46", + "archery_ticket_price": "0", + "id": "564" + }, + { + "shop_price": "550", + "ge_buy_limit": "25000", + "examine": "Used for large missile spells.", + "grand_exchange_price": "408", + "durability": null, + "name": "Blood rune", + "tradeable": "true", + "low_alchemy": "73", + "high_alchemy": "110", + "archery_ticket_price": "0", + "id": "565" + }, + { + "shop_price": "400", + "ge_buy_limit": "25000", + "examine": "Used for high level curse spells.", + "grand_exchange_price": "187", + "durability": null, + "name": "Soul rune", + "tradeable": "true", + "low_alchemy": "54", + "high_alchemy": "82", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "120", + "high_alchemy": "180", + "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", + "low_alchemy": "120", + "high_alchemy": "180", + "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", + "low_alchemy": "120", + "high_alchemy": "180", + "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", + "low_alchemy": "120", + "high_alchemy": "180", + "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, + "low_alchemy": "6", + "high_alchemy": "9", + "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, + "low_alchemy": "0", + "high_alchemy": "1", + "weight": "0.45", + "equipment_slot": "0", + "grand_exchange_price": "361", + "name": "Wizard hat", + "tradeable": "true", + "archery_ticket_price": "0", + "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", + "low_alchemy": "0", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "580" + }, + { + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "I can do magic better in this.", + "durability": null, + "low_alchemy": "5", + "high_alchemy": "7", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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 RuneScape.", + "grand_exchange_price": "658", + "durability": null, + "name": "Astronomy book", + "tradeable": "true", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "tradeable": "false", + "high_alchemy": "1", + "destroy": "true", + "archery_ticket_price": "0", + "id": "603" + }, + { + "shop_price": "160", + "examine": "A slender bone shard given to you by Zadimus.", + "durability": null, + "name": "Bone shard", + "archery_ticket_price": "0", + "id": "604" + }, + { + "shop_price": "100", + "examine": "A key fashioned from a shard of bone. (Shilo Village)", + "durability": null, + "name": "Bone key", + "archery_ticket_price": "0", + "id": "605" + }, + { + "examine": "A stone plaque with carved letters in it.", + "durability": null, + "name": "Stone-plaque", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "606" + }, + { + "examine": "An ancient tattered scroll.", + "durability": null, + "name": "Tattered scroll", + "archery_ticket_price": "0", + "id": "607" + }, + { + "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", + "weight": "1", + "archery_ticket_price": "0", + "id": "610" + }, + { + "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": "100,000 or more: \"X x coins\" where X is the exact number of coins in the stack.", + "durability": null, + "name": "Coins", + "archery_ticket_price": "0", + "id": "617" + }, + { + "examine": "Beads carved out of a bone.", + "durability": null, + "name": "Bone beads", + "archery_ticket_price": "0", + "id": "618" + }, + { + "shop_price": "35", + "examine": "Allows you to rest in the luxurious Paramayer[sic] Inn.", + "durability": null, + "name": "Paramaya ticket", + "archery_ticket_price": "0", + "id": "619" + }, + { + "shop_price": "35", + "examine": "Allows you to rest in the luxurious Paramayer[sic] Inn.", + "durability": null, + "name": "Paramaya ticket", + "archery_ticket_price": "0", + "id": "620" + }, + { + "examine": "Sold in Shilo Village for passage on the 'Lady of the Waves'.", + "durability": null, + "name": "Ship ticket", + "low_alchemy": "2", + "high_alchemy": "3", + "archery_ticket_price": "0", + "id": "621" + }, + { + "examine": "An ivory sword pommel.", + "durability": null, + "name": "Sword pommel", + "archery_ticket_price": "0", + "id": "623" + }, + { + "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", + "grand_exchange_price": "558", + "durability": null, + "name": "Boots", + "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", + "grand_exchange_price": "397", + "durability": null, + "name": "Boots", + "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", + "grand_exchange_price": "612", + "durability": null, + "name": "Boots", + "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", + "grand_exchange_price": "496", + "durability": null, + "name": "Boots", + "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", + "grand_exchange_price": "226", + "durability": null, + "name": "Boots", + "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 [colour].", + "durability": null, + "low_alchemy": "72", + "high_alchemy": "108", + "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 [colour].", + "durability": null, + "low_alchemy": "72", + "high_alchemy": "108", + "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 [colour].", + "durability": null, + "low_alchemy": "72", + "high_alchemy": "108", + "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 [colour].", + "durability": null, + "low_alchemy": "72", + "high_alchemy": "108", + "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 [colour].", + "durability": null, + "low_alchemy": "72", + "high_alchemy": "108", + "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", + "grand_exchange_price": "249", + "durability": null, + "name": "Robe bottoms", + "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", + "grand_exchange_price": "210", + "durability": null, + "name": "Robe bottoms", + "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", + "grand_exchange_price": "453", + "durability": null, + "name": "Robe bottoms", + "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", + "grand_exchange_price": "348", + "durability": null, + "name": "Robe bottoms", + "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", + "grand_exchange_price": "92", + "durability": null, + "name": "Robe bottoms", + "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", + "durability": null, + "name": "Hat", + "archery_ticket_price": "0", + "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", + "durability": null, + "name": "Hat", + "archery_ticket_price": "0", + "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", + "durability": null, + "name": "Hat", + "archery_ticket_price": "0", + "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", + "durability": null, + "name": "Hat", + "archery_ticket_price": "0", + "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", + "durability": null, + "name": "Hat", + "archery_ticket_price": "0", + "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", + "examine": "A Faladian Knight's sword.", + "walk_anim": "819", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "weight": "1", + "turn90ccw_anim": "822", + "attack_speed": "5", + "weapon_interface": "6", + "turn180_anim": "820", + "render_anim": "292", + "defence_anim": "397", + "equipment_slot": "3", + "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" + }, + { + "examine": "Definitely blue.", + "durability": null, + "name": "Blurite ore", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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./This tray contains mud.", + "durability": null, + "name": "Panning tray", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "677" + }, + { + "examine": "An empty tray for panning./This tray contains mud.", + "durability": null, + "name": "Panning tray", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "678" + }, + { + "examine": "An empty tray for panning./This tray contains mud.", + "durability": null, + "name": "Panning tray", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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" + }, + { + "examine": "A mixture of strong chemicals.", + "durability": null, + "name": "Chemical compound", + "weight": "2", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "720" + }, + { + "examine": "A specially made bowl constructed out of pure gold.", + "durability": null, + "name": "Gold bowl", + "low_alchemy": "280", + "high_alchemy": "420", + "archery_ticket_price": "0", + "id": "721" + }, + { + "examine": "A specially made bowl constructed out of pure gold and blessed.", + "durability": null, + "name": "Blessed gold bowl", + "low_alchemy": "280", + "high_alchemy": "420", + "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", + "low_alchemy": "280", + "high_alchemy": "420", + "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", + "low_alchemy": "280", + "high_alchemy": "420", + "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", + "low_alchemy": "280", + "high_alchemy": "420", + "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", + "low_alchemy": "280", + "high_alchemy": "420", + "weight": "1", + "archery_ticket_price": "0", + "id": "726" + }, + { + "examine": "One of nature's pipes.", + "durability": null, + "name": "Hollow reed", + "high_alchemy": "1", + "weight": "0.012", + "archery_ticket_price": "0", + "id": "727" + }, + { + "examine": "One of nature's pipes.", + "durability": null, + "name": "Hollow reed", + "high_alchemy": "1", + "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.", + "durability": null, + "low_alchemy": "64", + "high_alchemy": "96", + "weight": "0.4", + "equipment_slot": "0", + "grand_exchange_price": "472", + "name": "Blue hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "740", + "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,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" + }, + { + "attack_anims": "400,400,400,400", + "examine": "A black obsidian dagger, it has a strange aura about it.", + "attack_audios": "2517,2517,2500,2517", + "durability": null, + "name": "Dark dagger", + "archery_ticket_price": "0", + "id": "746", + "weapon_interface": "5", + "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,0,0,0,0", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3" + }, + { + "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", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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, + "low_alchemy": "1", + "high_alchemy": "2", + "weight": "3", + "turn90ccw_anim": "822", + "weapon_interface": "17", + "turn180_anim": "4227", + "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", + "low_alchemy": "6", + "tradeable": "false", + "high_alchemy": "9", + "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, + "low_alchemy": "6", + "high_alchemy": "9", + "weight": "1.8", + "turn90ccw_anim": "1208", + "attack_speed": "4", + "weapon_interface": "1", + "turn180_anim": "1206", + "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", + "low_alchemy": "810", + "high_alchemy": "1215", + "archery_ticket_price": "0", + "id": "773", + "equipment_slot": "12" + }, + { + "examine": "A perfect ruby necklace.", + "durability": null, + "name": "'perfect' necklace", + "low_alchemy": "870", + "high_alchemy": "1305", + "archery_ticket_price": "0", + "id": "774", + "equipment_slot": "2" + }, + { + "examine": "These gauntlets empower with a greater ability to cook fish.", + "durability": null, + "low_alchemy": "75000", + "high_alchemy": "75000", + "destroy": "true", + "weight": "0.2", + "equipment_slot": "9", + "destroy_message": "You can obtain another set of Cooking gauntlets from Dimintheis.", + "name": "Cooking gauntlets", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "775", + "bonuses": "2,2,2,0,0,8,9,7,0,0,3,2,0,0,0" + }, + { + "destroy_message": "You can obtain another set of Goldsmith gauntlets from Dimintheis.", + "examine": "These gauntlets empower the bearer whilst making gold.", + "durability": null, + "name": "Goldsmith gauntlets", + "low_alchemy": "75000", + "tradeable": "false", + "high_alchemy": "75000", + "destroy": "true", + "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" + }, + { + "destroy_message": "You can obtain another set of Chaos gauntlets from Dimintheis.", + "examine": "These gauntlets empower spell casters.", + "durability": null, + "name": "Chaos gauntlets", + "low_alchemy": "75000", + "tradeable": "false", + "high_alchemy": "75000", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "durability": null, + "name": "War ship", + "high_alchemy": "1", + "weight": "0.01", + "archery_ticket_price": "0", + "id": "795" + }, + { + "shop_price": "4", + "ge_buy_limit": "1000", + "examine": "A finely balanced throwing axe.", + "durability": null, + "low_alchemy": "1", + "high_alchemy": "2", + "attack_speed": "5", + "weapon_interface": "18", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "3", + "name": "Bronze thrownaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "800", + "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,5" + }, + { + "shop_price": "13", + "ge_buy_limit": "1000", + "examine": "A finely balanced throwing axe.", + "durability": null, + "low_alchemy": "5", + "high_alchemy": "7", + "attack_speed": "5", + "weapon_interface": "18", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "14", + "name": "Iron thrownaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "801", + "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,7" + }, + { + "requirements": "{4,5}", + "shop_price": "38", + "ge_buy_limit": "1000", + "examine": "A finely balanced throwing axe.", + "durability": null, + "low_alchemy": "15", + "high_alchemy": "22", + "attack_speed": "5", + "weapon_interface": "18", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "60", + "name": "Steel thrownaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "802", + "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,11" + }, + { + "requirements": "{4,20}", + "shop_price": "105", + "ge_buy_limit": "1000", + "examine": "A finely balanced throwing axe.", + "durability": null, + "low_alchemy": "28", + "high_alchemy": "42", + "attack_speed": "5", + "weapon_interface": "18", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "135", + "name": "Mithril thrownaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "803", + "bonuses": "0,0,0,0,12,0,0,0,0,0,0,0,0,0,16" + }, + { + "requirements": "{4,30}", + "shop_price": "262", + "ge_buy_limit": "1000", + "examine": "A finely balanced throwing axe.", + "durability": null, + "low_alchemy": "104", + "high_alchemy": "157", + "attack_speed": "5", + "weapon_interface": "18", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "138", + "name": "Adamant thrownaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "804", + "bonuses": "0,0,0,0,17,0,0,0,0,0,0,0,0,0,23" + }, + { + "requirements": "{4,40}", + "shop_price": "698", + "ge_buy_limit": "1000", + "examine": "A finely balanced throwing axe.", + "has_special": "true", + "durability": null, + "low_alchemy": "176", + "high_alchemy": "264", + "attack_speed": "5", + "weapon_interface": "18", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "243", + "name": "Rune thrownaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "805", + "bonuses": "0,0,0,0,26,0,0,0,0,0,0,0,0,0,36" + }, + { + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a bronze tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "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", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "806", + "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, + "high_alchemy": "1", + "attack_speed": "3", + "weapon_interface": "18", + "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", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "807", + "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, + "low_alchemy": "4", + "high_alchemy": "6", + "attack_speed": "3", + "weapon_interface": "18", + "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", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "808", + "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4" + }, + { + "requirements": "{4,20}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a mithril tip.", + "durability": null, + "low_alchemy": "10", + "high_alchemy": "15", + "attack_speed": "3", + "weapon_interface": "18", + "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", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "809", + "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, + "low_alchemy": "26", + "high_alchemy": "39", + "attack_speed": "3", + "weapon_interface": "18", + "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", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "810", + "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, + "low_alchemy": "140", + "high_alchemy": "210", + "attack_speed": "3", + "weapon_interface": "18", + "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", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "811", + "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", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "66", + "attack_audios": "2547,0,0,0", + "name": "Bronze dart(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "812", + "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, + "high_alchemy": "1", + "attack_speed": "3", + "weapon_interface": "18", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "66", + "attack_audios": "2547,0,0,0", + "name": "Iron dart(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "813", + "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, + "low_alchemy": "4", + "high_alchemy": "6", + "attack_speed": "3", + "weapon_interface": "18", + "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", + "archery_ticket_price": "0", + "id": "814", + "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4" + }, + { + "requirements": "{4,20}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a mithril tip.", + "durability": null, + "low_alchemy": "10", + "high_alchemy": "15", + "attack_speed": "3", + "weapon_interface": "18", + "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", + "archery_ticket_price": "0", + "id": "815", + "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, + "low_alchemy": "26", + "high_alchemy": "39", + "attack_speed": "3", + "weapon_interface": "18", + "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", + "archery_ticket_price": "0", + "id": "816", + "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, + "low_alchemy": "140", + "high_alchemy": "210", + "attack_speed": "3", + "weapon_interface": "18", + "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", + "id": "818", + "equipment_slot": "3" + }, + { + "ge_buy_limit": "5000", + "examine": "A deadly looking dart tip made of bronze - needs feathers for flight.", + "grand_exchange_price": "24", + "attack_audios": "2547,0,0,0", + "durability": null, + "name": "Bronze dart tip", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "819" + }, + { + "ge_buy_limit": "5000", + "examine": "A deadly looking dart tip made of iron - needs feathers for flight.", + "grand_exchange_price": "19", + "attack_audios": "2547,0,0,0", + "durability": null, + "name": "Iron dart tip", + "tradeable": "true", + "low_alchemy": "1", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "820" + }, + { + "ge_buy_limit": "5000", + "examine": "A deadly looking dart tip made of steel - needs feathers for flight.", + "grand_exchange_price": "66", + "attack_audios": "2547,0,0,0", + "durability": null, + "name": "Steel dart tip", + "tradeable": "true", + "low_alchemy": "2", + "high_alchemy": "3", + "archery_ticket_price": "0", + "id": "821" + }, + { + "ge_buy_limit": "5000", + "examine": "A deadly looking dart tip made of mithril - needs feathers for flight.", + "grand_exchange_price": "97", + "attack_audios": "2547,0,0,0", + "durability": null, + "name": "Mithril dart tip", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "7", + "archery_ticket_price": "0", + "id": "822" + }, + { + "ge_buy_limit": "5000", + "examine": "A deadly looking dart tip made of adamantite - needs feathers for flight.", + "grand_exchange_price": "212", + "attack_audios": "2547,0,0,0", + "durability": null, + "name": "Adamant dart tip", + "tradeable": "true", + "low_alchemy": "14", + "high_alchemy": "21", + "archery_ticket_price": "0", + "id": "823" + }, + { + "ge_buy_limit": "5000", + "examine": "A deadly looking dart tip made of runite - needs feathers for flight.", + "grand_exchange_price": "498", + "attack_audios": "2547,0,0,0", + "durability": null, + "name": "Rune dart tip", + "tradeable": "true", + "low_alchemy": "70", + "high_alchemy": "105", + "archery_ticket_price": "0", + "id": "824" + }, + { + "shop_price": "6", + "ge_buy_limit": "1000", + "examine": "A bronze-tipped javelin.", + "durability": null, + "low_alchemy": "2", + "high_alchemy": "3", + "attack_speed": "6", + "weapon_interface": "18", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "6", + "name": "Bronze javelin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "825", + "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, + "low_alchemy": "3", + "high_alchemy": "4", + "attack_speed": "6", + "weapon_interface": "18", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "2", + "name": "Iron javelin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "826", + "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, + "low_alchemy": "14", + "high_alchemy": "22", + "attack_speed": "6", + "weapon_interface": "18", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "19", + "name": "Steel javelin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "827", + "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, + "low_alchemy": "39", + "high_alchemy": "58", + "attack_speed": "6", + "weapon_interface": "18", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "25", + "name": "Mithril javelin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "828", + "bonuses": "0,0,0,0,17,0,0,0,0,0,0,0,0,0,18" + }, + { + "requirements": "{4,30}", + "shop_price": "100", + "ge_buy_limit": "1000", + "examine": "An adamant tipped javelin.", + "durability": null, + "low_alchemy": "98", + "high_alchemy": "147", + "attack_speed": "6", + "weapon_interface": "18", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "51", + "name": "Adamant javelin", + "tradeable": "true", + "archery_ticket_price": "100", + "id": "829", + "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, + "low_alchemy": "249", + "high_alchemy": "374", + "attack_speed": "6", + "weapon_interface": "18", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "186", + "name": "Rune javelin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "830", + "bonuses": "0,0,0,0,38,0,0,0,0,0,0,0,0,0,42" + }, + { + "shop_price": "6", + "ge_buy_limit": "1000", + "examine": "A bronze-tipped javelin.", + "durability": null, + "low_alchemy": "2", + "high_alchemy": "3", + "attack_speed": "6", + "weapon_interface": "18", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "19", + "name": "Bronze javelin(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "831", + "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, + "low_alchemy": "3", + "high_alchemy": "4", + "attack_speed": "6", + "weapon_interface": "18", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "19", + "name": "Iron javelin(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "832", + "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, + "low_alchemy": "14", + "high_alchemy": "22", + "attack_speed": "6", + "weapon_interface": "18", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "34", + "name": "Steel javelin(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "833", + "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, + "low_alchemy": "39", + "high_alchemy": "58", + "attack_speed": "6", + "weapon_interface": "18", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "44", + "name": "Mithril javelin(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "834", + "bonuses": "0,0,0,0,17,0,0,0,0,0,0,0,0,0,18" + }, + { + "requirements": "{4,30}", + "shop_price": "100", + "ge_buy_limit": "1000", + "examine": "An adamant tipped javelin.", + "durability": null, + "low_alchemy": "98", + "high_alchemy": "147", + "attack_speed": "6", + "weapon_interface": "18", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "88", + "name": "Adamant javelin(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "835", + "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, + "low_alchemy": "249", + "high_alchemy": "374", + "attack_speed": "6", + "weapon_interface": "18", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "256", + "name": "Rune javelin(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "836", + "bonuses": "0,0,0,0,38,0,0,0,0,0,0,0,0,0,42" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "This fires crossbow bolts.", + "walk_anim": "4226", + "low_alchemy": "28", + "turn90ccw_anim": "822", + "attack_speed": "6", + "turn180_anim": "4227", + "defence_anim": "424", + "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, + "high_alchemy": "42", + "weight": "8", + "weapon_interface": "17", + "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", + "turn90cw_anim": "821", + "examine": "A nice sturdy bow.", + "walk_anim": "819", + "low_alchemy": "32", + "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", + "durability": null, + "high_alchemy": "48", + "weight": "1.8", + "weapon_interface": "16", + "render_anim": "1", + "attack_audios": "2700,0,0,0", + "name": "Longbow" + }, + { + "ge_buy_limit": "5000", + "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", + "low_alchemy": "20", + "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, + "high_alchemy": "30", + "weight": "1.33", + "weapon_interface": "16", + "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", + "ge_buy_limit": "5000", + "examine": "A shortbow made out of oak, still effective.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "1.8", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "16", + "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", + "ge_buy_limit": "5000", + "examine": "A nice sturdy bow made out of oak.", + "durability": null, + "low_alchemy": "64", + "high_alchemy": "96", + "weight": "2", + "attack_speed": "6", + "two_handed": "true", + "weapon_interface": "16", + "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", + "ge_buy_limit": "5000", + "examine": "A nice sturdy bow made out of willow.", + "durability": null, + "low_alchemy": "128", + "high_alchemy": "192", + "weight": "1.5", + "attack_speed": "6", + "two_handed": "true", + "weapon_interface": "16", + "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", + "ge_buy_limit": "5000", + "examine": "A shortbow made out of willow, still effective.", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "weight": "1", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "16", + "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", + "ge_buy_limit": "5000", + "examine": "A nice sturdy bow made out of maple.", + "durability": null, + "low_alchemy": "256", + "high_alchemy": "384", + "weight": "1.8", + "attack_speed": "6", + "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": "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", + "ge_buy_limit": "5000", + "examine": "A shortbow made out of maple, still effective.", + "durability": null, + "low_alchemy": "160", + "high_alchemy": "240", + "weight": "1", + "attack_speed": "4", + "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": "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", + "ge_buy_limit": "5000", + "examine": "A nice sturdy bow made out of yew.", + "durability": null, + "low_alchemy": "512", + "high_alchemy": "768", + "weight": "1.8", + "attack_speed": "6", + "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": "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, + "low_alchemy": "320", + "high_alchemy": "480", + "weight": "1", + "attack_speed": "4", + "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": "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", + "ge_buy_limit": "5000", + "examine": "A nice sturdy magical bow.", + "has_special": "true", + "durability": null, + "low_alchemy": "1024", + "high_alchemy": "1536", + "weight": "1.8", + "attack_speed": "6", + "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": "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", + "ge_buy_limit": "5000", + "examine": "Short and magical, but still effective.", + "has_special": "true", + "durability": null, + "low_alchemy": "640", + "high_alchemy": "960", + "weight": "1.3", + "attack_speed": "4", + "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": "959", + "attack_audios": "2700,0,0,0", + "name": "Magic shortbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "861", + "bonuses": "0,0,0,0,69,0,0,0,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "959", + "durability": null, + "name": "Magic shortbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "862" + }, + { + "shop_price": "58", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "low_alchemy": "23", + "high_alchemy": "34", + "attack_speed": "3", + "weapon_interface": "18", + "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", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "863", + "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4" + }, + { + "shop_price": "14", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "low_alchemy": "5", + "high_alchemy": "8", + "attack_speed": "3", + "weapon_interface": "18", + "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", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "864", + "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,3" + }, + { + "requirements": "{4,5}", + "shop_price": "68", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "low_alchemy": "27", + "high_alchemy": "40", + "attack_speed": "3", + "weapon_interface": "18", + "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", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "865", + "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,7" + }, + { + "requirements": "{4,20}", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "low_alchemy": "10", + "high_alchemy": "16", + "attack_speed": "3", + "weapon_interface": "18", + "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", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "866", + "bonuses": "0,0,0,0,11,0,0,0,0,0,0,0,0,0,10" + }, + { + "requirements": "{4,30}", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "low_alchemy": "26", + "high_alchemy": "40", + "attack_speed": "3", + "weapon_interface": "18", + "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", + "archery_ticket_price": "0", + "id": "867", + "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, + "low_alchemy": "66", + "high_alchemy": "100", + "attack_speed": "3", + "weapon_interface": "18", + "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", + "archery_ticket_price": "0", + "id": "868", + "bonuses": "0,0,0,0,25,0,0,0,0,0,0,0,0,0,24" + }, + { + "requirements": "{4,10}", + "shop_price": "15", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "low_alchemy": "7", + "high_alchemy": "11", + "attack_speed": "3", + "weapon_interface": "18", + "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", + "archery_ticket_price": "0", + "id": "869", + "bonuses": "0,0,0,0,10,0,0,0,0,0,0,0,0,0,8" + }, + { + "shop_price": "14", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "low_alchemy": "5", + "high_alchemy": "8", + "attack_speed": "3", + "weapon_interface": "18", + "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", + "archery_ticket_price": "0", + "id": "870", + "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, + "low_alchemy": "23", + "high_alchemy": "34", + "attack_speed": "3", + "weapon_interface": "18", + "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", + "archery_ticket_price": "0", + "id": "871", + "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, + "low_alchemy": "27", + "high_alchemy": "40", + "attack_speed": "3", + "weapon_interface": "18", + "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, + "low_alchemy": "10", + "high_alchemy": "16", + "attack_speed": "3", + "weapon_interface": "18", + "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, + "low_alchemy": "7", + "high_alchemy": "11", + "attack_speed": "3", + "weapon_interface": "18", + "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", + "archery_ticket_price": "0", + "id": "874", + "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, + "low_alchemy": "26", + "high_alchemy": "40", + "attack_speed": "3", + "weapon_interface": "18", + "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)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "875", + "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, + "low_alchemy": "66", + "high_alchemy": "100", + "attack_speed": "3", + "weapon_interface": "18", + "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)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "876", + "bonuses": "0,0,0,0,25,0,0,0,0,0,0,0,0,0,24" + }, + { + "shop_price": "3", + "ge_buy_limit": "10000", + "examine": "Bronze crossbow bolts.", + "durability": null, + "low_alchemy": "1", + "high_alchemy": "1", + "equipment_slot": "13", + "grand_exchange_price": "12", + "name": "Bronze 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" + }, + { + "shop_price": "3", + "ge_buy_limit": "10000", + "examine": "Bronze crossbow bolts.", + "durability": null, + "low_alchemy": "1", + "high_alchemy": "1", + "equipment_slot": "13", + "grand_exchange_price": "38", + "name": "Bronze bolts(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "878", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10" + }, + { + "ge_buy_limit": "25000", + "examine": "Opal tipped bronze crossbow bolts", + "grand_exchange_price": "5", + "durability": null, + "name": "Opal bolts", + "tradeable": "true", + "low_alchemy": "2", + "high_alchemy": "4", + "archery_ticket_price": "0", + "id": "879", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,14", + "equipment_slot": "13" + }, + { + "requirements": "{4,26}", + "ge_buy_limit": "25000", + "examine": "Pearl tipped Iron crossbow bolts.", + "durability": null, + "low_alchemy": "5", + "high_alchemy": "7", + "equipment_slot": "13", + "grand_exchange_price": "32", + "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" + }, + { + "shop_price": "80", + "ge_buy_limit": "10000", + "examine": "Great if you have a crossbow!", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "equipment_slot": "13", + "grand_exchange_price": "42", + "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" + }, + { + "shop_price": "7", + "ge_buy_limit": "10000", + "examine": "Arrows with bronze heads.", + "durability": null, + "low_alchemy": "2", + "high_alchemy": "4", + "equipment_slot": "13", + "grand_exchange_price": "10", + "name": "Bronze arrow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "882", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,7" + }, + { + "shop_price": "7", + "ge_buy_limit": "10000", + "examine": "Arrows with bronze heads.", + "durability": null, + "low_alchemy": "2", + "high_alchemy": "4", + "equipment_slot": "13", + "grand_exchange_price": "39", + "name": "Bronze arrow(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "883", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,7" + }, + { + "shop_price": "20", + "ge_buy_limit": "10000", + "examine": "Arrows with iron heads.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "equipment_slot": "13", + "grand_exchange_price": "10", + "name": "Iron arrow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "884", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10" + }, + { + "shop_price": "20", + "ge_buy_limit": "10000", + "examine": "Arrows with iron heads.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "equipment_slot": "13", + "grand_exchange_price": "41", + "name": "Iron arrow(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "885", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10" + }, + { + "requirements": "{4,5}", + "shop_price": "46", + "ge_buy_limit": "10000", + "examine": "Arrows with steel heads.", + "durability": null, + "low_alchemy": "18", + "high_alchemy": "27", + "equipment_slot": "13", + "grand_exchange_price": "25", + "name": "Steel arrow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "886", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,16" + }, + { + "requirements": "{4,5}", + "shop_price": "46", + "ge_buy_limit": "10000", + "examine": "Arrows with steel heads.", + "durability": null, + "low_alchemy": "18", + "high_alchemy": "27", + "equipment_slot": "13", + "grand_exchange_price": "69", + "name": "Steel arrow(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "887", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,16" + }, + { + "requirements": "{4,20}", + "shop_price": "76", + "ge_buy_limit": "10000", + "examine": "Arrows with mithril heads.", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "45", + "equipment_slot": "13", + "grand_exchange_price": "30", + "name": "Mithril arrow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "888", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22" + }, + { + "requirements": "{4,20}", + "shop_price": "76", + "ge_buy_limit": "10000", + "examine": "Arrows with mithril heads.", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "45", + "equipment_slot": "13", + "grand_exchange_price": "69", + "name": "Mithril arrow(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "889", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22" + }, + { + "requirements": "{4,30}", + "shop_price": "172", + "ge_buy_limit": "10000", + "examine": "Arrows with adamantite heads.", + "durability": null, + "low_alchemy": "68", + "high_alchemy": "103", + "equipment_slot": "13", + "grand_exchange_price": "111", + "name": "Adamant arrow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "890", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,31" + }, + { + "requirements": "{4,30}", + "shop_price": "172", + "ge_buy_limit": "10000", + "examine": "Arrows with adamantite heads.", + "durability": null, + "low_alchemy": "68", + "high_alchemy": "103", + "equipment_slot": "13", + "grand_exchange_price": "109", + "name": "Adamant arrow(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "891", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,31" + }, + { + "requirements": "{4,40}", + "shop_price": "510", + "ge_buy_limit": "10000", + "examine": "Arrows with rune heads.", + "durability": null, + "low_alchemy": "204", + "high_alchemy": "306", + "equipment_slot": "13", + "grand_exchange_price": "212", + "name": "Rune arrow", + "tradeable": "true", + "archery_ticket_price": "40", + "id": "892", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,49" + }, + { + "requirements": "{4,40}", + "shop_price": "510", + "ge_buy_limit": "10000", + "examine": "Arrows with rune heads.", + "durability": null, + "low_alchemy": "204", + "high_alchemy": "306", + "equipment_slot": "13", + "grand_exchange_price": "257", + "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" + }, + { + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "942", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,7", + "equipment_slot": "13" + }, + { + "examine": "Some meaty worms.", + "durability": null, + "name": "Worm", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "943" + }, + { + "durability": null, + "name": "Worm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "944" + }, + { + "durability": null, + "name": "Throwing rope", + "archery_ticket_price": "0", + "id": "945", + "equipment_slot": "3" + }, + { + "shop_price": "25", + "ge_buy_limit": "100", + "examine": "A dangerous looking knife.", + "grand_exchange_price": "32", + "durability": null, + "name": "Knife", + "tradeable": "true", + "low_alchemy": "10", + "high_alchemy": "15", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "946" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "32", + "durability": null, + "name": "Knife", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "947" + }, + { + "shop_price": "4", + "ge_buy_limit": "100", + "examine": "This would make warm clothing.", + "grand_exchange_price": "9", + "durability": null, + "name": "Bear fur", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "3", + "archery_ticket_price": "0", + "id": "948" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "9", + "durability": null, + "name": "Bear fur", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "949" + }, + { + "shop_price": "21", + "ge_buy_limit": "100", + "examine": "It's a sheet of silk.", + "grand_exchange_price": "27", + "durability": null, + "name": "Silk", + "tradeable": "true", + "low_alchemy": "22", + "high_alchemy": "33", + "weight": "1", + "archery_ticket_price": "0", + "id": "950" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "27", + "durability": null, + "name": "Silk", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "951" + }, + { + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "A slightly muddy spade. / Popular with farmers and treasure hunters.", + "grand_exchange_price": "117", + "durability": null, + "name": "Spade", + "tradeable": "true", + "low_alchemy": "1", + "high_alchemy": "1", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "952" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "117", + "durability": null, + "name": "Spade", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "953" + }, + { + "shop_price": "18", + "ge_buy_limit": "100", + "examine": "A coil of rope.", + "grand_exchange_price": "96", + "durability": null, + "name": "Rope", + "tradeable": "true", + "low_alchemy": "7", + "high_alchemy": "10", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "954" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "96", + "durability": null, + "name": "Rope", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "955" + }, + { + "examine": "Get your axes from Bob's Axes.", + "durability": null, + "name": "Flier", + "high_alchemy": "1", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "18", + "high_alchemy": "27", + "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, + "low_alchemy": "16", + "high_alchemy": "24", + "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", + "low_alchemy": "4", + "high_alchemy": "7", + "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": "100,000 or more: \"X x coins\" where X is the exact number of coins in the stack.", + "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", + "high_alchemy": "1", + "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.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "187", + "name": "Cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1007", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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.", + "durability": null, + "high_alchemy": "1", + "weight": "0.9", + "equipment_slot": "7", + "grand_exchange_price": "208", + "name": "Blue skirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1011", + "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,0,0,0" + }, + { + "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.", + "durability": null, + "high_alchemy": "1", + "weight": "0.9", + "equipment_slot": "7", + "grand_exchange_price": "216", + "name": "Pink skirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1013", + "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,0,0,0" + }, + { + "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.", + "durability": null, + "high_alchemy": "1", + "weight": "0.9", + "equipment_slot": "7", + "grand_exchange_price": "30", + "name": "Black skirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1015", + "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,0,0,0" + }, + { + "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.", + "durability": null, + "low_alchemy": "0", + "high_alchemy": "1", + "equipment_slot": "0", + "grand_exchange_price": "280", + "name": "Wizard hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1017", + "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,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.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "209", + "name": "Cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1019", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "504", + "name": "Cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1021", + "bonuses": "0,0,0,0,0,0,1,1,0,2,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": "Cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1022" + }, + { + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "A thick yellow cape.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "439", + "name": "Cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1023", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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", + "low_alchemy": "0", + "high_alchemy": "1", + "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.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1061", + "name": "Cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1027", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "955", + "name": "Cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1029", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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, + "low_alchemy": "8", + "high_alchemy": "12", + "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.", + "durability": null, + "low_alchemy": "12", + "high_alchemy": "18", + "weight": "0.9", + "equipment_slot": "7", + "grand_exchange_price": "2481", + "name": "Zamorak robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1033", + "bonuses": "0,0,0,2,0,0,0,0,3,0,0,0,3,0,0" + }, + { + "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, + "low_alchemy": "16", + "high_alchemy": "24", + "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" + }, + { + "shop_price": "1", + "examine": "A rabbit-like adornment.", + "durability": null, + "low_alchemy": "0", + "high_alchemy": "0", + "destroy": "true", + "weight": "0.2", + "equipment_slot": "0", + "destroy_message": "You can get a replacement from Diango.", + "name": "Bunny ears", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "1037" + }, + { + "shop_price": "1", + "ge_buy_limit": "2", + "examine": "A nice hat from a cracker.", + "durability": null, + "low_alchemy": "0", + "high_alchemy": "0", + "weight": "0.05", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "10", + "name": "Red partyhat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1038" + }, + { + "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, + "low_alchemy": "64", + "high_alchemy": "96", + "weight": "0.1", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "5", + "name": "Santa hat", + "tradeable": "true", + "archery_ticket_price": "0", + "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", + "low_alchemy": "180", + "high_alchemy": "270", + "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, + "low_alchemy": "6", + "high_alchemy": "9", + "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, + "low_alchemy": "6", + "high_alchemy": "9", + "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, + "low_alchemy": "6", + "high_alchemy": "9", + "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!", + "durability": null, + "low_alchemy": "2", + "high_alchemy": "3", + "weight": "0.23", + "equipment_slot": "9", + "grand_exchange_price": "12", + "name": "Leather gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1059", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0" + }, + { + "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.", + "durability": null, + "low_alchemy": "2", + "high_alchemy": "3", + "weight": "0.34", + "equipment_slot": "10", + "grand_exchange_price": "144", + "name": "Leather boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1061", + "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0" + }, + { + "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!", + "durability": null, + "low_alchemy": "7", + "high_alchemy": "10", + "weight": "0.22", + "equipment_slot": "9", + "grand_exchange_price": "13", + "name": "Leather vambraces", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1063", + "bonuses": "0,0,0,0,4,2,2,1,0,0,0,0,0,0,0" + }, + { + "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", + "ge_buy_limit": "5000", + "examine": "Made from 100% real dragonhide.", + "durability": null, + "low_alchemy": "1000", + "high_alchemy": "1500", + "weight": "0.28", + "equipment_slot": "9", + "lendable": "true", + "grand_exchange_price": "1407", + "name": "Green d'hide vambraces", + "tradeable": "true", + "archery_ticket_price": "0", + "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, + "low_alchemy": "112", + "high_alchemy": "168", + "weight": "9", + "absorb": "1,0,1", + "equipment_slot": "7", + "grand_exchange_price": "55", + "name": "Iron platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1067", + "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, + "low_alchemy": "400", + "high_alchemy": "600", + "weight": "9", + "absorb": "1,0,1", + "equipment_slot": "7", + "grand_exchange_price": "426", + "name": "Steel platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1069", + "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, + "low_alchemy": "1040", + "high_alchemy": "1560", + "weight": "7.7", + "absorb": "1,0,2", + "equipment_slot": "7", + "grand_exchange_price": "1391", + "name": "Mithril platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1071", + "bonuses": "0,0,0,-21,-7,24,22,20,-4,22,5,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1391", + "durability": null, + "name": "Mithril platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1072" + }, + { + "requirements": "{1,30}", + "shop_price": "6464", + "ge_buy_limit": "100", + "examine": "These look pretty heavy.", + "durability": null, + "low_alchemy": "2560", + "high_alchemy": "3840", + "weight": "10", + "absorb": "1,0,3", + "equipment_slot": "7", + "grand_exchange_price": "3649", + "name": "Adamant platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1073", + "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3649", + "durability": null, + "name": "Adamant platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1074" + }, + { + "shop_price": "80", + "ge_buy_limit": "100", + "examine": "These look pretty heavy.", + "durability": null, + "low_alchemy": "32", + "high_alchemy": "48", + "weight": "9", + "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", + "ge_buy_limit": "100", + "examine": "These look pretty heavy", + "durability": null, + "low_alchemy": "768", + "high_alchemy": "1152", + "weight": "9", + "absorb": "1,0,2", + "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", + "grand_exchange_price": "4995", + "durability": null, + "name": "Black platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1078" + }, + { + "requirements": "{1,40}", + "shop_price": "64000", + "ge_buy_limit": "100", + "examine": "These look pretty heavy.", + "durability": null, + "low_alchemy": "25600", + "high_alchemy": "38400", + "weight": "9", + "absorb": "2,0,4", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "38500", + "name": "Rune platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1079", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "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.", + "durability": null, + "low_alchemy": "112", + "high_alchemy": "168", + "weight": "8.1", + "equipment_slot": "7", + "grand_exchange_price": "86", + "name": "Iron plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1081", + "bonuses": "0,0,0,-21,-7,11,10,10,-4,10,0,0,0,0,0" + }, + { + "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", + "ge_buy_limit": "100", + "examine": "Designer leg protection.", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "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", + "ge_buy_limit": "100", + "examine": "Designer leg protection.", + "durability": null, + "low_alchemy": "1040", + "high_alchemy": "1560", + "weight": "7.2", + "absorb": "1,0,2", + "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.", + "durability": null, + "low_alchemy": "32", + "high_alchemy": "48", + "weight": "8.1", + "equipment_slot": "7", + "grand_exchange_price": "113", + "name": "Bronze plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1087", + "bonuses": "0,0,0,-21,-7,8,7,6,-4,7,0,0,0,0,0" + }, + { + "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", + "ge_buy_limit": "100", + "examine": "Designer leg protection.", + "durability": null, + "low_alchemy": "768", + "high_alchemy": "1152", + "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", + "ge_buy_limit": "100", + "examine": "Designer leg protection.", + "durability": null, + "low_alchemy": "2560", + "high_alchemy": "3840", + "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", + "grand_exchange_price": "3610", + "durability": null, + "name": "Adamant plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1092" + }, + { + "requirements": "{1,40}", + "shop_price": "64000", + "ge_buy_limit": "100", + "examine": "Designer leg protection.", + "durability": null, + "low_alchemy": "25600", + "high_alchemy": "38400", + "weight": "8", + "absorb": "2,0,4", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "38100", + "name": "Rune plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1093", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,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", + "examine": "Better than no armour!", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "3", + "equipment_slot": "7", + "grand_exchange_price": "5", + "name": "Leather chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1095", + "bonuses": "0,0,0,0,4,2,2,1,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "5", + "durability": null, + "name": "Leather chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1096" + }, + { + "requirements": "{4,20}", + "shop_price": "750", + "ge_buy_limit": "1000", + "examine": "Those studs should provide a bit more protection.", + "durability": null, + "low_alchemy": "300", + "high_alchemy": "450", + "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" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "377", + "durability": null, + "name": "Studded chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1098" + }, + { + "requirements": "{4,40}", + "shop_price": "3900", + "ge_buy_limit": "5000", + "examine": "100% real dragonhide.", + "durability": null, + "low_alchemy": "1560", + "high_alchemy": "2340", + "weight": "5.4", + "absorb": "0,4,2", + "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" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2228", + "durability": null, + "name": "Green d'hide chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1100" + }, + { + "shop_price": "210", + "ge_buy_limit": "100", + "examine": "A series of connected metal rings.", + "durability": null, + "low_alchemy": "84", + "high_alchemy": "126", + "weight": "6.8", + "equipment_slot": "4", + "grand_exchange_price": "76", + "name": "Iron chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1101", + "bonuses": "0,0,0,-15,0,10,15,19,-3,12,5,0,0,0,0" + }, + { + "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.", + "durability": null, + "low_alchemy": "24", + "high_alchemy": "36", + "weight": "6.8", + "equipment_slot": "4", + "grand_exchange_price": "37", + "name": "Bronze chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1103", + "bonuses": "0,0,0,-15,0,7,11,13,-3,9,5,0,0,0,0" + }, + { + "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", + "ge_buy_limit": "100", + "examine": "A series of connected metal rings.", + "durability": null, + "low_alchemy": "300", + "high_alchemy": "450", + "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", + "ge_buy_limit": "100", + "examine": "A series of connected metal rings.", + "durability": null, + "low_alchemy": "576", + "high_alchemy": "864", + "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", + "ge_buy_limit": "100", + "examine": "A series of connected metal rings.", + "durability": null, + "low_alchemy": "780", + "high_alchemy": "1170", + "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", + "ge_buy_limit": "100", + "examine": "A series of connected metal rings.", + "durability": null, + "low_alchemy": "1920", + "high_alchemy": "2880", + "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", + "grand_exchange_price": "2731", + "durability": null, + "name": "Adamant chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1112" + }, + { + "requirements": "{1,40}", + "shop_price": "50000", + "ge_buy_limit": "100", + "examine": "A series of connected metal rings.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "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" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "29800", + "durability": null, + "name": "Rune chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1114" + }, + { + "shop_price": "560", + "ge_buy_limit": "500", + "examine": "Provides excellent protection.", + "durability": null, + "low_alchemy": "224", + "high_alchemy": "336", + "weight": "9.95", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "434", + "name": "Iron platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1115", + "bonuses": "0,0,0,-30,-10,21,20,12,-6,20,5,0,0,0,0" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "434", + "durability": null, + "name": "Iron platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1116" + }, + { + "shop_price": "160", + "ge_buy_limit": "500", + "examine": "Provides excellent protection.", + "durability": null, + "low_alchemy": "64", + "high_alchemy": "96", + "weight": "9.5", + "equipment_slot": "4", + "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", + "ge_buy_limit": "500", + "examine": "Provides excellent protection.", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "9.9", + "equipment_slot": "4", + "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", + "ge_buy_limit": "500", + "examine": "Provides excellent protection.", + "durability": null, + "low_alchemy": "2080", + "high_alchemy": "3120", + "weight": "8.6", + "absorb": "1,0,3", + "equipment_slot": "4", + "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", + "ge_buy_limit": "500", + "examine": "Provides excellent protection.", + "durability": null, + "low_alchemy": "6656", + "high_alchemy": "9984", + "weight": "11", + "absorb": "2,0,4", + "equipment_slot": "4", + "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", + "ge_buy_limit": "500", + "examine": "Provides Excellent protection.", + "durability": null, + "low_alchemy": "1536", + "high_alchemy": "2304", + "weight": "9.9", + "absorb": "1,0,2", + "equipment_slot": "4", + "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", + "ge_buy_limit": "100", + "examine": "Provides excellent protection.", + "durability": null, + "low_alchemy": "26000", + "high_alchemy": "39000", + "weight": "9.9", + "absorb": "3,0,6", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "38800", + "name": "Rune platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1127", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" + }, + { + "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!", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "2.7", + "equipment_slot": "4", + "grand_exchange_price": "34", + "name": "Leather body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1129", + "bonuses": "0,0,0,-2,2,8,9,10,4,9,5,0,0,0,0" + }, + { + "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", + "ge_buy_limit": "1000", + "examine": "Harder than normal leather.", + "durability": null, + "low_alchemy": "68", + "high_alchemy": "102", + "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", + "ge_buy_limit": "1000", + "examine": "These studs should provide a bit more protection.", + "durability": null, + "low_alchemy": "340", + "high_alchemy": "510", + "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" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "414", + "durability": null, + "name": "Studded body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1134" + }, + { + "requirements": "{1,40}-{4,40}", + "shop_price": "7800", + "ge_buy_limit": "5000", + "examine": "Made from 100% real dragonhide.", + "durability": null, + "low_alchemy": "3120", + "high_alchemy": "4680", + "weight": "6.8", + "absorb": "0,6,3", + "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" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "4544", + "durability": null, + "name": "Green d'hide body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1136" + }, + { + "remove_head": "true", + "shop_price": "84", + "ge_buy_limit": "100", + "examine": "A medium sized helmet.", + "durability": null, + "low_alchemy": "33", + "high_alchemy": "50", + "weight": "1.8", + "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", + "ge_buy_limit": "100", + "examine": "A medium sized helmet.", + "durability": null, + "low_alchemy": "9", + "high_alchemy": "14", + "weight": "1.8", + "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", + "ge_buy_limit": "100", + "examine": "A medium sized helmet.", + "durability": null, + "low_alchemy": "120", + "high_alchemy": "180", + "weight": "1.8", + "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", + "ge_buy_limit": "100", + "examine": "A medium sized helmet.", + "durability": null, + "low_alchemy": "312", + "high_alchemy": "468", + "weight": "1.3", + "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", + "ge_buy_limit": "100", + "examine": "A medium sized helmet.", + "durability": null, + "low_alchemy": "768", + "high_alchemy": "1152", + "weight": "1.8", + "absorb": "1,0,2", + "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", + "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", + "ge_buy_limit": "100", + "examine": "A medium sized helmet.", + "durability": null, + "low_alchemy": "7680", + "high_alchemy": "11520", + "weight": "1.8", + "absorb": "1,0,3", + "equipment_slot": "0", + "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}", + "ge_buy_limit": "100", + "examine": "Makes the wearer pretty intimidating.", + "durability": null, + "low_alchemy": "40000", + "high_alchemy": "60000", + "weight": "1.3", + "absorb": "2,0,4", + "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", + "ge_buy_limit": "100", + "examine": "A medium sized helmet.", + "durability": null, + "low_alchemy": "230", + "high_alchemy": "345", + "weight": "1.8", + "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", + "grand_exchange_price": "242", + "durability": null, + "name": "Black med helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1152" + }, + { + "remove_head": "true", + "shop_price": "61", + "ge_buy_limit": "100", + "examine": "A full face helmet.", + "durability": null, + "low_alchemy": "61", + "high_alchemy": "92", + "weight": "2.7", + "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", + "ge_buy_limit": "100", + "examine": "A full face helmet.", + "durability": null, + "low_alchemy": "17", + "high_alchemy": "26", + "weight": "2.7", + "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", + "ge_buy_limit": "100", + "examine": "A full face helmet.", + "durability": null, + "low_alchemy": "220", + "high_alchemy": "330", + "weight": "2.7", + "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", + "ge_buy_limit": "100", + "examine": "A full face helmet.", + "durability": null, + "low_alchemy": "572", + "high_alchemy": "858", + "weight": "2.2", + "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", + "ge_buy_limit": "100", + "examine": "A full face helmet.", + "durability": null, + "low_alchemy": "1408", + "high_alchemy": "2112", + "weight": "2.7", + "absorb": "1,0,2", + "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}", + "ge_buy_limit": "100", + "examine": "A full face helmet.", + "durability": null, + "low_alchemy": "14080", + "high_alchemy": "21120", + "weight": "2.7", + "absorb": "1,0,3", + "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", + "ge_buy_limit": "100", + "examine": "A full face helmet.", + "durability": null, + "low_alchemy": "548", + "high_alchemy": "823", + "weight": "2.7", + "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" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "731", + "durability": null, + "name": "Black full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1166" + }, + { + "remove_head": "true", + "shop_price": "24", + "ge_buy_limit": "5000", + "examine": "Better than no armour!", + "durability": null, + "low_alchemy": "9", + "high_alchemy": "14", + "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", + "ge_buy_limit": "5000", + "examine": "Light weight head protection.", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "weight": "0.9", + "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" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "56", + "durability": null, + "name": "Coif", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1170" + }, + { + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "A solid wooden shield.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "equipment_slot": "5", + "grand_exchange_price": "483", + "name": "Wooden shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1171", + "bonuses": "0,0,0,0,0,4,5,3,1,4,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "483", + "durability": null, + "name": "Wooden shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1172" + }, + { + "shop_price": "48", + "ge_buy_limit": "100", + "examine": "A medium square shield.", + "durability": null, + "low_alchemy": "19", + "high_alchemy": "28", + "weight": "3", + "equipment_slot": "5", + "grand_exchange_price": "12", + "name": "Bronze sq shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1173", + "bonuses": "0,0,0,-6,-2,5,6,4,0,5,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "12", + "durability": null, + "name": "Bronze sq shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1174" + }, + { + "shop_price": "168", + "ge_buy_limit": "100", + "examine": "A medium square shield.", + "durability": null, + "low_alchemy": "67", + "high_alchemy": "100", + "weight": "3.6", + "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", + "ge_buy_limit": "100", + "examine": "A medium square shield.", + "durability": null, + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "3", + "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", + "ge_buy_limit": "100", + "examine": "A medium square shield.", + "durability": null, + "low_alchemy": "460", + "high_alchemy": "691", + "weight": "4", + "absorb": "1,0,2", + "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", + "ge_buy_limit": "100", + "examine": "A medium square shield.", + "durability": null, + "low_alchemy": "624", + "high_alchemy": "936", + "weight": "3.1", + "absorb": "2,0,4", + "equipment_slot": "5", + "grand_exchange_price": "744", + "name": "Mithril sq shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1181", + "bonuses": "0,0,0,-6,-2,17,19,15,0,17,18,0,0,0,0" + }, + { + "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}", + "ge_buy_limit": "100", + "examine": "A medium square shield.", + "durability": null, + "low_alchemy": "1536", + "high_alchemy": "2304", + "weight": "4", + "absorb": "3,0,6", + "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", + "grand_exchange_price": "2136", + "durability": null, + "name": "Adamant sq shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1184" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "100", + "examine": "A medium square shield.", + "durability": null, + "low_alchemy": "15360", + "high_alchemy": "23040", + "weight": "3.64", + "absorb": "3,0,7", + "equipment_slot": "5", + "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}", + "ge_buy_limit": "10", + "examine": "An ancient and powerful looking Dragon Square shield.", + "durability": null, + "low_alchemy": "200000", + "high_alchemy": "300000", + "weight": "3", + "absorb": "5,0,11", + "equipment_slot": "5", + "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", + "ge_buy_limit": "100", + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "27", + "high_alchemy": "40", + "weight": "5.4", + "equipment_slot": "5", + "grand_exchange_price": "18", + "name": "Bronze kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1189", + "bonuses": "0,0,0,-8,-2,5,7,6,-1,6,1,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "18", + "durability": null, + "name": "Bronze kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1190" + }, + { + "shop_price": "233", + "ge_buy_limit": "100", + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "95", + "high_alchemy": "142", + "weight": "5.4", + "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", + "ge_buy_limit": "100", + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "340", + "high_alchemy": "510", + "weight": "5.4", + "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", + "ge_buy_limit": "100", + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "848", + "high_alchemy": "1272", + "weight": "5.4", + "absorb": "1,0,2", + "equipment_slot": "5", + "grand_exchange_price": "3311", + "name": "Black kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1195", + "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3311", + "durability": null, + "name": "Black kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1196" + }, + { + "requirements": "{1,20}", + "ge_buy_limit": "100", + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "884", + "high_alchemy": "1326", + "weight": "4.5", + "absorb": "2,0,4", + "equipment_slot": "5", + "grand_exchange_price": "1128", + "name": "Mithril kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1197", + "bonuses": "0,0,0,-8,-2,18,22,20,-1,20,20,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1128", + "durability": null, + "name": "Mithril kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1198" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "100", + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "2176", + "high_alchemy": "3264", + "weight": "5.8", + "absorb": "3,0,6", + "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", + "grand_exchange_price": "3066", + "durability": null, + "name": "Adamant kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1200" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "100", + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5.4", + "absorb": "3,0,7", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "35600", + "name": "Rune kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "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, + "low_alchemy": "14", + "high_alchemy": "21", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "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", + "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "35", + "durability": null, + "name": "Iron dagger", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1204" + }, + { + "shop_price": "11", + "ge_buy_limit": "100", + "examine": "Short but pointy.", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "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", + "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" + }, + { + "requirements": "{0,5}", + "shop_price": "135", + "ge_buy_limit": "100", + "examine": "Short but pointy.", + "durability": null, + "low_alchemy": "50", + "high_alchemy": "75", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "17", + "attack_audios": "2517,2517,2500,2517", + "name": "Steel dagger", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1207", + "bonuses": "8,4,-4,1,0,0,0,0,1,0,0,7,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "17", + "durability": null, + "name": "Steel dagger", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1208" + }, + { + "requirements": "{0,20}", + "shop_price": "130", + "ge_buy_limit": "100", + "examine": "A dangerous dagger.", + "durability": null, + "low_alchemy": "130", + "high_alchemy": "195", + "weight": "0.3", + "attack_speed": "4", + "weapon_interface": "5", + "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", + "archery_ticket_price": "0", + "id": "1209", + "bonuses": "11,5,-4,1,0,0,0,0,1,0,0,10,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "71", + "durability": null, + "name": "Mithril dagger", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1210" + }, + { + "requirements": "{0,30}", + "shop_price": "816", + "ge_buy_limit": "100", + "examine": "Short and deadly.", + "durability": null, + "low_alchemy": "320", + "high_alchemy": "480", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "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" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "300", + "durability": null, + "name": "Adamant dagger", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1212" + }, + { + "requirements": "{0,40}", + "shop_price": "8000", + "ge_buy_limit": "100", + "examine": "A powerful dagger.", + "durability": null, + "low_alchemy": "3200", + "high_alchemy": "4800", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "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", + "archery_ticket_price": "0", + "id": "1213", + "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4642", + "durability": null, + "name": "Rune dagger", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1214" + }, + { + "requirements": "{0,60}", + "shop_price": "60000", + "ge_buy_limit": "10", + "examine": "A powerful dagger.", + "has_special": "true", + "durability": null, + "low_alchemy": "12000", + "high_alchemy": "18000", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "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", + "examine": "A vicious black dagger.", + "durability": null, + "low_alchemy": "96", + "high_alchemy": "144", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "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" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "79", + "durability": null, + "name": "Black dagger", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1218" + }, + { + "shop_price": "38", + "ge_buy_limit": "100", + "examine": "Short but pointy.", + "durability": null, + "low_alchemy": "14", + "high_alchemy": "21", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "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" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "56", + "durability": null, + "name": "Iron dagger(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1220" + }, + { + "shop_price": "11", + "ge_buy_limit": "100", + "examine": "Short but pointy.", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "86", + "attack_audios": "2517,2517,2500,2517", + "name": "Bronze dagger(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1221", + "bonuses": "4,2,-4,1,0,0,0,0,1,0,0,3,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "86", + "durability": null, + "name": "Bronze dagger(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1222" + }, + { + "requirements": "{0,5}", + "shop_price": "135", + "ge_buy_limit": "100", + "examine": "Short but pointy.", + "durability": null, + "low_alchemy": "50", + "high_alchemy": "75", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "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, + "low_alchemy": "130", + "high_alchemy": "195", + "weight": "0.3", + "attack_speed": "4", + "weapon_interface": "5", + "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, + "low_alchemy": "320", + "high_alchemy": "480", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "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, + "low_alchemy": "3200", + "high_alchemy": "4800", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "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, + "low_alchemy": "12000", + "high_alchemy": "18000", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "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, + "low_alchemy": "96", + "high_alchemy": "144", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "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", + "low_alchemy": "10", + "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, + "high_alchemy": "15", + "weight": "2.2", + "weapon_interface": "14", + "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", + "low_alchemy": "36", + "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, + "high_alchemy": "54", + "weight": "2.2", + "weapon_interface": "14", + "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", + "low_alchemy": "130", + "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, + "high_alchemy": "195", + "weight": "2.2", + "weapon_interface": "14", + "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", + "low_alchemy": "338", + "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, + "high_alchemy": "507", + "weight": "1.8", + "weapon_interface": "14", + "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", + "low_alchemy": "832", + "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, + "high_alchemy": "1248", + "weight": "2", + "weapon_interface": "14", + "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", + "low_alchemy": "8320", + "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, + "high_alchemy": "12480", + "weight": "2.2", + "weapon_interface": "14", + "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", + "low_alchemy": "24960", + "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, + "high_alchemy": "37440", + "weight": "2", + "weapon_interface": "14", + "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", + "low_alchemy": "10", + "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, + "high_alchemy": "15", + "weight": "2.2", + "weapon_interface": "14", + "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", + "low_alchemy": "36", + "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, + "high_alchemy": "54", + "weight": "2.2", + "weapon_interface": "14", + "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", + "low_alchemy": "130", + "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, + "high_alchemy": "195", + "weight": "2.2", + "weapon_interface": "14", + "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", + "low_alchemy": "338", + "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, + "high_alchemy": "507", + "weight": "1.8", + "weapon_interface": "14", + "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", + "low_alchemy": "832", + "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, + "high_alchemy": "1248", + "weight": "2", + "weapon_interface": "14", + "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", + "low_alchemy": "8320", + "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, + "high_alchemy": "12480", + "weight": "2.2", + "weapon_interface": "14", + "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", + "low_alchemy": "24960", + "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, + "high_alchemy": "37440", + "weight": "2", + "weapon_interface": "14", + "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", + "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, + "low_alchemy": "56", + "high_alchemy": "84", + "weight": "2.25", + "attack_speed": "5", + "weapon_interface": "4", + "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, + "low_alchemy": "200", + "high_alchemy": "300", + "weight": "2.25", + "attack_speed": "5", + "weapon_interface": "4", + "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, + "low_alchemy": "1280", + "high_alchemy": "1920", + "weight": "2.7", + "attack_speed": "5", + "weapon_interface": "4", + "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, + "low_alchemy": "520", + "high_alchemy": "780", + "weight": "1.8", + "attack_speed": "5", + "weapon_interface": "4", + "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, + "low_alchemy": "12800", + "high_alchemy": "19200", + "weight": "2.2", + "attack_speed": "5", + "weapon_interface": "4", + "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", + "low_alchemy": "10", + "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", + "archery_ticket_price": "0", + "id": "1277", + "stand_turn_anim": "823", + "bonuses": "4,3,-2,0,0,0,2,1,0,0,0,5,0,0,0", + "shop_price": "33", + "durability": null, + "high_alchemy": "15", + "weight": "1", + "weapon_interface": "5", + "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", + "low_alchemy": "36", + "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, + "high_alchemy": "54", + "weight": "1.8", + "weapon_interface": "5", + "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", + "low_alchemy": "130", + "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, + "high_alchemy": "195", + "weight": "1", + "weapon_interface": "5", + "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", + "low_alchemy": "249", + "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, + "high_alchemy": "374", + "weight": "1", + "weapon_interface": "5", + "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", + "low_alchemy": "338", + "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, + "high_alchemy": "507", + "weight": "1.5", + "weapon_interface": "5", + "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", + "low_alchemy": "832", + "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, + "high_alchemy": "1248", + "weight": "1", + "weapon_interface": "5", + "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", + "low_alchemy": "8320", + "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, + "high_alchemy": "12480", + "weight": "1.8", + "weapon_interface": "5", + "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", + "low_alchemy": "16", + "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, + "high_alchemy": "24", + "weight": "1.8", + "weapon_interface": "6", + "render_anim": "1", + "attack_audios": "2500,2500,2517,2500", + "name": "Bronze longsword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "14", + "durability": null, + "name": "Bronze longsword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1292" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "A razor sharp longsword.", + "walk_anim": "819", + "low_alchemy": "56", + "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", + "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, + "high_alchemy": "84", + "weight": "2", + "weapon_interface": "6", + "render_anim": "1", + "attack_audios": "2500,2500,2517,2500", + "name": "Iron longsword" + }, + { + "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", + "low_alchemy": "200", + "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, + "high_alchemy": "300", + "weight": "2", + "weapon_interface": "6", + "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", + "low_alchemy": "384", + "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, + "high_alchemy": "576", + "weight": "1.8", + "weapon_interface": "6", + "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", + "low_alchemy": "520", + "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, + "high_alchemy": "780", + "weight": "1.5", + "weapon_interface": "6", + "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", + "low_alchemy": "1280", + "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, + "high_alchemy": "1920", + "weight": "2", + "weapon_interface": "6", + "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", + "low_alchemy": "12800", + "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, + "high_alchemy": "19200", + "weight": "1.8", + "weapon_interface": "6", + "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", + "low_alchemy": "40000", + "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, + "high_alchemy": "60000", + "weight": "1.8", + "weapon_interface": "6", + "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", + "low_alchemy": "32", + "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, + "high_alchemy": "48", + "weight": "3.6", + "weapon_interface": "7", + "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", + "low_alchemy": "112", + "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, + "high_alchemy": "168", + "weight": "3.6", + "weapon_interface": "7", + "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", + "low_alchemy": "400", + "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, + "high_alchemy": "600", + "weight": "3", + "weapon_interface": "7", + "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", + "low_alchemy": "768", + "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, + "high_alchemy": "1152", + "weight": "3.6", + "weapon_interface": "7", + "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", + "low_alchemy": "1040", + "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, + "high_alchemy": "1560", + "weight": "3.1", + "weapon_interface": "7", + "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", + "low_alchemy": "2560", + "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, + "high_alchemy": "3840", + "weight": "4", + "weapon_interface": "7", + "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", + "low_alchemy": "25600", + "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, + "high_alchemy": "38400", + "weight": "3.6", + "weapon_interface": "7", + "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", + "low_alchemy": "12", + "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, + "high_alchemy": "18", + "weight": "1", + "weapon_interface": "6", + "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", + "low_alchemy": "44", + "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, + "high_alchemy": "67", + "weight": "1.8", + "weapon_interface": "6", + "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", + "low_alchemy": "160", + "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, + "high_alchemy": "240", + "weight": "1.8", + "weapon_interface": "6", + "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", + "low_alchemy": "307", + "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, + "high_alchemy": "460", + "weight": "1.8", + "weapon_interface": "6", + "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", + "low_alchemy": "416", + "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, + "high_alchemy": "624", + "weight": "1.5", + "weapon_interface": "6", + "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", + "low_alchemy": "1024", + "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, + "high_alchemy": "1536", + "weight": "2", + "weapon_interface": "6", + "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", + "low_alchemy": "10240", + "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, + "high_alchemy": "15360", + "weight": "1.8", + "weapon_interface": "6", + "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", + "low_alchemy": "89", + "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, + "high_alchemy": "134", + "weight": "1.8", + "weapon_interface": "10", + "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", + "low_alchemy": "24", + "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, + "high_alchemy": "36", + "weight": "1", + "weapon_interface": "10", + "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", + "low_alchemy": "256", + "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, + "high_alchemy": "384", + "weight": "1", + "weapon_interface": "10", + "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", + "low_alchemy": "509", + "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, + "high_alchemy": "764", + "weapon_interface": "10", + "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", + "low_alchemy": "863", + "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, + "high_alchemy": "1294", + "weight": "1.5", + "weapon_interface": "10", + "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", + "low_alchemy": "2142", + "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, + "high_alchemy": "3213", + "weight": "2", + "weapon_interface": "10", + "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", + "low_alchemy": "16600", + "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, + "high_alchemy": "24900", + "weight": "1.8", + "weapon_interface": "10", + "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 hatchet.", + "durability": null, + "low_alchemy": "22", + "high_alchemy": "33", + "weight": "1.3", + "attack_speed": "5", + "weapon_interface": "2", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "8", + "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 hatchet.", + "durability": null, + "low_alchemy": "6", + "high_alchemy": "9", + "weight": "1.35", + "attack_speed": "5", + "weapon_interface": "2", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "44", + "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 hatchet.", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "weight": "1.3", + "attack_speed": "5", + "weapon_interface": "2", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "36", + "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 hatchet.", + "durability": null, + "low_alchemy": "208", + "high_alchemy": "312", + "weight": "1.1", + "attack_speed": "5", + "weapon_interface": "2", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "141", + "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 hatchet.", + "durability": null, + "low_alchemy": "512", + "high_alchemy": "768", + "weight": "2", + "attack_speed": "5", + "weapon_interface": "2", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "592", + "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 hatchet.", + "durability": null, + "low_alchemy": "5120", + "high_alchemy": "7680", + "weapon_interface": "2", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "7495", + "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 hatchet.", + "durability": null, + "low_alchemy": "153", + "high_alchemy": "230", + "weight": "2", + "attack_speed": "5", + "weapon_interface": "2", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "335", + "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, + "low_alchemy": "72", + "high_alchemy": "109", + "weight": "2.7", + "attack_speed": "6", + "weapon_interface": "2", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "21", + "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, + "low_alchemy": "260", + "high_alchemy": "390", + "weight": "2.7", + "attack_speed": "6", + "weapon_interface": "2", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "208", + "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, + "low_alchemy": "499", + "high_alchemy": "748", + "weight": "2.7", + "attack_speed": "6", + "weapon_interface": "2", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "556", + "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, + "low_alchemy": "676", + "high_alchemy": "1014", + "weight": "2", + "attack_speed": "6", + "weapon_interface": "2", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "809", + "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, + "low_alchemy": "1664", + "high_alchemy": "2496", + "weight": "3", + "attack_speed": "6", + "weapon_interface": "2", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "2311", + "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, + "low_alchemy": "16640", + "high_alchemy": "24960", + "weight": "2", + "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": "24800", + "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, + "low_alchemy": "20", + "high_alchemy": "31", + "weight": "2.7", + "attack_speed": "6", + "weapon_interface": "2", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "15", + "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, + "low_alchemy": "80000", + "high_alchemy": "120000", + "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", + "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", + "low_alchemy": "6", + "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, + "high_alchemy": "9", + "weight": "2", + "weapon_interface": "1", + "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", + "low_alchemy": "600", + "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, + "high_alchemy": "900", + "weight": "2.2", + "weapon_interface": "1", + "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", + "low_alchemy": "600", + "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, + "high_alchemy": "900", + "weight": "2.2", + "weapon_interface": "1", + "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", + "low_alchemy": "600", + "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, + "high_alchemy": "900", + "weight": "2.2", + "weapon_interface": "1", + "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": "1146", + "low_alchemy": "600", + "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": "809", + "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, + "high_alchemy": "900", + "weight": "2.2", + "weapon_interface": "1", + "render_anim": "1426", + "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", + "low_alchemy": "80", + "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, + "high_alchemy": "120", + "weight": "2.2", + "weapon_interface": "1", + "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", + "low_alchemy": "2800", + "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,10,0,2,3,1,10,0,0,32,0,0,0", + "requirements": "{0,30}-{6,30}", + "shop_price": "7000", + "durability": null, + "high_alchemy": "4200", + "weight": "2.25", + "weapon_interface": "1", + "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", + "low_alchemy": "6200", + "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,10,0,2,3,1,10,0,0,35,0,0,0", + "requirements": "{0,30}-{6,30}", + "shop_price": "19600", + "durability": null, + "high_alchemy": "9300", + "weight": "2.25", + "weapon_interface": "1", + "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", + "low_alchemy": "6200", + "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,10,0,2,3,1,10,0,0,35,0,0,0", + "requirements": "{0,30}-{6,30}", + "durability": null, + "high_alchemy": "9300", + "weight": "2.2", + "weapon_interface": "1", + "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", + "low_alchemy": "6200", + "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,10,0,2,3,1,10,0,0,35,0,0,0", + "requirements": "{0,30}-{6,30}", + "shop_price": "7000", + "durability": null, + "high_alchemy": "9300", + "weight": "2.25", + "weapon_interface": "1", + "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", + "low_alchemy": "6200", + "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,10,0,2,3,1,10,0,0,35,0,0,0", + "requirements": "{0,30}-{6,30}", + "shop_price": "1500", + "durability": null, + "high_alchemy": "9300", + "weight": "2.2", + "weapon_interface": "1", + "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", + "low_alchemy": "17000", + "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,10,0,2,3,1,10,0,0,50,0,0,0", + "requirements": "{0,40}-{6,40}", + "durability": null, + "high_alchemy": "25500", + "weight": "2", + "weapon_interface": "1", + "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", + "low_alchemy": "17000", + "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,10,0,2,3,1,10,0,0,50,0,0,0", + "requirements": "{0,40}-{6,40}", + "durability": null, + "high_alchemy": "25500", + "weapon_interface": "1", + "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", + "low_alchemy": "17000", + "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,10,0,2,3,1,10,0,0,50,0,0,0", + "requirements": "{0,40}-{6,40}", + "durability": null, + "high_alchemy": "25500", + "weight": "2.2", + "weapon_interface": "1", + "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", + "low_alchemy": "17000", + "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,10,0,2,3,1,10,0,0,50,0,0,0", + "requirements": "{0,40}-{6,40}", + "shop_price": "40000", + "durability": null, + "high_alchemy": "25500", + "weight": "2.2", + "weapon_interface": "1", + "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, + "low_alchemy": "17000", + "high_alchemy": "25500", + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "1", + "turn180_anim": "1206", + "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", + "low_alchemy": "17000", + "high_alchemy": "25500", + "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", + "render_anim": "1383", + "defence_anim": "383", + "equipment_slot": "3", + "attack_anims": "382,382,382,382", + "stand_anim": "847", + "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, + "low_alchemy": "25", + "high_alchemy": "37", + "weight": "1.8", + "attack_speed": "5", + "weapon_interface": "8", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "grand_exchange_price": "7", + "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, + "low_alchemy": "7", + "high_alchemy": "10", + "weight": "1.79", + "attack_speed": "5", + "weapon_interface": "8", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "grand_exchange_price": "12", + "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, + "low_alchemy": "90", + "high_alchemy": "135", + "weight": "1.79", + "attack_speed": "5", + "weapon_interface": "8", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "grand_exchange_price": "31", + "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, + "low_alchemy": "172", + "high_alchemy": "258", + "weight": "1.79", + "attack_speed": "5", + "weapon_interface": "8", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "grand_exchange_price": "954", + "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, + "low_alchemy": "234", + "high_alchemy": "351", + "weight": "1.5", + "attack_speed": "5", + "weapon_interface": "8", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "grand_exchange_price": "157", + "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, + "low_alchemy": "576", + "high_alchemy": "864", + "weight": "2", + "attack_speed": "5", + "weapon_interface": "8", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "grand_exchange_price": "673", + "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, + "low_alchemy": "5760", + "high_alchemy": "8640", + "weight": "1.79", + "attack_speed": "5", + "weapon_interface": "8", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "lendable": "true", + "grand_exchange_price": "8380", + "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, + "low_alchemy": "20000", + "high_alchemy": "30000", + "weight": "1.8", + "attack_speed": "5", + "weapon_interface": "8", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "lendable": "true", + "grand_exchange_price": "29300", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "10", + "high_alchemy": "15", + "archery_ticket_price": "0", + "id": "1464" + }, + { + "examine": "For use on daggers and projectiles.", + "grand_exchange_price": "36", + "durability": null, + "name": "Weapon poison", + "tradeable": "true", + "low_alchemy": "57", + "high_alchemy": "86", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "equipment_slot": "2", + "grand_exchange_price": "2870", + "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" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2870", + "durability": null, + "name": "Amulet of accuracy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1479" + }, + { + "examine": "A magical sphere that glimmers within.", + "durability": null, + "name": "Orb of light", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "5", + "archery_ticket_price": "0", + "id": "1481" + }, + { + "examine": "A magical sphere that glimmers within.", + "durability": null, + "name": "Orb of light", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "5", + "archery_ticket_price": "0", + "id": "1482" + }, + { + "examine": "A magical sphere that glimmers within.", + "durability": null, + "name": "Orb of light", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "5", + "archery_ticket_price": "0", + "id": "1483" + }, + { + "examine": "A magical sphere that glimmers within.", + "durability": null, + "name": "Orb of light", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "5", + "archery_ticket_price": "0", + "id": "1484" + }, + { + "examine": "A damp, wet cloth.", + "durability": null, + "name": "Damp cloth", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "1485" + }, + { + "examine": "A broken piece of railing.", + "durability": null, + "name": "Piece of railing", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "2", + "archery_ticket_price": "0", + "id": "1486" + }, + { + "examine": "This horn has restorative properties.", + "grand_exchange_price": "1159", + "durability": null, + "name": "Unicorn horn", + "tradeable": "true", + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "1", + "archery_ticket_price": "0", + "id": "1487" + }, + { + "examine": "A coat of arms of the Ardougne Paladins.", + "durability": null, + "name": "Paladin's badge", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "1488" + }, + { + "examine": "A coat of arms of the Ardougne Paladins.", + "durability": null, + "name": "Paladin's badge", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "1489" + }, + { + "examine": "A coat of arms of the Ardougne Paladins.", + "durability": null, + "name": "Paladin's badge", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "1490" + }, + { + "examine": "On the ground: Curiosity has yet to kill this one...", + "durability": null, + "name": "Witch's cat", + "weight": "1.2", + "archery_ticket_price": "0", + "id": "1491" + }, + { + "examine": "A simple doll with Iban's likeness.", + "durability": null, + "name": "Doll of iban", + "weight": "1", + "archery_ticket_price": "0", + "id": "1492" + }, + { + "examine": "An account of the last times of someone.", + "durability": null, + "name": "Old journal", + "archery_ticket_price": "0", + "id": "1493" + }, + { + "examine": "The tale of Iban.", + "durability": null, + "name": "History of iban", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "1494" + }, + { + "shop_price": "5000", + "examine": "Strong dwarvish gloves.", + "durability": null, + "name": "Klank's gauntlets", + "low_alchemy": "2", + "high_alchemy": "3", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "1495", + "bonuses": "2,2,2,0,0,8,9,7,0,0,5,2,0,0,0", + "equipment_slot": "9" + }, + { + "examine": "I thought you only saw these in pairs?", + "durability": null, + "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" + }, + { + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "archery_ticket_price": "0", + "id": "1503" + }, + { + "examine": "It doesn't look very tasty.", + "durability": null, + "name": "Hangover cure", + "high_alchemy": "1", + "weight": "2", + "archery_ticket_price": "0", + "id": "1504" + }, + { + "examine": "Maybe I should read this...", + "durability": null, + "name": "A magic scroll", + "archery_ticket_price": "0", + "id": "1505" + }, + { + "remove_head": "true", + "examine": "Stops me from breathing nasty stuff!", + "durability": null, + "name": "Gas mask", + "high_alchemy": "1", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "1506", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "examine": "Quite a small key (Plague City).", + "durability": null, + "name": "A small key", + "archery_ticket_price": "0", + "id": "1507" + }, + { + "examine": "It seems to say \"hongorer lure\"...", + "durability": null, + "name": "A scruffy note", + "archery_ticket_price": "0", + "id": "1508" + }, + { + "examine": "A picture of a lady called Elena.", + "durability": null, + "name": "Picture", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "1510" + }, + { + "shop_price": "4", + "ge_buy_limit": "25000", + "examine": "A number of wooden logs.", + "grand_exchange_price": "279", + "durability": null, + "name": "Logs", + "tradeable": "true", + "low_alchemy": "1", + "high_alchemy": "2", + "weight": "2", + "archery_ticket_price": "0", + "id": "1511" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "279", + "durability": null, + "name": "Logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1512" + }, + { + "ge_buy_limit": "25000", + "examine": "Logs cut from a magic tree.", + "grand_exchange_price": "1581", + "durability": null, + "name": "Magic logs", + "tradeable": "true", + "low_alchemy": "128", + "high_alchemy": "192", + "weight": "2", + "archery_ticket_price": "0", + "id": "1513" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "1581", + "durability": null, + "name": "Magic logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1514" + }, + { + "ge_buy_limit": "25000", + "examine": "Logs cut from a yew tree.", + "grand_exchange_price": "532", + "durability": null, + "name": "Yew logs", + "tradeable": "true", + "low_alchemy": "64", + "high_alchemy": "96", + "weight": "2", + "archery_ticket_price": "0", + "id": "1515" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "532", + "durability": null, + "name": "Yew logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1516" + }, + { + "ge_buy_limit": "25000", + "examine": "Logs cut from a maple tree.", + "grand_exchange_price": "20", + "durability": null, + "name": "Maple logs", + "tradeable": "true", + "low_alchemy": "32", + "high_alchemy": "48", + "weight": "2", + "archery_ticket_price": "0", + "id": "1517" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "20", + "durability": null, + "name": "Maple logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1518" + }, + { + "ge_buy_limit": "25000", + "examine": "Logs cut from a willow tree.", + "grand_exchange_price": "11", + "durability": null, + "name": "Willow logs", + "tradeable": "true", + "low_alchemy": "16", + "high_alchemy": "24", + "weight": "2", + "archery_ticket_price": "0", + "id": "1519" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "11", + "durability": null, + "name": "Willow logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1520" + }, + { + "ge_buy_limit": "25000", + "examine": "Logs cut from an Oak Tree.", + "grand_exchange_price": "153", + "durability": null, + "name": "Oak logs", + "tradeable": "true", + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "2", + "archery_ticket_price": "0", + "id": "1521" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "153", + "durability": null, + "name": "Oak logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1522" + }, + { + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "For picking tough locks.", + "grand_exchange_price": "1311", + "durability": null, + "name": "Lockpick", + "tradeable": "true", + "low_alchemy": "8", + "high_alchemy": "12", + "archery_ticket_price": "0", + "id": "1523" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1311", + "durability": null, + "name": "Lockpick", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1524" + }, + { + "examine": "I need to clean this herb before I can use it.", + "durability": null, + "name": "Grimy snake weed", + "archery_ticket_price": "0", + "id": "1525" + }, + { + "examine": "A fresh herb.", + "durability": null, + "name": "Clean snake weed", + "low_alchemy": "2", + "high_alchemy": "3", + "archery_ticket_price": "0", + "id": "1526" + }, + { + "examine": "I need to clean this herb before I can use it.", + "durability": null, + "name": "Grimy ardrigal", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "1527" + }, + { + "examine": "A fresh herb.", + "durability": null, + "name": "Clean ardrigal", + "low_alchemy": "2", + "high_alchemy": "3", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "1528" + }, + { + "examine": "I need to clean this herb before I can use it.", + "durability": null, + "name": "Grimy sito foil", + "archery_ticket_price": "0", + "id": "1529" + }, + { + "examine": "A fresh herb.", + "durability": null, + "name": "Clean sito foil", + "low_alchemy": "2", + "high_alchemy": "3", + "archery_ticket_price": "0", + "id": "1530" + }, + { + "examine": "I need to clean this herb before I can use it.", + "durability": null, + "name": "Grimy volencia moss", + "archery_ticket_price": "0", + "id": "1531" + }, + { + "examine": "A fresh herb.", + "durability": null, + "name": "Clean volencia moss", + "low_alchemy": "2", + "high_alchemy": "3", + "archery_ticket_price": "0", + "id": "1532" + }, + { + "examine": "I need to clean this herb before I can use it.", + "durability": null, + "name": "Grimy rogue's purse", + "archery_ticket_price": "0", + "id": "1533" + }, + { + "examine": "A fresh herb.", + "durability": null, + "name": "Clean rogue's purse", + "low_alchemy": "2", + "high_alchemy": "3", + "archery_ticket_price": "0", + "id": "1534" + }, + { + "examine": "A piece of map.", + "durability": null, + "name": "Map part", + "archery_ticket_price": "0", + "id": "1535" + }, + { + "examine": "A piece of map.", + "durability": null, + "name": "Map part", + "archery_ticket_price": "0", + "id": "1536" + }, + { + "examine": "A piece of map.", + "durability": null, + "name": "Map part", + "archery_ticket_price": "0", + "id": "1537" + }, + { + "examine": "A map of the route to Crandor.", + "durability": null, + "name": "Crandor map", + "archery_ticket_price": "0", + "id": "1538" + }, + { + "shop_price": "52", + "ge_buy_limit": "10000", + "examine": "Keeps things in place fairly permanently.", + "grand_exchange_price": "59", + "durability": null, + "name": "Steel nails", + "tradeable": "true", + "low_alchemy": "20", + "high_alchemy": "31", + "archery_ticket_price": "0", + "id": "1539" + }, + { + "ge_buy_limit": "100", + "examine": "This provides partial protection from dragon-breath attacks.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "5.4", + "equipment_slot": "5", + "grand_exchange_price": "637", + "name": "Anti-dragon shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1540", + "bonuses": "0,0,0,0,0,7,9,8,2,8,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "637", + "durability": null, + "name": "Anti-dragon shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1541" + }, + { + "shop_price": "1", + "examine": "A key to Melzar's Maze.", + "durability": null, + "name": "Maze key", + "archery_ticket_price": "0", + "id": "1542" + }, + { + "destroy_message": "You can get another from Dr Harlow in the Blue Moon Inn of Varrock.", + "examine": "A very pointy stick.", + "durability": null, + "name": "Stake", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1549", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "100", + "examine": "Deters vampires.", + "grand_exchange_price": "20", + "durability": null, + "name": "Garlic", + "tradeable": "true", + "low_alchemy": "1", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "1550" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "20", + "durability": null, + "name": "Garlic", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1551" + }, + { + "examine": "Sardine flavoured with doogle leaves.", + "durability": null, + "name": "Doogle sardine", + "low_alchemy": "4", + "tradeable": "false", + "high_alchemy": "6", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1552" + }, + { + "examine": "This kitten seems to like you.", + "durability": null, + "name": "Pet kitten", + "archery_ticket_price": "0", + "id": "1555" + }, + { + "examine": "This kitten seems to like you.", + "durability": null, + "name": "Pet kitten", + "archery_ticket_price": "0", + "id": "1556" + }, + { + "examine": "This kitten seems to like you.", + "durability": null, + "name": "Pet kitten", + "archery_ticket_price": "0", + "id": "1557" + }, + { + "examine": "This kitten seems to like you.", + "durability": null, + "name": "Pet kitten", + "archery_ticket_price": "0", + "id": "1558" + }, + { + "examine": "This kitten seems to like you.", + "durability": null, + "name": "Pet kitten", + "archery_ticket_price": "0", + "id": "1559" + }, + { + "examine": "This kitten seems to like you.", + "durability": null, + "name": "Pet kitten", + "archery_ticket_price": "0", + "id": "1560" + }, + { + "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", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "1573" + }, + { + "examine": "For feline training expertise.", + "durability": null, + "name": "Cat training medal", + "low_alchemy": "140", + "high_alchemy": "210", + "archery_ticket_price": "0", + "id": "1575", + "equipment_slot": "2" + }, + { + "examine": "Candlestick used during Heroes' Quest.", + "durability": null, + "name": "Pete's candlestick", + "tradeable": "true", + "low_alchemy": "2", + "high_alchemy": "3", + "archery_ticket_price": "0", + "id": "1577" + }, + { + "durability": null, + "name": "Pete's candlestick", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1578" + }, + { + "examine": "This denotes a Master Thief.", + "durability": null, + "name": "Thieves' armband", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "1579" + }, + { + "examine": "These will keep my hands cold!", + "durability": null, + "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" + }, + { + "examine": "Yuck.", + "durability": null, + "name": "Blamish snail slime", + "weight": "1", + "archery_ticket_price": "0", + "id": "1581" + }, + { + "examine": "Made from the finest snail slime.", + "durability": null, + "name": "Blamish oil", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "1582" + }, + { + "examine": "Firebird feather.", + "durability": null, + "name": "Fire feather", + "archery_ticket_price": "0", + "id": "1583" + }, + { + "examine": "Apparently my name is Hartigan", + "durability": null, + "name": "Id papers", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1584" + }, + { + "examine": "Useful for catching lava eels.", + "durability": null, + "name": "Oily fishing rod", + "low_alchemy": "6", + "high_alchemy": "9", + "weight": "1", + "archery_ticket_price": "0", + "id": "1585" + }, + { + "examine": "This is of use in completing Heroes' Quest. (Heroes' Quest)", + "durability": null, + "name": "Miscellaneous key", + "tradeable": "true", + "weight": "0.01", + "archery_ticket_price": "0", + "id": "1586" + }, + { + "durability": null, + "name": "Miscellaneous key", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1587" + }, + { + "examine": "The key I got from Grip. (Heroes' Quest)", + "durability": null, + "name": "Grips' key ring", + "archery_ticket_price": "0", + "id": "1588" + }, + { + "shop_price": "1", + "examine": "I wonder what this unlocks. (Heroes' Quest)", + "durability": null, + "name": "Dusty key", + "archery_ticket_price": "0", + "id": "1590" + }, + { + "examine": "Key to a cell. (Heroes' Quest)", + "durability": null, + "name": "Jail key", + "archery_ticket_price": "0", + "id": "1591" + }, + { + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "Used to make gold rings.", + "grand_exchange_price": "316", + "durability": null, + "name": "Ring mould", + "tradeable": "true", + "low_alchemy": "2", + "high_alchemy": "3", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "1592" + }, + { + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "800", + "high_alchemy": "1200", + "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", + "examine": "This looks valuable.", + "grand_exchange_price": "1598", + "durability": null, + "name": "Ruby", + "tradeable": "true", + "low_alchemy": "400", + "high_alchemy": "600", + "archery_ticket_price": "0", + "id": "1603" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1598", + "durability": null, + "name": "Ruby", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1604" + }, + { + "shop_price": "350", + "ge_buy_limit": "1000", + "examine": "This looks valuable.", + "grand_exchange_price": "853", + "durability": null, + "name": "Emerald", + "tradeable": "true", + "low_alchemy": "200", + "high_alchemy": "300", + "archery_ticket_price": "0", + "id": "1605" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "853", + "durability": null, + "name": "Emerald", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1606" + }, + { + "shop_price": "175", + "ge_buy_limit": "1000", + "examine": "This looks valuable.", + "grand_exchange_price": "520", + "durability": null, + "name": "Sapphire", + "tradeable": "true", + "low_alchemy": "100", + "high_alchemy": "150", + "archery_ticket_price": "0", + "id": "1607" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "520", + "durability": null, + "name": "Sapphire", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1608" + }, + { + "ge_buy_limit": "1000", + "examine": "A semi precious stone.", + "grand_exchange_price": "41", + "durability": null, + "name": "Opal", + "tradeable": "true", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "1609" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "41", + "durability": null, + "name": "Opal", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1610" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "83", + "durability": null, + "name": "Jade", + "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", + "examine": "A semi precious stone.", + "grand_exchange_price": "103", + "durability": null, + "name": "Red topaz", + "tradeable": "true", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "examine": "This looks valuable.", + "grand_exchange_price": "27400", + "durability": null, + "name": "Dragonstone", + "tradeable": "true", + "low_alchemy": "4000", + "high_alchemy": "6000", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "1615" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "27400", + "durability": null, + "name": "Dragonstone", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1616" + }, + { + "ge_buy_limit": "500", + "examine": "An uncut diamond.", + "grand_exchange_price": "20000", + "tokkul_price": "300", + "durability": null, + "name": "Uncut diamond", + "tradeable": "true", + "low_alchemy": "80", + "high_alchemy": "120", + "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": "4970", + "tokkul_price": "150", + "durability": null, + "name": "Uncut ruby", + "tradeable": "true", + "low_alchemy": "40", + "high_alchemy": "60", + "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": "2621", + "tokkul_price": "75", + "durability": null, + "name": "Uncut emerald", + "tradeable": "true", + "low_alchemy": "20", + "high_alchemy": "30", + "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": "1851", + "tokkul_price": "37", + "durability": null, + "name": "Uncut sapphire", + "tradeable": "true", + "low_alchemy": "10", + "high_alchemy": "15", + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "16", + "high_alchemy": "24", + "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.", + "tokkul_price": "1500", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "weight": "0.3", + "grand_exchange_price": "31700", + "name": "Uncut dragonstone", + "tradeable": "true", + "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", + "low_alchemy": "140", + "high_alchemy": "210", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1635", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "165", + "durability": null, + "name": "Gold ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1636" + }, + { + "ge_buy_limit": "5000", + "examine": "A valuable ring.", + "grand_exchange_price": "561", + "durability": null, + "name": "Sapphire ring", + "tradeable": "true", + "low_alchemy": "360", + "high_alchemy": "540", + "archery_ticket_price": "0", + "id": "1637", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "561", + "durability": null, + "name": "Sapphire ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1638" + }, + { + "ge_buy_limit": "5000", + "examine": "A valuable ring.", + "grand_exchange_price": "884", + "durability": null, + "name": "Emerald ring", + "tradeable": "true", + "low_alchemy": "510", + "high_alchemy": "765", + "archery_ticket_price": "0", + "id": "1639", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "884", + "durability": null, + "name": "Emerald ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1640" + }, + { + "shop_price": "2025", + "ge_buy_limit": "5000", + "examine": "A valuable ring.", + "grand_exchange_price": "1110", + "durability": null, + "name": "Ruby ring", + "tradeable": "true", + "low_alchemy": "810", + "high_alchemy": "1215", + "archery_ticket_price": "0", + "id": "1641", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1110", + "durability": null, + "name": "Ruby ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1642" + }, + { + "shop_price": "3172", + "ge_buy_limit": "5000", + "examine": "A valuable ring.", + "grand_exchange_price": "4416", + "durability": null, + "name": "Diamond ring", + "tradeable": "true", + "low_alchemy": "1410", + "high_alchemy": "2115", + "archery_ticket_price": "0", + "id": "1643", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "4416", + "durability": null, + "name": "Diamond ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1644" + }, + { + "shop_price": "7750", + "ge_buy_limit": "100", + "examine": "A valuable ring.", + "grand_exchange_price": "26700", + "durability": null, + "name": "Dragonstone ring", + "tradeable": "true", + "low_alchemy": "7050", + "high_alchemy": "10575", + "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", + "low_alchemy": "360", + "high_alchemy": "540", + "archery_ticket_price": "0", + "id": "1649" + }, + { + "examine": "A valuable ring.", + "grand_exchange_price": "993", + "durability": null, + "name": "Emerald ring", + "tradeable": "true", + "low_alchemy": "510", + "high_alchemy": "765", + "archery_ticket_price": "0", + "id": "1650" + }, + { + "shop_price": "2025", + "examine": "A valuable ring.", + "grand_exchange_price": "1125", + "durability": null, + "name": "Ruby ring", + "tradeable": "true", + "low_alchemy": "810", + "high_alchemy": "1215", + "archery_ticket_price": "0", + "id": "1651" + }, + { + "shop_price": "3172", + "examine": "A valuable ring.", + "grand_exchange_price": "3622", + "durability": null, + "name": "Diamond ring", + "tradeable": "true", + "low_alchemy": "1410", + "high_alchemy": "2115", + "archery_ticket_price": "0", + "id": "1652" + }, + { + "shop_price": "7750", + "examine": "A valuable ring.", + "grand_exchange_price": "19606", + "durability": null, + "name": "Dragonstone ring", + "tradeable": "true", + "low_alchemy": "7050", + "high_alchemy": "10575", + "archery_ticket_price": "0", + "id": "1653" + }, + { + "shop_price": "450", + "ge_buy_limit": "5000", + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "185", + "durability": null, + "name": "Gold necklace", + "tradeable": "true", + "low_alchemy": "180", + "high_alchemy": "270", + "archery_ticket_price": "0", + "id": "1654", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "185", + "durability": null, + "name": "Gold necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1655" + }, + { + "shop_price": "945", + "ge_buy_limit": "5000", + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "534", + "durability": null, + "name": "Sapphire necklace", + "tradeable": "true", + "low_alchemy": "420", + "high_alchemy": "630", + "archery_ticket_price": "0", + "id": "1656", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "534", + "durability": null, + "name": "Sapphire necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1657" + }, + { + "shop_price": "1425", + "ge_buy_limit": "5000", + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "781", + "durability": null, + "name": "Emerald necklace", + "tradeable": "true", + "low_alchemy": "570", + "high_alchemy": "855", + "archery_ticket_price": "0", + "id": "1658", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "781", + "durability": null, + "name": "Emerald necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1659" + }, + { + "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", + "low_alchemy": "870", + "high_alchemy": "1305", + "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", + "low_alchemy": "1470", + "high_alchemy": "2205", + "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", + "low_alchemy": "7350", + "high_alchemy": "11025", + "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", + "low_alchemy": "420", + "high_alchemy": "630", + "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", + "low_alchemy": "570", + "high_alchemy": "855", + "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", + "low_alchemy": "870", + "high_alchemy": "1305", + "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", + "low_alchemy": "1470", + "high_alchemy": "2205", + "archery_ticket_price": "0", + "id": "1671" + }, + { + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "23010", + "durability": null, + "name": "Dragon necklace", + "tradeable": "true", + "low_alchemy": "7350", + "high_alchemy": "11025", + "archery_ticket_price": "0", + "id": "1672" + }, + { + "shop_price": "350", + "ge_buy_limit": "5000", + "examine": "A plain gold amulet.", + "grand_exchange_price": "172", + "durability": null, + "name": "Gold amulet", + "tradeable": "true", + "low_alchemy": "140", + "high_alchemy": "210", + "archery_ticket_price": "0", + "id": "1673" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "172", + "durability": null, + "name": "Gold amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1674" + }, + { + "shop_price": "810", + "ge_buy_limit": "5000", + "examine": "I wonder if I can get this enchanted.", + "grand_exchange_price": "473", + "durability": null, + "name": "Sapphire amulet", + "tradeable": "true", + "low_alchemy": "360", + "high_alchemy": "540", + "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": "I wonder if I can get this enchanted.", + "grand_exchange_price": "695", + "durability": null, + "name": "Emerald amulet", + "tradeable": "true", + "low_alchemy": "510", + "high_alchemy": "765", + "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": "I wonder if I can get this enchanted.", + "grand_exchange_price": "1268", + "durability": null, + "name": "Ruby amulet", + "tradeable": "true", + "low_alchemy": "810", + "high_alchemy": "1215", + "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": "I wonder if I can get this enchanted.", + "grand_exchange_price": "3359", + "durability": null, + "name": "Diamond amulet", + "tradeable": "true", + "low_alchemy": "1410", + "high_alchemy": "2115", + "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": "I wonder if I can get this enchanted.", + "grand_exchange_price": "26900", + "durability": null, + "name": "Dragonstone ammy", + "tradeable": "true", + "low_alchemy": "7050", + "high_alchemy": "10575", + "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.", + "grand_exchange_price": "417", + "durability": null, + "name": "Sapphire amulet", + "tradeable": "true", + "low_alchemy": "360", + "high_alchemy": "540", + "archery_ticket_price": "0", + "id": "1687" + }, + { + "shop_price": "1147", + "examine": "I wonder if I can get this enchanted.", + "grand_exchange_price": "648", + "durability": null, + "name": "Emerald amulet", + "tradeable": "true", + "low_alchemy": "510", + "high_alchemy": "765", + "archery_ticket_price": "0", + "id": "1688" + }, + { + "shop_price": "2025", + "examine": "I wonder if I can get this enchanted.", + "grand_exchange_price": "1098", + "durability": null, + "name": "Ruby amulet", + "tradeable": "true", + "low_alchemy": "810", + "high_alchemy": "1215", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1689" + }, + { + "shop_price": "3307", + "examine": "I wonder if I can get this enchanted.", + "grand_exchange_price": "1993", + "durability": null, + "name": "Diamond amulet", + "tradeable": "true", + "low_alchemy": "1410", + "high_alchemy": "2115", + "archery_ticket_price": "0", + "id": "1690" + }, + { + "examine": "I wonder if I can get this enchanted.", + "grand_exchange_price": "18436", + "durability": null, + "name": "Dragonstone ammy", + "tradeable": "true", + "low_alchemy": "7050", + "high_alchemy": "10575", + "archery_ticket_price": "0", + "id": "1691" + }, + { + "shop_price": "350", + "ge_buy_limit": "5000", + "examine": "A plain gold amulet.", + "grand_exchange_price": "137", + "durability": null, + "name": "Gold amulet", + "tradeable": "true", + "low_alchemy": "140", + "high_alchemy": "210", + "archery_ticket_price": "0", + "id": "1692", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "137", + "durability": null, + "name": "Gold amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1693" + }, + { + "shop_price": "810", + "ge_buy_limit": "5000", + "examine": "I wonder if I can get this enchanted.", + "grand_exchange_price": "435", + "durability": null, + "name": "Sapphire amulet", + "tradeable": "true", + "low_alchemy": "360", + "high_alchemy": "540", + "archery_ticket_price": "0", + "id": "1694", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "435", + "durability": null, + "name": "Sapphire amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1695" + }, + { + "shop_price": "1147", + "ge_buy_limit": "5000", + "examine": "I wonder if I can get this enchanted.", + "grand_exchange_price": "659", + "durability": null, + "name": "Emerald amulet", + "tradeable": "true", + "low_alchemy": "510", + "high_alchemy": "765", + "archery_ticket_price": "0", + "id": "1696", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "659", + "durability": null, + "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.", + "durability": null, + "low_alchemy": "810", + "high_alchemy": "1215", + "destroy": "true", + "equipment_slot": "2", + "grand_exchange_price": "1115", + "name": "Ruby amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1698" + }, + { + "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", + "low_alchemy": "1410", + "high_alchemy": "2115", + "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", + "examine": "I wonder if I can get this enchanted.", + "grand_exchange_price": "27100", + "durability": null, + "name": "Dragonstone ammy", + "tradeable": "true", + "low_alchemy": "7050", + "high_alchemy": "10575", + "archery_ticket_price": "0", + "id": "1702", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "27100", + "durability": null, + "name": "Dragonstone ammy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1703" + }, + { + "ge_buy_limit": "100", + "examine": "A very powerful dragonstone amulet.", + "grand_exchange_price": "28000", + "durability": null, + "name": "Amulet of glory", + "tradeable": "true", + "low_alchemy": "7050", + "high_alchemy": "10575", + "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" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "28000", + "durability": null, + "name": "Amulet of glory", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1705" + }, + { + "examine": "A dragonstone amulet with 1 magic charges.", + "grand_exchange_price": "1", + "durability": null, + "name": "Amulet of glory(1)", + "tradeable": "true", + "low_alchemy": "7050", + "high_alchemy": "10575", + "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" + }, + { + "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", + "low_alchemy": "7050", + "high_alchemy": "10575", + "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" + }, + { + "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", + "low_alchemy": "7050", + "high_alchemy": "10575", + "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" + }, + { + "durability": null, + "name": "Amulet of glory(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1711" + }, + { + "ge_buy_limit": "100", + "examine": "A dragonstone amulet with 4 magic charges.", + "grand_exchange_price": "29300", + "durability": null, + "name": "Amulet of glory(4)", + "tradeable": "true", + "low_alchemy": "7050", + "high_alchemy": "10575", + "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" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "29300", + "durability": null, + "name": "Amulet of glory(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1713" + }, + { + "shop_price": "200", + "ge_buy_limit": "5000", + "examine": "It needs a string so I can wear it.", + "grand_exchange_price": "83", + "durability": null, + "name": "Unstrung symbol", + "tradeable": "true", + "low_alchemy": "80", + "high_alchemy": "120", + "archery_ticket_price": "0", + "id": "1714" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "83", + "durability": null, + "name": "Unstrung symbol", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1715" + }, + { + "shop_price": "120", + "ge_buy_limit": "5000", + "examine": "A symbol of Saradomin.", + "grand_exchange_price": "29", + "durability": null, + "name": "Unblessed symbol", + "tradeable": "true", + "low_alchemy": "80", + "high_alchemy": "120", + "archery_ticket_price": "0", + "id": "1716", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "29", + "durability": null, + "name": "Unblessed symbol", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1717" + }, + { + "shop_price": "300", + "ge_buy_limit": "5000", + "examine": "A blessed holy symbol of Saradomin.", + "durability": null, + "low_alchemy": "120", + "high_alchemy": "180", + "equipment_slot": "2", + "grand_exchange_price": "88", + "name": "Holy symbol", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1718", + "bonuses": "0,0,0,0,0,2,2,2,2,2,3,0,8,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "88", + "durability": null, + "name": "Holy symbol", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1719" + }, + { + "ge_buy_limit": "5000", + "examine": "It needs a string so I can wear it.", + "grand_exchange_price": "178", + "durability": null, + "name": "Unstrung emblem", + "tradeable": "true", + "low_alchemy": "80", + "high_alchemy": "120", + "archery_ticket_price": "0", + "id": "1720" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "178", + "durability": null, + "name": "Unstrung emblem", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1721" + }, + { + "shop_price": "120", + "ge_buy_limit": "5000", + "examine": "An unholy symbol of Zamorak.", + "grand_exchange_price": "24", + "durability": null, + "name": "Unpowered symbol", + "tradeable": "true", + "low_alchemy": "80", + "high_alchemy": "120", + "archery_ticket_price": "0", + "id": "1722", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "24", + "durability": null, + "name": "Unpowered symbol", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1723" + }, + { + "shop_price": "135", + "ge_buy_limit": "5000", + "examine": "An unholy symbol of Zamorak.", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "equipment_slot": "2", + "grand_exchange_price": "57", + "name": "Unholy symbol", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1724", + "bonuses": "2,2,2,2,2,0,0,0,0,0,0,0,8,0,0" + }, + { + "ge_buy_limit": "5000", + "examine": "An enchanted ruby amulet.", + "grand_exchange_price": "1247", + "durability": null, + "name": "Amulet of strength", + "tradeable": "true", + "low_alchemy": "810", + "high_alchemy": "1215", + "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" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1247", + "durability": null, + "name": "Amulet of strength", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1726" + }, + { + "shop_price": "900", + "ge_buy_limit": "5000", + "examine": "An enchanted sapphire amulet of magic.", + "durability": null, + "low_alchemy": "360", + "high_alchemy": "540", + "equipment_slot": "2", + "grand_exchange_price": "519", + "name": "Amulet of magic", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1727", + "bonuses": "0,0,0,10,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "519", + "durability": null, + "name": "Amulet of magic", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1728" + }, + { + "shop_price": "1275", + "ge_buy_limit": "5000", + "examine": "An enchanted emerald amulet of protection.", + "durability": null, + "low_alchemy": "510", + "high_alchemy": "765", + "equipment_slot": "2", + "grand_exchange_price": "721", + "name": "Amulet of defence", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1729", + "bonuses": "0,0,0,0,0,7,7,7,7,7,7,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "721", + "durability": null, + "name": "Amulet of defence", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1730" + }, + { + "shop_price": "3525", + "ge_buy_limit": "5000", + "examine": "An enchanted diamond amulet of power.", + "durability": null, + "low_alchemy": "1410", + "high_alchemy": "2115", + "equipment_slot": "2", + "grand_exchange_price": "2573", + "name": "Amulet of power", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1731", + "bonuses": "6,6,6,6,6,6,6,6,6,6,6,6,1,0,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", + "ge_buy_limit": "5000", + "examine": "Used with a thread to make clothes.", + "grand_exchange_price": "5", + "durability": null, + "name": "Needle", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1733" + }, + { + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "examine": "I think this came from a sheep.", + "grand_exchange_price": "160", + "durability": null, + "name": "Wool", + "tradeable": "true", + "weight": "0.14", + "archery_ticket_price": "0", + "id": "1737" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "160", + "durability": null, + "name": "Wool", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1738" + }, + { + "ge_buy_limit": "10000", + "examine": "I should take this to the tannery.", + "grand_exchange_price": "516", + "durability": null, + "name": "Cowhide", + "tradeable": "true", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "1739" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "516", + "durability": null, + "name": "Cowhide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1740" + }, + { + "ge_buy_limit": "10000", + "examine": "It's a piece of leather.", + "grand_exchange_price": "638", + "durability": null, + "name": "Leather", + "tradeable": "true", + "weight": "2.25", + "archery_ticket_price": "0", + "id": "1741" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "638", + "durability": null, + "name": "Leather", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1742" + }, + { + "ge_buy_limit": "10000", + "examine": "It's a piece of hard leather.", + "grand_exchange_price": "640", + "durability": null, + "name": "Hard leather", + "tradeable": "true", + "weight": "3.1", + "archery_ticket_price": "0", + "id": "1743" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "640", + "durability": null, + "name": "Hard leather", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1744" + }, + { + "ge_buy_limit": "10000", + "examine": "It's a piece of prepared green dragon hide.", + "grand_exchange_price": "2237", + "durability": null, + "name": "Green d-leather", + "tradeable": "true", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "3.1", + "archery_ticket_price": "0", + "id": "1745" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "2237", + "durability": null, + "name": "Green d-leather", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1746" + }, + { + "ge_buy_limit": "10000", + "examine": "The scaly rough hide from a Black Dragon.", + "grand_exchange_price": "5802", + "durability": null, + "name": "Black dragonhide", + "tradeable": "true", + "low_alchemy": "32", + "high_alchemy": "48", + "weight": "3.1", + "archery_ticket_price": "0", + "id": "1747" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "5802", + "durability": null, + "name": "Black dragonhide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1748" + }, + { + "ge_buy_limit": "10000", + "examine": "The scaly rough hide from a red dragon.", + "grand_exchange_price": "3539", + "durability": null, + "name": "Red dragonhide", + "tradeable": "true", + "low_alchemy": "16", + "high_alchemy": "24", + "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", + "low_alchemy": "16", + "high_alchemy": "24", + "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": "1933", + "durability": null, + "name": "Green dragonhide", + "tradeable": "true", + "low_alchemy": "8", + "high_alchemy": "12", + "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", + "examine": "Good for detailed crafting.", + "grand_exchange_price": "20", + "durability": null, + "name": "Chisel", + "tradeable": "true", + "low_alchemy": "5", + "high_alchemy": "8", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "1755" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "20", + "durability": null, + "name": "Chisel", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1756" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A mostly clean apron.", + "grand_exchange_price": "74", + "durability": null, + "name": "Brown apron", + "tradeable": "true", + "high_alchemy": "1", + "weight": "0.45", + "archery_ticket_price": "0", + "id": "1757", + "equipment_slot": "4" + }, + { + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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": "223", + "durability": null, + "name": "Bow string", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "6", + "high_alchemy": "9", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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" + }, + { + "ge_buy_limit": "100", + "examine": "Useful for crafting items.", + "grand_exchange_price": "249", + "durability": null, + "name": "Bronze wire", + "tradeable": "true", + "low_alchemy": "8", + "high_alchemy": "12", + "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.", + "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.", + "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.", + "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.", + "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.", + "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.", + "durability": null, + "name": "Silver pot", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1807" + }, + { + "examine": "Some (colour) thread found at the murder scene.", + "durability": null, + "name": "Criminal's thread", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1808" + }, + { + "examine": "Some (colour) thread found at the murder scene.", + "durability": null, + "name": "Criminal's thread", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1809" + }, + { + "examine": "Some (colour) 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./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": "1813" + }, + { + "examine": "A flimsy-looking dagger found at the crime scene./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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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" + }, + { + "shop_price": "40", + "ge_buy_limit": "100", + "examine": "A cool, light desert shirt.", + "durability": null, + "low_alchemy": "16", + "high_alchemy": "24", + "weight": "0.5", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "93", + "name": "Desert shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1833" + }, + { + "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.", + "durability": null, + "low_alchemy": "16", + "high_alchemy": "24", + "weight": "0.9", + "equipment_slot": "7", + "grand_exchange_price": "74", + "name": "Desert robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1835" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "74", + "durability": null, + "name": "Desert robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1836" + }, + { + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "Comfortable desert shoes.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "0.2", + "equipment_slot": "10", + "grand_exchange_price": "257", + "name": "Desert boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1837" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "257", + "durability": null, + "name": "Desert boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1838" + }, + { + "examine": "This key is crudely made. It came from the mining camp Mercenary Captain.", + "durability": null, + "name": "Metal key", + "archery_ticket_price": "0", + "id": "1839" + }, + { + "examine": "A metallic key, usually used by prison guards. (Tourist Trap)", + "durability": null, + "name": "Cell door key", + "archery_ticket_price": "0", + "id": "1840" + }, + { + "examine": "An empty barrel/A Splendid barrel.", + "grand_exchange_price": "206", + "durability": null, + "name": "Barrel", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "1841" + }, + { + "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, + "name": "Ana in a barrel", + "weight": "32", + "archery_ticket_price": "0", + "id": "1842" + }, + { + "examine": "This key unlocks a very sturdy gate. Ana gave me this key. (Tourist Trap)", + "durability": null, + "name": "Wrought iron key", + "archery_ticket_price": "0", + "id": "1843" + }, + { + "remove_sleeves": "true", + "examine": "A filthy, smelly, flea infested shirt.", + "durability": null, + "name": "Slave shirt", + "low_alchemy": "16", + "high_alchemy": "24", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "1844", + "equipment_slot": "4" + }, + { + "examine": "A filthy, smelly, flea infested robe.", + "durability": null, + "name": "Slave robe", + "low_alchemy": "16", + "high_alchemy": "24", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "1845", + "equipment_slot": "7" + }, + { + "examine": "A set of filthy, smelly, flea infested desert slave boots.", + "durability": null, + "name": "Slave boots", + "weight": "0.6", + "archery_ticket_price": "0", + "id": "1846", + "equipment_slot": "10" + }, + { + "examine": "A piece of paper with barely legible writing - looks like a recipe!", + "durability": null, + "name": "Scrumpled paper", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "1847" + }, + { + "shop_price": "5", + "examine": "Very important information.", + "durability": null, + "name": "Shantay disclaimer", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "1848" + }, + { + "examine": "A prototype throwing dart.", + "attack_audios": "2547,0,0,0", + "durability": null, + "name": "Prototype dart", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1849" + }, + { + "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", + "archery_ticket_price": "0", + "id": "1853" + }, + { + "shop_price": "5", + "examine": "Allows you to pass through the Shantay pass into the Kharid Desert.", + "durability": null, + "name": "Shantay pass", + "low_alchemy": "2", + "high_alchemy": "3", + "archery_ticket_price": "0", + "id": "1854" + }, + { + "examine": "A Tourist's Guide to Ardougne.", + "durability": null, + "name": "Guide book", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1856" + }, + { + "examine": "The Rantuki tribe's totem.", + "durability": null, + "name": "Totem", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "3", + "archery_ticket_price": "0", + "id": "1857" + }, + { + "examine": "It says 'To Lord Handelmort, Handelmort Mansion'.", + "durability": null, + "name": "Address label", + "archery_ticket_price": "0", + "id": "1858" + }, + { + "ge_buy_limit": "1000", + "examine": "I need to cook this first / Freshly cooked ugthanki meat.", + "grand_exchange_price": "486", + "durability": null, + "name": "Raw ugthanki meat", + "tradeable": "true", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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" + }, + { + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "4", + "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", + "low_alchemy": "2", + "high_alchemy": "4", + "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", + "low_alchemy": "3", + "high_alchemy": "5", + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "weight": "1", + "archery_ticket_price": "0", + "id": "1917", + "equipment_slot": "3" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "202", + "durability": null, + "name": "Beer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1918" + }, + { + "shop_price": "1", + "ge_buy_limit": "100", + "examine": "I need to fill this with beer.", + "grand_exchange_price": "10", + "durability": null, + "name": "Beer glass", + "tradeable": "true", + "high_alchemy": "1", + "weight": "0.05", + "archery_ticket_price": "0", + "id": "1919" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "10", + "durability": null, + "name": "Beer glass", + "tradeable": "true", + "archery_ticket_price": "0", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "4", + "high_alchemy": "7", + "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": "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": "72", + "durability": null, + "name": "Bucket of water", + "tradeable": "true", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "5", + "high_alchemy": "8", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "6", + "high_alchemy": "9", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "5", + "high_alchemy": "8", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "14", + "high_alchemy": "21", + "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", + "low_alchemy": "4", + "high_alchemy": "7", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "high_alchemy": "1", + "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": "On ground: Cabbage... yuck!In inventory: 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": "On ground: Cabbage... yuck!In inventory: Yuck, 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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "5", + "high_alchemy": "8", + "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", + "low_alchemy": "3", + "high_alchemy": "4", + "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", + "high_alchemy": "1", + "weight": "1", + "archery_ticket_price": "0", + "id": "1991" + }, + { + "examine": "Oh dear, this wine is terrible!", + "durability": null, + "name": "Jug of bad wine", + "high_alchemy": "1", + "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", + "low_alchemy": "51", + "high_alchemy": "76", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "1", + "archery_ticket_price": "0", + "id": "1995" + }, + { + "examine": "This wine needs to ferment before it can be drunk.", + "durability": null, + "name": "Unfermented wine", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "92", + "high_alchemy": "138", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "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" + }, + { + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "28", + "high_alchemy": "42", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "7", + "high_alchemy": "11", + "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", + "low_alchemy": "23", + "high_alchemy": "35", + "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", + "low_alchemy": "15", + "high_alchemy": "23", + "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", + "low_alchemy": "3", + "high_alchemy": "4", + "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", + "low_alchemy": "24", + "high_alchemy": "36", + "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", + "low_alchemy": "4", + "high_alchemy": "7", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "60", + "high_alchemy": "90", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2148" + }, + { + "examine": "Strange, it looks cooler now it's been cooked.", + "durability": null, + "name": "Lava eel", + "low_alchemy": "60", + "high_alchemy": "90", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2165" + }, + { + "shop_price": "10", + "examine": "A large ovenproof bowl.", + "durability": null, + "name": "Gnomebowl mould", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2166" + }, + { + "examine": "Aluft Gianne's favourite dishes.", + "durability": null, + "name": "Gianne's cook book", + "tradeable": "true", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2177" + }, + { + "examine": "This gnomebowl needs cooking.", + "durability": null, + "name": "Raw gnomebowl", + "tradeable": "true", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "2178" + }, + { + "examine": "This unfinished XX needs YY.", + "durability": null, + "name": "Picture", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "2202" + }, + { + "examine": "This XX crunchy needs garnishing with YY.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "78", + "high_alchemy": "117", + "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", + "low_alchemy": "78", + "high_alchemy": "117", + "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", + "low_alchemy": "78", + "high_alchemy": "117", + "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", + "low_alchemy": "78", + "high_alchemy": "117", + "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", + "low_alchemy": "78", + "high_alchemy": "117", + "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", + "low_alchemy": "180", + "high_alchemy": "270", + "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", + "low_alchemy": "180", + "high_alchemy": "270", + "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", + "low_alchemy": "108", + "high_alchemy": "162", + "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", + "low_alchemy": "108", + "high_alchemy": "162", + "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", + "low_alchemy": "32", + "high_alchemy": "48", + "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", + "low_alchemy": "28", + "high_alchemy": "42", + "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", + "low_alchemy": "28", + "high_alchemy": "42", + "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", + "low_alchemy": "32", + "high_alchemy": "48", + "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", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "2249" + }, + { + "shop_price": "1", + "examine": "This gnome batta needs cooking.", + "durability": null, + "name": "Raw batta", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "2250" + }, + { + "shop_price": "1", + "examine": "This XX batta needs garnishing with YY.", + "durability": null, + "name": "Picture", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "2285" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "366", + "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", + "low_alchemy": "10", + "high_alchemy": "15", + "archery_ticket_price": "0", + "id": "2287" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1141", + "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. (Whole)Half of this plain pizza has been eaten. (Half)", + "grand_exchange_price": "1357", + "durability": null, + "name": "Plain pizza", + "tradeable": "true", + "low_alchemy": "80", + "high_alchemy": "120", + "weight": "0.66", + "archery_ticket_price": "0", + "id": "2289" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1357", + "durability": null, + "name": "Plain pizza", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2290" + }, + { + "shop_price": "200", + "ge_buy_limit": "1000", + "examine": "A cheese and tomato pizza. (Whole)Half of this plain pizza has been eaten. (Half)", + "grand_exchange_price": "238", + "durability": null, + "name": "1/2 plain pizza", + "tradeable": "true", + "low_alchemy": "80", + "high_alchemy": "120", + "weight": "0.66", + "archery_ticket_price": "0", + "id": "2291" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "238", + "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. (Whole) Half of this meat pizza has been eaten. (Half)", + "grand_exchange_price": "1012", + "durability": null, + "name": "Meat pizza", + "tradeable": "true", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.83", + "archery_ticket_price": "0", + "id": "2293" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1012", + "durability": null, + "name": "Meat pizza", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2294" + }, + { + "ge_buy_limit": "1000", + "examine": "A pizza with bits of meat on it. (Whole) Half of this meat pizza has been eaten. (Half)", + "grand_exchange_price": "339", + "durability": null, + "name": "1/2 meat pizza", + "tradeable": "true", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.83", + "archery_ticket_price": "0", + "id": "2295" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "339", + "durability": null, + "name": "1/2 meat pizza", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2296" + }, + { + "ge_buy_limit": "1000", + "examine": "A pizza with anchovies. (Whole) Half of this anchovy pizza has been eaten. (Half)", + "grand_exchange_price": "1573", + "durability": null, + "name": "Anchovy pizza", + "tradeable": "true", + "low_alchemy": "24", + "high_alchemy": "36", + "weight": "0.83", + "archery_ticket_price": "0", + "id": "2297" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1573", + "durability": null, + "name": "Anchovy pizza", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2298" + }, + { + "ge_buy_limit": "1000", + "examine": "A pizza with anchovies. (Whole) Half of this anchovy pizza has been eaten. (Half)", + "grand_exchange_price": "44", + "durability": null, + "name": "1/2 anchovy pizza", + "tradeable": "true", + "low_alchemy": "24", + "high_alchemy": "36", + "weight": "0.83", + "archery_ticket_price": "0", + "id": "2299" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "44", + "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. (Whole)Half of this pineapple pizza has been eaten. (Half)", + "grand_exchange_price": "1469", + "durability": null, + "name": "Pineapple pizza", + "tradeable": "true", + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "0.83", + "archery_ticket_price": "0", + "id": "2301" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1469", + "durability": null, + "name": "Pineapple pizza", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2302" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "156", + "durability": null, + "name": "1/2 p'apple pizza", + "archery_ticket_price": "0", + "id": "2303" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "156", + "durability": null, + "name": "1/2 p'apple pizza", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2304" + }, + { + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "9", + "high_alchemy": "14", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "6", + "high_alchemy": "9", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "2317" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "781", + "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", + "low_alchemy": "3", + "high_alchemy": "4", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "2319" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "747", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "2321" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "802", + "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. (Whole)Mmm half an apple pie. (Half)", + "grand_exchange_price": "246", + "durability": null, + "name": "Apple pie", + "tradeable": "true", + "low_alchemy": "12", + "high_alchemy": "18", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2323" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "246", + "durability": null, + "name": "Apple pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2324" + }, + { + "ge_buy_limit": "1000", + "examine": "Looks tasty. (Whole)So tasty I kept some for later. (Half)", + "grand_exchange_price": "534", + "durability": null, + "name": "Redberry pie", + "tradeable": "true", + "low_alchemy": "60", + "high_alchemy": "90", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2325" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "534", + "durability": null, + "name": "Redberry pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2326" + }, + { + "shop_price": "16", + "ge_buy_limit": "1000", + "grand_exchange_price": "160", + "durability": null, + "name": "Meat pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2327" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "160", + "durability": null, + "name": "Meat pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2328" + }, + { + "durability": null, + "name": "Burnt pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2330" + }, + { + "shop_price": "16", + "ge_buy_limit": "1000", + "grand_exchange_price": "174", + "durability": null, + "name": "Half a meat pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2331" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "174", + "durability": null, + "name": "Half a meat pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2332" + }, + { + "ge_buy_limit": "1000", + "examine": "Looks tasty. (Whole)So tasty I kept some for later. (Half)", + "grand_exchange_price": "248", + "durability": null, + "name": "Half a redberry pie", + "tradeable": "true", + "low_alchemy": "60", + "high_alchemy": "90", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2333" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "248", + "durability": null, + "name": "Half a redberry pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2334" + }, + { + "shop_price": "140", + "ge_buy_limit": "1000", + "examine": "Mmm Apple pie. (Whole)Mmm half an apple pie. (Half)", + "grand_exchange_price": "146", + "durability": null, + "name": "Half an apple pie", + "tradeable": "true", + "low_alchemy": "12", + "high_alchemy": "18", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2335" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "146", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "14", + "high_alchemy": "21", + "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", + "low_alchemy": "14", + "high_alchemy": "21", + "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", + "low_alchemy": "5", + "high_alchemy": "7", + "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", + "low_alchemy": "3", + "high_alchemy": "4", + "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", + "low_alchemy": "11", + "high_alchemy": "16", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "60", + "high_alchemy": "90", + "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", + "low_alchemy": "120", + "high_alchemy": "180", + "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", + "low_alchemy": "120", + "high_alchemy": "180", + "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", + "low_alchemy": "256", + "high_alchemy": "384", + "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", + "low_alchemy": "2000", + "high_alchemy": "3000", + "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", + "low_alchemy": "120", + "high_alchemy": "180", + "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", + "low_alchemy": "44000", + "high_alchemy": "66000", + "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.", + "durability": null, + "low_alchemy": "300000", + "high_alchemy": "450000", + "weight": "2", + "grand_exchange_price": "743100", + "name": "Shield right half", + "tradeable": "true", + "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", + "low_alchemy": "60", + "high_alchemy": "90", + "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, + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "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", + "low_alchemy": "48", + "high_alchemy": "72", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "1.8", + "turn90ccw_anim": "822", + "attack_speed": "5", + "weapon_interface": "6", + "turn180_anim": "820", + "render_anim": "1", + "defence_anim": "388", + "equipment_slot": "3", + "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", + "low_alchemy": "26", + "high_alchemy": "39", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "2410" + }, + { + "examine": "A cape from the almighty god Saradomin.", + "durability": null, + "name": "Saradomin cape", + "tradeable": "false", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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, + "low_alchemy": "32000", + "high_alchemy": "48000", + "weight": "2.2", + "attack_speed": "4", + "weapon_interface": "1", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "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" + }, + { + "shop_price": "80000", + "examine": "A magical staff imbued with the power of Guthix.", + "durability": null, + "low_alchemy": "32000", + "high_alchemy": "48000", + "weight": "2", + "attack_speed": "4", + "weapon_interface": "1", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "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" + }, + { + "turn90cw_anim": "1207", + "examine": "A magical staff imbued with the power of Zamorak.", + "walk_anim": "1205", + "low_alchemy": "32000", + "turn90ccw_anim": "1208", + "attack_speed": "4", + "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": "2417", + "stand_turn_anim": "1209", + "bonuses": "-1,-1,6,6,0,2,3,1,6,0,0,2,0,0,0", + "shop_price": "80000", + "durability": null, + "high_alchemy": "48000", + "weight": "2.2", + "weapon_interface": "1", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Zamorak staff" + }, + { + "examine": "A grey woollen wig.", + "durability": null, + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "archery_ticket_price": "0", + "id": "2427" + }, + { + "shop_price": "8002", + "ge_buy_limit": "100", + "examine": "4 doses of Attack potion.", + "grand_exchange_price": "275", + "durability": null, + "name": "Attack potion(4)", + "tradeable": "true", + "low_alchemy": "224", + "high_alchemy": "336", + "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", + "low_alchemy": "35", + "high_alchemy": "52", + "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", + "low_alchemy": "352", + "high_alchemy": "528", + "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", + "low_alchemy": "61", + "high_alchemy": "91", + "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", + "low_alchemy": "72", + "high_alchemy": "108", + "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", + "low_alchemy": "100", + "high_alchemy": "150", + "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", + "low_alchemy": "88", + "high_alchemy": "132", + "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", + "low_alchemy": "105", + "high_alchemy": "158", + "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", + "low_alchemy": "115", + "high_alchemy": "172", + "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", + "low_alchemy": "115", + "high_alchemy": "172", + "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", + "low_alchemy": "115", + "high_alchemy": "172", + "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", + "low_alchemy": "70", + "high_alchemy": "105", + "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", + "low_alchemy": "105", + "high_alchemy": "158", + "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", + "low_alchemy": "105", + "high_alchemy": "158", + "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", + "low_alchemy": "105", + "high_alchemy": "158", + "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", + "low_alchemy": "105", + "high_alchemy": "158", + "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, + "low_alchemy": "40", + "high_alchemy": "60", + "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, + "low_alchemy": "40", + "high_alchemy": "60", + "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, + "low_alchemy": "40", + "high_alchemy": "60", + "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, + "low_alchemy": "40", + "high_alchemy": "60", + "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, + "low_alchemy": "40", + "high_alchemy": "60", + "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, + "low_alchemy": "40", + "high_alchemy": "60", + "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, + "low_alchemy": "40", + "high_alchemy": "60", + "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, + "low_alchemy": "40", + "high_alchemy": "60", + "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, + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "26", + "high_alchemy": "40", + "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", + "low_alchemy": "26", + "high_alchemy": "40", + "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": "7210", + "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, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "0.2", + "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, + "low_alchemy": "1440", + "high_alchemy": "2160", + "weight": "0.25", + "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, + "low_alchemy": "1728", + "high_alchemy": "2592", + "weight": "0.25", + "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, + "low_alchemy": "1728", + "high_alchemy": "2592", + "weight": "5.4", + "absorb": "0,5,2", + "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, + "low_alchemy": "2072", + "high_alchemy": "3108", + "weight": "5.4", + "absorb": "0,6,3", + "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, + "low_alchemy": "2488", + "high_alchemy": "3732", + "weight": "5.4", + "absorb": "0,7,3", + "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, + "low_alchemy": "3744", + "high_alchemy": "5616", + "weight": "6.8", + "absorb": "0,6,3", + "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, + "low_alchemy": "4492", + "high_alchemy": "6738", + "weight": "6.8", + "absorb": "0,6,3", + "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, + "low_alchemy": "5392", + "high_alchemy": "8088", + "weight": "6.8", + "absorb": "0,6,3", + "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", + "low_alchemy": "28", + "high_alchemy": "42", + "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", + "low_alchemy": "36", + "high_alchemy": "54", + "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", + "low_alchemy": "32", + "high_alchemy": "48", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "weight": "2", + "archery_ticket_price": "0", + "id": "2511" + }, + { + "examine": "A series of connected metal rings.", + "rare_item": "true", + "durability": null, + "low_alchemy": "100000", + "high_alchemy": "150000", + "weight": "6.8", + "absorb": "4,0,9", + "lendable": "true", + "grand_exchange_price": "2902937", + "name": "Dragon chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2513", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "5", + "high_alchemy": "8", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "5", + "archery_ticket_price": "0", + "id": "2529" + }, + { + "shop_price": "140", + "grand_exchange_price": "140", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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.", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "equipment_slot": "13", + "grand_exchange_price": "325", + "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" + }, + { + "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.", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "equipment_slot": "13", + "grand_exchange_price": "327", + "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" + }, + { + "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.", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "equipment_slot": "13", + "grand_exchange_price": "9", + "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" + }, + { + "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.", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "equipment_slot": "13", + "grand_exchange_price": "63", + "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" + }, + { + "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.", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "equipment_slot": "13", + "grand_exchange_price": "90", + "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" + }, + { + "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.", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "equipment_slot": "13", + "grand_exchange_price": "127", + "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" + }, + { + "requirements": "{4,40}", + "ge_buy_limit": "10000", + "examine": "An easy to make, rune-headed fire arrow.", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "equipment_slot": "13", + "grand_exchange_price": "539", + "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" + }, + { + "requirements": "{4,40}", + "ge_buy_limit": "10000", + "examine": "An easy to make, rune-headed fire arrow.", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "equipment_slot": "13", + "grand_exchange_price": "682", + "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" + }, + { + "ge_buy_limit": "5000", + "examine": "An enchanted ring.", + "grand_exchange_price": "943", + "durability": null, + "name": "Ring of recoil", + "tradeable": "true", + "low_alchemy": "360", + "high_alchemy": "540", + "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", + "low_alchemy": "510", + "high_alchemy": "765", + "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", + "low_alchemy": "510", + "high_alchemy": "765", + "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", + "low_alchemy": "510", + "high_alchemy": "765", + "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", + "low_alchemy": "510", + "high_alchemy": "765", + "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", + "low_alchemy": "510", + "high_alchemy": "765", + "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", + "low_alchemy": "510", + "high_alchemy": "765", + "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", + "low_alchemy": "510", + "high_alchemy": "765", + "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", + "low_alchemy": "510", + "high_alchemy": "765", + "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", + "low_alchemy": "810", + "high_alchemy": "1215", + "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", + "ge_buy_limit": "10000", + "examine": "An enchanted ring.", + "grand_exchange_price": "4540", + "durability": null, + "name": "Ring of life", + "tradeable": "true", + "low_alchemy": "1410", + "high_alchemy": "2115", + "archery_ticket_price": "0", + "id": "2570", + "equipment_slot": "12" + }, + { + "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", + "low_alchemy": "7050", + "high_alchemy": "10575", + "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 RuneScape.", + "durability": null, + "name": "Sextant", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2574" + }, + { + "examine": "A fine looking time piece.", + "durability": null, + "name": "Watch", + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2575" + }, + { + "examine": "A navigator's chart of RuneScape.", + "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, + "low_alchemy": "80", + "high_alchemy": "120", + "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, + "low_alchemy": "80", + "high_alchemy": "120", + "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, + "low_alchemy": "180", + "high_alchemy": "270", + "weight": "0.2", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "4400000", + "name": "Robin hood hat", + "tradeable": "true", + "archery_ticket_price": "0", + "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, + "low_alchemy": "1536", + "high_alchemy": "2304", + "weight": "9.07", + "absorb": "1,0,2", + "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, + "low_alchemy": "768", + "high_alchemy": "1152", + "weight": "9", + "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", + "examine": "Black full helmet with trim.", + "durability": null, + "low_alchemy": "422", + "high_alchemy": "633", + "weight": "2", + "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" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "82200", + "durability": null, + "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, + "low_alchemy": "652", + "high_alchemy": "979", + "weight": "5", + "absorb": "1,0,2", + "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, + "low_alchemy": "1536", + "high_alchemy": "2304", + "weight": "9.07", + "absorb": "1,0,2", + "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, + "low_alchemy": "768", + "high_alchemy": "1152", + "weight": "9", + "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, + "low_alchemy": "422", + "high_alchemy": "633", + "weight": "2.7", + "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, + "low_alchemy": "652", + "high_alchemy": "979", + "weight": "5", + "absorb": "1,0,2", + "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, + "low_alchemy": "5120", + "high_alchemy": "7680", + "weight": "9.07", + "absorb": "2,0,4", + "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, + "low_alchemy": "2560", + "high_alchemy": "3840", + "weight": "10", + "absorb": "1,0,3", + "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, + "low_alchemy": "2176", + "high_alchemy": "3264", + "weight": "5.8", + "absorb": "3,0,6", + "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, + "low_alchemy": "1408", + "high_alchemy": "2112", + "weight": "2.7", + "absorb": "1,0,2", + "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, + "low_alchemy": "5120", + "high_alchemy": "7680", + "weight": "9.07", + "absorb": "2,0,4", + "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, + "low_alchemy": "2560", + "high_alchemy": "3840", + "weight": "10", + "absorb": "1,0,3", + "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, + "low_alchemy": "2176", + "high_alchemy": "3264", + "weight": "6", + "absorb": "3,0,6", + "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, + "low_alchemy": "1408", + "high_alchemy": "2112", + "weight": "2.7", + "absorb": "1,0,2", + "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, + "low_alchemy": "26000", + "high_alchemy": "39000", + "weight": "9.07", + "absorb": "3,0,6", + "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, + "low_alchemy": "25600", + "high_alchemy": "38400", + "weight": "9", + "absorb": "2,0,4", + "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, + "low_alchemy": "14080", + "high_alchemy": "21120", + "weight": "2", + "absorb": "1,0,3", + "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, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5", + "absorb": "3,0,7", + "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, + "low_alchemy": "26000", + "high_alchemy": "39000", + "weight": "9.07", + "absorb": "3,0,6", + "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, + "low_alchemy": "25600", + "high_alchemy": "38400", + "weight": "9", + "absorb": "2,0,4", + "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, + "low_alchemy": "14080", + "high_alchemy": "21120", + "weight": "2.7", + "absorb": "1,0,3", + "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, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5", + "absorb": "3,0,7", + "equipment_slot": "5", + "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", + "low_alchemy": "16", + "high_alchemy": "24", + "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" + }, + { + "ge_buy_limit": "2", + "examine": "Parlez-vous francais? (Do you speak French?)", + "durability": null, + "low_alchemy": "32", + "high_alchemy": "48", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "34300", + "name": "Blue beret", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": true, + "id": "2633" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "34300", + "durability": null, + "name": "Blue beret", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2634" + }, + { + "ge_buy_limit": "2", + "examine": "Parlez-vous francais?(Do you speak French?)", + "durability": null, + "low_alchemy": "32", + "high_alchemy": "48", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "117500", + "name": "Black beret", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": true, + "id": "2635" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "117500", + "durability": null, + "name": "Black beret", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2636" + }, + { + "ge_buy_limit": "2", + "examine": "Parlez-vous francais? (Do you speak French?)", + "durability": null, + "low_alchemy": "32", + "high_alchemy": "48", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "328000", + "name": "White beret", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": true, + "id": "2637" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "328000", + "durability": null, + "name": "White beret", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2638" + }, + { + "ge_buy_limit": "2", + "examine": "All for one and one for all!", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "29100", + "name": "Tan cavalier", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": true, + "id": "2639" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "29100", + "durability": null, + "name": "Tan cavalier", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2640" + }, + { + "ge_buy_limit": "2", + "examine": "All for one and one for all!", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "23600", + "name": "Dark cavalier", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": true, + "id": "2641" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "23600", + "durability": null, + "name": "Dark cavalier", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2642" + }, + { + "ge_buy_limit": "2", + "examine": "All for one and one for all!", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "384500", + "name": "Black cavalier", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": true, + "id": "2643" + }, + { + "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", + "low_alchemy": "16", + "high_alchemy": "24", + "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", + "low_alchemy": "16", + "high_alchemy": "24", + "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", + "low_alchemy": "16", + "high_alchemy": "24", + "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", + "low_alchemy": "72", + "high_alchemy": "108", + "archery_ticket_price": "0", + "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, + "low_alchemy": "26000", + "high_alchemy": "39000", + "weight": "9", + "absorb": "3,0,6", + "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,1,0,1" + }, + { + "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, + "low_alchemy": "25600", + "high_alchemy": "38400", + "weight": "9", + "absorb": "2,0,4", + "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,1,0,1" + }, + { + "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, + "low_alchemy": "14080", + "high_alchemy": "21120", + "weight": "2", + "absorb": "1,0,3", + "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,1,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, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5", + "absorb": "3,0,7", + "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, + "low_alchemy": "26000", + "high_alchemy": "39000", + "weight": "9.07", + "absorb": "3,0,6", + "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,1,0,1" + }, + { + "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, + "low_alchemy": "25600", + "high_alchemy": "38400", + "weight": "9", + "absorb": "2,0,4", + "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,1" + }, + { + "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, + "low_alchemy": "14080", + "high_alchemy": "21120", + "weight": "2", + "absorb": "1,0,3", + "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,1,0,1" + }, + { + "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, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5.4", + "absorb": "3,0,7", + "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, + "low_alchemy": "26000", + "high_alchemy": "39000", + "weight": "9.07", + "absorb": "3,0,6", + "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,1,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, + "low_alchemy": "25600", + "high_alchemy": "38400", + "weight": "9", + "absorb": "2,0,4", + "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,1,0,1" + }, + { + "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, + "low_alchemy": "14080", + "high_alchemy": "21120", + "weight": "2", + "absorb": "1,0,3", + "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, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5.4", + "absorb": "3,0,7", + "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2677" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2678" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2679" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2680" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2681" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2682" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2683" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2684" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2685" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2686" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2687" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2688" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2689" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2690" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2691" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2692" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2693" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2694" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2695" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2696" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2697" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2698" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2699" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2700" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2701" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2702" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2703" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2704" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2705" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2706" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2707" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2708" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2709" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2710" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2711" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2712" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2715" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2718" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2721" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2722" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2724" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2726" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2728" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2730" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2732" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2734" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2736" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2738" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2740" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2742" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2744" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2746" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2748" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2773" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2775" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2777" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2779" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2781" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2782" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2784" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2785" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2787" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2789" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2791" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2792" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2793" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "2795" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2796" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "2798" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "2800" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2802" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2804" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2806" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2808" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2810" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2812" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2814" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2816" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2818" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2820" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2822" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2824" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2826" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2828" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2830" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2831" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2833" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2835" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2837" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2839" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2847" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2848" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2855" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2856" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2857" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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.", + "durability": null, + "low_alchemy": "10", + "high_alchemy": "15", + "equipment_slot": "13", + "grand_exchange_price": "49", + "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" + }, + { + "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" + }, + { + "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", + "low_alchemy": "34", + "high_alchemy": "51", + "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", + "low_alchemy": "52", + "high_alchemy": "78", + "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, + "low_alchemy": "200", + "high_alchemy": "300", + "weight": "1", + "attack_speed": "8", + "two_handed": "true", + "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" + }, + { + "examine": "Book of the elemental shield.", + "durability": null, + "name": "Battered book", + "archery_ticket_price": "0", + "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.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "0.2", + "equipment_slot": "5", + "grand_exchange_price": "709", + "name": "Elemental shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2890", + "bonuses": "0,0,0,0,0,0,0,0,6,0,0,0,0,0,0" + }, + { + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "2892" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "grand_exchange_price": "1570", + "examine": "Very stylish!", + "durability": null, + "name": "Boots", + "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, + "low_alchemy": "72", + "high_alchemy": "108", + "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", + "grand_exchange_price": "741", + "examine": "Made by werewolves for werewolves.", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "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", + "grand_exchange_price": "844", + "examine": "A silly pointed hat.", + "durability": null, + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2900", + "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": "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", + "grand_exchange_price": "1039", + "examine": "These gloves from Canifis will keep my hands warm!", + "durability": null, + "name": "Gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2902", + "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": "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", + "grand_exchange_price": "1359", + "examine": "Very stylish!", + "durability": null, + "name": "Boots", + "tradeable": "true", + "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, + "low_alchemy": "72", + "high_alchemy": "108", + "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", + "grand_exchange_price": "474", + "examine": "Made by werewolves for werewolves.", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "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", + "grand_exchange_price": "1445", + "examine": "A silly pointed hat.", + "tradeable": "true", + "durability": null, + "name": "Hat", + "archery_ticket_price": "0", + "id": "2910", + "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": "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", + "grand_exchange_price": "1254", + "examine": "These gloves from Canifis will keep my hands warm!", + "durability": null, + "name": "Gloves", + "tradeable": "true", + "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", + "grand_exchange_price": "1054", + "examine": "Very stylish!", + "durability": null, + "name": "Boots", + "tradeable": "true", + "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, + "low_alchemy": "72", + "high_alchemy": "108", + "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", + "grand_exchange_price": "603", + "examine": "Made by werewolves for werewolves.", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "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", + "grand_exchange_price": "997", + "examine": "A silly pointed hat.", + "durability": null, + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2920", + "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": "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", + "grand_exchange_price": "1221", + "examine": "These gloves from Canifis will keep my hands warm!", + "durability": null, + "name": "Gloves", + "tradeable": "true", + "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", + "grand_exchange_price": "737", + "examine": "Very stylish!", + "durability": null, + "name": "Boots", + "tradeable": "true", + "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, + "low_alchemy": "72", + "high_alchemy": "108", + "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", + "grand_exchange_price": "637", + "examine": "Made by werewolves for werewolves.", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "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", + "grand_exchange_price": "925", + "examine": "A silly pointed hat.", + "durability": null, + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2930", + "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": "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", + "grand_exchange_price": "1829", + "examine": "These gloves from Canifis will keep my hands warm!", + "durability": null, + "name": "Gloves", + "tradeable": "true", + "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", + "grand_exchange_price": "988", + "examine": "Very stylish!", + "durability": null, + "name": "Boots", + "tradeable": "true", + "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, + "low_alchemy": "72", + "high_alchemy": "108", + "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", + "grand_exchange_price": "927", + "examine": "Made by werewolves for werewolves.", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "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", + "grand_exchange_price": "1209", + "examine": "A silly pointed hat.", + "durability": null, + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2940", + "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": "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", + "grand_exchange_price": "634", + "examine": "These gloves from Canifis will keep my hands warm!", + "durability": null, + "name": "Gloves", + "tradeable": "true", + "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", + "low_alchemy": "120", + "high_alchemy": "180", + "archery_ticket_price": "0", + "id": "2946" + }, + { + "examine": "A replica candle made of solid gold.", + "durability": null, + "name": "Golden candle", + "low_alchemy": "120", + "tradeable": "false", + "high_alchemy": "180", + "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", + "id": "2949" + }, + { + "examine": "A replica needle made of solid gold.", + "durability": null, + "name": "Golden needle", + "low_alchemy": "120", + "high_alchemy": "180", + "archery_ticket_price": "0", + "id": "2951" + }, + { + "examine": "A silver dagger that can prevent werewolves changing form.", + "durability": null, + "low_alchemy": "120", + "high_alchemy": "180", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "render_anim": "2584", + "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" + }, + { + "examine": "It's a bucket of water.", + "grand_exchange_price": "74", + "durability": null, + "name": "Bucket of water", + "tradeable": "true", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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": "A druid pouch.", + "durability": null, + "name": "Druid pouch", + "low_alchemy": "2", + "high_alchemy": "3", + "archery_ticket_price": "0", + "id": "2957" + }, + { + "examine": "A druid pouch.", + "durability": null, + "name": "Druid pouch", + "low_alchemy": "2", + "high_alchemy": "3", + "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, + "low_alchemy": "70", + "high_alchemy": "105", + "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" + }, + { + "examine": "It's a blessed silver sickle.", + "durability": null, + "low_alchemy": "100", + "high_alchemy": "150", + "weight": "1.5", + "weapon_interface": "6", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "name": "Silver sickle(b)", + "archery_ticket_price": "0", + "id": "2963", + "bonuses": "0,0,0,0,0,0,1,1,1,1,0,1,5,0,0" + }, + { + "shop_price": "1", + "examine": "Used for washing your face, amongst other things.", + "durability": null, + "name": "Washing bowl", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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...", + "durability": null, + "low_alchemy": "35", + "high_alchemy": "53", + "weight": "0.3", + "equipment_slot": "9", + "grand_exchange_price": "1500000", + "name": "Pirate's hook", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2997", + "bonuses": "0,0,0,0,0,1,5,3,0,0,1,0,0,0,0" + }, + { + "shop_price": "3", + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "4056", + "durability": null, + "name": "Clean toadflax", + "tradeable": "true", + "low_alchemy": "19", + "high_alchemy": "28", + "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", + "low_alchemy": "23", + "high_alchemy": "35", + "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", + "low_alchemy": "19", + "high_alchemy": "28", + "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", + "low_alchemy": "23", + "high_alchemy": "35", + "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", + "low_alchemy": "60", + "high_alchemy": "90", + "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", + "low_alchemy": "44", + "high_alchemy": "66", + "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", + "low_alchemy": "44", + "high_alchemy": "66", + "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", + "low_alchemy": "44", + "high_alchemy": "66", + "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", + "low_alchemy": "44", + "high_alchemy": "66", + "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", + "low_alchemy": "92", + "high_alchemy": "138", + "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", + "low_alchemy": "92", + "high_alchemy": "138", + "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", + "low_alchemy": "92", + "high_alchemy": "138", + "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", + "low_alchemy": "92", + "high_alchemy": "138", + "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", + "low_alchemy": "96", + "high_alchemy": "144", + "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", + "low_alchemy": "96", + "high_alchemy": "144", + "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", + "low_alchemy": "96", + "high_alchemy": "144", + "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", + "low_alchemy": "96", + "high_alchemy": "144", + "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", + "low_alchemy": "100", + "high_alchemy": "150", + "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", + "low_alchemy": "100", + "high_alchemy": "150", + "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", + "low_alchemy": "100", + "high_alchemy": "150", + "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", + "low_alchemy": "100", + "high_alchemy": "150", + "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", + "low_alchemy": "6800", + "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,10,0,2,3,1,10,0,0,35,0,0,0", + "requirements": "{0,30}-{6,30}", + "durability": null, + "high_alchemy": "10200", + "weight": "2.2", + "weapon_interface": "1", + "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", + "low_alchemy": "18000", + "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,10,0,2,3,1,10,0,0,50,0,0,0", + "requirements": "{0,40}-{6,40}", + "shop_price": "160", + "durability": null, + "high_alchemy": "27000", + "weight": "2", + "weapon_interface": "1", + "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", + "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", + "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, + "low_alchemy": "19", + "high_alchemy": "28", + "weight": "0.9", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "9", + "render_anim": "2583", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,390,390", + "grand_exchange_price": "702", + "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, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.9", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "9", + "render_anim": "2583", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,390,390", + "grand_exchange_price": "13", + "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, + "low_alchemy": "70", + "high_alchemy": "105", + "weight": "0.9", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "9", + "render_anim": "2583", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,390,390", + "grand_exchange_price": "20", + "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, + "low_alchemy": "144", + "high_alchemy": "216", + "weight": "6", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "9", + "render_anim": "2583", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,390,390", + "grand_exchange_price": "940", + "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, + "low_alchemy": "190", + "high_alchemy": "285", + "weight": "0.9", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "9", + "render_anim": "2583", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,390,390", + "grand_exchange_price": "114", + "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, + "low_alchemy": "480", + "high_alchemy": "720", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "9", + "render_anim": "2583", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,390,390", + "grand_exchange_price": "649", + "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, + "low_alchemy": "4800", + "high_alchemy": "7200", + "weight": "0.9", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "9", + "render_anim": "2583", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,390,390", + "lendable": "true", + "grand_exchange_price": "6939", + "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, + "low_alchemy": "4", + "high_alchemy": "7", + "destroy": "true", + "weight": "0.3", + "equipment_slot": "10", + "grand_exchange_price": "51400", + "name": "Climbing boots", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "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, + "low_alchemy": "22400", + "high_alchemy": "33600", + "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", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "3127" + }, + { + "examine": "See article", + "durability": null, + "name": "Pasty jogre bones", + "weight": "1", + "archery_ticket_price": "0", + "id": "3128" + }, + { + "examine": "See article", + "durability": null, + "name": "Pasty jogre bones", + "weight": "1", + "archery_ticket_price": "0", + "id": "3129" + }, + { + "examine": "Burnt Jogre bones marinated in lovely Karambwanji sauce. Perfect./Burnt Jogre bones marinated in lovely Karabwanji sauce. Not quite right.", + "durability": null, + "name": "Marinated j' bones", + "weight": "1", + "archery_ticket_price": "0", + "id": "3130" + }, + { + "examine": "See article", + "durability": null, + "name": "Pasty jogre bones", + "weight": "1", + "archery_ticket_price": "0", + "id": "3131" + }, + { + "examine": "See article", + "durability": null, + "name": "Pasty jogre bones", + "weight": "1", + "archery_ticket_price": "0", + "id": "3132" + }, + { + "examine": "Burnt Jogre bones marinated in lovely Karambwanji sauce. Perfect./Burnt Jogre bones marinated in lovely Karabwanji sauce. Not quite right.", + "durability": null, + "name": "Marinated j' bones", + "weight": "1", + "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, + "low_alchemy": "100000", + "high_alchemy": "150000", + "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", + "low_alchemy": "100", + "high_alchemy": "150", + "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", + "low_alchemy": "100", + "high_alchemy": "150", + "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", + "low_alchemy": "100", + "high_alchemy": "150", + "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", + "low_alchemy": "100", + "high_alchemy": "150", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "3150" + }, + { + "examine": "Small brightly coloured tropical fish.", + "durability": null, + "name": "Karambwanji", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "0.99", + "archery_ticket_price": "0", + "id": "3151" + }, + { + "examine": "Freshly made octopus paste. It smells quite nauseating.", + "durability": null, + "name": "Karambwan paste", + "low_alchemy": "6", + "high_alchemy": "9", + "archery_ticket_price": "0", + "id": "3152" + }, + { + "examine": "Freshly made octopus paste. It smells quite nauseating.", + "durability": null, + "name": "Karambwan paste", + "low_alchemy": "6", + "high_alchemy": "9", + "archery_ticket_price": "0", + "id": "3153" + }, + { + "examine": "Freshly made octopus paste. It smells quite nauseating.", + "durability": null, + "name": "Karambwan paste", + "low_alchemy": "6", + "high_alchemy": "9", + "archery_ticket_price": "0", + "id": "3154" + }, + { + "examine": "This paste smells of raw fish./This paste smells of cooked fish.", + "durability": null, + "name": "Karambwanji paste", + "low_alchemy": "6", + "high_alchemy": "9", + "archery_ticket_price": "0", + "id": "3155" + }, + { + "examine": "This paste smells of raw fish./This paste smells of cooked fish.", + "durability": null, + "name": "Karambwanji paste", + "low_alchemy": "6", + "high_alchemy": "9", + "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", + "durability": null, + "low_alchemy": "2", + "high_alchemy": "3", + "weight": "3", + "equipment_slot": "3", + "grand_exchange_price": "221", + "name": "Karambwan vessel", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3157" + }, + { + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "archery_ticket_price": "0", + "id": "3164" + }, + { + "shop_price": "27", + "examine": "A very strong spirit brewed in Karamja.", + "durability": null, + "name": "Karamjan rum", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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 bronze tipped spear.", + "walk_anim": "1205", + "low_alchemy": "10", + "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": "266", + "stand_anim": "813", + "tradeable": "true", + "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", + "durability": null, + "high_alchemy": "15", + "weight": "2.2", + "weapon_interface": "14", + "render_anim": "28", + "name": "Bronze spear(kp)" + }, + { + "turn90cw_anim": "1207", + "examine": "An iron tipped spear.", + "walk_anim": "1205", + "low_alchemy": "36", + "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": "304", + "stand_anim": "813", + "tradeable": "true", + "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", + "durability": null, + "high_alchemy": "54", + "weight": "2.2", + "weapon_interface": "14", + "render_anim": "28", + "name": "Iron spear(kp)" + }, + { + "turn90cw_anim": "1207", + "examine": "A steel tipped spear.", + "walk_anim": "1205", + "low_alchemy": "130", + "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": "503", + "stand_anim": "813", + "tradeable": "true", + "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,5}", + "durability": null, + "high_alchemy": "195", + "weight": "2.2", + "weapon_interface": "14", + "render_anim": "28", + "name": "Steel spear(kp)" + }, + { + "turn90cw_anim": "1207", + "examine": "A mithril tipped spear.", + "walk_anim": "1205", + "low_alchemy": "338", + "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": "368", + "stand_anim": "813", + "tradeable": "true", + "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,20}", + "durability": null, + "high_alchemy": "507", + "weight": "1.8", + "weapon_interface": "14", + "render_anim": "28", + "name": "Mithril spear(kp)" + }, + { + "turn90cw_anim": "1207", + "examine": "An adamant tipped spear.", + "walk_anim": "1205", + "low_alchemy": "832", + "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": "1093", + "stand_anim": "813", + "tradeable": "true", + "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,30}", + "durability": null, + "high_alchemy": "1248", + "weight": "2", + "weapon_interface": "14", + "render_anim": "28", + "name": "Adamant spear(kp)" + }, + { + "turn90cw_anim": "1207", + "examine": "A rune tipped spear.", + "walk_anim": "1205", + "low_alchemy": "8320", + "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": "12089", + "stand_anim": "813", + "tradeable": "true", + "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", + "requirements": "{0,40}", + "durability": null, + "high_alchemy": "12480", + "weight": "2.2", + "weapon_interface": "14", + "render_anim": "28", + "lendable": "true", + "name": "Rune spear(kp)" + }, + { + "turn90cw_anim": "1207", + "examine": "A dragon tipped spear.", + "walk_anim": "1205", + "has_special": "true", + "low_alchemy": "24960", + "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", + "tradeable": "true", + "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, + "high_alchemy": "37440", + "weight": "2", + "weapon_interface": "14", + "render_anim": "28", + "lendable": "true", + "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 small/medium sized 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 small/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 small/medium sized 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 small/medium sized 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/medium sized 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 small/medium sized monkey bones.", + "grand_exchange_price": "383", + "durability": null, + "name": "Monkey bones", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "3185" + }, + { + "examine": "These are small/medium sized monkey bones.", + "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", + "low_alchemy": "24", + "high_alchemy": "36", + "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", + "low_alchemy": "32", + "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, + "high_alchemy": "48", + "weight": "3", + "weapon_interface": "15", + "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", + "low_alchemy": "145", + "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, + "high_alchemy": "218", + "weight": "3.1", + "weapon_interface": "15", + "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", + "low_alchemy": "400", + "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, + "high_alchemy": "600", + "weight": "3", + "weapon_interface": "15", + "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", + "low_alchemy": "768", + "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,5}-{2,10}", + "shop_price": "2496", + "durability": null, + "high_alchemy": "1152", + "weight": "3", + "weapon_interface": "15", + "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", + "low_alchemy": "1352", + "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, + "high_alchemy": "2028", + "weight": "2.7", + "weapon_interface": "15", + "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", + "low_alchemy": "3328", + "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, + "high_alchemy": "4992", + "weight": "3.6", + "weapon_interface": "15", + "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", + "low_alchemy": "51200", + "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, + "high_alchemy": "76800", + "weight": "3", + "weapon_interface": "15", + "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", + "low_alchemy": "130000", + "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, + "high_alchemy": "195000", + "weight": "3.1", + "weapon_interface": "15", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "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", + "low_alchemy": "7", + "high_alchemy": "11", + "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 RuneScape's many citizens. In Karamja or South of Falador: One of RuneScape's many citizens, apparently trying to be an explorer. In Lumbridge: One of Lumbridge's many citizens. In a Falador home: One of RuneScape's many citizens. He looks worried ", + "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", + "high_alchemy": "1", + "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.", + "durability": null, + "low_alchemy": "120", + "high_alchemy": "180", + "weight": "2", + "equipment_slot": "0", + "grand_exchange_price": "56", + "name": "Myre snelm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3327", + "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,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, + "low_alchemy": "120", + "high_alchemy": "180", + "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.", + "durability": null, + "low_alchemy": "120", + "high_alchemy": "180", + "equipment_slot": "0", + "grand_exchange_price": "57", + "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" + }, + { + "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", + "durability": null, + "low_alchemy": "120", + "high_alchemy": "180", + "weight": "1.9", + "equipment_slot": "0", + "grand_exchange_price": "73", + "name": "Bruise blue snelm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3333", + "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,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.", + "durability": null, + "low_alchemy": "120", + "high_alchemy": "180", + "weight": "2", + "equipment_slot": "0", + "grand_exchange_price": "63", + "name": "Broken bark snelm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3335", + "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,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.", + "durability": null, + "low_alchemy": "120", + "high_alchemy": "180", + "weight": "2", + "equipment_slot": "0", + "grand_exchange_price": "58", + "name": "Myre snelm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3337", + "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,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, + "low_alchemy": "120", + "high_alchemy": "180", + "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.", + "durability": null, + "low_alchemy": "120", + "high_alchemy": "180", + "equipment_slot": "0", + "grand_exchange_price": "54", + "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" + }, + { + "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", + "durability": null, + "low_alchemy": "120", + "high_alchemy": "180", + "weight": "1.9", + "equipment_slot": "0", + "grand_exchange_price": "248", + "name": "Bruise blue snelm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3343", + "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,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", + "low_alchemy": "60", + "high_alchemy": "90", + "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", + "low_alchemy": "60", + "high_alchemy": "90", + "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", + "low_alchemy": "60", + "high_alchemy": "90", + "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", + "low_alchemy": "60", + "high_alchemy": "90", + "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", + "low_alchemy": "60", + "high_alchemy": "90", + "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", + "low_alchemy": "60", + "high_alchemy": "90", + "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", + "low_alchemy": "60", + "high_alchemy": "90", + "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", + "low_alchemy": "60", + "high_alchemy": "90", + "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", + "low_alchemy": "60", + "high_alchemy": "90", + "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", + "low_alchemy": "24", + "high_alchemy": "36", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "6", + "high_alchemy": "9", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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": "false", + "destroy": "true", + "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, + "low_alchemy": "4000", + "high_alchemy": "6000", + "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, + "low_alchemy": "18000", + "high_alchemy": "27000", + "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, + "low_alchemy": "16000", + "high_alchemy": "24000", + "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, + "low_alchemy": "2000", + "high_alchemy": "3000", + "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, + "low_alchemy": "2000", + "high_alchemy": "3000", + "weight": "0.9", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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)", + "low_alchemy": "5", + "high_alchemy": "8", + "archery_ticket_price": "0", + "id": "3408" + }, + { + "examine": "3 doses serum 207 as described in Herbi Flax's diary.", + "durability": null, + "name": "Serum 207 (3)", + "low_alchemy": "5", + "high_alchemy": "8", + "archery_ticket_price": "0", + "id": "3410" + }, + { + "examine": "2 doses serum 207 as described in Herbi Flax's diary.", + "durability": null, + "name": "Serum 207 (2)", + "low_alchemy": "5", + "high_alchemy": "8", + "archery_ticket_price": "0", + "id": "3412" + }, + { + "examine": "1 dose serum 207 as described in Herbi Flax's diary.", + "durability": null, + "name": "Serum 207 (1)", + "low_alchemy": "5", + "high_alchemy": "8", + "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)", + "low_alchemy": "5", + "high_alchemy": "8", + "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)", + "low_alchemy": "5", + "high_alchemy": "8", + "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)", + "low_alchemy": "5", + "high_alchemy": "8", + "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)", + "low_alchemy": "5", + "high_alchemy": "8", + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "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", + "low_alchemy": "10", + "high_alchemy": "15", + "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", + "low_alchemy": "10", + "high_alchemy": "15", + "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", + "low_alchemy": "10", + "high_alchemy": "15", + "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", + "low_alchemy": "10", + "high_alchemy": "15", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "3", + "high_alchemy": "4", + "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", + "low_alchemy": "16", + "high_alchemy": "24", + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "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", + "low_alchemy": "64", + "high_alchemy": "96", + "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", + "low_alchemy": "192", + "high_alchemy": "288", + "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", + "low_alchemy": "256", + "high_alchemy": "384", + "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", + "low_alchemy": "200", + "high_alchemy": "300", + "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.", + "durability": null, + "low_alchemy": "768", + "high_alchemy": "1152", + "weight": "8", + "equipment_slot": "7", + "grand_exchange_price": "3077", + "name": "Black plateskirt (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3472", + "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,0,0,0" + }, + { + "requirements": "{1,10}", + "ge_buy_limit": "2", + "examine": "Black plateskirt with gold trim.", + "durability": null, + "low_alchemy": "768", + "high_alchemy": "1152", + "weight": "9", + "equipment_slot": "7", + "grand_exchange_price": "10600", + "name": "Black plateskirt (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3473", + "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,0,0,0" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "Adamant plateskirt with trim.", + "durability": null, + "low_alchemy": "2560", + "high_alchemy": "3840", + "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, + "low_alchemy": "2560", + "high_alchemy": "3840", + "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, + "low_alchemy": "25600", + "high_alchemy": "38400", + "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, + "low_alchemy": "25600", + "high_alchemy": "38400", + "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, + "low_alchemy": "25600", + "high_alchemy": "38400", + "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,1,0,1" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune plateskirt in the colours of Saradomin.", + "durability": null, + "low_alchemy": "25600", + "high_alchemy": "38400", + "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,1,0,1" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune plateskirt in the colours of Guthix.", + "durability": null, + "low_alchemy": "25600", + "high_alchemy": "38400", + "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,1,0,0" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune platebody with complete gold trim & plating.", + "durability": null, + "low_alchemy": "26000", + "high_alchemy": "39000", + "weight": "10", + "absorb": "3,0,6", + "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, + "low_alchemy": "25600", + "high_alchemy": "38400", + "weight": "9", + "absorb": "2,0,4", + "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, + "low_alchemy": "25600", + "high_alchemy": "38400", + "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, + "low_alchemy": "14080", + "high_alchemy": "21120", + "weight": "2", + "absorb": "1,0,3", + "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, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5", + "absorb": "3,0,7", + "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3490" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3491" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3492" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3493" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3494" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3495" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3496" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3497" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3498" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3499" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3500" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3501" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3502" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3503" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3504" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3505" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3506" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3507" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3508" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3509" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3511" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3512" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3513" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3514" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3515" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3517" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3519" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3521" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3523" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3524" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3525" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3527" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3529" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3531" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3533" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3535" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3537" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3539" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3541" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3543" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3545" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3547" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3549" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3551" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3553" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3555" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3557" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3559" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3561" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3563" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "3565" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "3567" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "3569" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "3571" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3572" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3573" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3574" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "3576" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "3578" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3579" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3581" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3583" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3585" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3587" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3589" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3591" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3593" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3595" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3597" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3598" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3600" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3601" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3603" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3604" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3605" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3607" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3609" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3610" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3611" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3612" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3613" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3614" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3615" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3616" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3617" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "5200", + "high_alchemy": "7800", + "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": "This will teleport me to Rellekka when I play it. A musical intrument that I can magically play.", + "durability": null, + "name": "Lyre", + "low_alchemy": "400", + "high_alchemy": "600", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "3689", + "equipment_slot": "3" + }, + { + "examine": "This will teleport me to Rellekka when I play it. A musical intrument that I can magically play.", + "durability": null, + "name": "Enchanted lyre", + "low_alchemy": "400", + "high_alchemy": "600", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "3690", + "equipment_slot": "3" + }, + { + "examine": "This will teleport me to Rellekka when I play it. A musical intrument that I can magically play.", + "durability": null, + "name": "Enchanted lyre(1)", + "low_alchemy": "400", + "high_alchemy": "600", + "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, + "turn90ccw_anim": "6663", + "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", + "low_alchemy": "130", + "high_alchemy": "195", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "archery_ticket_price": "0", + "id": "3746" + }, + { + "durability": null, + "name": "Sticky red goop", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3747" + }, + { + "remove_head": "true", + "examine": "A sturdy helm worn only by Fremennik clan members.", + "durability": null, + "name": "Fremennik helm", + "low_alchemy": "2600", + "high_alchemy": "3900", + "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", + "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, + "low_alchemy": "31200", + "high_alchemy": "46800", + "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, + "low_alchemy": "31200", + "high_alchemy": "46800", + "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, + "low_alchemy": "31200", + "high_alchemy": "46800", + "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, + "low_alchemy": "31200", + "high_alchemy": "46800", + "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, + "low_alchemy": "2000", + "high_alchemy": "3000", + "weight": "1.8", + "attack_speed": "4", + "weapon_interface": "6", + "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", + "low_alchemy": "2000", + "high_alchemy": "3000", + "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", + "equipment_slot": "5" + }, + { + "shop_price": "325", + "ge_buy_limit": "1000", + "examine": "The latest fashion in Rellekka.", + "durability": null, + "low_alchemy": "100", + "high_alchemy": "150", + "equipment_slot": "1", + "grand_exchange_price": "697", + "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" + }, + { + "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.", + "durability": null, + "low_alchemy": "100", + "high_alchemy": "150", + "equipment_slot": "1", + "grand_exchange_price": "54", + "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" + }, + { + "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.", + "durability": null, + "low_alchemy": "100", + "high_alchemy": "150", + "equipment_slot": "1", + "grand_exchange_price": "581", + "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" + }, + { + "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.", + "durability": null, + "low_alchemy": "100", + "high_alchemy": "150", + "equipment_slot": "1", + "grand_exchange_price": "912", + "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" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "912", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3766" + }, + { + "shop_price": "325", + "ge_buy_limit": "100", + "examine": "The latest in Fremennik fashion.", + "durability": null, + "low_alchemy": "130", + "high_alchemy": "195", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "100", + "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" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "100", + "durability": null, + "name": "Fremennik shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3768" + }, + { + "shop_price": "325", + "ge_buy_limit": "100", + "examine": "The latest in Fremennik fashion.", + "durability": null, + "low_alchemy": "130", + "high_alchemy": "195", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "486", + "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" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "486", + "durability": null, + "name": "Fremennik shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3770" + }, + { + "shop_price": "325", + "ge_buy_limit": "100", + "examine": "The latest in Fremennik fashion.", + "durability": null, + "low_alchemy": "130", + "high_alchemy": "195", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "242", + "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" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "242", + "durability": null, + "name": "Fremennik shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3772" + }, + { + "shop_price": "325", + "ge_buy_limit": "100", + "examine": "The latest in Fremennik fashion.", + "durability": null, + "low_alchemy": "130", + "high_alchemy": "195", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "500", + "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" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "500", + "durability": null, + "name": "Fremennik shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3774" + }, + { + "shop_price": "325", + "ge_buy_limit": "100", + "examine": "The latest in Fremennik fashion.", + "durability": null, + "low_alchemy": "130", + "high_alchemy": "195", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "450", + "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" + }, + { + "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.", + "durability": null, + "low_alchemy": "100", + "high_alchemy": "150", + "equipment_slot": "1", + "grand_exchange_price": "674", + "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" + }, + { + "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.", + "durability": null, + "low_alchemy": "100", + "high_alchemy": "150", + "equipment_slot": "1", + "grand_exchange_price": "809", + "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" + }, + { + "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.", + "durability": null, + "low_alchemy": "100", + "high_alchemy": "150", + "equipment_slot": "1", + "grand_exchange_price": "632", + "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" + }, + { + "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.", + "durability": null, + "low_alchemy": "100", + "high_alchemy": "150", + "equipment_slot": "1", + "grand_exchange_price": "517", + "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" + }, + { + "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.", + "durability": null, + "low_alchemy": "100", + "high_alchemy": "150", + "equipment_slot": "1", + "grand_exchange_price": "398", + "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" + }, + { + "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.", + "durability": null, + "low_alchemy": "100", + "high_alchemy": "150", + "equipment_slot": "1", + "grand_exchange_price": "283", + "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" + }, + { + "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.", + "durability": null, + "low_alchemy": "100", + "high_alchemy": "150", + "equipment_slot": "1", + "grand_exchange_price": "966", + "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" + }, + { + "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!", + "durability": null, + "low_alchemy": "260", + "high_alchemy": "390", + "weight": "0.5", + "equipment_slot": "10", + "grand_exchange_price": "205", + "name": "Fremennik boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3791", + "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0" + }, + { + "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, + "low_alchemy": "260", + "high_alchemy": "390", + "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.", + "durability": null, + "low_alchemy": "260", + "high_alchemy": "390", + "weight": "0.9", + "equipment_slot": "7", + "grand_exchange_price": "663", + "name": "Fremennik skirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3795", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" + }, + { + "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.", + "durability": null, + "low_alchemy": "260", + "high_alchemy": "390", + "weight": "1", + "equipment_slot": "0", + "grand_exchange_price": "2380", + "name": "Fremennik hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3797", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,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", + "grand_exchange_price": "172", + "durability": null, + "name": "Gloves", + "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", + "low_alchemy": "130", + "high_alchemy": "195", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "archery_ticket_price": "0", + "id": "3838" + }, + { + "shop_price": "5000", + "examine": "An incomplete book of Saradomin/Guthix/Zamorak/Bandos/ArmadylAn incomplete ancient book", + "durability": null, + "name": "Damaged book", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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 Saradomin/Guthix/Zamorak/Bandos/ArmadylAn incomplete ancient book", + "durability": null, + "name": "Damaged book", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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 Saradomin/Guthix/Zamorak/Bandos/ArmadylAn incomplete ancient book", + "durability": null, + "name": "Damaged book", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "420", + "high_alchemy": "630", + "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", + "low_alchemy": "420", + "high_alchemy": "630", + "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", + "low_alchemy": "420", + "high_alchemy": "630", + "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", + "low_alchemy": "420", + "high_alchemy": "630", + "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", + "low_alchemy": "420", + "high_alchemy": "630", + "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", + "low_alchemy": "420", + "high_alchemy": "630", + "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", + "low_alchemy": "420", + "high_alchemy": "630", + "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", + "low_alchemy": "420", + "high_alchemy": "630", + "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", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "3897" + }, + { + "examine": "The king should be able to use this.", + "durability": null, + "name": "Giant pen", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "3898" + }, + { + "shop_price": "15", + "examine": "Not as good as a pet frog.", + "durability": null, + "name": "Iron sickle", + "low_alchemy": "6", + "high_alchemy": "9", + "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", + "low_alchemy": "2", + "tradeable": "false", + "high_alchemy": "3", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "4006" + }, + { + "examine": "A gold bar with a talkative monkey spirit.", + "durability": null, + "name": "Enchanted bar", + "low_alchemy": "320", + "high_alchemy": "480", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "weight": "1", + "archery_ticket_price": "0", + "id": "4009" + }, + { + "shop_price": "3", + "examine": "They are Monkey Nuts. Yummy.", + "durability": null, + "name": "Monkey nuts", + "low_alchemy": "1", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "4012" + }, + { + "shop_price": "50", + "examine": "It's a monkey bar. It looks highly nutritious.", + "durability": null, + "name": "Monkey bar", + "low_alchemy": "20", + "high_alchemy": "30", + "archery_ticket_price": "0", + "id": "4014" + }, + { + "shop_price": "300", + "examine": "It's a bowl full of mushy banana", + "durability": null, + "name": "Banana stew", + "low_alchemy": "120", + "high_alchemy": "180", + "archery_ticket_price": "0", + "id": "4016" + }, + { + "examine": "It's an amulet mould shaped like a monkey head.", + "durability": null, + "name": "M'amulet mould", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "1", + "archery_ticket_price": "0", + "id": "4020" + }, + { + "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": "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", + "low_alchemy": "400", + "high_alchemy": "600", + "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", + "low_alchemy": "200", + "high_alchemy": "300", + "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", + "low_alchemy": "200", + "high_alchemy": "300", + "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", + "low_alchemy": "200", + "high_alchemy": "300", + "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", + "low_alchemy": "200", + "high_alchemy": "300", + "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", + "low_alchemy": "200", + "high_alchemy": "300", + "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", + "low_alchemy": "200", + "high_alchemy": "300", + "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", + "low_alchemy": "200", + "high_alchemy": "300", + "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", + "low_alchemy": "200", + "high_alchemy": "300", + "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", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "4037", + "stand_turn_anim": "1426" + }, + { + "durability": null, + "name": "Saradomin banner", + "tradeable": "true", + "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", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "4039", + "stand_turn_anim": "1426" + }, + { + "durability": null, + "name": "Zamorak banner", + "tradeable": "true", + "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, + "low_alchemy": "520", + "high_alchemy": "780", + "weight": "1", + "turn90ccw_anim": "822", + "weapon_interface": "6", + "turn180_anim": "820", + "render_anim": "1", + "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", + "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", + "equipment_slot": "7" + }, + { + "remove_head": "true", + "requirements": "{1,5}", + "shop_price": "40", + "examine": "A very decorative helm.", + "durability": null, + "low_alchemy": "312", + "high_alchemy": "468", + "weight": "1", + "equipment_slot": "0", + "name": "Decorative helm", + "archery_ticket_price": "0", + "id": "4071", + "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,3,0,0,0,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", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "75000", + "high_alchemy": "75000", + "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", + "low_alchemy": "70", + "high_alchemy": "105", + "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, + "low_alchemy": "70", + "high_alchemy": "105", + "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", + "low_alchemy": "6", + "high_alchemy": "9", + "archery_ticket_price": "0", + "id": "4085", + "equipment_slot": "5" + }, + { + "examine": "These pale flowers have a pungent odour.", + "durability": null, + "name": "Trollweiss", + "low_alchemy": "2", + "high_alchemy": "3", + "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, + "low_alchemy": "108000", + "high_alchemy": "162000", + "weight": "9", + "absorb": "3,0,6", + "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,20}", + "shop_price": "15000", + "ge_buy_limit": "100", + "examine": "Blue: A magical hat. ", + "durability": null, + "low_alchemy": "6000", + "high_alchemy": "9000", + "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", + "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,20}", + "shop_price": "120000", + "ge_buy_limit": "100", + "examine": "The upper half of a magical robe.", + "durability": null, + "low_alchemy": "48000", + "high_alchemy": "72000", + "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,20}", + "shop_price": "80000", + "ge_buy_limit": "100", + "examine": "The lower half of a magical robe.", + "durability": null, + "low_alchemy": "32000", + "high_alchemy": "48000", + "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,20}", + "shop_price": "10000", + "ge_buy_limit": "100", + "examine": "Magical gloves.", + "durability": null, + "low_alchemy": "4000", + "high_alchemy": "6000", + "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,20}", + "shop_price": "10000", + "ge_buy_limit": "100", + "examine": "Magical boots.", + "durability": null, + "low_alchemy": "4000", + "high_alchemy": "6000", + "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,20}", + "shop_price": "15000", + "ge_buy_limit": "100", + "examine": "Black: A magical hat. ", + "durability": null, + "low_alchemy": "6000", + "high_alchemy": "9000", + "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", + "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,20}", + "shop_price": "120000", + "ge_buy_limit": "100", + "examine": "The upper half of a magical robe.", + "durability": null, + "low_alchemy": "48000", + "high_alchemy": "72000", + "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,20}", + "shop_price": "80000", + "ge_buy_limit": "100", + "examine": "The lower half of a magical robe.", + "durability": null, + "low_alchemy": "32000", + "high_alchemy": "48000", + "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,20}", + "shop_price": "10000", + "ge_buy_limit": "100", + "examine": "Dark magical gloves.", + "durability": null, + "low_alchemy": "4000", + "high_alchemy": "6000", + "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,20}", + "shop_price": "10000", + "ge_buy_limit": "100", + "examine": "Magical boots.", + "durability": null, + "low_alchemy": "4000", + "high_alchemy": "6000", + "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,20}", + "shop_price": "15000", + "ge_buy_limit": "100", + "examine": "White: A magical hat. ", + "durability": null, + "low_alchemy": "6000", + "high_alchemy": "9000", + "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", + "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,20}", + "shop_price": "120000", + "ge_buy_limit": "100", + "examine": "The upper half of a magical robe.", + "durability": null, + "low_alchemy": "48000", + "high_alchemy": "72000", + "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,20}", + "shop_price": "80000", + "ge_buy_limit": "100", + "examine": "The lower half of a magical robe.", + "durability": null, + "low_alchemy": "32000", + "high_alchemy": "48000", + "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,20}", + "shop_price": "10000", + "ge_buy_limit": "100", + "examine": "Bright magical gloves.", + "durability": null, + "low_alchemy": "4000", + "high_alchemy": "6000", + "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,20}", + "shop_price": "10000", + "ge_buy_limit": "100", + "examine": "Magical boots.", + "durability": null, + "low_alchemy": "4000", + "high_alchemy": "6000", + "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.", + "durability": null, + "low_alchemy": "9", + "high_alchemy": "14", + "weight": "1.3", + "equipment_slot": "10", + "grand_exchange_price": "359", + "name": "Bronze boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4119", + "bonuses": "0,0,0,-3,-1,1,2,3,0,0,0,0,0,0,0" + }, + { + "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.", + "durability": null, + "low_alchemy": "33", + "high_alchemy": "50", + "weight": "1.3", + "equipment_slot": "10", + "grand_exchange_price": "17000", + "name": "Iron boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4121", + "bonuses": "0,0,0,-3,-1,2,3,4,0,0,0,0,0,0,0" + }, + { + "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, + "low_alchemy": "120", + "high_alchemy": "180", + "weight": "1.3", + "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, + "low_alchemy": "230", + "high_alchemy": "345", + "weight": "1.3", + "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, + "low_alchemy": "312", + "high_alchemy": "468", + "weight": "1", + "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, + "low_alchemy": "768", + "high_alchemy": "1152", + "weight": "1.3", + "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, + "low_alchemy": "5000", + "high_alchemy": "7500", + "weight": "1.3", + "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", + "low_alchemy": "36", + "high_alchemy": "54", + "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", + "low_alchemy": "48000", + "turn90ccw_anim": "822", + "attack_speed": "4", + "turn180_anim": "820", + "defence_anim": "1659", + "equipment_slot": "3", + "attack_anims": "1658,1658,1658,1658", + "destroy_message": "", + "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, + "high_alchemy": "72000", + "weight": "0.45", + "weapon_interface": "11", + "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", + "low_alchemy": "20000", + "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, + "high_alchemy": "30000", + "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, + "low_alchemy": "2000", + "high_alchemy": "3000", + "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" + }, + { + "turn90cw_anim": "1207", + "examine": "A spear with a leaf-shaped point.", + "walk_anim": "1205", + "low_alchemy": "12400", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "stand_anim": "813", + "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", + "durability": null, + "high_alchemy": "18600", + "weight": "2", + "weapon_interface": "14", + "render_anim": "28", + "name": "Leaf-bladed spear" + }, + { + "requirements": "{0,55}-{18,50}", + "shop_price": "31000", + "examine": "A spear with a leaf-shaped point.", + "durability": null, + "name": "Leaf-bladed spear", + "low_alchemy": "12400", + "high_alchemy": "18600", + "weight": "2", + "archery_ticket_price": "0", + "attack_speed": "5", + "id": "4159", + "equipment_slot": "3" + }, + { + "requirements": "{18,55}-{4,50}", + "shop_price": "90", + "examine": "Arrows with a wider than normal tip.", + "durability": null, + "name": "Broad arrow", + "low_alchemy": "36", + "high_alchemy": "54", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "4161" + }, + { + "shop_price": "500", + "ge_buy_limit": "100", + "examine": "I can even smash stone with this.", + "durability": null, + "low_alchemy": "200", + "high_alchemy": "300", + "weight": "2.2", + "equipment_slot": "3", + "grand_exchange_price": "140", + "name": "Rock hammer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4162" + }, + { + "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.", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "weight": "0.1", + "equipment_slot": "0", + "grand_exchange_price": "615", + "name": "Face mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4164" + }, + { + "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.", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "weight": "2.6", + "equipment_slot": "0", + "grand_exchange_price": "484", + "name": "Earmuffs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4166" + }, + { + "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.", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "weight": "8", + "equipment_slot": "0", + "grand_exchange_price": "523", + "name": "Nose peg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4168" + }, + { + "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", + "low_alchemy": "8400", + "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, + "high_alchemy": "12600", + "weight": "1.8", + "weapon_interface": "1", + "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", + "low_alchemy": "36", + "high_alchemy": "54", + "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", + "low_alchemy": "36", + "high_alchemy": "54", + "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", + "low_alchemy": "36", + "high_alchemy": "54", + "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", + "low_alchemy": "36", + "high_alchemy": "54", + "archery_ticket_price": "0", + "id": "4175", + "equipment_slot": "13" + }, + { + "examine": "A weapon from the Abyss.", + "rare_item": "true", + "durability": null, + "low_alchemy": "48000", + "high_alchemy": "72000", + "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" + }, + { + "examine": "Looks pretty heavy.", + "durability": null, + "low_alchemy": "108000", + "high_alchemy": "162000", + "weight": "9", + "absorb": "3,0,6", + "lendable": "true", + "grand_exchange_price": "165900", + "name": "Dragon platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4180", + "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": "See article", + "durability": null, + "name": "Garden brush", + "weight": "1", + "archery_ticket_price": "0", + "id": "4190" + }, + { + "examine": "See article", + "durability": null, + "name": "Extended brush", + "weight": "1", + "archery_ticket_price": "0", + "id": "4191" + }, + { + "examine": "See article", + "durability": null, + "name": "Extended brush", + "weight": "1", + "archery_ticket_price": "0", + "id": "4192" + }, + { + "examine": "See article", + "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" + }, + { + "examine": "A pair of lifeless, rotting legs.", + "durability": null, + "name": "Legs", + "archery_ticket_price": "0", + "id": "4196" + }, + { + "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" + }, + { + "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" + }, + { + "shop_price": "50", + "examine": "A pickled brain, submerged inside a jar of vinegar.", + "durability": null, + "name": "Pickled brain", + "archery_ticket_price": "0", + "id": "4199" + }, + { + "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": "Unactivated: The Ring of charos.Activated: The power within this ring has been activated.", + "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", + "high_alchemy": "1", + "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", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "905300", + "attack_audios": "2700,0,0,0", + "name": "New crystal bow", + "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", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "901019", + "attack_audios": "2700,0,0,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", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "901019", + "attack_audios": "2700,0,0,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", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "901019", + "attack_audios": "2700,0,0,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", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "901019", + "attack_audios": "2700,0,0,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", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "901019", + "attack_audios": "2700,0,0,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", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "901019", + "attack_audios": "2700,0,0,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", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "901019", + "attack_audios": "2700,0,0,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", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "901019", + "attack_audios": "2700,0,0,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", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "901019", + "attack_audios": "2700,0,0,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", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "901019", + "attack_audios": "2700,0,0,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", + "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, + "low_alchemy": "64", + "high_alchemy": "96", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4237" + }, + { + "examine": "It's a bowl of (milky) nettle tea.", + "durability": null, + "name": "Nettle tea", + "low_alchemy": "1", + "high_alchemy": "2", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4239" + }, + { + "examine": "It's a bowl of (milky) nettle tea.", + "durability": null, + "name": "Nettle tea", + "low_alchemy": "1", + "high_alchemy": "2", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4240" + }, + { + "examine": "(In inventory) A handful of nettles (In ground) I better not get stung/I wouldn't like to get stung/I wish I could sting other people/Dock leaves at the ready/These may hurt/nettles sting my leggies(Draynor Village nettles)", + "durability": null, + "name": "Nettles", + "low_alchemy": "1", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "4241" + }, + { + "shop_price": "10", + "examine": "A nice cup of tea.", + "grand_exchange_price": "30", + "durability": null, + "name": "Cup of tea", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "4242" + }, + { + "shop_price": "10", + "examine": "A nice cup of tea.", + "grand_exchange_price": "30", + "durability": null, + "name": "Cup of tea", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "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": "A nice cup of tea.", + "grand_exchange_price": "30", + "durability": null, + "name": "Cup of tea", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "4245" + }, + { + "shop_price": "10", + "examine": "A nice cup of tea.", + "grand_exchange_price": "30", + "durability": null, + "name": "Cup of tea", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "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": "Normal: It lets me talk to ghosts.", + "durability": null, + "name": "Ghostspeak amulet", + "low_alchemy": "14", + "high_alchemy": "21", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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 [type of bones].", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4255" + }, + { + "examine": "A pot of crushed [type of bones].", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4256" + }, + { + "examine": "A pot of crushed [type of bones].", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4257" + }, + { + "examine": "A pot of crushed [type of bones].", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4258" + }, + { + "examine": "A pot of crushed [type of bones].", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4259" + }, + { + "examine": "A pot of crushed [type of bones].", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4260" + }, + { + "examine": "A pot of crushed [type of bones].", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4261" + }, + { + "examine": "A pot of crushed [type of bones].", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4262" + }, + { + "examine": "A pot of crushed [type of bones].", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4263" + }, + { + "examine": "A pot of crushed [type of bones].", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4264" + }, + { + "examine": "A pot of crushed [type of bones].", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4265" + }, + { + "examine": "A pot of crushed [type of bones].", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4266" + }, + { + "examine": "A pot of crushed [type of bones].", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4267" + }, + { + "examine": "A pot of crushed [type of 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 [type of bones].", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4270" + }, + { + "examine": "A pot of crushed [type of 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", + "low_alchemy": "23", + "high_alchemy": "35", + "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", + "low_alchemy": "24", + "high_alchemy": "36", + "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", + "low_alchemy": "4", + "high_alchemy": "7", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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" + }, + { + "ge_buy_limit": "100", + "examine": "The label says 'Vivid Crimson', but it looks like pink to me!", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "45", + "weight": "0.9", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "19", + "name": "Ham shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4298", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" + }, + { + "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!", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "45", + "weight": "0.9", + "equipment_slot": "7", + "grand_exchange_price": "11", + "name": "Ham robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4300", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" + }, + { + "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.", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "45", + "weight": "0.4", + "equipment_slot": "0", + "grand_exchange_price": "400", + "name": "Ham hood", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4302", + "bonuses": "0,0,0,0,0,0,1,2,0,1,0,0,0,0,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.", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "45", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "25", + "name": "Ham cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4304", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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", + "low_alchemy": "30", + "high_alchemy": "45", + "archery_ticket_price": "0", + "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", + "grand_exchange_price": "59", + "durability": null, + "name": "Gloves", + "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", + "grand_exchange_price": "323", + "durability": null, + "name": "Boots", + "archery_ticket_price": "0", + "id": "4310", + "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": "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", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "4313" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "2342", + "name": "Team-1 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4315", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1145", + "name": "Team-2 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4317", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "141", + "name": "Team-3 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4319", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "973", + "name": "Team-4 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4321", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1294", + "name": "Team-5 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4323", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "124", + "name": "Team-6 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4325", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1264", + "name": "Team-7 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4327", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1824", + "name": "Team-8 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4329", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "841", + "name": "Team-9 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4331", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1127", + "name": "Team-10 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4333", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "2011", + "name": "Team-11 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4335", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1591", + "name": "Team-12 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4337", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "308", + "name": "Team-13 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4339", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1504", + "name": "Team-14 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4341", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1462", + "name": "Team-15 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4343", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "313", + "name": "Team-16 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4345", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1231", + "name": "Team-17 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4347", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1678", + "name": "Team-18 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4349", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1041", + "name": "Team-19 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4351", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "703", + "name": "Team-20 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4353", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1292", + "name": "Team-21 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4355", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1368", + "name": "Team-22 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4357", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "280", + "name": "Team-23 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4359", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1512", + "name": "Team-24 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4361", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1395", + "name": "Team-25 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4363", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "191", + "name": "Team-26 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4365", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1420", + "name": "Team-27 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4367", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1920", + "name": "Team-28 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4369", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1175", + "name": "Team-29 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4371", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "552", + "name": "Team-30 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4373", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1385", + "name": "Team-31 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4375", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1168", + "name": "Team-32 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4377", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "211", + "name": "Team-33 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4379", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1128", + "name": "Team-34 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4381", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1140", + "name": "Team-35 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4383", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "84", + "name": "Team-36 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4385", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1010", + "name": "Team-37 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4387", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1833", + "name": "Team-38 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4389", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "914", + "name": "Team-39 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4391", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "582", + "name": "Team-40 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4393", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1471", + "name": "Team-41 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4395", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1072", + "name": "Team-42 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4397", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "298", + "name": "Team-43 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4399", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1268", + "name": "Team-44 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4401", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1371", + "name": "Team-45 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4403", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "140", + "name": "Team-46 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4405", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1233", + "name": "Team-47 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4407", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1836", + "name": "Team-48 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4409", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1185", + "name": "Team-49 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4411", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "708", + "name": "Team-50 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4413", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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 hatchet.", + "durability": null, + "name": "Blunt axe", + "low_alchemy": "22", + "high_alchemy": "33", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "6", + "high_alchemy": "9", + "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", + "low_alchemy": "22", + "high_alchemy": "33", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "7", + "high_alchemy": "10", + "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, + "low_alchemy": "520", + "high_alchemy": "780", + "weight": "1", + "turn90ccw_anim": "822", + "weapon_interface": "6", + "turn180_anim": "820", + "render_anim": "1", + "defence_anim": "397", + "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", + "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", + "equipment_slot": "7" + }, + { + "remove_head": "true", + "requirements": "{1,20}", + "shop_price": "40", + "examine": "A very decorative helm.", + "durability": null, + "low_alchemy": "312", + "high_alchemy": "468", + "weight": "1", + "equipment_slot": "0", + "name": "Decorative helm", + "archery_ticket_price": "0", + "id": "4506", + "bonuses": "0,0,0,-3,-1,10,11,9,-1,10,5,0,0,0,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", + "equipment_slot": "5" + }, + { + "requirements": "{0,30}", + "shop_price": "50", + "turn90cw_anim": "821", + "examine": "A very decorative sword.", + "walk_anim": "819", + "durability": null, + "low_alchemy": "520", + "high_alchemy": "780", + "weight": "1", + "turn90ccw_anim": "822", + "weapon_interface": "6", + "turn180_anim": "820", + "render_anim": "1", + "defence_anim": "397", + "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", + "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", + "equipment_slot": "7" + }, + { + "remove_head": "true", + "requirements": "{1,30}", + "shop_price": "40", + "examine": "A very decorative helm.", + "durability": null, + "low_alchemy": "312", + "high_alchemy": "468", + "weight": "1", + "equipment_slot": "0", + "name": "Decorative helm", + "archery_ticket_price": "0", + "id": "4511", + "bonuses": "0,0,0,-3,-1,14,15,13,-1,14,6,0,0,0,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", + "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", + "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", + "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", + "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", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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.", + "durability": null, + "low_alchemy": "11", + "high_alchemy": "16", + "weight": "0.4", + "grand_exchange_price": "1575", + "name": "Oil lamp", + "tradeable": "true", + "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", + "low_alchemy": "11", + "high_alchemy": "16", + "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.", + "durability": null, + "low_alchemy": "11", + "high_alchemy": "16", + "weight": "0.4", + "grand_exchange_price": "2", + "name": "Oil lamp", + "tradeable": "true", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "50", + "high_alchemy": "75", + "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", + "low_alchemy": "50", + "high_alchemy": "75", + "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", + "low_alchemy": "50", + "high_alchemy": "75", + "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", + "low_alchemy": "36", + "high_alchemy": "54", + "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", + "low_alchemy": "28", + "high_alchemy": "42", + "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": "A sturdy steel lantern casting a bright beam.", + "grand_exchange_price": "88", + "durability": null, + "name": "Bullseye lantern", + "low_alchemy": "168", + "high_alchemy": "252", + "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": "A sturdy steel lantern casting a bright beam.", + "grand_exchange_price": "158", + "durability": null, + "name": "Bullseye lantern", + "low_alchemy": "168", + "high_alchemy": "252", + "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 casting a bright beam.", + "grand_exchange_price": "1345", + "durability": null, + "name": "Bullseye lantern", + "low_alchemy": "168", + "high_alchemy": "252", + "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", + "low_alchemy": "168", + "high_alchemy": "252", + "weight": "1", + "archery_ticket_price": "0", + "id": "4550" + }, + { + "remove_head": "true", + "requirements": "{1,5}-{18,35}", + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "You don't want to wear it inside-out.", + "durability": null, + "low_alchemy": "260", + "high_alchemy": "390", + "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", + "low_alchemy": "6", + "high_alchemy": "9", + "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 RuneScape.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "12", + "defence_anim": "1834", + "equipment_slot": "3", + "attack_anims": "1833,1833,1833,1833", + "fun_weapon": "true", + "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" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A black tipped spear.", + "walk_anim": "1205", + "low_alchemy": "260", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "equipment_slot": "3", + "grand_exchange_price": "536", + "stand_anim": "813", + "tradeable": "true", + "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", + "requirements": "{0,10}", + "durability": null, + "high_alchemy": "390", + "weight": "2.2", + "weapon_interface": "14", + "render_anim": "28", + "name": "Black spear" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "536", + "durability": null, + "name": "Black spear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4581" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A black tipped spear.", + "walk_anim": "1205", + "low_alchemy": "260", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "equipment_slot": "3", + "grand_exchange_price": "2808", + "stand_anim": "813", + "tradeable": "true", + "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", + "requirements": "{0,10}", + "durability": null, + "high_alchemy": "390", + "weight": "2.2", + "weapon_interface": "14", + "render_anim": "28", + "name": "Black spear(p)" + }, + { + "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 black tipped spear.", + "walk_anim": "1205", + "durability": null, + "low_alchemy": "260", + "high_alchemy": "390", + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "309", + "stand_anim": "813", + "name": "Black spear(kp)", + "tradeable": "true", + "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, + "low_alchemy": "108000", + "high_alchemy": "162000", + "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", + "low_alchemy": "40000", + "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, + "high_alchemy": "60000", + "weight": "1.8", + "weapon_interface": "6", + "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", + "low_alchemy": "160", + "high_alchemy": "160", + "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", + "low_alchemy": "160", + "high_alchemy": "160", + "archery_ticket_price": "0", + "id": "4598" + }, + { + "shop_price": "1", + "examine": "A handy little club made out of oak.", + "durability": null, + "name": "Oak-blackjack", + "weight": "1.8", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "4599", + "weapon_interface": "10", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,2,0,0,0", + "equipment_slot": "3" + }, + { + "shop_price": "600", + "ge_buy_limit": "100", + "examine": "A handy little club made out of willow.", + "durability": null, + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "1", + "attack_speed": "4", + "weapon_interface": "10", + "equipment_slot": "3", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "30", + "high_alchemy": "45", + "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.On ground: Not good for eating.", + "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", + "low_alchemy": "260", + "high_alchemy": "390", + "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", + "low_alchemy": "100", + "high_alchemy": "150", + "archery_ticket_price": "0", + "id": "4654" + }, + { + "examine": "A rough translation made from archaeological etchings.", + "durability": null, + "name": "Translation", + "low_alchemy": "100", + "high_alchemy": "150", + "weight": "1", + "archery_ticket_price": "0", + "id": "4655" + }, + { + "examine": "This key is unusally warm to the touch.", + "durability": null, + "name": "Warm key", + "low_alchemy": "100", + "high_alchemy": "150", + "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": "Frank's shiny silver coated pot.", + "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": "Frank's shiny silver coated pot.", + "durability": null, + "name": "Silver pot", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "4660" + }, + { + "examine": "A silver pot made by Ruantun and blessed on Entrana.", + "durability": null, + "name": "Blessed pot", + "weight": "2", + "archery_ticket_price": "0", + "id": "4661" + }, + { + "examine": "Frank's shiny silver coated pot.", + "durability": null, + "name": "Silver pot", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "4662" + }, + { + "examine": "A silver pot made by Ruantun and blessed on Entrana.", + "durability": null, + "name": "Blessed pot", + "weight": "2", + "archery_ticket_price": "0", + "id": "4663" + }, + { + "examine": "Frank's shiny silver coated pot.", + "durability": null, + "name": "Silver pot", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "4664" + }, + { + "examine": "A silver pot made by Ruantun and blessed on Entrana.", + "durability": null, + "name": "Blessed pot", + "weight": "2", + "archery_ticket_price": "0", + "id": "4665" + }, + { + "examine": "Frank's shiny silver coated pot.", + "durability": null, + "name": "Silver pot", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "4666" + }, + { + "examine": "A silver pot made by Ruantun and blessed on Entrana.", + "durability": null, + "name": "Blessed pot", + "weight": "2", + "archery_ticket_price": "0", + "id": "4667" + }, + { + "examine": "Finely ground garlic powder.", + "durability": null, + "name": "Garlic powder", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "100", + "high_alchemy": "150", + "archery_ticket_price": "0", + "id": "4674" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A magical staff of ancient origin...", + "walk_anim": "1205", + "low_alchemy": "40000", + "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, + "high_alchemy": "60000", + "weight": "2.25", + "weapon_interface": "1", + "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", + "low_alchemy": "120", + "high_alchemy": "180", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "weight": "2", + "archery_ticket_price": "0", + "id": "4687" + }, + { + "examine": "A little heap of salt.", + "durability": null, + "name": "Pile of salt", + "low_alchemy": "8", + "high_alchemy": "12", + "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", + "low_alchemy": "52000", + "high_alchemy": "78000", + "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", + "low_alchemy": "2", + "high_alchemy": "4", + "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", + "low_alchemy": "2", + "high_alchemy": "4", + "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", + "low_alchemy": "2", + "high_alchemy": "4", + "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", + "low_alchemy": "2", + "high_alchemy": "4", + "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", + "low_alchemy": "2", + "high_alchemy": "4", + "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", + "low_alchemy": "2", + "high_alchemy": "4", + "archery_ticket_price": "0", + "id": "4699" + }, + { + "examine": "Unfuelled: You need to add lamp oil before you can use it. Unlit: A bullseye lantern with a sapphire for a lens. Lit: A lantern casting a bright blue beam.", + "durability": null, + "name": "Sapphire lantern", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "4700" + }, + { + "examine": "Unfuelled: You need to add lamp oil before you can use it. Unlit: A bullseye lantern with a sapphire for a lens. Lit: A lantern casting a bright blue beam.", + "durability": null, + "name": "Sapphire lantern", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "4701" + }, + { + "examine": "Unfuelled: You need to add lamp oil before you can use it. Unlit: A bullseye lantern with a sapphire for a lens. Lit: A lantern casting a bright blue beam.", + "durability": null, + "name": "Sapphire lantern", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "4702" + }, + { + "shop_price": "975000", + "examine": "A magic stone to make high-level furniture.", + "grand_exchange_price": "977755", + "durability": null, + "name": "Magic stone", + "tradeable": "true", + "low_alchemy": "390000", + "high_alchemy": "585000", + "weight": "1", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "archery_ticket_price": "0", + "id": "4707" + }, + { + "remove_head": "true", + "requirements": "{1,70}-{6,70}", + "ge_buy_limit": "10", + "examine": "Ahrim The Blighted's Hood.", + "durability": null, + "low_alchemy": "5200", + "high_alchemy": "7800", + "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", + "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", + "low_alchemy": "34000", + "turn90ccw_anim": "1208", + "attack_speed": "6", + "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, + "high_alchemy": "51000", + "weight": "2", + "weapon_interface": "1", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Ahrim's staff" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "69500", + "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, + "low_alchemy": "20000", + "high_alchemy": "30000", + "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", + "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, + "low_alchemy": "18800", + "high_alchemy": "28200", + "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", + "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 Helmet", + "durability": "1", + "low_alchemy": "41200", + "high_alchemy": "61800", + "weight": "1", + "absorb": "2,0,5", + "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", + "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", + "low_alchemy": "83200", + "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, + "high_alchemy": "124800", + "weight": "13", + "weapon_interface": "2", + "render_anim": "1426", + "name": "Dharok's greataxe" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "516900", + "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.", + "durability": null, + "low_alchemy": "112000", + "high_alchemy": "168000", + "weight": "9.9", + "absorb": "5,0,10", + "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", + "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, + "low_alchemy": "110000", + "high_alchemy": "165000", + "weight": "10", + "absorb": "3,0,7", + "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", + "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, + "low_alchemy": "41200", + "high_alchemy": "61800", + "weight": "2", + "absorb": "2,0,5", + "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", + "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", + "low_alchemy": "40000", + "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, + "high_alchemy": "60000", + "weight": "2.2", + "weapon_interface": "14", + "render_anim": "28", + "name": "Guthan's warspear" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "588400", + "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, + "low_alchemy": "112000", + "high_alchemy": "168000", + "weight": "9", + "absorb": "5,0,10", + "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", + "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, + "low_alchemy": "110000", + "high_alchemy": "165000", + "weight": "8", + "absorb": "3,0,7", + "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", + "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, + "low_alchemy": "5200", + "high_alchemy": "7800", + "absorb": "0,5,2", + "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", + "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", + "low_alchemy": "64000", + "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, + "high_alchemy": "96000", + "weight": "2", + "weapon_interface": "17", + "render_anim": "372", + "attack_audios": "2700,0,0,0", + "name": "Karil's crossbow" + }, + { + "ge_buy_limit": "1", + "grand_exchange_price": "188000", + "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 leatherbody.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "weight": "6", + "absorb": "0,10,5", + "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", + "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, + "low_alchemy": "18800", + "high_alchemy": "28200", + "weight": "2", + "absorb": "0,7,3", + "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", + "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.", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "equipment_slot": "13", + "grand_exchange_price": "238", + "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" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Torag the Corrupted's helm.", + "durability": null, + "low_alchemy": "41200", + "high_alchemy": "61800", + "weight": "5", + "absorb": "2,0,5", + "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", + "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, + "low_alchemy": "64000", + "high_alchemy": "96000", + "weight": "3", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "10", + "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", + "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 plate body armour.", + "durability": null, + "low_alchemy": "112000", + "high_alchemy": "168000", + "weight": "9", + "absorb": "5,0,10", + "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", + "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, + "low_alchemy": "110000", + "high_alchemy": "165000", + "weight": "9", + "absorb": "3,0,7", + "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", + "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, + "low_alchemy": "41200", + "high_alchemy": "61800", + "weight": "1", + "absorb": "2,0,5", + "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", + "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", + "low_alchemy": "64000", + "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, + "high_alchemy": "96000", + "weight": "2", + "weapon_interface": "8", + "render_anim": "1426", + "attack_audios": "1323,0,0,0", + "name": "Verac's flail" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "135500", + "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, + "low_alchemy": "112000", + "high_alchemy": "168000", + "weight": "5", + "absorb": "5,0,10", + "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", + "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, + "low_alchemy": "110000", + "high_alchemy": "165000", + "weight": "5", + "absorb": "3,0,7", + "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", + "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", + "durability": null, + "low_alchemy": "2", + "high_alchemy": "3", + "equipment_slot": "13", + "grand_exchange_price": "39", + "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" + }, + { + "requirements": "{4,30}", + "ge_buy_limit": "1000", + "examine": "Blunt iron arrow...ouch", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "equipment_slot": "13", + "grand_exchange_price": "14", + "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" + }, + { + "requirements": "{4,30}", + "ge_buy_limit": "1000", + "examine": "Blunt steel arrow...ouch", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "equipment_slot": "13", + "grand_exchange_price": "20", + "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" + }, + { + "requirements": "{4,30}", + "ge_buy_limit": "1000", + "examine": "Blunt black arrow...ouch", + "durability": null, + "low_alchemy": "14", + "high_alchemy": "21", + "equipment_slot": "13", + "grand_exchange_price": "63", + "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" + }, + { + "requirements": "{4,30}", + "shop_price": "20", + "ge_buy_limit": "1000", + "examine": "Blunt mithril arrow...ouch", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "equipment_slot": "13", + "grand_exchange_price": "80", + "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" + }, + { + "requirements": "{4,30}", + "ge_buy_limit": "1000", + "examine": "Blunt adamant arrow...ouch", + "durability": null, + "low_alchemy": "38", + "high_alchemy": "57", + "equipment_slot": "13", + "grand_exchange_price": "154", + "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" + }, + { + "requirements": "{4,30}", + "shop_price": "180", + "ge_buy_limit": "1000", + "examine": "Blunt rune arrow...ouch", + "durability": null, + "low_alchemy": "180", + "high_alchemy": "270", + "equipment_slot": "13", + "grand_exchange_price": "188", + "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" + }, + { + "examine": "A very black prism.", + "durability": null, + "name": "Black prism", + "high_alchemy": "1", + "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", + "low_alchemy": "2", + "high_alchemy": "4", + "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", + "low_alchemy": "13", + "high_alchemy": "19", + "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", + "low_alchemy": "4", + "high_alchemy": "7", + "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", + "low_alchemy": "7", + "high_alchemy": "10", + "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", + "low_alchemy": "18", + "high_alchemy": "27", + "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", + "low_alchemy": "88", + "high_alchemy": "132", + "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", + "low_alchemy": "24", + "high_alchemy": "36", + "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, + "low_alchemy": "72", + "high_alchemy": "108", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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 [type of bones].", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4852" + }, + { + "examine": "A pot of crushed [type of bones].", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4853" + }, + { + "examine": "A pot of crushed [type of bones].", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4854" + }, + { + "examine": "A pot of crushed [type of 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 Hood.", + "durability": null, + "low_alchemy": "5200", + "high_alchemy": "7800", + "weight": "0.9", + "absorb": "5,2,0", + "equipment_slot": "0", + "grand_exchange_price": "77678", + "name": "Ahrim's hood 100", + "archery_ticket_price": "0", + "id": "4856", + "bonuses": "0,0,0,6,-2,15,13,16,6,0,15,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}-{6,70}", + "examine": "Ahrim The Blighted's Hood.", + "durability": null, + "low_alchemy": "5200", + "high_alchemy": "7800", + "weight": "0.9", + "absorb": "5,2,0", + "equipment_slot": "0", + "grand_exchange_price": "77678", + "name": "Ahrim's hood 75", + "archery_ticket_price": "0", + "id": "4857", + "bonuses": "0,0,0,6,-2,15,13,16,6,0,15,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}-{6,70}", + "examine": "Ahrim The Blighted's Hood.", + "durability": null, + "low_alchemy": "5200", + "high_alchemy": "7800", + "weight": "0.9", + "absorb": "5,2,0", + "equipment_slot": "0", + "grand_exchange_price": "77678", + "name": "Ahrim's hood 50", + "archery_ticket_price": "0", + "id": "4858", + "bonuses": "0,0,0,6,-2,15,13,16,6,0,15,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}-{6,70}", + "examine": "Ahrim The Blighted's Hood.", + "durability": null, + "low_alchemy": "5200", + "high_alchemy": "7800", + "weight": "0.9", + "absorb": "5,2,0", + "equipment_slot": "0", + "grand_exchange_price": "77678", + "name": "Ahrim's hood 25", + "archery_ticket_price": "0", + "id": "4859", + "bonuses": "0,0,0,6,-2,15,13,16,6,0,15,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}-{6,70}", + "ge_buy_limit": "10", + "examine": "Ahrim The Blighted's Hood.", + "durability": null, + "low_alchemy": "5200", + "high_alchemy": "7800", + "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", + "durability": null, + "name": "Ahrim's hood 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4861" + }, + { + "turn90cw_anim": "1207", + "examine": "Ahrim the Blighted's quarterstaff.", + "walk_anim": "1205", + "low_alchemy": "34000", + "turn90ccw_anim": "1208", + "attack_speed": "6", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "50655", + "stand_anim": "813", + "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}", + "durability": null, + "high_alchemy": "51000", + "weight": "2", + "weapon_interface": "1", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Ahrim's staff 100" + }, + { + "turn90cw_anim": "1207", + "examine": "Ahrim the Blighted's quarterstaff.", + "walk_anim": "1205", + "low_alchemy": "34000", + "turn90ccw_anim": "1208", + "attack_speed": "6", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "50655", + "stand_anim": "813", + "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}", + "durability": null, + "high_alchemy": "51000", + "weight": "2", + "weapon_interface": "1", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Ahrim's staff 75" + }, + { + "turn90cw_anim": "1207", + "examine": "Ahrim the Blighted's quarterstaff.", + "walk_anim": "1205", + "low_alchemy": "34000", + "turn90ccw_anim": "1208", + "attack_speed": "6", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "50655", + "stand_anim": "813", + "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}", + "durability": null, + "high_alchemy": "51000", + "weight": "2", + "weapon_interface": "1", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Ahrim's staff 50" + }, + { + "turn90cw_anim": "1207", + "examine": "Ahrim the Blighted's quarterstaff.", + "walk_anim": "1205", + "low_alchemy": "34000", + "turn90ccw_anim": "1208", + "attack_speed": "6", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "50655", + "stand_anim": "813", + "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}", + "durability": null, + "high_alchemy": "51000", + "weight": "2", + "weapon_interface": "1", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Ahrim's staff 25" + }, + { + "requirements": "{0,70}-{6,70}", + "ge_buy_limit": "10", + "turn90cw_anim": "1207", + "examine": "Ahrim the Blighted's quarterstaff.", + "walk_anim": "1205", + "durability": null, + "low_alchemy": "34000", + "high_alchemy": "51000", + "weight": "2", + "turn90ccw_anim": "1208", + "attack_speed": "6", + "weapon_interface": "1", + "turn180_anim": "1206", + "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", + "durability": null, + "name": "Ahrim's staff 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4867" + }, + { + "requirements": "{1,70}-{6,70}", + "examine": "Ahrim the Blighted's armoured robe top.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "weight": "5", + "absorb": "10,5,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "1458307", + "name": "Ahrim's top 100", + "archery_ticket_price": "0", + "id": "4868", + "bonuses": "0,0,0,30,-10,52,37,63,30,0,60,0,0,0,0" + }, + { + "requirements": "{1,70}-{6,70}", + "examine": "Ahrim the Blighted's armoured robe top.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "weight": "5", + "absorb": "10,5,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "1458307", + "name": "Ahrim's top 75", + "archery_ticket_price": "0", + "id": "4869", + "bonuses": "0,0,0,30,-10,52,37,63,30,0,60,0,0,0,0" + }, + { + "requirements": "{1,70}-{6,70}", + "examine": "Ahrim the Blighted's armoured robe top.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "weight": "5", + "absorb": "10,5,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "1458307", + "name": "Ahrim's top 50", + "archery_ticket_price": "0", + "id": "4870", + "bonuses": "0,0,0,30,-10,52,37,63,30,0,60,0,0,0,0" + }, + { + "requirements": "{1,70}-{6,70}", + "examine": "Ahrim the Blighted's armoured robe top.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "weight": "5", + "absorb": "10,5,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "1458307", + "name": "Ahrim's top 25", + "archery_ticket_price": "0", + "id": "4871", + "bonuses": "0,0,0,30,-10,52,37,63,30,0,60,0,0,0,0" + }, + { + "requirements": "{1,70}-{6,70}", + "ge_buy_limit": "10", + "examine": "Ahrim the Blighted's armoured robe top.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "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", + "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.", + "durability": null, + "low_alchemy": "18800", + "high_alchemy": "28200", + "weight": "12", + "absorb": "7,3,0", + "equipment_slot": "7", + "grand_exchange_price": "1561591", + "name": "Ahrim's skirt 100", + "archery_ticket_price": "0", + "id": "4874", + "bonuses": "0,0,0,22,-7,33,30,36,22,0,30,0,0,0,0" + }, + { + "requirements": "{1,70}-{6,70}", + "examine": "Ahrim the Blighted's armoured robe skirt.", + "durability": null, + "low_alchemy": "18800", + "high_alchemy": "28200", + "weight": "12", + "absorb": "7,3,0", + "equipment_slot": "7", + "grand_exchange_price": "1561591", + "name": "Ahrim's skirt 75", + "archery_ticket_price": "0", + "id": "4875", + "bonuses": "0,0,0,22,-7,33,30,36,22,0,30,0,0,0,0" + }, + { + "requirements": "{1,70}-{6,70}", + "examine": "Ahrim the Blighted's armoured robe skirt.", + "durability": null, + "low_alchemy": "18800", + "high_alchemy": "28200", + "weight": "12", + "absorb": "7,3,0", + "equipment_slot": "7", + "grand_exchange_price": "1561591", + "name": "Ahrim's skirt 50", + "archery_ticket_price": "0", + "id": "4876", + "bonuses": "0,0,0,22,-7,33,30,36,22,0,30,0,0,0,0" + }, + { + "requirements": "{1,70}-{6,70}", + "examine": "Ahrim the Blighted's armoured robe skirt.", + "durability": null, + "low_alchemy": "18800", + "high_alchemy": "28200", + "weight": "12", + "absorb": "7,3,0", + "equipment_slot": "7", + "grand_exchange_price": "1561591", + "name": "Ahrim's skirt 25", + "archery_ticket_price": "0", + "id": "4877", + "bonuses": "0,0,0,22,-7,33,30,36,22,0,30,0,0,0,0" + }, + { + "requirements": "{1,70}-{6,70}", + "ge_buy_limit": "10", + "examine": "Ahrim the Blighted's armoured robe skirt.", + "durability": null, + "low_alchemy": "18800", + "high_alchemy": "28200", + "weight": "12", + "absorb": "7,3,0", + "equipment_slot": "7", + "grand_exchange_price": "1500000", + "name": "Ahrim's skirt 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4878" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1500000", + "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 Helmet", + "durability": null, + "low_alchemy": "41200", + "high_alchemy": "61800", + "weight": "1", + "absorb": "2,0,5", + "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 Helmet", + "durability": null, + "low_alchemy": "41200", + "high_alchemy": "61800", + "weight": "1", + "absorb": "2,0,5", + "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 Helmet", + "durability": null, + "low_alchemy": "41200", + "high_alchemy": "61800", + "weight": "1", + "absorb": "2,0,5", + "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 Helmet", + "durability": null, + "low_alchemy": "41200", + "high_alchemy": "61800", + "weight": "1", + "absorb": "2,0,5", + "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 Helmet", + "durability": null, + "low_alchemy": "41200", + "high_alchemy": "61800", + "weight": "1", + "absorb": "2,0,5", + "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", + "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", + "low_alchemy": "83200", + "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, + "high_alchemy": "124800", + "weight": "13", + "weapon_interface": "2", + "render_anim": "1426", + "attack_audios": "1320,0,0,0", + "name": "Dharok's axe 100" + }, + { + "turn90cw_anim": "2064", + "examine": "Dharok the Wretched's Greataxe.", + "walk_anim": "2064", + "low_alchemy": "83200", + "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, + "high_alchemy": "124800", + "weight": "13", + "weapon_interface": "2", + "render_anim": "1426", + "attack_audios": "1320,0,0,0", + "name": "Dharok's axe 75" + }, + { + "turn90cw_anim": "2064", + "examine": "Dharok the Wretched's Greataxe.", + "walk_anim": "2064", + "low_alchemy": "83200", + "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, + "high_alchemy": "124800", + "weight": "13", + "weapon_interface": "2", + "render_anim": "1426", + "attack_audios": "1320,0,0,0", + "name": "Dharok's axe 50" + }, + { + "turn90cw_anim": "2064", + "examine": "Dharok the Wretched's Greataxe.", + "walk_anim": "2064", + "low_alchemy": "83200", + "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, + "high_alchemy": "124800", + "weight": "13", + "weapon_interface": "2", + "render_anim": "1426", + "attack_audios": "1320,0,0,0", + "name": "Dharok's axe 25" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "2064", + "examine": "Dharok the Wretched's Greataxe.", + "walk_anim": "2064", + "low_alchemy": "83200", + "turn90ccw_anim": "2064", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "2064", + "equipment_slot": "3", + "grand_exchange_price": "442600", + "stand_anim": "2065", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "4890", + "stand_turn_anim": "823", + "requirements": "{0,70}-{2,70}", + "durability": null, + "high_alchemy": "124800", + "weight": "13", + "weapon_interface": "2", + "render_anim": "1426", + "attack_audios": "1320,0,0,0", + "name": "Dharok's axe 0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "442600", + "durability": null, + "name": "Dharok's axe 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4891" + }, + { + "requirements": "{1,70}", + "examine": "Dharok the Wretched's platebody.", + "durability": null, + "low_alchemy": "112000", + "high_alchemy": "168000", + "weight": "9.9", + "absorb": "5,0,10", + "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.", + "durability": null, + "low_alchemy": "112000", + "high_alchemy": "168000", + "weight": "9.9", + "absorb": "5,0,10", + "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.", + "durability": null, + "low_alchemy": "112000", + "high_alchemy": "168000", + "weight": "9.9", + "absorb": "5,0,10", + "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.", + "durability": null, + "low_alchemy": "112000", + "high_alchemy": "168000", + "weight": "9.9", + "absorb": "5,0,10", + "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.", + "durability": null, + "low_alchemy": "112000", + "high_alchemy": "168000", + "weight": "9.9", + "absorb": "5,0,10", + "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", + "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.", + "durability": null, + "low_alchemy": "110000", + "high_alchemy": "165000", + "weight": "10", + "absorb": "3,0,7", + "equipment_slot": "7", + "grand_exchange_price": "897451", + "name": "Dharok's legs 100", + "archery_ticket_price": "0", + "id": "4898", + "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0" + }, + { + "requirements": "{1,70}", + "examine": "Dharok the wretched's plate leg armour.", + "durability": null, + "low_alchemy": "110000", + "high_alchemy": "165000", + "weight": "10", + "absorb": "3,0,7", + "equipment_slot": "7", + "grand_exchange_price": "897451", + "name": "Dharok's legs 75", + "archery_ticket_price": "0", + "id": "4899", + "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0" + }, + { + "requirements": "{1,70}", + "examine": "Dharok the wretched's plate leg armour.", + "durability": null, + "low_alchemy": "110000", + "high_alchemy": "165000", + "weight": "10", + "absorb": "3,0,7", + "equipment_slot": "7", + "grand_exchange_price": "897451", + "name": "Dharok's legs 50", + "archery_ticket_price": "0", + "id": "4900", + "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0" + }, + { + "requirements": "{1,70}", + "examine": "Dharok the wretched's plate leg armour.", + "durability": null, + "low_alchemy": "110000", + "high_alchemy": "165000", + "weight": "10", + "absorb": "3,0,7", + "equipment_slot": "7", + "grand_exchange_price": "897451", + "name": "Dharok's legs 25", + "archery_ticket_price": "0", + "id": "4901", + "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0" + }, + { + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Dharok the wretched's plate leg armour.", + "durability": null, + "low_alchemy": "110000", + "high_alchemy": "165000", + "weight": "10", + "absorb": "3,0,7", + "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", + "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, + "low_alchemy": "41200", + "high_alchemy": "61800", + "weight": "2", + "absorb": "2,0,5", + "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, + "low_alchemy": "41200", + "high_alchemy": "61800", + "weight": "2", + "absorb": "2,0,5", + "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, + "low_alchemy": "41200", + "high_alchemy": "61800", + "weight": "2", + "absorb": "2,0,5", + "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, + "low_alchemy": "41200", + "high_alchemy": "61800", + "weight": "2", + "absorb": "2,0,5", + "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, + "low_alchemy": "41200", + "high_alchemy": "61800", + "weight": "2", + "absorb": "2,0,5", + "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", + "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", + "low_alchemy": "40000", + "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, + "high_alchemy": "60000", + "weight": "2.2", + "weapon_interface": "14", + "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", + "low_alchemy": "40000", + "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, + "high_alchemy": "60000", + "weight": "2.2", + "weapon_interface": "14", + "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", + "low_alchemy": "40000", + "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, + "high_alchemy": "60000", + "weight": "2.2", + "weapon_interface": "14", + "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", + "low_alchemy": "40000", + "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, + "high_alchemy": "60000", + "weight": "2.2", + "weapon_interface": "14", + "render_anim": "28", + "attack_audios": "1316,0,0,0", + "name": "Guthan's spear 25" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "1207", + "examine": "Guthan The Infested's Warspear.", + "walk_anim": "1205", + "low_alchemy": "40000", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "equipment_slot": "3", + "grand_exchange_price": "379500", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "4914", + "stand_turn_anim": "1209", + "requirements": "{0,70}", + "durability": null, + "high_alchemy": "60000", + "weight": "2.2", + "weapon_interface": "14", + "render_anim": "28", + "attack_audios": "1316,0,0,0", + "name": "Guthan's spear 0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "379500", + "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, + "low_alchemy": "112000", + "high_alchemy": "168000", + "weight": "9", + "absorb": "5,0,10", + "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, + "low_alchemy": "112000", + "high_alchemy": "168000", + "weight": "9", + "absorb": "5,0,10", + "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, + "low_alchemy": "112000", + "high_alchemy": "168000", + "weight": "9", + "absorb": "5,0,10", + "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, + "low_alchemy": "112000", + "high_alchemy": "168000", + "weight": "9", + "absorb": "5,0,10", + "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, + "low_alchemy": "112000", + "high_alchemy": "168000", + "weight": "9", + "absorb": "5,0,10", + "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", + "durability": null, + "name": "Guthan's body 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4921" + }, + { + "requirements": "{1,70}", + "examine": "Guthan the Infested's chainskirt.", + "durability": null, + "low_alchemy": "110000", + "high_alchemy": "165000", + "weight": "8", + "absorb": "3,0,7", + "equipment_slot": "7", + "grand_exchange_price": "224030", + "name": "Guthan's skirt 100", + "archery_ticket_price": "0", + "id": "4922", + "bonuses": "0,0,0,-14,-7,75,72,73,-4,82,30,0,0,0,0" + }, + { + "requirements": "{1,70}", + "examine": "Guthan the Infested's chainskirt.", + "durability": null, + "low_alchemy": "110000", + "high_alchemy": "165000", + "weight": "8", + "absorb": "3,0,7", + "equipment_slot": "7", + "grand_exchange_price": "224030", + "name": "Guthan's skirt 75", + "archery_ticket_price": "0", + "id": "4923", + "bonuses": "0,0,0,-14,-7,75,72,73,-4,82,30,0,0,0,0" + }, + { + "requirements": "{1,70}", + "examine": "Guthan the Infested's chainskirt.", + "durability": null, + "low_alchemy": "110000", + "high_alchemy": "165000", + "weight": "8", + "absorb": "3,0,7", + "equipment_slot": "7", + "grand_exchange_price": "224030", + "name": "Guthan's skirt 50", + "archery_ticket_price": "0", + "id": "4924", + "bonuses": "0,0,0,-14,-7,75,72,73,-4,82,30,0,0,0,0" + }, + { + "requirements": "{1,70}", + "examine": "Guthan the Infested's chainskirt.", + "durability": null, + "low_alchemy": "110000", + "high_alchemy": "165000", + "weight": "8", + "absorb": "3,0,7", + "equipment_slot": "7", + "grand_exchange_price": "224030", + "name": "Guthan's skirt 25", + "archery_ticket_price": "0", + "id": "4925", + "bonuses": "0,0,0,-14,-7,75,72,73,-4,82,30,0,0,0,0" + }, + { + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Guthan the Infested's chainskirt.", + "durability": null, + "low_alchemy": "110000", + "high_alchemy": "165000", + "weight": "8", + "absorb": "3,0,7", + "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", + "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, + "low_alchemy": "5200", + "high_alchemy": "7800", + "absorb": "0,5,2", + "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, + "low_alchemy": "5200", + "high_alchemy": "7800", + "absorb": "0,5,2", + "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, + "low_alchemy": "5200", + "high_alchemy": "7800", + "absorb": "0,5,2", + "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, + "low_alchemy": "5200", + "high_alchemy": "7800", + "absorb": "0,5,2", + "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, + "low_alchemy": "5200", + "high_alchemy": "7800", + "absorb": "0,5,2", + "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", + "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", + "low_alchemy": "64000", + "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, + "high_alchemy": "96000", + "weight": "2", + "weapon_interface": "17", + "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", + "low_alchemy": "64000", + "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, + "high_alchemy": "96000", + "weight": "2", + "weapon_interface": "17", + "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", + "low_alchemy": "64000", + "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, + "high_alchemy": "96000", + "weight": "2", + "weapon_interface": "17", + "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", + "low_alchemy": "64000", + "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, + "high_alchemy": "96000", + "weight": "2", + "weapon_interface": "17", + "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, + "low_alchemy": "64000", + "high_alchemy": "96000", + "weight": "2", + "turn90ccw_anim": "2076", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "17", + "turn180_anim": "2076", + "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", + "durability": null, + "name": "Karil's x-bow 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4939" + }, + { + "requirements": "{1,70}-{4,70}", + "examine": "Karil the Tainted's leatherbody.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "weight": "6", + "absorb": "0,10,5", + "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 leatherbody.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "weight": "6", + "absorb": "0,10,5", + "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 leatherbody.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "weight": "6", + "absorb": "0,10,5", + "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 leatherbody.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "weight": "6", + "absorb": "0,10,5", + "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 leatherbody.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "weight": "6", + "absorb": "0,10,5", + "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", + "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.", + "durability": null, + "low_alchemy": "18800", + "high_alchemy": "28200", + "weight": "2", + "absorb": "0,7,3", + "equipment_slot": "7", + "grand_exchange_price": "85135", + "name": "Karil's skirt 100", + "archery_ticket_price": "0", + "id": "4946", + "bonuses": "0,0,0,-10,17,26,20,28,35,33,30,0,0,0,0" + }, + { + "requirements": "{1,70}-{4,70}", + "examine": "Karil the Tainted's leather skirt.", + "durability": null, + "low_alchemy": "18800", + "high_alchemy": "28200", + "weight": "2", + "absorb": "0,7,3", + "equipment_slot": "7", + "grand_exchange_price": "85135", + "name": "Karil's skirt 75", + "archery_ticket_price": "0", + "id": "4947", + "bonuses": "0,0,0,-10,17,26,20,28,35,33,30,0,0,0,0" + }, + { + "requirements": "{1,70}-{4,70}", + "examine": "Karil the Tainted's leather skirt.", + "durability": null, + "low_alchemy": "18800", + "high_alchemy": "28200", + "weight": "2", + "absorb": "0,7,3", + "equipment_slot": "7", + "grand_exchange_price": "85135", + "name": "Karil's skirt 50", + "archery_ticket_price": "0", + "id": "4948", + "bonuses": "0,0,0,-10,17,26,20,28,35,33,30,0,0,0,0" + }, + { + "requirements": "{1,70}-{4,70}", + "examine": "Karil the Tainted's leather skirt.", + "durability": null, + "low_alchemy": "18800", + "high_alchemy": "28200", + "weight": "2", + "absorb": "0,7,3", + "equipment_slot": "7", + "grand_exchange_price": "85135", + "name": "Karil's skirt 25", + "archery_ticket_price": "0", + "id": "4949", + "bonuses": "0,0,0,-10,17,26,20,28,35,33,30,0,0,0,0" + }, + { + "requirements": "{1,70}-{4,70}", + "ge_buy_limit": "1", + "examine": "Karil the Tainted's leather skirt.", + "durability": null, + "low_alchemy": "18800", + "high_alchemy": "28200", + "weight": "2", + "absorb": "0,7,3", + "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", + "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, + "low_alchemy": "41200", + "high_alchemy": "61800", + "weight": "5", + "absorb": "2,0,5", + "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, + "low_alchemy": "41200", + "high_alchemy": "61800", + "weight": "5", + "absorb": "2,0,5", + "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, + "low_alchemy": "41200", + "high_alchemy": "61800", + "weight": "5", + "absorb": "2,0,5", + "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, + "low_alchemy": "41200", + "high_alchemy": "61800", + "weight": "5", + "absorb": "2,0,5", + "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, + "low_alchemy": "41200", + "high_alchemy": "61800", + "weight": "5", + "absorb": "2,0,5", + "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", + "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, + "low_alchemy": "64000", + "high_alchemy": "96000", + "weight": "3", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "10", + "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, + "low_alchemy": "64000", + "high_alchemy": "96000", + "weight": "3", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "10", + "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, + "low_alchemy": "64000", + "high_alchemy": "96000", + "weight": "3", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "10", + "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, + "low_alchemy": "64000", + "high_alchemy": "96000", + "weight": "3", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "10", + "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, + "low_alchemy": "64000", + "high_alchemy": "96000", + "weight": "3", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "10", + "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", + "durability": null, + "name": "Torag's hammer 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4963" + }, + { + "requirements": "{1,70}", + "examine": "Torag the Corrupted's plate body armour.", + "durability": null, + "low_alchemy": "112000", + "high_alchemy": "168000", + "weight": "9", + "absorb": "5,0,10", + "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 plate body armour.", + "durability": null, + "low_alchemy": "112000", + "high_alchemy": "168000", + "weight": "9", + "absorb": "5,0,10", + "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 plate body armour.", + "durability": null, + "low_alchemy": "112000", + "high_alchemy": "168000", + "weight": "9", + "absorb": "5,0,10", + "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 plate body armour.", + "durability": null, + "low_alchemy": "112000", + "high_alchemy": "168000", + "weight": "9", + "absorb": "5,0,10", + "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 plate body armour.", + "durability": null, + "low_alchemy": "112000", + "high_alchemy": "168000", + "weight": "9", + "absorb": "5,0,10", + "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", + "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.", + "durability": null, + "low_alchemy": "110000", + "high_alchemy": "165000", + "weight": "9", + "absorb": "3,0,7", + "equipment_slot": "7", + "grand_exchange_price": "384813", + "name": "Torag's legs 100", + "archery_ticket_price": "0", + "id": "4970", + "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0" + }, + { + "requirements": "{1,70}", + "examine": "Torag the Corrupted's plate leg armour.", + "durability": null, + "low_alchemy": "110000", + "high_alchemy": "165000", + "weight": "9", + "absorb": "3,0,7", + "equipment_slot": "7", + "grand_exchange_price": "384813", + "name": "Torag's legs 75", + "archery_ticket_price": "0", + "id": "4971", + "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0" + }, + { + "requirements": "{1,70}", + "examine": "Torag the Corrupted's plate leg armour.", + "durability": null, + "low_alchemy": "110000", + "high_alchemy": "165000", + "weight": "9", + "absorb": "3,0,7", + "equipment_slot": "7", + "grand_exchange_price": "384813", + "name": "Torag's legs 50", + "archery_ticket_price": "0", + "id": "4972", + "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0" + }, + { + "requirements": "{1,70}", + "examine": "Torag the Corrupted's plate leg armour.", + "durability": null, + "low_alchemy": "110000", + "high_alchemy": "165000", + "weight": "9", + "absorb": "3,0,7", + "equipment_slot": "7", + "grand_exchange_price": "384813", + "name": "Torag's legs 25", + "archery_ticket_price": "0", + "id": "4973", + "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0" + }, + { + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Torag the Corrupted's plate leg armour.", + "durability": null, + "low_alchemy": "110000", + "high_alchemy": "165000", + "weight": "9", + "absorb": "3,0,7", + "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", + "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, + "low_alchemy": "41200", + "high_alchemy": "61800", + "weight": "1", + "absorb": "2,0,5", + "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, + "low_alchemy": "41200", + "high_alchemy": "61800", + "weight": "1", + "absorb": "2,0,5", + "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, + "low_alchemy": "41200", + "high_alchemy": "61800", + "weight": "1", + "absorb": "2,0,5", + "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, + "low_alchemy": "41200", + "high_alchemy": "61800", + "weight": "1", + "absorb": "2,0,5", + "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, + "low_alchemy": "41200", + "high_alchemy": "61800", + "weight": "1", + "absorb": "2,0,5", + "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", + "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", + "low_alchemy": "64000", + "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, + "high_alchemy": "96000", + "weight": "2", + "weapon_interface": "8", + "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", + "low_alchemy": "64000", + "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, + "high_alchemy": "96000", + "weight": "2", + "weapon_interface": "8", + "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", + "low_alchemy": "64000", + "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, + "high_alchemy": "96000", + "weight": "2", + "weapon_interface": "8", + "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", + "low_alchemy": "64000", + "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, + "high_alchemy": "96000", + "weight": "2", + "weapon_interface": "8", + "render_anim": "1426", + "attack_audios": "1323,0,0,0", + "name": "Verac's flail 25" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "2060", + "examine": "Verac the Defiled's Flail.", + "walk_anim": "1830", + "low_alchemy": "64000", + "turn90ccw_anim": "2060", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "2060", + "equipment_slot": "3", + "grand_exchange_price": "95500", + "stand_anim": "1832", + "tradeable": "true", + "run_anim": "1831", + "archery_ticket_price": "0", + "id": "4986", + "stand_turn_anim": "823", + "requirements": "{0,70}", + "durability": null, + "high_alchemy": "96000", + "weight": "2", + "weapon_interface": "8", + "render_anim": "1426", + "attack_audios": "1323,0,0,0", + "name": "Verac's flail 0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "95500", + "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, + "low_alchemy": "112000", + "high_alchemy": "168000", + "weight": "5", + "absorb": "5,0,10", + "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, + "low_alchemy": "112000", + "high_alchemy": "168000", + "weight": "5", + "absorb": "5,0,10", + "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, + "low_alchemy": "112000", + "high_alchemy": "168000", + "weight": "5", + "absorb": "5,0,10", + "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, + "low_alchemy": "112000", + "high_alchemy": "168000", + "weight": "5", + "absorb": "5,0,10", + "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, + "low_alchemy": "112000", + "high_alchemy": "168000", + "weight": "5", + "absorb": "5,0,10", + "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", + "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.", + "durability": null, + "low_alchemy": "110000", + "high_alchemy": "165000", + "weight": "5", + "absorb": "3,0,7", + "equipment_slot": "7", + "grand_exchange_price": "297540", + "name": "Verac's skirt 100", + "archery_ticket_price": "0", + "id": "4994", + "bonuses": "0,0,0,-21,-7,85,82,83,0,84,30,0,4,0,0" + }, + { + "requirements": "{1,70}", + "examine": "Verac the Defiled's plate skirt.", + "durability": null, + "low_alchemy": "110000", + "high_alchemy": "165000", + "weight": "5", + "absorb": "3,0,7", + "equipment_slot": "7", + "grand_exchange_price": "297540", + "name": "Verac's skirt 75", + "archery_ticket_price": "0", + "id": "4995", + "bonuses": "0,0,0,-21,-7,85,82,83,0,84,30,0,4,0,0" + }, + { + "requirements": "{1,70}", + "examine": "Verac the Defiled's plate skirt.", + "durability": null, + "low_alchemy": "110000", + "high_alchemy": "165000", + "weight": "5", + "absorb": "3,0,7", + "equipment_slot": "7", + "grand_exchange_price": "297540", + "name": "Verac's skirt 50", + "archery_ticket_price": "0", + "id": "4996", + "bonuses": "0,0,0,-21,-7,85,82,83,0,84,30,0,4,0,0" + }, + { + "requirements": "{1,70}", + "examine": "Verac the Defiled's plate skirt.", + "durability": null, + "low_alchemy": "110000", + "high_alchemy": "165000", + "weight": "5", + "absorb": "3,0,7", + "equipment_slot": "7", + "grand_exchange_price": "297540", + "name": "Verac's skirt 25", + "archery_ticket_price": "0", + "id": "4997", + "bonuses": "0,0,0,-21,-7,85,82,83,0,84,30,0,4,0,0" + }, + { + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Verac the Defiled's plate skirt.", + "durability": null, + "low_alchemy": "110000", + "high_alchemy": "165000", + "weight": "5", + "absorb": "3,0,7", + "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", + "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", + "low_alchemy": "6", + "high_alchemy": "9", + "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", + "low_alchemy": "6", + "high_alchemy": "9", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "5003" + }, + { + "examine": "That's disgusting!", + "durability": null, + "name": "Frog spawn", + "low_alchemy": "2", + "high_alchemy": "3", + "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": "Unlit: A helmet with an unlit lamp on it. Lit: A helmet with a lamp on it.", + "durability": null, + "low_alchemy": "360", + "high_alchemy": "540", + "weight": "1", + "equipment_slot": "0", + "grand_exchange_price": "380", + "name": "Mining helmet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5013", + "bonuses": "0,0,0,-3,-1,4,5,3,-1,4,0,0,0,0,0" + }, + { + "requirements": "{11,65}", + "shop_price": "900", + "ge_buy_limit": "100", + "examine": "Unlit: A helmet with an unlit lamp on it. Lit: A helmet with a lamp on it.", + "durability": null, + "low_alchemy": "360", + "high_alchemy": "540", + "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", + "turn90cw_anim": "1207", + "examine": "Basic but brutal!", + "walk_anim": "1205", + "low_alchemy": "240", + "turn90ccw_anim": "1208", + "attack_speed": "6", + "two_handed": "true", + "turn180_anim": "1206", + "equipment_slot": "3", + "grand_exchange_price": "219", + "stand_anim": "813", + "tradeable": "true", + "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", + "shop_price": "600", + "durability": null, + "high_alchemy": "360", + "weight": "1.3", + "weapon_interface": "14", + "render_anim": "28", + "name": "Bone spear" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "219", + "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, + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "0.9", + "attack_speed": "6", + "weapon_interface": "10", + "equipment_slot": "3", + "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", + "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" + }, + { + "shop_price": "812", + "ge_buy_limit": "100", + "examine": "Blue top, very tiny.", + "durability": null, + "low_alchemy": "338", + "high_alchemy": "507", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "710", + "name": "Woven top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5024" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "710", + "durability": null, + "name": "Woven top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5025" + }, + { + "shop_price": "812", + "ge_buy_limit": "100", + "examine": "Blue top, very tiny.", + "durability": null, + "low_alchemy": "338", + "high_alchemy": "507", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "908", + "name": "Woven top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5026" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "908", + "durability": null, + "name": "Woven top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5027" + }, + { + "shop_price": "812", + "ge_buy_limit": "100", + "examine": "Blue top, very tiny.", + "durability": null, + "low_alchemy": "338", + "high_alchemy": "507", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "1357", + "name": "Woven top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5028" + }, + { + "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", + "durability": null, + "name": "Shirt", + "archery_ticket_price": "0", + "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", + "durability": null, + "name": "Shirt", + "archery_ticket_price": "0", + "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", + "durability": null, + "name": "Shirt", + "archery_ticket_price": "0", + "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", + "durability": null, + "name": "Trousers", + "archery_ticket_price": "0", + "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", + "durability": null, + "name": "Trousers", + "archery_ticket_price": "0", + "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", + "durability": null, + "name": "Trousers", + "archery_ticket_price": "0", + "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", + "durability": null, + "name": "Shorts", + "archery_ticket_price": "0", + "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", + "durability": null, + "name": "Shorts", + "archery_ticket_price": "0", + "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", + "durability": null, + "name": "Shorts", + "archery_ticket_price": "0", + "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": "2", + "grand_exchange_price": "681", + "durability": null, + "name": "Skirt", + "archery_ticket_price": "0", + "id": "5048", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "681", + "durability": null, + "name": "Skirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5049" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1151", + "durability": null, + "name": "Skirt", + "archery_ticket_price": "0", + "id": "5050", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1151", + "durability": null, + "name": "Skirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5051" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "803", + "durability": null, + "name": "Skirt", + "archery_ticket_price": "0", + "id": "5052", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "2", + "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", + "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", + "equipment_slot": "3" + }, + { + "examine": "This looks very rusty and worn;", + "durability": null, + "name": "Dwarven battleaxe", + "archery_ticket_price": "0", + "id": "5061", + "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", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "5070" + }, + { + "examine": "Full: ", + "durability": null, + "name": "Bird's nest", + "tradeable": "false", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "5071" + }, + { + "examine": "Full: ", + "durability": null, + "name": "Bird's nest", + "tradeable": "false", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "5072" + }, + { + "examine": "Full: ", + "durability": null, + "name": "Bird's nest", + "tradeable": "false", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "5073" + }, + { + "examine": "Full: ", + "durability": null, + "name": "Bird's nest", + "tradeable": "false", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "5074" + }, + { + "examine": "Full: ", + "durability": null, + "name": "Bird's nest", + "tradeable": "false", + "high_alchemy": "1", + "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", + "low_alchemy": "4", + "high_alchemy": "7", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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": "See article", + "grand_exchange_price": "298", + "durability": null, + "name": "Watering can", + "low_alchemy": "3", + "high_alchemy": "4", + "archery_ticket_price": "0", + "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": "See article", + "grand_exchange_price": "206", + "durability": null, + "name": "Watering can(1)", + "low_alchemy": "3", + "high_alchemy": "4", + "archery_ticket_price": "0", + "id": "5333" + }, + { + "shop_price": "8", + "examine": "See article", + "grand_exchange_price": "206", + "durability": null, + "name": "Watering can(2)", + "low_alchemy": "3", + "high_alchemy": "4", + "archery_ticket_price": "0", + "id": "5334" + }, + { + "shop_price": "8", + "examine": "See article", + "grand_exchange_price": "206", + "durability": null, + "name": "Watering can(3)", + "low_alchemy": "3", + "high_alchemy": "4", + "archery_ticket_price": "0", + "id": "5335" + }, + { + "shop_price": "8", + "examine": "See article", + "grand_exchange_price": "206", + "durability": null, + "name": "Watering can(4)", + "low_alchemy": "3", + "high_alchemy": "4", + "archery_ticket_price": "0", + "id": "5336" + }, + { + "shop_price": "8", + "examine": "See article", + "grand_exchange_price": "206", + "durability": null, + "name": "Watering can(5)", + "low_alchemy": "3", + "high_alchemy": "4", + "archery_ticket_price": "0", + "id": "5337" + }, + { + "shop_price": "8", + "examine": "See article", + "grand_exchange_price": "206", + "durability": null, + "name": "Watering can(6)", + "low_alchemy": "3", + "high_alchemy": "4", + "archery_ticket_price": "0", + "id": "5338" + }, + { + "shop_price": "8", + "examine": "See article", + "grand_exchange_price": "206", + "durability": null, + "name": "Watering can(7)", + "low_alchemy": "3", + "high_alchemy": "4", + "archery_ticket_price": "0", + "id": "5339" + }, + { + "shop_price": "8", + "examine": "See article", + "grand_exchange_price": "206", + "durability": null, + "name": "Watering can(8)", + "low_alchemy": "3", + "high_alchemy": "4", + "archery_ticket_price": "0", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "10", + "high_alchemy": "15", + "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": "A plant pot filled with soil.", + "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 and watered in this plant pot.", + "durability": null, + "name": "Oak seedling", + "archery_ticket_price": "0", + "id": "5358" + }, + { + "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": "5359" + }, + { + "examine": "A maple tree has been sown (and watered) in this plant pot.", + "durability": null, + "name": "Maple seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5360" + }, + { + "examine": "A yew seed has been sown in the plant pot", + "durability": null, + "name": "Yew seedling", + "high_alchemy": "1", + "weight": "1", + "archery_ticket_price": "0", + "id": "5361" + }, + { + "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": "5362" + }, + { + "examine": "A spirit seedling is growing in this pot. It has been sown and watered.", + "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 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 seed has been sown in the plant pot", + "durability": null, + "name": "Yew seedling", + "high_alchemy": "1", + "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 seedling is growing in this pot. It has been sown and watered.", + "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", + "low_alchemy": "28", + "high_alchemy": "42", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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 are <number of potatoes> 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 <number of 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 <number of 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 <number of 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 <number of 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 <number of 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 <number of 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 <number of 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 <number of 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 <number of 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 are <number of cabbages> 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 <number of 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 <number of 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 <number of 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 <number of 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 <number of 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 <number of 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 <number of 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 <number of 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 <number of 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 has been sown (and watered) 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 and watered 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 (and watered)in this plant pot.", + "durability": null, + "name": "Orange seedling", + "archery_ticket_price": "0", + "id": "5482" + }, + { + "examine": "A curry seed has been sown and watered in this plant pot.", + "durability": null, + "name": "Curry seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5483" + }, + { + "examine": "A pineapple tree has been sown (and watered) in this plant pot.", + "durability": null, + "name": "Pineapple seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5484" + }, + { + "examine": "This needs watering before it will grow.", + "durability": null, + "name": "Papaya seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5485" + }, + { + "examine": "This sapling is ready to be replanted in a fruit tree patch.", + "durability": null, + "name": "Palm seedling", + "weight": "0.66", + "archery_ticket_price": "0", + "id": "5486" + }, + { + "examine": "A calquat tree has been sown (and watered) in this plant pot.", + "durability": null, + "name": "Calquat seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5487" + }, + { + "examine": "An apple tree 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 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 tree has been sown (and watered) in this plant pot.", + "durability": null, + "name": "Pineapple seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5492" + }, + { + "examine": "This needs watering before it will grow.", + "durability": null, + "name": "Papaya seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5493" + }, + { + "examine": "This sapling is ready to be replanted in a fruit tree patch.", + "durability": null, + "name": "Palm seedling", + "weight": "0.66", + "archery_ticket_price": "0", + "id": "5494" + }, + { + "examine": "A calquat tree 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", + "low_alchemy": "7", + "high_alchemy": "10", + "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", + "low_alchemy": "120", + "high_alchemy": "180", + "weight": "1", + "archery_ticket_price": "0", + "id": "5510" + }, + { + "examine": "A medium-sized pouch used for storing essence.", + "durability": null, + "name": "Medium pouch", + "low_alchemy": "120", + "high_alchemy": "180", + "weight": "1", + "archery_ticket_price": "0", + "id": "5511" + }, + { + "shop_price": "25000", + "examine": "A large pouch used for storing essence.", + "durability": null, + "name": "Large pouch", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "1", + "archery_ticket_price": "0", + "id": "5512" + }, + { + "shop_price": "25000", + "examine": "A large pouch used for storing essence.", + "durability": null, + "name": "Large pouch", + "low_alchemy": "240", + "high_alchemy": "360", + "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", + "low_alchemy": "480", + "high_alchemy": "720", + "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", + "low_alchemy": "480", + "high_alchemy": "720", + "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", + "low_alchemy": "200", + "high_alchemy": "300", + "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": "When empty:", + "durability": null, + "name": "Scrying orb", + "weight": "1", + "archery_ticket_price": "0", + "id": "5518" + }, + { + "examine": "When empty:", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "570", + "high_alchemy": "855", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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" + }, + { + "requirements": "", + "ge_buy_limit": "100", + "examine": "A tiara infused with the properties of the mind.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "1", + "equipment_slot": "0", + "grand_exchange_price": "10", + "name": "Mind tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5529" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "10", + "durability": null, + "name": "Mind tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5530" + }, + { + "requirements": "", + "ge_buy_limit": "100", + "examine": "A tiara infused with the properties of water.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "1", + "equipment_slot": "0", + "grand_exchange_price": "1351", + "name": "Water tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5531" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1351", + "durability": null, + "name": "Water tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5532" + }, + { + "requirements": "", + "ge_buy_limit": "100", + "examine": "A tiara infused with the properties of the body.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "1", + "equipment_slot": "0", + "grand_exchange_price": "5", + "name": "Body tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5533" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5", + "durability": null, + "name": "Body tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5534" + }, + { + "requirements": "", + "ge_buy_limit": "100", + "examine": "A tiara infused with the properties of the earth.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "1", + "equipment_slot": "0", + "grand_exchange_price": "4", + "name": "Earth tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5535" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4", + "durability": null, + "name": "Earth tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5536" + }, + { + "requirements": "", + "ge_buy_limit": "100", + "examine": "A tiara infused with the properties of fire.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "1", + "equipment_slot": "0", + "grand_exchange_price": "8", + "name": "Fire tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5537" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8", + "durability": null, + "name": "Fire tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5538" + }, + { + "requirements": "", + "ge_buy_limit": "100", + "examine": "A tiara infused with the properties of the cosmos.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "1", + "equipment_slot": "0", + "grand_exchange_price": "8", + "name": "Cosmic tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5539" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8", + "durability": null, + "name": "Cosmic tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5540" + }, + { + "requirements": "", + "ge_buy_limit": "100", + "examine": "A tiara infused with the properties of nature.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "1", + "equipment_slot": "0", + "grand_exchange_price": "10", + "name": "Nature tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5541" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "10", + "durability": null, + "name": "Nature tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5542" + }, + { + "requirements": "", + "ge_buy_limit": "100", + "examine": "A tiara infused with the properties of chaos.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "1", + "equipment_slot": "0", + "grand_exchange_price": "10", + "name": "Chaos tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5543" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "10", + "durability": null, + "name": "Chaos tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5544" + }, + { + "requirements": "", + "ge_buy_limit": "100", + "examine": "A tiara infused with the properties of law.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "1", + "equipment_slot": "0", + "grand_exchange_price": "11", + "name": "Law tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5545" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "11", + "durability": null, + "name": "Law tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5546" + }, + { + "requirements": "", + "ge_buy_limit": "100", + "examine": "A tiara infused with the properties of death.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "1", + "equipment_slot": "0", + "grand_exchange_price": "65", + "name": "Death tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5547" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "65", + "durability": null, + "name": "Death tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5548" + }, + { + "requirements": "", + "ge_buy_limit": "100", + "examine": "A tiara infused with the properties of Blood.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "1", + "equipment_slot": "0", + "grand_exchange_price": "1058", + "name": "Blood tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5549" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1058", + "durability": null, + "name": "Blood tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5550" + }, + { + "durability": null, + "name": "Soul tiara", + "archery_ticket_price": "0", + "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", + "low_alchemy": "250", + "high_alchemy": "375", + "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", + "low_alchemy": "150", + "high_alchemy": "225", + "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", + "low_alchemy": "200", + "high_alchemy": "300", + "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", + "low_alchemy": "100", + "high_alchemy": "150", + "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", + "low_alchemy": "100", + "high_alchemy": "150", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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, + "low_alchemy": "2400", + "high_alchemy": "3600", + "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, + "low_alchemy": "4000", + "high_alchemy": "6000", + "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, + "low_alchemy": "3200", + "high_alchemy": "4800", + "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": "It's a metal spade without a handle.", + "durability": null, + "name": "Metal spade", + "weight": "2.5", + "archery_ticket_price": "0", + "id": "5586" + }, + { + "examine": "It's a metal spade without a handle.", + "durability": null, + "name": "Metal spade", + "weight": "2.5", + "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": "6", + "examine": "This needs refining.", + "grand_exchange_price": "42", + "durability": null, + "name": "Tin", + "tradeable": "true", + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "2.25", + "archery_ticket_price": "0", + "id": "5592" + }, + { + "shop_price": "6", + "examine": "This needs refining.", + "grand_exchange_price": "42", + "durability": null, + "name": "Tin", + "tradeable": "true", + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "2.25", + "archery_ticket_price": "0", + "id": "5593" + }, + { + "shop_price": "6", + "examine": "This needs refining.", + "grand_exchange_price": "42", + "durability": null, + "name": "Tin", + "tradeable": "true", + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "2.25", + "archery_ticket_price": "0", + "id": "5594" + }, + { + "shop_price": "6", + "examine": "This needs refining.", + "grand_exchange_price": "42", + "durability": null, + "name": "Tin", + "tradeable": "true", + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "2.25", + "archery_ticket_price": "0", + "id": "5595" + }, + { + "shop_price": "6", + "examine": "This needs refining.", + "grand_exchange_price": "42", + "durability": null, + "name": "Tin", + "tradeable": "true", + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "2.25", + "archery_ticket_price": "0", + "id": "5596" + }, + { + "shop_price": "6", + "examine": "This needs refining.", + "grand_exchange_price": "42", + "durability": null, + "name": "Tin", + "tradeable": "true", + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "2.25", + "archery_ticket_price": "0", + "id": "5597" + }, + { + "shop_price": "6", + "examine": "This needs refining.", + "grand_exchange_price": "42", + "durability": null, + "name": "Tin", + "tradeable": "true", + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "2.25", + "archery_ticket_price": "0", + "id": "5598" + }, + { + "shop_price": "6", + "examine": "This needs refining.", + "grand_exchange_price": "42", + "durability": null, + "name": "Tin", + "tradeable": "true", + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "2.25", + "archery_ticket_price": "0", + "id": "5599" + }, + { + "shop_price": "6", + "examine": "This needs refining.", + "grand_exchange_price": "42", + "durability": null, + "name": "Tin", + "tradeable": "true", + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "2.25", + "archery_ticket_price": "0", + "id": "5600" + }, + { + "shop_price": "14", + "examine": "Good for detailed crafting.", + "grand_exchange_price": "33", + "durability": null, + "name": "Chisel", + "tradeable": "true", + "low_alchemy": "5", + "high_alchemy": "8", + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "archery_ticket_price": "0", + "id": "5602" + }, + { + "shop_price": "1", + "examine": "For shearing sheep.", + "grand_exchange_price": "41", + "durability": null, + "name": "Shears", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "5603" + }, + { + "examine": "A very attractive magnet.", + "durability": null, + "name": "Magnet", + "low_alchemy": "1", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "5604" + }, + { + "shop_price": "25", + "examine": "A dangerous looking knife.", + "grand_exchange_price": "102", + "durability": null, + "name": "Knife", + "tradeable": "true", + "low_alchemy": "10", + "high_alchemy": "15", + "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", + "high_alchemy": "1", + "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 [type of 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.", + "durability": null, + "low_alchemy": "2", + "high_alchemy": "4", + "equipment_slot": "13", + "grand_exchange_price": "127", + "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" + }, + { + "shop_price": "20", + "ge_buy_limit": "10000", + "examine": "Arrows with iron heads.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "equipment_slot": "13", + "grand_exchange_price": "138", + "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" + }, + { + "requirements": "{4,5}", + "shop_price": "46", + "ge_buy_limit": "10000", + "examine": "Arrows with steel heads.", + "durability": null, + "low_alchemy": "18", + "high_alchemy": "27", + "equipment_slot": "13", + "grand_exchange_price": "159", + "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" + }, + { + "requirements": "{4,20}", + "shop_price": "76", + "ge_buy_limit": "10000", + "examine": "Arrows with mithril heads.", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "45", + "equipment_slot": "13", + "grand_exchange_price": "176", + "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" + }, + { + "requirements": "{4,30}", + "shop_price": "172", + "ge_buy_limit": "10000", + "examine": "Arrows with adamantite heads.", + "durability": null, + "low_alchemy": "68", + "high_alchemy": "103", + "equipment_slot": "13", + "grand_exchange_price": "211", + "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" + }, + { + "requirements": "{4,40}", + "shop_price": "510", + "ge_buy_limit": "10000", + "examine": "Arrows with rune heads.", + "durability": null, + "low_alchemy": "204", + "high_alchemy": "306", + "equipment_slot": "13", + "grand_exchange_price": "415", + "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" + }, + { + "shop_price": "7", + "ge_buy_limit": "10000", + "examine": "Arrows with bronze heads.", + "durability": null, + "low_alchemy": "2", + "high_alchemy": "4", + "equipment_slot": "13", + "grand_exchange_price": "1076", + "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" + }, + { + "shop_price": "20", + "ge_buy_limit": "10000", + "examine": "Arrows with iron heads.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "equipment_slot": "13", + "grand_exchange_price": "1037", + "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" + }, + { + "requirements": "{4,5}", + "shop_price": "46", + "ge_buy_limit": "10000", + "examine": "Arrows with steel heads.", + "durability": null, + "low_alchemy": "18", + "high_alchemy": "27", + "equipment_slot": "13", + "grand_exchange_price": "1038", + "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" + }, + { + "requirements": "{4,20}", + "shop_price": "76", + "ge_buy_limit": "10000", + "examine": "Arrows with mithril heads.", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "45", + "equipment_slot": "13", + "grand_exchange_price": "718", + "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" + }, + { + "requirements": "{4,30}", + "shop_price": "172", + "ge_buy_limit": "10000", + "examine": "Arrows with adamantite heads.", + "durability": null, + "low_alchemy": "68", + "high_alchemy": "103", + "equipment_slot": "13", + "grand_exchange_price": "101", + "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" + }, + { + "requirements": "{4,40}", + "shop_price": "510", + "ge_buy_limit": "10000", + "examine": "Arrows with rune heads.", + "durability": null, + "low_alchemy": "204", + "high_alchemy": "306", + "equipment_slot": "13", + "grand_exchange_price": "1300", + "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" + }, + { + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a bronze tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "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, + "high_alchemy": "1", + "attack_speed": "3", + "weapon_interface": "18", + "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, + "low_alchemy": "4", + "high_alchemy": "6", + "attack_speed": "3", + "weapon_interface": "18", + "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", + "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, + "low_alchemy": "10", + "high_alchemy": "15", + "attack_speed": "3", + "weapon_interface": "18", + "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, + "low_alchemy": "26", + "high_alchemy": "39", + "attack_speed": "3", + "weapon_interface": "18", + "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, + "low_alchemy": "140", + "high_alchemy": "210", + "attack_speed": "3", + "weapon_interface": "18", + "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", + "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, + "high_alchemy": "1", + "attack_speed": "3", + "weapon_interface": "18", + "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, + "low_alchemy": "4", + "high_alchemy": "6", + "attack_speed": "3", + "weapon_interface": "18", + "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", + "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, + "low_alchemy": "10", + "high_alchemy": "15", + "attack_speed": "3", + "weapon_interface": "18", + "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, + "low_alchemy": "26", + "high_alchemy": "39", + "attack_speed": "3", + "weapon_interface": "18", + "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, + "low_alchemy": "140", + "high_alchemy": "210", + "attack_speed": "3", + "weapon_interface": "18", + "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, + "low_alchemy": "2", + "high_alchemy": "3", + "attack_speed": "6", + "weapon_interface": "18", + "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, + "low_alchemy": "3", + "high_alchemy": "4", + "attack_speed": "6", + "weapon_interface": "18", + "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, + "low_alchemy": "14", + "high_alchemy": "22", + "attack_speed": "6", + "weapon_interface": "18", + "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, + "low_alchemy": "39", + "high_alchemy": "58", + "attack_speed": "6", + "weapon_interface": "18", + "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" + }, + { + "attack_anims": "806,806,806,806", + "requirements": "{4,30}", + "ge_buy_limit": "100", + "grand_exchange_price": "179", + "durability": null, + "name": "Adamant javelin(p+)", + "archery_ticket_price": "0", + "id": "5646", + "weapon_interface": "18", + "bonuses": "0,0,0,0,24,0,0,0,0,0,0,0,0,0,28", + "defence_anim": "424", + "equipment_slot": "3" + }, + { + "shop_price": "624", + "ge_buy_limit": "1000", + "examine": "A rune tipped javelin.", + "durability": null, + "low_alchemy": "249", + "high_alchemy": "374", + "attack_speed": "6", + "weapon_interface": "18", + "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, + "low_alchemy": "2", + "high_alchemy": "3", + "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, + "low_alchemy": "3", + "high_alchemy": "4", + "attack_speed": "6", + "weapon_interface": "18", + "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, + "low_alchemy": "14", + "high_alchemy": "22", + "attack_speed": "6", + "weapon_interface": "18", + "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, + "low_alchemy": "39", + "high_alchemy": "58", + "attack_speed": "6", + "weapon_interface": "18", + "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" + }, + { + "attack_anims": "806,806,806,806", + "requirements": "{4,30}", + "ge_buy_limit": "100", + "grand_exchange_price": "1514", + "durability": null, + "name": "Adamant javelin(p++)", + "archery_ticket_price": "0", + "id": "5652", + "weapon_interface": "18", + "bonuses": "0,0,0,0,24,0,0,0,0,0,0,0,0,0,28", + "defence_anim": "424", + "equipment_slot": "3" + }, + { + "requirements": "{4,40}", + "shop_price": "624", + "ge_buy_limit": "1000", + "examine": "A rune tipped javelin.", + "durability": null, + "low_alchemy": "249", + "high_alchemy": "374", + "attack_speed": "6", + "weapon_interface": "18", + "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, + "low_alchemy": "5", + "high_alchemy": "8", + "attack_speed": "3", + "weapon_interface": "18", + "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, + "low_alchemy": "23", + "high_alchemy": "34", + "attack_speed": "3", + "weapon_interface": "18", + "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, + "low_alchemy": "27", + "high_alchemy": "40", + "attack_speed": "3", + "weapon_interface": "18", + "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, + "low_alchemy": "10", + "high_alchemy": "16", + "attack_speed": "3", + "weapon_interface": "18", + "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, + "low_alchemy": "7", + "high_alchemy": "11", + "attack_speed": "3", + "weapon_interface": "18", + "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, + "low_alchemy": "26", + "high_alchemy": "40", + "attack_speed": "3", + "weapon_interface": "18", + "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, + "low_alchemy": "66", + "high_alchemy": "100", + "attack_speed": "3", + "weapon_interface": "18", + "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, + "low_alchemy": "5", + "high_alchemy": "8", + "attack_speed": "3", + "weapon_interface": "18", + "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, + "low_alchemy": "23", + "high_alchemy": "34", + "attack_speed": "3", + "weapon_interface": "18", + "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, + "low_alchemy": "27", + "high_alchemy": "40", + "attack_speed": "3", + "weapon_interface": "18", + "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, + "low_alchemy": "10", + "high_alchemy": "16", + "attack_speed": "3", + "weapon_interface": "18", + "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, + "low_alchemy": "7", + "high_alchemy": "11", + "attack_speed": "3", + "weapon_interface": "18", + "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", + "durability": null, + "weapon_interface": "18", + "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++)", + "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, + "low_alchemy": "66", + "high_alchemy": "100", + "attack_speed": "3", + "weapon_interface": "18", + "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, + "low_alchemy": "14", + "high_alchemy": "21", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "render_anim": "2584", + "equipment_slot": "3", + "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, + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "render_anim": "2584", + "equipment_slot": "3", + "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, + "low_alchemy": "50", + "high_alchemy": "75", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "render_anim": "2584", + "equipment_slot": "3", + "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, + "low_alchemy": "130", + "high_alchemy": "195", + "weight": "0.3", + "attack_speed": "4", + "weapon_interface": "5", + "render_anim": "2584", + "equipment_slot": "3", + "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", + "grand_exchange_price": "800", + "attack_audios": "2517,2517,2500,2517", + "durability": null, + "name": "Adamant dagger(p+)", + "archery_ticket_price": "0", + "id": "5676", + "weapon_interface": "5", + "bonuses": "15,8,-4,1,0,0,0,0,1,0,0,14,0,0,0", + "render_anim": "2584", + "equipment_slot": "3" + }, + { + "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, + "low_alchemy": "3200", + "high_alchemy": "4800", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "render_anim": "2584", + "equipment_slot": "3", + "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, + "low_alchemy": "12000", + "high_alchemy": "18000", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "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, + "low_alchemy": "96", + "high_alchemy": "144", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "render_anim": "2584", + "equipment_slot": "3", + "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", + "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, + "low_alchemy": "14", + "high_alchemy": "21", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "render_anim": "2584", + "equipment_slot": "3", + "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, + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "render_anim": "2584", + "equipment_slot": "3", + "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, + "low_alchemy": "50", + "high_alchemy": "75", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "render_anim": "2584", + "equipment_slot": "3", + "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, + "low_alchemy": "130", + "high_alchemy": "195", + "weight": "0.3", + "attack_speed": "4", + "weapon_interface": "5", + "render_anim": "2584", + "equipment_slot": "3", + "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", + "grand_exchange_price": "4612", + "attack_audios": "2517,2517,2500,2517", + "durability": null, + "name": "Adamant dagger(p++)", + "archery_ticket_price": "0", + "id": "5694", + "weapon_interface": "5", + "bonuses": "15,8,-4,1,0,0,0,0,1,0,0,14,0,0,0", + "render_anim": "2584", + "equipment_slot": "3" + }, + { + "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, + "low_alchemy": "3200", + "high_alchemy": "4800", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "render_anim": "2584", + "equipment_slot": "3", + "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, + "low_alchemy": "12000", + "high_alchemy": "18000", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "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, + "low_alchemy": "96", + "high_alchemy": "144", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "render_anim": "2584", + "equipment_slot": "3", + "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", + "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, + "low_alchemy": "10", + "high_alchemy": "15", + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "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, + "low_alchemy": "36", + "high_alchemy": "54", + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "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" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A steel tipped spear.", + "walk_anim": "1205", + "low_alchemy": "130", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "equipment_slot": "3", + "grand_exchange_price": "596", + "stand_anim": "813", + "tradeable": "true", + "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", + "requirements": "{0,5}", + "durability": null, + "high_alchemy": "195", + "weight": "2.2", + "weapon_interface": "14", + "render_anim": "28", + "name": "Steel spear(p+)" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "596", + "durability": null, + "name": "Steel spear(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5709" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A mithril tipped spear.", + "walk_anim": "1205", + "low_alchemy": "338", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "equipment_slot": "3", + "grand_exchange_price": "802", + "stand_anim": "813", + "tradeable": "true", + "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", + "requirements": "{0,20}", + "durability": null, + "high_alchemy": "507", + "weight": "1.8", + "weapon_interface": "14", + "render_anim": "28", + "name": "Mithril spear(p+)" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "802", + "durability": null, + "name": "Mithril spear(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5711" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "An adamant tipped spear.", + "walk_anim": "1205", + "low_alchemy": "832", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "equipment_slot": "3", + "grand_exchange_price": "1394", + "stand_anim": "813", + "tradeable": "true", + "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", + "requirements": "{0,30}", + "durability": null, + "high_alchemy": "1248", + "weight": "2", + "weapon_interface": "14", + "render_anim": "28", + "name": "Adamant spear(p+)" + }, + { + "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", + "low_alchemy": "8320", + "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, + "high_alchemy": "12480", + "weight": "2.2", + "weapon_interface": "14", + "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", + "low_alchemy": "24960", + "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, + "high_alchemy": "37440", + "weight": "2", + "weapon_interface": "14", + "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, + "low_alchemy": "10", + "high_alchemy": "15", + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "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, + "low_alchemy": "36", + "high_alchemy": "54", + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "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" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A steel tipped spear.", + "walk_anim": "1205", + "low_alchemy": "130", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "equipment_slot": "3", + "grand_exchange_price": "8336", + "stand_anim": "813", + "tradeable": "true", + "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", + "requirements": "{0,5}", + "durability": null, + "high_alchemy": "195", + "weight": "2.2", + "weapon_interface": "14", + "render_anim": "28", + "name": "Steel spear(p++)" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8336", + "durability": null, + "name": "Steel spear(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5723" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A mithril tipped spear.", + "walk_anim": "1205", + "low_alchemy": "338", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "equipment_slot": "3", + "grand_exchange_price": "7035", + "stand_anim": "813", + "tradeable": "true", + "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", + "requirements": "{0,20}", + "durability": null, + "high_alchemy": "507", + "weight": "1.8", + "weapon_interface": "14", + "render_anim": "28", + "name": "Mithril spear(p++)" + }, + { + "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", + "walk_anim": "1205", + "durability": null, + "turn90ccw_anim": "1208", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "7530", + "stand_anim": "813", + "name": "Adamant spear(p++)", + "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", + "low_alchemy": "8320", + "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, + "high_alchemy": "12480", + "weight": "2.2", + "weapon_interface": "14", + "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", + "low_alchemy": "24960", + "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, + "high_alchemy": "37440", + "weight": "2", + "weapon_interface": "14", + "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" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A black tipped spear.", + "walk_anim": "1205", + "low_alchemy": "260", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "equipment_slot": "3", + "grand_exchange_price": "3351", + "stand_anim": "813", + "tradeable": "true", + "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", + "requirements": "{0,10}", + "durability": null, + "high_alchemy": "390", + "weight": "2.2", + "weapon_interface": "14", + "render_anim": "28", + "name": "Black spear(p+)" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3351", + "durability": null, + "name": "Black spear(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5735" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A black tipped spear.", + "walk_anim": "1205", + "low_alchemy": "260", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "equipment_slot": "3", + "grand_exchange_price": "9065", + "stand_anim": "813", + "tradeable": "true", + "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", + "requirements": "{0,10}", + "durability": null, + "high_alchemy": "390", + "weight": "2.2", + "weapon_interface": "14", + "render_anim": "28", + "name": "Black spear(p++)" + }, + { + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "10", + "high_alchemy": "15", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "115", + "high_alchemy": "172", + "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", + "low_alchemy": "172", + "high_alchemy": "259", + "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", + "low_alchemy": "144", + "high_alchemy": "216", + "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", + "low_alchemy": "144", + "high_alchemy": "216", + "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", + "low_alchemy": "144", + "high_alchemy": "216", + "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", + "low_alchemy": "144", + "high_alchemy": "216", + "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", + "low_alchemy": "115", + "high_alchemy": "172", + "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", + "low_alchemy": "115", + "high_alchemy": "172", + "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", + "low_alchemy": "115", + "high_alchemy": "172", + "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", + "low_alchemy": "115", + "high_alchemy": "172", + "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", + "low_alchemy": "7", + "high_alchemy": "11", + "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", + "low_alchemy": "25", + "high_alchemy": "38", + "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", + "low_alchemy": "34", + "high_alchemy": "52", + "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", + "low_alchemy": "34", + "high_alchemy": "52", + "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", + "low_alchemy": "21", + "high_alchemy": "32", + "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", + "low_alchemy": "19", + "high_alchemy": "28", + "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", + "low_alchemy": "6", + "high_alchemy": "9", + "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", + "low_alchemy": "3", + "high_alchemy": "5", + "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", + "low_alchemy": "3", + "high_alchemy": "5", + "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", + "low_alchemy": "5", + "high_alchemy": "7", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "4", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "durability": null, + "name": "Mushroom", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "26", + "high_alchemy": "39", + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "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", + "low_alchemy": "34", + "high_alchemy": "51", + "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", + "low_alchemy": "16", + "high_alchemy": "24", + "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", + "high_alchemy": "1", + "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.", + "durability": null, + "low_alchemy": "1", + "high_alchemy": "1", + "equipment_slot": "13", + "grand_exchange_price": "134", + "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" + }, + { + "shop_price": "3", + "ge_buy_limit": "10000", + "examine": "Bronze crossbow bolts.", + "durability": null, + "low_alchemy": "1", + "high_alchemy": "1", + "equipment_slot": "13", + "grand_exchange_price": "1162", + "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" + }, + { + "examine": "How do I wash blood stains out?", + "durability": null, + "name": "Bloody mourner top", + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "2.72", + "archery_ticket_price": "0", + "id": "6064" + }, + { + "remove_sleeves": "true", + "examine": "A thick heavy leather top.", + "durability": null, + "name": "Mourner top", + "low_alchemy": "60", + "high_alchemy": "90", + "archery_ticket_price": "0", + "id": "6065", + "equipment_slot": "4" + }, + { + "examine": "Damaged: These are in need of a good tailor.Repaired: A pair of mourner trousers.", + "durability": null, + "name": "Mourner trousers", + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "2.25", + "archery_ticket_price": "0", + "id": "6066" + }, + { + "examine": "Damaged: These are in need of a good tailor.Repaired: A pair of mourner trousers.", + "durability": null, + "name": "Mourner trousers", + "low_alchemy": "8", + "high_alchemy": "12", + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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, + "low_alchemy": "60", + "high_alchemy": "90", + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "archery_ticket_price": "0", + "id": "6085" + }, + { + "examine": "A large pair of ogre bellows filled with blue dye.", + "durability": null, + "name": "Blue dye bellows", + "low_alchemy": "8", + "high_alchemy": "12", + "archery_ticket_price": "0", + "id": "6086" + }, + { + "examine": "A large pair of ogre bellows filled with yellow dye.", + "durability": null, + "name": "Yellow dye bellows", + "low_alchemy": "8", + "high_alchemy": "12", + "archery_ticket_price": "0", + "id": "6087" + }, + { + "examine": "A large pair of ogre bellows filled with green dye.", + "durability": null, + "name": "Green dye bellows", + "low_alchemy": "8", + "high_alchemy": "12", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "6097" + }, + { + "examine": "A pile of toxic powder.", + "durability": null, + "name": "Toxic powder", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "120", + "high_alchemy": "180", + "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", + "low_alchemy": "120", + "high_alchemy": "180", + "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", + "low_alchemy": "120", + "high_alchemy": "180", + "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", + "low_alchemy": "100", + "high_alchemy": "150", + "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", + "low_alchemy": "1", + "tradeable": "false", + "high_alchemy": "2", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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. A musical intrument that I can magically play.", + "durability": null, + "name": "Enchanted lyre(2)", + "low_alchemy": "400", + "high_alchemy": "600", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "6125", + "equipment_slot": "3" + }, + { + "examine": "This will teleport me to Rellekka when I play it. A musical intrument that I can magically play.", + "durability": null, + "name": "Enchanted lyre(3)", + "low_alchemy": "400", + "high_alchemy": "600", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "6126", + "equipment_slot": "3" + }, + { + "examine": "This will teleport me to Rellekka when I play it. A musical intrument that I can magically play.", + "durability": null, + "name": "Enchanted lyre(4)", + "low_alchemy": "400", + "high_alchemy": "600", + "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, + "low_alchemy": "14080", + "high_alchemy": "21120", + "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" + }, + { + "remove_sleeves": "true", + "requirements": "{1,40}", + "ge_buy_limit": "100", + "grand_exchange_price": "40600", + "durability": null, + "name": "Rock-shell plate", + "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, + "low_alchemy": "25600", + "high_alchemy": "38400", + "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, + "low_alchemy": "24000", + "high_alchemy": "36000", + "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, + "low_alchemy": "3000", + "high_alchemy": "4500", + "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, + "low_alchemy": "1560", + "high_alchemy": "2340", + "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, + "low_alchemy": "4000", + "high_alchemy": "6000", + "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, + "low_alchemy": "18000", + "high_alchemy": "27000", + "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, + "low_alchemy": "16000", + "high_alchemy": "24000", + "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, + "low_alchemy": "260", + "high_alchemy": "390", + "weight": "3", + "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, + "low_alchemy": "260", + "high_alchemy": "390", + "weight": "3.1", + "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" + }, + { + "ge_buy_limit": "100", + "examine": "Some finely crafted Fremennik boots, made from the bones of a Wallasalki.", + "durability": null, + "low_alchemy": "260", + "high_alchemy": "390", + "weight": "3.1", + "equipment_slot": "10", + "lendable": "true", + "grand_exchange_price": "4958", + "name": "Skeletal boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6147", + "bonuses": "0,0,0,0,0,0,1,1,0,0,1,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4958", + "durability": null, + "name": "Skeletal boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6148" + }, + { + "ge_buy_limit": "100", + "examine": "Fremennik gloves stitched together from spined dagannoth hide.", + "durability": null, + "low_alchemy": "260", + "high_alchemy": "390", + "weight": "3", + "equipment_slot": "9", + "lendable": "true", + "grand_exchange_price": "955", + "name": "Spined gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6149", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "955", + "durability": null, + "name": "Spined gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6150" + }, + { + "ge_buy_limit": "100", + "examine": "Fremennik gloves stitched together from rock crab shell shards.", + "durability": null, + "low_alchemy": "260", + "high_alchemy": "390", + "weight": "2", + "equipment_slot": "9", + "lendable": "true", + "grand_exchange_price": "951", + "name": "Rock-shell gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6151", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "951", + "durability": null, + "name": "Rock-shell gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6152" + }, + { + "ge_buy_limit": "100", + "examine": "Fremennik gloves stitched together from wallasalki bones fragments.", + "durability": null, + "low_alchemy": "260", + "high_alchemy": "390", + "weight": "3.1", + "equipment_slot": "9", + "lendable": "true", + "grand_exchange_price": "21800", + "name": "Skeletal gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6153", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0" + }, + { + "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", + "low_alchemy": "24", + "high_alchemy": "36", + "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", + "low_alchemy": "24", + "high_alchemy": "36", + "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", + "low_alchemy": "24", + "high_alchemy": "36", + "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", + "low_alchemy": "24", + "high_alchemy": "36", + "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", + "low_alchemy": "24", + "high_alchemy": "36", + "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", + "low_alchemy": "24", + "high_alchemy": "36", + "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", + "low_alchemy": "24", + "high_alchemy": "36", + "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", + "low_alchemy": "24", + "high_alchemy": "36", + "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", + "low_alchemy": "24", + "high_alchemy": "36", + "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", + "low_alchemy": "24", + "high_alchemy": "36", + "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" + }, + { + "durability": null, + "name": "Rock-shell plate", + "tradeable": "true", + "archery_ticket_price": "0", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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, + "low_alchemy": "1200", + "high_alchemy": "1800", + "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.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "1", + "name": "Broodoo shield (9)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6217", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "durability": null, + "name": "Broodoo shield (9)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6218" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "1", + "name": "Broodoo shield (8)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6219", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "durability": null, + "name": "Broodoo shield (8)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6220" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "1", + "name": "Broodoo shield (7)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6221", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "durability": null, + "name": "Broodoo shield (7)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6222" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "1", + "name": "Broodoo shield (6)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6223", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "durability": null, + "name": "Broodoo shield (6)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6224" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "1", + "name": "Broodoo shield (5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6225", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "durability": null, + "name": "Broodoo shield (5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6226" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "1", + "name": "Broodoo shield (4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6227", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "durability": null, + "name": "Broodoo shield (4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6228" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "1", + "name": "Broodoo shield (3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6229", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "durability": null, + "name": "Broodoo shield (3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6230" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "1", + "name": "Broodoo shield (2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6231", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "durability": null, + "name": "Broodoo shield (2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6232" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "1", + "name": "Broodoo shield (1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6233", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "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, + "low_alchemy": "1200", + "high_alchemy": "1800", + "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, + "low_alchemy": "1200", + "high_alchemy": "1800", + "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.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "1", + "name": "Broodoo shield (9)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6239", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "durability": null, + "name": "Broodoo shield (9)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6240" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "1", + "name": "Broodoo shield (8)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6241", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "durability": null, + "name": "Broodoo shield (8)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6242" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "1", + "name": "Broodoo shield (7)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6243", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "durability": null, + "name": "Broodoo shield (7)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6244" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "1", + "name": "Broodoo shield (6)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6245", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "durability": null, + "name": "Broodoo shield (6)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6246" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "1", + "name": "Broodoo shield (5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6247", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "durability": null, + "name": "Broodoo shield (5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6248" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "1", + "name": "Broodoo shield (4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6249", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "durability": null, + "name": "Broodoo shield (4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6250" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "1", + "name": "Broodoo shield (3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6251", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "durability": null, + "name": "Broodoo shield (3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6252" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "1", + "name": "Broodoo shield (2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6253", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "durability": null, + "name": "Broodoo shield (2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6254" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "1", + "name": "Broodoo shield (1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6255", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "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, + "low_alchemy": "1200", + "high_alchemy": "1800", + "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, + "low_alchemy": "1200", + "high_alchemy": "1800", + "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.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "1", + "name": "Broodoo shield (9)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6261", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "durability": null, + "name": "Broodoo shield (9)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6262" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "1", + "name": "Broodoo shield (8)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6263", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "durability": null, + "name": "Broodoo shield (8)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6264" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "1", + "name": "Broodoo shield (7)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6265", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "durability": null, + "name": "Broodoo shield (7)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6266" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "1", + "name": "Broodoo shield (6)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6267", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "durability": null, + "name": "Broodoo shield (6)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6268" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "1", + "name": "Broodoo shield (5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6269", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "durability": null, + "name": "Broodoo shield (5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6270" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "1", + "name": "Broodoo shield (4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6271", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "durability": null, + "name": "Broodoo shield (4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6272" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "1", + "name": "Broodoo shield (3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6273", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "durability": null, + "name": "Broodoo shield (3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6274" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "1", + "name": "Broodoo shield (2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6275", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "durability": null, + "name": "Broodoo shield (2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6276" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "1", + "name": "Broodoo shield (1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6277", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "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, + "low_alchemy": "1200", + "high_alchemy": "1800", + "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", + "low_alchemy": "14", + "high_alchemy": "21", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "6", + "high_alchemy": "9", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "16", + "high_alchemy": "24", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "16", + "high_alchemy": "24", + "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", + "low_alchemy": "16", + "high_alchemy": "24", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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, + "low_alchemy": "200", + "high_alchemy": "300", + "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, + "low_alchemy": "400", + "high_alchemy": "600", + "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, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "1.3", + "attack_speed": "4", + "weapon_interface": "6", + "render_anim": "2554", + "equipment_slot": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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, + "low_alchemy": "500", + "high_alchemy": "750", + "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, + "low_alchemy": "470", + "high_alchemy": "705", + "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, + "low_alchemy": "120", + "high_alchemy": "180", + "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.", + "durability": null, + "low_alchemy": "100", + "high_alchemy": "150", + "weight": "0.3", + "equipment_slot": "10", + "grand_exchange_price": "10800", + "name": "Snakeskin boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6328", + "bonuses": "0,0,0,-10,3,1,1,2,1,0,9,0,0,0,0" + }, + { + "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.", + "durability": null, + "low_alchemy": "173", + "high_alchemy": "260", + "weight": "1", + "equipment_slot": "9", + "grand_exchange_price": "914", + "name": "Snakeskin v'brace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6330", + "bonuses": "0,0,0,-5,6,2,2,2,1,0,1,0,0,0,0" + }, + { + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "200", + "high_alchemy": "300", + "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", + "low_alchemy": "200", + "high_alchemy": "300", + "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", + "low_alchemy": "200", + "high_alchemy": "300", + "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" + }, + { + "shop_price": "300", + "ge_buy_limit": "100", + "examine": "Local dress.", + "durability": null, + "low_alchemy": "120", + "high_alchemy": "180", + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "3331", + "name": "Tribal top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6341" + }, + { + "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.", + "durability": null, + "low_alchemy": "100", + "high_alchemy": "150", + "weight": "2", + "equipment_slot": "7", + "grand_exchange_price": "1382", + "name": "Villager robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6343" + }, + { + "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.", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "weight": "1", + "equipment_slot": "0", + "grand_exchange_price": "2337", + "name": "Villager hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6345" + }, + { + "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 <colour> armband, as worn by the Tai Bwo Wannai locals.", + "durability": null, + "low_alchemy": "60", + "high_alchemy": "90", + "weight": "0.5", + "equipment_slot": "9", + "grand_exchange_price": "734", + "name": "Villager armband", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6347" + }, + { + "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.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "0.6", + "equipment_slot": "10", + "grand_exchange_price": "2793", + "name": "Villager sandals", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6349" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2793", + "durability": null, + "name": "Villager sandals", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6350" + }, + { + "shop_price": "300", + "ge_buy_limit": "100", + "examine": "Local dress.", + "durability": null, + "low_alchemy": "120", + "high_alchemy": "180", + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "3171", + "name": "Tribal top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6351" + }, + { + "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.", + "durability": null, + "low_alchemy": "100", + "high_alchemy": "150", + "weight": "2", + "equipment_slot": "7", + "grand_exchange_price": "1416", + "name": "Villager robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6353" + }, + { + "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.", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "weight": "1", + "equipment_slot": "0", + "grand_exchange_price": "2785", + "name": "Villager hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6355" + }, + { + "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.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "0.6", + "equipment_slot": "10", + "grand_exchange_price": "944", + "name": "Villager sandals", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6357" + }, + { + "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 <colour> armband, as worn by the Tai Bwo Wannai locals.", + "durability": null, + "low_alchemy": "60", + "high_alchemy": "90", + "weight": "0.5", + "equipment_slot": "9", + "grand_exchange_price": "672", + "name": "Villager armband", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6359" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "672", + "durability": null, + "name": "Villager armband", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6360" + }, + { + "shop_price": "300", + "ge_buy_limit": "100", + "examine": "Local dress.", + "durability": null, + "low_alchemy": "120", + "high_alchemy": "180", + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "2484", + "name": "Tribal top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6361" + }, + { + "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.", + "durability": null, + "low_alchemy": "100", + "high_alchemy": "150", + "weight": "2", + "equipment_slot": "7", + "grand_exchange_price": "499", + "name": "Villager robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6363" + }, + { + "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.", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "weight": "1", + "equipment_slot": "0", + "grand_exchange_price": "2440", + "name": "Villager hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6365" + }, + { + "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.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "0.6", + "equipment_slot": "10", + "grand_exchange_price": "1479", + "name": "Villager sandals", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6367" + }, + { + "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 <colour> armband, as worn by the Tai Bwo Wannai locals.", + "durability": null, + "low_alchemy": "60", + "high_alchemy": "90", + "weight": "0.5", + "equipment_slot": "9", + "grand_exchange_price": "823", + "name": "Villager armband", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6369" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "823", + "durability": null, + "name": "Villager armband", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6370" + }, + { + "shop_price": "300", + "ge_buy_limit": "100", + "examine": "Local dress.", + "durability": null, + "low_alchemy": "120", + "high_alchemy": "180", + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "2683", + "name": "Tribal top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6371" + }, + { + "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.", + "durability": null, + "low_alchemy": "100", + "high_alchemy": "150", + "weight": "2", + "equipment_slot": "7", + "grand_exchange_price": "331", + "name": "Villager robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6373" + }, + { + "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.", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "weight": "1", + "equipment_slot": "0", + "grand_exchange_price": "3010", + "name": "Villager hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6375" + }, + { + "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.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "0.6", + "equipment_slot": "10", + "grand_exchange_price": "2310", + "name": "Villager sandals", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6377" + }, + { + "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 <colour> armband, as worn by the Tai Bwo Wannai locals.", + "durability": null, + "low_alchemy": "60", + "high_alchemy": "90", + "weight": "0.5", + "equipment_slot": "9", + "grand_exchange_price": "1697", + "name": "Villager armband", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6379" + }, + { + "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.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "equipment_slot": "0", + "grand_exchange_price": "690", + "name": "Fez", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": true, + "id": "6382" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "690", + "durability": null, + "name": "Fez", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6383" + }, + { + "shop_price": "15", + "ge_buy_limit": "100", + "examine": "A bit itchy.", + "durability": null, + "low_alchemy": "14", + "high_alchemy": "21", + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "649", + "name": "Desert top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6384" + }, + { + "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", + "low_alchemy": "10", + "high_alchemy": "15", + "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" + }, + { + "shop_price": "15", + "ge_buy_limit": "100", + "examine": "A bit itchy.", + "durability": null, + "low_alchemy": "14", + "high_alchemy": "21", + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "1016", + "name": "Desert top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6388" + }, + { + "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", + "low_alchemy": "10", + "high_alchemy": "15", + "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.", + "durability": null, + "low_alchemy": "14", + "high_alchemy": "21", + "equipment_slot": "0", + "grand_exchange_price": "531", + "name": "Menap headgear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6392" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "531", + "durability": null, + "name": "Menap headgear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6393" + }, + { + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "Colourful.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "650", + "name": "Menaphite top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6394" + }, + { + "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", + "low_alchemy": "16", + "high_alchemy": "24", + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "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.", + "durability": null, + "low_alchemy": "14", + "high_alchemy": "21", + "equipment_slot": "0", + "grand_exchange_price": "484", + "name": "Menap headgear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6400" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "484", + "durability": null, + "name": "Menap headgear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6401" + }, + { + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "Colourful.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "557", + "name": "Menaphite top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6402" + }, + { + "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", + "low_alchemy": "16", + "high_alchemy": "24", + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "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, + "low_alchemy": "160", + "high_alchemy": "240", + "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, + "low_alchemy": "160", + "high_alchemy": "240", + "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, + "low_alchemy": "320", + "high_alchemy": "480", + "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, + "low_alchemy": "320", + "high_alchemy": "480", + "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, + "low_alchemy": "480", + "high_alchemy": "720", + "weight": "1.8", + "attack_speed": "4", + "weapon_interface": "10", + "equipment_slot": "3", + "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, + "low_alchemy": "640", + "high_alchemy": "960", + "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, + "low_alchemy": "640", + "high_alchemy": "960", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "18", + "high_alchemy": "28", + "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", + "low_alchemy": "41", + "high_alchemy": "62", + "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", + "low_alchemy": "50", + "high_alchemy": "75", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "tradeable": "false", + "high_alchemy": "1", + "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": "Unactivated: The Ring of charos.Activated: 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", + "low_alchemy": "16", + "high_alchemy": "24", + "archery_ticket_price": "0", + "id": "6468" + }, + { + "examine": "Looks delicious.", + "durability": null, + "name": "White tree fruit", + "high_alchemy": "1", + "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", + "low_alchemy": "48", + "high_alchemy": "72", + "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", + "low_alchemy": "48", + "high_alchemy": "72", + "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", + "low_alchemy": "48", + "high_alchemy": "72", + "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", + "low_alchemy": "48", + "high_alchemy": "72", + "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, + "low_alchemy": "100", + "high_alchemy": "150", + "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, + "low_alchemy": "16000", + "high_alchemy": "24000", + "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, + "low_alchemy": "18000", + "high_alchemy": "27000", + "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, + "low_alchemy": "10000", + "high_alchemy": "15000", + "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", + "low_alchemy": "14000", + "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, + "high_alchemy": "21000", + "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, + "low_alchemy": "12000", + "high_alchemy": "18000", + "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", + "low_alchemy": "20000", + "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, + "high_alchemy": "30000", + "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", + "low_alchemy": "6800", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "equipment_slot": "3", + "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,10,0,2,3,1,10,0,0,35,0,0,0", + "requirements": "{0,30}-{6,30}", + "durability": null, + "high_alchemy": "10200", + "weight": "2.2", + "weapon_interface": "1", + "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", + "low_alchemy": "18000", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "equipment_slot": "3", + "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,10,0,2,3,1,10,0,0,50,0,0,0", + "requirements": "{0,40}-{6,40}", + "shop_price": "40000", + "durability": null, + "high_alchemy": "27000", + "weight": "2", + "weapon_interface": "1", + "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", + "low_alchemy": "80400", + "high_alchemy": "120600", + "archery_ticket_price": "0", + "id": "6564" + }, + { + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "4501000", + "durability": null, + "name": "Onyx necklace", + "tradeable": "true", + "low_alchemy": "80400", + "high_alchemy": "120600", + "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", + "low_alchemy": "80800", + "high_alchemy": "121200", + "archery_ticket_price": "0", + "id": "6566" + }, + { + "shop_price": "90000", + "ge_buy_limit": "100", + "examine": "A cape woven of obsidian plates.", + "durability": null, + "low_alchemy": "24000", + "high_alchemy": "36000", + "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", + "low_alchemy": "24000", + "high_alchemy": "36000", + "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", + "low_alchemy": "120000", + "high_alchemy": "180000", + "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", + "low_alchemy": "120000", + "high_alchemy": "180000", + "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", + "low_alchemy": "80400", + "high_alchemy": "120600", + "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", + "low_alchemy": "80400", + "high_alchemy": "120600", + "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": "I wonder if I can get this enchanted.", + "grand_exchange_price": "9058124", + "durability": null, + "name": "Onyx amulet", + "tradeable": "true", + "low_alchemy": "80800", + "high_alchemy": "121200", + "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", + "low_alchemy": "80800", + "high_alchemy": "121200", + "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", + "low_alchemy": "80800", + "high_alchemy": "121200", + "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" + }, + { + "ge_buy_limit": "100", + "examine": "A very powerful onyx amulet.", + "durability": null, + "low_alchemy": "80800", + "high_alchemy": "121200", + "equipment_slot": "2", + "lendable": "true", + "grand_exchange_price": "9200000", + "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" + }, + { + "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, + "low_alchemy": "144", + "high_alchemy": "216", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "9", + "render_anim": "2583", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,390,390", + "grand_exchange_price": "1013", + "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, + "low_alchemy": "499", + "high_alchemy": "748", + "weight": "2.7", + "attack_speed": "6", + "weapon_interface": "2", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,395,395", + "grand_exchange_price": "1459", + "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, + "low_alchemy": "96", + "high_alchemy": "144", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "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, + "low_alchemy": "96", + "high_alchemy": "144", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "render_anim": "2584", + "equipment_slot": "3", + "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, + "low_alchemy": "96", + "high_alchemy": "144", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "render_anim": "2584", + "equipment_slot": "3", + "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, + "low_alchemy": "96", + "high_alchemy": "144", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "render_anim": "2584", + "equipment_slot": "3", + "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", + "low_alchemy": "768", + "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}-{5,10}", + "shop_price": "1920", + "durability": null, + "high_alchemy": "1152", + "weight": "3.1", + "weapon_interface": "15", + "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, + "low_alchemy": "172", + "high_alchemy": "259", + "weight": "1.8", + "attack_speed": "5", + "weapon_interface": "8", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "481", + "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" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A Magical staff.", + "walk_anim": "1205", + "low_alchemy": "80", + "turn90ccw_anim": "1208", + "turn180_anim": "1206", + "equipment_slot": "3", + "grand_exchange_price": "650", + "stand_anim": "813", + "tradeable": "true", + "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", + "requirements": "{0,10}-{5,10}", + "shop_price": "200", + "durability": null, + "high_alchemy": "120", + "weight": "2.2", + "weapon_interface": "1", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "White magic staff" + }, + { + "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", + "low_alchemy": "249", + "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, + "high_alchemy": "374", + "weight": "1.8", + "weapon_interface": "5", + "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", + "low_alchemy": "384", + "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, + "high_alchemy": "576", + "weight": "1.8", + "weapon_interface": "6", + "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", + "low_alchemy": "768", + "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, + "high_alchemy": "1152", + "weight": "3.6", + "weapon_interface": "7", + "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", + "low_alchemy": "307", + "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, + "high_alchemy": "460", + "weight": "1", + "weapon_interface": "6", + "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, + "low_alchemy": "392", + "high_alchemy": "588", + "weight": "1.8", + "attack_speed": "6", + "weapon_interface": "10", + "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, + "low_alchemy": "576", + "high_alchemy": "864", + "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, + "low_alchemy": "1536", + "high_alchemy": "2304", + "weight": "9.9", + "absorb": "1,0,2", + "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, + "low_alchemy": "230", + "high_alchemy": "345", + "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, + "low_alchemy": "230", + "high_alchemy": "345", + "weight": "1.9", + "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, + "low_alchemy": "422", + "high_alchemy": "633", + "weight": "2.7", + "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, + "low_alchemy": "768", + "high_alchemy": "1152", + "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, + "low_alchemy": "768", + "high_alchemy": "1152", + "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, + "low_alchemy": "2", + "high_alchemy": "3", + "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, + "low_alchemy": "460", + "high_alchemy": "691", + "weight": "3.6", + "absorb": "1,0,2", + "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, + "low_alchemy": "652", + "high_alchemy": "979", + "weight": "5.4", + "absorb": "1,0,2", + "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", + "low_alchemy": "24", + "high_alchemy": "36", + "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", + "low_alchemy": "24", + "high_alchemy": "36", + "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", + "low_alchemy": "4", + "tradeable": "false", + "high_alchemy": "6", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "80", + "high_alchemy": "121", + "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", + "low_alchemy": "80", + "high_alchemy": "121", + "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", + "low_alchemy": "80", + "high_alchemy": "121", + "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", + "low_alchemy": "80", + "high_alchemy": "121", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "3", + "high_alchemy": "4", + "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", + "low_alchemy": "140", + "high_alchemy": "210", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "weight": "3", + "archery_ticket_price": "0", + "id": "6712" + }, + { + "examine": "A heavy metal wrench.", + "durability": null, + "name": "Wrench", + "low_alchemy": "2", + "high_alchemy": "3", + "archery_ticket_price": "0", + "id": "6713" + }, + { + "examine": "A shining paragon of wrenchly virtue.", + "durability": null, + "name": "Holy wrench", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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, + "low_alchemy": "3200", + "high_alchemy": "4800", + "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 [type of 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" + }, + { + "ge_buy_limit": "10", + "examine": "A mysterious ring that can fill the wearer with magical power...", + "rare_item": "true", + "durability": null, + "low_alchemy": "4000", + "high_alchemy": "6000", + "equipment_slot": "12", + "lendable": "true", + "grand_exchange_price": "478800", + "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" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "478800", + "durability": null, + "name": "Seers ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6732" + }, + { + "ge_buy_limit": "10", + "examine": "A fabled ring that improves the wearer's skill with a bow...", + "rare_item": "true", + "durability": null, + "low_alchemy": "4000", + "high_alchemy": "6000", + "equipment_slot": "12", + "lendable": "true", + "grand_exchange_price": "1400000", + "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" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1400000", + "durability": null, + "name": "Archers ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6734" + }, + { + "ge_buy_limit": "10", + "examine": "A legendary ring once worn by Fremennik warriors.", + "rare_item": "true", + "durability": null, + "low_alchemy": "4000", + "high_alchemy": "6000", + "equipment_slot": "12", + "lendable": "true", + "grand_exchange_price": "178100", + "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" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "178100", + "durability": null, + "name": "Warrior ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6736" + }, + { + "ge_buy_limit": "10", + "examine": "A ring reputed to bring out a berserk fury in its wearer.", + "rare_item": "true", + "durability": null, + "low_alchemy": "4000", + "high_alchemy": "6000", + "equipment_slot": "12", + "lendable": "true", + "grand_exchange_price": "2700000", + "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" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "2700000", + "durability": null, + "name": "Berserker ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6738" + }, + { + "requirements": "{0,60}-{8,61}", + "ge_buy_limit": "10", + "examine": "A very powerful hatchet.", + "has_special": "true", + "rare_item": "true", + "durability": null, + "low_alchemy": "22000", + "high_alchemy": "33000", + "weapon_interface": "2", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,395,395", + "grand_exchange_price": "813100", + "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", + "low_alchemy": "160", + "high_alchemy": "160", + "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, + "low_alchemy": "20", + "high_alchemy": "30", + "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, + "low_alchemy": "200", + "high_alchemy": "300", + "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", + "low_alchemy": "16", + "high_alchemy": "24", + "archery_ticket_price": "0", + "id": "6750", + "equipment_slot": "4" + }, + { + "examine": "A desert robe stained black with mushroom ink.", + "durability": null, + "name": "Black desert robe", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "250", + "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, + "high_alchemy": "375", + "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", + "low_alchemy": "250", + "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, + "high_alchemy": "375", + "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", + "low_alchemy": "250", + "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, + "high_alchemy": "375", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "3", + "high_alchemy": "4", + "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, + "low_alchemy": "26400", + "high_alchemy": "39600", + "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 [type of 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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "240", + "high_alchemy": "360", + "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.", + "durability": null, + "low_alchemy": "200", + "high_alchemy": "300", + "weight": "1", + "equipment_slot": "5", + "grand_exchange_price": "3800000", + "name": "Mage's book", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6889", + "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0" + }, + { + "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, + "low_alchemy": "480", + "high_alchemy": "720", + "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" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "821", + "examine": "An apprentice level wand.", + "walk_anim": "1146", + "low_alchemy": "600", + "turn90ccw_anim": "822", + "turn180_anim": "820", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "82000", + "stand_anim": "809", + "tradeable": "true", + "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", + "requirements": "{6,50}", + "shop_price": "606060060", + "durability": null, + "high_alchemy": "900", + "weapon_interface": "1", + "render_anim": "1426", + "name": "Apprentice wand" + }, + { + "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, + "low_alchemy": "800", + "high_alchemy": "1200", + "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" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "821", + "examine": "A master level wand.", + "walk_anim": "1146", + "low_alchemy": "1000", + "turn90ccw_anim": "822", + "turn180_anim": "820", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "1700000", + "stand_anim": "8980", + "tradeable": "true", + "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", + "requirements": "{6,60}", + "durability": null, + "high_alchemy": "1500", + "weight": "0.1", + "weapon_interface": "1", + "render_anim": "1426", + "name": "Master wand" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1700000", + "durability": null, + "name": "Master wand", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6915" + }, + { + "requirements": "{1,50}-{6,25}", + "ge_buy_limit": "10", + "examine": "Mystical robes.", + "durability": null, + "low_alchemy": "56000", + "high_alchemy": "84000", + "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,50}-{6,25}", + "ge_buy_limit": "10", + "examine": "A mystic hat.", + "durability": null, + "low_alchemy": "6800", + "high_alchemy": "10200", + "weight": "0.4", + "absorb": "1,0,0", + "equipment_slot": "0", + "grand_exchange_price": "1800000", + "name": "Infinity hat", + "tradeable": "true", + "archery_ticket_price": "0", + "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,50}-{6,25}", + "ge_buy_limit": "10", + "examine": "Mystical boots.", + "durability": null, + "low_alchemy": "4800", + "high_alchemy": "7200", + "destroy": "true", + "weight": "0.4", + "equipment_slot": "10", + "grand_exchange_price": "1200000", + "name": "Infinity boots", + "tradeable": "false", + "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,50}-{6,25}", + "ge_buy_limit": "10", + "examine": "Mystical gloves.", + "durability": null, + "low_alchemy": "4800", + "high_alchemy": "7200", + "weight": "0.4", + "equipment_slot": "9", + "grand_exchange_price": "1900000", + "name": "Infinity gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6922", + "bonuses": "0,0,0,5,0,0,0,0,5,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1900000", + "durability": null, + "name": "Infinity gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6923" + }, + { + "requirements": "{1,50}-{6,25}", + "ge_buy_limit": "10", + "examine": "Mystical robes.", + "durability": null, + "low_alchemy": "36000", + "high_alchemy": "54000", + "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, + "low_alchemy": "8", + "high_alchemy": "12", + "destroy": "true", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "919", + "name": "Cape", + "tradeable": "false", + "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", + "low_alchemy": "10", + "high_alchemy": "15", + "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", + "low_alchemy": "10", + "high_alchemy": "15", + "archery_ticket_price": "0", + "id": "6962" + }, + { + "examine": "A freshly made roll.", + "durability": null, + "name": "Roll", + "low_alchemy": "10", + "high_alchemy": "15", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "6963" + }, + { + "bankable": "false", + "examine": "100,000 or more: \"X x coins\" where X is the exact number of coins in the stack.", + "durability": null, + "name": "Coins", + "archery_ticket_price": "0", + "id": "6964" + }, + { + "examine": "A freshly made square sandwich.", + "durability": null, + "name": "Square sandwich", + "low_alchemy": "10", + "high_alchemy": "15", + "archery_ticket_price": "0", + "id": "6965" + }, + { + "examine": "Makes the wearer pretty intimidating.", + "durability": null, + "low_alchemy": "40000", + "high_alchemy": "60000", + "weight": "1.3", + "absorb": "2,0,4", + "lendable": "true", + "grand_exchange_price": "61200", + "name": "Dragon med helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6967", + "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", + "low_alchemy": "120", + "high_alchemy": "180", + "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", + "low_alchemy": "5", + "high_alchemy": "8", + "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.", + "durability": null, + "low_alchemy": "52", + "high_alchemy": "78", + "weight": "2.2", + "equipment_slot": "5", + "grand_exchange_price": "466", + "name": "Unlit bug lantern", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7051" + }, + { + "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", + "low_alchemy": "52", + "high_alchemy": "78", + "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", + "low_alchemy": "5", + "high_alchemy": "7", + "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", + "low_alchemy": "4", + "high_alchemy": "7", + "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", + "low_alchemy": "18", + "high_alchemy": "27", + "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", + "low_alchemy": "45", + "high_alchemy": "67", + "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", + "low_alchemy": "5", + "high_alchemy": "7", + "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", + "low_alchemy": "4", + "high_alchemy": "7", + "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", + "low_alchemy": "18", + "high_alchemy": "27", + "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", + "low_alchemy": "45", + "high_alchemy": "67", + "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", + "low_alchemy": "3", + "high_alchemy": "4", + "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", + "low_alchemy": "3", + "high_alchemy": "5", + "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", + "low_alchemy": "2", + "high_alchemy": "4", + "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", + "low_alchemy": "3", + "high_alchemy": "4", + "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", + "low_alchemy": "3", + "high_alchemy": "4", + "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", + "low_alchemy": "16", + "high_alchemy": "25", + "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", + "low_alchemy": "16", + "high_alchemy": "25", + "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", + "low_alchemy": "2", + "high_alchemy": "4", + "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", + "low_alchemy": "41", + "high_alchemy": "62", + "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", + "low_alchemy": "3", + "high_alchemy": "5", + "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", + "durability": null, + "name": "Stripy pirate shirt", + "tradeable": "true", + "low_alchemy": "120", + "high_alchemy": "180", + "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.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "0.1", + "equipment_slot": "0", + "grand_exchange_price": "714", + "name": "Pirate bandana", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7112" + }, + { + "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.", + "durability": null, + "low_alchemy": "140", + "high_alchemy": "210", + "weight": "4", + "equipment_slot": "10", + "grand_exchange_price": "2530", + "name": "Pirate boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7114" + }, + { + "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", + "durability": null, + "name": "Pirate leggings", + "tradeable": "true", + "low_alchemy": "140", + "high_alchemy": "210", + "archery_ticket_price": "0", + "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", + "durability": null, + "name": "Stripy pirate shirt", + "tradeable": "true", + "low_alchemy": "120", + "high_alchemy": "180", + "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.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "0.1", + "equipment_slot": "0", + "grand_exchange_price": "340", + "name": "Pirate bandana", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7124" + }, + { + "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", + "durability": null, + "name": "Pirate leggings", + "tradeable": "true", + "low_alchemy": "140", + "high_alchemy": "210", + "archery_ticket_price": "0", + "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", + "durability": null, + "name": "Stripy pirate shirt", + "tradeable": "true", + "low_alchemy": "120", + "high_alchemy": "180", + "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.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "0.1", + "equipment_slot": "0", + "grand_exchange_price": "154", + "name": "Pirate bandana", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7130" + }, + { + "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", + "durability": null, + "name": "Pirate leggings", + "tradeable": "true", + "low_alchemy": "140", + "high_alchemy": "210", + "archery_ticket_price": "0", + "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", + "durability": null, + "name": "Stripy pirate shirt", + "tradeable": "true", + "low_alchemy": "120", + "high_alchemy": "180", + "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.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "0.1", + "equipment_slot": "0", + "grand_exchange_price": "469", + "name": "Pirate bandana", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7136" + }, + { + "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", + "durability": null, + "name": "Pirate leggings", + "tradeable": "true", + "low_alchemy": "140", + "high_alchemy": "210", + "archery_ticket_price": "0", + "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, + "low_alchemy": "1024", + "high_alchemy": "1536", + "weight": "1.8", + "attack_speed": "4", + "weapon_interface": "6", + "equipment_slot": "3", + "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, + "low_alchemy": "416", + "high_alchemy": "624", + "weight": "1", + "attack_speed": "4", + "weapon_interface": "6", + "equipment_slot": "3", + "name": "Harry's cutlass", + "archery_ticket_price": "0", + "id": "7141", + "bonuses": "3,14,0,-5,0,4,4,4,0,0,0,22,0,0,0" + }, + { + "shop_price": "25600", + "examine": "The very butcher of a silk button.", + "durability": null, + "low_alchemy": "10240", + "high_alchemy": "15360", + "weight": "1", + "attack_speed": "4", + "weapon_interface": "5", + "render_anim": "2622", + "equipment_slot": "3", + "name": "Rapier", + "archery_ticket_price": "0", + "id": "7142", + "bonuses": "45,7,-2,0,0,0,1,0,0,0,0,44,0,0,0" + }, + { + "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", + "low_alchemy": "7", + "high_alchemy": "10", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "88000", + "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, + "high_alchemy": "132000", + "weight": "3", + "weapon_interface": "7", + "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, + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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": "All the good of the earth.", + "grand_exchange_price": "77", + "durability": null, + "name": "Part mud pie", + "tradeable": "true", + "low_alchemy": "21", + "high_alchemy": "32", + "archery_ticket_price": "0", + "id": "7164" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "77", + "durability": null, + "name": "Part mud pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7165" + }, + { + "shop_price": "54", + "ge_buy_limit": "1000", + "examine": "All the good of the earth.", + "grand_exchange_price": "284", + "durability": null, + "name": "Part mud pie", + "tradeable": "true", + "low_alchemy": "21", + "high_alchemy": "32", + "archery_ticket_price": "0", + "id": "7166" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "284", + "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", + "low_alchemy": "10", + "high_alchemy": "16", + "archery_ticket_price": "0", + "id": "7168" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1625", + "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, + "low_alchemy": "21", + "high_alchemy": "32", + "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", + "durability": null, + "name": "Mud pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7171" + }, + { + "ge_buy_limit": "1000", + "examine": "What I wouldn't give for a good steak about now...", + "grand_exchange_price": "94", + "durability": null, + "name": "Part garden pie", + "tradeable": "true", + "low_alchemy": "36", + "high_alchemy": "54", + "archery_ticket_price": "0", + "id": "7172" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "94", + "durability": null, + "name": "Part garden pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7173" + }, + { + "ge_buy_limit": "1000", + "examine": "What I wouldn't give for a good steak about now...", + "grand_exchange_price": "150", + "durability": null, + "name": "Part garden pie", + "tradeable": "true", + "low_alchemy": "36", + "high_alchemy": "54", + "archery_ticket_price": "0", + "id": "7174" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "150", + "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", + "low_alchemy": "4", + "high_alchemy": "7", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7176" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1052", + "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", + "low_alchemy": "36", + "high_alchemy": "54", + "archery_ticket_price": "0", + "id": "7178" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1667", + "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", + "low_alchemy": "36", + "high_alchemy": "54", + "archery_ticket_price": "0", + "id": "7180" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "442", + "durability": null, + "name": "Half a garden pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7181" + }, + { + "ge_buy_limit": "1000", + "examine": "Bounty of the sea.", + "grand_exchange_price": "51", + "durability": null, + "name": "Part fish pie", + "tradeable": "true", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "7182" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "51", + "durability": null, + "name": "Part fish pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7183" + }, + { + "ge_buy_limit": "1000", + "examine": "Bounty of the sea.", + "grand_exchange_price": "691", + "durability": null, + "name": "Part fish pie", + "tradeable": "true", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "7184" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "691", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7186" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1198", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "7188" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "121", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "7190" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "56", + "durability": null, + "name": "Half a fish pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7191" + }, + { + "ge_buy_limit": "1000", + "examine": "Much tastier than a normal fish pie.", + "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", + "durability": null, + "name": "Part admiral pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7193" + }, + { + "ge_buy_limit": "1000", + "examine": "Much tastier than a normal fish pie.", + "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", + "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", + "low_alchemy": "62", + "high_alchemy": "93", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7196" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1813", + "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", + "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", + "durability": null, + "name": "Half an admiral pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7201" + }, + { + "ge_buy_limit": "1000", + "examine": "A triumph of man over nature.", + "grand_exchange_price": "126", + "durability": null, + "name": "Part wild pie", + "tradeable": "true", + "low_alchemy": "72", + "high_alchemy": "108", + "archery_ticket_price": "0", + "id": "7202" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "126", + "durability": null, + "name": "Part wild pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7203" + }, + { + "ge_buy_limit": "1000", + "examine": "A triumph of man over nature.", + "grand_exchange_price": "1116", + "durability": null, + "name": "Part wild pie", + "tradeable": "true", + "low_alchemy": "72", + "high_alchemy": "108", + "archery_ticket_price": "0", + "id": "7204" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1116", + "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", + "low_alchemy": "36", + "high_alchemy": "54", + "archery_ticket_price": "0", + "id": "7206" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "3787", + "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", + "low_alchemy": "72", + "high_alchemy": "108", + "archery_ticket_price": "0", + "id": "7208" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1322", + "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", + "low_alchemy": "72", + "high_alchemy": "108", + "archery_ticket_price": "0", + "id": "7210" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "112", + "durability": null, + "name": "Half a wild pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7211" + }, + { + "ge_buy_limit": "1000", + "examine": "All the fruits of a very small forest.", + "grand_exchange_price": "495", + "durability": null, + "name": "Part summer pie", + "tradeable": "true", + "low_alchemy": "56", + "high_alchemy": "84", + "archery_ticket_price": "0", + "id": "7212" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "495", + "durability": null, + "name": "Part summer pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7213" + }, + { + "ge_buy_limit": "1000", + "examine": "All the fruits of a very small forest.", + "grand_exchange_price": "980", + "durability": null, + "name": "Part summer pie", + "tradeable": "true", + "low_alchemy": "56", + "high_alchemy": "84", + "archery_ticket_price": "0", + "id": "7214" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "980", + "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", + "low_alchemy": "28", + "high_alchemy": "42", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7216" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "2577", + "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", + "low_alchemy": "56", + "high_alchemy": "84", + "archery_ticket_price": "0", + "id": "7218" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1288", + "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", + "low_alchemy": "56", + "high_alchemy": "84", + "archery_ticket_price": "0", + "id": "7220" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "430", + "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", + "low_alchemy": "7", + "high_alchemy": "11", + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "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", + "low_alchemy": "25", + "high_alchemy": "38", + "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", + "low_alchemy": "52", + "high_alchemy": "78", + "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", + "low_alchemy": "59", + "high_alchemy": "89", + "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "7237" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7238" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "7240" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "7242" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "7244" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "7246" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7247" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7248" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7249" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7250" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7251" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7252" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7253" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7254" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7255" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "7257" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "7259" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "7261" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "7263" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "7265" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "7267" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "7287" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "7289" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "7291" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "7293" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "7295" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7296" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7298" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7300" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7301" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7303" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7304" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "7306" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "7308" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "7310" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "7312" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "7314" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "7316" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "90", + "high_alchemy": "135", + "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", + "low_alchemy": "90", + "high_alchemy": "135", + "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", + "low_alchemy": "90", + "high_alchemy": "135", + "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", + "low_alchemy": "90", + "high_alchemy": "135", + "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", + "low_alchemy": "90", + "high_alchemy": "135", + "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", + "low_alchemy": "6", + "high_alchemy": "9", + "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", + "low_alchemy": "6", + "high_alchemy": "9", + "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", + "low_alchemy": "6", + "high_alchemy": "9", + "archery_ticket_price": "0", + "id": "7331" + }, + { + "requirements": "{1,10}", + "ge_buy_limit": "2", + "examine": "A black kitesheild with a heraldic design.", + "durability": null, + "low_alchemy": "652", + "high_alchemy": "979", + "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, + "low_alchemy": "2176", + "high_alchemy": "3264", + "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, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5.4", + "absorb": "3,0,7", + "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, + "low_alchemy": "6530", + "high_alchemy": "9795", + "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, + "low_alchemy": "2176", + "high_alchemy": "3264", + "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, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5.4", + "absorb": "3,0,7", + "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, + "low_alchemy": "652", + "high_alchemy": "979", + "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, + "low_alchemy": "2176", + "high_alchemy": "3264", + "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, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5", + "absorb": "3,0,7", + "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, + "low_alchemy": "652", + "high_alchemy": "979", + "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, + "low_alchemy": "2176", + "high_alchemy": "3264", + "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, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5", + "absorb": "3,0,7", + "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, + "low_alchemy": "652", + "high_alchemy": "979", + "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, + "low_alchemy": "2176", + "high_alchemy": "3264", + "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, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5", + "absorb": "3,0,7", + "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" + }, + { + "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, + "low_alchemy": "340", + "high_alchemy": "510", + "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, + "low_alchemy": "340", + "high_alchemy": "510", + "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, + "low_alchemy": "300", + "high_alchemy": "450", + "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, + "low_alchemy": "300", + "high_alchemy": "450", + "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", + "grand_exchange_price": "212400", + "durability": null, + "name": "D'hide body(g)", + "archery_ticket_price": "0", + "id": "7370", + "bonuses": "0,0,0,-15,15,40,32,45,20,40,40,0,0,0,0", + "equipment_slot": "4" + }, + { + "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", + "grand_exchange_price": "38800", + "durability": null, + "name": "D'hide body (t)", + "archery_ticket_price": "0", + "id": "7372", + "bonuses": "0,0,0,-15,15,40,32,45,20,40,40,0,0,0,0", + "equipment_slot": "4" + }, + { + "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,50}-{4,40}", + "ge_buy_limit": "2", + "grand_exchange_price": "6883", + "durability": null, + "name": "D'hide body (g)", + "archery_ticket_price": "0", + "id": "7374", + "bonuses": "0,0,0,-15,20,45,37,50,30,45,45,0,0,0,0", + "equipment_slot": "4" + }, + { + "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,50}-{4,40}", + "ge_buy_limit": "2", + "grand_exchange_price": "5268", + "durability": null, + "name": "D'hide body (t)", + "archery_ticket_price": "0", + "id": "7376", + "bonuses": "0,0,0,-15,20,45,37,50,30,45,45,0,0,0,0", + "equipment_slot": "4" + }, + { + "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", + "grand_exchange_price": "1300000", + "durability": null, + "name": "D'hide chaps (g)", + "archery_ticket_price": "0", + "id": "7378", + "bonuses": "0,0,0,-10,8,22,16,24,8,22,15,0,0,0,0", + "equipment_slot": "7" + }, + { + "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", + "grand_exchange_price": "304300", + "durability": null, + "name": "D'hide chaps (t)", + "archery_ticket_price": "0", + "id": "7380", + "bonuses": "0,0,0,-10,8,22,16,24,8,22,15,0,0,0,0", + "equipment_slot": "7" + }, + { + "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", + "grand_exchange_price": "21300", + "durability": null, + "name": "D'hide chaps (g)", + "archery_ticket_price": "0", + "id": "7382", + "bonuses": "0,0,0,-10,11,25,19,27,14,25,20,0,0,0,0", + "equipment_slot": "7" + }, + { + "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", + "grand_exchange_price": "2554", + "durability": null, + "name": "D'hide chaps (t)", + "archery_ticket_price": "0", + "id": "7384", + "bonuses": "0,0,0,-10,11,25,19,27,14,25,20,0,0,0,0", + "equipment_slot": "7" + }, + { + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "archery_ticket_price": "0", + "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" + }, + { + "ge_buy_limit": "2", + "examine": "I can practise magic better in this.", + "durability": null, + "low_alchemy": "6", + "high_alchemy": "9", + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "1200000", + "name": "Wizard robe (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7390", + "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1200000", + "durability": null, + "name": "Wizard robe (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7391" + }, + { + "ge_buy_limit": "2", + "examine": "I can do magic better in this.", + "durability": null, + "low_alchemy": "6", + "high_alchemy": "9", + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "244600", + "name": "Wizard robe (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7392", + "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0" + }, + { + "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", + "high_alchemy": "1", + "weight": "1", + "archery_ticket_price": "0", + "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", + "high_alchemy": "1", + "weight": "0.4", + "archery_ticket_price": "0", + "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,40}-{6,20}", + "ge_buy_limit": "2", + "examine": "Enchanted Wizards robes.", + "durability": null, + "low_alchemy": "32000", + "high_alchemy": "48000", + "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,40}-{6,20}", + "ge_buy_limit": "2", + "examine": "Enchanted Wizards robes.", + "durability": null, + "low_alchemy": "48000", + "high_alchemy": "72000", + "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,40}-{6,20}", + "ge_buy_limit": "2", + "examine": "A three pointed hat of magic.", + "durability": null, + "low_alchemy": "6000", + "high_alchemy": "9000", + "equipment_slot": "0", + "grand_exchange_price": "8845", + "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" + }, + { + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "archery_ticket_price": "0", + "id": "7404" + }, + { + "examine": "A number of chemical covered wooden logs.", + "durability": null, + "name": "Green logs", + "low_alchemy": "1", + "high_alchemy": "2", + "weight": "2", + "archery_ticket_price": "0", + "id": "7405" + }, + { + "examine": "A number of chemical covered wooden logs.", + "durability": null, + "name": "Blue logs", + "low_alchemy": "1", + "high_alchemy": "2", + "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, + "low_alchemy": "75000", + "high_alchemy": "75000", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "240", + "high_alchemy": "360", + "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", + "low_alchemy": "160", + "high_alchemy": "240", + "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, + "low_alchemy": "120", + "high_alchemy": "180", + "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, + "low_alchemy": "120", + "high_alchemy": "180", + "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, + "low_alchemy": "120", + "high_alchemy": "180", + "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, + "low_alchemy": "120", + "high_alchemy": "180", + "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, + "low_alchemy": "120", + "high_alchemy": "180", + "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, + "low_alchemy": "120", + "high_alchemy": "180", + "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, + "low_alchemy": "120", + "high_alchemy": "180", + "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, + "low_alchemy": "120", + "high_alchemy": "180", + "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, + "low_alchemy": "120", + "high_alchemy": "180", + "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, + "low_alchemy": "120", + "high_alchemy": "180", + "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, + "low_alchemy": "120", + "high_alchemy": "180", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "7432" + }, + { + "shop_price": "35", + "ge_buy_limit": "100", + "examine": "Spoooooon!", + "durability": null, + "low_alchemy": "14", + "high_alchemy": "21", + "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, + "low_alchemy": "20", + "high_alchemy": "30", + "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, + "low_alchemy": "130", + "high_alchemy": "195", + "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" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "7044", + "examine": "A large spatula... of doom!", + "walk_anim": "7046", + "low_alchemy": "768", + "turn90ccw_anim": "7043", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "7045", + "equipment_slot": "3", + "grand_exchange_price": "953", + "stand_anim": "7047", + "tradeable": "true", + "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", + "requirements": "{0,10}", + "shop_price": "1728", + "durability": null, + "high_alchemy": "1152", + "weight": "3.6", + "weapon_interface": "7", + "render_anim": "124", + "name": "Spatula" + }, + { + "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, + "low_alchemy": "664", + "high_alchemy": "996", + "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, + "low_alchemy": "1280", + "high_alchemy": "1920", + "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, + "low_alchemy": "5760", + "high_alchemy": "8640", + "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, + "low_alchemy": "3200", + "high_alchemy": "4800", + "attack_speed": "4", + "weapon_interface": "5", + "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", + "low_alchemy": "16600", + "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, + "high_alchemy": "24900", + "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, + "low_alchemy": "10240", + "high_alchemy": "15360", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "equipment_slot": "9" + }, + { + "shop_price": "100", + "examine": "A pair of bronze-coloured gloves.", + "durability": null, + "name": "Gloves", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "equipment_slot": "9" + }, + { + "shop_price": "325", + "examine": "A pair of iron-coloured gloves.", + "durability": null, + "name": "Gloves", + "low_alchemy": "100", + "high_alchemy": "150", + "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", + "equipment_slot": "9" + }, + { + "shop_price": "500", + "examine": "A pair of steel-coloured gloves.", + "durability": null, + "name": "Gloves", + "low_alchemy": "200", + "high_alchemy": "300", + "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", + "equipment_slot": "9" + }, + { + "shop_price": "1000", + "examine": "A pair of black-coloured gloves.", + "durability": null, + "name": "Gloves", + "low_alchemy": "400", + "high_alchemy": "600", + "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", + "equipment_slot": "9" + }, + { + "shop_price": "1500", + "examine": "A pair of mithril-coloured gloves.", + "durability": null, + "name": "Gloves", + "low_alchemy": "600", + "high_alchemy": "900", + "archery_ticket_price": "0", + "id": "7458", + "bonuses": "6,6,6,3,6,6,6,6,3,6,3,6,0,0,0", + "equipment_slot": "9" + }, + { + "shop_price": "2500", + "examine": "A pair of adamant-coloured gloves.", + "durability": null, + "name": "Gloves", + "low_alchemy": "1000", + "high_alchemy": "1500", + "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", + "equipment_slot": "9" + }, + { + "requirements": "{1,13}", + "shop_price": "5000", + "examine": "A pair of rune-coloured gloves.", + "durability": null, + "name": "Gloves", + "low_alchemy": "2000", + "high_alchemy": "3000", + "archery_ticket_price": "0", + "id": "7460", + "bonuses": "8,8,8,4,8,8,8,8,4,8,4,8,0,0,0", + "equipment_slot": "9" + }, + { + "requirements": "{1,41}", + "shop_price": "100000", + "examine": "A pair of dragon-coloured gloves.", + "durability": null, + "name": "Gloves", + "low_alchemy": "40000", + "high_alchemy": "60000", + "archery_ticket_price": "0", + "id": "7461", + "bonuses": "9,9,9,5,9,9,9,9,5,9,5,9,0,0,0", + "equipment_slot": "9" + }, + { + "requirements": "{1,41}", + "shop_price": "100000", + "examine": "A pair of Barrows-themed gloves.", + "durability": null, + "name": "Gloves", + "low_alchemy": "40000", + "high_alchemy": "60000", + "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", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "7508" + }, + { + "examine": "Hot: A strange looking cake. Cooled: Cool and heavy as a brick. Only for dwarf consumption.", + "durability": null, + "name": "Dwarven rock cake", + "weight": "8.5", + "archery_ticket_price": "0", + "id": "7509" + }, + { + "examine": "Hot: A strange looking cake. Cooled: 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", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "7511" + }, + { + "examine": "Previously a nice crispy loaf of bread. Now just kind of icky.", + "durability": null, + "name": "Soggy bread", + "low_alchemy": "2", + "high_alchemy": "3", + "archery_ticket_price": "0", + "id": "7512" + }, + { + "examine": "They clearly taste so much better this way!", + "durability": null, + "name": "Spicy maggots", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "7529" + }, + { + "examine": "Mmmm, reminds me of the seaside.", + "durability": null, + "name": "Cooked fishcake", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "4", + "tradeable": "false", + "high_alchemy": "6", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "7546" + }, + { + "examine": "A druid pouch.", + "durability": null, + "name": "Druid pouch", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "30", + "high_alchemy": "45", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "18", + "high_alchemy": "28", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "60", + "high_alchemy": "90", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "archery_ticket_price": "0", + "id": "7572", + "equipment_slot": "5" + }, + { + "examine": "Like monkey nuts only tchikier.", + "durability": null, + "name": "Tchiki monkey nuts", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "archery_ticket_price": "0", + "id": "7594", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "examine": "Smells pretty funky.", + "durability": null, + "name": "Zombie gloves", + "low_alchemy": "8", + "high_alchemy": "12", + "archery_ticket_price": "0", + "id": "7595", + "equipment_slot": "9" + }, + { + "shop_price": "160", + "examine": "Thrilling.", + "durability": null, + "name": "Zombie boots", + "low_alchemy": "8", + "high_alchemy": "12", + "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", + "walk_anim": "1205", + "has_special": "true", + "durability": null, + "turn90ccw_anim": "1208", + "two_handed": "true", + "weapon_interface": "1", + "turn180_anim": "1206", + "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", + "walk_anim": "1205", + "has_special": "true", + "durability": null, + "turn90ccw_anim": "1208", + "two_handed": "true", + "weapon_interface": "1", + "turn180_anim": "1206", + "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 fully charged rod. (if less than 10) A partialy charged rod.", + "walk_anim": "1205", + "has_special": "true", + "low_alchemy": "400", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "stand_anim": "813", + "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", + "durability": null, + "high_alchemy": "600", + "destroy": "true", + "weight": "2", + "weapon_interface": "1", + "render_anim": "28", + "name": "Rod of ivandis(8)" + }, + { + "turn90cw_anim": "1207", + "walk_anim": "1205", + "has_special": "true", + "durability": null, + "turn90ccw_anim": "1208", + "two_handed": "true", + "weapon_interface": "1", + "turn180_anim": "1206", + "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", + "walk_anim": "1205", + "has_special": "true", + "durability": null, + "turn90ccw_anim": "1208", + "two_handed": "true", + "weapon_interface": "1", + "turn180_anim": "1206", + "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", + "walk_anim": "1205", + "has_special": "true", + "durability": null, + "turn90ccw_anim": "1208", + "two_handed": "true", + "weapon_interface": "1", + "turn180_anim": "1206", + "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", + "walk_anim": "1205", + "has_special": "true", + "durability": null, + "turn90ccw_anim": "1208", + "two_handed": "true", + "weapon_interface": "1", + "turn180_anim": "1206", + "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", + "walk_anim": "1205", + "has_special": "true", + "durability": null, + "turn90ccw_anim": "1208", + "two_handed": "true", + "weapon_interface": "1", + "turn180_anim": "1206", + "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", + "walk_anim": "1205", + "has_special": "true", + "durability": null, + "turn90ccw_anim": "1208", + "two_handed": "true", + "weapon_interface": "1", + "turn180_anim": "1206", + "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", + "walk_anim": "1205", + "has_special": "true", + "durability": null, + "turn90ccw_anim": "1208", + "two_handed": "true", + "weapon_interface": "1", + "turn180_anim": "1206", + "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": "Rod of Ivandis mould.", + "durability": null, + "name": "Rod clay mould", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "durability": null, + "name": "Guthix balance(unf)", + "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", + "durability": null, + "name": "Guthix balance(unf)", + "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", + "durability": null, + "name": "Guthix balance(unf)", + "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", + "durability": null, + "name": "Guthix balance(unf)", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "1200", + "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, + "high_alchemy": "1800", + "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", + "render_anim": "2584", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Wooden shield", + "archery_ticket_price": "0", + "id": "7676", + "equipment_slot": "5" + }, + { + "examine": "It knows where the treasure is.", + "durability": null, + "name": "Treasure stone", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "7677" + }, + { + "shop_price": "160", + "examine": "You can use this to open the prize chest!", + "durability": null, + "name": "Prize key", + "weight": "1", + "archery_ticket_price": "0", + "id": "7678" + }, + { + "examine": "A good tool for bashing someone.", + "durability": null, + "name": "Pugel", + "archery_ticket_price": "0", + "two_handed": "true", + "id": "7679", + "weapon_interface": "14", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Pugel", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7680" + }, + { + "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", + "id": "7684", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Dart", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7685" + }, + { + "durability": null, + "name": "Bow and arrow", + "archery_ticket_price": "0", + "id": "7686", + "weapon_interface": "1", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Bow and arrow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7687" + }, + { + "examine": "The kettle is empty.", + "durability": null, + "name": "Kettle", + "archery_ticket_price": "0", + "id": "7688" + }, + { + "durability": null, + "name": "Kettle", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7689" + }, + { + "examine": "It's full of cold water.", + "durability": null, + "name": "Full kettle", + "archery_ticket_price": "0", + "id": "7690" + }, + { + "examine": "It's full of boiling water.", + "durability": null, + "name": "Hot kettle", + "archery_ticket_price": "0", + "id": "7691" + }, + { + "examine": "I'd really like a nice cup of tea.", + "durability": null, + "name": "Pot of tea (4)", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7692" + }, + { + "durability": null, + "name": "Pot of tea (4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7693" + }, + { + "examine": "I'd really like a nice cup of tea.", + "durability": null, + "name": "Pot of tea (3)", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7694" + }, + { + "durability": null, + "name": "Pot of tea (3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7695" + }, + { + "examine": "I'd really like a nice cup of tea.", + "durability": null, + "name": "Pot of tea (2)", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7696" + }, + { + "durability": null, + "name": "Pot of tea (2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7697" + }, + { + "examine": "I'd really like a nice cup of tea.", + "durability": null, + "name": "Pot of tea (1)", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7698" + }, + { + "durability": null, + "name": "Pot of tea (1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7699" + }, + { + "examine": "Add boiling water to make a tea.", + "durability": null, + "name": "Teapot with leaves", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7700" + }, + { + "durability": null, + "name": "Teapot with leaves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7701" + }, + { + "examine": "This teapot is empty.", + "durability": null, + "name": "Teapot", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "7702" + }, + { + "durability": null, + "name": "Teapot", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7703" + }, + { + "examine": "I'd really like a nice cup of tea.", + "durability": null, + "name": "Pot of tea (4)", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7704" + }, + { + "durability": null, + "name": "Pot of tea (4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7705" + }, + { + "examine": "I'd really like a nice cup of tea.", + "durability": null, + "name": "Pot of tea (3)", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7706" + }, + { + "durability": null, + "name": "Pot of tea (3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7707" + }, + { + "examine": "I'd really like a nice cup of tea.", + "durability": null, + "name": "Pot of tea (2)", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7708" + }, + { + "durability": null, + "name": "Pot of tea (2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7709" + }, + { + "examine": "I'd really like a nice cup of tea.", + "durability": null, + "name": "Pot of tea (1)", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7710" + }, + { + "durability": null, + "name": "Pot of tea (1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7711" + }, + { + "examine": "Add boiling water to make a tea.", + "durability": null, + "name": "Teapot with leaves", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7712" + }, + { + "durability": null, + "name": "Teapot with leaves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7713" + }, + { + "examine": "This teapot is empty.", + "durability": null, + "name": "Teapot", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "7714" + }, + { + "durability": null, + "name": "Teapot", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7715" + }, + { + "examine": "I'd really like a nice cup of tea.", + "durability": null, + "name": "Pot of tea (4)", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7716" + }, + { + "durability": null, + "name": "Pot of tea (4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7717" + }, + { + "examine": "I'd really like a nice cup of tea.", + "durability": null, + "name": "Pot of tea (3)", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7718" + }, + { + "durability": null, + "name": "Pot of tea (3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7719" + }, + { + "examine": "I'd really like a nice cup of tea.", + "durability": null, + "name": "Pot of tea (2)", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7720" + }, + { + "durability": null, + "name": "Pot of tea (2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7721" + }, + { + "examine": "I'd really like a nice cup of tea.", + "durability": null, + "name": "Pot of tea (1)", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7722" + }, + { + "durability": null, + "name": "Pot of tea (1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7723" + }, + { + "examine": "Add boiling water to make a tea.", + "durability": null, + "name": "Teapot with leaves", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7724" + }, + { + "durability": null, + "name": "Teapot with leaves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7725" + }, + { + "examine": "This teapot is empty.", + "durability": null, + "name": "Teapot", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "7726" + }, + { + "durability": null, + "name": "Teapot", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7727" + }, + { + "shop_price": "1", + "examine": "An empty cup.", + "grand_exchange_price": "7", + "durability": null, + "name": "Empty cup", + "tradeable": "true", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "7728" + }, + { + "durability": null, + "name": "Empty cup", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7729" + }, + { + "shop_price": "10", + "examine": "A nice cup of tea.", + "grand_exchange_price": "30", + "durability": null, + "name": "Cup of tea", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "7730" + }, + { + "shop_price": "10", + "examine": "A nice cup of tea.", + "grand_exchange_price": "30", + "durability": null, + "name": "Cup of tea", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "7731" + }, + { + "examine": "A porcelain cup.", + "durability": null, + "name": "Porcelain cup", + "archery_ticket_price": "0", + "id": "7732" + }, + { + "shop_price": "10", + "examine": "A nice cup of tea.", + "grand_exchange_price": "30", + "durability": null, + "name": "Cup of tea", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "7733" + }, + { + "shop_price": "10", + "examine": "A nice cup of tea.", + "grand_exchange_price": "30", + "durability": null, + "name": "Cup of tea", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "7734" + }, + { + "examine": "A porcelain cup.", + "durability": null, + "name": "Porcelain cup", + "archery_ticket_price": "0", + "id": "7735" + }, + { + "shop_price": "10", + "examine": "A nice cup of tea.", + "grand_exchange_price": "30", + "durability": null, + "name": "Cup of tea", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "7736" + }, + { + "shop_price": "10", + "examine": "A nice cup of tea.", + "grand_exchange_price": "30", + "durability": null, + "name": "Cup of tea", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "7737" + }, + { + "examine": "Mmm, how about a nice cup of tea?", + "durability": null, + "name": "Tea leaves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7738" + }, + { + "durability": null, + "name": "Tea leaves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7739" + }, + { + "examine": "A glass of frothy ale.", + "grand_exchange_price": "151", + "durability": null, + "name": "Beer", + "tradeable": "true", + "high_alchemy": "1", + "weight": "1", + "archery_ticket_price": "0", + "id": "7740" + }, + { + "durability": null, + "name": "Beer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7741" + }, + { + "shop_price": "1", + "examine": "I need to fill this with beer.", + "grand_exchange_price": "25", + "durability": null, + "name": "Beer glass", + "tradeable": "true", + "high_alchemy": "1", + "weight": "0.05", + "archery_ticket_price": "0", + "id": "7742" + }, + { + "durability": null, + "name": "Beer glass", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7743" + }, + { + "shop_price": "3", + "examine": "Probably the finest readily-available ale in Asgarnia.", + "grand_exchange_price": "131", + "durability": null, + "name": "Asgarnian ale", + "tradeable": "true", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "7744" + }, + { + "durability": null, + "name": "Asgarnian ale", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7745" + }, + { + "shop_price": "2", + "examine": "A glass of frothy ale.", + "grand_exchange_price": "569", + "durability": null, + "name": "Greenman's ale", + "tradeable": "true", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "7746" + }, + { + "durability": null, + "name": "Greenman's ale", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7747" + }, + { + "shop_price": "2", + "examine": "A glass of bitter.", + "grand_exchange_price": "523", + "durability": null, + "name": "Dragon bitter", + "tradeable": "true", + "high_alchemy": "1", + "weight": "1", + "archery_ticket_price": "0", + "id": "7748" + }, + { + "durability": null, + "name": "Dragon bitter", + "tradeable": "true", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "archery_ticket_price": "0", + "id": "7750" + }, + { + "durability": null, + "name": "Moonlight mead", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7751" + }, + { + "shop_price": "2", + "examine": "A glass of Cider", + "grand_exchange_price": "1539", + "durability": null, + "name": "Cider", + "tradeable": "true", + "high_alchemy": "1", + "weight": "1", + "archery_ticket_price": "0", + "id": "7752" + }, + { + "durability": null, + "name": "Cider", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7753" + }, + { + "examine": "A fruity, full-bodied ale.", + "grand_exchange_price": "2371", + "durability": null, + "name": "Chef's delight", + "tradeable": "true", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "7754" + }, + { + "durability": null, + "name": "Chef's delight", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7755" + }, + { + "durability": null, + "name": "Paintbrush", + "archery_ticket_price": "0", + "id": "7756", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Paintbrush", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7757" + }, + { + "examine": "A decent-enough weapon gone rusty.", + "durability": null, + "name": "Rusty sword", + "weight": "2", + "archery_ticket_price": "0", + "id": "7758", + "equipment_slot": "3" + }, + { + "ge_buy_limit": "100", + "examine": "Nice bit of crafting.", + "grand_exchange_price": "3140", + "durability": null, + "name": "Toy soldier", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7759" + }, + { + "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)", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7761" + }, + { + "durability": null, + "name": "Toy soldier (wound)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7762" + }, + { + "ge_buy_limit": "100", + "examine": "In inventory: Nice bit of crafting! When released: Nice bit of crafting that...", + "grand_exchange_price": "3236", + "durability": null, + "name": "Toy doll", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "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": "In inventory: Nice bit of crafting! When released: Nice bit of crafting that...", + "grand_exchange_price": "3289", + "durability": null, + "name": "Toy doll (wound)", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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.", + "grand_exchange_price": "2930", + "durability": null, + "name": "Clockwork cat", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "7771" + }, + { + "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", + "low_alchemy": "2000", + "high_alchemy": "3000", + "weight": "1", + "archery_ticket_price": "0", + "id": "7779" + }, + { + "examine": "A tome of learning that focuses on the Fishing skill.", + "durability": null, + "name": "Fishing tome", + "low_alchemy": "2000", + "high_alchemy": "3000", + "weight": "1", + "archery_ticket_price": "0", + "id": "7780" + }, + { + "examine": "A tome of learning that focuses on the Fishing skill.", + "durability": null, + "name": "Fishing tome", + "low_alchemy": "2000", + "high_alchemy": "3000", + "weight": "1", + "archery_ticket_price": "0", + "id": "7781" + }, + { + "examine": "A tome of learning that focuses on Agility.", + "durability": null, + "name": "Agility tome", + "low_alchemy": "2000", + "high_alchemy": "3000", + "weight": "1", + "archery_ticket_price": "0", + "id": "7782" + }, + { + "examine": "A tome of learning that focuses on Agility.", + "durability": null, + "name": "Agility tome", + "low_alchemy": "2000", + "high_alchemy": "3000", + "weight": "1", + "archery_ticket_price": "0", + "id": "7783" + }, + { + "examine": "A tome of learning that focuses on Agility.", + "durability": null, + "name": "Agility tome", + "low_alchemy": "2000", + "high_alchemy": "3000", + "weight": "1", + "archery_ticket_price": "0", + "id": "7784" + }, + { + "examine": "A tome of learning that focuses on the Thieving skill.", + "durability": null, + "name": "Thieving tome", + "low_alchemy": "2000", + "high_alchemy": "3000", + "weight": "1", + "archery_ticket_price": "0", + "id": "7785" + }, + { + "examine": "A tome of learning that focuses on the Thieving skill.", + "durability": null, + "name": "Thieving tome", + "low_alchemy": "2000", + "high_alchemy": "3000", + "weight": "1", + "archery_ticket_price": "0", + "id": "7786" + }, + { + "examine": "A tome of learning that focuses on the Thieving skill.", + "durability": null, + "name": "Thieving tome", + "low_alchemy": "2000", + "high_alchemy": "3000", + "weight": "1", + "archery_ticket_price": "0", + "id": "7787" + }, + { + "examine": "A tome of learning which focuses on the Slayer skill.", + "durability": null, + "name": "Slayer tome", + "low_alchemy": "2000", + "high_alchemy": "3000", + "weight": "1", + "archery_ticket_price": "0", + "id": "7788" + }, + { + "examine": "A tome of learning which focuses on the Slayer skill.", + "durability": null, + "name": "Slayer tome", + "low_alchemy": "2000", + "high_alchemy": "3000", + "weight": "1", + "archery_ticket_price": "0", + "id": "7789" + }, + { + "examine": "A tome of learning which focuses on the Slayer skill.", + "durability": null, + "name": "Slayer tome", + "low_alchemy": "2000", + "high_alchemy": "3000", + "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", + "low_alchemy": "2000", + "high_alchemy": "3000", + "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", + "low_alchemy": "2000", + "high_alchemy": "3000", + "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", + "low_alchemy": "2000", + "high_alchemy": "3000", + "weight": "1", + "archery_ticket_price": "0", + "id": "7793" + }, + { + "examine": "A tome of learning that focuses on Firemaking.", + "durability": null, + "name": "Firemaking tome", + "low_alchemy": "2000", + "high_alchemy": "3000", + "weight": "1", + "archery_ticket_price": "0", + "id": "7794" + }, + { + "examine": "A tome of learning that focuses on Firemaking.", + "durability": null, + "name": "Firemaking tome", + "low_alchemy": "2000", + "high_alchemy": "3000", + "weight": "1", + "archery_ticket_price": "0", + "id": "7795" + }, + { + "examine": "A tome of learning that focuses on Firemaking.", + "durability": null, + "name": "Firemaking tome", + "low_alchemy": "2000", + "high_alchemy": "3000", + "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", + "low_alchemy": "2000", + "high_alchemy": "3000", + "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", + "low_alchemy": "2000", + "high_alchemy": "3000", + "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", + "low_alchemy": "2000", + "high_alchemy": "3000", + "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", + "examine": "Scaly but not slimy!", + "grand_exchange_price": "1618", + "durability": null, + "name": "Snake hide", + "tradeable": "true", + "low_alchemy": "14", + "high_alchemy": "21", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7801" + }, + { + "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.", + "durability": null, + "name": "Yin yang amulet", + "archery_ticket_price": "0", + "id": "7803", + "equipment_slot": "2" + }, + { + "turn90cw_anim": "1207", + "walk_anim": "1205", + "durability": null, + "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" + }, + { + "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", + "equipment_slot": "3" + }, + { + "attack_anims": "395,395,395,395", + "examine": "A heavy duty axe.", + "durability": null, + "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", + "defence_anim": "397", + "equipment_slot": "3" + }, + { + "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", + "equipment_slot": "3" + }, + { + "turn90cw_anim": "1207", + "examine": "A heavy duty spear.", + "walk_anim": "1205", + "durability": null, + "turn90ccw_anim": "1208", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "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" + }, + { + "shop_price": "1", + "examine": "This wine clearly did not age well.", + "durability": null, + "name": "Jug of vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7810" + }, + { + "examine": "Well, this pot is certainly full of vinegar and no mistake.", + "durability": null, + "name": "Pot of vinegar", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "7811" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Goblin skull", + "archery_ticket_price": "0", + "id": "7812" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7813" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Goblin skull", + "archery_ticket_price": "0", + "id": "7814" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Bear ribs", + "archery_ticket_price": "0", + "id": "7815" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7816" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Bear ribs", + "archery_ticket_price": "0", + "id": "7817" + }, + { + "examine": "Unpolished: This needs a good polish.", + "durability": null, + "name": "Ram skull", + "archery_ticket_price": "0", + "id": "7818" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7819" + }, + { + "examine": "Unpolished: This needs a good polish.", + "durability": null, + "name": "Ram skull", + "archery_ticket_price": "0", + "id": "7820" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Unicorn bone", + "archery_ticket_price": "0", + "id": "7821" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7822" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Unicorn bone", + "archery_ticket_price": "0", + "id": "7823" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Giant rat bone", + "archery_ticket_price": "0", + "id": "7824" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7825" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Giant rat bone", + "archery_ticket_price": "0", + "id": "7826" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Giant bat wing", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7827" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7828" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Giant bat wing", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7829" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Wolf bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7830" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7831" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Wolf bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7832" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Bat wing", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7833" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7834" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Bat wing", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7835" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Rat bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7836" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7837" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Rat bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7838" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Baby dragon bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7839" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7840" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Baby dragon bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7841" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Ogre ribs", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7842" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7843" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Ogre ribs", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7844" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Jogre bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7845" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7846" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Jogre bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7847" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Zogre bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7848" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7849" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Zogre bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7850" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Mogre bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7851" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7852" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Mogre bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7853" + }, + { + "examine": "This needs a good polish./ This belongs in a museum!", + "durability": null, + "name": "Monkey paw", + "archery_ticket_price": "0", + "id": "7854" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7855" + }, + { + "examine": "This needs a good polish./ This belongs in a museum!", + "durability": null, + "name": "Monkey paw", + "archery_ticket_price": "0", + "id": "7856" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Dagannoth ribs", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7857" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7858" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Dagannoth ribs", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7859" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Snake spine", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7860" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7861" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Snake spine", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7862" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Zombie bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7863" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7864" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Zombie bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7865" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Werewolf bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7866" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7867" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Werewolf bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7868" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Moss giant bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7869" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7870" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Moss giant bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7871" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Fire giant bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7872" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7873" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Fire giant bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7874" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Ice giant ribs", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7875" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7876" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Ice giant ribs", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7877" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Terrorbird wing", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7878" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7879" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Terrorbird wing", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7880" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Ghoul bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7881" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7882" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Ghoul bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7883" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Troll bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7884" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7885" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Troll bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7886" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Seagull wing", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7887" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7888" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Seagull wing", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7889" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Undead cow ribs", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7890" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7891" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Undead cow ribs", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7892" + }, + { + "shop_price": "160", + "examine": "Unpolished: This needs a good polish. Polished: This bone belongs in a museum!", + "durability": null, + "name": "Experiment bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7893" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7894" + }, + { + "shop_price": "160", + "examine": "Unpolished: This needs a good polish. Polished: This bone belongs in a museum!", + "durability": null, + "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" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7897" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Rabbit bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7898" + }, + { + "examine": "Dirty:This bone needs a good polish.", + "durability": null, + "name": "Basilisk bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7899" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7900" + }, + { + "examine": "Dirty:This bone needs a good polish.", + "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": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7903" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Desert lizard bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7904" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Cave goblin skull", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7905" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7906" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Cave goblin skull", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7907" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Big frog leg", + "weight": "1", + "archery_ticket_price": "0", + "id": "7908" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7909" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Big frog leg", + "weight": "1", + "archery_ticket_price": "0", + "id": "7910" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Vulture wing", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7911" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7912" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Vulture wing", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7913" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Jackal bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7914" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7915" + }, + { + "examine": "This needs a good polish.", + "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, + "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" + }, + { + "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, + "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" + }, + { + "shop_price": "500", + "examine": "A very good vintage.", + "durability": null, + "name": "Bottle of wine", + "tradeable": "true", + "low_alchemy": "200", + "high_alchemy": "300", + "weight": "1", + "archery_ticket_price": "0", + "id": "7919" + }, + { + "durability": null, + "name": "Bottle of wine", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7920" + }, + { + "examine": "This one has clearly been taken down and passed around.", + "durability": null, + "name": "Empty wine bottle", + "high_alchemy": "1", + "weight": "1", + "archery_ticket_price": "0", + "id": "7921" + }, + { + "examine": "The money off voucher has expired.", + "durability": null, + "name": "Al kharid flyer", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "7922" + }, + { + "examine": "A ring given to you by the Easter Bunny.", + "durability": null, + "name": "Easter ring", + "archery_ticket_price": "0", + "id": "7927" + }, + { + "examine": "Happy Easter.", + "grand_exchange_price": "64747137", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "7928" + }, + { + "examine": "Happy Easter.", + "grand_exchange_price": "64747137", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "7929" + }, + { + "examine": "Happy Easter.", + "grand_exchange_price": "64747137", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "7930" + }, + { + "examine": "Happy Easter.", + "grand_exchange_price": "64747137", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "7931" + }, + { + "examine": "Happy Easter.", + "grand_exchange_price": "64747137", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "7932" + }, + { + "examine": "Happy Easter.", + "grand_exchange_price": "64747137", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "7933" + }, + { + "shop_price": "390", + "ge_buy_limit": "100", + "examine": "A field ration to help your wounds go away.", + "grand_exchange_price": "171", + "durability": null, + "name": "Field ration", + "tradeable": "true", + "low_alchemy": "120", + "high_alchemy": "180", + "archery_ticket_price": "0", + "id": "7934" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "171", + "durability": null, + "name": "Field ration", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7935" + }, + { + "shop_price": "1", + "ge_buy_limit": "25000", + "examine": "An uncharged Rune Stone of extra capability.", + "grand_exchange_price": "109", + "durability": null, + "name": "Pure essence", + "tradeable": "true", + "low_alchemy": "1", + "high_alchemy": "2", + "archery_ticket_price": "0", + "id": "7936" + }, + { + "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.", + "grand_exchange_price": "13600", + "durability": null, + "name": "Tortoise shell", + "tradeable": "true", + "low_alchemy": "400", + "high_alchemy": "600", + "weight": "6.8", + "archery_ticket_price": "0", + "id": "7939" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "13600", + "durability": null, + "name": "Tortoise shell", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7940" + }, + { + "examine": "A sturdy sheet of iron.", + "durability": null, + "name": "Iron sheet", + "low_alchemy": "12", + "high_alchemy": "18", + "weight": "1.75", + "archery_ticket_price": "0", + "id": "7941" + }, + { + "examine": "Perfect for storing. Not so good for eating.", + "durability": null, + "name": "Fresh monkfish", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "7942" + }, + { + "examine": "Perfect for storing. Not so good for eating.", + "durability": null, + "name": "Fresh monkfish", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "7943" + }, + { + "ge_buy_limit": "20000", + "examine": "I should try cooking this./Freshly caught. Needs cooking. (Fresh Monkfish)", + "grand_exchange_price": "618", + "durability": null, + "name": "Raw monkfish", + "tradeable": "true", + "low_alchemy": "92", + "high_alchemy": "138", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "7944" + }, + { + "ge_buy_limit": "20000", + "grand_exchange_price": "618", + "durability": null, + "name": "Raw monkfish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7945" + }, + { + "ge_buy_limit": "10000", + "examine": "A tasty fish.", + "grand_exchange_price": "617", + "durability": null, + "name": "Monkfish", + "tradeable": "true", + "low_alchemy": "92", + "high_alchemy": "138", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "7946" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "617", + "durability": null, + "name": "Monkfish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7947" + }, + { + "durability": null, + "name": "Burnt monkfish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7949" + }, + { + "examine": "A highly portable army of skeletal magic.", + "durability": null, + "name": "Bone seeds", + "archery_ticket_price": "0", + "id": "7950" + }, + { + "shop_price": "160", + "examine": "A book taken from the desk of Herman Caranos.", + "durability": null, + "name": "Herman's book", + "tradeable": "false", + "destroy": "true", + "weight": "0.09", + "archery_ticket_price": "0", + "id": "7951" + }, + { + "examine": "Useless without the head.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7952", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7953" + }, + { + "durability": null, + "name": "Burnt shrimp", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7955" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "7956" + }, + { + "shop_price": "2", + "examine": "A mostly clean apron.", + "grand_exchange_price": "169", + "durability": null, + "name": "White apron", + "tradeable": "true", + "high_alchemy": "1", + "weight": "0.45", + "archery_ticket_price": "0", + "id": "7957" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A prop for holding up a tunnel roof.", + "durability": null, + "name": "Mining prop", + "low_alchemy": "4", + "tradeable": "false", + "high_alchemy": "6", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7958" + }, + { + "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, + "name": "Heavy box", + "low_alchemy": "4", + "tradeable": "false", + "high_alchemy": "6", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7959" + }, + { + "examine": "It says 'To the dungeons' on the side.", + "durability": null, + "name": "Empty box", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "7960" + }, + { + "examine": "A diary with one/two/three/four/five page(s).", + "durability": null, + "name": "Burnt diary", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "7961" + }, + { + "examine": "A diary with one/two/three/four/five page(s).", + "durability": null, + "name": "Burnt diary", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "7962" + }, + { + "examine": "A diary with one/two/three/four/five page(s).", + "durability": null, + "name": "Burnt diary", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "7963" + }, + { + "examine": "A diary with one/two/three/four/five page(s).", + "durability": null, + "name": "Burnt diary", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "7964" + }, + { + "examine": "A diary with one/two/three/four/five page(s).", + "durability": null, + "name": "Burnt diary", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "7965" + }, + { + "examine": "A dwarf-made coal engine. It looks very sturdy.", + "durability": null, + "name": "Engine", + "low_alchemy": "2", + "tradeable": "false", + "high_alchemy": "3", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7967" + }, + { + "examine": "A beam with a pulley attached.", + "durability": null, + "name": "Pulley beam", + "low_alchemy": "2", + "high_alchemy": "3", + "archery_ticket_price": "0", + "id": "7969" + }, + { + "examine": "A long beam with a pulley attached.", + "durability": null, + "name": "Long pulley beam", + "low_alchemy": "2", + "high_alchemy": "3", + "archery_ticket_price": "0", + "id": "7970" + }, + { + "examine": "A very long beam with a pulley attached.", + "durability": null, + "name": "Longer pulley beam", + "low_alchemy": "2", + "high_alchemy": "3", + "archery_ticket_price": "0", + "id": "7971" + }, + { + "examine": "The manual for an AMCE Lift-In-A-Box.", + "durability": null, + "name": "Lift manual", + "low_alchemy": "2", + "tradeable": "false", + "high_alchemy": "3", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7972" + }, + { + "examine": "A wooden beam.", + "durability": null, + "name": "Beam", + "low_alchemy": "2", + "high_alchemy": "3", + "archery_ticket_price": "0", + "id": "7973" + }, + { + "durability": null, + "name": "Crawling hand", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "7975" + }, + { + "examine": "I should get it stuffed!", + "durability": null, + "name": "Cockatrice head", + "low_alchemy": "800", + "tradeable": "false", + "high_alchemy": "1200", + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "7976" + }, + { + "examine": "I should get it stuffed!", + "durability": null, + "name": "Basilisk head", + "low_alchemy": "1600", + "tradeable": "false", + "high_alchemy": "2400", + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "7977" + }, + { + "examine": "I should get it stuffed!", + "durability": null, + "name": "Kurask head", + "low_alchemy": "2400", + "tradeable": "false", + "high_alchemy": "3600", + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "7978" + }, + { + "examine": "I should get it stuffed!", + "durability": null, + "name": "Abyssal head", + "low_alchemy": "4800", + "tradeable": "false", + "high_alchemy": "7200", + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "7979" + }, + { + "examine": "I should get it stuffed!", + "durability": null, + "name": "Kbd heads", + "low_alchemy": "20000", + "tradeable": "false", + "high_alchemy": "30000", + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "7980" + }, + { + "examine": "I should get it stuffed!", + "durability": null, + "name": "Kq head", + "archery_ticket_price": "0", + "id": "7981" + }, + { + "durability": null, + "name": "Crawling hand", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "7982" + }, + { + "examine": "I should get it stuffed!", + "durability": null, + "name": "Cockatrice head", + "low_alchemy": "800", + "tradeable": "false", + "high_alchemy": "1200", + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "7983" + }, + { + "examine": "I should get it stuffed!", + "durability": null, + "name": "Basilisk head", + "low_alchemy": "1600", + "tradeable": "false", + "high_alchemy": "2400", + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "7984" + }, + { + "examine": "I should get it stuffed!", + "durability": null, + "name": "Kurask head", + "low_alchemy": "2400", + "tradeable": "false", + "high_alchemy": "3600", + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "7985" + }, + { + "examine": "I should get it stuffed!", + "durability": null, + "name": "Abyssal head", + "low_alchemy": "4800", + "tradeable": "false", + "high_alchemy": "7200", + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "7986" + }, + { + "examine": "I should get it stuffed!", + "durability": null, + "name": "Kbd heads", + "low_alchemy": "20000", + "tradeable": "false", + "high_alchemy": "30000", + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "7987" + }, + { + "examine": "I should get it stuffed!", + "durability": null, + "name": "Kq head", + "archery_ticket_price": "0", + "id": "7988" + }, + { + "examine": "Whopper! I should get this stuffed!", + "durability": null, + "name": "Big bass", + "low_alchemy": "400", + "high_alchemy": "600", + "weight": "6", + "archery_ticket_price": "0", + "id": "7989" + }, + { + "examine": "Whopper! I should get this stuffed!", + "durability": null, + "name": "Big bass", + "low_alchemy": "400", + "high_alchemy": "600", + "weight": "6", + "archery_ticket_price": "0", + "id": "7990" + }, + { + "examine": "Whopper! I should get this stuffed!", + "durability": null, + "name": "Big swordfish", + "low_alchemy": "1000", + "high_alchemy": "1500", + "archery_ticket_price": "0", + "id": "7991" + }, + { + "examine": "Whopper! I should get this stuffed!", + "durability": null, + "name": "Big swordfish", + "low_alchemy": "1000", + "high_alchemy": "1500", + "archery_ticket_price": "0", + "id": "7992" + }, + { + "examine": "Its a monster! I should get this stuffed!", + "durability": null, + "name": "Big shark", + "low_alchemy": "2000", + "high_alchemy": "3000", + "weight": "0.7", + "archery_ticket_price": "0", + "id": "7993" + }, + { + "examine": "Its a monster! I should get this stuffed!", + "durability": null, + "name": "Big shark", + "low_alchemy": "2000", + "high_alchemy": "3000", + "weight": "0.7", + "archery_ticket_price": "0", + "id": "7994" + }, + { + "examine": "A portrait of King Arthur.", + "durability": null, + "name": "Arthur portrait", + "low_alchemy": "400", + "high_alchemy": "600", + "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", + "low_alchemy": "400", + "high_alchemy": "600", + "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", + "low_alchemy": "800", + "high_alchemy": "1200", + "archery_ticket_price": "0", + "id": "8000" + }, + { + "shop_price": "2000", + "examine": "The tropical coast of karamja.", + "durability": null, + "name": "Karamja painting", + "low_alchemy": "800", + "high_alchemy": "1200", + "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", + "low_alchemy": "1699", + "high_alchemy": "1700", + "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", + "low_alchemy": "1699", + "high_alchemy": "1700", + "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", + "low_alchemy": "1699", + "high_alchemy": "1700", + "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", + "tradeable": "true", + "low_alchemy": "1699", + "high_alchemy": "1700", + "archery_ticket_price": "0", + "id": "8010" + }, + { + "shop_price": "2500", + "ge_buy_limit": "1000", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "1511", + "durability": null, + "name": "Ardougne teleport", + "tradeable": "true", + "low_alchemy": "1699", + "high_alchemy": "1700", + "archery_ticket_price": "0", + "id": "8011" + }, + { + "shop_price": "2500", + "ge_buy_limit": "1000", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "1025", + "durability": null, + "name": "Watchtower t'port", + "tradeable": "true", + "low_alchemy": "1699", + "high_alchemy": "1700", + "archery_ticket_price": "0", + "id": "8012" + }, + { + "ge_buy_limit": "1000", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "1426", + "durability": null, + "name": "Teleport to house", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8013" + }, + { + "ge_buy_limit": "200", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "360", + "durability": null, + "name": "Bones to bananas", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8014" + }, + { + "ge_buy_limit": "200", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "620", + "durability": null, + "name": "Bones to peaches", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8015" + }, + { + "ge_buy_limit": "1000", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "343", + "durability": null, + "name": "Enchant sapphire", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8016" + }, + { + "ge_buy_limit": "1000", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "409", + "durability": null, + "name": "Enchant emerald", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8017" + }, + { + "ge_buy_limit": "1000", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "207", + "durability": null, + "name": "Enchant ruby", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8018" + }, + { + "ge_buy_limit": "1000", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "326", + "durability": null, + "name": "Enchant diamond", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8019" + }, + { + "ge_buy_limit": "1000", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "250", + "durability": null, + "name": "Enchant dragonstn.", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8020" + }, + { + "ge_buy_limit": "1000", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "31", + "durability": null, + "name": "Enchant onyx", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8021" + }, + { + "grand_exchange_price": "1918", + "durability": null, + "name": "Wooden bed", + "archery_ticket_price": "0", + "id": "8031" + }, + { + "grand_exchange_price": "1631", + "durability": null, + "name": "Oak bed", + "archery_ticket_price": "0", + "id": "8032" + }, + { + "grand_exchange_price": "1388", + "durability": null, + "name": "Large oak bed", + "archery_ticket_price": "0", + "id": "8033" + }, + { + "grand_exchange_price": "1376", + "durability": null, + "name": "Teak bed", + "archery_ticket_price": "0", + "id": "8034" + }, + { + "grand_exchange_price": "1996", + "durability": null, + "name": "Large teak bed", + "archery_ticket_price": "0", + "id": "8035" + }, + { + "grand_exchange_price": "1314", + "durability": null, + "name": "4-poster", + "archery_ticket_price": "0", + "id": "8036" + }, + { + "grand_exchange_price": "274779", + "durability": null, + "name": "Gilded 4-poster", + "archery_ticket_price": "0", + "id": "8037" + }, + { + "grand_exchange_price": "18", + "durability": null, + "name": "Shoe box", + "archery_ticket_price": "0", + "id": "8038" + }, + { + "grand_exchange_price": "42", + "durability": null, + "name": "Oak drawers", + "archery_ticket_price": "0", + "id": "8039" + }, + { + "grand_exchange_price": "1", + "durability": null, + "name": "Oak wardrobe", + "archery_ticket_price": "0", + "id": "8040" + }, + { + "grand_exchange_price": "126", + "durability": null, + "name": "Teak drawers", + "archery_ticket_price": "0", + "id": "8041" + }, + { + "grand_exchange_price": "12", + "durability": null, + "name": "Teak wardrobe", + "archery_ticket_price": "0", + "id": "8042" + }, + { + "grand_exchange_price": "102", + "durability": null, + "name": "Mahogany 'drobe", + "archery_ticket_price": "0", + "id": "8043" + }, + { + "grand_exchange_price": "139452", + "durability": null, + "name": "Gilded wardrobe", + "archery_ticket_price": "0", + "id": "8044" + }, + { + "grand_exchange_price": "510", + "durability": null, + "name": "Shaving stand", + "archery_ticket_price": "0", + "id": "8045" + }, + { + "grand_exchange_price": "449", + "durability": null, + "name": "Oak shaving stand", + "archery_ticket_price": "0", + "id": "8046" + }, + { + "grand_exchange_price": "147", + "durability": null, + "name": "Oak dresser", + "archery_ticket_price": "0", + "id": "8047" + }, + { + "grand_exchange_price": "478", + "durability": null, + "name": "Teak dresser", + "archery_ticket_price": "0", + "id": "8048" + }, + { + "grand_exchange_price": "456", + "durability": null, + "name": "Fancy teak dresser", + "archery_ticket_price": "0", + "id": "8049" + }, + { + "grand_exchange_price": "404", + "durability": null, + "name": "Mahogany dresser", + "archery_ticket_price": "0", + "id": "8050" + }, + { + "grand_exchange_price": "140594", + "durability": null, + "name": "Gilded dresser", + "archery_ticket_price": "0", + "id": "8051" + }, + { + "grand_exchange_price": "367", + "durability": null, + "name": "Oak clock", + "archery_ticket_price": "0", + "id": "8052" + }, + { + "grand_exchange_price": "552", + "durability": null, + "name": "Teak clock", + "archery_ticket_price": "0", + "id": "8053" + }, + { + "grand_exchange_price": "154310", + "durability": null, + "name": "Gilded clock", + "archery_ticket_price": "0", + "id": "8054" + }, + { + "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", + "id": "8085" + }, + { + "grand_exchange_price": "13", + "durability": null, + "name": "Wooden bench", + "archery_ticket_price": "0", + "id": "8108" + }, + { + "grand_exchange_price": "131", + "durability": null, + "name": "Oak bench", + "archery_ticket_price": "0", + "id": "8109" + }, + { + "grand_exchange_price": "1", + "durability": null, + "name": "Carved oak bench", + "archery_ticket_price": "0", + "id": "8110" + }, + { + "grand_exchange_price": "17", + "durability": null, + "name": "Teak dining bench", + "archery_ticket_price": "0", + "id": "8111" + }, + { + "grand_exchange_price": "2", + "durability": null, + "name": "Carved teak bench", + "archery_ticket_price": "0", + "id": "8112" + }, + { + "grand_exchange_price": "145", + "durability": null, + "name": "Mahogany bench", + "archery_ticket_price": "0", + "id": "8113" + }, + { + "grand_exchange_price": "531526", + "durability": null, + "name": "Gilded bench", + "archery_ticket_price": "0", + "id": "8114" + }, + { + "grand_exchange_price": "1", + "durability": null, + "name": "Wood dining table", + "archery_ticket_price": "0", + "id": "8115" + }, + { + "grand_exchange_price": "1", + "durability": null, + "name": "Oak dining table", + "archery_ticket_price": "0", + "id": "8116" + }, + { + "grand_exchange_price": "1", + "durability": null, + "name": "Carved oak table", + "archery_ticket_price": "0", + "id": "8117" + }, + { + "grand_exchange_price": "2", + "durability": null, + "name": "Teak table", + "archery_ticket_price": "0", + "id": "8118" + }, + { + "grand_exchange_price": "249", + "durability": null, + "name": "Carved teak table", + "archery_ticket_price": "0", + "id": "8119" + }, + { + "grand_exchange_price": "497", + "durability": null, + "name": "Mahogany table", + "archery_ticket_price": "0", + "id": "8120" + }, + { + "grand_exchange_price": "394177", + "durability": null, + "name": "Opulent table", + "archery_ticket_price": "0", + "id": "8121" + }, + { + "shop_price": "24", + "examine": "A candle.", + "grand_exchange_price": "104", + "durability": null, + "name": "Candles", + "tradeable": "true", + "low_alchemy": "1", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "8128" + }, + { + "durability": null, + "name": "Skeleton guard", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "8131" + }, + { + "examine": "He doesn't seem pleased to see me./Beware of the dog! (Construction)", + "durability": null, + "name": "Guard dog", + "archery_ticket_price": "0", + "id": "8132" + }, + { + "examine": "He doesn't look very welcoming.", + "durability": null, + "name": "Hobgoblin guard", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "8133" + }, + { + "examine": "Young but still dangerous.", + "durability": null, + "name": "Baby red dragon", + "archery_ticket_price": "0", + "id": "8134" + }, + { + "examine": "No spider could grow that big! It's unrealistic!", + "durability": null, + "name": "Huge spider", + "archery_ticket_price": "0", + "id": "8135" + }, + { + "examine": "(Level 122)", + "durability": null, + "name": "Hellhound", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "8137" + }, + { + "examine": "I don't think insect repellent will work...", + "durability": null, + "name": "Kalphite soldier", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "8139" + }, + { + "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", + "id": "8140" + }, + { + "examine": "Its scales seem to be made of steel.", + "durability": null, + "name": "Steel dragon", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "8142" + }, + { + "shop_price": "5000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Thorny hedge", + "tradeable": "true", + "low_alchemy": "2000", + "high_alchemy": "3000", + "archery_ticket_price": "0", + "id": "8203" + }, + { + "shop_price": "10000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Nice hedge", + "tradeable": "true", + "low_alchemy": "4000", + "high_alchemy": "6000", + "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", + "low_alchemy": "6000", + "high_alchemy": "9000", + "archery_ticket_price": "0", + "id": "8205" + }, + { + "shop_price": "20000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Topiary hedge", + "tradeable": "true", + "low_alchemy": "8000", + "high_alchemy": "12000", + "weight": "10", + "archery_ticket_price": "0", + "id": "8206" + }, + { + "shop_price": "25000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Fancy hedge", + "low_alchemy": "10000", + "high_alchemy": "15000", + "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", + "low_alchemy": "20000", + "high_alchemy": "30000", + "archery_ticket_price": "0", + "id": "8208" + }, + { + "examine": "Some rosemary.", + "grand_exchange_price": "20", + "durability": null, + "name": "Rosemary", + "tradeable": "true", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "8210" + }, + { + "examine": "A bunch of marigolds.", + "grand_exchange_price": "3862", + "durability": null, + "name": "Marigolds", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8214" + }, + { + "grand_exchange_price": "1", + "durability": null, + "name": "Beer barrel", + "archery_ticket_price": "0", + "id": "8239" + }, + { + "grand_exchange_price": "16860", + "durability": null, + "name": "Cider barrel", + "archery_ticket_price": "0", + "id": "8240" + }, + { + "shop_price": "3", + "examine": "Probably the finest readily-available ale in Asgarnia.", + "grand_exchange_price": "131", + "durability": null, + "name": "Asgarnian ale", + "tradeable": "true", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "8241" + }, + { + "shop_price": "2", + "examine": "A glass of frothy ale.", + "grand_exchange_price": "569", + "durability": null, + "name": "Greenman's ale", + "tradeable": "true", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "8244" + }, + { + "grand_exchange_price": "1", + "durability": null, + "name": "Wood kitchen table", + "archery_ticket_price": "0", + "id": "8246" + }, + { + "grand_exchange_price": "1", + "durability": null, + "name": "Oak kitchen table", + "archery_ticket_price": "0", + "id": "8247" + }, + { + "grand_exchange_price": "1", + "durability": null, + "name": "Teak kitchen table", + "archery_ticket_price": "0", + "id": "8248" + }, + { + "durability": null, + "name": "Crawling hand", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "8260" + }, + { + "examine": "I should get it stuffed!", + "durability": null, + "name": "Cockatrice head", + "low_alchemy": "800", + "tradeable": "false", + "high_alchemy": "1200", + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8261" + }, + { + "examine": "I should get it stuffed!", + "durability": null, + "name": "Basilisk head", + "low_alchemy": "1600", + "tradeable": "false", + "high_alchemy": "2400", + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8262" + }, + { + "examine": "I should get it stuffed!", + "durability": null, + "name": "Kurask head", + "low_alchemy": "2400", + "tradeable": "false", + "high_alchemy": "3600", + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8263" + }, + { + "examine": "I should get it stuffed!", + "durability": null, + "name": "Abyssal head", + "low_alchemy": "4800", + "tradeable": "false", + "high_alchemy": "7200", + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8264" + }, + { + "examine": "I should get it stuffed!", + "durability": null, + "name": "Kbd heads", + "low_alchemy": "20000", + "tradeable": "false", + "high_alchemy": "30000", + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8265" + }, + { + "examine": "I should get it stuffed!", + "durability": null, + "name": "Kq head", + "archery_ticket_price": "0", + "id": "8266" + }, + { + "durability": null, + "name": "Runite armour", + "archery_ticket_price": "0", + "id": "8272", + "absorb": "9,0,20", + "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0" + }, + { + "examine": "The magical sword 'Silverlight'. / The magical sword 'Silverlight', stained black with mushroom ink. (during Shadow of the Storm)", + "durability": null, + "name": "Silverlight", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "1.8", + "archery_ticket_price": "0", + "attack_speed": "5", + "id": "8279", + "bonuses": "9,14,-2,0,0,0,3,2,1,0,0,12,0,0,0" + }, + { + "examine": "This used to belong to King Arthur.", + "durability": null, + "name": "Excalibur", + "low_alchemy": "80", + "high_alchemy": "120", + "weight": "2.2", + "archery_ticket_price": "0", + "attack_speed": "5", + "id": "8280", + "bonuses": "20,29,-2,0,0,0,3,2,1,0,0,25,0,0,0" + }, + { + "examine": "The magical sword Silverlight, enhanced with the blood of Agrith-Naar.", + "durability": null, + "name": "Darklight", + "low_alchemy": "200", + "high_alchemy": "300", + "weight": "1.8", + "archery_ticket_price": "0", + "attack_speed": "5", + "id": "8281", + "bonuses": "10,16,-2,0,0,0,3,2,2,0,0,13,0,0,0" + }, + { + "examine": "This provides partial protection from dragon-breath attacks.", + "grand_exchange_price": "305", + "durability": null, + "name": "Anti-dragon shield", + "tradeable": "true", + "low_alchemy": "8", + "high_alchemy": "12", + "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" + }, + { + "examine": "Uncharged: A very powerful dragonstone amulet. 1-4 charges: A dragonstone amulet with X magic charges.", + "grand_exchange_price": "1", + "durability": null, + "name": "Amulet of glory", + "tradeable": "true", + "low_alchemy": "7050", + "high_alchemy": "10575", + "archery_ticket_price": "0", + "id": "8283", + "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,0,3,0" + }, + { + "shop_price": "450", + "examine": "The cape worn by members of the Legends Guild.", + "durability": null, + "name": "Cape of legends", + "low_alchemy": "180", + "high_alchemy": "270", + "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" + }, + { + "examine": "Legendary King of the Britons.", + "durability": null, + "name": "King arthur", + "archery_ticket_price": "0", + "id": "8285" + }, + { + "examine": "She looks concerned.", + "durability": null, + "name": "Elena", + "archery_ticket_price": "0", + "id": "8286" + }, + { + "examine": "It's full of pent-up aggression.", + "durability": null, + "name": "Rocnar", + "archery_ticket_price": "0", + "id": "8305" + }, + { + "grand_exchange_price": "1", + "durability": null, + "name": "Crude wooden chair", + "archery_ticket_price": "0", + "id": "8309" + }, + { + "grand_exchange_price": "50", + "durability": null, + "name": "Wooden chair", + "archery_ticket_price": "0", + "id": "8310" + }, + { + "grand_exchange_price": "1", + "durability": null, + "name": "Rocking chair", + "archery_ticket_price": "0", + "id": "8311" + }, + { + "grand_exchange_price": "1", + "durability": null, + "name": "Oak chair", + "archery_ticket_price": "0", + "id": "8312" + }, + { + "grand_exchange_price": "2", + "durability": null, + "name": "Oak armchair", + "archery_ticket_price": "0", + "id": "8313" + }, + { + "grand_exchange_price": "1", + "durability": null, + "name": "Teak armchair", + "archery_ticket_price": "0", + "id": "8314" + }, + { + "grand_exchange_price": "8", + "durability": null, + "name": "Mahogany armchair", + "archery_ticket_price": "0", + "id": "8315" + }, + { + "grand_exchange_price": "1", + "durability": null, + "name": "Wooden bookcase", + "archery_ticket_price": "0", + "id": "8319" + }, + { + "grand_exchange_price": "1", + "durability": null, + "name": "Oak bookcase", + "archery_ticket_price": "0", + "id": "8320" + }, + { + "grand_exchange_price": "52", + "durability": null, + "name": "Mahogany b'kcase", + "archery_ticket_price": "0", + "id": "8321" + }, + { + "requirements": "{5,22}", + "shop_price": "1000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Bagged dead tree", + "tradeable": "true", + "low_alchemy": "400", + "high_alchemy": "600", + "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", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Bagged nice tree", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8419" + }, + { + "durability": null, + "name": "Bagged nice tree", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8420" + }, + { + "requirements": "{15,22}", + "durability": null, + "name": "Bagged oak tree", + "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", + "examine": "You can plant this in your garden.", + "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", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Bagged maple tree", + "tradeable": "true", + "low_alchemy": "6000", + "high_alchemy": "9000", + "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", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Bagged yew tree", + "tradeable": "true", + "low_alchemy": "8000", + "high_alchemy": "12000", + "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", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Bagged magic tree", + "tradeable": "true", + "low_alchemy": "20000", + "high_alchemy": "30000", + "weight": "10", + "archery_ticket_price": "0", + "id": "8429" + }, + { + "durability": null, + "name": "Bagged magic tree", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8430" + }, + { + "shop_price": "1000", + "ge_buy_limit": "5000", + "examine": "You can plant this in your garden.", + "grand_exchange_price": "1345", + "durability": null, + "name": "Bagged plant 1", + "tradeable": "true", + "low_alchemy": "400", + "high_alchemy": "600", + "weight": "10", + "archery_ticket_price": "0", + "id": "8431" + }, + { + "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", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Bagged plant 2", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8433" + }, + { + "durability": null, + "name": "Bagged plant 2", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8434" + }, + { + "requirements": "{12,22}", + "shop_price": "10000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Bagged plant 3", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8435" + }, + { + "durability": null, + "name": "Bagged plant 3", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8436" + }, + { + "requirements": "{22,56}", + "shop_price": "5000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Thorny hedge", + "tradeable": "true", + "low_alchemy": "2000", + "high_alchemy": "3000", + "archery_ticket_price": "0", + "id": "8437" + }, + { + "durability": null, + "name": "Thorny hedge", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8438" + }, + { + "requirements": "{22,60}", + "shop_price": "10000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Nice hedge", + "tradeable": "true", + "low_alchemy": "4000", + "high_alchemy": "6000", + "archery_ticket_price": "0", + "id": "8439" + }, + { + "durability": null, + "name": "Nice hedge", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8440" + }, + { + "requirements": "{22,64}", + "shop_price": "15000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Small box hedge", + "tradeable": "true", + "low_alchemy": "6000", + "high_alchemy": "9000", + "archery_ticket_price": "0", + "id": "8441" + }, + { + "durability": null, + "name": "Small box hedge", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8442" + }, + { + "requirements": "{22,68}", + "shop_price": "20000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Topiary hedge", + "tradeable": "true", + "low_alchemy": "8000", + "high_alchemy": "12000", + "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", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Fancy hedge", + "low_alchemy": "10000", + "high_alchemy": "15000", + "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", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Tall fancy hedge", + "low_alchemy": "20000", + "high_alchemy": "30000", + "archery_ticket_price": "0", + "id": "8447" + }, + { + "durability": null, + "name": "Tall fancy hedge", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8448" + }, + { + "requirements": "{22,80}", + "durability": null, + "name": "Tall box hedge", + "archery_ticket_price": "0", + "id": "8449" + }, + { + "durability": null, + "name": "Tall box hedge", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8450" + }, + { + "requirements": "{22,66}", + "durability": null, + "name": "Bagged rosemary", + "archery_ticket_price": "0", + "id": "8451" + }, + { + "durability": null, + "name": "Bagged rosemary", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8452" + }, + { + "requirements": "{22,71}", + "shop_price": "10000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Bagged daffodils", + "tradeable": "true", + "low_alchemy": "4000", + "high_alchemy": "6000", + "archery_ticket_price": "0", + "id": "8453" + }, + { + "durability": null, + "name": "Bagged daffodils", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8454" + }, + { + "requirements": "{22,76}", + "shop_price": "15000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Bagged bluebells", + "tradeable": "true", + "low_alchemy": "6000", + "high_alchemy": "9000", + "archery_ticket_price": "0", + "id": "8455" + }, + { + "durability": null, + "name": "Bagged bluebells", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8456" + }, + { + "requirements": "{22,66}", + "shop_price": "5000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Bagged sunflower", + "tradeable": "true", + "low_alchemy": "2000", + "high_alchemy": "3000", + "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", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Bagged marigolds", + "tradeable": "true", + "low_alchemy": "4000", + "high_alchemy": "6000", + "archery_ticket_price": "0", + "id": "8459" + }, + { + "durability": null, + "name": "Bagged marigolds", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8460" + }, + { + "requirements": "{22,76}", + "shop_price": "15000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Bagged roses", + "tradeable": "true", + "low_alchemy": "6000", + "high_alchemy": "9000", + "weight": "10", + "archery_ticket_price": "0", + "id": "8461" + }, + { + "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", + "archery_ticket_price": "0", + "id": "8463" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8464", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8466", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8468", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8470", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8472", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8474", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8476", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8478", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8480", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8482", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8484", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8486", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8488", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8490", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8492", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8494", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Crude wooden chair", + "archery_ticket_price": "0", + "id": "8496" + }, + { + "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", + "durability": null, + "name": "Wooden chair", + "archery_ticket_price": "0", + "id": "8498" + }, + { + "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", + "durability": null, + "name": "Rocking chair", + "archery_ticket_price": "0", + "id": "8500" + }, + { + "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", + "durability": null, + "name": "Oak chair", + "archery_ticket_price": "0", + "id": "8502" + }, + { + "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", + "durability": null, + "name": "Oak armchair", + "archery_ticket_price": "0", + "id": "8504" + }, + { + "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", + "durability": null, + "name": "Teak armchair", + "archery_ticket_price": "0", + "id": "8506" + }, + { + "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", + "durability": null, + "name": "Mahogany armchair", + "archery_ticket_price": "0", + "id": "8508" + }, + { + "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", + "durability": null, + "name": "Wooden bookcase", + "archery_ticket_price": "0", + "id": "8510" + }, + { + "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", + "durability": null, + "name": "Oak bookcase", + "archery_ticket_price": "0", + "id": "8512" + }, + { + "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", + "durability": null, + "name": "Mahogany b'kcase", + "archery_ticket_price": "0", + "id": "8514" + }, + { + "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", + "durability": null, + "name": "Beer barrel", + "archery_ticket_price": "0", + "id": "8516" + }, + { + "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", + "durability": null, + "name": "Cider barrel", + "archery_ticket_price": "0", + "id": "8518" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "16900", + "durability": null, + "name": "Cider barrel", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8519" + }, + { + "shop_price": "3", + "ge_buy_limit": "100", + "examine": "Probably the finest readily-available ale in Asgarnia.", + "grand_exchange_price": "4586", + "durability": null, + "name": "Asgarnian ale", + "tradeable": "true", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "8520" + }, + { + "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 glass of frothy ale.", + "grand_exchange_price": "8875", + "durability": null, + "name": "Greenman's ale", + "tradeable": "true", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "8522" + }, + { + "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", + "ge_buy_limit": "100", + "examine": "A glass of bitter.", + "grand_exchange_price": "10300", + "durability": null, + "name": "Dragon bitter", + "tradeable": "true", + "high_alchemy": "1", + "weight": "1", + "archery_ticket_price": "0", + "id": "8524" + }, + { + "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 fruity, full-bodied ale.", + "grand_exchange_price": "48800", + "durability": null, + "name": "Chef's delight", + "tradeable": "true", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "8526" + }, + { + "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", + "durability": null, + "name": "Wood kitchen table", + "archery_ticket_price": "0", + "id": "8528" + }, + { + "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", + "durability": null, + "name": "Oak kitchen table", + "archery_ticket_price": "0", + "id": "8530" + }, + { + "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", + "durability": null, + "name": "Teak kitchen table", + "archery_ticket_price": "0", + "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", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8535" + }, + { + "durability": null, + "name": "Eagle lectern", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8537" + }, + { + "durability": null, + "name": "Demon lectern", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8539" + }, + { + "durability": null, + "name": "Teak eagle lectern", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8541" + }, + { + "durability": null, + "name": "Teak demon lectern", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8543" + }, + { + "durability": null, + "name": "Mahogany eagle", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8545" + }, + { + "durability": null, + "name": "Mahogany demon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8547" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Wood dining table", + "archery_ticket_price": "0", + "id": "8548" + }, + { + "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", + "durability": null, + "name": "Oak dining table", + "archery_ticket_price": "0", + "id": "8550" + }, + { + "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", + "durability": null, + "name": "Carved oak table", + "archery_ticket_price": "0", + "id": "8552" + }, + { + "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", + "durability": null, + "name": "Teak table", + "archery_ticket_price": "0", + "id": "8554" + }, + { + "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", + "durability": null, + "name": "Carved teak table", + "archery_ticket_price": "0", + "id": "8556" + }, + { + "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", + "durability": null, + "name": "Mahogany table", + "archery_ticket_price": "0", + "id": "8558" + }, + { + "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", + "durability": null, + "name": "Opulent table", + "archery_ticket_price": "0", + "id": "8560" + }, + { + "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", + "durability": null, + "name": "Wooden bench", + "archery_ticket_price": "0", + "id": "8562" + }, + { + "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", + "durability": null, + "name": "Oak bench", + "archery_ticket_price": "0", + "id": "8564" + }, + { + "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", + "durability": null, + "name": "Carved oak bench", + "archery_ticket_price": "0", + "id": "8566" + }, + { + "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", + "durability": null, + "name": "Teak dining bench", + "archery_ticket_price": "0", + "id": "8568" + }, + { + "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", + "durability": null, + "name": "Carved teak bench", + "archery_ticket_price": "0", + "id": "8570" + }, + { + "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", + "durability": null, + "name": "Mahogany bench", + "archery_ticket_price": "0", + "id": "8572" + }, + { + "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", + "durability": null, + "name": "Gilded bench", + "archery_ticket_price": "0", + "id": "8574" + }, + { + "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", + "durability": null, + "name": "Wooden bed", + "archery_ticket_price": "0", + "id": "8576" + }, + { + "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", + "durability": null, + "name": "Oak bed", + "archery_ticket_price": "0", + "id": "8578" + }, + { + "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", + "durability": null, + "name": "Large oak bed", + "archery_ticket_price": "0", + "id": "8580" + }, + { + "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", + "durability": null, + "name": "Teak bed", + "archery_ticket_price": "0", + "id": "8582" + }, + { + "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", + "durability": null, + "name": "Large teak bed", + "archery_ticket_price": "0", + "id": "8584" + }, + { + "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", + "durability": null, + "name": "4-poster", + "archery_ticket_price": "0", + "id": "8586" + }, + { + "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", + "durability": null, + "name": "Gilded 4-poster", + "archery_ticket_price": "0", + "id": "8588" + }, + { + "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", + "durability": null, + "name": "Oak clock", + "archery_ticket_price": "0", + "id": "8590" + }, + { + "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", + "durability": null, + "name": "Teak clock", + "archery_ticket_price": "0", + "id": "8592" + }, + { + "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", + "durability": null, + "name": "Gilded clock", + "archery_ticket_price": "0", + "id": "8594" + }, + { + "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", + "durability": null, + "name": "Shaving stand", + "archery_ticket_price": "0", + "id": "8596" + }, + { + "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", + "durability": null, + "name": "Oak shaving stand", + "archery_ticket_price": "0", + "id": "8598" + }, + { + "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", + "durability": null, + "name": "Oak dresser", + "archery_ticket_price": "0", + "id": "8600" + }, + { + "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", + "durability": null, + "name": "Teak dresser", + "archery_ticket_price": "0", + "id": "8602" + }, + { + "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", + "durability": null, + "name": "Fancy teak dresser", + "archery_ticket_price": "0", + "id": "8604" + }, + { + "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", + "durability": null, + "name": "Mahogany dresser", + "archery_ticket_price": "0", + "id": "8606" + }, + { + "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", + "durability": null, + "name": "Gilded dresser", + "archery_ticket_price": "0", + "id": "8608" + }, + { + "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", + "durability": null, + "name": "Shoe box", + "archery_ticket_price": "0", + "id": "8610" + }, + { + "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", + "durability": null, + "name": "Oak drawers", + "archery_ticket_price": "0", + "id": "8612" + }, + { + "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", + "durability": null, + "name": "Oak wardrobe", + "archery_ticket_price": "0", + "id": "8614" + }, + { + "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", + "durability": null, + "name": "Teak drawers", + "archery_ticket_price": "0", + "id": "8616" + }, + { + "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", + "durability": null, + "name": "Teak wardrobe", + "archery_ticket_price": "0", + "id": "8618" + }, + { + "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", + "durability": null, + "name": "Mahogany 'drobe", + "archery_ticket_price": "0", + "id": "8620" + }, + { + "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", + "durability": null, + "name": "Gilded wardrobe", + "archery_ticket_price": "0", + "id": "8622" + }, + { + "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", + "id": "8625" + }, + { + "durability": null, + "name": "Elemental sphere", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8627" + }, + { + "durability": null, + "name": "Crystal of power", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8629" + }, + { + "durability": null, + "name": "Globe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8631" + }, + { + "durability": null, + "name": "Ornamental globe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8633" + }, + { + "durability": null, + "name": "Lunar globe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8635" + }, + { + "durability": null, + "name": "Celestial globe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8637" + }, + { + "durability": null, + "name": "Armillary sphere", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8639" + }, + { + "durability": null, + "name": "Small orrery", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8641" + }, + { + "durability": null, + "name": "Large orrery", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8643" + }, + { + "durability": null, + "name": "Wooden telescope", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8645" + }, + { + "durability": null, + "name": "Teak telescope", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8647" + }, + { + "durability": null, + "name": "Mahogany 'scope", + "tradeable": "true", + "archery_ticket_price": "0", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "stand_turn_anim": "1426" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8682", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8684", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8686", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8688", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8690", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8692", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8694", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8696", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8698", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8700", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8702", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8704", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8706", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8708", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8710", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8712", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5.4", + "absorb": "3,0,7", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8714", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5.4", + "absorb": "3,0,7", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8716", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5.4", + "absorb": "3,0,7", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8718", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5.4", + "absorb": "3,0,7", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8720", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5.4", + "absorb": "3,0,7", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8722", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5.4", + "absorb": "3,0,7", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8724", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5.4", + "absorb": "3,0,7", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8726", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5.4", + "absorb": "3,0,7", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8728", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5.4", + "absorb": "3,0,7", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8730", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5.4", + "absorb": "3,0,7", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8732", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5.4", + "absorb": "3,0,7", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8734", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5.4", + "absorb": "3,0,7", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8736", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5.4", + "absorb": "3,0,7", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8738", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5.4", + "absorb": "3,0,7", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8740", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5.4", + "absorb": "3,0,7", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8742", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5.4", + "absorb": "3,0,7", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8744", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "340", + "high_alchemy": "510", + "weight": "5.4", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8746", + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" + }, + { + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "340", + "high_alchemy": "510", + "weight": "5.4", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8748", + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" + }, + { + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "340", + "high_alchemy": "510", + "weight": "5.4", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8750", + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" + }, + { + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "340", + "high_alchemy": "510", + "weight": "5.4", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8752", + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" + }, + { + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "340", + "high_alchemy": "510", + "weight": "5.4", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8754", + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" + }, + { + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "340", + "high_alchemy": "510", + "weight": "5.4", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8756", + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" + }, + { + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "340", + "high_alchemy": "510", + "weight": "5.4", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8758", + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" + }, + { + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "340", + "high_alchemy": "510", + "weight": "5.4", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8760", + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" + }, + { + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "340", + "high_alchemy": "510", + "weight": "5.4", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8762", + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" + }, + { + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "340", + "high_alchemy": "510", + "weight": "5.4", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8764", + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" + }, + { + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "340", + "high_alchemy": "510", + "weight": "5.4", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8766", + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" + }, + { + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "340", + "high_alchemy": "510", + "weight": "5.4", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8768", + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" + }, + { + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "340", + "high_alchemy": "510", + "weight": "5.4", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8770", + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" + }, + { + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "340", + "high_alchemy": "510", + "weight": "5.4", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8772", + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" + }, + { + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "340", + "high_alchemy": "510", + "weight": "5.4", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8774", + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" + }, + { + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "340", + "high_alchemy": "510", + "weight": "5.4", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8776", + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" + }, + { + "ge_buy_limit": "10000", + "examine": "A plank of sturdy oak.", + "grand_exchange_price": "660", + "durability": null, + "name": "Oak plank", + "tradeable": "true", + "low_alchemy": "100", + "high_alchemy": "150", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "8778" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "660", + "durability": null, + "name": "Oak plank", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8779" + }, + { + "shop_price": "500", + "ge_buy_limit": "10000", + "examine": "A plank of fine teak.", + "grand_exchange_price": "959", + "durability": null, + "name": "Teak plank", + "tradeable": "true", + "low_alchemy": "200", + "high_alchemy": "300", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "8780" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "959", + "durability": null, + "name": "Teak plank", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8781" + }, + { + "shop_price": "1500", + "ge_buy_limit": "10000", + "examine": "A plank of expensive mahogany.", + "grand_exchange_price": "2286", + "durability": null, + "name": "Mahogany plank", + "tradeable": "true", + "low_alchemy": "600", + "high_alchemy": "900", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "8782" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "2286", + "durability": null, + "name": "Mahogany plank", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8783" + }, + { + "shop_price": "130000", + "ge_buy_limit": "100", + "examine": "A very delicate sheet of gold.", + "grand_exchange_price": "133800", + "durability": null, + "name": "Gold leaf", + "tradeable": "true", + "low_alchemy": "52000", + "high_alchemy": "78000", + "weight": "1", + "archery_ticket_price": "0", + "id": "8784" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "133800", + "durability": null, + "name": "Gold leaf", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8785" + }, + { + "shop_price": "325000", + "ge_buy_limit": "100", + "examine": "A beautifully carved marble block.", + "grand_exchange_price": "324800", + "durability": null, + "name": "Marble block", + "tradeable": "true", + "low_alchemy": "130000", + "high_alchemy": "195000", + "weight": "13.6", + "archery_ticket_price": "0", + "id": "8786" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "324800", + "durability": null, + "name": "Marble block", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8787" + }, + { + "shop_price": "975000", + "ge_buy_limit": "100", + "examine": "A magic stone to make high-level furniture.", + "grand_exchange_price": "980300", + "durability": null, + "name": "Magic stone", + "tradeable": "true", + "low_alchemy": "390000", + "high_alchemy": "585000", + "weight": "1", + "archery_ticket_price": "0", + "id": "8788" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "980300", + "durability": null, + "name": "Magic stone", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8789" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "A bolt of ordinary cloth.", + "grand_exchange_price": "1090", + "durability": null, + "name": "Bolt of cloth", + "tradeable": "true", + "low_alchemy": "200", + "high_alchemy": "300", + "weight": "1", + "archery_ticket_price": "0", + "id": "8790" + }, + { + "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.", + "grand_exchange_price": "1630", + "durability": null, + "name": "Clockwork", + "tradeable": "true", + "low_alchemy": "200", + "high_alchemy": "300", + "weight": "1", + "archery_ticket_price": "0", + "id": "8792" + }, + { + "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", + "examine": "Good for cutting wood.", + "durability": null, + "low_alchemy": "5", + "high_alchemy": "7", + "weight": "1", + "equipment_slot": "3", + "grand_exchange_price": "64", + "name": "Saw", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8794" + }, + { + "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", + "id": "8836" + }, + { + "shop_price": "1", + "ge_buy_limit": "1000", + "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" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "29", + "durability": null, + "name": "Timber beam", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8838" + }, + { + "shop_price": "250", + "examine": "Torso armour from the order of the Void Knights.", + "durability": null, + "low_alchemy": "19200", + "high_alchemy": "28800", + "weight": "6.8", + "equipment_slot": "4", + "remove_sleeves": "true", + "name": "Void knight top", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "8839", + "bonuses": "0,0,0,0,0,45,45,45,45,45,45,0,0,0,0" + }, + { + "shop_price": "250", + "examine": "Leg armour of the order of the Void Knights.", + "durability": null, + "name": "Void knight robe", + "tradeable": "false", + "low_alchemy": "18000", + "high_alchemy": "27000", + "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" + }, + { + "shop_price": "250", + "examine": "A mace used by the order of the Void Knights.", + "durability": null, + "low_alchemy": "4800", + "high_alchemy": "7200", + "weight": "1", + "attack_speed": "5", + "weapon_interface": "1", + "render_anim": "2553", + "equipment_slot": "3", + "name": "Void knight mace", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "8841", + "bonuses": "22,0,41,8,0,2,2,2,2,2,0,38,6,0,0" + }, + { + "shop_price": "150", + "examine": "Gloves as used by the order of the Void Knights.", + "durability": null, + "name": "Void knight gloves", + "tradeable": "false", + "low_alchemy": "2420", + "high_alchemy": "3631", + "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", + "equipment_slot": "9" + }, + { + "examine": "A defensive weapon.", + "durability": null, + "name": "Bronze defender", + "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", + "equipment_slot": "5" + }, + { + "examine": "A defensive weapon.", + "durability": null, + "name": "Iron defender", + "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", + "equipment_slot": "5" + }, + { + "requirements": "{0,5}-{1,5}", + "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", + "defence_anim": "4177", + "equipment_slot": "5" + }, + { + "requirements": "{0,10}-{1,10}", + "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", + "defence_anim": "4177", + "equipment_slot": "5" + }, + { + "requirements": "{0,20}-{1,20}", + "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", + "defence_anim": "4177", + "equipment_slot": "5" + }, + { + "requirements": "{0,30}-{1,30}", + "examine": "A defensive weapon.", + "durability": null, + "name": "Adamant defender", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "8849", + "bonuses": "13,12,11,-3,-2,13,12,11,-3,-2,6,4,0,0,0", + "defence_anim": "4177", + "equipment_slot": "5" + }, + { + "requirements": "{0,40}-{1,40}", + "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", + "defence_anim": "4177", + "equipment_slot": "5" + }, + { + "examine": "Warrior Guild Token.", + "durability": null, + "name": "Warrior guild token", + "archery_ticket_price": "0", + "id": "8851" + }, + { + "examine": "Large, round, heavy shield.", + "durability": null, + "name": "Defensive shield", + "weight": "3.6", + "archery_ticket_price": "0", + "two_handed": "true", + "id": "8856", + "bonuses": "0,0,0,-6,-2,8,9,7,0,8,0,0,0,0,0", + "equipment_slot": "5" + }, + { + "examine": "Just landed 18lb shot.", + "durability": null, + "name": "18lb shot", + "destroy": "true", + "archery_ticket_price": "0", + "id": "8858" + }, + { + "examine": "Just landed 22lb shot.", + "durability": null, + "name": "22lb shot", + "destroy": "true", + "archery_ticket_price": "0", + "id": "8859" + }, + { + "examine": "To put on your head.", + "durability": null, + "name": "One barrel", + "destroy": "true", + "weight": "4.5", + "archery_ticket_price": "0", + "id": "8860", + "equipment_slot": "0" + }, + { + "examine": "To put on your head.", + "durability": null, + "name": "Two barrels", + "destroy": "true", + "weight": "9", + "archery_ticket_price": "0", + "id": "8861", + "equipment_slot": "0" + }, + { + "examine": "To put on your head.", + "durability": null, + "name": "Three barrels", + "destroy": "true", + "weight": "13.5", + "archery_ticket_price": "0", + "id": "8862", + "equipment_slot": "0" + }, + { + "examine": "To put on your head.", + "durability": null, + "name": "Four barrels", + "destroy": "true", + "weight": "18.1", + "archery_ticket_price": "0", + "id": "8863", + "equipment_slot": "0" + }, + { + "examine": "To put on your head.", + "durability": null, + "name": "Five barrels", + "destroy": "true", + "weight": "22.6", + "archery_ticket_price": "0", + "id": "8864", + "equipment_slot": "0" + }, + { + "examine": "A heap of finely ground ashes.", + "durability": null, + "name": "Ground ashes", + "archery_ticket_price": "0", + "id": "8865" + }, + { + "examine": "A key made of solid iron.", + "durability": null, + "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", + "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, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "0.4", + "weapon_interface": "5", + "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", + "archery_ticket_price": "0", + "id": "8872", + "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2855", + "durability": null, + "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, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "0.4", + "weapon_interface": "5", + "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)", + "archery_ticket_price": "0", + "id": "8874", + "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3033", + "durability": null, + "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, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "0.4", + "weapon_interface": "5", + "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+)", + "archery_ticket_price": "0", + "id": "8876", + "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3523", + "durability": null, + "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, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "0.4", + "weapon_interface": "5", + "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++)", + "archery_ticket_price": "0", + "id": "8878", + "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8337", + "durability": null, + "name": "Bone dagger (p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8879" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "This fires crossbow bolts.", + "walk_anim": "4226", + "has_special": "true", + "low_alchemy": "800", + "turn90ccw_anim": "822", + "attack_speed": "6", + "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, + "high_alchemy": "1200", + "weight": "2.2", + "weapon_interface": "17", + "render_anim": "175", + "attack_audios": "2700,0,0,0", + "name": "Dorgeshuun c'bow" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1159", + "durability": null, + "name": "Dorgeshuun c'bow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8881" + }, + { + "requirements": "{4,28}", + "shop_price": "4", + "ge_buy_limit": "10000", + "examine": "Good if you have a bone crossbow!", + "durability": null, + "low_alchemy": "1", + "high_alchemy": "2", + "equipment_slot": "13", + "grand_exchange_price": "12", + "name": "Bone bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8882", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,49" + }, + { + "examine": "See article", + "durability": null, + "name": "Zanik", + "archery_ticket_price": "0", + "id": "8887" + }, + { + "bankable": "false", + "examine": "100,000 or more: \"X x coins\" where X is the exact number of coins in the stack.", + "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, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "10", + "equipment_slot": "0", + "grand_exchange_price": "989400", + "name": "Black mask (10)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8901", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "989400", + "durability": null, + "name": "Black mask (10)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8902" + }, + { + "requirements": "{1,20}-{2,10}", + "examine": "A magic cave horror mask.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "10", + "equipment_slot": "0", + "grand_exchange_price": "583700", + "name": "Black mask (9)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8903", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0" + }, + { + "durability": null, + "name": "Black mask (9)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8904" + }, + { + "requirements": "{1,20}-{2,10}", + "examine": "A magic cave horror mask.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "10", + "equipment_slot": "0", + "grand_exchange_price": "583700", + "name": "Black mask (8)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8905", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0" + }, + { + "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.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "10", + "equipment_slot": "0", + "grand_exchange_price": "583700", + "name": "Black mask (7)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8907", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,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.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "10", + "equipment_slot": "0", + "grand_exchange_price": "583700", + "name": "Black mask (6)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8909", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,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.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "10", + "equipment_slot": "0", + "grand_exchange_price": "583700", + "name": "Black mask (5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8911", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,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.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "10", + "equipment_slot": "0", + "grand_exchange_price": "583700", + "name": "Black mask (4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8913", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,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.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "10", + "equipment_slot": "0", + "grand_exchange_price": "583700", + "name": "Black mask (3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8915", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,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.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "10", + "equipment_slot": "0", + "grand_exchange_price": "583700", + "name": "Black mask (2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8917", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,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.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "10", + "equipment_slot": "0", + "grand_exchange_price": "583700", + "name": "Black mask (1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8919", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,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.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "10", + "equipment_slot": "0", + "grand_exchange_price": "956100", + "name": "Black mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8921", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,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", + "low_alchemy": "360", + "high_alchemy": "540", + "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 (colour) bandana and a patch for the right eye.", + "durability": null, + "name": "Bandana and eyepatch", + "tradeable": "true", + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "8924", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "A (colour) bandana and a patch for the right eye.", + "durability": null, + "name": "Bandana and eyepatch", + "tradeable": "true", + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "8925", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "A (colour) bandana and a patch for the right eye.", + "durability": null, + "name": "Bandana and eyepatch", + "tradeable": "true", + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "8926", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "A (colour) bandana and a patch for the right eye.", + "durability": null, + "name": "Bandana and eyepatch", + "tradeable": "true", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "72", + "high_alchemy": "108", + "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", + "low_alchemy": "40", + "tradeable": "false", + "high_alchemy": "60", + "destroy": "true", + "archery_ticket_price": "0", + "id": "8952", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "shop_price": "100", + "examine": "...You can sail the seven seas...", + "durability": null, + "name": "Green naval shirt", + "low_alchemy": "40", + "tradeable": "false", + "high_alchemy": "60", + "destroy": "true", + "archery_ticket_price": "0", + "id": "8953", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "shop_price": "100", + "examine": "...You can sail the seven seas...", + "durability": null, + "name": "Red naval shirt", + "low_alchemy": "40", + "tradeable": "false", + "high_alchemy": "60", + "destroy": "true", + "archery_ticket_price": "0", + "id": "8954", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "shop_price": "100", + "examine": "...You can sail the seven seas...", + "durability": null, + "name": "Brown naval shirt", + "low_alchemy": "40", + "tradeable": "false", + "high_alchemy": "60", + "destroy": "true", + "archery_ticket_price": "0", + "id": "8955", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "shop_price": "100", + "examine": "...You can sail the seven seas...", + "durability": null, + "name": "Black naval shirt", + "low_alchemy": "40", + "tradeable": "false", + "high_alchemy": "60", + "destroy": "true", + "archery_ticket_price": "0", + "id": "8956", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "shop_price": "100", + "examine": "...You can sail the seven seas...", + "durability": null, + "name": "Purple naval shirt", + "low_alchemy": "40", + "tradeable": "false", + "high_alchemy": "60", + "destroy": "true", + "archery_ticket_price": "0", + "id": "8957", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "shop_price": "100", + "examine": "...You can sail the seven seas...", + "durability": null, + "name": "Grey naval shirt", + "low_alchemy": "40", + "tradeable": "false", + "high_alchemy": "60", + "destroy": "true", + "archery_ticket_price": "0", + "id": "8958", + "equipment_slot": "4" + }, + { + "shop_price": "50", + "examine": "I could never look square in this.", + "durability": null, + "name": "Blue tricorn hat", + "low_alchemy": "20", + "high_alchemy": "30", + "archery_ticket_price": "0", + "id": "8959", + "equipment_slot": "0" + }, + { + "shop_price": "50", + "examine": "I could never look square in this.", + "durability": null, + "name": "Green tricorn hat", + "low_alchemy": "20", + "high_alchemy": "30", + "archery_ticket_price": "0", + "id": "8960", + "equipment_slot": "0" + }, + { + "shop_price": "50", + "examine": "I could never look square in this.", + "durability": null, + "name": "Red tricorn hat", + "low_alchemy": "20", + "high_alchemy": "30", + "archery_ticket_price": "0", + "id": "8961", + "equipment_slot": "0" + }, + { + "shop_price": "50", + "examine": "I could never look square in this.", + "durability": null, + "name": "Brown tricorn hat", + "low_alchemy": "20", + "high_alchemy": "30", + "archery_ticket_price": "0", + "id": "8962", + "equipment_slot": "0" + }, + { + "shop_price": "50", + "examine": "I could never look square in this.", + "durability": null, + "name": "Black tricorn hat", + "low_alchemy": "20", + "high_alchemy": "30", + "archery_ticket_price": "0", + "id": "8963", + "equipment_slot": "0" + }, + { + "shop_price": "50", + "examine": "I could never look square in this.", + "durability": null, + "name": "Purple tricorn hat", + "low_alchemy": "20", + "high_alchemy": "30", + "archery_ticket_price": "0", + "id": "8964", + "equipment_slot": "0" + }, + { + "shop_price": "50", + "examine": "I could never look square in this.", + "durability": null, + "name": "Grey tricorn hat", + "low_alchemy": "20", + "high_alchemy": "30", + "archery_ticket_price": "0", + "id": "8965", + "equipment_slot": "0" + }, + { + "shop_price": "200", + "turn90cw_anim": "1424", + "examine": "The flag of The Cutthroat.", + "walk_anim": "1422", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "weight": "6", + "turn90ccw_anim": "1425", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Cutthroat flag", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "8966", + "stand_turn_anim": "1426" + }, + { + "shop_price": "200", + "turn90cw_anim": "1424", + "examine": "The flag of The Guilded Smile.", + "walk_anim": "1422", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "weight": "6", + "turn90ccw_anim": "1425", + "attack_speed": "2", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Guilded smile flag", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "8967", + "stand_turn_anim": "1426" + }, + { + "shop_price": "300", + "turn90cw_anim": "1424", + "examine": "The flag of The Bronze Fist.", + "walk_anim": "1422", + "durability": null, + "low_alchemy": "120", + "high_alchemy": "180", + "weight": "6", + "turn90ccw_anim": "1425", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "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, + "low_alchemy": "160", + "high_alchemy": "240", + "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", + "archery_ticket_price": "0", + "id": "8972" + }, + { + "durability": null, + "name": "Bowl of red water", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8973" + }, + { + "examine": "A Bowl of blue water.", + "durability": null, + "name": "Bowl of blue water", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8974" + }, + { + "durability": null, + "name": "Bowl of blue water", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8975" + }, + { + "examine": "Monkeys seem to like throwing these.", + "durability": null, + "name": "Bitternut", + "archery_ticket_price": "0", + "id": "8976" + }, + { + "examine": "Greasy bark from the scrapey tree.", + "durability": null, + "name": "Scrapey bark", + "weight": "1.1", + "archery_ticket_price": "0", + "id": "8977" + }, + { + "durability": null, + "name": "Scrapey bark", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8978" + }, + { + "examine": "Caution; not for use over troubled water.", + "durability": null, + "name": "Bridge section", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8979" + }, + { + "durability": null, + "name": "Bridge section", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8980" + }, + { + "examine": "Better than sea slugs.", + "durability": null, + "name": "Sweetgrubs", + "archery_ticket_price": "0", + "id": "8981" + }, + { + "durability": null, + "name": "Sweetgrubs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8982" + }, + { + "shop_price": "2", + "examine": "It's an empty bucket.", + "grand_exchange_price": "50", + "durability": null, + "name": "Bucket", + "tradeable": "true", + "high_alchemy": "1", + "weight": "1", + "archery_ticket_price": "0", + "id": "8986" + }, + { + "durability": null, + "name": "Torch", + "archery_ticket_price": "0", + "id": "8987", + "equipment_slot": "3" + }, + { + "shop_price": "5", + "examine": "Apparently good for brewing.", + "durability": null, + "name": "The stuff", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "8991", + "equipment_slot": "7" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Green navy slacks", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "8992", + "equipment_slot": "7" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Red navy slacks", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "8993", + "equipment_slot": "7" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Brown navy slacks", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "8994", + "equipment_slot": "7" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Black navy slacks", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "8995", + "equipment_slot": "7" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Purple navy slacks", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "8996", + "equipment_slot": "7" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Grey navy slacks", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "8997", + "equipment_slot": "7" + }, + { + "durability": null, + "name": "Bandana and eyepatch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8998" + }, + { + "durability": null, + "name": "Bandana and eyepatch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8999" + }, + { + "durability": null, + "name": "Bandana and eyepatch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9000" + }, + { + "durability": null, + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9005", + "bonuses": "0,0,0,-3,-1,1,2,3,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "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, + "name": "Fighting boots", + "tradeable": "false", + "destroy": "true", + "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, + "name": "Right skull half", + "tradeable": "false", + "weight": "1", + "archery_ticket_price": "0", + "id": "9007" + }, + { + "examine": "Ooooh spooky!", + "durability": null, + "name": "Left skull half", + "tradeable": "false", + "destroy": "true", + "weight": "4", + "archery_ticket_price": "0", + "id": "9008" + }, + { + "examine": "Seems to be for use with a staff or sceptre of some sort.", + "durability": null, + "name": "Strange skull", + "tradeable": "false", + "weight": "1.2", + "archery_ticket_price": "0", + "id": "9009" + }, + { + "examine": "Top half of a broken sceptre.", + "durability": null, + "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", + "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", + "archery_ticket_price": "0", + "id": "9014" + }, + { + "durability": null, + "name": "Stronghold notes", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9015" + }, + { + "examine": "Oversized nail clippings.", + "durability": null, + "name": "Gorak claws", + "low_alchemy": "60", + "high_alchemy": "90", + "archery_ticket_price": "0", + "id": "9016" + }, + { + "examine": "A flower with magical properties.", + "durability": null, + "name": "Star flower", + "low_alchemy": "30", + "high_alchemy": "45", + "archery_ticket_price": "0", + "id": "9017" + }, + { + "examine": "Ground-down gorak claws.", + "durability": null, + "name": "Gorak claw powder", + "low_alchemy": "60", + "high_alchemy": "90", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "9026" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "187", + "durability": null, + "name": "Ivory comb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9027" + }, + { + "ge_buy_limit": "100", + "examine": "Simon Templeton at the Agility Pyramid will give me 1000 coins for this.", + "grand_exchange_price": "513", + "durability": null, + "name": "Golden scarab", + "tradeable": "true", + "low_alchemy": "12", + "high_alchemy": "18", + "archery_ticket_price": "0", + "id": "9028" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "513", + "durability": null, + "name": "Golden scarab", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9029" + }, + { + "ge_buy_limit": "100", + "examine": "Little ornament in the shape of a scarab.", + "grand_exchange_price": "168", + "durability": null, + "name": "Stone scarab", + "tradeable": "true", + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "0.07", + "archery_ticket_price": "0", + "id": "9030" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "168", + "durability": null, + "name": "Stone scarab", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9031" + }, + { + "ge_buy_limit": "100", + "examine": "A small pottery scarab.", + "grand_exchange_price": "74", + "durability": null, + "name": "Pottery scarab", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "1", + "archery_ticket_price": "0", + "id": "9032" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "74", + "durability": null, + "name": "Pottery scarab", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9033" + }, + { + "ge_buy_limit": "100", + "examine": "A small golden statuette.", + "grand_exchange_price": "740", + "durability": null, + "name": "Golden statuette", + "tradeable": "true", + "low_alchemy": "12", + "high_alchemy": "18", + "archery_ticket_price": "0", + "id": "9034" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "740", + "durability": null, + "name": "Golden statuette", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9035" + }, + { + "ge_buy_limit": "100", + "examine": "A small pottery statuette.", + "grand_exchange_price": "97", + "durability": null, + "name": "Pottery statuette", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "9036" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "97", + "durability": null, + "name": "Pottery statuette", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9037" + }, + { + "ge_buy_limit": "100", + "examine": "A small stone statuette.", + "grand_exchange_price": "193", + "durability": null, + "name": "Stone statuette", + "tradeable": "true", + "low_alchemy": "8", + "high_alchemy": "12", + "archery_ticket_price": "0", + "id": "9038" + }, + { + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "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" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "1207", + "examine": "Fully charged: This sceptre is fully charged.", + "walk_anim": "1205", + "low_alchemy": "40", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "equipment_slot": "3", + "grand_exchange_price": "1000000", + "stand_anim": "813", + "tradeable": "true", + "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", + "requirements": "{0,30}-{6,30}", + "durability": null, + "high_alchemy": "60", + "destroy": "true", + "weight": "2", + "weapon_interface": "3", + "render_anim": "28", + "name": "Pharaoh's sceptre" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1000000", + "durability": null, + "name": "Pharaoh's sceptre", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9045" + }, + { + "turn90cw_anim": "1207", + "examine": "Fully charged: This sceptre is fully charged.", + "walk_anim": "1205", + "low_alchemy": "40", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "equipment_slot": "3", + "grand_exchange_price": "27", + "stand_anim": "813", + "tradeable": "true", + "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", + "requirements": "{0,30}-{6,30}", + "durability": null, + "high_alchemy": "60", + "destroy": "true", + "weight": "2", + "weapon_interface": "3", + "render_anim": "28", + "name": "Pharaoh's sceptre" + }, + { + "durability": null, + "name": "Pharaoh's sceptre", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9047" + }, + { + "turn90cw_anim": "1207", + "examine": "Fully charged: This sceptre is fully charged.", + "walk_anim": "1205", + "low_alchemy": "40", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "equipment_slot": "3", + "grand_exchange_price": "27", + "stand_anim": "813", + "tradeable": "true", + "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", + "requirements": "{0,30}-{6,30}", + "durability": null, + "high_alchemy": "60", + "destroy": "true", + "weight": "2", + "weapon_interface": "3", + "render_anim": "28", + "name": "Pharaoh's sceptre" + }, + { + "durability": null, + "name": "Pharaoh's sceptre", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9049" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "1207", + "examine": "Fully charged: This sceptre is fully charged.", + "walk_anim": "1205", + "low_alchemy": "40", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "equipment_slot": "3", + "grand_exchange_price": "985800", + "stand_anim": "813", + "tradeable": "true", + "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", + "requirements": "{0,30}-{6,30}", + "durability": null, + "high_alchemy": "60", + "destroy": "true", + "weight": "2", + "weapon_interface": "3", + "render_anim": "28", + "name": "Pharaoh's sceptre" + }, + { + "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", + "low_alchemy": "16", + "high_alchemy": "24", + "weight": "3", + "archery_ticket_price": "0", + "id": "9054", + "equipment_slot": "4" + }, + { + "examine": "Armour designed to fit goblins.", + "durability": null, + "name": "Black goblin mail", + "low_alchemy": "16", + "high_alchemy": "24", + "weight": "3", + "archery_ticket_price": "0", + "id": "9055", + "equipment_slot": "4" + }, + { + "examine": "Armour designed to fit goblins.", + "durability": null, + "name": "Yellow goblin mail", + "low_alchemy": "16", + "high_alchemy": "24", + "weight": "3", + "archery_ticket_price": "0", + "id": "9056", + "equipment_slot": "4" + }, + { + "examine": "Armour designed to fit goblins.", + "durability": null, + "name": "Green goblin mail", + "low_alchemy": "16", + "high_alchemy": "24", + "weight": "3", + "archery_ticket_price": "0", + "id": "9057", + "equipment_slot": "4" + }, + { + "examine": "Armour designed to fit goblins.", + "durability": null, + "name": "Purple goblin mail", + "low_alchemy": "16", + "high_alchemy": "24", + "weight": "3", + "archery_ticket_price": "0", + "id": "9058", + "equipment_slot": "4" + }, + { + "examine": "Armour designed to fit goblins.", + "durability": null, + "name": "Pink goblin mail", + "low_alchemy": "16", + "high_alchemy": "24", + "weight": "3", + "archery_ticket_price": "0", + "id": "9059", + "equipment_slot": "4" + }, + { + "examine": "A mystical lantern casting a green beam.", + "durability": null, + "name": "Emerald lantern", + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "9064" + }, + { + "examine": "A mystical lantern casting a green beam.", + "durability": null, + "name": "Emerald lantern", + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "9065", + "equipment_slot": "5" + }, + { + "examine": "A roughly circular disc of glass.", + "durability": null, + "name": "Emerald lens", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "400", + "high_alchemy": "600", + "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" + }, + { + "shop_price": "1000", + "examine": "A mystical hat.", + "durability": null, + "name": "Moonclan hat", + "low_alchemy": "400", + "high_alchemy": "600", + "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" + }, + { + "remove_sleeves": "true", + "shop_price": "1000", + "examine": "Provides good protection.", + "durability": null, + "name": "Moonclan armour", + "low_alchemy": "400", + "high_alchemy": "600", + "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" + }, + { + "shop_price": "1000", + "examine": "This should protect my legs.", + "durability": null, + "name": "Moonclan skirt", + "low_alchemy": "400", + "high_alchemy": "600", + "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" + }, + { + "shop_price": "900", + "examine": "These should keep my hands safe.", + "durability": null, + "name": "Moonclan gloves", + "low_alchemy": "360", + "high_alchemy": "540", + "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" + }, + { + "shop_price": "900", + "examine": "Groovy foot protection.", + "durability": null, + "name": "Moonclan boots", + "low_alchemy": "360", + "high_alchemy": "540", + "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" + }, + { + "shop_price": "200", + "examine": "A mystical cape.", + "durability": null, + "name": "Moonclan cape", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "29", + "high_alchemy": "44", + "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", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9077" + }, + { + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "archery_ticket_price": "0", + "id": "9079" + }, + { + "examine": "An untanned piece of suqah hide.", + "durability": null, + "name": "Suqah hide", + "low_alchemy": "24", + "high_alchemy": "36", + "archery_ticket_price": "0", + "id": "9080" + }, + { + "examine": "A piece of Suqah hide that has been expertly tanned into leather.", + "durability": null, + "name": "Suqah leather", + "low_alchemy": "24", + "high_alchemy": "36", + "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" + }, + { + "shop_price": "30000", + "turn90cw_anim": "1207", + "requirements": "{6,65}", + "examine": "A Moonclan staff.", + "walk_anim": "1205", + "durability": null, + "destroy": "true", + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "1", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "The Oneiromancer might be able to help you get another.", + "stand_anim": "813", + "attack_audios": "2555,0,0,0", + "name": "Lunar staff", + "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" + }, + { + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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" + }, + { + "turn90cw_anim": "1207", + "requirements": "{6,65}", + "examine": "A staff enchanted by air.", + "walk_anim": "1205", + "durability": null, + "low_alchemy": "6", + "high_alchemy": "9", + "destroy": "true", + "weight": "1", + "turn90ccw_anim": "1208", + "weapon_interface": "1", + "turn180_anim": "1206", + "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" + }, + { + "turn90cw_anim": "1207", + "requirements": "{6,65}", + "examine": "A staff enchanted by air and fire.", + "walk_anim": "1205", + "durability": null, + "low_alchemy": "6", + "high_alchemy": "9", + "destroy": "true", + "weight": "1", + "turn90ccw_anim": "1208", + "weapon_interface": "1", + "turn180_anim": "1206", + "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" + }, + { + "turn90cw_anim": "1207", + "requirements": "{6,65}", + "examine": "A staff enchanted by air, fire and water.", + "walk_anim": "1205", + "durability": null, + "low_alchemy": "6", + "high_alchemy": "9", + "destroy": "true", + "weight": "1", + "turn90ccw_anim": "1208", + "weapon_interface": "1", + "turn180_anim": "1206", + "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", + "shop_price": "15000", + "requirements": "{1,40}-{6,65}", + "examine": "A mystical helmet.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "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" + }, + { + "shop_price": "120000", + "requirements": "{1,40}-{6,65}", + "examine": "Provides good protection.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "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" + }, + { + "shop_price": "80000", + "requirements": "{1,40}-{6,65}", + "examine": "These should protect my legs.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "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" + }, + { + "shop_price": "10000", + "requirements": "{1,40}-{6,65}", + "examine": "These should keep my hands safe.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "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" + }, + { + "shop_price": "10000", + "requirements": "{1,40}-{6,65}", + "examine": "Mystical foot protection.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "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" + }, + { + "shop_price": "12000", + "requirements": "{1,40}-{6,65}", + "examine": "Oooo pretty!", + "durability": null, + "low_alchemy": "1", + "high_alchemy": "1", + "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" + }, + { + "shop_price": "4000", + "examine": "Awesome.", + "requirements": "{1,40}-{6,65}", + "durability": null, + "low_alchemy": "12", + "high_alchemy": "18", + "destroy": "true", + "equipment_slot": "2", + "destroy_message": "The Oneiromancer might be able to help you get another.", + "name": "Lunar amulet", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9102", + "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,0,0,0" + }, + { + "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", + "low_alchemy": "12", + "tradeable": "false", + "high_alchemy": "18", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9103" + }, + { + "shop_price": "2000", + "examine": "A mysterious ring that can fill the wearer with magical power.", + "requirements": "{1,40}-{6,65}", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "equipment_slot": "12", + "destroy_message": "The Oneiromancer might be able to help you get another.", + "name": "Lunar ring", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9104", + "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0" + }, + { + "requirements": "", + "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.", + "durability": null, + "high_alchemy": "1", + "equipment_slot": "13", + "grand_exchange_price": "41", + "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" + }, + { + "requirements": "{4,31}", + "shop_price": "150", + "ge_buy_limit": "10000", + "examine": "Steel crossbow bolts.", + "durability": null, + "low_alchemy": "3", + "high_alchemy": "4", + "equipment_slot": "13", + "grand_exchange_price": "90", + "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" + }, + { + "requirements": "{4,36}", + "shop_price": "32", + "ge_buy_limit": "10000", + "examine": "Mithril crossbow bolts.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "equipment_slot": "13", + "grand_exchange_price": "108", + "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" + }, + { + "requirements": "{4,46}", + "shop_price": "23", + "ge_buy_limit": "10000", + "examine": "Adamantite crossbow bolts.", + "durability": null, + "low_alchemy": "23", + "high_alchemy": "34", + "equipment_slot": "13", + "grand_exchange_price": "210", + "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" + }, + { + "requirements": "{4,61}", + "ge_buy_limit": "10000", + "examine": "Runite crossbow bolts.", + "durability": null, + "low_alchemy": "120", + "high_alchemy": "180", + "equipment_slot": "13", + "grand_exchange_price": "627", + "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" + }, + { + "requirements": "{4,26}", + "shop_price": "6", + "ge_buy_limit": "10000", + "examine": "Silver crossbow bolts.", + "durability": null, + "low_alchemy": "2", + "high_alchemy": "3", + "equipment_slot": "13", + "grand_exchange_price": "8", + "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" + }, + { + "ge_buy_limit": "500", + "turn90cw_anim": "821", + "examine": "A bronze crossbow.", + "walk_anim": "4226", + "low_alchemy": "29", + "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, + "high_alchemy": "43", + "weight": "4", + "weapon_interface": "17", + "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, + "low_alchemy": "37", + "high_alchemy": "55", + "weight": "4", + "turn90ccw_anim": "822", + "attack_speed": "6", + "weapon_interface": "17", + "turn180_anim": "4227", + "render_anim": "175", + "equipment_slot": "3", + "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", + "low_alchemy": "62", + "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, + "high_alchemy": "94", + "weight": "4", + "weapon_interface": "17", + "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", + "low_alchemy": "144", + "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, + "high_alchemy": "216", + "weight": "5", + "weapon_interface": "17", + "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" + }, + { + "requirements": "{4,36}", + "ge_buy_limit": "500", + "turn90cw_anim": "821", + "walk_anim": "4226", + "durability": null, + "turn90ccw_anim": "822", + "weapon_interface": "17", + "turn180_anim": "4227", + "render_anim": "175", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "4230,4230,4230,4230", + "grand_exchange_price": "355", + "stand_anim": "4591", + "attack_audios": "2700,0,0,0", + "name": "Mith crossbow", + "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" + }, + { + "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", + "low_alchemy": "706", + "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, + "high_alchemy": "1060", + "weight": "6", + "weapon_interface": "17", + "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", + "low_alchemy": "6480", + "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, + "high_alchemy": "9720", + "weight": "6", + "weapon_interface": "17", + "render_anim": "175", + "lendable": "true", + "attack_audios": "2700,0,0,0", + "name": "Rune crossbow" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "9706", + "durability": null, + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "5", + "high_alchemy": "7", + "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", + "low_alchemy": "6", + "high_alchemy": "10", + "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", + "low_alchemy": "13", + "high_alchemy": "19", + "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", + "low_alchemy": "26", + "high_alchemy": "40", + "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", + "low_alchemy": "53", + "high_alchemy": "79", + "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", + "low_alchemy": "24", + "high_alchemy": "36", + "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", + "low_alchemy": "400", + "high_alchemy": "600", + "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", + "low_alchemy": "2", + "high_alchemy": "4", + "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)", + "low_alchemy": "5", + "high_alchemy": "7", + "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.", + "durability": null, + "low_alchemy": "6", + "high_alchemy": "9", + "equipment_slot": "13", + "grand_exchange_price": "36", + "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" + }, + { + "requirements": "{4,31}", + "ge_buy_limit": "25000", + "examine": "Enchanted Red Topaz tipped Steel Crossbow Bolts.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "equipment_slot": "13", + "grand_exchange_price": "44", + "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" + }, + { + "requirements": "{4,36}", + "shop_price": "103", + "ge_buy_limit": "25000", + "examine": "Enchanted Sapphire tipped Mithril Crossbow Bolts.", + "durability": null, + "low_alchemy": "16", + "high_alchemy": "24", + "equipment_slot": "13", + "grand_exchange_price": "95", + "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" + }, + { + "requirements": "{4,36}", + "ge_buy_limit": "25000", + "examine": "Enchanted Emerald tipped Mithril Crossbow Bolts.", + "durability": null, + "low_alchemy": "23", + "high_alchemy": "35", + "equipment_slot": "13", + "grand_exchange_price": "304", + "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" + }, + { + "requirements": "{4,46}", + "ge_buy_limit": "25000", + "examine": "Enchanted Ruby tipped Adamantite Crossbow Bolts.", + "durability": null, + "low_alchemy": "55", + "high_alchemy": "82", + "equipment_slot": "13", + "grand_exchange_price": "450", + "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" + }, + { + "requirements": "{4,46}", + "ge_buy_limit": "25000", + "examine": "Enchanted Diamond tipped Adamantite Crossbow Bolts.", + "durability": null, + "low_alchemy": "84", + "high_alchemy": "126", + "equipment_slot": "13", + "grand_exchange_price": "1631", + "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" + }, + { + "requirements": "{4,61}", + "ge_buy_limit": "25000", + "examine": "Enchanted Dragonstone tipped Runite Crossbow Bolts.", + "durability": null, + "low_alchemy": "425", + "high_alchemy": "637", + "equipment_slot": "13", + "grand_exchange_price": "3217", + "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" + }, + { + "requirements": "{4,61}", + "ge_buy_limit": "25000", + "examine": "Enchanted Onyx tipped runite Crossbow Bolts.", + "durability": null, + "low_alchemy": "6000", + "high_alchemy": "9000", + "equipment_slot": "13", + "grand_exchange_price": "8870", + "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" + }, + { + "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.", + "durability": null, + "high_alchemy": "1", + "equipment_slot": "13", + "grand_exchange_price": "88", + "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" + }, + { + "requirements": "{4,31}", + "ge_buy_limit": "10000", + "examine": "Steel crossbow bolts.", + "durability": null, + "low_alchemy": "3", + "high_alchemy": "4", + "equipment_slot": "13", + "grand_exchange_price": "132", + "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" + }, + { + "requirements": "{4,36}", + "shop_price": "32", + "ge_buy_limit": "10000", + "examine": "Mithril crossbow bolts.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "equipment_slot": "13", + "grand_exchange_price": "146", + "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" + }, + { + "requirements": "{4,46}", + "shop_price": "23", + "ge_buy_limit": "10000", + "examine": "Adamantite crossbow bolts.", + "durability": null, + "low_alchemy": "23", + "high_alchemy": "34", + "equipment_slot": "13", + "grand_exchange_price": "302", + "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" + }, + { + "requirements": "{4,61}", + "ge_buy_limit": "10000", + "examine": "Runite crossbow bolts.", + "durability": null, + "low_alchemy": "120", + "high_alchemy": "180", + "equipment_slot": "13", + "grand_exchange_price": "734", + "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" + }, + { + "requirements": "{4,26}", + "shop_price": "6", + "ge_buy_limit": "10000", + "examine": "Silver crossbow bolts.", + "durability": null, + "low_alchemy": "2", + "high_alchemy": "3", + "equipment_slot": "13", + "grand_exchange_price": "34", + "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" + }, + { + "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.", + "durability": null, + "high_alchemy": "1", + "equipment_slot": "13", + "grand_exchange_price": "185", + "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" + }, + { + "requirements": "{4,31}", + "ge_buy_limit": "10000", + "examine": "Steel crossbow bolts.", + "durability": null, + "low_alchemy": "3", + "high_alchemy": "4", + "equipment_slot": "13", + "grand_exchange_price": "215", + "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" + }, + { + "requirements": "{4,36}", + "shop_price": "32", + "ge_buy_limit": "10000", + "examine": "Mithril crossbow bolts.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "equipment_slot": "13", + "grand_exchange_price": "296", + "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" + }, + { + "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.", + "durability": null, + "low_alchemy": "120", + "high_alchemy": "180", + "equipment_slot": "13", + "grand_exchange_price": "1130", + "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" + }, + { + "requirements": "{4,26}", + "shop_price": "6", + "ge_buy_limit": "10000", + "examine": "Silver crossbow bolts.", + "durability": null, + "low_alchemy": "2", + "high_alchemy": "3", + "equipment_slot": "13", + "grand_exchange_price": "129", + "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" + }, + { + "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.", + "durability": null, + "high_alchemy": "1", + "equipment_slot": "13", + "grand_exchange_price": "1136", + "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" + }, + { + "requirements": "{4,31}", + "ge_buy_limit": "10000", + "examine": "Steel crossbow bolts.", + "durability": null, + "low_alchemy": "3", + "high_alchemy": "4", + "equipment_slot": "13", + "grand_exchange_price": "1088", + "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" + }, + { + "requirements": "{4,36}", + "shop_price": "32", + "ge_buy_limit": "10000", + "examine": "Mithril crossbow bolts.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "equipment_slot": "13", + "grand_exchange_price": "903", + "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" + }, + { + "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.", + "durability": null, + "low_alchemy": "120", + "high_alchemy": "180", + "equipment_slot": "13", + "grand_exchange_price": "1581", + "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" + }, + { + "requirements": "{4,26}", + "shop_price": "6", + "ge_buy_limit": "10000", + "examine": "Silver crossbow bolts.", + "durability": null, + "low_alchemy": "2", + "high_alchemy": "3", + "equipment_slot": "13", + "grand_exchange_price": "1211", + "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" + }, + { + "requirements": "{4,16}", + "examine": "Jade tipped blurite bolts.", + "durability": null, + "name": "Jade bolts", + "low_alchemy": "5", + "high_alchemy": "7", + "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.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "equipment_slot": "13", + "grand_exchange_price": "60", + "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" + }, + { + "requirements": "{4,36}", + "ge_buy_limit": "25000", + "examine": "Sapphire tipped Mithril crossbow bolts.", + "durability": null, + "low_alchemy": "14", + "high_alchemy": "22", + "equipment_slot": "13", + "grand_exchange_price": "89", + "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" + }, + { + "requirements": "{4,36}", + "ge_buy_limit": "25000", + "examine": "Emerald tipped Mithril crossbow bolts.", + "durability": null, + "low_alchemy": "21", + "high_alchemy": "31", + "equipment_slot": "13", + "grand_exchange_price": "177", + "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" + }, + { + "requirements": "{4,46}", + "ge_buy_limit": "25000", + "examine": "Ruby tipped Adamantite crossbow bolts.", + "durability": null, + "low_alchemy": "50", + "high_alchemy": "75", + "equipment_slot": "13", + "grand_exchange_price": "408", + "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" + }, + { + "requirements": "{4,46}", + "ge_buy_limit": "25000", + "examine": "Diamond tipped Adamantite crossbow bolts.", + "durability": null, + "low_alchemy": "76", + "high_alchemy": "115", + "equipment_slot": "13", + "grand_exchange_price": "1545", + "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" + }, + { + "requirements": "{4,61}", + "ge_buy_limit": "25000", + "examine": "Dragonstone tipped Runite crossbow bolts.", + "durability": null, + "low_alchemy": "386", + "high_alchemy": "580", + "equipment_slot": "13", + "grand_exchange_price": "3201", + "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" + }, + { + "requirements": "{4,61}", + "ge_buy_limit": "25000", + "examine": "Onyx tipped Runite crossbow bolts.", + "durability": null, + "low_alchemy": "5453", + "high_alchemy": "8179", + "equipment_slot": "13", + "grand_exchange_price": "8752", + "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" + }, + { + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "1", + "equipment_slot": "5", + "grand_exchange_price": "49", + "name": "Bronze limbs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9420" + }, + { + "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", + "low_alchemy": "13", + "high_alchemy": "19", + "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.", + "durability": null, + "low_alchemy": "28", + "high_alchemy": "42", + "weight": "1", + "equipment_slot": "5", + "grand_exchange_price": "34", + "name": "Iron limbs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9423" + }, + { + "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.", + "durability": null, + "low_alchemy": "100", + "high_alchemy": "150", + "weight": "2", + "equipment_slot": "5", + "grand_exchange_price": "97", + "name": "Steel limbs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9425" + }, + { + "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.", + "durability": null, + "low_alchemy": "260", + "high_alchemy": "390", + "weight": "2", + "equipment_slot": "5", + "grand_exchange_price": "347", + "name": "Mithril limbs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9427" + }, + { + "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.", + "durability": null, + "low_alchemy": "640", + "high_alchemy": "960", + "weight": "3", + "equipment_slot": "5", + "grand_exchange_price": "1434", + "name": "Adamantite limbs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9429" + }, + { + "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.", + "durability": null, + "low_alchemy": "6400", + "high_alchemy": "9600", + "weight": "3", + "equipment_slot": "5", + "grand_exchange_price": "9441", + "name": "Runite limbs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9431" + }, + { + "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", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "9433" + }, + { + "shop_price": "25", + "ge_buy_limit": "100", + "examine": "A mould for creating silver crossbow bolts.", + "grand_exchange_price": "409", + "durability": null, + "name": "Bolt mould", + "tradeable": "true", + "low_alchemy": "10", + "high_alchemy": "15", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9434" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "409", + "durability": null, + "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", + "high_alchemy": "1", + "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", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "equipment_slot": "3", + "grand_exchange_price": "1", + "name": "Wooden stock", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9440" + }, + { + "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.", + "durability": null, + "low_alchemy": "10", + "high_alchemy": "16", + "weight": "3", + "equipment_slot": "3", + "grand_exchange_price": "1", + "name": "Oak stock", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9442" + }, + { + "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.", + "durability": null, + "low_alchemy": "21", + "high_alchemy": "31", + "weight": "1", + "equipment_slot": "3", + "grand_exchange_price": "3", + "name": "Willow stock", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9444" + }, + { + "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.", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "46", + "equipment_slot": "3", + "grand_exchange_price": "6", + "name": "Teak stock", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9446" + }, + { + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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.", + "durability": null, + "low_alchemy": "53", + "high_alchemy": "79", + "weight": "3", + "equipment_slot": "3", + "grand_exchange_price": "23", + "name": "Mahogany stock", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9450" + }, + { + "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.", + "durability": null, + "low_alchemy": "66", + "high_alchemy": "100", + "weight": "3", + "equipment_slot": "3", + "grand_exchange_price": "37", + "name": "Yew stock", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9452" + }, + { + "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", + "low_alchemy": "16", + "high_alchemy": "24", + "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)", + "low_alchemy": "24", + "high_alchemy": "36", + "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", + "low_alchemy": "49", + "high_alchemy": "73", + "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", + "low_alchemy": "130", + "high_alchemy": "196", + "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", + "low_alchemy": "300", + "high_alchemy": "450", + "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", + "low_alchemy": "693", + "high_alchemy": "1039", + "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", + "low_alchemy": "6466", + "high_alchemy": "9700", + "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", + "low_alchemy": "100", + "high_alchemy": "150", + "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", + "low_alchemy": "400", + "high_alchemy": "600", + "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", + "low_alchemy": "400", + "high_alchemy": "600", + "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", + "low_alchemy": "100", + "high_alchemy": "150", + "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", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "9478" + }, + { + "shop_price": "1", + "examine": "This cheese & tomato batta needs garnishing with equa leaves.", + "durability": null, + "name": "Unfinished batta", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "9480" + }, + { + "shop_price": "1", + "examine": "This fruit batta needs garnishing with gnome spices.", + "durability": null, + "name": "Unfinished batta", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "9481" + }, + { + "shop_price": "1", + "examine": "This toad batta needs baking.", + "durability": null, + "name": "Half made batta", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "9483" + }, + { + "shop_price": "1", + "examine": "This veggie batta needs garnishing with equa leaves.", + "durability": null, + "name": "Unfinished batta", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "9485" + }, + { + "shop_price": "1", + "examine": "This worm batta needs garnishing with equa leaves.", + "durability": null, + "name": "Unfinished batta", + "high_alchemy": "1", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "9559" + }, + { + "examine": "This unfinished choc bomb needs cream and chocolate dust.", + "durability": null, + "name": "Unfinished bowl", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "9560" + }, + { + "examine": "This unfinished veggie ball needs baking, and final ingredients", + "durability": null, + "name": "Half made bowl", + "high_alchemy": "1", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "9561" + }, + { + "examine": "This unfinished veggie ball needs equa leaves.", + "durability": null, + "name": "Unfinished bowl", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "9562" + }, + { + "examine": "This unfinished worm hole needs baking, and final ingredients", + "durability": null, + "name": "Half made bowl", + "high_alchemy": "1", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "9563" + }, + { + "examine": "This unfinished worm hole needs equa leaves.", + "durability": null, + "name": "Unfinished bowl", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "9567" + }, + { + "examine": "This fruit blast cocktail needs pouring and a lemon slice.", + "durability": null, + "name": "Mixed blast", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "9577" + }, + { + "examine": "This choco chip crunchy needs garnishing with chocolate dust.", + "durability": null, + "name": "Unfinished crunchy", + "tradeable": "true", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "9579" + }, + { + "examine": "This spicy crunchy needs garnishing with gnome spices.", + "durability": null, + "name": "Unfinished crunchy", + "tradeable": "true", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "9581" + }, + { + "examine": "This toad crunchy needs garnishing with equa leaves.", + "durability": null, + "name": "Unfinished crunchy", + "tradeable": "true", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "9583" + }, + { + "examine": "This worm crunchy needs garnishing with gnome spices.", + "durability": null, + "name": "Unfinished crunchy", + "tradeable": "true", + "high_alchemy": "1", + "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, + "low_alchemy": "220", + "high_alchemy": "330", + "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", + "low_alchemy": "40", + "tradeable": "false", + "high_alchemy": "60", + "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, + "low_alchemy": "200", + "high_alchemy": "300", + "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!", + "durability": null, + "low_alchemy": "200", + "high_alchemy": "300", + "weight": "0.9", + "equipment_slot": "7", + "grand_exchange_price": "1204", + "name": "Vyrewatch legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9636", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" + }, + { + "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!", + "durability": null, + "low_alchemy": "200", + "high_alchemy": "300", + "weight": "0.9", + "equipment_slot": "10", + "grand_exchange_price": "2874", + "name": "Vyrewatch shoes", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9638", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" + }, + { + "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, + "low_alchemy": "2", + "high_alchemy": "3", + "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.", + "durability": null, + "low_alchemy": "2", + "high_alchemy": "3", + "weight": "0.9", + "equipment_slot": "7", + "grand_exchange_price": "491", + "name": "Citizen trousers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9642", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" + }, + { + "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.", + "durability": null, + "low_alchemy": "2", + "high_alchemy": "3", + "weight": "0.9", + "equipment_slot": "10", + "grand_exchange_price": "458", + "name": "Citizen shoes", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9644", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" + }, + { + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "high_alchemy": "1", + "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, + "low_alchemy": "3200", + "high_alchemy": "4800", + "weight": "2", + "absorb": "1,0,2", + "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, + "low_alchemy": "4800", + "high_alchemy": "7200", + "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, + "low_alchemy": "4000", + "high_alchemy": "6000", + "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": "10", + "ge_buy_limit": "100", + "examine": "A Proselyte Temple Knight's leg armour.", + "durability": null, + "low_alchemy": "4000", + "high_alchemy": "6000", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "render_anim": "2584", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "381,390,390,390", + "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.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "0.1", + "equipment_slot": "0", + "grand_exchange_price": "196", + "name": "Elemental helmet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9729", + "bonuses": "0,0,0,0,0,0,0,0,4,0,0,0,0,0,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.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "0.2", + "equipment_slot": "5", + "grand_exchange_price": "8351", + "name": "Mind shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9731", + "bonuses": "0,0,0,0,0,0,0,0,9,0,25,0,0,0,0" + }, + { + "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.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "0.1", + "equipment_slot": "0", + "grand_exchange_price": "1589", + "name": "Mind helmet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9733", + "bonuses": "0,0,0,0,0,0,0,0,6,0,0,0,0,0,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", + "low_alchemy": "4", + "high_alchemy": "7", + "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", + "low_alchemy": "4", + "high_alchemy": "7", + "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", + "low_alchemy": "64", + "high_alchemy": "96", + "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", + "low_alchemy": "64", + "high_alchemy": "96", + "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", + "low_alchemy": "64", + "high_alchemy": "96", + "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", + "low_alchemy": "64", + "high_alchemy": "96", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by masters of attack.", + "durability": null, + "name": "Attack cape", + "tradeable": "false", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "durability": null, + "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", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape only worn by the strongest people.", + "durability": null, + "name": "Strength cape", + "tradeable": "false", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "durability": null, + "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", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by masters of the art of Defence.", + "durability": null, + "name": "Defence cape", + "tradeable": "false", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "durability": null, + "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", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by master archers.", + "durability": null, + "name": "Ranging cape", + "tradeable": "false", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "durability": null, + "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", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by the most pious of heroes.", + "durability": null, + "name": "Prayer cape", + "tradeable": "false", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "durability": null, + "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", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by the most powerful mages.", + "durability": null, + "name": "Magic cape", + "tradeable": "false", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "durability": null, + "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", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by master runecrafters.", + "durability": null, + "name": "Runecraft cape", + "tradeable": "false", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "durability": null, + "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", + "shop_price": "99000", + "examine": "Runecrafting skillcape hood.", + "durability": null, + "name": "Runecrafting hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9767", + "equipment_slot": "0" + }, + { + "shop_price": "99000", + "examine": "The cape worn by well-constituted adventurers.", + "durability": null, + "name": "Hitpoints cape", + "tradeable": "false", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "durability": null, + "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", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by the most agile of heroes.", + "durability": null, + "name": "Agility cape", + "tradeable": "false", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "durability": null, + "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", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by the most skilled at the art of herblore.", + "durability": null, + "name": "Herblore cape", + "tradeable": "false", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "durability": null, + "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", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by master thieves.", + "durability": null, + "name": "Thieving cape", + "tradeable": "false", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "durability": null, + "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", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by master craftworkers.", + "durability": null, + "name": "Crafting cape", + "tradeable": "false", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "durability": null, + "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", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by the best of fletchers.", + "durability": null, + "name": "Fletching cape", + "tradeable": "false", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "durability": null, + "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", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by slayer masters.", + "durability": null, + "name": "Slayer cape", + "tradeable": "false", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "durability": null, + "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", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by master builders.", + "durability": null, + "name": "Construct. cape", + "tradeable": "false", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "durability": null, + "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", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by the most skilled miners.", + "durability": null, + "name": "Mining cape", + "tradeable": "false", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "durability": null, + "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", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by master smiths.", + "durability": null, + "name": "Smithing cape", + "tradeable": "false", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "durability": null, + "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", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by the best fishermen.", + "durability": null, + "name": "Fishing cape", + "tradeable": "false", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "durability": null, + "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", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by the world's best chefs.", + "durability": null, + "name": "Cooking cape", + "tradeable": "false", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "durability": null, + "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", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by master firelighters.", + "durability": null, + "name": "Firemaking cape", + "tradeable": "false", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "durability": null, + "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", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by master woodcutters (Obtaining level 99 skill)", + "durability": null, + "name": "Woodcutting cape", + "tradeable": "false", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "durability": null, + "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", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by master farmers.", + "durability": null, + "name": "Farming cape", + "tradeable": "false", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "durability": null, + "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", + "shop_price": "99000", + "examine": "Farming skillcape hood.", + "durability": null, + "name": "Farming hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9812", + "equipment_slot": "0" + }, + { + "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", + "durability": null, + "name": "Oak cape rack", + "archery_ticket_price": "0", + "id": "9843" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "92", + "durability": null, + "name": "Teak cape rack", + "archery_ticket_price": "0", + "id": "9844" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "111", + "durability": null, + "name": "M'gany cape rack", + "archery_ticket_price": "0", + "id": "9845" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "130900", + "durability": null, + "name": "Gilded cape rack", + "archery_ticket_price": "0", + "id": "9846" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "329500", + "durability": null, + "name": "Marble cape rack", + "archery_ticket_price": "0", + "id": "9847" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1000000", + "durability": null, + "name": "Magical cape rack", + "archery_ticket_price": "0", + "id": "9848" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "25", + "durability": null, + "name": "Oak toy box", + "archery_ticket_price": "0", + "id": "9849" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "165", + "durability": null, + "name": "Teak toy box", + "archery_ticket_price": "0", + "id": "9850" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "20", + "durability": null, + "name": "Mahogany toy box", + "archery_ticket_price": "0", + "id": "9851" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "111", + "durability": null, + "name": "Oak magic wardrobe", + "archery_ticket_price": "0", + "id": "9852" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Carved oak magic wardrobe", + "archery_ticket_price": "0", + "id": "9853" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "133", + "durability": null, + "name": "Teak magic wardrobe", + "archery_ticket_price": "0", + "id": "9854" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "15", + "durability": null, + "name": "Carved teak magic wardrobe", + "archery_ticket_price": "0", + "id": "9855" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "129", + "durability": null, + "name": "Mahogany magic wardrobe", + "archery_ticket_price": "0", + "id": "9856" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "137700", + "durability": null, + "name": "Gilded magic wardrobe", + "archery_ticket_price": "0", + "id": "9857" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "335800", + "durability": null, + "name": "Marble magic wardrobe", + "archery_ticket_price": "0", + "id": "9858" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "17", + "durability": null, + "name": "Oak armour case", + "archery_ticket_price": "0", + "id": "9859" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "29", + "durability": null, + "name": "Teak armour case", + "archery_ticket_price": "0", + "id": "9860" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "88", + "durability": null, + "name": "M'gany arm'r case", + "archery_ticket_price": "0", + "id": "9861" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "24", + "durability": null, + "name": "Oak treasure chest", + "archery_ticket_price": "0", + "id": "9862" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "164", + "durability": null, + "name": "Teak treas' chest", + "archery_ticket_price": "0", + "id": "9863" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "41", + "durability": null, + "name": "M'gany treas' chest", + "archery_ticket_price": "0", + "id": "9864" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "62", + "durability": null, + "name": "Oak costume box", + "archery_ticket_price": "0", + "id": "9865" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "135", + "durability": null, + "name": "Teak costume box", + "archery_ticket_price": "0", + "id": "9866" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "60", + "durability": null, + "name": "Mahogany cos box", + "archery_ticket_price": "0", + "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", + "low_alchemy": "2", + "tradeable": "false", + "high_alchemy": "3", + "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", + "low_alchemy": "8", + "tradeable": "false", + "high_alchemy": "12", + "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", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by master hunters.", + "durability": null, + "name": "Hunter cape", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "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", + "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", + "low_alchemy": "64", + "high_alchemy": "96", + "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", + "low_alchemy": "25", + "high_alchemy": "37", + "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", + "low_alchemy": "7", + "high_alchemy": "10", + "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", + "low_alchemy": "25", + "high_alchemy": "37", + "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", + "low_alchemy": "10", + "high_alchemy": "15", + "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", + "low_alchemy": "10", + "high_alchemy": "15", + "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", + "low_alchemy": "35", + "high_alchemy": "53", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "3", + "high_alchemy": "4", + "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", + "low_alchemy": "6", + "high_alchemy": "9", + "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", + "low_alchemy": "6", + "high_alchemy": "9", + "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", + "low_alchemy": "6", + "high_alchemy": "9", + "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", + "low_alchemy": "6", + "high_alchemy": "9", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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.", + "durability": null, + "low_alchemy": "12", + "high_alchemy": "18", + "weight": "0.2", + "grand_exchange_price": "308", + "name": "Box trap", + "tradeable": "true", + "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": "{15,21}", + "shop_price": "24", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "For catching butterflies...", + "walk_anim": "1205", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "0.2", + "turn90ccw_anim": "1208", + "attack_speed": "4", + "weapon_interface": "10", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "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": "{15,21}", + "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", + "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", + "durability": null, + "name": "Black warlock", + "archery_ticket_price": "0", + "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", + "durability": null, + "name": "Snowy knight", + "archery_ticket_price": "0", + "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", + "durability": null, + "name": "Sapphire glacialis", + "archery_ticket_price": "0", + "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", + "durability": null, + "name": "Ruby harvest", + "archery_ticket_price": "0", + "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.", + "durability": null, + "low_alchemy": "288", + "high_alchemy": "432", + "weight": "1", + "grand_exchange_price": "784", + "name": "Magic box", + "tradeable": "true", + "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", + "low_alchemy": "288", + "high_alchemy": "432", + "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", + "low_alchemy": "288", + "high_alchemy": "432", + "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, + "low_alchemy": "20", + "high_alchemy": "30", + "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.", + "durability": null, + "low_alchemy": "7", + "high_alchemy": "10", + "weight": "0.02", + "grand_exchange_price": "1", + "name": "Rabbit snare", + "tradeable": "true", + "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, + "low_alchemy": "64", + "high_alchemy": "96", + "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.", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "weight": "0.2", + "equipment_slot": "7", + "grand_exchange_price": "449", + "name": "Kyatt legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10035", + "bonuses": "0,0,0,0,-7,11,10,10,0,10,10,0,0,0,0" + }, + { + "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, + "low_alchemy": "80", + "high_alchemy": "120", + "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, + "low_alchemy": "400", + "high_alchemy": "600", + "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.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "0.2", + "equipment_slot": "7", + "grand_exchange_price": "2889", + "name": "Larupia legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10041", + "bonuses": "0,0,0,0,-7,11,10,10,0,10,5,0,0,0,0" + }, + { + "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, + "low_alchemy": "40", + "high_alchemy": "60", + "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, + "low_alchemy": "200", + "high_alchemy": "300", + "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, + "low_alchemy": "60", + "high_alchemy": "90", + "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, + "low_alchemy": "60", + "high_alchemy": "90", + "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, + "low_alchemy": "300", + "high_alchemy": "450", + "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" + }, + { + "ge_buy_limit": "100", + "examine": "This should make me harder to spot in wooded areas.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "0.2", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "3527", + "name": "Wood camo top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10053", + "bonuses": "0,0,0,0,0,10,15,19,0,12,5,0,0,0,0" + }, + { + "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.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "0.2", + "equipment_slot": "7", + "grand_exchange_price": "3228", + "name": "Wood camo legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10055", + "bonuses": "0,0,0,0,-7,11,10,10,0,10,0,0,0,0,0" + }, + { + "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, + "low_alchemy": "8", + "high_alchemy": "12", + "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.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "0.2", + "equipment_slot": "7", + "grand_exchange_price": "462", + "name": "Jungle camo legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10059", + "bonuses": "0,0,0,0,-7,11,10,10,0,10,0,0,0,0,0" + }, + { + "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, + "low_alchemy": "8", + "high_alchemy": "12", + "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.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "0.2", + "equipment_slot": "7", + "grand_exchange_price": "910", + "name": "Desert camo legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10063", + "bonuses": "0,0,0,0,-7,11,10,10,0,10,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "910", + "durability": null, + "name": "Desert camo legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10064" + }, + { + "ge_buy_limit": "100", + "examine": "This should make me harder to spot in polar areas.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "0.2", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "7990", + "name": "Polar camo top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10065", + "bonuses": "0,0,0,0,0,10,15,19,0,12,5,0,0,0,0" + }, + { + "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", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "0.2", + "equipment_slot": "7", + "grand_exchange_price": "8389", + "name": "Polar camo legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10067", + "bonuses": "0,0,0,0,-7,11,10,10,0,10,0,0,0,0,0" + }, + { + "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.", + "durability": null, + "low_alchemy": "160", + "high_alchemy": "240", + "weight": "-2.2", + "equipment_slot": "1", + "grand_exchange_price": "1140", + "name": "Spotted cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10069", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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.", + "durability": null, + "low_alchemy": "320", + "high_alchemy": "480", + "weight": "-4.5", + "equipment_slot": "1", + "grand_exchange_price": "1262", + "name": "Spottier cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10071", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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.", + "durability": null, + "low_alchemy": "160", + "high_alchemy": "240", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "951", + "name": "Spotted cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10073", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "requirements": "{21,66}", + "examine": "A really surprisingly aerodynamic cape.", + "durability": null, + "low_alchemy": "320", + "high_alchemy": "480", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "881", + "name": "Spottier cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10074", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "requirements": "{21,54}", + "ge_buy_limit": "100", + "examine": "Made from dark kebbit fur, these are perfect for tasks of a stealthier nature.", + "durability": null, + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "0.2", + "equipment_slot": "9", + "grand_exchange_price": "1063", + "name": "Gloves of silence", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10075", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0" + }, + { + "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.", + "durability": null, + "low_alchemy": "64", + "high_alchemy": "96", + "weight": "1", + "equipment_slot": "9", + "grand_exchange_price": "80", + "name": "Spiky vambraces", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10077", + "bonuses": "0,0,0,0,4,2,2,1,0,0,1,2,0,0,0" + }, + { + "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, + "low_alchemy": "1000", + "high_alchemy": "1500", + "weight": "1", + "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.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "equipment_slot": "9", + "grand_exchange_price": "1773", + "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" + }, + { + "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, + "low_alchemy": "1440", + "high_alchemy": "2160", + "weight": "1", + "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, + "low_alchemy": "1728", + "high_alchemy": "2592", + "weight": "1", + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "6", + "high_alchemy": "9", + "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", + "low_alchemy": "5", + "high_alchemy": "7", + "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", + "low_alchemy": "6", + "high_alchemy": "9", + "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", + "low_alchemy": "28", + "high_alchemy": "43", + "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", + "low_alchemy": "38", + "high_alchemy": "57", + "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", + "low_alchemy": "43", + "high_alchemy": "64", + "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", + "low_alchemy": "57", + "high_alchemy": "86", + "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", + "low_alchemy": "57", + "high_alchemy": "86", + "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", + "low_alchemy": "76", + "high_alchemy": "115", + "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", + "low_alchemy": "36", + "high_alchemy": "54", + "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", + "low_alchemy": "60", + "high_alchemy": "90", + "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", + "low_alchemy": "64", + "high_alchemy": "96", + "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", + "low_alchemy": "64", + "high_alchemy": "96", + "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", + "low_alchemy": "17", + "high_alchemy": "25", + "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", + "low_alchemy": "84", + "high_alchemy": "126", + "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", + "low_alchemy": "4", + "high_alchemy": "7", + "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", + "low_alchemy": "6", + "high_alchemy": "9", + "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", + "low_alchemy": "5", + "high_alchemy": "8", + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "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", + "low_alchemy": "60", + "high_alchemy": "90", + "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", + "low_alchemy": "108", + "high_alchemy": "162", + "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, + "low_alchemy": "14", + "high_alchemy": "21", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "48", + "high_alchemy": "72", + "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", + "low_alchemy": "48", + "high_alchemy": "72", + "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", + "durability": null, + "low_alchemy": "1", + "high_alchemy": "1", + "equipment_slot": "13", + "grand_exchange_price": "28", + "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" + }, + { + "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", + "low_alchemy": "40", + "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, + "high_alchemy": "60", + "destroy": "true", + "weight": "4", + "weapon_interface": "21", + "render_anim": "1277", + "name": "Orange salamander" + }, + { + "ge_buy_limit": "1000", + "turn90cw_anim": "5245", + "examine": "Slightly slimy but certainly striking.", + "walk_anim": "5245", + "low_alchemy": "60", + "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, + "high_alchemy": "90", + "destroy": "true", + "weight": "4", + "weapon_interface": "21", + "render_anim": "1277", + "name": "Red salamander" + }, + { + "ge_buy_limit": "1000", + "turn90cw_anim": "5245", + "examine": "Slightly slimy and somewhat menacing.", + "walk_anim": "5245", + "low_alchemy": "80", + "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, + "high_alchemy": "120", + "destroy": "true", + "weight": "4", + "weapon_interface": "21", + "render_anim": "1277", + "name": "Black salamander" + }, + { + "ge_buy_limit": "2000", + "turn90cw_anim": "5245", + "examine": "A very slimy and generally disgusting green lizard.", + "walk_anim": "5245", + "low_alchemy": "20", + "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, + "high_alchemy": "30", + "destroy": "true", + "weight": "4", + "weapon_interface": "21", + "render_anim": "1277", + "name": "Swamp lizard" + }, + { + "shop_price": "4", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A noose on a stick.", + "walk_anim": "5250", + "durability": null, + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "520", + "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, + "high_alchemy": "780", + "weight": "5", + "weapon_interface": "17", + "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.", + "durability": null, + "low_alchemy": "6", + "high_alchemy": "10", + "equipment_slot": "13", + "grand_exchange_price": "28", + "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" + }, + { + "requirements": "{4,50}", + "ge_buy_limit": "1000", + "examine": "Bolts made from the spikes of a razor-backed kebbit.", + "durability": null, + "low_alchemy": "12", + "high_alchemy": "18", + "equipment_slot": "13", + "grand_exchange_price": "352", + "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" + }, + { + "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10181" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10183" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10185" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10187" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10189" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10191" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10193" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10195" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10197" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10199" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10201" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10203" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10205" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10207" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10209" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10211" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10213" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10215" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10217" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10219" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10221" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10223" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10225" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10227" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10229" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10231" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10233" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10235" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10237" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10239" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10241" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10243" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10245" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10247" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10249" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10251" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10253" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10255" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10257" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10259" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10261" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10263" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10265" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10267" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10269" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10271" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10273" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10275" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10277" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "120", + "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, + "high_alchemy": "180", + "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", + "low_alchemy": "720", + "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, + "high_alchemy": "1080", + "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", + "low_alchemy": "1000", + "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, + "high_alchemy": "1500", + "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, + "low_alchemy": "14080", + "high_alchemy": "21120", + "absorb": "1,0,3", + "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, + "low_alchemy": "14080", + "high_alchemy": "21120", + "weight": "3", + "absorb": "1,0,3", + "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, + "low_alchemy": "14080", + "high_alchemy": "21120", + "weight": "4", + "absorb": "1,0,3", + "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, + "low_alchemy": "14080", + "high_alchemy": "21120", + "weight": "2", + "absorb": "1,0,3", + "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, + "low_alchemy": "14080", + "high_alchemy": "21120", + "weight": "2", + "absorb": "1,0,3", + "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, + "low_alchemy": "1408", + "high_alchemy": "2112", + "weight": "3", + "absorb": "1,0,2", + "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, + "low_alchemy": "1408", + "high_alchemy": "2112", + "weight": "3", + "absorb": "1,0,2", + "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, + "low_alchemy": "1408", + "high_alchemy": "2112", + "weight": "3", + "absorb": "1,0,2", + "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, + "low_alchemy": "1408", + "high_alchemy": "2112", + "weight": "3", + "absorb": "1,0,2", + "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, + "low_alchemy": "1408", + "high_alchemy": "2112", + "weight": "3", + "absorb": "1,0,2", + "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, + "low_alchemy": "422", + "high_alchemy": "633", + "weight": "1.8", + "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, + "low_alchemy": "422", + "high_alchemy": "633", + "weight": "1.8", + "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, + "low_alchemy": "422", + "high_alchemy": "633", + "weight": "1.8", + "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, + "low_alchemy": "422", + "high_alchemy": "633", + "weight": "1.8", + "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, + "low_alchemy": "422", + "high_alchemy": "633", + "weight": "1.8", + "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" + }, + { + "ge_buy_limit": "2", + "examine": "See table", + "durability": null, + "low_alchemy": "1", + "high_alchemy": "1", + "weight": "2", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "8196", + "name": "Bob shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10316" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "8196", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10317" + }, + { + "ge_buy_limit": "2", + "examine": "See table", + "durability": null, + "low_alchemy": "1", + "high_alchemy": "1", + "weight": "2", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "14700", + "name": "Bob shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10318" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "14700", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10319" + }, + { + "ge_buy_limit": "2", + "examine": "See table", + "durability": null, + "low_alchemy": "1", + "high_alchemy": "1", + "weight": "2", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "8403", + "name": "Bob shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10320" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "8403", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10321" + }, + { + "ge_buy_limit": "2", + "examine": "See table", + "durability": null, + "low_alchemy": "1", + "high_alchemy": "1", + "weight": "2", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "9230", + "name": "Bob shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10322" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "9230", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10323" + }, + { + "ge_buy_limit": "2", + "examine": "See table", + "durability": null, + "low_alchemy": "1", + "high_alchemy": "1", + "weight": "2", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "8197", + "name": "Bob shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10324" + }, + { + "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", + "low_alchemy": "6", + "high_alchemy": "9", + "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", + "low_alchemy": "6", + "high_alchemy": "9", + "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,65}-{4,45}", + "ge_buy_limit": "2", + "examine": "Ancient range protection crafted from white dragonhide.", + "durability": null, + "low_alchemy": "18000", + "high_alchemy": "27000", + "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,65}-{4,45}", + "ge_buy_limit": "2", + "examine": "Fabulously ancient range protection crafted from white dragonhide.", + "durability": null, + "low_alchemy": "16000", + "high_alchemy": "24000", + "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,65}-{4,45}", + "ge_buy_limit": "5000", + "examine": "Ancient range protection crafted from white dragonhide.", + "durability": null, + "low_alchemy": "4000", + "high_alchemy": "6000", + "weight": "1", + "absorb": "0,3,1", + "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,65}-{4,45}", + "ge_buy_limit": "2", + "examine": "Fabulously ancient range protection crafted from white dragonhide.", + "durability": null, + "low_alchemy": "86000", + "high_alchemy": "129000", + "weight": "1", + "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,65}-{6,30}", + "ge_buy_limit": "2", + "examine": "Ancient mage protection enchanted in the Third-Age.", + "durability": null, + "low_alchemy": "18000", + "high_alchemy": "27000", + "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,65}-{6,30}", + "ge_buy_limit": "2", + "examine": "Ancient mage protection enchanted in the Third-Age.", + "durability": null, + "low_alchemy": "16000", + "high_alchemy": "24000", + "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,65}-{6,30}", + "ge_buy_limit": "2", + "examine": "Ancient mage protection enchanted in the Third-Age.", + "durability": null, + "low_alchemy": "4000", + "high_alchemy": "6000", + "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" + }, + { + "requirements": "{1,65}-{6,30}", + "ge_buy_limit": "2", + "examine": "Ancient mage protection enchanted in the Third-Age.", + "durability": null, + "low_alchemy": "8000", + "high_alchemy": "12000", + "equipment_slot": "2", + "lendable": "true", + "grand_exchange_price": "20100000", + "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" + }, + { + "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, + "low_alchemy": "80000", + "high_alchemy": "120000", + "weight": "2", + "absorb": "3,0,6", + "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, + "low_alchemy": "80000", + "high_alchemy": "120000", + "weight": "9", + "absorb": "4,0,9", + "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, + "low_alchemy": "36000", + "high_alchemy": "54000", + "weight": "1", + "absorb": "2,0,4", + "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, + "low_alchemy": "72000", + "high_alchemy": "108000", + "weight": "2", + "absorb": "5,0,11", + "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 very powerful dragonstone amulet.", + "grand_exchange_price": "233100", + "durability": null, + "name": "Amulet of glory(t4)", + "tradeable": "true", + "low_alchemy": "7050", + "high_alchemy": "10575", + "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", + "durability": null, + "name": "Amulet of glory(t4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10355" + }, + { + "examine": "Uncharged: A very powerful dragonstone amulet. 1-4 charges: A dragonstone amulet with X magic charges.", + "grand_exchange_price": "1", + "durability": null, + "name": "Amulet of glory(t3)", + "tradeable": "true", + "low_alchemy": "7050", + "high_alchemy": "10575", + "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" + }, + { + "durability": null, + "name": "Amulet of glory(t3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10357" + }, + { + "examine": "A very powerful dragonstone amulet.", + "grand_exchange_price": "1", + "durability": null, + "name": "Amulet of glory(t2)", + "tradeable": "true", + "low_alchemy": "7050", + "high_alchemy": "10575", + "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" + }, + { + "durability": null, + "name": "Amulet of glory(t2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10359" + }, + { + "examine": "Uncharged: A very powerful dragonstone amulet. 1-4 charges: A dragonstone amulet with X magic charges.", + "grand_exchange_price": "1", + "durability": null, + "name": "Amulet of glory(t1)", + "tradeable": "true", + "low_alchemy": "7050", + "high_alchemy": "10575", + "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" + }, + { + "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.", + "grand_exchange_price": "223000", + "durability": null, + "name": "Amulet of glory(t)", + "tradeable": "true", + "low_alchemy": "7050", + "high_alchemy": "10575", + "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", + "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", + "low_alchemy": "810", + "high_alchemy": "1215", + "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", + "low_alchemy": "360", + "high_alchemy": "540", + "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, + "low_alchemy": "1600", + "high_alchemy": "2400", + "weight": "1", + "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, + "low_alchemy": "5200", + "high_alchemy": "7800", + "weight": "6", + "absorb": "0,6,3", + "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, + "low_alchemy": "2400", + "high_alchemy": "3600", + "weight": "5", + "absorb": "0,4,2", + "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, + "low_alchemy": "800", + "high_alchemy": "1200", + "absorb": "0,3,1", + "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,70}-{4,40}", + "ge_buy_limit": "2", + "examine": "Guthix blessed dragonhide vambraces.", + "durability": null, + "low_alchemy": "2400", + "high_alchemy": "3600", + "weight": "1", + "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, + "low_alchemy": "5200", + "high_alchemy": "7800", + "weight": "6", + "absorb": "0,6,3", + "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, + "low_alchemy": "2400", + "high_alchemy": "3600", + "weight": "5", + "absorb": "0,4,2", + "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, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "0.85", + "absorb": "0,3,1", + "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,70}-{4,40}", + "ge_buy_limit": "2", + "examine": "Saradomin blessed dragonhide vambraces.", + "durability": null, + "low_alchemy": "1600", + "high_alchemy": "2400", + "weight": "1", + "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, + "low_alchemy": "5200", + "high_alchemy": "7800", + "destroy": "true", + "weight": "6", + "absorb": "0,6,3", + "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, + "low_alchemy": "2400", + "high_alchemy": "3600", + "absorb": "0,4,2", + "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, + "low_alchemy": "800", + "high_alchemy": "1200", + "absorb": "0,3,1", + "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", + "ge_buy_limit": "2", + "examine": "A big 'do about nothing.", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "2", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "45400", + "name": "A powdered wig", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10392" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "45400", + "durability": null, + "name": "A powdered wig", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10393" + }, + { + "ge_buy_limit": "2", + "examine": "These'll help me stay alive.", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "1", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "448900", + "name": "Flared trousers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10394" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "448900", + "durability": null, + "name": "Flared trousers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10395" + }, + { + "ge_buy_limit": "2", + "examine": "Alas, someone has slashed my pantaloons.", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "1", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "9863", + "name": "Pantaloons", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10396" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "9863", + "durability": null, + "name": "Pantaloons", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10397" + }, + { + "remove_head": "true", + "ge_buy_limit": "2", + "examine": "A cap for wearing whil...zzzzzzzzz", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "2", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "276400", + "name": "Sleeping cap", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10398" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "276400", + "durability": null, + "name": "Sleeping cap", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10399" + }, + { + "ge_buy_limit": "2", + "examine": "A well made elegant mans' black shirt.", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "921500", + "name": "Black ele' shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10400" + }, + { + "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", + "low_alchemy": "800", + "high_alchemy": "1200", + "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" + }, + { + "ge_buy_limit": "2", + "examine": "A well made elegant men's red shirt.", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "118600", + "name": "Red ele' shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10404" + }, + { + "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", + "low_alchemy": "800", + "high_alchemy": "1200", + "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" + }, + { + "ge_buy_limit": "2", + "examine": "A well made elegant mans' blue shirt.", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "134700", + "name": "Blue ele' shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10408" + }, + { + "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", + "low_alchemy": "800", + "high_alchemy": "1200", + "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" + }, + { + "ge_buy_limit": "2", + "examine": "A well made elegant men's green shirt.", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "162600", + "name": "Green ele' shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10412" + }, + { + "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", + "low_alchemy": "800", + "high_alchemy": "1200", + "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" + }, + { + "ge_buy_limit": "2", + "examine": "A well made elegant men's purple shirt.", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "116200", + "name": "Purple ele' shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10416" + }, + { + "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", + "low_alchemy": "800", + "high_alchemy": "1200", + "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" + }, + { + "ge_buy_limit": "2", + "examine": "A well made ladies' elegant white blouse.", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "571500", + "name": "White ele' blouse", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10420" + }, + { + "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", + "low_alchemy": "800", + "high_alchemy": "1200", + "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" + }, + { + "ge_buy_limit": "2", + "examine": "A well made elegant ladies' red blouse.", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "15000", + "name": "Red ele' blouse", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10424" + }, + { + "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", + "low_alchemy": "800", + "high_alchemy": "1200", + "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" + }, + { + "ge_buy_limit": "2", + "examine": "A well made ladies' elegant blue blouse.", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "22200", + "name": "Blue ele' blouse", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10428" + }, + { + "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", + "low_alchemy": "800", + "high_alchemy": "1200", + "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" + }, + { + "ge_buy_limit": "2", + "examine": "A well made ladies' elegant green blouse.", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "12300", + "name": "Green ele' blouse", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10432" + }, + { + "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", + "low_alchemy": "800", + "high_alchemy": "1200", + "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" + }, + { + "ge_buy_limit": "2", + "examine": "A well made elegant ladies' purple blouse.", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "22800", + "name": "Purple ele' blouse", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10436" + }, + { + "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", + "low_alchemy": "800", + "high_alchemy": "1200", + "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" + }, + { + "requirements": "{5,60}", + "ge_buy_limit": "2", + "turn90cw_anim": "1207", + "examine": "A Saradomin crozier.", + "walk_anim": "1205", + "durability": null, + "low_alchemy": "2000", + "high_alchemy": "3000", + "weight": "2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "1", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "8611", + "stand_anim": "813", + "name": "Saradomin crozier", + "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" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "8611", + "durability": null, + "name": "Saradomin crozier", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10441" + }, + { + "requirements": "{5,60}", + "ge_buy_limit": "2", + "turn90cw_anim": "1207", + "examine": "A Guthix crozier.", + "walk_anim": "1205", + "durability": null, + "low_alchemy": "2000", + "high_alchemy": "3000", + "weight": "2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "1", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "2925", + "stand_anim": "813", + "name": "Guthix crozier", + "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" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "2925", + "durability": null, + "name": "Guthix crozier", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10443" + }, + { + "requirements": "{5,60}", + "ge_buy_limit": "2", + "turn90cw_anim": "1207", + "examine": "A Zamorak crozier.", + "walk_anim": "1205", + "durability": null, + "low_alchemy": "2000", + "high_alchemy": "3000", + "weight": "2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "1", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "2794", + "stand_anim": "813", + "name": "Zamorak crozier", + "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" + }, + { + "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.", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1200000", + "name": "Saradomin cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10446", + "bonuses": "0,0,0,1,0,3,3,3,3,3,3,0,3,0,0" + }, + { + "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.", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "1", + "equipment_slot": "1", + "grand_exchange_price": "391000", + "name": "Guthix cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10448", + "bonuses": "0,0,0,1,0,3,3,3,3,3,3,0,3,0,0" + }, + { + "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.", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1000000", + "name": "Zamorak cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10450", + "bonuses": "0,0,0,1,0,3,3,3,3,3,3,0,3,0,0" + }, + { + "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.", + "durability": null, + "low_alchemy": "2000", + "high_alchemy": "3000", + "equipment_slot": "0", + "grand_exchange_price": "299200", + "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" + }, + { + "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.", + "durability": null, + "low_alchemy": "2000", + "high_alchemy": "3000", + "equipment_slot": "0", + "grand_exchange_price": "130300", + "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" + }, + { + "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, + "low_alchemy": "2000", + "high_alchemy": "3000", + "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}", + "ge_buy_limit": "2", + "examine": "Blessed vestments of Saradomin.", + "durability": null, + "low_alchemy": "2800", + "high_alchemy": "4200", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "121400", + "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" + }, + { + "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, + "low_alchemy": "2800", + "high_alchemy": "4200", + "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, + "low_alchemy": "2800", + "high_alchemy": "4200", + "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.", + "durability": null, + "low_alchemy": "2800", + "high_alchemy": "4200", + "equipment_slot": "7", + "grand_exchange_price": "56300", + "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" + }, + { + "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.", + "durability": null, + "low_alchemy": "2800", + "high_alchemy": "4200", + "weight": "2", + "equipment_slot": "7", + "grand_exchange_price": "56900", + "name": "Guthix robe legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10466", + "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,4,0,0" + }, + { + "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.", + "durability": null, + "low_alchemy": "2800", + "high_alchemy": "4200", + "weight": "2.7", + "equipment_slot": "7", + "grand_exchange_price": "79400", + "name": "Zamorak robe legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10468", + "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,4,0,0" + }, + { + "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.", + "durability": null, + "low_alchemy": "1000", + "high_alchemy": "1500", + "equipment_slot": "2", + "grand_exchange_price": "14000", + "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" + }, + { + "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.", + "durability": null, + "low_alchemy": "1000", + "high_alchemy": "1500", + "equipment_slot": "2", + "grand_exchange_price": "3849", + "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" + }, + { + "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.", + "durability": null, + "low_alchemy": "1000", + "high_alchemy": "1500", + "equipment_slot": "2", + "grand_exchange_price": "13700", + "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" + }, + { + "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", + "low_alchemy": "6", + "high_alchemy": "9", + "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", + "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", + "low_alchemy": "4", + "tradeable": "false", + "high_alchemy": "6", + "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", + "low_alchemy": "6", + "tradeable": "false", + "high_alchemy": "9", + "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, + "low_alchemy": "8", + "high_alchemy": "12", + "destroy": "true", + "weight": "1.1", + "attack_speed": "5", + "weapon_interface": "2", + "render_anim": "2586", + "equipment_slot": "3", + "destroy_message": "I can obtain a replacement axe from the Burthorpe Slayer Master.", + "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, + "low_alchemy": "307", + "high_alchemy": "461", + "destroy": "true", + "weight": "4.5", + "equipment_slot": "1", + "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" + }, + { + "destroy_message": "I can obtain a replacement for this from Ava in Draynor Manor. She will need 999 coins to buy the lower", + "shop_price": "999", + "examine": "A superior bagged chicken ready to serve you, magnet in claw.", + "durability": null, + "name": "Ava's accumulator", + "tradeable": "false", + "destroy": "true", + "weight": "4.5", + "archery_ticket_price": "0", + "id": "10499", + "bonuses": "0,0,0,0,4,0,1,0,4,0,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "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", + "archery_ticket_price": "0", + "id": "10509" + }, + { + "durability": null, + "name": "Snowball", + "tradeable": "true", + "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, + "low_alchemy": "7680", + "high_alchemy": "11520", + "weight": "2", + "absorb": "1,0,3", + "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, + "low_alchemy": "7680", + "high_alchemy": "11520", + "weight": "1", + "absorb": "1,0,3", + "equipment_slot": "0", + "name": "Runner hat", + "archery_ticket_price": "0", + "id": "10549", + "bonuses": "0,0,0,0,0,30,32,27,1,30,7,0,0,0,0" + }, + { + "requirements": "{1,40}", + "shop_price": "275", + "examine": "A Penance ranger hat.", + "durability": null, + "low_alchemy": "7680", + "high_alchemy": "11520", + "weight": "2", + "absorb": "0,3,1", + "equipment_slot": "0", + "name": "Ranger hat", + "archery_ticket_price": "0", + "id": "10550", + "bonuses": "-5,-5,-5,-5,7,7,10,11,5,9,7,0,0,0,0" + }, + { + "requirements": "{1,40}", + "shop_price": "375", + "examine": "Penance Fighter torso armour.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "destroy": "true", + "weight": "4", + "absorb": "3,0,6", + "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, + "low_alchemy": "32000", + "high_alchemy": "48000", + "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", + "low_alchemy": "24000", + "high_alchemy": "36000", + "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, + "low_alchemy": "4000", + "high_alchemy": "6000", + "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", + "low_alchemy": "20", + "tradeable": "false", + "high_alchemy": "30", + "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)", + "low_alchemy": "150000", + "high_alchemy": "150000", + "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, + "low_alchemy": "18400", + "high_alchemy": "27600", + "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, + "low_alchemy": "6000", + "high_alchemy": "9000", + "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, + "low_alchemy": "6000", + "high_alchemy": "9000", + "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, + "low_alchemy": "6000", + "high_alchemy": "9000", + "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, + "low_alchemy": "4000", + "high_alchemy": "6000", + "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" + }, + { + "examine": "Mystical robes.", + "durability": null, + "low_alchemy": "56000", + "high_alchemy": "84000", + "weight": "2.2", + "absorb": "3,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "3932123", + "name": "Infinity top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10605", + "bonuses": "0,0,0,22,0,0,0,0,22,0,0,0,0,0,0" + }, + { + "examine": "A wooden helmet.", + "durability": null, + "low_alchemy": "4000", + "high_alchemy": "6000", + "weight": "0.9", + "absorb": "3,1,0", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "5623", + "name": "Splitbark helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10606", + "bonuses": "0,0,0,3,-2,10,9,11,3,0,0,0,0,0,0" + }, + { + "examine": "They seem to be not quite of this world...", + "durability": null, + "name": "Ghostly boots", + "low_alchemy": "120", + "high_alchemy": "180", + "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", + "low_alchemy": "400", + "high_alchemy": "600", + "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, + "low_alchemy": "40", + "high_alchemy": "60", + "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" + }, + { + "shop_price": "250", + "examine": "Torso armour from the order of the Void Knights.", + "durability": null, + "low_alchemy": "19200", + "high_alchemy": "28800", + "weight": "6.8", + "equipment_slot": "4", + "remove_sleeves": "true", + "name": "Void knight top", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10611", + "bonuses": "0,0,0,0,0,40,40,40,40,40,0,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "Black banded leather armour, a rogue's dream!", + "durability": null, + "name": "Rogue mask", + "low_alchemy": "150", + "high_alchemy": "225", + "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", + "examine": "Protective headwear made from crabs. Better than it sounds.", + "durability": null, + "low_alchemy": "14080", + "high_alchemy": "21120", + "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", + "examine": "A helm fit for any Fremennik ranger.", + "durability": null, + "low_alchemy": "24000", + "high_alchemy": "36000", + "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", + "low_alchemy": "200", + "high_alchemy": "300", + "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", + "low_alchemy": "200", + "high_alchemy": "300", + "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", + "low_alchemy": "200", + "high_alchemy": "300", + "weight": "2", + "archery_ticket_price": "0", + "id": "10617", + "equipment_slot": "0" + }, + { + "shop_price": "3840", + "examine": "Provides excellent protection.", + "durability": null, + "low_alchemy": "1536", + "high_alchemy": "2304", + "weight": "9.9", + "absorb": "1,0,2", + "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, + "low_alchemy": "4000", + "high_alchemy": "6000", + "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, + "low_alchemy": "4800", + "high_alchemy": "7200", + "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", + "low_alchemy": "60", + "high_alchemy": "90", + "archery_ticket_price": "0", + "id": "10621", + "equipment_slot": "4" + }, + { + "examine": "This should make me harder to spot in polar areas.", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "weight": "0.2", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "216", + "name": "Kyatt top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10622", + "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0" + }, + { + "examine": "This should make me harder to spot in woodland and jungle areas.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "0.2", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "1793", + "name": "Larupia top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10623", + "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0" + }, + { + "shop_price": "300", + "examine": "This should make me harder to spot in desert areas.", + "durability": null, + "low_alchemy": "60", + "high_alchemy": "90", + "weight": "0.2", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "246", + "name": "Graahk top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10624", + "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0" + }, + { + "examine": "This should make me harder to spot in wooded areas.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "0.2", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "3883", + "name": "Wood camo top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10625", + "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0" + }, + { + "examine": "This should make me harder to spot in jungle areas.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "0.2", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "325", + "name": "Jungle camo top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10626", + "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0" + }, + { + "examine": "This should make me harder to spot in desert areas.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "0.2", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "606", + "name": "Desert camo top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10627", + "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0" + }, + { + "examine": "This should make me harder to spot in polar areas.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "0.2", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "5614", + "name": "Polar camo top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10628", + "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0" + }, + { + "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", + "low_alchemy": "28", + "high_alchemy": "42", + "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", + "low_alchemy": "180", + "high_alchemy": "270", + "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" + }, + { + "shop_price": "90000", + "examine": "A cape woven of obsidian plates.", + "durability": null, + "low_alchemy": "24000", + "high_alchemy": "36000", + "weight": "1.8", + "equipment_slot": "1", + "lendable": "true", + "grand_exchange_price": "38500", + "name": "Obsidian cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10636", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0" + }, + { + "examine": "A cape of fire.", + "durability": null, + "name": "Fire cape", + "tradeable": "false", + "low_alchemy": "24000", + "high_alchemy": "36000", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by masters of attack.", + "durability": null, + "name": "Attack cape", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape only worn by the strongest people.", + "durability": null, + "name": "Strength cape", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by masters of the art of Defence.", + "durability": null, + "name": "Defence cape", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by master archers.", + "durability": null, + "name": "Ranging cape", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by the most pious of heroes.", + "durability": null, + "name": "Prayer cape", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by the most powerful mages.", + "durability": null, + "name": "Magic cape", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by master runecrafters.", + "durability": null, + "name": "Runecraft cape", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by master hunters.", + "durability": null, + "name": "Hunter cape", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by well-constituted adventurers.", + "durability": null, + "name": "Hitpoints cape", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by the most agile of heroes.", + "durability": null, + "name": "Agility cape", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by the most skilled at the art of herblore.", + "durability": null, + "name": "Herblore cape", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by master thieves.", + "durability": null, + "name": "Thieving cape", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by master craftworkers.", + "durability": null, + "name": "Crafting cape", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by the best of fletchers.", + "durability": null, + "name": "Fletching cape", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by slayer masters.", + "durability": null, + "name": "Slayer cape", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by master builders.", + "durability": null, + "name": "Construct. cape", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by the most skilled miners.", + "durability": null, + "name": "Mining cape", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by master smiths.", + "durability": null, + "name": "Smithing cape", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by the best fishermen.", + "durability": null, + "name": "Fishing cape", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by the world's best chefs.", + "durability": null, + "name": "Cooking cape", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by master firelighters.", + "durability": null, + "name": "Firemaking cape", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by master woodcutters (Obtaining level 99 skill)", + "durability": null, + "name": "Woodcutting cape", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by master farmers.", + "durability": null, + "name": "Farming cape", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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", + "low_alchemy": "160", + "high_alchemy": "240", + "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", + "low_alchemy": "320", + "high_alchemy": "480", + "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" + }, + { + "examine": "A black kitesheild with a heraldic design.", + "durability": null, + "low_alchemy": "652", + "high_alchemy": "979", + "weight": "4", + "absorb": "1,0,2", + "equipment_slot": "5", + "grand_exchange_price": "15249", + "name": "Black shield(h1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10665", + "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,0,0,0,0,0" + }, + { + "examine": "A shield with a heraldic design.", + "durability": null, + "low_alchemy": "2176", + "high_alchemy": "3264", + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "16339", + "name": "Adamant shield(h1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10666", + "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,0,0,0,0,0" + }, + { + "examine": "A rune kiteshield with a heraldic design.", + "durability": null, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5.4", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "35300", + "name": "Rune shield(h1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10667", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0" + }, + { + "examine": "A black kiteshield with a heraldic design.", + "durability": null, + "low_alchemy": "6530", + "high_alchemy": "9795", + "weight": "4", + "absorb": "1,0,2", + "equipment_slot": "5", + "grand_exchange_price": "9751", + "name": "Black shield(h2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10668", + "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,0,0,0,0,0" + }, + { + "examine": "A shield with a heraldic design.", + "durability": null, + "low_alchemy": "2176", + "high_alchemy": "3264", + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "3353", + "name": "Adamant shield(h2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10669", + "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,0,0,0,0,0" + }, + { + "examine": "A rune kiteshield with a heraldic design.", + "durability": null, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5.4", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "31903", + "name": "Rune shield(h2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10670", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0" + }, + { + "examine": "A black shield with a heraldic design.", + "durability": null, + "low_alchemy": "652", + "high_alchemy": "979", + "weight": "4", + "absorb": "1,0,2", + "equipment_slot": "5", + "grand_exchange_price": "6791", + "name": "Black shield(h3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10671", + "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,0,0,0,0,0" + }, + { + "examine": "A shield with a heraldic design.", + "durability": null, + "low_alchemy": "2176", + "high_alchemy": "3264", + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "5566", + "name": "Adamant shield(h3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10672", + "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,0,0,0,0,0" + }, + { + "examine": "A rune kiteshield with a heraldic design.", + "durability": null, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "32082", + "name": "Rune shield(h3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10673", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0" + }, + { + "examine": "A black shield with a heraldic design.", + "durability": null, + "low_alchemy": "652", + "high_alchemy": "979", + "weight": "4", + "absorb": "1,0,2", + "equipment_slot": "5", + "grand_exchange_price": "5159", + "name": "Black shield(h4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10674", + "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,0,0,0,0,0" + }, + { + "examine": "A shield with a heraldic design.", + "durability": null, + "low_alchemy": "2176", + "high_alchemy": "3264", + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "3219", + "name": "Adamant shield(h4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10675", + "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,0,0,0,0,0" + }, + { + "examine": "A rune kiteshield with a heraldic design.", + "durability": null, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "32351", + "name": "Rune shield(h4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10676", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0" + }, + { + "examine": "A black shield with a heraldic design.", + "durability": null, + "low_alchemy": "652", + "high_alchemy": "979", + "weight": "4", + "absorb": "1,0,2", + "equipment_slot": "5", + "grand_exchange_price": "8451", + "name": "Black shield(h5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10677", + "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,0,0,0,0,0" + }, + { + "examine": "A shield with a heraldic design.", + "durability": null, + "low_alchemy": "2176", + "high_alchemy": "3264", + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "5905", + "name": "Adamant shield(h5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10678", + "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,0,0,0,0,0" + }, + { + "examine": "A rune kiteshield with a heraldic design.", + "durability": null, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "35200", + "name": "Rune shield(h5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10679", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0" + }, + { + "examine": "Those studs should provide a bit more protection. Nice trim too!", + "durability": null, + "low_alchemy": "340", + "high_alchemy": "510", + "weight": "5.4", + "absorb": "0,3,1", + "equipment_slot": "4", + "grand_exchange_price": "67430", + "name": "Studded body (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10680", + "bonuses": "0,0,0,-4,8,18,25,22,8,25,0,0,0,0,0" + }, + { + "examine": "Those studs should provide a bit more protection. Nice trim too!", + "durability": null, + "low_alchemy": "340", + "high_alchemy": "510", + "weight": "5.4", + "absorb": "0,3,1", + "equipment_slot": "4", + "grand_exchange_price": "22400", + "name": "Studded body (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10681", + "bonuses": "0,0,0,-4,8,18,25,22,8,25,0,0,0,0,0" + }, + { + "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", + "equipment_slot": "4" + }, + { + "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", + "equipment_slot": "4" + }, + { + "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", + "equipment_slot": "4" + }, + { + "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", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "examine": "I can practise magic better in this.", + "durability": null, + "name": "Wizard robe (g)", + "tradeable": "true", + "low_alchemy": "6", + "high_alchemy": "9", + "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" + }, + { + "remove_sleeves": "true", + "examine": "I can do magic better in this.", + "durability": null, + "name": "Wizard robe (t)", + "tradeable": "true", + "low_alchemy": "6", + "high_alchemy": "9", + "weight": "1", + "archery_ticket_price": "0", + "id": "10687", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "examine": "Enchanted Wizards robes.", + "durability": null, + "low_alchemy": "48000", + "high_alchemy": "72000", + "weight": "1", + "absorb": "3,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "72800", + "name": "Enchanted top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10688", + "bonuses": "0,0,0,20,0,0,0,0,20,0,0,0,0,0,0" + }, + { + "examine": "Slightly magical boots.", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "weight": "1", + "equipment_slot": "10", + "lendable": "true", + "grand_exchange_price": "763602", + "name": "Wizard boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10689", + "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0" + }, + { + "examine": "Black platebody with trim.", + "durability": null, + "low_alchemy": "1536", + "high_alchemy": "2304", + "weight": "9.07", + "absorb": "1,0,2", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "90744", + "name": "Black platebody (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10690", + "bonuses": "0,0,0,-30,-10,41,40,30,-6,40,0,0,0,0,0" + }, + { + "examine": "Black platebody with gold trim.", + "durability": null, + "low_alchemy": "1536", + "high_alchemy": "2304", + "weight": "9.07", + "absorb": "1,0,2", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "230800", + "name": "Black platebody (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10691", + "bonuses": "0,0,0,-30,-10,41,40,30,-6,40,0,0,0,0,0" + }, + { + "lendable": "true", + "examine": "Your money or your life!", + "grand_exchange_price": "92519", + "durability": null, + "name": "Highwayman mask", + "tradeable": "true", + "low_alchemy": "16", + "high_alchemy": "24", + "archery_ticket_price": "0", + "id": "10692", + "equipment_slot": "0" + }, + { + "lendable": "true", + "examine": "Parlez-vous francais? (Do you speak French?)", + "grand_exchange_price": "64066", + "durability": null, + "name": "Blue beret", + "tradeable": "true", + "low_alchemy": "32", + "high_alchemy": "48", + "archery_ticket_price": "0", + "hat": true, + "id": "10693", + "equipment_slot": "0" + }, + { + "lendable": "true", + "examine": "Parlez-vous francais?(Do you speak French?)", + "grand_exchange_price": "158274", + "durability": null, + "name": "Black beret", + "tradeable": "true", + "low_alchemy": "32", + "high_alchemy": "48", + "archery_ticket_price": "0", + "hat": true, + "id": "10694", + "equipment_slot": "0" + }, + { + "lendable": "true", + "examine": "Parlez-vous francais? (Do you speak French?)", + "grand_exchange_price": "281900", + "durability": null, + "name": "White beret", + "tradeable": "true", + "low_alchemy": "32", + "high_alchemy": "48", + "archery_ticket_price": "0", + "hat": true, + "id": "10695", + "equipment_slot": "0" + }, + { + "examine": "Lightweight boots ideal for rangers.", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "weight": "0.2", + "equipment_slot": "10", + "lendable": "true", + "grand_exchange_price": "11781186", + "name": "Ranger boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10696", + "bonuses": "0,0,0,-10,8,2,3,4,2,0,0,0,0,0,0" + }, + { + "examine": "Adamant platebody with trim.", + "durability": null, + "low_alchemy": "5120", + "high_alchemy": "7680", + "weight": "9.07", + "absorb": "2,0,4", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "79300", + "name": "Adam platebody (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10697", + "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,0,0,0,0,0" + }, + { + "examine": "Adamant platebody with gold trim.", + "durability": null, + "low_alchemy": "5120", + "high_alchemy": "7680", + "weight": "9.07", + "absorb": "2,0,4", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "207912", + "name": "Adam platebody (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10698", + "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,0,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "A black helmet with a heraldic design.", + "durability": null, + "low_alchemy": "422", + "high_alchemy": "633", + "weight": "1.8", + "equipment_slot": "0", + "grand_exchange_price": "22022", + "name": "Black helm (h1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10699", + "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "A black helmet with a heraldic design.", + "durability": null, + "low_alchemy": "422", + "high_alchemy": "633", + "weight": "1.8", + "equipment_slot": "0", + "grand_exchange_price": "11700", + "name": "Black helm (h2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10700", + "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "A black helmet with a heraldic design.", + "durability": null, + "low_alchemy": "422", + "high_alchemy": "633", + "weight": "1.8", + "equipment_slot": "0", + "grand_exchange_price": "10424", + "name": "Black helm (h3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10701", + "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "A black helmet with a heraldic design.", + "durability": null, + "low_alchemy": "422", + "high_alchemy": "633", + "weight": "1.8", + "equipment_slot": "0", + "grand_exchange_price": "12717", + "name": "Black helm (h4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10702", + "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "A black helmet with a heraldic design.", + "durability": null, + "low_alchemy": "422", + "high_alchemy": "633", + "weight": "1.8", + "equipment_slot": "0", + "grand_exchange_price": "17852", + "name": "Black helm (h5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10703", + "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "A rune helmet with a heraldic design.", + "durability": null, + "low_alchemy": "14080", + "high_alchemy": "21120", + "absorb": "1,0,3", + "equipment_slot": "0", + "grand_exchange_price": "30298", + "name": "Rune helm (h1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10704", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "A rune helmet with a heraldic design.", + "durability": null, + "low_alchemy": "14080", + "high_alchemy": "21120", + "weight": "3", + "absorb": "1,0,3", + "equipment_slot": "0", + "grand_exchange_price": "26127", + "name": "Rune helm (h2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10705", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "A rune helmet with a heraldic design.", + "durability": null, + "low_alchemy": "14080", + "high_alchemy": "21120", + "weight": "4", + "absorb": "1,0,3", + "equipment_slot": "0", + "grand_exchange_price": "37333", + "name": "Rune helm (h3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10706", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "A rune helmet with a heraldic design.", + "durability": null, + "low_alchemy": "14080", + "high_alchemy": "21120", + "weight": "2", + "absorb": "1,0,3", + "equipment_slot": "0", + "grand_exchange_price": "29600", + "name": "Rune helm (h4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10707", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "A rune helmet with a heraldic design.", + "durability": null, + "low_alchemy": "14080", + "high_alchemy": "21120", + "weight": "2", + "absorb": "1,0,3", + "equipment_slot": "0", + "grand_exchange_price": "41325", + "name": "Rune helm (h5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10708", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "An adamant helmet with a heraldic design.", + "durability": null, + "low_alchemy": "1408", + "high_alchemy": "2112", + "weight": "3", + "absorb": "1,0,2", + "equipment_slot": "0", + "grand_exchange_price": "28407", + "name": "Adamant helm (h1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10709", + "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,0,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "An adamant helmet with a heraldic design.", + "durability": null, + "low_alchemy": "1408", + "high_alchemy": "2112", + "weight": "3", + "absorb": "1,0,2", + "equipment_slot": "0", + "grand_exchange_price": "9839", + "name": "Adamant helm (h2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10710", + "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,0,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "An adamant helmet with a heraldic design.", + "durability": null, + "low_alchemy": "1408", + "high_alchemy": "2112", + "weight": "3", + "absorb": "1,0,2", + "equipment_slot": "0", + "grand_exchange_price": "8485", + "name": "Adamant helm (h3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10711", + "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,0,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "An Adamant helmet with a heraldic design.", + "durability": null, + "low_alchemy": "1408", + "high_alchemy": "2112", + "weight": "3", + "absorb": "1,0,2", + "equipment_slot": "0", + "grand_exchange_price": "10774", + "name": "Adamant helm (h4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10712", + "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,0,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "An adamant helmet with a heraldic design.", + "durability": null, + "low_alchemy": "1408", + "high_alchemy": "2112", + "weight": "3", + "absorb": "1,0,2", + "equipment_slot": "0", + "grand_exchange_price": "17390", + "name": "Adamant helm (h5)", + "tradeable": "true", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "weight": "2", + "archery_ticket_price": "0", + "id": "10714", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "examine": "See table", + "grand_exchange_price": "8425", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "low_alchemy": "1", + "high_alchemy": "1", + "weight": "2", + "archery_ticket_price": "0", + "id": "10715", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "examine": "See table", + "grand_exchange_price": "8425", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "low_alchemy": "1", + "high_alchemy": "1", + "weight": "2", + "archery_ticket_price": "0", + "id": "10716", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "examine": "See table", + "grand_exchange_price": "8425", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "low_alchemy": "1", + "high_alchemy": "1", + "weight": "2", + "archery_ticket_price": "0", + "id": "10717", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "examine": "See table", + "grand_exchange_price": "8425", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "low_alchemy": "1", + "high_alchemy": "1", + "weight": "2", + "archery_ticket_price": "0", + "id": "10718", + "equipment_slot": "4" + }, + { + "examine": "A very powerful dragonstone amulet.", + "grand_exchange_price": "1", + "durability": null, + "name": "Amulet of glory(t)", + "tradeable": "true", + "low_alchemy": "7050", + "high_alchemy": "10575", + "archery_ticket_price": "0", + "id": "10719", + "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0", + "equipment_slot": "2" + }, + { + "examine": "A cape from the almighty god Guthix.", + "durability": null, + "name": "Guthix cape", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "examine": "Now that's just silly.", + "durability": null, + "name": "Frog mask", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10721", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "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", + "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", + "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": "10724", + "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": "10725", + "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": "10726", + "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": "10727", + "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": "10728", + "equipment_slot": "0" + }, + { + "examine": "A ring given to you by the Easter Bunny.", + "durability": null, + "name": "Easter ring", + "archery_ticket_price": "0", + "id": "10729" + }, + { + "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": "10730" + }, + { + "examine": "Alas...I hardly knew him.", + "durability": null, + "name": "Zombie head", + "archery_ticket_price": "0", + "id": "10731" + }, + { + "turn90cw_anim": "821", + "examine": "Perhaps not the most powerful weapon in RuneScape.", + "walk_anim": "1830", + "durability": null, + "weight": "0.4", + "turn90ccw_anim": "822", + "attack_speed": "4", + "weapon_interface": "12", + "turn180_anim": "1830", + "render_anim": "182", + "equipment_slot": "3", + "fun_weapon": "true", + "stand_anim": "1832", + "name": "Rubber chicken", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "10732", + "stand_turn_anim": "823", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "examine": "It's a Scythe.", + "walk_anim": "819", + "durability": null, + "weight": "3", + "turn90ccw_anim": "822", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "820", + "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" + }, + { + "examine": "An enchanted ruby amulet with a nice trim.", + "grand_exchange_price": "443800", + "durability": null, + "name": "Strength amulet(t)", + "tradeable": "true", + "low_alchemy": "810", + "high_alchemy": "1215", + "archery_ticket_price": "0", + "id": "10736", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,10,0,0,0", + "equipment_slot": "2" + }, + { + "examine": "An enchanted sapphire amulet of magic.", + "grand_exchange_price": "67158", + "durability": null, + "name": "Amulet of magic(t)", + "tradeable": "true", + "low_alchemy": "360", + "high_alchemy": "540", + "archery_ticket_price": "0", + "id": "10738", + "bonuses": "0,0,0,10,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "2" + }, + { + "remove_head": "true", + "examine": "A big 'do about nothing.", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "2", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "36879", + "name": "A powdered wig", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10740" + }, + { + "lendable": "true", + "examine": "These'll help me stay alive.", + "grand_exchange_price": "559284", + "durability": null, + "name": "Flared trousers", + "tradeable": "true", + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "1", + "archery_ticket_price": "0", + "id": "10742", + "equipment_slot": "7" + }, + { + "lendable": "true", + "examine": "Alas, someone has slashed my pantaloons.", + "grand_exchange_price": "12022", + "durability": null, + "name": "Pantaloons", + "tradeable": "true", + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "1", + "archery_ticket_price": "0", + "id": "10744", + "equipment_slot": "7" + }, + { + "remove_head": "true", + "examine": "A cap for wearing whil...zzzzzzzzz", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "2", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "376084", + "name": "Sleeping cap", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10746" + }, + { + "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", + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "1", + "archery_ticket_price": "0", + "id": "10748", + "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", + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "1", + "archery_ticket_price": "0", + "id": "10750", + "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", + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "1", + "archery_ticket_price": "0", + "id": "10752", + "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", + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "1", + "archery_ticket_price": "0", + "id": "10754", + "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", + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "1", + "archery_ticket_price": "0", + "id": "10756", + "equipment_slot": "4" + }, + { + "examine": "Stylish!", + "grand_exchange_price": "56600", + "durability": null, + "name": "Red boater", + "tradeable": "true", + "low_alchemy": "90", + "high_alchemy": "135", + "archery_ticket_price": "0", + "id": "10758", + "equipment_slot": "0" + }, + { + "examine": "Stylish!", + "grand_exchange_price": "20300", + "durability": null, + "name": "Orange boater", + "tradeable": "true", + "low_alchemy": "90", + "high_alchemy": "135", + "archery_ticket_price": "0", + "id": "10760", + "equipment_slot": "0" + }, + { + "examine": "Stylish!", + "grand_exchange_price": "59940", + "durability": null, + "name": "Green boater", + "tradeable": "true", + "low_alchemy": "90", + "high_alchemy": "135", + "archery_ticket_price": "0", + "id": "10762", + "equipment_slot": "0" + }, + { + "examine": "Stylish!", + "grand_exchange_price": "54236", + "durability": null, + "name": "Blue boater", + "tradeable": "true", + "low_alchemy": "90", + "high_alchemy": "135", + "archery_ticket_price": "0", + "id": "10764", + "equipment_slot": "0" + }, + { + "examine": "Stylish!", + "grand_exchange_price": "56495", + "durability": null, + "name": "Black boater", + "tradeable": "true", + "low_alchemy": "90", + "high_alchemy": "135", + "archery_ticket_price": "0", + "id": "10766", + "equipment_slot": "0" + }, + { + "lendable": "true", + "examine": "A minimalist's hat.", + "grand_exchange_price": "114319", + "durability": null, + "name": "Red headband", + "tradeable": "true", + "low_alchemy": "16", + "high_alchemy": "24", + "archery_ticket_price": "0", + "id": "10768", + "equipment_slot": "0" + }, + { + "lendable": "true", + "examine": "A minimalist's hat.", + "grand_exchange_price": "41778", + "durability": null, + "name": "Black headband", + "tradeable": "true", + "low_alchemy": "16", + "high_alchemy": "24", + "archery_ticket_price": "0", + "id": "10770", + "equipment_slot": "0" + }, + { + "lendable": "true", + "examine": "A minimalist's hat.", + "grand_exchange_price": "21764", + "durability": null, + "name": "Brown headband", + "tradeable": "true", + "low_alchemy": "16", + "high_alchemy": "24", + "archery_ticket_price": "0", + "id": "10772", + "equipment_slot": "0" + }, + { + "examine": "Shiver me timbers!", + "grand_exchange_price": "83200", + "durability": null, + "name": "Pirate's hat", + "tradeable": "true", + "low_alchemy": "72", + "high_alchemy": "108", + "archery_ticket_price": "0", + "id": "10774", + "equipment_slot": "0" + }, + { + "examine": "Rune platebody in the colours of Zamorak.", + "durability": null, + "low_alchemy": "26000", + "high_alchemy": "39000", + "weight": "9", + "absorb": "3,0,6", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "647800", + "name": "Zamorak platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10776", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0" + }, + { + "examine": "Rune platebody in the colours of Saradomin.", + "durability": null, + "low_alchemy": "26000", + "high_alchemy": "39000", + "weight": "9.07", + "absorb": "3,0,6", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "1097689", + "name": "Saradomin plate", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10778", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0" + }, + { + "examine": "Rune platebody in the colours of Guthix.", + "durability": null, + "low_alchemy": "26000", + "high_alchemy": "39000", + "weight": "9.07", + "absorb": "3,0,6", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "241600", + "name": "Guthix platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10780", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,1" + }, + { + "examine": "Rune platebody with complete gold trim & plating.", + "durability": null, + "low_alchemy": "26000", + "high_alchemy": "39000", + "weight": "10", + "absorb": "3,0,6", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "1653821", + "name": "Gilded platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10782", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0" + }, + { + "remove_sleeves": "true", + "examine": "Blessed vestments of Saradomin.", + "grand_exchange_price": "106389", + "durability": null, + "name": "Saradomin robe top", + "tradeable": "true", + "low_alchemy": "2800", + "high_alchemy": "4200", + "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" + }, + { + "examine": "Zamorak Vestments.", + "durability": null, + "low_alchemy": "2800", + "high_alchemy": "4200", + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "151000", + "name": "Zamorak robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10786", + "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,4,0,0" + }, + { + "examine": "Blessed vestments of Guthix.", + "durability": null, + "low_alchemy": "2800", + "high_alchemy": "4200", + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "80181", + "name": "Guthix robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10788", + "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,4,0,0" + }, + { + "examine": "Zamorak blessed dragonhide body armour.", + "durability": null, + "low_alchemy": "5200", + "high_alchemy": "7800", + "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" + }, + { + "shop_price": "13000", + "examine": "Saradomin blessed dragonhide body armour.", + "durability": null, + "low_alchemy": "5200", + "high_alchemy": "7800", + "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" + }, + { + "shop_price": "13", + "examine": "Guthix blessed dragonhide body armour.", + "durability": null, + "low_alchemy": "5200", + "high_alchemy": "7800", + "weight": "6", + "absorb": "0,6,3", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "22384", + "name": "Guthix dragonhide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10794", + "bonuses": "0,0,0,-15,30,55,47,60,50,55,0,0,0,0,0" + }, + { + "examine": "Endorsed by Robin Hood.", + "durability": null, + "low_alchemy": "180", + "high_alchemy": "270", + "weight": "0.2", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "3070557", + "name": "Robin hood hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10796", + "bonuses": "0,0,0,-10,8,4,6,8,4,4,0,0,0,0,0" + }, + { + "examine": "Rune platebody with gold trim.", + "durability": null, + "low_alchemy": "26000", + "high_alchemy": "39000", + "weight": "9.07", + "absorb": "3,0,6", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "231400", + "name": "Rune platebody (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10798", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0" + }, + { + "examine": "Rune platebody with trim.", + "durability": null, + "low_alchemy": "26000", + "high_alchemy": "39000", + "weight": "9.07", + "absorb": "3,0,6", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "61100", + "name": "Rune platebody (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10800", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0" + }, + { + "lendable": "true", + "examine": "All for one and one for all!", + "grand_exchange_price": "56677", + "durability": null, + "name": "Tan cavalier", + "tradeable": "true", + "low_alchemy": "80", + "high_alchemy": "120", + "archery_ticket_price": "0", + "id": "10802", + "equipment_slot": "0" + }, + { + "lendable": "true", + "examine": "All for one and one for all!", + "grand_exchange_price": "18942", + "durability": null, + "name": "Dark cavalier", + "tradeable": "true", + "low_alchemy": "80", + "high_alchemy": "120", + "archery_ticket_price": "0", + "id": "10804", + "equipment_slot": "0" + }, + { + "lendable": "true", + "examine": "All for one and one for all!", + "grand_exchange_price": "421305", + "durability": null, + "name": "Black cavalier", + "tradeable": "true", + "low_alchemy": "80", + "high_alchemy": "120", + "archery_ticket_price": "0", + "id": "10806", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "1000", + "examine": "Arctic Pine logs prepared with sacred oil for a funeral pyre", + "grand_exchange_price": "3453", + "durability": null, + "name": "Arctic pyre logs", + "tradeable": "true", + "low_alchemy": "80", + "high_alchemy": "120", + "weight": "2", + "archery_ticket_price": "0", + "id": "10808" + }, + { + "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.", + "grand_exchange_price": "90", + "durability": null, + "name": "Arctic pine logs", + "tradeable": "true", + "low_alchemy": "14", + "high_alchemy": "21", + "weight": "2", + "archery_ticket_price": "0", + "id": "10810", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "90", + "durability": null, + "name": "Arctic pine logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10811" + }, + { + "ge_buy_limit": "1000", + "examine": "Used to repair bridges.", + "grand_exchange_price": "18", + "durability": null, + "name": "Split log", + "tradeable": "true", + "low_alchemy": "36", + "high_alchemy": "54", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "10812" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "18", + "durability": null, + "name": "Split log", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10813" + }, + { + "shop_price": "120", + "ge_buy_limit": "1000", + "examine": "I can spin this into rope.", + "grand_exchange_price": "113", + "durability": null, + "name": "Hair", + "tradeable": "true", + "low_alchemy": "48", + "high_alchemy": "72", + "archery_ticket_price": "0", + "id": "10814" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "113", + "durability": null, + "name": "Hair", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10815" + }, + { + "shop_price": "2", + "ge_buy_limit": "1000", + "examine": "I need to cook this.", + "grand_exchange_price": "14", + "durability": null, + "name": "Raw yak meat", + "tradeable": "true", + "high_alchemy": "1", + "weight": "3", + "archery_ticket_price": "0", + "id": "10816" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "14", + "durability": null, + "name": "Raw yak meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10817" + }, + { + "shop_price": "50", + "ge_buy_limit": "5000", + "examine": "Thakkrad, of Neitiznot, can cure this.", + "grand_exchange_price": "301", + "durability": null, + "name": "Yak-hide", + "tradeable": "true", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10818" + }, + { + "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.", + "grand_exchange_price": "396", + "durability": null, + "name": "Cured yak-hide", + "tradeable": "true", + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10820" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "396", + "durability": null, + "name": "Cured yak-hide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10821" + }, + { + "remove_sleeves": "true", + "requirements": "{1,20}", + "ge_buy_limit": "100", + "grand_exchange_price": "122", + "durability": null, + "name": "Yak-hide armour", + "archery_ticket_price": "0", + "id": "10822", + "bonuses": "0,0,0,-5,0,25,20,15,-2,25,5,0,0,0,0", + "equipment_slot": "4" + }, + { + "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", + "durability": null, + "name": "Yak-hide armour", + "archery_ticket_price": "0", + "id": "10824", + "bonuses": "0,0,0,-5,10,25,20,15,-2,10,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "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 shield worn by Fremennik warriors.", + "durability": null, + "low_alchemy": "2000", + "high_alchemy": "3000", + "destroy": "true", + "weight": "2.2", + "equipment_slot": "5", + "grand_exchange_price": "402", + "name": "Fremennik round shield", + "archery_ticket_price": "0", + "id": "10826", + "bonuses": "0,0,0,-10,-10,17,17,31,-4,33,20,0,0,0,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", + "ge_buy_limit": "100", + "examine": "A gift from Neitiznot's Burgher.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "weight": "2.2", + "absorb": "2,0,4", + "equipment_slot": "0", + "grand_exchange_price": "44800", + "name": "Helm of neitiznot", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10828", + "bonuses": "0,0,0,0,0,31,29,34,3,30,8,3,3,0,0" + }, + { + "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", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10830" + }, + { + "destroy_message": "Are you sure? You can replace it by talking to King Sorvott.", + "examine": "An empty tax bag.", + "durability": null, + "name": "Empty tax bag", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10831" + }, + { + "examine": "A silly hat with bells.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "weight": "2.7", + "equipment_slot": "0", + "destroy_message": "Are you sure? You can find another in King Sorvott's chest.", + "name": "Silly jester hat", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10836", + "bonuses": "0,0,0,0,0,0,0,0,5,-5,0,0,0,0,0" + }, + { + "examine": "A jester's jangly top.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "weight": "6.8", + "equipment_slot": "4", + "destroy_message": "Are you sure? You can find another in King Sorvott's chest.", + "remove_sleeves": "true", + "name": "Silly jester top", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10837", + "bonuses": "0,0,0,0,0,0,0,0,5,-5,5,0,0,0,0" + }, + { + "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", + "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", + "archery_ticket_price": "0", + "id": "10843" + }, + { + "examine": "A slightly sq'irky, I mean quirky, fruit.", + "durability": null, + "name": "Spring sq'irk", + "archery_ticket_price": "0", + "id": "10844" + }, + { + "examine": "A slightly sq'irky, I mean quirky, fruit.", + "durability": null, + "name": "Summer sq'irk", + "archery_ticket_price": "0", + "id": "10845" + }, + { + "examine": "A slightly sq'irky, I mean quirky, fruit.", + "durability": null, + "name": "Autumn sq'irk", + "archery_ticket_price": "0", + "id": "10846" + }, + { + "examine": "A slightly sq'irky, I mean quirky, fruit.", + "durability": null, + "name": "Winter sq'irk", + "archery_ticket_price": "0", + "id": "10847" + }, + { + "examine": "Made from 4 spring sq'irks.", + "durability": null, + "name": "Spring sq'irkjuice", + "weight": "1", + "archery_ticket_price": "0", + "id": "10848" + }, + { + "examine": "Made from 2 summer sq'irks.", + "durability": null, + "name": "Summer sq'irkjuice", + "weight": "1", + "archery_ticket_price": "0", + "id": "10849" + }, + { + "examine": "Made from 3 autumn sq'irks.", + "durability": null, + "name": "Autumn sq'irkjuice", + "weight": "1", + "archery_ticket_price": "0", + "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", + "low_alchemy": "2", + "tradeable": "false", + "high_alchemy": "3", + "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", + "two_handed": "true", + "weapon_interface": "7", + "turn180_anim": "7045", + "render_anim": "124", + "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" + }, + { + "examine": "You can put nice, hot tea in it.", + "durability": null, + "name": "Tea flask", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "10859" + }, + { + "examine": "You can put nice, hot tea in it.", + "durability": null, + "name": "Tea flask", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "10860" + }, + { + "examine": "You can put nice, hot tea in it.", + "durability": null, + "name": "Tea flask", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "10861" + }, + { + "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", + "low_alchemy": "40", + "tradeable": "false", + "high_alchemy": "60", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10862", + "equipment_slot": "0" + }, + { + "examine": "Very fetching.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "weight": "0.9", + "equipment_slot": "4", + "destroy_message": "You'll have to find another within the Tower of Life!", + "remove_sleeves": "true", + "name": "Builder's shirt", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10863" + }, + { + "destroy_message": "You'll have to find another within the Tower of Life!", + "examine": "Slightly tatty in my opinion.", + "durability": null, + "name": "Builder's trousers", + "low_alchemy": "40", + "tradeable": "false", + "high_alchemy": "60", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10864", + "equipment_slot": "7" + }, + { + "destroy_message": "You'll have to find another within the Tower of Life!", + "examine": "They'll offer good protection for my toes.", + "durability": null, + "name": "Builder's boots", + "low_alchemy": "40", + "tradeable": "false", + "high_alchemy": "60", + "destroy": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10865", + "equipment_slot": "10" + }, + { + "examine": "Used to bolt things together.", + "durability": null, + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "40", + "tradeable": "false", + "high_alchemy": "60", + "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", + "low_alchemy": "92000", + "turn90ccw_anim": "5867", + "attack_speed": "6", + "two_handed": "true", + "turn180_anim": "5867", + "defence_anim": "5866", + "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", + "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", + "durability": null, + "high_alchemy": "138000", + "weight": "30", + "weapon_interface": "8", + "render_anim": "985", + "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)", + "durability": null, + "name": "Barrelchest anchor", + "low_alchemy": "92000", + "high_alchemy": "138000", + "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" + }, + { + "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, + "name": "Blessed lamp", + "archery_ticket_price": "0", + "id": "10889" + }, + { + "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, + "name": "Prayer book", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10890" + }, + { + "ge_buy_limit": "100", + "examine": "A wooden cat toy.", + "grand_exchange_price": "922", + "durability": null, + "name": "Wooden cat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10891" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "922", + "durability": null, + "name": "Wooden cat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10892" + }, + { + "examine": "A cranial clamp.", + "durability": null, + "name": "Cranial clamp", + "archery_ticket_price": "0", + "id": "10893" + }, + { + "examine": "Some tongs for use with brains.", + "durability": null, + "name": "Brain tongs", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10894" + }, + { + "examine": "A bell jar for covering things.", + "durability": null, + "name": "Bell jar", + "weight": "1", + "archery_ticket_price": "0", + "id": "10895" + }, + { + "examine": "A silver whistle.", + "durability": null, + "name": "Wolf whistle", + "archery_ticket_price": "0", + "id": "10896" + }, + { + "examine": "A shipping order list.", + "durability": null, + "name": "Shipping order", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10897" + }, + { + "examine": "A small keg of gunpowder.", + "durability": null, + "name": "Keg", + "weight": "12", + "archery_ticket_price": "0", + "id": "10898" + }, + { + "examine": "Part of a crate.", + "durability": null, + "name": "Crate part", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10899" + }, + { + "examine": "One skull staple.", + "durability": null, + "name": "Skull staple", + "archery_ticket_price": "0", + "id": "10904" + }, + { + "ge_buy_limit": "100", + "examine": "This super restore and unicorn dust potion needs more ingredients.", + "grand_exchange_price": "8420", + "durability": null, + "name": "Mixture - step 1(4)", + "tradeable": "true", + "low_alchemy": "120", + "high_alchemy": "180", + "archery_ticket_price": "0", + "id": "10909" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8420", + "durability": null, + "name": "Mixture - step 1(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10910" + }, + { + "ge_buy_limit": "100", + "examine": "This super restore and unicorn dust potion needs more ingredients.", + "grand_exchange_price": "6543", + "durability": null, + "name": "Mixture - step 1(3)", + "tradeable": "true", + "low_alchemy": "120", + "high_alchemy": "180", + "archery_ticket_price": "0", + "id": "10911" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "6543", + "durability": null, + "name": "Mixture - step 1(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10912" + }, + { + "ge_buy_limit": "100", + "examine": "This super restore and unicorn dust potion needs more ingredients.", + "grand_exchange_price": "4335", + "durability": null, + "name": "Mixture - step 1(2)", + "tradeable": "true", + "low_alchemy": "120", + "high_alchemy": "180", + "archery_ticket_price": "0", + "id": "10913" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4335", + "durability": null, + "name": "Mixture - step 1(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10914" + }, + { + "ge_buy_limit": "100", + "examine": "This super restore and unicorn dust potion needs more ingredients.", + "grand_exchange_price": "2168", + "durability": null, + "name": "Mixture - step 1(1)", + "tradeable": "true", + "low_alchemy": "120", + "high_alchemy": "180", + "archery_ticket_price": "0", + "id": "10915" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2168", + "durability": null, + "name": "Mixture - step 1(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10916" + }, + { + "ge_buy_limit": "100", + "examine": "This super restore, unicorn dust, snake weed potion needs more ingredients.", + "grand_exchange_price": "8665", + "durability": null, + "name": "Mixture - step 2(4)", + "tradeable": "true", + "low_alchemy": "120", + "high_alchemy": "180", + "archery_ticket_price": "0", + "id": "10917" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8665", + "durability": null, + "name": "Mixture - step 2(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10918" + }, + { + "ge_buy_limit": "100", + "examine": "This super restore, unicorn dust, snake weed potion needs more ingredients.", + "grand_exchange_price": "6695", + "durability": null, + "name": "Mixture - step 2(3)", + "tradeable": "true", + "low_alchemy": "120", + "high_alchemy": "180", + "archery_ticket_price": "0", + "id": "10919" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "6695", + "durability": null, + "name": "Mixture - step 2(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10920" + }, + { + "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", + "low_alchemy": "120", + "high_alchemy": "180", + "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", + "low_alchemy": "120", + "high_alchemy": "180", + "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", + "low_alchemy": "120", + "high_alchemy": "180", + "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", + "low_alchemy": "120", + "high_alchemy": "180", + "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", + "low_alchemy": "120", + "high_alchemy": "180", + "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", + "low_alchemy": "120", + "high_alchemy": "180", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "10933", + "equipment_slot": "10" + }, + { + "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": "10934" + }, + { + "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": "10935" + }, + { + "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": "10936" + }, + { + "ge_buy_limit": "100", + "examine": "The claws from a nail beast", + "grand_exchange_price": "203", + "durability": null, + "name": "Nail beast nails", + "tradeable": "true", + "low_alchemy": "120", + "high_alchemy": "180", + "archery_ticket_price": "0", + "id": "10937" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "203", + "durability": null, + "name": "Nail beast nails", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10938" + }, + { + "remove_sleeves": "true", + "examine": "You certainly will be alright wearing this.", + "durability": null, + "name": "Lumberjack top", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "10939", + "equipment_slot": "4" + }, + { + "examine": "You certainly will be alright wearing these.", + "durability": null, + "name": "Lumberjack legs", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "10940", + "equipment_slot": "7" + }, + { + "remove_head": "true", + "examine": "You certainly will be alright wearing this.", + "durability": null, + "name": "Lumberjack hat", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10941", + "equipment_slot": "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", + "id": "10942" + }, + { + "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": "10943" + }, + { + "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": "10944" + }, + { + "remove_sleeves": "true", + "examine": "You certainly will be alright wearing this.", + "durability": null, + "name": "Lumberjack top", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "10945", + "equipment_slot": "4" + }, + { + "examine": "One skull staple.", + "durability": null, + "name": "Skull staples", + "archery_ticket_price": "0", + "id": "10950" + }, + { + "examine": "One skull staple.", + "durability": null, + "name": "Skull staples", + "archery_ticket_price": "0", + "id": "10951" + }, + { + "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", + "low_alchemy": "60", + "high_alchemy": "90", + "archery_ticket_price": "0", + "id": "10952" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "57", + "durability": null, + "name": "Slayer bell", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10953" + }, + { + "requirements": "{1,25}-{4,25}", + "shop_price": "1000", + "ge_buy_limit": "100", + "examine": "Armour made out of Frog hide.", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "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", + "id": "10954", + "bonuses": "0,0,0,-5,10,23,26,30,15,32,20,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1797", + "durability": null, + "name": "Frog-leather body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10955" + }, + { + "requirements": "{1,25}-{4,25}", + "shop_price": "900", + "ge_buy_limit": "100", + "examine": "Chaps made out of Frog hide.", + "durability": null, + "low_alchemy": "360", + "high_alchemy": "540", + "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" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "361", + "durability": null, + "name": "Frog-leather chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10957" + }, + { + "requirements": "{1,25}-{4,25}", + "shop_price": "200", + "ge_buy_limit": "100", + "examine": "Boots made out of Frog hide.", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "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" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1156", + "durability": null, + "name": "Frog-leather boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10959" + }, + { + "shop_price": "10", + "examine": "Thick and tasty soup.", + "durability": null, + "name": "Green gloop soup", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "10960" + }, + { + "shop_price": "10", + "examine": "A big bowl of frogspawn gumbo.", + "durability": null, + "name": "Frogspawn gumbo", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "10961" + }, + { + "shop_price": "10", + "examine": "A juicy frogburger.", + "durability": null, + "name": "Frogburger", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "1", + "archery_ticket_price": "0", + "id": "10962" + }, + { + "examine": "Nice and crunchy.", + "durability": null, + "name": "Coated frogs' legs", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "10963" + }, + { + "shop_price": "10", + "examine": "Bat shish kebab.", + "durability": null, + "name": "Bat shish", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "10964" + }, + { + "shop_price": "10", + "examine": "Wall beast fingers in a white fern sauce.", + "durability": null, + "name": "Fingers", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "10965" + }, + { + "examine": "A whole roasted frog.", + "durability": null, + "name": "Roast frog", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "1", + "archery_ticket_price": "0", + "id": "10967" + }, + { + "examine": "Tasty saut??ed mushrooms.", + "durability": null, + "name": "Mushrooms", + "low_alchemy": "20", + "high_alchemy": "30", + "archery_ticket_price": "0", + "id": "10968" + }, + { + "examine": "Chunky cave-crawler fillets.", + "durability": null, + "name": "Fillets", + "low_alchemy": "20", + "high_alchemy": "30", + "archery_ticket_price": "0", + "id": "10969" + }, + { + "examine": "Steamed cave pond loach.", + "durability": null, + "name": "Loach", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "1", + "archery_ticket_price": "0", + "id": "10970" + }, + { + "examine": "Cave-eel sushi.", + "durability": null, + "name": "Eel sushi", + "archery_ticket_price": "0", + "id": "10971" + }, + { + "shop_price": "2", + "examine": "Oldak's Marvellous Moving-Over-Distance Sphere.", + "durability": null, + "name": "Dorgesh-kaan sphere", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "10972" + }, + { + "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", + "low_alchemy": "140", + "high_alchemy": "210", + "archery_ticket_price": "0", + "id": "10973" + }, + { + "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", + "low_alchemy": "2", + "high_alchemy": "4", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "100", + "high_alchemy": "150", + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "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", + "low_alchemy": "400", + "high_alchemy": "600", + "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", + "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", + "low_alchemy": "4", + "tradeable": "false", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "tradeable": "false", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "tradeable": "false", + "high_alchemy": "6", + "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" + }, + { + "remove_head": "true", + "examine": "Cock-a-doodle-do!", + "durability": null, + "name": "Chicken head", + "tradeable": "false", + "destroy": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "11015", + "equipment_slot": "0" + }, + { + "examine": "Perfect for crossing the road.", + "durability": null, + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "durability": null, + "low_alchemy": "10400", + "high_alchemy": "15600", + "weight": "1.8", + "attack_speed": "4", + "weapon_interface": "6", + "equipment_slot": "3", + "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" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "120200", + "durability": null, + "name": "Brine sabre", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11038" + }, + { + "examine": "Looks like it might still float.", + "durability": null, + "name": "Rotten barrel", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11044" + }, + { + "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", + "archery_ticket_price": "0", + "id": "11045" + }, + { + "shop_price": "18", + "examine": "A coil of rope.", + "grand_exchange_price": "101", + "durability": null, + "name": "Rope", + "tradeable": "true", + "low_alchemy": "7", + "high_alchemy": "10", + "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", + "low_alchemy": "160", + "high_alchemy": "160", + "archery_ticket_price": "0", + "id": "11050" + }, + { + "examine": "An ancient goblin object encrusted in dirt.", + "durability": null, + "name": "Artefact", + "tradeable": "false", + "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, + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "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, + "low_alchemy": "400", + "high_alchemy": "600", + "weight": "1.8", + "attack_speed": "5", + "weapon_interface": "8", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "4093", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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.", + "durability": null, + "low_alchemy": "220", + "high_alchemy": "330", + "weight": "0.2", + "equipment_slot": "9", + "grand_exchange_price": "223", + "name": "Gold bracelet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11069" + }, + { + "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.", + "durability": null, + "low_alchemy": "460", + "high_alchemy": "690", + "weight": "0.25", + "equipment_slot": "9", + "grand_exchange_price": "578", + "name": "Sapphire bracelet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11072" + }, + { + "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", + "low_alchemy": "506", + "high_alchemy": "759", + "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", + "low_alchemy": "610", + "high_alchemy": "915", + "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", + "low_alchemy": "670", + "high_alchemy": "1005", + "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", + "low_alchemy": "670", + "high_alchemy": "1005", + "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", + "low_alchemy": "670", + "high_alchemy": "1005", + "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", + "low_alchemy": "930", + "high_alchemy": "1395", + "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", + "low_alchemy": "1024", + "high_alchemy": "1536", + "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", + "low_alchemy": "1620", + "high_alchemy": "2430", + "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", + "low_alchemy": "1530", + "high_alchemy": "2295", + "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", + "low_alchemy": "1680", + "high_alchemy": "2520", + "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", + "low_alchemy": "1680", + "high_alchemy": "2520", + "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", + "low_alchemy": "1680", + "high_alchemy": "2520", + "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", + "low_alchemy": "1680", + "high_alchemy": "2520", + "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", + "low_alchemy": "1680", + "high_alchemy": "2520", + "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", + "low_alchemy": "8080", + "high_alchemy": "12120", + "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", + "low_alchemy": "8080", + "high_alchemy": "12120", + "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", + "low_alchemy": "8080", + "high_alchemy": "12120", + "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", + "low_alchemy": "8080", + "high_alchemy": "12120", + "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", + "low_alchemy": "8080", + "high_alchemy": "12120", + "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", + "low_alchemy": "7650", + "high_alchemy": "11475", + "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": "You will need to recharge the bracelet at the Legends Guild.(uncharged) A handy way to get around.(charged)", + "durability": null, + "low_alchemy": "8416", + "high_alchemy": "12624", + "weight": "0.3", + "equipment_slot": "9", + "grand_exchange_price": "29700", + "name": "Combat bracelet(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11118", + "bonuses": "7,7,7,3,7,5,5,5,3,5,5,6,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "29700", + "durability": null, + "name": "Combat bracelet(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11119" + }, + { + "examine": "You will need to recharge the bracelet at the Legends Guild.(uncharged) A handy way to get around.(charged)", + "grand_exchange_price": "1", + "durability": null, + "name": "Combat bracelet(3)", + "tradeable": "true", + "low_alchemy": "8416", + "high_alchemy": "12624", + "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" + }, + { + "durability": null, + "name": "Combat bracelet(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11121" + }, + { + "examine": "You will need to recharge the bracelet at the Legends Guild.(uncharged) A handy way to get around.(charged)", + "grand_exchange_price": "1", + "durability": null, + "name": "Combat bracelet(2)", + "tradeable": "true", + "low_alchemy": "8416", + "high_alchemy": "12624", + "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" + }, + { + "durability": null, + "name": "Combat bracelet(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11123" + }, + { + "examine": "You will need to recharge the bracelet at the Legends Guild.(uncharged) A handy way to get around.(charged)", + "grand_exchange_price": "1", + "durability": null, + "name": "Combat bracelet(1)", + "tradeable": "true", + "low_alchemy": "8416", + "high_alchemy": "12624", + "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" + }, + { + "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.(uncharged) A handy way to get around.(charged)", + "durability": null, + "low_alchemy": "8416", + "high_alchemy": "12624", + "weight": "0.3", + "equipment_slot": "9", + "grand_exchange_price": "29000", + "name": "Combat bracelet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11126", + "bonuses": "7,7,7,3,7,5,5,5,3,5,5,6,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "29000", + "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", + "low_alchemy": "80400", + "high_alchemy": "120600", + "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", + "low_alchemy": "80800", + "high_alchemy": "121200", + "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.", + "durability": null, + "low_alchemy": "80800", + "high_alchemy": "121200", + "weight": "0.2", + "equipment_slot": "9", + "grand_exchange_price": "124200", + "name": "Regen bracelet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11133", + "bonuses": "8,8,8,3,7,6,6,6,3,6,5,7,0,0,0" + }, + { + "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, + "low_alchemy": "1", + "high_alchemy": "2", + "weight": "3", + "turn90ccw_anim": "822", + "weapon_interface": "17", + "turn180_anim": "4227", + "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, + "low_alchemy": "1", + "high_alchemy": "2", + "weight": "3", + "turn90ccw_anim": "822", + "weapon_interface": "17", + "turn180_anim": "4227", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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)", + "low_alchemy": "960", + "high_alchemy": "1440", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "11190", + "equipment_slot": "2" + }, + { + "examine": "An enchanted necklace.", + "durability": null, + "name": "Digsite pendant (2)", + "low_alchemy": "960", + "high_alchemy": "1440", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "11191", + "equipment_slot": "2" + }, + { + "examine": "An enchanted necklace.", + "durability": null, + "name": "Digsite pendant (3)", + "low_alchemy": "960", + "high_alchemy": "1440", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "11192", + "equipment_slot": "2" + }, + { + "examine": "An enchanted necklace.", + "durability": null, + "name": "Digsite pendant (4)", + "low_alchemy": "960", + "high_alchemy": "1440", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "11193", + "equipment_slot": "2" + }, + { + "examine": "An enchanted necklace.", + "durability": null, + "name": "Digsite pendant (5)", + "low_alchemy": "960", + "high_alchemy": "1440", + "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, + "low_alchemy": "24000", + "high_alchemy": "36000", + "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", + "high_alchemy": "1", + "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.", + "durability": null, + "low_alchemy": "320", + "high_alchemy": "480", + "equipment_slot": "13", + "grand_exchange_price": "2674", + "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" + }, + { + "requirements": "{4,60}", + "ge_buy_limit": "10000", + "examine": "unlit: Arrows with dragon heads and oil-soaked cloth.lit: Dragon-headed fire arrow.", + "durability": null, + "low_alchemy": "320", + "high_alchemy": "480", + "equipment_slot": "13", + "grand_exchange_price": "3988", + "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" + }, + { + "requirements": "{4,60}", + "ge_buy_limit": "10000", + "examine": "unlit: Arrows with dragon heads and oil-soaked cloth.lit: Dragon-headed fire arrow.", + "durability": null, + "low_alchemy": "320", + "high_alchemy": "480", + "equipment_slot": "13", + "grand_exchange_price": "3834", + "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" + }, + { + "requirements": "{4,60}", + "ge_buy_limit": "10000", + "examine": "An arrow made using a dragon's talon.", + "durability": null, + "low_alchemy": "320", + "high_alchemy": "480", + "equipment_slot": "13", + "grand_exchange_price": "3141", + "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" + }, + { + "requirements": "{4,60}", + "ge_buy_limit": "10000", + "examine": "An arrow made using a dragon's talon.", + "durability": null, + "low_alchemy": "320", + "high_alchemy": "480", + "equipment_slot": "13", + "grand_exchange_price": "2866", + "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" + }, + { + "requirements": "{4,60}", + "ge_buy_limit": "10000", + "examine": "An arrow made using a dragon's talon.", + "durability": null, + "low_alchemy": "320", + "high_alchemy": "480", + "equipment_slot": "13", + "grand_exchange_price": "3766", + "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" + }, + { + "requirements": "{4,60}", + "ge_buy_limit": "10000", + "examine": "A deadly throwing dart with a dragon tip.", + "durability": null, + "low_alchemy": "200", + "high_alchemy": "300", + "attack_speed": "3", + "weapon_interface": "18", + "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, + "low_alchemy": "200", + "high_alchemy": "300", + "attack_speed": "3", + "weapon_interface": "18", + "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", + "low_alchemy": "100", + "high_alchemy": "150", + "archery_ticket_price": "0", + "id": "11232" + }, + { + "requirements": "{4,60}", + "ge_buy_limit": "10000", + "examine": "A deadly throwing dart with a dragon tip.", + "durability": null, + "low_alchemy": "200", + "high_alchemy": "300", + "attack_speed": "3", + "weapon_interface": "18", + "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, + "low_alchemy": "200", + "high_alchemy": "300", + "attack_speed": "3", + "weapon_interface": "18", + "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", + "low_alchemy": "48000", + "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, + "high_alchemy": "72001", + "weight": "1.9", + "weapon_interface": "16", + "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", + "low_alchemy": "200", + "high_alchemy": "300", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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" + }, + { + "shop_price": "3", + "turn90cw_anim": "6610", + "examine": "For catching butterflies.", + "walk_anim": "6607", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "destroy": "true", + "weight": "0.2", + "turn90ccw_anim": "6609", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "6608", + "render_anim": "1426", + "equipment_slot": "3", + "destroy_message": "You will have to trade with Elnock to get a new magic butterfly net.", + "stand_anim": "6604", + "name": "Magic butterfly net", + "tradeable": "false", + "run_anim": "6603", + "archery_ticket_price": "0", + "id": "11259", + "stand_turn_anim": "6611" + }, + { + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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" + }, + { + "examine": "The label says 'Vivid Crimson', but it looks like pink to me!", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "45", + "weight": "0.9", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "27", + "name": "Ham shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11274", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" + }, + { + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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.", + "rare_item": "true", + "durability": null, + "low_alchemy": "800000", + "high_alchemy": "1200000", + "weight": "7.2", + "equipment_slot": "5", + "grand_exchange_price": "5653008", + "name": "Dragonfire shield", + "archery_ticket_price": "0", + "id": "11283", + "bonuses": "0,0,0,-10,-5,70,75,72,10,72,17,7,0,0,0" + }, + { + "requirements": "{1,75}", + "ge_buy_limit": "10", + "examine": "A heavy shield with a snarling, draconic visage.", + "rare_item": "true", + "durability": null, + "low_alchemy": "800000", + "high_alchemy": "1200000", + "weight": "7.2", + "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", + "low_alchemy": "300000", + "high_alchemy": "450000", + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "10", + "high_alchemy": "15", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "30", + "high_alchemy": "45", + "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, + "low_alchemy": "60000", + "high_alchemy": "90000", + "weight": "2", + "absorb": "2,0,4", + "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", + "low_alchemy": "400", + "high_alchemy": "600", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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, + "low_alchemy": "10", + "high_alchemy": "15", + "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", + "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, + "low_alchemy": "36", + "high_alchemy": "54", + "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", + "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, + "low_alchemy": "130", + "high_alchemy": "195", + "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", + "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, + "low_alchemy": "338", + "high_alchemy": "507", + "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", + "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, + "low_alchemy": "832", + "high_alchemy": "1248", + "weight": "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", + "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, + "low_alchemy": "8320", + "high_alchemy": "12480", + "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", + "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, + "low_alchemy": "10", + "high_alchemy": "15", + "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", + "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", + "walk_anim": "1205", + "durability": null, + "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, + "low_alchemy": "10", + "high_alchemy": "15", + "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", + "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, + "low_alchemy": "10", + "high_alchemy": "15", + "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", + "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, + "low_alchemy": "36", + "high_alchemy": "54", + "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", + "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", + "walk_anim": "1205", + "durability": null, + "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, + "low_alchemy": "36", + "high_alchemy": "54", + "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", + "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, + "low_alchemy": "36", + "high_alchemy": "54", + "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", + "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, + "low_alchemy": "130", + "high_alchemy": "195", + "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", + "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", + "walk_anim": "1205", + "durability": null, + "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, + "low_alchemy": "130", + "high_alchemy": "195", + "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", + "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, + "low_alchemy": "130", + "high_alchemy": "195", + "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", + "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, + "low_alchemy": "338", + "high_alchemy": "507", + "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", + "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 mithril-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "low_alchemy": "338", + "high_alchemy": "507", + "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", + "name": "Mithril hasta(kp)", + "tradeable": "true", + "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, + "low_alchemy": "338", + "high_alchemy": "507", + "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", + "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, + "low_alchemy": "338", + "high_alchemy": "507", + "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", + "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, + "low_alchemy": "832", + "high_alchemy": "1248", + "weight": "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", + "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", + "walk_anim": "1205", + "durability": null, + "turn90ccw_anim": "1208", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "stand_anim": "813", + "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, + "low_alchemy": "832", + "high_alchemy": "1248", + "weight": "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", + "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", + "walk_anim": "1205", + "durability": null, + "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++)", + "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, + "low_alchemy": "8320", + "high_alchemy": "12480", + "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", + "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", + "walk_anim": "1205", + "durability": null, + "turn90ccw_anim": "1208", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "stand_anim": "813", + "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" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A rune-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "low_alchemy": "8320", + "high_alchemy": "12480", + "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", + "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, + "low_alchemy": "8320", + "high_alchemy": "12480", + "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", + "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", + "low_alchemy": "3", + "high_alchemy": "5", + "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", + "low_alchemy": "3", + "high_alchemy": "5", + "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", + "low_alchemy": "86", + "high_alchemy": "129", + "archery_ticket_price": "0", + "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", + "low_alchemy": "86", + "high_alchemy": "129", + "archery_ticket_price": "0", + "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", + "low_alchemy": "60", + "high_alchemy": "90", + "archery_ticket_price": "0", + "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", + "low_alchemy": "60", + "high_alchemy": "90", + "archery_ticket_price": "0", + "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", + "low_alchemy": "5", + "high_alchemy": "7", + "archery_ticket_price": "0", + "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", + "low_alchemy": "5", + "high_alchemy": "7", + "archery_ticket_price": "0", + "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", + "low_alchemy": "42", + "high_alchemy": "63", + "archery_ticket_price": "0", + "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", + "low_alchemy": "42", + "high_alchemy": "63", + "archery_ticket_price": "0", + "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", + "low_alchemy": "26", + "high_alchemy": "39", + "archery_ticket_price": "0", + "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", + "low_alchemy": "26", + "high_alchemy": "39", + "archery_ticket_price": "0", + "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", + "low_alchemy": "28", + "high_alchemy": "43", + "archery_ticket_price": "0", + "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", + "low_alchemy": "28", + "high_alchemy": "43", + "archery_ticket_price": "0", + "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", + "low_alchemy": "36", + "high_alchemy": "54", + "archery_ticket_price": "0", + "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", + "low_alchemy": "36", + "high_alchemy": "54", + "archery_ticket_price": "0", + "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", + "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", + "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", + "low_alchemy": "46", + "high_alchemy": "69", + "archery_ticket_price": "0", + "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", + "low_alchemy": "46", + "high_alchemy": "69", + "archery_ticket_price": "0", + "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", + "low_alchemy": "54", + "high_alchemy": "81", + "archery_ticket_price": "0", + "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", + "low_alchemy": "54", + "high_alchemy": "81", + "archery_ticket_price": "0", + "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", + "low_alchemy": "86", + "high_alchemy": "129", + "archery_ticket_price": "0", + "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", + "low_alchemy": "86", + "high_alchemy": "129", + "archery_ticket_price": "0", + "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", + "low_alchemy": "60", + "high_alchemy": "90", + "archery_ticket_price": "0", + "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", + "low_alchemy": "60", + "high_alchemy": "90", + "archery_ticket_price": "0", + "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": "Sup. energy mix(2)", + "tradeable": "true", + "low_alchemy": "64", + "high_alchemy": "96", + "archery_ticket_price": "0", + "id": "11481" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1062", + "durability": null, + "name": "Sup. 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": "Sup. energy mix(1)", + "tradeable": "true", + "low_alchemy": "64", + "high_alchemy": "96", + "archery_ticket_price": "0", + "id": "11483" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "562", + "durability": null, + "name": "Sup. 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": "Sup. str. mix(2)", + "tradeable": "true", + "low_alchemy": "66", + "high_alchemy": "99", + "archery_ticket_price": "0", + "id": "11485" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "955", + "durability": null, + "name": "Sup. str. 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": "Sup. str. mix(1)", + "tradeable": "true", + "low_alchemy": "66", + "high_alchemy": "99", + "archery_ticket_price": "0", + "id": "11487" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1040", + "durability": null, + "name": "Sup. str. 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", + "low_alchemy": "72", + "high_alchemy": "108", + "archery_ticket_price": "0", + "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", + "low_alchemy": "72", + "high_alchemy": "108", + "archery_ticket_price": "0", + "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": "Sup. restore mix(2)", + "tradeable": "true", + "low_alchemy": "66", + "high_alchemy": "99", + "archery_ticket_price": "0", + "id": "11493" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "3670", + "durability": null, + "name": "Sup. 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": "Sup. restore mix(1)", + "tradeable": "true", + "low_alchemy": "66", + "high_alchemy": "99", + "archery_ticket_price": "0", + "id": "11495" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "3104", + "durability": null, + "name": "Sup. 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": "Sup. def. mix(2)", + "tradeable": "true", + "low_alchemy": "79", + "high_alchemy": "118", + "archery_ticket_price": "0", + "id": "11497" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "38", + "durability": null, + "name": "Sup. def. 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": "Sup. def. mix(1)", + "tradeable": "true", + "low_alchemy": "79", + "high_alchemy": "118", + "archery_ticket_price": "0", + "id": "11499" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "66", + "durability": null, + "name": "Sup. def. 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", + "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", + "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", + "low_alchemy": "79", + "high_alchemy": "118", + "archery_ticket_price": "0", + "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", + "low_alchemy": "79", + "high_alchemy": "118", + "archery_ticket_price": "0", + "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", + "low_alchemy": "86", + "high_alchemy": "129", + "archery_ticket_price": "0", + "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", + "low_alchemy": "86", + "high_alchemy": "129", + "archery_ticket_price": "0", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "archery_ticket_price": "0", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "archery_ticket_price": "0", + "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", + "low_alchemy": "3", + "high_alchemy": "5", + "archery_ticket_price": "0", + "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", + "low_alchemy": "3", + "high_alchemy": "5", + "archery_ticket_price": "0", + "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", + "low_alchemy": "60", + "high_alchemy": "90", + "archery_ticket_price": "0", + "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", + "low_alchemy": "60", + "high_alchemy": "90", + "archery_ticket_price": "0", + "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", + "low_alchemy": "10", + "high_alchemy": "15", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "shop_price": "200", + "examine": "A mage helm from the order of the Void Knights.", + "durability": null, + "low_alchemy": "3940", + "high_alchemy": "5910", + "destroy": "true", + "equipment_slot": "0", + "name": "Void mage helm", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "11663", + "bonuses": "0,0,0,0,0,6,6,6,6,6,6,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "200", + "examine": "A ranger helm from the order of the Void Knights", + "durability": null, + "low_alchemy": "3940", + "high_alchemy": "5910", + "weight": "3.6", + "equipment_slot": "0", + "name": "Void ranger helm", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "11664", + "bonuses": "0,0,0,0,0,6,6,6,6,6,6,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "200", + "examine": "A melee helm from the order of the Void Knights.", + "durability": null, + "low_alchemy": "3940", + "high_alchemy": "5910", + "weight": "0.4", + "equipment_slot": "0", + "name": "Void melee helm", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "11665", + "bonuses": "0,0,0,0,0,6,6,6,6,6,6,0,0,0,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", + "shop_price": "200", + "examine": "A mage helm from the order of the Void Knights.", + "durability": null, + "low_alchemy": "3940", + "high_alchemy": "5910", + "destroy": "true", + "equipment_slot": "0", + "name": "Void mage helm", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "11674", + "bonuses": "0,0,0,0,0,6,6,6,6,6,0,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "200", + "examine": "A ranger helm from the order of the Void Knights", + "durability": null, + "low_alchemy": "3940", + "high_alchemy": "5910", + "weight": "3.6", + "equipment_slot": "0", + "name": "Void ranger helm", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "11675", + "bonuses": "0,0,0,0,0,6,6,6,6,6,0,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "200", + "examine": "A melee helm from the order of the Void Knights.", + "durability": null, + "low_alchemy": "3940", + "high_alchemy": "5910", + "weight": "0.4", + "equipment_slot": "0", + "name": "Void melee helm", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "11676", + "bonuses": "0,0,0,0,0,6,6,6,6,6,0,0,0,0,0" + }, + { + "destroy_message": "I can find another book in the Keldagrim library.", + "examine": "\"Beyond Trollheim\" by Nestor Peregrine.", + "durability": null, + "name": "Explorer's notes", + "low_alchemy": "2", + "tradeable": "false", + "high_alchemy": "3", + "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", + "low_alchemy": "200000", + "high_alchemy": "300000", + "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", + "low_alchemy": "200000", + "high_alchemy": "300000", + "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", + "low_alchemy": "300000", + "high_alchemy": "450000", + "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", + "low_alchemy": "200000", + "high_alchemy": "300000", + "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", + "low_alchemy": "500000", + "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, + "high_alchemy": "750000", + "weight": "10", + "weapon_interface": "7", + "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", + "low_alchemy": "500000", + "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, + "high_alchemy": "750000", + "weight": "10", + "weapon_interface": "7", + "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", + "low_alchemy": "500000", + "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, + "high_alchemy": "750000", + "weight": "10", + "weapon_interface": "7", + "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", + "low_alchemy": "500000", + "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, + "high_alchemy": "750000", + "weight": "10", + "weapon_interface": "7", + "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", + "low_alchemy": "200000", + "high_alchemy": "300000", + "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", + "low_alchemy": "200000", + "high_alchemy": "300000", + "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", + "low_alchemy": "200000", + "high_alchemy": "300000", + "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", + "low_alchemy": "200000", + "high_alchemy": "300000", + "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, + "name": "Godsword shard 1", + "tradeable": "true", + "low_alchemy": "100000", + "high_alchemy": "150000", + "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, + "name": "Godsword shard 2", + "tradeable": "true", + "low_alchemy": "100000", + "high_alchemy": "150000", + "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, + "name": "Godsword shard 3", + "tradeable": "true", + "low_alchemy": "100000", + "high_alchemy": "150000", + "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", + "low_alchemy": "40000", + "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, + "high_alchemy": "60000", + "weight": "3", + "weapon_interface": "14", + "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, + "low_alchemy": "8000", + "high_alchemy": "12000", + "weight": "0.5", + "absorb": "0,5,2", + "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, + "low_alchemy": "24000", + "high_alchemy": "36000", + "weight": "4", + "absorb": "0,10,5", + "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 rune plateskirt in the colours of Armadyl.", + "rare_item": "true", + "durability": null, + "low_alchemy": "25600", + "high_alchemy": "38400", + "weight": "8", + "absorb": "2,0,4", + "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, + "low_alchemy": "106000", + "high_alchemy": "159000", + "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, + "low_alchemy": "109000", + "high_alchemy": "163500", + "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, + "low_alchemy": "10000", + "high_alchemy": "15000", + "weight": "6", + "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", + "low_alchemy": "52000", + "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, + "high_alchemy": "78000", + "weight": "3", + "weapon_interface": "7", + "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, + "low_alchemy": "8000", + "high_alchemy": "12000", + "weight": "1", + "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. The wax seal is broken. / Before reading the scroll: 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. / Before reading the scroll: 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": "11735" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "1207", + "examine": "It's a slightly magical stick.", + "walk_anim": "1205", + "low_alchemy": "6800", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "equipment_slot": "3", + "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,10,0,2,3,1,10,0,0,35,0,0,0", + "requirements": "{0,30}-{6,30}", + "durability": null, + "high_alchemy": "10200", + "weight": "2", + "weapon_interface": "1", + "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", + "low_alchemy": "18000", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "equipment_slot": "3", + "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,10,0,2,3,1,10,0,0,50,0,0,0", + "requirements": "{0,40}-{6,40}", + "durability": null, + "high_alchemy": "27000", + "weight": "2", + "weapon_interface": "1", + "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", + "low_alchemy": "4", + "tradeable": "false", + "high_alchemy": "6", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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, + "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", + "low_alchemy": "16", + "high_alchemy": "24", + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "11807" + }, + { + "examine": "An ugly albino fish.", + "durability": null, + "name": "Whitefish", + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "11808" + }, + { + "examine": "4 doses of goblin transmogrification potion.", + "durability": null, + "name": "Goblin potion (4)", + "low_alchemy": "5", + "high_alchemy": "7", + "archery_ticket_price": "0", + "id": "11809", + "equipment_slot": "5" + }, + { + "examine": "3 doses of goblin transmogrification potion.", + "durability": null, + "name": "Goblin potion (3)", + "low_alchemy": "5", + "high_alchemy": "7", + "archery_ticket_price": "0", + "id": "11810" + }, + { + "examine": "2 doses of goblin transmogrification potion.", + "durability": null, + "name": "Goblin potion (2)", + "low_alchemy": "5", + "high_alchemy": "7", + "archery_ticket_price": "0", + "id": "11811" + }, + { + "examine": "1 dose of goblin transmogrification potion.", + "durability": null, + "name": "Goblin potion (1)", + "low_alchemy": "5", + "high_alchemy": "7", + "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.", + "grand_exchange_price": "136300", + "durability": null, + "name": "Rune armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11838", + "absorb": "9,0,20", + "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", + "durability": null, + "name": "Dragon chain armour set (l)", + "archery_ticket_price": "0", + "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", + "durability": null, + "name": "Dragon chain armour set (sk)", + "archery_ticket_price": "0", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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" + }, + { + "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", + "durability": null, + "name": "Spirit terrorbird pouch", + "low_alchemy": "289", + "high_alchemy": "434", + "archery_ticket_price": "0", + "id": "12007" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "330", + "durability": null, + "name": "Spirit terrorbird pouch", + "tradeable": "true", + "low_alchemy": "289", + "high_alchemy": "434", + "archery_ticket_price": "0", + "id": "12008" + }, + { + "requirements": "{16,23}", + "ge_buy_limit": "5000", + "grand_exchange_price": "239", + "durability": null, + "name": "Granite crab pouch", + "low_alchemy": "239", + "high_alchemy": "359", + "archery_ticket_price": "0", + "id": "12009" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "239", + "durability": null, + "name": "Granite crab pouch", + "tradeable": "true", + "low_alchemy": "239", + "high_alchemy": "359", + "archery_ticket_price": "0", + "id": "12010" + }, + { + "requirements": "{23,75}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2918", + "durability": null, + "name": "Praying mantis pouch", + "low_alchemy": "1849", + "high_alchemy": "2774", + "archery_ticket_price": "0", + "id": "12011" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2918", + "durability": null, + "name": "Praying mantis pouch", + "tradeable": "true", + "low_alchemy": "1849", + "high_alchemy": "2774", + "archery_ticket_price": "0", + "id": "12012" + }, + { + "requirements": "{23,78}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2167", + "durability": null, + "name": "Giant ent pouch", + "low_alchemy": "1409", + "high_alchemy": "2114", + "archery_ticket_price": "0", + "id": "12013" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2167", + "durability": null, + "name": "Giant ent pouch", + "tradeable": "true", + "low_alchemy": "1409", + "high_alchemy": "2114", + "archery_ticket_price": "0", + "id": "12014" + }, + { + "requirements": "{23,63}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2018", + "durability": null, + "name": "Spirit cobra pouch", + "low_alchemy": "1329", + "high_alchemy": "1994", + "archery_ticket_price": "0", + "id": "12015" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2018", + "durability": null, + "name": "Spirit cobra pouch", + "tradeable": "true", + "low_alchemy": "1329", + "high_alchemy": "1994", + "archery_ticket_price": "0", + "id": "12016" + }, + { + "requirements": "{23,83}", + "ge_buy_limit": "5000", + "grand_exchange_price": "121", + "durability": null, + "name": "Spirit dagannoth pouch", + "low_alchemy": "179", + "high_alchemy": "269", + "archery_ticket_price": "0", + "id": "12017" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "121", + "durability": null, + "name": "Spirit dagannoth pouch", + "tradeable": "true", + "low_alchemy": "179", + "high_alchemy": "269", + "archery_ticket_price": "0", + "id": "12018" + }, + { + "requirements": "{13,23}", + "ge_buy_limit": "5000", + "grand_exchange_price": "248", + "durability": null, + "name": "Thorny snail pouch", + "low_alchemy": "259", + "high_alchemy": "389", + "archery_ticket_price": "0", + "id": "12019" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "248", + "durability": null, + "name": "Thorny snail pouch", + "tradeable": "true", + "low_alchemy": "259", + "high_alchemy": "389", + "archery_ticket_price": "0", + "id": "12020" + }, + { + "requirements": "{23,33}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1268", + "durability": null, + "name": "Beaver pouch", + "low_alchemy": "889", + "high_alchemy": "1334", + "archery_ticket_price": "0", + "id": "12021" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1268", + "durability": null, + "name": "Beaver pouch", + "tradeable": "true", + "low_alchemy": "889", + "high_alchemy": "1334", + "archery_ticket_price": "0", + "id": "12022" + }, + { + "requirements": "{23,58}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2520", + "durability": null, + "name": "Karam. overlord pouch", + "low_alchemy": "1609", + "high_alchemy": "2414", + "archery_ticket_price": "0", + "id": "12023" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2520", + "durability": null, + "name": "Karam. overlord pouch", + "tradeable": "true", + "low_alchemy": "1609", + "high_alchemy": "2414", + "archery_ticket_price": "0", + "id": "12024" + }, + { + "requirements": "{23,80}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2235", + "durability": null, + "name": "Hydra pouch", + "low_alchemy": "1449", + "high_alchemy": "2174", + "archery_ticket_price": "0", + "id": "12025" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2235", + "durability": null, + "name": "Hydra pouch", + "tradeable": "true", + "low_alchemy": "1449", + "high_alchemy": "2174", + "archery_ticket_price": "0", + "id": "12026" + }, + { + "requirements": "{23,55}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2641", + "durability": null, + "name": "Spirit jelly pouch", + "low_alchemy": "1679", + "high_alchemy": "2519", + "archery_ticket_price": "0", + "id": "12027" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2641", + "durability": null, + "name": "Spirit jelly pouch", + "tradeable": "true", + "low_alchemy": "1679", + "high_alchemy": "2519", + "archery_ticket_price": "0", + "id": "12028" + }, + { + "requirements": "{23,68}", + "ge_buy_limit": "5000", + "grand_exchange_price": "3506", + "durability": null, + "name": "Bunyip pouch", + "low_alchemy": "1269", + "high_alchemy": "1904", + "archery_ticket_price": "0", + "id": "12029" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3506", + "durability": null, + "name": "Bunyip pouch", + "tradeable": "true", + "low_alchemy": "1269", + "high_alchemy": "1904", + "archery_ticket_price": "0", + "id": "12030" + }, + { + "requirements": "{23,67}", + "ge_buy_limit": "5000", + "grand_exchange_price": "13200", + "durability": null, + "name": "War tortoise pouch", + "low_alchemy": "179", + "high_alchemy": "269", + "archery_ticket_price": "0", + "id": "12031" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "13200", + "durability": null, + "name": "War tortoise pouch", + "tradeable": "true", + "low_alchemy": "179", + "high_alchemy": "269", + "archery_ticket_price": "0", + "id": "12032" + }, + { + "requirements": "{23,69}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2269", + "durability": null, + "name": "Fruit bat pouch", + "low_alchemy": "1469", + "high_alchemy": "2204", + "archery_ticket_price": "0", + "id": "12033" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2269", + "durability": null, + "name": "Fruit bat pouch", + "tradeable": "true", + "low_alchemy": "1469", + "high_alchemy": "2204", + "archery_ticket_price": "0", + "id": "12034" + }, + { + "requirements": "{23,54}", + "ge_buy_limit": "5000", + "grand_exchange_price": "4004", + "durability": null, + "name": "Abyssal parasite pouch", + "low_alchemy": "1229", + "high_alchemy": "1844", + "archery_ticket_price": "0", + "id": "12035" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "4004", + "durability": null, + "name": "Abyssal parasite pouch", + "tradeable": "true", + "low_alchemy": "1229", + "high_alchemy": "1844", + "archery_ticket_price": "0", + "id": "12036" + }, + { + "requirements": "{23,62}", + "ge_buy_limit": "5000", + "grand_exchange_price": "5660", + "durability": null, + "name": "Abyssal lurker pouch", + "low_alchemy": "1359", + "high_alchemy": "2039", + "archery_ticket_price": "0", + "id": "12037" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "5660", + "durability": null, + "name": "Abyssal lurker pouch", + "tradeable": "true", + "low_alchemy": "1359", + "high_alchemy": "2039", + "archery_ticket_price": "0", + "id": "12038" + }, + { + "requirements": "{23,88}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2439", + "durability": null, + "name": "Unicorn stallion pouch", + "low_alchemy": "1569", + "high_alchemy": "2354", + "archery_ticket_price": "0", + "id": "12039" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2439", + "durability": null, + "name": "Unicorn stallion pouch", + "tradeable": "true", + "low_alchemy": "1569", + "high_alchemy": "2354", + "archery_ticket_price": "0", + "id": "12040" + }, + { + "requirements": "{23,47}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1559", + "durability": null, + "name": "Magpie pouch", + "low_alchemy": "1049", + "high_alchemy": "1574", + "archery_ticket_price": "0", + "id": "12041" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1559", + "durability": null, + "name": "Magpie pouch", + "tradeable": "true", + "low_alchemy": "1049", + "high_alchemy": "1574", + "archery_ticket_price": "0", + "id": "12042" + }, + { + "requirements": "{4,23}", + "ge_buy_limit": "5000", + "grand_exchange_price": "258", + "durability": null, + "name": "Dreadfowl pouch", + "low_alchemy": "249", + "high_alchemy": "374", + "archery_ticket_price": "0", + "id": "12043" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "258", + "durability": null, + "name": "Dreadfowl pouch", + "tradeable": "true", + "low_alchemy": "249", + "high_alchemy": "374", + "archery_ticket_price": "0", + "id": "12044" + }, + { + "requirements": "{23,64}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2216", + "durability": null, + "name": "Stranger plant pouch", + "low_alchemy": "1449", + "high_alchemy": "2174", + "archery_ticket_price": "0", + "id": "12045" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2216", + "durability": null, + "name": "Stranger plant pouch", + "tradeable": "true", + "low_alchemy": "1449", + "high_alchemy": "2174", + "archery_ticket_price": "0", + "id": "12046" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "301", + "durability": null, + "name": "Spirit wolf pouch", + "low_alchemy": "239", + "high_alchemy": "359", + "archery_ticket_price": "0", + "id": "12047" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "301", + "durability": null, + "name": "Spirit wolf pouch", + "tradeable": "true", + "low_alchemy": "239", + "high_alchemy": "359", + "archery_ticket_price": "0", + "id": "12048" + }, + { + "requirements": "{18,23}", + "ge_buy_limit": "5000", + "grand_exchange_price": "808", + "durability": null, + "name": "Desert wyrm pouch", + "low_alchemy": "619", + "high_alchemy": "929", + "archery_ticket_price": "0", + "id": "12049" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "808", + "durability": null, + "name": "Desert wyrm pouch", + "tradeable": "true", + "low_alchemy": "619", + "high_alchemy": "929", + "archery_ticket_price": "0", + "id": "12050" + }, + { + "requirements": "{23,42}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1812", + "durability": null, + "name": "Evil turnip pouch", + "low_alchemy": "1209", + "high_alchemy": "1814", + "archery_ticket_price": "0", + "id": "12051" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1812", + "durability": null, + "name": "Evil turnip pouch", + "tradeable": "true", + "low_alchemy": "1209", + "high_alchemy": "1814", + "archery_ticket_price": "0", + "id": "12052" + }, + { + "requirements": "{23,31}", + "ge_buy_limit": "10000", + "grand_exchange_price": "1416", + "durability": null, + "name": "Vampire bat pouch", + "low_alchemy": "979", + "high_alchemy": "1469", + "archery_ticket_price": "0", + "id": "12053" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1416", + "durability": null, + "name": "Vampire bat pouch", + "tradeable": "true", + "low_alchemy": "979", + "high_alchemy": "1469", + "archery_ticket_price": "0", + "id": "12054" + }, + { + "requirements": "{19,23}", + "ge_buy_limit": "5000", + "grand_exchange_price": "992", + "durability": null, + "name": "Spirit scorpion pouch", + "low_alchemy": "739", + "high_alchemy": "1109", + "archery_ticket_price": "0", + "id": "12055" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "992", + "durability": null, + "name": "Spirit scorpion pouch", + "tradeable": "true", + "low_alchemy": "739", + "high_alchemy": "1109", + "archery_ticket_price": "0", + "id": "12056" + }, + { + "requirements": "{23,71}", + "ge_buy_limit": "5000", + "grand_exchange_price": "332", + "durability": null, + "name": "Arctic bear pouch", + "low_alchemy": "309", + "high_alchemy": "464", + "archery_ticket_price": "0", + "id": "12057" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "332", + "durability": null, + "name": "Arctic bear pouch", + "tradeable": "true", + "low_alchemy": "309", + "high_alchemy": "464", + "archery_ticket_price": "0", + "id": "12058" + }, + { + "requirements": "{10,23}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2225", + "durability": null, + "name": "Spirit spider pouch", + "low_alchemy": "249", + "high_alchemy": "374", + "archery_ticket_price": "0", + "id": "12059" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2225", + "durability": null, + "name": "Spirit spider pouch", + "tradeable": "true", + "low_alchemy": "249", + "high_alchemy": "374", + "archery_ticket_price": "0", + "id": "12060" + }, + { + "requirements": "{23,49}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2045", + "durability": null, + "name": "Bloated leech pouch", + "low_alchemy": "1339", + "high_alchemy": "2009", + "archery_ticket_price": "0", + "id": "12061" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2045", + "durability": null, + "name": "Bloated leech pouch", + "tradeable": "true", + "low_alchemy": "1339", + "high_alchemy": "2009", + "archery_ticket_price": "0", + "id": "12062" + }, + { + "requirements": "{23,25}", + "ge_buy_limit": "5000", + "grand_exchange_price": "3746", + "durability": null, + "name": "Spirit kalphite pouch", + "low_alchemy": "679", + "high_alchemy": "1019", + "archery_ticket_price": "0", + "id": "12063" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3746", + "durability": null, + "name": "Spirit kalphite pouch", + "tradeable": "true", + "low_alchemy": "679", + "high_alchemy": "1019", + "archery_ticket_price": "0", + "id": "12064" + }, + { + "requirements": "{23,32}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1470", + "durability": null, + "name": "Honey badger pouch", + "low_alchemy": "1009", + "high_alchemy": "1514", + "archery_ticket_price": "0", + "id": "12065" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1470", + "durability": null, + "name": "Honey badger pouch", + "tradeable": "true", + "low_alchemy": "1009", + "high_alchemy": "1514", + "archery_ticket_price": "0", + "id": "12066" + }, + { + "requirements": "{23,23}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1578", + "durability": null, + "name": "Albino rat pouch", + "low_alchemy": "919", + "high_alchemy": "1379", + "archery_ticket_price": "0", + "id": "12067" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1578", + "durability": null, + "name": "Albino rat pouch", + "tradeable": "true", + "low_alchemy": "919", + "high_alchemy": "1379", + "archery_ticket_price": "0", + "id": "12068" + }, + { + "requirements": "{23,74}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2924", + "durability": null, + "name": "Granite lobster pouch", + "low_alchemy": "1829", + "high_alchemy": "2744", + "archery_ticket_price": "0", + "id": "12069" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2924", + "durability": null, + "name": "Granite lobster pouch", + "tradeable": "true", + "low_alchemy": "1829", + "high_alchemy": "2744", + "archery_ticket_price": "0", + "id": "12070" + }, + { + "requirements": "{23,41}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1375", + "durability": null, + "name": "Macaw pouch", + "low_alchemy": "949", + "high_alchemy": "1424", + "archery_ticket_price": "0", + "id": "12071" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1375", + "durability": null, + "name": "Macaw pouch", + "tradeable": "true", + "low_alchemy": "949", + "high_alchemy": "1424", + "archery_ticket_price": "0", + "id": "12072" + }, + { + "requirements": "{23,36}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1804", + "durability": null, + "name": "Bronze minotaur pouch", + "low_alchemy": "1189", + "high_alchemy": "1784", + "archery_ticket_price": "0", + "id": "12073" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1804", + "durability": null, + "name": "Bronze minotaur pouch", + "tradeable": "true", + "low_alchemy": "1189", + "high_alchemy": "1784", + "archery_ticket_price": "0", + "id": "12074" + }, + { + "requirements": "{23,46}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2216", + "durability": null, + "name": "Iron minotaur pouch", + "low_alchemy": "1419", + "high_alchemy": "2129", + "archery_ticket_price": "0", + "id": "12075" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2216", + "durability": null, + "name": "Iron minotaur pouch", + "tradeable": "true", + "low_alchemy": "1419", + "high_alchemy": "2129", + "archery_ticket_price": "0", + "id": "12076" + }, + { + "requirements": "{23,56}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2529", + "durability": null, + "name": "Steel minotaur pouch", + "low_alchemy": "1579", + "high_alchemy": "2369", + "archery_ticket_price": "0", + "id": "12077" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2529", + "durability": null, + "name": "Steel minotaur pouch", + "tradeable": "true", + "low_alchemy": "1579", + "high_alchemy": "2369", + "archery_ticket_price": "0", + "id": "12078" + }, + { + "requirements": "{23,66}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2666", + "durability": null, + "name": "Mithril minotaur pouch", + "low_alchemy": "1689", + "high_alchemy": "2534", + "archery_ticket_price": "0", + "id": "12079" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2666", + "durability": null, + "name": "Mithril minotaur pouch", + "tradeable": "true", + "low_alchemy": "1689", + "high_alchemy": "2534", + "archery_ticket_price": "0", + "id": "12080" + }, + { + "requirements": "{23,76}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2520", + "durability": null, + "name": "Adamant minotaur pouch", + "low_alchemy": "1609", + "high_alchemy": "2414", + "archery_ticket_price": "0", + "id": "12081" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2520", + "durability": null, + "name": "Adamant minotaur pouch", + "tradeable": "true", + "low_alchemy": "1609", + "high_alchemy": "2414", + "archery_ticket_price": "0", + "id": "12082" + }, + { + "requirements": "{23,86}", + "ge_buy_limit": "5000", + "grand_exchange_price": "373", + "durability": null, + "name": "Rune minotaur pouch", + "low_alchemy": "179", + "high_alchemy": "269", + "archery_ticket_price": "0", + "id": "12083" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "373", + "durability": null, + "name": "Rune minotaur pouch", + "tradeable": "true", + "low_alchemy": "179", + "high_alchemy": "269", + "archery_ticket_price": "0", + "id": "12084" + }, + { + "requirements": "{23,61}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2468", + "durability": null, + "name": "Smoke devil pouch", + "low_alchemy": "1579", + "high_alchemy": "2369", + "archery_ticket_price": "0", + "id": "12085" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2468", + "durability": null, + "name": "Smoke devil pouch", + "tradeable": "true", + "low_alchemy": "1579", + "high_alchemy": "2369", + "archery_ticket_price": "0", + "id": "12086" + }, + { + "requirements": "{23,40}", + "ge_buy_limit": "5000", + "grand_exchange_price": "319", + "durability": null, + "name": "Bull ant pouch", + "low_alchemy": "279", + "high_alchemy": "419", + "archery_ticket_price": "0", + "id": "12087" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "319", + "durability": null, + "name": "Bull ant pouch", + "tradeable": "true", + "low_alchemy": "279", + "high_alchemy": "419", + "archery_ticket_price": "0", + "id": "12088" + }, + { + "requirements": "{23,92}", + "ge_buy_limit": "5000", + "grand_exchange_price": "3625", + "durability": null, + "name": "Wolpertinger pouch", + "low_alchemy": "2199", + "high_alchemy": "3299", + "archery_ticket_price": "0", + "id": "12089" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3625", + "durability": null, + "name": "Wolpertinger pouch", + "tradeable": "true", + "low_alchemy": "2199", + "high_alchemy": "3299", + "archery_ticket_price": "0", + "id": "12090" + }, + { + "requirements": "{23,28}", + "ge_buy_limit": "5000", + "grand_exchange_price": "906", + "durability": null, + "name": "Compost mound pouch", + "low_alchemy": "639", + "high_alchemy": "959", + "archery_ticket_price": "0", + "id": "12091" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "906", + "durability": null, + "name": "Compost mound pouch", + "tradeable": "true", + "low_alchemy": "639", + "high_alchemy": "959", + "archery_ticket_price": "0", + "id": "12092" + }, + { + "requirements": "{23,96}", + "ge_buy_limit": "5000", + "grand_exchange_price": "3696", + "durability": null, + "name": "Pack yak pouch", + "low_alchemy": "2279", + "high_alchemy": "3419", + "archery_ticket_price": "0", + "id": "12093" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3696", + "durability": null, + "name": "Pack yak pouch", + "tradeable": "true", + "low_alchemy": "2279", + "high_alchemy": "3419", + "archery_ticket_price": "0", + "id": "12094" + }, + { + "requirements": "{23,43}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1514", + "durability": null, + "name": "Sp. cockatrice pouch", + "low_alchemy": "1049", + "high_alchemy": "1574", + "archery_ticket_price": "0", + "id": "12095" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1514", + "durability": null, + "name": "Sp. cockatrice pouch", + "tradeable": "true", + "low_alchemy": "1049", + "high_alchemy": "1574", + "archery_ticket_price": "0", + "id": "12096" + }, + { + "requirements": "{23,43}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1523", + "durability": null, + "name": "Sp. guthatrice pouch", + "low_alchemy": "1049", + "high_alchemy": "1574", + "archery_ticket_price": "0", + "id": "12097" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1523", + "durability": null, + "name": "Sp. guthatrice pouch", + "tradeable": "true", + "low_alchemy": "1049", + "high_alchemy": "1574", + "archery_ticket_price": "0", + "id": "12098" + }, + { + "requirements": "{23,43}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1492", + "durability": null, + "name": "Sp. saratrice pouch", + "low_alchemy": "1049", + "high_alchemy": "1574", + "archery_ticket_price": "0", + "id": "12099" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1492", + "durability": null, + "name": "Sp. saratrice pouch", + "tradeable": "true", + "low_alchemy": "1049", + "high_alchemy": "1574", + "archery_ticket_price": "0", + "id": "12100" + }, + { + "requirements": "{23,43}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1515", + "durability": null, + "name": "Sp. zamatrice pouch", + "low_alchemy": "1049", + "high_alchemy": "1574", + "archery_ticket_price": "0", + "id": "12101" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1515", + "durability": null, + "name": "Sp. zamatrice pouch", + "tradeable": "true", + "low_alchemy": "1049", + "high_alchemy": "1574", + "archery_ticket_price": "0", + "id": "12102" + }, + { + "requirements": "{23,43}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1531", + "durability": null, + "name": "Sp. pengatrice pouch", + "low_alchemy": "1049", + "high_alchemy": "1574", + "archery_ticket_price": "0", + "id": "12103" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1531", + "durability": null, + "name": "Sp. pengatrice pouch", + "tradeable": "true", + "low_alchemy": "1049", + "high_alchemy": "1574", + "archery_ticket_price": "0", + "id": "12104" + }, + { + "requirements": "{23,43}", + "ge_buy_limit": "5000", + "grand_exchange_price": "3085", + "durability": null, + "name": "Sp. coraxatrice pouch", + "low_alchemy": "1049", + "high_alchemy": "1574", + "archery_ticket_price": "0", + "id": "12105" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3085", + "durability": null, + "name": "Sp. coraxatrice pouch", + "tradeable": "true", + "low_alchemy": "1049", + "high_alchemy": "1574", + "archery_ticket_price": "0", + "id": "12106" + }, + { + "requirements": "{23,43}", + "ge_buy_limit": "5000", + "grand_exchange_price": "3881", + "durability": null, + "name": "Sp. vulatrice pouch", + "low_alchemy": "1049", + "high_alchemy": "1574", + "archery_ticket_price": "0", + "id": "12107" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3881", + "durability": null, + "name": "Sp. vulatrice pouch", + "tradeable": "true", + "low_alchemy": "1049", + "high_alchemy": "1574", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "400", + "high_alchemy": "600", + "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", + "low_alchemy": "400", + "high_alchemy": "600", + "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", + "low_alchemy": "400", + "high_alchemy": "600", + "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", + "low_alchemy": "400", + "high_alchemy": "600", + "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", + "low_alchemy": "400", + "high_alchemy": "600", + "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", + "low_alchemy": "400", + "high_alchemy": "600", + "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", + "durability": null, + "name": "Barker toad pouch", + "low_alchemy": "279", + "high_alchemy": "419", + "archery_ticket_price": "0", + "id": "12123" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "293", + "durability": null, + "name": "Barker toad pouch", + "tradeable": "true", + "low_alchemy": "279", + "high_alchemy": "419", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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": "true", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "76", + "high_alchemy": "114", + "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", + "low_alchemy": "76", + "high_alchemy": "114", + "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", + "low_alchemy": "76", + "high_alchemy": "114", + "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", + "low_alchemy": "76", + "high_alchemy": "114", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "durability": null, + "name": "Pouch", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "12159" + }, + { + "examine": "A charm used to summon familiars.", + "durability": null, + "name": "Crimson charm", + "tradeable": "false", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by master summoners.", + "durability": null, + "name": "Summoning cape", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "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", + "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", + "low_alchemy": "9", + "high_alchemy": "14", + "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", + "low_alchemy": "9", + "high_alchemy": "13", + "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", + "low_alchemy": "10", + "high_alchemy": "15", + "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": "Chick: A fluffy chick.Bird: Lovely blue plumage.Owl: A fantastic saradomin owl.", + "durability": null, + "name": "Saradomin owl", + "archery_ticket_price": "0", + "id": "12185" + }, + { + "examine": "Chick: A fluffy chick.Bird: Lovely red plumage.Hawk: A stately zamorak hawk.", + "durability": null, + "name": "Zamorak hawk", + "archery_ticket_price": "0", + "id": "12186" + }, + { + "examine": "Chick: A fluffy chick.Bird: Lovely green plumage.Raptor: 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": "A hyperactive little puppy. (Puppy)(Adult)", + "durability": null, + "name": "Terrier puppy", + "archery_ticket_price": "0", + "id": "12191" + }, + { + "examine": "This is one fast little pooch. (Puppy)An aerodynamic doggy. (Adult)", + "durability": null, + "name": "Greyhound puppy", + "archery_ticket_price": "0", + "id": "12192" + }, + { + "examine": "Puppy - Soft but strong... and cute.Adult - My most faithful friend.", + "durability": null, + "name": "Labrador puppy", + "archery_ticket_price": "0", + "id": "12193" + }, + { + "examine": "Now, if only I could find another hundred... (Puppy)A purebred doggy. (Adult)", + "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": "(hatchling) A hatchling <dragon colour> dragon.(baby) A bigger baby <colour> dragon.", + "durability": null, + "name": "Dragon hatchling", + "archery_ticket_price": "0", + "id": "12197" + }, + { + "examine": "Baby: Little NipperAdult: Bigger Nipper.", + "durability": null, + "name": "Baby giant crab", + "archery_ticket_price": "0", + "id": "12198" + }, + { + "examine": "(Baby) A stripy little baby raccoon.(Adult) He can run with us.", + "durability": null, + "name": "Baby raccoon", + "archery_ticket_price": "0", + "id": "12199" + }, + { + "examine": "Adult: An experienced nut-thief.Baby: A tiny 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, + "low_alchemy": "40", + "high_alchemy": "60", + "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...", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "1", + "equipment_slot": "0", + "grand_exchange_price": "50", + "name": "Antlers (charged)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12206", + "bonuses": "0,0,0,0,0,0,0,0,0,0,8,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{23,30}", + "shop_price": "200", + "ge_buy_limit": "100", + "examine": "It's a little smelly in there.", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "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, + "low_alchemy": "80", + "high_alchemy": "120", + "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!", + "durability": null, + "low_alchemy": "160", + "high_alchemy": "240", + "weight": "2", + "equipment_slot": "0", + "grand_exchange_price": "234", + "name": "Feather headdress", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12210", + "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,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", + "low_alchemy": "160", + "high_alchemy": "240", + "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!", + "durability": null, + "low_alchemy": "160", + "high_alchemy": "240", + "weight": "2", + "equipment_slot": "0", + "grand_exchange_price": "662", + "name": "Feather headdress", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12213", + "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,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", + "low_alchemy": "160", + "high_alchemy": "240", + "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!", + "durability": null, + "low_alchemy": "160", + "high_alchemy": "240", + "weight": "2", + "equipment_slot": "0", + "grand_exchange_price": "90", + "name": "Feather headdress", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12216", + "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,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", + "low_alchemy": "160", + "high_alchemy": "240", + "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!", + "durability": null, + "low_alchemy": "160", + "high_alchemy": "240", + "weight": "2", + "equipment_slot": "0", + "grand_exchange_price": "107", + "name": "Feather headdress", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12219", + "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,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", + "low_alchemy": "160", + "high_alchemy": "240", + "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!", + "durability": null, + "low_alchemy": "160", + "high_alchemy": "240", + "weight": "2", + "equipment_slot": "0", + "grand_exchange_price": "211", + "name": "Feather headdress", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12222", + "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,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", + "low_alchemy": "160", + "high_alchemy": "240", + "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", + "durability": null, + "name": "Herbcall scroll", + "low_alchemy": "94", + "high_alchemy": "142", + "archery_ticket_price": "0", + "id": "12422" + }, + { + "requirements": "{23,69}", + "ge_buy_limit": "5000", + "grand_exchange_price": "258", + "durability": null, + "name": "Fruitfall scroll", + "low_alchemy": "146", + "high_alchemy": "220", + "archery_ticket_price": "0", + "id": "12423" + }, + { + "requirements": "{23,56}", + "ge_buy_limit": "5000", + "grand_exchange_price": "146", + "durability": null, + "name": "Fish rain scroll", + "low_alchemy": "125", + "high_alchemy": "188", + "archery_ticket_price": "0", + "id": "12424" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "7", + "durability": null, + "name": "Howl scroll", + "low_alchemy": "23", + "high_alchemy": "35", + "archery_ticket_price": "0", + "id": "12425" + }, + { + "requirements": "{23,47}", + "ge_buy_limit": "5000", + "grand_exchange_price": "97", + "durability": null, + "name": "Thieving fingers scroll", + "low_alchemy": "104", + "high_alchemy": "157", + "archery_ticket_price": "0", + "id": "12426" + }, + { + "requirements": "{23,62}", + "ge_buy_limit": "5000", + "grand_exchange_price": "533", + "durability": null, + "name": "Abyssal stealth scroll", + "low_alchemy": "135", + "high_alchemy": "203", + "archery_ticket_price": "0", + "id": "12427" + }, + { + "requirements": "{10,23}", + "ge_buy_limit": "5000", + "grand_exchange_price": "237", + "durability": null, + "name": "Egg spawn scroll", + "low_alchemy": "24", + "high_alchemy": "37", + "archery_ticket_price": "0", + "id": "12428" + }, + { + "requirements": "{23,33}", + "ge_buy_limit": "5000", + "grand_exchange_price": "97", + "durability": null, + "name": "Multichop scroll", + "low_alchemy": "88", + "high_alchemy": "133", + "archery_ticket_price": "0", + "id": "12429" + }, + { + "requirements": "{23,23}", + "ge_buy_limit": "5000", + "grand_exchange_price": "121", + "durability": null, + "name": "Cheese feast scroll", + "low_alchemy": "91", + "high_alchemy": "137", + "archery_ticket_price": "0", + "id": "12430" + }, + { + "requirements": "{23,40}", + "ge_buy_limit": "5000", + "grand_exchange_price": "39", + "durability": null, + "name": "Unburden scroll", + "low_alchemy": "27", + "high_alchemy": "41", + "archery_ticket_price": "0", + "id": "12431" + }, + { + "requirements": "{19,23}", + "ge_buy_limit": "5000", + "grand_exchange_price": "72", + "durability": null, + "name": "Venom shot scroll", + "low_alchemy": "73", + "high_alchemy": "110", + "archery_ticket_price": "0", + "id": "12432" + }, + { + "requirements": "{23,32}", + "ge_buy_limit": "5000", + "grand_exchange_price": "99", + "durability": null, + "name": "Insane ferocity scroll", + "low_alchemy": "100", + "high_alchemy": "151", + "archery_ticket_price": "0", + "id": "12433" + }, + { + "requirements": "{23,88}", + "ge_buy_limit": "5000", + "grand_exchange_price": "299", + "durability": null, + "name": "Healing aura scroll", + "low_alchemy": "156", + "high_alchemy": "235", + "archery_ticket_price": "0", + "id": "12434" + }, + { + "requirements": "{23,96}", + "ge_buy_limit": "5000", + "grand_exchange_price": "428", + "durability": null, + "name": "Winter storage scroll", + "low_alchemy": "227", + "high_alchemy": "341", + "archery_ticket_price": "0", + "id": "12435" + }, + { + "requirements": "{23,63}", + "ge_buy_limit": "5000", + "grand_exchange_price": "223", + "durability": null, + "name": "Oph. incubation scroll", + "low_alchemy": "132", + "high_alchemy": "199", + "archery_ticket_price": "0", + "id": "12436" + }, + { + "requirements": "{23,92}", + "ge_buy_limit": "5000", + "grand_exchange_price": "419", + "durability": null, + "name": "Magic focus scroll", + "low_alchemy": "219", + "high_alchemy": "329", + "archery_ticket_price": "0", + "id": "12437" + }, + { + "requirements": "{23,68}", + "ge_buy_limit": "5000", + "grand_exchange_price": "220", + "durability": null, + "name": "Swallow whole scroll", + "low_alchemy": "126", + "high_alchemy": "190", + "archery_ticket_price": "0", + "id": "12438" + }, + { + "requirements": "{23,67}", + "ge_buy_limit": "5000", + "grand_exchange_price": "269", + "durability": null, + "name": "Testudo scroll", + "low_alchemy": "17", + "high_alchemy": "26", + "archery_ticket_price": "0", + "id": "12439" + }, + { + "requirements": "{23,28}", + "ge_buy_limit": "5000", + "grand_exchange_price": "47", + "durability": null, + "name": "Generate compost scroll", + "low_alchemy": "63", + "high_alchemy": "95", + "archery_ticket_price": "0", + "id": "12440" + }, + { + "requirements": "{23,52}", + "ge_buy_limit": "5000", + "grand_exchange_price": "35", + "durability": null, + "name": "Tireless run scroll", + "low_alchemy": "28", + "high_alchemy": "43", + "archery_ticket_price": "0", + "id": "12441" + }, + { + "requirements": "{23,80}", + "ge_buy_limit": "5000", + "grand_exchange_price": "174", + "durability": null, + "name": "Regrowth scroll", + "low_alchemy": "144", + "high_alchemy": "217", + "archery_ticket_price": "0", + "id": "12442" + }, + { + "requirements": "{23,34}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1118", + "durability": null, + "name": "Call to arms scroll", + "low_alchemy": "90", + "high_alchemy": "136", + "archery_ticket_price": "0", + "id": "12443" + }, + { + "requirements": "{23,49}", + "ge_buy_limit": "5000", + "grand_exchange_price": "148", + "durability": null, + "name": "Blood drain scroll", + "low_alchemy": "133", + "high_alchemy": "200", + "archery_ticket_price": "0", + "id": "12444" + }, + { + "requirements": "{4,23}", + "ge_buy_limit": "5000", + "grand_exchange_price": "7", + "durability": null, + "name": "Dreadfowl strike scroll", + "low_alchemy": "24", + "high_alchemy": "37", + "archery_ticket_price": "0", + "id": "12445" + }, + { + "requirements": "{23,25}", + "ge_buy_limit": "5000", + "grand_exchange_price": "122", + "durability": null, + "name": "Sandstorm scroll", + "low_alchemy": "67", + "high_alchemy": "101", + "archery_ticket_price": "0", + "id": "12446" + }, + { + "requirements": "{23,31}", + "ge_buy_limit": "1000", + "grand_exchange_price": "98", + "durability": null, + "name": "Vampire touch scroll", + "low_alchemy": "97", + "high_alchemy": "146", + "archery_ticket_price": "0", + "id": "12447" + }, + { + "requirements": "{23,42}", + "ge_buy_limit": "5000", + "grand_exchange_price": "123", + "durability": null, + "name": "Evil flames scroll", + "low_alchemy": "120", + "high_alchemy": "181", + "archery_ticket_price": "0", + "id": "12448" + }, + { + "requirements": "{23,74}", + "ge_buy_limit": "5000", + "grand_exchange_price": "219", + "durability": null, + "name": "Crushing claw scroll", + "low_alchemy": "182", + "high_alchemy": "274", + "archery_ticket_price": "0", + "id": "12449" + }, + { + "requirements": "{23,75}", + "ge_buy_limit": "5000", + "grand_exchange_price": "221", + "durability": null, + "name": "Mantis strike scroll", + "archery_ticket_price": "0", + "id": "12450" + }, + { + "requirements": "{23,71}", + "ge_buy_limit": "5000", + "grand_exchange_price": "12", + "durability": null, + "name": "Arctic blast scroll", + "low_alchemy": "30", + "high_alchemy": "46", + "archery_ticket_price": "0", + "id": "12451" + }, + { + "requirements": "{23,66}", + "ge_buy_limit": "5000", + "grand_exchange_price": "10", + "durability": null, + "name": "Toad bark scroll", + "low_alchemy": "27", + "high_alchemy": "41", + "archery_ticket_price": "0", + "id": "12452" + }, + { + "requirements": "{23,55}", + "ge_buy_limit": "5000", + "grand_exchange_price": "202", + "durability": null, + "name": "Dissolve scroll", + "low_alchemy": "167", + "high_alchemy": "251", + "archery_ticket_price": "0", + "id": "12453" + }, + { + "requirements": "{23,54}", + "ge_buy_limit": "5000", + "grand_exchange_price": "163", + "durability": null, + "name": "Abyssal drain scroll", + "low_alchemy": "122", + "high_alchemy": "183", + "archery_ticket_price": "0", + "id": "12454" + }, + { + "requirements": "{23,58}", + "ge_buy_limit": "5000", + "grand_exchange_price": "198", + "durability": null, + "name": "Doomsphere scroll", + "low_alchemy": "160", + "high_alchemy": "241", + "archery_ticket_price": "0", + "id": "12455" + }, + { + "requirements": "{23,83}", + "ge_buy_limit": "5000", + "grand_exchange_price": "9", + "durability": null, + "name": "Spike shot scroll", + "low_alchemy": "17", + "high_alchemy": "26", + "archery_ticket_price": "0", + "id": "12456" + }, + { + "requirements": "{23,78}", + "ge_buy_limit": "5000", + "grand_exchange_price": "146", + "durability": null, + "name": "Acorn missile scroll", + "low_alchemy": "140", + "high_alchemy": "211", + "archery_ticket_price": "0", + "id": "12457" + }, + { + "requirements": "{23,43}", + "ge_buy_limit": "5000", + "grand_exchange_price": "97", + "durability": null, + "name": "Petrifying gaze scroll", + "low_alchemy": "104", + "high_alchemy": "157", + "archery_ticket_price": "0", + "id": "12458" + }, + { + "requirements": "{13,23}", + "ge_buy_limit": "5000", + "grand_exchange_price": "10", + "durability": null, + "name": "Slime spray scroll", + "low_alchemy": "184", + "high_alchemy": "277", + "archery_ticket_price": "0", + "id": "12459" + }, + { + "requirements": "{18,23}", + "ge_buy_limit": "5000", + "grand_exchange_price": "47", + "durability": null, + "name": "Electric lash scroll", + "low_alchemy": "61", + "high_alchemy": "92", + "archery_ticket_price": "0", + "id": "12460" + }, + { + "requirements": "{23,36}", + "ge_buy_limit": "5000", + "grand_exchange_price": "135", + "durability": null, + "name": "Bronze bull rush scroll", + "low_alchemy": "118", + "high_alchemy": "178", + "archery_ticket_price": "0", + "id": "12461" + }, + { + "requirements": "{23,46}", + "ge_buy_limit": "5000", + "grand_exchange_price": "180", + "durability": null, + "name": "Iron bull rush scroll", + "low_alchemy": "141", + "high_alchemy": "212", + "archery_ticket_price": "0", + "id": "12462" + }, + { + "requirements": "{23,56}", + "ge_buy_limit": "5000", + "grand_exchange_price": "182", + "durability": null, + "name": "Steel bull rush scroll", + "low_alchemy": "157", + "high_alchemy": "236", + "archery_ticket_price": "0", + "id": "12463" + }, + { + "requirements": "{23,66}", + "ge_buy_limit": "5000", + "grand_exchange_price": "198", + "durability": null, + "name": "Mith bull rush scroll", + "low_alchemy": "168", + "high_alchemy": "253", + "archery_ticket_price": "0", + "id": "12464" + }, + { + "requirements": "{23,76}", + "ge_buy_limit": "5000", + "grand_exchange_price": "203", + "durability": null, + "name": "Addy bull rush scroll", + "low_alchemy": "160", + "high_alchemy": "241", + "archery_ticket_price": "0", + "id": "12465" + }, + { + "requirements": "{23,86}", + "ge_buy_limit": "5000", + "grand_exchange_price": "67", + "durability": null, + "name": "Rune bull rush scroll", + "low_alchemy": "17", + "high_alchemy": "26", + "archery_ticket_price": "0", + "id": "12466" + }, + { + "requirements": "{23,64}", + "ge_buy_limit": "5000", + "grand_exchange_price": "171", + "durability": null, + "name": "Poisonous blast scroll", + "low_alchemy": "144", + "high_alchemy": "217", + "archery_ticket_price": "0", + "id": "12467" + }, + { + "requirements": "{23,61}", + "ge_buy_limit": "5000", + "grand_exchange_price": "170", + "durability": null, + "name": "Dust cloud scroll", + "low_alchemy": "157", + "high_alchemy": "236", + "archery_ticket_price": "0", + "id": "12468" + }, + { + "examine": "(hatchling) A hatchling <dragon colour> dragon.(baby) A bigger baby <colour> dragon.", + "durability": null, + "name": "Hatchling dragon", + "archery_ticket_price": "0", + "id": "12469" + }, + { + "examine": "(hatchling) A hatchling <dragon colour> dragon.(baby) A bigger baby <colour> dragon.", + "durability": null, + "name": "Hatchling dragon", + "archery_ticket_price": "0", + "id": "12471" + }, + { + "examine": "(hatchling) A hatchling <dragon colour> dragon.(baby) A bigger baby <colour> dragon.", + "durability": null, + "name": "Hatchling dragon", + "archery_ticket_price": "0", + "id": "12473" + }, + { + "examine": "(hatchling) A hatchling <dragon colour> dragon.(baby) A bigger baby <colour> 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": "true", + "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": "true", + "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": "true", + "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": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "12480" + }, + { + "examine": "(Baby) Can't fly and can barely walk, but adorable nonetheless. (adult) Emperor of all he surveys.", + "durability": null, + "name": "Baby penguin", + "archery_ticket_price": "0", + "id": "12481" + }, + { + "examine": "I can hatch this in an Incubator.", + "durability": null, + "name": "Penguin egg", + "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": "Chick: A fluffy chick.Bird: Lovely blue plumage.Owl: A fantastic saradomin owl.", + "durability": null, + "name": "Saradomin chick", + "archery_ticket_price": "0", + "id": "12503" + }, + { + "examine": "Chick: A fluffy chick.Bird: Lovely blue plumage.Owl: A fantastic saradomin owl.", + "durability": null, + "name": "Saradomin bird", + "archery_ticket_price": "0", + "id": "12504" + }, + { + "examine": "Chick: A fluffy chick.Bird: Lovely blue plumage.Owl: A fantastic saradomin owl.", + "durability": null, + "name": "Saradomin owl", + "archery_ticket_price": "0", + "id": "12505" + }, + { + "examine": "Chick: A fluffy chick.Bird: Lovely red plumage.Hawk: A stately zamorak hawk.", + "durability": null, + "name": "Zamorak chick", + "archery_ticket_price": "0", + "id": "12506" + }, + { + "examine": "Chick: A fluffy chick.Bird: Lovely red plumage.Hawk: A stately zamorak hawk.", + "durability": null, + "name": "Zamorak bird", + "archery_ticket_price": "0", + "id": "12507" + }, + { + "examine": "Chick: A fluffy chick.Bird: Lovely red plumage.Hawk: A stately zamorak hawk.", + "durability": null, + "name": "Zamorak hawk", + "archery_ticket_price": "0", + "id": "12508" + }, + { + "examine": "Chick: A fluffy chick.Bird: Lovely green plumage.Raptor: An impressive Guthix raptor.", + "durability": null, + "name": "Guthix chick", + "archery_ticket_price": "0", + "id": "12509" + }, + { + "examine": "Chick: A fluffy chick.Bird: Lovely green plumage.Raptor: An impressive Guthix raptor.", + "durability": null, + "name": "Guthix bird", + "archery_ticket_price": "0", + "id": "12510" + }, + { + "examine": "Chick: A fluffy chick.Bird: Lovely green plumage.Raptor: An impressive Guthix raptor.", + "durability": null, + "name": "Guthix raptor", + "archery_ticket_price": "0", + "id": "12511" + }, + { + "requirements": "{4,23}", + "examine": "A hyperactive little puppy. (Puppy)(Adult)", + "durability": null, + "name": "Terrier puppy", + "archery_ticket_price": "0", + "id": "12512" + }, + { + "requirements": "{4,23}", + "examine": "A hyperactive little puppy. (Puppy)(Adult)", + "durability": null, + "name": "Terrier", + "archery_ticket_price": "0", + "id": "12513" + }, + { + "requirements": "{4,23}", + "examine": "This is one fast little pooch. (Puppy)An aerodynamic doggy. (Adult)", + "durability": null, + "name": "Greyhound puppy", + "archery_ticket_price": "0", + "id": "12514" + }, + { + "requirements": "{4,23}", + "examine": "This is one fast little pooch. (Puppy)An aerodynamic doggy. (Adult)", + "durability": null, + "name": "Greyhound", + "archery_ticket_price": "0", + "id": "12515" + }, + { + "requirements": "{4,23}", + "examine": "Puppy - Soft but strong... and cute.Adult - My most faithful friend.", + "durability": null, + "name": "Labrador puppy", + "archery_ticket_price": "0", + "id": "12516" + }, + { + "requirements": "{4,23}", + "examine": "Puppy - Soft but strong... and cute.Adult - 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... (Puppy)A purebred doggy. (Adult)", + "durability": null, + "name": "Dalmatian puppy", + "archery_ticket_price": "0", + "id": "12518" + }, + { + "requirements": "{4,23}", + "examine": "Now, if only I could find another hundred... (Puppy)A purebred doggy. (Adult)", + "durability": null, + "name": "Dalmatian", + "archery_ticket_price": "0", + "id": "12519" + }, + { + "requirements": "{4,23}", + "examine": "This little puppy is very quiet. (Puppy)Come by! Come by! (Adult)", + "durability": null, + "name": "Sheepdog puppy", + "archery_ticket_price": "0", + "id": "12520" + }, + { + "requirements": "{4,23}", + "examine": "This little puppy is very quiet. (Puppy)Come by! Come by! (Adult)", + "durability": null, + "name": "Sheepdog", + "archery_ticket_price": "0", + "id": "12521" + }, + { + "requirements": "{4,23}", + "examine": "One proud little puppy. (Puppy)Looks like it's chewing a wasp. (Adult)", + "durability": null, + "name": "Bulldog puppy", + "archery_ticket_price": "0", + "id": "12522" + }, + { + "requirements": "{4,23}", + "examine": "One proud little puppy. (Puppy)Looks like it's chewing a wasp. (Adult)", + "durability": null, + "name": "Bulldog", + "archery_ticket_price": "0", + "id": "12523" + }, + { + "shop_price": "99000", + "examine": "The cape worn by master summoners.", + "durability": null, + "name": "Summoning cape", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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", + "low_alchemy": "10", + "high_alchemy": "15", + "archery_ticket_price": "0", + "id": "12530" + }, + { + "requirements": "{23,56}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1914", + "durability": null, + "name": "Ibis pouch", + "low_alchemy": "1259", + "high_alchemy": "1889", + "archery_ticket_price": "0", + "id": "12531" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1914", + "durability": null, + "name": "Ibis pouch", + "tradeable": "true", + "low_alchemy": "1259", + "high_alchemy": "1889", + "archery_ticket_price": "0", + "id": "12532" + }, + { + "requirements": "{16,23}", + "ge_buy_limit": "5000", + "grand_exchange_price": "7", + "durability": null, + "name": "Stony shell scroll", + "low_alchemy": "23", + "high_alchemy": "35", + "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", + "low_alchemy": "200", + "high_alchemy": "300", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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?", + "durability": null, + "low_alchemy": "24", + "high_alchemy": "36", + "weight": "1", + "equipment_slot": "0", + "grand_exchange_price": "1004", + "name": "Ogre wig", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12559" + }, + { + "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.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "1", + "equipment_slot": "7", + "grand_exchange_price": "197", + "name": "Ogre kilt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12561" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "197", + "durability": null, + "name": "Ogre kilt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12562" + }, + { + "shop_price": "60", + "ge_buy_limit": "100", + "examine": "It's a little big on me.", + "durability": null, + "low_alchemy": "24", + "high_alchemy": "36", + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "536", + "name": "Ogre top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12563" + }, + { + "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.", + "durability": null, + "low_alchemy": "24", + "high_alchemy": "36", + "weight": "3", + "equipment_slot": "10", + "grand_exchange_price": "420", + "name": "Ogre boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12565" + }, + { + "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", + "low_alchemy": "24", + "high_alchemy": "36", + "weight": "2", + "archery_ticket_price": "0", + "id": "12567" + }, + { + "remove_head": "true", + "ge_buy_limit": "100", + "examine": "A furry hat with an unnerving tail.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "1", + "equipment_slot": "0", + "grand_exchange_price": "3656", + "name": "Davy kebbit hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12568" + }, + { + "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, + "low_alchemy": "72", + "high_alchemy": "108", + "weight": "10", + "turn90ccw_anim": "8684", + "attack_speed": "7", + "weapon_interface": "10", + "turn180_anim": "8684", + "render_anim": "1157", + "equipment_slot": "3", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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, + "low_alchemy": "1", + "high_alchemy": "2", + "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, + "low_alchemy": "1", + "high_alchemy": "2", + "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, + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "50", + "high_alchemy": "75", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "archery_ticket_price": "0", + "id": "12624" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "500", + "examine": "A flag to put in the ground.", + "durability": null, + "name": "Flag", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "160", + "high_alchemy": "160", + "archery_ticket_price": "0", + "id": "12632" + }, + { + "examine": "The jar is shaking violently!", + "durability": null, + "name": "Super fishing explosive", + "low_alchemy": "24", + "high_alchemy": "36", + "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", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "weight": "3", + "archery_ticket_price": "0", + "id": "12650" + }, + { + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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, + "low_alchemy": "1408", + "high_alchemy": "2112", + "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, + "low_alchemy": "1408", + "high_alchemy": "2112", + "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.", + "durability": null, + "low_alchemy": "120", + "high_alchemy": "180", + "weight": "0.9", + "absorb": "0,2,1", + "equipment_slot": "0", + "grand_exchange_price": "1040", + "name": "Snakeskin bandana (e)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12660", + "bonuses": "0,0,0,-5,4,2,4,4,2,2,6,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "Lightweight head protection.", + "durability": null, + "low_alchemy": "120", + "high_alchemy": "180", + "weight": "0.9", + "absorb": "0,2,1", + "equipment_slot": "0", + "grand_exchange_price": "1040", + "name": "Snakeskin bandana (charged)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12661", + "bonuses": "0,0,0,-5,4,2,4,4,2,2,6,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "A wooden helmet.", + "durability": null, + "low_alchemy": "4000", + "high_alchemy": "6000", + "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, + "low_alchemy": "4000", + "high_alchemy": "6000", + "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, + "low_alchemy": "14080", + "high_alchemy": "21120", + "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, + "low_alchemy": "14080", + "high_alchemy": "21120", + "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, + "low_alchemy": "40000", + "high_alchemy": "60000", + "weight": "1.3", + "absorb": "2,0,4", + "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, + "low_alchemy": "40000", + "high_alchemy": "60000", + "weight": "1.3", + "absorb": "2,0,4", + "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, + "low_alchemy": "40", + "high_alchemy": "60", + "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, + "low_alchemy": "40", + "high_alchemy": "60", + "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, + "low_alchemy": "8000", + "high_alchemy": "12000", + "weight": "0.5", + "absorb": "0,5,2", + "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, + "low_alchemy": "8000", + "high_alchemy": "12000", + "weight": "0.5", + "absorb": "0,5,2", + "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, + "low_alchemy": "31200", + "high_alchemy": "46800", + "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, + "low_alchemy": "31200", + "high_alchemy": "46800", + "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, + "low_alchemy": "31200", + "high_alchemy": "46800", + "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, + "low_alchemy": "31200", + "high_alchemy": "46800", + "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, + "low_alchemy": "31200", + "high_alchemy": "46800", + "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, + "low_alchemy": "31200", + "high_alchemy": "46800", + "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, + "low_alchemy": "31200", + "high_alchemy": "46800", + "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, + "low_alchemy": "31200", + "high_alchemy": "46800", + "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, + "low_alchemy": "20000", + "high_alchemy": "30000", + "weight": "2.2", + "absorb": "2,0,4", + "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, + "low_alchemy": "20000", + "high_alchemy": "30000", + "weight": "2.2", + "absorb": "2,0,4", + "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 puppy. (Puppy)(Adult)", + "durability": null, + "name": "Terrier puppy", + "archery_ticket_price": "0", + "id": "12700" + }, + { + "requirements": "{4,23}", + "examine": "A hyperactive little puppy. (Puppy)(Adult)", + "durability": null, + "name": "Terrier", + "archery_ticket_price": "0", + "id": "12701" + }, + { + "requirements": "{4,23}", + "examine": "A hyperactive little puppy. (Puppy)(Adult)", + "durability": null, + "name": "Terrier puppy", + "archery_ticket_price": "0", + "id": "12702" + }, + { + "requirements": "{4,23}", + "examine": "A hyperactive little puppy. (Puppy)(Adult)", + "durability": null, + "name": "Terrier", + "archery_ticket_price": "0", + "id": "12703" + }, + { + "requirements": "{4,23}", + "examine": "This is one fast little pooch. (Puppy)An aerodynamic doggy. (Adult)", + "durability": null, + "name": "Greyhound puppy", + "archery_ticket_price": "0", + "id": "12704" + }, + { + "requirements": "{4,23}", + "examine": "This is one fast little pooch. (Puppy)An aerodynamic doggy. (Adult)", + "durability": null, + "name": "Greyhound", + "archery_ticket_price": "0", + "id": "12705" + }, + { + "requirements": "{4,23}", + "examine": "This is one fast little pooch. (Puppy)An aerodynamic doggy. (Adult)", + "durability": null, + "name": "Greyhound puppy", + "archery_ticket_price": "0", + "id": "12706" + }, + { + "requirements": "{4,23}", + "examine": "This is one fast little pooch. (Puppy)An aerodynamic doggy. (Adult)", + "durability": null, + "name": "Greyhound", + "archery_ticket_price": "0", + "id": "12707" + }, + { + "requirements": "{4,23}", + "examine": "Puppy - Soft but strong... and cute.Adult - My most faithful friend.", + "durability": null, + "name": "Labrador puppy", + "archery_ticket_price": "0", + "id": "12708" + }, + { + "requirements": "{4,23}", + "examine": "Puppy - Soft but strong... and cute.Adult - My most faithful friend.", + "durability": null, + "name": "Labrador", + "archery_ticket_price": "0", + "id": "12709" + }, + { + "requirements": "{4,23}", + "examine": "Puppy - Soft but strong... and cute.Adult - My most faithful friend.", + "durability": null, + "name": "Labrador puppy", + "archery_ticket_price": "0", + "id": "12710" + }, + { + "requirements": "{4,23}", + "examine": "Puppy - Soft but strong... and cute.Adult - 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... (Puppy)A purebred doggy. (Adult)", + "durability": null, + "name": "Dalmatian puppy", + "archery_ticket_price": "0", + "id": "12712" + }, + { + "requirements": "{4,23}", + "examine": "Now, if only I could find another hundred... (Puppy)A purebred doggy. (Adult)", + "durability": null, + "name": "Dalmatian", + "archery_ticket_price": "0", + "id": "12713" + }, + { + "requirements": "{4,23}", + "examine": "Now, if only I could find another hundred... (Puppy)A purebred doggy. (Adult)", + "durability": null, + "name": "Dalmatian puppy", + "archery_ticket_price": "0", + "id": "12714" + }, + { + "requirements": "{4,23}", + "examine": "Now, if only I could find another hundred... (Puppy)A purebred doggy. (Adult)", + "durability": null, + "name": "Dalmatian", + "archery_ticket_price": "0", + "id": "12715" + }, + { + "requirements": "{4,23}", + "examine": "This little puppy is very quiet. (Puppy)Come by! Come by! (Adult)", + "durability": null, + "name": "Sheepdog puppy", + "archery_ticket_price": "0", + "id": "12716" + }, + { + "requirements": "{4,23}", + "examine": "This little puppy is very quiet. (Puppy)Come by! Come by! (Adult)", + "durability": null, + "name": "Sheepdog", + "archery_ticket_price": "0", + "id": "12717" + }, + { + "requirements": "{4,23}", + "examine": "This little puppy is very quiet. (Puppy)Come by! Come by! (Adult)", + "durability": null, + "name": "Sheepdog puppy", + "archery_ticket_price": "0", + "id": "12718" + }, + { + "requirements": "{4,23}", + "examine": "This little puppy is very quiet. (Puppy)Come by! Come by! (Adult)", + "durability": null, + "name": "Sheepdog", + "archery_ticket_price": "0", + "id": "12719" + }, + { + "requirements": "{4,23}", + "examine": "One proud little puppy. (Puppy)Looks like it's chewing a wasp. (Adult)", + "durability": null, + "name": "Bulldog puppy", + "archery_ticket_price": "0", + "id": "12720" + }, + { + "requirements": "{4,23}", + "examine": "One proud little puppy. (Puppy)Looks like it's chewing a wasp. (Adult)", + "durability": null, + "name": "Bulldog", + "archery_ticket_price": "0", + "id": "12721" + }, + { + "requirements": "{4,23}", + "examine": "One proud little puppy. (Puppy)Looks like it's chewing a wasp. (Adult)", + "durability": null, + "name": "Bulldog puppy", + "archery_ticket_price": "0", + "id": "12722" + }, + { + "requirements": "{4,23}", + "examine": "One proud little puppy. (Puppy)Looks like it's chewing a wasp. (Adult)", + "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": "(Baby) Can't fly and can barely walk, but adorable nonetheless. (adult) Emperor of all he surveys.", + "durability": null, + "name": "Baby penguin", + "archery_ticket_price": "0", + "id": "12763" + }, + { + "examine": "(Baby) Can't fly and can barely walk, but adorable nonetheless. (adult) Emperor of all he surveys.", + "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", + "durability": null, + "name": "Swamp titan pouch", + "low_alchemy": "1669", + "high_alchemy": "2504", + "archery_ticket_price": "0", + "id": "12776" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2613", + "durability": null, + "name": "Swamp titan pouch", + "tradeable": "true", + "low_alchemy": "1669", + "high_alchemy": "2504", + "archery_ticket_price": "0", + "id": "12777" + }, + { + "requirements": "{17,23}", + "ge_buy_limit": "5000", + "grand_exchange_price": "130", + "durability": null, + "name": "Spirit mosquito pouch", + "low_alchemy": "179", + "high_alchemy": "269", + "archery_ticket_price": "0", + "id": "12778" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "130", + "durability": null, + "name": "Spirit mosquito pouch", + "tradeable": "true", + "low_alchemy": "179", + "high_alchemy": "269", + "archery_ticket_price": "0", + "id": "12779" + }, + { + "requirements": "{23,34}", + "ge_buy_limit": "5000", + "grand_exchange_price": "16100", + "durability": null, + "name": "Void spinner pouch", + "low_alchemy": "909", + "high_alchemy": "1364", + "archery_ticket_price": "0", + "id": "12780" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "16100", + "durability": null, + "name": "Void spinner pouch", + "tradeable": "true", + "low_alchemy": "909", + "high_alchemy": "1364", + "archery_ticket_price": "0", + "id": "12781" + }, + { + "requirements": "{23,76}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2458", + "durability": null, + "name": "Forge regent pouch", + "low_alchemy": "1579", + "high_alchemy": "2369", + "archery_ticket_price": "0", + "id": "12782" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2458", + "durability": null, + "name": "Forge regent pouch", + "tradeable": "true", + "low_alchemy": "1579", + "high_alchemy": "2369", + "archery_ticket_price": "0", + "id": "12783" + }, + { + "requirements": "{23,57}", + "ge_buy_limit": "5000", + "grand_exchange_price": "4097", + "durability": null, + "name": "Spirit larupia pouch", + "low_alchemy": "1719", + "high_alchemy": "2579", + "archery_ticket_price": "0", + "id": "12784" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "4097", + "durability": null, + "name": "Spirit larupia pouch", + "tradeable": "true", + "low_alchemy": "1719", + "high_alchemy": "2579", + "archery_ticket_price": "0", + "id": "12785" + }, + { + "requirements": "{23,89}", + "ge_buy_limit": "5000", + "grand_exchange_price": "3856", + "durability": null, + "name": "Geyser titan pouch", + "low_alchemy": "2389", + "high_alchemy": "3584", + "archery_ticket_price": "0", + "id": "12786" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3856", + "durability": null, + "name": "Geyser titan pouch", + "tradeable": "true", + "low_alchemy": "2389", + "high_alchemy": "3584", + "archery_ticket_price": "0", + "id": "12787" + }, + { + "requirements": "{23,83}", + "ge_buy_limit": "5000", + "grand_exchange_price": "3840", + "durability": null, + "name": "Lava titan pouch", + "low_alchemy": "2359", + "high_alchemy": "3539", + "archery_ticket_price": "0", + "id": "12788" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3840", + "durability": null, + "name": "Lava titan pouch", + "tradeable": "true", + "low_alchemy": "2359", + "high_alchemy": "3539", + "archery_ticket_price": "0", + "id": "12789" + }, + { + "requirements": "{23,99}", + "ge_buy_limit": "5000", + "grand_exchange_price": "5800", + "durability": null, + "name": "Steel titan pouch", + "low_alchemy": "1949", + "high_alchemy": "2924", + "archery_ticket_price": "0", + "id": "12790" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "5800", + "durability": null, + "name": "Steel titan pouch", + "tradeable": "true", + "low_alchemy": "1949", + "high_alchemy": "2924", + "archery_ticket_price": "0", + "id": "12791" + }, + { + "requirements": "{23,73}", + "ge_buy_limit": "5000", + "grand_exchange_price": "3436", + "durability": null, + "name": "Obsidian golem pouch", + "low_alchemy": "2119", + "high_alchemy": "3179", + "archery_ticket_price": "0", + "id": "12792" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3436", + "durability": null, + "name": "Obsidian golem pouch", + "tradeable": "true", + "low_alchemy": "2119", + "high_alchemy": "3179", + "archery_ticket_price": "0", + "id": "12793" + }, + { + "requirements": "{23,77}", + "ge_buy_limit": "5000", + "grand_exchange_price": "3017", + "durability": null, + "name": "Talon beast pouch", + "low_alchemy": "1909", + "high_alchemy": "2864", + "archery_ticket_price": "0", + "id": "12794" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3017", + "durability": null, + "name": "Talon beast pouch", + "tradeable": "true", + "low_alchemy": "1909", + "high_alchemy": "2864", + "archery_ticket_price": "0", + "id": "12795" + }, + { + "requirements": "{23,93}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2991", + "durability": null, + "name": "Abyssal titan pouch", + "low_alchemy": "1299", + "high_alchemy": "1949", + "archery_ticket_price": "0", + "id": "12796" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2991", + "durability": null, + "name": "Abyssal titan pouch", + "tradeable": "true", + "low_alchemy": "1299", + "high_alchemy": "1949", + "archery_ticket_price": "0", + "id": "12797" + }, + { + "requirements": "{23,34}", + "ge_buy_limit": "5000", + "grand_exchange_price": "18300", + "durability": null, + "name": "Void torcher pouch", + "low_alchemy": "909", + "high_alchemy": "1364", + "archery_ticket_price": "0", + "id": "12798" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "18300", + "durability": null, + "name": "Void torcher pouch", + "tradeable": "true", + "low_alchemy": "909", + "high_alchemy": "1364", + "archery_ticket_price": "0", + "id": "12799" + }, + { + "requirements": "{23,29}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1513", + "durability": null, + "name": "Giant chinchompa pouch", + "low_alchemy": "1009", + "high_alchemy": "1514", + "archery_ticket_price": "0", + "id": "12800" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1513", + "durability": null, + "name": "Giant chinchompa pouch", + "tradeable": "true", + "low_alchemy": "1009", + "high_alchemy": "1514", + "archery_ticket_price": "0", + "id": "12801" + }, + { + "requirements": "{23,79}", + "ge_buy_limit": "5000", + "grand_exchange_price": "3567", + "durability": null, + "name": "Fire titan pouch", + "low_alchemy": "2149", + "high_alchemy": "3224", + "archery_ticket_price": "0", + "id": "12802" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3567", + "durability": null, + "name": "Fire titan pouch", + "tradeable": "true", + "low_alchemy": "2149", + "high_alchemy": "3224", + "archery_ticket_price": "0", + "id": "12803" + }, + { + "requirements": "{23,79}", + "ge_buy_limit": "5000", + "grand_exchange_price": "3548", + "durability": null, + "name": "Moss titan pouch", + "low_alchemy": "2189", + "high_alchemy": "3284", + "archery_ticket_price": "0", + "id": "12804" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3548", + "durability": null, + "name": "Moss titan pouch", + "tradeable": "true", + "low_alchemy": "2189", + "high_alchemy": "3284", + "archery_ticket_price": "0", + "id": "12805" + }, + { + "requirements": "{23,79}", + "ge_buy_limit": "5000", + "grand_exchange_price": "7184", + "durability": null, + "name": "Ice titan pouch", + "low_alchemy": "2149", + "high_alchemy": "3224", + "archery_ticket_price": "0", + "id": "12806" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "7184", + "durability": null, + "name": "Ice titan pouch", + "tradeable": "true", + "low_alchemy": "2149", + "high_alchemy": "3224", + "archery_ticket_price": "0", + "id": "12807" + }, + { + "requirements": "{22,23}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1116", + "durability": null, + "name": "Spirit tz-kih pouch", + "low_alchemy": "809", + "high_alchemy": "1214", + "archery_ticket_price": "0", + "id": "12808" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1116", + "durability": null, + "name": "Spirit tz-kih pouch", + "tradeable": "true", + "low_alchemy": "809", + "high_alchemy": "1214", + "archery_ticket_price": "0", + "id": "12809" + }, + { + "requirements": "{23,57}", + "ge_buy_limit": "5000", + "grand_exchange_price": "7919", + "durability": null, + "name": "Spirit graahk pouch", + "low_alchemy": "1709", + "high_alchemy": "2564", + "archery_ticket_price": "0", + "id": "12810" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "7919", + "durability": null, + "name": "Spirit graahk pouch", + "tradeable": "true", + "low_alchemy": "1709", + "high_alchemy": "2564", + "archery_ticket_price": "0", + "id": "12811" + }, + { + "requirements": "{23,57}", + "ge_buy_limit": "5000", + "grand_exchange_price": "13300", + "durability": null, + "name": "Spirit kyatt pouch", + "low_alchemy": "1699", + "high_alchemy": "2549", + "archery_ticket_price": "0", + "id": "12812" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "13300", + "durability": null, + "name": "Spirit kyatt pouch", + "tradeable": "true", + "low_alchemy": "1699", + "high_alchemy": "2549", + "archery_ticket_price": "0", + "id": "12813" + }, + { + "requirements": "{23,34}", + "ge_buy_limit": "5000", + "grand_exchange_price": "18600", + "durability": null, + "name": "Void shifter pouch", + "low_alchemy": "909", + "high_alchemy": "1364", + "archery_ticket_price": "0", + "id": "12814" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "18600", + "durability": null, + "name": "Void shifter pouch", + "tradeable": "true", + "low_alchemy": "909", + "high_alchemy": "1364", + "archery_ticket_price": "0", + "id": "12815" + }, + { + "requirements": "{23,46}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1951", + "durability": null, + "name": "Pyrelord pouch", + "low_alchemy": "1279", + "high_alchemy": "1919", + "archery_ticket_price": "0", + "id": "12816" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1951", + "durability": null, + "name": "Pyrelord pouch", + "tradeable": "true", + "low_alchemy": "1279", + "high_alchemy": "1919", + "archery_ticket_price": "0", + "id": "12817" + }, + { + "requirements": "{23,34}", + "ge_buy_limit": "5000", + "grand_exchange_price": "10700", + "durability": null, + "name": "Void ravager pouch", + "low_alchemy": "909", + "high_alchemy": "1364", + "archery_ticket_price": "0", + "id": "12818" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "10700", + "durability": null, + "name": "Void ravager pouch", + "tradeable": "true", + "low_alchemy": "909", + "high_alchemy": "1364", + "archery_ticket_price": "0", + "id": "12819" + }, + { + "requirements": "{23,70}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1382", + "durability": null, + "name": "Ravenous locust pouch", + "low_alchemy": "959", + "high_alchemy": "1439", + "archery_ticket_price": "0", + "id": "12820" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1382", + "durability": null, + "name": "Ravenous locust pouch", + "tradeable": "true", + "low_alchemy": "959", + "high_alchemy": "1439", + "archery_ticket_price": "0", + "id": "12821" + }, + { + "requirements": "{23,95}", + "ge_buy_limit": "5000", + "grand_exchange_price": "3470", + "durability": null, + "name": "Iron titan pouch", + "low_alchemy": "2149", + "high_alchemy": "3224", + "archery_ticket_price": "0", + "id": "12822" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3470", + "durability": null, + "name": "Iron titan pouch", + "tradeable": "true", + "low_alchemy": "2149", + "high_alchemy": "3224", + "archery_ticket_price": "0", + "id": "12823" + }, + { + "requirements": "{23,79}", + "ge_buy_limit": "5000", + "grand_exchange_price": "380", + "durability": null, + "name": "Titan's con. scroll", + "low_alchemy": "214", + "high_alchemy": "322", + "archery_ticket_price": "0", + "id": "12824" + }, + { + "requirements": "{23,99}", + "ge_buy_limit": "5000", + "grand_exchange_price": "646", + "durability": null, + "name": "Steel of legends scroll", + "low_alchemy": "194", + "high_alchemy": "292", + "archery_ticket_price": "0", + "id": "12825" + }, + { + "requirements": "{23,73}", + "ge_buy_limit": "5000", + "grand_exchange_price": "271", + "durability": null, + "name": "Volcanic str. scroll", + "low_alchemy": "211", + "high_alchemy": "317", + "archery_ticket_price": "0", + "id": "12826" + }, + { + "requirements": "{23,93}", + "ge_buy_limit": "5000", + "grand_exchange_price": "310", + "durability": null, + "name": "Essence shipment scroll", + "low_alchemy": "129", + "high_alchemy": "194", + "archery_ticket_price": "0", + "id": "12827" + }, + { + "requirements": "{23,95}", + "ge_buy_limit": "5000", + "grand_exchange_price": "389", + "durability": null, + "name": "Iron within scroll", + "low_alchemy": "214", + "high_alchemy": "322", + "archery_ticket_price": "0", + "id": "12828" + }, + { + "requirements": "{23,46}", + "ge_buy_limit": "5000", + "grand_exchange_price": "146", + "durability": null, + "name": "Immense heat scroll", + "low_alchemy": "127", + "high_alchemy": "191", + "archery_ticket_price": "0", + "id": "12829" + }, + { + "requirements": "{23,70}", + "ge_buy_limit": "5000", + "grand_exchange_price": "149", + "durability": null, + "name": "Famine scroll", + "low_alchemy": "95", + "high_alchemy": "143", + "archery_ticket_price": "0", + "id": "12830" + }, + { + "requirements": "{23,77}", + "ge_buy_limit": "5000", + "grand_exchange_price": "245", + "durability": null, + "name": "Deadly claw scroll", + "low_alchemy": "190", + "high_alchemy": "286", + "archery_ticket_price": "0", + "id": "12831" + }, + { + "requirements": "{23,85}", + "ge_buy_limit": "5000", + "grand_exchange_price": "192", + "durability": null, + "name": "Swamp plague scroll", + "low_alchemy": "166", + "high_alchemy": "250", + "archery_ticket_price": "0", + "id": "12832" + }, + { + "requirements": "{23,89}", + "ge_buy_limit": "5000", + "grand_exchange_price": "294", + "durability": null, + "name": "Boil scroll", + "archery_ticket_price": "0", + "id": "12833" + }, + { + "requirements": "{23,29}", + "ge_buy_limit": "5000", + "grand_exchange_price": "103", + "durability": null, + "name": "Explode scroll", + "low_alchemy": "238", + "high_alchemy": "358", + "archery_ticket_price": "0", + "id": "12834" + }, + { + "requirements": "{23,57}", + "ge_buy_limit": "5000", + "grand_exchange_price": "250", + "durability": null, + "name": "Goad scroll", + "low_alchemy": "170", + "high_alchemy": "256", + "archery_ticket_price": "0", + "id": "12835" + }, + { + "requirements": "{23,57}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1428", + "durability": null, + "name": "Ambush scroll", + "low_alchemy": "169", + "high_alchemy": "254", + "archery_ticket_price": "0", + "id": "12836" + }, + { + "requirements": "{23,83}", + "ge_buy_limit": "5000", + "grand_exchange_price": "300", + "durability": null, + "name": "Ebon thunder scroll", + "low_alchemy": "211", + "high_alchemy": "317", + "archery_ticket_price": "0", + "id": "12837" + }, + { + "requirements": "{17,23}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1", + "durability": null, + "name": "Pester scroll", + "low_alchemy": "17", + "high_alchemy": "26", + "archery_ticket_price": "0", + "id": "12838" + }, + { + "requirements": "{22,23}", + "ge_buy_limit": "5000", + "grand_exchange_price": "78", + "durability": null, + "name": "Fireball assault scroll", + "low_alchemy": "80", + "high_alchemy": "121", + "archery_ticket_price": "0", + "id": "12839" + }, + { + "requirements": "{23,57}", + "ge_buy_limit": "5000", + "grand_exchange_price": "196", + "durability": null, + "name": "Rending scroll", + "low_alchemy": "171", + "high_alchemy": "257", + "archery_ticket_price": "0", + "id": "12840" + }, + { + "requirements": "{23,76}", + "ge_buy_limit": "5000", + "grand_exchange_price": "173", + "durability": null, + "name": "Inferno scroll", + "low_alchemy": "157", + "high_alchemy": "236", + "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, + "low_alchemy": "40", + "high_alchemy": "60", + "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.", + "shop_price": "75", + "examine": "A pair of mystical gloves.", + "durability": null, + "name": "Irit gloves", + "archery_ticket_price": "0", + "id": "12856", + "equipment_slot": "9" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "100", + "examine": "A pair of mystical gloves.", + "durability": null, + "name": "Avantoe gloves", + "archery_ticket_price": "0", + "id": "12857", + "equipment_slot": "9" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "200", + "examine": "A pair of mystical gloves.", + "durability": null, + "name": "Kwuarm gloves", + "archery_ticket_price": "0", + "id": "12858", + "equipment_slot": "9" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "200", + "examine": "A pair of mystical gloves.", + "durability": null, + "name": "Cadantine gloves", + "archery_ticket_price": "0", + "id": "12859", + "equipment_slot": "9" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "200", + "examine": "A pair of mystical gloves.", + "durability": null, + "name": "Swordfish gloves", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "12860", + "equipment_slot": "9" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "200", + "examine": "A pair of mystical gloves", + "durability": null, + "name": "Shark gloves", + "weight": "1", + "archery_ticket_price": "0", + "id": "12861", + "equipment_slot": "9" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "200", + "examine": "A pair of mystical gloves.", + "durability": null, + "name": "Dragon slayer gloves", + "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.", + "shop_price": "75", + "examine": "A pair of mystical gloves.", + "durability": null, + "name": "Air runecrafting gloves", + "tradeable": "false", + "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.", + "shop_price": "75", + "examine": "A pair of mystical gloves.", + "durability": null, + "name": "Water runecrafting gloves", + "tradeable": "false", + "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.", + "shop_price": "75", + "examine": "A pair of mystical gloves.", + "durability": null, + "name": "Earth runecrafting gloves", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "12865", + "equipment_slot": "9" + }, + { + "remove_head": "true", + "requirements": "{1,60}-{6,50}", + "shop_price": "250", + "examine": "Its arcane power is waning.", + "durability": null, + "low_alchemy": "10000", + "high_alchemy": "15000", + "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,60}-{6,50}", + "shop_price": "250", + "examine": "Its arcane power is waning.", + "durability": null, + "low_alchemy": "10000", + "high_alchemy": "15000", + "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,60}-{6,50}", + "shop_price": "250", + "examine": "Its arcane power is waning.", + "durability": null, + "low_alchemy": "10000", + "high_alchemy": "15000", + "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,60}-{6,50}", + "shop_price": "250", + "examine": "Its arcane power is waning.", + "durability": null, + "low_alchemy": "10000", + "high_alchemy": "15000", + "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,60}-{6,50}", + "shop_price": "250", + "examine": "Its arcane power is waning.", + "durability": null, + "low_alchemy": "10000", + "high_alchemy": "15000", + "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,60}-{6,50}", + "shop_price": "250", + "ge_buy_limit": "10", + "examine": "Its arcane power is waning.", + "durability": null, + "low_alchemy": "10000", + "high_alchemy": "15000", + "absorb": "4,3,0", + "equipment_slot": "0", + "grand_exchange_price": "78900", + "name": "Battle hood 0", + "tradeable": "false", + "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": "false", + "archery_ticket_price": "0", + "id": "12872" + }, + { + "requirements": "{1,60}-{6,50}", + "shop_price": "1500", + "examine": "Charged - A robe top infused with arcane power, especially created for combat spells.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "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,60}-{6,50}", + "shop_price": "1500", + "examine": "Charged - A robe top infused with arcane power, especially created for combat spells.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "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,60}-{6,50}", + "shop_price": "1500", + "examine": "Charged - A robe top infused with arcane power, especially created for combat spells.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "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,60}-{6,50}", + "shop_price": "1500", + "examine": "Charged - A robe top infused with arcane power, especially created for combat spells.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "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,60}-{6,50}", + "shop_price": "1500", + "examine": "Charged - A robe top infused with arcane power, especially created for combat spells.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "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,60}-{6,50}", + "shop_price": "1500", + "ge_buy_limit": "10", + "examine": "Charged - A robe top infused with arcane power, especially created for combat spells.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "weight": "4", + "absorb": "8,4,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "431400", + "name": "Battle robe top 0", + "tradeable": "false", + "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", + "durability": null, + "name": "Battle robe top 0", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12879" + }, + { + "requirements": "{1,60}-{6,50}", + "shop_price": "1000", + "examine": "A robe bottom infused with arcane power, especially created for combat spells.", + "durability": null, + "low_alchemy": "16000", + "high_alchemy": "24000", + "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,60}-{6,50}", + "shop_price": "1000", + "examine": "A robe bottom infused with arcane power, especially created for combat spells.", + "durability": null, + "low_alchemy": "16000", + "high_alchemy": "24000", + "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,60}-{6,50}", + "shop_price": "1000", + "examine": "A robe bottom infused with arcane power, especially created for combat spells.", + "durability": null, + "low_alchemy": "16000", + "high_alchemy": "24000", + "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,60}-{6,50}", + "shop_price": "1000", + "examine": "A robe bottom infused with arcane power, especially created for combat spells.", + "durability": null, + "low_alchemy": "16000", + "high_alchemy": "24000", + "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,60}-{6,50}", + "shop_price": "1000", + "examine": "A robe bottom infused with arcane power, especially created for combat spells.", + "durability": null, + "low_alchemy": "16000", + "high_alchemy": "24000", + "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,60}-{6,50}", + "shop_price": "1000", + "ge_buy_limit": "10", + "examine": "A robe bottom infused with arcane power, especially created for combat spells.", + "durability": null, + "low_alchemy": "16000", + "high_alchemy": "24000", + "weight": "3", + "absorb": "5,2,0", + "equipment_slot": "7", + "grand_exchange_price": "538000", + "name": "Battle robe bottom 0", + "tradeable": "false", + "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", + "durability": null, + "name": "Battle robe bottom 0", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12886" + }, + { + "remove_head": "true", + "requirements": "{1,20}-{6,10}", + "shop_price": "100", + "examine": "A worn-out hood, formerly worn by the followers of Guthix.", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "7", + "equipment_slot": "0", + "grand_exchange_price": "6915", + "name": "Druidic mage hood 100", + "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,20}-{6,10}", + "shop_price": "100", + "examine": "A worn-out hood, formerly worn by the followers of Guthix.", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "7", + "equipment_slot": "0", + "grand_exchange_price": "6915", + "name": "Druidic mage hood 80", + "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,20}-{6,10}", + "shop_price": "100", + "examine": "A worn-out hood, formerly worn by the followers of Guthix.", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "7", + "equipment_slot": "0", + "grand_exchange_price": "6915", + "name": "Druidic mage hood 60", + "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,20}-{6,10}", + "shop_price": "100", + "examine": "A worn-out hood, formerly worn by the followers of Guthix.", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "7", + "equipment_slot": "0", + "grand_exchange_price": "6915", + "name": "Druidic mage hood 40", + "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,20}-{6,10}", + "shop_price": "100", + "examine": "A worn-out hood, formerly worn by the followers of Guthix.", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "7", + "equipment_slot": "0", + "grand_exchange_price": "6915", + "name": "Druidic mage hood 20", + "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,20}-{6,10}", + "shop_price": "100", + "ge_buy_limit": "10", + "examine": "A worn-out hood, formerly worn by the followers of Guthix.", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "7", + "equipment_slot": "0", + "grand_exchange_price": "8504", + "name": "Druidic mage hood 0", + "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": "false", + "archery_ticket_price": "0", + "id": "12893" + }, + { + "requirements": "{1,20}-{6,10}", + "shop_price": "300", + "examine": "A magical robe top worn by followers of Guthix.", + "durability": null, + "low_alchemy": "2400", + "high_alchemy": "3600", + "weight": "4", + "absorb": "2,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "80273", + "name": "Druidic mage top 100", + "archery_ticket_price": "0", + "id": "12894", + "bonuses": "0,0,0,7,0,0,0,0,7,0,7,0,0,0,0" + }, + { + "requirements": "{1,20}-{6,10}", + "shop_price": "300", + "examine": "A magical robe top worn by followers of Guthix.", + "durability": null, + "low_alchemy": "2400", + "high_alchemy": "3600", + "weight": "4", + "absorb": "2,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "80273", + "name": "Druidic mage top 80", + "archery_ticket_price": "0", + "id": "12895", + "bonuses": "0,0,0,7,0,0,0,0,7,0,7,0,0,0,0" + }, + { + "requirements": "{1,20}-{6,10}", + "shop_price": "300", + "examine": "A magical robe top worn by followers of Guthix.", + "durability": null, + "low_alchemy": "2400", + "high_alchemy": "3600", + "weight": "4", + "absorb": "2,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "80273", + "name": "Druidic mage top 60", + "archery_ticket_price": "0", + "id": "12896", + "bonuses": "0,0,0,7,0,0,0,0,7,0,7,0,0,0,0" + }, + { + "requirements": "{1,20}-{6,10}", + "shop_price": "300", + "examine": "A magical robe top worn by followers of Guthix.", + "durability": null, + "low_alchemy": "2400", + "high_alchemy": "3600", + "weight": "4", + "absorb": "2,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "80273", + "name": "Druidic mage top 40", + "archery_ticket_price": "0", + "id": "12897", + "bonuses": "0,0,0,7,0,0,0,0,7,0,7,0,0,0,0" + }, + { + "requirements": "{1,20}-{6,10}", + "shop_price": "300", + "examine": "A magical robe top worn by followers of Guthix.", + "durability": null, + "low_alchemy": "2400", + "high_alchemy": "3600", + "weight": "4", + "absorb": "2,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "80273", + "name": "Druidic mage top 20", + "archery_ticket_price": "0", + "id": "12898", + "bonuses": "0,0,0,7,0,0,0,0,7,0,7,0,0,0,0" + }, + { + "requirements": "{1,20}-{6,10}", + "shop_price": "300", + "ge_buy_limit": "10", + "examine": "A magical robe top worn by followers of Guthix.", + "durability": null, + "low_alchemy": "2400", + "high_alchemy": "3600", + "weight": "4", + "absorb": "2,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "76300", + "name": "Druidic mage top 0", + "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": "false", + "archery_ticket_price": "0", + "id": "12900" + }, + { + "requirements": "{1,20}-{6,10}", + "shop_price": "200", + "examine": "A magical robe bottom worn by a person who follows Guthix.", + "durability": null, + "low_alchemy": "2000", + "high_alchemy": "3000", + "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,20}-{6,10}", + "shop_price": "200", + "examine": "A magical robe bottom worn by a person who follows Guthix.", + "durability": null, + "low_alchemy": "2000", + "high_alchemy": "3000", + "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,20}-{6,10}", + "shop_price": "200", + "examine": "A magical robe bottom worn by a person who follows Guthix.", + "durability": null, + "low_alchemy": "2000", + "high_alchemy": "3000", + "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,20}-{6,10}", + "shop_price": "200", + "examine": "A magical robe bottom worn by a person who follows Guthix.", + "durability": null, + "low_alchemy": "2000", + "high_alchemy": "3000", + "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,20}-{6,10}", + "shop_price": "200", + "examine": "A magical robe bottom worn by a person who follows Guthix.", + "durability": null, + "low_alchemy": "2000", + "high_alchemy": "3000", + "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,20}-{6,10}", + "shop_price": "200", + "ge_buy_limit": "10", + "examine": "A magical robe bottom worn by a person who follows Guthix.", + "durability": null, + "low_alchemy": "2000", + "high_alchemy": "3000", + "weight": "3", + "absorb": "1,0,0", + "equipment_slot": "7", + "grand_exchange_price": "60800", + "name": "Druidic mage bottom 0", + "tradeable": "false", + "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": "false", + "archery_ticket_price": "0", + "id": "12907" + }, + { + "requirements": "{1,35}", + "shop_price": "50", + "examine": "A spiked square shield.", + "durability": null, + "low_alchemy": "1620", + "high_alchemy": "2430", + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "2271", + "name": "Adamant spikeshield 100", + "tradeable": "true", + "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, + "low_alchemy": "1620", + "high_alchemy": "2430", + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "2271", + "name": "Adamant spikeshield 80", + "tradeable": "true", + "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, + "low_alchemy": "1620", + "high_alchemy": "2430", + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "2271", + "name": "Adamant spikeshield 60", + "tradeable": "true", + "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, + "low_alchemy": "1620", + "high_alchemy": "2430", + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "2271", + "name": "Adamant spikeshield 40", + "tradeable": "true", + "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, + "low_alchemy": "1620", + "high_alchemy": "2430", + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "2271", + "name": "Adamant spikeshield 20", + "tradeable": "true", + "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, + "low_alchemy": "1620", + "high_alchemy": "2430", + "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, + "low_alchemy": "2456", + "high_alchemy": "3684", + "weight": "7", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "19190", + "name": "Adamant berserker shield 100", + "tradeable": "true", + "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, + "low_alchemy": "2456", + "high_alchemy": "3684", + "weight": "7", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "19190", + "name": "Adamant berserker shield 80", + "tradeable": "true", + "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, + "low_alchemy": "2456", + "high_alchemy": "3684", + "weight": "7", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "19190", + "name": "Adamant berserker shield 60", + "tradeable": "true", + "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, + "low_alchemy": "2456", + "high_alchemy": "3684", + "weight": "7", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "19190", + "name": "Adamant berserker shield 40", + "tradeable": "true", + "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, + "low_alchemy": "2456", + "high_alchemy": "3684", + "weight": "7", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "19190", + "name": "Adamant berserker shield 20", + "tradeable": "true", + "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, + "low_alchemy": "2456", + "high_alchemy": "3684", + "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 square shield.", + "durability": null, + "low_alchemy": "2576", + "high_alchemy": "3864", + "weight": "4", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "57548", + "name": "Rune spikeshield 100", + "tradeable": "true", + "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 square shield.", + "durability": null, + "low_alchemy": "2576", + "high_alchemy": "3864", + "weight": "4", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "57548", + "name": "Rune spikeshield 80", + "tradeable": "true", + "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": "Uncharged: Not so spiky anymore.", + "durability": null, + "low_alchemy": "2576", + "high_alchemy": "3864", + "weight": "4", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "57548", + "name": "Rune spikeshield 60", + "tradeable": "true", + "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 square shield.", + "durability": null, + "low_alchemy": "2576", + "high_alchemy": "3864", + "weight": "4", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "57548", + "name": "Rune spikeshield 40", + "tradeable": "true", + "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 square shield.", + "durability": null, + "low_alchemy": "2576", + "high_alchemy": "3864", + "weight": "4", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "57548", + "name": "Rune spikeshield 20", + "tradeable": "true", + "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, + "low_alchemy": "2576", + "high_alchemy": "3864", + "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, + "low_alchemy": "25760", + "high_alchemy": "38640", + "weight": "6", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "82000", + "name": "Rune berserker shield 100", + "tradeable": "true", + "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, + "low_alchemy": "25760", + "high_alchemy": "38640", + "weight": "6", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "82000", + "name": "Rune berserker shield 80", + "tradeable": "true", + "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, + "low_alchemy": "25760", + "high_alchemy": "38640", + "weight": "6", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "82000", + "name": "Rune berserker shield 60", + "tradeable": "true", + "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, + "low_alchemy": "25760", + "high_alchemy": "38640", + "weight": "6", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "82000", + "name": "Rune berserker shield 40", + "tradeable": "true", + "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, + "low_alchemy": "25760", + "high_alchemy": "38640", + "weight": "6", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "82000", + "name": "Rune berserker shield 20", + "tradeable": "true", + "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, + "low_alchemy": "25760", + "high_alchemy": "38640", + "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, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "0.9", + "absorb": "0,3,1", + "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, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "0.9", + "absorb": "0,3,1", + "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, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "0.9", + "absorb": "0,3,1", + "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, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "0.9", + "absorb": "0,3,1", + "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, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "0.9", + "absorb": "0,3,1", + "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, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "0.9", + "absorb": "0,3,1", + "equipment_slot": "0", + "grand_exchange_price": "92700", + "name": "Green d'hide coif 0", + "tradeable": "false", + "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": "false", + "archery_ticket_price": "0", + "id": "12942" + }, + { + "remove_head": "true", + "requirements": "{1,50}-{4,40}", + "shop_price": "200", + "examine": "A coif made of blue dragonhide.", + "durability": null, + "low_alchemy": "2000", + "high_alchemy": "3000", + "weight": "1", + "absorb": "0,3,1", + "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,50}-{4,40}", + "shop_price": "200", + "examine": "A coif made of blue dragonhide.", + "durability": null, + "low_alchemy": "2000", + "high_alchemy": "3000", + "weight": "1", + "absorb": "0,3,1", + "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,50}-{4,40}", + "shop_price": "200", + "examine": "Fully charged: A coif made of blue dragonhide. Fully degraded: A worn out coif made of blue dragonhide.", + "durability": null, + "low_alchemy": "2000", + "high_alchemy": "3000", + "weight": "1", + "absorb": "0,3,1", + "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,50}-{4,40}", + "shop_price": "200", + "examine": "A coif made of blue dragonhide.", + "durability": null, + "low_alchemy": "2000", + "high_alchemy": "3000", + "weight": "1", + "absorb": "0,3,1", + "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,50}-{4,40}", + "shop_price": "200", + "examine": "A coif made of blue dragonhide.", + "durability": null, + "low_alchemy": "2000", + "high_alchemy": "3000", + "weight": "1", + "absorb": "0,3,1", + "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,50}-{4,40}", + "shop_price": "200", + "ge_buy_limit": "100", + "examine": "A worn out coif made of blue dragonhide.", + "durability": null, + "low_alchemy": "2000", + "high_alchemy": "3000", + "weight": "1", + "absorb": "0,3,1", + "equipment_slot": "0", + "grand_exchange_price": "131900", + "name": "Blue d'hide coif 0", + "tradeable": "false", + "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": "false", + "archery_ticket_price": "0", + "id": "12949" + }, + { + "remove_head": "true", + "requirements": "{1,60}-{4,40}", + "shop_price": "300", + "examine": "A coif made of red dragonhide.", + "durability": null, + "low_alchemy": "1400", + "high_alchemy": "2100", + "weight": "1", + "absorb": "0,3,1", + "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,60}-{4,40}", + "shop_price": "300", + "examine": "A coif made of red dragonhide.", + "durability": null, + "low_alchemy": "1400", + "high_alchemy": "2100", + "weight": "1", + "absorb": "0,3,1", + "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,60}-{4,40}", + "shop_price": "300", + "examine": "Fully charged: A coif made of red dragonhide.Fully degraded: A worn out coif made of red dragonhide.", + "durability": null, + "low_alchemy": "1400", + "high_alchemy": "2100", + "weight": "1", + "absorb": "0,3,1", + "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,60}-{4,40}", + "shop_price": "300", + "examine": "A coif made of red dragonhide.", + "durability": null, + "low_alchemy": "1400", + "high_alchemy": "2100", + "weight": "1", + "absorb": "0,3,1", + "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,60}-{4,40}", + "shop_price": "300", + "examine": "A coif made of red dragonhide.", + "durability": null, + "low_alchemy": "1400", + "high_alchemy": "2100", + "weight": "1", + "absorb": "0,3,1", + "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,60}-{4,40}", + "shop_price": "300", + "ge_buy_limit": "100", + "examine": "A worn out coif made of red dragonhide.", + "durability": null, + "low_alchemy": "1400", + "high_alchemy": "2100", + "weight": "1", + "absorb": "0,3,1", + "equipment_slot": "0", + "grand_exchange_price": "156600", + "name": "Red d'hide coif 0", + "tradeable": "false", + "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": "false", + "archery_ticket_price": "0", + "id": "12956" + }, + { + "remove_head": "true", + "requirements": "{1,70}-{4,40}", + "shop_price": "500", + "examine": "A coif made of black dragonhide.", + "durability": null, + "low_alchemy": "2200", + "high_alchemy": "3300", + "weight": "1", + "absorb": "0,3,1", + "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,70}-{4,40}", + "shop_price": "500", + "examine": "A coif made of black dragonhide.", + "durability": null, + "low_alchemy": "2200", + "high_alchemy": "3300", + "weight": "1", + "absorb": "0,3,1", + "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,70}-{4,40}", + "shop_price": "500", + "examine": "A coif made of black dragonhide.", + "durability": null, + "low_alchemy": "2200", + "high_alchemy": "3300", + "weight": "1", + "absorb": "0,3,1", + "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,70}-{4,40}", + "shop_price": "500", + "examine": "A coif made of black dragonhide.", + "durability": null, + "low_alchemy": "2200", + "high_alchemy": "3300", + "weight": "1", + "absorb": "0,3,1", + "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,70}-{4,40}", + "shop_price": "500", + "examine": "Fully charged: A coif made of black dragonhide. Fully degraded: A worn out coif made of black dragonhide.", + "durability": null, + "low_alchemy": "2200", + "high_alchemy": "3300", + "weight": "1", + "absorb": "0,3,1", + "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,70}-{4,40}", + "shop_price": "500", + "ge_buy_limit": "100", + "examine": "A coif made of black dragonhide.", + "durability": null, + "low_alchemy": "2200", + "high_alchemy": "3300", + "weight": "1", + "absorb": "0,3,1", + "equipment_slot": "0", + "grand_exchange_price": "229000", + "name": "Black d'hide coif 0", + "tradeable": "false", + "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": "false", + "archery_ticket_price": "0", + "id": "12963" + }, + { + "remove_head": "true", + "requirements": "{1,20}-{6,10}", + "shop_price": "50", + "examine": "A magical hood, especially created for combat spells.", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "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,20}-{6,10}", + "shop_price": "50", + "examine": "A magical hood, especially created for combat spells.", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "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,20}-{6,10}", + "shop_price": "50", + "examine": "A magical hood, especially created for combat spells.", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "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,20}-{6,10}", + "shop_price": "50", + "examine": "A magical hood, especially created for combat spells.", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "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,20}-{6,10}", + "shop_price": "50", + "examine": "A magical hood, especially created for combat spells.", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "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,20}-{6,10}", + "shop_price": "50", + "ge_buy_limit": "10", + "examine": "A magical hood, especially created for combat spells.", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "weight": "0.8", + "equipment_slot": "0", + "grand_exchange_price": "6511", + "name": "Combat hood 0", + "tradeable": "false", + "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": "false", + "archery_ticket_price": "0", + "id": "12970" + }, + { + "requirements": "{1,20}-{6,10}", + "shop_price": "150", + "examine": "A magical robe top, especially made for combat spells.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "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,20}-{6,10}", + "shop_price": "150", + "examine": "A magical robe top, especially made for combat spells.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "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,20}-{6,10}", + "shop_price": "150", + "examine": "A magical robe top, especially made for combat spells.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "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,20}-{6,10}", + "shop_price": "150", + "examine": "A magical robe top, especially made for combat spells.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "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,20}-{6,10}", + "shop_price": "150", + "examine": "A magical robe top, especially made for combat spells.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "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,20}-{6,10}", + "shop_price": "150", + "ge_buy_limit": "10", + "examine": "A magical robe top, especially made for combat spells.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "4", + "absorb": "2,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "61500", + "name": "Combat robe top 0", + "tradeable": "false", + "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": "false", + "archery_ticket_price": "0", + "id": "12977" + }, + { + "requirements": "{1,20}-{6,10}", + "shop_price": "100", + "examine": "A magical robe bottom, especially created for combat spells.", + "durability": null, + "low_alchemy": "1000", + "high_alchemy": "1500", + "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,20}-{6,10}", + "shop_price": "100", + "examine": "A magical robe bottom, especially created for combat spells.", + "durability": null, + "low_alchemy": "1000", + "high_alchemy": "1500", + "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,20}-{6,10}", + "shop_price": "100", + "examine": "A magical robe bottom, especially created for combat spells.", + "durability": null, + "low_alchemy": "1000", + "high_alchemy": "1500", + "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,20}-{6,10}", + "shop_price": "100", + "examine": "A magical robe bottom, especially created for combat spells.", + "durability": null, + "low_alchemy": "1000", + "high_alchemy": "1500", + "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,20}-{6,10}", + "shop_price": "100", + "examine": "A magical robe bottom, especially created for combat spells.", + "durability": null, + "low_alchemy": "1000", + "high_alchemy": "1500", + "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,20}-{6,10}", + "shop_price": "100", + "ge_buy_limit": "10", + "examine": "A magical robe bottom, especially created for combat spells.", + "durability": null, + "low_alchemy": "1000", + "high_alchemy": "1500", + "weight": "3", + "absorb": "1,0,0", + "equipment_slot": "7", + "grand_exchange_price": "47800", + "name": "Combat robe bottom 0", + "tradeable": "false", + "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": "false", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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": "false", + "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", + "low_alchemy": "120", + "high_alchemy": "180", + "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", + "low_alchemy": "120", + "high_alchemy": "180", + "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": "false", + "archery_ticket_price": "0", + "id": "12990" + }, + { + "requirements": "{1,5}", + "shop_price": "50", + "examine": "I have to keep my hands safe!", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "weight": "10", + "equipment_slot": "9", + "grand_exchange_price": "29844", + "name": "Steel gauntlets", + "archery_ticket_price": "0", + "id": "12991", + "bonuses": "0,0,0,-1,-1,4,5,5,-1,4,4,0,0,0,0" + }, + { + "requirements": "{1,5}", + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "I have to keep my hands safe!", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "weight": "10", + "equipment_slot": "9", + "grand_exchange_price": "27000", + "name": "Worn-out steel gauntlets", + "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": "false", + "archery_ticket_price": "0", + "id": "12993" + }, + { + "requirements": "{1,10}", + "shop_price": "75", + "examine": "I have to keep my hands safe!", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "0.2", + "equipment_slot": "9", + "grand_exchange_price": "50808", + "name": "Black gauntlets", + "archery_ticket_price": "0", + "id": "12994", + "bonuses": "0,0,0,-1,-1,5,6,6,-1,5,5,0,0,0,0" + }, + { + "requirements": "{1,10}", + "shop_price": "75", + "ge_buy_limit": "100", + "examine": "I have to keep my hands safe!", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "0.2", + "equipment_slot": "9", + "grand_exchange_price": "40100", + "name": "Worn-out black gauntlets", + "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": "false", + "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", + "low_alchemy": "1200", + "high_alchemy": "1800", + "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!", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "equipment_slot": "9", + "grand_exchange_price": "54200", + "name": "Worn-out mithril gauntlets", + "archery_ticket_price": "0", + "id": "12998", + "bonuses": "0,0,0,-1,-1,2,2,2,-1,2,2,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "54200", + "durability": null, + "name": "Worn-out mithril gauntlets", + "tradeable": "false", + "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.", + "durability": null, + "low_alchemy": "2000", + "high_alchemy": "3000", + "weight": "0.2", + "equipment_slot": "9", + "grand_exchange_price": "74526", + "name": "Adamant gauntlets", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13000", + "bonuses": "0,0,0,-1,-1,8,9,9,-1,8,8,1,0,0,0" + }, + { + "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, + "low_alchemy": "2000", + "high_alchemy": "3000", + "weight": "0.2", + "equipment_slot": "9", + "grand_exchange_price": "71500", + "name": "Worn-out adamant gauntlets", + "tradeable": "false", + "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": "false", + "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.", + "durability": null, + "low_alchemy": "3000", + "high_alchemy": "4500", + "weight": "0.2", + "equipment_slot": "9", + "grand_exchange_price": "95700", + "name": "Rune gauntlets", + "archery_ticket_price": "0", + "id": "13003", + "bonuses": "0,0,0,-1,-1,10,11,11,-1,10,10,2,0,0,0" + }, + { + "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, + "low_alchemy": "3000", + "high_alchemy": "4500", + "weight": "0.2", + "equipment_slot": "9", + "grand_exchange_price": "99900", + "name": "Worn-out rune gauntlets", + "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": "false", + "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!", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "weight": "0.2", + "equipment_slot": "9", + "grand_exchange_price": "214700", + "name": "Dragon gauntlets", + "archery_ticket_price": "0", + "id": "13006", + "bonuses": "0,0,0,-1,-1,14,15,15,-1,14,14,3,0,0,0" + }, + { + "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, + "low_alchemy": "20000", + "high_alchemy": "30000", + "weight": "0.2", + "equipment_slot": "9", + "grand_exchange_price": "166200", + "name": "Worn-out dragon gauntlets", + "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": "false", + "archery_ticket_price": "0", + "id": "13008" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "13011" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "13013" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "13015" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "13017" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "13019" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "13021" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "13023" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "13025" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "13027" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "13029" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "13031" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "13033" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "13035" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "13037" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "13039" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13040" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13041" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "13043" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "13045" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "13047" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13048" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13049" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13050" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "13052" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "13054" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13055" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "13057" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "13059" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13060" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "13062" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "13064" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "13066" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13067" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13068" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13069" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13070" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13071" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13072" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13074" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13075" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "13077" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13078" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13079" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13080" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "A black crossbow.", + "walk_anim": "4226", + "low_alchemy": "320", + "turn90ccw_anim": "822", + "attack_speed": "6", + "turn180_anim": "4227", + "equipment_slot": "3", + "grand_exchange_price": "261", + "stand_anim": "4591", + "tradeable": "true", + "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", + "requirements": "{4,33}", + "durability": null, + "high_alchemy": "480", + "weight": "5", + "weapon_interface": "17", + "render_anim": "175", + "attack_audios": "2700,0,0,0", + "name": "Black crossbow" + }, + { + "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.", + "durability": null, + "low_alchemy": "5", + "high_alchemy": "8", + "equipment_slot": "13", + "grand_exchange_price": "55", + "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" + }, + { + "requirements": "{4,33}", + "ge_buy_limit": "100", + "examine": "Black crossbow bolts.", + "durability": null, + "low_alchemy": "5", + "high_alchemy": "8", + "equipment_slot": "13", + "grand_exchange_price": "141", + "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" + }, + { + "requirements": "{4,33}", + "ge_buy_limit": "100", + "examine": "Black crossbow bolts.", + "durability": null, + "low_alchemy": "5", + "high_alchemy": "8", + "equipment_slot": "13", + "grand_exchange_price": "233", + "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" + }, + { + "requirements": "{4,33}", + "ge_buy_limit": "100", + "examine": "Black crossbow bolts.", + "durability": null, + "low_alchemy": "5", + "high_alchemy": "8", + "equipment_slot": "13", + "grand_exchange_price": "1690", + "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" + }, + { + "requirements": "{0,8}", + "ge_buy_limit": "2", + "examine": "A sapphire-topped cane.", + "durability": null, + "low_alchemy": "172", + "high_alchemy": "258", + "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, + "low_alchemy": "576", + "high_alchemy": "864", + "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, + "low_alchemy": "5760", + "high_alchemy": "8640", + "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" + }, + { + "ge_buy_limit": "2", + "examine": "Comes with a free rabbit!", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "weight": "1", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "160400", + "name": "Top hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13101" + }, + { + "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", + "low_alchemy": "100", + "high_alchemy": "150", + "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, + "low_alchemy": "400", + "high_alchemy": "600", + "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", + "ge_buy_limit": "2", + "examine": "Shear elegance.", + "durability": null, + "low_alchemy": "320", + "high_alchemy": "480", + "weight": "1", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "296700", + "name": "Sheep mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13107" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "296700", + "durability": null, + "name": "Sheep mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13108" + }, + { + "remove_head": "true", + "ge_buy_limit": "2", + "examine": "I can get the look right, but can I do the waddle too?", + "durability": null, + "low_alchemy": "320", + "high_alchemy": "480", + "weight": "1", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "633600", + "name": "Penguin mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13109" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "633600", + "durability": null, + "name": "Penguin mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13110" + }, + { + "remove_head": "true", + "ge_buy_limit": "2", + "examine": "The bats have left the belltower.", + "durability": null, + "low_alchemy": "320", + "high_alchemy": "480", + "weight": "1", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "399000", + "name": "Bat mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13111" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "399000", + "durability": null, + "name": "Bat mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13112" + }, + { + "remove_head": "true", + "ge_buy_limit": "2", + "examine": "It's the year of the cat!", + "durability": null, + "low_alchemy": "320", + "high_alchemy": "480", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "1200000", + "name": "Cat mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13113" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1200000", + "durability": null, + "name": "Cat mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13114" + }, + { + "remove_head": "true", + "ge_buy_limit": "2", + "examine": "I'm hungry like the wolf.", + "durability": null, + "low_alchemy": "320", + "high_alchemy": "480", + "weight": "1", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "1500000", + "name": "Wolf mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13115" + }, + { + "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": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "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": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "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", + "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": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "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": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "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": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "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": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "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": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "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": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "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": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "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": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "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": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "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": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "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": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "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": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "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": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "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": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "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": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "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": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "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": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "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": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "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": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "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": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "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": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "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": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "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": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "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": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "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": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "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": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "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": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "weight": "1", + "archery_ticket_price": "0", + "id": "13153" + }, + { + "examine": "A chain made from mithril and silver.", + "durability": null, + "name": "Silvthril chain", + "low_alchemy": "1", + "high_alchemy": "1", + "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)", + "low_alchemy": "1", + "high_alchemy": "1", + "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)", + "low_alchemy": "1", + "high_alchemy": "1", + "weight": "1", + "archery_ticket_price": "0", + "id": "13156", + "equipment_slot": "3" + }, + { + "examine": "A Vyrewatch corpse. Just a husk, really.", + "durability": null, + "name": "Vyre corpse", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "2", + "tradeable": "false", + "high_alchemy": "3", + "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.", + "durability": null, + "low_alchemy": "172", + "high_alchemy": "258", + "weight": "0.5", + "attack_speed": "5", + "weapon_interface": "10", + "equipment_slot": "3", + "grand_exchange_price": "115390", + "name": "Black cane", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13163", + "bonuses": "0,-2,16,0,0,0,0,0,0,0,0,13,2,0,0" + }, + { + "examine": "A ruby-topped cane.", + "durability": null, + "low_alchemy": "576", + "high_alchemy": "864", + "weight": "0.5", + "weapon_interface": "10", + "equipment_slot": "3", + "grand_exchange_price": "18514", + "name": "Adamant cane", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13164", + "bonuses": "0,-2,25,0,0,0,0,0,0,0,0,23,3,0,0" + }, + { + "examine": "A diamond-topped cane.", + "durability": null, + "low_alchemy": "5760", + "high_alchemy": "8640", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "100", + "high_alchemy": "150", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "13167", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "Spikier than normal.", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "weight": "10", + "equipment_slot": "0", + "grand_exchange_price": "39643", + "name": "Spiked helmet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13168", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "Shear elegance.", + "durability": null, + "low_alchemy": "320", + "high_alchemy": "480", + "weight": "1", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "313558", + "name": "Sheep mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13169" + }, + { + "remove_head": "true", + "examine": "I can get the look right, but can I do the waddle too?", + "durability": null, + "low_alchemy": "320", + "high_alchemy": "480", + "weight": "1", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "609515", + "name": "Penguin mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13170" + }, + { + "remove_head": "true", + "examine": "The bats have left the belltower.", + "durability": null, + "low_alchemy": "320", + "high_alchemy": "480", + "weight": "1", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "371616", + "name": "Bat mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13171" + }, + { + "remove_head": "true", + "lendable": "true", + "examine": "It's the year of the cat!", + "grand_exchange_price": "1066648", + "durability": null, + "name": "Cat mask", + "tradeable": "true", + "low_alchemy": "320", + "high_alchemy": "480", + "archery_ticket_price": "0", + "id": "13172", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "I'm hungry like the wolf.", + "durability": null, + "low_alchemy": "320", + "high_alchemy": "480", + "weight": "1", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "1303443", + "name": "Wolf mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13173" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Blue navy slacks", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "13174", + "equipment_slot": "7" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Green navy slacks", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "13175", + "equipment_slot": "7" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Red navy slacks", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "13176", + "equipment_slot": "7" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Brown navy slacks", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "13177", + "equipment_slot": "7" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Black navy slacks", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "13178", + "equipment_slot": "7" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Purple navy slacks", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "13179", + "equipment_slot": "7" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Grey navy slacks", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "40", + "tradeable": "false", + "high_alchemy": "60", + "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", + "low_alchemy": "40", + "tradeable": "false", + "high_alchemy": "60", + "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", + "low_alchemy": "40", + "tradeable": "false", + "high_alchemy": "60", + "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", + "low_alchemy": "40", + "tradeable": "false", + "high_alchemy": "60", + "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", + "low_alchemy": "40", + "tradeable": "false", + "high_alchemy": "60", + "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", + "low_alchemy": "40", + "tradeable": "false", + "high_alchemy": "60", + "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", + "low_alchemy": "40", + "tradeable": "false", + "high_alchemy": "60", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "5", + "high_alchemy": "8", + "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, + "low_alchemy": "260", + "high_alchemy": "390", + "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, + "low_alchemy": "160", + "high_alchemy": "240", + "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, + "low_alchemy": "20", + "high_alchemy": "30", + "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, + "low_alchemy": "20", + "high_alchemy": "30", + "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, + "low_alchemy": "20", + "high_alchemy": "30", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "13", + "destroy_message": "Drop", + "grand_exchange_price": "34", + "name": "Broad-tipped bolts", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13280", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,135" + }, + { + "shop_price": "150", + "examine": "An enchanted ring.", + "durability": null, + "low_alchemy": "60", + "high_alchemy": "90", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "12", + "destroy_message": "Drop", + "name": "Ring of slaying(8)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13281", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "150", + "examine": "An enchanted ring.", + "durability": null, + "low_alchemy": "60", + "high_alchemy": "90", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "12", + "destroy_message": "Drop", + "name": "Ring of slaying(7)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13282", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "150", + "examine": "An enchanted ring.", + "durability": null, + "low_alchemy": "60", + "high_alchemy": "90", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "12", + "destroy_message": "Drop", + "name": "Ring of slaying(6)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13283", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "150", + "examine": "An enchanted ring.", + "durability": null, + "low_alchemy": "60", + "high_alchemy": "90", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "12", + "destroy_message": "Drop", + "name": "Ring of slaying(5)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13284", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "150", + "examine": "An enchanted ring.", + "durability": null, + "low_alchemy": "60", + "high_alchemy": "90", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "12", + "destroy_message": "Drop", + "name": "Ring of slaying(4)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13285", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "150", + "examine": "An enchanted ring.", + "durability": null, + "low_alchemy": "60", + "high_alchemy": "90", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "12", + "destroy_message": "Drop", + "name": "Ring of slaying(3)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13286", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "150", + "examine": "An enchanted ring.", + "durability": null, + "low_alchemy": "60", + "high_alchemy": "90", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "12", + "destroy_message": "Drop", + "name": "Ring of slaying(2)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13287", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "150", + "examine": "An enchanted ring.", + "durability": null, + "low_alchemy": "60", + "high_alchemy": "90", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "12", + "destroy_message": "Drop", + "name": "Ring of slaying(1)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13288", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "turn90cw_anim": "1207", + "examine": "A razor-sharp sword.", + "walk_anim": "1205", + "low_alchemy": "27200", + "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", + "destroy_message": "Drop", + "grand_exchange_price": "43082", + "stand_anim": "813", + "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,55}-{18,50}", + "shop_price": "68000", + "durability": null, + "high_alchemy": "40800", + "destroy": "true", + "weapon_interface": "5", + "attack_audios": "2500,2500,2517,2500", + "name": "Leaf-bladed sword" + }, + { + "shop_price": "68000", + "examine": "A razor-sharp sword.", + "durability": null, + "low_alchemy": "27200", + "high_alchemy": "40800", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "43082", + "name": "Leaf-bladed sword", + "tradeable": "true", + "archery_ticket_price": "0", + "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.", + "examine": "", + "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.", + "examine": "", + "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.", + "examine": "", + "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" + }, + { + "examine": "", + "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" + }, + { + "examine": "", + "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, + "low_alchemy": "20", + "high_alchemy": "30", + "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": "false", + "archery_ticket_price": "0", + "id": "13337", + "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, + "low_alchemy": "20", + "high_alchemy": "30", + "destroy": "true", + "attack_speed": "4", + "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": "false", + "archery_ticket_price": "0", + "id": "13338" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A (colour) bandana and a patch for the right eye.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Bandana and eyepatch", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13339", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A (colour) bandana and a patch for both eyes.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Bandana and eyepatches", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13340", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A (colour) bandana and a patch for the right eye.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Bandana and eyepatch", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13341", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A (colour) bandana and a patch for both eyes.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Bandana and eyepatches", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13342", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A (colour) bandana and a patch for the right eye.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Bandana and eyepatch", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13343", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A (colour) bandana and a patch for both eyes.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Bandana and eyepatches", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13344", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A (colour) bandana and a patch for the right eye.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Bandana and eyepatch", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13345", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A (colour) bandana and a patch for both eyes.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Bandana and eyepatches", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13346", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A (colour) bandana and a patch for the right eye.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Bandana and eyepatch", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13347", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A (colour) bandana and a patch for both eyes.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Bandana and eyepatches", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13348", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A (colour) bandana and a patch for the right eye.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Bandana and eyepatch", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13349", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A (colour) bandana and a patch for both eyes.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Bandana and eyepatches", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13350", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A (colour) bandana and a patch for the right eye.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Bandana and eyepatch", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13351", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A (colour) bandana and a patch for both eyes.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Bandana and eyepatches", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13352", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "100", + "examine": "It's dark, and I'm wearing two patches. Hit it!", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Double eyepatches", + "tradeable": "false", + "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, + "low_alchemy": "40", + "high_alchemy": "60", + "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, + "low_alchemy": "40", + "high_alchemy": "60", + "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" + }, + { + "shop_price": "100", + "examine": "A patch for the left eye.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "23485", + "name": "Left eyepatch", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13356" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A hat and a patch.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "examine": "", + "durability": null, + "low_alchemy": "120", + "high_alchemy": "180", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "name": "Stripy pirate shirt", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13358", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "300", + "examine": "", + "durability": null, + "name": "Stripy pirate shirt", + "tradeable": "false", + "low_alchemy": "120", + "high_alchemy": "180", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13359" + }, + { + "shop_price": "300", + "examine": "", + "durability": null, + "low_alchemy": "120", + "high_alchemy": "180", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "name": "Stripy pirate shirt", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13360", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "300", + "examine": "", + "durability": null, + "name": "Stripy pirate shirt", + "tradeable": "false", + "low_alchemy": "120", + "high_alchemy": "180", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13361" + }, + { + "shop_price": "300", + "examine": "", + "durability": null, + "low_alchemy": "120", + "high_alchemy": "180", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "name": "Stripy pirate shirt", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13362", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "300", + "examine": "", + "durability": null, + "name": "Stripy pirate shirt", + "tradeable": "false", + "low_alchemy": "120", + "high_alchemy": "180", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13363" + }, + { + "shop_price": "350", + "examine": "", + "durability": null, + "low_alchemy": "140", + "high_alchemy": "210", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "7", + "destroy_message": "Drop", + "grand_exchange_price": "1", + "name": "Pirate leggings", + "tradeable": "false", + "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", + "examine": "", + "durability": null, + "low_alchemy": "140", + "high_alchemy": "210", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "1", + "name": "Pirate leggings", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13365" + }, + { + "shop_price": "350", + "examine": "", + "durability": null, + "low_alchemy": "140", + "high_alchemy": "210", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "7", + "destroy_message": "Drop", + "grand_exchange_price": "1", + "name": "Pirate leggings", + "tradeable": "false", + "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", + "examine": "", + "durability": null, + "low_alchemy": "140", + "high_alchemy": "210", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "1", + "name": "Pirate leggings", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13367" + }, + { + "shop_price": "350", + "examine": "", + "durability": null, + "low_alchemy": "140", + "high_alchemy": "210", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "7", + "destroy_message": "Drop", + "grand_exchange_price": "1", + "name": "Pirate leggings", + "tradeable": "false", + "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", + "examine": "", + "durability": null, + "low_alchemy": "140", + "high_alchemy": "210", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "1", + "name": "Pirate leggings", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13369" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "Essential pirate wear.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Bandana", + "tradeable": "false", + "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", + "examine": "Essential pirate wear.", + "durability": null, + "name": "Bandana", + "tradeable": "false", + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13371" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "Essential pirate wear.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Bandana", + "tradeable": "false", + "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", + "examine": "Essential pirate wear.", + "durability": null, + "name": "Bandana", + "tradeable": "false", + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13373" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "Essential pirate wear.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Bandana", + "tradeable": "false", + "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", + "examine": "Essential pirate wear.", + "durability": null, + "name": "Bandana", + "tradeable": "false", + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13375" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A (colour) bandana and a patch for the right eye.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Bandana and eyepatch", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13376", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A (colour) bandana and a patch for the right eye.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Bandana and eyepatch", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13377", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A (colour) bandana and a patch for the right eye.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Bandana and eyepatch", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13378", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,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" + }, + { + "examine": "Wall beast fingers in a white fern sauce.", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "name": "Fingers", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13386", + "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" + }, + { + "shop_price": "300", + "examine": "A replica tinderbox made of solid gold.", + "durability": null, + "low_alchemy": "120", + "high_alchemy": "180", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "name": "Golden tinderbox", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13403", + "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, + "low_alchemy": "48000", + "high_alchemy": "72000", + "destroy": "true", + "attack_speed": "9", + "two_handed": "true", + "weapon_interface": "16", + "absorb": "0,0,0", + "render_anim": "303", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "86850", + "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" + }, + { + "examine": "", + "durability": null, + "low_alchemy": "40000", + "high_alchemy": "60000", + "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" + }, + { + "examine": "This helmet is worn by archers.", + "durability": null, + "low_alchemy": "31200", + "high_alchemy": "46800", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,3,1", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "46334", + "name": "Archer helm", + "archery_ticket_price": "0", + "id": "13407", + "bonuses": "-5,-5,-5,-5,6,6,8,10,6,6,0,0,0,0,0" + }, + { + "examine": "This helmet is worn by berserkers.", + "durability": null, + "low_alchemy": "31200", + "high_alchemy": "46800", + "destroy": "true", + "attack_speed": "4", + "absorb": "1,0,3", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "45978", + "name": "Berserker helm", + "archery_ticket_price": "0", + "id": "13408", + "bonuses": "0,0,0,-5,-5,31,29,33,0,30,7,3,0,0,0" + }, + { + "examine": "This helm is worn by warriors.", + "durability": null, + "low_alchemy": "31200", + "high_alchemy": "46800", + "destroy": "true", + "attack_speed": "4", + "absorb": "1,0,3", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "45664", + "name": "Warrior helm", + "archery_ticket_price": "0", + "id": "13409", + "bonuses": "0,5,0,-5,-5,31,33,29,0,30,7,0,0,0,0" + }, + { + "examine": "This helm is worn by farseers.", + "durability": null, + "low_alchemy": "31200", + "high_alchemy": "46800", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,1,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "45989", + "name": "Farseer helm", + "archery_ticket_price": "0", + "id": "13410", + "bonuses": "-5,-5,-5,6,-5,8,10,12,6,0,7,0,0,0,0" + }, + { + "examine": "Protective headwear made from crabs. Better than it sounds.", + "durability": null, + "low_alchemy": "14080", + "high_alchemy": "21120", + "destroy": "true", + "attack_speed": "4", + "absorb": "1,0,3", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "20378", + "name": "Rock-shell helm", + "archery_ticket_price": "0", + "id": "13411", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,6,0,0,0,0" + }, + { + "examine": "A sturdy body armour made from rock crab pieces.", + "durability": null, + "low_alchemy": "26000", + "high_alchemy": "39000", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,6", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "41788", + "name": "Rock-shell plate", + "archery_ticket_price": "0", + "id": "13412", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,30,0,0,0,0" + }, + { + "examine": "Some tough leggings made from rock crab parts.", + "durability": null, + "low_alchemy": "25600", + "high_alchemy": "38400", + "destroy": "true", + "attack_speed": "4", + "absorb": "2,0,4", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "37139", + "name": "Rock-shell legs", + "archery_ticket_price": "0", + "id": "13413", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,10,0,0,0,0" + }, + { + "examine": "A helm fit for any Fremennik ranger.", + "durability": null, + "low_alchemy": "24000", + "high_alchemy": "36000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,3,1", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "37724", + "name": "Spined helm", + "archery_ticket_price": "0", + "id": "13414", + "bonuses": "0,-6,-6,-6,6,6,6,6,6,0,6,0,0,0,0" + }, + { + "examine": "A constant reminder that I'm above a Dagannoth in the food chain.", + "durability": null, + "low_alchemy": "3000", + "high_alchemy": "4500", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,6,3", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "5773", + "name": "Spined body", + "archery_ticket_price": "0", + "id": "13415", + "bonuses": "0,0,0,-15,15,40,32,45,20,40,30,0,0,0,0" + }, + { + "examine": "Stylish leg armour for rangers with a lingering smell of raw fish...", + "durability": null, + "low_alchemy": "1560", + "high_alchemy": "2340", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,4,2", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "2696", + "name": "Spined chaps", + "archery_ticket_price": "0", + "id": "13416", + "bonuses": "0,0,0,-10,8,22,16,24,8,22,10,0,0,0,0" + }, + { + "examine": "Make your foes cower by wearing a skull as a helmet!", + "durability": null, + "low_alchemy": "4000", + "high_alchemy": "6000", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,1,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "39060", + "name": "Skeletal helm", + "archery_ticket_price": "0", + "id": "13417", + "bonuses": "0,0,0,2,-2,10,9,11,3,0,6,0,0,0,0" + }, + { + "examine": "The bones in this armour seems to vibrate with a magic quality...", + "durability": null, + "low_alchemy": "18000", + "high_alchemy": "27000", + "destroy": "true", + "attack_speed": "4", + "absorb": "6,3,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "26289", + "name": "Skeletal top", + "archery_ticket_price": "0", + "id": "13418", + "bonuses": "0,0,0,8,-10,35,25,42,15,0,30,0,0,0,0" + }, + { + "examine": "A superior set of strengthened slacks for any self respecting seer.", + "durability": null, + "low_alchemy": "16000", + "high_alchemy": "24000", + "destroy": "true", + "attack_speed": "4", + "absorb": "4,2,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "24591", + "name": "Skeletal bottoms", + "archery_ticket_price": "0", + "id": "13419", + "bonuses": "0,0,0,6,-7,22,20,24,10,0,10,0,0,0,0" + }, + { + "examine": "Some finely crafted Fremennik boots, made from spined dagannoth hide.", + "durability": null, + "low_alchemy": "260", + "high_alchemy": "390", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "158181", + "name": "Spined boots", + "archery_ticket_price": "0", + "id": "13420", + "bonuses": "0,0,0,0,0,1,1,0,0,0,1,0,0,0,0" + }, + { + "examine": "Some Fremennik boots, made from the shards of a rock crab's shell.", + "durability": null, + "low_alchemy": "260", + "high_alchemy": "390", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1358", + "name": "Rock-shell boots", + "archery_ticket_price": "0", + "id": "13421", + "bonuses": "0,0,0,0,0,0,1,1,0,0,1,0,0,0,0" + }, + { + "examine": "Some finely crafted Fremennik boots, made from the bones of a Wallasalki.", + "durability": null, + "low_alchemy": "260", + "high_alchemy": "390", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "7788", + "name": "Skeletal boots", + "archery_ticket_price": "0", + "id": "13422", + "bonuses": "0,0,0,0,0,0,1,1,0,0,1,0,0,0,0" + }, + { + "examine": "Fremennik gloves stitched together from spined dagannoth hide.", + "durability": null, + "low_alchemy": "260", + "high_alchemy": "390", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "3027", + "name": "Spined gloves", + "archery_ticket_price": "0", + "id": "13423", + "bonuses": "0,0,0,0,0,1,2,0,0,0,0,0,0,0,0" + }, + { + "examine": "Fremennik gloves stitched together from rock crab shell shards.", + "durability": null, + "low_alchemy": "260", + "high_alchemy": "390", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "12839", + "name": "Rock-shell gloves", + "archery_ticket_price": "0", + "id": "13424", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0" + }, + { + "examine": "Fremennik gloves stitched together from wallasalki bones fragments.", + "durability": null, + "low_alchemy": "260", + "high_alchemy": "390", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "25838", + "name": "Skeletal gloves", + "archery_ticket_price": "0", + "id": "13425", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0" + }, + { + "examine": "A mysterious ring that can fill the wearer with magical power...", + "durability": null, + "low_alchemy": "4000", + "high_alchemy": "6000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "799703", + "name": "Seers ring", + "archery_ticket_price": "0", + "id": "13426", + "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0" + }, + { + "examine": "A fabled ring that improves the wearer's skill with a bow...", + "durability": null, + "low_alchemy": "4000", + "high_alchemy": "6000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "483521", + "name": "Archers ring", + "archery_ticket_price": "0", + "id": "13427", + "bonuses": "0,0,0,0,4,0,0,0,0,4,0,0,0,0,0" + }, + { + "examine": "A legendary ring once worn by Fremennik warriors.", + "durability": null, + "low_alchemy": "4000", + "high_alchemy": "6000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "361302", + "name": "Warrior ring", + "archery_ticket_price": "0", + "id": "13428", + "bonuses": "0,4,0,0,0,0,4,0,0,0,0,0,0,0,0" + }, + { + "examine": "A ring reputed to bring out a berserk fury in its wearer.", + "durability": null, + "low_alchemy": "4000", + "high_alchemy": "6000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "963418", + "name": "Berserker ring", + "archery_ticket_price": "0", + "id": "13429", + "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, + "low_alchemy": "88000", + "high_alchemy": "132000", + "destroy": "true", + "attack_speed": "7", + "two_handed": "true", + "weapon_interface": "7", + "absorb": "0,0,0", + "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, + "low_alchemy": "8", + "high_alchemy": "12", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "25", + "name": "Crayfish cage", + "archery_ticket_price": "0", + "id": "13431", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "20", + "examine": "Useful for catching crayfish.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "25", + "name": "Crayfish cage", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13432" + }, + { + "shop_price": "5", + "examine": "Some cooked crayfish. Eat it to heal.", + "durability": null, + "low_alchemy": "2", + "high_alchemy": "3", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "32", + "name": "Crayfish", + "archery_ticket_price": "0", + "id": "13433", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "5", + "examine": "Some cooked crayfish. Eat it to heal.", + "durability": null, + "low_alchemy": "2", + "high_alchemy": "3", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "32", + "name": "Crayfish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13434" + }, + { + "shop_price": "5", + "examine": "I should try cooking this. Used in Cooking (1).", + "durability": null, + "low_alchemy": "2", + "high_alchemy": "3", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "41", + "name": "Raw crayfish", + "archery_ticket_price": "0", + "id": "13435", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "5", + "examine": "I should try cooking this. Used in Cooking (1).", + "durability": null, + "low_alchemy": "2", + "high_alchemy": "3", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "41", + "name": "Raw crayfish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13436" + }, + { + "shop_price": "1", + "durability": null, + "name": "Burnt crayfish", + "archery_ticket_price": "0", + "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", + "durability": null, + "name": "Burnt crayfish", + "tradeable": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13438" + }, + { + "destroy_message": "", + "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" + }, + { + "destroy_message": "", + "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" + }, + { + "examine": "A very powerful onyx amulet.", + "durability": null, + "low_alchemy": "80800", + "high_alchemy": "121200", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "2285210", + "name": "Amulet of fury", + "archery_ticket_price": "0", + "id": "13442", + "bonuses": "10,10,10,10,10,15,15,15,15,15,15,8,0,5,0" + }, + { + "examine": "A cape woven of obsidian plates.", + "durability": null, + "low_alchemy": "24000", + "high_alchemy": "36000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "56575", + "name": "Obsidian cape", + "archery_ticket_price": "0", + "id": "13443", + "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, + "low_alchemy": "48000", + "high_alchemy": "72000", + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "11", + "absorb": "0,0,0", + "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, + "low_alchemy": "20000", + "high_alchemy": "30000", + "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" + }, + { + "destroy_message": "", + "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" + }, + { + "destroy_message": "", + "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" + }, + { + "destroy_message": "", + "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" + }, + { + "examine": "Protects your head and looks impressive too.", + "durability": null, + "low_alchemy": "60000", + "high_alchemy": "90000", + "destroy": "true", + "attack_speed": "4", + "absorb": "2,0,4", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "5756658", + "name": "Dragon full helm", + "archery_ticket_price": "0", + "id": "13449", + "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, + "low_alchemy": "500000", + "high_alchemy": "750000", + "destroy": "true", + "attack_speed": "6", + "two_handed": "true", + "weapon_interface": "7", + "absorb": "0,0,0", + "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, + "low_alchemy": "500000", + "high_alchemy": "750000", + "destroy": "true", + "attack_speed": "6", + "two_handed": "true", + "weapon_interface": "7", + "absorb": "0,0,0", + "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, + "low_alchemy": "500000", + "high_alchemy": "750000", + "destroy": "true", + "attack_speed": "6", + "two_handed": "true", + "weapon_interface": "7", + "absorb": "0,0,0", + "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, + "low_alchemy": "500000", + "high_alchemy": "750000", + "destroy": "true", + "attack_speed": "6", + "two_handed": "true", + "weapon_interface": "7", + "absorb": "0,0,0", + "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, + "low_alchemy": "40000", + "high_alchemy": "60000", + "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, + "low_alchemy": "8000", + "high_alchemy": "12000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,5,2", + "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, + "low_alchemy": "24000", + "high_alchemy": "36000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,10,5", + "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, + "low_alchemy": "20000", + "high_alchemy": "30000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,7,3", + "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" + }, + { + "examine": "A sturdy chestplate.", + "durability": null, + "low_alchemy": "106000", + "high_alchemy": "159000", + "destroy": "true", + "attack_speed": "4", + "absorb": "4,0,9", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "6460055", + "name": "Bandos chestplate", + "archery_ticket_price": "0", + "id": "13458", + "bonuses": "0,0,0,-15,-10,98,93,105,-6,133,52,4,0,1,0" + }, + { + "examine": "A sturdy pair of tassets.", + "durability": null, + "low_alchemy": "109000", + "high_alchemy": "163500", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,6", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "4228256", + "name": "Bandos tassets", + "archery_ticket_price": "0", + "id": "13459", + "bonuses": "0,0,0,-21,-7,71,63,66,-4,93,25,2,0,1,0" + }, + { + "examine": "Some sturdy boots.", + "durability": null, + "low_alchemy": "10000", + "high_alchemy": "15000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "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, + "low_alchemy": "52000", + "high_alchemy": "78000", + "destroy": "true", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "7", + "absorb": "0,0,0", + "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, + "low_alchemy": "8000", + "high_alchemy": "12000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "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" + }, + { + "destroy_message": "", + "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 of these from Doric.", + "examine": "Doric's instructions for the task he gave you.", + "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, + "low_alchemy": "12000", + "high_alchemy": "18000", + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "5", + "absorb": "0,0,0", + "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", + "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", + "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", + "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 hatchet.", + "durability": null, + "low_alchemy": "5120", + "high_alchemy": "7680", + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "2", + "absorb": "0,0,0", + "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 hatchet.", + "has_special": "true", + "durability": null, + "low_alchemy": "22000", + "high_alchemy": "33000", + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "2", + "absorb": "0,0,0", + "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, + "low_alchemy": "16640", + "high_alchemy": "24960", + "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, + "low_alchemy": "80000", + "high_alchemy": "120000", + "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,395,395", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "123019", + "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, + "low_alchemy": "16600", + "high_alchemy": "24900", + "destroy": "true", + "attack_speed": "6", + "weapon_interface": "10", + "absorb": "0,0,0", + "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, + "low_alchemy": "12800", + "high_alchemy": "19200", + "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, + "low_alchemy": "40000", + "high_alchemy": "60000", + "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, + "low_alchemy": "10240", + "high_alchemy": "15360", + "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, + "low_alchemy": "40000", + "high_alchemy": "60000", + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "6", + "absorb": "0,0,0", + "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, + "low_alchemy": "130000", + "high_alchemy": "195000", + "destroy": "true", + "attack_speed": "7", + "two_handed": "true", + "weapon_interface": "15", + "absorb": "0,0,0", + "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, + "low_alchemy": "20000", + "high_alchemy": "30000", + "destroy": "true", + "weight": "1.8", + "attack_speed": "5", + "weapon_interface": "8", + "absorb": "0,0,0", + "defence_anim": "397", + "attack_anims": "390,390,381,390", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "28817", + "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, + "low_alchemy": "12800", + "high_alchemy": "19200", + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "4", + "absorb": "0,0,0", + "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" + }, + { + "examine": "A series of connected metal rings.", + "durability": null, + "low_alchemy": "100000", + "high_alchemy": "150000", + "destroy": "true", + "attack_speed": "4", + "absorb": "4,0,9", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "2280904", + "name": "Dragon chainbody", + "archery_ticket_price": "0", + "id": "13481", + "bonuses": "0,0,0,-15,0,81,93,98,-3,82,50,0,0,0,0" + }, + { + "examine": "Provides excellent protection.", + "durability": null, + "low_alchemy": "26000", + "high_alchemy": "39000", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,6", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "38062", + "name": "Rune platebody", + "archery_ticket_price": "0", + "id": "13482", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" + }, + { + "examine": "Made from 100% real dragonhide.", + "durability": null, + "low_alchemy": "3120", + "high_alchemy": "4680", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,6,3", + "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, + "low_alchemy": "3744", + "high_alchemy": "5616", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,6,3", + "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, + "low_alchemy": "4492", + "high_alchemy": "6738", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,6,3", + "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, + "low_alchemy": "5392", + "high_alchemy": "8088", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,6,3", + "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" + }, + { + "examine": "These look pretty heavy.", + "durability": null, + "low_alchemy": "25600", + "high_alchemy": "38400", + "destroy": "true", + "attack_speed": "4", + "absorb": "2,0,4", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "37355", + "name": "Rune platelegs", + "archery_ticket_price": "0", + "id": "13487", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "examine": "Looks pretty heavy.", + "durability": null, + "low_alchemy": "108000", + "high_alchemy": "162000", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,6", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "160755", + "name": "Dragon platelegs", + "archery_ticket_price": "0", + "id": "13488", + "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0" + }, + { + "examine": "Designer leg protection.", + "durability": null, + "low_alchemy": "25600", + "high_alchemy": "38400", + "destroy": "true", + "attack_speed": "4", + "absorb": "2,0,4", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "37248", + "name": "Rune plateskirt", + "archery_ticket_price": "0", + "id": "13489", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "examine": "This looks pretty heavy.", + "durability": null, + "low_alchemy": "108000", + "high_alchemy": "162000", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,6", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "161006", + "name": "Dragon plateskirt", + "archery_ticket_price": "0", + "id": "13490", + "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0" + }, + { + "examine": "100% real dragonhide.", + "durability": null, + "low_alchemy": "1560", + "high_alchemy": "2340", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,4,2", + "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, + "low_alchemy": "1728", + "high_alchemy": "2592", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,5,2", + "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, + "low_alchemy": "2072", + "high_alchemy": "3108", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,6,3", + "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, + "low_alchemy": "2488", + "high_alchemy": "3732", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,7,3", + "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, + "low_alchemy": "40000", + "high_alchemy": "60000", + "destroy": "true", + "attack_speed": "4", + "absorb": "2,0,4", + "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" + }, + { + "examine": "A full face helmet.", + "durability": null, + "low_alchemy": "14080", + "high_alchemy": "21120", + "destroy": "true", + "attack_speed": "4", + "absorb": "1,0,3", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "20388", + "name": "Rune full helm", + "archery_ticket_price": "0", + "id": "13496", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" + }, + { + "examine": "Made from 100% real dragonhide.", + "durability": null, + "low_alchemy": "1000", + "high_alchemy": "1500", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "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, + "low_alchemy": "1200", + "high_alchemy": "1800", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "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, + "low_alchemy": "1440", + "high_alchemy": "2160", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "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, + "low_alchemy": "1728", + "high_alchemy": "2592", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "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" + }, + { + "examine": "A wooden helmet.", + "durability": null, + "low_alchemy": "4000", + "high_alchemy": "6000", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,1,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "5210", + "name": "Splitbark helm", + "archery_ticket_price": "0", + "id": "13501", + "bonuses": "0,0,0,3,-2,10,9,11,3,0,7,0,0,0,0" + }, + { + "examine": "Provides good protection.", + "durability": null, + "low_alchemy": "18000", + "high_alchemy": "27000", + "destroy": "true", + "attack_speed": "4", + "absorb": "6,3,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "27106", + "name": "Splitbark body", + "archery_ticket_price": "0", + "id": "13502", + "bonuses": "0,0,0,10,-10,36,26,42,15,0,40,0,0,0,0" + }, + { + "examine": "These should protect my legs.", + "durability": null, + "low_alchemy": "16000", + "high_alchemy": "24000", + "destroy": "true", + "attack_speed": "4", + "absorb": "4,2,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "56050", + "name": "Splitbark legs", + "archery_ticket_price": "0", + "id": "13503", + "bonuses": "0,0,0,7,-7,22,20,25,10,0,15,0,0,0,0" + }, + { + "examine": "These should keep my hands safe.", + "durability": null, + "low_alchemy": "2000", + "high_alchemy": "3000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "2442", + "name": "Splitbark gauntlets", + "archery_ticket_price": "0", + "id": "13504", + "bonuses": "0,0,0,2,-1,3,2,4,2,0,3,0,0,0,0" + }, + { + "examine": "Wooden foot protection.", + "durability": null, + "low_alchemy": "2000", + "high_alchemy": "3000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "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, + "low_alchemy": "200000", + "high_alchemy": "300000", + "destroy": "true", + "attack_speed": "4", + "absorb": "5,0,11", + "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, + "low_alchemy": "21760", + "high_alchemy": "32640", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,7", + "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" + }, + { + "examine": "Blue: A magical hat. ", + "durability": null, + "low_alchemy": "6000", + "high_alchemy": "9000", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,1,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1", + "name": "Mystic hat", + "archery_ticket_price": "0", + "id": "13508", + "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0" + }, + { + "examine": "The upper half of a magical robe.", + "durability": null, + "low_alchemy": "48000", + "high_alchemy": "72000", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,1,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1", + "name": "Mystic robe top", + "archery_ticket_price": "0", + "id": "13509", + "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0" + }, + { + "examine": "The lower half of a magical robe.", + "durability": null, + "low_alchemy": "32000", + "high_alchemy": "48000", + "destroy": "true", + "attack_speed": "4", + "absorb": "4,2,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1", + "name": "Mystic robe bottom", + "archery_ticket_price": "0", + "id": "13510", + "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0" + }, + { + "examine": "Bright/Dark magical gloves.", + "durability": null, + "low_alchemy": "4000", + "high_alchemy": "6000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1", + "name": "Mystic gloves", + "archery_ticket_price": "0", + "id": "13511", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0" + }, + { + "examine": "Magical boots.", + "durability": null, + "low_alchemy": "4000", + "high_alchemy": "6000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1", + "name": "Mystic boots", + "archery_ticket_price": "0", + "id": "13512", + "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0" + }, + { + "examine": "Blue: A magical hat. ", + "durability": null, + "low_alchemy": "6000", + "high_alchemy": "9000", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,1,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1", + "name": "Mystic hat", + "archery_ticket_price": "0", + "id": "13513", + "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0" + }, + { + "examine": "The upper half of a magical robe.", + "durability": null, + "low_alchemy": "48000", + "high_alchemy": "72000", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,1,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1", + "name": "Mystic robe top", + "archery_ticket_price": "0", + "id": "13514", + "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0" + }, + { + "examine": "The lower half of a magical robe.", + "durability": null, + "low_alchemy": "32000", + "high_alchemy": "48000", + "destroy": "true", + "attack_speed": "4", + "absorb": "4,2,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1", + "name": "Mystic robe bottom", + "archery_ticket_price": "0", + "id": "13515", + "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0" + }, + { + "examine": "Bright/Dark magical gloves.", + "durability": null, + "low_alchemy": "4000", + "high_alchemy": "6000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1", + "name": "Mystic gloves", + "archery_ticket_price": "0", + "id": "13516", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0" + }, + { + "examine": "Magical boots.", + "durability": null, + "low_alchemy": "4000", + "high_alchemy": "6000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1", + "name": "Mystic boots", + "archery_ticket_price": "0", + "id": "13517", + "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0" + }, + { + "examine": "Blue: A magical hat. ", + "durability": null, + "low_alchemy": "6000", + "high_alchemy": "9000", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,1,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1", + "name": "Mystic hat", + "archery_ticket_price": "0", + "id": "13518", + "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0" + }, + { + "examine": "The upper half of a magical robe.", + "durability": null, + "low_alchemy": "48000", + "high_alchemy": "72000", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,1,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1", + "name": "Mystic robe top", + "archery_ticket_price": "0", + "id": "13519", + "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0" + }, + { + "examine": "The lower half of a magical robe.", + "durability": null, + "low_alchemy": "32000", + "high_alchemy": "48000", + "destroy": "true", + "attack_speed": "4", + "absorb": "4,2,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1", + "name": "Mystic robe bottom", + "archery_ticket_price": "0", + "id": "13520", + "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0" + }, + { + "examine": "Bright/Dark magical gloves.", + "durability": null, + "low_alchemy": "4000", + "high_alchemy": "6000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1", + "name": "Mystic gloves", + "archery_ticket_price": "0", + "id": "13521", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0" + }, + { + "examine": "Magical boots.", + "durability": null, + "low_alchemy": "4000", + "high_alchemy": "6000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1", + "name": "Mystic boots", + "archery_ticket_price": "0", + "id": "13522", + "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, + "low_alchemy": "256", + "high_alchemy": "384", + "destroy": "true", + "attack_speed": "6", + "two_handed": "true", + "weapon_interface": "16", + "absorb": "0,0,0", + "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, + "low_alchemy": "160", + "high_alchemy": "240", + "destroy": "true", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "16", + "absorb": "0,0,0", + "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, + "low_alchemy": "512", + "high_alchemy": "768", + "destroy": "true", + "attack_speed": "6", + "two_handed": "true", + "weapon_interface": "16", + "absorb": "0,0,0", + "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, + "low_alchemy": "320", + "high_alchemy": "480", + "destroy": "true", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "16", + "absorb": "0,0,0", + "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, + "low_alchemy": "1024", + "high_alchemy": "1536", + "destroy": "true", + "attack_speed": "6", + "two_handed": "true", + "weapon_interface": "16", + "absorb": "0,0,0", + "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, + "low_alchemy": "640", + "high_alchemy": "960", + "destroy": "true", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "16", + "absorb": "0,0,0", + "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, + "low_alchemy": "3200", + "high_alchemy": "4800", + "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, + "low_alchemy": "6480", + "high_alchemy": "9720", + "destroy": "true", + "attack_speed": "6", + "weapon_interface": "17", + "absorb": "0,0,0", + "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" + }, + { + "examine": "It's a Santa hat.", + "durability": null, + "low_alchemy": "64", + "high_alchemy": "96", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "130433327", + "name": "Santa hat", + "archery_ticket_price": "0", + "id": "13537", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "Aaaarrrghhh ... I'm a monster.", + "durability": null, + "low_alchemy": "6", + "high_alchemy": "9", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "104671288", + "name": "Green h'ween mask", + "archery_ticket_price": "0", + "id": "13538", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "Aaaarrrghhh ... I'm a monster.", + "durability": null, + "low_alchemy": "6", + "high_alchemy": "9", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "127720943", + "name": "Blue h'ween mask", + "archery_ticket_price": "0", + "id": "13539", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "Aaaarrrghhh ... I'm a monster.", + "durability": null, + "low_alchemy": "6", + "high_alchemy": "9", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "171640098", + "name": "Red h'ween mask", + "archery_ticket_price": "0", + "id": "13540", + "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, + "low_alchemy": "120", + "high_alchemy": "180", + "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, + "low_alchemy": "720", + "high_alchemy": "1080", + "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, + "low_alchemy": "1000", + "high_alchemy": "1500", + "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" + }, + { + "examine": "Ancient range protection crafted from white dragonhide.", + "durability": null, + "low_alchemy": "18000", + "high_alchemy": "27000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,6,3", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "74503559", + "name": "3rd age range top", + "archery_ticket_price": "0", + "id": "13544", + "bonuses": "0,0,0,-15,30,55,47,60,60,55,52,0,0,0,0" + }, + { + "examine": "Fabulously ancient range protection crafted from white dragonhide.", + "durability": null, + "low_alchemy": "16000", + "high_alchemy": "24000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,4,2", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "47837515", + "name": "3rd age range legs", + "archery_ticket_price": "0", + "id": "13545", + "bonuses": "0,0,0,-10,17,31,25,33,30,31,25,0,0,0,0" + }, + { + "examine": "Ancient range protection crafted from white dragonhide.", + "durability": null, + "low_alchemy": "4000", + "high_alchemy": "6000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,3,1", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "9746895", + "name": "3rd age range coif", + "archery_ticket_price": "0", + "id": "13546", + "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, + "low_alchemy": "86000", + "high_alchemy": "129000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "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" + }, + { + "examine": "Ancient mage protection enchanted in the Third-Age.", + "durability": null, + "low_alchemy": "18000", + "high_alchemy": "27000", + "destroy": "true", + "attack_speed": "4", + "absorb": "4,2,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "138719269", + "name": "3rd age robe top", + "archery_ticket_price": "0", + "id": "13548", + "bonuses": "0,0,0,24,0,0,0,0,24,0,24,0,0,0,0" + }, + { + "examine": "Ancient mage protection enchanted in the Third-Age.", + "durability": null, + "low_alchemy": "16000", + "high_alchemy": "24000", + "destroy": "true", + "attack_speed": "4", + "absorb": "4,2,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "89961678", + "name": "3rd age robe", + "archery_ticket_price": "0", + "id": "13549", + "bonuses": "0,0,0,19,0,0,0,0,19,0,20,0,0,0,0" + }, + { + "examine": "Ancient mage protection enchanted in the Third-Age.", + "durability": null, + "low_alchemy": "4000", + "high_alchemy": "6000", + "destroy": "true", + "attack_speed": "4", + "absorb": "2,1,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "14976830", + "name": "3rd age mage hat", + "archery_ticket_price": "0", + "id": "13550", + "bonuses": "0,0,0,8,0,0,0,0,8,0,12,0,0,0,0" + }, + { + "examine": "Ancient mage protection enchanted in the Third-Age.", + "durability": null, + "low_alchemy": "8000", + "high_alchemy": "12000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "35019596", + "name": "3rd age amulet", + "archery_ticket_price": "0", + "id": "13551", + "bonuses": "0,0,0,15,0,0,0,0,10,0,0,0,0,0,0" + }, + { + "examine": "Ancient armour beaten from magical silver.", + "durability": null, + "low_alchemy": "80000", + "high_alchemy": "120000", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,6", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "244180930", + "name": "3rd age platelegs", + "archery_ticket_price": "0", + "id": "13552", + "bonuses": "0,0,0,-25,-2,78,76,83,-5,75,25,0,0,0,0" + }, + { + "examine": "Ancient armour beaten from magical silver.", + "durability": null, + "low_alchemy": "80000", + "high_alchemy": "120000", + "destroy": "true", + "attack_speed": "4", + "absorb": "4,0,9", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "266509014", + "name": "3rd age platebody", + "archery_ticket_price": "0", + "id": "13553", + "bonuses": "0,0,0,-20,0,96,108,113,-4,97,52,0,0,0,0" + }, + { + "examine": "Ancient armour beaten from magical silver.", + "durability": null, + "low_alchemy": "36000", + "high_alchemy": "54000", + "destroy": "true", + "attack_speed": "4", + "absorb": "2,0,4", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "50697678", + "name": "3rd age full helmet", + "archery_ticket_price": "0", + "id": "13554", + "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, + "low_alchemy": "72000", + "high_alchemy": "108000", + "destroy": "true", + "attack_speed": "4", + "absorb": "5,0,11", + "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" + }, + { + "examine": "Lightweight boots ideal for rangers.", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "6253527", + "name": "Ranger boots", + "archery_ticket_price": "0", + "id": "13556", + "bonuses": "0,0,0,-10,8,2,3,4,2,0,10,0,0,0,0" + }, + { + "examine": "Slightly magical boots.", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "388955", + "name": "Wizard boots", + "archery_ticket_price": "0", + "id": "13557", + "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0" + }, + { + "examine": "Endorsed by Robin Hood.", + "durability": null, + "low_alchemy": "180", + "high_alchemy": "270", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1962571", + "name": "Robin hood hat", + "archery_ticket_price": "0", + "id": "13558", + "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, + "low_alchemy": "15", + "high_alchemy": "22", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "100", + "name": "Button mushroom", + "archery_ticket_price": "0", + "id": "13563", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "38", + "examine": "An occasionally edible mushroom.", + "durability": null, + "low_alchemy": "15", + "high_alchemy": "22", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "100", + "name": "Button mushroom", + "tradeable": "true", + "archery_ticket_price": "0", + "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", + "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" + }, + { + "examine": "Useful for mixing things.", + "durability": null, + "low_alchemy": "1", + "high_alchemy": "2", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "106", + "name": "Bowl", + "archery_ticket_price": "0", + "id": "13570", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "It's a bucket of milk.", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "7", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "177", + "name": "Bucket of milk", + "archery_ticket_price": "0", + "id": "13571", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "A fresh herb.", + "durability": null, + "low_alchemy": "1", + "high_alchemy": "1", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "595", + "name": "Clean guam", + "archery_ticket_price": "0", + "id": "13572", + "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 RuneScape.", + "durability": null, + "name": "Map of runescape", + "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" + }, + { + "examine": "Used for making notes.", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "290", + "name": "Papyrus", + "archery_ticket_price": "0", + "id": "13577", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "A lump of charcoal.", + "durability": null, + "low_alchemy": "18", + "high_alchemy": "27", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "296", + "name": "Charcoal", + "archery_ticket_price": "0", + "id": "13578", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "A slightly muddy spade. ", + "durability": null, + "low_alchemy": "1", + "high_alchemy": "1", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "130", + "name": "Spade", + "archery_ticket_price": "0", + "id": "13579", + "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" + }, + { + "shop_price": "4", + "examine": "I can grind things for potions in this.", + "durability": null, + "low_alchemy": "1", + "high_alchemy": "2", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "169", + "name": "Pestle and mortar", + "archery_ticket_price": "0", + "id": "13587", + "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", + "high_alchemy": "1", + "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" + }, + { + "shop_price": "2", + "examine": "It's an empty bucket. ", + "durability": null, + "high_alchemy": "1", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "39", + "name": "Bucket", + "archery_ticket_price": "0", + "id": "13589", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "", + "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" + }, + { + "shop_price": "100", + "examine": "A tablet containing a magic spell.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "name": "Runecrafting guild teleport", + "archery_ticket_price": "0", + "id": "13598", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "100", + "examine": "A tablet containing a magic spell.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "name": "Air altar teleport", + "archery_ticket_price": "0", + "id": "13599", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "100", + "examine": "A tablet containing a magic spell.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "name": "Mind altar teleport", + "archery_ticket_price": "0", + "id": "13600", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "100", + "examine": "A tablet containing a magic spell.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "name": "Water altar teleport", + "archery_ticket_price": "0", + "id": "13601", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "100", + "examine": "A tablet containing a magic spell.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "name": "Earth altar teleport", + "archery_ticket_price": "0", + "id": "13602", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "100", + "examine": "A tablet containing a magic spell.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "name": "Fire altar teleport", + "archery_ticket_price": "0", + "id": "13603", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "100", + "examine": "A tablet containing a magic spell.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "name": "Body altar teleport", + "archery_ticket_price": "0", + "id": "13604", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "100", + "examine": "A tablet containing a magic spell.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "name": "Cosmic altar teleport", + "archery_ticket_price": "0", + "id": "13605", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "100", + "examine": "A tablet containing a magic spell.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "name": "Chaos altar teleport", + "archery_ticket_price": "0", + "id": "13606", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "100", + "examine": "A tablet containing a magic spell.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "name": "Nature altar teleport", + "archery_ticket_price": "0", + "id": "13607", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "100", + "examine": "A tablet containing a magic spell.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "name": "Law altar teleport", + "archery_ticket_price": "0", + "id": "13608", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "100", + "examine": "A tablet containing a magic spell.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "name": "Death altar teleport", + "archery_ticket_price": "0", + "id": "13609", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "100", + "examine": "A tablet containing a magic spell.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "name": "Blood altar teleport", + "archery_ticket_price": "0", + "id": "13610", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "100", + "examine": "A tablet containing a magic spell.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "name": "Astral altar teleport", + "archery_ticket_price": "0", + "id": "13611", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "20", + "examine": "Comes with goggles, for extra safety while Runecrafting.", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "45", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Runecrafter hat", + "archery_ticket_price": "0", + "id": "13612", + "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0" + }, + { + "shop_price": "20", + "examine": "Comes with goggles, for extra safety while Runecrafting.", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "45", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Runecrafter hat", + "archery_ticket_price": "0", + "id": "13613", + "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0" + }, + { + "shop_price": "75", + "examine": "Heavy duty wizard robes.", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "45", + "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" + }, + { + "shop_price": "75", + "examine": "Comes with goggles, for extra safety while Runecrafting.", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "45", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Runecrafter hat", + "archery_ticket_price": "0", + "id": "13615", + "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0" + }, + { + "shop_price": "75", + "examine": "Comes with goggles, for extra safety while Runecrafting.", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "45", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Runecrafter hat", + "archery_ticket_price": "0", + "id": "13616", + "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0" + }, + { + "shop_price": "75", + "examine": "A heavy-duty wizard robe.", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "45", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "7", + "destroy_message": "Drop", + "name": "Runecrafter skirt", + "archery_ticket_price": "0", + "id": "13617", + "bonuses": "0,0,0,4,0,4,4,4,4,4,0,0,0,0,0" + }, + { + "shop_price": "75", + "examine": "Essence can be rough on the hands", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "45", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "9", + "destroy_message": "Drop", + "name": "Runecrafter gloves", + "archery_ticket_price": "0", + "id": "13618", + "bonuses": "0,0,0,2,0,2,2,2,2,2,0,0,0,0,0" + }, + { + "shop_price": "75", + "examine": "Heavy duty wizard robes.", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "45", + "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" + }, + { + "shop_price": "75", + "examine": "Comes with goggles, for extra safety while Runecrafting.", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "45", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Runecrafter hat", + "archery_ticket_price": "0", + "id": "13620", + "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0" + }, + { + "shop_price": "75", + "examine": "Comes with goggles, for extra safety while Runecrafting.", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "45", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Runecrafter hat", + "archery_ticket_price": "0", + "id": "13621", + "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0" + }, + { + "shop_price": "75", + "examine": "A heavy-duty wizard robe.", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "45", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "7", + "destroy_message": "Drop", + "name": "Runecrafter skirt", + "archery_ticket_price": "0", + "id": "13622", + "bonuses": "0,0,0,4,0,4,4,4,4,4,0,0,0,0,0" + }, + { + "shop_price": "75", + "examine": "Essence can be rough on the hands", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "45", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "9", + "destroy_message": "Drop", + "name": "Runecrafter gloves", + "archery_ticket_price": "0", + "id": "13623", + "bonuses": "0,0,0,2,0,2,2,2,2,2,0,0,0,0,0" + }, + { + "shop_price": "75", + "examine": "Heavy duty wizard robes.", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "45", + "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" + }, + { + "shop_price": "75", + "examine": "Comes with goggles, for extra safety while Runecrafting.", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "45", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Runecrafter hat", + "archery_ticket_price": "0", + "id": "13625", + "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0" + }, + { + "shop_price": "75", + "examine": "Comes with goggles, for extra safety while Runecrafting.", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "45", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Runecrafter hat", + "archery_ticket_price": "0", + "id": "13626", + "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0" + }, + { + "shop_price": "75", + "examine": "A heavy-duty wizard robe.", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "45", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "7", + "destroy_message": "Drop", + "name": "Runecrafter skirt", + "archery_ticket_price": "0", + "id": "13627", + "bonuses": "0,0,0,4,0,4,4,4,4,4,0,0,0,0,0" + }, + { + "shop_price": "75", + "examine": "Essence can be rough on the hands", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "45", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "9", + "destroy_message": "Drop", + "name": "Runecrafter gloves", + "archery_ticket_price": "0", + "id": "13628", + "bonuses": "0,0,0,2,0,2,2,2,2,2,0,0,0,0,0" + }, + { + "shop_price": "15", + "examine": "Staff with a holder for a talisman on top.", + "durability": null, + "low_alchemy": "6", + "high_alchemy": "9", + "destroy": "true", + "attack_speed": "5", + "absorb": "0,0,0", + "render_anim": "28", + "destroy_message": "Drop", + "name": "Runecrafting staff", + "archery_ticket_price": "0", + "id": "13629", + "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, + "low_alchemy": "600", + "high_alchemy": "900", + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "1", + "absorb": "0,0,0", + "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, + "low_alchemy": "600", + "high_alchemy": "900", + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "1", + "absorb": "0,0,0", + "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, + "low_alchemy": "600", + "high_alchemy": "900", + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "1", + "absorb": "0,0,0", + "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, + "low_alchemy": "600", + "high_alchemy": "900", + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "1", + "absorb": "0,0,0", + "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, + "low_alchemy": "600", + "high_alchemy": "900", + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "1", + "absorb": "0,0,0", + "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, + "low_alchemy": "600", + "high_alchemy": "900", + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "1", + "absorb": "0,0,0", + "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, + "low_alchemy": "600", + "high_alchemy": "900", + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "1", + "absorb": "0,0,0", + "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, + "low_alchemy": "600", + "high_alchemy": "900", + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "1", + "absorb": "0,0,0", + "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, + "low_alchemy": "600", + "high_alchemy": "900", + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "1", + "absorb": "0,0,0", + "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, + "low_alchemy": "600", + "high_alchemy": "900", + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "1", + "absorb": "0,0,0", + "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, + "low_alchemy": "600", + "high_alchemy": "900", + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "1", + "absorb": "0,0,0", + "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, + "low_alchemy": "600", + "high_alchemy": "900", + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "1", + "absorb": "0,0,0", + "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", + "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" + }, + { + "shop_price": "75", + "examine": "Comes with goggles, for extra safety while Runecrafting.", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "45", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Runecrafter hat", + "archery_ticket_price": "0", + "id": "13656", + "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0" + }, + { + "shop_price": "75", + "examine": "Comes with goggles, for extra safety while Runecrafting.", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "45", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Runecrafter hat", + "archery_ticket_price": "0", + "id": "13657", + "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0" + }, + { + "shop_price": "75", + "examine": "Comes with goggles, for extra safety while Runecrafting.", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "45", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Runecrafter hat", + "archery_ticket_price": "0", + "id": "13658", + "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0" + }, + { + "shop_price": "100", + "examine": "It burns, burns, burns...", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "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" + }, + { + "destroy_message": "To get another pair of Flame Gloves, you need to keep ten beacons alight simultaneously and then talk to King Roald.", + "shop_price": "200", + "examine": "The hottest gloves in town.", + "durability": null, + "name": "Flame gloves", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13660", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "shop_price": "300", + "examine": "Danger: risk of fire.", + "durability": null, + "low_alchemy": "120", + "high_alchemy": "180", + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "2", + "absorb": "0,0,0", + "render_anim": "1096", + "equipment_slot": "3", + "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, + "low_alchemy": "4", + "high_alchemy": "6", + "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, + "low_alchemy": "4", + "high_alchemy": "6", + "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, + "low_alchemy": "4", + "high_alchemy": "6", + "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" + }, + { + "shop_price": "10", + "examine": "These are my funny pants.", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "7", + "destroy_message": "You will need to speak to the ringmaster to get another.", + "name": "Clown leggings", + "archery_ticket_price": "0", + "id": "13669", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "10", + "examine": "For helping clowns stay upright.", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "10", + "destroy_message": "You will need to speak to the ringmaster to get another.", + "name": "Clown shoes", + "archery_ticket_price": "0", + "id": "13670", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "10", + "examine": "For making a happy noise.", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "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" + }, + { + "shop_price": "10", + "examine": "Very stylish.", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "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 one.", + "name": "Ringmaster hat", + "archery_ticket_price": "0", + "id": "13672", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "10", + "examine": "Fits nicely.", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "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" + }, + { + "shop_price": "10", + "examine": "Very stylish.", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "7", + "destroy_message": "You will need to speak to the ringmaster to get another one.", + "name": "Ringmaster pants", + "archery_ticket_price": "0", + "id": "13674", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "10", + "examine": "Shiny.", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "10", + "destroy_message": "You will need to speak to the ringmaster to get another one.", + "name": "Ringmaster boots", + "archery_ticket_price": "0", + "id": "13675", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "10", + "examine": "For shouting at people.", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "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, + "low_alchemy": "4", + "high_alchemy": "6", + "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" + }, + { + "shop_price": "10", + "examine": "Very tight fitting.", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "7", + "destroy_message": "You will need to speak to the ringmaster to get another.", + "name": "Acrobat pants", + "archery_ticket_price": "0", + "id": "13678", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "10", + "examine": "These keep your feet off the floor.", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "10", + "destroy_message": "You will need to speak to the ringmaster to get another.", + "name": "Acrobat shoes", + "archery_ticket_price": "0", + "id": "13679", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "10", + "examine": "Oh no, I'm bald! Just kidding.", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "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, + "low_alchemy": "4", + "high_alchemy": "6", + "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" + }, + { + "shop_price": "10", + "examine": "Very tight fitting.", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "7", + "destroy_message": "You will need to speak to the ringmaster to get another.", + "name": "Acrobat pants", + "archery_ticket_price": "0", + "id": "13682", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "10", + "examine": "These keep your feet off the floor.", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "10", + "destroy_message": "You will need to speak to the ringmaster to get another.", + "name": "Acrobat shoes", + "archery_ticket_price": "0", + "id": "13683", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "10", + "examine": "Oh no, I'm bald! Just kidding.", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "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" + }, + { + "shop_price": "10", + "examine": "Very dapper!", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "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": "13685", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "10", + "examine": "Very dapper!", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "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": "13686", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "10", + "examine": "Very dapper!", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "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": "13687", + "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, + "low_alchemy": "4", + "high_alchemy": "6", + "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, + "low_alchemy": "4", + "high_alchemy": "6", + "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, + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "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" + }, + { + "shop_price": "50", + "examine": "Small, shiny bits of rock.", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "You can mine more if you find another crashed star.", + "name": "Stardust", + "archery_ticket_price": "0", + "id": "13727", + "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,70}", + "shop_price": "70000", + "examine": "An ethereal shield.", + "rare_item": "true", + "durability": null, + "low_alchemy": "28000", + "high_alchemy": "42000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "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,0,1,0" + }, + { + "shop_price": "70000", + "examine": "An ethereal shield.", + "durability": null, + "low_alchemy": "28000", + "high_alchemy": "42000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "39982", + "name": "Spirit shield", + "tradeable": "true", + "archery_ticket_price": "0", + "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, + "low_alchemy": "560000", + "high_alchemy": "840000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "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,0,3,0" + }, + { + "shop_price": "1400000", + "examine": "An ethereal shield that has been blessed with holy powers.", + "durability": null, + "low_alchemy": "560000", + "high_alchemy": "840000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "936814", + "name": "Blessed spirit shield", + "tradeable": "true", + "archery_ticket_price": "0", + "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, + "low_alchemy": "800000", + "high_alchemy": "1200000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "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,0,3,0" + }, + { + "shop_price": "2000000", + "examine": "An ethereal shield with an arcane sigil attached to it.", + "durability": null, + "low_alchemy": "800000", + "high_alchemy": "1200000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "15076199", + "name": "Arcane spirit shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13739" + }, + { + "requirements": "{1,75}-{5,75}", + "shop_price": "2000000", + "examine": "An ethereal shield with a divine sigil attached to it.", + "durability": null, + "low_alchemy": "800000", + "high_alchemy": "1200000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "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,0,3,0" + }, + { + "shop_price": "2000000", + "examine": "An ethereal shield with a divine sigil attached to it.", + "durability": null, + "low_alchemy": "800000", + "high_alchemy": "1200000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "40003587", + "name": "Divine spirit shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13741" + }, + { + "requirements": "{1,75}-{5,75}", + "shop_price": "2000000", + "examine": "An ethereal shield with an elysian sigil attached to it.", + "durability": null, + "low_alchemy": "800000", + "high_alchemy": "1200000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "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,0,3,0" + }, + { + "shop_price": "2000000", + "examine": "An ethereal shield with an elysian sigil attached to it.", + "durability": null, + "low_alchemy": "800000", + "high_alchemy": "1200000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "28420591", + "name": "Elysian spirit shield", + "tradeable": "true", + "archery_ticket_price": "0", + "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, + "low_alchemy": "800000", + "high_alchemy": "1200000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "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,0,3,0" + }, + { + "shop_price": "2000000", + "examine": "An ethereal shield with a spectral sigil attached to it.", + "durability": null, + "low_alchemy": "800000", + "high_alchemy": "1200000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "3616112", + "name": "Spectral spirit shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13745" + }, + { + "shop_price": "750000", + "examine": "A sigil in the shape of an arcane rune.", + "rare_item": "true", + "durability": null, + "low_alchemy": "300000", + "high_alchemy": "450000", + "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" + }, + { + "shop_price": "750000", + "examine": "A sigil in the shape of an arcane rune.", + "durability": null, + "low_alchemy": "300000", + "high_alchemy": "450000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "19508553", + "name": "Arcane sigil", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13747" + }, + { + "shop_price": "750000", + "examine": "A sigil in the shape of a divine symbol.", + "rare_item": "true", + "durability": null, + "low_alchemy": "300000", + "high_alchemy": "450000", + "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" + }, + { + "shop_price": "750000", + "examine": "A sigil in the shape of a divine symbol.", + "durability": null, + "low_alchemy": "300000", + "high_alchemy": "450000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "53026134", + "name": "Divine sigil", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13749" + }, + { + "shop_price": "750000", + "examine": "A sigil marked with elysian signs.", + "rare_item": "true", + "durability": null, + "low_alchemy": "300000", + "high_alchemy": "450000", + "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" + }, + { + "shop_price": "750000", + "examine": "A sigil marked with elysian signs.", + "durability": null, + "low_alchemy": "300000", + "high_alchemy": "450000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "36159098", + "name": "Elysian sigil", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13751" + }, + { + "shop_price": "750000", + "examine": "A sigil tempered with spectral powers.", + "rare_item": "true", + "durability": null, + "low_alchemy": "300000", + "high_alchemy": "450000", + "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" + }, + { + "shop_price": "750000", + "examine": "A sigil tempered with spectral powers.", + "durability": null, + "low_alchemy": "300000", + "high_alchemy": "450000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "3116720", + "name": "Spectral sigil", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13753" + }, + { + "shop_price": "750000", + "examine": "A bottle of holy elixir.", + "rare_item": "true", + "durability": null, + "low_alchemy": "300000", + "high_alchemy": "450000", + "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" + }, + { + "shop_price": "750000", + "examine": "A bottle of holy elixir.", + "durability": null, + "low_alchemy": "300000", + "high_alchemy": "450000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "950904", + "name": "Holy elixir", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13755" + }, + { + "shop_price": "40", + "examine": "Logs cut from cursed willow roots.", + "durability": null, + "low_alchemy": "16", + "high_alchemy": "24", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "name": "Cursed willow logs", + "archery_ticket_price": "0", + "id": "13756", + "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" + }, + { + "examine": "I hope I don't meet any roundheads...", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "name": "Cavalier and mask", + "archery_ticket_price": "0", + "id": "13763", + "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, + "low_alchemy": "2400", + "high_alchemy": "3600", + "destroy": "true", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "9", + "absorb": "0,0,0", + "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, + "low_alchemy": "3200", + "high_alchemy": "4800", + "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, + "low_alchemy": "8320", + "high_alchemy": "12480", + "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, + "low_alchemy": "24960", + "high_alchemy": "37440", + "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, + "low_alchemy": "8320", + "high_alchemy": "12480", + "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, + "low_alchemy": "25600", + "high_alchemy": "38400", + "destroy": "true", + "attack_speed": "7", + "two_handed": "true", + "weapon_interface": "7", + "absorb": "0,0,0", + "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, + "low_alchemy": "51200", + "high_alchemy": "76800", + "destroy": "true", + "attack_speed": "7", + "two_handed": "true", + "weapon_interface": "15", + "absorb": "0,0,0", + "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, + "low_alchemy": "5760", + "high_alchemy": "8640", + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "8", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "7917", + "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" + }, + { + "examine": "A series of connected metal rings.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,6", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "29145", + "name": "Rune chainbody", + "archery_ticket_price": "0", + "id": "13781", + "bonuses": "0,0,0,-15,0,63,72,78,-3,65,40,0,0,0,0" + }, + { + "examine": "These will protect my feet.", + "durability": null, + "low_alchemy": "5000", + "high_alchemy": "7500", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "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" + }, + { + "examine": "A medium sized helmet.", + "durability": null, + "low_alchemy": "7680", + "high_alchemy": "11520", + "destroy": "true", + "attack_speed": "4", + "absorb": "1,0,3", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "10678", + "name": "Rune med helm", + "archery_ticket_price": "0", + "id": "13783", + "bonuses": "0,0,0,-3,-1,22,23,21,-1,22,7,0,0,0,0" + }, + { + "examine": "A stone helmet.", + "durability": null, + "low_alchemy": "18400", + "high_alchemy": "27600", + "destroy": "true", + "attack_speed": "4", + "absorb": "2,0,4", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "26576", + "name": "Granite helm", + "archery_ticket_price": "0", + "id": "13784", + "bonuses": "0,0,0,-9,-7,31,33,29,-1,39,9,0,0,0,0" + }, + { + "examine": "Provides excellent protection.", + "durability": null, + "low_alchemy": "32000", + "high_alchemy": "48000", + "destroy": "true", + "attack_speed": "4", + "absorb": "4,0,8", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "136414", + "name": "Granite body", + "archery_ticket_price": "0", + "id": "13785", + "bonuses": "0,0,0,-22,-5,87,84,79,-6,97,45,0,0,0,0" + }, + { + "examine": "These look pretty heavy.", + "durability": null, + "low_alchemy": "26400", + "high_alchemy": "39600", + "destroy": "true", + "attack_speed": "4", + "absorb": "2,0,5", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "72213", + "name": "Granite legs", + "archery_ticket_price": "0", + "id": "13786", + "bonuses": "0,0,0,-31,-18,43,45,41,-4,68,20,0,0,0,0" + }, + { + "examine": "A medium square shield.", + "durability": null, + "low_alchemy": "15360", + "high_alchemy": "23040", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,7", + "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" + }, + { + "examine": "A solid stone shield.", + "durability": null, + "low_alchemy": "22400", + "high_alchemy": "33600", + "destroy": "true", + "attack_speed": "4", + "absorb": "5,0,10", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "32512", + "name": "Granite shield", + "archery_ticket_price": "0", + "id": "13788", + "bonuses": "0,0,0,-12,-8,40,42,38,0,65,50,0,0,0,0" + }, + { + "examine": "A big 'do about nothing.", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "42991", + "name": "A powdered wig", + "archery_ticket_price": "0", + "id": "13789", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "These'll help me stay alive.", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "811293", + "name": "Flared trousers", + "archery_ticket_price": "0", + "id": "13790", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "Alas, someone has slashed my pantaloons.", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "19286", + "name": "Pantaloons", + "archery_ticket_price": "0", + "id": "13791", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "A cap for wearing whil...zzzzzzzzz", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "75357", + "name": "Sleeping cap", + "archery_ticket_price": "0", + "id": "13792", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "A diamond-topped cane.", + "durability": null, + "low_alchemy": "5760", + "high_alchemy": "8640", + "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" + }, + { + "examine": "Comes with a free rabbit!", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "333537", + "name": "Top hat", + "archery_ticket_price": "0", + "id": "13794", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "Shear elegance.", + "durability": null, + "low_alchemy": "320", + "high_alchemy": "480", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "582969", + "name": "Sheep mask", + "archery_ticket_price": "0", + "id": "13795", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "I can get the look right, but can I do the waddle too?", + "durability": null, + "low_alchemy": "320", + "high_alchemy": "480", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1159807", + "name": "Penguin mask", + "archery_ticket_price": "0", + "id": "13796", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "The bats have left the belltower.", + "durability": null, + "low_alchemy": "320", + "high_alchemy": "480", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "681595", + "name": "Bat mask", + "archery_ticket_price": "0", + "id": "13797", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "It's the year of the cat!", + "durability": null, + "low_alchemy": "320", + "high_alchemy": "480", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "2512014", + "name": "Cat mask", + "archery_ticket_price": "0", + "id": "13798", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "I'm hungry like the wolf.", + "durability": null, + "low_alchemy": "320", + "high_alchemy": "480", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "3240770", + "name": "Wolf mask", + "archery_ticket_price": "0", + "id": "13799", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "Rune platebody with gold trim.", + "durability": null, + "low_alchemy": "26000", + "high_alchemy": "39000", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,6", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "343688", + "name": "Rune platebody (g)", + "archery_ticket_price": "0", + "id": "13800", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" + }, + { + "examine": "Rune platelegs with gold trim.", + "durability": null, + "low_alchemy": "25600", + "high_alchemy": "38400", + "destroy": "true", + "attack_speed": "4", + "absorb": "2,0,4", + "lendable": "true", + "destroy_message": "drop", + "grand_exchange_price": "238139", + "name": "Rune platelegs (g)", + "archery_ticket_price": "0", + "id": "13801", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "examine": "Rune plateskirt with gold trim.", + "durability": null, + "low_alchemy": "25600", + "high_alchemy": "38400", + "destroy": "true", + "attack_speed": "4", + "absorb": "2,0,4", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "37616", + "name": "Rune plateskirt (g)", + "archery_ticket_price": "0", + "id": "13802", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "examine": "Rune full helmet with gold trim.", + "durability": null, + "low_alchemy": "14080", + "high_alchemy": "21120", + "destroy": "true", + "attack_speed": "4", + "absorb": "1,0,3", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "247877", + "name": "Rune full helm(g)", + "archery_ticket_price": "0", + "id": "13803", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" + }, + { + "examine": "Rune kiteshield with gold trim", + "durability": null, + "low_alchemy": "21760", + "high_alchemy": "32640", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,7", + "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" + }, + { + "examine": "Rune platebody with trim.", + "durability": null, + "low_alchemy": "26000", + "high_alchemy": "39000", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,6", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "100586", + "name": "Rune platebody (t)", + "archery_ticket_price": "0", + "id": "13805", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" + }, + { + "examine": "Rune platelegs with trim!", + "durability": null, + "low_alchemy": "25600", + "high_alchemy": "38400", + "destroy": "true", + "attack_speed": "4", + "absorb": "2,0,4", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "81577", + "name": "Rune platelegs (t)", + "archery_ticket_price": "0", + "id": "13806", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "examine": "Rune plateskirt with trim.", + "durability": null, + "low_alchemy": "25600", + "high_alchemy": "38400", + "destroy": "true", + "attack_speed": "4", + "absorb": "2,0,4", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "37701", + "name": "Rune plateskirt (t)", + "archery_ticket_price": "0", + "id": "13807", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "examine": "Rune full helmet with trim.", + "durability": null, + "low_alchemy": "14080", + "high_alchemy": "21120", + "destroy": "true", + "attack_speed": "4", + "absorb": "1,0,3", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "95809", + "name": "Rune full helm (t)", + "archery_ticket_price": "0", + "id": "13808", + "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, + "low_alchemy": "21760", + "high_alchemy": "32640", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,7", + "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" + }, + { + "examine": "Your money or your life!", + "durability": null, + "low_alchemy": "16", + "high_alchemy": "24", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "252995", + "name": "Highwayman mask", + "archery_ticket_price": "0", + "id": "13810", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "Parlez-vous francais?", + "durability": null, + "low_alchemy": "32", + "high_alchemy": "48", + "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, + "low_alchemy": "32", + "high_alchemy": "48", + "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, + "low_alchemy": "32", + "high_alchemy": "48", + "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" + }, + { + "examine": "All for one and one for all!", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "42014", + "name": "Tan cavalier", + "archery_ticket_price": "0", + "id": "13814", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "All for one and one for all!", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "61518", + "name": "Dark cavalier", + "archery_ticket_price": "0", + "id": "13815", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "All for one and one for all!", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "338530", + "name": "Black cavalier", + "archery_ticket_price": "0", + "id": "13816", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "A minimalist's hat.", + "durability": null, + "low_alchemy": "16", + "high_alchemy": "24", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "159694", + "name": "Red headband", + "archery_ticket_price": "0", + "id": "13817", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "A minimalist's hat.", + "durability": null, + "low_alchemy": "16", + "high_alchemy": "24", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "83543", + "name": "Black headband", + "archery_ticket_price": "0", + "id": "13818", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "A minimalist's hat.", + "durability": null, + "low_alchemy": "16", + "high_alchemy": "24", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "26474", + "name": "Brown headband", + "archery_ticket_price": "0", + "id": "13819", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "Rune platebody in the colours of Zamorak.", + "durability": null, + "low_alchemy": "26000", + "high_alchemy": "39000", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,6", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "868398", + "name": "Zamorak platebody", + "archery_ticket_price": "0", + "id": "13820", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" + }, + { + "examine": "Rune platelegs in the colours of Zamorak.", + "durability": null, + "low_alchemy": "25600", + "high_alchemy": "38400", + "destroy": "true", + "attack_speed": "4", + "absorb": "2,0,4", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "316989", + "name": "Zamorak platelegs", + "archery_ticket_price": "0", + "id": "13821", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "examine": "Rune plateskirt in the colours of Zamorak.", + "durability": null, + "low_alchemy": "25600", + "high_alchemy": "38400", + "destroy": "true", + "attack_speed": "4", + "absorb": "2,0,4", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "38597", + "name": "Zamorak plateskirt", + "archery_ticket_price": "0", + "id": "13822", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "examine": "A full helmet in the colours of Zamorak.", + "durability": null, + "low_alchemy": "14080", + "high_alchemy": "21120", + "destroy": "true", + "attack_speed": "4", + "absorb": "1,0,3", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "618480", + "name": "Zamorak full helm", + "archery_ticket_price": "0", + "id": "13823", + "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, + "low_alchemy": "21760", + "high_alchemy": "32640", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,7", + "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" + }, + { + "examine": "Rune platebody in the colours of Saradomin.", + "durability": null, + "low_alchemy": "26000", + "high_alchemy": "39000", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,6", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1555099", + "name": "Saradomin platebody", + "archery_ticket_price": "0", + "id": "13825", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" + }, + { + "examine": "Rune platelegs in the colours of Saradomin!", + "durability": null, + "low_alchemy": "25600", + "high_alchemy": "38400", + "destroy": "true", + "attack_speed": "4", + "absorb": "2,0,4", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "376849", + "name": "Saradomin platelegs", + "archery_ticket_price": "0", + "id": "13826", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "examine": "Rune plateskirt in the colours of Saradomin.", + "durability": null, + "low_alchemy": "25600", + "high_alchemy": "38400", + "destroy": "true", + "attack_speed": "4", + "absorb": "2,0,4", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "53048", + "name": "Saradomin plateskirt", + "archery_ticket_price": "0", + "id": "13827", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "examine": "Rune full helmet in the colours of Saradomin.", + "durability": null, + "low_alchemy": "14080", + "high_alchemy": "21120", + "destroy": "true", + "attack_speed": "4", + "absorb": "1,0,3", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1025974", + "name": "Saradomin full helm", + "archery_ticket_price": "0", + "id": "13828", + "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, + "low_alchemy": "21760", + "high_alchemy": "32640", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,7", + "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" + }, + { + "examine": "Rune platebody in the colours of Guthix.", + "durability": null, + "low_alchemy": "6000", + "high_alchemy": "9000", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,6", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "406762", + "name": "Guthix platebody", + "archery_ticket_price": "0", + "id": "13830", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" + }, + { + "examine": "Rune platelegs in the colours of Guthix.", + "durability": null, + "low_alchemy": "25600", + "high_alchemy": "38400", + "destroy": "true", + "attack_speed": "4", + "absorb": "2,0,4", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "181471", + "name": "Guthix platelegs", + "archery_ticket_price": "0", + "id": "13831", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "examine": "Rune plateskirt in the colours of Guthix.", + "durability": null, + "low_alchemy": "25600", + "high_alchemy": "38400", + "destroy": "true", + "attack_speed": "4", + "absorb": "2,0,4", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "38388", + "name": "Guthix plateskirt", + "archery_ticket_price": "0", + "id": "13832", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "examine": "A rune full helmet in the colours of Guthix.", + "durability": null, + "low_alchemy": "14080", + "high_alchemy": "21120", + "destroy": "true", + "attack_speed": "4", + "absorb": "1,0,3", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "399963", + "name": "Guthix full helm", + "archery_ticket_price": "0", + "id": "13833", + "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, + "low_alchemy": "21760", + "high_alchemy": "32640", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,7", + "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" + }, + { + "examine": "Rune platebody with complete gold trim & plating.", + "durability": null, + "low_alchemy": "26000", + "high_alchemy": "39000", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,6", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "2034838", + "name": "Gilded platebody", + "archery_ticket_price": "0", + "id": "13835", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" + }, + { + "examine": "Rune platelegs with gold plate.", + "durability": null, + "low_alchemy": "25600", + "high_alchemy": "38400", + "destroy": "true", + "attack_speed": "4", + "absorb": "2,0,4", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1299758", + "name": "Gilded platelegs", + "archery_ticket_price": "0", + "id": "13836", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "examine": "Rune plateskirt with gold plate.", + "durability": null, + "low_alchemy": "25600", + "high_alchemy": "38400", + "destroy": "true", + "attack_speed": "4", + "absorb": "2,0,4", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "84191", + "name": "Gilded plateskirt", + "archery_ticket_price": "0", + "id": "13837", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "examine": "Rune full helmet with gold plate.", + "durability": null, + "low_alchemy": "14080", + "high_alchemy": "21120", + "destroy": "true", + "attack_speed": "4", + "absorb": "1,0,3", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1057068", + "name": "Gilded full helm", + "archery_ticket_price": "0", + "id": "13838", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" + }, + { + "examine": "Rune kiteshield with gold plate.", + "durability": null, + "low_alchemy": "21760", + "high_alchemy": "32640", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,7", + "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" + }, + { + "shop_price": "50000", + "examine": "A pair of gloves that gives you bonus Atk, Def, Str and LP xp.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "destroy": "true", + "attack_speed": "4", + "absorb": "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?", + "name": "Brawling gloves (melee)", + "archery_ticket_price": "0", + "id": "13845", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "50000", + "examine": "A pair of gloves that gives you bonus Ranged xp.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "destroy": "true", + "attack_speed": "4", + "absorb": "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?", + "name": "Brawling gloves (ranged)", + "archery_ticket_price": "0", + "id": "13846", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "50000", + "examine": "A pair of gloves that gives you bonus Magic xp.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "destroy": "true", + "attack_speed": "4", + "absorb": "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?", + "name": "Brawling gloves (magic)", + "archery_ticket_price": "0", + "id": "13847", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "50000", + "examine": "A pair of gloves that gives you bonus Prayer xp.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "destroy": "true", + "attack_speed": "4", + "absorb": "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?", + "name": "Brawling gloves (prayer)", + "archery_ticket_price": "0", + "id": "13848", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "50000", + "examine": "A pair of gloves that gives you bonus Agility xp.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "destroy": "true", + "attack_speed": "4", + "absorb": "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?", + "name": "Brawling gloves (agility)", + "archery_ticket_price": "0", + "id": "13849", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "50000", + "examine": "A pair of gloves that gives you bonus Woodcutting xp.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "destroy": "true", + "attack_speed": "4", + "absorb": "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?", + "name": "Brawling gloves (wc)", + "archery_ticket_price": "0", + "id": "13850", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "50000", + "examine": "A pair of gloves that gives you bonus Firemaking xp.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "destroy": "true", + "attack_speed": "4", + "absorb": "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?", + "name": "Brawling gloves (fm)", + "archery_ticket_price": "0", + "id": "13851", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "50000", + "examine": "A pair of gloves that gives you bonus Mining xp.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "destroy": "true", + "attack_speed": "4", + "absorb": "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?", + "name": "Brawling gloves (mining)", + "archery_ticket_price": "0", + "id": "13852", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "50000", + "examine": "A pair of gloves that gives you bonus Hunting xp.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "destroy": "true", + "attack_speed": "4", + "absorb": "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?", + "name": "Brawling gloves (hunter)", + "archery_ticket_price": "0", + "id": "13853", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "50000", + "examine": "A pair of gloves that gives you bonus Thieving xp.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "destroy": "true", + "attack_speed": "4", + "absorb": "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?", + "name": "Brawling gloves (thieving)", + "archery_ticket_price": "0", + "id": "13854", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "50000", + "examine": "A pair of gloves that gives you bonus Smithing xp.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "destroy": "true", + "attack_speed": "4", + "absorb": "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?", + "name": "Brawling gloves (smithing)", + "archery_ticket_price": "0", + "id": "13855", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "50000", + "examine": "A pair of gloves that gives you bonus Fishing xp.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "destroy": "true", + "attack_speed": "4", + "absorb": "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?", + "name": "Brawling gloves (fishing)", + "archery_ticket_price": "0", + "id": "13856", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "50000", + "examine": "A pair of gloves that gives you bonus Cooking xp.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "destroy": "true", + "attack_speed": "4", + "absorb": "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?", + "name": "Brawling gloves (cooking)", + "archery_ticket_price": "0", + "id": "13857", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "500000", + "examine": "This item degrades in combat, and will turn to dust.", + "requirements": "{1,78}-{6,78}", + "durability": null, + "low_alchemy": "200000", + "high_alchemy": "300000", + "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", + "archery_ticket_price": "0", + "id": "13858", + "bonuses": "0,0,0,35,-10,63,45,74,35,0,60,0,0,0,0" + }, + { + "shop_price": "500000", + "examine": "This item degrades in combat, and will turn to dust.", + "requirements": "{1,78}-{6,78}", + "durability": null, + "low_alchemy": "200000", + "high_alchemy": "300000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "1412812", + "name": "Zuriel's robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13859" + }, + { + "shop_price": "300000", + "examine": "This item degrades in combat, and will turn to dust.", + "requirements": "{1,78}-{6,78}", + "durability": null, + "low_alchemy": "200000", + "high_alchemy": "300000", + "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" + }, + { + "shop_price": "500000", + "examine": "This item degrades in combat, and will turn to dust.", + "requirements": "{1,78}-{6,78}", + "durability": null, + "low_alchemy": "200000", + "high_alchemy": "300000", + "destroy": "true", + "attack_speed": "4", + "absorb": "8,4,0", + "equipment_slot": "7", + "destroy_message": "Drop", + "grand_exchange_price": "986668", + "name": "Zuriel's robe bottom", + "archery_ticket_price": "0", + "id": "13861", + "bonuses": "0,0,0,25,-7,38,35,44,24,0,30,0,0,0,0" + }, + { + "shop_price": "500000", + "examine": "This item degrades in combat, and will turn to dust.", + "requirements": "{1,78}-{6,78}", + "durability": null, + "low_alchemy": "200000", + "high_alchemy": "300000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "986668", + "name": "Zuriel's robe bottom", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13862" + }, + { + "shop_price": "300000", + "examine": "This item degrades in combat, and will turn to dust.", + "requirements": "{1,78}-{6,78}", + "durability": null, + "low_alchemy": "200000", + "high_alchemy": "300000", + "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", + "shop_price": "250000", + "examine": "This item degrades in combat, and will turn to dust.", + "requirements": "{1,78}-{6,78}", + "durability": null, + "low_alchemy": "100000", + "high_alchemy": "150000", + "destroy": "true", + "attack_speed": "4", + "absorb": "6,3,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "grand_exchange_price": "361542", + "name": "Zuriel's hood", + "archery_ticket_price": "0", + "id": "13864", + "bonuses": "0,0,0,8,-2,20,16,22,8,0,15,0,0,0,0" + }, + { + "shop_price": "250000", + "examine": "This item degrades in combat, and will turn to dust.", + "requirements": "{1,78}-{6,78}", + "durability": null, + "low_alchemy": "100000", + "high_alchemy": "150000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "361542", + "name": "Zuriel's hood", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13865" + }, + { + "remove_head": "true", + "shop_price": "150000", + "examine": "This item degrades in combat, and will turn to dust.", + "requirements": "{1,78}-{6,78}", + "durability": null, + "low_alchemy": "100000", + "high_alchemy": "150000", + "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.", + "requirements": "{6,78}", + "walk_anim": "1205", + "rare_item": "true", + "low_alchemy": "120000", + "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": "13867", + "stand_turn_anim": "1209", + "bonuses": "13,-1,65,18,0,5,7,4,18,0,0,72,0,0,10", + "shop_price": "300000", + "durability": null, + "high_alchemy": "180000", + "destroy": "true", + "weapon_interface": "1", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Zuriel's staff" + }, + { + "shop_price": "300000", + "examine": "This item degrades in combat, and will turn to dust.", + "requirements": "{6,78}", + "durability": null, + "low_alchemy": "120000", + "high_alchemy": "180000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "2116989", + "name": "Zuriel's staff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13868" + }, + { + "turn90cw_anim": "1207", + "examine": "This item degrades in combat, and will turn to dust.", + "requirements": "{6,78}", + "walk_anim": "1205", + "rare_item": "true", + "low_alchemy": "120000", + "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": "", + "shop_price": "300000", + "durability": null, + "high_alchemy": "180000", + "destroy": "true", + "weapon_interface": "1", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Zuriel's staff (deg)" + }, + { + "shop_price": "500000", + "examine": "This item degrades in combat, and will turn to dust.", + "requirements": "{1,78}-{4,78}", + "durability": null, + "low_alchemy": "200000", + "high_alchemy": "300000", + "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", + "archery_ticket_price": "0", + "id": "13870", + "bonuses": "0,0,0,-15,36,61,53,66,75,62,60,0,0,0,0" + }, + { + "shop_price": "500000", + "examine": "This item degrades in combat, and will turn to dust.", + "requirements": "{1,78}-{4,78}", + "durability": null, + "low_alchemy": "200000", + "high_alchemy": "300000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "926341", + "name": "Morrigan's leather body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13871" + }, + { + "shop_price": "300000", + "examine": "This item degrades in combat, and will turn to dust.", + "requirements": "{1,78}-{4,78}", + "durability": null, + "low_alchemy": "200000", + "high_alchemy": "300000", + "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" + }, + { + "shop_price": "500000", + "examine": "This item degrades in combat, and will turn to dust.", + "requirements": "{1,78}-{4,78}", + "durability": null, + "low_alchemy": "200000", + "high_alchemy": "300000", + "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", + "archery_ticket_price": "0", + "id": "13873", + "bonuses": "0,0,0,-10,23,35,29,37,46,35,30,0,0,0,0" + }, + { + "shop_price": "500000", + "examine": "This item degrades in combat, and will turn to dust.", + "requirements": "{1,78}-{4,78}", + "durability": null, + "low_alchemy": "200000", + "high_alchemy": "300000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop, Destroy after degrading.", + "grand_exchange_price": "510395", + "name": "Morrigan's leather chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13874" + }, + { + "shop_price": "300000", + "examine": "This item degrades in combat, and will turn to dust.", + "requirements": "{1,78}-{4,78}", + "durability": null, + "low_alchemy": "200000", + "high_alchemy": "300000", + "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", + "shop_price": "250000", + "examine": "This item degrades in combat, and will turn to dust.", + "requirements": "{1,78}-{4,78}", + "durability": null, + "low_alchemy": "100000", + "high_alchemy": "150000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,6,3", + "equipment_slot": "0", + "destroy_message": "Drop", + "grand_exchange_price": "236411", + "name": "Morrigan's coif", + "archery_ticket_price": "0", + "id": "13876", + "bonuses": "0,0,0,-5,13,8,11,14,8,12,15,0,0,0,0" + }, + { + "shop_price": "250000", + "examine": "This item degrades in combat, and will turn to dust.", + "requirements": "{1,78}-{4,78}", + "durability": null, + "low_alchemy": "100000", + "high_alchemy": "150000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "236411", + "name": "Morrigan's coif", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13877" + }, + { + "remove_head": "true", + "shop_price": "150000", + "examine": "This item degrades in combat, and will turn to dust.", + "requirements": "{1,78}-{4,78}", + "durability": null, + "low_alchemy": "100000", + "high_alchemy": "150000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,6,3", + "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" + }, + { + "shop_price": "4000", + "examine": "A vicious javelin.", + "requirements": "{4,78}", + "has_special": "true", + "durability": null, + "low_alchemy": "1600", + "high_alchemy": "2400", + "destroy": "true", + "attack_speed": "6", + "weapon_interface": "18", + "absorb": "0,0,0", + "render_anim": "1381", + "equipment_slot": "3", + "destroy_message": "Drop", + "grand_exchange_price": "19944", + "name": "Morrigan's javelin", + "archery_ticket_price": "0", + "id": "13879", + "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "10000", + "examine": "A vicious javelin.", + "requirements": "{4,78}", + "has_special": "true", + "durability": null, + "low_alchemy": "1600", + "high_alchemy": "2400", + "destroy": "true", + "attack_speed": "6", + "weapon_interface": "18", + "absorb": "0,0,0", + "render_anim": "1381", + "equipment_slot": "3", + "destroy_message": "Drop", + "grand_exchange_price": "19944", + "name": "Morrigan's javelin(p)", + "archery_ticket_price": "0", + "id": "13880", + "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "10000", + "examine": "A vicious javelin.", + "requirements": "{4,78}", + "has_special": "true", + "durability": null, + "low_alchemy": "1600", + "high_alchemy": "2400", + "destroy": "true", + "attack_speed": "6", + "weapon_interface": "18", + "absorb": "0,0,0", + "render_anim": "1381", + "equipment_slot": "3", + "destroy_message": "Drop", + "grand_exchange_price": "19944", + "name": "Morrigan's javelin(p+)", + "archery_ticket_price": "0", + "id": "13881", + "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "10000", + "examine": "A vicious javelin.", + "requirements": "{4,78}", + "has_special": "true", + "durability": null, + "low_alchemy": "1600", + "high_alchemy": "2400", + "destroy": "true", + "attack_speed": "6", + "weapon_interface": "18", + "absorb": "0,0,0", + "render_anim": "1381", + "equipment_slot": "3", + "destroy_message": "Drop", + "grand_exchange_price": "19944", + "name": "Morrigan's javelin(p++)", + "archery_ticket_price": "0", + "id": "13882", + "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "4000", + "examine": "A vicious throwing axe.", + "requirements": "{4,78}", + "has_special": "true", + "durability": null, + "low_alchemy": "1600", + "high_alchemy": "2400", + "destroy": "true", + "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", + "archery_ticket_price": "0", + "id": "13883", + "bonuses": "0,0,0,0,93,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "500000", + "examine": "This item degrades in combat, and will turn to dust.", + "requirements": "{1,78}", + "durability": null, + "low_alchemy": "200000", + "high_alchemy": "300000", + "destroy": "true", + "attack_speed": "4", + "absorb": "6,0,12", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "grand_exchange_price": "1619096", + "name": "Statius's platebody", + "archery_ticket_price": "0", + "id": "13884", + "bonuses": "5,5,7,-30,-10,154,145,121,-6,157,60,5,0,0,0" + }, + { + "shop_price": "500000", + "examine": "This item degrades in combat, and will turn to dust.", + "requirements": "{1,78}", + "durability": null, + "low_alchemy": "200000", + "high_alchemy": "300000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "1619096", + "name": "Statius's platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13885" + }, + { + "shop_price": "300000", + "examine": "This item degrades in combat, and will turn to dust.", + "requirements": "{1,78}", + "durability": null, + "low_alchemy": "200000", + "high_alchemy": "300000", + "destroy": "true", + "attack_speed": "4", + "absorb": "6,0,12", + "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" + }, + { + "shop_price": "500000", + "examine": "This item degrades in combat, and will turn to dust.", + "requirements": "{1,78}", + "durability": null, + "low_alchemy": "200000", + "high_alchemy": "300000", + "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", + "archery_ticket_price": "0", + "id": "13887", + "bonuses": "5,7,7,-15,0,120,131,145,-3,140,60,6,0,0,0" + }, + { + "shop_price": "500000", + "examine": "This item degrades in combat, and will turn to dust.", + "requirements": "{1,78}", + "durability": null, + "low_alchemy": "200000", + "high_alchemy": "300000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop, Destroy once it has been degraded.", + "grand_exchange_price": "2154168", + "name": "Vesta's chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13888" + }, + { + "shop_price": "300000", + "examine": "This item degrades in combat, and will turn to dust.", + "requirements": "{1,78}", + "durability": null, + "low_alchemy": "200000", + "high_alchemy": "300000", + "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" + }, + { + "shop_price": "500000", + "examine": "This item degrades in combat, and will turn to dust.", + "requirements": "{1,78}", + "durability": null, + "low_alchemy": "200000", + "high_alchemy": "300000", + "destroy": "true", + "attack_speed": "4", + "absorb": "4,0,8", + "equipment_slot": "7", + "destroy_message": "Drop", + "grand_exchange_price": "1735029", + "name": "Statius's platelegs", + "archery_ticket_price": "0", + "id": "13890", + "bonuses": "3,3,5,-21,-7,110,106,97,-4,121,30,3,0,0,0" + }, + { + "shop_price": "500000", + "examine": "This item degrades in combat, and will turn to dust.", + "requirements": "{1,78}", + "durability": null, + "low_alchemy": "200000", + "high_alchemy": "300000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "1735029", + "name": "Statius's platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13891" + }, + { + "shop_price": "300000", + "examine": "This item degrades in combat, and will turn to dust.", + "requirements": "{1,78}", + "durability": null, + "low_alchemy": "200000", + "high_alchemy": "300000", + "destroy": "true", + "attack_speed": "4", + "absorb": "4,0,8", + "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" + }, + { + "shop_price": "500000", + "examine": "This item degrades in combat, and will turn to dust.", + "requirements": "{1,78}", + "durability": null, + "low_alchemy": "200000", + "high_alchemy": "300000", + "destroy": "true", + "attack_speed": "4", + "absorb": "4,0,8", + "equipment_slot": "7", + "destroy_message": "Drop", + "grand_exchange_price": "1860767", + "name": "Vesta's plateskirt", + "archery_ticket_price": "0", + "id": "13893", + "bonuses": "3,5,5,-17,-4,86,100,112,-2,118,30,3,0,0,0" + }, + { + "shop_price": "500000", + "examine": "This item degrades in combat, and will turn to dust.", + "requirements": "{1,78}", + "durability": null, + "low_alchemy": "200000", + "high_alchemy": "300000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "1860767", + "name": "Vesta's plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13894" + }, + { + "shop_price": "300000", + "examine": "This item degrades in combat, and will turn to dust.", + "requirements": "{1,78}", + "durability": null, + "low_alchemy": "200000", + "high_alchemy": "300000", + "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", + "shop_price": "250000", + "examine": "This item degrades in combat, and will turn to dust.", + "requirements": "{1,78}", + "durability": null, + "low_alchemy": "100000", + "high_alchemy": "150000", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,6", + "equipment_slot": "0", + "destroy_message": "Drop", + "grand_exchange_price": "1301986", + "name": "Statius's full helm", + "archery_ticket_price": "0", + "id": "13896", + "bonuses": "3,3,4,-6,-2,65,70,63,-1,71,15,3,0,0,0" + }, + { + "shop_price": "250000", + "examine": "This item degrades in combat, and will turn to dust.", + "requirements": "{1,78}", + "durability": null, + "low_alchemy": "100000", + "high_alchemy": "150000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "1301986", + "name": "Statius's full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13897" + }, + { + "remove_head": "true", + "shop_price": "150000", + "examine": "This item degrades in combat, and will turn to dust.", + "requirements": "{1,78}", + "durability": null, + "low_alchemy": "100000", + "high_alchemy": "150000", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,6", + "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.", + "requirements": "{0,78}", + "walk_anim": "1205", + "has_special": "true", + "rare_item": "true", + "low_alchemy": "120000", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "absorb": "0,0,0", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "381,390,390,390", + "destroy_message": "Drop", + "grand_exchange_price": "10464249", + "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", + "shop_price": "300000", + "durability": null, + "high_alchemy": "180000", + "destroy": "true", + "weapon_interface": "5", + "render_anim": "1426", + "attack_audios": "2500,2500,2517,2500", + "name": "Vesta's longsword" + }, + { + "shop_price": "300000", + "examine": "This item degrades in combat, and will turn to dust.", + "requirements": "{0,78}", + "durability": null, + "low_alchemy": "120000", + "high_alchemy": "180000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "10464249", + "name": "Vesta's longsword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13900" + }, + { + "turn90cw_anim": "1207", + "examine": "This item degrades in combat, and will turn to dust.", + "requirements": "{0,78}", + "walk_anim": "1205", + "has_special": "true", + "rare_item": "true", + "low_alchemy": "120000", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "absorb": "0,0,0", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "381,390,390,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, + "high_alchemy": "180000", + "destroy": "true", + "weapon_interface": "5", + "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.", + "requirements": "{0,78}", + "walk_anim": "819", + "has_special": "true", + "low_alchemy": "120000", + "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", + "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", + "shop_price": "300000", + "durability": null, + "high_alchemy": "180000", + "destroy": "true", + "weapon_interface": "10", + "attack_audios": "2504,0,0,0", + "name": "Statius's warhammer" + }, + { + "shop_price": "300000", + "examine": "This item degrades in combat, and will turn to dust.", + "requirements": "{0,78}", + "durability": null, + "low_alchemy": "120000", + "high_alchemy": "180000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop, Destroy once it has been degraded.", + "grand_exchange_price": "7424450", + "name": "Statius's warhammer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13903" + }, + { + "turn90cw_anim": "821", + "examine": "This item degrades in combat, and will turn to dust.", + "requirements": "{0,78}", + "walk_anim": "819", + "has_special": "true", + "low_alchemy": "120000", + "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", + "requirements": "", + "shop_price": "300000", + "durability": null, + "high_alchemy": "180000", + "destroy": "true", + "weapon_interface": "10", + "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.", + "requirements": "{0,78}", + "walk_anim": "1205", + "has_special": "true", + "low_alchemy": "120000", + "turn90ccw_anim": "1208", + "attack_speed": "4", + "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", + "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", + "shop_price": "300000", + "durability": null, + "high_alchemy": "180000", + "destroy": "true", + "weight": "4.2", + "weapon_interface": "14", + "render_anim": "28", + "name": "Vesta's spear" + }, + { + "shop_price": "300000", + "examine": "This item degrades in combat, and will turn to dust.", + "requirements": "{0,78}", + "durability": null, + "low_alchemy": "120000", + "high_alchemy": "180000", + "destroy": "true", + "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" + }, + { + "shop_price": "180000", + "examine": "This item degrades in combat, and will turn to dust.", + "requirements": "{0,78}", + "has_special": "true", + "durability": null, + "low_alchemy": "120000", + "high_alchemy": "180000", + "destroy": "true", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "absorb": "0,0,0", + "render_anim": "28", + "equipment_slot": "3", + "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" + }, + { + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "requirements": "{1,78}", + "durability": null, + "low_alchemy": "30000", + "high_alchemy": "45000", + "destroy": "true", + "attack_speed": "4", + "absorb": "6,0,12", + "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" + }, + { + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "requirements": "{1,78}", + "durability": null, + "low_alchemy": "30000", + "high_alchemy": "45000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "1897306", + "name": "Corrupt statius's platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13909" + }, + { + "shop_price": "75000", + "examine": "This item degrades while worn, and will turn to dust.", + "requirements": "{1,78}", + "durability": null, + "low_alchemy": "30000", + "high_alchemy": "45000", + "destroy": "true", + "attack_speed": "4", + "absorb": "6,0,12", + "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" + }, + { + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "requirements": "{1,78}", + "durability": null, + "low_alchemy": "30000", + "high_alchemy": "45000", + "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" + }, + { + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "requirements": "{1,78}", + "durability": null, + "low_alchemy": "30000", + "high_alchemy": "45000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "2546175", + "name": "Corrupt vesta's chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13912" + }, + { + "shop_price": "75000", + "examine": "This item degrades while worn, and will turn to dust.", + "requirements": "{1,78}", + "durability": null, + "low_alchemy": "30000", + "high_alchemy": "45000", + "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" + }, + { + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "requirements": "{1,78}", + "durability": null, + "low_alchemy": "30000", + "high_alchemy": "45000", + "destroy": "true", + "attack_speed": "4", + "absorb": "4,0,8", + "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" + }, + { + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "requirements": "{1,78}", + "durability": null, + "low_alchemy": "30000", + "high_alchemy": "45000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "1734527", + "name": "Corrupt statius's platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13915" + }, + { + "shop_price": "75000", + "examine": "This item degrades while worn, and will turn to dust.", + "requirements": "{1,78}", + "durability": null, + "low_alchemy": "30000", + "high_alchemy": "45000", + "destroy": "true", + "attack_speed": "4", + "absorb": "4,0,8", + "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" + }, + { + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "requirements": "{1,78}", + "durability": null, + "low_alchemy": "50000", + "high_alchemy": "75000", + "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" + }, + { + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "requirements": "{1,78}", + "durability": null, + "low_alchemy": "50000", + "high_alchemy": "75000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "1942627", + "name": "Corrupt vesta's plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13918" + }, + { + "shop_price": "75000", + "examine": "This item degrades while worn, and will turn to dust.", + "requirements": "{1,78}", + "durability": null, + "low_alchemy": "50000", + "high_alchemy": "75000", + "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", + "shop_price": "50000", + "examine": "This item degrades while worn, and will turn to dust.", + "requirements": "{1,78}", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "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" + }, + { + "shop_price": "50000", + "examine": "This item degrades while worn, and will turn to dust.", + "requirements": "{1,78}", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "1062835", + "name": "Corrupt statius's full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13921" + }, + { + "remove_head": "true", + "shop_price": "30000", + "examine": "This item degrades while worn, and will turn to dust.", + "requirements": "{1,78}", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,6", + "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" + }, + { + "shop_price": "125000", + "turn90cw_anim": "1207", + "examine": "This item degrades while worn, and will turn to dust.", + "requirements": "{0,78}", + "walk_anim": "1205", + "durability": null, + "low_alchemy": "30000", + "high_alchemy": "45000", + "destroy": "true", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "5", + "turn180_anim": "1206", + "absorb": "0,0,0", + "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" + }, + { + "shop_price": "125000", + "turn90cw_anim": "1207", + "examine": "This item degrades while worn, and will turn to dust.", + "requirements": "{0,78}", + "walk_anim": "1205", + "durability": null, + "low_alchemy": "30000", + "high_alchemy": "45000", + "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" + }, + { + "shop_price": "75000", + "turn90cw_anim": "1207", + "examine": "This item degrades while worn, and will turn to dust.", + "requirements": "{0,78}", + "walk_anim": "1205", + "durability": null, + "low_alchemy": "30000", + "high_alchemy": "45000", + "destroy": "true", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "5", + "turn180_anim": "1206", + "absorb": "0,0,0", + "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" + }, + { + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "requirements": "{0,78}", + "durability": null, + "low_alchemy": "30000", + "high_alchemy": "45000", + "destroy": "true", + "attack_speed": "6", + "weapon_interface": "8", + "absorb": "0,0,0", + "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" + }, + { + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "requirements": "{0,78}", + "durability": null, + "low_alchemy": "30000", + "high_alchemy": "45000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "3033516", + "name": "Corrupt statius's warhammer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13927" + }, + { + "shop_price": "75000", + "examine": "This item degrades while worn, and will turn to dust.", + "requirements": "{0,78}", + "durability": null, + "low_alchemy": "30000", + "high_alchemy": "45000", + "destroy": "true", + "attack_speed": "6", + "weapon_interface": "8", + "absorb": "0,0,0", + "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" + }, + { + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "requirements": "{0,78}", + "durability": null, + "low_alchemy": "30000", + "high_alchemy": "45000", + "destroy": "true", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "absorb": "0,0,0", + "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" + }, + { + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "requirements": "{0,78}", + "durability": null, + "low_alchemy": "30000", + "high_alchemy": "45000", + "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" + }, + { + "shop_price": "75000", + "examine": "This item degrades while worn, and will turn to dust.", + "requirements": "{0,78}", + "durability": null, + "low_alchemy": "30000", + "high_alchemy": "45000", + "destroy": "true", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "absorb": "0,0,0", + "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" + }, + { + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "requirements": "{1,78}-{6,78}", + "durability": null, + "low_alchemy": "50000", + "high_alchemy": "75000", + "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" + }, + { + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "requirements": "{1,78}-{6,78}", + "durability": null, + "low_alchemy": "50000", + "high_alchemy": "75000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "253230", + "name": "Corrupt zuriel's robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13933" + }, + { + "shop_price": "75000", + "examine": "This item degrades while worn, and will turn to dust.", + "requirements": "{1,78}-{6,78}", + "durability": null, + "low_alchemy": "50000", + "high_alchemy": "75000", + "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" + }, + { + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "requirements": "{1,78}-{6,78}", + "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", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "requirements": "{1,78}-{6,78}", + "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" + }, + { + "shop_price": "75000", + "examine": "This item degrades while worn, and will turn to dust.", + "requirements": "{1,78}-{6,78}", + "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", + "shop_price": "50000", + "examine": "This item degrades while worn, and will turn to dust.", + "requirements": "{1,78}-{6,78}", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "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" + }, + { + "shop_price": "50000", + "examine": "This item degrades while worn, and will turn to dust.", + "requirements": "{1,78}-{6,78}", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "43778", + "name": "Corrupt zuriel's hood", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13939" + }, + { + "remove_head": "true", + "shop_price": "30000", + "examine": "This item degrades while worn, and will turn to dust.", + "requirements": "{1,78}-{6,78}", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "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" + }, + { + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "requirements": "{6,78}", + "durability": null, + "low_alchemy": "28000", + "high_alchemy": "42000", + "destroy": "true", + "attack_speed": "6", + "weapon_interface": "1", + "absorb": "0,0,0", + "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" + }, + { + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "requirements": "{6,78}", + "durability": null, + "low_alchemy": "28000", + "high_alchemy": "42000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "219418", + "name": "Corrupt zuriel's staff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13942" + }, + { + "shop_price": "70000", + "examine": "This item degrades while worn, and will turn to dust.", + "requirements": "{6,78}", + "durability": null, + "low_alchemy": "28000", + "high_alchemy": "42000", + "destroy": "true", + "attack_speed": "6", + "weapon_interface": "1", + "absorb": "0,0,0", + "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" + }, + { + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "requirements": "{1,78}-{4,78}", + "durability": null, + "low_alchemy": "50000", + "high_alchemy": "75000", + "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" + }, + { + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "requirements": "{1,78}-{4,78}", + "durability": null, + "low_alchemy": "50000", + "high_alchemy": "75000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "387212", + "name": "Corrupt morrigan's leather body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13945" + }, + { + "shop_price": "75000", + "examine": "This item degrades while worn, and will turn to dust.", + "requirements": "{1,78}-{4,78}", + "durability": null, + "low_alchemy": "50000", + "high_alchemy": "75000", + "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" + }, + { + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "requirements": "{1,78}-{4,78}", + "durability": null, + "low_alchemy": "50000", + "high_alchemy": "75000", + "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" + }, + { + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "requirements": "{1,78}-{4,78}", + "durability": null, + "low_alchemy": "50000", + "high_alchemy": "75000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "84592", + "name": "Corrupt morrigan's leather chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13948" + }, + { + "shop_price": "75000", + "examine": "This item degrades while worn, and will turn to dust.", + "requirements": "{1,78}-{4,78}", + "durability": null, + "low_alchemy": "50000", + "high_alchemy": "75000", + "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", + "shop_price": "50000", + "examine": "This item degrades while worn, and will turn to dust.", + "requirements": "{1,78}-{4,78}", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,6,3", + "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" + }, + { + "shop_price": "50000", + "examine": "This item degrades while worn, and will turn to dust.", + "requirements": "{1,78}-{4,78}", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "63502", + "name": "Corrupt morrigan's coif", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13951" + }, + { + "remove_head": "true", + "shop_price": "30000", + "examine": "This item degrades while worn, and will turn to dust.", + "requirements": "{1,78}-{4,78}", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,6,3", + "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" + }, + { + "shop_price": "1000", + "examine": "A vicious javelin.", + "requirements": "{4,78}", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "destroy": "true", + "attack_speed": "6", + "weapon_interface": "18", + "absorb": "0,0,0", + "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,0" + }, + { + "shop_price": "10000", + "examine": "A vicious javelin.", + "requirements": "{4,78}", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "destroy": "true", + "attack_speed": "6", + "weapon_interface": "18", + "absorb": "0,0,0", + "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,0" + }, + { + "shop_price": "10000", + "examine": "A vicious javelin.", + "requirements": "{4,78}", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "destroy": "true", + "attack_speed": "6", + "weapon_interface": "18", + "absorb": "0,0,0", + "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,0" + }, + { + "shop_price": "10000", + "examine": "A vicious javelin.", + "requirements": "{4,78}", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "destroy": "true", + "attack_speed": "6", + "weapon_interface": "18", + "absorb": "0,0,0", + "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,0" + }, + { + "shop_price": "1000", + "examine": "A vicious throwing axe.", + "requirements": "{4,78}", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "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,0" + }, + { + "shop_price": "120000", + "examine": "This item degrades while worn, and will turn to dust.", + "requirements": "{0,78}-{4,78}", + "durability": null, + "low_alchemy": "28800", + "high_alchemy": "43200", + "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" + }, + { + "shop_price": "120000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "28800", + "high_alchemy": "43200", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "168278", + "name": "Corrupt dragon chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13959" + }, + { + "shop_price": "72000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "28800", + "high_alchemy": "43200", + "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, + "low_alchemy": "14400", + "high_alchemy": "21600", + "destroy": "true", + "attack_speed": "4", + "absorb": "2,0,4", + "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" + }, + { + "shop_price": "60000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "14400", + "high_alchemy": "21600", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "121835", + "name": "Corrupt dragon med helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13962" + }, + { + "remove_head": "true", + "shop_price": "36000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "14400", + "high_alchemy": "21600", + "destroy": "true", + "attack_speed": "4", + "absorb": "2,0,4", + "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, + "low_alchemy": "48000", + "high_alchemy": "72000", + "destroy": "true", + "attack_speed": "4", + "absorb": "5,0,11", + "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" + }, + { + "shop_price": "120000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "48000", + "high_alchemy": "72000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "79703", + "name": "Corrupt dragon sq shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13965" + }, + { + "shop_price": "72000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "48000", + "high_alchemy": "72000", + "destroy": "true", + "attack_speed": "4", + "absorb": "5,0,11", + "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, + "low_alchemy": "48000", + "high_alchemy": "72000", + "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" + }, + { + "shop_price": "120000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "48000", + "high_alchemy": "72000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Destroy", + "grand_exchange_price": "71066", + "name": "Corrupt dragon plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13968" + }, + { + "shop_price": "72000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "48000", + "high_alchemy": "72000", + "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, + "low_alchemy": "48000", + "high_alchemy": "72000", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,6", + "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" + }, + { + "shop_price": "120000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "48000", + "high_alchemy": "72000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "87957", + "name": "Corrupt dragon platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13971" + }, + { + "shop_price": "72000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "48000", + "high_alchemy": "72000", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,6", + "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, + "low_alchemy": "28800", + "high_alchemy": "43200", + "destroy": "true", + "weight": "2.7", + "attack_speed": "6", + "weapon_interface": "2", + "absorb": "0,0,0", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,395,395", + "destroy_message": "Drop", + "grand_exchange_price": "332229", + "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, + "low_alchemy": "28800", + "high_alchemy": "43200", + "destroy": "true", + "weight": "2.7", + "attack_speed": "4", + "render_anim": "2586", + "defence_anim": "397", + "attack_anims": "395,395,395,395", + "destroy_message": "Drop", + "grand_exchange_price": "332229", + "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, + "low_alchemy": "28800", + "high_alchemy": "43200", + "destroy": "true", + "weight": "2.7", + "attack_speed": "6", + "weapon_interface": "2", + "absorb": "0,0,0", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,395,395", + "destroy_message": "Drop", + "grand_exchange_price": "332229", + "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, + "low_alchemy": "12000", + "high_alchemy": "18000", + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "5", + "absorb": "0,0,0", + "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, + "low_alchemy": "12000", + "high_alchemy": "18000", + "destroy": "true", + "attack_speed": "4", + "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, + "low_alchemy": "12000", + "high_alchemy": "18000", + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "5", + "absorb": "0,0,0", + "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, + "low_alchemy": "40000", + "high_alchemy": "60000", + "destroy": "true", + "weight": "1.8", + "attack_speed": "4", + "weapon_interface": "6", + "absorb": "0,0,0", + "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" + }, + { + "shop_price": "100000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "40000", + "high_alchemy": "60000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "338644", + "name": "Corrupt dragon scimitar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13980" + }, + { + "shop_price": "60000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "40000", + "high_alchemy": "60000", + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "6", + "absorb": "0,0,0", + "render_anim": "1928", + "equipment_slot": "3", + "destroy_message": "Drop", + "grand_exchange_price": "338644", + "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, + "low_alchemy": "40000", + "high_alchemy": "60000", + "destroy": "true", + "weight": "1.8", + "attack_speed": "5", + "weapon_interface": "5", + "absorb": "0,0,0", + "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" + }, + { + "shop_price": "100000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "40000", + "high_alchemy": "60000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "207053", + "name": "Corrupt dragon longsword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13983" + }, + { + "shop_price": "60000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "40000", + "high_alchemy": "60000", + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "5", + "absorb": "0,0,0", + "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, + "low_alchemy": "12000", + "high_alchemy": "18000", + "destroy": "true", + "weight": "1.8", + "attack_speed": "5", + "weapon_interface": "8", + "absorb": "0,0,0", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "destroy_message": "Drop", + "grand_exchange_price": "50096", + "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, + "low_alchemy": "12000", + "high_alchemy": "18000", + "destroy": "true", + "weight": "1.8", + "attack_speed": "4", + "defence_anim": "397", + "attack_anims": "390,390,381,390", + "destroy_message": "Drop", + "grand_exchange_price": "50096", + "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, + "low_alchemy": "12000", + "high_alchemy": "18000", + "destroy": "true", + "weight": "1.8", + "attack_speed": "5", + "weapon_interface": "8", + "absorb": "0,0,0", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "destroy_message": "Drop", + "grand_exchange_price": "50096", + "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, + "low_alchemy": "8800", + "high_alchemy": "13200", + "destroy": "true", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "absorb": "0,0,0", + "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, + "low_alchemy": "8800", + "high_alchemy": "13200", + "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, + "low_alchemy": "8800", + "high_alchemy": "13200", + "destroy": "true", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "absorb": "0,0,0", + "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" + }, + { + "shop_price": "5", + "examine": "A book about the Wilderness.", + "durability": null, + "low_alchemy": "2", + "high_alchemy": "3", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "You can get another copy by searching bookshelves around RuneScape.", + "name": "Pvp worlds manual", + "archery_ticket_price": "0", + "id": "14056", + "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, + "low_alchemy": "10", + "high_alchemy": "15", + "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" + }, + { + "shop_price": "2", + "examine": "What a curious and ghoulish smell!", + "durability": null, + "high_alchemy": "1", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "If you drop the goulash, it will be destroyed. You can get some more by dipping a bowl into Maggie's cauldron.", + "name": "Goulash", + "archery_ticket_price": "0", + "id": "14058", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "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, + "low_alchemy": "6", + "high_alchemy": "9", + "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" + }, + { + "shop_price": "15", + "examine": "Tattered but trendy.", + "durability": null, + "low_alchemy": "6", + "high_alchemy": "9", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "7", + "destroy_message": "You can get another set of warlock legs from Diango in Draynor Village.", + "name": "Warlock legs", + "archery_ticket_price": "0", + "id": "14077", + "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, + "low_alchemy": "6", + "high_alchemy": "9", + "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" + }, + { + "shop_price": "15", + "examine": "Tattered but trendy.", + "durability": null, + "low_alchemy": "6", + "high_alchemy": "9", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "7", + "destroy_message": "You can get another witch top from Diango in Draynor.", + "name": "Witch skirt", + "archery_ticket_price": "0", + "id": "14079", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "15", + "examine": "Ragged but rugged.", + "durability": null, + "low_alchemy": "6", + "high_alchemy": "9", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "1", + "destroy_message": "You can get another witch cloak from Diango in Draynor.", + "name": "Witch cloak", + "archery_ticket_price": "0", + "id": "14080", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "15", + "examine": "Ragged but rugged.", + "durability": null, + "low_alchemy": "6", + "high_alchemy": "9", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "1", + "destroy_message": "You can get another warlock cloak from Diango in Draynor Village.", + "name": "Warlock cloak", + "archery_ticket_price": "0", + "id": "14081", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "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, + "low_alchemy": "6", + "high_alchemy": "9", + "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" + }, + { + "shop_price": "15", + "examine": "Tattered but trendy.", + "durability": null, + "low_alchemy": "6", + "high_alchemy": "9", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "7", + "destroy_message": "You can get another witch top from Diango in Draynor.", + "name": "Witch skirt", + "archery_ticket_price": "0", + "id": "14087", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "15", + "examine": "Ragged but rugged.", + "durability": null, + "low_alchemy": "6", + "high_alchemy": "9", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "1", + "destroy_message": "You can get another witch cloak from Diango in Draynor.", + "name": "Witch cloak", + "archery_ticket_price": "0", + "id": "14088", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "", + "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" + }, + { + "examine": "", + "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" + }, + { + "examine": "", + "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" + }, + { + "examine": "", + "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" + }, + { + "examine": "", + "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", + "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", + "equipment_slot": "3", + "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, + "low_alchemy": "1", + "high_alchemy": "1", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "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", + "high_alchemy": "1", + "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", + "equipment_slot": "3", + "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", + "high_alchemy": "1", + "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", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Butterfly net (class 1)", + "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", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Butterfly net (class 2)", + "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", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Butterfly net (class 3)", + "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", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Butterfly net (class 4)", + "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", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Butterfly net (class 5)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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" + }, + { + "destroy_message": "Drop", + "shop_price": "2", + "examine": "The Sacred Clay has transformed into a wood-like substance.", + "durability": null, + "name": "Arrows (class 1)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14202", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,15,0,0", + "equipment_slot": "13" + }, + { + "destroy_message": "Drop", + "shop_price": "4", + "examine": "The Sacred Clay has transformed into a wood-like substance.", + "durability": null, + "name": "Arrows (class 2)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14203", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,30,0,0", + "equipment_slot": "13" + }, + { + "destroy_message": "Drop", + "shop_price": "6", + "examine": "The Sacred Clay has transformed into a wood-like substance.", + "durability": null, + "name": "Arrows (class 3)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14204", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,45,0,0", + "equipment_slot": "13" + }, + { + "destroy_message": "Drop", + "shop_price": "8", + "examine": "The Sacred Clay has transformed into a wood-like substance.", + "durability": null, + "name": "Arrows (class 4)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14205", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,60,0,0", + "equipment_slot": "13" + }, + { + "destroy_message": "Drop", + "shop_price": "10", + "examine": "The Sacred Clay has transformed into a wood-like substance.", + "durability": null, + "name": "Arrows (class 5)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14206", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,75,0,0", + "equipment_slot": "13" + }, + { + "shop_price": "150", + "examine": "3 doses of Prayer restore potion.", + "durability": null, + "low_alchemy": "61", + "high_alchemy": "91", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Prayer potion(5)", + "archery_ticket_price": "0", + "id": "14207", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "150", + "examine": "3 doses of Prayer restore potion.", + "durability": null, + "low_alchemy": "61", + "high_alchemy": "91", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Prayer potion(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14208" + }, + { + "shop_price": "120", + "examine": "4 doses of Prayer restore potion.", + "durability": null, + "low_alchemy": "61", + "high_alchemy": "91", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Prayer potion(4)", + "archery_ticket_price": "0", + "id": "14209", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "120", + "examine": "4 doses of Prayer restore potion.", + "durability": null, + "low_alchemy": "61", + "high_alchemy": "91", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Prayer potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14210" + }, + { + "shop_price": "90", + "examine": "3 doses of Prayer restore potion.", + "durability": null, + "low_alchemy": "61", + "high_alchemy": "91", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Prayer potion(3)", + "archery_ticket_price": "0", + "id": "14211", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "90", + "examine": "3 doses of Prayer restore potion.", + "durability": null, + "low_alchemy": "61", + "high_alchemy": "91", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Prayer potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14212" + }, + { + "shop_price": "60", + "examine": "2 doses of Prayer restore potion.", + "durability": null, + "low_alchemy": "61", + "high_alchemy": "91", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Prayer potion(2)", + "archery_ticket_price": "0", + "id": "14213", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "60", + "examine": "2 doses of Prayer restore potion.", + "durability": null, + "low_alchemy": "61", + "high_alchemy": "91", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Prayer potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14214" + }, + { + "shop_price": "30", + "examine": "1 dose of Prayer restore potion.", + "durability": null, + "low_alchemy": "61", + "high_alchemy": "91", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Prayer potion(1)", + "archery_ticket_price": "0", + "id": "14215", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "30", + "examine": "1 dose of Prayer restore potion.", + "durability": null, + "low_alchemy": "61", + "high_alchemy": "91", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Prayer potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14216" + }, + { + "shop_price": "150", + "examine": "4 doses of energy potion.", + "durability": null, + "low_alchemy": "58", + "high_alchemy": "87", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Energy potion (5)", + "archery_ticket_price": "0", + "id": "14217", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "150", + "examine": "4 doses of energy potion.", + "durability": null, + "low_alchemy": "58", + "high_alchemy": "87", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Energy potion (5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14218" + }, + { + "shop_price": "120", + "examine": "4 doses of energy potion.", + "durability": null, + "low_alchemy": "58", + "high_alchemy": "87", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Energy potion (4)", + "archery_ticket_price": "0", + "id": "14219", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "120", + "examine": "4 doses of energy potion.", + "durability": null, + "low_alchemy": "58", + "high_alchemy": "87", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Energy potion (4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14220" + }, + { + "shop_price": "90", + "examine": "3 doses of energy potion.", + "durability": null, + "low_alchemy": "58", + "high_alchemy": "87", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Energy potion (3)", + "archery_ticket_price": "0", + "id": "14221", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "90", + "examine": "3 doses of energy potion.", + "durability": null, + "low_alchemy": "58", + "high_alchemy": "87", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Energy potion (3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14222" + }, + { + "shop_price": "60", + "examine": "2 doses of energy potion.", + "durability": null, + "low_alchemy": "58", + "high_alchemy": "87", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Energy potion (2)", + "archery_ticket_price": "0", + "id": "14223", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "60", + "examine": "2 doses of energy potion.", + "durability": null, + "low_alchemy": "58", + "high_alchemy": "87", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Energy potion (2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14224" + }, + { + "shop_price": "30", + "examine": "1 dose of energy potion.", + "durability": null, + "low_alchemy": "58", + "high_alchemy": "87", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Energy potion (1)", + "archery_ticket_price": "0", + "id": "14225", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "30", + "examine": "1 dose of energy potion.", + "durability": null, + "low_alchemy": "58", + "high_alchemy": "87", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Energy potion (1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14226" + }, + { + "shop_price": "150", + "examine": "5 doses of super Attack potion.", + "durability": null, + "low_alchemy": "72", + "high_alchemy": "108", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Super attack(5)", + "archery_ticket_price": "0", + "id": "14227", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "150", + "examine": "5 doses of super Attack potion.", + "durability": null, + "low_alchemy": "72", + "high_alchemy": "108", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Super attack(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14228" + }, + { + "shop_price": "120", + "examine": "4 doses of super Attack potion.", + "durability": null, + "low_alchemy": "72", + "high_alchemy": "108", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Super attack(4)", + "archery_ticket_price": "0", + "id": "14229", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "120", + "examine": "4 doses of super Attack potion.", + "durability": null, + "low_alchemy": "72", + "high_alchemy": "108", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Super attack(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14230" + }, + { + "shop_price": "90", + "examine": "3 doses of super Attack potion.", + "durability": null, + "low_alchemy": "72", + "high_alchemy": "108", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Super attack(3)", + "archery_ticket_price": "0", + "id": "14231", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "90", + "examine": "3 doses of super Attack potion.", + "durability": null, + "low_alchemy": "72", + "high_alchemy": "108", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Super attack(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14232" + }, + { + "shop_price": "60", + "examine": "2 doses of super Attack potion.", + "durability": null, + "low_alchemy": "72", + "high_alchemy": "108", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Super attack(2)", + "archery_ticket_price": "0", + "id": "14233", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "60", + "examine": "2 doses of super Attack potion.", + "durability": null, + "low_alchemy": "72", + "high_alchemy": "108", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Super attack(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14234" + }, + { + "shop_price": "30", + "examine": "1 dose of super Attack potion.", + "durability": null, + "low_alchemy": "72", + "high_alchemy": "108", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Super attack(1)", + "archery_ticket_price": "0", + "id": "14235", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "30", + "examine": "1 dose of super Attack potion.", + "durability": null, + "low_alchemy": "72", + "high_alchemy": "108", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Super attack(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14236" + }, + { + "shop_price": "150", + "examine": "5 doses of super Strength potion.", + "durability": null, + "low_alchemy": "88", + "high_alchemy": "132", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Super strength(5)", + "archery_ticket_price": "0", + "id": "14237", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "150", + "examine": "5 doses of super Strength potion.", + "durability": null, + "low_alchemy": "88", + "high_alchemy": "132", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Super strength(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14238" + }, + { + "shop_price": "120", + "examine": "4 doses of super Strength potion.", + "durability": null, + "low_alchemy": "88", + "high_alchemy": "132", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Super strength(4)", + "archery_ticket_price": "0", + "id": "14239", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "120", + "examine": "4 doses of super Strength potion.", + "durability": null, + "low_alchemy": "88", + "high_alchemy": "132", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Super strength(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14240" + }, + { + "shop_price": "90", + "examine": "3 doses of super Strength potion.", + "durability": null, + "low_alchemy": "88", + "high_alchemy": "132", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Super strength(3)", + "archery_ticket_price": "0", + "id": "14241", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "90", + "examine": "3 doses of super Strength potion.", + "durability": null, + "low_alchemy": "88", + "high_alchemy": "132", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Super strength(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14242" + }, + { + "shop_price": "60", + "examine": "2 doses of super Strength potion.", + "durability": null, + "low_alchemy": "88", + "high_alchemy": "132", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Super strength(2)", + "archery_ticket_price": "0", + "id": "14243", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "60", + "examine": "2 doses of super Strength potion.", + "durability": null, + "low_alchemy": "88", + "high_alchemy": "132", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Super strength(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14244" + }, + { + "shop_price": "30", + "examine": "1 dose of super Strength potion.", + "durability": null, + "low_alchemy": "88", + "high_alchemy": "132", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Super strength(1)", + "archery_ticket_price": "0", + "id": "14245", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "30", + "examine": "1 dose of super Strength potion.", + "durability": null, + "low_alchemy": "88", + "high_alchemy": "132", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Super strength(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14246" + }, + { + "shop_price": "150", + "examine": "4 doses of ranging potion.", + "durability": null, + "low_alchemy": "224", + "high_alchemy": "336", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Ranging potion(5)", + "archery_ticket_price": "0", + "id": "14247", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "150", + "examine": "5 doses of ranging potion.", + "durability": null, + "low_alchemy": "224", + "high_alchemy": "336", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Ranging potion(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14248" + }, + { + "shop_price": "120", + "examine": "4 doses of ranging potion.", + "durability": null, + "low_alchemy": "224", + "high_alchemy": "336", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Ranging potion(4)", + "archery_ticket_price": "0", + "id": "14249", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "120", + "examine": "4 doses of ranging potion.", + "durability": null, + "low_alchemy": "224", + "high_alchemy": "336", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Ranging potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14250" + }, + { + "shop_price": "90", + "examine": "3 doses of ranging potion.", + "durability": null, + "low_alchemy": "224", + "high_alchemy": "336", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Ranging potion(3)", + "archery_ticket_price": "0", + "id": "14251", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "90", + "examine": "3 doses of ranging potion.", + "durability": null, + "low_alchemy": "224", + "high_alchemy": "336", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Ranging potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14252" + }, + { + "shop_price": "60", + "examine": "2 doses of ranging potion.", + "durability": null, + "low_alchemy": "224", + "high_alchemy": "336", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Ranging potion(2)", + "archery_ticket_price": "0", + "id": "14253", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "60", + "examine": "2 doses of ranging potion.", + "durability": null, + "low_alchemy": "224", + "high_alchemy": "336", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Ranging potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14254" + }, + { + "shop_price": "30", + "examine": "1 dose of ranging potion.", + "durability": null, + "low_alchemy": "224", + "high_alchemy": "336", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Ranging potion(1)", + "archery_ticket_price": "0", + "id": "14255", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "30", + "examine": "1 dose of ranging potion.", + "durability": null, + "low_alchemy": "224", + "high_alchemy": "336", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Ranging potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14256" + }, + { + "shop_price": "150", + "examine": "3 doses of Defence Potion.", + "durability": null, + "low_alchemy": "352", + "high_alchemy": "528", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Defence potion(5)", + "archery_ticket_price": "0", + "id": "14257", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "150", + "examine": "3 doses of Defence Potion.", + "durability": null, + "low_alchemy": "352", + "high_alchemy": "528", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Defence potion(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14258" + }, + { + "shop_price": "120", + "examine": "4 doses of Defence Potion.", + "durability": null, + "low_alchemy": "352", + "high_alchemy": "528", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Defence potion(4)", + "archery_ticket_price": "0", + "id": "14259", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "120", + "examine": "4 doses of Defence Potion.", + "durability": null, + "low_alchemy": "352", + "high_alchemy": "528", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Defence potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14260" + }, + { + "shop_price": "90", + "examine": "3 doses of Defence Potion.", + "durability": null, + "low_alchemy": "352", + "high_alchemy": "528", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Defence potion(3)", + "archery_ticket_price": "0", + "id": "14261", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "90", + "examine": "3 doses of Defence Potion.", + "durability": null, + "low_alchemy": "352", + "high_alchemy": "528", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Defence potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14262" + }, + { + "shop_price": "60", + "examine": "2 doses of Defence Potion.", + "durability": null, + "low_alchemy": "352", + "high_alchemy": "528", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Defence potion(2)", + "archery_ticket_price": "0", + "id": "14263", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "60", + "examine": "2 doses of Defence Potion.", + "durability": null, + "low_alchemy": "352", + "high_alchemy": "528", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Defence potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14264" + }, + { + "shop_price": "30", + "examine": "1 dose of Defence Potion.", + "durability": null, + "low_alchemy": "352", + "high_alchemy": "528", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Defence potion(1)", + "archery_ticket_price": "0", + "id": "14265", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "30", + "examine": "1 dose of Defence Potion.", + "durability": null, + "low_alchemy": "352", + "high_alchemy": "528", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Defence potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14266" + }, + { + "shop_price": "150", + "examine": "4 doses of Magic potion.", + "durability": null, + "low_alchemy": "224", + "high_alchemy": "336", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Magic potion(5)", + "archery_ticket_price": "0", + "id": "14267", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "150", + "examine": "5 doses of Magic potion.", + "durability": null, + "low_alchemy": "224", + "high_alchemy": "336", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Magic potion(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14268" + }, + { + "shop_price": "120", + "examine": "4 doses of Magic potion.", + "durability": null, + "low_alchemy": "224", + "high_alchemy": "336", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Magic potion(4)", + "archery_ticket_price": "0", + "id": "14269", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "120", + "examine": "4 doses of Magic potion.", + "durability": null, + "low_alchemy": "224", + "high_alchemy": "336", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Magic potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14270" + }, + { + "shop_price": "90", + "examine": "3 doses of Magic potion.", + "durability": null, + "low_alchemy": "224", + "high_alchemy": "336", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Magic potion(3)", + "archery_ticket_price": "0", + "id": "14271", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "90", + "examine": "3 doses of Magic potion.", + "durability": null, + "low_alchemy": "224", + "high_alchemy": "336", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Magic potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14272" + }, + { + "shop_price": "60", + "examine": "2 doses of Magic potion.", + "durability": null, + "low_alchemy": "224", + "high_alchemy": "336", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Magic potion(2)", + "archery_ticket_price": "0", + "id": "14273", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "60", + "examine": "2 doses of Magic potion.", + "durability": null, + "low_alchemy": "224", + "high_alchemy": "336", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Magic potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14274" + }, + { + "shop_price": "30", + "examine": "1 dose of Magic potion.", + "durability": null, + "low_alchemy": "224", + "high_alchemy": "336", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Magic potion(1)", + "archery_ticket_price": "0", + "id": "14275", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "30", + "examine": "1 dose of Magic potion.", + "durability": null, + "low_alchemy": "224", + "high_alchemy": "336", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Magic potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14276" + }, + { + "shop_price": "150", + "examine": "3 doses of Summoning potion.", + "durability": null, + "low_alchemy": "76", + "high_alchemy": "114", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Summoning potion(5)", + "archery_ticket_price": "0", + "id": "14277", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "150", + "examine": "3 doses of Summoning potion.", + "durability": null, + "low_alchemy": "76", + "high_alchemy": "114", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Summoning potion(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14278" + }, + { + "shop_price": "120", + "examine": "4 doses of Summoning potion.", + "durability": null, + "low_alchemy": "76", + "high_alchemy": "114", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Summoning potion(4)", + "archery_ticket_price": "0", + "id": "14279", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "120", + "examine": "4 doses of Summoning potion.", + "durability": null, + "low_alchemy": "76", + "high_alchemy": "114", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Summoning potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14280" + }, + { + "shop_price": "90", + "examine": "3 doses of Summoning potion.", + "durability": null, + "low_alchemy": "76", + "high_alchemy": "114", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Summoning potion(3)", + "archery_ticket_price": "0", + "id": "14281", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "90", + "examine": "3 doses of Summoning potion.", + "durability": null, + "low_alchemy": "76", + "high_alchemy": "114", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Summoning potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14282" + }, + { + "shop_price": "60", + "examine": "2 doses of Summoning potion.", + "durability": null, + "low_alchemy": "76", + "high_alchemy": "114", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Summoning potion(2)", + "archery_ticket_price": "0", + "id": "14283", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "60", + "examine": "2 doses of Summoning potion.", + "durability": null, + "low_alchemy": "76", + "high_alchemy": "114", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Summoning potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14284" + }, + { + "shop_price": "30", + "examine": "1 dose of Summoning potion.", + "durability": null, + "low_alchemy": "76", + "high_alchemy": "114", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Summoning potion(1)", + "archery_ticket_price": "0", + "id": "14285", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "30", + "examine": "1 dose of Summoning potion.", + "durability": null, + "low_alchemy": "76", + "high_alchemy": "114", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Summoning potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "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", + "destroy_message": "Drop", + "name": "Scimitar (class 1)", + "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", + "destroy_message": "Drop", + "name": "Scimitar (class 2)", + "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", + "destroy_message": "Drop", + "name": "Scimitar (class 3)", + "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", + "destroy_message": "Drop", + "name": "Scimitar (class 4)", + "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", + "destroy_message": "Drop", + "name": "Scimitar (class 5)", + "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", + "destroy_message": "Drop", + "name": "Dagger (class 1)", + "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", + "destroy_message": "Drop", + "name": "Dagger (class 2)", + "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", + "destroy_message": "Drop", + "name": "Dagger (class 3)", + "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", + "destroy_message": "Drop", + "name": "Dagger (class 4)", + "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", + "destroy_message": "Drop", + "name": "Dagger (class 5)", + "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", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Warhammer (class 1)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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" + }, + { + "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)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14327", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,15,0,15,0,0,0,0", + "equipment_slot": "7" + }, + { + "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" + }, + { + "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)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14329", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,30,0,30,0,0,0,0", + "equipment_slot": "7" + }, + { + "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" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "The sacred clay transformed into a light, cloth-like material.", + "durability": null, + "name": "Robe bottom (class 3)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14331", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,45,0,45,0,0,0,0", + "equipment_slot": "7" + }, + { + "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" + }, + { + "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)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14333", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,60,0,60,0,0,0,0", + "equipment_slot": "7" + }, + { + "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" + }, + { + "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)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14335", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,75,0,75,0,0,0,0", + "equipment_slot": "7" + }, + { + "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" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "The sacred clay has transformed into a light, cloth-like material.", + "durability": null, + "name": "Hat (class 1)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14337", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,10,0,10,0,0,0,0", + "equipment_slot": "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" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "The sacred clay has transformed into a light, cloth-like material.", + "durability": null, + "name": "Hat (class 2)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14339", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,20,0,20,0,0,0,0", + "equipment_slot": "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" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "The sacred clay has transformed into a light, cloth-like material.", + "durability": null, + "name": "Hat (class 3)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14341", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,30,0,30,0,0,0,0", + "equipment_slot": "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" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "The sacred clay has transformed into a light, cloth-like material.", + "durability": null, + "name": "Hat (class 4)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14343", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,40,0,40,0,0,0,0", + "equipment_slot": "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" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "The sacred clay has transformed into a light, cloth-like material.", + "durability": null, + "name": "Hat (class 5)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14345", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,50,0,50,0,0,0,0", + "equipment_slot": "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)", + "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)", + "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)", + "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)", + "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)", + "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" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "The sacred clay has transformed into a hard, metallic substance.", + "durability": null, + "name": "Platelegs (class 1)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14357", + "absorb": "0,0,0", + "bonuses": "0,0,0,-30,-10,15,15,15,-10,7,15,0,0,0,0", + "equipment_slot": "7" + }, + { + "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" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "The sacred clay has transformed into a hard, metallic substance.", + "durability": null, + "name": "Platelegs (class 2)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14359", + "absorb": "0,0,0", + "bonuses": "0,0,0,-30,-10,30,30,30,-10,15,30,0,0,0,0", + "equipment_slot": "7" + }, + { + "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" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "The sacred clay has transformed into a hard, metallic substance.", + "durability": null, + "name": "Platelegs (class 3)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14361", + "absorb": "0,0,0", + "bonuses": "0,0,0,-30,-10,45,45,45,-10,23,45,0,0,0,0", + "equipment_slot": "7" + }, + { + "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" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "The sacred clay has transformed into a hard, metallic substance.", + "durability": null, + "name": "Platelegs (class 4)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14363", + "absorb": "0,0,0", + "bonuses": "0,0,0,-30,-10,60,60,60,-10,30,60,0,0,0,0", + "equipment_slot": "7" + }, + { + "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" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "The sacred clay has transformed into a hard, metallic substance.", + "durability": null, + "name": "Platelegs (class 5)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14365", + "absorb": "0,0,0", + "bonuses": "0,0,0,-30,-10,75,75,75,-10,37,75,0,0,0,0", + "equipment_slot": "7" + }, + { + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "The sacred clay transformed into a flexible mesh.", + "durability": null, + "name": "Chaps (class 1)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14401", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,7,7,7,0,15,15,0,0,0,0", + "equipment_slot": "7" + }, + { + "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" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "The sacred clay transformed into a flexible mesh.", + "durability": null, + "name": "Chaps (class 2)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14403", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,15,15,15,0,30,30,0,0,0,0", + "equipment_slot": "7" + }, + { + "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" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "The sacred clay transformed into a flexible mesh.", + "durability": null, + "name": "Chaps (class 3)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14405", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,23,23,23,0,45,45,0,0,0,0", + "equipment_slot": "7" + }, + { + "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" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "The sacred clay transformed into a flexible mesh.", + "durability": null, + "name": "Chaps (class 4)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14407", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,30,30,30,0,60,60,0,0,1,0", + "equipment_slot": "7" + }, + { + "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" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "The sacred clay transformed into a flexible mesh.", + "durability": null, + "name": "Chaps (class 5)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14409", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,37,37,37,0,75,75,0,0,0,0", + "equipment_slot": "7" + }, + { + "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", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Coif (class 1)", + "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" + }, + { + "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", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Coif (class 2)", + "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", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Coif (class 3)", + "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", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Coif (class 4)", + "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)", + "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", + "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)", + "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)", + "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)", + "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)", + "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)", + "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" + }, + { + "shop_price": "5", + "examine": "A vine flower grown through magical means.", + "durability": null, + "low_alchemy": "2", + "high_alchemy": "3", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "name": "Vine flower", + "archery_ticket_price": "0", + "id": "14458", + "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" + }, + { + "shop_price": "10", + "examine": "Some dirty clothes that apparently belong to Movario.", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "You got these clothes from a washerman who lives near the Khazard battle arena.", + "name": "Dirty laundry", + "archery_ticket_price": "0", + "id": "14460", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "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, + "low_alchemy": "12000", + "high_alchemy": "18000", + "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" + }, + { + "shop_price": "30000", + "examine": "A badly damaged lump of dragon metal.", + "durability": null, + "low_alchemy": "12000", + "high_alchemy": "18000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "955683", + "name": "Ruined dragon armour lump", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14473" + }, + { + "shop_price": "30000", + "examine": "A badly damaged slice of dragon metal.", + "durability": null, + "low_alchemy": "12000", + "high_alchemy": "18000", + "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" + }, + { + "shop_price": "30000", + "examine": "A badly damaged slice of dragon metal.", + "durability": null, + "low_alchemy": "12000", + "high_alchemy": "18000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "1761141", + "name": "Ruined dragon armour slice", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14475" + }, + { + "shop_price": "30000", + "examine": "A badly damaged shard of dragon metal.", + "durability": null, + "low_alchemy": "12000", + "high_alchemy": "18000", + "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" + }, + { + "shop_price": "30000", + "examine": "A badly damaged shard of dragon metal.", + "durability": null, + "low_alchemy": "12000", + "high_alchemy": "18000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "1090493", + "name": "Ruined dragon armour shard", + "tradeable": "true", + "archery_ticket_price": "0", + "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, + "low_alchemy": "704000", + "high_alchemy": "1056000", + "destroy": "true", + "attack_speed": "4", + "absorb": "4,0,9", + "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" + }, + { + "shop_price": "1760000", + "examine": "Provides excellent protection.", + "durability": null, + "low_alchemy": "704000", + "high_alchemy": "1056000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4453643", + "name": "Dragon platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14480" + }, + { + "requirements": "{1,60}", + "examine": "Provides excellent protection.", + "durability": null, + "low_alchemy": "704000", + "high_alchemy": "1056000", + "destroy": "true", + "attack_speed": "4", + "absorb": "4,0,9", + "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", + "low_alchemy": "27000", + "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, + "high_alchemy": "40500", + "destroy": "true", + "weapon_interface": "9", + "render_anim": "2583", + "lendable": "true", + "name": "Dragon claws" + }, + { + "shop_price": "67500", + "examine": "A set of fighting claws.", + "durability": null, + "low_alchemy": "27000", + "high_alchemy": "40500", + "destroy": "true", + "attack_speed": "4", + "two_handed": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1472441", + "name": "Dragon claws", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14485" + }, + { + "requirements": "{0,60}", + "examine": "A set of fighting claws.", + "has_special": "true", + "durability": null, + "low_alchemy": "27000", + "high_alchemy": "40500", + "destroy": "true", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "9", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1472441", + "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" + }, + { + "shop_price": "65000", + "examine": "These look pretty heavy, but very elite.", + "requirements": "{1,40}", + "durability": null, + "low_alchemy": "26000", + "high_alchemy": "39000", + "destroy": "true", + "attack_speed": "4", + "absorb": "2,0,4", + "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" + }, + { + "shop_price": "65000", + "examine": "These look pretty heavy, but very elite.", + "durability": null, + "low_alchemy": "26000", + "high_alchemy": "39000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "41559", + "name": "Elite black platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14491" + }, + { + "shop_price": "64000", + "examine": "Provides excellent protection, and is elite.", + "requirements": "{1,40}", + "durability": null, + "low_alchemy": "25600", + "high_alchemy": "38400", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,6", + "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" + }, + { + "shop_price": "64000", + "examine": "Provides excellent protection, and is elite.", + "durability": null, + "low_alchemy": "25600", + "high_alchemy": "38400", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "38275", + "name": "Elite black platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14493" + }, + { + "remove_head": "true", + "shop_price": "35200", + "examine": "A full face helmet, and elite.", + "requirements": "{1,40}", + "durability": null, + "low_alchemy": "14080", + "high_alchemy": "21120", + "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" + }, + { + "shop_price": "35200", + "examine": "A full face helmet, and elite.", + "durability": null, + "low_alchemy": "14080", + "high_alchemy": "21120", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "30542", + "name": "Elite black full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "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" + }, + { + "shop_price": "120000", + "examine": "A robe worn by members of the Dagon'hai.", + "requirements": "{1,20}-{6,40}", + "durability": null, + "low_alchemy": "48000", + "high_alchemy": "72000", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,1,0", + "equipment_slot": "4", + "destroy_message": "Drop", + "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,0,2,0" + }, + { + "shop_price": "120000", + "examine": "A robe worn by members of the Dagon'hai.", + "durability": null, + "low_alchemy": "48000", + "high_alchemy": "72000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "71098", + "name": "Dagon'hai robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14498" + }, + { + "shop_price": "15000", + "examine": "A hat worn by members of the Dagon'hai.", + "requirements": "{1,20}-{6,40}", + "durability": null, + "low_alchemy": "6000", + "high_alchemy": "9000", + "destroy": "true", + "attack_speed": "4", + "absorb": "1,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "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.", + "durability": null, + "low_alchemy": "6000", + "high_alchemy": "9000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "9580", + "name": "Dagon'hai hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14500" + }, + { + "shop_price": "80000", + "examine": "A robe worn by members of the Dagon'hai.", + "requirements": "{1,20}-{6,40}", + "durability": null, + "low_alchemy": "32000", + "high_alchemy": "48000", + "destroy": "true", + "attack_speed": "4", + "absorb": "2,1,0", + "equipment_slot": "7", + "destroy_message": "Drop", + "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,0,2,0" + }, + { + "shop_price": "80000", + "examine": "A robe worn by members of the Dagon'hai.", + "durability": null, + "low_alchemy": "32000", + "high_alchemy": "48000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "45691", + "name": "Dagon'hai robe bottom", + "tradeable": "true", + "archery_ticket_price": "0", + "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.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "193541", + "name": "Dagon'hai robes set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14525", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "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": "true", + "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" + }, + { + "examine": "", + "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.", + "examine": "", + "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.", + "examine": "", + "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" + }, + { + "shop_price": "9", + "examine": "", + "durability": null, + "low_alchemy": "3", + "high_alchemy": "5", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "name": "Raw turkey", + "archery_ticket_price": "0", + "id": "14539", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "4", + "examine": "Mmm, this looks tasty.", + "durability": null, + "low_alchemy": "1", + "high_alchemy": "2", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "name": "Cooked turkey", + "archery_ticket_price": "0", + "id": "14540", + "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" + }, + { + "shop_price": "9", + "examine": "I need to cook this first.", + "durability": null, + "low_alchemy": "3", + "high_alchemy": "5", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "name": "Raw turkey drumstick", + "archery_ticket_price": "0", + "id": "14542", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "4", + "examine": "Mmm, this looks tasty.", + "durability": null, + "low_alchemy": "1", + "high_alchemy": "2", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "name": "Cooked turkey drumstick", + "archery_ticket_price": "0", + "id": "14543", + "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.", + "examine": "", + "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" + }, + { + "destroy_message": "", + "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", + "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", + "equipment_slot": "10" + }, + { + "destroy_message": "", + "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", + "equipment_slot": "10" + }, + { + "destroy_message": "", + "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" + }, + { + "destroy_message": "", + "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" + }, + { + "destroy_message": "", + "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, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "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, + "low_alchemy": "80", + "high_alchemy": "120", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "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, + "low_alchemy": "120", + "high_alchemy": "180", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "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" + }, + { + "destroy_message": "", + "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" + }, + { + "destroy_message": "", + "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" + }, + { + "destroy_message": "", + "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", + "low_alchemy": "500", + "high_alchemy": "750", + "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" + }, + { + "shop_price": "1000", + "examine": "This will teleport me to Rellekka when I play it. ", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Enchanted lyre(5)", + "archery_ticket_price": "0", + "id": "14590", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "1000", + "examine": "This will teleport me to Rellekka when I play it. ", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Enchanted lyre(6)", + "archery_ticket_price": "0", + "id": "14591", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "These look pretty heavy, but very elite.", + "durability": null, + "low_alchemy": "26000", + "high_alchemy": "39000", + "destroy": "true", + "attack_speed": "4", + "absorb": "2,0,4", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "41559", + "name": "Elite black platelegs", + "archery_ticket_price": "0", + "id": "14592", + "bonuses": "0,0,0,-14,-6,52,50,25,-1,49,15,0,0,0,0" + }, + { + "examine": "Provides excellent protection, and is elite.", + "durability": null, + "low_alchemy": "25600", + "high_alchemy": "38400", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,6", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "38275", + "name": "Elite black platebody", + "archery_ticket_price": "0", + "id": "14593", + "bonuses": "0,0,0,-20,-8,80,85,40,-2,80,40,0,0,0,0" + }, + { + "examine": "A full face helmet, and elite.", + "durability": null, + "low_alchemy": "14080", + "high_alchemy": "21120", + "destroy": "true", + "attack_speed": "4", + "absorb": "1,0,3", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "30542", + "name": "Elite black full helm", + "archery_ticket_price": "0", + "id": "14594", + "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" + }, + { + "destroy_message": "", + "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", + "examine": "", + "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" + }, + { + "destroy_message": "", + "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, + "low_alchemy": "40", + "high_alchemy": "60", + "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" + }, + { + "shop_price": "100", + "examine": "A feather from a phoenix. Used in Summoning (72).", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "3431", + "name": "Phoenix quill", + "tradeable": "true", + "archery_ticket_price": "0", + "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" + }, + { + "shop_price": "498", + "durability": null, + "name": "Rise from the ashes scroll", + "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", + "low_alchemy": "80", + "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, + "high_alchemy": "120", + "destroy": "true", + "weapon_interface": "6", + "render_anim": "1", + "attack_audios": "2500,2500,2517,2500", + "name": "Enhanced excalibur" + }, + { + "destroy_message": "", + "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" + }, + { + "destroy_message": "", + "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" + }, + { + "destroy_message": "", + "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, + "low_alchemy": "260", + "high_alchemy": "390", + "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, + "low_alchemy": "260", + "high_alchemy": "390", + "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", + "low_alchemy": "7050", + "high_alchemy": "10575", + "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", + "low_alchemy": "7050", + "high_alchemy": "10575", + "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", + "low_alchemy": "7050", + "high_alchemy": "10575", + "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", + "low_alchemy": "7050", + "high_alchemy": "10575", + "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", + "low_alchemy": "7050", + "high_alchemy": "10575", + "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, + "low_alchemy": "0", + "high_alchemy": "1", + "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", + "low_alchemy": "0", + "high_alchemy": "1", + "archery_ticket_price": "0", + "destroy": "true", + "id": "14649", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "0", + "examine": "A standard issue wizard hat.", + "durability": null, + "low_alchemy": "0", + "high_alchemy": "1", + "weight": "0.1", + "destroy": "true", + "equipment_slot": "0", + "destroy_message": "", + "grand_exchange_price": "0", + "name": "Wizard hat", + "tradeable": "false", + "archery_ticket_price": "0", + "hat": "true", + "id": "14650", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "id": "14651", + "examine": "Passed down from the super egg defending bunny knights.", + "destroy": "true", + "destroy_message": " WARNING: This item CAN NOT be re-obtained.", + "requirements": "{0,40}", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "12", + "render_anim": "326", + "equipment_slot": "3", + "fun_weapon": "true", + "name": "Eggscalibur", + "archery_ticket_price": "0", + "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0" + }, + { + "name": "Super Egg", + "id": "14652", + "examine": "SUPER. EGG. SUPER. EGG.", + "destroy": "true", + "destroy_message": "You dare destroy I?! THE ALL MIGHTY AND POWERFUL SUPER EGG?!", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "12", + "render_anim": "182", + "equipment_slot": "3", + "fun_weapon": "true", + "archery_ticket_price": "0", + "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0" + } ] \ No newline at end of file From 5189e27154943b15be79c5ca7379ee2c5ee234e3 Mon Sep 17 00:00:00 2001 From: skelsoft <9147770-skelsoft@users.noreply.gitlab.com> Date: Fri, 25 Jun 2021 10:51:11 +1000 Subject: [PATCH 03/33] Add: More Shops - Added Fremennik Fishmonger, Rellekka Longhall Bar, Sigmund the Merchant, and Hieronymous Avlafrim's (Gnomecopter Tours gnome) Gnomic Supplies shops --- Server/data/configs/shops.json | 36 ++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/Server/data/configs/shops.json b/Server/data/configs/shops.json index f05abb95f..1db143528 100644 --- a/Server/data/configs/shops.json +++ b/Server/data/configs/shops.json @@ -2050,5 +2050,41 @@ "id": "231", "title": "Lletya General Store", "stock": "" + }, + { + "npcs": "1282", + "high_alch": "1", + "currency": "995", + "general_store": "false", + "id": "232", + "title": "Sigmund the Merchant", + "stock": "{590,2}-{954,10}-{233,3}-{1931,3}-{2142,2}-{2309,10}-{952,10}-{36,10}-{1755,10}-{2347,10}-{229,10}-{227,10}-{1925,10}-{1929,10}-{1944,10}-{1942,10}-{1965,10}" + }, + { + "npcs": "1315", + "high_alch": "1", + "currency": "995", + "general_store": "false", + "id": "233", + "title": "Fremennik Fishmonger", + "stock": "{303,5}-{307,5}-{309,5}-{311,2}-{301,2}-{313,1000}-{314,1000}-{305,5}-{317,10}-{327,10}-{345,0}-{353,0}-{341,0}-{321,0}-{335,0}-{331,0}-{359,0}-{377,0}-{363,0}-{371,0}-{383,0}" + }, + { + "npcs": "1300", + "high_alch": "0", + "currency": "995", + "general_store": "false", + "id": "234", + "title": "Rellekka Longhall Bar", + "stock": "{1917,10}-{3803,10}-{3711,10}" + }, + { + "npcs": "7420", + "high_alch": "1", + "currency": "995", + "general_store": "false", + "id": "235", + "title": "Gnomic Supplies", + "stock": "{1931,inf}-{1929,inf}-{1937,inf}-{2313,inf}-{1887,inf}-{590,inf}-{1735,inf}-{1951,inf}-{1969,inf}-{1949,inf}" } ] \ No newline at end of file From a60665576e3970fd2cfdf3ee3bcd9b6ceff8e476 Mon Sep 17 00:00:00 2001 From: skelsoft <9147770-skelsoft@users.noreply.gitlab.com> Date: Sat, 26 Jun 2021 11:57:42 +1000 Subject: [PATCH 04/33] Fix: Funney hat fix, Dark Wizard model replacement - the funney hat is now fixed and displays on male/female heads - funney hat given stat bonuses of standard wizard hat - Dark Wizard (combat-lvl-7 and combat-lvl-20) NPCs replaced with their RSHD counterparts - Dark Wizard full stat rebalance - Dark Wizard missing animations fix - Dark Wizard missing projectiles fix - RSHD Dark Wizard now spawns instead of the 2006 Dark Wizard --- Server/data/configs/item_configs.json | 4 +- Server/data/configs/npc_configs.json | 163 +- Server/data/configs/npc_spawns.json | 21214 ++++++++++++------------ 3 files changed, 10688 insertions(+), 10693 deletions(-) diff --git a/Server/data/configs/item_configs.json b/Server/data/configs/item_configs.json index 1d97c9714..4c28bcd77 100644 --- a/Server/data/configs/item_configs.json +++ b/Server/data/configs/item_configs.json @@ -138883,9 +138883,9 @@ "name": "Wizard hat", "tradeable": "false", "archery_ticket_price": "0", - "hat": "true", + "hat": "false", "id": "14650", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0" }, { "id": "14651", diff --git a/Server/data/configs/npc_configs.json b/Server/data/configs/npc_configs.json index fbcedf430..89103b050 100644 --- a/Server/data/configs/npc_configs.json +++ b/Server/data/configs/npc_configs.json @@ -3,25 +3,27 @@ "examine": "Servant of the Duke of Lumbridge.", "melee_animation": "422", "range_animation": "422", - "attack_speed": "5", + "attack_speed": "4", + "magic_level": "22", "defence_animation": "404", "magic_animation": "422", "death_animation": "9055", "name": "Hans", - "defence_level": "1", + "defence_level": "14", "safespot": "0", "lifepoints": "12", - "strength_level": "1", + "strength_level": "17", "id": "0", "range_level": "1", - "attack_level": "1" + "attack_level": "17" }, { "examine": "One of 2009Scape's many citizens.", "melee_animation": "422", "range_animation": "422", "combat_audio": "511,513,512", - "attack_speed": "5", + "attack_speed": "4", + "magic_level": "6", "respawn_delay": "18", "defence_animation": "404", "weakness": "9", @@ -29,21 +31,21 @@ "magic_animation": "422", "death_animation": "9055", "name": "Man", - "defence_level": "3", + "defence_level": "5", "safespot": null, "lifepoints": "10", - "strength_level": "1", + "strength_level": "2", "id": "1", "clue_level": "0", "range_level": "1", - "attack_level": "3" + "attack_level": "5" }, { "examine": "One of 2009Scape's many citizens.", "melee_animation": "422", "range_animation": "422", "combat_audio": "511,513,512", - "attack_speed": "6", + "attack_speed": "4", "respawn_delay": "60", "defence_animation": "404", "weakness": "9", @@ -64,7 +66,7 @@ "melee_animation": "422", "range_animation": "422", "combat_audio": "511,513,512", - "attack_speed": "5", + "attack_speed": "4", "defence_animation": "404", "weakness": "9", "slayer_exp": "0", @@ -85,7 +87,7 @@ "melee_animation": "422", "range_animation": "422", "combat_audio": "511,506,505", - "attack_speed": "5", + "attack_speed": "4", "defence_animation": "404", "weakness": "9", "magic_animation": "422", @@ -105,7 +107,7 @@ "melee_animation": "422", "range_animation": "422", "combat_audio": "511,506,505", - "attack_speed": "5", + "attack_speed": "4", "defence_animation": "404", "weakness": "9", "magic_animation": "422", @@ -127,7 +129,7 @@ "combat_audio": "511,506,505", "attack_speed": "5", "respawn_delay": "60", - "defence_animation": "0", + "defence_animation": "404", "weakness": "9", "magic_animation": "0", "death_animation": "836", @@ -146,7 +148,7 @@ "melee_animation": "422", "range_animation": "0", "respawn_delay": "60", - "defence_animation": "0", + "defence_animation": "404", "weakness": "9", "magic_animation": "0", "death_animation": "836", @@ -163,8 +165,9 @@ "examine": "Known for his light-fingered qualities.", "melee_animation": "422", "range_animation": "0", + "attack_speed": "4", "respawn_delay": "60", - "defence_animation": "0", + "defence_animation": "425", "weakness": "9", "magic_animation": "0", "death_animation": "836", @@ -179,10 +182,10 @@ }, { "examine": "He tries to keep order around here.", - "melee_animation": "386", + "melee_animation": "422", "range_animation": "0", "combat_audio": "511,513,512", - "attack_speed": "5", + "attack_speed": "4", "respawn_delay": "60", "defence_animation": "0", "weakness": "9", @@ -2611,12 +2614,12 @@ "death_animation": "5329", "name": "Poison spider", "safespot": null, + "defence_level": "70", "lifepoints": "64", + "strength_level": "65", "id": "134", "aggressive": "true", "range_level": "45", - "defence_level": "70", - "strength_level": "65", "attack_level": "60" }, { @@ -3053,7 +3056,7 @@ "attack_level": "3" }, { - "examine": "A practicer of dark arts.", + "examine": "He works evil magic.", "combat_style": "2", "melee_animation": "422", "range_animation": "0", @@ -3331,9 +3334,10 @@ }, { "examine": "An evil human cleric.", - "start_gfx": "99", + "start_gfx": "99", "combat_style": "2", - "combat_audio": "511,513,512", + "end_gfx": "101", + "combat_audio": "511,513,512", "melee_animation": "422", "range_animation": "0", "attack_speed": "4", @@ -3351,17 +3355,18 @@ "id": "188", "aggressive": "true", "range_level": "1", - "projectile": "100", + "projectile": "100", "attack_level": "18" }, { "examine": "An evil human cleric.", - "start_gfx": "99", + "start_gfx": "99", "combat_style": "2", - "combat_audio": "511,513,512", + "end_gfx": "101", + "combat_audio": "511,513,512", "melee_animation": "422", "range_animation": "0", - "attack_speed": "4", + "attack_speed": "4", "magic_level": "25", "respawn_delay": "60", "defence_animation": "404", @@ -3376,17 +3381,18 @@ "id": "189", "aggressive": "true", "range_level": "1", - "projectile": "100", + "projectile": "100", "attack_level": "8" }, { "examine": "An evil human cleric.", "start_gfx": "99", "combat_style": "2", - "combat_audio": "511,513,512", + "end_gfx": "101", + "combat_audio": "511,513,512", "melee_animation": "422", "range_animation": "0", - "attack_speed": "4", + "attack_speed": "4", "magic_level": "40", "respawn_delay": "60", "defence_animation": "404", @@ -3401,7 +3407,7 @@ "id": "190", "aggressive": "true", "range_level": "1", - "projectile": "100", + "projectile": "100", "attack_level": "38" }, { @@ -5216,15 +5222,15 @@ { "examine": "An annoying flappy thing.", "slayer_task": "5", + "melee_animation": "4915", + "range_animation": "4915", "attack_speed": "5", "magic_level": "10", "respawn_delay": "30", + "defence_animation": "4916", "weakness": "4", "slayer_exp": "8", "death_animation": "4918", - "melee_animation": "4915", - "range_animation": "4915", - "defence_animation": "4916", "name": "Bat", "defence_level": "2", "safespot": null, @@ -10253,12 +10259,12 @@ "death_animation": "5329", "name": "Poison spider", "safespot": null, + "defence_level": "70", "lifepoints": "64", + "strength_level": "65", "id": "1009", "aggressive": "true", "range_level": "45", - "defence_level": "70", - "strength_level": "65", "attack_level": "60" }, { @@ -10431,12 +10437,13 @@ }, { "examine": "An evil human cleric.", - "start_gfx": "99", + "start_gfx": "99", "combat_style": "2", - "combat_audio": "511,513,512", + "end_gfx": "101", + "combat_audio": "511,513,512", "melee_animation": "422", "range_animation": "0", - "attack_speed": "4", + "attack_speed": "4", "magic_level": "25", "respawn_delay": "60", "defence_animation": "404", @@ -10451,17 +10458,18 @@ "id": "1044", "aggressive": "true", "range_level": "1", - "projectile": "100", + "projectile": "100", "attack_level": "18" }, { "examine": "An evil human cleric.", - "start_gfx": "99", + "start_gfx": "99", "combat_style": "2", - "combat_audio": "511,513,512", + "end_gfx": "101", + "combat_audio": "511,513,512", "melee_animation": "422", "range_animation": "0", - "attack_speed": "4", + "attack_speed": "4", "magic_level": "25", "respawn_delay": "60", "defence_animation": "404", @@ -10476,17 +10484,18 @@ "id": "1045", "aggressive": "true", "range_level": "1", - "projectile": "100", + "projectile": "100", "attack_level": "8" }, { "examine": "An evil human cleric.", - "start_gfx": "99", + "start_gfx": "99", "combat_style": "2", - "combat_audio": "511,513,512", + "end_gfx": "101", + "combat_audio": "511,513,512", "melee_animation": "422", "range_animation": "0", - "attack_speed": "4", + "attack_speed": "4", "magic_level": "40", "respawn_delay": "60", "defence_animation": "404", @@ -10501,7 +10510,7 @@ "id": "1046", "aggressive": "true", "range_level": "1", - "projectile": "100", + "projectile": "100", "attack_level": "25" }, { @@ -16069,8 +16078,8 @@ "examine": "A spiky crawling critter. ", "melee_animation": "266", "range_animation": "266", - "poisonous": "true", "attack_speed": "4", + "poisonous": "true", "respawn_delay": "25", "defence_animation": "267", "slayer_exp": "22", @@ -16090,8 +16099,8 @@ "examine": "A spiky crawling critter. ", "melee_animation": "266", "range_animation": "266", - "poisonous": "true", "attack_speed": "4", + "poisonous": "true", "respawn_delay": "25", "defence_animation": "267", "slayer_exp": "22", @@ -16111,8 +16120,8 @@ "examine": "A spiky crawling critter. ", "melee_animation": "266", "range_animation": "266", - "poisonous": "true", "attack_speed": "4", + "poisonous": "true", "respawn_delay": "25", "defence_animation": "267", "slayer_exp": "22", @@ -39057,71 +39066,58 @@ "attack_level": "1" }, { - "examine": "A wizard of the Dark Arts.", + "examine": "He works evil magic.", + "start_gfx": "93", "combat_style": "2", + "end_gfx": "95", "melee_animation": "810", "range_animation": "0", "combat_audio": "511,513,512", + "magic_level": "6", "respawn_delay": "60", "defence_animation": "425", "magic_animation": "711", "death_animation": "836", "name": "Dark wizard", - "defence_level": "1", + "defence_level": "5", "safespot": null, "lifepoints": "12", - "strength_level": "1", - "id": "4658", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A wizard of the Dark Arts.", - "combat_style": "2", - "melee_animation": "810", - "range_animation": "0", - "combat_audio": "511,513,512", - "respawn_delay": "60", - "defence_animation": "425", - "magic_animation": "711", - "death_animation": "836", - "name": "Dark wizard", - "defence_level": "1", - "safespot": null, - "lifepoints": "12", - "strength_level": "1", + "strength_level": "2", "id": "4659", "aggressive": "true", "range_level": "1", - "attack_level": "1" + "projectile": "94", + "attack_level": "5", }, { - "examine": "A wizard of the Dark Arts.", + "examine": "He works evil magic.", + "start_gfx": "96", "combat_style": "2", + "end_gfx": "98", "melee_animation": "810", "range_animation": "0", "combat_audio": "511,513,512", + "magic_level": "22", "respawn_delay": "60", "defence_animation": "425", "magic_animation": "711", "death_animation": "836", "name": "Dark wizard", - "defence_level": "1", + "defence_level": "14", "safespot": null, - "lifepoints": "25", - "strength_level": "1", + "lifepoints": "24", + "strength_level": "17", "id": "4660", "aggressive": "true", "range_level": "1", - "attack_level": "1" + "projectile": "97", + "attack_level": "17", }, { - "examine": "A wizard of the Dark Arts.", - "start_gfx": "2713", + "examine": "He works evil magic.", "combat_style": "2", "combat_audio": "511,513,512", - "attack_speed": "5", + "attack_speed": "4", "magic_level": "15", "respawn_delay": "20", "defence_animation": "404", @@ -39134,9 +39130,8 @@ "strength_level": "1", "id": "4661", "aggressive": "true", - "bonuses": "30,10,10,10,10,10,10,25,0,0,0,0,0,0,0", "range_level": "1", - "projectile": "2718", + "projectile": "98", "attack_level": "1" }, { diff --git a/Server/data/configs/npc_spawns.json b/Server/data/configs/npc_spawns.json index 4a7b6b360..3de29bbcd 100644 --- a/Server/data/configs/npc_spawns.json +++ b/Server/data/configs/npc_spawns.json @@ -1,10607 +1,10607 @@ -[ - { - "npc_id": "0", - "loc_data": "{3221,3218,0,1,0}-{2522,5000,0,0,4}" - }, - { - "npc_id": "1", - "loc_data": "{3222,3221,0,1,3}-{2804,3427,0,1,2}-{3285,3208,0,1,4}-{3093,3509,0,1,3}-{3098,3508,0,1,7}-{3096,3510,0,1,3}-{3017,3239,0,1,2}-{2712,3484,0,1,4}-{2693,3495,0,1,1}-{3237,3404,0,1,6}-{3237,3408,0,1,0}-{3247,3396,0,1,3}-{3263,3403,0,1,3}-{3210,3223,1,1,4}-{3230,3208,0,1,1}" - }, - { - "npc_id": "2", - "loc_data": "{3298,3185,0,1,3}-{3101,3511,0,1,4}-{2690,3489,0,1,3}-{3236,3203,0,1,4}-{3217,3209,0,1,4}-{3237,3217,0,1,6}-{3282,3503,0,1,6}" - }, - { - "npc_id": "3", - "loc_data": "{2818,3443,0,1,3}-{3306,3200,0,1,6}-{3300,3208,0,1,3}-{3095,3511,0,1,3}-{3094,3513,0,1,4}-{3097,3510,0,1,4}-{2699,3491,0,1,1}-{3231,3239,0,1,4}-{3278,3502,0,1,6}" - }, - { - "npc_id": "4", - "loc_data": "{3010,3236,0,1,6}-{2693,3493,0,1,7}-{2693,3492,0,1,0}-{2695,3497,0,1,1}-{2700,3496,0,1,5}-{3230,3204,0,1,3}-{3281,3499,0,1,4}" - }, - { - "npc_id": "5", - "loc_data": "{2817,3447,0,1,5}-{2697,3493,0,1,4}-{3236,3205,0,1,2}-{3229,3238,0,1,1}-{3279,3497,0,1,3}" - }, - { - "npc_id": "6", - "loc_data": "{3097,3259,0,1,4}-{3280,3491,0,1,0}-{3246,3207,0,1,4}" - }, - { - "npc_id": "7", - "loc_data": "{2920,3434,0,1,0}-{3226,3290,0,1,3}-{2629,3360,0,1,4}-{3158, 3301, 0, 1, 0}" - }, - { - "npc_id": "8", - "loc_data": "{3019,3230,0,1,4}-{2804,3186,0,1,4}" - }, - { - "npc_id": "9", - "loc_data": "{2964,3392,0,1,6}-{2967,3393,0,1,1}-{3008,3324,0,1,2}-{3007,3321,0,1,6}-{3005,3321,0,1,4}-{2965,3389,0,1,6}-{2966,3392,0,1,1}-{2964,3392,0,1,1}" - }, - { - "npc_id": "11", - "loc_data": "{3235,3399,0,1,5}" - }, - { - "npc_id": "13", - "loc_data": "{3108,3157,1,1,3}-{3113,3157,1,1,4}-{3107,3170,0,1,0}-{3112,3167,0,1,0}-{3106,3157,0,1,3}-{3110,3155,0,1,6}-{2588,3087,0,1,4}-{2592,3086,0,1,6}-{2590,3083,1,1,4}-{2587,3086,1,1,4}-{2594,3084,1,1,6}-{2593,3090,2,1,5}-{2594,3085,2,1,1}-{2588,3089,2,1,4}" - }, - { - "npc_id": "14", - "loc_data": "{2890,3443,0,1,1}-{2897,3444,0,1,3}-{2897,3435,0,1,2}-{2899,3438,0,1,0}-{2904,3441,0,1,5}-{2899,3449,0,1,3}-{2913,3450,0,1,4}-{2888,3447,0,1,6}-{2886,3421,0,1,1}-{2892,3414,0,1,7}-{2896,3421,0,1,3}-{2900,3428,0,1,3}-{2883,3431,0,1,4}-{2885,3436,0,1,1}-{2914,3444,0,1,3}" - }, - { - "npc_id": "15", - "loc_data": "{2584,3304,0,1,3}-{2588,3291,0,1,7}-{2584,3288,0,1,0}-{2631,3294,0,1,6}-{2629,3296,0,1,4}-{2563,3382,0,1,6}-{2569,3383,0,1,6}-{2571,3381,0,1,1}-{2575,3384,0,1,4}-{2572,3385,0,1,4}" - }, - { - "npc_id": "16", - "loc_data": "{3279,3191,0,1,4}-{3296,3202,1,1,3}" - }, - { - "npc_id": "18", - "loc_data": "{3282,3176,0,1,0}-{3284,3170,0,1,7}-{3284,3174,0,1,0}-{3288,3168,0,1,5}-{3292,3169,0,1,3}-{3295,3168,0,1,3}-{3301,3170,0,1,6}-{3301,3174,0,1,6}-{3301,3177,0,1,0}" - }, - { - "npc_id": "19", - "loc_data": "{2971,3349,0,1,4}-{2979,3350,0,1,2}-{2973,3337,0,1,3}-{2959,3335,0,1,6}-{2982,3339,0,1,6}-{2983,3346,0,1,4}-{2980,3329,0,1,4}-{2987,3330,0,1,6}-{2958,3340,1,1,1}-{2970,3333,1,1,3}-{2966,3329,1,1,4}-{2961,3353,1,1,4}-{2973,3337,1,1,6}-{2998,3341,0,1,6}-{2983,3342,2,1,6}" - }, - { - "npc_id": "20", - "loc_data": "{2588,3301,1,0,0}" - }, - { - "npc_id": "21", - "loc_data": "{2630,3288,0,1,1}-{2647,3306,0,1,1}-{2667,3315,0,1,4}" - }, - { - "npc_id": "23", - "loc_data": "{2582,3297,0,1,6}-{2652,3318,0,1,0}-{2653,3300,0,1,5}-{2669,3298,0,1,4}-{2671,3313,0,1,6}" - }, - { - "npc_id": "24", - "loc_data": "{2614,3318,0,1,6}-{2621,3293,0,1,3}" - }, - { - "npc_id": "25", - "loc_data": "{2612,3316,0,1,1}-{2574,3321,1,1,4}-{2621,3293,1,1,3}" - }, - { - "npc_id": "27", - "loc_data": "{2574,3285,2,0,0}-{2574,3308,2,0,0}-{2582,3284,2,0,0}-{2582,3309,2,0,0}-{2588,3290,2,0,0}-{2588,3303,2,0,0}" - }, - { - "npc_id": "28", - "loc_data": "{2611,3269,0,0,0}" - }, - { - "npc_id": "31", - "loc_data": "{2616,3308,0,1,1}" - }, - { - "npc_id": "32", - "loc_data": "{2651,3307,0,1,1}-{2659,3309,0,1,6}-{2660,3309,0,1,3}-{2661,3309,0,1,1}-{2661,3317,0,1,5}-{2663,3301,0,1,3}-{2665,3300,0,1,3}-{2636,3342,0,1,4}-{2634,3342,0,1,3}-{2635,3339,0,1,3}-{2548,3111,1,1,3}-{2545,3116,1,1,7}-{2549,3115,1,1,1}-{2549,3112,1,1,4}" - }, - { - "npc_id": "35", - "loc_data": "{2545,3094,0,1,3}-{2549,3093,0,1,2}-{2543,3089,0,1,3}-{2540,3098,0,1,3}" - }, - { - "npc_id": "36", - "loc_data": "{3020,3373,0,1,0}" - }, - { - "npc_id": "38", - "loc_data": "{2952,3063,0,0,0}-{2955,3057,0,0,0}-{2956,3035,0,0,0}-{2969,3034,0,0,0}-{2984,3048,0,0,0}" - }, - { - "npc_id": "39", - "loc_data": "{2958,3055,0,0,0}-{2954,3029,0,0,0}-{2968,3039,0,0,0}-{2984,3048,0,0,0}-{2989,3058,0,0,0}-{2982,3060,0,0,0}-{2972,3060,0,0,0}-{2998,3061,0,0,0}-{2999,3049,0,0,0}" - }, - { - "npc_id": "40", - "loc_data": "{3005,3060,0,0,0}-{3008,3067,0,0,0}" - }, - { - "npc_id": "41", - "loc_data": "{3197,3356,0,1,4}-{3234,3297,0,1,3}-{3230,3296,0,1,5}-{3236,3288,0,1,6}-{3236,3300,0,1,2}-{3231,3308,0,1,3}-{2965,3336,0,1,4}-{3110,9573,0,1,6}-{2655,3441,0,1,6}-{2649,3438,0,1,7}-{2649,3446,0,1,6}-{2653,3444,0,1,6}-{2647,3441,0,1,1}-{2784,3062,0,1,4}-{2789,3063,0,1,4}-{3160,3082,0,1,3}-{3140,3096,0,1,3}-{3140,3093,0,1,0}-{3138,3094,0,1,1}-{3140,3093,0,1,3}-{3138,3093,0,1,1}-{3138,3094,0,1,0}-{3189,3278,0,1,3}-{3187,3276,0,1,5}-{3188,3278,0,1,4}-{2851,3370,0,1,3}-{2846,3374,0,1,3}-{2853,3372,0,1,3}-{2847,3373,0,1,3}-{2850,3371,0,1,1}-{2851,3373,0,1,4}-{2852,3370,0,1,4}-{3234,3293,0,1,4}-{3229,3298,0,1,1}-{3228,3296,0,1,4}-{2815,3560,0,1,7}-{2819,3561,0,1,4}-{2818,3559,0,1,6}-{3140,3093,0,1,1}-{2674,3652,0,1,3}-{2672,3655,0,1,6}-{2677,3655,0,1,6}" - }, - { - "npc_id": "42", - "loc_data": "{3237,3346,0,1,1}" - }, - { - "npc_id": "43", - "loc_data": "{3241,3354,0,1,3}-{3200,3263,0,0,0}-{3212,3262,0,1,1}-{2926,3323,0,1,0}-{2922,3325,0,1,3}" - }, - { - "npc_id": "44", - "loc_data": "{3251,3418,0,0,1}-{3252,3418,0,0,1}-{3253,3418,0,0,1}-{3096,3489,0,0,3}-{3254,3418,0,0,1}-{3255,3418,0,0,1}-{3256,3418,0,0,1}-{3147,3448,0,0,1}-{3180,3436,0,0,4}-{3180,3440,0,0,4}-{3180,3444,0,0,4}-{3096,3493,0,0,3}-{3097,3494,0,0,1}-{3191,3437,0,0,3}-{3191,3441,0,0,3}-{3191,3445,0,0,3}" - }, - { - "npc_id": "45", - "loc_data": "{3096,3491,0,0,3}-{3148,3448,0,0,0}-{3191,3443,0,0,3}-{3191,3439,0,0,3}-{3191,3435,0,0,3}-{3180,3442,0,0,4}-{3180,3434,0,0,4}-{2843,5214,0,0,4}-{3180,3438,0,0,4}" - }, - { - "npc_id": "46", - "loc_data": "{3179,3348,0,1,0}-{3178,3353,0,1,0}-{3211,3322,0,1,0}-{3214,3314,0,1,0}-{3214,3318,0,1,0}-{3216,3314,0,1,0}-{3218,3287,0,1,0}-{3223,3281,0,1,0}-{3231,3271,0,1,0}-{3233,3267,0,1,0}-{3233,3270,0,1,0}-{3235,3265,0,1,0}-{3235,3259,0,1,0}-{3238,3244,0,1,0}-{3241,3230,0,1,0}-{3241,3234,0,1,0}-{3243,3228,0,1,0}-{3247,3221,0,1,0}-{3248,3220,0,1,0}-{3259,3212,0,1,0}-{2979,3359,0,1,0}-{2979,3357,0,1,0}-{2993,3384,0,1,6}-{3015,3285,0,1,0}" - }, - { - "npc_id": "47", - "loc_data": "{3108, 9754, 0, 1, 5}-{3110, 9754, 0, 1, 5}-{3108, 9750, 0, 1, 5}-{3097,3364,0,1,3}-{3102,3363,0,1,5}-{3341,3267,0,1,5}-{3235,3224,0,1,3}-{3229,3220,0,1,4}-{3211,3211,0,1,3}-{3225,3220,0,1,1}-{3237,3215,0,1,5}-{3211,3210,0,1,7}-{3227,3220,0,1,7}-{3233,3227,0,1,5}-{3227,3210,0,1,6}-{3228,3222,0,1,4}-{3229,3226,0,1,0}-{3127,3487,0,1,4}-{3125,3486,0,1,6}-{3127,3486,0,1,4}-{3019,3292,0,1,7}-{3018,3295,0,1,7}-{3001,3202,0,1,5}-{3021,3205,0,1,6}-{3026,3174,0,1,5}-{3019,3176,0,1,7}-{3076,3282,0,1,5}-{3089,3266,0,1,4}-{3091,3266,0,1,4}-{3243,3687,0,1,5}-{3249,3669,0,1,3}-{3252,3675,0,1,4}-{3252,3680,0,1,3}-{3259,3683,0,1,0}-{3276,9871,0,1,1}-{3277,9871,0,1,3}-{3225,9862,0,1,4}-{3222,9861,0,1,6}-{3220,9860,0,1,6}-{3219,9865,0,1,6}-{3237,9862,0,1,4}-{3236,3217,0,1,4}-{3259,3230,0,1,4}-{3158,3226,0,1,5}-{3160,3202,0,1,4}-{3233,3237,0,1,7}-{2821,3170,0,1,1}-{2801,3158,0,1,2}-{2852,9642,0,1,6}-{2858,9632,0,1,3}-{2536,2982,0,1,3}-{2531,2980,0,1,0}-{2522,2981,0,1,4}-{2545,2989,0,1,4}-{2523,2970,0,1,2}-{2603,9480,0,1,1}-{2600,9477,0,1,0}-{2579,9496,0,1,4}-{2580,9508,0,1,0}-{2571,9522,0,1,4}-{2654,9640,0,1,6}-{2655,9637,0,1,4}-{2656,9639,0,1,7}-{2651,9636,0,1,5}-{2648,9637,0,1,4}-{2651,9642,0,1,1}-{2654,9640,0,1,0}-{2654,9635,0,1,6}-{2655,9635,0,1,3}-{2664,9626,0,1,6}-{2664,9624,0,1,1}-{2661,9623,0,1,1}-{2663,9623,0,1,3}-{2664,9626,0,1,6}-{2592,9831,0,1,3}-{2588,9825,0,1,6}-{2583,9829,0,1,4}-{2581,9841,0,1,0}-{2597,9823,0,1,2}-{2579,9805,0,1,3}-{2576,9804,0,1,0}-{2573,9805,0,1,5}-{2571,9808,0,1,3}-{2576,9810,0,1,2}-{2587,9802,0,1,2}-{2592,9800,0,1,4}-{2596,9805,0,1,6}-{2601,9802,0,1,5}-{2585,9801,0,1,7}-{2594,9803,0,1,0}-{2590,9806,0,1,3}-{2612,9808,0,1,6}-{2604,9810,0,1,6}-{2579,9821,0,1,2}-{2576,9812,0,1,6}-{2580,9813,0,1,6}-{2600,9813,0,1,4}-{2599,9809,0,1,4}-{2514,3193,0,1,6}-{2518,3192,0,1,3}-{2507,3181,0,1,3}-{2508,3178,0,1,6}-{2511,3183,0,1,3}-{2515,3182,0,1,1}-{2565,9505,0,1,1}-{2566,9510,0,1,6}-{2594,9497,0,1,4}-{3475,9840,0,1,6}-{3481,9842,0,1,1}-{3486,9843,0,1,7}-{3483,9824,0,1,4}-{3496,9808,0,0,5}-{3490,9815,0,1,1}-{3478,9834,0,0,3}-{3490,9824,0,1,4}" - }, - { - "npc_id": "48", - "loc_data": "{2775,2929,0,1,2}-{2789,2926,0,1,5}-{2795,2932,0,1,6}-{2775,2933,0,1,0}-{2769,2928,0,1,3}-{2817,2921,0,1,2}" - }, - { - "npc_id": "49", - "loc_data": "{2861,9838,0,1,3}-{2858,9842,0,1,4}-{2854,9847,0,1,5}-{2857,9850,0,1,7}-{2865,9849,0,1,6}-{2869,9838,0,1,6}-{3104,3680,0,1,3}-{3114,3688,0,1,1}-{3121,3675,0,1,1}-{3127,3695,0,1,3}-{3129,3678,0,1,2}-{3130,3689,0,1,2}-{3128,3665,0,1,3}-{3135,3701,0,1,6}-{3085,10134,0,1,0}-{3090,10123,0,1,0}-{3094,10133,0,1,0}-{3095,10120,0,1,0}-{3095,10128,0,1,0}-{3098,10122,0,1,0}-{3104,10127,0,1,0}-{3105,10125,0,1,0}-{3177,3905,0,1,4}-{3180,3908,0,1,2}-{3189,3914,0,1,6}-{3193,3906,0,1,2}-{2402,9785,0,1,1}-{2403,9782,0,1,1}-{2408,9782,0,1,1}-{2408,9785,0,1,1}-{2413,9776,0,1,1}-{2417,9777,0,1,1}-{2412,9773,0,1,1}-{2416,9773,0,1,1}" - }, - { - "npc_id": "50", - "loc_data": "{2273,4698,0,0,0}" - }, - { - "npc_id": "52", - "loc_data": "{2899,9765,0,1,1}-{2893,9768,0,1,1}-{2895,9771,0,1,6}-{2894,9781,0,1,6}-{2891,9787,0,1,2}-{2904,9798,0,1,0}-{2910,9799,0,1,4}" - }, - { - "npc_id": "53", - "loc_data": "{2694,9508,0,0,3}-{2703,9505,0,0,6}-{2710,9499,0,0,1}-{2704,9520,0,0,5}-{2714,9523,0,0,3}-{2722,9520,0,0,7}-{3232,3790,0,0,4}" - }, - { - "npc_id": "54", - "loc_data": "{2831,9825,0,1,0}-{2838,9824,0,1,1}-{2344,9763,0,1,1}" - }, - { - "npc_id": "55", - "loc_data": "{2914,9800,0,1,2}-{2906,9804,0,1,6}-{2896,9798,0,1,0}-{2909,9906,0,1,4}" - }, - { - "npc_id": "58", - "loc_data": "{3289,5482,0,1,1}-{3296,5472,0,1,0}-{3291,5466,0,1,6}-{3294,5481,0,1,0}-{3300,5479,0,1,7}-{3288,5480,0,1,3}-{3293,5475,0,1,3}-{3293,5481,0,1,2}-{3286,5465,0,1,3}-{3279,5478,0,1,4}-{3270,5464,0,1,2}-{3270,5468,0,1,1}-{2574,9874,0,1,0}-{2577,9877,0,1,3}-{2574,9878,0,1,0}-{2575,9871,0,1,4}" - }, - { - "npc_id": "59", - "loc_data": "{3182,3244,0,1,1}-{3250,3239,0,1,1}-{3241,3241,0,1,1}-{3188,3216,0,1,1}-{3082,3362,0,1,4}-{3146,3347,0,1,3}-{3249,3249,0,1,1}-{3102,9881,0,1,3}-{3095,9883,0,1,2}-{3218,9890,0,1,3}-{3220,9887,0,1,0}-{3218,9887,0,1,1}-{3218,9889,0,1,5}-{3213,9890,0,1,1}-{3169,3257,0,1,1}-{3164,3236,0,1,6}-{3148,3226,0,1,5}-{3162,3223,0,1,7}-{3151,3221,0,1,0}-{3160,3221,0,1,0}-{2461,2880,0,1,5}-{2489,2935,0,1,7}-{2492,2907,0,1,1}-{2496,2890,0,1,4}-{2487,2894,0,1,2}-{2487,2888,0,1,7}-{2483,2877,0,1,3}-{2481,2876,0,1,4}-{2457,2867,0,1,4}-{2481,2847,0,1,0}-{2475,2854,0,1,3}-{2482,2873,0,1,3}-{2485,2876,0,1,2}-{2449,2865,0,1,1}-{2478,2916,0,1,5}-{2485,2902,0,1,3}-{2487,2902,0,1,2}-{2489,2894,0,1,2}-{2490,2905,0,1,7}-{2490,2917,0,1,5}-{2484,2890,0,1,1}-{2503,2889,0,1,1}-{2491,2927,0,1,1}-{2497,2939,0,1,2}-{2648,9766,0,1,4}-{2653,9761,0,1,3}" - }, - { - "npc_id": "60", - "loc_data": "{3189,3883,0,1,5}-{3182,3882,0,1,5}-{3177,3871,0,1,0}-{3176,3878,0,1,0}-{3173,3892,0,1,6}-{3171,3884,0,1,4}-{3166,3874,0,1,1}-{3169,3900,0,1,1}-{3165,3881,0,1,3}-{3164,3888,0,1,6}-{3163,3894,0,1,7}-{3162,3894,0,1,4}-{2547,2982,0,1,6}-{2477,2866,0,1,5}-{2484,2897,0,1,3}-{2455,2857,0,1,6}-{2434,2845,0,1,4}-{2544,2904,0,1,2}-{2548,2981,0,1,1}-{2448,2784,0,1,7}-{2460,2869,0,1,3}-{2471,2890,0,1,6}-{2491,2906,0,1,0}-{2523,2975,0,1,1}" - }, - { - "npc_id": "61", - "loc_data": "{3111, 9747, 0, 1, 5}-{3108, 9747, 0, 1, 5}-{3321,3145,0,1,3}-{3327,3131,0,1,5}-{3322,3143,0,1,3}-{3182,3878,0,1,6}-{3182,3886,0,1,7}-{3182,3888,0,1,5}-{3175,3888,0,1,4}-{3175,3879,0,1,7}-{3174,3879,0,1,3}-{3174,3882,0,1,0}-{3175,3885,0,1,3}-{3172,3876,0,1,2}-{3172,3894,0,1,1}-{3172,3885,0,1,3}-{3165,3886,0,1,3}-{3165,3896,0,1,1}-{3166,3886,0,1,1}-{3164,3893,0,1,4}-{3163,3881,0,1,4}-{3159,3889,0,1,0}-{3213,9890,0,1,5}-{3210,9886,0,1,4}-{3213,9887,0,1,1}-{3207,9880,0,1,0}-{3255,9870,0,1,4}-{3258,9872,0,1,3}-{3261,9870,0,1,4}-{3156,3248,0,1,4}-{3143,3241,0,1,4}-{3156,3249,0,1,4}-{3175,3248,0,1,7}-{3169,3260,0,1,4}-{3171,3254,0,1,5}-{3162,3246,0,1,6}-{3179,3262,0,1,1}-{3162,3226,0,1,1}-{3166,3222,0,1,1}-{3157,3229,0,1,5}-{3168,3222,0,1,4}-{3211,9622,0,1,2}-{3215,9620,0,1,4}-{3212,9618,0,1,3}-{3217,9617,0,1,3}-{3214,9620,0,1,7}-{2541,3189,0,1,3}-{2542,3187,0,1,6}-{2543,3186,0,1,4}-{2545,3183,0,1,3}-{2545,3183,0,1,3}-{2545,3182,0,1,3}-{2543,3183,0,1,0}-{2543,3182,0,1,3}-{2539,3182,0,1,0}" - }, - { - "npc_id": "62", - "loc_data": "{2769,3198,0,1,7}-{2768,3206,0,1,1}-{2776,3107,0,1,1}-{2794,3121,0,1,3}-{2795,3118,0,1,1}-{2796,3109,0,1,1}-{2808,3112,0,1,6}-{2791,3124,0,1,1}-{2860,3094,0,1,6}-{2854,3086,0,1,6}-{2863,3083,0,1,3}-{2853,3081,0,1,4}-{2859,3079,0,1,4}-{2859,3075,0,1,6}-{2871,3092,0,1,1}-{2867,3094,0,1,1}-{2861,3082,0,1,3}-{2861,3094,0,1,3}-{2863,3081,0,1,2}-{2864,3089,0,1,3}-{2859,3084,0,1,0}-{2850,3060,0,1,6}-{2857,3044,0,1,7}-{2856,3066,0,1,4}-{2784,3030,0,1,4}-{2783,3017,0,1,3}-{2811,2975,0,1,7}-{2815,2987,0,1,5}-{2808,3007,0,1,6}-{2812,3007,0,1,1}-{2885,2950,0,1,4}-{2891,2951,0,1,6}-{2894,2946,0,1,4}-{2928,3022,0,1,3}-{2930,3029,0,1,4}-{2927,3039,0,1,6}-{2928,3043,0,1,0}-{2929,3036,0,1,7}-{2919,3040,0,1,4}-{2934,3045,0,1,2}-{2929,3035,0,1,4}-{2914,3055,0,1,4}-{2922,3059,0,1,3}-{2930,3049,0,1,4}-{2914,3047,0,1,4}-{2935,3049,0,1,1}-{2927,3058,0,1,3}" - }, - { - "npc_id": "63", - "loc_data": "{3118,9950,0,1,6}-{3116,9956,0,1,0}-{3127,9953,0,1,7}-{3122,9955,0,1,4}-{3124,9951,0,1,4}-{3124,9950,0,1,3}-{3074,3892,0,1,3}-{3071,3894,0,1,7}-{3062,3897,0,1,3}-{3058,3889,0,1,4}-{3054,3880,0,1,2}-{3054,3895,0,1,7}-{3051,3879,0,1,6}-{3051,3886,0,1,6}-{3047,3893,0,1,1}-{3047,3881,0,1,4}-{3044,3893,0,1,5}-{3041,3894,0,1,1}-{3038,3890,0,1,1}-{3046,3872,0,1,4}-{3165,9891,0,1,6}-{3177,9886,0,1,4}-{3175,9889,0,1,4}-{3177,9879,0,1,4}-{3177,9888,0,1,1}-{3178,9895,0,1,4}-{3182,9884,0,1,3}-{2841,9583,0,1,4}-{2841,9582,0,1,4}-{2839,9582,0,1,1}-{2837,9572,0,1,6}-{2832,9580,0,1,1}-{3164,9888,0,1,3}-{3169,9892,0,1,6}-{3258,5560,0,1,2}-{3258,5555,0,1,3}-{3260,5557,0,1,3}-{3257,5552,0,1,1}-{3260,5558,0,1,5}-{3258,5556,0,1,6}-{3257,5555,0,1,6}-{3260,5559,0,1,7}-{3257,5561,0,1,1}" - }, - { - "npc_id": "64", - "loc_data": "{2945,3910,0,1,0}-{2956,3923,0,1,0}-{2961,3919,0,1,0}-{2968,3915,0,1,0}-{2972,3927,0,1,0}-{2975,3949,0,1,0}-{2961,3945,0,1,0}-{2950,3927,0,1,0}-{2684,9798,0,1,2}-{2691,9814,0,1,5}-{2694,9819,0,1,6}-{2696,9831,0,1,3}-{2702,9837,0,1,6}-{2709,9844,0,1,3}-{2720,9847,0,1,4}-{2724,9843,0,1,6}-{2733,9846,0,1,4}-{2740,9841,0,1,3}-{2745,9836,0,1,4}-{2745,9828,0,1,5}-{2747,9826,0,1,1}" - }, - { - "npc_id": "66", - "loc_data": "{2507,3204,0,1,5}-{2506,3205,0,1,6}-{2526,3169,0,1,6}-{2540,3226,0,1,6}-{2528,3164,0,1,6}-{2529,3169,0,1,1}-{2537,3170,0,1,1}" - }, - { - "npc_id": "67", - "loc_data": "{2507,3200,0,1,6}-{2516,3212,0,1,1}" - }, - { - "npc_id": "68", - "loc_data": "{2518,3209,0,1,3}-{2533,3209,0,1,5}-{2530,3212,0,1,1}" - }, - { - "npc_id": "73", - "loc_data": "{3268,9893,0,1,3}-{3251,9896,0,1,6}-{3087,9672,0,1,1}-{3103,9672,0,1,1}-{3119,9670,0,1,1}-{3123,9657,0,1,2}" - }, - { - "npc_id": "74", - "loc_data": "{3148,9899,0,1,3}-{3147,9905,0,1,6}-{3141,9901,0,1,5}-{3142,9891,0,1,6}-{3139,9886,0,1,2}-{3148,9883,0,1,1}-{3151,9889,0,1,3}-{3126,9865,0,1,7}-{3129,9859,0,1,3}-{3121,9863,0,1,3}-{3126,9862,0,1,5}-{3082,9671,0,1,3}-{3105,9672,0,1,1}-{3113,9673,0,1,3}-{3124,9660,0,1,3}-{3122,9656,0,1,4}-{3117,9646,0,1,1}-{3124,9651,0,1,2}-{3117,9645,0,1,3}-{3094,9671,0,1,3}-{2843,9767,0,1,3}-{2845,9762,0,1,7}-{2842,9759,0,1,6}" - }, - { - "npc_id": "75", - "loc_data": "{2931,9641,0,1,6}-{3226,9909,0,1,4}-{3225,9905,0,1,0}-{3234,9907,0,1,4}-{2931,9643,0,1,6}-{2588,9493,0,1,3}-{2584,9491,0,1,3}-{2589,9492,0,1,4}-{2591,9492,0,1,6}-{2593,9491,0,1,6}-{2588,9491,0,1,3}-{2839,9774,0,1,4}" - }, - { - "npc_id": "76", - "loc_data": "{2843,9774,0,1,6}-{2842,9769,0,1,4}-{2842,9764,0,1,7}-{2845,9754,0,1,4}-{2849,9751,0,1,1}-{2850,9747,0,1,3}-{2844,9758,0,1,7}-{2540,9814,0,1,6}-{2547,9817,0,1,6}" - }, - { - "npc_id": "78", - "loc_data": "{2911,9836,0,1,3}-{2904,9831,0,1,5}-{2914,9827,0,1,4}-{2927,9830,0,1,5}-{3069,3901,0,1,4}-{3079,3955,0,1,3}-{3076,3953,0,1,0}-{3079,3952,0,1,1}-{3072,3952,0,1,0}-{3075,3948,0,1,2}-{3072,3956,0,1,1}-{3085,3951,0,1,6}-{2862,9569,0,1,4}-{2857,9571,0,1,7}-{2837,9561,0,1,1}-{3787,9459,0,1,1}-{3725,9369,0,1,1}-{3737,9390,0,1,4}-{3738,9399,0,1,0}-{3740,9407,0,1,1}-{3755,9424,0,1,0}-{3803,9447,0,1,4}-{3765,9407,0,1,1}-{3762,9395,0,1,3}-{3760,9440,0,1,4}-{3737,9425,0,1,7}-{3720,9430,0,1,4}-{3736,9451,0,1,3}-{3728,9463,0,1,2}-{3740,9462,0,1,4}-{3770,9463,0,1,1}-{3778,9438,0,1,1}-{3786,9422,0,1,4}-{3800,9419,0,1,3}-{3797,9427,0,1,4}-{3820,9432,0,1,5}-{3825,9414,0,1,3}-{3833,9415,0,1,0}-{3752,9450,0,1,6}-{3825,9449,0,1,3}-{3827,9459,0,1,1}-{3818,9466,0,1,4}-{3799,9460,0,1,1}-{3794,9451,0,1,1}-{3762,9432,0,1,1}-{3725,9390,0,1,3}-{2672,9805,0,1,3}-{2663,9804,0,1,4}-{2658,9809,0,1,5}-{3753,9387,0,1,0}-{3728,9382,0,1,3}-{3733,9421,0,1,7}-{2568,9528,0,1,5}-{2573,9530,0,1,3}-{2575,9525,0,1,6}-{2571,9528,0,1,7}-{2608,9818,0,1,7}-{2609,9825,0,1,5}-{2607,9830,0,1,1}-{2605,9837,0,1,1}-{2607,9833,0,1,6}-{3729,9360,0,1,6}-{2759,3402,0,1,2}-{2756,3400,0,1,0}-{2543,9564,0,1,1}-{2543,9562,0,1,1}-{2542,9557,0,1,1}-{2542,9569,0,1,4}-{2540,9566,0,1,0}-{2549,9568,0,1,6}-{2538,9568,0,1,3}" - }, - { - "npc_id": "80", - "loc_data": "{2619,3265,0,1,0}-{2619,3265,0,1,3}-{2615,3267,0,1,4}" - }, - { - "npc_id": "81", - "loc_data": "{3255,3255,0,1,3}-{3255,3256,0,1,4}-{3038,3310,0,1,5}-{3028,3312,0,1,6}-{3028,3299,0,1,6}-{3042,3300,0,1,6}-{2923,3277,0,1,1}-{2921,3289,0,1,1}-{2923,3280,0,1,6}-{2589,3120,0,1,4}-{2605,3116,0,1,5}-{3259,3261,0,1,1}-{3263,3283,0,1,6}-{3257,3268,0,1,4}" - }, - { - "npc_id": "82", - "loc_data": "{2936,9652,0,1,3}-{2932,9809,0,1,0}-{2929,9803,0,1,2}-{2934,9795,0,1,6}-{2933,9791,0,1,1}-{3052,3117,2,1,1}-{2841,9557,0,1,3}-{2831,9562,0,1,3}-{2838,9605,0,1,3}-{3058,10128,0,1,0}-{3046,10139,0,1,0}-{3110,3157,2,1,5}" - }, - { - "npc_id": "83", - "loc_data": "{3169,3711,0,1,7}-{3095,10095,0,1,0}-{3095,10086,0,1,0}-{2639,9477,2,0,3}-{2635,9497,2,0,2}" - }, - { - "npc_id": "84", - "loc_data": "{2861,9766,0,1,7}-{2875,9776,0,1,3}-{2869,9782,0,1,3}-{2856,9779,0,1,3}-{2867,9773,0,1,0}-{2863,9780,0,1,4}-{2858,9775,0,1,4}-{2700,9481,0,0,5}-{2729,9483,0,0,5}" - }, - { - "npc_id": "86", - "loc_data": "{2632,9696,0,1,1}-{2639,9697,0,1,3}-{2646,9696,0,1,3}-{2650,9697,0,1,4}-{2646,9702,0,1,6}-{3098,9880,0,1,5}-{3094,9883,0,1,1}-{3196,3208,0,1,1}-{3119,9891,0,1,4}-{3249,9868,0,1,4}-{3237,9868,0,1,3}-{3221,9873,0,1,6}-{3225,9862,0,1,2}-{3199,3209,0,1,1}-{3193,3211,0,1,5}-{3197,3203,0,1,1}-{3201,3200,0,1,4}-{3199,3210,0,1,0}-{3191,3207,0,1,4}-{3037,9511,0,1,6}-{3105,9517,0,1,7}-{3101,9517,0,1,6}-{3102,9521,0,1,4}-{3106,9519,0,1,1}-{3104,9514,0,1,4}-{3104,9518,0,1,1}-{3107,9519,0,1,1}-{3109,9516,0,1,1}-{3107,9515,0,1,7}-{3105,9512,0,1,6}-{3102,9513,0,1,3}-{3100,9514,0,1,1}-{3100,9516,0,1,7}-{3099,9521,0,1,0}-{3103,9523,0,1,1}-{3212,3191,0,1,6}-{3207,3192,0,1,2}-{3216,3184,0,1,2}-{3224,3174,0,1,4}-{3229,3183,0,1,5}-{3222,3185,0,1,3}-{3216,3177,0,1,4}-{3200,3182,0,1,5}-{3202,3189,0,1,6}-{3188,3181,0,1,7}-{3181,3191,0,1,7}-{3185,3199,0,1,4}-{3176,3198,0,1,6}-{3168,3188,0,1,4}-{3172,3178,0,1,1}-{3179,3174,0,1,1}-{3189,3168,0,1,5}-{3237,9866,0,1,6}-{3232,9867,0,1,7}-{3219,9862,0,1,7}-{3227,9875,0,1,4}-{3276,9870,0,1,3}-{3291,3388,0,1,6}-{2647,9713,0,1,3}-{2641,9719,0,1,1}-{2650,9716,0,1,1}-{2518,3187,0,1,3}-{3495,9812,0,1,1}-{3502,9807,0,0,4}" - }, - { - "npc_id": "87", - "loc_data": "{3241,3531,0,1,7}-{3260,3540,0,1,7}-{3103,9881,0,1,3}-{3122,9889,0,1,2}-{3117,9890,0,1,2}-{3293,3382,0,1,4}-{2520,3188,0,1,3}" - }, - { - "npc_id": "88", - "loc_data": "{2601,9802,0,1,6}-{2594,9805,0,1,1}-{2587,9806,0,1,2}-{2585,9803,0,1,1}-{2584,9801,0,1,5}" - }, - { - "npc_id": "89", - "loc_data": "{2783,3463,0,1,7}-{2629,3266,0,1,2}-{2634,3265,0,1,1}-{2575,3058,0,0,6}-{3080,3451,0,1,1}-{3096,3460,0,1,3}-{3142,3211,0,1,6}-{2557,3065,0,0,1}-{3294,3344,0,1,3}-{3289,3349,0,1,6}-{3286,3345,0,1,1}" - }, - { - "npc_id": "90", - "loc_data": "{2925,3254,2,1,3}-{2882,9815,0,1,3}-{2883,9822,0,1,6}-{2883,9827,0,1,6}-{2890,9847,0,1,1}-{2896,9849,0,1,5}-{2900,9848,0,1,3}-{2907,9849,0,1,5}-{3116,3534,0,1,4}-{3110,3367,0,1,3}-{3110,9909,0,1,4}-{3121,9910,0,1,4}-{3133,9909,0,1,5}-{3133,9904,0,1,6}-{3129,9916,0,1,3}-{3133,9916,0,1,0}-{3141,9875,0,1,6}-{3208,9905,0,1,4}-{2852,9577,0,1,1}-{2865,9567,0,1,3}-{2924,3252,2,1,3}-{2926,3255,2,1,4}-{2932,3255,2,1,3}-{2931,3251,2,1,4}-{3194,5448,0,1,3}-{3183,5447,0,1,3}-{3177,5457,0,1,4}-{3187,5456,0,1,1}-{3003,3593,0,1,5}-{3007,3596,0,1,4}-{3025,3595,0,1,4}-{3022,3594,0,1,0}" - }, - { - "npc_id": "91", - "loc_data": "{3099,9910,0,1,3}-{3100,9906,0,1,6}-{3212,9906,0,1,6}-{3252,9916,0,1,3}-{3259,9915,0,1,3}-{3272,9913,0,1,6}-{3274,9914,0,1,1}-{3278,9908,0,1,1}-{3275,9911,0,1,5}-{3194,5454,0,1,4}" - }, - { - "npc_id": "92", - "loc_data": "{3111,3561,0,1,3}-{3132,9915,0,1,5}-{3095,9909,0,1,3}-{3149,9869,0,1,6}-{3138,9878,0,1,5}-{3137,9869,0,1,3}-{2840,9652,0,1,1}-{2829,9657,0,1,4}-{2819,3288,0,1,1}-{2848,3248,0,1,3}-{2850,3235,0,1,3}-{3117,9671,0,1,1}-{3122,9661,0,1,6}-{3123,9648,0,1,6}-{3005,10362,0,1,1}-{3003,10358,0,1,1}-{3005,10351,0,1,1}-{3003,10345,0,1,5}-{2993,3940,0,1,4}-{2593,9883,0,1,1}-{2590,9885,0,1,4}-{2586,9883,0,1,1}-{2585,9878,0,1,3}-{2537,9845,0,1,1}-{2540,9846,0,1,4}-{2552,9844,0,1,6}-{2556,9846,0,1,4}-{2535,9844,0,1,3}-{2532,9843,0,1,4}-{2530,9845,0,1,3}-{2540,9820,0,1,4}-{2544,9824,0,1,4}" - }, - { - "npc_id": "93", - "loc_data": "{3101,9956,0,1,3}-{3104,9948,0,1,0}-{3104,9955,0,1,4}-{3108,9951,0,1,4}-{3108,9954,0,1,1}-{3111,9954,0,1,6}-{3112,9958,0,1,4}-{2841,9625,0,1,4}-{2845,9628,0,1,3}-{2841,9638,0,1,6}-{2845,9645,0,1,1}-{2655,9824,0,1,1}-{2669,9824,0,1,4}-{2667,9823,0,1,5}-{2658,9830,0,1,6}-{2666,9829,0,1,6}-{3194,5460,0,1,6}-{3192,5466,0,1,7}-{2566,9507,0,1,3}-{2562,9505,0,1,1}-{2568,9509,0,1,3}-{3185,5493,0,1,4}-{3182,5494,0,1,6}-{3185,5486,0,1,7}-{3175,5492,0,1,3}-{3169,5496,0,1,4}-{3170,5492,0,1,3}-{3186,5487,0,1,4}-{3169,5491,0,1,2}-{2571,9509,0,1,1}-{2564,9504,0,1,1}-{2566,9505,0,1,1}-{2544,9841,0,1,1}-{2536,9844,0,1,6}-{2527,9844,0,1,3}-{2530,9842,0,1,4}-{2543,9815,0,1,3}" - }, - { - "npc_id": "94", - "loc_data": "{2589,9881,0,1,6}-{2591,9882,0,1,4}" - }, - { - "npc_id": "95", - "loc_data": "{2616,3283,0,1,3}-{2620,3283,0,1,3}-{2502,2969,0,1,6}-{2507,2971,0,1,2}-{2600,2959,0,1,6}-{2606,2971,0,1,6}-{2606,2963,0,1,4}-{2612,2965,0,1,6}-{2611,2973,0,1,5}-{2613,2963,0,1,3}-{2459,2884,0,1,7}-{2496,2907,0,1,6}-{2489,2887,0,1,7}-{2473,2885,0,1,7}-{2466,2872,0,1,4}-{2452,2883,0,1,5}-{2440,2869,0,1,5}-{2460,2849,0,1,1}-{2451,2842,0,1,4}-{2467,2838,0,1,6}-{2444,2832,0,1,6}-{2498,2845,0,1,3}-{2615,2957,0,1,4}-{2599,2960,0,1,2}-{2609,2966,0,1,0}-{2605,2967,0,1,5}-{2609,2963,0,1,2}-{2496,2857,0,1,4}-{2493,2849,0,1,4}-{2474,2860,0,1,1}-{2470,2865,0,1,4}-{2462,2874,0,1,1}-{2458,2853,0,1,4}-{2454,2876,0,1,5}-{2478,2884,0,1,6}-{2469,2886,0,1,5}-{2442,2876,0,1,1}-{2490,2903,0,1,1}-{2477,2928,0,1,4}-{2492,2956,0,1,1}-{2502,2956,0,1,4}-{2499,2965,0,1,0}-{2508,2968,0,1,4}-{2500,2974,0,1,0}-{3175,3948,0,1,1}-{3200,3931,0,1,1}-{3220,3921,0,1,7}-{2478,3272,0,1,1}-{2465,3276,0,1,1}-{2468,3277,0,1,4}-{2466,3271,0,1,5}-{2468,3277,0,1,0}" - }, - { - "npc_id": "96", - "loc_data": "{2842,3450,0,0,0}-{2872,3437,0,0,0}-{2873,3449,0,0,0}-{2868,3456,0,0,0}-{2856,3490,0,0,0}-{2861,3492,0,0,0}-{2862,3505,0,0,0}-{2856,3507,0,0,0}-{3004,3920,0,1,7}-{3007,3925,0,1,3}-{3005,3927,0,1,3}-{3004,3924,0,1,3}-{2988,3918,0,1,2}-{2992,3921,0,1,2}-{2990,3923,0,1,3}-{2988,3925,0,1,6}-{2987,3921,0,1,6}" - }, - { - "npc_id": "97", - "loc_data": "{2847,3485,0,0,0}-{2847,3489,0,0,0}-{2833,3511,0,0,0}-{2831,3506,0,0,0}-{2834,3514,0,0,0}-{3003,3921,0,1,6}-{3009,3920,0,1,3}-{3001,3923,0,1,1}-{3001,3927,0,1,4}-{2993,3919,0,1,4}-{2994,3924,0,1,1}-{2988,3918,0,1,4}" - }, - { - "npc_id": "98", - "loc_data": "{3014,3294,0,1,1}" - }, - { - "npc_id": "99", - "loc_data": "{2624,3319,0,1,1}-{2624,3327,0,1,6}-{2642,3314,0,1,4}-{2646,3325,0,1,1}-{2790,3199,0,1,2}-{2784,3188,0,1,1}-{2779,3207,0,1,1}-{2646,3504,0,1,4}-{2634,3476,0,1,5}-{2651,3477,0,1,5}-{2665,3472,0,1,5}-{2662,3488,0,1,5}-{2672,3505,0,1,5}" - }, - { - "npc_id": "100", - "loc_data": "{2551,3408,0,1,6}-{2553,3405,0,1,3}-{2559,3452,0,1,3}-{2567,3440,0,1,3}" - }, - { - "npc_id": "101", - "loc_data": "{2555,3407,0,1,3}-{2624,3391,0,1,1}-{2622,3389,0,1,4}-{2619,3390,0,1,4}-{2553,3457,0,1,3}-{2573,3437,0,1,3}" - }, - { - "npc_id": "102", - "loc_data": "{2622,3390,0,1,7}-{2622,3390,0,1,7}" - }, - { - "npc_id": "103", - "loc_data": "{2501,3289,0,1,1}-{2928,3251,1,1,3}-{3277,3659,0,1,1}-{3280,3658,0,1,1}-{3277,3661,0,1,3}-{3276,3657,0,1,3}-{3241,9907,0,1,4}-{3243,9914,0,1,1}-{3242,9913,0,1,6}-{3242,9916,0,1,5}-{3239,9914,0,1,1}-{2928,3244,1,1,4}-{2924,3253,1,1,3}-{2927,3252,1,1,4}-{2927,3254,1,1,3}-{2713,4892,0,1,3}-{2711,4899,0,1,3}-{2732,4901,0,1,3}-{2729,4893,0,1,3}-{2713,4907,0,1,3}" - }, - { - "npc_id": "104", - "loc_data": "{3093,3357,1,1,6}" - }, - { - "npc_id": "105", - "loc_data": "{2632,3280,0,1,1}-{2633,3274,0,1,3}-{3094,3601,0,1,6}-{3109,3600,0,1,2}-{3091,3604,0,1,0}-{2497,3164,0,1,2}-{3023,4508,0,1,7}-{2696, 3329, 0,1,4}-{2708, 3336, 0,1,4}" - }, - { - "npc_id": "106", - "loc_data": "{2968,3480,0,1,6}-{2968,3490,0,1,3}-{2978,3507,0,1,1}-{2959,3445,0,1,3}-{2807,3377,0,1,6}-{3289,3353,0,1,3}" - }, - { - "npc_id": "107", - "loc_data": "{2602,3267,0,1,6}-{2603,3270,0,1,4}-{2607,3268,0,1,5}-{3275,3154,0,1,6}-{3038,9802,0,1,5}-{3041,9804,0,1,6}-{3040,9795,0,1,7}-{3055,9776,0,1,4}-{3039,9769,0,1,6}-{3049,9764,0,1,3}-{3050,9770,0,1,1}-{3039,9765,0,1,1}-{3048,9762,0,1,4}-{3044,9760,0,1,6}-{3048,9779,0,1,1}-{2870,3166,0,1,3}-{2868,3159,0,1,4}-{2867,3172,0,1,5}-{2813,3112,0,1,4}-{2858,3167,0,1,3}-{2846,3153,0,1,3}-{2851,3149,0,1,1}-{2789,2949,0,1,3}-{2787,2943,0,1,3}-{2781,2949,0,1,3}-{3253,9909,0,1,4}-{3300,3312,0,1,1}-{3300,3305,0,1,3}-{3298,3300,0,1,5}-{3298,3294,0,1,0}-{3299,3290,0,1,6}-{2645,9823,0,1,1}-{2641,9819,0,1,7}-{2641,9817,0,1,2}-{2642,9813,0,1,5}-{2639,9809,0,1,2}-{2585,3479,0,1,1}-{2578,3476,0,1,7}-{2588,3485,0,1,3}" - }, - { - "npc_id": "108", - "loc_data": "{2715,3218,0,1,0}-{2719,3223,0,1,0}-{2720,3212,0,1,0}-{2722,3220,0,1,0}-{2724,3215,0,1,0}-{2729,3224,0,1,0}-{2733,3225,0,1,0}-{2936,9777,0,1,0}-{2934,9765,0,1,0}-{2932,9755,0,1,0}-{2726,3217,0,1,0}-{2728,3218,0,1,0}-{2735,3219,0,1,0}-{2723,3212,0,1,0}-{2721,3216,0,1,0}-{2716,3219,0,1,0}-{2725,3227,0,1,0}" - }, - { - "npc_id": "109", - "loc_data": "{2601,3269,0,0,0}-{2604,3272,0,0,0}-{2605,3268,0,0,0}-{2606,3271,0,0,0}" - }, - { - "npc_id": "110", - "loc_data": "{3050,10337,0,1,4}-{3047,10340,0,1,4}-{3048,10346,0,1,4}-{3048,10346,0,1,3}-{3305,9400,0,1,1}-{3296,9378,0,1,3}-{3234,5497,0,1,1}-{2564,9887,0,1,4}-{2581,9897,0,1,1}-{2577,9888,0,1,1}" - }, - { - "npc_id": "111", - "loc_data": "{2920,3800,0,1,3}-{2955,3901,0,1,6}-{3043,9581,0,1,1}-{3055,9577,0,1,6}-{3061,9576,0,1,4}-{3055,9571,0,1,7}-{3052,9566,0,1,6}" - }, - { - "npc_id": "112", - "loc_data": "{2699,3206,0,1,1}-{3165,9880,0,1,3}-{3168,9880,0,1,1}-{3159,9903,0,1,4}-{2825,3249,0,1,6}-{3156,9907,0,1,0}-{2554,3411,0,1,3}-{2560,3406,0,1,3}-{2554,3400,0,1,3}-{2551,3401,0,1,4}-{3202,5490,0,1,4}-{3237,5555,0,1,5}-{2543,9823,0,1,3}-{2540,9819,0,1,5}-{2543,9817,0,1,4}" - }, - { - "npc_id": "113", - "loc_data": "{2622,3272,0,0,0}-{2896,2946,0,0,0}-{2918,2961,0,0,0}-{2926,2986,0,0,0}-{2930,3044,0,0,0}-{2926,3056,0,0,0}-{2916,3065,0,0,0}-{2835,9526,0,1,4}-{2832,9514,0,1,4}-{2825,9521,0,1,5}-{2846,9520,0,1,3}-{2838,9508,0,1,0}-{2832,9495,0,1,6}-{2838,9492,0,1,6}-{2851,9485,0,1,3}-{2847,9481,0,1,3}-{2865,9494,0,1,3}-{2855,9502,0,1,2}-{2870,9496,0,1,1}-{2851,9511,0,1,2}-{2853,9519,0,1,3}-{2857,9520,0,1,6}-{2863,9525,0,1,1}-{2869,9530,0,1,5}-{2865,9515,0,1,4}-{2868,9507,0,1,3}-{2874,9512,0,1,6}" - }, - { - "npc_id": "115", - "loc_data": "{2572,3028,0,1,2}-{2550,3046,0,1,4}-{2572,3034,0,1,3}-{2576,3026,0,1,4}-{2534,2975,0,1,1}-{2518,2974,0,1,1}-{2573,2987,0,1,1}-{2592,2967,0,1,3}-{2589,2961,0,0,2}-{2575,2989,0,1,0}-{2574,2992,0,1,4}-{2521,2974,0,1,4}-{2500,3092,0,1,6}-{2524,3375,0,1,3}-{2524,3374,0,1,3}-{2529,3374,0,1,3}-{2532,3375,0,1,1}-{2532,3373,0,1,1}-{2527,3376,0,1,6}-{2525,3373,0,1,7}-{2525,3373,0,1,5}-{2511,3086,0,1,1}-{2511,3084,0,1,3}-{2503,3114,0,1,6}-{2509,3120,0,1,4}-{2506,3107,0,1,4}-{2500,3112,0,1,4}-{2521,3045,0,1,6}-{2517,3043,0,1,5}-{2500,3095,0,1,3}-{2497,3090,0,1,4}-{2502,3099,0,1,4}-{2504,3097,0,1,4}-{2503,3134,0,1,3}-{2554,3196,0,1,7}-{2519,3039,0,1,4}" - }, - { - "npc_id": "116", - "loc_data": "{2622,3277,0,1,5}" - }, - { - "npc_id": "117", - "loc_data": "{2907,9737,0,1,5}-{2913,9733,0,1,2}-{2904,9728,0,1,6}-{2902,9736,0,1,3}-{2908,9732,0,1,4}-{2909,9726,0,1,1}-{3118,9845,0,1,4}-{3111,9844,0,1,6}-{3123,9845,0,1,3}-{3114,9833,0,1,3}-{3110,9841,0,1,1}-{3119,9839,0,1,1}-{3097,9832,0,1,0}-{3101,9832,0,1,1}-{3107,9829,0,1,3}-{3115,9831,0,1,4}-{3109,9835,0,1,4}-{3044,10321,0,1,2}-{3044,10316,0,1,4}-{3045,10308,0,1,4}-{3048,10317,0,1,2}-{2548,3146,0,1,1}-{2542,3145,0,1,4}-{2503,3150,0,1,4}" - }, - { - "npc_id": "118", - "loc_data": "{3042,3465,0,1,1}-{3035,3443,0,1,6}-{3042,3468,0,1,3}-{3008,3449,0,1,4}-{3000,9842,0,1,2}-{2996,9844,0,1,4}-{3003,9828,0,1,1}-{2995,9811,0,1,3}-{3002,9811,0,1,3}-{2994,9809,0,1,5}-{3004,9813,0,1,6}-{2998,9828,0,1,4}-{3004,9799,0,1,4}-{2997,9809,0,1,0}-{3019,9813,0,1,4}-{2983,9807,0,1,6}-{3012,9812,0,1,3}-{3010,9811,0,1,3}-{2964,9811,0,1,1}-{3025,9801,0,1,4}-{3026,9824,0,1,1}-{3018,9819,0,1,6}-{3028,9815,0,1,3}-{3024,9811,0,1,4}-{3021,9826,0,1,5}-{3022,9832,0,1,1}-{3023,9833,0,1,6}-{3027,9833,0,1,3}-{3028,9828,0,1,6}-{3023,9814,0,1,6}-{3042,9831,0,1,4}-{3024,9824,0,1,6}-{3019,9847,0,1,0}-{3034,9847,0,1,7}-{3021,9851,0,1,5}-{3043,9824,0,1,3}-{3038,9821,0,1,1}-{3044,9818,0,1,4}-{3047,9814,0,1,4}-{3037,9814,0,1,6}-{2603,3056,0,1,0}-{2598,3064,0,1,3}-{2589,3068,0,1,5}" - }, - { - "npc_id": "119", - "loc_data": "{3248,3794,0,1,1}-{2925,9766,0,1,7}-{2921,9758,0,1,3}-{2935,9770,0,1,1}-{2935,9761,0,1,0}-{3029,10313,0,1,4}-{3028,10309,0,1,4}-{3033,10311,0,1,6}-{3035,10309,0,1,1}-{3035,10313,0,1,1}-{3244,3797,0,1,3}-{3245,3790,0,1,4}-{3239,3781,0,1,5}-{3253,3791,0,1,1}-{3245,3802,0,1,1}-{3250,3808,0,1,3}-{3246,3800,0,1,6}-{3246,3795,0,1,2}" - }, - { - "npc_id": "122", - "loc_data": "{2996,9574,0,1,6}-{3007,9579,0,1,7}-{3001,9580,0,1,4}-{3018,9580,0,1,3}-{3021,9585,0,1,4}-{3024,9582,0,1,4}-{2507,3726,0,1,2}-{2523,3724,0,1,3}-{2535,9556,0,1,4}" - }, - { - "npc_id": "123", - "loc_data": "{3023,3801,0,1,4}-{3021,3805,0,1,0}-{3026,3805,0,1,1}-{3029,3801,0,1,3}-{3020,3808,0,1,3}-{3027,3810,0,1,6}-{3032,3805,0,1,1}-{2533,9554,0,1,4}-{2531,9556,0,1,5}-{2522,9562,0,1,4}-{2524,9558,0,1,4}-{2518,9562,0,1,6}-{2515,9566,0,1,3}-{2517,9573,0,1,1}" - }, - { - "npc_id": "124", - "loc_data": "{3118,9974,0,1,6}-{3119,9971,0,1,3}-{3120,9976,0,1,3}-{3124,9974,0,1,6}-{3142,5532,0,1,6}-{3141,5531,0,1,6}-{3139,5526,0,1,3}-{3143,5524,0,1,3}-{3148,5523,0,1,4}-{3148,5531,0,1,4}" - }, - { - "npc_id": "125", - "loc_data": "{2969,3916,0,1,0}-{2963,3928,0,1,0}-{2973,3941,0,1,0}-{2951,3908,0,1,0}-{2950,3912,0,1,0}-{2952,3915,0,1,0}-{2948,3917,0,1,0}-{2951,3923,0,1,0}-{2956,3924,0,1,0}-{2957,3931,0,1,0}-{2950,3939,0,1,0}-{2845,3517,0,1,4}-{2848,3515,0,1,4}-{3050,9570,0,1,3}-{2958,3867,0,1,3}-{2956,3857,0,1,6}-{2952,3862,0,1,3}-{2949,3858,0,1,4}-{2955,3875,0,1,7}-{2954,3874,0,1,5}-{2962,3876,0,1,1}-{2961,3877,0,1,3}-{2947,3878,0,1,6}-{2959,3884,0,1,4}-{2956,3885,0,1,3}-{2956,3886,0,1,3}-{2948,3886,0,1,1}-{3043,9579,0,1,2}-{3056,9585,0,1,0}-{3058,9575,0,1,1}-{3052,9582,0,1,0}-{3049,9577,0,1,4}-{3042,9586,0,1,6}-{3052,9588,0,1,1}-{3049,9590,0,1,5}-{3060,9578,0,1,3}-{3054,9566,0,1,7}-{3227,5443,0,1,5}-{3220,5448,0,1,5}-{3208,5443,0,1,6}-{3207,5448,0,1,4}" - }, - { - "npc_id": "126", - "loc_data": "{2381,4422,0,1,5}-{2381,4425,0,1,4}-{2382,4429,0,1,0}-{2385,4419,0,1,0}-{2388,4421,0,1,1}-{2388,4428,0,1,4}" - }, - { - "npc_id": "127", - "loc_data": "{2956,9794,0,0,0}-{2954,9786,0,0,0}-{2966,9790,0,0,0}-{2963,9781,0,0,0}-{3193,3959,0,0,0}-{3188,3960,0,0,0}-{3190,3962,0,0,0}-{3187,3959,0,0,0}-{3192,3961,0,0,0}-{3187,3960,0,0,0}-{3193,3959,0,0,0}-{3187,3961,0,0,0}" - }, - { - "npc_id": "128", - "loc_data": "{2610,3274,0,0,0}-{2610,3275,0,0,0}-{2615,3276,0,0,0}-{2616,3275,0,0,0}-{2616,3276,0,0,0}-{3193,3958,0,0,0}-{2877,3154,0,0,0}-{2878,3153,0,0,0}-{2870,3161,0,0,0}-{2822,3192,0,1,5}-{2770,3213,0,0,0}-{2759,3179,0,0,0}-{2741,3173,0,0,0}-{2757,3170,0,0,0}-{2746,3167,0,0,0}-{2784,3173,0,0,0}-{2746,3147,0,0,0}-{2733,3162,0,0,0}-{2730,3146,0,0,0}-{2782,3104,0,0,0}-{2782,3103,0,0,0}-{2777,3090,0,0,0}-{2773,3089,0,0,0}-{2803,3115,0,0,0}-{2808,3112,0,0,0}-{2887,3145,0,0,0}-{2824,3084,0,0,0}-{2821,3078,0,0,0}-{2817,3078,0,0,0}-{2837,3076,0,0,0}-{2844,3040,0,0,0}-{2840,3049,0,0,0}-{2837,3043,0,0,0}-{2834,3042,0,0,0}-{2827,3026,0,0,0}-{2824,3018,0,0,0}-{2830,3021,0,0,0}-{2832,3018,0,0,0}-{2925,2969,0,0,0}-{2939,2977,0,0,0}-{2936,2980,0,0,0}-{2933,2976,0,0,0}-{2930,2971,0,0,0}-{2928,2984,0,0,0}-{2942,2983,0,0,0}-{2936,2989,0,0,0}" - }, - { - "npc_id": "131", - "loc_data": "{2594,3271,0,1,4}-{2593,3269,0,1,1}-{2592,3272,0,1,6}" - }, - { - "npc_id": "132", - "loc_data": "{2600,3275,0,1,6}-{2600,3279,0,1,4}-{2603,3279,0,1,3}-{2603,3281,0,1,3}-{2604,3277,0,1,6}-{2867,3163,0,1,3}-{2883,3147,0,1,6}-{2856,3144,0,1,7}-{2812,3180,0,1,1}-{2791,3181,0,1,3}-{2749,3173,0,1,3}-{2758,3170,0,1,4}-{2754,3167,0,1,3}-{2754,3175,0,1,1}-{2891,3079,0,1,1}-{2897,3064,0,1,0}-{2896,3071,0,1,1}-{2837,3038,0,1,0}-{2837,3041,0,1,3}-{2831,3031,0,1,3}-{2818,3054,0,1,4}-{2832,3050,0,1,6}-{2832,3011,0,1,4}-{2784,3005,0,1,1}-{2782,3008,0,1,1}-{2791,2999,0,1,2}-{2791,2988,0,1,1}-{2795,2987,0,1,6}-{2797,2985,0,1,3}-{2876,3011,0,1,3}-{2863,3021,0,1,3}-{2867,3016,0,1,1}-{2871,3022,0,1,4}-{2877,3028,0,1,3}-{2868,3012,0,1,4}-{2910,3026,0,1,5}-{2902,3010,0,1,1}-{2928,3029,0,1,4}-{2920,3027,0,1,6}-{2875,2936,0,1,2}-{2945,2979,0,1,3}-{2953,2965,0,1,4}-{2952,2982,0,1,4}-{2955,3003,0,1,3}-{2944,2999,0,1,5}-{2932,3023,0,1,3}-{2933,3024,0,1,3}-{2929,3009,0,1,0}-{2927,3022,0,1,1}-{2926,3023,0,1,6}-{2927,3020,0,1,7}-{2908,3078,0,1,4}-{2920,3081,0,1,4}-{2890,3082,0,1,1}-{2916,3082,0,1,1}" - }, - { - "npc_id": "133", - "loc_data": "{3079,3618,0,0,7}-{3070,3629,0,0,3}-{3073,3634,0,0,6}-{3088,3636,0,0,3}-{3092,3637,0,0,2}-{3073,3636,0,0,0}-{3070,3657,0,0,5}-{3109,3634,0,0,2}-{3114,3628,0,0,1}-{3107,3626,0,0,2}-{3118,3639,0,0,5}-{3119,3627,0,0,3}-{3119,3604,0,0,1}-{3136,3612,0,0,5}-{3124,3586,0,0,0}" - }, - { - "npc_id": "134", - "loc_data": "{3088,9945,0,1,3}-{3089,9943,0,1,0}-{3090,9944,0,1,7}-{3043,10262,0,1,1}-{3044,10252,0,1,4}-{3051,10257,0,1,3}-{3055,10253,0,1,3}-{3067,10255,0,1,3}-{3067,10257,0,1,3}-{3068,10253,0,1,2}-{3069,10257,0,1,4}-{3069,10259,0,1,0}-{2876,9810,0,1,4}-{2876,9803,0,1,5}-{2869,9799,0,1,4}-{2858,9804,0,1,7}-{2857,9821,0,1,4}-{2869,9816,0,1,0}-{2849,9817,0,1,6}-{3278,5477,0,1,1}-{3278,5476,0,1,2}-{3277,5451,0,1,5}-{3283,5449,0,1,4}-{3280,5476,0,1,3}-{3274,5463,0,1,1}-{3272,5477,0,1,1}-{3271,5473,0,1,4}-{3270,5459,0,1,1}-{3271,5454,0,1,3}-{3278,5525,0,1,3}-{3272,5529,0,1,3}-{3270,5536,0,1,6}-{3277,5536,0,1,4}-{3277,5512,0,1,3}-{3279,5516,0,1,6}-{3280,5531,0,1,6}-{2598,9558,0,1,6}-{2599,9557,0,1,4}-{2598,9556,0,1,4}-{2600,9555,0,1,3}-{2601,9553,0,1,1}-{2572,9569,0,1,3}-{2599,9552,0,1,6}-{2601,9560,0,1,1}-{2599,9564,0,1,6}-{2600,9563,0,1,4}-{2597,9569,0,1,1}-{2594,9571,0,1,2}-{2589,9571,0,1,4}-{2589,9574,0,1,3}-{2584,9572,0,1,6}-{2581,9575,0,1,6}-{2583,9577,0,1,6}-{2582,9572,0,1,3}-{2572,9568,0,1,1}-{2570,9567,0,1,1}-{2572,9571,0,1,3}-{2575,9572,0,1,0}-{2577,9574,0,1,3}-{2580,9578,0,1,3}-{2597,9572,0,1,6}" - }, - { - "npc_id": "138", - "loc_data": "{2375,3434,0,1,4}-{2379,3438,0,1,6}" - }, - { - "npc_id": "139", - "loc_data": "{2378,3432,0,1,2}-{2375,3438,0,1,7}-{2376,3431,0,1,1}-{2380,3438,0,1,4}" - }, - { - "npc_id": "141", - "loc_data": "{3324,5510,0,1,3}-{3286,5512,0,1,1}-{3310,5524,0,1,2}-{3289,5527,0,1,7}-{3296,5519,0,1,4}" - }, - { - "npc_id": "142", - "loc_data": "{2514,3194,0,1,3}-{2547,3178,0,1,1}" - }, - { - "npc_id": "143", - "loc_data": "{2787,2929,0,1,6}-{2835,2934,0,1,4}-{2889,2936,0,1,2}-{2921,2937,0,1,1}" - }, - { - "npc_id": "144", - "loc_data": "{3043,9779,0,1,4}-{3047,9769,0,1,1}-{2847,3282,0,1,6}-{2846,3293,0,1,6}-{2850,3301,0,1,4}-{2852,3308,0,1,4}-{2861,3297,0,1,1}-{2863,3283,0,1,5}" - }, - { - "npc_id": "146", - "loc_data": "{2827,3139,0,1,0}-{2976,3053,0,1,0}-{2985,3038,0,1,0}-{2994,3048,0,1,5}-{2992,3030,0,1,0}-{2896,2992,0,1,7}" - }, - { - "npc_id": "151", - "loc_data": "{2756,3156,0,0,4}-{2760,3152,0,0,6}" - }, - { - "npc_id": "152", - "loc_data": "{3103,3347,0,0,0}-{3107,3337,0,0,0}-{3107,3342,0,0,0}-{3107,3344,0,0,0}-{3108,3346,0,0,0}-{3111,3339,0,0,0}-{3111,3348,0,0,0}-{3115,3344,0,0,0}-{3120,3344,0,0,0}-{3122,3335,0,0,0}" - }, - { - "npc_id": "153", - "loc_data": "{2415,4466,0,0,0}-{2419,4427,0,0,0}-{2421,4468,0,0,0}-{2426,4431,0,0,0}-{2500,3492,0,1,4}-{2245,3147,0,1,4}-{2246,3143,0,1,0}-{2242,3140,0,1,3}-{2247,3149,0,1,1}" - }, - { - "npc_id": "154", - "loc_data": "{2394,4453,0,0,0}-{2394,4457,0,0,0}-{2406,4447,0,0,0}-{2568,3470,0,1,5}-{2523,3164,0,1,4}-{2534,3173,0,1,3}-{2538,3160,0,1,3}-{2246,3144,0,1,4}-{2245,3147,0,1,4}-{2240,3147,0,1,3}-{2247,3142,0,1,5}" - }, - { - "npc_id": "155", - "loc_data": "{3235,3222,0,0,0}-{3255,3226,0,0,0}-{2561,3471,0,1,0}" - }, - { - "npc_id": "157", - "loc_data": "{2502,3521,0,1,5}" - }, - { - "npc_id": "162", - "loc_data": "{2480,3426,0,1,6}-{2489,3429,0,1,1}-{2480,3431,0,1,0}-{2475,3418,0,1,4}-{2470,3423,0,1,1}" - }, - { - "npc_id": "166", - "loc_data": "{2450,3480,1,0,1}-{2449,3480,1,0,1}-{2448,3480,1,0,1}-{2440,3488,1,0,4}-{2440,3487,1,0,4}-{2448,3427,1,0,6}-{2448,3424,1,0,6}-{2443,3424,1,0,3}-{2443,3425,1,0,3}" - }, - { - "npc_id": "170", - "loc_data": "{2890,3175,0,1,4}" - }, - { - "npc_id": "172", - "loc_data": "{3225,3369,0,1,3}-{3226,3371,0,1,7}-{3230,3372,0,1,0}-{3230,3370,0,1,3}-{3229,3368,0,1,1}-{3227,3367,0,1,1}" - }, - { - "npc_id": "174", - "loc_data": "{3095,3232,0,1,6}-{3095,3231,0,1,0}-{3225,3370,0,1,4}-{3230,3370,0,1,3}" - }, - { - "npc_id": "175", - "loc_data": "{3084,3495,0,1,4}-{2994,9549,0,1,6}-{2993,9551,0,1,6}-{2995,9555,0,1,6}-{2999,9548,0,1,0}-{3182,3365,0,1,6}" - }, - { - "npc_id": "178", - "loc_data": "{2892,9709,0,1,6}-{2915,9708,0,1,7}-{2899,9702,0,1,1}-{2907,9711,0,1,4}-{2938,9811,0,1,6}-{3096,3220,0,1,1}-{3273,3507,0,1,6}" - }, - { - "npc_id": "179", - "loc_data": "{3025,3511,1,1,3}-{3038,3505,0,1,4}-{3026,3494,0,1,6}-{3026,3505,0,1,4}-{3026,3512,0,1,6}-{3025,3512,0,1,4}-{3027,3512,0,1,6}-{3030,3511,0,1,6}-{3028,3511,0,1,1}-{3039,3855,0,1,4}-{3031,3852,0,1,1}-{3032,3849,0,1,3}-{3023,3849,0,1,6}-{3022,3847,0,1,3}-{3023,3514,1,1,3}-{3014,3516,2,1,1}" - }, - { - "npc_id": "180", - "loc_data": "{2744,3519,0,0,0}-{2957,3238,0,1,4}-{2988,3423,0,1,7}-{2953,3240,0,1,3}-{3011,3277,0,1,1}-{3009,3280,0,1,1}-{3110,3295,0,1,4}" - }, - { - "npc_id": "181", - "loc_data": "{3105,9942,0,1,3}-{3106,9934,0,1,3}-{3109,9930,0,1,1}-{2937,9847,0,0,0}-{2930,9850,0,0,0}-{2934,9846,0,0,0}-{2930,9845,0,0,0}-{2563,3355,0,1,4}-{2561,3355,0,1,3}-{2561,3357,0,1,1}-{2563,3358,0,1,4}" - }, - { - "npc_id": "182", - "loc_data": "{3041,3958,0,0,0}-{3043,3958,0,0,0}-{3039,3958,0,0,0}-{3039,3950,0,0,0}-{3041,3958,0,0,0}-{3041,3954,0,0,0}-{3038,3957,0,0,0}-{3041,3954,0,0,0}-{3038,3955,0,0,0}-{3690,2966,0,1,4}" - }, - { - "npc_id": "183", - "loc_data": "{3043,3958,0,0,0}-{3043,3950,0,0,0}-{3042,3950,0,0,0}-{3039,3951,0,0,0}-{3044,3949,0,0,0}-{2805,3160,0,0,0}-{2803,3190,0,1,4}-{2795,3167,0,0,0}-{2793,3184,0,1,3}-{3670,2977,0,1,1}-{3654,2960,0,1,0}-{3698,2969,0,1,2}-{3676,2991,0,1,3}-{3666,2994,0,1,7}-{3666,2981,1,1,4}" - }, - { - "npc_id": "184", - "loc_data": "{2994,9584,0,1,6}-{2992,9573,0,1,1}-{2990,9583,0,1,4}-{2998,9572,0,1,2}-{2998,9573,0,1,4}-{2989,9578,0,1,0}-{2993,9566,0,1,4}-{2994,9570,0,1,3}-{3659,2952,0,1,6}-{3669,2961,0,1,4}-{3683,2977,0,1,6}-{3668,2981,0,1,3}-{3655,2973,0,1,1}-{3675,2967,0,1,3}" - }, - { - "npc_id": "186", - "loc_data": "{3158,3571,0,0,7}-{3170,3575,0,0,0}-{3172,3578,0,0,5}-{3175,3564,0,0,4}-{3176,3570,0,0,2}-{3180,3565,0,0,5}-{3189,3565,0,0,7}-{3189,3580,0,0,0}-{3192,3568,0,0,7}-{3159,3563,0,0,1}-{3163,3572,0,0,6}-{3173,3574,0,0,3}-{3179,3561,0,0,2}" - }, - { - "npc_id": "187", - "loc_data": "{3291,3924,0,1,4}-{3294,3930,0,1,4}-{3286,3933,0,1,6}-{3285,3928,0,1,6}-{3287,3935,1,1,6}-{3286,3927,1,1,6}-{3283,3936,2,1,6}-{3292,3932,1,1,4}-{3291,3940,0,1,6}-{3280,3943,0,1,6}-{3278,3926,0,1,4}" - }, - { - "npc_id": "188", - "loc_data": "{2933,3516,0,1,3}-{2935,3515,0,1,3}-{2932,3514,0,1,2}-{3158,5497,0,1,6}-{3157,5494,0,1,1}-{3155,5498,0,1,6}-{3140,5494,0,1,6}-{3143,5493,0,1,5}-{3142,5497,0,1,4}-{3156,5494,0,1,5}-{3148,5496,0,1,4}" - }, - { - "npc_id": "189", - "loc_data": "{3151,5489,0,1,7}-{3145,5495,0,1,3}-{3142,5493,0,1,3}-{3149,5489,0,1,6}-{3155,5491,0,1,2}-{3142,5497,0,1,3}" - }, - { - "npc_id": "190", - "loc_data": "{2837,9815,0,1,1}-{2833,9814,0,1,2}-{2831,9808,0,1,3}-{2829,9804,0,1,7}-{2825,9806,0,1,1}-{2828,9809,0,1,3}-{2826,9813,0,1,6}" - }, - { - "npc_id": "191", - "loc_data": "{2730,3161,0,0,0}-{2729,3159,0,0,0}-{2727,3163,0,0,0}-{2725,3157,0,0,0}-{2726,3161,0,0,0}-{2725,3161,0,0,0}-{2723,3155,0,0,0}-{2723,3156,0,0,0}-{2725,3162,0,0,0}-{2775,3066,0,0,0}-{2802,3071,0,0,0}-{2868,3053,0,0,0}-{2770,3018,0,0,0}-{2770,3014,0,0,0}-{2840,3018,0,0,0}-{2919,2983,0,0,0}-{2937,2993,0,0,0}-{2940,2994,0,0,0}-{2940,2997,0,0,0}-{2942,2997,0,0,0}" - }, - { - "npc_id": "192", - "loc_data": "{3027,3612,0,1,6}-{3021,3611,0,1,1}-{3036,3613,0,1,4}-{3024,3606,0,1,1}-{3023,3634,0,1,3}-{3026,3637,0,1,5}-{3031,3637,0,1,2}-{3035,3637,0,1,6}-{3034,3632,0,1,6}-{3035,3629,0,1,6}-{3035,3625,0,1,5}-{3029,3626,0,1,3}-{3032,3626,0,1,4}-{3022,3626,0,1,1}-{3023,3623,0,1,6}" - }, - { - "npc_id": "193", - "loc_data": "{2581,9505,0,1,4}-{2594,9497,0,1,1}-{2593,9499,0,1,7}-{2587,9498,0,1,3}-{2573,9500,0,1,5}-{2579,9503,0,1,5}-{2580,9500,0,1,4}-{2578,9497,0,1,7}" - }, - { - "npc_id": "195", - "loc_data": "{3042,3708,0,0,6}-{3037,3702,0,0,5}" - }, - { - "npc_id": "196", - "loc_data": "{3038,3670,0,1,1}-{3034,3674,0,1,2}" - }, - { - "npc_id": "198", - "loc_data": "{3190,3358,0,1,1}" - }, - { - "npc_id": "199", - "loc_data": "{3079,3443,0,1,3}" - }, - { - "npc_id": "201", - "loc_data": "{2931,9692,0,0,0}" - }, - { - "npc_id": "205", - "loc_data": "{2613,9523,0,1,0}" - }, - { - "npc_id": "206", - "loc_data": "{3026,3455,0,1,6}-{3015,3458,0,1,5}" - }, - { - "npc_id": "208", - "loc_data": "{2568,3459,0,1,4}" - }, - { - "npc_id": "209", - "loc_data": "{3013,3452,0,1,6}" - }, - { - "npc_id": "216", - "loc_data": "{2851,3348,0,0,7}" - }, - { - "npc_id": "217", - "loc_data": "{2852,3343,0,1,2}" - }, - { - "npc_id": "218", - "loc_data": "{2613,3475,0,1,2}" - }, - { - "npc_id": "222", - "loc_data": "{2851,3351,0,0,7}-{2849,3348,0,0,7}" - }, - { - "npc_id": "225", - "loc_data": "{2641,3437,0,0,0}" - }, - { - "npc_id": "227", - "loc_data": "{2643,3440,0,0,0}" - }, - { - "npc_id": "228", - "loc_data": "{2634,3427,0,0,0}" - }, - { - "npc_id": "229", - "loc_data": "{2628,3413,0,1,4}" - }, - { - "npc_id": "230", - "loc_data": "{2649,3454,0,0,0}" - }, - { - "npc_id": "231", - "loc_data": "{2650,3468,0,0,0}" - }, - { - "npc_id": "232", - "loc_data": "{2819,3487,0,0,4}" - }, - { - "npc_id": "237", - "loc_data": "{2769,3403,0,1,0}-{2766,3402,0,1,3}-{2770,3402,0,1,0}-{2772,3404,0,1,1}-{2767,3405,1,1,0}-{2771,3403,1,1,6}-{2767,3401,1,1,7}" - }, - { - "npc_id": "239", - "loc_data": "{2758,3516,1,0,0}" - }, - { - "npc_id": "240", - "loc_data": "{2760,3501,0,1,1}" - }, - { - "npc_id": "241", - "loc_data": "{2762,3498,0,0,0}" - }, - { - "npc_id": "242", - "loc_data": "{2764,3509,1,0,0}" - }, - { - "npc_id": "243", - "loc_data": "{2756,3513,1,0,0}" - }, - { - "npc_id": "244", - "loc_data": "{2765,3504,1,0,0}" - }, - { - "npc_id": "245", - "loc_data": "{2755,3517,0,0,0}" - }, - { - "npc_id": "247", - "loc_data": "{2769,3402,2,1,5}" - }, - { - "npc_id": "250", - "loc_data": "{2924,3405,0,0,1}" - }, - { - "npc_id": "251", - "loc_data": "{2761,3512,0,0,0}" - }, - { - "npc_id": "253", - "loc_data": "{2616,3172,0,1,1}-{2583,3142,0,1,6}" - }, - { - "npc_id": "254", - "loc_data": "{2565,3150,0,1,6}-{2564,3146,0,1,5}-{2572,3143,0,1,4}" - }, - { - "npc_id": "255", - "loc_data": "{2601,3195,0,1,3}-{2615,3188,0,1,6}-{2606,3186,0,1,3}" - }, - { - "npc_id": "256", - "loc_data": "{2568,3144,0,1,3}-{2606,3180,0,1,5}-{2600,3184,0,1,4}-{2598,3185,0,1,6}-{2593,3175,0,1,2}-{2594,3182,0,1,3}-{2594,3188,0,1,3}-{2593,3193,0,1,3}-{2592,3179,0,1,1}-{2605,3171,0,1,3}-{2581,3170,0,1,6}-{2580,3166,0,1,6}-{2577,3163,0,1,1}-{2585,3150,0,1,4}" - }, - { - "npc_id": "259", - "loc_data": "{2567,3140,0,0,0}" - }, - { - "npc_id": "260", - "loc_data": "{2589,3142,0,0,0}" - }, - { - "npc_id": "261", - "loc_data": "{2587,3142,0,0,0}" - }, - { - "npc_id": "262", - "loc_data": "{2616,3162,0,0,0}-{2616,3161,0,0,0}-{2596,3142,0,0,0}" - }, - { - "npc_id": "263", - "loc_data": "{2597,3143,0,0,0}" - }, - { - "npc_id": "265", - "loc_data": "{2616,3167,0,0,0}" - }, - { - "npc_id": "267", - "loc_data": "{2601,3168,0,0,0}" - }, - { - "npc_id": "268", - "loc_data": "{2583,3171,0,0,0}" - }, - { - "npc_id": "278", - "loc_data": "{3209,3215,0,0,0}" - }, - { - "npc_id": "279", - "loc_data": "{2604,3209,0,0,0}" - }, - { - "npc_id": "281", - "loc_data": "{2604,3219,0,0,0}-{2609,3207,0,0,0}-{2618,3211,0,0,0}" - }, - { - "npc_id": "282", - "loc_data": "{3280,3494,0,1,6}" - }, - { - "npc_id": "284", - "loc_data": "{2953,3450,0,0,0}" - }, - { - "npc_id": "285", - "loc_data": "{3110,3330,0,0,0}" - }, - { - "npc_id": "286", - "loc_data": "{3111,3367,2,0,4}" - }, - { - "npc_id": "287", - "loc_data": "{2770,3403,2,1,3}" - }, - { - "npc_id": "288", - "loc_data": "{3110,3366,2,0,2}-{2677,3655,0,1,3}-{2681,3653,0,1,6}" - }, - { - "npc_id": "289", - "loc_data": "{2616,3302,0,1,3}" - }, - { - "npc_id": "290", - "loc_data": "{2614,3306,0,1,4}" - }, - { - "npc_id": "296", - "loc_data": "{3084,3518,0,1,1}" - }, - { - "npc_id": "297", - "loc_data": "{3093,3518,0,1,5}" - }, - { - "npc_id": "298", - "loc_data": "{3113,3513,0,1,3}" - }, - { - "npc_id": "299", - "loc_data": "{3113,3511,0,1,3}" - }, - { - "npc_id": "300", - "loc_data": "{3105,9569,0,0,0}" - }, - { - "npc_id": "302", - "loc_data": "{2519,3429,0,1,1}" - }, - { - "npc_id": "304", - "loc_data": "{2520,3496,0,1,3}" - }, - { - "npc_id": "305", - "loc_data": "{2511,3484,0,0,4}" - }, - { - "npc_id": "306", - "loc_data": "{2514,9580,0,1,1}" - }, - { - "npc_id": "307", - "loc_data": "{2968,3206,0,0,0}" - }, - { - "npc_id": "308", - "loc_data": "{2611,3393,0,1,4}" - }, - { - "npc_id": "309", - "loc_data": "{2860,2976,0,0,4}-{2856,2977,0,0,4}-{2852,2973,0,0,4}-{2267,3253,0,0,4}-{2266,3253,0,0,4}-{2262,3249,0,0,4}-{2716,3530,0,0,0}-{2561,3374,0,0,4}-{2562,3374,0,0,4}-{2633,3693,0,0,4}-{2633,3694,0,0,4}-{2215,3248,0,0,4}-{2217,3245,0,0,4}-{2213,3241,0,0,4}-{3104,3424,0,0,0}-{3104,3425,0,0,0}-{2566,3370,0,0,0}-{2637,3444,0,0,0}-{2471,3146,0,0,4}-{2465,3156,0,0,4}-{2461,3150,0,0,4}-{2678,3595,0,0,4}-{2689,3598,0,0,4}" - }, - { - "npc_id": "310", - "loc_data": "{2382,3414,0,0,4}-{2537,3406,0,0,4}-{2527,3412,0,0,4}-{2507,3421,0,0,4}-{2508,3421,0,0,4}-{3239,3243,0,0,6}-{3239,3241,0,0,6}-{3238,3252,0,0,6}-{2860,2972,0,0,6}-{2865,2972,0,0,4}-{2382,3415,0,0,0}-{2392,3420,0,0,0}" - }, - { - "npc_id": "312", - "loc_data": "{2860,3426,0,0,1}" - }, - { - "npc_id": "313", - "loc_data": "{2853,3423,0,0,1}-{2840,3356,0,0,1}-{2843,3359,0,0,1}-{2848,3361,0,0,1}-{2879,3339,0,0,1}-{2879,3338,0,0,1}-{2879,3335,0,0,1}-{2879,3334,0,0,1}-{2876,3331,0,0,1}" - }, - { - "npc_id": "316", - "loc_data": "{2986,3176,0,0,4}-{3086,3227,0,0,1}-{2996,3157,0,0,1}-{3085,3230,0,0,0}" - }, - { - "npc_id": "322", - "loc_data": "{2641,3700,0,0,4}-{2640,3700,0,0,4}-{2777,2740,0,0,4}-{2780,2741,0,0,4}-{2788,2741,0,0,4}-{2771,2733,0,0,4}-{2771,2734,0,0,4}" - }, - { - "npc_id": "323", - "loc_data": "{2926,3177,0,0,6}-{3259,3204,0,0,3}-{3248,3161,0,0,4}-{3259,3206,0,0,3}-{2516,3575,0,0,7}-{2511,3562,0,0,7}-{2498,3547,0,0,7}" - }, - { - "npc_id": "324", - "loc_data": "{2645,3708,0,0,1}-{2648,3708,0,0,1}-{2632,3427,0,0,0}-{2647,3711,0,0,1}" - }, - { - "npc_id": "325", - "loc_data": "{2671,3160,0,0,4}-{2672,3160,0,0,4}-{2678,3160,0,0,4}-{2682,3160,0,0,4}-{2683,3160,0,0,4}" - }, - { - "npc_id": "326", - "loc_data": "{2840,3431,0,0,0}-{3246,3156,0,0,0}-{3245,3152,0,0,0}-{3242,3148,0,0,0}-{2855,3423,0,0,1}-{3267,3148,0,0,6}-{3276,3140,0,0,6}-{3275,3140,0,0,6}-{3169,3266,0,0,3}-{3173,3274,0,0,3}-{2607,3416,0,0,1}-{2604,3417,0,0,1}-{2602,3419,0,0,1}" - }, - { - "npc_id": "333", - "loc_data": "{2845,3429,0,0,6}-{2923,3178,0,0,6}-{2923,3180,0,0,6}-{2926,3180,0,0,6}-{2602,3411,0,0,3}-{2605,3413,0,0,3}-{2609,3416,0,0,3}-{2610,3413,0,0,3}-{2605,3421,0,0,1}-{2602,3423,0,0,1}-{2603,3426,0,0,1}-{3128,3510,0,0,1}" - }, - { - "npc_id": "334", - "loc_data": "{2165,3268,0,0,4}-{2162,3274,0,0,4}-{2639,3698,0,0,4}-{2642,3698,0,0,4}-{2699,2702,0,0,4}-{2694,2706,0,0,4}-{2700,2702,0,0,4}-{2707,2698,0,0,4}-{2612,3411,0,0,0}-{2627,3415,0,0,0}-{2700,2702,0,0,0}-{2700,2702,0,0,0}-{2700,2702,0,0,0}-{2707,2698,0,0,0}-{2707,2698,0,0,0}-{2707,2698,0,0,0}" - }, - { - "npc_id": "336", - "loc_data": "{2928,3218,0,1,4}" - }, - { - "npc_id": "338", - "loc_data": "{2929,3222,0,0,6}" - }, - { - "npc_id": "340", - "loc_data": "{2929,3217,0,1,6}" - }, - { - "npc_id": "342", - "loc_data": "{3281,3382,0,0,0}" - }, - { - "npc_id": "343", - "loc_data": "{3284,3382,0,0,0}" - }, - { - "npc_id": "344", - "loc_data": "{3016,3187,1,1,0}-{3015,3183,1,1,0}-{3014,3181,1,1,0}-{3011,3185,1,1,0}" - }, - { - "npc_id": "345", - "loc_data": "{3018,3185,2,1,0}" - }, - { - "npc_id": "347", - "loc_data": "{2523,3292,0,0,0}-{2536,3294,0,0,0}-{2538,3321,0,0,0}" - }, - { - "npc_id": "348", - "loc_data": "{2501,3315,0,0,0}-{2513,3325,0,0,0}-{2526,3279,0,0,0}-{2528,3297,0,0,0}-{2535,3288,0,0,0}-{2548,3287,0,0,0}" - }, - { - "npc_id": "349", - "loc_data": "{2556,3266,0,0,0}" - }, - { - "npc_id": "350", - "loc_data": "{2559,3266,0,0,0}" - }, - { - "npc_id": "351", - "loc_data": "{2507,3325,0,1,4}" - }, - { - "npc_id": "352", - "loc_data": "{2511,3322,0,1,2}-{2540,3279,0,1,6}" - }, - { - "npc_id": "353", - "loc_data": "{2504,3326,0,1,1}-{2509,3314,0,1,3}-{2545,3278,0,1,3}" - }, - { - "npc_id": "354", - "loc_data": "{2510,3318,0,1,6}-{2524,3271,0,1,3}" - }, - { - "npc_id": "355", - "loc_data": "{2504,3318,0,0,0}" - }, - { - "npc_id": "356", - "loc_data": "{2523,3307,0,0,0}" - }, - { - "npc_id": "357", - "loc_data": "{2518,3309,0,0,0}-{2526,3303,0,0,0}-{2543,3309,0,0,0}-{2550,3319,0,0,0}-{2552,3319,0,0,0}" - }, - { - "npc_id": "358", - "loc_data": "{2529,3285,0,0,0}" - }, - { - "npc_id": "360", - "loc_data": "{2550,3272,0,1,4}" - }, - { - "npc_id": "361", - "loc_data": "{2519,3277,0,1,6}" - }, - { - "npc_id": "362", - "loc_data": "{2537,3324,0,1,6}" - }, - { - "npc_id": "363", - "loc_data": "{2513,3315,0,1,4}" - }, - { - "npc_id": "364", - "loc_data": "{2577,3298,1,0,0}" - }, - { - "npc_id": "366", - "loc_data": "{2612,3324,0,0,0}" - }, - { - "npc_id": "367", - "loc_data": "{2935,3210,0,1,2}" - }, - { - "npc_id": "368", - "loc_data": "{3263,3407,0,1,2}" - }, - { - "npc_id": "369", - "loc_data": "{2542,3326,0,0,0}-{2545,3324,0,0,0}-{2545,3327,0,0,0}-{2552,3326,0,0,0}-{2553,3322,0,0,0}-{2553,3324,0,0,0}" - }, - { - "npc_id": "370", - "loc_data": "{2551,3324,1,0,0}-{2551,3327,1,0,0}" - }, - { - "npc_id": "371", - "loc_data": "{2547,3326,0,0,0}-{2549,3322,0,0,0}-{2550,3326,0,0,0}-{2552,3323,0,0,0}" - }, - { - "npc_id": "372", - "loc_data": "{2559,3303,0,0,6}-{2561,3303,0,0,6}-{2561,3305,0,0,4}-{2559,3305,0,0,1}" - }, - { - "npc_id": "373", - "loc_data": "{2516,3274,0,0,0}" - }, - { - "npc_id": "375", - "loc_data": "{3053,3249,0,0,0}" - }, - { - "npc_id": "376", - "loc_data": "{3027,3217,0,1,4}" - }, - { - "npc_id": "377", - "loc_data": "{3028,3223,0,1,2}" - }, - { - "npc_id": "378", - "loc_data": "{3028,3220,0,1,4}" - }, - { - "npc_id": "379", - "loc_data": "{2939,3156,0,1,4}" - }, - { - "npc_id": "380", - "loc_data": "{2953,3149,0,0,0}-{2770,3226,0,0,0}" - }, - { - "npc_id": "381", - "loc_data": "{2684,3272,0,1,4}" - }, - { - "npc_id": "382", - "loc_data": "{3044,9758,0,1,3}" - }, - { - "npc_id": "383", - "loc_data": "{2582,3485,0,1,7}" - }, - { - "npc_id": "384", - "loc_data": "{2545,3568,0,1,7}-{2545,3571,0,1,6}" - }, - { - "npc_id": "385", - "loc_data": "{2549,3568,0,1,6}" - }, - { - "npc_id": "387", - "loc_data": "{3000,3440,1,0,0}" - }, - { - "npc_id": "388", - "loc_data": "{2709,3485,0,1,1}-{2716,3475,0,1,3}-{2697,3472,0,1,6}-{2702,3469,0,1,3}" - }, - { - "npc_id": "389", - "loc_data": "{2704,3405,3,1,3}" - }, - { - "npc_id": "397", - "loc_data": "{3254,3258,0,1,1}-{3264,3258,0,1,2}-{3026,3303,0,1,4}-{2880,3248,0,1,0}-{3259,3279,0,1,6}-{3247,3292,0,1,3}-{3260,3291,0,1,2}-{3247,3282,0,1,5}-{3261,3260,0,1,1}-{3252,3283,0,1,6}" - }, - { - "npc_id": "398", - "loc_data": "{2849,5091,0,0,0}-{2726,3349,0,1,6}" - }, - { - "npc_id": "399", - "loc_data": "{2846,5081,0,0,0}-{2730,3349,0,1,1}" - }, - { - "npc_id": "400", - "loc_data": "{2728,3377,0,1,1}" - }, - { - "npc_id": "401", - "loc_data": "{2800,2943,0,0,0}-{2762,2944,0,0,0}-{2823,2941,0,0,0}-{2861,2941,0,0,0}" - }, - { - "npc_id": "402", - "loc_data": "{2791,2944,0,0,0}-{2762,2943,0,0,0}-{2818,2939,0,0,0}-{2870,2943,0,0,0}-{2933,2944,0,0,0}" - }, - { - "npc_id": "407", - "loc_data": "{3059,4507,0,0,3}" - }, - { - "npc_id": "411", - "loc_data": "{2887,3164,0,0,0}-{2878,3161,0,0,0}" - }, - { - "npc_id": "412", - "loc_data": "{2728,10122,0,1,1}-{2735,10123,0,1,3}-{2733,10129,0,1,1}-{2728,10133,0,1,6}-{2722,10133,0,1,6}-{2736,10137,0,1,1}-{2732,10142,0,1,0}-{2726,10142,0,1,6}-{2729,10140,0,1,3}-{2720,10144,0,1,6}-{2712,10142,0,1,3}-{2760,3402,0,1,4}-{2759,3400,0,1,1}-{2756,3403,0,1,1}-{2759,3400,0,1,3}-{2755,3402,0,1,1}" - }, - { - "npc_id": "419", - "loc_data": "{3195,5450,0,1,6}-{3181,5449,0,1,1}" - }, - { - "npc_id": "420", - "loc_data": "{3175,5454,0,1,4}" - }, - { - "npc_id": "421", - "loc_data": "{3195,5459,0,1,6}-{3186,5454,0,1,5}-{3173,5494,0,1,6}-{3179,5491,0,1,1}-{3185,5492,0,1,4}-{3184,5487,0,1,3}" - }, - { - "npc_id": "423", - "loc_data": "{2731,5340,0,1,7}" - }, - { - "npc_id": "424", - "loc_data": "{2724,5359,0,1,3}" - }, - { - "npc_id": "425", - "loc_data": "{2717,5332,0,1,7}" - }, - { - "npc_id": "428", - "loc_data": "{2361,5209,0,1,4}-{2359,5213,0,1,1}-{2364,5215,0,1,6}-{2361,5216,0,1,1}-{2361,5212,0,1,0}" - }, - { - "npc_id": "429", - "loc_data": "{2363,5214,0,1,6}-{2358,5214,0,1,7}-{2361,5212,0,1,6}" - }, - { - "npc_id": "437", - "loc_data": "{2807,3191,0,0,0}" - }, - { - "npc_id": "444", - "loc_data": "{2551,3197,0,1,1}-{2555,3194,0,1,4}-{2551,3157,0,1,3}-{2525,3155,0,1,3}-{2518,3149,0,1,3}-{2502,3175,0,1,1}" - }, - { - "npc_id": "445", - "loc_data": "{2550,3196,0,1,4}-{2557,3197,0,1,1}-{2538,3155,0,1,7}" - }, - { - "npc_id": "446", - "loc_data": "{2994,3194,0,1,1}-{3285,9896,0,1,1}-{3279,9895,0,1,6}" - }, - { - "npc_id": "447", - "loc_data": "{3114,3242,0,1,1}" - }, - { - "npc_id": "448", - "loc_data": "{3120,3238,0,1,6}" - }, - { - "npc_id": "449", - "loc_data": "{3127,3248,0,1,1}" - }, - { - "npc_id": "450", - "loc_data": "{3081,3220,0,1,0}-{3081,3222,0,1,0}" - }, - { - "npc_id": "451", - "loc_data": "{2994,3215,0,1,2}-{3077,3234,0,1,0}" - }, - { - "npc_id": "452", - "loc_data": "{3223,3293,0,0,0}" - }, - { - "npc_id": "454", - "loc_data": "{2899,3430,1,1,3}" - }, - { - "npc_id": "455", - "loc_data": "{2925,3485,0,1,5}" - }, - { - "npc_id": "456", - "loc_data": "{3244,3205,0,0,0}" - }, - { - "npc_id": "458", - "loc_data": "{3148,3175,0,1,4}" - }, - { - "npc_id": "459", - "loc_data": "{2566,9507,0,1,6}-{2565,9506,0,0,5}-{2566,9507,0,1,3}" - }, - { - "npc_id": "460", - "loc_data": "{2590,9488,0,1,3}" - }, - { - "npc_id": "461", - "loc_data": "{2588,3091,1,1,3}" - }, - { - "npc_id": "462", - "loc_data": "{2590,3084,0,1,5}" - }, - { - "npc_id": "469", - "loc_data": "{2542,3169,0,1,4}" - }, - { - "npc_id": "470", - "loc_data": "{2519,3212,0,1,3}" - }, - { - "npc_id": "471", - "loc_data": "{2526,3160,1,1,6}" - }, - { - "npc_id": "472", - "loc_data": "{2521,3168,0,1,4}" - }, - { - "npc_id": "473", - "loc_data": "{2503,3192,0,0,0}-{2514,3159,0,0,6}" - }, - { - "npc_id": "475", - "loc_data": "{2513,3262,0,1,3}-{2522,3251,0,1,1}-{2454,3300,0,1,7}-{2455,3301,0,1,7}" - }, - { - "npc_id": "477", - "loc_data": "{2455,3301,0,1,6}" - }, - { - "npc_id": "478", - "loc_data": "{2509,3255,0,1,3}-{2503,3254,1,1,3}" - }, - { - "npc_id": "481", - "loc_data": "{2499,3266,0,0,4}" - }, - { - "npc_id": "482", - "loc_data": "{2524,3258,0,1,4}" - }, - { - "npc_id": "483", - "loc_data": "{2501,3234,0,0,4}" - }, - { - "npc_id": "484", - "loc_data": "{2542,3169,0,1,4}-{2541,3170,0,1,4}-{2537,3168,0,1,5}" - }, - { - "npc_id": "491", - "loc_data": "{2919,9849,0,1,4}-{2915,9845,0,1,3}-{2922,9833,0,1,6}" - }, - { - "npc_id": "494", - "loc_data": "{2807,3443,0,0,6}-{2810,3443,0,0,6}-{2657,3283,0,0,3}-{2657,3286,0,0,3}-{2615,3094,0,0,3}-{2615,3092,0,0,3}-{2615,3092,0,0,3}-{2615,3094,0,0,3}-{3122,3125,0,0,6}-{3120,3125,0,0,6}-{3090,3242,0,0,4}-{3090,3245,0,0,4}-{3090,3243,0,0,4}-{2584,3422,0,0,4}-{2584,3419,0,0,4}-{3682,2981,0,0,3}-{2618,3330,0,0,0}-{2619,3330,0,0,0}-{2584,3418,0,0,4}" - }, - { - "npc_id": "495", - "loc_data": "{2809,3443,0,0,6}-{2811,3443,0,0,6}-{2615,3091,0,0,3}-{2615,3091,0,0,3}-{2615,3330,0,0,0}-{2584,3421,0,0,4}" - }, - { - "npc_id": "496", - "loc_data": "{3267,3164,0,0,4}-{3267,3167,0,0,4}-{3267,3169,0,0,4}-{3682,2983,0,0,3}" - }, - { - "npc_id": "497", - "loc_data": "{3267,3166,0,0,4}-{3267,3168,0,0,4}-{3682,2982,0,0,3}" - }, - { - "npc_id": "498", - "loc_data": "{2384,4457,0,0,7}-{2385,4461,0,0,1}" - }, - { - "npc_id": "499", - "loc_data": "{2853,2953,0,0,1}-{2852,2953,0,0,1}" - }, - { - "npc_id": "500", - "loc_data": "{2880,2951,0,0,6}" - }, - { - "npc_id": "504", - "loc_data": "{2870,2950,0,0,0}-{2877,2959,0,0,0}" - }, - { - "npc_id": "505", - "loc_data": "{2868,2954,0,0,6}-{2876,2948,0,0,1}" - }, - { - "npc_id": "510", - "loc_data": "{2780,3211,0,0,0}" - }, - { - "npc_id": "511", - "loc_data": "{2834,2956,0,0,0}" - }, - { - "npc_id": "512", - "loc_data": "{2862,2995,1,0,0}" - }, - { - "npc_id": "513", - "loc_data": "{2857,2962,0,0,6}" - }, - { - "npc_id": "514", - "loc_data": "{2870,2974,1,0,6}" - }, - { - "npc_id": "515", - "loc_data": "{2834,2987,0,0,0}" - }, - { - "npc_id": "516", - "loc_data": "{2826,2958,0,1,3}" - }, - { - "npc_id": "517", - "loc_data": "{2870,2970,0,0,0}" - }, - { - "npc_id": "518", - "loc_data": "{2764,2959,1,0,0}" - }, - { - "npc_id": "519", - "loc_data": "{3228,3203,0,1,6}" - }, - { - "npc_id": "520", - "loc_data": "{3217,3241,0,1,4}" - }, - { - "npc_id": "521", - "loc_data": "{3217,3240,0,1,3}" - }, - { - "npc_id": "522", - "loc_data": "{3218,3415,0,1,3}" - }, - { - "npc_id": "523", - "loc_data": "{3217,3411,0,1,3}" - }, - { - "npc_id": "524", - "loc_data": "{3316,3184,0,1,3}" - }, - { - "npc_id": "525", - "loc_data": "{3316,3182,0,1,3}" - }, - { - "npc_id": "527", - "loc_data": "{2959,3390,0,1,1}-{2957,3388,0,1,3}" - }, - { - "npc_id": "528", - "loc_data": "{3078,3512,0,1,3}" - }, - { - "npc_id": "529", - "loc_data": "{3079,3507,0,1,7}" - }, - { - "npc_id": "530", - "loc_data": "{2947,3217,0,1,1}" - }, - { - "npc_id": "531", - "loc_data": "{2947,3212,0,1,1}" - }, - { - "npc_id": "532", - "loc_data": "{2906,3145,0,1,3}" - }, - { - "npc_id": "533", - "loc_data": "{2906,3144,0,1,3}" - }, - { - "npc_id": "534", - "loc_data": "{2375,4449,0,1,5}" - }, - { - "npc_id": "535", - "loc_data": "{2376,4447,0,0,0}" - }, - { - "npc_id": "536", - "loc_data": "{3192,3359,1,1,3}" - }, - { - "npc_id": "537", - "loc_data": "{3192,3355,1,1,6}" - }, - { - "npc_id": "538", - "loc_data": "{3076,3429,0,1,3}" - }, - { - "npc_id": "539", - "loc_data": "{3299,3204,0,0,0}" - }, - { - "npc_id": "540", - "loc_data": "{3288,3212,0,1,6}" - }, - { - "npc_id": "541", - "loc_data": "{3288,3190,0,1,3}" - }, - { - "npc_id": "542", - "loc_data": "{3316,3175,0,1,3}" - }, - { - "npc_id": "543", - "loc_data": "{3272,3182,0,1,6}" - }, - { - "npc_id": "544", - "loc_data": "{3316,3164,0,1,3}" - }, - { - "npc_id": "545", - "loc_data": "{3322,3195,0,1,3}" - }, - { - "npc_id": "546", - "loc_data": "{3203,3433,0,1,3}" - }, - { - "npc_id": "547", - "loc_data": "{3217,3435,0,0,3}" - }, - { - "npc_id": "548", - "loc_data": "{3205,3416,0,1,6}" - }, - { - "npc_id": "549", - "loc_data": "{3229,3438,0,1,6}" - }, - { - "npc_id": "550", - "loc_data": "{3232,3423,0,1,6}" - }, - { - "npc_id": "551", - "loc_data": "{3203,3397,0,1,3}" - }, - { - "npc_id": "552", - "loc_data": "{3205,3399,0,1,3}" - }, - { - "npc_id": "553", - "loc_data": "{3253,3403,0,1,1}" - }, - { - "npc_id": "554", - "loc_data": "{3281,3398,0,1,3}" - }, - { - "npc_id": "556", - "loc_data": "{3012,3244,0,1,6}" - }, - { - "npc_id": "557", - "loc_data": "{3012,3203,0,1,1}" - }, - { - "npc_id": "558", - "loc_data": "{3013,3221,0,1,6}" - }, - { - "npc_id": "559", - "loc_data": "{3026,3252,0,1,3}" - }, - { - "npc_id": "560", - "loc_data": "{2767,3122,0,1,6}" - }, - { - "npc_id": "562", - "loc_data": "{2799,3438,0,1,1}" - }, - { - "npc_id": "563", - "loc_data": "{2803,3430,0,1,6}" - }, - { - "npc_id": "564", - "loc_data": "{2485,4450,0,1,3}" - }, - { - "npc_id": "565", - "loc_data": "{2476,4467,0,1,2}" - }, - { - "npc_id": "566", - "loc_data": "{2480,4471,0,1,4}" - }, - { - "npc_id": "568", - "loc_data": "{2925,3143,0,1,3}" - }, - { - "npc_id": "569", - "loc_data": "{2659,3316,0,1,2}" - }, - { - "npc_id": "570", - "loc_data": "{2669,3303,0,1,5}" - }, - { - "npc_id": "571", - "loc_data": "{2655,3310,0,1,1}-{2669,3310,0,1,3}" - }, - { - "npc_id": "572", - "loc_data": "{2659,3296,0,1,4}" - }, - { - "npc_id": "573", - "loc_data": "{2663,3296,0,1,4}" - }, - { - "npc_id": "574", - "loc_data": "{2656,3300,0,1,3}" - }, - { - "npc_id": "575", - "loc_data": "{2821,3442,0,1,6}" - }, - { - "npc_id": "576", - "loc_data": "{2836,3447,0,1,4}" - }, - { - "npc_id": "577", - "loc_data": "{2975,3384,0,1,3}" - }, - { - "npc_id": "578", - "loc_data": "{2807,3342,0,1,6}" - }, - { - "npc_id": "579", - "loc_data": "{3034,9845,0,1,3}" - }, - { - "npc_id": "580", - "loc_data": "{2952,3388,0,1,3}" - }, - { - "npc_id": "581", - "loc_data": "{2975,3314,0,1,3}" - }, - { - "npc_id": "582", - "loc_data": "{2998,9828,0,1,1}" - }, - { - "npc_id": "583", - "loc_data": "{3011,3257,0,1,3}" - }, - { - "npc_id": "584", - "loc_data": "{2944,3332,0,1,3}" - }, - { - "npc_id": "585", - "loc_data": "{2946,3205,0,1,6}" - }, - { - "npc_id": "586", - "loc_data": "{2884,3450,0,1,3}" - }, - { - "npc_id": "587", - "loc_data": "{2897,3428,0,1,3}" - }, - { - "npc_id": "588", - "loc_data": "{2803,3152,0,1,3}" - }, - { - "npc_id": "589", - "loc_data": "{2660,3291,0,1,3}" - }, - { - "npc_id": "590", - "loc_data": "{2613,3294,0,1,3}" - }, - { - "npc_id": "591", - "loc_data": "{2615,3292,0,1,6}" - }, - { - "npc_id": "592", - "loc_data": "{2597,3401,0,1,2}" - }, - { - "npc_id": "593", - "loc_data": "{2569,3098,0,1,3}" - }, - { - "npc_id": "594", - "loc_data": "{2998,9840,0,1,3}" - }, - { - "npc_id": "595", - "loc_data": "{3271,3412,0,1,3}" - }, - { - "npc_id": "596", - "loc_data": "{3037,3705,0,0,0}" - }, - { - "npc_id": "597", - "loc_data": "{3025,3701,0,1,5}" - }, - { - "npc_id": "598", - "loc_data": "{2943,3384,0,1,3}" - }, - { - "npc_id": "599", - "loc_data": "{2522,5001,0,0,4}" - }, - { - "npc_id": "600", - "loc_data": "{2449,3511,1,1,6}" - }, - { - "npc_id": "601", - "loc_data": "{2482,3509,1,1,3}" - }, - { - "npc_id": "602", - "loc_data": "{2469,3488,2,1,6}" - }, - { - "npc_id": "603", - "loc_data": "{2491,3488,1,1,6}" - }, - { - "npc_id": "604", - "loc_data": "{3001,3144,0,0,0}" - }, - { - "npc_id": "605", - "loc_data": "{2985,3343,2,1,2}" - }, - { - "npc_id": "606", - "loc_data": "{2974,3343,0,1,0}" - }, - { - "npc_id": "607", - "loc_data": "{2539,3547,0,1,4}" - }, - { - "npc_id": "608", - "loc_data": "{2962,3337,2,1,4}" - }, - { - "npc_id": "610", - "loc_data": "{3027,3506,0,0,0}" - }, - { - "npc_id": "611", - "loc_data": "{3029,3505,0,1,0}" - }, - { - "npc_id": "612", - "loc_data": "{3028,3510,0,0,0}" - }, - { - "npc_id": "619", - "loc_data": "{3353,3333,0,1,3}" - }, - { - "npc_id": "636", - "loc_data": "{2395,3494,0,0,6}-{2396,3494,0,0,6}-{2397,3494,0,0,6}-{2396,3493,0,0,6}" - }, - { - "npc_id": "637", - "loc_data": "{3158,3425,1,1,5}" - }, - { - "npc_id": "638", - "loc_data": "{3195,3404,0,0,0}" - }, - { - "npc_id": "639", - "loc_data": "{3211,3425,0,1,7}" - }, - { - "npc_id": "640", - "loc_data": "{3253,3487,0,1,6}" - }, - { - "npc_id": "641", - "loc_data": "{3207,3392,0,1,6}" - }, - { - "npc_id": "642", - "loc_data": "{3185,3385,0,1,6}" - }, - { - "npc_id": "643", - "loc_data": "{3246,3383,1,1,5}" - }, - { - "npc_id": "644", - "loc_data": "{3247,9781,0,1,6}" - }, - { - "npc_id": "645", - "loc_data": "{3223,3401,0,1,2}" - }, - { - "npc_id": "646", - "loc_data": "{3257,3447,0,1,0}" - }, - { - "npc_id": "648", - "loc_data": "{3220,3471,0,0,6}" - }, - { - "npc_id": "649", - "loc_data": "{3149,3210,0,1,0}" - }, - { - "npc_id": "650", - "loc_data": "{3148,3205,0,1,0}" - }, - { - "npc_id": "651", - "loc_data": "{3148,3207,0,1,0}" - }, - { - "npc_id": "652", - "loc_data": "{3147,3209,0,1,0}" - }, - { - "npc_id": "656", - "loc_data": "{2822,3374,0,0,3}" - }, - { - "npc_id": "657", - "loc_data": "{3048,3236,0,1,2}" - }, - { - "npc_id": "658", - "loc_data": "{2832,3336,0,1,2}" - }, - { - "npc_id": "659", - "loc_data": "{3052,3373,0,0,0}" - }, - { - "npc_id": "665", - "loc_data": "{2986,9811,0,0,0}" - }, - { - "npc_id": "666", - "loc_data": "{2819,3451,0,0,3}" - }, - { - "npc_id": "670", - "loc_data": "{2465,3496,0,1,6}" - }, - { - "npc_id": "674", - "loc_data": "{3001,3041,0,0,0}" - }, - { - "npc_id": "675", - "loc_data": "{2944,3041,0,0,0}" - }, - { - "npc_id": "677", - "loc_data": "{2708,9486,0,0,5}" - }, - { - "npc_id": "678", - "loc_data": "{2658,3436,0,1,3}-{2655,3431,0,1,0}-{2656,3424,0,1,1}-{2664,3426,0,1,4}-{2671,3438,0,1,1}-{2669,3441,0,1,7}-{2674,3438,0,1,5}-{2671,3418,0,1,7}-{2666,3417,0,1,3}-{2666,3415,0,1,2}-{2664,3416,0,1,3}-{2680,3431,0,1,6}-{2678,3431,0,1,1}-{2661,3430,0,1,4}" - }, - { - "npc_id": "679", - "loc_data": "{2658,3439,0,0,0}" - }, - { - "npc_id": "680", - "loc_data": "{2679,3432,0,1,6}" - }, - { - "npc_id": "682", - "loc_data": "{2671,3434,0,1,4}" - }, - { - "npc_id": "683", - "loc_data": "{2673,3434,0,1,3}" - }, - { - "npc_id": "684", - "loc_data": "{2667,3430,2,0,6}" - }, - { - "npc_id": "685", - "loc_data": "{2670,3429,2,0,3}" - }, - { - "npc_id": "686", - "loc_data": "{2669,3426,2,0,1}" - }, - { - "npc_id": "687", - "loc_data": "{2666,3427,2,0,4}" - }, - { - "npc_id": "688", - "loc_data": "{2668,3442,2,1,6}-{2667,3444,2,1,6}-{2669,3444,2,1,6}" - }, - { - "npc_id": "689", - "loc_data": "{2682,3428,2,1,3}-{2684,3427,2,1,3}-{2684,3429,2,1,3}" - }, - { - "npc_id": "690", - "loc_data": "{2654,3428,2,1,1}-{2652,3427,2,1,1}-{2652,3429,2,1,1}" - }, - { - "npc_id": "691", - "loc_data": "{2668,3414,2,1,4}-{2667,3412,2,1,4}-{2669,3412,2,1,4}" - }, - { - "npc_id": "692", - "loc_data": "{2661,3419,0,1,7}" - }, - { - "npc_id": "693", - "loc_data": "{2673,3416,0,0,0}" - }, - { - "npc_id": "694", - "loc_data": "{2659,3431,0,0,3}" - }, - { - "npc_id": "705", - "loc_data": "{3208,3252,0,0,6}" - }, - { - "npc_id": "706", - "loc_data": "{3103,3163,2,0,0}" - }, - { - "npc_id": "707", - "loc_data": "{3113,3160,2,0,0}" - }, - { - "npc_id": "708", - "loc_data": "{3215,3282,0,1,1}-{3242,3306,0,1,1}-{3208,3357,0,1,3}-{3240,3393,0,1,3}-{3219,3221,0,1,4}-{3162,3410,0,1,2}-{2962,3424,0,1,6}-{3011,3513,0,1,1}-{2980,3337,0,1,6}-{2997,3300,0,1,3}-{3031,3322,0,1,1}-{2957,3308,0,1,0}-{2935,3343,0,1,1}-{2942,3247,0,1,7}-{2976,3176,0,1,6}-{3239,3523,0,1,4}-{3262,3523,0,1,2}-{2865,3175,0,1,0}-{2855,3188,0,1,1}-{2838,3194,0,1,3}-{2806,3181,0,1,3}-{2827,3170,0,1,5}-{2788,3179,0,1,3}-{2753,3178,0,1,3}-{2759,3155,0,1,0}-{2603,3221,0,1,7}-{2604,3212,0,1,3}-{2614,3230,0,1,1}-{2611,3204,0,1,7}-{2544,3184,0,1,3}-{2627,3231,0,1,4}-{2595,3125,0,1,1}-{2598,3145,0,1,1}-{2588,3145,0,1,7}-{2601,3135,0,1,3}-{2598,3120,0,1,6}-{2615,3120,0,1,4}-{2598,3108,0,1,4}-{2733,3459,0,1,3}-{2732,3457,0,1,6}-{2715,3451,0,1,4}-{2715,3436,0,1,3}-{2977,3377,0,0,3}-{2941,3356,0,0,7}-{2932,3322,0,0,5}-{2934,3301,0,1,5}-{2934,3301,0,1,3}-{2973,3274,0,1,3}-{2994,3270,0,1,0}-{3010,3271,0,1,6}-{2977,3202,0,1,7}-{3068,3251,0,1,6}-{3189,3503,0,1,6}" - }, - { - "npc_id": "711", - "loc_data": "{2536,3314,1,0,0}" - }, - { - "npc_id": "713", - "loc_data": "{2526,3319,0,0,0}" - }, - { - "npc_id": "716", - "loc_data": "{2540,3286,0,0,0}" - }, - { - "npc_id": "717", - "loc_data": "{2513,3294,0,0,0}-{2518,3320,0,0,0}-{2530,3274,0,0,0}-{2535,3296,0,0,0}" - }, - { - "npc_id": "719", - "loc_data": "{2560,3288,0,0,0}-{2026,4619,0,1,6}-{2026,4615,0,0,6}-{2020,4614,0,1,1}-{2021,4614,0,1,6}-{2008,4612,0,1,3}-{2002,4613,0,1,4}" - }, - { - "npc_id": "720", - "loc_data": "{2542,3306,0,0,0}" - }, - { - "npc_id": "725", - "loc_data": "{2540,3305,0,0,0}" - }, - { - "npc_id": "728", - "loc_data": "{2540,3308,0,1,6}" - }, - { - "npc_id": "729", - "loc_data": "{2536,3308,0,1,4}" - }, - { - "npc_id": "731", - "loc_data": "{3278,3487,0,1,1}" - }, - { - "npc_id": "732", - "loc_data": "{3267,3392,0,0,0}" - }, - { - "npc_id": "733", - "loc_data": "{3226,3399,0,0,0}" - }, - { - "npc_id": "734", - "loc_data": "{3045,3256,0,1,3}" - }, - { - "npc_id": "735", - "loc_data": "{2795,3155,0,1,7}" - }, - { - "npc_id": "736", - "loc_data": "{2957,3373,0,1,7}" - }, - { - "npc_id": "737", - "loc_data": "{2572,3319,0,1,3}" - }, - { - "npc_id": "738", - "loc_data": "{2691,3492,0,0,0}" - }, - { - "npc_id": "739", - "loc_data": "{2554,3080,0,1,3}" - }, - { - "npc_id": "740", - "loc_data": "{2808,3086,0,1,0}" - }, - { - "npc_id": "741", - "loc_data": "{3212,3220,1,1,1}" - }, - { - "npc_id": "742", - "loc_data": "{2854,9636,0,1,4}" - }, - { - "npc_id": "743", - "loc_data": "{3098,3257,0,1,4}" - }, - { - "npc_id": "744", - "loc_data": "{3047,3204,0,0,0}" - }, - { - "npc_id": "745", - "loc_data": "{3013,3189,0,1,1}" - }, - { - "npc_id": "746", - "loc_data": "{3010,3502,0,1,3}" - }, - { - "npc_id": "747", - "loc_data": "{3069,3516,0,1,6}" - }, - { - "npc_id": "749", - "loc_data": "{1749,5323,0,1,4}" - }, - { - "npc_id": "750", - "loc_data": "{1765,5321,0,1,2}-{1744,5326,0,1,4}" - }, - { - "npc_id": "751", - "loc_data": "{1778,5323,0,1,6}" - }, - { - "npc_id": "753", - "loc_data": "{2929,9649,0,1,4}" - }, - { - "npc_id": "755", - "loc_data": "{3100,3268,0,0,0}" - }, - { - "npc_id": "756", - "loc_data": "{3222,3398,0,0,3}" - }, - { - "npc_id": "758", - "loc_data": "{3189,3273,0,0,4}" - }, - { - "npc_id": "767", - "loc_data": "{3303,3511,0,0,1}-{3302,3514,0,0,1}" - }, - { - "npc_id": "780", - "loc_data": "{3151,3410,0,1,6}" - }, - { - "npc_id": "781", - "loc_data": "{3221,3434,0,1,0}" - }, - { - "npc_id": "782", - "loc_data": "{3150,3406,0,0,0}" - }, - { - "npc_id": "783", - "loc_data": "{3221,3435,0,1,0}" - }, - { - "npc_id": "784", - "loc_data": "{3155,3406,0,0,0}" - }, - { - "npc_id": "788", - "loc_data": "{2773,3187,0,0,6}" - }, - { - "npc_id": "789", - "loc_data": "{2811,3167,0,0,0}" - }, - { - "npc_id": "791", - "loc_data": "{2450,3056,0,0,0}" - }, - { - "npc_id": "792", - "loc_data": "{2774,3197,0,0,0}" - }, - { - "npc_id": "793", - "loc_data": "{2790,3189,0,1,1}" - }, - { - "npc_id": "794", - "loc_data": "{2793,3191,0,1,3}" - }, - { - "npc_id": "797", - "loc_data": "{2900,3511,1,1,6}" - }, - { - "npc_id": "799", - "loc_data": "{2778,3197,0,1,4}-{2777,3194,0,1,4}-{2777,3199,0,1,3}-{2771,3193,0,1,3}-{2761,3192,0,1,5}-{2775,3190,0,1,4}-{2803,3195,0,1,4}" - }, - { - "npc_id": "801", - "loc_data": "{3058,3485,0,1,6}" - }, - { - "npc_id": "802", - "loc_data": "{3046,3486,1,0,0}" - }, - { - "npc_id": "804", - "loc_data": "{2934,3285,1,1,0}" - }, - { - "npc_id": "805", - "loc_data": "{2936,3288,0,1,4}" - }, - { - "npc_id": "812", - "loc_data": "{2738,3473,0,0,1}-{2733,3473,0,0,1}" - }, - { - "npc_id": "820", - "loc_data": "{2697,3496,0,0,0}" - }, - { - "npc_id": "822", - "loc_data": "{3302,9466,0,1,6}" - }, - { - "npc_id": "827", - "loc_data": "{3273,9417,0,1,6}-{3289,9443,0,1,4}" - }, - { - "npc_id": "830", - "loc_data": "{3271,3028,0,1,4}" - }, - { - "npc_id": "831", - "loc_data": "{3291,3032,1,0,1}" - }, - { - "npc_id": "832", - "loc_data": "{3171,3025,0,1,4}" - }, - { - "npc_id": "833", - "loc_data": "{3167,3033,0,1,2}-{3170,3027,0,1,5}-{3174,3028,0,1,6}" - }, - { - "npc_id": "834", - "loc_data": "{3170,3045,0,0,3}" - }, - { - "npc_id": "836", - "loc_data": "{3304,3124,0,1,6}" - }, - { - "npc_id": "837", - "loc_data": "{3305,3121,0,1,0}-{3301,3120,0,1,1}-{3302,3123,0,1,6}-{3307,3125,0,1,1}" - }, - { - "npc_id": "838", - "loc_data": "{3306,3117,0,1,4}" - }, - { - "npc_id": "839", - "loc_data": "{3153,3035,0,1,3}" - }, - { - "npc_id": "841", - "loc_data": "{3288,3022,0,1,1}" - }, - { - "npc_id": "843", - "loc_data": "{2644,3274,0,1,3}-{2644,3276,0,1,5}-{2647,3271,0,1,6}" - }, - { - "npc_id": "844", - "loc_data": "{2683,3323,0,0,0}" - }, - { - "npc_id": "845", - "loc_data": "{2635,3311,0,0,0}" - }, - { - "npc_id": "846", - "loc_data": "{2787,3184,0,1,4}" - }, - { - "npc_id": "847", - "loc_data": "{3143,3447,0,1,5}" - }, - { - "npc_id": "848", - "loc_data": "{2480,3489,1,1,3}" - }, - { - "npc_id": "850", - "loc_data": "{2439,3502,1,0,4}" - }, - { - "npc_id": "851", - "loc_data": "{2449,3503,1,1,4}" - }, - { - "npc_id": "853", - "loc_data": "{2506,3115,0,1,3}" - }, - { - "npc_id": "854", - "loc_data": "{2511,3085,0,1,4}" - }, - { - "npc_id": "858", - "loc_data": "{2550,3032,0,0,0}-{2552,3033,0,0,0}-{2550,3030,0,0,0}-{2550,3032,0,0,0}" - }, - { - "npc_id": "860", - "loc_data": "{2503,3013,0,0,0}" - }, - { - "npc_id": "872", - "loc_data": "{2547,3117,2,1,3}-{2547,3112,2,1,6}-{2544,3114,2,1,3}-{2547,3118,2,1,3}" - }, - { - "npc_id": "877", - "loc_data": "{2536,3092,0,1,1}-{2534,3091,0,1,1}-{2550,3118,0,1,4}-{2543,3117,0,1,3}-{2546,3113,0,1,4}" - }, - { - "npc_id": "878", - "loc_data": "{2534,3092,0,1,1}" - }, - { - "npc_id": "881", - "loc_data": "{3112,3162,1,0,0}" - }, - { - "npc_id": "882", - "loc_data": "{3203,3424,0,0,6}" - }, - { - "npc_id": "883", - "loc_data": "{3204,3470,0,1,3}" - }, - { - "npc_id": "884", - "loc_data": "{3204,3495,2,1,6}" - }, - { - "npc_id": "885", - "loc_data": "{2565,3271,0,0,0}-{2573,3268,1,0,0}" - }, - { - "npc_id": "887", - "loc_data": "{2570,3275,0,1,3}" - }, - { - "npc_id": "888", - "loc_data": "{2565,3273,0,0,0}" - }, - { - "npc_id": "889", - "loc_data": "{2571,3270,0,0,0}" - }, - { - "npc_id": "890", - "loc_data": "{2569,3272,0,0,0}-{2573,3269,1,0,0}" - }, - { - "npc_id": "895", - "loc_data": "{2929,3456,0,1,4}" - }, - { - "npc_id": "902", - "loc_data": "{2535,4715,0,1,6}" - }, - { - "npc_id": "903", - "loc_data": "{2541,4715,0,1,3}" - }, - { - "npc_id": "904", - "loc_data": "{2507,4693,0,1,3}" - }, - { - "npc_id": "905", - "loc_data": "{2540,4719,0,1,6}" - }, - { - "npc_id": "912", - "loc_data": "{3101,3940,0,0,0}-{3109,3931,0,0,0}-{3109,3939,0,0,0}-{3097,3931,0,1,4}-{3098,3938,0,1,6}-{3113,3938,0,1,7}" - }, - { - "npc_id": "913", - "loc_data": "{3105,3931,0,0,0}-{3101,3929,0,0,1}-{3111,3939,0,1,6}-{3109,3926,0,1,1}" - }, - { - "npc_id": "914", - "loc_data": "{3099,3936,0,0,7}-{3104,3929,0,0,0}-{3110,3936,0,1,2}-{3096,3932,0,1,4}-{3113,3928,0,1,1}" - }, - { - "npc_id": "915", - "loc_data": "{3108,3264,0,1,2}" - }, - { - "npc_id": "916", - "loc_data": "{3122,3245,0,0,0}" - }, - { - "npc_id": "917", - "loc_data": "{3125,3250,0,1,6}-{3122,3249,0,1,6}" - }, - { - "npc_id": "918", - "loc_data": "{3048,3209,1,1,3}" - }, - { - "npc_id": "919", - "loc_data": "{3128,3245,0,1,4}" - }, - { - "npc_id": "920", - "loc_data": "{3123,3241,0,1,1}" - }, - { - "npc_id": "922", - "loc_data": "{3086,3261,0,1,7}" - }, - { - "npc_id": "923", - "loc_data": "{3302,3163,0,0,0}" - }, - { - "npc_id": "924", - "loc_data": "{3286,3180,0,0,0}" - }, - { - "npc_id": "925", - "loc_data": "{3267,3226,0,0,3}-{3266,3229,0,0,3}-{3269,3229,0,0,4}-{3268,3226,0,0,4}" - }, - { - "npc_id": "931", - "loc_data": "{2792,2929,0,0,0}-{2815,2935,0,0,0}-{2842,2935,0,0,0}-{2842,2929,0,0,0}" - }, - { - "npc_id": "933", - "loc_data": "{2725,3367,0,0,2}-{2725,3380,2,0,6}" - }, - { - "npc_id": "941", - "loc_data": "{2974,3620,0,1,3}-{2975,3609,0,1,3}-{2983,3614,0,1,3}-{3340,3678,0,1,1}-{3339,3695,0,1,6}-{3344,3705,0,1,3}-{3307,5462,0,1,0}-{3121,10085,0,1,0}" - }, - { - "npc_id": "942", - "loc_data": "{3074,3086,0,0,0}" - }, - { - "npc_id": "943", - "loc_data": "{3103,3096,0,0,0}" - }, - { - "npc_id": "944", - "loc_data": "{3107,9511,0,1,5}" - }, - { - "npc_id": "945", - "loc_data": "{3093,3107,0,0,0}" - }, - { - "npc_id": "946", - "loc_data": "{3141,3090,0,0,6}" - }, - { - "npc_id": "947", - "loc_data": "{3127,3124,0,0,3}" - }, - { - "npc_id": "948", - "loc_data": "{3084,9506,0,0,0}" - }, - { - "npc_id": "949", - "loc_data": "{3086,3122,0,0,0}" - }, - { - "npc_id": "952", - "loc_data": "{3101,3092,0,0,4}" - }, - { - "npc_id": "954", - "loc_data": "{3123,3107,0,1,5}" - }, - { - "npc_id": "955", - "loc_data": "{3176,3317,0,1,3}-{3169,3319,0,1,1}" - }, - { - "npc_id": "957", - "loc_data": "{3314,3241,0,0,1}-{3314,3240,1,0,0}" - }, - { - "npc_id": "958", - "loc_data": "{3383,3272,0,1,3}" - }, - { - "npc_id": "959", - "loc_data": "{3359,3272,0,1,5}" - }, - { - "npc_id": "960", - "loc_data": "{3370,3276,0,1,3}" - }, - { - "npc_id": "961", - "loc_data": "{3377,3276,0,1,4}" - }, - { - "npc_id": "962", - "loc_data": "{3362,3276,0,1,3}" - }, - { - "npc_id": "963", - "loc_data": "{3375,3274,0,1,2}" - }, - { - "npc_id": "970", - "loc_data": "{3082,3248,0,1,4}" - }, - { - "npc_id": "1005", - "loc_data": "{3057,3905,0,1,3}" - }, - { - "npc_id": "1013", - "loc_data": "{2544,2988,0,0,0}-{2532,2983,0,0,0}-{2549,2983,0,0,0}-{2545,2983,0,0,0}-{2528,2986,0,0,0}-{2550,2979,0,0,0}-{2522,2978,0,0,0}-{2523,2976,0,0,0}-{2526,2974,0,0,0}-{2593,2971,0,0,0}-{2594,2971,0,0,0}-{2596,2961,0,0,0}-{2598,2971,0,0,0}-{2599,2960,0,0,0}-{2598,2960,0,0,0}-{2603,2966,0,0,0}-{2603,2970,0,0,0}-{2598,2960,0,0,0}-{2596,2963,0,0,0}-{2595,2964,0,0,0}-{2594,2964,0,0,0}-{2601,2964,0,0,0}-{2598,2969,0,0,0}-{2604,2971,0,0,0}-{2601,2972,0,0,0}-{2544,2904,0,0,0}-{2548,2990,0,0,0}-{2552,2988,0,0,0}-{2548,2979,0,0,0}-{2547,2991,0,0,0}-{2525,2975,0,0,0}-{2464,2912,0,0,0}" - }, - { - "npc_id": "1017", - "loc_data": "{3198,3359,0,1,0}-{3231,3296,0,1,6}-{3233,3300,0,1,4}-{3235,3293,0,1,3}-{3232,3288,0,1,0}-{3234,3298,0,1,6}-{2785,3069,0,1,4}-{2800,3072,0,1,6}-{3234,3297,0,1,3}-{3234,3292,0,1,4}-{3235,3289,0,1,1}-{2677,3656,0,1,2}-{2672,3654,0,1,2}-{2676,3652,0,1,4}-{2681,3652,0,1,4}-{2675,3652,0,1,3}" - }, - { - "npc_id": "1019", - "loc_data": "{3187,5555,0,1,4}-{3213,9377,0,1,3}-{3209,9397,0,1,4}-{3245,9401,0,1,6}-{3237,9402,0,1,2}-{3207,9349,0,1,3}-{3220,9347,0,1,6}-{3233,9359,0,1,4}-{3235,9354,0,0,6}-{3259,9370,0,1,1}-{3258,9387,0,1,6}-{3278,9368,0,1,5}-{3271,9359,0,1,3}-{3287,9359,0,1,5}-{3301,9394,0,1,5}-{3318,9352,0,1,5}-{3190,5563,0,1,1}-{3193,5555,0,1,3}" - }, - { - "npc_id": "1019", - "loc_data": "{2707,9880,0,1,0}-{2711,9876,0,1,0}-{2712,9871,0,1,0}-{2715,9874,0,1,0}-{2720,9871,0,1,0}-{2717,9880,0,1,0}-{2722,9879,0,1,0}-{2723,9875,0,1,0}" - }, - { - "npc_id": "1020", - "loc_data": "{2697,9913,0,1,0}-{2695,9907,0,1,0}-{2693,9901,0,1,0}-{2701,9902,0,1,0}-{2704,9908,0,1,0}-{2694,9889,0,1,0}-{2694,9879,0,1,0}-{2699,9875,0,1,0}-{2700,9869,0,1,0}-{2695,9870,0,1,0}" - }, - { - "npc_id": "1021", - "loc_data": "{2733,9882,0,1,0}-{2732,9888,0,1,0}-{2738,9889,0,1,0}-{2732,9892,0,1,0}-{2738,9894,0,1,0}-{2734,9896,0,1,0}" - }, - { - "npc_id": "1022", - "loc_data": "{2714,9904,0,1,0}-{2718,9906,0,1,0}-{2717,9902,0,1,0}-{2720,9904,0,1,0}-{2724,9903,0,1,0}-{2727,9905,0,1,0}-{2726,9907,0,1,0}" - }, - { - "npc_id": "1027", - "loc_data": "{3278,3155,0,0,0}-{2354,3608,0,0,0}" - }, - { - "npc_id": "1028", - "loc_data": "{2778,3436,0,0,0}" - }, - { - "npc_id": "1029", - "loc_data": "{2920,3499,0,0,0}-{2784,3480,0,0,0}" - }, - { - "npc_id": "1030", - "loc_data": "{2768,3470,0,0,0}-{2843,3155,0,0,0}" - }, - { - "npc_id": "1032", - "loc_data": "{2865,3504,0,0,0}" - }, - { - "npc_id": "1033", - "loc_data": "{2606,2967,0,0,0}" - }, - { - "npc_id": "1035", - "loc_data": "{2599,2954,0,0,0}" - }, - { - "npc_id": "1036", - "loc_data": "{3514,3479,1,0,0}-{3514,3481,1,0,0}-{3514,3481,0,0,3}-{3514,3479,0,0,3}" - }, - { - "npc_id": "1037", - "loc_data": "{2435,3412,0,1,3}" - }, - { - "npc_id": "1038", - "loc_data": "{3507,3496,1,1,1}-{3508,3494,0,1,1}" - }, - { - "npc_id": "1039", - "loc_data": "{3499,3506,1,1,5}-{3500,3505,0,1,5}" - }, - { - "npc_id": "1040", - "loc_data": "{3475,3494,0,1,6}" - }, - { - "npc_id": "1041", - "loc_data": "{3490,3503,1,0,0}-{3490,3500,0,1,4}" - }, - { - "npc_id": "1042", - "loc_data": "{3495,3469,0,1,3}" - }, - { - "npc_id": "1043", - "loc_data": "{3459,3457,0,0,0}-{3460,3462,0,0,0}-{3462,3459,0,0,0}-{3463,3490,0,0,0}-{3464,3511,0,0,0}-{3465,3466,0,0,0}-{3466,3495,0,0,0}-{3466,3497,0,0,0}-{3467,3485,0,0,0}-{3467,3497,0,0,0}-{3467,3509,0,0,0}-{3469,3470,0,0,0}-{3470,3469,0,0,0}-{3471,3477,0,0,0}-{3474,3505,0,0,0}-{3476,3507,0,0,0}-{3479,3511,0,0,0}-{3480,3468,0,0,0}-{3480,3470,0,0,0}-{3482,3469,0,0,0}-{3483,3511,0,0,0}-{3484,3464,0,0,0}-{3485,3509,0,0,0}-{3490,3461,0,0,0}-{3491,3460,0,0,0}-{3494,3461,0,0,0}-{3494,3512,0,0,0}-{3498,3461,0,0,0}-{3499,3513,0,0,0}-{3501,3513,0,0,0}-{3502,3464,0,0,0}-{3504,3463,0,0,0}-{3506,3512,0,0,0}-{3506,3515,0,0,0}-{3507,3515,0,0,0}-{3509,3512,0,0,0}-{3511,3488,0,0,0}-{3513,3467,0,0,0}-{3513,3487,0,0,0}-{3513,3489,0,0,0}-{3513,3503,0,0,0}-{3514,3490,0,0,0}-{3515,3495,0,0,0}-{3515,3499,0,0,0}-{3516,3469,0,0,0}" - }, - { - "npc_id": "1044", - "loc_data": "{3408,3484,0,1,6}-{3408,3493,0,1,1}-{3410,3489,1,1,3}-{3412,3487,1,1,4}" - }, - { - "npc_id": "1045", - "loc_data": "{3413,3489,0,1,3}-{3409,3485,1,1,4}-{3413,3489,1,1,1}-{3213,3476,0,1,3}" - }, - { - "npc_id": "1046", - "loc_data": "{3409,3489,0,1,4}-{3413,3485,0,1,4}-{3414,3491,1,1,6}" - }, - { - "npc_id": "1047", - "loc_data": "{3415,3489,2,0,0}" - }, - { - "npc_id": "1048", - "loc_data": "{3437,3486,0,0,0}" - }, - { - "npc_id": "1049", - "loc_data": "{3440,9895,0,0,0}" - }, - { - "npc_id": "1054", - "loc_data": "{3444,3459,0,0,0}" - }, - { - "npc_id": "1055", - "loc_data": "{2811,3191,0,0,0}" - }, - { - "npc_id": "1060", - "loc_data": "{2898,3528,0,0,1}" - }, - { - "npc_id": "1061", - "loc_data": "{2898,3532,0,0,4}" - }, - { - "npc_id": "1062", - "loc_data": "{2893,3540,0,0,3}" - }, - { - "npc_id": "1063", - "loc_data": "{2900,3531,0,0,7}-{2900,3533,0,0,7}" - }, - { - "npc_id": "1064", - "loc_data": "{2895,3537,0,0,5}-{2894,3537,0,0,5}-{2893,3537,0,0,5}-{2892,3537,0,0,5}-{2891,3537,0,0,3}-{2891,3538,0,0,3}-{2892,3538,0,0,3}-{2893,3538,0,0,3}-{2894,3538,0,0,3}-{2895,3538,0,0,3}" - }, - { - "npc_id": "1065", - "loc_data": "{2889,3529,0,1,1}-{2904,3538,0,1,6}-{2882,3531,0,1,4}-{2903,3544,0,1,4}-{2911,3542,0,1,4}-{2906,3540,0,1,3}" - }, - { - "npc_id": "1066", - "loc_data": "{2892,3532,0,0,4}" - }, - { - "npc_id": "1067", - "loc_data": "{2893,3533,0,0,6}" - }, - { - "npc_id": "1068", - "loc_data": "{2894,3532,0,0,3}" - }, - { - "npc_id": "1069", - "loc_data": "{2840,3589,0,0,3}" - }, - { - "npc_id": "1070", - "loc_data": "{2269,4758,0,1,3}" - }, - { - "npc_id": "1071", - "loc_data": "{2820,3554,0,1,1}" - }, - { - "npc_id": "1072", - "loc_data": "{2897,3569,0,0,0}-{2893,3565,0,0,0}" - }, - { - "npc_id": "1073", - "loc_data": "{2900,3549,0,0,3}" - }, - { - "npc_id": "1074", - "loc_data": "{2897,3549,0,0,5}" - }, - { - "npc_id": "1076", - "loc_data": "{2900,3556,0,0,1}-{2897,3565,0,1,4}" - }, - { - "npc_id": "1077", - "loc_data": "{2897,3556,0,0,5}" - }, - { - "npc_id": "1079", - "loc_data": "{2906,3537,0,1,5}" - }, - { - "npc_id": "1081", - "loc_data": "{2896,3562,0,0,0}-{2891,3568,0,0,0}" - }, - { - "npc_id": "1082", - "loc_data": "{2919,3576,0,0,0}" - }, - { - "npc_id": "1083", - "loc_data": "{2931,3546,0,1,3}" - }, - { - "npc_id": "1084", - "loc_data": "{2915,3549,0,0,0}" - }, - { - "npc_id": "1085", - "loc_data": "{2921,3558,0,1,6}" - }, - { - "npc_id": "1086", - "loc_data": "{2965,3262,0,1,4}" - }, - { - "npc_id": "1087", - "loc_data": "{2911,3540,0,0,7}" - }, - { - "npc_id": "1088", - "loc_data": "{2918,3545,0,0,0}" - }, - { - "npc_id": "1089", - "loc_data": "{2919,3529,0,0,0}" - }, - { - "npc_id": "1090", - "loc_data": "{2931,3566,0,1,1}" - }, - { - "npc_id": "1093", - "loc_data": "{2817,3560,0,1,3}" - }, - { - "npc_id": "1096", - "loc_data": "{2852,3591,0,1,7}" - }, - { - "npc_id": "1097", - "loc_data": "{2858,3596,0,1,4}" - }, - { - "npc_id": "1098", - "loc_data": "{2868,3591,0,1,6}" - }, - { - "npc_id": "1099", - "loc_data": "{2857,3589,0,0,0}-{2857,3589,0,0,0}" - }, - { - "npc_id": "1100", - "loc_data": "{2859,3589,0,0,0}-{2859,3589,0,0,0}" - }, - { - "npc_id": "1101", - "loc_data": "{2851,3598,0,0,0}-{2854,3600,0,0,0}" - }, - { - "npc_id": "1106", - "loc_data": "{2864,3594,0,1,1}-{2881,3592,0,1,5}-{2857,3587,0,1,7}-{2855,3596,0,1,4}-{2827,10078,1,1,6}-{2925,3626,0,1,0}-{2843,3682,0,1,1}" - }, - { - "npc_id": "1107", - "loc_data": "{2874,3595,0,1,3}-{2875,3596,0,1,1}-{2873,3598,0,1,1}-{2836,10088,1,1,5}-{2845,3674,0,1,4}" - }, - { - "npc_id": "1108", - "loc_data": "{2878,3592,0,1,6}-{2861,3586,0,1,6}-{2855,10058,2,1,4}-{2852,3673,0,1,2}" - }, - { - "npc_id": "1109", - "loc_data": "{2875,3588,0,1,1}-{2883,3586,0,1,6}-{2825,10087,1,1,3}-{2836,10080,1,1,6}-{2784,10040,2,1,3}-{2920,3627,0,1,0}-{2923,10029,0,1,7}-{2851,3667,0,1,3}" - }, - { - "npc_id": "1110", - "loc_data": "{2883,3591,0,1,4}-{2869,3594,0,1,3}-{2861,3587,0,1,4}-{2872,3594,0,1,5}-{2829,10080,1,1,6}-{2836,10097,2,1,4}-{2852,10110,2,1,4}" - }, - { - "npc_id": "1111", - "loc_data": "{2863,3588,0,1,6}-{2865,3591,0,1,0}-{2866,3598,0,1,1}-{2840,10101,1,1,4}-{2857,10055,2,1,3}-{2836,10090,2,1,1}-{2925,10033,0,1,6}-{2855,3685,0,1,1}" - }, - { - "npc_id": "1112", - "loc_data": "{2867,3595,0,1,6}-{2871,3597,0,1,4}-{2832,10089,1,1,1}-{2836,10077,2,1,1}-{2925,10030,0,1,1}" - }, - { - "npc_id": "1113", - "loc_data": "{2831,10083,0,0,0}" - }, - { - "npc_id": "1114", - "loc_data": "{2826,10078,0,0,0}" - }, - { - "npc_id": "1115", - "loc_data": "{2832,10088,2,0,0}" - }, - { - "npc_id": "1116", - "loc_data": "{2824,10073,2,0,0}" - }, - { - "npc_id": "1117", - "loc_data": "{2829,10101,2,0,0}" - }, - { - "npc_id": "1118", - "loc_data": "{2920,3613,0,0,0}" - }, - { - "npc_id": "1119", - "loc_data": "{2930,3614,0,0,0}" - }, - { - "npc_id": "1120", - "loc_data": "{2927,3608,0,0,0}" - }, - { - "npc_id": "1121", - "loc_data": "{2930,3600,0,0,0}" - }, - { - "npc_id": "1122", - "loc_data": "{2918,3604,0,0,0}" - }, - { - "npc_id": "1123", - "loc_data": "{2914,3603,0,0,0}" - }, - { - "npc_id": "1124", - "loc_data": "{2925,3600,0,0,0}" - }, - { - "npc_id": "1125", - "loc_data": "{2916,3610,0,0,0}" - }, - { - "npc_id": "1128", - "loc_data": "{2833,10080,0,0,0}" - }, - { - "npc_id": "1129", - "loc_data": "{2833,10084,0,0,0}" - }, - { - "npc_id": "1131", - "loc_data": "{2905,3694,0,0,1}" - }, - { - "npc_id": "1132", - "loc_data": "{2901,3697,0,0,1}" - }, - { - "npc_id": "1133", - "loc_data": "{2895,3699,0,0,1}" - }, - { - "npc_id": "1134", - "loc_data": "{2891,3699,0,0,1}" - }, - { - "npc_id": "1135", - "loc_data": "{2843,10057,1,0,0}" - }, - { - "npc_id": "1136", - "loc_data": "{2840,10056,1,0,0}" - }, - { - "npc_id": "1137", - "loc_data": "{2847,10056,1,0,0}" - }, - { - "npc_id": "1138", - "loc_data": "{2826,10083,1,1,0}-{2837,10083,2,1,1}-{2909,3639,0,1,3}-{2923,10031,0,1,3}" - }, - { - "npc_id": "1140", - "loc_data": "{2856,10054,1,0,0}-{2860,10057,1,0,0}-{2898,3688,0,0,0}-{2819,3586,0,1,4}" - }, - { - "npc_id": "1141", - "loc_data": "{2857,10059,1,0,0}-{2857,10057,1,0,0}" - }, - { - "npc_id": "1142", - "loc_data": "{2851,10089,0,1,1}-{2854,10092,0,1,3}" - }, - { - "npc_id": "1143", - "loc_data": "{2850,10088,0,1,3}-{2854,10086,0,1,6}" - }, - { - "npc_id": "1144", - "loc_data": "{2856,10089,0,1,4}-{2858,10089,0,1,6}" - }, - { - "npc_id": "1146", - "loc_data": "{2864,10081,0,1,7}" - }, - { - "npc_id": "1147", - "loc_data": "{2853,10076,0,1,5}" - }, - { - "npc_id": "1148", - "loc_data": "{2858,10082,0,1,3}" - }, - { - "npc_id": "1149", - "loc_data": "{2861,10085,0,1,2}" - }, - { - "npc_id": "1150", - "loc_data": "{2857,10075,0,1,1}" - }, - { - "npc_id": "1151", - "loc_data": "{2845,10058,1,0,0}" - }, - { - "npc_id": "1153", - "loc_data": "{3489,9509,2,1,4}-{3499,9515,2,1,6}-{3505,9527,2,1,5}-{3510,9521,2,1,1}-{3490,9526,2,1,3}-{3475,9524,2,1,5}-{3465,9505,2,1,1}-{3479,9501,2,1,3}-{3487,9491,2,1,3}" - }, - { - "npc_id": "1154", - "loc_data": "{3472,9501,2,1,3}-{3495,9494,2,1,4}-{3479,9484,2,1,1}-{3500,9477,2,1,6}" - }, - { - "npc_id": "1155", - "loc_data": "{3468,9486,2,1,0}-{3467,9480,2,1,1}-{3505,9496,2,1,6}-{3513,9496,2,1,7}" - }, - { - "npc_id": "1157", - "loc_data": "{3480,9508,0,1,0}-{3495,9505,0,1,2}-{3492,9490,0,1,1}-{3472,9497,0,1,6}" - }, - { - "npc_id": "1158", - "loc_data": "{3484,9491,0,1,2}" - }, - { - "npc_id": "1161", - "loc_data": "{3487,9526,2,1,5}-{3474,9519,2,1,1}-{3465,9512,2,1,0}-{3489,9501,2,1,4}-{3494,9501,2,1,3}-{3480,9489,2,1,6}-{3483,9477,2,1,3}-{3494,9476,2,1,3}-{3473,9487,0,1,3}-{3476,9496,0,1,6}-{3473,9501,0,1,7}-{3481,9504,0,1,6}-{3488,9514,0,1,6}-{3497,9501,0,1,3}-{3486,9490,0,1,0}" - }, - { - "npc_id": "1162", - "loc_data": "{2781,3088,1,1,0}" - }, - { - "npc_id": "1171", - "loc_data": "{2766,3168,0,1,6}" - }, - { - "npc_id": "1172", - "loc_data": "{2909,3086,0,0,0}" - }, - { - "npc_id": "1174", - "loc_data": "{2792,3015,0,0,0}-{2792,3019,0,0,0}-{2801,3010,0,0,0}-{2801,3010,0,0,4}" - }, - { - "npc_id": "1176", - "loc_data": "{2928,3112,0,0,0}" - }, - { - "npc_id": "1177", - "loc_data": "{2912,3119,0,0,0}" - }, - { - "npc_id": "1178", - "loc_data": "{2768,3165,0,0,0}" - }, - { - "npc_id": "1179", - "loc_data": "{2941,3100,0,1,6}" - }, - { - "npc_id": "1180", - "loc_data": "{2916,3110,0,1,7}" - }, - { - "npc_id": "1181", - "loc_data": "{2902,3101,0,1,1}-{2922,3105,0,1,6}" - }, - { - "npc_id": "1192", - "loc_data": "{2924,3506,0,1,0}-{2927,3498,0,0,0}-{2297,3176,0,1,6}" - }, - { - "npc_id": "1193", - "loc_data": "{2297,3176,0,1,6}" - }, - { - "npc_id": "1194", - "loc_data": "{2298,3177,0,1,4}" - }, - { - "npc_id": "1195", - "loc_data": "{3228,3501,0,1,5}-{3023,4504,0,1,4}-{2216,3174,0,1,4}-{2294,3155,0,1,3}" - }, - { - "npc_id": "1196", - "loc_data": "{3025,4506,0,1,5}-{3023,4504,0,1,4}-{2212,3174,0,1,3}-{2294,3152,0,1,1}" - }, - { - "npc_id": "1198", - "loc_data": "{2296,3192,0,1,2}" - }, - { - "npc_id": "1199", - "loc_data": "{2262,3151,0,1,0}-{2194,3255,0,0,6}" - }, - { - "npc_id": "1201", - "loc_data": "{2264,3147,0,1,1}-{2266,3145,0,1,4}-{2198,3250,0,0,6}-{2203,3250,0,0,4}" - }, - { - "npc_id": "1202", - "loc_data": "{2352,3172,0,1,4}" - }, - { - "npc_id": "1203", - "loc_data": "{2189,3155,0,0,1}-{2183,3156,0,1,4}-{2194,3156,0,1,6}-{2182,3148,0,1,4}-{2179,3137,0,1,3}-{2189,3136,0,1,3}-{2182,3146,0,1,3}-{2187,3172,0,0,1}-{2180,3180,0,1,1}" - }, - { - "npc_id": "1205", - "loc_data": "{3054,3254,0,0,0}" - }, - { - "npc_id": "1206", - "loc_data": "{2185,3144,0,0,4}" - }, - { - "npc_id": "1207", - "loc_data": "{3055,3254,0,0,0}" - }, - { - "npc_id": "1208", - "loc_data": "{2194,3140,0,1,5}" - }, - { - "npc_id": "1213", - "loc_data": "{2914,3418,0,0,6}" - }, - { - "npc_id": "1215", - "loc_data": "{2612,3287,0,0,0}-{2613,3287,0,0,0}" - }, - { - "npc_id": "1216", - "loc_data": "{2611,3285,0,0,0}" - }, - { - "npc_id": "1217", - "loc_data": "{3000,3386,0,1,0}-{3019,3368,0,1,0}" - }, - { - "npc_id": "1218", - "loc_data": "{3412,3512,0,1,4}-{3412,3515,0,1,1}-{3413,3514,0,1,6}-{3414,3512,0,1,5}-{3415,3518,0,1,5}-{3416,3509,0,1,7}-{3416,3511,0,1,4}-{3417,3518,0,1,4}-{3418,3509,0,1,4}-{3419,3512,0,1,7}-{3420,3517,0,1,7}-{3420,3518,0,1,6}-{3423,3461,0,1,5}-{3426,3465,0,1,4}-{3427,3463,0,1,5}-{3428,3458,0,1,4}-{3428,3465,0,1,2}-{3430,3462,0,1,1}-{3430,3467,0,1,3}-{3433,3458,0,1,1}-{3433,3468,0,1,4}-{3434,3464,0,1,6}" - }, - { - "npc_id": "1219", - "loc_data": "{3292,5455,0,1,3}-{3295,5452,0,1,0}-{3290,5448,0,1,4}" - }, - { - "npc_id": "1220", - "loc_data": "{3600,3491,0,1,2}-{3598,3498,0,1,4}-{3600,3496,0,1,0}-{3600,3496,0,1,6}-{3602,3494,0,1,1}-{3597,3490,0,1,6}-{3595,3497,0,1,4}-{3605,3491,0,1,4}-{3604,3495,0,1,0}" - }, - { - "npc_id": "1227", - "loc_data": "{3424,3318,0,1,0}-{3423,3312,0,1,4}-{3507,3435,0,1,4}-{3484,3456,0,1,0}-{3486,3458,0,1,4}-{3511,3455,0,1,0}-{3508,3420,0,1,3}-{3508,3420,0,1,4}-{3506,3402,0,1,7}-{3494,3388,0,1,0}-{3502,3392,0,1,3}" - }, - { - "npc_id": "1228", - "loc_data": "{3420,3302,0,1,1}-{3424,3296,0,1,4}-{3509,3440,0,1,4}-{3518,3454,0,1,1}-{3504,3406,0,1,4}-{3497,3404,0,1,1}" - }, - { - "npc_id": "1229", - "loc_data": "{3421,3302,0,1,4}-{3417,3291,0,1,4}-{3423,3288,0,1,4}-{3418,3284,0,1,6}-{3427,3298,0,1,3}-{3431,3303,0,1,1}-{3432,3311,0,1,1}-{3492,3457,0,1,1}-{3502,3455,0,1,2}-{3516,3415,0,1,4}-{3511,3401,0,1,1}" - }, - { - "npc_id": "1230", - "loc_data": "{3419,3280,0,1,4}-{3421,3277,0,1,4}-{3431,3275,0,1,3}-{3428,3314,0,1,1}-{3436,3318,0,1,5}-{3434,3322,0,1,6}-{3496,3447,0,1,7}-{3520,3437,0,1,4}" - }, - { - "npc_id": "1231", - "loc_data": "{3426,3271,0,1,4}-{3435,3268,0,1,7}-{3443,3266,0,1,7}-{3442,3319,0,1,1}-{3445,3318,0,1,6}-{3518,3397,0,1,4}-{3519,3408,0,1,2}-{3516,3410,0,1,2}-{3489,3391,0,1,2}-{3487,3409,0,1,3}" - }, - { - "npc_id": "1232", - "loc_data": "{3441,3265,0,1,5}-{3438,3277,0,1,7}-{3438,3283,0,1,4}-{3439,3315,0,1,3}-{3439,3310,0,1,1}-{3435,3302,0,1,3}-{3508,3420,0,1,1}-{3514,3415,0,1,7}-{3525,3417,0,1,3}" - }, - { - "npc_id": "1233", - "loc_data": "{3432,3285,0,1,4}-{3434,3288,0,1,5}-{3428,3290,0,1,3}-{3440,3295,0,1,4}-{3436,3288,0,1,1}-{3446,3289,0,1,3}-{3514,3415,0,1,6}-{3509,3415,0,1,1}-{3516,3402,0,1,2}-{3492,3393,0,1,7}-{3493,3401,0,1,6}-{3487,3406,0,1,3}" - }, - { - "npc_id": "1234", - "loc_data": "{3446,3282,0,1,1}-{3446,3298,0,1,3}-{3449,3304,0,1,1}-{3493,3454,0,1,2}-{3493,3454,0,1,0}-{3518,3454,0,1,2}-{3519,3441,0,1,7}-{3506,3417,0,1,5}-{3519,3401,0,1,2}-{3499,3420,0,1,3}-{3520,3412,0,1,0}-{3516,3410,0,1,7}-{3513,3383,0,1,0}-{3491,3388,0,1,3}" - }, - { - "npc_id": "1235", - "loc_data": "{3425,3306,0,1,1}-{3442,3303,0,1,3}-{3437,3299,0,1,1}-{3422,3321,0,1,1}-{3486,3458,0,1,7}-{3503,3420,0,1,3}-{3514,3398,0,1,4}-{3524,3419,0,1,1}-{3509,3386,0,1,2}" - }, - { - "npc_id": "1239", - "loc_data": "{3166,3033,0,1,1}-{3174,3043,0,1,6}-{3177,3041,0,1,4}-{3176,3038,0,1,4}-{3177,3035,0,1,7}-{3183,3035,0,1,6}-{3182,3032,0,1,6}" - }, - { - "npc_id": "1240", - "loc_data": "{3502,3288,0,1,4}-{3505,3284,0,1,4}-{3490,3292,0,1,4}-{3502,3300,0,1,4}-{3492,3303,0,1,4}-{3516,3303,0,1,4}-{3478,3281,0,1,4}-{3473,3273,0,1,4}-{3469,3288,0,1,4}-{3469,3304,0,1,4}" - }, - { - "npc_id": "1251", - "loc_data": "{3474,3309,0,1,5}-{3486,3277,0,1,4}-{3496,3289,0,0,3}" - }, - { - "npc_id": "1253", - "loc_data": "{3488,3297,0,0,6}" - }, - { - "npc_id": "1257", - "loc_data": "{3490,3290,0,0,3}-{3487,3303,0,1,5}-{3496,3296,0,1,4}-{3479,3303,0,1,4}-{3498,3282,0,1,3}-{3473,3281,0,1,3}-{3478,3308,0,1,1}" - }, - { - "npc_id": "1258", - "loc_data": "{3488,3287,0,1,1}-{3501,3285,0,1,5}-{3478,3274,0,1,4}-{3497,3283,0,1,1}" - }, - { - "npc_id": "1261", - "loc_data": "{3492,3300,0,1,4}-{3498,3300,0,1,5}-{3487,3302,0,1,6}-{3497,3299,0,1,5}-{3488,3273,0,1,6}" - }, - { - "npc_id": "1262", - "loc_data": "{3487,3283,0,1,1}-{3477,3300,0,1,4}-{3497,3276,0,1,1}-{3502,3279,0,1,1}-{3481,3296,0,1,2}" - }, - { - "npc_id": "1263", - "loc_data": "{3108,3160,1,1,1}" - }, - { - "npc_id": "1266", - "loc_data": "{2680,3719,0,0,7}-{2684,3722,0,0,1}-{2684,3726,0,0,1}-{2678,3728,0,0,2}-{2673,3728,0,0,0}-{2670,3724,0,0,3}-{2671,3726,0,0,2}-{2679,3731,0,0,2}-{2684,3729,0,0,6}-{2688,3721,0,0,1}-{2693,3715,0,0,5}-{2699,3715,0,0,2}-{2706,3711,0,0,1}-{2712,3718,0,0,5}-{2716,3721,0,0,7}-{2722,3726,0,0,1}-{2525,3763,0,0,7}-{2508,3762,0,0,0}-{2510,3755,0,0,2}-{2523,3756,0,0,1}-{2532,3752,0,0,0}-{2529,3755,0,0,1}-{2528,3739,0,0,6}-{2529,3730,0,0,0}-{2518,3724,0,0,1}-{2508,3723,0,0,1}-{2525,3718,0,0,1}-{2549,3733,0,0,3}" - }, - { - "npc_id": "1268", - "loc_data": "{2681,3716,0,0,2}-{2678,3721,0,0,2}-{2684,3719,0,0,1}-{2699,3719,0,0,4}-{2701,3717,0,0,2}-{2707,3719,0,0,0}-{2700,3726,0,0,2}-{2695,3713,0,0,2}-{2716,3718,0,0,5}-{2706,3713,0,0,2}-{2537,3761,0,0,7}-{2537,3761,0,0,7}-{2528,3767,0,0,3}-{2526,3753,0,0,2}-{2513,3755,0,0,3}-{2505,3753,0,0,3}-{2530,3751,0,0,1}-{2527,3755,0,0,1}-{2532,3758,0,0,6}-{2532,3751,0,0,3}-{2530,3738,0,0,2}-{2531,3729,0,0,0}-{2523,3723,0,0,1}-{2520,3722,0,0,3}-{2515,3720,0,0,3}-{2505,3724,0,0,4}-{2505,3729,0,0,6}-{2535,3717,0,0,4}-{2536,3724,0,0,1}-{2543,3729,0,0,6}-{2550,3734,0,0,1}-{2552,3747,0,0,6}-{2552,3752,0,0,6}" - }, - { - "npc_id": "1269", - "loc_data": "{2672,3683,0,1,3}" - }, - { - "npc_id": "1270", - "loc_data": "{2770,3624,0,0,0}" - }, - { - "npc_id": "1274", - "loc_data": "{2660,3680,0,0,6}" - }, - { - "npc_id": "1275", - "loc_data": "{2657,3680,0,0,6}" - }, - { - "npc_id": "1276", - "loc_data": "{2658,3679,0,0,6}" - }, - { - "npc_id": "1277", - "loc_data": "{2659,3678,0,0,6}" - }, - { - "npc_id": "1278", - "loc_data": "{2659,3664,0,1,3}" - }, - { - "npc_id": "1281", - "loc_data": "{2661,3651,0,1,3}" - }, - { - "npc_id": "1282", - "loc_data": "{2640,3681,0,1,4}" - }, - { - "npc_id": "1283", - "loc_data": "{2647,3660,0,1,5}" - }, - { - "npc_id": "1284", - "loc_data": "{2658,3673,0,1,1}" - }, - { - "npc_id": "1285", - "loc_data": "{2657,3669,0,1,1}" - }, - { - "npc_id": "1286", - "loc_data": "{2656,3676,0,1,1}" - }, - { - "npc_id": "1287", - "loc_data": "{2652,3588,0,1,1}" - }, - { - "npc_id": "1288", - "loc_data": "{2634,3667,0,1,1}" - }, - { - "npc_id": "1289", - "loc_data": "{2667,3692,0,1,1}" - }, - { - "npc_id": "1294", - "loc_data": "{2658,3673,0,1,7}" - }, - { - "npc_id": "1296", - "loc_data": "{2660,3663,0,0,6}-{2657,3663,0,0,6}" - }, - { - "npc_id": "1298", - "loc_data": "{2663,3646,0,0,6}" - }, - { - "npc_id": "1299", - "loc_data": "{2660,3646,0,0,6}" - }, - { - "npc_id": "1300", - "loc_data": "{2662,3674,0,1,1}" - }, - { - "npc_id": "1301", - "loc_data": "{2623,3675,0,1,6}" - }, - { - "npc_id": "1302", - "loc_data": "{2641,3699,0,0,4}" - }, - { - "npc_id": "1303", - "loc_data": "{2664,3692,0,1,3}" - }, - { - "npc_id": "1304", - "loc_data": "{2582,3845,0,0,3}" - }, - { - "npc_id": "1305", - "loc_data": "{2643,3676,0,1,7}" - }, - { - "npc_id": "1306", - "loc_data": "{2674,3677,0,1,6}" - }, - { - "npc_id": "1307", - "loc_data": "{2658,3673,0,1,7}" - }, - { - "npc_id": "1308", - "loc_data": "{2672,3662,0,1,3}" - }, - { - "npc_id": "1309", - "loc_data": "{2667,3653,0,1,3}" - }, - { - "npc_id": "1310", - "loc_data": "{2667,3701,0,1,4}" - }, - { - "npc_id": "1311", - "loc_data": "{2655,3651,0,1,3}" - }, - { - "npc_id": "1312", - "loc_data": "{2639,3651,0,1,6}" - }, - { - "npc_id": "1313", - "loc_data": "{2626,3653,0,1,5}" - }, - { - "npc_id": "1314", - "loc_data": "{2675,3677,0,1,3}" - }, - { - "npc_id": "1315", - "loc_data": "{2646,3675,0,1,3}" - }, - { - "npc_id": "1317", - "loc_data": "{2632,3677,0,1,2}-{2641,3682,0,1,3}-{2643,3675,0,1,6}-{2643,3674,0,1,4}-{2646,3668,0,1,3}-{2651,3669,0,1,3}-{2648,3688,0,1,4}-{2656,3692,0,1,1}" - }, - { - "npc_id": "1318", - "loc_data": "{2671,3658,0,1,2}-{2638,3648,0,1,3}-{2626,3658,0,1,4}-{2626,3668,0,1,1}-{2613,3668,0,1,3}-{2630,3673,0,1,7}-{2635,3680,0,1,4}-{2644,3675,0,1,5}-{2642,3681,0,1,3}-{2631,3678,0,1,6}-{2661,3698,0,1,1}-{2663,3687,0,1,3}-{2673,3695,0,1,3}-{2674,3710,0,1,1}-{2676,3693,0,1,3}-{2675,3685,0,1,4}-{2669,3677,0,1,1}-{2667,3670,0,1,2}-{2675,3670,0,1,4}-{2679,3685,0,1,2}-{2667,3671,0,1,3}-{2666,3663,0,1,6}-{2688,3659,0,1,2}-{2658,3657,0,1,4}-{2684,3649,0,1,4}-{2679,3649,0,1,4}-{2646,3664,0,1,4}-{2646,3655,0,1,1}-{2637,3655,0,1,3}-{2667,3658,0,1,3}" - }, - { - "npc_id": "1320", - "loc_data": "{2738,3636,0,1,7}-{2739,3636,0,1,7}-{2738,3637,0,1,4}-{2735,3637,0,1,3}" - }, - { - "npc_id": "1321", - "loc_data": "{2736,3642,0,1,4}-{2744,3638,0,1,4}" - }, - { - "npc_id": "1329", - "loc_data": "{3073,3640,0,0,0}" - }, - { - "npc_id": "1334", - "loc_data": "{2510,3644,1,1,3}" - }, - { - "npc_id": "1338", - "loc_data": "{3151,5559,0,1,2}-{3157,5548,0,1,3}-{3155,5553,0,1,4}-{3145,5559,0,1,6}-{3152,5556,0,1,3}-{3149,5544,0,1,0}-{3145,5548,0,1,3}" - }, - { - "npc_id": "1339", - "loc_data": "{3153,5547,0,1,0}-{3150,5545,0,1,1}" - }, - { - "npc_id": "1340", - "loc_data": "{3147,5557,0,1,3}-{3154,5559,0,1,4}" - }, - { - "npc_id": "1343", - "loc_data": "{3145,5548,0,1,6}" - }, - { - "npc_id": "1359", - "loc_data": "{2612,3875,1,1,6}" - }, - { - "npc_id": "1360", - "loc_data": "{2620,3896,0,0,3}" - }, - { - "npc_id": "1369", - "loc_data": "{2165,3276,0,1,0}" - }, - { - "npc_id": "1373", - "loc_data": "{2500,3860,1,1,4}" - }, - { - "npc_id": "1374", - "loc_data": "{2505,3854,1,0,4}-{2509,3849,0,0,4}" - }, - { - "npc_id": "1375", - "loc_data": "{2501,3858,1,0,4}" - }, - { - "npc_id": "1376", - "loc_data": "{2548,3895,0,1,0}" - }, - { - "npc_id": "1377", - "loc_data": "{2544,3843,0,1,6}" - }, - { - "npc_id": "1378", - "loc_data": "{2516,3865,0,1,4}" - }, - { - "npc_id": "1385", - "loc_data": "{2629,3694,0,0,6}" - }, - { - "npc_id": "1389", - "loc_data": "{2603,3877,0,1,1}" - }, - { - "npc_id": "1390", - "loc_data": "{2604,3876,0,1,4}" - }, - { - "npc_id": "1391", - "loc_data": "{2604,3876,0,1,3}" - }, - { - "npc_id": "1393", - "loc_data": "{2519,3868,0,0,3}" - }, - { - "npc_id": "1394", - "loc_data": "{2519,3863,0,0,1}" - }, - { - "npc_id": "1395", - "loc_data": "{2547,3868,0,0,1}" - }, - { - "npc_id": "1396", - "loc_data": "{2525,3892,0,0,4}" - }, - { - "npc_id": "1397", - "loc_data": "{2573,3856,0,0,4}" - }, - { - "npc_id": "1398", - "loc_data": "{2526,3850,0,0,6}" - }, - { - "npc_id": "1399", - "loc_data": "{2577,3854,0,0,1}" - }, - { - "npc_id": "1400", - "loc_data": "{3037,4512,0,1,0}-{3049,4498,0,1,1}" - }, - { - "npc_id": "1401", - "loc_data": "{2605,3878,0,1,1}" - }, - { - "npc_id": "1402", - "loc_data": "{2603,3877,0,1,1}" - }, - { - "npc_id": "1404", - "loc_data": "{3037,4492,0,1,4}-{3036,4502,0,1,4}-{3029,4520,0,1,1}-{3019,4512,0,1,1}-{2239,3164,0,1,2}-{2241,3166,0,1,3}-{2242,3163,0,1,3}" - }, - { - "npc_id": "1405", - "loc_data": "{2576,3843,0,0,6}" - }, - { - "npc_id": "1427", - "loc_data": "{2957,3025,0,0,0}" - }, - { - "npc_id": "1434", - "loc_data": "{2753,2770,0,1,6}" - }, - { - "npc_id": "1447", - "loc_data": "{2761,2785,0,1,3}" - }, - { - "npc_id": "1452", - "loc_data": "{2743,2796,0,1,6}" - }, - { - "npc_id": "1454", - "loc_data": "{2742,2790,0,1,1}" - }, - { - "npc_id": "1457", - "loc_data": "{2747,2782,0,0,1}-{2754,2778,0,1,1}-{2761,2778,0,1,1}-{2765,2779,0,1,4}-{2767,2784,0,1,6}-{2772,2781,0,1,5}-{2774,2787,0,1,1}-{2777,2790,0,1,4}-{2762,2793,0,1,3}-{2756,2789,0,1,3}" - }, - { - "npc_id": "1458", - "loc_data": "{2728,2751,0,1,1}-{2728,2758,0,1,1}-{2727,2762,0,1,6}-{2728,2755,0,1,6}-{2714,2753,0,1,1}-{2714,2757,0,1,6}-{2714,2761,0,1,6}-{2715,2749,0,1,2}" - }, - { - "npc_id": "1459", - "loc_data": "{2790,2791,0,1,4}-{2803,2785,0,1,7}-{2797,2792,0,1,0}-{2800,2779,0,1,5}-{2788,2779,0,1,7}-{2795,2776,0,1,3}" - }, - { - "npc_id": "1460", - "loc_data": "{2787,2794,0,1,3}" - }, - { - "npc_id": "1463", - "loc_data": "{2600,3276,0,1,4}-{2601,3276,0,1,6}-{2601,3277,0,1,6}-{2601,3278,0,1,2}-{2602,3279,0,1,5}-{2602,3282,0,1,4}-{2604,3276,0,1,4}-{2605,3280,0,1,4}-{2605,3281,0,1,7}-{2606,3280,0,1,4}" - }, - { - "npc_id": "1469", - "loc_data": "{2595,3277,0,0,0}" - }, - { - "npc_id": "1514", - "loc_data": "{3432,3487,0,0,0}" - }, - { - "npc_id": "1515", - "loc_data": "{3438,3487,0,0,0}" - }, - { - "npc_id": "1516", - "loc_data": "{3437,3487,0,0,0}" - }, - { - "npc_id": "1517", - "loc_data": "{3434,3483,0,0,0}" - }, - { - "npc_id": "1518", - "loc_data": "{3435,3483,0,0,0}" - }, - { - "npc_id": "1519", - "loc_data": "{3433,3486,0,0,0}" - }, - { - "npc_id": "1520", - "loc_data": "{3434,3486,0,0,0}" - }, - { - "npc_id": "1553", - "loc_data": "{2828,10065,1,0,0}" - }, - { - "npc_id": "1554", - "loc_data": "{2829,10104,1,0,0}" - }, - { - "npc_id": "1555", - "loc_data": "{2829,10096,1,0,0}" - }, - { - "npc_id": "1560", - "loc_data": "{3150,5454,0,1,4}-{3144,5446,0,1,7}-{3166,5446,0,1,3}-{3158,5451,0,1,7}" - }, - { - "npc_id": "1561", - "loc_data": "{3144,5450,0,1,1}-{3153,5454,0,1,5}-{3160,5450,0,1,5}-{3167,5450,0,1,3}-{3161,5451,0,1,1}" - }, - { - "npc_id": "1562", - "loc_data": "{3147,5448,0,1,4}" - }, - { - "npc_id": "1563", - "loc_data": "{3152,5453,0,1,0}" - }, - { - "npc_id": "1582", - "loc_data": "{2657,9500,0,0,1}-{2632,9589,2,0,1}-{2628,9549,2,0,5}-{2629,9543,2,0,2}-{3249,5517,0,1,3}-{2568,9889,0,1,6}-{2578,9898,0,1,1}-{2352,9755,0,1,1}-{2343,9775,0,1,1}-{2340,9777,0,1,1}-{2334,9775,0,1,1}" - }, - { - "npc_id": "1583", - "loc_data": "{2655,9481,0,0,3}-{2631,9579,2,0,4}-{3211,5519,0,1,0}-{3254,5513,0,1,7}-{2563,9885,0,1,7}-{2575,9897,0,1,1}-{2352,9760,0,1,1}" - }, - { - "npc_id": "1584", - "loc_data": "{2661,9481,0,0,4}-{2635,9570,2,0,1}-{2627,9539,2,0,5}-{3209,5512,0,1,6}-{3231,5494,0,1,7}-{2350,9776,0,1,1}-{2337,9773,0,1,1}" - }, - { - "npc_id": "1585", - "loc_data": "{2666,9482,0,0,5}-{2641,9563,2,0,5}-{3257,5523,0,1,1}-{3204,5516,0,1,3}-{2575,9892,0,1,6}-{2355,9762,0,1,1}-{2354,9768,0,1,1}-{2351,9770,0,1,1}-{2354,9773,0,1,1}" - }, - { - "npc_id": "1586", - "loc_data": "{2668,9497,0,0,4}-{2635,9565,2,0,4}-{2633,9554,2,0,4}-{3247,5520,0,1,5}-{3205,5513,0,1,6}-{3213,5519,0,1,7}" - }, - { - "npc_id": "1587", - "loc_data": "{2692,3202,0,1,4}-{2695,3216,0,1,0}-{2830,3241,0,1,6}-{2681,9577,0,0,0}-{2673,9591,0,0,5}-{2655,9575,0,0,5}-{2640,9580,0,0,0}-{2646,9553,0,0,1}-{2650,9536,0,0,7}-{2645,9489,0,0,7}-{2670,9543,0,0,0}-{2663,9555,0,0,7}-{3237,5557,0,1,3}" - }, - { - "npc_id": "1588", - "loc_data": "{2691,3215,0,1,3}-{2826,3245,0,1,3}-{2679,9592,0,0,2}-{2654,9587,0,0,3}-{2650,9564,0,0,6}-{2647,9548,0,0,6}-{2637,9545,0,0,5}-{2637,9532,0,0,5}-{2634,9521,0,0,0}-{2642,9493,0,0,0}-{2645,9484,0,0,7}-{2678,9548,0,0,4}-{2658,9551,0,0,1}-{3246,5558,0,1,4}" - }, - { - "npc_id": "1589", - "loc_data": "{2698,9503,0,0,7}-{2713,9505,0,0,0}-{2717,9502,0,0,7}-{2699,9523,0,0,0}-{2706,9525,0,0,2}-{2719,9517,0,0,5}-{2724,9515,0,0,3}" - }, - { - "npc_id": "1590", - "loc_data": "{2730,9490,0,1,0}-{2731,9482,0,1,7}-{2742,9491,0,1,0}-{3184,5557,0,1,7}-{3148,5514,0,1,6}-{3144,5514,0,1,3}-{2340,9733,0,1,3}-{2348,9733,0,1,3}-{2348,9743,0,1,3}" - }, - { - "npc_id": "1591", - "loc_data": "{2703,9456,0,0,0}-{2717,9459,0,0,7}-{2731,9460,0,0,3}-{2737,9454,0,0,3}-{2737,9444,0,0,3}-{2736,9432,0,0,3}-{2738,9421,0,0,5}-{2727,9418,0,0,1}-{2724,9439,0,0,0}-{2715,9443,0,0,4}-{2891,3919,0,1,0}-{2901,3914,0,1,0}-{2911,3914,0,1,0}-{2920,3919,0,1,0}-{2929,3919,0,1,0}-{2929,3935,0,1,0}-{2929,3944,0,1,0}-{2702,9443,0,0,3}-{2700,9428,0,0,3}-{2705,9419,0,0,7}-{2311,9744,0,1,3}-{2313,9733,0,1,3}-{2317,9735,0,1,3}-{2329,9736,0,1,3}" - }, - { - "npc_id": "1592", - "loc_data": "{2893,3929,0,1,0}-{2893,3942,0,1,0}-{2897,3951,0,1,0}-{2903,3954,0,1,0}-{2910,3954,0,1,0}-{2920,3952,0,1,0}-{2929,3952,0,1,0}-{2728,9426,0,0,4}-{2714,9432,0,0,0}-{2707,9450,0,0,6}-{2724,9451,0,0,6}-{2311,9778,0,1,3}-{2313,9772,0,1,2}-{2318,9776,0,1,3}-{2318,9764,0,1,3}-{2318,9760,0,1,3}-{2313,9752,0,1,3}" - }, - { - "npc_id": "1593", - "loc_data": "{2744,9503,0,0,2}-{2681,9563,0,0,5}-{2677,9586,0,0,2}-{2644,9587,0,0,1}-{2652,9526,0,0,7}-{2656,9514,0,0,7}-{2666,9522,0,0,4}-{2665,9513,0,0,3}-{2666,9489,0,0,1}-{2702,9525,0,0,2}-{2704,9487,0,0,7}-{2711,9485,0,0,2}-{2722,9486,0,0,4}-{2717,9480,0,0,6}-{2733,9494,0,0,1}-{2742,9489,0,0,0}-{2638,9592,2,0,5}-{2633,9583,2,0,7}-{2627,9545,2,0,6}-{2626,9535,2,0,6}-{2628,9507,2,0,5}-{2635,9508,2,0,2}-{2634,9483,2,0,7}" - }, - { - "npc_id": "1594", - "loc_data": "{2672,9569,0,0,1}-{2657,9577,0,0,3}-{2643,9543,0,0,7}-{2646,9530,0,0,7}-{2643,9519,0,0,7}-{2660,9521,0,0,1}-{2665,9527,0,0,2}-{2671,9521,0,0,7}-{2670,9516,0,0,6}-{2660,9497,0,0,7}-{2643,9487,0,0,5}-{2653,9488,0,0,2}-{2677,9501,0,0,2}-{2699,9516,0,0,0}-{2709,9524,0,0,7}-{2683,9476,0,0,7}-{2700,9489,0,0,5}-{2703,9484,0,0,5}-{2710,9481,0,0,2}-{2716,9486,0,0,2}-{2726,9489,0,0,1}-{2735,9481,0,0,4}-{2740,9497,0,0,2}-{2739,9506,0,0,0}-{2658,9546,0,0,6}-{2636,9574,2,0,7}-{2643,9566,2,0,7}-{2635,9559,2,0,7}-{2630,9515,2,0,7}-{2642,9506,2,0,7}-{2629,9487,2,0,5}-{2648,9476,2,0,7}" - }, - { - "npc_id": "1595", - "loc_data": "{2744,3152,0,1,7}" - }, - { - "npc_id": "1597", - "loc_data": "{3146,9913,0,1,6}" - }, - { - "npc_id": "1598", - "loc_data": "{2447,4429,0,1,6}" - }, - { - "npc_id": "1600", - "loc_data": "{2791,9997,0,1,3}-{3190,9574,0,1,6}" - }, - { - "npc_id": "1601", - "loc_data": "{2797,9997,0,1,6}-{2781,9996,0,1,7}" - }, - { - "npc_id": "1602", - "loc_data": "{2793,9995,0,1,3}-{2783,9998,0,1,6}" - }, - { - "npc_id": "1603", - "loc_data": "{2789,9994,0,1,1}-{2786,9998,0,1,5}" - }, - { - "npc_id": "1604", - "loc_data": "{3434,3550,1,1,3}-{3439,3549,1,1,4}-{3425,3549,1,1,5}-{3423,3553,1,1,4}-{3426,3541,1,1,1}-{3425,3541,1,1,2}-{3426,3539,1,1,0}-{3420,3537,1,1,3}-{3417,3536,1,1,6}-{2373,9778,0,1,1}-{2372,9768,0,1,1}-{2371,9774,0,1,1}-{2375,9770,0,1,1}-{2383,9777,0,1,1}-{2387,9774,0,1,1}-{2384,9772,0,1,1}-{2387,9770,0,1,1}-{2392,9780,0,1,1}-{2396,9775,0,1,1}-{2399,9777,0,1,1}" - }, - { - "npc_id": "1608", - "loc_data": "{2698,9999,0,1,6}-{2695,9997,0,1,7}-{2697,9996,0,1,5}-{2695,9999,0,1,6}" - }, - { - "npc_id": "1609", - "loc_data": "{2700,9994,0,1,6}-{2698,10001,0,1,4}-{2703,9994,0,1,4}-{2701,10000,0,1,4}" - }, - { - "npc_id": "1610", - "loc_data": "{3443,3537,2,1,4}-{3434,3536,2,1,4}-{3443,3540,2,1,3}-{3446,3548,2,1,4}-{3439,3549,2,1,3}-{3434,3547,2,1,1}-{3444,3537,2,1,3}-{3174,5474,0,1,4}-{3175,5479,0,1,6}-{3183,5473,0,1,7}-{3178,5468,0,1,4}-{2428,9745,0,1,1}-{2428,9742,0,1,1}-{2428,9735,0,1,1}-{2425,9737,0,1,1}-{2422,9735,0,1,1}-{2419,9738,0,1,1}" - }, - { - "npc_id": "1612", - "loc_data": "{3438,3562,0,1,1}-{3430,3564,0,1,3}-{3434,3555,0,1,5}-{3443,3551,0,1,4}-{3442,3545,0,1,1}-{3449,3536,0,1,1}-{3440,3539,0,1,4}" - }, - { - "npc_id": "1613", - "loc_data": "{3439,3565,2,1,6}-{3443,3571,2,1,1}-{3435,3565,2,1,3}-{3443,3564,2,1,2}-{3444,3559,2,1,2}-{3427,3558,2,1,0}-{3425,3557,2,1,4}-{3430,3557,2,1,3}-{3170,5554,0,1,2}-{3166,5556,0,1,5}-{3171,5560,0,1,4}-{3173,5556,0,1,3}-{2426,9751,0,1,1}-{2427,9754,0,1,1}-{2425,9757,0,1,1}-{2422,9756,0,1,1}-{2426,9753,0,1,1}-{2420,9755,0,1,1}-{2417,9755,0,1,1}-{2406,9763,0,1,1}-{2404,9765,0,1,1}-{2407,9766,0,1,1}-{2410,9764,0,1,1}-{2416,9765,0,1,1}-{2417,9763,0,1,1}-{2420,9764,0,1,1}-{2418,9765,0,1,1}" - }, - { - "npc_id": "1615", - "loc_data": "{3422,3566,2,1,5}-{3426,3568,2,1,6}-{3418,3562,2,1,4}-{3414,3566,2,1,3}-{3412,3570,2,1,4}-{3421,3572,2,1,2}-{3422,3571,2,1,1}-{3033,4873,0,1,7}-{3039,4885,0,1,3}-{3050,4890,0,1,3}-{3062,4892,0,1,5}-{3064,4901,0,1,3}-{3056,4912,0,1,3}-{3048,4916,0,1,5}-{3038,4911,0,1,6}-{3022,4914,0,1,6}-{3018,4902,0,1,6}-{3025,4898,0,1,4}-{3033,4885,0,1,0}-{3021,4877,0,1,3}-{3048,4872,0,1,1}-{3061,4880,0,1,3}-{3061,4891,0,1,1}-{3054,4901,0,1,1}-{2402,9739,0,1,1}-{2402,9742,0,1,1}-{2402,9751,0,1,1}-{2406,9753,0,1,1}-{2408,9750,0,1,1}-{2404,9748,0,1,1}-{2407,9748,0,1,1}-{2416,9748,0,1,1}-{2415,9745,0,1,1}-{2418,9745,0,1,1}" - }, - { - "npc_id": "1616", - "loc_data": "{2741,10011,0,1,2}-{2742,10010,0,1,3}-{2739,10014,0,1,1}-{2740,10006,0,1,3}" - }, - { - "npc_id": "1617", - "loc_data": "{2743,10003,0,1,1}-{2746,10008,0,1,2}-{2743,10015,0,1,3}-{2745,10011,0,1,5}-{2744,10016,0,1,1}" - }, - { - "npc_id": "1618", - "loc_data": "{3424,3565,1,1,1}-{3416,3562,1,1,6}-{3423,3559,1,1,0}-{3424,3560,1,1,4}-{3412,3558,1,1,1}-{3412,3568,1,1,1}-{3417,3565,1,1,3}-{2425,9774,0,1,1}-{2425,9776,0,1,1}-{2423,9779,0,1,1}-{2419,9785,0,1,1}-{2415,9785,0,1,1}-{2416,9788,0,1,1}-{2430,9788,0,1,1}-{2434,9789,0,1,1}-{2436,9794,0,1,1}" - }, - { - "npc_id": "1620", - "loc_data": "{2794,10036,0,1,4}-{2788,10037,0,1,0}-{2795,10034,0,1,3}-{2785,10035,0,1,3}" - }, - { - "npc_id": "1621", - "loc_data": "{2797,10035,0,1,6}-{2787,10032,0,1,3}-{2802,10031,0,1,3}" - }, - { - "npc_id": "1624", - "loc_data": "{3179,5522,0,1,6}-{3223,9393,0,1,5}-{3225,9401,0,1,0}-{3222,9375,0,1,6}-{3220,9380,0,1,6}-{3215,9364,0,1,3}-{3213,9361,0,1,1}-{3212,9355,0,1,2}-{3230,9367,0,1,3}-{3240,9350,0,1,5}-{3248,9348,0,1,4}-{3255,9350,0,1,4}-{3256,9392,0,1,4}-{3168,5513,0,1,3}-{3174,5514,0,1,6}-{3178,5517,0,1,4}-{3178,5528,0,1,1}-{3169,5516,0,1,3}-{3179,5524,0,1,4}" - }, - { - "npc_id": "1626", - "loc_data": "{3165,5537,0,1,3}-{3159,5538,0,1,4}-{3155,5539,0,1,3}-{3158,5537,0,1,4}" - }, - { - "npc_id": "1627", - "loc_data": "{2724,10008,0,1,4}" - }, - { - "npc_id": "1628", - "loc_data": "{2723,10004,0,1,4}-{2722,9999,0,1,1}-{2729,10002,0,1,1}" - }, - { - "npc_id": "1629", - "loc_data": "{2723,10005,0,1,0}-{2726,9998,0,1,1}-{2723,10009,0,1,3}-{2727,9998,0,1,4}-{2727,10001,0,1,3}" - }, - { - "npc_id": "1630", - "loc_data": "{2721,10005,0,1,1}-{2724,10005,0,1,3}-{2729,10004,0,1,3}-{2724,10012,0,1,4}-{2718,10009,0,1,1}-{2721,10001,0,1,7}-{2720,9996,0,1,7}-{2721,10006,0,1,3}" - }, - { - "npc_id": "1631", - "loc_data": "{2800,10017,0,1,1}-{2796,10021,0,1,1}-{2805,10021,0,1,1}-{2803,10013,0,1,1}-{3160,9589,0,1,3}-{3167,9589,0,1,6}-{3179,9585,0,1,1}-{3188,9572,0,1,7}-{3190,9580,0,1,3}-{3206,9586,0,1,3}-{3221,9586,0,1,7}-{3226,9573,0,1,5}-{3223,9569,0,1,1}" - }, - { - "npc_id": "1632", - "loc_data": "{2798,10019,0,1,1}-{2800,10015,0,1,1}-{2797,10018,0,1,1}" - }, - { - "npc_id": "1633", - "loc_data": "{1935,3217,0,1,0}-{1933,3209,0,1,0}-{1930,3208,0,1,0}-{1929,3217,0,1,0}-{1927,3219,0,1,0}-{1924,3211,0,1,0}-{1920,3216,0,1,0}-{1925,3213,0,1,0}-{1837,3244,0,1,0}-{1836,3250,0,1,0}-{1845,3251,0,1,0}-{1845,3247,0,1,0}-{1849,3241,0,1,0}-{1858,3251,0,1,0}-{1853,3247,0,1,0}-{1848,3254,0,1,0}-{2761,10007,0,1,0}-{2757,10010,0,1,3}-{2763,10000,0,1,5}-{2760,10011,0,1,0}-{2761,9997,0,1,4}-{3263,9399,0,1,3}-{3274,9397,0,1,1}-{3275,9393,0,1,6}-{3271,9384,0,1,0}-{3270,9380,0,1,2}-{3283,9378,0,1,6}-{3285,9386,0,1,5}-{3284,9401,0,1,4}-{3278,9353,0,1,1}-{3299,9380,0,1,1}-{3319,9402,0,1,1}-{3305,9350,0,1,4}" - }, - { - "npc_id": "1634", - "loc_data": "{2757,10008,0,1,6}-{2760,10005,0,1,5}" - }, - { - "npc_id": "1635", - "loc_data": "{2758,10001,0,1,1}-{2763,10006,0,1,1}-{2766,10000,0,1,6}-{2759,9999,0,1,7}" - }, - { - "npc_id": "1636", - "loc_data": "{2760,10004,0,1,1}-{2760,10002,0,1,6}" - }, - { - "npc_id": "1637", - "loc_data": "{3276,5454,0,1,4}-{3279,5450,0,1,0}-{3271,5446,0,1,3}-{3277,5512,0,1,1}-{2700,10027,0,1,6}-{3278,5535,0,0,0}-{3277,5520,0,1,1}" - }, - { - "npc_id": "1638", - "loc_data": "{3284,5456,0,1,1}-{3278,5453,0,1,1}-{3271,5512,0,1,4}-{2704,10022,0,1,4}-{2707,10023,0,1,4}" - }, - { - "npc_id": "1639", - "loc_data": "{3283,5461,0,1,4}-{3285,5456,0,1,6}-{3275,5455,0,1,5}-{3272,5446,0,1,4}-{3277,5445,0,1,3}-{2711,10028,0,1,2}-{2710,10030,0,1,6}" - }, - { - "npc_id": "1640", - "loc_data": "{3272,5445,0,1,4}-{2705,10028,0,1,3}-{2704,10031,0,1,6}" - }, - { - "npc_id": "1641", - "loc_data": "{2708,10025,0,1,6}" - }, - { - "npc_id": "1642", - "loc_data": "{2703,10020,0,1,0}" - }, - { - "npc_id": "1643", - "loc_data": "{3246,5446,0,1,3}-{3434,3562,1,1,6}-{3439,3558,1,1,5}-{3444,3567,1,1,4}-{3439,3571,1,1,3}-{3435,3570,1,1,7}-{3447,3561,1,1,4}-{3442,3573,1,1,6}-{3237,5455,0,1,0}-{3246,5450,0,1,4}" - }, - { - "npc_id": "1644", - "loc_data": "{3240,5448,0,1,7}" - }, - { - "npc_id": "1648", - "loc_data": "{3426,3537,0,1,4}-{3413,3536,0,1,3}-{3419,3545,0,1,2}-{3426,3544,0,1,6}-{3410,3535,0,1,2}-{3425,3556,0,1,6}-{3418,3557,0,1,1}-{3428,3571,0,1,3}-{3432,3573,0,1,4}" - }, - { - "npc_id": "1650", - "loc_data": "{3411,3541,0,1,3}" - }, - { - "npc_id": "1655", - "loc_data": "{3424,3544,0,1,1}-{3423,3546,0,1,1}-{3409,3538,0,1,3}-{3421,3559,0,1,4}-{3413,3559,0,1,6}-{3433,3574,0,1,3}-{3428,3571,0,1,6}" - }, - { - "npc_id": "1658", - "loc_data": "{2595,3087,1,1,1}" - }, - { - "npc_id": "1679", - "loc_data": "{2291,3145,0,1,2}" - }, - { - "npc_id": "1680", - "loc_data": "{2290,3143,0,1,3}" - }, - { - "npc_id": "1681", - "loc_data": "{3202,5483,0,1,4}-{2544,9843,0,1,3}" - }, - { - "npc_id": "1683", - "loc_data": "{3678,3511,0,1,4}" - }, - { - "npc_id": "1684", - "loc_data": "{3660,3517,0,1,7}" - }, - { - "npc_id": "1685", - "loc_data": "{3659,3497,0,1,0}" - }, - { - "npc_id": "1686", - "loc_data": "{3657,3516,0,1,3}-{3663,3522,0,1,7}-{3654,3518,1,1,6}" - }, - { - "npc_id": "1688", - "loc_data": "{3709,3497,0,0,3}" - }, - { - "npc_id": "1691", - "loc_data": "{3624,3530,0,1,1}-{3623,3524,0,1,2}-{3618,3526,0,1,6}-{3612,3527,0,1,6}-{3609,3527,0,1,4}" - }, - { - "npc_id": "1692", - "loc_data": "{3632,3528,0,1,5}-{3633,3525,0,1,6}-{3631,3529,0,1,3}-{3631,3529,0,1,2}-{3628,3530,0,1,1}-{3631,3530,0,1,4}-{3629,3529,0,1,4}" - }, - { - "npc_id": "1694", - "loc_data": "{3673,3491,0,1,3}" - }, - { - "npc_id": "1695", - "loc_data": "{3461,3558,0,0,3}" - }, - { - "npc_id": "1697", - "loc_data": "{3662,3502,0,1,4}-{3664,3493,0,1,6}-{3672,3486,0,1,2}-{3685,3485,0,1,3}-{3684,3496,0,1,3}-{3675,3502,0,1,3}-{3667,3484,0,1,0}-{3666,3471,0,1,4}-{3676,3464,0,1,3}-{3683,3467,0,1,6}-{3685,3474,0,1,4}-{3690,3474,0,1,1}-{3695,3473,0,1,3}-{3693,3466,0,1,7}-{3698,3463,0,1,3}-{3688,3467,0,1,3}-{3675,3474,0,1,4}-{3665,3476,0,1,6}-{3662,3491,0,1,1}-{3662,3495,0,1,4}-{3661,3501,0,1,6}-{3682,3486,0,1,4}-{3678,3493,0,1,4}-{3673,3491,0,1,3}-{3658,3502,0,1,4}-{3660,3505,0,1,1}-{3665,3469,0,1,6}-{3659,3465,0,1,6}-{3667,3461,0,1,1}" - }, - { - "npc_id": "1699", - "loc_data": "{3659,3480,0,1,3}" - }, - { - "npc_id": "1700", - "loc_data": "{3681,3493,0,1,5}" - }, - { - "npc_id": "1702", - "loc_data": "{3690,3464,0,0,1}-{3691,3464,0,0,1}-{3688,3464,0,0,1}-{3687,3464,0,0,1}" - }, - { - "npc_id": "1703", - "loc_data": "{3697,3496,0,1,3}-{3699,3497,0,1,2}-{3689,3503,0,1,3}-{3690,3508,0,1,6}-{3690,3512,0,1,6}-{3689,3517,0,1,1}-{3690,3524,0,1,6}-{3689,3528,0,1,5}-{3690,3518,0,1,5}-{3689,3503,0,1,3}-{3689,3496,0,1,0}" - }, - { - "npc_id": "1704", - "loc_data": "{3703,3487,0,0,3}" - }, - { - "npc_id": "1706", - "loc_data": "{3661,3508,0,0,1}-{3658,3508,0,0,1}-{3652,3487,0,0,3}-{3652,3484,0,0,3}" - }, - { - "npc_id": "1710", - "loc_data": "{3165,9631,0,1,6}-{3165,9633,0,1,0}-{3160,9634,0,1,7}-{3156,9630,0,1,6}-{3152,9627,0,1,4}-{3148,9621,0,1,4}-{3175,9630,0,1,1}-{3174,9634,0,1,3}-{3172,9638,0,1,0}" - }, - { - "npc_id": "1711", - "loc_data": "{3160,9638,0,1,1}-{3159,9633,0,1,6}-{3161,9626,0,1,6}-{3169,9626,0,1,4}-{3171,9634,0,1,4}-{3164,9634,0,1,3}-{3165,9631,0,1,7}-{3180,9631,0,1,7}-{3183,9629,0,1,6}-{3182,9633,0,1,1}-{3172,9632,0,1,4}-{3158,9631,0,1,1}-{3160,9630,0,1,1}-{3159,9633,0,1,4}-{3150,9623,0,1,6}-{3152,9620,0,1,6}-{3159,9622,0,1,0}-{3169,9623,0,1,6}-{3169,9623,0,1,4}-{2566,5197,0,1,4}" - }, - { - "npc_id": "1712", - "loc_data": "{3153,9646,0,1,3}-{3151,9651,0,1,1}-{2573,5201,0,1,4}-{2577,5195,0,1,4}-{2577,5189,0,0,6}-{2571,5195,0,0,6}" - }, - { - "npc_id": "1714", - "loc_data": "{3172,9624,0,1,2}-{3161,9623,0,1,1}-{3151,9624,0,1,1}-{3150,9622,0,1,4}-{3153,9627,0,1,3}-{3157,9634,0,1,2}-{3171,9636,0,1,6}-{3174,9639,0,1,3}-{3174,9634,0,1,3}" - }, - { - "npc_id": "1715", - "loc_data": "{3171,9635,0,1,3}-{3159,9636,0,1,2}-{3169,9630,0,1,3}-{3172,9625,0,1,0}-{3159,9627,0,1,3}" - }, - { - "npc_id": "1752", - "loc_data": "{2510,3228,0,1,3}" - }, - { - "npc_id": "1754", - "loc_data": "{3259,3308,0,1,4}-{3100,3246,0,1,2}-{3131,3263,0,1,5}-{3122,3278,0,1,2}" - }, - { - "npc_id": "1755", - "loc_data": "{3258,3312,0,1,3}-{3106,3275,0,1,1}-{3106,3266,0,1,3}-{3114,3273,0,1,4}" - }, - { - "npc_id": "1756", - "loc_data": "{3262,3320,0,1,1}-{3096,3251,0,1,3}-{3117,3278,0,1,0}-{3102,3261,0,1,1}" - }, - { - "npc_id": "1757", - "loc_data": "{3233,3308,0,0,4}" - }, - { - "npc_id": "1758", - "loc_data": "{2895,3403,0,0,0}-{3262,3325,0,0,0}" - }, - { - "npc_id": "1759", - "loc_data": "{3250,3310,0,0,0}" - }, - { - "npc_id": "1761", - "loc_data": "{3121,3274,0,0,0}" - }, - { - "npc_id": "1765", - "loc_data": "{3206,3265,0,1,4}-{2923,3320,0,1,7}-{2921,3320,0,1,4}-{2923,3320,0,1,5}" - }, - { - "npc_id": "1766", - "loc_data": "{3259,3262,0,1,4}-{3262,3274,0,1,3}-{3259,3278,0,1,1}-{3263,3273,0,1,7}-{3171,3320,0,1,0}" - }, - { - "npc_id": "1767", - "loc_data": "{3262,3262,0,1,6}-{3025,3311,0,1,5}-{2924,3288,0,0,1}-{2921,3290,0,1,1}-{2926,3279,0,1,1}-{2931,3272,0,1,1}-{2936,3273,0,1,6}" - }, - { - "npc_id": "1769", - "loc_data": "{2979,3203,0,1,4}-{3264,3249,0,1,4}-{2596,9822,0,1,4}" - }, - { - "npc_id": "1770", - "loc_data": "{2999,3212,0,1,1}-{3262,3253,0,1,6}-{3259,3254,0,1,3}-{2595,9826,0,1,1}" - }, - { - "npc_id": "1771", - "loc_data": "{2993,3199,0,1,6}-{3248,3233,0,1,6}-{3247,3240,0,1,3}-{3187, 3286, 0, 1, 0}-{3209, 3277, 0, 1, 0}-{3174, 3294, 0, 1, 0}-{3178, 3294, 0, 1, 0}-{3144, 3302, 0, 1, 0}-{3142, 3303, 0, 1, 0}-{3151, 3300, 0, 1, 0}-{3139, 3299, 0, 1, 0}" - }, - { - "npc_id": "1772", - "loc_data": "{2993,3203,0,1,0}-{3251,3231,0,1,1}-{3260,3241,0,1,0}-{3259,3222,0,0,4}" - }, - { - "npc_id": "1773", - "loc_data": "{2991,3219,0,1,1}-{3252,3227,0,1,1}-{3263,3219,0,1,0}" - }, - { - "npc_id": "1774", - "loc_data": "{3012,3204,0,1,3}-{3255,3228,0,1,4}-{3265,3219,0,1,2}-{2592,9834,0,1,6}" - }, - { - "npc_id": "1775", - "loc_data": "{3010,3211,0,1,6}-{3254,3224,0,1,1}-{2585,9829,0,1,1}" - }, - { - "npc_id": "1776", - "loc_data": "{2999,3216,0,1,6}-{3264,3247,0,1,2}" - }, - { - "npc_id": "1778", - "loc_data": "{3260,3859,0,0,0}" - }, - { - "npc_id": "1779", - "loc_data": "{2978,3752,0,1,6}" - }, - { - "npc_id": "1780", - "loc_data": "{3272,3687,0,1,3}" - }, - { - "npc_id": "1781", - "loc_data": "{3008,3862,0,0,0}" - }, - { - "npc_id": "1782", - "loc_data": "{3363,3883,0,1,4}" - }, - { - "npc_id": "1783", - "loc_data": "{3079,3516,0,1,6}" - }, - { - "npc_id": "1784", - "loc_data": "{3025,3705,0,1,1}" - }, - { - "npc_id": "1785", - "loc_data": "{3144,3788,0,1,6}" - }, - { - "npc_id": "1786", - "loc_data": "{3234,3633,0,1,1}" - }, - { - "npc_id": "1787", - "loc_data": "{3074,3609,0,1,3}" - }, - { - "npc_id": "1795", - "loc_data": "{2967,9811,0,0,0}" - }, - { - "npc_id": "1796", - "loc_data": "{2968,9809,0,0,0}" - }, - { - "npc_id": "1798", - "loc_data": "{2701,3471,0,0,0}" - }, - { - "npc_id": "1805", - "loc_data": "{2765,3652,0,1,0}" - }, - { - "npc_id": "1828", - "loc_data": "{3231,9545,0,1,6}" - }, - { - "npc_id": "1829", - "loc_data": "{3153,9548,0,1,1}-{3154,9547,0,1,4}-{3176,9546,0,1,4}-{3221,9558,0,1,4}-{3226,9548,0,1,7}-{3224,9551,0,1,1}-{3219,9558,0,1,7}" - }, - { - "npc_id": "1831", - "loc_data": "{3208,9555,0,1,1}-{3165,9542,0,1,3}-{3211,9570,0,1,5}-{3211,9570,0,1,5}-{3208,9555,0,1,1}-{3208,9555,0,1,1}-{3164,9542,0,1,3}-{3207,9555,0,1,1}-{3166,9542,0,1,3}-{3213,9570,0,1,5}" - }, - { - "npc_id": "1832", - "loc_data": "{3150,9573,0,1,1}-{3188,9550,0,1,0}-{3148,9578,0,1,4}-{3152,9556,0,1,3}-{3150,9553,0,1,2}-{3167,9547,0,1,1}-{3168,9546,0,1,3}-{3184,9551,0,1,3}-{3220,9573,0,1,4}-{3224,9574,0,1,1}-{3208,9588,0,1,6}-{3210,9585,0,1,4}-{3191,9583,0,1,4}-{3187,9583,0,1,3}-{3272,5549,0,1,0}-{3275,5546,0,1,0}-{3281,5545,0,1,2}-{3286,5544,0,1,0}-{3285,5539,0,1,3}-{3268,5553,0,1,1}-{3274,5558,0,1,6}-{3281,5557,0,1,4}-{3282,5554,0,1,4}-{3269,5551,0,1,3}-{3287,5549,0,1,3}-{3279,5546,0,1,6}-{3283,5545,0,1,0}-{3269,5548,0,1,1}" - }, - { - "npc_id": "1833", - "loc_data": "{3151,9575,0,1,3}-{3150,9577,0,1,4}-{3148,9554,0,1,6}-{3165,9547,0,1,1}-{3165,9546,0,1,2}-{3184,9551,0,1,3}-{3222,9575,0,1,4}-{3226,9576,0,1,3}-{3210,9587,0,1,2}-{3189,9581,0,1,4}" - }, - { - "npc_id": "1834", - "loc_data": "{3169,3174,0,0,6}" - }, - { - "npc_id": "1841", - "loc_data": "{3020,3452,0,0,0}" - }, - { - "npc_id": "1860", - "loc_data": "{2957,3203,0,1,3}" - }, - { - "npc_id": "1861", - "loc_data": "{3208,3256,0,0,1}" - }, - { - "npc_id": "1862", - "loc_data": "{3304,3211,0,1,1}" - }, - { - "npc_id": "1863", - "loc_data": "{3358,2956,0,0,6}" - }, - { - "npc_id": "1864", - "loc_data": "{3363,2956,0,0,3}" - }, - { - "npc_id": "1865", - "loc_data": "{3352,2974,0,1,4}" - }, - { - "npc_id": "1866", - "loc_data": "{3360,2983,0,1,4}" - }, - { - "npc_id": "1867", - "loc_data": "{3347,2966,0,0,6}" - }, - { - "npc_id": "1870", - "loc_data": "{3373,2972,0,1,5}" - }, - { - "npc_id": "1871", - "loc_data": "{3344,2986,0,1,3}" - }, - { - "npc_id": "1872", - "loc_data": "{3354,2953,0,0,6}" - }, - { - "npc_id": "1873", - "loc_data": "{3343,2962,0,1,0}-{3343,2964,0,1,1}" - }, - { - "npc_id": "1875", - "loc_data": "{3354,2952,0,0,1}" - }, - { - "npc_id": "1884", - "loc_data": "{2811,3174,0,0,0}" - }, - { - "npc_id": "1902", - "loc_data": "{3333,2946,0,0,1}" - }, - { - "npc_id": "1905", - "loc_data": "{3335,2948,0,1,2}-{3331,2948,0,1,6}-{3333,2950,0,1,0}" - }, - { - "npc_id": "1917", - "loc_data": "{3177,2987,0,1,6}" - }, - { - "npc_id": "1918", - "loc_data": "{3180,3043,0,1,2}" - }, - { - "npc_id": "1920", - "loc_data": "{3497,3478,0,0,0}" - }, - { - "npc_id": "1921", - "loc_data": "{3159,2980,0,1,1}" - }, - { - "npc_id": "1923", - "loc_data": "{3183,2974,0,0,7}" - }, - { - "npc_id": "1926", - "loc_data": "{3179,2967,0,1,3}-{3172,2966,0,1,1}-{3171,2980,0,1,3}-{3166,2972,0,1,0}-{3181,2979,0,1,3}-{3187,2976,0,1,7}-{3174,2984,0,1,3}-{3183,2982,0,1,4}-{3187,2985,0,1,1}-{3182,2988,0,1,5}-{3188,2990,0,1,2}-{3172,2992,0,1,4}-{3171,2987,0,1,4}-{3161,2982,0,1,2}-{3161,2986,0,1,3}-{3159,2987,0,1,3}-{3163,2976,0,1,4}-{3161,2977,0,1,4}-{3161,2979,0,1,6}-{3162,2982,0,1,6}-{3164,2985,0,1,2}-{3158,2970,0,1,3}-{3155,2979,0,1,4}-{3167,2972,0,1,6}-{3172,2973,0,1,5}-{3175,2973,0,1,4}-{3185,2967,0,1,2}" - }, - { - "npc_id": "1927", - "loc_data": "{3160,2979,0,0,5}-{3162,2989,0,0,1}" - }, - { - "npc_id": "1928", - "loc_data": "{3161,2977,0,0,4}-{3161,2987,0,0,1}" - }, - { - "npc_id": "1929", - "loc_data": "{3158,2987,0,0,3}" - }, - { - "npc_id": "1930", - "loc_data": "{3161,2985,0,0,6}-{3161,2983,0,0,6}-{3161,2982,0,0,6}-{3161,2981,0,0,6}-{3161,2984,0,0,6}" - }, - { - "npc_id": "1951", - "loc_data": "{2886,3723,0,1,3}-{2887,3720,0,1,4}-{2890,3721,0,1,7}-{2890,3724,0,1,1}-{2909,3736,0,1,5}-{2910,3736,0,1,2}-{2891,3724,0,1,7}" - }, - { - "npc_id": "1952", - "loc_data": "{2892,3726,0,1,0}-{2894,3726,0,1,6}-{2895,3728,0,1,0}-{2895,3730,0,1,5}-{2922,3755,0,1,3}-{2893,3725,0,1,2}-{2894,3727,0,1,6}-{2895,3725,0,1,3}-{2898,3735,0,1,6}" - }, - { - "npc_id": "1953", - "loc_data": "{2897,3733,0,1,5}-{2897,3737,0,1,5}-{2913,3736,0,1,3}-{2897,3737,0,1,6}-{2915,3740,0,1,1}-{2894,3742,0,1,0}" - }, - { - "npc_id": "1954", - "loc_data": "{2895,3751,0,1,1}-{2895,3755,0,1,6}-{2898,3751,0,1,3}-{2898,3755,0,1,6}-{2930,3765,0,1,5}-{2893,3748,0,1,5}-{2896,3749,0,1,1}-{2929,3762,0,1,3}" - }, - { - "npc_id": "1955", - "loc_data": "{2895,3740,0,1,1}-{2895,3744,0,1,3}-{2898,3740,0,1,6}-{2898,3744,0,1,1}-{2908,3739,0,1,0}-{2928,3763,0,1,3}-{2899,3737,0,1,2}-{2897,3739,0,1,6}-{2912,3742,0,1,2}-{2898,3750,0,1,3}-{2895,3751,0,1,4}" - }, - { - "npc_id": "1956", - "loc_data": "{2886,3758,0,1,6}-{2886,3762,0,1,3}-{2890,3756,0,1,4}-{2890,3762,0,1,1}-{2928,3753,0,1,2}-{2926,3753,0,1,6}-{2895,3754,0,1,3}" - }, - { - "npc_id": "1958", - "loc_data": "{3240,9326,0,1,3}-{3209,9310,0,1,4}-{3245,9333,0,1,4}-{3213,9307,0,1,4}-{3221,9318,0,1,3}-{3229,9333,0,1,3}-{3216,9329,0,1,4}-{3208,9294,0,1,3}-{3201,9286,0,1,1}-{3212,9326,0,1,4}-{3217,9284,0,1,7}-{3226,9284,0,1,4}-{3232,9299,0,1,6}-{3242,9295,0,1,1}-{3220,9302,0,1,0}-{3238,9305,0,1,6}-{3220,9296,0,1,1}-{3246,9291,0,1,3}-{3240,9289,0,1,4}-{3237,9305,0,1,3}-{3257,9292,0,0,5}-{3246,9321,0,1,1}-{3261,9310,0,1,3}-{3258,9309,0,1,4}-{3251,9316,0,1,3}-{3247,9310,0,1,3}-{3147,5467,0,1,1}-{3144,5466,0,1,2}-{3147,5479,0,1,2}-{3144,5475,0,1,6}-{3161,5482,0,1,5}-{3147,5475,0,1,6}" - }, - { - "npc_id": "1961", - "loc_data": "{3250,9326,0,1,4}-{3258,9327,0,1,6}-{3256,9333,0,1,1}-{3220,9309,0,1,4}-{3252,9333,0,1,3}-{3208,9318,0,1,3}-{3241,9331,0,1,6}-{3204,9328,0,1,3}-{3209,9328,0,1,3}-{3228,9323,0,1,4}-{3210,9282,0,1,7}-{3225,9329,0,1,6}-{3207,9299,0,1,4}-{3215,9295,0,1,3}-{3213,9322,0,1,3}-{3214,9315,0,1,0}-{3221,9291,0,1,0}-{3213,9303,0,1,4}-{3227,9304,0,1,6}-{3247,9301,0,1,1}-{3228,9284,0,1,3}-{3254,9286,0,1,4}-{3262,9291,0,1,6}-{3224,9302,0,1,3}-{3250,9298,0,1,3}-{3252,9293,0,1,6}-{3262,9299,0,1,1}-{3256,9297,0,1,7}-{3262,9285,0,1,1}-{3254,9322,0,1,0}-{3261,9318,0,1,4}-{3242,9316,0,1,6}-{3250,9306,0,1,3}-{3250,9327,0,1,3}-{3156,5477,0,1,5}-{3162,5479,0,1,4}-{3159,5477,0,1,6}-{3150,5474,0,1,3}-{3147,5480,0,1,1}-{3159,5484,0,1,3}" - }, - { - "npc_id": "1962", - "loc_data": "{3168,5458,0,1,2}-{3242,9331,0,1,3}-{3238,9333,0,1,6}-{3261,9330,0,1,1}-{3232,9333,0,1,0}-{3222,9324,0,1,4}-{3205,9303,0,1,3}" - }, - { - "npc_id": "1963", - "loc_data": "{3166,5465,0,1,7}-{3168,5462,0,1,0}-{3167,5467,0,1,1}-{3167,5467,0,1,7}" - }, - { - "npc_id": "1972", - "loc_data": "{2536, 3426, 0, 1, 0}" - }, - { - "npc_id": "1976", - "loc_data": "{3315,5508,0,1,5}-{3308,5510,0,1,3}-{3304,5507,0,1,4}-{3299,5509,0,1,3}-{3317,5514,0,1,3}-{3319,5518,0,1,4}-{3320,5507,0,1,4}-{3324,5513,0,1,1}-{3283,5510,0,1,5}-{3320,5550,0,1,0}-{3313,5523,0,1,4}-{3310,5541,0,1,4}-{3308,5535,0,1,5}-{3301,5531,0,1,4}-{3315,5530,0,1,1}-{3322,5536,0,1,4}-{3320,5539,0,1,7}-{3311,5519,0,1,3}-{3289,5525,0,1,2}-{3300,5519,0,1,6}-{3289,5515,0,1,7}-{3287,5523,0,1,3}" - }, - { - "npc_id": "1990", - "loc_data": "{3300,2797,0,0,6}" - }, - { - "npc_id": "1993", - "loc_data": "{3360,2935,0,1,4}-{3359,2924,0,1,6}-{3352,2936,0,1,0}-{3349,2931,0,1,6}-{3341,2924,0,1,4}" - }, - { - "npc_id": "1994", - "loc_data": "{3344,2933,0,1,3}-{3350,2936,0,1,4}" - }, - { - "npc_id": "2014", - "loc_data": "{3293,2788,0,1,0}" - }, - { - "npc_id": "2020", - "loc_data": "{3503,3477,0,0,0}" - }, - { - "npc_id": "2021", - "loc_data": "{3222,9525,2,1,3}-{3216,9522,2,1,3}-{3219,9518,2,1,3}-{3224,9521,2,1,3}-{3218,9523,2,1,3}-{3215,9521,2,1,3}-{3213,9522,2,1,3}-{3227,9517,2,1,3}" - }, - { - "npc_id": "2031", - "loc_data": "{3290,5448,0,1,6}-{3291,5452,0,1,1}-{3293,5456,0,1,6}-{3551,9680,0,0,2}-{3553,9679,0,0,1}-{3551,9675,0,0,6}-{3554,9676,0,0,7}-{3548,9676,0,0,5}-{3552,9691,0,0,2}-{3569,9681,0,0,7}-{3577,9711,0,0,5}-{3567,9675,0,0,5}-{3567,9675,0,0,5}-{3570,9678,0,0,2}-{3568,9686,0,0,1}-{3545,9721,0,0,7}-{3560,9712,0,0,6}-{3552,9685,0,0,1}-{3525,9698,0,0,6}-{3538,9668,0,0,4}" - }, - { - "npc_id": "2032", - "loc_data": "{3549,9678,0,0,0}-{3569,9676,0,0,5}-{3566,9678,0,0,1}-{3560,9678,0,0,2}-{3526,9678,0,0,2}-{3532,9693,0,0,5}-{3534,9690,0,0,7}-{3536,9695,0,0,2}-{3542,9694,0,0,7}-{3548,9695,0,0,7}-{3556,9695,0,0,5}-{3554,9709,0,0,2}-{3533,9708,0,0,5}-{3534,9703,0,0,5}-{3538,9721,0,0,7}-{3567,9720,0,0,6}-{3561,9711,0,0,7}-{3552,9703,0,0,1}-{3551,9698,0,0,1}-{3532,9678,0,0,5}-{3531,9675,0,0,5}-{3537,9677,0,0,2}-{3187,5513,0,1,3}-{3186,5510,0,1,6}-{3186,5516,0,1,6}-{3194,5511,0,1,1}-{3185,5514,0,1,5}" - }, - { - "npc_id": "2033", - "loc_data": "{3300,5494,0,1,2}-{3285,5492,0,1,6}-{3285,5495,0,1,0}-{3288,5497,0,1,3}-{3268,5487,0,0,0}-{3533,9691,0,0,4}-{3537,9694,0,0,2}-{3533,9696,0,0,2}-{3533,9693,0,0,5}-{3188,5511,0,1,7}-{3190,5511,0,1,6}" - }, - { - "npc_id": "2034", - "loc_data": "{3288,5484,0,1,4}-{3288,5467,0,1,0}-{3293,5468,0,1,2}-{3296,5475,0,1,7}-{3296,5473,0,1,2}-{3297,5480,0,1,4}-{3565,9695,0,0,1}-{3566,9692,0,0,5}-{3572,9695,0,0,7}" - }, - { - "npc_id": "2035", - "loc_data": "{3569,9696,0,0,2}-{3569,9693,0,0,6}-{3566,9694,0,0,6}-{3567,9698,0,0,2}-{3572,9692,0,0,5}" - }, - { - "npc_id": "2036", - "loc_data": "{3569,9674,0,0,0}-{3561,9677,0,0,6}-{3535,9686,0,0,6}-{3535,9698,0,0,1}-{3576,9677,0,0,3}-{3577,9679,0,0,1}-{3568,9691,0,0,2}-{3560,9694,0,0,6}-{3570,9682,0,0,1}-{3569,9687,0,0,2}-{3550,9711,0,0,5}-{3551,9708,0,0,6}-{3548,9713,0,0,6}-{3537,9711,0,0,4}-{3535,9702,0,0,7}-{3553,9722,0,0,4}-{3567,9712,0,0,5}-{3569,9704,0,0,6}-{3579,9693,0,0,7}-{3534,9675,0,0,2}-{3526,9711,0,0,1}-{3566,9668,0,0,4}" - }, - { - "npc_id": "2037", - "loc_data": "{3543,9677,0,0,3}-{3572,9680,0,0,7}-{3559,9677,0,0,4}-{3535,9685,0,0,1}-{3537,9693,0,0,1}-{3570,9697,0,0,2}-{3552,9713,0,0,6}-{3553,9711,0,0,3}-{3567,9708,0,0,6}-{3535,9679,0,0,1}-{3525,9683,0,0,6}" - }, - { - "npc_id": "2038", - "loc_data": "{2392,2984,0,0,0}" - }, - { - "npc_id": "2039", - "loc_data": "{2392,2984,0,0,0}" - }, - { - "npc_id": "2040", - "loc_data": "{2444,3047,0,0,0}" - }, - { - "npc_id": "2041", - "loc_data": "{2447,3050,0,0,0}" - }, - { - "npc_id": "2042", - "loc_data": "{2455,3048,0,0,0}" - }, - { - "npc_id": "2043", - "loc_data": "{2451,3030,0,0,0}-{2446,3040,0,0,0}" - }, - { - "npc_id": "2050", - "loc_data": "{2460,3046,0,0,0}-{2465,3052,0,0,0}" - }, - { - "npc_id": "2051", - "loc_data": "{2463,3053,0,0,0}" - }, - { - "npc_id": "2052", - "loc_data": "{2468,3045,0,0,0}" - }, - { - "npc_id": "2053", - "loc_data": "{2467,3051,0,0,0}" - }, - { - "npc_id": "2054", - "loc_data": "{2466,3046,0,0,0}" - }, - { - "npc_id": "2055", - "loc_data": "{2471,3056,0,0,0}" - }, - { - "npc_id": "2056", - "loc_data": "{2470,3040,0,0,0}" - }, - { - "npc_id": "2059", - "loc_data": "{2588,3088,0,1,3}" - }, - { - "npc_id": "2082", - "loc_data": "{3210,3220,1,1,6}" - }, - { - "npc_id": "2180", - "loc_data": "{2997,9837,0,1,3}" - }, - { - "npc_id": "2234", - "loc_data": "{3081,3251,0,1,6}-{2636,3365,0,1,6}" - }, - { - "npc_id": "2235", - "loc_data": "{3241,3345,0,1,4}" - }, - { - "npc_id": "2236", - "loc_data": "{3078,3250,0,1,1}-{3081,3250,0,1,2}" - }, - { - "npc_id": "2237", - "loc_data": "{3249,3266,0,1,5}" - }, - { - "npc_id": "2240", - "loc_data": "{3077,3259,0,1,4}" - }, - { - "npc_id": "2241", - "loc_data": "{3078,3260,0,1,3}" - }, - { - "npc_id": "2242", - "loc_data": "{3076,3260,0,1,1}-{3078,3260,0,1,6}" - }, - { - "npc_id": "2243", - "loc_data": "{3078,3259,0,1,3}" - }, - { - "npc_id": "2244", - "loc_data": "{3233,3228,0,1,3}" - }, - { - "npc_id": "2245", - "loc_data": "{2505,3240,0,1,4}-{2512,3250,0,1,1}-{2506,3242,0,1,3}-{2510,3252,0,1,4}-{2516,3248,0,1,1}-{2518,3245,0,1,7}-{2518,3245,0,1,1}-{2517,3242,0,1,6}-{2523,3241,0,1,4}-{2525,3241,0,1,1}-{2515,3256,0,1,6}-{2519,3257,0,1,4}" - }, - { - "npc_id": "2246", - "loc_data": "{2521,3239,0,1,5}" - }, - { - "npc_id": "2247", - "loc_data": "{2543,3225,0,1,7}-{2553,3220,0,1,3}-{2545,3220,0,1,4}-{2525,3220,0,1,4}-{2518,3218,0,1,1}" - }, - { - "npc_id": "2248", - "loc_data": "{2540,3218,0,1,1}-{2515,3216,0,1,1}-{2512,3215,0,1,7}" - }, - { - "npc_id": "2249", - "loc_data": "{2530,3224,0,1,4}-{2524,3221,0,1,2}-{2543,3217,0,1,4}-{2530,3212,0,1,4}-{2557,3234,0,1,4}-{2540,3226,0,1,5}-{2532,3213,0,1,4}-{2527,3201,0,1,6}-{2544,3216,0,1,6}-{2519,3222,0,1,6}-{2526,3227,0,1,4}-{2550,3234,0,1,3}-{2553,3220,0,1,3}-{2521,3202,0,1,6}-{2525,3220,0,1,4}-{2544,3230,0,1,3}-{2547,3212,0,1,4}-{2545,3212,0,1,0}-{2540,3208,0,1,4}-{2533,3202,0,1,6}-{2536,3236,0,1,6}-{2525,3204,0,1,0}-{2539,3238,0,1,4}" - }, - { - "npc_id": "2250", - "loc_data": "{2525,3209,0,1,4}-{2558,3228,0,1,4}-{2543,3212,0,1,3}-{2538,3223,0,1,0}-{2527,3201,0,1,7}-{2517,3222,0,1,3}-{2547,3231,0,1,6}-{2550,3220,0,1,4}-{2538,3224,0,1,3}-{2545,3213,0,1,0}-{2542,3208,0,1,5}" - }, - { - "npc_id": "2251", - "loc_data": "{2520,3217,0,1,3}-{2524,3209,0,1,1}-{2529,3200,0,1,5}-{2530,3209,0,1,1}-{2519,3223,0,1,4}-{2518,3224,0,1,2}-{2527,3201,0,1,7}-{2521,3202,0,1,4}-{2542,3208,0,1,4}-{2539,3233,0,1,6}" - }, - { - "npc_id": "2252", - "loc_data": "{3199,3302,0,1,3}-{3079,3257,0,1,1}-{3091,3250,0,1,6}-{3137,3254,0,1,0}" - }, - { - "npc_id": "2256", - "loc_data": "{2571,3305,0,1,7}-{2572,3297,0,1,2}-{2572,3304,0,1,1}-{2577,3308,0,1,6}-{2582,3287,0,1,3}-{2582,3299,0,1,0}-{2583,3292,0,1,4}-{2572,3292,1,1,1}-{2577,3295,1,1,6}-{2576,3286,1,1,1}-{2585,3289,1,1,7}-{2585,3304,1,1,1}-{2582,3306,1,1,5}-{2582,3286,1,1,3}-{2653,3315,0,1,6}-{2658,3306,0,1,4}" - }, - { - "npc_id": "2257", - "loc_data": "{3105,3554,0,1,1}" - }, - { - "npc_id": "2260", - "loc_data": "{3259,3385,0,1,6}" - }, - { - "npc_id": "2262", - "loc_data": "{3039,4834,0,0,7}" - }, - { - "npc_id": "2263", - "loc_data": "{3037,4906,0,1,2}-{3021,4812,0,1,5}-{3057,4875,0,0,6}-{3014,4838,0,1,6}-{3016,4892,0,1,6}-{3058,4877,0,0,6}-{3051,4874,0,1,0}-{3061,4836,0,1,4}-{3029,4890,0,1,6}-{3032,4901,0,1,2}-{3024,4916,0,1,3}-{3020,4903,0,1,4}-{3061,4883,0,0,3}-{3058,4889,0,0,3}-{3053,4896,0,0,3}-{3038,4871,0,1,6}-{3053,4900,0,0,7}-{3017,4812,0,1,6}-{3061,4842,0,1,3}-{3048,4808,0,1,3}-{3021,4847,0,1,6}-{3054,4849,0,1,6}-{3055,4915,0,0,5}-{3015,4833,0,1,0}-{3035,4854,0,1,6}-{3016,4829,0,1,4}-{3037,4906,0,0,5}-{3040,4810,0,1,3}-{3047,4886,0,1,4}-{3059,4815,0,1,1}-{3033,4884,0,1,4}-{3027,4851,0,1,6}-{3020,4819,0,1,4}-{3020,4845,0,1,2}-{3061,4829,0,1,0}-{3030,4877,0,1,2}-{3026,4879,0,1,3}-{3024,4879,0,1,3}-{3018,4842,0,1,4}" - }, - { - "npc_id": "2264", - "loc_data": "{3020,4888,0,1,3}-{3039,4871,0,1,4}-{3049,4921,0,1,7}-{3019,4877,0,1,6}-{3017,4893,0,1,7}-{3017,4821,0,1,4}-{3019,4898,0,1,4}-{3059,4813,0,1,0}-{3020,4912,0,1,2}-{3032,4808,0,1,3}-{3059,4820,0,1,3}-{3062,4828,0,1,6}-{3036,4856,0,1,7}-{3062,4837,0,1,5}-{3025,4850,0,1,1}-{3052,4859,0,1,1}-{3024,4813,0,1,4}-{3054,4915,0,1,7}-{3048,4854,0,1,3}-{3034,4852,0,1,1}-{3052,4898,0,1,1}-{3028,4808,0,1,1}-{3034,4905,0,1,4}-{3018,4843,0,1,2}-{3028,4851,0,1,0}-{3016,4831,0,1,1}-{3052,4896,0,1,3}-{3046,4901,0,1,2}-{3043,4810,0,1,3}-{3062,4884,0,1,6}-{3049,4873,0,1,1}-{3041,4871,0,1,1}" - }, - { - "npc_id": "2265", - "loc_data": "{3020,4914,0,1,2}-{3038,4809,0,1,6}-{3059,4890,0,1,3}-{3024,4850,0,1,3}-{3031,4901,0,1,7}-{3044,4915,0,1,6}-{3052,4808,0,1,5}-{3021,4847,0,1,3}-{3058,4811,0,1,4}-{3055,4848,0,1,0}-{3062,4822,0,1,6}-{3017,4837,0,1,3}-{3044,4883,0,1,4}-{3017,4817,0,1,7}-{3025,4812,0,1,1}-{3039,4885,0,1,1}-{3048,4917,0,1,5}-{3060,4825,0,1,3}-{3059,4888,0,1,5}-{3047,4874,0,1,2}-{3062,4838,0,1,3}-{3055,4908,0,1,5}-{3016,4876,0,1,1}-{3029,4890,0,1,5}-{3059,4906,0,1,1}-{3021,4875,0,1,3}-{3032,4903,0,1,3}-{3054,4850,0,1,6}-{3026,4914,0,1,6}" - }, - { - "npc_id": "2266", - "loc_data": "{3053,4978,1,1,1}" - }, - { - "npc_id": "2270", - "loc_data": "{3048,4975,1,1,6}" - }, - { - "npc_id": "2271", - "loc_data": "{3045,4971,1,0,4}" - }, - { - "npc_id": "2274", - "loc_data": "{3243,3245,0,1,4}" - }, - { - "npc_id": "2275", - "loc_data": "{3244,3248,0,1,1}" - }, - { - "npc_id": "2276", - "loc_data": "{3243,3247,0,1,1}" - }, - { - "npc_id": "2277", - "loc_data": "{3248,3247,0,1,4}" - }, - { - "npc_id": "2278", - "loc_data": "{3247,3244,0,1,2}" - }, - { - "npc_id": "2279", - "loc_data": "{3244,3247,0,1,3}" - }, - { - "npc_id": "2280", - "loc_data": "{3245,3244,0,1,4}" - }, - { - "npc_id": "2281", - "loc_data": "{3246,3245,0,1,4}" - }, - { - "npc_id": "2290", - "loc_data": "{2997,3373,0,0,0}" - }, - { - "npc_id": "2291", - "loc_data": "{3311,3109,0,0,3}" - }, - { - "npc_id": "2292", - "loc_data": "{3182,3043,0,0,3}" - }, - { - "npc_id": "2293", - "loc_data": "{3469,3111,0,1,6}" - }, - { - "npc_id": "2294", - "loc_data": "{3350,3004,0,0,6}" - }, - { - "npc_id": "2296", - "loc_data": "{3399,2916,0,0,6}" - }, - { - "npc_id": "2298", - "loc_data": "{3287,2813,0,1,1}" - }, - { - "npc_id": "2301", - "loc_data": "{3310,3107,0,1,4}-{3181,3043,0,1,3}" - }, - { - "npc_id": "2304", - "loc_data": "{3038,3292,0,1,6}" - }, - { - "npc_id": "2305", - "loc_data": "{2821,3463,0,1,3}" - }, - { - "npc_id": "2306", - "loc_data": "{2643,3363,0,0,5}" - }, - { - "npc_id": "2307", - "loc_data": "{3627,3526,0,1,6}" - }, - { - "npc_id": "2310", - "loc_data": "{3025,3312,0,1,4}-{3043,3308,0,1,6}-{3023,3297,0,1,5}-{2928,3282,0,1,1}-{2927,3269,0,1,1}" - }, - { - "npc_id": "2312", - "loc_data": "{3014,3292,0,0,0}" - }, - { - "npc_id": "2313", - "loc_data": "{3020,3297,0,1,6}-{3040,3296,0,1,3}-{3031,3283,0,1,4}-{3020,3288,0,1,0}" - }, - { - "npc_id": "2314", - "loc_data": "{3018,3296,0,1,1}-{3016,3288,0,1,4}-{3030,3287,0,1,4}-{3017,3282,0,1,3}-{2549,3566,0,1,2}-{2553,3564,0,1,4}" - }, - { - "npc_id": "2315", - "loc_data": "{3018,3282,0,1,5}-{3037,3289,0,1,1}-{2551,3562,0,1,1}-{2554,3561,0,1,3}" - }, - { - "npc_id": "2316", - "loc_data": "{3015,3311,0,1,4}" - }, - { - "npc_id": "2317", - "loc_data": "{3016,3309,0,1,6}" - }, - { - "npc_id": "2318", - "loc_data": "{3017,3307,0,0,0}" - }, - { - "npc_id": "2319", - "loc_data": "{3017,3309,0,0,0}" - }, - { - "npc_id": "2323", - "loc_data": "{3056,3306,0,1,1}" - }, - { - "npc_id": "2324", - "loc_data": "{2807,3464,0,1,3}" - }, - { - "npc_id": "2325", - "loc_data": "{2664,3374,0,1,1}" - }, - { - "npc_id": "2326", - "loc_data": "{3600,3527,0,1,1}" - }, - { - "npc_id": "2327", - "loc_data": "{2814,3337,0,1,6}" - }, - { - "npc_id": "2329", - "loc_data": "{1702,4823,0,0,6}" - }, - { - "npc_id": "2330", - "loc_data": "{2766,3211,0,0,0}" - }, - { - "npc_id": "2331", - "loc_data": "{2860,3430,0,1,4}" - }, - { - "npc_id": "2332", - "loc_data": "{2573,3102,0,1,4}" - }, - { - "npc_id": "2333", - "loc_data": "{3226,3311,0,0,0}" - }, - { - "npc_id": "2334", - "loc_data": "{2662,3525,0,1,1}" - }, - { - "npc_id": "2335", - "loc_data": "{3181,3359,0,0,0}" - }, - { - "npc_id": "2336", - "loc_data": "{2938,3221,0,1,0}" - }, - { - "npc_id": "2337", - "loc_data": "{2615,3855,0,0,3}" - }, - { - "npc_id": "2338", - "loc_data": "{2615,3229,0,0,0}" - }, - { - "npc_id": "2339", - "loc_data": "{2934,3438,0,1,6}" - }, - { - "npc_id": "2340", - "loc_data": "{3007,3373,0,1,4}" - }, - { - "npc_id": "2341", - "loc_data": "{3229,3456,0,0,0}" - }, - { - "npc_id": "2342", - "loc_data": "{3196,3231,0,1,4}" - }, - { - "npc_id": "2343", - "loc_data": "{2473,3446,0,1,6}" - }, - { - "npc_id": "2344", - "loc_data": "{2490,3183,0,1,3}" - }, - { - "npc_id": "2353", - "loc_data": "{2324,3179,0,1,5}" - }, - { - "npc_id": "2355", - "loc_data": "{2353,3163,0,0,4}" - }, - { - "npc_id": "2359", - "loc_data": "{2335,3169,0,1,3}" - }, - { - "npc_id": "2360", - "loc_data": "{2335,3174,0,1,4}-{2322,3172,0,1,5}" - }, - { - "npc_id": "2361", - "loc_data": "{2345,3172,0,1,2}-{2340,3178,0,1,3}" - }, - { - "npc_id": "2362", - "loc_data": "{2330,3163,0,1,3}" - }, - { - "npc_id": "2372", - "loc_data": "{2044,4632,0,1,3}" - }, - { - "npc_id": "2374", - "loc_data": "{2041,4632,0,1,3}-{2037,4630,0,1,3}-{2041,4644,0,1,4}" - }, - { - "npc_id": "2385", - "loc_data": "{3112,3159,0,0,0}" - }, - { - "npc_id": "2386", - "loc_data": "{3051,3496,1,0,0}" - }, - { - "npc_id": "2389", - "loc_data": "{3219,3677,0,0,0}" - }, - { - "npc_id": "2392", - "loc_data": "{3043,3204,0,0,0}" - }, - { - "npc_id": "2414", - "loc_data": "{3263,3400,1,0,0}" - }, - { - "npc_id": "2435", - "loc_data": "{2621,3682,0,0,6}" - }, - { - "npc_id": "2438", - "loc_data": "{2544,3761,0,0,6}" - }, - { - "npc_id": "2439", - "loc_data": "{2659,3657,0,1,3}" - }, - { - "npc_id": "2440", - "loc_data": "{2545,10141,0,0,6}" - }, - { - "npc_id": "2443", - "loc_data": "{2543,10143,0,0,3}" - }, - { - "npc_id": "2446", - "loc_data": "{2545,10145,0,0,6}" - }, - { - "npc_id": "2449", - "loc_data": "{2546,10144,0,0,1}-{2546,10142,0,0,6}" - }, - { - "npc_id": "2452", - "loc_data": "{2526,10166,0,1,6}" - }, - { - "npc_id": "2453", - "loc_data": "{2521,10160,0,0,1}-{2535,10163,0,0,6}-{2520,10165,0,0,3}-{2533,10162,0,0,3}-{2545,10158,0,0,5}-{2547,10151,0,0,3}-{2543,10166,0,0,3}-{2538,10160,0,0,6}-{2506,10163,0,0,3}-{2516,10163,0,0,3}-{2498,10164,0,0,5}-{2544,10160,0,0,0}-{2525,10162,0,0,3}-{2530,10161,0,0,0}-{2537,10167,0,0,7}-{2519,10163,0,0,3}-{2511,10163,0,0,3}-{2530,10161,0,0,7}-{2524,10166,0,0,3}-{2508,10159,0,0,0}-{1846,4405,3,0,2}-{1839,4400,3,0,3}-{1835,4394,3,0,3}-{1834,4406,3,0,1}-{1843,4406,3,0,2}-{1899,4372,0,0,2}-{1888,4362,0,0,7}-{1896,4362,0,0,2}-{1897,4368,0,0,5}" - }, - { - "npc_id": "2455", - "loc_data": "{2457,10139,0,1,2}-{2465,10133,0,1,4}-{2449,10148,0,1,1}-{2471,10133,0,1,6}-{2446,10145,0,1,4}-{2443,10148,0,1,1}-{2452,10161,0,1,3}-{2444,10145,0,1,1}-{2462,10163,0,1,3}-{2446,10141,0,1,3}-{2454,10149,0,1,0}-{2476,10155,0,1,4}-{2456,10153,0,1,0}-{2485,10142,0,1,3}-{2457,10152,0,1,4}-{2485,10126,0,1,4}-{2475,10148,0,1,3}-{2471,10160,0,1,1}-{2453,10145,0,1,3}-{2463,10158,0,1,4}-{2457,10163,0,1,2}-{2471,10154,0,1,6}-{2476,10151,0,1,7}-{2479,10154,0,1,1}-{2486,10158,0,1,4}-{2485,10165,0,1,5}-{2485,10153,0,1,4}-{2474,10140,0,1,7}-{2466,10130,0,1,6}-{2464,10138,0,1,6}-{2486,10150,0,1,6}-{2473,10127,0,1,4}-{2483,10126,0,1,3}-{2456,10133,0,1,6}-{2467,10163,0,1,6}-{2477,10143,0,1,3}-{2489,10139,0,1,4}-{2486,10127,0,1,1}-{2480,10141,0,1,7}-{2490,10155,0,1,3}-{2459,10133,0,1,3}-{2455,10163,0,1,0}-{2496,10166,0,1,1}-{2494,10162,0,1,1}-{2502,10167,0,1,1}-{2493,10132,0,1,3}-{2499,10162,0,1,0}-{2502,10159,0,1,1}-{2502,10166,0,1,4}-{2494,10129,0,1,5}-{2496,10130,0,1,3}-{2498,10128,0,1,1}-{2497,10126,0,1,4}-{2499,10128,0,1,5}-{2501,10126,0,1,3}-{2506,10125,0,1,4}-{2506,10127,0,1,4}-{2507,10128,0,1,3}-{2507,10126,0,1,6}-{2511,10126,0,1,0}-{2513,10126,0,1,4}-{2517,10129,0,1,3}-{2513,10127,0,1,3}-{2516,10124,0,1,4}-{2520,10122,0,1,5}-{2522,10126,0,1,3}-{2524,10129,0,1,4}-{2525,10125,0,1,4}-{2529,10122,0,1,4}-{2529,10124,0,1,2}-{2526,10126,0,1,3}-{2529,10130,0,1,6}-{2530,10127,0,1,5}-{2532,10121,0,1,0}-{2532,10123,0,1,3}-{2538,10126,0,1,0}-{2535,10125,0,1,7}-{2536,10127,0,1,1}-{2539,10130,0,1,6}-{2543,10130,0,1,6}-{2548,10131,0,1,1}-{2542,10128,0,1,3}-{1815,4405,2,1,6}-{1818,4403,2,1,3}-{1813,4404,2,1,7}-{1814,4407,2,1,7}-{1821,4393,2,1,1}-{1823,4389,2,1,1}-{1828,4387,2,1,3}-{1821,4392,2,1,0}-{1826,4391,2,1,0}-{1865,4377,2,1,1}-{1865,4397,1,1,6}-{1844,4360,1,1,4}-{1844,4361,1,1,5}-{1851,4360,1,1,3}-{1857,4360,1,1,1}-{1862,4362,1,1,1}-{1862,4362,1,1,7}-{1864,4366,1,1,1}-{1865,4383,2,1,4}-{1864,4390,1,1,1}-{1865,4408,1,1,4}-{1877,4410,1,1,1}-{1883,4411,1,1,4}-{1889,4410,1,1,4}-{1887,4374,0,1,6}-{1890,4372,0,1,4}-{1890,4366,0,1,4}-{1896,4371,0,1,3}-{1890,4364,0,1,7}-{1831,4378,3,1,2}-{1838,4379,3,1,2}-{1824,4376,3,1,1}-{1832,4380,3,1,6}-{1844,4373,2,1,4}-{1849,4381,2,1,4}-{1846,4374,2,1,1}" - }, - { - "npc_id": "2456", - "loc_data": "{2452,10145,0,0,4}-{2445,10138,0,0,7}" - }, - { - "npc_id": "2457", - "loc_data": "{2500,10148,0,1,3}-{2505,10150,0,1,2}-{2510,10148,0,1,1}-{2511,10147,0,1,6}-{2517,10151,0,1,3}-{2519,10143,0,1,7}-{2529,10148,0,1,3}-{2528,10144,0,1,0}-{2532,10145,0,1,1}-{2532,10140,0,1,7}-{2520,10144,0,1,2}-{1804,4369,2,1,2}-{1812,4363,2,1,5}-{1817,4368,2,1,6}-{1801,4404,3,1,6}-{1805,4405,3,1,1}-{1803,4404,3,1,7}-{1811,4394,1,1,7}-{1804,4391,1,1,2}-{1798,4391,1,1,4}-{1802,4389,1,1,4}-{1799,4386,2,1,1}-{1799,4381,2,1,6}-{1798,4375,1,1,4}-{1803,4376,1,1,6}-{1797,4380,1,1,6}-{1902,4367,0,1,6}-{1894,4367,0,1,1}-{1893,4361,0,1,3}-{1886,4369,0,1,1}-{1848,4394,1,1,3}-{1850,4389,1,1,1}-{1850,4391,1,1,2}" - }, - { - "npc_id": "2424", - "loc_data": "{2871,10187,0,1,0}" - }, - { - "npc_id": "1843", - "loc_data": "{2841,10129,0,1,0}" - }, - { - "npc_id": "1844", - "loc_data": "{2840,10127,0,1,0}" - }, - { - "npc_id": "2205", - "loc_data": "{2839,10128,0,1,0}" - }, - { - "npc_id": "2154", - "loc_data": "{2839,10128,0,1,0}" - }, - { - "npc_id": "2458", - "loc_data": "{2599,4774,0,0,3}" - }, - { - "npc_id": "2459", - "loc_data": "{2604,4772,0,1,4}-{2606,4771,0,1,6}-{2604,4769,0,1,2}" - }, - { - "npc_id": "2460", - "loc_data": "{2600,4778,0,1,1}-{2607,4777,0,1,1}" - }, - { - "npc_id": "2461", - "loc_data": "{2597,4776,0,1,1}-{2606,4771,0,1,1}" - }, - { - "npc_id": "2462", - "loc_data": "{2596,4773,0,1,2}-{2602,4771,0,1,6}-{2596,4780,0,1,4}" - }, - { - "npc_id": "2482", - "loc_data": "{3057,3902,0,1,3}" - }, - { - "npc_id": "2483", - "loc_data": "{2914,3116,0,0,0}" - }, - { - "npc_id": "2484", - "loc_data": "{2782,3058,0,0,0}" - }, - { - "npc_id": "2486", - "loc_data": "{2789,3055,0,0,0}" - }, - { - "npc_id": "2487", - "loc_data": "{2848,3042,0,0,0}" - }, - { - "npc_id": "2488", - "loc_data": "{2799,3058,0,0,0}" - }, - { - "npc_id": "2489", - "loc_data": "{3781,3031,0,1,5}-{3775,3033,0,1,4}-{3780,3022,0,1,1}-{3788,3011,0,1,2}-{3793,3019,0,1,5}-{3766,3010,0,1,4}-{3764,3020,0,1,1}-{3779,3045,0,1,1}-{3784,3040,0,1,3}-{3802,3037,0,1,2}-{3808,3026,0,1,3}-{3799,3024,0,1,4}-{3749,3000,0,1,6}-{3738,3010,0,1,3}-{3723,2998,0,1,2}-{3731,2991,0,1,1}-{3703,3040,0,1,3}-{3706,3051,0,1,1}-{3664,3013,0,1,7}-{3720,3040,0,1,6}-{3719,3045,0,1,6}" - }, - { - "npc_id": "2490", - "loc_data": "{3782,3016,0,1,7}" - }, - { - "npc_id": "2491", - "loc_data": "{2679,3080,0,1,6}-{2684,3084,0,1,4}-{2682,3093,0,1,4}-{2678,3095,0,1,3}-{2679,3102,0,1,1}-{2681,3110,0,1,4}-{2683,3115,0,1,6}-{2675,3108,0,1,3}-{2671,3109,0,1,3}-{2671,3113,0,1,4}-{2676,3090,0,1,4}-{2670,3088,0,1,6}-{2671,3086,0,1,6}-{2664,3088,0,1,7}-{2660,3086,0,1,6}-{2662,3088,0,1,6}-{2670,3082,0,1,7}-{2674,3081,0,1,3}-{2663,3086,0,1,6}-{2679,3082,0,1,1}-{2682,3093,0,1,3}" - }, - { - "npc_id": "2504", - "loc_data": "{2796,3077,1,1,3}" - }, - { - "npc_id": "2507", - "loc_data": "{2794,3077,0,1,6}" - }, - { - "npc_id": "2510", - "loc_data": "{2786,3075,1,1,4}" - }, - { - "npc_id": "2513", - "loc_data": "{2796,3088,0,1,7}" - }, - { - "npc_id": "2516", - "loc_data": "{2791,3102,0,1,3}" - }, - { - "npc_id": "2519", - "loc_data": "{2794,3064,0,1,5}" - }, - { - "npc_id": "2522", - "loc_data": "{2758,3099,0,1,1}" - }, - { - "npc_id": "2525", - "loc_data": "{2800,3048,0,1,2}" - }, - { - "npc_id": "2528", - "loc_data": "{2816,3085,0,1,3}" - }, - { - "npc_id": "2531", - "loc_data": "{2784,3089,0,1,1}" - }, - { - "npc_id": "2547", - "loc_data": "{3109,9942,0,1,4}-{3111,9938,0,1,4}-{3116,9926,0,1,4}-{2615,9525,0,1,4}-{2615,9521,0,1,1}" - }, - { - "npc_id": "2548", - "loc_data": "{3349,2970,0,0,4}-{3358,2987,0,0,4}" - }, - { - "npc_id": "2549", - "loc_data": "{3364,3001,0,0,6}" - }, - { - "npc_id": "2568", - "loc_data": "{2729,3495,0,0,6}-{2724,3495,0,0,6}-{2728,3495,0,0,6}-{2721,3495,0,0,6}" - }, - { - "npc_id": "2569", - "loc_data": "{2727,3495,0,0,6}-{2722,3495,0,0,6}" - }, - { - "npc_id": "2572", - "loc_data": "{3079,3250,0,1,2}" - }, - { - "npc_id": "2574", - "loc_data": "{3087,3247,0,0,7}" - }, - { - "npc_id": "2580", - "loc_data": "{2889,3436,0,0,0}" - }, - { - "npc_id": "2591", - "loc_data": "{4786,5106,0,1,6}-{2474,5145,0,1,2}" - }, - { - "npc_id": "2592", - "loc_data": "{4680,5117,0,1,6}-{2461,5142,0,1,6}" - }, - { - "npc_id": "2594", - "loc_data": "{4703,5123,0,1,5}-{4680,5126,0,1,7}-{4730,5077,0,1,5}" - }, - { - "npc_id": "2595", - "loc_data": "{4699,5100,0,1,6}-{4647,5132,0,1,7}-{4633,5069,0,1,4}-{4757,5100,0,1,2}" - }, - { - "npc_id": "2596", - "loc_data": "{4628,5117,0,1,4}-{4787,5118,0,1,7}-{2483,5155,0,1,4}" - }, - { - "npc_id": "2597", - "loc_data": "{4621,5094,0,1,5}-{2446,5144,0,1,1}-{2470,5141,0,1,6}" - }, - { - "npc_id": "2598", - "loc_data": "{2485,5159,0,1,4}-{2489,5155,0,1,1}-{2471,5144,0,1,3}-{2476,5153,0,1,0}-{2477,5150,0,1,1}" - }, - { - "npc_id": "2600", - "loc_data": "{4656,5125,0,1,5}-{4711,5072,0,1,4}-{4751,5087,0,1,3}" - }, - { - "npc_id": "2601", - "loc_data": "{4676,5123,0,1,5}-{4693,5127,0,1,7}-{4724,5107,0,1,5}-{4788,5110,0,1,4}" - }, - { - "npc_id": "2602", - "loc_data": "{4668,5133,0,1,7}-{4627,5122,0,1,5}-{4714,5113,0,1,6}-{4752,5074,0,1,7}-{4789,5122,0,1,2}" - }, - { - "npc_id": "2603", - "loc_data": "{4711,5086,0,1,2}-{4760,5091,0,1,4}" - }, - { - "npc_id": "2604", - "loc_data": "{2439,5170,0,1,3}-{2451,5170,0,1,3}-{2453,5161,0,1,6}-{2460,5160,0,1,7}-{2457,5155,0,1,3}-{2480,5168,0,1,6}-{2469,5166,0,1,1}-{2490,5173,0,1,3}-{2488,5171,0,1,4}-{2483,5156,0,1,3}-{2470,5147,0,1,4}-{2468,5139,0,1,7}-{2458,5141,0,1,3}-{2454,5141,0,1,1}-{2452,5124,0,1,3}-{2454,5122,0,1,2}-{2453,5143,0,1,3}-{2443,5144,0,1,6}" - }, - { - "npc_id": "2605", - "loc_data": "{4633,5125,0,1,7}-{4631,5088,0,1,7}-{4760,5074,0,1,4}" - }, - { - "npc_id": "2606", - "loc_data": "{4670,5081,0,1,6}-{4642,5115,0,1,7}-{4756,5086,0,1,4}" - }, - { - "npc_id": "2607", - "loc_data": "{4638,5095,0,1,2}-{4647,5141,0,1,4}-{4699,5141,0,1,3}-{4774,5098,0,1,3}" - }, - { - "npc_id": "2608", - "loc_data": "{4656,5091,0,1,5}-{4637,5093,0,1,0}" - }, - { - "npc_id": "2609", - "loc_data": "{4691,5090,0,1,7}-{4617,5073,0,1,6}-{4711,5125,0,1,4}-{4727,5082,0,1,6}-{4748,5070,0,1,4}-{2440,5128,0,1,3}-{2436,5133,0,1,3}-{2450,5168,0,1,2}-{2443,5170,0,1,4}-{2445,5177,0,1,3}" - }, - { - "npc_id": "2610", - "loc_data": "{2446,5169,0,1,4}-{2458,5159,0,1,3}-{2466,5166,0,1,7}-{2471,5166,0,1,3}-{2478,5164,0,1,4}-{2490,5174,0,1,4}-{2485,5159,0,1,5}-{2442,5173,0,1,0}-{2440,5171,0,1,7}-{2440,5170,0,1,3}" - }, - { - "npc_id": "2611", - "loc_data": "{4646,5107,0,1,6}-{4683,5098,0,1,4}-{4690,5113,0,1,5}-{4720,5118,0,1,7}-{4716,5097,0,1,5}-{4762,5088,0,1,0}" - }, - { - "npc_id": "2614", - "loc_data": "{4666,5082,0,1,0}-{4669,5103,0,1,2}-{4664,5121,0,1,4}-{4639,5074,0,1,3}-{4704,5077,0,1,5}-{4688,5016,0,1,3}" - }, - { - "npc_id": "2615", - "loc_data": "{4695,5128,0,1,7}-{4625,5084,0,1,7}-{4628,5134,0,1,3}-{4725,5067,0,1,5}-{4748,5076,0,1,6}-{4790,5127,0,1,0}" - }, - { - "npc_id": "2616", - "loc_data": "{4673,5114,0,1,1}-{4631,5106,0,1,0}-{2441,5130,0,1,1}-{2438,5135,0,1,6}-{2443,5138,0,1,2}" - }, - { - "npc_id": "2617", - "loc_data": "{4611,5132,0,1,5}-{2440,5168,0,0,1}" - }, - { - "npc_id": "2618", - "loc_data": "{4603,5065,0,1,1}-{2399,5178,0,1,6}" - }, - { - "npc_id": "2619", - "loc_data": "{2446,5179,0,0,6}-{4644,5149,0,1,7}-{2418,5203,0,1,6}" - }, - { - "npc_id": "2620", - "loc_data": "{4701,5153,0,1,0}-{2478,5146,0,1,2}" - }, - { - "npc_id": "2622", - "loc_data": "{4689,5173,0,0,0}-{2464,5149,0,0,7}" - }, - { - "npc_id": "2623", - "loc_data": "{4655,5172,0,1,0}-{2462,5125,0,1,5}" - }, - { - "npc_id": "2624", - "loc_data": "{4718,5148,0,1,6}-{4708,5173,0,1,6}-{4716,5178,0,1,7}-{4726,5173,0,1,0}-{4730,5163,0,1,3}-{4726,5153,0,1,5}" - }, - { - "npc_id": "2625", - "loc_data": "{4668,5177,0,1,4}-{4676,5177,0,1,2}" - }, - { - "npc_id": "2634", - "loc_data": "{3095,3252,0,0,0}" - }, - { - "npc_id": "2652", - "loc_data": "{2868,3579,0,0,0}-{2851,3582,0,0,0}" - }, - { - "npc_id": "2660", - "loc_data": "{3208,3496,0,1,3}" - }, - { - "npc_id": "2674", - "loc_data": "{3017,3231,0,1,1}" - }, - { - "npc_id": "2676", - "loc_data": "{2914,3322,0,0,0}" - }, - { - "npc_id": "2677", - "loc_data": "{2945,3307,0,0,0}" - }, - { - "npc_id": "2678", - "loc_data": "{2988,3210,0,1,7}" - }, - { - "npc_id": "2679", - "loc_data": "{3000,3222,0,1,1}" - }, - { - "npc_id": "2680", - "loc_data": "{2985,3193,0,1,1}-{2582,9836,0,1,2}" - }, - { - "npc_id": "2681", - "loc_data": "{2991,3199,0,1,3}" - }, - { - "npc_id": "2682", - "loc_data": "{1866,4237,0,1,0}-{1866,4240,0,1,0}-{1867,4243,0,1,0}-{2950,3204,0,1,5}-{2971,3212,0,1,4}-{2960,3201,0,1,1}-{2959,3202,0,1,4}-{2904,3208,0,1,0}-{2956,3203,0,1,1}-{2969,3204,0,1,4}" - }, - { - "npc_id": "2683", - "loc_data": "{2967,3212,1,0,7}" - }, - { - "npc_id": "2684", - "loc_data": "{2965,3213,1,0,0}" - }, - { - "npc_id": "2685", - "loc_data": "{3124,9873,0,1,3}-{2911,3285,0,1,1}" - }, - { - "npc_id": "2686", - "loc_data": "{2907,3293,0,1,4}" - }, - { - "npc_id": "2687", - "loc_data": "{2907,3293,0,1,6}-{2908,3290,0,1,3}" - }, - { - "npc_id": "2688", - "loc_data": "{3127,9874,0,1,4}-{2906,3288,0,1,1}-{2910,3293,0,1,4}" - }, - { - "npc_id": "2689", - "loc_data": "{2918,3319,0,0,0}" - }, - { - "npc_id": "2690", - "loc_data": "{3048,3258,0,1,3}" - }, - { - "npc_id": "2691", - "loc_data": "{3048,3256,0,1,4}" - }, - { - "npc_id": "2692", - "loc_data": "{3049,3256,0,0,0}" - }, - { - "npc_id": "2693", - "loc_data": "{3214,3313,0,1,0}-{3214,3320,0,1,0}-{3215,3303,0,1,0}-{3219,3285,0,1,0}-{3219,3288,0,1,0}-{3234,3267,0,1,0}-{3234,3268,0,1,0}-{3238,3238,0,1,0}-{3238,3246,0,1,0}-{3239,3235,0,1,0}-{2976,3359,0,1,0}-{2977,3357,0,1,0}-{2988,3383,0,1,1}-{2992,3385,0,1,3}-{3015,3285,0,1,0}" - }, - { - "npc_id": "2695", - "loc_data": "{3013,3192,0,1,1}" - }, - { - "npc_id": "2696", - "loc_data": "{3013,3196,0,1,1}" - }, - { - "npc_id": "2697", - "loc_data": "{3018,3189,0,1,4}" - }, - { - "npc_id": "2698", - "loc_data": "{3018,3181,0,1,6}" - }, - { - "npc_id": "2699", - "loc_data": "{3037,2982,0,0,6}-{3036,2979,0,0,6}" - }, - { - "npc_id": "2700", - "loc_data": "{3037,2982,0,0,6}" - }, - { - "npc_id": "2704", - "loc_data": "{3019,3185,0,0,0}-{3034,2979,0,0,1}-{3033,2980,1,0,4}-{3032,2979,0,0,1}-{3034,2985,0,0,1}-{3035,2982,0,0,1}" - }, - { - "npc_id": "2705", - "loc_data": "{3034,2985,1,0,1}" - }, - { - "npc_id": "2706", - "loc_data": "{3725,3015,0,1,4}-{3745,3026,0,1,6}-{3741,3033,0,1,6}-{3734,3045,0,1,1}-{3019,3145,0,1,3}-{3015,3142,0,1,4}-{3022,3139,0,1,4}" - }, - { - "npc_id": "2709", - "loc_data": "{3002,3266,0,1,6}" - }, - { - "npc_id": "2710", - "loc_data": "{3001,3268,0,1,4}" - }, - { - "npc_id": "2711", - "loc_data": "{3002,3268,0,1,4}" - }, - { - "npc_id": "2712", - "loc_data": "{3001,3268,0,1,3}" - }, - { - "npc_id": "2713", - "loc_data": "{3002,3267,0,1,2}" - }, - { - "npc_id": "2725", - "loc_data": "{2500,3488,0,1,2}" - }, - { - "npc_id": "2726", - "loc_data": "{2994,3138,0,1,0}" - }, - { - "npc_id": "2727", - "loc_data": "{2969,3146,0,1,0}" - }, - { - "npc_id": "2728", - "loc_data": "{3043,3235,0,1,7}" - }, - { - "npc_id": "2729", - "loc_data": "{3047,3234,0,1,7}" - }, - { - "npc_id": "2730", - "loc_data": "{2835,3335,0,0,5}" - }, - { - "npc_id": "2731", - "loc_data": "{2833,3335,0,0,3}" - }, - { - "npc_id": "2732", - "loc_data": "{2933,3281,0,1,1}" - }, - { - "npc_id": "2733", - "loc_data": "{2932,3286,0,1,1}" - }, - { - "npc_id": "2759", - "loc_data": "{3254,3418,0,0,0}-{3255,3418,0,0,0}-{3256,3418,0,0,0}-{3096,3493,0,0,0}-{3097,3494,0,0,0}-{3104,3368,0,0,0}-{3180,3438,0,0,0}-{3180,3442,0,0,0}-{3191,3441,0,0,0}-{3191,3437,0,0,0}-{3191,3445,0,0,0}" - }, - { - "npc_id": "2782", - "loc_data": "{1925,4636,0,1,7}" - }, - { - "npc_id": "2783", - "loc_data": "{1995,4660,0,1,7}-{1989,4660,0,1,0}-{1989,4664,0,1,7}-{1995,4660,0,1,2}-{1997,4664,0,1,3}-{1989,4658,0,1,0}-{2001,4646,0,1,4}-{2000,4645,0,1,3}-{1997,4644,0,1,1}-{2006,4639,0,1,6}-{1999,4636,0,1,3}" - }, - { - "npc_id": "2792", - "loc_data": "{3228,3412,0,0,0}" - }, - { - "npc_id": "2794", - "loc_data": "{2606,3100,0,0,0}" - }, - { - "npc_id": "2796", - "loc_data": "{3089,3124,0,0,3}-{3096,3108,0,0,6}-{3075,3091,0,0,6}-{3121,3103,0,0,1}-{3105,3095,0,0,3}" - }, - { - "npc_id": "2800", - "loc_data": "{2981,3190,0,0,0}" - }, - { - "npc_id": "2803", - "loc_data": "{3391,3066,0,1,6}-{3397,3054,0,1,6}-{3398,3060,0,1,0}-{3412,3059,0,1,3}" - }, - { - "npc_id": "2804", - "loc_data": "{3388,3067,0,1,0}-{3396,3064,0,1,6}-{3402,3063,0,1,1}-{3423,3019,0,1,3}-{3420,3015,0,1,6}-{3430,3014,0,1,2}-{3426,3020,0,0,0}-{3416,3013,0,1,4}-{3410,3016,0,1,6}" - }, - { - "npc_id": "2805", - "loc_data": "{3391,3071,0,1,2}-{3397,3069,0,1,2}-{3398,3068,0,1,1}-{3385,3064,0,1,6}-{3406,3064,0,1,6}-{3413,3053,0,1,6}-{3424,3061,0,1,2}-{3423,3020,0,1,0}-{3429,3019,0,0,0}" - }, - { - "npc_id": "2806", - "loc_data": "{3426,3052,0,1,4}-{3423,3044,0,1,3}-{3415,3018,0,1,5}-{3425,3009,0,1,3}" - }, - { - "npc_id": "2807", - "loc_data": "{3414,3045,0,1,1}-{3403,3050,0,1,4}-{3407,3058,0,1,3}-{3420,3022,0,0,0}" - }, - { - "npc_id": "2808", - "loc_data": "{3384,3072,0,1,2}-{3394,3076,0,1,1}-{3403,3069,0,1,1}-{3402,3061,0,1,1}-{3419,3006,0,1,4}" - }, - { - "npc_id": "2809", - "loc_data": "{3274,3168,0,1,0}" - }, - { - "npc_id": "2810", - "loc_data": "{3311,3208,0,1,0}" - }, - { - "npc_id": "2811", - "loc_data": "{3289,3209,0,1,0}" - }, - { - "npc_id": "2812", - "loc_data": "{3296,3227,0,0,0}" - }, - { - "npc_id": "2813", - "loc_data": "{3285,3201,0,0,0}" - }, - { - "npc_id": "2816", - "loc_data": "{3301,3190,0,0,0}" - }, - { - "npc_id": "2817", - "loc_data": "{3306,3197,0,0,0}" - }, - { - "npc_id": "2818", - "loc_data": "{3303,3204,0,0,0}" - }, - { - "npc_id": "2819", - "loc_data": "{3295,3193,0,0,0}" - }, - { - "npc_id": "2824", - "loc_data": "{3275,3193,0,0,0}" - }, - { - "npc_id": "2860", - "loc_data": "{2345,3165,0,1,4}" - }, - { - "npc_id": "2881", - "loc_data": "{2907,4440,0,1,6}" - }, - { - "npc_id": "2882", - "loc_data": "{2910,4457,0,1,6}" - }, - { - "npc_id": "2883", - "loc_data": "{2923,4443,0,1,4}" - }, - { - "npc_id": "2890", - "loc_data": "{1889,4411,0,0,4}-{1895,4409,0,0,2}-{1903,4409,0,0,3}-{1906,4407,0,0,5}-{1903,4400,0,0,1}-{1899,4400,0,0,2}-{1893,4398,0,0,2}-{1888,4386,0,0,6}-{1884,4383,0,0,5}-{1879,4376,0,0,5}-{1883,4376,0,0,1}-{1921,4368,0,0,2}-{1927,4362,0,0,7}-{1935,4360,0,0,7}-{1942,4356,0,0,7}-{1948,4355,0,0,7}-{1951,4358,0,0,2}-{1957,4365,0,0,2}-{1958,4368,0,0,2}" - }, - { - "npc_id": "2894", - "loc_data": "{2908,4435,0,0,1}-{2924,4436,0,0,5}-{2924,4460,0,0,6}-{2908,4463,0,0,3}-{2901,4458,0,0,3}-{2928,4441,0,0,3}-{2929,4449,0,0,6}-{2902,4437,0,0,1}" - }, - { - "npc_id": "2935", - "loc_data": "{3671,3484,0,1,4}" - }, - { - "npc_id": "2939", - "loc_data": "{2657,3701,0,1,0}" - }, - { - "npc_id": "2940", - "loc_data": "{2675,3671,0,1,3}" - }, - { - "npc_id": "2942", - "loc_data": "{3017,3234,0,1,7}" - }, - { - "npc_id": "2943", - "loc_data": "{3265,3400,0,0,0}" - }, - { - "npc_id": "2945", - "loc_data": "{2562,3319,0,0,0}" - }, - { - "npc_id": "2946", - "loc_data": "{3246,9865,0,1,1}" - }, - { - "npc_id": "2947", - "loc_data": "{3245,9868,0,1,3}" - }, - { - "npc_id": "2948", - "loc_data": "{3265,3403,0,0,0}" - }, - { - "npc_id": "2949", - "loc_data": "{2562,3320,0,0,0}" - }, - { - "npc_id": "2950", - "loc_data": "{3020,3229,0,0,7}" - }, - { - "npc_id": "2997", - "loc_data": "{3308,3511,1,1,1}" - }, - { - "npc_id": "2998", - "loc_data": "{2657,9641,0,1,0}" - }, - { - "npc_id": "2999", - "loc_data": "{2658,9634,0,1,1}" - }, - { - "npc_id": "3001", - "loc_data": "{2646,9639,0,1,4}" - }, - { - "npc_id": "3002", - "loc_data": "{2666,9630,0,1,6}" - }, - { - "npc_id": "3003", - "loc_data": "{2660,9624,0,1,6}" - }, - { - "npc_id": "3020", - "loc_data": "{3348,2942,0,1,3}" - }, - { - "npc_id": "3021", - "loc_data": "{2815,3466,0,0,3}-{2859,3431,0,0,0}-{2933,3434,0,1,4}-{3182,3354,0,0,0}-{3087,3352,0,0,0}-{3065,3255,0,0,0}-{3192,3229,0,0,0}-{3232,3459,0,0,3}-{3451,3475,0,0,6}-{2812,3333,0,1,4}-{3007,3371,0,1,2}-{3053,3304,0,0,1}-{2663,3374,0,0,4}-{3603,3529,0,0,6}-{2474,3446,0,1,4}-{2611,3859,0,0,6}-{2434,3415,0,1,3}-{2764,3210,0,1,1}-{2940,3225,0,0,6}-{2614,3226,0,0,4}-{3315,3205,0,0,6}-{2827,3692,0,1,5}-{2666,3521,0,1,4}-{2491,3177,0,0,1}" - }, - { - "npc_id": "3029", - "loc_data": "{3422,2937,0,1,1}" - }, - { - "npc_id": "3030", - "loc_data": "{3421,2912,0,0,1}" - }, - { - "npc_id": "3031", - "loc_data": "{3439,2890,0,0,3}" - }, - { - "npc_id": "3032", - "loc_data": "{3439,2927,0,1,5}" - }, - { - "npc_id": "3034", - "loc_data": "{3409,2929,1,1,4}" - }, - { - "npc_id": "3035", - "loc_data": "{3450,2895,0,0,3}" - }, - { - "npc_id": "3036", - "loc_data": "{3424,2900,0,1,3}" - }, - { - "npc_id": "3037", - "loc_data": "{3424,2906,0,0,1}" - }, - { - "npc_id": "3038", - "loc_data": "{3406,2924,0,1,3}" - }, - { - "npc_id": "3039", - "loc_data": "{3414,2907,0,1,3}" - }, - { - "npc_id": "3040", - "loc_data": "{3443,2914,0,0,3}" - }, - { - "npc_id": "3041", - "loc_data": "{3445,2910,0,0,1}" - }, - { - "npc_id": "3042", - "loc_data": "{3441,2920,0,1,4}" - }, - { - "npc_id": "3043", - "loc_data": "{3445,2917,0,0,3}" - }, - { - "npc_id": "3044", - "loc_data": "{3428,2928,0,1,5}" - }, - { - "npc_id": "3045", - "loc_data": "{3432,2912,0,0,1}" - }, - { - "npc_id": "3046", - "loc_data": "{3425,2891,0,0,4}-{3425,2894,0,0,4}-{3425,2893,0,0,4}-{3425,2889,0,0,4}" - }, - { - "npc_id": "3050", - "loc_data": "{3187,9758,0,1,3}" - }, - { - "npc_id": "3068", - "loc_data": "{3062,9550,0,1,5}-{3050,9554,0,1,7}-{3048,9545,0,1,4}-{3061,9542,0,1,3}-{3065,9548,0,1,1}-{3034,9544,0,1,4}-{3033,9552,0,1,3}-{3029,9545,0,1,7}-{3027,9555,0,1,3}" - }, - { - "npc_id": "3072", - "loc_data": "{3210,5562,0,1,3}-{3207,5448,0,1,3}-{3223,5446,0,1,4}" - }, - { - "npc_id": "3073", - "loc_data": "{3217,5442,0,1,4}-{3231,5444,0,1,0}" - }, - { - "npc_id": "3074", - "loc_data": "{3404,3492,0,0,6}" - }, - { - "npc_id": "3076", - "loc_data": "{3403,3492,0,0,0}" - }, - { - "npc_id": "3090", - "loc_data": "{3082,3442,0,0,0}" - }, - { - "npc_id": "3094", - "loc_data": "{3361,3306,0,1,6}" - }, - { - "npc_id": "3095", - "loc_data": "{3364,3309,0,1,3}-{3363,3317,1,1,1}" - }, - { - "npc_id": "3097", - "loc_data": "{3364,3304,0,1,6}" - }, - { - "npc_id": "3099", - "loc_data": "{3364,9626,2,1,1}" - }, - { - "npc_id": "3100", - "loc_data": "{3363,9646,0,1,1}" - }, - { - "npc_id": "3101", - "loc_data": "{3364,9644,1,1,6}" - }, - { - "npc_id": "3103", - "loc_data": "{3362,3318,1,0,6}" - }, - { - "npc_id": "3104", - "loc_data": "{3364,3310,0,1,1}-{3379,9627,0,1,0}-{3367,9647,2,1,4}" - }, - { - "npc_id": "3105", - "loc_data": "{3367,3304,1,1,1}-{3376,9655,0,1,7}" - }, - { - "npc_id": "3106", - "loc_data": "{3360,3305,1,1,3}-{3348,9654,0,1,4}-{3362,9648,2,1,4}" - }, - { - "npc_id": "3107", - "loc_data": "{3361,3306,0,1,3}-{3348,9626,0,1,6}" - }, - { - "npc_id": "3108", - "loc_data": "{2549,3100,0,0,4}" - }, - { - "npc_id": "3109", - "loc_data": "{2551,3079,0,1,3}" - }, - { - "npc_id": "3110", - "loc_data": "{2789,3175,0,0,4}" - }, - { - "npc_id": "3111", - "loc_data": "{2788,3176,0,0,0}" - }, - { - "npc_id": "3114", - "loc_data": "{2815,3344,0,1,3}" - }, - { - "npc_id": "3123", - "loc_data": "{3344,2827,0,1,5}" - }, - { - "npc_id": "3124", - "loc_data": "{3372,2847,1,0,3}" - }, - { - "npc_id": "3125", - "loc_data": "{3366,2845,3,0,6}" - }, - { - "npc_id": "3127", - "loc_data": "{3331,2948,0,1,4}" - }, - { - "npc_id": "3153", - "loc_data": "{2871,3091,0,1,4}-{2862,3111,0,1,1}-{2861,3101,0,1,3}-{2870,3113,0,1,4}-{2870,3110,0,1,6}-{2865,3103,0,1,3}-{2873,3103,0,1,2}-{2863,3118,0,1,4}-{2886,3109,0,1,1}-{2892,3109,0,1,2}-{2883,3105,0,1,4}-{2889,3111,0,1,6}-{2883,3110,0,1,3}" - }, - { - "npc_id": "3155", - "loc_data": "{3679,3494,0,1,3}-{3687,2953,0,1,1}" - }, - { - "npc_id": "3162", - "loc_data": "{3691,2954,0,1,3}" - }, - { - "npc_id": "3164", - "loc_data": "{3667,2990,0,1,3}" - }, - { - "npc_id": "3166", - "loc_data": "{3693,2979,0,1,3}" - }, - { - "npc_id": "3167", - "loc_data": "{3662,2978,1,1,4}" - }, - { - "npc_id": "3168", - "loc_data": "{3663,2981,0,1,3}" - }, - { - "npc_id": "3170", - "loc_data": "{3674,2970,0,1,0}" - }, - { - "npc_id": "3188", - "loc_data": "{3664,2971,0,1,6}" - }, - { - "npc_id": "3189", - "loc_data": "{3690,2976,0,1,1}-{3671,3006,0,1,6}" - }, - { - "npc_id": "3191", - "loc_data": "{3659,2955,0,1,3}-{3683,2994,0,1,4}-{3662,3005,0,1,4}" - }, - { - "npc_id": "3192", - "loc_data": "{3700,2994,0,1,4}-{3683,3005,0,1,3}" - }, - { - "npc_id": "3193", - "loc_data": "{3696,2993,0,1,3}-{3693,3006,0,1,3}" - }, - { - "npc_id": "3194", - "loc_data": "{3654,2992,0,1,4}-{3682,2962,0,1,3}-{3704,3006,0,1,0}" - }, - { - "npc_id": "3195", - "loc_data": "{3696,2978,0,1,1}" - }, - { - "npc_id": "3196", - "loc_data": "{3649,3004,0,1,6}" - }, - { - "npc_id": "3200", - "loc_data": "{3263,3932,0,1,3}" - }, - { - "npc_id": "3205", - "loc_data": "{3139,3448,0,1,3}" - }, - { - "npc_id": "3216", - "loc_data": "{2534,3273,0,0,0}-{2539,3273,0,0,0}" - }, - { - "npc_id": "3217", - "loc_data": "{2956,3370,0,1,3}" - }, - { - "npc_id": "3219", - "loc_data": "{3027,3344,0,1,4}" - }, - { - "npc_id": "3220", - "loc_data": "{3013,3338,0,1,4}" - }, - { - "npc_id": "3221", - "loc_data": "{3016,3334,0,1,3}-{3016,3339,0,1,6}-{3019,3341,0,1,4}" - }, - { - "npc_id": "3223", - "loc_data": "{2994,3365,0,1,4}" - }, - { - "npc_id": "3224", - "loc_data": "{3047,3365,0,1,6}" - }, - { - "npc_id": "3226", - "loc_data": "{2996,3375,0,1,4}" - }, - { - "npc_id": "3227", - "loc_data": "{2756,3182,0,1,6}" - }, - { - "npc_id": "3228", - "loc_data": "{2969,3373,0,1,3}-{2948,3353,0,1,3}-{3036,3357,0,1,3}" - }, - { - "npc_id": "3229", - "loc_data": "{2912,3344,0,1,7}-{3040,3354,0,1,2}" - }, - { - "npc_id": "3230", - "loc_data": "{2986,3370,0,1,1}" - }, - { - "npc_id": "3234", - "loc_data": "{3011,3383,0,1,0}" - }, - { - "npc_id": "3237", - "loc_data": "{2984,3435,0,0,0}" - }, - { - "npc_id": "3238", - "loc_data": "{2981,3434,0,0,0}" - }, - { - "npc_id": "3239", - "loc_data": "{2975,3436,0,0,0}" - }, - { - "npc_id": "3240", - "loc_data": "{2977,3442,0,0,0}" - }, - { - "npc_id": "3241", - "loc_data": "{2969,3451,0,1,4}" - }, - { - "npc_id": "3242", - "loc_data": "{2910,3332,0,1,0}-{2910,3337,0,1,4}-{2904,3331,0,1,3}-{2979,3568,0,1,7}-{2983,3566,0,1,3}-{2979,3566,0,1,3}-{2981,3570,0,1,6}-{2984,3561,0,1,6}" - }, - { - "npc_id": "3243", - "loc_data": "{2906,3331,0,1,6}-{2909,3333,0,1,6}" - }, - { - "npc_id": "3244", - "loc_data": "{2909,3333,0,1,1}" - }, - { - "npc_id": "3245", - "loc_data": "{2907,3336,0,1,0}" - }, - { - "npc_id": "3246", - "loc_data": "{3071,3446,0,1,6}-{2548,3567,0,1,4}" - }, - { - "npc_id": "3247", - "loc_data": "{2548,3567,0,1,1}" - }, - { - "npc_id": "3248", - "loc_data": "{3073,3442,0,1,5}" - }, - { - "npc_id": "3249", - "loc_data": "{3082,3441,0,1,0}" - }, - { - "npc_id": "3250", - "loc_data": "{3088,3426,0,1,3}-{2547,3571,0,1,7}" - }, - { - "npc_id": "3251", - "loc_data": "{3073,3422,0,1,6}" - }, - { - "npc_id": "3252", - "loc_data": "{3077,3424,0,1,6}" - }, - { - "npc_id": "3253", - "loc_data": "{2542,3578,0,1,3}" - }, - { - "npc_id": "3255", - "loc_data": "{3073,3423,0,1,3}" - }, - { - "npc_id": "3256", - "loc_data": "{3080,3415,0,1,3}-{3084,3415,0,1,6}" - }, - { - "npc_id": "3257", - "loc_data": "{3096,3432,0,1,0}" - }, - { - "npc_id": "3258", - "loc_data": "{3080,3444,0,1,3}" - }, - { - "npc_id": "3259", - "loc_data": "{3075,3438,0,1,4}" - }, - { - "npc_id": "3260", - "loc_data": "{3083,3425,0,1,3}-{2554,3564,0,1,6}-{2547,3558,0,1,6}" - }, - { - "npc_id": "3261", - "loc_data": "{3086,3425,0,1,3}" - }, - { - "npc_id": "3262", - "loc_data": "{3080,3423,0,1,1}" - }, - { - "npc_id": "3263", - "loc_data": "{3084,3419,0,1,4}" - }, - { - "npc_id": "3264", - "loc_data": "{3265,3331,0,1,7}-{3146,3460,0,1,6}-{3115,3414,0,1,3}-{3195,3240,0,1,6}-{2565,9843,0,1,0}" - }, - { - "npc_id": "3265", - "loc_data": "{3121,3427,0,1,2}-{2582,9836,0,1,1}" - }, - { - "npc_id": "3266", - "loc_data": "{3094,3406,0,1,3}" - }, - { - "npc_id": "3267", - "loc_data": "{3134,3459,0,1,1}-{3194,3240,0,1,0}-{3178,3257,0,1,1}-{3170,3255,0,1,7}-{3192,3243,0,1,1}-{3175,3249,0,1,1}-{3170,3242,0,1,2}-{3193,3243,0,1,7}-{3189,3258,0,1,1}-{3172,3245,0,1,4}-{3172,3238,0,1,6}-{3187,3246,0,1,4}-{3186,3243,0,1,7}-{3222,3238,0,1,1}-{3144,3235,0,1,6}-{3147,3224,0,1,1}-{3131,3243,0,1,7}-{3142,3242,0,1,4}-{3157,3228,0,1,6}-{3151,3217,0,1,6}-{3152,3246,0,1,1}-{3145,3266,0,1,4}-{3148,3240,0,1,1}-{3135,3258,0,1,2}-{3140,3260,0,1,3}" - }, - { - "npc_id": "3268", - "loc_data": "{3012,3454,0,1,1}" - }, - { - "npc_id": "3269", - "loc_data": "{3022,3447,0,1,4}" - }, - { - "npc_id": "3270", - "loc_data": "{3010,3452,0,1,3}" - }, - { - "npc_id": "3272", - "loc_data": "{3042,3468,0,1,1}" - }, - { - "npc_id": "3273", - "loc_data": "{3030,3465,0,1,5}" - }, - { - "npc_id": "3276", - "loc_data": "{3039,3475,0,1,4}" - }, - { - "npc_id": "3277", - "loc_data": "{3035,3471,0,1,2}" - }, - { - "npc_id": "3278", - "loc_data": "{3045,3477,0,1,1}" - }, - { - "npc_id": "3279", - "loc_data": "{3039,3471,0,1,6}" - }, - { - "npc_id": "3280", - "loc_data": "{3015,3451,0,0,0}" - }, - { - "npc_id": "3281", - "loc_data": "{3018,3450,0,0,0}" - }, - { - "npc_id": "3282", - "loc_data": "{3008,3442,0,0,0}" - }, - { - "npc_id": "3283", - "loc_data": "{3039,3424,0,1,5}-{3043,3429,0,1,4}-{3047,3427,0,1,1}-{2964,3455,0,0,0}-{3048,3441,0,1,3}" - }, - { - "npc_id": "3284", - "loc_data": "{3058,3419,0,0,0}-{3048,3423,0,1,6}-{2969,3437,0,0,0}-{3054,3432,0,1,5}" - }, - { - "npc_id": "3285", - "loc_data": "{3036,3430,0,1,3}-{3025,3442,0,0,0}-{2952,3376,0,0,0}" - }, - { - "npc_id": "3286", - "loc_data": "{3034,3450,0,1,3}-{3057,3447,0,1,6}-{2968,3448,0,1,1}" - }, - { - "npc_id": "3287", - "loc_data": "{3073,3443,0,1,0}-{3046,3453,0,1,6}-{2987,3444,0,1,0}" - }, - { - "npc_id": "3288", - "loc_data": "{3034,3437,0,1,0}-{2987,3446,0,1,7}" - }, - { - "npc_id": "3294", - "loc_data": "{3014,3339,0,1,2}" - }, - { - "npc_id": "3295", - "loc_data": "{3020,3337,0,1,1}" - }, - { - "npc_id": "3296", - "loc_data": "{2957,3359,0,1,0}-{2958,3358,0,1,0}-{2967,3360,0,1,0}-{2970,3361,0,1,0}-{2973,3359,0,1,0}-{2977,3357,0,1,0}-{2989,3384,0,1,0}" - }, - { - "npc_id": "3298", - "loc_data": "{3366,9637,2,1,3}" - }, - { - "npc_id": "3299", - "loc_data": "{3077,3257,0,1,1}" - }, - { - "npc_id": "3302", - "loc_data": "{2453,4449,0,1,2}" - }, - { - "npc_id": "3307", - "loc_data": "{2467,4438,0,1,4}-{2471,4439,0,1,7}-{2465,4436,0,1,3}-{2464,4432,0,1,4}" - }, - { - "npc_id": "3310", - "loc_data": "{2415,4451,0,1,6}-{2416,4435,0,1,7}-{2423,4432,0,1,4}" - }, - { - "npc_id": "3318", - "loc_data": "{2401,4378,0,0,0}" - }, - { - "npc_id": "3324", - "loc_data": "{3159, 3433, 0, 1, 0}" - }, - { - "npc_id": "3325", - "loc_data": "{3161,3432,1,1,4}" - }, - { - "npc_id": "3328", - "loc_data": "{3203,3344,0,0,0}" - }, - { - "npc_id": "3329", - "loc_data": "{3112,3414,0,0,0}" - }, - { - "npc_id": "3330", - "loc_data": "{3132,3508,0,0,0}" - }, - { - "npc_id": "3331", - "loc_data": "{3242,3240,0,0,4}" - }, - { - "npc_id": "3340", - "loc_data": "{1759,5182,0,1,0}" - }, - { - "npc_id": "3341", - "loc_data": "{1759,5191,0,0,0}-{1754,5200,0,0,0}-{1748,5223,0,0,0}-{1784,5199,0,0,0}-{1739,5154,0,0,0}" - }, - { - "npc_id": "3342", - "loc_data": "{1745,5208,0,0,0}-{1737,5215,0,0,0}-{1758,5210,0,0,0}-{1768,5175,0,0,0}-{1760,5152,0,0,0}-{1745,5169,0,0,0}" - }, - { - "npc_id": "3343", - "loc_data": "{1764,5198,0,0,0}-{1774,5195,0,0,0}-{1773,5149,0,0,0}-{1742,5292,0,0,0}" - }, - { - "npc_id": "3344", - "loc_data": "{2412,4470,0,0,0}-{2414,4467,0,0,0}-{2415,4475,0,0,0}-{2419,4467,0,0,0}-{2419,4474,0,0,0}" - }, - { - "npc_id": "3345", - "loc_data": "{2412,4370,0,0,0}-{2416,4376,0,0,0}-{2419,4374,0,0,0}-{2420,4377,0,0,0}-{2421,4370,0,0,0}" - }, - { - "npc_id": "3348", - "loc_data": "{2978,3343,0,1,4}-{2978,3337,0,1,1}-{2966,3337,1,1,6}-{2970,3330,2,1,1}" - }, - { - "npc_id": "3349", - "loc_data": "{2961,3330,2,1,0}-{2966,3352,2,1,1}-{2974,3328,2,1,6}" - }, - { - "npc_id": "3350", - "loc_data": "{2959,3340,2,1,3}" - }, - { - "npc_id": "3376", - "loc_data": "{3313,5453,0,1,3}-{3312,5452,0,1,3}-{3310,5452,0,1,6}-{3311,5462,0,1,5}-{3313,5554,0,1,6}-{3297,5562,0,1,1}-{3305,5554,0,1,1}-{3300,5540,0,1,1}" - }, - { - "npc_id": "3384", - "loc_data": "{3211,3225,0,0,0}" - }, - { - "npc_id": "3402", - "loc_data": "{2560,2842,0,0,0}" - }, - { - "npc_id": "3407", - "loc_data": "{3114,3515,0,1,4}" - }, - { - "npc_id": "3408", - "loc_data": "{3113,3510,0,1,7}" - }, - { - "npc_id": "3419", - "loc_data": "{2540,3020,0,0,0}-{2555,2953,0,0,0}" - }, - { - "npc_id": "3450", - "loc_data": "{2901,2947,0,0,0}-{2925,2959,0,0,0}-{2920,3053,0,0,0}-{2924,3063,0,0,0}" - }, - { - "npc_id": "3469", - "loc_data": "{2657,2966,0,0,0}" - }, - { - "npc_id": "3470", - "loc_data": "{2755,3083,0,0,0}" - }, - { - "npc_id": "3479", - "loc_data": "{2906,3514,1,0,0}" - }, - { - "npc_id": "3541", - "loc_data": "{3517,3240,0,1,6}" - }, - { - "npc_id": "3587", - "loc_data": "{2587,9741,0,1,4}-{2585,9739,0,1,7}-{2582,9736,0,1,3}-{2589,9734,0,1,4}-{2582,9743,0,1,3}-{2576,9746,0,1,7}-{2579,9741,0,1,6}" - }, - { - "npc_id": "3638", - "loc_data": "{3309,3453,0,0,1}" - }, - { - "npc_id": "3671", - "loc_data": "{3084,3250,0,1,1}" - }, - { - "npc_id": "3673", - "loc_data": "{2925,3321,0,1,4}-{2924,3319,0,1,0}" - }, - { - "npc_id": "3675", - "loc_data": "{3321,2857,0,1,3}-{3322,2861,0,0,4}-{3319,2855,0,1,1}-{3319,2853,0,1,6}-{3331,2791,0,1,1}-{3333,2803,0,1,2}-{3338,2801,0,1,4}-{3338,2776,0,1,3}" - }, - { - "npc_id": "3677", - "loc_data": "{2637,3440,0,0,0}" - }, - { - "npc_id": "3679", - "loc_data": "{2875,3482,0,0,4}" - }, - { - "npc_id": "3680", - "loc_data": "{3281,3331,0,1,7}" - }, - { - "npc_id": "3695", - "loc_data": "{2661,3701,0,1,0}" - }, - { - "npc_id": "3696", - "loc_data": "{2673,3658,0,1,3}" - }, - { - "npc_id": "3707", - "loc_data": "{2713,10133,0,1,2}-{2708,10133,0,1,4}-{2706,10135,0,0,3}-{2708,10133,0,1,3}-{2703,10135,0,1,6}-{2702,10131,0,1,4}-{2717,10133,0,1,0}-{2708,10130,0,1,1}" - }, - { - "npc_id": "3709", - "loc_data": "{2974,2906,0,0,0}-{2847,5075,0,0,0}" - }, - { - "npc_id": "3711", - "loc_data": "{2575,9746,0,1,0}-{2581,9747,0,1,0}-{2577,9743,0,1,1}-{2579,9740,0,1,0}-{2588,9733,0,1,4}" - }, - { - "npc_id": "3777", - "loc_data": "{3230,3231,0,1,5}" - }, - { - "npc_id": "3778", - "loc_data": "{1867,4233,0,0,0}" - }, - { - "npc_id": "3780", - "loc_data": "{1906,4281,0,0,0}" - }, - { - "npc_id": "3781", - "loc_data": "{2659,2675,0,1,1}" - }, - { - "npc_id": "3786", - "loc_data": "{2658,2666,0,1,1}" - }, - { - "npc_id": "3787", - "loc_data": "{2754,3509,0,0,0}" - }, - { - "npc_id": "3788", - "loc_data": "{2664,2653,0,1,3}" - }, - { - "npc_id": "3789", - "loc_data": "{2660,2649,0,1,3}" - }, - { - "npc_id": "3790", - "loc_data": "{3041,3203,0,0,6}" - }, - { - "npc_id": "3791", - "loc_data": "{2653,2655,0,1,1}" - }, - { - "npc_id": "3793", - "loc_data": "{2659,2660,0,1,6}" - }, - { - "npc_id": "3796", - "loc_data": "{2667,2661,0,0,3}" - }, - { - "npc_id": "3797", - "loc_data": "{2649,2659,0,0,2}" - }, - { - "npc_id": "3798", - "loc_data": "{2658,2652,0,1,6}" - }, - { - "npc_id": "3799", - "loc_data": "{2650,2663,0,0,4}" - }, - { - "npc_id": "3802", - "loc_data": "{2657,2637,0,0,6}" - }, - { - "npc_id": "3804", - "loc_data": "{3349,3793,0,0,0}" - }, - { - "npc_id": "3806", - "loc_data": "{3166, 3304, 0, 1, 0}" - }, - { - "npc_id": "3807", - "loc_data": "{3254,3274,0,0,0}" - }, - { - "npc_id": "3808", - "loc_data": "{2517,3205,0,1,3}-{2513,3204,0,1,3}-{2422,3526,0,1,1}" - }, - { - "npc_id": "3809", - "loc_data": "{3285,3213,0,1,1}" - }, - { - "npc_id": "3810", - "loc_data": "{2847,3499,0,1,7}-{2970,2973,0,0,0}" - }, - { - "npc_id": "3811", - "loc_data": "{2918,3057,0,0,0}-{2894,2730,0,1,2}-{2465,3501,3,1,3}" - }, - { - "npc_id": "3813", - "loc_data": "{2541,2969,0,1,4}" - }, - { - "npc_id": "3817", - "loc_data": "{2521,3208,0,1,1}" - }, - { - "npc_id": "3819", - "loc_data": "{2416,3525,0,1,3}-{2412,3527,0,1,6}" - }, - { - "npc_id": "3820", - "loc_data": "{3088,3255,0,0,6}" - }, - { - "npc_id": "3823", - "loc_data": "{2343,3668,0,0,0}" - }, - { - "npc_id": "3824", - "loc_data": "{2329,3689,0,1,6}" - }, - { - "npc_id": "3831", - "loc_data": "{2357,3637,0,0,0}" - }, - { - "npc_id": "3832", - "loc_data": "{2345,3651,0,0,0}" - }, - { - "npc_id": "3848", - "loc_data": "{2337,3703,0,0,6}-{2340,3702,0,0,6}-{2343,3702,0,0,3}-{2349,3702,0,0,6}-{2353,3703,0,0,6}-{2310,3704,0,0,6}-{2311,3696,0,0,4}-{2343,3702,0,0,3}" - }, - { - "npc_id": "3851", - "loc_data": "{2332,3669,0,0,0}-{2325,3671,0,0,4}-{2331,3670,0,0,1}-{2333,3671,0,0,3}" - }, - { - "npc_id": "3915", - "loc_data": "{2945,3146,0,1,3}" - }, - { - "npc_id": "3916", - "loc_data": "{2595,3890,0,0,3}" - }, - { - "npc_id": "3917", - "loc_data": "{2581,3861,0,0,1}" - }, - { - "npc_id": "3937", - "loc_data": "{2508,3866,0,0,3}" - }, - { - "npc_id": "4235", - "loc_data": "{2669,3332,0,0,1}" - }, - { - "npc_id": "4237", - "loc_data": "{2669,3331,0,0,6}" - }, - { - "npc_id": "4239", - "loc_data": "{2669,3331,0,0,6}" - }, - { - "npc_id": "4241", - "loc_data": "{2669,3331,0,0,6}" - }, - { - "npc_id": "4243", - "loc_data": "{2669,3331,0,0,6}" - }, - { - "npc_id": "4246", - "loc_data": "{3480,3484,1,0,0}-{3479,3484,0,1,3}" - }, - { - "npc_id": "4247", - "loc_data": "{2639,3291,0,0,0}-{2981,3370,0,0,0}-{3240,3474,0,0,0}-{2737,3500,0,1,6}" - }, - { - "npc_id": "4249", - "loc_data": "{2981,3341,1,0,0}" - }, - { - "npc_id": "4250", - "loc_data": "{3302,3492,0,1,3}" - }, - { - "npc_id": "4251", - "loc_data": "{3009,3380,0,1,0}" - }, - { - "npc_id": "4261", - "loc_data": "{2569,9851,0,1,3}-{2579,9851,0,1,4}" - }, - { - "npc_id": "4263", - "loc_data": "{2584,9838,0,1,6}" - }, - { - "npc_id": "4264", - "loc_data": "{2588,9837,0,1,4}" - }, - { - "npc_id": "4269", - "loc_data": "{2608,9817,0,1,3}" - }, - { - "npc_id": "4270", - "loc_data": "{2593,9820,0,1,4}" - }, - { - "npc_id": "4271", - "loc_data": "{2596,9822,0,1,0}" - }, - { - "npc_id": "4273", - "loc_data": "{2564,9851,0,1,4}" - }, - { - "npc_id": "4274", - "loc_data": "{2586,9826,0,1,7}-{2569,9849,0,1,4}-{2581,9847,0,1,0}-{2609,9826,0,1,1}" - }, - { - "npc_id": "4275", - "loc_data": "{2594,9817,0,1,0}" - }, - { - "npc_id": "4276", - "loc_data": "{2581,9851,0,1,1}" - }, - { - "npc_id": "4285", - "loc_data": "{2880,3546,0,0,4}" - }, - { - "npc_id": "4286", - "loc_data": "{2866,3543,0,1,1}" - }, - { - "npc_id": "4287", - "loc_data": "{2840,3541,1,0,2}" - }, - { - "npc_id": "4288", - "loc_data": "{2851,3554,0,1,6}" - }, - { - "npc_id": "4289", - "loc_data": "{2792,3488,2,0,0}-{2845,3539,2,0,7}" - }, - { - "npc_id": "4290", - "loc_data": "{2854,3542,0,1,3}" - }, - { - "npc_id": "4291", - "loc_data": "{2863,3546,2,1,3}-{2870,3551,2,1,0}-{2850,3547,2,1,0}-{2844,3552,2,1,5}-{2843,3547,2,1,5}-{2872,3542,2,1,3}-{2861,3551,2,1,1}-{2865,3538,2,1,2}" - }, - { - "npc_id": "4292", - "loc_data": "{2847,3541,2,1,3}-{2855,3554,2,1,5}-{2860,3542,2,1,0}-{2869,3554,2,1,3}-{2872,3537,2,1,4}-{2850,3534,2,1,3}-{2857,3546,2,1,0}-{2838,3554,2,1,6}-{2869,3552,2,1,4}" - }, - { - "npc_id": "4293", - "loc_data": "{2840,3554,0,1,1}" - }, - { - "npc_id": "4294", - "loc_data": "{2847,3553,0,1,6}" - }, - { - "npc_id": "4295", - "loc_data": "{2856,3537,1,1,1}" - }, - { - "npc_id": "4296", - "loc_data": "{2841,3543,0,0,4}" - }, - { - "npc_id": "4297", - "loc_data": "{2856,3549,1,0,2}" - }, - { - "npc_id": "4298", - "loc_data": "{2864,3541,1,1,3}" - }, - { - "npc_id": "4299", - "loc_data": "{2866,3556,1,0,5}" - }, - { - "npc_id": "4300", - "loc_data": "{2865,3544,1,0,6}" - }, - { - "npc_id": "4312", - "loc_data": "{3323,9609,0,0,6}" - }, - { - "npc_id": "4315", - "loc_data": "{3224,3286,0,0,0}" - }, - { - "npc_id": "4317", - "loc_data": "{3230,3285,0,0,0}" - }, - { - "npc_id": "4344", - "loc_data": "{3747,3013,0,1,4}-{3766,3034,0,1,6}-{3733,2972,0,1,4}" - }, - { - "npc_id": "4346", - "loc_data": "{3786,9463,0,1,6}-{3714,2952,0,1,1}" - }, - { - "npc_id": "4347", - "loc_data": "{3728,3043,0,1,4}-{3725,3015,0,1,0}-{3722,3021,0,1,6}-{3717,3017,0,1,7}-{3723,3019,0,1,5}-{3731,3018,0,1,1}-{3734,3028,0,1,7}-{3743,3038,0,1,4}-{3749,2978,0,1,7}-{3756,2966,0,1,2}-{3759,2962,0,1,2}-{3749,2968,0,1,2}-{3757,2980,0,0,5}-{3742,3036,0,1,1}-{3747,3040,0,1,4}-{3748,3030,0,1,6}-{3748,3019,0,1,1}-{3745,3016,0,1,4}-{3741,3020,0,1,3}-{3727,3039,0,1,3}-{3734,3046,0,1,1}-{3736,3050,0,1,6}-{3735,3053,0,1,3}-{3741,3053,0,1,6}-{3756,3030,0,1,3}-{3754,3024,0,1,4}-{3769,3039,0,1,6}-{3766,3045,0,1,7}-{3764,3042,0,1,1}" - }, - { - "npc_id": "4348", - "loc_data": "{3676,3017,0,1,3}-{3687,3018,0,1,3}-{3707,3015,0,1,6}-{3729,3021,0,1,3}" - }, - { - "npc_id": "4349", - "loc_data": "{3664,3018,0,1,6}-{3658,3012,0,1,4}-{3718,3030,0,1,4}-{3757,3009,0,1,3}-{3729,2984,0,1,4}-{3720,3000,0,1,4}-{3727,3051,0,1,4}-{3809,3028,0,1,6}" - }, - { - "npc_id": "4350", - "loc_data": "{3680,3026,0,1,4}-{3675,3029,0,1,3}-{3711,3028,0,1,4}-{3733,3011,0,1,4}-{3793,3036,0,1,4}-{3698,3046,0,1,6}" - }, - { - "npc_id": "4351", - "loc_data": "{3694,3019,0,1,4}-{3760,3015,0,1,1}-{3758,3034,0,1,2}-{3728,2965,0,1,7}-{3787,3026,0,1,6}-{3714,3049,0,1,7}-{3770,3008,0,1,4}" - }, - { - "npc_id": "4352", - "loc_data": "{3683,3034,0,1,4}-{3719,3037,0,1,7}-{3770,3027,0,1,5}-{3747,3007,0,1,4}-{3735,2957,0,1,2}-{3719,3011,0,1,3}-{3727,3003,0,1,3}-{3787,3035,0,1,1}" - }, - { - "npc_id": "4353", - "loc_data": "{3719,9358,0,1,6}-{3738,9378,0,1,0}-{3765,9422,0,1,1}-{3741,9436,0,1,6}-{3727,9455,0,1,2}-{3780,9456,0,1,2}-{3827,9430,0,1,2}-{3737,9413,0,1,0}-{3735,9444,0,1,3}-{3819,9422,0,1,2}" - }, - { - "npc_id": "4354", - "loc_data": "{3739,9369,0,1,0}-{3737,9350,0,1,4}-{3721,9349,0,1,4}-{3733,9396,0,1,6}-{3813,9445,0,1,0}-{3749,9461,0,1,0}-{3786,9443,0,1,6}-{3783,9430,0,1,5}-{3821,9443,0,1,4}-{3746,9423,0,1,0}-{3764,9404,0,1,6}-{3790,9456,0,1,7}-{3760,9417,0,1,3}-{3760,9451,0,1,6}-{3732,9368,0,1,1}" - }, - { - "npc_id": "4355", - "loc_data": "{3728,9349,0,1,3}-{3749,9413,0,1,4}-{3810,9448,0,1,4}-{3752,9398,0,1,4}-{3721,9419,0,1,3}-{3786,9412,0,1,3}-{3797,9452,0,1,4}-{3754,9408,0,1,4}-{3723,9377,0,1,4}" - }, - { - "npc_id": "4356", - "loc_data": "{3755,9391,0,1,5}-{3723,9441,0,1,4}-{3766,9459,0,1,4}-{3800,9414,0,1,2}-{3821,9418,0,1,3}-{3810,9462,0,1,0}-{3809,9440,0,1,2}-{3748,9450,0,1,6}-{3765,9424,0,1,2}-{3787,9464,0,1,0}" - }, - { - "npc_id": "4357", - "loc_data": "{3771,9450,0,1,4}-{3730,9443,0,1,4}-{3808,9423,0,1,7}-{3797,9427,0,1,4}-{3833,9438,0,1,6}-{3834,9458,0,1,6}-{3797,9440,0,1,1}-{3793,9441,0,1,4}-{3829,9425,0,1,7}" - }, - { - "npc_id": "4358", - "loc_data": "{3751,2977,0,1,2}" - }, - { - "npc_id": "4359", - "loc_data": "{3669,2977,0,1,3}" - }, - { - "npc_id": "4375", - "loc_data": "{3012,3192,1,0,2}" - }, - { - "npc_id": "4376", - "loc_data": "{3081,3421,0,1,3}" - }, - { - "npc_id": "4381", - "loc_data": "{3024,10152,0,0,0}-{3020,10148,0,0,0}-{3023,10145,0,0,0}-{3018,10140,0,0,0}-{3033,10139,0,0,0}-{3028,10137,0,0,0}-{2361,5241,0,0,1}-{2358,5240,0,0,1}-{2362,5239,0,0,1}-{2364,5240,0,0,1}-{2364,5242,0,0,1}-{2372,9743,0,1,1}-{2373,9745,0,1,1}-{2374,9742,0,1,1}-{2377,9750,0,1,1}-{2378,9752,0,1,1}-{2377,9754,0,1,1}" - }, - { - "npc_id": "4382", - "loc_data": "{3162,3716,0,0,0}-{3175,3717,0,0,0}-{3161,3727,0,0,0}-{2304,5160,0,0,2}-{2324,5210,0,0,2}-{2322,5201,0,0,7}-{2324,5210,0,0,2}-{2322,5201,0,0,7}-{2327,5205,0,0,7}-{2328,5200,0,0,7}-{2326,5198,0,0,7}-{2331,5198,0,0,4}-{2333,5201,0,0,4}-{2333,5199,0,0,2}" - }, - { - "npc_id": "4383", - "loc_data": "{2321,5225,0,0,3}-{2321,5223,0,0,4}-{2317,5229,0,0,7}-{2322,5225,0,0,1}-{2325,5231,0,0,6}-{2321,5225,0,0,1}-{2314,5227,0,0,2}-{2312,5229,0,0,2}-{2330,5229,0,0,1}-{2324,5233,0,0,4}-{2320,5232,0,0,3}-{2324,5237,0,0,1}-{2329,5229,0,0,6}-{2315,5227,0,0,7}-{2318,5226,0,0,6}-{2322,5222,0,0,6}" - }, - { - "npc_id": "4384", - "loc_data": "{2355,5204,0,1,3}-{2347,5195,0,1,0}-{2336,5202,0,1,4}-{2332,5201,0,1,3}-{2327,5201,0,1,1}-{2328,5199,0,1,6}" - }, - { - "npc_id": "4385", - "loc_data": "{2350,5201,0,1,1}-{2353,5192,0,1,1}-{2324,5203,0,1,1}-{2333,5204,0,1,4}-{2264,5136,0,1,6}-{2326,5197,0,1,5}" - }, - { - "npc_id": "4386", - "loc_data": "{2312,5188,0,1,6}" - }, - { - "npc_id": "4387", - "loc_data": "{2350,5192,0,1,6}-{2350,5191,0,1,4}-{2347,5188,0,1,2}" - }, - { - "npc_id": "4388", - "loc_data": "{2305,5231,0,0,2}-{2312,5225,0,0,2}-{2314,5240,0,0,2}-{2310,5241,0,0,2}-{2308,5246,0,0,2}-{2309,5245,0,0,2}-{2315,5237,0,0,2}" - }, - { - "npc_id": "4389", - "loc_data": "{2013,5238,0,1,0}" - }, - { - "npc_id": "4390", - "loc_data": "{1984,5160,0,1,2}-{2040,5190,0,1,3}-{2044,5187,0,1,2}-{2042,5191,0,1,1}-{2045,5190,0,1,7}-{2041,5187,0,1,2}" - }, - { - "npc_id": "4391", - "loc_data": "{1952,5192,0,1,2}-{1993,5240,0,1,4}-{1991,5235,0,1,4}-{1990,5240,0,1,3}-{1989,5237,0,1,6}-{2009,5202,0,1,1}-{2005,5199,0,1,3}" - }, - { - "npc_id": "4392", - "loc_data": "{2033,5233,0,1,4}-{2033,5233,0,1,7}-{2026,5236,0,1,1}-{1984,5160,0,1,7}" - }, - { - "npc_id": "4393", - "loc_data": "{2045,5222,0,1,4}-{1944,5152,0,1,2}-{1993,5190,0,1,6}-{1993,5190,0,1,4}-{2044,5216,0,1,4}-{2008,5203,0,1,1}-{2006,5208,0,1,1}-{2037,5214,0,1,3}-{2037,5210,0,1,1}" - }, - { - "npc_id": "4394", - "loc_data": "{1997,5244,0,1,3}-{1992,5238,0,1,5}-{1990,5234,0,1,1}-{2010,5191,0,1,7}-{2018,5188,0,1,4}-{1989,5231,0,1,4}-{2018,5187,0,1,6}" - }, - { - "npc_id": "4395", - "loc_data": "{2016,5237,0,1,7}-{1988,5190,0,1,2}-{2039,5216,0,1,6}" - }, - { - "npc_id": "4396", - "loc_data": "{2034,5243,0,1,5}-{2034,5239,0,1,5}-{2032,5243,0,1,4}-{2034,5232,0,1,1}-{2033,5240,0,1,1}-{2029,5230,0,1,6}-{2030,5234,0,1,4}-{2029,5230,0,1,1}-{2029,5233,0,1,2}-{2031,5244,0,1,1}-{2039,5208,0,1,4}-{2029,5235,0,1,6}-{2028,5234,0,1,6}-{2030,5237,0,1,4}-{2033,5238,0,1,4}-{2030,5238,0,1,4}-{2032,5238,0,1,3}-{2027,5238,0,1,6}-{2034,5239,0,1,0}-{2016,5235,0,1,5}-{2015,5237,0,1,3}-{2004,5244,0,1,4}-{2005,5241,0,1,4}-{2035,5245,0,1,5}-{2004,5240,0,1,1}-{2027,5235,0,1,5}-{2027,5235,0,1,4}-{2027,5236,0,1,6}-{1999,5244,0,1,4}-{1995,5234,0,1,6}-{1993,5242,0,1,1}-{1990,5239,0,1,1}-{1990,5243,0,1,7}-{1989,5230,0,1,6}-{1990,5224,0,1,5}-{1993,5222,0,1,7}-{1986,5221,0,1,3}-{1990,5221,0,1,3}-{1986,5222,0,1,6}-{2002,5215,0,1,1}-{1996,5215,0,1,1}-{1994,5215,0,1,2}-{2002,5215,0,1,6}-{1995,5208,0,1,1}-{1993,5206,0,1,4}-{1986,5204,0,1,3}-{1986,5201,0,1,6}-{2001,5201,0,1,6}-{1987,5200,0,1,3}-{1986,5199,0,1,6}-{2009,5198,0,1,6}-{1995,5197,0,1,3}-{2009,5194,0,1,3}-{1944,5152,0,1,2}-{2005,5191,0,1,3}-{2004,5190,0,1,4}-{1991,5190,0,1,1}-{2003,5185,0,1,4}-{2004,5190,0,1,4}-{2004,5188,0,1,1}-{2005,5188,0,1,6}-{2008,5192,0,1,6}-{2008,5193,0,1,3}-{2009,5200,0,1,7}-{2010,5192,0,1,4}-{2010,5194,0,1,4}-{2013,5190,0,1,6}-{2018,5189,0,1,6}-{2018,5192,0,1,6}-{2018,5187,0,1,4}-{1993,5205,0,1,4}-{1994,5206,0,1,3}-{1989,5206,0,1,0}-{1993,5210,0,1,3}-{1989,5200,0,1,4}-{2002,5215,0,1,1}-{2022,5193,0,1,3}-{1995,5220,0,1,1}-{1992,5222,0,1,6}-{1992,5222,0,1,6}-{1988,5201,0,1,4}-{1988,5224,0,1,4}-{1989,5206,0,1,4}-{1987,5225,0,1,4}-{1988,5225,0,1,4}-{1986,5204,0,1,3}-{1987,5226,0,1,4}-{1990,5227,0,1,3}-{1993,5200,0,1,7}-{1990,5228,0,1,4}-{2004,5200,0,1,6}-{1990,5227,0,1,4}-{1990,5224,0,1,6}-{1994,5223,0,1,4}-{2036,5201,0,1,6}-{2038,5215,0,1,4}-{2042,5208,0,1,1}-{2045,5204,0,1,1}-{2046,5205,0,1,3}-{2028,5195,0,1,3}-{2026,5195,0,1,0}-{2039,5193,0,1,3}-{2025,5193,0,1,1}-{2022,5193,0,1,6}-{2043,5192,0,1,2}-{2018,5192,0,1,1}-{2045,5192,0,1,1}-{2032,5190,0,1,1}-{2030,5189,0,1,4}-{2024,5187,0,1,3}-{2038,5186,0,1,4}-{2038,5185,0,1,3}-{2033,5185,0,1,3}-{2016,5186,0,1,1}-{2017,5194,0,1,1}-{2024,5193,0,1,4}-{2008,5201,0,1,4}-{2005,5220,0,1,1}-{2005,5204,0,1,4}-{2037,5203,0,1,3}-{2037,5206,0,1,4}-{2041,5208,0,1,1}" - }, - { - "npc_id": "4397", - "loc_data": "{2072,5200,0,1,5}-{2145,5251,0,1,3}-{2153,5253,0,1,1}-{2149,5255,0,1,3}-{2146,5252,0,1,5}-{2146,5261,0,1,6}-{2147,5254,0,1,4}" - }, - { - "npc_id": "4398", - "loc_data": "{2160,5282,0,1,3}-{2162,5284,0,1,1}-{2164,5281,0,1,7}" - }, - { - "npc_id": "4399", - "loc_data": "{2122,5290,0,1,0}-{2131,5297,0,1,6}-{2119,5297,0,1,4}-{2120,5302,0,1,3}-{2080,5240,0,1,2}-{2129,5306,0,1,3}-{2123,5304,0,1,1}-{2130,5306,0,1,4}-{2163,5301,0,1,5}-{2166,5306,0,1,0}-{2169,5303,0,1,4}-{2122,5291,0,1,0}-{2119,5296,0,1,3}-{2131,5297,0,1,6}-{2125,5302,0,1,0}-{2127,5304,0,1,4}-{2165,5302,0,1,3}-{2163,5301,0,1,4}-{2168,5306,0,1,4}-{2132,5300,0,1,6}-{2132,5302,0,1,4}" - }, - { - "npc_id": "4400", - "loc_data": "{3018,10313,0,1,4}-{3016,10315,0,1,4}-{3018,10322,0,1,4}-{3024,10326,0,1,3}-{3030,10332,0,1,4}-{3029,10337,0,1,6}-{3034,10342,0,1,3}-{2072,5200,0,1,7}-{2130,5267,0,1,7}-{2140,5252,0,1,5}-{2141,5252,0,1,1}-{2142,5252,0,1,0}-{2148,5255,0,1,3}-{2125,5270,0,1,1}-{2148,5257,0,1,1}-{2117,5274,0,1,4}-{2146,5307,0,1,2}-{2145,5305,0,1,5}-{2152,5307,0,1,4}-{2148,5252,0,1,0}-{2142,5262,0,1,3}-{2124,5275,0,1,4}-{2121,5276,0,1,3}-{2148,5304,0,1,0}-{2146,5305,0,1,5}-{2148,5304,0,1,1}-{2151,5304,0,1,6}-{2145,5306,0,1,3}-{2134,5272,0,1,6}" - }, - { - "npc_id": "4401", - "loc_data": "{2124,5273,0,1,1}-{2072,5200,0,1,6}-{2128,5270,0,1,4}-{2117,5274,0,1,3}-{2154,5273,0,1,3}-{2167,5259,0,1,6}-{2170,5257,0,1,1}-{2170,5256,0,1,0}-{2171,5256,0,1,4}-{2167,5256,0,1,3}-{2153,5273,0,1,3}-{2153,5270,0,1,1}-{2171,5255,0,1,2}-{2168,5250,0,1,4}-{2168,5251,0,1,3}-{2131,5264,0,1,6}-{2096,5248,0,1,6}-{2157,5272,0,1,6}-{2150,5268,0,1,0}-{2133,5272,0,1,2}-{2157,5274,0,1,1}-{2156,5270,0,1,3}-{2154,5271,0,1,5}" - }, - { - "npc_id": "4402", - "loc_data": "{2080,5240,0,1,5}-{2171,5283,0,1,6}-{2170,5287,0,1,6}-{2170,5281,0,1,6}-{2172,5272,0,1,4}-{2172,5272,0,1,4}" - }, - { - "npc_id": "4403", - "loc_data": "{2096,5248,0,1,4}-{2172,5276,0,1,1}-{2172,5284,0,1,1}-{2172,5281,0,1,2}" - }, - { - "npc_id": "4404", - "loc_data": "{1872,5242,0,1,3}-{1873,5230,0,1,2}-{1870,5235,0,1,3}-{1872,5217,0,1,6}-{1873,5212,0,1,4}-{1877,5218,0,1,2}-{1877,5216,0,1,3}-{1875,5218,0,1,6}-{1808,5152,0,1,2}-{1871,5191,0,1,4}-{1868,5188,0,1,4}-{1861,5189,0,1,3}-{1882,5216,0,1,6}-{1874,5215,0,1,5}-{1873,5238,0,1,3}" - }, - { - "npc_id": "4406", - "loc_data": "{1898,5197,0,1,6}-{1898,5191,0,1,7}-{1890,5195,0,1,3}-{1893,5191,0,1,4}-{1903,5190,0,1,0}-{1889,5190,0,1,3}-{1889,5190,0,1,4}-{1885,5191,0,1,4}-{1900,5208,0,1,1}-{1900,5210,0,1,1}-{1903,5243,0,1,6}-{1848,5176,0,1,2}-{1901,5245,0,1,4}-{1894,5243,0,1,5}-{1890,5242,0,1,6}-{1889,5244,0,1,4}-{1897,5196,0,1,1}-{1902,5207,0,1,3}" - }, - { - "npc_id": "4407", - "loc_data": "{1860,5226,0,1,0}-{1859,5200,0,1,0}-{1860,5222,0,1,4}-{1865,5205,0,1,4}-{1862,5205,0,1,7}-{1862,5205,0,1,7}-{1864,5206,0,1,7}" - }, - { - "npc_id": "4408", - "loc_data": "{1860,5215,0,1,5}-{1864,5218,0,1,1}" - }, - { - "npc_id": "4409", - "loc_data": "{1864,5226,0,1,1}-{1859,5220,0,1,4}-{1861,5224,0,1,6}" - }, - { - "npc_id": "4410", - "loc_data": "{1890,5205,0,1,6}-{1897,5232,0,1,6}-{1906,5236,0,1,3}-{1848,5176,0,1,2}-{1904,5235,0,1,6}-{1895,5227,0,1,3}-{1863,5221,0,1,4}" - }, - { - "npc_id": "4411", - "loc_data": "{1882,5201,0,1,0}-{1884,5207,0,1,3}-{1912,5239,0,1,4}-{1912,5244,0,1,5}-{1890,5204,0,1,5}" - }, - { - "npc_id": "4412", - "loc_data": "{1880,5200,0,1,6}-{1911,5241,0,1,0}-{1893,5228,0,1,3}" - }, - { - "npc_id": "4413", - "loc_data": "{1871,5228,0,1,6}-{1872,5233,0,1,1}-{2645,3580,0,1,4}" - }, - { - "npc_id": "4414", - "loc_data": "{1808,5152,0,1,2}-{1890,5215,0,1,5}-{1892,5216,0,1,1}-{1889,5223,0,1,3}-{1892,5224,0,1,2}-{1893,5219,0,1,5}" - }, - { - "npc_id": "4415", - "loc_data": "{1874,5230,0,1,3}-{1870,5232,0,1,4}-{1858,5235,0,1,3}-{1871,5241,0,1,7}-{1860,5223,0,1,4}-{1862,5222,0,1,4}-{1874,5234,0,1,5}-{1874,5230,0,1,5}-{1875,5219,0,1,5}-{1876,5215,0,1,3}-{1876,5220,0,1,6}-{1859,5206,0,1,5}-{1877,5216,0,1,4}-{1862,5201,0,1,5}-{1858,5201,0,1,6}-{1874,5201,0,1,2}-{1858,5202,0,1,0}-{1860,5200,0,1,7}-{1875,5197,0,1,6}-{1875,5201,0,1,2}-{1861,5194,0,1,3}-{1861,5224,0,1,6}-{1808,5152,0,1,2}-{1860,5192,0,1,2}-{1874,5188,0,1,7}-{1867,5188,0,1,4}-{1866,5189,0,1,4}-{1876,5189,0,1,1}-{1876,5196,0,1,3}-{1876,5188,0,1,4}-{1876,5191,0,1,4}-{1877,5191,0,1,4}-{1877,5197,0,1,6}-{1881,5198,0,1,4}-{1882,5197,0,1,5}-{1883,5203,0,1,3}-{1882,5198,0,1,4}-{1863,5205,0,1,4}-{1883,5205,0,1,5}-{1861,5205,0,1,5}-{1887,5204,0,1,3}-{1883,5205,0,1,3}-{1884,5206,0,1,1}-{1876,5215,0,1,6}-{1879,5215,0,1,2}-{1870,5217,0,1,6}-{1881,5221,0,1,1}-{1871,5218,0,1,1}-{1872,5191,0,1,3}-{1874,5219,0,1,5}-{1884,5228,0,1,4}-{1882,5231,0,1,7}-{1882,5234,0,1,5}-{1879,5234,0,1,6}-{1897,5234,0,1,6}-{1884,5234,0,1,4}-{1884,5235,0,1,3}-{1885,5236,0,1,6}-{1879,5239,0,1,4}-{1893,5243,0,1,7}-{1880,5243,0,1,7}-{1882,5241,0,1,1}-{1902,5242,0,1,4}-{1848,5176,0,1,2}-{1901,5244,0,1,3}-{1910,5243,0,1,5}-{1911,5235,0,1,3}-{1881,5243,0,1,2}-{1879,5234,0,1,3}-{1880,5234,0,1,4}-{1879,5239,0,1,1}-{1874,5230,0,1,4}-{1874,5236,0,1,4}-{1911,5235,0,1,5}-{1912,5243,0,1,4}-{1912,5238,0,1,3}-{1913,5244,0,1,4}-{1890,5244,0,1,4}-{1907,5204,0,1,1}-{1909,5204,0,1,1}-{1908,5204,0,1,3}-{1889,5206,0,1,3}-{1890,5207,0,1,1}-{1890,5207,0,1,2}-{1912,5237,0,1,7}" - }, - { - "npc_id": "4422", - "loc_data": "{2377,4450,0,0,0}-{2381,4459,0,0,0}-{2388,4425,0,0,0}-{2394,4440,0,0,0}-{2418,4447,0,0,0}-{2427,4461,0,0,0}" - }, - { - "npc_id": "4423", - "loc_data": "{2387,4456,0,0,0}-{2423,4461,0,0,0}" - }, - { - "npc_id": "4424", - "loc_data": "{2396,4455,0,0,0}" - }, - { - "npc_id": "4425", - "loc_data": "{2398,4453,0,0,0}" - }, - { - "npc_id": "4431", - "loc_data": "{2388,4470,0,0,0}" - }, - { - "npc_id": "4437", - "loc_data": "{2447,4429,0,1,0}" - }, - { - "npc_id": "4438", - "loc_data": "{3028,4498,0,1,3}-{3046,4493,0,1,4}" - }, - { - "npc_id": "4439", - "loc_data": "{3035,4507,0,1,6}-{3041,4493,0,1,0}" - }, - { - "npc_id": "4443", - "loc_data": "{2451,4424,0,1,6}-{2452,4428,0,1,3}-{2443,4423,0,1,7}-{2446,4422,0,1,3}-{2443,4431,0,1,1}-{2441,4427,0,1,1}-{2463,4422,0,1,4}-{2478,4420,0,1,6}-{2489,4428,0,1,6}-{2478,4452,0,1,3}-{2474,4444,0,1,6}-{2493,4454,0,1,3}-{2486,4463,0,1,4}-{2486,4469,0,1,7}-{2479,4456,0,1,4}-{2477,4462,0,1,3}" - }, - { - "npc_id": "4455", - "loc_data": "{2410,4434,0,0,0}" - }, - { - "npc_id": "4472", - "loc_data": "{2524,3056,0,1,2}" - }, - { - "npc_id": "4474", - "loc_data": "{3214,3252,0,0,0}-{3214,3253,0,0,0}-{3214,3254,0,0,0}" - }, - { - "npc_id": "4478", - "loc_data": "{3291,2787,0,0,6}" - }, - { - "npc_id": "4479", - "loc_data": "{2952,3477,0,1,0}-{2959,3501,0,1,3}" - }, - { - "npc_id": "4481", - "loc_data": "{2943,3474,0,1,3}" - }, - { - "npc_id": "4482", - "loc_data": "{2952,3505,0,1,7}-{2950,3501,0,1,4}" - }, - { - "npc_id": "4483", - "loc_data": "{2944,3467,0,1,6}-{2961,3508,0,1,6}-{2953,3467,0,1,3}" - }, - { - "npc_id": "4484", - "loc_data": "{2956,3496,0,1,6}" - }, - { - "npc_id": "4485", - "loc_data": "{2951,3509,0,1,4}" - }, - { - "npc_id": "4487", - "loc_data": "{2943,3478,0,1,3}" - }, - { - "npc_id": "4488", - "loc_data": "{2946,3474,0,1,4}-{2956,3494,0,1,3}" - }, - { - "npc_id": "4489", - "loc_data": "{2946,3469,0,1,5}-{2943,3487,0,1,3}" - }, - { - "npc_id": "4491", - "loc_data": "{2963,3510,0,1,2}-{2949,3475,0,1,3}" - }, - { - "npc_id": "4492", - "loc_data": "{2953,3509,0,1,4}-{2987,3426,0,1,6}" - }, - { - "npc_id": "4493", - "loc_data": "{2957,3513,0,1,6}" - }, - { - "npc_id": "4494", - "loc_data": "{2957,3512,0,1,4}" - }, - { - "npc_id": "4495", - "loc_data": "{2957,3512,0,1,5}" - }, - { - "npc_id": "4511", - "loc_data": "{2149,3866,0,0,7}" - }, - { - "npc_id": "4512", - "loc_data": "{2092,3930,0,1,4}" - }, - { - "npc_id": "4513", - "loc_data": "{2450,4647,0,1,5}" - }, - { - "npc_id": "4514", - "loc_data": "{2079,3923,0,1,7}" - }, - { - "npc_id": "4515", - "loc_data": "{2081,3899,0,1,1}" - }, - { - "npc_id": "4516", - "loc_data": "{2096,3907,0,1,6}" - }, - { - "npc_id": "4517", - "loc_data": "{2086,3915,0,1,0}" - }, - { - "npc_id": "4518", - "loc_data": "{2106,3907,0,1,6}" - }, - { - "npc_id": "4519", - "loc_data": "{2098,3921,0,0,6}-{2099,3921,0,0,6}-{2097,3921,0,0,6}" - }, - { - "npc_id": "4524", - "loc_data": "{2083,3903,0,1,3}" - }, - { - "npc_id": "4525", - "loc_data": "{2098,3894,0,1,3}" - }, - { - "npc_id": "4526", - "loc_data": "{2103,3914,0,1,7}" - }, - { - "npc_id": "4527", - "loc_data": "{2071,3877,0,1,2}-{2084,3868,0,1,1}-{2089,3864,0,1,4}" - }, - { - "npc_id": "4528", - "loc_data": "{2115,3864,0,1,6}-{2105,3848,0,1,1}-{2122,3946,0,1,3}" - }, - { - "npc_id": "4529", - "loc_data": "{2070,3879,0,1,7}-{2097,3862,0,1,3}-{2118,3852,0,1,4}-{2144,3853,0,1,5}" - }, - { - "npc_id": "4530", - "loc_data": "{2076,3866,0,1,1}-{2133,3874,0,1,4}-{2107,3945,0,1,1}" - }, - { - "npc_id": "4531", - "loc_data": "{2103,3866,0,1,3}-{2134,3851,0,1,4}-{2116,3950,0,1,0}" - }, - { - "npc_id": "4534", - "loc_data": "{3206,5487,0,1,6}-{3200,5492,0,1,1}" - }, - { - "npc_id": "4536", - "loc_data": "{2213,3794,0,0,3}" - }, - { - "npc_id": "4537", - "loc_data": "{2621,3688,0,0,6}" - }, - { - "npc_id": "4539", - "loc_data": "{2079,3925,0,1,1}" - }, - { - "npc_id": "4540", - "loc_data": "{2221,3797,2,1,3}-{2137,3899,2,1,2}" - }, - { - "npc_id": "4560", - "loc_data": "{3062,3260,0,1,6}" - }, - { - "npc_id": "4563", - "loc_data": "{3003,9798,0,1,3}" - }, - { - "npc_id": "4568", - "loc_data": "{3364,3338,0,1,6}" - }, - { - "npc_id": "4570", - "loc_data": "{3201,3301,0,1,3}-{3115,3276,0,1,6}" - }, - { - "npc_id": "4571", - "loc_data": "{3205,3298,0,1,3}-{3095,3286,0,1,4}-{3098,3225,0,1,4}-{3056,3248,0,1,0}" - }, - { - "npc_id": "4572", - "loc_data": "{2448,3510,1,0,4}" - }, - { - "npc_id": "4573", - "loc_data": "{2441,3501,1,1,3}" - }, - { - "npc_id": "4575", - "loc_data": "{2441,3503,1,1,4}" - }, - { - "npc_id": "4578", - "loc_data": "{2933,2972,0,0,0}" - }, - { - "npc_id": "4580", - "loc_data": "{2572,3299,1,0,0}" - }, - { - "npc_id": "4585", - "loc_data": "{3115,3160,0,0,0}" - }, - { - "npc_id": "4586", - "loc_data": "{2593,3087,0,1,4}" - }, - { - "npc_id": "4587", - "loc_data": "{2449,3503,1,0,6}" - }, - { - "npc_id": "4588", - "loc_data": "{2448,3500,1,0,3}" - }, - { - "npc_id": "4597", - "loc_data": "{2375,3433,0,1,0}" - }, - { - "npc_id": "4599", - "loc_data": "{2417,3513,0,1,4}" - }, - { - "npc_id": "4603", - "loc_data": "{3008,3514,0,1,3}" - }, - { - "npc_id": "4604", - "loc_data": "{3017,3513,0,1,0}-{3018,3515,0,1,1}" - }, - { - "npc_id": "4605", - "loc_data": "{3018,3512,0,1,7}-{3019,3514,0,1,1}-{3019,3516,0,1,1}" - }, - { - "npc_id": "4606", - "loc_data": "{3017,3514,0,1,4}" - }, - { - "npc_id": "4607", - "loc_data": "{3030,3505,0,0,0}" - }, - { - "npc_id": "4611", - "loc_data": "{3076,3259,0,0,0}" - }, - { - "npc_id": "4649", - "loc_data": "{2142,3122,0,1,4}-{2147,3122,0,1,3}" - }, - { - "npc_id": "4650", - "loc_data": "{3041,3194,0,1,4}" - }, - { - "npc_id": "4651", - "loc_data": "{2760,3239,0,1,3}-{2143,3121,0,1,6}" - }, - { - "npc_id": "4652", - "loc_data": "{2674,3144,0,1,3}-{3701,3501,0,1,6}" - }, - { - "npc_id": "4653", - "loc_data": "{2794,3414,0,1,6}-{3040,3192,0,1,3}-{2954,3154,0,1,6}-{3671,2930,0,1,6}" - }, - { - "npc_id": "4654", - "loc_data": "{3001,3033,0,1,6}-{2674,3146,0,1,6}-{2145,3122,0,1,3}" - }, - { - "npc_id": "4655", - "loc_data": "{2954,3157,0,1,3}-{3701,3503,0,1,1}" - }, - { - "npc_id": "4656", - "loc_data": "{2795,3414,0,1,6}-{3038,3192,0,1,3}-{2760,3238,0,1,3}" - }, - { - "npc_id": "4670", - "loc_data": "{3192,3832,0,1,6}-{3211,3813,0,1,6}" - }, - { - "npc_id": "4671", - "loc_data": "{3189,3836,0,1,6}-{3181,3815,0,1,6}" - }, - { - "npc_id": "4672", - "loc_data": "{3212,3847,0,1,6}-{3221,3827,0,1,6}" - }, - { - "npc_id": "4675", - "loc_data": "{3048,10266,0,1,4}" - }, - { - "npc_id": "4676", - "loc_data": "{3054,10269,0,1,4}" - }, - { - "npc_id": "4677", - "loc_data": "{3335,3687,0,1,4}-{3338,3700,0,1,2}-{3316,5448,0,1,2}-{3107,10065,0,1,0}-{3299,5545,0,1,6}" - }, - { - "npc_id": "4678", - "loc_data": "{3335,3701,0,1,6}-{3350,3687,0,1,5}-{3305,5454,0,1,6}-{3110,10076,0,1,0}" - }, - { - "npc_id": "4679", - "loc_data": "{3333,3694,0,1,6}-{3341,3685,0,1,4}-{3118,10068,0,1,0}-{3312,5558,0,1,1}" - }, - { - "npc_id": "4680", - "loc_data": "{3349,3696,0,1,5}-{3120,10080,0,1,0}" - }, - { - "npc_id": "4685", - "loc_data": "{2957,3895,0,1,4}-{3209,5552,0,1,1}-{3223,5555,0,1,4}-{3220,5548,0,1,6}-{3220,5557,0,1,4}" - }, - { - "npc_id": "4686", - "loc_data": "{2827,3512,0,1,5}-{2957,3898,0,1,6}-{2946,3898,0,1,7}-{3213,5548,0,1,4}" - }, - { - "npc_id": "4688", - "loc_data": "{2700,3212,0,1,6}" - }, - { - "npc_id": "4690", - "loc_data": "{3256,3624,0,1,5}-{3105,3876,0,1,2}" - }, - { - "npc_id": "4694", - "loc_data": "{3098,3870,0,1,1}-{3020,3854,0,1,7}-{2843,9558,0,1,1}-{2840,9605,0,1,4}-{3053,10124,0,1,0}-{3056,10140,0,1,0}" - }, - { - "npc_id": "4695", - "loc_data": "{3097,3696,0,1,4}-{3017,3851,0,1,2}-{2839,9565,0,1,3}-{2837,9601,0,1,4}-{2840,3279,0,1,6}-{3048,10134,0,1,0}-{3061,10138,0,1,0}" - }, - { - "npc_id": "4696", - "loc_data": "{3118,3695,0,1,6}-{3010,3851,0,1,1}-{2839,9560,0,1,4}-{2846,9613,0,1,6}-{3062,10131,0,1,0}" - }, - { - "npc_id": "4697", - "loc_data": "{3125,3706,0,1,5}-{3331,3853,0,1,2}-{3016,3841,0,1,4}-{2845,9557,0,1,2}-{2839,9624,0,1,6}-{2825,3277,0,1,3}-{3065,10125,0,1,0}" - }, - { - "npc_id": "4698", - "loc_data": "{3139,3712,0,1,5}-{3306,3890,0,1,6}-{3085,10093,0,1,0}-{3090,10084,0,1,0}-{2861,9752,0,1,4}-{2363,9776,0,1,1}-{2361,9755,0,1,1}-{2365,9754,0,1,1}-{2362,9751,0,1,1}" - }, - { - "npc_id": "4699", - "loc_data": "{3035,10245,0,1,4}-{3159,3707,0,1,3}-{3301,3871,0,1,5}-{3097,10092,0,1,0}-{3082,10083,0,1,0}-{2629,9477,2,0,0}-{2640,9502,2,0,1}-{2359,9741,0,1,1}" - }, - { - "npc_id": "4700", - "loc_data": "{3030,10259,0,1,3}-{3144,3701,0,1,4}-{3279,3876,0,1,4}-{3094,10092,0,1,0}-{3089,10081,0,1,0}-{2633,9488,2,0,6}-{2862,9750,0,1,7}-{2358,9737,0,1,1}-{2366,9763,0,1,1}" - }, - { - "npc_id": "4701", - "loc_data": "{3028,10250,0,1,4}-{3149,3690,0,1,4}-{3286,3901,0,1,3}-{3089,10089,0,1,0}-{3085,10081,0,1,0}-{2628,9489,2,0,0}-{2631,9504,2,0,5}-{2361,9755,0,1,1}-{2363,9743,0,1,1}-{2363,9772,0,1,1}" - }, - { - "npc_id": "4702", - "loc_data": "{3084,9957,0,1,6}-{2712,9480,0,0,5}" - }, - { - "npc_id": "4703", - "loc_data": "{3092,9958,0,1,2}" - }, - { - "npc_id": "4704", - "loc_data": "{3160,5521,0,1,1}" - }, - { - "npc_id": "4705", - "loc_data": "{3088,9961,0,1,1}-{3169,5528,0,1,0}" - }, - { - "npc_id": "4706", - "loc_data": "{3242,5555,0,1,3}-{3206,5493,0,1,5}" - }, - { - "npc_id": "4707", - "loc_data": "{3213,3253,0,0,6}" - }, - { - "npc_id": "4710", - "loc_data": "{3222,3475,0,0,5}" - }, - { - "npc_id": "4732", - "loc_data": "{3429,3701,0,0,0}" - }, - { - "npc_id": "4898", - "loc_data": "{3124,9874,0,1,3}-{3128,9875,0,1,6}" - }, - { - "npc_id": "4899", - "loc_data": "{3231,3197,0,1,6}" - }, - { - "npc_id": "4900", - "loc_data": "{3210,3213,1,1,1}" - }, - { - "npc_id": "4901", - "loc_data": "{3245,3157,0,0,7}" - }, - { - "npc_id": "4902", - "loc_data": "{3227,3147,0,0,1}" - }, - { - "npc_id": "4903", - "loc_data": "{3244,3214,0,1,1}" - }, - { - "npc_id": "4904", - "loc_data": "{3228,3254,0,1,3}" - }, - { - "npc_id": "4906", - "loc_data": "{3230,3244,0,1,4}" - }, - { - "npc_id": "4907", - "loc_data": "{3208,3222,2,0,6}" - }, - { - "npc_id": "4909", - "loc_data": "{2831,3352,0,0,7}" - }, - { - "npc_id": "4920", - "loc_data": "{3289,5496,0,0,5}-{3272,5490,0,0,0}-{3188,5510,0,1,6}-{3194,5510,0,1,2}" - }, - { - "npc_id": "4921", - "loc_data": "{3304,5493,0,1,3}-{3303,5496,0,1,0}-{3271,5490,0,0,5}" - }, - { - "npc_id": "4926", - "loc_data": "{3225,3551,0,1,1}-{3248,3524,0,1,1}" - }, - { - "npc_id": "4927", - "loc_data": "{3227,3529,0,1,1}" - }, - { - "npc_id": "4930", - "loc_data": "{3412,2889,0,1,3}-{3414,2892,0,1,1}-{3414,2890,0,1,1}-{3416,2886,0,1,4}-{3416,2893,0,1,6}" - }, - { - "npc_id": "4932", - "loc_data": "{3414,2891,0,1,1}-{3410,2888,0,1,7}" - }, - { - "npc_id": "4944", - "loc_data": "{2042,5213,0,1,5}-{2020,5236,0,1,2}-{1944,5152,0,1,2}-{2041,5216,0,1,0}" - }, - { - "npc_id": "4945", - "loc_data": "{1994,5192,0,1,4}-{1997,5190,0,1,1}" - }, - { - "npc_id": "4946", - "loc_data": "{2721,3432,0,1,4}" - }, - { - "npc_id": "4947", - "loc_data": "{2825,3696,0,1,3}" - }, - { - "npc_id": "4950", - "loc_data": "{2855,10051,1,0,0}" - }, - { - "npc_id": "4953", - "loc_data": "{2684,3274,1,0,0}" - }, - { - "npc_id": "4955", - "loc_data": "{2772,3223,0,0,0}" - }, - { - "npc_id": "4956", - "loc_data": "{2783,3119,0,0,0}" - }, - { - "npc_id": "4961", - "loc_data": "{2683,3275,1,0,0}" - }, - { - "npc_id": "4975", - "loc_data": "{3303,3024,0,0,7}-{3299,3016,0,0,2}-{3280,9438,0,0,6}-{3275,9460,0,0,3}-{3267,9458,0,0,3}-{3270,9415,0,0,6}-{3272,9429,0,0,4}-{3272,9421,0,0,4}-{3271,9450,0,0,1}-{3288,9413,0,0,6}-{3297,9414,0,0,6}-{3300,9414,0,0,6}-{3304,9424,0,0,1}-{3292,9426,0,0,4}-{3295,9421,0,0,3}-{3297,9412,0,0,1}-{3292,9413,0,0,3}-{3324,9429,0,0,3}-{3311,9440,0,0,6}-{3294,9459,0,0,1}-{3291,9463,0,0,6}-{3296,9468,0,0,1}-{3288,9468,0,0,1}-{3313,9449,0,0,1}-{3034,2971,0,0,5}-{3030,2971,0,0,1}" - }, - { - "npc_id": "4976", - "loc_data": "{3301,3017,0,0,7}-{3281,9446,0,0,1}-{3270,9451,0,0,4}-{3269,9418,0,0,1}-{3267,9441,0,0,1}-{3280,9436,0,0,1}-{3291,9414,0,0,6}-{3305,9413,0,0,6}-{3308,9415,0,0,1}-{3309,9420,0,0,1}-{3296,9425,0,0,1}-{3294,9420,0,0,1}-{3295,9412,0,0,3}-{3323,9439,0,0,6}-{3295,9460,0,0,3}-{3294,9464,0,0,6}-{3294,9467,0,0,1}-{3311,9454,0,0,6}-{3036,2972,0,0,1}-{3039,2968,0,0,1}-{3046,2982,0,0,6}-{3045,2974,0,0,6}-{3042,2972,0,0,6}" - }, - { - "npc_id": "4977", - "loc_data": "{3294,3016,0,0,6}-{3287,3016,0,0,3}-{3277,9452,0,0,1}-{3267,9443,0,0,6}-{3267,9431,0,0,6}-{3269,9420,0,0,6}-{3273,9460,0,0,4}-{3277,9454,0,0,6}-{3281,9448,0,0,6}-{3294,9413,0,0,6}-{3306,9423,0,0,1}-{3298,9436,0,0,6}-{3292,9466,0,0,6}-{3296,9462,0,0,3}-{3290,9467,0,0,1}-{3315,9451,0,0,1}-{3316,9454,0,0,3}-{3038,2973,0,0,1}-{3027,2974,0,0,1}-{3023,2977,0,0,1}-{3035,2989,0,0,4}-{3039,2985,0,0,4}" - }, - { - "npc_id": "4978", - "loc_data": "{3291,3017,0,0,5}-{3275,9463,0,0,1}-{3273,9430,0,0,6}-{3273,9422,0,0,6}-{3267,9428,0,0,1}-{3294,9411,0,0,6}-{3300,9424,0,0,1}-{3289,9412,0,0,3}-{3042,2969,0,0,1}-{3038,2976,0,0,6}-{3041,2983,0,0,6}-{3043,2983,0,0,6}-{3044,2981,0,0,6}-{3043,2979,0,0,1}-{3038,2989,0,0,1}-{3025,2984,0,0,1}-{3026,2988,0,0,1}-{3030,2990,0,0,1}-{3024,2979,0,0,3}" - }, - { - "npc_id": "4985", - "loc_data": "{3304,3027,0,1,2}" - }, - { - "npc_id": "4986", - "loc_data": "{3308,3112,0,1,1}" - }, - { - "npc_id": "4989", - "loc_data": "{3272,3029,0,1,4}" - }, - { - "npc_id": "4990", - "loc_data": "{3269,3029,0,1,4}" - }, - { - "npc_id": "4991", - "loc_data": "{3270,3030,0,1,6}" - }, - { - "npc_id": "4992", - "loc_data": "{3267,3029,0,1,0}" - }, - { - "npc_id": "4993", - "loc_data": "{3277,3028,0,1,1}-{3279,9441,0,1,4}" - }, - { - "npc_id": "4994", - "loc_data": "{3285,3027,0,1,7}" - }, - { - "npc_id": "4995", - "loc_data": "{3279,3024,0,1,3}-{3286,3036,1,1,4}" - }, - { - "npc_id": "4996", - "loc_data": "{3284,3022,0,1,2}" - }, - { - "npc_id": "4997", - "loc_data": "{3289,3026,0,1,3}-{3317,9438,0,0,3}" - }, - { - "npc_id": "4998", - "loc_data": "{3293,3027,0,1,5}-{3286,9419,0,1,3}-{3296,9433,0,1,7}-{3310,9457,0,1,1}" - }, - { - "npc_id": "4999", - "loc_data": "{3280,3020,0,1,6}-{3319,9439,0,1,0}-{3299,9467,0,1,3}" - }, - { - "npc_id": "5000", - "loc_data": "{3285,3022,0,1,6}-{3295,9434,0,1,3}" - }, - { - "npc_id": "5001", - "loc_data": "{3297,3020,0,1,6}-{3280,9414,0,1,1}-{3279,9416,0,1,1}" - }, - { - "npc_id": "5002", - "loc_data": "{3295,3028,0,1,3}-{3291,9423,0,1,1}" - }, - { - "npc_id": "5020", - "loc_data": "{2905,3180,0,0,0}" - }, - { - "npc_id": "5021", - "loc_data": "{2906,3173,0,0,0}" - }, - { - "npc_id": "5022", - "loc_data": "{2907,3169,0,0,0}" - }, - { - "npc_id": "5029", - "loc_data": "{2534,3575,0,1,0}" - }, - { - "npc_id": "5030", - "loc_data": "{2533,3570,0,1,4}" - }, - { - "npc_id": "5031", - "loc_data": "{2525,3575,0,1,3}" - }, - { - "npc_id": "5032", - "loc_data": "{2525,3566,0,1,3}" - }, - { - "npc_id": "5033", - "loc_data": "{2520,3569,0,1,3}" - }, - { - "npc_id": "5049", - "loc_data": "{2808,3355,0,1,6}" - }, - { - "npc_id": "5062", - "loc_data": "{2927,3410,0,0,0}" - }, - { - "npc_id": "5065", - "loc_data": "{2925,3303,0,0,0}" - }, - { - "npc_id": "5070", - "loc_data": "{2912,3480,0,0,0}-{2911,3480,0,0,0}" - }, - { - "npc_id": "5071", - "loc_data": "{2609,2922,0,0,0}" - }, - { - "npc_id": "5072", - "loc_data": "{2526,2928,0,1,6}-{2510,2876,0,1,3}-{2517,2878,0,1,6}-{2527,2877,0,1,2}-{2532,2938,0,1,4}-{2527,2933,0,1,4}-{2521,2938,0,1,6}-{2507,2914,0,1,0}-{2512,2910,0,1,4}-{2517,2912,0,1,1}-{2517,2921,0,1,6}-{2511,2911,0,1,3}-{2521,2917,0,1,7}-{2522,2929,0,1,4}-{2510,2888,0,1,1}-{2502,2890,0,1,3}-{2520,2882,0,1,7}-{2507,2877,0,1,1}-{2464,2832,0,1,2}-{2500,2893,0,1,4}-{2548,2887,0,1,1}-{2544,2889,0,1,7}-{2536,2877,0,1,3}-{2530,2872,0,1,3}-{2520,2885,0,1,0}-{2517,2870,0,1,4}-{2498,2883,0,1,6}-{2501,2886,0,1,7}-{2508,2916,0,1,4}-{2502,2888,0,1,7}-{2514,2915,0,1,4}-{2520,2908,0,1,6}-{2515,2944,0,1,4}-{2526,2943,0,1,4}-{2525,2893,0,1,4}-{2521,2896,0,1,1}" - }, - { - "npc_id": "5073", - "loc_data": "{2603,2892,0,1,1}-{2604,2892,0,1,6}-{2611,2917,0,1,6}-{2611,2916,0,1,3}-{2613,2894,0,1,1}-{2614,2892,0,1,6}-{2608,2927,0,1,2}-{2612,2934,0,1,4}-{2609,2930,0,1,0}-{2594,2929,0,1,2}-{2616,2922,0,1,4}-{2593,2911,0,1,1}-{2617,2911,0,1,1}-{2602,2900,0,1,3}-{2601,2886,0,1,6}-{2587,2897,0,1,4}-{2612,2936,0,1,3}-{2606,2929,0,1,5}-{2615,2930,0,1,3}-{2576,2896,0,1,1}-{2588,2879,0,1,6}-{2593,2880,0,1,7}-{2583,2886,0,1,5}-{2609,2897,0,1,3}-{2608,2905,0,1,2}-{2606,2917,0,1,4}-{2604,2918,0,1,4}-{2613,2890,0,1,5}-{2608,2921,0,1,6}-{2604,2886,0,1,6}-{2602,2920,0,1,1}-{2607,2932,0,1,6}-{2578,2885,0,1,1}" - }, - { - "npc_id": "5074", - "loc_data": "{2727,3763,0,1,1}-{2724,3765,0,1,2}-{2725,3768,0,1,2}-{2730,3768,0,1,2}-{2731,3764,0,1,2}-{2731,3763,0,1,2}-{2731,3765,0,1,2}-{2733,3765,0,1,2}-{2709,3823,1,1,2}-{2713,3823,1,1,2}-{2709,3825,1,1,2}-{2710,3826,1,1,2}-{2709,3825,1,1,2}" - }, - { - "npc_id": "5075", - "loc_data": "{3402,3140,0,1,2}-{3402,3138,0,1,3}-{3404,3139,0,1,5}-{3400,3142,0,1,6}-{3405,3143,0,1,5}-{3409,3078,0,1,5}-{3410,3075,0,1,5}-{3411,3079,0,1,5}-{3408,3076,0,1,5}-{3414,3077,0,1,5}" - }, - { - "npc_id": "5076", - "loc_data": "{2310,3581,0,1,2}-{2314,3580,0,1,2}-{2311,3583,0,1,2}-{2304,3588,0,1,6}-{2305,3601,0,1,7}-{2341,3610,0,1,7}-{2344,3606,0,1,3}-{2340,3603,0,1,4}-{2348,3591,0,1,1}-{2356,3595,0,1,6}-{2361,3595,0,1,1}-{2359,3589,0,1,4}-{2346,3585,0,1,6}-{2360,3584,0,1,7}" - }, - { - "npc_id": "5077", - "loc_data": "{2558,2911,0,0,0}-{2558,2913,0,0,0}-{2556,2913,0,0,0}-{2557,2912,0,0,0}-{2560,2911,0,0,0}-{2559,2910,0,0,0}-{2559,2909,0,0,0}-{2559,2917,0,0,0}-{2558,2914,0,0,0}-{2559,2915,0,0,0}-{2558,2916,0,0,0}-{2559,2932,0,0,0}-{2559,2928,0,0,0}-{2558,2928,0,0,0}-{2558,2931,0,0,0}-{2558,2929,0,0,0}-{2556,2911,0,0,0}-{2557,2911,0,0,0}-{2556,2910,0,0,0}-{2556,2912,0,0,0}-{2557,2919,0,0,0}-{2556,2914,0,0,0}-{2556,2913,0,0,0}-{2556,2918,0,0,0}-{2556,2929,0,0,0}-{2557,2933,0,0,0}-{2556,2932,0,0,0}-{2557,2932,0,0,0}-{2557,2928,0,0,0}-{2559,2934,0,0,0}-{2554,2911,0,0,0}-{2555,2911,0,0,0}-{2554,2912,0,0,0}-{2555,2915,0,0,0}-{2555,2919,0,0,0}-{2554,2919,0,0,0}-{2554,2913,0,0,0}-{2556,2915,0,0,0}-{2555,2931,0,0,0}-{2554,2933,0,0,0}-{2555,2934,0,0,0}-{2555,2933,0,0,0}-{2555,2932,0,0,0}-{2554,2935,0,0,0}-{2554,2934,0,0,0}-{2556,2936,0,0,0}-{2558,2936,0,0,0}-{2554,2936,0,0,0}-{2553,2935,0,0,0}-{2556,2933,0,0,0}-{2558,2938,0,0,0}-{2556,2938,0,0,0}-{2557,2937,0,0,0}-{2557,2917,0,0,0}-{2555,2917,0,0,0}-{2555,2912,0,0,0}-{2555,2935,0,0,0}-{2547,2940,0,0,0}-{2546,2939,0,0,0}-{2548,2939,0,0,0}-{2557,2930,0,0,0}-{2556,2929,0,0,0}-{2546,2941,0,0,0}-{2548,2941,0,0,0}-{2557,2931,0,0,0}-{2556,2935,0,0,0}-{2555,2936,0,0,0}-{2553,2935,0,0,0}-{2559,2930,0,0,0}-{2547,2940,0,0,0}-{2509,2910,0,0,0}-{2507,2910,0,0,0}-{2509,2908,0,0,0}-{2508,2908,0,0,0}-{2508,2909,0,0,0}-{2510,2908,0,0,0}-{2506,2906,0,0,0}-{2508,2906,0,0,0}-{2507,2906,0,0,0}-{2507,2905,0,0,0}-{2509,2905,0,0,0}-{2505,2907,0,0,0}-{2504,2908,0,0,0}-{2467,2879,0,0,0}-{2484,2877,0,0,0}-{2485,2876,0,0,0}-{2511,2908,0,0,0}-{2504,2906,0,0,0}-{2508,2907,0,0,0}-{2509,2906,0,0,0}-{2508,2909,0,0,0}-{2506,2906,0,0,0}-{2510,2907,0,0,0}-{2503,2907,0,0,0}-{2509,2908,0,0,0}-{2507,2908,0,0,0}-{2508,2906,0,0,0}-{2505,2907,0,0,0}-{2507,2905,0,0,0}-{2506,2904,0,0,0}-{2505,2903,0,0,0}-{2508,2902,0,0,0}-{2504,2901,0,0,0}-{2506,2907,0,0,0}-{2507,2906,0,0,0}-{2524,2898,0,0,0}-{2524,2896,0,0,0}-{2525,2897,0,0,0}-{2521,2895,0,0,0}-{2525,2895,0,0,0}-{2507,2903,0,0,0}-{2526,2898,0,0,0}-{2507,2889,0,0,0}-{2506,2903,0,0,0}-{2503,2905,0,0,0}-{2507,2905,0,0,0}-{2511,2908,0,0,0}-{2507,2887,0,0,0}-{2554,2937,0,0,0}-{2558,2938,0,0,0}-{2557,2937,0,0,0}-{2556,2938,0,0,0}-{2553,2937,0,0,0}-{2556,2937,0,0,0}-{2553,2935,0,0,0}-{2556,2935,0,0,0}-{2558,2936,0,0,0}-{2555,2936,0,0,0}-{2552,2936,0,0,0}-{2554,2936,0,0,0}-{2552,2934,0,0,0}-{2553,2934,0,0,0}-{2557,2931,0,0,0}-{2559,2932,0,0,0}-{2558,2932,0,0,0}-{2556,2936,0,0,0}-{2553,2936,0,0,0}-{2554,2935,0,0,0}-{2559,2917,0,0,0}-{2556,2916,0,0,0}-{2555,2917,0,0,0}-{2559,2914,0,0,0}-{2557,2915,0,0,0}-{2561,2914,0,0,0}-{2557,2912,0,0,0}-{2559,2912,0,0,0}-{2558,2913,0,0,0}-{2555,2911,0,0,0}-{2554,2910,0,0,0}-{2559,2916,0,0,0}-{2557,2932,0,0,0}-{2557,2909,0,0,0}-{2559,2913,0,0,0}-{2552,2935,0,0,0}-{2512,2864,0,0,0}-{2560,2909,0,0,0}-{2561,2916,0,0,0}-{2559,2909,0,0,0}-{2557,2914,0,0,0}-{2555,2915,0,0,0}-{2527,2896,0,0,0}-{2524,2895,0,0,0}-{2524,2894,0,0,0}-{2525,2896,0,0,0}-{2524,2896,0,0,0}-{2523,2893,0,0,0}-{2523,2896,0,0,0}-{2523,2897,0,0,0}-{2521,2895,0,0,0}-{2521,2893,0,0,0}-{2526,2895,0,0,0}-{2507,2887,0,0,0}-{2507,2890,0,0,0}-{2506,2886,0,0,0}-{2505,2887,0,0,0}-{2505,2888,0,0,0}-{2503,2889,0,0,0}-{2504,2889,0,0,0}-{2504,2903,0,0,0}-{2505,2907,0,0,0}-{2504,2906,0,0,0}-{2505,2905,0,0,0}-{2506,2907,0,0,0}-{2506,2905,0,0,0}-{2506,2906,0,0,0}-{2507,2903,0,0,0}-{2507,2906,0,0,0}-{2507,2907,0,0,0}-{2505,2893,0,0,0}-{2504,2892,0,0,0}-{2508,2909,0,0,0}-{2502,2891,0,0,0}-{2503,2890,0,0,0}-{2503,2891,0,0,0}-{2508,2891,0,0,0}-{2507,2891,0,0,0}-{2507,2890,0,0,0}-{2503,2889,0,0,0}-{2504,2889,0,0,0}-{2505,2888,0,0,0}-{2506,2909,0,0,0}-{2507,2887,0,0,0}-{2505,2887,0,0,0}-{2506,2887,0,0,0}-{2508,2890,0,0,0}-{2504,2894,0,0,0}-{2502,2891,0,0,0}-{2524,2899,0,0,0}-{2524,2898,0,0,0}-{2526,2899,0,0,0}-{2526,2895,0,0,0}-{2526,2900,0,0,0}-{2524,2900,0,0,0}-{2525,2900,0,0,0}-{2525,2899,0,0,0}-{2524,2893,0,0,0}-{2522,2894,0,0,0}-{2521,2895,0,0,0}-{2523,2895,0,0,0}-{2524,2895,0,0,0}-{2506,2886,0,0,0}-{2521,2893,0,0,0}-{2526,2898,0,0,0}-{2524,2899,0,0,0}-{2456,2832,0,0,0}-{2523,2896,0,0,0}-{2522,2894,0,0,0}-{2524,2901,0,0,0}-{2524,2900,0,0,0}-{2523,2895,0,0,0}-{2526,2901,0,0,0}-{2525,2896,0,0,0}-{2526,2900,0,0,0}-{2523,2893,0,0,0}-{2525,2900,0,0,0}-{2524,2898,0,0,0}-{2525,2894,0,0,0}-{2527,2894,0,0,0}-{2524,2899,0,0,0}-{2508,2904,0,0,0}-{2507,2907,0,0,0}-{2506,2902,0,0,0}-{2506,2907,0,0,0}-{2506,2906,0,0,0}-{2503,2907,0,0,0}-{2503,2905,0,0,0}-{2505,2893,0,0,0}-{2503,2891,0,0,0}-{2506,2891,0,0,0}-{2508,2891,0,0,0}-{2506,2892,0,0,0}-{2506,2909,0,0,0}-{2503,2890,0,0,0}-{2503,2889,0,0,0}-{2504,2889,0,0,0}-{2507,2890,0,0,0}-{2505,2887,0,0,0}-{2505,2888,0,0,0}-{2508,2890,0,0,0}-{2507,2905,0,0,0}-{2456,2832,0,0,0}-{2503,2890,0,0,0}-{2503,2891,0,0,0}-{2504,2892,0,0,0}-{2504,2894,0,0,0}-{2506,2887,0,0,0}-{2507,2887,0,0,0}-{2507,2891,0,0,0}-{2504,2889,0,0,0}-{2508,2891,0,0,0}-{2505,2888,0,0,0}-{2506,2894,0,0,0}-{2506,2902,0,0,0}-{2506,2904,0,0,0}-{2506,2886,0,0,0}-{2507,2903,0,0,0}-{2505,2893,0,0,0}-{2506,2891,0,0,0}-{2503,2889,0,0,0}-{2506,2887,0,0,0}-{2506,2892,0,0,0}-{2507,2891,0,0,0}-{2456,2832,0,0,0}-{2456,2832,0,0,0}-{2507,2887,0,0,0}-{2507,2890,0,0,0}-{2503,2905,0,0,0}-{2505,2906,0,0,0}-{2506,2905,0,0,0}-{2506,2906,0,0,0}-{2507,2905,0,0,0}-{2505,2905,0,0,0}-{2504,2906,0,0,0}-{2503,2907,0,0,0}-{2506,2894,0,0,0}-{2507,2908,0,0,0}-{2507,2907,0,0,0}-{2508,2909,0,0,0}-{2505,2888,0,0,0}-{2505,2907,0,0,0}-{2494,2940,0,0,0}-{2495,2940,0,0,0}-{2496,2939,0,0,0}-{2497,2938,0,0,0}-{2498,2942,0,0,0}-{2499,2943,0,0,0}-{2498,2944,0,0,0}-{2500,2942,0,0,0}-{2503,2940,0,0,0}-{2496,2939,0,0,0}-{2502,2939,0,0,0}-{2500,2944,0,0,0}" - }, - { - "npc_id": "5078", - "loc_data": "{2556,2911,0,0,0}-{2560,2909,0,0,0}-{2560,2933,0,0,0}-{2558,2910,0,0,0}-{2558,2909,0,0,0}-{2558,2918,0,0,0}-{2559,2930,0,0,0}-{2557,2915,0,0,0}-{2557,2931,0,0,0}-{2558,2935,0,0,0}-{2555,2936,0,0,0}-{2553,2936,0,0,0}-{2553,2933,0,0,0}-{2553,2934,0,0,0}-{2506,2908,0,0,0}-{2507,2908,0,0,0}-{2510,2906,0,0,0}-{2509,2907,0,0,0}-{2508,2907,0,0,0}-{2506,2904,0,0,0}-{2508,2904,0,0,0}-{2504,2906,0,0,0}-{2467,2878,0,0,0}-{2486,2877,0,0,0}-{2506,2909,0,0,0}-{2508,2904,0,0,0}-{2506,2902,0,0,0}-{2504,2903,0,0,0}-{2504,2902,0,0,0}-{2525,2899,0,0,0}-{2523,2897,0,0,0}-{2522,2897,0,0,0}-{2523,2895,0,0,0}-{2521,2893,0,0,0}-{2523,2893,0,0,0}-{2506,2888,0,0,0}-{2509,2889,0,0,0}-{2505,2889,0,0,0}-{2508,2888,0,0,0}-{2506,2887,0,0,0}-{2505,2887,0,0,0}-{2554,2935,0,0,0}-{2552,2935,0,0,0}-{2557,2934,0,0,0}-{2554,2934,0,0,0}-{2558,2933,0,0,0}-{2559,2931,0,0,0}-{2560,2918,0,0,0}-{2558,2916,0,0,0}-{2557,2917,0,0,0}-{2561,2916,0,0,0}-{2555,2915,0,0,0}-{2557,2914,0,0,0}-{2560,2915,0,0,0}-{2554,2912,0,0,0}-{2556,2912,0,0,0}-{2559,2909,0,0,0}-{2558,2909,0,0,0}-{2527,2894,0,0,0}-{2525,2894,0,0,0}-{2523,2895,0,0,0}-{2522,2894,0,0,0}-{2508,2890,0,0,0}-{2508,2891,0,0,0}-{2503,2905,0,0,0}-{2503,2907,0,0,0}-{2506,2902,0,0,0}-{2506,2904,0,0,0}-{2504,2894,0,0,0}-{2506,2894,0,0,0}-{2506,2892,0,0,0}-{2508,2904,0,0,0}-{2506,2891,0,0,0}-{2524,2901,0,0,0}-{2526,2901,0,0,0}-{2524,2894,0,0,0}-{2525,2894,0,0,0}-{2527,2894,0,0,0}-{2523,2896,0,0,0}-{2525,2896,0,0,0}-{2507,2903,0,0,0}-{2507,2905,0,0,0}-{2505,2902,0,0,0}-{2506,2904,0,0,0}-{2505,2907,0,0,0}-{2506,2905,0,0,0}-{2505,2905,0,0,0}-{2504,2906,0,0,0}-{2506,2894,0,0,0}-{2504,2894,0,0,0}-{2507,2891,0,0,0}-{2507,2887,0,0,0}-{2506,2891,0,0,0}-{2506,2907,0,0,0}-{2495,2938,0,0,0}-{2501,2938,0,0,0}-{2501,2940,0,0,0}-{2503,2938,0,0,0}" - }, - { - "npc_id": "5079", - "loc_data": "{2323,3538,0,1,6}-{2319,3539,0,1,6}-{2321,3545,0,1,5}-{2324,3556,0,1,1}-{2322,3594,0,1,5}-{2323,3594,0,1,1}-{2323,3602,0,1,1}-{2326,3602,0,1,4}-{2324,3622,0,1,1}-{2326,3630,0,1,6}-{2347,3617,0,1,7}-{2341,3615,0,1,3}-{2339,3596,0,1,3}-{2329,3584,0,1,6}-{2337,3589,0,1,5}-{2358,3573,0,1,3}-{2360,3571,0,1,4}-{2371,3560,0,1,3}-{2342,3549,0,1,0}-{2357,3539,0,1,1}-{2357,3537,0,1,4}-{2357,3549,0,1,6}" - }, - { - "npc_id": "5080", - "loc_data": "{2562,2927,0,1,4}-{2557,2915,0,1,3}-{2557,2921,0,1,1}-{2556,2938,0,1,7}-{2551,2930,0,1,6}-{2558,2912,0,1,4}-{2558,2909,0,1,3}-{2557,2932,0,1,6}-{2556,2935,0,1,1}-{2555,2915,0,1,2}-{2553,2935,0,1,4}-{2559,2918,0,1,4}-{2508,2909,0,1,3}-{2466,2878,0,1,6}-{2467,2881,0,1,7}-{2501,2912,0,1,6}-{2507,2907,0,1,1}-{2505,2902,0,1,2}-{2504,2896,0,1,2}-{2522,2895,0,1,3}-{2526,2897,0,1,1}-{2527,2904,0,1,0}-{2507,2889,0,1,4}-{2464,2832,0,1,2}-{2545,2948,0,1,2}-{2553,2935,0,1,1}-{2556,2931,0,1,5}-{2555,2915,0,1,6}-{2559,2911,0,1,4}-{2559,2918,0,1,3}-{2527,2896,0,1,4}-{2533,2896,0,1,5}-{2508,2890,0,1,4}-{2522,2895,0,1,2}-{2490,2877,0,1,1}-{2496,2897,0,1,1}-{2506,2906,0,1,0}-{2506,2894,0,1,3}-{2506,2902,0,1,6}-{2499,2942,0,1,7}-{2496,2936,0,1,4}-{2498,2939,0,1,3}" - }, - { - "npc_id": "5081", - "loc_data": "{2318,3501,0,1,5}-{2316,3502,0,1,6}-{2317,3512,0,1,6}-{2315,3512,0,1,5}-{2312,3504,0,1,1}-{2307,3513,0,1,6}-{2311,3517,0,1,0}-{2320,3517,0,1,1}-{2309,3520,0,1,6}" - }, - { - "npc_id": "5082", - "loc_data": "{2554,2894,0,1,4}-{2538,2897,0,1,6}-{2545,2899,0,1,3}-{2561,2913,0,1,1}-{2559,2908,0,1,6}-{2557,2920,0,1,4}-{2553,2913,0,1,4}-{2544,2910,0,1,2}-{2547,2909,0,1,4}-{2537,2906,0,1,5}-{2525,2914,0,1,3}-{2561,2918,0,1,7}-{2560,2915,0,1,1}-{2555,2920,0,1,6}-{2557,2908,0,1,6}-{2539,2920,0,1,1}-{2528,2915,0,1,4}-{2527,2904,0,1,0}-{2487,2878,0,1,4}-{2518,2901,0,1,5}-{2528,2902,0,1,1}-{2529,2918,0,1,6}-{2566,2881,0,1,7}-{2568,2917,0,1,6}-{2568,2918,0,1,4}-{2557,2915,0,1,7}-{2546,2912,0,1,3}-{2542,2911,0,1,5}-{2548,2910,0,1,6}-{2554,2907,0,1,1}-{2568,2885,0,1,4}-{2548,2896,0,1,5}-{2545,2895,0,1,6}-{2544,2910,0,1,7}-{2536,2895,0,1,3}-{2538,2902,0,1,6}-{2523,2910,0,1,3}-{2533,2910,0,1,2}" - }, - { - "npc_id": "5085", - "loc_data": "{2328,3526,0,0,0}-{2313,3528,0,0,0}-{2312,3542,0,0,0}-{2312,3544,0,0,0}-{2323,3543,0,0,0}-{2325,3544,0,0,0}-{2328,3539,0,0,0}-{2311,3564,0,0,0}-{2332,3548,0,0,0}-{2335,3545,0,0,0}-{2320,3580,0,0,0}-{2325,3582,0,0,0}-{2330,3583,0,0,0}-{2310,3585,0,0,0}-{2324,3584,0,0,0}-{2312,3587,0,0,0}-{2316,3599,0,0,0}-{2324,3599,0,0,0}-{2323,3600,0,0,0}-{2315,3602,0,0,0}-{2309,3605,0,0,0}-{2316,3608,0,0,0}-{2315,3608,0,0,0}-{2325,3614,0,0,0}-{2313,3620,0,0,0}-{2333,3612,0,0,0}-{2331,3608,0,0,0}-{2331,3604,0,0,0}-{2346,3591,0,0,0}-{2355,3573,0,0,0}-{2369,3573,0,0,0}-{2359,3571,0,0,0}-{2352,3567,0,0,0}-{2372,3561,0,0,0}-{2361,3554,0,0,0}-{2329,3561,0,0,0}-{2341,3560,0,0,0}-{2344,3543,0,0,0}-{2342,3539,0,0,0}-{2349,3547,0,0,0}-{2352,3545,0,0,0}-{2334,3522,0,0,0}" - }, - { - "npc_id": "5086", - "loc_data": "{2321,3593,0,1,1}-{2322,3597,0,1,0}-{2309,3603,0,1,5}-{2306,3607,0,1,0}-{2305,3619,0,1,1}-{2309,3618,0,1,6}-{2322,3627,0,1,3}-{2324,3614,0,1,1}-{2323,3614,0,1,1}-{2323,3629,0,1,6}-{2329,3633,0,1,4}-{2328,3634,0,1,3}-{2311,3642,0,1,1}-{2307,3644,0,1,6}-{2318,3645,0,1,1}-{2323,3645,0,1,3}-{2333,3629,0,1,3}-{2340,3641,0,1,7}-{2343,3640,0,1,6}-{2335,3633,0,1,6}" - }, - { - "npc_id": "5087", - "loc_data": "{2706,3776,0,1,4}-{2712,3774,0,1,3}-{2716,3778,0,1,4}-{2715,3772,0,1,3}-{2720,3767,0,1,4}-{2712,3766,0,1,0}-{2718,3767,0,1,7}-{2719,3771,0,1,3}" - }, - { - "npc_id": "5088", - "loc_data": "{2586,2883,0,1,6}-{2589,2909,0,1,1}-{2574,2915,0,1,3}-{2572,2928,0,1,3}-{2567,2932,0,1,6}-{2568,2933,0,1,0}-{2538,2889,0,1,3}-{2538,2902,0,1,4}-{2536,2872,0,1,4}-{2536,2872,0,1,6}-{2536,2872,0,1,4}-{2536,2872,0,1,6}-{2536,2872,0,1,3}-{2585,2884,0,1,5}-{2577,2890,0,1,0}-{2578,2918,0,1,1}-{2536,2864,0,1,7}-{2568,2934,0,1,1}-{2574,2930,0,1,1}-{2576,2928,0,1,4}-{2512,2864,0,1,6}-{2512,2864,0,1,1}-{2580,2889,0,1,1}-{2580,2886,0,1,1}-{2580,2886,0,1,0}-{2572,2900,0,1,4}-{2572,2896,0,1,3}-{2568,2905,0,1,4}" - }, - { - "npc_id": "5089", - "loc_data": "{2315,3523,0,1,1}-{2315,3530,0,1,6}-{2308,3536,0,1,4}-{2307,3538,0,1,1}-{2325,3551,0,1,3}-{2316,3559,0,1,1}-{2312,3559,0,1,1}-{2310,3572,0,1,3}-{2334,3552,0,1,4}-{2308,3582,0,1,2}-{2363,3579,0,1,1}-{2363,3577,0,1,1}-{2350,3568,0,1,1}-{2352,3561,0,1,1}-{2346,3547,0,1,7}-{2347,3546,0,1,3}-{2363,3541,0,1,1}-{2362,3536,0,1,2}-{2350,3526,0,1,7}-{2350,3521,0,1,4}-{2351,3562,0,1,0}-{2310,3574,0,1,6}" - }, - { - "npc_id": "5093", - "loc_data": "{2375,3607,0,0,0}" - }, - { - "npc_id": "5098", - "loc_data": "{2372,3592,0,1,5}-{2370,3587,0,1,3}-{2371,3586,0,1,6}-{2376,3582,0,1,6}-{2378,3582,0,1,1}-{2383,3582,0,1,5}-{2393,3590,0,1,6}" - }, - { - "npc_id": "5099", - "loc_data": "{2365,3597,0,1,5}-{2369,3588,0,1,4}-{2366,3577,0,1,4}-{2372,3573,0,1,1}-{2377,3584,0,1,1}-{2385,3590,0,1,3}-{2388,3598,0,1,3}" - }, - { - "npc_id": "5100", - "loc_data": "{2369,3579,0,1,5}-{2373,3575,0,1,1}-{2390,3588,0,1,4}" - }, - { - "npc_id": "5103", - "loc_data": "{2733,3777,0,1,6}-{2731,3784,0,1,4}-{2735,3790,0,1,6}-{2741,3783,0,1,2}-{2738,3790,0,1,1}-{2731,3783,0,1,1}-{2724,3791,0,1,4}" - }, - { - "npc_id": "5104", - "loc_data": "{2551,2890,0,0,1}-{2541,2899,0,0,0}-{2564,2896,0,0,4}-{2571,2882,0,1,1}-{2552,2910,0,0,0}-{2573,2900,0,1,3}-{2558,2881,0,0,0}-{2543,2899,0,0,0}-{2545,2925,0,0,0}-{2549,2905,0,1,3}" - }, - { - "npc_id": "5105", - "loc_data": "{2780,3017,0,0,0}-{2766,3013,0,0,0}-{2785,3006,0,0,0}-{2775,2996,0,0,0}" - }, - { - "npc_id": "5109", - "loc_data": "{3443,2902,0,1,3}" - }, - { - "npc_id": "5110", - "loc_data": "{2566,3084,0,1,6}" - }, - { - "npc_id": "5111", - "loc_data": "{2569,3083,0,1,1}" - }, - { - "npc_id": "5113", - "loc_data": "{2525,2916,0,1,5}" - }, - { - "npc_id": "5114", - "loc_data": "{3411,3076,0,1,6}-{3415,3075,0,1,1}-{3406,3093,0,1,3}-{3413,3078,0,1,1}-{3403,3093,0,1,1}-{3412,3081,0,1,3}-{3405,3099,0,1,3}-{3405,3102,0,1,0}-{3406,3098,0,1,4}-{3401,3099,0,1,7}-{3405,3093,0,1,4}-{3404,3085,0,1,5}-{3402,3094,0,1,6}-{3399,3096,0,1,1}-{3405,3088,0,1,3}-{3411,3088,0,1,2}" - }, - { - "npc_id": "5115", - "loc_data": "{2451,3219,0,1,3}-{2448,3221,0,1,3}-{2476,3236,0,1,3}-{2450,3226,0,1,6}-{2474,3239,0,1,0}-{2470,3240,0,1,2}-{2468,3243,0,1,0}-{2455,3219,0,1,6}-{2449,3225,0,1,7}-{2445,3226,0,1,2}-{2467,3241,0,1,1}-{2452,3221,0,1,3}-{2473,3235,0,1,7}-{2472,3241,0,1,4}-{2475,3237,0,1,3}" - }, - { - "npc_id": "5116", - "loc_data": "{3291,3675,0,1,6}-{3293,3678,0,1,1}-{3302,3671,0,1,0}-{3299,3666,0,1,5}-{3319,3662,0,1,2}-{3309,3661,0,1,5}-{3321,3661,0,1,1}-{3298,3672,0,1,0}-{3316,3657,0,1,4}-{3302,3667,0,1,1}-{3302,3666,0,1,3}-{3315,3663,0,1,1}" - }, - { - "npc_id": "5117", - "loc_data": "{3537,3449,0,1,2}-{3535,3447,0,1,6}-{3539,3447,0,1,2}-{3533,3446,0,1,1}-{3549,3439,0,1,4}-{3547,3439,0,1,7}-{3549,3439,0,1,4}" - }, - { - "npc_id": "5120", - "loc_data": "{2326,3488,0,1,0}-{2325,3483,0,1,0}-{2315,3482,0,1,0}-{2336,3491,0,1,0}" - }, - { - "npc_id": "5125", - "loc_data": "{2316,3501,0,0,0}" - }, - { - "npc_id": "5138", - "loc_data": "{2607,3264,0,0,0}" - }, - { - "npc_id": "5139", - "loc_data": "{2607,3260,0,0,0}" - }, - { - "npc_id": "5146", - "loc_data": "{3205,3263,0,0,0}-{2925,3324,0,1,0}" - }, - { - "npc_id": "5147", - "loc_data": "{3207, 3270, 0, 1, 0}" - }, - { - "npc_id": "5148", - "loc_data": "{3229,3347,0,1,1}-{3238,3347,0,1,1}" - }, - { - "npc_id": "5149", - "loc_data": "{3233,3350,0,1,0}" - }, - { - "npc_id": "5156", - "loc_data": "{3203,3262,0,1,5}" - }, - { - "npc_id": "5157", - "loc_data": "{3205,3262,0,1,1}" - }, - { - "npc_id": "5160", - "loc_data": "{3205,3270,0,1,4}-{3249,3345,0,1,5}" - }, - { - "npc_id": "5161", - "loc_data": "{3210,3273,0,1,6}-{3233,3340,0,1,5}-{3241,3344,0,1,3}-{2926,3326,0,1,6}-{2924,3324,0,1,1}" - }, - { - "npc_id": "5164", - "loc_data": "{2410,4456,0,1,1}-{2415,4429,0,1,2}" - }, - { - "npc_id": "5168", - "loc_data": "{3207,3260,0,1,3}-{3197,3268,0,1,1}" - }, - { - "npc_id": "5171", - "loc_data": "{2860,10054,1,0,0}" - }, - { - "npc_id": "5173", - "loc_data": "{2769,3611,0,1,7}-{2768,3607,0,1,6}-{2764,3612,0,1,2}-{2763,3608,0,1,6}-{2762,3611,0,1,4}-{2765,3606,0,1,0}" - }, - { - "npc_id": "5199", - "loc_data": "{3093,3357,0,0,0}" - }, - { - "npc_id": "5200", - "loc_data": "{3099,3369,0,1,1}" - }, - { - "npc_id": "5202", - "loc_data": "{3621,3528,0,1,4}" - }, - { - "npc_id": "5291", - "loc_data": "{3300,2792,0,0,6}-{3282,2807,0,0,6}-{3285,2811,0,0,1}-{3283,2772,0,1,5}-{3281,2771,0,1,7}-{3283,2776,0,1,6}-{3278,2770,0,1,6}" - }, - { - "npc_id": "5298", - "loc_data": "{2499,3286,0,1,6}" - }, - { - "npc_id": "5300", - "loc_data": "{2500,3283,0,1,0}" - }, - { - "npc_id": "5303", - "loc_data": "{2506,3284,0,1,6}" - }, - { - "npc_id": "5310", - "loc_data": "{3212,3682,0,1,0}-{3228,3680,0,1,6}-{3230,3683,0,1,1}-{3234,3692,0,1,5}" - }, - { - "npc_id": "5311", - "loc_data": "{3231,3673,0,1,0}-{3225,3677,0,1,3}-{3229,3689,0,1,4}-{3239,3681,0,1,4}-{3236,3694,0,1,6}" - }, - { - "npc_id": "5312", - "loc_data": "{3210,3667,0,1,4}-{3217,3688,0,1,4}-{3241,3694,0,1,3}" - }, - { - "npc_id": "5313", - "loc_data": "{3224,3686,0,1,5}-{3243,3688,0,1,1}-{3242,3687,0,1,0}" - }, - { - "npc_id": "5314", - "loc_data": "{2588,9491,0,1,3}-{2585,9492,0,1,3}-{2586,9491,0,1,5}-{2591,9492,0,1,3}" - }, - { - "npc_id": "5316", - "loc_data": "{2497,3292,0,1,3}" - }, - { - "npc_id": "5318", - "loc_data": "{2511,3287,0,1,3}" - }, - { - "npc_id": "5323", - "loc_data": "{3221,3693,0,1,6}" - }, - { - "npc_id": "5324", - "loc_data": "{3221,3682,0,1,4}" - }, - { - "npc_id": "5325", - "loc_data": "{3125,3627,0,1,6}-{3232,3698,0,1,7}" - }, - { - "npc_id": "5326", - "loc_data": "{3229,3683,0,1,0}" - }, - { - "npc_id": "5327", - "loc_data": "{3224,3671,0,1,6}" - }, - { - "npc_id": "5332", - "loc_data": "{3102,3571,0,1,3}-{2855,9571,0,1,0}" - }, - { - "npc_id": "5333", - "loc_data": "{3100,3560,0,1,4}-{3108,3545,0,1,2}-{2860,9571,0,1,7}" - }, - { - "npc_id": "5334", - "loc_data": "{3108,3533,0,1,1}-{2860,9569,0,1,6}" - }, - { - "npc_id": "5337", - "loc_data": "{3100,3563,0,1,1}-{2832,9656,0,1,6}-{2846,3250,0,1,7}-{2834,3233,0,1,5}-{3003,10347,0,1,7}-{3003,10350,0,1,6}-{3003,10357,0,1,4}-{2996,10343,0,1,3}-{2993,10346,0,1,4}-{2995,3938,0,1,4}" - }, - { - "npc_id": "5338", - "loc_data": "{3119,3565,0,1,1}-{2838,9648,0,1,5}-{2831,9654,0,1,1}-{2843,3248,0,1,1}-{2840,3240,0,1,3}-{2994,10349,0,1,5}-{2998,10350,0,1,0}-{3003,10350,0,1,4}" - }, - { - "npc_id": "5339", - "loc_data": "{3095,3554,0,1,4}-{2831,9655,0,1,7}-{2844,3239,0,1,0}" - }, - { - "npc_id": "5340", - "loc_data": "{3112,3573,0,1,6}-{2833,9655,0,1,6}-{2848,3246,0,1,3}" - }, - { - "npc_id": "5341", - "loc_data": "{2840,9633,0,1,1}-{2844,9634,0,1,6}-{2842,9637,0,1,3}" - }, - { - "npc_id": "5345", - "loc_data": "{2501,3294,0,1,3}" - }, - { - "npc_id": "5349", - "loc_data": "{3099,3354,1,1,3}" - }, - { - "npc_id": "5350", - "loc_data": "{3116,3367,1,1,3}" - }, - { - "npc_id": "5351", - "loc_data": "{3110,3358,1,1,1}" - }, - { - "npc_id": "5352", - "loc_data": "{3121,3359,1,1,4}" - }, - { - "npc_id": "5355", - "loc_data": "{2873,2950,0,0,0}-{2876,2951,0,0,0}" - }, - { - "npc_id": "5356", - "loc_data": "{2877,2958,0,0,0}" - }, - { - "npc_id": "5357", - "loc_data": "{2876,2958,0,0,0}" - }, - { - "npc_id": "5358", - "loc_data": "{2874,2954,0,0,6}" - }, - { - "npc_id": "5361", - "loc_data": "{3176,5543,0,1,3}-{3191,5542,0,1,4}-{1757,5358,0,1,5}-{1760,5357,0,1,5}-{1755,5352,0,1,5}-{1751,5342,0,1,3}-{1745,5342,0,1,6}-{1739,5342,0,1,3}-{1737,5344,0,1,7}-{1739,5347,0,1,6}-{1740,5350,0,1,5}-{1739,5355,0,1,3}-{1747,5363,0,1,4}-{1749,5363,0,1,4}-{1743,5360,0,1,3}-{1739,5356,0,1,0}-{3175,5543,0,1,2}-{3178,5541,0,1,2}-{3187,5542,0,1,3}-{3192,5545,0,1,2}-{3192,5542,0,1,3}-{3179,5549,0,1,6}-{2386,9745,0,1,1}-{2385,9748,0,1,1}-{2389,9746,0,1,1}-{2390,9751,0,1,1}-{2306,9760,0,1,1}-{2395,9757,0,1,1}-{2397,9756,0,1,1}-{2399,9758,0,1,1}-{2385,9762,0,1,1}-{2382,9759,0,1,1}-{2385,9757,0,1,1}-{2388,9759,0,1,1}-{2393,9768,0,1,1}-{2394,9741,0,1,1}" - }, - { - "npc_id": "5362", - "loc_data": "{1774,5361,0,1,3}-{1776,5350,0,1,3}-{1772,5342,0,1,1}-{1772,5336,0,1,4}-{1778,5328,0,1,7}-{1761,5334,0,1,4}-{1754,5337,0,1,7}-{1749,5331,0,0,1}" - }, - { - "npc_id": "5363", - "loc_data": "{1781,5340,1,1,5}-{1782,5356,1,1,1}-{1767,5343,1,1,6}-{1761,5338,1,1,3}-{1767,5332,1,1,6}-{1757,5326,1,1,7}-{1784,5329,1,1,1}" - }, - { - "npc_id": "5364", - "loc_data": "{1765,5344,0,1,3}" - }, - { - "npc_id": "5365", - "loc_data": "{2354,5191,0,1,4}-{2351,5191,0,1,5}" - }, - { - "npc_id": "5366", - "loc_data": "{2357,5196,0,1,2}-{2356,5188,0,1,4}-{2343,5195,0,1,6}-{2335,5202,0,1,3}-{2323,5211,0,1,1}" - }, - { - "npc_id": "5367", - "loc_data": "{2312,5189,0,1,7}" - }, - { - "npc_id": "5369", - "loc_data": "{2345,5195,0,1,3}-{2264,5136,0,1,1}-{2323,5227,0,1,5}-{2319,5223,0,1,6}" - }, - { - "npc_id": "5370", - "loc_data": "{2347,5195,0,1,3}-{2323,5225,0,1,3}-{2319,5227,0,1,0}-{2323,5227,0,1,3}-{2318,5227,0,1,0}-{2326,5227,0,1,6}" - }, - { - "npc_id": "5371", - "loc_data": "{2356,5204,0,1,1}-{2324,5223,0,1,1}" - }, - { - "npc_id": "5375", - "loc_data": "{2029,5236,0,1,6}-{2031,5235,0,1,1}-{2029,5230,0,1,3}" - }, - { - "npc_id": "5376", - "loc_data": "{2031,5233,0,1,1}" - }, - { - "npc_id": "5377", - "loc_data": "{2004,5189,0,1,3}-{2002,5207,0,1,3}-{2009,5199,0,1,5}-{2004,5203,0,1,6}" - }, - { - "npc_id": "5378", - "loc_data": "{1993,5192,0,1,5}-{1999,5190,0,1,6}-{1989,5187,0,1,4}-{2008,5205,0,1,4}" - }, - { - "npc_id": "5379", - "loc_data": "{1952,5192,0,1,5}-{1995,5240,0,1,5}-{1944,5152,0,1,2}-{2010,5186,0,1,4}-{2023,5190,0,1,1}" - }, - { - "npc_id": "5380", - "loc_data": "{1952,5192,0,1,2}-{2028,5192,0,1,0}" - }, - { - "npc_id": "5383", - "loc_data": "{3194,4569,0,0,0}" - }, - { - "npc_id": "5384", - "loc_data": "{3165,4598,0,0,0}-{3167,4577,0,0,0}" - }, - { - "npc_id": "5385", - "loc_data": "{3191,4595,1,1,1}-{3191,4601,1,1,2}" - }, - { - "npc_id": "5386", - "loc_data": "{3143,4595,0,1,1}-{3145,4598,0,1,3}-{3182,4577,0,1,1}-{3187,4578,0,1,0}-{3158,4589,1,1,7}-{3194,4599,1,1,4}" - }, - { - "npc_id": "5387", - "loc_data": "{3158,4584,0,1,4}-{3159,4577,0,1,6}-{3169,4587,0,1,1}-{3152,4569,1,1,1}" - }, - { - "npc_id": "5388", - "loc_data": "{3156,4567,2,1,0}" - }, - { - "npc_id": "5389", - "loc_data": "{3157,4568,0,1,6}-{3185,4562,0,1,3}" - }, - { - "npc_id": "5390", - "loc_data": "{3182,4562,0,1,3}-{3185,4560,0,1,3}" - }, - { - "npc_id": "5391", - "loc_data": "{3158,4552,0,1,4}-{3163,4569,0,1,1}-{3177,4549,0,1,3}-{3184,4550,0,1,3}-{3158,4560,1,1,4}-{3174,4566,1,1,1}-{3195,4577,1,1,6}" - }, - { - "npc_id": "5393", - "loc_data": "{3146,4596,0,1,1}-{3163,4598,0,1,3}-{3155,4591,1,1,3}" - }, - { - "npc_id": "5394", - "loc_data": "{3167,4589,0,1,6}-{3172,4598,0,1,1}-{2677,9688,0,1,1}-{2676,9679,0,1,4}-{2669,9681,0,1,1}" - }, - { - "npc_id": "5395", - "loc_data": "{3141,4598,0,1,3}-{3170,4592,0,1,6}-{3144,4589,1,1,3}" - }, - { - "npc_id": "5396", - "loc_data": "{3145,4583,1,1,0}" - }, - { - "npc_id": "5397", - "loc_data": "{3155,4583,0,1,3}-{3176,4576,1,1,3}" - }, - { - "npc_id": "5398", - "loc_data": "{3145,4574,1,1,3}-{3182,4586,1,1,3}" - }, - { - "npc_id": "5399", - "loc_data": "{3140,4557,2,1,4}-{3188,4578,2,1,1}" - }, - { - "npc_id": "5400", - "loc_data": "{3175,4579,1,1,6}-{3142,4560,2,1,3}-{3159,4569,2,1,1}" - }, - { - "npc_id": "5401", - "loc_data": "{3151,4573,1,1,4}" - }, - { - "npc_id": "5402", - "loc_data": "{3154,4559,0,1,6}-{3171,4571,1,1,6}-{3179,4586,1,1,1}" - }, - { - "npc_id": "5403", - "loc_data": "{3141,4557,0,1,4}-{3182,4577,2,1,6}" - }, - { - "npc_id": "5404", - "loc_data": "{3143,4555,0,1,4}-{3144,4549,1,1,4}-{3190,4587,1,1,1}-{3186,4576,2,1,3}" - }, - { - "npc_id": "5405", - "loc_data": "{3163,4559,0,1,4}-{3146,4565,1,1,3}-{3195,4582,1,1,6}" - }, - { - "npc_id": "5406", - "loc_data": "{3159,4603,1,1,1}" - }, - { - "npc_id": "5407", - "loc_data": "{3141,4547,1,1,3}" - }, - { - "npc_id": "5408", - "loc_data": "{3170,4559,1,1,4}" - }, - { - "npc_id": "5409", - "loc_data": "{3173,4550,0,1,6}-{3190,4551,0,1,2}" - }, - { - "npc_id": "5410", - "loc_data": "{3190,4561,0,1,5}" - }, - { - "npc_id": "5413", - "loc_data": "{3187,5450,0,1,6}-{3177,5453,0,1,6}" - }, - { - "npc_id": "5414", - "loc_data": "{3176,5454,0,1,3}-{3182,5447,0,1,3}" - }, - { - "npc_id": "5423", - "loc_data": "{3212,3263,0,0,0}" - }, - { - "npc_id": "5439", - "loc_data": "{3017,3277,0,0,0}" - }, - { - "npc_id": "5445", - "loc_data": "{2596,3269,0,1,4}-{2571,3907,0,1,7}-{2571,3907,0,1,3}-{2569,3908,0,1,3}-{2571,3908,0,1,3}-{2572,3906,0,1,6}" - }, - { - "npc_id": "5478", - "loc_data": "{2407,3803,0,1,3}" - }, - { - "npc_id": "5479", - "loc_data": "{2407,3803,0,1,3}" - }, - { - "npc_id": "5480", - "loc_data": "{2406,3803,0,1,3}" - }, - { - "npc_id": "5483", - "loc_data": "{2395,3796,0,1,2}" - }, - { - "npc_id": "5484", - "loc_data": "{2418,3816,0,1,3}" - }, - { - "npc_id": "5485", - "loc_data": "{2393,3796,0,1,2}" - }, - { - "npc_id": "5486", - "loc_data": "{2396,3805,0,1,3}" - }, - { - "npc_id": "5487", - "loc_data": "{2417,3815,0,1,3}" - }, - { - "npc_id": "5488", - "loc_data": "{2416,3800,0,0,0}" - }, - { - "npc_id": "5489", - "loc_data": "{2372,3801,2,0,3}" - }, - { - "npc_id": "5490", - "loc_data": "{2364,3800,2,0,4}" - }, - { - "npc_id": "5493", - "loc_data": "{2391,3800,0,1,5}" - }, - { - "npc_id": "5494", - "loc_data": "{2416,3808,0,1,5}" - }, - { - "npc_id": "5495", - "loc_data": "{2406,3813,0,1,3}" - }, - { - "npc_id": "5496", - "loc_data": "{2402,3800,0,1,4}" - }, - { - "npc_id": "5499", - "loc_data": "{2403,3807,0,1,4}" - }, - { - "npc_id": "5500", - "loc_data": "{2395,3812,0,2,2}" - }, - { - "npc_id": "5501", - "loc_data": "{2408,3816,0,1,3}" - }, - { - "npc_id": "5502", - "loc_data": "{2409,3814,0,1,3}" - }, - { - "npc_id": "5504", - "loc_data": "{2336,3799,0,0,4}" - }, - { - "npc_id": "5505", - "loc_data": "{2334,3800,0,0,4}" - }, - { - "npc_id": "5506", - "loc_data": "{2334,3798,0,0,4}" - }, - { - "npc_id": "5507", - "loc_data": "{2311,3781,0,0,1}" - }, - { - "npc_id": "5508", - "loc_data": "{2646,3710,0,0,4}" - }, - { - "npc_id": "5509", - "loc_data": "{2336,3808,0,0,6}" - }, - { - "npc_id": "5510", - "loc_data": "{2333,3804,0,1,1}" - }, - { - "npc_id": "5511", - "loc_data": "{2327,3794,0,1,6}" - }, - { - "npc_id": "5512", - "loc_data": "{2319,3795,0,1,3}" - }, - { - "npc_id": "5513", - "loc_data": "{2352,3797,0,1,2}" - }, - { - "npc_id": "5514", - "loc_data": "{2333,3795,1,1,4}" - }, - { - "npc_id": "5515", - "loc_data": "{2330,3799,1,1,3}" - }, - { - "npc_id": "5516", - "loc_data": "{2329,3808,1,1,4}" - }, - { - "npc_id": "5518", - "loc_data": "{2338,3798,0,0,1}" - }, - { - "npc_id": "5519", - "loc_data": "{2338,3800,0,0,6}" - }, - { - "npc_id": "5520", - "loc_data": "{2338,3810,0,0,3}" - }, - { - "npc_id": "5529", - "loc_data": "{2323,3790,0,1,1}-{2323,3795,0,1,0}-{2322,3795,0,1,0}-{2317,3794,0,1,6}-{2317,3790,0,1,3}-{2321,3792,0,1,6}-{2327,3796,0,1,7}-{2319,3791,0,1,6}" - }, - { - "npc_id": "5531", - "loc_data": "{3323,3138,1,1,6}" - }, - { - "npc_id": "5532", - "loc_data": "{3320,3138,0,1,3}" - }, - { - "npc_id": "5533", - "loc_data": "{2904,5460,0,1,4}" - }, - { - "npc_id": "5534", - "loc_data": "{2900,5455,0,1,1}" - }, - { - "npc_id": "5535", - "loc_data": "{2903,5449,0,1,4}" - }, - { - "npc_id": "5536", - "loc_data": "{2905,5451,0,1,1}" - }, - { - "npc_id": "5537", - "loc_data": "{2905,5457,0,1,4}" - }, - { - "npc_id": "5538", - "loc_data": "{2912,5455,0,1,3}" - }, - { - "npc_id": "5539", - "loc_data": "{2922,5464,0,1,1}" - }, - { - "npc_id": "5540", - "loc_data": "{2924,5462,0,1,4}" - }, - { - "npc_id": "5541", - "loc_data": "{2924,5458,0,1,4}" - }, - { - "npc_id": "5542", - "loc_data": "{2930,5458,0,1,1}" - }, - { - "npc_id": "5544", - "loc_data": "{2931,5469,0,1,3}" - }, - { - "npc_id": "5545", - "loc_data": "{2925,5471,0,1,1}" - }, - { - "npc_id": "5546", - "loc_data": "{2931,5475,0,1,1}" - }, - { - "npc_id": "5547", - "loc_data": "{2907,5486,0,1,6}" - }, - { - "npc_id": "5548", - "loc_data": "{2907,5492,0,1,6}" - }, - { - "npc_id": "5549", - "loc_data": "{2910,5491,0,1,6}" - }, - { - "npc_id": "5550", - "loc_data": "{2915,5483,0,1,1}" - }, - { - "npc_id": "5551", - "loc_data": "{2922,5486,0,1,4}" - }, - { - "npc_id": "5552", - "loc_data": "{2921,5493,0,1,4}" - }, - { - "npc_id": "5553", - "loc_data": "{2899,5468,0,1,4}" - }, - { - "npc_id": "5554", - "loc_data": "{2894,5470,0,1,3}" - }, - { - "npc_id": "5555", - "loc_data": "{2898,5478,0,1,4}" - }, - { - "npc_id": "5556", - "loc_data": "{2896,5482,0,1,3}" - }, - { - "npc_id": "5557", - "loc_data": "{2894,5483,0,1,4}" - }, - { - "npc_id": "5558", - "loc_data": "{2894,5485,0,1,3}" - }, - { - "npc_id": "5562", - "loc_data": "{2913,5462,0,0,0}-{2900,5458,0,0,0}-{2908,5455,0,0,0}-{2910,5455,0,0,0}-{2913,5452,0,0,0}-{2914,5453,0,0,0}" - }, - { - "npc_id": "5563", - "loc_data": "{2911,5474,0,0,0}" - }, - { - "npc_id": "5574", - "loc_data": "{2836,3066,0,0,0}" - }, - { - "npc_id": "5576", - "loc_data": "{3072,3336,0,0,0}-{3063,3348,0,0,0}" - }, - { - "npc_id": "5608", - "loc_data": "{3786,2827,2,0,0}" - }, - { - "npc_id": "5609", - "loc_data": "{3786,2824,1,0,0}" - }, - { - "npc_id": "5610", - "loc_data": "{3785,2827,0,0,0}" - }, - { - "npc_id": "5611", - "loc_data": "{3784,2824,0,0,0}" - }, - { - "npc_id": "5614", - "loc_data": "{3779,2826,0,0,0}-{3789,2817,0,0,0}-{3794,2821,0,0,0}-{3808,2823,0,0,0}-{3812,2861,0,0,0}-{3813,2822,0,0,0}-{3818,2862,0,0,0}-{3819,2870,0,0,0}-{3821,2824,0,0,0}-{3831,2828,0,0,0}" - }, - { - "npc_id": "5627", - "loc_data": "{3808,2845,0,0,0}-{3812,2846,0,0,0}-{3815,2844,0,0,3}-{3819,2839,0,0,0}-{3819,2851,0,0,0}-{3819,2838,1,0,0}-{3823,2836,1,0,0}-{3823,2846,1,0,0}" - }, - { - "npc_id": "5628", - "loc_data": "{3810,2843,0,0,0}-{3813,2844,0,0,0}-{3821,2837,0,0,0}-{3820,2840,1,0,0}-{3820,2851,1,0,0}-{3823,2839,1,0,0}" - }, - { - "npc_id": "5629", - "loc_data": "{3811,2826,0,0,0}" - }, - { - "npc_id": "5631", - "loc_data": "{3827,2833,0,0,0}" - }, - { - "npc_id": "5633", - "loc_data": "{3815,2859,0,0,0}" - }, - { - "npc_id": "5634", - "loc_data": "{3793,2851,0,0,0}" - }, - { - "npc_id": "5635", - "loc_data": "{3784,2843,0,0,0}" - }, - { - "npc_id": "5637", - "loc_data": "{3803,2843,0,0,0}" - }, - { - "npc_id": "5638", - "loc_data": "{3810,2833,0,0,0}" - }, - { - "npc_id": "5639", - "loc_data": "{3824,2857,0,0,0}" - }, - { - "npc_id": "5640", - "loc_data": "{3817,2824,0,0,0}" - }, - { - "npc_id": "5641", - "loc_data": "{3799,2855,0,0,0}" - }, - { - "npc_id": "5642", - "loc_data": "{3796,2858,0,0,0}" - }, - { - "npc_id": "5644", - "loc_data": "{3795,2845,0,0,3}" - }, - { - "npc_id": "5646", - "loc_data": "{3792,2830,0,0,0}" - }, - { - "npc_id": "5647", - "loc_data": "{3803,2872,2,0,0}" - }, - { - "npc_id": "5650", - "loc_data": "{3800,2835,0,0,0}" - }, - { - "npc_id": "5656", - "loc_data": "{3794,2873,1,0,0}" - }, - { - "npc_id": "5658", - "loc_data": "{3804,2873,1,0,0}" - }, - { - "npc_id": "5659", - "loc_data": "{3805,2874,2,0,0}" - }, - { - "npc_id": "5661", - "loc_data": "{3794,2874,3,0,0}" - }, - { - "npc_id": "5665", - "loc_data": "{3803,2848,0,0,0}" - }, - { - "npc_id": "5668", - "loc_data": "{3787,2824,0,0,0}" - }, - { - "npc_id": "5669", - "loc_data": "{3787,2827,0,0,0}" - }, - { - "npc_id": "5670", - "loc_data": "{3786,2827,1,0,0}" - }, - { - "npc_id": "5671", - "loc_data": "{3788,2826,1,0,0}" - }, - { - "npc_id": "5672", - "loc_data": "{3788,2825,2,0,0}" - }, - { - "npc_id": "5750", - "loc_data": "{3290,5544,0,1,4}-{3270,5552,0,1,1}-{3274,5547,0,1,7}" - }, - { - "npc_id": "5752", - "loc_data": "{2711,5331,0,0,0}" - }, - { - "npc_id": "5753", - "loc_data": "{2697,5332,0,0,0}" - }, - { - "npc_id": "5755", - "loc_data": "{2723,5336,0,0,0}" - }, - { - "npc_id": "5756", - "loc_data": "{2702,5352,1,0,0}" - }, - { - "npc_id": "5757", - "loc_data": "{2743,5358,0,0,0}" - }, - { - "npc_id": "5758", - "loc_data": "{2693,5332,0,0,0}-{2729,5329,0,0,0}" - }, - { - "npc_id": "5761", - "loc_data": "{2725,5349,0,0,0}" - }, - { - "npc_id": "5764", - "loc_data": "{2712,5342,0,0,0}" - }, - { - "npc_id": "5765", - "loc_data": "{2694,5333,0,0,0}" - }, - { - "npc_id": "5766", - "loc_data": "{2701,5352,1,0,0}" - }, - { - "npc_id": "5767", - "loc_data": "{2695,5331,0,0,0}-{2719,5331,0,0,0}" - }, - { - "npc_id": "5770", - "loc_data": "{2717,5359,0,0,0}" - }, - { - "npc_id": "5771", - "loc_data": "{2722,5333,0,0,0}" - }, - { - "npc_id": "5772", - "loc_data": "{2716,5359,0,0,0}" - }, - { - "npc_id": "5776", - "loc_data": "{2699,5349,0,0,4}" - }, - { - "npc_id": "5777", - "loc_data": "{2699,5348,0,0,4}" - }, - { - "npc_id": "5780", - "loc_data": "{2722,5313,0,0,0}" - }, - { - "npc_id": "5781", - "loc_data": "{2723,5321,0,0,0}" - }, - { - "npc_id": "5782", - "loc_data": "{2742,5339,1,0,0}" - }, - { - "npc_id": "5783", - "loc_data": "{2701,5348,0,0,0}" - }, - { - "npc_id": "5785", - "loc_data": "{2726,5372,1,0,0}" - }, - { - "npc_id": "5786", - "loc_data": "{2712,5369,1,0,0}" - }, - { - "npc_id": "5787", - "loc_data": "{2704,5366,0,0,0}" - }, - { - "npc_id": "5789", - "loc_data": "{2718,5313,0,0,0}" - }, - { - "npc_id": "5790", - "loc_data": "{2715,5313,0,0,0}" - }, - { - "npc_id": "5794", - "loc_data": "{2712,5321,0,0,0}" - }, - { - "npc_id": "5796", - "loc_data": "{2711,5314,0,0,0}" - }, - { - "npc_id": "5798", - "loc_data": "{2717,5315,0,1,2}" - }, - { - "npc_id": "5799", - "loc_data": "{2730,5365,1,0,0}" - }, - { - "npc_id": "5800", - "loc_data": "{2719,5335,0,1,1}-{2747,5373,0,1,3}" - }, - { - "npc_id": "5801", - "loc_data": "{2730,5333,0,1,2}" - }, - { - "npc_id": "5802", - "loc_data": "{2744,5353,1,0,0}" - }, - { - "npc_id": "5803", - "loc_data": "{2741,5344,1,0,0}" - }, - { - "npc_id": "5804", - "loc_data": "{2744,5333,1,0,0}" - }, - { - "npc_id": "5805", - "loc_data": "{2743,5345,1,0,0}" - }, - { - "npc_id": "5806", - "loc_data": "{2746,5333,1,0,0}" - }, - { - "npc_id": "5807", - "loc_data": "{2741,5334,1,0,0}" - }, - { - "npc_id": "5809", - "loc_data": "{2741,5341,1,0,0}" - }, - { - "npc_id": "5811", - "loc_data": "{2744,5342,1,0,0}" - }, - { - "npc_id": "5813", - "loc_data": "{2742,5338,1,0,0}" - }, - { - "npc_id": "5815", - "loc_data": "{2743,5341,1,0,0}" - }, - { - "npc_id": "5817", - "loc_data": "{2744,5338,1,0,0}" - }, - { - "npc_id": "5819", - "loc_data": "{2744,5336,1,0,0}" - }, - { - "npc_id": "5821", - "loc_data": "{2740,5334,1,0,0}" - }, - { - "npc_id": "5827", - "loc_data": "{2699,5329,0,0,0}-{2699,5335,0,0,0}-{2747,5342,0,0,0}" - }, - { - "npc_id": "5828", - "loc_data": "{2697,5316,0,0,0}" - }, - { - "npc_id": "5832", - "loc_data": "{2730,5366,1,0,0}" - }, - { - "npc_id": "5833", - "loc_data": "{3267,3334,0,1,3}" - }, - { - "npc_id": "5834", - "loc_data": "{3208,3496,0,1,6}" - }, - { - "npc_id": "5837", - "loc_data": "{3285,3468,0,0,4}" - }, - { - "npc_id": "5839", - "loc_data": "{3183,5205,0,0,0}" - }, - { - "npc_id": "5840", - "loc_data": "{3159,5211,0,0,0}" - }, - { - "npc_id": "5841", - "loc_data": "{3176,5215,0,0,0}" - }, - { - "npc_id": "5842", - "loc_data": "{3115,3475,0,1,1}" - }, - { - "npc_id": "5843", - "loc_data": "{3117,3474,0,1,4}" - }, - { - "npc_id": "5844", - "loc_data": "{3113,3473,0,1,7}" - }, - { - "npc_id": "5845", - "loc_data": "{3115,3475,0,1,2}" - }, - { - "npc_id": "5846", - "loc_data": "{3110,3471,0,0,2}" - }, - { - "npc_id": "5847", - "loc_data": "{3115,3476,0,1,6}" - }, - { - "npc_id": "5848", - "loc_data": "{3116,3475,0,1,1}" - }, - { - "npc_id": "5849", - "loc_data": "{3112,3473,0,1,3}" - }, - { - "npc_id": "5850", - "loc_data": "{3115,3476,0,1,4}" - }, - { - "npc_id": "5851", - "loc_data": "{3119,3474,0,1,5}" - }, - { - "npc_id": "5869", - "loc_data": "{2744,5344,0,0,0}" - }, - { - "npc_id": "5887", - "loc_data": "{2737,5351,1,0,0}" - }, - { - "npc_id": "5909", - "loc_data": "{3224,3402,0,1,4}" - }, - { - "npc_id": "5910", - "loc_data": "{3230,3401,0,0,0}-{3284,3491,0,1,1}" - }, - { - "npc_id": "5914", - "loc_data": "{3204,3419,0,0,6}" - }, - { - "npc_id": "5915", - "loc_data": "{3255,3488,1,0,6}" - }, - { - "npc_id": "5916", - "loc_data": "{3250,3429,0,1,5}" - }, - { - "npc_id": "5917", - "loc_data": "{3200,3399,0,1,4}-{3262,3410,0,1,3}-{3176,3431,0,1,5}-{3261,3424,0,1,2}" - }, - { - "npc_id": "5918", - "loc_data": "{3233,3394,0,0,7}-{3271,3399,0,1,3}" - }, - { - "npc_id": "5919", - "loc_data": "{3244,3498,0,1,1}-{3244,3503,0,1,6}-{3247,3500,0,1,3}-{3175,3432,0,1,3}-{3175,3427,0,1,5}-{3205,3379,0,1,6}-{3211,3381,0,1,3}-{3172,3430,0,1,2}-{3175,3416,1,1,6}-{3175,3404,1,1,7}" - }, - { - "npc_id": "5920", - "loc_data": "{3175,3421,0,1,0}-{3273,3430,0,1,0}-{3211,3378,0,1,0}-{3272,3429,0,1,1}-{3274,3427,0,1,3}-{3220,3461,0,1,3}-{3221,3464,0,1,4}-{3213,3466,0,1,1}-{3214,3461,0,1,5}-{3215,3464,0,1,0}-{3208,3467,0,1,6}-{3209,3460,0,1,4}-{3205,3463,0,1,4}" - }, - { - "npc_id": "5923", - "loc_data": "{3224,3394,1,1,6}" - }, - { - "npc_id": "5924", - "loc_data": "{3227,3396,0,1,1}" - }, - { - "npc_id": "5925", - "loc_data": "{3220,3433,0,1,5}" - }, - { - "npc_id": "5926", - "loc_data": "{3229,3392,0,1,6}-{3184,3386,0,1,4}-{3247,9775,0,1,3}-{3185,3391,0,1,5}-{3240,9770,0,1,4}-{3235,9766,0,1,3}" - }, - { - "npc_id": "5927", - "loc_data": "{3250,9776,0,1,3}" - }, - { - "npc_id": "5928", - "loc_data": "{3249,9772,0,1,5}" - }, - { - "npc_id": "5929", - "loc_data": "{3245,9772,0,1,7}-{3239,9766,0,1,2}" - }, - { - "npc_id": "5930", - "loc_data": "{3257,3454,2,0,0}" - }, - { - "npc_id": "5932", - "loc_data": "{3255,3442,0,0,0}" - }, - { - "npc_id": "5933", - "loc_data": "{3254,3443,0,0,0}" - }, - { - "npc_id": "5934", - "loc_data": "{3259,3443,0,0,0}" - }, - { - "npc_id": "5935", - "loc_data": "{3260,3442,0,0,0}" - }, - { - "npc_id": "5938", - "loc_data": "{3253,3454,0,0,0}" - }, - { - "npc_id": "5939", - "loc_data": "{3253,3453,1,1,0}" - }, - { - "npc_id": "5940", - "loc_data": "{3262,3442,1,1,0}" - }, - { - "npc_id": "5941", - "loc_data": "{3260,3447,0,0,0}" - }, - { - "npc_id": "5943", - "loc_data": "{3263,3441,0,0,0}" - }, - { - "npc_id": "5944", - "loc_data": "{3263,3450,0,0,0}-{1746,4961,0,1,4}-{1761, 4938, 0, 1, 4}-{1761, 4976, 0, 1, 5}" - }, - { - "npc_id": "5946", - "loc_data": "{3261,3455,0,1,0}-{1758,4945,0,1,4}-{1757, 4935, 0, 1, 4}-{1746, 4980, 0, 1, 4}" - }, - { - "npc_id": "5947", - "loc_data": "{3260,3452,0,1,0}-{3261,3451,2,1,0}-{1735,4950,0,1,4}-{1759, 4948, 0, 1, 4}-{1780, 4960, 0, 1, 4}-{1760, 4974, 0, 1, 5}" - }, - { - "npc_id": "5956", - "loc_data": "{2659,2664,0,1,3}" - }, - { - "npc_id": "5984", - "loc_data": "{3263,3452,0,1,0}-{1743,4950,0,1,4}-{1770, 4935, 0, 1, 4}-{1772, 4962, 0, 1, 4}-{1771, 4957, 0, 1, 4}-{1777, 4976, 0, 1, 6}" - }, - { - "npc_id": "5987", - "loc_data": "{2891,3455,0,1,0}" - }, - { - "npc_id": "5991", - "loc_data": "{2966,3466,0,0,0}" - }, - { - "npc_id": "5997", - "loc_data": "{2862,3511,0,0,0}" - }, - { - "npc_id": "5998", - "loc_data": "{2971,3473,0,0,0}" - }, - { - "npc_id": "6026", - "loc_data": "{3489,3490,0,1,3}" - }, - { - "npc_id": "6027", - "loc_data": "{3493,3472,0,1,4}" - }, - { - "npc_id": "6028", - "loc_data": "{3497,3497,0,1,2}" - }, - { - "npc_id": "6030", - "loc_data": "{3496,3476,0,1,2}" - }, - { - "npc_id": "6031", - "loc_data": "{3511,3482,1,0,0}" - }, - { - "npc_id": "6032", - "loc_data": "{3502,3487,0,1,1}" - }, - { - "npc_id": "6033", - "loc_data": "{3484,3478,0,1,4}" - }, - { - "npc_id": "6034", - "loc_data": "{3502,3493,0,1,3}" - }, - { - "npc_id": "6035", - "loc_data": "{3486,3488,0,1,3}" - }, - { - "npc_id": "6036", - "loc_data": "{3499,3474,1,0,0}" - }, - { - "npc_id": "6037", - "loc_data": "{3499,3477,0,1,3}" - }, - { - "npc_id": "6038", - "loc_data": "{3490,3472,1,0,0}" - }, - { - "npc_id": "6039", - "loc_data": "{3483,3495,0,1,4}" - }, - { - "npc_id": "6040", - "loc_data": "{3498,3472,1,0,0}" - }, - { - "npc_id": "6041", - "loc_data": "{3479,3492,0,1,4}" - }, - { - "npc_id": "6042", - "loc_data": "{3479,3498,0,1,4}" - }, - { - "npc_id": "6044", - "loc_data": "{3505,3491,1,0,0}" - }, - { - "npc_id": "6045", - "loc_data": "{3479,3498,1,0,0}" - }, - { - "npc_id": "6046", - "loc_data": "{2835,3509,0,0,1}-{3306,5510,0,1,5}-{3309,5543,0,1,6}" - }, - { - "npc_id": "6047", - "loc_data": "{2839,3497,0,1,6}-{2840,3504,0,1,4}" - }, - { - "npc_id": "6050", - "loc_data": "{3291,3081,0,1,7}-{3298,3075,0,1,1}-{3284,3076,0,1,3}-{3266,3072,0,1,1}-{3259,3080,0,1,2}-{3246,3080,0,1,3}-{3252,3069,0,1,1}-{3244,3082,0,1,1}-{3235,3072,0,1,4}-{3242,3059,0,1,7}-{3235,3051,0,1,5}-{3248,3051,0,1,4}-{3257,3055,0,1,3}-{3263,3063,0,1,3}-{3267,3048,0,1,0}-{3253,3040,0,1,6}-{3243,3039,0,1,6}-{3254,3031,0,1,1}-{3243,3035,0,1,5}-{3232,3039,0,1,2}-{3230,3046,0,1,6}-{3219,3033,0,1,3}-{3219,3022,0,1,1}-{3227,3017,0,1,5}-{3235,3012,0,1,4}-{3243,3019,0,1,2}-{3251,3028,0,1,3}" - }, - { - "npc_id": "6051", - "loc_data": "{3292,3069,0,1,1}-{3285,3071,0,1,1}-{3279,3078,0,1,4}-{3273,3065,0,1,3}-{3288,3066,0,1,6}-{3281,3057,0,1,5}-{3294,3056,0,1,5}-{3305,3064,0,1,3}-{3312,3075,0,1,6}-{3306,3086,0,1,4}-{3272,3082,0,1,4}" - }, - { - "npc_id": "6070", - "loc_data": "{2589,4313,0,1,6}" - }, - { - "npc_id": "6072", - "loc_data": "{2426,4442,0,0,0}" - }, - { - "npc_id": "6073", - "loc_data": "{2424,4436,0,0,0}-{2594,4319,0,1,6}" - }, - { - "npc_id": "6074", - "loc_data": "{2603,4306,0,1,4}-{2607,4312,0,1,7}-{2610,4319,0,1,6}-{2613,4326,0,1,5}-{2616,4333,0,1,0}-{2619,4340,0,1,6}-{2614,4344,0,1,3}-{2609,4347,0,1,4}-{2605,4347,0,1,4}-{2599,4345,0,1,3}-{2598,4342,0,1,3}-{2597,4339,0,1,3}-{2596,4336,0,1,3}-{2595,4333,0,1,3}-{2594,4330,0,1,4}-{2587,4330,0,1,3}-{2583,4332,0,1,4}-{2579,4335,0,1,3}-{2576,4339,0,1,4}-{2571,4342,0,1,1}-{2569,4332,0,1,4}-{2572,4326,0,1,6}-{2572,4297,0,1,1}-{2585,4291,0,1,3}-{2599,4297,0,1,4}-{2607,4300,0,1,1}-{2614,4301,0,1,6}-{2619,4305,0,1,0}-{2616,4320,0,1,6}-{2613,4327,0,1,0}-{2611,4335,0,1,6}-{2607,4336,0,1,6}-{2581,4322,0,1,1}-{2578,4315,0,1,6}-{2575,4308,0,1,6}-{2572,4301,0,1,4}-{2567,4295,0,1,3}-{2577,4291,0,1,3}-{2587,4298,0,1,3}-{2595,4307,0,1,3}-{2603,4314,0,1,3}" - }, - { - "npc_id": "6085", - "loc_data": "{3046,3207,1,0,2}" - }, - { - "npc_id": "6088", - "loc_data": "{2932,3253,0,1,4}-{2936,3249,0,1,2}-{2933,3244,0,1,4}-{2927,3247,0,1,5}-{2925,3256,0,1,0}" - }, - { - "npc_id": "6089", - "loc_data": "{2932,3249,0,1,0}-{2929,3253,0,1,3}-{2938,3248,0,1,5}" - }, - { - "npc_id": "6090", - "loc_data": "{2932,3245,0,1,0}-{2934,3246,0,1,3}" - }, - { - "npc_id": "6102", - "loc_data": "{1762,5329,0,1,1}" - }, - { - "npc_id": "6104", - "loc_data": "{1751,5326,0,1,1}" - }, - { - "npc_id": "6105", - "loc_data": "{1767,5355,0,0,6}" - }, - { - "npc_id": "6108", - "loc_data": "{2854,3385,0,1,0}" - }, - { - "npc_id": "6109", - "loc_data": "{2526,3215,0,1,6}-{2545,3231,0,1,4}-{2537,3236,0,1,4}" - }, - { - "npc_id": "6110", - "loc_data": "{2532,3222,0,1,3}-{2533,3209,0,1,4}" - }, - { - "npc_id": "6112", - "loc_data": "{3238,3247,0,1,0}" - }, - { - "npc_id": "6113", - "loc_data": "{3232,3280,0,1,4}-{3222,3289,0,1,1}" - }, - { - "npc_id": "6114", - "loc_data": "{3232,3283,0,1,1}" - }, - { - "npc_id": "6115", - "loc_data": "{3033,3236,0,1,3}-{3041,3237,0,1,6}-{3035,3234,0,1,7}-{3028,3205,0,1,4}-{3019,3202,0,1,6}-{3026,3203,0,1,1}" - }, - { - "npc_id": "6116", - "loc_data": "{3030,3244,0,1,0}-{3025,3203,0,1,3}-{3034,3204,0,1,4}" - }, - { - "npc_id": "6135", - "loc_data": "{3254,3427,0,1,1}" - }, - { - "npc_id": "6136", - "loc_data": "{3077,3250,0,1,0}" - }, - { - "npc_id": "6137", - "loc_data": "{2952,3381,0,1,0}" - }, - { - "npc_id": "6138", - "loc_data": "{2665,3311,0,0,0}" - }, - { - "npc_id": "6139", - "loc_data": "{2734,3484,0,1,1}" - }, - { - "npc_id": "6140", - "loc_data": "{2644,2641,0,0,6}" - }, - { - "npc_id": "6141", - "loc_data": "{2638,2656,0,0,0}" - }, - { - "npc_id": "6166", - "loc_data": "{1904,4279,0,0,0}" - }, - { - "npc_id": "6167", - "loc_data": "{1906,4277,0,0,0}" - }, - { - "npc_id": "6168", - "loc_data": "{1904,4274,0,0,0}" - }, - { - "npc_id": "6188", - "loc_data": "{1901,4271,0,0,0}-{1909,4271,0,0,0}" - }, - { - "npc_id": "6189", - "loc_data": "{3016,3516,0,1,7}" - }, - { - "npc_id": "6190", - "loc_data": "{1906,4270,0,1,0}" - }, - { - "npc_id": "6200", - "loc_data": "{2947,3366,0,0,1}-{2949,3366,0,0,1}-{2946,3366,0,0,1}-{2948,3366,0,0,1}-{3010,3353,0,0,1}-{3011,3353,0,0,1}-{3012,3353,0,0,1}-{3013,3353,0,0,1}-{3014,3353,0,0,1}-{3015, 3353, 0, 0, 1}-{2945, 3366, 0, 0, 1}" - }, - { - "npc_id": "6202", - "loc_data": "{2912,3749,0,0,0}" - }, - { - "npc_id": "6203", - "loc_data": "{2924,5322,2,1,4}" - }, - { - "npc_id": "6205", - "loc_data": "{2933,5329,2,1,1}" - }, - { - "npc_id": "6210", - "loc_data": "{2927,5340,2,1,3}-{2884,5325,2,1,3}-{2837,5336,2,1,4}-{2876,5326,2,1,4}-{2898,5306,2,1,5}-{2886,5325,2,1,1}-{2838,5336,2,1,4}-{2919,5345,2,1,5}" - }, - { - "npc_id": "6211", - "loc_data": "{2920,5353,2,1,4}-{2902,5357,2,1,4}-{2885,5315,2,1,4}-{2898,5313,2,1,2}-{2908,5354,2,1,2}-{2924,5354,2,1,6}-{2925,5352,2,1,3}-{2928,5355,2,1,6}" - }, - { - "npc_id": "6212", - "loc_data": "{2920,5339,2,1,1}-{2836,5289,2,1,0}-{2869,5287,2,1,1}-{2867,5333,2,1,0}-{2921,5293,1,1,6}-{2877,5321,2,1,1}-{2888,5326,2,1,3}-{2872,5318,2,1,2}-{2894,5286,2,1,7}-{2896,5312,2,1,4}-{2894,5322,2,1,3}-{2836,5349,2,1,2}-{2858,5267,2,1,6}" - }, - { - "npc_id": "6213", - "loc_data": "{2894,5353,2,1,0}-{2838,5347,2,1,6}-{2872,5318,2,1,4}-{2875,5313,2,1,4}-{2865,5327,2,1,4}-{2886,5293,2,1,5}-{2909,5297,2,1,0}-{2919,5293,3,1,4}-{2843,5352,2,1,4}-{2908,5346,2,1,6}-{2913,5355,2,1,3}-{2916,5345,2,1,1}-{2919,5349,2,1,2}-{2922,5356,2,1,1}-{2927,5354,2,1,6}-{2928,5350,2,1,4}-{2931,5357,2,1,3}-{2911,5338,2,1,6}-{2925,5295,3,1,0}-{2862,5290,2,1,1}-{2919,5293,1,1,5}" - }, - { - "npc_id": "6214", - "loc_data": "{2919,5284,1,1,0}-{2862,5292,2,1,7}-{2864,5319,2,1,7}-{2828,5337,2,1,6}-{2878,5327,2,1,4}-{2884,5312,2,1,2}-{2883,5320,2,1,0}-{2895,5309,2,1,6}-{2853,5327,2,1,4}-{2854,5345,2,1,2}-{2861,5292,2,1,4}-{2881,5291,2,1,1}-{2892,5328,2,1,1}-{2828,5331,2,1,1}-{2924,5292,3,1,6}-{2918,5281,1,1,1}-{2918,5280,1,1,1}" - }, - { - "npc_id": "6215", - "loc_data": "{2926,5345,2,1,7}-{2888,5361,2,1,5}-{2856,5349,2,1,1}-{2839,5275,2,1,5}-{2880,5293,2,1,4}-{2886,5313,2,1,3}-{2862,5334,2,1,0}-{2881,5320,2,1,3}-{2886,5325,2,1,2}-{2862,5337,2,1,4}-{2845,5286,2,1,0}-{2889,5322,2,1,4}-{2919,5359,2,1,0}-{2855,5352,2,1,1}-{2923,5357,2,1,6}-{2891,5353,2,1,1}-{2832,5288,2,1,6}" - }, - { - "npc_id": "6216", - "loc_data": "{2888,5290,2,1,1}-{2865,5306,2,1,3}-{2871,5312,2,1,3}-{2867,5304,2,1,6}-{2871,5281,2,1,1}-{2864,5279,2,1,4}" - }, - { - "npc_id": "6217", - "loc_data": "{2884,5307,2,1,0}-{2899,5304,2,1,3}-{2915,5270,0,1,5}" - }, - { - "npc_id": "6218", - "loc_data": "{2906,5347,2,1,6}-{2913,5358,2,1,6}-{2856,5267,2,1,7}-{2911,5268,0,1,4}-{2887,5318,2,1,4}-{2888,5314,2,1,6}-{2859,5328,2,1,6}-{2861,5294,2,1,0}-{2931,5345,2,1,2}-{2903,5353,2,1,4}-{2836,5290,2,1,6}-{2907,5346,2,1,6}-{2921,5351,2,1,2}-{2858,5266,2,1,1}-{2916,5269,0,1,1}-{3044,5347,0,1,2}-{3041,5347,0,1,0}-{3031,5346,0,1,2}-{3023,5346,0,1,6}-{3038,5333,0,1,3}-{3048,5333,0,1,1}-{3054,5345,0,1,3}-{3043,5360,0,1,3}-{3030,5362,0,1,3}-{3040,5341,0,1,4}" - }, - { - "npc_id": "6219", - "loc_data": "{2915,5340,2,1,6}" - }, - { - "npc_id": "6220", - "loc_data": "{2931,5356,2,1,3}-{2846,5286,2,1,5}-{2937,5351,2,1,3}-{2848,5268,2,1,4}" - }, - { - "npc_id": "6221", - "loc_data": "{2906,5354,2,1,7}-{2886,5354,2,1,5}-{2885,5352,2,1,2}-{2901,5362,2,1,1}-{2914,5344,2,1,3}-{2918,5343,2,1,2}-{2918,5361,2,1,0}-{2923,5345,2,1,3}-{2924,5352,2,1,4}" - }, - { - "npc_id": "6222", - "loc_data": "{2831,5301,2,1,4}" - }, - { - "npc_id": "6229", - "loc_data": "{2841,5285,2,1,3}-{2841,5289,2,1,1}-{2856,5264,2,1,5}-{2842,5282,2,1,6}" - }, - { - "npc_id": "6230", - "loc_data": "{2843,5265,2,1,4}-{2851,5273,2,1,3}-{2846,5262,2,1,4}" - }, - { - "npc_id": "6231", - "loc_data": "{2870,5265,2,1,0}-{2869,5266,2,1,7}-{2855,5273,2,1,2}-{2840,5263,2,1,3}-{2831,5285,2,1,4}" - }, - { - "npc_id": "6232", - "loc_data": "{2872,5261,2,1,4}-{2863,5308,2,1,1}-{2872,5288,2,1,4}" - }, - { - "npc_id": "6233", - "loc_data": "{2861,5261,2,1,0}-{2852,5264,2,1,0}-{2865,5263,2,1,6}" - }, - { - "npc_id": "6234", - "loc_data": "{2862,5313,2,1,3}-{2839,5293,2,1,0}-{2842,5264,2,1,4}" - }, - { - "npc_id": "6235", - "loc_data": "{2864,5270,2,1,3}-{2869,5314,2,1,3}-{2859,5303,2,1,4}-{2863,5293,2,1,7}-{2862,5286,2,1,1}" - }, - { - "npc_id": "6236", - "loc_data": "{2854,5271,2,1,6}-{2872,5267,2,1,0}-{2858,5269,2,1,5}" - }, - { - "npc_id": "6237", - "loc_data": "{2840,5290,2,1,6}-{2841,5269,2,1,7}-{2833,5292,2,1,3}" - }, - { - "npc_id": "6238", - "loc_data": "{2874,5308,2,1,3}-{2851,5276,2,1,2}-{2864,5268,2,1,2}" - }, - { - "npc_id": "6239", - "loc_data": "{2875,5298,2,1,4}-{2846,5288,2,1,0}-{2845,5281,2,1,1}-{2824,5216,2,1,7}" - }, - { - "npc_id": "6240", - "loc_data": "{2837,5269,2,1,2}-{2860,5300,2,1,1}-{2852,5311,2,1,4}-{2879,5286,2,1,5}" - }, - { - "npc_id": "6241", - "loc_data": "{2863,5272,2,1,6}-{2850,5269,2,1,7}" - }, - { - "npc_id": "6242", - "loc_data": "{2836,5272,2,1,1}" - }, - { - "npc_id": "6243", - "loc_data": "{2848,5275,2,1,0}-{2869,5304,2,1,4}-{2850,5292,2,1,1}-{2857,5300,2,1,3}-{2874,5287,2,1,4}" - }, - { - "npc_id": "6244", - "loc_data": "{2847,5299,2,1,6}-{2844,5283,2,1,6}" - }, - { - "npc_id": "6245", - "loc_data": "{2861,5299,2,1,4}-{2833,5290,2,1,1}-{2851,5262,2,1,0}" - }, - { - "npc_id": "6246", - "loc_data": "{2855,5311,2,1,1}-{2872,5299,2,1,0}-{2872,5315,2,1,1}-{2856,5284,2,1,4}" - }, - { - "npc_id": "6247", - "loc_data": "{2894,5265,0,1,2}" - }, - { - "npc_id": "6254", - "loc_data": "{2917,5272,0,1,7}-{2898,5295,2,1,4}-{2881,5283,2,1,1}-{2883,5311,2,1,2}-{2894,5301,2,1,3}-{2882,5284,2,1,5}-{2890,5292,2,1,4}-{2896,5296,2,1,2}-{2905,5299,2,1,3}-{2905,5301,2,1,5}-{2921,5283,3,1,1}-{2925,5292,3,1,7}-{2906,5299,0,1,6}-{2910,5297,0,1,6}-{2915,5270,0,1,2}-{2910,5269,0,1,5}" - }, - { - "npc_id": "6255", - "loc_data": "{2922,5290,1,1,5}-{2880,5304,2,1,1}-{2884,5311,2,1,2}-{2885,5311,2,1,2}-{2887,5312,2,1,1}-{2886,5313,2,1,0}-{2895,5310,2,1,1}-{2884,5280,2,1,3}-{2885,5293,2,1,6}-{2886,5291,2,1,6}-{2894,5285,2,1,3}-{2893,5286,2,1,7}-{2905,5292,2,1,4}-{2908,5297,2,1,4}-{2910,5297,2,1,6}-{2897,5308,2,1,4}-{2919,5299,3,1,1}-{2921,5292,3,1,5}-{2924,5288,3,1,0}-{2925,5287,3,1,1}-{2908,5300,0,1,6}-{2907,5294,0,1,6}-{2923,5293,1,1,5}-{2919,5298,1,1,1}-{2922,5291,1,1,6}-{2917,5285,1,1,0}-{2905,5295,0,1,6}" - }, - { - "npc_id": "6256", - "loc_data": "{2922,5285,1,1,0}-{2886,5295,2,1,1}-{2891,5300,2,1,1}-{2889,5310,2,1,2}-{2887,5299,2,1,6}-{2891,5297,2,1,3}-{2884,5283,2,1,3}-{2885,5286,2,1,3}-{2886,5294,2,1,1}-{2896,5286,2,1,4}-{2908,5302,2,1,1}-{2919,5290,3,1,1}-{2923,5298,3,1,4}-{2924,5298,3,1,4}-{2911,5298,0,1,6}-{2919,5293,1,1,1}-{2917,5294,1,1,2}-{2923,5284,1,1,1}-{2916,5267,0,1,2}" - }, - { - "npc_id": "6257", - "loc_data": "{2913,5267,0,1,6}-{2892,5291,2,1,4}-{2895,5313,2,1,6}-{2879,5329,2,1,5}-{2886,5311,2,1,0}-{2888,5305,2,1,3}-{2877,5293,2,1,5}-{2894,5284,2,1,0}-{2900,5287,2,1,0}-{2905,5302,2,1,1}-{2898,5307,2,1,6}-{2918,5292,3,1,3}-{2924,5286,3,1,0}-{2924,5292,3,1,1}-{2924,5297,3,1,3}-{2926,5285,3,1,1}-{2921,5289,1,1,6}-{2923,5294,1,1,0}-{2922,5285,1,1,3}-{2915,5273,0,1,7}-{2915,5271,0,1,4}" - }, - { - "npc_id": "6258", - "loc_data": "{2918,5289,1,1,6}-{2884,5287,2,1,0}-{2895,5294,2,1,4}-{2897,5307,2,1,7}-{2918,5298,3,1,5}-{2917,5291,1,1,4}-{2916,5269,0,1,2}" - }, - { - "npc_id": "6259", - "loc_data": "{2890,5304,2,1,7}-{2886,5299,2,1,3}-{2891,5297,2,1,5}-{2890,5291,2,1,3}-{2900,5286,2,1,7}-{2905,5303,2,1,1}-{2918,5282,3,1,6}-{2924,5295,3,1,2}-{2905,5297,0,1,6}-{2920,5291,1,1,5}-{2930,5290,0,1,6}" - }, - { - "npc_id": "6260", - "loc_data": "{2870,5359,2,1,4}" - }, - { - "npc_id": "6262", - "loc_data": "{2873,5356,0,1,1}-{2866,5358,2,1,6}" - }, - { - "npc_id": "6264", - "loc_data": "{2870,5354,2,1,4}" - }, - { - "npc_id": "6266", - "loc_data": "{2868,5362,2,1,3}" - }, - { - "npc_id": "6268", - "loc_data": "{2856,5355,2,1,7}-{2838,5358,2,1,2}-{2841,5319,2,1,7}-{2856,5331,2,1,2}-{2854,5325,2,1,2}-{2873,5323,2,1,6}-{2860,5321,2,1,7}-{2868,5334,2,1,0}-{2856,5328,2,1,6}-{2855,5332,2,1,1}-{2845,5339,2,1,5}-{2831,5320,2,1,3}-{2847,5334,2,1,1}-{2858,5349,2,1,2}-{2829,5339,2,1,6}-{2856,5361,2,1,5}-{2839,5360,2,1,6}" - }, - { - "npc_id": "6269", - "loc_data": "{2846,5351,2,1,3}-{2846,5339,2,1,2}-{2840,5327,2,1,1}-{2836,5345,2,1,7}-{2834,5328,2,1,2}-{2857,5359,2,1,4}-{2846,5357,2,1,3}" - }, - { - "npc_id": "6270", - "loc_data": "{2845,5336,2,1,2}-{2848,5344,2,1,6}-{2842,5328,2,1,6}-{2844,5349,2,1,2}-{2836,5323,2,1,4}-{2832,5353,2,1,6}-{2848,5358,2,1,7}" - }, - { - "npc_id": "6271", - "loc_data": "{2840,5330,2,1,0}-{2859,5328,2,1,6}-{2873,5317,2,1,3}-{2862,5332,2,1,2}-{2869,5332,2,1,6}" - }, - { - "npc_id": "6272", - "loc_data": "{2838,5326,2,1,4}-{2870,5313,2,1,1}-{2865,5332,2,1,0}-{2838,5334,2,1,6}-{2837,5353,2,1,7}" - }, - { - "npc_id": "6273", - "loc_data": "{2832,5324,2,1,7}-{2864,5325,2,1,2}-{2873,5325,2,1,7}-{2873,5324,2,1,7}-{2865,5336,2,1,6}-{2840,5333,2,1,6}-{2836,5336,2,1,4}-{2838,5354,2,1,6}" - }, - { - "npc_id": "6274", - "loc_data": "{2858,5325,2,1,4}-{2873,5319,2,1,6}-{2872,5307,2,1,5}-{2867,5333,2,1,6}-{2866,5333,2,1,0}-{2839,5331,2,1,5}-{2837,5355,2,1,6}" - }, - { - "npc_id": "6275", - "loc_data": "{2865,5340,2,1,1}-{2869,5326,2,1,7}-{2875,5318,2,1,1}-{2875,5314,2,1,1}-{2878,5313,2,1,3}-{2879,5322,2,1,3}-{2859,5317,2,1,6}-{2858,5319,2,1,4}-{2878,5320,2,1,0}-{2863,5337,2,1,7}-{2862,5338,2,1,7}-{2867,5341,2,1,6}-{2852,5312,2,1,2}" - }, - { - "npc_id": "6276", - "loc_data": "{2856,5360,2,1,7}-{2854,5346,2,1,3}-{2845,5332,2,1,0}-{2845,5344,2,1,3}-{2848,5349,2,1,6}-{2837,5347,2,1,3}-{2835,5324,2,1,2}-{2835,5321,2,1,5}-{2858,5349,2,1,4}-{2830,5339,2,1,3}-{2828,5332,2,1,3}-{2846,5358,2,1,4}-{2855,5356,2,1,7}" - }, - { - "npc_id": "6277", - "loc_data": "{2843,5341,2,1,3}-{2843,5331,2,1,3}-{2847,5341,2,1,5}-{2852,5350,2,1,1}-{2844,5341,2,1,6}-{2843,5347,2,1,1}-{2836,5325,2,1,6}-{2826,5335,2,1,2}-{2837,5351,2,1,4}-{2845,5353,2,1,3}-{2840,5361,2,1,3}" - }, - { - "npc_id": "6278", - "loc_data": "{2845,5359,2,1,4}-{2830,5318,2,1,3}-{2848,5342,2,1,0}-{2846,5332,2,1,1}-{2843,5320,2,1,3}-{2838,5329,2,1,1}-{2855,5349,2,1,0}-{2837,5342,2,1,1}-{2792,5280,2,1,6}-{2827,5331,2,1,6}-{2830,5315,2,1,6}-{2845,5352,2,1,6}-{2839,5360,2,1,6}-{2851,5359,2,1,7}-{2860,5353,2,1,6}" - }, - { - "npc_id": "6279", - "loc_data": "{2857,5315,2,1,6}-{2859,5318,2,1,5}-{2858,5329,2,1,3}-{2879,5326,2,1,4}" - }, - { - "npc_id": "6280", - "loc_data": "{2869,5332,2,1,6}-{2871,5313,2,1,2}-{2879,5330,2,1,2}-{2877,5327,2,1,0}" - }, - { - "npc_id": "6281", - "loc_data": "{2865,5316,2,1,2}-{2861,5333,2,1,2}" - }, - { - "npc_id": "6282", - "loc_data": "{2874,5318,2,1,0}-{2859,5316,2,1,3}-{2878,5329,2,1,2}-{2858,5330,2,1,2}" - }, - { - "npc_id": "6283", - "loc_data": "{2877,5326,2,1,2}-{2857,5328,2,1,3}-{2861,5315,2,1,7}" - }, - { - "npc_id": "6339", - "loc_data": "{2547,3277,0,0,0}" - }, - { - "npc_id": "6345", - "loc_data": "{2518,3275,0,0,0}" - }, - { - "npc_id": "6346", - "loc_data": "{2799,3186,0,1,7}-{2797,3169,0,0,0}-{2793,3161,0,1,3}" - }, - { - "npc_id": "6347", - "loc_data": "{2799,3167,0,0,0}-{2787,3188,0,1,1}" - }, - { - "npc_id": "6348", - "loc_data": "{2793,3158,0,1,3}-{2798,3154,0,1,4}-{2796,3189,0,1,0}" - }, - { - "npc_id": "6349", - "loc_data": "{2797,3186,0,1,6}-{2793,3161,0,1,0}" - }, - { - "npc_id": "6350", - "loc_data": "{2798,3182,0,1,7}-{2793,3161,0,1,1}" - }, - { - "npc_id": "6357", - "loc_data": "{3359,2969,0,1,3}" - }, - { - "npc_id": "6362", - "loc_data": "{3270,4856,0,1,3}" - }, - { - "npc_id": "6363", - "loc_data": "{3251,5455,0,1,4}-{3258,5456,0,1,6}-{3257,5451,0,1,6}-{3257,5464,0,1,2}-{3256,5473,0,1,2}-{3244,5469,0,1,1}-{3269,4829,0,1,3}-{3271,4823,0,1,2}-{3283,4809,0,1,3}-{3190,5523,0,1,3}-{3225,5485,0,1,5}-{3219,5528,0,1,2}-{3223,5520,0,1,3}-{3225,5511,0,1,0}-{3236,5511,0,1,6}-{3232,5523,0,1,0}-{3239,5530,0,1,4}-{3233,5546,0,1,3}-{3222,5539,0,1,5}-{3218,5482,0,1,7}-{3219,5486,0,1,4}-{3207,5461,0,1,6}-{3208,5458,0,1,3}-{3194,5530,0,1,3}" - }, - { - "npc_id": "6364", - "loc_data": "{3271,4809,0,1,3}-{3188,5529,0,1,3}-{3194,5531,0,1,1}-{3222,5486,0,1,3}-{3221,5482,0,1,4}-{3212,5459,0,1,6}-{3210,5462,0,1,2}-{3188,5527,0,1,3}-{3234,5510,0,1,6}" - }, - { - "npc_id": "6365", - "loc_data": "{3267,4817,0,1,4}-{3290,4803,0,1,3}" - }, - { - "npc_id": "6367", - "loc_data": "{3276,4808,0,1,3}-{3291,4812,0,1,6}-{3207,5466,0,1,6}-{3223,5462,0,1,1}-{3237,5524,0,1,6}-{3229,5510,0,1,4}" - }, - { - "npc_id": "6368", - "loc_data": "{3226,5458,0,1,3}-{3222,5470,0,1,6}-{3238,5541,0,1,1}-{3226,5540,0,1,7}-{3222,5522,0,1,7}" - }, - { - "npc_id": "6369", - "loc_data": "{3268,4825,0,1,6}-{3268,4809,0,1,4}-{3288,4803,0,1,6}-{3298,4810,0,1,4}" - }, - { - "npc_id": "6376", - "loc_data": "{2925,2976,0,1,1}-{2909,2978,0,1,5}" - }, - { - "npc_id": "6377", - "loc_data": "{2920,2973,0,1,6}-{2919,2976,0,1,6}-{2910,2978,0,1,7}" - }, - { - "npc_id": "6379", - "loc_data": "{2894,2995,0,0,0}-{2909,2970,0,0,0}-{3303,5485,0,1,1}-{3320,5494,0,1,4}-{3313,5490,0,1,4}-{3315,5484,0,1,3}-{3323,5471,0,1,6}-{3319,5471,0,1,4}-{3323,5477,0,1,0}-{3310,5484,0,1,4}-{3313,5488,0,1,6}-{3309,5481,0,1,1}-{3320,5495,0,1,0}" - }, - { - "npc_id": "6380", - "loc_data": "{2883,2994,0,0,0}-{2882,2994,0,0,0}-{3319,5490,0,1,5}-{3298,5486,0,1,3}-{3312,5480,0,1,4}-{3315,5480,0,1,1}-{3308,5482,0,1,2}-{3321,5477,0,1,0}-{3317,5470,0,1,6}-{3324,5472,0,1,6}-{3311,5482,0,1,0}" - }, - { - "npc_id": "6383", - "loc_data": "{2888,3001,0,0,0}-{2891,3002,0,0,0}-{2890,2998,0,0,0}-{2887,2994,0,0,0}-{2901,2991,0,0,0}-{2905,2990,0,0,0}-{2886,2989,0,0,0}-{2927,2979,0,0,0}-{2926,2973,0,0,0}-{2919,2973,0,0,0}-{2919,2976,0,0,0}-{2920,2979,0,0,0}" - }, - { - "npc_id": "6386", - "loc_data": "{2683,3326,0,0,0}" - }, - { - "npc_id": "6387", - "loc_data": "{3275,4808,0,1,3}-{3276,4808,0,1,4}" - }, - { - "npc_id": "6388", - "loc_data": "{3369,2999,0,1,7}-{3368,2995,0,1,6}-{3362,2997,0,1,3}-{3361,2988,0,1,2}-{3367,2988,0,1,7}-{3379,2983,0,1,1}" - }, - { - "npc_id": "6390", - "loc_data": "{1707,4814,0,0,6}" - }, - { - "npc_id": "6394", - "loc_data": "{2703,5366,0,0,0}" - }, - { - "npc_id": "6396", - "loc_data": "{2791,4279,0,0,0}" - }, - { - "npc_id": "6405", - "loc_data": "{2799,4260,0,1,0}" - }, - { - "npc_id": "6406", - "loc_data": "{2765,4267,0,1,0}" - }, - { - "npc_id": "6407", - "loc_data": "{2802,4246,0,1,0}" - }, - { - "npc_id": "6408", - "loc_data": "{2770,4238,0,1,0}" - }, - { - "npc_id": "6409", - "loc_data": "{2787,4262,0,1,0}-{2792,4275,0,1,0}" - }, - { - "npc_id": "6410", - "loc_data": "{2766,4257,0,1,0}" - }, - { - "npc_id": "6416", - "loc_data": "{2801,4258,0,1,0}" - }, - { - "npc_id": "6417", - "loc_data": "{2765,4264,0,1,0}-{2777,4260,0,1,0}" - }, - { - "npc_id": "6418", - "loc_data": "{2799,4243,0,1,0}" - }, - { - "npc_id": "6419", - "loc_data": "{2771,4237,0,1,0}" - }, - { - "npc_id": "6420", - "loc_data": "{2796,4277,0,1,0}" - }, - { - "npc_id": "6421", - "loc_data": "{2768,4254,0,1,0}" - }, - { - "npc_id": "6427", - "loc_data": "{2802,4259,0,1,0}" - }, - { - "npc_id": "6428", - "loc_data": "{2768,4268,0,1,0}" - }, - { - "npc_id": "6429", - "loc_data": "{2776,4252,0,1,0}-{2805,4242,0,1,0}" - }, - { - "npc_id": "6430", - "loc_data": "{2769,4236,0,1,0}" - }, - { - "npc_id": "6431", - "loc_data": "{2792,4260,0,1,0}-{2796,4275,0,1,0}" - }, - { - "npc_id": "6432", - "loc_data": "{2766,4255,0,1,0}" - }, - { - "npc_id": "6438", - "loc_data": "{2790,4254,0,1,0}-{2800,4256,0,1,0}" - }, - { - "npc_id": "6439", - "loc_data": "{2766,4265,0,1,0}" - }, - { - "npc_id": "6440", - "loc_data": "{2789,4248,0,1,0}-{2802,4244,0,1,0}" - }, - { - "npc_id": "6441", - "loc_data": "{2771,4241,0,1,0}-{2777,4252,0,1,0}" - }, - { - "npc_id": "6442", - "loc_data": "{2795,4273,0,1,0}" - }, - { - "npc_id": "6443", - "loc_data": "{2767,4252,0,1,0}-{2776,4250,0,1,0}" - }, - { - "npc_id": "6449", - "loc_data": "{2792,4252,0,1,0}-{2800,4254,0,1,0}" - }, - { - "npc_id": "6450", - "loc_data": "{2764,4266,0,1,0}-{2781,4261,0,1,0}" - }, - { - "npc_id": "6451", - "loc_data": "{2802,4243,0,1,0}" - }, - { - "npc_id": "6452", - "loc_data": "{2772,4235,0,1,0}" - }, - { - "npc_id": "6453", - "loc_data": "{2797,4272,0,1,0}" - }, - { - "npc_id": "6454", - "loc_data": "{2765,4253,0,1,0}-{2779,4256,0,1,0}" - }, - { - "npc_id": "6458", - "loc_data": "{2784,4249,0,1,0}" - }, - { - "npc_id": "6459", - "loc_data": "{2778,4264,0,1,0}-{2784,4252,0,1,0}" - }, - { - "npc_id": "6460", - "loc_data": "{2783,4251,0,1,0}-{2789,4264,0,1,0}-{2801,4252,0,1,0}" - }, - { - "npc_id": "6461", - "loc_data": "{2787,4250,0,1,0}-{2791,4249,0,1,0}" - }, - { - "npc_id": "6462", - "loc_data": "{2785,4248,0,1,0}-{2786,4251,0,1,0}-{2801,4242,0,1,0}" - }, - { - "npc_id": "6463", - "loc_data": "{2773,4238,0,1,0}-{2779,4248,0,1,0}-{2785,4250,0,1,0}" - }, - { - "npc_id": "6464", - "loc_data": "{2796,4267,0,1,0}" - }, - { - "npc_id": "6465", - "loc_data": "{2764,4251,0,1,0}" - }, - { - "npc_id": "6482", - "loc_data": "{2801,4260,0,0,0}" - }, - { - "npc_id": "6483", - "loc_data": "{2804,4246,0,0,0}" - }, - { - "npc_id": "6484", - "loc_data": "{2795,4276,0,0,0}" - }, - { - "npc_id": "6485", - "loc_data": "{2766,4250,0,0,0}" - }, - { - "npc_id": "6486", - "loc_data": "{2774,4236,0,0,0}" - }, - { - "npc_id": "6487", - "loc_data": "{2765,4268,0,0,0}" - }, - { - "npc_id": "6488", - "loc_data": "{2784,4255,1,0,0}" - }, - { - "npc_id": "6489", - "loc_data": "{2787,4266,0,0,0}" - }, - { - "npc_id": "6498", - "loc_data": "{2796,4256,0,1,0}" - }, - { - "npc_id": "6499", - "loc_data": "{2793,4247,0,1,0}" - }, - { - "npc_id": "6500", - "loc_data": "{2793,4265,0,1,0}" - }, - { - "npc_id": "6501", - "loc_data": "{2772,4256,0,1,0}" - }, - { - "npc_id": "6502", - "loc_data": "{2775,4247,0,1,0}" - }, - { - "npc_id": "6503", - "loc_data": "{2775,4265,0,1,0}" - }, - { - "npc_id": "6521", - "loc_data": "{3161,3475,0,0,6}" - }, - { - "npc_id": "6522", - "loc_data": "{3168,3475,0,0,6}" - }, - { - "npc_id": "6523", - "loc_data": "{3173,3498,0,0,1}" - }, - { - "npc_id": "6524", - "loc_data": "{3156,3481,0,0,1}" - }, - { - "npc_id": "6525", - "loc_data": "{3175,3481,0,0,1}" - }, - { - "npc_id": "6526", - "loc_data": "{3152,3490,0,0,1}" - }, - { - "npc_id": "6527", - "loc_data": "{3154,3498,0,0,1}" - }, - { - "npc_id": "6528", - "loc_data": "{3165,3491,0,0,1}" - }, - { - "npc_id": "6529", - "loc_data": "{3164,3488,0,0,6}" - }, - { - "npc_id": "6530", - "loc_data": "{3164,3491,0,0,1}" - }, - { - "npc_id": "6531", - "loc_data": "{3165,3488,0,0,6}" - }, - { - "npc_id": "6532", - "loc_data": "{3163,3489,0,0,3}" - }, - { - "npc_id": "6533", - "loc_data": "{3166,3489,0,0,4}" - }, - { - "npc_id": "6534", - "loc_data": "{3166,3490,0,0,4}" - }, - { - "npc_id": "6535", - "loc_data": "{3163,3490,0,0,3}" - }, - { - "npc_id": "6538", - "loc_data": "{3189,3690,0,0,3}" - }, - { - "npc_id": "6731", - "loc_data": "{2655,5615,0,1,4}" - }, - { - "npc_id": "6750", - "loc_data": "{2577,3078,0,1,3}" - }, - { - "npc_id": "6773", - "loc_data": "{3439,2808,0,0,0}" - }, - { - "npc_id": "6774", - "loc_data": "{3435,2808,0,0,0}" - }, - { - "npc_id": "6776", - "loc_data": "{3441,2810,0,0,0}-{3445,2813,0,0,0}" - }, - { - "npc_id": "6777", - "loc_data": "{3432,2810,0,0,0}" - }, - { - "npc_id": "6778", - "loc_data": "{3440,2806,0,0,0}" - }, - { - "npc_id": "6779", - "loc_data": "{3392,2759,0,1,2}-{3408,2763,0,1,7}-{3410,2786,0,1,2}-{3420,2778,0,1,6}-{3427,2792,0,1,6}-{3429,2802,0,1,4}" - }, - { - "npc_id": "6786", - "loc_data": "{3409,2812,1,0,0}" - }, - { - "npc_id": "6787", - "loc_data": "{3408,2813,1,0,0}" - }, - { - "npc_id": "6891", - "loc_data": "{2598,3272,0,0,0}" - }, - { - "npc_id": "6893", - "loc_data": "{2926,3435,0,1,2}" - }, - { - "npc_id": "6917", - "loc_data": "{2916,3082,0,0,0}-{2917,3089,0,0,0}-{2912,3090,0,0,0}" - }, - { - "npc_id": "6918", - "loc_data": "{2917,3088,0,1,4}-{2917,3092,0,1,4}" - }, - { - "npc_id": "6921", - "loc_data": "{2974,3448,0,1,4}-{2971,3442,0,1,6}-{2968,3451,0,1,1}-{2967,3439,0,1,4}-{2965,3451,0,1,5}-{2954,3273,0,1,6}" - }, - { - "npc_id": "6942", - "loc_data": "{2890,3100,0,1,4}" - }, - { - "npc_id": "6944", - "loc_data": "{2855,3028,0,0,0}-{2841,3039,0,0,0}-{2838,3031,0,0,0}-{2836,3014,0,0,0}-{2839,3022,0,0,0}" - }, - { - "npc_id": "6958", - "loc_data": "{2574,3082,0,1,4}" - }, - { - "npc_id": "6962", - "loc_data": "{2842,5222,0,1,6}" - }, - { - "npc_id": "6966", - "loc_data": "{2927,3431,0,1,1}" - }, - { - "npc_id": "6971", - "loc_data": "{2926,3443,0,0,5}" - }, - { - "npc_id": "6997", - "loc_data": "{3002,3257,0,0,0}-{3058,3429,0,0,0}-{3059,3420,0,0,0}-{3059,3425,0,0,0}-{3049,3429,0,0,0}-{3007,3261,0,0,0}" - }, - { - "npc_id": "7003", - "loc_data": "{3253,5535,0,1,7}-{3230,5493,0,1,1}-{3224,5497,0,1,5}-{2582,9895,0,1,7}" - }, - { - "npc_id": "7004", - "loc_data": "{3256,5540,0,1,4}-{3247,5536,0,1,6}-{3225,5495,0,1,4}-{2581,9891,0,1,2}" - }, - { - "npc_id": "7009", - "loc_data": "{3282,3467,0,0,0}" - }, - { - "npc_id": "7021", - "loc_data": "{2510,2822,0,1,3}-{2511,2823,0,1,4}-{2509,2825,0,1,6}" - }, - { - "npc_id": "7022", - "loc_data": "{2503,2821,0,1,1}-{2500,2818,0,1,4}-{2503,2819,0,1,3}" - }, - { - "npc_id": "7023", - "loc_data": "{2552,2821,0,1,4}-{2555,2826,0,1,5}-{2550,2821,0,1,1}" - }, - { - "npc_id": "7024", - "loc_data": "{2523,2823,0,0,0}-{2525,2821,0,0,0}-{2525,2820,0,0,0}" - }, - { - "npc_id": "7025", - "loc_data": "{2537,2820,0,0,0}-{2539,2819,0,0,0}-{2543,2817,0,0,0}" - }, - { - "npc_id": "7026", - "loc_data": "{2543,2822,0,0,0}-{2542,2818,0,0,0}-{2549,2822,0,0,0}" - }, - { - "npc_id": "7031", - "loc_data": "{2499,2820,0,1,4}-{2511,2819,0,1,3}-{2525,2820,0,1,0}-{2527,2818,0,1,3}-{2542,2819,0,1,4}-{2551,2817,0,1,3}-{2554,2819,0,1,3}-{2559,2819,0,1,4}-{2566,2820,0,1,5}-{2575,2818,0,1,4}-{2578,2819,0,1,4}-{2587,2819,0,1,7}-{2595,2821,0,1,4}-{2595,2826,0,1,0}-{2503,2824,0,1,3}-{2509,2822,0,1,4}-{2518,2825,0,1,7}-{2526,2822,0,1,1}-{2547,2822,0,1,4}-{2588,2801,0,1,1}-{2557,2826,0,1,4}-{2562,2819,0,1,6}-{2565,2828,0,1,0}-{2573,2825,0,1,1}-{2578,2820,0,1,6}-{2584,2822,0,1,4}-{2590,2831,0,1,4}-{2594,2823,0,1,4}-{2502,2823,0,1,4}-{2513,2820,0,1,7}-{2527,2819,0,1,4}-{2529,2818,0,1,6}-{2541,2822,0,1,3}-{2549,2817,0,1,2}-{2557,2818,0,1,2}-{2488,2768,0,1,1}" - }, - { - "npc_id": "7032", - "loc_data": "{2539,2838,0,0,0}-{2542,2832,0,0,0}-{2532,2836,0,0,0}" - }, - { - "npc_id": "7033", - "loc_data": "{2541,2837,0,0,0}-{2535,2832,0,0,0}-{2543,2832,0,0,0}" - }, - { - "npc_id": "7034", - "loc_data": "{2536,2839,0,0,0}-{2537,2840,0,0,0}-{2533,2836,0,0,0}" - }, - { - "npc_id": "7035", - "loc_data": "{2542,2839,0,0,0}-{2549,2835,0,0,0}-{2541,2839,0,0,0}" - }, - { - "npc_id": "7036", - "loc_data": "{2538,2841,0,0,0}-{2537,2836,0,0,0}-{2531,2836,0,0,0}" - }, - { - "npc_id": "7039", - "loc_data": "{2503,2824,0,1,4}-{2518,2824,0,1,4}-{2534,2821,0,1,1}-{2548,2823,0,1,4}-{2560,2822,0,1,1}-{2570,2823,0,1,1}-{2582,2824,0,1,6}-{2588,2828,0,1,4}-{2503,2825,0,1,4}-{2493,2828,0,1,3}-{2515,2823,0,1,6}-{2525,2827,0,1,4}-{2589,2808,0,1,2}-{2562,2825,0,1,7}-{2568,2820,0,1,4}-{2577,2821,0,1,4}-{2582,2832,0,1,6}-{2500,2818,0,1,1}-{2525,2827,0,1,7}-{2536,2826,0,1,2}-{2541,2819,0,1,4}-{2503,2822,0,1,3}" - }, - { - "npc_id": "7040", - "loc_data": "{2563,2862,0,0,0}-{2563,2856,0,0,0}" - }, - { - "npc_id": "7041", - "loc_data": "{2562,2863,0,0,0}-{2553,2861,0,0,0}" - }, - { - "npc_id": "7042", - "loc_data": "{2551,2863,0,0,0}-{2552,2859,0,0,0}" - }, - { - "npc_id": "7043", - "loc_data": "{2553,2862,0,0,0}-{2561,2861,0,0,0}" - }, - { - "npc_id": "7044", - "loc_data": "{2467,2933,0,0,4}-{2470,2937,0,0,4}-{2445,2897,0,0,4}-{2444,2894,0,0,4}" - }, - { - "npc_id": "7045", - "loc_data": "{2460,2922,0,0,4}-{2463,2928,0,0,4}" - }, - { - "npc_id": "7046", - "loc_data": "{2460,2925,0,0,4}-{3364,3800,0,0,4}-{3368,3811,0,0,4}-{3347,3814,0,0,4}-{3363,3816,0,0,4}" - }, - { - "npc_id": "7047", - "loc_data": "{2557,2836,0,0,0}-{2559,2838,0,0,0}" - }, - { - "npc_id": "7048", - "loc_data": "{2545,2836,0,0,0}" - }, - { - "npc_id": "7049", - "loc_data": "{2553,2839,0,0,4}-{2553,2836,0,0,4}" - }, - { - "npc_id": "7051", - "loc_data": "{2547,2852,0,0,0}-{2549,2854,0,0,0}" - }, - { - "npc_id": "7052", - "loc_data": "{2571,2855,0,0,0}" - }, - { - "npc_id": "7055", - "loc_data": "{2559,2851,0,0,0}-{2560,2852,0,0,0}" - }, - { - "npc_id": "7056", - "loc_data": "{2560,2851,0,0,0}-{2561,2852,0,0,0}" - }, - { - "npc_id": "7057", - "loc_data": "{2596,2845,0,0,0}" - }, - { - "npc_id": "7062", - "loc_data": "{2571,2840,0,0,0}-{2572,2840,0,0,0}" - }, - { - "npc_id": "7065", - "loc_data": "{2621,2857,1,0,0}-{2622,2857,0,0,0}" - }, - { - "npc_id": "7066", - "loc_data": "{2619,2856,1,0,0}-{2620,2857,0,0,0}" - }, - { - "npc_id": "7067", - "loc_data": "{2518,2842,0,0,0}" - }, - { - "npc_id": "7068", - "loc_data": "{2531,2850,0,0,0}" - }, - { - "npc_id": "7069", - "loc_data": "{2559,2858,0,0,0}" - }, - { - "npc_id": "7070", - "loc_data": "{2581,2866,0,0,0}" - }, - { - "npc_id": "7071", - "loc_data": "{2598,2864,0,0,0}" - }, - { - "npc_id": "7072", - "loc_data": "{2517,2840,0,0,0}" - }, - { - "npc_id": "7073", - "loc_data": "{2533,2848,0,0,0}" - }, - { - "npc_id": "7074", - "loc_data": "{2556,2858,0,0,0}" - }, - { - "npc_id": "7075", - "loc_data": "{2583,2865,0,0,0}" - }, - { - "npc_id": "7076", - "loc_data": "{2596,2865,0,0,0}" - }, - { - "npc_id": "7077", - "loc_data": "{2617,2856,1,0,0}-{2618,2857,0,0,0}" - }, - { - "npc_id": "7078", - "loc_data": "{2502,2838,0,0,0}-{2478,2884,0,0,0}-{2476,2895,0,0,0}-{2472,2870,0,0,0}-{2455,2873,0,0,0}-{2455,2857,0,0,0}-{2474,2833,0,0,0}-{2505,2842,0,0,0}-{2507,2843,0,0,0}-{2481,2833,0,0,0}-{2476,2865,0,0,0}-{2456,2856,0,0,0}-{2454,2879,0,0,0}-{2472,2884,0,0,0}-{2475,2894,0,0,0}" - }, - { - "npc_id": "7079", - "loc_data": "{2501,2851,0,0,0}-{2466,2878,0,0,0}-{2454,2847,0,0,0}-{2471,2857,0,0,0}-{2483,2840,0,0,0}-{2498,2854,0,0,0}-{2504,2851,0,0,0}-{2491,2838,0,0,0}-{2475,2852,0,0,0}-{2464,2873,0,0,0}-{2474,2903,0,0,0}-{2479,2906,0,0,0}" - }, - { - "npc_id": "7080", - "loc_data": "{2508,2853,0,0,0}-{2492,2893,0,0,0}-{2483,2876,0,0,0}-{2456,2868,0,0,0}-{2459,2836,0,0,0}-{2514,2851,0,0,0}-{2506,2852,0,0,0}-{2487,2877,0,0,0}-{2486,2860,0,0,0}-{2458,2866,0,0,0}-{2416,2856,0,0,0}-{2495,2884,0,0,0}" - }, - { - "npc_id": "7081", - "loc_data": "{2499,2860,0,0,0}-{2485,2892,0,0,0}-{2451,2870,0,0,0}-{2466,2864,0,0,0}-{2449,2826,0,0,0}-{2487,2842,0,0,0}-{2497,2863,0,0,0}-{2489,2843,0,0,0}-{2471,2860,0,0,0}-{2448,2870,0,0,0}-{2478,2888,0,0,0}-{2485,2922,0,0,0}" - }, - { - "npc_id": "7082", - "loc_data": "{2516,2858,0,0,0}-{2493,2903,0,0,0}-{2485,2869,0,0,0}-{2484,2888,0,0,0}-{2444,2861,0,0,0}-{2457,2863,0,0,0}-{2474,2837,0,0,0}-{2521,2862,0,0,0}-{2483,2865,0,0,0}-{2474,2844,0,0,0}-{2460,2859,0,0,0}-{2492,2901,0,0,0}-{2486,2889,0,0,0}" - }, - { - "npc_id": "7091", - "loc_data": "{2525,2852,0,0,0}-{2529,2844,0,0,0}" - }, - { - "npc_id": "7092", - "loc_data": "{2526,2854,0,0,0}-{2528,2850,0,0,0}" - }, - { - "npc_id": "7093", - "loc_data": "{2527,2853,0,0,0}-{2528,2849,0,0,0}" - }, - { - "npc_id": "7094", - "loc_data": "{2527,2851,0,0,0}-{2523,2850,0,0,0}" - }, - { - "npc_id": "7095", - "loc_data": "{2609,2863,0,0,0}-{2610,2862,0,0,0}" - }, - { - "npc_id": "7096", - "loc_data": "{2610,2865,0,0,0}-{2605,2866,0,0,0}" - }, - { - "npc_id": "7097", - "loc_data": "{2611,2862,0,0,0}-{2607,2867,0,0,0}" - }, - { - "npc_id": "7098", - "loc_data": "{2611,2864,0,0,0}-{2608,2863,0,0,0}" - }, - { - "npc_id": "7099", - "loc_data": "{2585,2844,0,0,0}-{2581,2845,0,0,0}" - }, - { - "npc_id": "7100", - "loc_data": "{2586,2840,0,0,0}-{2587,2841,0,0,0}" - }, - { - "npc_id": "7101", - "loc_data": "{2585,2842,0,0,0}" - }, - { - "npc_id": "7102", - "loc_data": "{2576,2840,0,0,0}-{2576,2840,0,0,0}" - }, - { - "npc_id": "7103", - "loc_data": "{2579,2843,0,0,0}-{2582,2843,0,0,0}-{2579,2843,0,0,0}-{2582,2843,0,0,0}" - }, - { - "npc_id": "7104", - "loc_data": "{2549,2852,0,0,0}-{2547,2856,0,0,0}" - }, - { - "npc_id": "7105", - "loc_data": "{3111,9929,0,1,7}-{3106,9941,0,1,1}-{3111,9935,0,1,4}-{3114,9931,0,1,1}-{2612,9484,0,1,1}-{2611,9484,0,1,0}-{2614,9484,0,1,6}-{2611,9486,0,1,1}" - }, - { - "npc_id": "7106", - "loc_data": "{3131,9930,0,1,4}" - }, - { - "npc_id": "7107", - "loc_data": "{3130,9928,0,1,0}-{3131,9931,0,1,4}" - }, - { - "npc_id": "7109", - "loc_data": "{3127,9932,0,1,1}" - }, - { - "npc_id": "7110", - "loc_data": "{3121,9929,0,1,4}" - }, - { - "npc_id": "7112", - "loc_data": "{3130,9934,0,1,3}" - }, - { - "npc_id": "7113", - "loc_data": "{3127,9932,0,1,4}" - }, - { - "npc_id": "7114", - "loc_data": "{3132,9921,0,0,0}-{3132,9935,0,1,1}" - }, - { - "npc_id": "7115", - "loc_data": "{3050,3259,0,0,0}" - }, - { - "npc_id": "7121", - "loc_data": "{2189,3148,0,1,4}" - }, - { - "npc_id": "7138", - "loc_data": "{3245,5462,0,1,7}-{3257,5454,0,1,3}-{3255,5461,0,1,1}-{3251,5473,0,1,3}-{3224,5540,0,1,0}-{3240,5541,0,1,6}-{3239,5529,0,1,6}-{3233,5524,0,1,4}-{3237,5512,0,1,6}-{3225,5510,0,1,1}-{3222,5524,0,1,1}-{3213,5472,0,1,3}-{3210,5469,0,1,5}-{3221,5468,0,1,0}-{3223,5465,0,1,0}-{3190,5523,0,1,2}-{3225,5540,0,1,7}-{3218,5537,0,1,3}-{3195,5527,0,1,6}" - }, - { - "npc_id": "7139", - "loc_data": "{3220,5463,0,1,7}" - }, - { - "npc_id": "7142", - "loc_data": "{3082,4246,0,1,4}" - }, - { - "npc_id": "7143", - "loc_data": "{3082,3459,0,0,0}" - }, - { - "npc_id": "7144", - "loc_data": "{3085,4230,0,1,3}" - }, - { - "npc_id": "7145", - "loc_data": "{3081,4252,0,1,7}" - }, - { - "npc_id": "7146", - "loc_data": "{3078,4240,0,1,4}" - }, - { - "npc_id": "7147", - "loc_data": "{3079,4245,0,1,4}" - }, - { - "npc_id": "7148", - "loc_data": "{3077,4229,0,1,4}" - }, - { - "npc_id": "7149", - "loc_data": "{3085,4235,0,1,4}" - }, - { - "npc_id": "7150", - "loc_data": "{3085,4240,0,1,3}" - }, - { - "npc_id": "7151", - "loc_data": "{3081,3457,0,0,4}" - }, - { - "npc_id": "7152", - "loc_data": "{3081,3455,0,0,4}" - }, - { - "npc_id": "7153", - "loc_data": "{3081,3453,0,0,4}" - }, - { - "npc_id": "7154", - "loc_data": "{3079,3457,0,0,4}" - }, - { - "npc_id": "7155", - "loc_data": "{3079,3455,0,0,4}" - }, - { - "npc_id": "7156", - "loc_data": "{3077,3457,0,0,4}" - }, - { - "npc_id": "7157", - "loc_data": "{3077,3453,0,0,4}" - }, - { - "npc_id": "7158", - "loc_data": "{3080,3463,0,1,0}-{3079,3463,0,1,0}-{3144,4250,2,1,4}-{3143,4255,2,1,2}-{3140,4253,2,1,3}-{3145,4255,2,1,6}-{3149,4257,2,1,5}-{3148,4262,2,1,5}-{3142,4260,2,1,3}-{3144,4259,2,1,4}-{3145,4261,2,1,4}-{3146,4265,2,1,5}-{3143,4264,2,1,3}-{3144,4266,2,1,5}-{3141,4265,2,1,1}-{3144,4270,2,1,1}-{3142,4269,2,1,6}-{3157,4262,2,1,1}-{3164,4265,2,1,6}-{3162,4266,2,1,6}-{3165,4266,2,1,3}-{3164,4261,2,1,2}-{3162,4259,2,1,5}-{3162,4255,2,1,7}-{3165,4256,2,1,4}-{3163,4251,2,1,3}-{3165,4249,2,1,6}-{3162,4250,2,1,4}-{3163,4241,2,1,4}-{3165,4239,2,1,4}-{3165,4241,2,1,0}-{3160,4235,2,1,2}-{3165,4235,2,1,4}-{3165,4237,2,1,4}-{3162,4234,2,1,3}-{3164,4231,2,1,4}-{3166,4229,2,1,6}-{3162,4230,2,1,1}-{3167,4229,2,1,3}-{3184,4236,2,1,1}-{3153,4246,1,1,3}-{3159,4236,1,1,6}-{3163,4236,1,1,4}-{3163,4234,1,1,7}-{3146,4235,1,1,5}-{3144,4236,1,1,1}-{3143,4234,1,1,2}-{3145,4240,1,1,4}-{3148,4242,1,1,1}-{3145,4241,1,1,7}-{3142,4242,1,1,3}-{3146,4230,1,1,4}" - }, - { - "npc_id": "7159", - "loc_data": "{3174,4238,2,1,6}-{3175,4243,2,1,6}-{3179,4236,2,1,4}-{3145,4272,1,1,3}-{3145,4276,1,1,3}-{3152,4271,1,1,6}-{3144,4264,1,1,4}-{3153,4266,1,1,1}-{3152,4261,1,1,4}-{3145,4259,1,1,6}-{3161,4259,1,1,0}-{3160,4265,1,1,0}-{3153,4246,1,1,3}-{3157,4248,1,1,6}-{3161,4247,1,1,4}-{3146,4247,1,1,6}-{3153,4233,1,1,4}-{3153,4240,1,1,6}-{3155,4238,1,1,5}-{3169,4267,3,1,3}-{3160,4265,3,1,6}-{3168,4250,3,1,4}-{3168,4244,3,1,6}-{3160,4239,3,1,1}-{3160,4228,3,1,3}-{3147,4225,3,1,3}-{3145,4242,3,1,5}-{3139,4249,3,1,6}-{3144,4253,3,1,3}-{3145,4266,3,1,0}-{3138,4266,3,1,3}" - }, - { - "npc_id": "7160", - "loc_data": "{3175,4254,2,1,7}-{3176,4247,2,1,5}-{3174,4269,2,1,1}-{3190,4253,2,1,3}-{3192,4247,2,1,3}-{3189,4235,2,1,0}-{3152,4269,0,1,4}-{3160,4278,0,1,1}-{3160,4262,0,1,3}-{3149,4250,0,1,0}-{3158,4250,0,1,5}-{3161,4236,0,1,6}-{3172,4250,0,1,2}-{3171,4269,3,1,1}-{3157,4277,3,1,3}-{3150,4278,3,1,3}" - }, - { - "npc_id": "7161", - "loc_data": "{3142,4230,2,1,6}-{3143,4231,2,1,3}-{3141,4235,2,1,4}-{3144,4241,2,1,4}" - }, - { - "npc_id": "7162", - "loc_data": "{3144,4229,2,1,1}-{3143,4236,2,1,1}-{3145,4235,2,1,1}-{3148,4244,2,1,6}" - }, - { - "npc_id": "7228", - "loc_data": "{2862,3101,0,0,0}-{2879,3109,0,0,0}-{2882,3104,0,0,0}-{2874,3098,0,0,0}-{2882,3098,0,0,0}" - }, - { - "npc_id": "7229", - "loc_data": "{2833,3088,0,0,0}-{2830,3085,0,0,0}-{2844,3089,0,0,0}-{2837,3084,0,0,0}-{2840,3076,0,0,0}" - }, - { - "npc_id": "7230", - "loc_data": "{2887,3051,0,0,0}-{2890,3052,0,0,0}-{2894,3058,0,0,0}-{2840,3008,0,0,0}-{2897,3035,0,0,0}" - }, - { - "npc_id": "7231", - "loc_data": "{2930,2961,0,0,0}-{2942,2964,0,0,0}-{2933,2964,0,0,0}-{2932,2967,0,0,0}-{2936,2973,0,0,0}" - }, - { - "npc_id": "7232", - "loc_data": "{2802,3106,0,0,0}-{2807,3101,0,0,0}-{2806,3108,0,0,0}-{2808,3105,0,0,0}-{2814,3100,0,0,0}" - }, - { - "npc_id": "7233", - "loc_data": "{2922,3070,0,0,0}-{2929,3075,0,0,0}-{2919,3080,0,0,0}-{2924,3080,0,0,0}-{2923,3081,0,0,0}" - }, - { - "npc_id": "7234", - "loc_data": "{2900,3107,0,0,0}-{2903,3098,0,0,0}-{2908,3104,0,0,0}-{2905,3107,0,0,0}-{2904,3107,0,0,0}" - }, - { - "npc_id": "7235", - "loc_data": "{2820,3065,0,0,0}-{2830,3059,0,0,0}-{2825,3057,0,0,0}-{2827,3050,0,0,0}-{2822,3053,0,0,0}" - }, - { - "npc_id": "7236", - "loc_data": "{2799,3005,0,0,0}-{2801,2995,0,0,0}-{2804,3001,0,0,0}-{2803,2986,0,0,0}-{2811,2999,0,0,0}" - }, - { - "npc_id": "7237", - "loc_data": "{2927,3432,0,1,4}" - }, - { - "npc_id": "7251", - "loc_data": "{2574,3082,0,1,1}" - }, - { - "npc_id": "7275", - "loc_data": "{2995,3252,0,0,0}-{2996,3259,0,0,0}-{2993,3250,0,0,0}-{3000,3258,0,0,0}" - }, - { - "npc_id": "7276", - "loc_data": "{2994,3256,0,0,0}-{3002,3250,0,0,0}-{2992,3252,0,0,0}-{3000,3250,0,0,0}-{2728,3422,0,1,1}-{2718,3413,0,1,4}-{2729,3420,0,1,4}-{2727,3414,0,1,6}-{2714,3419,0,1,3}-{2719,3427,0,1,7}" - }, - { - "npc_id": "7285", - "loc_data": "{2835,3107,0,0,0}-{2836,3101,0,0,0}-{2836,3110,0,0,0}-{2837,3112,0,0,0}-{2841,3107,0,0,0}-{2885,3018,0,0,0}-{2885,3019,0,0,0}-{2891,3018,0,0,0}" - }, - { - "npc_id": "7286", - "loc_data": "{2931,3090,0,0,0}-{2925,3097,0,0,0}-{2936,3096,0,0,0}-{2924,3102,0,0,0}-{2933,3104,0,0,0}" - }, - { - "npc_id": "7288", - "loc_data": "{2834,3045,0,0,0}-{2826,3048,0,0,0}-{2824,3043,0,0,0}-{2822,3045,0,0,0}-{2818,3049,0,0,0}" - }, - { - "npc_id": "7289", - "loc_data": "{2882,3018,0,1,7}-{2887,3024,0,1,2}" - }, - { - "npc_id": "7290", - "loc_data": "{2845,3088,0,1,6}-{2854,3085,0,1,1}" - }, - { - "npc_id": "7292", - "loc_data": "{2863,3048,0,1,5}-{2868,3037,0,1,4}" - }, - { - "npc_id": "7309", - "loc_data": "{3023,3410,0,0,0}-{2946,3280,0,0,0}" - }, - { - "npc_id": "7310", - "loc_data": "{3015,3409,0,0,0}-{2946,3272,0,0,0}" - }, - { - "npc_id": "7311", - "loc_data": "{2956,3273,0,0,0}" - }, - { - "npc_id": "7312", - "loc_data": "{2950,3268,0,0,0}" - }, - { - "npc_id": "7363", - "loc_data": "{2793,2996,0,0,0}" - }, - { - "npc_id": "7420", - "loc_data": "{3168,3334,0,0,3}" - }, - { - "npc_id": "7421", - "loc_data": "{3163,3336,0,0,1}" - }, - { - "npc_id": "7451", - "loc_data": "{2328,3170,0,1,6}-{2341,3179,0,1,4}-{2338,3164,0,1,4}-{2189,3181,0,1,2}-{2178,3186,0,1,7}-{2199,3182,0,1,0}-{2288,3149,0,1,2}-{2282,3144,0,1,3}-{2285,3144,0,1,2}-{2281,3139,0,1,1}-{2289,3152,0,1,6}-{2287,3155,0,1,1}-{2286,3146,0,1,1}-{2289,3156,0,0,5}-{2285,3136,0,1,3}" - }, - { - "npc_id": "7636", - "loc_data": "{3618,9736,0,0,0}-{3620,9732,0,0,0}-{3624,9736,0,0,0}-{3625,9738,0,0,0}-{3618,9736,0,0,4}-{3620,9732,0,0,4}-{3624,9736,0,0,4}-{3625,9738,0,0,4}" - }, - { - "npc_id": "7637", - "loc_data": "{3588,9768,0,0,0}-{3600,9768,0,0,0}-{3606,9780,0,0,0}-{3612,9729,0,0,0}-{3613,9764,0,0,0}-{3614,9740,0,0,0}-{3614,9750,0,0,0}-{3621,9748,0,0,0}-{3629,9737,0,0,0}" - }, - { - "npc_id": "7639", - "loc_data": "{3592,9766,0,0,0}-{3603,9770,0,0,0}-{3605,9757,0,0,0}-{3611,9749,0,0,0}-{3611,9766,0,0,0}-{3616,9737,0,0,0}-{3616,9756,0,0,0}-{3616,9762,0,0,0}-{3617,9779,0,0,0}-{3621,9754,0,0,0}" - }, - { - "npc_id": "7640", - "loc_data": "{3608,9780,0,1,3}-{3610,9777,0,1,1}-{3613,9772,0,1,4}-{3617,9748,0,1,7}-{3617,9758,0,1,1}-{3621,9751,0,1,1}" - }, - { - "npc_id": "7641", - "loc_data": "{3607,9776,0,1,1}-{3610,9772,0,1,0}-{3614,9778,0,1,7}-{3615,9746,0,1,7}-{3618,9753,0,1,1}-{3619,9748,0,1,6}" - }, - { - "npc_id": "7642", - "loc_data": "{3595,9742,0,0,0}-{3597,9751,0,0,0}-{3598,9736,0,0,0}-{3604,9746,0,0,0}" - }, - { - "npc_id": "7643", - "loc_data": "{3587,9737,0,0,0}-{3592,9746,0,0,0}-{3600,9740,0,0,0}-{3605,9738,0,0,0}" - }, - { - "npc_id": "7711", - "loc_data": "{3405,9902,0,0,0}" - }, - { - "npc_id": "7716", - "loc_data": "{3005,3475,0,1,7}-{3003,3473,0,1,4}-{2997,3471,0,0,0}-{3004,3494,0,0,0}-{3005,3505,0,0,0}" - }, - { - "npc_id": "7726", - "loc_data": "{2996,3451,0,0,0}" - }, - { - "npc_id": "7727", - "loc_data": "{3045,3483,0,0,0}-{3053,3492,0,0,4}-{3055,3491,0,0,0}-{3045,3496,0,0,0}-{3046,3490,1,0,0}-{3057,3497,1,0,3}" - }, - { - "npc_id": "7728", - "loc_data": "{3009,3433,0,0,0}" - }, - { - "npc_id": "7731", - "loc_data": "{3008,3466,0,0,0}" - }, - { - "npc_id": "7732", - "loc_data": "{3009,3466,0,0,0}" - }, - { - "npc_id": "7733", - "loc_data": "{3008,3479,0,0,0}" - }, - { - "npc_id": "7734", - "loc_data": "{3009,3487,0,0,0}" - }, - { - "npc_id": "7735", - "loc_data": "{2999,3469,0,0,0}" - }, - { - "npc_id": "7744", - "loc_data": "{3149,3411,0,0,0}" - }, - { - "npc_id": "7746", - "loc_data": "{4755,5116,0,1,7}" - }, - { - "npc_id": "7747", - "loc_data": "{4751,5116,0,1,5}" - }, - { - "npc_id": "7748", - "loc_data": "{4752,5114,0,1,5}" - }, - { - "npc_id": "7749", - "loc_data": "{4739,5070,0,1,0}" - }, - { - "npc_id": "7750", - "loc_data": "{4765,5064,0,1,7}" - }, - { - "npc_id": "7751", - "loc_data": "{4778,5070,0,1,2}" - }, - { - "npc_id": "7752", - "loc_data": "{4432,5096,0,1,0}" - }, - { - "npc_id": "7753", - "loc_data": "{4438,5089,0,1,0}-{4428,5083,0,1,0}-{4437,5075,0,1,0}" - }, - { - "npc_id": "7763", - "loc_data": "{4777,5080,0,1,2}" - }, - { - "npc_id": "7765", - "loc_data": "{4776,5076,0,1,6}" - }, - { - "npc_id": "7767", - "loc_data": "{4762,5145,0,1,2}-{2457,5139,0,1,6}-{2460,5140,0,1,0}-{2443,5147,0,1,3}-{2454,5155,0,1,5}-{2461,5125,0,1,3}-{2456,5124,0,1,4}-{2458,5129,0,1,4}-{2443,5145,0,1,1}-{2451,5148,0,1,1}-{2447,5143,0,1,4}-{2443,5138,0,1,4}" - }, - { - "npc_id": "7768", - "loc_data": "{4762,5156,0,1,6}" - }, - { - "npc_id": "7823", - "loc_data": "{3215,9560,0,0,1}-{3161,9547,0,0,3}-{3164,9556,0,0,4}-{3162,9574,0,0,3}-{3198,9554,0,0,7}-{3216,9588,0,0,1}-{3198,9572,0,0,1}" - }, - { - "npc_id": "7891", - "loc_data": "{3207,3250,0,0,0}-{3208,3250,0,0,0}-{3209,3250,0,0,0}" - }, - { - "npc_id": "7959", - "loc_data": "{3188, 3425, 0, 1, 0}" - }, - { - "npc_id": "7969", - "loc_data": "{3205,3240,0,0,0}" - }, - { - "npc_id": "8082", - "loc_data": "{3552,5590,2,1,2}" - }, - { - "npc_id": "8083", - "loc_data": "{3560,5602,0,1,3}" - }, - { - "npc_id": "8084", - "loc_data": "{3541,5597,0,1,4}" - }, - { - "npc_id": "8085", - "loc_data": "{3550,5598,0,1,3}" - }, - { - "npc_id": "8149", - "loc_data": "{3244,9996,0,1,6}-{3229,10008,0,1,6}-{3222,10012,0,1,6}-{3205,10010,0,1,6}-{3212,10012,0,1,6}-{3205,10023,0,1,6}-{3210,10030,0,1,6}-{3212,10039,0,1,6}-{3213,10009,0,1,6}-{3243,9993,0,1,6}-{3218,10036,0,1,6}-{3218,10010,0,1,6}" - }, - { - "npc_id": "8150", - "loc_data": "{3241,9997,0,1,6}-{3230,10011,0,1,6}-{3221,10012,0,1,6}-{3207,10006,0,1,6}-{3207,10017,0,1,6-{3209,10031,0,1,6}-{3209,10019,0,1,6}-{3217,10012,0,1,6}-{3224,10012,0,1,6}" - }, - { - "npc_id": "8151", - "loc_data": "{3241,9998,0,1,6}-{3223,10010,0,1,6}-{3208,10012,0,1,6}-{3209,10026,0,1,6}-{3214,10038,0,1,6}-{3211,10035,0,1,6}-{3214,10037,0,1,6}-{3240,9991,0,1,6}-{3231,10010,0,1,6}-{3210,10007,0,1,6}-{3222,10010,0,1,6}" - }, - { - "npc_id": "8273", - "loc_data": "{2931,3536,0,1,5}" - }, - { - "npc_id": "8274", - "loc_data": "{3514,3513,0,1,6}" - }, - { - "npc_id": "8275", - "loc_data": "{2869,2982,1,1,5}" - }, - { - "npc_id": "8349", - "loc_data": "{2603,5740,0,0,7}-{2591,5739,0,1,3}-{2616,5733,0,1,3}-{2613,5712,0,1,3}-{2603,5712,0,1,3}-{2588,5712,0,1,3}" - }, - { - "npc_id": "8536", - "loc_data": "{2654,5600,0,1,3}-{2650,5600,0,0,3}-{2662,5593,0,0,3}-{2653,5590,0,0,3}-{2644,5592,0,0,3-{2644,5601,0,0,3}-{2654,5604,0,0,3}-{2663,5606,0,0,3}-{2670,5597,0,0,3}-{2657,5589,0,0,3}-" - }, - { - "npc_id": "8590", - "loc_data": "{2743,3444,0,1,0}" - }, - { - "npc_id": "7601", - "loc_data": "{1697,5605,0,0,6}" - }, - { - "npc_id": "3579", - "loc_data": "{3195,3263,0,1,0}" - }, - { - "npc_id": "5424", - "loc_data": "{2594,3269,0,0,0}" - }, - { - "npc_id": "7010", - "loc_data": "{2243,3200,0,1,3}-{2204,3229,0,1,3}-{2204,3229,0,1,3}-{2204,3229,0,1,3}-{2268,3239,0,1,3}-{2268,3239,0,1,3}-{2268,3239,0,1,3}-{2261,3260,0,1,3}-{2261,3260,0,1,3}-{2261,3260,0,1,3}" - }, - { - "npc_id": "7011", - "loc_data": "{2243,3200,0,1,3}-{2268,3239,0,1,3}-{2261,3260,0,1,3}-{2261,3260,0,1,3}" - }, - { - "npc_id": "7014", - "loc_data": "{2180,3201,0,1,3}-{2226,3143,0,1,3}-{2288,3147,0,1,3}-{2247,3187,0,1,3}" - }, - { - "npc_id": "7012", - "loc_data": "{2180,3201,0,1,3}-{2180,3201,0,1,3}-{2182,3204,0,1,3}-{2226,3143,0,1,3}-{2226,3143,0,1,3}-{2226,3143,0,1,3}-{2223,3146,0,1,3}-{2223,3146,0,1,3}-{2288,3147,0,1,3}-{2288,3147,0,1,3}-{2288,3147,0,1,3}-{2247,3187,0,1,3}-{2247,3187,0,1,3}" - }, - { - "npc_id": "1183", - "loc_data": "{2206,3258,0,1,3}-{2200,3261,0,1,3}-{2193,3253,0,1,3}-{2192,3243,0,1,3}" - }, - { - "npc_id": "1184", - "loc_data": "{2192,3249,0,1,3}-{2200,3249,0,1,3}-{2195,3247,0,1,3}-{2212,3258,0,1,3}" - }, - { - "npc_id": "2160", - "loc_data": "{2925,10211,0,1,0}" - }, - { - "npc_id": "2191", - "loc_data": "{2925,10213,0,1,0}" - }, - { - "npc_id": "4248", - "loc_data": "{2849,10183,0,1,0}" - }, - { - "npc_id": "2153", - "loc_data": "{2826,10197,0,1,0}" - }, - { - "npc_id": "2152", - "loc_data": "{2827,10231,0,1,0}" - }, - { - "npc_id": "2161", - "loc_data": "{2869,10211,0,1,0}" - }, - { - "npc_id": "2162", - "loc_data": "{2886,10187,0,1,0}" - }, - { - "npc_id": "2151", - "loc_data": "{2873,10210,0,1,0}" - }, - { - "npc_id": "4558", - "loc_data": "{2885,10202,0,1,0}" - }, - { - "npc_id": "2158", - "loc_data": "{2885,10207,0,1,0}" - }, - { - "npc_id": "2157", - "loc_data": "{2887,10212,0,1,0}" - }, - { - "npc_id": "2156", - "loc_data": "{2892,10212,0,1,0}" - }, - { - "npc_id": "2159", - "loc_data": "{2885,10196,0,1,0}" - }, - { - "npc_id": "2565", - "loc_data": "{1937,4972,0,1,0}" - }, - { - "npc_id": "2564", - "loc_data": "{1935,4964,0,0,4}" - }, - { - "npc_id": "2321", - "loc_data": "{2918,10194,0,0,3}" - }, - { - "npc_id": "2198", - "loc_data": "{2905,10213,0,1,0}" - }, - { - "npc_id": "2164", - "loc_data": "{2838,10205,0,0,1}" - }, - { - "npc_id": "2163", - "loc_data": "{2836,10205,0,1,0}" - }, - { - "npc_id": "2130", - "loc_data": "{2892,10191,0,1,0}-{2919,10206,0,1,0}-{2923,10230,0,1,0}-{2865,10193,0,1,0}" - }, - { - "npc_id": "2131", - "loc_data": "{2893,10205,0,1,0}-{2895,10223,0,1,0}-{2871,10199,0,1,0}-{2890,10199,0,1,0}" - }, - { - "npc_id": "2132", - "loc_data": "{2913,10211,0,1,0}-{2901,10232,0,1,0}-{2823,10193,0,1,0}" - }, - { - "npc_id": "5880", - "loc_data": "{2888,10226,0,1,0}-{2920,10196,0,1,0}-{2844,10214,0,1,0}" - }, - { - "npc_id": "5881", - "loc_data": "{2847,10200,0,1,0}-{2863,10233,0,1,0}-{2920,10216,0,1,0}" - }, - { - "npc_id": "5882", - "loc_data": "{2916,10191,0,1,0}-{2841,10195,0,1,0}-{2831,10219,0,1,0}" - }, - { - "npc_id": "2138", - "loc_data": "{2890,10232,0,1,0}" - }, - { - "npc_id": "2178", - "loc_data": "{2916,10192,0,1,0}-{2839,10196,0,1,0}" - }, - { - "npc_id": "2187", - "loc_data": "{2913,10200,0,1,0}" - }, - { - "npc_id": "1546", - "loc_data": "{2911,10175,0,0,4}-{2912,10175,0,0,4}-{2913,10175,0,0,4}-{2914,10175,0,0,4}-{2909,10173,0,0,4}-{2910,10173,0,0,4}-{2911,10173,0,0,4}-{2912,10173,0,0,4}-{2913,10173,0,0,4}-{2909,10171,0,0,4}-{2910,10171,0,0,4}-{2911,10169,0,0,4}-{2912,10169,0,0,4}-{2913,10169,0,0,4}" - }, - { - "npc_id": "2181", - "loc_data": "{2874,9871,0,1,0}" - }, - { - "npc_id": "2182", - "loc_data": "{2908,10176,0,1,0}" - }, - { - "npc_id": "2092", - "loc_data": "{2869,10196,1,1,0}" - }, - { - "npc_id": "2100", - "loc_data": "{2870,10196,1,1,0}" - }, - { - "npc_id": "2101", - "loc_data": "{2868,10202,1,1,0}" - }, - { - "npc_id": "2094", - "loc_data": "{2869,10205,1,0,6}" - }, - { - "npc_id": "2096", - "loc_data": "{2890,10207,1,0,6}" - }, - { - "npc_id": "2104", - "loc_data": "{2890,10204,1,1,0}" - }, - { - "npc_id": "2095", - "loc_data": "{2889,10211,1,0,6}" - }, - { - "npc_id": "2103", - "loc_data": "{2892,10209,1,1,0}" - }, - { - "npc_id": "2105", - "loc_data": "{2890,10196,1,1,0}" - }, - { - "npc_id": "2097", - "loc_data": "{2891,10196,1,0,6}" - }, - { - "npc_id": "2102", - "loc_data": "{2869,10208,1,1,0}" - }, - { - "npc_id": "2093", - "loc_data": "{2871,10207,1,1,0}" - }, - { - "npc_id": "2098", - "loc_data": "{2890,10192,1,0,6}" - }, - { - "npc_id": "2106", - "loc_data": "{2892,10190,1,1,0}" - }, - { - "npc_id": "2110", - "loc_data": "{2877,10198,1,1,0}-{2878,10196,1,1,0}" - }, - { - "npc_id": "2111", - "loc_data": "{2878,10201,1,1,0}-{2876,10201,1,1,0}" - }, - { - "npc_id": "2113", - "loc_data": "{2878,10201,1,1,0}-{2876,10201,1,1,0}" - }, - { - "npc_id": "2115", - "loc_data": "{2882,10201,1,1,0}-{2883,10200,1,1,0}" - }, - { - "npc_id": "2117", - "loc_data": "{2883,10198,1,1,0}-{2884,10199,1,1,0}" - }, - { - "npc_id": "2119", - "loc_data": "{2882,10197,1,1,0}-{2883,10196,1,1,0}" - }, - { - "npc_id": "2121", - "loc_data": "{2880,10195,1,1,0}-{2879,10193,1,1,0}" - }, - { - "npc_id": "2193", - "loc_data": "{2887,10223,0,1,0}" - }, - { - "npc_id": "2197", - "loc_data": "{2848,10198,0,1,0}" - }, - { - "npc_id": "2188", - "loc_data": "{2851,10223,0,1,0}" - }, - { - "npc_id": "2189", - "loc_data": "{2851,10223,0,1,0}" - }, - { - "npc_id": "2171", - "loc_data": "{2930,10184,0,1,0}" - }, - { - "npc_id": "1848", - "loc_data": "{2868,10168,0,1,0}" - }, - { - "npc_id": "1849", - "loc_data": "{2868,10168,0,1,0}" - }, - { - "npc_id": "1847", - "loc_data": "{2868,10168,0,1,0}" - }, - { - "npc_id": "1839", - "loc_data": "{2825,10167,0,1,0}" - }, - { - "npc_id": "2127", - "loc_data": "{2880,10199,1,1,0}" - }, - { - "npc_id": "2201", - "loc_data": "{2866,10208,0,1,0}" - }, - { - "npc_id": "2179", - "loc_data": "{2840,10199,0,0,6}" - }, - { - "npc_id": "2177", - "loc_data": "{2843,10191,1,0,1}" - }, - { - "npc_id": "2140", - "loc_data": "{2835,10226,0,0,6}" - }, - { - "npc_id": "2169", - "loc_data": "{2836,10222,0,1,0}" - }, - { - "npc_id": "2196", - "loc_data": "{2838,10196,0,1,0}" - }, - { - "npc_id": "2170", - "loc_data": "{2853,10196,0,1,0}" - }, - { - "npc_id": "2199", - "loc_data": "{2855,10199,0,1,0}" - }, - { - "npc_id": "2192", - "loc_data": "{2933,10219,0,1,0}" - }, - { - "npc_id": "2141", - "loc_data": "{2906,10204,0,1,0}" - }, - { - "npc_id": "2202", - "loc_data": "{2912,10222,0,1,0}" - }, - { - "npc_id": "2195", - "loc_data": "{2901,10227,0,1,0}" - }, - { - "npc_id": "2194", - "loc_data": "{2926,10225,0,1,0}" - }, - { - "npc_id": "2142", - "loc_data": "{2904,10206,0,1,0}" - }, - { - "npc_id": "2190", - "loc_data": "{2922,10201,0,1,0}" - }, - { - "npc_id": "2155", - "loc_data": "{2871,10199,0,1,0}" - }, - { - "npc_id": "603", - "loc_data": "{2450,3510,1,1,0}" - }, - { - "npc_id": "8065", - "loc_data": "{3399,3464,0,0,1}" - }, - { - "npc_id": "8066", - "loc_data": "{3346,3513,0,0,6}" - }, - { - "npc_id": "8067", - "loc_data": "{3280,3524,0,0,0}" - }, - { - "npc_id": "8068", - "loc_data": "{3237,3525,0,0,0}" - }, - { - "npc_id": "8069", - "loc_data": "{3171,3535,0,0,0}" - }, - { - "npc_id": "8070", - "loc_data": "{3088,3515,0,0,0}" - }, - { - "npc_id": "8071", - "loc_data": "{3035,3517,0,0,0}" - }, - { - "npc_id": "8072", - "loc_data": "{2972,3515,0,0,0}" - }, - { - "npc_id": "8073", - "loc_data": "{2941,3564,0,0,0}" - }, - { - "npc_id": "8074", - "loc_data": "{2946,3621,0,0,0}" - }, - { - "npc_id": "8075", - "loc_data": "{2938,3679,0,0,0}" - }, - { - "npc_id": "8076", - "loc_data": "{2939,3772,0,0,0}" - }, - { - "npc_id": "2085", - "loc_data": "{3231,9610,0,1,0}" - }, - { - "npc_id": "2084", - "loc_data": "{3314,9612,0,1,0}" - }, - { - "npc_id": "2078", - "loc_data": "{3313,9622,0,0,3}" - }, - { - "npc_id": "2077", - "loc_data": "{3323,9616,0,0,6}" - }, - { - "npc_id": "2076", - "loc_data": "{3312,9628,0,0,3}" - }, - { - "npc_id": "2075", - "loc_data": "{3312,9638,0,0,3}" - }, - { - "npc_id": "2072", - "loc_data": "{3319,9632,0,1,0}" - }, - { - "npc_id": "2071", - "loc_data": "{3323,9643,0,1,0}" - }, - { - "npc_id": "2070", - "loc_data": "{3324,9621,0,1,0}" - }, - { - "npc_id": "2069", - "loc_data": "{3313,9652,0,1,0}" - }, - { - "npc_id": "2074", - "loc_data": "{3319,9605,0,0,1}" - }, - { - "npc_id": "7724", - "loc_data": "{3054,3503,0,1,0}" - }, - { - "npc_id": "15", - "loc_data": "{3203,3479,0,1,0}-{3202,3484,0,1,0}" - }, - { - "npc_id": "2910", - "loc_data": "{3082,9885,0,1,4}" - }, - { - "npc_id": "3382", - "loc_data": "{3080,9885,0,1,4}-{3076,9886,0,1,4}-{3081,9890,0,1,4}-{3081,9895,0,1,4}" - }, - { - "npc_id": "5965", - "loc_data": "{1759,4955,0,0,0}" - }, - { - "npc_id": "5966", - "loc_data": "{1754,4960,0,1,4}" - }, - { - "npc_id": "5967", - "loc_data": "{1735,4950,0,1,4}-{1758, 4937, 0, 1, 4}-{1756, 4947, 0, 1, 4}-{1771, 4960, 0, 1, 4}-{1779, 4950, 0, 1, 4}-{1759, 4971, 0, 1, 4}-{1773, 4983, 0, 1, 4}" - }, - { - "npc_id": "5945", - "loc_data": "{1743,4959,0,1,4}-{1739,4969,0,1,4}-{1748, 4941, 0, 1, 4}-{1759, 4979, 0, 1, 6}" - }, - { - "npc_id": "10", - "loc_data": "{1740,4970,0,1,4}-{1783, 4950, 0, 1, 4}-{1755,4951,0,1,3}-{1754, 4986, 0, 1, 6}-{1763, 4972, 0, 1, 6}" - }, - { - "npc_id": "5971", - "loc_data": "{1742,4964,0,0,0}" - }, - { - "npc_id": "5977", - "loc_data": "{1735,4964,0,0,0}" - }, - { - "npc_id": "5982", - "loc_data": "{1735,4954,0,0,0}" - }, - { - "npc_id": "5976", - "loc_data": "{1742,4954,0,0,0}" - }, - { - "npc_id": "5978", - "loc_data": "{1752,4938,0,0,0}" - }, - { - "npc_id": "5972", - "loc_data": "{1781,4954,0,0,0}" - }, - { - "npc_id": "5973", - "loc_data": "{1774,4964,0,0,0}" - }, - { - "npc_id": "5974", - "loc_data": "{1774,4954,0,0,0}" - }, - { - "npc_id": "5975", - "loc_data": "{1740,4979,0,0,0}" - }, - { - "npc_id": "5981", - "loc_data": "{1750,4979,0,0,0}" - }, - { - "npc_id": "5979", - "loc_data": "{1765,4979,0,0,0}" - }, - { - "npc_id": "5980", - "loc_data": "{1775,4979,0,0,0}" - }, - { - "npc_id": "8000", - "loc_data": "{2987,3691,0,0,3}" - }, - { - "npc_id": "2861", - "loc_data": "{2347,3165,0,0,3}" - }, - { - "npc_id": "4965", - "loc_data": "{2824,3685,0,0,1}" - }, - { - "npc_id": "2790", - "loc_data": "{3163,4822,0,0,6}" - }, - { - "npc_id": "6117", - "loc_data": "{1884,5020,0,0,6}" - }, - { - "npc_id": "6134", - "loc_data": "{1890,5018,0,0,0}" - }, - { - "npc_id": "6132", - "loc_data": "{1883,5029,0,0,6}" - }, - { - "npc_id": "6133", - "loc_data": "{1883,5026,0,0,6}" - }, - { - "npc_id": "6131", - "loc_data": "{1885,5026,0,0,6}" - }, - { - "npc_id": "490", - "loc_data": "{1887,5026,0,0,6}" - }, - { - "npc_id": "487", - "loc_data": "{1885,5029,0,0,6}" - }, - { - "npc_id": "555", - "loc_data": "{2657,3153,0,1,0}" - }, - { - "npc_id": "2357", - "loc_data": "{2340,3157,1,1,0}" - }, - { - "npc_id": "2356", - "loc_data": "{2323,3163,0,1,0}" - }, - { - "npc_id": "2352", - "loc_data": "{2334,3183,0,1,0}" - } -] - +[ + { + "npc_id": "0", + "loc_data": "{3221,3218,0,1,0}-{2522,5000,0,0,4}" + }, + { + "npc_id": "1", + "loc_data": "{3222,3221,0,1,3}-{2804,3427,0,1,2}-{3285,3208,0,1,4}-{3093,3509,0,1,3}-{3098,3508,0,1,7}-{3096,3510,0,1,3}-{3017,3239,0,1,2}-{2712,3484,0,1,4}-{2693,3495,0,1,1}-{3237,3404,0,1,6}-{3237,3408,0,1,0}-{3247,3396,0,1,3}-{3263,3403,0,1,3}-{3210,3223,1,1,4}-{3230,3208,0,1,1}" + }, + { + "npc_id": "2", + "loc_data": "{3298,3185,0,1,3}-{3101,3511,0,1,4}-{2690,3489,0,1,3}-{3236,3203,0,1,4}-{3217,3209,0,1,4}-{3237,3217,0,1,6}-{3282,3503,0,1,6}" + }, + { + "npc_id": "3", + "loc_data": "{2818,3443,0,1,3}-{3306,3200,0,1,6}-{3300,3208,0,1,3}-{3095,3511,0,1,3}-{3094,3513,0,1,4}-{3097,3510,0,1,4}-{2699,3491,0,1,1}-{3231,3239,0,1,4}-{3278,3502,0,1,6}" + }, + { + "npc_id": "4", + "loc_data": "{3010,3236,0,1,6}-{2693,3493,0,1,7}-{2693,3492,0,1,0}-{2695,3497,0,1,1}-{2700,3496,0,1,5}-{3230,3204,0,1,3}-{3281,3499,0,1,4}" + }, + { + "npc_id": "5", + "loc_data": "{2817,3447,0,1,5}-{2697,3493,0,1,4}-{3236,3205,0,1,2}-{3229,3238,0,1,1}-{3279,3497,0,1,3}" + }, + { + "npc_id": "6", + "loc_data": "{3097,3259,0,1,4}-{3280,3491,0,1,0}-{3246,3207,0,1,4}" + }, + { + "npc_id": "7", + "loc_data": "{2920,3434,0,1,0}-{3226,3290,0,1,3}-{2629,3360,0,1,4}-{3158, 3301, 0, 1, 0}" + }, + { + "npc_id": "8", + "loc_data": "{3019,3230,0,1,4}-{2804,3186,0,1,4}" + }, + { + "npc_id": "9", + "loc_data": "{2964,3392,0,1,6}-{2967,3393,0,1,1}-{3008,3324,0,1,2}-{3007,3321,0,1,6}-{3005,3321,0,1,4}-{2965,3389,0,1,6}-{2966,3392,0,1,1}-{2964,3392,0,1,1}" + }, + { + "npc_id": "11", + "loc_data": "{3235,3399,0,1,5}" + }, + { + "npc_id": "13", + "loc_data": "{3108,3157,1,1,3}-{3113,3157,1,1,4}-{3107,3170,0,1,0}-{3112,3167,0,1,0}-{3106,3157,0,1,3}-{3110,3155,0,1,6}-{2588,3087,0,1,4}-{2592,3086,0,1,6}-{2590,3083,1,1,4}-{2587,3086,1,1,4}-{2594,3084,1,1,6}-{2593,3090,2,1,5}-{2594,3085,2,1,1}-{2588,3089,2,1,4}" + }, + { + "npc_id": "14", + "loc_data": "{2890,3443,0,1,1}-{2897,3444,0,1,3}-{2897,3435,0,1,2}-{2899,3438,0,1,0}-{2904,3441,0,1,5}-{2899,3449,0,1,3}-{2913,3450,0,1,4}-{2888,3447,0,1,6}-{2886,3421,0,1,1}-{2892,3414,0,1,7}-{2896,3421,0,1,3}-{2900,3428,0,1,3}-{2883,3431,0,1,4}-{2885,3436,0,1,1}-{2914,3444,0,1,3}" + }, + { + "npc_id": "15", + "loc_data": "{2584,3304,0,1,3}-{2588,3291,0,1,7}-{2584,3288,0,1,0}-{2631,3294,0,1,6}-{2629,3296,0,1,4}-{2563,3382,0,1,6}-{2569,3383,0,1,6}-{2571,3381,0,1,1}-{2575,3384,0,1,4}-{2572,3385,0,1,4}" + }, + { + "npc_id": "16", + "loc_data": "{3279,3191,0,1,4}-{3296,3202,1,1,3}" + }, + { + "npc_id": "18", + "loc_data": "{3282,3176,0,1,0}-{3284,3170,0,1,7}-{3284,3174,0,1,0}-{3288,3168,0,1,5}-{3292,3169,0,1,3}-{3295,3168,0,1,3}-{3301,3170,0,1,6}-{3301,3174,0,1,6}-{3301,3177,0,1,0}" + }, + { + "npc_id": "19", + "loc_data": "{2971,3349,0,1,4}-{2979,3350,0,1,2}-{2973,3337,0,1,3}-{2959,3335,0,1,6}-{2982,3339,0,1,6}-{2983,3346,0,1,4}-{2980,3329,0,1,4}-{2987,3330,0,1,6}-{2958,3340,1,1,1}-{2970,3333,1,1,3}-{2966,3329,1,1,4}-{2961,3353,1,1,4}-{2973,3337,1,1,6}-{2998,3341,0,1,6}-{2983,3342,2,1,6}" + }, + { + "npc_id": "20", + "loc_data": "{2588,3301,1,0,0}" + }, + { + "npc_id": "21", + "loc_data": "{2630,3288,0,1,1}-{2647,3306,0,1,1}-{2667,3315,0,1,4}" + }, + { + "npc_id": "23", + "loc_data": "{2582,3297,0,1,6}-{2652,3318,0,1,0}-{2653,3300,0,1,5}-{2669,3298,0,1,4}-{2671,3313,0,1,6}" + }, + { + "npc_id": "24", + "loc_data": "{2614,3318,0,1,6}-{2621,3293,0,1,3}" + }, + { + "npc_id": "25", + "loc_data": "{2612,3316,0,1,1}-{2574,3321,1,1,4}-{2621,3293,1,1,3}" + }, + { + "npc_id": "27", + "loc_data": "{2574,3285,2,0,0}-{2574,3308,2,0,0}-{2582,3284,2,0,0}-{2582,3309,2,0,0}-{2588,3290,2,0,0}-{2588,3303,2,0,0}" + }, + { + "npc_id": "28", + "loc_data": "{2611,3269,0,0,0}" + }, + { + "npc_id": "31", + "loc_data": "{2616,3308,0,1,1}" + }, + { + "npc_id": "32", + "loc_data": "{2651,3307,0,1,1}-{2659,3309,0,1,6}-{2660,3309,0,1,3}-{2661,3309,0,1,1}-{2661,3317,0,1,5}-{2663,3301,0,1,3}-{2665,3300,0,1,3}-{2636,3342,0,1,4}-{2634,3342,0,1,3}-{2635,3339,0,1,3}-{2548,3111,1,1,3}-{2545,3116,1,1,7}-{2549,3115,1,1,1}-{2549,3112,1,1,4}" + }, + { + "npc_id": "35", + "loc_data": "{2545,3094,0,1,3}-{2549,3093,0,1,2}-{2543,3089,0,1,3}-{2540,3098,0,1,3}" + }, + { + "npc_id": "36", + "loc_data": "{3020,3373,0,1,0}" + }, + { + "npc_id": "38", + "loc_data": "{2952,3063,0,0,0}-{2955,3057,0,0,0}-{2956,3035,0,0,0}-{2969,3034,0,0,0}-{2984,3048,0,0,0}" + }, + { + "npc_id": "39", + "loc_data": "{2958,3055,0,0,0}-{2954,3029,0,0,0}-{2968,3039,0,0,0}-{2984,3048,0,0,0}-{2989,3058,0,0,0}-{2982,3060,0,0,0}-{2972,3060,0,0,0}-{2998,3061,0,0,0}-{2999,3049,0,0,0}" + }, + { + "npc_id": "40", + "loc_data": "{3005,3060,0,0,0}-{3008,3067,0,0,0}" + }, + { + "npc_id": "41", + "loc_data": "{3197,3356,0,1,4}-{3234,3297,0,1,3}-{3230,3296,0,1,5}-{3236,3288,0,1,6}-{3236,3300,0,1,2}-{3231,3308,0,1,3}-{2965,3336,0,1,4}-{3110,9573,0,1,6}-{2655,3441,0,1,6}-{2649,3438,0,1,7}-{2649,3446,0,1,6}-{2653,3444,0,1,6}-{2647,3441,0,1,1}-{2784,3062,0,1,4}-{2789,3063,0,1,4}-{3160,3082,0,1,3}-{3140,3096,0,1,3}-{3140,3093,0,1,0}-{3138,3094,0,1,1}-{3140,3093,0,1,3}-{3138,3093,0,1,1}-{3138,3094,0,1,0}-{3189,3278,0,1,3}-{3187,3276,0,1,5}-{3188,3278,0,1,4}-{2851,3370,0,1,3}-{2846,3374,0,1,3}-{2853,3372,0,1,3}-{2847,3373,0,1,3}-{2850,3371,0,1,1}-{2851,3373,0,1,4}-{2852,3370,0,1,4}-{3234,3293,0,1,4}-{3229,3298,0,1,1}-{3228,3296,0,1,4}-{2815,3560,0,1,7}-{2819,3561,0,1,4}-{2818,3559,0,1,6}-{3140,3093,0,1,1}-{2674,3652,0,1,3}-{2672,3655,0,1,6}-{2677,3655,0,1,6}" + }, + { + "npc_id": "42", + "loc_data": "{3237,3346,0,1,1}" + }, + { + "npc_id": "43", + "loc_data": "{3241,3354,0,1,3}-{3200,3263,0,0,0}-{3212,3262,0,1,1}-{2926,3323,0,1,0}-{2922,3325,0,1,3}" + }, + { + "npc_id": "44", + "loc_data": "{3251,3418,0,0,1}-{3252,3418,0,0,1}-{3253,3418,0,0,1}-{3096,3489,0,0,3}-{3254,3418,0,0,1}-{3255,3418,0,0,1}-{3256,3418,0,0,1}-{3147,3448,0,0,1}-{3180,3436,0,0,4}-{3180,3440,0,0,4}-{3180,3444,0,0,4}-{3096,3493,0,0,3}-{3097,3494,0,0,1}-{3191,3437,0,0,3}-{3191,3441,0,0,3}-{3191,3445,0,0,3}" + }, + { + "npc_id": "45", + "loc_data": "{3096,3491,0,0,3}-{3148,3448,0,0,0}-{3191,3443,0,0,3}-{3191,3439,0,0,3}-{3191,3435,0,0,3}-{3180,3442,0,0,4}-{3180,3434,0,0,4}-{2843,5214,0,0,4}-{3180,3438,0,0,4}" + }, + { + "npc_id": "46", + "loc_data": "{3179,3348,0,1,0}-{3178,3353,0,1,0}-{3211,3322,0,1,0}-{3214,3314,0,1,0}-{3214,3318,0,1,0}-{3216,3314,0,1,0}-{3218,3287,0,1,0}-{3223,3281,0,1,0}-{3231,3271,0,1,0}-{3233,3267,0,1,0}-{3233,3270,0,1,0}-{3235,3265,0,1,0}-{3235,3259,0,1,0}-{3238,3244,0,1,0}-{3241,3230,0,1,0}-{3241,3234,0,1,0}-{3243,3228,0,1,0}-{3247,3221,0,1,0}-{3248,3220,0,1,0}-{3259,3212,0,1,0}-{2979,3359,0,1,0}-{2979,3357,0,1,0}-{2993,3384,0,1,6}-{3015,3285,0,1,0}" + }, + { + "npc_id": "47", + "loc_data": "{3108, 9754, 0, 1, 5}-{3110, 9754, 0, 1, 5}-{3108, 9750, 0, 1, 5}-{3097,3364,0,1,3}-{3102,3363,0,1,5}-{3341,3267,0,1,5}-{3235,3224,0,1,3}-{3229,3220,0,1,4}-{3211,3211,0,1,3}-{3225,3220,0,1,1}-{3237,3215,0,1,5}-{3211,3210,0,1,7}-{3227,3220,0,1,7}-{3233,3227,0,1,5}-{3227,3210,0,1,6}-{3228,3222,0,1,4}-{3229,3226,0,1,0}-{3127,3487,0,1,4}-{3125,3486,0,1,6}-{3127,3486,0,1,4}-{3019,3292,0,1,7}-{3018,3295,0,1,7}-{3001,3202,0,1,5}-{3021,3205,0,1,6}-{3026,3174,0,1,5}-{3019,3176,0,1,7}-{3076,3282,0,1,5}-{3089,3266,0,1,4}-{3091,3266,0,1,4}-{3243,3687,0,1,5}-{3249,3669,0,1,3}-{3252,3675,0,1,4}-{3252,3680,0,1,3}-{3259,3683,0,1,0}-{3276,9871,0,1,1}-{3277,9871,0,1,3}-{3225,9862,0,1,4}-{3222,9861,0,1,6}-{3220,9860,0,1,6}-{3219,9865,0,1,6}-{3237,9862,0,1,4}-{3236,3217,0,1,4}-{3259,3230,0,1,4}-{3158,3226,0,1,5}-{3160,3202,0,1,4}-{3233,3237,0,1,7}-{2821,3170,0,1,1}-{2801,3158,0,1,2}-{2852,9642,0,1,6}-{2858,9632,0,1,3}-{2536,2982,0,1,3}-{2531,2980,0,1,0}-{2522,2981,0,1,4}-{2545,2989,0,1,4}-{2523,2970,0,1,2}-{2603,9480,0,1,1}-{2600,9477,0,1,0}-{2579,9496,0,1,4}-{2580,9508,0,1,0}-{2571,9522,0,1,4}-{2654,9640,0,1,6}-{2655,9637,0,1,4}-{2656,9639,0,1,7}-{2651,9636,0,1,5}-{2648,9637,0,1,4}-{2651,9642,0,1,1}-{2654,9640,0,1,0}-{2654,9635,0,1,6}-{2655,9635,0,1,3}-{2664,9626,0,1,6}-{2664,9624,0,1,1}-{2661,9623,0,1,1}-{2663,9623,0,1,3}-{2664,9626,0,1,6}-{2592,9831,0,1,3}-{2588,9825,0,1,6}-{2583,9829,0,1,4}-{2581,9841,0,1,0}-{2597,9823,0,1,2}-{2579,9805,0,1,3}-{2576,9804,0,1,0}-{2573,9805,0,1,5}-{2571,9808,0,1,3}-{2576,9810,0,1,2}-{2587,9802,0,1,2}-{2592,9800,0,1,4}-{2596,9805,0,1,6}-{2601,9802,0,1,5}-{2585,9801,0,1,7}-{2594,9803,0,1,0}-{2590,9806,0,1,3}-{2612,9808,0,1,6}-{2604,9810,0,1,6}-{2579,9821,0,1,2}-{2576,9812,0,1,6}-{2580,9813,0,1,6}-{2600,9813,0,1,4}-{2599,9809,0,1,4}-{2514,3193,0,1,6}-{2518,3192,0,1,3}-{2507,3181,0,1,3}-{2508,3178,0,1,6}-{2511,3183,0,1,3}-{2515,3182,0,1,1}-{2565,9505,0,1,1}-{2566,9510,0,1,6}-{2594,9497,0,1,4}-{3475,9840,0,1,6}-{3481,9842,0,1,1}-{3486,9843,0,1,7}-{3483,9824,0,1,4}-{3496,9808,0,0,5}-{3490,9815,0,1,1}-{3478,9834,0,0,3}-{3490,9824,0,1,4}" + }, + { + "npc_id": "48", + "loc_data": "{2775,2929,0,1,2}-{2789,2926,0,1,5}-{2795,2932,0,1,6}-{2775,2933,0,1,0}-{2769,2928,0,1,3}-{2817,2921,0,1,2}" + }, + { + "npc_id": "49", + "loc_data": "{2861,9838,0,1,3}-{2858,9842,0,1,4}-{2854,9847,0,1,5}-{2857,9850,0,1,7}-{2865,9849,0,1,6}-{2869,9838,0,1,6}-{3104,3680,0,1,3}-{3114,3688,0,1,1}-{3121,3675,0,1,1}-{3127,3695,0,1,3}-{3129,3678,0,1,2}-{3130,3689,0,1,2}-{3128,3665,0,1,3}-{3135,3701,0,1,6}-{3085,10134,0,1,0}-{3090,10123,0,1,0}-{3094,10133,0,1,0}-{3095,10120,0,1,0}-{3095,10128,0,1,0}-{3098,10122,0,1,0}-{3104,10127,0,1,0}-{3105,10125,0,1,0}-{3177,3905,0,1,4}-{3180,3908,0,1,2}-{3189,3914,0,1,6}-{3193,3906,0,1,2}-{2402,9785,0,1,1}-{2403,9782,0,1,1}-{2408,9782,0,1,1}-{2408,9785,0,1,1}-{2413,9776,0,1,1}-{2417,9777,0,1,1}-{2412,9773,0,1,1}-{2416,9773,0,1,1}" + }, + { + "npc_id": "50", + "loc_data": "{2273,4698,0,0,0}" + }, + { + "npc_id": "52", + "loc_data": "{2899,9765,0,1,1}-{2893,9768,0,1,1}-{2895,9771,0,1,6}-{2894,9781,0,1,6}-{2891,9787,0,1,2}-{2904,9798,0,1,0}-{2910,9799,0,1,4}" + }, + { + "npc_id": "53", + "loc_data": "{2694,9508,0,0,3}-{2703,9505,0,0,6}-{2710,9499,0,0,1}-{2704,9520,0,0,5}-{2714,9523,0,0,3}-{2722,9520,0,0,7}-{3232,3790,0,0,4}" + }, + { + "npc_id": "54", + "loc_data": "{2831,9825,0,1,0}-{2838,9824,0,1,1}-{2344,9763,0,1,1}" + }, + { + "npc_id": "55", + "loc_data": "{2914,9800,0,1,2}-{2906,9804,0,1,6}-{2896,9798,0,1,0}-{2909,9906,0,1,4}" + }, + { + "npc_id": "58", + "loc_data": "{3289,5482,0,1,1}-{3296,5472,0,1,0}-{3291,5466,0,1,6}-{3294,5481,0,1,0}-{3300,5479,0,1,7}-{3288,5480,0,1,3}-{3293,5475,0,1,3}-{3293,5481,0,1,2}-{3286,5465,0,1,3}-{3279,5478,0,1,4}-{3270,5464,0,1,2}-{3270,5468,0,1,1}-{2574,9874,0,1,0}-{2577,9877,0,1,3}-{2574,9878,0,1,0}-{2575,9871,0,1,4}" + }, + { + "npc_id": "59", + "loc_data": "{3182,3244,0,1,1}-{3250,3239,0,1,1}-{3241,3241,0,1,1}-{3188,3216,0,1,1}-{3082,3362,0,1,4}-{3146,3347,0,1,3}-{3249,3249,0,1,1}-{3102,9881,0,1,3}-{3095,9883,0,1,2}-{3218,9890,0,1,3}-{3220,9887,0,1,0}-{3218,9887,0,1,1}-{3218,9889,0,1,5}-{3213,9890,0,1,1}-{3169,3257,0,1,1}-{3164,3236,0,1,6}-{3148,3226,0,1,5}-{3162,3223,0,1,7}-{3151,3221,0,1,0}-{3160,3221,0,1,0}-{2461,2880,0,1,5}-{2489,2935,0,1,7}-{2492,2907,0,1,1}-{2496,2890,0,1,4}-{2487,2894,0,1,2}-{2487,2888,0,1,7}-{2483,2877,0,1,3}-{2481,2876,0,1,4}-{2457,2867,0,1,4}-{2481,2847,0,1,0}-{2475,2854,0,1,3}-{2482,2873,0,1,3}-{2485,2876,0,1,2}-{2449,2865,0,1,1}-{2478,2916,0,1,5}-{2485,2902,0,1,3}-{2487,2902,0,1,2}-{2489,2894,0,1,2}-{2490,2905,0,1,7}-{2490,2917,0,1,5}-{2484,2890,0,1,1}-{2503,2889,0,1,1}-{2491,2927,0,1,1}-{2497,2939,0,1,2}-{2648,9766,0,1,4}-{2653,9761,0,1,3}" + }, + { + "npc_id": "60", + "loc_data": "{3189,3883,0,1,5}-{3182,3882,0,1,5}-{3177,3871,0,1,0}-{3176,3878,0,1,0}-{3173,3892,0,1,6}-{3171,3884,0,1,4}-{3166,3874,0,1,1}-{3169,3900,0,1,1}-{3165,3881,0,1,3}-{3164,3888,0,1,6}-{3163,3894,0,1,7}-{3162,3894,0,1,4}-{2547,2982,0,1,6}-{2477,2866,0,1,5}-{2484,2897,0,1,3}-{2455,2857,0,1,6}-{2434,2845,0,1,4}-{2544,2904,0,1,2}-{2548,2981,0,1,1}-{2448,2784,0,1,7}-{2460,2869,0,1,3}-{2471,2890,0,1,6}-{2491,2906,0,1,0}-{2523,2975,0,1,1}" + }, + { + "npc_id": "61", + "loc_data": "{3111, 9747, 0, 1, 5}-{3108, 9747, 0, 1, 5}-{3321,3145,0,1,3}-{3327,3131,0,1,5}-{3322,3143,0,1,3}-{3182,3878,0,1,6}-{3182,3886,0,1,7}-{3182,3888,0,1,5}-{3175,3888,0,1,4}-{3175,3879,0,1,7}-{3174,3879,0,1,3}-{3174,3882,0,1,0}-{3175,3885,0,1,3}-{3172,3876,0,1,2}-{3172,3894,0,1,1}-{3172,3885,0,1,3}-{3165,3886,0,1,3}-{3165,3896,0,1,1}-{3166,3886,0,1,1}-{3164,3893,0,1,4}-{3163,3881,0,1,4}-{3159,3889,0,1,0}-{3213,9890,0,1,5}-{3210,9886,0,1,4}-{3213,9887,0,1,1}-{3207,9880,0,1,0}-{3255,9870,0,1,4}-{3258,9872,0,1,3}-{3261,9870,0,1,4}-{3156,3248,0,1,4}-{3143,3241,0,1,4}-{3156,3249,0,1,4}-{3175,3248,0,1,7}-{3169,3260,0,1,4}-{3171,3254,0,1,5}-{3162,3246,0,1,6}-{3179,3262,0,1,1}-{3162,3226,0,1,1}-{3166,3222,0,1,1}-{3157,3229,0,1,5}-{3168,3222,0,1,4}-{3211,9622,0,1,2}-{3215,9620,0,1,4}-{3212,9618,0,1,3}-{3217,9617,0,1,3}-{3214,9620,0,1,7}-{2541,3189,0,1,3}-{2542,3187,0,1,6}-{2543,3186,0,1,4}-{2545,3183,0,1,3}-{2545,3183,0,1,3}-{2545,3182,0,1,3}-{2543,3183,0,1,0}-{2543,3182,0,1,3}-{2539,3182,0,1,0}" + }, + { + "npc_id": "62", + "loc_data": "{2769,3198,0,1,7}-{2768,3206,0,1,1}-{2776,3107,0,1,1}-{2794,3121,0,1,3}-{2795,3118,0,1,1}-{2796,3109,0,1,1}-{2808,3112,0,1,6}-{2791,3124,0,1,1}-{2860,3094,0,1,6}-{2854,3086,0,1,6}-{2863,3083,0,1,3}-{2853,3081,0,1,4}-{2859,3079,0,1,4}-{2859,3075,0,1,6}-{2871,3092,0,1,1}-{2867,3094,0,1,1}-{2861,3082,0,1,3}-{2861,3094,0,1,3}-{2863,3081,0,1,2}-{2864,3089,0,1,3}-{2859,3084,0,1,0}-{2850,3060,0,1,6}-{2857,3044,0,1,7}-{2856,3066,0,1,4}-{2784,3030,0,1,4}-{2783,3017,0,1,3}-{2811,2975,0,1,7}-{2815,2987,0,1,5}-{2808,3007,0,1,6}-{2812,3007,0,1,1}-{2885,2950,0,1,4}-{2891,2951,0,1,6}-{2894,2946,0,1,4}-{2928,3022,0,1,3}-{2930,3029,0,1,4}-{2927,3039,0,1,6}-{2928,3043,0,1,0}-{2929,3036,0,1,7}-{2919,3040,0,1,4}-{2934,3045,0,1,2}-{2929,3035,0,1,4}-{2914,3055,0,1,4}-{2922,3059,0,1,3}-{2930,3049,0,1,4}-{2914,3047,0,1,4}-{2935,3049,0,1,1}-{2927,3058,0,1,3}" + }, + { + "npc_id": "63", + "loc_data": "{3118,9950,0,1,6}-{3116,9956,0,1,0}-{3127,9953,0,1,7}-{3122,9955,0,1,4}-{3124,9951,0,1,4}-{3124,9950,0,1,3}-{3074,3892,0,1,3}-{3071,3894,0,1,7}-{3062,3897,0,1,3}-{3058,3889,0,1,4}-{3054,3880,0,1,2}-{3054,3895,0,1,7}-{3051,3879,0,1,6}-{3051,3886,0,1,6}-{3047,3893,0,1,1}-{3047,3881,0,1,4}-{3044,3893,0,1,5}-{3041,3894,0,1,1}-{3038,3890,0,1,1}-{3046,3872,0,1,4}-{3165,9891,0,1,6}-{3177,9886,0,1,4}-{3175,9889,0,1,4}-{3177,9879,0,1,4}-{3177,9888,0,1,1}-{3178,9895,0,1,4}-{3182,9884,0,1,3}-{2841,9583,0,1,4}-{2841,9582,0,1,4}-{2839,9582,0,1,1}-{2837,9572,0,1,6}-{2832,9580,0,1,1}-{3164,9888,0,1,3}-{3169,9892,0,1,6}-{3258,5560,0,1,2}-{3258,5555,0,1,3}-{3260,5557,0,1,3}-{3257,5552,0,1,1}-{3260,5558,0,1,5}-{3258,5556,0,1,6}-{3257,5555,0,1,6}-{3260,5559,0,1,7}-{3257,5561,0,1,1}" + }, + { + "npc_id": "64", + "loc_data": "{2945,3910,0,1,0}-{2956,3923,0,1,0}-{2961,3919,0,1,0}-{2968,3915,0,1,0}-{2972,3927,0,1,0}-{2975,3949,0,1,0}-{2961,3945,0,1,0}-{2950,3927,0,1,0}-{2684,9798,0,1,2}-{2691,9814,0,1,5}-{2694,9819,0,1,6}-{2696,9831,0,1,3}-{2702,9837,0,1,6}-{2709,9844,0,1,3}-{2720,9847,0,1,4}-{2724,9843,0,1,6}-{2733,9846,0,1,4}-{2740,9841,0,1,3}-{2745,9836,0,1,4}-{2745,9828,0,1,5}-{2747,9826,0,1,1}" + }, + { + "npc_id": "66", + "loc_data": "{2507,3204,0,1,5}-{2506,3205,0,1,6}-{2526,3169,0,1,6}-{2540,3226,0,1,6}-{2528,3164,0,1,6}-{2529,3169,0,1,1}-{2537,3170,0,1,1}" + }, + { + "npc_id": "67", + "loc_data": "{2507,3200,0,1,6}-{2516,3212,0,1,1}" + }, + { + "npc_id": "68", + "loc_data": "{2518,3209,0,1,3}-{2533,3209,0,1,5}-{2530,3212,0,1,1}" + }, + { + "npc_id": "73", + "loc_data": "{3268,9893,0,1,3}-{3251,9896,0,1,6}-{3087,9672,0,1,1}-{3103,9672,0,1,1}-{3119,9670,0,1,1}-{3123,9657,0,1,2}" + }, + { + "npc_id": "74", + "loc_data": "{3148,9899,0,1,3}-{3147,9905,0,1,6}-{3141,9901,0,1,5}-{3142,9891,0,1,6}-{3139,9886,0,1,2}-{3148,9883,0,1,1}-{3151,9889,0,1,3}-{3126,9865,0,1,7}-{3129,9859,0,1,3}-{3121,9863,0,1,3}-{3126,9862,0,1,5}-{3082,9671,0,1,3}-{3105,9672,0,1,1}-{3113,9673,0,1,3}-{3124,9660,0,1,3}-{3122,9656,0,1,4}-{3117,9646,0,1,1}-{3124,9651,0,1,2}-{3117,9645,0,1,3}-{3094,9671,0,1,3}-{2843,9767,0,1,3}-{2845,9762,0,1,7}-{2842,9759,0,1,6}" + }, + { + "npc_id": "75", + "loc_data": "{2931,9641,0,1,6}-{3226,9909,0,1,4}-{3225,9905,0,1,0}-{3234,9907,0,1,4}-{2931,9643,0,1,6}-{2588,9493,0,1,3}-{2584,9491,0,1,3}-{2589,9492,0,1,4}-{2591,9492,0,1,6}-{2593,9491,0,1,6}-{2588,9491,0,1,3}-{2839,9774,0,1,4}" + }, + { + "npc_id": "76", + "loc_data": "{2843,9774,0,1,6}-{2842,9769,0,1,4}-{2842,9764,0,1,7}-{2845,9754,0,1,4}-{2849,9751,0,1,1}-{2850,9747,0,1,3}-{2844,9758,0,1,7}-{2540,9814,0,1,6}-{2547,9817,0,1,6}" + }, + { + "npc_id": "78", + "loc_data": "{2911,9836,0,1,3}-{2904,9831,0,1,5}-{2914,9827,0,1,4}-{2927,9830,0,1,5}-{3069,3901,0,1,4}-{3079,3955,0,1,3}-{3076,3953,0,1,0}-{3079,3952,0,1,1}-{3072,3952,0,1,0}-{3075,3948,0,1,2}-{3072,3956,0,1,1}-{3085,3951,0,1,6}-{2862,9569,0,1,4}-{2857,9571,0,1,7}-{2837,9561,0,1,1}-{3787,9459,0,1,1}-{3725,9369,0,1,1}-{3737,9390,0,1,4}-{3738,9399,0,1,0}-{3740,9407,0,1,1}-{3755,9424,0,1,0}-{3803,9447,0,1,4}-{3765,9407,0,1,1}-{3762,9395,0,1,3}-{3760,9440,0,1,4}-{3737,9425,0,1,7}-{3720,9430,0,1,4}-{3736,9451,0,1,3}-{3728,9463,0,1,2}-{3740,9462,0,1,4}-{3770,9463,0,1,1}-{3778,9438,0,1,1}-{3786,9422,0,1,4}-{3800,9419,0,1,3}-{3797,9427,0,1,4}-{3820,9432,0,1,5}-{3825,9414,0,1,3}-{3833,9415,0,1,0}-{3752,9450,0,1,6}-{3825,9449,0,1,3}-{3827,9459,0,1,1}-{3818,9466,0,1,4}-{3799,9460,0,1,1}-{3794,9451,0,1,1}-{3762,9432,0,1,1}-{3725,9390,0,1,3}-{2672,9805,0,1,3}-{2663,9804,0,1,4}-{2658,9809,0,1,5}-{3753,9387,0,1,0}-{3728,9382,0,1,3}-{3733,9421,0,1,7}-{2568,9528,0,1,5}-{2573,9530,0,1,3}-{2575,9525,0,1,6}-{2571,9528,0,1,7}-{2608,9818,0,1,7}-{2609,9825,0,1,5}-{2607,9830,0,1,1}-{2605,9837,0,1,1}-{2607,9833,0,1,6}-{3729,9360,0,1,6}-{2759,3402,0,1,2}-{2756,3400,0,1,0}-{2543,9564,0,1,1}-{2543,9562,0,1,1}-{2542,9557,0,1,1}-{2542,9569,0,1,4}-{2540,9566,0,1,0}-{2549,9568,0,1,6}-{2538,9568,0,1,3}" + }, + { + "npc_id": "80", + "loc_data": "{2619,3265,0,1,0}-{2619,3265,0,1,3}-{2615,3267,0,1,4}" + }, + { + "npc_id": "81", + "loc_data": "{3255,3255,0,1,3}-{3255,3256,0,1,4}-{3038,3310,0,1,5}-{3028,3312,0,1,6}-{3028,3299,0,1,6}-{3042,3300,0,1,6}-{2923,3277,0,1,1}-{2921,3289,0,1,1}-{2923,3280,0,1,6}-{2589,3120,0,1,4}-{2605,3116,0,1,5}-{3259,3261,0,1,1}-{3263,3283,0,1,6}-{3257,3268,0,1,4}" + }, + { + "npc_id": "82", + "loc_data": "{2936,9652,0,1,3}-{2932,9809,0,1,0}-{2929,9803,0,1,2}-{2934,9795,0,1,6}-{2933,9791,0,1,1}-{3052,3117,2,1,1}-{2841,9557,0,1,3}-{2831,9562,0,1,3}-{2838,9605,0,1,3}-{3058,10128,0,1,0}-{3046,10139,0,1,0}-{3110,3157,2,1,5}" + }, + { + "npc_id": "83", + "loc_data": "{3169,3711,0,1,7}-{3095,10095,0,1,0}-{3095,10086,0,1,0}-{2639,9477,2,0,3}-{2635,9497,2,0,2}" + }, + { + "npc_id": "84", + "loc_data": "{2861,9766,0,1,7}-{2875,9776,0,1,3}-{2869,9782,0,1,3}-{2856,9779,0,1,3}-{2867,9773,0,1,0}-{2863,9780,0,1,4}-{2858,9775,0,1,4}-{2700,9481,0,0,5}-{2729,9483,0,0,5}" + }, + { + "npc_id": "86", + "loc_data": "{2632,9696,0,1,1}-{2639,9697,0,1,3}-{2646,9696,0,1,3}-{2650,9697,0,1,4}-{2646,9702,0,1,6}-{3098,9880,0,1,5}-{3094,9883,0,1,1}-{3196,3208,0,1,1}-{3119,9891,0,1,4}-{3249,9868,0,1,4}-{3237,9868,0,1,3}-{3221,9873,0,1,6}-{3225,9862,0,1,2}-{3199,3209,0,1,1}-{3193,3211,0,1,5}-{3197,3203,0,1,1}-{3201,3200,0,1,4}-{3199,3210,0,1,0}-{3191,3207,0,1,4}-{3037,9511,0,1,6}-{3105,9517,0,1,7}-{3101,9517,0,1,6}-{3102,9521,0,1,4}-{3106,9519,0,1,1}-{3104,9514,0,1,4}-{3104,9518,0,1,1}-{3107,9519,0,1,1}-{3109,9516,0,1,1}-{3107,9515,0,1,7}-{3105,9512,0,1,6}-{3102,9513,0,1,3}-{3100,9514,0,1,1}-{3100,9516,0,1,7}-{3099,9521,0,1,0}-{3103,9523,0,1,1}-{3212,3191,0,1,6}-{3207,3192,0,1,2}-{3216,3184,0,1,2}-{3224,3174,0,1,4}-{3229,3183,0,1,5}-{3222,3185,0,1,3}-{3216,3177,0,1,4}-{3200,3182,0,1,5}-{3202,3189,0,1,6}-{3188,3181,0,1,7}-{3181,3191,0,1,7}-{3185,3199,0,1,4}-{3176,3198,0,1,6}-{3168,3188,0,1,4}-{3172,3178,0,1,1}-{3179,3174,0,1,1}-{3189,3168,0,1,5}-{3237,9866,0,1,6}-{3232,9867,0,1,7}-{3219,9862,0,1,7}-{3227,9875,0,1,4}-{3276,9870,0,1,3}-{3291,3388,0,1,6}-{2647,9713,0,1,3}-{2641,9719,0,1,1}-{2650,9716,0,1,1}-{2518,3187,0,1,3}-{3495,9812,0,1,1}-{3502,9807,0,0,4}" + }, + { + "npc_id": "87", + "loc_data": "{3241,3531,0,1,7}-{3260,3540,0,1,7}-{3103,9881,0,1,3}-{3122,9889,0,1,2}-{3117,9890,0,1,2}-{3293,3382,0,1,4}-{2520,3188,0,1,3}" + }, + { + "npc_id": "88", + "loc_data": "{2601,9802,0,1,6}-{2594,9805,0,1,1}-{2587,9806,0,1,2}-{2585,9803,0,1,1}-{2584,9801,0,1,5}" + }, + { + "npc_id": "89", + "loc_data": "{2783,3463,0,1,7}-{2629,3266,0,1,2}-{2634,3265,0,1,1}-{2575,3058,0,0,6}-{3080,3451,0,1,1}-{3096,3460,0,1,3}-{3142,3211,0,1,6}-{2557,3065,0,0,1}-{3294,3344,0,1,3}-{3289,3349,0,1,6}-{3286,3345,0,1,1}" + }, + { + "npc_id": "90", + "loc_data": "{2925,3254,2,1,3}-{2882,9815,0,1,3}-{2883,9822,0,1,6}-{2883,9827,0,1,6}-{2890,9847,0,1,1}-{2896,9849,0,1,5}-{2900,9848,0,1,3}-{2907,9849,0,1,5}-{3116,3534,0,1,4}-{3110,3367,0,1,3}-{3110,9909,0,1,4}-{3121,9910,0,1,4}-{3133,9909,0,1,5}-{3133,9904,0,1,6}-{3129,9916,0,1,3}-{3133,9916,0,1,0}-{3141,9875,0,1,6}-{3208,9905,0,1,4}-{2852,9577,0,1,1}-{2865,9567,0,1,3}-{2924,3252,2,1,3}-{2926,3255,2,1,4}-{2932,3255,2,1,3}-{2931,3251,2,1,4}-{3194,5448,0,1,3}-{3183,5447,0,1,3}-{3177,5457,0,1,4}-{3187,5456,0,1,1}-{3003,3593,0,1,5}-{3007,3596,0,1,4}-{3025,3595,0,1,4}-{3022,3594,0,1,0}" + }, + { + "npc_id": "91", + "loc_data": "{3099,9910,0,1,3}-{3100,9906,0,1,6}-{3212,9906,0,1,6}-{3252,9916,0,1,3}-{3259,9915,0,1,3}-{3272,9913,0,1,6}-{3274,9914,0,1,1}-{3278,9908,0,1,1}-{3275,9911,0,1,5}-{3194,5454,0,1,4}" + }, + { + "npc_id": "92", + "loc_data": "{3111,3561,0,1,3}-{3132,9915,0,1,5}-{3095,9909,0,1,3}-{3149,9869,0,1,6}-{3138,9878,0,1,5}-{3137,9869,0,1,3}-{2840,9652,0,1,1}-{2829,9657,0,1,4}-{2819,3288,0,1,1}-{2848,3248,0,1,3}-{2850,3235,0,1,3}-{3117,9671,0,1,1}-{3122,9661,0,1,6}-{3123,9648,0,1,6}-{3005,10362,0,1,1}-{3003,10358,0,1,1}-{3005,10351,0,1,1}-{3003,10345,0,1,5}-{2993,3940,0,1,4}-{2593,9883,0,1,1}-{2590,9885,0,1,4}-{2586,9883,0,1,1}-{2585,9878,0,1,3}-{2537,9845,0,1,1}-{2540,9846,0,1,4}-{2552,9844,0,1,6}-{2556,9846,0,1,4}-{2535,9844,0,1,3}-{2532,9843,0,1,4}-{2530,9845,0,1,3}-{2540,9820,0,1,4}-{2544,9824,0,1,4}" + }, + { + "npc_id": "93", + "loc_data": "{3101,9956,0,1,3}-{3104,9948,0,1,0}-{3104,9955,0,1,4}-{3108,9951,0,1,4}-{3108,9954,0,1,1}-{3111,9954,0,1,6}-{3112,9958,0,1,4}-{2841,9625,0,1,4}-{2845,9628,0,1,3}-{2841,9638,0,1,6}-{2845,9645,0,1,1}-{2655,9824,0,1,1}-{2669,9824,0,1,4}-{2667,9823,0,1,5}-{2658,9830,0,1,6}-{2666,9829,0,1,6}-{3194,5460,0,1,6}-{3192,5466,0,1,7}-{2566,9507,0,1,3}-{2562,9505,0,1,1}-{2568,9509,0,1,3}-{3185,5493,0,1,4}-{3182,5494,0,1,6}-{3185,5486,0,1,7}-{3175,5492,0,1,3}-{3169,5496,0,1,4}-{3170,5492,0,1,3}-{3186,5487,0,1,4}-{3169,5491,0,1,2}-{2571,9509,0,1,1}-{2564,9504,0,1,1}-{2566,9505,0,1,1}-{2544,9841,0,1,1}-{2536,9844,0,1,6}-{2527,9844,0,1,3}-{2530,9842,0,1,4}-{2543,9815,0,1,3}" + }, + { + "npc_id": "94", + "loc_data": "{2589,9881,0,1,6}-{2591,9882,0,1,4}" + }, + { + "npc_id": "95", + "loc_data": "{2616,3283,0,1,3}-{2620,3283,0,1,3}-{2502,2969,0,1,6}-{2507,2971,0,1,2}-{2600,2959,0,1,6}-{2606,2971,0,1,6}-{2606,2963,0,1,4}-{2612,2965,0,1,6}-{2611,2973,0,1,5}-{2613,2963,0,1,3}-{2459,2884,0,1,7}-{2496,2907,0,1,6}-{2489,2887,0,1,7}-{2473,2885,0,1,7}-{2466,2872,0,1,4}-{2452,2883,0,1,5}-{2440,2869,0,1,5}-{2460,2849,0,1,1}-{2451,2842,0,1,4}-{2467,2838,0,1,6}-{2444,2832,0,1,6}-{2498,2845,0,1,3}-{2615,2957,0,1,4}-{2599,2960,0,1,2}-{2609,2966,0,1,0}-{2605,2967,0,1,5}-{2609,2963,0,1,2}-{2496,2857,0,1,4}-{2493,2849,0,1,4}-{2474,2860,0,1,1}-{2470,2865,0,1,4}-{2462,2874,0,1,1}-{2458,2853,0,1,4}-{2454,2876,0,1,5}-{2478,2884,0,1,6}-{2469,2886,0,1,5}-{2442,2876,0,1,1}-{2490,2903,0,1,1}-{2477,2928,0,1,4}-{2492,2956,0,1,1}-{2502,2956,0,1,4}-{2499,2965,0,1,0}-{2508,2968,0,1,4}-{2500,2974,0,1,0}-{3175,3948,0,1,1}-{3200,3931,0,1,1}-{3220,3921,0,1,7}-{2478,3272,0,1,1}-{2465,3276,0,1,1}-{2468,3277,0,1,4}-{2466,3271,0,1,5}-{2468,3277,0,1,0}" + }, + { + "npc_id": "96", + "loc_data": "{2842,3450,0,0,0}-{2872,3437,0,0,0}-{2873,3449,0,0,0}-{2868,3456,0,0,0}-{2856,3490,0,0,0}-{2861,3492,0,0,0}-{2862,3505,0,0,0}-{2856,3507,0,0,0}-{3004,3920,0,1,7}-{3007,3925,0,1,3}-{3005,3927,0,1,3}-{3004,3924,0,1,3}-{2988,3918,0,1,2}-{2992,3921,0,1,2}-{2990,3923,0,1,3}-{2988,3925,0,1,6}-{2987,3921,0,1,6}" + }, + { + "npc_id": "97", + "loc_data": "{2847,3485,0,0,0}-{2847,3489,0,0,0}-{2833,3511,0,0,0}-{2831,3506,0,0,0}-{2834,3514,0,0,0}-{3003,3921,0,1,6}-{3009,3920,0,1,3}-{3001,3923,0,1,1}-{3001,3927,0,1,4}-{2993,3919,0,1,4}-{2994,3924,0,1,1}-{2988,3918,0,1,4}" + }, + { + "npc_id": "98", + "loc_data": "{3014,3294,0,1,1}" + }, + { + "npc_id": "99", + "loc_data": "{2624,3319,0,1,1}-{2624,3327,0,1,6}-{2642,3314,0,1,4}-{2646,3325,0,1,1}-{2790,3199,0,1,2}-{2784,3188,0,1,1}-{2779,3207,0,1,1}-{2646,3504,0,1,4}-{2634,3476,0,1,5}-{2651,3477,0,1,5}-{2665,3472,0,1,5}-{2662,3488,0,1,5}-{2672,3505,0,1,5}" + }, + { + "npc_id": "100", + "loc_data": "{2551,3408,0,1,6}-{2553,3405,0,1,3}-{2559,3452,0,1,3}-{2567,3440,0,1,3}" + }, + { + "npc_id": "101", + "loc_data": "{2555,3407,0,1,3}-{2624,3391,0,1,1}-{2622,3389,0,1,4}-{2619,3390,0,1,4}-{2553,3457,0,1,3}-{2573,3437,0,1,3}" + }, + { + "npc_id": "102", + "loc_data": "{2622,3390,0,1,7}-{2622,3390,0,1,7}" + }, + { + "npc_id": "103", + "loc_data": "{2501,3289,0,1,1}-{2928,3251,1,1,3}-{3277,3659,0,1,1}-{3280,3658,0,1,1}-{3277,3661,0,1,3}-{3276,3657,0,1,3}-{3241,9907,0,1,4}-{3243,9914,0,1,1}-{3242,9913,0,1,6}-{3242,9916,0,1,5}-{3239,9914,0,1,1}-{2928,3244,1,1,4}-{2924,3253,1,1,3}-{2927,3252,1,1,4}-{2927,3254,1,1,3}-{2713,4892,0,1,3}-{2711,4899,0,1,3}-{2732,4901,0,1,3}-{2729,4893,0,1,3}-{2713,4907,0,1,3}" + }, + { + "npc_id": "104", + "loc_data": "{3093,3357,1,1,6}" + }, + { + "npc_id": "105", + "loc_data": "{2632,3280,0,1,1}-{2633,3274,0,1,3}-{3094,3601,0,1,6}-{3109,3600,0,1,2}-{3091,3604,0,1,0}-{2497,3164,0,1,2}-{3023,4508,0,1,7}-{2696, 3329, 0,1,4}-{2708, 3336, 0,1,4}" + }, + { + "npc_id": "106", + "loc_data": "{2968,3480,0,1,6}-{2968,3490,0,1,3}-{2978,3507,0,1,1}-{2959,3445,0,1,3}-{2807,3377,0,1,6}-{3289,3353,0,1,3}" + }, + { + "npc_id": "107", + "loc_data": "{2602,3267,0,1,6}-{2603,3270,0,1,4}-{2607,3268,0,1,5}-{3275,3154,0,1,6}-{3038,9802,0,1,5}-{3041,9804,0,1,6}-{3040,9795,0,1,7}-{3055,9776,0,1,4}-{3039,9769,0,1,6}-{3049,9764,0,1,3}-{3050,9770,0,1,1}-{3039,9765,0,1,1}-{3048,9762,0,1,4}-{3044,9760,0,1,6}-{3048,9779,0,1,1}-{2870,3166,0,1,3}-{2868,3159,0,1,4}-{2867,3172,0,1,5}-{2813,3112,0,1,4}-{2858,3167,0,1,3}-{2846,3153,0,1,3}-{2851,3149,0,1,1}-{2789,2949,0,1,3}-{2787,2943,0,1,3}-{2781,2949,0,1,3}-{3253,9909,0,1,4}-{3300,3312,0,1,1}-{3300,3305,0,1,3}-{3298,3300,0,1,5}-{3298,3294,0,1,0}-{3299,3290,0,1,6}-{2645,9823,0,1,1}-{2641,9819,0,1,7}-{2641,9817,0,1,2}-{2642,9813,0,1,5}-{2639,9809,0,1,2}-{2585,3479,0,1,1}-{2578,3476,0,1,7}-{2588,3485,0,1,3}" + }, + { + "npc_id": "108", + "loc_data": "{2715,3218,0,1,0}-{2719,3223,0,1,0}-{2720,3212,0,1,0}-{2722,3220,0,1,0}-{2724,3215,0,1,0}-{2729,3224,0,1,0}-{2733,3225,0,1,0}-{2936,9777,0,1,0}-{2934,9765,0,1,0}-{2932,9755,0,1,0}-{2726,3217,0,1,0}-{2728,3218,0,1,0}-{2735,3219,0,1,0}-{2723,3212,0,1,0}-{2721,3216,0,1,0}-{2716,3219,0,1,0}-{2725,3227,0,1,0}" + }, + { + "npc_id": "109", + "loc_data": "{2601,3269,0,0,0}-{2604,3272,0,0,0}-{2605,3268,0,0,0}-{2606,3271,0,0,0}" + }, + { + "npc_id": "110", + "loc_data": "{3050,10337,0,1,4}-{3047,10340,0,1,4}-{3048,10346,0,1,4}-{3048,10346,0,1,3}-{3305,9400,0,1,1}-{3296,9378,0,1,3}-{3234,5497,0,1,1}-{2564,9887,0,1,4}-{2581,9897,0,1,1}-{2577,9888,0,1,1}" + }, + { + "npc_id": "111", + "loc_data": "{2920,3800,0,1,3}-{2955,3901,0,1,6}-{3043,9581,0,1,1}-{3055,9577,0,1,6}-{3061,9576,0,1,4}-{3055,9571,0,1,7}-{3052,9566,0,1,6}" + }, + { + "npc_id": "112", + "loc_data": "{2699,3206,0,1,1}-{3165,9880,0,1,3}-{3168,9880,0,1,1}-{3159,9903,0,1,4}-{2825,3249,0,1,6}-{3156,9907,0,1,0}-{2554,3411,0,1,3}-{2560,3406,0,1,3}-{2554,3400,0,1,3}-{2551,3401,0,1,4}-{3202,5490,0,1,4}-{3237,5555,0,1,5}-{2543,9823,0,1,3}-{2540,9819,0,1,5}-{2543,9817,0,1,4}" + }, + { + "npc_id": "113", + "loc_data": "{2622,3272,0,0,0}-{2896,2946,0,0,0}-{2918,2961,0,0,0}-{2926,2986,0,0,0}-{2930,3044,0,0,0}-{2926,3056,0,0,0}-{2916,3065,0,0,0}-{2835,9526,0,1,4}-{2832,9514,0,1,4}-{2825,9521,0,1,5}-{2846,9520,0,1,3}-{2838,9508,0,1,0}-{2832,9495,0,1,6}-{2838,9492,0,1,6}-{2851,9485,0,1,3}-{2847,9481,0,1,3}-{2865,9494,0,1,3}-{2855,9502,0,1,2}-{2870,9496,0,1,1}-{2851,9511,0,1,2}-{2853,9519,0,1,3}-{2857,9520,0,1,6}-{2863,9525,0,1,1}-{2869,9530,0,1,5}-{2865,9515,0,1,4}-{2868,9507,0,1,3}-{2874,9512,0,1,6}" + }, + { + "npc_id": "115", + "loc_data": "{2572,3028,0,1,2}-{2550,3046,0,1,4}-{2572,3034,0,1,3}-{2576,3026,0,1,4}-{2534,2975,0,1,1}-{2518,2974,0,1,1}-{2573,2987,0,1,1}-{2592,2967,0,1,3}-{2589,2961,0,0,2}-{2575,2989,0,1,0}-{2574,2992,0,1,4}-{2521,2974,0,1,4}-{2500,3092,0,1,6}-{2524,3375,0,1,3}-{2524,3374,0,1,3}-{2529,3374,0,1,3}-{2532,3375,0,1,1}-{2532,3373,0,1,1}-{2527,3376,0,1,6}-{2525,3373,0,1,7}-{2525,3373,0,1,5}-{2511,3086,0,1,1}-{2511,3084,0,1,3}-{2503,3114,0,1,6}-{2509,3120,0,1,4}-{2506,3107,0,1,4}-{2500,3112,0,1,4}-{2521,3045,0,1,6}-{2517,3043,0,1,5}-{2500,3095,0,1,3}-{2497,3090,0,1,4}-{2502,3099,0,1,4}-{2504,3097,0,1,4}-{2503,3134,0,1,3}-{2554,3196,0,1,7}-{2519,3039,0,1,4}" + }, + { + "npc_id": "116", + "loc_data": "{2622,3277,0,1,5}" + }, + { + "npc_id": "117", + "loc_data": "{2907,9737,0,1,5}-{2913,9733,0,1,2}-{2904,9728,0,1,6}-{2902,9736,0,1,3}-{2908,9732,0,1,4}-{2909,9726,0,1,1}-{3118,9845,0,1,4}-{3111,9844,0,1,6}-{3123,9845,0,1,3}-{3114,9833,0,1,3}-{3110,9841,0,1,1}-{3119,9839,0,1,1}-{3097,9832,0,1,0}-{3101,9832,0,1,1}-{3107,9829,0,1,3}-{3115,9831,0,1,4}-{3109,9835,0,1,4}-{3044,10321,0,1,2}-{3044,10316,0,1,4}-{3045,10308,0,1,4}-{3048,10317,0,1,2}-{2548,3146,0,1,1}-{2542,3145,0,1,4}-{2503,3150,0,1,4}" + }, + { + "npc_id": "118", + "loc_data": "{3042,3465,0,1,1}-{3035,3443,0,1,6}-{3042,3468,0,1,3}-{3008,3449,0,1,4}-{3000,9842,0,1,2}-{2996,9844,0,1,4}-{3003,9828,0,1,1}-{2995,9811,0,1,3}-{3002,9811,0,1,3}-{2994,9809,0,1,5}-{3004,9813,0,1,6}-{2998,9828,0,1,4}-{3004,9799,0,1,4}-{2997,9809,0,1,0}-{3019,9813,0,1,4}-{2983,9807,0,1,6}-{3012,9812,0,1,3}-{3010,9811,0,1,3}-{2964,9811,0,1,1}-{3025,9801,0,1,4}-{3026,9824,0,1,1}-{3018,9819,0,1,6}-{3028,9815,0,1,3}-{3024,9811,0,1,4}-{3021,9826,0,1,5}-{3022,9832,0,1,1}-{3023,9833,0,1,6}-{3027,9833,0,1,3}-{3028,9828,0,1,6}-{3023,9814,0,1,6}-{3042,9831,0,1,4}-{3024,9824,0,1,6}-{3019,9847,0,1,0}-{3034,9847,0,1,7}-{3021,9851,0,1,5}-{3043,9824,0,1,3}-{3038,9821,0,1,1}-{3044,9818,0,1,4}-{3047,9814,0,1,4}-{3037,9814,0,1,6}-{2603,3056,0,1,0}-{2598,3064,0,1,3}-{2589,3068,0,1,5}" + }, + { + "npc_id": "119", + "loc_data": "{3248,3794,0,1,1}-{2925,9766,0,1,7}-{2921,9758,0,1,3}-{2935,9770,0,1,1}-{2935,9761,0,1,0}-{3029,10313,0,1,4}-{3028,10309,0,1,4}-{3033,10311,0,1,6}-{3035,10309,0,1,1}-{3035,10313,0,1,1}-{3244,3797,0,1,3}-{3245,3790,0,1,4}-{3239,3781,0,1,5}-{3253,3791,0,1,1}-{3245,3802,0,1,1}-{3250,3808,0,1,3}-{3246,3800,0,1,6}-{3246,3795,0,1,2}" + }, + { + "npc_id": "122", + "loc_data": "{2996,9574,0,1,6}-{3007,9579,0,1,7}-{3001,9580,0,1,4}-{3018,9580,0,1,3}-{3021,9585,0,1,4}-{3024,9582,0,1,4}-{2507,3726,0,1,2}-{2523,3724,0,1,3}-{2535,9556,0,1,4}" + }, + { + "npc_id": "123", + "loc_data": "{3023,3801,0,1,4}-{3021,3805,0,1,0}-{3026,3805,0,1,1}-{3029,3801,0,1,3}-{3020,3808,0,1,3}-{3027,3810,0,1,6}-{3032,3805,0,1,1}-{2533,9554,0,1,4}-{2531,9556,0,1,5}-{2522,9562,0,1,4}-{2524,9558,0,1,4}-{2518,9562,0,1,6}-{2515,9566,0,1,3}-{2517,9573,0,1,1}" + }, + { + "npc_id": "124", + "loc_data": "{3118,9974,0,1,6}-{3119,9971,0,1,3}-{3120,9976,0,1,3}-{3124,9974,0,1,6}-{3142,5532,0,1,6}-{3141,5531,0,1,6}-{3139,5526,0,1,3}-{3143,5524,0,1,3}-{3148,5523,0,1,4}-{3148,5531,0,1,4}" + }, + { + "npc_id": "125", + "loc_data": "{2969,3916,0,1,0}-{2963,3928,0,1,0}-{2973,3941,0,1,0}-{2951,3908,0,1,0}-{2950,3912,0,1,0}-{2952,3915,0,1,0}-{2948,3917,0,1,0}-{2951,3923,0,1,0}-{2956,3924,0,1,0}-{2957,3931,0,1,0}-{2950,3939,0,1,0}-{2845,3517,0,1,4}-{2848,3515,0,1,4}-{3050,9570,0,1,3}-{2958,3867,0,1,3}-{2956,3857,0,1,6}-{2952,3862,0,1,3}-{2949,3858,0,1,4}-{2955,3875,0,1,7}-{2954,3874,0,1,5}-{2962,3876,0,1,1}-{2961,3877,0,1,3}-{2947,3878,0,1,6}-{2959,3884,0,1,4}-{2956,3885,0,1,3}-{2956,3886,0,1,3}-{2948,3886,0,1,1}-{3043,9579,0,1,2}-{3056,9585,0,1,0}-{3058,9575,0,1,1}-{3052,9582,0,1,0}-{3049,9577,0,1,4}-{3042,9586,0,1,6}-{3052,9588,0,1,1}-{3049,9590,0,1,5}-{3060,9578,0,1,3}-{3054,9566,0,1,7}-{3227,5443,0,1,5}-{3220,5448,0,1,5}-{3208,5443,0,1,6}-{3207,5448,0,1,4}" + }, + { + "npc_id": "126", + "loc_data": "{2381,4422,0,1,5}-{2381,4425,0,1,4}-{2382,4429,0,1,0}-{2385,4419,0,1,0}-{2388,4421,0,1,1}-{2388,4428,0,1,4}" + }, + { + "npc_id": "127", + "loc_data": "{2956,9794,0,0,0}-{2954,9786,0,0,0}-{2966,9790,0,0,0}-{2963,9781,0,0,0}-{3193,3959,0,0,0}-{3188,3960,0,0,0}-{3190,3962,0,0,0}-{3187,3959,0,0,0}-{3192,3961,0,0,0}-{3187,3960,0,0,0}-{3193,3959,0,0,0}-{3187,3961,0,0,0}" + }, + { + "npc_id": "128", + "loc_data": "{2610,3274,0,0,0}-{2610,3275,0,0,0}-{2615,3276,0,0,0}-{2616,3275,0,0,0}-{2616,3276,0,0,0}-{3193,3958,0,0,0}-{2877,3154,0,0,0}-{2878,3153,0,0,0}-{2870,3161,0,0,0}-{2822,3192,0,1,5}-{2770,3213,0,0,0}-{2759,3179,0,0,0}-{2741,3173,0,0,0}-{2757,3170,0,0,0}-{2746,3167,0,0,0}-{2784,3173,0,0,0}-{2746,3147,0,0,0}-{2733,3162,0,0,0}-{2730,3146,0,0,0}-{2782,3104,0,0,0}-{2782,3103,0,0,0}-{2777,3090,0,0,0}-{2773,3089,0,0,0}-{2803,3115,0,0,0}-{2808,3112,0,0,0}-{2887,3145,0,0,0}-{2824,3084,0,0,0}-{2821,3078,0,0,0}-{2817,3078,0,0,0}-{2837,3076,0,0,0}-{2844,3040,0,0,0}-{2840,3049,0,0,0}-{2837,3043,0,0,0}-{2834,3042,0,0,0}-{2827,3026,0,0,0}-{2824,3018,0,0,0}-{2830,3021,0,0,0}-{2832,3018,0,0,0}-{2925,2969,0,0,0}-{2939,2977,0,0,0}-{2936,2980,0,0,0}-{2933,2976,0,0,0}-{2930,2971,0,0,0}-{2928,2984,0,0,0}-{2942,2983,0,0,0}-{2936,2989,0,0,0}" + }, + { + "npc_id": "131", + "loc_data": "{2594,3271,0,1,4}-{2593,3269,0,1,1}-{2592,3272,0,1,6}" + }, + { + "npc_id": "132", + "loc_data": "{2600,3275,0,1,6}-{2600,3279,0,1,4}-{2603,3279,0,1,3}-{2603,3281,0,1,3}-{2604,3277,0,1,6}-{2867,3163,0,1,3}-{2883,3147,0,1,6}-{2856,3144,0,1,7}-{2812,3180,0,1,1}-{2791,3181,0,1,3}-{2749,3173,0,1,3}-{2758,3170,0,1,4}-{2754,3167,0,1,3}-{2754,3175,0,1,1}-{2891,3079,0,1,1}-{2897,3064,0,1,0}-{2896,3071,0,1,1}-{2837,3038,0,1,0}-{2837,3041,0,1,3}-{2831,3031,0,1,3}-{2818,3054,0,1,4}-{2832,3050,0,1,6}-{2832,3011,0,1,4}-{2784,3005,0,1,1}-{2782,3008,0,1,1}-{2791,2999,0,1,2}-{2791,2988,0,1,1}-{2795,2987,0,1,6}-{2797,2985,0,1,3}-{2876,3011,0,1,3}-{2863,3021,0,1,3}-{2867,3016,0,1,1}-{2871,3022,0,1,4}-{2877,3028,0,1,3}-{2868,3012,0,1,4}-{2910,3026,0,1,5}-{2902,3010,0,1,1}-{2928,3029,0,1,4}-{2920,3027,0,1,6}-{2875,2936,0,1,2}-{2945,2979,0,1,3}-{2953,2965,0,1,4}-{2952,2982,0,1,4}-{2955,3003,0,1,3}-{2944,2999,0,1,5}-{2932,3023,0,1,3}-{2933,3024,0,1,3}-{2929,3009,0,1,0}-{2927,3022,0,1,1}-{2926,3023,0,1,6}-{2927,3020,0,1,7}-{2908,3078,0,1,4}-{2920,3081,0,1,4}-{2890,3082,0,1,1}-{2916,3082,0,1,1}" + }, + { + "npc_id": "133", + "loc_data": "{3079,3618,0,0,7}-{3070,3629,0,0,3}-{3073,3634,0,0,6}-{3088,3636,0,0,3}-{3092,3637,0,0,2}-{3073,3636,0,0,0}-{3070,3657,0,0,5}-{3109,3634,0,0,2}-{3114,3628,0,0,1}-{3107,3626,0,0,2}-{3118,3639,0,0,5}-{3119,3627,0,0,3}-{3119,3604,0,0,1}-{3136,3612,0,0,5}-{3124,3586,0,0,0}" + }, + { + "npc_id": "134", + "loc_data": "{3088,9945,0,1,3}-{3089,9943,0,1,0}-{3090,9944,0,1,7}-{3043,10262,0,1,1}-{3044,10252,0,1,4}-{3051,10257,0,1,3}-{3055,10253,0,1,3}-{3067,10255,0,1,3}-{3067,10257,0,1,3}-{3068,10253,0,1,2}-{3069,10257,0,1,4}-{3069,10259,0,1,0}-{2876,9810,0,1,4}-{2876,9803,0,1,5}-{2869,9799,0,1,4}-{2858,9804,0,1,7}-{2857,9821,0,1,4}-{2869,9816,0,1,0}-{2849,9817,0,1,6}-{3278,5477,0,1,1}-{3278,5476,0,1,2}-{3277,5451,0,1,5}-{3283,5449,0,1,4}-{3280,5476,0,1,3}-{3274,5463,0,1,1}-{3272,5477,0,1,1}-{3271,5473,0,1,4}-{3270,5459,0,1,1}-{3271,5454,0,1,3}-{3278,5525,0,1,3}-{3272,5529,0,1,3}-{3270,5536,0,1,6}-{3277,5536,0,1,4}-{3277,5512,0,1,3}-{3279,5516,0,1,6}-{3280,5531,0,1,6}-{2598,9558,0,1,6}-{2599,9557,0,1,4}-{2598,9556,0,1,4}-{2600,9555,0,1,3}-{2601,9553,0,1,1}-{2572,9569,0,1,3}-{2599,9552,0,1,6}-{2601,9560,0,1,1}-{2599,9564,0,1,6}-{2600,9563,0,1,4}-{2597,9569,0,1,1}-{2594,9571,0,1,2}-{2589,9571,0,1,4}-{2589,9574,0,1,3}-{2584,9572,0,1,6}-{2581,9575,0,1,6}-{2583,9577,0,1,6}-{2582,9572,0,1,3}-{2572,9568,0,1,1}-{2570,9567,0,1,1}-{2572,9571,0,1,3}-{2575,9572,0,1,0}-{2577,9574,0,1,3}-{2580,9578,0,1,3}-{2597,9572,0,1,6}" + }, + { + "npc_id": "138", + "loc_data": "{2375,3434,0,1,4}-{2379,3438,0,1,6}" + }, + { + "npc_id": "139", + "loc_data": "{2378,3432,0,1,2}-{2375,3438,0,1,7}-{2376,3431,0,1,1}-{2380,3438,0,1,4}" + }, + { + "npc_id": "141", + "loc_data": "{3324,5510,0,1,3}-{3286,5512,0,1,1}-{3310,5524,0,1,2}-{3289,5527,0,1,7}-{3296,5519,0,1,4}" + }, + { + "npc_id": "142", + "loc_data": "{2514,3194,0,1,3}-{2547,3178,0,1,1}" + }, + { + "npc_id": "143", + "loc_data": "{2787,2929,0,1,6}-{2835,2934,0,1,4}-{2889,2936,0,1,2}-{2921,2937,0,1,1}" + }, + { + "npc_id": "144", + "loc_data": "{3043,9779,0,1,4}-{3047,9769,0,1,1}-{2847,3282,0,1,6}-{2846,3293,0,1,6}-{2850,3301,0,1,4}-{2852,3308,0,1,4}-{2861,3297,0,1,1}-{2863,3283,0,1,5}" + }, + { + "npc_id": "146", + "loc_data": "{2827,3139,0,1,0}-{2976,3053,0,1,0}-{2985,3038,0,1,0}-{2994,3048,0,1,5}-{2992,3030,0,1,0}-{2896,2992,0,1,7}" + }, + { + "npc_id": "151", + "loc_data": "{2756,3156,0,0,4}-{2760,3152,0,0,6}" + }, + { + "npc_id": "152", + "loc_data": "{3103,3347,0,0,0}-{3107,3337,0,0,0}-{3107,3342,0,0,0}-{3107,3344,0,0,0}-{3108,3346,0,0,0}-{3111,3339,0,0,0}-{3111,3348,0,0,0}-{3115,3344,0,0,0}-{3120,3344,0,0,0}-{3122,3335,0,0,0}" + }, + { + "npc_id": "153", + "loc_data": "{2415,4466,0,0,0}-{2419,4427,0,0,0}-{2421,4468,0,0,0}-{2426,4431,0,0,0}-{2500,3492,0,1,4}-{2245,3147,0,1,4}-{2246,3143,0,1,0}-{2242,3140,0,1,3}-{2247,3149,0,1,1}" + }, + { + "npc_id": "154", + "loc_data": "{2394,4453,0,0,0}-{2394,4457,0,0,0}-{2406,4447,0,0,0}-{2568,3470,0,1,5}-{2523,3164,0,1,4}-{2534,3173,0,1,3}-{2538,3160,0,1,3}-{2246,3144,0,1,4}-{2245,3147,0,1,4}-{2240,3147,0,1,3}-{2247,3142,0,1,5}" + }, + { + "npc_id": "155", + "loc_data": "{3235,3222,0,0,0}-{3255,3226,0,0,0}-{2561,3471,0,1,0}" + }, + { + "npc_id": "157", + "loc_data": "{2502,3521,0,1,5}" + }, + { + "npc_id": "162", + "loc_data": "{2480,3426,0,1,6}-{2489,3429,0,1,1}-{2480,3431,0,1,0}-{2475,3418,0,1,4}-{2470,3423,0,1,1}" + }, + { + "npc_id": "166", + "loc_data": "{2450,3480,1,0,1}-{2449,3480,1,0,1}-{2448,3480,1,0,1}-{2440,3488,1,0,4}-{2440,3487,1,0,4}-{2448,3427,1,0,6}-{2448,3424,1,0,6}-{2443,3424,1,0,3}-{2443,3425,1,0,3}" + }, + { + "npc_id": "170", + "loc_data": "{2890,3175,0,1,4}" + }, + { + "npc_id": "175", + "loc_data": "{3084,3495,0,1,4}-{2994,9549,0,1,6}-{2993,9551,0,1,6}-{2995,9555,0,1,6}-{2999,9548,0,1,0}-{3182,3365,0,1,6}" + }, + { + "npc_id": "178", + "loc_data": "{2892,9709,0,1,6}-{2915,9708,0,1,7}-{2899,9702,0,1,1}-{2907,9711,0,1,4}-{2938,9811,0,1,6}-{3096,3220,0,1,1}-{3273,3507,0,1,6}" + }, + { + "npc_id": "179", + "loc_data": "{3025,3511,1,1,3}-{3038,3505,0,1,4}-{3026,3494,0,1,6}-{3026,3505,0,1,4}-{3026,3512,0,1,6}-{3025,3512,0,1,4}-{3027,3512,0,1,6}-{3030,3511,0,1,6}-{3028,3511,0,1,1}-{3039,3855,0,1,4}-{3031,3852,0,1,1}-{3032,3849,0,1,3}-{3023,3849,0,1,6}-{3022,3847,0,1,3}-{3023,3514,1,1,3}-{3014,3516,2,1,1}" + }, + { + "npc_id": "180", + "loc_data": "{2744,3519,0,0,0}-{2957,3238,0,1,4}-{2988,3423,0,1,7}-{2953,3240,0,1,3}-{3011,3277,0,1,1}-{3009,3280,0,1,1}-{3110,3295,0,1,4}" + }, + { + "npc_id": "181", + "loc_data": "{3105,9942,0,1,3}-{3106,9934,0,1,3}-{3109,9930,0,1,1}-{2937,9847,0,0,0}-{2930,9850,0,0,0}-{2934,9846,0,0,0}-{2930,9845,0,0,0}-{2563,3355,0,1,4}-{2561,3355,0,1,3}-{2561,3357,0,1,1}-{2563,3358,0,1,4}" + }, + { + "npc_id": "182", + "loc_data": "{3041,3958,0,0,0}-{3043,3958,0,0,0}-{3039,3958,0,0,0}-{3039,3950,0,0,0}-{3041,3958,0,0,0}-{3041,3954,0,0,0}-{3038,3957,0,0,0}-{3041,3954,0,0,0}-{3038,3955,0,0,0}-{3690,2966,0,1,4}" + }, + { + "npc_id": "183", + "loc_data": "{3043,3958,0,0,0}-{3043,3950,0,0,0}-{3042,3950,0,0,0}-{3039,3951,0,0,0}-{3044,3949,0,0,0}-{2805,3160,0,0,0}-{2803,3190,0,1,4}-{2795,3167,0,0,0}-{2793,3184,0,1,3}-{3670,2977,0,1,1}-{3654,2960,0,1,0}-{3698,2969,0,1,2}-{3676,2991,0,1,3}-{3666,2994,0,1,7}-{3666,2981,1,1,4}" + }, + { + "npc_id": "184", + "loc_data": "{2994,9584,0,1,6}-{2992,9573,0,1,1}-{2990,9583,0,1,4}-{2998,9572,0,1,2}-{2998,9573,0,1,4}-{2989,9578,0,1,0}-{2993,9566,0,1,4}-{2994,9570,0,1,3}-{3659,2952,0,1,6}-{3669,2961,0,1,4}-{3683,2977,0,1,6}-{3668,2981,0,1,3}-{3655,2973,0,1,1}-{3675,2967,0,1,3}" + }, + { + "npc_id": "186", + "loc_data": "{3158,3571,0,0,7}-{3170,3575,0,0,0}-{3172,3578,0,0,5}-{3175,3564,0,0,4}-{3176,3570,0,0,2}-{3180,3565,0,0,5}-{3189,3565,0,0,7}-{3189,3580,0,0,0}-{3192,3568,0,0,7}-{3159,3563,0,0,1}-{3163,3572,0,0,6}-{3173,3574,0,0,3}-{3179,3561,0,0,2}" + }, + { + "npc_id": "187", + "loc_data": "{3291,3924,0,1,4}-{3294,3930,0,1,4}-{3286,3933,0,1,6}-{3285,3928,0,1,6}-{3287,3935,1,1,6}-{3286,3927,1,1,6}-{3283,3936,2,1,6}-{3292,3932,1,1,4}-{3291,3940,0,1,6}-{3280,3943,0,1,6}-{3278,3926,0,1,4}" + }, + { + "npc_id": "188", + "loc_data": "{2933,3516,0,1,3}-{2935,3515,0,1,3}-{2932,3514,0,1,2}-{3158,5497,0,1,6}-{3157,5494,0,1,1}-{3155,5498,0,1,6}-{3140,5494,0,1,6}-{3143,5493,0,1,5}-{3142,5497,0,1,4}-{3156,5494,0,1,5}-{3148,5496,0,1,4}" + }, + { + "npc_id": "189", + "loc_data": "{3151,5489,0,1,7}-{3145,5495,0,1,3}-{3142,5493,0,1,3}-{3149,5489,0,1,6}-{3155,5491,0,1,2}-{3142,5497,0,1,3}" + }, + { + "npc_id": "190", + "loc_data": "{2837,9815,0,1,1}-{2833,9814,0,1,2}-{2831,9808,0,1,3}-{2829,9804,0,1,7}-{2825,9806,0,1,1}-{2828,9809,0,1,3}-{2826,9813,0,1,6}" + }, + { + "npc_id": "191", + "loc_data": "{2730,3161,0,0,0}-{2729,3159,0,0,0}-{2727,3163,0,0,0}-{2725,3157,0,0,0}-{2726,3161,0,0,0}-{2725,3161,0,0,0}-{2723,3155,0,0,0}-{2723,3156,0,0,0}-{2725,3162,0,0,0}-{2775,3066,0,0,0}-{2802,3071,0,0,0}-{2868,3053,0,0,0}-{2770,3018,0,0,0}-{2770,3014,0,0,0}-{2840,3018,0,0,0}-{2919,2983,0,0,0}-{2937,2993,0,0,0}-{2940,2994,0,0,0}-{2940,2997,0,0,0}-{2942,2997,0,0,0}" + }, + { + "npc_id": "192", + "loc_data": "{3027,3612,0,1,6}-{3021,3611,0,1,1}-{3036,3613,0,1,4}-{3024,3606,0,1,1}-{3023,3634,0,1,3}-{3026,3637,0,1,5}-{3031,3637,0,1,2}-{3035,3637,0,1,6}-{3034,3632,0,1,6}-{3035,3629,0,1,6}-{3035,3625,0,1,5}-{3029,3626,0,1,3}-{3032,3626,0,1,4}-{3022,3626,0,1,1}-{3023,3623,0,1,6}" + }, + { + "npc_id": "193", + "loc_data": "{2581,9505,0,1,4}-{2594,9497,0,1,1}-{2593,9499,0,1,7}-{2587,9498,0,1,3}-{2573,9500,0,1,5}-{2579,9503,0,1,5}-{2580,9500,0,1,4}-{2578,9497,0,1,7}" + }, + { + "npc_id": "195", + "loc_data": "{3042,3708,0,0,6}-{3037,3702,0,0,5}" + }, + { + "npc_id": "196", + "loc_data": "{3038,3670,0,1,1}-{3034,3674,0,1,2}" + }, + { + "npc_id": "198", + "loc_data": "{3190,3358,0,1,1}" + }, + { + "npc_id": "199", + "loc_data": "{3079,3443,0,1,3}" + }, + { + "npc_id": "201", + "loc_data": "{2931,9692,0,0,0}" + }, + { + "npc_id": "205", + "loc_data": "{2613,9523,0,1,0}" + }, + { + "npc_id": "206", + "loc_data": "{3026,3455,0,1,6}-{3015,3458,0,1,5}" + }, + { + "npc_id": "208", + "loc_data": "{2568,3459,0,1,4}" + }, + { + "npc_id": "209", + "loc_data": "{3013,3452,0,1,6}" + }, + { + "npc_id": "216", + "loc_data": "{2851,3348,0,0,7}" + }, + { + "npc_id": "217", + "loc_data": "{2852,3343,0,1,2}" + }, + { + "npc_id": "218", + "loc_data": "{2613,3475,0,1,2}" + }, + { + "npc_id": "222", + "loc_data": "{2851,3351,0,0,7}-{2849,3348,0,0,7}" + }, + { + "npc_id": "225", + "loc_data": "{2641,3437,0,0,0}" + }, + { + "npc_id": "227", + "loc_data": "{2643,3440,0,0,0}" + }, + { + "npc_id": "228", + "loc_data": "{2634,3427,0,0,0}" + }, + { + "npc_id": "229", + "loc_data": "{2628,3413,0,1,4}" + }, + { + "npc_id": "230", + "loc_data": "{2649,3454,0,0,0}" + }, + { + "npc_id": "231", + "loc_data": "{2650,3468,0,0,0}" + }, + { + "npc_id": "232", + "loc_data": "{2819,3487,0,0,4}" + }, + { + "npc_id": "237", + "loc_data": "{2769,3403,0,1,0}-{2766,3402,0,1,3}-{2770,3402,0,1,0}-{2772,3404,0,1,1}-{2767,3405,1,1,0}-{2771,3403,1,1,6}-{2767,3401,1,1,7}" + }, + { + "npc_id": "239", + "loc_data": "{2758,3516,1,0,0}" + }, + { + "npc_id": "240", + "loc_data": "{2760,3501,0,1,1}" + }, + { + "npc_id": "241", + "loc_data": "{2762,3498,0,0,0}" + }, + { + "npc_id": "242", + "loc_data": "{2764,3509,1,0,0}" + }, + { + "npc_id": "243", + "loc_data": "{2756,3513,1,0,0}" + }, + { + "npc_id": "244", + "loc_data": "{2765,3504,1,0,0}" + }, + { + "npc_id": "245", + "loc_data": "{2755,3517,0,0,0}" + }, + { + "npc_id": "247", + "loc_data": "{2769,3402,2,1,5}" + }, + { + "npc_id": "250", + "loc_data": "{2924,3405,0,0,1}" + }, + { + "npc_id": "251", + "loc_data": "{2761,3512,0,0,0}" + }, + { + "npc_id": "253", + "loc_data": "{2616,3172,0,1,1}-{2583,3142,0,1,6}" + }, + { + "npc_id": "254", + "loc_data": "{2565,3150,0,1,6}-{2564,3146,0,1,5}-{2572,3143,0,1,4}" + }, + { + "npc_id": "255", + "loc_data": "{2601,3195,0,1,3}-{2615,3188,0,1,6}-{2606,3186,0,1,3}" + }, + { + "npc_id": "256", + "loc_data": "{2568,3144,0,1,3}-{2606,3180,0,1,5}-{2600,3184,0,1,4}-{2598,3185,0,1,6}-{2593,3175,0,1,2}-{2594,3182,0,1,3}-{2594,3188,0,1,3}-{2593,3193,0,1,3}-{2592,3179,0,1,1}-{2605,3171,0,1,3}-{2581,3170,0,1,6}-{2580,3166,0,1,6}-{2577,3163,0,1,1}-{2585,3150,0,1,4}" + }, + { + "npc_id": "259", + "loc_data": "{2567,3140,0,0,0}" + }, + { + "npc_id": "260", + "loc_data": "{2589,3142,0,0,0}" + }, + { + "npc_id": "261", + "loc_data": "{2587,3142,0,0,0}" + }, + { + "npc_id": "262", + "loc_data": "{2616,3162,0,0,0}-{2616,3161,0,0,0}-{2596,3142,0,0,0}" + }, + { + "npc_id": "263", + "loc_data": "{2597,3143,0,0,0}" + }, + { + "npc_id": "265", + "loc_data": "{2616,3167,0,0,0}" + }, + { + "npc_id": "267", + "loc_data": "{2601,3168,0,0,0}" + }, + { + "npc_id": "268", + "loc_data": "{2583,3171,0,0,0}" + }, + { + "npc_id": "278", + "loc_data": "{3209,3215,0,0,0}" + }, + { + "npc_id": "279", + "loc_data": "{2604,3209,0,0,0}" + }, + { + "npc_id": "281", + "loc_data": "{2604,3219,0,0,0}-{2609,3207,0,0,0}-{2618,3211,0,0,0}" + }, + { + "npc_id": "282", + "loc_data": "{3280,3494,0,1,6}" + }, + { + "npc_id": "284", + "loc_data": "{2953,3450,0,0,0}" + }, + { + "npc_id": "285", + "loc_data": "{3110,3330,0,0,0}" + }, + { + "npc_id": "286", + "loc_data": "{3111,3367,2,0,4}" + }, + { + "npc_id": "287", + "loc_data": "{2770,3403,2,1,3}" + }, + { + "npc_id": "288", + "loc_data": "{3110,3366,2,0,2}-{2677,3655,0,1,3}-{2681,3653,0,1,6}" + }, + { + "npc_id": "289", + "loc_data": "{2616,3302,0,1,3}" + }, + { + "npc_id": "290", + "loc_data": "{2614,3306,0,1,4}" + }, + { + "npc_id": "296", + "loc_data": "{3084,3518,0,1,1}" + }, + { + "npc_id": "297", + "loc_data": "{3093,3518,0,1,5}" + }, + { + "npc_id": "298", + "loc_data": "{3113,3513,0,1,3}" + }, + { + "npc_id": "299", + "loc_data": "{3113,3511,0,1,3}" + }, + { + "npc_id": "300", + "loc_data": "{3105,9569,0,0,0}" + }, + { + "npc_id": "302", + "loc_data": "{2519,3429,0,1,1}" + }, + { + "npc_id": "304", + "loc_data": "{2520,3496,0,1,3}" + }, + { + "npc_id": "305", + "loc_data": "{2511,3484,0,0,4}" + }, + { + "npc_id": "306", + "loc_data": "{2514,9580,0,1,1}" + }, + { + "npc_id": "307", + "loc_data": "{2968,3206,0,0,0}" + }, + { + "npc_id": "308", + "loc_data": "{2611,3393,0,1,4}" + }, + { + "npc_id": "309", + "loc_data": "{2860,2976,0,0,4}-{2856,2977,0,0,4}-{2852,2973,0,0,4}-{2267,3253,0,0,4}-{2266,3253,0,0,4}-{2262,3249,0,0,4}-{2716,3530,0,0,0}-{2561,3374,0,0,4}-{2562,3374,0,0,4}-{2633,3693,0,0,4}-{2633,3694,0,0,4}-{2215,3248,0,0,4}-{2217,3245,0,0,4}-{2213,3241,0,0,4}-{3104,3424,0,0,0}-{3104,3425,0,0,0}-{2566,3370,0,0,0}-{2637,3444,0,0,0}-{2471,3146,0,0,4}-{2465,3156,0,0,4}-{2461,3150,0,0,4}-{2678,3595,0,0,4}-{2689,3598,0,0,4}" + }, + { + "npc_id": "310", + "loc_data": "{2382,3414,0,0,4}-{2537,3406,0,0,4}-{2527,3412,0,0,4}-{2507,3421,0,0,4}-{2508,3421,0,0,4}-{3239,3243,0,0,6}-{3239,3241,0,0,6}-{3238,3252,0,0,6}-{2860,2972,0,0,6}-{2865,2972,0,0,4}-{2382,3415,0,0,0}-{2392,3420,0,0,0}" + }, + { + "npc_id": "312", + "loc_data": "{2860,3426,0,0,1}" + }, + { + "npc_id": "313", + "loc_data": "{2853,3423,0,0,1}-{2840,3356,0,0,1}-{2843,3359,0,0,1}-{2848,3361,0,0,1}-{2879,3339,0,0,1}-{2879,3338,0,0,1}-{2879,3335,0,0,1}-{2879,3334,0,0,1}-{2876,3331,0,0,1}" + }, + { + "npc_id": "316", + "loc_data": "{2986,3176,0,0,4}-{3086,3227,0,0,1}-{2996,3157,0,0,1}-{3085,3230,0,0,0}" + }, + { + "npc_id": "322", + "loc_data": "{2641,3700,0,0,4}-{2640,3700,0,0,4}-{2777,2740,0,0,4}-{2780,2741,0,0,4}-{2788,2741,0,0,4}-{2771,2733,0,0,4}-{2771,2734,0,0,4}" + }, + { + "npc_id": "323", + "loc_data": "{2926,3177,0,0,6}-{3259,3204,0,0,3}-{3248,3161,0,0,4}-{3259,3206,0,0,3}-{2516,3575,0,0,7}-{2511,3562,0,0,7}-{2498,3547,0,0,7}" + }, + { + "npc_id": "324", + "loc_data": "{2645,3708,0,0,1}-{2648,3708,0,0,1}-{2632,3427,0,0,0}-{2647,3711,0,0,1}" + }, + { + "npc_id": "325", + "loc_data": "{2671,3160,0,0,4}-{2672,3160,0,0,4}-{2678,3160,0,0,4}-{2682,3160,0,0,4}-{2683,3160,0,0,4}" + }, + { + "npc_id": "326", + "loc_data": "{2840,3431,0,0,0}-{3246,3156,0,0,0}-{3245,3152,0,0,0}-{3242,3148,0,0,0}-{2855,3423,0,0,1}-{3267,3148,0,0,6}-{3276,3140,0,0,6}-{3275,3140,0,0,6}-{3169,3266,0,0,3}-{3173,3274,0,0,3}-{2607,3416,0,0,1}-{2604,3417,0,0,1}-{2602,3419,0,0,1}" + }, + { + "npc_id": "333", + "loc_data": "{2845,3429,0,0,6}-{2923,3178,0,0,6}-{2923,3180,0,0,6}-{2926,3180,0,0,6}-{2602,3411,0,0,3}-{2605,3413,0,0,3}-{2609,3416,0,0,3}-{2610,3413,0,0,3}-{2605,3421,0,0,1}-{2602,3423,0,0,1}-{2603,3426,0,0,1}-{3128,3510,0,0,1}" + }, + { + "npc_id": "334", + "loc_data": "{2165,3268,0,0,4}-{2162,3274,0,0,4}-{2639,3698,0,0,4}-{2642,3698,0,0,4}-{2699,2702,0,0,4}-{2694,2706,0,0,4}-{2700,2702,0,0,4}-{2707,2698,0,0,4}-{2612,3411,0,0,0}-{2627,3415,0,0,0}-{2700,2702,0,0,0}-{2700,2702,0,0,0}-{2700,2702,0,0,0}-{2707,2698,0,0,0}-{2707,2698,0,0,0}-{2707,2698,0,0,0}" + }, + { + "npc_id": "336", + "loc_data": "{2928,3218,0,1,4}" + }, + { + "npc_id": "338", + "loc_data": "{2929,3222,0,0,6}" + }, + { + "npc_id": "340", + "loc_data": "{2929,3217,0,1,6}" + }, + { + "npc_id": "342", + "loc_data": "{3281,3382,0,0,0}" + }, + { + "npc_id": "343", + "loc_data": "{3284,3382,0,0,0}" + }, + { + "npc_id": "344", + "loc_data": "{3016,3187,1,1,0}-{3015,3183,1,1,0}-{3014,3181,1,1,0}-{3011,3185,1,1,0}" + }, + { + "npc_id": "345", + "loc_data": "{3018,3185,2,1,0}" + }, + { + "npc_id": "347", + "loc_data": "{2523,3292,0,0,0}-{2536,3294,0,0,0}-{2538,3321,0,0,0}" + }, + { + "npc_id": "348", + "loc_data": "{2501,3315,0,0,0}-{2513,3325,0,0,0}-{2526,3279,0,0,0}-{2528,3297,0,0,0}-{2535,3288,0,0,0}-{2548,3287,0,0,0}" + }, + { + "npc_id": "349", + "loc_data": "{2556,3266,0,0,0}" + }, + { + "npc_id": "350", + "loc_data": "{2559,3266,0,0,0}" + }, + { + "npc_id": "351", + "loc_data": "{2507,3325,0,1,4}" + }, + { + "npc_id": "352", + "loc_data": "{2511,3322,0,1,2}-{2540,3279,0,1,6}" + }, + { + "npc_id": "353", + "loc_data": "{2504,3326,0,1,1}-{2509,3314,0,1,3}-{2545,3278,0,1,3}" + }, + { + "npc_id": "354", + "loc_data": "{2510,3318,0,1,6}-{2524,3271,0,1,3}" + }, + { + "npc_id": "355", + "loc_data": "{2504,3318,0,0,0}" + }, + { + "npc_id": "356", + "loc_data": "{2523,3307,0,0,0}" + }, + { + "npc_id": "357", + "loc_data": "{2518,3309,0,0,0}-{2526,3303,0,0,0}-{2543,3309,0,0,0}-{2550,3319,0,0,0}-{2552,3319,0,0,0}" + }, + { + "npc_id": "358", + "loc_data": "{2529,3285,0,0,0}" + }, + { + "npc_id": "360", + "loc_data": "{2550,3272,0,1,4}" + }, + { + "npc_id": "361", + "loc_data": "{2519,3277,0,1,6}" + }, + { + "npc_id": "362", + "loc_data": "{2537,3324,0,1,6}" + }, + { + "npc_id": "363", + "loc_data": "{2513,3315,0,1,4}" + }, + { + "npc_id": "364", + "loc_data": "{2577,3298,1,0,0}" + }, + { + "npc_id": "366", + "loc_data": "{2612,3324,0,0,0}" + }, + { + "npc_id": "367", + "loc_data": "{2935,3210,0,1,2}" + }, + { + "npc_id": "368", + "loc_data": "{3263,3407,0,1,2}" + }, + { + "npc_id": "369", + "loc_data": "{2542,3326,0,0,0}-{2545,3324,0,0,0}-{2545,3327,0,0,0}-{2552,3326,0,0,0}-{2553,3322,0,0,0}-{2553,3324,0,0,0}" + }, + { + "npc_id": "370", + "loc_data": "{2551,3324,1,0,0}-{2551,3327,1,0,0}" + }, + { + "npc_id": "371", + "loc_data": "{2547,3326,0,0,0}-{2549,3322,0,0,0}-{2550,3326,0,0,0}-{2552,3323,0,0,0}" + }, + { + "npc_id": "372", + "loc_data": "{2559,3303,0,0,6}-{2561,3303,0,0,6}-{2561,3305,0,0,4}-{2559,3305,0,0,1}" + }, + { + "npc_id": "373", + "loc_data": "{2516,3274,0,0,0}" + }, + { + "npc_id": "375", + "loc_data": "{3053,3249,0,0,0}" + }, + { + "npc_id": "376", + "loc_data": "{3027,3217,0,1,4}" + }, + { + "npc_id": "377", + "loc_data": "{3028,3223,0,1,2}" + }, + { + "npc_id": "378", + "loc_data": "{3028,3220,0,1,4}" + }, + { + "npc_id": "379", + "loc_data": "{2939,3156,0,1,4}" + }, + { + "npc_id": "380", + "loc_data": "{2953,3149,0,0,0}-{2770,3226,0,0,0}" + }, + { + "npc_id": "381", + "loc_data": "{2684,3272,0,1,4}" + }, + { + "npc_id": "382", + "loc_data": "{3044,9758,0,1,3}" + }, + { + "npc_id": "383", + "loc_data": "{2582,3485,0,1,7}" + }, + { + "npc_id": "384", + "loc_data": "{2545,3568,0,1,7}-{2545,3571,0,1,6}" + }, + { + "npc_id": "385", + "loc_data": "{2549,3568,0,1,6}" + }, + { + "npc_id": "387", + "loc_data": "{3000,3440,1,0,0}" + }, + { + "npc_id": "388", + "loc_data": "{2709,3485,0,1,1}-{2716,3475,0,1,3}-{2697,3472,0,1,6}-{2702,3469,0,1,3}" + }, + { + "npc_id": "389", + "loc_data": "{2704,3405,3,1,3}" + }, + { + "npc_id": "397", + "loc_data": "{3254,3258,0,1,1}-{3264,3258,0,1,2}-{3026,3303,0,1,4}-{2880,3248,0,1,0}-{3259,3279,0,1,6}-{3247,3292,0,1,3}-{3260,3291,0,1,2}-{3247,3282,0,1,5}-{3261,3260,0,1,1}-{3252,3283,0,1,6}" + }, + { + "npc_id": "398", + "loc_data": "{2849,5091,0,0,0}-{2726,3349,0,1,6}" + }, + { + "npc_id": "399", + "loc_data": "{2846,5081,0,0,0}-{2730,3349,0,1,1}" + }, + { + "npc_id": "400", + "loc_data": "{2728,3377,0,1,1}" + }, + { + "npc_id": "401", + "loc_data": "{2800,2943,0,0,0}-{2762,2944,0,0,0}-{2823,2941,0,0,0}-{2861,2941,0,0,0}" + }, + { + "npc_id": "402", + "loc_data": "{2791,2944,0,0,0}-{2762,2943,0,0,0}-{2818,2939,0,0,0}-{2870,2943,0,0,0}-{2933,2944,0,0,0}" + }, + { + "npc_id": "407", + "loc_data": "{3059,4507,0,0,3}" + }, + { + "npc_id": "411", + "loc_data": "{2887,3164,0,0,0}-{2878,3161,0,0,0}" + }, + { + "npc_id": "412", + "loc_data": "{2728,10122,0,1,1}-{2735,10123,0,1,3}-{2733,10129,0,1,1}-{2728,10133,0,1,6}-{2722,10133,0,1,6}-{2736,10137,0,1,1}-{2732,10142,0,1,0}-{2726,10142,0,1,6}-{2729,10140,0,1,3}-{2720,10144,0,1,6}-{2712,10142,0,1,3}-{2760,3402,0,1,4}-{2759,3400,0,1,1}-{2756,3403,0,1,1}-{2759,3400,0,1,3}-{2755,3402,0,1,1}" + }, + { + "npc_id": "419", + "loc_data": "{3195,5450,0,1,6}-{3181,5449,0,1,1}" + }, + { + "npc_id": "420", + "loc_data": "{3175,5454,0,1,4}" + }, + { + "npc_id": "421", + "loc_data": "{3195,5459,0,1,6}-{3186,5454,0,1,5}-{3173,5494,0,1,6}-{3179,5491,0,1,1}-{3185,5492,0,1,4}-{3184,5487,0,1,3}" + }, + { + "npc_id": "423", + "loc_data": "{2731,5340,0,1,7}" + }, + { + "npc_id": "424", + "loc_data": "{2724,5359,0,1,3}" + }, + { + "npc_id": "425", + "loc_data": "{2717,5332,0,1,7}" + }, + { + "npc_id": "428", + "loc_data": "{2361,5209,0,1,4}-{2359,5213,0,1,1}-{2364,5215,0,1,6}-{2361,5216,0,1,1}-{2361,5212,0,1,0}" + }, + { + "npc_id": "429", + "loc_data": "{2363,5214,0,1,6}-{2358,5214,0,1,7}-{2361,5212,0,1,6}" + }, + { + "npc_id": "437", + "loc_data": "{2807,3191,0,0,0}" + }, + { + "npc_id": "444", + "loc_data": "{2551,3197,0,1,1}-{2555,3194,0,1,4}-{2551,3157,0,1,3}-{2525,3155,0,1,3}-{2518,3149,0,1,3}-{2502,3175,0,1,1}" + }, + { + "npc_id": "445", + "loc_data": "{2550,3196,0,1,4}-{2557,3197,0,1,1}-{2538,3155,0,1,7}" + }, + { + "npc_id": "446", + "loc_data": "{2994,3194,0,1,1}-{3285,9896,0,1,1}-{3279,9895,0,1,6}" + }, + { + "npc_id": "447", + "loc_data": "{3114,3242,0,1,1}" + }, + { + "npc_id": "448", + "loc_data": "{3120,3238,0,1,6}" + }, + { + "npc_id": "449", + "loc_data": "{3127,3248,0,1,1}" + }, + { + "npc_id": "450", + "loc_data": "{3081,3220,0,1,0}-{3081,3222,0,1,0}" + }, + { + "npc_id": "451", + "loc_data": "{2994,3215,0,1,2}-{3077,3234,0,1,0}" + }, + { + "npc_id": "452", + "loc_data": "{3223,3293,0,0,0}" + }, + { + "npc_id": "454", + "loc_data": "{2899,3430,1,1,3}" + }, + { + "npc_id": "455", + "loc_data": "{2925,3485,0,1,5}" + }, + { + "npc_id": "456", + "loc_data": "{3244,3205,0,0,0}" + }, + { + "npc_id": "458", + "loc_data": "{3148,3175,0,1,4}" + }, + { + "npc_id": "459", + "loc_data": "{2566,9507,0,1,6}-{2565,9506,0,0,5}-{2566,9507,0,1,3}" + }, + { + "npc_id": "460", + "loc_data": "{2590,9488,0,1,3}" + }, + { + "npc_id": "461", + "loc_data": "{2588,3091,1,1,3}" + }, + { + "npc_id": "462", + "loc_data": "{2590,3084,0,1,5}" + }, + { + "npc_id": "469", + "loc_data": "{2542,3169,0,1,4}" + }, + { + "npc_id": "470", + "loc_data": "{2519,3212,0,1,3}" + }, + { + "npc_id": "471", + "loc_data": "{2526,3160,1,1,6}" + }, + { + "npc_id": "472", + "loc_data": "{2521,3168,0,1,4}" + }, + { + "npc_id": "473", + "loc_data": "{2503,3192,0,0,0}-{2514,3159,0,0,6}" + }, + { + "npc_id": "475", + "loc_data": "{2513,3262,0,1,3}-{2522,3251,0,1,1}-{2454,3300,0,1,7}-{2455,3301,0,1,7}" + }, + { + "npc_id": "477", + "loc_data": "{2455,3301,0,1,6}" + }, + { + "npc_id": "478", + "loc_data": "{2509,3255,0,1,3}-{2503,3254,1,1,3}" + }, + { + "npc_id": "481", + "loc_data": "{2499,3266,0,0,4}" + }, + { + "npc_id": "482", + "loc_data": "{2524,3258,0,1,4}" + }, + { + "npc_id": "483", + "loc_data": "{2501,3234,0,0,4}" + }, + { + "npc_id": "484", + "loc_data": "{2542,3169,0,1,4}-{2541,3170,0,1,4}-{2537,3168,0,1,5}" + }, + { + "npc_id": "491", + "loc_data": "{2919,9849,0,1,4}-{2915,9845,0,1,3}-{2922,9833,0,1,6}" + }, + { + "npc_id": "494", + "loc_data": "{2807,3443,0,0,6}-{2810,3443,0,0,6}-{2657,3283,0,0,3}-{2657,3286,0,0,3}-{2615,3094,0,0,3}-{2615,3092,0,0,3}-{2615,3092,0,0,3}-{2615,3094,0,0,3}-{3122,3125,0,0,6}-{3120,3125,0,0,6}-{3090,3242,0,0,4}-{3090,3245,0,0,4}-{3090,3243,0,0,4}-{2584,3422,0,0,4}-{2584,3419,0,0,4}-{3682,2981,0,0,3}-{2618,3330,0,0,0}-{2619,3330,0,0,0}-{2584,3418,0,0,4}" + }, + { + "npc_id": "495", + "loc_data": "{2809,3443,0,0,6}-{2811,3443,0,0,6}-{2615,3091,0,0,3}-{2615,3091,0,0,3}-{2615,3330,0,0,0}-{2584,3421,0,0,4}" + }, + { + "npc_id": "496", + "loc_data": "{3267,3164,0,0,4}-{3267,3167,0,0,4}-{3267,3169,0,0,4}-{3682,2983,0,0,3}" + }, + { + "npc_id": "497", + "loc_data": "{3267,3166,0,0,4}-{3267,3168,0,0,4}-{3682,2982,0,0,3}" + }, + { + "npc_id": "498", + "loc_data": "{2384,4457,0,0,7}-{2385,4461,0,0,1}" + }, + { + "npc_id": "499", + "loc_data": "{2853,2953,0,0,1}-{2852,2953,0,0,1}" + }, + { + "npc_id": "500", + "loc_data": "{2880,2951,0,0,6}" + }, + { + "npc_id": "504", + "loc_data": "{2870,2950,0,0,0}-{2877,2959,0,0,0}" + }, + { + "npc_id": "505", + "loc_data": "{2868,2954,0,0,6}-{2876,2948,0,0,1}" + }, + { + "npc_id": "510", + "loc_data": "{2780,3211,0,0,0}" + }, + { + "npc_id": "511", + "loc_data": "{2834,2956,0,0,0}" + }, + { + "npc_id": "512", + "loc_data": "{2862,2995,1,0,0}" + }, + { + "npc_id": "513", + "loc_data": "{2857,2962,0,0,6}" + }, + { + "npc_id": "514", + "loc_data": "{2870,2974,1,0,6}" + }, + { + "npc_id": "515", + "loc_data": "{2834,2987,0,0,0}" + }, + { + "npc_id": "516", + "loc_data": "{2826,2958,0,1,3}" + }, + { + "npc_id": "517", + "loc_data": "{2870,2970,0,0,0}" + }, + { + "npc_id": "518", + "loc_data": "{2764,2959,1,0,0}" + }, + { + "npc_id": "519", + "loc_data": "{3228,3203,0,1,6}" + }, + { + "npc_id": "520", + "loc_data": "{3217,3241,0,1,4}" + }, + { + "npc_id": "521", + "loc_data": "{3217,3240,0,1,3}" + }, + { + "npc_id": "522", + "loc_data": "{3218,3415,0,1,3}" + }, + { + "npc_id": "523", + "loc_data": "{3217,3411,0,1,3}" + }, + { + "npc_id": "524", + "loc_data": "{3316,3184,0,1,3}" + }, + { + "npc_id": "525", + "loc_data": "{3316,3182,0,1,3}" + }, + { + "npc_id": "527", + "loc_data": "{2959,3390,0,1,1}-{2957,3388,0,1,3}" + }, + { + "npc_id": "528", + "loc_data": "{3078,3512,0,1,3}" + }, + { + "npc_id": "529", + "loc_data": "{3079,3507,0,1,7}" + }, + { + "npc_id": "530", + "loc_data": "{2947,3217,0,1,1}" + }, + { + "npc_id": "531", + "loc_data": "{2947,3212,0,1,1}" + }, + { + "npc_id": "532", + "loc_data": "{2906,3145,0,1,3}" + }, + { + "npc_id": "533", + "loc_data": "{2906,3144,0,1,3}" + }, + { + "npc_id": "534", + "loc_data": "{2375,4449,0,1,5}" + }, + { + "npc_id": "535", + "loc_data": "{2376,4447,0,0,0}" + }, + { + "npc_id": "536", + "loc_data": "{3192,3359,1,1,3}" + }, + { + "npc_id": "537", + "loc_data": "{3192,3355,1,1,6}" + }, + { + "npc_id": "538", + "loc_data": "{3076,3429,0,1,3}" + }, + { + "npc_id": "539", + "loc_data": "{3299,3204,0,0,0}" + }, + { + "npc_id": "540", + "loc_data": "{3288,3212,0,1,6}" + }, + { + "npc_id": "541", + "loc_data": "{3288,3190,0,1,3}" + }, + { + "npc_id": "542", + "loc_data": "{3316,3175,0,1,3}" + }, + { + "npc_id": "543", + "loc_data": "{3272,3182,0,1,6}" + }, + { + "npc_id": "544", + "loc_data": "{3316,3164,0,1,3}" + }, + { + "npc_id": "545", + "loc_data": "{3322,3195,0,1,3}" + }, + { + "npc_id": "546", + "loc_data": "{3203,3433,0,1,3}" + }, + { + "npc_id": "547", + "loc_data": "{3217,3435,0,0,3}" + }, + { + "npc_id": "548", + "loc_data": "{3205,3416,0,1,6}" + }, + { + "npc_id": "549", + "loc_data": "{3229,3438,0,1,6}" + }, + { + "npc_id": "550", + "loc_data": "{3232,3423,0,1,6}" + }, + { + "npc_id": "551", + "loc_data": "{3203,3397,0,1,3}" + }, + { + "npc_id": "552", + "loc_data": "{3205,3399,0,1,3}" + }, + { + "npc_id": "553", + "loc_data": "{3253,3403,0,1,1}" + }, + { + "npc_id": "554", + "loc_data": "{3281,3398,0,1,3}" + }, + { + "npc_id": "556", + "loc_data": "{3012,3244,0,1,6}" + }, + { + "npc_id": "557", + "loc_data": "{3012,3203,0,1,1}" + }, + { + "npc_id": "558", + "loc_data": "{3013,3221,0,1,6}" + }, + { + "npc_id": "559", + "loc_data": "{3026,3252,0,1,3}" + }, + { + "npc_id": "560", + "loc_data": "{2767,3122,0,1,6}" + }, + { + "npc_id": "562", + "loc_data": "{2799,3438,0,1,1}" + }, + { + "npc_id": "563", + "loc_data": "{2803,3430,0,1,6}" + }, + { + "npc_id": "564", + "loc_data": "{2485,4450,0,1,3}" + }, + { + "npc_id": "565", + "loc_data": "{2476,4467,0,1,2}" + }, + { + "npc_id": "566", + "loc_data": "{2480,4471,0,1,4}" + }, + { + "npc_id": "568", + "loc_data": "{2925,3143,0,1,3}" + }, + { + "npc_id": "569", + "loc_data": "{2659,3316,0,1,2}" + }, + { + "npc_id": "570", + "loc_data": "{2669,3303,0,1,5}" + }, + { + "npc_id": "571", + "loc_data": "{2655,3310,0,1,1}-{2669,3310,0,1,3}" + }, + { + "npc_id": "572", + "loc_data": "{2659,3296,0,1,4}" + }, + { + "npc_id": "573", + "loc_data": "{2663,3296,0,1,4}" + }, + { + "npc_id": "574", + "loc_data": "{2656,3300,0,1,3}" + }, + { + "npc_id": "575", + "loc_data": "{2821,3442,0,1,6}" + }, + { + "npc_id": "576", + "loc_data": "{2836,3447,0,1,4}" + }, + { + "npc_id": "577", + "loc_data": "{2975,3384,0,1,3}" + }, + { + "npc_id": "578", + "loc_data": "{2807,3342,0,1,6}" + }, + { + "npc_id": "579", + "loc_data": "{3034,9845,0,1,3}" + }, + { + "npc_id": "580", + "loc_data": "{2952,3388,0,1,3}" + }, + { + "npc_id": "581", + "loc_data": "{2975,3314,0,1,3}" + }, + { + "npc_id": "582", + "loc_data": "{2998,9828,0,1,1}" + }, + { + "npc_id": "583", + "loc_data": "{3011,3257,0,1,3}" + }, + { + "npc_id": "584", + "loc_data": "{2944,3332,0,1,3}" + }, + { + "npc_id": "585", + "loc_data": "{2946,3205,0,1,6}" + }, + { + "npc_id": "586", + "loc_data": "{2884,3450,0,1,3}" + }, + { + "npc_id": "587", + "loc_data": "{2897,3428,0,1,3}" + }, + { + "npc_id": "588", + "loc_data": "{2803,3152,0,1,3}" + }, + { + "npc_id": "589", + "loc_data": "{2660,3291,0,1,3}" + }, + { + "npc_id": "590", + "loc_data": "{2613,3294,0,1,3}" + }, + { + "npc_id": "591", + "loc_data": "{2615,3292,0,1,6}" + }, + { + "npc_id": "592", + "loc_data": "{2597,3401,0,1,2}" + }, + { + "npc_id": "593", + "loc_data": "{2569,3098,0,1,3}" + }, + { + "npc_id": "594", + "loc_data": "{2998,9840,0,1,3}" + }, + { + "npc_id": "595", + "loc_data": "{3271,3412,0,1,3}" + }, + { + "npc_id": "596", + "loc_data": "{3037,3705,0,0,0}" + }, + { + "npc_id": "597", + "loc_data": "{3025,3701,0,1,5}" + }, + { + "npc_id": "598", + "loc_data": "{2943,3384,0,1,3}" + }, + { + "npc_id": "599", + "loc_data": "{2522,5001,0,0,4}" + }, + { + "npc_id": "600", + "loc_data": "{2449,3511,1,1,6}" + }, + { + "npc_id": "601", + "loc_data": "{2482,3509,1,1,3}" + }, + { + "npc_id": "602", + "loc_data": "{2469,3488,2,1,6}" + }, + { + "npc_id": "603", + "loc_data": "{2491,3488,1,1,6}" + }, + { + "npc_id": "604", + "loc_data": "{3001,3144,0,0,0}" + }, + { + "npc_id": "605", + "loc_data": "{2985,3343,2,1,2}" + }, + { + "npc_id": "606", + "loc_data": "{2974,3343,0,1,0}" + }, + { + "npc_id": "607", + "loc_data": "{2539,3547,0,1,4}" + }, + { + "npc_id": "608", + "loc_data": "{2962,3337,2,1,4}" + }, + { + "npc_id": "610", + "loc_data": "{3027,3506,0,0,0}" + }, + { + "npc_id": "611", + "loc_data": "{3029,3505,0,1,0}" + }, + { + "npc_id": "612", + "loc_data": "{3028,3510,0,0,0}" + }, + { + "npc_id": "619", + "loc_data": "{3353,3333,0,1,3}" + }, + { + "npc_id": "636", + "loc_data": "{2395,3494,0,0,6}-{2396,3494,0,0,6}-{2397,3494,0,0,6}-{2396,3493,0,0,6}" + }, + { + "npc_id": "637", + "loc_data": "{3158,3425,1,1,5}" + }, + { + "npc_id": "638", + "loc_data": "{3195,3404,0,0,0}" + }, + { + "npc_id": "639", + "loc_data": "{3211,3425,0,1,7}" + }, + { + "npc_id": "640", + "loc_data": "{3253,3487,0,1,6}" + }, + { + "npc_id": "641", + "loc_data": "{3207,3392,0,1,6}" + }, + { + "npc_id": "642", + "loc_data": "{3185,3385,0,1,6}" + }, + { + "npc_id": "643", + "loc_data": "{3246,3383,1,1,5}" + }, + { + "npc_id": "644", + "loc_data": "{3247,9781,0,1,6}" + }, + { + "npc_id": "645", + "loc_data": "{3223,3401,0,1,2}" + }, + { + "npc_id": "646", + "loc_data": "{3257,3447,0,1,0}" + }, + { + "npc_id": "648", + "loc_data": "{3220,3471,0,0,6}" + }, + { + "npc_id": "649", + "loc_data": "{3149,3210,0,1,0}" + }, + { + "npc_id": "650", + "loc_data": "{3148,3205,0,1,0}" + }, + { + "npc_id": "651", + "loc_data": "{3148,3207,0,1,0}" + }, + { + "npc_id": "652", + "loc_data": "{3147,3209,0,1,0}" + }, + { + "npc_id": "656", + "loc_data": "{2822,3374,0,0,3}" + }, + { + "npc_id": "657", + "loc_data": "{3048,3236,0,1,2}" + }, + { + "npc_id": "658", + "loc_data": "{2832,3336,0,1,2}" + }, + { + "npc_id": "659", + "loc_data": "{3052,3373,0,0,0}" + }, + { + "npc_id": "665", + "loc_data": "{2986,9811,0,0,0}" + }, + { + "npc_id": "666", + "loc_data": "{2819,3451,0,0,3}" + }, + { + "npc_id": "670", + "loc_data": "{2465,3496,0,1,6}" + }, + { + "npc_id": "674", + "loc_data": "{3001,3041,0,0,0}" + }, + { + "npc_id": "675", + "loc_data": "{2944,3041,0,0,0}" + }, + { + "npc_id": "677", + "loc_data": "{2708,9486,0,0,5}" + }, + { + "npc_id": "678", + "loc_data": "{2658,3436,0,1,3}-{2655,3431,0,1,0}-{2656,3424,0,1,1}-{2664,3426,0,1,4}-{2671,3438,0,1,1}-{2669,3441,0,1,7}-{2674,3438,0,1,5}-{2671,3418,0,1,7}-{2666,3417,0,1,3}-{2666,3415,0,1,2}-{2664,3416,0,1,3}-{2680,3431,0,1,6}-{2678,3431,0,1,1}-{2661,3430,0,1,4}" + }, + { + "npc_id": "679", + "loc_data": "{2658,3439,0,0,0}" + }, + { + "npc_id": "680", + "loc_data": "{2679,3432,0,1,6}" + }, + { + "npc_id": "682", + "loc_data": "{2671,3434,0,1,4}" + }, + { + "npc_id": "683", + "loc_data": "{2673,3434,0,1,3}" + }, + { + "npc_id": "684", + "loc_data": "{2667,3430,2,0,6}" + }, + { + "npc_id": "685", + "loc_data": "{2670,3429,2,0,3}" + }, + { + "npc_id": "686", + "loc_data": "{2669,3426,2,0,1}" + }, + { + "npc_id": "687", + "loc_data": "{2666,3427,2,0,4}" + }, + { + "npc_id": "688", + "loc_data": "{2668,3442,2,1,6}-{2667,3444,2,1,6}-{2669,3444,2,1,6}" + }, + { + "npc_id": "689", + "loc_data": "{2682,3428,2,1,3}-{2684,3427,2,1,3}-{2684,3429,2,1,3}" + }, + { + "npc_id": "690", + "loc_data": "{2654,3428,2,1,1}-{2652,3427,2,1,1}-{2652,3429,2,1,1}" + }, + { + "npc_id": "691", + "loc_data": "{2668,3414,2,1,4}-{2667,3412,2,1,4}-{2669,3412,2,1,4}" + }, + { + "npc_id": "692", + "loc_data": "{2661,3419,0,1,7}" + }, + { + "npc_id": "693", + "loc_data": "{2673,3416,0,0,0}" + }, + { + "npc_id": "694", + "loc_data": "{2659,3431,0,0,3}" + }, + { + "npc_id": "705", + "loc_data": "{3208,3252,0,0,6}" + }, + { + "npc_id": "706", + "loc_data": "{3103,3163,2,0,0}" + }, + { + "npc_id": "707", + "loc_data": "{3113,3160,2,0,0}" + }, + { + "npc_id": "708", + "loc_data": "{3215,3282,0,1,1}-{3242,3306,0,1,1}-{3208,3357,0,1,3}-{3240,3393,0,1,3}-{3219,3221,0,1,4}-{3162,3410,0,1,2}-{2962,3424,0,1,6}-{3011,3513,0,1,1}-{2980,3337,0,1,6}-{2997,3300,0,1,3}-{3031,3322,0,1,1}-{2957,3308,0,1,0}-{2935,3343,0,1,1}-{2942,3247,0,1,7}-{2976,3176,0,1,6}-{3239,3523,0,1,4}-{3262,3523,0,1,2}-{2865,3175,0,1,0}-{2855,3188,0,1,1}-{2838,3194,0,1,3}-{2806,3181,0,1,3}-{2827,3170,0,1,5}-{2788,3179,0,1,3}-{2753,3178,0,1,3}-{2759,3155,0,1,0}-{2603,3221,0,1,7}-{2604,3212,0,1,3}-{2614,3230,0,1,1}-{2611,3204,0,1,7}-{2544,3184,0,1,3}-{2627,3231,0,1,4}-{2595,3125,0,1,1}-{2598,3145,0,1,1}-{2588,3145,0,1,7}-{2601,3135,0,1,3}-{2598,3120,0,1,6}-{2615,3120,0,1,4}-{2598,3108,0,1,4}-{2733,3459,0,1,3}-{2732,3457,0,1,6}-{2715,3451,0,1,4}-{2715,3436,0,1,3}-{2977,3377,0,0,3}-{2941,3356,0,0,7}-{2932,3322,0,0,5}-{2934,3301,0,1,5}-{2934,3301,0,1,3}-{2973,3274,0,1,3}-{2994,3270,0,1,0}-{3010,3271,0,1,6}-{2977,3202,0,1,7}-{3068,3251,0,1,6}-{3189,3503,0,1,6}" + }, + { + "npc_id": "711", + "loc_data": "{2536,3314,1,0,0}" + }, + { + "npc_id": "713", + "loc_data": "{2526,3319,0,0,0}" + }, + { + "npc_id": "716", + "loc_data": "{2540,3286,0,0,0}" + }, + { + "npc_id": "717", + "loc_data": "{2513,3294,0,0,0}-{2518,3320,0,0,0}-{2530,3274,0,0,0}-{2535,3296,0,0,0}" + }, + { + "npc_id": "719", + "loc_data": "{2560,3288,0,0,0}-{2026,4619,0,1,6}-{2026,4615,0,0,6}-{2020,4614,0,1,1}-{2021,4614,0,1,6}-{2008,4612,0,1,3}-{2002,4613,0,1,4}" + }, + { + "npc_id": "720", + "loc_data": "{2542,3306,0,0,0}" + }, + { + "npc_id": "725", + "loc_data": "{2540,3305,0,0,0}" + }, + { + "npc_id": "728", + "loc_data": "{2540,3308,0,1,6}" + }, + { + "npc_id": "729", + "loc_data": "{2536,3308,0,1,4}" + }, + { + "npc_id": "731", + "loc_data": "{3278,3487,0,1,1}" + }, + { + "npc_id": "732", + "loc_data": "{3267,3392,0,0,0}" + }, + { + "npc_id": "733", + "loc_data": "{3226,3399,0,0,0}" + }, + { + "npc_id": "734", + "loc_data": "{3045,3256,0,1,3}" + }, + { + "npc_id": "735", + "loc_data": "{2795,3155,0,1,7}" + }, + { + "npc_id": "736", + "loc_data": "{2957,3373,0,1,7}" + }, + { + "npc_id": "737", + "loc_data": "{2572,3319,0,1,3}" + }, + { + "npc_id": "738", + "loc_data": "{2691,3492,0,0,0}" + }, + { + "npc_id": "739", + "loc_data": "{2554,3080,0,1,3}" + }, + { + "npc_id": "740", + "loc_data": "{2808,3086,0,1,0}" + }, + { + "npc_id": "741", + "loc_data": "{3212,3220,1,1,1}" + }, + { + "npc_id": "742", + "loc_data": "{2854,9636,0,1,4}" + }, + { + "npc_id": "743", + "loc_data": "{3098,3257,0,1,4}" + }, + { + "npc_id": "744", + "loc_data": "{3047,3204,0,0,0}" + }, + { + "npc_id": "745", + "loc_data": "{3013,3189,0,1,1}" + }, + { + "npc_id": "746", + "loc_data": "{3010,3502,0,1,3}" + }, + { + "npc_id": "747", + "loc_data": "{3069,3516,0,1,6}" + }, + { + "npc_id": "749", + "loc_data": "{1749,5323,0,1,4}" + }, + { + "npc_id": "750", + "loc_data": "{1765,5321,0,1,2}-{1744,5326,0,1,4}" + }, + { + "npc_id": "751", + "loc_data": "{1778,5323,0,1,6}" + }, + { + "npc_id": "753", + "loc_data": "{2929,9649,0,1,4}" + }, + { + "npc_id": "755", + "loc_data": "{3100,3268,0,0,0}" + }, + { + "npc_id": "756", + "loc_data": "{3222,3398,0,0,3}" + }, + { + "npc_id": "758", + "loc_data": "{3189,3273,0,0,4}" + }, + { + "npc_id": "767", + "loc_data": "{3303,3511,0,0,1}-{3302,3514,0,0,1}" + }, + { + "npc_id": "780", + "loc_data": "{3151,3410,0,1,6}" + }, + { + "npc_id": "781", + "loc_data": "{3221,3434,0,1,0}" + }, + { + "npc_id": "782", + "loc_data": "{3150,3406,0,0,0}" + }, + { + "npc_id": "783", + "loc_data": "{3221,3435,0,1,0}" + }, + { + "npc_id": "784", + "loc_data": "{3155,3406,0,0,0}" + }, + { + "npc_id": "788", + "loc_data": "{2773,3187,0,0,6}" + }, + { + "npc_id": "789", + "loc_data": "{2811,3167,0,0,0}" + }, + { + "npc_id": "791", + "loc_data": "{2450,3056,0,0,0}" + }, + { + "npc_id": "792", + "loc_data": "{2774,3197,0,0,0}" + }, + { + "npc_id": "793", + "loc_data": "{2790,3189,0,1,1}" + }, + { + "npc_id": "794", + "loc_data": "{2793,3191,0,1,3}" + }, + { + "npc_id": "797", + "loc_data": "{2900,3511,1,1,6}" + }, + { + "npc_id": "799", + "loc_data": "{2778,3197,0,1,4}-{2777,3194,0,1,4}-{2777,3199,0,1,3}-{2771,3193,0,1,3}-{2761,3192,0,1,5}-{2775,3190,0,1,4}-{2803,3195,0,1,4}" + }, + { + "npc_id": "801", + "loc_data": "{3058,3485,0,1,6}" + }, + { + "npc_id": "802", + "loc_data": "{3046,3486,1,0,0}" + }, + { + "npc_id": "804", + "loc_data": "{2934,3285,1,1,0}" + }, + { + "npc_id": "805", + "loc_data": "{2936,3288,0,1,4}" + }, + { + "npc_id": "812", + "loc_data": "{2738,3473,0,0,1}-{2733,3473,0,0,1}" + }, + { + "npc_id": "820", + "loc_data": "{2697,3496,0,0,0}" + }, + { + "npc_id": "822", + "loc_data": "{3302,9466,0,1,6}" + }, + { + "npc_id": "827", + "loc_data": "{3273,9417,0,1,6}-{3289,9443,0,1,4}" + }, + { + "npc_id": "830", + "loc_data": "{3271,3028,0,1,4}" + }, + { + "npc_id": "831", + "loc_data": "{3291,3032,1,0,1}" + }, + { + "npc_id": "832", + "loc_data": "{3171,3025,0,1,4}" + }, + { + "npc_id": "833", + "loc_data": "{3167,3033,0,1,2}-{3170,3027,0,1,5}-{3174,3028,0,1,6}" + }, + { + "npc_id": "834", + "loc_data": "{3170,3045,0,0,3}" + }, + { + "npc_id": "836", + "loc_data": "{3304,3124,0,1,6}" + }, + { + "npc_id": "837", + "loc_data": "{3305,3121,0,1,0}-{3301,3120,0,1,1}-{3302,3123,0,1,6}-{3307,3125,0,1,1}" + }, + { + "npc_id": "838", + "loc_data": "{3306,3117,0,1,4}" + }, + { + "npc_id": "839", + "loc_data": "{3153,3035,0,1,3}" + }, + { + "npc_id": "841", + "loc_data": "{3288,3022,0,1,1}" + }, + { + "npc_id": "843", + "loc_data": "{2644,3274,0,1,3}-{2644,3276,0,1,5}-{2647,3271,0,1,6}" + }, + { + "npc_id": "844", + "loc_data": "{2683,3323,0,0,0}" + }, + { + "npc_id": "845", + "loc_data": "{2635,3311,0,0,0}" + }, + { + "npc_id": "846", + "loc_data": "{2787,3184,0,1,4}" + }, + { + "npc_id": "847", + "loc_data": "{3143,3447,0,1,5}" + }, + { + "npc_id": "848", + "loc_data": "{2480,3489,1,1,3}" + }, + { + "npc_id": "850", + "loc_data": "{2439,3502,1,0,4}" + }, + { + "npc_id": "851", + "loc_data": "{2449,3503,1,1,4}" + }, + { + "npc_id": "853", + "loc_data": "{2506,3115,0,1,3}" + }, + { + "npc_id": "854", + "loc_data": "{2511,3085,0,1,4}" + }, + { + "npc_id": "858", + "loc_data": "{2550,3032,0,0,0}-{2552,3033,0,0,0}-{2550,3030,0,0,0}-{2550,3032,0,0,0}" + }, + { + "npc_id": "860", + "loc_data": "{2503,3013,0,0,0}" + }, + { + "npc_id": "872", + "loc_data": "{2547,3117,2,1,3}-{2547,3112,2,1,6}-{2544,3114,2,1,3}-{2547,3118,2,1,3}" + }, + { + "npc_id": "877", + "loc_data": "{2536,3092,0,1,1}-{2534,3091,0,1,1}-{2550,3118,0,1,4}-{2543,3117,0,1,3}-{2546,3113,0,1,4}" + }, + { + "npc_id": "878", + "loc_data": "{2534,3092,0,1,1}" + }, + { + "npc_id": "881", + "loc_data": "{3112,3162,1,0,0}" + }, + { + "npc_id": "882", + "loc_data": "{3203,3424,0,0,6}" + }, + { + "npc_id": "883", + "loc_data": "{3204,3470,0,1,3}" + }, + { + "npc_id": "884", + "loc_data": "{3204,3495,2,1,6}" + }, + { + "npc_id": "885", + "loc_data": "{2565,3271,0,0,0}-{2573,3268,1,0,0}" + }, + { + "npc_id": "887", + "loc_data": "{2570,3275,0,1,3}" + }, + { + "npc_id": "888", + "loc_data": "{2565,3273,0,0,0}" + }, + { + "npc_id": "889", + "loc_data": "{2571,3270,0,0,0}" + }, + { + "npc_id": "890", + "loc_data": "{2569,3272,0,0,0}-{2573,3269,1,0,0}" + }, + { + "npc_id": "895", + "loc_data": "{2929,3456,0,1,4}" + }, + { + "npc_id": "902", + "loc_data": "{2535,4715,0,1,6}" + }, + { + "npc_id": "903", + "loc_data": "{2541,4715,0,1,3}" + }, + { + "npc_id": "904", + "loc_data": "{2507,4693,0,1,3}" + }, + { + "npc_id": "905", + "loc_data": "{2540,4719,0,1,6}" + }, + { + "npc_id": "912", + "loc_data": "{3101,3940,0,0,0}-{3109,3931,0,0,0}-{3109,3939,0,0,0}-{3097,3931,0,1,4}-{3098,3938,0,1,6}-{3113,3938,0,1,7}" + }, + { + "npc_id": "913", + "loc_data": "{3105,3931,0,0,0}-{3101,3929,0,0,1}-{3111,3939,0,1,6}-{3109,3926,0,1,1}" + }, + { + "npc_id": "914", + "loc_data": "{3099,3936,0,0,7}-{3104,3929,0,0,0}-{3110,3936,0,1,2}-{3096,3932,0,1,4}-{3113,3928,0,1,1}" + }, + { + "npc_id": "915", + "loc_data": "{3108,3264,0,1,2}" + }, + { + "npc_id": "916", + "loc_data": "{3122,3245,0,0,0}" + }, + { + "npc_id": "917", + "loc_data": "{3125,3250,0,1,6}-{3122,3249,0,1,6}" + }, + { + "npc_id": "918", + "loc_data": "{3048,3209,1,1,3}" + }, + { + "npc_id": "919", + "loc_data": "{3128,3245,0,1,4}" + }, + { + "npc_id": "920", + "loc_data": "{3123,3241,0,1,1}" + }, + { + "npc_id": "922", + "loc_data": "{3086,3261,0,1,7}" + }, + { + "npc_id": "923", + "loc_data": "{3302,3163,0,0,0}" + }, + { + "npc_id": "924", + "loc_data": "{3286,3180,0,0,0}" + }, + { + "npc_id": "925", + "loc_data": "{3267,3226,0,0,3}-{3266,3229,0,0,3}-{3269,3229,0,0,4}-{3268,3226,0,0,4}" + }, + { + "npc_id": "931", + "loc_data": "{2792,2929,0,0,0}-{2815,2935,0,0,0}-{2842,2935,0,0,0}-{2842,2929,0,0,0}" + }, + { + "npc_id": "933", + "loc_data": "{2725,3367,0,0,2}-{2725,3380,2,0,6}" + }, + { + "npc_id": "941", + "loc_data": "{2974,3620,0,1,3}-{2975,3609,0,1,3}-{2983,3614,0,1,3}-{3340,3678,0,1,1}-{3339,3695,0,1,6}-{3344,3705,0,1,3}-{3307,5462,0,1,0}-{3121,10085,0,1,0}" + }, + { + "npc_id": "942", + "loc_data": "{3074,3086,0,0,0}" + }, + { + "npc_id": "943", + "loc_data": "{3103,3096,0,0,0}" + }, + { + "npc_id": "944", + "loc_data": "{3107,9511,0,1,5}" + }, + { + "npc_id": "945", + "loc_data": "{3093,3107,0,0,0}" + }, + { + "npc_id": "946", + "loc_data": "{3141,3090,0,0,6}" + }, + { + "npc_id": "947", + "loc_data": "{3127,3124,0,0,3}" + }, + { + "npc_id": "948", + "loc_data": "{3084,9506,0,0,0}" + }, + { + "npc_id": "949", + "loc_data": "{3086,3122,0,0,0}" + }, + { + "npc_id": "952", + "loc_data": "{3101,3092,0,0,4}" + }, + { + "npc_id": "954", + "loc_data": "{3123,3107,0,1,5}" + }, + { + "npc_id": "955", + "loc_data": "{3176,3317,0,1,3}-{3169,3319,0,1,1}" + }, + { + "npc_id": "957", + "loc_data": "{3314,3241,0,0,1}-{3314,3240,1,0,0}" + }, + { + "npc_id": "958", + "loc_data": "{3383,3272,0,1,3}" + }, + { + "npc_id": "959", + "loc_data": "{3359,3272,0,1,5}" + }, + { + "npc_id": "960", + "loc_data": "{3370,3276,0,1,3}" + }, + { + "npc_id": "961", + "loc_data": "{3377,3276,0,1,4}" + }, + { + "npc_id": "962", + "loc_data": "{3362,3276,0,1,3}" + }, + { + "npc_id": "963", + "loc_data": "{3375,3274,0,1,2}" + }, + { + "npc_id": "970", + "loc_data": "{3082,3248,0,1,4}" + }, + { + "npc_id": "1005", + "loc_data": "{3057,3905,0,1,3}" + }, + { + "npc_id": "1013", + "loc_data": "{2544,2988,0,0,0}-{2532,2983,0,0,0}-{2549,2983,0,0,0}-{2545,2983,0,0,0}-{2528,2986,0,0,0}-{2550,2979,0,0,0}-{2522,2978,0,0,0}-{2523,2976,0,0,0}-{2526,2974,0,0,0}-{2593,2971,0,0,0}-{2594,2971,0,0,0}-{2596,2961,0,0,0}-{2598,2971,0,0,0}-{2599,2960,0,0,0}-{2598,2960,0,0,0}-{2603,2966,0,0,0}-{2603,2970,0,0,0}-{2598,2960,0,0,0}-{2596,2963,0,0,0}-{2595,2964,0,0,0}-{2594,2964,0,0,0}-{2601,2964,0,0,0}-{2598,2969,0,0,0}-{2604,2971,0,0,0}-{2601,2972,0,0,0}-{2544,2904,0,0,0}-{2548,2990,0,0,0}-{2552,2988,0,0,0}-{2548,2979,0,0,0}-{2547,2991,0,0,0}-{2525,2975,0,0,0}-{2464,2912,0,0,0}" + }, + { + "npc_id": "1017", + "loc_data": "{3198,3359,0,1,0}-{3231,3296,0,1,6}-{3233,3300,0,1,4}-{3235,3293,0,1,3}-{3232,3288,0,1,0}-{3234,3298,0,1,6}-{2785,3069,0,1,4}-{2800,3072,0,1,6}-{3234,3297,0,1,3}-{3234,3292,0,1,4}-{3235,3289,0,1,1}-{2677,3656,0,1,2}-{2672,3654,0,1,2}-{2676,3652,0,1,4}-{2681,3652,0,1,4}-{2675,3652,0,1,3}" + }, + { + "npc_id": "1019", + "loc_data": "{3187,5555,0,1,4}-{3213,9377,0,1,3}-{3209,9397,0,1,4}-{3245,9401,0,1,6}-{3237,9402,0,1,2}-{3207,9349,0,1,3}-{3220,9347,0,1,6}-{3233,9359,0,1,4}-{3235,9354,0,0,6}-{3259,9370,0,1,1}-{3258,9387,0,1,6}-{3278,9368,0,1,5}-{3271,9359,0,1,3}-{3287,9359,0,1,5}-{3301,9394,0,1,5}-{3318,9352,0,1,5}-{3190,5563,0,1,1}-{3193,5555,0,1,3}" + }, + { + "npc_id": "1019", + "loc_data": "{2707,9880,0,1,0}-{2711,9876,0,1,0}-{2712,9871,0,1,0}-{2715,9874,0,1,0}-{2720,9871,0,1,0}-{2717,9880,0,1,0}-{2722,9879,0,1,0}-{2723,9875,0,1,0}" + }, + { + "npc_id": "1020", + "loc_data": "{2697,9913,0,1,0}-{2695,9907,0,1,0}-{2693,9901,0,1,0}-{2701,9902,0,1,0}-{2704,9908,0,1,0}-{2694,9889,0,1,0}-{2694,9879,0,1,0}-{2699,9875,0,1,0}-{2700,9869,0,1,0}-{2695,9870,0,1,0}" + }, + { + "npc_id": "1021", + "loc_data": "{2733,9882,0,1,0}-{2732,9888,0,1,0}-{2738,9889,0,1,0}-{2732,9892,0,1,0}-{2738,9894,0,1,0}-{2734,9896,0,1,0}" + }, + { + "npc_id": "1022", + "loc_data": "{2714,9904,0,1,0}-{2718,9906,0,1,0}-{2717,9902,0,1,0}-{2720,9904,0,1,0}-{2724,9903,0,1,0}-{2727,9905,0,1,0}-{2726,9907,0,1,0}" + }, + { + "npc_id": "1027", + "loc_data": "{3278,3155,0,0,0}-{2354,3608,0,0,0}" + }, + { + "npc_id": "1028", + "loc_data": "{2778,3436,0,0,0}" + }, + { + "npc_id": "1029", + "loc_data": "{2920,3499,0,0,0}-{2784,3480,0,0,0}" + }, + { + "npc_id": "1030", + "loc_data": "{2768,3470,0,0,0}-{2843,3155,0,0,0}" + }, + { + "npc_id": "1032", + "loc_data": "{2865,3504,0,0,0}" + }, + { + "npc_id": "1033", + "loc_data": "{2606,2967,0,0,0}" + }, + { + "npc_id": "1035", + "loc_data": "{2599,2954,0,0,0}" + }, + { + "npc_id": "1036", + "loc_data": "{3514,3479,1,0,0}-{3514,3481,1,0,0}-{3514,3481,0,0,3}-{3514,3479,0,0,3}" + }, + { + "npc_id": "1037", + "loc_data": "{2435,3412,0,1,3}" + }, + { + "npc_id": "1038", + "loc_data": "{3507,3496,1,1,1}-{3508,3494,0,1,1}" + }, + { + "npc_id": "1039", + "loc_data": "{3499,3506,1,1,5}-{3500,3505,0,1,5}" + }, + { + "npc_id": "1040", + "loc_data": "{3475,3494,0,1,6}" + }, + { + "npc_id": "1041", + "loc_data": "{3490,3503,1,0,0}-{3490,3500,0,1,4}" + }, + { + "npc_id": "1042", + "loc_data": "{3495,3469,0,1,3}" + }, + { + "npc_id": "1043", + "loc_data": "{3459,3457,0,0,0}-{3460,3462,0,0,0}-{3462,3459,0,0,0}-{3463,3490,0,0,0}-{3464,3511,0,0,0}-{3465,3466,0,0,0}-{3466,3495,0,0,0}-{3466,3497,0,0,0}-{3467,3485,0,0,0}-{3467,3497,0,0,0}-{3467,3509,0,0,0}-{3469,3470,0,0,0}-{3470,3469,0,0,0}-{3471,3477,0,0,0}-{3474,3505,0,0,0}-{3476,3507,0,0,0}-{3479,3511,0,0,0}-{3480,3468,0,0,0}-{3480,3470,0,0,0}-{3482,3469,0,0,0}-{3483,3511,0,0,0}-{3484,3464,0,0,0}-{3485,3509,0,0,0}-{3490,3461,0,0,0}-{3491,3460,0,0,0}-{3494,3461,0,0,0}-{3494,3512,0,0,0}-{3498,3461,0,0,0}-{3499,3513,0,0,0}-{3501,3513,0,0,0}-{3502,3464,0,0,0}-{3504,3463,0,0,0}-{3506,3512,0,0,0}-{3506,3515,0,0,0}-{3507,3515,0,0,0}-{3509,3512,0,0,0}-{3511,3488,0,0,0}-{3513,3467,0,0,0}-{3513,3487,0,0,0}-{3513,3489,0,0,0}-{3513,3503,0,0,0}-{3514,3490,0,0,0}-{3515,3495,0,0,0}-{3515,3499,0,0,0}-{3516,3469,0,0,0}" + }, + { + "npc_id": "1044", + "loc_data": "{3408,3484,0,1,6}-{3408,3493,0,1,1}-{3410,3489,1,1,3}-{3412,3487,1,1,4}" + }, + { + "npc_id": "1045", + "loc_data": "{3413,3489,0,1,3}-{3409,3485,1,1,4}-{3413,3489,1,1,1}-{3213,3476,0,1,3}" + }, + { + "npc_id": "1046", + "loc_data": "{3409,3489,0,1,4}-{3413,3485,0,1,4}-{3414,3491,1,1,6}" + }, + { + "npc_id": "1047", + "loc_data": "{3415,3489,2,0,0}" + }, + { + "npc_id": "1048", + "loc_data": "{3437,3486,0,0,0}" + }, + { + "npc_id": "1049", + "loc_data": "{3440,9895,0,0,0}" + }, + { + "npc_id": "1054", + "loc_data": "{3444,3459,0,0,0}" + }, + { + "npc_id": "1055", + "loc_data": "{2811,3191,0,0,0}" + }, + { + "npc_id": "1060", + "loc_data": "{2898,3528,0,0,1}" + }, + { + "npc_id": "1061", + "loc_data": "{2898,3532,0,0,4}" + }, + { + "npc_id": "1062", + "loc_data": "{2893,3540,0,0,3}" + }, + { + "npc_id": "1063", + "loc_data": "{2900,3531,0,0,7}-{2900,3533,0,0,7}" + }, + { + "npc_id": "1064", + "loc_data": "{2895,3537,0,0,5}-{2894,3537,0,0,5}-{2893,3537,0,0,5}-{2892,3537,0,0,5}-{2891,3537,0,0,3}-{2891,3538,0,0,3}-{2892,3538,0,0,3}-{2893,3538,0,0,3}-{2894,3538,0,0,3}-{2895,3538,0,0,3}" + }, + { + "npc_id": "1065", + "loc_data": "{2889,3529,0,1,1}-{2904,3538,0,1,6}-{2882,3531,0,1,4}-{2903,3544,0,1,4}-{2911,3542,0,1,4}-{2906,3540,0,1,3}" + }, + { + "npc_id": "1066", + "loc_data": "{2892,3532,0,0,4}" + }, + { + "npc_id": "1067", + "loc_data": "{2893,3533,0,0,6}" + }, + { + "npc_id": "1068", + "loc_data": "{2894,3532,0,0,3}" + }, + { + "npc_id": "1069", + "loc_data": "{2840,3589,0,0,3}" + }, + { + "npc_id": "1070", + "loc_data": "{2269,4758,0,1,3}" + }, + { + "npc_id": "1071", + "loc_data": "{2820,3554,0,1,1}" + }, + { + "npc_id": "1072", + "loc_data": "{2897,3569,0,0,0}-{2893,3565,0,0,0}" + }, + { + "npc_id": "1073", + "loc_data": "{2900,3549,0,0,3}" + }, + { + "npc_id": "1074", + "loc_data": "{2897,3549,0,0,5}" + }, + { + "npc_id": "1076", + "loc_data": "{2900,3556,0,0,1}-{2897,3565,0,1,4}" + }, + { + "npc_id": "1077", + "loc_data": "{2897,3556,0,0,5}" + }, + { + "npc_id": "1079", + "loc_data": "{2906,3537,0,1,5}" + }, + { + "npc_id": "1081", + "loc_data": "{2896,3562,0,0,0}-{2891,3568,0,0,0}" + }, + { + "npc_id": "1082", + "loc_data": "{2919,3576,0,0,0}" + }, + { + "npc_id": "1083", + "loc_data": "{2931,3546,0,1,3}" + }, + { + "npc_id": "1084", + "loc_data": "{2915,3549,0,0,0}" + }, + { + "npc_id": "1085", + "loc_data": "{2921,3558,0,1,6}" + }, + { + "npc_id": "1086", + "loc_data": "{2965,3262,0,1,4}" + }, + { + "npc_id": "1087", + "loc_data": "{2911,3540,0,0,7}" + }, + { + "npc_id": "1088", + "loc_data": "{2918,3545,0,0,0}" + }, + { + "npc_id": "1089", + "loc_data": "{2919,3529,0,0,0}" + }, + { + "npc_id": "1090", + "loc_data": "{2931,3566,0,1,1}" + }, + { + "npc_id": "1093", + "loc_data": "{2817,3560,0,1,3}" + }, + { + "npc_id": "1096", + "loc_data": "{2852,3591,0,1,7}" + }, + { + "npc_id": "1097", + "loc_data": "{2858,3596,0,1,4}" + }, + { + "npc_id": "1098", + "loc_data": "{2868,3591,0,1,6}" + }, + { + "npc_id": "1099", + "loc_data": "{2857,3589,0,0,0}-{2857,3589,0,0,0}" + }, + { + "npc_id": "1100", + "loc_data": "{2859,3589,0,0,0}-{2859,3589,0,0,0}" + }, + { + "npc_id": "1101", + "loc_data": "{2851,3598,0,0,0}-{2854,3600,0,0,0}" + }, + { + "npc_id": "1106", + "loc_data": "{2864,3594,0,1,1}-{2881,3592,0,1,5}-{2857,3587,0,1,7}-{2855,3596,0,1,4}-{2827,10078,1,1,6}-{2925,3626,0,1,0}-{2843,3682,0,1,1}" + }, + { + "npc_id": "1107", + "loc_data": "{2874,3595,0,1,3}-{2875,3596,0,1,1}-{2873,3598,0,1,1}-{2836,10088,1,1,5}-{2845,3674,0,1,4}" + }, + { + "npc_id": "1108", + "loc_data": "{2878,3592,0,1,6}-{2861,3586,0,1,6}-{2855,10058,2,1,4}-{2852,3673,0,1,2}" + }, + { + "npc_id": "1109", + "loc_data": "{2875,3588,0,1,1}-{2883,3586,0,1,6}-{2825,10087,1,1,3}-{2836,10080,1,1,6}-{2784,10040,2,1,3}-{2920,3627,0,1,0}-{2923,10029,0,1,7}-{2851,3667,0,1,3}" + }, + { + "npc_id": "1110", + "loc_data": "{2883,3591,0,1,4}-{2869,3594,0,1,3}-{2861,3587,0,1,4}-{2872,3594,0,1,5}-{2829,10080,1,1,6}-{2836,10097,2,1,4}-{2852,10110,2,1,4}" + }, + { + "npc_id": "1111", + "loc_data": "{2863,3588,0,1,6}-{2865,3591,0,1,0}-{2866,3598,0,1,1}-{2840,10101,1,1,4}-{2857,10055,2,1,3}-{2836,10090,2,1,1}-{2925,10033,0,1,6}-{2855,3685,0,1,1}" + }, + { + "npc_id": "1112", + "loc_data": "{2867,3595,0,1,6}-{2871,3597,0,1,4}-{2832,10089,1,1,1}-{2836,10077,2,1,1}-{2925,10030,0,1,1}" + }, + { + "npc_id": "1113", + "loc_data": "{2831,10083,0,0,0}" + }, + { + "npc_id": "1114", + "loc_data": "{2826,10078,0,0,0}" + }, + { + "npc_id": "1115", + "loc_data": "{2832,10088,2,0,0}" + }, + { + "npc_id": "1116", + "loc_data": "{2824,10073,2,0,0}" + }, + { + "npc_id": "1117", + "loc_data": "{2829,10101,2,0,0}" + }, + { + "npc_id": "1118", + "loc_data": "{2920,3613,0,0,0}" + }, + { + "npc_id": "1119", + "loc_data": "{2930,3614,0,0,0}" + }, + { + "npc_id": "1120", + "loc_data": "{2927,3608,0,0,0}" + }, + { + "npc_id": "1121", + "loc_data": "{2930,3600,0,0,0}" + }, + { + "npc_id": "1122", + "loc_data": "{2918,3604,0,0,0}" + }, + { + "npc_id": "1123", + "loc_data": "{2914,3603,0,0,0}" + }, + { + "npc_id": "1124", + "loc_data": "{2925,3600,0,0,0}" + }, + { + "npc_id": "1125", + "loc_data": "{2916,3610,0,0,0}" + }, + { + "npc_id": "1128", + "loc_data": "{2833,10080,0,0,0}" + }, + { + "npc_id": "1129", + "loc_data": "{2833,10084,0,0,0}" + }, + { + "npc_id": "1131", + "loc_data": "{2905,3694,0,0,1}" + }, + { + "npc_id": "1132", + "loc_data": "{2901,3697,0,0,1}" + }, + { + "npc_id": "1133", + "loc_data": "{2895,3699,0,0,1}" + }, + { + "npc_id": "1134", + "loc_data": "{2891,3699,0,0,1}" + }, + { + "npc_id": "1135", + "loc_data": "{2843,10057,1,0,0}" + }, + { + "npc_id": "1136", + "loc_data": "{2840,10056,1,0,0}" + }, + { + "npc_id": "1137", + "loc_data": "{2847,10056,1,0,0}" + }, + { + "npc_id": "1138", + "loc_data": "{2826,10083,1,1,0}-{2837,10083,2,1,1}-{2909,3639,0,1,3}-{2923,10031,0,1,3}" + }, + { + "npc_id": "1140", + "loc_data": "{2856,10054,1,0,0}-{2860,10057,1,0,0}-{2898,3688,0,0,0}-{2819,3586,0,1,4}" + }, + { + "npc_id": "1141", + "loc_data": "{2857,10059,1,0,0}-{2857,10057,1,0,0}" + }, + { + "npc_id": "1142", + "loc_data": "{2851,10089,0,1,1}-{2854,10092,0,1,3}" + }, + { + "npc_id": "1143", + "loc_data": "{2850,10088,0,1,3}-{2854,10086,0,1,6}" + }, + { + "npc_id": "1144", + "loc_data": "{2856,10089,0,1,4}-{2858,10089,0,1,6}" + }, + { + "npc_id": "1146", + "loc_data": "{2864,10081,0,1,7}" + }, + { + "npc_id": "1147", + "loc_data": "{2853,10076,0,1,5}" + }, + { + "npc_id": "1148", + "loc_data": "{2858,10082,0,1,3}" + }, + { + "npc_id": "1149", + "loc_data": "{2861,10085,0,1,2}" + }, + { + "npc_id": "1150", + "loc_data": "{2857,10075,0,1,1}" + }, + { + "npc_id": "1151", + "loc_data": "{2845,10058,1,0,0}" + }, + { + "npc_id": "1153", + "loc_data": "{3489,9509,2,1,4}-{3499,9515,2,1,6}-{3505,9527,2,1,5}-{3510,9521,2,1,1}-{3490,9526,2,1,3}-{3475,9524,2,1,5}-{3465,9505,2,1,1}-{3479,9501,2,1,3}-{3487,9491,2,1,3}" + }, + { + "npc_id": "1154", + "loc_data": "{3472,9501,2,1,3}-{3495,9494,2,1,4}-{3479,9484,2,1,1}-{3500,9477,2,1,6}" + }, + { + "npc_id": "1155", + "loc_data": "{3468,9486,2,1,0}-{3467,9480,2,1,1}-{3505,9496,2,1,6}-{3513,9496,2,1,7}" + }, + { + "npc_id": "1157", + "loc_data": "{3480,9508,0,1,0}-{3495,9505,0,1,2}-{3492,9490,0,1,1}-{3472,9497,0,1,6}" + }, + { + "npc_id": "1158", + "loc_data": "{3484,9491,0,1,2}" + }, + { + "npc_id": "1161", + "loc_data": "{3487,9526,2,1,5}-{3474,9519,2,1,1}-{3465,9512,2,1,0}-{3489,9501,2,1,4}-{3494,9501,2,1,3}-{3480,9489,2,1,6}-{3483,9477,2,1,3}-{3494,9476,2,1,3}-{3473,9487,0,1,3}-{3476,9496,0,1,6}-{3473,9501,0,1,7}-{3481,9504,0,1,6}-{3488,9514,0,1,6}-{3497,9501,0,1,3}-{3486,9490,0,1,0}" + }, + { + "npc_id": "1162", + "loc_data": "{2781,3088,1,1,0}" + }, + { + "npc_id": "1171", + "loc_data": "{2766,3168,0,1,6}" + }, + { + "npc_id": "1172", + "loc_data": "{2909,3086,0,0,0}" + }, + { + "npc_id": "1174", + "loc_data": "{2792,3015,0,0,0}-{2792,3019,0,0,0}-{2801,3010,0,0,0}-{2801,3010,0,0,4}" + }, + { + "npc_id": "1176", + "loc_data": "{2928,3112,0,0,0}" + }, + { + "npc_id": "1177", + "loc_data": "{2912,3119,0,0,0}" + }, + { + "npc_id": "1178", + "loc_data": "{2768,3165,0,0,0}" + }, + { + "npc_id": "1179", + "loc_data": "{2941,3100,0,1,6}" + }, + { + "npc_id": "1180", + "loc_data": "{2916,3110,0,1,7}" + }, + { + "npc_id": "1181", + "loc_data": "{2902,3101,0,1,1}-{2922,3105,0,1,6}" + }, + { + "npc_id": "1192", + "loc_data": "{2924,3506,0,1,0}-{2927,3498,0,0,0}-{2297,3176,0,1,6}" + }, + { + "npc_id": "1193", + "loc_data": "{2297,3176,0,1,6}" + }, + { + "npc_id": "1194", + "loc_data": "{2298,3177,0,1,4}" + }, + { + "npc_id": "1195", + "loc_data": "{3228,3501,0,1,5}-{3023,4504,0,1,4}-{2216,3174,0,1,4}-{2294,3155,0,1,3}" + }, + { + "npc_id": "1196", + "loc_data": "{3025,4506,0,1,5}-{3023,4504,0,1,4}-{2212,3174,0,1,3}-{2294,3152,0,1,1}" + }, + { + "npc_id": "1198", + "loc_data": "{2296,3192,0,1,2}" + }, + { + "npc_id": "1199", + "loc_data": "{2262,3151,0,1,0}-{2194,3255,0,0,6}" + }, + { + "npc_id": "1201", + "loc_data": "{2264,3147,0,1,1}-{2266,3145,0,1,4}-{2198,3250,0,0,6}-{2203,3250,0,0,4}" + }, + { + "npc_id": "1202", + "loc_data": "{2352,3172,0,1,4}" + }, + { + "npc_id": "1203", + "loc_data": "{2189,3155,0,0,1}-{2183,3156,0,1,4}-{2194,3156,0,1,6}-{2182,3148,0,1,4}-{2179,3137,0,1,3}-{2189,3136,0,1,3}-{2182,3146,0,1,3}-{2187,3172,0,0,1}-{2180,3180,0,1,1}" + }, + { + "npc_id": "1205", + "loc_data": "{3054,3254,0,0,0}" + }, + { + "npc_id": "1206", + "loc_data": "{2185,3144,0,0,4}" + }, + { + "npc_id": "1207", + "loc_data": "{3055,3254,0,0,0}" + }, + { + "npc_id": "1208", + "loc_data": "{2194,3140,0,1,5}" + }, + { + "npc_id": "1213", + "loc_data": "{2914,3418,0,0,6}" + }, + { + "npc_id": "1215", + "loc_data": "{2612,3287,0,0,0}-{2613,3287,0,0,0}" + }, + { + "npc_id": "1216", + "loc_data": "{2611,3285,0,0,0}" + }, + { + "npc_id": "1217", + "loc_data": "{3000,3386,0,1,0}-{3019,3368,0,1,0}" + }, + { + "npc_id": "1218", + "loc_data": "{3412,3512,0,1,4}-{3412,3515,0,1,1}-{3413,3514,0,1,6}-{3414,3512,0,1,5}-{3415,3518,0,1,5}-{3416,3509,0,1,7}-{3416,3511,0,1,4}-{3417,3518,0,1,4}-{3418,3509,0,1,4}-{3419,3512,0,1,7}-{3420,3517,0,1,7}-{3420,3518,0,1,6}-{3423,3461,0,1,5}-{3426,3465,0,1,4}-{3427,3463,0,1,5}-{3428,3458,0,1,4}-{3428,3465,0,1,2}-{3430,3462,0,1,1}-{3430,3467,0,1,3}-{3433,3458,0,1,1}-{3433,3468,0,1,4}-{3434,3464,0,1,6}" + }, + { + "npc_id": "1219", + "loc_data": "{3292,5455,0,1,3}-{3295,5452,0,1,0}-{3290,5448,0,1,4}" + }, + { + "npc_id": "1220", + "loc_data": "{3600,3491,0,1,2}-{3598,3498,0,1,4}-{3600,3496,0,1,0}-{3600,3496,0,1,6}-{3602,3494,0,1,1}-{3597,3490,0,1,6}-{3595,3497,0,1,4}-{3605,3491,0,1,4}-{3604,3495,0,1,0}" + }, + { + "npc_id": "1227", + "loc_data": "{3424,3318,0,1,0}-{3423,3312,0,1,4}-{3507,3435,0,1,4}-{3484,3456,0,1,0}-{3486,3458,0,1,4}-{3511,3455,0,1,0}-{3508,3420,0,1,3}-{3508,3420,0,1,4}-{3506,3402,0,1,7}-{3494,3388,0,1,0}-{3502,3392,0,1,3}" + }, + { + "npc_id": "1228", + "loc_data": "{3420,3302,0,1,1}-{3424,3296,0,1,4}-{3509,3440,0,1,4}-{3518,3454,0,1,1}-{3504,3406,0,1,4}-{3497,3404,0,1,1}" + }, + { + "npc_id": "1229", + "loc_data": "{3421,3302,0,1,4}-{3417,3291,0,1,4}-{3423,3288,0,1,4}-{3418,3284,0,1,6}-{3427,3298,0,1,3}-{3431,3303,0,1,1}-{3432,3311,0,1,1}-{3492,3457,0,1,1}-{3502,3455,0,1,2}-{3516,3415,0,1,4}-{3511,3401,0,1,1}" + }, + { + "npc_id": "1230", + "loc_data": "{3419,3280,0,1,4}-{3421,3277,0,1,4}-{3431,3275,0,1,3}-{3428,3314,0,1,1}-{3436,3318,0,1,5}-{3434,3322,0,1,6}-{3496,3447,0,1,7}-{3520,3437,0,1,4}" + }, + { + "npc_id": "1231", + "loc_data": "{3426,3271,0,1,4}-{3435,3268,0,1,7}-{3443,3266,0,1,7}-{3442,3319,0,1,1}-{3445,3318,0,1,6}-{3518,3397,0,1,4}-{3519,3408,0,1,2}-{3516,3410,0,1,2}-{3489,3391,0,1,2}-{3487,3409,0,1,3}" + }, + { + "npc_id": "1232", + "loc_data": "{3441,3265,0,1,5}-{3438,3277,0,1,7}-{3438,3283,0,1,4}-{3439,3315,0,1,3}-{3439,3310,0,1,1}-{3435,3302,0,1,3}-{3508,3420,0,1,1}-{3514,3415,0,1,7}-{3525,3417,0,1,3}" + }, + { + "npc_id": "1233", + "loc_data": "{3432,3285,0,1,4}-{3434,3288,0,1,5}-{3428,3290,0,1,3}-{3440,3295,0,1,4}-{3436,3288,0,1,1}-{3446,3289,0,1,3}-{3514,3415,0,1,6}-{3509,3415,0,1,1}-{3516,3402,0,1,2}-{3492,3393,0,1,7}-{3493,3401,0,1,6}-{3487,3406,0,1,3}" + }, + { + "npc_id": "1234", + "loc_data": "{3446,3282,0,1,1}-{3446,3298,0,1,3}-{3449,3304,0,1,1}-{3493,3454,0,1,2}-{3493,3454,0,1,0}-{3518,3454,0,1,2}-{3519,3441,0,1,7}-{3506,3417,0,1,5}-{3519,3401,0,1,2}-{3499,3420,0,1,3}-{3520,3412,0,1,0}-{3516,3410,0,1,7}-{3513,3383,0,1,0}-{3491,3388,0,1,3}" + }, + { + "npc_id": "1235", + "loc_data": "{3425,3306,0,1,1}-{3442,3303,0,1,3}-{3437,3299,0,1,1}-{3422,3321,0,1,1}-{3486,3458,0,1,7}-{3503,3420,0,1,3}-{3514,3398,0,1,4}-{3524,3419,0,1,1}-{3509,3386,0,1,2}" + }, + { + "npc_id": "1239", + "loc_data": "{3166,3033,0,1,1}-{3174,3043,0,1,6}-{3177,3041,0,1,4}-{3176,3038,0,1,4}-{3177,3035,0,1,7}-{3183,3035,0,1,6}-{3182,3032,0,1,6}" + }, + { + "npc_id": "1240", + "loc_data": "{3502,3288,0,1,4}-{3505,3284,0,1,4}-{3490,3292,0,1,4}-{3502,3300,0,1,4}-{3492,3303,0,1,4}-{3516,3303,0,1,4}-{3478,3281,0,1,4}-{3473,3273,0,1,4}-{3469,3288,0,1,4}-{3469,3304,0,1,4}" + }, + { + "npc_id": "1251", + "loc_data": "{3474,3309,0,1,5}-{3486,3277,0,1,4}-{3496,3289,0,0,3}" + }, + { + "npc_id": "1253", + "loc_data": "{3488,3297,0,0,6}" + }, + { + "npc_id": "1257", + "loc_data": "{3490,3290,0,0,3}-{3487,3303,0,1,5}-{3496,3296,0,1,4}-{3479,3303,0,1,4}-{3498,3282,0,1,3}-{3473,3281,0,1,3}-{3478,3308,0,1,1}" + }, + { + "npc_id": "1258", + "loc_data": "{3488,3287,0,1,1}-{3501,3285,0,1,5}-{3478,3274,0,1,4}-{3497,3283,0,1,1}" + }, + { + "npc_id": "1261", + "loc_data": "{3492,3300,0,1,4}-{3498,3300,0,1,5}-{3487,3302,0,1,6}-{3497,3299,0,1,5}-{3488,3273,0,1,6}" + }, + { + "npc_id": "1262", + "loc_data": "{3487,3283,0,1,1}-{3477,3300,0,1,4}-{3497,3276,0,1,1}-{3502,3279,0,1,1}-{3481,3296,0,1,2}" + }, + { + "npc_id": "1263", + "loc_data": "{3108,3160,1,1,1}" + }, + { + "npc_id": "1266", + "loc_data": "{2680,3719,0,0,7}-{2684,3722,0,0,1}-{2684,3726,0,0,1}-{2678,3728,0,0,2}-{2673,3728,0,0,0}-{2670,3724,0,0,3}-{2671,3726,0,0,2}-{2679,3731,0,0,2}-{2684,3729,0,0,6}-{2688,3721,0,0,1}-{2693,3715,0,0,5}-{2699,3715,0,0,2}-{2706,3711,0,0,1}-{2712,3718,0,0,5}-{2716,3721,0,0,7}-{2722,3726,0,0,1}-{2525,3763,0,0,7}-{2508,3762,0,0,0}-{2510,3755,0,0,2}-{2523,3756,0,0,1}-{2532,3752,0,0,0}-{2529,3755,0,0,1}-{2528,3739,0,0,6}-{2529,3730,0,0,0}-{2518,3724,0,0,1}-{2508,3723,0,0,1}-{2525,3718,0,0,1}-{2549,3733,0,0,3}" + }, + { + "npc_id": "1268", + "loc_data": "{2681,3716,0,0,2}-{2678,3721,0,0,2}-{2684,3719,0,0,1}-{2699,3719,0,0,4}-{2701,3717,0,0,2}-{2707,3719,0,0,0}-{2700,3726,0,0,2}-{2695,3713,0,0,2}-{2716,3718,0,0,5}-{2706,3713,0,0,2}-{2537,3761,0,0,7}-{2537,3761,0,0,7}-{2528,3767,0,0,3}-{2526,3753,0,0,2}-{2513,3755,0,0,3}-{2505,3753,0,0,3}-{2530,3751,0,0,1}-{2527,3755,0,0,1}-{2532,3758,0,0,6}-{2532,3751,0,0,3}-{2530,3738,0,0,2}-{2531,3729,0,0,0}-{2523,3723,0,0,1}-{2520,3722,0,0,3}-{2515,3720,0,0,3}-{2505,3724,0,0,4}-{2505,3729,0,0,6}-{2535,3717,0,0,4}-{2536,3724,0,0,1}-{2543,3729,0,0,6}-{2550,3734,0,0,1}-{2552,3747,0,0,6}-{2552,3752,0,0,6}" + }, + { + "npc_id": "1269", + "loc_data": "{2672,3683,0,1,3}" + }, + { + "npc_id": "1270", + "loc_data": "{2770,3624,0,0,0}" + }, + { + "npc_id": "1274", + "loc_data": "{2660,3680,0,0,6}" + }, + { + "npc_id": "1275", + "loc_data": "{2657,3680,0,0,6}" + }, + { + "npc_id": "1276", + "loc_data": "{2658,3679,0,0,6}" + }, + { + "npc_id": "1277", + "loc_data": "{2659,3678,0,0,6}" + }, + { + "npc_id": "1278", + "loc_data": "{2659,3664,0,1,3}" + }, + { + "npc_id": "1281", + "loc_data": "{2661,3651,0,1,3}" + }, + { + "npc_id": "1282", + "loc_data": "{2640,3681,0,1,4}" + }, + { + "npc_id": "1283", + "loc_data": "{2647,3660,0,1,5}" + }, + { + "npc_id": "1284", + "loc_data": "{2658,3673,0,1,1}" + }, + { + "npc_id": "1285", + "loc_data": "{2657,3669,0,1,1}" + }, + { + "npc_id": "1286", + "loc_data": "{2656,3676,0,1,1}" + }, + { + "npc_id": "1287", + "loc_data": "{2652,3588,0,1,1}" + }, + { + "npc_id": "1288", + "loc_data": "{2634,3667,0,1,1}" + }, + { + "npc_id": "1289", + "loc_data": "{2667,3692,0,1,1}" + }, + { + "npc_id": "1294", + "loc_data": "{2658,3673,0,1,7}" + }, + { + "npc_id": "1296", + "loc_data": "{2660,3663,0,0,6}-{2657,3663,0,0,6}" + }, + { + "npc_id": "1298", + "loc_data": "{2663,3646,0,0,6}" + }, + { + "npc_id": "1299", + "loc_data": "{2660,3646,0,0,6}" + }, + { + "npc_id": "1300", + "loc_data": "{2662,3674,0,1,1}" + }, + { + "npc_id": "1301", + "loc_data": "{2623,3675,0,1,6}" + }, + { + "npc_id": "1302", + "loc_data": "{2641,3699,0,0,4}" + }, + { + "npc_id": "1303", + "loc_data": "{2664,3692,0,1,3}" + }, + { + "npc_id": "1304", + "loc_data": "{2582,3845,0,0,3}" + }, + { + "npc_id": "1305", + "loc_data": "{2643,3676,0,1,7}" + }, + { + "npc_id": "1306", + "loc_data": "{2674,3677,0,1,6}" + }, + { + "npc_id": "1307", + "loc_data": "{2658,3673,0,1,7}" + }, + { + "npc_id": "1308", + "loc_data": "{2672,3662,0,1,3}" + }, + { + "npc_id": "1309", + "loc_data": "{2667,3653,0,1,3}" + }, + { + "npc_id": "1310", + "loc_data": "{2667,3701,0,1,4}" + }, + { + "npc_id": "1311", + "loc_data": "{2655,3651,0,1,3}" + }, + { + "npc_id": "1312", + "loc_data": "{2639,3651,0,1,6}" + }, + { + "npc_id": "1313", + "loc_data": "{2626,3653,0,1,5}" + }, + { + "npc_id": "1314", + "loc_data": "{2675,3677,0,1,3}" + }, + { + "npc_id": "1315", + "loc_data": "{2646,3675,0,1,3}" + }, + { + "npc_id": "1317", + "loc_data": "{2632,3677,0,1,2}-{2641,3682,0,1,3}-{2643,3675,0,1,6}-{2643,3674,0,1,4}-{2646,3668,0,1,3}-{2651,3669,0,1,3}-{2648,3688,0,1,4}-{2656,3692,0,1,1}" + }, + { + "npc_id": "1318", + "loc_data": "{2671,3658,0,1,2}-{2638,3648,0,1,3}-{2626,3658,0,1,4}-{2626,3668,0,1,1}-{2613,3668,0,1,3}-{2630,3673,0,1,7}-{2635,3680,0,1,4}-{2644,3675,0,1,5}-{2642,3681,0,1,3}-{2631,3678,0,1,6}-{2661,3698,0,1,1}-{2663,3687,0,1,3}-{2673,3695,0,1,3}-{2674,3710,0,1,1}-{2676,3693,0,1,3}-{2675,3685,0,1,4}-{2669,3677,0,1,1}-{2667,3670,0,1,2}-{2675,3670,0,1,4}-{2679,3685,0,1,2}-{2667,3671,0,1,3}-{2666,3663,0,1,6}-{2688,3659,0,1,2}-{2658,3657,0,1,4}-{2684,3649,0,1,4}-{2679,3649,0,1,4}-{2646,3664,0,1,4}-{2646,3655,0,1,1}-{2637,3655,0,1,3}-{2667,3658,0,1,3}" + }, + { + "npc_id": "1320", + "loc_data": "{2738,3636,0,1,7}-{2739,3636,0,1,7}-{2738,3637,0,1,4}-{2735,3637,0,1,3}" + }, + { + "npc_id": "1321", + "loc_data": "{2736,3642,0,1,4}-{2744,3638,0,1,4}" + }, + { + "npc_id": "1329", + "loc_data": "{3073,3640,0,0,0}" + }, + { + "npc_id": "1334", + "loc_data": "{2510,3644,1,1,3}" + }, + { + "npc_id": "1338", + "loc_data": "{3151,5559,0,1,2}-{3157,5548,0,1,3}-{3155,5553,0,1,4}-{3145,5559,0,1,6}-{3152,5556,0,1,3}-{3149,5544,0,1,0}-{3145,5548,0,1,3}" + }, + { + "npc_id": "1339", + "loc_data": "{3153,5547,0,1,0}-{3150,5545,0,1,1}" + }, + { + "npc_id": "1340", + "loc_data": "{3147,5557,0,1,3}-{3154,5559,0,1,4}" + }, + { + "npc_id": "1343", + "loc_data": "{3145,5548,0,1,6}" + }, + { + "npc_id": "1359", + "loc_data": "{2612,3875,1,1,6}" + }, + { + "npc_id": "1360", + "loc_data": "{2620,3896,0,0,3}" + }, + { + "npc_id": "1369", + "loc_data": "{2165,3276,0,1,0}" + }, + { + "npc_id": "1373", + "loc_data": "{2500,3860,1,1,4}" + }, + { + "npc_id": "1374", + "loc_data": "{2505,3854,1,0,4}-{2509,3849,0,0,4}" + }, + { + "npc_id": "1375", + "loc_data": "{2501,3858,1,0,4}" + }, + { + "npc_id": "1376", + "loc_data": "{2548,3895,0,1,0}" + }, + { + "npc_id": "1377", + "loc_data": "{2544,3843,0,1,6}" + }, + { + "npc_id": "1378", + "loc_data": "{2516,3865,0,1,4}" + }, + { + "npc_id": "1385", + "loc_data": "{2629,3694,0,0,6}" + }, + { + "npc_id": "1389", + "loc_data": "{2603,3877,0,1,1}" + }, + { + "npc_id": "1390", + "loc_data": "{2604,3876,0,1,4}" + }, + { + "npc_id": "1391", + "loc_data": "{2604,3876,0,1,3}" + }, + { + "npc_id": "1393", + "loc_data": "{2519,3868,0,0,3}" + }, + { + "npc_id": "1394", + "loc_data": "{2519,3863,0,0,1}" + }, + { + "npc_id": "1395", + "loc_data": "{2547,3868,0,0,1}" + }, + { + "npc_id": "1396", + "loc_data": "{2525,3892,0,0,4}" + }, + { + "npc_id": "1397", + "loc_data": "{2573,3856,0,0,4}" + }, + { + "npc_id": "1398", + "loc_data": "{2526,3850,0,0,6}" + }, + { + "npc_id": "1399", + "loc_data": "{2577,3854,0,0,1}" + }, + { + "npc_id": "1400", + "loc_data": "{3037,4512,0,1,0}-{3049,4498,0,1,1}" + }, + { + "npc_id": "1401", + "loc_data": "{2605,3878,0,1,1}" + }, + { + "npc_id": "1402", + "loc_data": "{2603,3877,0,1,1}" + }, + { + "npc_id": "1404", + "loc_data": "{3037,4492,0,1,4}-{3036,4502,0,1,4}-{3029,4520,0,1,1}-{3019,4512,0,1,1}-{2239,3164,0,1,2}-{2241,3166,0,1,3}-{2242,3163,0,1,3}" + }, + { + "npc_id": "1405", + "loc_data": "{2576,3843,0,0,6}" + }, + { + "npc_id": "1427", + "loc_data": "{2957,3025,0,0,0}" + }, + { + "npc_id": "1434", + "loc_data": "{2753,2770,0,1,6}" + }, + { + "npc_id": "1447", + "loc_data": "{2761,2785,0,1,3}" + }, + { + "npc_id": "1452", + "loc_data": "{2743,2796,0,1,6}" + }, + { + "npc_id": "1454", + "loc_data": "{2742,2790,0,1,1}" + }, + { + "npc_id": "1457", + "loc_data": "{2747,2782,0,0,1}-{2754,2778,0,1,1}-{2761,2778,0,1,1}-{2765,2779,0,1,4}-{2767,2784,0,1,6}-{2772,2781,0,1,5}-{2774,2787,0,1,1}-{2777,2790,0,1,4}-{2762,2793,0,1,3}-{2756,2789,0,1,3}" + }, + { + "npc_id": "1458", + "loc_data": "{2728,2751,0,1,1}-{2728,2758,0,1,1}-{2727,2762,0,1,6}-{2728,2755,0,1,6}-{2714,2753,0,1,1}-{2714,2757,0,1,6}-{2714,2761,0,1,6}-{2715,2749,0,1,2}" + }, + { + "npc_id": "1459", + "loc_data": "{2790,2791,0,1,4}-{2803,2785,0,1,7}-{2797,2792,0,1,0}-{2800,2779,0,1,5}-{2788,2779,0,1,7}-{2795,2776,0,1,3}" + }, + { + "npc_id": "1460", + "loc_data": "{2787,2794,0,1,3}" + }, + { + "npc_id": "1463", + "loc_data": "{2600,3276,0,1,4}-{2601,3276,0,1,6}-{2601,3277,0,1,6}-{2601,3278,0,1,2}-{2602,3279,0,1,5}-{2602,3282,0,1,4}-{2604,3276,0,1,4}-{2605,3280,0,1,4}-{2605,3281,0,1,7}-{2606,3280,0,1,4}" + }, + { + "npc_id": "1469", + "loc_data": "{2595,3277,0,0,0}" + }, + { + "npc_id": "1514", + "loc_data": "{3432,3487,0,0,0}" + }, + { + "npc_id": "1515", + "loc_data": "{3438,3487,0,0,0}" + }, + { + "npc_id": "1516", + "loc_data": "{3437,3487,0,0,0}" + }, + { + "npc_id": "1517", + "loc_data": "{3434,3483,0,0,0}" + }, + { + "npc_id": "1518", + "loc_data": "{3435,3483,0,0,0}" + }, + { + "npc_id": "1519", + "loc_data": "{3433,3486,0,0,0}" + }, + { + "npc_id": "1520", + "loc_data": "{3434,3486,0,0,0}" + }, + { + "npc_id": "1553", + "loc_data": "{2828,10065,1,0,0}" + }, + { + "npc_id": "1554", + "loc_data": "{2829,10104,1,0,0}" + }, + { + "npc_id": "1555", + "loc_data": "{2829,10096,1,0,0}" + }, + { + "npc_id": "1560", + "loc_data": "{3150,5454,0,1,4}-{3144,5446,0,1,7}-{3166,5446,0,1,3}-{3158,5451,0,1,7}" + }, + { + "npc_id": "1561", + "loc_data": "{3144,5450,0,1,1}-{3153,5454,0,1,5}-{3160,5450,0,1,5}-{3167,5450,0,1,3}-{3161,5451,0,1,1}" + }, + { + "npc_id": "1562", + "loc_data": "{3147,5448,0,1,4}" + }, + { + "npc_id": "1563", + "loc_data": "{3152,5453,0,1,0}" + }, + { + "npc_id": "1582", + "loc_data": "{2657,9500,0,0,1}-{2632,9589,2,0,1}-{2628,9549,2,0,5}-{2629,9543,2,0,2}-{3249,5517,0,1,3}-{2568,9889,0,1,6}-{2578,9898,0,1,1}-{2352,9755,0,1,1}-{2343,9775,0,1,1}-{2340,9777,0,1,1}-{2334,9775,0,1,1}" + }, + { + "npc_id": "1583", + "loc_data": "{2655,9481,0,0,3}-{2631,9579,2,0,4}-{3211,5519,0,1,0}-{3254,5513,0,1,7}-{2563,9885,0,1,7}-{2575,9897,0,1,1}-{2352,9760,0,1,1}" + }, + { + "npc_id": "1584", + "loc_data": "{2661,9481,0,0,4}-{2635,9570,2,0,1}-{2627,9539,2,0,5}-{3209,5512,0,1,6}-{3231,5494,0,1,7}-{2350,9776,0,1,1}-{2337,9773,0,1,1}" + }, + { + "npc_id": "1585", + "loc_data": "{2666,9482,0,0,5}-{2641,9563,2,0,5}-{3257,5523,0,1,1}-{3204,5516,0,1,3}-{2575,9892,0,1,6}-{2355,9762,0,1,1}-{2354,9768,0,1,1}-{2351,9770,0,1,1}-{2354,9773,0,1,1}" + }, + { + "npc_id": "1586", + "loc_data": "{2668,9497,0,0,4}-{2635,9565,2,0,4}-{2633,9554,2,0,4}-{3247,5520,0,1,5}-{3205,5513,0,1,6}-{3213,5519,0,1,7}" + }, + { + "npc_id": "1587", + "loc_data": "{2692,3202,0,1,4}-{2695,3216,0,1,0}-{2830,3241,0,1,6}-{2681,9577,0,0,0}-{2673,9591,0,0,5}-{2655,9575,0,0,5}-{2640,9580,0,0,0}-{2646,9553,0,0,1}-{2650,9536,0,0,7}-{2645,9489,0,0,7}-{2670,9543,0,0,0}-{2663,9555,0,0,7}-{3237,5557,0,1,3}" + }, + { + "npc_id": "1588", + "loc_data": "{2691,3215,0,1,3}-{2826,3245,0,1,3}-{2679,9592,0,0,2}-{2654,9587,0,0,3}-{2650,9564,0,0,6}-{2647,9548,0,0,6}-{2637,9545,0,0,5}-{2637,9532,0,0,5}-{2634,9521,0,0,0}-{2642,9493,0,0,0}-{2645,9484,0,0,7}-{2678,9548,0,0,4}-{2658,9551,0,0,1}-{3246,5558,0,1,4}" + }, + { + "npc_id": "1589", + "loc_data": "{2698,9503,0,0,7}-{2713,9505,0,0,0}-{2717,9502,0,0,7}-{2699,9523,0,0,0}-{2706,9525,0,0,2}-{2719,9517,0,0,5}-{2724,9515,0,0,3}" + }, + { + "npc_id": "1590", + "loc_data": "{2730,9490,0,1,0}-{2731,9482,0,1,7}-{2742,9491,0,1,0}-{3184,5557,0,1,7}-{3148,5514,0,1,6}-{3144,5514,0,1,3}-{2340,9733,0,1,3}-{2348,9733,0,1,3}-{2348,9743,0,1,3}" + }, + { + "npc_id": "1591", + "loc_data": "{2703,9456,0,0,0}-{2717,9459,0,0,7}-{2731,9460,0,0,3}-{2737,9454,0,0,3}-{2737,9444,0,0,3}-{2736,9432,0,0,3}-{2738,9421,0,0,5}-{2727,9418,0,0,1}-{2724,9439,0,0,0}-{2715,9443,0,0,4}-{2891,3919,0,1,0}-{2901,3914,0,1,0}-{2911,3914,0,1,0}-{2920,3919,0,1,0}-{2929,3919,0,1,0}-{2929,3935,0,1,0}-{2929,3944,0,1,0}-{2702,9443,0,0,3}-{2700,9428,0,0,3}-{2705,9419,0,0,7}-{2311,9744,0,1,3}-{2313,9733,0,1,3}-{2317,9735,0,1,3}-{2329,9736,0,1,3}" + }, + { + "npc_id": "1592", + "loc_data": "{2893,3929,0,1,0}-{2893,3942,0,1,0}-{2897,3951,0,1,0}-{2903,3954,0,1,0}-{2910,3954,0,1,0}-{2920,3952,0,1,0}-{2929,3952,0,1,0}-{2728,9426,0,0,4}-{2714,9432,0,0,0}-{2707,9450,0,0,6}-{2724,9451,0,0,6}-{2311,9778,0,1,3}-{2313,9772,0,1,2}-{2318,9776,0,1,3}-{2318,9764,0,1,3}-{2318,9760,0,1,3}-{2313,9752,0,1,3}" + }, + { + "npc_id": "1593", + "loc_data": "{2744,9503,0,0,2}-{2681,9563,0,0,5}-{2677,9586,0,0,2}-{2644,9587,0,0,1}-{2652,9526,0,0,7}-{2656,9514,0,0,7}-{2666,9522,0,0,4}-{2665,9513,0,0,3}-{2666,9489,0,0,1}-{2702,9525,0,0,2}-{2704,9487,0,0,7}-{2711,9485,0,0,2}-{2722,9486,0,0,4}-{2717,9480,0,0,6}-{2733,9494,0,0,1}-{2742,9489,0,0,0}-{2638,9592,2,0,5}-{2633,9583,2,0,7}-{2627,9545,2,0,6}-{2626,9535,2,0,6}-{2628,9507,2,0,5}-{2635,9508,2,0,2}-{2634,9483,2,0,7}" + }, + { + "npc_id": "1594", + "loc_data": "{2672,9569,0,0,1}-{2657,9577,0,0,3}-{2643,9543,0,0,7}-{2646,9530,0,0,7}-{2643,9519,0,0,7}-{2660,9521,0,0,1}-{2665,9527,0,0,2}-{2671,9521,0,0,7}-{2670,9516,0,0,6}-{2660,9497,0,0,7}-{2643,9487,0,0,5}-{2653,9488,0,0,2}-{2677,9501,0,0,2}-{2699,9516,0,0,0}-{2709,9524,0,0,7}-{2683,9476,0,0,7}-{2700,9489,0,0,5}-{2703,9484,0,0,5}-{2710,9481,0,0,2}-{2716,9486,0,0,2}-{2726,9489,0,0,1}-{2735,9481,0,0,4}-{2740,9497,0,0,2}-{2739,9506,0,0,0}-{2658,9546,0,0,6}-{2636,9574,2,0,7}-{2643,9566,2,0,7}-{2635,9559,2,0,7}-{2630,9515,2,0,7}-{2642,9506,2,0,7}-{2629,9487,2,0,5}-{2648,9476,2,0,7}" + }, + { + "npc_id": "1595", + "loc_data": "{2744,3152,0,1,7}" + }, + { + "npc_id": "1597", + "loc_data": "{3146,9913,0,1,6}" + }, + { + "npc_id": "1598", + "loc_data": "{2447,4429,0,1,6}" + }, + { + "npc_id": "1600", + "loc_data": "{2791,9997,0,1,3}-{3190,9574,0,1,6}" + }, + { + "npc_id": "1601", + "loc_data": "{2797,9997,0,1,6}-{2781,9996,0,1,7}" + }, + { + "npc_id": "1602", + "loc_data": "{2793,9995,0,1,3}-{2783,9998,0,1,6}" + }, + { + "npc_id": "1603", + "loc_data": "{2789,9994,0,1,1}-{2786,9998,0,1,5}" + }, + { + "npc_id": "1604", + "loc_data": "{3434,3550,1,1,3}-{3439,3549,1,1,4}-{3425,3549,1,1,5}-{3423,3553,1,1,4}-{3426,3541,1,1,1}-{3425,3541,1,1,2}-{3426,3539,1,1,0}-{3420,3537,1,1,3}-{3417,3536,1,1,6}-{2373,9778,0,1,1}-{2372,9768,0,1,1}-{2371,9774,0,1,1}-{2375,9770,0,1,1}-{2383,9777,0,1,1}-{2387,9774,0,1,1}-{2384,9772,0,1,1}-{2387,9770,0,1,1}-{2392,9780,0,1,1}-{2396,9775,0,1,1}-{2399,9777,0,1,1}" + }, + { + "npc_id": "1608", + "loc_data": "{2698,9999,0,1,6}-{2695,9997,0,1,7}-{2697,9996,0,1,5}-{2695,9999,0,1,6}" + }, + { + "npc_id": "1609", + "loc_data": "{2700,9994,0,1,6}-{2698,10001,0,1,4}-{2703,9994,0,1,4}-{2701,10000,0,1,4}" + }, + { + "npc_id": "1610", + "loc_data": "{3443,3537,2,1,4}-{3434,3536,2,1,4}-{3443,3540,2,1,3}-{3446,3548,2,1,4}-{3439,3549,2,1,3}-{3434,3547,2,1,1}-{3444,3537,2,1,3}-{3174,5474,0,1,4}-{3175,5479,0,1,6}-{3183,5473,0,1,7}-{3178,5468,0,1,4}-{2428,9745,0,1,1}-{2428,9742,0,1,1}-{2428,9735,0,1,1}-{2425,9737,0,1,1}-{2422,9735,0,1,1}-{2419,9738,0,1,1}" + }, + { + "npc_id": "1612", + "loc_data": "{3438,3562,0,1,1}-{3430,3564,0,1,3}-{3434,3555,0,1,5}-{3443,3551,0,1,4}-{3442,3545,0,1,1}-{3449,3536,0,1,1}-{3440,3539,0,1,4}" + }, + { + "npc_id": "1613", + "loc_data": "{3439,3565,2,1,6}-{3443,3571,2,1,1}-{3435,3565,2,1,3}-{3443,3564,2,1,2}-{3444,3559,2,1,2}-{3427,3558,2,1,0}-{3425,3557,2,1,4}-{3430,3557,2,1,3}-{3170,5554,0,1,2}-{3166,5556,0,1,5}-{3171,5560,0,1,4}-{3173,5556,0,1,3}-{2426,9751,0,1,1}-{2427,9754,0,1,1}-{2425,9757,0,1,1}-{2422,9756,0,1,1}-{2426,9753,0,1,1}-{2420,9755,0,1,1}-{2417,9755,0,1,1}-{2406,9763,0,1,1}-{2404,9765,0,1,1}-{2407,9766,0,1,1}-{2410,9764,0,1,1}-{2416,9765,0,1,1}-{2417,9763,0,1,1}-{2420,9764,0,1,1}-{2418,9765,0,1,1}" + }, + { + "npc_id": "1615", + "loc_data": "{3422,3566,2,1,5}-{3426,3568,2,1,6}-{3418,3562,2,1,4}-{3414,3566,2,1,3}-{3412,3570,2,1,4}-{3421,3572,2,1,2}-{3422,3571,2,1,1}-{3033,4873,0,1,7}-{3039,4885,0,1,3}-{3050,4890,0,1,3}-{3062,4892,0,1,5}-{3064,4901,0,1,3}-{3056,4912,0,1,3}-{3048,4916,0,1,5}-{3038,4911,0,1,6}-{3022,4914,0,1,6}-{3018,4902,0,1,6}-{3025,4898,0,1,4}-{3033,4885,0,1,0}-{3021,4877,0,1,3}-{3048,4872,0,1,1}-{3061,4880,0,1,3}-{3061,4891,0,1,1}-{3054,4901,0,1,1}-{2402,9739,0,1,1}-{2402,9742,0,1,1}-{2402,9751,0,1,1}-{2406,9753,0,1,1}-{2408,9750,0,1,1}-{2404,9748,0,1,1}-{2407,9748,0,1,1}-{2416,9748,0,1,1}-{2415,9745,0,1,1}-{2418,9745,0,1,1}" + }, + { + "npc_id": "1616", + "loc_data": "{2741,10011,0,1,2}-{2742,10010,0,1,3}-{2739,10014,0,1,1}-{2740,10006,0,1,3}" + }, + { + "npc_id": "1617", + "loc_data": "{2743,10003,0,1,1}-{2746,10008,0,1,2}-{2743,10015,0,1,3}-{2745,10011,0,1,5}-{2744,10016,0,1,1}" + }, + { + "npc_id": "1618", + "loc_data": "{3424,3565,1,1,1}-{3416,3562,1,1,6}-{3423,3559,1,1,0}-{3424,3560,1,1,4}-{3412,3558,1,1,1}-{3412,3568,1,1,1}-{3417,3565,1,1,3}-{2425,9774,0,1,1}-{2425,9776,0,1,1}-{2423,9779,0,1,1}-{2419,9785,0,1,1}-{2415,9785,0,1,1}-{2416,9788,0,1,1}-{2430,9788,0,1,1}-{2434,9789,0,1,1}-{2436,9794,0,1,1}" + }, + { + "npc_id": "1620", + "loc_data": "{2794,10036,0,1,4}-{2788,10037,0,1,0}-{2795,10034,0,1,3}-{2785,10035,0,1,3}" + }, + { + "npc_id": "1621", + "loc_data": "{2797,10035,0,1,6}-{2787,10032,0,1,3}-{2802,10031,0,1,3}" + }, + { + "npc_id": "1624", + "loc_data": "{3179,5522,0,1,6}-{3223,9393,0,1,5}-{3225,9401,0,1,0}-{3222,9375,0,1,6}-{3220,9380,0,1,6}-{3215,9364,0,1,3}-{3213,9361,0,1,1}-{3212,9355,0,1,2}-{3230,9367,0,1,3}-{3240,9350,0,1,5}-{3248,9348,0,1,4}-{3255,9350,0,1,4}-{3256,9392,0,1,4}-{3168,5513,0,1,3}-{3174,5514,0,1,6}-{3178,5517,0,1,4}-{3178,5528,0,1,1}-{3169,5516,0,1,3}-{3179,5524,0,1,4}" + }, + { + "npc_id": "1626", + "loc_data": "{3165,5537,0,1,3}-{3159,5538,0,1,4}-{3155,5539,0,1,3}-{3158,5537,0,1,4}" + }, + { + "npc_id": "1627", + "loc_data": "{2724,10008,0,1,4}" + }, + { + "npc_id": "1628", + "loc_data": "{2723,10004,0,1,4}-{2722,9999,0,1,1}-{2729,10002,0,1,1}" + }, + { + "npc_id": "1629", + "loc_data": "{2723,10005,0,1,0}-{2726,9998,0,1,1}-{2723,10009,0,1,3}-{2727,9998,0,1,4}-{2727,10001,0,1,3}" + }, + { + "npc_id": "1630", + "loc_data": "{2721,10005,0,1,1}-{2724,10005,0,1,3}-{2729,10004,0,1,3}-{2724,10012,0,1,4}-{2718,10009,0,1,1}-{2721,10001,0,1,7}-{2720,9996,0,1,7}-{2721,10006,0,1,3}" + }, + { + "npc_id": "1631", + "loc_data": "{2800,10017,0,1,1}-{2796,10021,0,1,1}-{2805,10021,0,1,1}-{2803,10013,0,1,1}-{3160,9589,0,1,3}-{3167,9589,0,1,6}-{3179,9585,0,1,1}-{3188,9572,0,1,7}-{3190,9580,0,1,3}-{3206,9586,0,1,3}-{3221,9586,0,1,7}-{3226,9573,0,1,5}-{3223,9569,0,1,1}" + }, + { + "npc_id": "1632", + "loc_data": "{2798,10019,0,1,1}-{2800,10015,0,1,1}-{2797,10018,0,1,1}" + }, + { + "npc_id": "1633", + "loc_data": "{1935,3217,0,1,0}-{1933,3209,0,1,0}-{1930,3208,0,1,0}-{1929,3217,0,1,0}-{1927,3219,0,1,0}-{1924,3211,0,1,0}-{1920,3216,0,1,0}-{1925,3213,0,1,0}-{1837,3244,0,1,0}-{1836,3250,0,1,0}-{1845,3251,0,1,0}-{1845,3247,0,1,0}-{1849,3241,0,1,0}-{1858,3251,0,1,0}-{1853,3247,0,1,0}-{1848,3254,0,1,0}-{2761,10007,0,1,0}-{2757,10010,0,1,3}-{2763,10000,0,1,5}-{2760,10011,0,1,0}-{2761,9997,0,1,4}-{3263,9399,0,1,3}-{3274,9397,0,1,1}-{3275,9393,0,1,6}-{3271,9384,0,1,0}-{3270,9380,0,1,2}-{3283,9378,0,1,6}-{3285,9386,0,1,5}-{3284,9401,0,1,4}-{3278,9353,0,1,1}-{3299,9380,0,1,1}-{3319,9402,0,1,1}-{3305,9350,0,1,4}" + }, + { + "npc_id": "1634", + "loc_data": "{2757,10008,0,1,6}-{2760,10005,0,1,5}" + }, + { + "npc_id": "1635", + "loc_data": "{2758,10001,0,1,1}-{2763,10006,0,1,1}-{2766,10000,0,1,6}-{2759,9999,0,1,7}" + }, + { + "npc_id": "1636", + "loc_data": "{2760,10004,0,1,1}-{2760,10002,0,1,6}" + }, + { + "npc_id": "1637", + "loc_data": "{3276,5454,0,1,4}-{3279,5450,0,1,0}-{3271,5446,0,1,3}-{3277,5512,0,1,1}-{2700,10027,0,1,6}-{3278,5535,0,0,0}-{3277,5520,0,1,1}" + }, + { + "npc_id": "1638", + "loc_data": "{3284,5456,0,1,1}-{3278,5453,0,1,1}-{3271,5512,0,1,4}-{2704,10022,0,1,4}-{2707,10023,0,1,4}" + }, + { + "npc_id": "1639", + "loc_data": "{3283,5461,0,1,4}-{3285,5456,0,1,6}-{3275,5455,0,1,5}-{3272,5446,0,1,4}-{3277,5445,0,1,3}-{2711,10028,0,1,2}-{2710,10030,0,1,6}" + }, + { + "npc_id": "1640", + "loc_data": "{3272,5445,0,1,4}-{2705,10028,0,1,3}-{2704,10031,0,1,6}" + }, + { + "npc_id": "1641", + "loc_data": "{2708,10025,0,1,6}" + }, + { + "npc_id": "1642", + "loc_data": "{2703,10020,0,1,0}" + }, + { + "npc_id": "1643", + "loc_data": "{3246,5446,0,1,3}-{3434,3562,1,1,6}-{3439,3558,1,1,5}-{3444,3567,1,1,4}-{3439,3571,1,1,3}-{3435,3570,1,1,7}-{3447,3561,1,1,4}-{3442,3573,1,1,6}-{3237,5455,0,1,0}-{3246,5450,0,1,4}" + }, + { + "npc_id": "1644", + "loc_data": "{3240,5448,0,1,7}" + }, + { + "npc_id": "1648", + "loc_data": "{3426,3537,0,1,4}-{3413,3536,0,1,3}-{3419,3545,0,1,2}-{3426,3544,0,1,6}-{3410,3535,0,1,2}-{3425,3556,0,1,6}-{3418,3557,0,1,1}-{3428,3571,0,1,3}-{3432,3573,0,1,4}" + }, + { + "npc_id": "1650", + "loc_data": "{3411,3541,0,1,3}" + }, + { + "npc_id": "1655", + "loc_data": "{3424,3544,0,1,1}-{3423,3546,0,1,1}-{3409,3538,0,1,3}-{3421,3559,0,1,4}-{3413,3559,0,1,6}-{3433,3574,0,1,3}-{3428,3571,0,1,6}" + }, + { + "npc_id": "1658", + "loc_data": "{2595,3087,1,1,1}" + }, + { + "npc_id": "1679", + "loc_data": "{2291,3145,0,1,2}" + }, + { + "npc_id": "1680", + "loc_data": "{2290,3143,0,1,3}" + }, + { + "npc_id": "1681", + "loc_data": "{3202,5483,0,1,4}-{2544,9843,0,1,3}" + }, + { + "npc_id": "1683", + "loc_data": "{3678,3511,0,1,4}" + }, + { + "npc_id": "1684", + "loc_data": "{3660,3517,0,1,7}" + }, + { + "npc_id": "1685", + "loc_data": "{3659,3497,0,1,0}" + }, + { + "npc_id": "1686", + "loc_data": "{3657,3516,0,1,3}-{3663,3522,0,1,7}-{3654,3518,1,1,6}" + }, + { + "npc_id": "1688", + "loc_data": "{3709,3497,0,0,3}" + }, + { + "npc_id": "1691", + "loc_data": "{3624,3530,0,1,1}-{3623,3524,0,1,2}-{3618,3526,0,1,6}-{3612,3527,0,1,6}-{3609,3527,0,1,4}" + }, + { + "npc_id": "1692", + "loc_data": "{3632,3528,0,1,5}-{3633,3525,0,1,6}-{3631,3529,0,1,3}-{3631,3529,0,1,2}-{3628,3530,0,1,1}-{3631,3530,0,1,4}-{3629,3529,0,1,4}" + }, + { + "npc_id": "1694", + "loc_data": "{3673,3491,0,1,3}" + }, + { + "npc_id": "1695", + "loc_data": "{3461,3558,0,0,3}" + }, + { + "npc_id": "1697", + "loc_data": "{3662,3502,0,1,4}-{3664,3493,0,1,6}-{3672,3486,0,1,2}-{3685,3485,0,1,3}-{3684,3496,0,1,3}-{3675,3502,0,1,3}-{3667,3484,0,1,0}-{3666,3471,0,1,4}-{3676,3464,0,1,3}-{3683,3467,0,1,6}-{3685,3474,0,1,4}-{3690,3474,0,1,1}-{3695,3473,0,1,3}-{3693,3466,0,1,7}-{3698,3463,0,1,3}-{3688,3467,0,1,3}-{3675,3474,0,1,4}-{3665,3476,0,1,6}-{3662,3491,0,1,1}-{3662,3495,0,1,4}-{3661,3501,0,1,6}-{3682,3486,0,1,4}-{3678,3493,0,1,4}-{3673,3491,0,1,3}-{3658,3502,0,1,4}-{3660,3505,0,1,1}-{3665,3469,0,1,6}-{3659,3465,0,1,6}-{3667,3461,0,1,1}" + }, + { + "npc_id": "1699", + "loc_data": "{3659,3480,0,1,3}" + }, + { + "npc_id": "1700", + "loc_data": "{3681,3493,0,1,5}" + }, + { + "npc_id": "1702", + "loc_data": "{3690,3464,0,0,1}-{3691,3464,0,0,1}-{3688,3464,0,0,1}-{3687,3464,0,0,1}" + }, + { + "npc_id": "1703", + "loc_data": "{3697,3496,0,1,3}-{3699,3497,0,1,2}-{3689,3503,0,1,3}-{3690,3508,0,1,6}-{3690,3512,0,1,6}-{3689,3517,0,1,1}-{3690,3524,0,1,6}-{3689,3528,0,1,5}-{3690,3518,0,1,5}-{3689,3503,0,1,3}-{3689,3496,0,1,0}" + }, + { + "npc_id": "1704", + "loc_data": "{3703,3487,0,0,3}" + }, + { + "npc_id": "1706", + "loc_data": "{3661,3508,0,0,1}-{3658,3508,0,0,1}-{3652,3487,0,0,3}-{3652,3484,0,0,3}" + }, + { + "npc_id": "1710", + "loc_data": "{3165,9631,0,1,6}-{3165,9633,0,1,0}-{3160,9634,0,1,7}-{3156,9630,0,1,6}-{3152,9627,0,1,4}-{3148,9621,0,1,4}-{3175,9630,0,1,1}-{3174,9634,0,1,3}-{3172,9638,0,1,0}" + }, + { + "npc_id": "1711", + "loc_data": "{3160,9638,0,1,1}-{3159,9633,0,1,6}-{3161,9626,0,1,6}-{3169,9626,0,1,4}-{3171,9634,0,1,4}-{3164,9634,0,1,3}-{3165,9631,0,1,7}-{3180,9631,0,1,7}-{3183,9629,0,1,6}-{3182,9633,0,1,1}-{3172,9632,0,1,4}-{3158,9631,0,1,1}-{3160,9630,0,1,1}-{3159,9633,0,1,4}-{3150,9623,0,1,6}-{3152,9620,0,1,6}-{3159,9622,0,1,0}-{3169,9623,0,1,6}-{3169,9623,0,1,4}-{2566,5197,0,1,4}" + }, + { + "npc_id": "1712", + "loc_data": "{3153,9646,0,1,3}-{3151,9651,0,1,1}-{2573,5201,0,1,4}-{2577,5195,0,1,4}-{2577,5189,0,0,6}-{2571,5195,0,0,6}" + }, + { + "npc_id": "1714", + "loc_data": "{3172,9624,0,1,2}-{3161,9623,0,1,1}-{3151,9624,0,1,1}-{3150,9622,0,1,4}-{3153,9627,0,1,3}-{3157,9634,0,1,2}-{3171,9636,0,1,6}-{3174,9639,0,1,3}-{3174,9634,0,1,3}" + }, + { + "npc_id": "1715", + "loc_data": "{3171,9635,0,1,3}-{3159,9636,0,1,2}-{3169,9630,0,1,3}-{3172,9625,0,1,0}-{3159,9627,0,1,3}" + }, + { + "npc_id": "1752", + "loc_data": "{2510,3228,0,1,3}" + }, + { + "npc_id": "1754", + "loc_data": "{3259,3308,0,1,4}-{3100,3246,0,1,2}-{3131,3263,0,1,5}-{3122,3278,0,1,2}" + }, + { + "npc_id": "1755", + "loc_data": "{3258,3312,0,1,3}-{3106,3275,0,1,1}-{3106,3266,0,1,3}-{3114,3273,0,1,4}" + }, + { + "npc_id": "1756", + "loc_data": "{3262,3320,0,1,1}-{3096,3251,0,1,3}-{3117,3278,0,1,0}-{3102,3261,0,1,1}" + }, + { + "npc_id": "1757", + "loc_data": "{3233,3308,0,0,4}" + }, + { + "npc_id": "1758", + "loc_data": "{2895,3403,0,0,0}-{3262,3325,0,0,0}" + }, + { + "npc_id": "1759", + "loc_data": "{3250,3310,0,0,0}" + }, + { + "npc_id": "1761", + "loc_data": "{3121,3274,0,0,0}" + }, + { + "npc_id": "1765", + "loc_data": "{3206,3265,0,1,4}-{2923,3320,0,1,7}-{2921,3320,0,1,4}-{2923,3320,0,1,5}" + }, + { + "npc_id": "1766", + "loc_data": "{3259,3262,0,1,4}-{3262,3274,0,1,3}-{3259,3278,0,1,1}-{3263,3273,0,1,7}-{3171,3320,0,1,0}" + }, + { + "npc_id": "1767", + "loc_data": "{3262,3262,0,1,6}-{3025,3311,0,1,5}-{2924,3288,0,0,1}-{2921,3290,0,1,1}-{2926,3279,0,1,1}-{2931,3272,0,1,1}-{2936,3273,0,1,6}" + }, + { + "npc_id": "1769", + "loc_data": "{2979,3203,0,1,4}-{3264,3249,0,1,4}-{2596,9822,0,1,4}" + }, + { + "npc_id": "1770", + "loc_data": "{2999,3212,0,1,1}-{3262,3253,0,1,6}-{3259,3254,0,1,3}-{2595,9826,0,1,1}" + }, + { + "npc_id": "1771", + "loc_data": "{2993,3199,0,1,6}-{3248,3233,0,1,6}-{3247,3240,0,1,3}-{3187, 3286, 0, 1, 0}-{3209, 3277, 0, 1, 0}-{3174, 3294, 0, 1, 0}-{3178, 3294, 0, 1, 0}-{3144, 3302, 0, 1, 0}-{3142, 3303, 0, 1, 0}-{3151, 3300, 0, 1, 0}-{3139, 3299, 0, 1, 0}" + }, + { + "npc_id": "1772", + "loc_data": "{2993,3203,0,1,0}-{3251,3231,0,1,1}-{3260,3241,0,1,0}-{3259,3222,0,0,4}" + }, + { + "npc_id": "1773", + "loc_data": "{2991,3219,0,1,1}-{3252,3227,0,1,1}-{3263,3219,0,1,0}" + }, + { + "npc_id": "1774", + "loc_data": "{3012,3204,0,1,3}-{3255,3228,0,1,4}-{3265,3219,0,1,2}-{2592,9834,0,1,6}" + }, + { + "npc_id": "1775", + "loc_data": "{3010,3211,0,1,6}-{3254,3224,0,1,1}-{2585,9829,0,1,1}" + }, + { + "npc_id": "1776", + "loc_data": "{2999,3216,0,1,6}-{3264,3247,0,1,2}" + }, + { + "npc_id": "1778", + "loc_data": "{3260,3859,0,0,0}" + }, + { + "npc_id": "1779", + "loc_data": "{2978,3752,0,1,6}" + }, + { + "npc_id": "1780", + "loc_data": "{3272,3687,0,1,3}" + }, + { + "npc_id": "1781", + "loc_data": "{3008,3862,0,0,0}" + }, + { + "npc_id": "1782", + "loc_data": "{3363,3883,0,1,4}" + }, + { + "npc_id": "1783", + "loc_data": "{3079,3516,0,1,6}" + }, + { + "npc_id": "1784", + "loc_data": "{3025,3705,0,1,1}" + }, + { + "npc_id": "1785", + "loc_data": "{3144,3788,0,1,6}" + }, + { + "npc_id": "1786", + "loc_data": "{3234,3633,0,1,1}" + }, + { + "npc_id": "1787", + "loc_data": "{3074,3609,0,1,3}" + }, + { + "npc_id": "1795", + "loc_data": "{2967,9811,0,0,0}" + }, + { + "npc_id": "1796", + "loc_data": "{2968,9809,0,0,0}" + }, + { + "npc_id": "1798", + "loc_data": "{2701,3471,0,0,0}" + }, + { + "npc_id": "1805", + "loc_data": "{2765,3652,0,1,0}" + }, + { + "npc_id": "1828", + "loc_data": "{3231,9545,0,1,6}" + }, + { + "npc_id": "1829", + "loc_data": "{3153,9548,0,1,1}-{3154,9547,0,1,4}-{3176,9546,0,1,4}-{3221,9558,0,1,4}-{3226,9548,0,1,7}-{3224,9551,0,1,1}-{3219,9558,0,1,7}" + }, + { + "npc_id": "1831", + "loc_data": "{3208,9555,0,1,1}-{3165,9542,0,1,3}-{3211,9570,0,1,5}-{3211,9570,0,1,5}-{3208,9555,0,1,1}-{3208,9555,0,1,1}-{3164,9542,0,1,3}-{3207,9555,0,1,1}-{3166,9542,0,1,3}-{3213,9570,0,1,5}" + }, + { + "npc_id": "1832", + "loc_data": "{3150,9573,0,1,1}-{3188,9550,0,1,0}-{3148,9578,0,1,4}-{3152,9556,0,1,3}-{3150,9553,0,1,2}-{3167,9547,0,1,1}-{3168,9546,0,1,3}-{3184,9551,0,1,3}-{3220,9573,0,1,4}-{3224,9574,0,1,1}-{3208,9588,0,1,6}-{3210,9585,0,1,4}-{3191,9583,0,1,4}-{3187,9583,0,1,3}-{3272,5549,0,1,0}-{3275,5546,0,1,0}-{3281,5545,0,1,2}-{3286,5544,0,1,0}-{3285,5539,0,1,3}-{3268,5553,0,1,1}-{3274,5558,0,1,6}-{3281,5557,0,1,4}-{3282,5554,0,1,4}-{3269,5551,0,1,3}-{3287,5549,0,1,3}-{3279,5546,0,1,6}-{3283,5545,0,1,0}-{3269,5548,0,1,1}" + }, + { + "npc_id": "1833", + "loc_data": "{3151,9575,0,1,3}-{3150,9577,0,1,4}-{3148,9554,0,1,6}-{3165,9547,0,1,1}-{3165,9546,0,1,2}-{3184,9551,0,1,3}-{3222,9575,0,1,4}-{3226,9576,0,1,3}-{3210,9587,0,1,2}-{3189,9581,0,1,4}" + }, + { + "npc_id": "1834", + "loc_data": "{3169,3174,0,0,6}" + }, + { + "npc_id": "1841", + "loc_data": "{3020,3452,0,0,0}" + }, + { + "npc_id": "1860", + "loc_data": "{2957,3203,0,1,3}" + }, + { + "npc_id": "1861", + "loc_data": "{3208,3256,0,0,1}" + }, + { + "npc_id": "1862", + "loc_data": "{3304,3211,0,1,1}" + }, + { + "npc_id": "1863", + "loc_data": "{3358,2956,0,0,6}" + }, + { + "npc_id": "1864", + "loc_data": "{3363,2956,0,0,3}" + }, + { + "npc_id": "1865", + "loc_data": "{3352,2974,0,1,4}" + }, + { + "npc_id": "1866", + "loc_data": "{3360,2983,0,1,4}" + }, + { + "npc_id": "1867", + "loc_data": "{3347,2966,0,0,6}" + }, + { + "npc_id": "1870", + "loc_data": "{3373,2972,0,1,5}" + }, + { + "npc_id": "1871", + "loc_data": "{3344,2986,0,1,3}" + }, + { + "npc_id": "1872", + "loc_data": "{3354,2953,0,0,6}" + }, + { + "npc_id": "1873", + "loc_data": "{3343,2962,0,1,0}-{3343,2964,0,1,1}" + }, + { + "npc_id": "1875", + "loc_data": "{3354,2952,0,0,1}" + }, + { + "npc_id": "1884", + "loc_data": "{2811,3174,0,0,0}" + }, + { + "npc_id": "1902", + "loc_data": "{3333,2946,0,0,1}" + }, + { + "npc_id": "1905", + "loc_data": "{3335,2948,0,1,2}-{3331,2948,0,1,6}-{3333,2950,0,1,0}" + }, + { + "npc_id": "1917", + "loc_data": "{3177,2987,0,1,6}" + }, + { + "npc_id": "1918", + "loc_data": "{3180,3043,0,1,2}" + }, + { + "npc_id": "1920", + "loc_data": "{3497,3478,0,0,0}" + }, + { + "npc_id": "1921", + "loc_data": "{3159,2980,0,1,1}" + }, + { + "npc_id": "1923", + "loc_data": "{3183,2974,0,0,7}" + }, + { + "npc_id": "1926", + "loc_data": "{3179,2967,0,1,3}-{3172,2966,0,1,1}-{3171,2980,0,1,3}-{3166,2972,0,1,0}-{3181,2979,0,1,3}-{3187,2976,0,1,7}-{3174,2984,0,1,3}-{3183,2982,0,1,4}-{3187,2985,0,1,1}-{3182,2988,0,1,5}-{3188,2990,0,1,2}-{3172,2992,0,1,4}-{3171,2987,0,1,4}-{3161,2982,0,1,2}-{3161,2986,0,1,3}-{3159,2987,0,1,3}-{3163,2976,0,1,4}-{3161,2977,0,1,4}-{3161,2979,0,1,6}-{3162,2982,0,1,6}-{3164,2985,0,1,2}-{3158,2970,0,1,3}-{3155,2979,0,1,4}-{3167,2972,0,1,6}-{3172,2973,0,1,5}-{3175,2973,0,1,4}-{3185,2967,0,1,2}" + }, + { + "npc_id": "1927", + "loc_data": "{3160,2979,0,0,5}-{3162,2989,0,0,1}" + }, + { + "npc_id": "1928", + "loc_data": "{3161,2977,0,0,4}-{3161,2987,0,0,1}" + }, + { + "npc_id": "1929", + "loc_data": "{3158,2987,0,0,3}" + }, + { + "npc_id": "1930", + "loc_data": "{3161,2985,0,0,6}-{3161,2983,0,0,6}-{3161,2982,0,0,6}-{3161,2981,0,0,6}-{3161,2984,0,0,6}" + }, + { + "npc_id": "1951", + "loc_data": "{2886,3723,0,1,3}-{2887,3720,0,1,4}-{2890,3721,0,1,7}-{2890,3724,0,1,1}-{2909,3736,0,1,5}-{2910,3736,0,1,2}-{2891,3724,0,1,7}" + }, + { + "npc_id": "1952", + "loc_data": "{2892,3726,0,1,0}-{2894,3726,0,1,6}-{2895,3728,0,1,0}-{2895,3730,0,1,5}-{2922,3755,0,1,3}-{2893,3725,0,1,2}-{2894,3727,0,1,6}-{2895,3725,0,1,3}-{2898,3735,0,1,6}" + }, + { + "npc_id": "1953", + "loc_data": "{2897,3733,0,1,5}-{2897,3737,0,1,5}-{2913,3736,0,1,3}-{2897,3737,0,1,6}-{2915,3740,0,1,1}-{2894,3742,0,1,0}" + }, + { + "npc_id": "1954", + "loc_data": "{2895,3751,0,1,1}-{2895,3755,0,1,6}-{2898,3751,0,1,3}-{2898,3755,0,1,6}-{2930,3765,0,1,5}-{2893,3748,0,1,5}-{2896,3749,0,1,1}-{2929,3762,0,1,3}" + }, + { + "npc_id": "1955", + "loc_data": "{2895,3740,0,1,1}-{2895,3744,0,1,3}-{2898,3740,0,1,6}-{2898,3744,0,1,1}-{2908,3739,0,1,0}-{2928,3763,0,1,3}-{2899,3737,0,1,2}-{2897,3739,0,1,6}-{2912,3742,0,1,2}-{2898,3750,0,1,3}-{2895,3751,0,1,4}" + }, + { + "npc_id": "1956", + "loc_data": "{2886,3758,0,1,6}-{2886,3762,0,1,3}-{2890,3756,0,1,4}-{2890,3762,0,1,1}-{2928,3753,0,1,2}-{2926,3753,0,1,6}-{2895,3754,0,1,3}" + }, + { + "npc_id": "1958", + "loc_data": "{3240,9326,0,1,3}-{3209,9310,0,1,4}-{3245,9333,0,1,4}-{3213,9307,0,1,4}-{3221,9318,0,1,3}-{3229,9333,0,1,3}-{3216,9329,0,1,4}-{3208,9294,0,1,3}-{3201,9286,0,1,1}-{3212,9326,0,1,4}-{3217,9284,0,1,7}-{3226,9284,0,1,4}-{3232,9299,0,1,6}-{3242,9295,0,1,1}-{3220,9302,0,1,0}-{3238,9305,0,1,6}-{3220,9296,0,1,1}-{3246,9291,0,1,3}-{3240,9289,0,1,4}-{3237,9305,0,1,3}-{3257,9292,0,0,5}-{3246,9321,0,1,1}-{3261,9310,0,1,3}-{3258,9309,0,1,4}-{3251,9316,0,1,3}-{3247,9310,0,1,3}-{3147,5467,0,1,1}-{3144,5466,0,1,2}-{3147,5479,0,1,2}-{3144,5475,0,1,6}-{3161,5482,0,1,5}-{3147,5475,0,1,6}" + }, + { + "npc_id": "1961", + "loc_data": "{3250,9326,0,1,4}-{3258,9327,0,1,6}-{3256,9333,0,1,1}-{3220,9309,0,1,4}-{3252,9333,0,1,3}-{3208,9318,0,1,3}-{3241,9331,0,1,6}-{3204,9328,0,1,3}-{3209,9328,0,1,3}-{3228,9323,0,1,4}-{3210,9282,0,1,7}-{3225,9329,0,1,6}-{3207,9299,0,1,4}-{3215,9295,0,1,3}-{3213,9322,0,1,3}-{3214,9315,0,1,0}-{3221,9291,0,1,0}-{3213,9303,0,1,4}-{3227,9304,0,1,6}-{3247,9301,0,1,1}-{3228,9284,0,1,3}-{3254,9286,0,1,4}-{3262,9291,0,1,6}-{3224,9302,0,1,3}-{3250,9298,0,1,3}-{3252,9293,0,1,6}-{3262,9299,0,1,1}-{3256,9297,0,1,7}-{3262,9285,0,1,1}-{3254,9322,0,1,0}-{3261,9318,0,1,4}-{3242,9316,0,1,6}-{3250,9306,0,1,3}-{3250,9327,0,1,3}-{3156,5477,0,1,5}-{3162,5479,0,1,4}-{3159,5477,0,1,6}-{3150,5474,0,1,3}-{3147,5480,0,1,1}-{3159,5484,0,1,3}" + }, + { + "npc_id": "1962", + "loc_data": "{3168,5458,0,1,2}-{3242,9331,0,1,3}-{3238,9333,0,1,6}-{3261,9330,0,1,1}-{3232,9333,0,1,0}-{3222,9324,0,1,4}-{3205,9303,0,1,3}" + }, + { + "npc_id": "1963", + "loc_data": "{3166,5465,0,1,7}-{3168,5462,0,1,0}-{3167,5467,0,1,1}-{3167,5467,0,1,7}" + }, + { + "npc_id": "1972", + "loc_data": "{2536, 3426, 0, 1, 0}" + }, + { + "npc_id": "1976", + "loc_data": "{3315,5508,0,1,5}-{3308,5510,0,1,3}-{3304,5507,0,1,4}-{3299,5509,0,1,3}-{3317,5514,0,1,3}-{3319,5518,0,1,4}-{3320,5507,0,1,4}-{3324,5513,0,1,1}-{3283,5510,0,1,5}-{3320,5550,0,1,0}-{3313,5523,0,1,4}-{3310,5541,0,1,4}-{3308,5535,0,1,5}-{3301,5531,0,1,4}-{3315,5530,0,1,1}-{3322,5536,0,1,4}-{3320,5539,0,1,7}-{3311,5519,0,1,3}-{3289,5525,0,1,2}-{3300,5519,0,1,6}-{3289,5515,0,1,7}-{3287,5523,0,1,3}" + }, + { + "npc_id": "1990", + "loc_data": "{3300,2797,0,0,6}" + }, + { + "npc_id": "1993", + "loc_data": "{3360,2935,0,1,4}-{3359,2924,0,1,6}-{3352,2936,0,1,0}-{3349,2931,0,1,6}-{3341,2924,0,1,4}" + }, + { + "npc_id": "1994", + "loc_data": "{3344,2933,0,1,3}-{3350,2936,0,1,4}" + }, + { + "npc_id": "2014", + "loc_data": "{3293,2788,0,1,0}" + }, + { + "npc_id": "2020", + "loc_data": "{3503,3477,0,0,0}" + }, + { + "npc_id": "2021", + "loc_data": "{3222,9525,2,1,3}-{3216,9522,2,1,3}-{3219,9518,2,1,3}-{3224,9521,2,1,3}-{3218,9523,2,1,3}-{3215,9521,2,1,3}-{3213,9522,2,1,3}-{3227,9517,2,1,3}" + }, + { + "npc_id": "2031", + "loc_data": "{3290,5448,0,1,6}-{3291,5452,0,1,1}-{3293,5456,0,1,6}-{3551,9680,0,0,2}-{3553,9679,0,0,1}-{3551,9675,0,0,6}-{3554,9676,0,0,7}-{3548,9676,0,0,5}-{3552,9691,0,0,2}-{3569,9681,0,0,7}-{3577,9711,0,0,5}-{3567,9675,0,0,5}-{3567,9675,0,0,5}-{3570,9678,0,0,2}-{3568,9686,0,0,1}-{3545,9721,0,0,7}-{3560,9712,0,0,6}-{3552,9685,0,0,1}-{3525,9698,0,0,6}-{3538,9668,0,0,4}" + }, + { + "npc_id": "2032", + "loc_data": "{3549,9678,0,0,0}-{3569,9676,0,0,5}-{3566,9678,0,0,1}-{3560,9678,0,0,2}-{3526,9678,0,0,2}-{3532,9693,0,0,5}-{3534,9690,0,0,7}-{3536,9695,0,0,2}-{3542,9694,0,0,7}-{3548,9695,0,0,7}-{3556,9695,0,0,5}-{3554,9709,0,0,2}-{3533,9708,0,0,5}-{3534,9703,0,0,5}-{3538,9721,0,0,7}-{3567,9720,0,0,6}-{3561,9711,0,0,7}-{3552,9703,0,0,1}-{3551,9698,0,0,1}-{3532,9678,0,0,5}-{3531,9675,0,0,5}-{3537,9677,0,0,2}-{3187,5513,0,1,3}-{3186,5510,0,1,6}-{3186,5516,0,1,6}-{3194,5511,0,1,1}-{3185,5514,0,1,5}" + }, + { + "npc_id": "2033", + "loc_data": "{3300,5494,0,1,2}-{3285,5492,0,1,6}-{3285,5495,0,1,0}-{3288,5497,0,1,3}-{3268,5487,0,0,0}-{3533,9691,0,0,4}-{3537,9694,0,0,2}-{3533,9696,0,0,2}-{3533,9693,0,0,5}-{3188,5511,0,1,7}-{3190,5511,0,1,6}" + }, + { + "npc_id": "2034", + "loc_data": "{3288,5484,0,1,4}-{3288,5467,0,1,0}-{3293,5468,0,1,2}-{3296,5475,0,1,7}-{3296,5473,0,1,2}-{3297,5480,0,1,4}-{3565,9695,0,0,1}-{3566,9692,0,0,5}-{3572,9695,0,0,7}" + }, + { + "npc_id": "2035", + "loc_data": "{3569,9696,0,0,2}-{3569,9693,0,0,6}-{3566,9694,0,0,6}-{3567,9698,0,0,2}-{3572,9692,0,0,5}" + }, + { + "npc_id": "2036", + "loc_data": "{3569,9674,0,0,0}-{3561,9677,0,0,6}-{3535,9686,0,0,6}-{3535,9698,0,0,1}-{3576,9677,0,0,3}-{3577,9679,0,0,1}-{3568,9691,0,0,2}-{3560,9694,0,0,6}-{3570,9682,0,0,1}-{3569,9687,0,0,2}-{3550,9711,0,0,5}-{3551,9708,0,0,6}-{3548,9713,0,0,6}-{3537,9711,0,0,4}-{3535,9702,0,0,7}-{3553,9722,0,0,4}-{3567,9712,0,0,5}-{3569,9704,0,0,6}-{3579,9693,0,0,7}-{3534,9675,0,0,2}-{3526,9711,0,0,1}-{3566,9668,0,0,4}" + }, + { + "npc_id": "2037", + "loc_data": "{3543,9677,0,0,3}-{3572,9680,0,0,7}-{3559,9677,0,0,4}-{3535,9685,0,0,1}-{3537,9693,0,0,1}-{3570,9697,0,0,2}-{3552,9713,0,0,6}-{3553,9711,0,0,3}-{3567,9708,0,0,6}-{3535,9679,0,0,1}-{3525,9683,0,0,6}" + }, + { + "npc_id": "2038", + "loc_data": "{2392,2984,0,0,0}" + }, + { + "npc_id": "2039", + "loc_data": "{2392,2984,0,0,0}" + }, + { + "npc_id": "2040", + "loc_data": "{2444,3047,0,0,0}" + }, + { + "npc_id": "2041", + "loc_data": "{2447,3050,0,0,0}" + }, + { + "npc_id": "2042", + "loc_data": "{2455,3048,0,0,0}" + }, + { + "npc_id": "2043", + "loc_data": "{2451,3030,0,0,0}-{2446,3040,0,0,0}" + }, + { + "npc_id": "2050", + "loc_data": "{2460,3046,0,0,0}-{2465,3052,0,0,0}" + }, + { + "npc_id": "2051", + "loc_data": "{2463,3053,0,0,0}" + }, + { + "npc_id": "2052", + "loc_data": "{2468,3045,0,0,0}" + }, + { + "npc_id": "2053", + "loc_data": "{2467,3051,0,0,0}" + }, + { + "npc_id": "2054", + "loc_data": "{2466,3046,0,0,0}" + }, + { + "npc_id": "2055", + "loc_data": "{2471,3056,0,0,0}" + }, + { + "npc_id": "2056", + "loc_data": "{2470,3040,0,0,0}" + }, + { + "npc_id": "2059", + "loc_data": "{2588,3088,0,1,3}" + }, + { + "npc_id": "2082", + "loc_data": "{3210,3220,1,1,6}" + }, + { + "npc_id": "2180", + "loc_data": "{2997,9837,0,1,3}" + }, + { + "npc_id": "2234", + "loc_data": "{3081,3251,0,1,6}-{2636,3365,0,1,6}" + }, + { + "npc_id": "2235", + "loc_data": "{3241,3345,0,1,4}" + }, + { + "npc_id": "2236", + "loc_data": "{3078,3250,0,1,1}-{3081,3250,0,1,2}" + }, + { + "npc_id": "2237", + "loc_data": "{3249,3266,0,1,5}" + }, + { + "npc_id": "2240", + "loc_data": "{3077,3259,0,1,4}" + }, + { + "npc_id": "2241", + "loc_data": "{3078,3260,0,1,3}" + }, + { + "npc_id": "2242", + "loc_data": "{3076,3260,0,1,1}-{3078,3260,0,1,6}" + }, + { + "npc_id": "2243", + "loc_data": "{3078,3259,0,1,3}" + }, + { + "npc_id": "2244", + "loc_data": "{3233,3228,0,1,3}" + }, + { + "npc_id": "2245", + "loc_data": "{2505,3240,0,1,4}-{2512,3250,0,1,1}-{2506,3242,0,1,3}-{2510,3252,0,1,4}-{2516,3248,0,1,1}-{2518,3245,0,1,7}-{2518,3245,0,1,1}-{2517,3242,0,1,6}-{2523,3241,0,1,4}-{2525,3241,0,1,1}-{2515,3256,0,1,6}-{2519,3257,0,1,4}" + }, + { + "npc_id": "2246", + "loc_data": "{2521,3239,0,1,5}" + }, + { + "npc_id": "2247", + "loc_data": "{2543,3225,0,1,7}-{2553,3220,0,1,3}-{2545,3220,0,1,4}-{2525,3220,0,1,4}-{2518,3218,0,1,1}" + }, + { + "npc_id": "2248", + "loc_data": "{2540,3218,0,1,1}-{2515,3216,0,1,1}-{2512,3215,0,1,7}" + }, + { + "npc_id": "2249", + "loc_data": "{2530,3224,0,1,4}-{2524,3221,0,1,2}-{2543,3217,0,1,4}-{2530,3212,0,1,4}-{2557,3234,0,1,4}-{2540,3226,0,1,5}-{2532,3213,0,1,4}-{2527,3201,0,1,6}-{2544,3216,0,1,6}-{2519,3222,0,1,6}-{2526,3227,0,1,4}-{2550,3234,0,1,3}-{2553,3220,0,1,3}-{2521,3202,0,1,6}-{2525,3220,0,1,4}-{2544,3230,0,1,3}-{2547,3212,0,1,4}-{2545,3212,0,1,0}-{2540,3208,0,1,4}-{2533,3202,0,1,6}-{2536,3236,0,1,6}-{2525,3204,0,1,0}-{2539,3238,0,1,4}" + }, + { + "npc_id": "2250", + "loc_data": "{2525,3209,0,1,4}-{2558,3228,0,1,4}-{2543,3212,0,1,3}-{2538,3223,0,1,0}-{2527,3201,0,1,7}-{2517,3222,0,1,3}-{2547,3231,0,1,6}-{2550,3220,0,1,4}-{2538,3224,0,1,3}-{2545,3213,0,1,0}-{2542,3208,0,1,5}" + }, + { + "npc_id": "2251", + "loc_data": "{2520,3217,0,1,3}-{2524,3209,0,1,1}-{2529,3200,0,1,5}-{2530,3209,0,1,1}-{2519,3223,0,1,4}-{2518,3224,0,1,2}-{2527,3201,0,1,7}-{2521,3202,0,1,4}-{2542,3208,0,1,4}-{2539,3233,0,1,6}" + }, + { + "npc_id": "2252", + "loc_data": "{3199,3302,0,1,3}-{3079,3257,0,1,1}-{3091,3250,0,1,6}-{3137,3254,0,1,0}" + }, + { + "npc_id": "2256", + "loc_data": "{2571,3305,0,1,7}-{2572,3297,0,1,2}-{2572,3304,0,1,1}-{2577,3308,0,1,6}-{2582,3287,0,1,3}-{2582,3299,0,1,0}-{2583,3292,0,1,4}-{2572,3292,1,1,1}-{2577,3295,1,1,6}-{2576,3286,1,1,1}-{2585,3289,1,1,7}-{2585,3304,1,1,1}-{2582,3306,1,1,5}-{2582,3286,1,1,3}-{2653,3315,0,1,6}-{2658,3306,0,1,4}" + }, + { + "npc_id": "2257", + "loc_data": "{3105,3554,0,1,1}" + }, + { + "npc_id": "2260", + "loc_data": "{3259,3385,0,1,6}" + }, + { + "npc_id": "2262", + "loc_data": "{3039,4834,0,0,7}" + }, + { + "npc_id": "2263", + "loc_data": "{3037,4906,0,1,2}-{3021,4812,0,1,5}-{3057,4875,0,0,6}-{3014,4838,0,1,6}-{3016,4892,0,1,6}-{3058,4877,0,0,6}-{3051,4874,0,1,0}-{3061,4836,0,1,4}-{3029,4890,0,1,6}-{3032,4901,0,1,2}-{3024,4916,0,1,3}-{3020,4903,0,1,4}-{3061,4883,0,0,3}-{3058,4889,0,0,3}-{3053,4896,0,0,3}-{3038,4871,0,1,6}-{3053,4900,0,0,7}-{3017,4812,0,1,6}-{3061,4842,0,1,3}-{3048,4808,0,1,3}-{3021,4847,0,1,6}-{3054,4849,0,1,6}-{3055,4915,0,0,5}-{3015,4833,0,1,0}-{3035,4854,0,1,6}-{3016,4829,0,1,4}-{3037,4906,0,0,5}-{3040,4810,0,1,3}-{3047,4886,0,1,4}-{3059,4815,0,1,1}-{3033,4884,0,1,4}-{3027,4851,0,1,6}-{3020,4819,0,1,4}-{3020,4845,0,1,2}-{3061,4829,0,1,0}-{3030,4877,0,1,2}-{3026,4879,0,1,3}-{3024,4879,0,1,3}-{3018,4842,0,1,4}" + }, + { + "npc_id": "2264", + "loc_data": "{3020,4888,0,1,3}-{3039,4871,0,1,4}-{3049,4921,0,1,7}-{3019,4877,0,1,6}-{3017,4893,0,1,7}-{3017,4821,0,1,4}-{3019,4898,0,1,4}-{3059,4813,0,1,0}-{3020,4912,0,1,2}-{3032,4808,0,1,3}-{3059,4820,0,1,3}-{3062,4828,0,1,6}-{3036,4856,0,1,7}-{3062,4837,0,1,5}-{3025,4850,0,1,1}-{3052,4859,0,1,1}-{3024,4813,0,1,4}-{3054,4915,0,1,7}-{3048,4854,0,1,3}-{3034,4852,0,1,1}-{3052,4898,0,1,1}-{3028,4808,0,1,1}-{3034,4905,0,1,4}-{3018,4843,0,1,2}-{3028,4851,0,1,0}-{3016,4831,0,1,1}-{3052,4896,0,1,3}-{3046,4901,0,1,2}-{3043,4810,0,1,3}-{3062,4884,0,1,6}-{3049,4873,0,1,1}-{3041,4871,0,1,1}" + }, + { + "npc_id": "2265", + "loc_data": "{3020,4914,0,1,2}-{3038,4809,0,1,6}-{3059,4890,0,1,3}-{3024,4850,0,1,3}-{3031,4901,0,1,7}-{3044,4915,0,1,6}-{3052,4808,0,1,5}-{3021,4847,0,1,3}-{3058,4811,0,1,4}-{3055,4848,0,1,0}-{3062,4822,0,1,6}-{3017,4837,0,1,3}-{3044,4883,0,1,4}-{3017,4817,0,1,7}-{3025,4812,0,1,1}-{3039,4885,0,1,1}-{3048,4917,0,1,5}-{3060,4825,0,1,3}-{3059,4888,0,1,5}-{3047,4874,0,1,2}-{3062,4838,0,1,3}-{3055,4908,0,1,5}-{3016,4876,0,1,1}-{3029,4890,0,1,5}-{3059,4906,0,1,1}-{3021,4875,0,1,3}-{3032,4903,0,1,3}-{3054,4850,0,1,6}-{3026,4914,0,1,6}" + }, + { + "npc_id": "2266", + "loc_data": "{3053,4978,1,1,1}" + }, + { + "npc_id": "2270", + "loc_data": "{3048,4975,1,1,6}" + }, + { + "npc_id": "2271", + "loc_data": "{3045,4971,1,0,4}" + }, + { + "npc_id": "2274", + "loc_data": "{3243,3245,0,1,4}" + }, + { + "npc_id": "2275", + "loc_data": "{3244,3248,0,1,1}" + }, + { + "npc_id": "2276", + "loc_data": "{3243,3247,0,1,1}" + }, + { + "npc_id": "2277", + "loc_data": "{3248,3247,0,1,4}" + }, + { + "npc_id": "2278", + "loc_data": "{3247,3244,0,1,2}" + }, + { + "npc_id": "2279", + "loc_data": "{3244,3247,0,1,3}" + }, + { + "npc_id": "2280", + "loc_data": "{3245,3244,0,1,4}" + }, + { + "npc_id": "2281", + "loc_data": "{3246,3245,0,1,4}" + }, + { + "npc_id": "2290", + "loc_data": "{2997,3373,0,0,0}" + }, + { + "npc_id": "2291", + "loc_data": "{3311,3109,0,0,3}" + }, + { + "npc_id": "2292", + "loc_data": "{3182,3043,0,0,3}" + }, + { + "npc_id": "2293", + "loc_data": "{3469,3111,0,1,6}" + }, + { + "npc_id": "2294", + "loc_data": "{3350,3004,0,0,6}" + }, + { + "npc_id": "2296", + "loc_data": "{3399,2916,0,0,6}" + }, + { + "npc_id": "2298", + "loc_data": "{3287,2813,0,1,1}" + }, + { + "npc_id": "2301", + "loc_data": "{3310,3107,0,1,4}-{3181,3043,0,1,3}" + }, + { + "npc_id": "2304", + "loc_data": "{3038,3292,0,1,6}" + }, + { + "npc_id": "2305", + "loc_data": "{2821,3463,0,1,3}" + }, + { + "npc_id": "2306", + "loc_data": "{2643,3363,0,0,5}" + }, + { + "npc_id": "2307", + "loc_data": "{3627,3526,0,1,6}" + }, + { + "npc_id": "2310", + "loc_data": "{3025,3312,0,1,4}-{3043,3308,0,1,6}-{3023,3297,0,1,5}-{2928,3282,0,1,1}-{2927,3269,0,1,1}" + }, + { + "npc_id": "2312", + "loc_data": "{3014,3292,0,0,0}" + }, + { + "npc_id": "2313", + "loc_data": "{3020,3297,0,1,6}-{3040,3296,0,1,3}-{3031,3283,0,1,4}-{3020,3288,0,1,0}" + }, + { + "npc_id": "2314", + "loc_data": "{3018,3296,0,1,1}-{3016,3288,0,1,4}-{3030,3287,0,1,4}-{3017,3282,0,1,3}-{2549,3566,0,1,2}-{2553,3564,0,1,4}" + }, + { + "npc_id": "2315", + "loc_data": "{3018,3282,0,1,5}-{3037,3289,0,1,1}-{2551,3562,0,1,1}-{2554,3561,0,1,3}" + }, + { + "npc_id": "2316", + "loc_data": "{3015,3311,0,1,4}" + }, + { + "npc_id": "2317", + "loc_data": "{3016,3309,0,1,6}" + }, + { + "npc_id": "2318", + "loc_data": "{3017,3307,0,0,0}" + }, + { + "npc_id": "2319", + "loc_data": "{3017,3309,0,0,0}" + }, + { + "npc_id": "2323", + "loc_data": "{3056,3306,0,1,1}" + }, + { + "npc_id": "2324", + "loc_data": "{2807,3464,0,1,3}" + }, + { + "npc_id": "2325", + "loc_data": "{2664,3374,0,1,1}" + }, + { + "npc_id": "2326", + "loc_data": "{3600,3527,0,1,1}" + }, + { + "npc_id": "2327", + "loc_data": "{2814,3337,0,1,6}" + }, + { + "npc_id": "2329", + "loc_data": "{1702,4823,0,0,6}" + }, + { + "npc_id": "2330", + "loc_data": "{2766,3211,0,0,0}" + }, + { + "npc_id": "2331", + "loc_data": "{2860,3430,0,1,4}" + }, + { + "npc_id": "2332", + "loc_data": "{2573,3102,0,1,4}" + }, + { + "npc_id": "2333", + "loc_data": "{3226,3311,0,0,0}" + }, + { + "npc_id": "2334", + "loc_data": "{2662,3525,0,1,1}" + }, + { + "npc_id": "2335", + "loc_data": "{3181,3359,0,0,0}" + }, + { + "npc_id": "2336", + "loc_data": "{2938,3221,0,1,0}" + }, + { + "npc_id": "2337", + "loc_data": "{2615,3855,0,0,3}" + }, + { + "npc_id": "2338", + "loc_data": "{2615,3229,0,0,0}" + }, + { + "npc_id": "2339", + "loc_data": "{2934,3438,0,1,6}" + }, + { + "npc_id": "2340", + "loc_data": "{3007,3373,0,1,4}" + }, + { + "npc_id": "2341", + "loc_data": "{3229,3456,0,0,0}" + }, + { + "npc_id": "2342", + "loc_data": "{3196,3231,0,1,4}" + }, + { + "npc_id": "2343", + "loc_data": "{2473,3446,0,1,6}" + }, + { + "npc_id": "2344", + "loc_data": "{2490,3183,0,1,3}" + }, + { + "npc_id": "2353", + "loc_data": "{2324,3179,0,1,5}" + }, + { + "npc_id": "2355", + "loc_data": "{2353,3163,0,0,4}" + }, + { + "npc_id": "2359", + "loc_data": "{2335,3169,0,1,3}" + }, + { + "npc_id": "2360", + "loc_data": "{2335,3174,0,1,4}-{2322,3172,0,1,5}" + }, + { + "npc_id": "2361", + "loc_data": "{2345,3172,0,1,2}-{2340,3178,0,1,3}" + }, + { + "npc_id": "2362", + "loc_data": "{2330,3163,0,1,3}" + }, + { + "npc_id": "2372", + "loc_data": "{2044,4632,0,1,3}" + }, + { + "npc_id": "2374", + "loc_data": "{2041,4632,0,1,3}-{2037,4630,0,1,3}-{2041,4644,0,1,4}" + }, + { + "npc_id": "2385", + "loc_data": "{3112,3159,0,0,0}" + }, + { + "npc_id": "2386", + "loc_data": "{3051,3496,1,0,0}" + }, + { + "npc_id": "2389", + "loc_data": "{3219,3677,0,0,0}" + }, + { + "npc_id": "2392", + "loc_data": "{3043,3204,0,0,0}" + }, + { + "npc_id": "2414", + "loc_data": "{3263,3400,1,0,0}" + }, + { + "npc_id": "2435", + "loc_data": "{2621,3682,0,0,6}" + }, + { + "npc_id": "2438", + "loc_data": "{2544,3761,0,0,6}" + }, + { + "npc_id": "2439", + "loc_data": "{2659,3657,0,1,3}" + }, + { + "npc_id": "2440", + "loc_data": "{2545,10141,0,0,6}" + }, + { + "npc_id": "2443", + "loc_data": "{2543,10143,0,0,3}" + }, + { + "npc_id": "2446", + "loc_data": "{2545,10145,0,0,6}" + }, + { + "npc_id": "2449", + "loc_data": "{2546,10144,0,0,1}-{2546,10142,0,0,6}" + }, + { + "npc_id": "2452", + "loc_data": "{2526,10166,0,1,6}" + }, + { + "npc_id": "2453", + "loc_data": "{2521,10160,0,0,1}-{2535,10163,0,0,6}-{2520,10165,0,0,3}-{2533,10162,0,0,3}-{2545,10158,0,0,5}-{2547,10151,0,0,3}-{2543,10166,0,0,3}-{2538,10160,0,0,6}-{2506,10163,0,0,3}-{2516,10163,0,0,3}-{2498,10164,0,0,5}-{2544,10160,0,0,0}-{2525,10162,0,0,3}-{2530,10161,0,0,0}-{2537,10167,0,0,7}-{2519,10163,0,0,3}-{2511,10163,0,0,3}-{2530,10161,0,0,7}-{2524,10166,0,0,3}-{2508,10159,0,0,0}-{1846,4405,3,0,2}-{1839,4400,3,0,3}-{1835,4394,3,0,3}-{1834,4406,3,0,1}-{1843,4406,3,0,2}-{1899,4372,0,0,2}-{1888,4362,0,0,7}-{1896,4362,0,0,2}-{1897,4368,0,0,5}" + }, + { + "npc_id": "2455", + "loc_data": "{2457,10139,0,1,2}-{2465,10133,0,1,4}-{2449,10148,0,1,1}-{2471,10133,0,1,6}-{2446,10145,0,1,4}-{2443,10148,0,1,1}-{2452,10161,0,1,3}-{2444,10145,0,1,1}-{2462,10163,0,1,3}-{2446,10141,0,1,3}-{2454,10149,0,1,0}-{2476,10155,0,1,4}-{2456,10153,0,1,0}-{2485,10142,0,1,3}-{2457,10152,0,1,4}-{2485,10126,0,1,4}-{2475,10148,0,1,3}-{2471,10160,0,1,1}-{2453,10145,0,1,3}-{2463,10158,0,1,4}-{2457,10163,0,1,2}-{2471,10154,0,1,6}-{2476,10151,0,1,7}-{2479,10154,0,1,1}-{2486,10158,0,1,4}-{2485,10165,0,1,5}-{2485,10153,0,1,4}-{2474,10140,0,1,7}-{2466,10130,0,1,6}-{2464,10138,0,1,6}-{2486,10150,0,1,6}-{2473,10127,0,1,4}-{2483,10126,0,1,3}-{2456,10133,0,1,6}-{2467,10163,0,1,6}-{2477,10143,0,1,3}-{2489,10139,0,1,4}-{2486,10127,0,1,1}-{2480,10141,0,1,7}-{2490,10155,0,1,3}-{2459,10133,0,1,3}-{2455,10163,0,1,0}-{2496,10166,0,1,1}-{2494,10162,0,1,1}-{2502,10167,0,1,1}-{2493,10132,0,1,3}-{2499,10162,0,1,0}-{2502,10159,0,1,1}-{2502,10166,0,1,4}-{2494,10129,0,1,5}-{2496,10130,0,1,3}-{2498,10128,0,1,1}-{2497,10126,0,1,4}-{2499,10128,0,1,5}-{2501,10126,0,1,3}-{2506,10125,0,1,4}-{2506,10127,0,1,4}-{2507,10128,0,1,3}-{2507,10126,0,1,6}-{2511,10126,0,1,0}-{2513,10126,0,1,4}-{2517,10129,0,1,3}-{2513,10127,0,1,3}-{2516,10124,0,1,4}-{2520,10122,0,1,5}-{2522,10126,0,1,3}-{2524,10129,0,1,4}-{2525,10125,0,1,4}-{2529,10122,0,1,4}-{2529,10124,0,1,2}-{2526,10126,0,1,3}-{2529,10130,0,1,6}-{2530,10127,0,1,5}-{2532,10121,0,1,0}-{2532,10123,0,1,3}-{2538,10126,0,1,0}-{2535,10125,0,1,7}-{2536,10127,0,1,1}-{2539,10130,0,1,6}-{2543,10130,0,1,6}-{2548,10131,0,1,1}-{2542,10128,0,1,3}-{1815,4405,2,1,6}-{1818,4403,2,1,3}-{1813,4404,2,1,7}-{1814,4407,2,1,7}-{1821,4393,2,1,1}-{1823,4389,2,1,1}-{1828,4387,2,1,3}-{1821,4392,2,1,0}-{1826,4391,2,1,0}-{1865,4377,2,1,1}-{1865,4397,1,1,6}-{1844,4360,1,1,4}-{1844,4361,1,1,5}-{1851,4360,1,1,3}-{1857,4360,1,1,1}-{1862,4362,1,1,1}-{1862,4362,1,1,7}-{1864,4366,1,1,1}-{1865,4383,2,1,4}-{1864,4390,1,1,1}-{1865,4408,1,1,4}-{1877,4410,1,1,1}-{1883,4411,1,1,4}-{1889,4410,1,1,4}-{1887,4374,0,1,6}-{1890,4372,0,1,4}-{1890,4366,0,1,4}-{1896,4371,0,1,3}-{1890,4364,0,1,7}-{1831,4378,3,1,2}-{1838,4379,3,1,2}-{1824,4376,3,1,1}-{1832,4380,3,1,6}-{1844,4373,2,1,4}-{1849,4381,2,1,4}-{1846,4374,2,1,1}" + }, + { + "npc_id": "2456", + "loc_data": "{2452,10145,0,0,4}-{2445,10138,0,0,7}" + }, + { + "npc_id": "2457", + "loc_data": "{2500,10148,0,1,3}-{2505,10150,0,1,2}-{2510,10148,0,1,1}-{2511,10147,0,1,6}-{2517,10151,0,1,3}-{2519,10143,0,1,7}-{2529,10148,0,1,3}-{2528,10144,0,1,0}-{2532,10145,0,1,1}-{2532,10140,0,1,7}-{2520,10144,0,1,2}-{1804,4369,2,1,2}-{1812,4363,2,1,5}-{1817,4368,2,1,6}-{1801,4404,3,1,6}-{1805,4405,3,1,1}-{1803,4404,3,1,7}-{1811,4394,1,1,7}-{1804,4391,1,1,2}-{1798,4391,1,1,4}-{1802,4389,1,1,4}-{1799,4386,2,1,1}-{1799,4381,2,1,6}-{1798,4375,1,1,4}-{1803,4376,1,1,6}-{1797,4380,1,1,6}-{1902,4367,0,1,6}-{1894,4367,0,1,1}-{1893,4361,0,1,3}-{1886,4369,0,1,1}-{1848,4394,1,1,3}-{1850,4389,1,1,1}-{1850,4391,1,1,2}" + }, + { + "npc_id": "2424", + "loc_data": "{2871,10187,0,1,0}" + }, + { + "npc_id": "1843", + "loc_data": "{2841,10129,0,1,0}" + }, + { + "npc_id": "1844", + "loc_data": "{2840,10127,0,1,0}" + }, + { + "npc_id": "2205", + "loc_data": "{2839,10128,0,1,0}" + }, + { + "npc_id": "2154", + "loc_data": "{2839,10128,0,1,0}" + }, + { + "npc_id": "2458", + "loc_data": "{2599,4774,0,0,3}" + }, + { + "npc_id": "2459", + "loc_data": "{2604,4772,0,1,4}-{2606,4771,0,1,6}-{2604,4769,0,1,2}" + }, + { + "npc_id": "2460", + "loc_data": "{2600,4778,0,1,1}-{2607,4777,0,1,1}" + }, + { + "npc_id": "2461", + "loc_data": "{2597,4776,0,1,1}-{2606,4771,0,1,1}" + }, + { + "npc_id": "2462", + "loc_data": "{2596,4773,0,1,2}-{2602,4771,0,1,6}-{2596,4780,0,1,4}" + }, + { + "npc_id": "2482", + "loc_data": "{3057,3902,0,1,3}" + }, + { + "npc_id": "2483", + "loc_data": "{2914,3116,0,0,0}" + }, + { + "npc_id": "2484", + "loc_data": "{2782,3058,0,0,0}" + }, + { + "npc_id": "2486", + "loc_data": "{2789,3055,0,0,0}" + }, + { + "npc_id": "2487", + "loc_data": "{2848,3042,0,0,0}" + }, + { + "npc_id": "2488", + "loc_data": "{2799,3058,0,0,0}" + }, + { + "npc_id": "2489", + "loc_data": "{3781,3031,0,1,5}-{3775,3033,0,1,4}-{3780,3022,0,1,1}-{3788,3011,0,1,2}-{3793,3019,0,1,5}-{3766,3010,0,1,4}-{3764,3020,0,1,1}-{3779,3045,0,1,1}-{3784,3040,0,1,3}-{3802,3037,0,1,2}-{3808,3026,0,1,3}-{3799,3024,0,1,4}-{3749,3000,0,1,6}-{3738,3010,0,1,3}-{3723,2998,0,1,2}-{3731,2991,0,1,1}-{3703,3040,0,1,3}-{3706,3051,0,1,1}-{3664,3013,0,1,7}-{3720,3040,0,1,6}-{3719,3045,0,1,6}" + }, + { + "npc_id": "2490", + "loc_data": "{3782,3016,0,1,7}" + }, + { + "npc_id": "2491", + "loc_data": "{2679,3080,0,1,6}-{2684,3084,0,1,4}-{2682,3093,0,1,4}-{2678,3095,0,1,3}-{2679,3102,0,1,1}-{2681,3110,0,1,4}-{2683,3115,0,1,6}-{2675,3108,0,1,3}-{2671,3109,0,1,3}-{2671,3113,0,1,4}-{2676,3090,0,1,4}-{2670,3088,0,1,6}-{2671,3086,0,1,6}-{2664,3088,0,1,7}-{2660,3086,0,1,6}-{2662,3088,0,1,6}-{2670,3082,0,1,7}-{2674,3081,0,1,3}-{2663,3086,0,1,6}-{2679,3082,0,1,1}-{2682,3093,0,1,3}" + }, + { + "npc_id": "2504", + "loc_data": "{2796,3077,1,1,3}" + }, + { + "npc_id": "2507", + "loc_data": "{2794,3077,0,1,6}" + }, + { + "npc_id": "2510", + "loc_data": "{2786,3075,1,1,4}" + }, + { + "npc_id": "2513", + "loc_data": "{2796,3088,0,1,7}" + }, + { + "npc_id": "2516", + "loc_data": "{2791,3102,0,1,3}" + }, + { + "npc_id": "2519", + "loc_data": "{2794,3064,0,1,5}" + }, + { + "npc_id": "2522", + "loc_data": "{2758,3099,0,1,1}" + }, + { + "npc_id": "2525", + "loc_data": "{2800,3048,0,1,2}" + }, + { + "npc_id": "2528", + "loc_data": "{2816,3085,0,1,3}" + }, + { + "npc_id": "2531", + "loc_data": "{2784,3089,0,1,1}" + }, + { + "npc_id": "2547", + "loc_data": "{3109,9942,0,1,4}-{3111,9938,0,1,4}-{3116,9926,0,1,4}-{2615,9525,0,1,4}-{2615,9521,0,1,1}" + }, + { + "npc_id": "2548", + "loc_data": "{3349,2970,0,0,4}-{3358,2987,0,0,4}" + }, + { + "npc_id": "2549", + "loc_data": "{3364,3001,0,0,6}" + }, + { + "npc_id": "2568", + "loc_data": "{2729,3495,0,0,6}-{2724,3495,0,0,6}-{2728,3495,0,0,6}-{2721,3495,0,0,6}" + }, + { + "npc_id": "2569", + "loc_data": "{2727,3495,0,0,6}-{2722,3495,0,0,6}" + }, + { + "npc_id": "2572", + "loc_data": "{3079,3250,0,1,2}" + }, + { + "npc_id": "2574", + "loc_data": "{3087,3247,0,0,7}" + }, + { + "npc_id": "2580", + "loc_data": "{2889,3436,0,0,0}" + }, + { + "npc_id": "2591", + "loc_data": "{4786,5106,0,1,6}-{2474,5145,0,1,2}" + }, + { + "npc_id": "2592", + "loc_data": "{4680,5117,0,1,6}-{2461,5142,0,1,6}" + }, + { + "npc_id": "2594", + "loc_data": "{4703,5123,0,1,5}-{4680,5126,0,1,7}-{4730,5077,0,1,5}" + }, + { + "npc_id": "2595", + "loc_data": "{4699,5100,0,1,6}-{4647,5132,0,1,7}-{4633,5069,0,1,4}-{4757,5100,0,1,2}" + }, + { + "npc_id": "2596", + "loc_data": "{4628,5117,0,1,4}-{4787,5118,0,1,7}-{2483,5155,0,1,4}" + }, + { + "npc_id": "2597", + "loc_data": "{4621,5094,0,1,5}-{2446,5144,0,1,1}-{2470,5141,0,1,6}" + }, + { + "npc_id": "2598", + "loc_data": "{2485,5159,0,1,4}-{2489,5155,0,1,1}-{2471,5144,0,1,3}-{2476,5153,0,1,0}-{2477,5150,0,1,1}" + }, + { + "npc_id": "2600", + "loc_data": "{4656,5125,0,1,5}-{4711,5072,0,1,4}-{4751,5087,0,1,3}" + }, + { + "npc_id": "2601", + "loc_data": "{4676,5123,0,1,5}-{4693,5127,0,1,7}-{4724,5107,0,1,5}-{4788,5110,0,1,4}" + }, + { + "npc_id": "2602", + "loc_data": "{4668,5133,0,1,7}-{4627,5122,0,1,5}-{4714,5113,0,1,6}-{4752,5074,0,1,7}-{4789,5122,0,1,2}" + }, + { + "npc_id": "2603", + "loc_data": "{4711,5086,0,1,2}-{4760,5091,0,1,4}" + }, + { + "npc_id": "2604", + "loc_data": "{2439,5170,0,1,3}-{2451,5170,0,1,3}-{2453,5161,0,1,6}-{2460,5160,0,1,7}-{2457,5155,0,1,3}-{2480,5168,0,1,6}-{2469,5166,0,1,1}-{2490,5173,0,1,3}-{2488,5171,0,1,4}-{2483,5156,0,1,3}-{2470,5147,0,1,4}-{2468,5139,0,1,7}-{2458,5141,0,1,3}-{2454,5141,0,1,1}-{2452,5124,0,1,3}-{2454,5122,0,1,2}-{2453,5143,0,1,3}-{2443,5144,0,1,6}" + }, + { + "npc_id": "2605", + "loc_data": "{4633,5125,0,1,7}-{4631,5088,0,1,7}-{4760,5074,0,1,4}" + }, + { + "npc_id": "2606", + "loc_data": "{4670,5081,0,1,6}-{4642,5115,0,1,7}-{4756,5086,0,1,4}" + }, + { + "npc_id": "2607", + "loc_data": "{4638,5095,0,1,2}-{4647,5141,0,1,4}-{4699,5141,0,1,3}-{4774,5098,0,1,3}" + }, + { + "npc_id": "2608", + "loc_data": "{4656,5091,0,1,5}-{4637,5093,0,1,0}" + }, + { + "npc_id": "2609", + "loc_data": "{4691,5090,0,1,7}-{4617,5073,0,1,6}-{4711,5125,0,1,4}-{4727,5082,0,1,6}-{4748,5070,0,1,4}-{2440,5128,0,1,3}-{2436,5133,0,1,3}-{2450,5168,0,1,2}-{2443,5170,0,1,4}-{2445,5177,0,1,3}" + }, + { + "npc_id": "2610", + "loc_data": "{2446,5169,0,1,4}-{2458,5159,0,1,3}-{2466,5166,0,1,7}-{2471,5166,0,1,3}-{2478,5164,0,1,4}-{2490,5174,0,1,4}-{2485,5159,0,1,5}-{2442,5173,0,1,0}-{2440,5171,0,1,7}-{2440,5170,0,1,3}" + }, + { + "npc_id": "2611", + "loc_data": "{4646,5107,0,1,6}-{4683,5098,0,1,4}-{4690,5113,0,1,5}-{4720,5118,0,1,7}-{4716,5097,0,1,5}-{4762,5088,0,1,0}" + }, + { + "npc_id": "2614", + "loc_data": "{4666,5082,0,1,0}-{4669,5103,0,1,2}-{4664,5121,0,1,4}-{4639,5074,0,1,3}-{4704,5077,0,1,5}-{4688,5016,0,1,3}" + }, + { + "npc_id": "2615", + "loc_data": "{4695,5128,0,1,7}-{4625,5084,0,1,7}-{4628,5134,0,1,3}-{4725,5067,0,1,5}-{4748,5076,0,1,6}-{4790,5127,0,1,0}" + }, + { + "npc_id": "2616", + "loc_data": "{4673,5114,0,1,1}-{4631,5106,0,1,0}-{2441,5130,0,1,1}-{2438,5135,0,1,6}-{2443,5138,0,1,2}" + }, + { + "npc_id": "2617", + "loc_data": "{4611,5132,0,1,5}-{2440,5168,0,0,1}" + }, + { + "npc_id": "2618", + "loc_data": "{4603,5065,0,1,1}-{2399,5178,0,1,6}" + }, + { + "npc_id": "2619", + "loc_data": "{2446,5179,0,0,6}-{4644,5149,0,1,7}-{2418,5203,0,1,6}" + }, + { + "npc_id": "2620", + "loc_data": "{4701,5153,0,1,0}-{2478,5146,0,1,2}" + }, + { + "npc_id": "2622", + "loc_data": "{4689,5173,0,0,0}-{2464,5149,0,0,7}" + }, + { + "npc_id": "2623", + "loc_data": "{4655,5172,0,1,0}-{2462,5125,0,1,5}" + }, + { + "npc_id": "2624", + "loc_data": "{4718,5148,0,1,6}-{4708,5173,0,1,6}-{4716,5178,0,1,7}-{4726,5173,0,1,0}-{4730,5163,0,1,3}-{4726,5153,0,1,5}" + }, + { + "npc_id": "2625", + "loc_data": "{4668,5177,0,1,4}-{4676,5177,0,1,2}" + }, + { + "npc_id": "2634", + "loc_data": "{3095,3252,0,0,0}" + }, + { + "npc_id": "2652", + "loc_data": "{2868,3579,0,0,0}-{2851,3582,0,0,0}" + }, + { + "npc_id": "2660", + "loc_data": "{3208,3496,0,1,3}" + }, + { + "npc_id": "2674", + "loc_data": "{3017,3231,0,1,1}" + }, + { + "npc_id": "2676", + "loc_data": "{2914,3322,0,0,0}" + }, + { + "npc_id": "2677", + "loc_data": "{2945,3307,0,0,0}" + }, + { + "npc_id": "2678", + "loc_data": "{2988,3210,0,1,7}" + }, + { + "npc_id": "2679", + "loc_data": "{3000,3222,0,1,1}" + }, + { + "npc_id": "2680", + "loc_data": "{2985,3193,0,1,1}-{2582,9836,0,1,2}" + }, + { + "npc_id": "2681", + "loc_data": "{2991,3199,0,1,3}" + }, + { + "npc_id": "2682", + "loc_data": "{1866,4237,0,1,0}-{1866,4240,0,1,0}-{1867,4243,0,1,0}-{2950,3204,0,1,5}-{2971,3212,0,1,4}-{2960,3201,0,1,1}-{2959,3202,0,1,4}-{2904,3208,0,1,0}-{2956,3203,0,1,1}-{2969,3204,0,1,4}" + }, + { + "npc_id": "2683", + "loc_data": "{2967,3212,1,0,7}" + }, + { + "npc_id": "2684", + "loc_data": "{2965,3213,1,0,0}" + }, + { + "npc_id": "2685", + "loc_data": "{3124,9873,0,1,3}-{2911,3285,0,1,1}" + }, + { + "npc_id": "2686", + "loc_data": "{2907,3293,0,1,4}" + }, + { + "npc_id": "2687", + "loc_data": "{2907,3293,0,1,6}-{2908,3290,0,1,3}" + }, + { + "npc_id": "2688", + "loc_data": "{3127,9874,0,1,4}-{2906,3288,0,1,1}-{2910,3293,0,1,4}" + }, + { + "npc_id": "2689", + "loc_data": "{2918,3319,0,0,0}" + }, + { + "npc_id": "2690", + "loc_data": "{3048,3258,0,1,3}" + }, + { + "npc_id": "2691", + "loc_data": "{3048,3256,0,1,4}" + }, + { + "npc_id": "2692", + "loc_data": "{3049,3256,0,0,0}" + }, + { + "npc_id": "2693", + "loc_data": "{3214,3313,0,1,0}-{3214,3320,0,1,0}-{3215,3303,0,1,0}-{3219,3285,0,1,0}-{3219,3288,0,1,0}-{3234,3267,0,1,0}-{3234,3268,0,1,0}-{3238,3238,0,1,0}-{3238,3246,0,1,0}-{3239,3235,0,1,0}-{2976,3359,0,1,0}-{2977,3357,0,1,0}-{2988,3383,0,1,1}-{2992,3385,0,1,3}-{3015,3285,0,1,0}" + }, + { + "npc_id": "2695", + "loc_data": "{3013,3192,0,1,1}" + }, + { + "npc_id": "2696", + "loc_data": "{3013,3196,0,1,1}" + }, + { + "npc_id": "2697", + "loc_data": "{3018,3189,0,1,4}" + }, + { + "npc_id": "2698", + "loc_data": "{3018,3181,0,1,6}" + }, + { + "npc_id": "2699", + "loc_data": "{3037,2982,0,0,6}-{3036,2979,0,0,6}" + }, + { + "npc_id": "2700", + "loc_data": "{3037,2982,0,0,6}" + }, + { + "npc_id": "2704", + "loc_data": "{3019,3185,0,0,0}-{3034,2979,0,0,1}-{3033,2980,1,0,4}-{3032,2979,0,0,1}-{3034,2985,0,0,1}-{3035,2982,0,0,1}" + }, + { + "npc_id": "2705", + "loc_data": "{3034,2985,1,0,1}" + }, + { + "npc_id": "2706", + "loc_data": "{3725,3015,0,1,4}-{3745,3026,0,1,6}-{3741,3033,0,1,6}-{3734,3045,0,1,1}-{3019,3145,0,1,3}-{3015,3142,0,1,4}-{3022,3139,0,1,4}" + }, + { + "npc_id": "2709", + "loc_data": "{3002,3266,0,1,6}" + }, + { + "npc_id": "2710", + "loc_data": "{3001,3268,0,1,4}" + }, + { + "npc_id": "2711", + "loc_data": "{3002,3268,0,1,4}" + }, + { + "npc_id": "2712", + "loc_data": "{3001,3268,0,1,3}" + }, + { + "npc_id": "2713", + "loc_data": "{3002,3267,0,1,2}" + }, + { + "npc_id": "2725", + "loc_data": "{2500,3488,0,1,2}" + }, + { + "npc_id": "2726", + "loc_data": "{2994,3138,0,1,0}" + }, + { + "npc_id": "2727", + "loc_data": "{2969,3146,0,1,0}" + }, + { + "npc_id": "2728", + "loc_data": "{3043,3235,0,1,7}" + }, + { + "npc_id": "2729", + "loc_data": "{3047,3234,0,1,7}" + }, + { + "npc_id": "2730", + "loc_data": "{2835,3335,0,0,5}" + }, + { + "npc_id": "2731", + "loc_data": "{2833,3335,0,0,3}" + }, + { + "npc_id": "2732", + "loc_data": "{2933,3281,0,1,1}" + }, + { + "npc_id": "2733", + "loc_data": "{2932,3286,0,1,1}" + }, + { + "npc_id": "2759", + "loc_data": "{3254,3418,0,0,0}-{3255,3418,0,0,0}-{3256,3418,0,0,0}-{3096,3493,0,0,0}-{3097,3494,0,0,0}-{3104,3368,0,0,0}-{3180,3438,0,0,0}-{3180,3442,0,0,0}-{3191,3441,0,0,0}-{3191,3437,0,0,0}-{3191,3445,0,0,0}" + }, + { + "npc_id": "2782", + "loc_data": "{1925,4636,0,1,7}" + }, + { + "npc_id": "2783", + "loc_data": "{1995,4660,0,1,7}-{1989,4660,0,1,0}-{1989,4664,0,1,7}-{1995,4660,0,1,2}-{1997,4664,0,1,3}-{1989,4658,0,1,0}-{2001,4646,0,1,4}-{2000,4645,0,1,3}-{1997,4644,0,1,1}-{2006,4639,0,1,6}-{1999,4636,0,1,3}" + }, + { + "npc_id": "2792", + "loc_data": "{3228,3412,0,0,0}" + }, + { + "npc_id": "2794", + "loc_data": "{2606,3100,0,0,0}" + }, + { + "npc_id": "2796", + "loc_data": "{3089,3124,0,0,3}-{3096,3108,0,0,6}-{3075,3091,0,0,6}-{3121,3103,0,0,1}-{3105,3095,0,0,3}" + }, + { + "npc_id": "2800", + "loc_data": "{2981,3190,0,0,0}" + }, + { + "npc_id": "2803", + "loc_data": "{3391,3066,0,1,6}-{3397,3054,0,1,6}-{3398,3060,0,1,0}-{3412,3059,0,1,3}" + }, + { + "npc_id": "2804", + "loc_data": "{3388,3067,0,1,0}-{3396,3064,0,1,6}-{3402,3063,0,1,1}-{3423,3019,0,1,3}-{3420,3015,0,1,6}-{3430,3014,0,1,2}-{3426,3020,0,0,0}-{3416,3013,0,1,4}-{3410,3016,0,1,6}" + }, + { + "npc_id": "2805", + "loc_data": "{3391,3071,0,1,2}-{3397,3069,0,1,2}-{3398,3068,0,1,1}-{3385,3064,0,1,6}-{3406,3064,0,1,6}-{3413,3053,0,1,6}-{3424,3061,0,1,2}-{3423,3020,0,1,0}-{3429,3019,0,0,0}" + }, + { + "npc_id": "2806", + "loc_data": "{3426,3052,0,1,4}-{3423,3044,0,1,3}-{3415,3018,0,1,5}-{3425,3009,0,1,3}" + }, + { + "npc_id": "2807", + "loc_data": "{3414,3045,0,1,1}-{3403,3050,0,1,4}-{3407,3058,0,1,3}-{3420,3022,0,0,0}" + }, + { + "npc_id": "2808", + "loc_data": "{3384,3072,0,1,2}-{3394,3076,0,1,1}-{3403,3069,0,1,1}-{3402,3061,0,1,1}-{3419,3006,0,1,4}" + }, + { + "npc_id": "2809", + "loc_data": "{3274,3168,0,1,0}" + }, + { + "npc_id": "2810", + "loc_data": "{3311,3208,0,1,0}" + }, + { + "npc_id": "2811", + "loc_data": "{3289,3209,0,1,0}" + }, + { + "npc_id": "2812", + "loc_data": "{3296,3227,0,0,0}" + }, + { + "npc_id": "2813", + "loc_data": "{3285,3201,0,0,0}" + }, + { + "npc_id": "2816", + "loc_data": "{3301,3190,0,0,0}" + }, + { + "npc_id": "2817", + "loc_data": "{3306,3197,0,0,0}" + }, + { + "npc_id": "2818", + "loc_data": "{3303,3204,0,0,0}" + }, + { + "npc_id": "2819", + "loc_data": "{3295,3193,0,0,0}" + }, + { + "npc_id": "2824", + "loc_data": "{3275,3193,0,0,0}" + }, + { + "npc_id": "2860", + "loc_data": "{2345,3165,0,1,4}" + }, + { + "npc_id": "2881", + "loc_data": "{2907,4440,0,1,6}" + }, + { + "npc_id": "2882", + "loc_data": "{2910,4457,0,1,6}" + }, + { + "npc_id": "2883", + "loc_data": "{2923,4443,0,1,4}" + }, + { + "npc_id": "2890", + "loc_data": "{1889,4411,0,0,4}-{1895,4409,0,0,2}-{1903,4409,0,0,3}-{1906,4407,0,0,5}-{1903,4400,0,0,1}-{1899,4400,0,0,2}-{1893,4398,0,0,2}-{1888,4386,0,0,6}-{1884,4383,0,0,5}-{1879,4376,0,0,5}-{1883,4376,0,0,1}-{1921,4368,0,0,2}-{1927,4362,0,0,7}-{1935,4360,0,0,7}-{1942,4356,0,0,7}-{1948,4355,0,0,7}-{1951,4358,0,0,2}-{1957,4365,0,0,2}-{1958,4368,0,0,2}" + }, + { + "npc_id": "2894", + "loc_data": "{2908,4435,0,0,1}-{2924,4436,0,0,5}-{2924,4460,0,0,6}-{2908,4463,0,0,3}-{2901,4458,0,0,3}-{2928,4441,0,0,3}-{2929,4449,0,0,6}-{2902,4437,0,0,1}" + }, + { + "npc_id": "2935", + "loc_data": "{3671,3484,0,1,4}" + }, + { + "npc_id": "2939", + "loc_data": "{2657,3701,0,1,0}" + }, + { + "npc_id": "2940", + "loc_data": "{2675,3671,0,1,3}" + }, + { + "npc_id": "2942", + "loc_data": "{3017,3234,0,1,7}" + }, + { + "npc_id": "2943", + "loc_data": "{3265,3400,0,0,0}" + }, + { + "npc_id": "2945", + "loc_data": "{2562,3319,0,0,0}" + }, + { + "npc_id": "2946", + "loc_data": "{3246,9865,0,1,1}" + }, + { + "npc_id": "2947", + "loc_data": "{3245,9868,0,1,3}" + }, + { + "npc_id": "2948", + "loc_data": "{3265,3403,0,0,0}" + }, + { + "npc_id": "2949", + "loc_data": "{2562,3320,0,0,0}" + }, + { + "npc_id": "2950", + "loc_data": "{3020,3229,0,0,7}" + }, + { + "npc_id": "2997", + "loc_data": "{3308,3511,1,1,1}" + }, + { + "npc_id": "2998", + "loc_data": "{2657,9641,0,1,0}" + }, + { + "npc_id": "2999", + "loc_data": "{2658,9634,0,1,1}" + }, + { + "npc_id": "3001", + "loc_data": "{2646,9639,0,1,4}" + }, + { + "npc_id": "3002", + "loc_data": "{2666,9630,0,1,6}" + }, + { + "npc_id": "3003", + "loc_data": "{2660,9624,0,1,6}" + }, + { + "npc_id": "3020", + "loc_data": "{3348,2942,0,1,3}" + }, + { + "npc_id": "3021", + "loc_data": "{2815,3466,0,0,3}-{2859,3431,0,0,0}-{2933,3434,0,1,4}-{3182,3354,0,0,0}-{3087,3352,0,0,0}-{3065,3255,0,0,0}-{3192,3229,0,0,0}-{3232,3459,0,0,3}-{3451,3475,0,0,6}-{2812,3333,0,1,4}-{3007,3371,0,1,2}-{3053,3304,0,0,1}-{2663,3374,0,0,4}-{3603,3529,0,0,6}-{2474,3446,0,1,4}-{2611,3859,0,0,6}-{2434,3415,0,1,3}-{2764,3210,0,1,1}-{2940,3225,0,0,6}-{2614,3226,0,0,4}-{3315,3205,0,0,6}-{2827,3692,0,1,5}-{2666,3521,0,1,4}-{2491,3177,0,0,1}" + }, + { + "npc_id": "3029", + "loc_data": "{3422,2937,0,1,1}" + }, + { + "npc_id": "3030", + "loc_data": "{3421,2912,0,0,1}" + }, + { + "npc_id": "3031", + "loc_data": "{3439,2890,0,0,3}" + }, + { + "npc_id": "3032", + "loc_data": "{3439,2927,0,1,5}" + }, + { + "npc_id": "3034", + "loc_data": "{3409,2929,1,1,4}" + }, + { + "npc_id": "3035", + "loc_data": "{3450,2895,0,0,3}" + }, + { + "npc_id": "3036", + "loc_data": "{3424,2900,0,1,3}" + }, + { + "npc_id": "3037", + "loc_data": "{3424,2906,0,0,1}" + }, + { + "npc_id": "3038", + "loc_data": "{3406,2924,0,1,3}" + }, + { + "npc_id": "3039", + "loc_data": "{3414,2907,0,1,3}" + }, + { + "npc_id": "3040", + "loc_data": "{3443,2914,0,0,3}" + }, + { + "npc_id": "3041", + "loc_data": "{3445,2910,0,0,1}" + }, + { + "npc_id": "3042", + "loc_data": "{3441,2920,0,1,4}" + }, + { + "npc_id": "3043", + "loc_data": "{3445,2917,0,0,3}" + }, + { + "npc_id": "3044", + "loc_data": "{3428,2928,0,1,5}" + }, + { + "npc_id": "3045", + "loc_data": "{3432,2912,0,0,1}" + }, + { + "npc_id": "3046", + "loc_data": "{3425,2891,0,0,4}-{3425,2894,0,0,4}-{3425,2893,0,0,4}-{3425,2889,0,0,4}" + }, + { + "npc_id": "3050", + "loc_data": "{3187,9758,0,1,3}" + }, + { + "npc_id": "3068", + "loc_data": "{3062,9550,0,1,5}-{3050,9554,0,1,7}-{3048,9545,0,1,4}-{3061,9542,0,1,3}-{3065,9548,0,1,1}-{3034,9544,0,1,4}-{3033,9552,0,1,3}-{3029,9545,0,1,7}-{3027,9555,0,1,3}" + }, + { + "npc_id": "3072", + "loc_data": "{3210,5562,0,1,3}-{3207,5448,0,1,3}-{3223,5446,0,1,4}" + }, + { + "npc_id": "3073", + "loc_data": "{3217,5442,0,1,4}-{3231,5444,0,1,0}" + }, + { + "npc_id": "3074", + "loc_data": "{3404,3492,0,0,6}" + }, + { + "npc_id": "3076", + "loc_data": "{3403,3492,0,0,0}" + }, + { + "npc_id": "3090", + "loc_data": "{3082,3442,0,0,0}" + }, + { + "npc_id": "3094", + "loc_data": "{3361,3306,0,1,6}" + }, + { + "npc_id": "3095", + "loc_data": "{3364,3309,0,1,3}-{3363,3317,1,1,1}" + }, + { + "npc_id": "3097", + "loc_data": "{3364,3304,0,1,6}" + }, + { + "npc_id": "3099", + "loc_data": "{3364,9626,2,1,1}" + }, + { + "npc_id": "3100", + "loc_data": "{3363,9646,0,1,1}" + }, + { + "npc_id": "3101", + "loc_data": "{3364,9644,1,1,6}" + }, + { + "npc_id": "3103", + "loc_data": "{3362,3318,1,0,6}" + }, + { + "npc_id": "3104", + "loc_data": "{3364,3310,0,1,1}-{3379,9627,0,1,0}-{3367,9647,2,1,4}" + }, + { + "npc_id": "3105", + "loc_data": "{3367,3304,1,1,1}-{3376,9655,0,1,7}" + }, + { + "npc_id": "3106", + "loc_data": "{3360,3305,1,1,3}-{3348,9654,0,1,4}-{3362,9648,2,1,4}" + }, + { + "npc_id": "3107", + "loc_data": "{3361,3306,0,1,3}-{3348,9626,0,1,6}" + }, + { + "npc_id": "3108", + "loc_data": "{2549,3100,0,0,4}" + }, + { + "npc_id": "3109", + "loc_data": "{2551,3079,0,1,3}" + }, + { + "npc_id": "3110", + "loc_data": "{2789,3175,0,0,4}" + }, + { + "npc_id": "3111", + "loc_data": "{2788,3176,0,0,0}" + }, + { + "npc_id": "3114", + "loc_data": "{2815,3344,0,1,3}" + }, + { + "npc_id": "3123", + "loc_data": "{3344,2827,0,1,5}" + }, + { + "npc_id": "3124", + "loc_data": "{3372,2847,1,0,3}" + }, + { + "npc_id": "3125", + "loc_data": "{3366,2845,3,0,6}" + }, + { + "npc_id": "3127", + "loc_data": "{3331,2948,0,1,4}" + }, + { + "npc_id": "3153", + "loc_data": "{2871,3091,0,1,4}-{2862,3111,0,1,1}-{2861,3101,0,1,3}-{2870,3113,0,1,4}-{2870,3110,0,1,6}-{2865,3103,0,1,3}-{2873,3103,0,1,2}-{2863,3118,0,1,4}-{2886,3109,0,1,1}-{2892,3109,0,1,2}-{2883,3105,0,1,4}-{2889,3111,0,1,6}-{2883,3110,0,1,3}" + }, + { + "npc_id": "3155", + "loc_data": "{3679,3494,0,1,3}-{3687,2953,0,1,1}" + }, + { + "npc_id": "3162", + "loc_data": "{3691,2954,0,1,3}" + }, + { + "npc_id": "3164", + "loc_data": "{3667,2990,0,1,3}" + }, + { + "npc_id": "3166", + "loc_data": "{3693,2979,0,1,3}" + }, + { + "npc_id": "3167", + "loc_data": "{3662,2978,1,1,4}" + }, + { + "npc_id": "3168", + "loc_data": "{3663,2981,0,1,3}" + }, + { + "npc_id": "3170", + "loc_data": "{3674,2970,0,1,0}" + }, + { + "npc_id": "3188", + "loc_data": "{3664,2971,0,1,6}" + }, + { + "npc_id": "3189", + "loc_data": "{3690,2976,0,1,1}-{3671,3006,0,1,6}" + }, + { + "npc_id": "3191", + "loc_data": "{3659,2955,0,1,3}-{3683,2994,0,1,4}-{3662,3005,0,1,4}" + }, + { + "npc_id": "3192", + "loc_data": "{3700,2994,0,1,4}-{3683,3005,0,1,3}" + }, + { + "npc_id": "3193", + "loc_data": "{3696,2993,0,1,3}-{3693,3006,0,1,3}" + }, + { + "npc_id": "3194", + "loc_data": "{3654,2992,0,1,4}-{3682,2962,0,1,3}-{3704,3006,0,1,0}" + }, + { + "npc_id": "3195", + "loc_data": "{3696,2978,0,1,1}" + }, + { + "npc_id": "3196", + "loc_data": "{3649,3004,0,1,6}" + }, + { + "npc_id": "3200", + "loc_data": "{3263,3932,0,1,3}" + }, + { + "npc_id": "3205", + "loc_data": "{3139,3448,0,1,3}" + }, + { + "npc_id": "3216", + "loc_data": "{2534,3273,0,0,0}-{2539,3273,0,0,0}" + }, + { + "npc_id": "3217", + "loc_data": "{2956,3370,0,1,3}" + }, + { + "npc_id": "3219", + "loc_data": "{3027,3344,0,1,4}" + }, + { + "npc_id": "3220", + "loc_data": "{3013,3338,0,1,4}" + }, + { + "npc_id": "3221", + "loc_data": "{3016,3334,0,1,3}-{3016,3339,0,1,6}-{3019,3341,0,1,4}" + }, + { + "npc_id": "3223", + "loc_data": "{2994,3365,0,1,4}" + }, + { + "npc_id": "3224", + "loc_data": "{3047,3365,0,1,6}" + }, + { + "npc_id": "3226", + "loc_data": "{2996,3375,0,1,4}" + }, + { + "npc_id": "3227", + "loc_data": "{2756,3182,0,1,6}" + }, + { + "npc_id": "3228", + "loc_data": "{2969,3373,0,1,3}-{2948,3353,0,1,3}-{3036,3357,0,1,3}" + }, + { + "npc_id": "3229", + "loc_data": "{2912,3344,0,1,7}-{3040,3354,0,1,2}" + }, + { + "npc_id": "3230", + "loc_data": "{2986,3370,0,1,1}" + }, + { + "npc_id": "3234", + "loc_data": "{3011,3383,0,1,0}" + }, + { + "npc_id": "3237", + "loc_data": "{2984,3435,0,0,0}" + }, + { + "npc_id": "3238", + "loc_data": "{2981,3434,0,0,0}" + }, + { + "npc_id": "3239", + "loc_data": "{2975,3436,0,0,0}" + }, + { + "npc_id": "3240", + "loc_data": "{2977,3442,0,0,0}" + }, + { + "npc_id": "3241", + "loc_data": "{2969,3451,0,1,4}" + }, + { + "npc_id": "3242", + "loc_data": "{2910,3332,0,1,0}-{2910,3337,0,1,4}-{2904,3331,0,1,3}-{2979,3568,0,1,7}-{2983,3566,0,1,3}-{2979,3566,0,1,3}-{2981,3570,0,1,6}-{2984,3561,0,1,6}" + }, + { + "npc_id": "3243", + "loc_data": "{2906,3331,0,1,6}-{2909,3333,0,1,6}" + }, + { + "npc_id": "3244", + "loc_data": "{2909,3333,0,1,1}" + }, + { + "npc_id": "3245", + "loc_data": "{2907,3336,0,1,0}" + }, + { + "npc_id": "3246", + "loc_data": "{3071,3446,0,1,6}-{2548,3567,0,1,4}" + }, + { + "npc_id": "3247", + "loc_data": "{2548,3567,0,1,1}" + }, + { + "npc_id": "3248", + "loc_data": "{3073,3442,0,1,5}" + }, + { + "npc_id": "3249", + "loc_data": "{3082,3441,0,1,0}" + }, + { + "npc_id": "3250", + "loc_data": "{3088,3426,0,1,3}-{2547,3571,0,1,7}" + }, + { + "npc_id": "3251", + "loc_data": "{3073,3422,0,1,6}" + }, + { + "npc_id": "3252", + "loc_data": "{3077,3424,0,1,6}" + }, + { + "npc_id": "3253", + "loc_data": "{2542,3578,0,1,3}" + }, + { + "npc_id": "3255", + "loc_data": "{3073,3423,0,1,3}" + }, + { + "npc_id": "3256", + "loc_data": "{3080,3415,0,1,3}-{3084,3415,0,1,6}" + }, + { + "npc_id": "3257", + "loc_data": "{3096,3432,0,1,0}" + }, + { + "npc_id": "3258", + "loc_data": "{3080,3444,0,1,3}" + }, + { + "npc_id": "3259", + "loc_data": "{3075,3438,0,1,4}" + }, + { + "npc_id": "3260", + "loc_data": "{3083,3425,0,1,3}-{2554,3564,0,1,6}-{2547,3558,0,1,6}" + }, + { + "npc_id": "3261", + "loc_data": "{3086,3425,0,1,3}" + }, + { + "npc_id": "3262", + "loc_data": "{3080,3423,0,1,1}" + }, + { + "npc_id": "3263", + "loc_data": "{3084,3419,0,1,4}" + }, + { + "npc_id": "3264", + "loc_data": "{3265,3331,0,1,7}-{3146,3460,0,1,6}-{3115,3414,0,1,3}-{3195,3240,0,1,6}-{2565,9843,0,1,0}" + }, + { + "npc_id": "3265", + "loc_data": "{3121,3427,0,1,2}-{2582,9836,0,1,1}" + }, + { + "npc_id": "3266", + "loc_data": "{3094,3406,0,1,3}" + }, + { + "npc_id": "3267", + "loc_data": "{3134,3459,0,1,1}-{3194,3240,0,1,0}-{3178,3257,0,1,1}-{3170,3255,0,1,7}-{3192,3243,0,1,1}-{3175,3249,0,1,1}-{3170,3242,0,1,2}-{3193,3243,0,1,7}-{3189,3258,0,1,1}-{3172,3245,0,1,4}-{3172,3238,0,1,6}-{3187,3246,0,1,4}-{3186,3243,0,1,7}-{3222,3238,0,1,1}-{3144,3235,0,1,6}-{3147,3224,0,1,1}-{3131,3243,0,1,7}-{3142,3242,0,1,4}-{3157,3228,0,1,6}-{3151,3217,0,1,6}-{3152,3246,0,1,1}-{3145,3266,0,1,4}-{3148,3240,0,1,1}-{3135,3258,0,1,2}-{3140,3260,0,1,3}" + }, + { + "npc_id": "3268", + "loc_data": "{3012,3454,0,1,1}" + }, + { + "npc_id": "3269", + "loc_data": "{3022,3447,0,1,4}" + }, + { + "npc_id": "3270", + "loc_data": "{3010,3452,0,1,3}" + }, + { + "npc_id": "3272", + "loc_data": "{3042,3468,0,1,1}" + }, + { + "npc_id": "3273", + "loc_data": "{3030,3465,0,1,5}" + }, + { + "npc_id": "3276", + "loc_data": "{3039,3475,0,1,4}" + }, + { + "npc_id": "3277", + "loc_data": "{3035,3471,0,1,2}" + }, + { + "npc_id": "3278", + "loc_data": "{3045,3477,0,1,1}" + }, + { + "npc_id": "3279", + "loc_data": "{3039,3471,0,1,6}" + }, + { + "npc_id": "3280", + "loc_data": "{3015,3451,0,0,0}" + }, + { + "npc_id": "3281", + "loc_data": "{3018,3450,0,0,0}" + }, + { + "npc_id": "3282", + "loc_data": "{3008,3442,0,0,0}" + }, + { + "npc_id": "3283", + "loc_data": "{3039,3424,0,1,5}-{3043,3429,0,1,4}-{3047,3427,0,1,1}-{2964,3455,0,0,0}-{3048,3441,0,1,3}" + }, + { + "npc_id": "3284", + "loc_data": "{3058,3419,0,0,0}-{3048,3423,0,1,6}-{2969,3437,0,0,0}-{3054,3432,0,1,5}" + }, + { + "npc_id": "3285", + "loc_data": "{3036,3430,0,1,3}-{3025,3442,0,0,0}-{2952,3376,0,0,0}" + }, + { + "npc_id": "3286", + "loc_data": "{3034,3450,0,1,3}-{3057,3447,0,1,6}-{2968,3448,0,1,1}" + }, + { + "npc_id": "3287", + "loc_data": "{3073,3443,0,1,0}-{3046,3453,0,1,6}-{2987,3444,0,1,0}" + }, + { + "npc_id": "3288", + "loc_data": "{3034,3437,0,1,0}-{2987,3446,0,1,7}" + }, + { + "npc_id": "3294", + "loc_data": "{3014,3339,0,1,2}" + }, + { + "npc_id": "3295", + "loc_data": "{3020,3337,0,1,1}" + }, + { + "npc_id": "3296", + "loc_data": "{2957,3359,0,1,0}-{2958,3358,0,1,0}-{2967,3360,0,1,0}-{2970,3361,0,1,0}-{2973,3359,0,1,0}-{2977,3357,0,1,0}-{2989,3384,0,1,0}" + }, + { + "npc_id": "3298", + "loc_data": "{3366,9637,2,1,3}" + }, + { + "npc_id": "3299", + "loc_data": "{3077,3257,0,1,1}" + }, + { + "npc_id": "3302", + "loc_data": "{2453,4449,0,1,2}" + }, + { + "npc_id": "3307", + "loc_data": "{2467,4438,0,1,4}-{2471,4439,0,1,7}-{2465,4436,0,1,3}-{2464,4432,0,1,4}" + }, + { + "npc_id": "3310", + "loc_data": "{2415,4451,0,1,6}-{2416,4435,0,1,7}-{2423,4432,0,1,4}" + }, + { + "npc_id": "3318", + "loc_data": "{2401,4378,0,0,0}" + }, + { + "npc_id": "3324", + "loc_data": "{3159, 3433, 0, 1, 0}" + }, + { + "npc_id": "3325", + "loc_data": "{3161,3432,1,1,4}" + }, + { + "npc_id": "3328", + "loc_data": "{3203,3344,0,0,0}" + }, + { + "npc_id": "3329", + "loc_data": "{3112,3414,0,0,0}" + }, + { + "npc_id": "3330", + "loc_data": "{3132,3508,0,0,0}" + }, + { + "npc_id": "3331", + "loc_data": "{3242,3240,0,0,4}" + }, + { + "npc_id": "3340", + "loc_data": "{1759,5182,0,1,0}" + }, + { + "npc_id": "3341", + "loc_data": "{1759,5191,0,0,0}-{1754,5200,0,0,0}-{1748,5223,0,0,0}-{1784,5199,0,0,0}-{1739,5154,0,0,0}" + }, + { + "npc_id": "3342", + "loc_data": "{1745,5208,0,0,0}-{1737,5215,0,0,0}-{1758,5210,0,0,0}-{1768,5175,0,0,0}-{1760,5152,0,0,0}-{1745,5169,0,0,0}" + }, + { + "npc_id": "3343", + "loc_data": "{1764,5198,0,0,0}-{1774,5195,0,0,0}-{1773,5149,0,0,0}-{1742,5292,0,0,0}" + }, + { + "npc_id": "3344", + "loc_data": "{2412,4470,0,0,0}-{2414,4467,0,0,0}-{2415,4475,0,0,0}-{2419,4467,0,0,0}-{2419,4474,0,0,0}" + }, + { + "npc_id": "3345", + "loc_data": "{2412,4370,0,0,0}-{2416,4376,0,0,0}-{2419,4374,0,0,0}-{2420,4377,0,0,0}-{2421,4370,0,0,0}" + }, + { + "npc_id": "3348", + "loc_data": "{2978,3343,0,1,4}-{2978,3337,0,1,1}-{2966,3337,1,1,6}-{2970,3330,2,1,1}" + }, + { + "npc_id": "3349", + "loc_data": "{2961,3330,2,1,0}-{2966,3352,2,1,1}-{2974,3328,2,1,6}" + }, + { + "npc_id": "3350", + "loc_data": "{2959,3340,2,1,3}" + }, + { + "npc_id": "3376", + "loc_data": "{3313,5453,0,1,3}-{3312,5452,0,1,3}-{3310,5452,0,1,6}-{3311,5462,0,1,5}-{3313,5554,0,1,6}-{3297,5562,0,1,1}-{3305,5554,0,1,1}-{3300,5540,0,1,1}" + }, + { + "npc_id": "3384", + "loc_data": "{3211,3225,0,0,0}" + }, + { + "npc_id": "3402", + "loc_data": "{2560,2842,0,0,0}" + }, + { + "npc_id": "3407", + "loc_data": "{3114,3515,0,1,4}" + }, + { + "npc_id": "3408", + "loc_data": "{3113,3510,0,1,7}" + }, + { + "npc_id": "3419", + "loc_data": "{2540,3020,0,0,0}-{2555,2953,0,0,0}" + }, + { + "npc_id": "3450", + "loc_data": "{2901,2947,0,0,0}-{2925,2959,0,0,0}-{2920,3053,0,0,0}-{2924,3063,0,0,0}" + }, + { + "npc_id": "3469", + "loc_data": "{2657,2966,0,0,0}" + }, + { + "npc_id": "3470", + "loc_data": "{2755,3083,0,0,0}" + }, + { + "npc_id": "3479", + "loc_data": "{2906,3514,1,0,0}" + }, + { + "npc_id": "3541", + "loc_data": "{3517,3240,0,1,6}" + }, + { + "npc_id": "3587", + "loc_data": "{2587,9741,0,1,4}-{2585,9739,0,1,7}-{2582,9736,0,1,3}-{2589,9734,0,1,4}-{2582,9743,0,1,3}-{2576,9746,0,1,7}-{2579,9741,0,1,6}" + }, + { + "npc_id": "3638", + "loc_data": "{3309,3453,0,0,1}" + }, + { + "npc_id": "3671", + "loc_data": "{3084,3250,0,1,1}" + }, + { + "npc_id": "3673", + "loc_data": "{2925,3321,0,1,4}-{2924,3319,0,1,0}" + }, + { + "npc_id": "3675", + "loc_data": "{3321,2857,0,1,3}-{3322,2861,0,0,4}-{3319,2855,0,1,1}-{3319,2853,0,1,6}-{3331,2791,0,1,1}-{3333,2803,0,1,2}-{3338,2801,0,1,4}-{3338,2776,0,1,3}" + }, + { + "npc_id": "3677", + "loc_data": "{2637,3440,0,0,0}" + }, + { + "npc_id": "3679", + "loc_data": "{2875,3482,0,0,4}" + }, + { + "npc_id": "3680", + "loc_data": "{3281,3331,0,1,7}" + }, + { + "npc_id": "3695", + "loc_data": "{2661,3701,0,1,0}" + }, + { + "npc_id": "3696", + "loc_data": "{2673,3658,0,1,3}" + }, + { + "npc_id": "3707", + "loc_data": "{2713,10133,0,1,2}-{2708,10133,0,1,4}-{2706,10135,0,0,3}-{2708,10133,0,1,3}-{2703,10135,0,1,6}-{2702,10131,0,1,4}-{2717,10133,0,1,0}-{2708,10130,0,1,1}" + }, + { + "npc_id": "3709", + "loc_data": "{2974,2906,0,0,0}-{2847,5075,0,0,0}" + }, + { + "npc_id": "3711", + "loc_data": "{2575,9746,0,1,0}-{2581,9747,0,1,0}-{2577,9743,0,1,1}-{2579,9740,0,1,0}-{2588,9733,0,1,4}" + }, + { + "npc_id": "3777", + "loc_data": "{3230,3231,0,1,5}" + }, + { + "npc_id": "3778", + "loc_data": "{1867,4233,0,0,0}" + }, + { + "npc_id": "3780", + "loc_data": "{1906,4281,0,0,0}" + }, + { + "npc_id": "3781", + "loc_data": "{2659,2675,0,1,1}" + }, + { + "npc_id": "3786", + "loc_data": "{2658,2666,0,1,1}" + }, + { + "npc_id": "3787", + "loc_data": "{2754,3509,0,0,0}" + }, + { + "npc_id": "3788", + "loc_data": "{2664,2653,0,1,3}" + }, + { + "npc_id": "3789", + "loc_data": "{2660,2649,0,1,3}" + }, + { + "npc_id": "3790", + "loc_data": "{3041,3203,0,0,6}" + }, + { + "npc_id": "3791", + "loc_data": "{2653,2655,0,1,1}" + }, + { + "npc_id": "3793", + "loc_data": "{2659,2660,0,1,6}" + }, + { + "npc_id": "3796", + "loc_data": "{2667,2661,0,0,3}" + }, + { + "npc_id": "3797", + "loc_data": "{2649,2659,0,0,2}" + }, + { + "npc_id": "3798", + "loc_data": "{2658,2652,0,1,6}" + }, + { + "npc_id": "3799", + "loc_data": "{2650,2663,0,0,4}" + }, + { + "npc_id": "3802", + "loc_data": "{2657,2637,0,0,6}" + }, + { + "npc_id": "3804", + "loc_data": "{3349,3793,0,0,0}" + }, + { + "npc_id": "3806", + "loc_data": "{3166, 3304, 0, 1, 0}" + }, + { + "npc_id": "3807", + "loc_data": "{3254,3274,0,0,0}" + }, + { + "npc_id": "3808", + "loc_data": "{2517,3205,0,1,3}-{2513,3204,0,1,3}-{2422,3526,0,1,1}" + }, + { + "npc_id": "3809", + "loc_data": "{3285,3213,0,1,1}" + }, + { + "npc_id": "3810", + "loc_data": "{2847,3499,0,1,7}-{2970,2973,0,0,0}" + }, + { + "npc_id": "3811", + "loc_data": "{2918,3057,0,0,0}-{2894,2730,0,1,2}-{2465,3501,3,1,3}" + }, + { + "npc_id": "3813", + "loc_data": "{2541,2969,0,1,4}" + }, + { + "npc_id": "3817", + "loc_data": "{2521,3208,0,1,1}" + }, + { + "npc_id": "3819", + "loc_data": "{2416,3525,0,1,3}-{2412,3527,0,1,6}" + }, + { + "npc_id": "3820", + "loc_data": "{3088,3255,0,0,6}" + }, + { + "npc_id": "3823", + "loc_data": "{2343,3668,0,0,0}" + }, + { + "npc_id": "3824", + "loc_data": "{2329,3689,0,1,6}" + }, + { + "npc_id": "3831", + "loc_data": "{2357,3637,0,0,0}" + }, + { + "npc_id": "3832", + "loc_data": "{2345,3651,0,0,0}" + }, + { + "npc_id": "3848", + "loc_data": "{2337,3703,0,0,6}-{2340,3702,0,0,6}-{2343,3702,0,0,3}-{2349,3702,0,0,6}-{2353,3703,0,0,6}-{2310,3704,0,0,6}-{2311,3696,0,0,4}-{2343,3702,0,0,3}" + }, + { + "npc_id": "3851", + "loc_data": "{2332,3669,0,0,0}-{2325,3671,0,0,4}-{2331,3670,0,0,1}-{2333,3671,0,0,3}" + }, + { + "npc_id": "3915", + "loc_data": "{2945,3146,0,1,3}" + }, + { + "npc_id": "3916", + "loc_data": "{2595,3890,0,0,3}" + }, + { + "npc_id": "3917", + "loc_data": "{2581,3861,0,0,1}" + }, + { + "npc_id": "3937", + "loc_data": "{2508,3866,0,0,3}" + }, + { + "npc_id": "4235", + "loc_data": "{2669,3332,0,0,1}" + }, + { + "npc_id": "4237", + "loc_data": "{2669,3331,0,0,6}" + }, + { + "npc_id": "4239", + "loc_data": "{2669,3331,0,0,6}" + }, + { + "npc_id": "4241", + "loc_data": "{2669,3331,0,0,6}" + }, + { + "npc_id": "4243", + "loc_data": "{2669,3331,0,0,6}" + }, + { + "npc_id": "4246", + "loc_data": "{3480,3484,1,0,0}-{3479,3484,0,1,3}" + }, + { + "npc_id": "4247", + "loc_data": "{2639,3291,0,0,0}-{2981,3370,0,0,0}-{3240,3474,0,0,0}-{2737,3500,0,1,6}" + }, + { + "npc_id": "4249", + "loc_data": "{2981,3341,1,0,0}" + }, + { + "npc_id": "4250", + "loc_data": "{3302,3492,0,1,3}" + }, + { + "npc_id": "4251", + "loc_data": "{3009,3380,0,1,0}" + }, + { + "npc_id": "4261", + "loc_data": "{2569,9851,0,1,3}-{2579,9851,0,1,4}" + }, + { + "npc_id": "4263", + "loc_data": "{2584,9838,0,1,6}" + }, + { + "npc_id": "4264", + "loc_data": "{2588,9837,0,1,4}" + }, + { + "npc_id": "4269", + "loc_data": "{2608,9817,0,1,3}" + }, + { + "npc_id": "4270", + "loc_data": "{2593,9820,0,1,4}" + }, + { + "npc_id": "4271", + "loc_data": "{2596,9822,0,1,0}" + }, + { + "npc_id": "4273", + "loc_data": "{2564,9851,0,1,4}" + }, + { + "npc_id": "4274", + "loc_data": "{2586,9826,0,1,7}-{2569,9849,0,1,4}-{2581,9847,0,1,0}-{2609,9826,0,1,1}" + }, + { + "npc_id": "4275", + "loc_data": "{2594,9817,0,1,0}" + }, + { + "npc_id": "4276", + "loc_data": "{2581,9851,0,1,1}" + }, + { + "npc_id": "4285", + "loc_data": "{2880,3546,0,0,4}" + }, + { + "npc_id": "4286", + "loc_data": "{2866,3543,0,1,1}" + }, + { + "npc_id": "4287", + "loc_data": "{2840,3541,1,0,2}" + }, + { + "npc_id": "4288", + "loc_data": "{2851,3554,0,1,6}" + }, + { + "npc_id": "4289", + "loc_data": "{2792,3488,2,0,0}-{2845,3539,2,0,7}" + }, + { + "npc_id": "4290", + "loc_data": "{2854,3542,0,1,3}" + }, + { + "npc_id": "4291", + "loc_data": "{2863,3546,2,1,3}-{2870,3551,2,1,0}-{2850,3547,2,1,0}-{2844,3552,2,1,5}-{2843,3547,2,1,5}-{2872,3542,2,1,3}-{2861,3551,2,1,1}-{2865,3538,2,1,2}" + }, + { + "npc_id": "4292", + "loc_data": "{2847,3541,2,1,3}-{2855,3554,2,1,5}-{2860,3542,2,1,0}-{2869,3554,2,1,3}-{2872,3537,2,1,4}-{2850,3534,2,1,3}-{2857,3546,2,1,0}-{2838,3554,2,1,6}-{2869,3552,2,1,4}" + }, + { + "npc_id": "4293", + "loc_data": "{2840,3554,0,1,1}" + }, + { + "npc_id": "4294", + "loc_data": "{2847,3553,0,1,6}" + }, + { + "npc_id": "4295", + "loc_data": "{2856,3537,1,1,1}" + }, + { + "npc_id": "4296", + "loc_data": "{2841,3543,0,0,4}" + }, + { + "npc_id": "4297", + "loc_data": "{2856,3549,1,0,2}" + }, + { + "npc_id": "4298", + "loc_data": "{2864,3541,1,1,3}" + }, + { + "npc_id": "4299", + "loc_data": "{2866,3556,1,0,5}" + }, + { + "npc_id": "4300", + "loc_data": "{2865,3544,1,0,6}" + }, + { + "npc_id": "4312", + "loc_data": "{3323,9609,0,0,6}" + }, + { + "npc_id": "4315", + "loc_data": "{3224,3286,0,0,0}" + }, + { + "npc_id": "4317", + "loc_data": "{3230,3285,0,0,0}" + }, + { + "npc_id": "4344", + "loc_data": "{3747,3013,0,1,4}-{3766,3034,0,1,6}-{3733,2972,0,1,4}" + }, + { + "npc_id": "4346", + "loc_data": "{3786,9463,0,1,6}-{3714,2952,0,1,1}" + }, + { + "npc_id": "4347", + "loc_data": "{3728,3043,0,1,4}-{3725,3015,0,1,0}-{3722,3021,0,1,6}-{3717,3017,0,1,7}-{3723,3019,0,1,5}-{3731,3018,0,1,1}-{3734,3028,0,1,7}-{3743,3038,0,1,4}-{3749,2978,0,1,7}-{3756,2966,0,1,2}-{3759,2962,0,1,2}-{3749,2968,0,1,2}-{3757,2980,0,0,5}-{3742,3036,0,1,1}-{3747,3040,0,1,4}-{3748,3030,0,1,6}-{3748,3019,0,1,1}-{3745,3016,0,1,4}-{3741,3020,0,1,3}-{3727,3039,0,1,3}-{3734,3046,0,1,1}-{3736,3050,0,1,6}-{3735,3053,0,1,3}-{3741,3053,0,1,6}-{3756,3030,0,1,3}-{3754,3024,0,1,4}-{3769,3039,0,1,6}-{3766,3045,0,1,7}-{3764,3042,0,1,1}" + }, + { + "npc_id": "4348", + "loc_data": "{3676,3017,0,1,3}-{3687,3018,0,1,3}-{3707,3015,0,1,6}-{3729,3021,0,1,3}" + }, + { + "npc_id": "4349", + "loc_data": "{3664,3018,0,1,6}-{3658,3012,0,1,4}-{3718,3030,0,1,4}-{3757,3009,0,1,3}-{3729,2984,0,1,4}-{3720,3000,0,1,4}-{3727,3051,0,1,4}-{3809,3028,0,1,6}" + }, + { + "npc_id": "4350", + "loc_data": "{3680,3026,0,1,4}-{3675,3029,0,1,3}-{3711,3028,0,1,4}-{3733,3011,0,1,4}-{3793,3036,0,1,4}-{3698,3046,0,1,6}" + }, + { + "npc_id": "4351", + "loc_data": "{3694,3019,0,1,4}-{3760,3015,0,1,1}-{3758,3034,0,1,2}-{3728,2965,0,1,7}-{3787,3026,0,1,6}-{3714,3049,0,1,7}-{3770,3008,0,1,4}" + }, + { + "npc_id": "4352", + "loc_data": "{3683,3034,0,1,4}-{3719,3037,0,1,7}-{3770,3027,0,1,5}-{3747,3007,0,1,4}-{3735,2957,0,1,2}-{3719,3011,0,1,3}-{3727,3003,0,1,3}-{3787,3035,0,1,1}" + }, + { + "npc_id": "4353", + "loc_data": "{3719,9358,0,1,6}-{3738,9378,0,1,0}-{3765,9422,0,1,1}-{3741,9436,0,1,6}-{3727,9455,0,1,2}-{3780,9456,0,1,2}-{3827,9430,0,1,2}-{3737,9413,0,1,0}-{3735,9444,0,1,3}-{3819,9422,0,1,2}" + }, + { + "npc_id": "4354", + "loc_data": "{3739,9369,0,1,0}-{3737,9350,0,1,4}-{3721,9349,0,1,4}-{3733,9396,0,1,6}-{3813,9445,0,1,0}-{3749,9461,0,1,0}-{3786,9443,0,1,6}-{3783,9430,0,1,5}-{3821,9443,0,1,4}-{3746,9423,0,1,0}-{3764,9404,0,1,6}-{3790,9456,0,1,7}-{3760,9417,0,1,3}-{3760,9451,0,1,6}-{3732,9368,0,1,1}" + }, + { + "npc_id": "4355", + "loc_data": "{3728,9349,0,1,3}-{3749,9413,0,1,4}-{3810,9448,0,1,4}-{3752,9398,0,1,4}-{3721,9419,0,1,3}-{3786,9412,0,1,3}-{3797,9452,0,1,4}-{3754,9408,0,1,4}-{3723,9377,0,1,4}" + }, + { + "npc_id": "4356", + "loc_data": "{3755,9391,0,1,5}-{3723,9441,0,1,4}-{3766,9459,0,1,4}-{3800,9414,0,1,2}-{3821,9418,0,1,3}-{3810,9462,0,1,0}-{3809,9440,0,1,2}-{3748,9450,0,1,6}-{3765,9424,0,1,2}-{3787,9464,0,1,0}" + }, + { + "npc_id": "4357", + "loc_data": "{3771,9450,0,1,4}-{3730,9443,0,1,4}-{3808,9423,0,1,7}-{3797,9427,0,1,4}-{3833,9438,0,1,6}-{3834,9458,0,1,6}-{3797,9440,0,1,1}-{3793,9441,0,1,4}-{3829,9425,0,1,7}" + }, + { + "npc_id": "4358", + "loc_data": "{3751,2977,0,1,2}" + }, + { + "npc_id": "4359", + "loc_data": "{3669,2977,0,1,3}" + }, + { + "npc_id": "4375", + "loc_data": "{3012,3192,1,0,2}" + }, + { + "npc_id": "4376", + "loc_data": "{3081,3421,0,1,3}" + }, + { + "npc_id": "4381", + "loc_data": "{3024,10152,0,0,0}-{3020,10148,0,0,0}-{3023,10145,0,0,0}-{3018,10140,0,0,0}-{3033,10139,0,0,0}-{3028,10137,0,0,0}-{2361,5241,0,0,1}-{2358,5240,0,0,1}-{2362,5239,0,0,1}-{2364,5240,0,0,1}-{2364,5242,0,0,1}-{2372,9743,0,1,1}-{2373,9745,0,1,1}-{2374,9742,0,1,1}-{2377,9750,0,1,1}-{2378,9752,0,1,1}-{2377,9754,0,1,1}" + }, + { + "npc_id": "4382", + "loc_data": "{3162,3716,0,0,0}-{3175,3717,0,0,0}-{3161,3727,0,0,0}-{2304,5160,0,0,2}-{2324,5210,0,0,2}-{2322,5201,0,0,7}-{2324,5210,0,0,2}-{2322,5201,0,0,7}-{2327,5205,0,0,7}-{2328,5200,0,0,7}-{2326,5198,0,0,7}-{2331,5198,0,0,4}-{2333,5201,0,0,4}-{2333,5199,0,0,2}" + }, + { + "npc_id": "4383", + "loc_data": "{2321,5225,0,0,3}-{2321,5223,0,0,4}-{2317,5229,0,0,7}-{2322,5225,0,0,1}-{2325,5231,0,0,6}-{2321,5225,0,0,1}-{2314,5227,0,0,2}-{2312,5229,0,0,2}-{2330,5229,0,0,1}-{2324,5233,0,0,4}-{2320,5232,0,0,3}-{2324,5237,0,0,1}-{2329,5229,0,0,6}-{2315,5227,0,0,7}-{2318,5226,0,0,6}-{2322,5222,0,0,6}" + }, + { + "npc_id": "4384", + "loc_data": "{2355,5204,0,1,3}-{2347,5195,0,1,0}-{2336,5202,0,1,4}-{2332,5201,0,1,3}-{2327,5201,0,1,1}-{2328,5199,0,1,6}" + }, + { + "npc_id": "4385", + "loc_data": "{2350,5201,0,1,1}-{2353,5192,0,1,1}-{2324,5203,0,1,1}-{2333,5204,0,1,4}-{2264,5136,0,1,6}-{2326,5197,0,1,5}" + }, + { + "npc_id": "4386", + "loc_data": "{2312,5188,0,1,6}" + }, + { + "npc_id": "4387", + "loc_data": "{2350,5192,0,1,6}-{2350,5191,0,1,4}-{2347,5188,0,1,2}" + }, + { + "npc_id": "4388", + "loc_data": "{2305,5231,0,0,2}-{2312,5225,0,0,2}-{2314,5240,0,0,2}-{2310,5241,0,0,2}-{2308,5246,0,0,2}-{2309,5245,0,0,2}-{2315,5237,0,0,2}" + }, + { + "npc_id": "4389", + "loc_data": "{2013,5238,0,1,0}" + }, + { + "npc_id": "4390", + "loc_data": "{1984,5160,0,1,2}-{2040,5190,0,1,3}-{2044,5187,0,1,2}-{2042,5191,0,1,1}-{2045,5190,0,1,7}-{2041,5187,0,1,2}" + }, + { + "npc_id": "4391", + "loc_data": "{1952,5192,0,1,2}-{1993,5240,0,1,4}-{1991,5235,0,1,4}-{1990,5240,0,1,3}-{1989,5237,0,1,6}-{2009,5202,0,1,1}-{2005,5199,0,1,3}" + }, + { + "npc_id": "4392", + "loc_data": "{2033,5233,0,1,4}-{2033,5233,0,1,7}-{2026,5236,0,1,1}-{1984,5160,0,1,7}" + }, + { + "npc_id": "4393", + "loc_data": "{2045,5222,0,1,4}-{1944,5152,0,1,2}-{1993,5190,0,1,6}-{1993,5190,0,1,4}-{2044,5216,0,1,4}-{2008,5203,0,1,1}-{2006,5208,0,1,1}-{2037,5214,0,1,3}-{2037,5210,0,1,1}" + }, + { + "npc_id": "4394", + "loc_data": "{1997,5244,0,1,3}-{1992,5238,0,1,5}-{1990,5234,0,1,1}-{2010,5191,0,1,7}-{2018,5188,0,1,4}-{1989,5231,0,1,4}-{2018,5187,0,1,6}" + }, + { + "npc_id": "4395", + "loc_data": "{2016,5237,0,1,7}-{1988,5190,0,1,2}-{2039,5216,0,1,6}" + }, + { + "npc_id": "4396", + "loc_data": "{2034,5243,0,1,5}-{2034,5239,0,1,5}-{2032,5243,0,1,4}-{2034,5232,0,1,1}-{2033,5240,0,1,1}-{2029,5230,0,1,6}-{2030,5234,0,1,4}-{2029,5230,0,1,1}-{2029,5233,0,1,2}-{2031,5244,0,1,1}-{2039,5208,0,1,4}-{2029,5235,0,1,6}-{2028,5234,0,1,6}-{2030,5237,0,1,4}-{2033,5238,0,1,4}-{2030,5238,0,1,4}-{2032,5238,0,1,3}-{2027,5238,0,1,6}-{2034,5239,0,1,0}-{2016,5235,0,1,5}-{2015,5237,0,1,3}-{2004,5244,0,1,4}-{2005,5241,0,1,4}-{2035,5245,0,1,5}-{2004,5240,0,1,1}-{2027,5235,0,1,5}-{2027,5235,0,1,4}-{2027,5236,0,1,6}-{1999,5244,0,1,4}-{1995,5234,0,1,6}-{1993,5242,0,1,1}-{1990,5239,0,1,1}-{1990,5243,0,1,7}-{1989,5230,0,1,6}-{1990,5224,0,1,5}-{1993,5222,0,1,7}-{1986,5221,0,1,3}-{1990,5221,0,1,3}-{1986,5222,0,1,6}-{2002,5215,0,1,1}-{1996,5215,0,1,1}-{1994,5215,0,1,2}-{2002,5215,0,1,6}-{1995,5208,0,1,1}-{1993,5206,0,1,4}-{1986,5204,0,1,3}-{1986,5201,0,1,6}-{2001,5201,0,1,6}-{1987,5200,0,1,3}-{1986,5199,0,1,6}-{2009,5198,0,1,6}-{1995,5197,0,1,3}-{2009,5194,0,1,3}-{1944,5152,0,1,2}-{2005,5191,0,1,3}-{2004,5190,0,1,4}-{1991,5190,0,1,1}-{2003,5185,0,1,4}-{2004,5190,0,1,4}-{2004,5188,0,1,1}-{2005,5188,0,1,6}-{2008,5192,0,1,6}-{2008,5193,0,1,3}-{2009,5200,0,1,7}-{2010,5192,0,1,4}-{2010,5194,0,1,4}-{2013,5190,0,1,6}-{2018,5189,0,1,6}-{2018,5192,0,1,6}-{2018,5187,0,1,4}-{1993,5205,0,1,4}-{1994,5206,0,1,3}-{1989,5206,0,1,0}-{1993,5210,0,1,3}-{1989,5200,0,1,4}-{2002,5215,0,1,1}-{2022,5193,0,1,3}-{1995,5220,0,1,1}-{1992,5222,0,1,6}-{1992,5222,0,1,6}-{1988,5201,0,1,4}-{1988,5224,0,1,4}-{1989,5206,0,1,4}-{1987,5225,0,1,4}-{1988,5225,0,1,4}-{1986,5204,0,1,3}-{1987,5226,0,1,4}-{1990,5227,0,1,3}-{1993,5200,0,1,7}-{1990,5228,0,1,4}-{2004,5200,0,1,6}-{1990,5227,0,1,4}-{1990,5224,0,1,6}-{1994,5223,0,1,4}-{2036,5201,0,1,6}-{2038,5215,0,1,4}-{2042,5208,0,1,1}-{2045,5204,0,1,1}-{2046,5205,0,1,3}-{2028,5195,0,1,3}-{2026,5195,0,1,0}-{2039,5193,0,1,3}-{2025,5193,0,1,1}-{2022,5193,0,1,6}-{2043,5192,0,1,2}-{2018,5192,0,1,1}-{2045,5192,0,1,1}-{2032,5190,0,1,1}-{2030,5189,0,1,4}-{2024,5187,0,1,3}-{2038,5186,0,1,4}-{2038,5185,0,1,3}-{2033,5185,0,1,3}-{2016,5186,0,1,1}-{2017,5194,0,1,1}-{2024,5193,0,1,4}-{2008,5201,0,1,4}-{2005,5220,0,1,1}-{2005,5204,0,1,4}-{2037,5203,0,1,3}-{2037,5206,0,1,4}-{2041,5208,0,1,1}" + }, + { + "npc_id": "4397", + "loc_data": "{2072,5200,0,1,5}-{2145,5251,0,1,3}-{2153,5253,0,1,1}-{2149,5255,0,1,3}-{2146,5252,0,1,5}-{2146,5261,0,1,6}-{2147,5254,0,1,4}" + }, + { + "npc_id": "4398", + "loc_data": "{2160,5282,0,1,3}-{2162,5284,0,1,1}-{2164,5281,0,1,7}" + }, + { + "npc_id": "4399", + "loc_data": "{2122,5290,0,1,0}-{2131,5297,0,1,6}-{2119,5297,0,1,4}-{2120,5302,0,1,3}-{2080,5240,0,1,2}-{2129,5306,0,1,3}-{2123,5304,0,1,1}-{2130,5306,0,1,4}-{2163,5301,0,1,5}-{2166,5306,0,1,0}-{2169,5303,0,1,4}-{2122,5291,0,1,0}-{2119,5296,0,1,3}-{2131,5297,0,1,6}-{2125,5302,0,1,0}-{2127,5304,0,1,4}-{2165,5302,0,1,3}-{2163,5301,0,1,4}-{2168,5306,0,1,4}-{2132,5300,0,1,6}-{2132,5302,0,1,4}" + }, + { + "npc_id": "4400", + "loc_data": "{3018,10313,0,1,4}-{3016,10315,0,1,4}-{3018,10322,0,1,4}-{3024,10326,0,1,3}-{3030,10332,0,1,4}-{3029,10337,0,1,6}-{3034,10342,0,1,3}-{2072,5200,0,1,7}-{2130,5267,0,1,7}-{2140,5252,0,1,5}-{2141,5252,0,1,1}-{2142,5252,0,1,0}-{2148,5255,0,1,3}-{2125,5270,0,1,1}-{2148,5257,0,1,1}-{2117,5274,0,1,4}-{2146,5307,0,1,2}-{2145,5305,0,1,5}-{2152,5307,0,1,4}-{2148,5252,0,1,0}-{2142,5262,0,1,3}-{2124,5275,0,1,4}-{2121,5276,0,1,3}-{2148,5304,0,1,0}-{2146,5305,0,1,5}-{2148,5304,0,1,1}-{2151,5304,0,1,6}-{2145,5306,0,1,3}-{2134,5272,0,1,6}" + }, + { + "npc_id": "4401", + "loc_data": "{2124,5273,0,1,1}-{2072,5200,0,1,6}-{2128,5270,0,1,4}-{2117,5274,0,1,3}-{2154,5273,0,1,3}-{2167,5259,0,1,6}-{2170,5257,0,1,1}-{2170,5256,0,1,0}-{2171,5256,0,1,4}-{2167,5256,0,1,3}-{2153,5273,0,1,3}-{2153,5270,0,1,1}-{2171,5255,0,1,2}-{2168,5250,0,1,4}-{2168,5251,0,1,3}-{2131,5264,0,1,6}-{2096,5248,0,1,6}-{2157,5272,0,1,6}-{2150,5268,0,1,0}-{2133,5272,0,1,2}-{2157,5274,0,1,1}-{2156,5270,0,1,3}-{2154,5271,0,1,5}" + }, + { + "npc_id": "4402", + "loc_data": "{2080,5240,0,1,5}-{2171,5283,0,1,6}-{2170,5287,0,1,6}-{2170,5281,0,1,6}-{2172,5272,0,1,4}-{2172,5272,0,1,4}" + }, + { + "npc_id": "4403", + "loc_data": "{2096,5248,0,1,4}-{2172,5276,0,1,1}-{2172,5284,0,1,1}-{2172,5281,0,1,2}" + }, + { + "npc_id": "4404", + "loc_data": "{1872,5242,0,1,3}-{1873,5230,0,1,2}-{1870,5235,0,1,3}-{1872,5217,0,1,6}-{1873,5212,0,1,4}-{1877,5218,0,1,2}-{1877,5216,0,1,3}-{1875,5218,0,1,6}-{1808,5152,0,1,2}-{1871,5191,0,1,4}-{1868,5188,0,1,4}-{1861,5189,0,1,3}-{1882,5216,0,1,6}-{1874,5215,0,1,5}-{1873,5238,0,1,3}" + }, + { + "npc_id": "4406", + "loc_data": "{1898,5197,0,1,6}-{1898,5191,0,1,7}-{1890,5195,0,1,3}-{1893,5191,0,1,4}-{1903,5190,0,1,0}-{1889,5190,0,1,3}-{1889,5190,0,1,4}-{1885,5191,0,1,4}-{1900,5208,0,1,1}-{1900,5210,0,1,1}-{1903,5243,0,1,6}-{1848,5176,0,1,2}-{1901,5245,0,1,4}-{1894,5243,0,1,5}-{1890,5242,0,1,6}-{1889,5244,0,1,4}-{1897,5196,0,1,1}-{1902,5207,0,1,3}" + }, + { + "npc_id": "4407", + "loc_data": "{1860,5226,0,1,0}-{1859,5200,0,1,0}-{1860,5222,0,1,4}-{1865,5205,0,1,4}-{1862,5205,0,1,7}-{1862,5205,0,1,7}-{1864,5206,0,1,7}" + }, + { + "npc_id": "4408", + "loc_data": "{1860,5215,0,1,5}-{1864,5218,0,1,1}" + }, + { + "npc_id": "4409", + "loc_data": "{1864,5226,0,1,1}-{1859,5220,0,1,4}-{1861,5224,0,1,6}" + }, + { + "npc_id": "4410", + "loc_data": "{1890,5205,0,1,6}-{1897,5232,0,1,6}-{1906,5236,0,1,3}-{1848,5176,0,1,2}-{1904,5235,0,1,6}-{1895,5227,0,1,3}-{1863,5221,0,1,4}" + }, + { + "npc_id": "4411", + "loc_data": "{1882,5201,0,1,0}-{1884,5207,0,1,3}-{1912,5239,0,1,4}-{1912,5244,0,1,5}-{1890,5204,0,1,5}" + }, + { + "npc_id": "4412", + "loc_data": "{1880,5200,0,1,6}-{1911,5241,0,1,0}-{1893,5228,0,1,3}" + }, + { + "npc_id": "4413", + "loc_data": "{1871,5228,0,1,6}-{1872,5233,0,1,1}-{2645,3580,0,1,4}" + }, + { + "npc_id": "4414", + "loc_data": "{1808,5152,0,1,2}-{1890,5215,0,1,5}-{1892,5216,0,1,1}-{1889,5223,0,1,3}-{1892,5224,0,1,2}-{1893,5219,0,1,5}" + }, + { + "npc_id": "4415", + "loc_data": "{1874,5230,0,1,3}-{1870,5232,0,1,4}-{1858,5235,0,1,3}-{1871,5241,0,1,7}-{1860,5223,0,1,4}-{1862,5222,0,1,4}-{1874,5234,0,1,5}-{1874,5230,0,1,5}-{1875,5219,0,1,5}-{1876,5215,0,1,3}-{1876,5220,0,1,6}-{1859,5206,0,1,5}-{1877,5216,0,1,4}-{1862,5201,0,1,5}-{1858,5201,0,1,6}-{1874,5201,0,1,2}-{1858,5202,0,1,0}-{1860,5200,0,1,7}-{1875,5197,0,1,6}-{1875,5201,0,1,2}-{1861,5194,0,1,3}-{1861,5224,0,1,6}-{1808,5152,0,1,2}-{1860,5192,0,1,2}-{1874,5188,0,1,7}-{1867,5188,0,1,4}-{1866,5189,0,1,4}-{1876,5189,0,1,1}-{1876,5196,0,1,3}-{1876,5188,0,1,4}-{1876,5191,0,1,4}-{1877,5191,0,1,4}-{1877,5197,0,1,6}-{1881,5198,0,1,4}-{1882,5197,0,1,5}-{1883,5203,0,1,3}-{1882,5198,0,1,4}-{1863,5205,0,1,4}-{1883,5205,0,1,5}-{1861,5205,0,1,5}-{1887,5204,0,1,3}-{1883,5205,0,1,3}-{1884,5206,0,1,1}-{1876,5215,0,1,6}-{1879,5215,0,1,2}-{1870,5217,0,1,6}-{1881,5221,0,1,1}-{1871,5218,0,1,1}-{1872,5191,0,1,3}-{1874,5219,0,1,5}-{1884,5228,0,1,4}-{1882,5231,0,1,7}-{1882,5234,0,1,5}-{1879,5234,0,1,6}-{1897,5234,0,1,6}-{1884,5234,0,1,4}-{1884,5235,0,1,3}-{1885,5236,0,1,6}-{1879,5239,0,1,4}-{1893,5243,0,1,7}-{1880,5243,0,1,7}-{1882,5241,0,1,1}-{1902,5242,0,1,4}-{1848,5176,0,1,2}-{1901,5244,0,1,3}-{1910,5243,0,1,5}-{1911,5235,0,1,3}-{1881,5243,0,1,2}-{1879,5234,0,1,3}-{1880,5234,0,1,4}-{1879,5239,0,1,1}-{1874,5230,0,1,4}-{1874,5236,0,1,4}-{1911,5235,0,1,5}-{1912,5243,0,1,4}-{1912,5238,0,1,3}-{1913,5244,0,1,4}-{1890,5244,0,1,4}-{1907,5204,0,1,1}-{1909,5204,0,1,1}-{1908,5204,0,1,3}-{1889,5206,0,1,3}-{1890,5207,0,1,1}-{1890,5207,0,1,2}-{1912,5237,0,1,7}" + }, + { + "npc_id": "4422", + "loc_data": "{2377,4450,0,0,0}-{2381,4459,0,0,0}-{2388,4425,0,0,0}-{2394,4440,0,0,0}-{2418,4447,0,0,0}-{2427,4461,0,0,0}" + }, + { + "npc_id": "4423", + "loc_data": "{2387,4456,0,0,0}-{2423,4461,0,0,0}" + }, + { + "npc_id": "4424", + "loc_data": "{2396,4455,0,0,0}" + }, + { + "npc_id": "4425", + "loc_data": "{2398,4453,0,0,0}" + }, + { + "npc_id": "4431", + "loc_data": "{2388,4470,0,0,0}" + }, + { + "npc_id": "4437", + "loc_data": "{2447,4429,0,1,0}" + }, + { + "npc_id": "4438", + "loc_data": "{3028,4498,0,1,3}-{3046,4493,0,1,4}" + }, + { + "npc_id": "4439", + "loc_data": "{3035,4507,0,1,6}-{3041,4493,0,1,0}" + }, + { + "npc_id": "4443", + "loc_data": "{2451,4424,0,1,6}-{2452,4428,0,1,3}-{2443,4423,0,1,7}-{2446,4422,0,1,3}-{2443,4431,0,1,1}-{2441,4427,0,1,1}-{2463,4422,0,1,4}-{2478,4420,0,1,6}-{2489,4428,0,1,6}-{2478,4452,0,1,3}-{2474,4444,0,1,6}-{2493,4454,0,1,3}-{2486,4463,0,1,4}-{2486,4469,0,1,7}-{2479,4456,0,1,4}-{2477,4462,0,1,3}" + }, + { + "npc_id": "4455", + "loc_data": "{2410,4434,0,0,0}" + }, + { + "npc_id": "4472", + "loc_data": "{2524,3056,0,1,2}" + }, + { + "npc_id": "4474", + "loc_data": "{3214,3252,0,0,0}-{3214,3253,0,0,0}-{3214,3254,0,0,0}" + }, + { + "npc_id": "4478", + "loc_data": "{3291,2787,0,0,6}" + }, + { + "npc_id": "4479", + "loc_data": "{2952,3477,0,1,0}-{2959,3501,0,1,3}" + }, + { + "npc_id": "4481", + "loc_data": "{2943,3474,0,1,3}" + }, + { + "npc_id": "4482", + "loc_data": "{2952,3505,0,1,7}-{2950,3501,0,1,4}" + }, + { + "npc_id": "4483", + "loc_data": "{2944,3467,0,1,6}-{2961,3508,0,1,6}-{2953,3467,0,1,3}" + }, + { + "npc_id": "4484", + "loc_data": "{2956,3496,0,1,6}" + }, + { + "npc_id": "4485", + "loc_data": "{2951,3509,0,1,4}" + }, + { + "npc_id": "4487", + "loc_data": "{2943,3478,0,1,3}" + }, + { + "npc_id": "4488", + "loc_data": "{2946,3474,0,1,4}-{2956,3494,0,1,3}" + }, + { + "npc_id": "4489", + "loc_data": "{2946,3469,0,1,5}-{2943,3487,0,1,3}" + }, + { + "npc_id": "4491", + "loc_data": "{2963,3510,0,1,2}-{2949,3475,0,1,3}" + }, + { + "npc_id": "4492", + "loc_data": "{2953,3509,0,1,4}-{2987,3426,0,1,6}" + }, + { + "npc_id": "4493", + "loc_data": "{2957,3513,0,1,6}" + }, + { + "npc_id": "4494", + "loc_data": "{2957,3512,0,1,4}" + }, + { + "npc_id": "4495", + "loc_data": "{2957,3512,0,1,5}" + }, + { + "npc_id": "4511", + "loc_data": "{2149,3866,0,0,7}" + }, + { + "npc_id": "4512", + "loc_data": "{2092,3930,0,1,4}" + }, + { + "npc_id": "4513", + "loc_data": "{2450,4647,0,1,5}" + }, + { + "npc_id": "4514", + "loc_data": "{2079,3923,0,1,7}" + }, + { + "npc_id": "4515", + "loc_data": "{2081,3899,0,1,1}" + }, + { + "npc_id": "4516", + "loc_data": "{2096,3907,0,1,6}" + }, + { + "npc_id": "4517", + "loc_data": "{2086,3915,0,1,0}" + }, + { + "npc_id": "4518", + "loc_data": "{2106,3907,0,1,6}" + }, + { + "npc_id": "4519", + "loc_data": "{2098,3921,0,0,6}-{2099,3921,0,0,6}-{2097,3921,0,0,6}" + }, + { + "npc_id": "4524", + "loc_data": "{2083,3903,0,1,3}" + }, + { + "npc_id": "4525", + "loc_data": "{2098,3894,0,1,3}" + }, + { + "npc_id": "4526", + "loc_data": "{2103,3914,0,1,7}" + }, + { + "npc_id": "4527", + "loc_data": "{2071,3877,0,1,2}-{2084,3868,0,1,1}-{2089,3864,0,1,4}" + }, + { + "npc_id": "4528", + "loc_data": "{2115,3864,0,1,6}-{2105,3848,0,1,1}-{2122,3946,0,1,3}" + }, + { + "npc_id": "4529", + "loc_data": "{2070,3879,0,1,7}-{2097,3862,0,1,3}-{2118,3852,0,1,4}-{2144,3853,0,1,5}" + }, + { + "npc_id": "4530", + "loc_data": "{2076,3866,0,1,1}-{2133,3874,0,1,4}-{2107,3945,0,1,1}" + }, + { + "npc_id": "4531", + "loc_data": "{2103,3866,0,1,3}-{2134,3851,0,1,4}-{2116,3950,0,1,0}" + }, + { + "npc_id": "4534", + "loc_data": "{3206,5487,0,1,6}-{3200,5492,0,1,1}" + }, + { + "npc_id": "4536", + "loc_data": "{2213,3794,0,0,3}" + }, + { + "npc_id": "4537", + "loc_data": "{2621,3688,0,0,6}" + }, + { + "npc_id": "4539", + "loc_data": "{2079,3925,0,1,1}" + }, + { + "npc_id": "4540", + "loc_data": "{2221,3797,2,1,3}-{2137,3899,2,1,2}" + }, + { + "npc_id": "4560", + "loc_data": "{3062,3260,0,1,6}" + }, + { + "npc_id": "4563", + "loc_data": "{3003,9798,0,1,3}" + }, + { + "npc_id": "4568", + "loc_data": "{3364,3338,0,1,6}" + }, + { + "npc_id": "4570", + "loc_data": "{3201,3301,0,1,3}-{3115,3276,0,1,6}" + }, + { + "npc_id": "4571", + "loc_data": "{3205,3298,0,1,3}-{3095,3286,0,1,4}-{3098,3225,0,1,4}-{3056,3248,0,1,0}" + }, + { + "npc_id": "4572", + "loc_data": "{2448,3510,1,0,4}" + }, + { + "npc_id": "4573", + "loc_data": "{2441,3501,1,1,3}" + }, + { + "npc_id": "4575", + "loc_data": "{2441,3503,1,1,4}" + }, + { + "npc_id": "4578", + "loc_data": "{2933,2972,0,0,0}" + }, + { + "npc_id": "4580", + "loc_data": "{2572,3299,1,0,0}" + }, + { + "npc_id": "4585", + "loc_data": "{3115,3160,0,0,0}" + }, + { + "npc_id": "4586", + "loc_data": "{2593,3087,0,1,4}" + }, + { + "npc_id": "4587", + "loc_data": "{2449,3503,1,0,6}" + }, + { + "npc_id": "4588", + "loc_data": "{2448,3500,1,0,3}" + }, + { + "npc_id": "4597", + "loc_data": "{2375,3433,0,1,0}" + }, + { + "npc_id": "4599", + "loc_data": "{2417,3513,0,1,4}" + }, + { + "npc_id": "4603", + "loc_data": "{3008,3514,0,1,3}" + }, + { + "npc_id": "4604", + "loc_data": "{3017,3513,0,1,0}-{3018,3515,0,1,1}" + }, + { + "npc_id": "4605", + "loc_data": "{3018,3512,0,1,7}-{3019,3514,0,1,1}-{3019,3516,0,1,1}" + }, + { + "npc_id": "4606", + "loc_data": "{3017,3514,0,1,4}" + }, + { + "npc_id": "4607", + "loc_data": "{3030,3505,0,0,0}" + }, + { + "npc_id": "4611", + "loc_data": "{3076,3259,0,0,0}" + }, + { + "npc_id": "4649", + "loc_data": "{2142,3122,0,1,4}-{2147,3122,0,1,3}" + }, + { + "npc_id": "4650", + "loc_data": "{3041,3194,0,1,4}" + }, + { + "npc_id": "4651", + "loc_data": "{2760,3239,0,1,3}-{2143,3121,0,1,6}" + }, + { + "npc_id": "4652", + "loc_data": "{2674,3144,0,1,3}-{3701,3501,0,1,6}" + }, + { + "npc_id": "4653", + "loc_data": "{2794,3414,0,1,6}-{3040,3192,0,1,3}-{2954,3154,0,1,6}-{3671,2930,0,1,6}" + }, + { + "npc_id": "4654", + "loc_data": "{3001,3033,0,1,6}-{2674,3146,0,1,6}-{2145,3122,0,1,3}" + }, + { + "npc_id": "4655", + "loc_data": "{2954,3157,0,1,3}-{3701,3503,0,1,1}" + }, + { + "npc_id": "4656", + "loc_data": "{2795,3414,0,1,6}-{3038,3192,0,1,3}-{2760,3238,0,1,3}" + }, + { + "npc_id": "4659", + "loc_data": "{3095,3232,0,1,6}-{3095,3231,0,1,0}-{3225,3370,0,1,4}-{3230,3370,0,1,3}" + }, + { + "npc_id": "4660", + "loc_data": "{3225,3369,0,1,3}-{3226,3371,0,1,7}-{3230,3372,0,1,0}-{3230,3370,0,1,3}-{3229,3368,0,1,1}-{3227,3367,0,1,1}" + }, + { + "npc_id": "4670", + "loc_data": "{3192,3832,0,1,6}-{3211,3813,0,1,6}" + }, + { + "npc_id": "4671", + "loc_data": "{3189,3836,0,1,6}-{3181,3815,0,1,6}" + }, + { + "npc_id": "4672", + "loc_data": "{3212,3847,0,1,6}-{3221,3827,0,1,6}" + }, + { + "npc_id": "4675", + "loc_data": "{3048,10266,0,1,4}" + }, + { + "npc_id": "4676", + "loc_data": "{3054,10269,0,1,4}" + }, + { + "npc_id": "4677", + "loc_data": "{3335,3687,0,1,4}-{3338,3700,0,1,2}-{3316,5448,0,1,2}-{3107,10065,0,1,0}-{3299,5545,0,1,6}" + }, + { + "npc_id": "4678", + "loc_data": "{3335,3701,0,1,6}-{3350,3687,0,1,5}-{3305,5454,0,1,6}-{3110,10076,0,1,0}" + }, + { + "npc_id": "4679", + "loc_data": "{3333,3694,0,1,6}-{3341,3685,0,1,4}-{3118,10068,0,1,0}-{3312,5558,0,1,1}" + }, + { + "npc_id": "4680", + "loc_data": "{3349,3696,0,1,5}-{3120,10080,0,1,0}" + }, + { + "npc_id": "4685", + "loc_data": "{2957,3895,0,1,4}-{3209,5552,0,1,1}-{3223,5555,0,1,4}-{3220,5548,0,1,6}-{3220,5557,0,1,4}" + }, + { + "npc_id": "4686", + "loc_data": "{2827,3512,0,1,5}-{2957,3898,0,1,6}-{2946,3898,0,1,7}-{3213,5548,0,1,4}" + }, + { + "npc_id": "4688", + "loc_data": "{2700,3212,0,1,6}" + }, + { + "npc_id": "4690", + "loc_data": "{3256,3624,0,1,5}-{3105,3876,0,1,2}" + }, + { + "npc_id": "4694", + "loc_data": "{3098,3870,0,1,1}-{3020,3854,0,1,7}-{2843,9558,0,1,1}-{2840,9605,0,1,4}-{3053,10124,0,1,0}-{3056,10140,0,1,0}" + }, + { + "npc_id": "4695", + "loc_data": "{3097,3696,0,1,4}-{3017,3851,0,1,2}-{2839,9565,0,1,3}-{2837,9601,0,1,4}-{2840,3279,0,1,6}-{3048,10134,0,1,0}-{3061,10138,0,1,0}" + }, + { + "npc_id": "4696", + "loc_data": "{3118,3695,0,1,6}-{3010,3851,0,1,1}-{2839,9560,0,1,4}-{2846,9613,0,1,6}-{3062,10131,0,1,0}" + }, + { + "npc_id": "4697", + "loc_data": "{3125,3706,0,1,5}-{3331,3853,0,1,2}-{3016,3841,0,1,4}-{2845,9557,0,1,2}-{2839,9624,0,1,6}-{2825,3277,0,1,3}-{3065,10125,0,1,0}" + }, + { + "npc_id": "4698", + "loc_data": "{3139,3712,0,1,5}-{3306,3890,0,1,6}-{3085,10093,0,1,0}-{3090,10084,0,1,0}-{2861,9752,0,1,4}-{2363,9776,0,1,1}-{2361,9755,0,1,1}-{2365,9754,0,1,1}-{2362,9751,0,1,1}" + }, + { + "npc_id": "4699", + "loc_data": "{3035,10245,0,1,4}-{3159,3707,0,1,3}-{3301,3871,0,1,5}-{3097,10092,0,1,0}-{3082,10083,0,1,0}-{2629,9477,2,0,0}-{2640,9502,2,0,1}-{2359,9741,0,1,1}" + }, + { + "npc_id": "4700", + "loc_data": "{3030,10259,0,1,3}-{3144,3701,0,1,4}-{3279,3876,0,1,4}-{3094,10092,0,1,0}-{3089,10081,0,1,0}-{2633,9488,2,0,6}-{2862,9750,0,1,7}-{2358,9737,0,1,1}-{2366,9763,0,1,1}" + }, + { + "npc_id": "4701", + "loc_data": "{3028,10250,0,1,4}-{3149,3690,0,1,4}-{3286,3901,0,1,3}-{3089,10089,0,1,0}-{3085,10081,0,1,0}-{2628,9489,2,0,0}-{2631,9504,2,0,5}-{2361,9755,0,1,1}-{2363,9743,0,1,1}-{2363,9772,0,1,1}" + }, + { + "npc_id": "4702", + "loc_data": "{3084,9957,0,1,6}-{2712,9480,0,0,5}" + }, + { + "npc_id": "4703", + "loc_data": "{3092,9958,0,1,2}" + }, + { + "npc_id": "4704", + "loc_data": "{3160,5521,0,1,1}" + }, + { + "npc_id": "4705", + "loc_data": "{3088,9961,0,1,1}-{3169,5528,0,1,0}" + }, + { + "npc_id": "4706", + "loc_data": "{3242,5555,0,1,3}-{3206,5493,0,1,5}" + }, + { + "npc_id": "4707", + "loc_data": "{3213,3253,0,0,6}" + }, + { + "npc_id": "4710", + "loc_data": "{3222,3475,0,0,5}" + }, + { + "npc_id": "4732", + "loc_data": "{3429,3701,0,0,0}" + }, + { + "npc_id": "4898", + "loc_data": "{3124,9874,0,1,3}-{3128,9875,0,1,6}" + }, + { + "npc_id": "4899", + "loc_data": "{3231,3197,0,1,6}" + }, + { + "npc_id": "4900", + "loc_data": "{3210,3213,1,1,1}" + }, + { + "npc_id": "4901", + "loc_data": "{3245,3157,0,0,7}" + }, + { + "npc_id": "4902", + "loc_data": "{3227,3147,0,0,1}" + }, + { + "npc_id": "4903", + "loc_data": "{3244,3214,0,1,1}" + }, + { + "npc_id": "4904", + "loc_data": "{3228,3254,0,1,3}" + }, + { + "npc_id": "4906", + "loc_data": "{3230,3244,0,1,4}" + }, + { + "npc_id": "4907", + "loc_data": "{3208,3222,2,0,6}" + }, + { + "npc_id": "4909", + "loc_data": "{2831,3352,0,0,7}" + }, + { + "npc_id": "4920", + "loc_data": "{3289,5496,0,0,5}-{3272,5490,0,0,0}-{3188,5510,0,1,6}-{3194,5510,0,1,2}" + }, + { + "npc_id": "4921", + "loc_data": "{3304,5493,0,1,3}-{3303,5496,0,1,0}-{3271,5490,0,0,5}" + }, + { + "npc_id": "4926", + "loc_data": "{3225,3551,0,1,1}-{3248,3524,0,1,1}" + }, + { + "npc_id": "4927", + "loc_data": "{3227,3529,0,1,1}" + }, + { + "npc_id": "4930", + "loc_data": "{3412,2889,0,1,3}-{3414,2892,0,1,1}-{3414,2890,0,1,1}-{3416,2886,0,1,4}-{3416,2893,0,1,6}" + }, + { + "npc_id": "4932", + "loc_data": "{3414,2891,0,1,1}-{3410,2888,0,1,7}" + }, + { + "npc_id": "4944", + "loc_data": "{2042,5213,0,1,5}-{2020,5236,0,1,2}-{1944,5152,0,1,2}-{2041,5216,0,1,0}" + }, + { + "npc_id": "4945", + "loc_data": "{1994,5192,0,1,4}-{1997,5190,0,1,1}" + }, + { + "npc_id": "4946", + "loc_data": "{2721,3432,0,1,4}" + }, + { + "npc_id": "4947", + "loc_data": "{2825,3696,0,1,3}" + }, + { + "npc_id": "4950", + "loc_data": "{2855,10051,1,0,0}" + }, + { + "npc_id": "4953", + "loc_data": "{2684,3274,1,0,0}" + }, + { + "npc_id": "4955", + "loc_data": "{2772,3223,0,0,0}" + }, + { + "npc_id": "4956", + "loc_data": "{2783,3119,0,0,0}" + }, + { + "npc_id": "4961", + "loc_data": "{2683,3275,1,0,0}" + }, + { + "npc_id": "4975", + "loc_data": "{3303,3024,0,0,7}-{3299,3016,0,0,2}-{3280,9438,0,0,6}-{3275,9460,0,0,3}-{3267,9458,0,0,3}-{3270,9415,0,0,6}-{3272,9429,0,0,4}-{3272,9421,0,0,4}-{3271,9450,0,0,1}-{3288,9413,0,0,6}-{3297,9414,0,0,6}-{3300,9414,0,0,6}-{3304,9424,0,0,1}-{3292,9426,0,0,4}-{3295,9421,0,0,3}-{3297,9412,0,0,1}-{3292,9413,0,0,3}-{3324,9429,0,0,3}-{3311,9440,0,0,6}-{3294,9459,0,0,1}-{3291,9463,0,0,6}-{3296,9468,0,0,1}-{3288,9468,0,0,1}-{3313,9449,0,0,1}-{3034,2971,0,0,5}-{3030,2971,0,0,1}" + }, + { + "npc_id": "4976", + "loc_data": "{3301,3017,0,0,7}-{3281,9446,0,0,1}-{3270,9451,0,0,4}-{3269,9418,0,0,1}-{3267,9441,0,0,1}-{3280,9436,0,0,1}-{3291,9414,0,0,6}-{3305,9413,0,0,6}-{3308,9415,0,0,1}-{3309,9420,0,0,1}-{3296,9425,0,0,1}-{3294,9420,0,0,1}-{3295,9412,0,0,3}-{3323,9439,0,0,6}-{3295,9460,0,0,3}-{3294,9464,0,0,6}-{3294,9467,0,0,1}-{3311,9454,0,0,6}-{3036,2972,0,0,1}-{3039,2968,0,0,1}-{3046,2982,0,0,6}-{3045,2974,0,0,6}-{3042,2972,0,0,6}" + }, + { + "npc_id": "4977", + "loc_data": "{3294,3016,0,0,6}-{3287,3016,0,0,3}-{3277,9452,0,0,1}-{3267,9443,0,0,6}-{3267,9431,0,0,6}-{3269,9420,0,0,6}-{3273,9460,0,0,4}-{3277,9454,0,0,6}-{3281,9448,0,0,6}-{3294,9413,0,0,6}-{3306,9423,0,0,1}-{3298,9436,0,0,6}-{3292,9466,0,0,6}-{3296,9462,0,0,3}-{3290,9467,0,0,1}-{3315,9451,0,0,1}-{3316,9454,0,0,3}-{3038,2973,0,0,1}-{3027,2974,0,0,1}-{3023,2977,0,0,1}-{3035,2989,0,0,4}-{3039,2985,0,0,4}" + }, + { + "npc_id": "4978", + "loc_data": "{3291,3017,0,0,5}-{3275,9463,0,0,1}-{3273,9430,0,0,6}-{3273,9422,0,0,6}-{3267,9428,0,0,1}-{3294,9411,0,0,6}-{3300,9424,0,0,1}-{3289,9412,0,0,3}-{3042,2969,0,0,1}-{3038,2976,0,0,6}-{3041,2983,0,0,6}-{3043,2983,0,0,6}-{3044,2981,0,0,6}-{3043,2979,0,0,1}-{3038,2989,0,0,1}-{3025,2984,0,0,1}-{3026,2988,0,0,1}-{3030,2990,0,0,1}-{3024,2979,0,0,3}" + }, + { + "npc_id": "4985", + "loc_data": "{3304,3027,0,1,2}" + }, + { + "npc_id": "4986", + "loc_data": "{3308,3112,0,1,1}" + }, + { + "npc_id": "4989", + "loc_data": "{3272,3029,0,1,4}" + }, + { + "npc_id": "4990", + "loc_data": "{3269,3029,0,1,4}" + }, + { + "npc_id": "4991", + "loc_data": "{3270,3030,0,1,6}" + }, + { + "npc_id": "4992", + "loc_data": "{3267,3029,0,1,0}" + }, + { + "npc_id": "4993", + "loc_data": "{3277,3028,0,1,1}-{3279,9441,0,1,4}" + }, + { + "npc_id": "4994", + "loc_data": "{3285,3027,0,1,7}" + }, + { + "npc_id": "4995", + "loc_data": "{3279,3024,0,1,3}-{3286,3036,1,1,4}" + }, + { + "npc_id": "4996", + "loc_data": "{3284,3022,0,1,2}" + }, + { + "npc_id": "4997", + "loc_data": "{3289,3026,0,1,3}-{3317,9438,0,0,3}" + }, + { + "npc_id": "4998", + "loc_data": "{3293,3027,0,1,5}-{3286,9419,0,1,3}-{3296,9433,0,1,7}-{3310,9457,0,1,1}" + }, + { + "npc_id": "4999", + "loc_data": "{3280,3020,0,1,6}-{3319,9439,0,1,0}-{3299,9467,0,1,3}" + }, + { + "npc_id": "5000", + "loc_data": "{3285,3022,0,1,6}-{3295,9434,0,1,3}" + }, + { + "npc_id": "5001", + "loc_data": "{3297,3020,0,1,6}-{3280,9414,0,1,1}-{3279,9416,0,1,1}" + }, + { + "npc_id": "5002", + "loc_data": "{3295,3028,0,1,3}-{3291,9423,0,1,1}" + }, + { + "npc_id": "5020", + "loc_data": "{2905,3180,0,0,0}" + }, + { + "npc_id": "5021", + "loc_data": "{2906,3173,0,0,0}" + }, + { + "npc_id": "5022", + "loc_data": "{2907,3169,0,0,0}" + }, + { + "npc_id": "5029", + "loc_data": "{2534,3575,0,1,0}" + }, + { + "npc_id": "5030", + "loc_data": "{2533,3570,0,1,4}" + }, + { + "npc_id": "5031", + "loc_data": "{2525,3575,0,1,3}" + }, + { + "npc_id": "5032", + "loc_data": "{2525,3566,0,1,3}" + }, + { + "npc_id": "5033", + "loc_data": "{2520,3569,0,1,3}" + }, + { + "npc_id": "5049", + "loc_data": "{2808,3355,0,1,6}" + }, + { + "npc_id": "5062", + "loc_data": "{2927,3410,0,0,0}" + }, + { + "npc_id": "5065", + "loc_data": "{2925,3303,0,0,0}" + }, + { + "npc_id": "5070", + "loc_data": "{2912,3480,0,0,0}-{2911,3480,0,0,0}" + }, + { + "npc_id": "5071", + "loc_data": "{2609,2922,0,0,0}" + }, + { + "npc_id": "5072", + "loc_data": "{2526,2928,0,1,6}-{2510,2876,0,1,3}-{2517,2878,0,1,6}-{2527,2877,0,1,2}-{2532,2938,0,1,4}-{2527,2933,0,1,4}-{2521,2938,0,1,6}-{2507,2914,0,1,0}-{2512,2910,0,1,4}-{2517,2912,0,1,1}-{2517,2921,0,1,6}-{2511,2911,0,1,3}-{2521,2917,0,1,7}-{2522,2929,0,1,4}-{2510,2888,0,1,1}-{2502,2890,0,1,3}-{2520,2882,0,1,7}-{2507,2877,0,1,1}-{2464,2832,0,1,2}-{2500,2893,0,1,4}-{2548,2887,0,1,1}-{2544,2889,0,1,7}-{2536,2877,0,1,3}-{2530,2872,0,1,3}-{2520,2885,0,1,0}-{2517,2870,0,1,4}-{2498,2883,0,1,6}-{2501,2886,0,1,7}-{2508,2916,0,1,4}-{2502,2888,0,1,7}-{2514,2915,0,1,4}-{2520,2908,0,1,6}-{2515,2944,0,1,4}-{2526,2943,0,1,4}-{2525,2893,0,1,4}-{2521,2896,0,1,1}" + }, + { + "npc_id": "5073", + "loc_data": "{2603,2892,0,1,1}-{2604,2892,0,1,6}-{2611,2917,0,1,6}-{2611,2916,0,1,3}-{2613,2894,0,1,1}-{2614,2892,0,1,6}-{2608,2927,0,1,2}-{2612,2934,0,1,4}-{2609,2930,0,1,0}-{2594,2929,0,1,2}-{2616,2922,0,1,4}-{2593,2911,0,1,1}-{2617,2911,0,1,1}-{2602,2900,0,1,3}-{2601,2886,0,1,6}-{2587,2897,0,1,4}-{2612,2936,0,1,3}-{2606,2929,0,1,5}-{2615,2930,0,1,3}-{2576,2896,0,1,1}-{2588,2879,0,1,6}-{2593,2880,0,1,7}-{2583,2886,0,1,5}-{2609,2897,0,1,3}-{2608,2905,0,1,2}-{2606,2917,0,1,4}-{2604,2918,0,1,4}-{2613,2890,0,1,5}-{2608,2921,0,1,6}-{2604,2886,0,1,6}-{2602,2920,0,1,1}-{2607,2932,0,1,6}-{2578,2885,0,1,1}" + }, + { + "npc_id": "5074", + "loc_data": "{2727,3763,0,1,1}-{2724,3765,0,1,2}-{2725,3768,0,1,2}-{2730,3768,0,1,2}-{2731,3764,0,1,2}-{2731,3763,0,1,2}-{2731,3765,0,1,2}-{2733,3765,0,1,2}-{2709,3823,1,1,2}-{2713,3823,1,1,2}-{2709,3825,1,1,2}-{2710,3826,1,1,2}-{2709,3825,1,1,2}" + }, + { + "npc_id": "5075", + "loc_data": "{3402,3140,0,1,2}-{3402,3138,0,1,3}-{3404,3139,0,1,5}-{3400,3142,0,1,6}-{3405,3143,0,1,5}-{3409,3078,0,1,5}-{3410,3075,0,1,5}-{3411,3079,0,1,5}-{3408,3076,0,1,5}-{3414,3077,0,1,5}" + }, + { + "npc_id": "5076", + "loc_data": "{2310,3581,0,1,2}-{2314,3580,0,1,2}-{2311,3583,0,1,2}-{2304,3588,0,1,6}-{2305,3601,0,1,7}-{2341,3610,0,1,7}-{2344,3606,0,1,3}-{2340,3603,0,1,4}-{2348,3591,0,1,1}-{2356,3595,0,1,6}-{2361,3595,0,1,1}-{2359,3589,0,1,4}-{2346,3585,0,1,6}-{2360,3584,0,1,7}" + }, + { + "npc_id": "5077", + "loc_data": "{2558,2911,0,0,0}-{2558,2913,0,0,0}-{2556,2913,0,0,0}-{2557,2912,0,0,0}-{2560,2911,0,0,0}-{2559,2910,0,0,0}-{2559,2909,0,0,0}-{2559,2917,0,0,0}-{2558,2914,0,0,0}-{2559,2915,0,0,0}-{2558,2916,0,0,0}-{2559,2932,0,0,0}-{2559,2928,0,0,0}-{2558,2928,0,0,0}-{2558,2931,0,0,0}-{2558,2929,0,0,0}-{2556,2911,0,0,0}-{2557,2911,0,0,0}-{2556,2910,0,0,0}-{2556,2912,0,0,0}-{2557,2919,0,0,0}-{2556,2914,0,0,0}-{2556,2913,0,0,0}-{2556,2918,0,0,0}-{2556,2929,0,0,0}-{2557,2933,0,0,0}-{2556,2932,0,0,0}-{2557,2932,0,0,0}-{2557,2928,0,0,0}-{2559,2934,0,0,0}-{2554,2911,0,0,0}-{2555,2911,0,0,0}-{2554,2912,0,0,0}-{2555,2915,0,0,0}-{2555,2919,0,0,0}-{2554,2919,0,0,0}-{2554,2913,0,0,0}-{2556,2915,0,0,0}-{2555,2931,0,0,0}-{2554,2933,0,0,0}-{2555,2934,0,0,0}-{2555,2933,0,0,0}-{2555,2932,0,0,0}-{2554,2935,0,0,0}-{2554,2934,0,0,0}-{2556,2936,0,0,0}-{2558,2936,0,0,0}-{2554,2936,0,0,0}-{2553,2935,0,0,0}-{2556,2933,0,0,0}-{2558,2938,0,0,0}-{2556,2938,0,0,0}-{2557,2937,0,0,0}-{2557,2917,0,0,0}-{2555,2917,0,0,0}-{2555,2912,0,0,0}-{2555,2935,0,0,0}-{2547,2940,0,0,0}-{2546,2939,0,0,0}-{2548,2939,0,0,0}-{2557,2930,0,0,0}-{2556,2929,0,0,0}-{2546,2941,0,0,0}-{2548,2941,0,0,0}-{2557,2931,0,0,0}-{2556,2935,0,0,0}-{2555,2936,0,0,0}-{2553,2935,0,0,0}-{2559,2930,0,0,0}-{2547,2940,0,0,0}-{2509,2910,0,0,0}-{2507,2910,0,0,0}-{2509,2908,0,0,0}-{2508,2908,0,0,0}-{2508,2909,0,0,0}-{2510,2908,0,0,0}-{2506,2906,0,0,0}-{2508,2906,0,0,0}-{2507,2906,0,0,0}-{2507,2905,0,0,0}-{2509,2905,0,0,0}-{2505,2907,0,0,0}-{2504,2908,0,0,0}-{2467,2879,0,0,0}-{2484,2877,0,0,0}-{2485,2876,0,0,0}-{2511,2908,0,0,0}-{2504,2906,0,0,0}-{2508,2907,0,0,0}-{2509,2906,0,0,0}-{2508,2909,0,0,0}-{2506,2906,0,0,0}-{2510,2907,0,0,0}-{2503,2907,0,0,0}-{2509,2908,0,0,0}-{2507,2908,0,0,0}-{2508,2906,0,0,0}-{2505,2907,0,0,0}-{2507,2905,0,0,0}-{2506,2904,0,0,0}-{2505,2903,0,0,0}-{2508,2902,0,0,0}-{2504,2901,0,0,0}-{2506,2907,0,0,0}-{2507,2906,0,0,0}-{2524,2898,0,0,0}-{2524,2896,0,0,0}-{2525,2897,0,0,0}-{2521,2895,0,0,0}-{2525,2895,0,0,0}-{2507,2903,0,0,0}-{2526,2898,0,0,0}-{2507,2889,0,0,0}-{2506,2903,0,0,0}-{2503,2905,0,0,0}-{2507,2905,0,0,0}-{2511,2908,0,0,0}-{2507,2887,0,0,0}-{2554,2937,0,0,0}-{2558,2938,0,0,0}-{2557,2937,0,0,0}-{2556,2938,0,0,0}-{2553,2937,0,0,0}-{2556,2937,0,0,0}-{2553,2935,0,0,0}-{2556,2935,0,0,0}-{2558,2936,0,0,0}-{2555,2936,0,0,0}-{2552,2936,0,0,0}-{2554,2936,0,0,0}-{2552,2934,0,0,0}-{2553,2934,0,0,0}-{2557,2931,0,0,0}-{2559,2932,0,0,0}-{2558,2932,0,0,0}-{2556,2936,0,0,0}-{2553,2936,0,0,0}-{2554,2935,0,0,0}-{2559,2917,0,0,0}-{2556,2916,0,0,0}-{2555,2917,0,0,0}-{2559,2914,0,0,0}-{2557,2915,0,0,0}-{2561,2914,0,0,0}-{2557,2912,0,0,0}-{2559,2912,0,0,0}-{2558,2913,0,0,0}-{2555,2911,0,0,0}-{2554,2910,0,0,0}-{2559,2916,0,0,0}-{2557,2932,0,0,0}-{2557,2909,0,0,0}-{2559,2913,0,0,0}-{2552,2935,0,0,0}-{2512,2864,0,0,0}-{2560,2909,0,0,0}-{2561,2916,0,0,0}-{2559,2909,0,0,0}-{2557,2914,0,0,0}-{2555,2915,0,0,0}-{2527,2896,0,0,0}-{2524,2895,0,0,0}-{2524,2894,0,0,0}-{2525,2896,0,0,0}-{2524,2896,0,0,0}-{2523,2893,0,0,0}-{2523,2896,0,0,0}-{2523,2897,0,0,0}-{2521,2895,0,0,0}-{2521,2893,0,0,0}-{2526,2895,0,0,0}-{2507,2887,0,0,0}-{2507,2890,0,0,0}-{2506,2886,0,0,0}-{2505,2887,0,0,0}-{2505,2888,0,0,0}-{2503,2889,0,0,0}-{2504,2889,0,0,0}-{2504,2903,0,0,0}-{2505,2907,0,0,0}-{2504,2906,0,0,0}-{2505,2905,0,0,0}-{2506,2907,0,0,0}-{2506,2905,0,0,0}-{2506,2906,0,0,0}-{2507,2903,0,0,0}-{2507,2906,0,0,0}-{2507,2907,0,0,0}-{2505,2893,0,0,0}-{2504,2892,0,0,0}-{2508,2909,0,0,0}-{2502,2891,0,0,0}-{2503,2890,0,0,0}-{2503,2891,0,0,0}-{2508,2891,0,0,0}-{2507,2891,0,0,0}-{2507,2890,0,0,0}-{2503,2889,0,0,0}-{2504,2889,0,0,0}-{2505,2888,0,0,0}-{2506,2909,0,0,0}-{2507,2887,0,0,0}-{2505,2887,0,0,0}-{2506,2887,0,0,0}-{2508,2890,0,0,0}-{2504,2894,0,0,0}-{2502,2891,0,0,0}-{2524,2899,0,0,0}-{2524,2898,0,0,0}-{2526,2899,0,0,0}-{2526,2895,0,0,0}-{2526,2900,0,0,0}-{2524,2900,0,0,0}-{2525,2900,0,0,0}-{2525,2899,0,0,0}-{2524,2893,0,0,0}-{2522,2894,0,0,0}-{2521,2895,0,0,0}-{2523,2895,0,0,0}-{2524,2895,0,0,0}-{2506,2886,0,0,0}-{2521,2893,0,0,0}-{2526,2898,0,0,0}-{2524,2899,0,0,0}-{2456,2832,0,0,0}-{2523,2896,0,0,0}-{2522,2894,0,0,0}-{2524,2901,0,0,0}-{2524,2900,0,0,0}-{2523,2895,0,0,0}-{2526,2901,0,0,0}-{2525,2896,0,0,0}-{2526,2900,0,0,0}-{2523,2893,0,0,0}-{2525,2900,0,0,0}-{2524,2898,0,0,0}-{2525,2894,0,0,0}-{2527,2894,0,0,0}-{2524,2899,0,0,0}-{2508,2904,0,0,0}-{2507,2907,0,0,0}-{2506,2902,0,0,0}-{2506,2907,0,0,0}-{2506,2906,0,0,0}-{2503,2907,0,0,0}-{2503,2905,0,0,0}-{2505,2893,0,0,0}-{2503,2891,0,0,0}-{2506,2891,0,0,0}-{2508,2891,0,0,0}-{2506,2892,0,0,0}-{2506,2909,0,0,0}-{2503,2890,0,0,0}-{2503,2889,0,0,0}-{2504,2889,0,0,0}-{2507,2890,0,0,0}-{2505,2887,0,0,0}-{2505,2888,0,0,0}-{2508,2890,0,0,0}-{2507,2905,0,0,0}-{2456,2832,0,0,0}-{2503,2890,0,0,0}-{2503,2891,0,0,0}-{2504,2892,0,0,0}-{2504,2894,0,0,0}-{2506,2887,0,0,0}-{2507,2887,0,0,0}-{2507,2891,0,0,0}-{2504,2889,0,0,0}-{2508,2891,0,0,0}-{2505,2888,0,0,0}-{2506,2894,0,0,0}-{2506,2902,0,0,0}-{2506,2904,0,0,0}-{2506,2886,0,0,0}-{2507,2903,0,0,0}-{2505,2893,0,0,0}-{2506,2891,0,0,0}-{2503,2889,0,0,0}-{2506,2887,0,0,0}-{2506,2892,0,0,0}-{2507,2891,0,0,0}-{2456,2832,0,0,0}-{2456,2832,0,0,0}-{2507,2887,0,0,0}-{2507,2890,0,0,0}-{2503,2905,0,0,0}-{2505,2906,0,0,0}-{2506,2905,0,0,0}-{2506,2906,0,0,0}-{2507,2905,0,0,0}-{2505,2905,0,0,0}-{2504,2906,0,0,0}-{2503,2907,0,0,0}-{2506,2894,0,0,0}-{2507,2908,0,0,0}-{2507,2907,0,0,0}-{2508,2909,0,0,0}-{2505,2888,0,0,0}-{2505,2907,0,0,0}-{2494,2940,0,0,0}-{2495,2940,0,0,0}-{2496,2939,0,0,0}-{2497,2938,0,0,0}-{2498,2942,0,0,0}-{2499,2943,0,0,0}-{2498,2944,0,0,0}-{2500,2942,0,0,0}-{2503,2940,0,0,0}-{2496,2939,0,0,0}-{2502,2939,0,0,0}-{2500,2944,0,0,0}" + }, + { + "npc_id": "5078", + "loc_data": "{2556,2911,0,0,0}-{2560,2909,0,0,0}-{2560,2933,0,0,0}-{2558,2910,0,0,0}-{2558,2909,0,0,0}-{2558,2918,0,0,0}-{2559,2930,0,0,0}-{2557,2915,0,0,0}-{2557,2931,0,0,0}-{2558,2935,0,0,0}-{2555,2936,0,0,0}-{2553,2936,0,0,0}-{2553,2933,0,0,0}-{2553,2934,0,0,0}-{2506,2908,0,0,0}-{2507,2908,0,0,0}-{2510,2906,0,0,0}-{2509,2907,0,0,0}-{2508,2907,0,0,0}-{2506,2904,0,0,0}-{2508,2904,0,0,0}-{2504,2906,0,0,0}-{2467,2878,0,0,0}-{2486,2877,0,0,0}-{2506,2909,0,0,0}-{2508,2904,0,0,0}-{2506,2902,0,0,0}-{2504,2903,0,0,0}-{2504,2902,0,0,0}-{2525,2899,0,0,0}-{2523,2897,0,0,0}-{2522,2897,0,0,0}-{2523,2895,0,0,0}-{2521,2893,0,0,0}-{2523,2893,0,0,0}-{2506,2888,0,0,0}-{2509,2889,0,0,0}-{2505,2889,0,0,0}-{2508,2888,0,0,0}-{2506,2887,0,0,0}-{2505,2887,0,0,0}-{2554,2935,0,0,0}-{2552,2935,0,0,0}-{2557,2934,0,0,0}-{2554,2934,0,0,0}-{2558,2933,0,0,0}-{2559,2931,0,0,0}-{2560,2918,0,0,0}-{2558,2916,0,0,0}-{2557,2917,0,0,0}-{2561,2916,0,0,0}-{2555,2915,0,0,0}-{2557,2914,0,0,0}-{2560,2915,0,0,0}-{2554,2912,0,0,0}-{2556,2912,0,0,0}-{2559,2909,0,0,0}-{2558,2909,0,0,0}-{2527,2894,0,0,0}-{2525,2894,0,0,0}-{2523,2895,0,0,0}-{2522,2894,0,0,0}-{2508,2890,0,0,0}-{2508,2891,0,0,0}-{2503,2905,0,0,0}-{2503,2907,0,0,0}-{2506,2902,0,0,0}-{2506,2904,0,0,0}-{2504,2894,0,0,0}-{2506,2894,0,0,0}-{2506,2892,0,0,0}-{2508,2904,0,0,0}-{2506,2891,0,0,0}-{2524,2901,0,0,0}-{2526,2901,0,0,0}-{2524,2894,0,0,0}-{2525,2894,0,0,0}-{2527,2894,0,0,0}-{2523,2896,0,0,0}-{2525,2896,0,0,0}-{2507,2903,0,0,0}-{2507,2905,0,0,0}-{2505,2902,0,0,0}-{2506,2904,0,0,0}-{2505,2907,0,0,0}-{2506,2905,0,0,0}-{2505,2905,0,0,0}-{2504,2906,0,0,0}-{2506,2894,0,0,0}-{2504,2894,0,0,0}-{2507,2891,0,0,0}-{2507,2887,0,0,0}-{2506,2891,0,0,0}-{2506,2907,0,0,0}-{2495,2938,0,0,0}-{2501,2938,0,0,0}-{2501,2940,0,0,0}-{2503,2938,0,0,0}" + }, + { + "npc_id": "5079", + "loc_data": "{2323,3538,0,1,6}-{2319,3539,0,1,6}-{2321,3545,0,1,5}-{2324,3556,0,1,1}-{2322,3594,0,1,5}-{2323,3594,0,1,1}-{2323,3602,0,1,1}-{2326,3602,0,1,4}-{2324,3622,0,1,1}-{2326,3630,0,1,6}-{2347,3617,0,1,7}-{2341,3615,0,1,3}-{2339,3596,0,1,3}-{2329,3584,0,1,6}-{2337,3589,0,1,5}-{2358,3573,0,1,3}-{2360,3571,0,1,4}-{2371,3560,0,1,3}-{2342,3549,0,1,0}-{2357,3539,0,1,1}-{2357,3537,0,1,4}-{2357,3549,0,1,6}" + }, + { + "npc_id": "5080", + "loc_data": "{2562,2927,0,1,4}-{2557,2915,0,1,3}-{2557,2921,0,1,1}-{2556,2938,0,1,7}-{2551,2930,0,1,6}-{2558,2912,0,1,4}-{2558,2909,0,1,3}-{2557,2932,0,1,6}-{2556,2935,0,1,1}-{2555,2915,0,1,2}-{2553,2935,0,1,4}-{2559,2918,0,1,4}-{2508,2909,0,1,3}-{2466,2878,0,1,6}-{2467,2881,0,1,7}-{2501,2912,0,1,6}-{2507,2907,0,1,1}-{2505,2902,0,1,2}-{2504,2896,0,1,2}-{2522,2895,0,1,3}-{2526,2897,0,1,1}-{2527,2904,0,1,0}-{2507,2889,0,1,4}-{2464,2832,0,1,2}-{2545,2948,0,1,2}-{2553,2935,0,1,1}-{2556,2931,0,1,5}-{2555,2915,0,1,6}-{2559,2911,0,1,4}-{2559,2918,0,1,3}-{2527,2896,0,1,4}-{2533,2896,0,1,5}-{2508,2890,0,1,4}-{2522,2895,0,1,2}-{2490,2877,0,1,1}-{2496,2897,0,1,1}-{2506,2906,0,1,0}-{2506,2894,0,1,3}-{2506,2902,0,1,6}-{2499,2942,0,1,7}-{2496,2936,0,1,4}-{2498,2939,0,1,3}" + }, + { + "npc_id": "5081", + "loc_data": "{2318,3501,0,1,5}-{2316,3502,0,1,6}-{2317,3512,0,1,6}-{2315,3512,0,1,5}-{2312,3504,0,1,1}-{2307,3513,0,1,6}-{2311,3517,0,1,0}-{2320,3517,0,1,1}-{2309,3520,0,1,6}" + }, + { + "npc_id": "5082", + "loc_data": "{2554,2894,0,1,4}-{2538,2897,0,1,6}-{2545,2899,0,1,3}-{2561,2913,0,1,1}-{2559,2908,0,1,6}-{2557,2920,0,1,4}-{2553,2913,0,1,4}-{2544,2910,0,1,2}-{2547,2909,0,1,4}-{2537,2906,0,1,5}-{2525,2914,0,1,3}-{2561,2918,0,1,7}-{2560,2915,0,1,1}-{2555,2920,0,1,6}-{2557,2908,0,1,6}-{2539,2920,0,1,1}-{2528,2915,0,1,4}-{2527,2904,0,1,0}-{2487,2878,0,1,4}-{2518,2901,0,1,5}-{2528,2902,0,1,1}-{2529,2918,0,1,6}-{2566,2881,0,1,7}-{2568,2917,0,1,6}-{2568,2918,0,1,4}-{2557,2915,0,1,7}-{2546,2912,0,1,3}-{2542,2911,0,1,5}-{2548,2910,0,1,6}-{2554,2907,0,1,1}-{2568,2885,0,1,4}-{2548,2896,0,1,5}-{2545,2895,0,1,6}-{2544,2910,0,1,7}-{2536,2895,0,1,3}-{2538,2902,0,1,6}-{2523,2910,0,1,3}-{2533,2910,0,1,2}" + }, + { + "npc_id": "5085", + "loc_data": "{2328,3526,0,0,0}-{2313,3528,0,0,0}-{2312,3542,0,0,0}-{2312,3544,0,0,0}-{2323,3543,0,0,0}-{2325,3544,0,0,0}-{2328,3539,0,0,0}-{2311,3564,0,0,0}-{2332,3548,0,0,0}-{2335,3545,0,0,0}-{2320,3580,0,0,0}-{2325,3582,0,0,0}-{2330,3583,0,0,0}-{2310,3585,0,0,0}-{2324,3584,0,0,0}-{2312,3587,0,0,0}-{2316,3599,0,0,0}-{2324,3599,0,0,0}-{2323,3600,0,0,0}-{2315,3602,0,0,0}-{2309,3605,0,0,0}-{2316,3608,0,0,0}-{2315,3608,0,0,0}-{2325,3614,0,0,0}-{2313,3620,0,0,0}-{2333,3612,0,0,0}-{2331,3608,0,0,0}-{2331,3604,0,0,0}-{2346,3591,0,0,0}-{2355,3573,0,0,0}-{2369,3573,0,0,0}-{2359,3571,0,0,0}-{2352,3567,0,0,0}-{2372,3561,0,0,0}-{2361,3554,0,0,0}-{2329,3561,0,0,0}-{2341,3560,0,0,0}-{2344,3543,0,0,0}-{2342,3539,0,0,0}-{2349,3547,0,0,0}-{2352,3545,0,0,0}-{2334,3522,0,0,0}" + }, + { + "npc_id": "5086", + "loc_data": "{2321,3593,0,1,1}-{2322,3597,0,1,0}-{2309,3603,0,1,5}-{2306,3607,0,1,0}-{2305,3619,0,1,1}-{2309,3618,0,1,6}-{2322,3627,0,1,3}-{2324,3614,0,1,1}-{2323,3614,0,1,1}-{2323,3629,0,1,6}-{2329,3633,0,1,4}-{2328,3634,0,1,3}-{2311,3642,0,1,1}-{2307,3644,0,1,6}-{2318,3645,0,1,1}-{2323,3645,0,1,3}-{2333,3629,0,1,3}-{2340,3641,0,1,7}-{2343,3640,0,1,6}-{2335,3633,0,1,6}" + }, + { + "npc_id": "5087", + "loc_data": "{2706,3776,0,1,4}-{2712,3774,0,1,3}-{2716,3778,0,1,4}-{2715,3772,0,1,3}-{2720,3767,0,1,4}-{2712,3766,0,1,0}-{2718,3767,0,1,7}-{2719,3771,0,1,3}" + }, + { + "npc_id": "5088", + "loc_data": "{2586,2883,0,1,6}-{2589,2909,0,1,1}-{2574,2915,0,1,3}-{2572,2928,0,1,3}-{2567,2932,0,1,6}-{2568,2933,0,1,0}-{2538,2889,0,1,3}-{2538,2902,0,1,4}-{2536,2872,0,1,4}-{2536,2872,0,1,6}-{2536,2872,0,1,4}-{2536,2872,0,1,6}-{2536,2872,0,1,3}-{2585,2884,0,1,5}-{2577,2890,0,1,0}-{2578,2918,0,1,1}-{2536,2864,0,1,7}-{2568,2934,0,1,1}-{2574,2930,0,1,1}-{2576,2928,0,1,4}-{2512,2864,0,1,6}-{2512,2864,0,1,1}-{2580,2889,0,1,1}-{2580,2886,0,1,1}-{2580,2886,0,1,0}-{2572,2900,0,1,4}-{2572,2896,0,1,3}-{2568,2905,0,1,4}" + }, + { + "npc_id": "5089", + "loc_data": "{2315,3523,0,1,1}-{2315,3530,0,1,6}-{2308,3536,0,1,4}-{2307,3538,0,1,1}-{2325,3551,0,1,3}-{2316,3559,0,1,1}-{2312,3559,0,1,1}-{2310,3572,0,1,3}-{2334,3552,0,1,4}-{2308,3582,0,1,2}-{2363,3579,0,1,1}-{2363,3577,0,1,1}-{2350,3568,0,1,1}-{2352,3561,0,1,1}-{2346,3547,0,1,7}-{2347,3546,0,1,3}-{2363,3541,0,1,1}-{2362,3536,0,1,2}-{2350,3526,0,1,7}-{2350,3521,0,1,4}-{2351,3562,0,1,0}-{2310,3574,0,1,6}" + }, + { + "npc_id": "5093", + "loc_data": "{2375,3607,0,0,0}" + }, + { + "npc_id": "5098", + "loc_data": "{2372,3592,0,1,5}-{2370,3587,0,1,3}-{2371,3586,0,1,6}-{2376,3582,0,1,6}-{2378,3582,0,1,1}-{2383,3582,0,1,5}-{2393,3590,0,1,6}" + }, + { + "npc_id": "5099", + "loc_data": "{2365,3597,0,1,5}-{2369,3588,0,1,4}-{2366,3577,0,1,4}-{2372,3573,0,1,1}-{2377,3584,0,1,1}-{2385,3590,0,1,3}-{2388,3598,0,1,3}" + }, + { + "npc_id": "5100", + "loc_data": "{2369,3579,0,1,5}-{2373,3575,0,1,1}-{2390,3588,0,1,4}" + }, + { + "npc_id": "5103", + "loc_data": "{2733,3777,0,1,6}-{2731,3784,0,1,4}-{2735,3790,0,1,6}-{2741,3783,0,1,2}-{2738,3790,0,1,1}-{2731,3783,0,1,1}-{2724,3791,0,1,4}" + }, + { + "npc_id": "5104", + "loc_data": "{2551,2890,0,0,1}-{2541,2899,0,0,0}-{2564,2896,0,0,4}-{2571,2882,0,1,1}-{2552,2910,0,0,0}-{2573,2900,0,1,3}-{2558,2881,0,0,0}-{2543,2899,0,0,0}-{2545,2925,0,0,0}-{2549,2905,0,1,3}" + }, + { + "npc_id": "5105", + "loc_data": "{2780,3017,0,0,0}-{2766,3013,0,0,0}-{2785,3006,0,0,0}-{2775,2996,0,0,0}" + }, + { + "npc_id": "5109", + "loc_data": "{3443,2902,0,1,3}" + }, + { + "npc_id": "5110", + "loc_data": "{2566,3084,0,1,6}" + }, + { + "npc_id": "5111", + "loc_data": "{2569,3083,0,1,1}" + }, + { + "npc_id": "5113", + "loc_data": "{2525,2916,0,1,5}" + }, + { + "npc_id": "5114", + "loc_data": "{3411,3076,0,1,6}-{3415,3075,0,1,1}-{3406,3093,0,1,3}-{3413,3078,0,1,1}-{3403,3093,0,1,1}-{3412,3081,0,1,3}-{3405,3099,0,1,3}-{3405,3102,0,1,0}-{3406,3098,0,1,4}-{3401,3099,0,1,7}-{3405,3093,0,1,4}-{3404,3085,0,1,5}-{3402,3094,0,1,6}-{3399,3096,0,1,1}-{3405,3088,0,1,3}-{3411,3088,0,1,2}" + }, + { + "npc_id": "5115", + "loc_data": "{2451,3219,0,1,3}-{2448,3221,0,1,3}-{2476,3236,0,1,3}-{2450,3226,0,1,6}-{2474,3239,0,1,0}-{2470,3240,0,1,2}-{2468,3243,0,1,0}-{2455,3219,0,1,6}-{2449,3225,0,1,7}-{2445,3226,0,1,2}-{2467,3241,0,1,1}-{2452,3221,0,1,3}-{2473,3235,0,1,7}-{2472,3241,0,1,4}-{2475,3237,0,1,3}" + }, + { + "npc_id": "5116", + "loc_data": "{3291,3675,0,1,6}-{3293,3678,0,1,1}-{3302,3671,0,1,0}-{3299,3666,0,1,5}-{3319,3662,0,1,2}-{3309,3661,0,1,5}-{3321,3661,0,1,1}-{3298,3672,0,1,0}-{3316,3657,0,1,4}-{3302,3667,0,1,1}-{3302,3666,0,1,3}-{3315,3663,0,1,1}" + }, + { + "npc_id": "5117", + "loc_data": "{3537,3449,0,1,2}-{3535,3447,0,1,6}-{3539,3447,0,1,2}-{3533,3446,0,1,1}-{3549,3439,0,1,4}-{3547,3439,0,1,7}-{3549,3439,0,1,4}" + }, + { + "npc_id": "5120", + "loc_data": "{2326,3488,0,1,0}-{2325,3483,0,1,0}-{2315,3482,0,1,0}-{2336,3491,0,1,0}" + }, + { + "npc_id": "5125", + "loc_data": "{2316,3501,0,0,0}" + }, + { + "npc_id": "5138", + "loc_data": "{2607,3264,0,0,0}" + }, + { + "npc_id": "5139", + "loc_data": "{2607,3260,0,0,0}" + }, + { + "npc_id": "5146", + "loc_data": "{3205,3263,0,0,0}-{2925,3324,0,1,0}" + }, + { + "npc_id": "5147", + "loc_data": "{3207, 3270, 0, 1, 0}" + }, + { + "npc_id": "5148", + "loc_data": "{3229,3347,0,1,1}-{3238,3347,0,1,1}" + }, + { + "npc_id": "5149", + "loc_data": "{3233,3350,0,1,0}" + }, + { + "npc_id": "5156", + "loc_data": "{3203,3262,0,1,5}" + }, + { + "npc_id": "5157", + "loc_data": "{3205,3262,0,1,1}" + }, + { + "npc_id": "5160", + "loc_data": "{3205,3270,0,1,4}-{3249,3345,0,1,5}" + }, + { + "npc_id": "5161", + "loc_data": "{3210,3273,0,1,6}-{3233,3340,0,1,5}-{3241,3344,0,1,3}-{2926,3326,0,1,6}-{2924,3324,0,1,1}" + }, + { + "npc_id": "5164", + "loc_data": "{2410,4456,0,1,1}-{2415,4429,0,1,2}" + }, + { + "npc_id": "5168", + "loc_data": "{3207,3260,0,1,3}-{3197,3268,0,1,1}" + }, + { + "npc_id": "5171", + "loc_data": "{2860,10054,1,0,0}" + }, + { + "npc_id": "5173", + "loc_data": "{2769,3611,0,1,7}-{2768,3607,0,1,6}-{2764,3612,0,1,2}-{2763,3608,0,1,6}-{2762,3611,0,1,4}-{2765,3606,0,1,0}" + }, + { + "npc_id": "5199", + "loc_data": "{3093,3357,0,0,0}" + }, + { + "npc_id": "5200", + "loc_data": "{3099,3369,0,1,1}" + }, + { + "npc_id": "5202", + "loc_data": "{3621,3528,0,1,4}" + }, + { + "npc_id": "5291", + "loc_data": "{3300,2792,0,0,6}-{3282,2807,0,0,6}-{3285,2811,0,0,1}-{3283,2772,0,1,5}-{3281,2771,0,1,7}-{3283,2776,0,1,6}-{3278,2770,0,1,6}" + }, + { + "npc_id": "5298", + "loc_data": "{2499,3286,0,1,6}" + }, + { + "npc_id": "5300", + "loc_data": "{2500,3283,0,1,0}" + }, + { + "npc_id": "5303", + "loc_data": "{2506,3284,0,1,6}" + }, + { + "npc_id": "5310", + "loc_data": "{3212,3682,0,1,0}-{3228,3680,0,1,6}-{3230,3683,0,1,1}-{3234,3692,0,1,5}" + }, + { + "npc_id": "5311", + "loc_data": "{3231,3673,0,1,0}-{3225,3677,0,1,3}-{3229,3689,0,1,4}-{3239,3681,0,1,4}-{3236,3694,0,1,6}" + }, + { + "npc_id": "5312", + "loc_data": "{3210,3667,0,1,4}-{3217,3688,0,1,4}-{3241,3694,0,1,3}" + }, + { + "npc_id": "5313", + "loc_data": "{3224,3686,0,1,5}-{3243,3688,0,1,1}-{3242,3687,0,1,0}" + }, + { + "npc_id": "5314", + "loc_data": "{2588,9491,0,1,3}-{2585,9492,0,1,3}-{2586,9491,0,1,5}-{2591,9492,0,1,3}" + }, + { + "npc_id": "5316", + "loc_data": "{2497,3292,0,1,3}" + }, + { + "npc_id": "5318", + "loc_data": "{2511,3287,0,1,3}" + }, + { + "npc_id": "5323", + "loc_data": "{3221,3693,0,1,6}" + }, + { + "npc_id": "5324", + "loc_data": "{3221,3682,0,1,4}" + }, + { + "npc_id": "5325", + "loc_data": "{3125,3627,0,1,6}-{3232,3698,0,1,7}" + }, + { + "npc_id": "5326", + "loc_data": "{3229,3683,0,1,0}" + }, + { + "npc_id": "5327", + "loc_data": "{3224,3671,0,1,6}" + }, + { + "npc_id": "5332", + "loc_data": "{3102,3571,0,1,3}-{2855,9571,0,1,0}" + }, + { + "npc_id": "5333", + "loc_data": "{3100,3560,0,1,4}-{3108,3545,0,1,2}-{2860,9571,0,1,7}" + }, + { + "npc_id": "5334", + "loc_data": "{3108,3533,0,1,1}-{2860,9569,0,1,6}" + }, + { + "npc_id": "5337", + "loc_data": "{3100,3563,0,1,1}-{2832,9656,0,1,6}-{2846,3250,0,1,7}-{2834,3233,0,1,5}-{3003,10347,0,1,7}-{3003,10350,0,1,6}-{3003,10357,0,1,4}-{2996,10343,0,1,3}-{2993,10346,0,1,4}-{2995,3938,0,1,4}" + }, + { + "npc_id": "5338", + "loc_data": "{3119,3565,0,1,1}-{2838,9648,0,1,5}-{2831,9654,0,1,1}-{2843,3248,0,1,1}-{2840,3240,0,1,3}-{2994,10349,0,1,5}-{2998,10350,0,1,0}-{3003,10350,0,1,4}" + }, + { + "npc_id": "5339", + "loc_data": "{3095,3554,0,1,4}-{2831,9655,0,1,7}-{2844,3239,0,1,0}" + }, + { + "npc_id": "5340", + "loc_data": "{3112,3573,0,1,6}-{2833,9655,0,1,6}-{2848,3246,0,1,3}" + }, + { + "npc_id": "5341", + "loc_data": "{2840,9633,0,1,1}-{2844,9634,0,1,6}-{2842,9637,0,1,3}" + }, + { + "npc_id": "5345", + "loc_data": "{2501,3294,0,1,3}" + }, + { + "npc_id": "5349", + "loc_data": "{3099,3354,1,1,3}" + }, + { + "npc_id": "5350", + "loc_data": "{3116,3367,1,1,3}" + }, + { + "npc_id": "5351", + "loc_data": "{3110,3358,1,1,1}" + }, + { + "npc_id": "5352", + "loc_data": "{3121,3359,1,1,4}" + }, + { + "npc_id": "5355", + "loc_data": "{2873,2950,0,0,0}-{2876,2951,0,0,0}" + }, + { + "npc_id": "5356", + "loc_data": "{2877,2958,0,0,0}" + }, + { + "npc_id": "5357", + "loc_data": "{2876,2958,0,0,0}" + }, + { + "npc_id": "5358", + "loc_data": "{2874,2954,0,0,6}" + }, + { + "npc_id": "5361", + "loc_data": "{3176,5543,0,1,3}-{3191,5542,0,1,4}-{1757,5358,0,1,5}-{1760,5357,0,1,5}-{1755,5352,0,1,5}-{1751,5342,0,1,3}-{1745,5342,0,1,6}-{1739,5342,0,1,3}-{1737,5344,0,1,7}-{1739,5347,0,1,6}-{1740,5350,0,1,5}-{1739,5355,0,1,3}-{1747,5363,0,1,4}-{1749,5363,0,1,4}-{1743,5360,0,1,3}-{1739,5356,0,1,0}-{3175,5543,0,1,2}-{3178,5541,0,1,2}-{3187,5542,0,1,3}-{3192,5545,0,1,2}-{3192,5542,0,1,3}-{3179,5549,0,1,6}-{2386,9745,0,1,1}-{2385,9748,0,1,1}-{2389,9746,0,1,1}-{2390,9751,0,1,1}-{2306,9760,0,1,1}-{2395,9757,0,1,1}-{2397,9756,0,1,1}-{2399,9758,0,1,1}-{2385,9762,0,1,1}-{2382,9759,0,1,1}-{2385,9757,0,1,1}-{2388,9759,0,1,1}-{2393,9768,0,1,1}-{2394,9741,0,1,1}" + }, + { + "npc_id": "5362", + "loc_data": "{1774,5361,0,1,3}-{1776,5350,0,1,3}-{1772,5342,0,1,1}-{1772,5336,0,1,4}-{1778,5328,0,1,7}-{1761,5334,0,1,4}-{1754,5337,0,1,7}-{1749,5331,0,0,1}" + }, + { + "npc_id": "5363", + "loc_data": "{1781,5340,1,1,5}-{1782,5356,1,1,1}-{1767,5343,1,1,6}-{1761,5338,1,1,3}-{1767,5332,1,1,6}-{1757,5326,1,1,7}-{1784,5329,1,1,1}" + }, + { + "npc_id": "5364", + "loc_data": "{1765,5344,0,1,3}" + }, + { + "npc_id": "5365", + "loc_data": "{2354,5191,0,1,4}-{2351,5191,0,1,5}" + }, + { + "npc_id": "5366", + "loc_data": "{2357,5196,0,1,2}-{2356,5188,0,1,4}-{2343,5195,0,1,6}-{2335,5202,0,1,3}-{2323,5211,0,1,1}" + }, + { + "npc_id": "5367", + "loc_data": "{2312,5189,0,1,7}" + }, + { + "npc_id": "5369", + "loc_data": "{2345,5195,0,1,3}-{2264,5136,0,1,1}-{2323,5227,0,1,5}-{2319,5223,0,1,6}" + }, + { + "npc_id": "5370", + "loc_data": "{2347,5195,0,1,3}-{2323,5225,0,1,3}-{2319,5227,0,1,0}-{2323,5227,0,1,3}-{2318,5227,0,1,0}-{2326,5227,0,1,6}" + }, + { + "npc_id": "5371", + "loc_data": "{2356,5204,0,1,1}-{2324,5223,0,1,1}" + }, + { + "npc_id": "5375", + "loc_data": "{2029,5236,0,1,6}-{2031,5235,0,1,1}-{2029,5230,0,1,3}" + }, + { + "npc_id": "5376", + "loc_data": "{2031,5233,0,1,1}" + }, + { + "npc_id": "5377", + "loc_data": "{2004,5189,0,1,3}-{2002,5207,0,1,3}-{2009,5199,0,1,5}-{2004,5203,0,1,6}" + }, + { + "npc_id": "5378", + "loc_data": "{1993,5192,0,1,5}-{1999,5190,0,1,6}-{1989,5187,0,1,4}-{2008,5205,0,1,4}" + }, + { + "npc_id": "5379", + "loc_data": "{1952,5192,0,1,5}-{1995,5240,0,1,5}-{1944,5152,0,1,2}-{2010,5186,0,1,4}-{2023,5190,0,1,1}" + }, + { + "npc_id": "5380", + "loc_data": "{1952,5192,0,1,2}-{2028,5192,0,1,0}" + }, + { + "npc_id": "5383", + "loc_data": "{3194,4569,0,0,0}" + }, + { + "npc_id": "5384", + "loc_data": "{3165,4598,0,0,0}-{3167,4577,0,0,0}" + }, + { + "npc_id": "5385", + "loc_data": "{3191,4595,1,1,1}-{3191,4601,1,1,2}" + }, + { + "npc_id": "5386", + "loc_data": "{3143,4595,0,1,1}-{3145,4598,0,1,3}-{3182,4577,0,1,1}-{3187,4578,0,1,0}-{3158,4589,1,1,7}-{3194,4599,1,1,4}" + }, + { + "npc_id": "5387", + "loc_data": "{3158,4584,0,1,4}-{3159,4577,0,1,6}-{3169,4587,0,1,1}-{3152,4569,1,1,1}" + }, + { + "npc_id": "5388", + "loc_data": "{3156,4567,2,1,0}" + }, + { + "npc_id": "5389", + "loc_data": "{3157,4568,0,1,6}-{3185,4562,0,1,3}" + }, + { + "npc_id": "5390", + "loc_data": "{3182,4562,0,1,3}-{3185,4560,0,1,3}" + }, + { + "npc_id": "5391", + "loc_data": "{3158,4552,0,1,4}-{3163,4569,0,1,1}-{3177,4549,0,1,3}-{3184,4550,0,1,3}-{3158,4560,1,1,4}-{3174,4566,1,1,1}-{3195,4577,1,1,6}" + }, + { + "npc_id": "5393", + "loc_data": "{3146,4596,0,1,1}-{3163,4598,0,1,3}-{3155,4591,1,1,3}" + }, + { + "npc_id": "5394", + "loc_data": "{3167,4589,0,1,6}-{3172,4598,0,1,1}-{2677,9688,0,1,1}-{2676,9679,0,1,4}-{2669,9681,0,1,1}" + }, + { + "npc_id": "5395", + "loc_data": "{3141,4598,0,1,3}-{3170,4592,0,1,6}-{3144,4589,1,1,3}" + }, + { + "npc_id": "5396", + "loc_data": "{3145,4583,1,1,0}" + }, + { + "npc_id": "5397", + "loc_data": "{3155,4583,0,1,3}-{3176,4576,1,1,3}" + }, + { + "npc_id": "5398", + "loc_data": "{3145,4574,1,1,3}-{3182,4586,1,1,3}" + }, + { + "npc_id": "5399", + "loc_data": "{3140,4557,2,1,4}-{3188,4578,2,1,1}" + }, + { + "npc_id": "5400", + "loc_data": "{3175,4579,1,1,6}-{3142,4560,2,1,3}-{3159,4569,2,1,1}" + }, + { + "npc_id": "5401", + "loc_data": "{3151,4573,1,1,4}" + }, + { + "npc_id": "5402", + "loc_data": "{3154,4559,0,1,6}-{3171,4571,1,1,6}-{3179,4586,1,1,1}" + }, + { + "npc_id": "5403", + "loc_data": "{3141,4557,0,1,4}-{3182,4577,2,1,6}" + }, + { + "npc_id": "5404", + "loc_data": "{3143,4555,0,1,4}-{3144,4549,1,1,4}-{3190,4587,1,1,1}-{3186,4576,2,1,3}" + }, + { + "npc_id": "5405", + "loc_data": "{3163,4559,0,1,4}-{3146,4565,1,1,3}-{3195,4582,1,1,6}" + }, + { + "npc_id": "5406", + "loc_data": "{3159,4603,1,1,1}" + }, + { + "npc_id": "5407", + "loc_data": "{3141,4547,1,1,3}" + }, + { + "npc_id": "5408", + "loc_data": "{3170,4559,1,1,4}" + }, + { + "npc_id": "5409", + "loc_data": "{3173,4550,0,1,6}-{3190,4551,0,1,2}" + }, + { + "npc_id": "5410", + "loc_data": "{3190,4561,0,1,5}" + }, + { + "npc_id": "5413", + "loc_data": "{3187,5450,0,1,6}-{3177,5453,0,1,6}" + }, + { + "npc_id": "5414", + "loc_data": "{3176,5454,0,1,3}-{3182,5447,0,1,3}" + }, + { + "npc_id": "5423", + "loc_data": "{3212,3263,0,0,0}" + }, + { + "npc_id": "5439", + "loc_data": "{3017,3277,0,0,0}" + }, + { + "npc_id": "5445", + "loc_data": "{2596,3269,0,1,4}-{2571,3907,0,1,7}-{2571,3907,0,1,3}-{2569,3908,0,1,3}-{2571,3908,0,1,3}-{2572,3906,0,1,6}" + }, + { + "npc_id": "5478", + "loc_data": "{2407,3803,0,1,3}" + }, + { + "npc_id": "5479", + "loc_data": "{2407,3803,0,1,3}" + }, + { + "npc_id": "5480", + "loc_data": "{2406,3803,0,1,3}" + }, + { + "npc_id": "5483", + "loc_data": "{2395,3796,0,1,2}" + }, + { + "npc_id": "5484", + "loc_data": "{2418,3816,0,1,3}" + }, + { + "npc_id": "5485", + "loc_data": "{2393,3796,0,1,2}" + }, + { + "npc_id": "5486", + "loc_data": "{2396,3805,0,1,3}" + }, + { + "npc_id": "5487", + "loc_data": "{2417,3815,0,1,3}" + }, + { + "npc_id": "5488", + "loc_data": "{2416,3800,0,0,0}" + }, + { + "npc_id": "5489", + "loc_data": "{2372,3801,2,0,3}" + }, + { + "npc_id": "5490", + "loc_data": "{2364,3800,2,0,4}" + }, + { + "npc_id": "5493", + "loc_data": "{2391,3800,0,1,5}" + }, + { + "npc_id": "5494", + "loc_data": "{2416,3808,0,1,5}" + }, + { + "npc_id": "5495", + "loc_data": "{2406,3813,0,1,3}" + }, + { + "npc_id": "5496", + "loc_data": "{2402,3800,0,1,4}" + }, + { + "npc_id": "5499", + "loc_data": "{2403,3807,0,1,4}" + }, + { + "npc_id": "5500", + "loc_data": "{2395,3812,0,2,2}" + }, + { + "npc_id": "5501", + "loc_data": "{2408,3816,0,1,3}" + }, + { + "npc_id": "5502", + "loc_data": "{2409,3814,0,1,3}" + }, + { + "npc_id": "5504", + "loc_data": "{2336,3799,0,0,4}" + }, + { + "npc_id": "5505", + "loc_data": "{2334,3800,0,0,4}" + }, + { + "npc_id": "5506", + "loc_data": "{2334,3798,0,0,4}" + }, + { + "npc_id": "5507", + "loc_data": "{2311,3781,0,0,1}" + }, + { + "npc_id": "5508", + "loc_data": "{2646,3710,0,0,4}" + }, + { + "npc_id": "5509", + "loc_data": "{2336,3808,0,0,6}" + }, + { + "npc_id": "5510", + "loc_data": "{2333,3804,0,1,1}" + }, + { + "npc_id": "5511", + "loc_data": "{2327,3794,0,1,6}" + }, + { + "npc_id": "5512", + "loc_data": "{2319,3795,0,1,3}" + }, + { + "npc_id": "5513", + "loc_data": "{2352,3797,0,1,2}" + }, + { + "npc_id": "5514", + "loc_data": "{2333,3795,1,1,4}" + }, + { + "npc_id": "5515", + "loc_data": "{2330,3799,1,1,3}" + }, + { + "npc_id": "5516", + "loc_data": "{2329,3808,1,1,4}" + }, + { + "npc_id": "5518", + "loc_data": "{2338,3798,0,0,1}" + }, + { + "npc_id": "5519", + "loc_data": "{2338,3800,0,0,6}" + }, + { + "npc_id": "5520", + "loc_data": "{2338,3810,0,0,3}" + }, + { + "npc_id": "5529", + "loc_data": "{2323,3790,0,1,1}-{2323,3795,0,1,0}-{2322,3795,0,1,0}-{2317,3794,0,1,6}-{2317,3790,0,1,3}-{2321,3792,0,1,6}-{2327,3796,0,1,7}-{2319,3791,0,1,6}" + }, + { + "npc_id": "5531", + "loc_data": "{3323,3138,1,1,6}" + }, + { + "npc_id": "5532", + "loc_data": "{3320,3138,0,1,3}" + }, + { + "npc_id": "5533", + "loc_data": "{2904,5460,0,1,4}" + }, + { + "npc_id": "5534", + "loc_data": "{2900,5455,0,1,1}" + }, + { + "npc_id": "5535", + "loc_data": "{2903,5449,0,1,4}" + }, + { + "npc_id": "5536", + "loc_data": "{2905,5451,0,1,1}" + }, + { + "npc_id": "5537", + "loc_data": "{2905,5457,0,1,4}" + }, + { + "npc_id": "5538", + "loc_data": "{2912,5455,0,1,3}" + }, + { + "npc_id": "5539", + "loc_data": "{2922,5464,0,1,1}" + }, + { + "npc_id": "5540", + "loc_data": "{2924,5462,0,1,4}" + }, + { + "npc_id": "5541", + "loc_data": "{2924,5458,0,1,4}" + }, + { + "npc_id": "5542", + "loc_data": "{2930,5458,0,1,1}" + }, + { + "npc_id": "5544", + "loc_data": "{2931,5469,0,1,3}" + }, + { + "npc_id": "5545", + "loc_data": "{2925,5471,0,1,1}" + }, + { + "npc_id": "5546", + "loc_data": "{2931,5475,0,1,1}" + }, + { + "npc_id": "5547", + "loc_data": "{2907,5486,0,1,6}" + }, + { + "npc_id": "5548", + "loc_data": "{2907,5492,0,1,6}" + }, + { + "npc_id": "5549", + "loc_data": "{2910,5491,0,1,6}" + }, + { + "npc_id": "5550", + "loc_data": "{2915,5483,0,1,1}" + }, + { + "npc_id": "5551", + "loc_data": "{2922,5486,0,1,4}" + }, + { + "npc_id": "5552", + "loc_data": "{2921,5493,0,1,4}" + }, + { + "npc_id": "5553", + "loc_data": "{2899,5468,0,1,4}" + }, + { + "npc_id": "5554", + "loc_data": "{2894,5470,0,1,3}" + }, + { + "npc_id": "5555", + "loc_data": "{2898,5478,0,1,4}" + }, + { + "npc_id": "5556", + "loc_data": "{2896,5482,0,1,3}" + }, + { + "npc_id": "5557", + "loc_data": "{2894,5483,0,1,4}" + }, + { + "npc_id": "5558", + "loc_data": "{2894,5485,0,1,3}" + }, + { + "npc_id": "5562", + "loc_data": "{2913,5462,0,0,0}-{2900,5458,0,0,0}-{2908,5455,0,0,0}-{2910,5455,0,0,0}-{2913,5452,0,0,0}-{2914,5453,0,0,0}" + }, + { + "npc_id": "5563", + "loc_data": "{2911,5474,0,0,0}" + }, + { + "npc_id": "5574", + "loc_data": "{2836,3066,0,0,0}" + }, + { + "npc_id": "5576", + "loc_data": "{3072,3336,0,0,0}-{3063,3348,0,0,0}" + }, + { + "npc_id": "5608", + "loc_data": "{3786,2827,2,0,0}" + }, + { + "npc_id": "5609", + "loc_data": "{3786,2824,1,0,0}" + }, + { + "npc_id": "5610", + "loc_data": "{3785,2827,0,0,0}" + }, + { + "npc_id": "5611", + "loc_data": "{3784,2824,0,0,0}" + }, + { + "npc_id": "5614", + "loc_data": "{3779,2826,0,0,0}-{3789,2817,0,0,0}-{3794,2821,0,0,0}-{3808,2823,0,0,0}-{3812,2861,0,0,0}-{3813,2822,0,0,0}-{3818,2862,0,0,0}-{3819,2870,0,0,0}-{3821,2824,0,0,0}-{3831,2828,0,0,0}" + }, + { + "npc_id": "5627", + "loc_data": "{3808,2845,0,0,0}-{3812,2846,0,0,0}-{3815,2844,0,0,3}-{3819,2839,0,0,0}-{3819,2851,0,0,0}-{3819,2838,1,0,0}-{3823,2836,1,0,0}-{3823,2846,1,0,0}" + }, + { + "npc_id": "5628", + "loc_data": "{3810,2843,0,0,0}-{3813,2844,0,0,0}-{3821,2837,0,0,0}-{3820,2840,1,0,0}-{3820,2851,1,0,0}-{3823,2839,1,0,0}" + }, + { + "npc_id": "5629", + "loc_data": "{3811,2826,0,0,0}" + }, + { + "npc_id": "5631", + "loc_data": "{3827,2833,0,0,0}" + }, + { + "npc_id": "5633", + "loc_data": "{3815,2859,0,0,0}" + }, + { + "npc_id": "5634", + "loc_data": "{3793,2851,0,0,0}" + }, + { + "npc_id": "5635", + "loc_data": "{3784,2843,0,0,0}" + }, + { + "npc_id": "5637", + "loc_data": "{3803,2843,0,0,0}" + }, + { + "npc_id": "5638", + "loc_data": "{3810,2833,0,0,0}" + }, + { + "npc_id": "5639", + "loc_data": "{3824,2857,0,0,0}" + }, + { + "npc_id": "5640", + "loc_data": "{3817,2824,0,0,0}" + }, + { + "npc_id": "5641", + "loc_data": "{3799,2855,0,0,0}" + }, + { + "npc_id": "5642", + "loc_data": "{3796,2858,0,0,0}" + }, + { + "npc_id": "5644", + "loc_data": "{3795,2845,0,0,3}" + }, + { + "npc_id": "5646", + "loc_data": "{3792,2830,0,0,0}" + }, + { + "npc_id": "5647", + "loc_data": "{3803,2872,2,0,0}" + }, + { + "npc_id": "5650", + "loc_data": "{3800,2835,0,0,0}" + }, + { + "npc_id": "5656", + "loc_data": "{3794,2873,1,0,0}" + }, + { + "npc_id": "5658", + "loc_data": "{3804,2873,1,0,0}" + }, + { + "npc_id": "5659", + "loc_data": "{3805,2874,2,0,0}" + }, + { + "npc_id": "5661", + "loc_data": "{3794,2874,3,0,0}" + }, + { + "npc_id": "5665", + "loc_data": "{3803,2848,0,0,0}" + }, + { + "npc_id": "5668", + "loc_data": "{3787,2824,0,0,0}" + }, + { + "npc_id": "5669", + "loc_data": "{3787,2827,0,0,0}" + }, + { + "npc_id": "5670", + "loc_data": "{3786,2827,1,0,0}" + }, + { + "npc_id": "5671", + "loc_data": "{3788,2826,1,0,0}" + }, + { + "npc_id": "5672", + "loc_data": "{3788,2825,2,0,0}" + }, + { + "npc_id": "5750", + "loc_data": "{3290,5544,0,1,4}-{3270,5552,0,1,1}-{3274,5547,0,1,7}" + }, + { + "npc_id": "5752", + "loc_data": "{2711,5331,0,0,0}" + }, + { + "npc_id": "5753", + "loc_data": "{2697,5332,0,0,0}" + }, + { + "npc_id": "5755", + "loc_data": "{2723,5336,0,0,0}" + }, + { + "npc_id": "5756", + "loc_data": "{2702,5352,1,0,0}" + }, + { + "npc_id": "5757", + "loc_data": "{2743,5358,0,0,0}" + }, + { + "npc_id": "5758", + "loc_data": "{2693,5332,0,0,0}-{2729,5329,0,0,0}" + }, + { + "npc_id": "5761", + "loc_data": "{2725,5349,0,0,0}" + }, + { + "npc_id": "5764", + "loc_data": "{2712,5342,0,0,0}" + }, + { + "npc_id": "5765", + "loc_data": "{2694,5333,0,0,0}" + }, + { + "npc_id": "5766", + "loc_data": "{2701,5352,1,0,0}" + }, + { + "npc_id": "5767", + "loc_data": "{2695,5331,0,0,0}-{2719,5331,0,0,0}" + }, + { + "npc_id": "5770", + "loc_data": "{2717,5359,0,0,0}" + }, + { + "npc_id": "5771", + "loc_data": "{2722,5333,0,0,0}" + }, + { + "npc_id": "5772", + "loc_data": "{2716,5359,0,0,0}" + }, + { + "npc_id": "5776", + "loc_data": "{2699,5349,0,0,4}" + }, + { + "npc_id": "5777", + "loc_data": "{2699,5348,0,0,4}" + }, + { + "npc_id": "5780", + "loc_data": "{2722,5313,0,0,0}" + }, + { + "npc_id": "5781", + "loc_data": "{2723,5321,0,0,0}" + }, + { + "npc_id": "5782", + "loc_data": "{2742,5339,1,0,0}" + }, + { + "npc_id": "5783", + "loc_data": "{2701,5348,0,0,0}" + }, + { + "npc_id": "5785", + "loc_data": "{2726,5372,1,0,0}" + }, + { + "npc_id": "5786", + "loc_data": "{2712,5369,1,0,0}" + }, + { + "npc_id": "5787", + "loc_data": "{2704,5366,0,0,0}" + }, + { + "npc_id": "5789", + "loc_data": "{2718,5313,0,0,0}" + }, + { + "npc_id": "5790", + "loc_data": "{2715,5313,0,0,0}" + }, + { + "npc_id": "5794", + "loc_data": "{2712,5321,0,0,0}" + }, + { + "npc_id": "5796", + "loc_data": "{2711,5314,0,0,0}" + }, + { + "npc_id": "5798", + "loc_data": "{2717,5315,0,1,2}" + }, + { + "npc_id": "5799", + "loc_data": "{2730,5365,1,0,0}" + }, + { + "npc_id": "5800", + "loc_data": "{2719,5335,0,1,1}-{2747,5373,0,1,3}" + }, + { + "npc_id": "5801", + "loc_data": "{2730,5333,0,1,2}" + }, + { + "npc_id": "5802", + "loc_data": "{2744,5353,1,0,0}" + }, + { + "npc_id": "5803", + "loc_data": "{2741,5344,1,0,0}" + }, + { + "npc_id": "5804", + "loc_data": "{2744,5333,1,0,0}" + }, + { + "npc_id": "5805", + "loc_data": "{2743,5345,1,0,0}" + }, + { + "npc_id": "5806", + "loc_data": "{2746,5333,1,0,0}" + }, + { + "npc_id": "5807", + "loc_data": "{2741,5334,1,0,0}" + }, + { + "npc_id": "5809", + "loc_data": "{2741,5341,1,0,0}" + }, + { + "npc_id": "5811", + "loc_data": "{2744,5342,1,0,0}" + }, + { + "npc_id": "5813", + "loc_data": "{2742,5338,1,0,0}" + }, + { + "npc_id": "5815", + "loc_data": "{2743,5341,1,0,0}" + }, + { + "npc_id": "5817", + "loc_data": "{2744,5338,1,0,0}" + }, + { + "npc_id": "5819", + "loc_data": "{2744,5336,1,0,0}" + }, + { + "npc_id": "5821", + "loc_data": "{2740,5334,1,0,0}" + }, + { + "npc_id": "5827", + "loc_data": "{2699,5329,0,0,0}-{2699,5335,0,0,0}-{2747,5342,0,0,0}" + }, + { + "npc_id": "5828", + "loc_data": "{2697,5316,0,0,0}" + }, + { + "npc_id": "5832", + "loc_data": "{2730,5366,1,0,0}" + }, + { + "npc_id": "5833", + "loc_data": "{3267,3334,0,1,3}" + }, + { + "npc_id": "5834", + "loc_data": "{3208,3496,0,1,6}" + }, + { + "npc_id": "5837", + "loc_data": "{3285,3468,0,0,4}" + }, + { + "npc_id": "5839", + "loc_data": "{3183,5205,0,0,0}" + }, + { + "npc_id": "5840", + "loc_data": "{3159,5211,0,0,0}" + }, + { + "npc_id": "5841", + "loc_data": "{3176,5215,0,0,0}" + }, + { + "npc_id": "5842", + "loc_data": "{3115,3475,0,1,1}" + }, + { + "npc_id": "5843", + "loc_data": "{3117,3474,0,1,4}" + }, + { + "npc_id": "5844", + "loc_data": "{3113,3473,0,1,7}" + }, + { + "npc_id": "5845", + "loc_data": "{3115,3475,0,1,2}" + }, + { + "npc_id": "5846", + "loc_data": "{3110,3471,0,0,2}" + }, + { + "npc_id": "5847", + "loc_data": "{3115,3476,0,1,6}" + }, + { + "npc_id": "5848", + "loc_data": "{3116,3475,0,1,1}" + }, + { + "npc_id": "5849", + "loc_data": "{3112,3473,0,1,3}" + }, + { + "npc_id": "5850", + "loc_data": "{3115,3476,0,1,4}" + }, + { + "npc_id": "5851", + "loc_data": "{3119,3474,0,1,5}" + }, + { + "npc_id": "5869", + "loc_data": "{2744,5344,0,0,0}" + }, + { + "npc_id": "5887", + "loc_data": "{2737,5351,1,0,0}" + }, + { + "npc_id": "5909", + "loc_data": "{3224,3402,0,1,4}" + }, + { + "npc_id": "5910", + "loc_data": "{3230,3401,0,0,0}-{3284,3491,0,1,1}" + }, + { + "npc_id": "5914", + "loc_data": "{3204,3419,0,0,6}" + }, + { + "npc_id": "5915", + "loc_data": "{3255,3488,1,0,6}" + }, + { + "npc_id": "5916", + "loc_data": "{3250,3429,0,1,5}" + }, + { + "npc_id": "5917", + "loc_data": "{3200,3399,0,1,4}-{3262,3410,0,1,3}-{3176,3431,0,1,5}-{3261,3424,0,1,2}" + }, + { + "npc_id": "5918", + "loc_data": "{3233,3394,0,0,7}-{3271,3399,0,1,3}" + }, + { + "npc_id": "5919", + "loc_data": "{3244,3498,0,1,1}-{3244,3503,0,1,6}-{3247,3500,0,1,3}-{3175,3432,0,1,3}-{3175,3427,0,1,5}-{3205,3379,0,1,6}-{3211,3381,0,1,3}-{3172,3430,0,1,2}-{3175,3416,1,1,6}-{3175,3404,1,1,7}" + }, + { + "npc_id": "5920", + "loc_data": "{3175,3421,0,1,0}-{3273,3430,0,1,0}-{3211,3378,0,1,0}-{3272,3429,0,1,1}-{3274,3427,0,1,3}-{3220,3461,0,1,3}-{3221,3464,0,1,4}-{3213,3466,0,1,1}-{3214,3461,0,1,5}-{3215,3464,0,1,0}-{3208,3467,0,1,6}-{3209,3460,0,1,4}-{3205,3463,0,1,4}" + }, + { + "npc_id": "5923", + "loc_data": "{3224,3394,1,1,6}" + }, + { + "npc_id": "5924", + "loc_data": "{3227,3396,0,1,1}" + }, + { + "npc_id": "5925", + "loc_data": "{3220,3433,0,1,5}" + }, + { + "npc_id": "5926", + "loc_data": "{3229,3392,0,1,6}-{3184,3386,0,1,4}-{3247,9775,0,1,3}-{3185,3391,0,1,5}-{3240,9770,0,1,4}-{3235,9766,0,1,3}" + }, + { + "npc_id": "5927", + "loc_data": "{3250,9776,0,1,3}" + }, + { + "npc_id": "5928", + "loc_data": "{3249,9772,0,1,5}" + }, + { + "npc_id": "5929", + "loc_data": "{3245,9772,0,1,7}-{3239,9766,0,1,2}" + }, + { + "npc_id": "5930", + "loc_data": "{3257,3454,2,0,0}" + }, + { + "npc_id": "5932", + "loc_data": "{3255,3442,0,0,0}" + }, + { + "npc_id": "5933", + "loc_data": "{3254,3443,0,0,0}" + }, + { + "npc_id": "5934", + "loc_data": "{3259,3443,0,0,0}" + }, + { + "npc_id": "5935", + "loc_data": "{3260,3442,0,0,0}" + }, + { + "npc_id": "5938", + "loc_data": "{3253,3454,0,0,0}" + }, + { + "npc_id": "5939", + "loc_data": "{3253,3453,1,1,0}" + }, + { + "npc_id": "5940", + "loc_data": "{3262,3442,1,1,0}" + }, + { + "npc_id": "5941", + "loc_data": "{3260,3447,0,0,0}" + }, + { + "npc_id": "5943", + "loc_data": "{3263,3441,0,0,0}" + }, + { + "npc_id": "5944", + "loc_data": "{3263,3450,0,0,0}-{1746,4961,0,1,4}-{1761, 4938, 0, 1, 4}-{1761, 4976, 0, 1, 5}" + }, + { + "npc_id": "5946", + "loc_data": "{3261,3455,0,1,0}-{1758,4945,0,1,4}-{1757, 4935, 0, 1, 4}-{1746, 4980, 0, 1, 4}" + }, + { + "npc_id": "5947", + "loc_data": "{3260,3452,0,1,0}-{3261,3451,2,1,0}-{1735,4950,0,1,4}-{1759, 4948, 0, 1, 4}-{1780, 4960, 0, 1, 4}-{1760, 4974, 0, 1, 5}" + }, + { + "npc_id": "5956", + "loc_data": "{2659,2664,0,1,3}" + }, + { + "npc_id": "5984", + "loc_data": "{3263,3452,0,1,0}-{1743,4950,0,1,4}-{1770, 4935, 0, 1, 4}-{1772, 4962, 0, 1, 4}-{1771, 4957, 0, 1, 4}-{1777, 4976, 0, 1, 6}" + }, + { + "npc_id": "5987", + "loc_data": "{2891,3455,0,1,0}" + }, + { + "npc_id": "5991", + "loc_data": "{2966,3466,0,0,0}" + }, + { + "npc_id": "5997", + "loc_data": "{2862,3511,0,0,0}" + }, + { + "npc_id": "5998", + "loc_data": "{2971,3473,0,0,0}" + }, + { + "npc_id": "6026", + "loc_data": "{3489,3490,0,1,3}" + }, + { + "npc_id": "6027", + "loc_data": "{3493,3472,0,1,4}" + }, + { + "npc_id": "6028", + "loc_data": "{3497,3497,0,1,2}" + }, + { + "npc_id": "6030", + "loc_data": "{3496,3476,0,1,2}" + }, + { + "npc_id": "6031", + "loc_data": "{3511,3482,1,0,0}" + }, + { + "npc_id": "6032", + "loc_data": "{3502,3487,0,1,1}" + }, + { + "npc_id": "6033", + "loc_data": "{3484,3478,0,1,4}" + }, + { + "npc_id": "6034", + "loc_data": "{3502,3493,0,1,3}" + }, + { + "npc_id": "6035", + "loc_data": "{3486,3488,0,1,3}" + }, + { + "npc_id": "6036", + "loc_data": "{3499,3474,1,0,0}" + }, + { + "npc_id": "6037", + "loc_data": "{3499,3477,0,1,3}" + }, + { + "npc_id": "6038", + "loc_data": "{3490,3472,1,0,0}" + }, + { + "npc_id": "6039", + "loc_data": "{3483,3495,0,1,4}" + }, + { + "npc_id": "6040", + "loc_data": "{3498,3472,1,0,0}" + }, + { + "npc_id": "6041", + "loc_data": "{3479,3492,0,1,4}" + }, + { + "npc_id": "6042", + "loc_data": "{3479,3498,0,1,4}" + }, + { + "npc_id": "6044", + "loc_data": "{3505,3491,1,0,0}" + }, + { + "npc_id": "6045", + "loc_data": "{3479,3498,1,0,0}" + }, + { + "npc_id": "6046", + "loc_data": "{2835,3509,0,0,1}-{3306,5510,0,1,5}-{3309,5543,0,1,6}" + }, + { + "npc_id": "6047", + "loc_data": "{2839,3497,0,1,6}-{2840,3504,0,1,4}" + }, + { + "npc_id": "6050", + "loc_data": "{3291,3081,0,1,7}-{3298,3075,0,1,1}-{3284,3076,0,1,3}-{3266,3072,0,1,1}-{3259,3080,0,1,2}-{3246,3080,0,1,3}-{3252,3069,0,1,1}-{3244,3082,0,1,1}-{3235,3072,0,1,4}-{3242,3059,0,1,7}-{3235,3051,0,1,5}-{3248,3051,0,1,4}-{3257,3055,0,1,3}-{3263,3063,0,1,3}-{3267,3048,0,1,0}-{3253,3040,0,1,6}-{3243,3039,0,1,6}-{3254,3031,0,1,1}-{3243,3035,0,1,5}-{3232,3039,0,1,2}-{3230,3046,0,1,6}-{3219,3033,0,1,3}-{3219,3022,0,1,1}-{3227,3017,0,1,5}-{3235,3012,0,1,4}-{3243,3019,0,1,2}-{3251,3028,0,1,3}" + }, + { + "npc_id": "6051", + "loc_data": "{3292,3069,0,1,1}-{3285,3071,0,1,1}-{3279,3078,0,1,4}-{3273,3065,0,1,3}-{3288,3066,0,1,6}-{3281,3057,0,1,5}-{3294,3056,0,1,5}-{3305,3064,0,1,3}-{3312,3075,0,1,6}-{3306,3086,0,1,4}-{3272,3082,0,1,4}" + }, + { + "npc_id": "6070", + "loc_data": "{2589,4313,0,1,6}" + }, + { + "npc_id": "6072", + "loc_data": "{2426,4442,0,0,0}" + }, + { + "npc_id": "6073", + "loc_data": "{2424,4436,0,0,0}-{2594,4319,0,1,6}" + }, + { + "npc_id": "6074", + "loc_data": "{2603,4306,0,1,4}-{2607,4312,0,1,7}-{2610,4319,0,1,6}-{2613,4326,0,1,5}-{2616,4333,0,1,0}-{2619,4340,0,1,6}-{2614,4344,0,1,3}-{2609,4347,0,1,4}-{2605,4347,0,1,4}-{2599,4345,0,1,3}-{2598,4342,0,1,3}-{2597,4339,0,1,3}-{2596,4336,0,1,3}-{2595,4333,0,1,3}-{2594,4330,0,1,4}-{2587,4330,0,1,3}-{2583,4332,0,1,4}-{2579,4335,0,1,3}-{2576,4339,0,1,4}-{2571,4342,0,1,1}-{2569,4332,0,1,4}-{2572,4326,0,1,6}-{2572,4297,0,1,1}-{2585,4291,0,1,3}-{2599,4297,0,1,4}-{2607,4300,0,1,1}-{2614,4301,0,1,6}-{2619,4305,0,1,0}-{2616,4320,0,1,6}-{2613,4327,0,1,0}-{2611,4335,0,1,6}-{2607,4336,0,1,6}-{2581,4322,0,1,1}-{2578,4315,0,1,6}-{2575,4308,0,1,6}-{2572,4301,0,1,4}-{2567,4295,0,1,3}-{2577,4291,0,1,3}-{2587,4298,0,1,3}-{2595,4307,0,1,3}-{2603,4314,0,1,3}" + }, + { + "npc_id": "6085", + "loc_data": "{3046,3207,1,0,2}" + }, + { + "npc_id": "6088", + "loc_data": "{2932,3253,0,1,4}-{2936,3249,0,1,2}-{2933,3244,0,1,4}-{2927,3247,0,1,5}-{2925,3256,0,1,0}" + }, + { + "npc_id": "6089", + "loc_data": "{2932,3249,0,1,0}-{2929,3253,0,1,3}-{2938,3248,0,1,5}" + }, + { + "npc_id": "6090", + "loc_data": "{2932,3245,0,1,0}-{2934,3246,0,1,3}" + }, + { + "npc_id": "6102", + "loc_data": "{1762,5329,0,1,1}" + }, + { + "npc_id": "6104", + "loc_data": "{1751,5326,0,1,1}" + }, + { + "npc_id": "6105", + "loc_data": "{1767,5355,0,0,6}" + }, + { + "npc_id": "6108", + "loc_data": "{2854,3385,0,1,0}" + }, + { + "npc_id": "6109", + "loc_data": "{2526,3215,0,1,6}-{2545,3231,0,1,4}-{2537,3236,0,1,4}" + }, + { + "npc_id": "6110", + "loc_data": "{2532,3222,0,1,3}-{2533,3209,0,1,4}" + }, + { + "npc_id": "6112", + "loc_data": "{3238,3247,0,1,0}" + }, + { + "npc_id": "6113", + "loc_data": "{3232,3280,0,1,4}-{3222,3289,0,1,1}" + }, + { + "npc_id": "6114", + "loc_data": "{3232,3283,0,1,1}" + }, + { + "npc_id": "6115", + "loc_data": "{3033,3236,0,1,3}-{3041,3237,0,1,6}-{3035,3234,0,1,7}-{3028,3205,0,1,4}-{3019,3202,0,1,6}-{3026,3203,0,1,1}" + }, + { + "npc_id": "6116", + "loc_data": "{3030,3244,0,1,0}-{3025,3203,0,1,3}-{3034,3204,0,1,4}" + }, + { + "npc_id": "6135", + "loc_data": "{3254,3427,0,1,1}" + }, + { + "npc_id": "6136", + "loc_data": "{3077,3250,0,1,0}" + }, + { + "npc_id": "6137", + "loc_data": "{2952,3381,0,1,0}" + }, + { + "npc_id": "6138", + "loc_data": "{2665,3311,0,0,0}" + }, + { + "npc_id": "6139", + "loc_data": "{2734,3484,0,1,1}" + }, + { + "npc_id": "6140", + "loc_data": "{2644,2641,0,0,6}" + }, + { + "npc_id": "6141", + "loc_data": "{2638,2656,0,0,0}" + }, + { + "npc_id": "6166", + "loc_data": "{1904,4279,0,0,0}" + }, + { + "npc_id": "6167", + "loc_data": "{1906,4277,0,0,0}" + }, + { + "npc_id": "6168", + "loc_data": "{1904,4274,0,0,0}" + }, + { + "npc_id": "6188", + "loc_data": "{1901,4271,0,0,0}-{1909,4271,0,0,0}" + }, + { + "npc_id": "6189", + "loc_data": "{3016,3516,0,1,7}" + }, + { + "npc_id": "6190", + "loc_data": "{1906,4270,0,1,0}" + }, + { + "npc_id": "6200", + "loc_data": "{2947,3366,0,0,1}-{2949,3366,0,0,1}-{2946,3366,0,0,1}-{2948,3366,0,0,1}-{3010,3353,0,0,1}-{3011,3353,0,0,1}-{3012,3353,0,0,1}-{3013,3353,0,0,1}-{3014,3353,0,0,1}-{3015, 3353, 0, 0, 1}-{2945, 3366, 0, 0, 1}" + }, + { + "npc_id": "6202", + "loc_data": "{2912,3749,0,0,0}" + }, + { + "npc_id": "6203", + "loc_data": "{2924,5322,2,1,4}" + }, + { + "npc_id": "6205", + "loc_data": "{2933,5329,2,1,1}" + }, + { + "npc_id": "6210", + "loc_data": "{2927,5340,2,1,3}-{2884,5325,2,1,3}-{2837,5336,2,1,4}-{2876,5326,2,1,4}-{2898,5306,2,1,5}-{2886,5325,2,1,1}-{2838,5336,2,1,4}-{2919,5345,2,1,5}" + }, + { + "npc_id": "6211", + "loc_data": "{2920,5353,2,1,4}-{2902,5357,2,1,4}-{2885,5315,2,1,4}-{2898,5313,2,1,2}-{2908,5354,2,1,2}-{2924,5354,2,1,6}-{2925,5352,2,1,3}-{2928,5355,2,1,6}" + }, + { + "npc_id": "6212", + "loc_data": "{2920,5339,2,1,1}-{2836,5289,2,1,0}-{2869,5287,2,1,1}-{2867,5333,2,1,0}-{2921,5293,1,1,6}-{2877,5321,2,1,1}-{2888,5326,2,1,3}-{2872,5318,2,1,2}-{2894,5286,2,1,7}-{2896,5312,2,1,4}-{2894,5322,2,1,3}-{2836,5349,2,1,2}-{2858,5267,2,1,6}" + }, + { + "npc_id": "6213", + "loc_data": "{2894,5353,2,1,0}-{2838,5347,2,1,6}-{2872,5318,2,1,4}-{2875,5313,2,1,4}-{2865,5327,2,1,4}-{2886,5293,2,1,5}-{2909,5297,2,1,0}-{2919,5293,3,1,4}-{2843,5352,2,1,4}-{2908,5346,2,1,6}-{2913,5355,2,1,3}-{2916,5345,2,1,1}-{2919,5349,2,1,2}-{2922,5356,2,1,1}-{2927,5354,2,1,6}-{2928,5350,2,1,4}-{2931,5357,2,1,3}-{2911,5338,2,1,6}-{2925,5295,3,1,0}-{2862,5290,2,1,1}-{2919,5293,1,1,5}" + }, + { + "npc_id": "6214", + "loc_data": "{2919,5284,1,1,0}-{2862,5292,2,1,7}-{2864,5319,2,1,7}-{2828,5337,2,1,6}-{2878,5327,2,1,4}-{2884,5312,2,1,2}-{2883,5320,2,1,0}-{2895,5309,2,1,6}-{2853,5327,2,1,4}-{2854,5345,2,1,2}-{2861,5292,2,1,4}-{2881,5291,2,1,1}-{2892,5328,2,1,1}-{2828,5331,2,1,1}-{2924,5292,3,1,6}-{2918,5281,1,1,1}-{2918,5280,1,1,1}" + }, + { + "npc_id": "6215", + "loc_data": "{2926,5345,2,1,7}-{2888,5361,2,1,5}-{2856,5349,2,1,1}-{2839,5275,2,1,5}-{2880,5293,2,1,4}-{2886,5313,2,1,3}-{2862,5334,2,1,0}-{2881,5320,2,1,3}-{2886,5325,2,1,2}-{2862,5337,2,1,4}-{2845,5286,2,1,0}-{2889,5322,2,1,4}-{2919,5359,2,1,0}-{2855,5352,2,1,1}-{2923,5357,2,1,6}-{2891,5353,2,1,1}-{2832,5288,2,1,6}" + }, + { + "npc_id": "6216", + "loc_data": "{2888,5290,2,1,1}-{2865,5306,2,1,3}-{2871,5312,2,1,3}-{2867,5304,2,1,6}-{2871,5281,2,1,1}-{2864,5279,2,1,4}" + }, + { + "npc_id": "6217", + "loc_data": "{2884,5307,2,1,0}-{2899,5304,2,1,3}-{2915,5270,0,1,5}" + }, + { + "npc_id": "6218", + "loc_data": "{2906,5347,2,1,6}-{2913,5358,2,1,6}-{2856,5267,2,1,7}-{2911,5268,0,1,4}-{2887,5318,2,1,4}-{2888,5314,2,1,6}-{2859,5328,2,1,6}-{2861,5294,2,1,0}-{2931,5345,2,1,2}-{2903,5353,2,1,4}-{2836,5290,2,1,6}-{2907,5346,2,1,6}-{2921,5351,2,1,2}-{2858,5266,2,1,1}-{2916,5269,0,1,1}-{3044,5347,0,1,2}-{3041,5347,0,1,0}-{3031,5346,0,1,2}-{3023,5346,0,1,6}-{3038,5333,0,1,3}-{3048,5333,0,1,1}-{3054,5345,0,1,3}-{3043,5360,0,1,3}-{3030,5362,0,1,3}-{3040,5341,0,1,4}" + }, + { + "npc_id": "6219", + "loc_data": "{2915,5340,2,1,6}" + }, + { + "npc_id": "6220", + "loc_data": "{2931,5356,2,1,3}-{2846,5286,2,1,5}-{2937,5351,2,1,3}-{2848,5268,2,1,4}" + }, + { + "npc_id": "6221", + "loc_data": "{2906,5354,2,1,7}-{2886,5354,2,1,5}-{2885,5352,2,1,2}-{2901,5362,2,1,1}-{2914,5344,2,1,3}-{2918,5343,2,1,2}-{2918,5361,2,1,0}-{2923,5345,2,1,3}-{2924,5352,2,1,4}" + }, + { + "npc_id": "6222", + "loc_data": "{2831,5301,2,1,4}" + }, + { + "npc_id": "6229", + "loc_data": "{2841,5285,2,1,3}-{2841,5289,2,1,1}-{2856,5264,2,1,5}-{2842,5282,2,1,6}" + }, + { + "npc_id": "6230", + "loc_data": "{2843,5265,2,1,4}-{2851,5273,2,1,3}-{2846,5262,2,1,4}" + }, + { + "npc_id": "6231", + "loc_data": "{2870,5265,2,1,0}-{2869,5266,2,1,7}-{2855,5273,2,1,2}-{2840,5263,2,1,3}-{2831,5285,2,1,4}" + }, + { + "npc_id": "6232", + "loc_data": "{2872,5261,2,1,4}-{2863,5308,2,1,1}-{2872,5288,2,1,4}" + }, + { + "npc_id": "6233", + "loc_data": "{2861,5261,2,1,0}-{2852,5264,2,1,0}-{2865,5263,2,1,6}" + }, + { + "npc_id": "6234", + "loc_data": "{2862,5313,2,1,3}-{2839,5293,2,1,0}-{2842,5264,2,1,4}" + }, + { + "npc_id": "6235", + "loc_data": "{2864,5270,2,1,3}-{2869,5314,2,1,3}-{2859,5303,2,1,4}-{2863,5293,2,1,7}-{2862,5286,2,1,1}" + }, + { + "npc_id": "6236", + "loc_data": "{2854,5271,2,1,6}-{2872,5267,2,1,0}-{2858,5269,2,1,5}" + }, + { + "npc_id": "6237", + "loc_data": "{2840,5290,2,1,6}-{2841,5269,2,1,7}-{2833,5292,2,1,3}" + }, + { + "npc_id": "6238", + "loc_data": "{2874,5308,2,1,3}-{2851,5276,2,1,2}-{2864,5268,2,1,2}" + }, + { + "npc_id": "6239", + "loc_data": "{2875,5298,2,1,4}-{2846,5288,2,1,0}-{2845,5281,2,1,1}-{2824,5216,2,1,7}" + }, + { + "npc_id": "6240", + "loc_data": "{2837,5269,2,1,2}-{2860,5300,2,1,1}-{2852,5311,2,1,4}-{2879,5286,2,1,5}" + }, + { + "npc_id": "6241", + "loc_data": "{2863,5272,2,1,6}-{2850,5269,2,1,7}" + }, + { + "npc_id": "6242", + "loc_data": "{2836,5272,2,1,1}" + }, + { + "npc_id": "6243", + "loc_data": "{2848,5275,2,1,0}-{2869,5304,2,1,4}-{2850,5292,2,1,1}-{2857,5300,2,1,3}-{2874,5287,2,1,4}" + }, + { + "npc_id": "6244", + "loc_data": "{2847,5299,2,1,6}-{2844,5283,2,1,6}" + }, + { + "npc_id": "6245", + "loc_data": "{2861,5299,2,1,4}-{2833,5290,2,1,1}-{2851,5262,2,1,0}" + }, + { + "npc_id": "6246", + "loc_data": "{2855,5311,2,1,1}-{2872,5299,2,1,0}-{2872,5315,2,1,1}-{2856,5284,2,1,4}" + }, + { + "npc_id": "6247", + "loc_data": "{2894,5265,0,1,2}" + }, + { + "npc_id": "6254", + "loc_data": "{2917,5272,0,1,7}-{2898,5295,2,1,4}-{2881,5283,2,1,1}-{2883,5311,2,1,2}-{2894,5301,2,1,3}-{2882,5284,2,1,5}-{2890,5292,2,1,4}-{2896,5296,2,1,2}-{2905,5299,2,1,3}-{2905,5301,2,1,5}-{2921,5283,3,1,1}-{2925,5292,3,1,7}-{2906,5299,0,1,6}-{2910,5297,0,1,6}-{2915,5270,0,1,2}-{2910,5269,0,1,5}" + }, + { + "npc_id": "6255", + "loc_data": "{2922,5290,1,1,5}-{2880,5304,2,1,1}-{2884,5311,2,1,2}-{2885,5311,2,1,2}-{2887,5312,2,1,1}-{2886,5313,2,1,0}-{2895,5310,2,1,1}-{2884,5280,2,1,3}-{2885,5293,2,1,6}-{2886,5291,2,1,6}-{2894,5285,2,1,3}-{2893,5286,2,1,7}-{2905,5292,2,1,4}-{2908,5297,2,1,4}-{2910,5297,2,1,6}-{2897,5308,2,1,4}-{2919,5299,3,1,1}-{2921,5292,3,1,5}-{2924,5288,3,1,0}-{2925,5287,3,1,1}-{2908,5300,0,1,6}-{2907,5294,0,1,6}-{2923,5293,1,1,5}-{2919,5298,1,1,1}-{2922,5291,1,1,6}-{2917,5285,1,1,0}-{2905,5295,0,1,6}" + }, + { + "npc_id": "6256", + "loc_data": "{2922,5285,1,1,0}-{2886,5295,2,1,1}-{2891,5300,2,1,1}-{2889,5310,2,1,2}-{2887,5299,2,1,6}-{2891,5297,2,1,3}-{2884,5283,2,1,3}-{2885,5286,2,1,3}-{2886,5294,2,1,1}-{2896,5286,2,1,4}-{2908,5302,2,1,1}-{2919,5290,3,1,1}-{2923,5298,3,1,4}-{2924,5298,3,1,4}-{2911,5298,0,1,6}-{2919,5293,1,1,1}-{2917,5294,1,1,2}-{2923,5284,1,1,1}-{2916,5267,0,1,2}" + }, + { + "npc_id": "6257", + "loc_data": "{2913,5267,0,1,6}-{2892,5291,2,1,4}-{2895,5313,2,1,6}-{2879,5329,2,1,5}-{2886,5311,2,1,0}-{2888,5305,2,1,3}-{2877,5293,2,1,5}-{2894,5284,2,1,0}-{2900,5287,2,1,0}-{2905,5302,2,1,1}-{2898,5307,2,1,6}-{2918,5292,3,1,3}-{2924,5286,3,1,0}-{2924,5292,3,1,1}-{2924,5297,3,1,3}-{2926,5285,3,1,1}-{2921,5289,1,1,6}-{2923,5294,1,1,0}-{2922,5285,1,1,3}-{2915,5273,0,1,7}-{2915,5271,0,1,4}" + }, + { + "npc_id": "6258", + "loc_data": "{2918,5289,1,1,6}-{2884,5287,2,1,0}-{2895,5294,2,1,4}-{2897,5307,2,1,7}-{2918,5298,3,1,5}-{2917,5291,1,1,4}-{2916,5269,0,1,2}" + }, + { + "npc_id": "6259", + "loc_data": "{2890,5304,2,1,7}-{2886,5299,2,1,3}-{2891,5297,2,1,5}-{2890,5291,2,1,3}-{2900,5286,2,1,7}-{2905,5303,2,1,1}-{2918,5282,3,1,6}-{2924,5295,3,1,2}-{2905,5297,0,1,6}-{2920,5291,1,1,5}-{2930,5290,0,1,6}" + }, + { + "npc_id": "6260", + "loc_data": "{2870,5359,2,1,4}" + }, + { + "npc_id": "6262", + "loc_data": "{2873,5356,0,1,1}-{2866,5358,2,1,6}" + }, + { + "npc_id": "6264", + "loc_data": "{2870,5354,2,1,4}" + }, + { + "npc_id": "6266", + "loc_data": "{2868,5362,2,1,3}" + }, + { + "npc_id": "6268", + "loc_data": "{2856,5355,2,1,7}-{2838,5358,2,1,2}-{2841,5319,2,1,7}-{2856,5331,2,1,2}-{2854,5325,2,1,2}-{2873,5323,2,1,6}-{2860,5321,2,1,7}-{2868,5334,2,1,0}-{2856,5328,2,1,6}-{2855,5332,2,1,1}-{2845,5339,2,1,5}-{2831,5320,2,1,3}-{2847,5334,2,1,1}-{2858,5349,2,1,2}-{2829,5339,2,1,6}-{2856,5361,2,1,5}-{2839,5360,2,1,6}" + }, + { + "npc_id": "6269", + "loc_data": "{2846,5351,2,1,3}-{2846,5339,2,1,2}-{2840,5327,2,1,1}-{2836,5345,2,1,7}-{2834,5328,2,1,2}-{2857,5359,2,1,4}-{2846,5357,2,1,3}" + }, + { + "npc_id": "6270", + "loc_data": "{2845,5336,2,1,2}-{2848,5344,2,1,6}-{2842,5328,2,1,6}-{2844,5349,2,1,2}-{2836,5323,2,1,4}-{2832,5353,2,1,6}-{2848,5358,2,1,7}" + }, + { + "npc_id": "6271", + "loc_data": "{2840,5330,2,1,0}-{2859,5328,2,1,6}-{2873,5317,2,1,3}-{2862,5332,2,1,2}-{2869,5332,2,1,6}" + }, + { + "npc_id": "6272", + "loc_data": "{2838,5326,2,1,4}-{2870,5313,2,1,1}-{2865,5332,2,1,0}-{2838,5334,2,1,6}-{2837,5353,2,1,7}" + }, + { + "npc_id": "6273", + "loc_data": "{2832,5324,2,1,7}-{2864,5325,2,1,2}-{2873,5325,2,1,7}-{2873,5324,2,1,7}-{2865,5336,2,1,6}-{2840,5333,2,1,6}-{2836,5336,2,1,4}-{2838,5354,2,1,6}" + }, + { + "npc_id": "6274", + "loc_data": "{2858,5325,2,1,4}-{2873,5319,2,1,6}-{2872,5307,2,1,5}-{2867,5333,2,1,6}-{2866,5333,2,1,0}-{2839,5331,2,1,5}-{2837,5355,2,1,6}" + }, + { + "npc_id": "6275", + "loc_data": "{2865,5340,2,1,1}-{2869,5326,2,1,7}-{2875,5318,2,1,1}-{2875,5314,2,1,1}-{2878,5313,2,1,3}-{2879,5322,2,1,3}-{2859,5317,2,1,6}-{2858,5319,2,1,4}-{2878,5320,2,1,0}-{2863,5337,2,1,7}-{2862,5338,2,1,7}-{2867,5341,2,1,6}-{2852,5312,2,1,2}" + }, + { + "npc_id": "6276", + "loc_data": "{2856,5360,2,1,7}-{2854,5346,2,1,3}-{2845,5332,2,1,0}-{2845,5344,2,1,3}-{2848,5349,2,1,6}-{2837,5347,2,1,3}-{2835,5324,2,1,2}-{2835,5321,2,1,5}-{2858,5349,2,1,4}-{2830,5339,2,1,3}-{2828,5332,2,1,3}-{2846,5358,2,1,4}-{2855,5356,2,1,7}" + }, + { + "npc_id": "6277", + "loc_data": "{2843,5341,2,1,3}-{2843,5331,2,1,3}-{2847,5341,2,1,5}-{2852,5350,2,1,1}-{2844,5341,2,1,6}-{2843,5347,2,1,1}-{2836,5325,2,1,6}-{2826,5335,2,1,2}-{2837,5351,2,1,4}-{2845,5353,2,1,3}-{2840,5361,2,1,3}" + }, + { + "npc_id": "6278", + "loc_data": "{2845,5359,2,1,4}-{2830,5318,2,1,3}-{2848,5342,2,1,0}-{2846,5332,2,1,1}-{2843,5320,2,1,3}-{2838,5329,2,1,1}-{2855,5349,2,1,0}-{2837,5342,2,1,1}-{2792,5280,2,1,6}-{2827,5331,2,1,6}-{2830,5315,2,1,6}-{2845,5352,2,1,6}-{2839,5360,2,1,6}-{2851,5359,2,1,7}-{2860,5353,2,1,6}" + }, + { + "npc_id": "6279", + "loc_data": "{2857,5315,2,1,6}-{2859,5318,2,1,5}-{2858,5329,2,1,3}-{2879,5326,2,1,4}" + }, + { + "npc_id": "6280", + "loc_data": "{2869,5332,2,1,6}-{2871,5313,2,1,2}-{2879,5330,2,1,2}-{2877,5327,2,1,0}" + }, + { + "npc_id": "6281", + "loc_data": "{2865,5316,2,1,2}-{2861,5333,2,1,2}" + }, + { + "npc_id": "6282", + "loc_data": "{2874,5318,2,1,0}-{2859,5316,2,1,3}-{2878,5329,2,1,2}-{2858,5330,2,1,2}" + }, + { + "npc_id": "6283", + "loc_data": "{2877,5326,2,1,2}-{2857,5328,2,1,3}-{2861,5315,2,1,7}" + }, + { + "npc_id": "6339", + "loc_data": "{2547,3277,0,0,0}" + }, + { + "npc_id": "6345", + "loc_data": "{2518,3275,0,0,0}" + }, + { + "npc_id": "6346", + "loc_data": "{2799,3186,0,1,7}-{2797,3169,0,0,0}-{2793,3161,0,1,3}" + }, + { + "npc_id": "6347", + "loc_data": "{2799,3167,0,0,0}-{2787,3188,0,1,1}" + }, + { + "npc_id": "6348", + "loc_data": "{2793,3158,0,1,3}-{2798,3154,0,1,4}-{2796,3189,0,1,0}" + }, + { + "npc_id": "6349", + "loc_data": "{2797,3186,0,1,6}-{2793,3161,0,1,0}" + }, + { + "npc_id": "6350", + "loc_data": "{2798,3182,0,1,7}-{2793,3161,0,1,1}" + }, + { + "npc_id": "6357", + "loc_data": "{3359,2969,0,1,3}" + }, + { + "npc_id": "6362", + "loc_data": "{3270,4856,0,1,3}" + }, + { + "npc_id": "6363", + "loc_data": "{3251,5455,0,1,4}-{3258,5456,0,1,6}-{3257,5451,0,1,6}-{3257,5464,0,1,2}-{3256,5473,0,1,2}-{3244,5469,0,1,1}-{3269,4829,0,1,3}-{3271,4823,0,1,2}-{3283,4809,0,1,3}-{3190,5523,0,1,3}-{3225,5485,0,1,5}-{3219,5528,0,1,2}-{3223,5520,0,1,3}-{3225,5511,0,1,0}-{3236,5511,0,1,6}-{3232,5523,0,1,0}-{3239,5530,0,1,4}-{3233,5546,0,1,3}-{3222,5539,0,1,5}-{3218,5482,0,1,7}-{3219,5486,0,1,4}-{3207,5461,0,1,6}-{3208,5458,0,1,3}-{3194,5530,0,1,3}" + }, + { + "npc_id": "6364", + "loc_data": "{3271,4809,0,1,3}-{3188,5529,0,1,3}-{3194,5531,0,1,1}-{3222,5486,0,1,3}-{3221,5482,0,1,4}-{3212,5459,0,1,6}-{3210,5462,0,1,2}-{3188,5527,0,1,3}-{3234,5510,0,1,6}" + }, + { + "npc_id": "6365", + "loc_data": "{3267,4817,0,1,4}-{3290,4803,0,1,3}" + }, + { + "npc_id": "6367", + "loc_data": "{3276,4808,0,1,3}-{3291,4812,0,1,6}-{3207,5466,0,1,6}-{3223,5462,0,1,1}-{3237,5524,0,1,6}-{3229,5510,0,1,4}" + }, + { + "npc_id": "6368", + "loc_data": "{3226,5458,0,1,3}-{3222,5470,0,1,6}-{3238,5541,0,1,1}-{3226,5540,0,1,7}-{3222,5522,0,1,7}" + }, + { + "npc_id": "6369", + "loc_data": "{3268,4825,0,1,6}-{3268,4809,0,1,4}-{3288,4803,0,1,6}-{3298,4810,0,1,4}" + }, + { + "npc_id": "6376", + "loc_data": "{2925,2976,0,1,1}-{2909,2978,0,1,5}" + }, + { + "npc_id": "6377", + "loc_data": "{2920,2973,0,1,6}-{2919,2976,0,1,6}-{2910,2978,0,1,7}" + }, + { + "npc_id": "6379", + "loc_data": "{2894,2995,0,0,0}-{2909,2970,0,0,0}-{3303,5485,0,1,1}-{3320,5494,0,1,4}-{3313,5490,0,1,4}-{3315,5484,0,1,3}-{3323,5471,0,1,6}-{3319,5471,0,1,4}-{3323,5477,0,1,0}-{3310,5484,0,1,4}-{3313,5488,0,1,6}-{3309,5481,0,1,1}-{3320,5495,0,1,0}" + }, + { + "npc_id": "6380", + "loc_data": "{2883,2994,0,0,0}-{2882,2994,0,0,0}-{3319,5490,0,1,5}-{3298,5486,0,1,3}-{3312,5480,0,1,4}-{3315,5480,0,1,1}-{3308,5482,0,1,2}-{3321,5477,0,1,0}-{3317,5470,0,1,6}-{3324,5472,0,1,6}-{3311,5482,0,1,0}" + }, + { + "npc_id": "6383", + "loc_data": "{2888,3001,0,0,0}-{2891,3002,0,0,0}-{2890,2998,0,0,0}-{2887,2994,0,0,0}-{2901,2991,0,0,0}-{2905,2990,0,0,0}-{2886,2989,0,0,0}-{2927,2979,0,0,0}-{2926,2973,0,0,0}-{2919,2973,0,0,0}-{2919,2976,0,0,0}-{2920,2979,0,0,0}" + }, + { + "npc_id": "6386", + "loc_data": "{2683,3326,0,0,0}" + }, + { + "npc_id": "6387", + "loc_data": "{3275,4808,0,1,3}-{3276,4808,0,1,4}" + }, + { + "npc_id": "6388", + "loc_data": "{3369,2999,0,1,7}-{3368,2995,0,1,6}-{3362,2997,0,1,3}-{3361,2988,0,1,2}-{3367,2988,0,1,7}-{3379,2983,0,1,1}" + }, + { + "npc_id": "6390", + "loc_data": "{1707,4814,0,0,6}" + }, + { + "npc_id": "6394", + "loc_data": "{2703,5366,0,0,0}" + }, + { + "npc_id": "6396", + "loc_data": "{2791,4279,0,0,0}" + }, + { + "npc_id": "6405", + "loc_data": "{2799,4260,0,1,0}" + }, + { + "npc_id": "6406", + "loc_data": "{2765,4267,0,1,0}" + }, + { + "npc_id": "6407", + "loc_data": "{2802,4246,0,1,0}" + }, + { + "npc_id": "6408", + "loc_data": "{2770,4238,0,1,0}" + }, + { + "npc_id": "6409", + "loc_data": "{2787,4262,0,1,0}-{2792,4275,0,1,0}" + }, + { + "npc_id": "6410", + "loc_data": "{2766,4257,0,1,0}" + }, + { + "npc_id": "6416", + "loc_data": "{2801,4258,0,1,0}" + }, + { + "npc_id": "6417", + "loc_data": "{2765,4264,0,1,0}-{2777,4260,0,1,0}" + }, + { + "npc_id": "6418", + "loc_data": "{2799,4243,0,1,0}" + }, + { + "npc_id": "6419", + "loc_data": "{2771,4237,0,1,0}" + }, + { + "npc_id": "6420", + "loc_data": "{2796,4277,0,1,0}" + }, + { + "npc_id": "6421", + "loc_data": "{2768,4254,0,1,0}" + }, + { + "npc_id": "6427", + "loc_data": "{2802,4259,0,1,0}" + }, + { + "npc_id": "6428", + "loc_data": "{2768,4268,0,1,0}" + }, + { + "npc_id": "6429", + "loc_data": "{2776,4252,0,1,0}-{2805,4242,0,1,0}" + }, + { + "npc_id": "6430", + "loc_data": "{2769,4236,0,1,0}" + }, + { + "npc_id": "6431", + "loc_data": "{2792,4260,0,1,0}-{2796,4275,0,1,0}" + }, + { + "npc_id": "6432", + "loc_data": "{2766,4255,0,1,0}" + }, + { + "npc_id": "6438", + "loc_data": "{2790,4254,0,1,0}-{2800,4256,0,1,0}" + }, + { + "npc_id": "6439", + "loc_data": "{2766,4265,0,1,0}" + }, + { + "npc_id": "6440", + "loc_data": "{2789,4248,0,1,0}-{2802,4244,0,1,0}" + }, + { + "npc_id": "6441", + "loc_data": "{2771,4241,0,1,0}-{2777,4252,0,1,0}" + }, + { + "npc_id": "6442", + "loc_data": "{2795,4273,0,1,0}" + }, + { + "npc_id": "6443", + "loc_data": "{2767,4252,0,1,0}-{2776,4250,0,1,0}" + }, + { + "npc_id": "6449", + "loc_data": "{2792,4252,0,1,0}-{2800,4254,0,1,0}" + }, + { + "npc_id": "6450", + "loc_data": "{2764,4266,0,1,0}-{2781,4261,0,1,0}" + }, + { + "npc_id": "6451", + "loc_data": "{2802,4243,0,1,0}" + }, + { + "npc_id": "6452", + "loc_data": "{2772,4235,0,1,0}" + }, + { + "npc_id": "6453", + "loc_data": "{2797,4272,0,1,0}" + }, + { + "npc_id": "6454", + "loc_data": "{2765,4253,0,1,0}-{2779,4256,0,1,0}" + }, + { + "npc_id": "6458", + "loc_data": "{2784,4249,0,1,0}" + }, + { + "npc_id": "6459", + "loc_data": "{2778,4264,0,1,0}-{2784,4252,0,1,0}" + }, + { + "npc_id": "6460", + "loc_data": "{2783,4251,0,1,0}-{2789,4264,0,1,0}-{2801,4252,0,1,0}" + }, + { + "npc_id": "6461", + "loc_data": "{2787,4250,0,1,0}-{2791,4249,0,1,0}" + }, + { + "npc_id": "6462", + "loc_data": "{2785,4248,0,1,0}-{2786,4251,0,1,0}-{2801,4242,0,1,0}" + }, + { + "npc_id": "6463", + "loc_data": "{2773,4238,0,1,0}-{2779,4248,0,1,0}-{2785,4250,0,1,0}" + }, + { + "npc_id": "6464", + "loc_data": "{2796,4267,0,1,0}" + }, + { + "npc_id": "6465", + "loc_data": "{2764,4251,0,1,0}" + }, + { + "npc_id": "6482", + "loc_data": "{2801,4260,0,0,0}" + }, + { + "npc_id": "6483", + "loc_data": "{2804,4246,0,0,0}" + }, + { + "npc_id": "6484", + "loc_data": "{2795,4276,0,0,0}" + }, + { + "npc_id": "6485", + "loc_data": "{2766,4250,0,0,0}" + }, + { + "npc_id": "6486", + "loc_data": "{2774,4236,0,0,0}" + }, + { + "npc_id": "6487", + "loc_data": "{2765,4268,0,0,0}" + }, + { + "npc_id": "6488", + "loc_data": "{2784,4255,1,0,0}" + }, + { + "npc_id": "6489", + "loc_data": "{2787,4266,0,0,0}" + }, + { + "npc_id": "6498", + "loc_data": "{2796,4256,0,1,0}" + }, + { + "npc_id": "6499", + "loc_data": "{2793,4247,0,1,0}" + }, + { + "npc_id": "6500", + "loc_data": "{2793,4265,0,1,0}" + }, + { + "npc_id": "6501", + "loc_data": "{2772,4256,0,1,0}" + }, + { + "npc_id": "6502", + "loc_data": "{2775,4247,0,1,0}" + }, + { + "npc_id": "6503", + "loc_data": "{2775,4265,0,1,0}" + }, + { + "npc_id": "6521", + "loc_data": "{3161,3475,0,0,6}" + }, + { + "npc_id": "6522", + "loc_data": "{3168,3475,0,0,6}" + }, + { + "npc_id": "6523", + "loc_data": "{3173,3498,0,0,1}" + }, + { + "npc_id": "6524", + "loc_data": "{3156,3481,0,0,1}" + }, + { + "npc_id": "6525", + "loc_data": "{3175,3481,0,0,1}" + }, + { + "npc_id": "6526", + "loc_data": "{3152,3490,0,0,1}" + }, + { + "npc_id": "6527", + "loc_data": "{3154,3498,0,0,1}" + }, + { + "npc_id": "6528", + "loc_data": "{3165,3491,0,0,1}" + }, + { + "npc_id": "6529", + "loc_data": "{3164,3488,0,0,6}" + }, + { + "npc_id": "6530", + "loc_data": "{3164,3491,0,0,1}" + }, + { + "npc_id": "6531", + "loc_data": "{3165,3488,0,0,6}" + }, + { + "npc_id": "6532", + "loc_data": "{3163,3489,0,0,3}" + }, + { + "npc_id": "6533", + "loc_data": "{3166,3489,0,0,4}" + }, + { + "npc_id": "6534", + "loc_data": "{3166,3490,0,0,4}" + }, + { + "npc_id": "6535", + "loc_data": "{3163,3490,0,0,3}" + }, + { + "npc_id": "6538", + "loc_data": "{3189,3690,0,0,3}" + }, + { + "npc_id": "6731", + "loc_data": "{2655,5615,0,1,4}" + }, + { + "npc_id": "6750", + "loc_data": "{2577,3078,0,1,3}" + }, + { + "npc_id": "6773", + "loc_data": "{3439,2808,0,0,0}" + }, + { + "npc_id": "6774", + "loc_data": "{3435,2808,0,0,0}" + }, + { + "npc_id": "6776", + "loc_data": "{3441,2810,0,0,0}-{3445,2813,0,0,0}" + }, + { + "npc_id": "6777", + "loc_data": "{3432,2810,0,0,0}" + }, + { + "npc_id": "6778", + "loc_data": "{3440,2806,0,0,0}" + }, + { + "npc_id": "6779", + "loc_data": "{3392,2759,0,1,2}-{3408,2763,0,1,7}-{3410,2786,0,1,2}-{3420,2778,0,1,6}-{3427,2792,0,1,6}-{3429,2802,0,1,4}" + }, + { + "npc_id": "6786", + "loc_data": "{3409,2812,1,0,0}" + }, + { + "npc_id": "6787", + "loc_data": "{3408,2813,1,0,0}" + }, + { + "npc_id": "6891", + "loc_data": "{2598,3272,0,0,0}" + }, + { + "npc_id": "6893", + "loc_data": "{2926,3435,0,1,2}" + }, + { + "npc_id": "6917", + "loc_data": "{2916,3082,0,0,0}-{2917,3089,0,0,0}-{2912,3090,0,0,0}" + }, + { + "npc_id": "6918", + "loc_data": "{2917,3088,0,1,4}-{2917,3092,0,1,4}" + }, + { + "npc_id": "6921", + "loc_data": "{2974,3448,0,1,4}-{2971,3442,0,1,6}-{2968,3451,0,1,1}-{2967,3439,0,1,4}-{2965,3451,0,1,5}-{2954,3273,0,1,6}" + }, + { + "npc_id": "6942", + "loc_data": "{2890,3100,0,1,4}" + }, + { + "npc_id": "6944", + "loc_data": "{2855,3028,0,0,0}-{2841,3039,0,0,0}-{2838,3031,0,0,0}-{2836,3014,0,0,0}-{2839,3022,0,0,0}" + }, + { + "npc_id": "6958", + "loc_data": "{2574,3082,0,1,4}" + }, + { + "npc_id": "6962", + "loc_data": "{2842,5222,0,1,6}" + }, + { + "npc_id": "6966", + "loc_data": "{2927,3431,0,1,1}" + }, + { + "npc_id": "6971", + "loc_data": "{2926,3443,0,0,5}" + }, + { + "npc_id": "6997", + "loc_data": "{3002,3257,0,0,0}-{3058,3429,0,0,0}-{3059,3420,0,0,0}-{3059,3425,0,0,0}-{3049,3429,0,0,0}-{3007,3261,0,0,0}" + }, + { + "npc_id": "7003", + "loc_data": "{3253,5535,0,1,7}-{3230,5493,0,1,1}-{3224,5497,0,1,5}-{2582,9895,0,1,7}" + }, + { + "npc_id": "7004", + "loc_data": "{3256,5540,0,1,4}-{3247,5536,0,1,6}-{3225,5495,0,1,4}-{2581,9891,0,1,2}" + }, + { + "npc_id": "7009", + "loc_data": "{3282,3467,0,0,0}" + }, + { + "npc_id": "7021", + "loc_data": "{2510,2822,0,1,3}-{2511,2823,0,1,4}-{2509,2825,0,1,6}" + }, + { + "npc_id": "7022", + "loc_data": "{2503,2821,0,1,1}-{2500,2818,0,1,4}-{2503,2819,0,1,3}" + }, + { + "npc_id": "7023", + "loc_data": "{2552,2821,0,1,4}-{2555,2826,0,1,5}-{2550,2821,0,1,1}" + }, + { + "npc_id": "7024", + "loc_data": "{2523,2823,0,0,0}-{2525,2821,0,0,0}-{2525,2820,0,0,0}" + }, + { + "npc_id": "7025", + "loc_data": "{2537,2820,0,0,0}-{2539,2819,0,0,0}-{2543,2817,0,0,0}" + }, + { + "npc_id": "7026", + "loc_data": "{2543,2822,0,0,0}-{2542,2818,0,0,0}-{2549,2822,0,0,0}" + }, + { + "npc_id": "7031", + "loc_data": "{2499,2820,0,1,4}-{2511,2819,0,1,3}-{2525,2820,0,1,0}-{2527,2818,0,1,3}-{2542,2819,0,1,4}-{2551,2817,0,1,3}-{2554,2819,0,1,3}-{2559,2819,0,1,4}-{2566,2820,0,1,5}-{2575,2818,0,1,4}-{2578,2819,0,1,4}-{2587,2819,0,1,7}-{2595,2821,0,1,4}-{2595,2826,0,1,0}-{2503,2824,0,1,3}-{2509,2822,0,1,4}-{2518,2825,0,1,7}-{2526,2822,0,1,1}-{2547,2822,0,1,4}-{2588,2801,0,1,1}-{2557,2826,0,1,4}-{2562,2819,0,1,6}-{2565,2828,0,1,0}-{2573,2825,0,1,1}-{2578,2820,0,1,6}-{2584,2822,0,1,4}-{2590,2831,0,1,4}-{2594,2823,0,1,4}-{2502,2823,0,1,4}-{2513,2820,0,1,7}-{2527,2819,0,1,4}-{2529,2818,0,1,6}-{2541,2822,0,1,3}-{2549,2817,0,1,2}-{2557,2818,0,1,2}-{2488,2768,0,1,1}" + }, + { + "npc_id": "7032", + "loc_data": "{2539,2838,0,0,0}-{2542,2832,0,0,0}-{2532,2836,0,0,0}" + }, + { + "npc_id": "7033", + "loc_data": "{2541,2837,0,0,0}-{2535,2832,0,0,0}-{2543,2832,0,0,0}" + }, + { + "npc_id": "7034", + "loc_data": "{2536,2839,0,0,0}-{2537,2840,0,0,0}-{2533,2836,0,0,0}" + }, + { + "npc_id": "7035", + "loc_data": "{2542,2839,0,0,0}-{2549,2835,0,0,0}-{2541,2839,0,0,0}" + }, + { + "npc_id": "7036", + "loc_data": "{2538,2841,0,0,0}-{2537,2836,0,0,0}-{2531,2836,0,0,0}" + }, + { + "npc_id": "7039", + "loc_data": "{2503,2824,0,1,4}-{2518,2824,0,1,4}-{2534,2821,0,1,1}-{2548,2823,0,1,4}-{2560,2822,0,1,1}-{2570,2823,0,1,1}-{2582,2824,0,1,6}-{2588,2828,0,1,4}-{2503,2825,0,1,4}-{2493,2828,0,1,3}-{2515,2823,0,1,6}-{2525,2827,0,1,4}-{2589,2808,0,1,2}-{2562,2825,0,1,7}-{2568,2820,0,1,4}-{2577,2821,0,1,4}-{2582,2832,0,1,6}-{2500,2818,0,1,1}-{2525,2827,0,1,7}-{2536,2826,0,1,2}-{2541,2819,0,1,4}-{2503,2822,0,1,3}" + }, + { + "npc_id": "7040", + "loc_data": "{2563,2862,0,0,0}-{2563,2856,0,0,0}" + }, + { + "npc_id": "7041", + "loc_data": "{2562,2863,0,0,0}-{2553,2861,0,0,0}" + }, + { + "npc_id": "7042", + "loc_data": "{2551,2863,0,0,0}-{2552,2859,0,0,0}" + }, + { + "npc_id": "7043", + "loc_data": "{2553,2862,0,0,0}-{2561,2861,0,0,0}" + }, + { + "npc_id": "7044", + "loc_data": "{2467,2933,0,0,4}-{2470,2937,0,0,4}-{2445,2897,0,0,4}-{2444,2894,0,0,4}" + }, + { + "npc_id": "7045", + "loc_data": "{2460,2922,0,0,4}-{2463,2928,0,0,4}" + }, + { + "npc_id": "7046", + "loc_data": "{2460,2925,0,0,4}-{3364,3800,0,0,4}-{3368,3811,0,0,4}-{3347,3814,0,0,4}-{3363,3816,0,0,4}" + }, + { + "npc_id": "7047", + "loc_data": "{2557,2836,0,0,0}-{2559,2838,0,0,0}" + }, + { + "npc_id": "7048", + "loc_data": "{2545,2836,0,0,0}" + }, + { + "npc_id": "7049", + "loc_data": "{2553,2839,0,0,4}-{2553,2836,0,0,4}" + }, + { + "npc_id": "7051", + "loc_data": "{2547,2852,0,0,0}-{2549,2854,0,0,0}" + }, + { + "npc_id": "7052", + "loc_data": "{2571,2855,0,0,0}" + }, + { + "npc_id": "7055", + "loc_data": "{2559,2851,0,0,0}-{2560,2852,0,0,0}" + }, + { + "npc_id": "7056", + "loc_data": "{2560,2851,0,0,0}-{2561,2852,0,0,0}" + }, + { + "npc_id": "7057", + "loc_data": "{2596,2845,0,0,0}" + }, + { + "npc_id": "7062", + "loc_data": "{2571,2840,0,0,0}-{2572,2840,0,0,0}" + }, + { + "npc_id": "7065", + "loc_data": "{2621,2857,1,0,0}-{2622,2857,0,0,0}" + }, + { + "npc_id": "7066", + "loc_data": "{2619,2856,1,0,0}-{2620,2857,0,0,0}" + }, + { + "npc_id": "7067", + "loc_data": "{2518,2842,0,0,0}" + }, + { + "npc_id": "7068", + "loc_data": "{2531,2850,0,0,0}" + }, + { + "npc_id": "7069", + "loc_data": "{2559,2858,0,0,0}" + }, + { + "npc_id": "7070", + "loc_data": "{2581,2866,0,0,0}" + }, + { + "npc_id": "7071", + "loc_data": "{2598,2864,0,0,0}" + }, + { + "npc_id": "7072", + "loc_data": "{2517,2840,0,0,0}" + }, + { + "npc_id": "7073", + "loc_data": "{2533,2848,0,0,0}" + }, + { + "npc_id": "7074", + "loc_data": "{2556,2858,0,0,0}" + }, + { + "npc_id": "7075", + "loc_data": "{2583,2865,0,0,0}" + }, + { + "npc_id": "7076", + "loc_data": "{2596,2865,0,0,0}" + }, + { + "npc_id": "7077", + "loc_data": "{2617,2856,1,0,0}-{2618,2857,0,0,0}" + }, + { + "npc_id": "7078", + "loc_data": "{2502,2838,0,0,0}-{2478,2884,0,0,0}-{2476,2895,0,0,0}-{2472,2870,0,0,0}-{2455,2873,0,0,0}-{2455,2857,0,0,0}-{2474,2833,0,0,0}-{2505,2842,0,0,0}-{2507,2843,0,0,0}-{2481,2833,0,0,0}-{2476,2865,0,0,0}-{2456,2856,0,0,0}-{2454,2879,0,0,0}-{2472,2884,0,0,0}-{2475,2894,0,0,0}" + }, + { + "npc_id": "7079", + "loc_data": "{2501,2851,0,0,0}-{2466,2878,0,0,0}-{2454,2847,0,0,0}-{2471,2857,0,0,0}-{2483,2840,0,0,0}-{2498,2854,0,0,0}-{2504,2851,0,0,0}-{2491,2838,0,0,0}-{2475,2852,0,0,0}-{2464,2873,0,0,0}-{2474,2903,0,0,0}-{2479,2906,0,0,0}" + }, + { + "npc_id": "7080", + "loc_data": "{2508,2853,0,0,0}-{2492,2893,0,0,0}-{2483,2876,0,0,0}-{2456,2868,0,0,0}-{2459,2836,0,0,0}-{2514,2851,0,0,0}-{2506,2852,0,0,0}-{2487,2877,0,0,0}-{2486,2860,0,0,0}-{2458,2866,0,0,0}-{2416,2856,0,0,0}-{2495,2884,0,0,0}" + }, + { + "npc_id": "7081", + "loc_data": "{2499,2860,0,0,0}-{2485,2892,0,0,0}-{2451,2870,0,0,0}-{2466,2864,0,0,0}-{2449,2826,0,0,0}-{2487,2842,0,0,0}-{2497,2863,0,0,0}-{2489,2843,0,0,0}-{2471,2860,0,0,0}-{2448,2870,0,0,0}-{2478,2888,0,0,0}-{2485,2922,0,0,0}" + }, + { + "npc_id": "7082", + "loc_data": "{2516,2858,0,0,0}-{2493,2903,0,0,0}-{2485,2869,0,0,0}-{2484,2888,0,0,0}-{2444,2861,0,0,0}-{2457,2863,0,0,0}-{2474,2837,0,0,0}-{2521,2862,0,0,0}-{2483,2865,0,0,0}-{2474,2844,0,0,0}-{2460,2859,0,0,0}-{2492,2901,0,0,0}-{2486,2889,0,0,0}" + }, + { + "npc_id": "7091", + "loc_data": "{2525,2852,0,0,0}-{2529,2844,0,0,0}" + }, + { + "npc_id": "7092", + "loc_data": "{2526,2854,0,0,0}-{2528,2850,0,0,0}" + }, + { + "npc_id": "7093", + "loc_data": "{2527,2853,0,0,0}-{2528,2849,0,0,0}" + }, + { + "npc_id": "7094", + "loc_data": "{2527,2851,0,0,0}-{2523,2850,0,0,0}" + }, + { + "npc_id": "7095", + "loc_data": "{2609,2863,0,0,0}-{2610,2862,0,0,0}" + }, + { + "npc_id": "7096", + "loc_data": "{2610,2865,0,0,0}-{2605,2866,0,0,0}" + }, + { + "npc_id": "7097", + "loc_data": "{2611,2862,0,0,0}-{2607,2867,0,0,0}" + }, + { + "npc_id": "7098", + "loc_data": "{2611,2864,0,0,0}-{2608,2863,0,0,0}" + }, + { + "npc_id": "7099", + "loc_data": "{2585,2844,0,0,0}-{2581,2845,0,0,0}" + }, + { + "npc_id": "7100", + "loc_data": "{2586,2840,0,0,0}-{2587,2841,0,0,0}" + }, + { + "npc_id": "7101", + "loc_data": "{2585,2842,0,0,0}" + }, + { + "npc_id": "7102", + "loc_data": "{2576,2840,0,0,0}-{2576,2840,0,0,0}" + }, + { + "npc_id": "7103", + "loc_data": "{2579,2843,0,0,0}-{2582,2843,0,0,0}-{2579,2843,0,0,0}-{2582,2843,0,0,0}" + }, + { + "npc_id": "7104", + "loc_data": "{2549,2852,0,0,0}-{2547,2856,0,0,0}" + }, + { + "npc_id": "7105", + "loc_data": "{3111,9929,0,1,7}-{3106,9941,0,1,1}-{3111,9935,0,1,4}-{3114,9931,0,1,1}-{2612,9484,0,1,1}-{2611,9484,0,1,0}-{2614,9484,0,1,6}-{2611,9486,0,1,1}" + }, + { + "npc_id": "7106", + "loc_data": "{3131,9930,0,1,4}" + }, + { + "npc_id": "7107", + "loc_data": "{3130,9928,0,1,0}-{3131,9931,0,1,4}" + }, + { + "npc_id": "7109", + "loc_data": "{3127,9932,0,1,1}" + }, + { + "npc_id": "7110", + "loc_data": "{3121,9929,0,1,4}" + }, + { + "npc_id": "7112", + "loc_data": "{3130,9934,0,1,3}" + }, + { + "npc_id": "7113", + "loc_data": "{3127,9932,0,1,4}" + }, + { + "npc_id": "7114", + "loc_data": "{3132,9921,0,0,0}-{3132,9935,0,1,1}" + }, + { + "npc_id": "7115", + "loc_data": "{3050,3259,0,0,0}" + }, + { + "npc_id": "7121", + "loc_data": "{2189,3148,0,1,4}" + }, + { + "npc_id": "7138", + "loc_data": "{3245,5462,0,1,7}-{3257,5454,0,1,3}-{3255,5461,0,1,1}-{3251,5473,0,1,3}-{3224,5540,0,1,0}-{3240,5541,0,1,6}-{3239,5529,0,1,6}-{3233,5524,0,1,4}-{3237,5512,0,1,6}-{3225,5510,0,1,1}-{3222,5524,0,1,1}-{3213,5472,0,1,3}-{3210,5469,0,1,5}-{3221,5468,0,1,0}-{3223,5465,0,1,0}-{3190,5523,0,1,2}-{3225,5540,0,1,7}-{3218,5537,0,1,3}-{3195,5527,0,1,6}" + }, + { + "npc_id": "7139", + "loc_data": "{3220,5463,0,1,7}" + }, + { + "npc_id": "7142", + "loc_data": "{3082,4246,0,1,4}" + }, + { + "npc_id": "7143", + "loc_data": "{3082,3459,0,0,0}" + }, + { + "npc_id": "7144", + "loc_data": "{3085,4230,0,1,3}" + }, + { + "npc_id": "7145", + "loc_data": "{3081,4252,0,1,7}" + }, + { + "npc_id": "7146", + "loc_data": "{3078,4240,0,1,4}" + }, + { + "npc_id": "7147", + "loc_data": "{3079,4245,0,1,4}" + }, + { + "npc_id": "7148", + "loc_data": "{3077,4229,0,1,4}" + }, + { + "npc_id": "7149", + "loc_data": "{3085,4235,0,1,4}" + }, + { + "npc_id": "7150", + "loc_data": "{3085,4240,0,1,3}" + }, + { + "npc_id": "7151", + "loc_data": "{3081,3457,0,0,4}" + }, + { + "npc_id": "7152", + "loc_data": "{3081,3455,0,0,4}" + }, + { + "npc_id": "7153", + "loc_data": "{3081,3453,0,0,4}" + }, + { + "npc_id": "7154", + "loc_data": "{3079,3457,0,0,4}" + }, + { + "npc_id": "7155", + "loc_data": "{3079,3455,0,0,4}" + }, + { + "npc_id": "7156", + "loc_data": "{3077,3457,0,0,4}" + }, + { + "npc_id": "7157", + "loc_data": "{3077,3453,0,0,4}" + }, + { + "npc_id": "7158", + "loc_data": "{3080,3463,0,1,0}-{3079,3463,0,1,0}-{3144,4250,2,1,4}-{3143,4255,2,1,2}-{3140,4253,2,1,3}-{3145,4255,2,1,6}-{3149,4257,2,1,5}-{3148,4262,2,1,5}-{3142,4260,2,1,3}-{3144,4259,2,1,4}-{3145,4261,2,1,4}-{3146,4265,2,1,5}-{3143,4264,2,1,3}-{3144,4266,2,1,5}-{3141,4265,2,1,1}-{3144,4270,2,1,1}-{3142,4269,2,1,6}-{3157,4262,2,1,1}-{3164,4265,2,1,6}-{3162,4266,2,1,6}-{3165,4266,2,1,3}-{3164,4261,2,1,2}-{3162,4259,2,1,5}-{3162,4255,2,1,7}-{3165,4256,2,1,4}-{3163,4251,2,1,3}-{3165,4249,2,1,6}-{3162,4250,2,1,4}-{3163,4241,2,1,4}-{3165,4239,2,1,4}-{3165,4241,2,1,0}-{3160,4235,2,1,2}-{3165,4235,2,1,4}-{3165,4237,2,1,4}-{3162,4234,2,1,3}-{3164,4231,2,1,4}-{3166,4229,2,1,6}-{3162,4230,2,1,1}-{3167,4229,2,1,3}-{3184,4236,2,1,1}-{3153,4246,1,1,3}-{3159,4236,1,1,6}-{3163,4236,1,1,4}-{3163,4234,1,1,7}-{3146,4235,1,1,5}-{3144,4236,1,1,1}-{3143,4234,1,1,2}-{3145,4240,1,1,4}-{3148,4242,1,1,1}-{3145,4241,1,1,7}-{3142,4242,1,1,3}-{3146,4230,1,1,4}" + }, + { + "npc_id": "7159", + "loc_data": "{3174,4238,2,1,6}-{3175,4243,2,1,6}-{3179,4236,2,1,4}-{3145,4272,1,1,3}-{3145,4276,1,1,3}-{3152,4271,1,1,6}-{3144,4264,1,1,4}-{3153,4266,1,1,1}-{3152,4261,1,1,4}-{3145,4259,1,1,6}-{3161,4259,1,1,0}-{3160,4265,1,1,0}-{3153,4246,1,1,3}-{3157,4248,1,1,6}-{3161,4247,1,1,4}-{3146,4247,1,1,6}-{3153,4233,1,1,4}-{3153,4240,1,1,6}-{3155,4238,1,1,5}-{3169,4267,3,1,3}-{3160,4265,3,1,6}-{3168,4250,3,1,4}-{3168,4244,3,1,6}-{3160,4239,3,1,1}-{3160,4228,3,1,3}-{3147,4225,3,1,3}-{3145,4242,3,1,5}-{3139,4249,3,1,6}-{3144,4253,3,1,3}-{3145,4266,3,1,0}-{3138,4266,3,1,3}" + }, + { + "npc_id": "7160", + "loc_data": "{3175,4254,2,1,7}-{3176,4247,2,1,5}-{3174,4269,2,1,1}-{3190,4253,2,1,3}-{3192,4247,2,1,3}-{3189,4235,2,1,0}-{3152,4269,0,1,4}-{3160,4278,0,1,1}-{3160,4262,0,1,3}-{3149,4250,0,1,0}-{3158,4250,0,1,5}-{3161,4236,0,1,6}-{3172,4250,0,1,2}-{3171,4269,3,1,1}-{3157,4277,3,1,3}-{3150,4278,3,1,3}" + }, + { + "npc_id": "7161", + "loc_data": "{3142,4230,2,1,6}-{3143,4231,2,1,3}-{3141,4235,2,1,4}-{3144,4241,2,1,4}" + }, + { + "npc_id": "7162", + "loc_data": "{3144,4229,2,1,1}-{3143,4236,2,1,1}-{3145,4235,2,1,1}-{3148,4244,2,1,6}" + }, + { + "npc_id": "7228", + "loc_data": "{2862,3101,0,0,0}-{2879,3109,0,0,0}-{2882,3104,0,0,0}-{2874,3098,0,0,0}-{2882,3098,0,0,0}" + }, + { + "npc_id": "7229", + "loc_data": "{2833,3088,0,0,0}-{2830,3085,0,0,0}-{2844,3089,0,0,0}-{2837,3084,0,0,0}-{2840,3076,0,0,0}" + }, + { + "npc_id": "7230", + "loc_data": "{2887,3051,0,0,0}-{2890,3052,0,0,0}-{2894,3058,0,0,0}-{2840,3008,0,0,0}-{2897,3035,0,0,0}" + }, + { + "npc_id": "7231", + "loc_data": "{2930,2961,0,0,0}-{2942,2964,0,0,0}-{2933,2964,0,0,0}-{2932,2967,0,0,0}-{2936,2973,0,0,0}" + }, + { + "npc_id": "7232", + "loc_data": "{2802,3106,0,0,0}-{2807,3101,0,0,0}-{2806,3108,0,0,0}-{2808,3105,0,0,0}-{2814,3100,0,0,0}" + }, + { + "npc_id": "7233", + "loc_data": "{2922,3070,0,0,0}-{2929,3075,0,0,0}-{2919,3080,0,0,0}-{2924,3080,0,0,0}-{2923,3081,0,0,0}" + }, + { + "npc_id": "7234", + "loc_data": "{2900,3107,0,0,0}-{2903,3098,0,0,0}-{2908,3104,0,0,0}-{2905,3107,0,0,0}-{2904,3107,0,0,0}" + }, + { + "npc_id": "7235", + "loc_data": "{2820,3065,0,0,0}-{2830,3059,0,0,0}-{2825,3057,0,0,0}-{2827,3050,0,0,0}-{2822,3053,0,0,0}" + }, + { + "npc_id": "7236", + "loc_data": "{2799,3005,0,0,0}-{2801,2995,0,0,0}-{2804,3001,0,0,0}-{2803,2986,0,0,0}-{2811,2999,0,0,0}" + }, + { + "npc_id": "7237", + "loc_data": "{2927,3432,0,1,4}" + }, + { + "npc_id": "7251", + "loc_data": "{2574,3082,0,1,1}" + }, + { + "npc_id": "7275", + "loc_data": "{2995,3252,0,0,0}-{2996,3259,0,0,0}-{2993,3250,0,0,0}-{3000,3258,0,0,0}" + }, + { + "npc_id": "7276", + "loc_data": "{2994,3256,0,0,0}-{3002,3250,0,0,0}-{2992,3252,0,0,0}-{3000,3250,0,0,0}-{2728,3422,0,1,1}-{2718,3413,0,1,4}-{2729,3420,0,1,4}-{2727,3414,0,1,6}-{2714,3419,0,1,3}-{2719,3427,0,1,7}" + }, + { + "npc_id": "7285", + "loc_data": "{2835,3107,0,0,0}-{2836,3101,0,0,0}-{2836,3110,0,0,0}-{2837,3112,0,0,0}-{2841,3107,0,0,0}-{2885,3018,0,0,0}-{2885,3019,0,0,0}-{2891,3018,0,0,0}" + }, + { + "npc_id": "7286", + "loc_data": "{2931,3090,0,0,0}-{2925,3097,0,0,0}-{2936,3096,0,0,0}-{2924,3102,0,0,0}-{2933,3104,0,0,0}" + }, + { + "npc_id": "7288", + "loc_data": "{2834,3045,0,0,0}-{2826,3048,0,0,0}-{2824,3043,0,0,0}-{2822,3045,0,0,0}-{2818,3049,0,0,0}" + }, + { + "npc_id": "7289", + "loc_data": "{2882,3018,0,1,7}-{2887,3024,0,1,2}" + }, + { + "npc_id": "7290", + "loc_data": "{2845,3088,0,1,6}-{2854,3085,0,1,1}" + }, + { + "npc_id": "7292", + "loc_data": "{2863,3048,0,1,5}-{2868,3037,0,1,4}" + }, + { + "npc_id": "7309", + "loc_data": "{3023,3410,0,0,0}-{2946,3280,0,0,0}" + }, + { + "npc_id": "7310", + "loc_data": "{3015,3409,0,0,0}-{2946,3272,0,0,0}" + }, + { + "npc_id": "7311", + "loc_data": "{2956,3273,0,0,0}" + }, + { + "npc_id": "7312", + "loc_data": "{2950,3268,0,0,0}" + }, + { + "npc_id": "7363", + "loc_data": "{2793,2996,0,0,0}" + }, + { + "npc_id": "7420", + "loc_data": "{3168,3334,0,0,3}" + }, + { + "npc_id": "7421", + "loc_data": "{3163,3336,0,0,1}" + }, + { + "npc_id": "7451", + "loc_data": "{2328,3170,0,1,6}-{2341,3179,0,1,4}-{2338,3164,0,1,4}-{2189,3181,0,1,2}-{2178,3186,0,1,7}-{2199,3182,0,1,0}-{2288,3149,0,1,2}-{2282,3144,0,1,3}-{2285,3144,0,1,2}-{2281,3139,0,1,1}-{2289,3152,0,1,6}-{2287,3155,0,1,1}-{2286,3146,0,1,1}-{2289,3156,0,0,5}-{2285,3136,0,1,3}" + }, + { + "npc_id": "7636", + "loc_data": "{3618,9736,0,0,0}-{3620,9732,0,0,0}-{3624,9736,0,0,0}-{3625,9738,0,0,0}-{3618,9736,0,0,4}-{3620,9732,0,0,4}-{3624,9736,0,0,4}-{3625,9738,0,0,4}" + }, + { + "npc_id": "7637", + "loc_data": "{3588,9768,0,0,0}-{3600,9768,0,0,0}-{3606,9780,0,0,0}-{3612,9729,0,0,0}-{3613,9764,0,0,0}-{3614,9740,0,0,0}-{3614,9750,0,0,0}-{3621,9748,0,0,0}-{3629,9737,0,0,0}" + }, + { + "npc_id": "7639", + "loc_data": "{3592,9766,0,0,0}-{3603,9770,0,0,0}-{3605,9757,0,0,0}-{3611,9749,0,0,0}-{3611,9766,0,0,0}-{3616,9737,0,0,0}-{3616,9756,0,0,0}-{3616,9762,0,0,0}-{3617,9779,0,0,0}-{3621,9754,0,0,0}" + }, + { + "npc_id": "7640", + "loc_data": "{3608,9780,0,1,3}-{3610,9777,0,1,1}-{3613,9772,0,1,4}-{3617,9748,0,1,7}-{3617,9758,0,1,1}-{3621,9751,0,1,1}" + }, + { + "npc_id": "7641", + "loc_data": "{3607,9776,0,1,1}-{3610,9772,0,1,0}-{3614,9778,0,1,7}-{3615,9746,0,1,7}-{3618,9753,0,1,1}-{3619,9748,0,1,6}" + }, + { + "npc_id": "7642", + "loc_data": "{3595,9742,0,0,0}-{3597,9751,0,0,0}-{3598,9736,0,0,0}-{3604,9746,0,0,0}" + }, + { + "npc_id": "7643", + "loc_data": "{3587,9737,0,0,0}-{3592,9746,0,0,0}-{3600,9740,0,0,0}-{3605,9738,0,0,0}" + }, + { + "npc_id": "7711", + "loc_data": "{3405,9902,0,0,0}" + }, + { + "npc_id": "7716", + "loc_data": "{3005,3475,0,1,7}-{3003,3473,0,1,4}-{2997,3471,0,0,0}-{3004,3494,0,0,0}-{3005,3505,0,0,0}" + }, + { + "npc_id": "7726", + "loc_data": "{2996,3451,0,0,0}" + }, + { + "npc_id": "7727", + "loc_data": "{3045,3483,0,0,0}-{3053,3492,0,0,4}-{3055,3491,0,0,0}-{3045,3496,0,0,0}-{3046,3490,1,0,0}-{3057,3497,1,0,3}" + }, + { + "npc_id": "7728", + "loc_data": "{3009,3433,0,0,0}" + }, + { + "npc_id": "7731", + "loc_data": "{3008,3466,0,0,0}" + }, + { + "npc_id": "7732", + "loc_data": "{3009,3466,0,0,0}" + }, + { + "npc_id": "7733", + "loc_data": "{3008,3479,0,0,0}" + }, + { + "npc_id": "7734", + "loc_data": "{3009,3487,0,0,0}" + }, + { + "npc_id": "7735", + "loc_data": "{2999,3469,0,0,0}" + }, + { + "npc_id": "7744", + "loc_data": "{3149,3411,0,0,0}" + }, + { + "npc_id": "7746", + "loc_data": "{4755,5116,0,1,7}" + }, + { + "npc_id": "7747", + "loc_data": "{4751,5116,0,1,5}" + }, + { + "npc_id": "7748", + "loc_data": "{4752,5114,0,1,5}" + }, + { + "npc_id": "7749", + "loc_data": "{4739,5070,0,1,0}" + }, + { + "npc_id": "7750", + "loc_data": "{4765,5064,0,1,7}" + }, + { + "npc_id": "7751", + "loc_data": "{4778,5070,0,1,2}" + }, + { + "npc_id": "7752", + "loc_data": "{4432,5096,0,1,0}" + }, + { + "npc_id": "7753", + "loc_data": "{4438,5089,0,1,0}-{4428,5083,0,1,0}-{4437,5075,0,1,0}" + }, + { + "npc_id": "7763", + "loc_data": "{4777,5080,0,1,2}" + }, + { + "npc_id": "7765", + "loc_data": "{4776,5076,0,1,6}" + }, + { + "npc_id": "7767", + "loc_data": "{4762,5145,0,1,2}-{2457,5139,0,1,6}-{2460,5140,0,1,0}-{2443,5147,0,1,3}-{2454,5155,0,1,5}-{2461,5125,0,1,3}-{2456,5124,0,1,4}-{2458,5129,0,1,4}-{2443,5145,0,1,1}-{2451,5148,0,1,1}-{2447,5143,0,1,4}-{2443,5138,0,1,4}" + }, + { + "npc_id": "7768", + "loc_data": "{4762,5156,0,1,6}" + }, + { + "npc_id": "7823", + "loc_data": "{3215,9560,0,0,1}-{3161,9547,0,0,3}-{3164,9556,0,0,4}-{3162,9574,0,0,3}-{3198,9554,0,0,7}-{3216,9588,0,0,1}-{3198,9572,0,0,1}" + }, + { + "npc_id": "7891", + "loc_data": "{3207,3250,0,0,0}-{3208,3250,0,0,0}-{3209,3250,0,0,0}" + }, + { + "npc_id": "7959", + "loc_data": "{3188, 3425, 0, 1, 0}" + }, + { + "npc_id": "7969", + "loc_data": "{3205,3240,0,0,0}" + }, + { + "npc_id": "8082", + "loc_data": "{3552,5590,2,1,2}" + }, + { + "npc_id": "8083", + "loc_data": "{3560,5602,0,1,3}" + }, + { + "npc_id": "8084", + "loc_data": "{3541,5597,0,1,4}" + }, + { + "npc_id": "8085", + "loc_data": "{3550,5598,0,1,3}" + }, + { + "npc_id": "8149", + "loc_data": "{3244,9996,0,1,6}-{3229,10008,0,1,6}-{3222,10012,0,1,6}-{3205,10010,0,1,6}-{3212,10012,0,1,6}-{3205,10023,0,1,6}-{3210,10030,0,1,6}-{3212,10039,0,1,6}-{3213,10009,0,1,6}-{3243,9993,0,1,6}-{3218,10036,0,1,6}-{3218,10010,0,1,6}" + }, + { + "npc_id": "8150", + "loc_data": "{3241,9997,0,1,6}-{3230,10011,0,1,6}-{3221,10012,0,1,6}-{3207,10006,0,1,6}-{3207,10017,0,1,6-{3209,10031,0,1,6}-{3209,10019,0,1,6}-{3217,10012,0,1,6}-{3224,10012,0,1,6}" + }, + { + "npc_id": "8151", + "loc_data": "{3241,9998,0,1,6}-{3223,10010,0,1,6}-{3208,10012,0,1,6}-{3209,10026,0,1,6}-{3214,10038,0,1,6}-{3211,10035,0,1,6}-{3214,10037,0,1,6}-{3240,9991,0,1,6}-{3231,10010,0,1,6}-{3210,10007,0,1,6}-{3222,10010,0,1,6}" + }, + { + "npc_id": "8273", + "loc_data": "{2931,3536,0,1,5}" + }, + { + "npc_id": "8274", + "loc_data": "{3514,3513,0,1,6}" + }, + { + "npc_id": "8275", + "loc_data": "{2869,2982,1,1,5}" + }, + { + "npc_id": "8349", + "loc_data": "{2603,5740,0,0,7}-{2591,5739,0,1,3}-{2616,5733,0,1,3}-{2613,5712,0,1,3}-{2603,5712,0,1,3}-{2588,5712,0,1,3}" + }, + { + "npc_id": "8536", + "loc_data": "{2654,5600,0,1,3}-{2650,5600,0,0,3}-{2662,5593,0,0,3}-{2653,5590,0,0,3}-{2644,5592,0,0,3-{2644,5601,0,0,3}-{2654,5604,0,0,3}-{2663,5606,0,0,3}-{2670,5597,0,0,3}-{2657,5589,0,0,3}-" + }, + { + "npc_id": "8590", + "loc_data": "{2743,3444,0,1,0}" + }, + { + "npc_id": "7601", + "loc_data": "{1697,5605,0,0,6}" + }, + { + "npc_id": "3579", + "loc_data": "{3195,3263,0,1,0}" + }, + { + "npc_id": "5424", + "loc_data": "{2594,3269,0,0,0}" + }, + { + "npc_id": "7010", + "loc_data": "{2243,3200,0,1,3}-{2204,3229,0,1,3}-{2204,3229,0,1,3}-{2204,3229,0,1,3}-{2268,3239,0,1,3}-{2268,3239,0,1,3}-{2268,3239,0,1,3}-{2261,3260,0,1,3}-{2261,3260,0,1,3}-{2261,3260,0,1,3}" + }, + { + "npc_id": "7011", + "loc_data": "{2243,3200,0,1,3}-{2268,3239,0,1,3}-{2261,3260,0,1,3}-{2261,3260,0,1,3}" + }, + { + "npc_id": "7014", + "loc_data": "{2180,3201,0,1,3}-{2226,3143,0,1,3}-{2288,3147,0,1,3}-{2247,3187,0,1,3}" + }, + { + "npc_id": "7012", + "loc_data": "{2180,3201,0,1,3}-{2180,3201,0,1,3}-{2182,3204,0,1,3}-{2226,3143,0,1,3}-{2226,3143,0,1,3}-{2226,3143,0,1,3}-{2223,3146,0,1,3}-{2223,3146,0,1,3}-{2288,3147,0,1,3}-{2288,3147,0,1,3}-{2288,3147,0,1,3}-{2247,3187,0,1,3}-{2247,3187,0,1,3}" + }, + { + "npc_id": "1183", + "loc_data": "{2206,3258,0,1,3}-{2200,3261,0,1,3}-{2193,3253,0,1,3}-{2192,3243,0,1,3}" + }, + { + "npc_id": "1184", + "loc_data": "{2192,3249,0,1,3}-{2200,3249,0,1,3}-{2195,3247,0,1,3}-{2212,3258,0,1,3}" + }, + { + "npc_id": "2160", + "loc_data": "{2925,10211,0,1,0}" + }, + { + "npc_id": "2191", + "loc_data": "{2925,10213,0,1,0}" + }, + { + "npc_id": "4248", + "loc_data": "{2849,10183,0,1,0}" + }, + { + "npc_id": "2153", + "loc_data": "{2826,10197,0,1,0}" + }, + { + "npc_id": "2152", + "loc_data": "{2827,10231,0,1,0}" + }, + { + "npc_id": "2161", + "loc_data": "{2869,10211,0,1,0}" + }, + { + "npc_id": "2162", + "loc_data": "{2886,10187,0,1,0}" + }, + { + "npc_id": "2151", + "loc_data": "{2873,10210,0,1,0}" + }, + { + "npc_id": "4558", + "loc_data": "{2885,10202,0,1,0}" + }, + { + "npc_id": "2158", + "loc_data": "{2885,10207,0,1,0}" + }, + { + "npc_id": "2157", + "loc_data": "{2887,10212,0,1,0}" + }, + { + "npc_id": "2156", + "loc_data": "{2892,10212,0,1,0}" + }, + { + "npc_id": "2159", + "loc_data": "{2885,10196,0,1,0}" + }, + { + "npc_id": "2565", + "loc_data": "{1937,4972,0,1,0}" + }, + { + "npc_id": "2564", + "loc_data": "{1935,4964,0,0,4}" + }, + { + "npc_id": "2321", + "loc_data": "{2918,10194,0,0,3}" + }, + { + "npc_id": "2198", + "loc_data": "{2905,10213,0,1,0}" + }, + { + "npc_id": "2164", + "loc_data": "{2838,10205,0,0,1}" + }, + { + "npc_id": "2163", + "loc_data": "{2836,10205,0,1,0}" + }, + { + "npc_id": "2130", + "loc_data": "{2892,10191,0,1,0}-{2919,10206,0,1,0}-{2923,10230,0,1,0}-{2865,10193,0,1,0}" + }, + { + "npc_id": "2131", + "loc_data": "{2893,10205,0,1,0}-{2895,10223,0,1,0}-{2871,10199,0,1,0}-{2890,10199,0,1,0}" + }, + { + "npc_id": "2132", + "loc_data": "{2913,10211,0,1,0}-{2901,10232,0,1,0}-{2823,10193,0,1,0}" + }, + { + "npc_id": "5880", + "loc_data": "{2888,10226,0,1,0}-{2920,10196,0,1,0}-{2844,10214,0,1,0}" + }, + { + "npc_id": "5881", + "loc_data": "{2847,10200,0,1,0}-{2863,10233,0,1,0}-{2920,10216,0,1,0}" + }, + { + "npc_id": "5882", + "loc_data": "{2916,10191,0,1,0}-{2841,10195,0,1,0}-{2831,10219,0,1,0}" + }, + { + "npc_id": "2138", + "loc_data": "{2890,10232,0,1,0}" + }, + { + "npc_id": "2178", + "loc_data": "{2916,10192,0,1,0}-{2839,10196,0,1,0}" + }, + { + "npc_id": "2187", + "loc_data": "{2913,10200,0,1,0}" + }, + { + "npc_id": "1546", + "loc_data": "{2911,10175,0,0,4}-{2912,10175,0,0,4}-{2913,10175,0,0,4}-{2914,10175,0,0,4}-{2909,10173,0,0,4}-{2910,10173,0,0,4}-{2911,10173,0,0,4}-{2912,10173,0,0,4}-{2913,10173,0,0,4}-{2909,10171,0,0,4}-{2910,10171,0,0,4}-{2911,10169,0,0,4}-{2912,10169,0,0,4}-{2913,10169,0,0,4}" + }, + { + "npc_id": "2181", + "loc_data": "{2874,9871,0,1,0}" + }, + { + "npc_id": "2182", + "loc_data": "{2908,10176,0,1,0}" + }, + { + "npc_id": "2092", + "loc_data": "{2869,10196,1,1,0}" + }, + { + "npc_id": "2100", + "loc_data": "{2870,10196,1,1,0}" + }, + { + "npc_id": "2101", + "loc_data": "{2868,10202,1,1,0}" + }, + { + "npc_id": "2094", + "loc_data": "{2869,10205,1,0,6}" + }, + { + "npc_id": "2096", + "loc_data": "{2890,10207,1,0,6}" + }, + { + "npc_id": "2104", + "loc_data": "{2890,10204,1,1,0}" + }, + { + "npc_id": "2095", + "loc_data": "{2889,10211,1,0,6}" + }, + { + "npc_id": "2103", + "loc_data": "{2892,10209,1,1,0}" + }, + { + "npc_id": "2105", + "loc_data": "{2890,10196,1,1,0}" + }, + { + "npc_id": "2097", + "loc_data": "{2891,10196,1,0,6}" + }, + { + "npc_id": "2102", + "loc_data": "{2869,10208,1,1,0}" + }, + { + "npc_id": "2093", + "loc_data": "{2871,10207,1,1,0}" + }, + { + "npc_id": "2098", + "loc_data": "{2890,10192,1,0,6}" + }, + { + "npc_id": "2106", + "loc_data": "{2892,10190,1,1,0}" + }, + { + "npc_id": "2110", + "loc_data": "{2877,10198,1,1,0}-{2878,10196,1,1,0}" + }, + { + "npc_id": "2111", + "loc_data": "{2878,10201,1,1,0}-{2876,10201,1,1,0}" + }, + { + "npc_id": "2113", + "loc_data": "{2878,10201,1,1,0}-{2876,10201,1,1,0}" + }, + { + "npc_id": "2115", + "loc_data": "{2882,10201,1,1,0}-{2883,10200,1,1,0}" + }, + { + "npc_id": "2117", + "loc_data": "{2883,10198,1,1,0}-{2884,10199,1,1,0}" + }, + { + "npc_id": "2119", + "loc_data": "{2882,10197,1,1,0}-{2883,10196,1,1,0}" + }, + { + "npc_id": "2121", + "loc_data": "{2880,10195,1,1,0}-{2879,10193,1,1,0}" + }, + { + "npc_id": "2193", + "loc_data": "{2887,10223,0,1,0}" + }, + { + "npc_id": "2197", + "loc_data": "{2848,10198,0,1,0}" + }, + { + "npc_id": "2188", + "loc_data": "{2851,10223,0,1,0}" + }, + { + "npc_id": "2189", + "loc_data": "{2851,10223,0,1,0}" + }, + { + "npc_id": "2171", + "loc_data": "{2930,10184,0,1,0}" + }, + { + "npc_id": "1848", + "loc_data": "{2868,10168,0,1,0}" + }, + { + "npc_id": "1849", + "loc_data": "{2868,10168,0,1,0}" + }, + { + "npc_id": "1847", + "loc_data": "{2868,10168,0,1,0}" + }, + { + "npc_id": "1839", + "loc_data": "{2825,10167,0,1,0}" + }, + { + "npc_id": "2127", + "loc_data": "{2880,10199,1,1,0}" + }, + { + "npc_id": "2201", + "loc_data": "{2866,10208,0,1,0}" + }, + { + "npc_id": "2179", + "loc_data": "{2840,10199,0,0,6}" + }, + { + "npc_id": "2177", + "loc_data": "{2843,10191,1,0,1}" + }, + { + "npc_id": "2140", + "loc_data": "{2835,10226,0,0,6}" + }, + { + "npc_id": "2169", + "loc_data": "{2836,10222,0,1,0}" + }, + { + "npc_id": "2196", + "loc_data": "{2838,10196,0,1,0}" + }, + { + "npc_id": "2170", + "loc_data": "{2853,10196,0,1,0}" + }, + { + "npc_id": "2199", + "loc_data": "{2855,10199,0,1,0}" + }, + { + "npc_id": "2192", + "loc_data": "{2933,10219,0,1,0}" + }, + { + "npc_id": "2141", + "loc_data": "{2906,10204,0,1,0}" + }, + { + "npc_id": "2202", + "loc_data": "{2912,10222,0,1,0}" + }, + { + "npc_id": "2195", + "loc_data": "{2901,10227,0,1,0}" + }, + { + "npc_id": "2194", + "loc_data": "{2926,10225,0,1,0}" + }, + { + "npc_id": "2142", + "loc_data": "{2904,10206,0,1,0}" + }, + { + "npc_id": "2190", + "loc_data": "{2922,10201,0,1,0}" + }, + { + "npc_id": "2155", + "loc_data": "{2871,10199,0,1,0}" + }, + { + "npc_id": "603", + "loc_data": "{2450,3510,1,1,0}" + }, + { + "npc_id": "8065", + "loc_data": "{3399,3464,0,0,1}" + }, + { + "npc_id": "8066", + "loc_data": "{3346,3513,0,0,6}" + }, + { + "npc_id": "8067", + "loc_data": "{3280,3524,0,0,0}" + }, + { + "npc_id": "8068", + "loc_data": "{3237,3525,0,0,0}" + }, + { + "npc_id": "8069", + "loc_data": "{3171,3535,0,0,0}" + }, + { + "npc_id": "8070", + "loc_data": "{3088,3515,0,0,0}" + }, + { + "npc_id": "8071", + "loc_data": "{3035,3517,0,0,0}" + }, + { + "npc_id": "8072", + "loc_data": "{2972,3515,0,0,0}" + }, + { + "npc_id": "8073", + "loc_data": "{2941,3564,0,0,0}" + }, + { + "npc_id": "8074", + "loc_data": "{2946,3621,0,0,0}" + }, + { + "npc_id": "8075", + "loc_data": "{2938,3679,0,0,0}" + }, + { + "npc_id": "8076", + "loc_data": "{2939,3772,0,0,0}" + }, + { + "npc_id": "2085", + "loc_data": "{3231,9610,0,1,0}" + }, + { + "npc_id": "2084", + "loc_data": "{3314,9612,0,1,0}" + }, + { + "npc_id": "2078", + "loc_data": "{3313,9622,0,0,3}" + }, + { + "npc_id": "2077", + "loc_data": "{3323,9616,0,0,6}" + }, + { + "npc_id": "2076", + "loc_data": "{3312,9628,0,0,3}" + }, + { + "npc_id": "2075", + "loc_data": "{3312,9638,0,0,3}" + }, + { + "npc_id": "2072", + "loc_data": "{3319,9632,0,1,0}" + }, + { + "npc_id": "2071", + "loc_data": "{3323,9643,0,1,0}" + }, + { + "npc_id": "2070", + "loc_data": "{3324,9621,0,1,0}" + }, + { + "npc_id": "2069", + "loc_data": "{3313,9652,0,1,0}" + }, + { + "npc_id": "2074", + "loc_data": "{3319,9605,0,0,1}" + }, + { + "npc_id": "7724", + "loc_data": "{3054,3503,0,1,0}" + }, + { + "npc_id": "15", + "loc_data": "{3203,3479,0,1,0}-{3202,3484,0,1,0}" + }, + { + "npc_id": "2910", + "loc_data": "{3082,9885,0,1,4}" + }, + { + "npc_id": "3382", + "loc_data": "{3080,9885,0,1,4}-{3076,9886,0,1,4}-{3081,9890,0,1,4}-{3081,9895,0,1,4}" + }, + { + "npc_id": "5965", + "loc_data": "{1759,4955,0,0,0}" + }, + { + "npc_id": "5966", + "loc_data": "{1754,4960,0,1,4}" + }, + { + "npc_id": "5967", + "loc_data": "{1735,4950,0,1,4}-{1758, 4937, 0, 1, 4}-{1756, 4947, 0, 1, 4}-{1771, 4960, 0, 1, 4}-{1779, 4950, 0, 1, 4}-{1759, 4971, 0, 1, 4}-{1773, 4983, 0, 1, 4}" + }, + { + "npc_id": "5945", + "loc_data": "{1743,4959,0,1,4}-{1739,4969,0,1,4}-{1748, 4941, 0, 1, 4}-{1759, 4979, 0, 1, 6}" + }, + { + "npc_id": "10", + "loc_data": "{1740,4970,0,1,4}-{1783, 4950, 0, 1, 4}-{1755,4951,0,1,3}-{1754, 4986, 0, 1, 6}-{1763, 4972, 0, 1, 6}" + }, + { + "npc_id": "5971", + "loc_data": "{1742,4964,0,0,0}" + }, + { + "npc_id": "5977", + "loc_data": "{1735,4964,0,0,0}" + }, + { + "npc_id": "5982", + "loc_data": "{1735,4954,0,0,0}" + }, + { + "npc_id": "5976", + "loc_data": "{1742,4954,0,0,0}" + }, + { + "npc_id": "5978", + "loc_data": "{1752,4938,0,0,0}" + }, + { + "npc_id": "5972", + "loc_data": "{1781,4954,0,0,0}" + }, + { + "npc_id": "5973", + "loc_data": "{1774,4964,0,0,0}" + }, + { + "npc_id": "5974", + "loc_data": "{1774,4954,0,0,0}" + }, + { + "npc_id": "5975", + "loc_data": "{1740,4979,0,0,0}" + }, + { + "npc_id": "5981", + "loc_data": "{1750,4979,0,0,0}" + }, + { + "npc_id": "5979", + "loc_data": "{1765,4979,0,0,0}" + }, + { + "npc_id": "5980", + "loc_data": "{1775,4979,0,0,0}" + }, + { + "npc_id": "8000", + "loc_data": "{2987,3691,0,0,3}" + }, + { + "npc_id": "2861", + "loc_data": "{2347,3165,0,0,3}" + }, + { + "npc_id": "4965", + "loc_data": "{2824,3685,0,0,1}" + }, + { + "npc_id": "2790", + "loc_data": "{3163,4822,0,0,6}" + }, + { + "npc_id": "6117", + "loc_data": "{1884,5020,0,0,6}" + }, + { + "npc_id": "6134", + "loc_data": "{1890,5018,0,0,0}" + }, + { + "npc_id": "6132", + "loc_data": "{1883,5029,0,0,6}" + }, + { + "npc_id": "6133", + "loc_data": "{1883,5026,0,0,6}" + }, + { + "npc_id": "6131", + "loc_data": "{1885,5026,0,0,6}" + }, + { + "npc_id": "490", + "loc_data": "{1887,5026,0,0,6}" + }, + { + "npc_id": "487", + "loc_data": "{1885,5029,0,0,6}" + }, + { + "npc_id": "555", + "loc_data": "{2657,3153,0,1,0}" + }, + { + "npc_id": "2357", + "loc_data": "{2340,3157,1,1,0}" + }, + { + "npc_id": "2356", + "loc_data": "{2323,3163,0,1,0}" + }, + { + "npc_id": "2352", + "loc_data": "{2334,3183,0,1,0}" + } +] + From 20992ec178617cbe6613b934d48eae67d9214fe7 Mon Sep 17 00:00:00 2001 From: skelsoft <9147770-skelsoft@users.noreply.gitlab.com> Date: Sat, 26 Jun 2021 15:25:16 +1000 Subject: [PATCH 05/33] Fix: funny hat undo the funney hat fix --- Server/data/configs/item_configs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/data/configs/item_configs.json b/Server/data/configs/item_configs.json index 4c28bcd77..d1856cee2 100644 --- a/Server/data/configs/item_configs.json +++ b/Server/data/configs/item_configs.json @@ -138883,7 +138883,7 @@ "name": "Wizard hat", "tradeable": "false", "archery_ticket_price": "0", - "hat": "false", + "hat": "true", "id": "14650", "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0" }, From cc876c4c680479709c0b4efbc7897b7f8faf6cdd Mon Sep 17 00:00:00 2001 From: skelsoft <9147770-skelsoft@users.noreply.gitlab.com> Date: Sun, 27 Jun 2021 12:06:50 +1000 Subject: [PATCH 06/33] Add: Witchaven, Witchaven Dungeon Update - Witchaven and Witchaven Dungeon now populated with all NPCs that should be there before starting and finishing any Witchaven-related Quests (Sea Slug, Slug Menace, Kennith's Concerns) - Fishing Shop "Lovecraft's Tackle" added, but not accessible in-game (I think it's because Ezekiel has a Shop interact and not a Trade interact) - Added four chicken (ID 41, 1017) spawns near Witchaven and Ardougne that were not accounted for - added examines to Witchaven NPCs - Added all monster NPC spawns inside Witchaven Dungeon (Ogre, Hobgoblin, Hellhound) - Ogre full stat adjustment (ID: 115) - Hobgoblin (ID 2685, 2686, 2687, 2688) full stat rebalance --- Server/data/configs/npc_configs.json | 222 ++++++++++++++++++++++++--- Server/data/configs/npc_spawns.json | 60 +++++++- Server/data/configs/shops.json | 11 +- 3 files changed, 261 insertions(+), 32 deletions(-) diff --git a/Server/data/configs/npc_configs.json b/Server/data/configs/npc_configs.json index 89103b050..6157f9c10 100644 --- a/Server/data/configs/npc_configs.json +++ b/Server/data/configs/npc_configs.json @@ -2255,25 +2255,25 @@ "attack_level": "27" }, { - "examine": "Big, ugly, and smelly.", + "examine": "A large dim looking humanoid.", "melee_animation": "359", "range_animation": "359", "attack_speed": "6", - "magic_level": "27", + "magic_level": "1", "respawn_delay": "25", "defence_animation": "360", "magic_animation": "359", "death_animation": "361", "name": "Ogre", - "defence_level": "27", + "defence_level": "43", "safespot": null, "lifepoints": "60", - "strength_level": "27", + "strength_level": "43", "id": "115", "aggressive": "true", - "bonuses": "15,15,10,20,40,15,50,50,50,20,50,58,0,0,0", - "range_level": "27", - "attack_level": "27" + "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.", @@ -64634,14 +64634,14 @@ "magic_animation": "164", "death_animation": "167", "name": "Hobgoblin", - "defence_level": "1", + "defence_level": "24", "safespot": null, "lifepoints": "29", - "strength_level": "10", + "strength_level": "24", "id": "2685", "aggressive": "true", - "range_level": "20", - "attack_level": "20" + "range_level": "1", + "attack_level": "22" }, { "examine": "An ugly smelly creature.", @@ -64653,14 +64653,14 @@ "magic_animation": "164", "death_animation": "167", "name": "Hobgoblin", - "defence_level": "1", + "defence_level": "24", "safespot": null, "lifepoints": "29", - "strength_level": "10", + "strength_level": "24", "id": "2686", "aggressive": "true", - "range_level": "20", - "attack_level": "20" + "range_level": "1", + "attack_level": "22" }, { "examine": "An ugly smelly creature.", @@ -64672,14 +64672,14 @@ "magic_animation": "164", "death_animation": "167", "name": "Hobgoblin", - "defence_level": "1", + "defence_level": "24", "safespot": null, "lifepoints": "29", - "strength_level": "10", + "strength_level": "24", "id": "2687", "aggressive": "true", - "range_level": "20", - "attack_level": "20" + "range_level": "1", + "attack_level": "22" }, { "examine": "An ugly smelly creature, with a spear.", @@ -64691,14 +64691,14 @@ "magic_animation": "163", "death_animation": "167", "name": "Hobgoblin", - "defence_level": "1", + "defence_level": "24", "safespot": null, "lifepoints": "29", - "strength_level": "10", + "strength_level": "24", "id": "2688", "aggressive": "true", - "range_level": "20", - "attack_level": "20" + "range_level": "1", + "attack_level": "22" }, { "examine": "Didn't the mage say this procedure was totally safe?", @@ -73078,6 +73078,182 @@ "name": "Druid", "id": "14" }, + { + "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", diff --git a/Server/data/configs/npc_spawns.json b/Server/data/configs/npc_spawns.json index 3de29bbcd..d2eb8b520 100644 --- a/Server/data/configs/npc_spawns.json +++ b/Server/data/configs/npc_spawns.json @@ -125,7 +125,7 @@ }, { "npc_id": "41", - "loc_data": "{3197,3356,0,1,4}-{3234,3297,0,1,3}-{3230,3296,0,1,5}-{3236,3288,0,1,6}-{3236,3300,0,1,2}-{3231,3308,0,1,3}-{2965,3336,0,1,4}-{3110,9573,0,1,6}-{2655,3441,0,1,6}-{2649,3438,0,1,7}-{2649,3446,0,1,6}-{2653,3444,0,1,6}-{2647,3441,0,1,1}-{2784,3062,0,1,4}-{2789,3063,0,1,4}-{3160,3082,0,1,3}-{3140,3096,0,1,3}-{3140,3093,0,1,0}-{3138,3094,0,1,1}-{3140,3093,0,1,3}-{3138,3093,0,1,1}-{3138,3094,0,1,0}-{3189,3278,0,1,3}-{3187,3276,0,1,5}-{3188,3278,0,1,4}-{2851,3370,0,1,3}-{2846,3374,0,1,3}-{2853,3372,0,1,3}-{2847,3373,0,1,3}-{2850,3371,0,1,1}-{2851,3373,0,1,4}-{2852,3370,0,1,4}-{3234,3293,0,1,4}-{3229,3298,0,1,1}-{3228,3296,0,1,4}-{2815,3560,0,1,7}-{2819,3561,0,1,4}-{2818,3559,0,1,6}-{3140,3093,0,1,1}-{2674,3652,0,1,3}-{2672,3655,0,1,6}-{2677,3655,0,1,6}" + "loc_data": "{3197,3356,0,1,4}-{3234,3297,0,1,3}-{3230,3296,0,1,5}-{3236,3288,0,1,6}-{3236,3300,0,1,2}-{3231,3308,0,1,3}-{2965,3336,0,1,4}-{3110,9573,0,1,6}-{2655,3441,0,1,6}-{2649,3438,0,1,7}-{2649,3446,0,1,6}-{2653,3444,0,1,6}-{2647,3441,0,1,1}-{2784,3062,0,1,4}-{2789,3063,0,1,4}-{3160,3082,0,1,3}-{3140,3096,0,1,3}-{3140,3093,0,1,0}-{3138,3094,0,1,1}-{3140,3093,0,1,3}-{3138,3093,0,1,1}-{3138,3094,0,1,0}-{3189,3278,0,1,3}-{3187,3276,0,1,5}-{3188,3278,0,1,4}-{2851,3370,0,1,3}-{2846,3374,0,1,3}-{2853,3372,0,1,3}-{2847,3373,0,1,3}-{2850,3371,0,1,1}-{2851,3373,0,1,4}-{2852,3370,0,1,4}-{3234,3293,0,1,4}-{3229,3298,0,1,1}-{3228,3296,0,1,4}-{2815,3560,0,1,7}-{2819,3561,0,1,4}-{2818,3559,0,1,6}-{3140,3093,0,1,1}-{2674,3652,0,1,3}-{2672,3655,0,1,6}-{2677,3655,0,1,6}-{2694,3274,0,1,6}-{2695,3275,0,1,3}" }, { "npc_id": "42", @@ -157,7 +157,7 @@ }, { "npc_id": "49", - "loc_data": "{2861,9838,0,1,3}-{2858,9842,0,1,4}-{2854,9847,0,1,5}-{2857,9850,0,1,7}-{2865,9849,0,1,6}-{2869,9838,0,1,6}-{3104,3680,0,1,3}-{3114,3688,0,1,1}-{3121,3675,0,1,1}-{3127,3695,0,1,3}-{3129,3678,0,1,2}-{3130,3689,0,1,2}-{3128,3665,0,1,3}-{3135,3701,0,1,6}-{3085,10134,0,1,0}-{3090,10123,0,1,0}-{3094,10133,0,1,0}-{3095,10120,0,1,0}-{3095,10128,0,1,0}-{3098,10122,0,1,0}-{3104,10127,0,1,0}-{3105,10125,0,1,0}-{3177,3905,0,1,4}-{3180,3908,0,1,2}-{3189,3914,0,1,6}-{3193,3906,0,1,2}-{2402,9785,0,1,1}-{2403,9782,0,1,1}-{2408,9782,0,1,1}-{2408,9785,0,1,1}-{2413,9776,0,1,1}-{2417,9777,0,1,1}-{2412,9773,0,1,1}-{2416,9773,0,1,1}" + "loc_data": "{2861,9838,0,1,3}-{2858,9842,0,1,4}-{2854,9847,0,1,5}-{2857,9850,0,1,7}-{2865,9849,0,1,6}-{2869,9838,0,1,6}-{3104,3680,0,1,3}-{3114,3688,0,1,1}-{3121,3675,0,1,1}-{3127,3695,0,1,3}-{3129,3678,0,1,2}-{3130,3689,0,1,2}-{3128,3665,0,1,3}-{3135,3701,0,1,6}-{3085,10134,0,1,0}-{3090,10123,0,1,0}-{3094,10133,0,1,0}-{3095,10120,0,1,0}-{3095,10128,0,1,0}-{3098,10122,0,1,0}-{3104,10127,0,1,0}-{3105,10125,0,1,0}-{3177,3905,0,1,4}-{3180,3908,0,1,2}-{3189,3914,0,1,6}-{3193,3906,0,1,2}-{2402,9785,0,1,1}-{2403,9782,0,1,1}-{2408,9782,0,1,1}-{2408,9785,0,1,1}-{2413,9776,0,1,1}-{2417,9777,0,1,1}-{2412,9773,0,1,1}-{2416,9773,0,1,1}-{2735,9692,0,1,1}-{2732,9687,0,1,1}-{2733,9688,0,1,1}-{2734,9690,0,1,1}-{2733,9686,0,1,1}-{2732,9692,0,1,1}-{2736,9685,0,1,1}-{2730,9691,0,1,1}" }, { "npc_id": "50", @@ -373,7 +373,7 @@ }, { "npc_id": "115", - "loc_data": "{2572,3028,0,1,2}-{2550,3046,0,1,4}-{2572,3034,0,1,3}-{2576,3026,0,1,4}-{2534,2975,0,1,1}-{2518,2974,0,1,1}-{2573,2987,0,1,1}-{2592,2967,0,1,3}-{2589,2961,0,0,2}-{2575,2989,0,1,0}-{2574,2992,0,1,4}-{2521,2974,0,1,4}-{2500,3092,0,1,6}-{2524,3375,0,1,3}-{2524,3374,0,1,3}-{2529,3374,0,1,3}-{2532,3375,0,1,1}-{2532,3373,0,1,1}-{2527,3376,0,1,6}-{2525,3373,0,1,7}-{2525,3373,0,1,5}-{2511,3086,0,1,1}-{2511,3084,0,1,3}-{2503,3114,0,1,6}-{2509,3120,0,1,4}-{2506,3107,0,1,4}-{2500,3112,0,1,4}-{2521,3045,0,1,6}-{2517,3043,0,1,5}-{2500,3095,0,1,3}-{2497,3090,0,1,4}-{2502,3099,0,1,4}-{2504,3097,0,1,4}-{2503,3134,0,1,3}-{2554,3196,0,1,7}-{2519,3039,0,1,4}" + "loc_data": "{2572,3028,0,1,2}-{2550,3046,0,1,4}-{2572,3034,0,1,3}-{2576,3026,0,1,4}-{2534,2975,0,1,1}-{2518,2974,0,1,1}-{2573,2987,0,1,1}-{2592,2967,0,1,3}-{2589,2961,0,0,2}-{2575,2989,0,1,0}-{2574,2992,0,1,4}-{2521,2974,0,1,4}-{2500,3092,0,1,6}-{2524,3375,0,1,3}-{2524,3374,0,1,3}-{2529,3374,0,1,3}-{2532,3375,0,1,1}-{2532,3373,0,1,1}-{2527,3376,0,1,6}-{2525,3373,0,1,7}-{2525,3373,0,1,5}-{2511,3086,0,1,1}-{2511,3084,0,1,3}-{2503,3114,0,1,6}-{2509,3120,0,1,4}-{2506,3107,0,1,4}-{2500,3112,0,1,4}-{2521,3045,0,1,6}-{2517,3043,0,1,5}-{2500,3095,0,1,3}-{2497,3090,0,1,4}-{2502,3099,0,1,4}-{2504,3097,0,1,4}-{2503,3134,0,1,3}-{2554,3196,0,1,7}-{2519,3039,0,1,4}-{2722,9701,0,1,1}-{2720,9715,0,1,1}-{2721,9669,0,1,1}-{2722,9707,0,1,1}-{2723,9716,0,1,1}-{2717,9669,0,1,1}" }, { "npc_id": "116", @@ -2389,7 +2389,7 @@ }, { "npc_id": "1017", - "loc_data": "{3198,3359,0,1,0}-{3231,3296,0,1,6}-{3233,3300,0,1,4}-{3235,3293,0,1,3}-{3232,3288,0,1,0}-{3234,3298,0,1,6}-{2785,3069,0,1,4}-{2800,3072,0,1,6}-{3234,3297,0,1,3}-{3234,3292,0,1,4}-{3235,3289,0,1,1}-{2677,3656,0,1,2}-{2672,3654,0,1,2}-{2676,3652,0,1,4}-{2681,3652,0,1,4}-{2675,3652,0,1,3}" + "loc_data": "{3198,3359,0,1,0}-{3231,3296,0,1,6}-{3233,3300,0,1,4}-{3235,3293,0,1,3}-{3232,3288,0,1,0}-{3234,3298,0,1,6}-{2785,3069,0,1,4}-{2800,3072,0,1,6}-{3234,3297,0,1,3}-{3234,3292,0,1,4}-{3235,3289,0,1,1}-{2677,3656,0,1,2}-{2672,3654,0,1,2}-{2676,3652,0,1,4}-{2681,3652,0,1,4}-{2675,3652,0,1,3}-{2693,3271,0,1,3}-{2692,3272,0,1,3}" }, { "npc_id": "1019", @@ -4897,19 +4897,19 @@ }, { "npc_id": "2685", - "loc_data": "{3124,9873,0,1,3}-{2911,3285,0,1,1}" + "loc_data": "{3124,9873,0,1,3}-{2911,3285,0,1,1}-{2696,9689,0,1,1}" }, { "npc_id": "2686", - "loc_data": "{2907,3293,0,1,4}" + "loc_data": "{2907,3293,0,1,4}-{2700,9696,0,1,1}" }, { "npc_id": "2687", - "loc_data": "{2907,3293,0,1,6}-{2908,3290,0,1,3}" + "loc_data": "{2907,3293,0,1,6}-{2908,3290,0,1,3}-{2703,9698,0,1,1}" }, { "npc_id": "2688", - "loc_data": "{3127,9874,0,1,4}-{2906,3288,0,1,1}-{2910,3293,0,1,4}" + "loc_data": "{3127,9874,0,1,4}-{2906,3288,0,1,1}-{2910,3293,0,1,4}-{2699,9690,0,1,1}" }, { "npc_id": "2689", @@ -9719,6 +9719,10 @@ "npc_id": "7162", "loc_data": "{3144,4229,2,1,1}-{3143,4236,2,1,1}-{3145,4235,2,1,1}-{3148,4244,2,1,6}" }, + { + "npc_id": "7168", + "loc_data": "{2714,3309,0,1,1}" + }, { "npc_id": "7228", "loc_data": "{2862,3101,0,0,0}-{2879,3109,0,0,0}-{2882,3104,0,0,0}-{2874,3098,0,0,0}-{2882,3098,0,0,0}" @@ -10599,6 +10603,46 @@ "npc_id": "2356", "loc_data": "{2323,3163,0,1,0}" }, + { + "npc_id": "4874", + "loc_data": "{2709,3291,0,0,0}" + }, + { + "npc_id": "4856", + "loc_data": "{2732,3292,0,1,1}" + }, + { + "npc_id": "4872", + "loc_data": "{2740,3310,0,0,0}" + }, + { + "npc_id": "4878", + "loc_data": "{2726,3283,0,1,1}" + }, + { + "npc_id": "4883", + "loc_data": "{2713,3278,0,1,1}" + }, + { + "npc_id": "4885", + "loc_data": "{2705,3287,0,1,1}-{2716,3287,0,1,1}-{2732,3282,0,1,1}" + }, + { + "npc_id": "4887", + "loc_data": "{2738,3303,0,1,1}-{2723,3274,0,1,1}" + }, + { + "npc_id": "4895", + "loc_data": "{2718,3302,0,1,1}" + }, + { + "npc_id": "696", + "loc_data": "{2716,3303,0,1,1}" + }, + { + "npc_id": "698", + "loc_data": "{2716,3303,0,1,1}" + }, { "npc_id": "2352", "loc_data": "{2334,3183,0,1,0}" diff --git a/Server/data/configs/shops.json b/Server/data/configs/shops.json index 1db143528..7c00ee1f6 100644 --- a/Server/data/configs/shops.json +++ b/Server/data/configs/shops.json @@ -2086,5 +2086,14 @@ "id": "235", "title": "Gnomic Supplies", "stock": "{1931,inf}-{1929,inf}-{1937,inf}-{2313,inf}-{1887,inf}-{590,inf}-{1735,inf}-{1951,inf}-{1969,inf}-{1949,inf}" - } + }, + { + "npcs": "4856", + "high_alch": "1", + "currency": "995", + "general_store": "false", + "id": "236", + "title": "Lovecraft's Tackle", + "stock": "{303,10}-{307,10}-{309,10}-{311,1000}-{301,10}-{313,1000}-{314,1000}-{317,0}-{327,10}-{345,0}-{321,0}-{335,0}-{349,0}-{331,0}-{359,0}-{377,0}-{371,0}" + } ] \ No newline at end of file From f5e4abda9a2850aaf904689d17d146c5a44188ea Mon Sep 17 00:00:00 2001 From: skelsoft <9147770-skelsoft@users.noreply.gitlab.com> Date: Mon, 28 Jun 2021 13:10:39 +1000 Subject: [PATCH 07/33] Add: Summoning Pouch updates, Karamja and Brimhaven updates, misc fixes - All standard Summoning pouches (incl. Void minion pouches) are now fully tradeable - All standard Summoning pouches examine text added - Sulphur vents in the TzHaar City/Mor Ul Rek, the Fight Pits, and the Fight Caves now correctly function as cooking ranges #obscurerunescapefact - hot and spicy cooking inside the fight caves is now possible if you are some gigabrained chad - fixed typo in Shrimp and Parrot shop name - fixed typos in AlfonseWaiterDialogue.java - Davon's Amulet Store shop stock corrected - Cape of Legends now properly untradeable - Shrimp and Parrot shop stock corrected (can now properly buy cooked Karambwans) --- Server/data/configs/item_configs.json | 236 +++++++++++++++++- Server/data/configs/shops.json | 6 +- .../dialogue/AlfonseWaiterDialogue.java | 180 ++++++------- .../entity/skill/cooking/CookingRewrite.kt | 142 +++++------ 4 files changed, 399 insertions(+), 165 deletions(-) diff --git a/Server/data/configs/item_configs.json b/Server/data/configs/item_configs.json index d1856cee2..45f18fb2d 100644 --- a/Server/data/configs/item_configs.json +++ b/Server/data/configs/item_configs.json @@ -96345,6 +96345,7 @@ "examine": "The cape worn by members of the Legends Guild.", "durability": null, "name": "Cape of legends", + "tradeable": "false", "low_alchemy": "180", "high_alchemy": "270", "weight": "1.8", @@ -108721,8 +108722,10 @@ "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", "low_alchemy": "289", "high_alchemy": "434", "archery_ticket_price": "0", @@ -108731,6 +108734,7 @@ { "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", @@ -108743,8 +108747,10 @@ "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", "low_alchemy": "239", "high_alchemy": "359", "archery_ticket_price": "0", @@ -108753,6 +108759,7 @@ { "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", @@ -108765,8 +108772,10 @@ "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", "low_alchemy": "1849", "high_alchemy": "2774", "archery_ticket_price": "0", @@ -108775,6 +108784,7 @@ { "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", @@ -108787,8 +108797,10 @@ "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", "low_alchemy": "1409", "high_alchemy": "2114", "archery_ticket_price": "0", @@ -108797,6 +108809,7 @@ { "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", @@ -108809,8 +108822,10 @@ "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", "low_alchemy": "1329", "high_alchemy": "1994", "archery_ticket_price": "0", @@ -108819,6 +108834,7 @@ { "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", @@ -108831,8 +108847,10 @@ "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", + "name": "Spirit dagannoth pouch", + "tradeable": "true", "low_alchemy": "179", "high_alchemy": "269", "archery_ticket_price": "0", @@ -108841,6 +108859,7 @@ { "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", @@ -108853,8 +108872,10 @@ "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", "low_alchemy": "259", "high_alchemy": "389", "archery_ticket_price": "0", @@ -108863,6 +108884,7 @@ { "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", @@ -108875,8 +108897,10 @@ "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", "low_alchemy": "889", "high_alchemy": "1334", "archery_ticket_price": "0", @@ -108885,6 +108909,7 @@ { "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", @@ -108897,8 +108922,10 @@ "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", "low_alchemy": "1609", "high_alchemy": "2414", "archery_ticket_price": "0", @@ -108907,6 +108934,7 @@ { "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", @@ -108919,8 +108947,10 @@ "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", "low_alchemy": "1449", "high_alchemy": "2174", "archery_ticket_price": "0", @@ -108929,6 +108959,7 @@ { "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", @@ -108941,8 +108972,10 @@ "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", "low_alchemy": "1679", "high_alchemy": "2519", "archery_ticket_price": "0", @@ -108951,6 +108984,7 @@ { "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", @@ -108963,8 +108997,10 @@ "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", "low_alchemy": "1269", "high_alchemy": "1904", "archery_ticket_price": "0", @@ -108973,6 +109009,7 @@ { "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", @@ -108985,8 +109022,10 @@ "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", "low_alchemy": "179", "high_alchemy": "269", "archery_ticket_price": "0", @@ -108995,6 +109034,7 @@ { "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", @@ -109007,8 +109047,10 @@ "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", "low_alchemy": "1469", "high_alchemy": "2204", "archery_ticket_price": "0", @@ -109017,6 +109059,7 @@ { "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", @@ -109029,8 +109072,10 @@ "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", "low_alchemy": "1229", "high_alchemy": "1844", "archery_ticket_price": "0", @@ -109039,6 +109084,7 @@ { "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", @@ -109051,8 +109097,10 @@ "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", "low_alchemy": "1359", "high_alchemy": "2039", "archery_ticket_price": "0", @@ -109061,6 +109109,7 @@ { "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", @@ -109073,8 +109122,10 @@ "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", "low_alchemy": "1569", "high_alchemy": "2354", "archery_ticket_price": "0", @@ -109083,6 +109134,7 @@ { "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", @@ -109095,8 +109147,10 @@ "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", "low_alchemy": "1049", "high_alchemy": "1574", "archery_ticket_price": "0", @@ -109105,6 +109159,7 @@ { "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", @@ -109117,8 +109172,10 @@ "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", "low_alchemy": "249", "high_alchemy": "374", "archery_ticket_price": "0", @@ -109127,6 +109184,7 @@ { "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", @@ -109139,8 +109197,10 @@ "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", "low_alchemy": "1449", "high_alchemy": "2174", "archery_ticket_price": "0", @@ -109149,6 +109209,7 @@ { "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", @@ -109160,8 +109221,10 @@ { "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", "low_alchemy": "239", "high_alchemy": "359", "archery_ticket_price": "0", @@ -109170,6 +109233,7 @@ { "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", @@ -109182,8 +109246,10 @@ "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", "low_alchemy": "619", "high_alchemy": "929", "archery_ticket_price": "0", @@ -109192,6 +109258,7 @@ { "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", @@ -109204,8 +109271,10 @@ "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", "low_alchemy": "1209", "high_alchemy": "1814", "archery_ticket_price": "0", @@ -109214,6 +109283,7 @@ { "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", @@ -109226,8 +109296,10 @@ "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", "low_alchemy": "979", "high_alchemy": "1469", "archery_ticket_price": "0", @@ -109236,6 +109308,7 @@ { "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", @@ -109248,8 +109321,10 @@ "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", "low_alchemy": "739", "high_alchemy": "1109", "archery_ticket_price": "0", @@ -109258,6 +109333,7 @@ { "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", @@ -109270,8 +109346,10 @@ "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", "low_alchemy": "309", "high_alchemy": "464", "archery_ticket_price": "0", @@ -109280,6 +109358,7 @@ { "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", @@ -109292,8 +109371,10 @@ "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", "low_alchemy": "249", "high_alchemy": "374", "archery_ticket_price": "0", @@ -109302,6 +109383,7 @@ { "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", @@ -109314,8 +109396,10 @@ "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", "low_alchemy": "1339", "high_alchemy": "2009", "archery_ticket_price": "0", @@ -109324,6 +109408,7 @@ { "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", @@ -109336,8 +109421,10 @@ "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", "low_alchemy": "679", "high_alchemy": "1019", "archery_ticket_price": "0", @@ -109346,6 +109433,7 @@ { "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", @@ -109358,8 +109446,10 @@ "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", "low_alchemy": "1009", "high_alchemy": "1514", "archery_ticket_price": "0", @@ -109368,6 +109458,7 @@ { "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", @@ -109380,8 +109471,10 @@ "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", "low_alchemy": "919", "high_alchemy": "1379", "archery_ticket_price": "0", @@ -109390,6 +109483,7 @@ { "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", @@ -109402,8 +109496,10 @@ "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", "low_alchemy": "1829", "high_alchemy": "2744", "archery_ticket_price": "0", @@ -109412,6 +109508,7 @@ { "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", @@ -109424,8 +109521,10 @@ "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", "low_alchemy": "949", "high_alchemy": "1424", "archery_ticket_price": "0", @@ -109434,6 +109533,7 @@ { "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", @@ -109446,8 +109546,10 @@ "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", "low_alchemy": "1189", "high_alchemy": "1784", "archery_ticket_price": "0", @@ -109456,6 +109558,7 @@ { "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", @@ -109468,8 +109571,10 @@ "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", "low_alchemy": "1419", "high_alchemy": "2129", "archery_ticket_price": "0", @@ -109478,6 +109583,7 @@ { "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", @@ -109490,8 +109596,10 @@ "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", "low_alchemy": "1579", "high_alchemy": "2369", "archery_ticket_price": "0", @@ -109500,6 +109608,7 @@ { "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", @@ -109512,8 +109621,10 @@ "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", "low_alchemy": "1689", "high_alchemy": "2534", "archery_ticket_price": "0", @@ -109522,6 +109633,7 @@ { "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", @@ -109534,8 +109646,10 @@ "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", "low_alchemy": "1609", "high_alchemy": "2414", "archery_ticket_price": "0", @@ -109544,6 +109658,7 @@ { "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", @@ -109556,8 +109671,10 @@ "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", "low_alchemy": "179", "high_alchemy": "269", "archery_ticket_price": "0", @@ -109566,6 +109683,7 @@ { "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", @@ -109578,8 +109696,10 @@ "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", "low_alchemy": "1579", "high_alchemy": "2369", "archery_ticket_price": "0", @@ -109588,6 +109708,7 @@ { "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", @@ -109600,8 +109721,10 @@ "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", "low_alchemy": "279", "high_alchemy": "419", "archery_ticket_price": "0", @@ -109610,6 +109733,7 @@ { "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", @@ -109622,8 +109746,10 @@ "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", "low_alchemy": "2199", "high_alchemy": "3299", "archery_ticket_price": "0", @@ -109632,6 +109758,7 @@ { "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", @@ -109644,8 +109771,10 @@ "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", "low_alchemy": "639", "high_alchemy": "959", "archery_ticket_price": "0", @@ -109654,6 +109783,7 @@ { "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", @@ -109666,8 +109796,10 @@ "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", "low_alchemy": "2279", "high_alchemy": "3419", "archery_ticket_price": "0", @@ -109676,6 +109808,7 @@ { "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", @@ -109688,8 +109821,10 @@ "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", "low_alchemy": "1049", "high_alchemy": "1574", "archery_ticket_price": "0", @@ -109698,6 +109833,7 @@ { "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", @@ -109710,8 +109846,10 @@ "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", "low_alchemy": "1049", "high_alchemy": "1574", "archery_ticket_price": "0", @@ -109720,6 +109858,7 @@ { "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", @@ -109732,8 +109871,10 @@ "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", "low_alchemy": "1049", "high_alchemy": "1574", "archery_ticket_price": "0", @@ -109742,6 +109883,7 @@ { "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", @@ -109754,8 +109896,10 @@ "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", "low_alchemy": "1049", "high_alchemy": "1574", "archery_ticket_price": "0", @@ -109764,6 +109908,7 @@ { "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", @@ -109776,8 +109921,10 @@ "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", "low_alchemy": "1049", "high_alchemy": "1574", "archery_ticket_price": "0", @@ -109786,6 +109933,7 @@ { "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", @@ -109798,8 +109946,10 @@ "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", "low_alchemy": "1049", "high_alchemy": "1574", "archery_ticket_price": "0", @@ -109808,6 +109958,7 @@ { "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", @@ -109820,8 +109971,10 @@ "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", "low_alchemy": "1049", "high_alchemy": "1574", "archery_ticket_price": "0", @@ -109830,6 +109983,7 @@ { "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", @@ -109989,8 +110143,10 @@ "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", "low_alchemy": "279", "high_alchemy": "419", "archery_ticket_price": "0", @@ -109999,6 +110155,7 @@ { "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", @@ -110286,8 +110443,10 @@ { "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" }, @@ -112300,8 +112459,10 @@ "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", "low_alchemy": "1259", "high_alchemy": "1889", "archery_ticket_price": "0", @@ -112310,6 +112471,7 @@ { "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", @@ -114571,8 +114733,10 @@ "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", "low_alchemy": "1669", "high_alchemy": "2504", "archery_ticket_price": "0", @@ -114581,6 +114745,7 @@ { "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", @@ -114593,8 +114758,10 @@ "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", "low_alchemy": "179", "high_alchemy": "269", "archery_ticket_price": "0", @@ -114603,6 +114770,7 @@ { "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", @@ -114615,8 +114783,10 @@ "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", "low_alchemy": "909", "high_alchemy": "1364", "archery_ticket_price": "0", @@ -114625,6 +114795,7 @@ { "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", @@ -114637,8 +114808,10 @@ "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", "low_alchemy": "1579", "high_alchemy": "2369", "archery_ticket_price": "0", @@ -114647,6 +114820,7 @@ { "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", @@ -114659,8 +114833,10 @@ "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", "low_alchemy": "1719", "high_alchemy": "2579", "archery_ticket_price": "0", @@ -114669,6 +114845,7 @@ { "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", @@ -114681,8 +114858,10 @@ "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", "low_alchemy": "2389", "high_alchemy": "3584", "archery_ticket_price": "0", @@ -114691,6 +114870,7 @@ { "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", @@ -114703,8 +114883,10 @@ "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", "low_alchemy": "2359", "high_alchemy": "3539", "archery_ticket_price": "0", @@ -114713,6 +114895,7 @@ { "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", @@ -114725,8 +114908,10 @@ "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", "low_alchemy": "1949", "high_alchemy": "2924", "archery_ticket_price": "0", @@ -114735,6 +114920,7 @@ { "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", @@ -114747,8 +114933,10 @@ "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", "low_alchemy": "2119", "high_alchemy": "3179", "archery_ticket_price": "0", @@ -114757,6 +114945,7 @@ { "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", @@ -114769,8 +114958,10 @@ "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", "low_alchemy": "1909", "high_alchemy": "2864", "archery_ticket_price": "0", @@ -114779,6 +114970,7 @@ { "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", @@ -114791,8 +114983,10 @@ "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", "low_alchemy": "1299", "high_alchemy": "1949", "archery_ticket_price": "0", @@ -114801,6 +114995,7 @@ { "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", @@ -114813,8 +115008,10 @@ "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", "low_alchemy": "909", "high_alchemy": "1364", "archery_ticket_price": "0", @@ -114823,6 +115020,7 @@ { "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", @@ -114835,8 +115033,10 @@ "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", "low_alchemy": "1009", "high_alchemy": "1514", "archery_ticket_price": "0", @@ -114845,6 +115045,7 @@ { "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", @@ -114857,8 +115058,10 @@ "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", "low_alchemy": "2149", "high_alchemy": "3224", "archery_ticket_price": "0", @@ -114867,6 +115070,7 @@ { "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", @@ -114879,8 +115083,10 @@ "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", "low_alchemy": "2189", "high_alchemy": "3284", "archery_ticket_price": "0", @@ -114889,6 +115095,7 @@ { "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", @@ -114901,8 +115108,10 @@ "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", "low_alchemy": "2149", "high_alchemy": "3224", "archery_ticket_price": "0", @@ -114911,6 +115120,7 @@ { "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", @@ -114923,8 +115133,10 @@ "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", "low_alchemy": "809", "high_alchemy": "1214", "archery_ticket_price": "0", @@ -114933,6 +115145,7 @@ { "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", @@ -114945,8 +115158,10 @@ "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", "low_alchemy": "1709", "high_alchemy": "2564", "archery_ticket_price": "0", @@ -114955,6 +115170,7 @@ { "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", @@ -114967,8 +115183,10 @@ "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", "low_alchemy": "1699", "high_alchemy": "2549", "archery_ticket_price": "0", @@ -114977,6 +115195,7 @@ { "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", @@ -114989,8 +115208,10 @@ "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", "low_alchemy": "909", "high_alchemy": "1364", "archery_ticket_price": "0", @@ -114999,6 +115220,7 @@ { "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", @@ -115011,8 +115233,10 @@ "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", "low_alchemy": "1279", "high_alchemy": "1919", "archery_ticket_price": "0", @@ -115021,6 +115245,7 @@ { "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", @@ -115033,8 +115258,10 @@ "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", "low_alchemy": "909", "high_alchemy": "1364", "archery_ticket_price": "0", @@ -115043,6 +115270,7 @@ { "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", @@ -115055,8 +115283,10 @@ "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", "low_alchemy": "959", "high_alchemy": "1439", "archery_ticket_price": "0", @@ -115065,6 +115295,7 @@ { "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", @@ -115077,8 +115308,10 @@ "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", "low_alchemy": "2149", "high_alchemy": "3224", "archery_ticket_price": "0", @@ -115087,6 +115320,7 @@ { "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", diff --git a/Server/data/configs/shops.json b/Server/data/configs/shops.json index 7c00ee1f6..f9203381b 100644 --- a/Server/data/configs/shops.json +++ b/Server/data/configs/shops.json @@ -375,7 +375,7 @@ "general_store": "false", "id": "43", "title": "Davon's Amulet Store", - "stock": "{1718,0}-{1727,1}-{1729,0}-{1725,0}-{1731,0}" + "stock": "{1718,0}-{1727,0}-{1729,0}-{1725,0}-{1731,0}" }, { "npcs": "2356", @@ -1508,8 +1508,8 @@ "currency": "995", "general_store": "false", "id": "170", - "title": "The Shrimps and Parrot", - "stock": "{347,5}-{339,5}-{379,5}-{373,6}-{3144,0}" + "title": "The Shrimp and Parrot", + "stock": "{347,5}-{339,5}-{379,3}-{373,2}-{3144,3}" }, { "npcs": "747", diff --git a/Server/src/main/java/core/game/content/dialogue/AlfonseWaiterDialogue.java b/Server/src/main/java/core/game/content/dialogue/AlfonseWaiterDialogue.java index dc5145513..bb10029b5 100644 --- a/Server/src/main/java/core/game/content/dialogue/AlfonseWaiterDialogue.java +++ b/Server/src/main/java/core/game/content/dialogue/AlfonseWaiterDialogue.java @@ -1,90 +1,90 @@ -package core.game.content.dialogue; - -import core.game.node.entity.npc.NPC; -import core.plugin.Initializable; -import core.game.node.entity.player.Player; - -/** - * Represents the dialogue plugin for the npc alfonse the waiter. - * @author 'Vexia - * @version 1.0 - */ -@Initializable -public final class AlfonseWaiterDialogue extends DialoguePlugin { - - /** - * Constructs a new {@code AlfonseWaiterDialogue} {@code Object}. - */ - public AlfonseWaiterDialogue() { - /** - * empty. - */ - } - - /** - * Constructs a new {@code AlfonseWaiterDialogue} {@code Object}. - * @param player the player. - */ - public AlfonseWaiterDialogue(Player player) { - super(player); - } - - @Override - public DialoguePlugin newInstance(Player player) { - return new AlfonseWaiterDialogue(player); - } - - @Override - public boolean open(Object... args) { - npc = (NPC) args[0]; - interpreter.sendDialogues(npc, FacialExpression.HALF_GUILTY, "Welcome to the Shrimps and Parrot.", "Would you like to order, sir?"); - stage = 0; - return true; - } - - @Override - public boolean handle(int interfaceId, int buttonId) { - switch (stage) { - case 0: - interpreter.sendOptions("Select an Option", "Yes, please.", "No, thank you.", "Where do you get your Karambwan from?"); - stage = 1; - break; - case 1: - switch (buttonId) { - case 1: - interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "Yes, please."); - stage = 10; - break; - case 2: - interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "No, thank you."); - stage = 20; - break; - case 3: - interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "Where do you get your Karambwan from?"); - stage = 30; - break; - } - break; - case 10: - end(); - npc.openShop(player); - break; - case 20: - end(); - break; - case 30: - interpreter.sendDialogues(npc, FacialExpression.HALF_GUILTY, "We buy directly off Lubufu, a local fisherman. He", "seems to have a monopoly over Karambwan sale."); - stage = 31; - break; - case 31: - end(); - break; - } - return true; - } - - @Override - public int[] getIds() { - return new int[] { 793 }; - } -} +package core.game.content.dialogue; + +import core.game.node.entity.npc.NPC; +import core.plugin.Initializable; +import core.game.node.entity.player.Player; + +/** + * Represents the dialogue plugin for the npc alfonse the waiter. + * @author 'Vexia + * @version 1.0 + */ +@Initializable +public final class AlfonseWaiterDialogue extends DialoguePlugin { + + /** + * Constructs a new {@code AlfonseWaiterDialogue} {@code Object}. + */ + public AlfonseWaiterDialogue() { + /** + * empty. + */ + } + + /** + * Constructs a new {@code AlfonseWaiterDialogue} {@code Object}. + * @param player the player. + */ + public AlfonseWaiterDialogue(Player player) { + super(player); + } + + @Override + public DialoguePlugin newInstance(Player player) { + return new AlfonseWaiterDialogue(player); + } + + @Override + public boolean open(Object... args) { + npc = (NPC) args[0]; + interpreter.sendDialogues(npc, FacialExpression.HALF_GUILTY, "Welcome to the Shrimp and Parrot.", "Would you like to order, sir?"); + stage = 0; + return true; + } + + @Override + public boolean handle(int interfaceId, int buttonId) { + switch (stage) { + case 0: + interpreter.sendOptions("Select an Option", "Yes, please.", "No, thank you.", "Where do you get your Karambwan from?"); + stage = 1; + break; + case 1: + switch (buttonId) { + case 1: + interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "Yes, please."); + stage = 10; + break; + case 2: + interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "No, thank you."); + stage = 20; + break; + case 3: + interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "Where do you get your Karambwan from?"); + stage = 30; + break; + } + break; + case 10: + end(); + npc.openShop(player); + break; + case 20: + end(); + break; + case 30: + interpreter.sendDialogues(npc, FacialExpression.HALF_GUILTY, "We buy directly off Lubufu, a local fisherman. He", "seems to have a monopoly over Karambwan sales."); + stage = 31; + break; + case 31: + end(); + break; + } + return true; + } + + @Override + public int[] getIds() { + return new int[] { 793 }; + } +} diff --git a/Server/src/main/java/core/game/node/entity/skill/cooking/CookingRewrite.kt b/Server/src/main/java/core/game/node/entity/skill/cooking/CookingRewrite.kt index 292b2c010..48321cf91 100644 --- a/Server/src/main/java/core/game/node/entity/skill/cooking/CookingRewrite.kt +++ b/Server/src/main/java/core/game/node/entity/skill/cooking/CookingRewrite.kt @@ -1,72 +1,72 @@ -package core.game.node.entity.skill.cooking - -import core.game.node.`object`.Scenery -import core.game.node.entity.player.Player -import core.game.node.item.Item -import org.rs09.consts.Items -import org.rs09.consts.Items.BREAD_DOUGH_2307 -import org.rs09.consts.Items.RAW_BEEF_2132 -import org.rs09.consts.Items.SEAWEED_401 -import org.rs09.consts.Items.UNCOOKED_CAKE_1889 -import rs09.game.interaction.InteractionListener -import rs09.game.node.entity.skill.cooking.CookingDialogue - -//author: Ceik -class CookingRewrite : InteractionListener() { - - val RAW_FOODS: IntArray - - init { - val list = CookableItems.values().map { it.raw }.toMutableList() - list.add(Items.COOKED_MEAT_2142) - list.add(RAW_BEEF_2132) - list.add(SEAWEED_401) - RAW_FOODS = list.toIntArray() - } - - override fun defineListeners() { - - onUseWith(OBJECT,RAW_FOODS, *COOKING_OBJs){player, used, with -> - val item = used.asItem() - val obj = with.asObject() - val range = obj.name.toLowerCase().contains("range") - when (item.id) { - RAW_BEEF_2132 -> if (range) { - player.dialogueInterpreter.open(CookingDialogue(item.id,9436,true,obj)) - return@onUseWith true - } - SEAWEED_401 -> if (range) { - player.dialogueInterpreter.open(CookingDialogue(item.id,1781,false,obj)) - return@onUseWith true - } - BREAD_DOUGH_2307, UNCOOKED_CAKE_1889 -> if (!range) { - player.packetDispatch.sendMessage("You need to cook this on a range.") - return@onUseWith false - } - } - - //cook a standard item - player.dialogueInterpreter.open(CookingDialogue(item.id,obj)) - return@onUseWith true - } - - } - - companion object { - val COOKING_OBJs = intArrayOf(24313,21302, 13528, 13529, 13533, 13531, 13536, 13539, 13542, 2728, 2729, 2730, 2731, 2732, 2859, 3038, 3039, 3769, 3775, 4265, 4266, 5249, 5499, 5631, 5632, 5981, 9682, 10433, 11404, 11405, 11406, 12102, 12796, 13337, 13881, 14169, 14919, 15156, 20000, 20001, 21620, 21792, 22713, 22714, 23046, 24283, 24284, 25155, 25156, 25465, 25730, 27297, 29139, 30017, 32099, 33500, 34495, 34546, 36973, 37597, 37629, 37726, 114, 4172, 5275, 8750, 16893, 22154, 34410, 34565, 114, 9085, 9086, 9087, 12269, 15398, 25440, 25441, 2724, 2725, 2726, 4618, 4650, 5165, 6093, 6094, 6095, 6096, 8712, 9439, 9440, 9441, 10824, 17640, 17641, 17642, 17643, 18039, 21795, 24285, 24329, 27251, 33498, 35449, 36815, 36816, 37426, 40110) - - @JvmStatic - fun cook(player: Player, `object`: Scenery?, initial: Int, product: Int, amount: Int) { - val food = Item(initial) - if (food.name.toLowerCase().contains("pizza")) { - player.pulseManager.run(PizzaCookingPulse(player, `object`, initial, product, amount)) - } else if (food.name.toLowerCase().contains("pie")) { - player.pulseManager.run(PieCookingPulse(player, `object`, initial, product, amount)) - } else if (CookableItems.intentionalBurn(initial)) { - player.pulseManager.run(IntentionalBurnPulse(player, `object`, initial, product, amount)) - } else { - player.pulseManager.run(StandardCookingPulse(player, `object`, initial, product, amount)) - } - } - } +package core.game.node.entity.skill.cooking + +import core.game.node.`object`.Scenery +import core.game.node.entity.player.Player +import core.game.node.item.Item +import org.rs09.consts.Items +import org.rs09.consts.Items.BREAD_DOUGH_2307 +import org.rs09.consts.Items.RAW_BEEF_2132 +import org.rs09.consts.Items.SEAWEED_401 +import org.rs09.consts.Items.UNCOOKED_CAKE_1889 +import rs09.game.interaction.InteractionListener +import rs09.game.node.entity.skill.cooking.CookingDialogue + +//author: Ceik +class CookingRewrite : InteractionListener() { + + val RAW_FOODS: IntArray + + init { + val list = CookableItems.values().map { it.raw }.toMutableList() + list.add(Items.COOKED_MEAT_2142) + list.add(RAW_BEEF_2132) + list.add(SEAWEED_401) + RAW_FOODS = list.toIntArray() + } + + override fun defineListeners() { + + onUseWith(OBJECT,RAW_FOODS, *COOKING_OBJs){player, used, with -> + val item = used.asItem() + val obj = with.asObject() + val range = obj.name.toLowerCase().contains("range") + when (item.id) { + RAW_BEEF_2132 -> if (range) { + player.dialogueInterpreter.open(CookingDialogue(item.id,9436,true,obj)) + return@onUseWith true + } + SEAWEED_401 -> if (range) { + player.dialogueInterpreter.open(CookingDialogue(item.id,1781,false,obj)) + return@onUseWith true + } + BREAD_DOUGH_2307, UNCOOKED_CAKE_1889 -> if (!range) { + player.packetDispatch.sendMessage("You need to cook this on a range.") + return@onUseWith false + } + } + + //cook a standard item + player.dialogueInterpreter.open(CookingDialogue(item.id,obj)) + return@onUseWith true + } + + } + + companion object { + val COOKING_OBJs = intArrayOf(24313,21302, 13528, 13529, 13533, 13531, 13536, 13539, 13542, 2728, 2729, 2730, 2731, 2732, 2859, 3038, 3039, 3769, 3775, 4265, 4266, 5249, 5499, 5631, 5632, 5981, 9682, 10433, 11404, 11405, 11406, 12102, 12796, 13337, 13881, 14169, 14919, 15156, 20000, 20001, 21620, 21792, 22713, 22714, 23046, 24283, 24284, 25155, 25156, 25465, 25730, 27297, 29139, 30017, 32099, 33500, 34495, 34546, 36973, 37597, 37629, 37726, 114, 4172, 5275, 8750, 16893, 22154, 34410, 34565, 114, 9085, 9086, 9087, 12269, 15398, 25440, 25441, 2724, 2725, 2726, 4618, 4650, 5165, 6093, 6094, 6095, 6096, 8712, 9374, 9439, 9440, 9441, 10824, 17640, 17641, 17642, 17643, 18039, 21795, 24285, 24329, 27251, 33498, 35449, 36815, 36816, 37426, 40110) + + @JvmStatic + fun cook(player: Player, `object`: Scenery?, initial: Int, product: Int, amount: Int) { + val food = Item(initial) + if (food.name.toLowerCase().contains("pizza")) { + player.pulseManager.run(PizzaCookingPulse(player, `object`, initial, product, amount)) + } else if (food.name.toLowerCase().contains("pie")) { + player.pulseManager.run(PieCookingPulse(player, `object`, initial, product, amount)) + } else if (CookableItems.intentionalBurn(initial)) { + player.pulseManager.run(IntentionalBurnPulse(player, `object`, initial, product, amount)) + } else { + player.pulseManager.run(StandardCookingPulse(player, `object`, initial, product, amount)) + } + } + } } \ No newline at end of file From d14ed648c0383c85130e55f97d6e13130958bf5b Mon Sep 17 00:00:00 2001 From: skelsoft <9147770-skelsoft@users.noreply.gitlab.com> Date: Tue, 29 Jun 2021 11:20:43 +1000 Subject: [PATCH 08/33] Fix: Construction Shop and misc shop fixes - Construction supplies shop is now back in action (added facing_booth flag to sawmill operator) - Construction supplies stock adjusted - Obli's General Store (Shilo VIllage) shop stock totally corrected - Jiminua's Jungle Store stock corrections - Keldagrim Stonemason shop added - there, now all construction gear is available please let me play the 2009 scape --- Server/data/configs/npc_configs.json | 1 + Server/data/configs/shops.json | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/Server/data/configs/npc_configs.json b/Server/data/configs/npc_configs.json index 6157f9c10..c606ab41b 100644 --- a/Server/data/configs/npc_configs.json +++ b/Server/data/configs/npc_configs.json @@ -35309,6 +35309,7 @@ "strength_level": "1", "id": "4250", "range_level": "1", + "facing_booth": "true", "attack_level": "1" }, { diff --git a/Server/data/configs/shops.json b/Server/data/configs/shops.json index f9203381b..2423c17b3 100644 --- a/Server/data/configs/shops.json +++ b/Server/data/configs/shops.json @@ -307,21 +307,21 @@ }, { "npcs": "516", - "high_alch": "0", + "high_alch": "1", "currency": "995", "general_store": "true", "id": "36", "title": "Obli's General Store", - "stock": "{1931,30}-{1935,30}-{1735,10}-{1925,10}-{1923,10}-{1887,10}-{590,10}-{1755,10}-{2347,10}-{550,10}-{9003,10}" + "stock": "{590,2}-{229,10}-{233,3}-{1931,3}-{1351,3}-{1265,2}-{1349,5}-{1129,12}-{1059,10}-{1061,10}-{2142,2}-{2309,10}-{2349,10}-{952,10}-{36,10}-{596,10}-{1755,10}-{2347,10}-{970,50}-{973,50}-{227,50}-{975,50}-{954,10}" }, { "npcs": "560", - "high_alch": "0", + "high_alch": "1", "currency": "995", "general_store": "true", "id": "37", "title": "Jiminua's Jungle Store", - "stock": "{590,2}-{36,10}-{596,10}-{1931,3}-{954,10}-{1129,12}-{1059,10}-{1061,10}-{2142,2}-{2309,8}-{227,10}-{227,300}-{233,300}-{175,10}-{970,10}-{973,10}-{946,10}-{2347,10}-{975,10}-{1755,10}-{952,10}-{1351,10}-{1265,10}-{1349,10}" + "stock": "{590,2}-{36,10}-{596,10}-{1931,3}-{954,10}-{1129,12}-{1059,10}-{1061,10}-{2142,10}-{2309,10}-{227,10}-{227,300}-{233,300}-{175,10}-{970,10}-{973,10}-{946,10}-{2347,10}-{975,10}-{1755,10}-{952,10}-{1351,10}-{1265,10}-{1349,10}" }, { "npcs": "471", @@ -1473,7 +1473,7 @@ "general_store": "false", "id": "166", "title": "Construction supplies", - "stock": "{8794,1000}-{8790,1000}-{4819,1000}-{4820,1000}-{1539,1000}" + "stock": "{8794,10}-{8790,300}-{4819,300}-{4820,300}-{1539,300}" }, { "npcs": "1079", @@ -2079,13 +2079,13 @@ "stock": "{1917,10}-{3803,10}-{3711,10}" }, { - "npcs": "7420", - "high_alch": "1", + "npcs": "4248", + "high_alch": "0", "currency": "995", "general_store": "false", "id": "235", - "title": "Gnomic Supplies", - "stock": "{1931,inf}-{1929,inf}-{1937,inf}-{2313,inf}-{1887,inf}-{590,inf}-{1735,inf}-{1951,inf}-{1969,inf}-{1949,inf}" + "title": "Keldagrim Stonemason", + "stock": "{3420,500}-{8786,30}-{8784,30}-{8788,30}" }, { "npcs": "4856", @@ -2095,5 +2095,5 @@ "id": "236", "title": "Lovecraft's Tackle", "stock": "{303,10}-{307,10}-{309,10}-{311,1000}-{301,10}-{313,1000}-{314,1000}-{317,0}-{327,10}-{345,0}-{321,0}-{335,0}-{349,0}-{331,0}-{359,0}-{377,0}-{371,0}" - } + } ] \ No newline at end of file From 6cc71abd15e36250bcdfa7a682cab95b355b62c9 Mon Sep 17 00:00:00 2001 From: skelsoft <9147770-skelsoft@users.noreply.gitlab.com> Date: Wed, 30 Jun 2021 11:29:28 +1000 Subject: [PATCH 09/33] Fix: Fletching EXP corrections, 3a/infinity gear requirement corrections - Fixed all shops that had an erroneous high_alch value - fixed typo in BarrowsBoatPlugin (mispelling of Mort'ton) - all Mystic Hats, and the Infinity Hat now hatflagged to resolve clipping issues - 3rd Age Range equipment now have correct stat requirements (65 Ranged, 45 Defence) - 3rd Age mage equipment now have correct stat requirements (65 Magic 30 Defence) - Infinity robes now have correct stat requirements (50 Magic 25 Defence) - Fletching EXP corrections: - arrow shaft xp corrected 15 -> 5 xp - tipping arrows with adamant arrowheads 10 -> 11.3 xp - tipping arrows with broad arrowheads 10 -> 15 xp - tipping bolts with opal tips 1.5 -> 1.6 xp - tipping bolts with sapphire tips 4 -> 4.7 xp - stringing yew shortbows 66 -> 67.5 xp --- Server/data/configs/item_configs.json | 30 +++++++++++-------- Server/data/configs/shops.json | 16 +++++----- .../interaction/object/BarrowsBoatPlugin.java | 2 +- .../entity/skill/fletching/Fletching.java | 12 ++++---- 4 files changed, 32 insertions(+), 28 deletions(-) diff --git a/Server/data/configs/item_configs.json b/Server/data/configs/item_configs.json index 45f18fb2d..ad5446673 100644 --- a/Server/data/configs/item_configs.json +++ b/Server/data/configs/item_configs.json @@ -39771,6 +39771,7 @@ "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" }, @@ -39909,6 +39910,7 @@ "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" }, @@ -40047,6 +40049,7 @@ "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" }, @@ -66990,7 +66993,7 @@ "id": "6915" }, { - "requirements": "{1,50}-{6,25}", + "requirements": "{1,25}-{6,50}", "ge_buy_limit": "10", "examine": "Mystical robes.", "durability": null, @@ -67017,7 +67020,7 @@ "id": "6917" }, { - "requirements": "{1,50}-{6,25}", + "requirements": "{1,25}-{6,50}", "ge_buy_limit": "10", "examine": "A mystic hat.", "durability": null, @@ -67030,6 +67033,7 @@ "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" }, @@ -67043,7 +67047,7 @@ "id": "6919" }, { - "requirements": "{1,50}-{6,25}", + "requirements": "{1,25}-{6,50}", "ge_buy_limit": "10", "examine": "Mystical boots.", "durability": null, @@ -67069,7 +67073,7 @@ "id": "6921" }, { - "requirements": "{1,50}-{6,25}", + "requirements": "{1,25}-{6,50}", "ge_buy_limit": "10", "examine": "Mystical gloves.", "durability": null, @@ -67094,7 +67098,7 @@ "id": "6923" }, { - "requirements": "{1,50}-{6,25}", + "requirements": "{1,25}-{6,50}", "ge_buy_limit": "10", "examine": "Mystical robes.", "durability": null, @@ -92943,7 +92947,7 @@ "id": "10329" }, { - "requirements": "{1,65}-{4,45}", + "requirements": "{1,45}-{4,65}", "ge_buy_limit": "2", "examine": "Ancient range protection crafted from white dragonhide.", "durability": null, @@ -92971,7 +92975,7 @@ "id": "10331" }, { - "requirements": "{1,65}-{4,45}", + "requirements": "{1,45}-{4,65}", "ge_buy_limit": "2", "examine": "Fabulously ancient range protection crafted from white dragonhide.", "durability": null, @@ -92999,7 +93003,7 @@ }, { "remove_head": "true", - "requirements": "{1,65}-{4,45}", + "requirements": "{1,45}-{4,65}", "ge_buy_limit": "5000", "examine": "Ancient range protection crafted from white dragonhide.", "durability": null, @@ -93026,7 +93030,7 @@ "id": "10335" }, { - "requirements": "{1,65}-{4,45}", + "requirements": "{1,45}-{4,65}", "ge_buy_limit": "2", "examine": "Fabulously ancient range protection crafted from white dragonhide.", "durability": null, @@ -93052,7 +93056,7 @@ "id": "10337" }, { - "requirements": "{1,65}-{6,30}", + "requirements": "{1,30}-{6,65}", "ge_buy_limit": "2", "examine": "Ancient mage protection enchanted in the Third-Age.", "durability": null, @@ -93080,7 +93084,7 @@ "id": "10339" }, { - "requirements": "{1,65}-{6,30}", + "requirements": "{1,30}-{6,65}", "ge_buy_limit": "2", "examine": "Ancient mage protection enchanted in the Third-Age.", "durability": null, @@ -93108,7 +93112,7 @@ }, { "remove_head": "true", - "requirements": "{1,65}-{6,30}", + "requirements": "{1,30}-{6,65}", "ge_buy_limit": "2", "examine": "Ancient mage protection enchanted in the Third-Age.", "durability": null, @@ -93134,7 +93138,7 @@ "id": "10343" }, { - "requirements": "{1,65}-{6,30}", + "requirements": "{1,30}-{6,65}", "ge_buy_limit": "2", "examine": "Ancient mage protection enchanted in the Third-Age.", "durability": null, diff --git a/Server/data/configs/shops.json b/Server/data/configs/shops.json index 2423c17b3..d3411eda0 100644 --- a/Server/data/configs/shops.json +++ b/Server/data/configs/shops.json @@ -55,7 +55,7 @@ }, { "npcs": "591", - "high_alch": "1", + "high_alch": "0", "currency": "995", "general_store": "true", "id": "7", @@ -307,7 +307,7 @@ }, { "npcs": "516", - "high_alch": "1", + "high_alch": "0", "currency": "995", "general_store": "true", "id": "36", @@ -316,7 +316,7 @@ }, { "npcs": "560", - "high_alch": "1", + "high_alch": "0", "currency": "995", "general_store": "true", "id": "37", @@ -1963,7 +1963,7 @@ }, { "npcs": "2564", - "high_alch": "1", + "high_alch": "0", "currency": "995", "general_store": "false", "id": "222", @@ -1981,7 +1981,7 @@ }, { "npcs": "578", - "high_alch": "1", + "high_alch": "0", "currency": "995", "general_store": "false", "id": "224", @@ -2053,7 +2053,7 @@ }, { "npcs": "1282", - "high_alch": "1", + "high_alch": "0", "currency": "995", "general_store": "false", "id": "232", @@ -2062,7 +2062,7 @@ }, { "npcs": "1315", - "high_alch": "1", + "high_alch": "0", "currency": "995", "general_store": "false", "id": "233", @@ -2089,7 +2089,7 @@ }, { "npcs": "4856", - "high_alch": "1", + "high_alch": "0", "currency": "995", "general_store": "false", "id": "236", diff --git a/Server/src/main/java/core/game/interaction/object/BarrowsBoatPlugin.java b/Server/src/main/java/core/game/interaction/object/BarrowsBoatPlugin.java index a4c7ed9a0..16656b4d4 100644 --- a/Server/src/main/java/core/game/interaction/object/BarrowsBoatPlugin.java +++ b/Server/src/main/java/core/game/interaction/object/BarrowsBoatPlugin.java @@ -30,7 +30,7 @@ public class BarrowsBoatPlugin extends OptionHandler { switch (option) { case "board": final Location dest = node.getId() == 6970 ? new Location(3522, 3285, 0) : new Location(3500, 3380, 0); - final String name = node.getId() == 6970 ? "Mort'on." : "the swamp"; + final String name = node.getId() == 6970 ? "Mort'ton." : "the swamp"; player.lock(); player.getInterfaceManager().open(new Component(321)); GameWorld.getPulser().submit(new Pulse(7, player) { diff --git a/Server/src/main/java/core/game/node/entity/skill/fletching/Fletching.java b/Server/src/main/java/core/game/node/entity/skill/fletching/Fletching.java index a3493c8b4..6b393bca0 100644 --- a/Server/src/main/java/core/game/node/entity/skill/fletching/Fletching.java +++ b/Server/src/main/java/core/game/node/entity/skill/fletching/Fletching.java @@ -128,7 +128,7 @@ public class Fletching { WILLOW_LONGBOW((byte) 1,58,847,40, 41.5, new Animation(6686)), MAPLE_SHORTBOW((byte) 1,64,853,50, 50, new Animation(6681)), MAPLE_LONGBOW((byte) 1,62,851,55, 58.3, new Animation(6687)), - YEW_SHORTBOW((byte) 1,68,857,65, 66, new Animation(6682)), + YEW_SHORTBOW((byte) 1,68,857,65, 67.5, new Animation(6682)), YEW_LONGBOW((byte) 1,66,855,70, 75, new Animation(6688)), MAGIC_SHORTBOW((byte) 1,72,861,80, 83.3, new Animation(6683)), MAGIC_LONGBOW((byte) 1,70,859,85, 91.5, new Animation(6689)), @@ -163,12 +163,12 @@ public class Fletching { } } public enum GemBolts { - OPAL(877, org.rs09.consts.Items.OPAL_1609, 45, 879, 11, 1.5), + OPAL(877, org.rs09.consts.Items.OPAL_1609, 45, 879, 11, 1.6), PEARL(9140, org.rs09.consts.Items.OYSTER_PEARL_411, 46, 880, 41, 3.2), PEARLS(9140, org.rs09.consts.Items.OYSTER_PEARLS_413, 46, 880, 41, 3.2), JADE(9139, org.rs09.consts.Items.JADE_1611, 9187, 9335, 26, 2.4), RED_TOPAZ(9141, org.rs09.consts.Items.RED_TOPAZ_1613, 9188, 9336, 48, 3.9), - SAPPHIRE(9142, org.rs09.consts.Items.SAPPHIRE_1607, 9189, 9337, 56, 4), + SAPPHIRE(9142, org.rs09.consts.Items.SAPPHIRE_1607, 9189, 9337, 56, 4.7), EMERALD(9142, org.rs09.consts.Items.EMERALD_1605, 9190, 9338, 58, 5.5), RUBY(9143, org.rs09.consts.Items.RUBY_1603, 9191, 9339, 63, 6.3), DIAMOND(9143, org.rs09.consts.Items.DIAMOND_1601, 9192, 9340, 65, 7), @@ -192,10 +192,10 @@ public class Fletching { IRON_ARROW(40, 884, 15, 3.8), STEEL_ARROW(41, 886, 30, 6.3), MITHRIL_ARROW(42, 888, 45, 8.8), - ADAMANT_ARROW(43, 890, 60, 10), + ADAMANT_ARROW(43, 890, 60, 11.3), RUNE_ARROW(44, 892, 75, 13.8), DRAGON_ARROW(11237, 11212, 90, 16.3), - BROAD_ARROW(13278, 4160, 52, 10); + BROAD_ARROW(13278, 4160, 52, 15); public int unfinished,finished,level; public double experience; @@ -294,7 +294,7 @@ public class Fletching { } public enum FletchingItems { //Standard logs - ARROW_SHAFT(52, 15, 1, 15), + ARROW_SHAFT(52, 5, 1, 15), SHORT_BOW(50, 5, 5, 1), LONG_BOW(48, 10, 10, 1), WOODEN_STOCK(9440, 6, 9, 1), From dd77d77e733c44a618a80fe04417ea48fd823440 Mon Sep 17 00:00:00 2001 From: skelsoft <9147770-skelsoft@users.noreply.gitlab.com> Date: Fri, 2 Jul 2021 13:38:47 +1000 Subject: [PATCH 10/33] Fix: Shops, Examines, Objects - Sarah's Farming Shop (Falador farm) stock corrections - Harry's Fishing Shop (Catherby) stock corrections - Warrior's Guild Food Shop name correction - Brian's Archery Supplies (Rimmington) stock correction - Wydin's Food Store (Port Sarim) name correction - Gerrant's Fishy Business (Port Sarim) stock correction - move the spawnpoint of Gerrant a bit further into the shop, and make him walk - Grum's Gold Exchange (Port Sarim) name correction - Grum's Gold Exchange/Jewellery Shop (Port Sarim) stock correction - Brian's Battleaxe Bazaar (Port Sarim) stock correction - Betty's Magic Emporium (Port Sarim) stock correction - Wayne's Chains (Falador) stock correction - Herquin's Gems (Falador) name correction - Flynn's Mace Market (Falador) name correction - Flynn's Mace Market (Falador) shop stock correction - Cassie's Shield Shop (Falador) name correction - Cassie's Shield Shop (Falador) stock correction - The Garden Centre (Falador) stock correction - Kalphite Queen now properly poisonous - Hironymous Avlafrim's Gnomish Supplies shop added for the fourth time, STAY IN THE JSON DAMMIT - Jail Guard now has correct death animation - witches house player dialogue typo hetty (What do i need -> What do I need) - romeo and juliet father lawrence dialogue typo (Sermon -> sermon) - apothecary dialogue typo fixes - Brian (Rimmington) (ID 1860) examine added - Rommik (Rimmington) (ID: 585) examine added - POH portal (ID: 15748) examine added - Hetty's wardrobes (ID: 37051) examine added - Hetty (ID 307) examine added - Da Vinci (ID 336) examine added - Taria (ID: 2336) examine added --- Server/data/configs/npc_configs.json | 121 +- Server/data/configs/npc_spawns.json | 2 +- Server/data/configs/object_configs.json | 40556 ++++++++-------- Server/data/configs/shops.json | 62 +- .../content/dialogue/ApothecaryDialogue.java | 552 +- .../dialogue/FatherLawrenceDialogue.java | 362 +- .../game/content/dialogue/HettyDialogue.java | 448 +- 7 files changed, 21106 insertions(+), 20997 deletions(-) diff --git a/Server/data/configs/npc_configs.json b/Server/data/configs/npc_configs.json index 8cf86f417..e82b67b61 100644 --- a/Server/data/configs/npc_configs.json +++ b/Server/data/configs/npc_configs.json @@ -4486,6 +4486,23 @@ "range_level": "1", "attack_level": "25" }, + { + "examine": "An old motherly witch with a curious smile and a hooked nose.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Hetty", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "307", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, { "examine": "The man in charge of the fishing guild.", "melee_animation": "0", @@ -4502,6 +4519,23 @@ "range_level": "1", "attack_level": "1" }, + { + "examine": "He has a colourful personality.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Da Vinci", + "defence_level": "1", + "safespot": null, + "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", @@ -5662,7 +5696,7 @@ "respawn_delay": "60", "defence_animation": "0", "magic_animation": "0", - "death_animation": "0", + "death_animation": "836", "name": "Jail guard", "defence_level": "21", "safespot": null, @@ -5682,7 +5716,7 @@ "respawn_delay": "60", "defence_animation": "0", "magic_animation": "0", - "death_animation": "0", + "death_animation": "836", "name": "Jail guard", "defence_level": "21", "safespot": null, @@ -5702,7 +5736,7 @@ "respawn_delay": "60", "defence_animation": "0", "magic_animation": "0", - "death_animation": "0", + "death_animation": "836", "name": "Jail guard", "defence_level": "21", "safespot": null, @@ -6872,6 +6906,22 @@ "range_level": "1", "attack_level": "1" }, + { + "examine": "If crafting's your thing, he's your man!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Rommik", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "574", + "range_level": "1", + "attack_level": "1" + }, { "examine": "He seems to sell tea.", "melee_animation": "0", @@ -9467,7 +9517,7 @@ "respawn_delay": "60", "defence_animation": "0", "magic_animation": "0", - "death_animation": "0", + "death_animation": "836", "name": "Jail guard", "defence_level": "21", "safespot": null, @@ -12067,6 +12117,7 @@ "melee_animation": "6241", "range_animation": "6241", "attack_speed": "4", + "poisonous": "true", "magic_level": "150", "respawn_delay": "45", "defence_animation": "6232", @@ -19192,6 +19243,22 @@ "range_level": "1", "attack_level": "1" }, + { + "examine": "He sells ranging equipment.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Brian", + "defence_level": "1", + "safespot": null, + "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", @@ -23082,6 +23149,22 @@ "range_level": "1", "attack_level": "1" }, + { + "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", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "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", @@ -24807,19 +24890,37 @@ "attack_level": "1" }, { - "death_animation": "836", + "examine": "A citizen of Rimmington.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Hengel", "defence_level": "1", "safespot": null, - "lifepoints": "7", - "melee_animation": "422", + "lifepoints": "10", "strength_level": "1", "id": "2683", "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" + "attack_level": "1" }, + { + "examine": "A citizen of Rimmington.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Anja", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2684", + "range_level": "1", + "attack_level": "1" + }, { "examine": "An ugly smelly creature.", "melee_animation": "164", diff --git a/Server/data/configs/npc_spawns.json b/Server/data/configs/npc_spawns.json index d2eb8b520..231db13bb 100644 --- a/Server/data/configs/npc_spawns.json +++ b/Server/data/configs/npc_spawns.json @@ -1469,7 +1469,7 @@ }, { "npc_id": "558", - "loc_data": "{3013,3221,0,1,6}" + "loc_data": "{3013,3225,0,1,1}" }, { "npc_id": "559", diff --git a/Server/data/configs/object_configs.json b/Server/data/configs/object_configs.json index e8c44b00f..8a084eb71 100644 --- a/Server/data/configs/object_configs.json +++ b/Server/data/configs/object_configs.json @@ -1,20274 +1,20282 @@ -[ - { - "ids": "0,1", - "examine": "I wonder what's inside." - }, - { - "ids": "2", - "examine": "Looks and smells like a place where goblins live." - }, - { - "ids": "3,4", - "examine": "The door is closed." - }, - { - "ids": "5", - "examine": "A powerful ranging device, unfortunately not working." - }, - { - "ids": "6", - "examine": "A powerful ranging device that fires metal balls." - }, - { - "ids": "7", - "examine": "The cannon is built on here." - }, - { - "ids": "8", - "examine": "The mounting for the multicannon." - }, - { - "ids": "9", - "examine": "The barrels of the multicannon." - }, - { - "ids": "10", - "examine": "I can climb down this." - }, - { - "ids": "11", - "examine": "I can climb up this." - }, - { - "ids": "12", - "examine": "A pile of rocks is blocking my path." - }, - { - "ids": "13", - "examine": "Mud caved in from above." - }, - { - "ids": "14,15,16,17,18,19,20", - "examine": "Intended to keep the goblins away from the mines." - }, - { - "ids": "21", - "examine": "Its eyes stare off into the distance..." - }, - { - "ids": "22", - "examine": "The door is shut." - }, - { - "ids": "23", - "examine": "Unusually lumpy looking." - }, - { - "ids": "24", - "examine": "The door is shut." - }, - { - "ids": "25,26,27,28,29,30,31,32", - "examine": "Seems to be some kind of clock part." - }, - { - "ids": "33,34,35,36", - "examine": "Yup, definitely a lever." - }, - { - "ids": "37,38,39", - "examine": "Stops people walking past." - }, - { - "ids": "40", - "examine": "Animals have no table manners." - }, - { - "ids": "41", - "examine": "Looks like an outlet pipe to the lake." - }, - { - "ids": "42", - "examine": "I can see fish swimming in the water." - }, - { - "ids": "43", - "examine": "It seems to sparkle." - }, - { - "ids": "44", - "examine": "I can see really big fish swimming in the water." - }, - { - "ids": "45", - "examine": "Big Dave is fishing here." - }, - { - "ids": "46", - "examine": "Joshua is fishing here." - }, - { - "ids": "47,48,49,50", - "examine": "A wooden gate." - }, - { - "ids": "51", - "examine": "Hmmm... I wonder if it's loose enough to get through." - }, - { - "ids": "52,53", - "examine": "It's locked." - }, - { - "ids": "54,55,56,57", - "examine": "It's a flight of stairs." - }, - { - "ids": "58", - "examine": "Known commonly as Red worm vine." - }, - { - "ids": "59", - "examine": "A fancy hole in the wall." - }, - { - "ids": "60", - "examine": "A fancy hole in the ceiling." - }, - { - "ids": "61", - "examine": "A shrine to evil." - }, - { - "ids": "62", - "examine": "Is there something in there?" - }, - { - "ids": "63,64", - "examine": "Used for storage." - }, - { - "ids": "65,66", - "examine": "Surprisingly sturdy looking." - }, - { - "ids": "67", - "examine": "Used for storage." - }, - { - "ids": "68", - "examine": "Where bees live." - }, - { - "ids": "69,70", - "examine": "Handy for boarding boats." - }, - { - "ids": "71,72", - "examine": "Sturdy looking door." - }, - { - "ids": "73,74", - "examine": "Securely fastened shut." - }, - { - "ids": "75", - "examine": "I wonder what's inside?" - }, - { - "ids": "76", - "examine": "It's open." - }, - { - "ids": "77,78", - "examine": "Securely fastened shut." - }, - { - "ids": "79,80", - "examine": "Looks secure." - }, - { - "ids": "81,82", - "examine": "The door is closed." - }, - { - "ids": "86", - "examine": "Seems very old..." - }, - { - "ids": "87", - "examine": "I guess you pull it..." - }, - { - "ids": "89,90", - "examine": "A wrought iron gate." - }, - { - "ids": "91", - "examine": "I don't like the look of this!" - }, - { - "ids": "92,93", - "examine": "The door is closed." - }, - { - "ids": "94,95", - "examine": "A wrought iron gate." - }, - { - "ids": "96,98", - "examine": "A dark flight of stairs." - }, - { - "ids": "99", - "examine": "The door is closed." - }, - { - "ids": "100", - "examine": "Don't you open that trapdoor!" - }, - { - "ids": "101", - "examine": "I can climb this." - }, - { - "ids": "102", - "examine": "A sturdy door." - }, - { - "ids": "103", - "examine": "I wonder what's inside." - }, - { - "ids": "104", - "examine": "Perhaps I should search it." - }, - { - "ids": "105,106", - "examine": "I wonder what that's there for..." - }, - { - "ids": "114", - "examine": "An appliance for cooking with." - }, - { - "ids": "115,116,117,118,119,120", - "examine": "A party balloon." - }, - { - "ids": "121", - "examine": "Aren't they pretty?" - }, - { - "ids": "122", - "examine": "Paaaarty!" - }, - { - "ids": "123,124,125,126,127,128,129,130", - "examine": "A party balloon." - }, - { - "ids": "131", - "examine": "The door is closed." - }, - { - "ids": "132", - "examine": "An escape route." - }, - { - "ids": "133", - "examine": "Looks spooky down there." - }, - { - "ids": "134,135", - "examine": "A large double door." - }, - { - "ids": "136", - "examine": "The door is closed." - }, - { - "ids": "152", - "examine": "Smelly." - }, - { - "ids": "153,36781", - "examine": "An ornate fountain." - }, - { - "ids": "154", - "examine": "A pipe I can squeeze through." - }, - { - "ids": "155,156,157", - "examine": "Lots of books." - }, - { - "ids": "158,159", - "examine": "This wall looks odd..." - }, - { - "ids": "160", - "examine": "I wonder what this does..." - }, - { - "ids": "162,163,164", - "examine": "I'm not touching that." - }, - { - "ids": "165", - "examine": "A special furnace for destroying contaminated items." - }, - { - "ids": "166,167", - "examine": "A wooden gate." - }, - { - "ids": "170", - "examine": "I wonder what's inside." - }, - { - "ids": "171", - "examine": "Perhaps I should search it." - }, - { - "ids": "172", - "examine": "I wonder what's inside." - }, - { - "ids": "173", - "examine": "Perhaps I should search it." - }, - { - "ids": "187", - "examine": "Fly Gnome Air." - }, - { - "ids": "188", - "examine": "Probably pilot error." - }, - { - "ids": "189", - "examine": "The Blurberry bar" - }, - { - "ids": "190", - "examine": "A large gate in the gnome style." - }, - { - "ids": "194", - "examine": "The entrance to the cave." - }, - { - "ids": "195", - "examine": "I can climb this." - }, - { - "ids": "200", - "examine": "A quirky gnome lamp." - }, - { - "ids": "201", - "examine": "These insects love this light." - }, - { - "ids": "202", - "examine": "It's amazing what bees produce!" - }, - { - "ids": "203,204", - "examine": "Posh candlesticks." - }, - { - "ids": "208", - "examine": "Scary lighting apparatus." - }, - { - "ids": "209", - "examine": "An ornamental lighting fixture." - }, - { - "ids": "210", - "examine": "A mysterious glowing ice crystal." - }, - { - "ids": "211", - "examine": "It's amazing what bees produce!" - }, - { - "ids": "212,218", - "examine": "Useful for making ships move." - }, - { - "ids": "221,222", - "examine": "This figure brings luck to those who sail." - }, - { - "ids": "225,226", - "examine": "Useful for making ships move." - }, - { - "ids": "227", - "examine": "Barnacle infested rope." - }, - { - "ids": "245,246", - "examine": "Allows access to other parts of the ship." - }, - { - "ids": "252,253", - "examine": "Without this I'm going around in circles." - }, - { - "ids": "254", - "examine": "This figure brings luck to those who sail." - }, - { - "ids": "255", - "examine": "Used for pulling things up." - }, - { - "ids": "260", - "examine": "This figure brings luck to those who sail." - }, - { - "ids": "265", - "examine": "Useful if there is any wind." - }, - { - "ids": "266,267", - "examine": "Useful for making ships move." - }, - { - "ids": "268", - "examine": "Useful for making ships move" - }, - { - "ids": "271", - "examine": "How much does this weigh?" - }, - { - "ids": "272", - "examine": "I can climb up here." - }, - { - "ids": "273", - "examine": "I can go below decks with this ladder." - }, - { - "ids": "274,275,276,277,278,279", - "examine": "A conveniently rolled sail." - }, - { - "ids": "287", - "examine": "I'm not allowed to climb this ladder." - }, - { - "ids": "296", - "examine": "It's like a land rudder." - }, - { - "ids": "297", - "examine": "Disturbingly man-like." - }, - { - "ids": "298,299,300", - "examine": "I bet there's a needle in it somewhere." - }, - { - "ids": "301", - "examine": "Animals have no table manners." - }, - { - "ids": "302", - "examine": "A home for baby creatures." - }, - { - "ids": "303", - "examine": "In the city we would call this mouldy rubbish." - }, - { - "ids": "304", - "examine": "I bet there's a needle in it somewhere." - }, - { - "ids": "305", - "examine": "Where bees live." - }, - { - "ids": "306", - "examine": "A used cart seller will probably try and sell it later." - }, - { - "ids": "307,308", - "examine": "One horse power, wooden suspension. A beauty." - }, - { - "ids": "309", - "examine": "Dead tree parts piled together neatly." - }, - { - "ids": "310", - "examine": "A patch of soft dark brown matter. Probably mud." - }, - { - "ids": "311", - "examine": "A pile of something I hope is mud." - }, - { - "ids": "312", - "examine": "Potato-licious!" - }, - { - "ids": "313", - "examine": "Baby bread." - }, - { - "ids": "327", - "examine": "The remains of a bad driver." - }, - { - "ids": "346,347", - "examine": "The perfect place to store things." - }, - { - "ids": "348", - "examine": "These open and close!" - }, - { - "ids": "349", - "examine": "This may be worth searching." - }, - { - "ids": "350", - "examine": "These open and close!" - }, - { - "ids": "351", - "examine": "This may be worth searching." - }, - { - "ids": "352", - "examine": "These open and close!" - }, - { - "ids": "353", - "examine": "This may be worth searching." - }, - { - "ids": "354,355", - "examine": "A wooden crate for storage." - }, - { - "ids": "356,357,358", - "examine": "An old crate for storage." - }, - { - "ids": "359,360,361", - "examine": "A pile of boxes for storage." - }, - { - "ids": "362", - "examine": "A wooden barrel for storage." - }, - { - "ids": "363", - "examine": "A wooden barrel containing lots of fish." - }, - { - "ids": "364", - "examine": "It's got ale in it." - }, - { - "ids": "365", - "examine": "These may have something in them." - }, - { - "ids": "366", - "examine": "Useful for transportation of delicate items." - }, - { - "ids": "367,368,369", - "examine": "This may be worth opening." - }, - { - "ids": "370,371,372", - "examine": "This may be worth searching." - }, - { - "ids": "373", - "examine": "The perfect accompaniment to a bedroom." - }, - { - "ids": "374", - "examine": "A stand for hats!" - }, - { - "ids": "375,376,377", - "examine": "I wonder what's inside." - }, - { - "ids": "378,379", - "examine": "Perhaps I should search it." - }, - { - "ids": "380,381", - "examine": "A good source of books!" - }, - { - "ids": "382,383,384,385", - "examine": "A woven storage basket." - }, - { - "ids": "386", - "examine": "A gigantic pottery urn." - }, - { - "ids": "387", - "examine": "This no doubt contains arcane knowledge." - }, - { - "ids": "388", - "examine": "I wonder what this spooky item contains." - }, - { - "ids": "389,390", - "examine": "It smells funny in there." - }, - { - "ids": "392", - "examine": "A fishing net full of fish." - }, - { - "ids": "393", - "examine": "A good source of books!" - }, - { - "ids": "394,395,396", - "examine": "Bamboo storage!" - }, - { - "ids": "397", - "examine": "The perfect place to store things." - }, - { - "ids": "398", - "examine": "I hope no-one's home..." - }, - { - "ids": "399", - "examine": "I see dead people." - }, - { - "ids": "400", - "examine": "A small simple gravestone." - }, - { - "ids": "401", - "examine": "A simple marker for a forgotten person." - }, - { - "ids": "402", - "examine": "The remains of someone lie inside." - }, - { - "ids": "403", - "examine": "A monument to a special person." - }, - { - "ids": "404", - "examine": "The inscription is worn away and unreadable." - }, - { - "ids": "405", - "examine": "'Here lies...' is all I can read." - }, - { - "ids": "406", - "examine": "Whoever bought this must have really cared for the inhabitant." - }, - { - "ids": "407", - "examine": "Looks like a stone doorway to me." - }, - { - "ids": "408", - "examine": "Looks like a stone doorway to my untrained eye." - }, - { - "ids": "409", - "examine": "Shrine to the glory of Saradomin." - }, - { - "ids": "410", - "examine": "An ancient altar to the glory of Guthix." - }, - { - "ids": "411,412", - "examine": "Shrine to the glory of Zamorak." - }, - { - "ids": "413", - "examine": "Looks suspiciously like a big stone table." - }, - { - "ids": "414", - "examine": "A really posh upright coffin." - }, - { - "ids": "415", - "examine": "Whoever's inside must have been rich." - }, - { - "ids": "416", - "examine": "With skill I can play this." - }, - { - "ids": "417", - "examine": "Great for sleeping in." - }, - { - "ids": "418", - "examine": "A stylish-looking bed." - }, - { - "ids": "419", - "examine": "A drab-looking bed." - }, - { - "ids": "420,421", - "examine": "A stylish-looking bed." - }, - { - "ids": "422", - "examine": "Technically a bed." - }, - { - "ids": "423", - "examine": "I guess I could sleep in it if I were really tired." - }, - { - "ids": "424,425", - "examine": "Lovely comfy-looking big bed." - }, - { - "ids": "426", - "examine": "Posh-looking bed." - }, - { - "ids": "427,428", - "examine": "A bed fit for a king." - }, - { - "ids": "429", - "examine": "One of the nicest beds I have ever seen." - }, - { - "ids": "430", - "examine": "Perfect for snoozing in the sun." - }, - { - "ids": "431", - "examine": "A comfortable seat to recline and recuperate." - }, - { - "ids": "432", - "examine": "I don't think anyone's slept here for a long time." - }, - { - "ids": "433,434,435", - "examine": "Bamboo's a versatile material." - }, - { - "ids": "436,437,438,439", - "examine": "A lump of rock." - }, - { - "ids": "440", - "examine": "A big slimy lump of rock." - }, - { - "ids": "441", - "examine": "A slimy lump of rock." - }, - { - "ids": "442,443", - "examine": "A slippery looking rock." - }, - { - "ids": "444,445", - "examine": "A huge lump of rock." - }, - { - "ids": "446,447,448", - "examine": "Some small stones." - }, - { - "ids": "449", - "examine": "A rocky ledge." - }, - { - "ids": "450,451,452,453", - "examine": "Stoney!" - }, - { - "ids": "454,455", - "examine": "Solid rock from the cave floor." - }, - { - "ids": "462,463", - "examine": "Looks slippery!" - }, - { - "ids": "464,465,466", - "examine": "Formed over many years of dripping limestone." - }, - { - "ids": "467", - "examine": "A limestone ceiling growth." - }, - { - "ids": "468", - "examine": "Limestone floor growth." - }, - { - "ids": "469,470", - "examine": "A limestone ceiling growth." - }, - { - "ids": "471,472,473,474", - "examine": "A deposit of rocks." - }, - { - "ids": "477,478", - "examine": "Looks slippery!" - }, - { - "ids": "479,480,481,482,483,484,485,486", - "examine": "A deposit of rocks." - }, - { - "ids": "492", - "examine": "A collection of rocks over what looks like a depression." - }, - { - "ids": "507,508,509,510", - "examine": "A deposit of rocks." - }, - { - "ids": "511", - "examine": "A rock with a pickaxe and mining tools." - }, - { - "ids": "516", - "examine": "A very tall column of ice." - }, - { - "ids": "517,518,519,520", - "examine": "A deposit of rocks." - }, - { - "ids": "523,524,525,526,527,528", - "examine": "Formed over many years of dripping limestone." - }, - { - "ids": "529", - "examine": "A limestone ceiling growth." - }, - { - "ids": "530", - "examine": "Formed over many years of dripping limestone." - }, - { - "ids": "531", - "examine": "A limestone ceiling growth." - }, - { - "ids": "532", - "examine": "Limestone floor growth." - }, - { - "ids": "533", - "examine": "A limestone ceiling growth." - }, - { - "ids": "534", - "examine": "A tooth shaped rock formation protruding from the floor." - }, - { - "ids": "539,540", - "examine": "A tooth shaped rock formation protruding from the ceiling." - }, - { - "ids": "541,542", - "examine": "A tooth shaped rock formation protruding from the floor." - }, - { - "ids": "543", - "examine": "A tooth shaped rock formation protruding from the ceiling." - }, - { - "ids": "544", - "examine": "A tooth shaped rock formation protruding from the floor." - }, - { - "ids": "545", - "examine": "A huge lump of rock." - }, - { - "ids": "546,547", - "examine": "Intimidating!" - }, - { - "ids": "548,549,550,551,552,553", - "examine": "A deposit of rocks." - }, - { - "ids": "554,555,556,557", - "examine": "Frozen water has formed an icicle here." - }, - { - "ids": "558,559,560,561", - "examine": "It looks cold in there." - }, - { - "ids": "562", - "examine": "This person was of great importance." - }, - { - "ids": "563,564", - "examine": "A monarch chiselled in stone." - }, - { - "ids": "565", - "examine": "A sculpture of a monarch." - }, - { - "ids": "566", - "examine": "This person was of great importance." - }, - { - "ids": "567", - "examine": "A huge carving of an ancient race." - }, - { - "ids": "568", - "examine": "A depiction of a great dwarven miner." - }, - { - "ids": "569,570", - "examine": "A depiction of a famous gnome warrior." - }, - { - "ids": "571,572", - "examine": "The head and shoulders of a famous gnome." - }, - { - "ids": "573", - "examine": "A depiction of a famous gnomeballer." - }, - { - "ids": "574,575,576,577,578", - "examine": "A carving of a figure from the history of RuneScape." - }, - { - "ids": "579,580,581", - "examine": "An expertly chiselled statue." - }, - { - "ids": "582", - "examine": "An unusual symbol of ancient times." - }, - { - "ids": "583", - "examine": "An expertly crafted vase." - }, - { - "ids": "584", - "examine": "An expertly chiselled statue of a bird." - }, - { - "ids": "585,586", - "examine": "What a good likeness!" - }, - { - "ids": "587", - "examine": "A depiction of the evil god Zamorak." - }, - { - "ids": "588", - "examine": "A base for the statue to sit on." - }, - { - "ids": "589", - "examine": "The scrying glass of a seer." - }, - { - "ids": "590", - "examine": "Banking transactions are processed here." - }, - { - "ids": "591", - "examine": "Banking transactions are recorded here." - }, - { - "ids": "592", - "examine": "Contains washing items." - }, - { - "ids": "593,594,595", - "examine": "A nice sturdy looking table." - }, - { - "ids": "596,597", - "examine": "A banquet could be eaten from this." - }, - { - "ids": "598", - "examine": "Useful for putting things on." - }, - { - "ids": "599", - "examine": "At one time it was for putting things on." - }, - { - "ids": "600", - "examine": "The napkins are made from real silk." - }, - { - "ids": "601,602,603,604,605,606", - "examine": "Useful for putting things on." - }, - { - "ids": "607", - "examine": "Items for making clothes are kept on here." - }, - { - "ids": "608", - "examine": "The ideal place to study." - }, - { - "ids": "609,610", - "examine": "A handy workbench for a handy person." - }, - { - "ids": "611", - "examine": "Sit back and enjoy the view." - }, - { - "ids": "612", - "examine": "Items are for sale here." - }, - { - "ids": "613,614,615", - "examine": "Useful for putting things on." - }, - { - "ids": "616", - "examine": "A creepy looking table." - }, - { - "ids": "617", - "examine": "Items are for sale here." - }, - { - "ids": "618,619", - "examine": "There are some strange chemicals here." - }, - { - "ids": "620", - "examine": "Bamboo's a versatile material." - }, - { - "ids": "621,622", - "examine": "It's a banquet table." - }, - { - "ids": "623,624,625,626,627", - "examine": "A nice sturdy looking table." - }, - { - "ids": "628", - "examine": "Finely wrought wares of silver." - }, - { - "ids": "629", - "examine": "Garments for the discerning." - }, - { - "ids": "630", - "examine": "Bread cakes and pastries." - }, - { - "ids": "631", - "examine": "Finest precious stones." - }, - { - "ids": "632", - "examine": "These will keep you warm." - }, - { - "ids": "633", - "examine": "The spice is right." - }, - { - "ids": "634", - "examine": "Always a source of good bargains." - }, - { - "ids": "635", - "examine": "Fine brews from exotic regions." - }, - { - "ids": "636", - "examine": "Keeps mine carts from rolling away." - }, - { - "ids": "637", - "examine": "You can 'cart' things around on this." - }, - { - "ids": "647", - "examine": "Makes you taller." - }, - { - "ids": "648", - "examine": "A bit large for a bracelet!" - }, - { - "ids": "649,650", - "examine": "A macabre variation on the neck tie." - }, - { - "ids": "651,652,653,654,655,656,657", - "examine": "Dead and half buried." - }, - { - "ids": "658", - "examine": "Disturbing but tidy." - }, - { - "ids": "659", - "examine": "I don't even want to think about what did that..." - }, - { - "ids": "660", - "examine": "Now that's what I call slimline!" - }, - { - "ids": "661", - "examine": "He looks very relaxed." - }, - { - "ids": "662", - "examine": "Now he's just too thin." - }, - { - "ids": "663", - "examine": "He hasn't eaten in a long time." - }, - { - "ids": "664", - "examine": "Now that's what I call slimline!" - }, - { - "ids": "665", - "examine": "He looks very relaxed." - }, - { - "ids": "666", - "examine": "Now he's just too thin." - }, - { - "ids": "667", - "examine": "He hasn't eaten in a long time." - }, - { - "ids": "668,669,670", - "examine": "Disturbing but tidy." - }, - { - "ids": "671", - "examine": "No cats were harmed in the making of this device." - }, - { - "ids": "672,673,674,675,676,677", - "examine": "Shattered." - }, - { - "ids": "678", - "examine": "I see fish." - }, - { - "ids": "679", - "examine": "I can see fish swimming in the water." - }, - { - "ids": "680", - "examine": "I was always forced to play this as a child." - }, - { - "ids": "681", - "examine": "I never learnt to play." - }, - { - "ids": "682", - "examine": "Time for a recital?" - }, - { - "ids": "683", - "examine": "Tick-tock, it's a clock." - }, - { - "ids": "684", - "examine": "The noxious liquid bubbles horribly." - }, - { - "ids": "685,686,687,688", - "examine": "Shows which way the wind blows." - }, - { - "ids": "689", - "examine": "Looking good!" - }, - { - "ids": "690", - "examine": "A privacy aid!" - }, - { - "ids": "691", - "examine": "Use this to get changed behind and retain modesty." - }, - { - "ids": "692", - "examine": "I don't even want to think about what's cooking in that." - }, - { - "ids": "693", - "examine": "Good for sweeping." - }, - { - "ids": "694", - "examine": "I'm guessing it's for making women's clothes." - }, - { - "ids": "695", - "examine": "Helps make human clothing." - }, - { - "ids": "696", - "examine": "A hole." - }, - { - "ids": "697", - "examine": "Dead animal head. Lovely." - }, - { - "ids": "698", - "examine": "Must have been laid by a huge bird." - }, - { - "ids": "699", - "examine": "Whatever it was I'm glad it's not alive." - }, - { - "ids": "700,701", - "examine": "Spooky!" - }, - { - "ids": "702,703,704,705,706", - "examine": "A dog's idea of heaven." - }, - { - "ids": "707", - "examine": "Ding-Dong!" - }, - { - "ids": "708", - "examine": "Some kind of pulley system." - }, - { - "ids": "709", - "examine": "Surprisingly rope-shaped." - }, - { - "ids": "710", - "examine": "Suspiciously hole-shaped." - }, - { - "ids": "711,712,713", - "examine": "A huge chunk of shining natural crystal." - }, - { - "ids": "714,715,716,717", - "examine": "A recently extinguished fire." - }, - { - "ids": "718,719,720,721,722", - "examine": "A barrel full of swords..." - }, - { - "ids": "723", - "examine": "I'm glad this isn't around anymore!" - }, - { - "ids": "724,725,726", - "examine": "A crude torch stuck in the ground." - }, - { - "ids": "727,728,729,730,731,732", - "examine": "A fissure in the cave wall." - }, - { - "ids": "733", - "examine": "This huge web blocks your path." - }, - { - "ids": "734", - "examine": "A huge web, cruelly slashed in half." - }, - { - "ids": "735", - "examine": "The noxious liquid bubbles horribly." - }, - { - "ids": "736", - "examine": "Dead animal head. Lovely." - }, - { - "ids": "737,738,739,740", - "examine": "Whatever it was I'm glad it's not alive." - }, - { - "ids": "741,742", - "examine": "Looks a little too broken to climb." - }, - { - "ids": "743", - "examine": "An old-looking ladder." - }, - { - "ids": "744,745,746,747", - "examine": "An old-looking bit of scaffolding." - }, - { - "ids": "748", - "examine": "The entrance to the cave." - }, - { - "ids": "771", - "examine": "A map icon.." - }, - { - "ids": "779", - "examine": "It's a door made from bamboo." - }, - { - "ids": "787", - "examine": "A loom." - }, - { - "ids": "788,789", - "examine": "You'd need a big siege engine to force that." - }, - { - "ids": "817", - "examine": "I always wonder if someone's hiding inside when I see these." - }, - { - "ids": "818,819,820", - "examine": "Looks kind of like a man made of metal." - }, - { - "ids": "821", - "examine": "Not suitable for children. Aim away from face." - }, - { - "ids": "822", - "examine": "Big heavy metal balls." - }, - { - "ids": "823", - "examine": "The easiest opponent I'll ever fight." - }, - { - "ids": "824,825,826,827,828", - "examine": "A wooden defensive structure." - }, - { - "ids": "829,830,831,832,833", - "examine": "For private use only!" - }, - { - "ids": "834,835", - "examine": "Break glass in case of emergency." - }, - { - "ids": "836", - "examine": "An attractively laid out collection of ranging weapons." - }, - { - "ids": "837,838", - "examine": "Break glass in case of emergency." - }, - { - "ids": "839", - "examine": "An attractively laid out collection of ranging weapons." - }, - { - "ids": "848", - "examine": "A row of sharp pointy spears." - }, - { - "ids": "849,850", - "examine": "Rows of sharp pointy spears." - }, - { - "ids": "851,852", - "examine": "A tatty old standard." - }, - { - "ids": "853", - "examine": "A standard." - }, - { - "ids": "854,855,856", - "examine": "A blue standard." - }, - { - "ids": "857,858", - "examine": "A standard of the gnome race." - }, - { - "ids": "859", - "examine": "The standard of the ogre race." - }, - { - "ids": "860", - "examine": "The flag of Asgarnia." - }, - { - "ids": "861", - "examine": "The flag of Kandarin." - }, - { - "ids": "862", - "examine": "The flag of Ardougne." - }, - { - "ids": "863", - "examine": "A standard of Asgarnia." - }, - { - "ids": "864", - "examine": "A standard of Kandarin." - }, - { - "ids": "865", - "examine": "A standard of Asgarnia." - }, - { - "ids": "866", - "examine": "A standard of Kandarin." - }, - { - "ids": "867", - "examine": "A standard of Misthalin." - }, - { - "ids": "868", - "examine": "A standard of Varrock." - }, - { - "ids": "869", - "examine": "A flag flies here." - }, - { - "ids": "870", - "examine": "A sculpted trunk of wood." - }, - { - "ids": "871", - "examine": "Takes my dirty bath water away." - }, - { - "ids": "872", - "examine": "It smells horrible in there." - }, - { - "ids": "873,874", - "examine": "Ideal for washing things in." - }, - { - "ids": "875,876,877", - "examine": "Wash here." - }, - { - "ids": "878", - "examine": "No this is not a mirage!" - }, - { - "ids": "879", - "examine": "Everyone needs a water feature." - }, - { - "ids": "880", - "examine": "A beautiful water feature." - }, - { - "ids": "881", - "examine": "There's a cover over this manhole." - }, - { - "ids": "882", - "examine": "How dangerous, someone has left this manhole open." - }, - { - "ids": "883", - "examine": "This is supposed to stop people falling down the manhole." - }, - { - "ids": "884", - "examine": "Best used with a bucket." - }, - { - "ids": "885,886", - "examine": "If only I had one of those at home..." - }, - { - "ids": "887", - "examine": "A painting of the King looking royal." - }, - { - "ids": "888", - "examine": "A beautiful landscape." - }, - { - "ids": "889", - "examine": "A mysterious figure stands alone in this haunting image." - }, - { - "ids": "890", - "examine": "Hail to the King!" - }, - { - "ids": "891", - "examine": "I don't know much about art, but I like this." - }, - { - "ids": "892", - "examine": "A painting of some guy standing around somewhere." - }, - { - "ids": "893", - "examine": "A really bad portrait of the King." - }, - { - "ids": "894", - "examine": "Fine brushwork adds to the realism of this serene landscape." - }, - { - "ids": "895", - "examine": "Pretty good painting." - }, - { - "ids": "896", - "examine": "I can see the stars on this." - }, - { - "ids": "897", - "examine": "A picture of the stars with funny diagrams and things on." - }, - { - "ids": "898", - "examine": "Cross shaped." - }, - { - "ids": "899", - "examine": "Mmmm decorative!" - }, - { - "ids": "900", - "examine": "Brightens up the room a bit." - }, - { - "ids": "901", - "examine": "I don't know art, but I like it!" - }, - { - "ids": "902", - "examine": "Not bad at all." - }, - { - "ids": "903", - "examine": "Alas poor unicorn, I knew him well." - }, - { - "ids": "904", - "examine": "The scary-looking head of a scary-looking dragon." - }, - { - "ids": "905", - "examine": "Not what I would pick as wall decoration." - }, - { - "ids": "906", - "examine": "Looks like the bull lost." - }, - { - "ids": "907", - "examine": "Trinkets and stuff." - }, - { - "ids": "908", - "examine": "Not everyone's idea of a nice wall decoration." - }, - { - "ids": "909", - "examine": "Something is written on it. I can't read what." - }, - { - "ids": "910", - "examine": "Looks like an eye with huge lashes." - }, - { - "ids": "911", - "examine": "A tablet covered in weird looking little squiggles and pictures." - }, - { - "ids": "915", - "examine": "A posh water bowl." - }, - { - "ids": "954", - "examine": "For wiping muddy feet on." - }, - { - "ids": "955,956,957,958", - "examine": "Disturbingly its eyes look everywhere in the room except at you." - }, - { - "ids": "959", - "examine": "What has a face and hands but is not a man?" - }, - { - "ids": "960", - "examine": "It's a time machine....sort of!" - }, - { - "ids": "961", - "examine": "'Ask about our low, low interest rates!'" - }, - { - "ids": "962", - "examine": "Some helpful people have placed notes on here, how nice." - }, - { - "ids": "963", - "examine": "Essentials for a seamstress." - }, - { - "ids": "964,965", - "examine": "It really was this big!" - }, - { - "ids": "966", - "examine": "He doesn't look too jolly to me!" - }, - { - "ids": "967", - "examine": "Looks like this ship was way off course!" - }, - { - "ids": "968", - "examine": "X marks the spot." - }, - { - "ids": "969", - "examine": "Complete with authentic seaweed!" - }, - { - "ids": "970", - "examine": "This mentions the monk trapped here..." - }, - { - "ids": "971", - "examine": "A useful ranging device." - }, - { - "ids": "972", - "examine": "Use these with bows." - }, - { - "ids": "973", - "examine": "A powerful throwing weapon." - }, - { - "ids": "974", - "examine": "Improved Leather armour for archers." - }, - { - "ids": "975", - "examine": "Leather made from the skin of a Dragon." - }, - { - "ids": "993", - "examine": "I can climb over the fence with this.." - }, - { - "ids": "1004,1005", - "examine": "This section of railing has been broken" - }, - { - "ids": "1006,1007,1008,1009", - "examine": "There is a hole in this section of the railing." - }, - { - "ids": "1010", - "examine": "Someone was thirsty..." - }, - { - "ids": "1011,1012", - "examine": "Full of lovely drinks!" - }, - { - "ids": "1013", - "examine": "Storage for cookery items." - }, - { - "ids": "1014,1015,1016,1017,1018", - "examine": "Storage for all needs." - }, - { - "ids": "1019", - "examine": "What kind of sick person keeps a skull on their wall?" - }, - { - "ids": "1020", - "examine": "Esoteric artefacts." - }, - { - "ids": "1021,1022,1023", - "examine": "I don't want to know what's in those little urns." - }, - { - "ids": "1024", - "examine": "Used for storing things on." - }, - { - "ids": "1025,1026", - "examine": "Tailor made for needlework supplies" - }, - { - "ids": "1027", - "examine": "Prepared hides hang here drying." - }, - { - "ids": "1028,1029", - "examine": "This contains dye for leather." - }, - { - "ids": "1030,1031", - "examine": "Used to squeeze moisture from the hide." - }, - { - "ids": "1032", - "examine": "Danger!" - }, - { - "ids": "1033,1034,1035", - "examine": "This tells you which way is which." - }, - { - "ids": "1057", - "examine": "Ye olde Shrimp and Parrot." - }, - { - "ids": "1068", - "examine": "The Blue Moon Inn" - }, - { - "ids": "1069", - "examine": "The Jolly Boar" - }, - { - "ids": "1070", - "examine": "The Rusty Anchor" - }, - { - "ids": "1071", - "examine": "The Shrimp and Parrot" - }, - { - "ids": "1072", - "examine": "The Dead Man's Chest" - }, - { - "ids": "1073", - "examine": "The Rising Sun" - }, - { - "ids": "1074", - "examine": "The Forester's Arms" - }, - { - "ids": "1075", - "examine": "The Flying Horse" - }, - { - "ids": "1076", - "examine": "The Dancing Donkey" - }, - { - "ids": "1077", - "examine": "The Dragon Inn" - }, - { - "ids": "1078", - "examine": "Karamja Spirits bar" - }, - { - "ids": "1079", - "examine": "North to Varrock :: East to Al-Kharid." - }, - { - "ids": "1080", - "examine": "North road to Draynor Village :: East road to Varrock." - }, - { - "ids": "1081", - "examine": "North to Draynor Village." - }, - { - "ids": "1082", - "examine": "North to Draynor Manor :: West to Asgarnia." - }, - { - "ids": "1083", - "examine": "South to the Wizards' Tower :: East to Lumbridge." - }, - { - "ids": "1084", - "examine": "South to Lumbridge :: West to Varrock :: East to the Digsite." - }, - { - "ids": "1085", - "examine": "South to Al-Kharid :: West to Lumbridge :: East to the Digsite." - }, - { - "ids": "1086", - "examine": "North to Varrock :: East to the Digsite." - }, - { - "ids": "1087", - "examine": "South to the Wizards' Tower :: North to Draynor Village :: East to Lumbridge." - }, - { - "ids": "1088", - "examine": "The ideal thing to sit on." - }, - { - "ids": "1089", - "examine": "Not so good for sitting on." - }, - { - "ids": "1090,1091,1092", - "examine": "A comfortable seat." - }, - { - "ids": "1093,1094,1095", - "examine": "Good for sitting on." - }, - { - "ids": "1096", - "examine": "Good for rocking in!" - }, - { - "ids": "1097,1098,1099", - "examine": "A kingly seat for a royal behind." - }, - { - "ids": "1100,1101", - "examine": "The perfect way to sit at the bar." - }, - { - "ids": "1102", - "examine": "Good for sitting on." - }, - { - "ids": "1103", - "examine": "Gnomes sit on these." - }, - { - "ids": "1104", - "examine": "Gnomes are found sitting here." - }, - { - "ids": "1105", - "examine": "A kingly seat for a royal behind." - }, - { - "ids": "1106,1107", - "examine": "Sit back and relax..." - }, - { - "ids": "1108,1109", - "examine": "A kingly seat for a royal behind." - }, - { - "ids": "1110", - "examine": "Used for sitting on." - }, - { - "ids": "1111", - "examine": "Do I dare sit on this?" - }, - { - "ids": "1112", - "examine": "Church seating." - }, - { - "ids": "1113", - "examine": "Park it here..." - }, - { - "ids": "1114", - "examine": "Wouldn't like to sit on that for too long..." - }, - { - "ids": "1115", - "examine": "The ideal thing to sit on." - }, - { - "ids": "1116,1117", - "examine": "Keeps the neighbours out!" - }, - { - "ids": "1118", - "examine": "Found in wild areas." - }, - { - "ids": "1119", - "examine": "These are commonly found." - }, - { - "ids": "1120", - "examine": "An unusual bush." - }, - { - "ids": "1121", - "examine": "A wild bush." - }, - { - "ids": "1122,1123", - "examine": "All the leaves have fallen off." - }, - { - "ids": "1124,36782", - "examine": "A commonly found bush." - }, - { - "ids": "1125", - "examine": "Bushy!" - }, - { - "ids": "1126", - "examine": "A rose by any other name would still have prickly bits." - }, - { - "ids": "1144,1145,1146", - "examine": "A leafy bush." - }, - { - "ids": "1147,1148,1149", - "examine": "The abode of a fairy." - }, - { - "ids": "1150", - "examine": "Fairies need money too!" - }, - { - "ids": "1151", - "examine": "A fairy is selling items here." - }, - { - "ids": "1152", - "examine": "A small potted plant." - }, - { - "ids": "1153", - "examine": "Someone has planted this." - }, - { - "ids": "1154", - "examine": "A nicely potted fern." - }, - { - "ids": "1155", - "examine": "Better than weeding." - }, - { - "ids": "1156,1157", - "examine": "I bet bees like this." - }, - { - "ids": "1158,1159", - "examine": "A large potted plant." - }, - { - "ids": "1160", - "examine": "A plant in a bamboo pot." - }, - { - "ids": "1161", - "examine": "Cabbage... yuck!" - }, - { - "ids": "1162", - "examine": "Found near the water's edge." - }, - { - "ids": "1163,1164", - "examine": "Not good for eating." - }, - { - "ids": "1165", - "examine": "Fungal growth." - }, - { - "ids": "1166", - "examine": "Poisonous no doubt." - }, - { - "ids": "1167", - "examine": "Fungal growth." - }, - { - "ids": "1168,1169", - "examine": "Poisonous no doubt." - }, - { - "ids": "1170,1171,1172", - "examine": "I doubt that's edible." - }, - { - "ids": "1173", - "examine": "A commonly found fern." - }, - { - "ids": "1174", - "examine": "Spiky!" - }, - { - "ids": "1175", - "examine": "A home for frogs." - }, - { - "ids": "1176", - "examine": "Otherwise known as a lilypad." - }, - { - "ids": "1177", - "examine": "A home for frogs." - }, - { - "ids": "1178", - "examine": "Smells lovely!" - }, - { - "ids": "1179", - "examine": "Who is this Heather girl?" - }, - { - "ids": "1180", - "examine": "I wonder why it's purple?" - }, - { - "ids": "1181,1182,1183", - "examine": "I'd better not get stung." - }, - { - "ids": "1184", - "examine": "The tendrils of a creeping plant." - }, - { - "ids": "1185", - "examine": "Nicely planted." - }, - { - "ids": "1186", - "examine": "A large curling plant." - }, - { - "ids": "1187", - "examine": "That's pretty." - }, - { - "ids": "1188", - "examine": "Blooming!" - }, - { - "ids": "1189", - "examine": "Commonly found in grassy areas." - }, - { - "ids": "1190", - "examine": "Is this the biggest flower around?" - }, - { - "ids": "1191", - "examine": "These are huge!" - }, - { - "ids": "1192", - "examine": "A rare flower." - }, - { - "ids": "1193", - "examine": "Don't flowers make you feel better?" - }, - { - "ids": "1194", - "examine": "Can this talk?" - }, - { - "ids": "1195", - "examine": "You don't see that many of these." - }, - { - "ids": "1196", - "examine": "I wonder what these are?" - }, - { - "ids": "1197", - "examine": "A rarely found flower." - }, - { - "ids": "1198", - "examine": "Very rare flowers." - }, - { - "ids": "1199", - "examine": "These smell nice." - }, - { - "ids": "1200", - "examine": "A bed of red flowers." - }, - { - "ids": "1201", - "examine": "These are pretty." - }, - { - "ids": "1202", - "examine": "Found only in jungle areas." - }, - { - "ids": "1203", - "examine": "A very rare exotic flower." - }, - { - "ids": "1204", - "examine": "A small fernlike plant." - }, - { - "ids": "1205", - "examine": "The leaves of a nasty creeping plant." - }, - { - "ids": "1206,1207,1208", - "examine": "The flower of a nasty creeping plant." - }, - { - "ids": "1231", - "examine": "Nasty curling tendrils of a creeping plant." - }, - { - "ids": "1276", - "examine": "One of the most common trees in RuneScape." - }, - { - "ids": "1277", - "examine": "A healthy young tree." - }, - { - "ids": "1278,1279", - "examine": "A commonly found tree." - }, - { - "ids": "1280", - "examine": "A healthy young tree." - }, - { - "ids": "1281", - "examine": "A beautiful old oak." - }, - { - "ids": "1282,1283,1284", - "examine": "This tree has long been dead." - }, - { - "ids": "1285", - "examine": "An old weather beaten tree." - }, - { - "ids": "1286,1287,1288,1289,1290,1291", - "examine": "It's only useful for firewood now." - }, - { - "ids": "1292", - "examine": "An ancient magical tree." - }, - { - "ids": "1293,1294,1295", - "examine": "An ancient sentient tree." - }, - { - "ids": "1296", - "examine": "This tree has fallen to the ground." - }, - { - "ids": "1297", - "examine": "This tree was either the victim of weather or mankind." - }, - { - "ids": "1298", - "examine": "A commonly found fern." - }, - { - "ids": "1299", - "examine": "Is this a weed?" - }, - { - "ids": "1300", - "examine": "A fern is growing here." - }, - { - "ids": "1301", - "examine": "Home to many unusual creatures." - }, - { - "ids": "1302", - "examine": "A leafy tree." - }, - { - "ids": "1303,1304,1305", - "examine": "A tree found in tropical areas." - }, - { - "ids": "1306", - "examine": "The tree shimmers with a magical force." - }, - { - "ids": "1307", - "examine": "I bet this makes good syrup!" - }, - { - "ids": "1308", - "examine": "These trees are found near water." - }, - { - "ids": "1309", - "examine": "A splendid tree." - }, - { - "ids": "1310", - "examine": "This tree has vines hanging from it." - }, - { - "ids": "1311", - "examine": "This would be good to sleep under." - }, - { - "ids": "1312", - "examine": "An essential for tropical islands." - }, - { - "ids": "1313,1314", - "examine": "An unusual tree grows here." - }, - { - "ids": "1315,1316", - "examine": "A hardy evergreen tree." - }, - { - "ids": "1317", - "examine": "A young sentient tree." - }, - { - "ids": "1318,1319", - "examine": "This would make good firewood." - }, - { - "ids": "1320,1321", - "examine": "The branch is infested with moss." - }, - { - "ids": "1322", - "examine": "The trunk of this tree is hollow." - }, - { - "ids": "1323", - "examine": "A gnarly old tree root." - }, - { - "ids": "1324", - "examine": "The roots of a tree are exposed." - }, - { - "ids": "1325", - "examine": "I hope I don't trip over any of these." - }, - { - "ids": "1326,1327,1328", - "examine": "A terribly tall tropical tree." - }, - { - "ids": "1329", - "examine": "Leaves of a bamboo tree." - }, - { - "ids": "1330,1331,1332", - "examine": "It's thick with snow." - }, - { - "ids": "1333", - "examine": "This old tree has been taken over by parasitic plants." - }, - { - "ids": "1334,1335,1336,1337,1338", - "examine": "This old tree is rotting away." - }, - { - "ids": "1339,1340", - "examine": "They're just waiting to trip someone up." - }, - { - "ids": "1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359", - "examine": "This tree has been cut down." - }, - { - "ids": "1360,1361,1362", - "examine": "This tree contains dangerous insects no doubt." - }, - { - "ids": "1363,1364", - "examine": "They're just waiting to trip someone up." - }, - { - "ids": "1365", - "examine": "It's only useful for firewood now." - }, - { - "ids": "1366", - "examine": "A gnarly old tree root." - }, - { - "ids": "1367", - "examine": "The roots of this tree are exposed." - }, - { - "ids": "1368", - "examine": "I hope I don't trip over any of these." - }, - { - "ids": "1369", - "examine": "An unusual tree grows here." - }, - { - "ids": "1370", - "examine": "This old tree is rotting away." - }, - { - "ids": "1371,1372,1373,1374,1375,1376,1377", - "examine": "This tree contains dangerous insects no doubt." - }, - { - "ids": "1378,1379", - "examine": "This old tree is rotting away." - }, - { - "ids": "1380", - "examine": "A gnarly old tree root." - }, - { - "ids": "1381", - "examine": "The roots of this tree are exposed." - }, - { - "ids": "1382", - "examine": "I hope I don't trip over any of these." - }, - { - "ids": "1383", - "examine": "This tree has long been dead." - }, - { - "ids": "1384", - "examine": "It's only useful for firewood now." - }, - { - "ids": "1385", - "examine": "A gnarly old tree root." - }, - { - "ids": "1386", - "examine": "The roots of this tree are exposed." - }, - { - "ids": "1387", - "examine": "I hope I don't trip over any of these." - }, - { - "ids": "1388,1389", - "examine": "They're just waiting to trip someone up." - }, - { - "ids": "1390", - "examine": "Commonly found in these parts." - }, - { - "ids": "1391", - "examine": "A leafy plant." - }, - { - "ids": "1392", - "examine": "A leafy fern." - }, - { - "ids": "1393", - "examine": "A small bushy plant." - }, - { - "ids": "1394", - "examine": "A leafy shrub." - }, - { - "ids": "1395", - "examine": "No flies on me." - }, - { - "ids": "1396", - "examine": "How do these things manage to grow?" - }, - { - "ids": "1397", - "examine": "This cactus has recently had a chunk taken off." - }, - { - "ids": "1398", - "examine": "A leafy fern." - }, - { - "ids": "1399", - "examine": "This has broad leaves." - }, - { - "ids": "1400", - "examine": "A large waxy jungle plant." - }, - { - "ids": "1401", - "examine": "A type of jungle fern." - }, - { - "ids": "1402", - "examine": "A large waxy jungle plant." - }, - { - "ids": "1403,1404,1405,1406", - "examine": "How do these things manage to grow?" - }, - { - "ids": "1407", - "examine": "Leaves a nasty mark." - }, - { - "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": "Looks spiky." - }, - { - "ids": "1504", - "examine": "The door is open." - }, - { - "ids": "1505", - "examine": "The door is closed." - }, - { - "ids": "1506,1507,1508,1509,1510,1511,1512,1513,1514,1515", - "examine": "A sturdy wooden door." - }, - { - "ids": "1516,1517,1518,1519,1520,1521,1522,1523,1524,1525", - "examine": "A large double door." - }, - { - "ids": "1526,1527,1528", - "examine": "The curtain is closed." - }, - { - "ids": "1529", - "examine": "The curtain is open." - }, - { - "ids": "1530", - "examine": "The door is closed." - }, - { - "ids": "1531,1532", - "examine": "The door is open." - }, - { - "ids": "1533,1534,1535", - "examine": "A nicely fitted door." - }, - { - "ids": "1536", - "examine": "An ornately-fashioned door." - }, - { - "ids": "1537,1538", - "examine": "An elf-fashioned door." - }, - { - "ids": "1539,1540,1541,1542,1543,1544,1545,1546,1547,1548,1549,1550", - "examine": "Solid bars of iron." - }, - { - "ids": "1551,1552,1553,1554,1555,1556", - "examine": "A wooden gate." - }, - { - "ids": "1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567", - "examine": "A wrought iron gate." - }, - { - "ids": "1568,1569", - "examine": "I wonder what's under it?" - }, - { - "ids": "1570,1571", - "examine": "I wonder what's down there?" - }, - { - "ids": "1572", - "examine": "This door has been boarded up." - }, - { - "ids": "1573,1574,1575,1576", - "examine": "A door to a grand place." - }, - { - "ids": "1577,1578,1579", - "examine": "The top of the archway." - }, - { - "ids": "1580,1581,1582", - "examine": "The base of the archway." - }, - { - "ids": "1583,1584,1585,1586,1587,1588", - "examine": "There is something strange about this wall..." - }, - { - "ids": "1589,1590", - "examine": "A wrought iron gate." - }, - { - "ids": "1591", - "examine": "The door is closed." - }, - { - "ids": "1592,1593", - "examine": "Something is strange about this panel." - }, - { - "ids": "1594", - "examine": "An entranceway into the dungeon." - }, - { - "ids": "1595", - "examine": "The way in." - }, - { - "ids": "1596,1597", - "examine": "A wrought iron gate." - }, - { - "ids": "1598,1599", - "examine": "A wooden gate." - }, - { - "ids": "1600", - "examine": "The doors to the Magic Guild." - }, - { - "ids": "1601,1602,1603,1604,1605,1606,1607,1608", - "examine": "The doors to the Magic guild." - }, - { - "ids": "1609,1610,1611,1612", - "examine": "A wooden structure used in the process of building." - }, - { - "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": "This timber is broken" - }, - { - "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": "A pile of bricks." - }, - { - "ids": "1722,36791", - "examine": "I can climb these stairs." - }, - { - "ids": "1723", - "examine": "They go down." - }, - { - "ids": "1724", - "examine": "I can climb down these stairs." - }, - { - "ids": "1725,36768", - "examine": "I can climb up this." - }, - { - "ids": "1726,1727,1728", - "examine": "I can climb down this." - }, - { - "ids": "1729", - "examine": "I can climb this." - }, - { - "ids": "1730", - "examine": "Dare I go up?" - }, - { - "ids": "1731,1732", - "examine": "These stairs look spooky!" - }, - { - "ids": "1733", - "examine": "I can use these stairs to climb down." - }, - { - "ids": "1734", - "examine": "I can climb these stairs." - }, - { - "ids": "1735", - "examine": "A rickety old staircase." - }, - { - "ids": "1736", - "examine": "I can climb down these stairs." - }, - { - "ids": "1737,1738", - "examine": "I can climb up these stairs." - }, - { - "ids": "1739", - "examine": "I can climb up or go down these stairs." - }, - { - "ids": "1740,1741", - "examine": "I can climb down these stairs." - }, - { - "ids": "1742", - "examine": "I can climb up these stairs." - }, - { - "ids": "1743", - "examine": "I can climb up or go down these stairs." - }, - { - "ids": "1744,1745", - "examine": "I can climb down these stairs." - }, - { - "ids": "1746", - "examine": "I can climb down this." - }, - { - "ids": "1747,1748", - "examine": "I can climb this." - }, - { - "ids": "1749", - "examine": "I can climb down this." - }, - { - "ids": "1750,1751", - "examine": "I can climb this." - }, - { - "ids": "1752", - "examine": "I can't climb this." - }, - { - "ids": "1753", - "examine": "It's useless." - }, - { - "ids": "1754", - "examine": "I can climb down this." - }, - { - "ids": "1755", - "examine": "I can climb this." - }, - { - "ids": "1756", - "examine": "I can climb down this." - }, - { - "ids": "1757", - "examine": "I can climb this." - }, - { - "ids": "1758", - "examine": "Not much use really." - }, - { - "ids": "1759", - "examine": "This leads downwards." - }, - { - "ids": "1760", - "examine": "These can be useful." - }, - { - "ids": "1761", - "examine": "Steps made from natural rock." - }, - { - "ids": "1762,1763,1764", - "examine": "A rope hangs here." - }, - { - "ids": "1765", - "examine": "I can climb down this." - }, - { - "ids": "1766", - "examine": "I can climb this." - }, - { - "ids": "1767", - "examine": "I can climb down this." - }, - { - "ids": "1768,1769,1770,1771,1772,1773,1774,1775,1776,1777", - "examine": "I can climb this." - }, - { - "ids": "1778", - "examine": "These huge stone discs grind grain to make flour." - }, - { - "ids": "1779,1780,1781", - "examine": "These sails use the wind to drive the windmill." - }, - { - "ids": "1782,1783,1784,1785,1786,1787,1788,1789,1790,1791,1792,1793,1794,1795,1796", - "examine": "I'll need an empty pot so I can collect my flour." - }, - { - "ids": "1797,1798,1799,1800,1801,1802,1803", - "examine": "Some very hard rocks, I wouldn't want to fall on those." - }, - { - "ids": "1804", - "examine": "This door requires a key." - }, - { - "ids": "1805,1806,1807,1808,1809", - "examine": "The door to the Champions' Guild." - }, - { - "ids": "1810", - "examine": "Here be spiders!" - }, - { - "ids": "1811", - "examine": "I can walk through this tattered web." - }, - { - "ids": "1812", - "examine": "A magical border of teleportation." - }, - { - "ids": "1813", - "examine": "For putting things on." - }, - { - "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": "I wonder what this does..." - }, - { - "ids": "1852,1853,1854,1855,1856,1857,1858,1859,1860,1861,1862,1863", - "examine": "This lets in more light." - }, - { - "ids": "1864,1865,1866,1867,1868,1869,1870,1871,1872,1873,1874,1875", - "examine": "These obviously mean keep out!" - }, - { - "ids": "1876,1877,1878,1879,1880,1881,1882,1883,1884,1885,1886,1887,1888,1889,1890,1891,1892,1893,1894,1895", - "examine": "I shudder to think what has taken place here." - }, - { - "ids": "1896", - "examine": "This hasn't seen a duster for a while." - }, - { - "ids": "1897", - "examine": "Not as nice as some." - }, - { - "ids": "1898,1899", - "examine": "This needs dusting before I'll sit on it." - }, - { - "ids": "1900", - "examine": "This could do with a bit of a spit and polish." - }, - { - "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": "This clearly isn't used for dining very often." - }, - { - "ids": "1939,1940,1941,1942,1943,1944,1945,1946", - "examine": "A tower." - }, - { - "ids": "1947,1948", - "examine": "It looks like I might be able to climb over this piece of the wall..." - }, - { - "ids": "1949,1950,1951,1952,1953,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966", - "examine": "A pile of bricks." - }, - { - "ids": "1967,1968,1969,1970,1971,1972,1973,1974,1975,1976,1977,1978,1979,1980,1981,1982,1983,1984", - "examine": "A grand door for a grand tree." - }, - { - "ids": "1985,1986", - "examine": "A large root." - }, - { - "ids": "1987", - "examine": "A primitive looking boat." - }, - { - "ids": "1988", - "examine": "Oops!" - }, - { - "ids": "1989", - "examine": "A good source of books!" - }, - { - "ids": "1990", - "examine": "A wooden crate for storage." - }, - { - "ids": "1991", - "examine": "Solid bars of iron." - }, - { - "ids": "1992", - "examine": "There is an indent the size of a pebble in the stone's centre." - }, - { - "ids": "1993", - "examine": "A stone tomb surrounded by flowers." - }, - { - "ids": "1994,37016,37015", - "examine": "I wonder what's inside." - }, - { - "ids": "1995", - "examine": "Perhaps I should search it." - }, - { - "ids": "1996,1997", - "examine": "I should be safe if I can reach this." - }, - { - "ids": "1998", - "examine": "Wet rope." - }, - { - "ids": "1999", - "examine": "A wooden crate for storage." - }, - { - "ids": "2000,2001,2002,2003", - "examine": "An elf-fashioned door." - }, - { - "ids": "2004", - "examine": "The pillar has a rune shaped dent in it." - }, - { - "ids": "2005", - "examine": "A statue of Baxtorian chiselled in stone." - }, - { - "ids": "2006,2007,2008,2009", - "examine": "A statue of Glarial chiselled in stone." - }, - { - "ids": "2010,2011,2012", - "examine": "A ledge." - }, - { - "ids": "2013", - "examine": "Known commonly as Red worm vine." - }, - { - "ids": "2014", - "examine": "A magically elevated chalice full of tears." - }, - { - "ids": "2015,2016,2017,2018", - "examine": "A magically elevated chalice full of ash." - }, - { - "ids": "2019", - "examine": "A whirlpool." - }, - { - "ids": "2020,2021", - "examine": "It's too wet for firewood." - }, - { - "ids": "2022", - "examine": "A wooden barrel, maybe a way off this rock." - }, - { - "ids": "2023", - "examine": "An interesting tree with long straight branches." - }, - { - "ids": "2024", - "examine": "A large bubbling cauldron, smells... Ugh!" - }, - { - "ids": "2025", - "examine": "The door is closed." - }, - { - "ids": "2026,2027,2028,2029,2030,2031", - "examine": "I can see fish swimming in the water." - }, - { - "ids": "2032", - "examine": "It's closed." - }, - { - "ids": "2033", - "examine": "It's open." - }, - { - "ids": "2034", - "examine": "It's closed." - }, - { - "ids": "2035", - "examine": "It's open." - }, - { - "ids": "2036", - "examine": "It's closed." - }, - { - "ids": "2037", - "examine": "It's open." - }, - { - "ids": "2038", - "examine": "I've met less intelligent conversationalists." - }, - { - "ids": "2039,2040,2041,2042", - "examine": "It's closed." - }, - { - "ids": "2043", - "examine": "Something's bubbling away in it." - }, - { - "ids": "2044,2045,2046,2047", - "examine": "Like an animal dinner table." - }, - { - "ids": "2048,2049", - "examine": "It's a door." - }, - { - "ids": "2050,2051,2052,2053", - "examine": "A wooden gate." - }, - { - "ids": "2054,2055", - "examine": "It's a door." - }, - { - "ids": "2056", - "examine": "It's closed." - }, - { - "ids": "2057", - "examine": "It's open." - }, - { - "ids": "2058,2059,2060,2061,2062", - "examine": "It's closed." - }, - { - "ids": "2063", - "examine": "It's open." - }, - { - "ids": "2064", - "examine": "For storage." - }, - { - "ids": "2065", - "examine": "Used for climbing." - }, - { - "ids": "2066", - "examine": "A wall." - }, - { - "ids": "2067", - "examine": "A watchtower." - }, - { - "ids": "2068", - "examine": "A fence." - }, - { - "ids": "2069,2070", - "examine": "A closed door." - }, - { - "ids": "2071,2072", - "examine": "Used for storage." - }, - { - "ids": "2073,2074,2075,2076,2077,2078", - "examine": "Grows weird yellow fruit." - }, - { - "ids": "2079,2080", - "examine": "I wonder what's inside?" - }, - { - "ids": "2081,2082,2083,2084,2085,2086,2087,2088", - "examine": "Handy for boarding boats." - }, - { - "ids": "2089", - "examine": "Ornamental." - }, - { - "ids": "2090,2091,2092,2093,2094,2095,2096,2097,2098,2099,2100,2101,2102,2103,2104,2105,2106,2107,2108,2109,2110,2111", - "examine": "A rocky outcrop." - }, - { - "ids": "2112", - "examine": "The door is closed." - }, - { - "ids": "2113", - "examine": "I can climb down this." - }, - { - "ids": "2114", - "examine": "This transports coal!" - }, - { - "ids": "2115", - "examine": "The left hand side of the gate." - }, - { - "ids": "2116", - "examine": "The right hand side of the gate." - }, - { - "ids": "2117", - "examine": "It's an old wall." - }, - { - "ids": "2118", - "examine": "Lots of water swirling around" - }, - { - "ids": "2119,2120,2121,2122,2123,2124,2125,2126,2127,2128,2129,2130,2131,2132,2133,2134,2135,2136,2137,2138,2139,2140", - "examine": "A rocky outcrop." - }, - { - "ids": "2141", - "examine": "An open chest." - }, - { - "ids": "2142", - "examine": "An eerie glow permeates the cauldron." - }, - { - "ids": "2143,2144", - "examine": "Looks secure." - }, - { - "ids": "2145,2146", - "examine": "Ooooh! Spooky!" - }, - { - "ids": "2147", - "examine": "Going down?" - }, - { - "ids": "2148", - "examine": "Going up?" - }, - { - "ids": "2149", - "examine": "An imposing stone structure." - }, - { - "ids": "2150,2151,2152,2153", - "examine": "A column of elemental power." - }, - { - "ids": "2154,2155", - "examine": "A wrought iron gate." - }, - { - "ids": "2156,2157,2158", - "examine": "A magical portal of teleportation." - }, - { - "ids": "2159,2160,2161", - "examine": "It's a floating barrel." - }, - { - "ids": "2162,2163,2164,2165,2166", - "examine": "Smells like fish." - }, - { - "ids": "2167", - "examine": "Water is pouring in through the hole." - }, - { - "ids": "2168", - "examine": "A patch of swamp tar has bunged up the hole." - }, - { - "ids": "2169,2170,2171", - "examine": "There's a strong wind whipping up the sea." - }, - { - "ids": "2172,2173", - "examine": "A huge net to catch little fish." - }, - { - "ids": "2174", - "examine": "The upper deck can be accessed with this ladder." - }, - { - "ids": "2175", - "examine": "Back down to the main deck." - }, - { - "ids": "2176,2177", - "examine": "This old trawler has seen better days." - }, - { - "ids": "2178,2179", - "examine": "Handy for boarding boats." - }, - { - "ids": "2180,2181", - "examine": "It's a war machine." - }, - { - "ids": "2182", - "examine": "It can't hurt to just have a look, can it?" - }, - { - "ids": "2183", - "examine": "I wonder what is inside..." - }, - { - "ids": "2184", - "examine": "The door is closed." - }, - { - "ids": "2185", - "examine": "This wall has seen better days." - }, - { - "ids": "2186", - "examine": "Hmmm... I wonder if it's loose enough to get through." - }, - { - "ids": "2187", - "examine": "I can climb down this ladder." - }, - { - "ids": "2188,2189", - "examine": "I can climb up this ladder." - }, - { - "ids": "2190", - "examine": "I can climb down this ladder." - }, - { - "ids": "2191,2192,2193", - "examine": "I wonder what's inside?" - }, - { - "ids": "2194,2195,2196", - "examine": "Perhaps I should search it." - }, - { - "ids": "2197", - "examine": "I wonder what's inside?" - }, - { - "ids": "2198", - "examine": "Perhaps I should search it." - }, - { - "ids": "2199,2200,2201,2202,2203,2204,2205,2206,2207,2208,2209", - "examine": "An old gate for locking up undesirables." - }, - { - "ids": "2210", - "examine": "Looking through it makes far off things look closer!" - }, - { - "ids": "2211", - "examine": "A weathered old gravestone." - }, - { - "ids": "2212", - "examine": "It's a sack!" - }, - { - "ids": "2213", - "examine": "The bank teller will serve you from here." - }, - { - "ids": "2214", - "examine": "This booth is for private customers only." - }, - { - "ids": "2215", - "examine": "This booth is closed." - }, - { - "ids": "2216", - "examine": "This looks like it's being used to block entrance to the village." - }, - { - "ids": "2217", - "examine": "Something seems to be buried under this." - }, - { - "ids": "2218,2219", - "examine": "A narrow fissure in the ground." - }, - { - "ids": "2220", - "examine": "A pile of rubble." - }, - { - "ids": "2221", - "examine": "A stone with some carvings on it." - }, - { - "ids": "2222", - "examine": "A pile of loose rocks." - }, - { - "ids": "2223", - "examine": "Probably nothing useful in these." - }, - { - "ids": "2224", - "examine": "A rotten and barely standing set of gallows." - }, - { - "ids": "2225", - "examine": "Wet rocks, it looks like you might be able to climb them." - }, - { - "ids": "2226", - "examine": "This table has seen better days." - }, - { - "ids": "2227,2228", - "examine": "A crudely constructed raft." - }, - { - "ids": "2229", - "examine": "A statue to mark Tai Bwo Wannai sacred grounds." - }, - { - "ids": "2230", - "examine": "A sturdy cart for travelling in." - }, - { - "ids": "2231,2232,2233", - "examine": "A rocky outcrop." - }, - { - "ids": "2234", - "examine": "Rocks that have been stacked at regular intervals." - }, - { - "ids": "2235", - "examine": "An ancient construct for supporting the bones of the deceased." - }, - { - "ids": "2236", - "examine": "I can climb the rocky outcrop." - }, - { - "ids": "2237", - "examine": "An exotic looking tree." - }, - { - "ids": "2238,2239", - "examine": "Large doors set into the hillside." - }, - { - "ids": "2240,2241", - "examine": "These doors must have been hidden here for years." - }, - { - "ids": "2242,2243", - "examine": "Perhaps you should give them a push." - }, - { - "ids": "2244", - "examine": "Commonly found in these parts." - }, - { - "ids": "2245", - "examine": "A leafy fern." - }, - { - "ids": "2246,2247,2248,2249,2250,2251,2252", - "examine": "Large carved tomb doors, they look terrifying." - }, - { - "ids": "2253,2254", - "examine": "Perhaps you should give them a push." - }, - { - "ids": "2255,2256", - "examine": "An ancient metal gate, but still pretty secure." - }, - { - "ids": "2257", - "examine": "A rocky outcrop." - }, - { - "ids": "2258", - "examine": "An ancient construct for supporting the bones of the deceased." - }, - { - "ids": "2259,2260,2261,2262,2263,2264", - "examine": "The gate is closed." - }, - { - "ids": "2265", - "examine": "A sturdy cart for travelling in." - }, - { - "ids": "2266,2267", - "examine": "The door is closed." - }, - { - "ids": "2268", - "examine": "This leads up to the sleeping area." - }, - { - "ids": "2269", - "examine": "This leads downwards." - }, - { - "ids": "2270", - "examine": "A jungle plant." - }, - { - "ids": "2271", - "examine": "I wonder what's inside?" - }, - { - "ids": "2272", - "examine": "It's open." - }, - { - "ids": "2273,2274", - "examine": "An odd-looking rock with a rope tied to it." - }, - { - "ids": "2275,2276,2277,2278", - "examine": "An odd-looking rock formation." - }, - { - "ids": "2279,2280,2281", - "examine": "Holds the rope up. Hopefuly." - }, - { - "ids": "2282,2283", - "examine": "Use this to swing over crevices." - }, - { - "ids": "2284,2285,2286", - "examine": "This must be climbed over." - }, - { - "ids": "2287,2288", - "examine": "A pipe I can squeeze through." - }, - { - "ids": "2289", - "examine": "It's hollow..." - }, - { - "ids": "2290,2291,2292,2293", - "examine": "A pipe I can squeeze through." - }, - { - "ids": "2294,2295,2296,2297", - "examine": "A slippery log I can walk across." - }, - { - "ids": "2298,2299,2300", - "examine": "The irregular surface can be climbed." - }, - { - "ids": "2301,2302", - "examine": "Tread carefully!" - }, - { - "ids": "2303", - "examine": "I can just about edge across here." - }, - { - "ids": "2304,2305,2306", - "examine": "Pointy!" - }, - { - "ids": "2307,2308", - "examine": "A wrought iron gate." - }, - { - "ids": "2309", - "examine": "Solid bars of iron." - }, - { - "ids": "2310", - "examine": "This tree has been cut down." - }, - { - "ids": "2311", - "examine": "I can jump from this stepping stone." - }, - { - "ids": "2312", - "examine": "I can balance on this rope." - }, - { - "ids": "2313", - "examine": "I can climb up this." - }, - { - "ids": "2314,2315", - "examine": "I can climb down here." - }, - { - "ids": "2316,36776", - "examine": "I can climb up these stairs." - }, - { - "ids": "2317", - "examine": "I can climb up these rocks to another cave." - }, - { - "ids": "2318", - "examine": "I can climb down these rocks to another cave." - }, - { - "ids": "2319,2320,2321", - "examine": "I can traverse these." - }, - { - "ids": "2322,2323,2324", - "examine": "Use this to swing across gaps." - }, - { - "ids": "2325", - "examine": "I can swing on this tree." - }, - { - "ids": "2326", - "examine": "A branch protrudes here." - }, - { - "ids": "2327", - "examine": "This tree has an unusually long branch on it." - }, - { - "ids": "2328,2329,2330,2331", - "examine": "A rocky outcrop." - }, - { - "ids": "2332", - "examine": "A nearly rotten wooden log that crosses the river." - }, - { - "ids": "2333,2334,2335", - "examine": "A rocky outcrop from the running water." - }, - { - "ids": "2336", - "examine": "You can see a cauldron directly below." - }, - { - "ids": "2337", - "examine": "This door is very sturdy looking." - }, - { - "ids": "2338", - "examine": "This door is closed." - }, - { - "ids": "2339,2340", - "examine": "This door is very sturdy looking." - }, - { - "ids": "2341", - "examine": "There is something strange about this wall..." - }, - { - "ids": "2342", - "examine": "Looks like a ventilation grill." - }, - { - "ids": "2343,2344,2345,2346,2347,2348,2349", - "examine": "A large stone block." - }, - { - "ids": "2350,2351", - "examine": "Used to move earth to, and from, the dig shaft." - }, - { - "ids": "2352,2353", - "examine": "This leads back up the dig shaft." - }, - { - "ids": "2354,2355,2356", - "examine": "Yep, they're sacks!" - }, - { - "ids": "2357,2358", - "examine": "A leafy bush." - }, - { - "ids": "2359", - "examine": "A sealed barrel with a warning sign on it." - }, - { - "ids": "2360", - "examine": "I wonder what's inside..." - }, - { - "ids": "2361", - "examine": "A sturdy chest to keep things in." - }, - { - "ids": "2362", - "examine": "A large stone block." - }, - { - "ids": "2363", - "examine": "A place where you can pan for gold." - }, - { - "ids": "2364,2365", - "examine": "A wooden container." - }, - { - "ids": "2366,2367,2368,2369,2370,2371", - "examine": "A signpost!" - }, - { - "ids": "2372", - "examine": "Shelves filled with interesting books." - }, - { - "ids": "2373,2374", - "examine": "A cupboard." - }, - { - "ids": "2375", - "examine": "Used to keep specimens on." - }, - { - "ids": "2376,2377,2378", - "examine": "Soil" - }, - { - "ids": "2379", - "examine": "Technically a bed." - }, - { - "ids": "2380", - "examine": "I wonder what's inside..." - }, - { - "ids": "2381,2382,2383,2384,2385,2386,2387,2388,2389,2390", - "examine": "Swampy dirt." - }, - { - "ids": "2391,2392", - "examine": "A very solid looking gate." - }, - { - "ids": "2393", - "examine": "Aim for the goal!" - }, - { - "ids": "2394,2395", - "examine": "A gate to the Gnomeball pitch." - }, - { - "ids": "2396", - "examine": "Distinctly feminine." - }, - { - "ids": "2397,2398,2399", - "examine": "A solid looking door." - }, - { - "ids": "2400,2401", - "examine": "Might be worth searching." - }, - { - "ids": "2402", - "examine": "A good source of books!" - }, - { - "ids": "2403,2404", - "examine": "Might be worth searching." - }, - { - "ids": "2405", - "examine": "I can climb this." - }, - { - "ids": "2406,2407", - "examine": "The door is closed." - }, - { - "ids": "2408", - "examine": "I can climb down this." - }, - { - "ids": "2409", - "examine": "A commonly found tree." - }, - { - "ids": "2410", - "examine": "I can climb this." - }, - { - "ids": "2411", - "examine": "The door is closed." - }, - { - "ids": "2412,2413,2414,2415", - "examine": "Handy for boarding the ship." - }, - { - "ids": "2416", - "examine": "Pull me!" - }, - { - "ids": "2417,2418,2419,2420", - "examine": "Place party drop items here." - }, - { - "ids": "2421", - "examine": "This lever is down." - }, - { - "ids": "2422", - "examine": "This lever is up." - }, - { - "ids": "2423", - "examine": "This lever is down." - }, - { - "ids": "2424", - "examine": "This lever is up." - }, - { - "ids": "2425", - "examine": "This lever is down." - }, - { - "ids": "2426", - "examine": "This lever is up." - }, - { - "ids": "2427,2428,2429,2430,2431", - "examine": "This door is closed by an unknown mechanism." - }, - { - "ids": "2432,2433", - "examine": "This gate is closed shut." - }, - { - "ids": "2434,2435", - "examine": "This may be worth opening." - }, - { - "ids": "2436,2437", - "examine": "I wonder what's inside." - }, - { - "ids": "2438,2439", - "examine": "A wooden gate." - }, - { - "ids": "2440,2441,2442,2443", - "examine": "Wonder what this pillar is for?" - }, - { - "ids": "2444,2445", - "examine": "I wonder what's under it?" - }, - { - "ids": "2446", - "examine": "This leads to somewhere...but where?" - }, - { - "ids": "2447,2448", - "examine": "I reckon I could climb that!" - }, - { - "ids": "2449,2450", - "examine": "Some magical rocks." - }, - { - "ids": "2451,2452,2453,2454,2455,2456,2457,2458,2459,2460,2461,2462,2463,2464", - "examine": "There's something behind these roots." - }, - { - "ids": "2465,2466,2467,2468,2469,2470,2471,2472,2473,2474,2475,2476,2477", - "examine": "A portal from this mystical place." - }, - { - "ids": "2478,2479,2480,2481,2482,2483,2484,2485,2486,2487,2488,2489,2490", - "examine": "A mysterious power emanates from this shrine." - }, - { - "ids": "2491", - "examine": "The source of all Rune Stones." - }, - { - "ids": "2492", - "examine": "A portal from this mystical place." - }, - { - "ids": "2493,2494,2495,2496", - "examine": "A part of an old temple." - }, - { - "ids": "2497,2498,2499,2500,2501,2502", - "examine": "Unusual energy is gathered here." - }, - { - "ids": "2503,2504,2505,2506,2507", - "examine": "An old crumbled pillar." - }, - { - "ids": "2508,2509,2510", - "examine": "Broken parts of an old temple." - }, - { - "ids": "2511", - "examine": "This leads to the practice tower." - }, - { - "ids": "2512", - "examine": "This leads back down to the guild." - }, - { - "ids": "2513", - "examine": "I wonder if I can hit a bullseye?" - }, - { - "ids": "2514", - "examine": "The door to the Ranging Guild." - }, - { - "ids": "2515", - "examine": "I hope it doesn't sink." - }, - { - "ids": "2516", - "examine": "It's sinking!" - }, - { - "ids": "2517", - "examine": "Going up?" - }, - { - "ids": "2518", - "examine": "Typical shoddy workmanship." - }, - { - "ids": "2519", - "examine": "Crates of packed fish." - }, - { - "ids": "2520,2521", - "examine": "It's used for loading and unloading fishing boats." - }, - { - "ids": "2522,2523", - "examine": "It's a flight of stairs." - }, - { - "ids": "2524", - "examine": "I wonder what's inside?" - }, - { - "ids": "2525", - "examine": "It's open." - }, - { - "ids": "2526,2527", - "examine": "The door of a small prison." - }, - { - "ids": "2528", - "examine": "The door is closed." - }, - { - "ids": "2529", - "examine": "A door." - }, - { - "ids": "2530", - "examine": "Used for storage." - }, - { - "ids": "2531,2532", - "examine": "Looks like someone's tried digging here." - }, - { - "ids": "2533", - "examine": "A pile of what is hopefully mud." - }, - { - "ids": "2534", - "examine": "There's black cross on the door." - }, - { - "ids": "2535", - "examine": "The door is closed." - }, - { - "ids": "2536", - "examine": "A door." - }, - { - "ids": "2537", - "examine": "The door is closed." - }, - { - "ids": "2538", - "examine": "A door." - }, - { - "ids": "2539,2540", - "examine": "A flight of stairs." - }, - { - "ids": "2541,2542", - "examine": "An outlet to the sewer." - }, - { - "ids": "2543", - "examine": "There's a cover over this manhole." - }, - { - "ids": "2544", - "examine": "How dangerous, someone has left this manhole open." - }, - { - "ids": "2545", - "examine": "This is supposed to stop people falling down the manhole." - }, - { - "ids": "2546,2547,2548,2549", - "examine": "A door." - }, - { - "ids": "2550,2551", - "examine": "A secure door." - }, - { - "ids": "2552,2553", - "examine": "A metal gate bars your way." - }, - { - "ids": "2554,2555,2556,2557,2558,2559", - "examine": "A secure door." - }, - { - "ids": "2560", - "examine": "Fine silk woven by experts." - }, - { - "ids": "2561", - "examine": "This stall smells great." - }, - { - "ids": "2562", - "examine": "Precious stones from around the world." - }, - { - "ids": "2563", - "examine": "All manner of animal clothing." - }, - { - "ids": "2564", - "examine": "Spices to tingle your taste buds." - }, - { - "ids": "2565", - "examine": "Fine silver items are for sale here." - }, - { - "ids": "2566,2567,2568,2569,2570,2571,2572,2573,2574", - "examine": "I wonder what's inside it." - }, - { - "ids": "2575,2576", - "examine": "A marshy jungle vine." - }, - { - "ids": "2577", - "examine": "A tall palm tree with some plants growing at its stem." - }, - { - "ids": "2578", - "examine": "A tall palm tree." - }, - { - "ids": "2579", - "examine": "The burnt ground has a plant growing on it." - }, - { - "ids": "2580", - "examine": "The ground has been burnt here by a fire." - }, - { - "ids": "2581", - "examine": "A rock with green moss growing on it." - }, - { - "ids": "2582", - "examine": "A rock, it looks like something was growing here." - }, - { - "ids": "2583", - "examine": "It looks as if it is covered in some fungus." - }, - { - "ids": "2584", - "examine": "A collection of rocks over what looks like a depression." - }, - { - "ids": "2585", - "examine": "Rocky walls, you may be able to climb it." - }, - { - "ids": "2586", - "examine": "It's closed." - }, - { - "ids": "2587", - "examine": "I wonder what's inside?" - }, - { - "ids": "2588", - "examine": "It's open." - }, - { - "ids": "2589", - "examine": "This ship's not getting far with that." - }, - { - "ids": "2590,2591", - "examine": "Takes me into the ship." - }, - { - "ids": "2592", - "examine": "Takes me back on deck." - }, - { - "ids": "2593,2594", - "examine": "Handy for boarding the ship." - }, - { - "ids": "2595", - "examine": "It's closed." - }, - { - "ids": "2596", - "examine": "A blood-red door." - }, - { - "ids": "2597", - "examine": "A lurid orange door." - }, - { - "ids": "2598", - "examine": "A sickly yellow door." - }, - { - "ids": "2599", - "examine": "A gloomy blue door." - }, - { - "ids": "2600", - "examine": "A groovy magenta door." - }, - { - "ids": "2601", - "examine": "A putrid green door." - }, - { - "ids": "2602", - "examine": "Probably the nicest door in this ghastly place." - }, - { - "ids": "2603", - "examine": "It's closed." - }, - { - "ids": "2604", - "examine": "It's open." - }, - { - "ids": "2605", - "examine": "It's a ladder." - }, - { - "ids": "2606", - "examine": "There is something strange about this wall..." - }, - { - "ids": "2607,2608", - "examine": "It's closed." - }, - { - "ids": "2609", - "examine": "A collection of rocks over what looks like a depression." - }, - { - "ids": "2610", - "examine": "A rope hangs here that I can climb." - }, - { - "ids": "2611", - "examine": "It's a ladder." - }, - { - "ids": "2612", - "examine": "Wonder what's in here..." - }, - { - "ids": "2613", - "examine": "Smells kind of funny..." - }, - { - "ids": "2614", - "examine": "Spooky!" - }, - { - "ids": "2615", - "examine": "Looks comfortable..." - }, - { - "ids": "2616", - "examine": "Looks spooky..." - }, - { - "ids": "2617", - "examine": "Phew, an exit!" - }, - { - "ids": "2618", - "examine": "The fence is broken at this point." - }, - { - "ids": "2619", - "examine": "A wooden barrel for storage." - }, - { - "ids": "2620", - "examine": "An old crate for storage." - }, - { - "ids": "2621,2622", - "examine": "It's a door." - }, - { - "ids": "2623", - "examine": "It's a gate." - }, - { - "ids": "2624,2625", - "examine": "The entrance to the Hero's Guild." - }, - { - "ids": "2626,2627,2628", - "examine": "It's a door." - }, - { - "ids": "2629", - "examine": "There is something unusual about this wall..." - }, - { - "ids": "2630", - "examine": "I can see eels swimming in the lava." - }, - { - "ids": "2631", - "examine": "It's a door." - }, - { - "ids": "2632", - "examine": "I wonder what's inside?" - }, - { - "ids": "2633", - "examine": "It's open." - }, - { - "ids": "2634", - "examine": "Rocks that contain nothing interesting, but block the way." - }, - { - "ids": "2635", - "examine": "I wonder what's inside?" - }, - { - "ids": "2636,2637", - "examine": "It's open." - }, - { - "ids": "2638,2639", - "examine": "A source of pure water." - }, - { - "ids": "2640", - "examine": "A shrine for the faithful to worship at." - }, - { - "ids": "2641", - "examine": "I can climb this." - }, - { - "ids": "2642", - "examine": "Used for fashioning clay items." - }, - { - "ids": "2643", - "examine": "Bake your clay items in here." - }, - { - "ids": "2644", - "examine": "Used for spinning thread." - }, - { - "ids": "2645", - "examine": "A tray of sand." - }, - { - "ids": "2646", - "examine": "A plant cultivated for fibres." - }, - { - "ids": "2647,2648,2649", - "examine": "The door to the Crafting Guild." - }, - { - "ids": "2650", - "examine": "A pile of smelly rotting waste." - }, - { - "ids": "2651", - "examine": "A sturdy home for bees." - }, - { - "ids": "2652", - "examine": "Looks like this is where waste from the kitchen comes out." - }, - { - "ids": "2653", - "examine": "It looks like a spiders' nest to me." - }, - { - "ids": "2654", - "examine": "This fountain suits the garden." - }, - { - "ids": "2655", - "examine": "It's the Sinclair Family coat of arms." - }, - { - "ids": "2656", - "examine": "Looks like this is where Anna keeps her stuff." - }, - { - "ids": "2657", - "examine": "Looks like this is where Bob keeps his stuff." - }, - { - "ids": "2658", - "examine": "Looks like this is where Carol keeps her stuff." - }, - { - "ids": "2659", - "examine": "Looks like this is where David keeps his stuff." - }, - { - "ids": "2660", - "examine": "Looks like this is where Elizabeth keeps her stuff." - }, - { - "ids": "2661", - "examine": "Looks like this is where Frank keeps his stuff." - }, - { - "ids": "2662", - "examine": "Looks like this is where the cook stores flour." - }, - { - "ids": "2663", - "examine": "Some sacks of general garden items." - }, - { - "ids": "2664,2665", - "examine": "Luckily it seems able to keep that vicious dog inside." - }, - { - "ids": "2666", - "examine": "Looks like the killer smashed this to leave the mansion." - }, - { - "ids": "2667", - "examine": "Slaves are using this to pull up barrels of rocks from down below." - }, - { - "ids": "2668,2669", - "examine": "Slaves are placing barrels on this to haul them to the surface." - }, - { - "ids": "2670", - "examine": "A succulent cactus." - }, - { - "ids": "2671", - "examine": "A less-than-succulent succulent." - }, - { - "ids": "2672", - "examine": "I can try to make new items on this." - }, - { - "ids": "2673,2674", - "examine": "A solid looking gate." - }, - { - "ids": "2675,2676", - "examine": "Large doors made of solid oak." - }, - { - "ids": "2677", - "examine": "A solid looking chest, it belongs to Captain Siad." - }, - { - "ids": "2678", - "examine": "A selection of Captain Siad's Books." - }, - { - "ids": "2679", - "examine": "A sturdy looking desk on which the Captain works." - }, - { - "ids": "2680", - "examine": "A barrel containing rocks and mining debris." - }, - { - "ids": "2681", - "examine": "An empty mining barrel." - }, - { - "ids": "2682", - "examine": "The cart which takes barrels of rocks from the mining encampment to Al-Kharid." - }, - { - "ids": "2683", - "examine": "Gives a lovely view of the desert, complete with metalic bars." - }, - { - "ids": "2684", - "examine": "It seems to be used for moving rocks into and out of this area." - }, - { - "ids": "2685,2686,2687,2688", - "examine": "A solid looking gate." - }, - { - "ids": "2689", - "examine": "There's no getting around it, it's a fairly sturdy prison cell door." - }, - { - "ids": "2690,2691", - "examine": "Large solid, thick set oak doors" - }, - { - "ids": "2692", - "examine": "It looks fairly sturdy." - }, - { - "ids": "2693", - "examine": "This is used by Shantay and his men to take items to the bank on your behalf." - }, - { - "ids": "2694,2695,2696,2697", - "examine": "A rocky rock." - }, - { - "ids": "2698,2699", - "examine": "A cave which has been mined out." - }, - { - "ids": "2700,2701", - "examine": "The entrance to the tent." - }, - { - "ids": "2702,2703", - "examine": "Tracks in the sand." - }, - { - "ids": "2704", - "examine": "Rocky!" - }, - { - "ids": "2705", - "examine": "It's a door." - }, - { - "ids": "2706", - "examine": "A nicely fitted door." - }, - { - "ids": "2707,2708", - "examine": "A wooden crate for storage." - }, - { - "ids": "2709", - "examine": "I wonder what's inside?" - }, - { - "ids": "2710", - "examine": "It's open." - }, - { - "ids": "2711", - "examine": "It's a flight of stairs." - }, - { - "ids": "2712", - "examine": "The door is closed." - }, - { - "ids": "2713,2714,2715,2716,2717", - "examine": "Grain goes in here." - }, - { - "ids": "2718,2719,2720,2721,2722", - "examine": "These control the flow of grain from the hopper to the millstones." - }, - { - "ids": "2723", - "examine": "A spicy meat kebab is cooking here." - }, - { - "ids": "2724", - "examine": "A fire burns brightly here." - }, - { - "ids": "2725,2726", - "examine": "A grand old fireplace." - }, - { - "ids": "2727", - "examine": "Something is cooking nicely here." - }, - { - "ids": "2728,2729,2730,2731", - "examine": "Ideal for cooking on." - }, - { - "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": "Hot!" - }, - { - "ids": "2781", - "examine": "A hot place for forging things in." - }, - { - "ids": "2782", - "examine": "It says \"Property of Doric the dwarf.\" on the side." - }, - { - "ids": "2783", - "examine": "Used for fashioning metal items." - }, - { - "ids": "2784", - "examine": "Various implements for working with metal." - }, - { - "ids": "2785", - "examine": "A hot place for forging things in." - }, - { - "ids": "2786,2787,2788,2789", - "examine": "An entrance to Gu'Tanoth." - }, - { - "ids": "2790", - "examine": "I wonder what's inside it." - }, - { - "ids": "2791,2792", - "examine": "A counter made from a stone block." - }, - { - "ids": "2793", - "examine": "An ogre is selling cakes here." - }, - { - "ids": "2794,2795", - "examine": "A lever for activating something." - }, - { - "ids": "2796", - "examine": "This leads to the watchtower." - }, - { - "ids": "2797", - "examine": "This leads downwards." - }, - { - "ids": "2798,2799,2800,2801,2802,2803", - "examine": "A leafy bush." - }, - { - "ids": "2804,2805,2806,2807,2808,2809,2810,2811", - "examine": "I think I can squeeze through here..." - }, - { - "ids": "2812", - "examine": "This leads downwards." - }, - { - "ids": "2813", - "examine": "I think I can squeeze through here..." - }, - { - "ids": "2814,2815", - "examine": "The gate has been locked shut." - }, - { - "ids": "2816", - "examine": "A strange looking rock..." - }, - { - "ids": "2817,2818,2819,2820,2821,2822", - "examine": "I think I can get out here..." - }, - { - "ids": "2823", - "examine": "A hole." - }, - { - "ids": "2824", - "examine": "A hole" - }, - { - "ids": "2825", - "examine": "I hope this leads the way out." - }, - { - "ids": "2826,2827,2828,2829", - "examine": "I wonder what's inside it?" - }, - { - "ids": "2830,2831", - "examine": "You can probably jump over from here." - }, - { - "ids": "2832", - "examine": "A low wall is blocking your path." - }, - { - "ids": "2833", - "examine": "This goes up!" - }, - { - "ids": "2834", - "examine": "A low wall is blocking your path." - }, - { - "ids": "2835,2836,2837,2838,2839,2840,2841", - "examine": "Looks hard." - }, - { - "ids": "2842", - "examine": "It has a special magical quality." - }, - { - "ids": "2843", - "examine": "This drain leads from the sink to the sewers below." - }, - { - "ids": "2844,2845,2846,2847,2848", - "examine": "This looks like it can be turned." - }, - { - "ids": "2849", - "examine": "A rudimentary type of boat." - }, - { - "ids": "2850", - "examine": "It's closed." - }, - { - "ids": "2851", - "examine": "It's open." - }, - { - "ids": "2852", - "examine": "I can probably squeeze my way inside there." - }, - { - "ids": "2853", - "examine": "It's a flight of stairs." - }, - { - "ids": "2854,2855", - "examine": "Made of wood." - }, - { - "ids": "2856", - "examine": "I wonder what's inside?" - }, - { - "ids": "2857", - "examine": "It's open." - }, - { - "ids": "2858", - "examine": "Used for storage." - }, - { - "ids": "2859", - "examine": "A hot range, where some soup is bubbling nicely." - }, - { - "ids": "2860", - "examine": "Very ominous." - }, - { - "ids": "2861,2862", - "examine": "It's a door." - }, - { - "ids": "2863", - "examine": "The door is closed." - }, - { - "ids": "2864", - "examine": "A water feature." - }, - { - "ids": "2865,2866", - "examine": "It's a gate." - }, - { - "ids": "2867", - "examine": "Very decorative!" - }, - { - "ids": "2868,2869", - "examine": "It's a cupboard." - }, - { - "ids": "2870", - "examine": "The mouse equivalent of a door." - }, - { - "ids": "2871", - "examine": "I can climb down this." - }, - { - "ids": "2872", - "examine": "I can climb this." - }, - { - "ids": "2873", - "examine": "What a good likeness!" - }, - { - "ids": "2874", - "examine": "A depiction that chills one to the bone." - }, - { - "ids": "2875", - "examine": "I wonder how accurate a representation this is." - }, - { - "ids": "2876", - "examine": "A counter made from a stone block." - }, - { - "ids": "2877", - "examine": "A barrel full of staffs..." - }, - { - "ids": "2878,2879", - "examine": "Patterns of light dance hypnotically across the pool's surface." - }, - { - "ids": "2880", - "examine": "There seems to be some sort of magical field here." - }, - { - "ids": "2881", - "examine": "It's closed." - }, - { - "ids": "2882,2883", - "examine": "The toll gate from Lumbridge to Al-Kharid." - }, - { - "ids": "2884", - "examine": "I can climb this." - }, - { - "ids": "2885", - "examine": "An antique by anyone's standards." - }, - { - "ids": "2886", - "examine": "An antique by anyone's standards, however, it might have something interesting in it." - }, - { - "ids": "2887", - "examine": "Looks good for logging." - }, - { - "ids": "2888", - "examine": "A leafy jungle palm, dense foliage." - }, - { - "ids": "2889", - "examine": "Home to many unusual creatures." - }, - { - "ids": "2890", - "examine": "A leafy tree." - }, - { - "ids": "2891", - "examine": "This tree has been cut down." - }, - { - "ids": "2892,2893", - "examine": "A jungle bush, quite common to these areas." - }, - { - "ids": "2894,2895", - "examine": "A jungle bush that has been chopped down." - }, - { - "ids": "2896,2897,2898,2899", - "examine": "A door to the Legends Guild." - }, - { - "ids": "2900,2901", - "examine": "Looks slippery!" - }, - { - "ids": "2902", - "examine": "Stoney!" - }, - { - "ids": "2903,2904", - "examine": "A rather shadowy cavern entrance." - }, - { - "ids": "2905", - "examine": "An old crate for storage." - }, - { - "ids": "2906", - "examine": "Useful for putting things on." - }, - { - "ids": "2907", - "examine": "I guess I could sleep in it if I was really tired." - }, - { - "ids": "2908,2909", - "examine": "A wall of magic fire." - }, - { - "ids": "2910", - "examine": "Rickety bamboo tables that are lashed together to make a desk." - }, - { - "ids": "2911", - "examine": "Bamboo storage!" - }, - { - "ids": "2912,2913,2914,2915", - "examine": "This gate has a horribly complex locking mechanism." - }, - { - "ids": "2916,2917", - "examine": "A dark cave entrance leading to the surface." - }, - { - "ids": "2918", - "examine": "A large crack in the wall." - }, - { - "ids": "2919,2920,2921", - "examine": "A huge lump of rock." - }, - { - "ids": "2922,2923,2924,2925", - "examine": "A heavily constructed, cast-iron, ancient gateway." - }, - { - "ids": "2926", - "examine": "A high wall made up of rocks with sharp edges." - }, - { - "ids": "2927", - "examine": "It looks like ancient graffiti." - }, - { - "ids": "2928", - "examine": "An ornately carved rock with a pointed receptacle." - }, - { - "ids": "2929", - "examine": "A half buried skeleton, probably dwarven remains." - }, - { - "ids": "2930", - "examine": "A huge, strangely constructed doorway, not sure how this opens." - }, - { - "ids": "2931", - "examine": "It looks like a magical portal of some kind, who knows where it leads?" - }, - { - "ids": "2932,2933", - "examine": "Strangely, there's a locked barrel here, I wonder what's inside." - }, - { - "ids": "2934", - "examine": "A large scaffold platform most likely used for lifting and lowering heavy items." - }, - { - "ids": "2935", - "examine": "Used to move earth to, and from, the dig shaft. A rope has been thrown over it." - }, - { - "ids": "2936,2937,2938,2939", - "examine": "A sculpted trunk of wood." - }, - { - "ids": "2940", - "examine": "A wonderfully dressed table." - }, - { - "ids": "2941", - "examine": "Sparkling sacred water straight from the source." - }, - { - "ids": "2942", - "examine": "A sparkling, babbling flow of water from an underground source." - }, - { - "ids": "2943", - "examine": "Disgusting filthy quagmire that oozes from the ground." - }, - { - "ids": "2944", - "examine": "Found near the water's edge." - }, - { - "ids": "2945", - "examine": "A baby Yommi tree, it has a mystical aura." - }, - { - "ids": "2946", - "examine": "An adolescent-looking Yommi tree, it has a mystical aura." - }, - { - "ids": "2947", - "examine": "A dead Yommi tree sapling, you'll need a tough axe to remove this." - }, - { - "ids": "2948", - "examine": "A fully grown Yommi tree, it won't get much taller than this." - }, - { - "ids": "2949", - "examine": "A dead fully grown Yommi tree, you'll need a tough, sharp axe to remove this." - }, - { - "ids": "2950", - "examine": "A felled adult Yommi tree, perhaps you should trim those branches?" - }, - { - "ids": "2951", - "examine": "A rotten felled Yommi tree, it was left too long in the damp jungle." - }, - { - "ids": "2952", - "examine": "A trimmed Yommi tree log, perfect for sculpting into a totem pole." - }, - { - "ids": "2953", - "examine": "A rotten Yommi tree log, it was left too long in the damp jungle air." - }, - { - "ids": "2954", - "examine": "A beautifully crafted totem pole carved from the trunk of the sacred Yommi tree." - }, - { - "ids": "2955", - "examine": "A rotten totem pole, it was left to rot in the jungle." - }, - { - "ids": "2956", - "examine": "This earth is particularly fertile." - }, - { - "ids": "2957", - "examine": "This earth is damaged by cultivation, time will restore the fertility." - }, - { - "ids": "2958", - "examine": "A rope hangs here." - }, - { - "ids": "2959,2960,2961", - "examine": "A dangerous path onwards." - }, - { - "ids": "2962,2963,2964", - "examine": "Stoney!" - }, - { - "ids": "2965", - "examine": "Looks slippery!" - }, - { - "ids": "2966,2967,2968", - "examine": "A hot place for forging things in." - }, - { - "ids": "2969", - "examine": "It looks like a strangely shaped depression in the rock." - }, - { - "ids": "2970", - "examine": "This recess has a glowing heart shaped crystal in it." - }, - { - "ids": "2971", - "examine": "This looks like some sort of shimmering surface." - }, - { - "ids": "2972,2973,2974", - "examine": "A huge lump of rock." - }, - { - "ids": "2975,2976", - "examine": "This tree is particularly leafy." - }, - { - "ids": "2977", - "examine": "A large pile of sand" - }, - { - "ids": "2978", - "examine": "A medium pile of sand" - }, - { - "ids": "2979", - "examine": "A small pile of sand" - }, - { - "ids": "2980,2981,2982,2983,2984,2985,2986,2987,2988", - "examine": "Some beautiful flowers." - }, - { - "ids": "2989,2990,2991,2992,2993,2994", - "examine": "Known commonly as Red worm vine." - }, - { - "ids": "2995,2996", - "examine": "I wonder what's inside." - }, - { - "ids": "2997", - "examine": "The door is closed." - }, - { - "ids": "2998,2999", - "examine": "The door is open." - }, - { - "ids": "3000,3001,3002,3003,3004,3005,3006,3007,3008,3009,3010,3011,3012,3013", - "examine": "These obviously mean keep out!" - }, - { - "ids": "3014", - "examine": "A nicely fitted door." - }, - { - "ids": "3015,3016", - "examine": "A wooden gate." - }, - { - "ids": "3017,3018,3019", - "examine": "A nicely fitted door." - }, - { - "ids": "3020,3021,3022,3023", - "examine": "A wrought iron gate." - }, - { - "ids": "3024,3025,3026,3027", - "examine": "A closed door." - }, - { - "ids": "3028", - "examine": "I can climb this." - }, - { - "ids": "3029", - "examine": "I can climb down this." - }, - { - "ids": "3030", - "examine": "I can climb this." - }, - { - "ids": "3031", - "examine": "I can climb down this." - }, - { - "ids": "3032", - "examine": "I can see fish swimming in the water." - }, - { - "ids": "3033,3034,3035,3036", - "examine": "One of the most common trees in RuneScape." - }, - { - "ids": "3037", - "examine": "A beautiful old oak." - }, - { - "ids": "3038", - "examine": "Hot!" - }, - { - "ids": "3039", - "examine": "Ideal for cooking on." - }, - { - "ids": "3040", - "examine": "It's closed." - }, - { - "ids": "3041", - "examine": "It's open." - }, - { - "ids": "3042,3043", - "examine": "A rocky outcrop." - }, - { - "ids": "3044", - "examine": "A hot place for forging things in." - }, - { - "ids": "3045", - "examine": "The bank teller will serve you from here." - }, - { - "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": "These obviously mean keep out!" - }, - { - "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": "Lean against the wall to get a better view!" - }, - { - "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": "Flags marking the entrance to the arena." - }, - { - "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": "Beats the operating table." - }, - { - "ids": "3182", - "examine": "Wait here for a nurse." - }, - { - "ids": "3183,3184,3185", - "examine": "Storage for drugs and bandages." - }, - { - "ids": "3186,3187,3188,3189", - "examine": "I don't really want to end up here..." - }, - { - "ids": "3190", - "examine": "These open and close!" - }, - { - "ids": "3191", - "examine": "This may be worth searching." - }, - { - "ids": "3192", - "examine": "You can see the last 50 fights on here." - }, - { - "ids": "3193", - "examine": "Used to store players' items whilst they duel." - }, - { - "ids": "3194", - "examine": "Use for quick access to your bank." - }, - { - "ids": "3195", - "examine": "Smells pretty bad!" - }, - { - "ids": "3196", - "examine": "Not much use for anything except scrap." - }, - { - "ids": "3197,3198", - "examine": "Entrance to the Duel Arena." - }, - { - "ids": "3199,3200,3201,3202", - "examine": "A wooden double bed." - }, - { - "ids": "3203,3204", - "examine": "Access to the duel arena." - }, - { - "ids": "3205", - "examine": "I can climb down this." - }, - { - "ids": "3206,3207,3208", - "examine": "A barrel full of staffs..." - }, - { - "ids": "3209,3210,3211,3212", - "examine": "A strange crack cuts into the wall." - }, - { - "ids": "3213", - "examine": "It looks like I can squeeze through here." - }, - { - "ids": "3214,3215", - "examine": "The easy way out..." - }, - { - "ids": "3216", - "examine": "A pile of mud." - }, - { - "ids": "3217", - "examine": "I can go through here." - }, - { - "ids": "3218,3219", - "examine": "Dark and intimidating." - }, - { - "ids": "3220,3221", - "examine": "That skull's looking at me...." - }, - { - "ids": "3222", - "examine": "I can climb down these." - }, - { - "ids": "3223", - "examine": "I can climb up these." - }, - { - "ids": "3224,3225,3226", - "examine": "I can go through here." - }, - { - "ids": "3227", - "examine": "Best not to get caught!" - }, - { - "ids": "3228,3229", - "examine": "Best avoided." - }, - { - "ids": "3230", - "examine": "Looks suspicious." - }, - { - "ids": "3231", - "examine": "A plank." - }, - { - "ids": "3232", - "examine": "Formed over many years." - }, - { - "ids": "3233", - "examine": "Best avoided." - }, - { - "ids": "3234", - "examine": "Looks suspicious." - }, - { - "ids": "3235", - "examine": "I can open the grill from this side." - }, - { - "ids": "3236,3237", - "examine": "A pipe I can squeeze through." - }, - { - "ids": "3238", - "examine": "Maybe I can cross that." - }, - { - "ids": "3239", - "examine": "It looks like only the guide ropes are holding the bridge up." - }, - { - "ids": "3240", - "examine": "A bridge." - }, - { - "ids": "3241,3242", - "examine": "This lever can be operated." - }, - { - "ids": "3243,3244,3245,3246", - "examine": "The base of a platform." - }, - { - "ids": "3247,3248,3249,3250,3251,3252,3253", - "examine": "A bridge." - }, - { - "ids": "3254,3255,3256", - "examine": "I can't get past that very easily..." - }, - { - "ids": "3257", - "examine": "A platform." - }, - { - "ids": "3258,3259,3260,3261,3262", - "examine": "A bridge." - }, - { - "ids": "3263", - "examine": "This area may not be safe..." - }, - { - "ids": "3264", - "examine": "A well of nastiness." - }, - { - "ids": "3265", - "examine": "I can climb this pile of rocks..." - }, - { - "ids": "3266,3267,3268,3269", - "examine": "Usually used for storing living things..." - }, - { - "ids": "3270", - "examine": "The door is closed." - }, - { - "ids": "3271", - "examine": "The door is open." - }, - { - "ids": "3272,3273,3274,3275", - "examine": "I wonder what's inside." - }, - { - "ids": "3276,3277,3278,3279,3280,3281,3282,3283,3284,3285,3286,3287,3288,3289,3290,3291,3292,3293", - "examine": "A stone bridge." - }, - { - "ids": "3294", - "examine": "A hot place for forging things in." - }, - { - "ids": "3295,3296,3297,3298,3299,3300,3301,3302", - "examine": "It's covered in strange writing." - }, - { - "ids": "3303", - "examine": "You won't be able to lift that." - }, - { - "ids": "3304", - "examine": "A portcullis." - }, - { - "ids": "3305,3306", - "examine": "It doesn't look like water in there..." - }, - { - "ids": "3307", - "examine": "A pile of rocks." - }, - { - "ids": "3308", - "examine": "The boulder has smashed through the cage." - }, - { - "ids": "3309,3310,3311,3312,3313,3314,3315,3316,3317,3318,3319,3320,3321,3322,3323,3324,3325,3326", - "examine": "A deposit of rocks." - }, - { - "ids": "3327", - "examine": "Intimidating!" - }, - { - "ids": "3328,3329,3330,3331", - "examine": "A depiction of a great dwarf miner." - }, - { - "ids": "3332", - "examine": "A temple door." - }, - { - "ids": "3333,3334,3335,3336", - "examine": "A very big door." - }, - { - "ids": "3337", - "examine": "This lever can be operated." - }, - { - "ids": "3338", - "examine": "Why would a log be hung up there?" - }, - { - "ids": "3339", - "examine": "Looks suspicious." - }, - { - "ids": "3340", - "examine": "Looks like the rope is holding the bridge up." - }, - { - "ids": "3341,3342", - "examine": "Looks like the other rope is holding the bridge up." - }, - { - "ids": "3343", - "examine": "A pile of rocks." - }, - { - "ids": "3344,3345,3346,3347", - "examine": "It's got dwarf brew in it." - }, - { - "ids": "3348,3349,3350", - "examine": "Lord Iban's Throne." - }, - { - "ids": "3351,3352", - "examine": "I'm glad I'm on this side of those bars." - }, - { - "ids": "3353,3354,3355,3356,3357,3358", - "examine": "I don't much like the look of that..." - }, - { - "ids": "3359", - "examine": "Well of the damned." - }, - { - "ids": "3360", - "examine": "A wooden crate for storage." - }, - { - "ids": "3361", - "examine": "A magical sphere that glimmers within." - }, - { - "ids": "3362,3363", - "examine": "A window." - }, - { - "ids": "3364", - "examine": "An odd looking rock formation." - }, - { - "ids": "3365", - "examine": "Looks like I can climb these." - }, - { - "ids": "3366", - "examine": "Makes you cry." - }, - { - "ids": "3367,3368,3369,3370", - "examine": "Steel bars that are locked securely." - }, - { - "ids": "3371", - "examine": "An Achey tree stump." - }, - { - "ids": "3372,3373,3374,3375", - "examine": "Useful for ogre dinners." - }, - { - "ids": "3376", - "examine": "An ogre bench, useful for taking all that weight off their legs." - }, - { - "ids": "3377", - "examine": "Hmmm, a rock for a lock...." - }, - { - "ids": "3378", - "examine": "Some stealthy thief must have picked the ogre lock!" - }, - { - "ids": "3379", - "examine": "The entrance to Rantz's cave" - }, - { - "ids": "3380,3381", - "examine": "Exit this way for fresh air and daylight." - }, - { - "ids": "3382,3383,3384,3385,3386,3387,3388", - "examine": "Useful for ogre dinners." - }, - { - "ids": "3389", - "examine": "A good source of books!" - }, - { - "ids": "3390,3391,3392,3393", - "examine": "A strange crack cuts into the wall." - }, - { - "ids": "3394,3395", - "examine": "A wooden crate for storage." - }, - { - "ids": "3396,3397", - "examine": "A pile of boxes for storage." - }, - { - "ids": "3398,3399,3400,3401", - "examine": "A wooden crate for storage." - }, - { - "ids": "3402", - "examine": "Used for fashioning metal items." - }, - { - "ids": "3403", - "examine": "A pile of Elemental rock." - }, - { - "ids": "3404,3405", - "examine": "A valve to start and stop the flow of water." - }, - { - "ids": "3406", - "examine": "This lever can be operated." - }, - { - "ids": "3407,3408", - "examine": "It spins." - }, - { - "ids": "3409", - "examine": "This lever can be operated." - }, - { - "ids": "3410,3411,3412", - "examine": "Big bellows." - }, - { - "ids": "3413", - "examine": "A furnace with an air blast pipe." - }, - { - "ids": "3414", - "examine": "A small trough full of lava." - }, - { - "ids": "3415", - "examine": "I can climb down these stairs." - }, - { - "ids": "3416", - "examine": "I can climb up these stairs." - }, - { - "ids": "3417,3418,3419,3420,3421,3422,3423,3424,3425,3426,3427,3428", - "examine": "This lever can be operated." - }, - { - "ids": "3429,3430", - "examine": "Water powered machinery." - }, - { - "ids": "3431", - "examine": "Stoney!" - }, - { - "ids": "3432", - "examine": "I wonder what's under it?" - }, - { - "ids": "3433,3434,3435,3436,3437,3438,3439", - "examine": "I can see a holy barrier at the bottom." - }, - { - "ids": "3440", - "examine": "They let you walk up them!" - }, - { - "ids": "3441,3442", - "examine": "They let you walk down them!" - }, - { - "ids": "3443", - "examine": "A holy barrier blocking evil forces." - }, - { - "ids": "3444,3445,3446,3447,3448,3449,3450,3451,3452,3453,3454,3455,3456,3457,3458,3459,3460,3461,3462", - "examine": "A sturdy metal gate." - }, - { - "ids": "3463,3464,3465", - "examine": "A hastily constructed yet sturdy prison door." - }, - { - "ids": "3466", - "examine": "Dead animal parts dangling!" - }, - { - "ids": "3467,3468,3469,3470,3471,3472,3473,3474,3475,3476,3477,3478", - "examine": "So how long has this been dead, then?" - }, - { - "ids": "3479", - "examine": "A statue honouring Saradomin." - }, - { - "ids": "3480,3481,3482,3483,3484", - "examine": "An ornately decorated coffin. Something seems to be alive inside." - }, - { - "ids": "3485,3486,3487,3488", - "examine": "An ornately carved well that draws water from the river Salve." - }, - { - "ids": "3489,3490,3491,3492", - "examine": "Sturdy looking door." - }, - { - "ids": "3493,3494,3495,3496,3497,3498,3499", - "examine": "A monument to a fallen priest." - }, - { - "ids": "3500,3501,3502,3503,3504,3505", - "examine": "With skill I can play this." - }, - { - "ids": "3506,3507", - "examine": "A wrought iron gate." - }, - { - "ids": "3508,3509", - "examine": "Not sure if I should sit on that." - }, - { - "ids": "3510,3511", - "examine": "Not sure if that's any use." - }, - { - "ids": "3512,3513", - "examine": "It'll probably die soon." - }, - { - "ids": "3514,3515", - "examine": "Not sure if I should stand under that." - }, - { - "ids": "3516", - "examine": "A dark dank entrance to below.." - }, - { - "ids": "3517,3518,3519", - "examine": "A large tree thriving where trees normally die." - }, - { - "ids": "3520", - "examine": "Special grotto area." - }, - { - "ids": "3521", - "examine": "A grotto transformed into an altar of nature." - }, - { - "ids": "3522", - "examine": "It's a bridge." - }, - { - "ids": "3523,3524", - "examine": "An old bench, probably made from wood in this swamp." - }, - { - "ids": "3525", - "examine": "The door." - }, - { - "ids": "3526", - "examine": "The green door." - }, - { - "ids": "3527,3528,3529,3530,3531,3532,3533,3534,3535,3536,3537,3538,3539,3540,3541,3542,3543,3544,3545", - "examine": "A roughly hewn stone with some sort of symbol on it." - }, - { - "ids": "3546,3547,3548,3549,3550", - "examine": "There is a rope leading to the bottom of this well." - }, - { - "ids": "3551,3552", - "examine": "I can balance on this rope." - }, - { - "ids": "3553,3554,3555,3556,3557,3558", - "examine": "I can balance on this log." - }, - { - "ids": "3559,3560,3561,3562", - "examine": "Tread carefully!" - }, - { - "ids": "3563,3564", - "examine": "Now, I'm the king of the swingers, oh, the jungle VIP." - }, - { - "ids": "3565", - "examine": "It looks like I can clamber over this." - }, - { - "ids": "3566", - "examine": "Use this to swing over to the next platform." - }, - { - "ids": "3567,3568,3569", - "examine": "I might want to avoid this nasty blade." - }, - { - "ids": "3570,3571,3572,3573,3574,3575,3576,3577", - "examine": "Walk the plank! Ya land lubber!" - }, - { - "ids": "3578,3579", - "examine": "It's a small step for a player, a giant leap for player kind." - }, - { - "ids": "3580", - "examine": "Makes sliced human." - }, - { - "ids": "3581", - "examine": "Releases a ticket when the flashing arrow is above it." - }, - { - "ids": "3582", - "examine": "Makes human colanders." - }, - { - "ids": "3583,3584", - "examine": "I can use these to climb across to the other side." - }, - { - "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": "Looks suspiciously like a pressure pad to me." - }, - { - "ids": "3608,3609", - "examine": "Releases a ticket when the flashing arrow is above it." - }, - { - "ids": "3610,3611,3612,3613,3614,3615,3616", - "examine": "I can use this rope to climb back to the top." - }, - { - "ids": "3617", - "examine": "Leads down into the Agility Arena." - }, - { - "ids": "3618,3619,3620,3621,3622,3623,3624,3625", - "examine": "Leads back to Brimhaven." - }, - { - "ids": "3626,3627,3628,3629,3630,3631,3632,3633", - "examine": "It looks very sturdy." - }, - { - "ids": "3634", - "examine": "A shrine of the gods!" - }, - { - "ids": "3635", - "examine": "I wonder what's inside..." - }, - { - "ids": "3636,3637,3638,3639,3640,3641,3642,3643", - "examine": "It looks empty." - }, - { - "ids": "3644,3645,3646,3647,3648,3649,3650,3651,3652,3653,3654,3655,3656,3657,3658,3659,3660,3661", - "examine": "That's really bright!" - }, - { - "ids": "3662,3663,3664", - "examine": "Smells more like \"innocent villager\" stew to me..." - }, - { - "ids": "3665,3666,3667,3668,3669,3670,3671,3672,3673,3674,3675", - "examine": "Troll leftovers..." - }, - { - "ids": "3676,3677,3678", - "examine": "A stone mechanism that unlocks the equipment room." - }, - { - "ids": "3679", - "examine": "A standard of Asgarnia." - }, - { - "ids": "3680", - "examine": "The flag of Asgarnia." - }, - { - "ids": "3681,3682,3683,3684", - "examine": "Town of Burthorpe" - }, - { - "ids": "3685,3686,3687,3688,3689,3690,3691", - "examine": "A pile of boxes for storage." - }, - { - "ids": "3692,3693", - "examine": "Some of the Sherpa's climbing rope." - }, - { - "ids": "3694,3695", - "examine": "Looks like the Imperial Guard's supply of Dual Claws." - }, - { - "ids": "3696", - "examine": "The Imperial Guard's ceremonial armour." - }, - { - "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 barrel full of swords..." - }, - { - "ids": "3722,3723,3724", - "examine": "A rocky outcrop." - }, - { - "ids": "3725,3726,3727,3728,3729", - "examine": "A wooden gate." - }, - { - "ids": "3730,3731,3732,3733,3734", - "examine": "I can climb over the fence with this." - }, - { - "ids": "3735", - "examine": "Looks like a small cave." - }, - { - "ids": "3736,3737,3738,3739,3740", - "examine": "The exit to the outside." - }, - { - "ids": "3741", - "examine": "No solicitors!" - }, - { - "ids": "3742", - "examine": "Danger" - }, - { - "ids": "3743,3744", - "examine": "A sturdy wooden door." - }, - { - "ids": "3745,3746", - "examine": "The door is closed." - }, - { - "ids": "3747", - "examine": "A nicely fitted door." - }, - { - "ids": "3748,3749,3750,3751", - "examine": "A rocky outcrop." - }, - { - "ids": "3752,3753,3754,3755,3756", - "examine": "Unusual energy is gathered here." - }, - { - "ids": "3757", - "examine": "Looks like a small cave." - }, - { - "ids": "3758", - "examine": "The way out." - }, - { - "ids": "3759", - "examine": "Looks like a small cave." - }, - { - "ids": "3760", - "examine": "The way out." - }, - { - "ids": "3761", - "examine": "The back way out." - }, - { - "ids": "3762", - "examine": "The back way into the stronghold." - }, - { - "ids": "3763", - "examine": "The door is closed." - }, - { - "ids": "3764", - "examine": "The door is open." - }, - { - "ids": "3765,3766", - "examine": "The door to Mad Eadgar's cell." - }, - { - "ids": "3767,3768", - "examine": "The door to Godric's cell." - }, - { - "ids": "3769", - "examine": "Hot!" - }, - { - "ids": "3770", - "examine": "This window looks down onto the Troll Camp." - }, - { - "ids": "3771", - "examine": "The entrance to the Troll Stronghold." - }, - { - "ids": "3772,3773,3774", - "examine": "The way out of the Troll Stronghold." - }, - { - "ids": "3775", - "examine": "Looks like stew of some kind..." - }, - { - "ids": "3776,3777,3778,3779", - "examine": "A door in the Stronghold." - }, - { - "ids": "3780,3781", - "examine": "The door to the prison." - }, - { - "ids": "3782,3783,3784", - "examine": "The entrance to the Troll Arena." - }, - { - "ids": "3785,3786,3787", - "examine": "The exit to the Troll Arena." - }, - { - "ids": "3788", - "examine": "I can climb these stairs." - }, - { - "ids": "3789", - "examine": "They go down." - }, - { - "ids": "3790,3791,3792,3793", - "examine": "A rocky outcrop." - }, - { - "ids": "3794,3795,3796", - "examine": "Looks tasty! If you're a goat, that is." - }, - { - "ids": "3797", - "examine": "Now that's what I call slimline!" - }, - { - "ids": "3798", - "examine": "He looks very relaxed." - }, - { - "ids": "3799", - "examine": "Now he's just too thin." - }, - { - "ids": "3800", - "examine": "A counter made from a stone block." - }, - { - "ids": "3801", - "examine": "The ideal thing to sit on." - }, - { - "ids": "3802", - "examine": "Not so good for sitting on." - }, - { - "ids": "3803,3804", - "examine": "A rocky outcrop." - }, - { - "ids": "3805", - "examine": "They don't seem to roll." - }, - { - "ids": "3806", - "examine": "They're troll eggs. Or perhaps rocks." - }, - { - "ids": "3807", - "examine": "These make great pets." - }, - { - "ids": "3808,3809", - "examine": "It's a troll! Run! No, wait, it's just a rock." - }, - { - "ids": "3810,3811,3812", - "examine": "The door to the storeroom." - }, - { - "ids": "3813", - "examine": "It probably hasn't got anything interesting inside." - }, - { - "ids": "3814,3815", - "examine": "They probably haven't got anything interesting inside." - }, - { - "ids": "3816", - "examine": "They're closed." - }, - { - "ids": "3817,3818,3819", - "examine": "They're open." - }, - { - "ids": "3820", - "examine": "It doesn't contain anything particularly appetising." - }, - { - "ids": "3821", - "examine": "Makes you taller." - }, - { - "ids": "3822", - "examine": "It's full of dried goutweed." - }, - { - "ids": "3823", - "examine": "Welcome to Mad Eadgar's! If I'm not in, I've probably been captured again." - }, - { - "ids": "3824", - "examine": "I don't want to look too closely at what's cooking in there..." - }, - { - "ids": "3825", - "examine": "A limestone ceiling growth." - }, - { - "ids": "3826", - "examine": "A tooth shaped rock formation protruding from the floor." - }, - { - "ids": "3827,3828", - "examine": "How am I going to get down there?" - }, - { - "ids": "3829", - "examine": "I hope this holds!" - }, - { - "ids": "3830,3831", - "examine": "How am I going to get down there?" - }, - { - "ids": "3832", - "examine": "I hope this holds!" - }, - { - "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 moving..." - }, - { - "ids": "3856,3857", - "examine": "It's a half buried crate." - }, - { - "ids": "3858,3859", - "examine": "It's stuck in the sand." - }, - { - "ids": "3860,3861", - "examine": "It's full of brightly coloured fish." - }, - { - "ids": "3862", - "examine": "It's a pile of burning bones." - }, - { - "ids": "3863,3864,3865,3866,3867,3868,3869,3870,3871,3872,3873,3874,3875,3876,3877,3878", - "examine": "The tribal statue of Tai Bwo Wannai Village." - }, - { - "ids": "3879", - "examine": "A tree." - }, - { - "ids": "3880", - "examine": "It's a tree stump." - }, - { - "ids": "3881,3882,3883", - "examine": "A tree." - }, - { - "ids": "3884", - "examine": "It's a tree stump." - }, - { - "ids": "3885,3886,3887,3888,3889,3890,3891,3892,3893,3894,3895,3896,3897,3898,3899,3900", - "examine": "A tree." - }, - { - "ids": "3901", - "examine": "A rare flower." - }, - { - "ids": "3902", - "examine": "Don't flowers make you feel better?" - }, - { - "ids": "3903", - "examine": "A rare flower." - }, - { - "ids": "3904", - "examine": "Don't flowers make you feel better?" - }, - { - "ids": "3905", - "examine": "A rare flower." - }, - { - "ids": "3906,3907,3908,3909,3910,3911", - "examine": "Don't flowers make you feel better?" - }, - { - "ids": "3912", - "examine": "Fungal growth." - }, - { - "ids": "3913,3914", - "examine": "Poisonous no doubt." - }, - { - "ids": "3915", - "examine": "Fungal growth." - }, - { - "ids": "3916,3917", - "examine": "Poisonous no doubt." - }, - { - "ids": "3918", - "examine": "The lamp has a glowing crystal at its core." - }, - { - "ids": "3919,3920", - "examine": "It's a trap!" - }, - { - "ids": "3921", - "examine": "A tripwire." - }, - { - "ids": "3922", - "examine": "An odd-looking group of tied sticks." - }, - { - "ids": "3923,3924,3925,3926", - "examine": "A pile of leaves." - }, - { - "ids": "3927", - "examine": "Looks like I can climb these." - }, - { - "ids": "3928", - "examine": "It's a tree." - }, - { - "ids": "3929,3930,3931,3932,3933,3934,3935,3936", - "examine": "I can balance on this log." - }, - { - "ids": "3937", - "examine": "There are some broken twigs here." - }, - { - "ids": "3938", - "examine": "It looks as if the grass here has been flattened." - }, - { - "ids": "3939,3940", - "examine": "You notice the leaf litter here has been disturbed." - }, - { - "ids": "3941,3942,3943", - "examine": "Tracks in the soil." - }, - { - "ids": "3944,3945,3946,3947,3948,3949,3950,3951,3952,3953,3954,3955,3956,3957,3958,3959,3960,3961", - "examine": "You'd need a big siege engine to force that." - }, - { - "ids": "3962,3963,3964,3965,3966", - "examine": "A yellow crystal structure." - }, - { - "ids": "3967,3968", - "examine": "A tree" - }, - { - "ids": "3969", - "examine": "Disturbing but tidy." - }, - { - "ids": "3970", - "examine": "I don't even want to think about what did that..." - }, - { - "ids": "3971", - "examine": "Now that's what I call slimline!" - }, - { - "ids": "3972", - "examine": "He looks very relaxed." - }, - { - "ids": "3973", - "examine": "Now he's just too thin." - }, - { - "ids": "3974", - "examine": "He hasn't eaten in a long time." - }, - { - "ids": "3975", - "examine": "I don't wanna fall in that!" - }, - { - "ids": "3976", - "examine": "Good for smashing city walls." - }, - { - "ids": "3977", - "examine": "There's a winch on this side." - }, - { - "ids": "3978,3979", - "examine": "There's a lever on this side." - }, - { - "ids": "3980,3981,3982", - "examine": "A way to get into the tent." - }, - { - "ids": "3983,3984,3985,3986", - "examine": "A tent." - }, - { - "ids": "3987,3988,3989,3990,3991", - "examine": "A small barrel." - }, - { - "ids": "3992,3993", - "examine": "A standard of Kandarin." - }, - { - "ids": "3994", - "examine": "A small furnace." - }, - { - "ids": "3995", - "examine": "A tent wall." - }, - { - "ids": "3996", - "examine": "A way to get into the tent." - }, - { - "ids": "3997", - "examine": "A tent wall." - }, - { - "ids": "3998", - "examine": "It looks as if the grass here has been flattened." - }, - { - "ids": "3999", - "examine": "There are some broken twigs here." - }, - { - "ids": "4000", - "examine": "A tent roof." - }, - { - "ids": "4001", - "examine": "A tent wall." - }, - { - "ids": "4002,4003", - "examine": "The charred remains of a tent pole." - }, - { - "ids": "4004,4005", - "examine": "Well of voyage." - }, - { - "ids": "4006", - "examine": "It looks like I can squeeze through here." - }, - { - "ids": "4007", - "examine": "The exit to the outside." - }, - { - "ids": "4008,4009,4010,4011,4012,4013,4014,4015,4016,4017,4018,4019,4020,4021,4022,4023", - "examine": "Shrine to the glory of Saradomin." - }, - { - "ids": "4024,4025", - "examine": "A barrel." - }, - { - "ids": "4026", - "examine": "A still for fractionalizing oils." - }, - { - "ids": "4027,4028,4029,4030", - "examine": "A pile of lime rock." - }, - { - "ids": "4031,4032,4033,4034", - "examine": "Looks like a stone doorway to me." - }, - { - "ids": "4035,4036,4037,4038", - "examine": "These clean Druid's robes are drying off." - }, - { - "ids": "4039,4040,4041,4042", - "examine": "It's full of dirty robes." - }, - { - "ids": "4043", - "examine": "Presumably the hatch the zookeeper feeds the parrots through." - }, - { - "ids": "4044,4045,4046,4047", - "examine": "A red standard." - }, - { - "ids": "4048,4049,4050", - "examine": "Spooky!" - }, - { - "ids": "4051", - "examine": "It doesn't look healthy..." - }, - { - "ids": "4052", - "examine": "It's covered in slime." - }, - { - "ids": "4053,4054", - "examine": "It doesn't look healthy..." - }, - { - "ids": "4055,4056,4057", - "examine": "These fat fungi take up so much room." - }, - { - "ids": "4058", - "examine": "A pipe I can squeeze through." - }, - { - "ids": "4059", - "examine": "I can balance on this rope." - }, - { - "ids": "4060", - "examine": "It's hollow..." - }, - { - "ids": "4061", - "examine": "This tree has been cut down." - }, - { - "ids": "4062", - "examine": "Strange items are stored here." - }, - { - "ids": "4063", - "examine": "Ideal for washing things in." - }, - { - "ids": "4064", - "examine": "This table has seen better days." - }, - { - "ids": "4065", - "examine": "It looks very ornamental in a practical 'solid rock' way." - }, - { - "ids": "4066", - "examine": "Welcome to Mort'ton" - }, - { - "ids": "4067", - "examine": "Danger! Sickness and affliction... stay away!" - }, - { - "ids": "4068", - "examine": "Looks like a pile of ancient rubble." - }, - { - "ids": "4069,4070,4071,4072,4073,4074,4075,4076", - "examine": "The starting of a wall." - }, - { - "ids": "4077", - "examine": "It's nearly a wall." - }, - { - "ids": "4078", - "examine": "A rebuilt wall." - }, - { - "ids": "4079", - "examine": "The broken wall of a desecrated temple." - }, - { - "ids": "4080,4081,4082,4083,4084,4085,4086,4087", - "examine": "The partially repaired wall of a desecrated temple." - }, - { - "ids": "4088", - "examine": "The nearly repaired wall of a desecrated temple." - }, - { - "ids": "4089", - "examine": "The repaired wall of a temple." - }, - { - "ids": "4090", - "examine": "A flaming Fire altar." - }, - { - "ids": "4091", - "examine": "An ancient Fire altar." - }, - { - "ids": "4092", - "examine": "An ancient, totally desecrated, broken down fire altar." - }, - { - "ids": "4093", - "examine": "A place to cremate the dead. Needs some wood." - }, - { - "ids": "4094,4095,4096,4097,4098,4099", - "examine": "A place to cremate the dead. Needs a body." - }, - { - "ids": "4100,4101,4102,4103,4104,4105", - "examine": "A place to cremate the dead. Needs a light." - }, - { - "ids": "4106,4107,4108,4109,4110", - "examine": "Heavy metal!" - }, - { - "ids": "4111", - "examine": "A strangely decorated bronze chest, the lock is painted blood red." - }, - { - "ids": "4112", - "examine": "A strangely decorated chest, the lock is painted brown." - }, - { - "ids": "4113", - "examine": "A strangely decorated chest, the lock is painted crimson." - }, - { - "ids": "4114", - "examine": "A strangely decorated chest, the lock is painted black." - }, - { - "ids": "4115", - "examine": "A strangely decorated chest, the lock is painted purple." - }, - { - "ids": "4116", - "examine": "A strangely decorated steel chest, the lock is painted blood red." - }, - { - "ids": "4117", - "examine": "A strangely decorated steel chest, the lock is painted brown." - }, - { - "ids": "4118", - "examine": "A strangely decorated steel chest, the lock is painted crimson." - }, - { - "ids": "4119", - "examine": "A strangely decorated steel chest, the lock is painted black." - }, - { - "ids": "4120", - "examine": "A strangely decorated steel chest, the lock is painted purple." - }, - { - "ids": "4121", - "examine": "A strangely decorated black chest, the lock is painted blood red." - }, - { - "ids": "4122", - "examine": "A strangely decorated black chest, the lock is painted brown." - }, - { - "ids": "4123", - "examine": "A strangely decorated black chest, the lock is painted crimson." - }, - { - "ids": "4124", - "examine": "A strangely decorated black chest, the lock is painted black." - }, - { - "ids": "4125", - "examine": "A strangely decorated black chest, the lock is painted purple." - }, - { - "ids": "4126", - "examine": "A strangely decorated silver chest, the lock is painted blood red." - }, - { - "ids": "4127", - "examine": "A strangely decorated silver chest, the lock is painted brown." - }, - { - "ids": "4128", - "examine": "A strangely decorated silver chest, the lock is painted crimson." - }, - { - "ids": "4129", - "examine": "A strangely decorated silver chest, the lock is painted black." - }, - { - "ids": "4130", - "examine": "A strangely decorated silver chest, the lock is painted purple." - }, - { - "ids": "4131", - "examine": "A strangely decorated bronze chest, the open lock is painted blood red." - }, - { - "ids": "4132,4133", - "examine": "These doors look very ominous. A sign says 'To the tombs'." - }, - { - "ids": "4134,4135,4136,4137", - "examine": "Large doors set into the hillside." - }, - { - "ids": "4138", - "examine": "Items are for sale here." - }, - { - "ids": "4139,4140", - "examine": "Entrance to the Duel Arena." - }, - { - "ids": "4141", - "examine": "This seems to be some kind of shrine." - }, - { - "ids": "4142", - "examine": "The wind makes a musical sound as it blows through it..." - }, - { - "ids": "4143", - "examine": "Danger" - }, - { - "ids": "4144,4145,4146", - "examine": "Those golden fruit look good enough to eat!" - }, - { - "ids": "4147", - "examine": "This must be Lalli's home." - }, - { - "ids": "4148", - "examine": "Allows performers backstage at the Longhall." - }, - { - "ids": "4149", - "examine": "It smells pretty good actually." - }, - { - "ids": "4150,4151,4152,4153,4154,4155,4156,4157", - "examine": "A portal from this mystical place." - }, - { - "ids": "4158", - "examine": "Takes me into the maze." - }, - { - "ids": "4159,4160,4161", - "examine": "Takes me out of the maze." - }, - { - "ids": "4162", - "examine": "A thin metal pipe, presumably for rainwater to run through." - }, - { - "ids": "4163,4164", - "examine": "I can climb this." - }, - { - "ids": "4165,4166", - "examine": "Keeps the wind out." - }, - { - "ids": "4167,4168", - "examine": "I wonder what's inside?" - }, - { - "ids": "4169", - "examine": "Brrrrrr!" - }, - { - "ids": "4170", - "examine": "There is some kind of balancing mechanism as a lock." - }, - { - "ids": "4171", - "examine": "A good source of books!" - }, - { - "ids": "4172", - "examine": "An appliance for cooking with." - }, - { - "ids": "4173", - "examine": "I wonder what's down there?" - }, - { - "ids": "4174", - "examine": "I wonder what's under it?" - }, - { - "ids": "4175", - "examine": "Kind of funny smelling..." - }, - { - "ids": "4176", - "examine": "Water comes out of it." - }, - { - "ids": "4177", - "examine": "This may be worth opening." - }, - { - "ids": "4178", - "examine": "This may be worth searching." - }, - { - "ids": "4179,4180", - "examine": "A very unusual piece of artwork..." - }, - { - "ids": "4181", - "examine": "Alas poor unicorn, I knew him well." - }, - { - "ids": "4182", - "examine": "Looks like the bull lost." - }, - { - "ids": "4183,4184", - "examine": "A pile of boxes for storage." - }, - { - "ids": "4185", - "examine": "A wooden crate for storage." - }, - { - "ids": "4186", - "examine": "An old crate for storage." - }, - { - "ids": "4187", - "examine": "I can climb this." - }, - { - "ids": "4188", - "examine": "This leads upwards." - }, - { - "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": "This leads downwards." - }, - { - "ids": "4247", - "examine": "Keeps the cold winds out." - }, - { - "ids": "4248,4249", - "examine": "Doesn't keep the wind out if it's open!" - }, - { - "ids": "4250,4251", - "examine": "I'm sure the animal is glad its fur was put to good use." - }, - { - "ids": "4252,4253,4254,4255,4256,4257,4258,4259,4260,4261,4262,4263,4264", - "examine": "I wonder what's inside?" - }, - { - "ids": "4265", - "examine": "Toasty." - }, - { - "ids": "4266", - "examine": "Hot!" - }, - { - "ids": "4267,4268", - "examine": "Finger licking good!" - }, - { - "ids": "4269", - "examine": "It's a long wooden table." - }, - { - "ids": "4270", - "examine": "It's a table with candles on." - }, - { - "ids": "4271", - "examine": "Generally used for sitting." - }, - { - "ids": "4272", - "examine": "Generally used for putting things on." - }, - { - "ids": "4273", - "examine": "Actually, I could do with a drink..." - }, - { - "ids": "4274", - "examine": "For leaning against..." - }, - { - "ids": "4275", - "examine": "A wooden barrel containing lots of fish." - }, - { - "ids": "4276", - "examine": "Always a source of good bargains." - }, - { - "ids": "4277", - "examine": "There's something fishy about this stall." - }, - { - "ids": "4278,4279,4280,4281,4282", - "examine": "Around here, this is where you buy new doors." - }, - { - "ids": "4283,4284", - "examine": "Has a peculiar odour." - }, - { - "ids": "4285", - "examine": "Water comes out of this." - }, - { - "ids": "4286", - "examine": "It's kind of like a barrel." - }, - { - "ids": "4287", - "examine": "Looks pretty comfy." - }, - { - "ids": "4288,4289,4290,4291,4292,4293,4294,4295", - "examine": "I guess I could sleep in it if I was really tired." - }, - { - "ids": "4296", - "examine": "Yup, looks like this neighbourhood is perfectly safe for travellers..." - }, - { - "ids": "4297,4298,4299", - "examine": "A pile of boxes for storage." - }, - { - "ids": "4300", - "examine": "A wooden crate for storage." - }, - { - "ids": "4301,4302,4303", - "examine": "An old crate for storage." - }, - { - "ids": "4304,4305", - "examine": "A hot place for forging things in." - }, - { - "ids": "4306", - "examine": "Used for fashioning metal items." - }, - { - "ids": "4307", - "examine": "Various implements for working with metal." - }, - { - "ids": "4308", - "examine": "Bake your clay pots in here." - }, - { - "ids": "4309", - "examine": "Used for spinning thread." - }, - { - "ids": "4310", - "examine": "Used for fashioning clay items." - }, - { - "ids": "4311,4312,4313,4314,4315,4316,4317,4318,4319,4320,4321,4322,4323,4324,4325,4326,4327", - "examine": "A wooden gate." - }, - { - "ids": "4328,4329,4330,4331,4332,4333,4334,4335,4336,4337,4338,4339,4340,4341,4342,4343,4344,4345,4346,4347", - "examine": "This tree has been cut down." - }, - { - "ids": "4348", - "examine": "Best left on the beach." - }, - { - "ids": "4349", - "examine": "This once belonged to a sea animal." - }, - { - "ids": "4350", - "examine": "Best left for the crabs." - }, - { - "ids": "4351", - "examine": "I can hear the sea with this." - }, - { - "ids": "4352,4353,4354,4355,4356,4357,4358,4359,4360,4361,4362,4363,4364,4365", - "examine": "It is a buried Bowl." - }, - { - "ids": "4366,4367", - "examine": "An empty shelf..." - }, - { - "ids": "4368", - "examine": "There are some pots and pans here." - }, - { - "ids": "4369", - "examine": "There are some tankards here." - }, - { - "ids": "4370", - "examine": "A shelf with a bucket on it." - }, - { - "ids": "4371", - "examine": "There are a few books on this shelf." - }, - { - "ids": "4372", - "examine": "It's a small table." - }, - { - "ids": "4373,4374,4375,4376", - "examine": "A tray of sand." - }, - { - "ids": "4377,4378,4379", - "examine": "There should be a standard here!" - }, - { - "ids": "4380", - "examine": "I could climb this if I wanted." - }, - { - "ids": "4381,4382", - "examine": "It's a war machine." - }, - { - "ids": "4383,4384", - "examine": "I could climb this if I wanted." - }, - { - "ids": "4385,4386", - "examine": "The catapult is damaged." - }, - { - "ids": "4387", - "examine": "A portal to join the Saradomin team." - }, - { - "ids": "4388", - "examine": "A portal to join the Zamorak team." - }, - { - "ids": "4389", - "examine": "A portal to leave the Saradomin team." - }, - { - "ids": "4390,4391,4392,4393,4394,4395,4396,4397,4398,4399,4400,4401,4402,4403,4404,4405", - "examine": "A portal to leave the Zamorak team." - }, - { - "ids": "4406", - "examine": "A portal to leave the Saradomin team." - }, - { - "ids": "4407", - "examine": "A portal to leave the Zamorak team." - }, - { - "ids": "4408,4409,4410", - "examine": "A portal to join a random team." - }, - { - "ids": "4411", - "examine": "A very slippery stepping stone" - }, - { - "ids": "4412,4413", - "examine": "I could climb this if I wanted." - }, - { - "ids": "4414", - "examine": "A rickety old staircase." - }, - { - "ids": "4415,4416,4417,4418,4419,4420", - "examine": "A solid stone staircase." - }, - { - "ids": "4421,4422", - "examine": "A spiky barricade." - }, - { - "ids": "4423,4424,4425,4426,4427,4428,4429,4430", - "examine": "A large double door." - }, - { - "ids": "4431,4432,4433,4434,4435,4436", - "examine": "A large broken door." - }, - { - "ids": "4437", - "examine": "We could use our pickaxes to get past these..." - }, - { - "ids": "4438,4439,4440,4441,4442,4443", - "examine": "We can almost get past these..." - }, - { - "ids": "4444,4445", - "examine": "Should be long enough to scale castle walls." - }, - { - "ids": "4446,4447", - "examine": "Maybe I could tie a rope to this..." - }, - { - "ids": "4448", - "examine": "It doesn't look very stable..." - }, - { - "ids": "4449,4450,4451,4452,4453,4454,4455,4456,4457", - "examine": "A solid stone staircase." - }, - { - "ids": "4458", - "examine": "There are some bandages on this table." - }, - { - "ids": "4459", - "examine": "There are some toolboxes on this table." - }, - { - "ids": "4460", - "examine": "There's some rock I can use with the catapult here." - }, - { - "ids": "4461", - "examine": "There are some barricades here." - }, - { - "ids": "4462", - "examine": "There is some rope here." - }, - { - "ids": "4463", - "examine": "There are some explosive potions here." - }, - { - "ids": "4464", - "examine": "There are some pickaxes on this table." - }, - { - "ids": "4465,4466", - "examine": "An elf-fashioned door." - }, - { - "ids": "4467", - "examine": "The door is closed." - }, - { - "ids": "4468", - "examine": "The door is open." - }, - { - "ids": "4469", - "examine": "Only the Saradomin team may pass." - }, - { - "ids": "4470", - "examine": "Only the Zamorak team may pass." - }, - { - "ids": "4471,4472,4473,4474,4475,4476,4477,4478,4479,4480,4481", - "examine": "I wonder what's under it?" - }, - { - "ids": "4482", - "examine": "Water comes out of this." - }, - { - "ids": "4483", - "examine": "It's open." - }, - { - "ids": "4484", - "examine": "Keep track of which team has the most victories." - }, - { - "ids": "4485,4486", - "examine": "I could climb this if I wanted." - }, - { - "ids": "4487,4488,4489,4490,4491,4492", - "examine": "A big wooden door." - }, - { - "ids": "4493", - "examine": "I can climb these stairs." - }, - { - "ids": "4494", - "examine": "They go down." - }, - { - "ids": "4495", - "examine": "I can climb these stairs." - }, - { - "ids": "4496", - "examine": "They go down." - }, - { - "ids": "4497", - "examine": "I can climb these stairs." - }, - { - "ids": "4498", - "examine": "They go down." - }, - { - "ids": "4499", - "examine": "Wow" - }, - { - "ids": "4500,4501,4502,4503,4504,4505,4506,4507,4508,4509,4510,4511,4512", - "examine": "This leads back to the cruel world above." - }, - { - "ids": "4513,4514,4515,4516,4517", - "examine": "I doubt that was built to last..." - }, - { - "ids": "4518", - "examine": "How do you make a skeleton laugh?" - }, - { - "ids": "4519", - "examine": "Tickle his funny bone." - }, - { - "ids": "4520,4521,4522,4523,4524,4525,4526,4527,4528,4529,4530,4531,4532,4533,4534,4535,4536,4537,4538,4539,4540", - "examine": "Clearly has been relaxing too long...." - }, - { - "ids": "4541,4542", - "examine": "Did that thing just twitch?" - }, - { - "ids": "4543,4544", - "examine": "A strange wall with objects engraved upon it." - }, - { - "ids": "4545,4546,4547,4548,4549", - "examine": "A strange wall that appears to be hinged." - }, - { - "ids": "4550,4551,4552,4553,4554,4555,4556,4557,4558,4559,4560,4561,4562,4563,4564,4565,4566,4567", - "examine": "I can jump off this one." - }, - { - "ids": "4568", - "examine": "I can climb up these stairs." - }, - { - "ids": "4569,36777", - "examine": "I can climb up or go down these stairs." - }, - { - "ids": "4570,4571,4572,4573,4574,4575,4576", - "examine": "I can climb down these stairs." - }, - { - "ids": "4577,4578,4579,4580,4581,4582,4583,4584,4585,4586", - "examine": "Lets you walk through walls!" - }, - { - "ids": "4587", - "examine": "It turns the light around." - }, - { - "ids": "4588", - "examine": "It looks broken." - }, - { - "ids": "4589", - "examine": "Part of the Lighthouse's lighting mechanism." - }, - { - "ids": "4590,4591,4592,4593,4594,4595,4596,4597,4598,4599,4600,4601,4602,4603,4604,4605,4606,4607,4608,4609", - "examine": "Part of the lighthouse Light mechanism." - }, - { - "ids": "4610", - "examine": "Best left on the beach." - }, - { - "ids": "4611", - "examine": "This once belonged to a sea animal." - }, - { - "ids": "4612", - "examine": "Best left for the crabs." - }, - { - "ids": "4613", - "examine": "I can hear the sea with this." - }, - { - "ids": "4614", - "examine": "It is a buried bowl." - }, - { - "ids": "4615,4616", - "examine": "I can jump off this one." - }, - { - "ids": "4617", - "examine": "Shelves filled with interesting books." - }, - { - "ids": "4618,4619", - "examine": "A nice and cosy fire." - }, - { - "ids": "4620,4621", - "examine": "They go down." - }, - { - "ids": "4622,4623", - "examine": "They go up." - }, - { - "ids": "4624,4625", - "examine": "They go down." - }, - { - "ids": "4626,4627,4628", - "examine": "They go up." - }, - { - "ids": "4629,4630,4631,4632,4633,4634,4635", - "examine": "A large double door." - }, - { - "ids": "4636,4637,4638,4639,4640", - "examine": "An elf-fashioned door." - }, - { - "ids": "4641", - "examine": "Mmm...beer!" - }, - { - "ids": "4642", - "examine": "Has some board games news on it." - }, - { - "ids": "4643", - "examine": "The ladder to the Runelink challenge room for experienced players." - }, - { - "ids": "4644", - "examine": "The ladder back to the Runelink challenge room." - }, - { - "ids": "4645", - "examine": "The ladder to the Draughts challenge room for experienced players." - }, - { - "ids": "4646", - "examine": "The ladder back to the Draughts challenge room." - }, - { - "ids": "4647", - "examine": "The ladder back up to the Toad and Chicken." - }, - { - "ids": "4648,4649", - "examine": "Leads down to the Burthorpe Games Rooms." - }, - { - "ids": "4650", - "examine": "A nice and cosy fire." - }, - { - "ids": "4651", - "examine": "A table for board games." - }, - { - "ids": "4652", - "examine": "A game of draughts is being played on this table." - }, - { - "ids": "4653,4654,4655", - "examine": "A game of Runelink is being played on this table." - }, - { - "ids": "4656,4657", - "examine": "A comfy stool." - }, - { - "ids": "4658", - "examine": "Draughts challenge room." - }, - { - "ids": "4659", - "examine": "Runelink challenge room." - }, - { - "ids": "4660", - "examine": "Draughts challenge room for experienced players." - }, - { - "ids": "4661,4662,4663,4664,4665,4666,4667,4668", - "examine": "Runelink challenge room for experienced players." - }, - { - "ids": "4669", - "examine": "A statue of Arrav (the Fountain of Heroes has moved downstairs.)" - }, - { - "ids": "4670", - "examine": "A statue of Camorra (the Fountain of Heroes has moved downstairs.)" - }, - { - "ids": "4671", - "examine": "A good source of books!" - }, - { - "ids": "4672,4673", - "examine": "The door into the throne room." - }, - { - "ids": "4674", - "examine": "I bet this makes good syrup!" - }, - { - "ids": "4675", - "examine": "Scented herbs." - }, - { - "ids": "4676", - "examine": "A rocky outcrop." - }, - { - "ids": "4677,4678,4679,4680,4681,4682", - "examine": "Scented herbs." - }, - { - "ids": "4683", - "examine": "A large harp." - }, - { - "ids": "4684", - "examine": "Good for shooting fish in." - }, - { - "ids": "4685", - "examine": "This old tree is rotting away" - }, - { - "ids": "4686,4687,4688,4689", - "examine": "This old tree is rotting away." - }, - { - "ids": "4690,4691", - "examine": "Fancy." - }, - { - "ids": "4692,4693,4694,4695", - "examine": "Flag, pole...Yep, it's a flagpole." - }, - { - "ids": "4696", - "examine": "The door is closed." - }, - { - "ids": "4697,4698,4699,4700", - "examine": "The door is open." - }, - { - "ids": "4701", - "examine": "Keeps the cold winds out." - }, - { - "ids": "4702", - "examine": "A nicely carved wooden chair." - }, - { - "ids": "4703,4704", - "examine": "A wooden double bed. For sleeping in..." - }, - { - "ids": "4705", - "examine": "There's something fishy about this stall." - }, - { - "ids": "4706", - "examine": "You should eat your greens!" - }, - { - "ids": "4707", - "examine": "There's something fishy about this stall." - }, - { - "ids": "4708,4709", - "examine": "You should eat your greens!" - }, - { - "ids": "4710,4711", - "examine": "A doorway made from bamboo." - }, - { - "ids": "4712", - "examine": "It's a trapdoor." - }, - { - "ids": "4713", - "examine": "It's an open trapdoor." - }, - { - "ids": "4714", - "examine": "A wooden crate for storage." - }, - { - "ids": "4715", - "examine": "This crate is making chattering sounds." - }, - { - "ids": "4716", - "examine": "This crate smells slightly nauseous." - }, - { - "ids": "4717,4718", - "examine": "This crate says 'Property of Hamab' on its side." - }, - { - "ids": "4719", - "examine": "This crate says 'Property of Ifaba' on its side." - }, - { - "ids": "4720,4721", - "examine": "This crate says 'Property of Daga' on its side." - }, - { - "ids": "4722,4723", - "examine": "This crate smells slightly of banana." - }, - { - "ids": "4724", - "examine": "This crate says 'Property of Hamab' on its side." - }, - { - "ids": "4725,4726,4727", - "examine": "This crate says 'Property of Ifaba' on its side." - }, - { - "ids": "4728", - "examine": "I can climb up this." - }, - { - "ids": "4729,4730,4731,4732,4733,4734,4735,4736,4737,4738,4739,4740,4741,4742", - "examine": "A dried up bush, void of life." - }, - { - "ids": "4743,4744", - "examine": "It's a bamboo ladder." - }, - { - "ids": "4745", - "examine": "Looks good for jumping off." - }, - { - "ids": "4746,4747,4748", - "examine": "This crate is marked 'Deliver to Glough'..." - }, - { - "ids": "4749", - "examine": "It's a banana tree, full of bananas." - }, - { - "ids": "4750", - "examine": "It's a banana tree, with lots of bananas." - }, - { - "ids": "4751", - "examine": "It's a banana tree, with many bananas." - }, - { - "ids": "4752", - "examine": "It's a banana tree, with a few bananas." - }, - { - "ids": "4753", - "examine": "It's a banana tree, with but one banana." - }, - { - "ids": "4754", - "examine": "It's a banana tree, with no more bananas left." - }, - { - "ids": "4755", - "examine": "They go down." - }, - { - "ids": "4756,4757,4758,4759,4760,4761,4762,4763", - "examine": "They go up." - }, - { - "ids": "4764", - "examine": "It's a bamboo stool." - }, - { - "ids": "4765,4766", - "examine": "It's a sheer wall of fire, rising as high as you can see." - }, - { - "ids": "4767", - "examine": "The contents of this pyre are rapidly bubbling and burning." - }, - { - "ids": "4768", - "examine": "It's a wall of bricks." - }, - { - "ids": "4769,4770", - "examine": "It's a pile of bricks." - }, - { - "ids": "4771", - "examine": "A rather dapper little monkey sitting on a throne." - }, - { - "ids": "4772,4773,4774,4775,4776,4777,4778,4779,4780,4781,4782,4783,4784,4785", - "examine": "It's a bamboo ladder." - }, - { - "ids": "4786", - "examine": "A plant in a bamboo pot." - }, - { - "ids": "4787,4788,4789,4790", - "examine": "It's an absolutely huge bamboo gate." - }, - { - "ids": "4791,4792,4793", - "examine": "It's a big comfy bed, made of strips of bamboo." - }, - { - "ids": "4794", - "examine": "It's a pot made out of bamboo." - }, - { - "ids": "4795,4796", - "examine": "They are pots made out of bamboo." - }, - { - "ids": "4797", - "examine": "Bamboo strips have been lashed together to make this rickety desk." - }, - { - "ids": "4798", - "examine": "It's a bookcase made out of bamboo." - }, - { - "ids": "4799,4800,4801,4802,4803,4804,4805,4806", - "examine": "It's a bamboo door with a large iron padlock." - }, - { - "ids": "4807,4808,4809,4810,4811", - "examine": "It's a door made from bamboo." - }, - { - "ids": "4812,4813,4814", - "examine": "Looks good for hiding in..." - }, - { - "ids": "4815", - "examine": "Looks good for hiding in." - }, - { - "ids": "4816", - "examine": "This is a fairly tall tree with sparse foliage." - }, - { - "ids": "4817", - "examine": "A jungle palm with dense foliage." - }, - { - "ids": "4818", - "examine": "This is a fairly tall tree with sparse foliage." - }, - { - "ids": "4819", - "examine": "This was a fairly tall tree with sparse foliage." - }, - { - "ids": "4820", - "examine": "A leafy tree." - }, - { - "ids": "4821", - "examine": "This was a fairly tall tree with sparse foliage." - }, - { - "ids": "4822", - "examine": "This tree has been cut down." - }, - { - "ids": "4823", - "examine": "This flower is found only in jungle areas." - }, - { - "ids": "4824", - "examine": "A very rare and exotic flower." - }, - { - "ids": "4825", - "examine": "A small fernlike plant." - }, - { - "ids": "4826", - "examine": "Leaves a nasty mark." - }, - { - "ids": "4827", - "examine": "Looks spiky." - }, - { - "ids": "4828", - "examine": "This has broad leaves." - }, - { - "ids": "4829", - "examine": "A type of jungle fern." - }, - { - "ids": "4830", - "examine": "A large waxy jungle plant." - }, - { - "ids": "4831", - "examine": "Commonly found in these parts." - }, - { - "ids": "4832", - "examine": "The tendrils of a creeping plant." - }, - { - "ids": "4833,4834", - "examine": "A jungle bush, quite common to these areas." - }, - { - "ids": "4835,4836,4837,4838,4839,4840,4841,4842,4843,4844", - "examine": "A jungle bush that has been chopped down." - }, - { - "ids": "4845,4846,4847", - "examine": "A terribly tall tropical tree." - }, - { - "ids": "4848", - "examine": "Leaves of a tropical tree." - }, - { - "ids": "4849,4850,4851", - "examine": "This tree no doubt contains dangerous insects." - }, - { - "ids": "4852", - "examine": "This old tree is rotting away." - }, - { - "ids": "4853", - "examine": "A gnarly old tree root." - }, - { - "ids": "4854", - "examine": "The roots of this tree are exposed." - }, - { - "ids": "4855", - "examine": "I hope I don't trip over any of these." - }, - { - "ids": "4856", - "examine": "It's a small patch of glowing fungus." - }, - { - "ids": "4857", - "examine": "It's a medium patch of glowing fungus." - }, - { - "ids": "4858", - "examine": "It's an absolutely colossal statue of some kind of gorilla." - }, - { - "ids": "4859,4860", - "examine": "It's a huge statue of some kind of gorilla." - }, - { - "ids": "4861", - "examine": "It's a huge statue of some kind of monkey." - }, - { - "ids": "4862", - "examine": "It's a large patch of glowing fungus." - }, - { - "ids": "4863,4864", - "examine": "Legs of this watchtower." - }, - { - "ids": "4865", - "examine": "It's the middle of this watchtower." - }, - { - "ids": "4866", - "examine": "It's a deactivated military Gnome glider." - }, - { - "ids": "4867", - "examine": "It's an activated military Gnome glider." - }, - { - "ids": "4868,4869,4870", - "examine": "It's some kind of Gnome teleportation device." - }, - { - "ids": "4871", - "examine": "This is the panel controlling the hangar reinitialisation." - }, - { - "ids": "4872", - "examine": "There must be an exit nearby." - }, - { - "ids": "4873", - "examine": "It's probably too risky to try pulling this." - }, - { - "ids": "4874", - "examine": "This table has crafting paraphernalia on it." - }, - { - "ids": "4875", - "examine": "This table has ripe bananas on show." - }, - { - "ids": "4876", - "examine": "This table has items of a general nature on it." - }, - { - "ids": "4877", - "examine": "This table has runes on display." - }, - { - "ids": "4878", - "examine": "This table has a scimitar on it." - }, - { - "ids": "4879", - "examine": "It's a trapdoor." - }, - { - "ids": "4880", - "examine": "It's an open trapdoor." - }, - { - "ids": "4881", - "examine": "I can climb up this." - }, - { - "ids": "4882,4883", - "examine": "Looks suspicious." - }, - { - "ids": "4884", - "examine": "A plank." - }, - { - "ids": "4885", - "examine": "Formed over many years." - }, - { - "ids": "4886", - "examine": "Human sieve creation." - }, - { - "ids": "4887", - "examine": "Looks suspicious." - }, - { - "ids": "4888", - "examine": "It's a trapdoor." - }, - { - "ids": "4889,4890,4891,4892,4893,4894,4895,4896,4897,4898,4899", - "examine": "I can climb up this." - }, - { - "ids": "4900", - "examine": "The Saradomin Team Standard." - }, - { - "ids": "4901", - "examine": "The Zamorak Team Standard." - }, - { - "ids": "4902", - "examine": "The Saradomin Team Standard." - }, - { - "ids": "4903", - "examine": "The Zamorak Team Standard." - }, - { - "ids": "4904,4905,4906,4907,4908,4909", - "examine": "It's on fire!" - }, - { - "ids": "4910", - "examine": "A wooden barrel for storage." - }, - { - "ids": "4911,4912", - "examine": "I can climb down this." - }, - { - "ids": "4913,4914,4915,4916,4917", - "examine": "It looks cramped and dark." - }, - { - "ids": "4918", - "examine": "This cart is blocking the way up the ridge." - }, - { - "ids": "4919", - "examine": "These stairs seem to have been hewn out of the rock itself." - }, - { - "ids": "4920,4921,4922", - "examine": "It looks cramped and dark." - }, - { - "ids": "4923", - "examine": "These stairs seem to have been hewn out of the rock itself." - }, - { - "ids": "4924,4925", - "examine": "A valve to start and stop the flow of water." - }, - { - "ids": "4926,4927,4928", - "examine": "Shiny!" - }, - { - "ids": "4929", - "examine": "It looks cramped and dark." - }, - { - "ids": "4930,4931", - "examine": "It's blocking the tunnel, but it looks dark down there anyway." - }, - { - "ids": "4932,4933,4934", - "examine": "A bizarre fungus. It emits a pale blue light." - }, - { - "ids": "4935", - "examine": "If that wasn't there I'd probably be a lot flatter now." - }, - { - "ids": "4936", - "examine": "It prevents the wall unceremoniously squashing people." - }, - { - "ids": "4937,4938,4939,4940,4941", - "examine": "It looks like it's water powered." - }, - { - "ids": "4942,4943", - "examine": "It's a little waterlogged. I hope it still works." - }, - { - "ids": "4944", - "examine": "It doesn't look very watertight. Any contents will be ruined." - }, - { - "ids": "4945,4946,4947,4948", - "examine": "A sunken mine cart, how useful." - }, - { - "ids": "4949", - "examine": "This displays information on how the points on this level are set." - }, - { - "ids": "4950", - "examine": "It has the letter 'B' inscribed on the end." - }, - { - "ids": "4951", - "examine": "It has the letter 'A' inscribed on the end." - }, - { - "ids": "4952", - "examine": "It has the letter 'C' inscribed on the end." - }, - { - "ids": "4953", - "examine": "It has the letter 'D' inscribed on the end." - }, - { - "ids": "4954", - "examine": "It has the letter 'E' inscribed on the end." - }, - { - "ids": "4955", - "examine": "It has the letter 'I' inscribed on the end." - }, - { - "ids": "4956", - "examine": "It has the letter 'J' inscribed on the end." - }, - { - "ids": "4957", - "examine": "It has the letter 'K' inscribed on the end." - }, - { - "ids": "4958", - "examine": "I think this changes one of the sets of points." - }, - { - "ids": "4959", - "examine": "It has the letter 'F' inscribed on the end." - }, - { - "ids": "4960", - "examine": "It has the letter 'G' inscribed on the end." - }, - { - "ids": "4961", - "examine": "It has the letter 'H' inscribed on the end." - }, - { - "ids": "4962", - "examine": "The door is closed." - }, - { - "ids": "4963,4964", - "examine": "A large double door." - }, - { - "ids": "4965", - "examine": "I can climb down this." - }, - { - "ids": "4966", - "examine": "I can climb this." - }, - { - "ids": "4967", - "examine": "I can climb down this." - }, - { - "ids": "4968", - "examine": "I can climb this." - }, - { - "ids": "4969", - "examine": "I can climb down this." - }, - { - "ids": "4970", - "examine": "I can climb this." - }, - { - "ids": "4971,4972,4973", - "examine": "These stairs seem to have been hewn out of the rock itself." - }, - { - "ids": "4974", - "examine": "Useful for moving items around the mine." - }, - { - "ids": "4975", - "examine": "An old crate for storage." - }, - { - "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 distinctive layer in the rock strata." - }, - { - "ids": "5001", - "examine": "This cave has been boarded up." - }, - { - "ids": "5002", - "examine": "Useful for passing over inaccessible areas." - }, - { - "ids": "5003", - "examine": "It's old and pretty broken." - }, - { - "ids": "5004,5005", - "examine": "A well used tree." - }, - { - "ids": "5006", - "examine": "These flowers only grow in one place in the mountains." - }, - { - "ids": "5007", - "examine": "Looks like small cave." - }, - { - "ids": "5008,5009,5010,5011,5012,5013,5014", - "examine": "Looks dark..." - }, - { - "ids": "5015,5016,5017,5018,5019,5020,5021,5022,5023,5024", - "examine": "It's too dangerous to go down here by foot..." - }, - { - "ids": "5025,5026,5027,5028,5029,5030,5031,5032,5033,5034,5035,5036", - "examine": "A split in the cave wall..." - }, - { - "ids": "5037", - "examine": "A large ice covered boulder." - }, - { - "ids": "5038", - "examine": "An ice covered boulder." - }, - { - "ids": "5039,5040,5041,5042", - "examine": "A small ice covered boulder." - }, - { - "ids": "5043,5044", - "examine": "A huge ice gate." - }, - { - "ids": "5045", - "examine": "An interesting-looking tree." - }, - { - "ids": "5046", - "examine": "A small cave entrance." - }, - { - "ids": "5047", - "examine": "Limestone ceiling growth." - }, - { - "ids": "5048", - "examine": "A limestone ceiling growth." - }, - { - "ids": "5049", - "examine": "A tooth shaped rock formation protruding from the floor." - }, - { - "ids": "5050", - "examine": "Tooth shaped rock formations protruding from the floor." - }, - { - "ids": "5051", - "examine": "A dirty little swamp boat." - }, - { - "ids": "5052,5053", - "examine": "If it had paint on it, you'd probably watch it dry." - }, - { - "ids": "5054", - "examine": "I can climb this." - }, - { - "ids": "5055", - "examine": "I wonder what that's there for..." - }, - { - "ids": "5056,5057", - "examine": "These doors look very ominous." - }, - { - "ids": "5058,5059", - "examine": "Large doors set into the hillside." - }, - { - "ids": "5060,5061", - "examine": "These doors seem to lead into the underground." - }, - { - "ids": "5062,5063,5064,5065,5066,5067,5068,5069,5070,5071", - "examine": "Large doors set into the hillside." - }, - { - "ids": "5072,5073,5074,5075,5076,5077,5078,5079,5080,5081", - "examine": "A Large Pillar" - }, - { - "ids": "5082", - "examine": "An overgrown dungeon entrance." - }, - { - "ids": "5083", - "examine": "A closed overgrown dungeon entrance." - }, - { - "ids": "5084,5085,5086,5087", - "examine": "The way to go when I get scared." - }, - { - "ids": "5088,5089,5090,5091,5092,5093", - "examine": "I hope I don't fall off this." - }, - { - "ids": "5094,5095,5096,5097,5098", - "examine": "These stairs seem to have been hewn out of the rock itself." - }, - { - "ids": "5099,5100,5101,5102", - "examine": "A pipe I can squeeze through." - }, - { - "ids": "5103,5104,5105,5106,5107,5108,5109", - "examine": "Thick vines blocking your way." - }, - { - "ids": "5110,5111", - "examine": "I can jump from this stepping stone." - }, - { - "ids": "5112", - "examine": "Not good for eating." - }, - { - "ids": "5113,5114,5115", - "examine": "I doubt that's edible." - }, - { - "ids": "5116,5117,5118,5119,5120,5121", - "examine": "A statue of a big monster." - }, - { - "ids": "5122", - "examine": "Now that's what I call slimline!" - }, - { - "ids": "5123", - "examine": "He looks very relaxed." - }, - { - "ids": "5124", - "examine": "Now he's just too thin." - }, - { - "ids": "5125", - "examine": "He hasn't eaten in a long time." - }, - { - "ids": "5126", - "examine": "A tall wooden door." - }, - { - "ids": "5127", - "examine": "Danger!" - }, - { - "ids": "5128,5129", - "examine": "A tall wooden door." - }, - { - "ids": "5130", - "examine": "Looks like whoever uses this has claws on their hands." - }, - { - "ids": "5131", - "examine": "I wonder what's under it?" - }, - { - "ids": "5132", - "examine": "I wonder what's down there?" - }, - { - "ids": "5133,5134,5135", - "examine": "A hurdle." - }, - { - "ids": "5136,5137", - "examine": "A climbing wall made from skulls." - }, - { - "ids": "5138", - "examine": "A very slippery stepping stone." - }, - { - "ids": "5139,5140,5141,5142,5143,5144,5145", - "examine": "A scary zip line for teeth??" - }, - { - "ids": "5146,5147,5148,5149,5150,5151", - "examine": "A goal." - }, - { - "ids": "5152,5153,5154,5155", - "examine": "A pipe I can squeeze through." - }, - { - "ids": "5156", - "examine": "This may be worth opening." - }, - { - "ids": "5157", - "examine": "This may be worth searching." - }, - { - "ids": "5158", - "examine": "A pile of garden canes." - }, - { - "ids": "5159,5160", - "examine": "There's no way to cross this bridge." - }, - { - "ids": "5161", - "examine": "An old grandfather clock." - }, - { - "ids": "5162", - "examine": "A closed chest." - }, - { - "ids": "5163", - "examine": "An open chest." - }, - { - "ids": "5164", - "examine": "There is a note pinned to the signpost." - }, - { - "ids": "5165", - "examine": "It looks like it needs a good sweep out." - }, - { - "ids": "5166", - "examine": "Bookish." - }, - { - "ids": "5167", - "examine": "A large, elaborately ornamented memorial stone." - }, - { - "ids": "5168", - "examine": "A grave, marked by an ostentatious memorial stone." - }, - { - "ids": "5169", - "examine": "A poor grave marked by a simple, wooden cross." - }, - { - "ids": "5170,5171", - "examine": "The entrance to an extravagantly decorated mausoleum." - }, - { - "ids": "5172,5173", - "examine": "The door to the Tower." - }, - { - "ids": "5174,5175", - "examine": "The door to the garden shed." - }, - { - "ids": "5176", - "examine": "At some point the lightning conductor has broken, rendering it useless." - }, - { - "ids": "5177", - "examine": "A shocking piece of kit." - }, - { - "ids": "5178,5179", - "examine": "Mmm.. scented candles." - }, - { - "ids": "5180,5181,5182", - "examine": "I wouldn't eat there!" - }, - { - "ids": "5183,5184,5185,5186,5187,5188,5189,5190,5191,5192,5193,5194,5195,5196,5197,5198,5199,5200,5201", - "examine": "Looks wooden. Feels wooden. I wonder is it wooden?" - }, - { - "ids": "5202,5203,5204,5205", - "examine": "Dangerous, someone could trip on them." - }, - { - "ids": "5206", - "examine": "I can climb these stairs." - }, - { - "ids": "5207,5208,5209,5210,5211,5212,5213,5214,5215,5216,5217,5218,5219,5220,5221,5222,5223,5224,5225,5226,5227", - "examine": "They go down." - }, - { - "ids": "5228,5229,5230", - "examine": "Formed over many years of dripping limestone." - }, - { - "ids": "5231,5232,5233,5234,5235,5236,5237,5238,5239,5240,5241,5242,5243", - "examine": "A tooth shaped rock formation protruding from the floor." - }, - { - "ids": "5244,5245", - "examine": "Looks a bit tatty..." - }, - { - "ids": "5246,5247", - "examine": "A well slept in bed." - }, - { - "ids": "5248", - "examine": "It looks like a tree made of crystal." - }, - { - "ids": "5249", - "examine": "Looks to me like a quickly built fire." - }, - { - "ids": "5250", - "examine": "I can climb down this." - }, - { - "ids": "5251", - "examine": "I can climb this." - }, - { - "ids": "5252", - "examine": "A recently extinguished fire." - }, - { - "ids": "5253", - "examine": "I wish I could sting other people." - }, - { - "ids": "5254", - "examine": "Probably feels like a mild bee sting." - }, - { - "ids": "5255", - "examine": "I wouldn't like to get stung." - }, - { - "ids": "5256", - "examine": "Dock leaves at the ready." - }, - { - "ids": "5257", - "examine": "Nettles sting my leggies." - }, - { - "ids": "5258", - "examine": "These may hurt." - }, - { - "ids": "5259,5260,5261", - "examine": "A ghostly barrier." - }, - { - "ids": "5262,5263", - "examine": "These stairs were carved out of the rock of the cavern." - }, - { - "ids": "5264", - "examine": "I can climb this." - }, - { - "ids": "5265", - "examine": "I can climb up here." - }, - { - "ids": "5266", - "examine": "I can go below decks with this ladder." - }, - { - "ids": "5267", - "examine": "I wonder what's under it." - }, - { - "ids": "5268", - "examine": "I wonder what's down there." - }, - { - "ids": "5269", - "examine": "I can't see a rock!" - }, - { - "ids": "5270,5271,5272", - "examine": "I wonder what's inside." - }, - { - "ids": "5273", - "examine": "Perhaps I should search it." - }, - { - "ids": "5274", - "examine": "High above here is a tattered flag, blowing in the wind." - }, - { - "ids": "5275", - "examine": "An appliance for cooking with." - }, - { - "ids": "5276", - "examine": "The bank teller will serve you from here." - }, - { - "ids": "5277", - "examine": "This booth is closed." - }, - { - "ids": "5278,5279", - "examine": "The resting place of Necrovarus' mortal body." - }, - { - "ids": "5280", - "examine": "I can climb these stairs." - }, - { - "ids": "5281", - "examine": "They go down." - }, - { - "ids": "5282", - "examine": "A ghastly fountain filled with slime and bones, the source of Necrovarus' power." - }, - { - "ids": "5283", - "examine": "It's a small Ectofuntus." - }, - { - "ids": "5284", - "examine": "A big grinding thing." - }, - { - "ids": "5285,5286", - "examine": "The tatty gangplank of a tatty ship." - }, - { - "ids": "5287,5288,5289,5290,5291,5292,5293,5294,5295,5296,5297,5298,5299,5300,5301,5302,5303,5304,5305", - "examine": "Seen better days." - }, - { - "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 wooden rowing boat." - }, - { - "ids": "5330", - "examine": "A pile of boxes for storage." - }, - { - "ids": "5331", - "examine": "A leafy fern." - }, - { - "ids": "5332", - "examine": "A small bushy plant." - }, - { - "ids": "5333,5334,5335,5336,5337,5338,5339,5340,5341,5342,5343,5344", - "examine": "A leafy shrub." - }, - { - "ids": "5345", - "examine": "The ideal thing to sit on." - }, - { - "ids": "5346,5347", - "examine": "This needs dusting before I'll sit on it." - }, - { - "ids": "5348", - "examine": "Not so good for sitting on." - }, - { - "ids": "5349", - "examine": "Generally used for putting things on." - }, - { - "ids": "5350", - "examine": "Actually, I could do with a drink..." - }, - { - "ids": "5351", - "examine": "For leaning against..." - }, - { - "ids": "5352", - "examine": "One horse power, wooden suspension. A beauty." - }, - { - "ids": "5353", - "examine": "A wooden wheelbarrow." - }, - { - "ids": "5354", - "examine": "Animal feeder." - }, - { - "ids": "5355", - "examine": "It probably hasn't got anything interesting inside." - }, - { - "ids": "5356,5357", - "examine": "They probably haven't got anything interesting inside." - }, - { - "ids": "5358", - "examine": "Looks like he's been dead a while now..." - }, - { - "ids": "5359", - "examine": "I don't think he'd mind us checking for his wallet now..." - }, - { - "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": "I'm sure he died of natural causes. Like a massive dragon or something..." - }, - { - "ids": "5397,5398,5399,5400,5401,5402", - "examine": "This figure brings luck to those who sail." - }, - { - "ids": "5403", - "examine": "Without this I'm going around in circles." - }, - { - "ids": "5404,5405,5406,5407,5408,5409,5410,5411,5412,5413,5414", - "examine": "Holds up the sails." - }, - { - "ids": "5415,5416,5417,5418,5419,5420,5421,5422,5423,5424,5425,5426,5427,5428", - "examine": "Allows access to other parts of the ship." - }, - { - "ids": "5429", - "examine": "It's a table with candles on." - }, - { - "ids": "5430", - "examine": "Doesn't look too good..." - }, - { - "ids": "5431,5432,5433,5434,5435,5436,5437,5438", - "examine": "Looks a bit empty." - }, - { - "ids": "5439,5440,5441,5442,5443,5444,5445,5446,5447,5448,5449,5450,5451,5452", - "examine": "It's been knocked off its hinges." - }, - { - "ids": "5453,5454,5455,5456,5457,5458,5459,5460", - "examine": "It's a door." - }, - { - "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 subterranean pool of ectoplasm." - }, - { - "ids": "5488", - "examine": "I can climb this." - }, - { - "ids": "5489", - "examine": "The finest rings." - }, - { - "ids": "5490", - "examine": "I wonder what's under it?" - }, - { - "ids": "5491,5492", - "examine": "I wonder what's down there?" - }, - { - "ids": "5493", - "examine": "I can climb this." - }, - { - "ids": "5494", - "examine": "A crude torch stuck in the ground." - }, - { - "ids": "5495,5496", - "examine": "I guess I could sleep in it if I was really tired." - }, - { - "ids": "5497,5498", - "examine": "A well slept in bed." - }, - { - "ids": "5499,5500", - "examine": "Hot!" - }, - { - "ids": "5501,5502,5503,5504,5505,5506,5507", - "examine": "Stops people getting out." - }, - { - "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": "It's a lectern." - }, - { - "ids": "5538", - "examine": "Makes you cry." - }, - { - "ids": "5539,5540,5541,5542", - "examine": "Found near the water's edge." - }, - { - "ids": "5543", - "examine": "Isn't Heather a girls' name?" - }, - { - "ids": "5544", - "examine": "Smells lovely!" - }, - { - "ids": "5545", - "examine": "Who is this Heather girl?" - }, - { - "ids": "5546", - "examine": "A purple haze of delight." - }, - { - "ids": "5547", - "examine": "The colour purple on stems." - }, - { - "ids": "5548", - "examine": "I ponder... Why is it purple?" - }, - { - "ids": "5549", - "examine": "I wonder why it's purple?" - }, - { - "ids": "5550", - "examine": "A cure for nettle stings." - }, - { - "ids": "5551", - "examine": "A droopy tree." - }, - { - "ids": "5552,5553", - "examine": "These trees are found near water." - }, - { - "ids": "5554", - "examine": "This is what is left of a willow tree." - }, - { - "ids": "5555,5556,5557", - "examine": "I don't know art, but I like it!" - }, - { - "ids": "5558", - "examine": "Aggie's cooking something, probably best not to think what..." - }, - { - "ids": "5559", - "examine": "Trinkets and stuff." - }, - { - "ids": "5560", - "examine": "Looking good!" - }, - { - "ids": "5561", - "examine": "Aggie's broomstick." - }, - { - "ids": "5562,5563", - "examine": "Aggie has already dyed this cloth." - }, - { - "ids": "5564", - "examine": "A thoroughly used bed." - }, - { - "ids": "5565,5566,5567,5568", - "examine": "A lovely comfy-looking big bed." - }, - { - "ids": "5569,5570", - "examine": "The remains of a stone wall." - }, - { - "ids": "5571", - "examine": "An empty home for chickens." - }, - { - "ids": "5572,5573", - "examine": "A lovely bare chicken coop." - }, - { - "ids": "5574", - "examine": "Full of animal feed." - }, - { - "ids": "5575,5576,5577", - "examine": "Animal feeder." - }, - { - "ids": "5578", - "examine": "A traveller's companion." - }, - { - "ids": "5579", - "examine": "Loaded with hay and ready to roll." - }, - { - "ids": "5580", - "examine": "A wooden wheelbarrow." - }, - { - "ids": "5581,5582", - "examine": "Someone's been chopping logs." - }, - { - "ids": "5583,5584,5585,5586,5587,5588", - "examine": "Baby bread." - }, - { - "ids": "5589,5590,5591,5592,5593", - "examine": "The river makes it spin." - }, - { - "ids": "5594", - "examine": "I'd better not get my hands trapped in that." - }, - { - "ids": "5595", - "examine": "Diango's Toy Stall." - }, - { - "ids": "5596", - "examine": "Doesn't look too good..." - }, - { - "ids": "5597", - "examine": "Shows which way the wind blows." - }, - { - "ids": "5598,5599,5600,5601,5602,5603", - "examine": "A barrel for collecting rain water." - }, - { - "ids": "5604", - "examine": "A rock." - }, - { - "ids": "5605", - "examine": "A small rock." - }, - { - "ids": "5606,5607", - "examine": "Some rock." - }, - { - "ids": "5608", - "examine": "This fire is already in use, I wouldn't mess with it if I were you..." - }, - { - "ids": "5609,5610,5611,5612", - "examine": "They could do with a wash." - }, - { - "ids": "5613", - "examine": "It smells like the rats aren't washing often enough." - }, - { - "ids": "5614", - "examine": "The ideal thing to sit on." - }, - { - "ids": "5615", - "examine": "Sit back and relax..." - }, - { - "ids": "5616,5617", - "examine": "This tells you which way is which." - }, - { - "ids": "5618", - "examine": "These open and close!" - }, - { - "ids": "5619,5620", - "examine": "This may be worth searching." - }, - { - "ids": "5621", - "examine": "An elegant ceramic pot tarnished with the dirt of a hundred years." - }, - { - "ids": "5622", - "examine": "I wonder what's inside..." - }, - { - "ids": "5623", - "examine": "It smells a bit stuffy." - }, - { - "ids": "5624", - "examine": "It smells funny in there." - }, - { - "ids": "5625,5626", - "examine": "Ned is making some rope here." - }, - { - "ids": "5627", - "examine": "A blue standard." - }, - { - "ids": "5628,5629,5630", - "examine": "A standard of Lumbridge Castle." - }, - { - "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": "Glowing embers." - }, - { - "ids": "5788", - "examine": "The sort of bench you get in churches." - }, - { - "ids": "5789,5790", - "examine": "An expertly carved statue of a former King of Misthalin." - }, - { - "ids": "5791,36749,36751", - "examine": "A carving of a figure from the history of RuneScape." - }, - { - "ids": "5792", - "examine": "When I've ground some flour, I'll be able to collect it here." - }, - { - "ids": "5793,5794,5795,5796,5797,5798", - "examine": "It's a large crack in the wall." - }, - { - "ids": "5799,5800,5801,5802", - "examine": "It's a trapdoor." - }, - { - "ids": "5803,5804,5805,5806,5807", - "examine": "It's an open trapdoor." - }, - { - "ids": "5808", - "examine": "An incredibly detailed stone sculpture." - }, - { - "ids": "5809", - "examine": "Helps the Seers predict the weather when it's working." - }, - { - "ids": "5810,5811", - "examine": "Helps the Seers predict the weather." - }, - { - "ids": "5812", - "examine": "I can climb this." - }, - { - "ids": "5813,5814", - "examine": "I can climb down this." - }, - { - "ids": "5815", - "examine": "A candle, a lens and some sort of crystal all precariously balanced together." - }, - { - "ids": "5816,5817,5818,5819,5820,5821,5822,5823,5824", - "examine": "A beacon so gnome gliders can safely land." - }, - { - "ids": "5825", - "examine": "Fly Gnome Air." - }, - { - "ids": "5826,5827,5828,5829,5830", - "examine": "This shop deals in antique swords." - }, - { - "ids": "5831,5832,5833,5834", - "examine": "Shop counter." - }, - { - "ids": "5835,5836,5837,5838,5839,5840,5841", - "examine": "Don't want to close this, I might not be able to get back down." - }, - { - "ids": "5842", - "examine": "It overlooks the path below. Let's hope it won't fall on your head." - }, - { - "ids": "5843", - "examine": "Someone is climbing down there! Looks dangerous." - }, - { - "ids": "5844", - "examine": "Placed in a perfect position for stumbling over." - }, - { - "ids": "5845", - "examine": "There is a rope going over it." - }, - { - "ids": "5846", - "examine": "Someone is climbing down the rope." - }, - { - "ids": "5847", - "examine": "You will need to climb over it." - }, - { - "ids": "5848", - "examine": "The tree stands tall at the edge of the pool." - }, - { - "ids": "5849", - "examine": "You can't stand on them, but maybe something can be wedged into there." - }, - { - "ids": "5850,5851", - "examine": "Something put on top of this wouldn't fall off, it's quite smooth and flat." - }, - { - "ids": "5852,5853,5854", - "examine": "Someone put a plank on top of the stone! Clever..." - }, - { - "ids": "5855", - "examine": "The pool looks very peaceful. You can also hear faint singing coming from it." - }, - { - "ids": "5856", - "examine": "The legendary White Pearl fruit is growing on these thorny bushes!" - }, - { - "ids": "5857", - "examine": "There's a nasty stench coming from the cave." - }, - { - "ids": "5858", - "examine": "Faint rays of daylight shine through." - }, - { - "ids": "5859", - "examine": "It's very dark down there." - }, - { - "ids": "5860,5861", - "examine": "Very pointy, very sharp." - }, - { - "ids": "5862", - "examine": "This is the place where you buried Asleif." - }, - { - "ids": "5863,5864,5865,5866,5867,5868,5869,5870,5871,5872,5873,5874,5875,5876,5877", - "examine": "Asleif was given a proper burial on this spot." - }, - { - "ids": "5878", - "examine": "It's a long wooden table." - }, - { - "ids": "5879", - "examine": "Generally used for putting things on." - }, - { - "ids": "5880", - "examine": "Good for sitting on." - }, - { - "ids": "5881,5882", - "examine": "A crude torch stuck in the ground." - }, - { - "ids": "5883", - "examine": "Sticky, dirty mud." - }, - { - "ids": "5884", - "examine": "This stinks..." - }, - { - "ids": "5885", - "examine": "The roots go down into the mud." - }, - { - "ids": "5886", - "examine": "Sticky, dirty roots covered in sticky, dirty mud." - }, - { - "ids": "5887,5888,5889,5890", - "examine": "It's barely a door, really." - }, - { - "ids": "5891,5892,5893,5894", - "examine": "The entry to a special tent in the camp." - }, - { - "ids": "5895", - "examine": "It's just a big stone, really." - }, - { - "ids": "5896", - "examine": "Uh oh, someone is going to be in trouble!" - }, - { - "ids": "5897,5898,5899,5900,5901", - "examine": "The pool looks very peaceful. You can also hear faint singing coming from it." - }, - { - "ids": "5902,5903,5904", - "examine": "It's only useful for hiding behind now." - }, - { - "ids": "5905,5906,5907,5908", - "examine": "This tree has been cut down." - }, - { - "ids": "5909", - "examine": "A still for making lamp oil." - }, - { - "ids": "5910,5911,5912,5913,5914,5915,5916", - "examine": "The still has oil in." - }, - { - "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": "Noxious fumes bubble up from the bowels of the earth." - }, - { - "ids": "5946", - "examine": "You see a circle of light at the top." - }, - { - "ids": "5947", - "examine": "An entrance to the dark caves." - }, - { - "ids": "5948,5949,5950,5951,5952,5953,5954,5955,5956,5957,5958", - "examine": "I can jump from this stepping stone." - }, - { - "ids": "5959,5960,5961,5962,5963", - "examine": "I wonder what this does..." - }, - { - "ids": "5964,5965", - "examine": "Flying in mid-air!" - }, - { - "ids": "5966", - "examine": "A blocked passage." - }, - { - "ids": "5967,5968,5969,5970,5971,5972", - "examine": "I'd better leave his expensive dwarven balls alone." - }, - { - "ids": "5973,5974", - "examine": "A small cave entrance." - }, - { - "ids": "5975,5976", - "examine": "A powerful ranging device that fires metal balls." - }, - { - "ids": "5977,5978,5979,5980", - "examine": "It's a sheer wall of fire, rising as high as you can see." - }, - { - "ids": "5981,5982,5983,5984", - "examine": "Lighting for the caves." - }, - { - "ids": "5985", - "examine": "A rock." - }, - { - "ids": "5986", - "examine": "A small rock." - }, - { - "ids": "5987,5988", - "examine": "A rock." - }, - { - "ids": "5989,5990,5991,5992,5993,5994,5995,5996,5997", - "examine": "A mineral vein that looks distinctly like gold." - }, - { - "ids": "5998,5999,6000,6001,6002,6003,6004,6005,6006,6007,6008", - "examine": "Functions like an open door..." - }, - { - "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": "It's a tiny little blue flame. Is this the essence of the Arzinian Being?" - }, - { - "ids": "6032,6033,6034,6035", - "examine": "Powers the boat." - }, - { - "ids": "6036,6037", - "examine": "Allows access to other parts of the ship." - }, - { - "ids": "6038,6039,6040,6041,6042", - "examine": "Without this I'm going around in circles." - }, - { - "ids": "6043,6044", - "examine": "Powers the boat." - }, - { - "ids": "6045,6046,6047,6048,6049,6050,6051,6052,6053,6054,6055,6056,6057,6058,6059,6060,6061,6062,6063", - "examine": "You can 'cart' things around on this." - }, - { - "ids": "6064", - "examine": "A stand for hats." - }, - { - "ids": "6065", - "examine": "Some dwarf clothes that are obviously too small for me!" - }, - { - "ids": "6066", - "examine": "An empty weapon rack." - }, - { - "ids": "6067,6068,6069", - "examine": "A weapon rack." - }, - { - "ids": "6070", - "examine": "A method of dwarf storage" - }, - { - "ids": "6071,6072,6073,6074", - "examine": "A method of dwarf storage." - }, - { - "ids": "6075", - "examine": "Useful for a dwarf." - }, - { - "ids": "6076,6077,6078,6079", - "examine": "A big desk, for a dwarf!" - }, - { - "ids": "6080", - "examine": "Spins yarn." - }, - { - "ids": "6081", - "examine": "Banking transactions are processed here." - }, - { - "ids": "6082", - "examine": "Banking transactions are recorded here." - }, - { - "ids": "6083", - "examine": "This booth is closed." - }, - { - "ids": "6084", - "examine": "The bank teller will serve you from here." - }, - { - "ids": "6085", - "examine": "A way upwards." - }, - { - "ids": "6086", - "examine": "A way down." - }, - { - "ids": "6087", - "examine": "A way upwards." - }, - { - "ids": "6088", - "examine": "A way down." - }, - { - "ids": "6089", - "examine": "A way upwards." - }, - { - "ids": "6090", - "examine": "A way down." - }, - { - "ids": "6091,6092", - "examine": "A treasure trove of knowledge." - }, - { - "ids": "6093,6094,6095", - "examine": "A lovely place to cook meat." - }, - { - "ids": "6096", - "examine": "A great place to cook meat." - }, - { - "ids": "6097,6098,6099", - "examine": "A good source of water." - }, - { - "ids": "6100", - "examine": "The door is closed." - }, - { - "ids": "6101", - "examine": "The door is open." - }, - { - "ids": "6102", - "examine": "The door is closed." - }, - { - "ids": "6103", - "examine": "The door is open." - }, - { - "ids": "6104", - "examine": "The door is closed." - }, - { - "ids": "6105", - "examine": "The door is open." - }, - { - "ids": "6106", - "examine": "The door is closed." - }, - { - "ids": "6107", - "examine": "The door is open." - }, - { - "ids": "6108", - "examine": "The door is closed." - }, - { - "ids": "6109", - "examine": "The door is open." - }, - { - "ids": "6110", - "examine": "The door is closed." - }, - { - "ids": "6111", - "examine": "The door is open." - }, - { - "ids": "6112", - "examine": "The door is closed." - }, - { - "ids": "6113", - "examine": "The door is open." - }, - { - "ids": "6114", - "examine": "The door is closed." - }, - { - "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": "The door is open." - }, - { - "ids": "6146", - "examine": "Useful for keeping birds." - }, - { - "ids": "6147,6148,6149", - "examine": "Tower of rock." - }, - { - "ids": "6150", - "examine": "Useful for making weapons." - }, - { - "ids": "6151", - "examine": "Used for getting water." - }, - { - "ids": "6152,6153", - "examine": "Used for getting drunk." - }, - { - "ids": "6154,6155,6156,6157", - "examine": "Used for storage." - }, - { - "ids": "6158,6159,6160,6161", - "examine": "Not good for eating." - }, - { - "ids": "6162", - "examine": "Finest precious stones." - }, - { - "ids": "6163", - "examine": "Bread and cakes are spread out over it." - }, - { - "ids": "6164", - "examine": "Finely wrought wares of silver." - }, - { - "ids": "6165", - "examine": "I can get clothes made up from this stall." - }, - { - "ids": "6166,6167,6168,6169,6170,6171,6172", - "examine": "A whole lot of tools for crafting." - }, - { - "ids": "6173,6174,6175", - "examine": "A fine piece of sculpting." - }, - { - "ids": "6176", - "examine": "Oblong boxes. You hope there isn't anything other than salt inside." - }, - { - "ids": "6177", - "examine": "Big mysterious crates. You wonder what could be inside." - }, - { - "ids": "6178", - "examine": "Wooden crates, contents unknown." - }, - { - "ids": "6179,6180", - "examine": "They could do with a wash." - }, - { - "ids": "6181", - "examine": "Dead animal parts dangling!" - }, - { - "ids": "6182", - "examine": "Dead meat. Dangling from the wall. Looks delicious." - }, - { - "ids": "6183", - "examine": "It looks as hard as a rock, not very inviting." - }, - { - "ids": "6184", - "examine": "A smelly old mattress." - }, - { - "ids": "6185,6186", - "examine": "Metal plating to protect the dwarf." - }, - { - "ids": "6187", - "examine": "Useful... for a dwarf!" - }, - { - "ids": "6188", - "examine": "Various implements for working with metal." - }, - { - "ids": "6189,6190", - "examine": "A hot place for forging things in." - }, - { - "ids": "6191,6192", - "examine": "Being repaired." - }, - { - "ids": "6193", - "examine": "I look shorter, but not necessarily sweeter!" - }, - { - "ids": "6194,6195", - "examine": "Used for sitting." - }, - { - "ids": "6196,6197,6198,6199", - "examine": "Useful for a dwarf." - }, - { - "ids": "6200,6201", - "examine": "Fit for a dwarven feast!" - }, - { - "ids": "6202,6203", - "examine": "Gives out light, but then you knew that already." - }, - { - "ids": "6204", - "examine": "A simple place to sleep." - }, - { - "ids": "6205", - "examine": "A good dwarven bed. Too small for me!" - }, - { - "ids": "6206", - "examine": "Many important meetings are held here..." - }, - { - "ids": "6207", - "examine": "Draped in cloth." - }, - { - "ids": "6208,6209,6210", - "examine": "A beautiful seat, fit for a King." - }, - { - "ids": "6211", - "examine": "A dwarf table with chopping board." - }, - { - "ids": "6212", - "examine": "This tree has been cut down." - }, - { - "ids": "6213,6214,6215,6216,6217,6218,6219,6220,6221,6222,6223,6224,6225,6226,6227,6228,6229", - "examine": "A barrel full of ranging equipment..." - }, - { - "ids": "6230", - "examine": "I suppose he wants my money." - }, - { - "ids": "6231", - "examine": "A lovely table." - }, - { - "ids": "6232,6233,6234,6235", - "examine": "An expensive water feature." - }, - { - "ids": "6236", - "examine": "Stop for what, food?" - }, - { - "ids": "6237", - "examine": "Yellow blossom, lovely." - }, - { - "ids": "6238", - "examine": "Closed." - }, - { - "ids": "6239", - "examine": "Open." - }, - { - "ids": "6240", - "examine": "Closed." - }, - { - "ids": "6241", - "examine": "Open." - }, - { - "ids": "6242,6243,6244,6245", - "examine": "A stone staircase." - }, - { - "ids": "6246,6247,6248", - "examine": "Has upon it a beer, which I will not take for moral reasons." - }, - { - "ids": "6249", - "examine": "No this is not a mirage!" - }, - { - "ids": "6250,6251,6252,6253,6254", - "examine": "It's a goldfish! No, wait, it's just a bed." - }, - { - "ids": "6255,6256", - "examine": "Animal feeder." - }, - { - "ids": "6257", - "examine": "Lovely... Fresh." - }, - { - "ids": "6258", - "examine": "Dry dung." - }, - { - "ids": "6259", - "examine": "Smelly." - }, - { - "ids": "6260", - "examine": "I can climb down this." - }, - { - "ids": "6261,6262", - "examine": "I can climb this." - }, - { - "ids": "6263", - "examine": "Useful for pets." - }, - { - "ids": "6264", - "examine": "Useful for keeping birds." - }, - { - "ids": "6265,6266", - "examine": "Bird cage." - }, - { - "ids": "6267", - "examine": "An empty cage, maybe the owner let the creature free... I do hope so." - }, - { - "ids": "6268,6269,6270,6271,6272,6273", - "examine": "Useful for pets." - }, - { - "ids": "6274", - "examine": "Lovely comfy looking big bed." - }, - { - "ids": "6275", - "examine": "Laden with heaps of paper." - }, - { - "ids": "6276", - "examine": "I don't know much about art, but I like this." - }, - { - "ids": "6277", - "examine": "Look at the size of this cactus." - }, - { - "ids": "6278", - "examine": "Don't you open that trapdoor!" - }, - { - "ids": "6279", - "examine": "There is a rope leading to the bottom of this smoke filled well." - }, - { - "ids": "6280,6281", - "examine": "I can climb this." - }, - { - "ids": "6282", - "examine": "A portal to another land?" - }, - { - "ids": "6283,6284,6285,6286,6287,6288,6289,6290,6291", - "examine": "Weird looking pillar." - }, - { - "ids": "6292,6293", - "examine": "Shelves filled with interesting books." - }, - { - "ids": "6294", - "examine": "A locked display case for valuable artefacts." - }, - { - "ids": "6295", - "examine": "One of the sculptures is missing. Oh yes, that was me!" - }, - { - "ids": "6296", - "examine": "It looks like the demon didn't survive after all." - }, - { - "ids": "6297", - "examine": "He looks old, older than me anyway." - }, - { - "ids": "6298", - "examine": "I don't think he's going to make it." - }, - { - "ids": "6299,6300", - "examine": "I don't understand, why didn't he go back to Lumby?" - }, - { - "ids": "6301", - "examine": "A throne encrusted with sparkling gems." - }, - { - "ids": "6302,6303,6304,6305,6306", - "examine": "A throne from which you have removed the gems." - }, - { - "ids": "6307", - "examine": "A statuette of a golem, facing right." - }, - { - "ids": "6308", - "examine": "A statuette of a golem, facing left." - }, - { - "ids": "6309,6310", - "examine": "The statuette is missing from this alcove." - }, - { - "ids": "6311", - "examine": "Not good for eating." - }, - { - "ids": "6312", - "examine": "I can climb this." - }, - { - "ids": "6313,6314,6315,6316,6317,6318,6319,6320,6321,6322", - "examine": "I can climb down this." - }, - { - "ids": "6323", - "examine": "A broken clay arm." - }, - { - "ids": "6324", - "examine": "A clay foot." - }, - { - "ids": "6325", - "examine": "Half a golem smashed and broken." - }, - { - "ids": "6326", - "examine": "Smashed and half buried." - }, - { - "ids": "6327", - "examine": "A device once used for making pottery." - }, - { - "ids": "6328", - "examine": "Once upon a time this was used to make pottery." - }, - { - "ids": "6329", - "examine": "Once upon a time this made clay hard." - }, - { - "ids": "6330", - "examine": "There was a lot of pottery made here a long time ago." - }, - { - "ids": "6331", - "examine": "A statue of a guy with a hammer." - }, - { - "ids": "6332", - "examine": "A weathered old statue." - }, - { - "ids": "6333", - "examine": "A reclining lady." - }, - { - "ids": "6334", - "examine": "This statue has been tampered with." - }, - { - "ids": "6335,6336,6337", - "examine": "Contains a statue of a woman." - }, - { - "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": "Empty." - }, - { - "ids": "6363", - "examine": "A very heavy stone door." - }, - { - "ids": "6364,6365,6366,6367,6368,6369,6370,6371", - "examine": "A door to a demon's lair?" - }, - { - "ids": "6372,6373,6374,6375,6376,6377,6378,6379,6380", - "examine": "A stone staircase." - }, - { - "ids": "6381", - "examine": "A source of water for the river Elid." - }, - { - "ids": "6382,6383,6384,6385,6386,6387,6388,6389,6390,6391,6392,6393,6394,6395,6396,6397,6398,6399,6400,6401", - "examine": "Maybe I could swing on this somehow..." - }, - { - "ids": "6402", - "examine": "A limestone ceiling growth." - }, - { - "ids": "6403", - "examine": "A tooth shaped rock formation protruding from the floor." - }, - { - "ids": "6404,6405,6406,6407,6408,6409,6410,6411,6412,6413,6414,6415,6416,6417", - "examine": "An old mystical torch." - }, - { - "ids": "6418,6419", - "examine": "I can climb this." - }, - { - "ids": "6420,6421,6422", - "examine": "I wonder what's inside?" - }, - { - "ids": "6423,6424,6425,6426,6427,6428,6429,6430,6431,6432,6433", - "examine": "A magical aura seems to shimmer over the glass..." - }, - { - "ids": "6434,6435", - "examine": "I wonder what that's there for..." - }, - { - "ids": "6436", - "examine": "I can climb this." - }, - { - "ids": "6437,6438", - "examine": "An ancient looking tomb." - }, - { - "ids": "6439,6440", - "examine": "Climb this rope to go up." - }, - { - "ids": "6441", - "examine": "Looks like a small cave." - }, - { - "ids": "6442", - "examine": "Blocked by an icicle." - }, - { - "ids": "6443", - "examine": "Blocked by two icicles." - }, - { - "ids": "6444", - "examine": "Blocked by three icicles." - }, - { - "ids": "6445", - "examine": "Blocked by four icicles." - }, - { - "ids": "6446", - "examine": "Blocked by five icicles." - }, - { - "ids": "6447", - "examine": "Looks like a small cave." - }, - { - "ids": "6448,6449", - "examine": "It looks very sturdy." - }, - { - "ids": "6450", - "examine": "I can climb this." - }, - { - "ids": "6451,6452,6453", - "examine": "A wrought iron gate." - }, - { - "ids": "6454", - "examine": "Even rocks could freeze in this cold!" - }, - { - "ids": "6455,6456,6457,6458,6459,6460", - "examine": "Looks slippery." - }, - { - "ids": "6461,6462,6463,6464,6465,6466,6467,6468,6469,6470,6471", - "examine": "An ice gate." - }, - { - "ids": "6472,6473,6474,6475,6476,6477,6478,6479,6480", - "examine": "Chunky pieces of ice." - }, - { - "ids": "6481,6482", - "examine": "A mysterious tunnel-like structure." - }, - { - "ids": "6483,6484,6485,6486,6487,6488,6489,6490,6491,6492,6493", - "examine": "You can feel a mysterious power emanating from it..." - }, - { - "ids": "6494,6495,6496", - "examine": "This door is sealed by an ancient mystical power..." - }, - { - "ids": "6497,6498,6499,6500", - "examine": "I can climb down this." - }, - { - "ids": "6501,6502,6503,6504,6505,6506,6507,6508,6509,6510,6511", - "examine": "I can climb this." - }, - { - "ids": "6512", - "examine": "A fancy name for a coffin." - }, - { - "ids": "6513", - "examine": "A strange thing to leave lying around..." - }, - { - "ids": "6514,6515,6516,6517,6518,6519,6520", - "examine": "I hope this is just ornamental..." - }, - { - "ids": "6521,6522", - "examine": "Uh-oh!" - }, - { - "ids": "6523", - "examine": "This leads downwards." - }, - { - "ids": "6524,6525,6526,6527,6528,6529,6530,6531,6532,6533,6534,6535,6536,6537", - "examine": "You can see a small fissure in the ground here." - }, - { - "ids": "6538,6539,6540,6541,6542,6543,6544", - "examine": "The body of a lion, the head of a man?" - }, - { - "ids": "6545,6546,6547,6548", - "examine": "A smooth, sandstone door that is slightly warm to the touch." - }, - { - "ids": "6549,6550", - "examine": "A well down into the pyramid." - }, - { - "ids": "6551", - "examine": "A portal that leads you out of the pyramid." - }, - { - "ids": "6552", - "examine": "A mysterious ancient altar to some forgotten god..." - }, - { - "ids": "6553,6554,6555,6556,6557,6558,6559,6560", - "examine": "Opens into another area." - }, - { - "ids": "6561,6562,6563,6564,6565", - "examine": "A ladder that's almost not there at all..." - }, - { - "ids": "6566,6567", - "examine": "Gate like?" - }, - { - "ids": "6568", - "examine": "Garments for the discerning." - }, - { - "ids": "6569", - "examine": "Gone-off bread, cakes and pastries." - }, - { - "ids": "6570", - "examine": "Finest precious stones." - }, - { - "ids": "6571", - "examine": "These will keep you warm." - }, - { - "ids": "6572", - "examine": "The spice is right." - }, - { - "ids": "6573", - "examine": "An empty market stall." - }, - { - "ids": "6574", - "examine": "Fine brews from exotic regions." - }, - { - "ids": "6575,6576,6577", - "examine": "Best used with a horse." - }, - { - "ids": "6578,6579,6580", - "examine": "Grows a yellow fruit." - }, - { - "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": "A way to get in the tent." - }, - { - "ids": "6605", - "examine": "Wet and salty." - }, - { - "ids": "6606", - "examine": "The focus of the suntrap." - }, - { - "ids": "6607,6608,6609,6610,6611,6612,6613", - "examine": "A shiny mirror." - }, - { - "ids": "6614", - "examine": "A large door with a hieroglyph of a cat." - }, - { - "ids": "6615,6616,6617,6618,6619", - "examine": "Gate like?" - }, - { - "ids": "6620,6621", - "examine": "It looks like a hole in the wall." - }, - { - "ids": "6622", - "examine": "Rocky." - }, - { - "ids": "6623", - "examine": "An entrance into a tunnel. I wonder where it leads to." - }, - { - "ids": "6624", - "examine": "It looks like a door." - }, - { - "ids": "6625", - "examine": "Hmm. A door." - }, - { - "ids": "6626,6627,6628", - "examine": "A big wooden door." - }, - { - "ids": "6629", - "examine": "That could hurt." - }, - { - "ids": "6630,6631", - "examine": "A strange thing to leave lying around..." - }, - { - "ids": "6632,6633,6634", - "examine": "I can't see the bottom." - }, - { - "ids": "6635,6636", - "examine": "Has a lid shaped like a man. I think it contains someone's liver. Yuck." - }, - { - "ids": "6637,6638", - "examine": "Has a lid shaped like a crocodile. Yuck, I think there are lungs inside." - }, - { - "ids": "6639,6640", - "examine": "Has a lid shaped like a bug. Disgusting! I think there's a stomach inside." - }, - { - "ids": "6641", - "examine": "Has a lid shaped like an ape. Eeew! I think it contains someone's intestines." - }, - { - "ids": "6642", - "examine": "Doorway*Opens into another area, come on, I know this." - }, - { - "ids": "6644", - "examine": "Useful for putting things on." - }, - { - "ids": "6645", - "examine": "A ladder!! Never seen one of those before." - }, - { - "ids": "6646", - "examine": "I wonder what's inside." - }, - { - "ids": "6647", - "examine": "Perhaps I should search it." - }, - { - "ids": "6648", - "examine": "I wonder where this goes?" - }, - { - "ids": "6649", - "examine": "They go down." - }, - { - "ids": "6650", - "examine": "Phew!! That's one big bridge." - }, - { - "ids": "6651,6652", - "examine": "A big bridge over the river." - }, - { - "ids": "6653,6654", - "examine": "Wow. More bridge. Awesome." - }, - { - "ids": "6655", - "examine": "Oops." - }, - { - "ids": "6656", - "examine": "Rolls of colourful cloth." - }, - { - "ids": "6657", - "examine": "An ancient giant serpent." - }, - { - "ids": "6658", - "examine": "A tunnel leading upwards." - }, - { - "ids": "6659", - "examine": "A tunnel leading into the depths of the earth." - }, - { - "ids": "6660", - "examine": "A rock wall infused with the power of Guthix." - }, - { - "ids": "6661", - "examine": "The wall is weeping blue tears." - }, - { - "ids": "6662", - "examine": "The wall is weeping green tears." - }, - { - "ids": "6663,6664", - "examine": "The wall is not weeping at the moment." - }, - { - "ids": "6665", - "examine": "The wall is weeping blue tears." - }, - { - "ids": "6666", - "examine": "The wall is weeping green tears." - }, - { - "ids": "6667,6668", - "examine": "The wall is not weeping at the moment." - }, - { - "ids": "6669,6670,6671", - "examine": "Stone with blue veins." - }, - { - "ids": "6672", - "examine": "They don't look too easy to climb." - }, - { - "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 could climb these." - }, - { - "ids": "6702,6703,6704,6705,6706,6707", - "examine": "I can climb these stairs." - }, - { - "ids": "6708,6709,6710,6711,6712", - "examine": "I can climb this." - }, - { - "ids": "6713,6714,6715,6716,6717,6718,6719,6720,6721,6722,6723,6724,6725,6726,6727,6728,6729,6730,6731", - "examine": "I wonder what is awaiting 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": "I wonder what awaits me on the other side?" - }, - { - "ids": "6767,6768,6769,6770", - "examine": "A crude torch stuck in the ground." - }, - { - "ids": "6771,6772,6773", - "examine": "A large stone coffin." - }, - { - "ids": "6774,6775", - "examine": "A large stone chest." - }, - { - "ids": "6776", - "examine": "Looks like he's been dead a while now..." - }, - { - "ids": "6777", - "examine": "I don't think he'd mind us checking for his wallet now..." - }, - { - "ids": "6778,6779,6780,6781,6782,6783,6784,6785,6786,6787,6788,6789,6790", - "examine": "I'm sure he died of natural causes. Like a massive dragon or something..." - }, - { - "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": "The groundskeeper's bed." - }, - { - "ids": "6821,6822,6823", - "examine": "A large stone coffin." - }, - { - "ids": "6824,6825,6826", - "examine": "It's locked." - }, - { - "ids": "6827,6828,6829,6830,6831,6832,6833,6834", - "examine": "It might still work..." - }, - { - "ids": "6835", - "examine": "Danger... weak surface beyond gate. Digging may lead to cave-ins." - }, - { - "ids": "6836,6837,6838", - "examine": "Sturdy metal bars." - }, - { - "ids": "6839", - "examine": "Smells pretty bad!" - }, - { - "ids": "6840", - "examine": "It looks as this is where some wall fungus used to be." - }, - { - "ids": "6841,6842,6843", - "examine": "Some crude stone steps." - }, - { - "ids": "6844,6845", - "examine": "An old crude tomb." - }, - { - "ids": "6846", - "examine": "It's damaged." - }, - { - "ids": "6847", - "examine": "A note says, 'Please ring for attention.'" - }, - { - "ids": "6848", - "examine": "An old crude tomb." - }, - { - "ids": "6849", - "examine": "'Leave da dead-uns boxes 'lone or else ya goes down da 'ole'" - }, - { - "ids": "6850", - "examine": "An old crude tomb." - }, - { - "ids": "6851", - "examine": "This coffin is spilt over the floor." - }, - { - "ids": "6852", - "examine": "This coffin is open." - }, - { - "ids": "6853", - "examine": "An old crude tomb." - }, - { - "ids": "6854", - "examine": "This coffin is spilt over the floor." - }, - { - "ids": "6855", - "examine": "This coffin is open." - }, - { - "ids": "6856,6857,6858,6859,6860,6861,6862,6863,6864", - "examine": "A barricade made from skulls and bones." - }, - { - "ids": "6865", - "examine": "Not very high." - }, - { - "ids": "6866", - "examine": "Hot stuff." - }, - { - "ids": "6867,6868,6869,6870", - "examine": "Ogres bang these to make noise." - }, - { - "ids": "6871,6872,6873,6874", - "examine": "A bulky door made from solid rock." - }, - { - "ids": "6875", - "examine": "These open and close!" - }, - { - "ids": "6876", - "examine": "This may be worth opening." - }, - { - "ids": "6877,6878,6879", - "examine": "I wonder what this item contains." - }, - { - "ids": "6880", - "examine": "A barricade made of skulls and bones." - }, - { - "ids": "6881,6882", - "examine": "A barricade made of skulls and bones which has been crushed." - }, - { - "ids": "6883,6884,6885,6886,6887", - "examine": "An old crude tomb." - }, - { - "ids": "6888", - "examine": "A sick, frail old man." - }, - { - "ids": "6889", - "examine": "A sick, frail old man" - }, - { - "ids": "6890,6891,6892", - "examine": "An old crude tomb." - }, - { - "ids": "6893", - "examine": "I don't think he'd mind us checking for his wallet now..." - }, - { - "ids": "6894,6895", - "examine": "A good source of books!" - }, - { - "ids": "6896", - "examine": "A crude torch stuck in the ground." - }, - { - "ids": "6897,6898,6899,6900,6901,6902", - "examine": "A strange ogre plinth, this must be where the artifacts are stored." - }, - { - "ids": "6903", - "examine": "It looks like the hole in the wall has been blocked with rubble." - }, - { - "ids": "6904", - "examine": "How exciting, some shelves." - }, - { - "ids": "6905,6906,6907,6908", - "examine": "A hole in the wall." - }, - { - "ids": "6909", - "examine": "A rock wall." - }, - { - "ids": "6910", - "examine": "It has a letter 'S' on the lock." - }, - { - "ids": "6911", - "examine": "Used for storage." - }, - { - "ids": "6912,6913,6914", - "examine": "A narrow hole in the wall." - }, - { - "ids": "6915", - "examine": "Rubble is blocking the passage." - }, - { - "ids": "6916,6917,6918", - "examine": "A good source of books!" - }, - { - "ids": "6919,6920", - "examine": "A heavy portal decorated with bone." - }, - { - "ids": "6921,6922,6923,6924,6925,6926", - "examine": "A symbol is carved into the wall here." - }, - { - "ids": "6927", - "examine": "I don't think I can get through this way!" - }, - { - "ids": "6928", - "examine": "Looks like its no longer operational." - }, - { - "ids": "6929,6930", - "examine": "Big bones are being used to prop up the wall." - }, - { - "ids": "6931,6932,6933,6934,6935,6936,6937,6938", - "examine": "It's a bit like walking through a giant rib cage." - }, - { - "ids": "6939,6940,6941,6942", - "examine": "This arch is broken. I hope the ceiling doesn't come down!" - }, - { - "ids": "6943,6944,6945,6946,6947,6948,6949", - "examine": "A rocky outcrop." - }, - { - "ids": "6950", - "examine": "I dont think i can get through this way." - }, - { - "ids": "6951,6952,6953,6954,6955,6956,6957,6958,6959,6960,6961,6962,6963,6964,6965,6966,6967,6968", - "examine": "An eye-wrenching nexus of utter negation!" - }, - { - "ids": "6969,6970", - "examine": "A dirty little swamp boat." - }, - { - "ids": "6971", - "examine": "It looks dark down there." - }, - { - "ids": "6972,6973,6974", - "examine": "A book sits on top." - }, - { - "ids": "6975", - "examine": "The door is closed." - }, - { - "ids": "6976", - "examine": "The door is open." - }, - { - "ids": "6977", - "examine": "The door is closed." - }, - { - "ids": "6978,6979,6980,6981,6982,6983", - "examine": "The door is open." - }, - { - "ids": "6984", - "examine": "Empty market stall." - }, - { - "ids": "6985,6986,6987,6988,6989,6990,6991,6992,6993,6994,6995,6996,6997,6998,6999,7000,7001", - "examine": "A steam powered crushing machine." - }, - { - "ids": "7002", - "examine": "A dwarven statue crumbling away from old age." - }, - { - "ids": "7003", - "examine": "It's crumbling away from old age, it's hardly recognizable as a dwarf." - }, - { - "ids": "7004,7005", - "examine": "This stone dwarf must be guarding the way into a dwarven area!" - }, - { - "ids": "7006,7007", - "examine": "Big. For a dwarf!" - }, - { - "ids": "7008,7009", - "examine": "A work in progress." - }, - { - "ids": "7010", - "examine": "A work that has yet to begin." - }, - { - "ids": "7011,7012", - "examine": "An underground limpwurt plant." - }, - { - "ids": "7013,7014,7015", - "examine": "Insect eating plant." - }, - { - "ids": "7016,7017", - "examine": "A stone carved Pillar." - }, - { - "ids": "7018", - "examine": "Dwarf storage." - }, - { - "ids": "7019,7020,7021", - "examine": "Used for keeping beer or glasses." - }, - { - "ids": "7022,7023,7024,7025,7026", - "examine": "Tracks for the carts to run over." - }, - { - "ids": "7027,7028,7029,7030,7031", - "examine": "A steam powered cart." - }, - { - "ids": "7032,7033,7034,7035,7036,7037,7038,7039,7040,7041,7042,7043", - "examine": "A fine piece of sculpting." - }, - { - "ids": "7044,7045,7046,7047,7048", - "examine": "Keeps mine carts from rolling away." - }, - { - "ids": "7049,7050,7051,7052", - "examine": "A wooden gate." - }, - { - "ids": "7053,7054,7055", - "examine": "Lots of seeds here." - }, - { - "ids": "7056", - "examine": "I can climb down these stairs." - }, - { - "ids": "7057", - "examine": "I can climb up these stairs." - }, - { - "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": "Filled to the brim with knowledge." - }, - { - "ids": "7090", - "examine": "'You are here.'" - }, - { - "ids": "7091", - "examine": "Lots of hard study has been done here." - }, - { - "ids": "7092,7093,7094,7095", - "examine": "A telescope pointing southwards..." - }, - { - "ids": "7096", - "examine": "A map of some ancient land." - }, - { - "ids": "7097", - "examine": "There are plenty of shelves" - }, - { - "ids": "7098", - "examine": "Maybe it shows the location of buried treasure?" - }, - { - "ids": "7099", - "examine": "Old songs, old stories..." - }, - { - "ids": "7100", - "examine": "Armour of a Saradominist warrior. Decorative, but still effective." - }, - { - "ids": "7101", - "examine": "A cape from Saradomin, suitable for a battle-mage." - }, - { - "ids": "7102", - "examine": "A staff as used by Saradominist magi." - }, - { - "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": "There is a powerful presence about these ruins..." - }, - { - "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 tear in the dimensional weave of the Abyss." - }, - { - "ids": "7154,7155", - "examine": "A tunnel through the abyss." - }, - { - "ids": "7156,7157", - "examine": "This seems to be blocking the exit..." - }, - { - "ids": "7158", - "examine": "I could probably break this up with a pickaxe." - }, - { - "ids": "7159", - "examine": "I could probably break this up with a pickaxe. Oh wait, I just did." - }, - { - "ids": "7160", - "examine": "Pickaxe power!" - }, - { - "ids": "7161,7162", - "examine": "They don't look that solid, an axe could help me chop them down." - }, - { - "ids": "7163", - "examine": "I cannot tell a lie. I chopped them down." - }, - { - "ids": "7164", - "examine": "If I'm agile enough I might be able to squeeze through..." - }, - { - "ids": "7165", - "examine": "I could probably burn this away with a tinderbox." - }, - { - "ids": "7166", - "examine": "I could probably burn this with fire." - }, - { - "ids": "7167", - "examine": "Burnt open." - }, - { - "ids": "7168,7169,7170", - "examine": "I could probably distract these with thievery." - }, - { - "ids": "7171,7172,7173,7174,7175,7176,7177,7178,7179,7180,7181,7182,7183,7184,7185,7186,7187,7188", - "examine": "An unstable portal across the dimensions..." - }, - { - "ids": "7189,7190,7191,7192,7193,7194,7195,7196,7197,7198,7199,7200,7201,7202,7203,7204,7205", - "examine": "Abyssal Tendrils." - }, - { - "ids": "7206", - "examine": "Now that's what I call slimline!" - }, - { - "ids": "7207", - "examine": "He looks very relaxed." - }, - { - "ids": "7208,7209,7210,7211,7212,7213,7214,7215,7216,7217,7218", - "examine": "Now he's just too thin." - }, - { - "ids": "7219,7220", - "examine": "An opening into the crumbling wall." - }, - { - "ids": "7221", - "examine": "This leads downwards." - }, - { - "ids": "7222,7223", - "examine": "This way to the viewing gallery." - }, - { - "ids": "7224", - "examine": "I'll never be able to dodge that!" - }, - { - "ids": "7225,7226", - "examine": "It's a wall..." - }, - { - "ids": "7227", - "examine": "It's the floor..." - }, - { - "ids": "7228,7229", - "examine": "It's a wall..." - }, - { - "ids": "7230", - "examine": "It's the floor..." - }, - { - "ids": "7231,7232,7233,7234,7235", - "examine": "Not your average door..." - }, - { - "ids": "7236,7237,7238", - "examine": "I wonder what's inside." - }, - { - "ids": "7239,7240", - "examine": "It's a long way down..." - }, - { - "ids": "7241", - "examine": "That's going to hurt if it hits me!" - }, - { - "ids": "7242,7243,7244", - "examine": "If only I knew Karate..." - }, - { - "ids": "7245", - "examine": "It's the floor..." - }, - { - "ids": "7246,7247", - "examine": "Locked." - }, - { - "ids": "7248,7249", - "examine": "It's a wall..." - }, - { - "ids": "7250", - "examine": "It's the floor..." - }, - { - "ids": "7251", - "examine": "Bend your way through." - }, - { - "ids": "7252", - "examine": "That could really hurt!" - }, - { - "ids": "7253", - "examine": "I must not fear, fear is the little death that brings total oblivion." - }, - { - "ids": "7254,7255,7256", - "examine": "Blocking my way back." - }, - { - "ids": "7257", - "examine": "I wonder where it leads." - }, - { - "ids": "7258", - "examine": "An opening into the crumbling wall." - }, - { - "ids": "7259,7260,7261,7262,7263,7264,7265,7266,7267,7268,7269,7270,7271", - "examine": "This way to exit." - }, - { - "ids": "7272,7273", - "examine": "A mystical teleport." - }, - { - "ids": "7274,7275,7276", - "examine": "Lets me walk through walls..." - }, - { - "ids": "7277", - "examine": "He looks hungry, but I don't think he'll do anything while I'm here." - }, - { - "ids": "7278,7279,7280", - "examine": "He's no longer looks hungry, although perhaps a little guilty-looking." - }, - { - "ids": "7281,7282,7283", - "examine": "He's looking at the grain..." - }, - { - "ids": "7284", - "examine": "A sack full of grain." - }, - { - "ids": "7285", - "examine": "I think the chicken enjoyed his meal..." - }, - { - "ids": "7286,7287", - "examine": "It looks pretty rickety..." - }, - { - "ids": "7288,7289,7290,7291,7292,7293,7294,7295,7296,7297,7298,7299,7300,7301", - "examine": "A mystical teleport." - }, - { - "ids": "7302", - "examine": "Lets me walk through walls..." - }, - { - "ids": "7303", - "examine": "A gold statue of a famous White Knight." - }, - { - "ids": "7304", - "examine": "A silver statue of a famous White Knight." - }, - { - "ids": "7305", - "examine": "A bronze statue of a famous White Knight." - }, - { - "ids": "7306", - "examine": "A gold statue of an ancient warrior." - }, - { - "ids": "7307", - "examine": "A silver statue of an ancient warrior." - }, - { - "ids": "7308", - "examine": "A bronze statue of an ancient warrior." - }, - { - "ids": "7309", - "examine": "A gold statue of a famous warrior." - }, - { - "ids": "7310", - "examine": "A silver statue of a famous warrior." - }, - { - "ids": "7311", - "examine": "A bronze statue of a famous warrior." - }, - { - "ids": "7312", - "examine": "A gold statue of an ancient White Knight." - }, - { - "ids": "7313", - "examine": "A silver statue of an ancient White Knight." - }, - { - "ids": "7314", - "examine": "A bronze statue of an ancient White Knight." - }, - { - "ids": "7315,7316", - "examine": "A mystical teleport." - }, - { - "ids": "7317", - "examine": "Lets me walk through walls..." - }, - { - "ids": "7318,7319", - "examine": "A mystical teleport." - }, - { - "ids": "7320", - "examine": "Lets me walk through walls..." - }, - { - "ids": "7321,7322", - "examine": "A mystical teleport." - }, - { - "ids": "7323", - "examine": "Lets me walk through walls..." - }, - { - "ids": "7324,7325", - "examine": "A mystical teleport." - }, - { - "ids": "7326", - "examine": "Lets me walk through walls..." - }, - { - "ids": "7327,7328,7329,7330", - "examine": "Filled to the brim with knowledge." - }, - { - "ids": "7331", - "examine": "Generally used for putting things on." - }, - { - "ids": "7332", - "examine": "A table with a Bunsen burner on it." - }, - { - "ids": "7333,7334,7335,7336,7337,7338,7339", - "examine": "There are some containers of chemicals here." - }, - { - "ids": "7340,7341,7342", - "examine": "There's an empty vial here." - }, - { - "ids": "7343", - "examine": "There's a small hole in the centre." - }, - { - "ids": "7344", - "examine": "The spade is stuck in the hole." - }, - { - "ids": "7345", - "examine": "The spade opened the door." - }, - { - "ids": "7346", - "examine": "It's chained to the wall." - }, - { - "ids": "7347,7348,7349", - "examine": "For storage." - }, - { - "ids": "7350", - "examine": "I wonder what's inside." - }, - { - "ids": "7351", - "examine": "Perhaps I should search it." - }, - { - "ids": "7352,7353", - "examine": "A mystical teleport." - }, - { - "ids": "7354", - "examine": "Lets me walk through walls..." - }, - { - "ids": "7355,7356,7357,7358,7359,7360,7361,7362,7363,7364,7365,7366,7367,7368,7369,7370,7371,7372", - "examine": "Bridge will support a person carrying no more than 5 kg." - }, - { - "ids": "7373,7374,7375,7376,7377,7378,7379,7380,7381,7382,7383,7384", - "examine": "Lets me walk through walls..." - }, - { - "ids": "7385,7386,7387", - "examine": "The ideal thing to sit on." - }, - { - "ids": "7388,7389", - "examine": "Sit back and relax..." - }, - { - "ids": "7390", - "examine": "Designed specifically to ruin your health." - }, - { - "ids": "7391", - "examine": "A rolled up magic carpet." - }, - { - "ids": "7392", - "examine": "A pile of rolled up magic carpets." - }, - { - "ids": "7393", - "examine": "A little shaded area." - }, - { - "ids": "7394,7395", - "examine": "A magic carpet." - }, - { - "ids": "7396", - "examine": "The infamous carpet of '76." - }, - { - "ids": "7397,7398", - "examine": "A leafy tree." - }, - { - "ids": "7399", - "examine": "This is what is left of a willow tree." - }, - { - "ids": "7400", - "examine": "This is what is left of a maple tree." - }, - { - "ids": "7401", - "examine": "This is what is left of a magic tree." - }, - { - "ids": "7402", - "examine": "This is what is left of a yew tree." - }, - { - "ids": "7403", - "examine": "An empty barrel." - }, - { - "ids": "7404,7405", - "examine": "A barrel full of mushed apples." - }, - { - "ids": "7406", - "examine": "This tap runs from the apple crushing barrel." - }, - { - "ids": "7407", - "examine": "An empty ale barrel." - }, - { - "ids": "7408", - "examine": "A barrel of bad ale." - }, - { - "ids": "7409", - "examine": "A barrel of unfermented liquid." - }, - { - "ids": "7410", - "examine": "A barrel of bad cider." - }, - { - "ids": "7411", - "examine": "A barrel of Dwarven Stout." - }, - { - "ids": "7412", - "examine": "A barrel of mature Dwarven Stout." - }, - { - "ids": "7413", - "examine": "A barrel of Asgarnian Ale." - }, - { - "ids": "7414", - "examine": "A barrel of mature Asgarnian Ale." - }, - { - "ids": "7415", - "examine": "A barrel of Greenmans Ale." - }, - { - "ids": "7416", - "examine": "A barrel of mature Greenmans Ale." - }, - { - "ids": "7417", - "examine": "A barrel of Wizards Mind Bomb." - }, - { - "ids": "7418", - "examine": "A barrel of mature Wizards Mind Bomb." - }, - { - "ids": "7419", - "examine": "A barrel of Dragon Bitter." - }, - { - "ids": "7420", - "examine": "A barrel of mature Dragon Bitter." - }, - { - "ids": "7421", - "examine": "A barrel of Moonlight Mead." - }, - { - "ids": "7422", - "examine": "A barrel of mature Moonlight Mead." - }, - { - "ids": "7423", - "examine": "A barrel of Axeman's Folly." - }, - { - "ids": "7424", - "examine": "A barrel of mature Axeman's Folly." - }, - { - "ids": "7425", - "examine": "A barrel of Chef's Delight." - }, - { - "ids": "7426", - "examine": "A barrel of mature Chef's Delight." - }, - { - "ids": "7427", - "examine": "A barrel of Slayer's Respite." - }, - { - "ids": "7428", - "examine": "A barrel of mature Slayer's Respite." - }, - { - "ids": "7429", - "examine": "A barrel of Cider." - }, - { - "ids": "7430,7431,7432", - "examine": "A barrel of mature Cider." - }, - { - "ids": "7433", - "examine": "Goes up and down!" - }, - { - "ids": "7434", - "examine": "I wonder what's under it?" - }, - { - "ids": "7435", - "examine": "I wonder what's down there?" - }, - { - "ids": "7436", - "examine": "A wooden barrel." - }, - { - "ids": "7437", - "examine": "This vat is empty." - }, - { - "ids": "7438", - "examine": "This vat is filled with water." - }, - { - "ids": "7439", - "examine": "This vat is filled with bad ale." - }, - { - "ids": "7440", - "examine": "This vat is filled with bad cider." - }, - { - "ids": "7441", - "examine": "This vat contains a mixture of water and barley malt." - }, - { - "ids": "7442,7443", - "examine": "This controls the flow of ale to the barrel." - }, - { - "ids": "7444", - "examine": "This vat contains a mixture of water, barley malt, and Hammerstone hops." - }, - { - "ids": "7445,7446", - "examine": "Dwarven Stout is fermenting in this vat." - }, - { - "ids": "7447", - "examine": "This vat is filled with Dwarven Stout." - }, - { - "ids": "7448", - "examine": "This vat is filled with mature Dwarven Stout." - }, - { - "ids": "7449", - "examine": "This vat contains a mixture of water, barley malt, and Asgarnian hops." - }, - { - "ids": "7450,7451", - "examine": "Asgarnian Ale is fermenting in this vat." - }, - { - "ids": "7452", - "examine": "This vat is filled with Asgarnian Ale." - }, - { - "ids": "7453", - "examine": "This vat is filled with mature Asgarnian Ale." - }, - { - "ids": "7454", - "examine": "This vat contains a mixture of water, barley malt, and Harralander." - }, - { - "ids": "7455,7456", - "examine": "Greenmans Ale is fermenting in this vat." - }, - { - "ids": "7457", - "examine": "This vat is filled with Greenmans Ale." - }, - { - "ids": "7458", - "examine": "This vat is filled with mature Greenmans Ale." - }, - { - "ids": "7459", - "examine": "This vat contains a mixture of water, barley malt, and Yanillian hops." - }, - { - "ids": "7460,7461", - "examine": "Wizards Mind Bomb is fermenting in this vat." - }, - { - "ids": "7462", - "examine": "This vat is filled with Wizards Mind Bomb." - }, - { - "ids": "7463", - "examine": "This vat is filled with mature Wizards Mind Bomb." - }, - { - "ids": "7464", - "examine": "This vat contains a mixture of water, barley malt, and Krandorian hops." - }, - { - "ids": "7465,7466", - "examine": "Dragon Bitter is fermenting in this vat." - }, - { - "ids": "7467", - "examine": "This vat is filled with Dragon Bitter." - }, - { - "ids": "7468", - "examine": "This vat is filled with mature Dragon Bitter." - }, - { - "ids": "7469", - "examine": "This vat contains a mixture of water, barley malt, and Bittercap mushrooms." - }, - { - "ids": "7470,7471", - "examine": "Moonlight Mead is fermenting in this vat." - }, - { - "ids": "7472", - "examine": "This vat is filled with Moonlight Mead." - }, - { - "ids": "7473", - "examine": "This vat is filled with mature Moonlight Mead." - }, - { - "ids": "7474", - "examine": "This vat contains a mixture of water, barley malt, and oak roots." - }, - { - "ids": "7475,7476", - "examine": "Axeman's Folly is fermenting in this vat." - }, - { - "ids": "7477", - "examine": "This vat is filled with Axeman's Folly." - }, - { - "ids": "7478", - "examine": "This vat is filled with mature Axeman's Folly." - }, - { - "ids": "7479", - "examine": "This vat contains a mixture of water, barley malt, and chocolate dust." - }, - { - "ids": "7480,7481", - "examine": "Chef's Delight is fermenting in this vat." - }, - { - "ids": "7482", - "examine": "This vat is filled with Chef's Delight." - }, - { - "ids": "7483", - "examine": "This vat is filled with mature Chef's Delight." - }, - { - "ids": "7484", - "examine": "This vat contains a mixture of water, barley malt, and Wildblood hops." - }, - { - "ids": "7485,7486", - "examine": "Slayer's Respite is fermenting in this vat." - }, - { - "ids": "7487", - "examine": "This vat is filled with Slayer's Respite." - }, - { - "ids": "7488", - "examine": "This vat is filled with mature Slayer's Respite." - }, - { - "ids": "7489", - "examine": "This vat contains some apple mush." - }, - { - "ids": "7490,7491", - "examine": "Cider is fermenting in this vat." - }, - { - "ids": "7492", - "examine": "This vat is filled with cider." - }, - { - "ids": "7493,7494,7495", - "examine": "This vat is filled with mature cider." - }, - { - "ids": "7496,7497", - "examine": "Items are for sale here." - }, - { - "ids": "7498", - "examine": "They're empty." - }, - { - "ids": "7499,7500,7501,7502,7503", - "examine": "Farming stock is kept here." - }, - { - "ids": "7504,7505", - "examine": "For sitting." - }, - { - "ids": "7506", - "examine": "They're empty." - }, - { - "ids": "7507,7508,7509,7510,7511", - "examine": "Farming stock is kept here." - }, - { - "ids": "7512", - "examine": "A pair of sacks." - }, - { - "ids": "7513,7514,7515", - "examine": "For storage." - }, - { - "ids": "7516,7517,7518,7519,7520,7521,7522,7523,7524,7525,7526", - "examine": "A farmer's spade and rake." - }, - { - "ids": "7527", - "examine": "I can climb over the fence with this." - }, - { - "ids": "7528,7529,7530", - "examine": "For fermenting beer." - }, - { - "ids": "7531", - "examine": "An ale 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": "This controls the flow of ale to the barrel." - }, - { - "ids": "7557,7558,7559,7560", - "examine": "You can grow Deadly Nightshade in this Farming patch." - }, - { - "ids": "7561", - "examine": "Deadly Nightshade has been sown in this farming patch." - }, - { - "ids": "7562,7563,7564", - "examine": "Deadly Nightshade is growing in this farming patch." - }, - { - "ids": "7565", - "examine": "I wouldn't pick this with my bare hands." - }, - { - "ids": "7566,7567,7568", - "examine": "This Deadly Nightshade has become diseased." - }, - { - "ids": "7569,7570,7571,7572", - "examine": "This Deadly Nightshade has died." - }, - { - "ids": "7573,7574,7575,7576,7577,7578,7579,7580", - "examine": "You can grow bushes in this Farming patch." - }, - { - "ids": "7581,7582,7583,7584,7585,7586", - "examine": "A cadavaberry bush is growing in this Farming patch." - }, - { - "ids": "7587,7588,7589,7590,7591,7592", - "examine": "A fully grown cadavaberry bush." - }, - { - "ids": "7593,7594,7595,7596,7597,7598", - "examine": "This diseased cadavaberry bush needs pruning." - }, - { - "ids": "7599,7600,7601,7602,7603,7604", - "examine": "This cadavaberry bush has died." - }, - { - "ids": "7605,7606,7607,7608,7609,7610,7611", - "examine": "A dwellberry bush is growing in this Farming patch." - }, - { - "ids": "7612,7613,7614,7615,7616,7617", - "examine": "A fully grown dwellberry bush." - }, - { - "ids": "7618,7619,7620,7621,7622,7623,7624", - "examine": "This diseased dwellberry bush needs pruning." - }, - { - "ids": "7625,7626,7627,7628,7629,7630,7631", - "examine": "This dwellberry bush has died." - }, - { - "ids": "7632,7633,7634,7635,7636,7637,7638,7639", - "examine": "A jangerberry bush is growing in this Farming patch." - }, - { - "ids": "7640,7641,7642,7643,7644,7645", - "examine": "A fully grown jangerberry bush." - }, - { - "ids": "7646,7647,7648,7649,7650,7651,7652,7653", - "examine": "This diseased jangerberry bush needs pruning." - }, - { - "ids": "7654,7655,7656,7657,7658,7659,7660,7661", - "examine": "This jangerberry bush has died." - }, - { - "ids": "7662,7663,7664,7665,7666,7667,7668,7669", - "examine": "A Poison Ivy bush is growing in this Farming patch." - }, - { - "ids": "7670,7671,7672,7673,7674,7675", - "examine": "A fully grown Poison Ivy bush." - }, - { - "ids": "7676,7677,7678,7679,7680,7681,7682,7683", - "examine": "This diseased Poison Ivy bush needs pruning." - }, - { - "ids": "7684,7685,7686,7687,7688,7689,7690,7691", - "examine": "This Poison Ivy bush has died." - }, - { - "ids": "7692,7693,7694,7695,7696", - "examine": "A redberry bush is growing in this Farming patch." - }, - { - "ids": "7697,7698,7699,7700,7701,7702", - "examine": "A fully grown redberry bush." - }, - { - "ids": "7703,7704,7705,7706,7707", - "examine": "This diseased redberry bush needs pruning." - }, - { - "ids": "7708,7709,7710,7711,7712", - "examine": "This redberry bush has died." - }, - { - "ids": "7713,7714,7715,7716,7717,7718,7719,7720", - "examine": "A whiteberry bush is growing in this Farming patch." - }, - { - "ids": "7721,7722,7723,7724,7725,7726", - "examine": "A fully grown whiteberry bush." - }, - { - "ids": "7727,7728,7729,7730,7731,7732,7733,7734", - "examine": "This diseased whiteberry bush needs pruning." - }, - { - "ids": "7735,7736,7737,7738,7739,7740,7741,7742", - "examine": "This whiteberry bush has died." - }, - { - "ids": "7743,7744,7745,7746", - "examine": "You can grow a Cactus in this Farming patch." - }, - { - "ids": "7747", - "examine": "Cactus seeds have been planted in this patch." - }, - { - "ids": "7748,7749,7750,7751,7752,7753", - "examine": "A cactus is growing in this patch." - }, - { - "ids": "7754,7755,7756,7757,7758", - "examine": "A fully-grown cactus." - }, - { - "ids": "7759,7760,7761,7762,7763,7764", - "examine": "This cactus has become diseased." - }, - { - "ids": "7765,7766,7767,7768,7769,7770,7771", - "examine": "This cactus has died." - }, - { - "ids": "7772,7773,7774,7775", - "examine": "You can grow a Calquat Tree in this Farming patch." - }, - { - "ids": "7776,7777,7778,7779,7780,7781,7782,7783", - "examine": "A Calquat tree is growing in this Farming patch." - }, - { - "ids": "7784,7785,7786,7787,7788,7789,7790,7791", - "examine": "A fully grown Calquat tree stands in this Farming patch." - }, - { - "ids": "7792,7793,7794,7795,7796,7797,7798", - "examine": "This diseased Calquat tree needs pruning." - }, - { - "ids": "7799,7800,7801,7802,7803,7804,7805", - "examine": "This Calquat tree has died." - }, - { - "ids": "7806,7807", - "examine": "A Calquat tree stump." - }, - { - "ids": "7808", - "examine": "Turns vegetation into compost." - }, - { - "ids": "7809", - "examine": "This compost bin contains compostable items." - }, - { - "ids": "7810", - "examine": "This compost bin is full of compostable items." - }, - { - "ids": "7811", - "examine": "This compost bin contains supercompostable items." - }, - { - "ids": "7812", - "examine": "This compost bin is full of supercompostable items." - }, - { - "ids": "7813", - "examine": "Turns vegetation into compost." - }, - { - "ids": "7814", - "examine": "This compost bin contains compost." - }, - { - "ids": "7815", - "examine": "This compost bin is full of compost." - }, - { - "ids": "7816", - "examine": "This compost bin contains super compost." - }, - { - "ids": "7817", - "examine": "This compost bin is full of super compost." - }, - { - "ids": "7818", - "examine": "Turns vegetation into compost." - }, - { - "ids": "7819", - "examine": "This compost bin contains compostable items." - }, - { - "ids": "7820", - "examine": "This compost bin is full of compostable items." - }, - { - "ids": "7821", - "examine": "This compost bin contains supercompostable items." - }, - { - "ids": "7822", - "examine": "This compost bin is full of supercompostable items." - }, - { - "ids": "7823", - "examine": "Turns vegetation into compost." - }, - { - "ids": "7824", - "examine": "This compost bin contains compost." - }, - { - "ids": "7825", - "examine": "This compost bin is full of compost." - }, - { - "ids": "7826", - "examine": "This compost bin contains super compost." - }, - { - "ids": "7827", - "examine": "This compost bin is full of super compost." - }, - { - "ids": "7828", - "examine": "This compost bin contains tomatoes." - }, - { - "ids": "7829", - "examine": "This compost bin is full of tomatoes." - }, - { - "ids": "7830", - "examine": "This compost bin contains rotten tomatoes." - }, - { - "ids": "7831", - "examine": "This compost bin is full of rotten tomatoes." - }, - { - "ids": "7832", - "examine": "This compost bin contains tomatoes." - }, - { - "ids": "7833", - "examine": "This compost bin is full of tomatoes." - }, - { - "ids": "7834", - "examine": "This compost bin contains rotten tomatoes." - }, - { - "ids": "7835,7836,7837,7838,7839", - "examine": "This compost bin is full of rotten tomatoes." - }, - { - "ids": "7840,7841,7842,7843,7844,7845,7846,7847,7848,7849,7850", - "examine": "You can grow flowers in this Farming patch." - }, - { - "ids": "7851,7852,7853,7854", - "examine": "A limpwurt plant is growing in this patch." - }, - { - "ids": "7855", - "examine": "A fully grown limpwurt plant." - }, - { - "ids": "7856,7857,7858,7859", - "examine": "A limpwurt plant is growing in this patch." - }, - { - "ids": "7860,7861,7862", - "examine": "This limpwurt plant has become diseased." - }, - { - "ids": "7863,7864,7865", - "examine": "This limpwurt plant has died while growing." - }, - { - "ids": "7866", - "examine": "This limpwurt plant has died." - }, - { - "ids": "7867,7868,7869,7870", - "examine": "A marigold is growing in this patch." - }, - { - "ids": "7871", - "examine": "A fully grown marigold." - }, - { - "ids": "7872,7873,7874,7875", - "examine": "A marigold is growing in this patch." - }, - { - "ids": "7876,7877,7878", - "examine": "This marigold has become diseased." - }, - { - "ids": "7879,7880,7881", - "examine": "This marigold has died while growing." - }, - { - "ids": "7882", - "examine": "This marigold has died." - }, - { - "ids": "7883,7884,7885,7886", - "examine": "A nasturtium is growing in this patch." - }, - { - "ids": "7887", - "examine": "A fully grown nasturtium." - }, - { - "ids": "7888,7889,7890,7891", - "examine": "A nasturtium is growing in this patch." - }, - { - "ids": "7892,7893,7894", - "examine": "This nasturtium has become diseased." - }, - { - "ids": "7895,7896,7897", - "examine": "This nasturtium has died while growing." - }, - { - "ids": "7898", - "examine": "This nasturtium has died." - }, - { - "ids": "7899,7900,7901,7902", - "examine": "A rosemary is growing in this patch." - }, - { - "ids": "7903", - "examine": "A fully grown rosemary." - }, - { - "ids": "7904,7905,7906,7907", - "examine": "A rosemary is growing in this patch." - }, - { - "ids": "7908,7909,7910", - "examine": "This rosemary has become diseased." - }, - { - "ids": "7911,7912,7913", - "examine": "This rosemary has died while growing." - }, - { - "ids": "7914", - "examine": "This rosemary has died." - }, - { - "ids": "7915,7916,7917,7918", - "examine": "Should scare off the birds..." - }, - { - "ids": "7919,7920,7921,7922", - "examine": "A woad plant is growing in this patch." - }, - { - "ids": "7923", - "examine": "A fully grown woad plant." - }, - { - "ids": "7924,7925,7926,7927", - "examine": "A woad plant is growing in this patch." - }, - { - "ids": "7928,7929,7930", - "examine": "This woad plant has become diseased." - }, - { - "ids": "7931,7932,7933", - "examine": "This woad plant has died while growing." - }, - { - "ids": "7934", - "examine": "This woad plant has died." - }, - { - "ids": "7935", - "examine": "An apple tree sapling has been planted in this fruit tree patch." - }, - { - "ids": "7936,7937,7938,7939,7940", - "examine": "An apple tree is growing in this fruit tree patch." - }, - { - "ids": "7941", - "examine": "A fully grown apple tree." - }, - { - "ids": "7942", - "examine": "There is a single apple on this apple tree." - }, - { - "ids": "7943", - "examine": "There are two apples on this apple tree." - }, - { - "ids": "7944", - "examine": "There are three apples on this apple tree." - }, - { - "ids": "7945", - "examine": "There are four apples on this apple tree." - }, - { - "ids": "7946", - "examine": "There are five apples on this apple tree." - }, - { - "ids": "7947", - "examine": "There are six apples on this apple tree." - }, - { - "ids": "7948", - "examine": "A fully grown apple tree." - }, - { - "ids": "7949,7950,7951,7952,7953,7954", - "examine": "This diseased tree looks like it needs pruning with secateurs." - }, - { - "ids": "7955,7956,7957,7958,7959,7960", - "examine": "This apple tree has become diseased and died." - }, - { - "ids": "7961,7962,7963,7964,7965", - "examine": "This apple tree has been cut down." - }, - { - "ids": "7966", - "examine": "A pineapple plant has been planted in this fruit tree patch." - }, - { - "ids": "7967,7968,7969,7970,7971", - "examine": "A pineapple plant is growing in this fruit tree patch." - }, - { - "ids": "7972", - "examine": "A fully grown pineapple plant." - }, - { - "ids": "7973", - "examine": "There is a single pineapple on this pineapple plant." - }, - { - "ids": "7974", - "examine": "There are two pineapples on this pineapple plant." - }, - { - "ids": "7975", - "examine": "There are three pineapples on this pineapple plant." - }, - { - "ids": "7976", - "examine": "There are four pineapples on this pineapple plant." - }, - { - "ids": "7977", - "examine": "There are five pineapples on this pineapple plant." - }, - { - "ids": "7978", - "examine": "There are six pineapples on this pineapple plant." - }, - { - "ids": "7979", - "examine": "A fully grown pineapple plant." - }, - { - "ids": "7980,7981,7982,7983,7984,7985", - "examine": "This pineapple plant looks like it could do with pruning with secateurs." - }, - { - "ids": "7986,7987,7988,7989,7990,7991", - "examine": "This pineapple plant has become diseased and died." - }, - { - "ids": "7992", - "examine": "This pineapple plant has been cut down." - }, - { - "ids": "7993", - "examine": "A banana tree sapling has been planted in this fruit tree patch." - }, - { - "ids": "7994,7995,7996,7997,7998", - "examine": "A banana tree is growing in this fruit tree patch." - }, - { - "ids": "7999,8000", - "examine": "A fully grown banana tree." - }, - { - "ids": "8001", - "examine": "There is a single banana on this banana tree." - }, - { - "ids": "8002", - "examine": "There are two bananas on this banana tree." - }, - { - "ids": "8003", - "examine": "There are three bananas on this banana tree." - }, - { - "ids": "8004", - "examine": "There are four bananas on this banana tree." - }, - { - "ids": "8005", - "examine": "There are five bananas on this banana tree." - }, - { - "ids": "8006", - "examine": "There are six bananas on this banana tree." - }, - { - "ids": "8007,8008,8009,8010,8011,8012", - "examine": "This banana looks like it could do with pruning with secateurs." - }, - { - "ids": "8013,8014,8015,8016,8017,8018", - "examine": "This banana tree has become diseased and died." - }, - { - "ids": "8019", - "examine": "This banana tree has been cut down." - }, - { - "ids": "8020", - "examine": "A curry tree sapling has been planted in this fruit tree patch." - }, - { - "ids": "8021,8022,8023,8024,8025", - "examine": "A curry tree is growing in this fruit tree patch." - }, - { - "ids": "8026", - "examine": "A fully grown curry tree." - }, - { - "ids": "8027", - "examine": "There is a single curry leaf on this curry tree." - }, - { - "ids": "8028", - "examine": "There are two curry leaves on this curry tree." - }, - { - "ids": "8029", - "examine": "There are three curry leaves on this curry tree." - }, - { - "ids": "8030", - "examine": "There are four curry leaves on this curry tree." - }, - { - "ids": "8031", - "examine": "There are five curry leaves on this curry tree." - }, - { - "ids": "8032", - "examine": "There are six curry leaves on this curry tree." - }, - { - "ids": "8033", - "examine": "A fully grown curry tree." - }, - { - "ids": "8034,8035,8036,8037,8038,8039", - "examine": "This curry tree looks like it could do with pruning with secateurs." - }, - { - "ids": "8040,8041,8042,8043,8044,8045", - "examine": "This curry tree has become diseased and died." - }, - { - "ids": "8046", - "examine": "This curry tree has been cut down." - }, - { - "ids": "8047,8048,8049,8050", - "examine": "You can grow Fruit Trees in this Farming patch." - }, - { - "ids": "8051", - "examine": "An orange tree sapling has been planted in this fruit tree patch." - }, - { - "ids": "8052,8053,8054,8055,8056", - "examine": "An orange tree is growing in this fruit tree patch." - }, - { - "ids": "8057", - "examine": "A fully grown orange tree." - }, - { - "ids": "8058", - "examine": "There is a single orange on this orange tree." - }, - { - "ids": "8059", - "examine": "There are two oranges on this orange tree." - }, - { - "ids": "8060", - "examine": "There are three oranges on this orange tree." - }, - { - "ids": "8061", - "examine": "There are four oranges on this orange tree." - }, - { - "ids": "8062", - "examine": "There are five oranges on this orange tree." - }, - { - "ids": "8063", - "examine": "There are six oranges on this orange tree." - }, - { - "ids": "8064", - "examine": "A fully grown orange tree." - }, - { - "ids": "8065,8066,8067,8068,8069,8070", - "examine": "This orange tree looks like it could do with pruning with secateurs." - }, - { - "ids": "8071,8072,8073,8074,8075,8076", - "examine": "This orange tree has become diseased and died." - }, - { - "ids": "8077", - "examine": "This orange tree has been cut down." - }, - { - "ids": "8078", - "examine": "A palm tree sapling has been planted in this fruit tree patch." - }, - { - "ids": "8079,8080,8081,8082,8083", - "examine": "A palm tree is growing in this fruit tree patch." - }, - { - "ids": "8084", - "examine": "A fully grown palm tree." - }, - { - "ids": "8085", - "examine": "There is a single coconut on this palm tree." - }, - { - "ids": "8086", - "examine": "There are two coconuts on this palm tree." - }, - { - "ids": "8087", - "examine": "There are three coconuts on this palm tree." - }, - { - "ids": "8088", - "examine": "There are four coconuts on this palm tree." - }, - { - "ids": "8089", - "examine": "There are five coconuts on this palm tree." - }, - { - "ids": "8090", - "examine": "There are six coconuts on this palm tree." - }, - { - "ids": "8091", - "examine": "A fully grown palm tree." - }, - { - "ids": "8092,8093,8094,8095,8096,8097", - "examine": "This palm tree looks like it could do with pruning with secateurs." - }, - { - "ids": "8098,8099,8100,8101,8102,8103", - "examine": "This palm tree has become diseased and died." - }, - { - "ids": "8104", - "examine": "This palm tree has been cut down." - }, - { - "ids": "8105", - "examine": "A papaya tree sapling has been planted in this fruit tree patch." - }, - { - "ids": "8106,8107,8108,8109,8110", - "examine": "A papaya tree is growing in this fruit tree patch." - }, - { - "ids": "8111", - "examine": "A fully grown papaya tree" - }, - { - "ids": "8112", - "examine": "There is a single papaya fruit on this tree." - }, - { - "ids": "8113", - "examine": "There are two papaya fruits on this tree." - }, - { - "ids": "8114", - "examine": "There are three papaya fruits on this tree." - }, - { - "ids": "8115", - "examine": "There are four papaya fruits on this tree." - }, - { - "ids": "8116", - "examine": "There are five papaya fruits on this tree." - }, - { - "ids": "8117", - "examine": "There are six papaya fruits on this tree." - }, - { - "ids": "8118", - "examine": "A fully grown papaya tree." - }, - { - "ids": "8119,8120,8121,8122,8123,8124", - "examine": "This papaya tree looks like it could do with pruning with secateurs." - }, - { - "ids": "8125,8126,8127,8128,8129,8130", - "examine": "This papaya tree has become diseased and died." - }, - { - "ids": "8131", - "examine": "This papaya tree has been cut down." - }, - { - "ids": "8132,8133,8134,8135,8136,8137,8138", - "examine": "You can grow herbs in this Farming patch." - }, - { - "ids": "8139", - "examine": "Some herb seeds have been sown in this patch." - }, - { - "ids": "8140,8141,8142", - "examine": "A herb is growing in this patch." - }, - { - "ids": "8143", - "examine": "A fully grown herb." - }, - { - "ids": "8144,8145,8146", - "examine": "These herbs have become diseased." - }, - { - "ids": "8147,8148,8149,8150,8151,8152,8153", - "examine": "These herbs have become diseased and died." - }, - { - "ids": "8154", - "examine": "Asgarnian hop seeds have been sown in this farming patch." - }, - { - "ids": "8155,8156,8157,8158", - "examine": "Asgarnian hops are growing in this farming patch." - }, - { - "ids": "8159", - "examine": "These are fully grown Asgarnian Hops." - }, - { - "ids": "8160", - "examine": "Asgarnian hop seeds have been sown in this farming patch." - }, - { - "ids": "8161,8162,8163,8164", - "examine": "Asgarnian hops are growing in this farming patch." - }, - { - "ids": "8165,8166,8167,8168", - "examine": "These Asgarnian Hop plants are diseased." - }, - { - "ids": "8169,8170,8171,8172,8173,8174,8175,8176", - "examine": "These Asgarnian Hop plants have died from disease." - }, - { - "ids": "8177", - "examine": "Hammerstone Hop seeds have been sown in this farming patch." - }, - { - "ids": "8178,8179,8180", - "examine": "Hammerstone Hops are growing in this farming patch." - }, - { - "ids": "8181", - "examine": "These are fully grown Hammerstone Hops." - }, - { - "ids": "8182", - "examine": "Hammerstone Hop seeds have been sown in this farming patch." - }, - { - "ids": "8183,8184,8185", - "examine": "Hammerstone Hops are growing in this farming patch." - }, - { - "ids": "8186,8187,8188", - "examine": "These Hammerstone Hops are diseased." - }, - { - "ids": "8189,8190,8191", - "examine": "These Hammerstone Hops have died from disease." - }, - { - "ids": "8192", - "examine": "Barley seeds have been sown in this farming patch." - }, - { - "ids": "8193,8194,8195", - "examine": "Barley is growing in this farming patch." - }, - { - "ids": "8196", - "examine": "This patch is full of Barley." - }, - { - "ids": "8197", - "examine": "Barley seeds have been sown in this farming patch." - }, - { - "ids": "8198,8199,8200", - "examine": "Barley is growing in this farming patch." - }, - { - "ids": "8201,8202,8203", - "examine": "This Barley is diseased." - }, - { - "ids": "8204,8205,8206", - "examine": "This Barley has died from disease." - }, - { - "ids": "8207,8208,8209,8210", - "examine": "You can grow hops in this Farming patch." - }, - { - "ids": "8211", - "examine": "Krandorian Hop seeds have been planted in this farming patch." - }, - { - "ids": "8212,8213,8214,8215,8216,8217", - "examine": "Krandorian Hops are growing in this farming patch." - }, - { - "ids": "8218", - "examine": "These are fully grown Krandorian Hops." - }, - { - "ids": "8219", - "examine": "Krandorian Hop seeds have been planted in this farming patch." - }, - { - "ids": "8220,8221,8222,8223,8224,8225", - "examine": "Krandorian Hops are growing in this farming patch." - }, - { - "ids": "8226,8227,8228,8229,8230,8231", - "examine": "These Krandorian Hops are diseased." - }, - { - "ids": "8232,8233,8234,8235,8236,8237", - "examine": "These Krandorian Hops have died from disease." - }, - { - "ids": "8238", - "examine": "Jute seeds have been sown in this farming patch." - }, - { - "ids": "8239,8240,8241,8242", - "examine": "Jute plants are growing in this farming patch." - }, - { - "ids": "8243", - "examine": "These are fully grown Jute plants." - }, - { - "ids": "8244", - "examine": "Jute seeds have been sown in this farming patch." - }, - { - "ids": "8245,8246,8247,8248", - "examine": "Jute plants are growing in this farming patch." - }, - { - "ids": "8249,8250,8251,8252", - "examine": "These Jute plants are diseased." - }, - { - "ids": "8253,8254,8255,8256", - "examine": "These Jute plants have died from disease." - }, - { - "ids": "8257", - "examine": "Wildblood hop seeds have been planted in this farming patch." - }, - { - "ids": "8258,8259,8260,8261,8262,8263,8264", - "examine": "Wildblood Hops are growing in this farming patch." - }, - { - "ids": "8265", - "examine": "These are fully grown Wildblood Hops." - }, - { - "ids": "8266", - "examine": "Wildblood hop seeds have been planted in this farming patch." - }, - { - "ids": "8267,8268,8269,8270,8271,8272,8273", - "examine": "Wildblood Hops are growing in this farming patch." - }, - { - "ids": "8274,8275,8276,8277,8278,8279,8280", - "examine": "These Wildblood hops are diseased." - }, - { - "ids": "8281,8282,8283,8284,8285,8286,8287", - "examine": "These Wildblood Hops have died from disease." - }, - { - "ids": "8288", - "examine": "Yanillian Hop seeds have been sown in this farming patch." - }, - { - "ids": "8289,8290,8291,8292,8293", - "examine": "Yanillian Hops are growing in this farming patch." - }, - { - "ids": "8294", - "examine": "These are fully grown Yanillian Hops." - }, - { - "ids": "8295", - "examine": "Yanillian Hop seeds have been sown in this farming patch." - }, - { - "ids": "8296,8297,8298,8299,8300", - "examine": "Yanillian Hops are growing in this farming patch." - }, - { - "ids": "8301,8302,8303,8304,8305", - "examine": "These Yanillian Hops are diseased." - }, - { - "ids": "8306,8307,8308,8309,8310", - "examine": "These Yanillian Hops have died from disease." - }, - { - "ids": "8311,8312,8313,8314", - "examine": "You can grow Bittercap mushrooms in this Farming patch." - }, - { - "ids": "8315", - "examine": "Bittercap mushroom spores have been sown in this farming patch." - }, - { - "ids": "8316,8317,8318,8319,8320", - "examine": "Bittercap mushrooms are growing in this farming patch." - }, - { - "ids": "8321,8322,8323,8324,8325,8326", - "examine": "A patch of Bittercap Mushrooms." - }, - { - "ids": "8327,8328,8329,8330,8331", - "examine": "These Bittercap mushrooms have become diseased." - }, - { - "ids": "8332,8333,8334,8335,8336,8337,8338", - "examine": "These Bittercap mushrooms have become diseased and died." - }, - { - "ids": "8339,8340,8341,8342", - "examine": "You can grow a Spirit Tree in this Farming patch." - }, - { - "ids": "8343,8344,8345,8346,8347,8348,8349,8350,8351,8352,8353,8354,8355,8356", - "examine": "A Spirit Tree." - }, - { - "ids": "8357", - "examine": "A Spirit Tree stump." - }, - { - "ids": "8358,8359,8360,8361,8362,8363,8364,8365,8366,8367,8368,8369", - "examine": "Needs pruning before it dies." - }, - { - "ids": "8370,8371,8372,8373,8374,8375,8376,8377,8378,8379,8380,8381,8382,8383,8384,8385,8386,8387,8388,8389,8390,8391", - "examine": "Oh dear, your spirit tree has died." - }, - { - "ids": "8392,8393,8394,8395", - "examine": "You can grow trees in this Farming patch." - }, - { - "ids": "8396", - "examine": "A Magic Tree sapling has been planted in this tree patch." - }, - { - "ids": "8397,8398,8399,8400,8401,8402,8403,8404,8405,8406,8407", - "examine": "A Magic Tree is growing in this tree patch." - }, - { - "ids": "8408,8409", - "examine": "A fully grown Magic Tree." - }, - { - "ids": "8410", - "examine": "You can uproot this stump with a spade." - }, - { - "ids": "8411,8412,8413,8414,8415,8416,8417,8418,8419,8420,8421,8422", - "examine": "To remove all signs of disease, prune the tree with secateurs." - }, - { - "ids": "8423,8424,8425,8426,8427,8428,8429,8430,8431,8432,8433,8434", - "examine": "This Magic Tree has become diseased and died." - }, - { - "ids": "8435", - "examine": "A Maple tree sapling has been planted in this tree patch." - }, - { - "ids": "8436,8437,8438,8439,8440,8441,8442", - "examine": "A Maple tree is growing in this tree patch." - }, - { - "ids": "8443,8444", - "examine": "A fully grown Maple tree." - }, - { - "ids": "8445", - "examine": "You can uproot this stump with a spade." - }, - { - "ids": "8446,8447,8448,8449,8450,8451,8452,8453", - "examine": "To remove all signs of disease, prune the tree with secateurs." - }, - { - "ids": "8454,8455,8456,8457,8458,8459,8460,8461", - "examine": "This Maple tree has become diseased and died." - }, - { - "ids": "8462", - "examine": "An Oak sapling has been planted in this tree patch." - }, - { - "ids": "8463,8464,8465", - "examine": "An Oak tree is growing in this tree patch." - }, - { - "ids": "8466,8467", - "examine": "A fully grown Oak tree." - }, - { - "ids": "8468,8469,8470,8471,8472", - "examine": "You can uproot this stump with a spade." - }, - { - "ids": "8473,8474,8475,8476", - "examine": "To remove all signs of disease, prune the tree with secateurs." - }, - { - "ids": "8477,8478,8479,8480", - "examine": "This Oak tree has become diseased and died." - }, - { - "ids": "8481", - "examine": "A Willow sapling has been planted in this tree patch." - }, - { - "ids": "8482,8483,8484,8485,8486", - "examine": "A Willow tree is growing in this tree patch." - }, - { - "ids": "8487,8488", - "examine": "A fully grown Willow tree." - }, - { - "ids": "8489", - "examine": "You can uproot this stump with a spade." - }, - { - "ids": "8490,8491,8492,8493,8494,8495", - "examine": "To remove all signs of disease, prune the tree with secateurs." - }, - { - "ids": "8496,8497,8498,8499,8500,8501", - "examine": "This Willow tree has become diseased and died." - }, - { - "ids": "8502", - "examine": "A Yew sapling has been planted in this tree patch." - }, - { - "ids": "8503,8504,8505,8506,8507,8508,8509,8510,8511", - "examine": "A Yew tree is growing in this tree patch." - }, - { - "ids": "8512,8513", - "examine": "A fully grown Yew tree." - }, - { - "ids": "8514", - "examine": "You can uproot this tree stump with a spade." - }, - { - "ids": "8515,8516,8517,8518,8519,8520,8521,8522,8523,8524", - "examine": "To remove all signs of disease, prune the tree with secateurs." - }, - { - "ids": "8525,8526,8527,8528,8529,8530,8531,8532,8533,8534", - "examine": "This Yew tree has become diseased and died." - }, - { - "ids": "8535", - "examine": "Cabbage seeds have been sown in this allotment." - }, - { - "ids": "8536,8537,8538", - "examine": "Cabbages are growing in this allotment." - }, - { - "ids": "8539", - "examine": "These cabbages could do with harvesting." - }, - { - "ids": "8540,8541,8542,8543", - "examine": "Cabbages are growing in this allotment." - }, - { - "ids": "8544,8545,8546", - "examine": "These cabbages have become diseased and need tending." - }, - { - "ids": "8547,8548,8549,8550,8551,8552,8553,8554,8555,8556,8557", - "examine": "These cabbages have become diseased and died." - }, - { - "ids": "8558", - "examine": "Potato seeds have been planted in this allotment." - }, - { - "ids": "8559,8560,8561", - "examine": "Potato plants are growing in this allotment." - }, - { - "ids": "8562", - "examine": "These potato plants are fully grown." - }, - { - "ids": "8563", - "examine": "Potato seeds have been planted in this allotment." - }, - { - "ids": "8564,8565,8566", - "examine": "Potato plants are growing in this allotment." - }, - { - "ids": "8567,8568,8569", - "examine": "These potato plants are diseased." - }, - { - "ids": "8570,8571,8572", - "examine": "These potato plants are dead." - }, - { - "ids": "8573,8574,8575,8576,8577,8578,8579", - "examine": "You can grow fruit and vegetables here." - }, - { - "ids": "8580", - "examine": "Some onion seeds have sown in this allotment." - }, - { - "ids": "8581,8582,8583", - "examine": "Some onion plants are growing in this allotment." - }, - { - "ids": "8584", - "examine": "There are some fully grown onions in this allotment." - }, - { - "ids": "8585", - "examine": "Some onion seeds have sown in this allotment." - }, - { - "ids": "8586,8587,8588", - "examine": "Some onion plants are growing in this allotment." - }, - { - "ids": "8589,8590,8591", - "examine": "These onions have become diseased." - }, - { - "ids": "8592,8593,8594", - "examine": "These onions have become diseased and died." - }, - { - "ids": "8595", - "examine": "Strawberry seeds have been sown in this allotment." - }, - { - "ids": "8596,8597,8598,8599,8600", - "examine": "Strawberry plants are growing in this allotment." - }, - { - "ids": "8601", - "examine": "These strawberry plants are fully grown." - }, - { - "ids": "8602", - "examine": "Strawberry seeds have been sown in this allotment." - }, - { - "ids": "8603,8604,8605,8606,8607", - "examine": "Strawberry plants are growing in this allotment." - }, - { - "ids": "8608,8609,8610,8611,8612", - "examine": "These strawberry plants have become diseased." - }, - { - "ids": "8613,8614,8615,8616,8617", - "examine": "These strawberry plants have become diseased and died." - }, - { - "ids": "8618", - "examine": "Some sweetcorn seeds have been sown in this allotment." - }, - { - "ids": "8619,8620,8621,8622,8623", - "examine": "Some sweetcorn plants are growing in this allotment." - }, - { - "ids": "8624", - "examine": "These sweetcorn plants are fully grown." - }, - { - "ids": "8625", - "examine": "Some sweetcorn seeds have been sown in this allotment." - }, - { - "ids": "8626,8627,8628,8629,8630", - "examine": "Some sweetcorn plants are growing in this allotment." - }, - { - "ids": "8631,8632,8633,8634,8635", - "examine": "These sweetcorn plants have been attacked by crows." - }, - { - "ids": "8636,8637,8638,8639,8640", - "examine": "These sweetcorn plants have become diseased and died." - }, - { - "ids": "8641", - "examine": "Tomato seeds have been sown in this allotment." - }, - { - "ids": "8642,8643,8644", - "examine": "Tomato plants are growing in this allotment." - }, - { - "ids": "8645", - "examine": "These tomato plants are fully grown." - }, - { - "ids": "8646", - "examine": "Tomato seeds have been sown in this allotment." - }, - { - "ids": "8647,8648,8649", - "examine": "Tomato plants are growing in this allotment." - }, - { - "ids": "8650,8651,8652", - "examine": "These tomato plants have become diseased." - }, - { - "ids": "8653,8654,8655", - "examine": "These tomato plants have become diseased and died." - }, - { - "ids": "8656", - "examine": "Watermelon seeds have been sown in this allotment." - }, - { - "ids": "8657,8658,8659,8660,8661,8662,8663", - "examine": "Watermelons are growing in this allotment." - }, - { - "ids": "8664", - "examine": "These watermelons could do with harvesting." - }, - { - "ids": "8665", - "examine": "Watermelon seeds have been sown in this allotment." - }, - { - "ids": "8666,8667,8668,8669,8670,8671,8672", - "examine": "Watermelons are growing in this allotment." - }, - { - "ids": "8673,8674,8675,8676,8677,8678,8679", - "examine": "These watermelons have become diseased and need tending." - }, - { - "ids": "8680", - "examine": "These watermelon plants have become diseased and died." - }, - { - "ids": "8681,8682,8683,8684,8685,8686,8687", - "examine": "These watermelons have become diseased and died." - }, - { - "ids": "8688", - "examine": "The perfect accompaniment to a bedroom." - }, - { - "ids": "8689", - "examine": "Fit for milking." - }, - { - "ids": "8690,8691,8692,8693,8694", - "examine": "Each full of milk no doubt." - }, - { - "ids": "8695", - "examine": "The door is closed." - }, - { - "ids": "8696,8697,8698", - "examine": "The door is open." - }, - { - "ids": "8699", - "examine": "After working with livestock, why not wash your hands?" - }, - { - "ids": "8700", - "examine": "For putting things on." - }, - { - "ids": "8701", - "examine": "Someone's been preparing meat." - }, - { - "ids": "8702,8703,8704,8705,8706,8707,8708,8709,8710,8711", - "examine": "A barrel for collecting rain water." - }, - { - "ids": "8712", - "examine": "A grand old fireplace." - }, - { - "ids": "8713,8714,8715,8716", - "examine": "I bet there's a needle in it somewhere." - }, - { - "ids": "8717,8718,8719,8720,8721,8722,8723,8724", - "examine": "A loom." - }, - { - "ids": "8725", - "examine": "A little rock." - }, - { - "ids": "8726", - "examine": "A small chunk of rock." - }, - { - "ids": "8727", - "examine": "They're not floating, even though it may look like they are!" - }, - { - "ids": "8728,8729,8730,8731,8732,8733,8734,8735,8736", - "examine": "A deposit of rocks." - }, - { - "ids": "8737", - "examine": "This tap runs from the apple crushing barrel." - }, - { - "ids": "8738,8739,8740,8741", - "examine": "You can walk through these doors." - }, - { - "ids": "8742,8743", - "examine": "An odd looking tree." - }, - { - "ids": "8744,8745", - "examine": "I can climb this." - }, - { - "ids": "8746", - "examine": "I can climb down this." - }, - { - "ids": "8747", - "examine": "A local water source." - }, - { - "ids": "8748", - "examine": "Used for spinning thread." - }, - { - "ids": "8749", - "examine": "A Shrine to the glory of Seren." - }, - { - "ids": "8750", - "examine": "I can cook here." - }, - { - "ids": "8751", - "examine": "A nice sturdy looking table." - }, - { - "ids": "8752,8753,8754,8755,8756,8757,8758,8759,8760,8761,8762,8763,8764,8765,8766", - "examine": "A good source of books!" - }, - { - "ids": "8767", - "examine": "The lamp has a glowing crystal at its core." - }, - { - "ids": "8768,8769", - "examine": "A table." - }, - { - "ids": "8770", - "examine": "A chair." - }, - { - "ids": "8771", - "examine": "A painting of an elf standing in some woodland." - }, - { - "ids": "8772", - "examine": "Sit back and relax..." - }, - { - "ids": "8773,8774", - "examine": "A useful ranging device." - }, - { - "ids": "8775", - "examine": "Use these with bows." - }, - { - "ids": "8776,8777", - "examine": "Tailor-made for needlework supplies." - }, - { - "ids": "8778", - "examine": "I'm guessing it's for making elven clothes." - }, - { - "ids": "8779,8780,8781,8782", - "examine": "Helps make elf clothing." - }, - { - "ids": "8783,8784", - "examine": "I wonder what's under it?" - }, - { - "ids": "8785", - "examine": "I can climb this." - }, - { - "ids": "8786,8787,8788,8789", - "examine": "The door is closed." - }, - { - "ids": "8790,8791,8792,8793,8794", - "examine": "The door is open." - }, - { - "ids": "8795", - "examine": "Makes gnomes taller." - }, - { - "ids": "8796", - "examine": "Makes creatures taller." - }, - { - "ids": "8797", - "examine": "I wonder what's inside." - }, - { - "ids": "8798", - "examine": "Perhaps I should search it." - }, - { - "ids": "8799", - "examine": "The desk of the head mourner." - }, - { - "ids": "8800", - "examine": "I wonder what's inside." - }, - { - "ids": "8801,8802,8803", - "examine": "A sack full of grain." - }, - { - "ids": "8804,8805,8806", - "examine": "These have grain in them." - }, - { - "ids": "8807", - "examine": "An empty barrel." - }, - { - "ids": "8808", - "examine": "A barrel full of mushed apples." - }, - { - "ids": "8809", - "examine": "A pile of rotten apples!" - }, - { - "ids": "8810,8811,8812,8813", - "examine": "A wooden gate." - }, - { - "ids": "8814,8815,8816,8817", - "examine": "A well slept in bed." - }, - { - "ids": "8818", - "examine": "The door is closed." - }, - { - "ids": "8819", - "examine": "The door is open." - }, - { - "ids": "8820,8821,8822,8823,8824,8825,8826,8827", - "examine": "Solid iron bars." - }, - { - "ids": "8828,8829,8830", - "examine": "Heavy." - }, - { - "ids": "8831,8832,8833,8834,8835,8836,8837,8838,8839", - "examine": "You can 'cart' things around on this." - }, - { - "ids": "8840,8841", - "examine": "I feel the need to throw a rotten cabbage!" - }, - { - "ids": "8842", - "examine": "Nothing growing on this tree at the moment..." - }, - { - "ids": "8843,8844,8845,8846,8847,8848,8849,8850,8851,8852,8853,8854,8855,8856,8857,8858,8859,8860", - "examine": "Mmmmm, nice juicy apples!" - }, - { - "ids": "8861,8862,8863,8864", - "examine": "This is a special hops patch." - }, - { - "ids": "8865", - "examine": "Kelda Hop seeds have been sown in this farming patch." - }, - { - "ids": "8866,8867,8868", - "examine": "Kelda Hops are growing in this farming patch." - }, - { - "ids": "8869", - "examine": "These are fully grown Kelda Hops." - }, - { - "ids": "8870", - "examine": "A barrel of Kelda Stout." - }, - { - "ids": "8871", - "examine": "This vat contains Kelda hops." - }, - { - "ids": "8872,8873", - "examine": "Kelda Stout is fermenting in this vat." - }, - { - "ids": "8874,8875,8876,8877", - "examine": "This vat contains Kelda Stout." - }, - { - "ids": "8878", - "examine": "Some bizarre mixture between rocks and machinery. Definitely dwarven." - }, - { - "ids": "8879", - "examine": "A strange box of some kind." - }, - { - "ids": "8880", - "examine": "A strange box of some kind. It's open." - }, - { - "ids": "8881,8882,8883,8884,8885", - "examine": "A small cave entrance." - }, - { - "ids": "8886", - "examine": "Keeps mine carts from rolling away." - }, - { - "ids": "8887,8888,8889,8890,8891,8892,8893,8894,8895,8896,8897,8898", - "examine": "Cart tracks." - }, - { - "ids": "8899,8900,8901,8902,8903,8904,8905,8906,8907,8908,8909", - "examine": "A support for the tracks." - }, - { - "ids": "8910", - "examine": "These books contain all sorts of data on the Red Axe." - }, - { - "ids": "8911", - "examine": "Big mysterious crates. You wonder what could be inside." - }, - { - "ids": "8912", - "examine": "Wooden crates with metal edges, contents unknown." - }, - { - "ids": "8913,8914,8915,8916,8917", - "examine": "Big mysterious crates. There are some papers on top." - }, - { - "ids": "8918,8919,8920,8921,8922,8923", - "examine": "A symbol of the Red Axe." - }, - { - "ids": "8924,8925", - "examine": "A steam powered cart." - }, - { - "ids": "8926", - "examine": "A short long boat!" - }, - { - "ids": "8927,8928", - "examine": "Best used with a bucket." - }, - { - "ids": "8929", - "examine": "A deep and terrifying cave." - }, - { - "ids": "8930,8931,8932,8933,8934,8935,8936,8937,8938,8939,8940,8941,8942,8943,8944,8945,8946,8947,8948,8949", - "examine": "It looks cold in there." - }, - { - "ids": "8950", - "examine": "A big slimy lump of rock." - }, - { - "ids": "8951", - "examine": "A slimy lump of rock." - }, - { - "ids": "8952,8953", - "examine": "A slippery looking rock." - }, - { - "ids": "8954,8955", - "examine": "A tall flag blowing in the wind." - }, - { - "ids": "8956,8957", - "examine": "I could climb this if I wanted." - }, - { - "ids": "8958,8959,8960", - "examine": "There must be some trick to opening this..." - }, - { - "ids": "8961", - "examine": "It's opening..." - }, - { - "ids": "8962", - "examine": "Apparently there was some trick to opening it!" - }, - { - "ids": "8963,8964,8965", - "examine": "Not as difficult to walk through as it was a minute ago." - }, - { - "ids": "1337", - "examine": "Steps*Leads to the surface." - }, - { - "ids": "8967,8968,8969,8970,8971", - "examine": "A sturdy looking door, propped shut with a support." - }, - { - "ids": "8972", - "examine": "A portal back to the real world..." - }, - { - "ids": "8973", - "examine": "One of the most common trees in RuneScape." - }, - { - "ids": "8974,8975,8976,8977,8978,8979,8980,8981,8982,8983,8984", - "examine": "A commonly found tree." - }, - { - "ids": "8985", - "examine": "Steam seems to be condensing into the pot. Neat trick!" - }, - { - "ids": "8986", - "examine": "I can see fish swimming in the water. Well, they sort of look like fish..." - }, - { - "ids": "8987", - "examine": "A portal that leads... somewhere?" - }, - { - "ids": "8988", - "examine": "I wonder what's inside..." - }, - { - "ids": "8989,8990,8991,8992,8993,8994,8995,8996,8997", - "examine": "Someone's looking through the chest." - }, - { - "ids": "8998,8999,9000,9001,9002,9003,9004,9005", - "examine": "An appendage for activating something." - }, - { - "ids": "9006,9007", - "examine": "A place to cremate the dead. Needs a body." - }, - { - "ids": "9008,9009", - "examine": "A place to cremate the dead. Needs a light." - }, - { - "ids": "9010,9011,9012,9013", - "examine": "This has broad leaves." - }, - { - "ids": "9014", - "examine": "This has been chopped away." - }, - { - "ids": "9015,9016,9017,9018", - "examine": "This has broad leaves." - }, - { - "ids": "9019", - "examine": "This has been chopped away." - }, - { - "ids": "9020,9021,9022,9023", - "examine": "This has broad leaves." - }, - { - "ids": "9024", - "examine": "This has been chopped away." - }, - { - "ids": "9025,9026,9027,9028", - "examine": "A damaged wooden fence." - }, - { - "ids": "9029", - "examine": "A wooden fence." - }, - { - "ids": "9030,9031,9032", - "examine": "Gems encrusted in stone." - }, - { - "ids": "9033", - "examine": "Many rare plants such as this usually have exotic tubers." - }, - { - "ids": "9034", - "examine": "A beautiful old mahogany tree." - }, - { - "ids": "9035", - "examine": "This once was a beautiful tree." - }, - { - "ids": "9036", - "examine": "A beautiful old teak tree." - }, - { - "ids": "9037", - "examine": "This tree has been cut down." - }, - { - "ids": "9038,9039,9040,9041,9042,9043", - "examine": "A set of large, sturdy wooden doors." - }, - { - "ids": "9044,9045,9046,9047", - "examine": "Some goutweed is growing in this patch." - }, - { - "ids": "9048", - "examine": "Some fully grown goutweed." - }, - { - "ids": "9049,9050,9051", - "examine": "This goutweed has become diseased." - }, - { - "ids": "9052,9053,9054,9055,9056,9057", - "examine": "This goutweed has become diseased and died." - }, - { - "ids": "9058", - "examine": "He's not stocking much." - }, - { - "ids": "9059", - "examine": "He's stocking rune caskets." - }, - { - "ids": "9060", - "examine": "He's stocking blackjacks." - }, - { - "ids": "9061", - "examine": "He's stocking fez hats." - }, - { - "ids": "9062", - "examine": "He's stocking rune caskets." - }, - { - "ids": "9063", - "examine": "He's stocking colourful clothes." - }, - { - "ids": "9064,9065", - "examine": "A wooden crate." - }, - { - "ids": "9066,9067", - "examine": "A wooden crate containing caskets." - }, - { - "ids": "9068,9069", - "examine": "A wooden crate containing Blackjacks." - }, - { - "ids": "9070", - "examine": "A wooden crate containing fez hats." - }, - { - "ids": "9071", - "examine": "A wooden crate containing clothes." - }, - { - "ids": "9072,9073", - "examine": "Boxy." - }, - { - "ids": "9074,9075", - "examine": "boxy" - }, - { - "ids": "9076", - "examine": "This cloth has been dyed." - }, - { - "ids": "9077,9078", - "examine": "Mmmm pretty!" - }, - { - "ids": "9079,9080,9081", - "examine": "These dyed fabrics are drying off." - }, - { - "ids": "9082", - "examine": "Items for making clothes are kept on here." - }, - { - "ids": "9083", - "examine": "Pots full of dye." - }, - { - "ids": "9084", - "examine": "A way down." - }, - { - "ids": "9085", - "examine": "There's not much coke in the stove." - }, - { - "ids": "9086", - "examine": "There's a fair amount of coke in the stove." - }, - { - "ids": "9087", - "examine": "There's lots of coke in the stove." - }, - { - "ids": "9088", - "examine": "A big pile of refined coal." - }, - { - "ids": "9089", - "examine": "You can read the furnace temperature here." - }, - { - "ids": "9090", - "examine": "Used to pump hot air through the furnace." - }, - { - "ids": "9091,9092", - "examine": "Bars come out of the blast furnace here." - }, - { - "ids": "9093,9094", - "examine": "Your bars will come out here." - }, - { - "ids": "9095", - "examine": "The bars are glowing hot!" - }, - { - "ids": "9096", - "examine": "Your bars are ready to take." - }, - { - "ids": "9097", - "examine": "They power the conveyor belt." - }, - { - "ids": "9098", - "examine": "The foreman refers to it as 'Bertha'." - }, - { - "ids": "9099", - "examine": "It shows that the furnace is working." - }, - { - "ids": "9100,9101", - "examine": "Ore rides this into the blast furnace." - }, - { - "ids": "9102", - "examine": "It keeps the conveyor belt running." - }, - { - "ids": "9103", - "examine": "Fix it, quick!" - }, - { - "ids": "9104", - "examine": "They keep the conveyor belt running." - }, - { - "ids": "9105", - "examine": "Fix them, quick!" - }, - { - "ids": "9106,9107", - "examine": "It keeps the conveyor belt turning." - }, - { - "ids": "9108,9109,9110,9111,9112,9113,9114", - "examine": "They keep the conveyor belt turning." - }, - { - "ids": "9115", - "examine": "It shows that the furnace is working." - }, - { - "ids": "9116", - "examine": "Hot air circulates through these." - }, - { - "ids": "9117,9118,9119", - "examine": "Quick, fix them!" - }, - { - "ids": "9120", - "examine": "Hot air circulates through these." - }, - { - "ids": "9121,9122", - "examine": "Quick, fix them!" - }, - { - "ids": "9123,9124,9125,9126,9127,9128,9129,9130,9131,9132,9133,9134,9135,9136,9137", - "examine": "It shows the furnace is working." - }, - { - "ids": "9138,9139", - "examine": "A way upwards." - }, - { - "ids": "9140,9141", - "examine": "The gate is closed." - }, - { - "ids": "9142", - "examine": "The gate is open." - }, - { - "ids": "9143", - "examine": "Used for getting water." - }, - { - "ids": "9144", - "examine": "Some kind of jewellery is dangling from this ornament." - }, - { - "ids": "9145", - "examine": "Someone's showing off their wealth!" - }, - { - "ids": "9146,9147", - "examine": "Filled to the brim with knowledge." - }, - { - "ids": "9148", - "examine": "A nicely carved wooden chair." - }, - { - "ids": "9149", - "examine": "An expensive privacy aid!" - }, - { - "ids": "9150", - "examine": "An old wall." - }, - { - "ids": "9151", - "examine": "Security breach!" - }, - { - "ids": "9152,9153,9154", - "examine": "A patched up hole." - }, - { - "ids": "9155", - "examine": "'You are here.'" - }, - { - "ids": "9156", - "examine": "An elegant desk with a curious ornament on it." - }, - { - "ids": "9157,9158", - "examine": "Someone's gold-trimmed this Saradomin armour!" - }, - { - "ids": "9159,9160,9161,9162,9163,9164,9165", - "examine": "Lit to remember the souls of the departed." - }, - { - "ids": "9166,9167,9168,9169", - "examine": "You can grow delphiniums in this Farming patch." - }, - { - "ids": "9170", - "examine": "Delphinium seeds have been sown in this farming patch." - }, - { - "ids": "9171,9172", - "examine": "Beautiful." - }, - { - "ids": "9173,9174,9175,9176", - "examine": "These delphiniums are fully grown." - }, - { - "ids": "9177,9178,9179,9180", - "examine": "You can grow a pink rose bush in this patch." - }, - { - "ids": "9181,9182,9183,9184", - "examine": "You can grow a white rose bush in this patch." - }, - { - "ids": "9185,9186,9187,9188", - "examine": "You can grow a red rose bush in this patch." - }, - { - "ids": "9189,9190,9191", - "examine": "A rose bush." - }, - { - "ids": "9192", - "examine": "This white rosebush is fully grown." - }, - { - "ids": "9193", - "examine": "A rose bush." - }, - { - "ids": "9194", - "examine": "This red rosebush is fully grown." - }, - { - "ids": "9195", - "examine": "A pink rosebush." - }, - { - "ids": "9196,9197,9198", - "examine": "This pink rosebush is fully grown." - }, - { - "ids": "9199,9200,9201", - "examine": "A plantpot of pink orchids." - }, - { - "ids": "9202", - "examine": "These pink orchids are fully grown." - }, - { - "ids": "9203", - "examine": "An empty plantpot." - }, - { - "ids": "9204", - "examine": "A plantpot filled with soil." - }, - { - "ids": "9205,9206,9207", - "examine": "A plantpot of yellow orchids." - }, - { - "ids": "9208,9209", - "examine": "These yellow orchids are fully grown." - }, - { - "ids": "9210,9211,9212,9213", - "examine": "You can grow a White Tree in this patch." - }, - { - "ids": "9214", - "examine": "A White Tree sapling has been planted in this patch." - }, - { - "ids": "9215,9216,9217", - "examine": "A White Tree is growing in this patch." - }, - { - "ids": "9218", - "examine": "This White Tree is fully grown." - }, - { - "ids": "9219", - "examine": "This White Tree bears a single fruit." - }, - { - "ids": "9220", - "examine": "This White Tree bears two fruits." - }, - { - "ids": "9221", - "examine": "This White Tree bears three fruits." - }, - { - "ids": "9222,9223", - "examine": "This White Tree bears four fruits." - }, - { - "ids": "9224,9225,9226,9227", - "examine": "You can grow snowdrops in this Farming patch." - }, - { - "ids": "9228,9229,9230", - "examine": "A patch of snowdrops." - }, - { - "ids": "9231,9232", - "examine": "These snowdrops are fully grown." - }, - { - "ids": "9233", - "examine": "You can grow Burthorpe Vine in this patch." - }, - { - "ids": "9234,9235,9236", - "examine": "You can grow Burthorpe Vines in this patch." - }, - { - "ids": "9237,9238,9239", - "examine": "Burthorpe vines are growing in this patch." - }, - { - "ids": "9240", - "examine": "These Burthorpe vines are fully grown." - }, - { - "ids": "9241,9242", - "examine": "An empty plinth for a statue." - }, - { - "ids": "9243", - "examine": "What a good likeness!" - }, - { - "ids": "9244", - "examine": "An empty plinth for a statue." - }, - { - "ids": "9245", - "examine": "An expertly carved statue of a former King of Misthalin." - }, - { - "ids": "9246", - "examine": "An empty plinth for a statue." - }, - { - "ids": "9247", - "examine": "What a good likeness!" - }, - { - "ids": "9248", - "examine": "An empty plinth for a statue." - }, - { - "ids": "9249,9250,9251,9252,9253,9254", - "examine": "An expertly carved statue of a former King of Misthalin." - }, - { - "ids": "9255", - "examine": "These grapevines look much healthier now." - }, - { - "ids": "9256", - "examine": "These grapevines are suffering from some strange disease." - }, - { - "ids": "9257,9258,9259", - "examine": "Some wild-looking grass." - }, - { - "ids": "9260", - "examine": "Some red roses." - }, - { - "ids": "9261", - "examine": "Some pink roses." - }, - { - "ids": "9262", - "examine": "Some white roses." - }, - { - "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": "A White Tree." - }, - { - "ids": "9291", - "examine": "Sit back and enjoy the view." - }, - { - "ids": "9292", - "examine": "An expertly carved statue of a former Queen of Misthalin." - }, - { - "ids": "9293", - "examine": "A pipe I can squeeze through." - }, - { - "ids": "9294", - "examine": "Funny looking holes that don't look too inviting." - }, - { - "ids": "9295", - "examine": "A pipe I can squeeze through." - }, - { - "ids": "9296,9297,9298", - "examine": "A rocky outcrop." - }, - { - "ids": "9299", - "examine": "Ornate railing." - }, - { - "ids": "9300", - "examine": "Wooden fencing." - }, - { - "ids": "9301", - "examine": "A well constructed castle wall." - }, - { - "ids": "9302", - "examine": "A rather strategically placed hole, which appears to be in the ground." - }, - { - "ids": "9303,9304,9305,9306", - "examine": "A rocky outcrop." - }, - { - "ids": "9307,9308", - "examine": "A well weathered wall." - }, - { - "ids": "9309,9310", - "examine": "A tunnel leading under the wall." - }, - { - "ids": "9311,9312", - "examine": "An underwall tunnel." - }, - { - "ids": "9313", - "examine": "Looks suspicious." - }, - { - "ids": "9314", - "examine": "A wall jutting out into the path." - }, - { - "ids": "9315", - "examine": "I can jump from this stepping stone." - }, - { - "ids": "9316,9317,9318", - "examine": "A rocky outcrop." - }, - { - "ids": "9319,9320", - "examine": "A chain rope" - }, - { - "ids": "9321", - "examine": "A few rocks short of a wall" - }, - { - "ids": "9322,9323,9324", - "examine": "The foam from the river makes this log very slippy." - }, - { - "ids": "9325", - "examine": "Just another crack in the wall." - }, - { - "ids": "9326", - "examine": "Funny looking holes that don't look too inviting." - }, - { - "ids": "9327", - "examine": "They seem to fit in the with the rocky surroundings, so as not to stick out." - }, - { - "ids": "9328,9329,9330", - "examine": "A slippery well worn log." - }, - { - "ids": "9331,9332,9333", - "examine": "A rocky outcrop." - }, - { - "ids": "9334", - "examine": "Used to be ornate, now it's a little bit vandalised." - }, - { - "ids": "9335,9336", - "examine": "A rocky outcrop." - }, - { - "ids": "9337", - "examine": "Used to be ornate, now it's a little bit vandalised." - }, - { - "ids": "9338,9339,9340,9341,9342,9343,9344,9345,9346,9347,9348,9349,9350,9351,9352,9353", - "examine": "Should scare off the birds..." - }, - { - "ids": "9354", - "examine": "This looks like the way out." - }, - { - "ids": "9355", - "examine": "A cave deep into the volcano." - }, - { - "ids": "9356,9357", - "examine": "A cave deeper into the volcano." - }, - { - "ids": "9358", - "examine": "A cave deep into the volcano." - }, - { - "ids": "9359,9360,9361,9362,9363,9364,9365", - "examine": "This looks like the way out." - }, - { - "ids": "9366", - "examine": "The barrier of heat is down." - }, - { - "ids": "9367,9368,9369,9370,9371,9372,9373", - "examine": "A barrier of heat." - }, - { - "ids": "9374,9375,9376", - "examine": "Hot enough to cook your breakfast on." - }, - { - "ids": "9377,9378,9379", - "examine": "An egg incubated in the lava." - }, - { - "ids": "9380", - "examine": "Who's the man?" - }, - { - "ids": "9381", - "examine": "A wooden crate." - }, - { - "ids": "9382,9383,9384,9385,9386,9387,9388,9389", - "examine": "Some wooden crates." - }, - { - "ids": "9390", - "examine": "A natural forge using volcanic heat." - }, - { - "ids": "9391,9392,9393,9394,9395,9396,9397", - "examine": "I spy with my little eye..." - }, - { - "ids": "9398,9399", - "examine": "Lets you put items into your bank." - }, - { - "ids": "9400", - "examine": "Sparse weeds." - }, - { - "ids": "9401", - "examine": "Weeds." - }, - { - "ids": "9402", - "examine": "Thick weeds." - }, - { - "ids": "9403", - "examine": "This is Unferth's patch for growing potatos." - }, - { - "ids": "9404,9405,9406,9407", - "examine": "You say Potato, I say Poh-tar-to." - }, - { - "ids": "9408,9409,9410,9411,9412,9413,9414,9415,9416,9417,9418,9419,9420,9421,9422,9423,9424,9425,9426,9427,9428,9429", - "examine": "Looks like these potatoes have fully grown." - }, - { - "ids": "9430", - "examine": "A nice sturdy bare table." - }, - { - "ids": "9431", - "examine": "A nice sturdy table." - }, - { - "ids": "9432", - "examine": "A table with milk." - }, - { - "ids": "9433", - "examine": "A table with cake." - }, - { - "ids": "9434,9435", - "examine": "A hearty meal for Unferth." - }, - { - "ids": "9436", - "examine": "Great for sleeping in." - }, - { - "ids": "9437,9438", - "examine": "Not so great for sleeping in, it's not made." - }, - { - "ids": "9439", - "examine": "A fire burns brightly here." - }, - { - "ids": "9440", - "examine": "An empty fire place." - }, - { - "ids": "9441,9442", - "examine": "An unlit fire place." - }, - { - "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": "A good source of books!" - }, - { - "ids": "9470", - "examine": "I can climb these stairs." - }, - { - "ids": "9471", - "examine": "They go down." - }, - { - "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": "What could be down here?" - }, - { - "ids": "9498", - "examine": "A small plant, suitable for sandy soil." - }, - { - "ids": "9499", - "examine": "A decorative plant." - }, - { - "ids": "9500", - "examine": "A fairly small plant." - }, - { - "ids": "9501,9502,9503,9504,9505,9506,9507", - "examine": "Another plant." - }, - { - "ids": "9508", - "examine": "Perfect for snoozing in the sun." - }, - { - "ids": "9509", - "examine": "Lovely comfy-looking big bed." - }, - { - "ids": "9510,9511,9512,9513", - "examine": "East to Draynor Village :: South to Rimmington :: South-east to Port Sarim." - }, - { - "ids": "9514", - "examine": "Betty's chair." - }, - { - "ids": "9515", - "examine": "I wonder what she's making?" - }, - { - "ids": "9516,9517,9518", - "examine": "Betty's counter." - }, - { - "ids": "9519", - "examine": "A wooden barrel for storage." - }, - { - "ids": "9520", - "examine": "A wooden barrel containing lots of fish." - }, - { - "ids": "9521", - "examine": "A wooden barrel for storage." - }, - { - "ids": "9522", - "examine": "How much does this weigh?" - }, - { - "ids": "9523", - "examine": "A case. With books." - }, - { - "ids": "9524", - "examine": "A mooring chain." - }, - { - "ids": "9525", - "examine": "One horse power, wooden suspension. A beauty." - }, - { - "ids": "9526,9527,9528,9529", - "examine": "Betty keeps some rune objects here." - }, - { - "ids": "9530", - "examine": "A sinister fungus." - }, - { - "ids": "9531", - "examine": "Sit back and relax..." - }, - { - "ids": "9532", - "examine": "Sit back and enjoy the view." - }, - { - "ids": "9533,9534", - "examine": "A wooden crate." - }, - { - "ids": "9535", - "examine": "Some wooden crates." - }, - { - "ids": "9536", - "examine": "Some wooden boxes." - }, - { - "ids": "9537", - "examine": "It's used for loading and unloading fishing boats." - }, - { - "ids": "9538,9539,9540,9541,9542,9543,9544,9545,9546,9547", - "examine": "I hope it doesn't sink." - }, - { - "ids": "9548,9549,9550,9551,9552,9553,9554,9555,9556,9557", - "examine": "A bucket full of red hot coals." - }, - { - "ids": "9558", - "examine": "It leads up." - }, - { - "ids": "9559,9560", - "examine": "I can climb down this." - }, - { - "ids": "9561", - "examine": "I guess I could sleep in it if I were really tired." - }, - { - "ids": "9562", - "examine": "A prison cell door." - }, - { - "ids": "9563", - "examine": "A locked prison cell door." - }, - { - "ids": "9564", - "examine": "A prison cell door." - }, - { - "ids": "9565,9566", - "examine": "Stops people getting out." - }, - { - "ids": "9567", - "examine": "Ewww!" - }, - { - "ids": "9568,9569,9570,9571,9572,9573,9574,9575,9576,9577,9578,9579,9580,9581", - "examine": "En-suite facilities in every cell!" - }, - { - "ids": "9582,9583", - "examine": "I can climb up these stairs." - }, - { - "ids": "9584,9585,9586,9587,9588,9589,9590,9591,9592,9593,9594,9595,9596,9597,9598,9599,9600,9601,9602,9603", - "examine": "I can climb down these stairs." - }, - { - "ids": "9604", - "examine": "A leafy plant." - }, - { - "ids": "9605", - "examine": "A leafy fern." - }, - { - "ids": "9606", - "examine": "A leafy shrub." - }, - { - "ids": "9607,9608,9609", - "examine": "A case. With books." - }, - { - "ids": "9610", - "examine": "An artist's easel." - }, - { - "ids": "9611", - "examine": "A good source of books!" - }, - { - "ids": "9612", - "examine": "The Make-over Mage's bed." - }, - { - "ids": "9613", - "examine": "A nice sturdy looking table." - }, - { - "ids": "9614", - "examine": "Generally used for putting things on." - }, - { - "ids": "9615", - "examine": "A small wooden table." - }, - { - "ids": "9616", - "examine": "Items are for sale here." - }, - { - "ids": "9617,9618,9619,9620", - "examine": "All-purpose storage." - }, - { - "ids": "9621", - "examine": "For sitting." - }, - { - "ids": "9622,9623", - "examine": "Fancy." - }, - { - "ids": "9624", - "examine": "It's like a land rudder." - }, - { - "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": "A wooden wheelbarrow." - }, - { - "ids": "9661", - "examine": "This tree has been cut down." - }, - { - "ids": "9662", - "examine": "Popular with farmers and treasure hunters." - }, - { - "ids": "9663", - "examine": "This tree has fallen to the ground." - }, - { - "ids": "9664", - "examine": "A gnarly old tree root." - }, - { - "ids": "9665", - "examine": "The roots of a tree are exposed." - }, - { - "ids": "9666", - "examine": "I hope I don't trip over any of these." - }, - { - "ids": "9667", - "examine": "Disturbingly man-like." - }, - { - "ids": "9668,9669,9670,9671,9672,9673,9674,9675,9676,9677,9678,9679,9680,9681", - "examine": "Its eyes stare off into the distance..." - }, - { - "ids": "9682", - "examine": "Ideal for cooking on." - }, - { - "ids": "9683", - "examine": "Expels smoke from the range." - }, - { - "ids": "9684", - "examine": "Wash your hands!" - }, - { - "ids": "9685", - "examine": "Generally used for putting things on." - }, - { - "ids": "9686", - "examine": "Some fabric ready for clothing." - }, - { - "ids": "9687,9688", - "examine": "I'm guessing it's for making women's clothes." - }, - { - "ids": "9689", - "examine": "Looks like it's for making men's clothes." - }, - { - "ids": "9690,9691,9692,9693", - "examine": "I think this one's for making men's clothes." - }, - { - "ids": "9694", - "examine": "Some helpful people have placed notes on here, how nice." - }, - { - "ids": "9695", - "examine": "This notice board is full of scrolls and charts." - }, - { - "ids": "9696", - "examine": "I wonder what's inside ?" - }, - { - "ids": "9697,9698,9699,9700,9701", - "examine": "A nice sturdy looking table." - }, - { - "ids": "9702", - "examine": "This clearly isn't used for dining very often." - }, - { - "ids": "9703", - "examine": "Not as nice as some." - }, - { - "ids": "9704,9705", - "examine": "This needs dusting before I'll sit on it." - }, - { - "ids": "9706", - "examine": "This must let me in to the arena somehow..." - }, - { - "ids": "9707", - "examine": "This must let me out of the arena somehow..." - }, - { - "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,9736,9737", - "examine": "A rocky outcrop." - }, - { - "ids": "9738,9739,9740", - "examine": "An old crumbled pillar." - }, - { - "ids": "9741,9742,9743", - "examine": "Smells like fish." - }, - { - "ids": "9744", - "examine": "I can climb up here." - }, - { - "ids": "9745,9746,9747", - "examine": "I can go below decks with this ladder." - }, - { - "ids": "9748", - "examine": "A collection point." - }, - { - "ids": "9749,9750", - "examine": "A Lever." - }, - { - "ids": "9751", - "examine": "A crystal that was broken a long time ago." - }, - { - "ids": "9752", - "examine": "A repowered crystal." - }, - { - "ids": "9753", - "examine": "Perhaps I should search it." - }, - { - "ids": "9754", - "examine": "I wonder what's inside." - }, - { - "ids": "9755", - "examine": "Perhaps I should search it." - }, - { - "ids": "9756", - "examine": "I wonder what's inside." - }, - { - "ids": "9757", - "examine": "Perhaps I should search it." - }, - { - "ids": "9758", - "examine": "I wonder what's inside." - }, - { - "ids": "9759", - "examine": "Perhaps I should search it." - }, - { - "ids": "9760", - "examine": "I wonder what's inside." - }, - { - "ids": "9761", - "examine": "Perhaps I should search it." - }, - { - "ids": "9762", - "examine": "I wonder what's inside." - }, - { - "ids": "9763,9764,9765", - "examine": "A recently killed guard." - }, - { - "ids": "9766,9767", - "examine": "A recently killed slave." - }, - { - "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": "A door of pure light!" - }, - { - "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": "There are holes passing through this pillar." - }, - { - "ids": "9975", - "examine": "I can climb down these." - }, - { - "ids": "9976", - "examine": "A cave wall." - }, - { - "ids": "9977", - "examine": "I wonder where this goes?" - }, - { - "ids": "9978,9979", - "examine": "A ladder carved into the wall." - }, - { - "ids": "9980", - "examine": "A good place for light to merge." - }, - { - "ids": "9981,9982,9983,9984,9985,9986,9987", - "examine": "A good place for a light crystal." - }, - { - "ids": "9988,9989,9990,9991,9992,9993,9994,9995,9996,9997,9998,9999,10000,10001", - "examine": "A broken pillar." - }, - { - "ids": "10002,10003,10004,10005,10006,10007,10008,10009,10010,10011,10012,10013", - "examine": "An ancient elvish light doorway." - }, - { - "ids": "10014", - "examine": "A source of great power." - }, - { - "ids": "10015", - "examine": "I can climb up these stairs." - }, - { - "ids": "10016", - "examine": "I can climb down these stairs." - }, - { - "ids": "10017,10018", - "examine": "I can climb up these stairs." - }, - { - "ids": "10019,10020,10021,10022,10023,10024,10025,10026,10027,10028,10029,10030,10031,10032", - "examine": "An Octagonal Pillar." - }, - { - "ids": "10033", - "examine": "I could hang off this." - }, - { - "ids": "10034", - "examine": "An ancient trap." - }, - { - "ids": "10035", - "examine": "An ancient blockage." - }, - { - "ids": "10036,10037", - "examine": "A way down." - }, - { - "ids": "10038,10039,10040", - "examine": "A way up." - }, - { - "ids": "10041,10042,10043,10044,10045,10046,10047,10048,10049,10050,10051,10052,10053", - "examine": "The legs probably aren't a natural feature of the tree." - }, - { - "ids": "10054", - "examine": "Sounds like there's liquid inside." - }, - { - "ids": "10055,10056", - "examine": "I won't be leaving that way then." - }, - { - "ids": "10057,10058,10059,10060,10061", - "examine": "Flag, pole... Yep, it's a flagpole." - }, - { - "ids": "10062", - "examine": "This must be climbed over." - }, - { - "ids": "10063,10064,10065,10066,10067,10068,10069,10070,10071,10072,10073,10074,10075", - "examine": "A pipe I can squeeze through." - }, - { - "ids": "10076,10077,10078,10079", - "examine": "A mat for exercises." - }, - { - "ids": "10080", - "examine": "I wonder if I can hit a bullseye?" - }, - { - "ids": "10081", - "examine": "One of the most common trees in RuneScape." - }, - { - "ids": "10082", - "examine": "A commonly found tree." - }, - { - "ids": "10083", - "examine": "A beautiful old oak." - }, - { - "ids": "10084", - "examine": "Hay There." - }, - { - "ids": "10085", - "examine": "A pile of straw." - }, - { - "ids": "10086", - "examine": "Some hay." - }, - { - "ids": "10087,10088,10089", - "examine": "It looks like an ordinary fishing spot, just infinitely more sinister..." - }, - { - "ids": "10090", - "examine": "Danger..Mudskippers!" - }, - { - "ids": "10091,10092", - "examine": "A fish-filled water tank in the floor." - }, - { - "ids": "10093,10094,10095,10096", - "examine": "Turns milk into other dairy products." - }, - { - "ids": "10097", - "examine": "Weedy." - }, - { - "ids": "10098", - "examine": "Less weedy." - }, - { - "ids": "10099", - "examine": "Almost clear." - }, - { - "ids": "10100", - "examine": "Free from weeds." - }, - { - "ids": "10101", - "examine": "Something is growing here." - }, - { - "ids": "10102", - "examine": "Fully grown Blindweed." - }, - { - "ids": "10103,10104", - "examine": "Weedy, wrecked and infertile." - }, - { - "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": "A stagnant lake." - }, - { - "ids": "10129,10130,10131,10132,10133,10134,10135", - "examine": "A very large pipe." - }, - { - "ids": "10136,10137", - "examine": "Rickety." - }, - { - "ids": "10138", - "examine": "I hope it doesn't sink." - }, - { - "ids": "10139,10140,10141", - "examine": "It's a palm tree." - }, - { - "ids": "10142", - "examine": "This controls the entire brewery." - }, - { - "ids": "10143", - "examine": "A frothing, spinning, possessed control panel." - }, - { - "ids": "10144", - "examine": "Chugging away nicely." - }, - { - "ids": "10145,10146,10147", - "examine": "A large brass brewing vat." - }, - { - "ids": "10148,10149,10150,10151,10152,10153,10154,10155,10156", - "examine": "The brass seems to be eaten away around the edge..." - }, - { - "ids": "10157", - "examine": "Racks of barrels." - }, - { - "ids": "10158", - "examine": "Round, oaken, barrel-shaped." - }, - { - "ids": "10159", - "examine": "A wooden crate." - }, - { - "ids": "10160", - "examine": "Some wooden crates." - }, - { - "ids": "10161", - "examine": "Some wooden boxes." - }, - { - "ids": "10162", - "examine": "Probably where the farming kit is stored." - }, - { - "ids": "10163,10164", - "examine": "Ah! Definitely where the farming kit is stored." - }, - { - "ids": "10165", - "examine": "Throw the lever! Mwuhahahaha!" - }, - { - "ids": "10166", - "examine": "This lever can't be operated right now." - }, - { - "ids": "10167", - "examine": "It leads up." - }, - { - "ids": "10168,10169", - "examine": "I can climb down this." - }, - { - "ids": "10170", - "examine": "This is where the brewing ingredients go." - }, - { - "ids": "10171", - "examine": "An ominously stained barrel." - }, - { - "ids": "10172,10173", - "examine": "This gate is closed." - }, - { - "ids": "10174", - "examine": "The blood-chilling flag of the Inebriated." - }, - { - "ids": "10175,10176", - "examine": "'Please remember te wash yer hook'. Sound advice for the hygienic pirate." - }, - { - "ids": "10177", - "examine": "I could climb this if I wanted." - }, - { - "ids": "10178", - "examine": "An unlit torch." - }, - { - "ids": "10179,10180,10181,10182,10183,10184,10185,10186,10187,10188,10189,10190,10191,10192", - "examine": "A lit torch." - }, - { - "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 iron frame, for climbing up and down." - }, - { - "ids": "10246", - "examine": "Once upon a time this was used to make pottery." - }, - { - "ids": "10247", - "examine": "Once upon a time this made clay hard." - }, - { - "ids": "10248,10249", - "examine": "There was a lot of pottery made here a long time ago." - }, - { - "ids": "10250", - "examine": "Eric's been killed by stones falling from the ceiling!" - }, - { - "ids": "10251", - "examine": "It looks like the magic is failing!" - }, - { - "ids": "10252", - "examine": "A temporary portal to the demon plane." - }, - { - "ids": "10253,10254", - "examine": "A standard." - }, - { - "ids": "10255", - "examine": "Technically a bed." - }, - { - "ids": "10256", - "examine": "There are some books here." - }, - { - "ids": "10257", - "examine": "There are some pots and pans here." - }, - { - "ids": "10258", - "examine": "It's a small table." - }, - { - "ids": "10259", - "examine": "Generally used for sitting." - }, - { - "ids": "10260", - "examine": "The door is closed." - }, - { - "ids": "10261", - "examine": "The door is open." - }, - { - "ids": "10262", - "examine": "The door is closed." - }, - { - "ids": "10263", - "examine": "The door is open." - }, - { - "ids": "10264", - "examine": "The door is closed." - }, - { - "ids": "10265,10266", - "examine": "The door is open." - }, - { - "ids": "10267,10268", - "examine": "A battle-weathered shield." - }, - { - "ids": "10269,10270,10271,10272", - "examine": "A display of various relics." - }, - { - "ids": "10273", - "examine": "A collection of rare books." - }, - { - "ids": "10274,10275,10276,10277", - "examine": "Some sacks here..." - }, - { - "ids": "10278", - "examine": "Looks like it's been out of use for some time." - }, - { - "ids": "10279,10280", - "examine": "It's some crates." - }, - { - "ids": "10281", - "examine": "It's a crate." - }, - { - "ids": "10282", - "examine": "It's some crates." - }, - { - "ids": "10283,10284,10285", - "examine": "Maybe I can swim across here!" - }, - { - "ids": "10286", - "examine": "Looks like this grain has been eaten by rats!" - }, - { - "ids": "10287", - "examine": "A way upwards." - }, - { - "ids": "10288,10289", - "examine": "A way down." - }, - { - "ids": "10290,10291", - "examine": "A device for imposing human nature's arrogant will." - }, - { - "ids": "10292", - "examine": "A device for imposing human-nature's arrogant will." - }, - { - "ids": "10293", - "examine": "A wooden barrel full of beer." - }, - { - "ids": "10294", - "examine": "A wooden barrel full of stale beer." - }, - { - "ids": "10295", - "examine": "Actually, I could do with a drink..." - }, - { - "ids": "10296,10297", - "examine": "Too dirty to sit on." - }, - { - "ids": "10298", - "examine": "Some wooden crates." - }, - { - "ids": "10299", - "examine": "Opens the rat door." - }, - { - "ids": "10300", - "examine": "Contains many rats." - }, - { - "ids": "10301", - "examine": "Contains rats." - }, - { - "ids": "10302,10303", - "examine": "Empty." - }, - { - "ids": "10304", - "examine": "A pair of sacks." - }, - { - "ids": "10305", - "examine": "Rat infested." - }, - { - "ids": "10306", - "examine": "Full of rat food." - }, - { - "ids": "10307", - "examine": "Emits photons of light." - }, - { - "ids": "10308", - "examine": "I can climb down this." - }, - { - "ids": "10309", - "examine": "I can climb this." - }, - { - "ids": "10310", - "examine": "Contains rats." - }, - { - "ids": "10311", - "examine": "Opens the rat door." - }, - { - "ids": "10312", - "examine": "Contains many rats." - }, - { - "ids": "10313", - "examine": "A pair of sacks." - }, - { - "ids": "10314", - "examine": "Rat infested." - }, - { - "ids": "10315", - "examine": "Full of rat food." - }, - { - "ids": "10316", - "examine": "Empty." - }, - { - "ids": "10317", - "examine": "Contains rats." - }, - { - "ids": "10318", - "examine": "Ornate metal gates." - }, - { - "ids": "10319", - "examine": "Handy piece of garden decor." - }, - { - "ids": "10320", - "examine": "Big enough for a cat to get in." - }, - { - "ids": "10321", - "examine": "How dangerous, someone has left this manhole open." - }, - { - "ids": "10322", - "examine": "I can climb down this." - }, - { - "ids": "10323", - "examine": "I could climb up this." - }, - { - "ids": "10324", - "examine": "I could climb down this." - }, - { - "ids": "10325", - "examine": "A magical device that enables one to walk through walls." - }, - { - "ids": "10326", - "examine": "A locked door." - }, - { - "ids": "10327,10328,10329,10330,10331,10332,10333,10334", - "examine": "A magical device that enables one to walk through walls." - }, - { - "ids": "10335,10336,10337,10338,10339,10340,10341,10342,10343,10344,10345", - "examine": "Observe the rats." - }, - { - "ids": "10346,10347,10348,10349,10350,10351,10352,10353,10354,10355,10356,10357", - "examine": "A rats home." - }, - { - "ids": "10358", - "examine": "Lovely comfy-looking big bed." - }, - { - "ids": "10359", - "examine": "A drab-looking bed." - }, - { - "ids": "10360", - "examine": "A pile of rolled up magic carpets." - }, - { - "ids": "10361", - "examine": "A wonderful device that enables one to walk through walls." - }, - { - "ids": "10362,10363,10364,10365,10366,10367,10368,10369,10370", - "examine": "I bet there's a needle in it somewhere." - }, - { - "ids": "10371,10372,10373", - "examine": "A wooden barrel, probably for storing things." - }, - { - "ids": "10374", - "examine": "Securely sealed crates that seem to be full of farming equipment." - }, - { - "ids": "10375", - "examine": "Someone's been storing assorted tools in here." - }, - { - "ids": "10376", - "examine": "I could just go for a choc-ice about now." - }, - { - "ids": "10377", - "examine": "A clay oven for cooking with." - }, - { - "ids": "10378", - "examine": "Cheaper than using a chest for storage." - }, - { - "ids": "10379", - "examine": "Produced by the Karamja Box Company." - }, - { - "ids": "10380", - "examine": "Small wooden boxes." - }, - { - "ids": "10381", - "examine": "For storage." - }, - { - "ids": "10382", - "examine": "For storing junk in." - }, - { - "ids": "10383", - "examine": "There are some books and a box here." - }, - { - "ids": "10384", - "examine": "For storing junk in." - }, - { - "ids": "10385", - "examine": "There are some books and a box here." - }, - { - "ids": "10386,10387,10388,10389,10390,10391,10392,10393,10394,10395,10396,10397,10398,10399,10400,10401", - "examine": "It's empty." - }, - { - "ids": "10402,10403", - "examine": "It looks like water once ran here." - }, - { - "ids": "10404", - "examine": "The water is flowing again." - }, - { - "ids": "10405", - "examine": "It looks like water once ran here." - }, - { - "ids": "10406", - "examine": "The water is flowing again." - }, - { - "ids": "10407", - "examine": "It looks like water once ran here." - }, - { - "ids": "10408", - "examine": "The water is flowing again." - }, - { - "ids": "10409", - "examine": "It looks like water once ran here." - }, - { - "ids": "10410,10411", - "examine": "The water is flowing again." - }, - { - "ids": "10412", - "examine": "A strange hole carefully made in the ground." - }, - { - "ids": "10413", - "examine": "Looks like the Genie's bed." - }, - { - "ids": "10414", - "examine": "Generally used for putting things on." - }, - { - "ids": "10415", - "examine": "A pile of rolled up carpets." - }, - { - "ids": "10416", - "examine": "I'm not going down there without a rope." - }, - { - "ids": "10417", - "examine": "This leads back to the waterfall outside." - }, - { - "ids": "10418,10419,10420,10421,10422,10423,10424,10425,10426,10427,10428,10429,10430,10431,10432", - "examine": "A wooden door." - }, - { - "ids": "10433", - "examine": "A bit bluer than I usually like my fires." - }, - { - "ids": "10434,10435", - "examine": "I can climb back to the surface." - }, - { - "ids": "10436", - "examine": "Nardah's main water supply." - }, - { - "ids": "10437", - "examine": "There's no water here." - }, - { - "ids": "10438", - "examine": "There should be a statue here." - }, - { - "ids": "10439", - "examine": "The Elidinis Statuette is back in it's place." - }, - { - "ids": "10440,10441,10442,10443,10444,10445,10446,10447,10448,10449,10450,10451,10452,10453,10454,10455,10456", - "examine": "A sitting stone." - }, - { - "ids": "10457", - "examine": "Ali's cart, with his supply of water." - }, - { - "ids": "10458,10459,10460,10461,10462,10463,10464,10465,10466,10467,10468,10469,10470,10471,10472,10473,10474,10475,10476,10477,10478,10479,10480,10481,10482,10483,10484", - "examine": "One of Ali's water barrels." - }, - { - "ids": "10485,10486", - "examine": "Items are for sale here." - }, - { - "ids": "10487,10488", - "examine": "Various implements for working with metal." - }, - { - "ids": "10489", - "examine": "Metal plating for protection." - }, - { - "ids": "10490", - "examine": "Generally used for putting things on." - }, - { - "ids": "10491", - "examine": "The ideal thing to sit on." - }, - { - "ids": "10492", - "examine": "Good for sitting on." - }, - { - "ids": "10493", - "examine": "I can climb this." - }, - { - "ids": "10494", - "examine": "I can climb down this." - }, - { - "ids": "10495,10496,10497,10498", - "examine": "Storage for all needs." - }, - { - "ids": "10499", - "examine": "A small potted plant." - }, - { - "ids": "10500", - "examine": "Someone has planted this." - }, - { - "ids": "10501", - "examine": "A nicely potted fern." - }, - { - "ids": "10502", - "examine": "Better than weeding." - }, - { - "ids": "10503", - "examine": "Not the most inspired architectural design." - }, - { - "ids": "10504,10505", - "examine": "They could do with a wash." - }, - { - "ids": "10506,10507", - "examine": "There are some pots and pans here." - }, - { - "ids": "10508", - "examine": "Some stone temple seating." - }, - { - "ids": "10509", - "examine": "Some old looking scrolls sit here." - }, - { - "ids": "10510", - "examine": "A case. With books." - }, - { - "ids": "10511", - "examine": "A drab looking bed." - }, - { - "ids": "10512", - "examine": "Lovely comfy looking big bed." - }, - { - "ids": "10513", - "examine": "Contains equipment for growing herbs." - }, - { - "ids": "10514,10515", - "examine": "Herb stock is kept here." - }, - { - "ids": "10516", - "examine": "A wooden wheelbarrow." - }, - { - "ids": "10517", - "examine": "The bank teller will serve you from here." - }, - { - "ids": "10518,10519,10520", - "examine": "This booth is closed." - }, - { - "ids": "10521", - "examine": "The antique chalice seems to be attached to the wall." - }, - { - "ids": "10522,10523,10524", - "examine": "This old tapestry depicts a bright light shining at a woman's arms." - }, - { - "ids": "10525", - "examine": "I can climb these stairs." - }, - { - "ids": "10526", - "examine": "They go down." - }, - { - "ids": "10527,10528,10529,10530,10531,10532,10533,10534,10535,10536,10537,10538,10539,10540", - "examine": "A tall wooden door." - }, - { - "ids": "10541,10542", - "examine": "Flags flying the Human colours." - }, - { - "ids": "10543,10544", - "examine": "Flags flying the Dwarf colours." - }, - { - "ids": "10545,10546", - "examine": "Flags flying the Elf colours." - }, - { - "ids": "10547,10548", - "examine": "Flags flying the Gnome colours." - }, - { - "ids": "10549,10550", - "examine": "Flags flying the Werewolf colours." - }, - { - "ids": "10551,10552", - "examine": "Flags flying the TzHaar colours." - }, - { - "ids": "10553", - "examine": "A metal portcullis." - }, - { - "ids": "10554,10555", - "examine": "I can climb this." - }, - { - "ids": "10556", - "examine": "There's a trapdoor in its base." - }, - { - "ids": "10557", - "examine": "There's an open trapdoor in its base." - }, - { - "ids": "10558", - "examine": "I wonder what's under it?" - }, - { - "ids": "10559", - "examine": "I wonder what's down there?" - }, - { - "ids": "10560,10561", - "examine": "I can climb this." - }, - { - "ids": "10562,10563", - "examine": "It's open." - }, - { - "ids": "10564,10565", - "examine": "A banner proclaiming your victory over the Earth Warrior Champion!" - }, - { - "ids": "10566,10567", - "examine": "A banner proclaiming your victory over the Ghoul Champion!" - }, - { - "ids": "10568,10569", - "examine": "A banner proclaiming your victory over the Giant Champion!" - }, - { - "ids": "10570,10571", - "examine": "A banner proclaiming your victory over the Goblin Champion!" - }, - { - "ids": "10572,10573", - "examine": "A banner proclaiming your victory over the Hobgoblin Champion!" - }, - { - "ids": "10574,10575", - "examine": "A banner proclaiming your victory over the Imp Champion!" - }, - { - "ids": "10576,10577", - "examine": "A banner proclaiming your victory over the Jogre Champion!" - }, - { - "ids": "10578,10579", - "examine": "A banner proclaiming your victory over the Lesser Demon Champion!" - }, - { - "ids": "10580,10581", - "examine": "A banner proclaiming your victory over the Skeleton Champion!" - }, - { - "ids": "10582", - "examine": "A banner proclaiming your victory over the Zombie Champion!" - }, - { - "ids": "10583,10584,10585,10586,10587,10588,10589,10590,10591,10592,10593,10594", - "examine": "A rocky outcrop." - }, - { - "ids": "10595", - "examine": "Emergency exit." - }, - { - "ids": "10596,10597,10598,10599,10600,10601,10602,10603,10604", - "examine": "Enter if you dare..." - }, - { - "ids": "10605", - "examine": "Danger" - }, - { - "ids": "10606", - "examine": "Bronze Chest*A strangely decorated chest, the open lock is painted brown." - }, - { - "ids": "10608", - "examine": "A strangely decorated chest, the open lock is painted crimson." - }, - { - "ids": "10609", - "examine": "A strangely decorated chest, the open lock is painted black." - }, - { - "ids": "10610", - "examine": "A strangely decorated chest, the open lock is painted purple." - }, - { - "ids": "10611", - "examine": "A strangely decorated steel chest, open the lock is painted blood red." - }, - { - "ids": "10612", - "examine": "A strangely decorated steel chest, the open lock is painted brown." - }, - { - "ids": "10613", - "examine": "A strangely decorated steel chest, the open lock is painted crimson." - }, - { - "ids": "10614", - "examine": "A strangely decorated steel chest, the open lock is painted black." - }, - { - "ids": "10615", - "examine": "A strangely decorated steel chest, the open lock is painted purple." - }, - { - "ids": "10616", - "examine": "A strangely decorated black chest, the open lock is painted blood red." - }, - { - "ids": "10617", - "examine": "A strangely decorated black chest, the open lock is painted brown." - }, - { - "ids": "10618", - "examine": "A strangely decorated black chest, the open lock is painted crimson." - }, - { - "ids": "10619", - "examine": "A strangely decorated black chest, the open lock is painted black." - }, - { - "ids": "10620", - "examine": "A strangely decorated black chest, the open lock is painted purple." - }, - { - "ids": "10621", - "examine": "A strangely decorated silver chest, the open lock is painted blood red." - }, - { - "ids": "10622", - "examine": "A strangely decorated silver chest, the open lock is painted brown." - }, - { - "ids": "10623", - "examine": "A strangely decorated silver chest, the open lock is painted crimson." - }, - { - "ids": "10624", - "examine": "A strangely decorated silver chest, the open lock is painted black." - }, - { - "ids": "10625,10626,10627,10628,10629,10630,10631,10632,10633,10634,10635,10636,10637,10638", - "examine": "A strangely decorated silver chest, the open lock is painted purple." - }, - { - "ids": "10639,10640", - "examine": "Shrine to the glory of Saradomin." - }, - { - "ids": "10641,10642,10643,10644,10645,10646,10647,10648,10649,10650,10651", - "examine": "Used for sharpening blades." - }, - { - "ids": "10652", - "examine": "A large tree." - }, - { - "ids": "10653,10654", - "examine": "A decorated tree." - }, - { - "ids": "10655", - "examine": "A large evergreen tree." - }, - { - "ids": "10656,10657,10658,10659,10660,10661,10662,10663", - "examine": "A decorated tree." - }, - { - "ids": "10664", - "examine": "A tall Trollweiss Spruce. An engraving on the trunk reads, 'Ug loves Aga'." - }, - { - "ids": "10665,10666,10667,10668,10669,10670", - "examine": "Boxes containing stuff." - }, - { - "ids": "10671", - "examine": "Only sawdust..." - }, - { - "ids": "10672", - "examine": "Reclaim your lost puppets!" - }, - { - "ids": "10673,10674,10675", - "examine": "Equipment for colouring items." - }, - { - "ids": "10676,10677,10678", - "examine": "A puppet is being constructed here." - }, - { - "ids": "10679,10680,10681,10682,10683,10684,10685", - "examine": "A box containing unpainted decorations." - }, - { - "ids": "10686", - "examine": "Box containing blue puppet heads." - }, - { - "ids": "10687", - "examine": "Box containing blue puppet torsos." - }, - { - "ids": "10688", - "examine": "Box containing blue puppet arms." - }, - { - "ids": "10689", - "examine": "Box containing blue puppet legs." - }, - { - "ids": "10690", - "examine": "Box containing red puppet heads." - }, - { - "ids": "10691", - "examine": "Box containing red puppet torsos." - }, - { - "ids": "10692", - "examine": "Box containing red puppet arms." - }, - { - "ids": "10693", - "examine": "Box containing red puppet legs." - }, - { - "ids": "10694", - "examine": "Box containing green puppet heads." - }, - { - "ids": "10695", - "examine": "Box containing green puppet torsos." - }, - { - "ids": "10696", - "examine": "Box containing green puppet arms." - }, - { - "ids": "10697", - "examine": "Box containing green puppet legs." - }, - { - "ids": "10698", - "examine": "What could be down here?" - }, - { - "ids": "10699,10700", - "examine": "You can climb up these." - }, - { - "ids": "10701", - "examine": "A blue crate. Probably containing puppets." - }, - { - "ids": "10702", - "examine": "A green crate. Probably containing puppets." - }, - { - "ids": "10703", - "examine": "A red crate. Probably containing puppets." - }, - { - "ids": "10704", - "examine": "A large crate. More puppets?" - }, - { - "ids": "10705", - "examine": "Some large wooden crates." - }, - { - "ids": "10706", - "examine": "A large box full of wood chippings.." - }, - { - "ids": "10707,10708,10709", - "examine": "A wooden ladder." - }, - { - "ids": "10710,10711,10712,10713,10714,10715,10716,10717,10718,10719,10720", - "examine": "Pots full of paint." - }, - { - "ids": "10721", - "examine": "A doorway made of light." - }, - { - "ids": "10722,10723", - "examine": "Filled to the brim with knowledge." - }, - { - "ids": "10724", - "examine": "A nicely carved wooden chair." - }, - { - "ids": "10725,10726,10727,10728,10729,10730,10731,10732", - "examine": "A pile of animal Bones." - }, - { - "ids": "10733", - "examine": "Hidden away, I wonder where it goes?" - }, - { - "ids": "10734", - "examine": "Somewhere to put money." - }, - { - "ids": "10735", - "examine": "Somewhere to offer food." - }, - { - "ids": "10736,10737", - "examine": "A statue." - }, - { - "ids": "10738", - "examine": "A statue representing water." - }, - { - "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": "A statue representing air." - }, - { - "ids": "10768,10769,10770", - "examine": "A place to put your money." - }, - { - "ids": "10771,10772,10773,10774,10775,10776,10777", - "examine": "Stairs." - }, - { - "ids": "10778", - "examine": "A teleport to the Telekinetic Theatre." - }, - { - "ids": "10779", - "examine": "A teleport to the Enchanting Chamber." - }, - { - "ids": "10780", - "examine": "A teleport to the Alchemists' Playground." - }, - { - "ids": "10781", - "examine": "A teleport to the Creature Graveyard." - }, - { - "ids": "10782", - "examine": "A teleport to the Entrance hall." - }, - { - "ids": "10783,10784,10785,10786,10787,10788,10789,10790,10791,10792,10793,10794,10795,10796,10797,10798", - "examine": "This may be worth opening." - }, - { - "ids": "10799", - "examine": "Some simple cubes." - }, - { - "ids": "10800", - "examine": "A pile of cylindrical shapes." - }, - { - "ids": "10801", - "examine": "A pile of Icosahedrons." - }, - { - "ids": "10802", - "examine": "A pile of pentamids." - }, - { - "ids": "10803", - "examine": "A hole the perfect shape for spheres" - }, - { - "ids": "10804", - "examine": "Perhaps the pixies will be back next year." - }, - { - "ids": "10805,10806", - "examine": "Sandy's desk is piled high with paperwork towers." - }, - { - "ids": "10807", - "examine": "A large steaming mug of the finest Karamja Coffee." - }, - { - "ids": "10808", - "examine": "Looks useful for putting things on." - }, - { - "ids": "10809,10810,10811,10812", - "examine": "A bin full of paper." - }, - { - "ids": "10813", - "examine": "Betty's counter. There is a vial standing on it." - }, - { - "ids": "10814,10815,10816", - "examine": "It's very sandy." - }, - { - "ids": "10817", - "examine": "Pull me!" - }, - { - "ids": "10818,10819", - "examine": "Doesn't look like the way out." - }, - { - "ids": "10820,10821,10822,10823", - "examine": "A glowing barrier of energy prevents your escape." - }, - { - "ids": "10824,10825,10826", - "examine": "Oh for a marshmallow on a stick!" - }, - { - "ids": "10827", - "examine": "An ornate fountain." - }, - { - "ids": "10828,10829,10830,10831,10832,10833,10834,10835,10836,10837,10838,10839,10840,10841,10842,10843,10844,10845,10846,10847", - "examine": "Smells like fish." - }, - { - "ids": "10848,10849,10850", - "examine": "This leads to a tunnel too steep for me to scale." - }, - { - "ids": "10851", - "examine": "I can climb this rocky outcrop." - }, - { - "ids": "10852,10853,10854", - "examine": "A rocky outcrop." - }, - { - "ids": "10855,10856", - "examine": "The doorway leads down into the pyramid." - }, - { - "ids": "10857", - "examine": "I can climb these stairs." - }, - { - "ids": "10858", - "examine": "I can climb down these." - }, - { - "ids": "10859", - "examine": "A gap." - }, - { - "ids": "10860", - "examine": "A narrow ledge." - }, - { - "ids": "10861,10862,10863,10864", - "examine": "A gap." - }, - { - "ids": "10865,10866", - "examine": "It looks like I can clamber over this." - }, - { - "ids": "10867,10868,10869,10870,10871,10872,10873,10874", - "examine": "A wooden plank." - }, - { - "ids": "10875,10876,10877,10878,10879,10880,10881", - "examine": "A stone block." - }, - { - "ids": "10882,10883,10884,10885", - "examine": "A gap." - }, - { - "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": "A narrow ledge." - }, - { - "ids": "10944,10945,10946,10947,10948,10949", - "examine": "A rocky outcrop." - }, - { - "ids": "10950,10951,10952", - "examine": "Looks sturdy enough to climb!" - }, - { - "ids": "10953", - "examine": "Something heavy must have made this." - }, - { - "ids": "10954", - "examine": "The perfect place for a picnic." - }, - { - "ids": "10955,10956,10957", - "examine": "A large statue made of sandstone." - }, - { - "ids": "10958,10959,10960,10961", - "examine": "Made of sandstone and granite." - }, - { - "ids": "10962,10963,10964,10965,10966,10967,10968,10969,10970", - "examine": "A large statue." - }, - { - "ids": "10971", - "examine": "It has no limbs." - }, - { - "ids": "10972", - "examine": "It has a left arm." - }, - { - "ids": "10973", - "examine": "It has a right arm." - }, - { - "ids": "10974", - "examine": "It has a left leg." - }, - { - "ids": "10975", - "examine": "It has a right leg." - }, - { - "ids": "10976", - "examine": "It has a left arm and right arm." - }, - { - "ids": "10977", - "examine": "It has a left arm and left leg." - }, - { - "ids": "10978", - "examine": "It has a left arm and right leg." - }, - { - "ids": "10979", - "examine": "It has a right arm and left leg." - }, - { - "ids": "10980", - "examine": "It has a right arm and right leg." - }, - { - "ids": "10981", - "examine": "It has a left leg and right leg." - }, - { - "ids": "10982", - "examine": "It has a left arm, right arm and left leg." - }, - { - "ids": "10983", - "examine": "It has a left arm, right arm and right leg." - }, - { - "ids": "10984", - "examine": "It has a left arm, left leg and right leg." - }, - { - "ids": "10985", - "examine": "It has a right arm, left leg and right leg." - }, - { - "ids": "10986,10987", - "examine": "It has all its limbs still attached." - }, - { - "ids": "10988", - "examine": "There's a recess on the top shaped like a head." - }, - { - "ids": "10989", - "examine": "There's a stone head in a recess on the top." - }, - { - "ids": "10990", - "examine": "The blood globe is lit." - }, - { - "ids": "10991", - "examine": "The ice globe is lit." - }, - { - "ids": "10992", - "examine": "The shadow globe is lit." - }, - { - "ids": "10993", - "examine": "The smoke globe is lit." - }, - { - "ids": "10994", - "examine": "The blood and ice globes are lit." - }, - { - "ids": "10995", - "examine": "The blood and shadow globes are lit." - }, - { - "ids": "10996", - "examine": "The blood and smoke globes are lit." - }, - { - "ids": "10997", - "examine": "The ice and shadow globes are lit." - }, - { - "ids": "10998", - "examine": "The ice and smoke globes are lit." - }, - { - "ids": "10999", - "examine": "The shadow and smoke globes are lit." - }, - { - "ids": "11000", - "examine": "The ice, shadow and smoke globes are lit." - }, - { - "ids": "11001", - "examine": "The blood, shadow and smoke globes are lit." - }, - { - "ids": "11002", - "examine": "The blood, ice and smoke globes are lit." - }, - { - "ids": "11003", - "examine": "The blood, ice and shadow globes are lit." - }, - { - "ids": "11004", - "examine": "All the globes" - }, - { - "ids": "11005,11006", - "examine": "It's made of a magical force." - }, - { - "ids": "11007,11008", - "examine": "This fountain is frozen solid." - }, - { - "ids": "11009", - "examine": "It's blocked and is spewing out smoke." - }, - { - "ids": "11010,11011,11012,11013,11014,11015,11016", - "examine": "A hot place for forging things in." - }, - { - "ids": "11017,11018,11019", - "examine": "Something burned in here long ago." - }, - { - "ids": "11020,11021,11022,11023,11024,11025,11026,11027", - "examine": "Something's burning here." - }, - { - "ids": "11028,11029,11030,11031", - "examine": "A finished wall." - }, - { - "ids": "11032,11033", - "examine": "A nearly finished wall." - }, - { - "ids": "11034,11035", - "examine": "A half finished wall." - }, - { - "ids": "11036,11037", - "examine": "It needs much more repair." - }, - { - "ids": "11038,11039", - "examine": "A ruined wall." - }, - { - "ids": "11040", - "examine": "A pile of bricks dislodged from the wall nearby." - }, - { - "ids": "11041", - "examine": "I can climb this." - }, - { - "ids": "11042", - "examine": "What's down there?" - }, - { - "ids": "11043,11044,11045,11046,11047,11048", - "examine": "I can climb this." - }, - { - "ids": "11049", - "examine": "I wonder what's under it?" - }, - { - "ids": "11050", - "examine": "I wonder what's down there?" - }, - { - "ids": "11051,11052", - "examine": "There's a recess in it in the shape of a Z." - }, - { - "ids": "11053,11054", - "examine": "There's a recess in it in the shape of an M." - }, - { - "ids": "11055,11056", - "examine": "There's a recess in it in the shape of an R." - }, - { - "ids": "11057,11058", - "examine": "There's a recess in it in the shape of a K." - }, - { - "ids": "11059", - "examine": "There's a recess on the top shaped like a head." - }, - { - "ids": "11060", - "examine": "There's a sigil on it shaped like a Z." - }, - { - "ids": "11061", - "examine": "There's a sigil on it shaped like an M." - }, - { - "ids": "11062", - "examine": "There's a sigil on it shaped like an R." - }, - { - "ids": "11063", - "examine": "There's a sigil on it shaped like a K." - }, - { - "ids": "11064,11065", - "examine": "There's a recess in it in the shape of a left arm." - }, - { - "ids": "11066,11067", - "examine": "There's a recess in it in the shape of a right arm." - }, - { - "ids": "11068,11069", - "examine": "There's a recess in it in the shape of a left leg." - }, - { - "ids": "11070,11071", - "examine": "There's a recess in it in the shape of a right leg." - }, - { - "ids": "11072,11073,11074,11075,11076,11077,11078", - "examine": "Looks like there was once a building here." - }, - { - "ids": "11079", - "examine": "There's a hole in the roof!" - }, - { - "ids": "11080", - "examine": "An old-looking bit of scaffolding." - }, - { - "ids": "11081", - "examine": "An old-looking ladder." - }, - { - "ids": "11082,11083,11084,11085,11086,11087,11088,11089,11090,11091,11092,11093,11094,11095,11096", - "examine": "A wooden wheelbarrow." - }, - { - "ids": "11097", - "examine": "A rock with a pickaxe." - }, - { - "ids": "11098,11099,11100,11101,11102,11103,11104,11105,11106,11107,11108,11109,11110,11111", - "examine": "A rock." - }, - { - "ids": "11112", - "examine": "This tree has long been dead." - }, - { - "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": "A dried up bush, void of life." - }, - { - "ids": "11141,11142,11143,11144,11145,11146,11147,11148,11149,11150", - "examine": "He's been trapped in there for a long time." - }, - { - "ids": "11151", - "examine": "There's a recess in it in the shape of an arm." - }, - { - "ids": "11152", - "examine": "There's a recess in it in the shape of a leg." - }, - { - "ids": "11153,11154,11155,11156,11157,11158,11159,11160,11161", - "examine": "A simple stone pedestal." - }, - { - "ids": "11162,11163,11164", - "examine": "A big grinding thing." - }, - { - "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": "A rocky outcrop." - }, - { - "ids": "11196,11197", - "examine": "An elf-fashioned door." - }, - { - "ids": "11198", - "examine": "The ladder to the Runeversi challenge room for experienced players." - }, - { - "ids": "11199", - "examine": "The ladder back to the Runeversi challenge room." - }, - { - "ids": "11200", - "examine": "The ladder to the Runesquares challenge room for experienced players." - }, - { - "ids": "11201", - "examine": "The ladder back to the Runesquares challenge room." - }, - { - "ids": "11202", - "examine": "A game of runesquares is being played on this table." - }, - { - "ids": "11203", - "examine": "A game of runeversi is being played on this table." - }, - { - "ids": "11204", - "examine": "Runesquares challenge room." - }, - { - "ids": "11205", - "examine": "Runeversi challenge room." - }, - { - "ids": "11206", - "examine": "Runesquares challenge room for experienced players." - }, - { - "ids": "11207", - "examine": "Runeversi challenge room for experienced players." - }, - { - "ids": "11208", - "examine": "Looks comfortable..." - }, - { - "ids": "11209,11210,11211,11212,11213", - "examine": "Permission to board?" - }, - { - "ids": "11214", - "examine": "Ready...aim...fire!" - }, - { - "ids": "11215", - "examine": "Not likely to work with that hole in it." - }, - { - "ids": "11216", - "examine": "Where did the barrel go?" - }, - { - "ids": "11217,11218", - "examine": "Ready to fire." - }, - { - "ids": "11219", - "examine": "If I can't destroy this we're sunk." - }, - { - "ids": "11220,11221,11222,11223,11224,11225,11226,11227", - "examine": "Let's hope they don't repair it." - }, - { - "ids": "11228,11229,11230", - "examine": "Useful for transportation of valuable items." - }, - { - "ids": "11231", - "examine": "I wonder what's inside." - }, - { - "ids": "11232,11233", - "examine": "Perhaps I should search it." - }, - { - "ids": "11234,11235", - "examine": "A wooden barrel for storage." - }, - { - "ids": "11236,11237", - "examine": "For the storage of plunder." - }, - { - "ids": "11238", - "examine": "Warning! Contents may explode!" - }, - { - "ids": "11239", - "examine": "I wouldn't be surprised if bits land over in Lumbridge." - }, - { - "ids": "11240,11241,11242,11243", - "examine": "Rigged to blow." - }, - { - "ids": "11244", - "examine": "I can climb down here." - }, - { - "ids": "11245", - "examine": "Full of gunpowder. I'd best be careful." - }, - { - "ids": "11246,11247", - "examine": "Stores repair items." - }, - { - "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": "Cannons. Lots of cannons." - }, - { - "ids": "11276,11277,11278,11279", - "examine": "Holds up the sails." - }, - { - "ids": "11280", - "examine": "Useful if there is any wind." - }, - { - "ids": "11281,11282", - "examine": "Useful for making ships move." - }, - { - "ids": "11283,11284,11285,11286", - "examine": "Useful for making ships move" - }, - { - "ids": "11287,11288", - "examine": "This figure brings luck to those who sail." - }, - { - "ids": "11289,11290", - "examine": "Allows access to other parts of the ship." - }, - { - "ids": "11291", - "examine": "Useful for making ships move." - }, - { - "ids": "11292,11293,11294,11295,11296,11297,11298,11299,11300,11301", - "examine": "A conveniently rolled sail." - }, - { - "ids": "11302", - "examine": "Useful for making ships move." - }, - { - "ids": "11303,11304", - "examine": "A conveniently rolled sail." - }, - { - "ids": "11305", - "examine": "A wooden barrel for storage." - }, - { - "ids": "11306", - "examine": "Without this I'm going around in circles." - }, - { - "ids": "11307", - "examine": "How much does this weigh?" - }, - { - "ids": "11308", - "examine": "I can climb up here." - }, - { - "ids": "11309", - "examine": "I can go below decks with this ladder." - }, - { - "ids": "11310", - "examine": "The only way to get up the mast." - }, - { - "ids": "11311", - "examine": "For swinging on." - }, - { - "ids": "11312,11313,11314", - "examine": "This isn't currently usable." - }, - { - "ids": "11315", - "examine": "This is rigged to blow!" - }, - { - "ids": "11316", - "examine": "You can light this." - }, - { - "ids": "11317,11318", - "examine": "That water can't be good." - }, - { - "ids": "11319", - "examine": "That's plugged it." - }, - { - "ids": "11320,11321,11322", - "examine": "A wooden barrel for storage." - }, - { - "ids": "11323", - "examine": "For storing plunder." - }, - { - "ids": "11324,11325,11326,11327,11328,11329", - "examine": "This seems to stand out." - }, - { - "ids": "11330,11331", - "examine": "A wooden crate." - }, - { - "ids": "11332,11333,11334", - "examine": "A security gate." - }, - { - "ids": "11335,11336,11337", - "examine": "Bamboo strips have been lashed together to make this rickety desk." - }, - { - "ids": "11338", - "examine": "The bank teller will serve you from here." - }, - { - "ids": "11339,11340", - "examine": "Shake that booty!" - }, - { - "ids": "11341", - "examine": "An old storage chest." - }, - { - "ids": "11342,11343,11344,11345,11346,11347,11348,11349,11350,11351,11352,11353", - "examine": "Stores items for the journey." - }, - { - "ids": "11354,11355", - "examine": "Who knows where it may lead?" - }, - { - "ids": "11356", - "examine": "A gateway back to RuneScape." - }, - { - "ids": "11357", - "examine": "The Professor's been at it again!" - }, - { - "ids": "11358,11359", - "examine": "I can climb up these stairs." - }, - { - "ids": "11360", - "examine": "This stall smells great." - }, - { - "ids": "11361", - "examine": "It's a raw chompybird on a spit." - }, - { - "ids": "11362", - "examine": "It's a raw Rabbit on a spit." - }, - { - "ids": "11363", - "examine": "It's an iron spit." - }, - { - "ids": "11364", - "examine": "A stone pillar that looks like Bob the Cat." - }, - { - "ids": "11365", - "examine": "A stone pillar that looks like Zamorak." - }, - { - "ids": "11366", - "examine": "A stone pillar that looks like Guthix." - }, - { - "ids": "11367,11368,11369,11370,11371,11372,11373,11374,11375,11376,11377,11378", - "examine": "A stone pillar that looks like Saradomin." - }, - { - "ids": "11379,11380,11381,11382", - "examine": "A large church door." - }, - { - "ids": "11383,11384,11385", - "examine": "A stone pillar that looks like Saradomin." - }, - { - "ids": "11386,11387,11388", - "examine": "A stone pillar that looks like Guthix." - }, - { - "ids": "11389,11390,11391", - "examine": "A stone pillar that looks like Zamorak." - }, - { - "ids": "11392,11393,11394", - "examine": "A stone pillar that looks like Bob the Cat." - }, - { - "ids": "11395", - "examine": "A candle in a holder." - }, - { - "ids": "11396", - "examine": "A melted candle." - }, - { - "ids": "11397", - "examine": "A candle flame." - }, - { - "ids": "11398", - "examine": "Interface surround." - }, - { - "ids": "11399", - "examine": "Interface button up." - }, - { - "ids": "11400", - "examine": "Interface button down." - }, - { - "ids": "11401", - "examine": "Interface button left." - }, - { - "ids": "11402", - "examine": "Interface button right." - }, - { - "ids": "11403", - "examine": "Interface button ignite." - }, - { - "ids": "11404,11405,11406,11407,11408", - "examine": "Hot!" - }, - { - "ids": "11409,11410", - "examine": "It's a sewer pipe with some rope tied to it." - }, - { - "ids": "11411", - "examine": "A bit of rope." - }, - { - "ids": "11412", - "examine": "A section of rope." - }, - { - "ids": "11413,11414,11415,11416", - "examine": "A bit of rope." - }, - { - "ids": "11417", - "examine": "You can climb down here." - }, - { - "ids": "11418,11419,11420,11421,11422", - "examine": "Hard to notice, but this mud looks disturbed." - }, - { - "ids": "11423", - "examine": "It's a grill." - }, - { - "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 rocky outcrop." - }, - { - "ids": "11449", - "examine": "This door is locked." - }, - { - "ids": "11450", - "examine": "The door is slightly ajar." - }, - { - "ids": "11451", - "examine": "A lever pointing upwards." - }, - { - "ids": "11452", - "examine": "A lever pointing downwards." - }, - { - "ids": "11453", - "examine": "A lever pointing upwards." - }, - { - "ids": "11454", - "examine": "A lever pointing downwards." - }, - { - "ids": "11455", - "examine": "A lever pointing upwards." - }, - { - "ids": "11456", - "examine": "A lever pointing downwards." - }, - { - "ids": "11457", - "examine": "A lever pointing upwards." - }, - { - "ids": "11458", - "examine": "A lever pointing downwards." - }, - { - "ids": "11459", - "examine": "A lever pointing upwards." - }, - { - "ids": "11460", - "examine": "A lever pointing downwards." - }, - { - "ids": "11461", - "examine": "A lever pointing upwards." - }, - { - "ids": "11462,11463,11464,11465,11466,11467", - "examine": "A lever pointing downwards." - }, - { - "ids": "11468", - "examine": "Handy that they're already lit." - }, - { - "ids": "11469", - "examine": "Disturbingly its eyes look everywhere in the room except at you." - }, - { - "ids": "11470", - "examine": "The door is closed." - }, - { - "ids": "11471", - "examine": "The door is not closed." - }, - { - "ids": "11472,11473,11474,11475,11476,11477,11478,11479,11480,11481,11482", - "examine": "Little candles flickering." - }, - { - "ids": "11483", - "examine": "It's closed." - }, - { - "ids": "11484", - "examine": "A wooden barrel for storage." - }, - { - "ids": "11485", - "examine": "A wooden crate." - }, - { - "ids": "11486", - "examine": "Some wooden crates." - }, - { - "ids": "11487", - "examine": "Some wooden boxes." - }, - { - "ids": "11488", - "examine": "For storage." - }, - { - "ids": "11489", - "examine": "The ideal thing to sit on." - }, - { - "ids": "11490", - "examine": "Do I dare sit on this?" - }, - { - "ids": "11491", - "examine": "A nice sturdy looking table." - }, - { - "ids": "11492", - "examine": "Not so good for sitting on." - }, - { - "ids": "11493", - "examine": "Looks a bit shabby..." - }, - { - "ids": "11494", - "examine": "An enigmatic cabbage." - }, - { - "ids": "11495", - "examine": "Not your average garden feature..." - }, - { - "ids": "11496", - "examine": "Did that chair just move?" - }, - { - "ids": "11497", - "examine": "Disturbingly its eyes look everywhere in the room except at you." - }, - { - "ids": "11498", - "examine": "Dare I go up?" - }, - { - "ids": "11499", - "examine": "These stairs look spooky!" - }, - { - "ids": "11500", - "examine": "A filthy but sturdy looking table." - }, - { - "ids": "11501,11502,11503,11504,11505,11506,11507,11508,11509", - "examine": "I'm not eating off that." - }, - { - "ids": "11510", - "examine": "This tree has long been dead." - }, - { - "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": "I can climb up these stairs." - }, - { - "ids": "11546,11547,11548,11549,11550", - "examine": "It's a strange machine." - }, - { - "ids": "11551", - "examine": "It's a table for putting objects on." - }, - { - "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": "A rocky outcrop." - }, - { - "ids": "11589,11590,11591,11592,11593,11594,11595,11596,11597,11598", - "examine": "A wooden barrel for storage." - }, - { - "ids": "11599", - "examine": "A wooden crate." - }, - { - "ids": "11600", - "examine": "Convenient for storage." - }, - { - "ids": "11601,11602", - "examine": "Bake your clay pots in here." - }, - { - "ids": "11603,11604,11605", - "examine": "A wooden stool." - }, - { - "ids": "11606,11607,11608,11609,11610,11611,11612,11613", - "examine": "A simple torch stuck in the ground." - }, - { - "ids": "11614,11615", - "examine": "A barbarian flag." - }, - { - "ids": "11616", - "examine": "Keeps the wind out." - }, - { - "ids": "11617,11618", - "examine": "It would keep the wind out better if it were closed." - }, - { - "ids": "11619", - "examine": "Generally used for putting things on." - }, - { - "ids": "11620,11621,11622,11623,11624,11625", - "examine": "The entrance to the barbarians' longhall." - }, - { - "ids": "11626", - "examine": "Items are for sale here." - }, - { - "ids": "11627,11628", - "examine": "A small wooden table." - }, - { - "ids": "11629", - "examine": "A rocky outcrop that looks rather crumbly." - }, - { - "ids": "11630,11631,11632,11633", - "examine": "South to Falador :: West to Taverley :: East to Varrock." - }, - { - "ids": "11634,11635,11636,11637,11638,11639", - "examine": "A rock." - }, - { - "ids": "11640,11641,11642,11643,11644,11645,11646,11647,11648,11649,11650,11651,11652,11653,11654,11655,11656", - "examine": "Keeps unwelcome folk out of Falador." - }, - { - "ids": "11657", - "examine": "A rack for displaying fine maces." - }, - { - "ids": "11658", - "examine": "Shelves for maces." - }, - { - "ids": "11659", - "examine": "A barrel of maces." - }, - { - "ids": "11660", - "examine": "A table bearing a fine selection of maces." - }, - { - "ids": "11661", - "examine": "A handy source of water." - }, - { - "ids": "11662", - "examine": "Fine gems for sale!" - }, - { - "ids": "11663,11664,11665", - "examine": "Precious stones for sale." - }, - { - "ids": "11666,11667,11668,11669,11670,11671,11672,11673,36956", - "examine": "A hot furnace." - }, - { - "ids": "11674", - "examine": "Rising Sun Tavern." - }, - { - "ids": "11675,11676", - "examine": "Rising Sun Tavern, Falador." - }, - { - "ids": "11677", - "examine": "Powers the spinning pole outside." - }, - { - "ids": "11678,11679,11680,11681", - "examine": "The traditional sign of a barber." - }, - { - "ids": "11682,11683,11684,11685,11686,11687,11688,11689,11690,11691,11692", - "examine": "A small wooden table." - }, - { - "ids": "11693,11694,11695,11696,11697", - "examine": "A statue of a famous White Knight." - }, - { - "ids": "11698", - "examine": "Filled to the brim with knowledge." - }, - { - "ids": "11699", - "examine": "The flag of Asgarnia." - }, - { - "ids": "11700", - "examine": "I thought he'd be bigger than that." - }, - { - "ids": "11701,11702,11703,11704,11705", - "examine": "Big beard, robes. Yeah, that's Saradomin." - }, - { - "ids": "11706", - "examine": "Nicely planted." - }, - { - "ids": "11707", - "examine": "The door is closed." - }, - { - "ids": "11708", - "examine": "The door is open." - }, - { - "ids": "11709", - "examine": "The door is closed." - }, - { - "ids": "11710", - "examine": "The door is open." - }, - { - "ids": "11711", - "examine": "The door is closed." - }, - { - "ids": "11712", - "examine": "The door is open." - }, - { - "ids": "11713", - "examine": "The door is close." - }, - { - "ids": "11714", - "examine": "The door is closed." - }, - { - "ids": "11715", - "examine": "The door is open." - }, - { - "ids": "11716,11717,11718,11719,11720,11721,11722,11723", - "examine": "A grand door." - }, - { - "ids": "11724", - "examine": "I can climb up these stairs." - }, - { - "ids": "11725,11726", - "examine": "I can climb down these stairs." - }, - { - "ids": "11727", - "examine": "I can climb this." - }, - { - "ids": "11728", - "examine": "I can climb down this." - }, - { - "ids": "11729,11730", - "examine": "I can climb up these stairs." - }, - { - "ids": "11731", - "examine": "I can climb down these stairs." - }, - { - "ids": "11732", - "examine": "I can climb up these stairs." - }, - { - "ids": "11733", - "examine": "I can climb down these stairs." - }, - { - "ids": "11734", - "examine": "I can climb these stairs." - }, - { - "ids": "11735", - "examine": "They go down." - }, - { - "ids": "11736", - "examine": "I can climb these stairs." - }, - { - "ids": "11737", - "examine": "They go down." - }, - { - "ids": "11738", - "examine": "A nice sturdy-looking table." - }, - { - "ids": "11739,11740", - "examine": "Allows access to above level." - }, - { - "ids": "11741,11742", - "examine": "Allows access to level below." - }, - { - "ids": "11743", - "examine": "A nice sturdy looking table." - }, - { - "ids": "11744", - "examine": "Small wooden boxes." - }, - { - "ids": "11745", - "examine": "Wooden crates." - }, - { - "ids": "11746", - "examine": "A wooden stool." - }, - { - "ids": "11747", - "examine": "A basic bed." - }, - { - "ids": "11748", - "examine": "Nice banquet table." - }, - { - "ids": "11749,11750,11751,11752", - "examine": "A sturdy-looking round table." - }, - { - "ids": "11753,11754", - "examine": "Armour of a White Knight. Decorative, but still effective." - }, - { - "ids": "11755", - "examine": "'Concerned about theft? Set a Bank PIN today!'" - }, - { - "ids": "11756", - "examine": "'Customers are reminded NEVER to tell ANYONE their password.'" - }, - { - "ids": "11757", - "examine": "This chest contains an impressive amount of Gold!!" - }, - { - "ids": "11758", - "examine": "The bank teller will serve you from here." - }, - { - "ids": "11759", - "examine": "Hope springs eternal." - }, - { - "ids": "11760", - "examine": "A comfortable seat." - }, - { - "ids": "11761", - "examine": "A carving of a figure from the history of RuneScape." - }, - { - "ids": "11762", - "examine": "A source of foamy neurotoxin." - }, - { - "ids": "11763", - "examine": "Where drunkards may be found." - }, - { - "ids": "11764", - "examine": "So clean you could eat your dinner off it." - }, - { - "ids": "11765", - "examine": "I'd really hate to drink anything that had been in here." - }, - { - "ids": "11766", - "examine": "Smells alcoholic." - }, - { - "ids": "11767", - "examine": "Dusty old books." - }, - { - "ids": "11768,11769,11770,11771,11772,11773,11774,11775,11776,11777,11778,11779,11780,11781", - "examine": "Storage for all needs." - }, - { - "ids": "11782,11783,11784,11785,11786,11787,11788", - "examine": "What ancient rites were performed here?" - }, - { - "ids": "11789,11790,11791,11792", - "examine": "Weathered rocks." - }, - { - "ids": "11793", - "examine": "Best used with a bucket." - }, - { - "ids": "11794", - "examine": "Ready for a quick snip?" - }, - { - "ids": "11795", - "examine": "Put your head in my hands..." - }, - { - "ids": "11796,11797,11798", - "examine": "Ooh" - }, - { - "ids": "11799,11800,11801,11802,11803,11804,11805,11806,11807,11808,11809,11810,11811", - "examine": "Makes your hair stay curly." - }, - { - "ids": "11812", - "examine": "Running water" - }, - { - "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": "Might be handy for a workman." - }, - { - "ids": "11840,11841,11842,11843", - "examine": "A pile of bricks." - }, - { - "ids": "11844,11845,11846,11847", - "examine": "It looks like I might be able to climb over this piece of the wall..." - }, - { - "ids": "11848", - "examine": "An attractively laid out collection of ranging weapons." - }, - { - "ids": "11849,11850,11851,11852,11853,11854,11855,11856,11857,11858,11859,11860", - "examine": "Contains washing items." - }, - { - "ids": "11861", - "examine": "A dwarven flag." - }, - { - "ids": "11862", - "examine": "A tin bath big enough for dwarfs, but too small for humans." - }, - { - "ids": "11863,11864,11865,11866", - "examine": "For bringing ore out of the mines." - }, - { - "ids": "11867", - "examine": "I wonder what's down there?" - }, - { - "ids": "11868", - "examine": "A powerful ranging device that fires metal balls." - }, - { - "ids": "11869,11870,11871,11872", - "examine": "A pile of parts for building a multicannon." - }, - { - "ids": "11873,11874", - "examine": "A crate containing parts for building a multicannon." - }, - { - "ids": "11875", - "examine": "Used for detecting dangerous gases in the mine." - }, - { - "ids": "11876", - "examine": "Various implements for working with metal." - }, - { - "ids": "11877,11878,11879,11880,11881,11882,11883,11884,11885,11886,11887", - "examine": "A simple place for a simple dwarf to sleep and dream of gold." - }, - { - "ids": "11888", - "examine": "I can climb up these stairs." - }, - { - "ids": "11889", - "examine": "I can climb these stairs." - }, - { - "ids": "11890", - "examine": "I can climb down these stairs." - }, - { - "ids": "11891", - "examine": "Who knows what the dark wizards store in here?" - }, - { - "ids": "11892", - "examine": "A filthy but sturdy table." - }, - { - "ids": "11893,11894", - "examine": "Books of dark magic for dark wizards." - }, - { - "ids": "11895", - "examine": "Vicious thorns." - }, - { - "ids": "11896", - "examine": "These could make a fine mess of my legs." - }, - { - "ids": "11897,11898,11899,11900,11901,11902,11903,11904,11905,11906,11907,11908,11909", - "examine": "Not suitable for sitting on." - }, - { - "ids": "11910", - "examine": "I hope I never meet one of those." - }, - { - "ids": "11911,11912,11913,11914", - "examine": "A dead bush." - }, - { - "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 rocky outcrop." - }, - { - "ids": "11993", - "examine": "The door is closed." - }, - { - "ids": "11994,11995,11996,11997,11998,11999,12000,12001,12002", - "examine": "The door is open." - }, - { - "ids": "12003", - "examine": "Better not eat them!" - }, - { - "ids": "12004", - "examine": "It's going to be a tight squeeze!" - }, - { - "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": "Illuminating!" - }, - { - "ids": "12041", - "examine": "It'll be a tight squeeze." - }, - { - "ids": "12042,12043,12044", - "examine": "All tangled up!" - }, - { - "ids": "12045,12046,12047,12048,12049,12050,12051,12052,12053,12054,12055,12056,12057,12058,12059", - "examine": "A magic door." - }, - { - "ids": "12060,12061", - "examine": "Shelves of colourful potion gourds!" - }, - { - "ids": "12062,12063", - "examine": "A shelf of colourful potion gourds!" - }, - { - "ids": "12064", - "examine": "Fairy Nuff passed healing 101!" - }, - { - "ids": "12065,12066,12067", - "examine": "It says Nuff is a healer." - }, - { - "ids": "12068,12069,12070,12071,12072,12073,12074,12075,12076,12077,12078,12079,12080,12081,12082,12083,12084,12085,12086,12087,12088", - "examine": "An assortment of colourful bubbling and smoking potions!" - }, - { - "ids": "12089", - "examine": "A beautiful fairy fountain!" - }, - { - "ids": "12090", - "examine": "She doesn't look like she's breathing!" - }, - { - "ids": "12091", - "examine": "Fit for a fairy." - }, - { - "ids": "12092", - "examine": "Sure looks comfy." - }, - { - "ids": "12093", - "examine": "A shrine to the evil chicken." - }, - { - "ids": "12094,12095,12096,12097,12098,12099", - "examine": "Better not eat them!" - }, - { - "ids": "12100,12101", - "examine": "A hot furnace." - }, - { - "ids": "12102", - "examine": "Ideal for cooking on." - }, - { - "ids": "12103", - "examine": "For storage." - }, - { - "ids": "12104", - "examine": "Some wooden crates." - }, - { - "ids": "12105", - "examine": "A wooden crate." - }, - { - "ids": "12106", - "examine": "Generally used for putting things on." - }, - { - "ids": "12107", - "examine": "A wooden barrel for storage." - }, - { - "ids": "12108", - "examine": "A nice sturdy looking table." - }, - { - "ids": "12109", - "examine": "Its a wall." - }, - { - "ids": "12110", - "examine": "A banner for Group of Advanced Gardeners." - }, - { - "ids": "12111", - "examine": "Fit for milking." - }, - { - "ids": "12112,12113", - "examine": "I can climb this." - }, - { - "ids": "12114", - "examine": "She likes the exercise." - }, - { - "ids": "12115,12116,12117,12118,12119", - "examine": "Full of Grain." - }, - { - "ids": "12120", - "examine": "I wonder what's inside." - }, - { - "ids": "12121", - "examine": "Perhaps I should search it." - }, - { - "ids": "12122,12123,12124", - "examine": "Filled with tepid water." - }, - { - "ids": "12125", - "examine": "Here lies Guy, he told a lie, so we swung him from the gallows high." - }, - { - "ids": "12126", - "examine": "Looks suspicious." - }, - { - "ids": "12127,12128,12129,12130", - "examine": "A wall jutting out into the path." - }, - { - "ids": "12131,12132", - "examine": "Spooky." - }, - { - "ids": "12133", - "examine": "Probably not dead. Although Romeo is none the wiser." - }, - { - "ids": "12134,12135,12136", - "examine": "Contains dead people." - }, - { - "ids": "12137", - "examine": "A wild cadava berry bush." - }, - { - "ids": "12138", - "examine": "A wild red berry bush." - }, - { - "ids": "12139", - "examine": "A perfectly appointed rosebush." - }, - { - "ids": "12140,12141,12142,12143", - "examine": "The sort of bench you get in churches." - }, - { - "ids": "12144,12145,12146,12147,12148,12149,12150,12151,12152,12153,12154,12155,12156,12157,12158", - "examine": "You can create a canoe here." - }, - { - "ids": "12159,12160,12161,12162,12163,12164,12165,12166,12167", - "examine": "Glug glug glug" - }, - { - "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": "canoe" - }, - { - "ids": "12201", - "examine": "A well, it is not safe to climb down." - }, - { - "ids": "12202", - "examine": "A mole hill." - }, - { - "ids": "12203,12204,12205,12206,12207,12208,12209,12210,12211,12212,12213,12214,12215,12216,12217,12218,12219,12220,12221,12222,12223,12224,12225,12226,12227,12228,12229", - "examine": "There's a hole in the roof." - }, - { - "ids": "12230,12231", - "examine": "I can climb out of this cave from here." - }, - { - "ids": "12232", - "examine": "A place to keep all your clothes & equipment." - }, - { - "ids": "12233,12234,12235", - "examine": "A trophy of a mighty slayer!" - }, - { - "ids": "12236,12237,12238", - "examine": "A trophy of a master fisher." - }, - { - "ids": "12239", - "examine": "It's a Vanilla Planifolia of the Orchidaceae family." - }, - { - "ids": "12240", - "examine": "The remains of an ancient beast." - }, - { - "ids": "12241", - "examine": "Very dead I hope." - }, - { - "ids": "12242", - "examine": "Remains of yesterday's dinner." - }, - { - "ids": "12243", - "examine": "That must be one hungry chicken." - }, - { - "ids": "12244", - "examine": "This one's not very fresh." - }, - { - "ids": "12245", - "examine": "Alas poor Yojllik, I knew him backwards." - }, - { - "ids": "12246", - "examine": "A tall, skinny." - }, - { - "ids": "12247", - "examine": "He fell foul of the fowl." - }, - { - "ids": "12248,12249,12250,12251,12252", - "examine": "The chicken's pecked him clean." - }, - { - "ids": "12253", - "examine": "How am I going to get down there?" - }, - { - "ids": "12254", - "examine": "I guess I need to climb down." - }, - { - "ids": "12255", - "examine": "I hope this holds!" - }, - { - "ids": "12256", - "examine": "Will those eggs become baby chicks?" - }, - { - "ids": "12257", - "examine": "Must have been laid by one of those dragons." - }, - { - "ids": "12258", - "examine": "Hot!" - }, - { - "ids": "12259", - "examine": "The nest of evil!" - }, - { - "ids": "12260,12261", - "examine": "Will this take me home?" - }, - { - "ids": "12262", - "examine": "It probably leads to some sort of cellar." - }, - { - "ids": "12263", - "examine": "What mysteries lie below?" - }, - { - "ids": "12264", - "examine": "An oak ladder." - }, - { - "ids": "12265,12266", - "examine": "Old wooden steps." - }, - { - "ids": "12267", - "examine": "What evil lurks below?" - }, - { - "ids": "12268", - "examine": "Rickety wooden steps lead down into the lair of evil." - }, - { - "ids": "12269,12270,12271,12272,12273,12274,12275,12276,12277,12278", - "examine": "Hmmmm...home cooking." - }, - { - "ids": "12279", - "examine": "Wash your hands!" - }, - { - "ids": "12280", - "examine": "A nice sturdy looking table." - }, - { - "ids": "12281", - "examine": "A small wooden table." - }, - { - "ids": "12282,12283,12284,12285,12286,12287,12288,12289,12290,12291,12292", - "examine": "How to be evil and influence people." - }, - { - "ids": "12293,12294,12295,12296,12297,12298,12299,12300", - "examine": "Tick tock." - }, - { - "ids": "12301,12302,12303,12304,12305,12306,12307,12308", - "examine": "Little candles flickering." - }, - { - "ids": "12309", - "examine": "It's open." - }, - { - "ids": "12310,12311", - "examine": "Someone should be sitting here." - }, - { - "ids": "12312,12313", - "examine": "Suitable for one." - }, - { - "ids": "12314,12315,12316,12317", - "examine": "A very large banquet table stacked with food." - }, - { - "ids": "12318,12319", - "examine": "It's a seat!" - }, - { - "ids": "12320,12321,12322,12323,12324,12325,12326,12327,12328,12329,12330,12331,12332,12333,12334,12335,12336,12337,12338,12339,12340,12341,12342,12343,12344,12345,12346,12347", - "examine": "He's been frozen in time." - }, - { - "ids": "12348", - "examine": "An ornate-fashioned door." - }, - { - "ids": "12349,12350", - "examine": "A large double door." - }, - { - "ids": "12351,12352,12353,12354", - "examine": "Some kind of strange time barrier." - }, - { - "ids": "12355", - "examine": "A portal to a mystical place..." - }, - { - "ids": "12356,12357,12358,12359,12360,12361,12362,12363,12364,12365,12366,12367,12368,12369,12370,12371,12372,12373,12374,12375,12376,12377,12378,12379,12380,12381,12382,12383,12384,12385", - "examine": "A portal out of this mystical place..." - }, - { - "ids": "12386", - "examine": "A large crudely built table." - }, - { - "ids": "12387", - "examine": "Definite proof that cooking and gunpowder don't mix." - }, - { - "ids": "12388", - "examine": "A large table now covered in soot." - }, - { - "ids": "12389", - "examine": "What horrors lie below?" - }, - { - "ids": "12390", - "examine": "It's the ladder I came in here by." - }, - { - "ids": "12391", - "examine": "Fortunately this has survived better than most of the kitchen." - }, - { - "ids": "12392", - "examine": "I'm not sure I want to know what goblins keep in their kitchens." - }, - { - "ids": "12393", - "examine": "They're covered in a thick layer of soot." - }, - { - "ids": "12394", - "examine": "Stacks and stacks of sacks." - }, - { - "ids": "12395", - "examine": "Stacks and stacks of soot covered sacks." - }, - { - "ids": "12396,12397,12398", - "examine": "A large empty sack." - }, - { - "ids": "12399", - "examine": "It's empty, apart from the explosion debris covering everything now." - }, - { - "ids": "12400", - "examine": "The bottom of this cauldron is suprisingly blackened, even for a cauldron." - }, - { - "ids": "12401", - "examine": "I don't think Cauldrons are supposed to bounce around like that." - }, - { - "ids": "12402", - "examine": "This could be considered to be a bad thing!" - }, - { - "ids": "12403", - "examine": "These shelves are suprisingly tidy for a goblin. It can't last." - }, - { - "ids": "12404", - "examine": "They're not going to be very useful for keeping things on now." - }, - { - "ids": "12405", - "examine": "The doors don't seem to stay shut properly." - }, - { - "ids": "12406", - "examine": "When I got there the cupboard was bare. Even the doors had been blown off." - }, - { - "ids": "12407", - "examine": "A little three legged stool." - }, - { - "ids": "12408,12409", - "examine": "It's a two legged stool now. Apparently it doesn't work very well." - }, - { - "ids": "12410", - "examine": "A pan with a stereotype. I'm sure it could be used for other things." - }, - { - "ids": "12411", - "examine": "Mmmm, soot flavoured sauce. Lovely!" - }, - { - "ids": "12412", - "examine": "It's not rolling, it's just sitting there." - }, - { - "ids": "12413", - "examine": "It would probably crumble if you tried to roll anything with it." - }, - { - "ids": "12414,12415,12416,12417,12418,12419,12420,12421,12422,12423,12424,12425,12426,12427,12428,12429,12430,12431,12432,12433", - "examine": "Cutlery with an identity crisis." - }, - { - "ids": "12434,12435,12436,12437,12438,12439", - "examine": "An empty wooden barrel." - }, - { - "ids": "12440,12441", - "examine": "Good for sitting on." - }, - { - "ids": "12442", - "examine": "A large wooden box." - }, - { - "ids": "12443", - "examine": "A neatly stacked pair of crates." - }, - { - "ids": "12444", - "examine": "The door is closed." - }, - { - "ids": "12445", - "examine": "The door is open." - }, - { - "ids": "12446,12447,12448,12449", - "examine": "A large double door." - }, - { - "ids": "12450", - "examine": "A rough wooden table." - }, - { - "ids": "12451,12452", - "examine": "I wonder what's inside?" - }, - { - "ids": "12453,12454,12455,12456,12457,12458,12459", - "examine": "It's not quite the same as flower arranging." - }, - { - "ids": "12460,12461", - "examine": "Ze underwater cave entrance. I ask myself, where will it lead?" - }, - { - "ids": "12462,12463,12464,12465,12466", - "examine": "Ze underwater cave exit, leading me to another underwater adventure." - }, - { - "ids": "12467,12468,12469,12470,12471,12472,12473", - "examine": "Ze pen door, a wonderful example of ze underwater craftsmanship." - }, - { - "ids": "12474,12475", - "examine": "It looks slippy but I think you can climb this." - }, - { - "ids": "12476", - "examine": "Ze anchor chain, linking me with zis underwater paradise." - }, - { - "ids": "12477,12478", - "examine": "Those leaves look useful!" - }, - { - "ids": "12479,12480,12481,12482,12483,12484,12485,12486,12487,12488", - "examine": "The perfect place for coral to grow." - }, - { - "ids": "12489,12490,12491,12492,12493,12494,12495,12496,12497,12498", - "examine": "This is called Elkhorn Coral." - }, - { - "ids": "12499,12500,12501,12502,12503,12504,12505,12506,12507,12508", - "examine": "A type of lace coral." - }, - { - "ids": "12509,12510,12511,12512,12513,12514,12515,12516,12517,12518", - "examine": "Coral is made up of millions of organisms." - }, - { - "ids": "12519", - "examine": "Bonaire-Flower Coral...It's rare!" - }, - { - "ids": "12520,12521,12522,12523,12524,12525,12526,12527,12528,12529", - "examine": "Pollution is rapidly destroying coral reefs." - }, - { - "ids": "12530", - "examine": "I bet the boats gone missing..." - }, - { - "ids": "12531,12532,12533,12534,12535", - "examine": "Precious oxygen...escaping..." - }, - { - "ids": "12536", - "examine": "I can climb up these stairs." - }, - { - "ids": "12537", - "examine": "I can climb these stairs." - }, - { - "ids": "12538", - "examine": "I can climb down these stairs." - }, - { - "ids": "12539,12540", - "examine": "A good source of books!" - }, - { - "ids": "12541,12542", - "examine": "For putting things on." - }, - { - "ids": "12543", - "examine": "A nice sturdy-looking table." - }, - { - "ids": "12544", - "examine": "A small wooden table." - }, - { - "ids": "12545", - "examine": "Small wooden boxes." - }, - { - "ids": "12546,12547", - "examine": "A wooden crate." - }, - { - "ids": "12548,12549", - "examine": "Some wooden crates." - }, - { - "ids": "12550,12551", - "examine": "A large old tree." - }, - { - "ids": "12552", - "examine": "A large old tree, pushed over by Rantz." - }, - { - "ids": "12553", - "examine": "A large old tree that's been felled, with the roots cut off." - }, - { - "ids": "12554", - "examine": "A very crude boat, made from an old tree." - }, - { - "ids": "12555", - "examine": "The roots of a large old tree." - }, - { - "ids": "12556,12557,12558", - "examine": "The rock the inflated toad was tied to." - }, - { - "ids": "12559", - "examine": "A small palm tree." - }, - { - "ids": "12560", - "examine": "A small palm tree with an ogre arrow in it." - }, - { - "ids": "12561,12562,12563", - "examine": "Useful for ogre dinners." - }, - { - "ids": "12564,12565,12566,12567", - "examine": "A pile of rock." - }, - { - "ids": "12568,12569", - "examine": "A very slippery stepping stone." - }, - { - "ids": "12570,12571,12572", - "examine": "A terribly tall tropical tree." - }, - { - "ids": "12573,12574,12575", - "examine": "I can traverse these." - }, - { - "ids": "12576,12577", - "examine": "A climbing wall made from skulls." - }, - { - "ids": "12578", - "examine": "For swinging on." - }, - { - "ids": "12579,12580", - "examine": "A terribly tall tropical tree." - }, - { - "ids": "12581,12582,12583,12584,12585,12586,12587,12588", - "examine": "A vine-choked hole." - }, - { - "ids": "12589,12590,12591,12592,12593", - "examine": "A Rock." - }, - { - "ids": "12594,12595,12596", - "examine": "A Snake." - }, - { - "ids": "12597", - "examine": "A hole." - }, - { - "ids": "12598,12599,12600", - "examine": "A Snake." - }, - { - "ids": "12601", - "examine": "There's a hole in the roof!" - }, - { - "ids": "12602", - "examine": "A hole in the ground." - }, - { - "ids": "12603", - "examine": "This bush seems to glow in the dim light of the cave." - }, - { - "ids": "12604", - "examine": "This banana tree has a strange reddish hue on the leaves." - }, - { - "ids": "12605", - "examine": "This thin shaft of light is all the Tchiki Monkey Nut bush needs to grow." - }, - { - "ids": "12606,12607,12608,12609,12610,12611,12612,12613,12614", - "examine": "A Banana Tree." - }, - { - "ids": "12615", - "examine": "A Bush with monkey nuts growing on it." - }, - { - "ids": "12616", - "examine": "I can see the surface." - }, - { - "ids": "12617", - "examine": "A way out." - }, - { - "ids": "12618,12619,12620,12621", - "examine": "A terribly tall tropical tree." - }, - { - "ids": "12622,12623,12624,12625,12626", - "examine": "A vine." - }, - { - "ids": "12627,12628,12629,12630,12631,12632,12633", - "examine": "A terribly tall tropical tree." - }, - { - "ids": "12634", - "examine": "It's a long, hot rock." - }, - { - "ids": "12635", - "examine": "It's a rock with a dead snake on." - }, - { - "ids": "12636", - "examine": "It's a rock with a dead, burnt snake on." - }, - { - "ids": "12637,12638,12639,12640,12641,12642,12643,12644,12645,12646,12647,12648,12649,12650,12651,12652,12653,12654,12655,12656", - "examine": "It's a rock with a cooked snake on. Smells good..." - }, - { - "ids": "12657,12658,12659,12660", - "examine": "I can get out this way." - }, - { - "ids": "12661,12662,12663,12664,12665,12666,12667,12668,12669,12670,12671,12672,12673,12674,12675,12676,12677,12678,12679,12680,12681,12682", - "examine": "Entrance to the monkey agility arena." - }, - { - "ids": "12683,12684,12685,12686,12687,12688,12689,12690,12691,12692,12693,12694,12695,12696,12697,12698,12699,12700,12701,12702,12703,12704,12705,12706,12707,12708,12709,12710", - "examine": "Bridge Corner" - }, - { - "ids": "12711,12712,12713,12714,12715", - "examine": "A recently filled in grave." - }, - { - "ids": "12716,12717,12718,12719,12720", - "examine": "This will show me who is supposed to go here." - }, - { - "ids": "12721,12722,12723,12724,12725", - "examine": "A grave with a coffin in." - }, - { - "ids": "12726,12727,12728,12729,12730", - "examine": "An empty grave." - }, - { - "ids": "12731", - "examine": "Not the best place to live." - }, - { - "ids": "12732", - "examine": "This tree has long been dead." - }, - { - "ids": "12733", - "examine": "This tree has been cut down." - }, - { - "ids": "12734", - "examine": "Rickety table with signs of recent gambling among the remains of past meals." - }, - { - "ids": "12735", - "examine": "I wonder what's inside." - }, - { - "ids": "12736", - "examine": "Perhaps I should search it." - }, - { - "ids": "12737,12738", - "examine": "A broken down wall." - }, - { - "ids": "12739,12740", - "examine": "This rubble is covering a trapdoor." - }, - { - "ids": "12741", - "examine": "A fallen down wall." - }, - { - "ids": "12742,12743", - "examine": "Broken parts of an old wall." - }, - { - "ids": "12744", - "examine": "I wonder what's under it?" - }, - { - "ids": "12745", - "examine": "I wonder what's down there?" - }, - { - "ids": "12746", - "examine": "A pile of rubble." - }, - { - "ids": "12747", - "examine": "Just a bit pile of rubble, probably from the fallen down building which surrounds you." - }, - { - "ids": "12748", - "examine": "I can climb this." - }, - { - "ids": "12749", - "examine": "Looks like the locals dump their rubble here." - }, - { - "ids": "12750,12751,12752,12753,12754,12755,12756,12757,12758,12759,12760", - "examine": "You seem to make out some writing." - }, - { - "ids": "12761,12762", - "examine": "A rotten looking door." - }, - { - "ids": "12763", - "examine": "Where does this go?" - }, - { - "ids": "12764", - "examine": "I can climb this." - }, - { - "ids": "12765", - "examine": "I wonder where this goes." - }, - { - "ids": "12766,12767", - "examine": "A collection of rare books." - }, - { - "ids": "12768", - "examine": "I wonder what's inside." - }, - { - "ids": "12769", - "examine": "Perhaps I should search it." - }, - { - "ids": "12770,12771,12772", - "examine": "A small cave entrance." - }, - { - "ids": "12773", - "examine": "This cave has been boarded up." - }, - { - "ids": "12774", - "examine": "A rock under the surface of the sea." - }, - { - "ids": "12775", - "examine": "A bed-ridden man." - }, - { - "ids": "12776", - "examine": "Looks slightly lower than the rest, perhaps you can jump it?" - }, - { - "ids": "12777", - "examine": "A wooden trapdoor." - }, - { - "ids": "12778", - "examine": "This leads to the basement." - }, - { - "ids": "12779", - "examine": "I can climb this." - }, - { - "ids": "12780,12781", - "examine": "A wooden ladder." - }, - { - "ids": "12782", - "examine": "This is the source of the leak." - }, - { - "ids": "12783", - "examine": "Hopefully this should stop the leak." - }, - { - "ids": "12784,12785", - "examine": "It's catching the leaking water from the roof." - }, - { - "ids": "12786", - "examine": "This wall has been repaired with wood." - }, - { - "ids": "12787", - "examine": "This wall really needs repairing." - }, - { - "ids": "12788,12789,12790,12791", - "examine": "An empty wooden crate." - }, - { - "ids": "12792", - "examine": "There are some tinderboxes on these shelves." - }, - { - "ids": "12793", - "examine": "There are some axes on these shelves." - }, - { - "ids": "12794,12795", - "examine": "There are some snails on these shelves." - }, - { - "ids": "12796,12797", - "examine": "Come bask in the fire's warm glowing warming glow." - }, - { - "ids": "12798", - "examine": "This bank booth has been recently repaired." - }, - { - "ids": "12799", - "examine": "This bank booth could probably be repaired." - }, - { - "ids": "12800,12801", - "examine": "This bank booth is too damaged to use." - }, - { - "ids": "12802,12803", - "examine": "The resting place of an ancient warrior of Morytania." - }, - { - "ids": "12804,12805", - "examine": "It looks a tad bloody..." - }, - { - "ids": "12806", - "examine": "An old and broken furnace, there is a huge hole in the steel hood." - }, - { - "ids": "12807", - "examine": "This furnace has been repaired with some steel panels, but it has no fuel." - }, - { - "ids": "12808", - "examine": "The furnace has been repaired and has some coal in it." - }, - { - "ids": "12809,12810,12811", - "examine": "A repaired furnace, hot and ready for action." - }, - { - "ids": "12812", - "examine": "Hardened earth, with bits of rock in it, not easy to move." - }, - { - "ids": "12813", - "examine": "Hardened earth, with bits of rock in it, not easy to move, slightly broken up." - }, - { - "ids": "12814", - "examine": "Hardened earth, with bits of rock in it, not easy to move, partially broken up." - }, - { - "ids": "12815", - "examine": "Hard rubble reduced to small pieces, it's quite dusty and not easy to move." - }, - { - "ids": "12816,12817,12818,12819", - "examine": "A wooden gate." - }, - { - "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", - "examine": "A path leading out of this swampy dead end." - }, - { - "ids": "12844,12845,12846,12847,12848,12849,12850,12851,12852,12853,12854", - "examine": "A veritable pile of bricks." - }, - { - "ids": "12855", - "examine": "It's a bit broken." - }, - { - "ids": "12856", - "examine": "A door barely hanging onto it's hinges." - }, - { - "ids": "12857,12858,12859,12860,12861,12862,12863,12864,12865,12866,12867,12868,12869,12870,12871", - "examine": "Actually, I could do with a drink...never mind...I wasn't thirsty anyway." - }, - { - "ids": "12872", - "examine": "Where does this go?" - }, - { - "ids": "12873", - "examine": "A collection of rare books." - }, - { - "ids": "12874", - "examine": "A wooden crate." - }, - { - "ids": "12875", - "examine": "A wooden wheelbarrow." - }, - { - "ids": "12876", - "examine": "For storage." - }, - { - "ids": "12877", - "examine": "Some wooden crates." - }, - { - "ids": "12878", - "examine": "Some wooden boxes." - }, - { - "ids": "12879", - "examine": "A wooden crate." - }, - { - "ids": "12880", - "examine": "It's a bed!" - }, - { - "ids": "12881,12882", - "examine": "A rotten and decrepid book case." - }, - { - "ids": "12883", - "examine": "Theres nothing here." - }, - { - "ids": "12884", - "examine": "Generally used for putting things on." - }, - { - "ids": "12885,12886", - "examine": "The ideal thing to sit on." - }, - { - "ids": "12887,12888", - "examine": "This needs dusting before I'll sit on it." - }, - { - "ids": "12889", - "examine": "Not so good for sitting on." - }, - { - "ids": "12890,12891", - "examine": "A wooden barrel for storage." - }, - { - "ids": "12892", - "examine": "A small wooden table." - }, - { - "ids": "12893", - "examine": "There's nothing on these shelves." - }, - { - "ids": "12894", - "examine": "Cut down to feed the furnace." - }, - { - "ids": "12895,12896", - "examine": "It doesn't look healthy..." - }, - { - "ids": "12897,12898,12899,12900,12901,12902,12903,12904,12905", - "examine": "It smells stagnant." - }, - { - "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": "A wooden ladder." - }, - { - "ids": "12933,12934,12935,12936,12937,12938,12939,12940", - "examine": "Items are for sale here." - }, - { - "ids": "12941,12942,12943", - "examine": "A distinctive layer in the rock strata." - }, - { - "ids": "12944,12945,12946,12947,12948,12949,12950,12951,12952,12953,12954,12955,12956,12957,12958,12959,12960", - "examine": "It's not a schooner, it's a sailboat." - }, - { - "ids": "12961", - "examine": "A wooden crate." - }, - { - "ids": "12962", - "examine": "A table." - }, - { - "ids": "12963", - "examine": "A wooden crate." - }, - { - "ids": "12964,12965", - "examine": "I can climb this." - }, - { - "ids": "12966", - "examine": "I can climb down this." - }, - { - "ids": "12967,12968", - "examine": "A wooden barrel for storage." - }, - { - "ids": "12969", - "examine": "Something is cooking nicely here." - }, - { - "ids": "12970", - "examine": "A well slept in bed." - }, - { - "ids": "12971", - "examine": "A table." - }, - { - "ids": "12972", - "examine": "It's a small table." - }, - { - "ids": "12973", - "examine": "Good for sitting on." - }, - { - "ids": "12974,12975,12976", - "examine": "After working with livestock, why not wash your hands?" - }, - { - "ids": "12977,12978", - "examine": "A wooden crate." - }, - { - "ids": "12979", - "examine": "This chair rocks" - }, - { - "ids": "12980", - "examine": "Storage for all needs." - }, - { - "ids": "12981", - "examine": "A stand for hats!" - }, - { - "ids": "12982,12983,12984,12985", - "examine": "I can climb over the fence with this." - }, - { - "ids": "12986,12987,12988,12989,12990,12991,12992,12993,12994,12995,12996,12997,12998,12999,13000", - "examine": "A wooden gate." - }, - { - "ids": "13001", - "examine": "The door is closed." - }, - { - "ids": "13002", - "examine": "The door is open." - }, - { - "ids": "13003", - "examine": "I wonder what's inside." - }, - { - "ids": "13004,13005", - "examine": "Perhaps I should search it." - }, - { - "ids": "13006,13007,13008,13009,13010,13011,13012,13013,13014", - "examine": "A desert 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 timber door." - }, - { - "ids": "13094,13095,13096,13097,13098,13099", - "examine": "A large double door." - }, - { - "ids": "13100,13101,13102,13103,13104,13105,13106", - "examine": "A way in to the house." - }, - { - "ids": "13107,13108,13109,13110,13111,13112,13113,13114,13115,13116,13117", - "examine": "I'm sure the animal is glad its fur was put to good use." - }, - { - "ids": "13118,13119,13120,13121,13122,13123,13124,13125", - "examine": "A posh door." - }, - { - "ids": "13126,13127,13128,13129,13130,13131,13132", - "examine": "A place to train unarmed combat with your friends." - }, - { - "ids": "13133,13134,13135,13136", - "examine": "A place to train weapon skills with your friends." - }, - { - "ids": "13137,13138,13139,13140", - "examine": "Anything-goes combat in here!" - }, - { - "ids": "13141", - "examine": "There's nothing there" - }, - { - "ids": "13142,13143,13144", - "examine": "You should try to knock someone off." - }, - { - "ids": "13145,13146", - "examine": "To stop you from stepping out of the ranging spot." - }, - { - "ids": "13147", - "examine": "Stand here to fight with projectiles or spells." - }, - { - "ids": "13148,13149,13150,13151,13152,13153,13154", - "examine": "Great for sleeping in." - }, - { - "ids": "13155", - "examine": "A place to keep your shoes." - }, - { - "ids": "13156,13157,13158,13159,13160,13161", - "examine": "A place to keep all your clothes." - }, - { - "ids": "13162", - "examine": "To get a close look at your chin." - }, - { - "ids": "13163", - "examine": "To help you shave." - }, - { - "ids": "13164,13165,13166,13167,13168", - "examine": "To help you do your hair." - }, - { - "ids": "13169,13170,13171", - "examine": "No little mouse to be seen." - }, - { - "ids": "13172", - "examine": "The holy symbol of the god of light." - }, - { - "ids": "13173", - "examine": "The holy symbol of the god of chaos." - }, - { - "ids": "13174", - "examine": "The holy symbol of the god of balance." - }, - { - "ids": "13175", - "examine": "The golden star reminds you of the glory of Saradomin." - }, - { - "ids": "13176", - "examine": "A fitting symbol of the bloodthirsty Zamorak!" - }, - { - "ids": "13177", - "examine": "A serene icon to the lord of balance." - }, - { - "ids": "13178", - "examine": "An icon of the mysterious Bob." - }, - { - "ids": "13179", - "examine": "An oak altar with a symbol of Saradomin." - }, - { - "ids": "13180", - "examine": "An oak altar with a symbol of Zamorak." - }, - { - "ids": "13181", - "examine": "An oak altar with a symbol of Guthix." - }, - { - "ids": "13182", - "examine": "A teak altar with a symbol of Saradomin." - }, - { - "ids": "13183", - "examine": "A teak altar with a symbol of Zamorak." - }, - { - "ids": "13184", - "examine": "A teak altar with a symbol of Guthix." - }, - { - "ids": "13185", - "examine": "A cloth-covered teak altar with a symbol of Saradomin." - }, - { - "ids": "13186", - "examine": "A cloth-covered teak altar with a symbol of Zamorak." - }, - { - "ids": "13187", - "examine": "A cloth-covered teak altar with a symbol of Guthix." - }, - { - "ids": "13188", - "examine": "A mahogany altar with a symbol of Saradomin." - }, - { - "ids": "13189", - "examine": "A mahogany altar with a symbol of Zamorak." - }, - { - "ids": "13190", - "examine": "A mahogany altar with a symbol of Guthix." - }, - { - "ids": "13191", - "examine": "A limestone altar with a symbol of Saradomin." - }, - { - "ids": "13192", - "examine": "A limestone altar with a symbol of Zamorak." - }, - { - "ids": "13193", - "examine": "A limestone altar with a symbol of Guthix." - }, - { - "ids": "13194", - "examine": "A marble altar with a symbol of Saradomin." - }, - { - "ids": "13195", - "examine": "A marble altar with a symbol of Zamorak." - }, - { - "ids": "13196", - "examine": "A marble altar with a symbol of Guthix." - }, - { - "ids": "13197", - "examine": "A gilded marble altar with a symbol of Saradomin." - }, - { - "ids": "13198", - "examine": "A gilded marble altar with a symbol of Zamorak." - }, - { - "ids": "13199", - "examine": "A gilded marble altar with a symbol of Guthix." - }, - { - "ids": "13200,13201,13202,13203,13204,13205,13206,13207,13208,13209,13210,13211,13212,13213", - "examine": "The smoke goes up to the gods." - }, - { - "ids": "13214", - "examine": "They tinkle delightfully." - }, - { - "ids": "13215", - "examine": "Oh, from out the sounding cells, what a gush of euphony voluminously wells!" - }, - { - "ids": "13216", - "examine": "A delightful sound." - }, - { - "ids": "13217", - "examine": "A basic chapel window." - }, - { - "ids": "13218", - "examine": "What nice shapes you can make out of glass!" - }, - { - "ids": "13219", - "examine": "It fills the room with coloured light." - }, - { - "ids": "13220", - "examine": "What nice shapes you can make out of glass!" - }, - { - "ids": "13221", - "examine": "It fills the room with coloured light." - }, - { - "ids": "13222", - "examine": "What nice shapes you can make out of glass!" - }, - { - "ids": "13223", - "examine": "It fills the room with coloured light." - }, - { - "ids": "13224", - "examine": "What nice shapes you can make out of glass!" - }, - { - "ids": "13225", - "examine": "It fills the room with coloured light." - }, - { - "ids": "13226", - "examine": "A basic chapel window." - }, - { - "ids": "13227", - "examine": "What nice shapes you can make out of glass!" - }, - { - "ids": "13228", - "examine": "It fills the room with coloured light." - }, - { - "ids": "13229", - "examine": "What nice shapes you can make out of glass!" - }, - { - "ids": "13230", - "examine": "It fills the room with coloured light." - }, - { - "ids": "13231", - "examine": "What nice shapes you can make out of glass!" - }, - { - "ids": "13232", - "examine": "It fills the room with coloured light." - }, - { - "ids": "13233", - "examine": "What nice shapes you can make out of glass!" - }, - { - "ids": "13234", - "examine": "It fills the room with coloured light." - }, - { - "ids": "13235", - "examine": "A basic chapel window." - }, - { - "ids": "13236", - "examine": "What nice shapes you can make out of glass!" - }, - { - "ids": "13237", - "examine": "It fills the room with coloured light." - }, - { - "ids": "13238", - "examine": "What nice shapes you can make out of glass!" - }, - { - "ids": "13239", - "examine": "It fills the room with coloured light." - }, - { - "ids": "13240", - "examine": "What nice shapes you can make out of glass!" - }, - { - "ids": "13241", - "examine": "It fills the room with coloured light." - }, - { - "ids": "13242", - "examine": "What nice shapes you can make out of glass!" - }, - { - "ids": "13243", - "examine": "It fills the room with coloured light." - }, - { - "ids": "13244", - "examine": "A basic chapel window." - }, - { - "ids": "13245", - "examine": "What nice shapes you can make out of glass!" - }, - { - "ids": "13246", - "examine": "It fills the room with coloured light." - }, - { - "ids": "13247", - "examine": "What nice shapes you can make out of glass!" - }, - { - "ids": "13248", - "examine": "It fills the room with coloured light." - }, - { - "ids": "13249", - "examine": "What nice shapes you can make out of glass!" - }, - { - "ids": "13250", - "examine": "It fills the room with coloured light." - }, - { - "ids": "13251", - "examine": "What nice shapes you can make out of glass!" - }, - { - "ids": "13252", - "examine": "It fills the room with coloured light." - }, - { - "ids": "13253", - "examine": "A basic chapel window." - }, - { - "ids": "13254", - "examine": "What nice shapes you can make out of glass!" - }, - { - "ids": "13255", - "examine": "It fills the room with coloured light." - }, - { - "ids": "13256", - "examine": "What nice shapes you can make out of glass!" - }, - { - "ids": "13257", - "examine": "It fills the room with coloured light." - }, - { - "ids": "13258", - "examine": "What nice shapes you can make out of glass!" - }, - { - "ids": "13259", - "examine": "It fills the room with coloured light." - }, - { - "ids": "13260", - "examine": "What nice shapes you can make out of glass!" - }, - { - "ids": "13261", - "examine": "It fills the room with coloured light." - }, - { - "ids": "13262", - "examine": "A basic chapel window." - }, - { - "ids": "13263", - "examine": "What nice shapes you can make out of glass!" - }, - { - "ids": "13264", - "examine": "It fills the room with coloured light." - }, - { - "ids": "13265", - "examine": "What nice shapes you can make out of glass!" - }, - { - "ids": "13266", - "examine": "It fills the room with coloured light." - }, - { - "ids": "13267", - "examine": "What nice shapes you can make out of glass!" - }, - { - "ids": "13268", - "examine": "It fills the room with coloured light." - }, - { - "ids": "13269", - "examine": "What nice shapes you can make out of glass!" - }, - { - "ids": "13270", - "examine": "It fills the room with coloured light." - }, - { - "ids": "13271", - "examine": "A saint of Saradomin from the days of old." - }, - { - "ids": "13272", - "examine": "One of Saradomin's holy angels." - }, - { - "ids": "13273", - "examine": "Saradomin, Lord of Light." - }, - { - "ids": "13274", - "examine": "A saint of Guthix from the days of old." - }, - { - "ids": "13275", - "examine": "One of Guthix's nature spirits." - }, - { - "ids": "13276", - "examine": "Guthix, Lord of Balance." - }, - { - "ids": "13277", - "examine": "A mighty saint of Zamorak." - }, - { - "ids": "13278", - "examine": "One of Zamorak's unholy demons." - }, - { - "ids": "13279", - "examine": "Zamorak, Lord of Chaos." - }, - { - "ids": "13280", - "examine": "A small statue of Bob as a kitten." - }, - { - "ids": "13281", - "examine": "OMG it's Bob the Jagex Cat!" - }, - { - "ids": "13282", - "examine": "The great Bob, Lord of Cats." - }, - { - "ids": "13283,13284", - "examine": "Is there treasure inside?" - }, - { - "ids": "13285,13286", - "examine": "Perhaps there is treasure inside!" - }, - { - "ids": "13287,13288", - "examine": "There might possibly be treasure inside!" - }, - { - "ids": "13289,13290", - "examine": "There must surely be treasure in a chest this expensive!" - }, - { - "ids": "13291,13292", - "examine": "Could the magic be guarding some treasure?" - }, - { - "ids": "13293", - "examine": "A basic wooden dining table." - }, - { - "ids": "13294", - "examine": "A basic oak dining table." - }, - { - "ids": "13295", - "examine": "A nicely carved oak dining table." - }, - { - "ids": "13296", - "examine": "A teak dining table." - }, - { - "ids": "13297", - "examine": "A nicely carved teak dining table." - }, - { - "ids": "13298", - "examine": "An expensive mahogany table." - }, - { - "ids": "13299", - "examine": "Marble and mahogany, ooh." - }, - { - "ids": "13300", - "examine": "A basic wooden dining bench." - }, - { - "ids": "13301", - "examine": "A basic oak dining bench." - }, - { - "ids": "13302", - "examine": "A nice oak dining bench." - }, - { - "ids": "13303", - "examine": "A teak dining bench." - }, - { - "ids": "13304", - "examine": "A nice teak dining bench." - }, - { - "ids": "13305", - "examine": "A mahogany dining bench." - }, - { - "ids": "13306", - "examine": "A very expensive dining bench." - }, - { - "ids": "13307,13308,13309", - "examine": "Can summon your servant." - }, - { - "ids": "13310", - "examine": "A rather macabre decoration." - }, - { - "ids": "13311", - "examine": "It doesn't go anywhere, it's just for show." - }, - { - "ids": "13312", - "examine": "Nothing makes a dungeon look ominous like some dried blood." - }, - { - "ids": "13313,13314,13315", - "examine": "Sturdy oak bars to keep prisoners in." - }, - { - "ids": "13316,13317,13318", - "examine": "Oak and steel bars to keep prisoners in." - }, - { - "ids": "13319,13320,13321", - "examine": "Steel bars to keep prisoners in." - }, - { - "ids": "13322,13323,13324", - "examine": "Steel bars with spikes!" - }, - { - "ids": "13325,13326,13327", - "examine": "A cage of bones. How delightfully macabre." - }, - { - "ids": "13328", - "examine": "An oak ladder." - }, - { - "ids": "13329", - "examine": "A teak ladder." - }, - { - "ids": "13330", - "examine": "A mahogany ladder." - }, - { - "ids": "13331,13332,13333", - "examine": "Yuck!" - }, - { - "ids": "13334,13335,13336", - "examine": "Ouch!" - }, - { - "ids": "13337", - "examine": "Not very pleasant" - }, - { - "ids": "13338,13339,13340", - "examine": "Invisible?" - }, - { - "ids": "13341,13342,13343", - "examine": "Even a dungeon needs light!" - }, - { - "ids": "13344,13345", - "examine": "A sturdy oak door." - }, - { - "ids": "13346,13347", - "examine": "A formidable steel door." - }, - { - "ids": "13348,13349", - "examine": "Could anyone get through a solid marble door?" - }, - { - "ids": "13350,13351", - "examine": "A sturdy oak door." - }, - { - "ids": "13352,13353", - "examine": "A formidable steel door." - }, - { - "ids": "13354,13355", - "examine": "Could anyone get through a solid marble door?" - }, - { - "ids": "13356,13357,13358,13359,13360,13361,13362,13363,13364,13365", - "examine": "Watch out!" - }, - { - "ids": "13366", - "examine": "A pet skeleton!" - }, - { - "ids": "13367", - "examine": "Beware of the dog!" - }, - { - "ids": "13368", - "examine": "He doesn't look very welcoming." - }, - { - "ids": "13369", - "examine": "A pet Troll!" - }, - { - "ids": "13370", - "examine": "No spider could get that big! It's unrealistic!" - }, - { - "ids": "13371", - "examine": "Good doggie..." - }, - { - "ids": "13372", - "examine": "Young but still dangerous." - }, - { - "ids": "13373", - "examine": "He's full of pent-up aggression." - }, - { - "ids": "13374", - "examine": "I don't think insect repellent will work..." - }, - { - "ids": "13375", - "examine": "Its scales are made of steel." - }, - { - "ids": "13376", - "examine": "A darkened horror from the ocean depths..." - }, - { - "ids": "13377", - "examine": "I don't like the look of those spines..." - }, - { - "ids": "13378", - "examine": "A demon." - }, - { - "ids": "13379,13380", - "examine": "Rub the mushroom's head and see what pops out!" - }, - { - "ids": "13381", - "examine": "A place to hang your boxing gloves." - }, - { - "ids": "13382", - "examine": "Some equipment for practicing combat." - }, - { - "ids": "13383", - "examine": "Lots of equipment for practicing combat." - }, - { - "ids": "13384", - "examine": "Is there a prize?" - }, - { - "ids": "13385", - "examine": "Is there a prize inside?" - }, - { - "ids": "13386", - "examine": "Is there a prize?" - }, - { - "ids": "13387", - "examine": "Is there a prize inside?" - }, - { - "ids": "13388", - "examine": "Is there a prize?" - }, - { - "ids": "13389", - "examine": "Is there a prize inside?" - }, - { - "ids": "13390,13391", - "examine": "A private jester." - }, - { - "ids": "13392,13393,13394", - "examine": "See how much damage you can do to it!" - }, - { - "ids": "13395,13396,13397", - "examine": "You can practice your magic here." - }, - { - "ids": "13398", - "examine": "You can try to get a hoop over this." - }, - { - "ids": "13399", - "examine": "Someone hooped it!" - }, - { - "ids": "13400,13401", - "examine": "More humane than using an actual bull's eye." - }, - { - "ids": "13402,13403", - "examine": "Can you hit it?" - }, - { - "ids": "13404", - "examine": "A letter-guessing game with a subtext of death." - }, - { - "ids": "13405", - "examine": "Use this to leave the house." - }, - { - "ids": "13406", - "examine": "Rocky!" - }, - { - "ids": "13407", - "examine": "A home for tiny fish and frogs." - }, - { - "ids": "13408", - "examine": "What a naughty little imp!" - }, - { - "ids": "13409,13410", - "examine": "What horrors lurk below?" - }, - { - "ids": "13411,13412", - "examine": "One of the most common trees in RuneScape." - }, - { - "ids": "13413", - "examine": "A beautiful oak tree." - }, - { - "ids": "13414,13415,13416", - "examine": "A lovely addition to the garden." - }, - { - "ids": "13417", - "examine": "The tree shimmers with a magical force." - }, - { - "ids": "13418,13419,13420,13421,13422,13423", - "examine": "A lovely addition to the garden." - }, - { - "ids": "13424", - "examine": "A fully grown Willow tree." - }, - { - "ids": "13425,13426,13427,13428,13429,13430,13431,13432,13433,13434,13435,13436", - "examine": "A plant." - }, - { - "ids": "13437", - "examine": "A little orange flower." - }, - { - "ids": "13438", - "examine": "Lonely as a cloud." - }, - { - "ids": "13439", - "examine": "The bluebells are coming!" - }, - { - "ids": "13440", - "examine": "A little orange flower." - }, - { - "ids": "13441", - "examine": "Lonely as a cloud." - }, - { - "ids": "13442", - "examine": "The bluebells are coming!" - }, - { - "ids": "13443", - "examine": "A great big sunny flower." - }, - { - "ids": "13444", - "examine": "Lovely flowers." - }, - { - "ids": "13445", - "examine": "They smell lovely." - }, - { - "ids": "13446", - "examine": "Great big sunny flowers." - }, - { - "ids": "13447", - "examine": "Lovely flowers." - }, - { - "ids": "13448", - "examine": "They smell lovely." - }, - { - "ids": "13449", - "examine": "They mark a square." - }, - { - "ids": "13450", - "examine": "Would probably not stop a charging rhinoceros." - }, - { - "ids": "13451", - "examine": "Very rural." - }, - { - "ids": "13452", - "examine": "A little bleak." - }, - { - "ids": "13453", - "examine": "Marks the boundary of the garden." - }, - { - "ids": "13454", - "examine": "Just like in Varrock palace!" - }, - { - "ids": "13455", - "examine": "Very posh!" - }, - { - "ids": "13456,13457,13458,13459,13460,13461,13462,13463,13464,13465,13466,13467,13468,13469,13470,13471,13472,13473,13474,13475,13476", - "examine": "Like a living wall." - }, - { - "ids": "13477", - "examine": "Run for it! It's a gazebo!" - }, - { - "ids": "13478", - "examine": "Like a tiny private waterfall." - }, - { - "ids": "13479", - "examine": "A sculpture of flowing water." - }, - { - "ids": "13480", - "examine": "Two little fishes forever spew water into the pond." - }, - { - "ids": "13481,13482,13483,13484,13485", - "examine": "A trophy of a mighty slayer!" - }, - { - "ids": "13486", - "examine": "A trophy of a mighty dragon-slayer!" - }, - { - "ids": "13487", - "examine": "A trophy of a mighty kalphite slayer!" - }, - { - "ids": "13488,13489,13490", - "examine": "A trophy of a master fisher." - }, - { - "ids": "13491,13492", - "examine": "The work of a master smith." - }, - { - "ids": "13493", - "examine": "Only the finest smiths can work runite." - }, - { - "ids": "13494,13495,13496", - "examine": "Armour won by a great Castle Wars player." - }, - { - "ids": "13497", - "examine": "I can climb these stairs." - }, - { - "ids": "13498", - "examine": "They go down." - }, - { - "ids": "13499", - "examine": "I can climb these stairs." - }, - { - "ids": "13500", - "examine": "They go down." - }, - { - "ids": "13501", - "examine": "I can climb these stairs." - }, - { - "ids": "13502", - "examine": "They go down." - }, - { - "ids": "13503", - "examine": "I can climb up or go down these stairs." - }, - { - "ids": "13504", - "examine": "I can climb down these stairs." - }, - { - "ids": "13505", - "examine": "I can climb up or go down these stairs." - }, - { - "ids": "13506", - "examine": "I can climb down these stairs." - }, - { - "ids": "13507", - "examine": "Elemental runes made by a skilled runecrafter." - }, - { - "ids": "13508", - "examine": "Body, Cosmic, Chaos and Nature runes made by a skilled runecrafter." - }, - { - "ids": "13509", - "examine": "Law, Blood, Soul and Death runes made by a great runecrafter." - }, - { - "ids": "13510", - "examine": "A portrait of King Arthur." - }, - { - "ids": "13511", - "examine": "A portrait of Elena." - }, - { - "ids": "13512", - "examine": "A painting of the statue of King Alvis of Keldagrim." - }, - { - "ids": "13513", - "examine": "A portrait of Prince Brand and Princess Astrid of Miscellania." - }, - { - "ids": "13514", - "examine": "The deserts of Kharidian." - }, - { - "ids": "13515", - "examine": "The exotic land of the Elves." - }, - { - "ids": "13516", - "examine": "The tropical coast of Karamja." - }, - { - "ids": "13517", - "examine": "Oxtable's famous painting of the Lumbridge water mill." - }, - { - "ids": "13518", - "examine": "A painting of the spooky forests of Morytania." - }, - { - "ids": "13519", - "examine": "The great demon-slaying sword that killed Delrith." - }, - { - "ids": "13520", - "examine": "The great demon-slaying sword that killed Delrith and Agrith Naar." - }, - { - "ids": "13521", - "examine": "The magical sword of King Arthur." - }, - { - "ids": "13522", - "examine": "This shield protected a hero from the flames of the dragon Elvarg." - }, - { - "ids": "13523", - "examine": "An Amulet of Glory, symbol of a member of the Heroes Guild." - }, - { - "ids": "13524", - "examine": "The pleated white cape of a member of the Legends Guild." - }, - { - "ids": "13525", - "examine": "A map of Misthalin and Asgarnia." - }, - { - "ids": "13526", - "examine": "A map of RuneScape." - }, - { - "ids": "13527", - "examine": "A map of RuneScape including major cave systems." - }, - { - "ids": "13528", - "examine": "A basic cooking fire." - }, - { - "ids": "13529", - "examine": "A cooking fire." - }, - { - "ids": "13530", - "examine": "A cooking fire with a kettle." - }, - { - "ids": "13531", - "examine": "A cooking fire with a pot." - }, - { - "ids": "13532", - "examine": "The pot and kettle get along fine." - }, - { - "ids": "13533,13534,13535", - "examine": "You can bake bread here." - }, - { - "ids": "13536,13537,13538", - "examine": "You can cook pizza here." - }, - { - "ids": "13539,13540,13541,13542,13543,13544", - "examine": "You can cook here." - }, - { - "ids": "13545,13546,13547,13548,13549,13550,13551", - "examine": "Shelves full of kitchen utensils." - }, - { - "ids": "13552,13553,13554,13555,13556,13557,13558", - "examine": "Shelves full of plates and tea cups." - }, - { - "ids": "13559,13560,13561,13562,13563,13564", - "examine": "Running water in your own home! Luxury!" - }, - { - "ids": "13565", - "examine": "A wooden larder to keep food cool." - }, - { - "ids": "13566", - "examine": "An oak larder to keep food cool." - }, - { - "ids": "13567", - "examine": "A nicely carved oak larder to keep food cool." - }, - { - "ids": "13568,13569", - "examine": "It's got beer in it." - }, - { - "ids": "13570", - "examine": "An oak barrel of Asgarnian ale." - }, - { - "ids": "13571", - "examine": "An oak barrel of Greenman's ale." - }, - { - "ids": "13572", - "examine": "An oak barrel of Dragon Bitter." - }, - { - "ids": "13573", - "examine": "An oak barrel of Chef's Delight." - }, - { - "ids": "13574", - "examine": "A place for your pet to sleep." - }, - { - "ids": "13575", - "examine": "Your pet would love to sleep here." - }, - { - "ids": "13576", - "examine": "A luxurious sleeping place for your pet." - }, - { - "ids": "13577", - "examine": "A basic wooden dining table." - }, - { - "ids": "13578", - "examine": "A basic oak dining table." - }, - { - "ids": "13579", - "examine": "A nice teak dining table." - }, - { - "ids": "13580", - "examine": "A place for your pet to sleep." - }, - { - "ids": "13581", - "examine": "It's not the best chair but you think it would take your weight." - }, - { - "ids": "13582", - "examine": "The ideal thing to sit on." - }, - { - "ids": "13583,13584,13585,13586,13587", - "examine": "A comfortable seat." - }, - { - "ids": "13588,13589,13590", - "examine": "It's an ugly rug, but better than a bare floor." - }, - { - "ids": "13591,13592,13593", - "examine": "The handkerchief of giants!" - }, - { - "ids": "13594,13595,13596", - "examine": "An opulent rug woven with gold leaf." - }, - { - "ids": "13597,13598,13599", - "examine": "A good source of books!" - }, - { - "ids": "13600,13601,13602", - "examine": "A good source of scrolls!" - }, - { - "ids": "13603,13604,13605", - "examine": "The curtain is open." - }, - { - "ids": "13606,13607", - "examine": "???" - }, - { - "ids": "13608", - "examine": "Your house logo in mahogany." - }, - { - "ids": "13609", - "examine": "You can light a fire here." - }, - { - "ids": "13610", - "examine": "A fire burns cosily in the grate." - }, - { - "ids": "13611", - "examine": "You can light a fire here." - }, - { - "ids": "13612", - "examine": "A fire burns cosily in the grate." - }, - { - "ids": "13613", - "examine": "You can light a fire here." - }, - { - "ids": "13614", - "examine": "A fire burns cosily in the grate." - }, - { - "ids": "13615", - "examine": "A gateway to Varrock" - }, - { - "ids": "13616", - "examine": "A gateway to Lumbridge" - }, - { - "ids": "13617", - "examine": "A gateway to Falador" - }, - { - "ids": "13618", - "examine": "A gateway to Camelot" - }, - { - "ids": "13619", - "examine": "A gateway to Ardougne" - }, - { - "ids": "13620", - "examine": "A gateway to the Yanille watchtower" - }, - { - "ids": "13621", - "examine": "A gateway to Trollheim" - }, - { - "ids": "13622", - "examine": "A gateway to Varrock" - }, - { - "ids": "13623", - "examine": "A gateway to Lumbridge" - }, - { - "ids": "13624", - "examine": "A gateway to Falador" - }, - { - "ids": "13625", - "examine": "A gateway to Camelot" - }, - { - "ids": "13626", - "examine": "A gateway to Ardougne" - }, - { - "ids": "13627", - "examine": "A gateway to the Yanille watchtower" - }, - { - "ids": "13628", - "examine": "A gateway to Trollheim" - }, - { - "ids": "13629", - "examine": "A gateway to Varrock" - }, - { - "ids": "13630", - "examine": "A gateway to Lumbridge" - }, - { - "ids": "13631", - "examine": "A gateway to Falador" - }, - { - "ids": "13632", - "examine": "A gateway to Camelot" - }, - { - "ids": "13633", - "examine": "A gateway to Ardougne" - }, - { - "ids": "13634", - "examine": "A gateway to the Yanille watchtower" - }, - { - "ids": "13635", - "examine": "A gateway to Trollheim" - }, - { - "ids": "13636", - "examine": "An un-directed teak portal frame." - }, - { - "ids": "13637", - "examine": "An un-directed mahogany portal frame." - }, - { - "ids": "13638", - "examine": "An un-directed marble portal frame." - }, - { - "ids": "13639", - "examine": "It harnesses the power of something or other!" - }, - { - "ids": "13640,13641", - "examine": "It controls the portals." - }, - { - "ids": "13642,13643,13644,13645,13646,13647,13648", - "examine": "A book full of arcane knowledge." - }, - { - "ids": "13649,13650,13651,13652,13653", - "examine": "A wooden planet of your very own." - }, - { - "ids": "13654,13655", - "examine": "A wooden solar system of your very own." - }, - { - "ids": "13656,13657,13658", - "examine": "Used for observing heavenly bodies." - }, - { - "ids": "13659,13660,13661", - "examine": "Use an elemental staff on it." - }, - { - "ids": "13662", - "examine": "If there's a recipe for the philosopher's stone there, you can't see it." - }, - { - "ids": "13663", - "examine": "If you want to look at the stars during the daytime, you can see them here!" - }, - { - "ids": "13664", - "examine": "A spotter's guide to demons." - }, - { - "ids": "13665,13666,13667,13668,13669,13670,13671", - "examine": "Sit here and rule all you survey." - }, - { - "ids": "13672,13673,13674", - "examine": "Pull this to activate your machinery of doom!" - }, - { - "ids": "13675", - "examine": "Go through this oak trapdoor to see the pit below your throne room." - }, - { - "ids": "13676", - "examine": "Go through this teak trapdoor to see the pit below your throne room." - }, - { - "ids": "13677", - "examine": "Go through this mahogany trapdoor to see the pit below your throne room." - }, - { - "ids": "13678", - "examine": "Go through this oak trapdoor to see the pit below your throne room." - }, - { - "ids": "13679", - "examine": "Go through this teak trapdoor to see the pit below your throne room." - }, - { - "ids": "13680", - "examine": "Go through this mahogany trapdoor to see the pit below your throne room." - }, - { - "ids": "13681", - "examine": "Keeps your victims in place." - }, - { - "ids": "13682,13683", - "examine": "Keeps your victims trapped." - }, - { - "ids": "13684,13685,13686,13687,13688,13689", - "examine": "What could happen on this spot?" - }, - { - "ids": "13690", - "examine": "An elengant cloth hanging." - }, - { - "ids": "13691", - "examine": "An opulent gold-and-mahogany decoration." - }, - { - "ids": "13692", - "examine": "A magnificent gold-and-marble decoration." - }, - { - "ids": "13693", - "examine": "A splendid stained-glass decoration." - }, - { - "ids": "13694", - "examine": "A nice teak ding bench." - }, - { - "ids": "13695", - "examine": "A mahogany bench." - }, - { - "ids": "13696", - "examine": "A very expensive bench." - }, - { - "ids": "13697", - "examine": "An eye-wrenching nexus of utter negation!" - }, - { - "ids": "13698", - "examine": "An important looking chair." - }, - { - "ids": "13699", - "examine": "Hammer, chisel, saw and shears." - }, - { - "ids": "13700", - "examine": "Bucket, spade, tinderbox and knife." - }, - { - "ids": "13701", - "examine": "Needle, apron and glassblowing pipe." - }, - { - "ids": "13702", - "examine": "A selection of jewellery moulds." - }, - { - "ids": "13703", - "examine": "Farming tools." - }, - { - "ids": "13704,13705,13706,13707,13708", - "examine": "You can make furniture here." - }, - { - "ids": "13709,13710,13711,13712", - "examine": "You can do delicate crafting here." - }, - { - "ids": "13713", - "examine": "You can repair broken staffs and arrows here." - }, - { - "ids": "13714", - "examine": "You can sharpen rusty swords here." - }, - { - "ids": "13715", - "examine": "You can repair armour here." - }, - { - "ids": "13716", - "examine": "You can add a plume to your helmet here." - }, - { - "ids": "13717", - "examine": "You can paint your logo onto your heraldic shield here." - }, - { - "ids": "13718", - "examine": "You can make a banner with your logo on here." - }, - { - "ids": "13719", - "examine": "A wooden stool." - }, - { - "ids": "13720", - "examine": "An oak stool." - }, - { - "ids": "13721,13722,13723,13724,13725", - "examine": "There's nothing there" - }, - { - "ids": "13726,13727,13728,13729,13730,13731,13732,13733", - "examine": "A private jester." - }, - { - "ids": "13734", - "examine": "A shield with the symbol of Arrav." - }, - { - "ids": "13735", - "examine": "A shield with the symbol of Asgarnia." - }, - { - "ids": "13736", - "examine": "A shield with the symbol of the Dorgeshuun." - }, - { - "ids": "13737", - "examine": "A shield with a dragon on it." - }, - { - "ids": "13738", - "examine": "A shield with a fairy on it." - }, - { - "ids": "13739", - "examine": "A shield with the symbol of Guthix." - }, - { - "ids": "13740", - "examine": "A shield with the symbol of the HAM cult." - }, - { - "ids": "13741", - "examine": "A shield with a picture of a mythical 'horse'." - }, - { - "ids": "13742", - "examine": "A shield with a picture of a Jungle Ogre." - }, - { - "ids": "13743", - "examine": "A shield with the symbol of Kandarin." - }, - { - "ids": "13744", - "examine": "A shield with the symbol of Misthalin." - }, - { - "ids": "13745", - "examine": "A shield with a picture of a money bag." - }, - { - "ids": "13746", - "examine": "A shield with the symbol of Saradomin." - }, - { - "ids": "13747", - "examine": "A shield with a picture of a skull." - }, - { - "ids": "13748", - "examine": "A shield with the symbol of Varrock." - }, - { - "ids": "13749", - "examine": "A shield with the symbol of Zamorak." - }, - { - "ids": "13750", - "examine": "A shield with the symbol of Arrav." - }, - { - "ids": "13751", - "examine": "A shield with the symbol of Asgarnia." - }, - { - "ids": "13752", - "examine": "A shield with the symbol of the Dorgeshuun." - }, - { - "ids": "13753", - "examine": "A shield with a picture of a dragon." - }, - { - "ids": "13754", - "examine": "A shield with a picture of a fairy." - }, - { - "ids": "13755", - "examine": "A shield with the symbol of Guthix." - }, - { - "ids": "13756", - "examine": "A shield with the symbol of the HAM cult." - }, - { - "ids": "13757", - "examine": "A shield with a picture of the mythical 'horse'." - }, - { - "ids": "13758", - "examine": "A shield with a picture of a Jungle Ogre." - }, - { - "ids": "13759", - "examine": "A shield with the symbol of Kandarin." - }, - { - "ids": "13760", - "examine": "A shield with the symbol of Misthalin." - }, - { - "ids": "13761", - "examine": "A shield with a picture of a money bag." - }, - { - "ids": "13762", - "examine": "A shield with the symbol of Saradomin." - }, - { - "ids": "13763", - "examine": "A shield with a picture of a skull." - }, - { - "ids": "13764", - "examine": "A shield with the symbol of Varrock." - }, - { - "ids": "13765", - "examine": "A shield with the symbol of Zamorak." - }, - { - "ids": "13766", - "examine": "A shield with the symbol of Arrav." - }, - { - "ids": "13767", - "examine": "A shield with the symbol of Asgarnia." - }, - { - "ids": "13768", - "examine": "A shield with the symbol of the Dorgeshuun/" - }, - { - "ids": "13769", - "examine": "A shield with a picture of a dragon." - }, - { - "ids": "13770", - "examine": "A shield with a picture of a fairy." - }, - { - "ids": "13771", - "examine": "A shield with the symbol of Guthix." - }, - { - "ids": "13772", - "examine": "A shield with the symbol of the HAM cult." - }, - { - "ids": "13773", - "examine": "A shield with a picture of the mythical 'horse'." - }, - { - "ids": "13774", - "examine": "A shield with a picture of a Jungle Ogre." - }, - { - "ids": "13775", - "examine": "A shield with the symbol of Kandarin." - }, - { - "ids": "13776", - "examine": "A shield with the symbol of Misthalin." - }, - { - "ids": "13777", - "examine": "A shield with a picture of a money bag." - }, - { - "ids": "13778", - "examine": "A shield with the symbol of Saradomin." - }, - { - "ids": "13779", - "examine": "A shield with a picture of a skull." - }, - { - "ids": "13780", - "examine": "A shield with the symbol of Varrock." - }, - { - "ids": "13781", - "examine": "A shield with the symbol of Zamorak." - }, - { - "ids": "13782", - "examine": "The symbol of Arrav." - }, - { - "ids": "13783", - "examine": "The symbol of Asgarnia." - }, - { - "ids": "13784", - "examine": "The symbol of the Dorgeshuun." - }, - { - "ids": "13785", - "examine": "A picture of a dragon." - }, - { - "ids": "13786", - "examine": "A picture of a fairy." - }, - { - "ids": "13787", - "examine": "The symbol of Guthix." - }, - { - "ids": "13788", - "examine": "The symbol of the HAM cult." - }, - { - "ids": "13789", - "examine": "A picture of the mythical 'horse'." - }, - { - "ids": "13790", - "examine": "A picture of a Jungle Ogre." - }, - { - "ids": "13791", - "examine": "The symbol of Kandarin." - }, - { - "ids": "13792", - "examine": "The symbol of Misthalin." - }, - { - "ids": "13793", - "examine": "A picture of a bag of money." - }, - { - "ids": "13794", - "examine": "The symbol of Saradomin." - }, - { - "ids": "13795", - "examine": "A picture of a skull." - }, - { - "ids": "13796", - "examine": "The symbol of Varrock." - }, - { - "ids": "13797", - "examine": "The symbol of Zamorak." - }, - { - "ids": "13798", - "examine": "The symbol of Arrav." - }, - { - "ids": "13799", - "examine": "The symbol of Asgarnia." - }, - { - "ids": "13800", - "examine": "The symbol of the Dorgeshuun." - }, - { - "ids": "13801", - "examine": "A picture of a dragon." - }, - { - "ids": "13802", - "examine": "A picture of a fairy." - }, - { - "ids": "13803", - "examine": "The symbol of Guthix." - }, - { - "ids": "13804", - "examine": "The symbol of the HAM cult." - }, - { - "ids": "13805", - "examine": "A picture of the mythical 'horse'." - }, - { - "ids": "13806", - "examine": "A picture of a Jungle Ogre." - }, - { - "ids": "13807", - "examine": "The symbol of Kandarin." - }, - { - "ids": "13808", - "examine": "The symbol of Misthalin." - }, - { - "ids": "13809", - "examine": "A picture of a money bag." - }, - { - "ids": "13810", - "examine": "The symbol of Saradomin." - }, - { - "ids": "13811", - "examine": "A picture of a skull." - }, - { - "ids": "13812", - "examine": "The symbol of Varrock." - }, - { - "ids": "13813", - "examine": "The symbol of Zamorak." - }, - { - "ids": "13814", - "examine": "The symbol of Arrav." - }, - { - "ids": "13815", - "examine": "The symbol of Asgarnia." - }, - { - "ids": "13816", - "examine": "The symbol of the Dorgeshuun." - }, - { - "ids": "13817", - "examine": "A picture of a dragon." - }, - { - "ids": "13818", - "examine": "A picture of a fairy." - }, - { - "ids": "13819", - "examine": "The symbol of Guthix." - }, - { - "ids": "13820", - "examine": "The symbol of the HAM cult." - }, - { - "ids": "13821", - "examine": "A picture of the mythical 'horse'." - }, - { - "ids": "13822", - "examine": "A picture of a Jungle Ogre." - }, - { - "ids": "13823", - "examine": "The symbol of Kandarin." - }, - { - "ids": "13824", - "examine": "The symbol of Misthalin." - }, - { - "ids": "13825", - "examine": "A picture of a money bag." - }, - { - "ids": "13826", - "examine": "The symbol of Saradomin." - }, - { - "ids": "13827", - "examine": "A picture of a skull." - }, - { - "ids": "13828", - "examine": "The symbol of Varrock." - }, - { - "ids": "13829", - "examine": "The symbol of Zamorak." - }, - { - "ids": "13830", - "examine": "This should have resolved!" - }, - { - "ids": "13831,13832", - "examine": "A path leading out of this swampy dead end." - }, - { - "ids": "13833", - "examine": "A path leading out of Mort Myre, you'll be running away if you go down here." - }, - { - "ids": "13834", - "examine": "I could mend this if I had some wood..." - }, - { - "ids": "13835", - "examine": "This bridge is partially broken." - }, - { - "ids": "13836", - "examine": "This bridge is slightly broken." - }, - { - "ids": "13837", - "examine": "This bridge can be traversed safely." - }, - { - "ids": "13838,13839", - "examine": "Gloopy, sticky, muddy bog..." - }, - { - "ids": "13840", - "examine": "A bush made up of long slender branches." - }, - { - "ids": "13841", - "examine": "I hope it doesn't sink." - }, - { - "ids": "13842", - "examine": "Ripples." - }, - { - "ids": "13843", - "examine": "Big swamp tree base." - }, - { - "ids": "13844", - "examine": "Big swamp tree top." - }, - { - "ids": "13845", - "examine": "Big swamp tree branch." - }, - { - "ids": "13846", - "examine": "A long vine hanging from a branch." - }, - { - "ids": "13847", - "examine": "Small swamp tree with vines." - }, - { - "ids": "13848,13849,13850,13851,13852,13853,13854,13855,13856,13857,13858,13859,13860,13861,13862,13863", - "examine": "Small swamp tree." - }, - { - "ids": "13864,13865", - "examine": "It's our transport across the swamp." - }, - { - "ids": "13866,13867,13868,13869,13870", - "examine": "A path leading out of this swampy dead end." - }, - { - "ids": "13871", - "examine": "A path leading out of this swampy dead end, you'll be running away if you go down here." - }, - { - "ids": "13872", - "examine": "An old backpack, it seems to be falling apart." - }, - { - "ids": "13873,13874,13875,13876,13877", - "examine": "There's something written here..." - }, - { - "ids": "13878", - "examine": "I think it's the way out." - }, - { - "ids": "13879,13880", - "examine": "Get me out of here!" - }, - { - "ids": "13881", - "examine": "Very hot!" - }, - { - "ids": "13882,13883,13884,13885,13886,13887,13888,13889,13890", - "examine": "To the next area!" - }, - { - "ids": "13891,13892,13893,13894,13895,13896,13897,13898", - "examine": "A creepy hole." - }, - { - "ids": "13899", - "examine": "There's no way I'm going in there!" - }, - { - "ids": "13900", - "examine": "Doesn't look so scary now." - }, - { - "ids": "13901,13902,13903", - "examine": "My way back to the surface." - }, - { - "ids": "13904,13905,13906,13907,13908,13909,13910,13911,13912", - "examine": "The exit to the surface." - }, - { - "ids": "13913,13914,13915,13916,13917,13918,13919,13920,13921,13922,13923,13924", - "examine": "Where does it lead?" - }, - { - "ids": "13925,13926,13927,13928,13929,13930,13931", - "examine": "What's that?" - }, - { - "ids": "13932", - "examine": "I think it's the way out." - }, - { - "ids": "13933,13934,13935,13936,13937", - "examine": "I think it's the forward." - }, - { - "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": "Does that really exist?" - }, - { - "ids": "13967,13968,13969", - "examine": "Should I go down there?" - }, - { - "ids": "13970", - "examine": "I can use that rope now." - }, - { - "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": "Should I go down there?" - }, - { - "ids": "13994,13995,13996,13997,13998", - "examine": "Oooo, sharp, pointy things!" - }, - { - "ids": "13999,14000,14001", - "examine": "This will take me back to the surface." - }, - { - "ids": "14002", - "examine": "A sign warning of danger." - }, - { - "ids": "14003", - "examine": "Why do I never take time to look at the grass?" - } -] +[ + { + "ids": "0,1", + "examine": "I wonder what's inside." + }, + { + "ids": "2", + "examine": "Looks and smells like a place where goblins live." + }, + { + "ids": "3,4", + "examine": "The door is closed." + }, + { + "ids": "5", + "examine": "A powerful ranging device, unfortunately not working." + }, + { + "ids": "6", + "examine": "A powerful ranging device that fires metal balls." + }, + { + "ids": "7", + "examine": "The cannon is built on here." + }, + { + "ids": "8", + "examine": "The mounting for the multicannon." + }, + { + "ids": "9", + "examine": "The barrels of the multicannon." + }, + { + "ids": "10", + "examine": "I can climb down this." + }, + { + "ids": "11", + "examine": "I can climb up this." + }, + { + "ids": "12", + "examine": "A pile of rocks is blocking my path." + }, + { + "ids": "13", + "examine": "Mud caved in from above." + }, + { + "ids": "14,15,16,17,18,19,20", + "examine": "Intended to keep the goblins away from the mines." + }, + { + "ids": "21", + "examine": "Its eyes stare off into the distance..." + }, + { + "ids": "22", + "examine": "The door is shut." + }, + { + "ids": "23", + "examine": "Unusually lumpy looking." + }, + { + "ids": "24", + "examine": "The door is shut." + }, + { + "ids": "25,26,27,28,29,30,31,32", + "examine": "Seems to be some kind of clock part." + }, + { + "ids": "33,34,35,36", + "examine": "Yup, definitely a lever." + }, + { + "ids": "37,38,39", + "examine": "Stops people walking past." + }, + { + "ids": "40", + "examine": "Animals have no table manners." + }, + { + "ids": "41", + "examine": "Looks like an outlet pipe to the lake." + }, + { + "ids": "42", + "examine": "I can see fish swimming in the water." + }, + { + "ids": "43", + "examine": "It seems to sparkle." + }, + { + "ids": "44", + "examine": "I can see really big fish swimming in the water." + }, + { + "ids": "45", + "examine": "Big Dave is fishing here." + }, + { + "ids": "46", + "examine": "Joshua is fishing here." + }, + { + "ids": "47,48,49,50", + "examine": "A wooden gate." + }, + { + "ids": "51", + "examine": "Hmmm... I wonder if it's loose enough to get through." + }, + { + "ids": "52,53", + "examine": "It's locked." + }, + { + "ids": "54,55,56,57", + "examine": "It's a flight of stairs." + }, + { + "ids": "58", + "examine": "Known commonly as Red worm vine." + }, + { + "ids": "59", + "examine": "A fancy hole in the wall." + }, + { + "ids": "60", + "examine": "A fancy hole in the ceiling." + }, + { + "ids": "61", + "examine": "A shrine to evil." + }, + { + "ids": "62", + "examine": "Is there something in there?" + }, + { + "ids": "63,64", + "examine": "Used for storage." + }, + { + "ids": "65,66", + "examine": "Surprisingly sturdy looking." + }, + { + "ids": "67", + "examine": "Used for storage." + }, + { + "ids": "68", + "examine": "Where bees live." + }, + { + "ids": "69,70", + "examine": "Handy for boarding boats." + }, + { + "ids": "71,72", + "examine": "Sturdy looking door." + }, + { + "ids": "73,74", + "examine": "Securely fastened shut." + }, + { + "ids": "75", + "examine": "I wonder what's inside?" + }, + { + "ids": "76", + "examine": "It's open." + }, + { + "ids": "77,78", + "examine": "Securely fastened shut." + }, + { + "ids": "79,80", + "examine": "Looks secure." + }, + { + "ids": "81,82", + "examine": "The door is closed." + }, + { + "ids": "86", + "examine": "Seems very old..." + }, + { + "ids": "87", + "examine": "I guess you pull it..." + }, + { + "ids": "89,90", + "examine": "A wrought iron gate." + }, + { + "ids": "91", + "examine": "I don't like the look of this!" + }, + { + "ids": "92,93", + "examine": "The door is closed." + }, + { + "ids": "94,95", + "examine": "A wrought iron gate." + }, + { + "ids": "96,98", + "examine": "A dark flight of stairs." + }, + { + "ids": "99", + "examine": "The door is closed." + }, + { + "ids": "100", + "examine": "Don't you open that trapdoor!" + }, + { + "ids": "101", + "examine": "I can climb this." + }, + { + "ids": "102", + "examine": "A sturdy door." + }, + { + "ids": "103", + "examine": "I wonder what's inside." + }, + { + "ids": "104", + "examine": "Perhaps I should search it." + }, + { + "ids": "105,106", + "examine": "I wonder what that's there for..." + }, + { + "ids": "114", + "examine": "An appliance for cooking with." + }, + { + "ids": "115,116,117,118,119,120", + "examine": "A party balloon." + }, + { + "ids": "121", + "examine": "Aren't they pretty?" + }, + { + "ids": "122", + "examine": "Paaaarty!" + }, + { + "ids": "123,124,125,126,127,128,129,130", + "examine": "A party balloon." + }, + { + "ids": "131", + "examine": "The door is closed." + }, + { + "ids": "132", + "examine": "An escape route." + }, + { + "ids": "133", + "examine": "Looks spooky down there." + }, + { + "ids": "134,135", + "examine": "A large double door." + }, + { + "ids": "136", + "examine": "The door is closed." + }, + { + "ids": "152", + "examine": "Smelly." + }, + { + "ids": "153,36781", + "examine": "An ornate fountain." + }, + { + "ids": "154", + "examine": "A pipe I can squeeze through." + }, + { + "ids": "155,156,157", + "examine": "Lots of books." + }, + { + "ids": "158,159", + "examine": "This wall looks odd..." + }, + { + "ids": "160", + "examine": "I wonder what this does..." + }, + { + "ids": "162,163,164", + "examine": "I'm not touching that." + }, + { + "ids": "165", + "examine": "A special furnace for destroying contaminated items." + }, + { + "ids": "166,167", + "examine": "A wooden gate." + }, + { + "ids": "170", + "examine": "I wonder what's inside." + }, + { + "ids": "171", + "examine": "Perhaps I should search it." + }, + { + "ids": "172", + "examine": "I wonder what's inside." + }, + { + "ids": "173", + "examine": "Perhaps I should search it." + }, + { + "ids": "187", + "examine": "Fly Gnome Air." + }, + { + "ids": "188", + "examine": "Probably pilot error." + }, + { + "ids": "189", + "examine": "The Blurberry bar" + }, + { + "ids": "190", + "examine": "A large gate in the gnome style." + }, + { + "ids": "194", + "examine": "The entrance to the cave." + }, + { + "ids": "195", + "examine": "I can climb this." + }, + { + "ids": "200", + "examine": "A quirky gnome lamp." + }, + { + "ids": "201", + "examine": "These insects love this light." + }, + { + "ids": "202", + "examine": "It's amazing what bees produce!" + }, + { + "ids": "203,204", + "examine": "Posh candlesticks." + }, + { + "ids": "208", + "examine": "Scary lighting apparatus." + }, + { + "ids": "209", + "examine": "An ornamental lighting fixture." + }, + { + "ids": "210", + "examine": "A mysterious glowing ice crystal." + }, + { + "ids": "211", + "examine": "It's amazing what bees produce!" + }, + { + "ids": "212,218", + "examine": "Useful for making ships move." + }, + { + "ids": "221,222", + "examine": "This figure brings luck to those who sail." + }, + { + "ids": "225,226", + "examine": "Useful for making ships move." + }, + { + "ids": "227", + "examine": "Barnacle infested rope." + }, + { + "ids": "245,246", + "examine": "Allows access to other parts of the ship." + }, + { + "ids": "252,253", + "examine": "Without this I'm going around in circles." + }, + { + "ids": "254", + "examine": "This figure brings luck to those who sail." + }, + { + "ids": "255", + "examine": "Used for pulling things up." + }, + { + "ids": "260", + "examine": "This figure brings luck to those who sail." + }, + { + "ids": "265", + "examine": "Useful if there is any wind." + }, + { + "ids": "266,267", + "examine": "Useful for making ships move." + }, + { + "ids": "268", + "examine": "Useful for making ships move" + }, + { + "ids": "271", + "examine": "How much does this weigh?" + }, + { + "ids": "272", + "examine": "I can climb up here." + }, + { + "ids": "273", + "examine": "I can go below decks with this ladder." + }, + { + "ids": "274,275,276,277,278,279", + "examine": "A conveniently rolled sail." + }, + { + "ids": "287", + "examine": "I'm not allowed to climb this ladder." + }, + { + "ids": "296", + "examine": "It's like a land rudder." + }, + { + "ids": "297", + "examine": "Disturbingly man-like." + }, + { + "ids": "298,299,300", + "examine": "I bet there's a needle in it somewhere." + }, + { + "ids": "301", + "examine": "Animals have no table manners." + }, + { + "ids": "302", + "examine": "A home for baby creatures." + }, + { + "ids": "303", + "examine": "In the city we would call this mouldy rubbish." + }, + { + "ids": "304", + "examine": "I bet there's a needle in it somewhere." + }, + { + "ids": "305", + "examine": "Where bees live." + }, + { + "ids": "306", + "examine": "A used cart seller will probably try and sell it later." + }, + { + "ids": "307,308", + "examine": "One horse power, wooden suspension. A beauty." + }, + { + "ids": "309", + "examine": "Dead tree parts piled together neatly." + }, + { + "ids": "310", + "examine": "A patch of soft dark brown matter. Probably mud." + }, + { + "ids": "311", + "examine": "A pile of something I hope is mud." + }, + { + "ids": "312", + "examine": "Potato-licious!" + }, + { + "ids": "313", + "examine": "Baby bread." + }, + { + "ids": "327", + "examine": "The remains of a bad driver." + }, + { + "ids": "346,347", + "examine": "The perfect place to store things." + }, + { + "ids": "348", + "examine": "These open and close!" + }, + { + "ids": "349", + "examine": "This may be worth searching." + }, + { + "ids": "350", + "examine": "These open and close!" + }, + { + "ids": "351", + "examine": "This may be worth searching." + }, + { + "ids": "352", + "examine": "These open and close!" + }, + { + "ids": "353", + "examine": "This may be worth searching." + }, + { + "ids": "354,355", + "examine": "A wooden crate for storage." + }, + { + "ids": "356,357,358", + "examine": "An old crate for storage." + }, + { + "ids": "359,360,361", + "examine": "A pile of boxes for storage." + }, + { + "ids": "362", + "examine": "A wooden barrel for storage." + }, + { + "ids": "363", + "examine": "A wooden barrel containing lots of fish." + }, + { + "ids": "364", + "examine": "It's got ale in it." + }, + { + "ids": "365", + "examine": "These may have something in them." + }, + { + "ids": "366", + "examine": "Useful for transportation of delicate items." + }, + { + "ids": "367,368,369", + "examine": "This may be worth opening." + }, + { + "ids": "370,371,372", + "examine": "This may be worth searching." + }, + { + "ids": "373", + "examine": "The perfect accompaniment to a bedroom." + }, + { + "ids": "374", + "examine": "A stand for hats!" + }, + { + "ids": "375,376,377", + "examine": "I wonder what's inside." + }, + { + "ids": "378,379", + "examine": "Perhaps I should search it." + }, + { + "ids": "380,381", + "examine": "A good source of books!" + }, + { + "ids": "382,383,384,385", + "examine": "A woven storage basket." + }, + { + "ids": "386", + "examine": "A gigantic pottery urn." + }, + { + "ids": "387", + "examine": "This no doubt contains arcane knowledge." + }, + { + "ids": "388", + "examine": "I wonder what this spooky item contains." + }, + { + "ids": "389,390", + "examine": "It smells funny in there." + }, + { + "ids": "392", + "examine": "A fishing net full of fish." + }, + { + "ids": "393", + "examine": "A good source of books!" + }, + { + "ids": "394,395,396", + "examine": "Bamboo storage!" + }, + { + "ids": "397", + "examine": "The perfect place to store things." + }, + { + "ids": "398", + "examine": "I hope no-one's home..." + }, + { + "ids": "399", + "examine": "I see dead people." + }, + { + "ids": "400", + "examine": "A small simple gravestone." + }, + { + "ids": "401", + "examine": "A simple marker for a forgotten person." + }, + { + "ids": "402", + "examine": "The remains of someone lie inside." + }, + { + "ids": "403", + "examine": "A monument to a special person." + }, + { + "ids": "404", + "examine": "The inscription is worn away and unreadable." + }, + { + "ids": "405", + "examine": "'Here lies...' is all I can read." + }, + { + "ids": "406", + "examine": "Whoever bought this must have really cared for the inhabitant." + }, + { + "ids": "407", + "examine": "Looks like a stone doorway to me." + }, + { + "ids": "408", + "examine": "Looks like a stone doorway to my untrained eye." + }, + { + "ids": "409", + "examine": "Shrine to the glory of Saradomin." + }, + { + "ids": "410", + "examine": "An ancient altar to the glory of Guthix." + }, + { + "ids": "411,412", + "examine": "Shrine to the glory of Zamorak." + }, + { + "ids": "413", + "examine": "Looks suspiciously like a big stone table." + }, + { + "ids": "414", + "examine": "A really posh upright coffin." + }, + { + "ids": "415", + "examine": "Whoever's inside must have been rich." + }, + { + "ids": "416", + "examine": "With skill I can play this." + }, + { + "ids": "417", + "examine": "Great for sleeping in." + }, + { + "ids": "418", + "examine": "A stylish-looking bed." + }, + { + "ids": "419", + "examine": "A drab-looking bed." + }, + { + "ids": "420,421", + "examine": "A stylish-looking bed." + }, + { + "ids": "422", + "examine": "Technically a bed." + }, + { + "ids": "423", + "examine": "I guess I could sleep in it if I were really tired." + }, + { + "ids": "424,425", + "examine": "Lovely comfy-looking big bed." + }, + { + "ids": "426", + "examine": "Posh-looking bed." + }, + { + "ids": "427,428", + "examine": "A bed fit for a king." + }, + { + "ids": "429", + "examine": "One of the nicest beds I have ever seen." + }, + { + "ids": "430", + "examine": "Perfect for snoozing in the sun." + }, + { + "ids": "431", + "examine": "A comfortable seat to recline and recuperate." + }, + { + "ids": "432", + "examine": "I don't think anyone's slept here for a long time." + }, + { + "ids": "433,434,435", + "examine": "Bamboo's a versatile material." + }, + { + "ids": "436,437,438,439", + "examine": "A lump of rock." + }, + { + "ids": "440", + "examine": "A big slimy lump of rock." + }, + { + "ids": "441", + "examine": "A slimy lump of rock." + }, + { + "ids": "442,443", + "examine": "A slippery looking rock." + }, + { + "ids": "444,445", + "examine": "A huge lump of rock." + }, + { + "ids": "446,447,448", + "examine": "Some small stones." + }, + { + "ids": "449", + "examine": "A rocky ledge." + }, + { + "ids": "450,451,452,453", + "examine": "Stoney!" + }, + { + "ids": "454,455", + "examine": "Solid rock from the cave floor." + }, + { + "ids": "462,463", + "examine": "Looks slippery!" + }, + { + "ids": "464,465,466", + "examine": "Formed over many years of dripping limestone." + }, + { + "ids": "467", + "examine": "A limestone ceiling growth." + }, + { + "ids": "468", + "examine": "Limestone floor growth." + }, + { + "ids": "469,470", + "examine": "A limestone ceiling growth." + }, + { + "ids": "471,472,473,474", + "examine": "A deposit of rocks." + }, + { + "ids": "477,478", + "examine": "Looks slippery!" + }, + { + "ids": "479,480,481,482,483,484,485,486", + "examine": "A deposit of rocks." + }, + { + "ids": "492", + "examine": "A collection of rocks over what looks like a depression." + }, + { + "ids": "507,508,509,510", + "examine": "A deposit of rocks." + }, + { + "ids": "511", + "examine": "A rock with a pickaxe and mining tools." + }, + { + "ids": "516", + "examine": "A very tall column of ice." + }, + { + "ids": "517,518,519,520", + "examine": "A deposit of rocks." + }, + { + "ids": "523,524,525,526,527,528", + "examine": "Formed over many years of dripping limestone." + }, + { + "ids": "529", + "examine": "A limestone ceiling growth." + }, + { + "ids": "530", + "examine": "Formed over many years of dripping limestone." + }, + { + "ids": "531", + "examine": "A limestone ceiling growth." + }, + { + "ids": "532", + "examine": "Limestone floor growth." + }, + { + "ids": "533", + "examine": "A limestone ceiling growth." + }, + { + "ids": "534", + "examine": "A tooth shaped rock formation protruding from the floor." + }, + { + "ids": "539,540", + "examine": "A tooth shaped rock formation protruding from the ceiling." + }, + { + "ids": "541,542", + "examine": "A tooth shaped rock formation protruding from the floor." + }, + { + "ids": "543", + "examine": "A tooth shaped rock formation protruding from the ceiling." + }, + { + "ids": "544", + "examine": "A tooth shaped rock formation protruding from the floor." + }, + { + "ids": "545", + "examine": "A huge lump of rock." + }, + { + "ids": "546,547", + "examine": "Intimidating!" + }, + { + "ids": "548,549,550,551,552,553", + "examine": "A deposit of rocks." + }, + { + "ids": "554,555,556,557", + "examine": "Frozen water has formed an icicle here." + }, + { + "ids": "558,559,560,561", + "examine": "It looks cold in there." + }, + { + "ids": "562", + "examine": "This person was of great importance." + }, + { + "ids": "563,564", + "examine": "A monarch chiselled in stone." + }, + { + "ids": "565", + "examine": "A sculpture of a monarch." + }, + { + "ids": "566", + "examine": "This person was of great importance." + }, + { + "ids": "567", + "examine": "A huge carving of an ancient race." + }, + { + "ids": "568", + "examine": "A depiction of a great dwarven miner." + }, + { + "ids": "569,570", + "examine": "A depiction of a famous gnome warrior." + }, + { + "ids": "571,572", + "examine": "The head and shoulders of a famous gnome." + }, + { + "ids": "573", + "examine": "A depiction of a famous gnomeballer." + }, + { + "ids": "574,575,576,577,578", + "examine": "A carving of a figure from the history of RuneScape." + }, + { + "ids": "579,580,581", + "examine": "An expertly chiselled statue." + }, + { + "ids": "582", + "examine": "An unusual symbol of ancient times." + }, + { + "ids": "583", + "examine": "An expertly crafted vase." + }, + { + "ids": "584", + "examine": "An expertly chiselled statue of a bird." + }, + { + "ids": "585,586", + "examine": "What a good likeness!" + }, + { + "ids": "587", + "examine": "A depiction of the evil god Zamorak." + }, + { + "ids": "588", + "examine": "A base for the statue to sit on." + }, + { + "ids": "589", + "examine": "The scrying glass of a seer." + }, + { + "ids": "590", + "examine": "Banking transactions are processed here." + }, + { + "ids": "591", + "examine": "Banking transactions are recorded here." + }, + { + "ids": "592", + "examine": "Contains washing items." + }, + { + "ids": "593,594,595", + "examine": "A nice sturdy looking table." + }, + { + "ids": "596,597", + "examine": "A banquet could be eaten from this." + }, + { + "ids": "598", + "examine": "Useful for putting things on." + }, + { + "ids": "599", + "examine": "At one time it was for putting things on." + }, + { + "ids": "600", + "examine": "The napkins are made from real silk." + }, + { + "ids": "601,602,603,604,605,606", + "examine": "Useful for putting things on." + }, + { + "ids": "607", + "examine": "Items for making clothes are kept on here." + }, + { + "ids": "608", + "examine": "The ideal place to study." + }, + { + "ids": "609,610", + "examine": "A handy workbench for a handy person." + }, + { + "ids": "611", + "examine": "Sit back and enjoy the view." + }, + { + "ids": "612", + "examine": "Items are for sale here." + }, + { + "ids": "613,614,615", + "examine": "Useful for putting things on." + }, + { + "ids": "616", + "examine": "A creepy looking table." + }, + { + "ids": "617", + "examine": "Items are for sale here." + }, + { + "ids": "618,619", + "examine": "There are some strange chemicals here." + }, + { + "ids": "620", + "examine": "Bamboo's a versatile material." + }, + { + "ids": "621,622", + "examine": "It's a banquet table." + }, + { + "ids": "623,624,625,626,627", + "examine": "A nice sturdy looking table." + }, + { + "ids": "628", + "examine": "Finely wrought wares of silver." + }, + { + "ids": "629", + "examine": "Garments for the discerning." + }, + { + "ids": "630", + "examine": "Bread cakes and pastries." + }, + { + "ids": "631", + "examine": "Finest precious stones." + }, + { + "ids": "632", + "examine": "These will keep you warm." + }, + { + "ids": "633", + "examine": "The spice is right." + }, + { + "ids": "634", + "examine": "Always a source of good bargains." + }, + { + "ids": "635", + "examine": "Fine brews from exotic regions." + }, + { + "ids": "636", + "examine": "Keeps mine carts from rolling away." + }, + { + "ids": "637", + "examine": "You can 'cart' things around on this." + }, + { + "ids": "647", + "examine": "Makes you taller." + }, + { + "ids": "648", + "examine": "A bit large for a bracelet!" + }, + { + "ids": "649,650", + "examine": "A macabre variation on the neck tie." + }, + { + "ids": "651,652,653,654,655,656,657", + "examine": "Dead and half buried." + }, + { + "ids": "658", + "examine": "Disturbing but tidy." + }, + { + "ids": "659", + "examine": "I don't even want to think about what did that..." + }, + { + "ids": "660", + "examine": "Now that's what I call slimline!" + }, + { + "ids": "661", + "examine": "He looks very relaxed." + }, + { + "ids": "662", + "examine": "Now he's just too thin." + }, + { + "ids": "663", + "examine": "He hasn't eaten in a long time." + }, + { + "ids": "664", + "examine": "Now that's what I call slimline!" + }, + { + "ids": "665", + "examine": "He looks very relaxed." + }, + { + "ids": "666", + "examine": "Now he's just too thin." + }, + { + "ids": "667", + "examine": "He hasn't eaten in a long time." + }, + { + "ids": "668,669,670", + "examine": "Disturbing but tidy." + }, + { + "ids": "671", + "examine": "No cats were harmed in the making of this device." + }, + { + "ids": "672,673,674,675,676,677", + "examine": "Shattered." + }, + { + "ids": "678", + "examine": "I see fish." + }, + { + "ids": "679", + "examine": "I can see fish swimming in the water." + }, + { + "ids": "680", + "examine": "I was always forced to play this as a child." + }, + { + "ids": "681", + "examine": "I never learnt to play." + }, + { + "ids": "682", + "examine": "Time for a recital?" + }, + { + "ids": "683", + "examine": "Tick-tock, it's a clock." + }, + { + "ids": "684", + "examine": "The noxious liquid bubbles horribly." + }, + { + "ids": "685,686,687,688", + "examine": "Shows which way the wind blows." + }, + { + "ids": "689", + "examine": "Looking good!" + }, + { + "ids": "690", + "examine": "A privacy aid!" + }, + { + "ids": "691", + "examine": "Use this to get changed behind and retain modesty." + }, + { + "ids": "692", + "examine": "I don't even want to think about what's cooking in that." + }, + { + "ids": "693", + "examine": "Good for sweeping." + }, + { + "ids": "694", + "examine": "I'm guessing it's for making women's clothes." + }, + { + "ids": "695", + "examine": "Helps make human clothing." + }, + { + "ids": "696", + "examine": "A hole." + }, + { + "ids": "697", + "examine": "Dead animal head. Lovely." + }, + { + "ids": "698", + "examine": "Must have been laid by a huge bird." + }, + { + "ids": "699", + "examine": "Whatever it was I'm glad it's not alive." + }, + { + "ids": "700,701", + "examine": "Spooky!" + }, + { + "ids": "702,703,704,705,706", + "examine": "A dog's idea of heaven." + }, + { + "ids": "707", + "examine": "Ding-Dong!" + }, + { + "ids": "708", + "examine": "Some kind of pulley system." + }, + { + "ids": "709", + "examine": "Surprisingly rope-shaped." + }, + { + "ids": "710", + "examine": "Suspiciously hole-shaped." + }, + { + "ids": "711,712,713", + "examine": "A huge chunk of shining natural crystal." + }, + { + "ids": "714,715,716,717", + "examine": "A recently extinguished fire." + }, + { + "ids": "718,719,720,721,722", + "examine": "A barrel full of swords..." + }, + { + "ids": "723", + "examine": "I'm glad this isn't around anymore!" + }, + { + "ids": "724,725,726", + "examine": "A crude torch stuck in the ground." + }, + { + "ids": "727,728,729,730,731,732", + "examine": "A fissure in the cave wall." + }, + { + "ids": "733", + "examine": "This huge web blocks your path." + }, + { + "ids": "734", + "examine": "A huge web, cruelly slashed in half." + }, + { + "ids": "735", + "examine": "The noxious liquid bubbles horribly." + }, + { + "ids": "736", + "examine": "Dead animal head. Lovely." + }, + { + "ids": "737,738,739,740", + "examine": "Whatever it was I'm glad it's not alive." + }, + { + "ids": "741,742", + "examine": "Looks a little too broken to climb." + }, + { + "ids": "743", + "examine": "An old-looking ladder." + }, + { + "ids": "744,745,746,747", + "examine": "An old-looking bit of scaffolding." + }, + { + "ids": "748", + "examine": "The entrance to the cave." + }, + { + "ids": "771", + "examine": "A map icon.." + }, + { + "ids": "779", + "examine": "It's a door made from bamboo." + }, + { + "ids": "787", + "examine": "A loom." + }, + { + "ids": "788,789", + "examine": "You'd need a big siege engine to force that." + }, + { + "ids": "817", + "examine": "I always wonder if someone's hiding inside when I see these." + }, + { + "ids": "818,819,820", + "examine": "Looks kind of like a man made of metal." + }, + { + "ids": "821", + "examine": "Not suitable for children. Aim away from face." + }, + { + "ids": "822", + "examine": "Big heavy metal balls." + }, + { + "ids": "823", + "examine": "The easiest opponent I'll ever fight." + }, + { + "ids": "824,825,826,827,828", + "examine": "A wooden defensive structure." + }, + { + "ids": "829,830,831,832,833", + "examine": "For private use only!" + }, + { + "ids": "834,835", + "examine": "Break glass in case of emergency." + }, + { + "ids": "836", + "examine": "An attractively laid out collection of ranging weapons." + }, + { + "ids": "837,838", + "examine": "Break glass in case of emergency." + }, + { + "ids": "839", + "examine": "An attractively laid out collection of ranging weapons." + }, + { + "ids": "848", + "examine": "A row of sharp pointy spears." + }, + { + "ids": "849,850", + "examine": "Rows of sharp pointy spears." + }, + { + "ids": "851,852", + "examine": "A tatty old standard." + }, + { + "ids": "853", + "examine": "A standard." + }, + { + "ids": "854,855,856", + "examine": "A blue standard." + }, + { + "ids": "857,858", + "examine": "A standard of the gnome race." + }, + { + "ids": "859", + "examine": "The standard of the ogre race." + }, + { + "ids": "860", + "examine": "The flag of Asgarnia." + }, + { + "ids": "861", + "examine": "The flag of Kandarin." + }, + { + "ids": "862", + "examine": "The flag of Ardougne." + }, + { + "ids": "863", + "examine": "A standard of Asgarnia." + }, + { + "ids": "864", + "examine": "A standard of Kandarin." + }, + { + "ids": "865", + "examine": "A standard of Asgarnia." + }, + { + "ids": "866", + "examine": "A standard of Kandarin." + }, + { + "ids": "867", + "examine": "A standard of Misthalin." + }, + { + "ids": "868", + "examine": "A standard of Varrock." + }, + { + "ids": "869", + "examine": "A flag flies here." + }, + { + "ids": "870", + "examine": "A sculpted trunk of wood." + }, + { + "ids": "871", + "examine": "Takes my dirty bath water away." + }, + { + "ids": "872", + "examine": "It smells horrible in there." + }, + { + "ids": "873,874", + "examine": "Ideal for washing things in." + }, + { + "ids": "875,876,877", + "examine": "Wash here." + }, + { + "ids": "878", + "examine": "No this is not a mirage!" + }, + { + "ids": "879", + "examine": "Everyone needs a water feature." + }, + { + "ids": "880", + "examine": "A beautiful water feature." + }, + { + "ids": "881", + "examine": "There's a cover over this manhole." + }, + { + "ids": "882", + "examine": "How dangerous, someone has left this manhole open." + }, + { + "ids": "883", + "examine": "This is supposed to stop people falling down the manhole." + }, + { + "ids": "884", + "examine": "Best used with a bucket." + }, + { + "ids": "885,886", + "examine": "If only I had one of those at home..." + }, + { + "ids": "887", + "examine": "A painting of the King looking royal." + }, + { + "ids": "888", + "examine": "A beautiful landscape." + }, + { + "ids": "889", + "examine": "A mysterious figure stands alone in this haunting image." + }, + { + "ids": "890", + "examine": "Hail to the King!" + }, + { + "ids": "891", + "examine": "I don't know much about art, but I like this." + }, + { + "ids": "892", + "examine": "A painting of some guy standing around somewhere." + }, + { + "ids": "893", + "examine": "A really bad portrait of the King." + }, + { + "ids": "894", + "examine": "Fine brushwork adds to the realism of this serene landscape." + }, + { + "ids": "895", + "examine": "Pretty good painting." + }, + { + "ids": "896", + "examine": "I can see the stars on this." + }, + { + "ids": "897", + "examine": "A picture of the stars with funny diagrams and things on." + }, + { + "ids": "898", + "examine": "Cross shaped." + }, + { + "ids": "899", + "examine": "Mmmm decorative!" + }, + { + "ids": "900", + "examine": "Brightens up the room a bit." + }, + { + "ids": "901", + "examine": "I don't know art, but I like it!" + }, + { + "ids": "902", + "examine": "Not bad at all." + }, + { + "ids": "903", + "examine": "Alas poor unicorn, I knew him well." + }, + { + "ids": "904", + "examine": "The scary-looking head of a scary-looking dragon." + }, + { + "ids": "905", + "examine": "Not what I would pick as wall decoration." + }, + { + "ids": "906", + "examine": "Looks like the bull lost." + }, + { + "ids": "907", + "examine": "Trinkets and stuff." + }, + { + "ids": "908", + "examine": "Not everyone's idea of a nice wall decoration." + }, + { + "ids": "909", + "examine": "Something is written on it. I can't read what." + }, + { + "ids": "910", + "examine": "Looks like an eye with huge lashes." + }, + { + "ids": "911", + "examine": "A tablet covered in weird looking little squiggles and pictures." + }, + { + "ids": "915", + "examine": "A posh water bowl." + }, + { + "ids": "954", + "examine": "For wiping muddy feet on." + }, + { + "ids": "955,956,957,958", + "examine": "Disturbingly its eyes look everywhere in the room except at you." + }, + { + "ids": "959", + "examine": "What has a face and hands but is not a man?" + }, + { + "ids": "960", + "examine": "It's a time machine....sort of!" + }, + { + "ids": "961", + "examine": "'Ask about our low, low interest rates!'" + }, + { + "ids": "962", + "examine": "Some helpful people have placed notes on here, how nice." + }, + { + "ids": "963", + "examine": "Essentials for a seamstress." + }, + { + "ids": "964,965", + "examine": "It really was this big!" + }, + { + "ids": "966", + "examine": "He doesn't look too jolly to me!" + }, + { + "ids": "967", + "examine": "Looks like this ship was way off course!" + }, + { + "ids": "968", + "examine": "X marks the spot." + }, + { + "ids": "969", + "examine": "Complete with authentic seaweed!" + }, + { + "ids": "970", + "examine": "This mentions the monk trapped here..." + }, + { + "ids": "971", + "examine": "A useful ranging device." + }, + { + "ids": "972", + "examine": "Use these with bows." + }, + { + "ids": "973", + "examine": "A powerful throwing weapon." + }, + { + "ids": "974", + "examine": "Improved Leather armour for archers." + }, + { + "ids": "975", + "examine": "Leather made from the skin of a Dragon." + }, + { + "ids": "993", + "examine": "I can climb over the fence with this.." + }, + { + "ids": "1004,1005", + "examine": "This section of railing has been broken" + }, + { + "ids": "1006,1007,1008,1009", + "examine": "There is a hole in this section of the railing." + }, + { + "ids": "1010", + "examine": "Someone was thirsty..." + }, + { + "ids": "1011,1012", + "examine": "Full of lovely drinks!" + }, + { + "ids": "1013", + "examine": "Storage for cookery items." + }, + { + "ids": "1014,1015,1016,1017,1018", + "examine": "Storage for all needs." + }, + { + "ids": "1019", + "examine": "What kind of sick person keeps a skull on their wall?" + }, + { + "ids": "1020", + "examine": "Esoteric artefacts." + }, + { + "ids": "1021,1022,1023", + "examine": "I don't want to know what's in those little urns." + }, + { + "ids": "1024", + "examine": "Used for storing things on." + }, + { + "ids": "1025,1026", + "examine": "Tailor made for needlework supplies" + }, + { + "ids": "1027", + "examine": "Prepared hides hang here drying." + }, + { + "ids": "1028,1029", + "examine": "This contains dye for leather." + }, + { + "ids": "1030,1031", + "examine": "Used to squeeze moisture from the hide." + }, + { + "ids": "1032", + "examine": "Danger!" + }, + { + "ids": "1033,1034,1035", + "examine": "This tells you which way is which." + }, + { + "ids": "1057", + "examine": "Ye olde Shrimp and Parrot." + }, + { + "ids": "1068", + "examine": "The Blue Moon Inn" + }, + { + "ids": "1069", + "examine": "The Jolly Boar" + }, + { + "ids": "1070", + "examine": "The Rusty Anchor" + }, + { + "ids": "1071", + "examine": "The Shrimp and Parrot" + }, + { + "ids": "1072", + "examine": "The Dead Man's Chest" + }, + { + "ids": "1073", + "examine": "The Rising Sun" + }, + { + "ids": "1074", + "examine": "The Forester's Arms" + }, + { + "ids": "1075", + "examine": "The Flying Horse" + }, + { + "ids": "1076", + "examine": "The Dancing Donkey" + }, + { + "ids": "1077", + "examine": "The Dragon Inn" + }, + { + "ids": "1078", + "examine": "Karamja Spirits bar" + }, + { + "ids": "1079", + "examine": "North to Varrock :: East to Al-Kharid." + }, + { + "ids": "1080", + "examine": "North road to Draynor Village :: East road to Varrock." + }, + { + "ids": "1081", + "examine": "North to Draynor Village." + }, + { + "ids": "1082", + "examine": "North to Draynor Manor :: West to Asgarnia." + }, + { + "ids": "1083", + "examine": "South to the Wizards' Tower :: East to Lumbridge." + }, + { + "ids": "1084", + "examine": "South to Lumbridge :: West to Varrock :: East to the Digsite." + }, + { + "ids": "1085", + "examine": "South to Al-Kharid :: West to Lumbridge :: East to the Digsite." + }, + { + "ids": "1086", + "examine": "North to Varrock :: East to the Digsite." + }, + { + "ids": "1087", + "examine": "South to the Wizards' Tower :: North to Draynor Village :: East to Lumbridge." + }, + { + "ids": "1088", + "examine": "The ideal thing to sit on." + }, + { + "ids": "1089", + "examine": "Not so good for sitting on." + }, + { + "ids": "1090,1091,1092", + "examine": "A comfortable seat." + }, + { + "ids": "1093,1094,1095", + "examine": "Good for sitting on." + }, + { + "ids": "1096", + "examine": "Good for rocking in!" + }, + { + "ids": "1097,1098,1099", + "examine": "A kingly seat for a royal behind." + }, + { + "ids": "1100,1101", + "examine": "The perfect way to sit at the bar." + }, + { + "ids": "1102", + "examine": "Good for sitting on." + }, + { + "ids": "1103", + "examine": "Gnomes sit on these." + }, + { + "ids": "1104", + "examine": "Gnomes are found sitting here." + }, + { + "ids": "1105", + "examine": "A kingly seat for a royal behind." + }, + { + "ids": "1106,1107", + "examine": "Sit back and relax..." + }, + { + "ids": "1108,1109", + "examine": "A kingly seat for a royal behind." + }, + { + "ids": "1110", + "examine": "Used for sitting on." + }, + { + "ids": "1111", + "examine": "Do I dare sit on this?" + }, + { + "ids": "1112", + "examine": "Church seating." + }, + { + "ids": "1113", + "examine": "Park it here..." + }, + { + "ids": "1114", + "examine": "Wouldn't like to sit on that for too long..." + }, + { + "ids": "1115", + "examine": "The ideal thing to sit on." + }, + { + "ids": "1116,1117", + "examine": "Keeps the neighbours out!" + }, + { + "ids": "1118", + "examine": "Found in wild areas." + }, + { + "ids": "1119", + "examine": "These are commonly found." + }, + { + "ids": "1120", + "examine": "An unusual bush." + }, + { + "ids": "1121", + "examine": "A wild bush." + }, + { + "ids": "1122,1123", + "examine": "All the leaves have fallen off." + }, + { + "ids": "1124,36782", + "examine": "A commonly found bush." + }, + { + "ids": "1125", + "examine": "Bushy!" + }, + { + "ids": "1126", + "examine": "A rose by any other name would still have prickly bits." + }, + { + "ids": "1144,1145,1146", + "examine": "A leafy bush." + }, + { + "ids": "1147,1148,1149", + "examine": "The abode of a fairy." + }, + { + "ids": "1150", + "examine": "Fairies need money too!" + }, + { + "ids": "1151", + "examine": "A fairy is selling items here." + }, + { + "ids": "1152", + "examine": "A small potted plant." + }, + { + "ids": "1153", + "examine": "Someone has planted this." + }, + { + "ids": "1154", + "examine": "A nicely potted fern." + }, + { + "ids": "1155", + "examine": "Better than weeding." + }, + { + "ids": "1156,1157", + "examine": "I bet bees like this." + }, + { + "ids": "1158,1159", + "examine": "A large potted plant." + }, + { + "ids": "1160", + "examine": "A plant in a bamboo pot." + }, + { + "ids": "1161", + "examine": "Cabbage... yuck!" + }, + { + "ids": "1162", + "examine": "Found near the water's edge." + }, + { + "ids": "1163,1164", + "examine": "Not good for eating." + }, + { + "ids": "1165", + "examine": "Fungal growth." + }, + { + "ids": "1166", + "examine": "Poisonous no doubt." + }, + { + "ids": "1167", + "examine": "Fungal growth." + }, + { + "ids": "1168,1169", + "examine": "Poisonous no doubt." + }, + { + "ids": "1170,1171,1172", + "examine": "I doubt that's edible." + }, + { + "ids": "1173", + "examine": "A commonly found fern." + }, + { + "ids": "1174", + "examine": "Spiky!" + }, + { + "ids": "1175", + "examine": "A home for frogs." + }, + { + "ids": "1176", + "examine": "Otherwise known as a lilypad." + }, + { + "ids": "1177", + "examine": "A home for frogs." + }, + { + "ids": "1178", + "examine": "Smells lovely!" + }, + { + "ids": "1179", + "examine": "Who is this Heather girl?" + }, + { + "ids": "1180", + "examine": "I wonder why it's purple?" + }, + { + "ids": "1181,1182,1183", + "examine": "I'd better not get stung." + }, + { + "ids": "1184", + "examine": "The tendrils of a creeping plant." + }, + { + "ids": "1185", + "examine": "Nicely planted." + }, + { + "ids": "1186", + "examine": "A large curling plant." + }, + { + "ids": "1187", + "examine": "That's pretty." + }, + { + "ids": "1188", + "examine": "Blooming!" + }, + { + "ids": "1189", + "examine": "Commonly found in grassy areas." + }, + { + "ids": "1190", + "examine": "Is this the biggest flower around?" + }, + { + "ids": "1191", + "examine": "These are huge!" + }, + { + "ids": "1192", + "examine": "A rare flower." + }, + { + "ids": "1193", + "examine": "Don't flowers make you feel better?" + }, + { + "ids": "1194", + "examine": "Can this talk?" + }, + { + "ids": "1195", + "examine": "You don't see that many of these." + }, + { + "ids": "1196", + "examine": "I wonder what these are?" + }, + { + "ids": "1197", + "examine": "A rarely found flower." + }, + { + "ids": "1198", + "examine": "Very rare flowers." + }, + { + "ids": "1199", + "examine": "These smell nice." + }, + { + "ids": "1200", + "examine": "A bed of red flowers." + }, + { + "ids": "1201", + "examine": "These are pretty." + }, + { + "ids": "1202", + "examine": "Found only in jungle areas." + }, + { + "ids": "1203", + "examine": "A very rare exotic flower." + }, + { + "ids": "1204", + "examine": "A small fernlike plant." + }, + { + "ids": "1205", + "examine": "The leaves of a nasty creeping plant." + }, + { + "ids": "1206,1207,1208", + "examine": "The flower of a nasty creeping plant." + }, + { + "ids": "1231", + "examine": "Nasty curling tendrils of a creeping plant." + }, + { + "ids": "1276", + "examine": "One of the most common trees in RuneScape." + }, + { + "ids": "1277", + "examine": "A healthy young tree." + }, + { + "ids": "1278,1279", + "examine": "A commonly found tree." + }, + { + "ids": "1280", + "examine": "A healthy young tree." + }, + { + "ids": "1281", + "examine": "A beautiful old oak." + }, + { + "ids": "1282,1283,1284", + "examine": "This tree has long been dead." + }, + { + "ids": "1285", + "examine": "An old weather beaten tree." + }, + { + "ids": "1286,1287,1288,1289,1290,1291", + "examine": "It's only useful for firewood now." + }, + { + "ids": "1292", + "examine": "An ancient magical tree." + }, + { + "ids": "1293,1294,1295", + "examine": "An ancient sentient tree." + }, + { + "ids": "1296", + "examine": "This tree has fallen to the ground." + }, + { + "ids": "1297", + "examine": "This tree was either the victim of weather or mankind." + }, + { + "ids": "1298", + "examine": "A commonly found fern." + }, + { + "ids": "1299", + "examine": "Is this a weed?" + }, + { + "ids": "1300", + "examine": "A fern is growing here." + }, + { + "ids": "1301", + "examine": "Home to many unusual creatures." + }, + { + "ids": "1302", + "examine": "A leafy tree." + }, + { + "ids": "1303,1304,1305", + "examine": "A tree found in tropical areas." + }, + { + "ids": "1306", + "examine": "The tree shimmers with a magical force." + }, + { + "ids": "1307", + "examine": "I bet this makes good syrup!" + }, + { + "ids": "1308", + "examine": "These trees are found near water." + }, + { + "ids": "1309", + "examine": "A splendid tree." + }, + { + "ids": "1310", + "examine": "This tree has vines hanging from it." + }, + { + "ids": "1311", + "examine": "This would be good to sleep under." + }, + { + "ids": "1312", + "examine": "An essential for tropical islands." + }, + { + "ids": "1313,1314", + "examine": "An unusual tree grows here." + }, + { + "ids": "1315,1316", + "examine": "A hardy evergreen tree." + }, + { + "ids": "1317", + "examine": "A young sentient tree." + }, + { + "ids": "1318,1319", + "examine": "This would make good firewood." + }, + { + "ids": "1320,1321", + "examine": "The branch is infested with moss." + }, + { + "ids": "1322", + "examine": "The trunk of this tree is hollow." + }, + { + "ids": "1323", + "examine": "A gnarly old tree root." + }, + { + "ids": "1324", + "examine": "The roots of a tree are exposed." + }, + { + "ids": "1325", + "examine": "I hope I don't trip over any of these." + }, + { + "ids": "1326,1327,1328", + "examine": "A terribly tall tropical tree." + }, + { + "ids": "1329", + "examine": "Leaves of a bamboo tree." + }, + { + "ids": "1330,1331,1332", + "examine": "It's thick with snow." + }, + { + "ids": "1333", + "examine": "This old tree has been taken over by parasitic plants." + }, + { + "ids": "1334,1335,1336,1337,1338", + "examine": "This old tree is rotting away." + }, + { + "ids": "1339,1340", + "examine": "They're just waiting to trip someone up." + }, + { + "ids": "1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359", + "examine": "This tree has been cut down." + }, + { + "ids": "1360,1361,1362", + "examine": "This tree contains dangerous insects no doubt." + }, + { + "ids": "1363,1364", + "examine": "They're just waiting to trip someone up." + }, + { + "ids": "1365", + "examine": "It's only useful for firewood now." + }, + { + "ids": "1366", + "examine": "A gnarly old tree root." + }, + { + "ids": "1367", + "examine": "The roots of this tree are exposed." + }, + { + "ids": "1368", + "examine": "I hope I don't trip over any of these." + }, + { + "ids": "1369", + "examine": "An unusual tree grows here." + }, + { + "ids": "1370", + "examine": "This old tree is rotting away." + }, + { + "ids": "1371,1372,1373,1374,1375,1376,1377", + "examine": "This tree contains dangerous insects no doubt." + }, + { + "ids": "1378,1379", + "examine": "This old tree is rotting away." + }, + { + "ids": "1380", + "examine": "A gnarly old tree root." + }, + { + "ids": "1381", + "examine": "The roots of this tree are exposed." + }, + { + "ids": "1382", + "examine": "I hope I don't trip over any of these." + }, + { + "ids": "1383", + "examine": "This tree has long been dead." + }, + { + "ids": "1384", + "examine": "It's only useful for firewood now." + }, + { + "ids": "1385", + "examine": "A gnarly old tree root." + }, + { + "ids": "1386", + "examine": "The roots of this tree are exposed." + }, + { + "ids": "1387", + "examine": "I hope I don't trip over any of these." + }, + { + "ids": "1388,1389", + "examine": "They're just waiting to trip someone up." + }, + { + "ids": "1390", + "examine": "Commonly found in these parts." + }, + { + "ids": "1391", + "examine": "A leafy plant." + }, + { + "ids": "1392", + "examine": "A leafy fern." + }, + { + "ids": "1393", + "examine": "A small bushy plant." + }, + { + "ids": "1394", + "examine": "A leafy shrub." + }, + { + "ids": "1395", + "examine": "No flies on me." + }, + { + "ids": "1396", + "examine": "How do these things manage to grow?" + }, + { + "ids": "1397", + "examine": "This cactus has recently had a chunk taken off." + }, + { + "ids": "1398", + "examine": "A leafy fern." + }, + { + "ids": "1399", + "examine": "This has broad leaves." + }, + { + "ids": "1400", + "examine": "A large waxy jungle plant." + }, + { + "ids": "1401", + "examine": "A type of jungle fern." + }, + { + "ids": "1402", + "examine": "A large waxy jungle plant." + }, + { + "ids": "1403,1404,1405,1406", + "examine": "How do these things manage to grow?" + }, + { + "ids": "1407", + "examine": "Leaves a nasty mark." + }, + { + "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": "Looks spiky." + }, + { + "ids": "1504", + "examine": "The door is open." + }, + { + "ids": "1505", + "examine": "The door is closed." + }, + { + "ids": "1506,1507,1508,1509,1510,1511,1512,1513,1514,1515", + "examine": "A sturdy wooden door." + }, + { + "ids": "1516,1517,1518,1519,1520,1521,1522,1523,1524,1525", + "examine": "A large double door." + }, + { + "ids": "1526,1527,1528", + "examine": "The curtain is closed." + }, + { + "ids": "1529", + "examine": "The curtain is open." + }, + { + "ids": "1530", + "examine": "The door is closed." + }, + { + "ids": "1531,1532", + "examine": "The door is open." + }, + { + "ids": "1533,1534,1535", + "examine": "A nicely fitted door." + }, + { + "ids": "1536", + "examine": "An ornately-fashioned door." + }, + { + "ids": "1537,1538", + "examine": "An elf-fashioned door." + }, + { + "ids": "1539,1540,1541,1542,1543,1544,1545,1546,1547,1548,1549,1550", + "examine": "Solid bars of iron." + }, + { + "ids": "1551,1552,1553,1554,1555,1556", + "examine": "A wooden gate." + }, + { + "ids": "1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567", + "examine": "A wrought iron gate." + }, + { + "ids": "1568,1569", + "examine": "I wonder what's under it?" + }, + { + "ids": "1570,1571", + "examine": "I wonder what's down there?" + }, + { + "ids": "1572", + "examine": "This door has been boarded up." + }, + { + "ids": "1573,1574,1575,1576", + "examine": "A door to a grand place." + }, + { + "ids": "1577,1578,1579", + "examine": "The top of the archway." + }, + { + "ids": "1580,1581,1582", + "examine": "The base of the archway." + }, + { + "ids": "1583,1584,1585,1586,1587,1588", + "examine": "There is something strange about this wall..." + }, + { + "ids": "1589,1590", + "examine": "A wrought iron gate." + }, + { + "ids": "1591", + "examine": "The door is closed." + }, + { + "ids": "1592,1593", + "examine": "Something is strange about this panel." + }, + { + "ids": "1594", + "examine": "An entranceway into the dungeon." + }, + { + "ids": "1595", + "examine": "The way in." + }, + { + "ids": "1596,1597", + "examine": "A wrought iron gate." + }, + { + "ids": "1598,1599", + "examine": "A wooden gate." + }, + { + "ids": "1600", + "examine": "The doors to the Magic Guild." + }, + { + "ids": "1601,1602,1603,1604,1605,1606,1607,1608", + "examine": "The doors to the Magic guild." + }, + { + "ids": "1609,1610,1611,1612", + "examine": "A wooden structure used in the process of building." + }, + { + "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": "This timber is broken" + }, + { + "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": "A pile of bricks." + }, + { + "ids": "1722,36791", + "examine": "I can climb these stairs." + }, + { + "ids": "1723", + "examine": "They go down." + }, + { + "ids": "1724", + "examine": "I can climb down these stairs." + }, + { + "ids": "1725,36768", + "examine": "I can climb up this." + }, + { + "ids": "1726,1727,1728", + "examine": "I can climb down this." + }, + { + "ids": "1729", + "examine": "I can climb this." + }, + { + "ids": "1730", + "examine": "Dare I go up?" + }, + { + "ids": "1731,1732", + "examine": "These stairs look spooky!" + }, + { + "ids": "1733", + "examine": "I can use these stairs to climb down." + }, + { + "ids": "1734", + "examine": "I can climb these stairs." + }, + { + "ids": "1735", + "examine": "A rickety old staircase." + }, + { + "ids": "1736", + "examine": "I can climb down these stairs." + }, + { + "ids": "1737,1738", + "examine": "I can climb up these stairs." + }, + { + "ids": "1739", + "examine": "I can climb up or go down these stairs." + }, + { + "ids": "1740,1741", + "examine": "I can climb down these stairs." + }, + { + "ids": "1742", + "examine": "I can climb up these stairs." + }, + { + "ids": "1743", + "examine": "I can climb up or go down these stairs." + }, + { + "ids": "1744,1745", + "examine": "I can climb down these stairs." + }, + { + "ids": "1746", + "examine": "I can climb down this." + }, + { + "ids": "1747,1748", + "examine": "I can climb this." + }, + { + "ids": "1749", + "examine": "I can climb down this." + }, + { + "ids": "1750,1751", + "examine": "I can climb this." + }, + { + "ids": "1752", + "examine": "I can't climb this." + }, + { + "ids": "1753", + "examine": "It's useless." + }, + { + "ids": "1754", + "examine": "I can climb down this." + }, + { + "ids": "1755", + "examine": "I can climb this." + }, + { + "ids": "1756", + "examine": "I can climb down this." + }, + { + "ids": "1757", + "examine": "I can climb this." + }, + { + "ids": "1758", + "examine": "Not much use really." + }, + { + "ids": "1759", + "examine": "This leads downwards." + }, + { + "ids": "1760", + "examine": "These can be useful." + }, + { + "ids": "1761", + "examine": "Steps made from natural rock." + }, + { + "ids": "1762,1763,1764", + "examine": "A rope hangs here." + }, + { + "ids": "1765", + "examine": "I can climb down this." + }, + { + "ids": "1766", + "examine": "I can climb this." + }, + { + "ids": "1767", + "examine": "I can climb down this." + }, + { + "ids": "1768,1769,1770,1771,1772,1773,1774,1775,1776,1777", + "examine": "I can climb this." + }, + { + "ids": "1778", + "examine": "These huge stone discs grind grain to make flour." + }, + { + "ids": "1779,1780,1781", + "examine": "These sails use the wind to drive the windmill." + }, + { + "ids": "1782,1783,1784,1785,1786,1787,1788,1789,1790,1791,1792,1793,1794,1795,1796", + "examine": "I'll need an empty pot so I can collect my flour." + }, + { + "ids": "1797,1798,1799,1800,1801,1802,1803", + "examine": "Some very hard rocks, I wouldn't want to fall on those." + }, + { + "ids": "1804", + "examine": "This door requires a key." + }, + { + "ids": "1805,1806,1807,1808,1809", + "examine": "The door to the Champions' Guild." + }, + { + "ids": "1810", + "examine": "Here be spiders!" + }, + { + "ids": "1811", + "examine": "I can walk through this tattered web." + }, + { + "ids": "1812", + "examine": "A magical border of teleportation." + }, + { + "ids": "1813", + "examine": "For putting things on." + }, + { + "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": "I wonder what this does..." + }, + { + "ids": "1852,1853,1854,1855,1856,1857,1858,1859,1860,1861,1862,1863", + "examine": "This lets in more light." + }, + { + "ids": "1864,1865,1866,1867,1868,1869,1870,1871,1872,1873,1874,1875", + "examine": "These obviously mean keep out!" + }, + { + "ids": "1876,1877,1878,1879,1880,1881,1882,1883,1884,1885,1886,1887,1888,1889,1890,1891,1892,1893,1894,1895", + "examine": "I shudder to think what has taken place here." + }, + { + "ids": "1896", + "examine": "This hasn't seen a duster for a while." + }, + { + "ids": "1897", + "examine": "Not as nice as some." + }, + { + "ids": "1898,1899", + "examine": "This needs dusting before I'll sit on it." + }, + { + "ids": "1900", + "examine": "This could do with a bit of a spit and polish." + }, + { + "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": "This clearly isn't used for dining very often." + }, + { + "ids": "1939,1940,1941,1942,1943,1944,1945,1946", + "examine": "A tower." + }, + { + "ids": "1947,1948", + "examine": "It looks like I might be able to climb over this piece of the wall..." + }, + { + "ids": "1949,1950,1951,1952,1953,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966", + "examine": "A pile of bricks." + }, + { + "ids": "1967,1968,1969,1970,1971,1972,1973,1974,1975,1976,1977,1978,1979,1980,1981,1982,1983,1984", + "examine": "A grand door for a grand tree." + }, + { + "ids": "1985,1986", + "examine": "A large root." + }, + { + "ids": "1987", + "examine": "A primitive looking boat." + }, + { + "ids": "1988", + "examine": "Oops!" + }, + { + "ids": "1989", + "examine": "A good source of books!" + }, + { + "ids": "1990", + "examine": "A wooden crate for storage." + }, + { + "ids": "1991", + "examine": "Solid bars of iron." + }, + { + "ids": "1992", + "examine": "There is an indent the size of a pebble in the stone's centre." + }, + { + "ids": "1993", + "examine": "A stone tomb surrounded by flowers." + }, + { + "ids": "1994,37016,37015", + "examine": "I wonder what's inside." + }, + { + "ids": "1995", + "examine": "Perhaps I should search it." + }, + { + "ids": "1996,1997", + "examine": "I should be safe if I can reach this." + }, + { + "ids": "1998", + "examine": "Wet rope." + }, + { + "ids": "1999", + "examine": "A wooden crate for storage." + }, + { + "ids": "2000,2001,2002,2003", + "examine": "An elf-fashioned door." + }, + { + "ids": "2004", + "examine": "The pillar has a rune shaped dent in it." + }, + { + "ids": "2005", + "examine": "A statue of Baxtorian chiselled in stone." + }, + { + "ids": "2006,2007,2008,2009", + "examine": "A statue of Glarial chiselled in stone." + }, + { + "ids": "2010,2011,2012", + "examine": "A ledge." + }, + { + "ids": "2013", + "examine": "Known commonly as Red worm vine." + }, + { + "ids": "2014", + "examine": "A magically elevated chalice full of tears." + }, + { + "ids": "2015,2016,2017,2018", + "examine": "A magically elevated chalice full of ash." + }, + { + "ids": "2019", + "examine": "A whirlpool." + }, + { + "ids": "2020,2021", + "examine": "It's too wet for firewood." + }, + { + "ids": "2022", + "examine": "A wooden barrel, maybe a way off this rock." + }, + { + "ids": "2023", + "examine": "An interesting tree with long straight branches." + }, + { + "ids": "2024", + "examine": "A large bubbling cauldron, smells... Ugh!" + }, + { + "ids": "2025", + "examine": "The door is closed." + }, + { + "ids": "2026,2027,2028,2029,2030,2031", + "examine": "I can see fish swimming in the water." + }, + { + "ids": "2032", + "examine": "It's closed." + }, + { + "ids": "2033", + "examine": "It's open." + }, + { + "ids": "2034", + "examine": "It's closed." + }, + { + "ids": "2035", + "examine": "It's open." + }, + { + "ids": "2036", + "examine": "It's closed." + }, + { + "ids": "2037", + "examine": "It's open." + }, + { + "ids": "2038", + "examine": "I've met less intelligent conversationalists." + }, + { + "ids": "2039,2040,2041,2042", + "examine": "It's closed." + }, + { + "ids": "2043", + "examine": "Something's bubbling away in it." + }, + { + "ids": "2044,2045,2046,2047", + "examine": "Like an animal dinner table." + }, + { + "ids": "2048,2049", + "examine": "It's a door." + }, + { + "ids": "2050,2051,2052,2053", + "examine": "A wooden gate." + }, + { + "ids": "2054,2055", + "examine": "It's a door." + }, + { + "ids": "2056", + "examine": "It's closed." + }, + { + "ids": "2057", + "examine": "It's open." + }, + { + "ids": "2058,2059,2060,2061,2062", + "examine": "It's closed." + }, + { + "ids": "2063", + "examine": "It's open." + }, + { + "ids": "2064", + "examine": "For storage." + }, + { + "ids": "2065", + "examine": "Used for climbing." + }, + { + "ids": "2066", + "examine": "A wall." + }, + { + "ids": "2067", + "examine": "A watchtower." + }, + { + "ids": "2068", + "examine": "A fence." + }, + { + "ids": "2069,2070", + "examine": "A closed door." + }, + { + "ids": "2071,2072", + "examine": "Used for storage." + }, + { + "ids": "2073,2074,2075,2076,2077,2078", + "examine": "Grows weird yellow fruit." + }, + { + "ids": "2079,2080", + "examine": "I wonder what's inside?" + }, + { + "ids": "2081,2082,2083,2084,2085,2086,2087,2088", + "examine": "Handy for boarding boats." + }, + { + "ids": "2089", + "examine": "Ornamental." + }, + { + "ids": "2090,2091,2092,2093,2094,2095,2096,2097,2098,2099,2100,2101,2102,2103,2104,2105,2106,2107,2108,2109,2110,2111", + "examine": "A rocky outcrop." + }, + { + "ids": "2112", + "examine": "The door is closed." + }, + { + "ids": "2113", + "examine": "I can climb down this." + }, + { + "ids": "2114", + "examine": "This transports coal!" + }, + { + "ids": "2115", + "examine": "The left hand side of the gate." + }, + { + "ids": "2116", + "examine": "The right hand side of the gate." + }, + { + "ids": "2117", + "examine": "It's an old wall." + }, + { + "ids": "2118", + "examine": "Lots of water swirling around" + }, + { + "ids": "2119,2120,2121,2122,2123,2124,2125,2126,2127,2128,2129,2130,2131,2132,2133,2134,2135,2136,2137,2138,2139,2140", + "examine": "A rocky outcrop." + }, + { + "ids": "2141", + "examine": "An open chest." + }, + { + "ids": "2142", + "examine": "An eerie glow permeates the cauldron." + }, + { + "ids": "2143,2144", + "examine": "Looks secure." + }, + { + "ids": "2145,2146", + "examine": "Ooooh! Spooky!" + }, + { + "ids": "2147", + "examine": "Going down?" + }, + { + "ids": "2148", + "examine": "Going up?" + }, + { + "ids": "2149", + "examine": "An imposing stone structure." + }, + { + "ids": "2150,2151,2152,2153", + "examine": "A column of elemental power." + }, + { + "ids": "2154,2155", + "examine": "A wrought iron gate." + }, + { + "ids": "2156,2157,2158", + "examine": "A magical portal of teleportation." + }, + { + "ids": "2159,2160,2161", + "examine": "It's a floating barrel." + }, + { + "ids": "2162,2163,2164,2165,2166", + "examine": "Smells like fish." + }, + { + "ids": "2167", + "examine": "Water is pouring in through the hole." + }, + { + "ids": "2168", + "examine": "A patch of swamp tar has bunged up the hole." + }, + { + "ids": "2169,2170,2171", + "examine": "There's a strong wind whipping up the sea." + }, + { + "ids": "2172,2173", + "examine": "A huge net to catch little fish." + }, + { + "ids": "2174", + "examine": "The upper deck can be accessed with this ladder." + }, + { + "ids": "2175", + "examine": "Back down to the main deck." + }, + { + "ids": "2176,2177", + "examine": "This old trawler has seen better days." + }, + { + "ids": "2178,2179", + "examine": "Handy for boarding boats." + }, + { + "ids": "2180,2181", + "examine": "It's a war machine." + }, + { + "ids": "2182", + "examine": "It can't hurt to just have a look, can it?" + }, + { + "ids": "2183", + "examine": "I wonder what is inside..." + }, + { + "ids": "2184", + "examine": "The door is closed." + }, + { + "ids": "2185", + "examine": "This wall has seen better days." + }, + { + "ids": "2186", + "examine": "Hmmm... I wonder if it's loose enough to get through." + }, + { + "ids": "2187", + "examine": "I can climb down this ladder." + }, + { + "ids": "2188,2189", + "examine": "I can climb up this ladder." + }, + { + "ids": "2190", + "examine": "I can climb down this ladder." + }, + { + "ids": "2191,2192,2193", + "examine": "I wonder what's inside?" + }, + { + "ids": "2194,2195,2196", + "examine": "Perhaps I should search it." + }, + { + "ids": "2197", + "examine": "I wonder what's inside?" + }, + { + "ids": "2198", + "examine": "Perhaps I should search it." + }, + { + "ids": "2199,2200,2201,2202,2203,2204,2205,2206,2207,2208,2209", + "examine": "An old gate for locking up undesirables." + }, + { + "ids": "2210", + "examine": "Looking through it makes far off things look closer!" + }, + { + "ids": "2211", + "examine": "A weathered old gravestone." + }, + { + "ids": "2212", + "examine": "It's a sack!" + }, + { + "ids": "2213", + "examine": "The bank teller will serve you from here." + }, + { + "ids": "2214", + "examine": "This booth is for private customers only." + }, + { + "ids": "2215", + "examine": "This booth is closed." + }, + { + "ids": "2216", + "examine": "This looks like it's being used to block entrance to the village." + }, + { + "ids": "2217", + "examine": "Something seems to be buried under this." + }, + { + "ids": "2218,2219", + "examine": "A narrow fissure in the ground." + }, + { + "ids": "2220", + "examine": "A pile of rubble." + }, + { + "ids": "2221", + "examine": "A stone with some carvings on it." + }, + { + "ids": "2222", + "examine": "A pile of loose rocks." + }, + { + "ids": "2223", + "examine": "Probably nothing useful in these." + }, + { + "ids": "2224", + "examine": "A rotten and barely standing set of gallows." + }, + { + "ids": "2225", + "examine": "Wet rocks, it looks like you might be able to climb them." + }, + { + "ids": "2226", + "examine": "This table has seen better days." + }, + { + "ids": "2227,2228", + "examine": "A crudely constructed raft." + }, + { + "ids": "2229", + "examine": "A statue to mark Tai Bwo Wannai sacred grounds." + }, + { + "ids": "2230", + "examine": "A sturdy cart for travelling in." + }, + { + "ids": "2231,2232,2233", + "examine": "A rocky outcrop." + }, + { + "ids": "2234", + "examine": "Rocks that have been stacked at regular intervals." + }, + { + "ids": "2235", + "examine": "An ancient construct for supporting the bones of the deceased." + }, + { + "ids": "2236", + "examine": "I can climb the rocky outcrop." + }, + { + "ids": "2237", + "examine": "An exotic looking tree." + }, + { + "ids": "2238,2239", + "examine": "Large doors set into the hillside." + }, + { + "ids": "2240,2241", + "examine": "These doors must have been hidden here for years." + }, + { + "ids": "2242,2243", + "examine": "Perhaps you should give them a push." + }, + { + "ids": "2244", + "examine": "Commonly found in these parts." + }, + { + "ids": "2245", + "examine": "A leafy fern." + }, + { + "ids": "2246,2247,2248,2249,2250,2251,2252", + "examine": "Large carved tomb doors, they look terrifying." + }, + { + "ids": "2253,2254", + "examine": "Perhaps you should give them a push." + }, + { + "ids": "2255,2256", + "examine": "An ancient metal gate, but still pretty secure." + }, + { + "ids": "2257", + "examine": "A rocky outcrop." + }, + { + "ids": "2258", + "examine": "An ancient construct for supporting the bones of the deceased." + }, + { + "ids": "2259,2260,2261,2262,2263,2264", + "examine": "The gate is closed." + }, + { + "ids": "2265", + "examine": "A sturdy cart for travelling in." + }, + { + "ids": "2266,2267", + "examine": "The door is closed." + }, + { + "ids": "2268", + "examine": "This leads up to the sleeping area." + }, + { + "ids": "2269", + "examine": "This leads downwards." + }, + { + "ids": "2270", + "examine": "A jungle plant." + }, + { + "ids": "2271", + "examine": "I wonder what's inside?" + }, + { + "ids": "2272", + "examine": "It's open." + }, + { + "ids": "2273,2274", + "examine": "An odd-looking rock with a rope tied to it." + }, + { + "ids": "2275,2276,2277,2278", + "examine": "An odd-looking rock formation." + }, + { + "ids": "2279,2280,2281", + "examine": "Holds the rope up. Hopefuly." + }, + { + "ids": "2282,2283", + "examine": "Use this to swing over crevices." + }, + { + "ids": "2284,2285,2286", + "examine": "This must be climbed over." + }, + { + "ids": "2287,2288", + "examine": "A pipe I can squeeze through." + }, + { + "ids": "2289", + "examine": "It's hollow..." + }, + { + "ids": "2290,2291,2292,2293", + "examine": "A pipe I can squeeze through." + }, + { + "ids": "2294,2295,2296,2297", + "examine": "A slippery log I can walk across." + }, + { + "ids": "2298,2299,2300", + "examine": "The irregular surface can be climbed." + }, + { + "ids": "2301,2302", + "examine": "Tread carefully!" + }, + { + "ids": "2303", + "examine": "I can just about edge across here." + }, + { + "ids": "2304,2305,2306", + "examine": "Pointy!" + }, + { + "ids": "2307,2308", + "examine": "A wrought iron gate." + }, + { + "ids": "2309", + "examine": "Solid bars of iron." + }, + { + "ids": "2310", + "examine": "This tree has been cut down." + }, + { + "ids": "2311", + "examine": "I can jump from this stepping stone." + }, + { + "ids": "2312", + "examine": "I can balance on this rope." + }, + { + "ids": "2313", + "examine": "I can climb up this." + }, + { + "ids": "2314,2315", + "examine": "I can climb down here." + }, + { + "ids": "2316,36776", + "examine": "I can climb up these stairs." + }, + { + "ids": "2317", + "examine": "I can climb up these rocks to another cave." + }, + { + "ids": "2318", + "examine": "I can climb down these rocks to another cave." + }, + { + "ids": "2319,2320,2321", + "examine": "I can traverse these." + }, + { + "ids": "2322,2323,2324", + "examine": "Use this to swing across gaps." + }, + { + "ids": "2325", + "examine": "I can swing on this tree." + }, + { + "ids": "2326", + "examine": "A branch protrudes here." + }, + { + "ids": "2327", + "examine": "This tree has an unusually long branch on it." + }, + { + "ids": "2328,2329,2330,2331", + "examine": "A rocky outcrop." + }, + { + "ids": "2332", + "examine": "A nearly rotten wooden log that crosses the river." + }, + { + "ids": "2333,2334,2335", + "examine": "A rocky outcrop from the running water." + }, + { + "ids": "2336", + "examine": "You can see a cauldron directly below." + }, + { + "ids": "2337", + "examine": "This door is very sturdy looking." + }, + { + "ids": "2338", + "examine": "This door is closed." + }, + { + "ids": "2339,2340", + "examine": "This door is very sturdy looking." + }, + { + "ids": "2341", + "examine": "There is something strange about this wall..." + }, + { + "ids": "2342", + "examine": "Looks like a ventilation grill." + }, + { + "ids": "2343,2344,2345,2346,2347,2348,2349", + "examine": "A large stone block." + }, + { + "ids": "2350,2351", + "examine": "Used to move earth to, and from, the dig shaft." + }, + { + "ids": "2352,2353", + "examine": "This leads back up the dig shaft." + }, + { + "ids": "2354,2355,2356", + "examine": "Yep, they're sacks!" + }, + { + "ids": "2357,2358", + "examine": "A leafy bush." + }, + { + "ids": "2359", + "examine": "A sealed barrel with a warning sign on it." + }, + { + "ids": "2360", + "examine": "I wonder what's inside..." + }, + { + "ids": "2361", + "examine": "A sturdy chest to keep things in." + }, + { + "ids": "2362", + "examine": "A large stone block." + }, + { + "ids": "2363", + "examine": "A place where you can pan for gold." + }, + { + "ids": "2364,2365", + "examine": "A wooden container." + }, + { + "ids": "2366,2367,2368,2369,2370,2371", + "examine": "A signpost!" + }, + { + "ids": "2372", + "examine": "Shelves filled with interesting books." + }, + { + "ids": "2373,2374", + "examine": "A cupboard." + }, + { + "ids": "2375", + "examine": "Used to keep specimens on." + }, + { + "ids": "2376,2377,2378", + "examine": "Soil" + }, + { + "ids": "2379", + "examine": "Technically a bed." + }, + { + "ids": "2380", + "examine": "I wonder what's inside..." + }, + { + "ids": "2381,2382,2383,2384,2385,2386,2387,2388,2389,2390", + "examine": "Swampy dirt." + }, + { + "ids": "2391,2392", + "examine": "A very solid looking gate." + }, + { + "ids": "2393", + "examine": "Aim for the goal!" + }, + { + "ids": "2394,2395", + "examine": "A gate to the Gnomeball pitch." + }, + { + "ids": "2396", + "examine": "Distinctly feminine." + }, + { + "ids": "2397,2398,2399", + "examine": "A solid looking door." + }, + { + "ids": "2400,2401", + "examine": "Might be worth searching." + }, + { + "ids": "2402", + "examine": "A good source of books!" + }, + { + "ids": "2403,2404", + "examine": "Might be worth searching." + }, + { + "ids": "2405", + "examine": "I can climb this." + }, + { + "ids": "2406,2407", + "examine": "The door is closed." + }, + { + "ids": "2408", + "examine": "I can climb down this." + }, + { + "ids": "2409", + "examine": "A commonly found tree." + }, + { + "ids": "2410", + "examine": "I can climb this." + }, + { + "ids": "2411", + "examine": "The door is closed." + }, + { + "ids": "2412,2413,2414,2415", + "examine": "Handy for boarding the ship." + }, + { + "ids": "2416", + "examine": "Pull me!" + }, + { + "ids": "2417,2418,2419,2420", + "examine": "Place party drop items here." + }, + { + "ids": "2421", + "examine": "This lever is down." + }, + { + "ids": "2422", + "examine": "This lever is up." + }, + { + "ids": "2423", + "examine": "This lever is down." + }, + { + "ids": "2424", + "examine": "This lever is up." + }, + { + "ids": "2425", + "examine": "This lever is down." + }, + { + "ids": "2426", + "examine": "This lever is up." + }, + { + "ids": "2427,2428,2429,2430,2431", + "examine": "This door is closed by an unknown mechanism." + }, + { + "ids": "2432,2433", + "examine": "This gate is closed shut." + }, + { + "ids": "2434,2435", + "examine": "This may be worth opening." + }, + { + "ids": "2436,2437", + "examine": "I wonder what's inside." + }, + { + "ids": "2438,2439", + "examine": "A wooden gate." + }, + { + "ids": "2440,2441,2442,2443", + "examine": "Wonder what this pillar is for?" + }, + { + "ids": "2444,2445", + "examine": "I wonder what's under it?" + }, + { + "ids": "2446", + "examine": "This leads to somewhere...but where?" + }, + { + "ids": "2447,2448", + "examine": "I reckon I could climb that!" + }, + { + "ids": "2449,2450", + "examine": "Some magical rocks." + }, + { + "ids": "2451,2452,2453,2454,2455,2456,2457,2458,2459,2460,2461,2462,2463,2464", + "examine": "There's something behind these roots." + }, + { + "ids": "2465,2466,2467,2468,2469,2470,2471,2472,2473,2474,2475,2476,2477", + "examine": "A portal from this mystical place." + }, + { + "ids": "2478,2479,2480,2481,2482,2483,2484,2485,2486,2487,2488,2489,2490", + "examine": "A mysterious power emanates from this shrine." + }, + { + "ids": "2491", + "examine": "The source of all Rune Stones." + }, + { + "ids": "2492", + "examine": "A portal from this mystical place." + }, + { + "ids": "2493,2494,2495,2496", + "examine": "A part of an old temple." + }, + { + "ids": "2497,2498,2499,2500,2501,2502", + "examine": "Unusual energy is gathered here." + }, + { + "ids": "2503,2504,2505,2506,2507", + "examine": "An old crumbled pillar." + }, + { + "ids": "2508,2509,2510", + "examine": "Broken parts of an old temple." + }, + { + "ids": "2511", + "examine": "This leads to the practice tower." + }, + { + "ids": "2512", + "examine": "This leads back down to the guild." + }, + { + "ids": "2513", + "examine": "I wonder if I can hit a bullseye?" + }, + { + "ids": "2514", + "examine": "The door to the Ranging Guild." + }, + { + "ids": "2515", + "examine": "I hope it doesn't sink." + }, + { + "ids": "2516", + "examine": "It's sinking!" + }, + { + "ids": "2517", + "examine": "Going up?" + }, + { + "ids": "2518", + "examine": "Typical shoddy workmanship." + }, + { + "ids": "2519", + "examine": "Crates of packed fish." + }, + { + "ids": "2520,2521", + "examine": "It's used for loading and unloading fishing boats." + }, + { + "ids": "2522,2523", + "examine": "It's a flight of stairs." + }, + { + "ids": "2524", + "examine": "I wonder what's inside?" + }, + { + "ids": "2525", + "examine": "It's open." + }, + { + "ids": "2526,2527", + "examine": "The door of a small prison." + }, + { + "ids": "2528", + "examine": "The door is closed." + }, + { + "ids": "2529", + "examine": "A door." + }, + { + "ids": "2530", + "examine": "Used for storage." + }, + { + "ids": "2531,2532", + "examine": "Looks like someone's tried digging here." + }, + { + "ids": "2533", + "examine": "A pile of what is hopefully mud." + }, + { + "ids": "2534", + "examine": "There's black cross on the door." + }, + { + "ids": "2535", + "examine": "The door is closed." + }, + { + "ids": "2536", + "examine": "A door." + }, + { + "ids": "2537", + "examine": "The door is closed." + }, + { + "ids": "2538", + "examine": "A door." + }, + { + "ids": "2539,2540", + "examine": "A flight of stairs." + }, + { + "ids": "2541,2542", + "examine": "An outlet to the sewer." + }, + { + "ids": "2543", + "examine": "There's a cover over this manhole." + }, + { + "ids": "2544", + "examine": "How dangerous, someone has left this manhole open." + }, + { + "ids": "2545", + "examine": "This is supposed to stop people falling down the manhole." + }, + { + "ids": "2546,2547,2548,2549", + "examine": "A door." + }, + { + "ids": "2550,2551", + "examine": "A secure door." + }, + { + "ids": "2552,2553", + "examine": "A metal gate bars your way." + }, + { + "ids": "2554,2555,2556,2557,2558,2559", + "examine": "A secure door." + }, + { + "ids": "2560", + "examine": "Fine silk woven by experts." + }, + { + "ids": "2561", + "examine": "This stall smells great." + }, + { + "ids": "2562", + "examine": "Precious stones from around the world." + }, + { + "ids": "2563", + "examine": "All manner of animal clothing." + }, + { + "ids": "2564", + "examine": "Spices to tingle your taste buds." + }, + { + "ids": "2565", + "examine": "Fine silver items are for sale here." + }, + { + "ids": "2566,2567,2568,2569,2570,2571,2572,2573,2574", + "examine": "I wonder what's inside it." + }, + { + "ids": "2575,2576", + "examine": "A marshy jungle vine." + }, + { + "ids": "2577", + "examine": "A tall palm tree with some plants growing at its stem." + }, + { + "ids": "2578", + "examine": "A tall palm tree." + }, + { + "ids": "2579", + "examine": "The burnt ground has a plant growing on it." + }, + { + "ids": "2580", + "examine": "The ground has been burnt here by a fire." + }, + { + "ids": "2581", + "examine": "A rock with green moss growing on it." + }, + { + "ids": "2582", + "examine": "A rock, it looks like something was growing here." + }, + { + "ids": "2583", + "examine": "It looks as if it is covered in some fungus." + }, + { + "ids": "2584", + "examine": "A collection of rocks over what looks like a depression." + }, + { + "ids": "2585", + "examine": "Rocky walls, you may be able to climb it." + }, + { + "ids": "2586", + "examine": "It's closed." + }, + { + "ids": "2587", + "examine": "I wonder what's inside?" + }, + { + "ids": "2588", + "examine": "It's open." + }, + { + "ids": "2589", + "examine": "This ship's not getting far with that." + }, + { + "ids": "2590,2591", + "examine": "Takes me into the ship." + }, + { + "ids": "2592", + "examine": "Takes me back on deck." + }, + { + "ids": "2593,2594", + "examine": "Handy for boarding the ship." + }, + { + "ids": "2595", + "examine": "It's closed." + }, + { + "ids": "2596", + "examine": "A blood-red door." + }, + { + "ids": "2597", + "examine": "A lurid orange door." + }, + { + "ids": "2598", + "examine": "A sickly yellow door." + }, + { + "ids": "2599", + "examine": "A gloomy blue door." + }, + { + "ids": "2600", + "examine": "A groovy magenta door." + }, + { + "ids": "2601", + "examine": "A putrid green door." + }, + { + "ids": "2602", + "examine": "Probably the nicest door in this ghastly place." + }, + { + "ids": "2603", + "examine": "It's closed." + }, + { + "ids": "2604", + "examine": "It's open." + }, + { + "ids": "2605", + "examine": "It's a ladder." + }, + { + "ids": "2606", + "examine": "There is something strange about this wall..." + }, + { + "ids": "2607,2608", + "examine": "It's closed." + }, + { + "ids": "2609", + "examine": "A collection of rocks over what looks like a depression." + }, + { + "ids": "2610", + "examine": "A rope hangs here that I can climb." + }, + { + "ids": "2611", + "examine": "It's a ladder." + }, + { + "ids": "2612", + "examine": "Wonder what's in here..." + }, + { + "ids": "2613", + "examine": "Smells kind of funny..." + }, + { + "ids": "2614", + "examine": "Spooky!" + }, + { + "ids": "2615", + "examine": "Looks comfortable..." + }, + { + "ids": "2616", + "examine": "Looks spooky..." + }, + { + "ids": "2617", + "examine": "Phew, an exit!" + }, + { + "ids": "2618", + "examine": "The fence is broken at this point." + }, + { + "ids": "2619", + "examine": "A wooden barrel for storage." + }, + { + "ids": "2620", + "examine": "An old crate for storage." + }, + { + "ids": "2621,2622", + "examine": "It's a door." + }, + { + "ids": "2623", + "examine": "It's a gate." + }, + { + "ids": "2624,2625", + "examine": "The entrance to the Hero's Guild." + }, + { + "ids": "2626,2627,2628", + "examine": "It's a door." + }, + { + "ids": "2629", + "examine": "There is something unusual about this wall..." + }, + { + "ids": "2630", + "examine": "I can see eels swimming in the lava." + }, + { + "ids": "2631", + "examine": "It's a door." + }, + { + "ids": "2632", + "examine": "I wonder what's inside?" + }, + { + "ids": "2633", + "examine": "It's open." + }, + { + "ids": "2634", + "examine": "Rocks that contain nothing interesting, but block the way." + }, + { + "ids": "2635", + "examine": "I wonder what's inside?" + }, + { + "ids": "2636,2637", + "examine": "It's open." + }, + { + "ids": "2638,2639", + "examine": "A source of pure water." + }, + { + "ids": "2640", + "examine": "A shrine for the faithful to worship at." + }, + { + "ids": "2641", + "examine": "I can climb this." + }, + { + "ids": "2642", + "examine": "Used for fashioning clay items." + }, + { + "ids": "2643", + "examine": "Bake your clay items in here." + }, + { + "ids": "2644", + "examine": "Used for spinning thread." + }, + { + "ids": "2645", + "examine": "A tray of sand." + }, + { + "ids": "2646", + "examine": "A plant cultivated for fibres." + }, + { + "ids": "2647,2648,2649", + "examine": "The door to the Crafting Guild." + }, + { + "ids": "2650", + "examine": "A pile of smelly rotting waste." + }, + { + "ids": "2651", + "examine": "A sturdy home for bees." + }, + { + "ids": "2652", + "examine": "Looks like this is where waste from the kitchen comes out." + }, + { + "ids": "2653", + "examine": "It looks like a spiders' nest to me." + }, + { + "ids": "2654", + "examine": "This fountain suits the garden." + }, + { + "ids": "2655", + "examine": "It's the Sinclair Family coat of arms." + }, + { + "ids": "2656", + "examine": "Looks like this is where Anna keeps her stuff." + }, + { + "ids": "2657", + "examine": "Looks like this is where Bob keeps his stuff." + }, + { + "ids": "2658", + "examine": "Looks like this is where Carol keeps her stuff." + }, + { + "ids": "2659", + "examine": "Looks like this is where David keeps his stuff." + }, + { + "ids": "2660", + "examine": "Looks like this is where Elizabeth keeps her stuff." + }, + { + "ids": "2661", + "examine": "Looks like this is where Frank keeps his stuff." + }, + { + "ids": "2662", + "examine": "Looks like this is where the cook stores flour." + }, + { + "ids": "2663", + "examine": "Some sacks of general garden items." + }, + { + "ids": "2664,2665", + "examine": "Luckily it seems able to keep that vicious dog inside." + }, + { + "ids": "2666", + "examine": "Looks like the killer smashed this to leave the mansion." + }, + { + "ids": "2667", + "examine": "Slaves are using this to pull up barrels of rocks from down below." + }, + { + "ids": "2668,2669", + "examine": "Slaves are placing barrels on this to haul them to the surface." + }, + { + "ids": "2670", + "examine": "A succulent cactus." + }, + { + "ids": "2671", + "examine": "A less-than-succulent succulent." + }, + { + "ids": "2672", + "examine": "I can try to make new items on this." + }, + { + "ids": "2673,2674", + "examine": "A solid looking gate." + }, + { + "ids": "2675,2676", + "examine": "Large doors made of solid oak." + }, + { + "ids": "2677", + "examine": "A solid looking chest, it belongs to Captain Siad." + }, + { + "ids": "2678", + "examine": "A selection of Captain Siad's Books." + }, + { + "ids": "2679", + "examine": "A sturdy looking desk on which the Captain works." + }, + { + "ids": "2680", + "examine": "A barrel containing rocks and mining debris." + }, + { + "ids": "2681", + "examine": "An empty mining barrel." + }, + { + "ids": "2682", + "examine": "The cart which takes barrels of rocks from the mining encampment to Al-Kharid." + }, + { + "ids": "2683", + "examine": "Gives a lovely view of the desert, complete with metalic bars." + }, + { + "ids": "2684", + "examine": "It seems to be used for moving rocks into and out of this area." + }, + { + "ids": "2685,2686,2687,2688", + "examine": "A solid looking gate." + }, + { + "ids": "2689", + "examine": "There's no getting around it, it's a fairly sturdy prison cell door." + }, + { + "ids": "2690,2691", + "examine": "Large solid, thick set oak doors" + }, + { + "ids": "2692", + "examine": "It looks fairly sturdy." + }, + { + "ids": "2693", + "examine": "This is used by Shantay and his men to take items to the bank on your behalf." + }, + { + "ids": "2694,2695,2696,2697", + "examine": "A rocky rock." + }, + { + "ids": "2698,2699", + "examine": "A cave which has been mined out." + }, + { + "ids": "2700,2701", + "examine": "The entrance to the tent." + }, + { + "ids": "2702,2703", + "examine": "Tracks in the sand." + }, + { + "ids": "2704", + "examine": "Rocky!" + }, + { + "ids": "2705", + "examine": "It's a door." + }, + { + "ids": "2706", + "examine": "A nicely fitted door." + }, + { + "ids": "2707,2708", + "examine": "A wooden crate for storage." + }, + { + "ids": "2709", + "examine": "I wonder what's inside?" + }, + { + "ids": "2710", + "examine": "It's open." + }, + { + "ids": "2711", + "examine": "It's a flight of stairs." + }, + { + "ids": "2712", + "examine": "The door is closed." + }, + { + "ids": "2713,2714,2715,2716,2717", + "examine": "Grain goes in here." + }, + { + "ids": "2718,2719,2720,2721,2722", + "examine": "These control the flow of grain from the hopper to the millstones." + }, + { + "ids": "2723", + "examine": "A spicy meat kebab is cooking here." + }, + { + "ids": "2724", + "examine": "A fire burns brightly here." + }, + { + "ids": "2725,2726", + "examine": "A grand old fireplace." + }, + { + "ids": "2727", + "examine": "Something is cooking nicely here." + }, + { + "ids": "2728,2729,2730,2731", + "examine": "Ideal for cooking on." + }, + { + "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": "Hot!" + }, + { + "ids": "2781", + "examine": "A hot place for forging things in." + }, + { + "ids": "2782", + "examine": "It says \"Property of Doric the dwarf.\" on the side." + }, + { + "ids": "2783", + "examine": "Used for fashioning metal items." + }, + { + "ids": "2784", + "examine": "Various implements for working with metal." + }, + { + "ids": "2785", + "examine": "A hot place for forging things in." + }, + { + "ids": "2786,2787,2788,2789", + "examine": "An entrance to Gu'Tanoth." + }, + { + "ids": "2790", + "examine": "I wonder what's inside it." + }, + { + "ids": "2791,2792", + "examine": "A counter made from a stone block." + }, + { + "ids": "2793", + "examine": "An ogre is selling cakes here." + }, + { + "ids": "2794,2795", + "examine": "A lever for activating something." + }, + { + "ids": "2796", + "examine": "This leads to the watchtower." + }, + { + "ids": "2797", + "examine": "This leads downwards." + }, + { + "ids": "2798,2799,2800,2801,2802,2803", + "examine": "A leafy bush." + }, + { + "ids": "2804,2805,2806,2807,2808,2809,2810,2811", + "examine": "I think I can squeeze through here..." + }, + { + "ids": "2812", + "examine": "This leads downwards." + }, + { + "ids": "2813", + "examine": "I think I can squeeze through here..." + }, + { + "ids": "2814,2815", + "examine": "The gate has been locked shut." + }, + { + "ids": "2816", + "examine": "A strange looking rock..." + }, + { + "ids": "2817,2818,2819,2820,2821,2822", + "examine": "I think I can get out here..." + }, + { + "ids": "2823", + "examine": "A hole." + }, + { + "ids": "2824", + "examine": "A hole" + }, + { + "ids": "2825", + "examine": "I hope this leads the way out." + }, + { + "ids": "2826,2827,2828,2829", + "examine": "I wonder what's inside it?" + }, + { + "ids": "2830,2831", + "examine": "You can probably jump over from here." + }, + { + "ids": "2832", + "examine": "A low wall is blocking your path." + }, + { + "ids": "2833", + "examine": "This goes up!" + }, + { + "ids": "2834", + "examine": "A low wall is blocking your path." + }, + { + "ids": "2835,2836,2837,2838,2839,2840,2841", + "examine": "Looks hard." + }, + { + "ids": "2842", + "examine": "It has a special magical quality." + }, + { + "ids": "2843", + "examine": "This drain leads from the sink to the sewers below." + }, + { + "ids": "2844,2845,2846,2847,2848", + "examine": "This looks like it can be turned." + }, + { + "ids": "2849", + "examine": "A rudimentary type of boat." + }, + { + "ids": "2850", + "examine": "It's closed." + }, + { + "ids": "2851", + "examine": "It's open." + }, + { + "ids": "2852", + "examine": "I can probably squeeze my way inside there." + }, + { + "ids": "2853", + "examine": "It's a flight of stairs." + }, + { + "ids": "2854,2855", + "examine": "Made of wood." + }, + { + "ids": "2856", + "examine": "I wonder what's inside?" + }, + { + "ids": "2857", + "examine": "It's open." + }, + { + "ids": "2858", + "examine": "Used for storage." + }, + { + "ids": "2859", + "examine": "A hot range, where some soup is bubbling nicely." + }, + { + "ids": "2860", + "examine": "Very ominous." + }, + { + "ids": "2861,2862", + "examine": "It's a door." + }, + { + "ids": "2863", + "examine": "The door is closed." + }, + { + "ids": "2864", + "examine": "A water feature." + }, + { + "ids": "2865,2866", + "examine": "It's a gate." + }, + { + "ids": "2867", + "examine": "Very decorative!" + }, + { + "ids": "2868,2869", + "examine": "It's a cupboard." + }, + { + "ids": "2870", + "examine": "The mouse equivalent of a door." + }, + { + "ids": "2871", + "examine": "I can climb down this." + }, + { + "ids": "2872", + "examine": "I can climb this." + }, + { + "ids": "2873", + "examine": "What a good likeness!" + }, + { + "ids": "2874", + "examine": "A depiction that chills one to the bone." + }, + { + "ids": "2875", + "examine": "I wonder how accurate a representation this is." + }, + { + "ids": "2876", + "examine": "A counter made from a stone block." + }, + { + "ids": "2877", + "examine": "A barrel full of staffs..." + }, + { + "ids": "2878,2879", + "examine": "Patterns of light dance hypnotically across the pool's surface." + }, + { + "ids": "2880", + "examine": "There seems to be some sort of magical field here." + }, + { + "ids": "2881", + "examine": "It's closed." + }, + { + "ids": "2882,2883", + "examine": "The toll gate from Lumbridge to Al-Kharid." + }, + { + "ids": "2884", + "examine": "I can climb this." + }, + { + "ids": "2885", + "examine": "An antique by anyone's standards." + }, + { + "ids": "2886", + "examine": "An antique by anyone's standards, however, it might have something interesting in it." + }, + { + "ids": "2887", + "examine": "Looks good for logging." + }, + { + "ids": "2888", + "examine": "A leafy jungle palm, dense foliage." + }, + { + "ids": "2889", + "examine": "Home to many unusual creatures." + }, + { + "ids": "2890", + "examine": "A leafy tree." + }, + { + "ids": "2891", + "examine": "This tree has been cut down." + }, + { + "ids": "2892,2893", + "examine": "A jungle bush, quite common to these areas." + }, + { + "ids": "2894,2895", + "examine": "A jungle bush that has been chopped down." + }, + { + "ids": "2896,2897,2898,2899", + "examine": "A door to the Legends Guild." + }, + { + "ids": "2900,2901", + "examine": "Looks slippery!" + }, + { + "ids": "2902", + "examine": "Stoney!" + }, + { + "ids": "2903,2904", + "examine": "A rather shadowy cavern entrance." + }, + { + "ids": "2905", + "examine": "An old crate for storage." + }, + { + "ids": "2906", + "examine": "Useful for putting things on." + }, + { + "ids": "2907", + "examine": "I guess I could sleep in it if I was really tired." + }, + { + "ids": "2908,2909", + "examine": "A wall of magic fire." + }, + { + "ids": "2910", + "examine": "Rickety bamboo tables that are lashed together to make a desk." + }, + { + "ids": "2911", + "examine": "Bamboo storage!" + }, + { + "ids": "2912,2913,2914,2915", + "examine": "This gate has a horribly complex locking mechanism." + }, + { + "ids": "2916,2917", + "examine": "A dark cave entrance leading to the surface." + }, + { + "ids": "2918", + "examine": "A large crack in the wall." + }, + { + "ids": "2919,2920,2921", + "examine": "A huge lump of rock." + }, + { + "ids": "2922,2923,2924,2925", + "examine": "A heavily constructed, cast-iron, ancient gateway." + }, + { + "ids": "2926", + "examine": "A high wall made up of rocks with sharp edges." + }, + { + "ids": "2927", + "examine": "It looks like ancient graffiti." + }, + { + "ids": "2928", + "examine": "An ornately carved rock with a pointed receptacle." + }, + { + "ids": "2929", + "examine": "A half buried skeleton, probably dwarven remains." + }, + { + "ids": "2930", + "examine": "A huge, strangely constructed doorway, not sure how this opens." + }, + { + "ids": "2931", + "examine": "It looks like a magical portal of some kind, who knows where it leads?" + }, + { + "ids": "2932,2933", + "examine": "Strangely, there's a locked barrel here, I wonder what's inside." + }, + { + "ids": "2934", + "examine": "A large scaffold platform most likely used for lifting and lowering heavy items." + }, + { + "ids": "2935", + "examine": "Used to move earth to, and from, the dig shaft. A rope has been thrown over it." + }, + { + "ids": "2936,2937,2938,2939", + "examine": "A sculpted trunk of wood." + }, + { + "ids": "2940", + "examine": "A wonderfully dressed table." + }, + { + "ids": "2941", + "examine": "Sparkling sacred water straight from the source." + }, + { + "ids": "2942", + "examine": "A sparkling, babbling flow of water from an underground source." + }, + { + "ids": "2943", + "examine": "Disgusting filthy quagmire that oozes from the ground." + }, + { + "ids": "2944", + "examine": "Found near the water's edge." + }, + { + "ids": "2945", + "examine": "A baby Yommi tree, it has a mystical aura." + }, + { + "ids": "2946", + "examine": "An adolescent-looking Yommi tree, it has a mystical aura." + }, + { + "ids": "2947", + "examine": "A dead Yommi tree sapling, you'll need a tough axe to remove this." + }, + { + "ids": "2948", + "examine": "A fully grown Yommi tree, it won't get much taller than this." + }, + { + "ids": "2949", + "examine": "A dead fully grown Yommi tree, you'll need a tough, sharp axe to remove this." + }, + { + "ids": "2950", + "examine": "A felled adult Yommi tree, perhaps you should trim those branches?" + }, + { + "ids": "2951", + "examine": "A rotten felled Yommi tree, it was left too long in the damp jungle." + }, + { + "ids": "2952", + "examine": "A trimmed Yommi tree log, perfect for sculpting into a totem pole." + }, + { + "ids": "2953", + "examine": "A rotten Yommi tree log, it was left too long in the damp jungle air." + }, + { + "ids": "2954", + "examine": "A beautifully crafted totem pole carved from the trunk of the sacred Yommi tree." + }, + { + "ids": "2955", + "examine": "A rotten totem pole, it was left to rot in the jungle." + }, + { + "ids": "2956", + "examine": "This earth is particularly fertile." + }, + { + "ids": "2957", + "examine": "This earth is damaged by cultivation, time will restore the fertility." + }, + { + "ids": "2958", + "examine": "A rope hangs here." + }, + { + "ids": "2959,2960,2961", + "examine": "A dangerous path onwards." + }, + { + "ids": "2962,2963,2964", + "examine": "Stoney!" + }, + { + "ids": "2965", + "examine": "Looks slippery!" + }, + { + "ids": "2966,2967,2968", + "examine": "A hot place for forging things in." + }, + { + "ids": "2969", + "examine": "It looks like a strangely shaped depression in the rock." + }, + { + "ids": "2970", + "examine": "This recess has a glowing heart shaped crystal in it." + }, + { + "ids": "2971", + "examine": "This looks like some sort of shimmering surface." + }, + { + "ids": "2972,2973,2974", + "examine": "A huge lump of rock." + }, + { + "ids": "2975,2976", + "examine": "This tree is particularly leafy." + }, + { + "ids": "2977", + "examine": "A large pile of sand" + }, + { + "ids": "2978", + "examine": "A medium pile of sand" + }, + { + "ids": "2979", + "examine": "A small pile of sand" + }, + { + "ids": "2980,2981,2982,2983,2984,2985,2986,2987,2988", + "examine": "Some beautiful flowers." + }, + { + "ids": "2989,2990,2991,2992,2993,2994", + "examine": "Known commonly as Red worm vine." + }, + { + "ids": "2995,2996", + "examine": "I wonder what's inside." + }, + { + "ids": "2997", + "examine": "The door is closed." + }, + { + "ids": "2998,2999", + "examine": "The door is open." + }, + { + "ids": "3000,3001,3002,3003,3004,3005,3006,3007,3008,3009,3010,3011,3012,3013", + "examine": "These obviously mean keep out!" + }, + { + "ids": "3014", + "examine": "A nicely fitted door." + }, + { + "ids": "3015,3016", + "examine": "A wooden gate." + }, + { + "ids": "3017,3018,3019", + "examine": "A nicely fitted door." + }, + { + "ids": "3020,3021,3022,3023", + "examine": "A wrought iron gate." + }, + { + "ids": "3024,3025,3026,3027", + "examine": "A closed door." + }, + { + "ids": "3028", + "examine": "I can climb this." + }, + { + "ids": "3029", + "examine": "I can climb down this." + }, + { + "ids": "3030", + "examine": "I can climb this." + }, + { + "ids": "3031", + "examine": "I can climb down this." + }, + { + "ids": "3032", + "examine": "I can see fish swimming in the water." + }, + { + "ids": "3033,3034,3035,3036", + "examine": "One of the most common trees in RuneScape." + }, + { + "ids": "3037", + "examine": "A beautiful old oak." + }, + { + "ids": "3038", + "examine": "Hot!" + }, + { + "ids": "3039", + "examine": "Ideal for cooking on." + }, + { + "ids": "3040", + "examine": "It's closed." + }, + { + "ids": "3041", + "examine": "It's open." + }, + { + "ids": "3042,3043", + "examine": "A rocky outcrop." + }, + { + "ids": "3044", + "examine": "A hot place for forging things in." + }, + { + "ids": "3045", + "examine": "The bank teller will serve you from here." + }, + { + "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": "These obviously mean keep out!" + }, + { + "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": "Lean against the wall to get a better view!" + }, + { + "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": "Flags marking the entrance to the arena." + }, + { + "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": "Beats the operating table." + }, + { + "ids": "3182", + "examine": "Wait here for a nurse." + }, + { + "ids": "3183,3184,3185", + "examine": "Storage for drugs and bandages." + }, + { + "ids": "3186,3187,3188,3189", + "examine": "I don't really want to end up here..." + }, + { + "ids": "3190", + "examine": "These open and close!" + }, + { + "ids": "3191", + "examine": "This may be worth searching." + }, + { + "ids": "3192", + "examine": "You can see the last 50 fights on here." + }, + { + "ids": "3193", + "examine": "Used to store players' items whilst they duel." + }, + { + "ids": "3194", + "examine": "Use for quick access to your bank." + }, + { + "ids": "3195", + "examine": "Smells pretty bad!" + }, + { + "ids": "3196", + "examine": "Not much use for anything except scrap." + }, + { + "ids": "3197,3198", + "examine": "Entrance to the Duel Arena." + }, + { + "ids": "3199,3200,3201,3202", + "examine": "A wooden double bed." + }, + { + "ids": "3203,3204", + "examine": "Access to the duel arena." + }, + { + "ids": "3205", + "examine": "I can climb down this." + }, + { + "ids": "3206,3207,3208", + "examine": "A barrel full of staffs..." + }, + { + "ids": "3209,3210,3211,3212", + "examine": "A strange crack cuts into the wall." + }, + { + "ids": "3213", + "examine": "It looks like I can squeeze through here." + }, + { + "ids": "3214,3215", + "examine": "The easy way out..." + }, + { + "ids": "3216", + "examine": "A pile of mud." + }, + { + "ids": "3217", + "examine": "I can go through here." + }, + { + "ids": "3218,3219", + "examine": "Dark and intimidating." + }, + { + "ids": "3220,3221", + "examine": "That skull's looking at me...." + }, + { + "ids": "3222", + "examine": "I can climb down these." + }, + { + "ids": "3223", + "examine": "I can climb up these." + }, + { + "ids": "3224,3225,3226", + "examine": "I can go through here." + }, + { + "ids": "3227", + "examine": "Best not to get caught!" + }, + { + "ids": "3228,3229", + "examine": "Best avoided." + }, + { + "ids": "3230", + "examine": "Looks suspicious." + }, + { + "ids": "3231", + "examine": "A plank." + }, + { + "ids": "3232", + "examine": "Formed over many years." + }, + { + "ids": "3233", + "examine": "Best avoided." + }, + { + "ids": "3234", + "examine": "Looks suspicious." + }, + { + "ids": "3235", + "examine": "I can open the grill from this side." + }, + { + "ids": "3236,3237", + "examine": "A pipe I can squeeze through." + }, + { + "ids": "3238", + "examine": "Maybe I can cross that." + }, + { + "ids": "3239", + "examine": "It looks like only the guide ropes are holding the bridge up." + }, + { + "ids": "3240", + "examine": "A bridge." + }, + { + "ids": "3241,3242", + "examine": "This lever can be operated." + }, + { + "ids": "3243,3244,3245,3246", + "examine": "The base of a platform." + }, + { + "ids": "3247,3248,3249,3250,3251,3252,3253", + "examine": "A bridge." + }, + { + "ids": "3254,3255,3256", + "examine": "I can't get past that very easily..." + }, + { + "ids": "3257", + "examine": "A platform." + }, + { + "ids": "3258,3259,3260,3261,3262", + "examine": "A bridge." + }, + { + "ids": "3263", + "examine": "This area may not be safe..." + }, + { + "ids": "3264", + "examine": "A well of nastiness." + }, + { + "ids": "3265", + "examine": "I can climb this pile of rocks..." + }, + { + "ids": "3266,3267,3268,3269", + "examine": "Usually used for storing living things..." + }, + { + "ids": "3270", + "examine": "The door is closed." + }, + { + "ids": "3271", + "examine": "The door is open." + }, + { + "ids": "3272,3273,3274,3275", + "examine": "I wonder what's inside." + }, + { + "ids": "3276,3277,3278,3279,3280,3281,3282,3283,3284,3285,3286,3287,3288,3289,3290,3291,3292,3293", + "examine": "A stone bridge." + }, + { + "ids": "3294", + "examine": "A hot place for forging things in." + }, + { + "ids": "3295,3296,3297,3298,3299,3300,3301,3302", + "examine": "It's covered in strange writing." + }, + { + "ids": "3303", + "examine": "You won't be able to lift that." + }, + { + "ids": "3304", + "examine": "A portcullis." + }, + { + "ids": "3305,3306", + "examine": "It doesn't look like water in there..." + }, + { + "ids": "3307", + "examine": "A pile of rocks." + }, + { + "ids": "3308", + "examine": "The boulder has smashed through the cage." + }, + { + "ids": "3309,3310,3311,3312,3313,3314,3315,3316,3317,3318,3319,3320,3321,3322,3323,3324,3325,3326", + "examine": "A deposit of rocks." + }, + { + "ids": "3327", + "examine": "Intimidating!" + }, + { + "ids": "3328,3329,3330,3331", + "examine": "A depiction of a great dwarf miner." + }, + { + "ids": "3332", + "examine": "A temple door." + }, + { + "ids": "3333,3334,3335,3336", + "examine": "A very big door." + }, + { + "ids": "3337", + "examine": "This lever can be operated." + }, + { + "ids": "3338", + "examine": "Why would a log be hung up there?" + }, + { + "ids": "3339", + "examine": "Looks suspicious." + }, + { + "ids": "3340", + "examine": "Looks like the rope is holding the bridge up." + }, + { + "ids": "3341,3342", + "examine": "Looks like the other rope is holding the bridge up." + }, + { + "ids": "3343", + "examine": "A pile of rocks." + }, + { + "ids": "3344,3345,3346,3347", + "examine": "It's got dwarf brew in it." + }, + { + "ids": "3348,3349,3350", + "examine": "Lord Iban's Throne." + }, + { + "ids": "3351,3352", + "examine": "I'm glad I'm on this side of those bars." + }, + { + "ids": "3353,3354,3355,3356,3357,3358", + "examine": "I don't much like the look of that..." + }, + { + "ids": "3359", + "examine": "Well of the damned." + }, + { + "ids": "3360", + "examine": "A wooden crate for storage." + }, + { + "ids": "3361", + "examine": "A magical sphere that glimmers within." + }, + { + "ids": "3362,3363", + "examine": "A window." + }, + { + "ids": "3364", + "examine": "An odd looking rock formation." + }, + { + "ids": "3365", + "examine": "Looks like I can climb these." + }, + { + "ids": "3366", + "examine": "Makes you cry." + }, + { + "ids": "3367,3368,3369,3370", + "examine": "Steel bars that are locked securely." + }, + { + "ids": "3371", + "examine": "An Achey tree stump." + }, + { + "ids": "3372,3373,3374,3375", + "examine": "Useful for ogre dinners." + }, + { + "ids": "3376", + "examine": "An ogre bench, useful for taking all that weight off their legs." + }, + { + "ids": "3377", + "examine": "Hmmm, a rock for a lock...." + }, + { + "ids": "3378", + "examine": "Some stealthy thief must have picked the ogre lock!" + }, + { + "ids": "3379", + "examine": "The entrance to Rantz's cave" + }, + { + "ids": "3380,3381", + "examine": "Exit this way for fresh air and daylight." + }, + { + "ids": "3382,3383,3384,3385,3386,3387,3388", + "examine": "Useful for ogre dinners." + }, + { + "ids": "3389", + "examine": "A good source of books!" + }, + { + "ids": "3390,3391,3392,3393", + "examine": "A strange crack cuts into the wall." + }, + { + "ids": "3394,3395", + "examine": "A wooden crate for storage." + }, + { + "ids": "3396,3397", + "examine": "A pile of boxes for storage." + }, + { + "ids": "3398,3399,3400,3401", + "examine": "A wooden crate for storage." + }, + { + "ids": "3402", + "examine": "Used for fashioning metal items." + }, + { + "ids": "3403", + "examine": "A pile of Elemental rock." + }, + { + "ids": "3404,3405", + "examine": "A valve to start and stop the flow of water." + }, + { + "ids": "3406", + "examine": "This lever can be operated." + }, + { + "ids": "3407,3408", + "examine": "It spins." + }, + { + "ids": "3409", + "examine": "This lever can be operated." + }, + { + "ids": "3410,3411,3412", + "examine": "Big bellows." + }, + { + "ids": "3413", + "examine": "A furnace with an air blast pipe." + }, + { + "ids": "3414", + "examine": "A small trough full of lava." + }, + { + "ids": "3415", + "examine": "I can climb down these stairs." + }, + { + "ids": "3416", + "examine": "I can climb up these stairs." + }, + { + "ids": "3417,3418,3419,3420,3421,3422,3423,3424,3425,3426,3427,3428", + "examine": "This lever can be operated." + }, + { + "ids": "3429,3430", + "examine": "Water powered machinery." + }, + { + "ids": "3431", + "examine": "Stoney!" + }, + { + "ids": "3432", + "examine": "I wonder what's under it?" + }, + { + "ids": "3433,3434,3435,3436,3437,3438,3439", + "examine": "I can see a holy barrier at the bottom." + }, + { + "ids": "3440", + "examine": "They let you walk up them!" + }, + { + "ids": "3441,3442", + "examine": "They let you walk down them!" + }, + { + "ids": "3443", + "examine": "A holy barrier blocking evil forces." + }, + { + "ids": "3444,3445,3446,3447,3448,3449,3450,3451,3452,3453,3454,3455,3456,3457,3458,3459,3460,3461,3462", + "examine": "A sturdy metal gate." + }, + { + "ids": "3463,3464,3465", + "examine": "A hastily constructed yet sturdy prison door." + }, + { + "ids": "3466", + "examine": "Dead animal parts dangling!" + }, + { + "ids": "3467,3468,3469,3470,3471,3472,3473,3474,3475,3476,3477,3478", + "examine": "So how long has this been dead, then?" + }, + { + "ids": "3479", + "examine": "A statue honouring Saradomin." + }, + { + "ids": "3480,3481,3482,3483,3484", + "examine": "An ornately decorated coffin. Something seems to be alive inside." + }, + { + "ids": "3485,3486,3487,3488", + "examine": "An ornately carved well that draws water from the river Salve." + }, + { + "ids": "3489,3490,3491,3492", + "examine": "Sturdy looking door." + }, + { + "ids": "3493,3494,3495,3496,3497,3498,3499", + "examine": "A monument to a fallen priest." + }, + { + "ids": "3500,3501,3502,3503,3504,3505", + "examine": "With skill I can play this." + }, + { + "ids": "3506,3507", + "examine": "A wrought iron gate." + }, + { + "ids": "3508,3509", + "examine": "Not sure if I should sit on that." + }, + { + "ids": "3510,3511", + "examine": "Not sure if that's any use." + }, + { + "ids": "3512,3513", + "examine": "It'll probably die soon." + }, + { + "ids": "3514,3515", + "examine": "Not sure if I should stand under that." + }, + { + "ids": "3516", + "examine": "A dark dank entrance to below.." + }, + { + "ids": "3517,3518,3519", + "examine": "A large tree thriving where trees normally die." + }, + { + "ids": "3520", + "examine": "Special grotto area." + }, + { + "ids": "3521", + "examine": "A grotto transformed into an altar of nature." + }, + { + "ids": "3522", + "examine": "It's a bridge." + }, + { + "ids": "3523,3524", + "examine": "An old bench, probably made from wood in this swamp." + }, + { + "ids": "3525", + "examine": "The door." + }, + { + "ids": "3526", + "examine": "The green door." + }, + { + "ids": "3527,3528,3529,3530,3531,3532,3533,3534,3535,3536,3537,3538,3539,3540,3541,3542,3543,3544,3545", + "examine": "A roughly hewn stone with some sort of symbol on it." + }, + { + "ids": "3546,3547,3548,3549,3550", + "examine": "There is a rope leading to the bottom of this well." + }, + { + "ids": "3551,3552", + "examine": "I can balance on this rope." + }, + { + "ids": "3553,3554,3555,3556,3557,3558", + "examine": "I can balance on this log." + }, + { + "ids": "3559,3560,3561,3562", + "examine": "Tread carefully!" + }, + { + "ids": "3563,3564", + "examine": "Now, I'm the king of the swingers, oh, the jungle VIP." + }, + { + "ids": "3565", + "examine": "It looks like I can clamber over this." + }, + { + "ids": "3566", + "examine": "Use this to swing over to the next platform." + }, + { + "ids": "3567,3568,3569", + "examine": "I might want to avoid this nasty blade." + }, + { + "ids": "3570,3571,3572,3573,3574,3575,3576,3577", + "examine": "Walk the plank! Ya land lubber!" + }, + { + "ids": "3578,3579", + "examine": "It's a small step for a player, a giant leap for player kind." + }, + { + "ids": "3580", + "examine": "Makes sliced human." + }, + { + "ids": "3581", + "examine": "Releases a ticket when the flashing arrow is above it." + }, + { + "ids": "3582", + "examine": "Makes human colanders." + }, + { + "ids": "3583,3584", + "examine": "I can use these to climb across to the other side." + }, + { + "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": "Looks suspiciously like a pressure pad to me." + }, + { + "ids": "3608,3609", + "examine": "Releases a ticket when the flashing arrow is above it." + }, + { + "ids": "3610,3611,3612,3613,3614,3615,3616", + "examine": "I can use this rope to climb back to the top." + }, + { + "ids": "3617", + "examine": "Leads down into the Agility Arena." + }, + { + "ids": "3618,3619,3620,3621,3622,3623,3624,3625", + "examine": "Leads back to Brimhaven." + }, + { + "ids": "3626,3627,3628,3629,3630,3631,3632,3633", + "examine": "It looks very sturdy." + }, + { + "ids": "3634", + "examine": "A shrine of the gods!" + }, + { + "ids": "3635", + "examine": "I wonder what's inside..." + }, + { + "ids": "3636,3637,3638,3639,3640,3641,3642,3643", + "examine": "It looks empty." + }, + { + "ids": "3644,3645,3646,3647,3648,3649,3650,3651,3652,3653,3654,3655,3656,3657,3658,3659,3660,3661", + "examine": "That's really bright!" + }, + { + "ids": "3662,3663,3664", + "examine": "Smells more like \"innocent villager\" stew to me..." + }, + { + "ids": "3665,3666,3667,3668,3669,3670,3671,3672,3673,3674,3675", + "examine": "Troll leftovers..." + }, + { + "ids": "3676,3677,3678", + "examine": "A stone mechanism that unlocks the equipment room." + }, + { + "ids": "3679", + "examine": "A standard of Asgarnia." + }, + { + "ids": "3680", + "examine": "The flag of Asgarnia." + }, + { + "ids": "3681,3682,3683,3684", + "examine": "Town of Burthorpe" + }, + { + "ids": "3685,3686,3687,3688,3689,3690,3691", + "examine": "A pile of boxes for storage." + }, + { + "ids": "3692,3693", + "examine": "Some of the Sherpa's climbing rope." + }, + { + "ids": "3694,3695", + "examine": "Looks like the Imperial Guard's supply of Dual Claws." + }, + { + "ids": "3696", + "examine": "The Imperial Guard's ceremonial armour." + }, + { + "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 barrel full of swords..." + }, + { + "ids": "3722,3723,3724", + "examine": "A rocky outcrop." + }, + { + "ids": "3725,3726,3727,3728,3729", + "examine": "A wooden gate." + }, + { + "ids": "3730,3731,3732,3733,3734", + "examine": "I can climb over the fence with this." + }, + { + "ids": "3735", + "examine": "Looks like a small cave." + }, + { + "ids": "3736,3737,3738,3739,3740", + "examine": "The exit to the outside." + }, + { + "ids": "3741", + "examine": "No solicitors!" + }, + { + "ids": "3742", + "examine": "Danger" + }, + { + "ids": "3743,3744", + "examine": "A sturdy wooden door." + }, + { + "ids": "3745,3746", + "examine": "The door is closed." + }, + { + "ids": "3747", + "examine": "A nicely fitted door." + }, + { + "ids": "3748,3749,3750,3751", + "examine": "A rocky outcrop." + }, + { + "ids": "3752,3753,3754,3755,3756", + "examine": "Unusual energy is gathered here." + }, + { + "ids": "3757", + "examine": "Looks like a small cave." + }, + { + "ids": "3758", + "examine": "The way out." + }, + { + "ids": "3759", + "examine": "Looks like a small cave." + }, + { + "ids": "3760", + "examine": "The way out." + }, + { + "ids": "3761", + "examine": "The back way out." + }, + { + "ids": "3762", + "examine": "The back way into the stronghold." + }, + { + "ids": "3763", + "examine": "The door is closed." + }, + { + "ids": "3764", + "examine": "The door is open." + }, + { + "ids": "3765,3766", + "examine": "The door to Mad Eadgar's cell." + }, + { + "ids": "3767,3768", + "examine": "The door to Godric's cell." + }, + { + "ids": "3769", + "examine": "Hot!" + }, + { + "ids": "3770", + "examine": "This window looks down onto the Troll Camp." + }, + { + "ids": "3771", + "examine": "The entrance to the Troll Stronghold." + }, + { + "ids": "3772,3773,3774", + "examine": "The way out of the Troll Stronghold." + }, + { + "ids": "3775", + "examine": "Looks like stew of some kind..." + }, + { + "ids": "3776,3777,3778,3779", + "examine": "A door in the Stronghold." + }, + { + "ids": "3780,3781", + "examine": "The door to the prison." + }, + { + "ids": "3782,3783,3784", + "examine": "The entrance to the Troll Arena." + }, + { + "ids": "3785,3786,3787", + "examine": "The exit to the Troll Arena." + }, + { + "ids": "3788", + "examine": "I can climb these stairs." + }, + { + "ids": "3789", + "examine": "They go down." + }, + { + "ids": "3790,3791,3792,3793", + "examine": "A rocky outcrop." + }, + { + "ids": "3794,3795,3796", + "examine": "Looks tasty! If you're a goat, that is." + }, + { + "ids": "3797", + "examine": "Now that's what I call slimline!" + }, + { + "ids": "3798", + "examine": "He looks very relaxed." + }, + { + "ids": "3799", + "examine": "Now he's just too thin." + }, + { + "ids": "3800", + "examine": "A counter made from a stone block." + }, + { + "ids": "3801", + "examine": "The ideal thing to sit on." + }, + { + "ids": "3802", + "examine": "Not so good for sitting on." + }, + { + "ids": "3803,3804", + "examine": "A rocky outcrop." + }, + { + "ids": "3805", + "examine": "They don't seem to roll." + }, + { + "ids": "3806", + "examine": "They're troll eggs. Or perhaps rocks." + }, + { + "ids": "3807", + "examine": "These make great pets." + }, + { + "ids": "3808,3809", + "examine": "It's a troll! Run! No, wait, it's just a rock." + }, + { + "ids": "3810,3811,3812", + "examine": "The door to the storeroom." + }, + { + "ids": "3813", + "examine": "It probably hasn't got anything interesting inside." + }, + { + "ids": "3814,3815", + "examine": "They probably haven't got anything interesting inside." + }, + { + "ids": "3816", + "examine": "They're closed." + }, + { + "ids": "3817,3818,3819", + "examine": "They're open." + }, + { + "ids": "3820", + "examine": "It doesn't contain anything particularly appetising." + }, + { + "ids": "3821", + "examine": "Makes you taller." + }, + { + "ids": "3822", + "examine": "It's full of dried goutweed." + }, + { + "ids": "3823", + "examine": "Welcome to Mad Eadgar's! If I'm not in, I've probably been captured again." + }, + { + "ids": "3824", + "examine": "I don't want to look too closely at what's cooking in there..." + }, + { + "ids": "3825", + "examine": "A limestone ceiling growth." + }, + { + "ids": "3826", + "examine": "A tooth shaped rock formation protruding from the floor." + }, + { + "ids": "3827,3828", + "examine": "How am I going to get down there?" + }, + { + "ids": "3829", + "examine": "I hope this holds!" + }, + { + "ids": "3830,3831", + "examine": "How am I going to get down there?" + }, + { + "ids": "3832", + "examine": "I hope this holds!" + }, + { + "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 moving..." + }, + { + "ids": "3856,3857", + "examine": "It's a half buried crate." + }, + { + "ids": "3858,3859", + "examine": "It's stuck in the sand." + }, + { + "ids": "3860,3861", + "examine": "It's full of brightly coloured fish." + }, + { + "ids": "3862", + "examine": "It's a pile of burning bones." + }, + { + "ids": "3863,3864,3865,3866,3867,3868,3869,3870,3871,3872,3873,3874,3875,3876,3877,3878", + "examine": "The tribal statue of Tai Bwo Wannai Village." + }, + { + "ids": "3879", + "examine": "A tree." + }, + { + "ids": "3880", + "examine": "It's a tree stump." + }, + { + "ids": "3881,3882,3883", + "examine": "A tree." + }, + { + "ids": "3884", + "examine": "It's a tree stump." + }, + { + "ids": "3885,3886,3887,3888,3889,3890,3891,3892,3893,3894,3895,3896,3897,3898,3899,3900", + "examine": "A tree." + }, + { + "ids": "3901", + "examine": "A rare flower." + }, + { + "ids": "3902", + "examine": "Don't flowers make you feel better?" + }, + { + "ids": "3903", + "examine": "A rare flower." + }, + { + "ids": "3904", + "examine": "Don't flowers make you feel better?" + }, + { + "ids": "3905", + "examine": "A rare flower." + }, + { + "ids": "3906,3907,3908,3909,3910,3911", + "examine": "Don't flowers make you feel better?" + }, + { + "ids": "3912", + "examine": "Fungal growth." + }, + { + "ids": "3913,3914", + "examine": "Poisonous no doubt." + }, + { + "ids": "3915", + "examine": "Fungal growth." + }, + { + "ids": "3916,3917", + "examine": "Poisonous no doubt." + }, + { + "ids": "3918", + "examine": "The lamp has a glowing crystal at its core." + }, + { + "ids": "3919,3920", + "examine": "It's a trap!" + }, + { + "ids": "3921", + "examine": "A tripwire." + }, + { + "ids": "3922", + "examine": "An odd-looking group of tied sticks." + }, + { + "ids": "3923,3924,3925,3926", + "examine": "A pile of leaves." + }, + { + "ids": "3927", + "examine": "Looks like I can climb these." + }, + { + "ids": "3928", + "examine": "It's a tree." + }, + { + "ids": "3929,3930,3931,3932,3933,3934,3935,3936", + "examine": "I can balance on this log." + }, + { + "ids": "3937", + "examine": "There are some broken twigs here." + }, + { + "ids": "3938", + "examine": "It looks as if the grass here has been flattened." + }, + { + "ids": "3939,3940", + "examine": "You notice the leaf litter here has been disturbed." + }, + { + "ids": "3941,3942,3943", + "examine": "Tracks in the soil." + }, + { + "ids": "3944,3945,3946,3947,3948,3949,3950,3951,3952,3953,3954,3955,3956,3957,3958,3959,3960,3961", + "examine": "You'd need a big siege engine to force that." + }, + { + "ids": "3962,3963,3964,3965,3966", + "examine": "A yellow crystal structure." + }, + { + "ids": "3967,3968", + "examine": "A tree" + }, + { + "ids": "3969", + "examine": "Disturbing but tidy." + }, + { + "ids": "3970", + "examine": "I don't even want to think about what did that..." + }, + { + "ids": "3971", + "examine": "Now that's what I call slimline!" + }, + { + "ids": "3972", + "examine": "He looks very relaxed." + }, + { + "ids": "3973", + "examine": "Now he's just too thin." + }, + { + "ids": "3974", + "examine": "He hasn't eaten in a long time." + }, + { + "ids": "3975", + "examine": "I don't wanna fall in that!" + }, + { + "ids": "3976", + "examine": "Good for smashing city walls." + }, + { + "ids": "3977", + "examine": "There's a winch on this side." + }, + { + "ids": "3978,3979", + "examine": "There's a lever on this side." + }, + { + "ids": "3980,3981,3982", + "examine": "A way to get into the tent." + }, + { + "ids": "3983,3984,3985,3986", + "examine": "A tent." + }, + { + "ids": "3987,3988,3989,3990,3991", + "examine": "A small barrel." + }, + { + "ids": "3992,3993", + "examine": "A standard of Kandarin." + }, + { + "ids": "3994", + "examine": "A small furnace." + }, + { + "ids": "3995", + "examine": "A tent wall." + }, + { + "ids": "3996", + "examine": "A way to get into the tent." + }, + { + "ids": "3997", + "examine": "A tent wall." + }, + { + "ids": "3998", + "examine": "It looks as if the grass here has been flattened." + }, + { + "ids": "3999", + "examine": "There are some broken twigs here." + }, + { + "ids": "4000", + "examine": "A tent roof." + }, + { + "ids": "4001", + "examine": "A tent wall." + }, + { + "ids": "4002,4003", + "examine": "The charred remains of a tent pole." + }, + { + "ids": "4004,4005", + "examine": "Well of voyage." + }, + { + "ids": "4006", + "examine": "It looks like I can squeeze through here." + }, + { + "ids": "4007", + "examine": "The exit to the outside." + }, + { + "ids": "4008,4009,4010,4011,4012,4013,4014,4015,4016,4017,4018,4019,4020,4021,4022,4023", + "examine": "Shrine to the glory of Saradomin." + }, + { + "ids": "4024,4025", + "examine": "A barrel." + }, + { + "ids": "4026", + "examine": "A still for fractionalizing oils." + }, + { + "ids": "4027,4028,4029,4030", + "examine": "A pile of lime rock." + }, + { + "ids": "4031,4032,4033,4034", + "examine": "Looks like a stone doorway to me." + }, + { + "ids": "4035,4036,4037,4038", + "examine": "These clean Druid's robes are drying off." + }, + { + "ids": "4039,4040,4041,4042", + "examine": "It's full of dirty robes." + }, + { + "ids": "4043", + "examine": "Presumably the hatch the zookeeper feeds the parrots through." + }, + { + "ids": "4044,4045,4046,4047", + "examine": "A red standard." + }, + { + "ids": "4048,4049,4050", + "examine": "Spooky!" + }, + { + "ids": "4051", + "examine": "It doesn't look healthy..." + }, + { + "ids": "4052", + "examine": "It's covered in slime." + }, + { + "ids": "4053,4054", + "examine": "It doesn't look healthy..." + }, + { + "ids": "4055,4056,4057", + "examine": "These fat fungi take up so much room." + }, + { + "ids": "4058", + "examine": "A pipe I can squeeze through." + }, + { + "ids": "4059", + "examine": "I can balance on this rope." + }, + { + "ids": "4060", + "examine": "It's hollow..." + }, + { + "ids": "4061", + "examine": "This tree has been cut down." + }, + { + "ids": "4062", + "examine": "Strange items are stored here." + }, + { + "ids": "4063", + "examine": "Ideal for washing things in." + }, + { + "ids": "4064", + "examine": "This table has seen better days." + }, + { + "ids": "4065", + "examine": "It looks very ornamental in a practical 'solid rock' way." + }, + { + "ids": "4066", + "examine": "Welcome to Mort'ton" + }, + { + "ids": "4067", + "examine": "Danger! Sickness and affliction... stay away!" + }, + { + "ids": "4068", + "examine": "Looks like a pile of ancient rubble." + }, + { + "ids": "4069,4070,4071,4072,4073,4074,4075,4076", + "examine": "The starting of a wall." + }, + { + "ids": "4077", + "examine": "It's nearly a wall." + }, + { + "ids": "4078", + "examine": "A rebuilt wall." + }, + { + "ids": "4079", + "examine": "The broken wall of a desecrated temple." + }, + { + "ids": "4080,4081,4082,4083,4084,4085,4086,4087", + "examine": "The partially repaired wall of a desecrated temple." + }, + { + "ids": "4088", + "examine": "The nearly repaired wall of a desecrated temple." + }, + { + "ids": "4089", + "examine": "The repaired wall of a temple." + }, + { + "ids": "4090", + "examine": "A flaming Fire altar." + }, + { + "ids": "4091", + "examine": "An ancient Fire altar." + }, + { + "ids": "4092", + "examine": "An ancient, totally desecrated, broken down fire altar." + }, + { + "ids": "4093", + "examine": "A place to cremate the dead. Needs some wood." + }, + { + "ids": "4094,4095,4096,4097,4098,4099", + "examine": "A place to cremate the dead. Needs a body." + }, + { + "ids": "4100,4101,4102,4103,4104,4105", + "examine": "A place to cremate the dead. Needs a light." + }, + { + "ids": "4106,4107,4108,4109,4110", + "examine": "Heavy metal!" + }, + { + "ids": "4111", + "examine": "A strangely decorated bronze chest, the lock is painted blood red." + }, + { + "ids": "4112", + "examine": "A strangely decorated chest, the lock is painted brown." + }, + { + "ids": "4113", + "examine": "A strangely decorated chest, the lock is painted crimson." + }, + { + "ids": "4114", + "examine": "A strangely decorated chest, the lock is painted black." + }, + { + "ids": "4115", + "examine": "A strangely decorated chest, the lock is painted purple." + }, + { + "ids": "4116", + "examine": "A strangely decorated steel chest, the lock is painted blood red." + }, + { + "ids": "4117", + "examine": "A strangely decorated steel chest, the lock is painted brown." + }, + { + "ids": "4118", + "examine": "A strangely decorated steel chest, the lock is painted crimson." + }, + { + "ids": "4119", + "examine": "A strangely decorated steel chest, the lock is painted black." + }, + { + "ids": "4120", + "examine": "A strangely decorated steel chest, the lock is painted purple." + }, + { + "ids": "4121", + "examine": "A strangely decorated black chest, the lock is painted blood red." + }, + { + "ids": "4122", + "examine": "A strangely decorated black chest, the lock is painted brown." + }, + { + "ids": "4123", + "examine": "A strangely decorated black chest, the lock is painted crimson." + }, + { + "ids": "4124", + "examine": "A strangely decorated black chest, the lock is painted black." + }, + { + "ids": "4125", + "examine": "A strangely decorated black chest, the lock is painted purple." + }, + { + "ids": "4126", + "examine": "A strangely decorated silver chest, the lock is painted blood red." + }, + { + "ids": "4127", + "examine": "A strangely decorated silver chest, the lock is painted brown." + }, + { + "ids": "4128", + "examine": "A strangely decorated silver chest, the lock is painted crimson." + }, + { + "ids": "4129", + "examine": "A strangely decorated silver chest, the lock is painted black." + }, + { + "ids": "4130", + "examine": "A strangely decorated silver chest, the lock is painted purple." + }, + { + "ids": "4131", + "examine": "A strangely decorated bronze chest, the open lock is painted blood red." + }, + { + "ids": "4132,4133", + "examine": "These doors look very ominous. A sign says 'To the tombs'." + }, + { + "ids": "4134,4135,4136,4137", + "examine": "Large doors set into the hillside." + }, + { + "ids": "4138", + "examine": "Items are for sale here." + }, + { + "ids": "4139,4140", + "examine": "Entrance to the Duel Arena." + }, + { + "ids": "4141", + "examine": "This seems to be some kind of shrine." + }, + { + "ids": "4142", + "examine": "The wind makes a musical sound as it blows through it..." + }, + { + "ids": "4143", + "examine": "Danger" + }, + { + "ids": "4144,4145,4146", + "examine": "Those golden fruit look good enough to eat!" + }, + { + "ids": "4147", + "examine": "This must be Lalli's home." + }, + { + "ids": "4148", + "examine": "Allows performers backstage at the Longhall." + }, + { + "ids": "4149", + "examine": "It smells pretty good actually." + }, + { + "ids": "4150,4151,4152,4153,4154,4155,4156,4157", + "examine": "A portal from this mystical place." + }, + { + "ids": "4158", + "examine": "Takes me into the maze." + }, + { + "ids": "4159,4160,4161", + "examine": "Takes me out of the maze." + }, + { + "ids": "4162", + "examine": "A thin metal pipe, presumably for rainwater to run through." + }, + { + "ids": "4163,4164", + "examine": "I can climb this." + }, + { + "ids": "4165,4166", + "examine": "Keeps the wind out." + }, + { + "ids": "4167,4168", + "examine": "I wonder what's inside?" + }, + { + "ids": "4169", + "examine": "Brrrrrr!" + }, + { + "ids": "4170", + "examine": "There is some kind of balancing mechanism as a lock." + }, + { + "ids": "4171", + "examine": "A good source of books!" + }, + { + "ids": "4172", + "examine": "An appliance for cooking with." + }, + { + "ids": "4173", + "examine": "I wonder what's down there?" + }, + { + "ids": "4174", + "examine": "I wonder what's under it?" + }, + { + "ids": "4175", + "examine": "Kind of funny smelling..." + }, + { + "ids": "4176", + "examine": "Water comes out of it." + }, + { + "ids": "4177", + "examine": "This may be worth opening." + }, + { + "ids": "4178", + "examine": "This may be worth searching." + }, + { + "ids": "4179,4180", + "examine": "A very unusual piece of artwork..." + }, + { + "ids": "4181", + "examine": "Alas poor unicorn, I knew him well." + }, + { + "ids": "4182", + "examine": "Looks like the bull lost." + }, + { + "ids": "4183,4184", + "examine": "A pile of boxes for storage." + }, + { + "ids": "4185", + "examine": "A wooden crate for storage." + }, + { + "ids": "4186", + "examine": "An old crate for storage." + }, + { + "ids": "4187", + "examine": "I can climb this." + }, + { + "ids": "4188", + "examine": "This leads upwards." + }, + { + "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": "This leads downwards." + }, + { + "ids": "4247", + "examine": "Keeps the cold winds out." + }, + { + "ids": "4248,4249", + "examine": "Doesn't keep the wind out if it's open!" + }, + { + "ids": "4250,4251", + "examine": "I'm sure the animal is glad its fur was put to good use." + }, + { + "ids": "4252,4253,4254,4255,4256,4257,4258,4259,4260,4261,4262,4263,4264", + "examine": "I wonder what's inside?" + }, + { + "ids": "4265", + "examine": "Toasty." + }, + { + "ids": "4266", + "examine": "Hot!" + }, + { + "ids": "4267,4268", + "examine": "Finger licking good!" + }, + { + "ids": "4269", + "examine": "It's a long wooden table." + }, + { + "ids": "4270", + "examine": "It's a table with candles on." + }, + { + "ids": "4271", + "examine": "Generally used for sitting." + }, + { + "ids": "4272", + "examine": "Generally used for putting things on." + }, + { + "ids": "4273", + "examine": "Actually, I could do with a drink..." + }, + { + "ids": "4274", + "examine": "For leaning against..." + }, + { + "ids": "4275", + "examine": "A wooden barrel containing lots of fish." + }, + { + "ids": "4276", + "examine": "Always a source of good bargains." + }, + { + "ids": "4277", + "examine": "There's something fishy about this stall." + }, + { + "ids": "4278,4279,4280,4281,4282", + "examine": "Around here, this is where you buy new doors." + }, + { + "ids": "4283,4284", + "examine": "Has a peculiar odour." + }, + { + "ids": "4285", + "examine": "Water comes out of this." + }, + { + "ids": "4286", + "examine": "It's kind of like a barrel." + }, + { + "ids": "4287", + "examine": "Looks pretty comfy." + }, + { + "ids": "4288,4289,4290,4291,4292,4293,4294,4295", + "examine": "I guess I could sleep in it if I was really tired." + }, + { + "ids": "4296", + "examine": "Yup, looks like this neighbourhood is perfectly safe for travellers..." + }, + { + "ids": "4297,4298,4299", + "examine": "A pile of boxes for storage." + }, + { + "ids": "4300", + "examine": "A wooden crate for storage." + }, + { + "ids": "4301,4302,4303", + "examine": "An old crate for storage." + }, + { + "ids": "4304,4305", + "examine": "A hot place for forging things in." + }, + { + "ids": "4306", + "examine": "Used for fashioning metal items." + }, + { + "ids": "4307", + "examine": "Various implements for working with metal." + }, + { + "ids": "4308", + "examine": "Bake your clay pots in here." + }, + { + "ids": "4309", + "examine": "Used for spinning thread." + }, + { + "ids": "4310", + "examine": "Used for fashioning clay items." + }, + { + "ids": "4311,4312,4313,4314,4315,4316,4317,4318,4319,4320,4321,4322,4323,4324,4325,4326,4327", + "examine": "A wooden gate." + }, + { + "ids": "4328,4329,4330,4331,4332,4333,4334,4335,4336,4337,4338,4339,4340,4341,4342,4343,4344,4345,4346,4347", + "examine": "This tree has been cut down." + }, + { + "ids": "4348", + "examine": "Best left on the beach." + }, + { + "ids": "4349", + "examine": "This once belonged to a sea animal." + }, + { + "ids": "4350", + "examine": "Best left for the crabs." + }, + { + "ids": "4351", + "examine": "I can hear the sea with this." + }, + { + "ids": "4352,4353,4354,4355,4356,4357,4358,4359,4360,4361,4362,4363,4364,4365", + "examine": "It is a buried Bowl." + }, + { + "ids": "4366,4367", + "examine": "An empty shelf..." + }, + { + "ids": "4368", + "examine": "There are some pots and pans here." + }, + { + "ids": "4369", + "examine": "There are some tankards here." + }, + { + "ids": "4370", + "examine": "A shelf with a bucket on it." + }, + { + "ids": "4371", + "examine": "There are a few books on this shelf." + }, + { + "ids": "4372", + "examine": "It's a small table." + }, + { + "ids": "4373,4374,4375,4376", + "examine": "A tray of sand." + }, + { + "ids": "4377,4378,4379", + "examine": "There should be a standard here!" + }, + { + "ids": "4380", + "examine": "I could climb this if I wanted." + }, + { + "ids": "4381,4382", + "examine": "It's a war machine." + }, + { + "ids": "4383,4384", + "examine": "I could climb this if I wanted." + }, + { + "ids": "4385,4386", + "examine": "The catapult is damaged." + }, + { + "ids": "4387", + "examine": "A portal to join the Saradomin team." + }, + { + "ids": "4388", + "examine": "A portal to join the Zamorak team." + }, + { + "ids": "4389", + "examine": "A portal to leave the Saradomin team." + }, + { + "ids": "4390,4391,4392,4393,4394,4395,4396,4397,4398,4399,4400,4401,4402,4403,4404,4405", + "examine": "A portal to leave the Zamorak team." + }, + { + "ids": "4406", + "examine": "A portal to leave the Saradomin team." + }, + { + "ids": "4407", + "examine": "A portal to leave the Zamorak team." + }, + { + "ids": "4408,4409,4410", + "examine": "A portal to join a random team." + }, + { + "ids": "4411", + "examine": "A very slippery stepping stone" + }, + { + "ids": "4412,4413", + "examine": "I could climb this if I wanted." + }, + { + "ids": "4414", + "examine": "A rickety old staircase." + }, + { + "ids": "4415,4416,4417,4418,4419,4420", + "examine": "A solid stone staircase." + }, + { + "ids": "4421,4422", + "examine": "A spiky barricade." + }, + { + "ids": "4423,4424,4425,4426,4427,4428,4429,4430", + "examine": "A large double door." + }, + { + "ids": "4431,4432,4433,4434,4435,4436", + "examine": "A large broken door." + }, + { + "ids": "4437", + "examine": "We could use our pickaxes to get past these..." + }, + { + "ids": "4438,4439,4440,4441,4442,4443", + "examine": "We can almost get past these..." + }, + { + "ids": "4444,4445", + "examine": "Should be long enough to scale castle walls." + }, + { + "ids": "4446,4447", + "examine": "Maybe I could tie a rope to this..." + }, + { + "ids": "4448", + "examine": "It doesn't look very stable..." + }, + { + "ids": "4449,4450,4451,4452,4453,4454,4455,4456,4457", + "examine": "A solid stone staircase." + }, + { + "ids": "4458", + "examine": "There are some bandages on this table." + }, + { + "ids": "4459", + "examine": "There are some toolboxes on this table." + }, + { + "ids": "4460", + "examine": "There's some rock I can use with the catapult here." + }, + { + "ids": "4461", + "examine": "There are some barricades here." + }, + { + "ids": "4462", + "examine": "There is some rope here." + }, + { + "ids": "4463", + "examine": "There are some explosive potions here." + }, + { + "ids": "4464", + "examine": "There are some pickaxes on this table." + }, + { + "ids": "4465,4466", + "examine": "An elf-fashioned door." + }, + { + "ids": "4467", + "examine": "The door is closed." + }, + { + "ids": "4468", + "examine": "The door is open." + }, + { + "ids": "4469", + "examine": "Only the Saradomin team may pass." + }, + { + "ids": "4470", + "examine": "Only the Zamorak team may pass." + }, + { + "ids": "4471,4472,4473,4474,4475,4476,4477,4478,4479,4480,4481", + "examine": "I wonder what's under it?" + }, + { + "ids": "4482", + "examine": "Water comes out of this." + }, + { + "ids": "4483", + "examine": "It's open." + }, + { + "ids": "4484", + "examine": "Keep track of which team has the most victories." + }, + { + "ids": "4485,4486", + "examine": "I could climb this if I wanted." + }, + { + "ids": "4487,4488,4489,4490,4491,4492", + "examine": "A big wooden door." + }, + { + "ids": "4493", + "examine": "I can climb these stairs." + }, + { + "ids": "4494", + "examine": "They go down." + }, + { + "ids": "4495", + "examine": "I can climb these stairs." + }, + { + "ids": "4496", + "examine": "They go down." + }, + { + "ids": "4497", + "examine": "I can climb these stairs." + }, + { + "ids": "4498", + "examine": "They go down." + }, + { + "ids": "4499", + "examine": "Wow" + }, + { + "ids": "4500,4501,4502,4503,4504,4505,4506,4507,4508,4509,4510,4511,4512", + "examine": "This leads back to the cruel world above." + }, + { + "ids": "4513,4514,4515,4516,4517", + "examine": "I doubt that was built to last..." + }, + { + "ids": "4518", + "examine": "How do you make a skeleton laugh?" + }, + { + "ids": "4519", + "examine": "Tickle his funny bone." + }, + { + "ids": "4520,4521,4522,4523,4524,4525,4526,4527,4528,4529,4530,4531,4532,4533,4534,4535,4536,4537,4538,4539,4540", + "examine": "Clearly has been relaxing too long...." + }, + { + "ids": "4541,4542", + "examine": "Did that thing just twitch?" + }, + { + "ids": "4543,4544", + "examine": "A strange wall with objects engraved upon it." + }, + { + "ids": "4545,4546,4547,4548,4549", + "examine": "A strange wall that appears to be hinged." + }, + { + "ids": "4550,4551,4552,4553,4554,4555,4556,4557,4558,4559,4560,4561,4562,4563,4564,4565,4566,4567", + "examine": "I can jump off this one." + }, + { + "ids": "4568", + "examine": "I can climb up these stairs." + }, + { + "ids": "4569,36777", + "examine": "I can climb up or go down these stairs." + }, + { + "ids": "4570,4571,4572,4573,4574,4575,4576", + "examine": "I can climb down these stairs." + }, + { + "ids": "4577,4578,4579,4580,4581,4582,4583,4584,4585,4586", + "examine": "Lets you walk through walls!" + }, + { + "ids": "4587", + "examine": "It turns the light around." + }, + { + "ids": "4588", + "examine": "It looks broken." + }, + { + "ids": "4589", + "examine": "Part of the Lighthouse's lighting mechanism." + }, + { + "ids": "4590,4591,4592,4593,4594,4595,4596,4597,4598,4599,4600,4601,4602,4603,4604,4605,4606,4607,4608,4609", + "examine": "Part of the lighthouse Light mechanism." + }, + { + "ids": "4610", + "examine": "Best left on the beach." + }, + { + "ids": "4611", + "examine": "This once belonged to a sea animal." + }, + { + "ids": "4612", + "examine": "Best left for the crabs." + }, + { + "ids": "4613", + "examine": "I can hear the sea with this." + }, + { + "ids": "4614", + "examine": "It is a buried bowl." + }, + { + "ids": "4615,4616", + "examine": "I can jump off this one." + }, + { + "ids": "4617", + "examine": "Shelves filled with interesting books." + }, + { + "ids": "4618,4619", + "examine": "A nice and cosy fire." + }, + { + "ids": "4620,4621", + "examine": "They go down." + }, + { + "ids": "4622,4623", + "examine": "They go up." + }, + { + "ids": "4624,4625", + "examine": "They go down." + }, + { + "ids": "4626,4627,4628", + "examine": "They go up." + }, + { + "ids": "4629,4630,4631,4632,4633,4634,4635", + "examine": "A large double door." + }, + { + "ids": "4636,4637,4638,4639,4640", + "examine": "An elf-fashioned door." + }, + { + "ids": "4641", + "examine": "Mmm...beer!" + }, + { + "ids": "4642", + "examine": "Has some board games news on it." + }, + { + "ids": "4643", + "examine": "The ladder to the Runelink challenge room for experienced players." + }, + { + "ids": "4644", + "examine": "The ladder back to the Runelink challenge room." + }, + { + "ids": "4645", + "examine": "The ladder to the Draughts challenge room for experienced players." + }, + { + "ids": "4646", + "examine": "The ladder back to the Draughts challenge room." + }, + { + "ids": "4647", + "examine": "The ladder back up to the Toad and Chicken." + }, + { + "ids": "4648,4649", + "examine": "Leads down to the Burthorpe Games Rooms." + }, + { + "ids": "4650", + "examine": "A nice and cosy fire." + }, + { + "ids": "4651", + "examine": "A table for board games." + }, + { + "ids": "4652", + "examine": "A game of draughts is being played on this table." + }, + { + "ids": "4653,4654,4655", + "examine": "A game of Runelink is being played on this table." + }, + { + "ids": "4656,4657", + "examine": "A comfy stool." + }, + { + "ids": "4658", + "examine": "Draughts challenge room." + }, + { + "ids": "4659", + "examine": "Runelink challenge room." + }, + { + "ids": "4660", + "examine": "Draughts challenge room for experienced players." + }, + { + "ids": "4661,4662,4663,4664,4665,4666,4667,4668", + "examine": "Runelink challenge room for experienced players." + }, + { + "ids": "4669", + "examine": "A statue of Arrav (the Fountain of Heroes has moved downstairs.)" + }, + { + "ids": "4670", + "examine": "A statue of Camorra (the Fountain of Heroes has moved downstairs.)" + }, + { + "ids": "4671", + "examine": "A good source of books!" + }, + { + "ids": "4672,4673", + "examine": "The door into the throne room." + }, + { + "ids": "4674", + "examine": "I bet this makes good syrup!" + }, + { + "ids": "4675", + "examine": "Scented herbs." + }, + { + "ids": "4676", + "examine": "A rocky outcrop." + }, + { + "ids": "4677,4678,4679,4680,4681,4682", + "examine": "Scented herbs." + }, + { + "ids": "4683", + "examine": "A large harp." + }, + { + "ids": "4684", + "examine": "Good for shooting fish in." + }, + { + "ids": "4685", + "examine": "This old tree is rotting away" + }, + { + "ids": "4686,4687,4688,4689", + "examine": "This old tree is rotting away." + }, + { + "ids": "4690,4691", + "examine": "Fancy." + }, + { + "ids": "4692,4693,4694,4695", + "examine": "Flag, pole...Yep, it's a flagpole." + }, + { + "ids": "4696", + "examine": "The door is closed." + }, + { + "ids": "4697,4698,4699,4700", + "examine": "The door is open." + }, + { + "ids": "4701", + "examine": "Keeps the cold winds out." + }, + { + "ids": "4702", + "examine": "A nicely carved wooden chair." + }, + { + "ids": "4703,4704", + "examine": "A wooden double bed. For sleeping in..." + }, + { + "ids": "4705", + "examine": "There's something fishy about this stall." + }, + { + "ids": "4706", + "examine": "You should eat your greens!" + }, + { + "ids": "4707", + "examine": "There's something fishy about this stall." + }, + { + "ids": "4708,4709", + "examine": "You should eat your greens!" + }, + { + "ids": "4710,4711", + "examine": "A doorway made from bamboo." + }, + { + "ids": "4712", + "examine": "It's a trapdoor." + }, + { + "ids": "4713", + "examine": "It's an open trapdoor." + }, + { + "ids": "4714", + "examine": "A wooden crate for storage." + }, + { + "ids": "4715", + "examine": "This crate is making chattering sounds." + }, + { + "ids": "4716", + "examine": "This crate smells slightly nauseous." + }, + { + "ids": "4717,4718", + "examine": "This crate says 'Property of Hamab' on its side." + }, + { + "ids": "4719", + "examine": "This crate says 'Property of Ifaba' on its side." + }, + { + "ids": "4720,4721", + "examine": "This crate says 'Property of Daga' on its side." + }, + { + "ids": "4722,4723", + "examine": "This crate smells slightly of banana." + }, + { + "ids": "4724", + "examine": "This crate says 'Property of Hamab' on its side." + }, + { + "ids": "4725,4726,4727", + "examine": "This crate says 'Property of Ifaba' on its side." + }, + { + "ids": "4728", + "examine": "I can climb up this." + }, + { + "ids": "4729,4730,4731,4732,4733,4734,4735,4736,4737,4738,4739,4740,4741,4742", + "examine": "A dried up bush, void of life." + }, + { + "ids": "4743,4744", + "examine": "It's a bamboo ladder." + }, + { + "ids": "4745", + "examine": "Looks good for jumping off." + }, + { + "ids": "4746,4747,4748", + "examine": "This crate is marked 'Deliver to Glough'..." + }, + { + "ids": "4749", + "examine": "It's a banana tree, full of bananas." + }, + { + "ids": "4750", + "examine": "It's a banana tree, with lots of bananas." + }, + { + "ids": "4751", + "examine": "It's a banana tree, with many bananas." + }, + { + "ids": "4752", + "examine": "It's a banana tree, with a few bananas." + }, + { + "ids": "4753", + "examine": "It's a banana tree, with but one banana." + }, + { + "ids": "4754", + "examine": "It's a banana tree, with no more bananas left." + }, + { + "ids": "4755", + "examine": "They go down." + }, + { + "ids": "4756,4757,4758,4759,4760,4761,4762,4763", + "examine": "They go up." + }, + { + "ids": "4764", + "examine": "It's a bamboo stool." + }, + { + "ids": "4765,4766", + "examine": "It's a sheer wall of fire, rising as high as you can see." + }, + { + "ids": "4767", + "examine": "The contents of this pyre are rapidly bubbling and burning." + }, + { + "ids": "4768", + "examine": "It's a wall of bricks." + }, + { + "ids": "4769,4770", + "examine": "It's a pile of bricks." + }, + { + "ids": "4771", + "examine": "A rather dapper little monkey sitting on a throne." + }, + { + "ids": "4772,4773,4774,4775,4776,4777,4778,4779,4780,4781,4782,4783,4784,4785", + "examine": "It's a bamboo ladder." + }, + { + "ids": "4786", + "examine": "A plant in a bamboo pot." + }, + { + "ids": "4787,4788,4789,4790", + "examine": "It's an absolutely huge bamboo gate." + }, + { + "ids": "4791,4792,4793", + "examine": "It's a big comfy bed, made of strips of bamboo." + }, + { + "ids": "4794", + "examine": "It's a pot made out of bamboo." + }, + { + "ids": "4795,4796", + "examine": "They are pots made out of bamboo." + }, + { + "ids": "4797", + "examine": "Bamboo strips have been lashed together to make this rickety desk." + }, + { + "ids": "4798", + "examine": "It's a bookcase made out of bamboo." + }, + { + "ids": "4799,4800,4801,4802,4803,4804,4805,4806", + "examine": "It's a bamboo door with a large iron padlock." + }, + { + "ids": "4807,4808,4809,4810,4811", + "examine": "It's a door made from bamboo." + }, + { + "ids": "4812,4813,4814", + "examine": "Looks good for hiding in..." + }, + { + "ids": "4815", + "examine": "Looks good for hiding in." + }, + { + "ids": "4816", + "examine": "This is a fairly tall tree with sparse foliage." + }, + { + "ids": "4817", + "examine": "A jungle palm with dense foliage." + }, + { + "ids": "4818", + "examine": "This is a fairly tall tree with sparse foliage." + }, + { + "ids": "4819", + "examine": "This was a fairly tall tree with sparse foliage." + }, + { + "ids": "4820", + "examine": "A leafy tree." + }, + { + "ids": "4821", + "examine": "This was a fairly tall tree with sparse foliage." + }, + { + "ids": "4822", + "examine": "This tree has been cut down." + }, + { + "ids": "4823", + "examine": "This flower is found only in jungle areas." + }, + { + "ids": "4824", + "examine": "A very rare and exotic flower." + }, + { + "ids": "4825", + "examine": "A small fernlike plant." + }, + { + "ids": "4826", + "examine": "Leaves a nasty mark." + }, + { + "ids": "4827", + "examine": "Looks spiky." + }, + { + "ids": "4828", + "examine": "This has broad leaves." + }, + { + "ids": "4829", + "examine": "A type of jungle fern." + }, + { + "ids": "4830", + "examine": "A large waxy jungle plant." + }, + { + "ids": "4831", + "examine": "Commonly found in these parts." + }, + { + "ids": "4832", + "examine": "The tendrils of a creeping plant." + }, + { + "ids": "4833,4834", + "examine": "A jungle bush, quite common to these areas." + }, + { + "ids": "4835,4836,4837,4838,4839,4840,4841,4842,4843,4844", + "examine": "A jungle bush that has been chopped down." + }, + { + "ids": "4845,4846,4847", + "examine": "A terribly tall tropical tree." + }, + { + "ids": "4848", + "examine": "Leaves of a tropical tree." + }, + { + "ids": "4849,4850,4851", + "examine": "This tree no doubt contains dangerous insects." + }, + { + "ids": "4852", + "examine": "This old tree is rotting away." + }, + { + "ids": "4853", + "examine": "A gnarly old tree root." + }, + { + "ids": "4854", + "examine": "The roots of this tree are exposed." + }, + { + "ids": "4855", + "examine": "I hope I don't trip over any of these." + }, + { + "ids": "4856", + "examine": "It's a small patch of glowing fungus." + }, + { + "ids": "4857", + "examine": "It's a medium patch of glowing fungus." + }, + { + "ids": "4858", + "examine": "It's an absolutely colossal statue of some kind of gorilla." + }, + { + "ids": "4859,4860", + "examine": "It's a huge statue of some kind of gorilla." + }, + { + "ids": "4861", + "examine": "It's a huge statue of some kind of monkey." + }, + { + "ids": "4862", + "examine": "It's a large patch of glowing fungus." + }, + { + "ids": "4863,4864", + "examine": "Legs of this watchtower." + }, + { + "ids": "4865", + "examine": "It's the middle of this watchtower." + }, + { + "ids": "4866", + "examine": "It's a deactivated military Gnome glider." + }, + { + "ids": "4867", + "examine": "It's an activated military Gnome glider." + }, + { + "ids": "4868,4869,4870", + "examine": "It's some kind of Gnome teleportation device." + }, + { + "ids": "4871", + "examine": "This is the panel controlling the hangar reinitialisation." + }, + { + "ids": "4872", + "examine": "There must be an exit nearby." + }, + { + "ids": "4873", + "examine": "It's probably too risky to try pulling this." + }, + { + "ids": "4874", + "examine": "This table has crafting paraphernalia on it." + }, + { + "ids": "4875", + "examine": "This table has ripe bananas on show." + }, + { + "ids": "4876", + "examine": "This table has items of a general nature on it." + }, + { + "ids": "4877", + "examine": "This table has runes on display." + }, + { + "ids": "4878", + "examine": "This table has a scimitar on it." + }, + { + "ids": "4879", + "examine": "It's a trapdoor." + }, + { + "ids": "4880", + "examine": "It's an open trapdoor." + }, + { + "ids": "4881", + "examine": "I can climb up this." + }, + { + "ids": "4882,4883", + "examine": "Looks suspicious." + }, + { + "ids": "4884", + "examine": "A plank." + }, + { + "ids": "4885", + "examine": "Formed over many years." + }, + { + "ids": "4886", + "examine": "Human sieve creation." + }, + { + "ids": "4887", + "examine": "Looks suspicious." + }, + { + "ids": "4888", + "examine": "It's a trapdoor." + }, + { + "ids": "4889,4890,4891,4892,4893,4894,4895,4896,4897,4898,4899", + "examine": "I can climb up this." + }, + { + "ids": "4900", + "examine": "The Saradomin Team Standard." + }, + { + "ids": "4901", + "examine": "The Zamorak Team Standard." + }, + { + "ids": "4902", + "examine": "The Saradomin Team Standard." + }, + { + "ids": "4903", + "examine": "The Zamorak Team Standard." + }, + { + "ids": "4904,4905,4906,4907,4908,4909", + "examine": "It's on fire!" + }, + { + "ids": "4910", + "examine": "A wooden barrel for storage." + }, + { + "ids": "4911,4912", + "examine": "I can climb down this." + }, + { + "ids": "4913,4914,4915,4916,4917", + "examine": "It looks cramped and dark." + }, + { + "ids": "4918", + "examine": "This cart is blocking the way up the ridge." + }, + { + "ids": "4919", + "examine": "These stairs seem to have been hewn out of the rock itself." + }, + { + "ids": "4920,4921,4922", + "examine": "It looks cramped and dark." + }, + { + "ids": "4923", + "examine": "These stairs seem to have been hewn out of the rock itself." + }, + { + "ids": "4924,4925", + "examine": "A valve to start and stop the flow of water." + }, + { + "ids": "4926,4927,4928", + "examine": "Shiny!" + }, + { + "ids": "4929", + "examine": "It looks cramped and dark." + }, + { + "ids": "4930,4931", + "examine": "It's blocking the tunnel, but it looks dark down there anyway." + }, + { + "ids": "4932,4933,4934", + "examine": "A bizarre fungus. It emits a pale blue light." + }, + { + "ids": "4935", + "examine": "If that wasn't there I'd probably be a lot flatter now." + }, + { + "ids": "4936", + "examine": "It prevents the wall unceremoniously squashing people." + }, + { + "ids": "4937,4938,4939,4940,4941", + "examine": "It looks like it's water powered." + }, + { + "ids": "4942,4943", + "examine": "It's a little waterlogged. I hope it still works." + }, + { + "ids": "4944", + "examine": "It doesn't look very watertight. Any contents will be ruined." + }, + { + "ids": "4945,4946,4947,4948", + "examine": "A sunken mine cart, how useful." + }, + { + "ids": "4949", + "examine": "This displays information on how the points on this level are set." + }, + { + "ids": "4950", + "examine": "It has the letter 'B' inscribed on the end." + }, + { + "ids": "4951", + "examine": "It has the letter 'A' inscribed on the end." + }, + { + "ids": "4952", + "examine": "It has the letter 'C' inscribed on the end." + }, + { + "ids": "4953", + "examine": "It has the letter 'D' inscribed on the end." + }, + { + "ids": "4954", + "examine": "It has the letter 'E' inscribed on the end." + }, + { + "ids": "4955", + "examine": "It has the letter 'I' inscribed on the end." + }, + { + "ids": "4956", + "examine": "It has the letter 'J' inscribed on the end." + }, + { + "ids": "4957", + "examine": "It has the letter 'K' inscribed on the end." + }, + { + "ids": "4958", + "examine": "I think this changes one of the sets of points." + }, + { + "ids": "4959", + "examine": "It has the letter 'F' inscribed on the end." + }, + { + "ids": "4960", + "examine": "It has the letter 'G' inscribed on the end." + }, + { + "ids": "4961", + "examine": "It has the letter 'H' inscribed on the end." + }, + { + "ids": "4962", + "examine": "The door is closed." + }, + { + "ids": "4963,4964", + "examine": "A large double door." + }, + { + "ids": "4965", + "examine": "I can climb down this." + }, + { + "ids": "4966", + "examine": "I can climb this." + }, + { + "ids": "4967", + "examine": "I can climb down this." + }, + { + "ids": "4968", + "examine": "I can climb this." + }, + { + "ids": "4969", + "examine": "I can climb down this." + }, + { + "ids": "4970", + "examine": "I can climb this." + }, + { + "ids": "4971,4972,4973", + "examine": "These stairs seem to have been hewn out of the rock itself." + }, + { + "ids": "4974", + "examine": "Useful for moving items around the mine." + }, + { + "ids": "4975", + "examine": "An old crate for storage." + }, + { + "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 distinctive layer in the rock strata." + }, + { + "ids": "5001", + "examine": "This cave has been boarded up." + }, + { + "ids": "5002", + "examine": "Useful for passing over inaccessible areas." + }, + { + "ids": "5003", + "examine": "It's old and pretty broken." + }, + { + "ids": "5004,5005", + "examine": "A well used tree." + }, + { + "ids": "5006", + "examine": "These flowers only grow in one place in the mountains." + }, + { + "ids": "5007", + "examine": "Looks like small cave." + }, + { + "ids": "5008,5009,5010,5011,5012,5013,5014", + "examine": "Looks dark..." + }, + { + "ids": "5015,5016,5017,5018,5019,5020,5021,5022,5023,5024", + "examine": "It's too dangerous to go down here by foot..." + }, + { + "ids": "5025,5026,5027,5028,5029,5030,5031,5032,5033,5034,5035,5036", + "examine": "A split in the cave wall..." + }, + { + "ids": "5037", + "examine": "A large ice covered boulder." + }, + { + "ids": "5038", + "examine": "An ice covered boulder." + }, + { + "ids": "5039,5040,5041,5042", + "examine": "A small ice covered boulder." + }, + { + "ids": "5043,5044", + "examine": "A huge ice gate." + }, + { + "ids": "5045", + "examine": "An interesting-looking tree." + }, + { + "ids": "5046", + "examine": "A small cave entrance." + }, + { + "ids": "5047", + "examine": "Limestone ceiling growth." + }, + { + "ids": "5048", + "examine": "A limestone ceiling growth." + }, + { + "ids": "5049", + "examine": "A tooth shaped rock formation protruding from the floor." + }, + { + "ids": "5050", + "examine": "Tooth shaped rock formations protruding from the floor." + }, + { + "ids": "5051", + "examine": "A dirty little swamp boat." + }, + { + "ids": "5052,5053", + "examine": "If it had paint on it, you'd probably watch it dry." + }, + { + "ids": "5054", + "examine": "I can climb this." + }, + { + "ids": "5055", + "examine": "I wonder what that's there for..." + }, + { + "ids": "5056,5057", + "examine": "These doors look very ominous." + }, + { + "ids": "5058,5059", + "examine": "Large doors set into the hillside." + }, + { + "ids": "5060,5061", + "examine": "These doors seem to lead into the underground." + }, + { + "ids": "5062,5063,5064,5065,5066,5067,5068,5069,5070,5071", + "examine": "Large doors set into the hillside." + }, + { + "ids": "5072,5073,5074,5075,5076,5077,5078,5079,5080,5081", + "examine": "A Large Pillar" + }, + { + "ids": "5082", + "examine": "An overgrown dungeon entrance." + }, + { + "ids": "5083", + "examine": "A closed overgrown dungeon entrance." + }, + { + "ids": "5084,5085,5086,5087", + "examine": "The way to go when I get scared." + }, + { + "ids": "5088,5089,5090,5091,5092,5093", + "examine": "I hope I don't fall off this." + }, + { + "ids": "5094,5095,5096,5097,5098", + "examine": "These stairs seem to have been hewn out of the rock itself." + }, + { + "ids": "5099,5100,5101,5102", + "examine": "A pipe I can squeeze through." + }, + { + "ids": "5103,5104,5105,5106,5107,5108,5109", + "examine": "Thick vines blocking your way." + }, + { + "ids": "5110,5111", + "examine": "I can jump from this stepping stone." + }, + { + "ids": "5112", + "examine": "Not good for eating." + }, + { + "ids": "5113,5114,5115", + "examine": "I doubt that's edible." + }, + { + "ids": "5116,5117,5118,5119,5120,5121", + "examine": "A statue of a big monster." + }, + { + "ids": "5122", + "examine": "Now that's what I call slimline!" + }, + { + "ids": "5123", + "examine": "He looks very relaxed." + }, + { + "ids": "5124", + "examine": "Now he's just too thin." + }, + { + "ids": "5125", + "examine": "He hasn't eaten in a long time." + }, + { + "ids": "5126", + "examine": "A tall wooden door." + }, + { + "ids": "5127", + "examine": "Danger!" + }, + { + "ids": "5128,5129", + "examine": "A tall wooden door." + }, + { + "ids": "5130", + "examine": "Looks like whoever uses this has claws on their hands." + }, + { + "ids": "5131", + "examine": "I wonder what's under it?" + }, + { + "ids": "5132", + "examine": "I wonder what's down there?" + }, + { + "ids": "5133,5134,5135", + "examine": "A hurdle." + }, + { + "ids": "5136,5137", + "examine": "A climbing wall made from skulls." + }, + { + "ids": "5138", + "examine": "A very slippery stepping stone." + }, + { + "ids": "5139,5140,5141,5142,5143,5144,5145", + "examine": "A scary zip line for teeth??" + }, + { + "ids": "5146,5147,5148,5149,5150,5151", + "examine": "A goal." + }, + { + "ids": "5152,5153,5154,5155", + "examine": "A pipe I can squeeze through." + }, + { + "ids": "5156", + "examine": "This may be worth opening." + }, + { + "ids": "5157", + "examine": "This may be worth searching." + }, + { + "ids": "5158", + "examine": "A pile of garden canes." + }, + { + "ids": "5159,5160", + "examine": "There's no way to cross this bridge." + }, + { + "ids": "5161", + "examine": "An old grandfather clock." + }, + { + "ids": "5162", + "examine": "A closed chest." + }, + { + "ids": "5163", + "examine": "An open chest." + }, + { + "ids": "5164", + "examine": "There is a note pinned to the signpost." + }, + { + "ids": "5165", + "examine": "It looks like it needs a good sweep out." + }, + { + "ids": "5166", + "examine": "Bookish." + }, + { + "ids": "5167", + "examine": "A large, elaborately ornamented memorial stone." + }, + { + "ids": "5168", + "examine": "A grave, marked by an ostentatious memorial stone." + }, + { + "ids": "5169", + "examine": "A poor grave marked by a simple, wooden cross." + }, + { + "ids": "5170,5171", + "examine": "The entrance to an extravagantly decorated mausoleum." + }, + { + "ids": "5172,5173", + "examine": "The door to the Tower." + }, + { + "ids": "5174,5175", + "examine": "The door to the garden shed." + }, + { + "ids": "5176", + "examine": "At some point the lightning conductor has broken, rendering it useless." + }, + { + "ids": "5177", + "examine": "A shocking piece of kit." + }, + { + "ids": "5178,5179", + "examine": "Mmm.. scented candles." + }, + { + "ids": "5180,5181,5182", + "examine": "I wouldn't eat there!" + }, + { + "ids": "5183,5184,5185,5186,5187,5188,5189,5190,5191,5192,5193,5194,5195,5196,5197,5198,5199,5200,5201", + "examine": "Looks wooden. Feels wooden. I wonder is it wooden?" + }, + { + "ids": "5202,5203,5204,5205", + "examine": "Dangerous, someone could trip on them." + }, + { + "ids": "5206", + "examine": "I can climb these stairs." + }, + { + "ids": "5207,5208,5209,5210,5211,5212,5213,5214,5215,5216,5217,5218,5219,5220,5221,5222,5223,5224,5225,5226,5227", + "examine": "They go down." + }, + { + "ids": "5228,5229,5230", + "examine": "Formed over many years of dripping limestone." + }, + { + "ids": "5231,5232,5233,5234,5235,5236,5237,5238,5239,5240,5241,5242,5243", + "examine": "A tooth shaped rock formation protruding from the floor." + }, + { + "ids": "5244,5245", + "examine": "Looks a bit tatty..." + }, + { + "ids": "5246,5247", + "examine": "A well slept in bed." + }, + { + "ids": "5248", + "examine": "It looks like a tree made of crystal." + }, + { + "ids": "5249", + "examine": "Looks to me like a quickly built fire." + }, + { + "ids": "5250", + "examine": "I can climb down this." + }, + { + "ids": "5251", + "examine": "I can climb this." + }, + { + "ids": "5252", + "examine": "A recently extinguished fire." + }, + { + "ids": "5253", + "examine": "I wish I could sting other people." + }, + { + "ids": "5254", + "examine": "Probably feels like a mild bee sting." + }, + { + "ids": "5255", + "examine": "I wouldn't like to get stung." + }, + { + "ids": "5256", + "examine": "Dock leaves at the ready." + }, + { + "ids": "5257", + "examine": "Nettles sting my leggies." + }, + { + "ids": "5258", + "examine": "These may hurt." + }, + { + "ids": "5259,5260,5261", + "examine": "A ghostly barrier." + }, + { + "ids": "5262,5263", + "examine": "These stairs were carved out of the rock of the cavern." + }, + { + "ids": "5264", + "examine": "I can climb this." + }, + { + "ids": "5265", + "examine": "I can climb up here." + }, + { + "ids": "5266", + "examine": "I can go below decks with this ladder." + }, + { + "ids": "5267", + "examine": "I wonder what's under it." + }, + { + "ids": "5268", + "examine": "I wonder what's down there." + }, + { + "ids": "5269", + "examine": "I can't see a rock!" + }, + { + "ids": "5270,5271,5272", + "examine": "I wonder what's inside." + }, + { + "ids": "5273", + "examine": "Perhaps I should search it." + }, + { + "ids": "5274", + "examine": "High above here is a tattered flag, blowing in the wind." + }, + { + "ids": "5275", + "examine": "An appliance for cooking with." + }, + { + "ids": "5276", + "examine": "The bank teller will serve you from here." + }, + { + "ids": "5277", + "examine": "This booth is closed." + }, + { + "ids": "5278,5279", + "examine": "The resting place of Necrovarus' mortal body." + }, + { + "ids": "5280", + "examine": "I can climb these stairs." + }, + { + "ids": "5281", + "examine": "They go down." + }, + { + "ids": "5282", + "examine": "A ghastly fountain filled with slime and bones, the source of Necrovarus' power." + }, + { + "ids": "5283", + "examine": "It's a small Ectofuntus." + }, + { + "ids": "5284", + "examine": "A big grinding thing." + }, + { + "ids": "5285,5286", + "examine": "The tatty gangplank of a tatty ship." + }, + { + "ids": "5287,5288,5289,5290,5291,5292,5293,5294,5295,5296,5297,5298,5299,5300,5301,5302,5303,5304,5305", + "examine": "Seen better days." + }, + { + "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 wooden rowing boat." + }, + { + "ids": "5330", + "examine": "A pile of boxes for storage." + }, + { + "ids": "5331", + "examine": "A leafy fern." + }, + { + "ids": "5332", + "examine": "A small bushy plant." + }, + { + "ids": "5333,5334,5335,5336,5337,5338,5339,5340,5341,5342,5343,5344", + "examine": "A leafy shrub." + }, + { + "ids": "5345", + "examine": "The ideal thing to sit on." + }, + { + "ids": "5346,5347", + "examine": "This needs dusting before I'll sit on it." + }, + { + "ids": "5348", + "examine": "Not so good for sitting on." + }, + { + "ids": "5349", + "examine": "Generally used for putting things on." + }, + { + "ids": "5350", + "examine": "Actually, I could do with a drink..." + }, + { + "ids": "5351", + "examine": "For leaning against..." + }, + { + "ids": "5352", + "examine": "One horse power, wooden suspension. A beauty." + }, + { + "ids": "5353", + "examine": "A wooden wheelbarrow." + }, + { + "ids": "5354", + "examine": "Animal feeder." + }, + { + "ids": "5355", + "examine": "It probably hasn't got anything interesting inside." + }, + { + "ids": "5356,5357", + "examine": "They probably haven't got anything interesting inside." + }, + { + "ids": "5358", + "examine": "Looks like he's been dead a while now..." + }, + { + "ids": "5359", + "examine": "I don't think he'd mind us checking for his wallet now..." + }, + { + "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": "I'm sure he died of natural causes. Like a massive dragon or something..." + }, + { + "ids": "5397,5398,5399,5400,5401,5402", + "examine": "This figure brings luck to those who sail." + }, + { + "ids": "5403", + "examine": "Without this I'm going around in circles." + }, + { + "ids": "5404,5405,5406,5407,5408,5409,5410,5411,5412,5413,5414", + "examine": "Holds up the sails." + }, + { + "ids": "5415,5416,5417,5418,5419,5420,5421,5422,5423,5424,5425,5426,5427,5428", + "examine": "Allows access to other parts of the ship." + }, + { + "ids": "5429", + "examine": "It's a table with candles on." + }, + { + "ids": "5430", + "examine": "Doesn't look too good..." + }, + { + "ids": "5431,5432,5433,5434,5435,5436,5437,5438", + "examine": "Looks a bit empty." + }, + { + "ids": "5439,5440,5441,5442,5443,5444,5445,5446,5447,5448,5449,5450,5451,5452", + "examine": "It's been knocked off its hinges." + }, + { + "ids": "5453,5454,5455,5456,5457,5458,5459,5460", + "examine": "It's a door." + }, + { + "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 subterranean pool of ectoplasm." + }, + { + "ids": "5488", + "examine": "I can climb this." + }, + { + "ids": "5489", + "examine": "The finest rings." + }, + { + "ids": "5490", + "examine": "I wonder what's under it?" + }, + { + "ids": "5491,5492", + "examine": "I wonder what's down there?" + }, + { + "ids": "5493", + "examine": "I can climb this." + }, + { + "ids": "5494", + "examine": "A crude torch stuck in the ground." + }, + { + "ids": "5495,5496", + "examine": "I guess I could sleep in it if I was really tired." + }, + { + "ids": "5497,5498", + "examine": "A well slept in bed." + }, + { + "ids": "5499,5500", + "examine": "Hot!" + }, + { + "ids": "5501,5502,5503,5504,5505,5506,5507", + "examine": "Stops people getting out." + }, + { + "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": "It's a lectern." + }, + { + "ids": "5538", + "examine": "Makes you cry." + }, + { + "ids": "5539,5540,5541,5542", + "examine": "Found near the water's edge." + }, + { + "ids": "5543", + "examine": "Isn't Heather a girls' name?" + }, + { + "ids": "5544", + "examine": "Smells lovely!" + }, + { + "ids": "5545", + "examine": "Who is this Heather girl?" + }, + { + "ids": "5546", + "examine": "A purple haze of delight." + }, + { + "ids": "5547", + "examine": "The colour purple on stems." + }, + { + "ids": "5548", + "examine": "I ponder... Why is it purple?" + }, + { + "ids": "5549", + "examine": "I wonder why it's purple?" + }, + { + "ids": "5550", + "examine": "A cure for nettle stings." + }, + { + "ids": "5551", + "examine": "A droopy tree." + }, + { + "ids": "5552,5553", + "examine": "These trees are found near water." + }, + { + "ids": "5554", + "examine": "This is what is left of a willow tree." + }, + { + "ids": "5555,5556,5557", + "examine": "I don't know art, but I like it!" + }, + { + "ids": "5558", + "examine": "Aggie's cooking something, probably best not to think what..." + }, + { + "ids": "5559", + "examine": "Trinkets and stuff." + }, + { + "ids": "5560", + "examine": "Looking good!" + }, + { + "ids": "5561", + "examine": "Aggie's broomstick." + }, + { + "ids": "5562,5563", + "examine": "Aggie has already dyed this cloth." + }, + { + "ids": "5564", + "examine": "A thoroughly used bed." + }, + { + "ids": "5565,5566,5567,5568", + "examine": "A lovely comfy-looking big bed." + }, + { + "ids": "5569,5570", + "examine": "The remains of a stone wall." + }, + { + "ids": "5571", + "examine": "An empty home for chickens." + }, + { + "ids": "5572,5573", + "examine": "A lovely bare chicken coop." + }, + { + "ids": "5574", + "examine": "Full of animal feed." + }, + { + "ids": "5575,5576,5577", + "examine": "Animal feeder." + }, + { + "ids": "5578", + "examine": "A traveller's companion." + }, + { + "ids": "5579", + "examine": "Loaded with hay and ready to roll." + }, + { + "ids": "5580", + "examine": "A wooden wheelbarrow." + }, + { + "ids": "5581,5582", + "examine": "Someone's been chopping logs." + }, + { + "ids": "5583,5584,5585,5586,5587,5588", + "examine": "Baby bread." + }, + { + "ids": "5589,5590,5591,5592,5593", + "examine": "The river makes it spin." + }, + { + "ids": "5594", + "examine": "I'd better not get my hands trapped in that." + }, + { + "ids": "5595", + "examine": "Diango's Toy Stall." + }, + { + "ids": "5596", + "examine": "Doesn't look too good..." + }, + { + "ids": "5597", + "examine": "Shows which way the wind blows." + }, + { + "ids": "5598,5599,5600,5601,5602,5603", + "examine": "A barrel for collecting rain water." + }, + { + "ids": "5604", + "examine": "A rock." + }, + { + "ids": "5605", + "examine": "A small rock." + }, + { + "ids": "5606,5607", + "examine": "Some rock." + }, + { + "ids": "5608", + "examine": "This fire is already in use, I wouldn't mess with it if I were you..." + }, + { + "ids": "5609,5610,5611,5612", + "examine": "They could do with a wash." + }, + { + "ids": "5613", + "examine": "It smells like the rats aren't washing often enough." + }, + { + "ids": "5614", + "examine": "The ideal thing to sit on." + }, + { + "ids": "5615", + "examine": "Sit back and relax..." + }, + { + "ids": "5616,5617", + "examine": "This tells you which way is which." + }, + { + "ids": "5618", + "examine": "These open and close!" + }, + { + "ids": "5619,5620", + "examine": "This may be worth searching." + }, + { + "ids": "5621", + "examine": "An elegant ceramic pot tarnished with the dirt of a hundred years." + }, + { + "ids": "5622", + "examine": "I wonder what's inside..." + }, + { + "ids": "5623", + "examine": "It smells a bit stuffy." + }, + { + "ids": "5624", + "examine": "It smells funny in there." + }, + { + "ids": "5625,5626", + "examine": "Ned is making some rope here." + }, + { + "ids": "5627", + "examine": "A blue standard." + }, + { + "ids": "5628,5629,5630", + "examine": "A standard of Lumbridge Castle." + }, + { + "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": "Glowing embers." + }, + { + "ids": "5788", + "examine": "The sort of bench you get in churches." + }, + { + "ids": "5789,5790", + "examine": "An expertly carved statue of a former King of Misthalin." + }, + { + "ids": "5791,36749,36751", + "examine": "A carving of a figure from the history of RuneScape." + }, + { + "ids": "5792", + "examine": "When I've ground some flour, I'll be able to collect it here." + }, + { + "ids": "5793,5794,5795,5796,5797,5798", + "examine": "It's a large crack in the wall." + }, + { + "ids": "5799,5800,5801,5802", + "examine": "It's a trapdoor." + }, + { + "ids": "5803,5804,5805,5806,5807", + "examine": "It's an open trapdoor." + }, + { + "ids": "5808", + "examine": "An incredibly detailed stone sculpture." + }, + { + "ids": "5809", + "examine": "Helps the Seers predict the weather when it's working." + }, + { + "ids": "5810,5811", + "examine": "Helps the Seers predict the weather." + }, + { + "ids": "5812", + "examine": "I can climb this." + }, + { + "ids": "5813,5814", + "examine": "I can climb down this." + }, + { + "ids": "5815", + "examine": "A candle, a lens and some sort of crystal all precariously balanced together." + }, + { + "ids": "5816,5817,5818,5819,5820,5821,5822,5823,5824", + "examine": "A beacon so gnome gliders can safely land." + }, + { + "ids": "5825", + "examine": "Fly Gnome Air." + }, + { + "ids": "5826,5827,5828,5829,5830", + "examine": "This shop deals in antique swords." + }, + { + "ids": "5831,5832,5833,5834", + "examine": "Shop counter." + }, + { + "ids": "5835,5836,5837,5838,5839,5840,5841", + "examine": "Don't want to close this, I might not be able to get back down." + }, + { + "ids": "5842", + "examine": "It overlooks the path below. Let's hope it won't fall on your head." + }, + { + "ids": "5843", + "examine": "Someone is climbing down there! Looks dangerous." + }, + { + "ids": "5844", + "examine": "Placed in a perfect position for stumbling over." + }, + { + "ids": "5845", + "examine": "There is a rope going over it." + }, + { + "ids": "5846", + "examine": "Someone is climbing down the rope." + }, + { + "ids": "5847", + "examine": "You will need to climb over it." + }, + { + "ids": "5848", + "examine": "The tree stands tall at the edge of the pool." + }, + { + "ids": "5849", + "examine": "You can't stand on them, but maybe something can be wedged into there." + }, + { + "ids": "5850,5851", + "examine": "Something put on top of this wouldn't fall off, it's quite smooth and flat." + }, + { + "ids": "5852,5853,5854", + "examine": "Someone put a plank on top of the stone! Clever..." + }, + { + "ids": "5855", + "examine": "The pool looks very peaceful. You can also hear faint singing coming from it." + }, + { + "ids": "5856", + "examine": "The legendary White Pearl fruit is growing on these thorny bushes!" + }, + { + "ids": "5857", + "examine": "There's a nasty stench coming from the cave." + }, + { + "ids": "5858", + "examine": "Faint rays of daylight shine through." + }, + { + "ids": "5859", + "examine": "It's very dark down there." + }, + { + "ids": "5860,5861", + "examine": "Very pointy, very sharp." + }, + { + "ids": "5862", + "examine": "This is the place where you buried Asleif." + }, + { + "ids": "5863,5864,5865,5866,5867,5868,5869,5870,5871,5872,5873,5874,5875,5876,5877", + "examine": "Asleif was given a proper burial on this spot." + }, + { + "ids": "5878", + "examine": "It's a long wooden table." + }, + { + "ids": "5879", + "examine": "Generally used for putting things on." + }, + { + "ids": "5880", + "examine": "Good for sitting on." + }, + { + "ids": "5881,5882", + "examine": "A crude torch stuck in the ground." + }, + { + "ids": "5883", + "examine": "Sticky, dirty mud." + }, + { + "ids": "5884", + "examine": "This stinks..." + }, + { + "ids": "5885", + "examine": "The roots go down into the mud." + }, + { + "ids": "5886", + "examine": "Sticky, dirty roots covered in sticky, dirty mud." + }, + { + "ids": "5887,5888,5889,5890", + "examine": "It's barely a door, really." + }, + { + "ids": "5891,5892,5893,5894", + "examine": "The entry to a special tent in the camp." + }, + { + "ids": "5895", + "examine": "It's just a big stone, really." + }, + { + "ids": "5896", + "examine": "Uh oh, someone is going to be in trouble!" + }, + { + "ids": "5897,5898,5899,5900,5901", + "examine": "The pool looks very peaceful. You can also hear faint singing coming from it." + }, + { + "ids": "5902,5903,5904", + "examine": "It's only useful for hiding behind now." + }, + { + "ids": "5905,5906,5907,5908", + "examine": "This tree has been cut down." + }, + { + "ids": "5909", + "examine": "A still for making lamp oil." + }, + { + "ids": "5910,5911,5912,5913,5914,5915,5916", + "examine": "The still has oil in." + }, + { + "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": "Noxious fumes bubble up from the bowels of the earth." + }, + { + "ids": "5946", + "examine": "You see a circle of light at the top." + }, + { + "ids": "5947", + "examine": "An entrance to the dark caves." + }, + { + "ids": "5948,5949,5950,5951,5952,5953,5954,5955,5956,5957,5958", + "examine": "I can jump from this stepping stone." + }, + { + "ids": "5959,5960,5961,5962,5963", + "examine": "I wonder what this does..." + }, + { + "ids": "5964,5965", + "examine": "Flying in mid-air!" + }, + { + "ids": "5966", + "examine": "A blocked passage." + }, + { + "ids": "5967,5968,5969,5970,5971,5972", + "examine": "I'd better leave his expensive dwarven balls alone." + }, + { + "ids": "5973,5974", + "examine": "A small cave entrance." + }, + { + "ids": "5975,5976", + "examine": "A powerful ranging device that fires metal balls." + }, + { + "ids": "5977,5978,5979,5980", + "examine": "It's a sheer wall of fire, rising as high as you can see." + }, + { + "ids": "5981,5982,5983,5984", + "examine": "Lighting for the caves." + }, + { + "ids": "5985", + "examine": "A rock." + }, + { + "ids": "5986", + "examine": "A small rock." + }, + { + "ids": "5987,5988", + "examine": "A rock." + }, + { + "ids": "5989,5990,5991,5992,5993,5994,5995,5996,5997", + "examine": "A mineral vein that looks distinctly like gold." + }, + { + "ids": "5998,5999,6000,6001,6002,6003,6004,6005,6006,6007,6008", + "examine": "Functions like an open door..." + }, + { + "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": "It's a tiny little blue flame. Is this the essence of the Arzinian Being?" + }, + { + "ids": "6032,6033,6034,6035", + "examine": "Powers the boat." + }, + { + "ids": "6036,6037", + "examine": "Allows access to other parts of the ship." + }, + { + "ids": "6038,6039,6040,6041,6042", + "examine": "Without this I'm going around in circles." + }, + { + "ids": "6043,6044", + "examine": "Powers the boat." + }, + { + "ids": "6045,6046,6047,6048,6049,6050,6051,6052,6053,6054,6055,6056,6057,6058,6059,6060,6061,6062,6063", + "examine": "You can 'cart' things around on this." + }, + { + "ids": "6064", + "examine": "A stand for hats." + }, + { + "ids": "6065", + "examine": "Some dwarf clothes that are obviously too small for me!" + }, + { + "ids": "6066", + "examine": "An empty weapon rack." + }, + { + "ids": "6067,6068,6069", + "examine": "A weapon rack." + }, + { + "ids": "6070", + "examine": "A method of dwarf storage" + }, + { + "ids": "6071,6072,6073,6074", + "examine": "A method of dwarf storage." + }, + { + "ids": "6075", + "examine": "Useful for a dwarf." + }, + { + "ids": "6076,6077,6078,6079", + "examine": "A big desk, for a dwarf!" + }, + { + "ids": "6080", + "examine": "Spins yarn." + }, + { + "ids": "6081", + "examine": "Banking transactions are processed here." + }, + { + "ids": "6082", + "examine": "Banking transactions are recorded here." + }, + { + "ids": "6083", + "examine": "This booth is closed." + }, + { + "ids": "6084", + "examine": "The bank teller will serve you from here." + }, + { + "ids": "6085", + "examine": "A way upwards." + }, + { + "ids": "6086", + "examine": "A way down." + }, + { + "ids": "6087", + "examine": "A way upwards." + }, + { + "ids": "6088", + "examine": "A way down." + }, + { + "ids": "6089", + "examine": "A way upwards." + }, + { + "ids": "6090", + "examine": "A way down." + }, + { + "ids": "6091,6092", + "examine": "A treasure trove of knowledge." + }, + { + "ids": "6093,6094,6095", + "examine": "A lovely place to cook meat." + }, + { + "ids": "6096", + "examine": "A great place to cook meat." + }, + { + "ids": "6097,6098,6099", + "examine": "A good source of water." + }, + { + "ids": "6100", + "examine": "The door is closed." + }, + { + "ids": "6101", + "examine": "The door is open." + }, + { + "ids": "6102", + "examine": "The door is closed." + }, + { + "ids": "6103", + "examine": "The door is open." + }, + { + "ids": "6104", + "examine": "The door is closed." + }, + { + "ids": "6105", + "examine": "The door is open." + }, + { + "ids": "6106", + "examine": "The door is closed." + }, + { + "ids": "6107", + "examine": "The door is open." + }, + { + "ids": "6108", + "examine": "The door is closed." + }, + { + "ids": "6109", + "examine": "The door is open." + }, + { + "ids": "6110", + "examine": "The door is closed." + }, + { + "ids": "6111", + "examine": "The door is open." + }, + { + "ids": "6112", + "examine": "The door is closed." + }, + { + "ids": "6113", + "examine": "The door is open." + }, + { + "ids": "6114", + "examine": "The door is closed." + }, + { + "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": "The door is open." + }, + { + "ids": "6146", + "examine": "Useful for keeping birds." + }, + { + "ids": "6147,6148,6149", + "examine": "Tower of rock." + }, + { + "ids": "6150", + "examine": "Useful for making weapons." + }, + { + "ids": "6151", + "examine": "Used for getting water." + }, + { + "ids": "6152,6153", + "examine": "Used for getting drunk." + }, + { + "ids": "6154,6155,6156,6157", + "examine": "Used for storage." + }, + { + "ids": "6158,6159,6160,6161", + "examine": "Not good for eating." + }, + { + "ids": "6162", + "examine": "Finest precious stones." + }, + { + "ids": "6163", + "examine": "Bread and cakes are spread out over it." + }, + { + "ids": "6164", + "examine": "Finely wrought wares of silver." + }, + { + "ids": "6165", + "examine": "I can get clothes made up from this stall." + }, + { + "ids": "6166,6167,6168,6169,6170,6171,6172", + "examine": "A whole lot of tools for crafting." + }, + { + "ids": "6173,6174,6175", + "examine": "A fine piece of sculpting." + }, + { + "ids": "6176", + "examine": "Oblong boxes. You hope there isn't anything other than salt inside." + }, + { + "ids": "6177", + "examine": "Big mysterious crates. You wonder what could be inside." + }, + { + "ids": "6178", + "examine": "Wooden crates, contents unknown." + }, + { + "ids": "6179,6180", + "examine": "They could do with a wash." + }, + { + "ids": "6181", + "examine": "Dead animal parts dangling!" + }, + { + "ids": "6182", + "examine": "Dead meat. Dangling from the wall. Looks delicious." + }, + { + "ids": "6183", + "examine": "It looks as hard as a rock, not very inviting." + }, + { + "ids": "6184", + "examine": "A smelly old mattress." + }, + { + "ids": "6185,6186", + "examine": "Metal plating to protect the dwarf." + }, + { + "ids": "6187", + "examine": "Useful... for a dwarf!" + }, + { + "ids": "6188", + "examine": "Various implements for working with metal." + }, + { + "ids": "6189,6190", + "examine": "A hot place for forging things in." + }, + { + "ids": "6191,6192", + "examine": "Being repaired." + }, + { + "ids": "6193", + "examine": "I look shorter, but not necessarily sweeter!" + }, + { + "ids": "6194,6195", + "examine": "Used for sitting." + }, + { + "ids": "6196,6197,6198,6199", + "examine": "Useful for a dwarf." + }, + { + "ids": "6200,6201", + "examine": "Fit for a dwarven feast!" + }, + { + "ids": "6202,6203", + "examine": "Gives out light, but then you knew that already." + }, + { + "ids": "6204", + "examine": "A simple place to sleep." + }, + { + "ids": "6205", + "examine": "A good dwarven bed. Too small for me!" + }, + { + "ids": "6206", + "examine": "Many important meetings are held here..." + }, + { + "ids": "6207", + "examine": "Draped in cloth." + }, + { + "ids": "6208,6209,6210", + "examine": "A beautiful seat, fit for a King." + }, + { + "ids": "6211", + "examine": "A dwarf table with chopping board." + }, + { + "ids": "6212", + "examine": "This tree has been cut down." + }, + { + "ids": "6213,6214,6215,6216,6217,6218,6219,6220,6221,6222,6223,6224,6225,6226,6227,6228,6229", + "examine": "A barrel full of ranging equipment..." + }, + { + "ids": "6230", + "examine": "I suppose he wants my money." + }, + { + "ids": "6231", + "examine": "A lovely table." + }, + { + "ids": "6232,6233,6234,6235", + "examine": "An expensive water feature." + }, + { + "ids": "6236", + "examine": "Stop for what, food?" + }, + { + "ids": "6237", + "examine": "Yellow blossom, lovely." + }, + { + "ids": "6238", + "examine": "Closed." + }, + { + "ids": "6239", + "examine": "Open." + }, + { + "ids": "6240", + "examine": "Closed." + }, + { + "ids": "6241", + "examine": "Open." + }, + { + "ids": "6242,6243,6244,6245", + "examine": "A stone staircase." + }, + { + "ids": "6246,6247,6248", + "examine": "Has upon it a beer, which I will not take for moral reasons." + }, + { + "ids": "6249", + "examine": "No this is not a mirage!" + }, + { + "ids": "6250,6251,6252,6253,6254", + "examine": "It's a goldfish! No, wait, it's just a bed." + }, + { + "ids": "6255,6256", + "examine": "Animal feeder." + }, + { + "ids": "6257", + "examine": "Lovely... Fresh." + }, + { + "ids": "6258", + "examine": "Dry dung." + }, + { + "ids": "6259", + "examine": "Smelly." + }, + { + "ids": "6260", + "examine": "I can climb down this." + }, + { + "ids": "6261,6262", + "examine": "I can climb this." + }, + { + "ids": "6263", + "examine": "Useful for pets." + }, + { + "ids": "6264", + "examine": "Useful for keeping birds." + }, + { + "ids": "6265,6266", + "examine": "Bird cage." + }, + { + "ids": "6267", + "examine": "An empty cage, maybe the owner let the creature free... I do hope so." + }, + { + "ids": "6268,6269,6270,6271,6272,6273", + "examine": "Useful for pets." + }, + { + "ids": "6274", + "examine": "Lovely comfy looking big bed." + }, + { + "ids": "6275", + "examine": "Laden with heaps of paper." + }, + { + "ids": "6276", + "examine": "I don't know much about art, but I like this." + }, + { + "ids": "6277", + "examine": "Look at the size of this cactus." + }, + { + "ids": "6278", + "examine": "Don't you open that trapdoor!" + }, + { + "ids": "6279", + "examine": "There is a rope leading to the bottom of this smoke filled well." + }, + { + "ids": "6280,6281", + "examine": "I can climb this." + }, + { + "ids": "6282", + "examine": "A portal to another land?" + }, + { + "ids": "6283,6284,6285,6286,6287,6288,6289,6290,6291", + "examine": "Weird looking pillar." + }, + { + "ids": "6292,6293", + "examine": "Shelves filled with interesting books." + }, + { + "ids": "6294", + "examine": "A locked display case for valuable artefacts." + }, + { + "ids": "6295", + "examine": "One of the sculptures is missing. Oh yes, that was me!" + }, + { + "ids": "6296", + "examine": "It looks like the demon didn't survive after all." + }, + { + "ids": "6297", + "examine": "He looks old, older than me anyway." + }, + { + "ids": "6298", + "examine": "I don't think he's going to make it." + }, + { + "ids": "6299,6300", + "examine": "I don't understand, why didn't he go back to Lumby?" + }, + { + "ids": "6301", + "examine": "A throne encrusted with sparkling gems." + }, + { + "ids": "6302,6303,6304,6305,6306", + "examine": "A throne from which you have removed the gems." + }, + { + "ids": "6307", + "examine": "A statuette of a golem, facing right." + }, + { + "ids": "6308", + "examine": "A statuette of a golem, facing left." + }, + { + "ids": "6309,6310", + "examine": "The statuette is missing from this alcove." + }, + { + "ids": "6311", + "examine": "Not good for eating." + }, + { + "ids": "6312", + "examine": "I can climb this." + }, + { + "ids": "6313,6314,6315,6316,6317,6318,6319,6320,6321,6322", + "examine": "I can climb down this." + }, + { + "ids": "6323", + "examine": "A broken clay arm." + }, + { + "ids": "6324", + "examine": "A clay foot." + }, + { + "ids": "6325", + "examine": "Half a golem smashed and broken." + }, + { + "ids": "6326", + "examine": "Smashed and half buried." + }, + { + "ids": "6327", + "examine": "A device once used for making pottery." + }, + { + "ids": "6328", + "examine": "Once upon a time this was used to make pottery." + }, + { + "ids": "6329", + "examine": "Once upon a time this made clay hard." + }, + { + "ids": "6330", + "examine": "There was a lot of pottery made here a long time ago." + }, + { + "ids": "6331", + "examine": "A statue of a guy with a hammer." + }, + { + "ids": "6332", + "examine": "A weathered old statue." + }, + { + "ids": "6333", + "examine": "A reclining lady." + }, + { + "ids": "6334", + "examine": "This statue has been tampered with." + }, + { + "ids": "6335,6336,6337", + "examine": "Contains a statue of a woman." + }, + { + "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": "Empty." + }, + { + "ids": "6363", + "examine": "A very heavy stone door." + }, + { + "ids": "6364,6365,6366,6367,6368,6369,6370,6371", + "examine": "A door to a demon's lair?" + }, + { + "ids": "6372,6373,6374,6375,6376,6377,6378,6379,6380", + "examine": "A stone staircase." + }, + { + "ids": "6381", + "examine": "A source of water for the river Elid." + }, + { + "ids": "6382,6383,6384,6385,6386,6387,6388,6389,6390,6391,6392,6393,6394,6395,6396,6397,6398,6399,6400,6401", + "examine": "Maybe I could swing on this somehow..." + }, + { + "ids": "6402", + "examine": "A limestone ceiling growth." + }, + { + "ids": "6403", + "examine": "A tooth shaped rock formation protruding from the floor." + }, + { + "ids": "6404,6405,6406,6407,6408,6409,6410,6411,6412,6413,6414,6415,6416,6417", + "examine": "An old mystical torch." + }, + { + "ids": "6418,6419", + "examine": "I can climb this." + }, + { + "ids": "6420,6421,6422", + "examine": "I wonder what's inside?" + }, + { + "ids": "6423,6424,6425,6426,6427,6428,6429,6430,6431,6432,6433", + "examine": "A magical aura seems to shimmer over the glass..." + }, + { + "ids": "6434,6435", + "examine": "I wonder what that's there for..." + }, + { + "ids": "6436", + "examine": "I can climb this." + }, + { + "ids": "6437,6438", + "examine": "An ancient looking tomb." + }, + { + "ids": "6439,6440", + "examine": "Climb this rope to go up." + }, + { + "ids": "6441", + "examine": "Looks like a small cave." + }, + { + "ids": "6442", + "examine": "Blocked by an icicle." + }, + { + "ids": "6443", + "examine": "Blocked by two icicles." + }, + { + "ids": "6444", + "examine": "Blocked by three icicles." + }, + { + "ids": "6445", + "examine": "Blocked by four icicles." + }, + { + "ids": "6446", + "examine": "Blocked by five icicles." + }, + { + "ids": "6447", + "examine": "Looks like a small cave." + }, + { + "ids": "6448,6449", + "examine": "It looks very sturdy." + }, + { + "ids": "6450", + "examine": "I can climb this." + }, + { + "ids": "6451,6452,6453", + "examine": "A wrought iron gate." + }, + { + "ids": "6454", + "examine": "Even rocks could freeze in this cold!" + }, + { + "ids": "6455,6456,6457,6458,6459,6460", + "examine": "Looks slippery." + }, + { + "ids": "6461,6462,6463,6464,6465,6466,6467,6468,6469,6470,6471", + "examine": "An ice gate." + }, + { + "ids": "6472,6473,6474,6475,6476,6477,6478,6479,6480", + "examine": "Chunky pieces of ice." + }, + { + "ids": "6481,6482", + "examine": "A mysterious tunnel-like structure." + }, + { + "ids": "6483,6484,6485,6486,6487,6488,6489,6490,6491,6492,6493", + "examine": "You can feel a mysterious power emanating from it..." + }, + { + "ids": "6494,6495,6496", + "examine": "This door is sealed by an ancient mystical power..." + }, + { + "ids": "6497,6498,6499,6500", + "examine": "I can climb down this." + }, + { + "ids": "6501,6502,6503,6504,6505,6506,6507,6508,6509,6510,6511", + "examine": "I can climb this." + }, + { + "ids": "6512", + "examine": "A fancy name for a coffin." + }, + { + "ids": "6513", + "examine": "A strange thing to leave lying around..." + }, + { + "ids": "6514,6515,6516,6517,6518,6519,6520", + "examine": "I hope this is just ornamental..." + }, + { + "ids": "6521,6522", + "examine": "Uh-oh!" + }, + { + "ids": "6523", + "examine": "This leads downwards." + }, + { + "ids": "6524,6525,6526,6527,6528,6529,6530,6531,6532,6533,6534,6535,6536,6537", + "examine": "You can see a small fissure in the ground here." + }, + { + "ids": "6538,6539,6540,6541,6542,6543,6544", + "examine": "The body of a lion, the head of a man?" + }, + { + "ids": "6545,6546,6547,6548", + "examine": "A smooth, sandstone door that is slightly warm to the touch." + }, + { + "ids": "6549,6550", + "examine": "A well down into the pyramid." + }, + { + "ids": "6551", + "examine": "A portal that leads you out of the pyramid." + }, + { + "ids": "6552", + "examine": "A mysterious ancient altar to some forgotten god..." + }, + { + "ids": "6553,6554,6555,6556,6557,6558,6559,6560", + "examine": "Opens into another area." + }, + { + "ids": "6561,6562,6563,6564,6565", + "examine": "A ladder that's almost not there at all..." + }, + { + "ids": "6566,6567", + "examine": "Gate like?" + }, + { + "ids": "6568", + "examine": "Garments for the discerning." + }, + { + "ids": "6569", + "examine": "Gone-off bread, cakes and pastries." + }, + { + "ids": "6570", + "examine": "Finest precious stones." + }, + { + "ids": "6571", + "examine": "These will keep you warm." + }, + { + "ids": "6572", + "examine": "The spice is right." + }, + { + "ids": "6573", + "examine": "An empty market stall." + }, + { + "ids": "6574", + "examine": "Fine brews from exotic regions." + }, + { + "ids": "6575,6576,6577", + "examine": "Best used with a horse." + }, + { + "ids": "6578,6579,6580", + "examine": "Grows a yellow fruit." + }, + { + "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": "A way to get in the tent." + }, + { + "ids": "6605", + "examine": "Wet and salty." + }, + { + "ids": "6606", + "examine": "The focus of the suntrap." + }, + { + "ids": "6607,6608,6609,6610,6611,6612,6613", + "examine": "A shiny mirror." + }, + { + "ids": "6614", + "examine": "A large door with a hieroglyph of a cat." + }, + { + "ids": "6615,6616,6617,6618,6619", + "examine": "Gate like?" + }, + { + "ids": "6620,6621", + "examine": "It looks like a hole in the wall." + }, + { + "ids": "6622", + "examine": "Rocky." + }, + { + "ids": "6623", + "examine": "An entrance into a tunnel. I wonder where it leads to." + }, + { + "ids": "6624", + "examine": "It looks like a door." + }, + { + "ids": "6625", + "examine": "Hmm. A door." + }, + { + "ids": "6626,6627,6628", + "examine": "A big wooden door." + }, + { + "ids": "6629", + "examine": "That could hurt." + }, + { + "ids": "6630,6631", + "examine": "A strange thing to leave lying around..." + }, + { + "ids": "6632,6633,6634", + "examine": "I can't see the bottom." + }, + { + "ids": "6635,6636", + "examine": "Has a lid shaped like a man. I think it contains someone's liver. Yuck." + }, + { + "ids": "6637,6638", + "examine": "Has a lid shaped like a crocodile. Yuck, I think there are lungs inside." + }, + { + "ids": "6639,6640", + "examine": "Has a lid shaped like a bug. Disgusting! I think there's a stomach inside." + }, + { + "ids": "6641", + "examine": "Has a lid shaped like an ape. Eeew! I think it contains someone's intestines." + }, + { + "ids": "6642", + "examine": "Doorway*Opens into another area, come on, I know this." + }, + { + "ids": "6644", + "examine": "Useful for putting things on." + }, + { + "ids": "6645", + "examine": "A ladder!! Never seen one of those before." + }, + { + "ids": "6646", + "examine": "I wonder what's inside." + }, + { + "ids": "6647", + "examine": "Perhaps I should search it." + }, + { + "ids": "6648", + "examine": "I wonder where this goes?" + }, + { + "ids": "6649", + "examine": "They go down." + }, + { + "ids": "6650", + "examine": "Phew!! That's one big bridge." + }, + { + "ids": "6651,6652", + "examine": "A big bridge over the river." + }, + { + "ids": "6653,6654", + "examine": "Wow. More bridge. Awesome." + }, + { + "ids": "6655", + "examine": "Oops." + }, + { + "ids": "6656", + "examine": "Rolls of colourful cloth." + }, + { + "ids": "6657", + "examine": "An ancient giant serpent." + }, + { + "ids": "6658", + "examine": "A tunnel leading upwards." + }, + { + "ids": "6659", + "examine": "A tunnel leading into the depths of the earth." + }, + { + "ids": "6660", + "examine": "A rock wall infused with the power of Guthix." + }, + { + "ids": "6661", + "examine": "The wall is weeping blue tears." + }, + { + "ids": "6662", + "examine": "The wall is weeping green tears." + }, + { + "ids": "6663,6664", + "examine": "The wall is not weeping at the moment." + }, + { + "ids": "6665", + "examine": "The wall is weeping blue tears." + }, + { + "ids": "6666", + "examine": "The wall is weeping green tears." + }, + { + "ids": "6667,6668", + "examine": "The wall is not weeping at the moment." + }, + { + "ids": "6669,6670,6671", + "examine": "Stone with blue veins." + }, + { + "ids": "6672", + "examine": "They don't look too easy to climb." + }, + { + "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 could climb these." + }, + { + "ids": "6702,6703,6704,6705,6706,6707", + "examine": "I can climb these stairs." + }, + { + "ids": "6708,6709,6710,6711,6712", + "examine": "I can climb this." + }, + { + "ids": "6713,6714,6715,6716,6717,6718,6719,6720,6721,6722,6723,6724,6725,6726,6727,6728,6729,6730,6731", + "examine": "I wonder what is awaiting 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": "I wonder what awaits me on the other side?" + }, + { + "ids": "6767,6768,6769,6770", + "examine": "A crude torch stuck in the ground." + }, + { + "ids": "6771,6772,6773", + "examine": "A large stone coffin." + }, + { + "ids": "6774,6775", + "examine": "A large stone chest." + }, + { + "ids": "6776", + "examine": "Looks like he's been dead a while now..." + }, + { + "ids": "6777", + "examine": "I don't think he'd mind us checking for his wallet now..." + }, + { + "ids": "6778,6779,6780,6781,6782,6783,6784,6785,6786,6787,6788,6789,6790", + "examine": "I'm sure he died of natural causes. Like a massive dragon or something..." + }, + { + "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": "The groundskeeper's bed." + }, + { + "ids": "6821,6822,6823", + "examine": "A large stone coffin." + }, + { + "ids": "6824,6825,6826", + "examine": "It's locked." + }, + { + "ids": "6827,6828,6829,6830,6831,6832,6833,6834", + "examine": "It might still work..." + }, + { + "ids": "6835", + "examine": "Danger... weak surface beyond gate. Digging may lead to cave-ins." + }, + { + "ids": "6836,6837,6838", + "examine": "Sturdy metal bars." + }, + { + "ids": "6839", + "examine": "Smells pretty bad!" + }, + { + "ids": "6840", + "examine": "It looks as this is where some wall fungus used to be." + }, + { + "ids": "6841,6842,6843", + "examine": "Some crude stone steps." + }, + { + "ids": "6844,6845", + "examine": "An old crude tomb." + }, + { + "ids": "6846", + "examine": "It's damaged." + }, + { + "ids": "6847", + "examine": "A note says, 'Please ring for attention.'" + }, + { + "ids": "6848", + "examine": "An old crude tomb." + }, + { + "ids": "6849", + "examine": "'Leave da dead-uns boxes 'lone or else ya goes down da 'ole'" + }, + { + "ids": "6850", + "examine": "An old crude tomb." + }, + { + "ids": "6851", + "examine": "This coffin is spilt over the floor." + }, + { + "ids": "6852", + "examine": "This coffin is open." + }, + { + "ids": "6853", + "examine": "An old crude tomb." + }, + { + "ids": "6854", + "examine": "This coffin is spilt over the floor." + }, + { + "ids": "6855", + "examine": "This coffin is open." + }, + { + "ids": "6856,6857,6858,6859,6860,6861,6862,6863,6864", + "examine": "A barricade made from skulls and bones." + }, + { + "ids": "6865", + "examine": "Not very high." + }, + { + "ids": "6866", + "examine": "Hot stuff." + }, + { + "ids": "6867,6868,6869,6870", + "examine": "Ogres bang these to make noise." + }, + { + "ids": "6871,6872,6873,6874", + "examine": "A bulky door made from solid rock." + }, + { + "ids": "6875", + "examine": "These open and close!" + }, + { + "ids": "6876", + "examine": "This may be worth opening." + }, + { + "ids": "6877,6878,6879", + "examine": "I wonder what this item contains." + }, + { + "ids": "6880", + "examine": "A barricade made of skulls and bones." + }, + { + "ids": "6881,6882", + "examine": "A barricade made of skulls and bones which has been crushed." + }, + { + "ids": "6883,6884,6885,6886,6887", + "examine": "An old crude tomb." + }, + { + "ids": "6888", + "examine": "A sick, frail old man." + }, + { + "ids": "6889", + "examine": "A sick, frail old man" + }, + { + "ids": "6890,6891,6892", + "examine": "An old crude tomb." + }, + { + "ids": "6893", + "examine": "I don't think he'd mind us checking for his wallet now..." + }, + { + "ids": "6894,6895", + "examine": "A good source of books!" + }, + { + "ids": "6896", + "examine": "A crude torch stuck in the ground." + }, + { + "ids": "6897,6898,6899,6900,6901,6902", + "examine": "A strange ogre plinth, this must be where the artifacts are stored." + }, + { + "ids": "6903", + "examine": "It looks like the hole in the wall has been blocked with rubble." + }, + { + "ids": "6904", + "examine": "How exciting, some shelves." + }, + { + "ids": "6905,6906,6907,6908", + "examine": "A hole in the wall." + }, + { + "ids": "6909", + "examine": "A rock wall." + }, + { + "ids": "6910", + "examine": "It has a letter 'S' on the lock." + }, + { + "ids": "6911", + "examine": "Used for storage." + }, + { + "ids": "6912,6913,6914", + "examine": "A narrow hole in the wall." + }, + { + "ids": "6915", + "examine": "Rubble is blocking the passage." + }, + { + "ids": "6916,6917,6918", + "examine": "A good source of books!" + }, + { + "ids": "6919,6920", + "examine": "A heavy portal decorated with bone." + }, + { + "ids": "6921,6922,6923,6924,6925,6926", + "examine": "A symbol is carved into the wall here." + }, + { + "ids": "6927", + "examine": "I don't think I can get through this way!" + }, + { + "ids": "6928", + "examine": "Looks like its no longer operational." + }, + { + "ids": "6929,6930", + "examine": "Big bones are being used to prop up the wall." + }, + { + "ids": "6931,6932,6933,6934,6935,6936,6937,6938", + "examine": "It's a bit like walking through a giant rib cage." + }, + { + "ids": "6939,6940,6941,6942", + "examine": "This arch is broken. I hope the ceiling doesn't come down!" + }, + { + "ids": "6943,6944,6945,6946,6947,6948,6949", + "examine": "A rocky outcrop." + }, + { + "ids": "6950", + "examine": "I dont think i can get through this way." + }, + { + "ids": "6951,6952,6953,6954,6955,6956,6957,6958,6959,6960,6961,6962,6963,6964,6965,6966,6967,6968", + "examine": "An eye-wrenching nexus of utter negation!" + }, + { + "ids": "6969,6970", + "examine": "A dirty little swamp boat." + }, + { + "ids": "6971", + "examine": "It looks dark down there." + }, + { + "ids": "6972,6973,6974", + "examine": "A book sits on top." + }, + { + "ids": "6975", + "examine": "The door is closed." + }, + { + "ids": "6976", + "examine": "The door is open." + }, + { + "ids": "6977", + "examine": "The door is closed." + }, + { + "ids": "6978,6979,6980,6981,6982,6983", + "examine": "The door is open." + }, + { + "ids": "6984", + "examine": "Empty market stall." + }, + { + "ids": "6985,6986,6987,6988,6989,6990,6991,6992,6993,6994,6995,6996,6997,6998,6999,7000,7001", + "examine": "A steam powered crushing machine." + }, + { + "ids": "7002", + "examine": "A dwarven statue crumbling away from old age." + }, + { + "ids": "7003", + "examine": "It's crumbling away from old age, it's hardly recognizable as a dwarf." + }, + { + "ids": "7004,7005", + "examine": "This stone dwarf must be guarding the way into a dwarven area!" + }, + { + "ids": "7006,7007", + "examine": "Big. For a dwarf!" + }, + { + "ids": "7008,7009", + "examine": "A work in progress." + }, + { + "ids": "7010", + "examine": "A work that has yet to begin." + }, + { + "ids": "7011,7012", + "examine": "An underground limpwurt plant." + }, + { + "ids": "7013,7014,7015", + "examine": "Insect eating plant." + }, + { + "ids": "7016,7017", + "examine": "A stone carved Pillar." + }, + { + "ids": "7018", + "examine": "Dwarf storage." + }, + { + "ids": "7019,7020,7021", + "examine": "Used for keeping beer or glasses." + }, + { + "ids": "7022,7023,7024,7025,7026", + "examine": "Tracks for the carts to run over." + }, + { + "ids": "7027,7028,7029,7030,7031", + "examine": "A steam powered cart." + }, + { + "ids": "7032,7033,7034,7035,7036,7037,7038,7039,7040,7041,7042,7043", + "examine": "A fine piece of sculpting." + }, + { + "ids": "7044,7045,7046,7047,7048", + "examine": "Keeps mine carts from rolling away." + }, + { + "ids": "7049,7050,7051,7052", + "examine": "A wooden gate." + }, + { + "ids": "7053,7054,7055", + "examine": "Lots of seeds here." + }, + { + "ids": "7056", + "examine": "I can climb down these stairs." + }, + { + "ids": "7057", + "examine": "I can climb up these stairs." + }, + { + "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": "Filled to the brim with knowledge." + }, + { + "ids": "7090", + "examine": "'You are here.'" + }, + { + "ids": "7091", + "examine": "Lots of hard study has been done here." + }, + { + "ids": "7092,7093,7094,7095", + "examine": "A telescope pointing southwards..." + }, + { + "ids": "7096", + "examine": "A map of some ancient land." + }, + { + "ids": "7097", + "examine": "There are plenty of shelves" + }, + { + "ids": "7098", + "examine": "Maybe it shows the location of buried treasure?" + }, + { + "ids": "7099", + "examine": "Old songs, old stories..." + }, + { + "ids": "7100", + "examine": "Armour of a Saradominist warrior. Decorative, but still effective." + }, + { + "ids": "7101", + "examine": "A cape from Saradomin, suitable for a battle-mage." + }, + { + "ids": "7102", + "examine": "A staff as used by Saradominist magi." + }, + { + "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": "There is a powerful presence about these ruins..." + }, + { + "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 tear in the dimensional weave of the Abyss." + }, + { + "ids": "7154,7155", + "examine": "A tunnel through the abyss." + }, + { + "ids": "7156,7157", + "examine": "This seems to be blocking the exit..." + }, + { + "ids": "7158", + "examine": "I could probably break this up with a pickaxe." + }, + { + "ids": "7159", + "examine": "I could probably break this up with a pickaxe. Oh wait, I just did." + }, + { + "ids": "7160", + "examine": "Pickaxe power!" + }, + { + "ids": "7161,7162", + "examine": "They don't look that solid, an axe could help me chop them down." + }, + { + "ids": "7163", + "examine": "I cannot tell a lie. I chopped them down." + }, + { + "ids": "7164", + "examine": "If I'm agile enough I might be able to squeeze through..." + }, + { + "ids": "7165", + "examine": "I could probably burn this away with a tinderbox." + }, + { + "ids": "7166", + "examine": "I could probably burn this with fire." + }, + { + "ids": "7167", + "examine": "Burnt open." + }, + { + "ids": "7168,7169,7170", + "examine": "I could probably distract these with thievery." + }, + { + "ids": "7171,7172,7173,7174,7175,7176,7177,7178,7179,7180,7181,7182,7183,7184,7185,7186,7187,7188", + "examine": "An unstable portal across the dimensions..." + }, + { + "ids": "7189,7190,7191,7192,7193,7194,7195,7196,7197,7198,7199,7200,7201,7202,7203,7204,7205", + "examine": "Abyssal Tendrils." + }, + { + "ids": "7206", + "examine": "Now that's what I call slimline!" + }, + { + "ids": "7207", + "examine": "He looks very relaxed." + }, + { + "ids": "7208,7209,7210,7211,7212,7213,7214,7215,7216,7217,7218", + "examine": "Now he's just too thin." + }, + { + "ids": "7219,7220", + "examine": "An opening into the crumbling wall." + }, + { + "ids": "7221", + "examine": "This leads downwards." + }, + { + "ids": "7222,7223", + "examine": "This way to the viewing gallery." + }, + { + "ids": "7224", + "examine": "I'll never be able to dodge that!" + }, + { + "ids": "7225,7226", + "examine": "It's a wall..." + }, + { + "ids": "7227", + "examine": "It's the floor..." + }, + { + "ids": "7228,7229", + "examine": "It's a wall..." + }, + { + "ids": "7230", + "examine": "It's the floor..." + }, + { + "ids": "7231,7232,7233,7234,7235", + "examine": "Not your average door..." + }, + { + "ids": "7236,7237,7238", + "examine": "I wonder what's inside." + }, + { + "ids": "7239,7240", + "examine": "It's a long way down..." + }, + { + "ids": "7241", + "examine": "That's going to hurt if it hits me!" + }, + { + "ids": "7242,7243,7244", + "examine": "If only I knew Karate..." + }, + { + "ids": "7245", + "examine": "It's the floor..." + }, + { + "ids": "7246,7247", + "examine": "Locked." + }, + { + "ids": "7248,7249", + "examine": "It's a wall..." + }, + { + "ids": "7250", + "examine": "It's the floor..." + }, + { + "ids": "7251", + "examine": "Bend your way through." + }, + { + "ids": "7252", + "examine": "That could really hurt!" + }, + { + "ids": "7253", + "examine": "I must not fear, fear is the little death that brings total oblivion." + }, + { + "ids": "7254,7255,7256", + "examine": "Blocking my way back." + }, + { + "ids": "7257", + "examine": "I wonder where it leads." + }, + { + "ids": "7258", + "examine": "An opening into the crumbling wall." + }, + { + "ids": "7259,7260,7261,7262,7263,7264,7265,7266,7267,7268,7269,7270,7271", + "examine": "This way to exit." + }, + { + "ids": "7272,7273", + "examine": "A mystical teleport." + }, + { + "ids": "7274,7275,7276", + "examine": "Lets me walk through walls..." + }, + { + "ids": "7277", + "examine": "He looks hungry, but I don't think he'll do anything while I'm here." + }, + { + "ids": "7278,7279,7280", + "examine": "He's no longer looks hungry, although perhaps a little guilty-looking." + }, + { + "ids": "7281,7282,7283", + "examine": "He's looking at the grain..." + }, + { + "ids": "7284", + "examine": "A sack full of grain." + }, + { + "ids": "7285", + "examine": "I think the chicken enjoyed his meal..." + }, + { + "ids": "7286,7287", + "examine": "It looks pretty rickety..." + }, + { + "ids": "7288,7289,7290,7291,7292,7293,7294,7295,7296,7297,7298,7299,7300,7301", + "examine": "A mystical teleport." + }, + { + "ids": "7302", + "examine": "Lets me walk through walls..." + }, + { + "ids": "7303", + "examine": "A gold statue of a famous White Knight." + }, + { + "ids": "7304", + "examine": "A silver statue of a famous White Knight." + }, + { + "ids": "7305", + "examine": "A bronze statue of a famous White Knight." + }, + { + "ids": "7306", + "examine": "A gold statue of an ancient warrior." + }, + { + "ids": "7307", + "examine": "A silver statue of an ancient warrior." + }, + { + "ids": "7308", + "examine": "A bronze statue of an ancient warrior." + }, + { + "ids": "7309", + "examine": "A gold statue of a famous warrior." + }, + { + "ids": "7310", + "examine": "A silver statue of a famous warrior." + }, + { + "ids": "7311", + "examine": "A bronze statue of a famous warrior." + }, + { + "ids": "7312", + "examine": "A gold statue of an ancient White Knight." + }, + { + "ids": "7313", + "examine": "A silver statue of an ancient White Knight." + }, + { + "ids": "7314", + "examine": "A bronze statue of an ancient White Knight." + }, + { + "ids": "7315,7316", + "examine": "A mystical teleport." + }, + { + "ids": "7317", + "examine": "Lets me walk through walls..." + }, + { + "ids": "7318,7319", + "examine": "A mystical teleport." + }, + { + "ids": "7320", + "examine": "Lets me walk through walls..." + }, + { + "ids": "7321,7322", + "examine": "A mystical teleport." + }, + { + "ids": "7323", + "examine": "Lets me walk through walls..." + }, + { + "ids": "7324,7325", + "examine": "A mystical teleport." + }, + { + "ids": "7326", + "examine": "Lets me walk through walls..." + }, + { + "ids": "7327,7328,7329,7330", + "examine": "Filled to the brim with knowledge." + }, + { + "ids": "7331", + "examine": "Generally used for putting things on." + }, + { + "ids": "7332", + "examine": "A table with a Bunsen burner on it." + }, + { + "ids": "7333,7334,7335,7336,7337,7338,7339", + "examine": "There are some containers of chemicals here." + }, + { + "ids": "7340,7341,7342", + "examine": "There's an empty vial here." + }, + { + "ids": "7343", + "examine": "There's a small hole in the centre." + }, + { + "ids": "7344", + "examine": "The spade is stuck in the hole." + }, + { + "ids": "7345", + "examine": "The spade opened the door." + }, + { + "ids": "7346", + "examine": "It's chained to the wall." + }, + { + "ids": "7347,7348,7349", + "examine": "For storage." + }, + { + "ids": "7350", + "examine": "I wonder what's inside." + }, + { + "ids": "7351", + "examine": "Perhaps I should search it." + }, + { + "ids": "7352,7353", + "examine": "A mystical teleport." + }, + { + "ids": "7354", + "examine": "Lets me walk through walls..." + }, + { + "ids": "7355,7356,7357,7358,7359,7360,7361,7362,7363,7364,7365,7366,7367,7368,7369,7370,7371,7372", + "examine": "Bridge will support a person carrying no more than 5 kg." + }, + { + "ids": "7373,7374,7375,7376,7377,7378,7379,7380,7381,7382,7383,7384", + "examine": "Lets me walk through walls..." + }, + { + "ids": "7385,7386,7387", + "examine": "The ideal thing to sit on." + }, + { + "ids": "7388,7389", + "examine": "Sit back and relax..." + }, + { + "ids": "7390", + "examine": "Designed specifically to ruin your health." + }, + { + "ids": "7391", + "examine": "A rolled up magic carpet." + }, + { + "ids": "7392", + "examine": "A pile of rolled up magic carpets." + }, + { + "ids": "7393", + "examine": "A little shaded area." + }, + { + "ids": "7394,7395", + "examine": "A magic carpet." + }, + { + "ids": "7396", + "examine": "The infamous carpet of '76." + }, + { + "ids": "7397,7398", + "examine": "A leafy tree." + }, + { + "ids": "7399", + "examine": "This is what is left of a willow tree." + }, + { + "ids": "7400", + "examine": "This is what is left of a maple tree." + }, + { + "ids": "7401", + "examine": "This is what is left of a magic tree." + }, + { + "ids": "7402", + "examine": "This is what is left of a yew tree." + }, + { + "ids": "7403", + "examine": "An empty barrel." + }, + { + "ids": "7404,7405", + "examine": "A barrel full of mushed apples." + }, + { + "ids": "7406", + "examine": "This tap runs from the apple crushing barrel." + }, + { + "ids": "7407", + "examine": "An empty ale barrel." + }, + { + "ids": "7408", + "examine": "A barrel of bad ale." + }, + { + "ids": "7409", + "examine": "A barrel of unfermented liquid." + }, + { + "ids": "7410", + "examine": "A barrel of bad cider." + }, + { + "ids": "7411", + "examine": "A barrel of Dwarven Stout." + }, + { + "ids": "7412", + "examine": "A barrel of mature Dwarven Stout." + }, + { + "ids": "7413", + "examine": "A barrel of Asgarnian Ale." + }, + { + "ids": "7414", + "examine": "A barrel of mature Asgarnian Ale." + }, + { + "ids": "7415", + "examine": "A barrel of Greenmans Ale." + }, + { + "ids": "7416", + "examine": "A barrel of mature Greenmans Ale." + }, + { + "ids": "7417", + "examine": "A barrel of Wizards Mind Bomb." + }, + { + "ids": "7418", + "examine": "A barrel of mature Wizards Mind Bomb." + }, + { + "ids": "7419", + "examine": "A barrel of Dragon Bitter." + }, + { + "ids": "7420", + "examine": "A barrel of mature Dragon Bitter." + }, + { + "ids": "7421", + "examine": "A barrel of Moonlight Mead." + }, + { + "ids": "7422", + "examine": "A barrel of mature Moonlight Mead." + }, + { + "ids": "7423", + "examine": "A barrel of Axeman's Folly." + }, + { + "ids": "7424", + "examine": "A barrel of mature Axeman's Folly." + }, + { + "ids": "7425", + "examine": "A barrel of Chef's Delight." + }, + { + "ids": "7426", + "examine": "A barrel of mature Chef's Delight." + }, + { + "ids": "7427", + "examine": "A barrel of Slayer's Respite." + }, + { + "ids": "7428", + "examine": "A barrel of mature Slayer's Respite." + }, + { + "ids": "7429", + "examine": "A barrel of Cider." + }, + { + "ids": "7430,7431,7432", + "examine": "A barrel of mature Cider." + }, + { + "ids": "7433", + "examine": "Goes up and down!" + }, + { + "ids": "7434", + "examine": "I wonder what's under it?" + }, + { + "ids": "7435", + "examine": "I wonder what's down there?" + }, + { + "ids": "7436", + "examine": "A wooden barrel." + }, + { + "ids": "7437", + "examine": "This vat is empty." + }, + { + "ids": "7438", + "examine": "This vat is filled with water." + }, + { + "ids": "7439", + "examine": "This vat is filled with bad ale." + }, + { + "ids": "7440", + "examine": "This vat is filled with bad cider." + }, + { + "ids": "7441", + "examine": "This vat contains a mixture of water and barley malt." + }, + { + "ids": "7442,7443", + "examine": "This controls the flow of ale to the barrel." + }, + { + "ids": "7444", + "examine": "This vat contains a mixture of water, barley malt, and Hammerstone hops." + }, + { + "ids": "7445,7446", + "examine": "Dwarven Stout is fermenting in this vat." + }, + { + "ids": "7447", + "examine": "This vat is filled with Dwarven Stout." + }, + { + "ids": "7448", + "examine": "This vat is filled with mature Dwarven Stout." + }, + { + "ids": "7449", + "examine": "This vat contains a mixture of water, barley malt, and Asgarnian hops." + }, + { + "ids": "7450,7451", + "examine": "Asgarnian Ale is fermenting in this vat." + }, + { + "ids": "7452", + "examine": "This vat is filled with Asgarnian Ale." + }, + { + "ids": "7453", + "examine": "This vat is filled with mature Asgarnian Ale." + }, + { + "ids": "7454", + "examine": "This vat contains a mixture of water, barley malt, and Harralander." + }, + { + "ids": "7455,7456", + "examine": "Greenmans Ale is fermenting in this vat." + }, + { + "ids": "7457", + "examine": "This vat is filled with Greenmans Ale." + }, + { + "ids": "7458", + "examine": "This vat is filled with mature Greenmans Ale." + }, + { + "ids": "7459", + "examine": "This vat contains a mixture of water, barley malt, and Yanillian hops." + }, + { + "ids": "7460,7461", + "examine": "Wizards Mind Bomb is fermenting in this vat." + }, + { + "ids": "7462", + "examine": "This vat is filled with Wizards Mind Bomb." + }, + { + "ids": "7463", + "examine": "This vat is filled with mature Wizards Mind Bomb." + }, + { + "ids": "7464", + "examine": "This vat contains a mixture of water, barley malt, and Krandorian hops." + }, + { + "ids": "7465,7466", + "examine": "Dragon Bitter is fermenting in this vat." + }, + { + "ids": "7467", + "examine": "This vat is filled with Dragon Bitter." + }, + { + "ids": "7468", + "examine": "This vat is filled with mature Dragon Bitter." + }, + { + "ids": "7469", + "examine": "This vat contains a mixture of water, barley malt, and Bittercap mushrooms." + }, + { + "ids": "7470,7471", + "examine": "Moonlight Mead is fermenting in this vat." + }, + { + "ids": "7472", + "examine": "This vat is filled with Moonlight Mead." + }, + { + "ids": "7473", + "examine": "This vat is filled with mature Moonlight Mead." + }, + { + "ids": "7474", + "examine": "This vat contains a mixture of water, barley malt, and oak roots." + }, + { + "ids": "7475,7476", + "examine": "Axeman's Folly is fermenting in this vat." + }, + { + "ids": "7477", + "examine": "This vat is filled with Axeman's Folly." + }, + { + "ids": "7478", + "examine": "This vat is filled with mature Axeman's Folly." + }, + { + "ids": "7479", + "examine": "This vat contains a mixture of water, barley malt, and chocolate dust." + }, + { + "ids": "7480,7481", + "examine": "Chef's Delight is fermenting in this vat." + }, + { + "ids": "7482", + "examine": "This vat is filled with Chef's Delight." + }, + { + "ids": "7483", + "examine": "This vat is filled with mature Chef's Delight." + }, + { + "ids": "7484", + "examine": "This vat contains a mixture of water, barley malt, and Wildblood hops." + }, + { + "ids": "7485,7486", + "examine": "Slayer's Respite is fermenting in this vat." + }, + { + "ids": "7487", + "examine": "This vat is filled with Slayer's Respite." + }, + { + "ids": "7488", + "examine": "This vat is filled with mature Slayer's Respite." + }, + { + "ids": "7489", + "examine": "This vat contains some apple mush." + }, + { + "ids": "7490,7491", + "examine": "Cider is fermenting in this vat." + }, + { + "ids": "7492", + "examine": "This vat is filled with cider." + }, + { + "ids": "7493,7494,7495", + "examine": "This vat is filled with mature cider." + }, + { + "ids": "7496,7497", + "examine": "Items are for sale here." + }, + { + "ids": "7498", + "examine": "They're empty." + }, + { + "ids": "7499,7500,7501,7502,7503", + "examine": "Farming stock is kept here." + }, + { + "ids": "7504,7505", + "examine": "For sitting." + }, + { + "ids": "7506", + "examine": "They're empty." + }, + { + "ids": "7507,7508,7509,7510,7511", + "examine": "Farming stock is kept here." + }, + { + "ids": "7512", + "examine": "A pair of sacks." + }, + { + "ids": "7513,7514,7515", + "examine": "For storage." + }, + { + "ids": "7516,7517,7518,7519,7520,7521,7522,7523,7524,7525,7526", + "examine": "A farmer's spade and rake." + }, + { + "ids": "7527", + "examine": "I can climb over the fence with this." + }, + { + "ids": "7528,7529,7530", + "examine": "For fermenting beer." + }, + { + "ids": "7531", + "examine": "An ale 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": "This controls the flow of ale to the barrel." + }, + { + "ids": "7557,7558,7559,7560", + "examine": "You can grow Deadly Nightshade in this Farming patch." + }, + { + "ids": "7561", + "examine": "Deadly Nightshade has been sown in this farming patch." + }, + { + "ids": "7562,7563,7564", + "examine": "Deadly Nightshade is growing in this farming patch." + }, + { + "ids": "7565", + "examine": "I wouldn't pick this with my bare hands." + }, + { + "ids": "7566,7567,7568", + "examine": "This Deadly Nightshade has become diseased." + }, + { + "ids": "7569,7570,7571,7572", + "examine": "This Deadly Nightshade has died." + }, + { + "ids": "7573,7574,7575,7576,7577,7578,7579,7580", + "examine": "You can grow bushes in this Farming patch." + }, + { + "ids": "7581,7582,7583,7584,7585,7586", + "examine": "A cadavaberry bush is growing in this Farming patch." + }, + { + "ids": "7587,7588,7589,7590,7591,7592", + "examine": "A fully grown cadavaberry bush." + }, + { + "ids": "7593,7594,7595,7596,7597,7598", + "examine": "This diseased cadavaberry bush needs pruning." + }, + { + "ids": "7599,7600,7601,7602,7603,7604", + "examine": "This cadavaberry bush has died." + }, + { + "ids": "7605,7606,7607,7608,7609,7610,7611", + "examine": "A dwellberry bush is growing in this Farming patch." + }, + { + "ids": "7612,7613,7614,7615,7616,7617", + "examine": "A fully grown dwellberry bush." + }, + { + "ids": "7618,7619,7620,7621,7622,7623,7624", + "examine": "This diseased dwellberry bush needs pruning." + }, + { + "ids": "7625,7626,7627,7628,7629,7630,7631", + "examine": "This dwellberry bush has died." + }, + { + "ids": "7632,7633,7634,7635,7636,7637,7638,7639", + "examine": "A jangerberry bush is growing in this Farming patch." + }, + { + "ids": "7640,7641,7642,7643,7644,7645", + "examine": "A fully grown jangerberry bush." + }, + { + "ids": "7646,7647,7648,7649,7650,7651,7652,7653", + "examine": "This diseased jangerberry bush needs pruning." + }, + { + "ids": "7654,7655,7656,7657,7658,7659,7660,7661", + "examine": "This jangerberry bush has died." + }, + { + "ids": "7662,7663,7664,7665,7666,7667,7668,7669", + "examine": "A Poison Ivy bush is growing in this Farming patch." + }, + { + "ids": "7670,7671,7672,7673,7674,7675", + "examine": "A fully grown Poison Ivy bush." + }, + { + "ids": "7676,7677,7678,7679,7680,7681,7682,7683", + "examine": "This diseased Poison Ivy bush needs pruning." + }, + { + "ids": "7684,7685,7686,7687,7688,7689,7690,7691", + "examine": "This Poison Ivy bush has died." + }, + { + "ids": "7692,7693,7694,7695,7696", + "examine": "A redberry bush is growing in this Farming patch." + }, + { + "ids": "7697,7698,7699,7700,7701,7702", + "examine": "A fully grown redberry bush." + }, + { + "ids": "7703,7704,7705,7706,7707", + "examine": "This diseased redberry bush needs pruning." + }, + { + "ids": "7708,7709,7710,7711,7712", + "examine": "This redberry bush has died." + }, + { + "ids": "7713,7714,7715,7716,7717,7718,7719,7720", + "examine": "A whiteberry bush is growing in this Farming patch." + }, + { + "ids": "7721,7722,7723,7724,7725,7726", + "examine": "A fully grown whiteberry bush." + }, + { + "ids": "7727,7728,7729,7730,7731,7732,7733,7734", + "examine": "This diseased whiteberry bush needs pruning." + }, + { + "ids": "7735,7736,7737,7738,7739,7740,7741,7742", + "examine": "This whiteberry bush has died." + }, + { + "ids": "7743,7744,7745,7746", + "examine": "You can grow a Cactus in this Farming patch." + }, + { + "ids": "7747", + "examine": "Cactus seeds have been planted in this patch." + }, + { + "ids": "7748,7749,7750,7751,7752,7753", + "examine": "A cactus is growing in this patch." + }, + { + "ids": "7754,7755,7756,7757,7758", + "examine": "A fully-grown cactus." + }, + { + "ids": "7759,7760,7761,7762,7763,7764", + "examine": "This cactus has become diseased." + }, + { + "ids": "7765,7766,7767,7768,7769,7770,7771", + "examine": "This cactus has died." + }, + { + "ids": "7772,7773,7774,7775", + "examine": "You can grow a Calquat Tree in this Farming patch." + }, + { + "ids": "7776,7777,7778,7779,7780,7781,7782,7783", + "examine": "A Calquat tree is growing in this Farming patch." + }, + { + "ids": "7784,7785,7786,7787,7788,7789,7790,7791", + "examine": "A fully grown Calquat tree stands in this Farming patch." + }, + { + "ids": "7792,7793,7794,7795,7796,7797,7798", + "examine": "This diseased Calquat tree needs pruning." + }, + { + "ids": "7799,7800,7801,7802,7803,7804,7805", + "examine": "This Calquat tree has died." + }, + { + "ids": "7806,7807", + "examine": "A Calquat tree stump." + }, + { + "ids": "7808", + "examine": "Turns vegetation into compost." + }, + { + "ids": "7809", + "examine": "This compost bin contains compostable items." + }, + { + "ids": "7810", + "examine": "This compost bin is full of compostable items." + }, + { + "ids": "7811", + "examine": "This compost bin contains supercompostable items." + }, + { + "ids": "7812", + "examine": "This compost bin is full of supercompostable items." + }, + { + "ids": "7813", + "examine": "Turns vegetation into compost." + }, + { + "ids": "7814", + "examine": "This compost bin contains compost." + }, + { + "ids": "7815", + "examine": "This compost bin is full of compost." + }, + { + "ids": "7816", + "examine": "This compost bin contains super compost." + }, + { + "ids": "7817", + "examine": "This compost bin is full of super compost." + }, + { + "ids": "7818", + "examine": "Turns vegetation into compost." + }, + { + "ids": "7819", + "examine": "This compost bin contains compostable items." + }, + { + "ids": "7820", + "examine": "This compost bin is full of compostable items." + }, + { + "ids": "7821", + "examine": "This compost bin contains supercompostable items." + }, + { + "ids": "7822", + "examine": "This compost bin is full of supercompostable items." + }, + { + "ids": "7823", + "examine": "Turns vegetation into compost." + }, + { + "ids": "7824", + "examine": "This compost bin contains compost." + }, + { + "ids": "7825", + "examine": "This compost bin is full of compost." + }, + { + "ids": "7826", + "examine": "This compost bin contains super compost." + }, + { + "ids": "7827", + "examine": "This compost bin is full of super compost." + }, + { + "ids": "7828", + "examine": "This compost bin contains tomatoes." + }, + { + "ids": "7829", + "examine": "This compost bin is full of tomatoes." + }, + { + "ids": "7830", + "examine": "This compost bin contains rotten tomatoes." + }, + { + "ids": "7831", + "examine": "This compost bin is full of rotten tomatoes." + }, + { + "ids": "7832", + "examine": "This compost bin contains tomatoes." + }, + { + "ids": "7833", + "examine": "This compost bin is full of tomatoes." + }, + { + "ids": "7834", + "examine": "This compost bin contains rotten tomatoes." + }, + { + "ids": "7835,7836,7837,7838,7839", + "examine": "This compost bin is full of rotten tomatoes." + }, + { + "ids": "7840,7841,7842,7843,7844,7845,7846,7847,7848,7849,7850", + "examine": "You can grow flowers in this Farming patch." + }, + { + "ids": "7851,7852,7853,7854", + "examine": "A limpwurt plant is growing in this patch." + }, + { + "ids": "7855", + "examine": "A fully grown limpwurt plant." + }, + { + "ids": "7856,7857,7858,7859", + "examine": "A limpwurt plant is growing in this patch." + }, + { + "ids": "7860,7861,7862", + "examine": "This limpwurt plant has become diseased." + }, + { + "ids": "7863,7864,7865", + "examine": "This limpwurt plant has died while growing." + }, + { + "ids": "7866", + "examine": "This limpwurt plant has died." + }, + { + "ids": "7867,7868,7869,7870", + "examine": "A marigold is growing in this patch." + }, + { + "ids": "7871", + "examine": "A fully grown marigold." + }, + { + "ids": "7872,7873,7874,7875", + "examine": "A marigold is growing in this patch." + }, + { + "ids": "7876,7877,7878", + "examine": "This marigold has become diseased." + }, + { + "ids": "7879,7880,7881", + "examine": "This marigold has died while growing." + }, + { + "ids": "7882", + "examine": "This marigold has died." + }, + { + "ids": "7883,7884,7885,7886", + "examine": "A nasturtium is growing in this patch." + }, + { + "ids": "7887", + "examine": "A fully grown nasturtium." + }, + { + "ids": "7888,7889,7890,7891", + "examine": "A nasturtium is growing in this patch." + }, + { + "ids": "7892,7893,7894", + "examine": "This nasturtium has become diseased." + }, + { + "ids": "7895,7896,7897", + "examine": "This nasturtium has died while growing." + }, + { + "ids": "7898", + "examine": "This nasturtium has died." + }, + { + "ids": "7899,7900,7901,7902", + "examine": "A rosemary is growing in this patch." + }, + { + "ids": "7903", + "examine": "A fully grown rosemary." + }, + { + "ids": "7904,7905,7906,7907", + "examine": "A rosemary is growing in this patch." + }, + { + "ids": "7908,7909,7910", + "examine": "This rosemary has become diseased." + }, + { + "ids": "7911,7912,7913", + "examine": "This rosemary has died while growing." + }, + { + "ids": "7914", + "examine": "This rosemary has died." + }, + { + "ids": "7915,7916,7917,7918", + "examine": "Should scare off the birds..." + }, + { + "ids": "7919,7920,7921,7922", + "examine": "A woad plant is growing in this patch." + }, + { + "ids": "7923", + "examine": "A fully grown woad plant." + }, + { + "ids": "7924,7925,7926,7927", + "examine": "A woad plant is growing in this patch." + }, + { + "ids": "7928,7929,7930", + "examine": "This woad plant has become diseased." + }, + { + "ids": "7931,7932,7933", + "examine": "This woad plant has died while growing." + }, + { + "ids": "7934", + "examine": "This woad plant has died." + }, + { + "ids": "7935", + "examine": "An apple tree sapling has been planted in this fruit tree patch." + }, + { + "ids": "7936,7937,7938,7939,7940", + "examine": "An apple tree is growing in this fruit tree patch." + }, + { + "ids": "7941", + "examine": "A fully grown apple tree." + }, + { + "ids": "7942", + "examine": "There is a single apple on this apple tree." + }, + { + "ids": "7943", + "examine": "There are two apples on this apple tree." + }, + { + "ids": "7944", + "examine": "There are three apples on this apple tree." + }, + { + "ids": "7945", + "examine": "There are four apples on this apple tree." + }, + { + "ids": "7946", + "examine": "There are five apples on this apple tree." + }, + { + "ids": "7947", + "examine": "There are six apples on this apple tree." + }, + { + "ids": "7948", + "examine": "A fully grown apple tree." + }, + { + "ids": "7949,7950,7951,7952,7953,7954", + "examine": "This diseased tree looks like it needs pruning with secateurs." + }, + { + "ids": "7955,7956,7957,7958,7959,7960", + "examine": "This apple tree has become diseased and died." + }, + { + "ids": "7961,7962,7963,7964,7965", + "examine": "This apple tree has been cut down." + }, + { + "ids": "7966", + "examine": "A pineapple plant has been planted in this fruit tree patch." + }, + { + "ids": "7967,7968,7969,7970,7971", + "examine": "A pineapple plant is growing in this fruit tree patch." + }, + { + "ids": "7972", + "examine": "A fully grown pineapple plant." + }, + { + "ids": "7973", + "examine": "There is a single pineapple on this pineapple plant." + }, + { + "ids": "7974", + "examine": "There are two pineapples on this pineapple plant." + }, + { + "ids": "7975", + "examine": "There are three pineapples on this pineapple plant." + }, + { + "ids": "7976", + "examine": "There are four pineapples on this pineapple plant." + }, + { + "ids": "7977", + "examine": "There are five pineapples on this pineapple plant." + }, + { + "ids": "7978", + "examine": "There are six pineapples on this pineapple plant." + }, + { + "ids": "7979", + "examine": "A fully grown pineapple plant." + }, + { + "ids": "7980,7981,7982,7983,7984,7985", + "examine": "This pineapple plant looks like it could do with pruning with secateurs." + }, + { + "ids": "7986,7987,7988,7989,7990,7991", + "examine": "This pineapple plant has become diseased and died." + }, + { + "ids": "7992", + "examine": "This pineapple plant has been cut down." + }, + { + "ids": "7993", + "examine": "A banana tree sapling has been planted in this fruit tree patch." + }, + { + "ids": "7994,7995,7996,7997,7998", + "examine": "A banana tree is growing in this fruit tree patch." + }, + { + "ids": "7999,8000", + "examine": "A fully grown banana tree." + }, + { + "ids": "8001", + "examine": "There is a single banana on this banana tree." + }, + { + "ids": "8002", + "examine": "There are two bananas on this banana tree." + }, + { + "ids": "8003", + "examine": "There are three bananas on this banana tree." + }, + { + "ids": "8004", + "examine": "There are four bananas on this banana tree." + }, + { + "ids": "8005", + "examine": "There are five bananas on this banana tree." + }, + { + "ids": "8006", + "examine": "There are six bananas on this banana tree." + }, + { + "ids": "8007,8008,8009,8010,8011,8012", + "examine": "This banana looks like it could do with pruning with secateurs." + }, + { + "ids": "8013,8014,8015,8016,8017,8018", + "examine": "This banana tree has become diseased and died." + }, + { + "ids": "8019", + "examine": "This banana tree has been cut down." + }, + { + "ids": "8020", + "examine": "A curry tree sapling has been planted in this fruit tree patch." + }, + { + "ids": "8021,8022,8023,8024,8025", + "examine": "A curry tree is growing in this fruit tree patch." + }, + { + "ids": "8026", + "examine": "A fully grown curry tree." + }, + { + "ids": "8027", + "examine": "There is a single curry leaf on this curry tree." + }, + { + "ids": "8028", + "examine": "There are two curry leaves on this curry tree." + }, + { + "ids": "8029", + "examine": "There are three curry leaves on this curry tree." + }, + { + "ids": "8030", + "examine": "There are four curry leaves on this curry tree." + }, + { + "ids": "8031", + "examine": "There are five curry leaves on this curry tree." + }, + { + "ids": "8032", + "examine": "There are six curry leaves on this curry tree." + }, + { + "ids": "8033", + "examine": "A fully grown curry tree." + }, + { + "ids": "8034,8035,8036,8037,8038,8039", + "examine": "This curry tree looks like it could do with pruning with secateurs." + }, + { + "ids": "8040,8041,8042,8043,8044,8045", + "examine": "This curry tree has become diseased and died." + }, + { + "ids": "8046", + "examine": "This curry tree has been cut down." + }, + { + "ids": "8047,8048,8049,8050", + "examine": "You can grow Fruit Trees in this Farming patch." + }, + { + "ids": "8051", + "examine": "An orange tree sapling has been planted in this fruit tree patch." + }, + { + "ids": "8052,8053,8054,8055,8056", + "examine": "An orange tree is growing in this fruit tree patch." + }, + { + "ids": "8057", + "examine": "A fully grown orange tree." + }, + { + "ids": "8058", + "examine": "There is a single orange on this orange tree." + }, + { + "ids": "8059", + "examine": "There are two oranges on this orange tree." + }, + { + "ids": "8060", + "examine": "There are three oranges on this orange tree." + }, + { + "ids": "8061", + "examine": "There are four oranges on this orange tree." + }, + { + "ids": "8062", + "examine": "There are five oranges on this orange tree." + }, + { + "ids": "8063", + "examine": "There are six oranges on this orange tree." + }, + { + "ids": "8064", + "examine": "A fully grown orange tree." + }, + { + "ids": "8065,8066,8067,8068,8069,8070", + "examine": "This orange tree looks like it could do with pruning with secateurs." + }, + { + "ids": "8071,8072,8073,8074,8075,8076", + "examine": "This orange tree has become diseased and died." + }, + { + "ids": "8077", + "examine": "This orange tree has been cut down." + }, + { + "ids": "8078", + "examine": "A palm tree sapling has been planted in this fruit tree patch." + }, + { + "ids": "8079,8080,8081,8082,8083", + "examine": "A palm tree is growing in this fruit tree patch." + }, + { + "ids": "8084", + "examine": "A fully grown palm tree." + }, + { + "ids": "8085", + "examine": "There is a single coconut on this palm tree." + }, + { + "ids": "8086", + "examine": "There are two coconuts on this palm tree." + }, + { + "ids": "8087", + "examine": "There are three coconuts on this palm tree." + }, + { + "ids": "8088", + "examine": "There are four coconuts on this palm tree." + }, + { + "ids": "8089", + "examine": "There are five coconuts on this palm tree." + }, + { + "ids": "8090", + "examine": "There are six coconuts on this palm tree." + }, + { + "ids": "8091", + "examine": "A fully grown palm tree." + }, + { + "ids": "8092,8093,8094,8095,8096,8097", + "examine": "This palm tree looks like it could do with pruning with secateurs." + }, + { + "ids": "8098,8099,8100,8101,8102,8103", + "examine": "This palm tree has become diseased and died." + }, + { + "ids": "8104", + "examine": "This palm tree has been cut down." + }, + { + "ids": "8105", + "examine": "A papaya tree sapling has been planted in this fruit tree patch." + }, + { + "ids": "8106,8107,8108,8109,8110", + "examine": "A papaya tree is growing in this fruit tree patch." + }, + { + "ids": "8111", + "examine": "A fully grown papaya tree" + }, + { + "ids": "8112", + "examine": "There is a single papaya fruit on this tree." + }, + { + "ids": "8113", + "examine": "There are two papaya fruits on this tree." + }, + { + "ids": "8114", + "examine": "There are three papaya fruits on this tree." + }, + { + "ids": "8115", + "examine": "There are four papaya fruits on this tree." + }, + { + "ids": "8116", + "examine": "There are five papaya fruits on this tree." + }, + { + "ids": "8117", + "examine": "There are six papaya fruits on this tree." + }, + { + "ids": "8118", + "examine": "A fully grown papaya tree." + }, + { + "ids": "8119,8120,8121,8122,8123,8124", + "examine": "This papaya tree looks like it could do with pruning with secateurs." + }, + { + "ids": "8125,8126,8127,8128,8129,8130", + "examine": "This papaya tree has become diseased and died." + }, + { + "ids": "8131", + "examine": "This papaya tree has been cut down." + }, + { + "ids": "8132,8133,8134,8135,8136,8137,8138", + "examine": "You can grow herbs in this Farming patch." + }, + { + "ids": "8139", + "examine": "Some herb seeds have been sown in this patch." + }, + { + "ids": "8140,8141,8142", + "examine": "A herb is growing in this patch." + }, + { + "ids": "8143", + "examine": "A fully grown herb." + }, + { + "ids": "8144,8145,8146", + "examine": "These herbs have become diseased." + }, + { + "ids": "8147,8148,8149,8150,8151,8152,8153", + "examine": "These herbs have become diseased and died." + }, + { + "ids": "8154", + "examine": "Asgarnian hop seeds have been sown in this farming patch." + }, + { + "ids": "8155,8156,8157,8158", + "examine": "Asgarnian hops are growing in this farming patch." + }, + { + "ids": "8159", + "examine": "These are fully grown Asgarnian Hops." + }, + { + "ids": "8160", + "examine": "Asgarnian hop seeds have been sown in this farming patch." + }, + { + "ids": "8161,8162,8163,8164", + "examine": "Asgarnian hops are growing in this farming patch." + }, + { + "ids": "8165,8166,8167,8168", + "examine": "These Asgarnian Hop plants are diseased." + }, + { + "ids": "8169,8170,8171,8172,8173,8174,8175,8176", + "examine": "These Asgarnian Hop plants have died from disease." + }, + { + "ids": "8177", + "examine": "Hammerstone Hop seeds have been sown in this farming patch." + }, + { + "ids": "8178,8179,8180", + "examine": "Hammerstone Hops are growing in this farming patch." + }, + { + "ids": "8181", + "examine": "These are fully grown Hammerstone Hops." + }, + { + "ids": "8182", + "examine": "Hammerstone Hop seeds have been sown in this farming patch." + }, + { + "ids": "8183,8184,8185", + "examine": "Hammerstone Hops are growing in this farming patch." + }, + { + "ids": "8186,8187,8188", + "examine": "These Hammerstone Hops are diseased." + }, + { + "ids": "8189,8190,8191", + "examine": "These Hammerstone Hops have died from disease." + }, + { + "ids": "8192", + "examine": "Barley seeds have been sown in this farming patch." + }, + { + "ids": "8193,8194,8195", + "examine": "Barley is growing in this farming patch." + }, + { + "ids": "8196", + "examine": "This patch is full of Barley." + }, + { + "ids": "8197", + "examine": "Barley seeds have been sown in this farming patch." + }, + { + "ids": "8198,8199,8200", + "examine": "Barley is growing in this farming patch." + }, + { + "ids": "8201,8202,8203", + "examine": "This Barley is diseased." + }, + { + "ids": "8204,8205,8206", + "examine": "This Barley has died from disease." + }, + { + "ids": "8207,8208,8209,8210", + "examine": "You can grow hops in this Farming patch." + }, + { + "ids": "8211", + "examine": "Krandorian Hop seeds have been planted in this farming patch." + }, + { + "ids": "8212,8213,8214,8215,8216,8217", + "examine": "Krandorian Hops are growing in this farming patch." + }, + { + "ids": "8218", + "examine": "These are fully grown Krandorian Hops." + }, + { + "ids": "8219", + "examine": "Krandorian Hop seeds have been planted in this farming patch." + }, + { + "ids": "8220,8221,8222,8223,8224,8225", + "examine": "Krandorian Hops are growing in this farming patch." + }, + { + "ids": "8226,8227,8228,8229,8230,8231", + "examine": "These Krandorian Hops are diseased." + }, + { + "ids": "8232,8233,8234,8235,8236,8237", + "examine": "These Krandorian Hops have died from disease." + }, + { + "ids": "8238", + "examine": "Jute seeds have been sown in this farming patch." + }, + { + "ids": "8239,8240,8241,8242", + "examine": "Jute plants are growing in this farming patch." + }, + { + "ids": "8243", + "examine": "These are fully grown Jute plants." + }, + { + "ids": "8244", + "examine": "Jute seeds have been sown in this farming patch." + }, + { + "ids": "8245,8246,8247,8248", + "examine": "Jute plants are growing in this farming patch." + }, + { + "ids": "8249,8250,8251,8252", + "examine": "These Jute plants are diseased." + }, + { + "ids": "8253,8254,8255,8256", + "examine": "These Jute plants have died from disease." + }, + { + "ids": "8257", + "examine": "Wildblood hop seeds have been planted in this farming patch." + }, + { + "ids": "8258,8259,8260,8261,8262,8263,8264", + "examine": "Wildblood Hops are growing in this farming patch." + }, + { + "ids": "8265", + "examine": "These are fully grown Wildblood Hops." + }, + { + "ids": "8266", + "examine": "Wildblood hop seeds have been planted in this farming patch." + }, + { + "ids": "8267,8268,8269,8270,8271,8272,8273", + "examine": "Wildblood Hops are growing in this farming patch." + }, + { + "ids": "8274,8275,8276,8277,8278,8279,8280", + "examine": "These Wildblood hops are diseased." + }, + { + "ids": "8281,8282,8283,8284,8285,8286,8287", + "examine": "These Wildblood Hops have died from disease." + }, + { + "ids": "8288", + "examine": "Yanillian Hop seeds have been sown in this farming patch." + }, + { + "ids": "8289,8290,8291,8292,8293", + "examine": "Yanillian Hops are growing in this farming patch." + }, + { + "ids": "8294", + "examine": "These are fully grown Yanillian Hops." + }, + { + "ids": "8295", + "examine": "Yanillian Hop seeds have been sown in this farming patch." + }, + { + "ids": "8296,8297,8298,8299,8300", + "examine": "Yanillian Hops are growing in this farming patch." + }, + { + "ids": "8301,8302,8303,8304,8305", + "examine": "These Yanillian Hops are diseased." + }, + { + "ids": "8306,8307,8308,8309,8310", + "examine": "These Yanillian Hops have died from disease." + }, + { + "ids": "8311,8312,8313,8314", + "examine": "You can grow Bittercap mushrooms in this Farming patch." + }, + { + "ids": "8315", + "examine": "Bittercap mushroom spores have been sown in this farming patch." + }, + { + "ids": "8316,8317,8318,8319,8320", + "examine": "Bittercap mushrooms are growing in this farming patch." + }, + { + "ids": "8321,8322,8323,8324,8325,8326", + "examine": "A patch of Bittercap Mushrooms." + }, + { + "ids": "8327,8328,8329,8330,8331", + "examine": "These Bittercap mushrooms have become diseased." + }, + { + "ids": "8332,8333,8334,8335,8336,8337,8338", + "examine": "These Bittercap mushrooms have become diseased and died." + }, + { + "ids": "8339,8340,8341,8342", + "examine": "You can grow a Spirit Tree in this Farming patch." + }, + { + "ids": "8343,8344,8345,8346,8347,8348,8349,8350,8351,8352,8353,8354,8355,8356", + "examine": "A Spirit Tree." + }, + { + "ids": "8357", + "examine": "A Spirit Tree stump." + }, + { + "ids": "8358,8359,8360,8361,8362,8363,8364,8365,8366,8367,8368,8369", + "examine": "Needs pruning before it dies." + }, + { + "ids": "8370,8371,8372,8373,8374,8375,8376,8377,8378,8379,8380,8381,8382,8383,8384,8385,8386,8387,8388,8389,8390,8391", + "examine": "Oh dear, your spirit tree has died." + }, + { + "ids": "8392,8393,8394,8395", + "examine": "You can grow trees in this Farming patch." + }, + { + "ids": "8396", + "examine": "A Magic Tree sapling has been planted in this tree patch." + }, + { + "ids": "8397,8398,8399,8400,8401,8402,8403,8404,8405,8406,8407", + "examine": "A Magic Tree is growing in this tree patch." + }, + { + "ids": "8408,8409", + "examine": "A fully grown Magic Tree." + }, + { + "ids": "8410", + "examine": "You can uproot this stump with a spade." + }, + { + "ids": "8411,8412,8413,8414,8415,8416,8417,8418,8419,8420,8421,8422", + "examine": "To remove all signs of disease, prune the tree with secateurs." + }, + { + "ids": "8423,8424,8425,8426,8427,8428,8429,8430,8431,8432,8433,8434", + "examine": "This Magic Tree has become diseased and died." + }, + { + "ids": "8435", + "examine": "A Maple tree sapling has been planted in this tree patch." + }, + { + "ids": "8436,8437,8438,8439,8440,8441,8442", + "examine": "A Maple tree is growing in this tree patch." + }, + { + "ids": "8443,8444", + "examine": "A fully grown Maple tree." + }, + { + "ids": "8445", + "examine": "You can uproot this stump with a spade." + }, + { + "ids": "8446,8447,8448,8449,8450,8451,8452,8453", + "examine": "To remove all signs of disease, prune the tree with secateurs." + }, + { + "ids": "8454,8455,8456,8457,8458,8459,8460,8461", + "examine": "This Maple tree has become diseased and died." + }, + { + "ids": "8462", + "examine": "An Oak sapling has been planted in this tree patch." + }, + { + "ids": "8463,8464,8465", + "examine": "An Oak tree is growing in this tree patch." + }, + { + "ids": "8466,8467", + "examine": "A fully grown Oak tree." + }, + { + "ids": "8468,8469,8470,8471,8472", + "examine": "You can uproot this stump with a spade." + }, + { + "ids": "8473,8474,8475,8476", + "examine": "To remove all signs of disease, prune the tree with secateurs." + }, + { + "ids": "8477,8478,8479,8480", + "examine": "This Oak tree has become diseased and died." + }, + { + "ids": "8481", + "examine": "A Willow sapling has been planted in this tree patch." + }, + { + "ids": "8482,8483,8484,8485,8486", + "examine": "A Willow tree is growing in this tree patch." + }, + { + "ids": "8487,8488", + "examine": "A fully grown Willow tree." + }, + { + "ids": "8489", + "examine": "You can uproot this stump with a spade." + }, + { + "ids": "8490,8491,8492,8493,8494,8495", + "examine": "To remove all signs of disease, prune the tree with secateurs." + }, + { + "ids": "8496,8497,8498,8499,8500,8501", + "examine": "This Willow tree has become diseased and died." + }, + { + "ids": "8502", + "examine": "A Yew sapling has been planted in this tree patch." + }, + { + "ids": "8503,8504,8505,8506,8507,8508,8509,8510,8511", + "examine": "A Yew tree is growing in this tree patch." + }, + { + "ids": "8512,8513", + "examine": "A fully grown Yew tree." + }, + { + "ids": "8514", + "examine": "You can uproot this tree stump with a spade." + }, + { + "ids": "8515,8516,8517,8518,8519,8520,8521,8522,8523,8524", + "examine": "To remove all signs of disease, prune the tree with secateurs." + }, + { + "ids": "8525,8526,8527,8528,8529,8530,8531,8532,8533,8534", + "examine": "This Yew tree has become diseased and died." + }, + { + "ids": "8535", + "examine": "Cabbage seeds have been sown in this allotment." + }, + { + "ids": "8536,8537,8538", + "examine": "Cabbages are growing in this allotment." + }, + { + "ids": "8539", + "examine": "These cabbages could do with harvesting." + }, + { + "ids": "8540,8541,8542,8543", + "examine": "Cabbages are growing in this allotment." + }, + { + "ids": "8544,8545,8546", + "examine": "These cabbages have become diseased and need tending." + }, + { + "ids": "8547,8548,8549,8550,8551,8552,8553,8554,8555,8556,8557", + "examine": "These cabbages have become diseased and died." + }, + { + "ids": "8558", + "examine": "Potato seeds have been planted in this allotment." + }, + { + "ids": "8559,8560,8561", + "examine": "Potato plants are growing in this allotment." + }, + { + "ids": "8562", + "examine": "These potato plants are fully grown." + }, + { + "ids": "8563", + "examine": "Potato seeds have been planted in this allotment." + }, + { + "ids": "8564,8565,8566", + "examine": "Potato plants are growing in this allotment." + }, + { + "ids": "8567,8568,8569", + "examine": "These potato plants are diseased." + }, + { + "ids": "8570,8571,8572", + "examine": "These potato plants are dead." + }, + { + "ids": "8573,8574,8575,8576,8577,8578,8579", + "examine": "You can grow fruit and vegetables here." + }, + { + "ids": "8580", + "examine": "Some onion seeds have sown in this allotment." + }, + { + "ids": "8581,8582,8583", + "examine": "Some onion plants are growing in this allotment." + }, + { + "ids": "8584", + "examine": "There are some fully grown onions in this allotment." + }, + { + "ids": "8585", + "examine": "Some onion seeds have sown in this allotment." + }, + { + "ids": "8586,8587,8588", + "examine": "Some onion plants are growing in this allotment." + }, + { + "ids": "8589,8590,8591", + "examine": "These onions have become diseased." + }, + { + "ids": "8592,8593,8594", + "examine": "These onions have become diseased and died." + }, + { + "ids": "8595", + "examine": "Strawberry seeds have been sown in this allotment." + }, + { + "ids": "8596,8597,8598,8599,8600", + "examine": "Strawberry plants are growing in this allotment." + }, + { + "ids": "8601", + "examine": "These strawberry plants are fully grown." + }, + { + "ids": "8602", + "examine": "Strawberry seeds have been sown in this allotment." + }, + { + "ids": "8603,8604,8605,8606,8607", + "examine": "Strawberry plants are growing in this allotment." + }, + { + "ids": "8608,8609,8610,8611,8612", + "examine": "These strawberry plants have become diseased." + }, + { + "ids": "8613,8614,8615,8616,8617", + "examine": "These strawberry plants have become diseased and died." + }, + { + "ids": "8618", + "examine": "Some sweetcorn seeds have been sown in this allotment." + }, + { + "ids": "8619,8620,8621,8622,8623", + "examine": "Some sweetcorn plants are growing in this allotment." + }, + { + "ids": "8624", + "examine": "These sweetcorn plants are fully grown." + }, + { + "ids": "8625", + "examine": "Some sweetcorn seeds have been sown in this allotment." + }, + { + "ids": "8626,8627,8628,8629,8630", + "examine": "Some sweetcorn plants are growing in this allotment." + }, + { + "ids": "8631,8632,8633,8634,8635", + "examine": "These sweetcorn plants have been attacked by crows." + }, + { + "ids": "8636,8637,8638,8639,8640", + "examine": "These sweetcorn plants have become diseased and died." + }, + { + "ids": "8641", + "examine": "Tomato seeds have been sown in this allotment." + }, + { + "ids": "8642,8643,8644", + "examine": "Tomato plants are growing in this allotment." + }, + { + "ids": "8645", + "examine": "These tomato plants are fully grown." + }, + { + "ids": "8646", + "examine": "Tomato seeds have been sown in this allotment." + }, + { + "ids": "8647,8648,8649", + "examine": "Tomato plants are growing in this allotment." + }, + { + "ids": "8650,8651,8652", + "examine": "These tomato plants have become diseased." + }, + { + "ids": "8653,8654,8655", + "examine": "These tomato plants have become diseased and died." + }, + { + "ids": "8656", + "examine": "Watermelon seeds have been sown in this allotment." + }, + { + "ids": "8657,8658,8659,8660,8661,8662,8663", + "examine": "Watermelons are growing in this allotment." + }, + { + "ids": "8664", + "examine": "These watermelons could do with harvesting." + }, + { + "ids": "8665", + "examine": "Watermelon seeds have been sown in this allotment." + }, + { + "ids": "8666,8667,8668,8669,8670,8671,8672", + "examine": "Watermelons are growing in this allotment." + }, + { + "ids": "8673,8674,8675,8676,8677,8678,8679", + "examine": "These watermelons have become diseased and need tending." + }, + { + "ids": "8680", + "examine": "These watermelon plants have become diseased and died." + }, + { + "ids": "8681,8682,8683,8684,8685,8686,8687", + "examine": "These watermelons have become diseased and died." + }, + { + "ids": "8688", + "examine": "The perfect accompaniment to a bedroom." + }, + { + "ids": "8689", + "examine": "Fit for milking." + }, + { + "ids": "8690,8691,8692,8693,8694", + "examine": "Each full of milk no doubt." + }, + { + "ids": "8695", + "examine": "The door is closed." + }, + { + "ids": "8696,8697,8698", + "examine": "The door is open." + }, + { + "ids": "8699", + "examine": "After working with livestock, why not wash your hands?" + }, + { + "ids": "8700", + "examine": "For putting things on." + }, + { + "ids": "8701", + "examine": "Someone's been preparing meat." + }, + { + "ids": "8702,8703,8704,8705,8706,8707,8708,8709,8710,8711", + "examine": "A barrel for collecting rain water." + }, + { + "ids": "8712", + "examine": "A grand old fireplace." + }, + { + "ids": "8713,8714,8715,8716", + "examine": "I bet there's a needle in it somewhere." + }, + { + "ids": "8717,8718,8719,8720,8721,8722,8723,8724", + "examine": "A loom." + }, + { + "ids": "8725", + "examine": "A little rock." + }, + { + "ids": "8726", + "examine": "A small chunk of rock." + }, + { + "ids": "8727", + "examine": "They're not floating, even though it may look like they are!" + }, + { + "ids": "8728,8729,8730,8731,8732,8733,8734,8735,8736", + "examine": "A deposit of rocks." + }, + { + "ids": "8737", + "examine": "This tap runs from the apple crushing barrel." + }, + { + "ids": "8738,8739,8740,8741", + "examine": "You can walk through these doors." + }, + { + "ids": "8742,8743", + "examine": "An odd looking tree." + }, + { + "ids": "8744,8745", + "examine": "I can climb this." + }, + { + "ids": "8746", + "examine": "I can climb down this." + }, + { + "ids": "8747", + "examine": "A local water source." + }, + { + "ids": "8748", + "examine": "Used for spinning thread." + }, + { + "ids": "8749", + "examine": "A Shrine to the glory of Seren." + }, + { + "ids": "8750", + "examine": "I can cook here." + }, + { + "ids": "8751", + "examine": "A nice sturdy looking table." + }, + { + "ids": "8752,8753,8754,8755,8756,8757,8758,8759,8760,8761,8762,8763,8764,8765,8766", + "examine": "A good source of books!" + }, + { + "ids": "8767", + "examine": "The lamp has a glowing crystal at its core." + }, + { + "ids": "8768,8769", + "examine": "A table." + }, + { + "ids": "8770", + "examine": "A chair." + }, + { + "ids": "8771", + "examine": "A painting of an elf standing in some woodland." + }, + { + "ids": "8772", + "examine": "Sit back and relax..." + }, + { + "ids": "8773,8774", + "examine": "A useful ranging device." + }, + { + "ids": "8775", + "examine": "Use these with bows." + }, + { + "ids": "8776,8777", + "examine": "Tailor-made for needlework supplies." + }, + { + "ids": "8778", + "examine": "I'm guessing it's for making elven clothes." + }, + { + "ids": "8779,8780,8781,8782", + "examine": "Helps make elf clothing." + }, + { + "ids": "8783,8784", + "examine": "I wonder what's under it?" + }, + { + "ids": "8785", + "examine": "I can climb this." + }, + { + "ids": "8786,8787,8788,8789", + "examine": "The door is closed." + }, + { + "ids": "8790,8791,8792,8793,8794", + "examine": "The door is open." + }, + { + "ids": "8795", + "examine": "Makes gnomes taller." + }, + { + "ids": "8796", + "examine": "Makes creatures taller." + }, + { + "ids": "8797", + "examine": "I wonder what's inside." + }, + { + "ids": "8798", + "examine": "Perhaps I should search it." + }, + { + "ids": "8799", + "examine": "The desk of the head mourner." + }, + { + "ids": "8800", + "examine": "I wonder what's inside." + }, + { + "ids": "8801,8802,8803", + "examine": "A sack full of grain." + }, + { + "ids": "8804,8805,8806", + "examine": "These have grain in them." + }, + { + "ids": "8807", + "examine": "An empty barrel." + }, + { + "ids": "8808", + "examine": "A barrel full of mushed apples." + }, + { + "ids": "8809", + "examine": "A pile of rotten apples!" + }, + { + "ids": "8810,8811,8812,8813", + "examine": "A wooden gate." + }, + { + "ids": "8814,8815,8816,8817", + "examine": "A well slept in bed." + }, + { + "ids": "8818", + "examine": "The door is closed." + }, + { + "ids": "8819", + "examine": "The door is open." + }, + { + "ids": "8820,8821,8822,8823,8824,8825,8826,8827", + "examine": "Solid iron bars." + }, + { + "ids": "8828,8829,8830", + "examine": "Heavy." + }, + { + "ids": "8831,8832,8833,8834,8835,8836,8837,8838,8839", + "examine": "You can 'cart' things around on this." + }, + { + "ids": "8840,8841", + "examine": "I feel the need to throw a rotten cabbage!" + }, + { + "ids": "8842", + "examine": "Nothing growing on this tree at the moment..." + }, + { + "ids": "8843,8844,8845,8846,8847,8848,8849,8850,8851,8852,8853,8854,8855,8856,8857,8858,8859,8860", + "examine": "Mmmmm, nice juicy apples!" + }, + { + "ids": "8861,8862,8863,8864", + "examine": "This is a special hops patch." + }, + { + "ids": "8865", + "examine": "Kelda Hop seeds have been sown in this farming patch." + }, + { + "ids": "8866,8867,8868", + "examine": "Kelda Hops are growing in this farming patch." + }, + { + "ids": "8869", + "examine": "These are fully grown Kelda Hops." + }, + { + "ids": "8870", + "examine": "A barrel of Kelda Stout." + }, + { + "ids": "8871", + "examine": "This vat contains Kelda hops." + }, + { + "ids": "8872,8873", + "examine": "Kelda Stout is fermenting in this vat." + }, + { + "ids": "8874,8875,8876,8877", + "examine": "This vat contains Kelda Stout." + }, + { + "ids": "8878", + "examine": "Some bizarre mixture between rocks and machinery. Definitely dwarven." + }, + { + "ids": "8879", + "examine": "A strange box of some kind." + }, + { + "ids": "8880", + "examine": "A strange box of some kind. It's open." + }, + { + "ids": "8881,8882,8883,8884,8885", + "examine": "A small cave entrance." + }, + { + "ids": "8886", + "examine": "Keeps mine carts from rolling away." + }, + { + "ids": "8887,8888,8889,8890,8891,8892,8893,8894,8895,8896,8897,8898", + "examine": "Cart tracks." + }, + { + "ids": "8899,8900,8901,8902,8903,8904,8905,8906,8907,8908,8909", + "examine": "A support for the tracks." + }, + { + "ids": "8910", + "examine": "These books contain all sorts of data on the Red Axe." + }, + { + "ids": "8911", + "examine": "Big mysterious crates. You wonder what could be inside." + }, + { + "ids": "8912", + "examine": "Wooden crates with metal edges, contents unknown." + }, + { + "ids": "8913,8914,8915,8916,8917", + "examine": "Big mysterious crates. There are some papers on top." + }, + { + "ids": "8918,8919,8920,8921,8922,8923", + "examine": "A symbol of the Red Axe." + }, + { + "ids": "8924,8925", + "examine": "A steam powered cart." + }, + { + "ids": "8926", + "examine": "A short long boat!" + }, + { + "ids": "8927,8928", + "examine": "Best used with a bucket." + }, + { + "ids": "8929", + "examine": "A deep and terrifying cave." + }, + { + "ids": "8930,8931,8932,8933,8934,8935,8936,8937,8938,8939,8940,8941,8942,8943,8944,8945,8946,8947,8948,8949", + "examine": "It looks cold in there." + }, + { + "ids": "8950", + "examine": "A big slimy lump of rock." + }, + { + "ids": "8951", + "examine": "A slimy lump of rock." + }, + { + "ids": "8952,8953", + "examine": "A slippery looking rock." + }, + { + "ids": "8954,8955", + "examine": "A tall flag blowing in the wind." + }, + { + "ids": "8956,8957", + "examine": "I could climb this if I wanted." + }, + { + "ids": "8958,8959,8960", + "examine": "There must be some trick to opening this..." + }, + { + "ids": "8961", + "examine": "It's opening..." + }, + { + "ids": "8962", + "examine": "Apparently there was some trick to opening it!" + }, + { + "ids": "8963,8964,8965", + "examine": "Not as difficult to walk through as it was a minute ago." + }, + { + "ids": "1337", + "examine": "Steps*Leads to the surface." + }, + { + "ids": "8967,8968,8969,8970,8971", + "examine": "A sturdy looking door, propped shut with a support." + }, + { + "ids": "8972", + "examine": "A portal back to the real world..." + }, + { + "ids": "8973", + "examine": "One of the most common trees in RuneScape." + }, + { + "ids": "8974,8975,8976,8977,8978,8979,8980,8981,8982,8983,8984", + "examine": "A commonly found tree." + }, + { + "ids": "8985", + "examine": "Steam seems to be condensing into the pot. Neat trick!" + }, + { + "ids": "8986", + "examine": "I can see fish swimming in the water. Well, they sort of look like fish..." + }, + { + "ids": "8987", + "examine": "A portal that leads... somewhere?" + }, + { + "ids": "8988", + "examine": "I wonder what's inside..." + }, + { + "ids": "8989,8990,8991,8992,8993,8994,8995,8996,8997", + "examine": "Someone's looking through the chest." + }, + { + "ids": "8998,8999,9000,9001,9002,9003,9004,9005", + "examine": "An appendage for activating something." + }, + { + "ids": "9006,9007", + "examine": "A place to cremate the dead. Needs a body." + }, + { + "ids": "9008,9009", + "examine": "A place to cremate the dead. Needs a light." + }, + { + "ids": "9010,9011,9012,9013", + "examine": "This has broad leaves." + }, + { + "ids": "9014", + "examine": "This has been chopped away." + }, + { + "ids": "9015,9016,9017,9018", + "examine": "This has broad leaves." + }, + { + "ids": "9019", + "examine": "This has been chopped away." + }, + { + "ids": "9020,9021,9022,9023", + "examine": "This has broad leaves." + }, + { + "ids": "9024", + "examine": "This has been chopped away." + }, + { + "ids": "9025,9026,9027,9028", + "examine": "A damaged wooden fence." + }, + { + "ids": "9029", + "examine": "A wooden fence." + }, + { + "ids": "9030,9031,9032", + "examine": "Gems encrusted in stone." + }, + { + "ids": "9033", + "examine": "Many rare plants such as this usually have exotic tubers." + }, + { + "ids": "9034", + "examine": "A beautiful old mahogany tree." + }, + { + "ids": "9035", + "examine": "This once was a beautiful tree." + }, + { + "ids": "9036", + "examine": "A beautiful old teak tree." + }, + { + "ids": "9037", + "examine": "This tree has been cut down." + }, + { + "ids": "9038,9039,9040,9041,9042,9043", + "examine": "A set of large, sturdy wooden doors." + }, + { + "ids": "9044,9045,9046,9047", + "examine": "Some goutweed is growing in this patch." + }, + { + "ids": "9048", + "examine": "Some fully grown goutweed." + }, + { + "ids": "9049,9050,9051", + "examine": "This goutweed has become diseased." + }, + { + "ids": "9052,9053,9054,9055,9056,9057", + "examine": "This goutweed has become diseased and died." + }, + { + "ids": "9058", + "examine": "He's not stocking much." + }, + { + "ids": "9059", + "examine": "He's stocking rune caskets." + }, + { + "ids": "9060", + "examine": "He's stocking blackjacks." + }, + { + "ids": "9061", + "examine": "He's stocking fez hats." + }, + { + "ids": "9062", + "examine": "He's stocking rune caskets." + }, + { + "ids": "9063", + "examine": "He's stocking colourful clothes." + }, + { + "ids": "9064,9065", + "examine": "A wooden crate." + }, + { + "ids": "9066,9067", + "examine": "A wooden crate containing caskets." + }, + { + "ids": "9068,9069", + "examine": "A wooden crate containing Blackjacks." + }, + { + "ids": "9070", + "examine": "A wooden crate containing fez hats." + }, + { + "ids": "9071", + "examine": "A wooden crate containing clothes." + }, + { + "ids": "9072,9073", + "examine": "Boxy." + }, + { + "ids": "9074,9075", + "examine": "boxy" + }, + { + "ids": "9076", + "examine": "This cloth has been dyed." + }, + { + "ids": "9077,9078", + "examine": "Mmmm pretty!" + }, + { + "ids": "9079,9080,9081", + "examine": "These dyed fabrics are drying off." + }, + { + "ids": "9082", + "examine": "Items for making clothes are kept on here." + }, + { + "ids": "9083", + "examine": "Pots full of dye." + }, + { + "ids": "9084", + "examine": "A way down." + }, + { + "ids": "9085", + "examine": "There's not much coke in the stove." + }, + { + "ids": "9086", + "examine": "There's a fair amount of coke in the stove." + }, + { + "ids": "9087", + "examine": "There's lots of coke in the stove." + }, + { + "ids": "9088", + "examine": "A big pile of refined coal." + }, + { + "ids": "9089", + "examine": "You can read the furnace temperature here." + }, + { + "ids": "9090", + "examine": "Used to pump hot air through the furnace." + }, + { + "ids": "9091,9092", + "examine": "Bars come out of the blast furnace here." + }, + { + "ids": "9093,9094", + "examine": "Your bars will come out here." + }, + { + "ids": "9095", + "examine": "The bars are glowing hot!" + }, + { + "ids": "9096", + "examine": "Your bars are ready to take." + }, + { + "ids": "9097", + "examine": "They power the conveyor belt." + }, + { + "ids": "9098", + "examine": "The foreman refers to it as 'Bertha'." + }, + { + "ids": "9099", + "examine": "It shows that the furnace is working." + }, + { + "ids": "9100,9101", + "examine": "Ore rides this into the blast furnace." + }, + { + "ids": "9102", + "examine": "It keeps the conveyor belt running." + }, + { + "ids": "9103", + "examine": "Fix it, quick!" + }, + { + "ids": "9104", + "examine": "They keep the conveyor belt running." + }, + { + "ids": "9105", + "examine": "Fix them, quick!" + }, + { + "ids": "9106,9107", + "examine": "It keeps the conveyor belt turning." + }, + { + "ids": "9108,9109,9110,9111,9112,9113,9114", + "examine": "They keep the conveyor belt turning." + }, + { + "ids": "9115", + "examine": "It shows that the furnace is working." + }, + { + "ids": "9116", + "examine": "Hot air circulates through these." + }, + { + "ids": "9117,9118,9119", + "examine": "Quick, fix them!" + }, + { + "ids": "9120", + "examine": "Hot air circulates through these." + }, + { + "ids": "9121,9122", + "examine": "Quick, fix them!" + }, + { + "ids": "9123,9124,9125,9126,9127,9128,9129,9130,9131,9132,9133,9134,9135,9136,9137", + "examine": "It shows the furnace is working." + }, + { + "ids": "9138,9139", + "examine": "A way upwards." + }, + { + "ids": "9140,9141", + "examine": "The gate is closed." + }, + { + "ids": "9142", + "examine": "The gate is open." + }, + { + "ids": "9143", + "examine": "Used for getting water." + }, + { + "ids": "9144", + "examine": "Some kind of jewellery is dangling from this ornament." + }, + { + "ids": "9145", + "examine": "Someone's showing off their wealth!" + }, + { + "ids": "9146,9147", + "examine": "Filled to the brim with knowledge." + }, + { + "ids": "9148", + "examine": "A nicely carved wooden chair." + }, + { + "ids": "9149", + "examine": "An expensive privacy aid!" + }, + { + "ids": "9150", + "examine": "An old wall." + }, + { + "ids": "9151", + "examine": "Security breach!" + }, + { + "ids": "9152,9153,9154", + "examine": "A patched up hole." + }, + { + "ids": "9155", + "examine": "'You are here.'" + }, + { + "ids": "9156", + "examine": "An elegant desk with a curious ornament on it." + }, + { + "ids": "9157,9158", + "examine": "Someone's gold-trimmed this Saradomin armour!" + }, + { + "ids": "9159,9160,9161,9162,9163,9164,9165", + "examine": "Lit to remember the souls of the departed." + }, + { + "ids": "9166,9167,9168,9169", + "examine": "You can grow delphiniums in this Farming patch." + }, + { + "ids": "9170", + "examine": "Delphinium seeds have been sown in this farming patch." + }, + { + "ids": "9171,9172", + "examine": "Beautiful." + }, + { + "ids": "9173,9174,9175,9176", + "examine": "These delphiniums are fully grown." + }, + { + "ids": "9177,9178,9179,9180", + "examine": "You can grow a pink rose bush in this patch." + }, + { + "ids": "9181,9182,9183,9184", + "examine": "You can grow a white rose bush in this patch." + }, + { + "ids": "9185,9186,9187,9188", + "examine": "You can grow a red rose bush in this patch." + }, + { + "ids": "9189,9190,9191", + "examine": "A rose bush." + }, + { + "ids": "9192", + "examine": "This white rosebush is fully grown." + }, + { + "ids": "9193", + "examine": "A rose bush." + }, + { + "ids": "9194", + "examine": "This red rosebush is fully grown." + }, + { + "ids": "9195", + "examine": "A pink rosebush." + }, + { + "ids": "9196,9197,9198", + "examine": "This pink rosebush is fully grown." + }, + { + "ids": "9199,9200,9201", + "examine": "A plantpot of pink orchids." + }, + { + "ids": "9202", + "examine": "These pink orchids are fully grown." + }, + { + "ids": "9203", + "examine": "An empty plantpot." + }, + { + "ids": "9204", + "examine": "A plantpot filled with soil." + }, + { + "ids": "9205,9206,9207", + "examine": "A plantpot of yellow orchids." + }, + { + "ids": "9208,9209", + "examine": "These yellow orchids are fully grown." + }, + { + "ids": "9210,9211,9212,9213", + "examine": "You can grow a White Tree in this patch." + }, + { + "ids": "9214", + "examine": "A White Tree sapling has been planted in this patch." + }, + { + "ids": "9215,9216,9217", + "examine": "A White Tree is growing in this patch." + }, + { + "ids": "9218", + "examine": "This White Tree is fully grown." + }, + { + "ids": "9219", + "examine": "This White Tree bears a single fruit." + }, + { + "ids": "9220", + "examine": "This White Tree bears two fruits." + }, + { + "ids": "9221", + "examine": "This White Tree bears three fruits." + }, + { + "ids": "9222,9223", + "examine": "This White Tree bears four fruits." + }, + { + "ids": "9224,9225,9226,9227", + "examine": "You can grow snowdrops in this Farming patch." + }, + { + "ids": "9228,9229,9230", + "examine": "A patch of snowdrops." + }, + { + "ids": "9231,9232", + "examine": "These snowdrops are fully grown." + }, + { + "ids": "9233", + "examine": "You can grow Burthorpe Vine in this patch." + }, + { + "ids": "9234,9235,9236", + "examine": "You can grow Burthorpe Vines in this patch." + }, + { + "ids": "9237,9238,9239", + "examine": "Burthorpe vines are growing in this patch." + }, + { + "ids": "9240", + "examine": "These Burthorpe vines are fully grown." + }, + { + "ids": "9241,9242", + "examine": "An empty plinth for a statue." + }, + { + "ids": "9243", + "examine": "What a good likeness!" + }, + { + "ids": "9244", + "examine": "An empty plinth for a statue." + }, + { + "ids": "9245", + "examine": "An expertly carved statue of a former King of Misthalin." + }, + { + "ids": "9246", + "examine": "An empty plinth for a statue." + }, + { + "ids": "9247", + "examine": "What a good likeness!" + }, + { + "ids": "9248", + "examine": "An empty plinth for a statue." + }, + { + "ids": "9249,9250,9251,9252,9253,9254", + "examine": "An expertly carved statue of a former King of Misthalin." + }, + { + "ids": "9255", + "examine": "These grapevines look much healthier now." + }, + { + "ids": "9256", + "examine": "These grapevines are suffering from some strange disease." + }, + { + "ids": "9257,9258,9259", + "examine": "Some wild-looking grass." + }, + { + "ids": "9260", + "examine": "Some red roses." + }, + { + "ids": "9261", + "examine": "Some pink roses." + }, + { + "ids": "9262", + "examine": "Some white roses." + }, + { + "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": "A White Tree." + }, + { + "ids": "9291", + "examine": "Sit back and enjoy the view." + }, + { + "ids": "9292", + "examine": "An expertly carved statue of a former Queen of Misthalin." + }, + { + "ids": "9293", + "examine": "A pipe I can squeeze through." + }, + { + "ids": "9294", + "examine": "Funny looking holes that don't look too inviting." + }, + { + "ids": "9295", + "examine": "A pipe I can squeeze through." + }, + { + "ids": "9296,9297,9298", + "examine": "A rocky outcrop." + }, + { + "ids": "9299", + "examine": "Ornate railing." + }, + { + "ids": "9300", + "examine": "Wooden fencing." + }, + { + "ids": "9301", + "examine": "A well constructed castle wall." + }, + { + "ids": "9302", + "examine": "A rather strategically placed hole, which appears to be in the ground." + }, + { + "ids": "9303,9304,9305,9306", + "examine": "A rocky outcrop." + }, + { + "ids": "9307,9308", + "examine": "A well weathered wall." + }, + { + "ids": "9309,9310", + "examine": "A tunnel leading under the wall." + }, + { + "ids": "9311,9312", + "examine": "An underwall tunnel." + }, + { + "ids": "9313", + "examine": "Looks suspicious." + }, + { + "ids": "9314", + "examine": "A wall jutting out into the path." + }, + { + "ids": "9315", + "examine": "I can jump from this stepping stone." + }, + { + "ids": "9316,9317,9318", + "examine": "A rocky outcrop." + }, + { + "ids": "9319,9320", + "examine": "A chain rope" + }, + { + "ids": "9321", + "examine": "A few rocks short of a wall" + }, + { + "ids": "9322,9323,9324", + "examine": "The foam from the river makes this log very slippy." + }, + { + "ids": "9325", + "examine": "Just another crack in the wall." + }, + { + "ids": "9326", + "examine": "Funny looking holes that don't look too inviting." + }, + { + "ids": "9327", + "examine": "They seem to fit in the with the rocky surroundings, so as not to stick out." + }, + { + "ids": "9328,9329,9330", + "examine": "A slippery well worn log." + }, + { + "ids": "9331,9332,9333", + "examine": "A rocky outcrop." + }, + { + "ids": "9334", + "examine": "Used to be ornate, now it's a little bit vandalised." + }, + { + "ids": "9335,9336", + "examine": "A rocky outcrop." + }, + { + "ids": "9337", + "examine": "Used to be ornate, now it's a little bit vandalised." + }, + { + "ids": "9338,9339,9340,9341,9342,9343,9344,9345,9346,9347,9348,9349,9350,9351,9352,9353", + "examine": "Should scare off the birds..." + }, + { + "ids": "9354", + "examine": "This looks like the way out." + }, + { + "ids": "9355", + "examine": "A cave deep into the volcano." + }, + { + "ids": "9356,9357", + "examine": "A cave deeper into the volcano." + }, + { + "ids": "9358", + "examine": "A cave deep into the volcano." + }, + { + "ids": "9359,9360,9361,9362,9363,9364,9365", + "examine": "This looks like the way out." + }, + { + "ids": "9366", + "examine": "The barrier of heat is down." + }, + { + "ids": "9367,9368,9369,9370,9371,9372,9373", + "examine": "A barrier of heat." + }, + { + "ids": "9374,9375,9376", + "examine": "Hot enough to cook your breakfast on." + }, + { + "ids": "9377,9378,9379", + "examine": "An egg incubated in the lava." + }, + { + "ids": "9380", + "examine": "Who's the man?" + }, + { + "ids": "9381", + "examine": "A wooden crate." + }, + { + "ids": "9382,9383,9384,9385,9386,9387,9388,9389", + "examine": "Some wooden crates." + }, + { + "ids": "9390", + "examine": "A natural forge using volcanic heat." + }, + { + "ids": "9391,9392,9393,9394,9395,9396,9397", + "examine": "I spy with my little eye..." + }, + { + "ids": "9398,9399", + "examine": "Lets you put items into your bank." + }, + { + "ids": "9400", + "examine": "Sparse weeds." + }, + { + "ids": "9401", + "examine": "Weeds." + }, + { + "ids": "9402", + "examine": "Thick weeds." + }, + { + "ids": "9403", + "examine": "This is Unferth's patch for growing potatos." + }, + { + "ids": "9404,9405,9406,9407", + "examine": "You say Potato, I say Poh-tar-to." + }, + { + "ids": "9408,9409,9410,9411,9412,9413,9414,9415,9416,9417,9418,9419,9420,9421,9422,9423,9424,9425,9426,9427,9428,9429", + "examine": "Looks like these potatoes have fully grown." + }, + { + "ids": "9430", + "examine": "A nice sturdy bare table." + }, + { + "ids": "9431", + "examine": "A nice sturdy table." + }, + { + "ids": "9432", + "examine": "A table with milk." + }, + { + "ids": "9433", + "examine": "A table with cake." + }, + { + "ids": "9434,9435", + "examine": "A hearty meal for Unferth." + }, + { + "ids": "9436", + "examine": "Great for sleeping in." + }, + { + "ids": "9437,9438", + "examine": "Not so great for sleeping in, it's not made." + }, + { + "ids": "9439", + "examine": "A fire burns brightly here." + }, + { + "ids": "9440", + "examine": "An empty fire place." + }, + { + "ids": "9441,9442", + "examine": "An unlit fire place." + }, + { + "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": "A good source of books!" + }, + { + "ids": "9470", + "examine": "I can climb these stairs." + }, + { + "ids": "9471", + "examine": "They go down." + }, + { + "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": "What could be down here?" + }, + { + "ids": "9498", + "examine": "A small plant, suitable for sandy soil." + }, + { + "ids": "9499", + "examine": "A decorative plant." + }, + { + "ids": "9500", + "examine": "A fairly small plant." + }, + { + "ids": "9501,9502,9503,9504,9505,9506,9507", + "examine": "Another plant." + }, + { + "ids": "9508", + "examine": "Perfect for snoozing in the sun." + }, + { + "ids": "9509", + "examine": "Lovely comfy-looking big bed." + }, + { + "ids": "9510,9511,9512,9513", + "examine": "East to Draynor Village :: South to Rimmington :: South-east to Port Sarim." + }, + { + "ids": "9514", + "examine": "Betty's chair." + }, + { + "ids": "9515", + "examine": "I wonder what she's making?" + }, + { + "ids": "9516,9517,9518", + "examine": "Betty's counter." + }, + { + "ids": "9519", + "examine": "A wooden barrel for storage." + }, + { + "ids": "9520", + "examine": "A wooden barrel containing lots of fish." + }, + { + "ids": "9521", + "examine": "A wooden barrel for storage." + }, + { + "ids": "9522", + "examine": "How much does this weigh?" + }, + { + "ids": "9523", + "examine": "A case. With books." + }, + { + "ids": "9524", + "examine": "A mooring chain." + }, + { + "ids": "9525", + "examine": "One horse power, wooden suspension. A beauty." + }, + { + "ids": "9526,9527,9528,9529", + "examine": "Betty keeps some rune objects here." + }, + { + "ids": "9530", + "examine": "A sinister fungus." + }, + { + "ids": "9531", + "examine": "Sit back and relax..." + }, + { + "ids": "9532", + "examine": "Sit back and enjoy the view." + }, + { + "ids": "9533,9534", + "examine": "A wooden crate." + }, + { + "ids": "9535", + "examine": "Some wooden crates." + }, + { + "ids": "9536", + "examine": "Some wooden boxes." + }, + { + "ids": "9537", + "examine": "It's used for loading and unloading fishing boats." + }, + { + "ids": "9538,9539,9540,9541,9542,9543,9544,9545,9546,9547", + "examine": "I hope it doesn't sink." + }, + { + "ids": "9548,9549,9550,9551,9552,9553,9554,9555,9556,9557", + "examine": "A bucket full of red hot coals." + }, + { + "ids": "9558", + "examine": "It leads up." + }, + { + "ids": "9559,9560", + "examine": "I can climb down this." + }, + { + "ids": "9561", + "examine": "I guess I could sleep in it if I were really tired." + }, + { + "ids": "9562", + "examine": "A prison cell door." + }, + { + "ids": "9563", + "examine": "A locked prison cell door." + }, + { + "ids": "9564", + "examine": "A prison cell door." + }, + { + "ids": "9565,9566", + "examine": "Stops people getting out." + }, + { + "ids": "9567", + "examine": "Ewww!" + }, + { + "ids": "9568,9569,9570,9571,9572,9573,9574,9575,9576,9577,9578,9579,9580,9581", + "examine": "En-suite facilities in every cell!" + }, + { + "ids": "9582,9583", + "examine": "I can climb up these stairs." + }, + { + "ids": "9584,9585,9586,9587,9588,9589,9590,9591,9592,9593,9594,9595,9596,9597,9598,9599,9600,9601,9602,9603", + "examine": "I can climb down these stairs." + }, + { + "ids": "9604", + "examine": "A leafy plant." + }, + { + "ids": "9605", + "examine": "A leafy fern." + }, + { + "ids": "9606", + "examine": "A leafy shrub." + }, + { + "ids": "9607,9608,9609", + "examine": "A case. With books." + }, + { + "ids": "9610", + "examine": "An artist's easel." + }, + { + "ids": "9611", + "examine": "A good source of books!" + }, + { + "ids": "9612", + "examine": "The Make-over Mage's bed." + }, + { + "ids": "9613", + "examine": "A nice sturdy looking table." + }, + { + "ids": "9614", + "examine": "Generally used for putting things on." + }, + { + "ids": "9615", + "examine": "A small wooden table." + }, + { + "ids": "9616", + "examine": "Items are for sale here." + }, + { + "ids": "9617,9618,9619,9620", + "examine": "All-purpose storage." + }, + { + "ids": "9621", + "examine": "For sitting." + }, + { + "ids": "9622,9623", + "examine": "Fancy." + }, + { + "ids": "9624", + "examine": "It's like a land rudder." + }, + { + "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": "A wooden wheelbarrow." + }, + { + "ids": "9661", + "examine": "This tree has been cut down." + }, + { + "ids": "9662", + "examine": "Popular with farmers and treasure hunters." + }, + { + "ids": "9663", + "examine": "This tree has fallen to the ground." + }, + { + "ids": "9664", + "examine": "A gnarly old tree root." + }, + { + "ids": "9665", + "examine": "The roots of a tree are exposed." + }, + { + "ids": "9666", + "examine": "I hope I don't trip over any of these." + }, + { + "ids": "9667", + "examine": "Disturbingly man-like." + }, + { + "ids": "9668,9669,9670,9671,9672,9673,9674,9675,9676,9677,9678,9679,9680,9681", + "examine": "Its eyes stare off into the distance..." + }, + { + "ids": "9682", + "examine": "Ideal for cooking on." + }, + { + "ids": "9683", + "examine": "Expels smoke from the range." + }, + { + "ids": "9684", + "examine": "Wash your hands!" + }, + { + "ids": "9685", + "examine": "Generally used for putting things on." + }, + { + "ids": "9686", + "examine": "Some fabric ready for clothing." + }, + { + "ids": "9687,9688", + "examine": "I'm guessing it's for making women's clothes." + }, + { + "ids": "9689", + "examine": "Looks like it's for making men's clothes." + }, + { + "ids": "9690,9691,9692,9693", + "examine": "I think this one's for making men's clothes." + }, + { + "ids": "9694", + "examine": "Some helpful people have placed notes on here, how nice." + }, + { + "ids": "9695", + "examine": "This notice board is full of scrolls and charts." + }, + { + "ids": "9696", + "examine": "I wonder what's inside ?" + }, + { + "ids": "9697,9698,9699,9700,9701", + "examine": "A nice sturdy looking table." + }, + { + "ids": "9702", + "examine": "This clearly isn't used for dining very often." + }, + { + "ids": "9703", + "examine": "Not as nice as some." + }, + { + "ids": "9704,9705", + "examine": "This needs dusting before I'll sit on it." + }, + { + "ids": "9706", + "examine": "This must let me in to the arena somehow..." + }, + { + "ids": "9707", + "examine": "This must let me out of the arena somehow..." + }, + { + "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,9736,9737", + "examine": "A rocky outcrop." + }, + { + "ids": "9738,9739,9740", + "examine": "An old crumbled pillar." + }, + { + "ids": "9741,9742,9743", + "examine": "Smells like fish." + }, + { + "ids": "9744", + "examine": "I can climb up here." + }, + { + "ids": "9745,9746,9747", + "examine": "I can go below decks with this ladder." + }, + { + "ids": "9748", + "examine": "A collection point." + }, + { + "ids": "9749,9750", + "examine": "A Lever." + }, + { + "ids": "9751", + "examine": "A crystal that was broken a long time ago." + }, + { + "ids": "9752", + "examine": "A repowered crystal." + }, + { + "ids": "9753", + "examine": "Perhaps I should search it." + }, + { + "ids": "9754", + "examine": "I wonder what's inside." + }, + { + "ids": "9755", + "examine": "Perhaps I should search it." + }, + { + "ids": "9756", + "examine": "I wonder what's inside." + }, + { + "ids": "9757", + "examine": "Perhaps I should search it." + }, + { + "ids": "9758", + "examine": "I wonder what's inside." + }, + { + "ids": "9759", + "examine": "Perhaps I should search it." + }, + { + "ids": "9760", + "examine": "I wonder what's inside." + }, + { + "ids": "9761", + "examine": "Perhaps I should search it." + }, + { + "ids": "9762", + "examine": "I wonder what's inside." + }, + { + "ids": "9763,9764,9765", + "examine": "A recently killed guard." + }, + { + "ids": "9766,9767", + "examine": "A recently killed slave." + }, + { + "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": "A door of pure light!" + }, + { + "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": "There are holes passing through this pillar." + }, + { + "ids": "9975", + "examine": "I can climb down these." + }, + { + "ids": "9976", + "examine": "A cave wall." + }, + { + "ids": "9977", + "examine": "I wonder where this goes?" + }, + { + "ids": "9978,9979", + "examine": "A ladder carved into the wall." + }, + { + "ids": "9980", + "examine": "A good place for light to merge." + }, + { + "ids": "9981,9982,9983,9984,9985,9986,9987", + "examine": "A good place for a light crystal." + }, + { + "ids": "9988,9989,9990,9991,9992,9993,9994,9995,9996,9997,9998,9999,10000,10001", + "examine": "A broken pillar." + }, + { + "ids": "10002,10003,10004,10005,10006,10007,10008,10009,10010,10011,10012,10013", + "examine": "An ancient elvish light doorway." + }, + { + "ids": "10014", + "examine": "A source of great power." + }, + { + "ids": "10015", + "examine": "I can climb up these stairs." + }, + { + "ids": "10016", + "examine": "I can climb down these stairs." + }, + { + "ids": "10017,10018", + "examine": "I can climb up these stairs." + }, + { + "ids": "10019,10020,10021,10022,10023,10024,10025,10026,10027,10028,10029,10030,10031,10032", + "examine": "An Octagonal Pillar." + }, + { + "ids": "10033", + "examine": "I could hang off this." + }, + { + "ids": "10034", + "examine": "An ancient trap." + }, + { + "ids": "10035", + "examine": "An ancient blockage." + }, + { + "ids": "10036,10037", + "examine": "A way down." + }, + { + "ids": "10038,10039,10040", + "examine": "A way up." + }, + { + "ids": "10041,10042,10043,10044,10045,10046,10047,10048,10049,10050,10051,10052,10053", + "examine": "The legs probably aren't a natural feature of the tree." + }, + { + "ids": "10054", + "examine": "Sounds like there's liquid inside." + }, + { + "ids": "10055,10056", + "examine": "I won't be leaving that way then." + }, + { + "ids": "10057,10058,10059,10060,10061", + "examine": "Flag, pole... Yep, it's a flagpole." + }, + { + "ids": "10062", + "examine": "This must be climbed over." + }, + { + "ids": "10063,10064,10065,10066,10067,10068,10069,10070,10071,10072,10073,10074,10075", + "examine": "A pipe I can squeeze through." + }, + { + "ids": "10076,10077,10078,10079", + "examine": "A mat for exercises." + }, + { + "ids": "10080", + "examine": "I wonder if I can hit a bullseye?" + }, + { + "ids": "10081", + "examine": "One of the most common trees in RuneScape." + }, + { + "ids": "10082", + "examine": "A commonly found tree." + }, + { + "ids": "10083", + "examine": "A beautiful old oak." + }, + { + "ids": "10084", + "examine": "Hay There." + }, + { + "ids": "10085", + "examine": "A pile of straw." + }, + { + "ids": "10086", + "examine": "Some hay." + }, + { + "ids": "10087,10088,10089", + "examine": "It looks like an ordinary fishing spot, just infinitely more sinister..." + }, + { + "ids": "10090", + "examine": "Danger..Mudskippers!" + }, + { + "ids": "10091,10092", + "examine": "A fish-filled water tank in the floor." + }, + { + "ids": "10093,10094,10095,10096", + "examine": "Turns milk into other dairy products." + }, + { + "ids": "10097", + "examine": "Weedy." + }, + { + "ids": "10098", + "examine": "Less weedy." + }, + { + "ids": "10099", + "examine": "Almost clear." + }, + { + "ids": "10100", + "examine": "Free from weeds." + }, + { + "ids": "10101", + "examine": "Something is growing here." + }, + { + "ids": "10102", + "examine": "Fully grown Blindweed." + }, + { + "ids": "10103,10104", + "examine": "Weedy, wrecked and infertile." + }, + { + "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": "A stagnant lake." + }, + { + "ids": "10129,10130,10131,10132,10133,10134,10135", + "examine": "A very large pipe." + }, + { + "ids": "10136,10137", + "examine": "Rickety." + }, + { + "ids": "10138", + "examine": "I hope it doesn't sink." + }, + { + "ids": "10139,10140,10141", + "examine": "It's a palm tree." + }, + { + "ids": "10142", + "examine": "This controls the entire brewery." + }, + { + "ids": "10143", + "examine": "A frothing, spinning, possessed control panel." + }, + { + "ids": "10144", + "examine": "Chugging away nicely." + }, + { + "ids": "10145,10146,10147", + "examine": "A large brass brewing vat." + }, + { + "ids": "10148,10149,10150,10151,10152,10153,10154,10155,10156", + "examine": "The brass seems to be eaten away around the edge..." + }, + { + "ids": "10157", + "examine": "Racks of barrels." + }, + { + "ids": "10158", + "examine": "Round, oaken, barrel-shaped." + }, + { + "ids": "10159", + "examine": "A wooden crate." + }, + { + "ids": "10160", + "examine": "Some wooden crates." + }, + { + "ids": "10161", + "examine": "Some wooden boxes." + }, + { + "ids": "10162", + "examine": "Probably where the farming kit is stored." + }, + { + "ids": "10163,10164", + "examine": "Ah! Definitely where the farming kit is stored." + }, + { + "ids": "10165", + "examine": "Throw the lever! Mwuhahahaha!" + }, + { + "ids": "10166", + "examine": "This lever can't be operated right now." + }, + { + "ids": "10167", + "examine": "It leads up." + }, + { + "ids": "10168,10169", + "examine": "I can climb down this." + }, + { + "ids": "10170", + "examine": "This is where the brewing ingredients go." + }, + { + "ids": "10171", + "examine": "An ominously stained barrel." + }, + { + "ids": "10172,10173", + "examine": "This gate is closed." + }, + { + "ids": "10174", + "examine": "The blood-chilling flag of the Inebriated." + }, + { + "ids": "10175,10176", + "examine": "'Please remember te wash yer hook'. Sound advice for the hygienic pirate." + }, + { + "ids": "10177", + "examine": "I could climb this if I wanted." + }, + { + "ids": "10178", + "examine": "An unlit torch." + }, + { + "ids": "10179,10180,10181,10182,10183,10184,10185,10186,10187,10188,10189,10190,10191,10192", + "examine": "A lit torch." + }, + { + "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 iron frame, for climbing up and down." + }, + { + "ids": "10246", + "examine": "Once upon a time this was used to make pottery." + }, + { + "ids": "10247", + "examine": "Once upon a time this made clay hard." + }, + { + "ids": "10248,10249", + "examine": "There was a lot of pottery made here a long time ago." + }, + { + "ids": "10250", + "examine": "Eric's been killed by stones falling from the ceiling!" + }, + { + "ids": "10251", + "examine": "It looks like the magic is failing!" + }, + { + "ids": "10252", + "examine": "A temporary portal to the demon plane." + }, + { + "ids": "10253,10254", + "examine": "A standard." + }, + { + "ids": "10255", + "examine": "Technically a bed." + }, + { + "ids": "10256", + "examine": "There are some books here." + }, + { + "ids": "10257", + "examine": "There are some pots and pans here." + }, + { + "ids": "10258", + "examine": "It's a small table." + }, + { + "ids": "10259", + "examine": "Generally used for sitting." + }, + { + "ids": "10260", + "examine": "The door is closed." + }, + { + "ids": "10261", + "examine": "The door is open." + }, + { + "ids": "10262", + "examine": "The door is closed." + }, + { + "ids": "10263", + "examine": "The door is open." + }, + { + "ids": "10264", + "examine": "The door is closed." + }, + { + "ids": "10265,10266", + "examine": "The door is open." + }, + { + "ids": "10267,10268", + "examine": "A battle-weathered shield." + }, + { + "ids": "10269,10270,10271,10272", + "examine": "A display of various relics." + }, + { + "ids": "10273", + "examine": "A collection of rare books." + }, + { + "ids": "10274,10275,10276,10277", + "examine": "Some sacks here..." + }, + { + "ids": "10278", + "examine": "Looks like it's been out of use for some time." + }, + { + "ids": "10279,10280", + "examine": "It's some crates." + }, + { + "ids": "10281", + "examine": "It's a crate." + }, + { + "ids": "10282", + "examine": "It's some crates." + }, + { + "ids": "10283,10284,10285", + "examine": "Maybe I can swim across here!" + }, + { + "ids": "10286", + "examine": "Looks like this grain has been eaten by rats!" + }, + { + "ids": "10287", + "examine": "A way upwards." + }, + { + "ids": "10288,10289", + "examine": "A way down." + }, + { + "ids": "10290,10291", + "examine": "A device for imposing human nature's arrogant will." + }, + { + "ids": "10292", + "examine": "A device for imposing human-nature's arrogant will." + }, + { + "ids": "10293", + "examine": "A wooden barrel full of beer." + }, + { + "ids": "10294", + "examine": "A wooden barrel full of stale beer." + }, + { + "ids": "10295", + "examine": "Actually, I could do with a drink..." + }, + { + "ids": "10296,10297", + "examine": "Too dirty to sit on." + }, + { + "ids": "10298", + "examine": "Some wooden crates." + }, + { + "ids": "10299", + "examine": "Opens the rat door." + }, + { + "ids": "10300", + "examine": "Contains many rats." + }, + { + "ids": "10301", + "examine": "Contains rats." + }, + { + "ids": "10302,10303", + "examine": "Empty." + }, + { + "ids": "10304", + "examine": "A pair of sacks." + }, + { + "ids": "10305", + "examine": "Rat infested." + }, + { + "ids": "10306", + "examine": "Full of rat food." + }, + { + "ids": "10307", + "examine": "Emits photons of light." + }, + { + "ids": "10308", + "examine": "I can climb down this." + }, + { + "ids": "10309", + "examine": "I can climb this." + }, + { + "ids": "10310", + "examine": "Contains rats." + }, + { + "ids": "10311", + "examine": "Opens the rat door." + }, + { + "ids": "10312", + "examine": "Contains many rats." + }, + { + "ids": "10313", + "examine": "A pair of sacks." + }, + { + "ids": "10314", + "examine": "Rat infested." + }, + { + "ids": "10315", + "examine": "Full of rat food." + }, + { + "ids": "10316", + "examine": "Empty." + }, + { + "ids": "10317", + "examine": "Contains rats." + }, + { + "ids": "10318", + "examine": "Ornate metal gates." + }, + { + "ids": "10319", + "examine": "Handy piece of garden decor." + }, + { + "ids": "10320", + "examine": "Big enough for a cat to get in." + }, + { + "ids": "10321", + "examine": "How dangerous, someone has left this manhole open." + }, + { + "ids": "10322", + "examine": "I can climb down this." + }, + { + "ids": "10323", + "examine": "I could climb up this." + }, + { + "ids": "10324", + "examine": "I could climb down this." + }, + { + "ids": "10325", + "examine": "A magical device that enables one to walk through walls." + }, + { + "ids": "10326", + "examine": "A locked door." + }, + { + "ids": "10327,10328,10329,10330,10331,10332,10333,10334", + "examine": "A magical device that enables one to walk through walls." + }, + { + "ids": "10335,10336,10337,10338,10339,10340,10341,10342,10343,10344,10345", + "examine": "Observe the rats." + }, + { + "ids": "10346,10347,10348,10349,10350,10351,10352,10353,10354,10355,10356,10357", + "examine": "A rats home." + }, + { + "ids": "10358", + "examine": "Lovely comfy-looking big bed." + }, + { + "ids": "10359", + "examine": "A drab-looking bed." + }, + { + "ids": "10360", + "examine": "A pile of rolled up magic carpets." + }, + { + "ids": "10361", + "examine": "A wonderful device that enables one to walk through walls." + }, + { + "ids": "10362,10363,10364,10365,10366,10367,10368,10369,10370", + "examine": "I bet there's a needle in it somewhere." + }, + { + "ids": "10371,10372,10373", + "examine": "A wooden barrel, probably for storing things." + }, + { + "ids": "10374", + "examine": "Securely sealed crates that seem to be full of farming equipment." + }, + { + "ids": "10375", + "examine": "Someone's been storing assorted tools in here." + }, + { + "ids": "10376", + "examine": "I could just go for a choc-ice about now." + }, + { + "ids": "10377", + "examine": "A clay oven for cooking with." + }, + { + "ids": "10378", + "examine": "Cheaper than using a chest for storage." + }, + { + "ids": "10379", + "examine": "Produced by the Karamja Box Company." + }, + { + "ids": "10380", + "examine": "Small wooden boxes." + }, + { + "ids": "10381", + "examine": "For storage." + }, + { + "ids": "10382", + "examine": "For storing junk in." + }, + { + "ids": "10383", + "examine": "There are some books and a box here." + }, + { + "ids": "10384", + "examine": "For storing junk in." + }, + { + "ids": "10385", + "examine": "There are some books and a box here." + }, + { + "ids": "10386,10387,10388,10389,10390,10391,10392,10393,10394,10395,10396,10397,10398,10399,10400,10401", + "examine": "It's empty." + }, + { + "ids": "10402,10403", + "examine": "It looks like water once ran here." + }, + { + "ids": "10404", + "examine": "The water is flowing again." + }, + { + "ids": "10405", + "examine": "It looks like water once ran here." + }, + { + "ids": "10406", + "examine": "The water is flowing again." + }, + { + "ids": "10407", + "examine": "It looks like water once ran here." + }, + { + "ids": "10408", + "examine": "The water is flowing again." + }, + { + "ids": "10409", + "examine": "It looks like water once ran here." + }, + { + "ids": "10410,10411", + "examine": "The water is flowing again." + }, + { + "ids": "10412", + "examine": "A strange hole carefully made in the ground." + }, + { + "ids": "10413", + "examine": "Looks like the Genie's bed." + }, + { + "ids": "10414", + "examine": "Generally used for putting things on." + }, + { + "ids": "10415", + "examine": "A pile of rolled up carpets." + }, + { + "ids": "10416", + "examine": "I'm not going down there without a rope." + }, + { + "ids": "10417", + "examine": "This leads back to the waterfall outside." + }, + { + "ids": "10418,10419,10420,10421,10422,10423,10424,10425,10426,10427,10428,10429,10430,10431,10432", + "examine": "A wooden door." + }, + { + "ids": "10433", + "examine": "A bit bluer than I usually like my fires." + }, + { + "ids": "10434,10435", + "examine": "I can climb back to the surface." + }, + { + "ids": "10436", + "examine": "Nardah's main water supply." + }, + { + "ids": "10437", + "examine": "There's no water here." + }, + { + "ids": "10438", + "examine": "There should be a statue here." + }, + { + "ids": "10439", + "examine": "The Elidinis Statuette is back in it's place." + }, + { + "ids": "10440,10441,10442,10443,10444,10445,10446,10447,10448,10449,10450,10451,10452,10453,10454,10455,10456", + "examine": "A sitting stone." + }, + { + "ids": "10457", + "examine": "Ali's cart, with his supply of water." + }, + { + "ids": "10458,10459,10460,10461,10462,10463,10464,10465,10466,10467,10468,10469,10470,10471,10472,10473,10474,10475,10476,10477,10478,10479,10480,10481,10482,10483,10484", + "examine": "One of Ali's water barrels." + }, + { + "ids": "10485,10486", + "examine": "Items are for sale here." + }, + { + "ids": "10487,10488", + "examine": "Various implements for working with metal." + }, + { + "ids": "10489", + "examine": "Metal plating for protection." + }, + { + "ids": "10490", + "examine": "Generally used for putting things on." + }, + { + "ids": "10491", + "examine": "The ideal thing to sit on." + }, + { + "ids": "10492", + "examine": "Good for sitting on." + }, + { + "ids": "10493", + "examine": "I can climb this." + }, + { + "ids": "10494", + "examine": "I can climb down this." + }, + { + "ids": "10495,10496,10497,10498", + "examine": "Storage for all needs." + }, + { + "ids": "10499", + "examine": "A small potted plant." + }, + { + "ids": "10500", + "examine": "Someone has planted this." + }, + { + "ids": "10501", + "examine": "A nicely potted fern." + }, + { + "ids": "10502", + "examine": "Better than weeding." + }, + { + "ids": "10503", + "examine": "Not the most inspired architectural design." + }, + { + "ids": "10504,10505", + "examine": "They could do with a wash." + }, + { + "ids": "10506,10507", + "examine": "There are some pots and pans here." + }, + { + "ids": "10508", + "examine": "Some stone temple seating." + }, + { + "ids": "10509", + "examine": "Some old looking scrolls sit here." + }, + { + "ids": "10510", + "examine": "A case. With books." + }, + { + "ids": "10511", + "examine": "A drab looking bed." + }, + { + "ids": "10512", + "examine": "Lovely comfy looking big bed." + }, + { + "ids": "10513", + "examine": "Contains equipment for growing herbs." + }, + { + "ids": "10514,10515", + "examine": "Herb stock is kept here." + }, + { + "ids": "10516", + "examine": "A wooden wheelbarrow." + }, + { + "ids": "10517", + "examine": "The bank teller will serve you from here." + }, + { + "ids": "10518,10519,10520", + "examine": "This booth is closed." + }, + { + "ids": "10521", + "examine": "The antique chalice seems to be attached to the wall." + }, + { + "ids": "10522,10523,10524", + "examine": "This old tapestry depicts a bright light shining at a woman's arms." + }, + { + "ids": "10525", + "examine": "I can climb these stairs." + }, + { + "ids": "10526", + "examine": "They go down." + }, + { + "ids": "10527,10528,10529,10530,10531,10532,10533,10534,10535,10536,10537,10538,10539,10540", + "examine": "A tall wooden door." + }, + { + "ids": "10541,10542", + "examine": "Flags flying the Human colours." + }, + { + "ids": "10543,10544", + "examine": "Flags flying the Dwarf colours." + }, + { + "ids": "10545,10546", + "examine": "Flags flying the Elf colours." + }, + { + "ids": "10547,10548", + "examine": "Flags flying the Gnome colours." + }, + { + "ids": "10549,10550", + "examine": "Flags flying the Werewolf colours." + }, + { + "ids": "10551,10552", + "examine": "Flags flying the TzHaar colours." + }, + { + "ids": "10553", + "examine": "A metal portcullis." + }, + { + "ids": "10554,10555", + "examine": "I can climb this." + }, + { + "ids": "10556", + "examine": "There's a trapdoor in its base." + }, + { + "ids": "10557", + "examine": "There's an open trapdoor in its base." + }, + { + "ids": "10558", + "examine": "I wonder what's under it?" + }, + { + "ids": "10559", + "examine": "I wonder what's down there?" + }, + { + "ids": "10560,10561", + "examine": "I can climb this." + }, + { + "ids": "10562,10563", + "examine": "It's open." + }, + { + "ids": "10564,10565", + "examine": "A banner proclaiming your victory over the Earth Warrior Champion!" + }, + { + "ids": "10566,10567", + "examine": "A banner proclaiming your victory over the Ghoul Champion!" + }, + { + "ids": "10568,10569", + "examine": "A banner proclaiming your victory over the Giant Champion!" + }, + { + "ids": "10570,10571", + "examine": "A banner proclaiming your victory over the Goblin Champion!" + }, + { + "ids": "10572,10573", + "examine": "A banner proclaiming your victory over the Hobgoblin Champion!" + }, + { + "ids": "10574,10575", + "examine": "A banner proclaiming your victory over the Imp Champion!" + }, + { + "ids": "10576,10577", + "examine": "A banner proclaiming your victory over the Jogre Champion!" + }, + { + "ids": "10578,10579", + "examine": "A banner proclaiming your victory over the Lesser Demon Champion!" + }, + { + "ids": "10580,10581", + "examine": "A banner proclaiming your victory over the Skeleton Champion!" + }, + { + "ids": "10582", + "examine": "A banner proclaiming your victory over the Zombie Champion!" + }, + { + "ids": "10583,10584,10585,10586,10587,10588,10589,10590,10591,10592,10593,10594", + "examine": "A rocky outcrop." + }, + { + "ids": "10595", + "examine": "Emergency exit." + }, + { + "ids": "10596,10597,10598,10599,10600,10601,10602,10603,10604", + "examine": "Enter if you dare..." + }, + { + "ids": "10605", + "examine": "Danger" + }, + { + "ids": "10606", + "examine": "Bronze Chest*A strangely decorated chest, the open lock is painted brown." + }, + { + "ids": "10608", + "examine": "A strangely decorated chest, the open lock is painted crimson." + }, + { + "ids": "10609", + "examine": "A strangely decorated chest, the open lock is painted black." + }, + { + "ids": "10610", + "examine": "A strangely decorated chest, the open lock is painted purple." + }, + { + "ids": "10611", + "examine": "A strangely decorated steel chest, open the lock is painted blood red." + }, + { + "ids": "10612", + "examine": "A strangely decorated steel chest, the open lock is painted brown." + }, + { + "ids": "10613", + "examine": "A strangely decorated steel chest, the open lock is painted crimson." + }, + { + "ids": "10614", + "examine": "A strangely decorated steel chest, the open lock is painted black." + }, + { + "ids": "10615", + "examine": "A strangely decorated steel chest, the open lock is painted purple." + }, + { + "ids": "10616", + "examine": "A strangely decorated black chest, the open lock is painted blood red." + }, + { + "ids": "10617", + "examine": "A strangely decorated black chest, the open lock is painted brown." + }, + { + "ids": "10618", + "examine": "A strangely decorated black chest, the open lock is painted crimson." + }, + { + "ids": "10619", + "examine": "A strangely decorated black chest, the open lock is painted black." + }, + { + "ids": "10620", + "examine": "A strangely decorated black chest, the open lock is painted purple." + }, + { + "ids": "10621", + "examine": "A strangely decorated silver chest, the open lock is painted blood red." + }, + { + "ids": "10622", + "examine": "A strangely decorated silver chest, the open lock is painted brown." + }, + { + "ids": "10623", + "examine": "A strangely decorated silver chest, the open lock is painted crimson." + }, + { + "ids": "10624", + "examine": "A strangely decorated silver chest, the open lock is painted black." + }, + { + "ids": "10625,10626,10627,10628,10629,10630,10631,10632,10633,10634,10635,10636,10637,10638", + "examine": "A strangely decorated silver chest, the open lock is painted purple." + }, + { + "ids": "10639,10640", + "examine": "Shrine to the glory of Saradomin." + }, + { + "ids": "10641,10642,10643,10644,10645,10646,10647,10648,10649,10650,10651", + "examine": "Used for sharpening blades." + }, + { + "ids": "10652", + "examine": "A large tree." + }, + { + "ids": "10653,10654", + "examine": "A decorated tree." + }, + { + "ids": "10655", + "examine": "A large evergreen tree." + }, + { + "ids": "10656,10657,10658,10659,10660,10661,10662,10663", + "examine": "A decorated tree." + }, + { + "ids": "10664", + "examine": "A tall Trollweiss Spruce. An engraving on the trunk reads, 'Ug loves Aga'." + }, + { + "ids": "10665,10666,10667,10668,10669,10670", + "examine": "Boxes containing stuff." + }, + { + "ids": "10671", + "examine": "Only sawdust..." + }, + { + "ids": "10672", + "examine": "Reclaim your lost puppets!" + }, + { + "ids": "10673,10674,10675", + "examine": "Equipment for colouring items." + }, + { + "ids": "10676,10677,10678", + "examine": "A puppet is being constructed here." + }, + { + "ids": "10679,10680,10681,10682,10683,10684,10685", + "examine": "A box containing unpainted decorations." + }, + { + "ids": "10686", + "examine": "Box containing blue puppet heads." + }, + { + "ids": "10687", + "examine": "Box containing blue puppet torsos." + }, + { + "ids": "10688", + "examine": "Box containing blue puppet arms." + }, + { + "ids": "10689", + "examine": "Box containing blue puppet legs." + }, + { + "ids": "10690", + "examine": "Box containing red puppet heads." + }, + { + "ids": "10691", + "examine": "Box containing red puppet torsos." + }, + { + "ids": "10692", + "examine": "Box containing red puppet arms." + }, + { + "ids": "10693", + "examine": "Box containing red puppet legs." + }, + { + "ids": "10694", + "examine": "Box containing green puppet heads." + }, + { + "ids": "10695", + "examine": "Box containing green puppet torsos." + }, + { + "ids": "10696", + "examine": "Box containing green puppet arms." + }, + { + "ids": "10697", + "examine": "Box containing green puppet legs." + }, + { + "ids": "10698", + "examine": "What could be down here?" + }, + { + "ids": "10699,10700", + "examine": "You can climb up these." + }, + { + "ids": "10701", + "examine": "A blue crate. Probably containing puppets." + }, + { + "ids": "10702", + "examine": "A green crate. Probably containing puppets." + }, + { + "ids": "10703", + "examine": "A red crate. Probably containing puppets." + }, + { + "ids": "10704", + "examine": "A large crate. More puppets?" + }, + { + "ids": "10705", + "examine": "Some large wooden crates." + }, + { + "ids": "10706", + "examine": "A large box full of wood chippings.." + }, + { + "ids": "10707,10708,10709", + "examine": "A wooden ladder." + }, + { + "ids": "10710,10711,10712,10713,10714,10715,10716,10717,10718,10719,10720", + "examine": "Pots full of paint." + }, + { + "ids": "10721", + "examine": "A doorway made of light." + }, + { + "ids": "10722,10723", + "examine": "Filled to the brim with knowledge." + }, + { + "ids": "10724", + "examine": "A nicely carved wooden chair." + }, + { + "ids": "10725,10726,10727,10728,10729,10730,10731,10732", + "examine": "A pile of animal Bones." + }, + { + "ids": "10733", + "examine": "Hidden away, I wonder where it goes?" + }, + { + "ids": "10734", + "examine": "Somewhere to put money." + }, + { + "ids": "10735", + "examine": "Somewhere to offer food." + }, + { + "ids": "10736,10737", + "examine": "A statue." + }, + { + "ids": "10738", + "examine": "A statue representing water." + }, + { + "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": "A statue representing air." + }, + { + "ids": "10768,10769,10770", + "examine": "A place to put your money." + }, + { + "ids": "10771,10772,10773,10774,10775,10776,10777", + "examine": "Stairs." + }, + { + "ids": "10778", + "examine": "A teleport to the Telekinetic Theatre." + }, + { + "ids": "10779", + "examine": "A teleport to the Enchanting Chamber." + }, + { + "ids": "10780", + "examine": "A teleport to the Alchemists' Playground." + }, + { + "ids": "10781", + "examine": "A teleport to the Creature Graveyard." + }, + { + "ids": "10782", + "examine": "A teleport to the Entrance hall." + }, + { + "ids": "10783,10784,10785,10786,10787,10788,10789,10790,10791,10792,10793,10794,10795,10796,10797,10798", + "examine": "This may be worth opening." + }, + { + "ids": "10799", + "examine": "Some simple cubes." + }, + { + "ids": "10800", + "examine": "A pile of cylindrical shapes." + }, + { + "ids": "10801", + "examine": "A pile of Icosahedrons." + }, + { + "ids": "10802", + "examine": "A pile of pentamids." + }, + { + "ids": "10803", + "examine": "A hole the perfect shape for spheres" + }, + { + "ids": "10804", + "examine": "Perhaps the pixies will be back next year." + }, + { + "ids": "10805,10806", + "examine": "Sandy's desk is piled high with paperwork towers." + }, + { + "ids": "10807", + "examine": "A large steaming mug of the finest Karamja Coffee." + }, + { + "ids": "10808", + "examine": "Looks useful for putting things on." + }, + { + "ids": "10809,10810,10811,10812", + "examine": "A bin full of paper." + }, + { + "ids": "10813", + "examine": "Betty's counter. There is a vial standing on it." + }, + { + "ids": "10814,10815,10816", + "examine": "It's very sandy." + }, + { + "ids": "10817", + "examine": "Pull me!" + }, + { + "ids": "10818,10819", + "examine": "Doesn't look like the way out." + }, + { + "ids": "10820,10821,10822,10823", + "examine": "A glowing barrier of energy prevents your escape." + }, + { + "ids": "10824,10825,10826", + "examine": "Oh for a marshmallow on a stick!" + }, + { + "ids": "10827", + "examine": "An ornate fountain." + }, + { + "ids": "10828,10829,10830,10831,10832,10833,10834,10835,10836,10837,10838,10839,10840,10841,10842,10843,10844,10845,10846,10847", + "examine": "Smells like fish." + }, + { + "ids": "10848,10849,10850", + "examine": "This leads to a tunnel too steep for me to scale." + }, + { + "ids": "10851", + "examine": "I can climb this rocky outcrop." + }, + { + "ids": "10852,10853,10854", + "examine": "A rocky outcrop." + }, + { + "ids": "10855,10856", + "examine": "The doorway leads down into the pyramid." + }, + { + "ids": "10857", + "examine": "I can climb these stairs." + }, + { + "ids": "10858", + "examine": "I can climb down these." + }, + { + "ids": "10859", + "examine": "A gap." + }, + { + "ids": "10860", + "examine": "A narrow ledge." + }, + { + "ids": "10861,10862,10863,10864", + "examine": "A gap." + }, + { + "ids": "10865,10866", + "examine": "It looks like I can clamber over this." + }, + { + "ids": "10867,10868,10869,10870,10871,10872,10873,10874", + "examine": "A wooden plank." + }, + { + "ids": "10875,10876,10877,10878,10879,10880,10881", + "examine": "A stone block." + }, + { + "ids": "10882,10883,10884,10885", + "examine": "A gap." + }, + { + "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": "A narrow ledge." + }, + { + "ids": "10944,10945,10946,10947,10948,10949", + "examine": "A rocky outcrop." + }, + { + "ids": "10950,10951,10952", + "examine": "Looks sturdy enough to climb!" + }, + { + "ids": "10953", + "examine": "Something heavy must have made this." + }, + { + "ids": "10954", + "examine": "The perfect place for a picnic." + }, + { + "ids": "10955,10956,10957", + "examine": "A large statue made of sandstone." + }, + { + "ids": "10958,10959,10960,10961", + "examine": "Made of sandstone and granite." + }, + { + "ids": "10962,10963,10964,10965,10966,10967,10968,10969,10970", + "examine": "A large statue." + }, + { + "ids": "10971", + "examine": "It has no limbs." + }, + { + "ids": "10972", + "examine": "It has a left arm." + }, + { + "ids": "10973", + "examine": "It has a right arm." + }, + { + "ids": "10974", + "examine": "It has a left leg." + }, + { + "ids": "10975", + "examine": "It has a right leg." + }, + { + "ids": "10976", + "examine": "It has a left arm and right arm." + }, + { + "ids": "10977", + "examine": "It has a left arm and left leg." + }, + { + "ids": "10978", + "examine": "It has a left arm and right leg." + }, + { + "ids": "10979", + "examine": "It has a right arm and left leg." + }, + { + "ids": "10980", + "examine": "It has a right arm and right leg." + }, + { + "ids": "10981", + "examine": "It has a left leg and right leg." + }, + { + "ids": "10982", + "examine": "It has a left arm, right arm and left leg." + }, + { + "ids": "10983", + "examine": "It has a left arm, right arm and right leg." + }, + { + "ids": "10984", + "examine": "It has a left arm, left leg and right leg." + }, + { + "ids": "10985", + "examine": "It has a right arm, left leg and right leg." + }, + { + "ids": "10986,10987", + "examine": "It has all its limbs still attached." + }, + { + "ids": "10988", + "examine": "There's a recess on the top shaped like a head." + }, + { + "ids": "10989", + "examine": "There's a stone head in a recess on the top." + }, + { + "ids": "10990", + "examine": "The blood globe is lit." + }, + { + "ids": "10991", + "examine": "The ice globe is lit." + }, + { + "ids": "10992", + "examine": "The shadow globe is lit." + }, + { + "ids": "10993", + "examine": "The smoke globe is lit." + }, + { + "ids": "10994", + "examine": "The blood and ice globes are lit." + }, + { + "ids": "10995", + "examine": "The blood and shadow globes are lit." + }, + { + "ids": "10996", + "examine": "The blood and smoke globes are lit." + }, + { + "ids": "10997", + "examine": "The ice and shadow globes are lit." + }, + { + "ids": "10998", + "examine": "The ice and smoke globes are lit." + }, + { + "ids": "10999", + "examine": "The shadow and smoke globes are lit." + }, + { + "ids": "11000", + "examine": "The ice, shadow and smoke globes are lit." + }, + { + "ids": "11001", + "examine": "The blood, shadow and smoke globes are lit." + }, + { + "ids": "11002", + "examine": "The blood, ice and smoke globes are lit." + }, + { + "ids": "11003", + "examine": "The blood, ice and shadow globes are lit." + }, + { + "ids": "11004", + "examine": "All the globes" + }, + { + "ids": "11005,11006", + "examine": "It's made of a magical force." + }, + { + "ids": "11007,11008", + "examine": "This fountain is frozen solid." + }, + { + "ids": "11009", + "examine": "It's blocked and is spewing out smoke." + }, + { + "ids": "11010,11011,11012,11013,11014,11015,11016", + "examine": "A hot place for forging things in." + }, + { + "ids": "11017,11018,11019", + "examine": "Something burned in here long ago." + }, + { + "ids": "11020,11021,11022,11023,11024,11025,11026,11027", + "examine": "Something's burning here." + }, + { + "ids": "11028,11029,11030,11031", + "examine": "A finished wall." + }, + { + "ids": "11032,11033", + "examine": "A nearly finished wall." + }, + { + "ids": "11034,11035", + "examine": "A half finished wall." + }, + { + "ids": "11036,11037", + "examine": "It needs much more repair." + }, + { + "ids": "11038,11039", + "examine": "A ruined wall." + }, + { + "ids": "11040", + "examine": "A pile of bricks dislodged from the wall nearby." + }, + { + "ids": "11041", + "examine": "I can climb this." + }, + { + "ids": "11042", + "examine": "What's down there?" + }, + { + "ids": "11043,11044,11045,11046,11047,11048", + "examine": "I can climb this." + }, + { + "ids": "11049", + "examine": "I wonder what's under it?" + }, + { + "ids": "11050", + "examine": "I wonder what's down there?" + }, + { + "ids": "11051,11052", + "examine": "There's a recess in it in the shape of a Z." + }, + { + "ids": "11053,11054", + "examine": "There's a recess in it in the shape of an M." + }, + { + "ids": "11055,11056", + "examine": "There's a recess in it in the shape of an R." + }, + { + "ids": "11057,11058", + "examine": "There's a recess in it in the shape of a K." + }, + { + "ids": "11059", + "examine": "There's a recess on the top shaped like a head." + }, + { + "ids": "11060", + "examine": "There's a sigil on it shaped like a Z." + }, + { + "ids": "11061", + "examine": "There's a sigil on it shaped like an M." + }, + { + "ids": "11062", + "examine": "There's a sigil on it shaped like an R." + }, + { + "ids": "11063", + "examine": "There's a sigil on it shaped like a K." + }, + { + "ids": "11064,11065", + "examine": "There's a recess in it in the shape of a left arm." + }, + { + "ids": "11066,11067", + "examine": "There's a recess in it in the shape of a right arm." + }, + { + "ids": "11068,11069", + "examine": "There's a recess in it in the shape of a left leg." + }, + { + "ids": "11070,11071", + "examine": "There's a recess in it in the shape of a right leg." + }, + { + "ids": "11072,11073,11074,11075,11076,11077,11078", + "examine": "Looks like there was once a building here." + }, + { + "ids": "11079", + "examine": "There's a hole in the roof!" + }, + { + "ids": "11080", + "examine": "An old-looking bit of scaffolding." + }, + { + "ids": "11081", + "examine": "An old-looking ladder." + }, + { + "ids": "11082,11083,11084,11085,11086,11087,11088,11089,11090,11091,11092,11093,11094,11095,11096", + "examine": "A wooden wheelbarrow." + }, + { + "ids": "11097", + "examine": "A rock with a pickaxe." + }, + { + "ids": "11098,11099,11100,11101,11102,11103,11104,11105,11106,11107,11108,11109,11110,11111", + "examine": "A rock." + }, + { + "ids": "11112", + "examine": "This tree has long been dead." + }, + { + "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": "A dried up bush, void of life." + }, + { + "ids": "11141,11142,11143,11144,11145,11146,11147,11148,11149,11150", + "examine": "He's been trapped in there for a long time." + }, + { + "ids": "11151", + "examine": "There's a recess in it in the shape of an arm." + }, + { + "ids": "11152", + "examine": "There's a recess in it in the shape of a leg." + }, + { + "ids": "11153,11154,11155,11156,11157,11158,11159,11160,11161", + "examine": "A simple stone pedestal." + }, + { + "ids": "11162,11163,11164", + "examine": "A big grinding thing." + }, + { + "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": "A rocky outcrop." + }, + { + "ids": "11196,11197", + "examine": "An elf-fashioned door." + }, + { + "ids": "11198", + "examine": "The ladder to the Runeversi challenge room for experienced players." + }, + { + "ids": "11199", + "examine": "The ladder back to the Runeversi challenge room." + }, + { + "ids": "11200", + "examine": "The ladder to the Runesquares challenge room for experienced players." + }, + { + "ids": "11201", + "examine": "The ladder back to the Runesquares challenge room." + }, + { + "ids": "11202", + "examine": "A game of runesquares is being played on this table." + }, + { + "ids": "11203", + "examine": "A game of runeversi is being played on this table." + }, + { + "ids": "11204", + "examine": "Runesquares challenge room." + }, + { + "ids": "11205", + "examine": "Runeversi challenge room." + }, + { + "ids": "11206", + "examine": "Runesquares challenge room for experienced players." + }, + { + "ids": "11207", + "examine": "Runeversi challenge room for experienced players." + }, + { + "ids": "11208", + "examine": "Looks comfortable..." + }, + { + "ids": "11209,11210,11211,11212,11213", + "examine": "Permission to board?" + }, + { + "ids": "11214", + "examine": "Ready...aim...fire!" + }, + { + "ids": "11215", + "examine": "Not likely to work with that hole in it." + }, + { + "ids": "11216", + "examine": "Where did the barrel go?" + }, + { + "ids": "11217,11218", + "examine": "Ready to fire." + }, + { + "ids": "11219", + "examine": "If I can't destroy this we're sunk." + }, + { + "ids": "11220,11221,11222,11223,11224,11225,11226,11227", + "examine": "Let's hope they don't repair it." + }, + { + "ids": "11228,11229,11230", + "examine": "Useful for transportation of valuable items." + }, + { + "ids": "11231", + "examine": "I wonder what's inside." + }, + { + "ids": "11232,11233", + "examine": "Perhaps I should search it." + }, + { + "ids": "11234,11235", + "examine": "A wooden barrel for storage." + }, + { + "ids": "11236,11237", + "examine": "For the storage of plunder." + }, + { + "ids": "11238", + "examine": "Warning! Contents may explode!" + }, + { + "ids": "11239", + "examine": "I wouldn't be surprised if bits land over in Lumbridge." + }, + { + "ids": "11240,11241,11242,11243", + "examine": "Rigged to blow." + }, + { + "ids": "11244", + "examine": "I can climb down here." + }, + { + "ids": "11245", + "examine": "Full of gunpowder. I'd best be careful." + }, + { + "ids": "11246,11247", + "examine": "Stores repair items." + }, + { + "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": "Cannons. Lots of cannons." + }, + { + "ids": "11276,11277,11278,11279", + "examine": "Holds up the sails." + }, + { + "ids": "11280", + "examine": "Useful if there is any wind." + }, + { + "ids": "11281,11282", + "examine": "Useful for making ships move." + }, + { + "ids": "11283,11284,11285,11286", + "examine": "Useful for making ships move" + }, + { + "ids": "11287,11288", + "examine": "This figure brings luck to those who sail." + }, + { + "ids": "11289,11290", + "examine": "Allows access to other parts of the ship." + }, + { + "ids": "11291", + "examine": "Useful for making ships move." + }, + { + "ids": "11292,11293,11294,11295,11296,11297,11298,11299,11300,11301", + "examine": "A conveniently rolled sail." + }, + { + "ids": "11302", + "examine": "Useful for making ships move." + }, + { + "ids": "11303,11304", + "examine": "A conveniently rolled sail." + }, + { + "ids": "11305", + "examine": "A wooden barrel for storage." + }, + { + "ids": "11306", + "examine": "Without this I'm going around in circles." + }, + { + "ids": "11307", + "examine": "How much does this weigh?" + }, + { + "ids": "11308", + "examine": "I can climb up here." + }, + { + "ids": "11309", + "examine": "I can go below decks with this ladder." + }, + { + "ids": "11310", + "examine": "The only way to get up the mast." + }, + { + "ids": "11311", + "examine": "For swinging on." + }, + { + "ids": "11312,11313,11314", + "examine": "This isn't currently usable." + }, + { + "ids": "11315", + "examine": "This is rigged to blow!" + }, + { + "ids": "11316", + "examine": "You can light this." + }, + { + "ids": "11317,11318", + "examine": "That water can't be good." + }, + { + "ids": "11319", + "examine": "That's plugged it." + }, + { + "ids": "11320,11321,11322", + "examine": "A wooden barrel for storage." + }, + { + "ids": "11323", + "examine": "For storing plunder." + }, + { + "ids": "11324,11325,11326,11327,11328,11329", + "examine": "This seems to stand out." + }, + { + "ids": "11330,11331", + "examine": "A wooden crate." + }, + { + "ids": "11332,11333,11334", + "examine": "A security gate." + }, + { + "ids": "11335,11336,11337", + "examine": "Bamboo strips have been lashed together to make this rickety desk." + }, + { + "ids": "11338", + "examine": "The bank teller will serve you from here." + }, + { + "ids": "11339,11340", + "examine": "Shake that booty!" + }, + { + "ids": "11341", + "examine": "An old storage chest." + }, + { + "ids": "11342,11343,11344,11345,11346,11347,11348,11349,11350,11351,11352,11353", + "examine": "Stores items for the journey." + }, + { + "ids": "11354,11355", + "examine": "Who knows where it may lead?" + }, + { + "ids": "11356", + "examine": "A gateway back to RuneScape." + }, + { + "ids": "11357", + "examine": "The Professor's been at it again!" + }, + { + "ids": "11358,11359", + "examine": "I can climb up these stairs." + }, + { + "ids": "11360", + "examine": "This stall smells great." + }, + { + "ids": "11361", + "examine": "It's a raw chompybird on a spit." + }, + { + "ids": "11362", + "examine": "It's a raw Rabbit on a spit." + }, + { + "ids": "11363", + "examine": "It's an iron spit." + }, + { + "ids": "11364", + "examine": "A stone pillar that looks like Bob the Cat." + }, + { + "ids": "11365", + "examine": "A stone pillar that looks like Zamorak." + }, + { + "ids": "11366", + "examine": "A stone pillar that looks like Guthix." + }, + { + "ids": "11367,11368,11369,11370,11371,11372,11373,11374,11375,11376,11377,11378", + "examine": "A stone pillar that looks like Saradomin." + }, + { + "ids": "11379,11380,11381,11382", + "examine": "A large church door." + }, + { + "ids": "11383,11384,11385", + "examine": "A stone pillar that looks like Saradomin." + }, + { + "ids": "11386,11387,11388", + "examine": "A stone pillar that looks like Guthix." + }, + { + "ids": "11389,11390,11391", + "examine": "A stone pillar that looks like Zamorak." + }, + { + "ids": "11392,11393,11394", + "examine": "A stone pillar that looks like Bob the Cat." + }, + { + "ids": "11395", + "examine": "A candle in a holder." + }, + { + "ids": "11396", + "examine": "A melted candle." + }, + { + "ids": "11397", + "examine": "A candle flame." + }, + { + "ids": "11398", + "examine": "Interface surround." + }, + { + "ids": "11399", + "examine": "Interface button up." + }, + { + "ids": "11400", + "examine": "Interface button down." + }, + { + "ids": "11401", + "examine": "Interface button left." + }, + { + "ids": "11402", + "examine": "Interface button right." + }, + { + "ids": "11403", + "examine": "Interface button ignite." + }, + { + "ids": "11404,11405,11406,11407,11408", + "examine": "Hot!" + }, + { + "ids": "11409,11410", + "examine": "It's a sewer pipe with some rope tied to it." + }, + { + "ids": "11411", + "examine": "A bit of rope." + }, + { + "ids": "11412", + "examine": "A section of rope." + }, + { + "ids": "11413,11414,11415,11416", + "examine": "A bit of rope." + }, + { + "ids": "11417", + "examine": "You can climb down here." + }, + { + "ids": "11418,11419,11420,11421,11422", + "examine": "Hard to notice, but this mud looks disturbed." + }, + { + "ids": "11423", + "examine": "It's a grill." + }, + { + "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 rocky outcrop." + }, + { + "ids": "11449", + "examine": "This door is locked." + }, + { + "ids": "11450", + "examine": "The door is slightly ajar." + }, + { + "ids": "11451", + "examine": "A lever pointing upwards." + }, + { + "ids": "11452", + "examine": "A lever pointing downwards." + }, + { + "ids": "11453", + "examine": "A lever pointing upwards." + }, + { + "ids": "11454", + "examine": "A lever pointing downwards." + }, + { + "ids": "11455", + "examine": "A lever pointing upwards." + }, + { + "ids": "11456", + "examine": "A lever pointing downwards." + }, + { + "ids": "11457", + "examine": "A lever pointing upwards." + }, + { + "ids": "11458", + "examine": "A lever pointing downwards." + }, + { + "ids": "11459", + "examine": "A lever pointing upwards." + }, + { + "ids": "11460", + "examine": "A lever pointing downwards." + }, + { + "ids": "11461", + "examine": "A lever pointing upwards." + }, + { + "ids": "11462,11463,11464,11465,11466,11467", + "examine": "A lever pointing downwards." + }, + { + "ids": "11468", + "examine": "Handy that they're already lit." + }, + { + "ids": "11469", + "examine": "Disturbingly its eyes look everywhere in the room except at you." + }, + { + "ids": "11470", + "examine": "The door is closed." + }, + { + "ids": "11471", + "examine": "The door is not closed." + }, + { + "ids": "11472,11473,11474,11475,11476,11477,11478,11479,11480,11481,11482", + "examine": "Little candles flickering." + }, + { + "ids": "11483", + "examine": "It's closed." + }, + { + "ids": "11484", + "examine": "A wooden barrel for storage." + }, + { + "ids": "11485", + "examine": "A wooden crate." + }, + { + "ids": "11486", + "examine": "Some wooden crates." + }, + { + "ids": "11487", + "examine": "Some wooden boxes." + }, + { + "ids": "11488", + "examine": "For storage." + }, + { + "ids": "11489", + "examine": "The ideal thing to sit on." + }, + { + "ids": "11490", + "examine": "Do I dare sit on this?" + }, + { + "ids": "11491", + "examine": "A nice sturdy looking table." + }, + { + "ids": "11492", + "examine": "Not so good for sitting on." + }, + { + "ids": "11493", + "examine": "Looks a bit shabby..." + }, + { + "ids": "11494", + "examine": "An enigmatic cabbage." + }, + { + "ids": "11495", + "examine": "Not your average garden feature..." + }, + { + "ids": "11496", + "examine": "Did that chair just move?" + }, + { + "ids": "11497", + "examine": "Disturbingly its eyes look everywhere in the room except at you." + }, + { + "ids": "11498", + "examine": "Dare I go up?" + }, + { + "ids": "11499", + "examine": "These stairs look spooky!" + }, + { + "ids": "11500", + "examine": "A filthy but sturdy looking table." + }, + { + "ids": "11501,11502,11503,11504,11505,11506,11507,11508,11509", + "examine": "I'm not eating off that." + }, + { + "ids": "11510", + "examine": "This tree has long been dead." + }, + { + "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": "I can climb up these stairs." + }, + { + "ids": "11546,11547,11548,11549,11550", + "examine": "It's a strange machine." + }, + { + "ids": "11551", + "examine": "It's a table for putting objects on." + }, + { + "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": "A rocky outcrop." + }, + { + "ids": "11589,11590,11591,11592,11593,11594,11595,11596,11597,11598", + "examine": "A wooden barrel for storage." + }, + { + "ids": "11599", + "examine": "A wooden crate." + }, + { + "ids": "11600", + "examine": "Convenient for storage." + }, + { + "ids": "11601,11602", + "examine": "Bake your clay pots in here." + }, + { + "ids": "11603,11604,11605", + "examine": "A wooden stool." + }, + { + "ids": "11606,11607,11608,11609,11610,11611,11612,11613", + "examine": "A simple torch stuck in the ground." + }, + { + "ids": "11614,11615", + "examine": "A barbarian flag." + }, + { + "ids": "11616", + "examine": "Keeps the wind out." + }, + { + "ids": "11617,11618", + "examine": "It would keep the wind out better if it were closed." + }, + { + "ids": "11619", + "examine": "Generally used for putting things on." + }, + { + "ids": "11620,11621,11622,11623,11624,11625", + "examine": "The entrance to the barbarians' longhall." + }, + { + "ids": "11626", + "examine": "Items are for sale here." + }, + { + "ids": "11627,11628", + "examine": "A small wooden table." + }, + { + "ids": "11629", + "examine": "A rocky outcrop that looks rather crumbly." + }, + { + "ids": "11630,11631,11632,11633", + "examine": "South to Falador :: West to Taverley :: East to Varrock." + }, + { + "ids": "11634,11635,11636,11637,11638,11639", + "examine": "A rock." + }, + { + "ids": "11640,11641,11642,11643,11644,11645,11646,11647,11648,11649,11650,11651,11652,11653,11654,11655,11656", + "examine": "Keeps unwelcome folk out of Falador." + }, + { + "ids": "11657", + "examine": "A rack for displaying fine maces." + }, + { + "ids": "11658", + "examine": "Shelves for maces." + }, + { + "ids": "11659", + "examine": "A barrel of maces." + }, + { + "ids": "11660", + "examine": "A table bearing a fine selection of maces." + }, + { + "ids": "11661", + "examine": "A handy source of water." + }, + { + "ids": "11662", + "examine": "Fine gems for sale!" + }, + { + "ids": "11663,11664,11665", + "examine": "Precious stones for sale." + }, + { + "ids": "11666,11667,11668,11669,11670,11671,11672,11673,36956", + "examine": "A hot furnace." + }, + { + "ids": "11674", + "examine": "Rising Sun Tavern." + }, + { + "ids": "11675,11676", + "examine": "Rising Sun Tavern, Falador." + }, + { + "ids": "11677", + "examine": "Powers the spinning pole outside." + }, + { + "ids": "11678,11679,11680,11681", + "examine": "The traditional sign of a barber." + }, + { + "ids": "11682,11683,11684,11685,11686,11687,11688,11689,11690,11691,11692", + "examine": "A small wooden table." + }, + { + "ids": "11693,11694,11695,11696,11697", + "examine": "A statue of a famous White Knight." + }, + { + "ids": "11698", + "examine": "Filled to the brim with knowledge." + }, + { + "ids": "11699", + "examine": "The flag of Asgarnia." + }, + { + "ids": "11700", + "examine": "I thought he'd be bigger than that." + }, + { + "ids": "11701,11702,11703,11704,11705", + "examine": "Big beard, robes. Yeah, that's Saradomin." + }, + { + "ids": "11706", + "examine": "Nicely planted." + }, + { + "ids": "11707", + "examine": "The door is closed." + }, + { + "ids": "11708", + "examine": "The door is open." + }, + { + "ids": "11709", + "examine": "The door is closed." + }, + { + "ids": "11710", + "examine": "The door is open." + }, + { + "ids": "11711", + "examine": "The door is closed." + }, + { + "ids": "11712", + "examine": "The door is open." + }, + { + "ids": "11713", + "examine": "The door is close." + }, + { + "ids": "11714", + "examine": "The door is closed." + }, + { + "ids": "11715", + "examine": "The door is open." + }, + { + "ids": "11716,11717,11718,11719,11720,11721,11722,11723", + "examine": "A grand door." + }, + { + "ids": "11724", + "examine": "I can climb up these stairs." + }, + { + "ids": "11725,11726", + "examine": "I can climb down these stairs." + }, + { + "ids": "11727", + "examine": "I can climb this." + }, + { + "ids": "11728", + "examine": "I can climb down this." + }, + { + "ids": "11729,11730", + "examine": "I can climb up these stairs." + }, + { + "ids": "11731", + "examine": "I can climb down these stairs." + }, + { + "ids": "11732", + "examine": "I can climb up these stairs." + }, + { + "ids": "11733", + "examine": "I can climb down these stairs." + }, + { + "ids": "11734", + "examine": "I can climb these stairs." + }, + { + "ids": "11735", + "examine": "They go down." + }, + { + "ids": "11736", + "examine": "I can climb these stairs." + }, + { + "ids": "11737", + "examine": "They go down." + }, + { + "ids": "11738", + "examine": "A nice sturdy-looking table." + }, + { + "ids": "11739,11740", + "examine": "Allows access to above level." + }, + { + "ids": "11741,11742", + "examine": "Allows access to level below." + }, + { + "ids": "11743", + "examine": "A nice sturdy looking table." + }, + { + "ids": "11744", + "examine": "Small wooden boxes." + }, + { + "ids": "11745", + "examine": "Wooden crates." + }, + { + "ids": "11746", + "examine": "A wooden stool." + }, + { + "ids": "11747", + "examine": "A basic bed." + }, + { + "ids": "11748", + "examine": "Nice banquet table." + }, + { + "ids": "11749,11750,11751,11752", + "examine": "A sturdy-looking round table." + }, + { + "ids": "11753,11754", + "examine": "Armour of a White Knight. Decorative, but still effective." + }, + { + "ids": "11755", + "examine": "'Concerned about theft? Set a Bank PIN today!'" + }, + { + "ids": "11756", + "examine": "'Customers are reminded NEVER to tell ANYONE their password.'" + }, + { + "ids": "11757", + "examine": "This chest contains an impressive amount of Gold!!" + }, + { + "ids": "11758", + "examine": "The bank teller will serve you from here." + }, + { + "ids": "11759", + "examine": "Hope springs eternal." + }, + { + "ids": "11760", + "examine": "A comfortable seat." + }, + { + "ids": "11761", + "examine": "A carving of a figure from the history of RuneScape." + }, + { + "ids": "11762", + "examine": "A source of foamy neurotoxin." + }, + { + "ids": "11763", + "examine": "Where drunkards may be found." + }, + { + "ids": "11764", + "examine": "So clean you could eat your dinner off it." + }, + { + "ids": "11765", + "examine": "I'd really hate to drink anything that had been in here." + }, + { + "ids": "11766", + "examine": "Smells alcoholic." + }, + { + "ids": "11767", + "examine": "Dusty old books." + }, + { + "ids": "11768,11769,11770,11771,11772,11773,11774,11775,11776,11777,11778,11779,11780,11781", + "examine": "Storage for all needs." + }, + { + "ids": "11782,11783,11784,11785,11786,11787,11788", + "examine": "What ancient rites were performed here?" + }, + { + "ids": "11789,11790,11791,11792", + "examine": "Weathered rocks." + }, + { + "ids": "11793", + "examine": "Best used with a bucket." + }, + { + "ids": "11794", + "examine": "Ready for a quick snip?" + }, + { + "ids": "11795", + "examine": "Put your head in my hands..." + }, + { + "ids": "11796,11797,11798", + "examine": "Ooh" + }, + { + "ids": "11799,11800,11801,11802,11803,11804,11805,11806,11807,11808,11809,11810,11811", + "examine": "Makes your hair stay curly." + }, + { + "ids": "11812", + "examine": "Running water" + }, + { + "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": "Might be handy for a workman." + }, + { + "ids": "11840,11841,11842,11843", + "examine": "A pile of bricks." + }, + { + "ids": "11844,11845,11846,11847", + "examine": "It looks like I might be able to climb over this piece of the wall..." + }, + { + "ids": "11848", + "examine": "An attractively laid out collection of ranging weapons." + }, + { + "ids": "11849,11850,11851,11852,11853,11854,11855,11856,11857,11858,11859,11860", + "examine": "Contains washing items." + }, + { + "ids": "11861", + "examine": "A dwarven flag." + }, + { + "ids": "11862", + "examine": "A tin bath big enough for dwarfs, but too small for humans." + }, + { + "ids": "11863,11864,11865,11866", + "examine": "For bringing ore out of the mines." + }, + { + "ids": "11867", + "examine": "I wonder what's down there?" + }, + { + "ids": "11868", + "examine": "A powerful ranging device that fires metal balls." + }, + { + "ids": "11869,11870,11871,11872", + "examine": "A pile of parts for building a multicannon." + }, + { + "ids": "11873,11874", + "examine": "A crate containing parts for building a multicannon." + }, + { + "ids": "11875", + "examine": "Used for detecting dangerous gases in the mine." + }, + { + "ids": "11876", + "examine": "Various implements for working with metal." + }, + { + "ids": "11877,11878,11879,11880,11881,11882,11883,11884,11885,11886,11887", + "examine": "A simple place for a simple dwarf to sleep and dream of gold." + }, + { + "ids": "11888", + "examine": "I can climb up these stairs." + }, + { + "ids": "11889", + "examine": "I can climb these stairs." + }, + { + "ids": "11890", + "examine": "I can climb down these stairs." + }, + { + "ids": "11891", + "examine": "Who knows what the dark wizards store in here?" + }, + { + "ids": "11892", + "examine": "A filthy but sturdy table." + }, + { + "ids": "11893,11894", + "examine": "Books of dark magic for dark wizards." + }, + { + "ids": "11895", + "examine": "Vicious thorns." + }, + { + "ids": "11896", + "examine": "These could make a fine mess of my legs." + }, + { + "ids": "11897,11898,11899,11900,11901,11902,11903,11904,11905,11906,11907,11908,11909", + "examine": "Not suitable for sitting on." + }, + { + "ids": "11910", + "examine": "I hope I never meet one of those." + }, + { + "ids": "11911,11912,11913,11914", + "examine": "A dead bush." + }, + { + "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 rocky outcrop." + }, + { + "ids": "11993", + "examine": "The door is closed." + }, + { + "ids": "11994,11995,11996,11997,11998,11999,12000,12001,12002", + "examine": "The door is open." + }, + { + "ids": "12003", + "examine": "Better not eat them!" + }, + { + "ids": "12004", + "examine": "It's going to be a tight squeeze!" + }, + { + "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": "Illuminating!" + }, + { + "ids": "12041", + "examine": "It'll be a tight squeeze." + }, + { + "ids": "12042,12043,12044", + "examine": "All tangled up!" + }, + { + "ids": "12045,12046,12047,12048,12049,12050,12051,12052,12053,12054,12055,12056,12057,12058,12059", + "examine": "A magic door." + }, + { + "ids": "12060,12061", + "examine": "Shelves of colourful potion gourds!" + }, + { + "ids": "12062,12063", + "examine": "A shelf of colourful potion gourds!" + }, + { + "ids": "12064", + "examine": "Fairy Nuff passed healing 101!" + }, + { + "ids": "12065,12066,12067", + "examine": "It says Nuff is a healer." + }, + { + "ids": "12068,12069,12070,12071,12072,12073,12074,12075,12076,12077,12078,12079,12080,12081,12082,12083,12084,12085,12086,12087,12088", + "examine": "An assortment of colourful bubbling and smoking potions!" + }, + { + "ids": "12089", + "examine": "A beautiful fairy fountain!" + }, + { + "ids": "12090", + "examine": "She doesn't look like she's breathing!" + }, + { + "ids": "12091", + "examine": "Fit for a fairy." + }, + { + "ids": "12092", + "examine": "Sure looks comfy." + }, + { + "ids": "12093", + "examine": "A shrine to the evil chicken." + }, + { + "ids": "12094,12095,12096,12097,12098,12099", + "examine": "Better not eat them!" + }, + { + "ids": "12100,12101", + "examine": "A hot furnace." + }, + { + "ids": "12102", + "examine": "Ideal for cooking on." + }, + { + "ids": "12103", + "examine": "For storage." + }, + { + "ids": "12104", + "examine": "Some wooden crates." + }, + { + "ids": "12105", + "examine": "A wooden crate." + }, + { + "ids": "12106", + "examine": "Generally used for putting things on." + }, + { + "ids": "12107", + "examine": "A wooden barrel for storage." + }, + { + "ids": "12108", + "examine": "A nice sturdy looking table." + }, + { + "ids": "12109", + "examine": "Its a wall." + }, + { + "ids": "12110", + "examine": "A banner for Group of Advanced Gardeners." + }, + { + "ids": "12111", + "examine": "Fit for milking." + }, + { + "ids": "12112,12113", + "examine": "I can climb this." + }, + { + "ids": "12114", + "examine": "She likes the exercise." + }, + { + "ids": "12115,12116,12117,12118,12119", + "examine": "Full of Grain." + }, + { + "ids": "12120", + "examine": "I wonder what's inside." + }, + { + "ids": "12121", + "examine": "Perhaps I should search it." + }, + { + "ids": "12122,12123,12124", + "examine": "Filled with tepid water." + }, + { + "ids": "12125", + "examine": "Here lies Guy, he told a lie, so we swung him from the gallows high." + }, + { + "ids": "12126", + "examine": "Looks suspicious." + }, + { + "ids": "12127,12128,12129,12130", + "examine": "A wall jutting out into the path." + }, + { + "ids": "12131,12132", + "examine": "Spooky." + }, + { + "ids": "12133", + "examine": "Probably not dead. Although Romeo is none the wiser." + }, + { + "ids": "12134,12135,12136", + "examine": "Contains dead people." + }, + { + "ids": "12137", + "examine": "A wild cadava berry bush." + }, + { + "ids": "12138", + "examine": "A wild red berry bush." + }, + { + "ids": "12139", + "examine": "A perfectly appointed rosebush." + }, + { + "ids": "12140,12141,12142,12143", + "examine": "The sort of bench you get in churches." + }, + { + "ids": "12144,12145,12146,12147,12148,12149,12150,12151,12152,12153,12154,12155,12156,12157,12158", + "examine": "You can create a canoe here." + }, + { + "ids": "12159,12160,12161,12162,12163,12164,12165,12166,12167", + "examine": "Glug glug glug" + }, + { + "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": "canoe" + }, + { + "ids": "12201", + "examine": "A well, it is not safe to climb down." + }, + { + "ids": "12202", + "examine": "A mole hill." + }, + { + "ids": "12203,12204,12205,12206,12207,12208,12209,12210,12211,12212,12213,12214,12215,12216,12217,12218,12219,12220,12221,12222,12223,12224,12225,12226,12227,12228,12229", + "examine": "There's a hole in the roof." + }, + { + "ids": "12230,12231", + "examine": "I can climb out of this cave from here." + }, + { + "ids": "12232", + "examine": "A place to keep all your clothes & equipment." + }, + { + "ids": "12233,12234,12235", + "examine": "A trophy of a mighty slayer!" + }, + { + "ids": "12236,12237,12238", + "examine": "A trophy of a master fisher." + }, + { + "ids": "12239", + "examine": "It's a Vanilla Planifolia of the Orchidaceae family." + }, + { + "ids": "12240", + "examine": "The remains of an ancient beast." + }, + { + "ids": "12241", + "examine": "Very dead I hope." + }, + { + "ids": "12242", + "examine": "Remains of yesterday's dinner." + }, + { + "ids": "12243", + "examine": "That must be one hungry chicken." + }, + { + "ids": "12244", + "examine": "This one's not very fresh." + }, + { + "ids": "12245", + "examine": "Alas poor Yojllik, I knew him backwards." + }, + { + "ids": "12246", + "examine": "A tall, skinny." + }, + { + "ids": "12247", + "examine": "He fell foul of the fowl." + }, + { + "ids": "12248,12249,12250,12251,12252", + "examine": "The chicken's pecked him clean." + }, + { + "ids": "12253", + "examine": "How am I going to get down there?" + }, + { + "ids": "12254", + "examine": "I guess I need to climb down." + }, + { + "ids": "12255", + "examine": "I hope this holds!" + }, + { + "ids": "12256", + "examine": "Will those eggs become baby chicks?" + }, + { + "ids": "12257", + "examine": "Must have been laid by one of those dragons." + }, + { + "ids": "12258", + "examine": "Hot!" + }, + { + "ids": "12259", + "examine": "The nest of evil!" + }, + { + "ids": "12260,12261", + "examine": "Will this take me home?" + }, + { + "ids": "12262", + "examine": "It probably leads to some sort of cellar." + }, + { + "ids": "12263", + "examine": "What mysteries lie below?" + }, + { + "ids": "12264", + "examine": "An oak ladder." + }, + { + "ids": "12265,12266", + "examine": "Old wooden steps." + }, + { + "ids": "12267", + "examine": "What evil lurks below?" + }, + { + "ids": "12268", + "examine": "Rickety wooden steps lead down into the lair of evil." + }, + { + "ids": "12269,12270,12271,12272,12273,12274,12275,12276,12277,12278", + "examine": "Hmmmm...home cooking." + }, + { + "ids": "12279", + "examine": "Wash your hands!" + }, + { + "ids": "12280", + "examine": "A nice sturdy looking table." + }, + { + "ids": "12281", + "examine": "A small wooden table." + }, + { + "ids": "12282,12283,12284,12285,12286,12287,12288,12289,12290,12291,12292", + "examine": "How to be evil and influence people." + }, + { + "ids": "12293,12294,12295,12296,12297,12298,12299,12300", + "examine": "Tick tock." + }, + { + "ids": "12301,12302,12303,12304,12305,12306,12307,12308", + "examine": "Little candles flickering." + }, + { + "ids": "12309", + "examine": "It's open." + }, + { + "ids": "12310,12311", + "examine": "Someone should be sitting here." + }, + { + "ids": "12312,12313", + "examine": "Suitable for one." + }, + { + "ids": "12314,12315,12316,12317", + "examine": "A very large banquet table stacked with food." + }, + { + "ids": "12318,12319", + "examine": "It's a seat!" + }, + { + "ids": "12320,12321,12322,12323,12324,12325,12326,12327,12328,12329,12330,12331,12332,12333,12334,12335,12336,12337,12338,12339,12340,12341,12342,12343,12344,12345,12346,12347", + "examine": "He's been frozen in time." + }, + { + "ids": "12348", + "examine": "An ornate-fashioned door." + }, + { + "ids": "12349,12350", + "examine": "A large double door." + }, + { + "ids": "12351,12352,12353,12354", + "examine": "Some kind of strange time barrier." + }, + { + "ids": "12355", + "examine": "A portal to a mystical place..." + }, + { + "ids": "12356,12357,12358,12359,12360,12361,12362,12363,12364,12365,12366,12367,12368,12369,12370,12371,12372,12373,12374,12375,12376,12377,12378,12379,12380,12381,12382,12383,12384,12385", + "examine": "A portal out of this mystical place..." + }, + { + "ids": "12386", + "examine": "A large crudely built table." + }, + { + "ids": "12387", + "examine": "Definite proof that cooking and gunpowder don't mix." + }, + { + "ids": "12388", + "examine": "A large table now covered in soot." + }, + { + "ids": "12389", + "examine": "What horrors lie below?" + }, + { + "ids": "12390", + "examine": "It's the ladder I came in here by." + }, + { + "ids": "12391", + "examine": "Fortunately this has survived better than most of the kitchen." + }, + { + "ids": "12392", + "examine": "I'm not sure I want to know what goblins keep in their kitchens." + }, + { + "ids": "12393", + "examine": "They're covered in a thick layer of soot." + }, + { + "ids": "12394", + "examine": "Stacks and stacks of sacks." + }, + { + "ids": "12395", + "examine": "Stacks and stacks of soot covered sacks." + }, + { + "ids": "12396,12397,12398", + "examine": "A large empty sack." + }, + { + "ids": "12399", + "examine": "It's empty, apart from the explosion debris covering everything now." + }, + { + "ids": "12400", + "examine": "The bottom of this cauldron is suprisingly blackened, even for a cauldron." + }, + { + "ids": "12401", + "examine": "I don't think Cauldrons are supposed to bounce around like that." + }, + { + "ids": "12402", + "examine": "This could be considered to be a bad thing!" + }, + { + "ids": "12403", + "examine": "These shelves are suprisingly tidy for a goblin. It can't last." + }, + { + "ids": "12404", + "examine": "They're not going to be very useful for keeping things on now." + }, + { + "ids": "12405", + "examine": "The doors don't seem to stay shut properly." + }, + { + "ids": "12406", + "examine": "When I got there the cupboard was bare. Even the doors had been blown off." + }, + { + "ids": "12407", + "examine": "A little three legged stool." + }, + { + "ids": "12408,12409", + "examine": "It's a two legged stool now. Apparently it doesn't work very well." + }, + { + "ids": "12410", + "examine": "A pan with a stereotype. I'm sure it could be used for other things." + }, + { + "ids": "12411", + "examine": "Mmmm, soot flavoured sauce. Lovely!" + }, + { + "ids": "12412", + "examine": "It's not rolling, it's just sitting there." + }, + { + "ids": "12413", + "examine": "It would probably crumble if you tried to roll anything with it." + }, + { + "ids": "12414,12415,12416,12417,12418,12419,12420,12421,12422,12423,12424,12425,12426,12427,12428,12429,12430,12431,12432,12433", + "examine": "Cutlery with an identity crisis." + }, + { + "ids": "12434,12435,12436,12437,12438,12439", + "examine": "An empty wooden barrel." + }, + { + "ids": "12440,12441", + "examine": "Good for sitting on." + }, + { + "ids": "12442", + "examine": "A large wooden box." + }, + { + "ids": "12443", + "examine": "A neatly stacked pair of crates." + }, + { + "ids": "12444", + "examine": "The door is closed." + }, + { + "ids": "12445", + "examine": "The door is open." + }, + { + "ids": "12446,12447,12448,12449", + "examine": "A large double door." + }, + { + "ids": "12450", + "examine": "A rough wooden table." + }, + { + "ids": "12451,12452", + "examine": "I wonder what's inside?" + }, + { + "ids": "12453,12454,12455,12456,12457,12458,12459", + "examine": "It's not quite the same as flower arranging." + }, + { + "ids": "12460,12461", + "examine": "Ze underwater cave entrance. I ask myself, where will it lead?" + }, + { + "ids": "12462,12463,12464,12465,12466", + "examine": "Ze underwater cave exit, leading me to another underwater adventure." + }, + { + "ids": "12467,12468,12469,12470,12471,12472,12473", + "examine": "Ze pen door, a wonderful example of ze underwater craftsmanship." + }, + { + "ids": "12474,12475", + "examine": "It looks slippy but I think you can climb this." + }, + { + "ids": "12476", + "examine": "Ze anchor chain, linking me with zis underwater paradise." + }, + { + "ids": "12477,12478", + "examine": "Those leaves look useful!" + }, + { + "ids": "12479,12480,12481,12482,12483,12484,12485,12486,12487,12488", + "examine": "The perfect place for coral to grow." + }, + { + "ids": "12489,12490,12491,12492,12493,12494,12495,12496,12497,12498", + "examine": "This is called Elkhorn Coral." + }, + { + "ids": "12499,12500,12501,12502,12503,12504,12505,12506,12507,12508", + "examine": "A type of lace coral." + }, + { + "ids": "12509,12510,12511,12512,12513,12514,12515,12516,12517,12518", + "examine": "Coral is made up of millions of organisms." + }, + { + "ids": "12519", + "examine": "Bonaire-Flower Coral...It's rare!" + }, + { + "ids": "12520,12521,12522,12523,12524,12525,12526,12527,12528,12529", + "examine": "Pollution is rapidly destroying coral reefs." + }, + { + "ids": "12530", + "examine": "I bet the boats gone missing..." + }, + { + "ids": "12531,12532,12533,12534,12535", + "examine": "Precious oxygen...escaping..." + }, + { + "ids": "12536", + "examine": "I can climb up these stairs." + }, + { + "ids": "12537", + "examine": "I can climb these stairs." + }, + { + "ids": "12538", + "examine": "I can climb down these stairs." + }, + { + "ids": "12539,12540", + "examine": "A good source of books!" + }, + { + "ids": "12541,12542", + "examine": "For putting things on." + }, + { + "ids": "12543", + "examine": "A nice sturdy-looking table." + }, + { + "ids": "12544", + "examine": "A small wooden table." + }, + { + "ids": "12545", + "examine": "Small wooden boxes." + }, + { + "ids": "12546,12547", + "examine": "A wooden crate." + }, + { + "ids": "12548,12549", + "examine": "Some wooden crates." + }, + { + "ids": "12550,12551", + "examine": "A large old tree." + }, + { + "ids": "12552", + "examine": "A large old tree, pushed over by Rantz." + }, + { + "ids": "12553", + "examine": "A large old tree that's been felled, with the roots cut off." + }, + { + "ids": "12554", + "examine": "A very crude boat, made from an old tree." + }, + { + "ids": "12555", + "examine": "The roots of a large old tree." + }, + { + "ids": "12556,12557,12558", + "examine": "The rock the inflated toad was tied to." + }, + { + "ids": "12559", + "examine": "A small palm tree." + }, + { + "ids": "12560", + "examine": "A small palm tree with an ogre arrow in it." + }, + { + "ids": "12561,12562,12563", + "examine": "Useful for ogre dinners." + }, + { + "ids": "12564,12565,12566,12567", + "examine": "A pile of rock." + }, + { + "ids": "12568,12569", + "examine": "A very slippery stepping stone." + }, + { + "ids": "12570,12571,12572", + "examine": "A terribly tall tropical tree." + }, + { + "ids": "12573,12574,12575", + "examine": "I can traverse these." + }, + { + "ids": "12576,12577", + "examine": "A climbing wall made from skulls." + }, + { + "ids": "12578", + "examine": "For swinging on." + }, + { + "ids": "12579,12580", + "examine": "A terribly tall tropical tree." + }, + { + "ids": "12581,12582,12583,12584,12585,12586,12587,12588", + "examine": "A vine-choked hole." + }, + { + "ids": "12589,12590,12591,12592,12593", + "examine": "A Rock." + }, + { + "ids": "12594,12595,12596", + "examine": "A Snake." + }, + { + "ids": "12597", + "examine": "A hole." + }, + { + "ids": "12598,12599,12600", + "examine": "A Snake." + }, + { + "ids": "12601", + "examine": "There's a hole in the roof!" + }, + { + "ids": "12602", + "examine": "A hole in the ground." + }, + { + "ids": "12603", + "examine": "This bush seems to glow in the dim light of the cave." + }, + { + "ids": "12604", + "examine": "This banana tree has a strange reddish hue on the leaves." + }, + { + "ids": "12605", + "examine": "This thin shaft of light is all the Tchiki Monkey Nut bush needs to grow." + }, + { + "ids": "12606,12607,12608,12609,12610,12611,12612,12613,12614", + "examine": "A Banana Tree." + }, + { + "ids": "12615", + "examine": "A Bush with monkey nuts growing on it." + }, + { + "ids": "12616", + "examine": "I can see the surface." + }, + { + "ids": "12617", + "examine": "A way out." + }, + { + "ids": "12618,12619,12620,12621", + "examine": "A terribly tall tropical tree." + }, + { + "ids": "12622,12623,12624,12625,12626", + "examine": "A vine." + }, + { + "ids": "12627,12628,12629,12630,12631,12632,12633", + "examine": "A terribly tall tropical tree." + }, + { + "ids": "12634", + "examine": "It's a long, hot rock." + }, + { + "ids": "12635", + "examine": "It's a rock with a dead snake on." + }, + { + "ids": "12636", + "examine": "It's a rock with a dead, burnt snake on." + }, + { + "ids": "12637,12638,12639,12640,12641,12642,12643,12644,12645,12646,12647,12648,12649,12650,12651,12652,12653,12654,12655,12656", + "examine": "It's a rock with a cooked snake on. Smells good..." + }, + { + "ids": "12657,12658,12659,12660", + "examine": "I can get out this way." + }, + { + "ids": "12661,12662,12663,12664,12665,12666,12667,12668,12669,12670,12671,12672,12673,12674,12675,12676,12677,12678,12679,12680,12681,12682", + "examine": "Entrance to the monkey agility arena." + }, + { + "ids": "12683,12684,12685,12686,12687,12688,12689,12690,12691,12692,12693,12694,12695,12696,12697,12698,12699,12700,12701,12702,12703,12704,12705,12706,12707,12708,12709,12710", + "examine": "Bridge Corner" + }, + { + "ids": "12711,12712,12713,12714,12715", + "examine": "A recently filled in grave." + }, + { + "ids": "12716,12717,12718,12719,12720", + "examine": "This will show me who is supposed to go here." + }, + { + "ids": "12721,12722,12723,12724,12725", + "examine": "A grave with a coffin in." + }, + { + "ids": "12726,12727,12728,12729,12730", + "examine": "An empty grave." + }, + { + "ids": "12731", + "examine": "Not the best place to live." + }, + { + "ids": "12732", + "examine": "This tree has long been dead." + }, + { + "ids": "12733", + "examine": "This tree has been cut down." + }, + { + "ids": "12734", + "examine": "Rickety table with signs of recent gambling among the remains of past meals." + }, + { + "ids": "12735", + "examine": "I wonder what's inside." + }, + { + "ids": "12736", + "examine": "Perhaps I should search it." + }, + { + "ids": "12737,12738", + "examine": "A broken down wall." + }, + { + "ids": "12739,12740", + "examine": "This rubble is covering a trapdoor." + }, + { + "ids": "12741", + "examine": "A fallen down wall." + }, + { + "ids": "12742,12743", + "examine": "Broken parts of an old wall." + }, + { + "ids": "12744", + "examine": "I wonder what's under it?" + }, + { + "ids": "12745", + "examine": "I wonder what's down there?" + }, + { + "ids": "12746", + "examine": "A pile of rubble." + }, + { + "ids": "12747", + "examine": "Just a bit pile of rubble, probably from the fallen down building which surrounds you." + }, + { + "ids": "12748", + "examine": "I can climb this." + }, + { + "ids": "12749", + "examine": "Looks like the locals dump their rubble here." + }, + { + "ids": "12750,12751,12752,12753,12754,12755,12756,12757,12758,12759,12760", + "examine": "You seem to make out some writing." + }, + { + "ids": "12761,12762", + "examine": "A rotten looking door." + }, + { + "ids": "12763", + "examine": "Where does this go?" + }, + { + "ids": "12764", + "examine": "I can climb this." + }, + { + "ids": "12765", + "examine": "I wonder where this goes." + }, + { + "ids": "12766,12767", + "examine": "A collection of rare books." + }, + { + "ids": "12768", + "examine": "I wonder what's inside." + }, + { + "ids": "12769", + "examine": "Perhaps I should search it." + }, + { + "ids": "12770,12771,12772", + "examine": "A small cave entrance." + }, + { + "ids": "12773", + "examine": "This cave has been boarded up." + }, + { + "ids": "12774", + "examine": "A rock under the surface of the sea." + }, + { + "ids": "12775", + "examine": "A bed-ridden man." + }, + { + "ids": "12776", + "examine": "Looks slightly lower than the rest, perhaps you can jump it?" + }, + { + "ids": "12777", + "examine": "A wooden trapdoor." + }, + { + "ids": "12778", + "examine": "This leads to the basement." + }, + { + "ids": "12779", + "examine": "I can climb this." + }, + { + "ids": "12780,12781", + "examine": "A wooden ladder." + }, + { + "ids": "12782", + "examine": "This is the source of the leak." + }, + { + "ids": "12783", + "examine": "Hopefully this should stop the leak." + }, + { + "ids": "12784,12785", + "examine": "It's catching the leaking water from the roof." + }, + { + "ids": "12786", + "examine": "This wall has been repaired with wood." + }, + { + "ids": "12787", + "examine": "This wall really needs repairing." + }, + { + "ids": "12788,12789,12790,12791", + "examine": "An empty wooden crate." + }, + { + "ids": "12792", + "examine": "There are some tinderboxes on these shelves." + }, + { + "ids": "12793", + "examine": "There are some axes on these shelves." + }, + { + "ids": "12794,12795", + "examine": "There are some snails on these shelves." + }, + { + "ids": "12796,12797", + "examine": "Come bask in the fire's warm glowing warming glow." + }, + { + "ids": "12798", + "examine": "This bank booth has been recently repaired." + }, + { + "ids": "12799", + "examine": "This bank booth could probably be repaired." + }, + { + "ids": "12800,12801", + "examine": "This bank booth is too damaged to use." + }, + { + "ids": "12802,12803", + "examine": "The resting place of an ancient warrior of Morytania." + }, + { + "ids": "12804,12805", + "examine": "It looks a tad bloody..." + }, + { + "ids": "12806", + "examine": "An old and broken furnace, there is a huge hole in the steel hood." + }, + { + "ids": "12807", + "examine": "This furnace has been repaired with some steel panels, but it has no fuel." + }, + { + "ids": "12808", + "examine": "The furnace has been repaired and has some coal in it." + }, + { + "ids": "12809,12810,12811", + "examine": "A repaired furnace, hot and ready for action." + }, + { + "ids": "12812", + "examine": "Hardened earth, with bits of rock in it, not easy to move." + }, + { + "ids": "12813", + "examine": "Hardened earth, with bits of rock in it, not easy to move, slightly broken up." + }, + { + "ids": "12814", + "examine": "Hardened earth, with bits of rock in it, not easy to move, partially broken up." + }, + { + "ids": "12815", + "examine": "Hard rubble reduced to small pieces, it's quite dusty and not easy to move." + }, + { + "ids": "12816,12817,12818,12819", + "examine": "A wooden gate." + }, + { + "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", + "examine": "A path leading out of this swampy dead end." + }, + { + "ids": "12844,12845,12846,12847,12848,12849,12850,12851,12852,12853,12854", + "examine": "A veritable pile of bricks." + }, + { + "ids": "12855", + "examine": "It's a bit broken." + }, + { + "ids": "12856", + "examine": "A door barely hanging onto it's hinges." + }, + { + "ids": "12857,12858,12859,12860,12861,12862,12863,12864,12865,12866,12867,12868,12869,12870,12871", + "examine": "Actually, I could do with a drink...never mind...I wasn't thirsty anyway." + }, + { + "ids": "12872", + "examine": "Where does this go?" + }, + { + "ids": "12873", + "examine": "A collection of rare books." + }, + { + "ids": "12874", + "examine": "A wooden crate." + }, + { + "ids": "12875", + "examine": "A wooden wheelbarrow." + }, + { + "ids": "12876", + "examine": "For storage." + }, + { + "ids": "12877", + "examine": "Some wooden crates." + }, + { + "ids": "12878", + "examine": "Some wooden boxes." + }, + { + "ids": "12879", + "examine": "A wooden crate." + }, + { + "ids": "12880", + "examine": "It's a bed!" + }, + { + "ids": "12881,12882", + "examine": "A rotten and decrepid book case." + }, + { + "ids": "12883", + "examine": "Theres nothing here." + }, + { + "ids": "12884", + "examine": "Generally used for putting things on." + }, + { + "ids": "12885,12886", + "examine": "The ideal thing to sit on." + }, + { + "ids": "12887,12888", + "examine": "This needs dusting before I'll sit on it." + }, + { + "ids": "12889", + "examine": "Not so good for sitting on." + }, + { + "ids": "12890,12891", + "examine": "A wooden barrel for storage." + }, + { + "ids": "12892", + "examine": "A small wooden table." + }, + { + "ids": "12893", + "examine": "There's nothing on these shelves." + }, + { + "ids": "12894", + "examine": "Cut down to feed the furnace." + }, + { + "ids": "12895,12896", + "examine": "It doesn't look healthy..." + }, + { + "ids": "12897,12898,12899,12900,12901,12902,12903,12904,12905", + "examine": "It smells stagnant." + }, + { + "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": "A wooden ladder." + }, + { + "ids": "12933,12934,12935,12936,12937,12938,12939,12940", + "examine": "Items are for sale here." + }, + { + "ids": "12941,12942,12943", + "examine": "A distinctive layer in the rock strata." + }, + { + "ids": "12944,12945,12946,12947,12948,12949,12950,12951,12952,12953,12954,12955,12956,12957,12958,12959,12960", + "examine": "It's not a schooner, it's a sailboat." + }, + { + "ids": "12961", + "examine": "A wooden crate." + }, + { + "ids": "12962", + "examine": "A table." + }, + { + "ids": "12963", + "examine": "A wooden crate." + }, + { + "ids": "12964,12965", + "examine": "I can climb this." + }, + { + "ids": "12966", + "examine": "I can climb down this." + }, + { + "ids": "12967,12968", + "examine": "A wooden barrel for storage." + }, + { + "ids": "12969", + "examine": "Something is cooking nicely here." + }, + { + "ids": "12970", + "examine": "A well slept in bed." + }, + { + "ids": "12971", + "examine": "A table." + }, + { + "ids": "12972", + "examine": "It's a small table." + }, + { + "ids": "12973", + "examine": "Good for sitting on." + }, + { + "ids": "12974,12975,12976", + "examine": "After working with livestock, why not wash your hands?" + }, + { + "ids": "12977,12978", + "examine": "A wooden crate." + }, + { + "ids": "12979", + "examine": "This chair rocks" + }, + { + "ids": "12980", + "examine": "Storage for all needs." + }, + { + "ids": "12981", + "examine": "A stand for hats!" + }, + { + "ids": "12982,12983,12984,12985", + "examine": "I can climb over the fence with this." + }, + { + "ids": "12986,12987,12988,12989,12990,12991,12992,12993,12994,12995,12996,12997,12998,12999,13000", + "examine": "A wooden gate." + }, + { + "ids": "13001", + "examine": "The door is closed." + }, + { + "ids": "13002", + "examine": "The door is open." + }, + { + "ids": "13003", + "examine": "I wonder what's inside." + }, + { + "ids": "13004,13005", + "examine": "Perhaps I should search it." + }, + { + "ids": "13006,13007,13008,13009,13010,13011,13012,13013,13014", + "examine": "A desert 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 timber door." + }, + { + "ids": "13094,13095,13096,13097,13098,13099", + "examine": "A large double door." + }, + { + "ids": "13100,13101,13102,13103,13104,13105,13106", + "examine": "A way in to the house." + }, + { + "ids": "13107,13108,13109,13110,13111,13112,13113,13114,13115,13116,13117", + "examine": "I'm sure the animal is glad its fur was put to good use." + }, + { + "ids": "13118,13119,13120,13121,13122,13123,13124,13125", + "examine": "A posh door." + }, + { + "ids": "13126,13127,13128,13129,13130,13131,13132", + "examine": "A place to train unarmed combat with your friends." + }, + { + "ids": "13133,13134,13135,13136", + "examine": "A place to train weapon skills with your friends." + }, + { + "ids": "13137,13138,13139,13140", + "examine": "Anything-goes combat in here!" + }, + { + "ids": "13141", + "examine": "There's nothing there" + }, + { + "ids": "13142,13143,13144", + "examine": "You should try to knock someone off." + }, + { + "ids": "13145,13146", + "examine": "To stop you from stepping out of the ranging spot." + }, + { + "ids": "13147", + "examine": "Stand here to fight with projectiles or spells." + }, + { + "ids": "13148,13149,13150,13151,13152,13153,13154", + "examine": "Great for sleeping in." + }, + { + "ids": "13155", + "examine": "A place to keep your shoes." + }, + { + "ids": "13156,13157,13158,13159,13160,13161", + "examine": "A place to keep all your clothes." + }, + { + "ids": "13162", + "examine": "To get a close look at your chin." + }, + { + "ids": "13163", + "examine": "To help you shave." + }, + { + "ids": "13164,13165,13166,13167,13168", + "examine": "To help you do your hair." + }, + { + "ids": "13169,13170,13171", + "examine": "No little mouse to be seen." + }, + { + "ids": "13172", + "examine": "The holy symbol of the god of light." + }, + { + "ids": "13173", + "examine": "The holy symbol of the god of chaos." + }, + { + "ids": "13174", + "examine": "The holy symbol of the god of balance." + }, + { + "ids": "13175", + "examine": "The golden star reminds you of the glory of Saradomin." + }, + { + "ids": "13176", + "examine": "A fitting symbol of the bloodthirsty Zamorak!" + }, + { + "ids": "13177", + "examine": "A serene icon to the lord of balance." + }, + { + "ids": "13178", + "examine": "An icon of the mysterious Bob." + }, + { + "ids": "13179", + "examine": "An oak altar with a symbol of Saradomin." + }, + { + "ids": "13180", + "examine": "An oak altar with a symbol of Zamorak." + }, + { + "ids": "13181", + "examine": "An oak altar with a symbol of Guthix." + }, + { + "ids": "13182", + "examine": "A teak altar with a symbol of Saradomin." + }, + { + "ids": "13183", + "examine": "A teak altar with a symbol of Zamorak." + }, + { + "ids": "13184", + "examine": "A teak altar with a symbol of Guthix." + }, + { + "ids": "13185", + "examine": "A cloth-covered teak altar with a symbol of Saradomin." + }, + { + "ids": "13186", + "examine": "A cloth-covered teak altar with a symbol of Zamorak." + }, + { + "ids": "13187", + "examine": "A cloth-covered teak altar with a symbol of Guthix." + }, + { + "ids": "13188", + "examine": "A mahogany altar with a symbol of Saradomin." + }, + { + "ids": "13189", + "examine": "A mahogany altar with a symbol of Zamorak." + }, + { + "ids": "13190", + "examine": "A mahogany altar with a symbol of Guthix." + }, + { + "ids": "13191", + "examine": "A limestone altar with a symbol of Saradomin." + }, + { + "ids": "13192", + "examine": "A limestone altar with a symbol of Zamorak." + }, + { + "ids": "13193", + "examine": "A limestone altar with a symbol of Guthix." + }, + { + "ids": "13194", + "examine": "A marble altar with a symbol of Saradomin." + }, + { + "ids": "13195", + "examine": "A marble altar with a symbol of Zamorak." + }, + { + "ids": "13196", + "examine": "A marble altar with a symbol of Guthix." + }, + { + "ids": "13197", + "examine": "A gilded marble altar with a symbol of Saradomin." + }, + { + "ids": "13198", + "examine": "A gilded marble altar with a symbol of Zamorak." + }, + { + "ids": "13199", + "examine": "A gilded marble altar with a symbol of Guthix." + }, + { + "ids": "13200,13201,13202,13203,13204,13205,13206,13207,13208,13209,13210,13211,13212,13213", + "examine": "The smoke goes up to the gods." + }, + { + "ids": "13214", + "examine": "They tinkle delightfully." + }, + { + "ids": "13215", + "examine": "Oh, from out the sounding cells, what a gush of euphony voluminously wells!" + }, + { + "ids": "13216", + "examine": "A delightful sound." + }, + { + "ids": "13217", + "examine": "A basic chapel window." + }, + { + "ids": "13218", + "examine": "What nice shapes you can make out of glass!" + }, + { + "ids": "13219", + "examine": "It fills the room with coloured light." + }, + { + "ids": "13220", + "examine": "What nice shapes you can make out of glass!" + }, + { + "ids": "13221", + "examine": "It fills the room with coloured light." + }, + { + "ids": "13222", + "examine": "What nice shapes you can make out of glass!" + }, + { + "ids": "13223", + "examine": "It fills the room with coloured light." + }, + { + "ids": "13224", + "examine": "What nice shapes you can make out of glass!" + }, + { + "ids": "13225", + "examine": "It fills the room with coloured light." + }, + { + "ids": "13226", + "examine": "A basic chapel window." + }, + { + "ids": "13227", + "examine": "What nice shapes you can make out of glass!" + }, + { + "ids": "13228", + "examine": "It fills the room with coloured light." + }, + { + "ids": "13229", + "examine": "What nice shapes you can make out of glass!" + }, + { + "ids": "13230", + "examine": "It fills the room with coloured light." + }, + { + "ids": "13231", + "examine": "What nice shapes you can make out of glass!" + }, + { + "ids": "13232", + "examine": "It fills the room with coloured light." + }, + { + "ids": "13233", + "examine": "What nice shapes you can make out of glass!" + }, + { + "ids": "13234", + "examine": "It fills the room with coloured light." + }, + { + "ids": "13235", + "examine": "A basic chapel window." + }, + { + "ids": "13236", + "examine": "What nice shapes you can make out of glass!" + }, + { + "ids": "13237", + "examine": "It fills the room with coloured light." + }, + { + "ids": "13238", + "examine": "What nice shapes you can make out of glass!" + }, + { + "ids": "13239", + "examine": "It fills the room with coloured light." + }, + { + "ids": "13240", + "examine": "What nice shapes you can make out of glass!" + }, + { + "ids": "13241", + "examine": "It fills the room with coloured light." + }, + { + "ids": "13242", + "examine": "What nice shapes you can make out of glass!" + }, + { + "ids": "13243", + "examine": "It fills the room with coloured light." + }, + { + "ids": "13244", + "examine": "A basic chapel window." + }, + { + "ids": "13245", + "examine": "What nice shapes you can make out of glass!" + }, + { + "ids": "13246", + "examine": "It fills the room with coloured light." + }, + { + "ids": "13247", + "examine": "What nice shapes you can make out of glass!" + }, + { + "ids": "13248", + "examine": "It fills the room with coloured light." + }, + { + "ids": "13249", + "examine": "What nice shapes you can make out of glass!" + }, + { + "ids": "13250", + "examine": "It fills the room with coloured light." + }, + { + "ids": "13251", + "examine": "What nice shapes you can make out of glass!" + }, + { + "ids": "13252", + "examine": "It fills the room with coloured light." + }, + { + "ids": "13253", + "examine": "A basic chapel window." + }, + { + "ids": "13254", + "examine": "What nice shapes you can make out of glass!" + }, + { + "ids": "13255", + "examine": "It fills the room with coloured light." + }, + { + "ids": "13256", + "examine": "What nice shapes you can make out of glass!" + }, + { + "ids": "13257", + "examine": "It fills the room with coloured light." + }, + { + "ids": "13258", + "examine": "What nice shapes you can make out of glass!" + }, + { + "ids": "13259", + "examine": "It fills the room with coloured light." + }, + { + "ids": "13260", + "examine": "What nice shapes you can make out of glass!" + }, + { + "ids": "13261", + "examine": "It fills the room with coloured light." + }, + { + "ids": "13262", + "examine": "A basic chapel window." + }, + { + "ids": "13263", + "examine": "What nice shapes you can make out of glass!" + }, + { + "ids": "13264", + "examine": "It fills the room with coloured light." + }, + { + "ids": "13265", + "examine": "What nice shapes you can make out of glass!" + }, + { + "ids": "13266", + "examine": "It fills the room with coloured light." + }, + { + "ids": "13267", + "examine": "What nice shapes you can make out of glass!" + }, + { + "ids": "13268", + "examine": "It fills the room with coloured light." + }, + { + "ids": "13269", + "examine": "What nice shapes you can make out of glass!" + }, + { + "ids": "13270", + "examine": "It fills the room with coloured light." + }, + { + "ids": "13271", + "examine": "A saint of Saradomin from the days of old." + }, + { + "ids": "13272", + "examine": "One of Saradomin's holy angels." + }, + { + "ids": "13273", + "examine": "Saradomin, Lord of Light." + }, + { + "ids": "13274", + "examine": "A saint of Guthix from the days of old." + }, + { + "ids": "13275", + "examine": "One of Guthix's nature spirits." + }, + { + "ids": "13276", + "examine": "Guthix, Lord of Balance." + }, + { + "ids": "13277", + "examine": "A mighty saint of Zamorak." + }, + { + "ids": "13278", + "examine": "One of Zamorak's unholy demons." + }, + { + "ids": "13279", + "examine": "Zamorak, Lord of Chaos." + }, + { + "ids": "13280", + "examine": "A small statue of Bob as a kitten." + }, + { + "ids": "13281", + "examine": "OMG it's Bob the Jagex Cat!" + }, + { + "ids": "13282", + "examine": "The great Bob, Lord of Cats." + }, + { + "ids": "13283,13284", + "examine": "Is there treasure inside?" + }, + { + "ids": "13285,13286", + "examine": "Perhaps there is treasure inside!" + }, + { + "ids": "13287,13288", + "examine": "There might possibly be treasure inside!" + }, + { + "ids": "13289,13290", + "examine": "There must surely be treasure in a chest this expensive!" + }, + { + "ids": "13291,13292", + "examine": "Could the magic be guarding some treasure?" + }, + { + "ids": "13293", + "examine": "A basic wooden dining table." + }, + { + "ids": "13294", + "examine": "A basic oak dining table." + }, + { + "ids": "13295", + "examine": "A nicely carved oak dining table." + }, + { + "ids": "13296", + "examine": "A teak dining table." + }, + { + "ids": "13297", + "examine": "A nicely carved teak dining table." + }, + { + "ids": "13298", + "examine": "An expensive mahogany table." + }, + { + "ids": "13299", + "examine": "Marble and mahogany, ooh." + }, + { + "ids": "13300", + "examine": "A basic wooden dining bench." + }, + { + "ids": "13301", + "examine": "A basic oak dining bench." + }, + { + "ids": "13302", + "examine": "A nice oak dining bench." + }, + { + "ids": "13303", + "examine": "A teak dining bench." + }, + { + "ids": "13304", + "examine": "A nice teak dining bench." + }, + { + "ids": "13305", + "examine": "A mahogany dining bench." + }, + { + "ids": "13306", + "examine": "A very expensive dining bench." + }, + { + "ids": "13307,13308,13309", + "examine": "Can summon your servant." + }, + { + "ids": "13310", + "examine": "A rather macabre decoration." + }, + { + "ids": "13311", + "examine": "It doesn't go anywhere, it's just for show." + }, + { + "ids": "13312", + "examine": "Nothing makes a dungeon look ominous like some dried blood." + }, + { + "ids": "13313,13314,13315", + "examine": "Sturdy oak bars to keep prisoners in." + }, + { + "ids": "13316,13317,13318", + "examine": "Oak and steel bars to keep prisoners in." + }, + { + "ids": "13319,13320,13321", + "examine": "Steel bars to keep prisoners in." + }, + { + "ids": "13322,13323,13324", + "examine": "Steel bars with spikes!" + }, + { + "ids": "13325,13326,13327", + "examine": "A cage of bones. How delightfully macabre." + }, + { + "ids": "13328", + "examine": "An oak ladder." + }, + { + "ids": "13329", + "examine": "A teak ladder." + }, + { + "ids": "13330", + "examine": "A mahogany ladder." + }, + { + "ids": "13331,13332,13333", + "examine": "Yuck!" + }, + { + "ids": "13334,13335,13336", + "examine": "Ouch!" + }, + { + "ids": "13337", + "examine": "Not very pleasant" + }, + { + "ids": "13338,13339,13340", + "examine": "Invisible?" + }, + { + "ids": "13341,13342,13343", + "examine": "Even a dungeon needs light!" + }, + { + "ids": "13344,13345", + "examine": "A sturdy oak door." + }, + { + "ids": "13346,13347", + "examine": "A formidable steel door." + }, + { + "ids": "13348,13349", + "examine": "Could anyone get through a solid marble door?" + }, + { + "ids": "13350,13351", + "examine": "A sturdy oak door." + }, + { + "ids": "13352,13353", + "examine": "A formidable steel door." + }, + { + "ids": "13354,13355", + "examine": "Could anyone get through a solid marble door?" + }, + { + "ids": "13356,13357,13358,13359,13360,13361,13362,13363,13364,13365", + "examine": "Watch out!" + }, + { + "ids": "13366", + "examine": "A pet skeleton!" + }, + { + "ids": "13367", + "examine": "Beware of the dog!" + }, + { + "ids": "13368", + "examine": "He doesn't look very welcoming." + }, + { + "ids": "13369", + "examine": "A pet Troll!" + }, + { + "ids": "13370", + "examine": "No spider could get that big! It's unrealistic!" + }, + { + "ids": "13371", + "examine": "Good doggie..." + }, + { + "ids": "13372", + "examine": "Young but still dangerous." + }, + { + "ids": "13373", + "examine": "He's full of pent-up aggression." + }, + { + "ids": "13374", + "examine": "I don't think insect repellent will work..." + }, + { + "ids": "13375", + "examine": "Its scales are made of steel." + }, + { + "ids": "13376", + "examine": "A darkened horror from the ocean depths..." + }, + { + "ids": "13377", + "examine": "I don't like the look of those spines..." + }, + { + "ids": "13378", + "examine": "A demon." + }, + { + "ids": "13379,13380", + "examine": "Rub the mushroom's head and see what pops out!" + }, + { + "ids": "13381", + "examine": "A place to hang your boxing gloves." + }, + { + "ids": "13382", + "examine": "Some equipment for practicing combat." + }, + { + "ids": "13383", + "examine": "Lots of equipment for practicing combat." + }, + { + "ids": "13384", + "examine": "Is there a prize?" + }, + { + "ids": "13385", + "examine": "Is there a prize inside?" + }, + { + "ids": "13386", + "examine": "Is there a prize?" + }, + { + "ids": "13387", + "examine": "Is there a prize inside?" + }, + { + "ids": "13388", + "examine": "Is there a prize?" + }, + { + "ids": "13389", + "examine": "Is there a prize inside?" + }, + { + "ids": "13390,13391", + "examine": "A private jester." + }, + { + "ids": "13392,13393,13394", + "examine": "See how much damage you can do to it!" + }, + { + "ids": "13395,13396,13397", + "examine": "You can practice your magic here." + }, + { + "ids": "13398", + "examine": "You can try to get a hoop over this." + }, + { + "ids": "13399", + "examine": "Someone hooped it!" + }, + { + "ids": "13400,13401", + "examine": "More humane than using an actual bull's eye." + }, + { + "ids": "13402,13403", + "examine": "Can you hit it?" + }, + { + "ids": "13404", + "examine": "A letter-guessing game with a subtext of death." + }, + { + "ids": "13405", + "examine": "Use this to leave the house." + }, + { + "ids": "13406", + "examine": "Rocky!" + }, + { + "ids": "13407", + "examine": "A home for tiny fish and frogs." + }, + { + "ids": "13408", + "examine": "What a naughty little imp!" + }, + { + "ids": "13409,13410", + "examine": "What horrors lurk below?" + }, + { + "ids": "13411,13412", + "examine": "One of the most common trees in RuneScape." + }, + { + "ids": "13413", + "examine": "A beautiful oak tree." + }, + { + "ids": "13414,13415,13416", + "examine": "A lovely addition to the garden." + }, + { + "ids": "13417", + "examine": "The tree shimmers with a magical force." + }, + { + "ids": "13418,13419,13420,13421,13422,13423", + "examine": "A lovely addition to the garden." + }, + { + "ids": "13424", + "examine": "A fully grown Willow tree." + }, + { + "ids": "13425,13426,13427,13428,13429,13430,13431,13432,13433,13434,13435,13436", + "examine": "A plant." + }, + { + "ids": "13437", + "examine": "A little orange flower." + }, + { + "ids": "13438", + "examine": "Lonely as a cloud." + }, + { + "ids": "13439", + "examine": "The bluebells are coming!" + }, + { + "ids": "13440", + "examine": "A little orange flower." + }, + { + "ids": "13441", + "examine": "Lonely as a cloud." + }, + { + "ids": "13442", + "examine": "The bluebells are coming!" + }, + { + "ids": "13443", + "examine": "A great big sunny flower." + }, + { + "ids": "13444", + "examine": "Lovely flowers." + }, + { + "ids": "13445", + "examine": "They smell lovely." + }, + { + "ids": "13446", + "examine": "Great big sunny flowers." + }, + { + "ids": "13447", + "examine": "Lovely flowers." + }, + { + "ids": "13448", + "examine": "They smell lovely." + }, + { + "ids": "13449", + "examine": "They mark a square." + }, + { + "ids": "13450", + "examine": "Would probably not stop a charging rhinoceros." + }, + { + "ids": "13451", + "examine": "Very rural." + }, + { + "ids": "13452", + "examine": "A little bleak." + }, + { + "ids": "13453", + "examine": "Marks the boundary of the garden." + }, + { + "ids": "13454", + "examine": "Just like in Varrock palace!" + }, + { + "ids": "13455", + "examine": "Very posh!" + }, + { + "ids": "13456,13457,13458,13459,13460,13461,13462,13463,13464,13465,13466,13467,13468,13469,13470,13471,13472,13473,13474,13475,13476", + "examine": "Like a living wall." + }, + { + "ids": "13477", + "examine": "Run for it! It's a gazebo!" + }, + { + "ids": "13478", + "examine": "Like a tiny private waterfall." + }, + { + "ids": "13479", + "examine": "A sculpture of flowing water." + }, + { + "ids": "13480", + "examine": "Two little fishes forever spew water into the pond." + }, + { + "ids": "13481,13482,13483,13484,13485", + "examine": "A trophy of a mighty slayer!" + }, + { + "ids": "13486", + "examine": "A trophy of a mighty dragon-slayer!" + }, + { + "ids": "13487", + "examine": "A trophy of a mighty kalphite slayer!" + }, + { + "ids": "13488,13489,13490", + "examine": "A trophy of a master fisher." + }, + { + "ids": "13491,13492", + "examine": "The work of a master smith." + }, + { + "ids": "13493", + "examine": "Only the finest smiths can work runite." + }, + { + "ids": "13494,13495,13496", + "examine": "Armour won by a great Castle Wars player." + }, + { + "ids": "13497", + "examine": "I can climb these stairs." + }, + { + "ids": "13498", + "examine": "They go down." + }, + { + "ids": "13499", + "examine": "I can climb these stairs." + }, + { + "ids": "13500", + "examine": "They go down." + }, + { + "ids": "13501", + "examine": "I can climb these stairs." + }, + { + "ids": "13502", + "examine": "They go down." + }, + { + "ids": "13503", + "examine": "I can climb up or go down these stairs." + }, + { + "ids": "13504", + "examine": "I can climb down these stairs." + }, + { + "ids": "13505", + "examine": "I can climb up or go down these stairs." + }, + { + "ids": "13506", + "examine": "I can climb down these stairs." + }, + { + "ids": "13507", + "examine": "Elemental runes made by a skilled runecrafter." + }, + { + "ids": "13508", + "examine": "Body, Cosmic, Chaos and Nature runes made by a skilled runecrafter." + }, + { + "ids": "13509", + "examine": "Law, Blood, Soul and Death runes made by a great runecrafter." + }, + { + "ids": "13510", + "examine": "A portrait of King Arthur." + }, + { + "ids": "13511", + "examine": "A portrait of Elena." + }, + { + "ids": "13512", + "examine": "A painting of the statue of King Alvis of Keldagrim." + }, + { + "ids": "13513", + "examine": "A portrait of Prince Brand and Princess Astrid of Miscellania." + }, + { + "ids": "13514", + "examine": "The deserts of Kharidian." + }, + { + "ids": "13515", + "examine": "The exotic land of the Elves." + }, + { + "ids": "13516", + "examine": "The tropical coast of Karamja." + }, + { + "ids": "13517", + "examine": "Oxtable's famous painting of the Lumbridge water mill." + }, + { + "ids": "13518", + "examine": "A painting of the spooky forests of Morytania." + }, + { + "ids": "13519", + "examine": "The great demon-slaying sword that killed Delrith." + }, + { + "ids": "13520", + "examine": "The great demon-slaying sword that killed Delrith and Agrith Naar." + }, + { + "ids": "13521", + "examine": "The magical sword of King Arthur." + }, + { + "ids": "13522", + "examine": "This shield protected a hero from the flames of the dragon Elvarg." + }, + { + "ids": "13523", + "examine": "An Amulet of Glory, symbol of a member of the Heroes Guild." + }, + { + "ids": "13524", + "examine": "The pleated white cape of a member of the Legends Guild." + }, + { + "ids": "13525", + "examine": "A map of Misthalin and Asgarnia." + }, + { + "ids": "13526", + "examine": "A map of RuneScape." + }, + { + "ids": "13527", + "examine": "A map of RuneScape including major cave systems." + }, + { + "ids": "13528", + "examine": "A basic cooking fire." + }, + { + "ids": "13529", + "examine": "A cooking fire." + }, + { + "ids": "13530", + "examine": "A cooking fire with a kettle." + }, + { + "ids": "13531", + "examine": "A cooking fire with a pot." + }, + { + "ids": "13532", + "examine": "The pot and kettle get along fine." + }, + { + "ids": "13533,13534,13535", + "examine": "You can bake bread here." + }, + { + "ids": "13536,13537,13538", + "examine": "You can cook pizza here." + }, + { + "ids": "13539,13540,13541,13542,13543,13544", + "examine": "You can cook here." + }, + { + "ids": "13545,13546,13547,13548,13549,13550,13551", + "examine": "Shelves full of kitchen utensils." + }, + { + "ids": "13552,13553,13554,13555,13556,13557,13558", + "examine": "Shelves full of plates and tea cups." + }, + { + "ids": "13559,13560,13561,13562,13563,13564", + "examine": "Running water in your own home! Luxury!" + }, + { + "ids": "13565", + "examine": "A wooden larder to keep food cool." + }, + { + "ids": "13566", + "examine": "An oak larder to keep food cool." + }, + { + "ids": "13567", + "examine": "A nicely carved oak larder to keep food cool." + }, + { + "ids": "13568,13569", + "examine": "It's got beer in it." + }, + { + "ids": "13570", + "examine": "An oak barrel of Asgarnian ale." + }, + { + "ids": "13571", + "examine": "An oak barrel of Greenman's ale." + }, + { + "ids": "13572", + "examine": "An oak barrel of Dragon Bitter." + }, + { + "ids": "13573", + "examine": "An oak barrel of Chef's Delight." + }, + { + "ids": "13574", + "examine": "A place for your pet to sleep." + }, + { + "ids": "13575", + "examine": "Your pet would love to sleep here." + }, + { + "ids": "13576", + "examine": "A luxurious sleeping place for your pet." + }, + { + "ids": "13577", + "examine": "A basic wooden dining table." + }, + { + "ids": "13578", + "examine": "A basic oak dining table." + }, + { + "ids": "13579", + "examine": "A nice teak dining table." + }, + { + "ids": "13580", + "examine": "A place for your pet to sleep." + }, + { + "ids": "13581", + "examine": "It's not the best chair but you think it would take your weight." + }, + { + "ids": "13582", + "examine": "The ideal thing to sit on." + }, + { + "ids": "13583,13584,13585,13586,13587", + "examine": "A comfortable seat." + }, + { + "ids": "13588,13589,13590", + "examine": "It's an ugly rug, but better than a bare floor." + }, + { + "ids": "13591,13592,13593", + "examine": "The handkerchief of giants!" + }, + { + "ids": "13594,13595,13596", + "examine": "An opulent rug woven with gold leaf." + }, + { + "ids": "13597,13598,13599", + "examine": "A good source of books!" + }, + { + "ids": "13600,13601,13602", + "examine": "A good source of scrolls!" + }, + { + "ids": "13603,13604,13605", + "examine": "The curtain is open." + }, + { + "ids": "13606,13607", + "examine": "???" + }, + { + "ids": "13608", + "examine": "Your house logo in mahogany." + }, + { + "ids": "13609", + "examine": "You can light a fire here." + }, + { + "ids": "13610", + "examine": "A fire burns cosily in the grate." + }, + { + "ids": "13611", + "examine": "You can light a fire here." + }, + { + "ids": "13612", + "examine": "A fire burns cosily in the grate." + }, + { + "ids": "13613", + "examine": "You can light a fire here." + }, + { + "ids": "13614", + "examine": "A fire burns cosily in the grate." + }, + { + "ids": "13615", + "examine": "A gateway to Varrock" + }, + { + "ids": "13616", + "examine": "A gateway to Lumbridge" + }, + { + "ids": "13617", + "examine": "A gateway to Falador" + }, + { + "ids": "13618", + "examine": "A gateway to Camelot" + }, + { + "ids": "13619", + "examine": "A gateway to Ardougne" + }, + { + "ids": "13620", + "examine": "A gateway to the Yanille watchtower" + }, + { + "ids": "13621", + "examine": "A gateway to Trollheim" + }, + { + "ids": "13622", + "examine": "A gateway to Varrock" + }, + { + "ids": "13623", + "examine": "A gateway to Lumbridge" + }, + { + "ids": "13624", + "examine": "A gateway to Falador" + }, + { + "ids": "13625", + "examine": "A gateway to Camelot" + }, + { + "ids": "13626", + "examine": "A gateway to Ardougne" + }, + { + "ids": "13627", + "examine": "A gateway to the Yanille watchtower" + }, + { + "ids": "13628", + "examine": "A gateway to Trollheim" + }, + { + "ids": "13629", + "examine": "A gateway to Varrock" + }, + { + "ids": "13630", + "examine": "A gateway to Lumbridge" + }, + { + "ids": "13631", + "examine": "A gateway to Falador" + }, + { + "ids": "13632", + "examine": "A gateway to Camelot" + }, + { + "ids": "13633", + "examine": "A gateway to Ardougne" + }, + { + "ids": "13634", + "examine": "A gateway to the Yanille watchtower" + }, + { + "ids": "13635", + "examine": "A gateway to Trollheim" + }, + { + "ids": "13636", + "examine": "An un-directed teak portal frame." + }, + { + "ids": "13637", + "examine": "An un-directed mahogany portal frame." + }, + { + "ids": "13638", + "examine": "An un-directed marble portal frame." + }, + { + "ids": "13639", + "examine": "It harnesses the power of something or other!" + }, + { + "ids": "13640,13641", + "examine": "It controls the portals." + }, + { + "ids": "13642,13643,13644,13645,13646,13647,13648", + "examine": "A book full of arcane knowledge." + }, + { + "ids": "13649,13650,13651,13652,13653", + "examine": "A wooden planet of your very own." + }, + { + "ids": "13654,13655", + "examine": "A wooden solar system of your very own." + }, + { + "ids": "13656,13657,13658", + "examine": "Used for observing heavenly bodies." + }, + { + "ids": "13659,13660,13661", + "examine": "Use an elemental staff on it." + }, + { + "ids": "13662", + "examine": "If there's a recipe for the philosopher's stone there, you can't see it." + }, + { + "ids": "13663", + "examine": "If you want to look at the stars during the daytime, you can see them here!" + }, + { + "ids": "13664", + "examine": "A spotter's guide to demons." + }, + { + "ids": "13665,13666,13667,13668,13669,13670,13671", + "examine": "Sit here and rule all you survey." + }, + { + "ids": "13672,13673,13674", + "examine": "Pull this to activate your machinery of doom!" + }, + { + "ids": "13675", + "examine": "Go through this oak trapdoor to see the pit below your throne room." + }, + { + "ids": "13676", + "examine": "Go through this teak trapdoor to see the pit below your throne room." + }, + { + "ids": "13677", + "examine": "Go through this mahogany trapdoor to see the pit below your throne room." + }, + { + "ids": "13678", + "examine": "Go through this oak trapdoor to see the pit below your throne room." + }, + { + "ids": "13679", + "examine": "Go through this teak trapdoor to see the pit below your throne room." + }, + { + "ids": "13680", + "examine": "Go through this mahogany trapdoor to see the pit below your throne room." + }, + { + "ids": "13681", + "examine": "Keeps your victims in place." + }, + { + "ids": "13682,13683", + "examine": "Keeps your victims trapped." + }, + { + "ids": "13684,13685,13686,13687,13688,13689", + "examine": "What could happen on this spot?" + }, + { + "ids": "13690", + "examine": "An elengant cloth hanging." + }, + { + "ids": "13691", + "examine": "An opulent gold-and-mahogany decoration." + }, + { + "ids": "13692", + "examine": "A magnificent gold-and-marble decoration." + }, + { + "ids": "13693", + "examine": "A splendid stained-glass decoration." + }, + { + "ids": "13694", + "examine": "A nice teak ding bench." + }, + { + "ids": "13695", + "examine": "A mahogany bench." + }, + { + "ids": "13696", + "examine": "A very expensive bench." + }, + { + "ids": "13697", + "examine": "An eye-wrenching nexus of utter negation!" + }, + { + "ids": "13698", + "examine": "An important looking chair." + }, + { + "ids": "13699", + "examine": "Hammer, chisel, saw and shears." + }, + { + "ids": "13700", + "examine": "Bucket, spade, tinderbox and knife." + }, + { + "ids": "13701", + "examine": "Needle, apron and glassblowing pipe." + }, + { + "ids": "13702", + "examine": "A selection of jewellery moulds." + }, + { + "ids": "13703", + "examine": "Farming tools." + }, + { + "ids": "13704,13705,13706,13707,13708", + "examine": "You can make furniture here." + }, + { + "ids": "13709,13710,13711,13712", + "examine": "You can do delicate crafting here." + }, + { + "ids": "13713", + "examine": "You can repair broken staffs and arrows here." + }, + { + "ids": "13714", + "examine": "You can sharpen rusty swords here." + }, + { + "ids": "13715", + "examine": "You can repair armour here." + }, + { + "ids": "13716", + "examine": "You can add a plume to your helmet here." + }, + { + "ids": "13717", + "examine": "You can paint your logo onto your heraldic shield here." + }, + { + "ids": "13718", + "examine": "You can make a banner with your logo on here." + }, + { + "ids": "13719", + "examine": "A wooden stool." + }, + { + "ids": "13720", + "examine": "An oak stool." + }, + { + "ids": "13721,13722,13723,13724,13725", + "examine": "There's nothing there" + }, + { + "ids": "13726,13727,13728,13729,13730,13731,13732,13733", + "examine": "A private jester." + }, + { + "ids": "13734", + "examine": "A shield with the symbol of Arrav." + }, + { + "ids": "13735", + "examine": "A shield with the symbol of Asgarnia." + }, + { + "ids": "13736", + "examine": "A shield with the symbol of the Dorgeshuun." + }, + { + "ids": "13737", + "examine": "A shield with a dragon on it." + }, + { + "ids": "13738", + "examine": "A shield with a fairy on it." + }, + { + "ids": "13739", + "examine": "A shield with the symbol of Guthix." + }, + { + "ids": "13740", + "examine": "A shield with the symbol of the HAM cult." + }, + { + "ids": "13741", + "examine": "A shield with a picture of a mythical 'horse'." + }, + { + "ids": "13742", + "examine": "A shield with a picture of a Jungle Ogre." + }, + { + "ids": "13743", + "examine": "A shield with the symbol of Kandarin." + }, + { + "ids": "13744", + "examine": "A shield with the symbol of Misthalin." + }, + { + "ids": "13745", + "examine": "A shield with a picture of a money bag." + }, + { + "ids": "13746", + "examine": "A shield with the symbol of Saradomin." + }, + { + "ids": "13747", + "examine": "A shield with a picture of a skull." + }, + { + "ids": "13748", + "examine": "A shield with the symbol of Varrock." + }, + { + "ids": "13749", + "examine": "A shield with the symbol of Zamorak." + }, + { + "ids": "13750", + "examine": "A shield with the symbol of Arrav." + }, + { + "ids": "13751", + "examine": "A shield with the symbol of Asgarnia." + }, + { + "ids": "13752", + "examine": "A shield with the symbol of the Dorgeshuun." + }, + { + "ids": "13753", + "examine": "A shield with a picture of a dragon." + }, + { + "ids": "13754", + "examine": "A shield with a picture of a fairy." + }, + { + "ids": "13755", + "examine": "A shield with the symbol of Guthix." + }, + { + "ids": "13756", + "examine": "A shield with the symbol of the HAM cult." + }, + { + "ids": "13757", + "examine": "A shield with a picture of the mythical 'horse'." + }, + { + "ids": "13758", + "examine": "A shield with a picture of a Jungle Ogre." + }, + { + "ids": "13759", + "examine": "A shield with the symbol of Kandarin." + }, + { + "ids": "13760", + "examine": "A shield with the symbol of Misthalin." + }, + { + "ids": "13761", + "examine": "A shield with a picture of a money bag." + }, + { + "ids": "13762", + "examine": "A shield with the symbol of Saradomin." + }, + { + "ids": "13763", + "examine": "A shield with a picture of a skull." + }, + { + "ids": "13764", + "examine": "A shield with the symbol of Varrock." + }, + { + "ids": "13765", + "examine": "A shield with the symbol of Zamorak." + }, + { + "ids": "13766", + "examine": "A shield with the symbol of Arrav." + }, + { + "ids": "13767", + "examine": "A shield with the symbol of Asgarnia." + }, + { + "ids": "13768", + "examine": "A shield with the symbol of the Dorgeshuun/" + }, + { + "ids": "13769", + "examine": "A shield with a picture of a dragon." + }, + { + "ids": "13770", + "examine": "A shield with a picture of a fairy." + }, + { + "ids": "13771", + "examine": "A shield with the symbol of Guthix." + }, + { + "ids": "13772", + "examine": "A shield with the symbol of the HAM cult." + }, + { + "ids": "13773", + "examine": "A shield with a picture of the mythical 'horse'." + }, + { + "ids": "13774", + "examine": "A shield with a picture of a Jungle Ogre." + }, + { + "ids": "13775", + "examine": "A shield with the symbol of Kandarin." + }, + { + "ids": "13776", + "examine": "A shield with the symbol of Misthalin." + }, + { + "ids": "13777", + "examine": "A shield with a picture of a money bag." + }, + { + "ids": "13778", + "examine": "A shield with the symbol of Saradomin." + }, + { + "ids": "13779", + "examine": "A shield with a picture of a skull." + }, + { + "ids": "13780", + "examine": "A shield with the symbol of Varrock." + }, + { + "ids": "13781", + "examine": "A shield with the symbol of Zamorak." + }, + { + "ids": "13782", + "examine": "The symbol of Arrav." + }, + { + "ids": "13783", + "examine": "The symbol of Asgarnia." + }, + { + "ids": "13784", + "examine": "The symbol of the Dorgeshuun." + }, + { + "ids": "13785", + "examine": "A picture of a dragon." + }, + { + "ids": "13786", + "examine": "A picture of a fairy." + }, + { + "ids": "13787", + "examine": "The symbol of Guthix." + }, + { + "ids": "13788", + "examine": "The symbol of the HAM cult." + }, + { + "ids": "13789", + "examine": "A picture of the mythical 'horse'." + }, + { + "ids": "13790", + "examine": "A picture of a Jungle Ogre." + }, + { + "ids": "13791", + "examine": "The symbol of Kandarin." + }, + { + "ids": "13792", + "examine": "The symbol of Misthalin." + }, + { + "ids": "13793", + "examine": "A picture of a bag of money." + }, + { + "ids": "13794", + "examine": "The symbol of Saradomin." + }, + { + "ids": "13795", + "examine": "A picture of a skull." + }, + { + "ids": "13796", + "examine": "The symbol of Varrock." + }, + { + "ids": "13797", + "examine": "The symbol of Zamorak." + }, + { + "ids": "13798", + "examine": "The symbol of Arrav." + }, + { + "ids": "13799", + "examine": "The symbol of Asgarnia." + }, + { + "ids": "13800", + "examine": "The symbol of the Dorgeshuun." + }, + { + "ids": "13801", + "examine": "A picture of a dragon." + }, + { + "ids": "13802", + "examine": "A picture of a fairy." + }, + { + "ids": "13803", + "examine": "The symbol of Guthix." + }, + { + "ids": "13804", + "examine": "The symbol of the HAM cult." + }, + { + "ids": "13805", + "examine": "A picture of the mythical 'horse'." + }, + { + "ids": "13806", + "examine": "A picture of a Jungle Ogre." + }, + { + "ids": "13807", + "examine": "The symbol of Kandarin." + }, + { + "ids": "13808", + "examine": "The symbol of Misthalin." + }, + { + "ids": "13809", + "examine": "A picture of a money bag." + }, + { + "ids": "13810", + "examine": "The symbol of Saradomin." + }, + { + "ids": "13811", + "examine": "A picture of a skull." + }, + { + "ids": "13812", + "examine": "The symbol of Varrock." + }, + { + "ids": "13813", + "examine": "The symbol of Zamorak." + }, + { + "ids": "13814", + "examine": "The symbol of Arrav." + }, + { + "ids": "13815", + "examine": "The symbol of Asgarnia." + }, + { + "ids": "13816", + "examine": "The symbol of the Dorgeshuun." + }, + { + "ids": "13817", + "examine": "A picture of a dragon." + }, + { + "ids": "13818", + "examine": "A picture of a fairy." + }, + { + "ids": "13819", + "examine": "The symbol of Guthix." + }, + { + "ids": "13820", + "examine": "The symbol of the HAM cult." + }, + { + "ids": "13821", + "examine": "A picture of the mythical 'horse'." + }, + { + "ids": "13822", + "examine": "A picture of a Jungle Ogre." + }, + { + "ids": "13823", + "examine": "The symbol of Kandarin." + }, + { + "ids": "13824", + "examine": "The symbol of Misthalin." + }, + { + "ids": "13825", + "examine": "A picture of a money bag." + }, + { + "ids": "13826", + "examine": "The symbol of Saradomin." + }, + { + "ids": "13827", + "examine": "A picture of a skull." + }, + { + "ids": "13828", + "examine": "The symbol of Varrock." + }, + { + "ids": "13829", + "examine": "The symbol of Zamorak." + }, + { + "ids": "13830", + "examine": "This should have resolved!" + }, + { + "ids": "13831,13832", + "examine": "A path leading out of this swampy dead end." + }, + { + "ids": "13833", + "examine": "A path leading out of Mort Myre, you'll be running away if you go down here." + }, + { + "ids": "13834", + "examine": "I could mend this if I had some wood..." + }, + { + "ids": "13835", + "examine": "This bridge is partially broken." + }, + { + "ids": "13836", + "examine": "This bridge is slightly broken." + }, + { + "ids": "13837", + "examine": "This bridge can be traversed safely." + }, + { + "ids": "13838,13839", + "examine": "Gloopy, sticky, muddy bog..." + }, + { + "ids": "13840", + "examine": "A bush made up of long slender branches." + }, + { + "ids": "13841", + "examine": "I hope it doesn't sink." + }, + { + "ids": "13842", + "examine": "Ripples." + }, + { + "ids": "13843", + "examine": "Big swamp tree base." + }, + { + "ids": "13844", + "examine": "Big swamp tree top." + }, + { + "ids": "13845", + "examine": "Big swamp tree branch." + }, + { + "ids": "13846", + "examine": "A long vine hanging from a branch." + }, + { + "ids": "13847", + "examine": "Small swamp tree with vines." + }, + { + "ids": "13848,13849,13850,13851,13852,13853,13854,13855,13856,13857,13858,13859,13860,13861,13862,13863", + "examine": "Small swamp tree." + }, + { + "ids": "13864,13865", + "examine": "It's our transport across the swamp." + }, + { + "ids": "13866,13867,13868,13869,13870", + "examine": "A path leading out of this swampy dead end." + }, + { + "ids": "13871", + "examine": "A path leading out of this swampy dead end, you'll be running away if you go down here." + }, + { + "ids": "13872", + "examine": "An old backpack, it seems to be falling apart." + }, + { + "ids": "13873,13874,13875,13876,13877", + "examine": "There's something written here..." + }, + { + "ids": "13878", + "examine": "I think it's the way out." + }, + { + "ids": "13879,13880", + "examine": "Get me out of here!" + }, + { + "ids": "13881", + "examine": "Very hot!" + }, + { + "ids": "13882,13883,13884,13885,13886,13887,13888,13889,13890", + "examine": "To the next area!" + }, + { + "ids": "13891,13892,13893,13894,13895,13896,13897,13898", + "examine": "A creepy hole." + }, + { + "ids": "13899", + "examine": "There's no way I'm going in there!" + }, + { + "ids": "13900", + "examine": "Doesn't look so scary now." + }, + { + "ids": "13901,13902,13903", + "examine": "My way back to the surface." + }, + { + "ids": "13904,13905,13906,13907,13908,13909,13910,13911,13912", + "examine": "The exit to the surface." + }, + { + "ids": "13913,13914,13915,13916,13917,13918,13919,13920,13921,13922,13923,13924", + "examine": "Where does it lead?" + }, + { + "ids": "13925,13926,13927,13928,13929,13930,13931", + "examine": "What's that?" + }, + { + "ids": "13932", + "examine": "I think it's the way out." + }, + { + "ids": "13933,13934,13935,13936,13937", + "examine": "I think it's the forward." + }, + { + "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": "Does that really exist?" + }, + { + "ids": "13967,13968,13969", + "examine": "Should I go down there?" + }, + { + "ids": "13970", + "examine": "I can use that rope now." + }, + { + "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": "Should I go down there?" + }, + { + "ids": "13994,13995,13996,13997,13998", + "examine": "Oooo, sharp, pointy things!" + }, + { + "ids": "13999,14000,14001", + "examine": "This will take me back to the surface." + }, + { + "ids": "14002", + "examine": "A sign warning of danger." + }, + { + "ids": "14003", + "examine": "Why do I never take time to look at the grass?" + }, + { + "ids": "15748", + "examine": "Home sweet home?" + }, + { + "ids": "37051", + "examine": "I wonder what this spooky contains." + } +] diff --git a/Server/data/configs/shops.json b/Server/data/configs/shops.json index d3411eda0..5e5fa358b 100644 --- a/Server/data/configs/shops.json +++ b/Server/data/configs/shops.json @@ -357,7 +357,7 @@ "general_store": "true", "id": "41", "title": "Trader Stan's Trading Post", - "stock": "{1931,5}-{1935,2}-{1735,2}-{1925,3}-{1923,2}-{1887,2}-{590,2}-{1755,2}-{2347,5}-{550,5}-{9003,5}-{954,2}-{946,2}-{2114,inf}-{1963,15}-{2108,10}-{4286,10}-{1785,15}-{1783,inf}-{401,inf}-{1781,10}-{301,20}-{307,20}-{1941,30}-{9629,25}-{3226,20}-{1025,5}" + "stock": "{1931,5}-{1935,2}-{1735,2}-{1925,3}-{1923,2}-{1887,2}-{590,2}-{1755,2}-{2347,5}-{550,5}-{9003,5}-{954,2}-{946,2}-{2114,0}-{1963,15}-{2108,10}-{4286,10}-{1785,15}-{1783,inf}-{401,inf}-{1781,10}-{301,20}-{307,20}-{1941,30}-{9629,25}-{3226,20}-{1025,5}" }, { "npcs": "534", @@ -397,12 +397,12 @@ }, { "npcs": "1860", - "high_alch": "0", + "high_alch": "1", "currency": "995", "general_store": "false", "id": "46", "title": "Brian's Archery Supplies", - "stock": "{886,100}-{888,30}-{890,0}-{843,10}-{849,10}-{853,10}" + "stock": "{886,100}-{888,30}-{890,0}-{843,10}-{845,10}-{849,10}-{847,10}-{853,10}-{851,10}" }, { "npcs": "550", @@ -478,12 +478,12 @@ }, { "npcs": "559", - "high_alch": "0", + "high_alch": "1", "currency": "995", "general_store": "false", "id": "55", "title": "Brian's Battleaxe Bazaar", - "stock": "{1375,10}-{1363,10}-{1365,10}-{1367,10}-{1369,10}-{1371,10}" + "stock": "{1375,4}-{1363,3}-{1365,2}-{1367,1}-{1369,1}-{1371,1}" }, { "npcs": "562", @@ -510,7 +510,7 @@ "general_store": "false", "id": "58", "title": "Wayne's Chains", - "stock": "{1103,10}-{1101,10}-{1105,10}-{1107,10}-{1109,10}-{1111,10}" + "stock": "{1103,3}-{1101,2}-{1105,1}-{1107,1}-{1109,1}-{1111,1}" }, { "npcs": "554", @@ -622,7 +622,7 @@ }, { "npcs": "585", - "high_alch": "0", + "high_alch": "1", "currency": "995", "general_store": "false", "id": "71", @@ -658,12 +658,12 @@ }, { "npcs": "2304", - "high_alch": "0", + "high_alch": "1", "currency": "995", "general_store": "false", "id": "75", "title": "Sarah's Farming Shop", - "stock": "{5376,10}-{6032,300}-{5418,10}-{5376,10}-{6036,10}-{5354,100}-{5341,10}-{5329,10}-{5343,10}-{952,10}-{5325,10}-{1925,100}-{5331,30}-{12622,10}-{5996,0}-{6006,0}-{1965,0}-{5994,0}-{5931,0}-{6000,0}-{1957,0}-{5504,0}-{5986,0}-{1982,0}-{5982,0}-{6002,0}-{5998,0}" + "stock": "{5376,10}-{6032,300}-{5418,10}-{6036,10}-{5354,100}-{5341,10}-{5329,10}-{5343,10}-{952,10}-{5325,10}-{1925,100}-{5331,30}-{12622,10}-{5996,0}-{6006,0}-{1965,0}-{5994,0}-{5931,0}-{6000,0}-{1957,0}-{5504,0}-{5986,0}-{1982,0}-{5982,0}-{6002,0}-{5998,0}" }, { "npcs": "1783", @@ -676,11 +676,11 @@ }, { "npcs": "557", - "high_alch": "0", + "high_alch": "1", "currency": "995", "general_store": "false", "id": "77", - "title": "Wydin's Consumables Store", + "title": "Wydin's Food Store", "stock": "{1933,500}-{2132,10}-{2138,10}-{1965,10}-{1963,0}-{1951,0}-{2309,10}-{1973,10}-{1985,10}-{1982,10}-{1550,10}" }, { @@ -748,11 +748,11 @@ }, { "npcs": "4293", - "high_alch": "0", + "high_alch": "1", "currency": "995", "general_store": "false", "id": "85", - "title": "Warriors' Guild Consumables Shop", + "title": "Warriors' Guild Food Shop", "stock": "{333,10}-{365,10}-{2289,10}-{6705,10}-{2003,10}" }, { @@ -766,11 +766,11 @@ }, { "npcs": "584", - "high_alch": "0", + "high_alch": "1", "currency": "995", "general_store": "false", "id": "87", - "title": "Herquin's Gem", + "title": "Herquin's Gems", "stock": "{1623,0}-{1621,0}-{1619,0}-{1617,0}-{1607,0}-{1605,0}-{1603,0}-{1601,0}" }, { @@ -932,8 +932,8 @@ "currency": "995", "general_store": "false", "id": "106", - "title": "Jewellery Shop", - "stock": "{1635,0}-{1637,0}-{1639,0}-{1641,0}-{1643,0}-{1654,0}-{1656,0}-{1658,0}-{1660,0}-{1662,0}-{1673,0}-{1675,0}-{1696,0}-{1698,0}-{1700,0}-{11069,0}-{11072,0}-{11076,0}-{11085,0}-{11092,0}" + "title": "Grum's Gold Exchange", + "stock": "{1635,0}-{1637,0}-{1639,0}-{1641,0}-{1643,0}-{1654,0}-{1656,0}-{1658,0}-{1660,0}-{1662,0}-{1692,0}-{1694,0}-{1696,0}-{1698,0}-{1700,0}-{11069,0}-{11072,0}-{11076,0}-{11085,0}-{11092,0}" }, { "npcs": "1862", @@ -977,8 +977,8 @@ "currency": "995", "general_store": "false", "id": "111", - "title": "Mace Shop", - "stock": "{1422,10}-{1420,10}-{1424,10}-{1428,10}-{1430,10}" + "title": "Flynn's Mace Market", + "stock": "{1422,5}-{1420,4}-{1424,4}-{1428,3}-{1430,2}" }, { "npcs": "1862", @@ -991,12 +991,12 @@ }, { "npcs": "583", - "high_alch": "0", + "high_alch": "1", "currency": "995", "general_store": "false", "id": "113", "title": "Betty's Magic Emporium", - "stock": "{554,3000}-{555,3000}-{556,3000}-{557,3000}-{558,100}-{559,100}-{562,30}-{560,10}-{221,150}-{579,10}-{1017,10}" + "stock": "{554,300}-{555,300}-{556,300}-{557,300}-{558,100}-{559,100}-{562,30}-{560,10}-{221,100}-{579,10}-{1017,10}" }, { "npcs": "553", @@ -1207,12 +1207,12 @@ }, { "npcs": "577", - "high_alch": "0", + "high_alch": "1", "currency": "995", "general_store": "false", "id": "137", - "title": "Shield Shop", - "stock": "{1171,10}-{1173,10}-{1189,10}-{1175,10}-{1191,10}-{1177,10}-{1193,10}-{1181,10}" + "title": "Cassie's Shield Shop", + "stock": "{1171,5}-{1173,3}-{1189,3}-{1175,2}-{1191,0}-{1177,0}-{1193,0}-{1181,0}" }, { "npcs": "209", @@ -1275,7 +1275,7 @@ "general_store": "false", "id": "144", "title": "Gerrant's Fishy Business", - "stock": "{303,10}-{307,10}-{309,10}-{311,1000}-{301,10}-{313,1000}-{314,1000}-{317,0}-{327,10}-{345,0}-{321,0}-{335,0}-{349,0}-{331,0}-{359,0}-{377,0}-{371,0}" + "stock": "{303,10}-{307,10}-{309,10}-{311,30}-{301,10}-{13431,10}-{313,1000}-{314,1000}-{317,0}-{327,10}-{345,0}-{321,0}-{335,0}-{349,0}-{331,0}-{359,0}-{377,0}-{371,0}" }, { "npcs": "576", @@ -1284,7 +1284,7 @@ "general_store": "false", "id": "145", "title": "Harry's Fishing Shop", - "stock": "{303,10}-{307,10}-{311,1000}-{301,10}-{313,1000}-{305,10}-{317,0}-{327,0}-{345,0}-{353,0}-{341,0}-{321,0}-{359,0}-{377,0}-{363,0}-{371,0}-{383,0}-{7810,1000}" + "stock": "{303,10}-{307,10}-{311,1000}-{301,10}-{313,100}-{305,10}-{317,0}-{327,0}-{345,0}-{353,0}-{341,0}-{321,0}-{359,0}-{377,0}-{363,0}-{371,0}-{383,0}-{7810,1000}" }, { "npcs": "5266", @@ -1882,12 +1882,12 @@ }, { "npcs": "4251", - "high_alch": "0", + "high_alch": "1", "currency": "995", "general_store": "false", "id": "213", "title": "The Garden Centre", - "stock": "{8417,1000}-{8419,1000}-{8421,1000}-{8423,1000}-{8425,1000}-{8427,1000}-{8429,1000}-{8431,1000}-{8433,1000}-{8435,1000}-{8451,1000}-{8453,1000}-{8455,1000}-{8457,1000}-{8459,1000}-{8461,1000}-{8437,1000}-{8439,1000}-{8441,1000}-{8443,1000}-{8445,1000}-{8447,1000}-{8449,1000}" + "stock": "{8417,10}-{8419,10}-{8421,10}-{8423,10}-{8425,10}-{8427,10}-{8429,10}-{8431,1000}-{8433,10}-{8435,10}-{8451,10}-{8453,10}-{8455,10}-{8457,10}-{8459,10}-{8461,10}-{8437,10}-{8439,10}-{8441,10}-{8443,10}-{8445,10}-{8447,10}-{8449,10}" }, { "npcs": "1972", @@ -2079,13 +2079,13 @@ "stock": "{1917,10}-{3803,10}-{3711,10}" }, { - "npcs": "4248", + "npcs": "7420", "high_alch": "0", "currency": "995", "general_store": "false", "id": "235", - "title": "Keldagrim Stonemason", - "stock": "{3420,500}-{8786,30}-{8784,30}-{8788,30}" + "title": "Gnomic Supplies", + "stock": "{1931,inf}-{1929,inf}-{1937,inf}-{2313,inf}-{1887,inf}-{590,inf}-{1735,inf}-{1951,inf}-{1969,inf}-{1949,inf}" }, { "npcs": "4856", diff --git a/Server/src/main/java/core/game/content/dialogue/ApothecaryDialogue.java b/Server/src/main/java/core/game/content/dialogue/ApothecaryDialogue.java index 3a715cedf..9277c8322 100644 --- a/Server/src/main/java/core/game/content/dialogue/ApothecaryDialogue.java +++ b/Server/src/main/java/core/game/content/dialogue/ApothecaryDialogue.java @@ -1,276 +1,276 @@ -package core.game.content.dialogue; - -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.item.GroundItem; -import core.game.node.item.GroundItemManager; -import core.plugin.Initializable; -import core.game.node.item.Item; - -/** - * Represents the dialogue plugin used for the apothecary npc. - * @author 'Vexia - * @version 1.0 - */ -@Initializable -public final class ApothecaryDialogue extends DialoguePlugin { - - /** - * Represents the potion requirements. - */ - private static final Item[] POTION_ITEMS = new Item[] { new Item(223), new Item(225), new Item(995, 5) }; - - /** - * Represents the potion item. - */ - private static final Item POTION = new Item(115); - - /** - * Represents the unkown potion. - */ - private static final Item UNKNOWN_POTION = new Item(195, 1); - - /** - * Represents the cadava berries item. - */ - private static final Item CADAVA_BERRIES = new Item(753); - - /** - * Represents the cadava potion item. - */ - private static final Item CADAVA_POTION = new Item(756); - - /** - * Constructs a new {@code ApothecaryDialogue} {@code Object}. - */ - public ApothecaryDialogue() { - /** - * empty. - */ - } - - /** - * Constructs a new {@code ApothecaryDialogue} {@code Object}. - * @param player the player. - */ - public ApothecaryDialogue(Player player) { - super(player); - } - - @Override - public DialoguePlugin newInstance(Player player) { - return new ApothecaryDialogue(player); - } - - @Override - public boolean open(Object... args) { - npc = (NPC) args[0]; - if (player.getQuestRepository().getQuest("Romeo & Juliet").getStage(player) == 40) { - interpreter.sendDialogues(player, null, "Apothecary. Father Lawrence sent me."); - stage = 500; - return true; - } - if (player.getQuestRepository().getQuest("Romeo & Juliet").getStage(player) == 50) { - if (!player.getInventory().contains(753, 1)) { - npc("Keep searching for those Cadavaberries. They're needed", "for the potion."); - stage = 507; - return true; - } else { - npc("Well done. You have the berries."); - stage = 637; - return true; - } - } - if (player.getQuestRepository().getQuest("Romeo & Juliet").getStage(player) == 60) { - if (!player.getInventory().contains(756, 1) && !player.getBank().contains(756, 1)) { - if (player.getInventory().contains(753, 1)) { - npc("Well done. You have the berries."); - stage = 637; - return true; - } else { - npc("Keep searching for those Cadavaberries. They're needed", "for the potion."); - stage = 507; - return true; - } - } else { - npc("I am the Apothecary. I brew potions.", "Do you need anything specific?"); - } - } - npc("I am the Apothecary. I brew potions.", "Do you need anything specific?"); - stage = 1; - return true; - } - - @Override - public boolean handle(int interfaceId, int buttonId) { - switch (stage) { - case 1: - options("Can you make a strength potion?", "Do you know a potion to mame hair fall out?", "Have you got any good potions to give away?", "Can you make a potion that makes it seem like I'm dead?"); - stage = 2; - break; - case 2: - switch (buttonId) { - case 1: - player("Can you make a strength potion?"); - stage = 10; - break; - case 2: - player("Do you know a potion to make hair fall out?"); - stage = 20; - break; - case 3: - player("Have you got any good potions to give away?"); - stage = 140; - break; - case 4: - player("Can you make a potion that makes it seems like I'm dead?"); - stage = 40; - break; - } - - break; - case 10: - if (player.getInventory().containItems(223, 225)) { - npc("Certainly, just hand over the ingredients and 5 coins."); - stage = 50; - return true; - } - npc("Yes, but the ingredients are a little hard to find. If you", "ever get them I will make it for you, for a fee."); - stage = 11; - break; - case 50: - if (!player.getInventory().contains(995, 5)) { - end(); - player.getPacketDispatch().sendMessage("You need 5 gold coins to do that."); - return true; - } - interpreter.sendDialogue("You hand over the ingredients and money."); - stage = 51; - break; - case 51: - if (player.getInventory().remove(POTION_ITEMS)) { - player.getInventory().add(POTION); - end(); - player.getAchievementDiaryManager().finishTask(player, DiaryType.VARROCK, 1, 0); - } - break; - case 11: - player("So what are the ingredients?"); - stage = 12; - break; - case 12: - npc("You'll need to find the eggs of the deadly red spider and a", "limpwurt root."); - stage = 13; - break; - case 13: - npc("Oh and you'll have to pay me 5 coins."); - stage = 14; - break; - case 14: - player("Ok, I'll look out for them."); - stage = 15; - break; - case 15: - end(); - break; - case 20: - npc("I do indeed. I gave it to my mother. That's why I now live", "alone."); - stage = 21; - break; - case 21: - end(); - break; - case 30: - npc("Ok then. Try this potion."); - player.getInventory().add(UNKNOWN_POTION); - stage = 31; - break; - case 31: - end(); - break; - case 40: - npc("What a strange and morbid request! I can as it happens.", "The berry of the cadava bush, prepared properly, will", "induce a coma so deep that you will seem to be dead. It's", "very dangerous."); - stage = 41; - break; - case 41: - npc("I have the other ingredients, but I'll need you to bring me", "one bunch of cadava berries."); - stage = 42; - break; - case 42: - player("I'll bear that in mind."); - stage = 43; - break; - case 43: - end(); - break; - case 140: - npc("Sorry, charity is not my strong point."); - stage = 141; - break; - case 141: - end(); - break; - case 500: - interpreter.sendDialogues(player, null, "I need a Cadava potion to help Romeo and Juliet."); - stage = 501; - break; - case 501: - interpreter.sendDialogues(npc, null, "Cadava potion. It's pretty nasty. And hard to make."); - stage = 502; - break; - case 502: - interpreter.sendDialogues(npc, null, "Wing of rat, tail of frog.", "Ear of snake and horn of dog."); - stage = 503; - break; - case 503: - interpreter.sendDialogues(npc, null, "I have all that, but i need some Cadava berries."); - stage = 504; - break; - case 504: - interpreter.sendDialogues(npc, null, "You will have to find them while I get the rest ready."); - stage = 505; - break; - case 505: - interpreter.sendDialogues(npc, null, "Bring them here when you have them. But be careful.", "They are nasty."); - stage = 506; - break; - case 506: - player.getQuestRepository().getQuest("Romeo & Juliet").setStage(player, 50); - interpreter.sendDialogues(player, null, "Ok, thanks."); - stage = 507; - break; - case 507: - end(); - break; - case 637: - interpreter.sendItemMessage(753, "You hand over the berries."); - stage = 638; - break; - case 638: - if (player.getInventory().remove(CADAVA_BERRIES)) { - npc("Phew! Here is what you need."); - } - stage = 639; - break; - case 639: - if (!player.getInventory().add(CADAVA_POTION)) { - GroundItemManager.create(new GroundItem(CADAVA_POTION, player.getLocation(), player)); - } - interpreter.sendItemMessage(756, "The Apothecary gives you a Cavada potion."); - stage = 640; - break; - case 640: - player.getQuestRepository().getQuest("Romeo & Juliet").setStage(player, 60); - end(); - break; - } - - return true; - } - - @Override - public int[] getIds() { - return new int[] { 638 }; - } -} +package core.game.content.dialogue; + +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.item.GroundItem; +import core.game.node.item.GroundItemManager; +import core.plugin.Initializable; +import core.game.node.item.Item; + +/** + * Represents the dialogue plugin used for the apothecary npc. + * @author 'Vexia + * @version 1.0 + */ +@Initializable +public final class ApothecaryDialogue extends DialoguePlugin { + + /** + * Represents the potion requirements. + */ + private static final Item[] POTION_ITEMS = new Item[] { new Item(223), new Item(225), new Item(995, 5) }; + + /** + * Represents the potion item. + */ + private static final Item POTION = new Item(115); + + /** + * Represents the unkown potion. + */ + private static final Item UNKNOWN_POTION = new Item(195, 1); + + /** + * Represents the cadava berries item. + */ + private static final Item CADAVA_BERRIES = new Item(753); + + /** + * Represents the cadava potion item. + */ + private static final Item CADAVA_POTION = new Item(756); + + /** + * Constructs a new {@code ApothecaryDialogue} {@code Object}. + */ + public ApothecaryDialogue() { + /** + * empty. + */ + } + + /** + * Constructs a new {@code ApothecaryDialogue} {@code Object}. + * @param player the player. + */ + public ApothecaryDialogue(Player player) { + super(player); + } + + @Override + public DialoguePlugin newInstance(Player player) { + return new ApothecaryDialogue(player); + } + + @Override + public boolean open(Object... args) { + npc = (NPC) args[0]; + if (player.getQuestRepository().getQuest("Romeo & Juliet").getStage(player) == 40) { + interpreter.sendDialogues(player, null, "Apothecary. Father Lawrence sent me."); + stage = 500; + return true; + } + if (player.getQuestRepository().getQuest("Romeo & Juliet").getStage(player) == 50) { + if (!player.getInventory().contains(753, 1)) { + npc("Keep searching for those Cadava berries. They're needed", "for the potion."); + stage = 507; + return true; + } else { + npc("Well done. You have the berries."); + stage = 637; + return true; + } + } + if (player.getQuestRepository().getQuest("Romeo & Juliet").getStage(player) == 60) { + if (!player.getInventory().contains(756, 1) && !player.getBank().contains(756, 1)) { + if (player.getInventory().contains(753, 1)) { + npc("Well done. You have the berries."); + stage = 637; + return true; + } else { + npc("Keep searching for those Cadava berries. They're needed", "for the potion."); + stage = 507; + return true; + } + } else { + npc("I am the Apothecary. I brew potions.", "Do you need anything specific?"); + } + } + npc("I am the Apothecary. I brew potions.", "Do you need anything specific?"); + stage = 1; + return true; + } + + @Override + public boolean handle(int interfaceId, int buttonId) { + switch (stage) { + case 1: + options("Can you make a strength potion?", "Do you know a potion to make hair fall out?", "Have you got any good potions to give away?", "Can you make a potion that makes it seem like I'm dead?"); + stage = 2; + break; + case 2: + switch (buttonId) { + case 1: + player("Can you make a strength potion?"); + stage = 10; + break; + case 2: + player("Do you know a potion to make hair fall out?"); + stage = 20; + break; + case 3: + player("Have you got any good potions to give away?"); + stage = 140; + break; + case 4: + player("Can you make a potion that makes it seems like I'm dead?"); + stage = 40; + break; + } + + break; + case 10: + if (player.getInventory().containItems(223, 225)) { + npc("Certainly, just hand over the ingredients and 5 coins."); + stage = 50; + return true; + } + npc("Yes, but the ingredients are a little hard to find. If you", "ever get them I will make it for you, for a fee."); + stage = 11; + break; + case 50: + if (!player.getInventory().contains(995, 5)) { + end(); + player.getPacketDispatch().sendMessage("You need 5 gold coins to do that."); + return true; + } + interpreter.sendDialogue("You hand over the ingredients and money."); + stage = 51; + break; + case 51: + if (player.getInventory().remove(POTION_ITEMS)) { + player.getInventory().add(POTION); + end(); + player.getAchievementDiaryManager().finishTask(player, DiaryType.VARROCK, 1, 0); + } + break; + case 11: + player("So what are the ingredients?"); + stage = 12; + break; + case 12: + npc("You'll need to find the eggs of the deadly red spider and a", "limpwurt root."); + stage = 13; + break; + case 13: + npc("Oh and you'll have to pay me 5 coins."); + stage = 14; + break; + case 14: + player("Ok, I'll look out for them."); + stage = 15; + break; + case 15: + end(); + break; + case 20: + npc("I do indeed. I gave it to my mother. That's why I now live", "alone."); + stage = 21; + break; + case 21: + end(); + break; + case 30: + npc("Ok then. Try this potion."); + player.getInventory().add(UNKNOWN_POTION); + stage = 31; + break; + case 31: + end(); + break; + case 40: + npc("What a strange and morbid request! I can as it happens.", "The berry of the cadava bush, prepared properly, will", "induce a coma so deep that you will seem to be dead. It's", "very dangerous."); + stage = 41; + break; + case 41: + npc("I have the other ingredients, but I'll need you to bring me", "one bunch of cadava berries."); + stage = 42; + break; + case 42: + player("I'll bear that in mind."); + stage = 43; + break; + case 43: + end(); + break; + case 140: + npc("Sorry, charity is not my strong point."); + stage = 141; + break; + case 141: + end(); + break; + case 500: + interpreter.sendDialogues(player, null, "I need a Cadava potion to help Romeo and Juliet."); + stage = 501; + break; + case 501: + interpreter.sendDialogues(npc, null, "Cadava potion. It's pretty nasty. And hard to make."); + stage = 502; + break; + case 502: + interpreter.sendDialogues(npc, null, "Wing of rat, tail of frog.", "Ear of snake and horn of dog."); + stage = 503; + break; + case 503: + interpreter.sendDialogues(npc, null, "I have all that, but I need some Cadava berries."); + stage = 504; + break; + case 504: + interpreter.sendDialogues(npc, null, "You will have to find them while I get the rest ready."); + stage = 505; + break; + case 505: + interpreter.sendDialogues(npc, null, "Bring them here when you have them. But be careful.", "They are nasty."); + stage = 506; + break; + case 506: + player.getQuestRepository().getQuest("Romeo & Juliet").setStage(player, 50); + interpreter.sendDialogues(player, null, "Ok, thanks."); + stage = 507; + break; + case 507: + end(); + break; + case 637: + interpreter.sendItemMessage(753, "You hand over the berries."); + stage = 638; + break; + case 638: + if (player.getInventory().remove(CADAVA_BERRIES)) { + npc("Phew! Here is what you need."); + } + stage = 639; + break; + case 639: + if (!player.getInventory().add(CADAVA_POTION)) { + GroundItemManager.create(new GroundItem(CADAVA_POTION, player.getLocation(), player)); + } + interpreter.sendItemMessage(756, "The Apothecary gives you a Cadava potion."); + stage = 640; + break; + case 640: + player.getQuestRepository().getQuest("Romeo & Juliet").setStage(player, 60); + end(); + break; + } + + return true; + } + + @Override + public int[] getIds() { + return new int[] { 638 }; + } +} diff --git a/Server/src/main/java/core/game/content/dialogue/FatherLawrenceDialogue.java b/Server/src/main/java/core/game/content/dialogue/FatherLawrenceDialogue.java index 0fa382f28..192b9f662 100644 --- a/Server/src/main/java/core/game/content/dialogue/FatherLawrenceDialogue.java +++ b/Server/src/main/java/core/game/content/dialogue/FatherLawrenceDialogue.java @@ -1,181 +1,181 @@ -package core.game.content.dialogue; - -import core.game.node.entity.npc.NPC; -import core.game.node.entity.player.Player; -import core.plugin.Initializable; -import core.game.node.entity.player.link.quest.Quest; - -/** - * Represents the father lawrence dialogue plugin. - * @author 'Vexia - * @version 1.0 - */ -@Initializable -public final class FatherLawrenceDialogue extends DialoguePlugin { - - /** - * Constructs a new {@code FatherLawrenceDialogue} {@code Object}. - */ - public FatherLawrenceDialogue() { - /** - * empty. - */ - } - - /** - * Constructs a new {@code FatherLawrenceDialogu} {@code Object}. - * @param player the player. - */ - public FatherLawrenceDialogue(Player player) { - super(player); - } - - @Override - public boolean open(Object... args) { - npc = (NPC) args[0]; - final Quest quest = player.getQuestRepository().getQuest("Romeo & Juliet"); - if (quest.getStage(player) < 30) { - interpreter.sendDialogues(npc, FacialExpression.HALF_GUILTY, "Oh to be a father in the times of whiskey."); - stage = 0; - } - switch (quest.getStage(player)) { - case 30: - interpreter.sendDialogues(npc, null, "\"...and let Saradomin light the way for you... \"", "Urgh!"); - stage = 41; - break; - case 40: - interpreter.sendDialogues(npc, null, "Ah, have you found the Apothecary yet? Remember,", "Cadava potion, for Juliet."); - stage = 30; - break; - case 50: - interpreter.sendDialogues(npc, null, "Did you find the Apothecary?"); - stage = 820; - break; - case 60: - case 70: - interpreter.sendDialogues(npc, null, "Did you find the Apothecary?"); - stage = 820; - break; - case 100: - player("Hi again!"); - stage = 0; - break; - } - return true; - } - - @Override - public boolean handle(int interfaceId, int buttonId) { - final Quest quest = player.getQuestRepository().getQuest("Romeo & Juliet"); - switch (stage) { - case 0: - interpreter.sendDialogues(npc, FacialExpression.HALF_GUILTY, "I sing and I drink and I wake up in gutters."); - stage = 1; - break; - case 1: - interpreter.sendDialogues(npc, FacialExpression.HALF_GUILTY, "Top of the morning to you."); - stage = 2; - break; - case 2: - end(); - break; - case 41: - interpreter.sendDialogues(npc, null, "Can't you see that I'm in the middle of a Sermon?!"); - stage = 42; - break; - case 42: - interpreter.sendDialogues(player, null, "But Romeo sent me!"); - stage = 43; - break; - case 43: - interpreter.sendDialogues(npc, null, "But I'm busy delivering a sermon to my congregation!"); - stage = 44; - break; - case 44: - interpreter.sendDialogues(player, null, "Yes well it certainly seems like you have a captive", "audience!"); - stage = 45; - break; - case 45: - interpreter.sendDialogues(npc, null, "Ok, ok...what do you want so I can get rid of you and", "continue with my sermon?"); - stage = 46; - break; - case 46: - interpreter.sendDialogues(player, null, "Romeo sent me. He says you may be able to help."); - stage = 47; - break; - case 47: - interpreter.sendDialogues(npc, null, "Ah Romeo, yes. A fine lad, but a little bit confused."); - stage = 48; - break; - case 48: - interpreter.sendDialogues(player, null, "Yes, very confused...Anyway, Romeo wishes to be", "married to Juliet! She must be rescued from her", "father's control!"); - stage = 49; - break; - case 49: - interpreter.sendDialogues(npc, null, "I agree, and I think I have an idea! A potion to make", "her appear dead..."); - stage = 50; - break; - case 50: - interpreter.sendDialogues(player, null, "Dead! Sounds a bit creepy to me...but please, continue."); - stage = 51; - break; - case 51: - interpreter.sendDialogues(npc, null, "The potion will only make Juliet 'appear' dead...then", "she'll be taken to the crypt..."); - stage = 52; - break; - case 52: - interpreter.sendDialogues(player, null, "Crypt! Again...very creepy! You must have some", "strange hobbies."); - stage = 53; - break; - case 53: - interpreter.sendDialogues(npc, null, "Then Romeo can collect her from the crypt! Go to the", "Apothercary, tell him I sent you and that you'll need a", "'Cadava' potion."); - stage = 54; - break; - case 54: - interpreter.sendDialogues(player, null, "Apart from the strong overtones of death, this is", "turning out to be a real love story."); - stage = 55; - break; - case 55: - quest.setStage(player, 40); - end(); - break; - case 30: - end(); - break; - case 820: - interpreter.sendDialogues(player, null, "Yes I did. He's told me I must find some Cadava", "berries."); - stage = 821; - break; - case 821: - interpreter.sendDialogues(npc, null, "Well, good luck with that...they're quite tricky to find."); - stage = 822; - break; - case 822: - interpreter.sendDialogues(player, null, "Any clues where I can start to look?"); - stage = 823; - break; - case 823: - interpreter.sendDialogues(npc, null, "I heard some kids saying they saw some the other day.", "They were visiting the mining place to the south east", "Varrock."); - stage = 824; - break; - case 824: - interpreter.sendDialogues(player, null, "Ok, that's as good a place to start looking as any."); - stage = 825; - break; - case 825: - end(); - break; - } - return true; - } - - @Override - public DialoguePlugin newInstance(Player player) { - return new FatherLawrenceDialogue(player); - } - - @Override - public int[] getIds() { - return new int[] { 640 }; - } -} +package core.game.content.dialogue; + +import core.game.node.entity.npc.NPC; +import core.game.node.entity.player.Player; +import core.plugin.Initializable; +import core.game.node.entity.player.link.quest.Quest; + +/** + * Represents the father lawrence dialogue plugin. + * @author 'Vexia + * @version 1.0 + */ +@Initializable +public final class FatherLawrenceDialogue extends DialoguePlugin { + + /** + * Constructs a new {@code FatherLawrenceDialogue} {@code Object}. + */ + public FatherLawrenceDialogue() { + /** + * empty. + */ + } + + /** + * Constructs a new {@code FatherLawrenceDialogu} {@code Object}. + * @param player the player. + */ + public FatherLawrenceDialogue(Player player) { + super(player); + } + + @Override + public boolean open(Object... args) { + npc = (NPC) args[0]; + final Quest quest = player.getQuestRepository().getQuest("Romeo & Juliet"); + if (quest.getStage(player) < 30) { + interpreter.sendDialogues(npc, FacialExpression.HALF_GUILTY, "Oh to be a father in the times of whiskey."); + stage = 0; + } + switch (quest.getStage(player)) { + case 30: + interpreter.sendDialogues(npc, null, "\"...and let Saradomin light the way for you... \"", "Urgh!"); + stage = 41; + break; + case 40: + interpreter.sendDialogues(npc, null, "Ah, have you found the Apothecary yet? Remember,", "Cadava potion, for Juliet."); + stage = 30; + break; + case 50: + interpreter.sendDialogues(npc, null, "Did you find the Apothecary?"); + stage = 820; + break; + case 60: + case 70: + interpreter.sendDialogues(npc, null, "Did you find the Apothecary?"); + stage = 820; + break; + case 100: + player("Hi again!"); + stage = 0; + break; + } + return true; + } + + @Override + public boolean handle(int interfaceId, int buttonId) { + final Quest quest = player.getQuestRepository().getQuest("Romeo & Juliet"); + switch (stage) { + case 0: + interpreter.sendDialogues(npc, FacialExpression.HALF_GUILTY, "I sing and I drink and I wake up in gutters."); + stage = 1; + break; + case 1: + interpreter.sendDialogues(npc, FacialExpression.HALF_GUILTY, "Top of the morning to you."); + stage = 2; + break; + case 2: + end(); + break; + case 41: + interpreter.sendDialogues(npc, null, "Can't you see that I'm in the middle of a sermon?!"); + stage = 42; + break; + case 42: + interpreter.sendDialogues(player, null, "But Romeo sent me!"); + stage = 43; + break; + case 43: + interpreter.sendDialogues(npc, null, "But I'm busy delivering a sermon to my congregation!"); + stage = 44; + break; + case 44: + interpreter.sendDialogues(player, null, "Yes well it certainly seems like you have a captive", "audience!"); + stage = 45; + break; + case 45: + interpreter.sendDialogues(npc, null, "Ok, ok...what do you want so I can get rid of you and", "continue with my sermon?"); + stage = 46; + break; + case 46: + interpreter.sendDialogues(player, null, "Romeo sent me. He says you may be able to help."); + stage = 47; + break; + case 47: + interpreter.sendDialogues(npc, null, "Ah Romeo, yes. A fine lad, but a little bit confused."); + stage = 48; + break; + case 48: + interpreter.sendDialogues(player, null, "Yes, very confused...Anyway, Romeo wishes to be", "married to Juliet! She must be rescued from her", "father's control!"); + stage = 49; + break; + case 49: + interpreter.sendDialogues(npc, null, "I agree, and I think I have an idea! A potion to make", "her appear dead..."); + stage = 50; + break; + case 50: + interpreter.sendDialogues(player, null, "Dead! Sounds a bit creepy to me...but please, continue."); + stage = 51; + break; + case 51: + interpreter.sendDialogues(npc, null, "The potion will only make Juliet 'appear' dead...then", "she'll be taken to the crypt..."); + stage = 52; + break; + case 52: + interpreter.sendDialogues(player, null, "Crypt! Again...very creepy! You must have some", "strange hobbies."); + stage = 53; + break; + case 53: + interpreter.sendDialogues(npc, null, "Then Romeo can collect her from the crypt! Go to the", "Apothercary, tell him I sent you and that you'll need a", "'Cadava' potion."); + stage = 54; + break; + case 54: + interpreter.sendDialogues(player, null, "Apart from the strong overtones of death, this is", "turning out to be a real love story."); + stage = 55; + break; + case 55: + quest.setStage(player, 40); + end(); + break; + case 30: + end(); + break; + case 820: + interpreter.sendDialogues(player, null, "Yes I did. He's told me I must find some Cadava", "berries."); + stage = 821; + break; + case 821: + interpreter.sendDialogues(npc, null, "Well, good luck with that...they're quite tricky to find."); + stage = 822; + break; + case 822: + interpreter.sendDialogues(player, null, "Any clues where I can start to look?"); + stage = 823; + break; + case 823: + interpreter.sendDialogues(npc, null, "I heard some kids saying they saw some the other day.", "They were visiting the mining place to the south east", "Varrock."); + stage = 824; + break; + case 824: + interpreter.sendDialogues(player, null, "Ok, that's as good a place to start looking as any."); + stage = 825; + break; + case 825: + end(); + break; + } + return true; + } + + @Override + public DialoguePlugin newInstance(Player player) { + return new FatherLawrenceDialogue(player); + } + + @Override + public int[] getIds() { + return new int[] { 640 }; + } +} diff --git a/Server/src/main/java/core/game/content/dialogue/HettyDialogue.java b/Server/src/main/java/core/game/content/dialogue/HettyDialogue.java index 51ba420ee..ed1842836 100644 --- a/Server/src/main/java/core/game/content/dialogue/HettyDialogue.java +++ b/Server/src/main/java/core/game/content/dialogue/HettyDialogue.java @@ -1,224 +1,224 @@ -package core.game.content.dialogue; - -import core.game.node.entity.player.Player; -import core.game.node.entity.player.link.quest.Quest; -import core.plugin.Initializable; -import core.game.node.item.Item; - -/** - * Represents the dialogue plugin used for the hetty npc. - * @author 'Vexia - * @version 1.0 - */ -@Initializable -public final class HettyDialogue extends DialoguePlugin { - - /** - * Constructs a new {@code HettyDialogue} {@code Object}. - */ - public HettyDialogue() { - /** - * empty. - */ - } - - /** - * Constructs a new {@code HettyDialogue} {@code Object}. - * @param player the player. - */ - public HettyDialogue(Player player) { - super(player); - } - - @Override - public DialoguePlugin newInstance(Player player) { - return new HettyDialogue(player); - } - - @Override - public boolean open(Object... args) { - Quest quest = player.getQuestRepository().getQuest("Witch's Potion"); - if (quest.isCompleted(player)) { - interpreter.sendDialogues(307, FacialExpression.HALF_GUILTY, "How's your magic coming along?"); - stage = 0; - } - switch (quest.getStage(player)) { - case 0: - interpreter.sendDialogues(307, FacialExpression.HALF_GUILTY, "What could you want with an old woman like me?"); - stage = 11; - break; - case 20: - interpreter.sendDialogues(307, FacialExpression.HALF_GUILTY, "So have you found the things for the potion?"); - stage = 100; - break; - case 40: - if (args.length == 2) { - interpreter.sendDialogue("You drink from the cauldron, it tastes horrible! You feel yourself", "imbued with power."); - stage = 41; - } else { - interpreter.sendDialogues(307, FacialExpression.HALF_GUILTY, "Well are you going to drink the potion or not?"); - stage = 500; - } - break; - } - return true; - } - - @Override - public boolean handle(int interfaceId, int buttonId) { - Quest quest = player.getQuestRepository().getQuest("Witch's Potion"); - switch (stage) { - case 0: - interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "I'm practicing and slowly getting better."); - stage = 1; - break; - case 1: - interpreter.sendDialogues(307, FacialExpression.HALF_GUILTY, "Good, good."); - stage = 2; - break; - case 2: - end(); - break; - case 11: - interpreter.sendOptions("Select an Option", "I am in search of a quest.", "I've heard that you are a witch."); - stage = 12; - break; - case 12: - switch (buttonId) { - case 1: - interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "I am in search of a quest."); - stage = 13; - break; - case 2: - interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "I've heard that you are a witch."); - stage = 20; - break; - } - break; - case 13: - interpreter.sendDialogues(307, FacialExpression.HALF_GUILTY, "Hmmm... Maybe I can think of something for you."); - stage = 14; - break; - case 14: - interpreter.sendDialogues(307, FacialExpression.HALF_GUILTY, "Would you like to become more proficient in the dark", "arts?"); - stage = 15; - break; - case 15: - interpreter.sendOptions("Select an Option", "Yes help me become one with my darker side.", "No I have my prinicples and honour."); - stage = 16; - break; - case 16: - switch (buttonId) { - case 1: - interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "Yes help me become one with my darker side."); - stage = 30; - break; - case 2: - interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "No I have m principles and honour."); - stage = 17; - break; - } - break; - case 17: - interpreter.sendDialogues(307, FacialExpression.HALF_GUILTY, "Suit yourself, but you're missing out."); - stage = 18; - break; - case 18: - end(); - break; - case 20: - interpreter.sendDialogues(307, FacialExpression.HALF_GUILTY, "Yes it does seem to be getting fairly common", "knowledge."); - stage = 21; - break; - case 21: - interpreter.sendDialogues(307, FacialExpression.HALF_GUILTY, "I fear I may get a visit from the witch hunter of", "Falador before long."); - stage = 22; - break; - case 22: - end(); - break; - case 30: - interpreter.sendDialogues(307, FacialExpression.HALF_GUILTY, "Ok I'm going to make a potion to help bring out your", "darker self."); - stage = 31; - break; - case 31: - interpreter.sendDialogues(307, FacialExpression.HALF_GUILTY, "You will need certain ingredients."); - stage = 32; - break; - case 32: - interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "What do i need?"); - stage = 33; - break; - case 33: - interpreter.sendDialogues(307, FacialExpression.HALF_GUILTY, "You need an eye of newt, a rat's tail, and onion... Oh", "and a piece of burnt meat."); - stage = 34; - break; - case 34: - interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "Great, I'll go get them."); - stage = 35; - break; - case 35: - quest.start(player); - quest.setStage(player, 20); - end(); - break; - case 100: - // Her:Well I can't make the potion without them! - // Remember.../You - // need an eye of newt, a rat's tail, an onion, and a/piece of - // burnt - // meat. Off you go dear! Me:end(); - if (!player.getInventory().containItems(1957, 300, 2146, 221)) { - interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "I'm afraid I don't have all of them yet."); - stage = 101; - } else { - interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "Yes I have everything!"); - stage = 110; - } - break; - case 110: - interpreter.sendDialogues(307, FacialExpression.HALF_GUILTY, "Excellent, can I have them then?"); - stage = 111; - break; - case 111: - interpreter.sendDialogue("You pass the ingredients to Hetty and she puts them all into her", "cauldron. Hetty closes her eyes and begins to chant. The cauldron", "bubbles mysteriously."); - stage = 112; - break; - case 112: - interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "Well, is it ready?"); - stage = 113; - break; - case 113: - if (player.getInventory().remove(new Item(1957), new Item(300), new Item(2146), new Item(221))) { - quest.setStage(player, 40); - interpreter.sendDialogues(307, FacialExpression.HALF_GUILTY, "Ok, now drink from the cauldron."); - stage = 114; - } - break; - case 114: - end(); - break; - case 101: - interpreter.sendDialogues(307, FacialExpression.HALF_GUILTY, "Well I can't make the potion without them! Remember...", "You need an eye of newt, a rat's tail, an onion, and a", "You need an eye of newt, a rat's tail, an onion, and a", "piece of burnt meat. Off you go dear!"); - stage = 102; - break; - case 102: - end(); - break; - case 500: - end(); - break; - case 41: - end(); - quest.finish(player); - player.getQuestRepository().syncronizeTab(player); - break; - } - return true; - } - - @Override - public int[] getIds() { - return new int[] { 307 }; - } -} +package core.game.content.dialogue; + +import core.game.node.entity.player.Player; +import core.game.node.entity.player.link.quest.Quest; +import core.plugin.Initializable; +import core.game.node.item.Item; + +/** + * Represents the dialogue plugin used for the hetty npc. + * @author 'Vexia + * @version 1.0 + */ +@Initializable +public final class HettyDialogue extends DialoguePlugin { + + /** + * Constructs a new {@code HettyDialogue} {@code Object}. + */ + public HettyDialogue() { + /** + * empty. + */ + } + + /** + * Constructs a new {@code HettyDialogue} {@code Object}. + * @param player the player. + */ + public HettyDialogue(Player player) { + super(player); + } + + @Override + public DialoguePlugin newInstance(Player player) { + return new HettyDialogue(player); + } + + @Override + public boolean open(Object... args) { + Quest quest = player.getQuestRepository().getQuest("Witch's Potion"); + if (quest.isCompleted(player)) { + interpreter.sendDialogues(307, FacialExpression.HALF_GUILTY, "How's your magic coming along?"); + stage = 0; + } + switch (quest.getStage(player)) { + case 0: + interpreter.sendDialogues(307, FacialExpression.HALF_GUILTY, "What could you want with an old woman like me?"); + stage = 11; + break; + case 20: + interpreter.sendDialogues(307, FacialExpression.HALF_GUILTY, "So have you found the things for the potion?"); + stage = 100; + break; + case 40: + if (args.length == 2) { + interpreter.sendDialogue("You drink from the cauldron, it tastes horrible! You feel yourself", "imbued with power."); + stage = 41; + } else { + interpreter.sendDialogues(307, FacialExpression.HALF_GUILTY, "Well are you going to drink the potion or not?"); + stage = 500; + } + break; + } + return true; + } + + @Override + public boolean handle(int interfaceId, int buttonId) { + Quest quest = player.getQuestRepository().getQuest("Witch's Potion"); + switch (stage) { + case 0: + interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "I'm practicing and slowly getting better."); + stage = 1; + break; + case 1: + interpreter.sendDialogues(307, FacialExpression.HALF_GUILTY, "Good, good."); + stage = 2; + break; + case 2: + end(); + break; + case 11: + interpreter.sendOptions("Select an Option", "I am in search of a quest.", "I've heard that you are a witch."); + stage = 12; + break; + case 12: + switch (buttonId) { + case 1: + interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "I am in search of a quest."); + stage = 13; + break; + case 2: + interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "I've heard that you are a witch."); + stage = 20; + break; + } + break; + case 13: + interpreter.sendDialogues(307, FacialExpression.HALF_GUILTY, "Hmmm... Maybe I can think of something for you."); + stage = 14; + break; + case 14: + interpreter.sendDialogues(307, FacialExpression.HALF_GUILTY, "Would you like to become more proficient in the dark", "arts?"); + stage = 15; + break; + case 15: + interpreter.sendOptions("Select an Option", "Yes help me become one with my darker side.", "No I have my prinicples and honour."); + stage = 16; + break; + case 16: + switch (buttonId) { + case 1: + interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "Yes help me become one with my darker side."); + stage = 30; + break; + case 2: + interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "No I have m principles and honour."); + stage = 17; + break; + } + break; + case 17: + interpreter.sendDialogues(307, FacialExpression.HALF_GUILTY, "Suit yourself, but you're missing out."); + stage = 18; + break; + case 18: + end(); + break; + case 20: + interpreter.sendDialogues(307, FacialExpression.HALF_GUILTY, "Yes it does seem to be getting fairly common", "knowledge."); + stage = 21; + break; + case 21: + interpreter.sendDialogues(307, FacialExpression.HALF_GUILTY, "I fear I may get a visit from the witch hunter of", "Falador before long."); + stage = 22; + break; + case 22: + end(); + break; + case 30: + interpreter.sendDialogues(307, FacialExpression.HALF_GUILTY, "Ok I'm going to make a potion to help bring out your", "darker self."); + stage = 31; + break; + case 31: + interpreter.sendDialogues(307, FacialExpression.HALF_GUILTY, "You will need certain ingredients."); + stage = 32; + break; + case 32: + interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "What do I need?"); + stage = 33; + break; + case 33: + interpreter.sendDialogues(307, FacialExpression.HALF_GUILTY, "You need an eye of newt, a rat's tail, and onion... Oh", "and a piece of burnt meat."); + stage = 34; + break; + case 34: + interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "Great, I'll go get them."); + stage = 35; + break; + case 35: + quest.start(player); + quest.setStage(player, 20); + end(); + break; + case 100: + // Her:Well I can't make the potion without them! + // Remember.../You + // need an eye of newt, a rat's tail, an onion, and a/piece of + // burnt + // meat. Off you go dear! Me:end(); + if (!player.getInventory().containItems(1957, 300, 2146, 221)) { + interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "I'm afraid I don't have all of them yet."); + stage = 101; + } else { + interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "Yes I have everything!"); + stage = 110; + } + break; + case 110: + interpreter.sendDialogues(307, FacialExpression.HALF_GUILTY, "Excellent, can I have them then?"); + stage = 111; + break; + case 111: + interpreter.sendDialogue("You pass the ingredients to Hetty and she puts them all into her", "cauldron. Hetty closes her eyes and begins to chant. The cauldron", "bubbles mysteriously."); + stage = 112; + break; + case 112: + interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "Well, is it ready?"); + stage = 113; + break; + case 113: + if (player.getInventory().remove(new Item(1957), new Item(300), new Item(2146), new Item(221))) { + quest.setStage(player, 40); + interpreter.sendDialogues(307, FacialExpression.HALF_GUILTY, "Ok, now drink from the cauldron."); + stage = 114; + } + break; + case 114: + end(); + break; + case 101: + interpreter.sendDialogues(307, FacialExpression.HALF_GUILTY, "Well I can't make the potion without them! Remember...", "You need an eye of newt, a rat's tail, an onion, and a", "You need an eye of newt, a rat's tail, an onion, and a", "piece of burnt meat. Off you go dear!"); + stage = 102; + break; + case 102: + end(); + break; + case 500: + end(); + break; + case 41: + end(); + quest.finish(player); + player.getQuestRepository().syncronizeTab(player); + break; + } + return true; + } + + @Override + public int[] getIds() { + return new int[] { 307 }; + } +} From bd07456d6d15012fe8a80bcae594ef6ae4e1addb Mon Sep 17 00:00:00 2001 From: skelsoft <9147770-skelsoft@users.noreply.gitlab.com> Date: Mon, 5 Jul 2021 11:11:25 +1000 Subject: [PATCH 11/33] Fix: All Shades of Mort'ton Shades/Shadows stat rebalance - Loar, Phrin, Riyl, Asyn and Fiyr Shades, and their Shadows all now have accurate stats --- Server/data/configs/npc_configs.json | 100 +++++++++++++-------------- 1 file changed, 50 insertions(+), 50 deletions(-) diff --git a/Server/data/configs/npc_configs.json b/Server/data/configs/npc_configs.json index e82b67b61..30e7d0ae5 100644 --- a/Server/data/configs/npc_configs.json +++ b/Server/data/configs/npc_configs.json @@ -12800,210 +12800,210 @@ "slayer_task": "73", "melee_animation": "0", "range_animation": "0", - "magic_level": "42", + "magic_level": "1", "respawn_delay": "60", "defence_animation": "0", "weakness": "3", "magic_animation": "0", "death_animation": "0", "name": "Loar Shadow", - "defence_level": "42", + "defence_level": "26", "safespot": null, - "lifepoints": "60", - "strength_level": "31", + "lifepoints": "38", + "strength_level": "30", "id": "1240", "aggressive": "true", "range_level": "1", - "attack_level": "31" + "attack_level": "45" }, { "examine": "The shadowy remains of a long departed soul.", "slayer_task": "73", "melee_animation": "1283", "range_animation": "0", - "magic_level": "42", + "magic_level": "1", "respawn_delay": "60", "defence_animation": "1284", "weakness": "3", "magic_animation": "0", "death_animation": "1308", "name": "Loar Shade", - "defence_level": "42", + "defence_level": "26", "safespot": null, - "lifepoints": "60", - "strength_level": "31", + "lifepoints": "38", + "strength_level": "30", "id": "1241", "aggressive": "true", "range_level": "1", - "attack_level": "31" + "attack_level": "45" }, { "examine": "A shadowy sort of entity", "slayer_task": "73", "melee_animation": "0", "range_animation": "0", - "magic_level": "43", + "magic_level": "1", "respawn_delay": "60", "defence_animation": "0", "weakness": "3", "magic_animation": "0", "death_animation": "0", "name": "Phrin Shadow", - "defence_level": "43", + "defence_level": "42", "safespot": null, - "lifepoints": "61", - "strength_level": "32", + "lifepoints": "56", + "strength_level": "47", "id": "1243", "aggressive": "true", "range_level": "1", - "attack_level": "32" + "attack_level": "64" }, { "examine": "The shadowy remains of a long departed soul.", "slayer_task": "73", "melee_animation": "1283", "range_animation": "0", - "magic_level": "43", + "magic_level": "1", "respawn_delay": "60", "defence_animation": "0", "weakness": "3", "magic_animation": "0", "death_animation": "1287", "name": "Phrin Shade", - "defence_level": "43", + "defence_level": "42", "safespot": null, - "lifepoints": "61", - "strength_level": "32", + "lifepoints": "56", + "strength_level": "47", "id": "1244", "aggressive": "true", "range_level": "1", - "attack_level": "32" + "attack_level": "64" }, { "examine": "A shadowy sort of entity", "slayer_task": "73", "melee_animation": "0", "range_animation": "0", - "magic_level": "45", + "magic_level": "1", "respawn_delay": "60", "defence_animation": "0", "weakness": "3", "magic_animation": "0", "death_animation": "0", "name": "Riyl Shadow", - "defence_level": "45", + "defence_level": "60", "safespot": null, - "lifepoints": "64", - "strength_level": "33", + "lifepoints": "76", + "strength_level": "55", "id": "1245", "aggressive": "true", "range_level": "1", - "attack_level": "33" + "attack_level": "88" }, { "examine": "The shadowy remains of a long departed soul.", "slayer_task": "73", "melee_animation": "1283", "range_animation": "0", - "magic_level": "45", + "magic_level": "1", "respawn_delay": "60", "defence_animation": "0", "weakness": "3", "magic_animation": "0", "death_animation": "1287", "name": "Riyl Shade", - "defence_level": "45", + "defence_level": "60", "safespot": null, - "lifepoints": "64", - "strength_level": "33", + "lifepoints": "76", + "strength_level": "55", "id": "1246", "aggressive": "true", "range_level": "1", - "attack_level": "33" + "attack_level": "88" }, { "examine": "A shadowy sort of entity", "slayer_task": "73", "melee_animation": "0", "range_animation": "0", - "magic_level": "47", + "magic_level": "1", "respawn_delay": "60", "defence_animation": "0", "weakness": "3", "magic_animation": "0", "death_animation": "0", "name": "Asyn Shadow", - "defence_level": "47", + "defence_level": "70", "safespot": null, - "lifepoints": "67", - "strength_level": "35", + "lifepoints": "90", + "strength_level": "84", "id": "1247", "aggressive": "true", "range_level": "1", - "attack_level": "35" + "attack_level": "102" }, { "examine": "The shadowy remains of a long departed soul.", "slayer_task": "73", "melee_animation": "1283", "range_animation": "0", - "magic_level": "47", + "magic_level": "1", "respawn_delay": "60", "defence_animation": "0", "weakness": "3", "magic_animation": "0", "death_animation": "1287", "name": "Asyn Shade", - "defence_level": "47", + "defence_level": "70", "safespot": null, - "lifepoints": "67", - "strength_level": "35", + "lifepoints": "90", + "strength_level": "84", "id": "1248", "aggressive": "true", "range_level": "1", - "attack_level": "35" + "attack_level": "102" }, { "examine": "A shadowy sort of entity", "slayer_task": "73", "melee_animation": "0", "range_animation": "0", - "magic_level": "49", + "magic_level": "1", "respawn_delay": "60", "defence_animation": "0", "weakness": "3", "magic_animation": "0", "death_animation": "0", "name": "Fiyr Shadow", - "defence_level": "49", + "defence_level": "85", "safespot": null, - "lifepoints": "70", - "strength_level": "36", + "lifepoints": "110", + "strength_level": "100", "id": "1249", "aggressive": "true", "range_level": "1", - "attack_level": "36" + "attack_level": "120" }, { "examine": "The shadowy remains of a long departed soul.", "slayer_task": "73", "melee_animation": "1283", "range_animation": "0", - "magic_level": "49", + "magic_level": "1", "respawn_delay": "60", "defence_animation": "0", "weakness": "3", "magic_animation": "0", "death_animation": "1287", "name": "Fiyr Shade", - "defence_level": "49", + "defence_level": "85", "safespot": null, - "lifepoints": "70", - "strength_level": "36", + "lifepoints": "110", + "strength_level": "100", "id": "1250", "aggressive": "true", "range_level": "1", - "attack_level": "36" + "attack_level": "120" }, { "examine": "A local villager of Mort'ton.", From dd9a7dc2d1bece92cf25628297286348d40acf74 Mon Sep 17 00:00:00 2001 From: skelsoft <9147770-skelsoft@users.noreply.gitlab.com> Date: Tue, 6 Jul 2021 17:01:58 +1000 Subject: [PATCH 12/33] Fix: Keldagrim Stonemason, Dagannoth fixes - Dagannoth (Ranged) (ID 2456) and Dagannoth (Melee) (ID 2455) stat adjustment) - Dagannoth examine fixes - Combat Bracelet examine fixes (incl. noted variants) - Keldagrim Stonemason is back up and running (please stop disappearing buddy) - House Portal (Taverley) ID 15477 and House Portal (Relekka) ID 15480 examines added --- Server/data/configs/item_configs.json | 15 ++++++++++----- Server/data/configs/npc_configs.json | 25 +++++++++++++------------ Server/data/configs/object_configs.json | 8 ++++++++ Server/data/configs/shops.json | 11 ++++++++++- 4 files changed, 41 insertions(+), 18 deletions(-) diff --git a/Server/data/configs/item_configs.json b/Server/data/configs/item_configs.json index ad5446673..cea5f5553 100644 --- a/Server/data/configs/item_configs.json +++ b/Server/data/configs/item_configs.json @@ -101022,7 +101022,7 @@ }, { "ge_buy_limit": "100", - "examine": "You will need to recharge the bracelet at the Legends Guild.(uncharged) A handy way to get around.(charged)", + "examine": "A handy way to get around.", "durability": null, "low_alchemy": "8416", "high_alchemy": "12624", @@ -101038,6 +101038,7 @@ { "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", @@ -101045,7 +101046,7 @@ "id": "11119" }, { - "examine": "You will need to recharge the bracelet at the Legends Guild.(uncharged) A handy way to get around.(charged)", + "examine": "A handy way to get around.", "grand_exchange_price": "1", "durability": null, "name": "Combat bracelet(3)", @@ -101059,6 +101060,7 @@ "equipment_slot": "9" }, { + "examine": "Swap this note at any bank for the equivalent item.", "durability": null, "name": "Combat bracelet(3)", "tradeable": "true", @@ -101066,7 +101068,7 @@ "id": "11121" }, { - "examine": "You will need to recharge the bracelet at the Legends Guild.(uncharged) A handy way to get around.(charged)", + "examine": "A handy way to get around.", "grand_exchange_price": "1", "durability": null, "name": "Combat bracelet(2)", @@ -101080,6 +101082,7 @@ "equipment_slot": "9" }, { + "examine": "Swap this note at any bank for the equivalent item.", "durability": null, "name": "Combat bracelet(2)", "tradeable": "true", @@ -101087,7 +101090,7 @@ "id": "11123" }, { - "examine": "You will need to recharge the bracelet at the Legends Guild.(uncharged) A handy way to get around.(charged)", + "examine": "A handy way to get around.", "grand_exchange_price": "1", "durability": null, "name": "Combat bracelet(1)", @@ -101101,6 +101104,7 @@ "equipment_slot": "9" }, { + "examine": "Swap this note at any bank for the equivalent item.", "durability": null, "name": "Combat bracelet(1)", "tradeable": "true", @@ -101109,7 +101113,7 @@ }, { "ge_buy_limit": "100", - "examine": "You will need to recharge the bracelet at the Legends Guild.(uncharged) A handy way to get around.(charged)", + "examine": "You will need to recharge the bracelet at the Legends Guild.", "durability": null, "low_alchemy": "8416", "high_alchemy": "12624", @@ -101125,6 +101129,7 @@ { "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", diff --git a/Server/data/configs/npc_configs.json b/Server/data/configs/npc_configs.json index 30e7d0ae5..7d543b6b3 100644 --- a/Server/data/configs/npc_configs.json +++ b/Server/data/configs/npc_configs.json @@ -23520,44 +23520,45 @@ "attack_level": "47" }, { - "examine": "A spiny horror from the ocean depths...", + "examine": "A horror from the ocean depths...", "melee_animation": "1343", - "attack_speed": "6", + "attack_speed": "4", "respawn_delay": "60", "defence_animation": "1340", - "slayer_exp": "100", + "slayer_exp": "120", "death_animation": "1342", "name": "Dagannoth", - "defence_level": "60", + "defence_level": "71", "safespot": null, - "lifepoints": "95", - "strength_level": "90", + "lifepoints": "120", + "strength_level": "70", "id": "2455", "aggressive": "true", "clue_level": "1", "range_level": "1", "projectile": "294", - "attack_level": "90" + "attack_level": "68" }, { - "examine": "It's an NPC.", + "examine": "A horror from the ocean depths...", "combat_style": "1", "melee_animation": "1343", + "attack_speed": "4", "respawn_delay": "60", "defence_animation": "1340", "slayer_exp": "0", "death_animation": "1342", "name": "Dagannoth", - "defence_level": "60", + "defence_level": "50", "safespot": null, "lifepoints": "70", - "strength_level": "90", + "strength_level": "70", "id": "2456", "aggressive": "true", "clue_level": "1", - "range_level": "90", + "range_level": "70", "projectile": "294", - "attack_level": "90" + "attack_level": "68" }, { "examine": "A fearsome magical creature from the deep..", diff --git a/Server/data/configs/object_configs.json b/Server/data/configs/object_configs.json index 8a084eb71..0fe29f652 100644 --- a/Server/data/configs/object_configs.json +++ b/Server/data/configs/object_configs.json @@ -20271,6 +20271,14 @@ "ids": "14003", "examine": "Why do I never take time to look at the grass?" }, + { + "ids": "15477", + "examine": "Home sweet home?" + }, + { + "ids": "15480", + "examine": "Home sweet home?" + }, { "ids": "15748", "examine": "Home sweet home?" diff --git a/Server/data/configs/shops.json b/Server/data/configs/shops.json index 5e5fa358b..55c93f003 100644 --- a/Server/data/configs/shops.json +++ b/Server/data/configs/shops.json @@ -2087,12 +2087,21 @@ "title": "Gnomic Supplies", "stock": "{1931,inf}-{1929,inf}-{1937,inf}-{2313,inf}-{1887,inf}-{590,inf}-{1735,inf}-{1951,inf}-{1969,inf}-{1949,inf}" }, + { + "npcs": "4248", + "high_alch": "0", + "currency": "995", + "general_store": "false", + "id": "236", + "title": "Keldagrim Stonemason", + "stock": "{3420,500}-{8786,30}-{8784,30}-{8788,30}" + }, { "npcs": "4856", "high_alch": "0", "currency": "995", "general_store": "false", - "id": "236", + "id": "237", "title": "Lovecraft's Tackle", "stock": "{303,10}-{307,10}-{309,10}-{311,1000}-{301,10}-{313,1000}-{314,1000}-{317,0}-{327,10}-{345,0}-{321,0}-{335,0}-{349,0}-{331,0}-{359,0}-{377,0}-{371,0}" } From 67392add733f056ae09caad85e4d399405288e9e Mon Sep 17 00:00:00 2001 From: skelsoft <9147770-skelsoft@users.noreply.gitlab.com> Date: Wed, 7 Jul 2021 15:23:43 +1000 Subject: [PATCH 13/33] Fix: Port Sarim water source, Ice Warrior stat rebalance - A sink in Port Sarim now correctly works as a water source. - Ice Warrior (ID 125, 145, 3073) stat rebalance --- Server/data/configs/npc_configs.json | 31 ++-- .../item/withobject/WaterSkinHandler.java | 156 +++++++++--------- .../item/withobject/WaterSourcePlugin.java | 2 +- 3 files changed, 98 insertions(+), 91 deletions(-) diff --git a/Server/data/configs/npc_configs.json b/Server/data/configs/npc_configs.json index 7d543b6b3..9675528a2 100644 --- a/Server/data/configs/npc_configs.json +++ b/Server/data/configs/npc_configs.json @@ -2462,22 +2462,23 @@ "slayer_task": "48", "melee_animation": "451", "range_animation": "451", - "attack_speed": "6", + "attack_speed": "4", "defence_animation": "404", "weakness": "9", "slayer_exp": "59", "magic_animation": "451", "death_animation": "843", "name": "Ice warrior", - "defence_level": "39", + "defence_level": "47", "safespot": null, "lifepoints": "59", - "strength_level": "39", + "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": "39" + "attack_level": "47" }, { "examine": "Looks pretty otherworldly to me!", @@ -2771,23 +2772,26 @@ }, { "examine": "A cold-hearted elemental warrior.", + "slayer_task": "48", "melee_animation": "451", "range_animation": "451", - "attack_speed": "6", + "attack_speed": "4", "defence_animation": "404", + "weakness": "9", "slayer_exp": "59", "magic_animation": "451", "death_animation": "843", "name": "Ice warrior", - "defence_level": "39", + "defence_level": "47", "safespot": null, "lifepoints": "59", - "strength_level": "1", + "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": "39" + "attack_level": "47" }, { "examine": "A sea bird.", @@ -28536,23 +28540,26 @@ }, { "examine": "A cold-hearted elemental warrior.", + "slayer_task": "48", "melee_animation": "451", "range_animation": "451", - "attack_speed": "6", + "attack_speed": "4", "defence_animation": "404", + "weakness": "9", "slayer_exp": "59", "magic_animation": "451", "death_animation": "843", "name": "Ice warrior", - "defence_level": "39", + "defence_level": "47", "safespot": null, "lifepoints": "59", - "strength_level": "1", + "strength_level": "47", "id": "3073", "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": "39" + "attack_level": "47" }, { "name": "Monk", diff --git a/Server/src/main/java/core/game/interaction/item/withobject/WaterSkinHandler.java b/Server/src/main/java/core/game/interaction/item/withobject/WaterSkinHandler.java index 89aad7356..ed23cd866 100644 --- a/Server/src/main/java/core/game/interaction/item/withobject/WaterSkinHandler.java +++ b/Server/src/main/java/core/game/interaction/item/withobject/WaterSkinHandler.java @@ -1,79 +1,79 @@ -package core.game.interaction.item.withobject; - -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.game.world.update.flag.context.Animation; -import core.plugin.Initializable; -import core.plugin.Plugin; - -@Initializable -public final class WaterSkinHandler extends UseWithHandler { - - /** - * Represents objects with water in them. - */ - private static final int[] OBJECTS = new int[]{16302, 6827, 11661, 24160, 34577, 15936, 15937, 15938, 23920, 35469, 24265, 153, 879, 880, 2864, 6232, 10436, 10437, 10827, 11007, 11759, 21764, 22973, 24161, 24214, 24265, 28662, 30223, 30820, 34579, 36781, 873, 874, 4063, 6151, 8699, 9143, 9684, 10175, 12279, 12974, 13563, 13564, 14868, 14917, 15678, 16704, 16705, 20358, 22715, 24112, 24314, 25729, 25929, 26966, 29105, 33458, 34082, 34411, 34496, 34547, 34566, 35762, 36971, 37154, 37155, 878, 884, 3264, 3305, 3359, 4004, 4005, 6097, 6249, 6549, 8747, 8927, 11793, 12201, 12897, 24166, 26945, 31359, 32023, 32024, 34576, 35671, 13561, 13563, 13559}; - - /** - * Represents the animation to use. - */ - private static final Animation ANIMATION = new Animation(832); - - // Unfilled waterskin objects - private static final int[] WATERSKINS = new int[]{1831, 1829, 1827, 1825}; - - private static final int FILLED_WATERSKIN = 1823; - - // Waterskin fill diag - private static final String WATERSKIN_TEXT = "You fill the waterskin."; - - /** - * Constructs a new {@code FillBucketPlugin} {@code Object}. - */ - public WaterSkinHandler() { - super(WATERSKINS); - } - - @Override - public Plugin newInstance(Object arg) throws Throwable { - for (int i : OBJECTS) { - addHandler(i, OBJECT_TYPE, this); - } - return this; - } - - @Override - public boolean handle(NodeUsageEvent event) { - Player player = event.getPlayer(); - player.getPulseManager().run(new Pulse(2, player) { - @Override - public boolean pulse() { - int curSkin = -1; - for (int i = 0; i < WATERSKINS.length; i++) { - if (player.getInventory().contains(WATERSKINS[i], 1)) { - curSkin = WATERSKINS[i]; - break; - } - } - if (curSkin == -1) { - return true; - } - if (player.getInventory().remove(new Item(curSkin))) { - player.animate(ANIMATION); - player.getPacketDispatch().sendMessage(WATERSKIN_TEXT); - player.getInventory().add(new Item(FILLED_WATERSKIN)); - } - return false; - } - - @Override - public void stop() { - super.stop(); - } - }); - return true; - } +package core.game.interaction.item.withobject; + +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.game.world.update.flag.context.Animation; +import core.plugin.Initializable; +import core.plugin.Plugin; + +@Initializable +public final class WaterSkinHandler extends UseWithHandler { + + /** + * Represents objects with water in them. + */ + private static final int[] OBJECTS = new int[]{16302, 6827, 11661, 24160, 34577, 15936, 15937, 15938, 23920, 35469, 24265, 153, 879, 880, 2864, 6232, 10436, 10437, 10827, 11007, 11759, 21764, 22973, 24161, 24214, 24265, 28662, 30223, 30820, 34579, 36781, 873, 874, 4063, 6151, 8699, 9143, 9684, 10175, 12279, 12974, 13563, 13564, 14868, 14917, 15678, 16704, 16705, 20358, 22715, 24112, 24314, 25729, 25929, 26966, 29105, 33458, 34082, 34411, 34496, 34547, 34566, 35762, 36971, 37154, 37155, 878, 884, 3264, 3305, 3359, 4004, 4005, 6097, 6249, 6549, 8747, 8927, 11793, 12201, 12897, 24166, 26945, 31359, 32023, 32024, 34576, 35671, 13561, 13563, 13559, 40063}; + + /** + * Represents the animation to use. + */ + private static final Animation ANIMATION = new Animation(832); + + // Unfilled waterskin objects + private static final int[] WATERSKINS = new int[]{1831, 1829, 1827, 1825}; + + private static final int FILLED_WATERSKIN = 1823; + + // Waterskin fill diag + private static final String WATERSKIN_TEXT = "You fill the waterskin."; + + /** + * Constructs a new {@code FillBucketPlugin} {@code Object}. + */ + public WaterSkinHandler() { + super(WATERSKINS); + } + + @Override + public Plugin newInstance(Object arg) throws Throwable { + for (int i : OBJECTS) { + addHandler(i, OBJECT_TYPE, this); + } + return this; + } + + @Override + public boolean handle(NodeUsageEvent event) { + Player player = event.getPlayer(); + player.getPulseManager().run(new Pulse(2, player) { + @Override + public boolean pulse() { + int curSkin = -1; + for (int i = 0; i < WATERSKINS.length; i++) { + if (player.getInventory().contains(WATERSKINS[i], 1)) { + curSkin = WATERSKINS[i]; + break; + } + } + if (curSkin == -1) { + return true; + } + if (player.getInventory().remove(new Item(curSkin))) { + player.animate(ANIMATION); + player.getPacketDispatch().sendMessage(WATERSKIN_TEXT); + player.getInventory().add(new Item(FILLED_WATERSKIN)); + } + return false; + } + + @Override + public void stop() { + super.stop(); + } + }); + return true; + } } \ No newline at end of file diff --git a/Server/src/main/java/core/game/interaction/item/withobject/WaterSourcePlugin.java b/Server/src/main/java/core/game/interaction/item/withobject/WaterSourcePlugin.java index 4d1f9377f..d981b72c2 100644 --- a/Server/src/main/java/core/game/interaction/item/withobject/WaterSourcePlugin.java +++ b/Server/src/main/java/core/game/interaction/item/withobject/WaterSourcePlugin.java @@ -25,7 +25,7 @@ public final class WaterSourcePlugin extends UseWithHandler { /** * Represents the objects to use the buckets on. */ - private static final int[] OBJECTS = new int[] { 16302, 6827, 11661, 24160, 34577, 15936, 15937, 15938, 23920, 35469, 24265, 153, 879, 880, 2864, 6232, 10436, 10437, 10827, 11007, 11759, 21764, 22973, 24161, 24214, 24265, 28662, 30223, 30820, 34579, 36781, 873, 874, 4063, 6151, 8699, 9143, 9684, 10175, 12279, 12974, 13563, 13564, 14868, 14917, 15678, 16704, 16705, 20358, 22715, 24112, 24314, 25729, 25929, 26966, 29105, 33458, 34082, 34411, 34496, 34547, 34566, 35762, 36971, 37154, 37155, 878, 884, 3264, 3305, 3359, 4004, 4005, 6097, 6249, 6549, 8747, 8927, 11793, 12201, 12897, 24166, 26945, 31359, 32023, 32024, 34576, 35671, 13561, 13563, 13559 }; + private static final int[] OBJECTS = new int[] { 16302, 6827, 11661, 24160, 34577, 15936, 15937, 15938, 23920, 35469, 24265, 153, 879, 880, 2864, 6232, 10436, 10437, 10827, 11007, 11759, 21764, 22973, 24161, 24214, 24265, 28662, 30223, 30820, 34579, 36781, 873, 874, 4063, 6151, 8699, 9143, 9684, 10175, 12279, 12974, 13563, 13564, 14868, 14917, 15678, 16704, 16705, 20358, 22715, 24112, 24314, 25729, 25929, 26966, 29105, 33458, 34082, 34411, 34496, 34547, 34566, 35762, 36971, 37154, 37155, 878, 884, 3264, 3305, 3359, 4004, 4005, 6097, 6249, 6549, 8747, 8927, 11793, 12201, 12897, 24166, 26945, 31359, 32023, 32024, 34576, 35671, 40063, 13561, 13563, 13559 }; /** * Represents the animation to use. From 858767ed3e4fe8b2af5e2a958b833f06d58f2fc2 Mon Sep 17 00:00:00 2001 From: skelsoft <9147770-skelsoft@users.noreply.gitlab.com> Date: Fri, 9 Jul 2021 12:36:57 +1000 Subject: [PATCH 14/33] Add: Jatizso Audit: Stats and Shops Stats: - Sea Snake Young (stats, poisonous, examine) ID 3939 - Sea Snake Hatchling (stats, poisonous, examine) ID 3940 - Giant Sea Snake (stats, poisonous, examine) ID 3943 - Ice Troll male (stats, examine, bonuses) ID 5474, 5522, 5526 - Ice Troll female (stats, examine, bonuses) ID 5475, 5523, 5527 - Ice Troll runt 1 (stats, examine, bonuses) ID 5473 5521, 5525 - Ice Troll King (stats, bonuses) ID 5472 Shops: - Weapons galore store shop stock corrections. - Ore Store shop stock corrections. - Armour Shop stock corrections. - Keepa Kettilon's store name correction. - Flosi's Fishmongers shop added with correct stock. - Contraband yak produce. shop added with correct stock. --- Server/data/configs/npc_configs.json | 338 ++++++++++++++++++--------- Server/data/configs/shops.json | 36 ++- 2 files changed, 251 insertions(+), 123 deletions(-) diff --git a/Server/data/configs/npc_configs.json b/Server/data/configs/npc_configs.json index 97ab7ffda..68f6eef7d 100644 --- a/Server/data/configs/npc_configs.json +++ b/Server/data/configs/npc_configs.json @@ -47100,61 +47100,66 @@ { "examine": "An ice troll youngling.", "range_animation": "0", - "melee_animation": "284", + "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": "38", + "defence_level": "70", "safespot": null, - "lifepoints": "54", - "strength_level": "38", + "lifepoints": "60", + "strength_level": "70", "id": "5473", "aggressive": "true", + "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0", "range_level": "1", - "attack_level": "38" + "attack_level": "60" }, { "examine": "A male troll wielding a large club.", "range_animation": "0", - "melee_animation": "284", + "melee_animation": "284", + "attack_speed": "4", "respawn_delay": "60", "defence_animation": "285", "weakness": "9", "magic_animation": "0", - "death_animation": "287", + "death_animation": "287", "name": "Ice troll male", - "defence_level": "49", + "defence_level": "40", "safespot": null, - "lifepoints": "70", - "strength_level": "49", + "lifepoints": "80", + "strength_level": "80", "id": "5474", "aggressive": "true", + "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0", "range_level": "1", - "attack_level": "49" + "attack_level": "80" }, { "examine": "An ice troll with a bag of rocks.", "combat_style": "1", "range_animation": "1142", - "melee_animation": "1142", + "melee_animation": "1142", + "attack_speed": "4", "respawn_delay": "60", "defence_animation": "285", "weakness": "0", "magic_animation": "0", - "death_animation": "287", + "death_animation": "287", "name": "Ice troll female", - "defence_level": "49", + "defence_level": "40", "safespot": null, - "lifepoints": "70", - "strength_level": "36", + "lifepoints": "80", + "strength_level": "80", "id": "5475", "aggressive": "true", - "range_level": "49", - "projectile": "276", - "attack_level": "36" + "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0", + "range_level": "1", + "attack_level": "80" }, { "examine": "A large ice troll.", @@ -47344,101 +47349,132 @@ "attack_level": "1" }, { - "melee_animation": "284", + "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": "1", + "defence_level": "70", "safespot": null, "lifepoints": "60", - "strength_level": "1", + "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": "1" + "attack_level": "60" }, { - "melee_animation": "284", + "examine": "A male troll wielding a large club.", + "range_animation": "0", + "melee_animation": "284", + "attack_speed": "4", "respawn_delay": "60", "defence_animation": "285", - "death_animation": "287", + "weakness": "9", + "magic_animation": "0", + "death_animation": "287", "name": "Ice troll male", - "defence_level": "1", + "defence_level": "40", "safespot": null, "lifepoints": "80", - "strength_level": "1", + "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": "1" + "attack_level": "80" }, { + "examine": "An ice troll with a bag of rocks.", "combat_style": "1", "range_animation": "1142", - "melee_animation": "1142", + "melee_animation": "1142", + "attack_speed": "4", "respawn_delay": "60", "defence_animation": "285", - "death_animation": "287", + "weakness": "0", + "magic_animation": "0", + "death_animation": "287", "name": "Ice troll female", - "defence_level": "1", + "defence_level": "40", "safespot": null, "lifepoints": "80", - "strength_level": "1", + "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": "1" + "attack_level": "80" }, { - "melee_animation": "284", + "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": "1", + "defence_level": "70", "safespot": null, "lifepoints": "60", - "strength_level": "1", + "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": "1" + "attack_level": "60" }, { - "melee_animation": "284", + "examine": "A male troll wielding a large club.", + "range_animation": "0", + "melee_animation": "284", + "attack_speed": "4", "respawn_delay": "60", "defence_animation": "285", - "death_animation": "287", + "weakness": "9", + "magic_animation": "0", + "death_animation": "287", "name": "Ice troll male", - "defence_level": "1", + "defence_level": "40", "safespot": null, "lifepoints": "80", - "strength_level": "1", + "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", - "projectile": "", - "attack_level": "1" + "attack_level": "80" }, { + "examine": "An ice troll with a bag of rocks.", "combat_style": "1", "range_animation": "1142", - "melee_animation": "1142", + "melee_animation": "1142", + "attack_speed": "4", "respawn_delay": "60", "defence_animation": "285", - "death_animation": "287", + "weakness": "0", + "magic_animation": "0", + "death_animation": "287", "name": "Ice troll female", - "defence_level": "1", + "defence_level": "40", "safespot": null, "lifepoints": "80", - "strength_level": "1", + "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": "1" + "attack_level": "80" }, { "examine": "A hairy, smelly, grazing animal.", @@ -108584,46 +108620,50 @@ "attack_level": "1" }, { - "examine": "Snake", + "examine": "Snake, snake, oh, it's a young snake.", "slayer_task": "72", "melee_animation": "3538", "range_animation": "0", "combat_audio": "3609,3608,3610", + "attack_speed": "4", + "poisonous": "true", "respawn_delay": "60", "defence_animation": "0", "weakness": "1", "magic_animation": "0", "death_animation": "3540", "name": "Sea Snake Young", - "defence_level": "45", + "defence_level": "70", "safespot": null, - "lifepoints": "128", - "strength_level": "33", + "lifepoints": "85", + "strength_level": "70", "id": "3939", "aggressive": "true", - "range_level": "45", - "attack_level": "33" + "range_level": "1", + "attack_level": "90" }, { - "examine": "A baby sea snake. Snaaaaaaake!", + "examine": "A baby sea snake. Snaaaaaaake!", "slayer_task": "72", "melee_animation": "3538", "range_animation": "0", "combat_audio": "3609,3608,3610", + "attack_speed": "4", + "poisonous": "true", "respawn_delay": "60", "defence_animation": "0", "weakness": "1", "magic_animation": "0", "death_animation": "3540", "name": "Sea Snake Hatchling", - "defence_level": "45", + "defence_level": "50", "safespot": null, - "lifepoints": "100", - "strength_level": "33", + "lifepoints": "50", + "strength_level": "55", "id": "3940", "aggressive": "true", - "range_level": "45", - "attack_level": "33" + "range_level": "1", + "attack_level": "60" }, { "name": "Guard", @@ -108656,24 +108696,26 @@ "attack_level": "1" }, { - "examine": "A big snake that lives in the sea. How did it get in here?", + "examine": "A big snake that lives in the sea. How did it get there?", "melee_animation": "4040", "range_animation": "0", "combat_audio": "3609,3608,3610", + "attack_speed": "4", + "poisonous": "true", "respawn_delay": "60", "defence_animation": "0", "weakness": "1", "magic_animation": "0", "death_animation": "4039", "name": "Giant Sea Snake", - "defence_level": "45", + "defence_level": "160", "safespot": null, - "lifepoints": "385", - "strength_level": "33", + "lifepoints": "100", + "strength_level": "90", "id": "3943", "aggressive": "true", - "range_level": "45", - "attack_level": "33" + "range_level": "130", + "attack_level": "170" }, { "slayer_exp": "37", @@ -120494,73 +120536,87 @@ "slayer_task": "83", "melee_animation": "5374", "range_animation": "0", - "magic_level": "65", + "magic_level": "1", + "attack_speed": "4", "respawn_delay": "60", "defence_animation": "0", "weakness": "10", "magic_animation": "0", "death_animation": "5209", "name": "Ice Troll King", - "defence_level": "65", + "defence_level": "80", "safespot": null, - "lifepoints": "185", + "lifepoints": "150", "strength_level": "65", "id": "5472", "aggressive": "true", - "range_level": "65", - "attack_level": "65" + "bonuses": "60,60,60,0,0,45,45,45,2000,2000,0,60,0,0,0", + "range_level": "1", + "attack_level": "100" }, { "examine": "An ice troll youngling.", "range_animation": "0", + "melee_animation": "284", + "attack_speed": "4", "respawn_delay": "60", - "defence_animation": "0", + "defence_animation": "285", "weakness": "9", "magic_animation": "0", + "death_animation": "287", "name": "Ice troll runt", - "defence_level": "38", + "defence_level": "70", "safespot": null, - "lifepoints": "54", - "strength_level": "38", + "lifepoints": "60", + "strength_level": "70", "id": "5473", "aggressive": "true", + "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0", "range_level": "1", - "attack_level": "38" + "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": "0", + "defence_animation": "285", "weakness": "9", "magic_animation": "0", + "death_animation": "287", "name": "Ice troll male", - "defence_level": "49", + "defence_level": "40", "safespot": null, - "lifepoints": "70", - "strength_level": "49", + "lifepoints": "80", + "strength_level": "80", "id": "5474", "aggressive": "true", + "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0", "range_level": "1", - "attack_level": "49" + "attack_level": "80" }, { "examine": "An ice troll with a bag of rocks.", "combat_style": "1", - "range_animation": "0", + "range_animation": "1142", + "melee_animation": "1142", + "attack_speed": "4", "respawn_delay": "60", - "defence_animation": "0", + "defence_animation": "285", "weakness": "0", "magic_animation": "0", + "death_animation": "287", "name": "Ice troll female", - "defence_level": "49", + "defence_level": "40", "safespot": null, - "lifepoints": "70", - "strength_level": "36", + "lifepoints": "80", + "strength_level": "80", "id": "5475", "aggressive": "true", - "range_level": "49", - "attack_level": "36" + "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0", + "range_level": "1", + "attack_level": "80" }, { "examine": "A large ice troll.", @@ -120750,78 +120806,132 @@ "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": "1", + "defence_level": "70", "safespot": null, "lifepoints": "60", - "strength_level": "1", + "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", - "respawn_delay": "60", - "attack_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": "1", + "defence_level": "40", "safespot": null, "lifepoints": "80", - "strength_level": "1", + "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", - "respawn_delay": "60", - "attack_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": "1", + "defence_level": "40", "safespot": null, "lifepoints": "80", - "strength_level": "1", + "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", - "respawn_delay": "60", - "attack_level": "1" + "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": "1", + "defence_level": "70", "safespot": null, "lifepoints": "60", - "strength_level": "1", + "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", - "respawn_delay": "60", - "attack_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": "1", + "defence_level": "40", "safespot": null, "lifepoints": "80", - "strength_level": "1", + "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", - "respawn_delay": "60", - "attack_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": "1", + "defence_level": "40", "safespot": null, "lifepoints": "80", - "strength_level": "1", + "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", - "respawn_delay": "60", - "attack_level": "1" + "attack_level": "80" }, { "examine": "A hairy, smelly, grazing animal.", diff --git a/Server/data/configs/shops.json b/Server/data/configs/shops.json index 55c93f003..5152b3f9e 100644 --- a/Server/data/configs/shops.json +++ b/Server/data/configs/shops.json @@ -721,11 +721,11 @@ }, { "npcs": "5487", - "high_alch": "0", + "high_alch": "1", "currency": "995", "general_store": "false", "id": "82", - "title": "Keepa Kettilon's Store", + "title": "Keepa Kettilon's store", "stock": "{361,20}-{329,20}-{339,20}-{379,10}-{373,0}-{385,0}" }, { @@ -1144,12 +1144,12 @@ }, { "npcs": "5485", - "high_alch": "0", + "high_alch": "1", "currency": "995", "general_store": "false", "id": "130", "title": "Armour Shop", - "stock": "{1109,4}-{1159,4}-{1181,4}-{1197,4}-{1071,4}-{1085,4}-{1121,4}" + "stock": "{1109,4}-{1143,4}-{1159,4}-{1181,4}-{1197,4}-{1071,4}-{1085,4}-{1121,4}" }, { "npcs": "542", @@ -1459,12 +1459,12 @@ }, { "npcs": "5486", - "high_alch": "0", + "high_alch": "1", "currency": "995", "general_store": "false", "id": "165", - "title": "Weapons Galore", - "stock": "{1315,10}-{1343,10}-{1369,10}-{1299,10}" + "title": "Weapons galore", + "stock": "{1299,4}-{1343,4}-{1369,4}-{3099,4}-{1315,4}" }, { "npcs": "4250", @@ -1909,7 +1909,7 @@ }, { "npcs": "5483", - "high_alch": "0", + "high_alch": "1", "currency": "995", "general_store": "false", "id": "216", @@ -2092,7 +2092,7 @@ "high_alch": "0", "currency": "995", "general_store": "false", - "id": "236", + "id": "236", "title": "Keldagrim Stonemason", "stock": "{3420,500}-{8786,30}-{8784,30}-{8788,30}" }, @@ -2104,5 +2104,23 @@ "id": "237", "title": "Lovecraft's Tackle", "stock": "{303,10}-{307,10}-{309,10}-{311,1000}-{301,10}-{313,1000}-{314,1000}-{317,0}-{327,10}-{345,0}-{321,0}-{335,0}-{349,0}-{331,0}-{359,0}-{377,0}-{371,0}" + }, + { + "npcs": "5484", + "high_alch": "0", + "currency": "995", + "general_store": "false", + "id": "238", + "title": "Flosi's Fishmongers", + "stock": "{377,5}-{359,20}-{331,20}-{341,20}-{383,0}" + }, + { + "npcs": "5495", + "high_alch": "0", + "currency": "995", + "general_store": "false", + "id": "239", + "title": "Contraband yak produce.", + "stock": "{10818,25}-{10816,50}-{10814,50}-{10820,10}" } ] \ No newline at end of file From d909f642fcb9bb4bf00bdb43f03a0900fb04d80e Mon Sep 17 00:00:00 2001 From: skelsoft <9147770-skelsoft@users.noreply.gitlab.com> Date: Sat, 10 Jul 2021 11:02:17 +1000 Subject: [PATCH 15/33] Add: Jatiszo Audit: Examines - ahhhhhhhhhhhhhhhhh - gave ice troll female their correct projectile (276) - all NPC and Object examines for Jatiszo are now done - ahhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh --- Server/data/configs/npc_configs.json | 246 ++++++++++++++++++++++++ Server/data/configs/object_configs.json | 108 +++++++++++ 2 files changed, 354 insertions(+) diff --git a/Server/data/configs/npc_configs.json b/Server/data/configs/npc_configs.json index 68f6eef7d..92923dfe3 100644 --- a/Server/data/configs/npc_configs.json +++ b/Server/data/configs/npc_configs.json @@ -47159,6 +47159,7 @@ "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" }, { @@ -47410,6 +47411,7 @@ "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" }, { @@ -47474,6 +47476,7 @@ "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" }, { @@ -120616,6 +120619,7 @@ "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" }, { @@ -120652,6 +120656,24 @@ "attack_level": "1" }, { + "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": "Jatizso's Chancellor.", "name": "Thorkel Silkbeard", "defence_level": "1", "safespot": null, @@ -120663,6 +120685,92 @@ "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": "He can look after your money.", "facing_booth": "true", "name": "Magnus Gram", "defence_level": "1", @@ -120736,6 +120844,74 @@ "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 miner at work.", "melee_animation": "0", @@ -120752,6 +120928,74 @@ "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 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": "Grundt", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5501", + "range_level": "1", + "attack_level": "1" + }, { "examine": "The Burgher's protectors.", "melee_animation": "0", @@ -120867,6 +121111,7 @@ "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" }, { @@ -120931,6 +121176,7 @@ "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" }, { diff --git a/Server/data/configs/object_configs.json b/Server/data/configs/object_configs.json index 0fe29f652..90c05c04f 100644 --- a/Server/data/configs/object_configs.json +++ b/Server/data/configs/object_configs.json @@ -20283,6 +20283,114 @@ "ids": "15748", "examine": "Home sweet home?" }, + { + "ids": "18482", + "examine": "A large fish." + }, + { + "ids": "21299", + "examine": "Might be worth opening?" + }, + { + "ids": "21400,21402,21399", + "examine": "A sturdy metal door." + }, + { + "ids": "21395", + "examine": "I can climb this." + }, + { + "ids": "21403,21405", + "examine": "A closed, sturdy metal door." + }, + { + "ids": "21404", + "examine": "An open, sturdy metal door." + }, + { + "ids": "21437", + "examine": "A display case, full of axes." + }, + { + "ids": "21438", + "examine": "A display case, full of swords." + }, + { + "ids": "21439", + "examine": "A table, displaying swords." + }, + { + "ids": "21441", + "examine": "A table for preparing fish." + }, + { + "ids": "21442", + "examine": "A container for storing mineral ores." + }, + { + "ids": "21443", + "examine": "A table for working with ores." + }, + { + "ids": "21444", + "examine": "A pile of raw mineral ores." + }, + { + "ids": "21445,21446", + "examine": "A shield display." + }, + { + "ids": "21447", + "examine": "A shelf, displaying armour." + }, + { + "ids": "21455", + "examine": "I can climb down these stairs." + }, + { + "ids": "21464", + "examine": "A sturdy-looking throne." + }, + { + "ids": "21465", + "examine": "A stone torch." + }, + { + "ids": "21607", + "examine": "A chair made from stone." + }, + { + "ids": "21608", + "examine": "A table with swords on it." + }, + { + "ids": "21611", + "examine": "A bed to sleep in." + }, + { + "ids": "21612", + "examine": "A stone crate with some stuff in it." + }, + { + "ids": "21609,21610", + "examine": "A table with plates and mugs on it." + }, + { + "ids": "21614,21615", + "examine": "A shelf with some cups on it." + }, + { + "ids": "21637", + "examine": "A Fremennik flag." + }, + { + "ids": "21834", + "examine": "A short longboat!" + }, + { + "ids": "29945", + "examine": "Contains traces of summoning energy." + }, { "ids": "37051", "examine": "I wonder what this spooky contains." From 32f0007217d619233ca099e3bceaff349998bda1 Mon Sep 17 00:00:00 2001 From: skelsoft <9147770-skelsoft@users.noreply.gitlab.com> Date: Sun, 11 Jul 2021 07:24:53 +1000 Subject: [PATCH 16/33] Neitiznot Audit: Yak Stats - Yak stats rebalance --- Server/data/configs/npc_configs.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Server/data/configs/npc_configs.json b/Server/data/configs/npc_configs.json index 92923dfe3..80ced3e54 100644 --- a/Server/data/configs/npc_configs.json +++ b/Server/data/configs/npc_configs.json @@ -47483,19 +47483,19 @@ "examine": "A hairy, smelly, grazing animal.", "melee_animation": "5782", "range_animation": "5782", - "attack_speed": "5", + "attack_speed": "4", "defence_animation": "5783", "weakness": "7", "magic_animation": "5782", "death_animation": "5784", "name": "Yak", - "defence_level": "30", + "defence_level": "1", "safespot": null, "lifepoints": "50", - "strength_level": "7", + "strength_level": "10", "id": "5529", "range_level": "1", - "attack_level": "3" + "attack_level": "20" }, { "examine": "Antisocial.", From 81ba23172204376464891552e363995ba5f4728d Mon Sep 17 00:00:00 2001 From: skelsoft <9147770-skelsoft@users.noreply.gitlab.com> Date: Wed, 14 Jul 2021 12:20:48 +1000 Subject: [PATCH 17/33] Fix: G. F. Isles audit work, miscellaneous weapon and monster fixes - Ice Troll Grunt (IDs 5476, 5524) stats rebalanced - Bloodworm (ID 2031) stats rebalanced - Crypt rat (ID 2032) stats rebalanced - Wallasalki (ID 2457) stats rebalanced - Rock lobster (ID 2889) stats rebalanced - Neitiznot supplies shop name correction - Neitiznot supplies shop stock correction - Bone Dagger, Bone Dagger (p/p+/p++), Bone Club, Bone spear now tradeable - Bone Dagger, Bone Dagger (p/p+/p++) ,Bone Club, Bone spear examine corrections - Bone Dagger/p/p+/p++ attack speed corrected (6 -> 4) - Dorgeshuun c'bow attack speed corrected (6 -> 5) --- Server/data/configs/item_configs.json | 17 +- Server/data/configs/npc_configs.json | 375 +++++++++++++++----------- Server/data/configs/shops.json | 4 +- 3 files changed, 234 insertions(+), 162 deletions(-) diff --git a/Server/data/configs/item_configs.json b/Server/data/configs/item_configs.json index b8fbd592a..7ffc459ac 100644 --- a/Server/data/configs/item_configs.json +++ b/Server/data/configs/item_configs.json @@ -49666,6 +49666,7 @@ { "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", @@ -49693,6 +49694,7 @@ { "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", @@ -80845,6 +80847,7 @@ "durability": null, "low_alchemy": "800", "high_alchemy": "1200", + "attack_speed": "4", "weight": "0.4", "weapon_interface": "5", "render_anim": "2584", @@ -80854,6 +80857,7 @@ "grand_exchange_price": "2855", "attack_audios": "2517,2517,2500,2517", "name": "Bone dagger", + "tradeable": "true", "archery_ticket_price": "0", "id": "8872", "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0" @@ -80861,6 +80865,7 @@ { "ge_buy_limit": "100", "grand_exchange_price": "2855", + "examine": "Swap this note at any bank for the equivalent item.", "durability": null, "name": "Bone dagger", "tradeable": "true", @@ -80875,6 +80880,7 @@ "durability": null, "low_alchemy": "800", "high_alchemy": "1200", + "attack_speed": "4", "weight": "0.4", "weapon_interface": "5", "render_anim": "2584", @@ -80884,6 +80890,7 @@ "grand_exchange_price": "3033", "attack_audios": "2517,2517,2500,2517", "name": "Bone dagger (p)", + "tradeable": "true", "archery_ticket_price": "0", "id": "8874", "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0" @@ -80891,6 +80898,7 @@ { "ge_buy_limit": "100", "grand_exchange_price": "3033", + "examine": "Swap this note at any bank for the equivalent item.", "durability": null, "name": "Bone dagger (p)", "tradeable": "true", @@ -80905,6 +80913,7 @@ "durability": null, "low_alchemy": "800", "high_alchemy": "1200", + "attack_speed": "4", "weight": "0.4", "weapon_interface": "5", "render_anim": "2584", @@ -80914,6 +80923,7 @@ "grand_exchange_price": "3523", "attack_audios": "2517,2517,2500,2517", "name": "Bone dagger (p+)", + "tradeable": "true", "archery_ticket_price": "0", "id": "8876", "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0" @@ -80921,6 +80931,7 @@ { "ge_buy_limit": "100", "grand_exchange_price": "3523", + "examine": "Swap this note at any bank for the equivalent item.", "durability": null, "name": "Bone dagger (p+)", "tradeable": "true", @@ -80935,6 +80946,7 @@ "durability": null, "low_alchemy": "800", "high_alchemy": "1200", + "attack_speed": "4", "weight": "0.4", "weapon_interface": "5", "render_anim": "2584", @@ -80944,6 +80956,7 @@ "grand_exchange_price": "8337", "attack_audios": "2517,2517,2500,2517", "name": "Bone dagger (p++)", + "tradeable": "true", "archery_ticket_price": "0", "id": "8878", "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0" @@ -80951,6 +80964,7 @@ { "ge_buy_limit": "100", "grand_exchange_price": "8337", + "examine": "Swap this note at any bank for the equivalent item.", "durability": null, "name": "Bone dagger (p++)", "tradeable": "true", @@ -80965,7 +80979,7 @@ "has_special": "true", "low_alchemy": "800", "turn90ccw_anim": "822", - "attack_speed": "6", + "attack_speed": "5", "turn180_anim": "4227", "defence_anim": "424", "equipment_slot": "3", @@ -80991,6 +81005,7 @@ { "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", "tradeable": "true", diff --git a/Server/data/configs/npc_configs.json b/Server/data/configs/npc_configs.json index f0fc8d76f..43edf71eb 100644 --- a/Server/data/configs/npc_configs.json +++ b/Server/data/configs/npc_configs.json @@ -20692,26 +20692,26 @@ "attack_level": "100" }, { - "examine": "I think I should keep my distance..", + "examine": "I think I should keep my distance...", "melee_animation": "2070", "range_animation": "2070", - "attack_speed": "6", - "magic_level": "45", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "26", "defence_animation": "2072", "weakness": "6", "magic_animation": "2070", "death_animation": "2073", "name": "Bloodworm", - "defence_level": "45", + "defence_level": "35", "safespot": null, - "lifepoints": "44", - "strength_level": "45", + "lifepoints": "45", + "strength_level": "20", "id": "2031", "aggressive": "true", - "bonuses": "50,60,65,55,70,10,30,20,0,0,0,0,0,0,0", - "range_level": "45", - "attack_level": "45" + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "80" }, { "examine": "A nasty little rodent.", @@ -23565,22 +23565,24 @@ "attack_level": "68" }, { - "examine": "A fearsome magical creature from the deep..", + "examine": "A fearsome magical creature from the deep.", "combat_style": "2", "melee_animation": "2365", "attack_speed": "6", "spell_id": "48", + "magic_level": "100", "respawn_delay": "60", "defence_animation": "2366", "magic_animation": "2365", "death_animation": "2367", "name": "Wallasalki", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "130", + "lifepoints": "120", "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" }, @@ -26971,23 +26973,24 @@ "attack_level": "255" }, { - "examine": "A fearsome magical creature from the deep..", + "examine": "A fearsome magical creature from the deep.", "combat_style": "2", "melee_animation": "2365", "attack_speed": "6", "spell_id": "48", + "magic_level": "100", "respawn_delay": "60", "defence_animation": "2366", - "slayer_exp": "0", "magic_animation": "2365", "death_animation": "2367", "name": "Wallasalki", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "130", + "lifepoints": "120", "strength_level": "1", - "id": "2884", + "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" }, @@ -27059,19 +27062,20 @@ "examine": "It wasn't a rock... It was a rock lobster!", "melee_animation": "2860", "range_animation": "2860", - "attack_speed": "8", + "attack_speed": "2", "defence_animation": "2861", "weakness": "7", "magic_animation": "2860", "death_animation": "2862", "name": "Rock lobster", - "defence_level": "70", + "defence_level": "100", "safespot": null, "lifepoints": "150", - "strength_level": "135", + "strength_level": "100", "id": "2889", "range_level": "1", - "attack_level": "80" + "bonuses": "0,0,0,0,0,100,100,50,50,150,0,0,0,0,0", + "attack_level": "100" }, { "agg_radius": "12", @@ -47166,18 +47170,21 @@ "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": "49", + "defence_level": "60", "safespot": null, - "lifepoints": "70", - "strength_level": "49", + "lifepoints": "80", + "strength_level": "100", "id": "5476", "aggressive": "true", + "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0", "range_level": "1", - "attack_level": "49" + "attack_level": "100" }, { "examine": "An ill-tempered king.", @@ -63373,22 +63380,24 @@ "attack_level": "90" }, { - "examine": "A fearsome magical creature from the deep..", + "examine": "A fearsome magical creature from the deep.", "combat_style": "2", "melee_animation": "2365", "attack_speed": "6", "spell_id": "48", + "magic_level": "100", "respawn_delay": "60", "defence_animation": "2366", "magic_animation": "2365", "death_animation": "2367", "name": "Wallasalki", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "130", + "lifepoints": "120", "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" }, @@ -67169,23 +67178,24 @@ "attack_level": "255" }, { - "examine": "A fearsome magical creature from the deep..", + "examine": "A fearsome magical creature from the deep.", "combat_style": "2", "melee_animation": "2365", "attack_speed": "6", "spell_id": "48", + "magic_level": "100", "respawn_delay": "60", "defence_animation": "2366", - "slayer_exp": "0", "magic_animation": "2365", "death_animation": "2367", "name": "Wallasalki", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "130", + "lifepoints": "120", "strength_level": "1", - "id": "2884", + "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" }, @@ -67257,19 +67267,20 @@ "examine": "It wasn't a rock... It was a rock lobster!", "melee_animation": "2860", "range_animation": "2860", - "attack_speed": "8", + "attack_speed": "2", "defence_animation": "2861", "weakness": "7", "magic_animation": "2860", "death_animation": "2862", "name": "Rock lobster", - "defence_level": "70", + "defence_level": "100", "safespot": null, "lifepoints": "150", - "strength_level": "135", + "strength_level": "100", "id": "2889", "range_level": "1", - "attack_level": "80" + "bonuses": "0,0,0,0,0,100,100,50,50,150,0,0,0,0,0", + "attack_level": "100" }, { "agg_radius": "12", @@ -94144,26 +94155,26 @@ "attack_level": "100" }, { - "examine": "I think I should keep my distance..", + "examine": "I think I should keep my distance...", "melee_animation": "2070", "range_animation": "2070", - "attack_speed": "6", - "magic_level": "45", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "26", "defence_animation": "2072", "weakness": "6", "magic_animation": "2070", "death_animation": "2073", "name": "Bloodworm", - "defence_level": "45", + "defence_level": "35", "safespot": null, - "lifepoints": "44", - "strength_level": "45", + "lifepoints": "45", + "strength_level": "20", "id": "2031", "aggressive": "true", - "bonuses": "50,60,65,55,70,10,30,20,0,0,0,0,0,0,0", - "range_level": "45", - "attack_level": "45" + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "80" }, { "examine": "A nasty little rodent.", @@ -97017,22 +97028,24 @@ "attack_level": "68" }, { - "examine": "A fearsome magical creature from the deep..", + "examine": "A fearsome magical creature from the deep.", "combat_style": "2", "melee_animation": "2365", "attack_speed": "6", "spell_id": "48", + "magic_level": "100", "respawn_delay": "60", "defence_animation": "2366", "magic_animation": "2365", "death_animation": "2367", "name": "Wallasalki", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "130", + "lifepoints": "120", "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" }, @@ -100423,23 +100436,24 @@ "attack_level": "255" }, { - "examine": "A fearsome magical creature from the deep..", + "examine": "A fearsome magical creature from the deep.", "combat_style": "2", "melee_animation": "2365", "attack_speed": "6", "spell_id": "48", + "magic_level": "100", "respawn_delay": "60", "defence_animation": "2366", - "slayer_exp": "0", "magic_animation": "2365", "death_animation": "2367", "name": "Wallasalki", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "130", + "lifepoints": "120", "strength_level": "1", - "id": "2884", + "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" }, @@ -100511,19 +100525,20 @@ "examine": "It wasn't a rock... It was a rock lobster!", "melee_animation": "2860", "range_animation": "2860", - "attack_speed": "8", + "attack_speed": "2", "defence_animation": "2861", "weakness": "7", "magic_animation": "2860", "death_animation": "2862", "name": "Rock lobster", - "defence_level": "70", + "defence_level": "100", "safespot": null, "lifepoints": "150", - "strength_level": "135", + "strength_level": "100", "id": "2889", "range_level": "1", - "attack_level": "80" + "bonuses": "0,0,0,0,0,100,100,50,50,150,0,0,0,0,0", + "attack_level": "100" }, { "agg_radius": "12", @@ -120626,18 +120641,21 @@ "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": "49", + "defence_level": "60", "safespot": null, - "lifepoints": "70", - "strength_level": "49", + "lifepoints": "80", + "strength_level": "100", "id": "5476", "aggressive": "true", + "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0", "range_level": "1", - "attack_level": "49" + "attack_level": "100" }, { "examine": "An ill-tempered king.", @@ -137073,22 +137091,24 @@ "attack_level": "90" }, { - "examine": "A fearsome magical creature from the deep..", + "examine": "A fearsome magical creature from the deep.", "combat_style": "2", "melee_animation": "2365", "attack_speed": "6", "spell_id": "48", + "magic_level": "100", "respawn_delay": "60", "defence_animation": "2366", "magic_animation": "2365", "death_animation": "2367", "name": "Wallasalki", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "130", + "lifepoints": "120", "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" }, @@ -140869,23 +140889,24 @@ "attack_level": "255" }, { - "examine": "A fearsome magical creature from the deep..", + "examine": "A fearsome magical creature from the deep.", "combat_style": "2", "melee_animation": "2365", "attack_speed": "6", "spell_id": "48", + "magic_level": "100", "respawn_delay": "60", "defence_animation": "2366", - "slayer_exp": "0", "magic_animation": "2365", "death_animation": "2367", "name": "Wallasalki", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "130", + "lifepoints": "120", "strength_level": "1", - "id": "2884", + "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" }, @@ -140957,19 +140978,20 @@ "examine": "It wasn't a rock... It was a rock lobster!", "melee_animation": "2860", "range_animation": "2860", - "attack_speed": "8", + "attack_speed": "2", "defence_animation": "2861", "weakness": "7", "magic_animation": "2860", "death_animation": "2862", "name": "Rock lobster", - "defence_level": "70", + "defence_level": "100", "safespot": null, "lifepoints": "150", - "strength_level": "135", + "strength_level": "100", "id": "2889", "range_level": "1", - "attack_level": "80" + "bonuses": "0,0,0,0,0,100,100,50,50,150,0,0,0,0,0", + "attack_level": "100" }, { "agg_radius": "12", @@ -167852,26 +167874,26 @@ "attack_level": "100" }, { - "examine": "I think I should keep my distance..", + "examine": "I think I should keep my distance...", "melee_animation": "2070", "range_animation": "2070", - "attack_speed": "6", - "magic_level": "45", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "26", "defence_animation": "2072", "weakness": "6", "magic_animation": "2070", "death_animation": "2073", "name": "Bloodworm", - "defence_level": "45", + "defence_level": "35", "safespot": null, - "lifepoints": "44", - "strength_level": "45", + "lifepoints": "45", + "strength_level": "20", "id": "2031", "aggressive": "true", - "bonuses": "50,60,65,55,70,10,30,20,0,0,0,0,0,0,0", - "range_level": "45", - "attack_level": "45" + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "80" }, { "examine": "A nasty little rodent.", @@ -170725,22 +170747,24 @@ "attack_level": "68" }, { - "examine": "A fearsome magical creature from the deep..", + "examine": "A fearsome magical creature from the deep.", "combat_style": "2", "melee_animation": "2365", "attack_speed": "6", "spell_id": "48", + "magic_level": "100", "respawn_delay": "60", "defence_animation": "2366", "magic_animation": "2365", "death_animation": "2367", "name": "Wallasalki", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "130", + "lifepoints": "120", "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" }, @@ -174131,23 +174155,24 @@ "attack_level": "255" }, { - "examine": "A fearsome magical creature from the deep..", + "examine": "A fearsome magical creature from the deep.", "combat_style": "2", "melee_animation": "2365", "attack_speed": "6", "spell_id": "48", + "magic_level": "100", "respawn_delay": "60", "defence_animation": "2366", - "slayer_exp": "0", "magic_animation": "2365", "death_animation": "2367", "name": "Wallasalki", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "130", + "lifepoints": "120", "strength_level": "1", - "id": "2884", + "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" }, @@ -174219,19 +174244,20 @@ "examine": "It wasn't a rock... It was a rock lobster!", "melee_animation": "2860", "range_animation": "2860", - "attack_speed": "8", + "attack_speed": "2", "defence_animation": "2861", "weakness": "7", "magic_animation": "2860", "death_animation": "2862", "name": "Rock lobster", - "defence_level": "70", + "defence_level": "100", "safespot": null, "lifepoints": "150", - "strength_level": "135", + "strength_level": "100", "id": "2889", "range_level": "1", - "attack_level": "80" + "bonuses": "0,0,0,0,0,100,100,50,50,150,0,0,0,0,0", + "attack_level": "100" }, { "agg_radius": "12", @@ -194326,18 +194352,21 @@ "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": "49", + "defence_level": "60", "safespot": null, - "lifepoints": "70", - "strength_level": "49", + "lifepoints": "80", + "strength_level": "100", "id": "5476", "aggressive": "true", + "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0", "range_level": "1", - "attack_level": "49" + "attack_level": "100" }, { "examine": "An ill-tempered king.", @@ -210533,22 +210562,24 @@ "attack_level": "90" }, { - "examine": "A fearsome magical creature from the deep..", + "examine": "A fearsome magical creature from the deep.", "combat_style": "2", "melee_animation": "2365", "attack_speed": "6", "spell_id": "48", + "magic_level": "100", "respawn_delay": "60", "defence_animation": "2366", "magic_animation": "2365", "death_animation": "2367", "name": "Wallasalki", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "130", + "lifepoints": "120", "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" }, @@ -214329,23 +214360,24 @@ "attack_level": "255" }, { - "examine": "A fearsome magical creature from the deep..", + "examine": "A fearsome magical creature from the deep.", "combat_style": "2", "melee_animation": "2365", "attack_speed": "6", "spell_id": "48", + "magic_level": "100", "respawn_delay": "60", "defence_animation": "2366", - "slayer_exp": "0", "magic_animation": "2365", "death_animation": "2367", "name": "Wallasalki", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "130", + "lifepoints": "120", "strength_level": "1", - "id": "2884", + "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" }, @@ -214417,19 +214449,20 @@ "examine": "It wasn't a rock... It was a rock lobster!", "melee_animation": "2860", "range_animation": "2860", - "attack_speed": "8", + "attack_speed": "2", "defence_animation": "2861", "weakness": "7", "magic_animation": "2860", "death_animation": "2862", "name": "Rock lobster", - "defence_level": "70", + "defence_level": "100", "safespot": null, "lifepoints": "150", - "strength_level": "135", + "strength_level": "100", "id": "2889", "range_level": "1", - "attack_level": "80" + "bonuses": "0,0,0,0,0,100,100,50,50,150,0,0,0,0,0", + "attack_level": "100" }, { "agg_radius": "12", @@ -241304,26 +241337,26 @@ "attack_level": "100" }, { - "examine": "I think I should keep my distance..", + "examine": "I think I should keep my distance...", "melee_animation": "2070", "range_animation": "2070", - "attack_speed": "6", - "magic_level": "45", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "26", "defence_animation": "2072", "weakness": "6", "magic_animation": "2070", "death_animation": "2073", "name": "Bloodworm", - "defence_level": "45", + "defence_level": "35", "safespot": null, - "lifepoints": "44", - "strength_level": "45", + "lifepoints": "45", + "strength_level": "20", "id": "2031", "aggressive": "true", - "bonuses": "50,60,65,55,70,10,30,20,0,0,0,0,0,0,0", - "range_level": "45", - "attack_level": "45" + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "80" }, { "examine": "A nasty little rodent.", @@ -241331,22 +241364,23 @@ "melee_animation": "240", "range_animation": "240", "combat_audio": "703,705,704", - "magic_level": "35", + "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": "35", + "defence_level": "20", "safespot": null, "lifepoints": "35", - "strength_level": "35", + "strength_level": "20", "id": "2032", "aggressive": "true", - "bonuses": "35,50,35,40,55,15,20,0,0,0,0,0,0,0,0", - "range_level": "35", - "attack_level": "35" + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "70" }, { "examine": "A nasty overgrown rodent.", @@ -244177,22 +244211,24 @@ "attack_level": "68" }, { - "examine": "A fearsome magical creature from the deep..", + "examine": "A fearsome magical creature from the deep.", "combat_style": "2", "melee_animation": "2365", "attack_speed": "6", "spell_id": "48", + "magic_level": "100", "respawn_delay": "60", "defence_animation": "2366", "magic_animation": "2365", "death_animation": "2367", "name": "Wallasalki", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "130", + "lifepoints": "120", "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" }, @@ -247583,23 +247619,24 @@ "attack_level": "255" }, { - "examine": "A fearsome magical creature from the deep..", + "examine": "A fearsome magical creature from the deep.", "combat_style": "2", "melee_animation": "2365", "attack_speed": "6", "spell_id": "48", + "magic_level": "100", "respawn_delay": "60", "defence_animation": "2366", - "slayer_exp": "0", "magic_animation": "2365", "death_animation": "2367", "name": "Wallasalki", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "130", + "lifepoints": "120", "strength_level": "1", - "id": "2884", + "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" }, @@ -247671,19 +247708,20 @@ "examine": "It wasn't a rock... It was a rock lobster!", "melee_animation": "2860", "range_animation": "2860", - "attack_speed": "8", + "attack_speed": "2", "defence_animation": "2861", "weakness": "7", "magic_animation": "2860", "death_animation": "2862", "name": "Rock lobster", - "defence_level": "70", + "defence_level": "100", "safespot": null, "lifepoints": "150", - "strength_level": "135", + "strength_level": "100", "id": "2889", "range_level": "1", - "attack_level": "80" + "bonuses": "0,0,0,0,0,100,100,50,50,150,0,0,0,0,0", + "attack_level": "100" }, { "agg_radius": "12", @@ -267786,18 +267824,21 @@ "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": "49", + "defence_level": "60", "safespot": null, - "lifepoints": "70", - "strength_level": "49", + "lifepoints": "80", + "strength_level": "100", "id": "5476", "aggressive": "true", + "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0", "range_level": "1", - "attack_level": "49" + "attack_level": "100" }, { "examine": "An ill-tempered king.", @@ -284233,22 +284274,24 @@ "attack_level": "90" }, { - "examine": "A fearsome magical creature from the deep..", + "examine": "A fearsome magical creature from the deep.", "combat_style": "2", "melee_animation": "2365", "attack_speed": "6", "spell_id": "48", + "magic_level": "100", "respawn_delay": "60", "defence_animation": "2366", "magic_animation": "2365", "death_animation": "2367", "name": "Wallasalki", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "130", + "lifepoints": "120", "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" }, @@ -288029,23 +288072,24 @@ "attack_level": "255" }, { - "examine": "A fearsome magical creature from the deep..", + "examine": "A fearsome magical creature from the deep.", "combat_style": "2", "melee_animation": "2365", "attack_speed": "6", "spell_id": "48", + "magic_level": "100", "respawn_delay": "60", "defence_animation": "2366", - "slayer_exp": "0", "magic_animation": "2365", "death_animation": "2367", "name": "Wallasalki", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "130", + "lifepoints": "120", "strength_level": "1", - "id": "2884", + "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" }, @@ -288117,19 +288161,20 @@ "examine": "It wasn't a rock... It was a rock lobster!", "melee_animation": "2860", "range_animation": "2860", - "attack_speed": "8", + "attack_speed": "2", "defence_animation": "2861", "weakness": "7", "magic_animation": "2860", "death_animation": "2862", "name": "Rock lobster", - "defence_level": "70", + "defence_level": "100", "safespot": null, "lifepoints": "150", - "strength_level": "135", + "strength_level": "100", "id": "2889", "range_level": "1", - "attack_level": "80" + "bonuses": "0,0,0,0,0,100,100,50,50,150,0,0,0,0,0", + "attack_level": "100" }, { "agg_radius": "12", @@ -294320,11 +294365,23 @@ "defence_animation": "404" }, { - "examine": "Scary!", - "death_animation": "287", - "name": "Ice Troll Grunt", - "melee_animation": "284", + "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", - "defence_animation": "285" + "aggressive": "true", + "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0", + "range_level": "1", + "attack_level": "100" } ] \ No newline at end of file diff --git a/Server/data/configs/shops.json b/Server/data/configs/shops.json index 5152b3f9e..60f8eb0ff 100644 --- a/Server/data/configs/shops.json +++ b/Server/data/configs/shops.json @@ -1652,8 +1652,8 @@ "currency": "995", "general_store": "false", "id": "186", - "title": "Neitiznot Supplies", - "stock": "{946,10}-{2347,10}-{1734,10}-{1733,10}-{1351,10}-{1759,100}" + "title": "Neitiznot supplies.", + "stock": "{946,inf}-{2347,inf}-{1734,inf}-{1733,inf}-{1351,inf}-{1759,inf}" }, { "npcs": "1778", From 0a50bf5d0dd3891aeff4b8aba794fa731a00bd37 Mon Sep 17 00:00:00 2001 From: skelsoft <9147770-skelsoft@users.noreply.gitlab.com> Date: Fri, 16 Jul 2021 08:15:53 +1000 Subject: [PATCH 18/33] Fix: Final Barrows NPC stat audit, misc fixes - Amulet of glory/t examine fixes - Battle robe top and bottoms stat requirements corrected (now correctly requires 50 Defence and 60 Magic) - Battle robe top and bottoms examines corrected - Battle robe top 0 and Battle robe bottom 0 now correctly tradeable - Ivandis Flail examines corrected (All 30 of them...) - Giant crypt rat (ID 2033, 4920, 4921) stats corrected - Crypt rat (ID 2032) stats corrected - Crypt spider (ID 2034) stats corrected - Giant crypt spider (ID 2035) stats corrected - Skeleton (Barrows Crypt) (IDs 2036, 2037) stats corrected - Final Barrows stats audit. NPC stats across Barrows are now fully authentic. --- Server/data/configs/item_configs.json | 131 +- Server/data/configs/npc_configs.json | 294609 ++++++++++++----------- 2 files changed, 147410 insertions(+), 147330 deletions(-) diff --git a/Server/data/configs/item_configs.json b/Server/data/configs/item_configs.json index 3e93b4770..d6c234eec 100644 --- a/Server/data/configs/item_configs.json +++ b/Server/data/configs/item_configs.json @@ -19039,6 +19039,7 @@ { "ge_buy_limit": "100", "grand_exchange_price": "28000", + "examine": "Swap this note at any bank for the equivalent item.", "durability": null, "name": "Amulet of glory", "tradeable": "true", @@ -19046,7 +19047,7 @@ "id": "1705" }, { - "examine": "A dragonstone amulet with 1 magic charges.", + "examine": "A dragonstone amulet with 1 magic charge.", "grand_exchange_price": "1", "durability": null, "name": "Amulet of glory(1)", @@ -19059,6 +19060,7 @@ "equipment_slot": "2" }, { + "examine": "Swap this note at any bank for the equivalent item.", "durability": null, "name": "Amulet of glory(1)", "tradeable": "true", @@ -19079,6 +19081,7 @@ "equipment_slot": "2" }, { + "examine": "Swap this note at any bank for the equivalent item.", "durability": null, "name": "Amulet of glory(2)", "tradeable": "true", @@ -19099,6 +19102,7 @@ "equipment_slot": "2" }, { + "examine": "Swap this note at any bank for the equivalent item.", "durability": null, "name": "Amulet of glory(3)", "tradeable": "true", @@ -19122,6 +19126,7 @@ { "ge_buy_limit": "100", "grand_exchange_price": "29300", + "examine": "Swap this note at any bank for the equivalent item.", "durability": null, "name": "Amulet of glory(4)", "tradeable": "true", @@ -77451,7 +77456,7 @@ "bonuses": "0,0,0,0,0,7,9,8,2,8,0,0,0,0,0" }, { - "examine": "Uncharged: A very powerful dragonstone amulet. 1-4 charges: A dragonstone amulet with X magic charges.", + "examine": "A very powerful dragonstone amulet.", "grand_exchange_price": "1", "durability": null, "name": "Amulet of glory", @@ -93289,7 +93294,7 @@ }, { "ge_buy_limit": "100", - "examine": "A very powerful dragonstone amulet.", + "examine": "A dragonstone amulet with 4 magic charges.", "grand_exchange_price": "233100", "durability": null, "name": "Amulet of glory(t4)", @@ -93304,6 +93309,7 @@ { "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", @@ -93311,7 +93317,7 @@ "id": "10355" }, { - "examine": "Uncharged: A very powerful dragonstone amulet. 1-4 charges: A dragonstone amulet with X magic charges.", + "examine": "A dragonstone amulet with 3 magic charges.", "grand_exchange_price": "1", "durability": null, "name": "Amulet of glory(t3)", @@ -93324,6 +93330,7 @@ "equipment_slot": "2" }, { + "examine": "Swap this note at any bank for the equivalent item.", "durability": null, "name": "Amulet of glory(t3)", "tradeable": "true", @@ -93331,7 +93338,7 @@ "id": "10357" }, { - "examine": "A very powerful dragonstone amulet.", + "examine": "A dragonstone amulet with 2 magic charges.", "grand_exchange_price": "1", "durability": null, "name": "Amulet of glory(t2)", @@ -93344,6 +93351,7 @@ "equipment_slot": "2" }, { + "examine": "Swap this note at any bank for the equivalent item.", "durability": null, "name": "Amulet of glory(t2)", "tradeable": "true", @@ -93351,7 +93359,7 @@ "id": "10359" }, { - "examine": "Uncharged: A very powerful dragonstone amulet. 1-4 charges: A dragonstone amulet with X magic charges.", + "examine": "A dragonstone amulet with 1 magic charge.", "grand_exchange_price": "1", "durability": null, "name": "Amulet of glory(t1)", @@ -93364,6 +93372,7 @@ "equipment_slot": "2" }, { + "examine": "Swap this note at any bank for the equivalent item.", "durability": null, "name": "Amulet of glory(t1)", "tradeable": "true", @@ -93372,7 +93381,7 @@ }, { "ge_buy_limit": "100", - "examine": "A very powerful dragonstone amulet.", + "examine": "A very powerful dragonstone amulet with a nice trim.", "grand_exchange_price": "223000", "durability": null, "name": "Amulet of glory(t)", @@ -93387,6 +93396,7 @@ { "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", @@ -115952,9 +115962,9 @@ "id": "12872" }, { - "requirements": "{1,60}-{6,50}", + "requirements": "{1,50}-{6,60}", "shop_price": "1500", - "examine": "Charged - A robe top infused with arcane power, especially created for combat spells.", + "examine": "A robe top infused with arcane power, especially created for combat spells.", "durability": null, "low_alchemy": "20000", "high_alchemy": "30000", @@ -115970,9 +115980,9 @@ "bonuses": "0,0,0,26,0,17,15,20,26,0,30,0,0,0,0" }, { - "requirements": "{1,60}-{6,50}", + "requirements": "{1,50}-{6,60}", "shop_price": "1500", - "examine": "Charged - A robe top infused with arcane power, especially created for combat spells.", + "examine": "A robe top infused with arcane power, especially created for combat spells.", "durability": null, "low_alchemy": "20000", "high_alchemy": "30000", @@ -115988,9 +115998,9 @@ "bonuses": "0,0,0,26,0,17,15,20,26,0,30,0,0,0,0" }, { - "requirements": "{1,60}-{6,50}", + "requirements": "{1,50}-{6,60}", "shop_price": "1500", - "examine": "Charged - A robe top infused with arcane power, especially created for combat spells.", + "examine": "A robe top infused with arcane power, especially created for combat spells.", "durability": null, "low_alchemy": "20000", "high_alchemy": "30000", @@ -116006,9 +116016,9 @@ "bonuses": "0,0,0,26,0,17,15,20,26,0,30,0,0,0,0" }, { - "requirements": "{1,60}-{6,50}", + "requirements": "{1,50}-{6,60}", "shop_price": "1500", - "examine": "Charged - A robe top infused with arcane power, especially created for combat spells.", + "examine": "A robe top infused with arcane power, especially created for combat spells.", "durability": null, "low_alchemy": "20000", "high_alchemy": "30000", @@ -116024,9 +116034,9 @@ "bonuses": "0,0,0,26,0,17,15,20,26,0,30,0,0,0,0" }, { - "requirements": "{1,60}-{6,50}", + "requirements": "{1,50}-{6,60}", "shop_price": "1500", - "examine": "Charged - A robe top infused with arcane power, especially created for combat spells.", + "examine": "A robe top infused with arcane power, especially created for combat spells.", "durability": null, "low_alchemy": "20000", "high_alchemy": "30000", @@ -116042,10 +116052,10 @@ "bonuses": "0,0,0,26,0,17,15,20,26,0,30,0,0,0,0" }, { - "requirements": "{1,60}-{6,50}", + "requirements": "{1,50}-{6,60}", "shop_price": "1500", "ge_buy_limit": "10", - "examine": "Charged - A robe top infused with arcane power, especially created for combat spells.", + "examine": "Its arcane power is waning.", "durability": null, "low_alchemy": "20000", "high_alchemy": "30000", @@ -116055,7 +116065,7 @@ "remove_sleeves": "true", "grand_exchange_price": "431400", "name": "Battle robe top 0", - "tradeable": "false", + "tradeable": "true", "archery_ticket_price": "0", "id": "12878", "bonuses": "0,0,0,7,0,4,4,5,7,0,8,0,0,0,0" @@ -116063,14 +116073,15 @@ { "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": "false", + "tradeable": "true", "archery_ticket_price": "0", "id": "12879" }, { - "requirements": "{1,60}-{6,50}", + "requirements": "{1,50}-{6,60}", "shop_price": "1000", "examine": "A robe bottom infused with arcane power, especially created for combat spells.", "durability": null, @@ -116087,7 +116098,7 @@ "bonuses": "0,0,0,20,0,14,11,16,20,0,23,0,0,0,0" }, { - "requirements": "{1,60}-{6,50}", + "requirements": "{1,50}-{6,60}", "shop_price": "1000", "examine": "A robe bottom infused with arcane power, especially created for combat spells.", "durability": null, @@ -116104,7 +116115,7 @@ "bonuses": "0,0,0,20,0,14,11,16,20,0,23,0,0,0,0" }, { - "requirements": "{1,60}-{6,50}", + "requirements": "{1,50}-{6,60}", "shop_price": "1000", "examine": "A robe bottom infused with arcane power, especially created for combat spells.", "durability": null, @@ -116121,7 +116132,7 @@ "bonuses": "0,0,0,20,0,14,11,16,20,0,23,0,0,0,0" }, { - "requirements": "{1,60}-{6,50}", + "requirements": "{1,50}-{6,60}", "shop_price": "1000", "examine": "A robe bottom infused with arcane power, especially created for combat spells.", "durability": null, @@ -116138,7 +116149,7 @@ "bonuses": "0,0,0,20,0,14,11,16,20,0,23,0,0,0,0" }, { - "requirements": "{1,60}-{6,50}", + "requirements": "{1,50}-{6,60}", "shop_price": "1000", "examine": "A robe bottom infused with arcane power, especially created for combat spells.", "durability": null, @@ -116155,10 +116166,10 @@ "bonuses": "0,0,0,20,0,14,11,16,20,0,23,0,0,0,0" }, { - "requirements": "{1,60}-{6,50}", + "requirements": "{1,50}-{6,60}", "shop_price": "1000", "ge_buy_limit": "10", - "examine": "A robe bottom infused with arcane power, especially created for combat spells.", + "examine": "Its arcane power is waning.", "durability": null, "low_alchemy": "16000", "high_alchemy": "24000", @@ -116167,7 +116178,7 @@ "equipment_slot": "7", "grand_exchange_price": "538000", "name": "Battle robe bottom 0", - "tradeable": "false", + "tradeable": "true", "archery_ticket_price": "0", "id": "12885", "bonuses": "0,0,0,6,0,4,3,4,6,0,7,0,0,0,0" @@ -116175,9 +116186,10 @@ { "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": "false", + "tradeable": "true", "archery_ticket_price": "0", "id": "12886" }, @@ -119166,7 +119178,7 @@ }, { "turn90cw_anim": "9053", - "examine": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", + "examine": "A fully charged flail.", "walk_anim": "9051", "has_special": "true", "durability": null, @@ -119192,7 +119204,7 @@ }, { "turn90cw_anim": "9053", - "examine": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", + "examine": "A partially charged flail.", "walk_anim": "9051", "has_special": "true", "durability": null, @@ -119216,6 +119228,7 @@ }, { "turn90cw_anim": "9053", + "examine": "A partially charged flail.", "walk_anim": "9051", "has_special": "true", "durability": null, @@ -119235,7 +119248,7 @@ }, { "turn90cw_anim": "9053", - "examine": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", + "examine": "A partially charged flail.", "walk_anim": "9051", "has_special": "true", "durability": null, @@ -119259,7 +119272,7 @@ }, { "turn90cw_anim": "9053", - "examine": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", + "examine": "A partially charged flail.", "walk_anim": "9051", "has_special": "true", "durability": null, @@ -119283,7 +119296,7 @@ }, { "turn90cw_anim": "9053", - "examine": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", + "examine": "A partially charged flail.", "walk_anim": "9051", "has_special": "true", "durability": null, @@ -119307,7 +119320,7 @@ }, { "turn90cw_anim": "9053", - "examine": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", + "examine": "A partially charged flail.", "walk_anim": "9051", "has_special": "true", "durability": null, @@ -119331,7 +119344,7 @@ }, { "turn90cw_anim": "9053", - "examine": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", + "examine": "A partially charged flail.", "walk_anim": "9051", "has_special": "true", "durability": null, @@ -119355,7 +119368,7 @@ }, { "turn90cw_anim": "9053", - "examine": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", + "examine": "A partially charged flail.", "walk_anim": "9051", "has_special": "true", "durability": null, @@ -119379,7 +119392,7 @@ }, { "turn90cw_anim": "9053", - "examine": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", + "examine": "A partially charged flail.", "walk_anim": "9051", "has_special": "true", "durability": null, @@ -119403,7 +119416,7 @@ }, { "turn90cw_anim": "9053", - "examine": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", + "examine": "A partially charged flail.", "walk_anim": "9051", "has_special": "true", "durability": null, @@ -119427,7 +119440,7 @@ }, { "turn90cw_anim": "9053", - "examine": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", + "examine": "A partially charged flail.", "walk_anim": "9051", "has_special": "true", "durability": null, @@ -119451,7 +119464,7 @@ }, { "turn90cw_anim": "9053", - "examine": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", + "examine": "A partially charged flail.", "walk_anim": "9051", "has_special": "true", "durability": null, @@ -119475,7 +119488,7 @@ }, { "turn90cw_anim": "9053", - "examine": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", + "examine": "A partially charged flail.", "walk_anim": "9051", "has_special": "true", "durability": null, @@ -119499,7 +119512,7 @@ }, { "turn90cw_anim": "9053", - "examine": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", + "examine": "A partially charged flail.", "walk_anim": "9051", "has_special": "true", "durability": null, @@ -119523,7 +119536,7 @@ }, { "turn90cw_anim": "9053", - "examine": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", + "examine": "A partially charged flail.", "walk_anim": "9051", "has_special": "true", "durability": null, @@ -119547,7 +119560,7 @@ }, { "turn90cw_anim": "9053", - "examine": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", + "examine": "A partially charged flail.", "walk_anim": "9051", "has_special": "true", "durability": null, @@ -119571,7 +119584,7 @@ }, { "turn90cw_anim": "9053", - "examine": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", + "examine": "A partially charged flail.", "walk_anim": "9051", "has_special": "true", "durability": null, @@ -119595,7 +119608,7 @@ }, { "turn90cw_anim": "9053", - "examine": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", + "examine": "A partially charged flail.", "walk_anim": "9051", "has_special": "true", "durability": null, @@ -119619,7 +119632,7 @@ }, { "turn90cw_anim": "9053", - "examine": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", + "examine": "A partially charged flail.", "walk_anim": "9051", "has_special": "true", "durability": null, @@ -119643,7 +119656,7 @@ }, { "turn90cw_anim": "9053", - "examine": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", + "examine": "A partially charged flail.", "walk_anim": "9051", "has_special": "true", "durability": null, @@ -119667,7 +119680,7 @@ }, { "turn90cw_anim": "9053", - "examine": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", + "examine": "A partially charged flail.", "walk_anim": "9051", "has_special": "true", "durability": null, @@ -119691,7 +119704,7 @@ }, { "turn90cw_anim": "9053", - "examine": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", + "examine": "A partially charged flail.", "walk_anim": "9051", "has_special": "true", "durability": null, @@ -119715,7 +119728,7 @@ }, { "turn90cw_anim": "9053", - "examine": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", + "examine": "A partially charged flail.", "walk_anim": "9051", "has_special": "true", "durability": null, @@ -119739,7 +119752,7 @@ }, { "turn90cw_anim": "9053", - "examine": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", + "examine": "A partially charged flail.", "walk_anim": "9051", "has_special": "true", "durability": null, @@ -119763,7 +119776,7 @@ }, { "turn90cw_anim": "9053", - "examine": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", + "examine": "A partially charged flail - it's nearly out of charges.", "walk_anim": "9051", "has_special": "true", "durability": null, @@ -119787,7 +119800,7 @@ }, { "turn90cw_anim": "9053", - "examine": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", + "examine": "A partially charged flail - it's nearly out of charges.", "walk_anim": "9051", "has_special": "true", "durability": null, @@ -119811,7 +119824,7 @@ }, { "turn90cw_anim": "9053", - "examine": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", + "examine": "A partially charged flail - it's nearly out of charges.", "walk_anim": "9051", "has_special": "true", "durability": null, @@ -119835,7 +119848,7 @@ }, { "turn90cw_anim": "9053", - "examine": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", + "examine": "A partially charged flail - it's nearly out of charges.", "walk_anim": "9051", "has_special": "true", "durability": null, @@ -119859,7 +119872,7 @@ }, { "turn90cw_anim": "9053", - "examine": "At 30: A fully charged flail. At 29-6 charges: A partially charged flail. At 5-2 charges: A partially charged flail - it's nearly out of charges. At 1 charge: A partially charged flail - one last charge left.", + "examine": "A partially charged flail - one last charge left.", "walk_anim": "9051", "has_special": "true", "durability": null, diff --git a/Server/data/configs/npc_configs.json b/Server/data/configs/npc_configs.json index 43edf71eb..e231ac0b5 100644 --- a/Server/data/configs/npc_configs.json +++ b/Server/data/configs/npc_configs.json @@ -20719,22 +20719,23 @@ "melee_animation": "240", "range_animation": "240", "combat_audio": "703,705,704", - "magic_level": "35", + "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": "35", + "defence_level": "20", "safespot": null, "lifepoints": "35", - "strength_level": "35", + "strength_level": "20", "id": "2032", "aggressive": "true", - "bonuses": "35,50,35,40,55,15,20,0,0,0,0,0,0,0,0", - "range_level": "35", - "attack_level": "35" + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "70" }, { "examine": "A nasty overgrown rodent.", @@ -20742,22 +20743,23 @@ "melee_animation": "4933", "range_animation": "4933", "combat_audio": "703,705,704", - "magic_level": "55", + "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": "55", + "defence_level": "65", "safespot": null, "lifepoints": "70", - "strength_level": "55", + "strength_level": "50", "id": "2033", "aggressive": "true", - "bonuses": "45,75,68,78,75,20,45,25,0,0,0,0,0,0,0", - "range_level": "55", - "attack_level": "55" + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "80" }, { "examine": "Incey wincey.", @@ -20765,7 +20767,8 @@ "melee_animation": "6249", "range_animation": "6249", "combat_audio": "537,539,538", - "magic_level": "45", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "25", "defence_animation": "6250", "weakness": "7", @@ -20774,12 +20777,12 @@ "name": "Crypt spider", "defence_level": "45", "safespot": null, - "lifepoints": "60", - "strength_level": "45", + "lifepoints": "45", + "strength_level": "47", "id": "2034", "aggressive": "true", - "bonuses": "30,55,35,65,65,20,50,5,0,0,0,0,0,0,0", - "range_level": "45", + "bonuses": "0,0,0,0,0,20,20,10,17,20,0,0,0,0,0", + "range_level": "1", "attack_level": "45" }, { @@ -20788,23 +20791,23 @@ "melee_animation": "5327", "range_animation": "5327", "combat_audio": "537,539,538", - "attack_speed": "5", - "magic_level": "60", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "35", "defence_animation": "5328", "weakness": "7", "magic_animation": "5327", "death_animation": "5329", "name": "Giant crypt spider", - "defence_level": "60", + "defence_level": "65", "safespot": null, "lifepoints": "80", - "strength_level": "60", + "strength_level": "67", "id": "2035", "aggressive": "true", - "bonuses": "55,80,45,85,75,25,60,25,0,0,0,0,0,0,0", - "range_level": "60", - "attack_level": "60" + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "65" }, { "examine": "Could do with gaining a few pounds.", @@ -20812,22 +20815,23 @@ "melee_animation": "5487", "range_animation": "5487", "combat_audio": "774,775,777", - "magic_level": "62", + "attack_speed": "4" + "magic_level": "1", "respawn_delay": "20", "defence_animation": "5513", "weakness": "8", "magic_animation": "5487", "death_animation": "5491", "name": "Skeleton", - "defence_level": "62", + "defence_level": "72", "safespot": null, - "lifepoints": "72", - "strength_level": "50", + "lifepoints": "51", + "strength_level": "72", "id": "2036", "aggressive": "true", - "bonuses": "45,20,20,20,70,20,55,75,76,20,60,20,0,0,0", - "range_level": "62", - "attack_level": "62" + "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.", @@ -20835,22 +20839,23 @@ "melee_animation": "5487", "range_animation": "5487", "combat_audio": "774,775,777", - "magic_level": "62", + "attack_speed": "4" + "magic_level": "1", "respawn_delay": "20", "defence_animation": "5513", "weakness": "8", "magic_animation": "5487", "death_animation": "5491", "name": "Skeleton", - "defence_level": "62", + "defence_level": "72", "safespot": null, - "lifepoints": "72", - "strength_level": "62", + "lifepoints": "51", + "strength_level": "72", "id": "2037", "aggressive": "true", - "bonuses": "45,20,20,20,65,20,50,69,68,22,65,23,0,0,0", - "range_level": "62", - "attack_level": "62" + "bonuses": "0,0,0,0,0,5,5,-5,0,5,0,0,0,0,0", + "range_level": "1", + "attack_level": "72" }, { "name": "Zogre", @@ -42151,147223 +42156,53 @@ "attack_level": "1" }, { - "examine": "Overgrown vermin.", + "examine": "A nasty overgrown rodent.", "slayer_task": "67", + "melee_animation": "4933", + "range_animation": "4933", "combat_audio": "703,705,704", - "attack_speed": "5", + "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": "23", + "defence_level": "65", "safespot": null, - "lifepoints": "26", - "strength_level": "20", + "lifepoints": "70", + "strength_level": "50", "id": "4920", "aggressive": "true", - "bonuses": "19,15,15,34,36,38,33,31,30,14,0,0,0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", "range_level": "1", - "attack_level": "21" + "attack_level": "80" }, { "examine": "A nasty overgrown rodent.", "slayer_task": "67", - "range_animation": "0", + "melee_animation": "4933", + "range_animation": "4933", "combat_audio": "703,705,704", - "respawn_delay": "60", - "defence_animation": "0", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "30", + "defence_animation": "4934", "weakness": "9", - "magic_animation": "0", + "magic_animation": "4933", + "death_animation": "4935", "name": "Giant crypt rat", - "defence_level": "55", + "defence_level": "65", "safespot": null, - "lifepoints": "78", - "strength_level": "55", + "lifepoints": "70", + "strength_level": "50", "id": "4921", "aggressive": "true", - "range_level": "1", - "attack_level": "55" - }, - { - "examine": "Overgrown vermin.", - "slayer_task": "67", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "5" - }, - { - "examine": "Overgrown vermin.", - "slayer_task": "67", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "5" - }, - { - "examine": "Overgrown vermin.", - "slayer_task": "67", - "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", - "aggressive": "true", - "range_level": "1", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Overgrown vermin.", - "slayer_task": "67", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "7" - }, - { - "examine": "Overgrown vermin.", - "slayer_task": "67", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "7" - }, - { - "examine": "Overgrown vermin.", - "slayer_task": "67", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "13" - }, - { - "examine": "Overgrown vermin.", - "slayer_task": "67", - "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", - "aggressive": "true", - "range_level": "1", - "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", - "range_level": "1", - "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", - "range_level": "1", - "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": "Billy Goat", - "defence_level": "11", - "safespot": null, - "lifepoints": "15", - "strength_level": "11", - "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", - "range_level": "1", - "respawn_delay": "60", - "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", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "5342" - }, - { - "death_animation": "5343", - "name": "Billy Goat", - "defence_level": "1", - "safespot": null, - "lifepoints": "28", - "melee_animation": "5341", - "strength_level": "1", - "id": "4935", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "5342" - }, - { - "examine": "A dirty rat.", - "slayer_task": "67", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "8" - }, - { - "examine": "A dirty rat.", - "slayer_task": "67", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "8" - }, - { - "name": "Angry giant rat", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "703,705,704", - "strength_level": "1", - "id": "4938", - "range_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", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He looks a little on the cross side!", - "slayer_task": "67", - "melee_animation": "4933", - "range_animation": "0", - "combat_audio": "703,705,704", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "4935", - "name": "Angry giant rat", - "defence_level": "25", - "safespot": null, - "lifepoints": "35", - "strength_level": "25", - "id": "4940", - "range_level": "1", - "attack_level": "25" - }, - { - "examine": "It's one of Iban's pet vermin.", - "slayer_task": "67", - "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", - "strength_level": "12", - "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", - "aggressive": "true", - "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": "4943", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Overgrown vermin.", - "combat_audio": "703,705,704", - "attack_speed": "5", - "name": "Giant rat", - "defence_level": "23", - "safespot": null, - "lifepoints": "26", - "strength_level": "20", - "id": "4944", - "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": "Overgrown vermin.", - "slayer_task": "67", - "combat_audio": "703,705,704", - "attack_speed": "5", - "weakness": "9", - "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.", - "slayer_task": "83", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "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", - "slayer_task": "7", - "melee_animation": "5031", - "range_animation": "0", - "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", - "id": "4971", - "aggressive": "true", - "range_level": "1", - "attack_level": "40" - }, - { - "examine": "A very", - "slayer_task": "7", - "melee_animation": "5024", - "range_animation": "5025", - "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", - "id": "4972", - "aggressive": "true", - "range_level": "55", - "attack_level": "55" - }, - { - "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": "4975", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "She looks like she's been down here a long time.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Female slave", - "defence_level": "1", - "safespot": null, - "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", - "range_level": "1", - "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", - "range_level": "1", - "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", - "range_level": "1", - "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", - "range_level": "1", - "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", - "clue_level": "1", - "range_level": "1", - "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", - "clue_level": "1", - "range_level": "1", - "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", - "clue_level": "1", - "range_level": "1", - "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", - "clue_level": "1", - "range_level": "1", - "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", - "clue_level": "1", - "range_level": "1", - "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", - "clue_level": "1", - "range_level": "1", - "attack_level": "25" - }, - { - "name": "Guard", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "511,513,512", - "strength_level": "1", - "id": "4999", - "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": "5000", - "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": "5001", - "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": "5002", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An apprentice.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Egg launcher", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5026", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A tired old wizard.", - "melee_animation": "0", - "range_animation": "0", - "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.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Egg launcher", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5028", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A slightly more approachable barbarian.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Commander Connad", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5029", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He looks pretty mean.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Captain Cain", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5030", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A stressed out barbarian private.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Private Paldo", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5031", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A barbarian private.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Private Pendron", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5032", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A barbarian private.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Private Pierreb", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5033", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A barbarian private.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Private Paldon", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5034", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A barbarian army teacher.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Major Attack", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5035", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A barbarian army teacher.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Major Collect", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5036", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A barbarian army teacher.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Major Defend", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5037", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A barbarian army teacher.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Major Heal", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5038", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He's keeping a close eye on that nearby door.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Sergeant Sambur", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5039", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "What on RuneScape is that?", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Penance Fighter", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5040", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Shooty-shooty.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Penance Ranger", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5041", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He's making a run for it!", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Penance Runner", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5042", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A nasty piece of work.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "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", - "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.", - "slayer_task": "7", - "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.", - "slayer_task": "7", - "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.", - "slayer_task": "7", - "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", - "slayer_task": "7", - "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.", - "slayer_task": "7", - "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" - }, - { - "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", - "magic_level": "80", - "defence_animation": "0", - "weakness": "10", - "magic_animation": "0", - "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", - "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", - "attack_speed": "5", - "respawn_delay": "10", - "defence_animation": "404", - "magic_animation": "5228", - "death_animation": "5234", - "name": "Sabre-toothed kyatt", - "defence_level": "99", - "safespot": null, - "lifepoints": "10", - "strength_level": "25", - "id": "5103", - "range_level": "1", - "attack_level": "25" - }, - { - "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" - }, - { - "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" - }, - { - "examine": "He must be good at hunting; even his hair blends in with the surroundings.", - "melee_animation": "0", - "range_animation": "0", - "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", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Hunting expert", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5113", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Slightly slimy but kind of cute.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Orange salamander", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5114", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Slightly slimy but certainly striking.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Red salamander", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5115", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Slightly slimy and somewhat menacing.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Black salamander", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5116", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Very slimy and generally disgusting.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Swamp lizard", - "defence_level": "1", - "safespot": null, - "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", - "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": "Desert eagle", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5130", - "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": "Jungle eagle", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5131", - "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": "Polar eagle", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5132", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "It seems to be protecting the nest.", - "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": "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", - "attack_level": "1", - "defence_animation": "5305" - }, - { - "examine": "Now", - "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": "5140", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He's playing both sides!", - "melee_animation": "422", - "range_animation": "0", - "attack_speed": "5", - "magic_level": "75", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "836", - "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", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "425", - "death_animation": "836", - "name": "Double agent", - "defence_level": "1", - "safespot": null, - "lifepoints": "120", - "strength_level": "1", - "id": "5145", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "How cute!", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Li'l lamb", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5146", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "The black sheep of the family.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Lamb", - "defence_level": "1", - "safespot": null, - "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", - "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": "5163", - "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": "5166", - "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": "5167", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "White and shaggy.", - "melee_animation": "5338", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "5337", - "death_animation": "5336", - "name": "Ram", - "defence_level": "1", - "safespot": null, - "lifepoints": "4", - "strength_level": "1", - "id": "5168", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "White and shaggy.", - "melee_animation": "5338", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "5337", - "death_animation": "5336", - "name": "Ram", - "defence_level": "1", - "safespot": null, - "lifepoints": "4", - "strength_level": "1", - "id": "5169", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "White and shaggy.", - "melee_animation": "5338", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "5337", - "weakness": "9", - "magic_animation": "0", - "death_animation": "5336", - "name": "Ram", - "defence_level": "2", - "safespot": null, - "lifepoints": "2", - "strength_level": "2", - "id": "5170", - "range_level": "1", - "attack_level": "2" - }, - { - "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": "5171", - "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": "5172", - "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": "5173", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Seems intelligent... for an ogre.", - "slayer_task": "64", - "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", - "id": "5176", - "aggressive": "true", - "range_level": "1", - "attack_level": "65" - }, - { - "examine": "A mother dragon.", - "slayer_task": "11", - "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": "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.", - "slayer_task": "64", - "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", - "range_level": "1", - "attack_level": "65" - }, - { - "examine": "Seems intelligent... for an ogre.", - "slayer_task": "64", - "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", - "id": "5184", - "aggressive": "true", - "range_level": "1", - "attack_level": "65" - }, - { - "examine": "Seems intelligent... for an ogre.", - "slayer_task": "64", - "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", - "id": "5187", - "aggressive": "true", - "range_level": "1", - "attack_level": "65" - }, - { - "examine": "It's Nial", - "melee_animation": "8946", - "range_animation": "0", - "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", - "id": "5188", - "aggressive": "true", - "range_level": "58", - "attack_level": "58" - }, - { - "combat_style": "2", - "name": "Ogre shaman", - "defence_level": "1", - "safespot": null, - "lifepoints": "1", - "strength_level": "1", - "id": "5190", - "aggressive": "true", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "combat_style": "2", - "name": "Ogre shaman", - "defence_level": "1", - "safespot": null, - "lifepoints": "1", - "strength_level": "1", - "id": "5193", - "aggressive": "true", - "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, - "lifepoints": "10", - "strength_level": "1", - "id": "5195", - "range_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", - "range_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", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "She needs to work out before facing Thok.", - "melee_animation": "7041", - "range_animation": "0", - "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", - "id": "5204", - "aggressive": "true", - "range_level": "80", - "attack_level": "80" - }, - { - "examine": "Converts grass to beef.", - "melee_animation": "5849", - "range_animation": "5849", - "attack_speed": "5", - "defence_animation": "5850", - "magic_animation": "5849", - "death_animation": "5851", - "name": "Undead cow", - "defence_level": "1", - "safespot": null, - "lifepoints": "8", - "strength_level": "1", - "id": "5211", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "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": "5237", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Run away! Run away!", - "melee_animation": "5411", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "5412", - "name": "Penance Queen", - "defence_level": "132", - "safespot": null, - "lifepoints": "71", - "strength_level": "260", - "id": "5247", - "aggressive": "true", - "range_level": "116", - "attack_level": "260" - }, - { - "examine": "What's it looking at?", - "melee_animation": "5092", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "5093", - "name": "Queen spawn", - "defence_level": "50", - "safespot": null, - "lifepoints": "450", - "strength_level": "60", - "id": "5248", - "aggressive": "true", - "range_level": "1", - "attack_level": "60" - }, - { - "examine": "He looks embarrassed", - "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": "5249", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Part scarab", - "slayer_task": "70", - "combat_style": "2", - "melee_animation": "7615", - "range_animation": "0", - "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", - "id": "5250", - "aggressive": "true", - "range_level": "1", - "attack_level": "40" - }, - { - "examine": "A mounted lancer.", - "slayer_task": "70", - "melee_animation": "7584", - "range_animation": "0", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "7581", - "name": "Locust rider", - "defence_level": "54", - "safespot": null, - "lifepoints": "77", - "strength_level": "54", - "id": "5251", - "aggressive": "true", - "range_level": "1", - "attack_level": "54" - }, - { - "examine": "A mounted archer.", - "slayer_task": "70", - "melee_animation": "5451", - "range_animation": "5451", - "defence_animation": "0", - "weakness": "2", - "magic_animation": "0", - "death_animation": "7581", - "name": "Locust rider", - "defence_level": "54", - "safespot": null, - "lifepoints": "77", - "strength_level": "40", - "id": "5252", - "aggressive": "true", - "range_level": "54", - "attack_level": "40" - }, - { - "examine": "A huge scarab beast.", - "slayer_task": "70", - "melee_animation": "5457", - "range_animation": "0", - "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", - "id": "5253", - "aggressive": "true", - "range_level": "62", - "attack_level": "62" - }, - { - "combat_style": "2", - "melee_animation": "7615", - "respawn_delay": "60", - "defence_animation": "7617", - "death_animation": "7616", - "name": "Scarab mage", - "defence_level": "1", - "safespot": null, - "lifepoints": "50", - "strength_level": "1", - "id": "5254", - "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": "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", - "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", - "id": "5285", - "aggressive": "true", - "range_level": "80", - "attack_level": "80" - }, - { - "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", - "aggressive": "true", - "range_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": "22", - "strength_level": "1", - "id": "5294", - "aggressive": "true", - "range_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": "22", - "strength_level": "1", - "id": "5295", - "aggressive": "true", - "range_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": "22", - "strength_level": "1", - "id": "5296", - "aggressive": "true", - "range_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": "22", - "strength_level": "1", - "id": "5297", - "aggressive": "true", - "range_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": "22", - "strength_level": "1", - "id": "5298", - "aggressive": "true", - "range_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": "22", - "strength_level": "1", - "id": "5299", - "aggressive": "true", - "range_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": "22", - "strength_level": "1", - "id": "5300", - "aggressive": "true", - "range_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": "22", - "strength_level": "1", - "id": "5301", - "aggressive": "true", - "range_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": "22", - "strength_level": "1", - "id": "5302", - "aggressive": "true", - "range_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": "22", - "strength_level": "1", - "id": "5303", - "aggressive": "true", - "range_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": "22", - "strength_level": "1", - "id": "5304", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Examine not added", - "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", - "bonuses": "6,15,15,15,15,15,15,6,6,15,15,15,15,15,15", - "range_level": "1", - "attack_level": "11" - }, - { - "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": "5306", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Examine not added", - "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": "5307", - "bonuses": "6,15,15,15,15,15,15,6,6,15,15,15,15,15,15", - "range_level": "1", - "attack_level": "11" - }, - { - "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", - "aggressive": "true", - "range_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": "16", - "safespot": null, - "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", - "aggressive": "true", - "range_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", - "aggressive": "true", - "range_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", - "aggressive": "true", - "range_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", - "aggressive": "true", - "range_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", - "aggressive": "true", - "range_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", - "aggressive": "true", - "range_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", - "aggressive": "true", - "range_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", - "aggressive": "true", - "range_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", - "aggressive": "true", - "range_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", - "bonuses": "12,20,20,20,20,20,20,12,12,20,20,20,20,20,20", - "range_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", - "bonuses": "12,20,20,20,20,20,20,12,12,20,20,20,20,20,20", - "range_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", - "bonuses": "12,20,20,20,20,20,20,12,12,20,20,20,20,20,20", - "range_level": "1", - "attack_level": "18" - }, - { - "examine": "Dead man walking.", - "melee_animation": "5571", - "range_animation": "5571", - "combat_audio": "931,923,922", - "attack_speed": "5", - "defence_animation": "5574", - "slayer_exp": "30", - "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", - "aggressive": "true", - "range_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", - "aggressive": "true", - "range_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", - "aggressive": "true", - "range_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", - "aggressive": "true", - "range_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", - "aggressive": "true", - "range_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", - "aggressive": "true", - "range_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", - "aggressive": "true", - "range_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": "5330", - "aggressive": "true", - "range_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": "5331", - "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": "22", - "strength_level": "1", - "id": "5332", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Could do with gaining a few pounds.", - "slayer_task": "75", - "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": "11", - "safespot": null, - "lifepoints": "15", - "strength_level": "11", - "id": "5333", - "aggressive": "true", - "range_level": "1", - "attack_level": "11" - }, - { - "examine": "Could do with gaining a few pounds.", - "slayer_task": "75", - "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": "11", - "safespot": null, - "lifepoints": "15", - "strength_level": "11", - "id": "5334", - "aggressive": "true", - "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": "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.", - "slayer_task": "75", - "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": "5337", - "range_level": "1", - "attack_level": "12" - }, - { - "examine": "Could do with gaining a few pounds.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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": "Eeek! A ghost!", - "slayer_task": "36", - "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": "5342", - "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": "5343", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Eeek! A ghost!", - "slayer_task": "36", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Eeek! A ghost!", - "slayer_task": "36", - "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", - "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": "5346", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Eeek! A ghost!", - "slayer_task": "36", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Eeek! A ghost!", - "slayer_task": "36", - "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", - "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": "5349", - "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": "5350", - "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": "5351", - "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": "5352", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A minion of Rashiliyia.", - "slayer_task": "75", - "melee_animation": "5485", - "range_animation": "0", - "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", - "id": "5353", - "aggressive": "true", - "range_level": "1", - "attack_level": "32" - }, - { - "examine": "A minion of Rashiliyia.", - "slayer_task": "75", - "melee_animation": "5487", - "range_animation": "0", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "5491", - "name": "Undead one", - "defence_level": "33", - "safespot": null, - "lifepoints": "47", - "strength_level": "33", - "id": "5354", - "range_level": "1", - "attack_level": "33" - }, - { - "examine": "The animated dead; one of Rashiliyia's minions.", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "32" - }, - { - "examine": "The animated dead; one of Rashiliyia's minions.", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "32" - }, - { - "examine": "The animated dead; one of Rashiliyia's minions.", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "33" - }, - { - "examine": "The animated dead; one of Rashiliyia's minions.", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "33" - }, - { - "examine": "A giant skeleton.", - "slayer_task": "75", - "melee_animation": "5499", - "range_animation": "0", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "5503", - "name": "Giant skeleton", - "defence_level": "60", - "safespot": null, - "lifepoints": "85", - "strength_level": "60", - "id": "5359", - "range_level": "1", - "attack_level": "60" - }, - { - "examine": "A fiendish embodiment of water.", - "slayer_task": "90", - "combat_style": "1", - "melee_animation": "1582", - "range_animation": "1582", - "attack_speed": "6", - "magic_level": "77", - "defence_animation": "1581", - "weakness": "4", - "magic_animation": "1582", - "death_animation": "1580", - "name": "Waterfiend", - "defence_level": "50", - "poison_immune": "true", - "safespot": null, - "lifepoints": "128", - "strength_level": "167", - "id": "5361", - "aggressive": "true", - "range_level": "167", - "projectile": "16", - "attack_level": "70" - }, - { - "examine": "It appears to be intelligent and savage.", - "slayer_task": "41", - "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!", - "slayer_task": "57", - "melee_animation": "91", - "range_animation": "91", - "combat_audio": "408,410,409", - "attack_speed": "4", - "magic_level": "168", - "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", - "range_level": "168", - "attack_level": "268" - }, - { - "weakness": "7", - "examine": "It appears to be intelligent and savage.", - "name": "Confused barbarian", - "defence_level": "50", - "safespot": null, - "lifepoints": "175", - "strength_level": "167", - "attack_speed": "6", - "id": "5364", - "range_level": "167", - "attack_level": "70" - }, - { - "examine": "Could do with gaining a few pounds.", - "slayer_task": "75", - "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" - }, - { - "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": "60", - "strength_level": "1", - "id": "5366", - "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": "85", - "strength_level": "1", - "id": "5367", - "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": "85", - "strength_level": "1", - "id": "5368", - "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": "36", - "strength_level": "1", - "id": "5369", - "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": "36", - "strength_level": "1", - "id": "5370", - "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": "36", - "strength_level": "1", - "id": "5371", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Why does it attack with twigs? Swords and axes much better.", - "melee_animation": "5532", - "range_animation": "426", - "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", - "id": "5372", - "aggressive": "true", - "range_level": "80", - "attack_level": "80" - }, - { - "examine": "Are these twigs meant to hurt Thok?", - "melee_animation": "5532", - "range_animation": "426", - "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", - "id": "5373", - "aggressive": "true", - "range_level": "80", - "attack_level": "80" - }, - { - "examine": "It thinks it scary. Thok show it scary.", - "melee_animation": "5532", - "range_animation": "0", - "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", - "id": "5374", - "aggressive": "true", - "range_level": "80", - "attack_level": "80" - }, - { - "examine": "Examine not added", - "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": "25", - "safespot": null, - "lifepoints": "23", - "strength_level": "1", - "id": "5375", - "bonuses": "15,25,25,25,25,25,25,15,15,25,25,25,25,25,25", - "range_level": "1", - "attack_level": "25" - }, - { - "examine": "Examine not added", - "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": "25", - "safespot": null, - "lifepoints": "23", - "strength_level": "1", - "id": "5376", - "bonuses": "15,25,25,25,25,25,25,15,15,25,25,25,25,25,25", - "range_level": "1", - "attack_level": "25" - }, - { - "examine": "Examine not added", - "melee_animation": "5578", - "range_animation": "5578", - "combat_audio": "931,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", - "bonuses": "15,25,28,28,25,28,28,15,15,28,25,25,25,25,25", - "range_level": "1", - "attack_level": "38" - }, - { - "examine": "Examine not added", - "melee_animation": "5578", - "range_animation": "5578", - "combat_audio": "931,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", - "bonuses": "15,25,28,28,25,28,28,15,15,28,25,25,25,25,25", - "range_level": "1", - "attack_level": "38" - }, - { - "examine": "Examine not added", - "melee_animation": "5578", - "range_animation": "5578", - "combat_audio": "931,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", - "bonuses": "35,45,45,45,45,45,45,35,35,45,45,45,45,45,45", - "range_level": "1", - "attack_level": "47" - }, - { - "examine": "Examine not added", - "melee_animation": "5578", - "range_animation": "5578", - "combat_audio": "931,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", - "bonuses": "35,45,45,45,45,45,45,35,35,45,45,45,45,45,45", - "range_level": "1", - "attack_level": "47" - }, - { - "examine": "Could do with gaining a few pounds.", - "slayer_task": "75", - "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": "Animated steel armour.", - "melee_animation": "386", - "range_animation": "0", - "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", - "id": "5382", - "range_level": "1", - "attack_level": "28" - }, - { - "examine": "Big and bony, just how I like them.", - "start_gfx": "2713", - "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, - "lifepoints": "100", - "strength_level": "95", - "id": "5384", - "aggressive": "true", - "bonuses": "25,25,25,25,25,25,25,25,25,25,25,25,25,25,25", - "range_level": "1", - "projectile": "2718", - "attack_level": "95" - }, - { - "examine": "A skeleton in a dress!", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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?", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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!", - "slayer_task": "75", - "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" - }, - { - "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": "56", - "strength_level": "1", - "id": "5393", - "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": "5394", - "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": "5395", - "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": "5396", - "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": "5397", - "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": "5398", - "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": "5399", - "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": "5400", - "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": "5401", - "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": "5402", - "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": "5403", - "range_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": "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", - "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": "5406", - "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": "5407", - "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": "5408", - "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": "5409", - "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": "5410", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An angry skeleton.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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": "How does it move of its own accord?", - "melee_animation": "5591", - "range_animation": "0", - "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", - "id": "5413", - "aggressive": "true", - "range_level": "1", - "attack_level": "55" - }, - { - "examine": "How does it move of its own accord?", - "melee_animation": "5597", - "range_animation": "0", - "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", - "id": "5414", - "range_level": "1", - "attack_level": "52" - }, - { - "examine": "A terrifying dog beast.", - "slayer_task": "82", - "melee_animation": "5625", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "1", - "magic_animation": "0", - "death_animation": "5628", - "name": "Terror dog", - "defence_level": "47", - "safespot": null, - "lifepoints": "134", - "strength_level": "47", - "id": "5417", - "aggressive": "true", - "range_level": "1", - "attack_level": "47" - }, - { - "melee_animation": "5625", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "5626", - "death_animation": "5627", - "name": "Terror dog", - "defence_level": "1", - "safespot": null, - "lifepoints": "82", - "strength_level": "1", - "id": "5418", - "aggressive": "true", - "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", - "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": "Could do with gaining a few pounds.", - "slayer_task": "75", - "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": "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.", - "slayer_task": "48", - "melee_animation": "5724", - "range_animation": "5725", - "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", - "id": "5452", - "aggressive": "true", - "range_level": "30", - "attack_level": "22" - }, - { - "examine": "Sturdy cold being.", - "slayer_task": "48", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "30" - }, - { - "examine": "Sturdy cold being.", - "slayer_task": "48", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "30" - }, - { - "examine": "Sturdy cold being.", - "slayer_task": "48", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "30" - }, - { - "examine": "An impressive-looking troll.", - "slayer_task": "83", - "melee_animation": "5374", - "range_animation": "0", - "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", - "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", - "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": "5474", - "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": "5475", - "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 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", - "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": "An ill-tempered king.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "King Gjuki Sorvott IV", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5478", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Thorkel Silkbeard", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "498,500,499", - "strength_level": "1", - "id": "5480", - "range_level": "1", - "attack_level": "1" - }, - { - "facing_booth": "true", - "name": "Magnus Gram", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "498,500,499", - "strength_level": "1", - "id": "5488", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A guard on insult duty.", - "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": "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", - "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": "5491", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A miner at work.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Miner", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5497", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5514", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5516", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "One of your militia.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "0", - "name": "Honour guard", - "defence_level": "1", - "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", - "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", - "id": "5529", - "range_level": "1", - "attack_level": "20" - }, - { - "examine": "Antisocial.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Sorceress", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5531", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Come", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Apprentice", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5532", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An autumn elemental.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Autumn Elemental", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5533", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A spring elemental.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Spring Elemental", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5539", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A summer elemental.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Summer Elemental", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5547", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A winter elemental.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Winter Elemental", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5553", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "It dare attack Pretty Lass? Thok crush its puny skull!", - "range_animation": "0", - "magic_level": "95", - "defence_animation": "0", - "weakness": "10", - "magic_animation": "0", - "name": "Osman", - "defence_level": "50", - "safespot": null, - "lifepoints": "157", - "strength_level": "95", - "id": "5561", - "aggressive": "true", - "range_level": "95", - "attack_level": "95" - }, - { - "examine": "She's honest about the things you aren't.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Sin Seer", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5571", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A Shadow Realm guardian.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "436,439,438", - "defence_animation": "0", - "slayer_exp": "25", - "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" - }, - { - "examine": "Is it male or female?", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Homunculus", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5581", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Strong", - "range_animation": "0", - "magic_level": "95", - "defence_animation": "0", - "weakness": "10", - "magic_animation": "0", - "name": "Cage", - "defence_level": "70", - "safespot": null, - "lifepoints": "85", - "strength_level": "95", - "id": "5584", - "aggressive": "true", - "range_level": "95", - "attack_level": "95" - }, - { - "examine": "Famous for his fights.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "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", - "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", - "id": "5593", - "aggressive": "true", - "range_level": "49", - "attack_level": "36" - }, - { - "death_animation": "146", - "name": "Spidine", - "defence_level": "1", - "safespot": null, - "lifepoints": "35", - "melee_animation": "143", - "strength_level": "1", - "id": "5594", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "144" - }, - { - "examine": "Definitely not a chicken or a swordfish.", - "melee_animation": "5387", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "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", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "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", - "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", - "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", - "range_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", - "range_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", - "range_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", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "I'd prefer it if it were a muffin...", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Puffin", - "defence_level": "1", - "safespot": null, - "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", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Monk", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "511,513,512", - "strength_level": "1", - "id": "5620", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Monk", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "511,513,512", - "strength_level": "1", - "id": "5621", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Monk", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "511,513,512", - "strength_level": "1", - "id": "5622", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Bedside manner is a little lacking", - "slayer_task": "93", - "melee_animation": "5643", - "range_animation": "0", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "5658", - "name": "Sorebones", - "defence_level": "35", - "safespot": null, - "lifepoints": "50", - "strength_level": "35", - "id": "5627", - "range_level": "1", - "attack_level": "35" - }, - { - "examine": "I hope his hands don't shake.", - "slayer_task": "93", - "melee_animation": "5643", - "range_animation": "0", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "5658", - "name": "Sorebones", - "defence_level": "35", - "safespot": null, - "lifepoints": "50", - "strength_level": "35", - "id": "5628", - "range_level": "1", - "attack_level": "35" - }, - { - "examine": "Aaaarg", - "slayer_task": "93", - "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", - "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": "5630", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Aaaarg", - "slayer_task": "93", - "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", - "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": "5632", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Aaaarg", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "35" - }, - { - "examine": "Aaaarg", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "35" - }, - { - "examine": "Aaaarg", - "slayer_task": "93", - "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", - "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": "5636", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Aaaarg", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "35" - }, - { - "examine": "Aaaarg", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "35" - }, - { - "examine": "Aaaarg", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "35" - }, - { - "examine": "Aaaarg", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "35" - }, - { - "examine": "Aaaarg", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "35" - }, - { - "examine": "Aaaarg", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "35" - }, - { - "examine": "Aaaarg", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "35" - }, - { - "examine": "Aaaarg", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "35" - }, - { - "examine": "Aaaarg", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "35" - }, - { - "examine": "Aaaarg", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "35" - }, - { - "examine": "Aaaarg", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "35" - }, - { - "examine": "Aaaarg", - "slayer_task": "93", - "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", - "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": "5649", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Aaaarg", - "slayer_task": "93", - "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", - "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": "5651", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Aaaarg", - "slayer_task": "93", - "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", - "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": "5653", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Aaaarg", - "slayer_task": "93", - "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": "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Aaaarg", - "slayer_task": "93", - "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", - "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": "5657", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Aaaarg", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "35" - }, - { - "examine": "Aaaarg", - "slayer_task": "93", - "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", - "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": "5660", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Aaaarg", - "slayer_task": "93", - "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", - "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": "5662", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Aaaarg", - "slayer_task": "93", - "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", - "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": "5664", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Aaaarg", - "slayer_task": "93", - "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": "5665", - "aggressive": "true", - "range_level": "1", - "attack_level": "35" - }, - { - "examine": "It's trying to mash you flat! Less examine", - "melee_animation": "5895", - "range_animation": "0", - "magic_level": "52", - "respawn_delay": "60", - "defence_animation": "0", - "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", - "defence_animation": "0", - "magic_animation": "0", - "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", - "slayer_task": "15", - "melee_animation": "6079", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "2", - "slayer_exp": "93", - "magic_animation": "0", - "death_animation": "6081", - "name": "Cave bug", - "defence_level": "9", - "safespot": null, - "lifepoints": "93", - "strength_level": "1", - "id": "5750", - "range_level": "9", - "attack_level": "1" - }, - { - "examine": "A strange mole-like being.", - "melee_animation": "6012", - "respawn_delay": "60", - "defence_animation": "6013", - "slayer_exp": "52", - "death_animation": "6014", - "name": "Molanisk", - "defence_level": "1", - "safespot": null, - "lifepoints": "52", - "strength_level": "1", - "id": "5751", - "clue_level": "1", - "range_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": "5752", - "aggressive": "true", - "range_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", - "aggressive": "true", - "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": "5754", - "range_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", - "aggressive": "true", - "range_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", - "aggressive": "true", - "range_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", - "aggressive": "true", - "range_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", - "aggressive": "true", - "range_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", - "aggressive": "true", - "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": "5760", - "range_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", - "aggressive": "true", - "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": "5762", - "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": "5763", - "range_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", - "aggressive": "true", - "range_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", - "aggressive": "true", - "range_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", - "aggressive": "true", - "range_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", - "aggressive": "true", - "range_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", - "aggressive": "true", - "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": "5769", - "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, - "lifepoints": "10", - "strength_level": "1", - "id": "5776", - "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, - "lifepoints": "10", - "strength_level": "1", - "id": "5777", - "range_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": "5783", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Taking a terribly important box from one place to another.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "703,705,704", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Crate goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5784", - "range_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": "5785", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Good at shorthand.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "469,472,471", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Goblin scribe", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5786", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He keeps order in the city.", - "slayer_task": "38", - "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", - "clue_level": "1", - "range_level": "1", - "attack_level": "42" - }, - { - "examine": "He keeps order in the city.", - "slayer_task": "38", - "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", - "clue_level": "1", - "range_level": "1", - "attack_level": "42" - }, - { - "examine": "A goblin baby.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Young 'un", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5803", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A goblin baby.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Nipper", - "defence_level": "1", - "safespot": null, - "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", - "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": "5808", - "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": "5809", - "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": "5810", - "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": "5811", - "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": "5812", - "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": "5813", - "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": "5814", - "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": "5815", - "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": "5816", - "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": "5817", - "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": "5818", - "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": "5819", - "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": "5820", - "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": "5821", - "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": "5822", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Don't spit", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "469,472,471", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Spit goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5823", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A bug-eyed little goblin fish. How cute.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "469,472,471", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Goblin fish", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5824", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Annoying little flappy things.", - "melee_animation": "0", - "range_animation": "0", - "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", - "attack_level": "1", - "defence_animation": "6091" - }, - { - "name": "Rat Burgiss", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "703,705,704", - "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, - "lifepoints": "32", - "strength_level": "23", - "id": "5842", - "range_level": "1", - "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", - "range_level": "1", - "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", - "range_level": "1", - "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", - "range_level": "1", - "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", - "range_level": "1", - "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", - "range_level": "1", - "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", - "range_level": "1", - "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", - "range_level": "1", - "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", - "range_level": "1", - "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", - "range_level": "1", - "attack_level": "23" - }, - { - "examine": "Weird eyeball thing. Reminds Thok of breakfast.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "629,631,630", - "magic_level": "60", - "defence_animation": "0", - "weakness": "10", - "magic_animation": "0", - "name": "Monkey", - "defence_level": "40", - "safespot": null, - "lifepoints": "85", - "strength_level": "60", - "id": "5852", - "aggressive": "true", - "range_level": "60", - "attack_level": "60" - }, - { - "examine": "For sitting on.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "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", - "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", - "id": "5859", - "aggressive": "true", - "clue_level": "0", - "range_level": "20", - "attack_level": "15" - }, - { - "examine": "He bristles with arcane power.", - "combat_style": "2", - "melee_animation": "429", - "range_animation": "0", - "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", - "id": "5860", - "aggressive": "true", - "clue_level": "0", - "range_level": "1", - "attack_level": "15" - }, - { - "examine": "No match for Thok. Silly demon.", - "magic_level": "85", - "defence_animation": "0", - "weakness": "10", - "magic_animation": "0", - "name": "Zanik", - "defence_level": "85", - "safespot": null, - "lifepoints": "71", - "strength_level": "85", - "id": "5861", - "aggressive": "true", - "range_level": "85", - "attack_level": "85" - }, - { - "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": "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", - "slayer_task": "38", - "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", - "slayer_task": "38", - "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.", - "slayer_task": "38", - "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", - "name": "Dwarf", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5883", - "range_level": "1", - "attack_level": "1" - }, - { - "slayer_exp": "16", - "name": "Dwarf", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5884", - "range_level": "1", - "attack_level": "1" - }, - { - "slayer_exp": "16", - "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", - "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", - "id": "5902", - "aggressive": "true", - "range_level": "70", - "attack_level": "70" - }, - { - "examine": "Can you endure long enough?", - "melee_animation": "6345", - "range_animation": "0", - "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", - "id": "5903", - "aggressive": "true", - "range_level": "67", - "attack_level": "67" - }, - { - "examine": "Can you bring yourself to hurt another?", - "melee_animation": "6329", - "range_animation": "0", - "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", - "id": "5904", - "aggressive": "true", - "range_level": "65", - "attack_level": "65" - }, - { - "examine": "What if you don't know how to win?", - "melee_animation": "6342", - "range_animation": "0", - "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", - "id": "5905", - "aggressive": "true", - "range_level": "63", - "attack_level": "63" - }, - { - "examine": "You can't escape your inadequacy!", - "melee_animation": "6310", - "range_animation": "0", - "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", - "id": "5906", - "aggressive": "true", - "range_level": "1", - "attack_level": "55" - }, - { - "examine": "Dead stone defending a dead throne room.", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "name": "Dying tree", - "defence_level": "50", - "safespot": null, - "lifepoints": "142", - "strength_level": "50", - "id": "5908", - "aggressive": "true", - "range_level": "1", - "attack_level": "50" - }, - { - "examine": "Don't let her arm-wrestle you for money.", - "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", - "strength_level": "20", - "id": "5909", - "clue_level": "0", - "range_level": "1", - "attack_level": "20" - }, - { - "examine": "A greasy", - "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": "5910", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He's suspiciously talented with a meat-cleaver.", - "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": "5911", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "This grizzled soldier is here to distribute Rated Clan Wars badges.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Iffie", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5914", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Does what too many people aren't interested in doing.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Cleaner", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5916", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A mangy mutt.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Stray dog", - "defence_level": "1", - "safespot": null, - "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": "511,513,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", - "clue_level": "1", - "range_level": "1", - "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": "511,513,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", - "clue_level": "1", - "range_level": "1", - "attack_level": "18" - }, - { - "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", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Trains the guards of the future.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Captain", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5922", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "One of RuneScape'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": "5923", - "clue_level": "0", - "range_level": "1", - "attack_level": "3" - }, - { - "examine": "One of RuneScape'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", - "range_level": "1", - "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", - "range_level": "1", - "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", - "range_level": "1", - "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", - "range_level": "1", - "attack_level": "9" - }, - { - "examine": "Jacques Netis - a slightly pompous art expert.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Art Critic Jacques", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5930", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Seth Minas - an aged expert in RuneScape history.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Historian Minas", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5931", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A lady with lots of information about the Museum.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Information clerk", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5938", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A teacher and one of his pupils.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "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.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Teacher and pupil", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5947", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Looks hard at work.", - "melee_animation": "0", - "range_animation": "0", - "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?", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Workman", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5954", - "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": "5956", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Wheelbarrow loader.", - "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": "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", - "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": "5960", - "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": "5961", - "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": "5962", - "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 foreman", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5963", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An aged expert in natural history.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Natural historian", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5966", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Bloodsuckers!", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Leech display", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5971", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Slugs of the sea variety.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Sea slugs display", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5972", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A house on its back.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Snail display", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5973", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A cheeky little monkey.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "629,631,630", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Monkey display", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5974", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A scaly little fellow.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Lizard display", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5975", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Nice suit.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Penguin display", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5976", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He's got the hump.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Camel display", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5977", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Terrifying!", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Terrorbird display", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5978", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Looks like a fire-breather.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "408,410,409", - "defence_animation": "0", - "magic_animation": "0", - "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", - "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", - "id": "5993", - "range_level": "46", - "attack_level": "46" - }, - { - "examine": "A huge mouse. It looks hungry...", - "melee_animation": "6519", - "range_animation": "0", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "6521", - "name": "Mouse", - "defence_level": "44", - "safespot": null, - "lifepoints": "62", - "strength_level": "44", - "id": "5994", - "aggressive": "true", - "range_level": "1", - "attack_level": "44" - }, - { - "melee_animation": "6501", - "respawn_delay": "60", - "defence_animation": "6503", - "death_animation": "6502", - "name": "Glod", - "defence_level": "1", - "safespot": null, - "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", - "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": "6001", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "I wish the moon wasn't out!", - "slayer_task": "91", - "melee_animation": "6536", - "range_animation": "6536", - "attack_speed": "5", - "respawn_delay": "20", - "defence_animation": "6538", - "weakness": "7", - "magic_animation": "6536", - "death_animation": "6537", - "name": "Werewolf", - "defence_level": "76", - "safespot": null, - "lifepoints": "87", - "strength_level": "76", - "id": "6006", - "aggressive": "true", - "bonuses": "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20", - "clue_level": "1", - "range_level": "1", - "attack_level": "76" - }, - { - "examine": "I wish the moon wasn't out!", - "slayer_task": "91", - "melee_animation": "6536", - "range_animation": "6536", - "attack_speed": "5", - "respawn_delay": "20", - "defence_animation": "6538", - "weakness": "7", - "magic_animation": "6536", - "death_animation": "6537", - "name": "Werewolf", - "defence_level": "76", - "safespot": null, - "lifepoints": "87", - "strength_level": "76", - "id": "6007", - "aggressive": "true", - "bonuses": "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20", - "clue_level": "1", - "range_level": "1", - "attack_level": "76" - }, - { - "examine": "I wish the moon wasn't out!", - "slayer_task": "91", - "melee_animation": "6536", - "range_animation": "6536", - "attack_speed": "5", - "respawn_delay": "20", - "defence_animation": "6538", - "weakness": "7", - "magic_animation": "6536", - "death_animation": "6537", - "name": "Werewolf", - "defence_level": "76", - "safespot": null, - "lifepoints": "87", - "strength_level": "76", - "id": "6008", - "aggressive": "true", - "bonuses": "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20", - "clue_level": "1", - "range_level": "1", - "attack_level": "76" - }, - { - "examine": "I wish the moon wasn't out!", - "slayer_task": "91", - "melee_animation": "6536", - "range_animation": "6536", - "attack_speed": "5", - "respawn_delay": "20", - "defence_animation": "6538", - "weakness": "7", - "magic_animation": "6536", - "death_animation": "6537", - "name": "Werewolf", - "defence_level": "76", - "safespot": null, - "lifepoints": "87", - "strength_level": "76", - "id": "6009", - "aggressive": "true", - "bonuses": "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20", - "clue_level": "1", - "range_level": "1", - "attack_level": "76" - }, - { - "examine": "I wish the moon wasn't out!", - "melee_animation": "6536", - "range_animation": "6536", - "attack_speed": "5", - "respawn_delay": "20", - "defence_animation": "6538", - "magic_animation": "6536", - "death_animation": "6537", - "name": "Werewolf", - "defence_level": "76", - "safespot": null, - "lifepoints": "87", - "strength_level": "76", - "id": "6010", - "aggressive": "true", - "bonuses": "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20", - "clue_level": "1", - "range_level": "1", - "attack_level": "76" - }, - { - "examine": "I wish the moon wasn't out!", - "slayer_task": "91", - "melee_animation": "6536", - "range_animation": "6536", - "attack_speed": "5", - "respawn_delay": "20", - "defence_animation": "6538", - "weakness": "7", - "magic_animation": "6536", - "death_animation": "6537", - "name": "Werewolf", - "defence_level": "76", - "safespot": null, - "lifepoints": "87", - "strength_level": "76", - "id": "6011", - "aggressive": "true", - "bonuses": "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20", - "clue_level": "1", - "range_level": "1", - "attack_level": "76" - }, - { - "examine": "I wish the moon wasn't out!", - "slayer_task": "91", - "melee_animation": "6536", - "range_animation": "6536", - "attack_speed": "5", - "respawn_delay": "20", - "defence_animation": "6538", - "weakness": "7", - "magic_animation": "6536", - "death_animation": "6537", - "name": "Werewolf", - "defence_level": "76", - "safespot": null, - "lifepoints": "87", - "strength_level": "76", - "id": "6012", - "aggressive": "true", - "bonuses": "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20", - "clue_level": "1", - "range_level": "1", - "attack_level": "76" - }, - { - "examine": "I wish the moon wasn't out!", - "slayer_task": "91", - "melee_animation": "6536", - "range_animation": "6536", - "attack_speed": "5", - "respawn_delay": "20", - "defence_animation": "6538", - "weakness": "7", - "magic_animation": "6536", - "death_animation": "6537", - "name": "Werewolf", - "defence_level": "76", - "safespot": null, - "lifepoints": "87", - "strength_level": "76", - "id": "6013", - "aggressive": "true", - "bonuses": "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20", - "clue_level": "1", - "range_level": "1", - "attack_level": "76" - }, - { - "examine": "I wish the moon wasn't out!", - "slayer_task": "91", - "melee_animation": "6536", - "range_animation": "6536", - "attack_speed": "5", - "respawn_delay": "20", - "defence_animation": "6538", - "weakness": "7", - "magic_animation": "6536", - "death_animation": "6537", - "name": "Werewolf", - "defence_level": "76", - "safespot": null, - "lifepoints": "87", - "strength_level": "76", - "id": "6014", - "aggressive": "true", - "bonuses": "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20", - "clue_level": "1", - "range_level": "1", - "attack_level": "76" - }, - { - "examine": "Eek! A werewolf!", - "slayer_task": "91", - "melee_animation": "6536", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "6537", - "name": "Werewolf", - "defence_level": "45", - "safespot": null, - "lifepoints": "64", - "strength_level": "45", - "id": "6015", - "aggressive": "true", - "clue_level": "1", - "range_level": "1", - "attack_level": "45" - }, - { - "examine": "Eek! A werewolf!", - "slayer_task": "91", - "melee_animation": "6536", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "6537", - "name": "Werewolf", - "defence_level": "45", - "safespot": null, - "lifepoints": "64", - "strength_level": "45", - "id": "6016", - "aggressive": "true", - "clue_level": "1", - "range_level": "1", - "attack_level": "45" - }, - { - "examine": "Eek! A werewolf!", - "slayer_task": "91", - "melee_animation": "6536", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "6537", - "name": "Werewolf", - "defence_level": "45", - "safespot": null, - "lifepoints": "64", - "strength_level": "45", - "id": "6017", - "aggressive": "true", - "clue_level": "1", - "range_level": "1", - "attack_level": "45" - }, - { - "examine": "Eek! A werewolf!", - "slayer_task": "91", - "melee_animation": "6536", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "6537", - "name": "Werewolf", - "defence_level": "45", - "safespot": null, - "lifepoints": "64", - "strength_level": "45", - "id": "6018", - "aggressive": "true", - "clue_level": "1", - "range_level": "1", - "attack_level": "45" - }, - { - "melee_animation": "6536", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "6538", - "death_animation": "6537", - "name": "Werewolf", - "defence_level": "1", - "safespot": null, - "lifepoints": "100", - "strength_level": "1", - "id": "6019", - "aggressive": "true", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Eek! A werewolf!", - "slayer_task": "91", - "melee_animation": "6536", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "6537", - "name": "Werewolf", - "defence_level": "45", - "safespot": null, - "lifepoints": "64", - "strength_level": "45", - "id": "6020", - "aggressive": "true", - "clue_level": "1", - "range_level": "1", - "attack_level": "45" - }, - { - "examine": "Eek! A werewolf!", - "slayer_task": "91", - "melee_animation": "6536", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "6537", - "name": "Werewolf", - "defence_level": "45", - "safespot": null, - "lifepoints": "64", - "strength_level": "45", - "id": "6021", - "aggressive": "true", - "clue_level": "1", - "range_level": "1", - "attack_level": "45" - }, - { - "melee_animation": "6536", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "6538", - "death_animation": "6537", - "name": "Werewolf", - "defence_level": "1", - "safespot": null, - "lifepoints": "100", - "strength_level": "1", - "id": "6022", - "aggressive": "true", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "melee_animation": "6536", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "6538", - "death_animation": "6537", - "name": "Werewolf", - "defence_level": "1", - "safespot": null, - "lifepoints": "100", - "strength_level": "1", - "id": "6023", - "aggressive": "true", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "melee_animation": "6536", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "6538", - "death_animation": "6537", - "name": "Werewolf", - "defence_level": "1", - "safespot": null, - "lifepoints": "100", - "strength_level": "1", - "id": "6024", - "aggressive": "true", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "melee_animation": "6536", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "6538", - "death_animation": "6537", - "name": "Werewolf", - "defence_level": "1", - "safespot": null, - "lifepoints": "100", - "strength_level": "1", - "id": "6025", - "aggressive": "true", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "death_animation": "836", - "name": "Boris", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "melee_animation": "422", - "strength_level": "1", - "id": "6026", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "death_animation": "836", - "name": "Imre", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "melee_animation": "422", - "strength_level": "1", - "id": "6027", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "death_animation": "836", - "name": "Yuri", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "melee_animation": "422", - "strength_level": "1", - "id": "6028", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "death_animation": "836", - "name": "Joseph", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "melee_animation": "422", - "strength_level": "1", - "id": "6029", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "death_animation": "836", - "name": "Nikolai", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "melee_animation": "422", - "strength_level": "1", - "id": "6030", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "death_animation": "836", - "name": "Eduard", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "melee_animation": "422", - "strength_level": "1", - "id": "6031", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "death_animation": "836", - "name": "Lev", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "melee_animation": "422", - "strength_level": "1", - "id": "6032", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "melee_animation": "422", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "425", - "death_animation": "836", - "name": "Georgy", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "strength_level": "1", - "id": "6033", - "range_level": "1", - "attack_level": "1" - }, - { - "death_animation": "836", - "name": "Svetlana", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "melee_animation": "422", - "strength_level": "1", - "id": "6034", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "death_animation": "836", - "name": "Irina", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "melee_animation": "422", - "strength_level": "1", - "id": "6035", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "death_animation": "836", - "name": "Alexis", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "melee_animation": "422", - "strength_level": "1", - "id": "6036", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "death_animation": "836", - "name": "Milla", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "melee_animation": "422", - "strength_level": "1", - "id": "6037", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "death_animation": "836", - "name": "Galina", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "melee_animation": "422", - "strength_level": "1", - "id": "6038", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "death_animation": "836", - "name": "Sofiya", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "melee_animation": "422", - "strength_level": "1", - "id": "6039", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "death_animation": "836", - "name": "Ksenia", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "melee_animation": "422", - "strength_level": "1", - "id": "6040", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "death_animation": "836", - "name": "Yadviga", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "melee_animation": "422", - "strength_level": "1", - "id": "6041", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "death_animation": "836", - "name": "Nikita", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "melee_animation": "422", - "strength_level": "1", - "id": "6042", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "death_animation": "836", - "name": "Vera", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "melee_animation": "422", - "strength_level": "1", - "id": "6043", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "death_animation": "836", - "name": "Zoja", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "melee_animation": "422", - "strength_level": "1", - "id": "6044", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "death_animation": "836", - "name": "Liliya", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "melee_animation": "422", - "strength_level": "1", - "id": "6045", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "melee_animation": "6559", - "respawn_delay": "60", - "defence_animation": "6557", - "slayer_exp": "74", - "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" - }, - { - "examine": "A vicious mountain wolf.", - "melee_animation": "6579", - "range_animation": "6579", - "combat_audio": "481,491,490", - "attack_speed": "6", - "defence_animation": "6578", - "slayer_exp": "34", - "magic_animation": "6579", - "death_animation": "6576", - "name": "Wolf", - "defence_level": "22", - "safespot": null, - "lifepoints": "69", - "strength_level": "1", - "id": "6047", - "aggressive": "true", - "range_level": "1", - "attack_level": "22" - }, - { - "examine": "Now it has no armour", - "range_animation": "0", - "combat_audio": "481,491,490", - "magic_level": "95", - "defence_animation": "0", - "weakness": "10", - "slayer_exp": "34", - "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.", - "combat_audio": "481,491,490", - "magic_level": "75", - "defence_animation": "0", - "weakness": "10", - "slayer_exp": "34", - "magic_animation": "0", - "name": "Wolf", - "defence_level": "75", - "safespot": null, - "lifepoints": "100", - "strength_level": "75", - "id": "6049", - "aggressive": "true", - "range_level": "75", - "attack_level": "75" - }, - { - "examine": "A vicious desert wolf.", - "slayer_task": "92", - "melee_animation": "6579", - "range_animation": "6579", - "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", - "id": "6050", - "range_level": "1", - "attack_level": "20" - }, - { - "examine": "A vicious desert wolf.", - "melee_animation": "6579", - "range_animation": "6579", - "attack_speed": "5", - "defence_animation": "6578", - "magic_animation": "6579", - "death_animation": "6558", - "name": "Desert Wolf", - "defence_level": "5", - "safespot": null, - "lifepoints": "55", - "strength_level": "20", - "id": "6051", - "range_level": "1", - "attack_level": "20" - }, - { - "melee_animation": "6559", - "respawn_delay": "60", - "defence_animation": "6557", - "death_animation": "6558", - "name": "Ice wolf", - "defence_level": "1", - "safespot": null, - "lifepoints": "70", - "strength_level": "1", - "id": "6052", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Dragon impling", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "408,410,409", - "strength_level": "1", - "id": "6054", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Dragon impling", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "408,410,409", - "strength_level": "1", - "id": "6064", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "She tends the wheat.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Fairy Aeryka", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6072", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He looks a little lost.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Wandering impling", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6073", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An angry little imp. Grrr.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Imp defender", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6074", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A one-eyed man eater.", - "slayer_task": "44", - "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", - "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": "A one-eyed woman eater.", - "slayer_task": "44", - "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", - "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": "A one-eyed man eater.", - "slayer_task": "44", - "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": "6080", - "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": "A one-eyed woman eater.", - "slayer_task": "44", - "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": "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.", - "slayer_task": "67", - "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.", - "slayer_task": "67", - "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.", - "slayer_task": "67", - "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" - }, - { - "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" - }, - { - "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.", - "slayer_task": "75", - "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" - }, - { - "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.", - "slayer_task": "56", - "melee_animation": "4630", - "range_animation": "4630", - "combat_audio": "400,404,403", - "attack_speed": "6", - "magic_level": "40", - "respawn_delay": "20", - "defence_animation": "65", - "weakness": "3", - "slayer_exp": "79", - "magic_animation": "4630", - "death_animation": "67", - "name": "Lesser demon", - "defence_level": "50", - "safespot": null, - "lifepoints": "79", - "strength_level": "50", - "id": "6101", - "aggressive": "true", - "bonuses": "15,15,15,15,15,15,15,15,15,3,15,15,23,15,15", - "range_level": "1", - "attack_level": "50" - }, - { - "examine": "His face is expressionless.", - "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", - "strength_level": "60", - "id": "6102", - "range_level": "1", - "attack_level": "60" - }, - { - "examine": "An opponent from the grave. He seems unimpressed by your bone rummaging.", - "slayer_task": "75", - "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", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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", - "slayer_task": "75", - "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" - }, - { - "examine": "Probably not a chicken.", - "slayer_task": "7", - "melee_animation": "6811", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "1", - "magic_animation": "0", - "death_animation": "6812", - "name": "Entrana firebird", - "defence_level": "1", - "safespot": null, - "lifepoints": "1", - "strength_level": "1", - "id": "6108", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "These gnomes know how to get around!", - "slayer_task": "7", - "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", - "strength_level": "38", - "id": "6109", - "range_level": "1", - "attack_level": "38" - }, - { - "death_animation": "6791", - "name": "Mounted terrorbird gnome", - "defence_level": "1", - "safespot": null, - "lifepoints": "55", - "melee_animation": "6790", - "strength_level": "1", - "id": "6110", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "6792" - }, - { - "death_animation": "6791", - "name": "Mounted terrorbird gnome", - "defence_level": "1", - "safespot": null, - "lifepoints": "55", - "melee_animation": "6790", - "strength_level": "1", - "id": "6111", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "6792" - }, - { - "examine": "Aww", - "slayer_task": "7", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Ducklings", - "defence_level": "1", - "water_npc": "true", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6112", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "death_animation": "750", - "name": "Duck", - "defence_level": "1", - "safespot": null, - "lifepoints": "3", - "melee_animation": "747", - "strength_level": "1", - "id": "6113", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "3268" - }, - { - "examine": "A messy bird.", - "slayer_task": "7", - "melee_animation": "3467", - "range_animation": "3467", - "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", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A messy bird.", - "melee_animation": "3467", - "range_animation": "3467", - "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", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Do not upset this teacher. You have been warned!", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Mr. Mordaut", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6117", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He helps the professor.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "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" - }, - { - "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", - "attack_speed": "6", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "836", - "name": "Black Knight", - "defence_level": "28", - "safespot": null, - "lifepoints": "40", - "strength_level": "28", - "id": "6189", - "aggressive": "true", - "range_level": "1", - "attack_level": "28" - }, - { - "examine": "Primping with combs and hair clips.", - "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": "6190", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "The name isn't just for show.", - "range_animation": "0", - "magic_level": "55", - "defence_animation": "0", - "weakness": "10", - "magic_animation": "0", - "name": "Sinclair", - "defence_level": "55", - "safespot": null, - "lifepoints": "85", - "strength_level": "55", - "id": "6198", - "aggressive": "true", - "range_level": "55", - "attack_level": "55" - }, - { - "examine": "He can look after my money.", - "name": "Banker", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6200", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Knight", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "511,513,512", - "strength_level": "1", - "id": "6201", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A servant of the god Zamorak. ", - "slayer_task": "40", - "melee_animation": "6945", - "attack_speed": "6", - "poisonous": "true", - "respawn_delay": "120", - "weakness": "9", - "slayer_exp": "350", - "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", - "clue_level": "2", - "range_level": "1", - "attack_level": "340" - }, - { - "agg_radius": "64", - "examine": "Destroyer of 1000 planes!", - "slayer_task": "40", - "melee_animation": "6945", - "range_animation": "6945", - "attack_speed": "5", - "magic_level": "50", - "respawn_delay": "50", - "defence_animation": "6944", - "weakness": "9", - "slayer_exp": "142", - "magic_animation": "6945", - "death_animation": "6946", - "name": "Tstanon Karlak", - "defence_level": "125", - "safespot": null, - "lifepoints": "142", - "strength_level": "118", - "id": "6204", - "aggressive": "true", - "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.", - "slayer_task": "56", - "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,0", - "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.", - "slayer_task": "43", - "melee_animation": "6579", - "range_animation": "6579", - "combat_audio": "3717,3719,3718", - "respawn_delay": "25", - "defence_animation": "6578", - "weakness": "7", - "slayer_exp": "116", - "magic_animation": "6579", - "death_animation": "6576", - "name": "Hellhound", - "defence_level": "66", - "safespot": null, - "lifepoints": "116", - "strength_level": "66", - "id": "6210", - "aggressive": "true", - "bonuses": "50,70,30,30,60,30,60,60,50,60,0,0,0,0,0", - "clue_level": "2", - "range_level": "1", - "attack_level": "66" - }, - { - "examine": "Have you checked your pockets lately?", - "melee_animation": "169", - "range_animation": "169", - "combat_audio": "534,536,535", - "defence_animation": "170", - "weakness": "7", - "magic_animation": "169", - "death_animation": "172", - "name": "Imp", - "defence_level": "4", - "safespot": null, - "lifepoints": "10", - "strength_level": "4", - "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.", - "slayer_task": "91", - "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", - "aggressive": "true", - "bonuses": "50,40,45,60,70,70,70,40,40,50,0,0,0,0,0", - "clue_level": "1", - "range_level": "1", - "attack_level": "64" - }, - { - "examine": "He doesn't look pleased to see me.", - "slayer_task": "91", - "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", - "aggressive": "true", - "bonuses": "50,40,45,60,70,70,70,40,40,50,0,0,0,0,0", - "clue_level": "1", - "range_level": "1", - "attack_level": "64" - }, - { - "examine": "It looks really hungry!", - "melee_animation": "810", - "range_animation": "810", - "respawn_delay": "25", - "defence_animation": "404", - "magic_animation": "810", - "death_animation": "9055", - "name": "Vampire", - "defence_level": "44", - "safespot": null, - "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" - }, - { - "examine": "The tongue of evil.", - "melee_animation": "9130", - "range_animation": "1552", - "attack_speed": "4", - "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": "6215", - "aggressive": "true", - "clue_level": "2", - "range_level": "1", - "attack_level": "75" - }, - { - "examine": "A small fire demon.", - "slayer_task": "66", - "melee_animation": "1582", - "range_animation": "1582", - "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", - "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" - }, - { - "examine": "A small ice demon.", - "melee_animation": "8080", - "range_animation": "8080", - "respawn_delay": "25", - "defence_animation": "8079", - "magic_animation": "8080", - "death_animation": "8078", - "name": "Icefiend", - "defence_level": "5", - "safespot": null, - "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" - }, - { - "examine": "Those horns look pretty sharp...", - "slayer_task": "39", - "melee_animation": "4300", - "range_animation": "4300", - "respawn_delay": "25", - "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", - "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" - }, - { - "examine": "Warrior of Zamorak.", - "slayer_task": "79", - "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", - "range_level": "1", - "attack_level": "66" - }, - { - "examine": "A ranger spirit dedicated to Zamorak.", - "slayer_task": "78", - "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", - "bonuses": "50,70,50,50,50,70,50,85,85,0,0,0,0,0,0", - "clue_level": "2", - "range_level": "70", - "projectile": "9", - "attack_level": "1" - }, - { - "examine": "A deadly servant of Zamorak.", - "slayer_task": "77", - "combat_style": "2", - "melee_animation": "811", - "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", - "clue_level": "2", - "range_level": "1", - "projectile": "78", - "attack_level": "1" - }, - { - "agg_radius": "64", - "examine": "Graceful avatar of Armadyl.", - "melee_animation": "6977", - "range_animation": "6977", - "attack_speed": "3", - "magic_level": "200", - "respawn_delay": "120", - "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", - "range_level": "380", - "attack_level": "300" - }, - { - "examine": "Graceful, bird-like creature.", - "combat_style": "2", - "melee_animation": "6952", - "attack_speed": "5", - "respawn_delay": "50", - "weakness": "3", - "slayer_exp": "124", - "magic_animation": "6952", - "death_animation": "6956", - "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", - "agg_radius": "64", - "range_animation": "6952", - "magic_level": "150", - "defence_animation": "6955", - "name": "Wingman Skree", - "defence_level": "160", - "poison_immune": "true", - "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": "true", - "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", - "attack_speed": "5", - "magic_level": "50", - "respawn_delay": "50", - "defence_animation": "6955", - "weakness": "6", - "slayer_exp": "133", - "magic_animation": "6954", - "death_animation": "6956", - "name": "Flight Kilisa", - "defence_level": "175", - "safespot": null, - "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" - }, - { - "examine": "A servant of Armadyl.", - "slayer_task": "79", - "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", - "bonuses": "40,40,50,50,20,50,50,0,0,0,0,0,0,0,0", - "clue_level": "2", - "range_level": "68", - "attack_level": "70" - }, - { - "examine": "Armadyl's favourite servant.", - "slayer_task": "78", - "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", - "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0", - "clue_level": "2", - "range_level": "70", - "projectile": "1190", - "attack_level": "1", - "prj_height": "92" - }, - { - "examine": "A mage who serves Armadyl above all else - even death.", - "slayer_task": "77", - "combat_style": "2", - "melee_animation": "6952", - "attack_speed": "5", - "respawn_delay": "25", - "weakness": "4", - "magic_animation": "6952", - "death_animation": "6956", - "lifepoints": "75", - "id": "6231", - "aggressive": "true", - "bonuses": "0,0,0,0,0,9,12,5,45,28,0,0,0,0,0", - "prj_height": "92", - "range_animation": "6952", - "magic_level": "150", - "defence_animation": "6955", - "name": "Spiritual mage", - "defence_level": "111", - "safespot": null, - "strength_level": "1", - "clue_level": "2", - "range_level": "1", - "projectile": "1199", - "attack_level": "1" - }, - { - "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": "40", - "safespot": null, - "lifepoints": "70", - "strength_level": "1", - "id": "6232", - "aggressive": "true", - "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", - "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", - "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", - "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", - "aggressive": "true", - "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0", - "clue_level": "2", - "range_level": "50", - "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", - "aggressive": "true", - "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0", - "clue_level": "2", - "range_level": "50", - "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": "95", - "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", - "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", - "aggressive": "true", - "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0", - "clue_level": "2", - "range_level": "55", - "projectile": "1191", - "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": "65", - "safespot": null, - "lifepoints": "124", - "strength_level": "1", - "id": "6238", - "aggressive": "true", - "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", - "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", - "strength_level": "1", - "id": "6239", - "aggressive": "true", - "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", - "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", - "strength_level": "1", - "id": "6240", - "aggressive": "true", - "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", - "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", - "strength_level": "1", - "id": "6241", - "aggressive": "true", - "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", - "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", - "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", - "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": "69", - "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", - "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": "75", - "strength_level": "1", - "id": "6244", - "aggressive": "true", - "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", - "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": "6245", - "aggressive": "true", - "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", - "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", - "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": "120", - "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", - "range_level": "250", - "attack_level": "280" - }, - { - "agg_radius": "64", - "examine": "The bane of darkness.", - "melee_animation": "6376", - "range_animation": "6376", - "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", - "poison_immune": "true", - "safespot": null, - "lifepoints": "160", - "strength_level": "125", - "id": "6248", - "aggressive": "true", - "bonuses": "60,60,60,0,0,12,14,13,5,13,0,10,0,0,0", - "range_level": "1", - "attack_level": "120" - }, - { - "name": "", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "511,513,512", - "strength_level": "1", - "id": "6249", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Defender of the faithful.", - "start_gfx": "1184", - "combat_style": "2", - "melee_animation": "7019", - "attack_speed": "5", - "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", - "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": "true", - "magic_level": "60", - "respawn_delay": "25", - "end_gfx": "76", - "defence_animation": "404", - "weakness": "3", - "magic_animation": "811", - "death_animation": "9055", - "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.", - "slayer_task": "79", - "melee_animation": "390", - "range_animation": "390", - "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", - "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" - }, - { - "examine": "A ranger spirit dedicated to Saradomin.", - "slayer_task": "78", - "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", - "bonuses": "50,70,50,50,50,70,50,65,65,0,0,0,0,0,0", - "clue_level": "2", - "range_level": "70", - "projectile": "9", - "attack_level": "1" - }, - { - "examine": "Saradomin's holy mage.", - "slayer_task": "77", - "combat_style": "2", - "melee_animation": "811", - "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", - "clue_level": "2", - "range_level": "1", - "projectile": "76", - "attack_level": "1" - }, - { - "examine": "A valiant knight.", - "melee_animation": "407", - "range_animation": "407", - "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", - "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" - }, - { - "examine": "A valiant knight.", - "melee_animation": "401", - "range_animation": "401", - "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", - "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" - }, - { - "agg_radius": "64", - "examine": "A huge war chief.", - "melee_animation": "7060", - "range_animation": "7060", - "attack_speed": "6", - "magic_level": "280", - "respawn_delay": "120", - "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", - "range_level": "350", - "attack_level": "280" - }, - { - "agg_radius": "64", - "examine": "A battle-honed goblin. ", - "slayer_task": "38", - "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", - "defence_level": "126", - "safespot": null, - "lifepoints": "128", - "strength_level": "118", - "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", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A battle-honed goblin. ", - "slayer_task": "38", - "start_gfx": "1202", - "combat_style": "2", - "melee_animation": "6154", - "attack_speed": "5", - "respawn_delay": "50", - "weakness": "3", - "magic_animation": "6154", - "death_animation": "6156", - "lifepoints": "127", - "id": "6263", - "aggressive": "true", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,6,0,0,0", - "agg_radius": "64", - "range_animation": "6154", - "magic_level": "150", - "defence_animation": "6155", - "name": "Sergeant Steelwill", - "defence_level": "150", - "safespot": null, - "strength_level": "50", - "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. ", - "slayer_task": "38", - "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,0", - "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", - "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, - "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" - }, - { - "examine": "Green and aggressive.", - "melee_animation": "2936", - "range_animation": "2936", - "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", - "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.", - "slayer_task": "44", - "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", - "aggressive": "true", - "bonuses": "22,22,22,0,0,0,0,0,0,0,0,0,0,0,0", - "clue_level": "2", - "range_level": "1", - "attack_level": "60" - }, - { - "examine": "A one-eyed man-eater.", - "slayer_task": "44", - "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", - "aggressive": "true", - "bonuses": "22,22,22,0,0,0,0,0,0,0,0,0,0,0,0", - "clue_level": "2", - "range_level": "1", - "attack_level": "60" - }, - { - "examine": "Ugly, fierce and with a bad attitude.", - "melee_animation": "4320", - "range_animation": "4320", - "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", - "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", - "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": "6273", - "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": "6274", - "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": "An ugly, smelly creature.", - "slayer_task": "45", - "melee_animation": "164", - "range_animation": "164", - "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", - "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" - }, - { - "examine": "The spirit of a ranger, serving bandos beyond death.", - "slayer_task": "78", - "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", - "bonuses": "30,50,30,30,50,60,50,40,40,0,0,0,0,0,0", - "clue_level": "2", - "range_level": "70", - "projectile": "1195", - "attack_level": "1" - }, - { - "examine": "A true servant of Bandos.", - "slayer_task": "79", - "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", - "bonuses": "50,40,45,60,60,60,60,20,50,60,0,0,0,0,0", - "clue_level": "2", - "range_level": "1", - "attack_level": "70" - }, - { - "examine": "One of Bandos' chosen.", - "slayer_task": "77", - "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", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An ancient goblin.", - "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": "20", - "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", - "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", - "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": "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", - "aggressive": "true", - "bonuses": "5,10,10,10,10,10,5,10,5,0,0,0,0,0,0", - "clue_level": "0", - "range_level": "1", - "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": "18", - "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", - "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", - "slayer_exp": "16", - "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.", - "slayer_task": "88", - "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", - "aggressive": "true", - "range_level": "59", - "projectile": "1468", - "attack_level": "59" - }, - { - "examine": "You don't think you can harm this terrorbird.", - "slayer_task": "88", - "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", - "aggressive": "true", - "range_level": "59", - "projectile": "1468", - "attack_level": "59" - }, - { - "examine": "You don't think you can harm this terrorbird.", - "slayer_task": "88", - "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", - "aggressive": "true", - "range_level": "59", - "projectile": "1468", - "attack_level": "59" - }, - { - "examine": "You don't think you can harm this terrorbird.", - "slayer_task": "88", - "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", - "aggressive": "true", - "range_level": "59", - "projectile": "1468", - "attack_level": "59" - }, - { - "examine": "You don't think you can harm this terrorbird.", - "slayer_task": "88", - "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", - "aggressive": "true", - "range_level": "59", - "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", - "aggressive": "true", - "range_level": "1", - "projectile": "1468", - "attack_level": "1" - }, - { - "examine": "You don't think you can harm this terrorbird.", - "slayer_task": "88", - "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", - "aggressive": "true", - "range_level": "59", - "projectile": "1468", - "attack_level": "59" - }, - { - "examine": "You don't think you can harm this terrorbird.", - "slayer_task": "88", - "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", - "aggressive": "true", - "range_level": "59", - "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", - "aggressive": "true", - "range_level": "1", - "projectile": "1468", - "attack_level": "1" - }, - { - "examine": "You don't think you can harm this terrorbird.", - "slayer_task": "88", - "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", - "aggressive": "true", - "range_level": "59", - "projectile": "1468", - "attack_level": "59" - }, - { - "examine": "You don't think you can harm this terrorbird.", - "slayer_task": "88", - "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", - "aggressive": "true", - "range_level": "59", - "projectile": "1468", - "attack_level": "59" - }, - { - "examine": "You don't think you can harm this creature.", - "slayer_task": "89", - "melee_animation": "7093", - "range_animation": "0", - "attack_speed": "5", - "magic_level": "52", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "4", - "magic_animation": "0", - "death_animation": "7091", - "name": "Warped tortoise", - "defence_level": "52", - "safespot": null, - "lifepoints": "148", - "strength_level": "39", - "id": "6296", - "range_level": "1", - "attack_level": "39" - }, - { - "melee_animation": "7093", - "attack_speed": "5", - "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.", - "slayer_task": "73", - "melee_animation": "0", - "range_animation": "0", - "magic_level": "2", - "defence_animation": "0", - "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", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "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" - }, - { - "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" - }, - { - "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" - }, - { - "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" - }, - { - "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" - }, - { - "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", - "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", - "id": "6369", - "aggressive": "true", - "range_level": "47", - "attack_level": "1" - }, - { - "examine": "A representative of the Z.M.I.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Mage of Zamorak", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6370", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A Z.M.I. runecrafter.", - "melee_animation": "422", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "836", - "name": "Zamorak crafter", - "defence_level": "19", - "safespot": null, - "lifepoints": "27", - "strength_level": "19", - "id": "6371", - "range_level": "1", - "attack_level": "19" - }, - { - "death_animation": "836", - "name": "Zamorak crafter", - "defence_level": "1", - "safespot": null, - "lifepoints": "25", - "melee_animation": "422", - "strength_level": "1", - "id": "6372", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "slayer_exp": "49", - "name": "Guard dog", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6374", - "range_level": "1", - "attack_level": "1" - }, - { - "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" - }, - { - "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.", - "slayer_task": "7", - "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", - "slayer_task": "7", - "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" - }, - { - "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", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Karamjan Jungle eagle", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6385", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Flies like a rock.", - "melee_animation": "9454", - "range_animation": "1516", - "attack_speed": "4", - "magic_level": "1", - "defence_animation": "9455", - "slayer_exp": "105", - "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" - }, - { - "examine": "I wish I could tell where he was looking.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Grim Reaper", - "defence_level": "1", - "safespot": null, - "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", - "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": "6403", - "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": "6404", - "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": "6405", - "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": "6406", - "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": "6407", - "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": "6408", - "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": "6409", - "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": "6410", - "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": "6411", - "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": "6412", - "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": "6413", - "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": "6414", - "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": "6415", - "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": "6416", - "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": "6417", - "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": "6418", - "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": "6419", - "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": "6420", - "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": "6421", - "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": "6422", - "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": "6423", - "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": "6424", - "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": "6425", - "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": "6426", - "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": "6427", - "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": "6428", - "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": "6429", - "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": "6430", - "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": "6431", - "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": "6432", - "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": "6433", - "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": "6434", - "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": "6435", - "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": "6436", - "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": "6437", - "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": "6438", - "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": "6439", - "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": "6440", - "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": "6441", - "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": "6442", - "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": "6443", - "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": "6444", - "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": "6445", - "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": "6446", - "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": "6447", - "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": "6448", - "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": "6449", - "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": "6450", - "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": "6451", - "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": "6452", - "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": "6453", - "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": "6454", - "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": "6455", - "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": "6456", - "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": "6457", - "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": "6458", - "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": "6459", - "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": "6460", - "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": "6461", - "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": "6462", - "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": "6463", - "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": "6464", - "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": "6465", - "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": "6466", - "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": "6467", - "clue_level": "0", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A goblin high priest", - "slayer_task": "75", - "melee_animation": "7317", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "6182", - "name": "Snothead", - "defence_level": "14", - "safespot": null, - "lifepoints": "20", - "strength_level": "14", - "id": "6469", - "aggressive": "true", - "range_level": "1", - "attack_level": "14" - }, - { - "examine": "A goblin high priest", - "slayer_task": "75", - "melee_animation": "7317", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "2", - "magic_animation": "0", - "death_animation": "6182", - "name": "Snailfeet", - "defence_level": "18", - "safespot": null, - "lifepoints": "25", - "strength_level": "13", - "id": "6470", - "aggressive": "true", - "range_level": "18", - "attack_level": "13" - }, - { - "examine": "A goblin high priest", - "slayer_task": "75", - "melee_animation": "7317", - "range_animation": "0", - "magic_level": "22", - "defence_animation": "0", - "weakness": "5", - "magic_animation": "0", - "death_animation": "6182", - "name": "Mosschin", - "defence_level": "22", - "safespot": null, - "lifepoints": "31", - "strength_level": "16", - "id": "6471", - "aggressive": "true", - "range_level": "1", - "attack_level": "16" - }, - { - "examine": "A goblin high priest", - "slayer_task": "75", - "melee_animation": "7317", - "range_animation": "0", - "magic_level": "26", - "defence_animation": "0", - "weakness": "5", - "magic_animation": "0", - "death_animation": "6182", - "name": "Redeyes", - "defence_level": "26", - "safespot": null, - "lifepoints": "37", - "strength_level": "19", - "id": "6472", - "aggressive": "true", - "range_level": "1", - "attack_level": "19" - }, - { - "examine": "A goblin high priest", - "slayer_task": "75", - "melee_animation": "7317", - "range_animation": "0", - "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", - "id": "6473", - "aggressive": "true", - "range_level": "1", - "attack_level": "19" - }, - { - "examine": "Priest of the Ekeleshuun tribe.", - "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": "6482", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He is expounding the word of the Big High War God.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Preacher", - "defence_level": "1", - "safespot": null, - "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", - "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": "6491", - "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": "6492", - "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": "6493", - "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": "6494", - "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": "6495", - "clue_level": "0", - "range_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", - "range_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", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A guard wearing blue 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", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6498", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A guard wearing orange 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", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6499", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A guard wearing black 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", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6500", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A guard wearing white 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", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6501", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A guard wearing purple 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", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6502", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6503", - "clue_level": "1", - "range_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": "6504", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A very noble spider and attendant to the Queen.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Registrar 2", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6507", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "The highest ranking of the Spider Queen's servants.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Registrar 3", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6508", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "The head of the Spider Queen's army.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Registrar 4", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6509", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Trying hard to hide his identity.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Jury", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6510", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Sir Amik's loyal squire.", - "melee_animation": "0", - "range_animation": "0", - "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.", - "magic_animation": "0", - "name": "Spectator", - "defence_level": "1", - "safespot": null, - "lifepoints": "1", - "range_animation": "0", - "strength_level": "1", - "id": "6514", - "range_level": "1", - "attack_level": "1", - "defence_animation": "0" - }, - { - "examine": "A monkey on a mission.", - "melee_animation": "0", - "range_animation": "0", - "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.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Spectator", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6518", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Gives an introduction to the Grand Exchange.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Grand Exchange Tutor", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6521", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "The son of Ali M!", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Farid Morrisane (ores)", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6523", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He's probably seen better days.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Bob Barter (herbs)", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6524", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "You can never miss a pirate in disguise.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Murky Matt (runes)", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6525", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A tribal man", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Relobo Blinyo (logs)", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6526", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He's travelled a long way.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Hofuthand (armour and weapons)", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6527", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Chief architect of the Spider Realm.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Registrar 5", - "defence_level": "1", - "safespot": null, - "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", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "511,513,512", - "strength_level": "1", - "id": "6544", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Tapping his feet and looking very bored.", - "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": "6558", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A huge war chief. ", - "melee_animation": "422", - "range_animation": "422", - "attack_speed": "5", - "respawn_delay": "20", - "defence_animation": "7061", - "magic_animation": "422", - "death_animation": "7062", - "name": "null", - "defence_level": "250", - "safespot": null, - "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", - "range_level": "10", - "attack_level": "1" - }, - { - "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": "14", - "strength_level": "12", - "id": "6605", - "clue_level": "1", - "range_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": "1", - "safespot": null, - "lifepoints": "40", - "strength_level": "27", - "id": "6606", - "clue_level": "1", - "range_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": "70", - "strength_level": "38", - "id": "6607", - "clue_level": "2", - "range_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": "55", - "strength_level": "32", - "id": "6608", - "clue_level": "1", - "range_level": "1", - "attack_level": "32" - }, - { - "name": "Revenant werewolf", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6609", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "slayer_exp": "0", - "examine": "It's an NPC.", - "name": "Revenant ork", - "defence_level": "1", - "safespot": null, - "lifepoints": "105", - "combat_audio": "0,0,0", - "strength_level": "1", - "id": "6610", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "spawn_animation": "7440", - "examine": "A ghost of a knight slain during the God wars.", - "melee_animation": "7441", - "range_animation": "7522", - "magic_level": "80", - "defence_animation": "7443", - "slayer_exp": "143", - "magic_animation": "7508", - "death_animation": "7442", - "name": "Revenant knight", - "defence_level": "80", - "safespot": null, - "lifepoints": "142", - "strength_level": "80", - "id": "6611", - "clue_level": "2", - "range_level": "80", - "attack_level": "80" - }, - { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "469,472,471", - "strength_level": "1", - "id": "6612", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "spawn_animation": "7426", - "examine": "The ghost of a vampyre 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", - "clue_level": "1", - "range_level": "34", - "attack_level": "34" - }, - { - "slayer_exp": "0", - "name": "Revenant werewolf", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "0,0,0", - "strength_level": "1", - "id": "6614", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant ork", - "defence_level": "1", - "safespot": null, - "lifepoints": "105", - "strength_level": "1", - "id": "6615", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "469,472,471", - "strength_level": "1", - "id": "6616", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant werewolf", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6617", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant ork", - "defence_level": "1", - "safespot": null, - "lifepoints": "105", - "strength_level": "1", - "id": "6618", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant knight", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6619", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "469,472,471", - "strength_level": "1", - "id": "6620", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant icefiend", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6621", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "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": "45", - "strength_level": "1", - "id": "6622", - "clue_level": "1", - "range_level": "29", - "attack_level": "292" - }, - { - "name": "Revenant vampire", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6623", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant ork", - "defence_level": "1", - "safespot": null, - "lifepoints": "105", - "strength_level": "1", - "id": "6624", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant werewolf", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6625", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant ork", - "defence_level": "1", - "safespot": null, - "lifepoints": "105", - "strength_level": "1", - "id": "6626", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant knight", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6627", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant icefiend", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6628", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant ork", - "defence_level": "1", - "safespot": null, - "lifepoints": "105", - "strength_level": "1", - "id": "6629", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant knight", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6630", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant pyrefiend", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6631", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant werewolf", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6632", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant ork", - "defence_level": "1", - "safespot": null, - "lifepoints": "105", - "strength_level": "1", - "id": "6633", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant knight", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6634", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "The essence of an imp slain during the god wars.", - "melee_animation": "7407", - "magic_level": "10", - "defence_animation": "7403", - "slayer_exp": "10", - "death_animation": "7408", - "name": "Revenant imp", - "defence_level": "10", - "safespot": null, - "lifepoints": "10", - "strength_level": "10", - "id": "6635", - "clue_level": "1", - "range_level": "10", - "attack_level": "1" - }, - { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "469,472,471", - "strength_level": "1", - "id": "6636", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "469,472,471", - "strength_level": "1", - "id": "6637", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "469,472,471", - "strength_level": "1", - "id": "6638", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "469,472,471", - "strength_level": "1", - "id": "6639", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant icefiend", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6640", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant pyrefiend", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6641", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant hobgoblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "469,472,471", - "strength_level": "1", - "id": "6642", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant vampire", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6643", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant werewolf", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6644", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "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": "75", - "strength_level": "43", - "id": "6645", - "clue_level": "2", - "range_level": "43", - "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": "1", - "safespot": null, - "lifepoints": "80", - "strength_level": "50", - "id": "6646", - "clue_level": "2", - "range_level": "50", - "attack_level": "50" - }, - { - "spawn_animation": "7478", - "examine": "The essence of a demon slain during the god wars.", - "melee_animation": "7474", - "range_animation": "7512", - "combat_audio": "400,404,403", - "magic_level": "60", - "defence_animation": "7476", - "slayer_exp": "0", - "magic_animation": "7498", - "death_animation": "7475", - "name": "Revenant demon", - "defence_level": "60", - "safespot": null, - "lifepoints": "85", - "strength_level": "60", - "id": "6647", - "clue_level": "2", - "range_level": "60", - "attack_level": "60" - }, - { - "name": "Revenant ork", - "defence_level": "1", - "safespot": null, - "lifepoints": "105", - "strength_level": "1", - "id": "6648", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "spawn_animation": "7471", - "examine": "The ghost of a dark beast slain during the god wars..", - "melee_animation": "7467", - "range_animation": "7514", - "defence_animation": "7469", - "slayer_exp": "256", - "magic_animation": "7515", - "death_animation": "7468", - "name": "Revenant dark beast", - "defence_level": "80", - "safespot": null, - "lifepoints": "120", - "strength_level": "80", - "id": "6649", - "clue_level": "2", - "range_level": "80", - "attack_level": "80" - }, - { - "name": "Revenant knight", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6650", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "469,472,471", - "strength_level": "1", - "id": "6651", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant vampire", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6652", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant ork", - "defence_level": "1", - "safespot": null, - "lifepoints": "105", - "strength_level": "1", - "id": "6653", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant knight", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6654", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A tough looking dwarf.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Revenant imp", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6655", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A tough looking dwarf.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "469,472,471", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6656", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An ancient spirit has made itself at home within this suit of armour.", - "melee_animation": "47", - "range_animation": "0", - "combat_audio": "469,472,471", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "48", - "name": "Revenant goblin", - "defence_level": "32", - "safespot": null, - "lifepoints": "45", - "strength_level": "32", - "id": "6657", - "clue_level": "1", - "range_level": "1", - "attack_level": "32" - }, - { - "examine": "An ancient spirit has made itself at home within this suit of armour.", - "melee_animation": "47", - "range_animation": "0", - "combat_audio": "469,472,471", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "48", - "name": "Revenant goblin", - "defence_level": "33", - "safespot": null, - "lifepoints": "47", - "strength_level": "33", - "id": "6658", - "clue_level": "1", - "range_level": "1", - "attack_level": "33" - }, - { - "examine": "An ancient spirit has made itself at home within this suit of armour.", - "melee_animation": "47", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "48", - "name": "Revenant icefiend", - "defence_level": "34", - "safespot": null, - "lifepoints": "48", - "strength_level": "34", - "id": "6659", - "clue_level": "1", - "range_level": "1", - "attack_level": "34" - }, - { - "melee_animation": "47", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "49", - "death_animation": "48", - "name": "Revenant pyrefiend", - "defence_level": "1", - "safespot": null, - "lifepoints": "50", - "strength_level": "1", - "id": "6660", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "melee_animation": "47", - "combat_audio": "469,472,471", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "49", - "death_animation": "48", - "name": "Revenant hobgoblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "50", - "strength_level": "1", - "id": "6661", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "melee_animation": "47", - "respawn_delay": "60", - "defence_animation": "49", - "death_animation": "48", - "name": "Revenant vampire", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "strength_level": "1", - "id": "6662", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant werewolf", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6663", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant ork", - "defence_level": "1", - "safespot": null, - "lifepoints": "105", - "strength_level": "1", - "id": "6664", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant knight", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6665", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant imp", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6666", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Pirate and discerning music critic.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "469,472,471", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6667", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "The most piratical penguin you ever did see.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Revenant pyrefiend", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6668", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant vampire", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6669", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant ork", - "defence_level": "1", - "safespot": null, - "lifepoints": "105", - "strength_level": "1", - "id": "6670", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant vampire", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6671", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant ork", - "defence_level": "1", - "safespot": null, - "lifepoints": "105", - "strength_level": "1", - "id": "6672", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant knight", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6673", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant vampire", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6674", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant werewolf", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6675", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant knight", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6676", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant imp", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6677", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "469,472,471", - "strength_level": "1", - "id": "6678", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "469,472,471", - "strength_level": "1", - "id": "6679", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "469,472,471", - "strength_level": "1", - "id": "6680", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "469,472,471", - "strength_level": "1", - "id": "6681", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant icefiend", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6682", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant pyrefiend", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6683", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant hobgoblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "469,472,471", - "strength_level": "1", - "id": "6684", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant vampire", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6685", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant werewolf", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6686", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant cyclops", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6687", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant hellhound", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "3717,3719,3718", - "strength_level": "1", - "id": "6688", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "The essence of a demon slain during the god wars.", - "melee_animation": "7474", - "combat_audio": "400,404,403", - "magic_level": "60", - "defence_animation": "7476", - "death_animation": "7475", - "name": "Revenant demon", - "defence_level": "60", - "safespot": null, - "lifepoints": "750", - "strength_level": "60", - "id": "6689", - "clue_level": "2", - "range_level": "60", - "attack_level": "60" - }, - { - "name": "Revenant ork", - "defence_level": "1", - "safespot": null, - "lifepoints": "105", - "strength_level": "1", - "id": "6690", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant dark beast", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6691", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant knight", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6692", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "469,472,471", - "strength_level": "1", - "id": "6693", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant icefiend", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6694", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant vampire", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6695", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant ork", - "defence_level": "1", - "safespot": null, - "lifepoints": "105", - "strength_level": "1", - "id": "6696", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant imp", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6697", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "469,472,471", - "strength_level": "1", - "id": "6698", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "469,472,471", - "strength_level": "1", - "id": "6699", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant vampire", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6700", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant werewolf", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6701", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant ork", - "defence_level": "1", - "safespot": null, - "lifepoints": "105", - "strength_level": "1", - "id": "6702", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant imp", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6703", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "469,472,471", - "strength_level": "1", - "id": "6704", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "469,472,471", - "strength_level": "1", - "id": "6705", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He's not from around here.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "469,472,471", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6706", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "The leader of a long-forgotten band of mercenaries.", - "melee_animation": "0", - "range_animation": "711", - "combat_audio": "469,472,471", - "magic_level": "78", - "defence_animation": "0", - "weakness": "3", - "magic_animation": "0", - "death_animation": "836", - "name": "Revenant goblin", - "defence_level": "78", - "safespot": null, - "lifepoints": "514", - "strength_level": "1", - "id": "6707", - "aggressive": "true", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant icefiend", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6708", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant pyrefiend", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6709", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant hobgoblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "469,472,471", - "strength_level": "1", - "id": "6710", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant vampire", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6711", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "It's trying to mash your house! Less examine", - "melee_animation": "5894", - "range_animation": "9618", - "magic_level": "60", - "defence_animation": "0", - "weakness": "10", - "magic_animation": "0", - "death_animation": "5898", - "name": "Revenant werewolf", - "defence_level": "60", - "safespot": null, - "lifepoints": "285", - "strength_level": "60", - "id": "6712", - "aggressive": "true", - "clue_level": "2", - "range_level": "60", - "attack_level": "60" - }, - { - "name": "Revenant ork", - "defence_level": "1", - "safespot": null, - "lifepoints": "105", - "strength_level": "1", - "id": "6713", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant knight", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6714", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant imp", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6715", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "469,472,471", - "strength_level": "1", - "id": "6716", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "469,472,471", - "strength_level": "1", - "id": "6717", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "469,472,471", - "strength_level": "1", - "id": "6718", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "469,472,471", - "strength_level": "1", - "id": "6719", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant icefiend", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6720", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant pyrefiend", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6721", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant hobgoblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "469,472,471", - "strength_level": "1", - "id": "6722", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant vampire", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6723", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant werewolf", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6724", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant ork", - "defence_level": "1", - "safespot": null, - "lifepoints": "105", - "strength_level": "1", - "id": "6725", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant knight", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6726", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant hobgoblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "469,472,471", - "strength_level": "1", - "id": "6727", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant werewolf", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6728", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant ork", - "defence_level": "1", - "safespot": null, - "lifepoints": "105", - "strength_level": "1", - "id": "6729", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant knight", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6730", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Her lack of body heat is unsettling.", - "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", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6731", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "It looks right at home here.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Snow imp", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6739", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Snowflakes swirling in the wind.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Snow", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6740", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Dragon snowman", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "408,410,409", - "strength_level": "1", - "id": "6743", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Pirate snowman", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "703,705,704", - "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", - "attack_level": "30" - }, - { - "examine": "A snowman armed with a winter staff.", - "name": "Snow mage", - "defence_level": "10", - "safespot": null, - "lifepoints": "20", - "strength_level": "1", - "id": "6749", - "range_level": "30", - "attack_level": "30" - }, - { - "examine": "Cut-down and dried.", - "slayer_task": "93", - "melee_animation": "5568", - "range_animation": "0", - "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", - "id": "6761", - "range_level": "1", - "attack_level": "48" - }, - { - "examine": "Needs moisturising.", - "slayer_task": "93", - "melee_animation": "5568", - "range_animation": "0", - "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", - "id": "6762", - "range_level": "1", - "attack_level": "48" - }, - { - "examine": "I bet it's parched.", - "slayer_task": "93", - "melee_animation": "5568", - "range_animation": "0", - "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", - "id": "6763", - "range_level": "1", - "attack_level": "48" - }, - { - "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 guard.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Doorman", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6769", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A huge beast of a beetle.", - "slayer_task": "70", - "melee_animation": "7596", - "range_animation": "0", - "defence_animation": "0", - "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", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "7656", - "name": "Scarab larva", - "defence_level": "18", - "safespot": null, - "lifepoints": "25", - "strength_level": "18", - "id": "6772", - "range_level": "1", - "attack_level": "18" - }, - { - "examine": "Bred to shoot you down.", - "slayer_task": "70", - "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", - "id": "6773", - "aggressive": "true", - "range_level": "55", - "projectile": "11", - "attack_level": "41" - }, - { - "examine": "It might be angry...it's hard to tell.", - "slayer_task": "70", - "melee_animation": "7612", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "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", - "melee_animation": "7586", - "range_animation": "0", - "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", - "id": "6776", - "aggressive": "true", - "range_level": "55", - "attack_level": "41" - }, - { - "examine": "Bouncy", - "slayer_task": "70", - "melee_animation": "7584", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "7581", - "name": "Locust lancer", - "defence_level": "55", - "safespot": null, - "lifepoints": "78", - "strength_level": "55", - "id": "6777", - "aggressive": "true", - "range_level": "1", - "attack_level": "55" - }, - { - "examine": "He'll have someone's eye out with that.", - "slayer_task": "70", - "start_gfx": "18", - "combat_style": "1", - "melee_animation": "5451", - "range_animation": "5451", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "2", - "magic_animation": "0", - "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", - "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", - "slayer_task": "70", - "combat_style": "2", - "melee_animation": "7615", - "range_animation": "0", - "magic_level": "55", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "4", - "magic_animation": "0", - "death_animation": "7616", - "name": "Scabaras mage", - "defence_level": "55", - "safespot": null, - "lifepoints": "78", - "strength_level": "41", - "id": "6780", - "aggressive": "true", - "range_level": "1", - "attack_level": "41" - }, - { - "combat_style": "2", - "melee_animation": "7620", - "respawn_delay": "60", - "defence_animation": "7617", - "death_animation": "7616", - "name": "Scabaras mage", - "defence_level": "1", - "safespot": null, - "lifepoints": "70", - "strength_level": "1", - "id": "6781", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An animated clay statue.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Clay golem", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6785", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "She looks a bit dirty from digging.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Lead archaeologist Abigail", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6786", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He looks a bit dusty from troweling.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Assistant archaeologist Kerner", - "defence_level": "1", - "safespot": null, - "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", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He exudes something like holiness.", - "slayer_task": "70", - "melee_animation": "7612", - "range_animation": "0", - "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", - "id": "6789", - "range_level": "66", - "attack_level": "66" - }, - { - "examine": "He exudes something like holiness.", - "slayer_task": "70", - "melee_animation": "7607", - "range_animation": "7607", - "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", - "id": "6790", - "range_level": "66", - "attack_level": "66" - }, - { - "death_animation": "1012", - "name": "Spirit terrorbird", - "defence_level": "1", - "safespot": null, - "lifepoints": "233", - "melee_animation": "1010", - "strength_level": "1", - "id": "6794", - "range_level": "1", - "respawn_delay": "0", - "attack_level": "1", - "defence_animation": "1011" - }, - { - "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", - "range_level": "50", - "attack_level": "50" - }, - { - "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", - "magic_animation": "8104", - "death_animation": "8106", - "name": "Granite crab", - "defence_level": "22", - "safespot": null, - "lifepoints": "39", - "strength_level": "17", - "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" - }, - { - "death_animation": "8065", - "name": "Praying mantis", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "melee_animation": "8064", - "strength_level": "1", - "id": "6798", - "range_level": "1", - "respawn_delay": "0", - "attack_level": "1", - "defence_animation": "8066" - }, - { - "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", - "range_level": "60", - "attack_level": "60" - }, - { - "death_animation": "7854", - "name": "Giant ent", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "melee_animation": "7853", - "strength_level": "1", - "id": "6800", - "range_level": "1", - "respawn_delay": "0", - "attack_level": "1", - "defence_animation": "7852" - }, - { - "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", - "range_level": "60", - "attack_level": "60" - }, - { - "death_animation": "8153", - "name": "Spirit cobra", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "melee_animation": "8152", - "strength_level": "1", - "id": "6802", - "range_level": "1", - "respawn_delay": "0", - "attack_level": "1", - "defence_animation": "8154" - }, - { - "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", - "range_level": "55", - "attack_level": "55" - }, - { - "death_animation": "7780", - "name": "Spirit dagannoth", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "melee_animation": "7786", - "strength_level": "1", - "id": "6804", - "range_level": "1", - "respawn_delay": "0", - "attack_level": "1", - "defence_animation": "7785" - }, - { - "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", - "range_level": "65", - "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", - "bonuses": "47,50,52,52,54,49,13,3,13,4,0,0,0,0,0", - "range_level": "21", - "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", - "bonuses": "47,50,52,52,54,49,13,3,13,4,0,0,0,0,0", - "range_level": "21", - "projectile": "1386", - "attack_level": "19" - }, - { - "combat_style": "2", - "melee_animation": "7970", - "respawn_delay": "0", - "defence_animation": "7967", - "death_animation": "7979", - "name": "Karamthulhu overlord", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6809", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "range_level": "50", - "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", - "range_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", - "range_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", - "range_level": "1", - "respawn_delay": "0", - "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", - "range_level": "1", - "respawn_delay": "0", - "attack_level": "1", - "defence_animation": "7742" - }, - { - "combat_style": "1", - "melee_animation": "8286", - "respawn_delay": "0", - "defence_animation": "8287", - "death_animation": "8285", - "name": "War tortoise", - "defence_level": "1", - "safespot": null, - "lifepoints": "348", - "strength_level": "1", - "id": "6815", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Definitely not teenaged", - "combat_style": "1", - "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", - "range_level": "55", - "attack_level": "55" - }, - { - "examine": "Fruity and bat-shaped. A winning combination!.", - "name": "Fruit bat", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6817", - "range_level": "1", - "attack_level": "1" - }, - { - "combat_style": "2", - "melee_animation": "7675", - "respawn_delay": "0", - "defence_animation": "7670", - "death_animation": "7671", - "name": "Abyssal parasite", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6818", - "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": "6819", - "range_level": "50", - "attack_level": "50" - }, - { - "death_animation": "7684", - "name": "Abyssal lurker", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "melee_animation": "7680", - "strength_level": "1", - "id": "6820", - "range_level": "1", - "respawn_delay": "0", - "attack_level": "1", - "defence_animation": "7681" - }, - { - "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", - "range_level": "55", - "attack_level": "55" - }, - { - "examine": "The pointiest horse on the planet.", - "melee_animation": "6376", - "range_animation": "6376", - "combat_audio": "496,498,497", - "magic_level": "69", - "defence_animation": "6375", - "magic_animation": "6376", - "death_animation": "6377", - "name": "Unicorn stallion", - "defence_level": "70", - "poison_immune": "true", - "safespot": null, - "lifepoints": "100", - "strength_level": "62", - "id": "6822", - "bonuses": "48,59,43,52,104,52,116,123,134,46,127,4,0,0,0", - "range_level": "72", - "attack_level": "64" - }, - { - "examine": "The pointiest horse on the planet.", - "melee_animation": "6376", - "range_animation": "6376", - "combat_audio": "496,498,497", - "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", - "defence_level": "1", - "safespot": null, - "lifepoints": "16", - "strength_level": "1", - "id": "6824", - "range_level": "1", - "projectile": "1318", - "attack_level": "1" - }, - { - "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", - "magic_animation": "7810", - "death_animation": "5389", - "name": "Dreadfowl", - "defence_level": "22", - "poison_immune": "true", - "safespot": null, - "lifepoints": "16", - "strength_level": "15", - "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", - "respawn_delay": "0", - "defence_animation": "8205", - "death_animation": "8209", - "name": "Stranger plant", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6827", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "range_level": "55", - "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", - "bonuses": "12,7,4,10,23,5,29,27,16,12,13,17,0,0,0", - "range_level": "9", - "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", - "bonuses": "12,7,4,10,23,5,29,27,16,12,13,17,0,0,0", - "range_level": "9", - "attack_level": "16" - }, - { - "death_animation": "7797", - "name": "Desert wyrm", - "defence_level": "1", - "safespot": null, - "lifepoints": "47", - "melee_animation": "7795", - "strength_level": "1", - "id": "6831", - "range_level": "1", - "respawn_delay": "0", - "attack_level": "1", - "defence_animation": "7796" - }, - { - "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", - "range_level": "18", - "attack_level": "18" - }, - { - "examine": "If you think he's evil", - "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", - "range_level": "42", - "attack_level": "42" - }, - { - "death_animation": "8276", - "name": "Vampire bat", - "defence_level": "1", - "safespot": null, - "lifepoints": "20", - "melee_animation": "8275", - "strength_level": "1", - "id": "6835", - "range_level": "1", - "respawn_delay": "0", - "attack_level": "1", - "defence_animation": "8274" - }, - { - "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", - "range_level": "31", - "attack_level": "31" - }, - { - "melee_animation": "6254", - "combat_audio": "3611,3612,3610", - "respawn_delay": "0", - "defence_animation": "6255", - "death_animation": "6256", - "name": "Spirit scorpion", - "defence_level": "1", - "safespot": null, - "lifepoints": "67", - "strength_level": "1", - "id": "6837", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "range_level": "19", - "attack_level": "19" - }, - { - "examine": "Crikey! Look at the size of those teeth!", - "melee_animation": "4925", - "combat_audio": "498,500,499", - "magic_level": "60", - "respawn_delay": "0", - "defence_animation": "4928", - "death_animation": "4929", - "name": "Arctic bear", - "defence_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", - "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", - "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" - }, - { - "death_animation": "7656", - "name": "Bloated leech", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "melee_animation": "7657", - "strength_level": "1", - "id": "6843", - "range_level": "1", - "respawn_delay": "0", - "attack_level": "1", - "defence_animation": "7655" - }, - { - "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" - }, - { - "death_animation": "7925", - "name": "Honey badger", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "melee_animation": "7928", - "strength_level": "1", - "id": "6845", - "range_level": "1", - "respawn_delay": "0", - "attack_level": "1", - "defence_animation": "7927" - }, - { - "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", - "magic_level": "60", - "respawn_delay": "0", - "defence_animation": "0", - "weakness": "10", - "magic_animation": "0", - "death_animation": "8113", - "name": "Granite lobster", - "defence_level": "60", - "safespot": null, - "lifepoints": "105", - "strength_level": "60", - "id": "6850", - "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": "1", - "melee_animation": "8024", - "magic_level": "31", - "respawn_delay": "0", - "defence_animation": "8023", - "death_animation": "8025", - "name": "Bronze minotaur", - "defence_level": "31", - "safespot": null, - "lifepoints": "15", - "strength_level": "1", - "id": "6853", - "bonuses": "15,20,10,15,10,5,35,0,0,0,0,0,0,0,0", - "range_level": "31", - "attack_level": "31" - }, - { - "examine": "He's just a big bully.", - "combat_style": "1", - "melee_animation": "8024", - "range_animation": "0", - "magic_level": "15", - "respawn_delay": "0", - "defence_animation": "0", - "weakness": "10", - "magic_animation": "0", - "death_animation": "8025", - "name": "Bronze minotaur", - "defence_level": "15", - "safespot": null, - "lifepoints": "51", - "strength_level": "15", - "id": "6854", - "range_level": "15", - "attack_level": "15" - }, - { - "combat_style": "1", - "melee_animation": "8024", - "respawn_delay": "0", - "defence_animation": "8023", - "death_animation": "8025", - "name": "Iron minotaur", - "defence_level": "1", - "safespot": null, - "lifepoints": "24", - "strength_level": "1", - "id": "6855", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He's just a big bully.", - "combat_style": "1", - "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": "65", - "strength_level": "25", - "id": "6856", - "range_level": "25", - "attack_level": "25" - }, - { - "examine": "He's just a big bully!", - "combat_style": "1", - "melee_animation": "8024", - "respawn_delay": "0", - "defence_animation": "8023", - "death_animation": "8025", - "name": "Steel minotaur", - "defence_level": "70", - "safespot": null, - "lifepoints": "44", - "strength_level": "30", - "id": "6857", - "bonuses": "40,30,30,30,30,50,30,60,60,60,20,80,40,20,0", - "range_level": "1", - "attack_level": "70" - }, - { - "examine": "He's just a big bully.", - "combat_style": "1", - "melee_animation": "8024", - "range_animation": "0", - "magic_level": "35", - "respawn_delay": "0", - "defence_animation": "0", - "weakness": "10", - "magic_animation": "0", - "death_animation": "8025", - "name": "Steel minotaur", - "defence_level": "35", - "safespot": null, - "lifepoints": "80", - "strength_level": "35", - "id": "6858", - "range_level": "35", - "attack_level": "35" - }, - { - "examine": "He's just a big bully", - "combat_style": "1", - "melee_animation": "8024", - "magic_level": "40", - "respawn_delay": "0", - "defence_animation": "8023", - "death_animation": "8025", - "name": "Mithril minotaur", - "defence_level": "40", - "safespot": null, - "lifepoints": "37", - "strength_level": "40", - "id": "6859", - "bonuses": "56,35,30,30,30,40,10,12,30,40,30,35,40,0,0", - "range_level": "40", - "attack_level": "40" - }, - { - "examine": "He's just a big bully.", - "combat_style": "1", - "melee_animation": "8024", - "range_animation": "0", - "magic_level": "45", - "respawn_delay": "0", - "defence_animation": "0", - "weakness": "10", - "magic_animation": "0", - "death_animation": "8025", - "name": "Mithril minotaur", - "defence_level": "45", - "safespot": null, - "lifepoints": "94", - "strength_level": "45", - "id": "6860", - "range_level": "45", - "attack_level": "45" - }, - { - "examine": "He's just a big bully.", - "combat_style": "1", - "melee_animation": "8024", - "magic_level": "55", - "respawn_delay": "0", - "defence_animation": "8023", - "death_animation": "8025", - "name": "Adamant minotaur", - "defence_level": "55", - "safespot": null, - "lifepoints": "43", - "strength_level": "1", - "id": "6861", - "bonuses": "40,50,40,45,35,20,50,36,30,40,15,18,30,10,0", - "range_level": "55", - "attack_level": "55" - }, - { - "examine": "He's just a big bully.", - "combat_style": "1", - "melee_animation": "8024", - "range_animation": "0", - "magic_level": "55", - "respawn_delay": "0", - "defence_animation": "0", - "weakness": "10", - "magic_animation": "0", - "death_animation": "8025", - "name": "Adamant minotaur", - "defence_level": "55", - "safespot": null, - "lifepoints": "108", - "strength_level": "55", - "id": "6862", - "range_level": "55", - "attack_level": "55" - }, - { - "examine": "He's just a big bully.", - "melee_animation": "8024", - "magic_level": "65", - "respawn_delay": "0", - "defence_animation": "8023", - "death_animation": "8025", - "name": "Rune minotaur", - "defence_level": "65", - "safespot": null, - "lifepoints": "57", - "strength_level": "65", - "id": "6863", - "bonuses": "50,40,40,56,40,30,50,30,60,30,40,30,50,40,40", - "range_level": "65", - "attack_level": "65" - }, - { - "examine": "He's just a big bully.", - "melee_animation": "8024", - "magic_level": "65", - "respawn_delay": "0", - "defence_animation": "8023", - "slayer_exp": "0", - "death_animation": "8025", - "name": "Rune minotaur", - "defence_level": "65", - "safespot": null, - "lifepoints": "57", - "strength_level": "65", - "id": "6864", - "bonuses": "50,40,40,56,40,30,50,30,60,30,40,30,50,40,40", - "range_level": "65", - "attack_level": "65" - }, - { - "death_animation": "7818", - "name": "Smoke devil", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "melee_animation": "7816", - "strength_level": "1", - "id": "6865", - "range_level": "1", - "respawn_delay": "0", - "attack_level": "1", - "defence_animation": "7817" - }, - { - "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", - "range_level": "55", - "attack_level": "55" - }, - { - "death_animation": "7897", - "name": "Bull ant", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "melee_animation": "7896", - "strength_level": "1", - "id": "6867", - "range_level": "1", - "respawn_delay": "0", - "attack_level": "1", - "defence_animation": "7900" - }, - { - "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", - "range_level": "40", - "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", - "bonuses": "59,50,50,50,50,50,50,50,50,50,50,50,50,68,0", - "range_level": "95", - "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", - "bonuses": "59,50,50,50,50,50,50,50,50,50,50,50,50,68,0", - "range_level": "95", - "attack_level": "1" - }, - { - "melee_animation": "853", - "attack_speed": "5", - "respawn_delay": "0", - "defence_animation": "851", - "death_animation": "852", - "name": "Compost mound", - "defence_level": "1", - "safespot": null, - "lifepoints": "96", - "strength_level": "1", - "id": "6871", - "range_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": "6872", - "range_level": "28", - "attack_level": "28" - }, - { - "examine": "Bulk haulage never smelled so bad.", - "melee_animation": "5782", - "range_animation": "5782", - "attack_speed": "5", - "magic_level": "91", - "defence_animation": "5783", - "magic_animation": "5782", - "death_animation": "5784", - "name": "Pack yak", - "defence_level": "121", - "poison_immune": "true", - "safespot": null, - "lifepoints": "710", - "strength_level": "104", - "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" - }, - { - "start_gfx": "1467", - "combat_style": "2", - "melee_animation": "7762", - "respawn_delay": "0", - "defence_animation": "7761", - "death_animation": "7763", - "name": "Spirit cockatrice", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6875", - "range_level": "1", - "projectile": "1468", - "attack_level": "1" - }, - { - "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", - "range_level": "43", - "projectile": "1468", - "attack_level": "43" - }, - { - "start_gfx": "1467", - "combat_style": "2", - "melee_animation": "7762", - "respawn_delay": "0", - "defence_animation": "7761", - "death_animation": "7763", - "name": "Spirit guthatrice", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6877", - "range_level": "1", - "projectile": "1468", - "attack_level": "1" - }, - { - "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", - "range_level": "43", - "projectile": "1468", - "attack_level": "43" - }, - { - "start_gfx": "1467", - "combat_style": "2", - "melee_animation": "7762", - "combat_audio": "703,705,704", - "respawn_delay": "0", - "defence_animation": "7761", - "death_animation": "7763", - "name": "Spirit saratrice", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6879", - "range_level": "1", - "projectile": "1468", - "attack_level": "1" - }, - { - "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", - "range_level": "43", - "projectile": "1468", - "attack_level": "43" - }, - { - "start_gfx": "1467", - "combat_style": "2", - "melee_animation": "7762", - "respawn_delay": "0", - "defence_animation": "7761", - "death_animation": "7763", - "name": "Spirit zamatrice", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6881", - "range_level": "1", - "projectile": "1468", - "attack_level": "1" - }, - { - "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", - "range_level": "43", - "projectile": "1468", - "attack_level": "43" - }, - { - "start_gfx": "1467", - "combat_style": "2", - "melee_animation": "7762", - "respawn_delay": "0", - "defence_animation": "7761", - "death_animation": "7763", - "name": "Spirit pengatrice", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6883", - "range_level": "1", - "projectile": "1468", - "attack_level": "1" - }, - { - "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", - "range_level": "43", - "projectile": "1468", - "attack_level": "43" - }, - { - "start_gfx": "1467", - "combat_style": "2", - "melee_animation": "7762", - "respawn_delay": "0", - "defence_animation": "7761", - "death_animation": "7763", - "name": "Spirit coraxatrice", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6885", - "range_level": "1", - "projectile": "1468", - "attack_level": "1" - }, - { - "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", - "range_level": "43", - "projectile": "1468", - "attack_level": "43" - }, - { - "start_gfx": "1467", - "combat_style": "2", - "melee_animation": "7762", - "respawn_delay": "0", - "defence_animation": "7761", - "death_animation": "7763", - "name": "Spirit vulatrice", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6887", - "range_level": "1", - "projectile": "1468", - "attack_level": "1" - }, - { - "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", - "range_level": "43", - "projectile": "1468", - "attack_level": "43" - }, - { - "examine": "The only creature with a mouth big enough to hold a cannonball.", - "melee_animation": "7260", - "magic_level": "55", - "respawn_delay": "0", - "defence_animation": "7257", - "death_animation": "7256", - "name": "Barker toad", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "55", - "id": "6889", - "range_level": "55", - "attack_level": "1" - }, - { - "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", - "range_level": "55", - "attack_level": "55" - }, - { - "examine": "He looks like the type of guy who would keep penguins.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Penguin keeper", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6891", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "The lady of the pet shop.", - "melee_animation": "0", - "range_animation": "0", - "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.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Pet shop owner", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6893", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A dalmatian puppy.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Dalmatian", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6896", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A bulldog puppy.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "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": "408,410,409", - "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": "408,410,409", - "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": "408,410,409", - "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": "408,410,409", - "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", - "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", - "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", - "magic_level": "19", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "3", - "magic_animation": "0", - "death_animation": "7185", - "name": "Druid", - "defence_level": "19", - "safespot": null, - "lifepoints": "27", - "strength_level": "14", - "id": "6972", - "range_level": "1", - "attack_level": "14" - }, - { - "examine": "A nature lover.", - "range_animation": "0", - "combat_audio": "511,513,512", - "magic_level": "19", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "3", - "magic_animation": "0", - "death_animation": "7185", - "name": "Druid", - "defence_level": "19", - "safespot": null, - "lifepoints": "27", - "strength_level": "14", - "id": "6973", - "range_level": "1", - "attack_level": "14" - }, - { - "examine": "A nature lover.", - "range_animation": "0", - "combat_audio": "511,513,512", - "magic_level": "19", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "3", - "magic_animation": "0", - "death_animation": "7185", - "name": "Druid", - "defence_level": "19", - "safespot": null, - "lifepoints": "27", - "strength_level": "14", - "id": "6974", - "range_level": "1", - "attack_level": "14" - }, - { - "examine": "A nature lover.", - "melee_animation": "7181", - "range_animation": "0", - "combat_audio": "511,513,512", - "magic_level": "19", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "3", - "magic_animation": "0", - "death_animation": "7185", - "name": "Druid", - "defence_level": "19", - "safespot": null, - "lifepoints": "27", - "strength_level": "14", - "id": "6975", - "range_level": "1", - "attack_level": "14" - }, - { - "examine": "A nature lover.", - "melee_animation": "7182", - "range_animation": "0", - "combat_audio": "511,513,512", - "magic_level": "19", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "3", - "magic_animation": "0", - "death_animation": "7185", - "name": "Druid", - "defence_level": "19", - "safespot": null, - "lifepoints": "27", - "strength_level": "14", - "id": "6976", - "range_level": "1", - "attack_level": "14" - }, - { - "examine": "A nature lover.", - "melee_animation": "7182", - "range_animation": "0", - "combat_audio": "511,513,512", - "magic_level": "19", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "3", - "magic_animation": "0", - "death_animation": "7185", - "name": "Druid", - "defence_level": "19", - "safespot": null, - "lifepoints": "27", - "strength_level": "14", - "id": "6977", - "range_level": "1", - "attack_level": "14" - }, - { - "examine": "A nature lover.", - "melee_animation": "7182", - "range_animation": "0", - "combat_audio": "511,513,512", - "magic_level": "19", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "3", - "magic_animation": "0", - "death_animation": "7185", - "name": "Druid", - "defence_level": "19", - "safespot": null, - "lifepoints": "27", - "strength_level": "14", - "id": "6978", - "range_level": "1", - "attack_level": "14" - }, - { - "melee_animation": "7182", - "combat_audio": "511,513,512", - "respawn_delay": "60", - "defence_animation": "7186", - "death_animation": "7185", - "name": "Druid", - "defence_level": "1", - "safespot": null, - "lifepoints": "30", - "strength_level": "1", - "id": "6979", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A nature lover.", - "melee_animation": "7182", - "range_animation": "0", - "combat_audio": "511,513,512", - "magic_level": "19", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "3", - "magic_animation": "0", - "death_animation": "7185", - "name": "Druid", - "defence_level": "19", - "safespot": null, - "lifepoints": "27", - "strength_level": "14", - "id": "6980", - "range_level": "1", - "attack_level": "14" - }, - { - "examine": "A nature lover.", - "melee_animation": "7182", - "range_animation": "0", - "magic_level": "19", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "3", - "magic_animation": "0", - "death_animation": "7185", - "name": "Druidess", - "defence_level": "19", - "safespot": null, - "lifepoints": "27", - "strength_level": "14", - "id": "6981", - "range_level": "1", - "attack_level": "14" - }, - { - "examine": "A nature lover.", - "melee_animation": "7181", - "range_animation": "0", - "magic_level": "19", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "3", - "magic_animation": "0", - "death_animation": "7185", - "name": "Druidess", - "defence_level": "19", - "safespot": null, - "lifepoints": "27", - "strength_level": "14", - "id": "6982", - "range_level": "1", - "attack_level": "14" - }, - { - "examine": "A nature lover.", - "melee_animation": "7182", - "range_animation": "0", - "magic_level": "19", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "3", - "magic_animation": "0", - "death_animation": "7185", - "name": "Druidess", - "defence_level": "19", - "safespot": null, - "lifepoints": "27", - "strength_level": "14", - "id": "6983", - "range_level": "1", - "attack_level": "14" - }, - { - "examine": "A nature lover.", - "melee_animation": "7181", - "range_animation": "0", - "magic_level": "19", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "3", - "magic_animation": "0", - "death_animation": "7185", - "name": "Druidess", - "defence_level": "19", - "safespot": null, - "lifepoints": "27", - "strength_level": "14", - "id": "6984", - "range_level": "1", - "attack_level": "14" - }, - { - "examine": "A nature lover.", - "melee_animation": "7182", - "range_animation": "0", - "magic_level": "19", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "3", - "magic_animation": "0", - "death_animation": "7185", - "name": "Druidess", - "defence_level": "19", - "safespot": null, - "lifepoints": "27", - "strength_level": "14", - "id": "6985", - "range_level": "1", - "attack_level": "14" - }, - { - "examine": "A nature lover.", - "melee_animation": "7182", - "range_animation": "0", - "magic_level": "19", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "3", - "magic_animation": "0", - "death_animation": "7185", - "name": "Druidess", - "defence_level": "19", - "safespot": null, - "lifepoints": "27", - "strength_level": "14", - "id": "6986", - "range_level": "1", - "attack_level": "14" - }, - { - "examine": "A nature lover.", - "melee_animation": "7182", - "range_animation": "0", - "magic_level": "19", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "3", - "magic_animation": "0", - "death_animation": "7185", - "name": "Druidess", - "defence_level": "19", - "safespot": null, - "lifepoints": "27", - "strength_level": "14", - "id": "6987", - "range_level": "1", - "attack_level": "14" - }, - { - "death_animation": "8570", - "name": "Spirit jelly", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "melee_animation": "8569", - "strength_level": "1", - "id": "6992", - "range_level": "1", - "respawn_delay": "0", - "attack_level": "1", - "defence_animation": "8571" - }, - { - "examine": "On Runescape", - "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" - }, - { - "combat_style": "1", - "melee_animation": "8519", - "respawn_delay": "0", - "defence_animation": "8518", - "death_animation": "8517", - "name": "Spirit kalphite", - "defence_level": "1", - "safespot": null, - "lifepoints": "77", - "strength_level": "1", - "id": "6994", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "defence_animation": "8592", - "magic_animation": "8594", - "death_animation": "8593", - "name": "Revenant dragon", - "defence_level": "1", - "safespot": null, - "lifepoints": "210", - "strength_level": "1", - "id": "6998", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant dragon", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "408,410,409", - "strength_level": "1", - "id": "6999", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A very large elemental adversary.", - "slayer_task": "33", - "melee_animation": "4666", - "range_animation": "4666", - "combat_audio": "449,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.", - "slayer_task": "33", - "melee_animation": "4666", - "range_animation": "4666", - "combat_audio": "449,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.", - "slayer_task": "92", - "melee_animation": "6559", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "slayer_exp": "74", - "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" - }, - { - "examine": "An active spiny creature.", - "melee_animation": "0", - "range_animation": "0", - "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.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Grenwall", - "defence_level": "1", - "safespot": null, - "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", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Dug by a Pawya (Not actual exam).", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Earth Mound", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7013", - "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": "7014", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A most unlikely creature.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Platypus", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7021", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A most unlikely creature.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Baby platypus", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7024", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An ogre snack with wings.", - "slayer_task": "7", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Wimpy bird", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7031", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A shy creature with a toxic bite.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Diseased kebbit", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7039", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Fit to wear the uniform?", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Ogress banker", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7049", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "She walks as if she owns the place.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Chief Tess", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7051", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A fearsome adversary with no sense of humour.", - "slayer_task": "64", - "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", - "strength_level": "48", - "id": "7078", - "aggressive": "true", - "range_level": "1", - "attack_level": "48" - }, - { - "examine": "Irascible", - "slayer_task": "64", - "melee_animation": "8636", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "8640", - "name": "Ogress warrior", - "defence_level": "45", - "safespot": null, - "lifepoints": "64", - "strength_level": "45", - "id": "7079", - "aggressive": "true", - "range_level": "1", - "attack_level": "45" - }, - { - "examine": "Irascible", - "slayer_task": "64", - "melee_animation": "8637", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "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.", - "slayer_task": "64", - "melee_animation": "8636", - "range_animation": "0", - "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", - "id": "7081", - "aggressive": "true", - "range_level": "1", - "attack_level": "42" - }, - { - "examine": "A large and contentious lady ogre.", - "slayer_task": "64", - "melee_animation": "8637", - "range_animation": "0", - "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", - "id": "7082", - "aggressive": "true", - "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", - "strength_level": "51", - "id": "7084", - "aggressive": "true", - "range_level": "1", - "attack_level": "51" - }, - { - "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": "54", - "safespot": null, - "lifepoints": "142", - "strength_level": "54", - "id": "7085", - "aggressive": "true", - "range_level": "1", - "attack_level": "54" - }, - { - "examine": "Dead stone defending a dead throne room.", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "name": "Eucalyptus ent", - "defence_level": "57", - "safespot": null, - "lifepoints": "162", - "strength_level": "57", - "id": "7086", - "aggressive": "true", - "range_level": "1", - "attack_level": "57" - }, - { - "examine": "A crazy, evil druid.", - "start_gfx": "105", - "melee_animation": "422", - "range_animation": "422", - "attack_speed": "5", - "magic_level": "10", - "end_gfx": "107", - "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": "7105", - "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.", - "melee_animation": "386", - "range_animation": "0", - "magic_level": "1", - "defence_animation": "404", - "magic_animation": "0", - "death_animation": "9055", - "name": "Thug", - "defence_level": "9", - "safespot": null, - "lifepoints": "18", - "strength_level": "5", - "id": "7106", - "bonuses": "5,5,0,0,0,0,2,3,3,0,0,0,0,0,0", - "clue_level": "0", - "range_level": "1", - "attack_level": "7" - }, - { - "examine": "Low on brains.", - "melee_animation": "386", - "range_animation": "0", - "magic_level": "1", - "defence_animation": "404", - "magic_animation": "0", - "death_animation": "9055", - "name": "Thug", - "defence_level": "9", - "safespot": null, - "lifepoints": "18", - "strength_level": "5", - "id": "7107", - "bonuses": "5,5,0,0,0,0,2,3,3,0,0,0,0,0,0", - "clue_level": "0", - "range_level": "1", - "attack_level": "7" - }, - { - "examine": "Low on brains.", - "melee_animation": "386", - "range_animation": "0", - "magic_level": "1", - "defence_animation": "404", - "magic_animation": "0", - "death_animation": "9055", - "name": "Thug", - "defence_level": "9", - "safespot": null, - "lifepoints": "18", - "strength_level": "5", - "id": "7108", - "bonuses": "5,5,0,0,0,0,2,3,3,0,0,0,0,0,0", - "clue_level": "0", - "range_level": "1", - "attack_level": "7" - }, - { - "examine": "Low on brains.", - "melee_animation": "386", - "range_animation": "0", - "magic_level": "1", - "defence_animation": "404", - "magic_animation": "0", - "death_animation": "9055", - "name": "Thug", - "defence_level": "9", - "safespot": null, - "lifepoints": "18", - "strength_level": "5", - "id": "7109", - "bonuses": "5,5,0,0,0,0,2,3,3,0,0,0,0,0,0", - "clue_level": "0", - "range_level": "1", - "attack_level": "7" - }, - { - "examine": "Low on brains.", - "melee_animation": "386", - "range_animation": "0", - "magic_level": "1", - "defence_animation": "404", - "magic_animation": "0", - "death_animation": "9055", - "name": "Thug", - "defence_level": "9", - "safespot": null, - "lifepoints": "18", - "strength_level": "5", - "id": "7110", - "bonuses": "5,5,0,0,0,0,2,3,3,0,0,0,0,0,0", - "clue_level": "0", - "range_level": "1", - "attack_level": "7" - }, - { - "examine": "Low on brains.", - "melee_animation": "386", - "range_animation": "0", - "magic_level": "1", - "defence_animation": "404", - "magic_animation": "0", - "death_animation": "9055", - "name": "Thug", - "defence_level": "9", - "safespot": null, - "lifepoints": "18", - "strength_level": "5", - "id": "7111", - "bonuses": "5,5,0,0,0,0,2,3,3,0,0,0,0,0,0", - "clue_level": "0", - "range_level": "1", - "attack_level": "7" - }, - { - "examine": "Low on brains.", - "melee_animation": "386", - "range_animation": "0", - "magic_level": "1", - "defence_animation": "404", - "magic_animation": "0", - "death_animation": "9055", - "name": "Thug", - "defence_level": "9", - "safespot": null, - "lifepoints": "18", - "strength_level": "5", - "id": "7112", - "bonuses": "5,5,0,0,0,0,2,3,3,0,0,0,0,0,0", - "clue_level": "0", - "range_level": "1", - "attack_level": "7" - }, - { - "examine": "Low on brains.", - "melee_animation": "386", - "range_animation": "0", - "magic_level": "1", - "defence_animation": "404", - "magic_animation": "0", - "death_animation": "9055", - "name": "Thug", - "defence_level": "9", - "safespot": null, - "lifepoints": "18", - "strength_level": "5", - "id": "7113", - "bonuses": "5,5,0,0,0,0,2,3,3,0,0,0,0,0,0", - "clue_level": "0", - "range_level": "1", - "attack_level": "7" - }, - { - "examine": "Low on brains.", - "melee_animation": "386", - "range_animation": "0", - "magic_level": "1", - "defence_animation": "404", - "magic_animation": "0", - "death_animation": "9055", - "name": "Thug", - "defence_level": "9", - "safespot": null, - "lifepoints": "18", - "strength_level": "5", - "id": "7114", - "bonuses": "5,5,0,0,0,0,2,3,3,0,0,0,0,0,0", - "clue_level": "0", - "range_level": "1", - "attack_level": "7" - }, - { - "examine": "He seems to be enjoying his time in the bar.", - "melee_animation": "0", - "range_animation": "0", - "magic_level": "1", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Thaki the delivery dwarf", - "defence_level": "1", - "safespot": null, - "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" - }, - { - "examine": "One of King Tyras's men.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Tyras guard", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7120", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A hungry-looking rabbit.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Rabbit", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7125", - "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": "7128", - "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": "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": "7130", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "The head farmer", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Farmer Blinkin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7131", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Owner of this homestead.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Mrs. Winkin", - "defence_level": "1", - "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", - "attack_speed": "6", - "respawn_delay": "60", - "defence_animation": "8755", - "death_animation": "8756", - "name": "Bork", - "defence_level": "80", - "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": "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": "2354", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "She can look after my money.", - "combat_style": "2", - "melee_animation": "0", - "range_animation": "0", - "respawn_delay": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Banker", - "defence_level": "1", - "safespot": null, - "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.", - "slayer_task": "31", - "melee_animation": "428", - "range_animation": "0", - "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", - "clue_level": "2", - "range_level": "1", - "attack_level": "60" - }, - { - "examine": "I don't wanna be at the wrong end of that pike.", - "slayer_task": "31", - "melee_animation": "428", - "range_animation": "0", - "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", - "clue_level": "2", - "range_level": "1", - "attack_level": "60" - }, - { - "examine": "He looks pretty handy with that bow.", - "slayer_task": "31", - "start_gfx": "250", - "combat_style": "1", - "melee_animation": "428", - "range_animation": "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", - "clue_level": "2", - "range_level": "64", - "projectile": "249", - "attack_level": "1" - }, - { - "examine": "He looks pretty handy with that bow.", - "slayer_task": "31", - "start_gfx": "250", - "combat_style": "1", - "melee_animation": "428", - "range_animation": "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", - "clue_level": "2", - "range_level": "64", - "projectile": "249", - "attack_level": "1" - }, - { - "examine": "A Mourner showing his true identity.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Head mourner", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2372", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A Mourner", - "slayer_task": "31", - "melee_animation": "428", - "range_animation": "0", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "836", - "name": "Mourner", - "defence_level": "61", - "safespot": null, - "lifepoints": "87", - "strength_level": "61", - "id": "2373", - "aggressive": "true", - "range_level": "1", - "attack_level": "61" - }, - { - "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" - }, - { - "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" - }, - { - "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" - }, - { - "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" - }, - { - "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" - }, - { - "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": "16", - "name": "Chaos dwarf", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2423", - "range_level": "1", - "attack_level": "1" - }, - { - "death_animation": "9230", - "name": "Jarvald", - "defence_level": "10", - "safespot": null, - "lifepoints": "10", - "melee_animation": "9232", - "strength_level": "10", - "id": "2436", - "range_level": "1", - "attack_level": "10", - "defence_animation": "9231" - }, - { - "examine": "Looks like a wanna be Fremennik.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Askeladden", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2439", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "This support is propping the door closed.", - "melee_animation": "0", - "range_animation": "0", - "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", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "1314", - "name": "Giant Rock Crab", - "defence_level": "68", - "safespot": null, - "lifepoints": "97", - "strength_level": "68", - "id": "2452", - "aggressive": "true", - "range_level": "1", - "attack_level": "68" - }, - { - "examine": "Heavy rock!", - "melee_animation": "0", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Boulder", - "defence_level": "1", - "safespot": null, - "lifepoints": "240", - "strength_level": "1", - "id": "2453", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A teeny-tiny horror from the ocean depths...", - "slayer_task": "24", - "melee_animation": "1341", - "range_animation": "0", - "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", - "id": "2454", - "aggressive": "true", - "range_level": "1", - "attack_level": "47" - }, - { - "examine": "A spiny horror from the ocean depths...", - "melee_animation": "1343", - "attack_speed": "6", - "respawn_delay": "60", - "defence_animation": "1340", - "slayer_exp": "100", - "death_animation": "1342", - "name": "Dagannoth", - "defence_level": "60", - "safespot": null, - "lifepoints": "95", - "strength_level": "90", - "id": "2455", - "aggressive": "true", - "clue_level": "1", - "range_level": "1", - "projectile": "294", - "attack_level": "90" - }, - { - "examine": "It's an NPC.", - "combat_style": "1", - "melee_animation": "1343", - "respawn_delay": "60", - "defence_animation": "1340", - "slayer_exp": "0", - "death_animation": "1342", - "name": "Dagannoth", - "defence_level": "60", - "safespot": null, - "lifepoints": "70", - "strength_level": "90", - "id": "2456", - "aggressive": "true", - "clue_level": "1", - "range_level": "90", - "projectile": "294", - "attack_level": "90" - }, - { - "examine": "A fearsome magical creature from the deep.", - "combat_style": "2", - "melee_animation": "2365", - "attack_speed": "6", - "spell_id": "48", - "magic_level": "100", - "respawn_delay": "60", - "defence_animation": "2366", - "magic_animation": "2365", - "death_animation": "2367", - "name": "Wallasalki", - "defence_level": "80", - "safespot": null, - "lifepoints": "120", - "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 fowl beast.", - "combat_style": "2", - "melee_animation": "2302", - "range_animation": "2302", - "combat_audio": "355,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, - "lifepoints": "19", - "strength_level": "5", - "id": "2463", - "aggressive": "true", - "bonuses": "25,85,105,75,103,85,65,0,0,0,0,0,0,0,0", - "range_level": "5", - "projectile": "337", - "attack_level": "5" - }, - { - "examine": "A fowl beast.", - "combat_style": "2", - "melee_animation": "2302", - "range_animation": "2302", - "combat_audio": "355,357,356", - "magic_level": "10", - "respawn_delay": "25", - "defence_animation": "2300", - "magic_animation": "2302", - "death_animation": "2301", - "name": "Evil Chicken", - "defence_level": "40", - "safespot": null, - "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": "355,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": "355,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": "355,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": "355,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", - "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", - "id": "2476", - "bonuses": "30,20,10,20,20,30,30,10,20,10,30,30,20,30,20", - "range_level": "20", - "attack_level": "8" - }, - { - "examine": "Apparently a master of quizzes!", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "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", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Evil Bob", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2479", - "range_level": "1", - "attack_level": "1" - }, - { - "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" - }, - { - "examine": "Annoying flappy thing.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "slayer_exp": "8", - "magic_animation": "0", - "death_animation": "0", - "name": "Giant bat", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2482", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A slithering serpent that likes to hide in the bush.", - "melee_animation": "275", - "range_animation": "0", - "combat_audio": "3609,3608,3610", - "poisonous": "true", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "1", - "poison_amount": "11", - "magic_animation": "0", - "death_animation": "278", - "name": "Bush snake", - "defence_level": "61", - "safespot": null, - "lifepoints": "87", - "strength_level": "1", - "id": "2489", - "aggressive": "true", - "range_level": "61", - "attack_level": "1" - }, - { - "melee_animation": "275", - "combat_audio": "3609,3608,3610", - "poisonous": "true", - "respawn_delay": "60", - "defence_animation": "276", - "poison_amount": "11", - "death_animation": "278", - "name": "Bush snake", - "defence_level": "1", - "safespot": null, - "lifepoints": "25", - "strength_level": "1", - "id": "2490", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "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" - }, - { - "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" - }, - { - "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" - }, - { - "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" - }, - { - "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" - }, - { - "name": "Tribesman", - "defence_level": "1", - "safespot": null, - "lifepoints": "40", - "strength_level": "1", - "id": "2496", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A vicious warrior.", - "melee_animation": "428", - "range_animation": "0", - "poisonous": "true", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "836", - "name": "Tribesman", - "defence_level": "45", - "safespot": null, - "lifepoints": "64", - "strength_level": "45", - "id": "2497", - "clue_level": "1", - "range_level": "1", - "attack_level": "45" - }, - { - "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": "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" - }, - { - "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": "5", - "magic_level": "20", - "end_gfx": "107", - "defence_animation": "404", - "weakness": "3", - "magic_animation": "422", - "death_animation": "9055", - "name": "Chaos druid", - "defence_level": "10", - "safespot": null, - "lifepoints": "20", - "strength_level": "20", - "id": "2547", - "range_level": "10", - "projectile": "106", - "attack_level": "20" - }, - { - "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" - }, - { - "death_animation": "836", - "name": "Market Guard", - "defence_level": "1", - "safespot": null, - "lifepoints": "23", - "melee_animation": "400", - "strength_level": "1", - "id": "2571", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "examine": "He's guarding the bank.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "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": "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": "10", - "safespot": null, - "lifepoints": "14", - "strength_level": "10", - "id": "2674", - "range_level": "1", - "attack_level": "10" - }, - { - "name": "Man", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "511,513,512", - "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", - "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", - "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", - "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": "2679", - "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": "2680", - "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": "2681", - "clue_level": "0", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A popular dwarven delicacy.", - "melee_animation": "2705", - "range_animation": "2705", - "combat_audio": "3102,3104,3103", - "attack_speed": "5", - "defence_animation": "2706", - "magic_animation": "2705", - "death_animation": "2707", - "name": "Rat", - "defence_level": "1", - "safespot": null, - "lifepoints": "2", - "strength_level": "1", - "id": "2682", - "range_level": "1", - "attack_level": "1" - }, - { - "death_animation": "836", - "name": "Hengel", - "defence_level": "1", - "safespot": null, - "lifepoints": "7", - "melee_animation": "422", - "strength_level": "1", - "id": "2683", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "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": "24", - "safespot": null, - "lifepoints": "29", - "strength_level": "24", - "id": "2685", - "aggressive": "true", - "range_level": "1", - "attack_level": "22" - }, - { - "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": "24", - "safespot": null, - "lifepoints": "29", - "strength_level": "24", - "id": "2686", - "aggressive": "true", - "range_level": "1", - "attack_level": "22" - }, - { - "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": "24", - "safespot": null, - "lifepoints": "29", - "strength_level": "24", - "id": "2687", - "aggressive": "true", - "range_level": "1", - "attack_level": "22" - }, - { - "examine": "An ugly smelly creature, with a spear.", - "melee_animation": "163", - "range_animation": "163", - "combat_audio": "469,472,471", - "attack_speed": "6", - "defence_animation": "165", - "magic_animation": "163", - "death_animation": "167", - "name": "Hobgoblin", - "defence_level": "24", - "safespot": null, - "lifepoints": "29", - "strength_level": "24", - "id": "2688", - "aggressive": "true", - "range_level": "1", - "attack_level": "22" - }, - { - "examine": "Didn't the mage say this procedure was totally safe?", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Frog", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2689", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A salty seafarer. Needs a wash.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Jack Seagull", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2690", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A strange man with a strange name. Probably a strange past", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Longbow Ben", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2691", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "She quackers.", - "slayer_task": "7", - "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", - "safespot": null, - "lifepoints": "1", - "strength_level": "1", - "id": "2693", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Mini quackers.", - "slayer_task": "7", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "3468", - "name": "Duckling", - "defence_level": "1", - "safespot": null, - "lifepoints": "1", - "strength_level": "1", - "id": "2694", - "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": "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": "6", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "836", - "name": "Black knight", - "defence_level": "24", - "safespot": null, - "lifepoints": "34", - "strength_level": "24", - "id": "2698", - "aggressive": "true", - "range_level": "1", - "attack_level": "24" - }, - { - "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", - "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", - "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", - "id": "2710", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "His hands are covered in mud. At least", - "start_gfx": "96", - "combat_style": "2", - "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", - "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", - "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" - }, - { - "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" - }, - { - "slayer_exp": "25", - "name": "Ghost", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "436,439,438", - "strength_level": "1", - "id": "2716", - "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" - }, - { - "examine": "She'll store my items for me.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Betty", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2718", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A wise barbarian", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Otto Godblessed", - "defence_level": "1", - "safespot": null, - "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", - "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": "2729", - "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": "2731", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He works in 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": "2732", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He wanders around the Crafting Guild pretending to be working.", - "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": "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", - "aggressive": "true", - "bonuses": "150,22,22,22,22,11,0,0,0,0,0,0,0,0,0", - "range_level": "1", - "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", - "aggressive": "true", - "bonuses": "150,22,22,22,22,11,0,0,0,0,0,0,0,0,0", - "range_level": "1", - "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", - "aggressive": "true", - "bonuses": "80,45,45,45,45,22,0,0,0,0,0,0,0,0,0", - "range_level": "20", - "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", - "aggressive": "true", - "bonuses": "80,45,45,45,45,22,0,0,0,0,0,0,0,0,0", - "range_level": "20", - "attack_level": "60" - }, - { - "examine": "Looks like living lava...", - "melee_animation": "9233", - "range_animation": "9233", - "attack_speed": "5", - "defence_animation": "9235", - "magic_animation": "9233", - "death_animation": "9234", - "name": "Tz-Kek", - "defence_level": "11", - "safespot": null, - "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", - "bonuses": "80,90,86,90,90,90,45,55,26,55,0,0,0,0,0", - "range_level": "80", - "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", - "bonuses": "80,90,86,90,90,90,45,55,26,55,0,0,0,0,0", - "range_level": "80", - "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", - "aggressive": "true", - "bonuses": "100,180,180,180,180,90,97,0,0,0,0,0,0,0,0", - "range_level": "1", - "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", - "aggressive": "true", - "bonuses": "100,180,180,180,180,90,97,0,0,0,0,0,0,0,0", - "range_level": "1", - "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", - "bonuses": "180,180,280,280,280,250,140,152,131,0,0,0,0,0,0", - "range_level": "1", - "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", - "bonuses": "180,180,280,280,280,250,140,152,131,0,0,0,0,0,0", - "range_level": "1", - "attack_level": "150" - }, - { - "agg_radius": "64", - "examine": "This is going to hurt...", - "melee_animation": "9277", - "range_animation": "9277", - "attack_speed": "8", - "magic_level": "2400", - "defence_animation": "9278", - "weakness": "10", - "slayer_exp": "0", - "magic_animation": "9277", - "death_animation": "9279", - "name": "TzTok-Jad", - "defence_level": "700", - "safespot": null, - "lifepoints": "250", - "strength_level": "1600", - "id": "2745", - "aggressive": "true", - "bonuses": "0,0,0,60,0,0,0,0,0,0,0,0,0,0,0", - "range_level": "1600", - "attack_level": "700" - }, - { - "examine": "Mini Menace.", - "melee_animation": "9252", - "range_animation": "9252", - "attack_speed": "5", - "defence_animation": "9253", - "magic_animation": "9252", - "death_animation": "9257", - "name": "Yt-HurKot", - "defence_level": "75", - "safespot": null, - "lifepoints": "40", - "strength_level": "75", - "id": "2746", - "aggressive": "true", - "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", - "defence_animation": "0", - "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", - "defence_animation": "0", - "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", - "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", - "id": "2782", - "aggressive": "true", - "range_level": "1", - "attack_level": "68" - }, - { - "examine": "From a darker dimension.", - "slayer_task": "25", - "melee_animation": "2731", - "range_animation": "2731", - "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", - "strength_level": "160", - "id": "2783", - "aggressive": "true", - "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": "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": "2785", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Digging.", - "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": "2786", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Confused.", - "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": "2787", - "range_level": "1", - "attack_level": "1" - }, - { - "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": "An angry Ogre in a funny hat.", - "melee_animation": "359", - "range_animation": "359", - "attack_speed": "6", - "defence_animation": "360", - "magic_animation": "359", - "death_animation": "361", - "name": "Ogre", - "defence_level": "30", - "safespot": null, - "lifepoints": "48", - "strength_level": "30", - "id": "2801", - "aggressive": "true", - "range_level": "1", - "attack_level": "30" - }, - { - "examine": "They just call him 'Coach'.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Gnome Coach", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2802", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A cold-blooded creature, partial to warmth.", - "slayer_task": "26", - "melee_animation": "2776", - "range_animation": "2776", - "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", - "id": "2803", - "aggressive": "true", - "range_level": "55", - "attack_level": "1" - }, - { - "examine": "A cold-blooded creature, partial to warmth.", - "slayer_task": "26", - "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", - "aggressive": "true", - "range_level": "45", - "attack_level": "1" - }, - { - "examine": "A cold-blooded creature, partial to warmth.", - "slayer_task": "26", - "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", - "aggressive": "true", - "range_level": "45", - "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", - "aggressive": "true", - "range_level": "45", - "attack_level": "1" - }, - { - "examine": "A cold-blooded creature, partial to warmth.", - "slayer_task": "26", - "melee_animation": "2776", - "range_animation": "2776", - "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", - "id": "2807", - "range_level": "15", - "attack_level": "1" - }, - { - "examine": "A cold-blooded creature, partial to warmth.", - "slayer_task": "26", - "melee_animation": "2776", - "range_animation": "2776", - "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", - "id": "2808", - "aggressive": "true", - "range_level": "15", - "attack_level": "1" - }, - { - "examine": "A camel who has the soul of a poet.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Al the Camel", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2809", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A camel whose love is unrequited.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Elly the Camel", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2810", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A camel who wants to fly some day.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Ollie the Camel", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2811", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A camel who likes to rest.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Cam the Camel", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2812", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A camel who wants to see the world.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Neferti the Camel", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2815", - "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": "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" - }, - { - "examine": "A shabby-looking leader.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Captain Braindeath", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2827", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Most of an angry", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "50% Luke", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2828", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "I wonder if it was all the 'rum' that pickled him.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Captain Donnie", - "defence_level": "1", - "safespot": null, - "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", - "aggressive": "true", - "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": "2832", - "aggressive": "true", - "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": "2833", - "aggressive": "true", - "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": "2834", - "aggressive": "true", - "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": "2835", - "aggressive": "true", - "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": "2836", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An undead sea scoundrel.", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "36" - }, - { - "examine": "An undead sea scoundrel.", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "36" - }, - { - "examine": "An undead sea scoundrel.", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "36" - }, - { - "examine": "An undead sea scoundrel.", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "36" - }, - { - "examine": "An undead sea scoundrel.", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "36" - }, - { - "examine": "An undead sea scoundrel.", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "36" - }, - { - "examine": "He talks a good fight.", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "34" - }, - { - "examine": "He talks a good fight.", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "34" - }, - { - "examine": "He talks a good fight.", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "34" - }, - { - "examine": "He talks a good fight.", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "34" - }, - { - "examine": "He talks a good fight.", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "34" - }, - { - "examine": "He talks a good fight.", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "34" - }, - { - "examine": "The pun was intended.", - "melee_animation": "2804", - "range_animation": "0", - "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", - "id": "2849", - "aggressive": "true", - "range_level": "40", - "attack_level": "40" - }, - { - "examine": "A bunch of legs, eyes and teeth.", - "slayer_task": "76", - "melee_animation": "5319", - "range_animation": "0", - "combat_audio": "537,539,538", - "attack_speed": "4", - "respawn_delay": "60", - "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", - "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", - "range_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", - "range_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", - "range_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", - "range_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", - "range_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", - "range_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", - "range_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", - "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": "2863", - "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": "2866", - "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": "2869", - "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": "2878", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A knee-high horror from the ocean depths...", - "slayer_task": "24", - "melee_animation": "1579", - "range_animation": "0", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "1581", - "name": "Dagannoth fledgeling", - "defence_level": "52", - "safespot": null, - "lifepoints": "74", - "strength_level": "52", - "id": "2880", - "aggressive": "true", - "range_level": "1", - "attack_level": "52" - }, - { - "agg_radius": "8", - "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", - "range_level": "255", - "projectile": "475", - "attack_level": "255" - }, - { - "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, - "lifepoints": "300", - "strength_level": "1", - "id": "7134", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Aww, aren't they the cutest li - Argh!", - "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", - "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", - "attack_level": "68" - }, - { - "examine": "A powerful wizard.", - "combat_style": "2", - "attack_speed": "25", - "magic_level": "90", - "spell_id": "11", - "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", - "aggressive": "true", - "range_level": "1", - "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", - "aggressive": "true", - "range_level": "1", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "84" - }, - { - "examine": "He seems to have gone mad.", - "melee_animation": "426", - "range_animation": "426", - "magic_level": "25", - "defence_animation": "0", - "weakness": "1", - "magic_animation": "0", - "death_animation": "836", - "name": "null", - "defence_level": "25", - "safespot": null, - "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" - }, - { - "agg_radius": "8", - "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", - "range_level": "1", - "attack_level": "255" - }, - { - "agg_radius": "8", - "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", - "range_level": "255", - "attack_level": "255" - }, - { - "examine": "A fearsome magical creature from the deep.", - "combat_style": "2", - "melee_animation": "2365", - "attack_speed": "6", - "spell_id": "48", - "magic_level": "100", - "respawn_delay": "60", - "defence_animation": "2366", - "magic_animation": "2365", - "death_animation": "2367", - "name": "Wallasalki", - "defence_level": "80", - "safespot": null, - "lifepoints": "120", - "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" - }, - { - "melee_animation": "1312", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "1313", - "death_animation": "1314", - "name": "Giant Rock Crab", - "defence_level": "1", - "safespot": null, - "lifepoints": "240", - "strength_level": "1", - "id": "2885", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "attack_speed": "2", - "defence_animation": "2861", - "weakness": "7", - "magic_animation": "2860", - "death_animation": "2862", - "name": "Rock lobster", - "defence_level": "100", - "safespot": null, - "lifepoints": "150", - "strength_level": "100", - "id": "2889", - "range_level": "1", - "bonuses": "0,0,0,0,0,100,100,50,50,150,0,0,0,0,0", - "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", - "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", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "The Beast", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2941", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Lovely", - "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", - "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" - }, - { - "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", - "melee_animation": "0", - "range_animation": "0", - "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": "1" - }, - { - "examine": "A fully grown feline.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Mittens", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2988", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Cute and fluffy.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Topsy", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2990", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A friendly feline?", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Gertrude's cat", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2997", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Very well to do. I wonder what he's doing here.", - "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": "2998", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Rich.", - "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": "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", - "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": "3003", - "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": "3004", - "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": "3005", - "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": "3006", - "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": "3007", - "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": "3008", - "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": "3009", - "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": "3010", - "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": "3011", - "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": "3012", - "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": "3013", - "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": "3014", - "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": "3015", - "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": "3016", - "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": "3017", - "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": "3018", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Looks after your Farming tools.", - "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": "3021", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Phenomenal cosmic powers", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Genie", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3022", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "defence_level": "55", - "safespot": null, - "lifepoints": "78", - "strength_level": "55", - "id": "3026", - "aggressive": "true", - "range_level": "1", - "attack_level": "55" - }, - { - "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", - "defence_level": "55", - "safespot": null, - "lifepoints": "78", - "strength_level": "55", - "id": "3027", - "aggressive": "true", - "range_level": "1", - "attack_level": "55" - }, - { - "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", - "defence_level": "55", - "safespot": null, - "lifepoints": "78", - "strength_level": "55", - "id": "3028", - "aggressive": "true", - "range_level": "1", - "attack_level": "55" - }, - { - "examine": "The oldest man in Nardah.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "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", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "2946", - "name": "Earth Warrior Champion", - "defence_level": "51", - "safespot": null, - "lifepoints": "72", - "strength_level": "51", - "id": "3057", - "aggressive": "true", - "range_level": "1", - "attack_level": "51" - }, - { - "examine": "Champion of the giants.", - "melee_animation": "6368", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "8", - "slayer_exp": "35", - "magic_animation": "0", - "death_animation": "6369", - "name": "Giant Champion", - "defence_level": "28", - "safespot": null, - "lifepoints": "40", - "strength_level": "28", - "id": "3058", - "aggressive": "true", - "range_level": "1", - "attack_level": "28" - }, - { - "examine": "Champion of the ghouls.", - "melee_animation": "422", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "slayer_exp": "50", - "magic_animation": "0", - "death_animation": "836", - "name": "Ghoul Champion", - "defence_level": "43", - "safespot": null, - "lifepoints": "61", - "strength_level": "43", - "id": "3059", - "aggressive": "true", - "range_level": "43", - "attack_level": "43" - }, - { - "examine": "Champion of the goblins.", - "melee_animation": "6188", - "range_animation": "0", - "combat_audio": "469,472,471", - "magic_level": "12", - "defence_animation": "0", - "weakness": "10", - "magic_animation": "0", - "death_animation": "6190", - "name": "Goblin Champion", - "defence_level": "12", - "safespot": null, - "lifepoints": "17", - "strength_level": "6", - "id": "3060", - "range_level": "1", - "attack_level": "6" - }, - { - "examine": "Champion of the hobgoblins.", - "combat_style": "1", - "range_animation": "0", - "combat_audio": "469,472,471", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "0", - "magic_animation": "0", - "death_animation": "2958", - "name": "Hobgoblin Champion", - "defence_level": "28", - "safespot": null, - "lifepoints": "40", - "strength_level": "14", - "id": "3061", - "aggressive": "true", - "range_level": "28", - "attack_level": "14" - }, - { - "examine": "Champion of the imps.", - "melee_animation": "5285", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "172", - "name": "Imp Champion", - "defence_level": "7", - "safespot": null, - "lifepoints": "10", - "strength_level": "7", - "id": "3062", - "aggressive": "true", - "range_level": "7", - "attack_level": "7" - }, - { - "examine": "Champion of the jogres.", - "melee_animation": "2100", - "range_animation": "0", - "poisonous": "true", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "8576", - "name": "Jogre Champion", - "defence_level": "54", - "safespot": null, - "lifepoints": "77", - "strength_level": "54", - "id": "3063", - "aggressive": "true", - "range_level": "1", - "attack_level": "54" - }, - { - "examine": "Champion of the lesser demons.", - "melee_animation": "64", - "range_animation": "0", - "combat_audio": "400,404,403", - "magic_level": "81", - "respawn_delay": "60", - "defence_animation": "65", - "weakness": "5", - "slayer_exp": "79", - "magic_animation": "0", - "death_animation": "67", - "name": "Lesser Demon Champion", - "defence_level": "81", - "safespot": null, - "lifepoints": "115", - "strength_level": "1", - "id": "3064", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Champion of the skeletons.", - "combat_style": "1", - "melee_animation": "5512", - "range_animation": "0", - "combat_audio": "774,775,777", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "2", - "magic_animation": "0", - "death_animation": "5514", - "name": "Skeleton Champion", - "defence_level": "20", - "safespot": null, - "lifepoints": "28", - "strength_level": "10", - "id": "3065", - "aggressive": "true", - "range_level": "20", - "attack_level": "10" - }, - { - "examine": "Champion of the zombies.", - "melee_animation": "5581", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "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.", - "slayer_task": "95", - "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", - "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.", - "slayer_task": "95", - "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", - "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 household pest.", - "melee_animation": "8785", - "range_animation": "0", - "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", - "id": "7158", - "range_level": "1", - "attack_level": "3" - }, - { - "examine": "Eurgh! A big bug.", - "melee_animation": "8787", - "range_animation": "0", - "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", - "id": "7159", - "range_level": "1", - "attack_level": "22" - }, - { - "examine": "Euww! A giant bug.", - "melee_animation": "8786", - "range_animation": "0", - "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", - "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", - "aggressive": "true", - "range_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", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "safespot": null, - "lifepoints": "5", - "strength_level": "1", - "id": "7202", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "safespot": null, - "lifepoints": "5", - "strength_level": "1", - "id": "7204", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7206", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "It's searching for crumbs of chocolate.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Spider", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7207", - "range_level": "1", - "attack_level": "1" - }, - { - "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": "Snail", - "defence_level": "1", - "safespot": null, - "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", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Monkey", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "629,631,630", - "strength_level": "1", - "id": "7211", - "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": "7212", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Monkey", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "629,631,630", - "strength_level": "1", - "id": "7213", - "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": "7214", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Monkey", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "629,631,630", - "strength_level": "1", - "id": "7215", - "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": "7216", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Monkey", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "629,631,630", - "strength_level": "1", - "id": "7217", - "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": "7218", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Monkey", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "629,631,630", - "strength_level": "1", - "id": "7219", - "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": "7220", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Monkey", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "629,631,630", - "strength_level": "1", - "id": "7221", - "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": "7222", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Monkey", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "629,631,630", - "strength_level": "1", - "id": "7223", - "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": "7224", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Monkey", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "629,631,630", - "strength_level": "1", - "id": "7225", - "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": "7226", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Monkey", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "629,631,630", - "strength_level": "1", - "id": "7227", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "It's a tiny", - "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", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "It's a tiny", - "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", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "It's a tiny", - "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", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "It's a tiny", - "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", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "It's a tiny", - "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", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "It's a tiny", - "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", - "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": "7234", - "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": "7235", - "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": "7236", - "range_level": "1", - "attack_level": "1" - }, - { - "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": "7275", - "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": "7285", - "range_level": "1", - "attack_level": "1" - }, - { - "combat_style": "1", - "melee_animation": "8222", - "magic_level": "70", - "respawn_delay": "0", - "defence_animation": "8224", - "death_animation": "8226", - "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": "1", - "melee_animation": "8222", - "range_animation": "0", - "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", - "id": "7330", - "bonuses": "60,60,60,60,50,50,100,200,200,28,100,100,70,70,70", - "range_level": "65", - "attack_level": "60" - }, - { - "examine": "It buzzes and bites. Nasty.", - "melee_animation": "8032", - "range_animation": "8032", - "magic_level": "21", - "respawn_delay": "50", - "defence_animation": "8034", - "magic_animation": "8032", - "death_animation": "8033", - "name": "Spirit mosquito", - "defence_level": "25", - "poison_immune": "true", - "safespot": null, - "lifepoints": "43", - "strength_level": "24", - "id": "7331", - "bonuses": "45,49,42,39,47,46,29,43,51,16,53,10,0,0,0", - "range_level": "25", - "attack_level": "28" - }, - { - "examine": "It buzzes and bites. Nasty.", - "melee_animation": "8032", - "range_animation": "8032", - "magic_level": "21", - "respawn_delay": "50", - "defence_animation": "8034", - "weakness": "10", - "magic_animation": "8032", - "death_animation": "8033", - "name": "Spirit mosquito", - "defence_level": "25", - "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", - "death_animation": "8176", - "name": "Void spinner", - "defence_level": "34", - "safespot": null, - "lifepoints": "48", - "strength_level": "34", - "id": "7334", - "range_level": "34", - "attack_level": "34" - }, - { - "death_animation": "7864", - "name": "Forge regent", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "melee_animation": "7863", - "strength_level": "1", - "id": "7335", - "range_level": "1", - "respawn_delay": "0", - "attack_level": "1", - "defence_animation": "7865" - }, - { - "examine": "This one will burn right through the net!", - "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" - }, - { - "death_animation": "5230", - "name": "Spirit larupia", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "melee_animation": "5228", - "strength_level": "1", - "id": "7337", - "range_level": "1", - "respawn_delay": "0", - "attack_level": "1", - "defence_animation": "5227" - }, - { - "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.", - "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.", - "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" - }, - { - "combat_style": "1", - "melee_animation": "7980", - "respawn_delay": "0", - "defence_animation": "7981", - "death_animation": "7692", - "name": "Lava titan", - "defence_level": "1", - "safespot": null, - "lifepoints": "528", - "strength_level": "1", - "id": "7341", - "bonuses": "100,120,90,100,90,90,40,50,0,0,0,0,0,0,0", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Made of lava.", - "combat_style": "1", - "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!", - "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!", - "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" - }, - { - "death_animation": "5990", - "name": "Talon beast", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "melee_animation": "5989", - "strength_level": "1", - "id": "7347", - "range_level": "1", - "respawn_delay": "0", - "attack_level": "1", - "defence_animation": "5988" - }, - { - "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" - }, - { - "death_animation": "7979", - "name": "Abyssal titan", - "defence_level": "1", - "safespot": null, - "lifepoints": "667", - "melee_animation": "7693", - "strength_level": "1", - "id": "7349", - "range_level": "1", - "respawn_delay": "0", - "attack_level": "1", - "defence_animation": "7691" - }, - { - "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.", - "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" - }, - { - "death_animation": "7758", - "name": "Giant chinchompa", - "defence_level": "1", - "safespot": null, - "lifepoints": "1", - "melee_animation": "7755", - "strength_level": "1", - "id": "7353", - "range_level": "1", - "respawn_delay": "0", - "attack_level": "1", - "defence_animation": "7753" - }, - { - "examine": "Looks a little...volatile.", - "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!", - "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!", - "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" - }, - { - "combat_style": "1", - "melee_animation": "8257", - "attack_speed": "3", - "respawn_delay": "0", - "defence_animation": "8256", - "death_animation": "8258", - "name": "Spirit Tz-Kih", - "defence_level": "1", - "safespot": null, - "lifepoints": "62", - "strength_level": "1", - "id": "7361", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "This bat burned down the belfry.", - "combat_style": "1", - "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" - }, - { - "start_gfx": "1367", - "melee_animation": "5228", - "respawn_delay": "0", - "defence_animation": "5227", - "death_animation": "5230", - "name": "Spirit graahk", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7363", - "range_level": "1", - "attack_level": "1" - }, - { - "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" - }, - { - "start_gfx": "1365", - "melee_animation": "5228", - "respawn_delay": "0", - "defence_animation": "5227", - "death_animation": "5230", - "name": "Spirit kyatt", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7365", - "range_level": "1", - "attack_level": "1" - }, - { - "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": "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": "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" - }, - { - "death_animation": "7996", - "name": "Ravenous locust", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "melee_animation": "7994", - "strength_level": "1", - "id": "7374", - "range_level": "1", - "respawn_delay": "0", - "attack_level": "1", - "defence_animation": "7995" - }, - { - "examine": "He is an iron man!", - "combat_style": "1", - "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": "1", - "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": "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", - "magic_level": "25", - "defence_animation": "0", - "weakness": "3", - "magic_animation": "0", - "name": "Elisabeta", - "defence_level": "25", - "safespot": null, - "lifepoints": "7", - "strength_level": "25", - "id": "7398", - "aggressive": "true", - "range_level": "25", - "attack_level": "25" - }, - { - "examine": "A popular dwarven delicacy.", - "melee_animation": "2705", - "range_animation": "2705", - "combat_audio": "3102,3104,3103", - "attack_speed": "5", - "defence_animation": "2706", - "magic_animation": "2705", - "death_animation": "2707", - "name": "Rat", - "defence_level": "1", - "safespot": null, - "lifepoints": "2", - "strength_level": "1", - "id": "7417", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An impling manager: what a terrifying thought!", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Wigglewoo", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7425", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "This worker looks after the incubator.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "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", - "strength_level": "1", - "id": "7438", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Elf warrior", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7439", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Elf warrior", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7440", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Elf warrior", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "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", - "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", - "id": "7443", - "aggressive": "true", - "range_level": "1", - "attack_level": "8" - }, - { - "name": "Fairtrade", - "defence_level": "1", - "safespot": null, - "lifepoints": "75", - "strength_level": "1", - "attack_speed": "5", - "id": "7459", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "name": "Teapotspout", - "defence_level": "1", - "safespot": null, - "lifepoints": "75", - "strength_level": "1", - "attack_speed": "5", - "id": "7460", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "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", - "safespot": null, - "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", - "bonuses": "20,20,20,20,20,20,20,20,20,20,20,20,45,20,0", - "range_level": "1", - "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", - "bonuses": "20,20,20,20,20,20,20,20,20,20,20,20,45,20,0", - "range_level": "1", - "attack_level": "99" - }, - { - "examine": "His usual sunny disposition is not in evidence.", - "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", - "attack_level": "30" - }, - { - "name": "Berrybree", - "defence_level": "1", - "safespot": null, - "lifepoints": "50", - "strength_level": "1", - "id": "7476", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "name": "Stuffstuffer", - "defence_level": "1", - "safespot": null, - "lifepoints": "50", - "strength_level": "1", - "id": "7477", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "name": "Learking", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "strength_level": "1", - "id": "7479", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "name": "Rachael", - "defence_level": "1", - "safespot": null, - "lifepoints": "70", - "strength_level": "1", - "id": "7480", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "examine": "You clearly can't live on treasure alone.", - "slayer_task": "75", - "range_animation": "0", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "5491", - "name": "Cool Mom227", - "defence_level": "30", - "safespot": null, - "lifepoints": "42", - "strength_level": "30", - "id": "7481", - "range_level": "1", - "attack_level": "30" - }, - { - "examine": "A testament to the effect of greed.", - "slayer_task": "75", - "range_animation": "0", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "5491", - "name": "Purepker895", - "defence_level": "30", - "safespot": null, - "lifepoints": "42", - "strength_level": "30", - "id": "7482", - "range_level": "1", - "attack_level": "30" - }, - { - "examine": "He wanted loot", - "slayer_task": "75", - "range_animation": "0", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "5491", - "name": "Pkmaster0036", - "defence_level": "30", - "safespot": null, - "lifepoints": "42", - "strength_level": "30", - "id": "7483", - "range_level": "1", - "attack_level": "30" - }, - { - "examine": "Eternally looking for that big payday.", - "slayer_task": "75", - "range_animation": "0", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "5491", - "name": "Cow1337killr", - "defence_level": "30", - "safespot": null, - "lifepoints": "42", - "strength_level": "30", - "id": "7484", - "range_level": "1", - "attack_level": "30" - }, - { - "examine": "No more tea-breaks for this one.", - "slayer_task": "75", - "range_animation": "0", - "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.", - "slayer_task": "75", - "range_animation": "0", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "5491", - "name": "Mathdude", - "defence_level": "30", - "safespot": null, - "lifepoints": "42", - "strength_level": "30", - "id": "7486", - "range_level": "1", - "attack_level": "30" - }, - { - "examine": "An anatomist's dream.", - "slayer_task": "75", - "range_animation": "0", - "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.", - "slayer_task": "75", - "range_animation": "0", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "5491", - "name": "1337sp34kr", - "defence_level": "30", - "safespot": null, - "lifepoints": "42", - "strength_level": "30", - "id": "7488", - "range_level": "1", - "attack_level": "30" - }, - { - "examine": "A desert dweller taken to banditry.", - "melee_animation": "9705", - "range_animation": "0", - "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.", - "melee_animation": "9715", - "range_animation": "0", - "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": "7493", - "range_level": "1", - "attack_level": "30" - }, - { - "examine": "He hasn't found much of use", - "melee_animation": "9705", - "range_animation": "0", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "836", - "name": "Sue Spammers", - "defence_level": "30", - "safespot": null, - "lifepoints": "42", - "strength_level": "30", - "id": "7494", - "range_level": "1", - "attack_level": "30" - }, - { - "examine": "An amateur historian with added greed.", - "melee_animation": "9715", - "range_animation": "0", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "836", - "name": "Killerwail", - "defence_level": "30", - "safespot": null, - "lifepoints": "42", - "strength_level": "30", - "id": "7495", - "range_level": "1", - "attack_level": "30" - }, - { - "examine": "It all started with her love of genealogy.", - "melee_animation": "9705", - "range_animation": "0", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "836", - "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.", - "slayer_task": "70", - "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.", - "slayer_task": "70", - "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.", - "slayer_task": "70", - "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.", - "slayer_task": "70", - "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", - "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", - "attack_speed": "6", - "respawn_delay": "60", - "defence_animation": "425", - "death_animation": "836", - "name": "Redheadmonky", - "defence_level": "1", - "safespot": null, - "lifepoints": "22", - "strength_level": "1", - "id": "7528", - "range_level": "1", - "attack_level": "1" - }, - { - "slayer_exp": "0", - "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" - }, - { - "examine": "Not somewhere I want to go...", - "attack_speed": "90", - "magic_level": "70", - "respawn_delay": "125", - "name": "Portal", - "defence_level": "90", - "safespot": null, - "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" - }, - { - "examine": "Not somewhere I want to go...", - "attack_speed": "5", - "magic_level": "50", - "respawn_delay": "125", - "name": "Portal", - "defence_level": "90", - "safespot": null, - "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", - "bonuses": "200,200,100,200,100,0,0,0,0,0,0,0,0,0,0", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Not somewhere I want to go...", - "melee_animation": "0", - "range_animation": "0", - "attack_speed": "5", - "magic_level": "90", - "respawn_delay": "125", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Portal", - "defence_level": "90", - "safespot": null, - "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", - "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": "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", - "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.", - "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": "7558", - "bonuses": "50,50,100,100,50,0,0,0,0,0,0,0,0,0,0", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Looks after your Farming tools.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Brawler", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7559", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Looks after your Farming tools.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Lostme", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7560", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Looks after your Farming tools.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Chiercat", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7561", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Looks after your Farming tools.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Skydischarge", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7562", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Looks after your Farming tools.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Agplus", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7563", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Looks after your Farming tools.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Distantthin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7564", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Looks after your Farming tools.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Allmarshes", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7565", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Looks after your Farming tools.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Explosive67", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7566", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Looks after your Farming tools.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Alpha1beta", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7569", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7570", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7571", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7572", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7573", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Poledragon", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "408,410,409", - "strength_level": "1", - "id": "7580", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He likes inflicting pain.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Al Truism", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7582", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "The Don of penguins.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Ohhhhdude", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7583", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A penguin pushing paper", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Torcher", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7585", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A penguin pushing paper", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Torcher", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7586", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He's a little rough around the edges.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Shifter", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7593", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He has unbelievable strength!", - "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": "7605", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Vyrewatch", - "defence_level": "1", - "safespot": null, - "lifepoints": "95", - "strength_level": "1", - "attack_speed": "6", - "id": "7606", - "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": "7607", - "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": "7608", - "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": "7609", - "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": "7614", - "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": "7615", - "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": "7616", - "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": "7617", - "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": "7618", - "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": "7619", - "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": "7620", - "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": "7621", - "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": "7626", - "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": "7627", - "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": "7628", - "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": "7629", - "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": "7631", - "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": "7632", - "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": "7634", - "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": "7635", - "aggressive": "true", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "examine": "Ew it's still alive.", - "slayer_task": "21", - "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", - "defence_level": "85", - "safespot": null, - "lifepoints": "90", - "strength_level": "85", - "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" - }, - { - "examine": "Ew it's still alive.", - "slayer_task": "21", - "melee_animation": "9125", - "range_animation": "9125", - "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", - "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" - }, - { - "examine": "A bloodveld with a very mixed heritage.", - "slayer_task": "10", - "melee_animation": "9102", - "range_animation": "0", - "attack_speed": "5", - "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", - "strength_level": "56", - "id": "7642", - "aggressive": "true", - "range_level": "1", - "attack_level": "56" - }, - { - "examine": "A bloodveld with a very mixed heritage.", - "slayer_task": "10", - "melee_animation": "9102", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "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.", - "slayer_task": "27", - "melee_animation": "6565", - "range_animation": "0", - "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", - "id": "7711", - "range_level": "1", - "attack_level": "24" - }, - { - "melee_animation": "8080", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "8084", - "death_animation": "8078", - "name": "Baby icefiend", - "defence_level": "1", - "safespot": null, - "lifepoints": "50", - "strength_level": "1", - "id": "7713", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A small ice demon.", - "slayer_task": "46", - "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": "Icefiend", - "defence_level": "25", - "safespot": null, - "lifepoints": "35", - "strength_level": "1", - "id": "7714", - "aggressive": "true", - "clue_level": "0", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "The icefiend seems to be melting.", - "slayer_task": "46", - "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": "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.", - "slayer_task": "46", - "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", - "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": "7727", - "range_level": "1", - "attack_level": "12" - }, - { - "melee_animation": "8080", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "8084", - "death_animation": "8078", - "name": "Baby icefiend", - "defence_level": "1", - "safespot": null, - "lifepoints": "50", - "strength_level": "1", - "id": "7736", - "aggressive": "true", - "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", - "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", - "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", - "id": "7772", - "aggressive": "true", - "range_level": "38", - "attack_level": "28" - }, - { - "examine": "A monster like many others", - "combat_style": "2", - "melee_animation": "9341", - "range_animation": "0", - "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", - "id": "7773", - "aggressive": "true", - "range_level": "38", - "attack_level": "28" - }, - { - "examine": "A big, scary hand! ", - "melee_animation": "1802", - "attack_speed": "6", - "respawn_delay": "60", - "defence_animation": "1803", - "slayer_exp": "105", - "death_animation": "1804", - "name": "Wall Beast", - "defence_level": "38", - "movement_radius": "1", - "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", - "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", - "id": "7891", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A man of his craft.", - "name": "Smelting Tutor", - "defence_level": "1", - "movement_radius": "5", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7958", - "range_level": "1", - "attack_level": "1" - }, - { - "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" - }, - { - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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": "He likes Guthix a bit.", - "name": "Druid", - "id": "14" - }, - { - "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": "Servant of the Duke of Lumbridge.", - "melee_animation": "422", - "range_animation": "422", - "attack_speed": "4", - "magic_level": "22", - "defence_animation": "404", - "magic_animation": "422", - "death_animation": "9055", - "name": "Hans", - "defence_level": "14", - "safespot": "0", - "lifepoints": "12", - "strength_level": "17", - "id": "0", - "range_level": "1", - "attack_level": "17" - }, - { - "examine": "One of 2009Scape's many citizens.", - "melee_animation": "422", - "range_animation": "422", - "combat_audio": "511,513,512", - "attack_speed": "4", - "magic_level": "6", - "respawn_delay": "18", - "defence_animation": "404", - "weakness": "9", - "slayer_exp": "0", - "magic_animation": "422", - "death_animation": "9055", - "name": "Man", - "defence_level": "5", - "safespot": null, - "lifepoints": "10", - "strength_level": "2", - "id": "1", - "clue_level": "0", - "range_level": "1", - "attack_level": "5" - }, - { - "examine": "One of 2009Scape's many citizens.", - "melee_animation": "422", - "range_animation": "422", - "combat_audio": "511,513,512", - "attack_speed": "4", - "respawn_delay": "60", - "defence_animation": "404", - "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 2009Scape'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 2009Scape'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 2009Scape'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 2009Scape'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": "425", - "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": "422", - "range_animation": "0", - "combat_audio": "511,513,512", - "attack_speed": "4", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "836", - "name": "Guard", - "defence_level": "13", - "safespot": null, - "lifepoints": "18", - "strength_level": "13", - "id": "9", - "clue_level": "1", - "range_level": "1", - "attack_level": "13" - }, - { - "examine": "She looks happy.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Schoolgirl", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "10", - "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": "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.", - "name": "Druid", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "511,513,512", - "strength_level": "1", - "id": "14", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Not very fashion conscious.", - "melee_animation": "386", - "range_animation": "0", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "836", - "name": "Warrior woman", - "defence_level": "22", - "safespot": null, - "lifepoints": "20", - "strength_level": "22", - "id": "15", - "range_level": "1", - "attack_level": "22" - }, - { - "examine": "One of the citizens of Al Kharid.", - "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": "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", - "attack_speed": "6", - "defence_animation": "387", - "weakness": "7", - "magic_animation": "390", - "death_animation": "836", - "name": "Al-Kharid warrior", - "defence_level": "5", - "safespot": null, - "lifepoints": "19", - "strength_level": "15", - "id": "18", - "clue_level": "0", - "range_level": "1", - "attack_level": "7" - }, - { - "examine": "Shiny armour!", - "melee_animation": "7042", - "range_animation": "0", - "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", - "id": "19", - "range_level": "1", - "attack_level": "25" - }, - { - "examine": "A holy warrior.", - "melee_animation": "390", - "combat_audio": "511,513,512", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "425", - "death_animation": "836", - "name": "Paladin", - "defence_level": "54", - "safespot": null, - "lifepoints": "66", - "strength_level": "54", - "id": "20", - "range_level": "1", - "attack_level": "54" - }, - { - "examine": "Heroic!", - "melee_animation": "390", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "425", - "weakness": "7", - "magic_animation": "0", - "death_animation": "836", - "name": "Hero", - "defence_level": "54", - "safespot": null, - "lifepoints": "82", - "strength_level": "55", - "id": "21", - "range_level": "1", - "attack_level": "54" - }, - { - "examine": "They love the forests.", - "melee_animation": "422", - "range_animation": "0", - "combat_audio": "511,513,512", - "attack_speed": "4", - "respawn_delay": "18", - "defence_animation": "404", - "magic_animation": "0", - "death_animation": "9055", - "name": "Forester", - "defence_level": "8", - "safespot": null, - "lifepoints": "17", - "strength_level": "13", - "id": "22", - "range_level": "1", - "attack_level": "14" - }, - { - "examine": "A member of Ardougne's militia.", - "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": "23", - "range_level": "1", - "attack_level": "38" - }, - { - "examine": "One of 2009Scape'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": "24", - "clue_level": "0", - "range_level": "1", - "attack_level": "3" - }, - { - "examine": "One of 2009Scape'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": "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", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Zoo keeper", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "28", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "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.", - "slayer_task": "7", - "melee_animation": "5387", - "range_animation": "5387", - "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", - "id": "41", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Freshly sheared.", - "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": "42", - "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": "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.", - "slayer_task": "7", - "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", - "combat_audio": "3102,3104,3103", - "attack_speed": "5", - "defence_animation": "2706", - "magic_animation": "2705", - "death_animation": "2707", - "name": "Rat", - "defence_level": "1", - "safespot": null, - "lifepoints": "2", - "strength_level": "1", - "id": "47", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A jungle version of the chicken, but more vicious.", - "slayer_task": "7", - "melee_animation": "5387", - "range_animation": "0", - "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", - "id": "48", - "range_level": "1", - "attack_level": "40" - }, - { - "examine": "Hello, nice doggy...", - "slayer_task": "43", - "melee_animation": "6562", - "range_animation": "6562", - "combat_audio": "3717,3719,3718", - "attack_speed": "4", - "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", - "id": "49", - "clue_level": "2", - "range_level": "1", - "attack_level": "105" - }, - { - "agg_radius": "64", - "examine": "The biggest, meanest dragon around.", - "slayer_task": "9", - "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", - "bonuses": "0,0,0,0,0,70,90,90,80,70,0,0,0,0,0", - "clue_level": "2", - "range_level": "1", - "attack_level": "240" - }, - { - "examine": "A dragon covered in frost and ice.", - "combat_audio": "408,410,409", - "magic_level": "116", - "respawn_delay": "25", - "weakness": "0", - "name": "Baby dragon", - "defence_level": "112", - "safespot": null, - "lifepoints": "160", - "strength_level": "103", - "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" - }, - { - "examine": "Young but still dangerous.", - "slayer_task": "11", - "combat_audio": "408,410,409", - "magic_level": "1", - "weakness": "3", - "slayer_exp": "50", - "name": "Baby blue dragon", - "defence_level": "40", - "safespot": null, - "lifepoints": "50", - "strength_level": "40", - "id": "52", - "bonuses": "0,0,0,0,0,30,50,50,40,30,0,0,0,0,0", - "range_level": "1", - "attack_level": "40" - }, - { - "examine": "A big powerful dragon.", - "slayer_task": "68", - "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": "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" - }, - { - "examine": "A fierce dragon with black scales!", - "slayer_task": "9", - "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": "54", - "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": "200" - }, - { - "examine": "A mother dragon.", - "slayer_task": "11", - "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": "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" - }, - { - "examine": "A wood nymph.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Dryad", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "56", - "range_level": "1", - "attack_level": "1" - }, - { - "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?", - "slayer_task": "76", - "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", - "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.", - "slayer_task": "76", - "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.", - "slayer_task": "76", - "melee_animation": "5327", - "range_animation": "5327", - "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", - "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" - }, - { - "examine": "Incey wincey.", - "slayer_task": "76", - "melee_animation": "6249", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "2", - "slayer_exp": "2", - "magic_animation": "0", - "death_animation": "6251", - "name": "Spider", - "defence_level": "1", - "safespot": null, - "lifepoints": "1", - "strength_level": "1", - "id": "61", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A barely visible deadly jungle spider.", - "slayer_task": "76", - "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.", - "slayer_task": "76", - "melee_animation": "5327", - "range_animation": "5327", - "combat_audio": "537,539,538", - "attack_speed": "4", - "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.", - "slayer_task": "76", - "melee_animation": "5327", - "range_animation": "0", - "combat_audio": "537,539,538", - "attack_speed": "4", - "respawn_delay": "60", - "defence_animation": "0", - "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", - "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", - "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.", - "slayer_task": "93", - "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.", - "slayer_task": "93", - "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.", - "slayer_task": "93", - "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.", - "slayer_task": "93", - "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.", - "slayer_task": "93", - "melee_animation": "5568", - "range_animation": "0", - "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", - "id": "77", - "range_level": "1", - "attack_level": "8" - }, - { - "examine": "An annoying flappy thing.", - "slayer_task": "5", - "melee_animation": "4915", - "range_animation": "4915", - "attack_speed": "4", - "magic_level": "1", - "defence_animation": "4916", - "weakness": "4", - "slayer_exp": "8", - "magic_animation": "4915", - "death_animation": "4917", - "name": "Giant bat", - "defence_level": "22", - "safespot": null, - "lifepoints": "32", - "strength_level": "22", - "id": "78", - "aggressive": "true", - "range_level": "1", - "attack_level": "22" - }, - { - "examine": "A shadowy, barely visible flying entity from some evil place.", - "slayer_task": "5", - "melee_animation": "4915", - "range_animation": "0", - "attack_speed": "4", - "magic_level": "1", - "respawn_delay": "60", - "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", - "id": "79", - "aggressive": "true", - "range_level": "1", - "attack_level": "70" - }, - { - "examine": "Oh, it's a camel.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Camel", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "80", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Converts grass to beef.", - "slayer_task": "20", - "melee_animation": "5849", - "range_animation": "5849", - "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", - "id": "81", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Lesser, but still pretty big.", - "slayer_task": "56", - "melee_animation": "4630", - "range_animation": "4630", - "combat_audio": "400,404,403", - "attack_speed": "4", - "magic_level": "1", - "respawn_delay": "20", - "defence_animation": "65", - "weakness": "4", - "slayer_exp": "79", - "magic_animation": "4630", - "death_animation": "67", - "name": "Lesser demon", - "defence_level": "71", - "safespot": null, - "lifepoints": "81", - "strength_level": "70", - "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" - }, - { - "examine": "Big, red, and incredibly evil.", - "slayer_task": "40", - "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", - "range_level": "1", - "attack_level": "76" - }, - { - "examine": "A big, scary, jet-black demon.", - "slayer_task": "8", - "melee_animation": "64", - "range_animation": "64", - "combat_audio": "400,404,403", - "attack_speed": "4", - "magic_level": "1", - "respawn_delay": "38", - "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": "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" - }, - { - "examine": "A creature made from clay.", - "melee_animation": "422", - "range_animation": "422", - "magic_level": "1", - "defence_animation": "404", - "magic_animation": "422", - "death_animation": "9055", - "name": "Golem", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "85", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Overgrown vermin.", - "slayer_task": "67", - "melee_animation": "4933", - "range_animation": "4933", - "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", - "id": "86", - "aggressive": "true", - "range_level": "1", - "attack_level": "2" - }, - { - "examine": "Overgrown vermin.", - "slayer_task": "67", - "melee_animation": "4933", - "range_animation": "0", - "combat_audio": "703,705,704", - "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, - "lifepoints": "10", - "strength_level": "5", - "id": "87", - "aggressive": "true", - "range_level": "1", - "attack_level": "6" - }, - { - "examine": "A dirty rat.", - "slayer_task": "67", - "range_animation": "0", - "combat_audio": "703,705,704", - "attack_speed": "4", - "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", - "combat_audio": "496,498,497", - "attack_speed": "4", - "magic_level": "1", - "respawn_delay": "32", - "defence_animation": "6375", - "weakness": "3", - "magic_animation": "6376", - "death_animation": "6377", - "name": "Unicorn", - "defence_level": "13", - "safespot": null, - "lifepoints": "19", - "strength_level": "13", - "id": "89", - "range_level": "1", - "attack_level": "11" - }, - { - "examine": "Could do with gaining a few pounds.", - "slayer_task": "75", - "melee_animation": "5485", - "range_animation": "5485", - "combat_audio": "774,775,777", - "attack_speed": "4", - "respawn_delay": "32", - "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.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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": "An undead worker of dark magic.", - "slayer_task": "75", - "combat_style": "2", - "melee_animation": "5487", - "range_animation": "5523", - "combat_audio": "774,775,777", - "attack_speed": "4", - "magic_level": "18", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "3", - "slayer_exp": "17", - "magic_animation": "0", - "death_animation": "5491", - "name": "Skeleton Mage", - "defence_level": "14", - "safespot": null, - "lifepoints": "17", - "strength_level": "14", - "id": "94", - "range_level": "1", - "attack_level": "14" - }, - { - "examine": "Not man's best friend.", - "slayer_task": "92", - "melee_animation": "6559", - "combat_audio": "481,491,490", - "attack_speed": "4", - "slayer_exp": "69", - "death_animation": "6558", - "name": "Wolf", - "defence_level": "52", - "safespot": null, - "lifepoints": "69", - "strength_level": "55", - "id": "95", - "range_level": "1", - "attack_level": "50" - }, - { - "examine": "A vicious mountain wolf.", - "slayer_task": "92", - "melee_animation": "6579", - "range_animation": "6579", - "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", - "id": "96", - "aggressive": "true", - "range_level": "1", - "attack_level": "20" - }, - { - "examine": "A vicious mountain wolf.", - "slayer_task": "92", - "melee_animation": "6579", - "range_animation": "6579", - "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", - "id": "97", - "aggressive": "true", - "range_level": "1", - "attack_level": "30" - }, - { - "examine": "Bow wow.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Dog", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "98", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He doesn't seem pleased to see me.", - "slayer_task": "27", - "melee_animation": "6562", - "range_animation": "6562", - "attack_speed": "4", - "respawn_delay": "15", - "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", - "id": "99", - "aggressive": "true", - "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", - "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" - }, - { - "examine": "Eeek a ghost!", - "slayer_task": "36", - "melee_animation": "5540", - "range_animation": "5540", - "combat_audio": "436,439,438", - "attack_speed": "5", - "magic_level": "18", - "respawn_delay": "20", - "defence_animation": "5541", - "weakness": "5", - "slayer_exp": "25", - "magic_animation": "5540", - "death_animation": "5542", - "name": "Ghost", - "defence_level": "6", - "safespot": null, - "lifepoints": "13", - "strength_level": "7", - "id": "103", - "bonuses": "2,2,2,2,2,2,2,2,2,2,2,2,90,2,2", - "range_level": "1", - "attack_level": "6" - }, - { - "examine": "Eeek! A ghost!", - "slayer_task": "36", - "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": "104", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Eek! A bear!", - "slayer_task": "6", - "melee_animation": "4925", - "range_animation": "0", - "combat_audio": "498,500,499", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "slayer_exp": "27", - "magic_animation": "0", - "death_animation": "4929", - "name": "Grizzly bear", - "defence_level": "23", - "safespot": null, - "lifepoints": "32", - "strength_level": "23", - "id": "105", - "aggressive": "true", - "range_level": "1", - "attack_level": "23" - }, - { - "examine": "Eek! A bear!", - "slayer_task": "6", - "melee_animation": "4925", - "range_animation": "0", - "combat_audio": "498,500,499", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "slayer_exp": "25", - "magic_animation": "0", - "death_animation": "4929", - "name": "Black bear", - "defence_level": "17", - "safespot": null, - "lifepoints": "24", - "strength_level": "17", - "id": "106", - "range_level": "1", - "attack_level": "17" - }, - { - "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.", - "slayer_task": "71", - "melee_animation": "6254", - "range_animation": "0", - "combat_audio": "3611,3612,3610", - "poisonous": "true", - "respawn_delay": "60", - "defence_animation": "6255", - "weakness": "0", - "poison_amount": "3", - "magic_animation": "0", - "death_animation": "6256", - "name": "Poison Scorpion", - "defence_level": "35", - "safespot": null, - "lifepoints": "17", - "strength_level": "1", - "id": "108", - "aggressive": "true", - "range_level": "35", - "attack_level": "1" - }, - { - "examine": "Tiny", - "slayer_task": "71", - "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.", - "slayer_task": "33", - "melee_animation": "4666", - "range_animation": "4666", - "combat_audio": "449,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": "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" - }, - { - "examine": "He's got icicles in his beard.", - "slayer_task": "47", - "melee_animation": "4672", - "range_animation": "0", - "combat_audio": "449,451,450", - "attack_speed": "5", - "magic_level": "1", - "respawn_delay": "60", - "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": "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" - }, - { - "examine": "His beard seems to have a life of its own.", - "slayer_task": "62", - "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": "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" - }, - { - "examine": "An aggressive humanoid.", - "melee_animation": "128", - "range_animation": "128", - "attack_speed": "5", - "defence_animation": "129", - "magic_animation": "128", - "death_animation": "131", - "name": "Jogre", - "defence_level": "41", - "safespot": null, - "lifepoints": "50", - "strength_level": "1", - "id": "113", - "aggressive": "true", - "clue_level": "1", - "range_level": "1", - "attack_level": "41" - }, - { - "examine": "Big, ugly, and smelly.", - "melee_animation": "359", - "range_animation": "359", - "attack_speed": "6", - "magic_level": "27", - "respawn_delay": "25", - "defence_animation": "360", - "magic_animation": "359", - "death_animation": "361", - "name": "Mogre", - "defence_level": "27", - "safespot": null, - "lifepoints": "60", - "strength_level": "27", - "id": "114", - "aggressive": "true", - "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.", - "slayer_task": "44", - "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", - "range_level": "1", - "attack_level": "65" - }, - { - "examine": "A very large foe.", - "slayer_task": "44", - "melee_animation": "4652", - "range_animation": "4652", - "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": "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" - }, - { - "examine": "A short angry guy.", - "slayer_task": "29", - "melee_animation": "99", - "range_animation": "0", - "attack_speed": "7", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "6", - "slayer_exp": "16", - "magic_animation": "0", - "death_animation": "102", - "name": "Dwarf", - "defence_level": "7", - "safespot": null, - "lifepoints": "10", - "strength_level": "7", - "id": "118", - "range_level": "1", - "attack_level": "7" - }, - { - "examine": "A dwarf gone bad.", - "slayer_task": "29", - "melee_animation": "99", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "6", - "slayer_exp": "16", - "magic_animation": "0", - "death_animation": "102", - "name": "Chaos dwarf", - "defence_level": "34", - "safespot": null, - "lifepoints": "48", - "strength_level": "34", - "id": "119", - "aggressive": "true", - "range_level": "1", - "attack_level": "34" - }, - { - "examine": "A mountain dwelling short angry guy.", - "slayer_task": "29", - "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": "120", - "range_level": "1", - "attack_level": "28" - }, - { - "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": "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": "123", - "aggressive": "true", - "range_level": "20", - "attack_level": "20" - }, - { - "examine": "A strange", - "slayer_task": "30", - "melee_animation": "393", - "range_animation": "0", - "attack_speed": "4", - "respawn_delay": "60", - "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", - "id": "124", - "aggressive": "true", - "range_level": "1", - "attack_level": "42" - }, - { - "examine": "A cold-hearted elemental warrior.", - "slayer_task": "48", - "melee_animation": "451", - "range_animation": "451", - "attack_speed": "4", - "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!", - "slayer_task": "65", - "range_animation": "0", - "attack_speed": "5", - "magic_level": "45", - "respawn_delay": "60", - "defence_animation": "0", - "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", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "188", - "name": "Magic axe", - "defence_level": "53", - "safespot": null, - "lifepoints": "75", - "strength_level": "53", - "id": "127", - "aggressive": "true", - "range_level": "1", - "attack_level": "53" - }, - { - "examine": "A slithering serpent.", - "melee_animation": "275", - "range_animation": "0", - "combat_audio": "3609,3608,3610", - "attack_speed": "5", - "respawn_delay": "30", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "278", - "name": "Snake", - "defence_level": "4", - "safespot": null, - "lifepoints": "5", - "strength_level": "4", - "id": "128", - "aggressive": "true", - "range_level": "1", - "attack_level": "4" - }, - { - "examine": "An inhabitant of icy regions.", - "slayer_task": "7", - "melee_animation": "5669", - "range_animation": "0", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "5671", - "name": "Penguin", - "defence_level": "6", - "safespot": null, - "lifepoints": "8", - "strength_level": "6", - "id": "131", - "range_level": "1", - "attack_level": "6" - }, - { - "examine": "Perhaps our oldest relatives?", - "slayer_task": "61", - "melee_animation": "220", - "range_animation": "0", - "combat_audio": "629,631,630", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "223", - "name": "Monkey", - "defence_level": "6", - "safespot": null, - "lifepoints": "8", - "strength_level": "6", - "id": "132", - "aggressive": "true", - "range_level": "1", - "attack_level": "6" - }, - { - "examine": "A unicorn with a blackened heart.", - "melee_animation": "6376", - "range_animation": "6376", - "combat_audio": "496,498,497", - "attack_speed": "5", - "magic_level": "24", - "defence_animation": "6375", - "weakness": "3", - "magic_animation": "6376", - "death_animation": "6377", - "name": "Black unicorn", - "defence_level": "15", - "safespot": null, - "lifepoints": "28", - "strength_level": "10", - "id": "133", - "range_level": "1", - "attack_level": "15" - }, - { - "examine": "I think this spider has been magically modified.", - "slayer_task": "76", - "melee_animation": "5327", - "range_animation": "0", - "combat_audio": "537,539,538", - "attack_speed": "5", - "poisonous": "true", - "respawn_delay": "60", - "defence_animation": "5328", - "weakness": "2", - "poison_amount": "6", - "magic_animation": "0", - "death_animation": "5329", - "name": "Poison spider", - "safespot": null, - "defence_level": "70", - "lifepoints": "64", - "strength_level": "65", - "id": "134", - "aggressive": "true", - "range_level": "45", - "attack_level": "60" - }, - { - "examine": "Aaw", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Terrorchick gnome", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "137", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A giant raptor.", - "slayer_task": "7", - "melee_animation": "1010", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "1013", - "name": "Terrorbird", - "defence_level": "30", - "safespot": null, - "lifepoints": "42", - "strength_level": "30", - "id": "138", - "range_level": "1", - "attack_level": "30" - }, - { - "death_animation": "1013", - "name": "Terrorbird", - "defence_level": "1", - "safespot": null, - "lifepoints": "34", - "melee_animation": "1010", - "strength_level": "1", - "id": "139", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "1012" - }, - { - "examine": "A servant to Iban.", - "melee_animation": "338", - "range_animation": "0", - "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", - "id": "140", - "aggressive": "true", - "range_level": "1", - "attack_level": "33" - }, - { - "examine": "Must be the pack leader.", - "slayer_task": "92", - "melee_animation": "6559", - "range_animation": "0", - "respawn_delay": "60", - "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", - "id": "141", - "aggressive": "true", - "range_level": "1", - "attack_level": "31" - }, - { - "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", - "attack_level": "1" - }, - { - "examine": "A rare jungle wolf - specific to the Kharazi jungle.", - "slayer_task": "92", - "melee_animation": "6559", - "range_animation": "0", - "respawn_delay": "60", - "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", - "id": "143", - "aggressive": "true", - "range_level": "1", - "attack_level": "63" - }, - { - "examine": "Wow! Scorpions shouldn't grow that big.", - "slayer_task": "71", - "melee_animation": "6254", - "range_animation": "0", - "combat_audio": "3611,3612,3610", - "attack_speed": "5", - "respawn_delay": "60", - "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", - "id": "144", - "aggressive": "true", - "range_level": "28", - "attack_level": "21" - }, - { - "examine": "A cold-hearted elemental warrior.", - "slayer_task": "48", - "melee_animation": "451", - "range_animation": "451", - "attack_speed": "4", - "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": "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.", - "slayer_task": "7", - "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.", - "slayer_task": "7", - "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.", - "slayer_task": "7", - "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.", - "slayer_task": "74", - "melee_animation": "394", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "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", - "melee_animation": "191", - "range_animation": "0", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "196", - "name": "Gnome child", - "defence_level": "1", - "safespot": null, - "lifepoints": "1", - "strength_level": "1", - "id": "159", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Seems to crawl the caves.", - "melee_animation": "266", - "range_animation": "266", - "attack_speed": "5", - "defence_animation": "267", - "weakness": "9", - "magic_animation": "266", - "death_animation": "265", - "name": "Gnome child", - "defence_level": "23", - "safespot": null, - "lifepoints": "21", - "strength_level": "23", - "id": "160", - "bonuses": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "range_level": "1", - "attack_level": "23" - }, - { - "examine": "Small", - "melee_animation": "191", - "range_animation": "0", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "196", - "name": "Gnome child", - "defence_level": "1", - "safespot": null, - "lifepoints": "1", - "strength_level": "1", - "id": "161", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He can advise on training.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Gnome trainer", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "162", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A tree gnome guard.", - "melee_animation": "1218", - "range_animation": "0", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "1224", - "name": "Gnome guard", - "defence_level": "38", - "safespot": null, - "lifepoints": "54", - "strength_level": "38", - "id": "163", - "range_level": "1", - "attack_level": "38" - }, - { - "examine": "A tree gnome guard.", - "melee_animation": "192", - "range_animation": "0", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "196", - "name": "Gnome guard", - "defence_level": "38", - "safespot": null, - "lifepoints": "54", - "strength_level": "38", - "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", - "range_level": "1", - "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", - "range_level": "1", - "attack_level": "30" - }, - { - "examine": "One of RuneScape'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": "170", - "clue_level": "0", - "range_level": "1", - "attack_level": "3" - }, - { - "examine": "He works evil magic.", - "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": "24", - "strength_level": "1", - "id": "172", - "aggressive": "true", - "range_level": "1", - "attack_level": "1", - "prj_height": "3" - }, - { - "examine": "An evil user of Magic powers", - "melee_animation": "422", - "range_animation": "0", - "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, - "lifepoints": "42", - "strength_level": "1", - "id": "173", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "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", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "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", - "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", - "attack_speed": "6", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "836", - "name": "Black Knight", - "defence_level": "22", - "safespot": null, - "lifepoints": "31", - "strength_level": "22", - "id": "178", - "aggressive": "true", - "range_level": "1", - "attack_level": "22" - }, - { - "melee_animation": "390", - "attack_speed": "6", - "respawn_delay": "60", - "defence_animation": "388", - "death_animation": "836", - "name": "Black Knight", - "defence_level": "1", - "safespot": null, - "lifepoints": "42", - "strength_level": "1", - "id": "179", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He holds up passers by.", - "melee_animation": "799", - "range_animation": "799", - "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", - "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": "5", - "magic_level": "20", - "end_gfx": "107", - "defence_animation": "404", - "weakness": "3", - "magic_animation": "422", - "death_animation": "9055", - "name": "Chaos druid", - "defence_level": "10", - "safespot": null, - "lifepoints": "20", - "strength_level": "20", - "id": "181", - "aggressive": "true", - "range_level": "10", - "projectile": "106", - "attack_level": "20" - }, - { - "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": "182", - "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": "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", - "melee_animation": "386", - "range_animation": "0", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "836", - "name": "Thug", - "defence_level": "14", - "safespot": null, - "lifepoints": "20", - "strength_level": "14", - "id": "186", - "clue_level": "0", - "range_level": "1", - "attack_level": "14" - }, - { - "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", - "id": "187", - "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", - "poisonous": "true", - "defence_animation": "0", - "weakness": "8", - "poison_amount": "11", - "magic_animation": "0", - "death_animation": "836", - "name": "Tribesman", - "defence_level": "43", - "safespot": null, - "lifepoints": "61", - "strength_level": "43", - "id": "191", - "aggressive": "true", - "clue_level": "1", - "range_level": "1", - "attack_level": "43" - }, - { - "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.", - "melee_animation": "401", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "836", - "name": "Chaos druid warrior", - "defence_level": "47", - "safespot": null, - "lifepoints": "67", - "strength_level": "47", - "id": "193", - "aggressive": "true", - "range_level": "1", - "attack_level": "47" - }, - { - "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", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Guildmaster", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "198", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A mighty warrior!", - "melee_animation": "395", - "range_animation": "0", - "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", - "id": "199", - "range_level": "1", - "attack_level": "29" - }, - { - "examine": "Guards prisoners for the black knights.", - "melee_animation": "422", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "836", - "name": "Jailer", - "defence_level": "28", - "safespot": null, - "lifepoints": "40", - "strength_level": "28", - "id": "201", - "aggressive": "true", - "range_level": "1", - "attack_level": "28" - }, - { - "examine": "Has a fearsome scowl.", - "melee_animation": "390", - "range_animation": "0", - "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", - "id": "202", - "range_level": "1", - "attack_level": "28" - }, - { - "examine": "A rocky slug.", - "slayer_task": "69", - "melee_animation": "1595", - "range_animation": "1595", - "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.", - "slayer_task": "69", - "melee_animation": "1595", - "range_animation": "1595", - "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" - }, - { - "examine": "Has a fearsome posture.", - "melee_animation": "390", - "range_animation": "0", - "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", - "id": "203", - "range_level": "1", - "attack_level": "28" - }, - { - "examine": "Nice hair.", - "melee_animation": "390", - "range_animation": "0", - "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", - "id": "204", - "range_level": "1", - "attack_level": "28" - }, - { - "examine": "A crazy evil druid.", - "melee_animation": "422", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "836", - "name": "Salarin the Twisted", - "defence_level": "62", - "safespot": null, - "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" - }, - { - "examine": "A dwarven guard.", - "slayer_task": "29", - "melee_animation": "99", - "range_animation": "0", - "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", - "id": "206", - "aggressive": "true", - "clue_level": "1", - "range_level": "1", - "attack_level": "12" - }, - { - "examine": "The head honcho around here.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Captain Lawgof", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "208", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "She looks serene.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Grail Maiden", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "210", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A former Knight of the Round Table.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "King Percival", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "212", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He looks unhappy...", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Peasant", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "214", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "High Priest of Entrana.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "High Priest", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "216", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "It's a fisherman.", - "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": "219", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He doesn't look very well...", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "The Fisher King", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "220", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He looks mean and powerful.", - "melee_animation": "128", - "range_animation": "0", - "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", - "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" - }, - { - "examine": "A holy man.", - "melee_animation": "422", - "range_animation": "0", - "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", - "id": "222", - "range_level": "1", - "attack_level": "7" - }, - { - "examine": "A peaceful monk.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Brother Kojo", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "223", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A dirty rat.", - "slayer_task": "67", - "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": "224", - "aggressive": "true", - "range_level": "1", - "attack_level": "8" - }, - { - "examine": "He looks elderly.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "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", - "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", - "id": "237", - "aggressive": "true", - "range_level": "1", - "attack_level": "15" - }, - { - "examine": "A terrifying spirit.", - "melee_animation": "5540", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "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", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "2301", - "name": "Teapotspout", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "246", - "range_level": "1", - "attack_level": "1" - }, - { - "death_animation": "6490", - "name": "Sir Mordred", - "defence_level": "1", - "safespot": null, - "lifepoints": "50", - "melee_animation": "6489", - "strength_level": "1", - "id": "247", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "6488" - }, - { - "examine": "Legendary King of the Britons.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "King Arthur", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "251", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He's guarding the door.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Khazard Guard", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "253", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He's been guarding the tavern for a bit too long.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Khazard Guard", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "254", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "His armour indicates he's a Khazard Guard.", - "melee_animation": "395", - "range_animation": "0", - "attack_speed": "6", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "836", - "name": "Khazard Guard", - "defence_level": "22", - "safespot": null, - "lifepoints": "31", - "strength_level": "22", - "id": "255", - "range_level": "1", - "attack_level": "22" - }, - { - "examine": "His armour indicates he's a Khazard Guard.", - "melee_animation": "395", - "range_animation": "0", - "attack_speed": "6", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "836", - "name": "Khazard Guard", - "defence_level": "22", - "safespot": null, - "lifepoints": "31", - "strength_level": "22", - "id": "256", - "range_level": "1", - "attack_level": "22" - }, - { - "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" - }, - { - "melee_animation": "6581", - "respawn_delay": "60", - "defence_animation": "6578", - "death_animation": "6576", - "name": "Bouncer", - "defence_level": "1", - "safespot": null, - "lifepoints": "116", - "strength_level": "1", - "id": "269", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Khazard's strongest ogre warrior.", - "melee_animation": "2100", - "range_animation": "0", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "8576", - "name": "Khazard Ogre", - "defence_level": "46", - "safespot": null, - "lifepoints": "65", - "strength_level": "46", - "id": "270", - "aggressive": "true", - "range_level": "1", - "attack_level": "46" - }, - { - "examine": "A large", - "melee_animation": "6254", - "range_animation": "0", - "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", - "id": "271", - "aggressive": "true", - "range_level": "36", - "attack_level": "27" - }, - { - "examine": "A guard who has devoted their life to Armadyl.", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "name": "Guardian of Armadyl", - "defence_level": "30", - "safespot": null, - "lifepoints": "42", - "strength_level": "30", - "id": "274", - "range_level": "1", - "attack_level": "30" - }, - { - "examine": "A guard who has devoted their life to Armadyl.", - "range_animation": "0", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "name": "Guardian of Armadyl", - "defence_level": "30", - "safespot": null, - "lifepoints": "42", - "strength_level": "30", - "id": "275", - "range_level": "1", - "attack_level": "30" - }, - { - "examine": "Intimidating!", - "combat_style": "2", - "melee_animation": "0", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "3", - "magic_animation": "0", - "death_animation": "836", - "name": "Fire Warrior of Lesarkus", - "defence_level": "55", - "safespot": null, - "lifepoints": "78", - "strength_level": "55", - "id": "277", - "range_level": "1", - "attack_level": "55" - }, - { - "examine": "Lumbridge Castle's head cook.", - "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": "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", - "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", - "id": "281", - "range_level": "1", - "attack_level": "4" - }, - { - "examine": "A dastardly blanket thief.", - "melee_animation": "386", - "range_animation": "0", - "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", - "id": "282", - "range_level": "1", - "attack_level": "15" - }, - { - "examine": "The head of the treacherous blanket stealing gang.", - "melee_animation": "390", - "range_animation": "0", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "836", - "name": "Head Thief", - "defence_level": "18", - "safespot": null, - "lifepoints": "25", - "strength_level": "18", - "id": "283", - "range_level": "1", - "attack_level": "18" - }, - { - "examine": "A dwarf smith. Quite handy with a hammer.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Doric", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "284", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "She doesn't look too happy.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Veronica", - "defence_level": "1", - "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", - "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": "288", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An official of Ardougne.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Councillor Halgrive", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "289", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A serious-looking doctor.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Doctor Orbon", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "290", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A farmer who's seen happier times.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Farmer Brumty", - "defence_level": "1", - "safespot": null, - "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", - "clue_level": "1", - "range_level": "1", - "attack_level": "25" - }, - { - "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": "7220", - "name": "Guard", - "defence_level": "25", - "safespot": null, - "lifepoints": "35", - "strength_level": "25", - "id": "297", - "clue_level": "1", - "range_level": "1", - "attack_level": "25" - }, - { - "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": "298", - "clue_level": "1", - "range_level": "1", - "attack_level": "25" - }, - { - "examine": "He tries to keep order around here.", - "melee_animation": "583", - "range_animation": "0", - "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", - "id": "299", - "clue_level": "1", - "range_level": "1", - "attack_level": "25" - }, - { - "examine": "An old motherly witch with a curious smile and a hooked nose.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Hetty", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "307", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "The man in charge of the fishing guild.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Master fisher", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "308", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He has a colourful personality.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Da Vinci", - "defence_level": "1", - "safespot": null, - "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", - "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": "339", - "range_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", - "range_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", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "She looks rather concerned.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Guidor's wife", - "defence_level": "1", - "safespot": null, - "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", - "clue_level": "1", - "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": "345", - "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": "346", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A mourner", - "melee_animation": "414", - "range_animation": "0", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "836", - "name": "Mourner", - "defence_level": "24", - "safespot": null, - "lifepoints": "34", - "strength_level": "24", - "id": "347", - "range_level": "1", - "attack_level": "24" - }, - { - "examine": "A mourner", - "melee_animation": "422", - "range_animation": "0", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "836", - "name": "Mourner", - "defence_level": "24", - "safespot": null, - "lifepoints": "34", - "strength_level": "24", - "id": "348", - "range_level": "1", - "attack_level": "24" - }, - { - "examine": "One of RuneScape's many citizens.", - "melee_animation": "422", - "range_animation": "0", - "combat_audio": "511,513,512", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "836", - "name": "Man", - "defence_level": "2", - "safespot": null, - "lifepoints": "2", - "strength_level": "2", - "id": "351", - "clue_level": "0", - "range_level": "1", - "attack_level": "2" - }, - { - "examine": "One of RuneScape's many citizens.", - "melee_animation": "422", - "range_animation": "0", - "combat_audio": "511,506,505", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "836", - "name": "Woman", - "defence_level": "2", - "safespot": null, - "lifepoints": "2", - "strength_level": "2", - "id": "352", - "clue_level": "0", - "range_level": "1", - "attack_level": "2" - }, - { - "examine": "One of RuneScape's many citizens.", - "melee_animation": "422", - "range_animation": "0", - "combat_audio": "511,506,505", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "836", - "name": "Woman", - "defence_level": "2", - "safespot": null, - "lifepoints": "2", - "strength_level": "2", - "id": "353", - "clue_level": "0", - "range_level": "1", - "attack_level": "2" - }, - { - "examine": "One of RuneScape's many citizens.", - "melee_animation": "422", - "range_animation": "0", - "combat_audio": "511,506,505", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "836", - "name": "Woman", - "defence_level": "2", - "safespot": null, - "lifepoints": "2", - "strength_level": "2", - "id": "354", - "clue_level": "0", - "range_level": "1", - "attack_level": "2" - }, - { - "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": "355", - "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": "358", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Man", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "511,513,512", - "strength_level": "1", - "id": "359", - "clue_level": "0", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "One of RuneScape's many citizens.", - "melee_animation": "422", - "range_animation": "0", - "combat_audio": "511,506,505", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "836", - "name": "Woman", - "defence_level": "2", - "safespot": null, - "lifepoints": "2", - "strength_level": "2", - "id": "360", - "clue_level": "0", - "range_level": "1", - "attack_level": "2" - }, - { - "examine": "One of RuneScape's many citizens.", - "melee_animation": "422", - "range_animation": "0", - "combat_audio": "511,506,505", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "836", - "name": "Woman", - "defence_level": "2", - "safespot": null, - "lifepoints": "100", - "strength_level": "2", - "id": "361", - "clue_level": "0", - "range_level": "1", - "attack_level": "2" - }, - { - "examine": "One of RuneScape's many citizens.", - "melee_animation": "422", - "range_animation": "0", - "combat_audio": "511,506,505", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "836", - "name": "Woman", - "defence_level": "2", - "safespot": null, - "lifepoints": "2", - "strength_level": "2", - "id": "362", - "clue_level": "0", - "range_level": "1", - "attack_level": "2" - }, - { - "examine": "One of RuneScape's many citizens.", - "melee_animation": "422", - "range_animation": "0", - "combat_audio": "511,506,505", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "836", - "name": "Woman", - "defence_level": "2", - "safespot": null, - "lifepoints": "100", - "strength_level": "2", - "id": "363", - "clue_level": "0", - "range_level": "1", - "attack_level": "2" - }, - { - "examine": "King Lathas of East Ardougne.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "King Lathas", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "364", - "range_level": "1", - "attack_level": "1" - }, - { - "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": "A mourner", - "melee_animation": "422", - "range_animation": "0", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "836", - "name": "Mourner", - "defence_level": "24", - "safespot": null, - "lifepoints": "34", - "strength_level": "24", - "id": "369", - "range_level": "1", - "attack_level": "24" - }, - { - "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" - }, - { - "examine": "Big, ugly, and smelly.", - "slayer_task": "64", - "melee_animation": "359", - "range_animation": "359", - "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", - "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" - }, - { - "examine": "A pirate.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "498,500,499", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Redbeard Frank", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "375", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Inspects people's packages.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Customs officer", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "380", - "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": "382", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Not very civilised looking.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Barbarian guard", - "defence_level": "1", - "safespot": null, - "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", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Kharid Scorpion", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "385", - "range_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", - "range_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", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Could do with a shave...", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "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", - "defence_animation": "0", - "magic_animation": "0", - "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": "A brightly coloured game bird.", - "melee_animation": "2371", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "2373", - "name": "River troll", - "defence_level": "3", - "safespot": null, - "lifepoints": "50", - "strength_level": "3", - "id": "392", - "range_level": "1", - "attack_level": "3" - }, - { - "examine": "Beefy.", - "slayer_task": "20", - "melee_animation": "5849", - "range_animation": "5849", - "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", - "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", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Swarm", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "411", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An annoying flappy thing.", - "slayer_task": "5", - "melee_animation": "4915", - "range_animation": "4915", - "attack_speed": "5", - "magic_level": "10", - "respawn_delay": "30", - "defence_animation": "4916", - "weakness": "4", - "slayer_exp": "8", - "death_animation": "4918", - "name": "Bat", - "defence_level": "2", - "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", - "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", - "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", - "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", - "defence_animation": "0", - "weakness": "9", - "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", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "836", - "name": "Shade", - "defence_level": "90", - "safespot": null, - "lifepoints": "71", - "strength_level": "90", - "id": "429", - "range_level": "1", - "attack_level": "90" - }, - { - "examine": "Dead but not gone.", - "melee_animation": "390", - "range_animation": "0", - "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": "17", - "safespot": null, - "lifepoints": "50", - "strength_level": "17", - "id": "438", - "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": "32", - "safespot": null, - "lifepoints": "55", - "strength_level": "32", - "id": "439", - "range_level": "1", - "attack_level": "32" - }, - { - "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": "48", - "safespot": null, - "lifepoints": "60", - "strength_level": "48", - "id": "440", - "range_level": "1", - "attack_level": "48" - }, - { - "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": "65", - "safespot": null, - "lifepoints": "86", - "strength_level": "65", - "id": "441", - "range_level": "1", - "attack_level": "65" - }, - { - "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", - "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", - "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.", - "slayer_task": "67", - "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": "2", - "safespot": null, - "lifepoints": "5", - "strength_level": "5", - "id": "446", - "aggressive": "true", - "range_level": "1", - "attack_level": "5" - }, - { - "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": "447", - "aggressive": "true", - "range_level": "1", - "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", - "aggressive": "true", - "range_level": "1", - "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": "449", - "aggressive": "true", - "range_level": "1", - "attack_level": "19" - }, - { - "examine": "A large well built farmer.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Seth Groats", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "452", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Aargh! It's alive!", - "melee_animation": "390", - "range_animation": "0", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "836", - "name": "Suit of armour", - "defence_level": "5", - "safespot": null, - "lifepoints": "7", - "strength_level": "5", - "id": "453", - "range_level": "1", - "attack_level": "5" - }, - { - "examine": "He seems to be very devout.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "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": "It rattles when it moves.", - "slayer_task": "75", - "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": "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", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "836", - "name": "Khazard commander", - "defence_level": "35", - "safespot": null, - "lifepoints": "50", - "strength_level": "35", - "id": "478", - "range_level": "1", - "attack_level": "35" - }, - { - "examine": "It's a tree gnome trooper.", - "melee_animation": "190", - "range_animation": "0", - "defence_animation": "0", - "weakness": "1", - "magic_animation": "0", - "death_animation": "196", - "name": "Gnome troop", - "defence_level": "32", - "safespot": null, - "lifepoints": "45", - "strength_level": "24", - "id": "479", - "range_level": "32", - "attack_level": "24" - }, - { - "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", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "481", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "482", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "483", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "It's a young tree gnome.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Local Gnome", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "485", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "I guess he wants to be more than just the muscle.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Giant", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "487", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He doesn't look like he'd trust his own mother.", - "slayer_task": "38", - "melee_animation": "6199", - "range_animation": "0", - "combat_audio": "469,472,471", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "6190", - "name": "Goblin guard", - "defence_level": "20", - "safespot": null, - "lifepoints": "28", - "strength_level": "20", - "id": "489", - "range_level": "1", - "attack_level": "20" - }, - { - "examine": "If the mummy is at school", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Mummy", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "490", - "range_level": "1", - "attack_level": "1" - }, - { - "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": "20", - "strength_level": "1", - "id": "491", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "The essence of evil.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Spirit of Scorpius", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "492", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A vicious", - "slayer_task": "71", - "melee_animation": "6261", - "range_animation": "0", - "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", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Good with 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": "495", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Manages money momentarily.", - "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": "498", - "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": "499", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A minion of Rashiliyia.", - "slayer_task": "75", - "melee_animation": "5485", - "range_animation": "0", - "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", - "id": "502", - "aggressive": "true", - "range_level": "1", - "attack_level": "32" - }, - { - "examine": "A minion of Rashiliyia.", - "slayer_task": "75", - "melee_animation": "5485", - "range_animation": "0", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "5491", - "name": "Undead one", - "defence_level": "33", - "safespot": null, - "lifepoints": "47", - "strength_level": "33", - "id": "503", - "range_level": "1", - "attack_level": "33" - }, - { - "examine": "The animated dead; one of Rashiliyia's minions.", - "slayer_task": "93", - "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": "504", - "aggressive": "true", - "range_level": "1", - "attack_level": "32" - }, - { - "examine": "The animated dead; one of Rashiliyia's minions.", - "slayer_task": "93", - "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": "505", - "aggressive": "true", - "range_level": "1", - "attack_level": "33" - }, - { - "melee_animation": "5571", - "respawn_delay": "60", - "defence_animation": "5574", - "death_animation": "5575", - "name": "Nazastarool", - "defence_level": "1", - "safespot": null, - "lifepoints": "100", - "strength_level": "1", - "id": "507", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "melee_animation": "5507", - "respawn_delay": "60", - "defence_animation": "5508", - "death_animation": "5509", - "name": "Nazastarool", - "defence_level": "1", - "safespot": null, - "lifepoints": "75", - "strength_level": "1", - "id": "508", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "melee_animation": "5532", - "respawn_delay": "60", - "defence_animation": "5533", - "death_animation": "5534", - "name": "Nazastarool", - "defence_level": "1", - "safespot": null, - "lifepoints": "110", - "strength_level": "1", - "id": "509", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He's the Captain of the 'Lady of the Waves'.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Captain Shanks", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "518", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An expert on axes.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Bob", - "defence_level": "1", - "safespot": null, - "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", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Helps sell stuff.", - "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": "521", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Likes people spending money.", - "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": "522", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Likes helping sell stuff.", - "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": "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", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Likes you more", - "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", - "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": "526", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Likes you more", - "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": "527", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Has an interesting assortment of items for sale.", - "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": "530", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Works on commission.", - "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": "531", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Like a grave keeper", - "range_animation": "0", - "magic_level": "60", - "defence_animation": "0", - "weakness": "10", - "magic_animation": "0", - "name": "Shopkeeper", - "defence_level": "60", - "safespot": null, - "lifepoints": "285", - "strength_level": "60", - "id": "532", - "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", - "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.", - "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": "552", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "For the interesting clothing items you just can't find elsewhere.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Fancy-dress shop owner", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "554", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Has a fine moustache.", - "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": "555", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Could stand to lose a few pounds.", - "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": "561", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Has an odd smell about him.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Candle-maker", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "562", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Looks strange and mysterious.", - "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": "567", - "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": "569", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Seems very well-off.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Gem merchant", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "570", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "So where are the butcher and the candlestick-maker?", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Baker", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "571", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Has a very exotic aroma about him.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Spice seller", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "572", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Knows how to keep warm in the winter.", - "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": "573", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Seems very well-off.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Silk merchant", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "574", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He runs a Mining store.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Drogo dwarf", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "579", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "I wonder if he wants to buy my junk?", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Dwarf", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "582", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "If crafting's your thing, he's your man!", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Rommik", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "574", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He seems to sell tea.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Tea seller", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "595", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A pizza expert; in both making and eating.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Fat Tony", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "596", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Anyone fancy a trim?", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Hairdresser", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "598", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Master of the mystical make-over.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Make-over Mage", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "599", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Indentured servant of a Knight.", - "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": "606", - "range_level": "1", - "attack_level": "1" - }, - { - "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": "609", - "range_level": "1", - "attack_level": "26" - }, - { - "examine": "One of the Black Knights.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "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": "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", - "defence_animation": "0", - "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", - "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", - "id": "645", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Curator of the museum.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "703,705,704", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Curator Haig Halen", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "646", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Varrock's resident monarch.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "King Roald", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "648", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "She looks quite experienced.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Archer", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "649", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He looks big and dumb.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Warrior", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "650", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He looks holy.", - "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": "651", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He looks kind of puny...", - "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": "652", - "range_level": "1", - "attack_level": "1", - "prj_height": "3" - }, - { - "examine": "Guardian of the dramen tree.", - "melee_animation": "5532", - "range_animation": "0", - "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", - "id": "655", - "range_level": "1", - "attack_level": "45" - }, - { - "examine": "Unsurprisingly monk like.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Cave monk", - "defence_level": "1", - "safespot": null, - "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", - "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": "658", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He likes to paaaarty!", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Party Pete", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "659", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Knight", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "511,513,512", - "strength_level": "1", - "id": "660", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Man", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "511,513,512", - "strength_level": "1", - "id": "663", - "clue_level": "0", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A short and angry dwarf.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Boot", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "665", - "range_level": "1", - "attack_level": "1" - }, - { - "melee_animation": "64", - "respawn_delay": "60", - "defence_animation": "65", - "death_animation": "67", - "name": "Chronozon", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "strength_level": "1", - "id": "667", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An important looking gnome.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "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", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "836", - "name": "Foreman", - "defence_level": "20", - "safespot": null, - "lifepoints": "28", - "strength_level": "20", - "id": "674", - "range_level": "1", - "attack_level": "20" - }, - { - "examine": "A big, scary, jet-black demon.", - "slayer_task": "8", - "melee_animation": "64", - "range_animation": "64", - "combat_audio": "400,404,403", - "magic_level": "70", - "respawn_delay": "38", - "defence_animation": "65", - "weakness": "7", - "slayer_exp": "157", - "magic_animation": "64", - "death_animation": "67", - "name": "Black demon", - "defence_level": "70", - "safespot": null, - "lifepoints": "165", - "strength_level": "70", - "id": "677", - "aggressive": "true", - "bonuses": "45,40,40,150,150,80,150,20,150,68,0,0,0,0,0", - "range_level": "70", - "attack_level": "70" - }, - { - "examine": "Keeps order in the ranging guild.", - "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": "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, - "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, - "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": "0", - "examine": "It's an NPC.", - "name": "Edmond", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "714", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "In charge of people with silly outfits.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Head mourner", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "716", - "range_level": "1", - "attack_level": "1" - }, - { - "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 RuneScape'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 RuneScape'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 RuneScape's many citizens.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "511,513,512", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Man", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "728", - "clue_level": "0", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "One of RuneScape's many citizens.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "511,513,512", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Man", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "729", - "clue_level": "0", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "One of RuneScape'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.", - "slayer_task": "38", - "melee_animation": "6184", - "range_animation": "0", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "6204", - "name": "Wormbrain", - "defence_level": "1", - "safespot": null, - "lifepoints": "1", - "strength_level": "1", - "id": "745", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "defence_level": "76", - "safespot": null, - "lifepoints": "108", - "strength_level": "76", - "id": "749", - "aggressive": "true", - "range_level": "1", - "attack_level": "76" - }, - { - "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", - "defence_level": "76", - "safespot": null, - "lifepoints": "108", - "strength_level": "76", - "id": "750", - "aggressive": "true", - "range_level": "1", - "attack_level": "76" - }, - { - "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", - "defence_level": "76", - "safespot": null, - "lifepoints": "108", - "strength_level": "76", - "id": "751", - "aggressive": "true", - "range_level": "1", - "attack_level": "76" - }, - { - "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": "Ferocious barbarian spirit", - "defence_level": "76", - "safespot": null, - "lifepoints": "190", - "strength_level": "76", - "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" - }, - { - "examine": "He looks totally insane!", - "melee_animation": "423", - "range_animation": "0", - "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", - "id": "753", - "aggressive": "true", - "range_level": "28", - "attack_level": "28" - }, - { - "examine": "Stop looking and run!", - "melee_animation": "422", - "range_animation": "422", - "attack_speed": "5", - "defence_animation": "404", - "magic_animation": "422", - "death_animation": "9055", - "name": "Count Draynor", - "defence_level": "20", - "safespot": null, - "lifepoints": "4", - "strength_level": "1", - "id": "757", - "aggressive": "true", - "range_level": "1", - "attack_level": "20" - }, - { - "examine": "A well-fed farmer.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "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": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Civilian", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "785", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A citizen of Ardougne.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Civilian", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "786", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A citizen of Ardougne.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Civilian", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "787", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A gnome who's supposed to be cleaning up a mess.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Letham", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "790", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Smartly dressed", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Alfonse the waiter", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "793", - "range_level": "1", - "attack_level": "1" - }, - { - "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" - }, - { - "examine": "A cold hearted lady.", - "melee_animation": "422", - "range_animation": "0", - "magic_level": "55", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "10", - "magic_animation": "0", - "death_animation": "836", - "name": "Ice Queen", - "defence_level": "55", - "safespot": null, - "lifepoints": "157", - "strength_level": "55", - "id": "795", - "range_level": "55", - "attack_level": "55" - }, - { - "examine": "He looks cold and hungry.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "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", - "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, - "lifepoints": "42", - "strength_level": "30", - "id": "799", - "range_level": "1", - "attack_level": "30" - }, - { - "examine": "It looks like there might be eels swimming in the lava.", - "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": "800", - "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": "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", - "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.", - "slayer_task": "92", - "melee_animation": "6559", - "range_animation": "0", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "6558", - "name": "Desert Wolf", - "defence_level": "11", - "safespot": null, - "lifepoints": "15", - "strength_level": "11", - "id": "839", - "range_level": "1", - "attack_level": "11" - }, - { - "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", - "attack_level": "1" - }, - { - "examine": "He looks busy attending to his cart.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Mine cart driver", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "841", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "This pickaxe has been possessed by a dwarf ancestor spirit.", - "melee_animation": "185", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "188", - "name": "Rowdy Guard", - "defence_level": "40", - "safespot": null, - "lifepoints": "400", - "strength_level": "40", - "id": "842", - "aggressive": "true", - "range_level": "1", - "attack_level": "40" - }, - { - "examine": "Inefficient looking.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "RPDT employee", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "843", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Despite his name", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Head chef", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "847", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "The famous tree gnome chef.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Aluft Gianne snr.", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "850", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He can serve you gnome food.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Gnome Waiter", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "851", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Tough-looking.", - "slayer_task": "64", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "name": "Ogre chieftain", - "defence_level": "58", - "safespot": null, - "lifepoints": "331", - "strength_level": "58", - "id": "852", - "range_level": "1", - "attack_level": "58" - }, - { - "name": "Gorad", - "defence_level": "1", - "safespot": null, - "lifepoints": "81", - "strength_level": "1", - "id": "856", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "examine": "These ogres protect the city.", - "slayer_task": "64", - "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": "858", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An ogre that guards.", - "slayer_task": "64", - "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" - }, - { - "examine": "Tries to keep the peace.", - "slayer_task": "64", - "melee_animation": "2100", - "range_animation": "0", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "8576", - "name": "City guard", - "defence_level": "58", - "safespot": null, - "lifepoints": "331", - "strength_level": "58", - "id": "862", - "range_level": "1", - "attack_level": "58" - }, - { - "examine": "Frightened-looking.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Scared skavid", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "863", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Looks mad.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "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.", - "slayer_task": "64", - "melee_animation": "2100", - "range_animation": "0", - "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", - "id": "870", - "range_level": "1", - "attack_level": "58" - }, - { - "examine": "The hat is a dead giveaway.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Watchtower Wizard", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "872", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Funnily enough", - "slayer_task": "64", - "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", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Funnily enough", - "slayer_task": "64", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Ogre merchant", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "874", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Funnily enough", - "slayer_task": "64", - "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": "875", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Tries to keep the peace.", - "melee_animation": "386", - "range_animation": "0", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "836", - "name": "Tower guard", - "defence_level": "17", - "safespot": null, - "lifepoints": "97", - "strength_level": "17", - "id": "877", - "range_level": "1", - "attack_level": "17" - }, - { - "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", - "attack_level": "1", - "defence_animation": "65" - }, - { - "examine": "The head of the palace guard.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Captain Rovin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "884", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Head of the Carnillean household.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Ceril Carnillean", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "885", - "range_level": "1", - "attack_level": "1" - }, - { - "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" - }, - { - "death_animation": "836", - "name": "Clivet", - "defence_level": "1", - "safespot": null, - "lifepoints": "25", - "melee_animation": "811", - "strength_level": "1", - "id": "893", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "examine": "A member of the Hazeel cult.", - "melee_animation": "422", - "range_animation": "0", - "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", - "id": "894", - "range_level": "1", - "attack_level": "15" - }, - { - "examine": "Children are just like real people...just smaller.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "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", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "258", - "name": "Witch's experiment", - "defence_level": "12", - "safespot": null, - "lifepoints": "68", - "strength_level": "12", - "id": "897", - "range_level": "1", - "attack_level": "12" - }, - { - "examine": "Looks unnatural.", - "melee_animation": "5327", - "range_animation": "0", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "5329", - "name": "Witch's experiment (second form)", - "defence_level": "17", - "safespot": null, - "lifepoints": "97", - "strength_level": "17", - "id": "898", - "range_level": "1", - "attack_level": "17" - }, - { - "examine": "Looks unnatural.", - "melee_animation": "4925", - "range_animation": "0", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "4929", - "name": "Witch's experiment (third form)", - "defence_level": "27", - "safespot": null, - "lifepoints": "154", - "strength_level": "27", - "id": "899", - "range_level": "1", - "attack_level": "27" - }, - { - "examine": "Looks unnatural.", - "melee_animation": "6559", - "range_animation": "0", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "6558", - "name": "Witch's experiment (fourth form)", - "defence_level": "35", - "safespot": null, - "lifepoints": "200", - "strength_level": "35", - "id": "900", - "range_level": "1", - "attack_level": "35" - }, - { - "examine": "He hasn't seen much sun lately.", - "melee_animation": "0", - "range_animation": "0", - "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", - "attack_level": "1" - }, - { - "slayer_exp": "0", - "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", - "combat_style": "2", - "melee_animation": "811", - "magic_level": "75", - "defence_animation": "404", - "slayer_exp": "0", - "death_animation": "1816", - "name": "Kolodion", - "defence_level": "20", - "safespot": null, - "lifepoints": "3", - "strength_level": "1", - "id": "907", - "range_level": "1", - "attack_level": "42" - }, - { - "examine": "He's a shape-shifter", - "combat_style": "2", - "melee_animation": "132", - "magic_level": "89", - "defence_animation": "404", - "slayer_exp": "0", - "death_animation": "133", - "name": "Kolodion", - "defence_level": "25", - "safespot": null, - "lifepoints": "93", - "strength_level": "1", - "id": "908", - "range_level": "1", - "attack_level": "74" - }, - { - "examine": "He's a shape-shifter", - "combat_style": "2", - "melee_animation": "5322", - "magic_level": "89", - "defence_animation": "5320", - "slayer_exp": "0", - "death_animation": "5323", - "name": "Kolodion", - "defence_level": "28", - "safespot": null, - "lifepoints": "93", - "strength_level": "1", - "id": "909", - "range_level": "1", - "attack_level": "74" - }, - { - "examine": "He's a shape-shifter", - "combat_style": "2", - "melee_animation": "811", - "magic_level": "89", - "defence_animation": "404", - "slayer_exp": "0", - "death_animation": "714", - "name": "Kolodion", - "defence_level": "30", - "safespot": null, - "lifepoints": "93", - "strength_level": "1", - "id": "910", - "range_level": "1", - "attack_level": "74" - }, - { - "examine": "He's a shape-shifter", - "melee_animation": "69", - "magic_level": "90", - "defence_animation": "65", - "slayer_exp": "0", - "death_animation": "68", - "name": "Kolodion", - "defence_level": "35", - "safespot": null, - "lifepoints": "112", - "strength_level": "1", - "id": "911", - "range_level": "1", - "attack_level": "85" - }, - { - "examine": "He kills in the name of Zamorak.", - "combat_style": "2", - "melee_animation": "811", - "range_animation": "0", - "magic_level": "55", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "3", - "magic_animation": "0", - "death_animation": "836", - "name": "Battle mage", - "defence_level": "55", - "safespot": null, - "lifepoints": "78", - "strength_level": "41", - "id": "912", - "aggressive": "true", - "range_level": "1", - "attack_level": "41" - }, - { - "examine": "He kills in the name of Saradomin.", - "combat_style": "2", - "melee_animation": "811", - "range_animation": "0", - "magic_level": "55", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "3", - "slayer_exp": "0", - "magic_animation": "0", - "death_animation": "836", - "name": "Battle mage", - "defence_level": "55", - "safespot": null, - "lifepoints": "78", - "strength_level": "41", - "id": "913", - "aggressive": "true", - "range_level": "1", - "attack_level": "41" - }, - { - "examine": "He kills in the name of Guthix.", - "combat_style": "2", - "melee_animation": "197", - "range_animation": "0", - "magic_level": "55", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "3", - "slayer_exp": "0", - "magic_animation": "0", - "death_animation": "196", - "name": "Battle mage", - "defence_level": "55", - "safespot": null, - "lifepoints": "78", - "strength_level": "41", - "id": "914", - "aggressive": "true", - "range_level": "1", - "attack_level": "41" - }, - { - "examine": "A crafter at the pinnacle of his art.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Joe", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "916", - "range_level": "1", - "attack_level": "1" - }, - { - "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": "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", - "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", - "respawn_delay": "60", - "defence_animation": "0", - "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", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Boulder", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "939", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Must be related to Elvarg.", - "slayer_task": "41", - "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": "941", - "aggressive": "true", - "bonuses": "0,0,0,0,0,20,40,40,30,20,0,0,0,0,0", - "clue_level": "2", - "range_level": "1", - "attack_level": "68" - }, - { - "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", - "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 RuneScape.", - "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 RuneScape.", - "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 RuneScape.", - "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", - "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": "951", - "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 Brace", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "954", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Converts grass to beef.", - "slayer_task": "20", - "melee_animation": "5849", - "range_animation": "5849", - "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", - "id": "955", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He's had a fair bit to drink...", - "start_gfx": "33", - "combat_style": "1", - "melee_animation": "99", - "range_animation": "99", - "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", - "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", - "defence_animation": "0", - "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.", - "slayer_task": "76", - "melee_animation": "5327", - "range_animation": "0", - "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", - "id": "977", - "range_level": "30", - "attack_level": "22" - }, - { - "examine": "It's one of Iban's pet vermin.", - "slayer_task": "67", - "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", - "strength_level": "12", - "id": "978", - "range_level": "1", - "attack_level": "12" - }, - { - "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": "979", - "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": "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": "496,498,497", - "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", - "magic_level": "32", - "respawn_delay": "60", - "defence_animation": "0", - "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" - }, - { - "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" - }, - { - "slayer_exp": "8", - "name": "Giant bat", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1005", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A servant of Zamorak.", - "combat_style": "2", - "melee_animation": "811", - "range_animation": "0", - "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", - "id": "1007", - "aggressive": "true", - "range_level": "50", - "attack_level": "50" - }, - { - "examine": "I think this spider has been magically modified.", - "slayer_task": "76", - "melee_animation": "5327", - "range_animation": "0", - "combat_audio": "537,539,538", - "attack_speed": "5", - "poisonous": "true", - "respawn_delay": "60", - "defence_animation": "5328", - "weakness": "2", - "poison_amount": "6", - "magic_animation": "0", - "death_animation": "5329", - "name": "Poison spider", - "safespot": null, - "defence_level": "70", - "lifepoints": "64", - "strength_level": "65", - "id": "1009", - "aggressive": "true", - "range_level": "45", - "attack_level": "60" - }, - { - "examine": "A green skinned croaker", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Swamp toad", - "defence_level": "1", - "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.", - "slayer_task": "7", - "melee_animation": "5387", - "range_animation": "5387", - "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", - "id": "1017", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He rules the", - "slayer_task": "7", - "melee_animation": "5387", - "range_animation": "0", - "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", - "id": "1018", - "range_level": "1", - "attack_level": "2" - }, - { - "examine": "A fire elemental.", - "melee_animation": "1029", - "range_animation": "0", - "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", - "id": "1019", - "range_level": "1", - "attack_level": "24" - }, - { - "examine": "An earth elemental.", - "melee_animation": "4868", - "range_animation": "0", - "attack_speed": "7", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "4870", - "name": "Earth elemental", - "defence_level": "32", - "safespot": null, - "movement_radius": "4", - "lifepoints": "45", - "strength_level": "32", - "id": "1020", - "aggressive": "true", - "range_level": "1", - "attack_level": "32" - }, - { - "examine": "An air elemental.", - "melee_animation": "1040", - "range_animation": "0", - "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", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "1", - "magic_animation": "0", - "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": "Could his name be 'Lurch'?", - "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", - "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": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Arrghhh... A Ghast.", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "9467", - "name": "Ghast", - "defence_level": "25", - "safespot": null, - "lifepoints": "71", - "strength_level": "25", - "id": "1053", - "aggressive": "true", - "range_level": "1", - "attack_level": "25" - }, - { - "examine": "Ticket trader for the Brimhaven Agility Arena.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "703,705,704", - "defence_animation": "0", - "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", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Strange watcher", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1057", - "range_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", - "range_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", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Commander of the Imperial Guard.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Denulth", - "defence_level": "1", - "safespot": null, - "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", - "range_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", - "range_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", - "range_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", - "magic_level": "1", - "range_level": "1", - "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", - "range_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", - "range_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", - "range_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", - "range_level": "1", - "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": "1073", - "bonuses": "54,68,75,72,67,81,54,35,35,0,0,0,0,0,0", - "range_level": "44", - "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", - "bonuses": "54,68,75,72,67,81,54,35,35,0,0,0,0,0,0", - "range_level": "44", - "projectile": "10", - "attack_level": "1" - }, - { - "examine": "A Burthorpe Castle guard.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "511,513,512", - "magic_level": "1", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Guard", - "defence_level": "33", - "safespot": null, - "lifepoints": "44", - "strength_level": "33", - "id": "1076", - "clue_level": "1", - "range_level": "1", - "attack_level": "33" - }, - { - "examine": "A Burthorpe Castle guard.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "511,513,512", - "magic_level": "1", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Guard", - "defence_level": "33", - "safespot": null, - "lifepoints": "44", - "strength_level": "33", - "id": "1077", - "clue_level": "1", - "range_level": "1", - "attack_level": "33" - }, - { - "examine": "A servant for Prince Anlaf.", - "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": "1081", - "range_level": "1", - "attack_level": "1" - }, - { - "death_animation": "836", - "name": "Ocga", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "melee_animation": "422", - "strength_level": "1", - "id": "1085", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "name": "Man", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "511,513,512", - "strength_level": "1", - "id": "1086", - "clue_level": "0", - "range_level": "1", - "attack_level": "1" - }, - { - "death_animation": "836", - "name": "Penda", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "melee_animation": "422", - "strength_level": "1", - "id": "1087", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "death_animation": "836", - "name": "Hygd", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "melee_animation": "422", - "strength_level": "1", - "id": "1088", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "death_animation": "836", - "name": "Ceolburg", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "melee_animation": "422", - "strength_level": "1", - "id": "1089", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "examine": "The knight seems to be watching something.", - "melee_animation": "7042", - "range_animation": "0", - "combat_audio": "511,513,512", - "attack_speed": "8", - "respawn_delay": "60", - "defence_animation": "0", - "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.", - "slayer_task": "83", - "melee_animation": "6523", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "name": "Rock", - "defence_level": "63", - "safespot": null, - "lifepoints": "90", - "strength_level": "63", - "id": "1095", - "aggressive": "true", - "range_level": "1", - "attack_level": "63" - }, - { - "examine": "A big", - "slayer_task": "83", - "range_animation": "0", - "attack_speed": "7", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "name": "Stick", - "defence_level": "61", - "safespot": null, - "lifepoints": "87", - "strength_level": "61", - "id": "1096", - "aggressive": "true", - "range_level": "1", - "attack_level": "61" - }, - { - "name": "Pee Hat", - "defence_level": "1", - "safespot": null, - "lifepoints": "126", - "strength_level": "1", - "id": "1097", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "name": "Kraka", - "defence_level": "1", - "safespot": null, - "lifepoints": "120", - "strength_level": "1", - "attack_speed": "6", - "id": "1098", - "aggressive": "true", - "range_level": "1", - "respawn_delay": "60", - "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": "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.", - "slayer_task": "83", - "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.", - "slayer_task": "83", - "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.", - "slayer_task": "83", - "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.", - "slayer_task": "83", - "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.", - "slayer_task": "83", - "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.", - "slayer_task": "83", - "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": "1106", - "range_level": "1", - "attack_level": "53" - }, - { - "examine": "Small for a troll, but mean and ugly.", - "slayer_task": "83", - "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.", - "slayer_task": "83", - "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.", - "slayer_task": "83", - "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.", - "slayer_task": "83", - "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.", - "slayer_task": "83", - "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.", - "slayer_task": "83", - "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.", - "slayer_task": "83", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "name": "Troll general", - "defence_level": "65", - "safespot": null, - "lifepoints": "92", - "strength_level": "65", - "id": "1115", - "aggressive": "true", - "range_level": "1", - "attack_level": "65" - }, - { - "examine": "One of the troll generals.", - "slayer_task": "83", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "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.", - "slayer_task": "83", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "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.", - "slayer_task": "83", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "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.", - "slayer_task": "83", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "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.", - "slayer_task": "83", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "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.", - "slayer_task": "83", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "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.", - "slayer_task": "83", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "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.", - "slayer_task": "83", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "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.", - "slayer_task": "83", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "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.", - "slayer_task": "83", - "melee_animation": "1158", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "name": "Dad", - "defence_level": "55", - "safespot": null, - "lifepoints": "157", - "strength_level": "55", - "id": "1125", - "range_level": "1", - "attack_level": "55" - }, - { - "examine": "He's guarding the cells.", - "slayer_task": "83", - "range_animation": "0", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "name": "Twig", - "defence_level": "50", - "safespot": null, - "lifepoints": "71", - "strength_level": "50", - "id": "1126", - "range_level": "1", - "attack_level": "50" - }, - { - "examine": "He's guarding the cells.", - "slayer_task": "83", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "name": "Berry", - "defence_level": "50", - "safespot": null, - "lifepoints": "71", - "strength_level": "50", - "id": "1127", - "range_level": "1", - "attack_level": "50" - }, - { - "examine": "He's guarding the cells.", - "slayer_task": "83", - "melee_animation": "5821", - "range_animation": "0", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "name": "Twig", - "defence_level": "50", - "safespot": null, - "lifepoints": "71", - "strength_level": "50", - "id": "1128", - "range_level": "1", - "attack_level": "50" - }, - { - "examine": "He's guarding the cells.", - "slayer_task": "83", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "name": "Berry", - "defence_level": "50", - "safespot": null, - "lifepoints": "71", - "strength_level": "50", - "id": "1129", - "range_level": "1", - "attack_level": "50" - }, - { - "examine": "Small for a troll, but it's mean, ugly and throws rocks.", - "slayer_task": "83", - "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.", - "slayer_task": "83", - "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.", - "slayer_task": "83", - "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.", - "slayer_task": "83", - "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.", - "slayer_task": "83", - "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.", - "slayer_task": "83", - "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.", - "slayer_task": "83", - "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" - }, - { - "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...", - "slayer_task": "53", - "melee_animation": "6223", - "range_animation": "6223", - "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": "1153", - "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...", - "slayer_task": "53", - "melee_animation": "6224", - "range_animation": "0", - "poisonous": "true", - "respawn_delay": "60", - "defence_animation": "6227", - "weakness": "7", - "slayer_exp": "90", - "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...", - "slayer_task": "53", - "melee_animation": "6223", - "range_animation": "6223", - "attack_speed": "5", - "poisonous": "true", - "respawn_delay": "65", - "defence_animation": "6232", - "weakness": "7", - "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...", - "slayer_task": "53", - "melee_animation": "6223", - "range_animation": "6223", - "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...", - "slayer_task": "53", - "melee_animation": "6223", - "range_animation": "6223", - "attack_speed": "5", - "poisonous": "true", - "respawn_delay": "65", - "defence_animation": "6232", - "weakness": "7", - "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...", - "slayer_task": "53", - "melee_animation": "6241", - "range_animation": "6241", - "attack_speed": "4", - "poisonous": "true", - "magic_level": "150", - "respawn_delay": "45", - "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": "1", - "attack_level": "300" - }, - { - "agg_radius": "64", - "examine": "I don't think insect repellent will work...", - "slayer_task": "53", - "melee_animation": "6235", - "range_animation": "6235", - "attack_speed": "4", - "magic_level": "150", - "respawn_delay": "0", - "defence_animation": "6234", - "weakness": "10", - "magic_animation": "6235", - "death_animation": "6233", - "name": "Kalphite Queen", - "defence_level": "300", - "safespot": null, - "lifepoints": "255", - "strength_level": "300", - "id": "1160", - "aggressive": "true", - "bonuses": "0,0,0,0,0,100,100,100,10,10,0,0,0,0,0", - "range_level": "1", - "attack_level": "300" - }, - { - "examine": "I don't think insect repellent will work...", - "slayer_task": "53", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Kalphite Larva", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1161", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A huge beast", - "melee_animation": "313", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "315", - "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.", - "slayer_task": "31", - "start_gfx": "250", - "combat_style": "1", - "melee_animation": "428", - "range_animation": "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": "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.", - "slayer_task": "31", - "melee_animation": "428", - "range_animation": "0", - "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", - "id": "1184", - "clue_level": "2", - "range_level": "1", - "attack_level": "68" - }, - { - "examine": "An elven city guard.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Elven city guard", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1185", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A cute bunny rabbit.", - "melee_animation": "6090", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "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": "498,500,499", - "respawn_delay": "60", - "defence_animation": "4927", - "slayer_exp": "0", - "death_animation": "4929", - "name": "Grizzly bear", - "defence_level": "1", - "safespot": null, - "lifepoints": "27", - "strength_level": "1", - "id": "1195", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Eek! A bear cub!", - "slayer_task": "6", - "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.", - "slayer_task": "92", - "melee_animation": "6559", - "range_animation": "0", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "6558", - "name": "Dire Wolf", - "defence_level": "33", - "safespot": null, - "lifepoints": "47", - "strength_level": "33", - "id": "1198", - "range_level": "1", - "attack_level": "33" - }, - { - "examine": "An elf tracker.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Elf Tracker", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1199", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "One of King Tyras's men.", - "melee_animation": "414", - "range_animation": "0", - "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", - "id": "1200", - "range_level": "1", - "attack_level": "42" - }, - { - "examine": "I don't want to get on the wrong side of him.", - "start_gfx": "250", - "combat_style": "1", - "melee_animation": "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", - "strength_level": "105", - "id": "1203", - "range_level": "50", - "attack_level": "95" - }, - { - "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": "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", - "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", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "836", - "name": "Gardener", - "defence_level": "4", - "safespot": null, - "lifepoints": "5", - "strength_level": "4", - "id": "1217", - "range_level": "1", - "attack_level": "4" - }, - { - "examine": "A scary, man eating ghoul.", - "slayer_task": "37", - "melee_animation": "422", - "range_animation": "422", - "attack_speed": "5", - "defence_animation": "404", - "weakness": "9", - "slayer_exp": "50", - "magic_animation": "422", - "death_animation": "9055", - "name": "Ghoul", - "defence_level": "25", - "safespot": null, - "lifepoints": "40", - "strength_level": "25", - "id": "1218", - "bonuses": "10,10,20,20,15,20,15,15,15,15,15,35,0,0,0", - "range_level": "1", - "attack_level": "25" - }, - { - "examine": "Yuck! It's all slimy!", - "melee_animation": "1273", - "range_animation": "0", - "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", - "id": "1219", - "aggressive": "true", - "range_level": "1", - "attack_level": "42" - }, - { - "examine": "Could his name be 'Lurch'?", - "melee_animation": "7183", - "slayer_exp": "50", - "death_animation": "7185", - "name": "Vampire", - "defence_level": "52", - "safespot": null, - "lifepoints": "50", - "strength_level": "1", - "id": "1220", - "clue_level": "1", - "range_level": "1", - "attack_level": "52" - }, - { - "slayer_exp": "40", - "name": "Vampire", - "defence_level": "1", - "safespot": null, - "lifepoints": "50", - "strength_level": "1", - "id": "1223", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "combat_style": "1", - "melee_animation": "8143", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "slayer_exp": "0", - "magic_animation": "0", - "death_animation": "8144", - "name": "Myre Blamish Snail", - "defence_level": "10", - "safespot": null, - "lifepoints": "14", - "strength_level": "10", - "id": "1227", - "range_level": "1", - "attack_level": "10" - }, - { - "examine": "A blood coloured blamish snail", - "combat_style": "1", - "melee_animation": "8143", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "slayer_exp": "0", - "magic_animation": "0", - "death_animation": "8144", - "name": "Blood Blamish Snail", - "defence_level": "10", - "safespot": null, - "lifepoints": "14", - "strength_level": "10", - "id": "1228", - "range_level": "1", - "attack_level": "10" - }, - { - "examine": "A muddy coloured blamish snail", - "combat_style": "1", - "melee_animation": "8143", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "slayer_exp": "0", - "magic_animation": "0", - "death_animation": "8144", - "name": "Ochre Blamish Snail", - "defence_level": "10", - "safespot": null, - "lifepoints": "14", - "strength_level": "10", - "id": "1229", - "range_level": "1", - "attack_level": "10" - }, - { - "examine": "A bruise blue coloured blamish snail", - "combat_style": "1", - "melee_animation": "8143", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "slayer_exp": "0", - "magic_animation": "0", - "death_animation": "8144", - "name": "Bruise Blamish Snail", - "defence_level": "10", - "safespot": null, - "lifepoints": "14", - "strength_level": "10", - "id": "1230", - "range_level": "1", - "attack_level": "10" - }, - { - "examine": "A branch bark coloured blamish snail", - "combat_style": "1", - "melee_animation": "8143", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "slayer_exp": "0", - "magic_animation": "0", - "death_animation": "8144", - "name": "Bark Blamish Snail", - "defence_level": "10", - "safespot": null, - "lifepoints": "14", - "strength_level": "10", - "id": "1231", - "range_level": "1", - "attack_level": "10" - }, - { - "examine": "A marsh coloured blamish snail", - "combat_style": "1", - "melee_animation": "8143", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "slayer_exp": "0", - "magic_animation": "0", - "death_animation": "8144", - "name": "Myre Blamish Snail", - "defence_level": "10", - "safespot": null, - "lifepoints": "14", - "strength_level": "10", - "id": "1232", - "range_level": "1", - "attack_level": "10" - }, - { - "examine": "A blood coloured blamish snail", - "combat_style": "1", - "melee_animation": "8143", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "slayer_exp": "0", - "magic_animation": "0", - "death_animation": "8144", - "name": "Blood Blamish Snail", - "defence_level": "10", - "safespot": null, - "lifepoints": "14", - "strength_level": "10", - "id": "1233", - "range_level": "1", - "attack_level": "10" - }, - { - "examine": "A muddy coloured blamish snail", - "combat_style": "1", - "melee_animation": "8143", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "slayer_exp": "0", - "magic_animation": "0", - "death_animation": "8144", - "name": "Ochre Blamish Snail", - "defence_level": "10", - "safespot": null, - "lifepoints": "14", - "strength_level": "10", - "id": "1234", - "range_level": "1", - "attack_level": "10" - }, - { - "examine": "A bruise blue coloured blamish snail", - "combat_style": "1", - "melee_animation": "8143", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "slayer_exp": "0", - "magic_animation": "0", - "death_animation": "8144", - "name": "Bruise Blamish Snail", - "defence_level": "10", - "safespot": null, - "lifepoints": "14", - "strength_level": "10", - "id": "1235", - "range_level": "1", - "attack_level": "10" - }, - { - "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", - "slayer_task": "73", - "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.", - "slayer_task": "73", - "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", - "slayer_task": "73", - "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.", - "slayer_task": "73", - "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", - "slayer_task": "73", - "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.", - "slayer_task": "73", - "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", - "slayer_task": "73", - "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.", - "slayer_task": "73", - "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", - "slayer_task": "73", - "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.", - "slayer_task": "73", - "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" - }, - { - "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", - "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", - "attack_speed": "5", - "magic_level": "1", - "defence_animation": "1313", - "weakness": "7", - "magic_animation": "1312", - "death_animation": "1314", - "name": "Rock Crab", - "defence_level": "1", - "safespot": null, - "lifepoints": "51", - "strength_level": "1", - "id": "1265", - "bonuses": "-75,-75,-75,-75,-75,-75,-75,-75,-75,-75,-75,-75,-75,-75,-75", - "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", - "attack_speed": "5", - "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": "-75,-75,-75,-75,-75,-75,-75,-75,-75,-75,-75,-75,-75,-75,-75", - "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", - "strength_level": "40", - "id": "1279", - "aggressive": "true", - "range_level": "1", - "attack_level": "40" - }, - { - "examine": "A Fremennik hunter.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Sigli the Huntsman", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1281", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A Fremennik merchant.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Sigmund The Merchant", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1282", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A Fremennik navigator.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Swensen the Navigator", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1283", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Every innkeeper's best friend!", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Manni the Reveller", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1286", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Supposedly fixes things around RuneScape.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Council workman", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1287", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A Fremennik riddler.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Peer the Seer", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1288", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A Fremennik hero.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Thorvald the Warrior", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1289", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Your challenge awaits! ", - "melee_animation": "390", - "range_animation": "0", - "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", - "id": "1290", - "range_level": "1", - "attack_level": "13" - }, - { - "examine": "He lives again!", - "melee_animation": "390", - "range_animation": "0", - "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", - "id": "1291", - "range_level": "1", - "attack_level": "13" - }, - { - "examine": "He keeps on living!", - "melee_animation": "390", - "range_animation": "0", - "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", - "id": "1292", - "range_level": "1", - "attack_level": "13" - }, - { - "examine": "He just keeps on going.", - "melee_animation": "390", - "range_animation": "0", - "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", - "id": "1293", - "range_level": "1", - "attack_level": "13" - }, - { - "examine": "The Fremennik tribe's chieftain.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "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", - "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", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "836", - "name": "Warrior", - "defence_level": "28", - "safespot": null, - "lifepoints": "40", - "strength_level": "28", - "id": "1318", - "range_level": "1", - "attack_level": "28" - }, - { - "examine": "A cunning animal.", - "melee_animation": "6562", - "range_animation": "0", - "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", - "id": "1319", - "range_level": "1", - "attack_level": "32" - }, - { - "examine": "Hoppity", - "melee_animation": "1245", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "1246", - "name": "Bunny", - "defence_level": "1", - "safespot": null, - "lifepoints": "1", - "strength_level": "1", - "id": "1320", - "range_level": "1", - "attack_level": "1" - }, - { - "death_animation": "1246", - "name": "Bunny", - "defence_level": "1", - "safespot": null, - "lifepoints": "5", - "melee_animation": "1245", - "strength_level": "1", - "id": "1321", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "1244" - }, - { - "examine": "Cute. But deadly.", - "slayer_task": "6", - "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" - }, - { - "examine": "Horned horsey.", - "melee_animation": "6376", - "range_animation": "6376", - "combat_audio": "496,498,497", - "attack_speed": "5", - "magic_level": "6", - "respawn_delay": "32", - "defence_animation": "6375", - "weakness": "7", - "magic_animation": "6376", - "death_animation": "6377", - "name": "Unicorn Foal", - "defence_level": "6", - "safespot": null, - "lifepoints": "14", - "strength_level": "6", - "id": "1328", - "range_level": "1", - "attack_level": "6" - }, - { - "examine": "Cute but evil.", - "melee_animation": "6376", - "range_animation": "0", - "combat_audio": "496,498,497", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "6377", - "name": "Black unicorn Foal", - "defence_level": "12", - "safespot": null, - "lifepoints": "17", - "strength_level": "12", - "id": "1329", - "range_level": "1", - "attack_level": "12" - }, - { - "examine": "Fearsome predator found only in the Fremennik Province", - "slayer_task": "92", - "melee_animation": "6559", - "range_animation": "0", - "combat_audio": "481,491,490", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "slayer_exp": "69", - "magic_animation": "0", - "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.", - "slayer_task": "24", - "melee_animation": "1341", - "range_animation": "0", - "magic_level": "60", - "respawn_delay": "60", - "defence_animation": "0", - "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": "He seems happy to see you.", - "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": "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", - "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", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "examine": "Hmm", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Fishmonger", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1369", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "At least he eats his greens.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Greengrocer", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1370", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He's guarding the throne room.", - "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": "1374", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He's cutting the wheat.", - "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": "1377", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "No-one would mistake her for a duchess.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Flower Girl", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1378", - "range_level": "1", - "attack_level": "1" - }, - { - "death_animation": "836", - "name": "Alrik", - "defence_level": "1", - "safespot": null, - "lifepoints": "1", - "melee_animation": "422", - "strength_level": "1", - "id": "1381", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "examine": "He's strong to the finish, because he eats cabbage.", - "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": "1385", - "range_level": "1", - "attack_level": "1" - }, - { - "death_animation": "836", - "name": "Rannveig", - "defence_level": "1", - "safespot": null, - "lifepoints": "1", - "melee_animation": "422", - "strength_level": "1", - "id": "1386", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "death_animation": "836", - "name": "Valgerd", - "defence_level": "1", - "safespot": null, - "lifepoints": "1", - "melee_animation": "422", - "strength_level": "1", - "id": "1388", - "range_level": "1", - "respawn_delay": "60", - "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", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "death_animation": "836", - "name": "Broddi", - "defence_level": "1", - "safespot": null, - "lifepoints": "1", - "melee_animation": "422", - "strength_level": "1", - "id": "1390", - "range_level": "1", - "respawn_delay": "60", - "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": "1391", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "death_animation": "836", - "name": "Ragnvald", - "defence_level": "1", - "safespot": null, - "lifepoints": "1", - "melee_animation": "810", - "strength_level": "1", - "id": "1392", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "examine": "Hmm", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Fishmonger", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1393", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "At least he eats his greens.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Greengrocer", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1394", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He's a lumberjack", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Lumberjack Leif", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1395", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He's just mining his own business.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Miner Magnus", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1396", - "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": "Fisherman Frodi", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1397", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "She's looking a bit weedy.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Gardener Gunnhild", - "defence_level": "1", - "safespot": null, - "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", - "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": "1402", - "range_level": "1", - "attack_level": "1" - }, - { - "death_animation": "5389", - "name": "Rooster", - "defence_level": "1", - "safespot": null, - "lifepoints": "5", - "melee_animation": "5387", - "strength_level": "1", - "id": "1403", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "5388" - }, - { - "death_animation": "6092", - "name": "Rabbit", - "defence_level": "1", - "safespot": null, - "lifepoints": "5", - "melee_animation": "6090", - "strength_level": "1", - "id": "1404", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "6091" - }, - { - "examine": "There to help me make my bids.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Lumdo", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1419", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An official looking Gnome with small beady eyes.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "G.L.O. Caranock", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1427", - "range_level": "1", - "attack_level": "1" - }, - { - "melee_animation": "1383", - "respawn_delay": "60", - "defence_animation": "1393", - "death_animation": "1384", - "name": "Duke", - "defence_level": "1", - "safespot": null, - "lifepoints": "130", - "strength_level": "1", - "id": "1442", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "melee_animation": "1383", - "respawn_delay": "60", - "defence_animation": "1393", - "death_animation": "1384", - "name": "Oipuis", - "defence_level": "1", - "safespot": null, - "lifepoints": "130", - "strength_level": "1", - "id": "1443", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "melee_animation": "1383", - "respawn_delay": "60", - "defence_animation": "1393", - "death_animation": "1384", - "name": "Uyoro", - "defence_level": "1", - "safespot": null, - "lifepoints": "130", - "strength_level": "1", - "id": "1444", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "melee_animation": "1383", - "respawn_delay": "60", - "defence_animation": "1387", - "death_animation": "1384", - "name": "Ouhai", - "defence_level": "1", - "safespot": null, - "lifepoints": "130", - "strength_level": "1", - "id": "1445", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "melee_animation": "1383", - "respawn_delay": "60", - "defence_animation": "1393", - "death_animation": "1384", - "name": "Uodai", - "defence_level": "1", - "safespot": null, - "lifepoints": "130", - "strength_level": "1", - "id": "1446", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "melee_animation": "1383", - "respawn_delay": "60", - "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", - "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.", - "slayer_task": "61", - "melee_animation": "1392", - "range_animation": "0", - "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", - "id": "1455", - "range_level": "1", - "attack_level": "66" - }, - { - "examine": "A bow wielding ninja monkey.", - "slayer_task": "61", - "combat_style": "1", - "melee_animation": "0", - "range_animation": "1394", - "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", - "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", - "aggressive": "true", - "range_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", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A huge brutish gorilla armoured with dangerous looking vambraces.", - "slayer_task": "61", - "melee_animation": "1402", - "range_animation": "1402", - "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", - "id": "1459", - "range_level": "1", - "attack_level": "100" - }, - { - "examine": "A huge brutish gorilla armoured with dangerous looking vambraces.", - "slayer_task": "61", - "melee_animation": "1402", - "range_animation": "0", - "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", - "id": "1460", - "aggressive": "true", - "range_level": "1", - "attack_level": "63" - }, - { - "examine": "A huge brutish gorilla stands here", - "slayer_task": "61", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "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.", - "slayer_task": "61", - "melee_animation": "1383", - "range_animation": "0", - "combat_audio": "629,631,630", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "1384", - "name": "Monkey Zombie", - "defence_level": "55", - "safespot": null, - "lifepoints": "78", - "strength_level": "55", - "id": "1465", - "aggressive": "true", - "range_level": "1", - "attack_level": "55" - }, - { - "melee_animation": "1392", - "combat_audio": "629,631,630", - "respawn_delay": "60", - "defence_animation": "1393", - "death_animation": "1384", - "name": "Monkey Zombie", - "defence_level": "1", - "safespot": null, - "lifepoints": "90", - "strength_level": "1", - "id": "1466", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "melee_animation": "1392", - "combat_audio": "629,631,630", - "respawn_delay": "60", - "defence_animation": "1393", - "death_animation": "1384", - "name": "Monkey Zombie", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "strength_level": "1", - "id": "1467", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He looks like the type of guy who would mind monkeys.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "629,631,630", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Monkey minder", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1469", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "It looks just a bit... underfed.", - "slayer_task": "75", - "melee_animation": "5519", - "range_animation": "5519", - "combat_audio": "774,775,777", - "attack_speed": "6", - "defence_animation": "5520", - "weakness": "8", - "magic_animation": "5519", - "death_animation": "5521", - "name": "Skeleton", - "defence_level": "75", - "safespot": null, - "lifepoints": "112", - "strength_level": "109", - "id": "1471", - "range_level": "1", - "attack_level": "80" - }, - { - "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", - "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.", - "slayer_task": "7", - "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.", - "slayer_task": "7", - "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", - "slayer_task": "76", - "melee_animation": "5327", - "range_animation": "0", - "combat_audio": "537,539,538", - "respawn_delay": "60", - "defence_animation": "0", - "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", - "defence_animation": "0", - "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", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "5972", - "name": "Undead Lumberjack", - "defence_level": "10", - "safespot": null, - "lifepoints": "100", - "strength_level": "73", - "id": "1524", - "range_level": "1", - "attack_level": "73" - }, - { - "examine": "His robes prominently display the star of Saradomin.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Zealot", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1528", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Imp", - "defence_level": "1", - "safespot": null, - "lifepoints": "8", - "strength_level": "1", - "id": "1531", - "range_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", - "range_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", - "range_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", - "range_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", - "range_level": "1", - "attack_level": "1" - }, - { - "melee_animation": "185", - "respawn_delay": "60", - "defence_animation": "186", - "death_animation": "188", - "name": "Possessed pickaxe", - "defence_level": "1", - "safespot": null, - "lifepoints": "40", - "strength_level": "1", - "id": "1536", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A strange disturbance in the air.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "0", - "name": "Haze", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1537", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Well", - "slayer_task": "75", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "0", - "name": "Corpse", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1538", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "I don't think the pickaxe is for hitting rocks.", - "slayer_task": "75", - "melee_animation": "5485", - "range_animation": "0", - "respawn_delay": "60", - "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", - "id": "1539", - "aggressive": "true", - "range_level": "1", - "attack_level": "35" - }, - { - "melee_animation": "5540", - "respawn_delay": "60", - "defence_animation": "5541", - "death_animation": "5542", - "name": "Treus Dayth", - "defence_level": "1", - "safespot": null, - "lifepoints": "100", - "strength_level": "1", - "id": "1540", - "aggressive": "true", - "range_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", - "range_level": "1", - "attack_level": "1" - }, - { - "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": "30", - "strength_level": "1", - "id": "1549", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A large boisterous bird", - "slayer_task": "7", - "melee_animation": "6761", - "range_animation": "0", - "defence_animation": "0", - "weakness": "3", - "magic_animation": "0", - "death_animation": "6762", - "name": "Chompy bird", - "defence_level": "1", - "safespot": null, - "lifepoints": "8", - "strength_level": "1", - "id": "1550", - "range_level": "2", - "attack_level": "1" - }, - { - "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", - "attack_level": "1" - }, - { - "name": "Ug", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "511,513,512", - "strength_level": "1", - "id": "1557", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Not man's best friend.", - "slayer_task": "92", - "melee_animation": "6559", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "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!", - "slayer_task": "83", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "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!", - "slayer_task": "83", - "range_animation": "0", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "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!", - "slayer_task": "83", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "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!", - "slayer_task": "83", - "range_animation": "0", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "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!", - "slayer_task": "83", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "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!", - "slayer_task": "83", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "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!", - "slayer_task": "83", - "range_animation": "0", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "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", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Cyreg Paddlehorn", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1567", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A creature summoned by Vanstrom to kill the remaining Myreque.", - "melee_animation": "6579", - "range_animation": "0", - "combat_audio": "774,775,777", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "6558", - "name": "Skeleton Hellhound", - "defence_level": "32", - "safespot": null, - "lifepoints": "57", - "strength_level": "32", - "id": "1575", - "aggressive": "true", - "range_level": "1", - "attack_level": "32" - }, - { - "examine": "A very large elemental adversary.", - "slayer_task": "33", - "melee_animation": "4666", - "range_animation": "4666", - "combat_audio": "449,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", - "aggressive": "true", - "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.", - "slayer_task": "33", - "melee_animation": "4666", - "range_animation": "4666", - "combat_audio": "449,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", - "aggressive": "true", - "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.", - "slayer_task": "33", - "melee_animation": "4666", - "range_animation": "4666", - "combat_audio": "449,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", - "aggressive": "true", - "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.", - "slayer_task": "33", - "melee_animation": "4666", - "range_animation": "4666", - "combat_audio": "449,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", - "aggressive": "true", - "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.", - "slayer_task": "33", - "melee_animation": "4666", - "range_animation": "4666", - "combat_audio": "449,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", - "aggressive": "true", - "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0", - "range_level": "1", - "attack_level": "65" - }, - { - "examine": "His beard seems to have a life of its own.", - "slayer_task": "62", - "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", - "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": "His beard seems to have a life of its own.", - "slayer_task": "62", - "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", - "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": "Young but still dangerous.", - "slayer_task": "68", - "melee_animation": "25", - "range_animation": "25", - "combat_audio": "408,410,409", - "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", - "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" - }, - { - "examine": "Its scales seem to be made of bronze.", - "slayer_task": "13", - "melee_animation": "80", - "range_animation": "80", - "combat_audio": "408,410,409", - "attack_speed": "4", - "magic_level": "100", - "respawn_delay": "40", - "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", - "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" - }, - { - "examine": "Its scales seem to be made of iron.", - "slayer_task": "50", - "melee_animation": "80", - "range_animation": "80", - "combat_audio": "408,410,409", - "attack_speed": "4", - "magic_level": "100", - "respawn_delay": "45", - "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", - "id": "1591", - "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": "165" - }, - { - "examine": "Its scales seem to be made of steel.", - "slayer_task": "80", - "melee_animation": "80", - "range_animation": "80", - "combat_audio": "408,410,409", - "attack_speed": "4", - "magic_level": "100", - "respawn_delay": "45", - "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", - "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" - }, - { - "examine": "An unsuitable pet.", - "slayer_task": "27", - "melee_animation": "6562", - "range_animation": "6562", - "magic_level": "20", - "respawn_delay": "20", - "defence_animation": "6563", - "weakness": "7", - "magic_animation": "6562", - "death_animation": "6564", - "name": "Wild dog", - "defence_level": "25", - "safespot": null, - "lifepoints": "62", - "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", - "magic_level": "20", - "respawn_delay": "20", - "defence_animation": "6563", - "magic_animation": "6562", - "death_animation": "6564", - "name": "Wild dog", - "defence_level": "25", - "safespot": null, - "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" - }, - { - "examine": "A spiky crawling critter. ", - "slayer_task": "16", - "melee_animation": "266", - "range_animation": "266", - "attack_speed": "4", - "poisonous": "true", - "respawn_delay": "25", - "defence_animation": "267", - "weakness": "1", - "slayer_exp": "22", - "magic_animation": "266", - "death_animation": "265", - "name": "Cave crawler", - "defence_level": "30", - "safespot": null, - "lifepoints": "23", - "strength_level": "30", - "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", - "attack_speed": "4", - "poisonous": "true", - "respawn_delay": "25", - "defence_animation": "267", - "slayer_exp": "22", - "magic_animation": "266", - "death_animation": "265", - "name": "Cave crawler", - "defence_level": "30", - "safespot": null, - "lifepoints": "23", - "strength_level": "30", - "id": "1601", - "bonuses": "30,60,60,60,60,66,0,0,0,0,0,0,0,0,0", - "range_level": "1", - "attack_level": "28" - }, - { - "examine": "A spiky crawling critter. ", - "melee_animation": "266", - "range_animation": "266", - "attack_speed": "4", - "poisonous": "true", - "respawn_delay": "25", - "defence_animation": "267", - "slayer_exp": "22", - "magic_animation": "266", - "death_animation": "265", - "name": "Cave crawler", - "defence_level": "30", - "safespot": null, - "lifepoints": "23", - "strength_level": "30", - "id": "1602", - "bonuses": "30,60,60,60,60,66,0,0,0,0,0,0,0,0,0", - "range_level": "1", - "attack_level": "28" - }, - { - "examine": "A spiky crawling critter. ", - "melee_animation": "266", - "range_animation": "266", - "attack_speed": "4", - "poisonous": "true", - "respawn_delay": "25", - "defence_animation": "267", - "slayer_exp": "22", - "magic_animation": "266", - "death_animation": "265", - "name": "Cave crawler", - "defence_level": "30", - "safespot": null, - "lifepoints": "23", - "strength_level": "30", - "id": "1603", - "bonuses": "30,60,60,60,60,66,0,0,0,0,0,0,0,0,0", - "range_level": "1", - "attack_level": "28" - }, - { - "examine": "A very smelly ghost.", - "slayer_task": "0", - "start_gfx": "334", - "combat_style": "2", - "melee_animation": "9466", - "weakness": "5", - "slayer_exp": "90", - "magic_animation": "9466", - "death_animation": "9467", - "lifepoints": "90", - "id": "1604", - "aggressive": "true", - "bonuses": "0,0,0,0,0,20,20,20,0,15,0,0,0,0,0", - "range_animation": "1507", - "magic_level": "105", - "end_gfx": "336", - "defence_animation": "9468", - "name": "Aberrant spectre", - "defence_level": "90", - "safespot": null, - "strength_level": "1", - "clue_level": "2", - "range_level": "1", - "projectile": "335", - "attack_level": "1" - }, - { - "examine": "A very smelly ghost.", - "slayer_task": "0", - "start_gfx": "334", - "combat_style": "2", - "melee_animation": "9466", - "weakness": "5", - "slayer_exp": "90", - "magic_animation": "9466", - "death_animation": "9467", - "lifepoints": "90", - "id": "1605", - "aggressive": "true", - "bonuses": "0,0,0,0,0,20,20,20,0,15,0,0,0,0,0", - "range_animation": "1507", - "magic_level": "105", - "end_gfx": "336", - "defence_animation": "9468", - "name": "Aberrant spectre", - "defence_level": "90", - "safespot": null, - "strength_level": "1", - "clue_level": "2", - "range_level": "1", - "projectile": "335", - "attack_level": "1" - }, - { - "examine": "A very smelly ghost.", - "slayer_task": "0", - "start_gfx": "334", - "combat_style": "2", - "melee_animation": "9466", - "weakness": "5", - "slayer_exp": "90", - "magic_animation": "9466", - "death_animation": "9467", - "lifepoints": "90", - "id": "1606", - "aggressive": "true", - "bonuses": "0,0,0,0,0,20,20,20,0,15,0,0,0,0,0", - "range_animation": "1507", - "magic_level": "105", - "end_gfx": "336", - "defence_animation": "9468", - "name": "Aberrant spectre", - "defence_level": "90", - "safespot": null, - "strength_level": "1", - "clue_level": "2", - "range_level": "1", - "projectile": "335", - "attack_level": "1" - }, - { - "examine": "A very smelly ghost.", - "slayer_task": "0", - "start_gfx": "334", - "combat_style": "2", - "melee_animation": "9466", - "weakness": "5", - "slayer_exp": "90", - "magic_animation": "9466", - "death_animation": "9467", - "lifepoints": "90", - "id": "1607", - "aggressive": "true", - "bonuses": "0,0,0,0,0,20,20,20,0,15,0,0,0,0,0", - "range_animation": "1507", - "magic_level": "105", - "end_gfx": "336", - "defence_animation": "9468", - "name": "Aberrant spectre", - "defence_level": "90", - "safespot": null, - "strength_level": "1", - "clue_level": "2", - "range_level": "1", - "projectile": "335", - "attack_level": "1" - }, - { - "examine": "Large, heavy, with sharp things attached to its head.", - "melee_animation": "9439", - "range_animation": "9439", - "attack_speed": "4", - "magic_level": "1", - "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", - "attack_speed": "4", - "magic_level": "1", - "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", - "attack_speed": "4", - "magic_level": "1", - "defence_animation": "9455", - "slayer_exp": "105", - "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" - }, - { - "examine": "Flies like a rock.", - "slayer_task": "84", - "melee_animation": "1516", - "range_animation": "1516", - "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", - "id": "1611", - "clue_level": "2", - "range_level": "49", - "attack_level": "45" - }, - { - "examine": "A tortured screaming soul.", - "melee_animation": "9449", - "range_animation": "1523", - "attack_speed": "5", - "defence_animation": "9451", - "slayer_exp": "22", - "magic_animation": "1523", - "death_animation": "9450", - "name": "Banshee", - "defence_level": "5", - "safespot": null, - "lifepoints": "22", - "strength_level": "14", - "id": "1612", - "aggressive": "true", - "clue_level": "0", - "range_level": "1", - "attack_level": "9" - }, - { - "examine": "An evil death demon.", - "melee_animation": "9487", - "range_animation": "1528", - "attack_speed": "4", - "magic_level": "1", - "defence_animation": "9489", - "magic_animation": "1528", - "death_animation": "9488", - "name": "Nechryael", - "defence_level": "105", - "safespot": null, - "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", - "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!", - "slayer_task": "1", - "melee_animation": "1537", - "range_animation": "1537", - "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", - "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", - "attack_speed": "5", - "magic_level": "75", - "defence_animation": "261", - "slayer_exp": "75", - "magic_animation": "260", - "death_animation": "264", - "name": "Basilisk", - "defence_level": "75", - "safespot": null, - "lifepoints": "75", - "strength_level": "80", - "id": "1616", - "range_level": "75", - "attack_level": "80" - }, - { - "examine": "The eyes of evil.", - "melee_animation": "260", - "range_animation": "260", - "attack_speed": "5", - "magic_level": "75", - "defence_animation": "261", - "slayer_exp": "75", - "magic_animation": "260", - "death_animation": "264", - "name": "Basilisk", - "defence_level": "75", - "safespot": null, - "lifepoints": "75", - "strength_level": "80", - "id": "1617", - "range_level": "75", - "attack_level": "80" - }, - { - "examine": "The tongue of evil.", - "melee_animation": "9130", - "range_animation": "1552", - "attack_speed": "4", - "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", - "aggressive": "true", - "clue_level": "2", - "range_level": "1", - "attack_level": "75" - }, - { - "examine": "The tongue of evil.", - "melee_animation": "9130", - "range_animation": "1552", - "attack_speed": "4", - "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": "1619", - "aggressive": "true", - "clue_level": "2", - "range_level": "1", - "attack_level": "75" - }, - { - "examine": "The winged reptile.", - "slayer_task": "19", - "melee_animation": "7762", - "range_animation": "7762", - "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", - "id": "1620", - "bonuses": "30,30,30,30,30,35,0,0,0,0,0,0,0,0,0", - "clue_level": "1", - "range_level": "32", - "attack_level": "32" - }, - { - "examine": "The winged reptile.", - "melee_animation": "7762", - "range_animation": "7762", - "attack_speed": "5", - "defence_animation": "7761", - "slayer_exp": "37", - "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" - }, - { - "examine": "It's one leg short!", - "melee_animation": "9471", - "range_animation": "9471", - "attack_speed": "5", - "defence_animation": "9473", - "magic_animation": "9471", - "death_animation": "9472", - "name": "Turoth", - "defence_level": "30", - "safespot": null, - "lifepoints": "27", - "strength_level": "1", - "id": "1622", - "range_level": "1", - "attack_level": "30" - }, - { - "examine": "It's one leg short!", - "melee_animation": "9471", - "range_animation": "9471", - "attack_speed": "5", - "defence_animation": "9473", - "magic_animation": "9471", - "death_animation": "9472", - "name": "Turoth", - "defence_level": "30", - "safespot": null, - "lifepoints": "27", - "strength_level": "1", - "id": "1623", - "range_level": "1", - "attack_level": "30" - }, - { - "examine": "The vacuumed face of evil.", - "slayer_task": "28", - "melee_animation": "1557", - "range_animation": "1557", - "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", - "id": "1624", - "range_level": "1", - "attack_level": "105" - }, - { - "examine": "The cave-dwelling cousin of the dust devils.", - "slayer_task": "28", - "melee_animation": "1557", - "range_animation": "0", - "defence_animation": "0", - "weakness": "2", - "magic_animation": "0", - "death_animation": "1558", - "name": "Smokedevil", - "defence_level": "61", - "safespot": null, - "lifepoints": "87", - "strength_level": "105", - "id": "1625", - "range_level": "61", - "attack_level": "105" - }, - { - "examine": "It's one leg short!", - "melee_animation": "9471", - "range_animation": "9471", - "attack_speed": "5", - "magic_level": "75", - "defence_animation": "9473", - "magic_animation": "9471", - "death_animation": "9472", - "name": "Turoth", - "defence_level": "75", - "safespot": null, - "lifepoints": "79", - "strength_level": "85", - "id": "1626", - "clue_level": "2", - "range_level": "75", - "attack_level": "80" - }, - { - "examine": "It's one leg short!", - "melee_animation": "9471", - "range_animation": "9471", - "attack_speed": "5", - "magic_level": "75", - "defence_animation": "9473", - "magic_animation": "9471", - "death_animation": "9472", - "name": "Turoth", - "defence_level": "75", - "safespot": null, - "lifepoints": "79", - "strength_level": "85", - "id": "1627", - "clue_level": "2", - "range_level": "75", - "attack_level": "80" - }, - { - "examine": "It's one leg short!", - "melee_animation": "9471", - "range_animation": "9471", - "attack_speed": "5", - "magic_level": "75", - "defence_animation": "9473", - "magic_animation": "9471", - "death_animation": "9472", - "name": "Turoth", - "defence_level": "75", - "safespot": null, - "lifepoints": "79", - "strength_level": "85", - "id": "1628", - "clue_level": "2", - "range_level": "75", - "attack_level": "80" - }, - { - "examine": "It's one leg short!", - "melee_animation": "9471", - "range_animation": "9471", - "attack_speed": "5", - "magic_level": "75", - "defence_animation": "9473", - "magic_animation": "9471", - "death_animation": "9472", - "name": "Turoth", - "defence_level": "75", - "safespot": null, - "lifepoints": "79", - "strength_level": "85", - "id": "1629", - "clue_level": "2", - "range_level": "75", - "attack_level": "80" - }, - { - "examine": "It's one leg short!", - "melee_animation": "9471", - "range_animation": "9471", - "attack_speed": "5", - "magic_level": "75", - "defence_animation": "9473", - "magic_animation": "9471", - "death_animation": "9472", - "name": "Turoth", - "defence_level": "75", - "safespot": null, - "lifepoints": "79", - "strength_level": "85", - "id": "1630", - "clue_level": "2", - "range_level": "75", - "attack_level": "80" - }, - { - "examine": "A rocky slug.", - "slayer_task": "69", - "melee_animation": "9506", - "range_animation": "9506", - "attack_speed": "5", - "magic_level": "1", - "defence_animation": "9508", - "weakness": "7", - "magic_animation": "9506", - "death_animation": "9507", - "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.", - "slayer_task": "69", - "melee_animation": "9506", - "range_animation": "9506", - "attack_speed": "5", - "magic_level": "1", - "defence_animation": "9508", - "weakness": "7", - "magic_animation": "9506", - "death_animation": "9507", - "name": "Rockslug", - "defence_level": "30", - "safespot": null, - "lifepoints": "30", - "strength_level": "30", - "id": "1632", - "clue_level": "2", - "range_level": "1", - "attack_level": "24" - }, - { - "spawn_animation": "8081", - "examine": "A small fire demon.", - "slayer_task": "66", - "melee_animation": "8080", - "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": "1633", - "bonuses": "52,30,22,1,1,0,0,0,0,0,0,10,10,10,0", - "clue_level": "1", - "range_level": "19", - "attack_level": "22" - }, - { - "spawn_animation": "8081", - "examine": "A small fire demon.", - "slayer_task": "66", - "melee_animation": "8080", - "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", - "bonuses": "52,30,22,1,1,0,0,0,0,0,0,10,10,10,0", - "clue_level": "1", - "range_level": "19", - "attack_level": "22" - }, - { - "spawn_animation": "8081", - "examine": "A small fire demon.", - "slayer_task": "66", - "melee_animation": "8080", - "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", - "bonuses": "52,30,22,1,1,0,0,0,0,0,0,10,10,10,0", - "clue_level": "1", - "range_level": "19", - "attack_level": "22" - }, - { - "spawn_animation": "8081", - "examine": "A small fire demon.", - "slayer_task": "66", - "melee_animation": "8080", - "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", - "bonuses": "52,30,22,1,1,0,0,0,0,0,0,10,10,10,0", - "clue_level": "1", - "range_level": "19", - "attack_level": "22" - }, - { - "examine": "It's a Jelly.", - "slayer_task": "51", - "melee_animation": "8569", - "range_animation": "8569", - "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", - "id": "1637", - "clue_level": "2", - "range_level": "40", - "attack_level": "40" - }, - { - "examine": "Doesn't look so tough...", - "slayer_task": "51", - "melee_animation": "8569", - "range_animation": "0", - "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", - "strength_level": "1", - "id": "1638", - "clue_level": "2", - "range_level": "49", - "attack_level": "1" - }, - { - "examine": "Wibbly.", - "slayer_task": "51", - "melee_animation": "8569", - "range_animation": "0", - "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", - "strength_level": "1", - "id": "1639", - "clue_level": "2", - "range_level": "49", - "attack_level": "1" - }, - { - "examine": "There's always room for jelly.", - "slayer_task": "51", - "melee_animation": "8569", - "range_animation": "0", - "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", - "attack_level": "1" - }, - { - "melee_animation": "8569", - "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", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "melee_animation": "8569", - "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", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An evil magic user.", - "slayer_task": "49", - "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", - "bonuses": "0,0,0,0,0,0,0,0,40,0,0,0,0,0,0", - "range_level": "1", - "projectile": "100", - "attack_level": "1" - }, - { - "slayer_task": "49", - "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", - "bonuses": "0,0,0,0,0,0,0,0,40,0,0,0,0,0,0", - "range_level": "1", - "projectile": "100", - "attack_level": "1" - }, - { - "examine": "An evil magic user.", - "slayer_task": "49", - "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", - "bonuses": "0,0,0,0,0,0,0,0,40,0,0,0,0,0,0", - "range_level": "1", - "projectile": "100", - "attack_level": "1" - }, - { - "examine": "An evil magic user.", - "slayer_task": "49", - "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", - "bonuses": "0,0,0,0,0,0,0,0,40,0,0,0,0,0,0", - "range_level": "1", - "projectile": "100", - "attack_level": "1" - }, - { - "examine": "An evil magic user.", - "slayer_task": "49", - "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", - "bonuses": "0,0,0,0,0,0,0,0,40,0,0,0,0,0,0", - "range_level": "1", - "projectile": "100", - "attack_level": "1" - }, - { - "examine": "Now THAT'S handy.", - "slayer_task": "21", - "melee_animation": "9125", - "range_animation": "9125", - "attack_speed": "5", - "respawn_delay": "20", - "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", - "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", - "slayer_task": "21", - "melee_animation": "9125", - "range_animation": "0", - "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", - "range_level": "1", - "attack_level": "8" - }, - { - "examine": "Gimmie five. Actually", - "slayer_task": "21", - "melee_animation": "9125", - "range_animation": "0", - "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", - "range_level": "1", - "attack_level": "8" - }, - { - "examine": "Gimmie five. Actually", - "slayer_task": "21", - "melee_animation": "9125", - "range_animation": "0", - "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", - "range_level": "1", - "attack_level": "8" - }, - { - "examine": "Gimmie five. Actually", - "slayer_task": "21", - "melee_animation": "9125", - "range_animation": "0", - "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", - "range_level": "1", - "attack_level": "8" - }, - { - "examine": "Now THAT's handy.", - "slayer_task": "21", - "melee_animation": "9444", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "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", - "id": "1653", - "range_level": "1", - "attack_level": "13" - }, - { - "examine": "I'm glad it's just the hand I can see...", - "slayer_task": "21", - "melee_animation": "9444", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "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", - "id": "1654", - "range_level": "1", - "attack_level": "13" - }, - { - "examine": "A big severed hand.", - "slayer_task": "21", - "melee_animation": "9444", - "range_animation": "0", - "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", - "range_level": "1", - "attack_level": "13" - }, - { - "examine": "Give the guy a big hand.....", - "slayer_task": "21", - "melee_animation": "9444", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "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", - "id": "1656", - "range_level": "1", - "attack_level": "13" - }, - { - "examine": "A big severed hand.", - "slayer_task": "21", - "melee_animation": "9444", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "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", - "id": "1657", - "range_level": "1", - "attack_level": "13" - }, - { - "examine": "A Supplier of Magical robes.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Robe Store owner", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1658", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He's in charge of the Skullball Course.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Skullball Boss", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1660", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He's in charge of the Agility Course.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Agility Boss", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1661", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A skullball guide.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Skullball Trainer", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1662", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A werewolf agility trainer.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Agility Trainer", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1663", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Looks like he's guarding a trapdoor...", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Werewolf", - "defence_level": "1", - "safespot": null, - "lifepoints": "100", - "strength_level": "1", - "id": "1665", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Gardener Ghost", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "436,439,438", - "strength_level": "1", - "id": "1675", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "His beard seems to have a life of its own.", - "melee_animation": "4666", - "range_animation": "4666", - "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", - "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" - }, - { - "examine": "A ghost disciple.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "436,439,438", - "defence_animation": "0", - "magic_animation": "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", - "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.", - "slayer_task": "20", - "melee_animation": "5849", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "5851", - "name": "Undead cow", - "defence_level": "3", - "safespot": null, - "lifepoints": "4", - "strength_level": "3", - "id": "1691", - "range_level": "1", - "attack_level": "3" - }, - { - "examine": "Yep", - "slayer_task": "7", - "melee_animation": "5387", - "range_animation": "0", - "combat_audio": "355,357,356", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "5389", - "name": "Undead chicken", - "defence_level": "5", - "safespot": null, - "lifepoints": "7", - "strength_level": "5", - "id": "1692", - "range_level": "1", - "attack_level": "5" - }, - { - "examine": "An extremely vicious lobster.", - "slayer_task": "71", - "melee_animation": "6265", - "range_animation": "0", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "6267", - "name": "Giant lobster", - "defence_level": "30", - "safespot": null, - "lifepoints": "128", - "strength_level": "30", - "id": "1693", - "range_level": "1", - "attack_level": "30" - }, - { - "examine": "An old", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Old crone", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1695", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A creaky old man.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Old man", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1696", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A spooky ghost villager.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "436,439,438", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Ghost villager", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1697", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "This poor soul cannot understand why it has not passed to the next world.", - "slayer_task": "36", - "melee_animation": "422", - "range_animation": "0", - "attack_speed": "5", - "magic_level": "38", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "3", - "slayer_exp": "25", - "magic_animation": "0", - "death_animation": "836", - "name": "Tortured soul", - "defence_level": "38", - "safespot": null, - "lifepoints": "85", - "strength_level": "28", - "id": "1698", - "aggressive": "true", - "range_level": "1", - "attack_level": "28" - }, - { - "examine": "Beware the ghostly shopkeeper's wares!", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "436,439,438", - "defence_animation": "0", - "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" - }, - { - "death_animation": "1013", - "name": "Terrorbird", - "defence_level": "1", - "safespot": null, - "lifepoints": "34", - "melee_animation": "1010", - "strength_level": "1", - "id": "1751", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "1012" - }, - { - "examine": "These gnomes know how to get around!", - "slayer_task": "7", - "melee_animation": "6790", - "range_animation": "0", - "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", - "id": "1752", - "range_level": "1", - "attack_level": "33" - }, - { - "examine": "A farmer's enemy.", - "slayer_task": "7", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "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", - "range_level": "1", - "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", - "range_level": "1", - "attack_level": "5" - }, - { - "examine": "Farming.", - "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": "1759", - "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": "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.", - "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": "1761", - "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": "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", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Where beef comes from.", - "slayer_task": "20", - "melee_animation": "5849", - "range_animation": "5849", - "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", - "id": "1767", - "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": "1768", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An ugly green creature.", - "slayer_task": "38", - "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", - "clue_level": "0", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An ugly green creature.", - "slayer_task": "38", - "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", - "clue_level": "0", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An ugly green creature.", - "slayer_task": "38", - "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", - "clue_level": "0", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An ugly green creature.", - "slayer_task": "38", - "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", - "clue_level": "0", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An ugly green creature.", - "slayer_task": "38", - "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", - "clue_level": "0", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An ugly green creature.", - "slayer_task": "38", - "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", - "clue_level": "0", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An ugly green creature.", - "slayer_task": "38", - "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", - "clue_level": "0", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An ugly green creature.", - "slayer_task": "38", - "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", - "clue_level": "0", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He looks quite independent in an aggressive and business like way.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "498,500,499", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Hammerspike Stoutbeard", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1794", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A short stout menacing fellow.", - "slayer_task": "29", - "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", - "range_level": "1", - "attack_level": "25" - }, - { - "examine": "A short stout menacing fellow.", - "slayer_task": "29", - "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", - "range_level": "1", - "attack_level": "25" - }, - { - "examine": "A short stout menacing fellow.", - "slayer_task": "29", - "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", - "range_level": "1", - "attack_level": "25" - }, - { - "melee_animation": "1750", - "respawn_delay": "60", - "defence_animation": "1751", - "death_animation": "1752", - "name": "Slagilith", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "strength_level": "1", - "id": "1802", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A pile of boulders.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Rock pile", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1803", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He seems to be guarding a pile of rocks. Interesting job.", - "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": "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", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Guard", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1806", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "The Chieftain of the mountain camp.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Hamal the Chieftain", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1807", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Is that a bear... or a man?", - "melee_animation": "1760", - "range_animation": "0", - "magic_level": "23", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "10", - "magic_animation": "0", - "death_animation": "1759", - "name": "The Kendal", - "defence_level": "23", - "safespot": null, - "lifepoints": "85", - "strength_level": "23", - "id": "1812", - "aggressive": "true", - "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.", - "slayer_task": "38", - "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.", - "slayer_task": "38", - "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.", - "slayer_task": "38", - "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.", - "slayer_task": "38", - "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": "Flies like a rock.", - "melee_animation": "9454", - "range_animation": "1516", - "attack_speed": "4", - "magic_level": "1", - "defence_animation": "9455", - "slayer_exp": "105", - "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" - }, - { - "examine": "It didn't get that big eating flies!", - "melee_animation": "1793", - "range_animation": "1793", - "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", - "id": "1828", - "bonuses": "10,10,10,10,10,10,1,10,10,10,10,37,0,0,0", - "range_level": "32", - "attack_level": "45" - }, - { - "examine": "It didn't get that big eating flies.", - "melee_animation": "1793", - "range_animation": "0", - "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", - "id": "1829", - "range_level": "26", - "attack_level": "1" - }, - { - "examine": "A foul-smelling blob of protoplasm.", - "slayer_task": "18", - "melee_animation": "1789", - "range_animation": "0", - "attack_speed": "5", - "poisonous": "true", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "1", - "slayer_exp": "25", - "magic_animation": "0", - "death_animation": "1792", - "name": "Cave slime", - "defence_level": "19", - "safespot": null, - "lifepoints": "27", - "strength_level": "1", - "id": "1831", - "clue_level": "0", - "range_level": "19", - "attack_level": "1" - }, - { - "examine": "A nasty crawling critter.", - "slayer_task": "15", - "melee_animation": "6079", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "2", - "slayer_exp": "5", - "magic_animation": "0", - "death_animation": "6082", - "name": "Cave bug", - "defence_level": "6", - "safespot": null, - "lifepoints": "8", - "strength_level": "1", - "id": "1832", - "range_level": "6", - "attack_level": "1" - }, - { - "examine": "A little", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Cave bug larva", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1833", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Has an odd smell about him.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Candle seller", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1834", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A short angry guy.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Dwarven Engineer", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1840", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "The little guy is having trouble standing up right.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Khorvak, a dwarven engineer", - "defence_level": "1", - "safespot": null, - "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", - "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": "1844", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "It is the avatar of the Arzinian Being of Bordanzan", - "melee_animation": "1840", - "range_animation": "0", - "defence_animation": "0", - "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", - "defence_animation": "0", - "weakness": "0", - "magic_animation": "0", - "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", - "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", - "id": "1856", - "aggressive": "true", - "range_level": "1", - "attack_level": "30" - }, - { - "melee_animation": "1840", - "respawn_delay": "60", - "defence_animation": "1842", - "death_animation": "1843", - "name": "Arzinian Avatar of Magic", - "defence_level": "1", - "safespot": null, - "lifepoints": "110", - "strength_level": "1", - "id": "1857", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "melee_animation": "1840", - "respawn_delay": "60", - "defence_animation": "1842", - "death_animation": "1843", - "name": "Arzinian Avatar of Magic", - "defence_level": "1", - "safespot": null, - "lifepoints": "70", - "strength_level": "1", - "id": "1858", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "It's the Arzinian Being", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Arzinian Being of Bordanzan", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1859", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He sells ranging equipment.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Brian", - "defence_level": "1", - "safespot": null, - "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" - }, - { - "examine": "A market stall keeper.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Market seller", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1866", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Ali the discount animal seller.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Ali the Camel Man", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1867", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A mischievous looking child.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Street urchin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1868", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An old Hag named Alice.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Ali the Hag", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1871", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A snake charmer.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "3609,3608,3610", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Ali the Snake Charmer", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1872", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A foul tempered ugly lumpy yellow horse prone to spitting.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Ali the Camel", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1873", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A slithering serpent.", - "melee_animation": "275", - "range_animation": "0", - "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", - "id": "1874", - "range_level": "6", - "attack_level": "4" - }, - { - "examine": "A toothless old Snake.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "3609,3608,3610", - "defence_animation": "0", - "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", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "836", - "name": "Bandit champion", - "defence_level": "39", - "safespot": null, - "lifepoints": "55", - "strength_level": "39", - "id": "1885", - "aggressive": "true", - "range_level": "1", - "attack_level": "39" - }, - { - "examine": "Probably the weakest bandit in the world ....ever.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Cowardly Bandit", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1886", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Smooth operator.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "703,705,704", - "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", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Menaphite thug.", - "melee_animation": "0", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "0", - "name": "Menaphite Thug", - "defence_level": "29", - "safespot": null, - "lifepoints": "41", - "strength_level": "29", - "id": "1904", - "range_level": "1", - "attack_level": "29" - }, - { - "death_animation": "836", - "name": "Menaphite Thug", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "melee_animation": "395", - "strength_level": "1", - "id": "1905", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "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" - }, - { - "examine": "A tough-looking criminal.", - "melee_animation": "412", - "range_animation": "412", - "attack_speed": "5", - "defence_animation": "404", - "magic_animation": "412", - "death_animation": "9055", - "name": "Kamil", - "defence_level": "20", - "safespot": null, - "lifepoints": "50", - "strength_level": "55", - "id": "1913", - "range_level": "1", - "attack_level": "20" - }, - { - "melee_animation": "422", - "respawn_delay": "60", - "defence_animation": "425", - "death_animation": "836", - "name": "Dessous", - "defence_level": "1", - "safespot": null, - "lifepoints": "200", - "strength_level": "1", - "id": "1914", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "melee_animation": "422", - "respawn_delay": "60", - "defence_animation": "425", - "death_animation": "836", - "name": "Dessous", - "defence_level": "1", - "safespot": null, - "lifepoints": "200", - "strength_level": "1", - "id": "1915", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "I guess he sells what he steals...?", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Bandit shopkeeper", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1917", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Hardened by the cutthroat world of archaeology.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Archaeologist", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1918", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Very mysterious looking...", - "melee_animation": "377", - "range_animation": "0", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "836", - "name": "Stranger", - "defence_level": "58", - "safespot": null, - "lifepoints": "82", - "strength_level": "58", - "id": "1919", - "aggressive": "true", - "range_level": "1", - "attack_level": "58" - }, - { - "examine": "Looks like a rough-and-ready type.", - "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": "1921", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A tough-looking criminal.", - "melee_animation": "412", - "range_animation": "412", - "attack_speed": "5", - "defence_animation": "404", - "magic_animation": "412", - "death_animation": "9055", - "name": "Bandit", - "defence_level": "30", - "safespot": null, - "lifepoints": "65", - "strength_level": "70", - "id": "1926", - "range_level": "1", - "attack_level": "30" - }, - { - "examine": "This is an NPC.", - "melee_animation": "412", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "100", - "defence_animation": "404", - "magic_animation": "0", - "death_animation": "9055", - "name": "Bandit", - "defence_level": "1", - "safespot": null, - "lifepoints": "65", - "strength_level": "1", - "id": "1931", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An ice troll.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Ice troll", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1935", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Brrrrr...he must be cold!", - "slayer_task": "83", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "name": "Ice troll", - "defence_level": "64", - "safespot": null, - "lifepoints": "91", - "strength_level": "64", - "id": "1936", - "aggressive": "true", - "range_level": "1", - "attack_level": "64" - }, - { - "examine": "Brrrrr...he must be cold!", - "slayer_task": "83", - "range_animation": "0", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "name": "Ice troll", - "defence_level": "64", - "safespot": null, - "lifepoints": "91", - "strength_level": "64", - "id": "1937", - "range_level": "1", - "attack_level": "64" - }, - { - "examine": "Brrrrr...he must be cold!", - "slayer_task": "83", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "name": "Ice troll", - "defence_level": "64", - "safespot": null, - "lifepoints": "91", - "strength_level": "64", - "id": "1938", - "aggressive": "true", - "range_level": "1", - "attack_level": "64" - }, - { - "examine": "Brrrrr...he must be cold!", - "slayer_task": "83", - "range_animation": "0", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "name": "Ice troll", - "defence_level": "64", - "safespot": null, - "lifepoints": "91", - "strength_level": "64", - "id": "1939", - "range_level": "1", - "attack_level": "64" - }, - { - "examine": "Brrrrr...he must be cold!", - "slayer_task": "83", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "name": "Ice troll", - "defence_level": "64", - "safespot": null, - "lifepoints": "91", - "strength_level": "64", - "id": "1940", - "aggressive": "true", - "range_level": "1", - "attack_level": "64" - }, - { - "examine": "Brrrrr...he must be cold!", - "slayer_task": "83", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "name": "Ice troll", - "defence_level": "64", - "safespot": null, - "lifepoints": "91", - "strength_level": "64", - "id": "1941", - "aggressive": "true", - "range_level": "1", - "attack_level": "64" - }, - { - "examine": "Brrrrr...he must be cold!", - "slayer_task": "83", - "range_animation": "0", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "name": "Ice troll", - "defence_level": "64", - "safespot": null, - "lifepoints": "91", - "strength_level": "64", - "id": "1942", - "range_level": "1", - "attack_level": "64" - }, - { - "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": "1951", - "aggressive": "true", - "bonuses": "40,120,150,150,150,40,130,75,0,0,0,0,0,0,0", - "range_level": "1", - "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", - "aggressive": "true", - "bonuses": "40,120,150,150,150,40,130,75,0,0,0,0,0,0,0", - "range_level": "1", - "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", - "aggressive": "true", - "bonuses": "40,120,150,150,150,40,130,75,0,0,0,0,0,0,0", - "range_level": "1", - "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", - "aggressive": "true", - "bonuses": "40,120,150,150,150,40,130,75,0,0,0,0,0,0,0", - "range_level": "1", - "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", - "aggressive": "true", - "bonuses": "40,120,150,150,150,40,130,75,0,0,0,0,0,0,0", - "range_level": "1", - "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", - "aggressive": "true", - "bonuses": "40,120,150,150,150,40,130,75,0,0,0,0,0,0,0", - "range_level": "1", - "attack_level": "60" - }, - { - "examine": "Highly flammable!", - "melee_animation": "5549", - "range_animation": "0", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "5555", - "name": "Mummy", - "defence_level": "55", - "safespot": null, - "lifepoints": "78", - "strength_level": "55", - "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": "55", - "safespot": null, - "lifepoints": "78", - "strength_level": "55", - "id": "1961", - "aggressive": "true", - "range_level": "1", - "attack_level": "55" - }, - { - "examine": "Spooky", - "melee_animation": "5549", - "range_animation": "0", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "5555", - "name": "Mummy", - "defence_level": "55", - "poison_immune": "true", - "safespot": null, - "lifepoints": "78", - "strength_level": "55", - "id": "1962", - "range_level": "1", - "attack_level": "55" - }, - { - "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": "55", - "poison_immune": "true", - "safespot": null, - "lifepoints": "78", - "strength_level": "55", - "id": "1963", - "range_level": "1", - "attack_level": "55" - }, - { - "examine": "But who's the daddy?", - "melee_animation": "5549", - "range_animation": "0", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "5555", - "name": "Mummy", - "defence_level": "55", - "safespot": null, - "lifepoints": "78", - "strength_level": "55", - "id": "1964", - "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": "55", - "safespot": null, - "lifepoints": "78", - "strength_level": "55", - "id": "1965", - "range_level": "1", - "attack_level": "55" - }, - { - "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": "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...", - "slayer_task": "70", - "melee_animation": "1948", - "range_animation": "0", - "poisonous": "true", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "1946", - "name": "Scarabs", - "defence_level": "62", - "safespot": null, - "lifepoints": "88", - "strength_level": "62", - "id": "1969", - "range_level": "1", - "attack_level": "62" - }, - { - "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.", - "slayer_task": "75", - "melee_animation": "5499", - "range_animation": "0", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "5503", - "name": "Giant skeleton", - "defence_level": "60", - "safespot": null, - "lifepoints": "85", - "strength_level": "60", - "id": "1973", - "range_level": "1", - "attack_level": "60" - }, - { - "examine": "Looks hungry!", - "slayer_task": "27", - "melee_animation": "6565", - "range_animation": "0", - "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", - "id": "1976", - "range_level": "1", - "attack_level": "48" - }, - { - "melee_animation": "799", - "respawn_delay": "60", - "defence_animation": "434", - "death_animation": "836", - "name": "Fareed", - "defence_level": "1", - "safespot": null, - "lifepoints": "130", - "strength_level": "1", - "id": "1977", - "aggressive": "true", - "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": "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", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "1", - "magic_animation": "0", - "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", - "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.", - "slayer_task": "27", - "melee_animation": "6568", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "6567", - "name": "Jackal", - "defence_level": "35", - "safespot": null, - "lifepoints": "100", - "strength_level": "35", - "id": "1994", - "aggressive": "true", - "range_level": "1", - "attack_level": "35" - }, - { - "examine": "Obnoxious", - "melee_animation": "2015", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "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", - "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", - "id": "1997", - "aggressive": "true", - "range_level": "1", - "attack_level": "15" - }, - { - "examine": "I might give the burgers a miss in this town.", - "slayer_task": "20", - "melee_animation": "0", - "range_animation": "0", - "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.", - "slayer_task": "20", - "melee_animation": "0", - "range_animation": "0", - "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": "1999", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "I think they're some kind of beetle.", - "slayer_task": "70", - "melee_animation": "1948", - "range_animation": "0", - "attack_speed": "2", - "poisonous": "true", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "1946", - "name": "Scarab swarm", - "defence_level": "9", - "safespot": null, - "lifepoints": "900", - "strength_level": "9", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "50" - }, - { - "examine": "An irate warrior-mummy.", - "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": "2016", - "aggressive": "true", - "range_level": "1", - "attack_level": "50" - }, - { - "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": "2017", - "aggressive": "true", - "range_level": "1", - "attack_level": "50" - }, - { - "examine": "An irate mummy.", - "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": "2018", - "aggressive": "true", - "range_level": "1", - "attack_level": "50" - }, - { - "examine": "A wizened old warrior.", - "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": "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" - }, - { - "examine": "A vengeful spirit corrupted by dark magic.", - "start_gfx": "155", - "combat_style": "2", - "start_height": "96", - "melee_animation": "1162", - "range_animation": "1162", - "attack_speed": "6", - "magic_level": "100", - "end_gfx": "157", - "defence_animation": "420", - "weakness": "3", - "magic_animation": "1162", - "death_animation": "7197", - "name": "Ahrim the Blighted", - "defence_level": "100", - "safespot": null, - "lifepoints": "100", - "strength_level": "1", - "id": "2025", - "aggressive": "true", - "bonuses": "68,68,68,73,-19,103,85,117,73,0,0,68,0,0,0", - "range_level": "1", - "projectile": "156", - "attack_level": "1" - }, - { - "examine": "A vengeful spirit corrupted by dark magic.", - "melee_animation": "2066", - "range_animation": "2066", - "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", - "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" - }, - { - "examine": "A vengeful spirit corrupted by dark magic.", - "melee_animation": "2080", - "range_animation": "2080", - "attack_speed": "5", - "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,0", - "range_level": "100", - "projectile": "27", - "attack_level": "1" - }, - { - "examine": "A vengeful spirit corrupted by dark magic.", - "melee_animation": "2068", - "range_animation": "2068", - "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", - "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" - }, - { - "examine": "A vengeful spirit corrupted by dark magic.", - "melee_animation": "2062", - "range_animation": "2062", - "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", - "id": "2030", - "aggressive": "true", - "bonuses": "72,72,72,-42,-14,227,230,221,0,225,72,0,0,0,0", - "range_level": "1", - "attack_level": "100" - }, - { - "examine": "I think I should keep my distance...", - "melee_animation": "2070", - "range_animation": "2070", - "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", - "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" }, - { - "examine": "A nasty little rodent.", - "slayer_task": "67", - "melee_animation": "240", - "range_animation": "240", - "combat_audio": "703,705,704", - "magic_level": "35", - "respawn_delay": "20", - "defence_animation": "241", - "weakness": "9", - "magic_animation": "240", - "death_animation": "243", - "name": "Crypt rat", - "defence_level": "35", - "safespot": null, - "lifepoints": "35", - "strength_level": "35", - "id": "2032", - "aggressive": "true", - "bonuses": "35,50,35,40,55,15,20,0,0,0,0,0,0,0,0", - "range_level": "35", - "attack_level": "35" - }, - { - "examine": "A nasty overgrown rodent.", - "slayer_task": "67", - "melee_animation": "4933", - "range_animation": "4933", - "combat_audio": "703,705,704", - "magic_level": "55", - "respawn_delay": "30", - "defence_animation": "4934", - "weakness": "9", - "magic_animation": "4933", - "death_animation": "4935", - "name": "Giant crypt rat", - "defence_level": "55", - "safespot": null, - "lifepoints": "70", - "strength_level": "55", - "id": "2033", - "aggressive": "true", - "bonuses": "45,75,68,78,75,20,45,25,0,0,0,0,0,0,0", - "range_level": "55", - "attack_level": "55" - }, - { - "examine": "Incey wincey.", - "slayer_task": "76", - "melee_animation": "6249", - "range_animation": "6249", - "combat_audio": "537,539,538", - "magic_level": "45", - "respawn_delay": "25", - "defence_animation": "6250", - "weakness": "7", - "magic_animation": "6249", - "death_animation": "6251", - "name": "Crypt spider", - "defence_level": "45", - "safespot": null, - "lifepoints": "60", - "strength_level": "45", - "id": "2034", - "aggressive": "true", - "bonuses": "30,55,35,65,65,20,50,5,0,0,0,0,0,0,0", - "range_level": "45", - "attack_level": "45" - }, - { - "examine": "Not very incey wincey.", - "slayer_task": "76", - "melee_animation": "5327", - "range_animation": "5327", - "combat_audio": "537,539,538", - "attack_speed": "5", - "magic_level": "60", - "respawn_delay": "35", - "defence_animation": "5328", - "weakness": "7", - "magic_animation": "5327", - "death_animation": "5329", - "name": "Giant crypt spider", - "defence_level": "60", - "safespot": null, - "lifepoints": "80", - "strength_level": "60", - "id": "2035", - "aggressive": "true", - "bonuses": "55,80,45,85,75,25,60,25,0,0,0,0,0,0,0", - "range_level": "60", - "attack_level": "60" - }, - { - "examine": "Could do with gaining a few pounds.", - "slayer_task": "75", - "melee_animation": "5487", - "range_animation": "5487", - "combat_audio": "774,775,777", - "magic_level": "62", - "respawn_delay": "20", - "defence_animation": "5513", - "weakness": "8", - "magic_animation": "5487", - "death_animation": "5491", - "name": "Skeleton", - "defence_level": "62", - "safespot": null, - "lifepoints": "72", - "strength_level": "50", - "id": "2036", - "aggressive": "true", - "bonuses": "45,20,20,20,70,20,55,75,76,20,60,20,0,0,0", - "range_level": "62", - "attack_level": "62" - }, - { - "examine": "Could do with gaining a few pounds.", - "slayer_task": "75", - "melee_animation": "5487", - "range_animation": "5487", - "combat_audio": "774,775,777", - "magic_level": "62", - "respawn_delay": "20", - "defence_animation": "5513", - "weakness": "8", - "magic_animation": "5487", - "death_animation": "5491", - "name": "Skeleton", - "defence_level": "62", - "safespot": null, - "lifepoints": "72", - "strength_level": "62", - "id": "2037", - "aggressive": "true", - "bonuses": "45,20,20,20,65,20,50,69,68,22,65,23,0,0,0", - "range_level": "62", - "attack_level": "62" - }, - { - "name": "Zogre", - "defence_level": "1", - "safespot": null, - "lifepoints": "71", - "strength_level": "1", - "id": "2044", - "aggressive": "true", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "name": "Zogre", - "defence_level": "1", - "safespot": null, - "lifepoints": "71", - "strength_level": "1", - "id": "2045", - "aggressive": "true", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "name": "Zogre", - "defence_level": "1", - "safespot": null, - "lifepoints": "71", - "strength_level": "1", - "id": "2046", - "aggressive": "true", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "name": "Zogre", - "defence_level": "1", - "safespot": null, - "lifepoints": "71", - "strength_level": "1", - "id": "2047", - "aggressive": "true", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "name": "Zogre", - "defence_level": "1", - "safespot": null, - "lifepoints": "71", - "strength_level": "1", - "id": "2048", - "aggressive": "true", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "name": "Zogre", - "defence_level": "1", - "safespot": null, - "lifepoints": "71", - "strength_level": "1", - "id": "2049", - "aggressive": "true", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "name": "Skogre", - "defence_level": "1", - "safespot": null, - "lifepoints": "71", - "strength_level": "1", - "id": "2050", - "aggressive": "true", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "name": "Zogre", - "defence_level": "1", - "safespot": null, - "lifepoints": "71", - "strength_level": "1", - "id": "2051", - "aggressive": "true", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "name": "Zogre", - "defence_level": "1", - "safespot": null, - "lifepoints": "71", - "strength_level": "1", - "id": "2052", - "aggressive": "true", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "name": "Zogre", - "defence_level": "1", - "safespot": null, - "lifepoints": "71", - "strength_level": "1", - "id": "2053", - "aggressive": "true", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "name": "Zogre", - "defence_level": "1", - "safespot": null, - "lifepoints": "71", - "strength_level": "1", - "id": "2054", - "aggressive": "true", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "name": "Zogre", - "defence_level": "1", - "safespot": null, - "lifepoints": "71", - "strength_level": "1", - "id": "2055", - "aggressive": "true", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "name": "Skogre", - "defence_level": "1", - "safespot": null, - "lifepoints": "71", - "strength_level": "1", - "id": "2056", - "aggressive": "true", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "name": "Skogre", - "defence_level": "1", - "safespot": null, - "lifepoints": "71", - "strength_level": "1", - "id": "2057", - "aggressive": "true", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "examine": "What could be hiding in that crack in the wall?", - "slayer_task": "87", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "931,923,922", - "attack_speed": "5", - "respawn_delay": "60", - "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" - }, - { - "name": "Slash Bash", - "defence_level": "1", - "safespot": null, - "lifepoints": "103", - "strength_level": "1", - "id": "2060", - "aggressive": "true", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "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.", - "slayer_task": "38", - "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.", - "slayer_task": "38", - "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.", - "slayer_task": "38", - "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.", - "slayer_task": "38", - "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.", - "slayer_task": "38", - "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.", - "slayer_task": "38", - "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", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "5328", - "death_animation": "5329", - "name": "Secretary", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2091", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "The head secretary of the Purple Pewter mining company.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Purple Pewter Secretary", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2092", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "The head secretary of the Yellow Fortune mining company.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Yellow Fortune Secretary", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2093", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "The head secretary of the Blue Opal mining company.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Blue Opal Secretary", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2094", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "The head secretary of the Green Gemstone mining company.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Green Gemstone Secretary", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2095", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "The head secretary of the White Chisel mining company.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "White Chisel Secretary", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2096", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "The head secretary of the Silver Cog mining company.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Silver Cog Secretary", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2097", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "The head secretary of the Brown Engine mining company.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Brown Engine Secretary", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2098", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2100", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2101", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2102", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2103", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2104", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2105", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "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", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Trader", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2109", - "range_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", - "range_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", - "range_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", - "range_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", - "range_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", - "range_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", - "range_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", - "range_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", - "range_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", - "range_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", - "range_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", - "range_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", - "range_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", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He is regulating the flow of goods on the trade floor and maintaining order.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Trade Referee", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2127", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A member of the Black Guard", - "slayer_task": "29", - "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", - "range_level": "1", - "attack_level": "34" - }, - { - "examine": "A member of the Black Guard", - "slayer_task": "29", - "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", - "range_level": "1", - "attack_level": "34" - }, - { - "examine": "A member of the Black Guard", - "slayer_task": "29", - "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", - "range_level": "1", - "attack_level": "34" - }, - { - "slayer_exp": "16", - "name": "Black Guard", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2133", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An elite member of the Black Guard.", - "slayer_task": "29", - "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", - "range_level": "1", - "attack_level": "38" - }, - { - "examine": "An elite member of the Black Guard.", - "slayer_task": "29", - "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", - "range_level": "1", - "attack_level": "38" - }, - { - "examine": "An elite member of the Black Guard.", - "slayer_task": "29", - "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", - "range_level": "1", - "attack_level": "38" - }, - { - "examine": "A gnome traveller, visiting Keldagrim.", - "name": "Gnome traveller", - "defence_level": "1", - "force_talk": "Buying low-level skilling items!", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2138", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Very protective of his master... and his property.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Dromund's cat", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2140", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Makes sculptures.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Blasidar the sculptor", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2141", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A rather personable banker lady.", - "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": "2163", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A rather serious old fella.", - "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": "2164", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He takes care of the library and its many books.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Librarian", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2165", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A customer looking for books.", - "melee_animation": "0", - "range_animation": "0", - "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.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Customer", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2168", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He tends to the plants in the palace garden.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Rind the gardener", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2170", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Looks after the factory.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Factory Manager", - "defence_level": "1", - "safespot": null, - "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", - "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": "2173", - "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": "2174", - "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": "2175", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A rich landlord", - "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": "These Dwarf ladies are so attractive!", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Barmaid", - "defence_level": "1", - "safespot": null, - "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", - "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": "2181", - "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": "2182", - "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": "2183", - "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": "2184", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Remember: don't drink and ride in mine carts.", - "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": "2185", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Keeps the line clear of traffic.", - "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": "2186", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A loud", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Rowdy dwarf", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2187", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "You cannot see his ship", - "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": "2205", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He carries a heavy load.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Dwarven Miner", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2207", - "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", - "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": "2235", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He guards the Draynor Market stalls from thieves.", - "melee_animation": "390", - "range_animation": "0", - "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", - "id": "2236", - "range_level": "1", - "attack_level": "30" - }, - { - "examine": "A local farmer. He may be able to provide some useful information.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Gee", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2237", - "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": "Pig", - "defence_level": "1", - "safespot": null, - "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", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Porcine.", - "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": "2242", - "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": "2244", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "attack_speed": "6", - "respawn_delay": "60", - "defence_animation": "0", - "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" - }, - { - "combat_style": "1", - "melee_animation": "190", - "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" - }, - { - "combat_style": "1", - "melee_animation": "190", - "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", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Dark mage", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2262", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A blood-drinking denizen of the abyss.", - "melee_animation": "2181", - "range_animation": "0", - "attack_speed": "3", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "2", - "slayer_exp": "0", - "magic_animation": "0", - "death_animation": "2183", - "name": "Abyssal leech", - "defence_level": "52", - "safespot": null, - "lifepoints": "74", - "strength_level": "1", - "id": "2263", - "aggressive": "true", - "range_level": "52", - "attack_level": "1" - }, - { - "examine": "It seems to have eyes in the back of its head...", - "melee_animation": "2186", - "range_animation": "2186", - "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", - "id": "2264", - "aggressive": "true", - "range_level": "135", - "attack_level": "65" - }, - { - "examine": "Apparently walks the abyss.", - "melee_animation": "2192", - "range_animation": "2192", - "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", - "id": "2265", - "aggressive": "true", - "range_level": "1", - "attack_level": "60" - }, - { - "examine": "Sparkles the Tinsel Snake", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Rogue Guard", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2267", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A snowman armed with a holly bow.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Rogue Guard", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2269", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A snowman armed with an ice sword.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Emerald Benedict", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2271", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A snowman armed with a winter staff.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Spin Blades", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2272", - "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": "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" - }, - { - "melee_animation": "400", - "respawn_delay": "60", - "defence_animation": "425", - "death_animation": "836", - "name": "Sir Leye", - "defence_level": "1", - "safespot": null, - "lifepoints": "21", - "strength_level": "1", - "id": "2285", - "aggressive": "true", - "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": "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" - }, - { - "name": "", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "511,513,512", - "strength_level": "1", - "id": "2309", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Young, but still beefy.", - "slayer_task": "20", - "melee_animation": "5849", - "range_animation": "5849", - "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", - "id": "2310", - "range_level": "1", - "attack_level": "2" - }, - { - "examine": "Farmer/sheep liaison officer. Go on - give the dog a bone!", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Sheepdog", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2311", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He rules the", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Rooster", - "defence_level": "1", - "safespot": null, - "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", - "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": "2314", - "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": "2315", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Swine.", - "melee_animation": "0", - "range_animation": "0", - "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.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Pig", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2317", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Hog.", - "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": "2318", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Porcine.", - "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": "2319", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He has a certain bovine aroma.", - "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": "2320", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Only the Grim Reaper would have a pet like this.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Muncher", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2329", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Perhaps this farmer might look after your crops for you.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Vasquen", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2333", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "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", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Fayeth", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2342", - "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": "2354", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "She can look after my money.", - "combat_style": "2", - "melee_animation": "0", - "range_animation": "0", - "respawn_delay": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Banker", - "defence_level": "1", - "safespot": null, - "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.", - "slayer_task": "31", - "melee_animation": "428", - "range_animation": "0", - "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", - "clue_level": "2", - "range_level": "1", - "attack_level": "60" - }, - { - "examine": "I don't wanna be at the wrong end of that pike.", - "slayer_task": "31", - "melee_animation": "428", - "range_animation": "0", - "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", - "clue_level": "2", - "range_level": "1", - "attack_level": "60" - }, - { - "examine": "He looks pretty handy with that bow.", - "slayer_task": "31", - "start_gfx": "250", - "combat_style": "1", - "melee_animation": "428", - "range_animation": "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", - "clue_level": "2", - "range_level": "64", - "projectile": "249", - "attack_level": "1" - }, - { - "examine": "He looks pretty handy with that bow.", - "slayer_task": "31", - "start_gfx": "250", - "combat_style": "1", - "melee_animation": "428", - "range_animation": "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", - "clue_level": "2", - "range_level": "64", - "projectile": "249", - "attack_level": "1" - }, - { - "examine": "A Mourner showing his true identity.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Head mourner", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2372", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A Mourner", - "slayer_task": "31", - "melee_animation": "428", - "range_animation": "0", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "836", - "name": "Mourner", - "defence_level": "61", - "safespot": null, - "lifepoints": "87", - "strength_level": "61", - "id": "2373", - "aggressive": "true", - "range_level": "1", - "attack_level": "61" - }, - { - "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" - }, - { - "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" - }, - { - "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" - }, - { - "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" - }, - { - "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" - }, - { - "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": "16", - "name": "Chaos dwarf", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2423", - "range_level": "1", - "attack_level": "1" - }, - { - "death_animation": "9230", - "name": "Jarvald", - "defence_level": "10", - "safespot": null, - "lifepoints": "10", - "melee_animation": "9232", - "strength_level": "10", - "id": "2436", - "range_level": "1", - "attack_level": "10", - "defence_animation": "9231" - }, - { - "examine": "Looks like a wanna be Fremennik.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Askeladden", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2439", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "This support is propping the door closed.", - "melee_animation": "0", - "range_animation": "0", - "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", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "1314", - "name": "Giant Rock Crab", - "defence_level": "68", - "safespot": null, - "lifepoints": "97", - "strength_level": "68", - "id": "2452", - "aggressive": "true", - "range_level": "1", - "attack_level": "68" - }, - { - "examine": "Heavy rock!", - "melee_animation": "0", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Boulder", - "defence_level": "1", - "safespot": null, - "lifepoints": "240", - "strength_level": "1", - "id": "2453", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A teeny-tiny horror from the ocean depths...", - "slayer_task": "24", - "melee_animation": "1341", - "range_animation": "0", - "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", - "id": "2454", - "aggressive": "true", - "range_level": "1", - "attack_level": "47" - }, - { - "examine": "A horror from the ocean depths...", - "melee_animation": "1343", - "attack_speed": "4", - "respawn_delay": "60", - "defence_animation": "1340", - "slayer_exp": "120", - "death_animation": "1342", - "name": "Dagannoth", - "defence_level": "71", - "safespot": null, - "lifepoints": "120", - "strength_level": "70", - "id": "2455", - "aggressive": "true", - "clue_level": "1", - "range_level": "1", - "projectile": "294", - "attack_level": "68" - }, - { - "examine": "A horror from the ocean depths...", - "combat_style": "1", - "melee_animation": "1343", - "attack_speed": "4", - "respawn_delay": "60", - "defence_animation": "1340", - "slayer_exp": "0", - "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" - }, - { - "examine": "A fearsome magical creature from the deep.", - "combat_style": "2", - "melee_animation": "2365", - "attack_speed": "6", - "spell_id": "48", - "magic_level": "100", - "respawn_delay": "60", - "defence_animation": "2366", - "magic_animation": "2365", - "death_animation": "2367", - "name": "Wallasalki", - "defence_level": "80", - "safespot": null, - "lifepoints": "120", - "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 fowl beast.", - "combat_style": "2", - "melee_animation": "2302", - "range_animation": "2302", - "combat_audio": "355,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, - "lifepoints": "19", - "strength_level": "5", - "id": "2463", - "aggressive": "true", - "bonuses": "25,85,105,75,103,85,65,0,0,0,0,0,0,0,0", - "range_level": "5", - "projectile": "337", - "attack_level": "5" - }, - { - "examine": "A fowl beast.", - "combat_style": "2", - "melee_animation": "2302", - "range_animation": "2302", - "combat_audio": "355,357,356", - "magic_level": "10", - "respawn_delay": "25", - "defence_animation": "2300", - "magic_animation": "2302", - "death_animation": "2301", - "name": "Evil Chicken", - "defence_level": "40", - "safespot": null, - "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": "355,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": "355,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": "355,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": "355,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", - "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", - "id": "2476", - "bonuses": "30,20,10,20,20,30,30,10,20,10,30,30,20,30,20", - "range_level": "20", - "attack_level": "8" - }, - { - "examine": "Apparently a master of quizzes!", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "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", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Evil Bob", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2479", - "range_level": "1", - "attack_level": "1" - }, - { - "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" - }, - { - "examine": "Annoying flappy thing.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "slayer_exp": "8", - "magic_animation": "0", - "death_animation": "0", - "name": "Giant bat", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2482", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A slithering serpent that likes to hide in the bush.", - "melee_animation": "275", - "range_animation": "0", - "combat_audio": "3609,3608,3610", - "poisonous": "true", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "1", - "poison_amount": "11", - "magic_animation": "0", - "death_animation": "278", - "name": "Bush snake", - "defence_level": "61", - "safespot": null, - "lifepoints": "87", - "strength_level": "1", - "id": "2489", - "aggressive": "true", - "range_level": "61", - "attack_level": "1" - }, - { - "melee_animation": "275", - "combat_audio": "3609,3608,3610", - "poisonous": "true", - "respawn_delay": "60", - "defence_animation": "276", - "poison_amount": "11", - "death_animation": "278", - "name": "Bush snake", - "defence_level": "1", - "safespot": null, - "lifepoints": "25", - "strength_level": "1", - "id": "2490", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "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" - }, - { - "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" - }, - { - "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" - }, - { - "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" - }, - { - "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" - }, - { - "name": "Tribesman", - "defence_level": "1", - "safespot": null, - "lifepoints": "40", - "strength_level": "1", - "id": "2496", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A vicious warrior.", - "melee_animation": "428", - "range_animation": "0", - "poisonous": "true", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "836", - "name": "Tribesman", - "defence_level": "45", - "safespot": null, - "lifepoints": "64", - "strength_level": "45", - "id": "2497", - "clue_level": "1", - "range_level": "1", - "attack_level": "45" - }, - { - "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": "5", - "magic_level": "20", - "end_gfx": "107", - "defence_animation": "404", - "weakness": "3", - "magic_animation": "422", - "death_animation": "9055", - "name": "Chaos druid", - "defence_level": "10", - "safespot": null, - "lifepoints": "20", - "strength_level": "20", - "id": "2547", - "range_level": "10", - "projectile": "106", - "attack_level": "20" - }, - { - "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" - }, - { - "death_animation": "836", - "name": "Market Guard", - "defence_level": "1", - "safespot": null, - "lifepoints": "23", - "melee_animation": "400", - "strength_level": "1", - "id": "2571", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "examine": "He's guarding the bank.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "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": "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": "10", - "safespot": null, - "lifepoints": "14", - "strength_level": "10", - "id": "2674", - "range_level": "1", - "attack_level": "10" - }, - { - "name": "Man", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "511,513,512", - "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", - "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", - "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", - "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": "2679", - "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": "2680", - "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": "2681", - "clue_level": "0", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A popular dwarven delicacy.", - "melee_animation": "2705", - "range_animation": "2705", - "combat_audio": "3102,3104,3103", - "attack_speed": "5", - "defence_animation": "2706", - "magic_animation": "2705", - "death_animation": "2707", - "name": "Rat", - "defence_level": "1", - "safespot": null, - "lifepoints": "2", - "strength_level": "1", - "id": "2682", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A citizen of Rimmington.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Hengel", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2683", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A citizen of Rimmington.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Anja", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2684", - "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": "1", - "safespot": null, - "lifepoints": "29", - "strength_level": "10", - "id": "2685", - "aggressive": "true", - "range_level": "20", - "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", - "aggressive": "true", - "range_level": "20", - "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", - "aggressive": "true", - "range_level": "20", - "attack_level": "20" - }, - { - "examine": "An ugly smelly creature, with a spear.", - "melee_animation": "163", - "range_animation": "163", - "combat_audio": "469,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", - "attack_level": "20" - }, - { - "examine": "Didn't the mage say this procedure was totally safe?", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Frog", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2689", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A salty seafarer. Needs a wash.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Jack Seagull", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2690", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A strange man with a strange name. Probably a strange past", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Longbow Ben", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2691", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "She quackers.", - "slayer_task": "7", - "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": "2693", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Mini quackers.", - "slayer_task": "7", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "3468", - "name": "Duckling", - "defence_level": "1", - "water_npc": "true", - "safespot": null, - "lifepoints": "1", - "strength_level": "1", - "id": "2694", - "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": "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": "6", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "836", - "name": "Black knight", - "defence_level": "24", - "safespot": null, - "lifepoints": "34", - "strength_level": "24", - "id": "2698", - "aggressive": "true", - "range_level": "1", - "attack_level": "24" - }, - { - "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", - "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", - "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", - "id": "2710", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "His hands are covered in mud. At least", - "start_gfx": "96", - "combat_style": "2", - "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", - "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", - "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" - }, - { - "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" - }, - { - "slayer_exp": "25", - "name": "Ghost", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "436,439,438", - "strength_level": "1", - "id": "2716", - "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" - }, - { - "examine": "She'll store my items for me.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Betty", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2718", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A wise barbarian", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Otto Godblessed", - "defence_level": "1", - "safespot": null, - "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", - "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": "2729", - "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": "2731", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He works in 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": "2732", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He wanders around the Crafting Guild pretending to be working.", - "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": "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", - "aggressive": "true", - "bonuses": "150,22,22,22,22,11,0,0,0,0,0,0,0,0,0", - "range_level": "1", - "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", - "aggressive": "true", - "bonuses": "150,22,22,22,22,11,0,0,0,0,0,0,0,0,0", - "range_level": "1", - "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", - "aggressive": "true", - "bonuses": "80,45,45,45,45,22,0,0,0,0,0,0,0,0,0", - "range_level": "20", - "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", - "aggressive": "true", - "bonuses": "80,45,45,45,45,22,0,0,0,0,0,0,0,0,0", - "range_level": "20", - "attack_level": "60" - }, - { - "examine": "Looks like living lava...", - "melee_animation": "9233", - "range_animation": "9233", - "attack_speed": "5", - "defence_animation": "9235", - "magic_animation": "9233", - "death_animation": "9234", - "name": "Tz-Kek", - "defence_level": "11", - "safespot": null, - "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", - "bonuses": "80,90,86,90,90,90,45,55,26,55,0,0,0,0,0", - "range_level": "80", - "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", - "bonuses": "80,90,86,90,90,90,45,55,26,55,0,0,0,0,0", - "range_level": "80", - "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", - "aggressive": "true", - "bonuses": "100,180,180,180,180,90,97,0,0,0,0,0,0,0,0", - "range_level": "1", - "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", - "aggressive": "true", - "bonuses": "100,180,180,180,180,90,97,0,0,0,0,0,0,0,0", - "range_level": "1", - "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", - "bonuses": "180,180,280,280,280,250,140,152,131,0,0,0,0,0,0", - "range_level": "1", - "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", - "bonuses": "180,180,280,280,280,250,140,152,131,0,0,0,0,0,0", - "range_level": "1", - "attack_level": "150" - }, - { - "agg_radius": "64", - "examine": "This is going to hurt...", - "melee_animation": "9277", - "range_animation": "9277", - "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", - "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" - }, - { - "examine": "Mini Menace.", - "melee_animation": "9252", - "range_animation": "9252", - "attack_speed": "5", - "defence_animation": "9253", - "magic_animation": "9252", - "death_animation": "9257", - "name": "Yt-HurKot", - "defence_level": "75", - "safespot": null, - "lifepoints": "40", - "strength_level": "75", - "id": "2746", - "aggressive": "true", - "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", - "defence_animation": "0", - "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", - "defence_animation": "0", - "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", - "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", - "id": "2782", - "aggressive": "true", - "range_level": "1", - "attack_level": "68" - }, - { - "examine": "From a darker dimension.", - "slayer_task": "25", - "melee_animation": "2731", - "range_animation": "2731", - "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", - "strength_level": "160", - "id": "2783", - "aggressive": "true", - "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": "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": "2785", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Digging.", - "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": "2786", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Confused.", - "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": "2787", - "range_level": "1", - "attack_level": "1" - }, - { - "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": "An angry Ogre in a funny hat.", - "melee_animation": "359", - "range_animation": "359", - "attack_speed": "6", - "defence_animation": "360", - "magic_animation": "359", - "death_animation": "361", - "name": "Ogre", - "defence_level": "30", - "safespot": null, - "lifepoints": "48", - "strength_level": "30", - "id": "2801", - "aggressive": "true", - "range_level": "1", - "attack_level": "30" - }, - { - "examine": "They just call him 'Coach'.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Gnome Coach", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2802", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A cold-blooded creature, partial to warmth.", - "slayer_task": "26", - "melee_animation": "2776", - "range_animation": "2776", - "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", - "id": "2803", - "aggressive": "true", - "range_level": "55", - "attack_level": "1" - }, - { - "examine": "A cold-blooded creature, partial to warmth.", - "slayer_task": "26", - "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", - "aggressive": "true", - "range_level": "45", - "attack_level": "1" - }, - { - "examine": "A cold-blooded creature, partial to warmth.", - "slayer_task": "26", - "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", - "aggressive": "true", - "range_level": "45", - "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", - "aggressive": "true", - "range_level": "45", - "attack_level": "1" - }, - { - "examine": "A cold-blooded creature, partial to warmth.", - "slayer_task": "26", - "melee_animation": "2776", - "range_animation": "2776", - "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", - "id": "2807", - "range_level": "15", - "attack_level": "1" - }, - { - "examine": "A cold-blooded creature, partial to warmth.", - "slayer_task": "26", - "melee_animation": "2776", - "range_animation": "2776", - "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", - "id": "2808", - "aggressive": "true", - "range_level": "15", - "attack_level": "1" - }, - { - "examine": "A camel who has the soul of a poet.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Al the Camel", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2809", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A camel whose love is unrequited.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Elly the Camel", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2810", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A camel who wants to fly some day.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Ollie the Camel", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2811", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A camel who likes to rest.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Cam the Camel", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2812", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A camel who wants to see the world.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Neferti the Camel", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2815", - "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": "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" - }, - { - "examine": "A shabby-looking leader.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Captain Braindeath", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2827", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Most of an angry", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "50% Luke", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2828", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "I wonder if it was all the 'rum' that pickled him.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Captain Donnie", - "defence_level": "1", - "safespot": null, - "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", - "aggressive": "true", - "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": "2832", - "aggressive": "true", - "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": "2833", - "aggressive": "true", - "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": "2834", - "aggressive": "true", - "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": "2835", - "aggressive": "true", - "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": "2836", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An undead sea scoundrel.", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "36" - }, - { - "examine": "An undead sea scoundrel.", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "36" - }, - { - "examine": "An undead sea scoundrel.", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "36" - }, - { - "examine": "An undead sea scoundrel.", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "36" - }, - { - "examine": "An undead sea scoundrel.", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "36" - }, - { - "examine": "An undead sea scoundrel.", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "36" - }, - { - "examine": "He talks a good fight.", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "34" - }, - { - "examine": "He talks a good fight.", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "34" - }, - { - "examine": "He talks a good fight.", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "34" - }, - { - "examine": "He talks a good fight.", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "34" - }, - { - "examine": "He talks a good fight.", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "34" - }, - { - "examine": "He talks a good fight.", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "34" - }, - { - "examine": "The pun was intended.", - "melee_animation": "2804", - "range_animation": "0", - "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", - "id": "2849", - "aggressive": "true", - "range_level": "40", - "attack_level": "40" - }, - { - "examine": "A bunch of legs, eyes and teeth.", - "slayer_task": "76", - "melee_animation": "5319", - "range_animation": "0", - "combat_audio": "537,539,538", - "attack_speed": "4", - "respawn_delay": "60", - "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", - "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", - "range_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", - "range_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", - "range_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", - "range_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", - "range_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", - "range_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", - "range_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", - "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": "2863", - "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": "2866", - "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": "2869", - "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": "2878", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A knee-high horror from the ocean depths...", - "slayer_task": "24", - "melee_animation": "1579", - "range_animation": "0", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "1581", - "name": "Dagannoth fledgeling", - "defence_level": "52", - "safespot": null, - "lifepoints": "74", - "strength_level": "52", - "id": "2880", - "aggressive": "true", - "range_level": "1", - "attack_level": "52" - }, - { - "agg_radius": "8", - "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", - "range_level": "255", - "projectile": "475", - "attack_level": "255" - }, - { - "agg_radius": "8", - "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", - "range_level": "1", - "attack_level": "255" - }, - { - "agg_radius": "8", - "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", - "range_level": "255", - "attack_level": "255" - }, - { - "examine": "A fearsome magical creature from the deep.", - "combat_style": "2", - "melee_animation": "2365", - "attack_speed": "6", - "spell_id": "48", - "magic_level": "100", - "respawn_delay": "60", - "defence_animation": "2366", - "magic_animation": "2365", - "death_animation": "2367", - "name": "Wallasalki", - "defence_level": "80", - "safespot": null, - "lifepoints": "120", - "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" - }, - { - "melee_animation": "1312", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "1313", - "death_animation": "1314", - "name": "Giant Rock Crab", - "defence_level": "1", - "safespot": null, - "lifepoints": "240", - "strength_level": "1", - "id": "2885", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "attack_speed": "2", - "defence_animation": "2861", - "weakness": "7", - "magic_animation": "2860", - "death_animation": "2862", - "name": "Rock lobster", - "defence_level": "100", - "safespot": null, - "lifepoints": "150", - "strength_level": "100", - "id": "2889", - "range_level": "1", - "bonuses": "0,0,0,0,0,100,100,50,50,150,0,0,0,0,0", - "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", - "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", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "The Beast", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2941", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Lovely", - "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", - "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" - }, - { - "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", - "melee_animation": "0", - "range_animation": "0", - "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": "1" - }, - { - "examine": "A fully grown feline.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Mittens", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2988", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Cute and fluffy.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Topsy", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2990", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A friendly feline?", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Gertrude's cat", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2997", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Very well to do. I wonder what he's doing here.", - "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": "2998", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Rich.", - "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": "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", - "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": "3003", - "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": "3004", - "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": "3005", - "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": "3006", - "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": "3007", - "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": "3008", - "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": "3009", - "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": "3010", - "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": "3011", - "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": "3012", - "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": "3013", - "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": "3014", - "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": "3015", - "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": "3016", - "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": "3017", - "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": "3018", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Looks after your Farming tools.", - "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": "3021", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Phenomenal cosmic powers", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Genie", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3022", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "defence_level": "55", - "safespot": null, - "lifepoints": "78", - "strength_level": "55", - "id": "3026", - "aggressive": "true", - "range_level": "1", - "attack_level": "55" - }, - { - "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", - "defence_level": "55", - "safespot": null, - "lifepoints": "78", - "strength_level": "55", - "id": "3027", - "aggressive": "true", - "range_level": "1", - "attack_level": "55" - }, - { - "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", - "defence_level": "55", - "safespot": null, - "lifepoints": "78", - "strength_level": "55", - "id": "3028", - "aggressive": "true", - "range_level": "1", - "attack_level": "55" - }, - { - "examine": "The oldest man in Nardah.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "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", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "2946", - "name": "Earth Warrior Champion", - "defence_level": "51", - "safespot": null, - "lifepoints": "72", - "strength_level": "51", - "id": "3057", - "aggressive": "true", - "range_level": "1", - "attack_level": "51" - }, - { - "examine": "Champion of the giants.", - "melee_animation": "6368", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "8", - "slayer_exp": "35", - "magic_animation": "0", - "death_animation": "6369", - "name": "Giant Champion", - "defence_level": "28", - "safespot": null, - "lifepoints": "40", - "strength_level": "28", - "id": "3058", - "aggressive": "true", - "range_level": "1", - "attack_level": "28" - }, - { - "examine": "Champion of the ghouls.", - "melee_animation": "422", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "slayer_exp": "50", - "magic_animation": "0", - "death_animation": "836", - "name": "Ghoul Champion", - "defence_level": "43", - "safespot": null, - "lifepoints": "61", - "strength_level": "43", - "id": "3059", - "aggressive": "true", - "range_level": "43", - "attack_level": "43" - }, - { - "examine": "Champion of the goblins.", - "melee_animation": "6188", - "range_animation": "0", - "combat_audio": "469,472,471", - "magic_level": "12", - "defence_animation": "0", - "weakness": "10", - "magic_animation": "0", - "death_animation": "6190", - "name": "Goblin Champion", - "defence_level": "12", - "safespot": null, - "lifepoints": "17", - "strength_level": "6", - "id": "3060", - "range_level": "1", - "attack_level": "6" - }, - { - "examine": "Champion of the hobgoblins.", - "combat_style": "1", - "range_animation": "0", - "combat_audio": "469,472,471", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "0", - "magic_animation": "0", - "death_animation": "2958", - "name": "Hobgoblin Champion", - "defence_level": "28", - "safespot": null, - "lifepoints": "40", - "strength_level": "14", - "id": "3061", - "aggressive": "true", - "range_level": "28", - "attack_level": "14" - }, - { - "examine": "Champion of the imps.", - "melee_animation": "5285", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "172", - "name": "Imp Champion", - "defence_level": "7", - "safespot": null, - "lifepoints": "10", - "strength_level": "7", - "id": "3062", - "aggressive": "true", - "range_level": "7", - "attack_level": "7" - }, - { - "examine": "Champion of the jogres.", - "melee_animation": "2100", - "range_animation": "0", - "poisonous": "true", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "8576", - "name": "Jogre Champion", - "defence_level": "54", - "safespot": null, - "lifepoints": "77", - "strength_level": "54", - "id": "3063", - "aggressive": "true", - "range_level": "1", - "attack_level": "54" - }, - { - "examine": "Champion of the lesser demons.", - "melee_animation": "64", - "range_animation": "0", - "combat_audio": "400,404,403", - "magic_level": "81", - "respawn_delay": "60", - "defence_animation": "65", - "weakness": "5", - "slayer_exp": "79", - "magic_animation": "0", - "death_animation": "67", - "name": "Lesser Demon Champion", - "defence_level": "81", - "safespot": null, - "lifepoints": "115", - "strength_level": "1", - "id": "3064", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Champion of the skeletons.", - "combat_style": "1", - "melee_animation": "5512", - "range_animation": "0", - "combat_audio": "774,775,777", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "2", - "magic_animation": "0", - "death_animation": "5514", - "name": "Skeleton Champion", - "defence_level": "20", - "safespot": null, - "lifepoints": "28", - "strength_level": "10", - "id": "3065", - "aggressive": "true", - "range_level": "20", - "attack_level": "10" - }, - { - "examine": "Champion of the zombies.", - "melee_animation": "5581", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "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.", - "slayer_task": "95", - "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", - "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.", - "slayer_task": "95", - "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", - "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.", - "slayer_task": "95", - "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", - "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.", - "slayer_task": "95", - "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", - "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.", - "slayer_task": "47", - "melee_animation": "4672", - "range_animation": "0", - "combat_audio": "449,451,450", - "attack_speed": "5", - "magic_level": "1", - "respawn_delay": "60", - "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": "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" - }, - { - "examine": "A cold-hearted elemental warrior.", - "slayer_task": "48", - "melee_animation": "451", - "range_animation": "451", - "attack_speed": "4", - "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": "3073", - "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" - }, - { - "name": "Monk", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "511,513,512", - "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", - "combat_audio": "511,513,512", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "836", - "name": "", - "defence_level": "17", - "safespot": null, - "lifepoints": "24", - "strength_level": "17", - "id": "3090", - "aggressive": "true", - "range_level": "1", - "attack_level": "17" - }, - { - "name": "", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "511,513,512", - "strength_level": "1", - "id": "3091", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "The book moves by itself!", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Flying Book", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3094", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A guardian of the arena.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Entrance Guardian", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3097", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A guardian of the arena.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Telekinetic Guardian", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3098", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A guardian of the arena.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Alchemy Guardian", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3099", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A guardian of the arena.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Enchantment Guardian", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3100", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A guardian of the arena.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Graveyard Guardian", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3101", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A guardian of the arena.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Maze Guardian", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3102", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A guardian of the arena.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Rewards Guardian", - "defence_level": "1", - "safespot": null, - "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", - "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": "3105", - "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": "3106", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "This guard looks rather drunk and has beer stains down his armour.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Guard Captain", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3109", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Looks after farming tools.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Balloon Animal", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3121", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "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", - "attack_speed": "5", - "defence_animation": "404", - "magic_animation": "422", - "death_animation": "9055", - "name": "Simon Templeton", - "defence_level": "1", - "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", - "combat_audio": "703,705,704", - "defence_animation": "0", - "magic_animation": "0", - "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" - }, - { - "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": "A swarm of bugs.", - "slayer_task": "42", - "combat_style": "1", - "melee_animation": "1584", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "2", - "slayer_exp": "25", - "magic_animation": "0", - "death_animation": "1585", - "name": "Harpie Bug Swarm", - "defence_level": "45", - "safespot": null, - "lifepoints": "64", - "strength_level": "1", - "id": "3153", - "aggressive": "true", - "clue_level": "1", - "range_level": "45", - "attack_level": "1" - }, - { - "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": "72", - "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", - "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": "A mourner", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Mourner", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3216", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Loves mining.", - "slayer_task": "29", - "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.", - "slayer_task": "29", - "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.", - "slayer_task": "29", - "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 RuneScape's many citizens", - "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": "One of RuneScape'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 RuneScape'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" - }, - { - "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", - "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": "3228", - "clue_level": "1", - "range_level": "1", - "attack_level": "13" - }, - { - "examine": "He tries to keep order around here.", - "melee_animation": "0", - "range_animation": "2075", - "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": "3229", - "clue_level": "1", - "range_level": "13", - "attack_level": "1" - }, - { - "examine": "He tries to keep order around here.", - "melee_animation": "395", - "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": "3230", - "clue_level": "1", - "range_level": "1", - "attack_level": "13" - }, - { - "examine": "He tries to keep order around here.", - "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": "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", - "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": "3233", - "clue_level": "1", - "range_level": "13", - "attack_level": "1" - }, - { - "examine": "An old gardener.", - "melee_animation": "433", - "range_animation": "0", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "836", - "name": "Gardener", - "defence_level": "4", - "safespot": null, - "lifepoints": "5", - "strength_level": "4", - "id": "3234", - "range_level": "1", - "attack_level": "4" - }, - { - "examine": "He's learning a trade.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Apprentice workman", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3235", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A busy workman", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "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" - }, - { - "death_animation": "836", - "name": "Cuffs", - "defence_level": "1", - "safespot": null, - "lifepoints": "7", - "melee_animation": "422", - "strength_level": "1", - "id": "3237", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "death_animation": "836", - "name": "Rusty", - "defence_level": "1", - "safespot": null, - "lifepoints": "7", - "melee_animation": "422", - "strength_level": "1", - "id": "3239", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "death_animation": "836", - "name": "Jeff", - "defence_level": "1", - "safespot": null, - "lifepoints": "7", - "melee_animation": "422", - "strength_level": "1", - "id": "3240", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "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": "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", - "melee_animation": "2067", - "range_animation": "0", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "836", - "name": "Barbarian", - "defence_level": "22", - "safespot": null, - "lifepoints": "31", - "strength_level": "22", - "id": "3246", - "clue_level": "0", - "range_level": "1", - "attack_level": "22" - }, - { - "examine": "Fafner", - "melee_animation": "7048", - "range_animation": "7048", - "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", - "id": "3247", - "clue_level": "0", - "range_level": "1", - "attack_level": "22" - }, - { - "examine": "Fasolt", - "melee_animation": "2067", - "range_animation": "0", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "836", - "name": "Barbarian", - "defence_level": "22", - "safespot": null, - "lifepoints": "31", - "strength_level": "22", - "id": "3248", - "clue_level": "0", - "range_level": "1", - "attack_level": "22" - }, - { - "examine": "Siegmund", - "melee_animation": "401", - "range_animation": "0", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "836", - "name": "Barbarian", - "defence_level": "22", - "safespot": null, - "lifepoints": "31", - "strength_level": "22", - "id": "3249", - "clue_level": "0", - "range_level": "1", - "attack_level": "22" - }, - { - "examine": "Siegfried", - "melee_animation": "2067", - "range_animation": "0", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "836", - "name": "Barbarian", - "defence_level": "22", - "safespot": null, - "lifepoints": "31", - "strength_level": "22", - "id": "3250", - "clue_level": "0", - "range_level": "1", - "attack_level": "22" - }, - { - "examine": "Lydspor", - "melee_animation": "7048", - "range_animation": "0", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "836", - "name": "Barbarian", - "defence_level": "22", - "safespot": null, - "lifepoints": "31", - "strength_level": "22", - "id": "3251", - "clue_level": "0", - "range_level": "1", - "attack_level": "22" - }, - { - "examine": "Hagen", - "melee_animation": "2067", - "range_animation": "0", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "836", - "name": "Barbarian", - "defence_level": "22", - "safespot": null, - "lifepoints": "31", - "strength_level": "22", - "id": "3252", - "clue_level": "0", - "range_level": "1", - "attack_level": "22" - }, - { - "examine": "Minarch", - "melee_animation": "401", - "range_animation": "0", - "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", - "melee_animation": "401", - "range_animation": "0", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "836", - "name": "Barbarian", - "defence_level": "22", - "safespot": null, - "lifepoints": "31", - "strength_level": "22", - "id": "3255", - "clue_level": "0", - "range_level": "1", - "attack_level": "22" - }, - { - "examine": "Acelin", - "melee_animation": "390", - "range_animation": "0", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "836", - "name": "Barbarian", - "defence_level": "22", - "safespot": null, - "lifepoints": "31", - "strength_level": "22", - "id": "3256", - "clue_level": "0", - "range_level": "1", - "attack_level": "22" - }, - { - "examine": "Adelino", - "melee_animation": "2067", - "range_animation": "0", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "836", - "name": "Barbarian", - "defence_level": "22", - "safespot": null, - "lifepoints": "31", - "strength_level": "22", - "id": "3257", - "clue_level": "0", - "range_level": "1", - "attack_level": "22" - }, - { - "examine": "Adolpho", - "melee_animation": "401", - "range_animation": "0", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "836", - "name": "Barbarian", - "defence_level": "22", - "safespot": null, - "lifepoints": "31", - "strength_level": "22", - "id": "3258", - "clue_level": "0", - "range_level": "1", - "attack_level": "22" - }, - { - "examine": "Aitan", - "melee_animation": "426", - "range_animation": "426", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "836", - "name": "Barbarian", - "defence_level": "22", - "safespot": null, - "lifepoints": "31", - "strength_level": "22", - "id": "3259", - "clue_level": "0", - "range_level": "1", - "attack_level": "22" - }, - { - "examine": "Brunnhilde", - "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", - "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", - "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", - "melee_animation": "428", - "range_animation": "428", - "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", - "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", - "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": "3265", - "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": "3266", - "clue_level": "0", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An ugly green creature.", - "melee_animation": "6185", - "range_animation": "6185", - "combat_audio": "470,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": "3267", - "clue_level": "0", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A dwarven worker.", - "slayer_task": "29", - "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", - "range_level": "1", - "attack_level": "10" - }, - { - "examine": "A dwarven worker.", - "slayer_task": "29", - "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", - "range_level": "1", - "attack_level": "10" - }, - { - "examine": "A dwarven worker.", - "slayer_task": "29", - "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", - "range_level": "1", - "attack_level": "10" - }, - { - "examine": "A dwarven worker.", - "slayer_task": "29", - "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", - "range_level": "1", - "attack_level": "10" - }, - { - "examine": "A dwarven worker.", - "slayer_task": "29", - "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", - "range_level": "1", - "attack_level": "10" - }, - { - "examine": "A dwarven worker.", - "slayer_task": "29", - "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", - "range_level": "1", - "attack_level": "10" - }, - { - "examine": "A dwarven worker.", - "slayer_task": "29", - "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", - "range_level": "1", - "attack_level": "10" - }, - { - "examine": "A dwarven worker.", - "slayer_task": "29", - "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", - "range_level": "1", - "attack_level": "10" - }, - { - "examine": "A member of the Black Guard", - "slayer_task": "29", - "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", - "range_level": "1", - "attack_level": "30" - }, - { - "examine": "A member of the Black Guard", - "slayer_task": "29", - "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", - "range_level": "1", - "attack_level": "30" - }, - { - "examine": "A member of the Black Guard", - "slayer_task": "29", - "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", - "range_level": "1", - "attack_level": "30" - }, - { - "slayer_exp": "16", - "name": "Black Guard", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3279", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He looks busy.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Engineering assistant", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3280", - "range_level": "1", - "attack_level": "1" - }, - { - "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": "Could do with gaining a few pounds.", - "slayer_task": "75", - "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": "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" - }, - { - "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", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A master at gardening.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Martin the Master Gardener", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3299", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Manages the fairies.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Co-ordinator", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3302", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "I'm gonna make him an offer he can't refuse.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Fairy Godfather", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3304", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Guardian of the market gate.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Gatekeeper", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3307", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Converts grass to beef.", - "slayer_task": "20", - "melee_animation": "5849", - "range_animation": "5849", - "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", - "id": "3309", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Tanglefoot", - "defence_level": "1", - "safespot": null, - "lifepoints": "102", - "strength_level": "1", - "id": "3313", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "examine": "An animated shrub.", - "range_animation": "0", - "defence_animation": "0", - "weakness": "2", - "magic_animation": "0", - "name": "Baby tanglefoot", - "defence_level": "41", - "safespot": null, - "lifepoints": "58", - "strength_level": "1", - "id": "3319", - "range_level": "41", - "attack_level": "1" - }, - { - "examine": "An aggressive bush.", - "range_animation": "0", - "defence_animation": "0", - "weakness": "2", - "magic_animation": "0", - "name": "Baby tanglefoot", - "defence_level": "41", - "safespot": null, - "lifepoints": "58", - "strength_level": "1", - "id": "3320", - "range_level": "41", - "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, - "lifepoints": "10", - "strength_level": "1", - "id": "3322", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Rather more tired than most.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Jeremy Clerksin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3327", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Looks a little green around the gills.", - "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", - "attack_level": "1" - }, - { - "examine": "It's made of pure fire.", - "attack_speed": "6", - "magic_level": "300", - "respawn_delay": "25", - "name": "Cavemouth", - "defence_level": "500", - "safespot": null, - "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" - }, - { - "examine": "Holy Mole-y!", - "melee_animation": "3312", - "range_animation": "3312", - "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", - "id": "3340", - "bonuses": "0,0,0,0,0,60,80,100,80,60,0,0,0,0,0", - "range_level": "1", - "attack_level": "200" - }, - { - "examine": "I will call him", - "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", - "strength_level": "1", - "id": "3341", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A fun guy. No wait", - "melee_animation": "0", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Fungi", - "defence_level": "1", - "safespot": null, - "lifepoints": "65", - "strength_level": "1", - "id": "3344", - "range_level": "1", - "attack_level": "1" - }, - { - "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.", - "slayer_task": "94", - "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" - }, - { - "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.", - "slayer_task": "7", - "melee_animation": "2299", - "range_animation": "0", - "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", - "id": "3375", - "aggressive": "true", - "range_level": "55", - "attack_level": "55" - }, - { - "examine": "Young but still dangerous.", - "slayer_task": "68", - "melee_animation": "25", - "range_animation": "25", - "combat_audio": "408,410,409", - "attack_speed": "5", - "magic_level": "40", - "respawn_delay": "32", - "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", - "id": "3376", - "aggressive": "true", - "bonuses": "50,40,64,60,30,45,40,40,20,40,40,20,0,0,0", - "range_level": "1", - "attack_level": "80" - }, - { - "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": "3378", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Vermin from the underworld.", - "slayer_task": "67", - "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.", - "slayer_task": "46", - "range_animation": "0", - "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", - "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": "3407", - "clue_level": "1", - "range_level": "1", - "attack_level": "25" - }, - { - "examine": "He tries to keep order around here.", - "melee_animation": "583", - "range_animation": "0", - "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", - "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", - "magic_animation": "0", - "death_animation": "7249", - "name": "Wild jade vine", - "defence_level": "65", - "safespot": null, - "lifepoints": "185", - "strength_level": "65", - "id": "3409", - "aggressive": "true", - "range_level": "65", - "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", - "magic_animation": "0", - "death_animation": "7249", - "name": "Wild jade vine", - "defence_level": "65", - "safespot": null, - "lifepoints": "185", - "strength_level": "65", - "id": "3410", - "aggressive": "true", - "range_level": "65", - "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", - "magic_animation": "0", - "death_animation": "7249", - "name": "Wild jade vine", - "defence_level": "65", - "safespot": null, - "lifepoints": "185", - "strength_level": "65", - "id": "3411", - "aggressive": "true", - "range_level": "65", - "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", - "magic_animation": "0", - "death_animation": "7249", - "name": "Wild jade vine", - "defence_level": "65", - "safespot": null, - "lifepoints": "185", - "strength_level": "65", - "id": "3412", - "aggressive": "true", - "range_level": "65", - "attack_level": "65" - }, - { - "examine": "He may be a funky cook", - "melee_animation": "0", - "range_animation": "0", - "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": "3413", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "More like a goblin cooked.", - "melee_animation": "0", - "range_animation": "0", - "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" - }, - { - "name": "Goblin Cook", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "469,472,471", - "strength_level": "1", - "id": "3415", - "range_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", - "range_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": "3418", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Ogre", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "strength_level": "1", - "attack_speed": "7", - "id": "3419", - "aggressive": "true", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "examine": "An angry Ogre in a highly amusing hat.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Mogre Guard", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3420", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Nice claw!", - "melee_animation": "3428", - "range_animation": "0", - "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", - "id": "3421", - "range_level": "1", - "attack_level": "22" - }, - { - "examine": "Not the most beautiful fish in the sea.", - "melee_animation": "3433", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "3435", - "name": "Mudskipper", - "defence_level": "24", - "safespot": null, - "lifepoints": "34", - "strength_level": "24", - "id": "3422", - "range_level": "1", - "attack_level": "24" - }, - { - "death_animation": "3435", - "name": "Mudskipper", - "defence_level": "1", - "safespot": null, - "lifepoints": "20", - "melee_animation": "3433", - "strength_level": "1", - "id": "3423", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "3434" - }, - { - "death_animation": "3430", - "name": "Crab", - "defence_level": "1", - "safespot": null, - "lifepoints": "18", - "melee_animation": "3428", - "strength_level": "1", - "id": "3424", - "range_level": "1", - "respawn_delay": "60", - "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", - "range_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", - "range_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", - "range_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": "3431", - "range_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", - "range_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", - "range_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", - "range_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", - "range_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", - "range_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", - "range_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", - "range_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", - "range_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": "3443", - "range_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", - "range_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", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Lumbridge Guide", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "strength_level": "1", - "attack_speed": "7", - "id": "3449", - "aggressive": "true", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "name": "null", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "strength_level": "1", - "attack_speed": "7", - "id": "3450", - "aggressive": "true", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "name": "Lumbridge Guide", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "strength_level": "1", - "attack_speed": "7", - "id": "3451", - "aggressive": "true", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "examine": "What restful music!", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "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", - "slayer_task": "7", - "melee_animation": "6800", - "range_animation": "0", - "defence_animation": "0", - "weakness": "0", - "magic_animation": "0", - "death_animation": "6801", - "name": "Jubbly bird", - "defence_level": "8", - "safespot": null, - "lifepoints": "11", - "strength_level": "6", - "id": "3476", - "aggressive": "true", - "range_level": "8", - "attack_level": "6" - }, - { - "name": "King Awowogei", - "defence_level": "1", - "safespot": null, - "lifepoints": "328", - "strength_level": "1", - "id": "3478", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "examine": "A big snake.", - "melee_animation": "3538", - "range_animation": "0", - "combat_audio": "3609,3608,3610", - "poisonous": "true", - "respawn_delay": "60", - "defence_animation": "0", - "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", - "slayer_task": "86", - "melee_animation": "6016", - "range_animation": "0", - "defence_animation": "0", - "weakness": "0", - "magic_animation": "0", - "death_animation": "6031", - "name": "Vampyre Juvinate", - "defence_level": "46", - "safespot": null, - "lifepoints": "65", - "strength_level": "1", - "id": "3526", - "range_level": "46", - "attack_level": "1" - }, - { - "examine": "A Juvinate vampyre", - "melee_animation": "0", - "range_animation": "0", - "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", - "id": "3527", - "range_level": "45", - "attack_level": "1" - }, - { - "examine": "He looks really hungry!", - "slayer_task": "86", - "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": "3531", - "range_level": "1", - "attack_level": "40" - }, - { - "examine": "She looks really hungry!", - "slayer_task": "86", - "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": "3532", - "range_level": "1", - "attack_level": "40" - }, - { - "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", - "attack_level": "1" - }, - { - "examine": "He looks really hungry!", - "slayer_task": "86", - "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": "3534", - "range_level": "1", - "attack_level": "40" - }, - { - "examine": "An initiate juvenile vampyre", - "slayer_task": "86", - "melee_animation": "6016", - "range_animation": "0", - "defence_animation": "0", - "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", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Sheep", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3579", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He guards the dungeon with the faithfulness of the undead.", - "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": "100", - "strength_level": "50", - "id": "3581", - "aggressive": "true", - "range_level": "1", - "attack_level": "50" - }, - { - "slayer_exp": "49", - "name": "Guard dog", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3582", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "No spider could grow that big! It's unrealistic!", - "melee_animation": "5319", - "range_animation": "0", - "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", - "id": "3585", - "aggressive": "true", - "range_level": "72", - "attack_level": "1" - }, - { - "examine": "Good doggy...", - "melee_animation": "6562", - "range_animation": "0", - "combat_audio": "3717,3719,3718", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "slayer_exp": "116", - "magic_animation": "0", - "death_animation": "6576", - "name": "Hellhound", - "defence_level": "60", - "safespot": null, - "lifepoints": "134", - "strength_level": "60", - "id": "3586", - "aggressive": "true", - "clue_level": "2", - "range_level": "1", - "attack_level": "60" - }, - { - "examine": "Big, ugly, and smelly.", - "melee_animation": "359", - "range_animation": "359", - "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, - "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" - }, - { - "examine": "Young but still dangerous.", - "melee_animation": "25", - "range_animation": "25", - "combat_audio": "408,410,409", - "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", - "id": "3588", - "aggressive": "true", - "bonuses": "20,10,10,20,40,40,20,40,40,20,0,0,0,0,0", - "range_level": "1", - "attack_level": "40" - }, - { - "examine": "I don't think insect repellent will work...", - "melee_animation": "6223", - "range_animation": "0", - "poisonous": "true", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "6228", - "name": "Kalphite Soldier", - "defence_level": "70", - "safespot": null, - "lifepoints": "114", - "strength_level": "70", - "id": "3589", - "aggressive": "true", - "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", - "bonuses": "56,42,104,51,212,115,232,302,331,21,264,100,100,40,0", - "clue_level": "2", - "range_level": "185", - "attack_level": "234" - }, - { - "name": "Dagannoth", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3591", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Arrgh! Look at its pointy teeth!", - "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", - "strength_level": "75", - "id": "3593", - "aggressive": "true", - "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", - "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.", - "slayer_task": "86", - "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", - "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", - "id": "3618", - "aggressive": "true", - "range_level": "80", - "attack_level": "80" - }, - { - "examine": "I'm glad I can't see the rest of it!", - "melee_animation": "3731", - "range_animation": "0", - "attack_speed": "10", - "magic_level": "80", - "respawn_delay": "60", - "defence_animation": "0", - "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", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Fyiona Fray", - "defence_level": "1", - "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": "498,500,499", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "name": "Angry bear", - "defence_level": "25", - "safespot": null, - "lifepoints": "35", - "strength_level": "25", - "id": "3645", - "range_level": "1", - "attack_level": "25" - }, - { - "examine": "He looks a little on the cross side!", - "melee_animation": "6376", - "range_animation": "0", - "combat_audio": "496,498,497", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "6377", - "name": "Angry unicorn", - "defence_level": "25", - "safespot": null, - "lifepoints": "35", - "strength_level": "25", - "id": "3646", - "range_level": "1", - "attack_level": "25" - }, - { - "examine": "He looks a little on the cross side!", - "melee_animation": "4933", - "range_animation": "0", - "combat_audio": "703,705,704", - "defence_animation": "0", - "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": "0", - "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", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "3813", - "name": "Fear reaper", - "defence_level": "27", - "safespot": null, - "lifepoints": "38", - "strength_level": "27", - "id": "3649", - "range_level": "1", - "attack_level": "27" - }, - { - "examine": "What on RuneScape 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" - }, - { - "name": "Angry unicorn", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "496,498,497", - "strength_level": "1", - "id": "3661", - "range_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": "3662", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He looks a little on the cross side!", - "slayer_task": "38", - "melee_animation": "6185", - "range_animation": "0", - "combat_audio": "469,472,471", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "6182", - "name": "Angry goblin", - "defence_level": "25", - "safespot": null, - "lifepoints": "35", - "strength_level": "25", - "id": "3663", - "range_level": "1", - "attack_level": "25" - }, - { - "name": "Angry bear", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "498,500,499", - "strength_level": "1", - "id": "3664", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Freshly sheared.", - "melee_animation": "5341", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "5343", - "name": "Ram", - "defence_level": "2", - "safespot": null, - "lifepoints": "2", - "strength_level": "2", - "id": "3672", - "range_level": "1", - "attack_level": "2" - }, - { - "examine": "White and shaggy.", - "melee_animation": "5338", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "5336", - "name": "Ram", - "defence_level": "2", - "safespot": null, - "lifepoints": "2", - "strength_level": "2", - "id": "3673", - "range_level": "1", - "attack_level": "2" - }, - { - "examine": "If you see them circling", - "melee_animation": "2019", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "2021", - "name": "Vulture", - "defence_level": "38", - "safespot": null, - "lifepoints": "54", - "strength_level": "38", - "id": "3675", - "range_level": "1", - "attack_level": "38" - }, - { - "death_animation": "2026", - "name": "Vulture", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "melee_animation": "2025", - "strength_level": "1", - "id": "3676", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "2024" - }, - { - "examine": "A young boy handing out flyers.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Ali the Leaflet Dropper", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3680", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Could use a good meal.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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", - "strength_level": "1", - "id": "3705", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Ulfric", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "melee_animation": "6118", - "strength_level": "1", - "id": "3706", - "aggressive": "true", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "examine": "Eww", - "slayer_task": "67", - "melee_animation": "6117", - "range_animation": "0", - "combat_audio": "703,705,704", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "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", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Boulder", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3709", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An annoying flappy thing.", - "slayer_task": "5", - "melee_animation": "4915", - "range_animation": "4915", - "attack_speed": "6", - "magic_level": "32", - "defence_animation": "4916", - "weakness": "4", - "slayer_exp": "8", - "magic_animation": "4915", - "death_animation": "4917", - "name": "Giant bat", - "defence_level": "32", - "safespot": null, - "lifepoints": "32", - "strength_level": "12", - "id": "3711", - "aggressive": "true", - "range_level": "1", - "attack_level": "12" - }, - { - "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": "3715", - "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", - "magic_animation": "6185", - "death_animation": "6182", - "name": "Goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "2", - "id": "3726", - "clue_level": "0", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Don't burst its bubble!", - "melee_animation": "3891", - "range_animation": "3891", - "magic_level": "5", - "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", - "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", - "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", - "bonuses": "10,15,15,15,15,5,0,0,0,0,0,0,0,0,0", - "range_level": "1", - "attack_level": "25" - }, - { - "examine": "Don't burst its bubble!", - "melee_animation": "3891", - "range_animation": "3891", - "magic_level": "10", - "respawn_delay": "120", - "defence_animation": "3890", - "magic_animation": "3891", - "death_animation": "3888", - "name": "Splatter", - "defence_level": "30", - "safespot": null, - "lifepoints": "23", - "strength_level": "30", - "id": "3729", - "bonuses": "15,20,20,20,20,8,0,0,0,0,0,0,0,0,0", - "range_level": "1", - "attack_level": "30" - }, - { - "examine": "Don't burst its bubble!", - "melee_animation": "3891", - "range_animation": "3891", - "magic_level": "15", - "respawn_delay": "120", - "defence_animation": "3890", - "magic_animation": "3891", - "death_animation": "3888", - "name": "Splatter", - "defence_level": "35", - "safespot": null, - "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" - }, - { - "examine": "Don't burst its bubble!", - "melee_animation": "3891", - "range_animation": "3891", - "magic_level": "20", - "respawn_delay": "120", - "defence_animation": "3890", - "magic_animation": "3891", - "death_animation": "3888", - "name": "Splatter", - "defence_level": "40", - "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", - "attack_level": "40" - }, - { - "examine": "Nippy little thing!", - "melee_animation": "3901", - "range_animation": "3901", - "magic_level": "14", - "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", - "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" - }, - { - "examine": "Nippy little thing!", - "melee_animation": "3901", - "range_animation": "3901", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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": "3740", - "aggressive": "true", - "bonuses": "50,60,50,80,70,90,80,35,14,0,0,0,0,0,0", - "range_level": "1", - "attack_level": "70" - }, - { - "examine": "Nippy little thing!", - "melee_animation": "3901", - "range_animation": "3901", - "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", - "bonuses": "50,60,50,80,70,90,80,35,14,0,0,0,0,0,0", - "range_level": "1", - "attack_level": "70" - }, - { - "examine": "Worse than termites!", - "melee_animation": "3915", - "range_animation": "3915", - "attack_speed": "5", - "magic_level": "10", - "respawn_delay": "120", - "defence_animation": "3916", - "weakness": "7", - "magic_animation": "3915", - "death_animation": "3917", - "name": "Ravager", - "defence_level": "15", - "safespot": null, - "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" - }, - { - "examine": "Worse than termites!", - "melee_animation": "3915", - "range_animation": "3915", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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": "3768", - "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!", - "combat_style": "1", - "melee_animation": "3920", - "range_animation": "3920", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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": "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", - "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": "3788", - "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", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3790", - "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", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3791", - "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", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3792", - "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", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3793", - "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", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3794", - "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", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3795", - "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", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3796", - "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", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3797", - "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", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3798", - "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", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3799", - "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", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3800", - "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", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3801", - "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 (Novice)", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3802", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Posts things.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "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", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "3962", - "name": "Tortoise", - "defence_level": "36", - "safespot": null, - "lifepoints": "51", - "strength_level": "36", - "id": "3808", - "range_level": "1", - "attack_level": "36" - }, - { - "examine": "Tally Ho!", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Captain Dalbur", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3809", - "range_level": "1", - "attack_level": "1" - }, - { - "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": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "2", - "magic_animation": "0", - "death_animation": "196", - "name": "Gnome Archer", - "defence_level": "30", - "safespot": null, - "lifepoints": "42", - "strength_level": "1", - "id": "3814", - "aggressive": "true", - "range_level": "30", - "attack_level": "1" - }, - { - "examine": "Yee haa!", - "melee_animation": "3969", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "196", - "name": "Gnome Driver", - "defence_level": "33", - "safespot": null, - "lifepoints": "47", - "strength_level": "33", - "id": "3815", - "aggressive": "true", - "range_level": "1", - "attack_level": "33" - }, - { - "examine": "A battle mage of the gnomish variety.", - "combat_style": "2", - "melee_animation": "3968", - "range_animation": "0", - "magic_level": "34", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "5", - "magic_animation": "0", - "death_animation": "196", - "name": "Gnome Mage", - "defence_level": "34", - "safespot": null, - "lifepoints": "48", - "strength_level": "1", - "id": "3816", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "The cruel tortoise trainer. Boo!", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Trainer Nacklepen", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3818", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A large tortoise.", - "melee_animation": "3960", - "range_animation": "0", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "3962", - "name": "Tortoise", - "defence_level": "36", - "safespot": null, - "lifepoints": "51", - "strength_level": "36", - "id": "3819", - "range_level": "1", - "attack_level": "36" - }, - { - "agg_radius": "64", - "melee_animation": "6241", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "6240", - "death_animation": "6242", - "name": "Kalphite Queen", - "defence_level": "1", - "safespot": null, - "lifepoints": "255", - "strength_level": "1", - "id": "3835", - "aggressive": "true", - "range_level": "1", - "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": "1", - "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", - "strength_level": "45", - "id": "3840", - "aggressive": "true", - "range_level": "1", - "attack_level": "45" - }, - { - "examine": "An aquatic troll.", - "range_animation": "0", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "name": "Sea troll", - "defence_level": "60", - "safespot": null, - "lifepoints": "85", - "strength_level": "60", - "id": "3843", - "aggressive": "true", - "range_level": "1", - "attack_level": "60" - }, - { - "name": "Skeleton Mage", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "774,775,777", - "strength_level": "1", - "id": "3844", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "The mother of all sea trolls!", - "melee_animation": "3991", - "range_animation": "0", - "magic_level": "65", - "respawn_delay": "60", - "defence_animation": "0", - "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", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Fishing spot", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3849", - "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": "3850", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A skeleton of dark magic.", - "slayer_task": "75", - "start_gfx": "2713", - "combat_style": "2", - "melee_animation": "5523", - "respawn_delay": "15", - "weakness": "4", - "magic_animation": "5523", - "death_animation": "5491", - "lifepoints": "81", - "id": "3851", - "aggressive": "true", - "bonuses": "30,30,45,10,30,30,30,30,30,30,30,30,30,30,40", - "range_animation": "5523", - "combat_audio": "774,775,777", - "magic_level": "85", - "end_gfx": "2723", - "defence_animation": "5489", - "name": "Skeleton Mage", - "defence_level": "80", - "poison_immune": "true", - "safespot": null, - "strength_level": "26", - "range_level": "85", - "projectile": "2718", - "attack_level": "26" - }, - { - "examine": "One of RuneScape'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": "1", - "safespot": null, - "lifepoints": "1", - "strength_level": "1", - "id": "3915", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "His bark's worse than his blight.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Carpenter Kjallak", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3916", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He looks a bit seedy.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Farmer Fromund", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3917", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Snake, snake, oh, it's a young snake.", - "slayer_task": "72", - "melee_animation": "3538", - "range_animation": "0", - "combat_audio": "3609,3608,3610", - "attack_speed": "4", - "poisonous": "true", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "1", - "magic_animation": "0", - "death_animation": "3540", - "name": "Sea Snake Young", - "defence_level": "70", - "safespot": null, - "lifepoints": "85", - "strength_level": "70", - "id": "3939", - "aggressive": "true", - "range_level": "1", - "attack_level": "90" - }, - { - "examine": "A baby sea snake. Snaaaaaaake!", - "slayer_task": "72", - "melee_animation": "3538", - "range_animation": "0", - "combat_audio": "3609,3608,3610", - "attack_speed": "4", - "poisonous": "true", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "1", - "magic_animation": "0", - "death_animation": "3540", - "name": "Sea Snake Hatchling", - "defence_level": "50", - "safespot": null, - "lifepoints": "50", - "strength_level": "55", - "id": "3940", - "aggressive": "true", - "range_level": "1", - "attack_level": "60" - }, - { - "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", - "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": "3942", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A big snake that lives in the sea. How did it get there?", - "melee_animation": "4040", - "range_animation": "0", - "combat_audio": "3609,3608,3610", - "attack_speed": "4", - "poisonous": "true", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "1", - "magic_animation": "0", - "death_animation": "4039", - "name": "Giant Sea Snake", - "defence_level": "160", - "safespot": null, - "lifepoints": "100", - "strength_level": "90", - "id": "3943", - "aggressive": "true", - "range_level": "130", - "attack_level": "170" - }, - { - "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", - "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", - "attack_speed": "4", - "magic_level": "1", - "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": "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" - }, - { - "examine": "A denizen of the Abyss!", - "slayer_task": "1", - "melee_animation": "1537", - "range_animation": "1537", - "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", - "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" - }, - { - "name": "Demon butler", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "400,404,403", - "strength_level": "1", - "id": "4243", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Head of the servants' guild.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Chief servant", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4245", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "She smells unpleasantly of chemicals.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Taxidermist", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4246", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A fancy businessman with a mighty fine hat.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Estate agent", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4247", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Someone has to get rid of all the stone they dug Keldagrim out of.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Stonemason", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4248", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He changes the shape of wood.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "703,705,704", - "defence_animation": "0", - "facing_booth": "true", - "magic_animation": "0", - "death_animation": "0", - "name": "Sawmill operator", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4250", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "She has green fingers. (Not literally.)", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Garden supplier", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4251", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Beak areful with this one", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "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.", - "slayer_task": "29", - "melee_animation": "99", - "range_animation": "0", - "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", - "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", - "attack_speed": "5", - "respawn_delay": "20", - "defence_animation": "388", - "weakness": "7", - "magic_animation": "386", - "death_animation": "4167", - "name": "Animated Bronze Armour", - "defence_level": "8", - "safespot": null, - "lifepoints": "10", - "strength_level": "8", - "id": "4278", - "bonuses": "3,3,3,3,1,3,1,3,3,3,3,8,10,8,3", - "range_level": "1", - "attack_level": "8" - }, - { - "examine": "Animated iron armour.", - "melee_animation": "386", - "range_animation": "386", - "attack_speed": "5", - "respawn_delay": "20", - "defence_animation": "388", - "weakness": "7", - "magic_animation": "386", - "death_animation": "4167", - "name": "Animated Iron Armour", - "defence_level": "16", - "safespot": null, - "lifepoints": "20", - "strength_level": "16", - "id": "4279", - "bonuses": "6,6,6,6,2,6,6,6,6,6,6,2,25,2,3", - "range_level": "1", - "attack_level": "16" - }, - { - "examine": "Animated steel armour.", - "melee_animation": "386", - "range_animation": "386", - "attack_speed": "5", - "respawn_delay": "20", - "defence_animation": "388", - "weakness": "7", - "magic_animation": "386", - "death_animation": "4167", - "name": "Animated Steel Armour", - "defence_level": "32", - "safespot": null, - "lifepoints": "40", - "strength_level": "32", - "id": "4280", - "bonuses": "10,10,10,10,4,10,10,10,10,10,10,2,22,2,3", - "range_level": "1", - "attack_level": "32" - }, - { - "examine": "Animated black armour.", - "melee_animation": "386", - "range_animation": "386", - "attack_speed": "5", - "respawn_delay": "20", - "defence_animation": "388", - "weakness": "7", - "magic_animation": "386", - "death_animation": "4167", - "name": "Animated Black Armour", - "defence_level": "40", - "safespot": null, - "lifepoints": "60", - "strength_level": "40", - "id": "4281", - "bonuses": "15,15,15,15,5,15,6,15,15,16,15,5,27,5,3", - "range_level": "1", - "attack_level": "40" - }, - { - "examine": "Animated mithril armour.", - "melee_animation": "386", - "range_animation": "386", - "attack_speed": "5", - "respawn_delay": "20", - "defence_animation": "388", - "weakness": "7", - "magic_animation": "386", - "death_animation": "4167", - "name": "Animated Mithril Armour", - "defence_level": "55", - "safespot": null, - "lifepoints": "80", - "strength_level": "55", - "id": "4282", - "bonuses": "20,20,20,20,20,20,8,20,20,20,20,5,31,5,3", - "range_level": "1", - "attack_level": "55" - }, - { - "examine": "Animated adamant armour.", - "melee_animation": "386", - "range_animation": "386", - "attack_speed": "5", - "respawn_delay": "20", - "defence_animation": "388", - "weakness": "7", - "magic_animation": "386", - "death_animation": "4167", - "name": "Animated Adamant Armour", - "defence_level": "75", - "safespot": null, - "lifepoints": "99", - "strength_level": "65", - "id": "4283", - "bonuses": "25,25,25,25,25,25,12,25,25,25,25,5,35,5,3", - "range_level": "1", - "attack_level": "65" - }, - { - "examine": "Animated rune armour.", - "melee_animation": "386", - "range_animation": "386", - "attack_speed": "5", - "respawn_delay": "20", - "defence_animation": "388", - "weakness": "7", - "magic_animation": "386", - "death_animation": "4167", - "name": "Animated Rune Armour", - "defence_level": "85", - "safespot": null, - "lifepoints": "118", - "strength_level": "75", - "id": "4284", - "bonuses": "30,30,30,30,30,30,16,30,25,30,30,5,39,5,3", - "range_level": "1", - "attack_level": "75" - }, - { - "examine": "A one-eyed man eater.", - "slayer_task": "44", - "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": "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": "65" - }, - { - "examine": "A one-eyed woman eater.", - "slayer_task": "44", - "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": "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": "He looks fair and reliable.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "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", - "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": "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" - }, - { - "name": "Snake", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "3609,3608,3610", - "strength_level": "1", - "id": "4343", - "range_level": "1", - "attack_level": "1" - }, - { - "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.", - "slayer_task": "5", - "melee_animation": "4915", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "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", - "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", - "id": "4347", - "range_level": "1", - "attack_level": "63" - }, - { - "examine": "A horrible", - "slayer_task": "52", - "melee_animation": "4235", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "slayer_exp": "45", - "magic_animation": "0", - "death_animation": "4233", - "name": "Jungle horror", - "defence_level": "48", - "safespot": null, - "lifepoints": "68", - "strength_level": "48", - "id": "4348", - "aggressive": "true", - "clue_level": "1", - "range_level": "1", - "attack_level": "48" - }, - { - "melee_animation": "4234", - "respawn_delay": "60", - "defence_animation": "4232", - "slayer_exp": "45", - "death_animation": "4233", - "name": "Jungle horror", - "defence_level": "1", - "safespot": null, - "lifepoints": "45", - "strength_level": "1", - "id": "4349", - "aggressive": "true", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A horrible", - "slayer_task": "52", - "melee_animation": "4235", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "slayer_exp": "45", - "magic_animation": "0", - "death_animation": "4233", - "name": "Jungle horror", - "defence_level": "48", - "safespot": null, - "lifepoints": "68", - "strength_level": "48", - "id": "4350", - "aggressive": "true", - "clue_level": "1", - "range_level": "1", - "attack_level": "48" - }, - { - "melee_animation": "4234", - "respawn_delay": "60", - "defence_animation": "4232", - "slayer_exp": "45", - "death_animation": "4233", - "name": "Jungle horror", - "defence_level": "1", - "safespot": null, - "lifepoints": "45", - "strength_level": "1", - "id": "4351", - "aggressive": "true", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "melee_animation": "4234", - "respawn_delay": "60", - "defence_animation": "4232", - "slayer_exp": "45", - "death_animation": "4233", - "name": "Jungle horror", - "defence_level": "1", - "safespot": null, - "lifepoints": "45", - "strength_level": "1", - "id": "4352", - "aggressive": "true", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A horrible, emaciated ape like creature with beady red eyes.", - "slayer_task": "17", - "melee_animation": "4234", - "range_animation": "4234", - "attack_speed": "4", - "magic_level": "80", - "respawn_delay": "20", - "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.", - "slayer_task": "17", - "melee_animation": "4234", - "range_animation": "4234", - "attack_speed": "4", - "magic_level": "80", - "respawn_delay": "20", - "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.", - "slayer_task": "17", - "melee_animation": "4234", - "range_animation": "4234", - "attack_speed": "4", - "magic_level": "80", - "respawn_delay": "20", - "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.", - "slayer_task": "17", - "melee_animation": "4234", - "range_animation": "4234", - "attack_speed": "4", - "magic_level": "80", - "respawn_delay": "20", - "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.", - "slayer_task": "17", - "melee_animation": "4234", - "range_animation": "4234", - "attack_speed": "4", - "magic_level": "80", - "respawn_delay": "20", - "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 RuneScape 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 bony ghost.", - "melee_animation": "422", - "range_animation": "422", - "attack_speed": "6", - "defence_animation": "404", - "slayer_exp": "60", - "magic_animation": "422", - "death_animation": "9055", - "name": "Ankou", - "defence_level": "50", - "safespot": null, - "lifepoints": "60", - "strength_level": "69", - "id": "4381", - "aggressive": "true", - "clue_level": "2", - "range_level": "1", - "attack_level": "50" - }, - { - "examine": "A bony ghost.", - "melee_animation": "422", - "range_animation": "422", - "attack_speed": "6", - "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", - "clue_level": "2", - "range_level": "1", - "attack_level": "50" - }, - { - "examine": "A bony ghost.", - "melee_animation": "422", - "range_animation": "422", - "attack_speed": "6", - "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", - "clue_level": "2", - "range_level": "1", - "attack_level": "60" - }, - { - "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": "68", - "strength_level": "1", - "id": "4384", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Could do with gaining a few pounds.", - "slayer_task": "75", - "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", - "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": "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": "36", - "strength_level": "1", - "id": "4387", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Eeek! A ghost!", - "slayer_task": "36", - "melee_animation": "5532", - "range_animation": "0", - "combat_audio": "436,439,438", - "attack_speed": "5", - "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…", - "slayer_task": "34", - "melee_animation": "1184", - "range_animation": "1184", - "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", - "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", - "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": "Examine not added", - "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": "25", - "safespot": null, - "lifepoints": "23", - "strength_level": "1", - "id": "4392", - "bonuses": "15,25,25,25,25,25,25,15,15,25,25,25,25,25,25", - "range_level": "1", - "attack_level": "24" - }, - { - "examine": "Examine not added", - "melee_animation": "5578", - "range_animation": "5578", - "combat_audio": "931,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": "18", - "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", - "attack_level": "35" - }, - { - "examine": "Examine not added", - "melee_animation": "5578", - "range_animation": "5578", - "combat_audio": "931,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": "4394", - "bonuses": "35,45,45,45,45,45,45,35,35,45,45,45,45,45,45", - "range_level": "1", - "attack_level": "47" - }, - { - "examine": "Overgrown vermin.", - "slayer_task": "67", - "combat_audio": "703,705,704", - "attack_speed": "5", - "weakness": "9", - "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", - "combat_audio": "3102,3104,3103", - "attack_speed": "5", - "defence_animation": "2706", - "magic_animation": "2705", - "death_animation": "2707", - "name": "Rat", - "defence_level": "1", - "safespot": null, - "lifepoints": "2", - "strength_level": "1", - "id": "4396", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Big Cow-like... But cows don't have serpent tails!", - "melee_animation": "4271", - "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", - "range_level": "1", - "attack_level": "38" - }, - { - "examine": "Big Cow-like... But cows don't have serpent tails!", - "melee_animation": "4271", - "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", - "range_level": "1", - "attack_level": "38" - }, - { - "examine": "Big Cow-like... But cows don't have serpent tails!", - "melee_animation": "4271", - "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", - "range_level": "1", - "attack_level": "40" - }, - { - "examine": "I think this spider has been genetically modified.", - "melee_animation": "5327", - "range_animation": "5327", - "combat_audio": "537,539,538", - "defence_animation": "5328", - "magic_animation": "5327", - "death_animation": "5329", - "name": "Giant spider", - "defence_level": "51", - "safespot": null, - "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" - }, - { - "melee_animation": "6249", - "respawn_delay": "60", - "defence_animation": "6250", - "death_animation": "6251", - "name": "Spider", - "defence_level": "1", - "safespot": null, - "lifepoints": "22", - "strength_level": "1", - "id": "4401", - "aggressive": "true", - "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": "Examine not added", - "slayer_task": "58", - "melee_animation": "4266", - "range_animation": "4266", - "attack_speed": "5", - "respawn_delay": "30", - "defence_animation": "4267", - "weakness": "7", - "slayer_exp": "10", - "magic_animation": "4266", - "death_animation": "4265", - "name": "Minotaur", - "defence_level": "10", - "safespot": null, - "lifepoints": "11", - "strength_level": "10", - "id": "4404", - "bonuses": "8,8,10,8,8,10,8,8,8,10,8,8,8,8,8", - "clue_level": "0", - "range_level": "1", - "attack_level": "10" - }, - { - "examine": "Examine not added", - "melee_animation": "4266", - "range_animation": "4266", - "attack_speed": "5", - "respawn_delay": "30", - "defence_animation": "4267", - "magic_animation": "4266", - "death_animation": "4265", - "name": "Minotaur", - "defence_level": "15", - "safespot": null, - "lifepoints": "17", - "strength_level": "1", - "id": "4405", - "bonuses": "11,11,13,11,11,13,11,11,11,13,11,11,11,11,11", - "clue_level": "0", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Examine not added", - "melee_animation": "4266", - "range_animation": "4266", - "attack_speed": "5", - "respawn_delay": "30", - "defence_animation": "4267", - "slayer_exp": "22", - "magic_animation": "4266", - "death_animation": "4265", - "name": "Minotaur", - "defence_level": "19", - "safespot": null, - "lifepoints": "20", - "strength_level": "1", - "id": "4406", - "bonuses": "15,15,15,15,15,15,15,15,15,15,15,15,15,15,15", - "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": "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", - "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": "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", - "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": "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", - "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": "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", - "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": "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", - "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": "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", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Examine not added", - "melee_animation": "6559", - "range_animation": "6559", - "combat_audio": "481,491,490", - "attack_speed": "5", - "respawn_delay": "30", - "defence_animation": "6557", - "slayer_exp": "15", - "magic_animation": "6559", - "death_animation": "6558", - "name": "Wolf", - "defence_level": "9", - "safespot": null, - "lifepoints": "69", - "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" - }, - { - "examine": "Examine not added", - "melee_animation": "6559", - "range_animation": "6559", - "combat_audio": "481,491,490", - "attack_speed": "5", - "respawn_delay": "30", - "defence_animation": "6557", - "slayer_exp": "10", - "magic_animation": "6559", - "death_animation": "6558", - "name": "Wolf", - "defence_level": "7", - "safespot": null, - "lifepoints": "69", - "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" - }, - { - "examine": "A popular dwarven delicacy.", - "melee_animation": "2705", - "range_animation": "2705", - "combat_audio": "3102,3104,3103", - "attack_speed": "5", - "defence_animation": "2706", - "magic_animation": "2705", - "death_animation": "2707", - "name": "Rat", - "defence_level": "1", - "safespot": null, - "lifepoints": "2", - "strength_level": "1", - "id": "4415", - "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": "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": "Half horse", - "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", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "6377", - "name": "Stag", - "defence_level": "18", - "safespot": null, - "lifepoints": "25", - "strength_level": "18", - "id": "4440", - "range_level": "1", - "attack_level": "18" - }, - { - "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", - "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": "1", - "safespot": null, - "lifepoints": "105", - "strength_level": "1", - "id": "4527", - "aggressive": "true", - "clue_level": "2", - "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": "1", - "safespot": null, - "lifepoints": "105", - "strength_level": "1", - "id": "4528", - "aggressive": "true", - "clue_level": "2", - "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": "1", - "safespot": null, - "lifepoints": "105", - "strength_level": "1", - "id": "4529", - "aggressive": "true", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "melee_animation": "4388", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "4385", - "death_animation": "4389", - "name": "Suqah", - "defence_level": "1", - "safespot": null, - "lifepoints": "105", - "strength_level": "1", - "id": "4530", - "aggressive": "true", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "melee_animation": "4388", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "4385", - "death_animation": "4389", - "name": "Suqah", - "defence_level": "1", - "safespot": null, - "lifepoints": "105", - "strength_level": "1", - "id": "4531", - "aggressive": "true", - "clue_level": "2", - "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": "1", - "safespot": null, - "lifepoints": "105", - "strength_level": "1", - "id": "4532", - "aggressive": "true", - "clue_level": "2", - "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": "1", - "safespot": null, - "lifepoints": "105", - "strength_level": "1", - "id": "4533", - "aggressive": "true", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "His beard seems to have a life of its own.", - "slayer_task": "62", - "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": "85", - "magic_animation": "4666", - "death_animation": "4668", - "name": "Moss giant", - "defence_level": "30", - "safespot": null, - "lifepoints": "85", - "strength_level": "30", - "id": "4534", - "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": "Either a very fremennikey pirate", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "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", - "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", - "id": "4540", - "aggressive": "true", - "range_level": "55", - "attack_level": "55" - }, - { - "examine": "A stickler for hygiene in the kitchen.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "'Beefy' Burns", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4541", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A keen-eyed lookout with a telescope.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "'Eagle-eye' Shultz", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4542", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "First mate to Captain Bentley.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "First mate 'Davey-boy", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4543", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A pirate through and through.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "'Picarron' Pete", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4545", - "range_level": "1", - "attack_level": "1" - }, - { - "death_animation": "836", - "name": "Jake", - "defence_level": "1", - "safespot": null, - "lifepoints": "50", - "melee_animation": "422", - "strength_level": "1", - "id": "4546", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "examine": "He got his name from his favourite hobby. Reading about beds.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Bedread the bold", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4547", - "range_level": "1", - "attack_level": "1" - }, - { - "death_animation": "836", - "name": "Wilson", - "defence_level": "1", - "safespot": null, - "lifepoints": "50", - "melee_animation": "395", - "strength_level": "1", - "id": "4548", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "examine": "Nobody really knows why he's called Tommy 2-times...", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Tommy 2-times", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4549", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Don't look him straight in the eyes. He'll eat you alive!", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Murky Pat", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4550", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Nice beard.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Jack Sails", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4551", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Is he looking at me?", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "'Beedy-eye' Jones", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4554", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Yes", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Jenny Blade", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4555", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A low-down", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "'Lecherous' Lee", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4556", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Apparently his nickname comes from his fondness for jam.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "'Sticky' Sanders", - "defence_level": "1", - "safespot": null, - "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", - "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": "4565", - "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": "4566", - "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": "4567", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Must be hard at work.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Researcher", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4568", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He makes pots.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Generic Diplomat", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4579", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He's very diplomatic.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Ambassador Gimblewap", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4580", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Peaceful man!", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Ambassador Spanfipple", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4581", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Peaceful man!", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Ambassador Ferrnook", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4582", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Your common man.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Sorrn", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4589", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Your common woman.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Mimm", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4590", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Your common man.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Portobello", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4593", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A gnome pilot off duty", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Captain Ninto", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4594", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A gnome pilot off duty", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Captain Daerkin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4595", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He looks alert and ready for action.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Guard Vemmeldo", - "defence_level": "1", - "safespot": null, - "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", - "range_level": "1", - "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", - "range_level": "1", - "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", - "range_level": "1", - "attack_level": "26" - }, - { - "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": "4606", - "range_level": "1", - "attack_level": "26" - }, - { - "examine": "A witch's black cat.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "0", - "name": "Black Cat", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4607", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Monk", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "511,513,512", - "strength_level": "1", - "id": "4608", - "range_level": "1", - "attack_level": "1" - }, - { - "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" - }, - { - "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", - "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": "4634", - "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": "4635", - "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": "4636", - "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": "4637", - "clue_level": "0", - "range_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", - "range_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", - "range_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", - "range_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", - "range_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", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "King Healthorg riding his War Tortoise.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Healthorg and tortoise", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4643", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A weasly", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Glouphrie the Untrusted", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4645", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "With the prices he charges", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Trader Stan", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4650", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Looks very stylish", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Trader Crewmember", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4651", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "That suit looks a little briny around the edges.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Trader Crewmember", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4652", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "First storm he is in that hat will blow away.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Trader Crewmember", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4653", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "She'll never be able to climb rigging in that.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Trader Crewmember", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4654", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "High heels on a ship? What is she thinking?", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Trader Crewmember", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "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", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4656", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He works evil magic.", - "start_gfx": "93", - "combat_style": "2", - "melee_animation": "810", - "range_animation": "0", - "combat_audio": "511,513,512", - "magic_level": "6", - "end_gfx": "95", - "respawn_delay": "60", - "defence_animation": "425", - "magic_animation": "711", - "death_animation": "836", - "name": "Dark wizard", - "defence_level": "5", - "safespot": null, - "lifepoints": "12", - "strength_level": "2", - "id": "4659", - "aggressive": "true", - "range_level": "1", - "projectile": "94", - "attack_level": "5" - }, - { - "examine": "He works evil magic.", - "start_gfx": "96", - "combat_style": "2", - "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", - "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.", - "slayer_task": "68", - "melee_animation": "25", - "range_animation": "25", - "combat_audio": "408,410,409", - "attack_speed": "5", - "magic_level": "40", - "respawn_delay": "32", - "defence_animation": "26", - "weakness": "3", - "slayer_exp": "0", - "magic_animation": "25", - "death_animation": "28", - "name": "Baby blue dragon", - "defence_level": "42", - "safespot": null, - "lifepoints": "50", - "strength_level": "40", - "id": "4665", - "aggressive": "true", - "bonuses": "50,40,64,60,30,45,40,40,20,40,40,20,0,0,0", - "range_level": "1", - "attack_level": "40" - }, - { - "examine": "Young but still dangerous.", - "combat_audio": "408,410,409", - "magic_level": "45", - "slayer_exp": "108", - "name": "Baby blue dragon", - "defence_level": "48", - "safespot": null, - "lifepoints": "51", - "strength_level": "45", - "id": "4666", - "bonuses": "49,45,43,50,73,71,56,78,68,0,0,0,0,0,0", - "range_level": "45", - "attack_level": "45" - }, - { - "name": "Baby red dragon", - "defence_level": "1", - "safespot": null, - "lifepoints": "50", - "combat_audio": "408,410,409", - "strength_level": "1", - "id": "4667", - "aggressive": "true", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "name": "Baby red dragon", - "defence_level": "1", - "safespot": null, - "lifepoints": "50", - "combat_audio": "408,410,409", - "strength_level": "1", - "id": "4668", - "aggressive": "true", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "examine": "A big powerful dragon.", - "slayer_task": "68", - "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", - "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" - }, - { - "examine": "A big powerful dragon.", - "slayer_task": "68", - "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", - "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" - }, - { - "examine": "A big powerful dragon.", - "slayer_task": "68", - "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", - "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" - }, - { - "examine": "A big powerful dragon.", - "slayer_task": "68", - "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", - "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" - }, - { - "examine": "A fierce dragon with black scales!", - "slayer_task": "9", - "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", - "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": "200" - }, - { - "examine": "A fierce dragon with black scales!", - "slayer_task": "9", - "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", - "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": "200" - }, - { - "examine": "A fierce dragon with black scales!", - "slayer_task": "9", - "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", - "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": "200" - }, - { - "examine": "A fierce dragon with black scales!", - "slayer_task": "9", - "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", - "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": "200" - }, - { - "examine": "Must be related to Elvarg.", - "slayer_task": "41", - "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", - "aggressive": "true", - "bonuses": "0,0,0,0,0,20,40,40,30,20,0,0,0,0,0", - "clue_level": "2", - "range_level": "1", - "attack_level": "68" - }, - { - "examine": "Must be related to Elvarg.", - "slayer_task": "41", - "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", - "aggressive": "true", - "bonuses": "0,0,0,0,0,20,40,40,30,20,0,0,0,0,0", - "clue_level": "2", - "range_level": "1", - "attack_level": "68" - }, - { - "examine": "Must be related to Elvarg.", - "slayer_task": "41", - "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", - "aggressive": "true", - "bonuses": "0,0,0,0,0,20,40,40,30,20,0,0,0,0,0", - "clue_level": "2", - "range_level": "1", - "attack_level": "68" - }, - { - "examine": "Must be related to Elvarg.", - "slayer_task": "41", - "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", - "aggressive": "true", - "bonuses": "0,0,0,0,0,20,40,40,30,20,0,0,0,0,0", - "clue_level": "2", - "range_level": "1", - "attack_level": "68" - }, - { - "examine": "A mother dragon.", - "slayer_task": "11", - "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", - "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": "A mother dragon.", - "slayer_task": "11", - "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", - "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": "A mother dragon.", - "slayer_task": "11", - "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", - "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": "A mother dragon.", - "slayer_task": "11", - "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", - "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": "He's got icicles in his beard.", - "slayer_task": "47", - "melee_animation": "4672", - "range_animation": "0", - "combat_audio": "449,451,450", - "attack_speed": "5", - "magic_level": "1", - "respawn_delay": "60", - "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", - "aggressive": "true", - "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0", - "range_level": "1", - "attack_level": "40" - }, - { - "examine": "He's got icicles in his beard.", - "slayer_task": "47", - "melee_animation": "4672", - "range_animation": "0", - "combat_audio": "449,451,450", - "attack_speed": "5", - "magic_level": "1", - "respawn_delay": "60", - "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", - "aggressive": "true", - "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0", - "range_level": "1", - "attack_level": "40" - }, - { - "examine": "He's got icicles in his beard.", - "slayer_task": "47", - "melee_animation": "4672", - "range_animation": "0", - "combat_audio": "449,451,450", - "attack_speed": "5", - "magic_level": "1", - "respawn_delay": "60", - "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", - "aggressive": "true", - "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0", - "range_level": "1", - "attack_level": "40" - }, - { - "examine": "His beard seems to have a life of its own.", - "slayer_task": "62", - "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": "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.", - "slayer_task": "44", - "melee_animation": "4652", - "range_animation": "4652", - "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.", - "slayer_task": "44", - "melee_animation": "4652", - "range_animation": "4652", - "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.", - "slayer_task": "44", - "melee_animation": "4652", - "range_animation": "4652", - "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.", - "slayer_task": "44", - "melee_animation": "4652", - "range_animation": "4652", - "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.", - "slayer_task": "44", - "melee_animation": "4652", - "range_animation": "4652", - "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.", - "slayer_task": "56", - "melee_animation": "4630", - "range_animation": "4630", - "combat_audio": "400,404,403", - "attack_speed": "6", - "magic_level": "50", - "respawn_delay": "20", - "defence_animation": "65", - "weakness": "4", - "slayer_exp": "79", - "magic_animation": "4630", - "death_animation": "67", - "name": "Lesser demon", - "defence_level": "50", - "safespot": null, - "lifepoints": "79", - "strength_level": "50", - "id": "4694", - "aggressive": "true", - "bonuses": "15,15,15,15,15,15,15,15,15,3,15,15,23,15,15", - "range_level": "1", - "attack_level": "50" - }, - { - "examine": "Lesser, but still pretty big.", - "slayer_task": "56", - "melee_animation": "4630", - "range_animation": "4630", - "combat_audio": "400,404,403", - "attack_speed": "6", - "magic_level": "50", - "respawn_delay": "20", - "defence_animation": "65", - "weakness": "4", - "slayer_exp": "79", - "magic_animation": "4630", - "death_animation": "67", - "name": "Lesser demon", - "defence_level": "50", - "safespot": null, - "lifepoints": "79", - "strength_level": "50", - "id": "4695", - "aggressive": "true", - "bonuses": "15,15,15,15,15,15,15,15,15,3,15,15,23,15,15", - "range_level": "1", - "attack_level": "50" - }, - { - "examine": "Lesser, but still pretty big.", - "slayer_task": "56", - "melee_animation": "4630", - "range_animation": "4630", - "combat_audio": "400,404,403", - "attack_speed": "6", - "magic_level": "50", - "respawn_delay": "20", - "defence_animation": "65", - "weakness": "4", - "slayer_exp": "79", - "magic_animation": "4630", - "death_animation": "67", - "name": "Lesser demon", - "defence_level": "50", - "safespot": null, - "lifepoints": "79", - "strength_level": "50", - "id": "4696", - "aggressive": "true", - "bonuses": "15,15,15,15,15,15,15,15,15,3,15,15,23,15,15", - "range_level": "1", - "attack_level": "50" - }, - { - "examine": "Lesser, but still pretty big.", - "slayer_task": "56", - "melee_animation": "4630", - "range_animation": "4630", - "combat_audio": "400,404,403", - "attack_speed": "6", - "magic_level": "50", - "respawn_delay": "20", - "defence_animation": "65", - "weakness": "4", - "slayer_exp": "79", - "magic_animation": "4630", - "death_animation": "67", - "name": "Lesser demon", - "defence_level": "50", - "safespot": null, - "lifepoints": "79", - "strength_level": "50", - "id": "4697", - "aggressive": "true", - "bonuses": "15,15,15,15,15,15,15,15,15,3,15,15,23,15,15", - "range_level": "1", - "attack_level": "50" - }, - { - "examine": "Big, red, and incredibly evil.", - "slayer_task": "40", - "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.", - "slayer_task": "40", - "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.", - "slayer_task": "40", - "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.", - "slayer_task": "40", - "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.", - "slayer_task": "8", - "melee_animation": "64", - "range_animation": "64", - "combat_audio": "400,404,403", - "magic_level": "70", - "respawn_delay": "38", - "defence_animation": "65", - "weakness": "4", - "slayer_exp": "157", - "magic_animation": "64", - "death_animation": "67", - "name": "Black demon", - "defence_level": "70", - "safespot": null, - "lifepoints": "165", - "strength_level": "70", - "id": "4702", - "aggressive": "true", - "bonuses": "45,40,40,150,150,80,150,20,150,68,0,0,0,0,0", - "range_level": "70", - "attack_level": "70" - }, - { - "examine": "A big, scary, jet-black demon.", - "slayer_task": "8", - "melee_animation": "64", - "range_animation": "64", - "combat_audio": "400,404,403", - "magic_level": "70", - "respawn_delay": "38", - "defence_animation": "65", - "weakness": "4", - "slayer_exp": "157", - "magic_animation": "64", - "death_animation": "67", - "name": "Black demon", - "defence_level": "70", - "safespot": null, - "lifepoints": "165", - "strength_level": "70", - "id": "4703", - "aggressive": "true", - "bonuses": "45,40,40,150,150,80,150,20,150,68,0,0,0,0,0", - "range_level": "70", - "attack_level": "70" - }, - { - "examine": "A big, scary, jet-black demon.", - "slayer_task": "8", - "melee_animation": "64", - "range_animation": "64", - "combat_audio": "400,404,403", - "magic_level": "70", - "respawn_delay": "38", - "defence_animation": "65", - "weakness": "4", - "slayer_exp": "157", - "magic_animation": "64", - "death_animation": "67", - "name": "Black demon", - "defence_level": "70", - "safespot": null, - "lifepoints": "165", - "strength_level": "70", - "id": "4704", - "aggressive": "true", - "bonuses": "45,40,40,150,150,80,150,20,150,68,0,0,0,0,0", - "range_level": "70", - "attack_level": "70" - }, - { - "examine": "A big, scary, jet-black demon.", - "slayer_task": "8", - "melee_animation": "64", - "range_animation": "64", - "combat_audio": "400,404,403", - "magic_level": "70", - "respawn_delay": "38", - "defence_animation": "65", - "weakness": "4", - "slayer_exp": "157", - "magic_animation": "64", - "death_animation": "67", - "name": "Black demon", - "defence_level": "70", - "safespot": null, - "lifepoints": "165", - "strength_level": "70", - "id": "4705", - "aggressive": "true", - "bonuses": "45,40,40,150,150,80,150,20,150,68,0,0,0,0,0", - "range_level": "70", - "attack_level": "70" - }, - { - "examine": "His beard seems to have a life of its own.", - "slayer_task": "62", - "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": "85", - "magic_animation": "4666", - "death_animation": "4668", - "name": "Moss giant", - "defence_level": "30", - "safespot": null, - "lifepoints": "85", - "strength_level": "30", - "id": "4706", - "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": "Mikasi looks ready to teach you about magic.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "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", - "defence_animation": "0", - "magic_animation": "0", - "name": "Meiyerditch citizen", - "defence_level": "60", - "safespot": null, - "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", - "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": "4735", - "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": "4736", - "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": "4737", - "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": "4738", - "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": "4739", - "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": "4740", - "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": "4741", - "range_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": "4746", - "range_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", - "range_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", - "range_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", - "range_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", - "range_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", - "range_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", - "range_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", - "range_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", - "range_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", - "range_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", - "range_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", - "range_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": "4759", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Some rubbish.", - "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": "4765", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Looks like it's got fleas!", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Stray dog", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4766", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A smelly cat.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Cat", - "defence_level": "1", - "safespot": null, - "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", - "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": "4773", - "range_level": "1", - "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", - "range_level": "1", - "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", - "range_level": "1", - "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", - "range_level": "44", - "attack_level": "1" - }, - { - "examine": "An initiate juvenile vampyre.", - "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": "4777", - "range_level": "44", - "attack_level": "1" - }, - { - "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": "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!", - "slayer_task": "86", - "melee_animation": "6016", - "range_animation": "0", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "6031", - "name": "Angry vampyre", - "defence_level": "42", - "safespot": null, - "lifepoints": "60", - "strength_level": "42", - "id": "4789", - "range_level": "1", - "attack_level": "42" - }, - { - "name": "Vanstrom Klause", - "defence_level": "1", - "safespot": null, - "lifepoints": "155", - "strength_level": "1", - "id": "4793", - "aggressive": "true", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "examine": "Not as strong as Thok.", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "name": "Vanstrom Klause", - "defence_level": "60", - "safespot": null, - "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", - "aggressive": "true", - "range_level": "1", - "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", - "aggressive": "true", - "range_level": "1", - "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", - "aggressive": "true", - "range_level": "1", - "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", - "aggressive": "true", - "range_level": "1", - "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": "4810", - "aggressive": "true", - "range_level": "1", - "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", - "aggressive": "true", - "range_level": "1", - "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", - "aggressive": "true", - "range_level": "1", - "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", - "aggressive": "true", - "range_level": "1", - "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", - "aggressive": "true", - "range_level": "1", - "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", - "aggressive": "true", - "range_level": "1", - "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", - "aggressive": "true", - "range_level": "1", - "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", - "aggressive": "true", - "range_level": "1", - "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", - "aggressive": "true", - "range_level": "1", - "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", - "aggressive": "true", - "range_level": "1", - "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", - "aggressive": "true", - "range_level": "1", - "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", - "aggressive": "true", - "range_level": "1", - "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", - "aggressive": "true", - "range_level": "1", - "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", - "aggressive": "true", - "range_level": "1", - "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", - "aggressive": "true", - "range_level": "1", - "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": "4825", - "aggressive": "true", - "range_level": "1", - "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": "4826", - "aggressive": "true", - "range_level": "1", - "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": "4827", - "aggressive": "true", - "range_level": "1", - "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": "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", - "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": "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", - "aggressive": "true", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "name": "Flying female vampire", - "defence_level": "1", - "safespot": null, - "lifepoints": "95", - "strength_level": "1", - "attack_speed": "6", - "id": "4848", - "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": "4849", - "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": "4850", - "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": "4851", - "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": "4852", - "aggressive": "true", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "examine": "Her knives tickle Thok.", - "magic_animation": "0", - "name": "Holgart", - "defence_level": "60", - "safespot": null, - "lifepoints": "28", - "strength_level": "1", - "id": "4868", - "aggressive": "true", - "range_level": "90", - "attack_level": "1", - "defence_animation": "0" - }, - { - "examine": "Not Thok's pretty lass.", - "magic_level": "90", - "defence_animation": "0", - "magic_animation": "0", - "name": "Fisherman", - "defence_level": "60", - "safespot": null, - "lifepoints": "28", - "strength_level": "1", - "id": "4870", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A child of aquatic evil.", - "melee_animation": "4829", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "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.", - "slayer_task": "71", - "melee_animation": "6265", - "range_animation": "0", - "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", - "id": "4893", - "aggressive": "true", - "range_level": "1", - "attack_level": "29" - }, - { - "examine": "A rather nasty looking crustacean.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Sea slug", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4894", - "range_level": "1", - "attack_level": "1" - }, - { - "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": "4898", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "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" - }, - { - "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" - }, - { - "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" - }, - { - "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" - }, - { - "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" - }, - { - "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" - }, - { - "melee_animation": "4868", - "attack_speed": "7", - "respawn_delay": "60", - "defence_animation": "4869", - "death_animation": "4870", - "name": "Earth elemental", - "defence_level": "1", - "safespot": null, - "lifepoints": "35", - "strength_level": "1", - "id": "4910", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "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": "Overgrown vermin.", - "slayer_task": "67", - "combat_audio": "703,705,704", - "attack_speed": "5", - "weakness": "9", - "name": "Giant crypt rat", - "defence_level": "23", - "safespot": null, - "lifepoints": "26", - "strength_level": "20", - "id": "4920", - "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 nasty overgrown rodent.", - "slayer_task": "67", - "range_animation": "0", - "combat_audio": "703,705,704", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "name": "Giant crypt rat", - "defence_level": "55", - "safespot": null, - "lifepoints": "78", - "strength_level": "55", - "id": "4921", - "aggressive": "true", - "range_level": "1", - "attack_level": "55" - }, - { - "examine": "Overgrown vermin.", - "slayer_task": "67", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "5" - }, - { - "examine": "Overgrown vermin.", - "slayer_task": "67", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "5" - }, - { - "examine": "Overgrown vermin.", - "slayer_task": "67", - "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", - "aggressive": "true", - "range_level": "1", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Overgrown vermin.", - "slayer_task": "67", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "7" - }, - { - "examine": "Overgrown vermin.", - "slayer_task": "67", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "7" - }, - { - "examine": "Overgrown vermin.", - "slayer_task": "67", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "13" - }, - { - "examine": "Overgrown vermin.", - "slayer_task": "67", - "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", - "aggressive": "true", - "range_level": "1", - "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", - "range_level": "1", - "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", - "range_level": "1", - "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": "Billy Goat", - "defence_level": "11", - "safespot": null, - "lifepoints": "15", - "strength_level": "11", - "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", - "range_level": "1", - "respawn_delay": "60", - "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", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "5342" - }, - { - "death_animation": "5343", - "name": "Billy Goat", - "defence_level": "1", - "safespot": null, - "lifepoints": "28", - "melee_animation": "5341", - "strength_level": "1", - "id": "4935", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "5342" - }, - { - "examine": "A dirty rat.", - "slayer_task": "67", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "8" - }, - { - "examine": "A dirty rat.", - "slayer_task": "67", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "8" - }, - { - "name": "Angry giant rat", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "703,705,704", - "strength_level": "1", - "id": "4938", - "range_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", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He looks a little on the cross side!", - "slayer_task": "67", - "melee_animation": "4933", - "range_animation": "0", - "combat_audio": "703,705,704", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "4935", - "name": "Angry giant rat", - "defence_level": "25", - "safespot": null, - "lifepoints": "35", - "strength_level": "25", - "id": "4940", - "range_level": "1", - "attack_level": "25" - }, - { - "examine": "It's one of Iban's pet vermin.", - "slayer_task": "67", - "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", - "strength_level": "12", - "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", - "aggressive": "true", - "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": "4943", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Overgrown vermin.", - "combat_audio": "703,705,704", - "attack_speed": "5", - "name": "Giant rat", - "defence_level": "23", - "safespot": null, - "lifepoints": "26", - "strength_level": "20", - "id": "4944", - "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": "Overgrown vermin.", - "slayer_task": "67", - "combat_audio": "703,705,704", - "attack_speed": "5", - "weakness": "9", - "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.", - "slayer_task": "83", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "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", - "slayer_task": "7", - "melee_animation": "5031", - "range_animation": "0", - "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", - "id": "4971", - "aggressive": "true", - "range_level": "1", - "attack_level": "40" - }, - { - "examine": "A very", - "slayer_task": "7", - "melee_animation": "5024", - "range_animation": "5025", - "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", - "id": "4972", - "aggressive": "true", - "range_level": "55", - "attack_level": "55" - }, - { - "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": "4975", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "She looks like she's been down here a long time.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Female slave", - "defence_level": "1", - "safespot": null, - "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", - "range_level": "1", - "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", - "range_level": "1", - "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", - "range_level": "1", - "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", - "range_level": "1", - "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", - "clue_level": "1", - "range_level": "1", - "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", - "clue_level": "1", - "range_level": "1", - "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", - "clue_level": "1", - "range_level": "1", - "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", - "clue_level": "1", - "range_level": "1", - "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", - "clue_level": "1", - "range_level": "1", - "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", - "clue_level": "1", - "range_level": "1", - "attack_level": "25" - }, - { - "name": "Guard", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "511,513,512", - "strength_level": "1", - "id": "4999", - "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": "5000", - "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": "5001", - "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": "5002", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An apprentice.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Egg launcher", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5026", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A tired old wizard.", - "melee_animation": "0", - "range_animation": "0", - "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.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Egg launcher", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5028", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A slightly more approachable barbarian.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Commander Connad", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5029", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He looks pretty mean.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Captain Cain", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5030", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A stressed out barbarian private.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Private Paldo", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5031", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A barbarian private.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Private Pendron", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5032", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A barbarian private.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Private Pierreb", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5033", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A barbarian private.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Private Paldon", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5034", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A barbarian army teacher.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Major Attack", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5035", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A barbarian army teacher.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Major Collect", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5036", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A barbarian army teacher.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Major Defend", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5037", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A barbarian army teacher.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Major Heal", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5038", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He's keeping a close eye on that nearby door.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Sergeant Sambur", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5039", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "What on RuneScape is that?", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Penance Fighter", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5040", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Shooty-shooty.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Penance Ranger", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5041", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He's making a run for it!", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Penance Runner", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5042", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A nasty piece of work.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "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", - "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.", - "slayer_task": "7", - "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.", - "slayer_task": "7", - "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.", - "slayer_task": "7", - "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", - "slayer_task": "7", - "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.", - "slayer_task": "7", - "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" - }, - { - "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", - "magic_level": "80", - "defence_animation": "0", - "weakness": "10", - "magic_animation": "0", - "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", - "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", - "attack_speed": "5", - "respawn_delay": "10", - "defence_animation": "404", - "magic_animation": "5228", - "death_animation": "5234", - "name": "Sabre-toothed kyatt", - "defence_level": "99", - "safespot": null, - "lifepoints": "10", - "strength_level": "25", - "id": "5103", - "range_level": "1", - "attack_level": "25" - }, - { - "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" - }, - { - "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" - }, - { - "examine": "He must be good at hunting; even his hair blends in with the surroundings.", - "melee_animation": "0", - "range_animation": "0", - "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", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Hunting expert", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5113", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Slightly slimy but kind of cute.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Orange salamander", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5114", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Slightly slimy but certainly striking.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Red salamander", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5115", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Slightly slimy and somewhat menacing.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Black salamander", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5116", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Very slimy and generally disgusting.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Swamp lizard", - "defence_level": "1", - "safespot": null, - "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", - "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": "Desert eagle", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5130", - "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": "Jungle eagle", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5131", - "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": "Polar eagle", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5132", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "It seems to be protecting the nest.", - "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": "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", - "attack_level": "1", - "defence_animation": "5305" - }, - { - "examine": "Now", - "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": "5140", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He's playing both sides!", - "melee_animation": "422", - "range_animation": "0", - "attack_speed": "5", - "magic_level": "75", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "836", - "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", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "425", - "death_animation": "836", - "name": "Double agent", - "defence_level": "1", - "safespot": null, - "lifepoints": "120", - "strength_level": "1", - "id": "5145", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "How cute!", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Li'l lamb", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5146", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "The black sheep of the family.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Lamb", - "defence_level": "1", - "safespot": null, - "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", - "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": "5163", - "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": "5166", - "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": "5167", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "White and shaggy.", - "melee_animation": "5338", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "5337", - "death_animation": "5336", - "name": "Ram", - "defence_level": "1", - "safespot": null, - "lifepoints": "4", - "strength_level": "1", - "id": "5168", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "White and shaggy.", - "melee_animation": "5338", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "5337", - "death_animation": "5336", - "name": "Ram", - "defence_level": "1", - "safespot": null, - "lifepoints": "4", - "strength_level": "1", - "id": "5169", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "White and shaggy.", - "melee_animation": "5338", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "5337", - "weakness": "9", - "magic_animation": "0", - "death_animation": "5336", - "name": "Ram", - "defence_level": "2", - "safespot": null, - "lifepoints": "2", - "strength_level": "2", - "id": "5170", - "range_level": "1", - "attack_level": "2" - }, - { - "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": "5171", - "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": "5172", - "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": "5173", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Seems intelligent... for an ogre.", - "slayer_task": "64", - "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", - "id": "5176", - "aggressive": "true", - "range_level": "1", - "attack_level": "65" - }, - { - "examine": "A mother dragon.", - "slayer_task": "11", - "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": "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.", - "slayer_task": "64", - "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", - "range_level": "1", - "attack_level": "65" - }, - { - "examine": "Seems intelligent... for an ogre.", - "slayer_task": "64", - "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", - "id": "5184", - "aggressive": "true", - "range_level": "1", - "attack_level": "65" - }, - { - "examine": "Seems intelligent... for an ogre.", - "slayer_task": "64", - "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", - "id": "5187", - "aggressive": "true", - "range_level": "1", - "attack_level": "65" - }, - { - "examine": "It's Nial", - "melee_animation": "8946", - "range_animation": "0", - "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", - "id": "5188", - "aggressive": "true", - "range_level": "58", - "attack_level": "58" - }, - { - "combat_style": "2", - "name": "Ogre shaman", - "defence_level": "1", - "safespot": null, - "lifepoints": "1", - "strength_level": "1", - "id": "5190", - "aggressive": "true", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "combat_style": "2", - "name": "Ogre shaman", - "defence_level": "1", - "safespot": null, - "lifepoints": "1", - "strength_level": "1", - "id": "5193", - "aggressive": "true", - "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, - "lifepoints": "10", - "strength_level": "1", - "id": "5195", - "range_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", - "range_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", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "She needs to work out before facing Thok.", - "melee_animation": "7041", - "range_animation": "0", - "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", - "id": "5204", - "aggressive": "true", - "range_level": "80", - "attack_level": "80" - }, - { - "examine": "Converts grass to beef.", - "melee_animation": "5849", - "range_animation": "5849", - "attack_speed": "5", - "defence_animation": "5850", - "magic_animation": "5849", - "death_animation": "5851", - "name": "Undead cow", - "defence_level": "1", - "safespot": null, - "lifepoints": "8", - "strength_level": "1", - "id": "5211", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "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": "5237", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Run away! Run away!", - "melee_animation": "5411", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "5412", - "name": "Penance Queen", - "defence_level": "132", - "safespot": null, - "lifepoints": "71", - "strength_level": "260", - "id": "5247", - "aggressive": "true", - "range_level": "116", - "attack_level": "260" - }, - { - "examine": "What's it looking at?", - "melee_animation": "5092", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "5093", - "name": "Queen spawn", - "defence_level": "50", - "safespot": null, - "lifepoints": "450", - "strength_level": "60", - "id": "5248", - "aggressive": "true", - "range_level": "1", - "attack_level": "60" - }, - { - "examine": "He looks embarrassed", - "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": "5249", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Part scarab", - "slayer_task": "70", - "combat_style": "2", - "melee_animation": "7615", - "range_animation": "0", - "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", - "id": "5250", - "aggressive": "true", - "range_level": "1", - "attack_level": "40" - }, - { - "examine": "A mounted lancer.", - "slayer_task": "70", - "melee_animation": "7584", - "range_animation": "0", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "7581", - "name": "Locust rider", - "defence_level": "54", - "safespot": null, - "lifepoints": "77", - "strength_level": "54", - "id": "5251", - "aggressive": "true", - "range_level": "1", - "attack_level": "54" - }, - { - "examine": "A mounted archer.", - "slayer_task": "70", - "melee_animation": "5451", - "range_animation": "5451", - "defence_animation": "0", - "weakness": "2", - "magic_animation": "0", - "death_animation": "7581", - "name": "Locust rider", - "defence_level": "54", - "safespot": null, - "lifepoints": "77", - "strength_level": "40", - "id": "5252", - "aggressive": "true", - "range_level": "54", - "attack_level": "40" - }, - { - "examine": "A huge scarab beast.", - "slayer_task": "70", - "melee_animation": "5457", - "range_animation": "0", - "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", - "id": "5253", - "aggressive": "true", - "range_level": "62", - "attack_level": "62" - }, - { - "combat_style": "2", - "melee_animation": "7615", - "respawn_delay": "60", - "defence_animation": "7617", - "death_animation": "7616", - "name": "Scarab mage", - "defence_level": "1", - "safespot": null, - "lifepoints": "50", - "strength_level": "1", - "id": "5254", - "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": "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", - "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", - "id": "5285", - "aggressive": "true", - "range_level": "80", - "attack_level": "80" - }, - { - "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", - "aggressive": "true", - "range_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": "22", - "strength_level": "1", - "id": "5294", - "aggressive": "true", - "range_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": "22", - "strength_level": "1", - "id": "5295", - "aggressive": "true", - "range_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": "22", - "strength_level": "1", - "id": "5296", - "aggressive": "true", - "range_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": "22", - "strength_level": "1", - "id": "5297", - "aggressive": "true", - "range_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": "22", - "strength_level": "1", - "id": "5298", - "aggressive": "true", - "range_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": "22", - "strength_level": "1", - "id": "5299", - "aggressive": "true", - "range_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": "22", - "strength_level": "1", - "id": "5300", - "aggressive": "true", - "range_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": "22", - "strength_level": "1", - "id": "5301", - "aggressive": "true", - "range_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": "22", - "strength_level": "1", - "id": "5302", - "aggressive": "true", - "range_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": "22", - "strength_level": "1", - "id": "5303", - "aggressive": "true", - "range_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": "22", - "strength_level": "1", - "id": "5304", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Examine not added", - "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", - "bonuses": "6,15,15,15,15,15,15,6,6,15,15,15,15,15,15", - "range_level": "1", - "attack_level": "11" - }, - { - "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": "5306", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Examine not added", - "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": "5307", - "bonuses": "6,15,15,15,15,15,15,6,6,15,15,15,15,15,15", - "range_level": "1", - "attack_level": "11" - }, - { - "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", - "aggressive": "true", - "range_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": "16", - "safespot": null, - "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", - "aggressive": "true", - "range_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", - "aggressive": "true", - "range_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", - "aggressive": "true", - "range_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", - "aggressive": "true", - "range_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", - "aggressive": "true", - "range_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", - "aggressive": "true", - "range_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", - "aggressive": "true", - "range_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", - "aggressive": "true", - "range_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", - "aggressive": "true", - "range_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", - "bonuses": "12,20,20,20,20,20,20,12,12,20,20,20,20,20,20", - "range_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", - "bonuses": "12,20,20,20,20,20,20,12,12,20,20,20,20,20,20", - "range_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", - "bonuses": "12,20,20,20,20,20,20,12,12,20,20,20,20,20,20", - "range_level": "1", - "attack_level": "18" - }, - { - "examine": "Dead man walking.", - "melee_animation": "5571", - "range_animation": "5571", - "combat_audio": "931,923,922", - "attack_speed": "5", - "defence_animation": "5574", - "slayer_exp": "30", - "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", - "aggressive": "true", - "range_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", - "aggressive": "true", - "range_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", - "aggressive": "true", - "range_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", - "aggressive": "true", - "range_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", - "aggressive": "true", - "range_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", - "aggressive": "true", - "range_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", - "aggressive": "true", - "range_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": "5330", - "aggressive": "true", - "range_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": "5331", - "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": "22", - "strength_level": "1", - "id": "5332", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Could do with gaining a few pounds.", - "slayer_task": "75", - "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": "11", - "safespot": null, - "lifepoints": "15", - "strength_level": "11", - "id": "5333", - "aggressive": "true", - "range_level": "1", - "attack_level": "11" - }, - { - "examine": "Could do with gaining a few pounds.", - "slayer_task": "75", - "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": "11", - "safespot": null, - "lifepoints": "15", - "strength_level": "11", - "id": "5334", - "aggressive": "true", - "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": "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.", - "slayer_task": "75", - "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": "5337", - "range_level": "1", - "attack_level": "12" - }, - { - "examine": "Could do with gaining a few pounds.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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": "Eeek! A ghost!", - "slayer_task": "36", - "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": "5342", - "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": "5343", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Eeek! A ghost!", - "slayer_task": "36", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Eeek! A ghost!", - "slayer_task": "36", - "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", - "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": "5346", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Eeek! A ghost!", - "slayer_task": "36", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Eeek! A ghost!", - "slayer_task": "36", - "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", - "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": "5349", - "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": "5350", - "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": "5351", - "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": "5352", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A minion of Rashiliyia.", - "slayer_task": "75", - "melee_animation": "5485", - "range_animation": "0", - "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", - "id": "5353", - "aggressive": "true", - "range_level": "1", - "attack_level": "32" - }, - { - "examine": "A minion of Rashiliyia.", - "slayer_task": "75", - "melee_animation": "5487", - "range_animation": "0", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "5491", - "name": "Undead one", - "defence_level": "33", - "safespot": null, - "lifepoints": "47", - "strength_level": "33", - "id": "5354", - "range_level": "1", - "attack_level": "33" - }, - { - "examine": "The animated dead; one of Rashiliyia's minions.", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "32" - }, - { - "examine": "The animated dead; one of Rashiliyia's minions.", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "32" - }, - { - "examine": "The animated dead; one of Rashiliyia's minions.", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "33" - }, - { - "examine": "The animated dead; one of Rashiliyia's minions.", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "33" - }, - { - "examine": "A giant skeleton.", - "slayer_task": "75", - "melee_animation": "5499", - "range_animation": "0", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "5503", - "name": "Giant skeleton", - "defence_level": "60", - "safespot": null, - "lifepoints": "85", - "strength_level": "60", - "id": "5359", - "range_level": "1", - "attack_level": "60" - }, - { - "examine": "A fiendish embodiment of water.", - "slayer_task": "90", - "combat_style": "1", - "melee_animation": "1582", - "range_animation": "1582", - "attack_speed": "6", - "magic_level": "77", - "defence_animation": "1581", - "weakness": "4", - "magic_animation": "1582", - "death_animation": "1580", - "name": "Waterfiend", - "defence_level": "50", - "poison_immune": "true", - "safespot": null, - "lifepoints": "128", - "strength_level": "167", - "id": "5361", - "aggressive": "true", - "range_level": "167", - "projectile": "16", - "attack_level": "70" - }, - { - "examine": "It appears to be intelligent and savage.", - "slayer_task": "41", - "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!", - "slayer_task": "57", - "melee_animation": "91", - "range_animation": "91", - "combat_audio": "408,410,409", - "attack_speed": "4", - "magic_level": "168", - "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", - "range_level": "168", - "attack_level": "268" - }, - { - "weakness": "7", - "examine": "It appears to be intelligent and savage.", - "name": "Confused barbarian", - "defence_level": "50", - "safespot": null, - "lifepoints": "175", - "strength_level": "167", - "attack_speed": "6", - "id": "5364", - "range_level": "167", - "attack_level": "70" - }, - { - "examine": "Could do with gaining a few pounds.", - "slayer_task": "75", - "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" - }, - { - "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": "60", - "strength_level": "1", - "id": "5366", - "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": "85", - "strength_level": "1", - "id": "5367", - "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": "85", - "strength_level": "1", - "id": "5368", - "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": "36", - "strength_level": "1", - "id": "5369", - "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": "36", - "strength_level": "1", - "id": "5370", - "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": "36", - "strength_level": "1", - "id": "5371", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Why does it attack with twigs? Swords and axes much better.", - "melee_animation": "5532", - "range_animation": "426", - "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", - "id": "5372", - "aggressive": "true", - "range_level": "80", - "attack_level": "80" - }, - { - "examine": "Are these twigs meant to hurt Thok?", - "melee_animation": "5532", - "range_animation": "426", - "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", - "id": "5373", - "aggressive": "true", - "range_level": "80", - "attack_level": "80" - }, - { - "examine": "It thinks it scary. Thok show it scary.", - "melee_animation": "5532", - "range_animation": "0", - "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", - "id": "5374", - "aggressive": "true", - "range_level": "80", - "attack_level": "80" - }, - { - "examine": "Examine not added", - "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": "25", - "safespot": null, - "lifepoints": "23", - "strength_level": "1", - "id": "5375", - "bonuses": "15,25,25,25,25,25,25,15,15,25,25,25,25,25,25", - "range_level": "1", - "attack_level": "25" - }, - { - "examine": "Examine not added", - "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": "25", - "safespot": null, - "lifepoints": "23", - "strength_level": "1", - "id": "5376", - "bonuses": "15,25,25,25,25,25,25,15,15,25,25,25,25,25,25", - "range_level": "1", - "attack_level": "25" - }, - { - "examine": "Examine not added", - "melee_animation": "5578", - "range_animation": "5578", - "combat_audio": "931,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", - "bonuses": "15,25,28,28,25,28,28,15,15,28,25,25,25,25,25", - "range_level": "1", - "attack_level": "38" - }, - { - "examine": "Examine not added", - "melee_animation": "5578", - "range_animation": "5578", - "combat_audio": "931,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", - "bonuses": "15,25,28,28,25,28,28,15,15,28,25,25,25,25,25", - "range_level": "1", - "attack_level": "38" - }, - { - "examine": "Examine not added", - "melee_animation": "5578", - "range_animation": "5578", - "combat_audio": "931,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", - "bonuses": "35,45,45,45,45,45,45,35,35,45,45,45,45,45,45", - "range_level": "1", - "attack_level": "47" - }, - { - "examine": "Examine not added", - "melee_animation": "5578", - "range_animation": "5578", - "combat_audio": "931,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", - "bonuses": "35,45,45,45,45,45,45,35,35,45,45,45,45,45,45", - "range_level": "1", - "attack_level": "47" - }, - { - "examine": "Could do with gaining a few pounds.", - "slayer_task": "75", - "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": "Animated steel armour.", - "melee_animation": "386", - "range_animation": "0", - "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", - "id": "5382", - "range_level": "1", - "attack_level": "28" - }, - { - "examine": "Big and bony, just how I like them.", - "start_gfx": "2713", - "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, - "lifepoints": "100", - "strength_level": "95", - "id": "5384", - "aggressive": "true", - "bonuses": "25,25,25,25,25,25,25,25,25,25,25,25,25,25,25", - "range_level": "1", - "projectile": "2718", - "attack_level": "95" - }, - { - "examine": "A skeleton in a dress!", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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?", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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!", - "slayer_task": "75", - "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" - }, - { - "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": "56", - "strength_level": "1", - "id": "5393", - "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": "5394", - "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": "5395", - "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": "5396", - "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": "5397", - "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": "5398", - "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": "5399", - "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": "5400", - "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": "5401", - "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": "5402", - "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": "5403", - "range_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": "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", - "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": "5406", - "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": "5407", - "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": "5408", - "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": "5409", - "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": "5410", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An angry skeleton.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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": "How does it move of its own accord?", - "melee_animation": "5591", - "range_animation": "0", - "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", - "id": "5413", - "aggressive": "true", - "range_level": "1", - "attack_level": "55" - }, - { - "examine": "How does it move of its own accord?", - "melee_animation": "5597", - "range_animation": "0", - "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", - "id": "5414", - "range_level": "1", - "attack_level": "52" - }, - { - "examine": "A terrifying dog beast.", - "slayer_task": "82", - "melee_animation": "5625", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "1", - "magic_animation": "0", - "death_animation": "5628", - "name": "Terror dog", - "defence_level": "47", - "safespot": null, - "lifepoints": "134", - "strength_level": "47", - "id": "5417", - "aggressive": "true", - "range_level": "1", - "attack_level": "47" - }, - { - "melee_animation": "5625", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "5626", - "death_animation": "5627", - "name": "Terror dog", - "defence_level": "1", - "safespot": null, - "lifepoints": "82", - "strength_level": "1", - "id": "5418", - "aggressive": "true", - "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", - "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": "Could do with gaining a few pounds.", - "slayer_task": "75", - "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": "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.", - "slayer_task": "48", - "melee_animation": "5724", - "range_animation": "5725", - "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", - "id": "5452", - "aggressive": "true", - "range_level": "30", - "attack_level": "22" - }, - { - "examine": "Sturdy cold being.", - "slayer_task": "48", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "30" - }, - { - "examine": "Sturdy cold being.", - "slayer_task": "48", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "30" - }, - { - "examine": "Sturdy cold being.", - "slayer_task": "48", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "30" - }, - { - "examine": "An impressive-looking troll.", - "slayer_task": "83", - "melee_animation": "5374", - "range_animation": "0", - "attack_speed": "4", - "magic_level": "1", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "10", - "magic_animation": "0", - "death_animation": "5209", - "name": "Ice Troll King", - "defence_level": "80", - "safespot": null, - "lifepoints": "150", - "strength_level": "65", - "id": "5472", - "aggressive": "true", - "bonuses": "60,60,60,0,0,45,45,45,2000,2000,0,60,0,0,0", - "range_level": "1", - "attack_level": "100" - }, - { - "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", - "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": "5474", - "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": "5475", - "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 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", - "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": "An ill-tempered king.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "King Gjuki Sorvott IV", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5478", - "range_level": "1", - "attack_level": "1" - }, - { - "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": "Jatizso's Chancellor.", - "name": "Thorkel Silkbeard", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "498,500,499", - "strength_level": "1", - "id": "5480", - "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" - }, - { - "facing_booth": "true", - "examine": "He can look after your money.", - "name": "Magnus Gram", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "498,500,499", - "strength_level": "1", - "id": "5488", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A guard on insult duty.", - "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": "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", - "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": "5491", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "clue_level": "1", - "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 miner at work.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Miner", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5497", - "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 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": "Grundt", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5501", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "The Burgher's protectors.", - "melee_animation": "395", - "range_animation": "0", - "defence_animation": "404", - "weakness": "9", - "magic_animation": "0", - "death_animation": "836", - "name": "Honour guard", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5514", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "The Burgher's protectors.", - "melee_animation": "395", - "range_animation": "0", - "defence_animation": "404", - "weakness": "9", - "magic_animation": "0", - "death_animation": "836", - "name": "Honour guard", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5516", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "One of your militia.", - "melee_animation": "395", - "range_animation": "0", - "defence_animation": "404", - "weakness": "9", - "magic_animation": "0", - "death_animation": "836", - "name": "Honour guard", - "defence_level": "1", - "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", - "attack_speed": "5", - "defence_animation": "5783", - "weakness": "7", - "magic_animation": "5782", - "death_animation": "5784", - "name": "Yak", - "defence_level": "30", - "safespot": null, - "lifepoints": "50", - "strength_level": "7", - "id": "5529", - "range_level": "1", - "attack_level": "3" - }, - { - "examine": "Antisocial.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Sorceress", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5531", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Come", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Apprentice", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5532", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An autumn elemental.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Autumn Elemental", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5533", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A spring elemental.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Spring Elemental", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5539", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A summer elemental.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Summer Elemental", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5547", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A winter elemental.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Winter Elemental", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5553", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "It dare attack Pretty Lass? Thok crush its puny skull!", - "range_animation": "0", - "magic_level": "95", - "defence_animation": "0", - "weakness": "10", - "magic_animation": "0", - "name": "Osman", - "defence_level": "50", - "safespot": null, - "lifepoints": "157", - "strength_level": "95", - "id": "5561", - "aggressive": "true", - "range_level": "95", - "attack_level": "95" - }, - { - "examine": "She's honest about the things you aren't.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Sin Seer", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5571", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A Shadow Realm guardian.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "436,439,438", - "defence_animation": "0", - "slayer_exp": "25", - "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" - }, - { - "examine": "Is it male or female?", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Homunculus", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5581", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Strong", - "range_animation": "0", - "magic_level": "95", - "defence_animation": "0", - "weakness": "10", - "magic_animation": "0", - "name": "Cage", - "defence_level": "70", - "safespot": null, - "lifepoints": "85", - "strength_level": "95", - "id": "5584", - "aggressive": "true", - "range_level": "95", - "attack_level": "95" - }, - { - "examine": "Famous for his fights.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "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", - "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", - "id": "5593", - "aggressive": "true", - "range_level": "49", - "attack_level": "36" - }, - { - "death_animation": "146", - "name": "Spidine", - "defence_level": "1", - "safespot": null, - "lifepoints": "35", - "melee_animation": "143", - "strength_level": "1", - "id": "5594", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "144" - }, - { - "examine": "Definitely not a chicken or a swordfish.", - "melee_animation": "5387", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "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", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "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", - "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", - "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", - "range_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", - "range_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", - "range_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", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "I'd prefer it if it were a muffin...", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Puffin", - "defence_level": "1", - "safespot": null, - "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", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Monk", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "511,513,512", - "strength_level": "1", - "id": "5620", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Monk", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "511,513,512", - "strength_level": "1", - "id": "5621", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Monk", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "511,513,512", - "strength_level": "1", - "id": "5622", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Bedside manner is a little lacking", - "slayer_task": "93", - "melee_animation": "5643", - "range_animation": "0", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "5658", - "name": "Sorebones", - "defence_level": "35", - "safespot": null, - "lifepoints": "50", - "strength_level": "35", - "id": "5627", - "range_level": "1", - "attack_level": "35" - }, - { - "examine": "I hope his hands don't shake.", - "slayer_task": "93", - "melee_animation": "5643", - "range_animation": "0", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "5658", - "name": "Sorebones", - "defence_level": "35", - "safespot": null, - "lifepoints": "50", - "strength_level": "35", - "id": "5628", - "range_level": "1", - "attack_level": "35" - }, - { - "examine": "Aaaarg", - "slayer_task": "93", - "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", - "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": "5630", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Aaaarg", - "slayer_task": "93", - "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", - "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": "5632", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Aaaarg", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "35" - }, - { - "examine": "Aaaarg", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "35" - }, - { - "examine": "Aaaarg", - "slayer_task": "93", - "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", - "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": "5636", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Aaaarg", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "35" - }, - { - "examine": "Aaaarg", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "35" - }, - { - "examine": "Aaaarg", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "35" - }, - { - "examine": "Aaaarg", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "35" - }, - { - "examine": "Aaaarg", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "35" - }, - { - "examine": "Aaaarg", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "35" - }, - { - "examine": "Aaaarg", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "35" - }, - { - "examine": "Aaaarg", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "35" - }, - { - "examine": "Aaaarg", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "35" - }, - { - "examine": "Aaaarg", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "35" - }, - { - "examine": "Aaaarg", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "35" - }, - { - "examine": "Aaaarg", - "slayer_task": "93", - "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", - "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": "5649", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Aaaarg", - "slayer_task": "93", - "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", - "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": "5651", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Aaaarg", - "slayer_task": "93", - "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", - "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": "5653", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Aaaarg", - "slayer_task": "93", - "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": "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Aaaarg", - "slayer_task": "93", - "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", - "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": "5657", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Aaaarg", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "35" - }, - { - "examine": "Aaaarg", - "slayer_task": "93", - "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", - "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": "5660", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Aaaarg", - "slayer_task": "93", - "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", - "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": "5662", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Aaaarg", - "slayer_task": "93", - "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", - "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": "5664", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Aaaarg", - "slayer_task": "93", - "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": "5665", - "aggressive": "true", - "range_level": "1", - "attack_level": "35" - }, - { - "examine": "It's trying to mash you flat! Less examine", - "melee_animation": "5895", - "range_animation": "0", - "magic_level": "52", - "respawn_delay": "60", - "defence_animation": "0", - "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", - "defence_animation": "0", - "magic_animation": "0", - "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", - "slayer_task": "15", - "melee_animation": "6079", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "2", - "slayer_exp": "93", - "magic_animation": "0", - "death_animation": "6081", - "name": "Cave bug", - "defence_level": "9", - "safespot": null, - "lifepoints": "93", - "strength_level": "1", - "id": "5750", - "range_level": "9", - "attack_level": "1" - }, - { - "examine": "A strange mole-like being.", - "melee_animation": "6012", - "respawn_delay": "60", - "defence_animation": "6013", - "slayer_exp": "52", - "death_animation": "6014", - "name": "Molanisk", - "defence_level": "1", - "safespot": null, - "lifepoints": "52", - "strength_level": "1", - "id": "5751", - "clue_level": "1", - "range_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": "5752", - "aggressive": "true", - "range_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", - "aggressive": "true", - "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": "5754", - "range_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", - "aggressive": "true", - "range_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", - "aggressive": "true", - "range_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", - "aggressive": "true", - "range_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", - "aggressive": "true", - "range_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", - "aggressive": "true", - "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": "5760", - "range_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", - "aggressive": "true", - "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": "5762", - "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": "5763", - "range_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", - "aggressive": "true", - "range_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", - "aggressive": "true", - "range_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", - "aggressive": "true", - "range_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", - "aggressive": "true", - "range_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", - "aggressive": "true", - "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": "5769", - "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, - "lifepoints": "10", - "strength_level": "1", - "id": "5776", - "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, - "lifepoints": "10", - "strength_level": "1", - "id": "5777", - "range_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": "5783", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Taking a terribly important box from one place to another.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "703,705,704", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Crate goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5784", - "range_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": "5785", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Good at shorthand.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "469,472,471", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Goblin scribe", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5786", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He keeps order in the city.", - "slayer_task": "38", - "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", - "clue_level": "1", - "range_level": "1", - "attack_level": "42" - }, - { - "examine": "He keeps order in the city.", - "slayer_task": "38", - "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", - "clue_level": "1", - "range_level": "1", - "attack_level": "42" - }, - { - "examine": "A goblin baby.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Young 'un", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5803", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A goblin baby.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Nipper", - "defence_level": "1", - "safespot": null, - "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", - "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": "5808", - "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": "5809", - "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": "5810", - "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": "5811", - "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": "5812", - "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": "5813", - "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": "5814", - "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": "5815", - "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": "5816", - "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": "5817", - "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": "5818", - "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": "5819", - "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": "5820", - "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": "5821", - "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": "5822", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Don't spit", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "469,472,471", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Spit goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5823", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A bug-eyed little goblin fish. How cute.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "469,472,471", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Goblin fish", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5824", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Annoying little flappy things.", - "melee_animation": "0", - "range_animation": "0", - "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", - "attack_level": "1", - "defence_animation": "6091" - }, - { - "name": "Rat Burgiss", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "703,705,704", - "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, - "lifepoints": "32", - "strength_level": "23", - "id": "5842", - "range_level": "1", - "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", - "range_level": "1", - "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", - "range_level": "1", - "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", - "range_level": "1", - "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", - "range_level": "1", - "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", - "range_level": "1", - "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", - "range_level": "1", - "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", - "range_level": "1", - "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", - "range_level": "1", - "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", - "range_level": "1", - "attack_level": "23" - }, - { - "examine": "Weird eyeball thing. Reminds Thok of breakfast.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "629,631,630", - "magic_level": "60", - "defence_animation": "0", - "weakness": "10", - "magic_animation": "0", - "name": "Monkey", - "defence_level": "40", - "safespot": null, - "lifepoints": "85", - "strength_level": "60", - "id": "5852", - "aggressive": "true", - "range_level": "60", - "attack_level": "60" - }, - { - "examine": "For sitting on.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "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", - "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", - "id": "5859", - "aggressive": "true", - "clue_level": "0", - "range_level": "20", - "attack_level": "15" - }, - { - "examine": "He bristles with arcane power.", - "combat_style": "2", - "melee_animation": "429", - "range_animation": "0", - "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", - "id": "5860", - "aggressive": "true", - "clue_level": "0", - "range_level": "1", - "attack_level": "15" - }, - { - "examine": "No match for Thok. Silly demon.", - "magic_level": "85", - "defence_animation": "0", - "weakness": "10", - "magic_animation": "0", - "name": "Zanik", - "defence_level": "85", - "safespot": null, - "lifepoints": "71", - "strength_level": "85", - "id": "5861", - "aggressive": "true", - "range_level": "85", - "attack_level": "85" - }, - { - "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": "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", - "slayer_task": "38", - "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", - "slayer_task": "38", - "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.", - "slayer_task": "38", - "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", - "name": "Dwarf", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5883", - "range_level": "1", - "attack_level": "1" - }, - { - "slayer_exp": "16", - "name": "Dwarf", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5884", - "range_level": "1", - "attack_level": "1" - }, - { - "slayer_exp": "16", - "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", - "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", - "id": "5902", - "aggressive": "true", - "range_level": "70", - "attack_level": "70" - }, - { - "examine": "Can you endure long enough?", - "melee_animation": "6345", - "range_animation": "0", - "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", - "id": "5903", - "aggressive": "true", - "range_level": "67", - "attack_level": "67" - }, - { - "examine": "Can you bring yourself to hurt another?", - "melee_animation": "6329", - "range_animation": "0", - "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", - "id": "5904", - "aggressive": "true", - "range_level": "65", - "attack_level": "65" - }, - { - "examine": "What if you don't know how to win?", - "melee_animation": "6342", - "range_animation": "0", - "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", - "id": "5905", - "aggressive": "true", - "range_level": "63", - "attack_level": "63" - }, - { - "examine": "You can't escape your inadequacy!", - "melee_animation": "6310", - "range_animation": "0", - "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", - "id": "5906", - "aggressive": "true", - "range_level": "1", - "attack_level": "55" - }, - { - "examine": "Dead stone defending a dead throne room.", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "name": "Dying tree", - "defence_level": "50", - "safespot": null, - "lifepoints": "142", - "strength_level": "50", - "id": "5908", - "aggressive": "true", - "range_level": "1", - "attack_level": "50" - }, - { - "examine": "Don't let her arm-wrestle you for money.", - "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", - "strength_level": "20", - "id": "5909", - "clue_level": "0", - "range_level": "1", - "attack_level": "20" - }, - { - "examine": "A greasy", - "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": "5910", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He's suspiciously talented with a meat-cleaver.", - "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": "5911", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "This grizzled soldier is here to distribute Rated Clan Wars badges.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Iffie", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5914", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Does what too many people aren't interested in doing.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Cleaner", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5916", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A mangy mutt.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Stray dog", - "defence_level": "1", - "safespot": null, - "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": "511,513,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", - "clue_level": "1", - "range_level": "1", - "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": "511,513,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", - "clue_level": "1", - "range_level": "1", - "attack_level": "18" - }, - { - "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", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Trains the guards of the future.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Captain", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5922", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "One of RuneScape'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": "5923", - "clue_level": "0", - "range_level": "1", - "attack_level": "3" - }, - { - "examine": "One of RuneScape'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", - "range_level": "1", - "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", - "range_level": "1", - "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", - "range_level": "1", - "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", - "range_level": "1", - "attack_level": "9" - }, - { - "examine": "Jacques Netis - a slightly pompous art expert.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Art Critic Jacques", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5930", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Seth Minas - an aged expert in RuneScape history.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Historian Minas", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5931", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A lady with lots of information about the Museum.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Information clerk", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5938", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A teacher and one of his pupils.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "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.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Teacher and pupil", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5947", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Looks hard at work.", - "melee_animation": "0", - "range_animation": "0", - "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?", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Workman", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5954", - "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": "5956", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Wheelbarrow loader.", - "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": "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", - "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": "5960", - "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": "5961", - "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": "5962", - "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 foreman", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5963", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An aged expert in natural history.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Natural historian", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5966", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Bloodsuckers!", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Leech display", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5971", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Slugs of the sea variety.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Sea slugs display", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5972", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A house on its back.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Snail display", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5973", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A cheeky little monkey.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "629,631,630", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Monkey display", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5974", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A scaly little fellow.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Lizard display", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5975", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Nice suit.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Penguin display", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5976", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He's got the hump.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Camel display", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5977", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Terrifying!", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Terrorbird display", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "5978", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Looks like a fire-breather.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "408,410,409", - "defence_animation": "0", - "magic_animation": "0", - "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", - "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", - "id": "5993", - "range_level": "46", - "attack_level": "46" - }, - { - "examine": "A huge mouse. It looks hungry...", - "melee_animation": "6519", - "range_animation": "0", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "6521", - "name": "Mouse", - "defence_level": "44", - "safespot": null, - "lifepoints": "62", - "strength_level": "44", - "id": "5994", - "aggressive": "true", - "range_level": "1", - "attack_level": "44" - }, - { - "melee_animation": "6501", - "respawn_delay": "60", - "defence_animation": "6503", - "death_animation": "6502", - "name": "Glod", - "defence_level": "1", - "safespot": null, - "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", - "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": "6001", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "I wish the moon wasn't out!", - "slayer_task": "91", - "melee_animation": "6536", - "range_animation": "6536", - "attack_speed": "5", - "respawn_delay": "20", - "defence_animation": "6538", - "weakness": "7", - "magic_animation": "6536", - "death_animation": "6537", - "name": "Werewolf", - "defence_level": "76", - "safespot": null, - "lifepoints": "87", - "strength_level": "76", - "id": "6006", - "aggressive": "true", - "bonuses": "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20", - "clue_level": "1", - "range_level": "1", - "attack_level": "76" - }, - { - "examine": "I wish the moon wasn't out!", - "slayer_task": "91", - "melee_animation": "6536", - "range_animation": "6536", - "attack_speed": "5", - "respawn_delay": "20", - "defence_animation": "6538", - "weakness": "7", - "magic_animation": "6536", - "death_animation": "6537", - "name": "Werewolf", - "defence_level": "76", - "safespot": null, - "lifepoints": "87", - "strength_level": "76", - "id": "6007", - "aggressive": "true", - "bonuses": "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20", - "clue_level": "1", - "range_level": "1", - "attack_level": "76" - }, - { - "examine": "I wish the moon wasn't out!", - "slayer_task": "91", - "melee_animation": "6536", - "range_animation": "6536", - "attack_speed": "5", - "respawn_delay": "20", - "defence_animation": "6538", - "weakness": "7", - "magic_animation": "6536", - "death_animation": "6537", - "name": "Werewolf", - "defence_level": "76", - "safespot": null, - "lifepoints": "87", - "strength_level": "76", - "id": "6008", - "aggressive": "true", - "bonuses": "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20", - "clue_level": "1", - "range_level": "1", - "attack_level": "76" - }, - { - "examine": "I wish the moon wasn't out!", - "slayer_task": "91", - "melee_animation": "6536", - "range_animation": "6536", - "attack_speed": "5", - "respawn_delay": "20", - "defence_animation": "6538", - "weakness": "7", - "magic_animation": "6536", - "death_animation": "6537", - "name": "Werewolf", - "defence_level": "76", - "safespot": null, - "lifepoints": "87", - "strength_level": "76", - "id": "6009", - "aggressive": "true", - "bonuses": "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20", - "clue_level": "1", - "range_level": "1", - "attack_level": "76" - }, - { - "examine": "I wish the moon wasn't out!", - "melee_animation": "6536", - "range_animation": "6536", - "attack_speed": "5", - "respawn_delay": "20", - "defence_animation": "6538", - "magic_animation": "6536", - "death_animation": "6537", - "name": "Werewolf", - "defence_level": "76", - "safespot": null, - "lifepoints": "87", - "strength_level": "76", - "id": "6010", - "aggressive": "true", - "bonuses": "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20", - "clue_level": "1", - "range_level": "1", - "attack_level": "76" - }, - { - "examine": "I wish the moon wasn't out!", - "slayer_task": "91", - "melee_animation": "6536", - "range_animation": "6536", - "attack_speed": "5", - "respawn_delay": "20", - "defence_animation": "6538", - "weakness": "7", - "magic_animation": "6536", - "death_animation": "6537", - "name": "Werewolf", - "defence_level": "76", - "safespot": null, - "lifepoints": "87", - "strength_level": "76", - "id": "6011", - "aggressive": "true", - "bonuses": "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20", - "clue_level": "1", - "range_level": "1", - "attack_level": "76" - }, - { - "examine": "I wish the moon wasn't out!", - "slayer_task": "91", - "melee_animation": "6536", - "range_animation": "6536", - "attack_speed": "5", - "respawn_delay": "20", - "defence_animation": "6538", - "weakness": "7", - "magic_animation": "6536", - "death_animation": "6537", - "name": "Werewolf", - "defence_level": "76", - "safespot": null, - "lifepoints": "87", - "strength_level": "76", - "id": "6012", - "aggressive": "true", - "bonuses": "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20", - "clue_level": "1", - "range_level": "1", - "attack_level": "76" - }, - { - "examine": "I wish the moon wasn't out!", - "slayer_task": "91", - "melee_animation": "6536", - "range_animation": "6536", - "attack_speed": "5", - "respawn_delay": "20", - "defence_animation": "6538", - "weakness": "7", - "magic_animation": "6536", - "death_animation": "6537", - "name": "Werewolf", - "defence_level": "76", - "safespot": null, - "lifepoints": "87", - "strength_level": "76", - "id": "6013", - "aggressive": "true", - "bonuses": "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20", - "clue_level": "1", - "range_level": "1", - "attack_level": "76" - }, - { - "examine": "I wish the moon wasn't out!", - "slayer_task": "91", - "melee_animation": "6536", - "range_animation": "6536", - "attack_speed": "5", - "respawn_delay": "20", - "defence_animation": "6538", - "weakness": "7", - "magic_animation": "6536", - "death_animation": "6537", - "name": "Werewolf", - "defence_level": "76", - "safespot": null, - "lifepoints": "87", - "strength_level": "76", - "id": "6014", - "aggressive": "true", - "bonuses": "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20", - "clue_level": "1", - "range_level": "1", - "attack_level": "76" - }, - { - "examine": "Eek! A werewolf!", - "slayer_task": "91", - "melee_animation": "6536", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "6537", - "name": "Werewolf", - "defence_level": "45", - "safespot": null, - "lifepoints": "64", - "strength_level": "45", - "id": "6015", - "aggressive": "true", - "clue_level": "1", - "range_level": "1", - "attack_level": "45" - }, - { - "examine": "Eek! A werewolf!", - "slayer_task": "91", - "melee_animation": "6536", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "6537", - "name": "Werewolf", - "defence_level": "45", - "safespot": null, - "lifepoints": "64", - "strength_level": "45", - "id": "6016", - "aggressive": "true", - "clue_level": "1", - "range_level": "1", - "attack_level": "45" - }, - { - "examine": "Eek! A werewolf!", - "slayer_task": "91", - "melee_animation": "6536", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "6537", - "name": "Werewolf", - "defence_level": "45", - "safespot": null, - "lifepoints": "64", - "strength_level": "45", - "id": "6017", - "aggressive": "true", - "clue_level": "1", - "range_level": "1", - "attack_level": "45" - }, - { - "examine": "Eek! A werewolf!", - "slayer_task": "91", - "melee_animation": "6536", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "6537", - "name": "Werewolf", - "defence_level": "45", - "safespot": null, - "lifepoints": "64", - "strength_level": "45", - "id": "6018", - "aggressive": "true", - "clue_level": "1", - "range_level": "1", - "attack_level": "45" - }, - { - "melee_animation": "6536", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "6538", - "death_animation": "6537", - "name": "Werewolf", - "defence_level": "1", - "safespot": null, - "lifepoints": "100", - "strength_level": "1", - "id": "6019", - "aggressive": "true", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Eek! A werewolf!", - "slayer_task": "91", - "melee_animation": "6536", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "6537", - "name": "Werewolf", - "defence_level": "45", - "safespot": null, - "lifepoints": "64", - "strength_level": "45", - "id": "6020", - "aggressive": "true", - "clue_level": "1", - "range_level": "1", - "attack_level": "45" - }, - { - "examine": "Eek! A werewolf!", - "slayer_task": "91", - "melee_animation": "6536", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "6537", - "name": "Werewolf", - "defence_level": "45", - "safespot": null, - "lifepoints": "64", - "strength_level": "45", - "id": "6021", - "aggressive": "true", - "clue_level": "1", - "range_level": "1", - "attack_level": "45" - }, - { - "melee_animation": "6536", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "6538", - "death_animation": "6537", - "name": "Werewolf", - "defence_level": "1", - "safespot": null, - "lifepoints": "100", - "strength_level": "1", - "id": "6022", - "aggressive": "true", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "melee_animation": "6536", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "6538", - "death_animation": "6537", - "name": "Werewolf", - "defence_level": "1", - "safespot": null, - "lifepoints": "100", - "strength_level": "1", - "id": "6023", - "aggressive": "true", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "melee_animation": "6536", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "6538", - "death_animation": "6537", - "name": "Werewolf", - "defence_level": "1", - "safespot": null, - "lifepoints": "100", - "strength_level": "1", - "id": "6024", - "aggressive": "true", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "melee_animation": "6536", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "6538", - "death_animation": "6537", - "name": "Werewolf", - "defence_level": "1", - "safespot": null, - "lifepoints": "100", - "strength_level": "1", - "id": "6025", - "aggressive": "true", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "death_animation": "836", - "name": "Boris", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "melee_animation": "422", - "strength_level": "1", - "id": "6026", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "death_animation": "836", - "name": "Imre", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "melee_animation": "422", - "strength_level": "1", - "id": "6027", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "death_animation": "836", - "name": "Yuri", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "melee_animation": "422", - "strength_level": "1", - "id": "6028", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "death_animation": "836", - "name": "Joseph", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "melee_animation": "422", - "strength_level": "1", - "id": "6029", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "death_animation": "836", - "name": "Nikolai", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "melee_animation": "422", - "strength_level": "1", - "id": "6030", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "death_animation": "836", - "name": "Eduard", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "melee_animation": "422", - "strength_level": "1", - "id": "6031", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "death_animation": "836", - "name": "Lev", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "melee_animation": "422", - "strength_level": "1", - "id": "6032", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "melee_animation": "422", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "425", - "death_animation": "836", - "name": "Georgy", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "strength_level": "1", - "id": "6033", - "range_level": "1", - "attack_level": "1" - }, - { - "death_animation": "836", - "name": "Svetlana", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "melee_animation": "422", - "strength_level": "1", - "id": "6034", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "death_animation": "836", - "name": "Irina", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "melee_animation": "422", - "strength_level": "1", - "id": "6035", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "death_animation": "836", - "name": "Alexis", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "melee_animation": "422", - "strength_level": "1", - "id": "6036", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "death_animation": "836", - "name": "Milla", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "melee_animation": "422", - "strength_level": "1", - "id": "6037", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "death_animation": "836", - "name": "Galina", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "melee_animation": "422", - "strength_level": "1", - "id": "6038", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "death_animation": "836", - "name": "Sofiya", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "melee_animation": "422", - "strength_level": "1", - "id": "6039", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "death_animation": "836", - "name": "Ksenia", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "melee_animation": "422", - "strength_level": "1", - "id": "6040", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "death_animation": "836", - "name": "Yadviga", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "melee_animation": "422", - "strength_level": "1", - "id": "6041", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "death_animation": "836", - "name": "Nikita", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "melee_animation": "422", - "strength_level": "1", - "id": "6042", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "death_animation": "836", - "name": "Vera", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "melee_animation": "422", - "strength_level": "1", - "id": "6043", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "death_animation": "836", - "name": "Zoja", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "melee_animation": "422", - "strength_level": "1", - "id": "6044", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "death_animation": "836", - "name": "Liliya", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "melee_animation": "422", - "strength_level": "1", - "id": "6045", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "melee_animation": "6559", - "respawn_delay": "60", - "defence_animation": "6557", - "slayer_exp": "74", - "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" - }, - { - "examine": "A vicious mountain wolf.", - "melee_animation": "6579", - "range_animation": "6579", - "combat_audio": "481,491,490", - "attack_speed": "6", - "defence_animation": "6578", - "slayer_exp": "34", - "magic_animation": "6579", - "death_animation": "6576", - "name": "Wolf", - "defence_level": "22", - "safespot": null, - "lifepoints": "69", - "strength_level": "1", - "id": "6047", - "aggressive": "true", - "range_level": "1", - "attack_level": "22" - }, - { - "examine": "Now it has no armour", - "range_animation": "0", - "combat_audio": "481,491,490", - "magic_level": "95", - "defence_animation": "0", - "weakness": "10", - "slayer_exp": "34", - "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.", - "combat_audio": "481,491,490", - "magic_level": "75", - "defence_animation": "0", - "weakness": "10", - "slayer_exp": "34", - "magic_animation": "0", - "name": "Wolf", - "defence_level": "75", - "safespot": null, - "lifepoints": "100", - "strength_level": "75", - "id": "6049", - "aggressive": "true", - "range_level": "75", - "attack_level": "75" - }, - { - "examine": "A vicious desert wolf.", - "slayer_task": "92", - "melee_animation": "6579", - "range_animation": "6579", - "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", - "id": "6050", - "range_level": "1", - "attack_level": "20" - }, - { - "examine": "A vicious desert wolf.", - "melee_animation": "6579", - "range_animation": "6579", - "attack_speed": "5", - "defence_animation": "6578", - "magic_animation": "6579", - "death_animation": "6558", - "name": "Desert Wolf", - "defence_level": "5", - "safespot": null, - "lifepoints": "55", - "strength_level": "20", - "id": "6051", - "range_level": "1", - "attack_level": "20" - }, - { - "melee_animation": "6559", - "respawn_delay": "60", - "defence_animation": "6557", - "death_animation": "6558", - "name": "Ice wolf", - "defence_level": "1", - "safespot": null, - "lifepoints": "70", - "strength_level": "1", - "id": "6052", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Dragon impling", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "408,410,409", - "strength_level": "1", - "id": "6054", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Dragon impling", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "408,410,409", - "strength_level": "1", - "id": "6064", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "She tends the wheat.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Fairy Aeryka", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6072", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He looks a little lost.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Wandering impling", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6073", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An angry little imp. Grrr.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Imp defender", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6074", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A one-eyed man eater.", - "slayer_task": "44", - "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", - "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": "A one-eyed woman eater.", - "slayer_task": "44", - "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", - "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": "A one-eyed man eater.", - "slayer_task": "44", - "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": "6080", - "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": "A one-eyed woman eater.", - "slayer_task": "44", - "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": "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.", - "slayer_task": "67", - "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.", - "slayer_task": "67", - "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.", - "slayer_task": "67", - "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" - }, - { - "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" - }, - { - "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.", - "slayer_task": "75", - "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" - }, - { - "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.", - "slayer_task": "56", - "melee_animation": "4630", - "range_animation": "4630", - "combat_audio": "400,404,403", - "attack_speed": "6", - "magic_level": "40", - "respawn_delay": "20", - "defence_animation": "65", - "weakness": "3", - "slayer_exp": "79", - "magic_animation": "4630", - "death_animation": "67", - "name": "Lesser demon", - "defence_level": "50", - "safespot": null, - "lifepoints": "79", - "strength_level": "50", - "id": "6101", - "aggressive": "true", - "bonuses": "15,15,15,15,15,15,15,15,15,3,15,15,23,15,15", - "range_level": "1", - "attack_level": "50" - }, - { - "examine": "His face is expressionless.", - "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", - "strength_level": "60", - "id": "6102", - "range_level": "1", - "attack_level": "60" - }, - { - "examine": "An opponent from the grave. He seems unimpressed by your bone rummaging.", - "slayer_task": "75", - "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", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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", - "slayer_task": "75", - "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" - }, - { - "examine": "Probably not a chicken.", - "slayer_task": "7", - "melee_animation": "6811", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "1", - "magic_animation": "0", - "death_animation": "6812", - "name": "Entrana firebird", - "defence_level": "1", - "safespot": null, - "lifepoints": "1", - "strength_level": "1", - "id": "6108", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "These gnomes know how to get around!", - "slayer_task": "7", - "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", - "strength_level": "38", - "id": "6109", - "range_level": "1", - "attack_level": "38" - }, - { - "death_animation": "6791", - "name": "Mounted terrorbird gnome", - "defence_level": "1", - "safespot": null, - "lifepoints": "55", - "melee_animation": "6790", - "strength_level": "1", - "id": "6110", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "6792" - }, - { - "death_animation": "6791", - "name": "Mounted terrorbird gnome", - "defence_level": "1", - "safespot": null, - "lifepoints": "55", - "melee_animation": "6790", - "strength_level": "1", - "id": "6111", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "6792" - }, - { - "examine": "Aww", - "slayer_task": "7", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Ducklings", - "defence_level": "1", - "water_npc": "true", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6112", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "death_animation": "750", - "name": "Duck", - "defence_level": "1", - "safespot": null, - "lifepoints": "3", - "melee_animation": "747", - "strength_level": "1", - "id": "6113", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "3268" - }, - { - "examine": "A messy bird.", - "slayer_task": "7", - "melee_animation": "3467", - "range_animation": "3467", - "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", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A messy bird.", - "melee_animation": "3467", - "range_animation": "3467", - "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", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Do not upset this teacher. You have been warned!", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Mr. Mordaut", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6117", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He helps the professor.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "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" - }, - { - "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", - "attack_speed": "6", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "836", - "name": "Black Knight", - "defence_level": "28", - "safespot": null, - "lifepoints": "40", - "strength_level": "28", - "id": "6189", - "aggressive": "true", - "range_level": "1", - "attack_level": "28" - }, - { - "examine": "Primping with combs and hair clips.", - "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": "6190", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "The name isn't just for show.", - "range_animation": "0", - "magic_level": "55", - "defence_animation": "0", - "weakness": "10", - "magic_animation": "0", - "name": "Sinclair", - "defence_level": "55", - "safespot": null, - "lifepoints": "85", - "strength_level": "55", - "id": "6198", - "aggressive": "true", - "range_level": "55", - "attack_level": "55" - }, - { - "examine": "He can look after my money.", - "name": "Banker", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6200", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Knight", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "511,513,512", - "strength_level": "1", - "id": "6201", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A servant of the god Zamorak. ", - "slayer_task": "40", - "melee_animation": "6945", - "attack_speed": "6", - "poisonous": "true", - "respawn_delay": "120", - "weakness": "9", - "slayer_exp": "350", - "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", - "clue_level": "2", - "range_level": "1", - "attack_level": "340" - }, - { - "agg_radius": "64", - "examine": "Destroyer of 1000 planes!", - "slayer_task": "40", - "melee_animation": "6945", - "range_animation": "6945", - "attack_speed": "5", - "magic_level": "50", - "respawn_delay": "50", - "defence_animation": "6944", - "weakness": "9", - "slayer_exp": "142", - "magic_animation": "6945", - "death_animation": "6946", - "name": "Tstanon Karlak", - "defence_level": "125", - "safespot": null, - "lifepoints": "142", - "strength_level": "118", - "id": "6204", - "aggressive": "true", - "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.", - "slayer_task": "56", - "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,0", - "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.", - "slayer_task": "43", - "melee_animation": "6579", - "range_animation": "6579", - "combat_audio": "3717,3719,3718", - "respawn_delay": "25", - "defence_animation": "6578", - "weakness": "7", - "slayer_exp": "116", - "magic_animation": "6579", - "death_animation": "6576", - "name": "Hellhound", - "defence_level": "66", - "safespot": null, - "lifepoints": "116", - "strength_level": "66", - "id": "6210", - "aggressive": "true", - "bonuses": "50,70,30,30,60,30,60,60,50,60,0,0,0,0,0", - "clue_level": "2", - "range_level": "1", - "attack_level": "66" - }, - { - "examine": "Have you checked your pockets lately?", - "melee_animation": "169", - "range_animation": "169", - "combat_audio": "534,536,535", - "defence_animation": "170", - "weakness": "7", - "magic_animation": "169", - "death_animation": "172", - "name": "Imp", - "defence_level": "4", - "safespot": null, - "lifepoints": "10", - "strength_level": "4", - "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.", - "slayer_task": "91", - "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", - "aggressive": "true", - "bonuses": "50,40,45,60,70,70,70,40,40,50,0,0,0,0,0", - "clue_level": "1", - "range_level": "1", - "attack_level": "64" - }, - { - "examine": "He doesn't look pleased to see me.", - "slayer_task": "91", - "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", - "aggressive": "true", - "bonuses": "50,40,45,60,70,70,70,40,40,50,0,0,0,0,0", - "clue_level": "1", - "range_level": "1", - "attack_level": "64" - }, - { - "examine": "It looks really hungry!", - "melee_animation": "810", - "range_animation": "810", - "respawn_delay": "25", - "defence_animation": "404", - "magic_animation": "810", - "death_animation": "9055", - "name": "Vampire", - "defence_level": "44", - "safespot": null, - "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" - }, - { - "examine": "The tongue of evil.", - "melee_animation": "9130", - "range_animation": "1552", - "attack_speed": "4", - "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": "6215", - "aggressive": "true", - "clue_level": "2", - "range_level": "1", - "attack_level": "75" - }, - { - "examine": "A small fire demon.", - "slayer_task": "66", - "melee_animation": "1582", - "range_animation": "1582", - "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", - "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" - }, - { - "examine": "A small ice demon.", - "melee_animation": "8080", - "range_animation": "8080", - "respawn_delay": "25", - "defence_animation": "8079", - "magic_animation": "8080", - "death_animation": "8078", - "name": "Icefiend", - "defence_level": "5", - "safespot": null, - "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" - }, - { - "examine": "Those horns look pretty sharp...", - "slayer_task": "39", - "melee_animation": "4300", - "range_animation": "4300", - "respawn_delay": "25", - "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", - "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" - }, - { - "examine": "Warrior of Zamorak.", - "slayer_task": "79", - "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", - "range_level": "1", - "attack_level": "66" - }, - { - "examine": "A ranger spirit dedicated to Zamorak.", - "slayer_task": "78", - "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", - "bonuses": "50,70,50,50,50,70,50,85,85,0,0,0,0,0,0", - "clue_level": "2", - "range_level": "70", - "projectile": "9", - "attack_level": "1" - }, - { - "examine": "A deadly servant of Zamorak.", - "slayer_task": "77", - "combat_style": "2", - "melee_animation": "811", - "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", - "clue_level": "2", - "range_level": "1", - "projectile": "78", - "attack_level": "1" - }, - { - "agg_radius": "64", - "examine": "Graceful avatar of Armadyl.", - "melee_animation": "6977", - "range_animation": "6977", - "attack_speed": "3", - "magic_level": "200", - "respawn_delay": "120", - "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", - "range_level": "380", - "attack_level": "300" - }, - { - "examine": "Graceful, bird-like creature.", - "combat_style": "2", - "melee_animation": "6952", - "attack_speed": "5", - "respawn_delay": "50", - "weakness": "3", - "slayer_exp": "124", - "magic_animation": "6952", - "death_animation": "6956", - "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", - "agg_radius": "64", - "range_animation": "6952", - "magic_level": "150", - "defence_animation": "6955", - "name": "Wingman Skree", - "defence_level": "160", - "poison_immune": "true", - "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": "true", - "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", - "attack_speed": "5", - "magic_level": "50", - "respawn_delay": "50", - "defence_animation": "6955", - "weakness": "6", - "slayer_exp": "133", - "magic_animation": "6954", - "death_animation": "6956", - "name": "Flight Kilisa", - "defence_level": "175", - "safespot": null, - "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" - }, - { - "examine": "A servant of Armadyl.", - "slayer_task": "79", - "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", - "bonuses": "40,40,50,50,20,50,50,0,0,0,0,0,0,0,0", - "clue_level": "2", - "range_level": "68", - "attack_level": "70" - }, - { - "examine": "Armadyl's favourite servant.", - "slayer_task": "78", - "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", - "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0", - "clue_level": "2", - "range_level": "70", - "projectile": "1190", - "attack_level": "1", - "prj_height": "92" - }, - { - "examine": "A mage who serves Armadyl above all else - even death.", - "slayer_task": "77", - "combat_style": "2", - "melee_animation": "6952", - "attack_speed": "5", - "respawn_delay": "25", - "weakness": "4", - "magic_animation": "6952", - "death_animation": "6956", - "lifepoints": "75", - "id": "6231", - "aggressive": "true", - "bonuses": "0,0,0,0,0,9,12,5,45,28,0,0,0,0,0", - "prj_height": "92", - "range_animation": "6952", - "magic_level": "150", - "defence_animation": "6955", - "name": "Spiritual mage", - "defence_level": "111", - "safespot": null, - "strength_level": "1", - "clue_level": "2", - "range_level": "1", - "projectile": "1199", - "attack_level": "1" - }, - { - "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": "40", - "safespot": null, - "lifepoints": "70", - "strength_level": "1", - "id": "6232", - "aggressive": "true", - "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", - "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", - "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", - "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", - "aggressive": "true", - "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0", - "clue_level": "2", - "range_level": "50", - "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", - "aggressive": "true", - "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0", - "clue_level": "2", - "range_level": "50", - "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": "95", - "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", - "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", - "aggressive": "true", - "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0", - "clue_level": "2", - "range_level": "55", - "projectile": "1191", - "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": "65", - "safespot": null, - "lifepoints": "124", - "strength_level": "1", - "id": "6238", - "aggressive": "true", - "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", - "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", - "strength_level": "1", - "id": "6239", - "aggressive": "true", - "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", - "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", - "strength_level": "1", - "id": "6240", - "aggressive": "true", - "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", - "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", - "strength_level": "1", - "id": "6241", - "aggressive": "true", - "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", - "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", - "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", - "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": "69", - "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", - "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": "75", - "strength_level": "1", - "id": "6244", - "aggressive": "true", - "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", - "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": "6245", - "aggressive": "true", - "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", - "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", - "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": "120", - "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", - "range_level": "250", - "attack_level": "280" - }, - { - "agg_radius": "64", - "examine": "The bane of darkness.", - "melee_animation": "6376", - "range_animation": "6376", - "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", - "poison_immune": "true", - "safespot": null, - "lifepoints": "160", - "strength_level": "125", - "id": "6248", - "aggressive": "true", - "bonuses": "60,60,60,0,0,12,14,13,5,13,0,10,0,0,0", - "range_level": "1", - "attack_level": "120" - }, - { - "name": "", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "511,513,512", - "strength_level": "1", - "id": "6249", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Defender of the faithful.", - "start_gfx": "1184", - "combat_style": "2", - "melee_animation": "7019", - "attack_speed": "5", - "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", - "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": "true", - "magic_level": "60", - "respawn_delay": "25", - "end_gfx": "76", - "defence_animation": "404", - "weakness": "3", - "magic_animation": "811", - "death_animation": "9055", - "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.", - "slayer_task": "79", - "melee_animation": "390", - "range_animation": "390", - "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", - "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" - }, - { - "examine": "A ranger spirit dedicated to Saradomin.", - "slayer_task": "78", - "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", - "bonuses": "50,70,50,50,50,70,50,65,65,0,0,0,0,0,0", - "clue_level": "2", - "range_level": "70", - "projectile": "9", - "attack_level": "1" - }, - { - "examine": "Saradomin's holy mage.", - "slayer_task": "77", - "combat_style": "2", - "melee_animation": "811", - "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", - "clue_level": "2", - "range_level": "1", - "projectile": "76", - "attack_level": "1" - }, - { - "examine": "A valiant knight.", - "melee_animation": "407", - "range_animation": "407", - "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", - "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" - }, - { - "examine": "A valiant knight.", - "melee_animation": "401", - "range_animation": "401", - "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", - "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" - }, - { - "agg_radius": "64", - "examine": "A huge war chief.", - "melee_animation": "7060", - "range_animation": "7060", - "attack_speed": "6", - "magic_level": "280", - "respawn_delay": "120", - "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", - "range_level": "350", - "attack_level": "280" - }, - { - "agg_radius": "64", - "examine": "A battle-honed goblin. ", - "slayer_task": "38", - "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", - "defence_level": "126", - "safespot": null, - "lifepoints": "128", - "strength_level": "118", - "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", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A battle-honed goblin. ", - "slayer_task": "38", - "start_gfx": "1202", - "combat_style": "2", - "melee_animation": "6154", - "attack_speed": "5", - "respawn_delay": "50", - "weakness": "3", - "magic_animation": "6154", - "death_animation": "6156", - "lifepoints": "127", - "id": "6263", - "aggressive": "true", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,6,0,0,0", - "agg_radius": "64", - "range_animation": "6154", - "magic_level": "150", - "defence_animation": "6155", - "name": "Sergeant Steelwill", - "defence_level": "150", - "safespot": null, - "strength_level": "50", - "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. ", - "slayer_task": "38", - "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,0", - "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", - "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, - "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" - }, - { - "examine": "Green and aggressive.", - "melee_animation": "2936", - "range_animation": "2936", - "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", - "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.", - "slayer_task": "44", - "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", - "aggressive": "true", - "bonuses": "22,22,22,0,0,0,0,0,0,0,0,0,0,0,0", - "clue_level": "2", - "range_level": "1", - "attack_level": "60" - }, - { - "examine": "A one-eyed man-eater.", - "slayer_task": "44", - "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", - "aggressive": "true", - "bonuses": "22,22,22,0,0,0,0,0,0,0,0,0,0,0,0", - "clue_level": "2", - "range_level": "1", - "attack_level": "60" - }, - { - "examine": "Ugly, fierce and with a bad attitude.", - "melee_animation": "4320", - "range_animation": "4320", - "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", - "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", - "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": "6273", - "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": "6274", - "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": "An ugly, smelly creature.", - "slayer_task": "45", - "melee_animation": "164", - "range_animation": "164", - "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", - "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" - }, - { - "examine": "The spirit of a ranger, serving bandos beyond death.", - "slayer_task": "78", - "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", - "bonuses": "30,50,30,30,50,60,50,40,40,0,0,0,0,0,0", - "clue_level": "2", - "range_level": "70", - "projectile": "1195", - "attack_level": "1" - }, - { - "examine": "A true servant of Bandos.", - "slayer_task": "79", - "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", - "bonuses": "50,40,45,60,60,60,60,20,50,60,0,0,0,0,0", - "clue_level": "2", - "range_level": "1", - "attack_level": "70" - }, - { - "examine": "One of Bandos' chosen.", - "slayer_task": "77", - "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", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An ancient goblin.", - "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": "20", - "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", - "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", - "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": "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", - "aggressive": "true", - "bonuses": "5,10,10,10,10,10,5,10,5,0,0,0,0,0,0", - "clue_level": "0", - "range_level": "1", - "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": "18", - "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", - "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", - "slayer_exp": "16", - "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.", - "slayer_task": "88", - "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", - "aggressive": "true", - "range_level": "59", - "projectile": "1468", - "attack_level": "59" - }, - { - "examine": "You don't think you can harm this terrorbird.", - "slayer_task": "88", - "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", - "aggressive": "true", - "range_level": "59", - "projectile": "1468", - "attack_level": "59" - }, - { - "examine": "You don't think you can harm this terrorbird.", - "slayer_task": "88", - "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", - "aggressive": "true", - "range_level": "59", - "projectile": "1468", - "attack_level": "59" - }, - { - "examine": "You don't think you can harm this terrorbird.", - "slayer_task": "88", - "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", - "aggressive": "true", - "range_level": "59", - "projectile": "1468", - "attack_level": "59" - }, - { - "examine": "You don't think you can harm this terrorbird.", - "slayer_task": "88", - "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", - "aggressive": "true", - "range_level": "59", - "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", - "aggressive": "true", - "range_level": "1", - "projectile": "1468", - "attack_level": "1" - }, - { - "examine": "You don't think you can harm this terrorbird.", - "slayer_task": "88", - "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", - "aggressive": "true", - "range_level": "59", - "projectile": "1468", - "attack_level": "59" - }, - { - "examine": "You don't think you can harm this terrorbird.", - "slayer_task": "88", - "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", - "aggressive": "true", - "range_level": "59", - "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", - "aggressive": "true", - "range_level": "1", - "projectile": "1468", - "attack_level": "1" - }, - { - "examine": "You don't think you can harm this terrorbird.", - "slayer_task": "88", - "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", - "aggressive": "true", - "range_level": "59", - "projectile": "1468", - "attack_level": "59" - }, - { - "examine": "You don't think you can harm this terrorbird.", - "slayer_task": "88", - "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", - "aggressive": "true", - "range_level": "59", - "projectile": "1468", - "attack_level": "59" - }, - { - "examine": "You don't think you can harm this creature.", - "slayer_task": "89", - "melee_animation": "7093", - "range_animation": "0", - "attack_speed": "5", - "magic_level": "52", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "4", - "magic_animation": "0", - "death_animation": "7091", - "name": "Warped tortoise", - "defence_level": "52", - "safespot": null, - "lifepoints": "148", - "strength_level": "39", - "id": "6296", - "range_level": "1", - "attack_level": "39" - }, - { - "melee_animation": "7093", - "attack_speed": "5", - "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.", - "slayer_task": "73", - "melee_animation": "0", - "range_animation": "0", - "magic_level": "2", - "defence_animation": "0", - "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", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "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" - }, - { - "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" - }, - { - "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" - }, - { - "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" - }, - { - "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" - }, - { - "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", - "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", - "id": "6369", - "aggressive": "true", - "range_level": "47", - "attack_level": "1" - }, - { - "examine": "A representative of the Z.M.I.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Mage of Zamorak", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6370", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A Z.M.I. runecrafter.", - "melee_animation": "422", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "836", - "name": "Zamorak crafter", - "defence_level": "19", - "safespot": null, - "lifepoints": "27", - "strength_level": "19", - "id": "6371", - "range_level": "1", - "attack_level": "19" - }, - { - "death_animation": "836", - "name": "Zamorak crafter", - "defence_level": "1", - "safespot": null, - "lifepoints": "25", - "melee_animation": "422", - "strength_level": "1", - "id": "6372", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "slayer_exp": "49", - "name": "Guard dog", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6374", - "range_level": "1", - "attack_level": "1" - }, - { - "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" - }, - { - "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.", - "slayer_task": "7", - "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", - "slayer_task": "7", - "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" - }, - { - "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", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Karamjan Jungle eagle", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6385", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Flies like a rock.", - "melee_animation": "9454", - "range_animation": "1516", - "attack_speed": "4", - "magic_level": "1", - "defence_animation": "9455", - "slayer_exp": "105", - "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" - }, - { - "examine": "I wish I could tell where he was looking.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Grim Reaper", - "defence_level": "1", - "safespot": null, - "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", - "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": "6403", - "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": "6404", - "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": "6405", - "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": "6406", - "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": "6407", - "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": "6408", - "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": "6409", - "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": "6410", - "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": "6411", - "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": "6412", - "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": "6413", - "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": "6414", - "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": "6415", - "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": "6416", - "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": "6417", - "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": "6418", - "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": "6419", - "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": "6420", - "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": "6421", - "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": "6422", - "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": "6423", - "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": "6424", - "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": "6425", - "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": "6426", - "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": "6427", - "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": "6428", - "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": "6429", - "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": "6430", - "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": "6431", - "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": "6432", - "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": "6433", - "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": "6434", - "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": "6435", - "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": "6436", - "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": "6437", - "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": "6438", - "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": "6439", - "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": "6440", - "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": "6441", - "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": "6442", - "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": "6443", - "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": "6444", - "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": "6445", - "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": "6446", - "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": "6447", - "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": "6448", - "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": "6449", - "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": "6450", - "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": "6451", - "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": "6452", - "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": "6453", - "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": "6454", - "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": "6455", - "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": "6456", - "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": "6457", - "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": "6458", - "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": "6459", - "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": "6460", - "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": "6461", - "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": "6462", - "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": "6463", - "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": "6464", - "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": "6465", - "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": "6466", - "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": "6467", - "clue_level": "0", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A goblin high priest", - "slayer_task": "75", - "melee_animation": "7317", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "6182", - "name": "Snothead", - "defence_level": "14", - "safespot": null, - "lifepoints": "20", - "strength_level": "14", - "id": "6469", - "aggressive": "true", - "range_level": "1", - "attack_level": "14" - }, - { - "examine": "A goblin high priest", - "slayer_task": "75", - "melee_animation": "7317", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "2", - "magic_animation": "0", - "death_animation": "6182", - "name": "Snailfeet", - "defence_level": "18", - "safespot": null, - "lifepoints": "25", - "strength_level": "13", - "id": "6470", - "aggressive": "true", - "range_level": "18", - "attack_level": "13" - }, - { - "examine": "A goblin high priest", - "slayer_task": "75", - "melee_animation": "7317", - "range_animation": "0", - "magic_level": "22", - "defence_animation": "0", - "weakness": "5", - "magic_animation": "0", - "death_animation": "6182", - "name": "Mosschin", - "defence_level": "22", - "safespot": null, - "lifepoints": "31", - "strength_level": "16", - "id": "6471", - "aggressive": "true", - "range_level": "1", - "attack_level": "16" - }, - { - "examine": "A goblin high priest", - "slayer_task": "75", - "melee_animation": "7317", - "range_animation": "0", - "magic_level": "26", - "defence_animation": "0", - "weakness": "5", - "magic_animation": "0", - "death_animation": "6182", - "name": "Redeyes", - "defence_level": "26", - "safespot": null, - "lifepoints": "37", - "strength_level": "19", - "id": "6472", - "aggressive": "true", - "range_level": "1", - "attack_level": "19" - }, - { - "examine": "A goblin high priest", - "slayer_task": "75", - "melee_animation": "7317", - "range_animation": "0", - "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", - "id": "6473", - "aggressive": "true", - "range_level": "1", - "attack_level": "19" - }, - { - "examine": "Priest of the Ekeleshuun tribe.", - "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": "6482", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He is expounding the word of the Big High War God.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Preacher", - "defence_level": "1", - "safespot": null, - "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", - "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": "6491", - "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": "6492", - "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": "6493", - "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": "6494", - "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": "6495", - "clue_level": "0", - "range_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", - "range_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", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A guard wearing blue 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", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6498", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A guard wearing orange 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", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6499", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A guard wearing black 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", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6500", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A guard wearing white 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", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6501", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A guard wearing purple 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", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6502", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6503", - "clue_level": "1", - "range_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": "6504", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A very noble spider and attendant to the Queen.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Registrar 2", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6507", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "The highest ranking of the Spider Queen's servants.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Registrar 3", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6508", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "The head of the Spider Queen's army.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Registrar 4", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6509", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Trying hard to hide his identity.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Jury", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6510", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Sir Amik's loyal squire.", - "melee_animation": "0", - "range_animation": "0", - "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.", - "magic_animation": "0", - "name": "Spectator", - "defence_level": "1", - "safespot": null, - "lifepoints": "1", - "range_animation": "0", - "strength_level": "1", - "id": "6514", - "range_level": "1", - "attack_level": "1", - "defence_animation": "0" - }, - { - "examine": "A monkey on a mission.", - "melee_animation": "0", - "range_animation": "0", - "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.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Spectator", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6518", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Gives an introduction to the Grand Exchange.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Grand Exchange Tutor", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6521", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "The son of Ali M!", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Farid Morrisane (ores)", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6523", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He's probably seen better days.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Bob Barter (herbs)", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6524", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "You can never miss a pirate in disguise.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Murky Matt (runes)", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6525", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A tribal man", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Relobo Blinyo (logs)", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6526", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He's travelled a long way.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Hofuthand (armour and weapons)", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6527", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Chief architect of the Spider Realm.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Registrar 5", - "defence_level": "1", - "safespot": null, - "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", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "511,513,512", - "strength_level": "1", - "id": "6544", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Tapping his feet and looking very bored.", - "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": "6558", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A huge war chief. ", - "melee_animation": "422", - "range_animation": "422", - "attack_speed": "5", - "respawn_delay": "20", - "defence_animation": "7061", - "magic_animation": "422", - "death_animation": "7062", - "name": "null", - "defence_level": "250", - "safespot": null, - "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", - "range_level": "10", - "attack_level": "1" - }, - { - "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": "14", - "strength_level": "12", - "id": "6605", - "clue_level": "1", - "range_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": "1", - "safespot": null, - "lifepoints": "40", - "strength_level": "27", - "id": "6606", - "clue_level": "1", - "range_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": "70", - "strength_level": "38", - "id": "6607", - "clue_level": "2", - "range_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": "55", - "strength_level": "32", - "id": "6608", - "clue_level": "1", - "range_level": "1", - "attack_level": "32" - }, - { - "name": "Revenant werewolf", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6609", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "slayer_exp": "0", - "examine": "It's an NPC.", - "name": "Revenant ork", - "defence_level": "1", - "safespot": null, - "lifepoints": "105", - "combat_audio": "0,0,0", - "strength_level": "1", - "id": "6610", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "spawn_animation": "7440", - "examine": "A ghost of a knight slain during the God wars.", - "melee_animation": "7441", - "range_animation": "7522", - "magic_level": "80", - "defence_animation": "7443", - "slayer_exp": "143", - "magic_animation": "7508", - "death_animation": "7442", - "name": "Revenant knight", - "defence_level": "80", - "safespot": null, - "lifepoints": "142", - "strength_level": "80", - "id": "6611", - "clue_level": "2", - "range_level": "80", - "attack_level": "80" - }, - { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "469,472,471", - "strength_level": "1", - "id": "6612", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "spawn_animation": "7426", - "examine": "The ghost of a vampyre 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", - "clue_level": "1", - "range_level": "34", - "attack_level": "34" - }, - { - "slayer_exp": "0", - "name": "Revenant werewolf", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "0,0,0", - "strength_level": "1", - "id": "6614", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant ork", - "defence_level": "1", - "safespot": null, - "lifepoints": "105", - "strength_level": "1", - "id": "6615", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "469,472,471", - "strength_level": "1", - "id": "6616", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant werewolf", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6617", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant ork", - "defence_level": "1", - "safespot": null, - "lifepoints": "105", - "strength_level": "1", - "id": "6618", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant knight", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6619", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "469,472,471", - "strength_level": "1", - "id": "6620", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant icefiend", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6621", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "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": "45", - "strength_level": "1", - "id": "6622", - "clue_level": "1", - "range_level": "29", - "attack_level": "292" - }, - { - "name": "Revenant vampire", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6623", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant ork", - "defence_level": "1", - "safespot": null, - "lifepoints": "105", - "strength_level": "1", - "id": "6624", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant werewolf", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6625", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant ork", - "defence_level": "1", - "safespot": null, - "lifepoints": "105", - "strength_level": "1", - "id": "6626", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant knight", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6627", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant icefiend", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6628", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant ork", - "defence_level": "1", - "safespot": null, - "lifepoints": "105", - "strength_level": "1", - "id": "6629", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant knight", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6630", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant pyrefiend", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6631", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant werewolf", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6632", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant ork", - "defence_level": "1", - "safespot": null, - "lifepoints": "105", - "strength_level": "1", - "id": "6633", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant knight", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6634", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "The essence of an imp slain during the god wars.", - "melee_animation": "7407", - "magic_level": "10", - "defence_animation": "7403", - "slayer_exp": "10", - "death_animation": "7408", - "name": "Revenant imp", - "defence_level": "10", - "safespot": null, - "lifepoints": "10", - "strength_level": "10", - "id": "6635", - "clue_level": "1", - "range_level": "10", - "attack_level": "1" - }, - { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "469,472,471", - "strength_level": "1", - "id": "6636", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "469,472,471", - "strength_level": "1", - "id": "6637", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "469,472,471", - "strength_level": "1", - "id": "6638", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "469,472,471", - "strength_level": "1", - "id": "6639", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant icefiend", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6640", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant pyrefiend", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6641", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant hobgoblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "469,472,471", - "strength_level": "1", - "id": "6642", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant vampire", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6643", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant werewolf", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6644", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "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": "75", - "strength_level": "43", - "id": "6645", - "clue_level": "2", - "range_level": "43", - "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": "1", - "safespot": null, - "lifepoints": "80", - "strength_level": "50", - "id": "6646", - "clue_level": "2", - "range_level": "50", - "attack_level": "50" - }, - { - "spawn_animation": "7478", - "examine": "The essence of a demon slain during the god wars.", - "melee_animation": "7474", - "range_animation": "7512", - "combat_audio": "400,404,403", - "magic_level": "60", - "defence_animation": "7476", - "slayer_exp": "0", - "magic_animation": "7498", - "death_animation": "7475", - "name": "Revenant demon", - "defence_level": "60", - "safespot": null, - "lifepoints": "85", - "strength_level": "60", - "id": "6647", - "clue_level": "2", - "range_level": "60", - "attack_level": "60" - }, - { - "name": "Revenant ork", - "defence_level": "1", - "safespot": null, - "lifepoints": "105", - "strength_level": "1", - "id": "6648", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "spawn_animation": "7471", - "examine": "The ghost of a dark beast slain during the god wars..", - "melee_animation": "7467", - "range_animation": "7514", - "defence_animation": "7469", - "slayer_exp": "256", - "magic_animation": "7515", - "death_animation": "7468", - "name": "Revenant dark beast", - "defence_level": "80", - "safespot": null, - "lifepoints": "120", - "strength_level": "80", - "id": "6649", - "clue_level": "2", - "range_level": "80", - "attack_level": "80" - }, - { - "name": "Revenant knight", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6650", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "469,472,471", - "strength_level": "1", - "id": "6651", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant vampire", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6652", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant ork", - "defence_level": "1", - "safespot": null, - "lifepoints": "105", - "strength_level": "1", - "id": "6653", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant knight", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6654", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A tough looking dwarf.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Revenant imp", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6655", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A tough looking dwarf.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "469,472,471", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6656", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An ancient spirit has made itself at home within this suit of armour.", - "melee_animation": "47", - "range_animation": "0", - "combat_audio": "469,472,471", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "48", - "name": "Revenant goblin", - "defence_level": "32", - "safespot": null, - "lifepoints": "45", - "strength_level": "32", - "id": "6657", - "clue_level": "1", - "range_level": "1", - "attack_level": "32" - }, - { - "examine": "An ancient spirit has made itself at home within this suit of armour.", - "melee_animation": "47", - "range_animation": "0", - "combat_audio": "469,472,471", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "48", - "name": "Revenant goblin", - "defence_level": "33", - "safespot": null, - "lifepoints": "47", - "strength_level": "33", - "id": "6658", - "clue_level": "1", - "range_level": "1", - "attack_level": "33" - }, - { - "examine": "An ancient spirit has made itself at home within this suit of armour.", - "melee_animation": "47", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "48", - "name": "Revenant icefiend", - "defence_level": "34", - "safespot": null, - "lifepoints": "48", - "strength_level": "34", - "id": "6659", - "clue_level": "1", - "range_level": "1", - "attack_level": "34" - }, - { - "melee_animation": "47", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "49", - "death_animation": "48", - "name": "Revenant pyrefiend", - "defence_level": "1", - "safespot": null, - "lifepoints": "50", - "strength_level": "1", - "id": "6660", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "melee_animation": "47", - "combat_audio": "469,472,471", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "49", - "death_animation": "48", - "name": "Revenant hobgoblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "50", - "strength_level": "1", - "id": "6661", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "melee_animation": "47", - "respawn_delay": "60", - "defence_animation": "49", - "death_animation": "48", - "name": "Revenant vampire", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "strength_level": "1", - "id": "6662", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant werewolf", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6663", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant ork", - "defence_level": "1", - "safespot": null, - "lifepoints": "105", - "strength_level": "1", - "id": "6664", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant knight", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6665", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant imp", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6666", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Pirate and discerning music critic.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "469,472,471", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6667", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "The most piratical penguin you ever did see.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Revenant pyrefiend", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6668", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant vampire", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6669", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant ork", - "defence_level": "1", - "safespot": null, - "lifepoints": "105", - "strength_level": "1", - "id": "6670", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant vampire", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6671", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant ork", - "defence_level": "1", - "safespot": null, - "lifepoints": "105", - "strength_level": "1", - "id": "6672", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant knight", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6673", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant vampire", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6674", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant werewolf", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6675", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant knight", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6676", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant imp", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6677", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "469,472,471", - "strength_level": "1", - "id": "6678", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "469,472,471", - "strength_level": "1", - "id": "6679", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "469,472,471", - "strength_level": "1", - "id": "6680", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "469,472,471", - "strength_level": "1", - "id": "6681", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant icefiend", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6682", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant pyrefiend", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6683", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant hobgoblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "469,472,471", - "strength_level": "1", - "id": "6684", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant vampire", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6685", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant werewolf", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6686", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant cyclops", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6687", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant hellhound", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "3717,3719,3718", - "strength_level": "1", - "id": "6688", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "The essence of a demon slain during the god wars.", - "melee_animation": "7474", - "combat_audio": "400,404,403", - "magic_level": "60", - "defence_animation": "7476", - "death_animation": "7475", - "name": "Revenant demon", - "defence_level": "60", - "safespot": null, - "lifepoints": "750", - "strength_level": "60", - "id": "6689", - "clue_level": "2", - "range_level": "60", - "attack_level": "60" - }, - { - "name": "Revenant ork", - "defence_level": "1", - "safespot": null, - "lifepoints": "105", - "strength_level": "1", - "id": "6690", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant dark beast", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6691", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant knight", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6692", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "469,472,471", - "strength_level": "1", - "id": "6693", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant icefiend", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6694", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant vampire", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6695", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant ork", - "defence_level": "1", - "safespot": null, - "lifepoints": "105", - "strength_level": "1", - "id": "6696", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant imp", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6697", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "469,472,471", - "strength_level": "1", - "id": "6698", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "469,472,471", - "strength_level": "1", - "id": "6699", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant vampire", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6700", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant werewolf", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6701", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant ork", - "defence_level": "1", - "safespot": null, - "lifepoints": "105", - "strength_level": "1", - "id": "6702", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant imp", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6703", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "469,472,471", - "strength_level": "1", - "id": "6704", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "469,472,471", - "strength_level": "1", - "id": "6705", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He's not from around here.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "469,472,471", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6706", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "The leader of a long-forgotten band of mercenaries.", - "melee_animation": "0", - "range_animation": "711", - "combat_audio": "469,472,471", - "magic_level": "78", - "defence_animation": "0", - "weakness": "3", - "magic_animation": "0", - "death_animation": "836", - "name": "Revenant goblin", - "defence_level": "78", - "safespot": null, - "lifepoints": "514", - "strength_level": "1", - "id": "6707", - "aggressive": "true", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant icefiend", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6708", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant pyrefiend", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6709", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant hobgoblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "469,472,471", - "strength_level": "1", - "id": "6710", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant vampire", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6711", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "It's trying to mash your house! Less examine", - "melee_animation": "5894", - "range_animation": "9618", - "magic_level": "60", - "defence_animation": "0", - "weakness": "10", - "magic_animation": "0", - "death_animation": "5898", - "name": "Revenant werewolf", - "defence_level": "60", - "safespot": null, - "lifepoints": "285", - "strength_level": "60", - "id": "6712", - "aggressive": "true", - "clue_level": "2", - "range_level": "60", - "attack_level": "60" - }, - { - "name": "Revenant ork", - "defence_level": "1", - "safespot": null, - "lifepoints": "105", - "strength_level": "1", - "id": "6713", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant knight", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6714", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant imp", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6715", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "469,472,471", - "strength_level": "1", - "id": "6716", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "469,472,471", - "strength_level": "1", - "id": "6717", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "469,472,471", - "strength_level": "1", - "id": "6718", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "469,472,471", - "strength_level": "1", - "id": "6719", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant icefiend", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6720", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant pyrefiend", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6721", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant hobgoblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "469,472,471", - "strength_level": "1", - "id": "6722", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant vampire", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6723", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant werewolf", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6724", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant ork", - "defence_level": "1", - "safespot": null, - "lifepoints": "105", - "strength_level": "1", - "id": "6725", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant knight", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6726", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant hobgoblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "469,472,471", - "strength_level": "1", - "id": "6727", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant werewolf", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6728", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant ork", - "defence_level": "1", - "safespot": null, - "lifepoints": "105", - "strength_level": "1", - "id": "6729", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant knight", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6730", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Her lack of body heat is unsettling.", - "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", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6731", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "It looks right at home here.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Snow imp", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6739", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Snowflakes swirling in the wind.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Snow", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6740", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Dragon snowman", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "408,410,409", - "strength_level": "1", - "id": "6743", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Pirate snowman", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "703,705,704", - "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", - "attack_level": "30" - }, - { - "examine": "A snowman armed with a winter staff.", - "name": "Snow mage", - "defence_level": "10", - "safespot": null, - "lifepoints": "20", - "strength_level": "1", - "id": "6749", - "range_level": "30", - "attack_level": "30" - }, - { - "examine": "Cut-down and dried.", - "slayer_task": "93", - "melee_animation": "5568", - "range_animation": "0", - "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", - "id": "6761", - "range_level": "1", - "attack_level": "48" - }, - { - "examine": "Needs moisturising.", - "slayer_task": "93", - "melee_animation": "5568", - "range_animation": "0", - "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", - "id": "6762", - "range_level": "1", - "attack_level": "48" - }, - { - "examine": "I bet it's parched.", - "slayer_task": "93", - "melee_animation": "5568", - "range_animation": "0", - "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", - "id": "6763", - "range_level": "1", - "attack_level": "48" - }, - { - "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 guard.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Doorman", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6769", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A huge beast of a beetle.", - "slayer_task": "70", - "melee_animation": "7596", - "range_animation": "0", - "defence_animation": "0", - "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", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "7656", - "name": "Scarab larva", - "defence_level": "18", - "safespot": null, - "lifepoints": "25", - "strength_level": "18", - "id": "6772", - "range_level": "1", - "attack_level": "18" - }, - { - "examine": "Bred to shoot you down.", - "slayer_task": "70", - "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", - "id": "6773", - "aggressive": "true", - "range_level": "55", - "projectile": "11", - "attack_level": "41" - }, - { - "examine": "It might be angry...it's hard to tell.", - "slayer_task": "70", - "melee_animation": "7612", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "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", - "melee_animation": "7586", - "range_animation": "0", - "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", - "id": "6776", - "aggressive": "true", - "range_level": "55", - "attack_level": "41" - }, - { - "examine": "Bouncy", - "slayer_task": "70", - "melee_animation": "7584", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "7581", - "name": "Locust lancer", - "defence_level": "55", - "safespot": null, - "lifepoints": "78", - "strength_level": "55", - "id": "6777", - "aggressive": "true", - "range_level": "1", - "attack_level": "55" - }, - { - "examine": "He'll have someone's eye out with that.", - "slayer_task": "70", - "start_gfx": "18", - "combat_style": "1", - "melee_animation": "5451", - "range_animation": "5451", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "2", - "magic_animation": "0", - "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", - "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", - "slayer_task": "70", - "combat_style": "2", - "melee_animation": "7615", - "range_animation": "0", - "magic_level": "55", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "4", - "magic_animation": "0", - "death_animation": "7616", - "name": "Scabaras mage", - "defence_level": "55", - "safespot": null, - "lifepoints": "78", - "strength_level": "41", - "id": "6780", - "aggressive": "true", - "range_level": "1", - "attack_level": "41" - }, - { - "combat_style": "2", - "melee_animation": "7620", - "respawn_delay": "60", - "defence_animation": "7617", - "death_animation": "7616", - "name": "Scabaras mage", - "defence_level": "1", - "safespot": null, - "lifepoints": "70", - "strength_level": "1", - "id": "6781", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An animated clay statue.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Clay golem", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6785", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "She looks a bit dirty from digging.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Lead archaeologist Abigail", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6786", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He looks a bit dusty from troweling.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Assistant archaeologist Kerner", - "defence_level": "1", - "safespot": null, - "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", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He exudes something like holiness.", - "slayer_task": "70", - "melee_animation": "7612", - "range_animation": "0", - "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", - "id": "6789", - "range_level": "66", - "attack_level": "66" - }, - { - "examine": "He exudes something like holiness.", - "slayer_task": "70", - "melee_animation": "7607", - "range_animation": "7607", - "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", - "id": "6790", - "range_level": "66", - "attack_level": "66" - }, - { - "death_animation": "1012", - "name": "Spirit terrorbird", - "defence_level": "1", - "safespot": null, - "lifepoints": "233", - "melee_animation": "1010", - "strength_level": "1", - "id": "6794", - "range_level": "1", - "respawn_delay": "0", - "attack_level": "1", - "defence_animation": "1011" - }, - { - "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", - "range_level": "50", - "attack_level": "50" - }, - { - "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", - "magic_animation": "8104", - "death_animation": "8106", - "name": "Granite crab", - "defence_level": "22", - "safespot": null, - "lifepoints": "39", - "strength_level": "17", - "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" - }, - { - "death_animation": "8065", - "name": "Praying mantis", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "melee_animation": "8064", - "strength_level": "1", - "id": "6798", - "range_level": "1", - "respawn_delay": "0", - "attack_level": "1", - "defence_animation": "8066" - }, - { - "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", - "range_level": "60", - "attack_level": "60" - }, - { - "death_animation": "7854", - "name": "Giant ent", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "melee_animation": "7853", - "strength_level": "1", - "id": "6800", - "range_level": "1", - "respawn_delay": "0", - "attack_level": "1", - "defence_animation": "7852" - }, - { - "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", - "range_level": "60", - "attack_level": "60" - }, - { - "death_animation": "8153", - "name": "Spirit cobra", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "melee_animation": "8152", - "strength_level": "1", - "id": "6802", - "range_level": "1", - "respawn_delay": "0", - "attack_level": "1", - "defence_animation": "8154" - }, - { - "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", - "range_level": "55", - "attack_level": "55" - }, - { - "death_animation": "7780", - "name": "Spirit dagannoth", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "melee_animation": "7786", - "strength_level": "1", - "id": "6804", - "range_level": "1", - "respawn_delay": "0", - "attack_level": "1", - "defence_animation": "7785" - }, - { - "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", - "range_level": "65", - "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", - "bonuses": "47,50,52,52,54,49,13,3,13,4,0,0,0,0,0", - "range_level": "21", - "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", - "bonuses": "47,50,52,52,54,49,13,3,13,4,0,0,0,0,0", - "range_level": "21", - "projectile": "1386", - "attack_level": "19" - }, - { - "combat_style": "2", - "melee_animation": "7970", - "respawn_delay": "0", - "defence_animation": "7967", - "death_animation": "7979", - "name": "Karamthulhu overlord", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6809", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "range_level": "50", - "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", - "range_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", - "range_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", - "range_level": "1", - "respawn_delay": "0", - "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", - "range_level": "1", - "respawn_delay": "0", - "attack_level": "1", - "defence_animation": "7742" - }, - { - "combat_style": "1", - "melee_animation": "8286", - "respawn_delay": "0", - "defence_animation": "8287", - "death_animation": "8285", - "name": "War tortoise", - "defence_level": "1", - "safespot": null, - "lifepoints": "348", - "strength_level": "1", - "id": "6815", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Definitely not teenaged", - "combat_style": "1", - "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", - "range_level": "55", - "attack_level": "55" - }, - { - "examine": "Fruity and bat-shaped. A winning combination!.", - "name": "Fruit bat", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6817", - "range_level": "1", - "attack_level": "1" - }, - { - "combat_style": "2", - "melee_animation": "7675", - "respawn_delay": "0", - "defence_animation": "7670", - "death_animation": "7671", - "name": "Abyssal parasite", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6818", - "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": "6819", - "range_level": "50", - "attack_level": "50" - }, - { - "death_animation": "7684", - "name": "Abyssal lurker", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "melee_animation": "7680", - "strength_level": "1", - "id": "6820", - "range_level": "1", - "respawn_delay": "0", - "attack_level": "1", - "defence_animation": "7681" - }, - { - "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", - "range_level": "55", - "attack_level": "55" - }, - { - "examine": "The pointiest horse on the planet.", - "melee_animation": "6376", - "range_animation": "6376", - "combat_audio": "496,498,497", - "magic_level": "69", - "defence_animation": "6375", - "magic_animation": "6376", - "death_animation": "6377", - "name": "Unicorn stallion", - "defence_level": "70", - "poison_immune": "true", - "safespot": null, - "lifepoints": "100", - "strength_level": "62", - "id": "6822", - "bonuses": "48,59,43,52,104,52,116,123,134,46,127,4,0,0,0", - "range_level": "72", - "attack_level": "64" - }, - { - "examine": "The pointiest horse on the planet.", - "melee_animation": "6376", - "range_animation": "6376", - "combat_audio": "496,498,497", - "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", - "defence_level": "1", - "safespot": null, - "lifepoints": "16", - "strength_level": "1", - "id": "6824", - "range_level": "1", - "projectile": "1318", - "attack_level": "1" - }, - { - "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", - "magic_animation": "7810", - "death_animation": "5389", - "name": "Dreadfowl", - "defence_level": "22", - "poison_immune": "true", - "safespot": null, - "lifepoints": "16", - "strength_level": "15", - "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", - "respawn_delay": "0", - "defence_animation": "8205", - "death_animation": "8209", - "name": "Stranger plant", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6827", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "range_level": "55", - "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", - "bonuses": "12,7,4,10,23,5,29,27,16,12,13,17,0,0,0", - "range_level": "9", - "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", - "bonuses": "12,7,4,10,23,5,29,27,16,12,13,17,0,0,0", - "range_level": "9", - "attack_level": "16" - }, - { - "death_animation": "7797", - "name": "Desert wyrm", - "defence_level": "1", - "safespot": null, - "lifepoints": "47", - "melee_animation": "7795", - "strength_level": "1", - "id": "6831", - "range_level": "1", - "respawn_delay": "0", - "attack_level": "1", - "defence_animation": "7796" - }, - { - "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", - "range_level": "18", - "attack_level": "18" - }, - { - "examine": "If you think he's evil", - "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", - "range_level": "42", - "attack_level": "42" - }, - { - "death_animation": "8276", - "name": "Vampire bat", - "defence_level": "1", - "safespot": null, - "lifepoints": "20", - "melee_animation": "8275", - "strength_level": "1", - "id": "6835", - "range_level": "1", - "respawn_delay": "0", - "attack_level": "1", - "defence_animation": "8274" - }, - { - "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", - "range_level": "31", - "attack_level": "31" - }, - { - "melee_animation": "6254", - "combat_audio": "3611,3612,3610", - "respawn_delay": "0", - "defence_animation": "6255", - "death_animation": "6256", - "name": "Spirit scorpion", - "defence_level": "1", - "safespot": null, - "lifepoints": "67", - "strength_level": "1", - "id": "6837", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "range_level": "19", - "attack_level": "19" - }, - { - "examine": "Crikey! Look at the size of those teeth!", - "melee_animation": "4925", - "combat_audio": "498,500,499", - "magic_level": "60", - "respawn_delay": "0", - "defence_animation": "4928", - "death_animation": "4929", - "name": "Arctic bear", - "defence_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", - "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", - "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" - }, - { - "death_animation": "7656", - "name": "Bloated leech", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "melee_animation": "7657", - "strength_level": "1", - "id": "6843", - "range_level": "1", - "respawn_delay": "0", - "attack_level": "1", - "defence_animation": "7655" - }, - { - "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" - }, - { - "death_animation": "7925", - "name": "Honey badger", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "melee_animation": "7928", - "strength_level": "1", - "id": "6845", - "range_level": "1", - "respawn_delay": "0", - "attack_level": "1", - "defence_animation": "7927" - }, - { - "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", - "magic_level": "60", - "respawn_delay": "0", - "defence_animation": "0", - "weakness": "10", - "magic_animation": "0", - "death_animation": "8113", - "name": "Granite lobster", - "defence_level": "60", - "safespot": null, - "lifepoints": "105", - "strength_level": "60", - "id": "6850", - "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": "1", - "melee_animation": "8024", - "magic_level": "31", - "respawn_delay": "0", - "defence_animation": "8023", - "death_animation": "8025", - "name": "Bronze minotaur", - "defence_level": "31", - "safespot": null, - "lifepoints": "15", - "strength_level": "1", - "id": "6853", - "bonuses": "15,20,10,15,10,5,35,0,0,0,0,0,0,0,0", - "range_level": "31", - "attack_level": "31" - }, - { - "examine": "He's just a big bully.", - "combat_style": "1", - "melee_animation": "8024", - "range_animation": "0", - "magic_level": "15", - "respawn_delay": "0", - "defence_animation": "0", - "weakness": "10", - "magic_animation": "0", - "death_animation": "8025", - "name": "Bronze minotaur", - "defence_level": "15", - "safespot": null, - "lifepoints": "51", - "strength_level": "15", - "id": "6854", - "range_level": "15", - "attack_level": "15" - }, - { - "combat_style": "1", - "melee_animation": "8024", - "respawn_delay": "0", - "defence_animation": "8023", - "death_animation": "8025", - "name": "Iron minotaur", - "defence_level": "1", - "safespot": null, - "lifepoints": "24", - "strength_level": "1", - "id": "6855", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He's just a big bully.", - "combat_style": "1", - "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": "65", - "strength_level": "25", - "id": "6856", - "range_level": "25", - "attack_level": "25" - }, - { - "examine": "He's just a big bully!", - "combat_style": "1", - "melee_animation": "8024", - "respawn_delay": "0", - "defence_animation": "8023", - "death_animation": "8025", - "name": "Steel minotaur", - "defence_level": "70", - "safespot": null, - "lifepoints": "44", - "strength_level": "30", - "id": "6857", - "bonuses": "40,30,30,30,30,50,30,60,60,60,20,80,40,20,0", - "range_level": "1", - "attack_level": "70" - }, - { - "examine": "He's just a big bully.", - "combat_style": "1", - "melee_animation": "8024", - "range_animation": "0", - "magic_level": "35", - "respawn_delay": "0", - "defence_animation": "0", - "weakness": "10", - "magic_animation": "0", - "death_animation": "8025", - "name": "Steel minotaur", - "defence_level": "35", - "safespot": null, - "lifepoints": "80", - "strength_level": "35", - "id": "6858", - "range_level": "35", - "attack_level": "35" - }, - { - "examine": "He's just a big bully", - "combat_style": "1", - "melee_animation": "8024", - "magic_level": "40", - "respawn_delay": "0", - "defence_animation": "8023", - "death_animation": "8025", - "name": "Mithril minotaur", - "defence_level": "40", - "safespot": null, - "lifepoints": "37", - "strength_level": "40", - "id": "6859", - "bonuses": "56,35,30,30,30,40,10,12,30,40,30,35,40,0,0", - "range_level": "40", - "attack_level": "40" - }, - { - "examine": "He's just a big bully.", - "combat_style": "1", - "melee_animation": "8024", - "range_animation": "0", - "magic_level": "45", - "respawn_delay": "0", - "defence_animation": "0", - "weakness": "10", - "magic_animation": "0", - "death_animation": "8025", - "name": "Mithril minotaur", - "defence_level": "45", - "safespot": null, - "lifepoints": "94", - "strength_level": "45", - "id": "6860", - "range_level": "45", - "attack_level": "45" - }, - { - "examine": "He's just a big bully.", - "combat_style": "1", - "melee_animation": "8024", - "magic_level": "55", - "respawn_delay": "0", - "defence_animation": "8023", - "death_animation": "8025", - "name": "Adamant minotaur", - "defence_level": "55", - "safespot": null, - "lifepoints": "43", - "strength_level": "1", - "id": "6861", - "bonuses": "40,50,40,45,35,20,50,36,30,40,15,18,30,10,0", - "range_level": "55", - "attack_level": "55" - }, - { - "examine": "He's just a big bully.", - "combat_style": "1", - "melee_animation": "8024", - "range_animation": "0", - "magic_level": "55", - "respawn_delay": "0", - "defence_animation": "0", - "weakness": "10", - "magic_animation": "0", - "death_animation": "8025", - "name": "Adamant minotaur", - "defence_level": "55", - "safespot": null, - "lifepoints": "108", - "strength_level": "55", - "id": "6862", - "range_level": "55", - "attack_level": "55" - }, - { - "examine": "He's just a big bully.", - "melee_animation": "8024", - "magic_level": "65", - "respawn_delay": "0", - "defence_animation": "8023", - "death_animation": "8025", - "name": "Rune minotaur", - "defence_level": "65", - "safespot": null, - "lifepoints": "57", - "strength_level": "65", - "id": "6863", - "bonuses": "50,40,40,56,40,30,50,30,60,30,40,30,50,40,40", - "range_level": "65", - "attack_level": "65" - }, - { - "examine": "He's just a big bully.", - "melee_animation": "8024", - "magic_level": "65", - "respawn_delay": "0", - "defence_animation": "8023", - "slayer_exp": "0", - "death_animation": "8025", - "name": "Rune minotaur", - "defence_level": "65", - "safespot": null, - "lifepoints": "57", - "strength_level": "65", - "id": "6864", - "bonuses": "50,40,40,56,40,30,50,30,60,30,40,30,50,40,40", - "range_level": "65", - "attack_level": "65" - }, - { - "death_animation": "7818", - "name": "Smoke devil", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "melee_animation": "7816", - "strength_level": "1", - "id": "6865", - "range_level": "1", - "respawn_delay": "0", - "attack_level": "1", - "defence_animation": "7817" - }, - { - "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", - "range_level": "55", - "attack_level": "55" - }, - { - "death_animation": "7897", - "name": "Bull ant", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "melee_animation": "7896", - "strength_level": "1", - "id": "6867", - "range_level": "1", - "respawn_delay": "0", - "attack_level": "1", - "defence_animation": "7900" - }, - { - "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", - "range_level": "40", - "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", - "bonuses": "59,50,50,50,50,50,50,50,50,50,50,50,50,68,0", - "range_level": "95", - "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", - "bonuses": "59,50,50,50,50,50,50,50,50,50,50,50,50,68,0", - "range_level": "95", - "attack_level": "1" - }, - { - "melee_animation": "853", - "attack_speed": "5", - "respawn_delay": "0", - "defence_animation": "851", - "death_animation": "852", - "name": "Compost mound", - "defence_level": "1", - "safespot": null, - "lifepoints": "96", - "strength_level": "1", - "id": "6871", - "range_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": "6872", - "range_level": "28", - "attack_level": "28" - }, - { - "examine": "Bulk haulage never smelled so bad.", - "melee_animation": "5782", - "range_animation": "5782", - "attack_speed": "5", - "magic_level": "91", - "defence_animation": "5783", - "magic_animation": "5782", - "death_animation": "5784", - "name": "Pack yak", - "defence_level": "121", - "poison_immune": "true", - "safespot": null, - "lifepoints": "710", - "strength_level": "104", - "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" - }, - { - "start_gfx": "1467", - "combat_style": "2", - "melee_animation": "7762", - "respawn_delay": "0", - "defence_animation": "7761", - "death_animation": "7763", - "name": "Spirit cockatrice", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6875", - "range_level": "1", - "projectile": "1468", - "attack_level": "1" - }, - { - "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", - "range_level": "43", - "projectile": "1468", - "attack_level": "43" - }, - { - "start_gfx": "1467", - "combat_style": "2", - "melee_animation": "7762", - "respawn_delay": "0", - "defence_animation": "7761", - "death_animation": "7763", - "name": "Spirit guthatrice", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6877", - "range_level": "1", - "projectile": "1468", - "attack_level": "1" - }, - { - "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", - "range_level": "43", - "projectile": "1468", - "attack_level": "43" - }, - { - "start_gfx": "1467", - "combat_style": "2", - "melee_animation": "7762", - "combat_audio": "703,705,704", - "respawn_delay": "0", - "defence_animation": "7761", - "death_animation": "7763", - "name": "Spirit saratrice", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6879", - "range_level": "1", - "projectile": "1468", - "attack_level": "1" - }, - { - "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", - "range_level": "43", - "projectile": "1468", - "attack_level": "43" - }, - { - "start_gfx": "1467", - "combat_style": "2", - "melee_animation": "7762", - "respawn_delay": "0", - "defence_animation": "7761", - "death_animation": "7763", - "name": "Spirit zamatrice", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6881", - "range_level": "1", - "projectile": "1468", - "attack_level": "1" - }, - { - "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", - "range_level": "43", - "projectile": "1468", - "attack_level": "43" - }, - { - "start_gfx": "1467", - "combat_style": "2", - "melee_animation": "7762", - "respawn_delay": "0", - "defence_animation": "7761", - "death_animation": "7763", - "name": "Spirit pengatrice", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6883", - "range_level": "1", - "projectile": "1468", - "attack_level": "1" - }, - { - "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", - "range_level": "43", - "projectile": "1468", - "attack_level": "43" - }, - { - "start_gfx": "1467", - "combat_style": "2", - "melee_animation": "7762", - "respawn_delay": "0", - "defence_animation": "7761", - "death_animation": "7763", - "name": "Spirit coraxatrice", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6885", - "range_level": "1", - "projectile": "1468", - "attack_level": "1" - }, - { - "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", - "range_level": "43", - "projectile": "1468", - "attack_level": "43" - }, - { - "start_gfx": "1467", - "combat_style": "2", - "melee_animation": "7762", - "respawn_delay": "0", - "defence_animation": "7761", - "death_animation": "7763", - "name": "Spirit vulatrice", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6887", - "range_level": "1", - "projectile": "1468", - "attack_level": "1" - }, - { - "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", - "range_level": "43", - "projectile": "1468", - "attack_level": "43" - }, - { - "examine": "The only creature with a mouth big enough to hold a cannonball.", - "melee_animation": "7260", - "magic_level": "55", - "respawn_delay": "0", - "defence_animation": "7257", - "death_animation": "7256", - "name": "Barker toad", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "55", - "id": "6889", - "range_level": "55", - "attack_level": "1" - }, - { - "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", - "range_level": "55", - "attack_level": "55" - }, - { - "examine": "He looks like the type of guy who would keep penguins.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Penguin keeper", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6891", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "The lady of the pet shop.", - "melee_animation": "0", - "range_animation": "0", - "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.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Pet shop owner", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6893", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A dalmatian puppy.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Dalmatian", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6896", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A bulldog puppy.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "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": "408,410,409", - "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": "408,410,409", - "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": "408,410,409", - "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": "408,410,409", - "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", - "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", - "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", - "magic_level": "19", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "3", - "magic_animation": "0", - "death_animation": "7185", - "name": "Druid", - "defence_level": "19", - "safespot": null, - "lifepoints": "27", - "strength_level": "14", - "id": "6972", - "range_level": "1", - "attack_level": "14" - }, - { - "examine": "A nature lover.", - "range_animation": "0", - "combat_audio": "511,513,512", - "magic_level": "19", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "3", - "magic_animation": "0", - "death_animation": "7185", - "name": "Druid", - "defence_level": "19", - "safespot": null, - "lifepoints": "27", - "strength_level": "14", - "id": "6973", - "range_level": "1", - "attack_level": "14" - }, - { - "examine": "A nature lover.", - "range_animation": "0", - "combat_audio": "511,513,512", - "magic_level": "19", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "3", - "magic_animation": "0", - "death_animation": "7185", - "name": "Druid", - "defence_level": "19", - "safespot": null, - "lifepoints": "27", - "strength_level": "14", - "id": "6974", - "range_level": "1", - "attack_level": "14" - }, - { - "examine": "A nature lover.", - "melee_animation": "7181", - "range_animation": "0", - "combat_audio": "511,513,512", - "magic_level": "19", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "3", - "magic_animation": "0", - "death_animation": "7185", - "name": "Druid", - "defence_level": "19", - "safespot": null, - "lifepoints": "27", - "strength_level": "14", - "id": "6975", - "range_level": "1", - "attack_level": "14" - }, - { - "examine": "A nature lover.", - "melee_animation": "7182", - "range_animation": "0", - "combat_audio": "511,513,512", - "magic_level": "19", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "3", - "magic_animation": "0", - "death_animation": "7185", - "name": "Druid", - "defence_level": "19", - "safespot": null, - "lifepoints": "27", - "strength_level": "14", - "id": "6976", - "range_level": "1", - "attack_level": "14" - }, - { - "examine": "A nature lover.", - "melee_animation": "7182", - "range_animation": "0", - "combat_audio": "511,513,512", - "magic_level": "19", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "3", - "magic_animation": "0", - "death_animation": "7185", - "name": "Druid", - "defence_level": "19", - "safespot": null, - "lifepoints": "27", - "strength_level": "14", - "id": "6977", - "range_level": "1", - "attack_level": "14" - }, - { - "examine": "A nature lover.", - "melee_animation": "7182", - "range_animation": "0", - "combat_audio": "511,513,512", - "magic_level": "19", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "3", - "magic_animation": "0", - "death_animation": "7185", - "name": "Druid", - "defence_level": "19", - "safespot": null, - "lifepoints": "27", - "strength_level": "14", - "id": "6978", - "range_level": "1", - "attack_level": "14" - }, - { - "melee_animation": "7182", - "combat_audio": "511,513,512", - "respawn_delay": "60", - "defence_animation": "7186", - "death_animation": "7185", - "name": "Druid", - "defence_level": "1", - "safespot": null, - "lifepoints": "30", - "strength_level": "1", - "id": "6979", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A nature lover.", - "melee_animation": "7182", - "range_animation": "0", - "combat_audio": "511,513,512", - "magic_level": "19", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "3", - "magic_animation": "0", - "death_animation": "7185", - "name": "Druid", - "defence_level": "19", - "safespot": null, - "lifepoints": "27", - "strength_level": "14", - "id": "6980", - "range_level": "1", - "attack_level": "14" - }, - { - "examine": "A nature lover.", - "melee_animation": "7182", - "range_animation": "0", - "magic_level": "19", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "3", - "magic_animation": "0", - "death_animation": "7185", - "name": "Druidess", - "defence_level": "19", - "safespot": null, - "lifepoints": "27", - "strength_level": "14", - "id": "6981", - "range_level": "1", - "attack_level": "14" - }, - { - "examine": "A nature lover.", - "melee_animation": "7181", - "range_animation": "0", - "magic_level": "19", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "3", - "magic_animation": "0", - "death_animation": "7185", - "name": "Druidess", - "defence_level": "19", - "safespot": null, - "lifepoints": "27", - "strength_level": "14", - "id": "6982", - "range_level": "1", - "attack_level": "14" - }, - { - "examine": "A nature lover.", - "melee_animation": "7182", - "range_animation": "0", - "magic_level": "19", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "3", - "magic_animation": "0", - "death_animation": "7185", - "name": "Druidess", - "defence_level": "19", - "safespot": null, - "lifepoints": "27", - "strength_level": "14", - "id": "6983", - "range_level": "1", - "attack_level": "14" - }, - { - "examine": "A nature lover.", - "melee_animation": "7181", - "range_animation": "0", - "magic_level": "19", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "3", - "magic_animation": "0", - "death_animation": "7185", - "name": "Druidess", - "defence_level": "19", - "safespot": null, - "lifepoints": "27", - "strength_level": "14", - "id": "6984", - "range_level": "1", - "attack_level": "14" - }, - { - "examine": "A nature lover.", - "melee_animation": "7182", - "range_animation": "0", - "magic_level": "19", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "3", - "magic_animation": "0", - "death_animation": "7185", - "name": "Druidess", - "defence_level": "19", - "safespot": null, - "lifepoints": "27", - "strength_level": "14", - "id": "6985", - "range_level": "1", - "attack_level": "14" - }, - { - "examine": "A nature lover.", - "melee_animation": "7182", - "range_animation": "0", - "magic_level": "19", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "3", - "magic_animation": "0", - "death_animation": "7185", - "name": "Druidess", - "defence_level": "19", - "safespot": null, - "lifepoints": "27", - "strength_level": "14", - "id": "6986", - "range_level": "1", - "attack_level": "14" - }, - { - "examine": "A nature lover.", - "melee_animation": "7182", - "range_animation": "0", - "magic_level": "19", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "3", - "magic_animation": "0", - "death_animation": "7185", - "name": "Druidess", - "defence_level": "19", - "safespot": null, - "lifepoints": "27", - "strength_level": "14", - "id": "6987", - "range_level": "1", - "attack_level": "14" - }, - { - "death_animation": "8570", - "name": "Spirit jelly", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "melee_animation": "8569", - "strength_level": "1", - "id": "6992", - "range_level": "1", - "respawn_delay": "0", - "attack_level": "1", - "defence_animation": "8571" - }, - { - "examine": "On Runescape", - "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" - }, - { - "combat_style": "1", - "melee_animation": "8519", - "respawn_delay": "0", - "defence_animation": "8518", - "death_animation": "8517", - "name": "Spirit kalphite", - "defence_level": "1", - "safespot": null, - "lifepoints": "77", - "strength_level": "1", - "id": "6994", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "defence_animation": "8592", - "magic_animation": "8594", - "death_animation": "8593", - "name": "Revenant dragon", - "defence_level": "1", - "safespot": null, - "lifepoints": "210", - "strength_level": "1", - "id": "6998", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant dragon", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "408,410,409", - "strength_level": "1", - "id": "6999", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A very large elemental adversary.", - "slayer_task": "33", - "melee_animation": "4666", - "range_animation": "4666", - "combat_audio": "449,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.", - "slayer_task": "33", - "melee_animation": "4666", - "range_animation": "4666", - "combat_audio": "449,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.", - "slayer_task": "92", - "melee_animation": "6559", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "slayer_exp": "74", - "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" - }, - { - "examine": "An active spiny creature.", - "melee_animation": "0", - "range_animation": "0", - "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.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Grenwall", - "defence_level": "1", - "safespot": null, - "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", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Dug by a Pawya (Not actual exam).", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Earth Mound", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7013", - "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": "7014", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A most unlikely creature.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Platypus", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7021", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A most unlikely creature.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Baby platypus", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7024", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An ogre snack with wings.", - "slayer_task": "7", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Wimpy bird", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7031", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A shy creature with a toxic bite.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Diseased kebbit", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7039", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Fit to wear the uniform?", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Ogress banker", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7049", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "She walks as if she owns the place.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Chief Tess", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7051", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A fearsome adversary with no sense of humour.", - "slayer_task": "64", - "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", - "strength_level": "48", - "id": "7078", - "aggressive": "true", - "range_level": "1", - "attack_level": "48" - }, - { - "examine": "Irascible", - "slayer_task": "64", - "melee_animation": "8636", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "8640", - "name": "Ogress warrior", - "defence_level": "45", - "safespot": null, - "lifepoints": "64", - "strength_level": "45", - "id": "7079", - "aggressive": "true", - "range_level": "1", - "attack_level": "45" - }, - { - "examine": "Irascible", - "slayer_task": "64", - "melee_animation": "8637", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "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.", - "slayer_task": "64", - "melee_animation": "8636", - "range_animation": "0", - "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", - "id": "7081", - "aggressive": "true", - "range_level": "1", - "attack_level": "42" - }, - { - "examine": "A large and contentious lady ogre.", - "slayer_task": "64", - "melee_animation": "8637", - "range_animation": "0", - "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", - "id": "7082", - "aggressive": "true", - "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", - "strength_level": "51", - "id": "7084", - "aggressive": "true", - "range_level": "1", - "attack_level": "51" - }, - { - "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": "54", - "safespot": null, - "lifepoints": "142", - "strength_level": "54", - "id": "7085", - "aggressive": "true", - "range_level": "1", - "attack_level": "54" - }, - { - "examine": "Dead stone defending a dead throne room.", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "name": "Eucalyptus ent", - "defence_level": "57", - "safespot": null, - "lifepoints": "162", - "strength_level": "57", - "id": "7086", - "aggressive": "true", - "range_level": "1", - "attack_level": "57" - }, - { - "examine": "A crazy, evil druid.", - "start_gfx": "105", - "melee_animation": "422", - "range_animation": "422", - "attack_speed": "5", - "magic_level": "10", - "end_gfx": "107", - "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": "7105", - "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.", - "melee_animation": "386", - "range_animation": "0", - "magic_level": "1", - "defence_animation": "404", - "magic_animation": "0", - "death_animation": "9055", - "name": "Thug", - "defence_level": "9", - "safespot": null, - "lifepoints": "18", - "strength_level": "5", - "id": "7106", - "bonuses": "5,5,0,0,0,0,2,3,3,0,0,0,0,0,0", - "clue_level": "0", - "range_level": "1", - "attack_level": "7" - }, - { - "examine": "Low on brains.", - "melee_animation": "386", - "range_animation": "0", - "magic_level": "1", - "defence_animation": "404", - "magic_animation": "0", - "death_animation": "9055", - "name": "Thug", - "defence_level": "9", - "safespot": null, - "lifepoints": "18", - "strength_level": "5", - "id": "7107", - "bonuses": "5,5,0,0,0,0,2,3,3,0,0,0,0,0,0", - "clue_level": "0", - "range_level": "1", - "attack_level": "7" - }, - { - "examine": "Low on brains.", - "melee_animation": "386", - "range_animation": "0", - "magic_level": "1", - "defence_animation": "404", - "magic_animation": "0", - "death_animation": "9055", - "name": "Thug", - "defence_level": "9", - "safespot": null, - "lifepoints": "18", - "strength_level": "5", - "id": "7108", - "bonuses": "5,5,0,0,0,0,2,3,3,0,0,0,0,0,0", - "clue_level": "0", - "range_level": "1", - "attack_level": "7" - }, - { - "examine": "Low on brains.", - "melee_animation": "386", - "range_animation": "0", - "magic_level": "1", - "defence_animation": "404", - "magic_animation": "0", - "death_animation": "9055", - "name": "Thug", - "defence_level": "9", - "safespot": null, - "lifepoints": "18", - "strength_level": "5", - "id": "7109", - "bonuses": "5,5,0,0,0,0,2,3,3,0,0,0,0,0,0", - "clue_level": "0", - "range_level": "1", - "attack_level": "7" - }, - { - "examine": "Low on brains.", - "melee_animation": "386", - "range_animation": "0", - "magic_level": "1", - "defence_animation": "404", - "magic_animation": "0", - "death_animation": "9055", - "name": "Thug", - "defence_level": "9", - "safespot": null, - "lifepoints": "18", - "strength_level": "5", - "id": "7110", - "bonuses": "5,5,0,0,0,0,2,3,3,0,0,0,0,0,0", - "clue_level": "0", - "range_level": "1", - "attack_level": "7" - }, - { - "examine": "Low on brains.", - "melee_animation": "386", - "range_animation": "0", - "magic_level": "1", - "defence_animation": "404", - "magic_animation": "0", - "death_animation": "9055", - "name": "Thug", - "defence_level": "9", - "safespot": null, - "lifepoints": "18", - "strength_level": "5", - "id": "7111", - "bonuses": "5,5,0,0,0,0,2,3,3,0,0,0,0,0,0", - "clue_level": "0", - "range_level": "1", - "attack_level": "7" - }, - { - "examine": "Low on brains.", - "melee_animation": "386", - "range_animation": "0", - "magic_level": "1", - "defence_animation": "404", - "magic_animation": "0", - "death_animation": "9055", - "name": "Thug", - "defence_level": "9", - "safespot": null, - "lifepoints": "18", - "strength_level": "5", - "id": "7112", - "bonuses": "5,5,0,0,0,0,2,3,3,0,0,0,0,0,0", - "clue_level": "0", - "range_level": "1", - "attack_level": "7" - }, - { - "examine": "Low on brains.", - "melee_animation": "386", - "range_animation": "0", - "magic_level": "1", - "defence_animation": "404", - "magic_animation": "0", - "death_animation": "9055", - "name": "Thug", - "defence_level": "9", - "safespot": null, - "lifepoints": "18", - "strength_level": "5", - "id": "7113", - "bonuses": "5,5,0,0,0,0,2,3,3,0,0,0,0,0,0", - "clue_level": "0", - "range_level": "1", - "attack_level": "7" - }, - { - "examine": "Low on brains.", - "melee_animation": "386", - "range_animation": "0", - "magic_level": "1", - "defence_animation": "404", - "magic_animation": "0", - "death_animation": "9055", - "name": "Thug", - "defence_level": "9", - "safespot": null, - "lifepoints": "18", - "strength_level": "5", - "id": "7114", - "bonuses": "5,5,0,0,0,0,2,3,3,0,0,0,0,0,0", - "clue_level": "0", - "range_level": "1", - "attack_level": "7" - }, - { - "examine": "He seems to be enjoying his time in the bar.", - "melee_animation": "0", - "range_animation": "0", - "magic_level": "1", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Thaki the delivery dwarf", - "defence_level": "1", - "safespot": null, - "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" - }, - { - "examine": "One of King Tyras's men.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Tyras guard", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7120", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A hungry-looking rabbit.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Rabbit", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7125", - "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": "7128", - "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": "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": "7130", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "The head farmer", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Farmer Blinkin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7131", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Owner of this homestead.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Mrs. Winkin", - "defence_level": "1", - "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", - "attack_speed": "6", - "respawn_delay": "60", - "defence_animation": "8755", - "death_animation": "8756", - "name": "Bork", - "defence_level": "80", - "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": "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": "2354", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "She can look after my money.", - "combat_style": "2", - "melee_animation": "0", - "range_animation": "0", - "respawn_delay": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Banker", - "defence_level": "1", - "safespot": null, - "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.", - "slayer_task": "31", - "melee_animation": "428", - "range_animation": "0", - "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", - "clue_level": "2", - "range_level": "1", - "attack_level": "60" - }, - { - "examine": "I don't wanna be at the wrong end of that pike.", - "slayer_task": "31", - "melee_animation": "428", - "range_animation": "0", - "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", - "clue_level": "2", - "range_level": "1", - "attack_level": "60" - }, - { - "examine": "He looks pretty handy with that bow.", - "slayer_task": "31", - "start_gfx": "250", - "combat_style": "1", - "melee_animation": "428", - "range_animation": "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", - "clue_level": "2", - "range_level": "64", - "projectile": "249", - "attack_level": "1" - }, - { - "examine": "He looks pretty handy with that bow.", - "slayer_task": "31", - "start_gfx": "250", - "combat_style": "1", - "melee_animation": "428", - "range_animation": "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", - "clue_level": "2", - "range_level": "64", - "projectile": "249", - "attack_level": "1" - }, - { - "examine": "A Mourner showing his true identity.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Head mourner", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2372", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A Mourner", - "slayer_task": "31", - "melee_animation": "428", - "range_animation": "0", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "836", - "name": "Mourner", - "defence_level": "61", - "safespot": null, - "lifepoints": "87", - "strength_level": "61", - "id": "2373", - "aggressive": "true", - "range_level": "1", - "attack_level": "61" - }, - { - "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" - }, - { - "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" - }, - { - "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" - }, - { - "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" - }, - { - "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" - }, - { - "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": "16", - "name": "Chaos dwarf", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2423", - "range_level": "1", - "attack_level": "1" - }, - { - "death_animation": "9230", - "name": "Jarvald", - "defence_level": "10", - "safespot": null, - "lifepoints": "10", - "melee_animation": "9232", - "strength_level": "10", - "id": "2436", - "range_level": "1", - "attack_level": "10", - "defence_animation": "9231" - }, - { - "examine": "Looks like a wanna be Fremennik.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Askeladden", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2439", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "This support is propping the door closed.", - "melee_animation": "0", - "range_animation": "0", - "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", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "1314", - "name": "Giant Rock Crab", - "defence_level": "68", - "safespot": null, - "lifepoints": "97", - "strength_level": "68", - "id": "2452", - "aggressive": "true", - "range_level": "1", - "attack_level": "68" - }, - { - "examine": "Heavy rock!", - "melee_animation": "0", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Boulder", - "defence_level": "1", - "safespot": null, - "lifepoints": "240", - "strength_level": "1", - "id": "2453", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A teeny-tiny horror from the ocean depths...", - "slayer_task": "24", - "melee_animation": "1341", - "range_animation": "0", - "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", - "id": "2454", - "aggressive": "true", - "range_level": "1", - "attack_level": "47" - }, - { - "examine": "A spiny horror from the ocean depths...", - "melee_animation": "1343", - "attack_speed": "6", - "respawn_delay": "60", - "defence_animation": "1340", - "slayer_exp": "100", - "death_animation": "1342", - "name": "Dagannoth", - "defence_level": "60", - "safespot": null, - "lifepoints": "95", - "strength_level": "90", - "id": "2455", - "aggressive": "true", - "clue_level": "1", - "range_level": "1", - "projectile": "294", - "attack_level": "90" - }, - { - "examine": "It's an NPC.", - "combat_style": "1", - "melee_animation": "1343", - "respawn_delay": "60", - "defence_animation": "1340", - "slayer_exp": "0", - "death_animation": "1342", - "name": "Dagannoth", - "defence_level": "60", - "safespot": null, - "lifepoints": "70", - "strength_level": "90", - "id": "2456", - "aggressive": "true", - "clue_level": "1", - "range_level": "90", - "projectile": "294", - "attack_level": "90" - }, - { - "examine": "A fearsome magical creature from the deep.", - "combat_style": "2", - "melee_animation": "2365", - "attack_speed": "6", - "spell_id": "48", - "magic_level": "100", - "respawn_delay": "60", - "defence_animation": "2366", - "magic_animation": "2365", - "death_animation": "2367", - "name": "Wallasalki", - "defence_level": "80", - "safespot": null, - "lifepoints": "120", - "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 fowl beast.", - "combat_style": "2", - "melee_animation": "2302", - "range_animation": "2302", - "combat_audio": "355,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, - "lifepoints": "19", - "strength_level": "5", - "id": "2463", - "aggressive": "true", - "bonuses": "25,85,105,75,103,85,65,0,0,0,0,0,0,0,0", - "range_level": "5", - "projectile": "337", - "attack_level": "5" - }, - { - "examine": "A fowl beast.", - "combat_style": "2", - "melee_animation": "2302", - "range_animation": "2302", - "combat_audio": "355,357,356", - "magic_level": "10", - "respawn_delay": "25", - "defence_animation": "2300", - "magic_animation": "2302", - "death_animation": "2301", - "name": "Evil Chicken", - "defence_level": "40", - "safespot": null, - "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": "355,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": "355,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": "355,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": "355,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", - "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", - "id": "2476", - "bonuses": "30,20,10,20,20,30,30,10,20,10,30,30,20,30,20", - "range_level": "20", - "attack_level": "8" - }, - { - "examine": "Apparently a master of quizzes!", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "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", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Evil Bob", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2479", - "range_level": "1", - "attack_level": "1" - }, - { - "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" - }, - { - "examine": "Annoying flappy thing.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "slayer_exp": "8", - "magic_animation": "0", - "death_animation": "0", - "name": "Giant bat", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2482", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A slithering serpent that likes to hide in the bush.", - "melee_animation": "275", - "range_animation": "0", - "combat_audio": "3609,3608,3610", - "poisonous": "true", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "1", - "poison_amount": "11", - "magic_animation": "0", - "death_animation": "278", - "name": "Bush snake", - "defence_level": "61", - "safespot": null, - "lifepoints": "87", - "strength_level": "1", - "id": "2489", - "aggressive": "true", - "range_level": "61", - "attack_level": "1" - }, - { - "melee_animation": "275", - "combat_audio": "3609,3608,3610", - "poisonous": "true", - "respawn_delay": "60", - "defence_animation": "276", - "poison_amount": "11", - "death_animation": "278", - "name": "Bush snake", - "defence_level": "1", - "safespot": null, - "lifepoints": "25", - "strength_level": "1", - "id": "2490", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "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" - }, - { - "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" - }, - { - "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" - }, - { - "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" - }, - { - "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" - }, - { - "name": "Tribesman", - "defence_level": "1", - "safespot": null, - "lifepoints": "40", - "strength_level": "1", - "id": "2496", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A vicious warrior.", - "melee_animation": "428", - "range_animation": "0", - "poisonous": "true", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "836", - "name": "Tribesman", - "defence_level": "45", - "safespot": null, - "lifepoints": "64", - "strength_level": "45", - "id": "2497", - "clue_level": "1", - "range_level": "1", - "attack_level": "45" - }, - { - "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": "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" - }, - { - "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": "5", - "magic_level": "20", - "end_gfx": "107", - "defence_animation": "404", - "weakness": "3", - "magic_animation": "422", - "death_animation": "9055", - "name": "Chaos druid", - "defence_level": "10", - "safespot": null, - "lifepoints": "20", - "strength_level": "20", - "id": "2547", - "range_level": "10", - "projectile": "106", - "attack_level": "20" - }, - { - "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" - }, - { - "death_animation": "836", - "name": "Market Guard", - "defence_level": "1", - "safespot": null, - "lifepoints": "23", - "melee_animation": "400", - "strength_level": "1", - "id": "2571", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "examine": "He's guarding the bank.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "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": "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": "10", - "safespot": null, - "lifepoints": "14", - "strength_level": "10", - "id": "2674", - "range_level": "1", - "attack_level": "10" - }, - { - "name": "Man", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "511,513,512", - "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", - "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", - "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", - "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": "2679", - "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": "2680", - "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": "2681", - "clue_level": "0", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A popular dwarven delicacy.", - "melee_animation": "2705", - "range_animation": "2705", - "combat_audio": "3102,3104,3103", - "attack_speed": "5", - "defence_animation": "2706", - "magic_animation": "2705", - "death_animation": "2707", - "name": "Rat", - "defence_level": "1", - "safespot": null, - "lifepoints": "2", - "strength_level": "1", - "id": "2682", - "range_level": "1", - "attack_level": "1" - }, - { - "death_animation": "836", - "name": "Hengel", - "defence_level": "1", - "safespot": null, - "lifepoints": "7", - "melee_animation": "422", - "strength_level": "1", - "id": "2683", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "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": "24", - "safespot": null, - "lifepoints": "29", - "strength_level": "24", - "id": "2685", - "aggressive": "true", - "range_level": "1", - "attack_level": "22" - }, - { - "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": "24", - "safespot": null, - "lifepoints": "29", - "strength_level": "24", - "id": "2686", - "aggressive": "true", - "range_level": "1", - "attack_level": "22" - }, - { - "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": "24", - "safespot": null, - "lifepoints": "29", - "strength_level": "24", - "id": "2687", - "aggressive": "true", - "range_level": "1", - "attack_level": "22" - }, - { - "examine": "An ugly smelly creature, with a spear.", - "melee_animation": "163", - "range_animation": "163", - "combat_audio": "469,472,471", - "attack_speed": "6", - "defence_animation": "165", - "magic_animation": "163", - "death_animation": "167", - "name": "Hobgoblin", - "defence_level": "24", - "safespot": null, - "lifepoints": "29", - "strength_level": "24", - "id": "2688", - "aggressive": "true", - "range_level": "1", - "attack_level": "22" - }, - { - "examine": "Didn't the mage say this procedure was totally safe?", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Frog", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2689", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A salty seafarer. Needs a wash.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Jack Seagull", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2690", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A strange man with a strange name. Probably a strange past", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Longbow Ben", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2691", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "She quackers.", - "slayer_task": "7", - "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", - "safespot": null, - "lifepoints": "1", - "strength_level": "1", - "id": "2693", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Mini quackers.", - "slayer_task": "7", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "3468", - "name": "Duckling", - "defence_level": "1", - "safespot": null, - "lifepoints": "1", - "strength_level": "1", - "id": "2694", - "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": "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": "6", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "836", - "name": "Black knight", - "defence_level": "24", - "safespot": null, - "lifepoints": "34", - "strength_level": "24", - "id": "2698", - "aggressive": "true", - "range_level": "1", - "attack_level": "24" - }, - { - "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", - "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", - "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", - "id": "2710", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "His hands are covered in mud. At least", - "start_gfx": "96", - "combat_style": "2", - "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", - "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", - "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" - }, - { - "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" - }, - { - "slayer_exp": "25", - "name": "Ghost", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "436,439,438", - "strength_level": "1", - "id": "2716", - "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" - }, - { - "examine": "She'll store my items for me.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Betty", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2718", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A wise barbarian", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Otto Godblessed", - "defence_level": "1", - "safespot": null, - "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", - "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": "2729", - "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": "2731", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He works in 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": "2732", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He wanders around the Crafting Guild pretending to be working.", - "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": "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", - "aggressive": "true", - "bonuses": "150,22,22,22,22,11,0,0,0,0,0,0,0,0,0", - "range_level": "1", - "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", - "aggressive": "true", - "bonuses": "150,22,22,22,22,11,0,0,0,0,0,0,0,0,0", - "range_level": "1", - "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", - "aggressive": "true", - "bonuses": "80,45,45,45,45,22,0,0,0,0,0,0,0,0,0", - "range_level": "20", - "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", - "aggressive": "true", - "bonuses": "80,45,45,45,45,22,0,0,0,0,0,0,0,0,0", - "range_level": "20", - "attack_level": "60" - }, - { - "examine": "Looks like living lava...", - "melee_animation": "9233", - "range_animation": "9233", - "attack_speed": "5", - "defence_animation": "9235", - "magic_animation": "9233", - "death_animation": "9234", - "name": "Tz-Kek", - "defence_level": "11", - "safespot": null, - "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", - "bonuses": "80,90,86,90,90,90,45,55,26,55,0,0,0,0,0", - "range_level": "80", - "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", - "bonuses": "80,90,86,90,90,90,45,55,26,55,0,0,0,0,0", - "range_level": "80", - "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", - "aggressive": "true", - "bonuses": "100,180,180,180,180,90,97,0,0,0,0,0,0,0,0", - "range_level": "1", - "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", - "aggressive": "true", - "bonuses": "100,180,180,180,180,90,97,0,0,0,0,0,0,0,0", - "range_level": "1", - "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", - "bonuses": "180,180,280,280,280,250,140,152,131,0,0,0,0,0,0", - "range_level": "1", - "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", - "bonuses": "180,180,280,280,280,250,140,152,131,0,0,0,0,0,0", - "range_level": "1", - "attack_level": "150" - }, - { - "agg_radius": "64", - "examine": "This is going to hurt...", - "melee_animation": "9277", - "range_animation": "9277", - "attack_speed": "8", - "magic_level": "2400", - "defence_animation": "9278", - "weakness": "10", - "slayer_exp": "0", - "magic_animation": "9277", - "death_animation": "9279", - "name": "TzTok-Jad", - "defence_level": "700", - "safespot": null, - "lifepoints": "250", - "strength_level": "1600", - "id": "2745", - "aggressive": "true", - "bonuses": "0,0,0,60,0,0,0,0,0,0,0,0,0,0,0", - "range_level": "1600", - "attack_level": "700" - }, - { - "examine": "Mini Menace.", - "melee_animation": "9252", - "range_animation": "9252", - "attack_speed": "5", - "defence_animation": "9253", - "magic_animation": "9252", - "death_animation": "9257", - "name": "Yt-HurKot", - "defence_level": "75", - "safespot": null, - "lifepoints": "40", - "strength_level": "75", - "id": "2746", - "aggressive": "true", - "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", - "defence_animation": "0", - "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", - "defence_animation": "0", - "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", - "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", - "id": "2782", - "aggressive": "true", - "range_level": "1", - "attack_level": "68" - }, - { - "examine": "From a darker dimension.", - "slayer_task": "25", - "melee_animation": "2731", - "range_animation": "2731", - "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", - "strength_level": "160", - "id": "2783", - "aggressive": "true", - "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": "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": "2785", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Digging.", - "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": "2786", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Confused.", - "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": "2787", - "range_level": "1", - "attack_level": "1" - }, - { - "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": "An angry Ogre in a funny hat.", - "melee_animation": "359", - "range_animation": "359", - "attack_speed": "6", - "defence_animation": "360", - "magic_animation": "359", - "death_animation": "361", - "name": "Ogre", - "defence_level": "30", - "safespot": null, - "lifepoints": "48", - "strength_level": "30", - "id": "2801", - "aggressive": "true", - "range_level": "1", - "attack_level": "30" - }, - { - "examine": "They just call him 'Coach'.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Gnome Coach", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2802", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A cold-blooded creature, partial to warmth.", - "slayer_task": "26", - "melee_animation": "2776", - "range_animation": "2776", - "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", - "id": "2803", - "aggressive": "true", - "range_level": "55", - "attack_level": "1" - }, - { - "examine": "A cold-blooded creature, partial to warmth.", - "slayer_task": "26", - "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", - "aggressive": "true", - "range_level": "45", - "attack_level": "1" - }, - { - "examine": "A cold-blooded creature, partial to warmth.", - "slayer_task": "26", - "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", - "aggressive": "true", - "range_level": "45", - "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", - "aggressive": "true", - "range_level": "45", - "attack_level": "1" - }, - { - "examine": "A cold-blooded creature, partial to warmth.", - "slayer_task": "26", - "melee_animation": "2776", - "range_animation": "2776", - "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", - "id": "2807", - "range_level": "15", - "attack_level": "1" - }, - { - "examine": "A cold-blooded creature, partial to warmth.", - "slayer_task": "26", - "melee_animation": "2776", - "range_animation": "2776", - "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", - "id": "2808", - "aggressive": "true", - "range_level": "15", - "attack_level": "1" - }, - { - "examine": "A camel who has the soul of a poet.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Al the Camel", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2809", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A camel whose love is unrequited.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Elly the Camel", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2810", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A camel who wants to fly some day.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Ollie the Camel", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2811", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A camel who likes to rest.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Cam the Camel", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2812", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A camel who wants to see the world.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Neferti the Camel", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2815", - "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": "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" - }, - { - "examine": "A shabby-looking leader.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Captain Braindeath", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2827", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Most of an angry", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "50% Luke", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2828", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "I wonder if it was all the 'rum' that pickled him.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Captain Donnie", - "defence_level": "1", - "safespot": null, - "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", - "aggressive": "true", - "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": "2832", - "aggressive": "true", - "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": "2833", - "aggressive": "true", - "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": "2834", - "aggressive": "true", - "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": "2835", - "aggressive": "true", - "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": "2836", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An undead sea scoundrel.", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "36" - }, - { - "examine": "An undead sea scoundrel.", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "36" - }, - { - "examine": "An undead sea scoundrel.", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "36" - }, - { - "examine": "An undead sea scoundrel.", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "36" - }, - { - "examine": "An undead sea scoundrel.", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "36" - }, - { - "examine": "An undead sea scoundrel.", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "36" - }, - { - "examine": "He talks a good fight.", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "34" - }, - { - "examine": "He talks a good fight.", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "34" - }, - { - "examine": "He talks a good fight.", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "34" - }, - { - "examine": "He talks a good fight.", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "34" - }, - { - "examine": "He talks a good fight.", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "34" - }, - { - "examine": "He talks a good fight.", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "34" - }, - { - "examine": "The pun was intended.", - "melee_animation": "2804", - "range_animation": "0", - "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", - "id": "2849", - "aggressive": "true", - "range_level": "40", - "attack_level": "40" - }, - { - "examine": "A bunch of legs, eyes and teeth.", - "slayer_task": "76", - "melee_animation": "5319", - "range_animation": "0", - "combat_audio": "537,539,538", - "attack_speed": "4", - "respawn_delay": "60", - "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", - "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", - "range_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", - "range_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", - "range_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", - "range_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", - "range_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", - "range_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", - "range_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", - "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": "2863", - "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": "2866", - "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": "2869", - "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": "2878", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A knee-high horror from the ocean depths...", - "slayer_task": "24", - "melee_animation": "1579", - "range_animation": "0", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "1581", - "name": "Dagannoth fledgeling", - "defence_level": "52", - "safespot": null, - "lifepoints": "74", - "strength_level": "52", - "id": "2880", - "aggressive": "true", - "range_level": "1", - "attack_level": "52" - }, - { - "agg_radius": "8", - "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", - "range_level": "255", - "projectile": "475", - "attack_level": "255" - }, - { - "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, - "lifepoints": "300", - "strength_level": "1", - "id": "7134", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Aww, aren't they the cutest li - Argh!", - "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", - "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", - "attack_level": "68" - }, - { - "examine": "A powerful wizard.", - "combat_style": "2", - "attack_speed": "25", - "magic_level": "90", - "spell_id": "11", - "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", - "aggressive": "true", - "range_level": "1", - "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", - "aggressive": "true", - "range_level": "1", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "84" - }, - { - "examine": "He seems to have gone mad.", - "melee_animation": "426", - "range_animation": "426", - "magic_level": "25", - "defence_animation": "0", - "weakness": "1", - "magic_animation": "0", - "death_animation": "836", - "name": "null", - "defence_level": "25", - "safespot": null, - "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" - }, - { - "agg_radius": "8", - "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", - "range_level": "1", - "attack_level": "255" - }, - { - "agg_radius": "8", - "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", - "range_level": "255", - "attack_level": "255" - }, - { - "examine": "A fearsome magical creature from the deep.", - "combat_style": "2", - "melee_animation": "2365", - "attack_speed": "6", - "spell_id": "48", - "magic_level": "100", - "respawn_delay": "60", - "defence_animation": "2366", - "magic_animation": "2365", - "death_animation": "2367", - "name": "Wallasalki", - "defence_level": "80", - "safespot": null, - "lifepoints": "120", - "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" - }, - { - "melee_animation": "1312", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "1313", - "death_animation": "1314", - "name": "Giant Rock Crab", - "defence_level": "1", - "safespot": null, - "lifepoints": "240", - "strength_level": "1", - "id": "2885", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "attack_speed": "2", - "defence_animation": "2861", - "weakness": "7", - "magic_animation": "2860", - "death_animation": "2862", - "name": "Rock lobster", - "defence_level": "100", - "safespot": null, - "lifepoints": "150", - "strength_level": "100", - "id": "2889", - "range_level": "1", - "bonuses": "0,0,0,0,0,100,100,50,50,150,0,0,0,0,0", - "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", - "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", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "The Beast", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2941", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Lovely", - "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", - "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" - }, - { - "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", - "melee_animation": "0", - "range_animation": "0", - "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": "1" - }, - { - "examine": "A fully grown feline.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Mittens", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2988", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Cute and fluffy.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Topsy", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2990", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A friendly feline?", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Gertrude's cat", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2997", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Very well to do. I wonder what he's doing here.", - "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": "2998", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Rich.", - "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": "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", - "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": "3003", - "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": "3004", - "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": "3005", - "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": "3006", - "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": "3007", - "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": "3008", - "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": "3009", - "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": "3010", - "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": "3011", - "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": "3012", - "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": "3013", - "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": "3014", - "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": "3015", - "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": "3016", - "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": "3017", - "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": "3018", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Looks after your Farming tools.", - "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": "3021", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Phenomenal cosmic powers", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Genie", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3022", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "defence_level": "55", - "safespot": null, - "lifepoints": "78", - "strength_level": "55", - "id": "3026", - "aggressive": "true", - "range_level": "1", - "attack_level": "55" - }, - { - "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", - "defence_level": "55", - "safespot": null, - "lifepoints": "78", - "strength_level": "55", - "id": "3027", - "aggressive": "true", - "range_level": "1", - "attack_level": "55" - }, - { - "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", - "defence_level": "55", - "safespot": null, - "lifepoints": "78", - "strength_level": "55", - "id": "3028", - "aggressive": "true", - "range_level": "1", - "attack_level": "55" - }, - { - "examine": "The oldest man in Nardah.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "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", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "2946", - "name": "Earth Warrior Champion", - "defence_level": "51", - "safespot": null, - "lifepoints": "72", - "strength_level": "51", - "id": "3057", - "aggressive": "true", - "range_level": "1", - "attack_level": "51" - }, - { - "examine": "Champion of the giants.", - "melee_animation": "6368", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "8", - "slayer_exp": "35", - "magic_animation": "0", - "death_animation": "6369", - "name": "Giant Champion", - "defence_level": "28", - "safespot": null, - "lifepoints": "40", - "strength_level": "28", - "id": "3058", - "aggressive": "true", - "range_level": "1", - "attack_level": "28" - }, - { - "examine": "Champion of the ghouls.", - "melee_animation": "422", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "slayer_exp": "50", - "magic_animation": "0", - "death_animation": "836", - "name": "Ghoul Champion", - "defence_level": "43", - "safespot": null, - "lifepoints": "61", - "strength_level": "43", - "id": "3059", - "aggressive": "true", - "range_level": "43", - "attack_level": "43" - }, - { - "examine": "Champion of the goblins.", - "melee_animation": "6188", - "range_animation": "0", - "combat_audio": "469,472,471", - "magic_level": "12", - "defence_animation": "0", - "weakness": "10", - "magic_animation": "0", - "death_animation": "6190", - "name": "Goblin Champion", - "defence_level": "12", - "safespot": null, - "lifepoints": "17", - "strength_level": "6", - "id": "3060", - "range_level": "1", - "attack_level": "6" - }, - { - "examine": "Champion of the hobgoblins.", - "combat_style": "1", - "range_animation": "0", - "combat_audio": "469,472,471", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "0", - "magic_animation": "0", - "death_animation": "2958", - "name": "Hobgoblin Champion", - "defence_level": "28", - "safespot": null, - "lifepoints": "40", - "strength_level": "14", - "id": "3061", - "aggressive": "true", - "range_level": "28", - "attack_level": "14" - }, - { - "examine": "Champion of the imps.", - "melee_animation": "5285", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "172", - "name": "Imp Champion", - "defence_level": "7", - "safespot": null, - "lifepoints": "10", - "strength_level": "7", - "id": "3062", - "aggressive": "true", - "range_level": "7", - "attack_level": "7" - }, - { - "examine": "Champion of the jogres.", - "melee_animation": "2100", - "range_animation": "0", - "poisonous": "true", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "8576", - "name": "Jogre Champion", - "defence_level": "54", - "safespot": null, - "lifepoints": "77", - "strength_level": "54", - "id": "3063", - "aggressive": "true", - "range_level": "1", - "attack_level": "54" - }, - { - "examine": "Champion of the lesser demons.", - "melee_animation": "64", - "range_animation": "0", - "combat_audio": "400,404,403", - "magic_level": "81", - "respawn_delay": "60", - "defence_animation": "65", - "weakness": "5", - "slayer_exp": "79", - "magic_animation": "0", - "death_animation": "67", - "name": "Lesser Demon Champion", - "defence_level": "81", - "safespot": null, - "lifepoints": "115", - "strength_level": "1", - "id": "3064", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Champion of the skeletons.", - "combat_style": "1", - "melee_animation": "5512", - "range_animation": "0", - "combat_audio": "774,775,777", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "2", - "magic_animation": "0", - "death_animation": "5514", - "name": "Skeleton Champion", - "defence_level": "20", - "safespot": null, - "lifepoints": "28", - "strength_level": "10", - "id": "3065", - "aggressive": "true", - "range_level": "20", - "attack_level": "10" - }, - { - "examine": "Champion of the zombies.", - "melee_animation": "5581", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "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.", - "slayer_task": "95", - "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", - "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.", - "slayer_task": "95", - "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", - "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 household pest.", - "melee_animation": "8785", - "range_animation": "0", - "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", - "id": "7158", - "range_level": "1", - "attack_level": "3" - }, - { - "examine": "Eurgh! A big bug.", - "melee_animation": "8787", - "range_animation": "0", - "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", - "id": "7159", - "range_level": "1", - "attack_level": "22" - }, - { - "examine": "Euww! A giant bug.", - "melee_animation": "8786", - "range_animation": "0", - "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", - "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", - "aggressive": "true", - "range_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", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "safespot": null, - "lifepoints": "5", - "strength_level": "1", - "id": "7202", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "safespot": null, - "lifepoints": "5", - "strength_level": "1", - "id": "7204", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7206", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "It's searching for crumbs of chocolate.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Spider", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7207", - "range_level": "1", - "attack_level": "1" - }, - { - "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": "Snail", - "defence_level": "1", - "safespot": null, - "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", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Monkey", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "629,631,630", - "strength_level": "1", - "id": "7211", - "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": "7212", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Monkey", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "629,631,630", - "strength_level": "1", - "id": "7213", - "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": "7214", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Monkey", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "629,631,630", - "strength_level": "1", - "id": "7215", - "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": "7216", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Monkey", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "629,631,630", - "strength_level": "1", - "id": "7217", - "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": "7218", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Monkey", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "629,631,630", - "strength_level": "1", - "id": "7219", - "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": "7220", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Monkey", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "629,631,630", - "strength_level": "1", - "id": "7221", - "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": "7222", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Monkey", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "629,631,630", - "strength_level": "1", - "id": "7223", - "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": "7224", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Monkey", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "629,631,630", - "strength_level": "1", - "id": "7225", - "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": "7226", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Monkey", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "629,631,630", - "strength_level": "1", - "id": "7227", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "It's a tiny", - "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", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "It's a tiny", - "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", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "It's a tiny", - "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", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "It's a tiny", - "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", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "It's a tiny", - "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", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "It's a tiny", - "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", - "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": "7234", - "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": "7235", - "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": "7236", - "range_level": "1", - "attack_level": "1" - }, - { - "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": "7275", - "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": "7285", - "range_level": "1", - "attack_level": "1" - }, - { - "combat_style": "1", - "melee_animation": "8222", - "magic_level": "70", - "respawn_delay": "0", - "defence_animation": "8224", - "death_animation": "8226", - "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": "1", - "melee_animation": "8222", - "range_animation": "0", - "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", - "id": "7330", - "bonuses": "60,60,60,60,50,50,100,200,200,28,100,100,70,70,70", - "range_level": "65", - "attack_level": "60" - }, - { - "examine": "It buzzes and bites. Nasty.", - "melee_animation": "8032", - "range_animation": "8032", - "magic_level": "21", - "respawn_delay": "50", - "defence_animation": "8034", - "magic_animation": "8032", - "death_animation": "8033", - "name": "Spirit mosquito", - "defence_level": "25", - "poison_immune": "true", - "safespot": null, - "lifepoints": "43", - "strength_level": "24", - "id": "7331", - "bonuses": "45,49,42,39,47,46,29,43,51,16,53,10,0,0,0", - "range_level": "25", - "attack_level": "28" - }, - { - "examine": "It buzzes and bites. Nasty.", - "melee_animation": "8032", - "range_animation": "8032", - "magic_level": "21", - "respawn_delay": "50", - "defence_animation": "8034", - "weakness": "10", - "magic_animation": "8032", - "death_animation": "8033", - "name": "Spirit mosquito", - "defence_level": "25", - "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", - "death_animation": "8176", - "name": "Void spinner", - "defence_level": "34", - "safespot": null, - "lifepoints": "48", - "strength_level": "34", - "id": "7334", - "range_level": "34", - "attack_level": "34" - }, - { - "death_animation": "7864", - "name": "Forge regent", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "melee_animation": "7863", - "strength_level": "1", - "id": "7335", - "range_level": "1", - "respawn_delay": "0", - "attack_level": "1", - "defence_animation": "7865" - }, - { - "examine": "This one will burn right through the net!", - "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" - }, - { - "death_animation": "5230", - "name": "Spirit larupia", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "melee_animation": "5228", - "strength_level": "1", - "id": "7337", - "range_level": "1", - "respawn_delay": "0", - "attack_level": "1", - "defence_animation": "5227" - }, - { - "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.", - "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.", - "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" - }, - { - "combat_style": "1", - "melee_animation": "7980", - "respawn_delay": "0", - "defence_animation": "7981", - "death_animation": "7692", - "name": "Lava titan", - "defence_level": "1", - "safespot": null, - "lifepoints": "528", - "strength_level": "1", - "id": "7341", - "bonuses": "100,120,90,100,90,90,40,50,0,0,0,0,0,0,0", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Made of lava.", - "combat_style": "1", - "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!", - "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!", - "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" - }, - { - "death_animation": "5990", - "name": "Talon beast", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "melee_animation": "5989", - "strength_level": "1", - "id": "7347", - "range_level": "1", - "respawn_delay": "0", - "attack_level": "1", - "defence_animation": "5988" - }, - { - "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" - }, - { - "death_animation": "7979", - "name": "Abyssal titan", - "defence_level": "1", - "safespot": null, - "lifepoints": "667", - "melee_animation": "7693", - "strength_level": "1", - "id": "7349", - "range_level": "1", - "respawn_delay": "0", - "attack_level": "1", - "defence_animation": "7691" - }, - { - "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.", - "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" - }, - { - "death_animation": "7758", - "name": "Giant chinchompa", - "defence_level": "1", - "safespot": null, - "lifepoints": "1", - "melee_animation": "7755", - "strength_level": "1", - "id": "7353", - "range_level": "1", - "respawn_delay": "0", - "attack_level": "1", - "defence_animation": "7753" - }, - { - "examine": "Looks a little...volatile.", - "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!", - "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!", - "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" - }, - { - "combat_style": "1", - "melee_animation": "8257", - "attack_speed": "3", - "respawn_delay": "0", - "defence_animation": "8256", - "death_animation": "8258", - "name": "Spirit Tz-Kih", - "defence_level": "1", - "safespot": null, - "lifepoints": "62", - "strength_level": "1", - "id": "7361", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "This bat burned down the belfry.", - "combat_style": "1", - "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" - }, - { - "start_gfx": "1367", - "melee_animation": "5228", - "respawn_delay": "0", - "defence_animation": "5227", - "death_animation": "5230", - "name": "Spirit graahk", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7363", - "range_level": "1", - "attack_level": "1" - }, - { - "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" - }, - { - "start_gfx": "1365", - "melee_animation": "5228", - "respawn_delay": "0", - "defence_animation": "5227", - "death_animation": "5230", - "name": "Spirit kyatt", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7365", - "range_level": "1", - "attack_level": "1" - }, - { - "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": "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": "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" - }, - { - "death_animation": "7996", - "name": "Ravenous locust", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "melee_animation": "7994", - "strength_level": "1", - "id": "7374", - "range_level": "1", - "respawn_delay": "0", - "attack_level": "1", - "defence_animation": "7995" - }, - { - "examine": "He is an iron man!", - "combat_style": "1", - "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": "1", - "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": "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", - "magic_level": "25", - "defence_animation": "0", - "weakness": "3", - "magic_animation": "0", - "name": "Elisabeta", - "defence_level": "25", - "safespot": null, - "lifepoints": "7", - "strength_level": "25", - "id": "7398", - "aggressive": "true", - "range_level": "25", - "attack_level": "25" - }, - { - "examine": "A popular dwarven delicacy.", - "melee_animation": "2705", - "range_animation": "2705", - "combat_audio": "3102,3104,3103", - "attack_speed": "5", - "defence_animation": "2706", - "magic_animation": "2705", - "death_animation": "2707", - "name": "Rat", - "defence_level": "1", - "safespot": null, - "lifepoints": "2", - "strength_level": "1", - "id": "7417", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An impling manager: what a terrifying thought!", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Wigglewoo", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7425", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "This worker looks after the incubator.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "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", - "strength_level": "1", - "id": "7438", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Elf warrior", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7439", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Elf warrior", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7440", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Elf warrior", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "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", - "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", - "id": "7443", - "aggressive": "true", - "range_level": "1", - "attack_level": "8" - }, - { - "name": "Fairtrade", - "defence_level": "1", - "safespot": null, - "lifepoints": "75", - "strength_level": "1", - "attack_speed": "5", - "id": "7459", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "name": "Teapotspout", - "defence_level": "1", - "safespot": null, - "lifepoints": "75", - "strength_level": "1", - "attack_speed": "5", - "id": "7460", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "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", - "safespot": null, - "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", - "bonuses": "20,20,20,20,20,20,20,20,20,20,20,20,45,20,0", - "range_level": "1", - "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", - "bonuses": "20,20,20,20,20,20,20,20,20,20,20,20,45,20,0", - "range_level": "1", - "attack_level": "99" - }, - { - "examine": "His usual sunny disposition is not in evidence.", - "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", - "attack_level": "30" - }, - { - "name": "Berrybree", - "defence_level": "1", - "safespot": null, - "lifepoints": "50", - "strength_level": "1", - "id": "7476", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "name": "Stuffstuffer", - "defence_level": "1", - "safespot": null, - "lifepoints": "50", - "strength_level": "1", - "id": "7477", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "name": "Learking", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "strength_level": "1", - "id": "7479", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "name": "Rachael", - "defence_level": "1", - "safespot": null, - "lifepoints": "70", - "strength_level": "1", - "id": "7480", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "examine": "You clearly can't live on treasure alone.", - "slayer_task": "75", - "range_animation": "0", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "5491", - "name": "Cool Mom227", - "defence_level": "30", - "safespot": null, - "lifepoints": "42", - "strength_level": "30", - "id": "7481", - "range_level": "1", - "attack_level": "30" - }, - { - "examine": "A testament to the effect of greed.", - "slayer_task": "75", - "range_animation": "0", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "5491", - "name": "Purepker895", - "defence_level": "30", - "safespot": null, - "lifepoints": "42", - "strength_level": "30", - "id": "7482", - "range_level": "1", - "attack_level": "30" - }, - { - "examine": "He wanted loot", - "slayer_task": "75", - "range_animation": "0", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "5491", - "name": "Pkmaster0036", - "defence_level": "30", - "safespot": null, - "lifepoints": "42", - "strength_level": "30", - "id": "7483", - "range_level": "1", - "attack_level": "30" - }, - { - "examine": "Eternally looking for that big payday.", - "slayer_task": "75", - "range_animation": "0", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "5491", - "name": "Cow1337killr", - "defence_level": "30", - "safespot": null, - "lifepoints": "42", - "strength_level": "30", - "id": "7484", - "range_level": "1", - "attack_level": "30" - }, - { - "examine": "No more tea-breaks for this one.", - "slayer_task": "75", - "range_animation": "0", - "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.", - "slayer_task": "75", - "range_animation": "0", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "5491", - "name": "Mathdude", - "defence_level": "30", - "safespot": null, - "lifepoints": "42", - "strength_level": "30", - "id": "7486", - "range_level": "1", - "attack_level": "30" - }, - { - "examine": "An anatomist's dream.", - "slayer_task": "75", - "range_animation": "0", - "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.", - "slayer_task": "75", - "range_animation": "0", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "5491", - "name": "1337sp34kr", - "defence_level": "30", - "safespot": null, - "lifepoints": "42", - "strength_level": "30", - "id": "7488", - "range_level": "1", - "attack_level": "30" - }, - { - "examine": "A desert dweller taken to banditry.", - "melee_animation": "9705", - "range_animation": "0", - "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.", - "melee_animation": "9715", - "range_animation": "0", - "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": "7493", - "range_level": "1", - "attack_level": "30" - }, - { - "examine": "He hasn't found much of use", - "melee_animation": "9705", - "range_animation": "0", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "836", - "name": "Sue Spammers", - "defence_level": "30", - "safespot": null, - "lifepoints": "42", - "strength_level": "30", - "id": "7494", - "range_level": "1", - "attack_level": "30" - }, - { - "examine": "An amateur historian with added greed.", - "melee_animation": "9715", - "range_animation": "0", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "836", - "name": "Killerwail", - "defence_level": "30", - "safespot": null, - "lifepoints": "42", - "strength_level": "30", - "id": "7495", - "range_level": "1", - "attack_level": "30" - }, - { - "examine": "It all started with her love of genealogy.", - "melee_animation": "9705", - "range_animation": "0", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "836", - "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.", - "slayer_task": "70", - "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.", - "slayer_task": "70", - "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.", - "slayer_task": "70", - "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.", - "slayer_task": "70", - "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", - "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", - "attack_speed": "6", - "respawn_delay": "60", - "defence_animation": "425", - "death_animation": "836", - "name": "Redheadmonky", - "defence_level": "1", - "safespot": null, - "lifepoints": "22", - "strength_level": "1", - "id": "7528", - "range_level": "1", - "attack_level": "1" - }, - { - "slayer_exp": "0", - "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" - }, - { - "examine": "Not somewhere I want to go...", - "attack_speed": "90", - "magic_level": "70", - "respawn_delay": "125", - "name": "Portal", - "defence_level": "90", - "safespot": null, - "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" - }, - { - "examine": "Not somewhere I want to go...", - "attack_speed": "5", - "magic_level": "50", - "respawn_delay": "125", - "name": "Portal", - "defence_level": "90", - "safespot": null, - "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", - "bonuses": "200,200,100,200,100,0,0,0,0,0,0,0,0,0,0", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Not somewhere I want to go...", - "melee_animation": "0", - "range_animation": "0", - "attack_speed": "5", - "magic_level": "90", - "respawn_delay": "125", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Portal", - "defence_level": "90", - "safespot": null, - "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", - "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": "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", - "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.", - "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": "7558", - "bonuses": "50,50,100,100,50,0,0,0,0,0,0,0,0,0,0", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Looks after your Farming tools.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Brawler", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7559", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Looks after your Farming tools.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Lostme", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7560", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Looks after your Farming tools.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Chiercat", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7561", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Looks after your Farming tools.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Skydischarge", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7562", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Looks after your Farming tools.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Agplus", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7563", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Looks after your Farming tools.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Distantthin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7564", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Looks after your Farming tools.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Allmarshes", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7565", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Looks after your Farming tools.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Explosive67", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7566", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Looks after your Farming tools.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Alpha1beta", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7569", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7570", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7571", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7572", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7573", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Poledragon", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "408,410,409", - "strength_level": "1", - "id": "7580", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He likes inflicting pain.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Al Truism", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7582", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "The Don of penguins.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Ohhhhdude", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7583", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A penguin pushing paper", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Torcher", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7585", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A penguin pushing paper", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Torcher", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7586", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He's a little rough around the edges.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Shifter", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7593", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He has unbelievable strength!", - "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": "7605", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Vyrewatch", - "defence_level": "1", - "safespot": null, - "lifepoints": "95", - "strength_level": "1", - "attack_speed": "6", - "id": "7606", - "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": "7607", - "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": "7608", - "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": "7609", - "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": "7614", - "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": "7615", - "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": "7616", - "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": "7617", - "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": "7618", - "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": "7619", - "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": "7620", - "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": "7621", - "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": "7626", - "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": "7627", - "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": "7628", - "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": "7629", - "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": "7631", - "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": "7632", - "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": "7634", - "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": "7635", - "aggressive": "true", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "examine": "Ew it's still alive.", - "slayer_task": "21", - "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", - "defence_level": "85", - "safespot": null, - "lifepoints": "90", - "strength_level": "85", - "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" - }, - { - "examine": "Ew it's still alive.", - "slayer_task": "21", - "melee_animation": "9125", - "range_animation": "9125", - "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", - "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" - }, - { - "examine": "A bloodveld with a very mixed heritage.", - "slayer_task": "10", - "melee_animation": "9102", - "range_animation": "0", - "attack_speed": "5", - "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", - "strength_level": "56", - "id": "7642", - "aggressive": "true", - "range_level": "1", - "attack_level": "56" - }, - { - "examine": "A bloodveld with a very mixed heritage.", - "slayer_task": "10", - "melee_animation": "9102", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "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.", - "slayer_task": "27", - "melee_animation": "6565", - "range_animation": "0", - "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", - "id": "7711", - "range_level": "1", - "attack_level": "24" - }, - { - "melee_animation": "8080", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "8084", - "death_animation": "8078", - "name": "Baby icefiend", - "defence_level": "1", - "safespot": null, - "lifepoints": "50", - "strength_level": "1", - "id": "7713", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A small ice demon.", - "slayer_task": "46", - "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": "Icefiend", - "defence_level": "25", - "safespot": null, - "lifepoints": "35", - "strength_level": "1", - "id": "7714", - "aggressive": "true", - "clue_level": "0", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "The icefiend seems to be melting.", - "slayer_task": "46", - "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": "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.", - "slayer_task": "46", - "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", - "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": "7727", - "range_level": "1", - "attack_level": "12" - }, - { - "melee_animation": "8080", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "8084", - "death_animation": "8078", - "name": "Baby icefiend", - "defence_level": "1", - "safespot": null, - "lifepoints": "50", - "strength_level": "1", - "id": "7736", - "aggressive": "true", - "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", - "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", - "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", - "id": "7772", - "aggressive": "true", - "range_level": "38", - "attack_level": "28" - }, - { - "examine": "A monster like many others", - "combat_style": "2", - "melee_animation": "9341", - "range_animation": "0", - "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", - "id": "7773", - "aggressive": "true", - "range_level": "38", - "attack_level": "28" - }, - { - "examine": "A big, scary hand! ", - "melee_animation": "1802", - "attack_speed": "6", - "respawn_delay": "60", - "defence_animation": "1803", - "slayer_exp": "105", - "death_animation": "1804", - "name": "Wall Beast", - "defence_level": "38", - "movement_radius": "1", - "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", - "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", - "id": "7891", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A man of his craft.", - "name": "Smelting Tutor", - "defence_level": "1", - "movement_radius": "5", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "7958", - "range_level": "1", - "attack_level": "1" - }, - { - "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" - }, - { - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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": "He likes Guthix a bit.", - "name": "Druid", - "id": "14" - }, - { - "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": "One of the Burgher's Protectors", - "death_animation": "836", - "name": "Honour Guard", - "melee_animation": "395", - "id": "5515", - "defence_animation": "404" - }, - { - "examine": "Servant of the Duke of Lumbridge.", - "melee_animation": "422", - "range_animation": "422", - "attack_speed": "4", - "magic_level": "22", - "defence_animation": "404", - "magic_animation": "422", - "death_animation": "9055", - "name": "Hans", - "defence_level": "14", - "safespot": "0", - "lifepoints": "12", - "strength_level": "17", - "id": "0", - "range_level": "1", - "attack_level": "17" - }, - { - "examine": "One of 2009Scape's many citizens.", - "melee_animation": "422", - "range_animation": "422", - "combat_audio": "511,513,512", - "attack_speed": "4", - "magic_level": "6", - "respawn_delay": "18", - "defence_animation": "404", - "weakness": "9", - "slayer_exp": "0", - "magic_animation": "422", - "death_animation": "9055", - "name": "Man", - "defence_level": "5", - "safespot": null, - "lifepoints": "10", - "strength_level": "2", - "id": "1", - "clue_level": "0", - "range_level": "1", - "attack_level": "5" - }, - { - "examine": "One of 2009Scape's many citizens.", - "melee_animation": "422", - "range_animation": "422", - "combat_audio": "511,513,512", - "attack_speed": "4", - "respawn_delay": "60", - "defence_animation": "404", - "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 2009Scape'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 2009Scape'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 2009Scape'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 2009Scape'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": "284", - "range_animation": "0", - "attack_speed": "4", - "respawn_delay": "60", - "defence_animation": "285", - "weakness": "9", - "magic_animation": "0", - "death_animation": "287", - "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": "284", - "range_animation": "0", - "combat_audio": "511,513,512", - "attack_speed": "4", - "respawn_delay": "60", - "defence_animation": "285", - "weakness": "9", - "magic_animation": "0", - "death_animation": "287", - "name": "Guard", - "defence_level": "13", - "safespot": null, - "lifepoints": "18", - "strength_level": "13", - "id": "9", - "clue_level": "1", - "range_level": "1", - "attack_level": "13" - }, - { - "examine": "She looks happy.", - "melee_animation": "0", - "range_animation": "1142", - "defence_animation": "285", - "magic_animation": "0", - "death_animation": "287", - "name": "Schoolgirl", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "10", - "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": "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.", - "name": "Druid", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "511,513,512", - "strength_level": "1", - "id": "14", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Not very fashion conscious.", - "melee_animation": "386", - "range_animation": "0", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "836", - "name": "Warrior woman", - "defence_level": "22", - "safespot": null, - "lifepoints": "20", - "strength_level": "22", - "id": "15", - "range_level": "1", - "attack_level": "22" - }, - { - "examine": "One of the citizens of Al Kharid.", - "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": "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", - "attack_speed": "6", - "defence_animation": "387", - "weakness": "7", - "magic_animation": "390", - "death_animation": "836", - "name": "Al-Kharid warrior", - "defence_level": "5", - "safespot": null, - "lifepoints": "19", - "strength_level": "15", - "id": "18", - "clue_level": "0", - "range_level": "1", - "attack_level": "7" - }, - { - "examine": "Shiny armour!", - "melee_animation": "7042", - "range_animation": "0", - "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", - "id": "19", - "range_level": "1", - "attack_level": "25" - }, - { - "examine": "A holy warrior.", - "melee_animation": "390", - "combat_audio": "511,513,512", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "425", - "death_animation": "836", - "name": "Paladin", - "defence_level": "54", - "safespot": null, - "lifepoints": "66", - "strength_level": "54", - "id": "20", - "range_level": "1", - "attack_level": "54" - }, - { - "examine": "Heroic!", - "melee_animation": "390", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "425", - "weakness": "7", - "magic_animation": "0", - "death_animation": "836", - "name": "Hero", - "defence_level": "54", - "safespot": null, - "lifepoints": "82", - "strength_level": "55", - "id": "21", - "range_level": "1", - "attack_level": "54" - }, - { - "examine": "They love the forests.", - "melee_animation": "422", - "range_animation": "0", - "combat_audio": "511,513,512", - "attack_speed": "4", - "respawn_delay": "18", - "defence_animation": "404", - "magic_animation": "0", - "death_animation": "9055", - "name": "Forester", - "defence_level": "8", - "safespot": null, - "lifepoints": "17", - "strength_level": "13", - "id": "22", - "range_level": "1", - "attack_level": "14" - }, - { - "examine": "A member of Ardougne's militia.", - "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": "23", - "range_level": "1", - "attack_level": "38" - }, - { - "examine": "One of 2009Scape'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": "24", - "clue_level": "0", - "range_level": "1", - "attack_level": "3" - }, - { - "examine": "One of 2009Scape'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": "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", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Zoo keeper", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "28", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "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.", - "slayer_task": "7", - "melee_animation": "5387", - "range_animation": "5387", - "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", - "id": "41", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Freshly sheared.", - "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": "42", - "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": "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.", - "slayer_task": "7", - "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", - "combat_audio": "3102,3104,3103", - "attack_speed": "5", - "defence_animation": "2706", - "magic_animation": "2705", - "death_animation": "2707", - "name": "Rat", - "defence_level": "1", - "safespot": null, - "lifepoints": "2", - "strength_level": "1", - "id": "47", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A jungle version of the chicken, but more vicious.", - "slayer_task": "7", - "melee_animation": "5387", - "range_animation": "0", - "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", - "id": "48", - "range_level": "1", - "attack_level": "40" - }, - { - "examine": "Hello, nice doggy...", - "slayer_task": "43", - "melee_animation": "6562", - "range_animation": "6562", - "combat_audio": "3717,3719,3718", - "attack_speed": "4", - "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", - "id": "49", - "clue_level": "2", - "range_level": "1", - "attack_level": "105" - }, - { - "agg_radius": "64", - "examine": "The biggest, meanest dragon around.", - "slayer_task": "9", - "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", - "bonuses": "0,0,0,0,0,70,90,90,80,70,0,0,0,0,0", - "clue_level": "2", - "range_level": "1", - "attack_level": "240" - }, - { - "examine": "A dragon covered in frost and ice.", - "combat_audio": "408,410,409", - "magic_level": "116", - "respawn_delay": "25", - "weakness": "0", - "name": "Baby dragon", - "defence_level": "112", - "safespot": null, - "lifepoints": "160", - "strength_level": "103", - "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" - }, - { - "examine": "Young but still dangerous.", - "slayer_task": "11", - "combat_audio": "408,410,409", - "magic_level": "1", - "weakness": "3", - "slayer_exp": "50", - "name": "Baby blue dragon", - "defence_level": "40", - "safespot": null, - "lifepoints": "50", - "strength_level": "40", - "id": "52", - "bonuses": "0,0,0,0,0,30,50,50,40,30,0,0,0,0,0", - "range_level": "1", - "attack_level": "40" - }, - { - "examine": "A big powerful dragon.", - "slayer_task": "68", - "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": "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" - }, - { - "examine": "A fierce dragon with black scales!", - "slayer_task": "9", - "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": "54", - "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": "200" - }, - { - "examine": "A mother dragon.", - "slayer_task": "11", - "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": "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" - }, - { - "examine": "A wood nymph.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Dryad", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "56", - "range_level": "1", - "attack_level": "1" - }, - { - "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?", - "slayer_task": "76", - "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", - "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.", - "slayer_task": "76", - "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.", - "slayer_task": "76", - "melee_animation": "5327", - "range_animation": "5327", - "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", - "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" - }, - { - "examine": "Incey wincey.", - "slayer_task": "76", - "melee_animation": "6249", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "2", - "slayer_exp": "2", - "magic_animation": "0", - "death_animation": "6251", - "name": "Spider", - "defence_level": "1", - "safespot": null, - "lifepoints": "1", - "strength_level": "1", - "id": "61", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A barely visible deadly jungle spider.", - "slayer_task": "76", - "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.", - "slayer_task": "76", - "melee_animation": "5327", - "range_animation": "5327", - "combat_audio": "537,539,538", - "attack_speed": "4", - "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.", - "slayer_task": "76", - "melee_animation": "5327", - "range_animation": "0", - "combat_audio": "537,539,538", - "attack_speed": "4", - "respawn_delay": "60", - "defence_animation": "0", - "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", - "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", - "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.", - "slayer_task": "93", - "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.", - "slayer_task": "93", - "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.", - "slayer_task": "93", - "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.", - "slayer_task": "93", - "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.", - "slayer_task": "93", - "melee_animation": "5568", - "range_animation": "0", - "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", - "id": "77", - "range_level": "1", - "attack_level": "8" - }, - { - "examine": "An annoying flappy thing.", - "slayer_task": "5", - "melee_animation": "4915", - "range_animation": "4915", - "attack_speed": "4", - "magic_level": "1", - "defence_animation": "4916", - "weakness": "4", - "slayer_exp": "8", - "magic_animation": "4915", - "death_animation": "4917", - "name": "Giant bat", - "defence_level": "22", - "safespot": null, - "lifepoints": "32", - "strength_level": "22", - "id": "78", - "aggressive": "true", - "range_level": "1", - "attack_level": "22" - }, - { - "examine": "A shadowy, barely visible flying entity from some evil place.", - "slayer_task": "5", - "melee_animation": "4915", - "range_animation": "0", - "attack_speed": "4", - "magic_level": "1", - "respawn_delay": "60", - "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", - "id": "79", - "aggressive": "true", - "range_level": "1", - "attack_level": "70" - }, - { - "examine": "Oh, it's a camel.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Camel", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "80", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Converts grass to beef.", - "slayer_task": "20", - "melee_animation": "5849", - "range_animation": "5849", - "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", - "id": "81", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Lesser, but still pretty big.", - "slayer_task": "56", - "melee_animation": "4630", - "range_animation": "4630", - "combat_audio": "400,404,403", - "attack_speed": "4", - "magic_level": "1", - "respawn_delay": "20", - "defence_animation": "65", - "weakness": "4", - "slayer_exp": "79", - "magic_animation": "4630", - "death_animation": "67", - "name": "Lesser demon", - "defence_level": "71", - "safespot": null, - "lifepoints": "81", - "strength_level": "70", - "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" - }, - { - "examine": "Big, red, and incredibly evil.", - "slayer_task": "40", - "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", - "range_level": "1", - "attack_level": "76" - }, - { - "examine": "A big, scary, jet-black demon.", - "slayer_task": "8", - "melee_animation": "64", - "range_animation": "64", - "combat_audio": "400,404,403", - "attack_speed": "4", - "magic_level": "1", - "respawn_delay": "38", - "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": "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" - }, - { - "examine": "A creature made from clay.", - "melee_animation": "422", - "range_animation": "422", - "magic_level": "1", - "defence_animation": "404", - "magic_animation": "422", - "death_animation": "9055", - "name": "Golem", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "85", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Overgrown vermin.", - "slayer_task": "67", - "melee_animation": "4933", - "range_animation": "4933", - "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", - "id": "86", - "aggressive": "true", - "range_level": "1", - "attack_level": "2" - }, - { - "examine": "Overgrown vermin.", - "slayer_task": "67", - "melee_animation": "4933", - "range_animation": "0", - "combat_audio": "703,705,704", - "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, - "lifepoints": "10", - "strength_level": "5", - "id": "87", - "aggressive": "true", - "range_level": "1", - "attack_level": "6" - }, - { - "examine": "A dirty rat.", - "slayer_task": "67", - "range_animation": "0", - "combat_audio": "703,705,704", - "attack_speed": "4", - "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", - "combat_audio": "496,498,497", - "attack_speed": "4", - "magic_level": "1", - "respawn_delay": "32", - "defence_animation": "6375", - "weakness": "3", - "magic_animation": "6376", - "death_animation": "6377", - "name": "Unicorn", - "defence_level": "13", - "safespot": null, - "lifepoints": "19", - "strength_level": "13", - "id": "89", - "range_level": "1", - "attack_level": "11" - }, - { - "examine": "Could do with gaining a few pounds.", - "slayer_task": "75", - "melee_animation": "5485", - "range_animation": "5485", - "combat_audio": "774,775,777", - "attack_speed": "4", - "respawn_delay": "32", - "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.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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": "An undead worker of dark magic.", - "slayer_task": "75", - "combat_style": "2", - "melee_animation": "5487", - "range_animation": "5523", - "combat_audio": "774,775,777", - "attack_speed": "4", - "magic_level": "18", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "3", - "slayer_exp": "17", - "magic_animation": "0", - "death_animation": "5491", - "name": "Skeleton Mage", - "defence_level": "14", - "safespot": null, - "lifepoints": "17", - "strength_level": "14", - "id": "94", - "range_level": "1", - "attack_level": "14" - }, - { - "examine": "Not man's best friend.", - "slayer_task": "92", - "melee_animation": "6559", - "combat_audio": "481,491,490", - "attack_speed": "4", - "slayer_exp": "69", - "death_animation": "6558", - "name": "Wolf", - "defence_level": "52", - "safespot": null, - "lifepoints": "69", - "strength_level": "55", - "id": "95", - "range_level": "1", - "attack_level": "50" - }, - { - "examine": "A vicious mountain wolf.", - "slayer_task": "92", - "melee_animation": "6579", - "range_animation": "6579", - "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", - "id": "96", - "aggressive": "true", - "range_level": "1", - "attack_level": "20" - }, - { - "examine": "A vicious mountain wolf.", - "slayer_task": "92", - "melee_animation": "6579", - "range_animation": "6579", - "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", - "id": "97", - "aggressive": "true", - "range_level": "1", - "attack_level": "30" - }, - { - "examine": "Bow wow.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Dog", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "98", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He doesn't seem pleased to see me.", - "slayer_task": "27", - "melee_animation": "6562", - "range_animation": "6562", - "attack_speed": "4", - "respawn_delay": "15", - "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", - "id": "99", - "aggressive": "true", - "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", - "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" - }, - { - "examine": "Eeek a ghost!", - "slayer_task": "36", - "melee_animation": "5540", - "range_animation": "5540", - "combat_audio": "436,439,438", - "attack_speed": "5", - "magic_level": "18", - "respawn_delay": "20", - "defence_animation": "5541", - "weakness": "5", - "slayer_exp": "25", - "magic_animation": "5540", - "death_animation": "5542", - "name": "Ghost", - "defence_level": "6", - "safespot": null, - "lifepoints": "13", - "strength_level": "7", - "id": "103", - "bonuses": "2,2,2,2,2,2,2,2,2,2,2,2,90,2,2", - "range_level": "1", - "attack_level": "6" - }, - { - "examine": "Eeek! A ghost!", - "slayer_task": "36", - "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": "104", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Eek! A bear!", - "slayer_task": "6", - "melee_animation": "4925", - "range_animation": "0", - "combat_audio": "498,500,499", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "slayer_exp": "27", - "magic_animation": "0", - "death_animation": "4929", - "name": "Grizzly bear", - "defence_level": "23", - "safespot": null, - "lifepoints": "32", - "strength_level": "23", - "id": "105", - "aggressive": "true", - "range_level": "1", - "attack_level": "23" - }, - { - "examine": "Eek! A bear!", - "slayer_task": "6", - "melee_animation": "4925", - "range_animation": "0", - "combat_audio": "498,500,499", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "slayer_exp": "25", - "magic_animation": "0", - "death_animation": "4929", - "name": "Black bear", - "defence_level": "17", - "safespot": null, - "lifepoints": "24", - "strength_level": "17", - "id": "106", - "range_level": "1", - "attack_level": "17" - }, - { - "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.", - "slayer_task": "71", - "melee_animation": "6254", - "range_animation": "0", - "combat_audio": "3611,3612,3610", - "poisonous": "true", - "respawn_delay": "60", - "defence_animation": "6255", - "weakness": "0", - "poison_amount": "3", - "magic_animation": "0", - "death_animation": "6256", - "name": "Poison Scorpion", - "defence_level": "35", - "safespot": null, - "lifepoints": "17", - "strength_level": "1", - "id": "108", - "aggressive": "true", - "range_level": "35", - "attack_level": "1" - }, - { - "examine": "Tiny", - "slayer_task": "71", - "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.", - "slayer_task": "33", - "melee_animation": "4666", - "range_animation": "4666", - "combat_audio": "449,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": "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" - }, - { - "examine": "He's got icicles in his beard.", - "slayer_task": "47", - "melee_animation": "4672", - "range_animation": "0", - "combat_audio": "449,451,450", - "attack_speed": "5", - "magic_level": "1", - "respawn_delay": "60", - "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": "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" - }, - { - "examine": "His beard seems to have a life of its own.", - "slayer_task": "62", - "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": "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" - }, - { - "examine": "An aggressive humanoid.", - "melee_animation": "128", - "range_animation": "128", - "attack_speed": "5", - "defence_animation": "129", - "magic_animation": "128", - "death_animation": "131", - "name": "Jogre", - "defence_level": "41", - "safespot": null, - "lifepoints": "50", - "strength_level": "1", - "id": "113", - "aggressive": "true", - "clue_level": "1", - "range_level": "1", - "attack_level": "41" - }, - { - "examine": "Big, ugly, and smelly.", - "melee_animation": "359", - "range_animation": "359", - "attack_speed": "6", - "magic_level": "27", - "respawn_delay": "25", - "defence_animation": "360", - "magic_animation": "359", - "death_animation": "361", - "name": "Mogre", - "defence_level": "27", - "safespot": null, - "lifepoints": "60", - "strength_level": "27", - "id": "114", - "aggressive": "true", - "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.", - "slayer_task": "44", - "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", - "range_level": "1", - "attack_level": "65" - }, - { - "examine": "A very large foe.", - "slayer_task": "44", - "melee_animation": "4652", - "range_animation": "4652", - "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": "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" - }, - { - "examine": "A short angry guy.", - "slayer_task": "29", - "melee_animation": "99", - "range_animation": "0", - "attack_speed": "7", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "6", - "slayer_exp": "16", - "magic_animation": "0", - "death_animation": "102", - "name": "Dwarf", - "defence_level": "7", - "safespot": null, - "lifepoints": "10", - "strength_level": "7", - "id": "118", - "range_level": "1", - "attack_level": "7" - }, - { - "examine": "A dwarf gone bad.", - "slayer_task": "29", - "melee_animation": "99", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "6", - "slayer_exp": "16", - "magic_animation": "0", - "death_animation": "102", - "name": "Chaos dwarf", - "defence_level": "34", - "safespot": null, - "lifepoints": "48", - "strength_level": "34", - "id": "119", - "aggressive": "true", - "range_level": "1", - "attack_level": "34" - }, - { - "examine": "A mountain dwelling short angry guy.", - "slayer_task": "29", - "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": "120", - "range_level": "1", - "attack_level": "28" - }, - { - "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": "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": "123", - "aggressive": "true", - "range_level": "20", - "attack_level": "20" - }, - { - "examine": "A strange", - "slayer_task": "30", - "melee_animation": "393", - "range_animation": "0", - "attack_speed": "4", - "respawn_delay": "60", - "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", - "id": "124", - "aggressive": "true", - "range_level": "1", - "attack_level": "42" - }, - { - "examine": "A cold-hearted elemental warrior.", - "slayer_task": "48", - "melee_animation": "451", - "range_animation": "451", - "attack_speed": "4", - "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!", - "slayer_task": "65", - "range_animation": "0", - "attack_speed": "5", - "magic_level": "45", - "respawn_delay": "60", - "defence_animation": "0", - "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", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "188", - "name": "Magic axe", - "defence_level": "53", - "safespot": null, - "lifepoints": "75", - "strength_level": "53", - "id": "127", - "aggressive": "true", - "range_level": "1", - "attack_level": "53" - }, - { - "examine": "A slithering serpent.", - "melee_animation": "275", - "range_animation": "0", - "combat_audio": "3609,3608,3610", - "attack_speed": "5", - "respawn_delay": "30", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "278", - "name": "Snake", - "defence_level": "4", - "safespot": null, - "lifepoints": "5", - "strength_level": "4", - "id": "128", - "aggressive": "true", - "range_level": "1", - "attack_level": "4" - }, - { - "examine": "An inhabitant of icy regions.", - "slayer_task": "7", - "melee_animation": "5669", - "range_animation": "0", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "5671", - "name": "Penguin", - "defence_level": "6", - "safespot": null, - "lifepoints": "8", - "strength_level": "6", - "id": "131", - "range_level": "1", - "attack_level": "6" - }, - { - "examine": "Perhaps our oldest relatives?", - "slayer_task": "61", - "melee_animation": "220", - "range_animation": "0", - "combat_audio": "629,631,630", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "223", - "name": "Monkey", - "defence_level": "6", - "safespot": null, - "lifepoints": "8", - "strength_level": "6", - "id": "132", - "aggressive": "true", - "range_level": "1", - "attack_level": "6" - }, - { - "examine": "A unicorn with a blackened heart.", - "melee_animation": "6376", - "range_animation": "6376", - "combat_audio": "496,498,497", - "attack_speed": "5", - "magic_level": "24", - "defence_animation": "6375", - "weakness": "3", - "magic_animation": "6376", - "death_animation": "6377", - "name": "Black unicorn", - "defence_level": "15", - "safespot": null, - "lifepoints": "28", - "strength_level": "10", - "id": "133", - "range_level": "1", - "attack_level": "15" - }, - { - "examine": "I think this spider has been magically modified.", - "slayer_task": "76", - "melee_animation": "5327", - "range_animation": "0", - "combat_audio": "537,539,538", - "attack_speed": "5", - "poisonous": "true", - "respawn_delay": "60", - "defence_animation": "5328", - "weakness": "2", - "poison_amount": "6", - "magic_animation": "0", - "death_animation": "5329", - "name": "Poison spider", - "safespot": null, - "defence_level": "70", - "lifepoints": "64", - "strength_level": "65", - "id": "134", - "aggressive": "true", - "range_level": "45", - "attack_level": "60" - }, - { - "examine": "Aaw", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Terrorchick gnome", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "137", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A giant raptor.", - "slayer_task": "7", - "melee_animation": "1010", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "1013", - "name": "Terrorbird", - "defence_level": "30", - "safespot": null, - "lifepoints": "42", - "strength_level": "30", - "id": "138", - "range_level": "1", - "attack_level": "30" - }, - { - "death_animation": "1013", - "name": "Terrorbird", - "defence_level": "1", - "safespot": null, - "lifepoints": "34", - "melee_animation": "1010", - "strength_level": "1", - "id": "139", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "1012" - }, - { - "examine": "A servant to Iban.", - "melee_animation": "338", - "range_animation": "0", - "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", - "id": "140", - "aggressive": "true", - "range_level": "1", - "attack_level": "33" - }, - { - "examine": "Must be the pack leader.", - "slayer_task": "92", - "melee_animation": "6559", - "range_animation": "0", - "respawn_delay": "60", - "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", - "id": "141", - "aggressive": "true", - "range_level": "1", - "attack_level": "31" - }, - { - "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", - "attack_level": "1" - }, - { - "examine": "A rare jungle wolf - specific to the Kharazi jungle.", - "slayer_task": "92", - "melee_animation": "6559", - "range_animation": "0", - "respawn_delay": "60", - "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", - "id": "143", - "aggressive": "true", - "range_level": "1", - "attack_level": "63" - }, - { - "examine": "Wow! Scorpions shouldn't grow that big.", - "slayer_task": "71", - "melee_animation": "6254", - "range_animation": "0", - "combat_audio": "3611,3612,3610", - "attack_speed": "5", - "respawn_delay": "60", - "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", - "id": "144", - "aggressive": "true", - "range_level": "28", - "attack_level": "21" - }, - { - "examine": "A cold-hearted elemental warrior.", - "slayer_task": "48", - "melee_animation": "451", - "range_animation": "451", - "attack_speed": "4", - "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": "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.", - "slayer_task": "7", - "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.", - "slayer_task": "7", - "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.", - "slayer_task": "7", - "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.", - "slayer_task": "74", - "melee_animation": "394", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "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", - "melee_animation": "191", - "range_animation": "0", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "196", - "name": "Gnome child", - "defence_level": "1", - "safespot": null, - "lifepoints": "1", - "strength_level": "1", - "id": "159", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Seems to crawl the caves.", - "melee_animation": "266", - "range_animation": "266", - "attack_speed": "5", - "defence_animation": "267", - "weakness": "9", - "magic_animation": "266", - "death_animation": "265", - "name": "Gnome child", - "defence_level": "23", - "safespot": null, - "lifepoints": "21", - "strength_level": "23", - "id": "160", - "bonuses": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "range_level": "1", - "attack_level": "23" - }, - { - "examine": "Small", - "melee_animation": "191", - "range_animation": "0", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "196", - "name": "Gnome child", - "defence_level": "1", - "safespot": null, - "lifepoints": "1", - "strength_level": "1", - "id": "161", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He can advise on training.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Gnome trainer", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "162", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A tree gnome guard.", - "melee_animation": "1218", - "range_animation": "0", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "1224", - "name": "Gnome guard", - "defence_level": "38", - "safespot": null, - "lifepoints": "54", - "strength_level": "38", - "id": "163", - "range_level": "1", - "attack_level": "38" - }, - { - "examine": "A tree gnome guard.", - "melee_animation": "192", - "range_animation": "0", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "196", - "name": "Gnome guard", - "defence_level": "38", - "safespot": null, - "lifepoints": "54", - "strength_level": "38", - "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", - "range_level": "1", - "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", - "range_level": "1", - "attack_level": "30" - }, - { - "examine": "One of RuneScape'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": "170", - "clue_level": "0", - "range_level": "1", - "attack_level": "3" - }, - { - "examine": "He works evil magic.", - "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": "24", - "strength_level": "1", - "id": "172", - "aggressive": "true", - "range_level": "1", - "attack_level": "1", - "prj_height": "3" - }, - { - "examine": "An evil user of Magic powers", - "melee_animation": "422", - "range_animation": "0", - "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, - "lifepoints": "42", - "strength_level": "1", - "id": "173", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "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", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "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", - "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", - "attack_speed": "6", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "836", - "name": "Black Knight", - "defence_level": "22", - "safespot": null, - "lifepoints": "31", - "strength_level": "22", - "id": "178", - "aggressive": "true", - "range_level": "1", - "attack_level": "22" - }, - { - "melee_animation": "390", - "attack_speed": "6", - "respawn_delay": "60", - "defence_animation": "388", - "death_animation": "836", - "name": "Black Knight", - "defence_level": "1", - "safespot": null, - "lifepoints": "42", - "strength_level": "1", - "id": "179", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He holds up passers by.", - "melee_animation": "799", - "range_animation": "799", - "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", - "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": "5", - "magic_level": "20", - "end_gfx": "107", - "defence_animation": "404", - "weakness": "3", - "magic_animation": "422", - "death_animation": "9055", - "name": "Chaos druid", - "defence_level": "10", - "safespot": null, - "lifepoints": "20", - "strength_level": "20", - "id": "181", - "aggressive": "true", - "range_level": "10", - "projectile": "106", - "attack_level": "20" - }, - { - "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": "182", - "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": "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", - "melee_animation": "386", - "range_animation": "0", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "836", - "name": "Thug", - "defence_level": "14", - "safespot": null, - "lifepoints": "20", - "strength_level": "14", - "id": "186", - "clue_level": "0", - "range_level": "1", - "attack_level": "14" - }, - { - "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", - "id": "187", - "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", - "poisonous": "true", - "defence_animation": "0", - "weakness": "8", - "poison_amount": "11", - "magic_animation": "0", - "death_animation": "836", - "name": "Tribesman", - "defence_level": "43", - "safespot": null, - "lifepoints": "61", - "strength_level": "43", - "id": "191", - "aggressive": "true", - "clue_level": "1", - "range_level": "1", - "attack_level": "43" - }, - { - "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.", - "melee_animation": "401", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "836", - "name": "Chaos druid warrior", - "defence_level": "47", - "safespot": null, - "lifepoints": "67", - "strength_level": "47", - "id": "193", - "aggressive": "true", - "range_level": "1", - "attack_level": "47" - }, - { - "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", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Guildmaster", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "198", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A mighty warrior!", - "melee_animation": "395", - "range_animation": "0", - "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", - "id": "199", - "range_level": "1", - "attack_level": "29" - }, - { - "examine": "Guards prisoners for the black knights.", - "melee_animation": "422", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "836", - "name": "Jailer", - "defence_level": "28", - "safespot": null, - "lifepoints": "40", - "strength_level": "28", - "id": "201", - "aggressive": "true", - "range_level": "1", - "attack_level": "28" - }, - { - "examine": "Has a fearsome scowl.", - "melee_animation": "390", - "range_animation": "0", - "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", - "id": "202", - "range_level": "1", - "attack_level": "28" - }, - { - "examine": "A rocky slug.", - "slayer_task": "69", - "melee_animation": "1595", - "range_animation": "1595", - "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.", - "slayer_task": "69", - "melee_animation": "1595", - "range_animation": "1595", - "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" - }, - { - "examine": "Has a fearsome posture.", - "melee_animation": "390", - "range_animation": "0", - "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", - "id": "203", - "range_level": "1", - "attack_level": "28" - }, - { - "examine": "Nice hair.", - "melee_animation": "390", - "range_animation": "0", - "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", - "id": "204", - "range_level": "1", - "attack_level": "28" - }, - { - "examine": "A crazy evil druid.", - "melee_animation": "422", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "836", - "name": "Salarin the Twisted", - "defence_level": "62", - "safespot": null, - "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" - }, - { - "examine": "A dwarven guard.", - "slayer_task": "29", - "melee_animation": "99", - "range_animation": "0", - "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", - "id": "206", - "aggressive": "true", - "clue_level": "1", - "range_level": "1", - "attack_level": "12" - }, - { - "examine": "The head honcho around here.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Captain Lawgof", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "208", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "She looks serene.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Grail Maiden", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "210", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A former Knight of the Round Table.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "King Percival", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "212", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He looks unhappy...", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Peasant", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "214", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "High Priest of Entrana.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "High Priest", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "216", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "It's a fisherman.", - "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": "219", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He doesn't look very well...", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "The Fisher King", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "220", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He looks mean and powerful.", - "melee_animation": "128", - "range_animation": "0", - "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", - "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" - }, - { - "examine": "A holy man.", - "melee_animation": "422", - "range_animation": "0", - "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", - "id": "222", - "range_level": "1", - "attack_level": "7" - }, - { - "examine": "A peaceful monk.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Brother Kojo", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "223", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A dirty rat.", - "slayer_task": "67", - "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": "224", - "aggressive": "true", - "range_level": "1", - "attack_level": "8" - }, - { - "examine": "He looks elderly.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "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", - "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", - "id": "237", - "aggressive": "true", - "range_level": "1", - "attack_level": "15" - }, - { - "examine": "A terrifying spirit.", - "melee_animation": "5540", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "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", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "2301", - "name": "Teapotspout", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "246", - "range_level": "1", - "attack_level": "1" - }, - { - "death_animation": "6490", - "name": "Sir Mordred", - "defence_level": "1", - "safespot": null, - "lifepoints": "50", - "melee_animation": "6489", - "strength_level": "1", - "id": "247", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "6488" - }, - { - "examine": "Legendary King of the Britons.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "King Arthur", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "251", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He's guarding the door.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Khazard Guard", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "253", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He's been guarding the tavern for a bit too long.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Khazard Guard", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "254", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "His armour indicates he's a Khazard Guard.", - "melee_animation": "395", - "range_animation": "0", - "attack_speed": "6", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "836", - "name": "Khazard Guard", - "defence_level": "22", - "safespot": null, - "lifepoints": "31", - "strength_level": "22", - "id": "255", - "range_level": "1", - "attack_level": "22" - }, - { - "examine": "His armour indicates he's a Khazard Guard.", - "melee_animation": "395", - "range_animation": "0", - "attack_speed": "6", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "836", - "name": "Khazard Guard", - "defence_level": "22", - "safespot": null, - "lifepoints": "31", - "strength_level": "22", - "id": "256", - "range_level": "1", - "attack_level": "22" - }, - { - "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" - }, - { - "melee_animation": "6581", - "respawn_delay": "60", - "defence_animation": "6578", - "death_animation": "6576", - "name": "Bouncer", - "defence_level": "1", - "safespot": null, - "lifepoints": "116", - "strength_level": "1", - "id": "269", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Khazard's strongest ogre warrior.", - "melee_animation": "2100", - "range_animation": "0", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "8576", - "name": "Khazard Ogre", - "defence_level": "46", - "safespot": null, - "lifepoints": "65", - "strength_level": "46", - "id": "270", - "aggressive": "true", - "range_level": "1", - "attack_level": "46" - }, - { - "examine": "A large", - "melee_animation": "6254", - "range_animation": "0", - "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", - "id": "271", - "aggressive": "true", - "range_level": "36", - "attack_level": "27" - }, - { - "examine": "A guard who has devoted their life to Armadyl.", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "name": "Guardian of Armadyl", - "defence_level": "30", - "safespot": null, - "lifepoints": "42", - "strength_level": "30", - "id": "274", - "range_level": "1", - "attack_level": "30" - }, - { - "examine": "A guard who has devoted their life to Armadyl.", - "range_animation": "0", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "name": "Guardian of Armadyl", - "defence_level": "30", - "safespot": null, - "lifepoints": "42", - "strength_level": "30", - "id": "275", - "range_level": "1", - "attack_level": "30" - }, - { - "examine": "Intimidating!", - "combat_style": "2", - "melee_animation": "0", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "3", - "magic_animation": "0", - "death_animation": "836", - "name": "Fire Warrior of Lesarkus", - "defence_level": "55", - "safespot": null, - "lifepoints": "78", - "strength_level": "55", - "id": "277", - "range_level": "1", - "attack_level": "55" - }, - { - "examine": "Lumbridge Castle's head cook.", - "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": "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", - "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", - "id": "281", - "range_level": "1", - "attack_level": "4" - }, - { - "examine": "A dastardly blanket thief.", - "melee_animation": "386", - "range_animation": "0", - "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", - "id": "282", - "range_level": "1", - "attack_level": "15" - }, - { - "examine": "The head of the treacherous blanket stealing gang.", - "melee_animation": "390", - "range_animation": "0", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "836", - "name": "Head Thief", - "defence_level": "18", - "safespot": null, - "lifepoints": "25", - "strength_level": "18", - "id": "283", - "range_level": "1", - "attack_level": "18" - }, - { - "examine": "A dwarf smith. Quite handy with a hammer.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Doric", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "284", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "She doesn't look too happy.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Veronica", - "defence_level": "1", - "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", - "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": "288", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An official of Ardougne.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Councillor Halgrive", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "289", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A serious-looking doctor.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Doctor Orbon", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "290", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A farmer who's seen happier times.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Farmer Brumty", - "defence_level": "1", - "safespot": null, - "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", - "clue_level": "1", - "range_level": "1", - "attack_level": "25" - }, - { - "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": "7220", - "name": "Guard", - "defence_level": "25", - "safespot": null, - "lifepoints": "35", - "strength_level": "25", - "id": "297", - "clue_level": "1", - "range_level": "1", - "attack_level": "25" - }, - { - "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": "298", - "clue_level": "1", - "range_level": "1", - "attack_level": "25" - }, - { - "examine": "He tries to keep order around here.", - "melee_animation": "583", - "range_animation": "0", - "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", - "id": "299", - "clue_level": "1", - "range_level": "1", - "attack_level": "25" - }, - { - "examine": "An old motherly witch with a curious smile and a hooked nose.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Hetty", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "307", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "The man in charge of the fishing guild.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Master fisher", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "308", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He has a colourful personality.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Da Vinci", - "defence_level": "1", - "safespot": null, - "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", - "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": "339", - "range_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", - "range_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", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "She looks rather concerned.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Guidor's wife", - "defence_level": "1", - "safespot": null, - "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", - "clue_level": "1", - "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": "345", - "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": "346", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A mourner", - "melee_animation": "414", - "range_animation": "0", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "836", - "name": "Mourner", - "defence_level": "24", - "safespot": null, - "lifepoints": "34", - "strength_level": "24", - "id": "347", - "range_level": "1", - "attack_level": "24" - }, - { - "examine": "A mourner", - "melee_animation": "422", - "range_animation": "0", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "836", - "name": "Mourner", - "defence_level": "24", - "safespot": null, - "lifepoints": "34", - "strength_level": "24", - "id": "348", - "range_level": "1", - "attack_level": "24" - }, - { - "examine": "One of RuneScape's many citizens.", - "melee_animation": "422", - "range_animation": "0", - "combat_audio": "511,513,512", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "836", - "name": "Man", - "defence_level": "2", - "safespot": null, - "lifepoints": "2", - "strength_level": "2", - "id": "351", - "clue_level": "0", - "range_level": "1", - "attack_level": "2" - }, - { - "examine": "One of RuneScape's many citizens.", - "melee_animation": "422", - "range_animation": "0", - "combat_audio": "511,506,505", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "836", - "name": "Woman", - "defence_level": "2", - "safespot": null, - "lifepoints": "2", - "strength_level": "2", - "id": "352", - "clue_level": "0", - "range_level": "1", - "attack_level": "2" - }, - { - "examine": "One of RuneScape's many citizens.", - "melee_animation": "422", - "range_animation": "0", - "combat_audio": "511,506,505", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "836", - "name": "Woman", - "defence_level": "2", - "safespot": null, - "lifepoints": "2", - "strength_level": "2", - "id": "353", - "clue_level": "0", - "range_level": "1", - "attack_level": "2" - }, - { - "examine": "One of RuneScape's many citizens.", - "melee_animation": "422", - "range_animation": "0", - "combat_audio": "511,506,505", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "836", - "name": "Woman", - "defence_level": "2", - "safespot": null, - "lifepoints": "2", - "strength_level": "2", - "id": "354", - "clue_level": "0", - "range_level": "1", - "attack_level": "2" - }, - { - "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": "355", - "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": "358", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Man", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "511,513,512", - "strength_level": "1", - "id": "359", - "clue_level": "0", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "One of RuneScape's many citizens.", - "melee_animation": "422", - "range_animation": "0", - "combat_audio": "511,506,505", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "836", - "name": "Woman", - "defence_level": "2", - "safespot": null, - "lifepoints": "2", - "strength_level": "2", - "id": "360", - "clue_level": "0", - "range_level": "1", - "attack_level": "2" - }, - { - "examine": "One of RuneScape's many citizens.", - "melee_animation": "422", - "range_animation": "0", - "combat_audio": "511,506,505", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "836", - "name": "Woman", - "defence_level": "2", - "safespot": null, - "lifepoints": "100", - "strength_level": "2", - "id": "361", - "clue_level": "0", - "range_level": "1", - "attack_level": "2" - }, - { - "examine": "One of RuneScape's many citizens.", - "melee_animation": "422", - "range_animation": "0", - "combat_audio": "511,506,505", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "836", - "name": "Woman", - "defence_level": "2", - "safespot": null, - "lifepoints": "2", - "strength_level": "2", - "id": "362", - "clue_level": "0", - "range_level": "1", - "attack_level": "2" - }, - { - "examine": "One of RuneScape's many citizens.", - "melee_animation": "422", - "range_animation": "0", - "combat_audio": "511,506,505", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "836", - "name": "Woman", - "defence_level": "2", - "safespot": null, - "lifepoints": "100", - "strength_level": "2", - "id": "363", - "clue_level": "0", - "range_level": "1", - "attack_level": "2" - }, - { - "examine": "King Lathas of East Ardougne.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "King Lathas", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "364", - "range_level": "1", - "attack_level": "1" - }, - { - "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": "A mourner", - "melee_animation": "422", - "range_animation": "0", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "836", - "name": "Mourner", - "defence_level": "24", - "safespot": null, - "lifepoints": "34", - "strength_level": "24", - "id": "369", - "range_level": "1", - "attack_level": "24" - }, - { - "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" - }, - { - "examine": "Big, ugly, and smelly.", - "slayer_task": "64", - "melee_animation": "359", - "range_animation": "359", - "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", - "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" - }, - { - "examine": "A pirate.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "498,500,499", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Redbeard Frank", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "375", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Inspects people's packages.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Customs officer", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "380", - "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": "382", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Not very civilised looking.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Barbarian guard", - "defence_level": "1", - "safespot": null, - "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", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Kharid Scorpion", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "385", - "range_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", - "range_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", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Could do with a shave...", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "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", - "defence_animation": "0", - "magic_animation": "0", - "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": "A brightly coloured game bird.", - "melee_animation": "2371", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "2373", - "name": "River troll", - "defence_level": "3", - "safespot": null, - "lifepoints": "50", - "strength_level": "3", - "id": "392", - "range_level": "1", - "attack_level": "3" - }, - { - "examine": "Beefy.", - "slayer_task": "20", - "melee_animation": "5849", - "range_animation": "5849", - "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", - "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", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Swarm", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "411", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An annoying flappy thing.", - "slayer_task": "5", - "melee_animation": "4915", - "range_animation": "4915", - "attack_speed": "5", - "magic_level": "10", - "respawn_delay": "30", - "defence_animation": "4916", - "weakness": "4", - "slayer_exp": "8", - "death_animation": "4918", - "name": "Bat", - "defence_level": "2", - "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", - "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", - "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", - "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", - "defence_animation": "0", - "weakness": "9", - "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", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "836", - "name": "Shade", - "defence_level": "90", - "safespot": null, - "lifepoints": "71", - "strength_level": "90", - "id": "429", - "range_level": "1", - "attack_level": "90" - }, - { - "examine": "Dead but not gone.", - "melee_animation": "390", - "range_animation": "0", - "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": "17", - "safespot": null, - "lifepoints": "50", - "strength_level": "17", - "id": "438", - "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": "32", - "safespot": null, - "lifepoints": "55", - "strength_level": "32", - "id": "439", - "range_level": "1", - "attack_level": "32" - }, - { - "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": "48", - "safespot": null, - "lifepoints": "60", - "strength_level": "48", - "id": "440", - "range_level": "1", - "attack_level": "48" - }, - { - "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": "65", - "safespot": null, - "lifepoints": "86", - "strength_level": "65", - "id": "441", - "range_level": "1", - "attack_level": "65" - }, - { - "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", - "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", - "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.", - "slayer_task": "67", - "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": "2", - "safespot": null, - "lifepoints": "5", - "strength_level": "5", - "id": "446", - "aggressive": "true", - "range_level": "1", - "attack_level": "5" - }, - { - "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": "447", - "aggressive": "true", - "range_level": "1", - "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", - "aggressive": "true", - "range_level": "1", - "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": "449", - "aggressive": "true", - "range_level": "1", - "attack_level": "19" - }, - { - "examine": "A large well built farmer.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Seth Groats", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "452", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Aargh! It's alive!", - "melee_animation": "390", - "range_animation": "0", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "836", - "name": "Suit of armour", - "defence_level": "5", - "safespot": null, - "lifepoints": "7", - "strength_level": "5", - "id": "453", - "range_level": "1", - "attack_level": "5" - }, - { - "examine": "He seems to be very devout.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "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": "It rattles when it moves.", - "slayer_task": "75", - "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": "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", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "836", - "name": "Khazard commander", - "defence_level": "35", - "safespot": null, - "lifepoints": "50", - "strength_level": "35", - "id": "478", - "range_level": "1", - "attack_level": "35" - }, - { - "examine": "It's a tree gnome trooper.", - "melee_animation": "190", - "range_animation": "0", - "defence_animation": "0", - "weakness": "1", - "magic_animation": "0", - "death_animation": "196", - "name": "Gnome troop", - "defence_level": "32", - "safespot": null, - "lifepoints": "45", - "strength_level": "24", - "id": "479", - "range_level": "32", - "attack_level": "24" - }, - { - "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", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "481", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "482", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "483", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "It's a young tree gnome.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Local Gnome", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "485", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "I guess he wants to be more than just the muscle.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Giant", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "487", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He doesn't look like he'd trust his own mother.", - "slayer_task": "38", - "melee_animation": "6199", - "range_animation": "0", - "combat_audio": "469,472,471", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "6190", - "name": "Goblin guard", - "defence_level": "20", - "safespot": null, - "lifepoints": "28", - "strength_level": "20", - "id": "489", - "range_level": "1", - "attack_level": "20" - }, - { - "examine": "If the mummy is at school", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Mummy", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "490", - "range_level": "1", - "attack_level": "1" - }, - { - "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": "20", - "strength_level": "1", - "id": "491", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "The essence of evil.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Spirit of Scorpius", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "492", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A vicious", - "slayer_task": "71", - "melee_animation": "6261", - "range_animation": "0", - "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", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Good with 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": "495", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Manages money momentarily.", - "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": "498", - "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": "499", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A minion of Rashiliyia.", - "slayer_task": "75", - "melee_animation": "5485", - "range_animation": "0", - "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", - "id": "502", - "aggressive": "true", - "range_level": "1", - "attack_level": "32" - }, - { - "examine": "A minion of Rashiliyia.", - "slayer_task": "75", - "melee_animation": "5485", - "range_animation": "0", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "5491", - "name": "Undead one", - "defence_level": "33", - "safespot": null, - "lifepoints": "47", - "strength_level": "33", - "id": "503", - "range_level": "1", - "attack_level": "33" - }, - { - "examine": "The animated dead; one of Rashiliyia's minions.", - "slayer_task": "93", - "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": "504", - "aggressive": "true", - "range_level": "1", - "attack_level": "32" - }, - { - "examine": "The animated dead; one of Rashiliyia's minions.", - "slayer_task": "93", - "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": "505", - "aggressive": "true", - "range_level": "1", - "attack_level": "33" - }, - { - "melee_animation": "5571", - "respawn_delay": "60", - "defence_animation": "5574", - "death_animation": "5575", - "name": "Nazastarool", - "defence_level": "1", - "safespot": null, - "lifepoints": "100", - "strength_level": "1", - "id": "507", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "melee_animation": "5507", - "respawn_delay": "60", - "defence_animation": "5508", - "death_animation": "5509", - "name": "Nazastarool", - "defence_level": "1", - "safespot": null, - "lifepoints": "75", - "strength_level": "1", - "id": "508", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "melee_animation": "5532", - "respawn_delay": "60", - "defence_animation": "5533", - "death_animation": "5534", - "name": "Nazastarool", - "defence_level": "1", - "safespot": null, - "lifepoints": "110", - "strength_level": "1", - "id": "509", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He's the Captain of the 'Lady of the Waves'.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Captain Shanks", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "518", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An expert on axes.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Bob", - "defence_level": "1", - "safespot": null, - "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", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Helps sell stuff.", - "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": "521", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Likes people spending money.", - "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": "522", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Likes helping sell stuff.", - "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": "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", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Likes you more", - "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", - "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": "526", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Likes you more", - "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": "527", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Has an interesting assortment of items for sale.", - "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": "530", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Works on commission.", - "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": "531", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Like a grave keeper", - "range_animation": "0", - "magic_level": "60", - "defence_animation": "0", - "weakness": "10", - "magic_animation": "0", - "name": "Shopkeeper", - "defence_level": "60", - "safespot": null, - "lifepoints": "285", - "strength_level": "60", - "id": "532", - "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", - "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.", - "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": "552", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "For the interesting clothing items you just can't find elsewhere.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Fancy-dress shop owner", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "554", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Has a fine moustache.", - "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": "555", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Could stand to lose a few pounds.", - "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": "561", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Has an odd smell about him.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Candle-maker", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "562", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Looks strange and mysterious.", - "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": "567", - "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": "569", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Seems very well-off.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Gem merchant", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "570", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "So where are the butcher and the candlestick-maker?", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Baker", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "571", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Has a very exotic aroma about him.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Spice seller", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "572", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Knows how to keep warm in the winter.", - "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": "573", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Seems very well-off.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Silk merchant", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "574", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He runs a Mining store.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Drogo dwarf", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "579", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "I wonder if he wants to buy my junk?", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Dwarf", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "582", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "If crafting's your thing, he's your man!", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Rommik", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "574", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He seems to sell tea.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Tea seller", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "595", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A pizza expert; in both making and eating.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Fat Tony", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "596", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Anyone fancy a trim?", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Hairdresser", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "598", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Master of the mystical make-over.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Make-over Mage", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "599", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Indentured servant of a Knight.", - "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": "606", - "range_level": "1", - "attack_level": "1" - }, - { - "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": "609", - "range_level": "1", - "attack_level": "26" - }, - { - "examine": "One of the Black Knights.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "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": "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", - "defence_animation": "0", - "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", - "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", - "id": "645", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Curator of the museum.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "703,705,704", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Curator Haig Halen", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "646", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Varrock's resident monarch.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "King Roald", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "648", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "She looks quite experienced.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Archer", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "649", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He looks big and dumb.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Warrior", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "650", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He looks holy.", - "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": "651", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He looks kind of puny...", - "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": "652", - "range_level": "1", - "attack_level": "1", - "prj_height": "3" - }, - { - "examine": "Guardian of the dramen tree.", - "melee_animation": "5532", - "range_animation": "0", - "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", - "id": "655", - "range_level": "1", - "attack_level": "45" - }, - { - "examine": "Unsurprisingly monk like.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Cave monk", - "defence_level": "1", - "safespot": null, - "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", - "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": "658", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He likes to paaaarty!", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Party Pete", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "659", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Knight", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "511,513,512", - "strength_level": "1", - "id": "660", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Man", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "511,513,512", - "strength_level": "1", - "id": "663", - "clue_level": "0", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A short and angry dwarf.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Boot", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "665", - "range_level": "1", - "attack_level": "1" - }, - { - "melee_animation": "64", - "respawn_delay": "60", - "defence_animation": "65", - "death_animation": "67", - "name": "Chronozon", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "strength_level": "1", - "id": "667", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An important looking gnome.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "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", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "836", - "name": "Foreman", - "defence_level": "20", - "safespot": null, - "lifepoints": "28", - "strength_level": "20", - "id": "674", - "range_level": "1", - "attack_level": "20" - }, - { - "examine": "A big, scary, jet-black demon.", - "slayer_task": "8", - "melee_animation": "64", - "range_animation": "64", - "combat_audio": "400,404,403", - "magic_level": "70", - "respawn_delay": "38", - "defence_animation": "65", - "weakness": "7", - "slayer_exp": "157", - "magic_animation": "64", - "death_animation": "67", - "name": "Black demon", - "defence_level": "70", - "safespot": null, - "lifepoints": "165", - "strength_level": "70", - "id": "677", - "aggressive": "true", - "bonuses": "45,40,40,150,150,80,150,20,150,68,0,0,0,0,0", - "range_level": "70", - "attack_level": "70" - }, - { - "examine": "Keeps order in the ranging guild.", - "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": "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, - "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, - "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": "0", - "examine": "It's an NPC.", - "name": "Edmond", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "714", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "In charge of people with silly outfits.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Head mourner", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "716", - "range_level": "1", - "attack_level": "1" - }, - { - "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 RuneScape'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 RuneScape'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 RuneScape's many citizens.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "511,513,512", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Man", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "728", - "clue_level": "0", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "One of RuneScape's many citizens.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "511,513,512", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Man", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "729", - "clue_level": "0", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "One of RuneScape'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.", - "slayer_task": "38", - "melee_animation": "6184", - "range_animation": "0", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "6204", - "name": "Wormbrain", - "defence_level": "1", - "safespot": null, - "lifepoints": "1", - "strength_level": "1", - "id": "745", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "defence_level": "76", - "safespot": null, - "lifepoints": "108", - "strength_level": "76", - "id": "749", - "aggressive": "true", - "range_level": "1", - "attack_level": "76" - }, - { - "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", - "defence_level": "76", - "safespot": null, - "lifepoints": "108", - "strength_level": "76", - "id": "750", - "aggressive": "true", - "range_level": "1", - "attack_level": "76" - }, - { - "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", - "defence_level": "76", - "safespot": null, - "lifepoints": "108", - "strength_level": "76", - "id": "751", - "aggressive": "true", - "range_level": "1", - "attack_level": "76" - }, - { - "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": "Ferocious barbarian spirit", - "defence_level": "76", - "safespot": null, - "lifepoints": "190", - "strength_level": "76", - "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" - }, - { - "examine": "He looks totally insane!", - "melee_animation": "423", - "range_animation": "0", - "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", - "id": "753", - "aggressive": "true", - "range_level": "28", - "attack_level": "28" - }, - { - "examine": "Stop looking and run!", - "melee_animation": "422", - "range_animation": "422", - "attack_speed": "5", - "defence_animation": "404", - "magic_animation": "422", - "death_animation": "9055", - "name": "Count Draynor", - "defence_level": "20", - "safespot": null, - "lifepoints": "4", - "strength_level": "1", - "id": "757", - "aggressive": "true", - "range_level": "1", - "attack_level": "20" - }, - { - "examine": "A well-fed farmer.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "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": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Civilian", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "785", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A citizen of Ardougne.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Civilian", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "786", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A citizen of Ardougne.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Civilian", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "787", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A gnome who's supposed to be cleaning up a mess.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Letham", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "790", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Smartly dressed", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Alfonse the waiter", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "793", - "range_level": "1", - "attack_level": "1" - }, - { - "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" - }, - { - "examine": "A cold hearted lady.", - "melee_animation": "422", - "range_animation": "0", - "magic_level": "55", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "10", - "magic_animation": "0", - "death_animation": "836", - "name": "Ice Queen", - "defence_level": "55", - "safespot": null, - "lifepoints": "157", - "strength_level": "55", - "id": "795", - "range_level": "55", - "attack_level": "55" - }, - { - "examine": "He looks cold and hungry.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "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", - "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, - "lifepoints": "42", - "strength_level": "30", - "id": "799", - "range_level": "1", - "attack_level": "30" - }, - { - "examine": "It looks like there might be eels swimming in the lava.", - "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": "800", - "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": "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", - "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.", - "slayer_task": "92", - "melee_animation": "6559", - "range_animation": "0", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "6558", - "name": "Desert Wolf", - "defence_level": "11", - "safespot": null, - "lifepoints": "15", - "strength_level": "11", - "id": "839", - "range_level": "1", - "attack_level": "11" - }, - { - "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", - "attack_level": "1" - }, - { - "examine": "He looks busy attending to his cart.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Mine cart driver", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "841", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "This pickaxe has been possessed by a dwarf ancestor spirit.", - "melee_animation": "185", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "188", - "name": "Rowdy Guard", - "defence_level": "40", - "safespot": null, - "lifepoints": "400", - "strength_level": "40", - "id": "842", - "aggressive": "true", - "range_level": "1", - "attack_level": "40" - }, - { - "examine": "Inefficient looking.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "RPDT employee", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "843", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Despite his name", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Head chef", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "847", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "The famous tree gnome chef.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Aluft Gianne snr.", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "850", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He can serve you gnome food.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Gnome Waiter", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "851", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Tough-looking.", - "slayer_task": "64", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "name": "Ogre chieftain", - "defence_level": "58", - "safespot": null, - "lifepoints": "331", - "strength_level": "58", - "id": "852", - "range_level": "1", - "attack_level": "58" - }, - { - "name": "Gorad", - "defence_level": "1", - "safespot": null, - "lifepoints": "81", - "strength_level": "1", - "id": "856", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "examine": "These ogres protect the city.", - "slayer_task": "64", - "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": "858", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An ogre that guards.", - "slayer_task": "64", - "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" - }, - { - "examine": "Tries to keep the peace.", - "slayer_task": "64", - "melee_animation": "2100", - "range_animation": "0", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "8576", - "name": "City guard", - "defence_level": "58", - "safespot": null, - "lifepoints": "331", - "strength_level": "58", - "id": "862", - "range_level": "1", - "attack_level": "58" - }, - { - "examine": "Frightened-looking.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Scared skavid", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "863", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Looks mad.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "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.", - "slayer_task": "64", - "melee_animation": "2100", - "range_animation": "0", - "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", - "id": "870", - "range_level": "1", - "attack_level": "58" - }, - { - "examine": "The hat is a dead giveaway.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Watchtower Wizard", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "872", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Funnily enough", - "slayer_task": "64", - "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", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Funnily enough", - "slayer_task": "64", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Ogre merchant", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "874", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Funnily enough", - "slayer_task": "64", - "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": "875", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Tries to keep the peace.", - "melee_animation": "386", - "range_animation": "0", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "836", - "name": "Tower guard", - "defence_level": "17", - "safespot": null, - "lifepoints": "97", - "strength_level": "17", - "id": "877", - "range_level": "1", - "attack_level": "17" - }, - { - "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", - "attack_level": "1", - "defence_animation": "65" - }, - { - "examine": "The head of the palace guard.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Captain Rovin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "884", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Head of the Carnillean household.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Ceril Carnillean", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "885", - "range_level": "1", - "attack_level": "1" - }, - { - "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" - }, - { - "death_animation": "836", - "name": "Clivet", - "defence_level": "1", - "safespot": null, - "lifepoints": "25", - "melee_animation": "811", - "strength_level": "1", - "id": "893", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "examine": "A member of the Hazeel cult.", - "melee_animation": "422", - "range_animation": "0", - "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", - "id": "894", - "range_level": "1", - "attack_level": "15" - }, - { - "examine": "Children are just like real people...just smaller.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "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", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "258", - "name": "Witch's experiment", - "defence_level": "12", - "safespot": null, - "lifepoints": "68", - "strength_level": "12", - "id": "897", - "range_level": "1", - "attack_level": "12" - }, - { - "examine": "Looks unnatural.", - "melee_animation": "5327", - "range_animation": "0", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "5329", - "name": "Witch's experiment (second form)", - "defence_level": "17", - "safespot": null, - "lifepoints": "97", - "strength_level": "17", - "id": "898", - "range_level": "1", - "attack_level": "17" - }, - { - "examine": "Looks unnatural.", - "melee_animation": "4925", - "range_animation": "0", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "4929", - "name": "Witch's experiment (third form)", - "defence_level": "27", - "safespot": null, - "lifepoints": "154", - "strength_level": "27", - "id": "899", - "range_level": "1", - "attack_level": "27" - }, - { - "examine": "Looks unnatural.", - "melee_animation": "6559", - "range_animation": "0", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "6558", - "name": "Witch's experiment (fourth form)", - "defence_level": "35", - "safespot": null, - "lifepoints": "200", - "strength_level": "35", - "id": "900", - "range_level": "1", - "attack_level": "35" - }, - { - "examine": "He hasn't seen much sun lately.", - "melee_animation": "0", - "range_animation": "0", - "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", - "attack_level": "1" - }, - { - "slayer_exp": "0", - "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", - "combat_style": "2", - "melee_animation": "811", - "magic_level": "75", - "defence_animation": "404", - "slayer_exp": "0", - "death_animation": "1816", - "name": "Kolodion", - "defence_level": "20", - "safespot": null, - "lifepoints": "3", - "strength_level": "1", - "id": "907", - "range_level": "1", - "attack_level": "42" - }, - { - "examine": "He's a shape-shifter", - "combat_style": "2", - "melee_animation": "132", - "magic_level": "89", - "defence_animation": "404", - "slayer_exp": "0", - "death_animation": "133", - "name": "Kolodion", - "defence_level": "25", - "safespot": null, - "lifepoints": "93", - "strength_level": "1", - "id": "908", - "range_level": "1", - "attack_level": "74" - }, - { - "examine": "He's a shape-shifter", - "combat_style": "2", - "melee_animation": "5322", - "magic_level": "89", - "defence_animation": "5320", - "slayer_exp": "0", - "death_animation": "5323", - "name": "Kolodion", - "defence_level": "28", - "safespot": null, - "lifepoints": "93", - "strength_level": "1", - "id": "909", - "range_level": "1", - "attack_level": "74" - }, - { - "examine": "He's a shape-shifter", - "combat_style": "2", - "melee_animation": "811", - "magic_level": "89", - "defence_animation": "404", - "slayer_exp": "0", - "death_animation": "714", - "name": "Kolodion", - "defence_level": "30", - "safespot": null, - "lifepoints": "93", - "strength_level": "1", - "id": "910", - "range_level": "1", - "attack_level": "74" - }, - { - "examine": "He's a shape-shifter", - "melee_animation": "69", - "magic_level": "90", - "defence_animation": "65", - "slayer_exp": "0", - "death_animation": "68", - "name": "Kolodion", - "defence_level": "35", - "safespot": null, - "lifepoints": "112", - "strength_level": "1", - "id": "911", - "range_level": "1", - "attack_level": "85" - }, - { - "examine": "He kills in the name of Zamorak.", - "combat_style": "2", - "melee_animation": "811", - "range_animation": "0", - "magic_level": "55", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "3", - "magic_animation": "0", - "death_animation": "836", - "name": "Battle mage", - "defence_level": "55", - "safespot": null, - "lifepoints": "78", - "strength_level": "41", - "id": "912", - "aggressive": "true", - "range_level": "1", - "attack_level": "41" - }, - { - "examine": "He kills in the name of Saradomin.", - "combat_style": "2", - "melee_animation": "811", - "range_animation": "0", - "magic_level": "55", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "3", - "slayer_exp": "0", - "magic_animation": "0", - "death_animation": "836", - "name": "Battle mage", - "defence_level": "55", - "safespot": null, - "lifepoints": "78", - "strength_level": "41", - "id": "913", - "aggressive": "true", - "range_level": "1", - "attack_level": "41" - }, - { - "examine": "He kills in the name of Guthix.", - "combat_style": "2", - "melee_animation": "197", - "range_animation": "0", - "magic_level": "55", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "3", - "slayer_exp": "0", - "magic_animation": "0", - "death_animation": "196", - "name": "Battle mage", - "defence_level": "55", - "safespot": null, - "lifepoints": "78", - "strength_level": "41", - "id": "914", - "aggressive": "true", - "range_level": "1", - "attack_level": "41" - }, - { - "examine": "A crafter at the pinnacle of his art.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Joe", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "916", - "range_level": "1", - "attack_level": "1" - }, - { - "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": "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", - "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", - "respawn_delay": "60", - "defence_animation": "0", - "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", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Boulder", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "939", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Must be related to Elvarg.", - "slayer_task": "41", - "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": "941", - "aggressive": "true", - "bonuses": "0,0,0,0,0,20,40,40,30,20,0,0,0,0,0", - "clue_level": "2", - "range_level": "1", - "attack_level": "68" - }, - { - "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", - "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 RuneScape.", - "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 RuneScape.", - "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 RuneScape.", - "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", - "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": "951", - "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 Brace", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "954", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Converts grass to beef.", - "slayer_task": "20", - "melee_animation": "5849", - "range_animation": "5849", - "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", - "id": "955", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He's had a fair bit to drink...", - "start_gfx": "33", - "combat_style": "1", - "melee_animation": "99", - "range_animation": "99", - "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", - "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", - "defence_animation": "0", - "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.", - "slayer_task": "76", - "melee_animation": "5327", - "range_animation": "0", - "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", - "id": "977", - "range_level": "30", - "attack_level": "22" - }, - { - "examine": "It's one of Iban's pet vermin.", - "slayer_task": "67", - "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", - "strength_level": "12", - "id": "978", - "range_level": "1", - "attack_level": "12" - }, - { - "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": "979", - "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": "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": "496,498,497", - "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", - "magic_level": "32", - "respawn_delay": "60", - "defence_animation": "0", - "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" - }, - { - "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" - }, - { - "slayer_exp": "8", - "name": "Giant bat", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1005", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A servant of Zamorak.", - "combat_style": "2", - "melee_animation": "811", - "range_animation": "0", - "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", - "id": "1007", - "aggressive": "true", - "range_level": "50", - "attack_level": "50" - }, - { - "examine": "I think this spider has been magically modified.", - "slayer_task": "76", - "melee_animation": "5327", - "range_animation": "0", - "combat_audio": "537,539,538", - "attack_speed": "5", - "poisonous": "true", - "respawn_delay": "60", - "defence_animation": "5328", - "weakness": "2", - "poison_amount": "6", - "magic_animation": "0", - "death_animation": "5329", - "name": "Poison spider", - "safespot": null, - "defence_level": "70", - "lifepoints": "64", - "strength_level": "65", - "id": "1009", - "aggressive": "true", - "range_level": "45", - "attack_level": "60" - }, - { - "examine": "A green skinned croaker", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Swamp toad", - "defence_level": "1", - "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.", - "slayer_task": "7", - "melee_animation": "5387", - "range_animation": "5387", - "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", - "id": "1017", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He rules the", - "slayer_task": "7", - "melee_animation": "5387", - "range_animation": "0", - "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", - "id": "1018", - "range_level": "1", - "attack_level": "2" - }, - { - "examine": "A fire elemental.", - "melee_animation": "1029", - "range_animation": "0", - "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", - "id": "1019", - "range_level": "1", - "attack_level": "24" - }, - { - "examine": "An earth elemental.", - "melee_animation": "4868", - "range_animation": "0", - "attack_speed": "7", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "4870", - "name": "Earth elemental", - "defence_level": "32", - "safespot": null, - "movement_radius": "4", - "lifepoints": "45", - "strength_level": "32", - "id": "1020", - "aggressive": "true", - "range_level": "1", - "attack_level": "32" - }, - { - "examine": "An air elemental.", - "melee_animation": "1040", - "range_animation": "0", - "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", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "1", - "magic_animation": "0", - "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": "Could his name be 'Lurch'?", - "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", - "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": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Arrghhh... A Ghast.", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "9467", - "name": "Ghast", - "defence_level": "25", - "safespot": null, - "lifepoints": "71", - "strength_level": "25", - "id": "1053", - "aggressive": "true", - "range_level": "1", - "attack_level": "25" - }, - { - "examine": "Ticket trader for the Brimhaven Agility Arena.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "703,705,704", - "defence_animation": "0", - "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", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Strange watcher", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1057", - "range_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", - "range_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", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Commander of the Imperial Guard.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Denulth", - "defence_level": "1", - "safespot": null, - "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", - "range_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", - "range_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", - "range_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", - "magic_level": "1", - "range_level": "1", - "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", - "range_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", - "range_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", - "range_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", - "range_level": "1", - "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": "1073", - "bonuses": "54,68,75,72,67,81,54,35,35,0,0,0,0,0,0", - "range_level": "44", - "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", - "bonuses": "54,68,75,72,67,81,54,35,35,0,0,0,0,0,0", - "range_level": "44", - "projectile": "10", - "attack_level": "1" - }, - { - "examine": "A Burthorpe Castle guard.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "511,513,512", - "magic_level": "1", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Guard", - "defence_level": "33", - "safespot": null, - "lifepoints": "44", - "strength_level": "33", - "id": "1076", - "clue_level": "1", - "range_level": "1", - "attack_level": "33" - }, - { - "examine": "A Burthorpe Castle guard.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "511,513,512", - "magic_level": "1", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Guard", - "defence_level": "33", - "safespot": null, - "lifepoints": "44", - "strength_level": "33", - "id": "1077", - "clue_level": "1", - "range_level": "1", - "attack_level": "33" - }, - { - "examine": "A servant for Prince Anlaf.", - "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": "1081", - "range_level": "1", - "attack_level": "1" - }, - { - "death_animation": "836", - "name": "Ocga", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "melee_animation": "422", - "strength_level": "1", - "id": "1085", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "name": "Man", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "511,513,512", - "strength_level": "1", - "id": "1086", - "clue_level": "0", - "range_level": "1", - "attack_level": "1" - }, - { - "death_animation": "836", - "name": "Penda", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "melee_animation": "422", - "strength_level": "1", - "id": "1087", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "death_animation": "836", - "name": "Hygd", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "melee_animation": "422", - "strength_level": "1", - "id": "1088", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "death_animation": "836", - "name": "Ceolburg", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "melee_animation": "422", - "strength_level": "1", - "id": "1089", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "examine": "The knight seems to be watching something.", - "melee_animation": "7042", - "range_animation": "0", - "combat_audio": "511,513,512", - "attack_speed": "8", - "respawn_delay": "60", - "defence_animation": "0", - "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.", - "slayer_task": "83", - "melee_animation": "6523", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "name": "Rock", - "defence_level": "63", - "safespot": null, - "lifepoints": "90", - "strength_level": "63", - "id": "1095", - "aggressive": "true", - "range_level": "1", - "attack_level": "63" - }, - { - "examine": "A big", - "slayer_task": "83", - "range_animation": "0", - "attack_speed": "7", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "name": "Stick", - "defence_level": "61", - "safespot": null, - "lifepoints": "87", - "strength_level": "61", - "id": "1096", - "aggressive": "true", - "range_level": "1", - "attack_level": "61" - }, - { - "name": "Pee Hat", - "defence_level": "1", - "safespot": null, - "lifepoints": "126", - "strength_level": "1", - "id": "1097", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "name": "Kraka", - "defence_level": "1", - "safespot": null, - "lifepoints": "120", - "strength_level": "1", - "attack_speed": "6", - "id": "1098", - "aggressive": "true", - "range_level": "1", - "respawn_delay": "60", - "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": "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.", - "slayer_task": "83", - "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.", - "slayer_task": "83", - "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.", - "slayer_task": "83", - "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.", - "slayer_task": "83", - "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.", - "slayer_task": "83", - "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.", - "slayer_task": "83", - "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": "1106", - "range_level": "1", - "attack_level": "53" - }, - { - "examine": "Small for a troll, but mean and ugly.", - "slayer_task": "83", - "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.", - "slayer_task": "83", - "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.", - "slayer_task": "83", - "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.", - "slayer_task": "83", - "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.", - "slayer_task": "83", - "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.", - "slayer_task": "83", - "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.", - "slayer_task": "83", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "name": "Troll general", - "defence_level": "65", - "safespot": null, - "lifepoints": "92", - "strength_level": "65", - "id": "1115", - "aggressive": "true", - "range_level": "1", - "attack_level": "65" - }, - { - "examine": "One of the troll generals.", - "slayer_task": "83", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "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.", - "slayer_task": "83", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "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.", - "slayer_task": "83", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "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.", - "slayer_task": "83", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "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.", - "slayer_task": "83", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "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.", - "slayer_task": "83", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "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.", - "slayer_task": "83", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "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.", - "slayer_task": "83", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "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.", - "slayer_task": "83", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "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.", - "slayer_task": "83", - "melee_animation": "1158", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "name": "Dad", - "defence_level": "55", - "safespot": null, - "lifepoints": "157", - "strength_level": "55", - "id": "1125", - "range_level": "1", - "attack_level": "55" - }, - { - "examine": "He's guarding the cells.", - "slayer_task": "83", - "range_animation": "0", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "name": "Twig", - "defence_level": "50", - "safespot": null, - "lifepoints": "71", - "strength_level": "50", - "id": "1126", - "range_level": "1", - "attack_level": "50" - }, - { - "examine": "He's guarding the cells.", - "slayer_task": "83", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "name": "Berry", - "defence_level": "50", - "safespot": null, - "lifepoints": "71", - "strength_level": "50", - "id": "1127", - "range_level": "1", - "attack_level": "50" - }, - { - "examine": "He's guarding the cells.", - "slayer_task": "83", - "melee_animation": "5821", - "range_animation": "0", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "name": "Twig", - "defence_level": "50", - "safespot": null, - "lifepoints": "71", - "strength_level": "50", - "id": "1128", - "range_level": "1", - "attack_level": "50" - }, - { - "examine": "He's guarding the cells.", - "slayer_task": "83", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "name": "Berry", - "defence_level": "50", - "safespot": null, - "lifepoints": "71", - "strength_level": "50", - "id": "1129", - "range_level": "1", - "attack_level": "50" - }, - { - "examine": "Small for a troll, but it's mean, ugly and throws rocks.", - "slayer_task": "83", - "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.", - "slayer_task": "83", - "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.", - "slayer_task": "83", - "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.", - "slayer_task": "83", - "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.", - "slayer_task": "83", - "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.", - "slayer_task": "83", - "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.", - "slayer_task": "83", - "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" - }, - { - "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...", - "slayer_task": "53", - "melee_animation": "6223", - "range_animation": "6223", - "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": "1153", - "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...", - "slayer_task": "53", - "melee_animation": "6224", - "range_animation": "0", - "poisonous": "true", - "respawn_delay": "60", - "defence_animation": "6227", - "weakness": "7", - "slayer_exp": "90", - "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...", - "slayer_task": "53", - "melee_animation": "6223", - "range_animation": "6223", - "attack_speed": "5", - "poisonous": "true", - "respawn_delay": "65", - "defence_animation": "6232", - "weakness": "7", - "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...", - "slayer_task": "53", - "melee_animation": "6223", - "range_animation": "6223", - "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...", - "slayer_task": "53", - "melee_animation": "6223", - "range_animation": "6223", - "attack_speed": "5", - "poisonous": "true", - "respawn_delay": "65", - "defence_animation": "6232", - "weakness": "7", - "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...", - "slayer_task": "53", - "melee_animation": "6241", - "range_animation": "6241", - "attack_speed": "4", - "poisonous": "true", - "magic_level": "150", - "respawn_delay": "45", - "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": "1", - "attack_level": "300" - }, - { - "agg_radius": "64", - "examine": "I don't think insect repellent will work...", - "slayer_task": "53", - "melee_animation": "6235", - "range_animation": "6235", - "attack_speed": "4", - "magic_level": "150", - "respawn_delay": "0", - "defence_animation": "6234", - "weakness": "10", - "magic_animation": "6235", - "death_animation": "6233", - "name": "Kalphite Queen", - "defence_level": "300", - "safespot": null, - "lifepoints": "255", - "strength_level": "300", - "id": "1160", - "aggressive": "true", - "bonuses": "0,0,0,0,0,100,100,100,10,10,0,0,0,0,0", - "range_level": "1", - "attack_level": "300" - }, - { - "examine": "I don't think insect repellent will work...", - "slayer_task": "53", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Kalphite Larva", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1161", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A huge beast", - "melee_animation": "313", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "315", - "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.", - "slayer_task": "31", - "start_gfx": "250", - "combat_style": "1", - "melee_animation": "428", - "range_animation": "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": "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.", - "slayer_task": "31", - "melee_animation": "428", - "range_animation": "0", - "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", - "id": "1184", - "clue_level": "2", - "range_level": "1", - "attack_level": "68" - }, - { - "examine": "An elven city guard.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Elven city guard", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1185", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A cute bunny rabbit.", - "melee_animation": "6090", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "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": "498,500,499", - "respawn_delay": "60", - "defence_animation": "4927", - "slayer_exp": "0", - "death_animation": "4929", - "name": "Grizzly bear", - "defence_level": "1", - "safespot": null, - "lifepoints": "27", - "strength_level": "1", - "id": "1195", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Eek! A bear cub!", - "slayer_task": "6", - "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.", - "slayer_task": "92", - "melee_animation": "6559", - "range_animation": "0", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "6558", - "name": "Dire Wolf", - "defence_level": "33", - "safespot": null, - "lifepoints": "47", - "strength_level": "33", - "id": "1198", - "range_level": "1", - "attack_level": "33" - }, - { - "examine": "An elf tracker.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Elf Tracker", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1199", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "One of King Tyras's men.", - "melee_animation": "414", - "range_animation": "0", - "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", - "id": "1200", - "range_level": "1", - "attack_level": "42" - }, - { - "examine": "I don't want to get on the wrong side of him.", - "start_gfx": "250", - "combat_style": "1", - "melee_animation": "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", - "strength_level": "105", - "id": "1203", - "range_level": "50", - "attack_level": "95" - }, - { - "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": "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", - "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", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "836", - "name": "Gardener", - "defence_level": "4", - "safespot": null, - "lifepoints": "5", - "strength_level": "4", - "id": "1217", - "range_level": "1", - "attack_level": "4" - }, - { - "examine": "A scary, man eating ghoul.", - "slayer_task": "37", - "melee_animation": "422", - "range_animation": "422", - "attack_speed": "5", - "defence_animation": "404", - "weakness": "9", - "slayer_exp": "50", - "magic_animation": "422", - "death_animation": "9055", - "name": "Ghoul", - "defence_level": "25", - "safespot": null, - "lifepoints": "40", - "strength_level": "25", - "id": "1218", - "bonuses": "10,10,20,20,15,20,15,15,15,15,15,35,0,0,0", - "range_level": "1", - "attack_level": "25" - }, - { - "examine": "Yuck! It's all slimy!", - "melee_animation": "1273", - "range_animation": "0", - "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", - "id": "1219", - "aggressive": "true", - "range_level": "1", - "attack_level": "42" - }, - { - "examine": "Could his name be 'Lurch'?", - "melee_animation": "7183", - "slayer_exp": "50", - "death_animation": "7185", - "name": "Vampire", - "defence_level": "52", - "safespot": null, - "lifepoints": "50", - "strength_level": "1", - "id": "1220", - "clue_level": "1", - "range_level": "1", - "attack_level": "52" - }, - { - "slayer_exp": "40", - "name": "Vampire", - "defence_level": "1", - "safespot": null, - "lifepoints": "50", - "strength_level": "1", - "id": "1223", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "combat_style": "1", - "melee_animation": "8143", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "slayer_exp": "0", - "magic_animation": "0", - "death_animation": "8144", - "name": "Myre Blamish Snail", - "defence_level": "10", - "safespot": null, - "lifepoints": "14", - "strength_level": "10", - "id": "1227", - "range_level": "1", - "attack_level": "10" - }, - { - "examine": "A blood coloured blamish snail", - "combat_style": "1", - "melee_animation": "8143", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "slayer_exp": "0", - "magic_animation": "0", - "death_animation": "8144", - "name": "Blood Blamish Snail", - "defence_level": "10", - "safespot": null, - "lifepoints": "14", - "strength_level": "10", - "id": "1228", - "range_level": "1", - "attack_level": "10" - }, - { - "examine": "A muddy coloured blamish snail", - "combat_style": "1", - "melee_animation": "8143", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "slayer_exp": "0", - "magic_animation": "0", - "death_animation": "8144", - "name": "Ochre Blamish Snail", - "defence_level": "10", - "safespot": null, - "lifepoints": "14", - "strength_level": "10", - "id": "1229", - "range_level": "1", - "attack_level": "10" - }, - { - "examine": "A bruise blue coloured blamish snail", - "combat_style": "1", - "melee_animation": "8143", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "slayer_exp": "0", - "magic_animation": "0", - "death_animation": "8144", - "name": "Bruise Blamish Snail", - "defence_level": "10", - "safespot": null, - "lifepoints": "14", - "strength_level": "10", - "id": "1230", - "range_level": "1", - "attack_level": "10" - }, - { - "examine": "A branch bark coloured blamish snail", - "combat_style": "1", - "melee_animation": "8143", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "slayer_exp": "0", - "magic_animation": "0", - "death_animation": "8144", - "name": "Bark Blamish Snail", - "defence_level": "10", - "safespot": null, - "lifepoints": "14", - "strength_level": "10", - "id": "1231", - "range_level": "1", - "attack_level": "10" - }, - { - "examine": "A marsh coloured blamish snail", - "combat_style": "1", - "melee_animation": "8143", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "slayer_exp": "0", - "magic_animation": "0", - "death_animation": "8144", - "name": "Myre Blamish Snail", - "defence_level": "10", - "safespot": null, - "lifepoints": "14", - "strength_level": "10", - "id": "1232", - "range_level": "1", - "attack_level": "10" - }, - { - "examine": "A blood coloured blamish snail", - "combat_style": "1", - "melee_animation": "8143", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "slayer_exp": "0", - "magic_animation": "0", - "death_animation": "8144", - "name": "Blood Blamish Snail", - "defence_level": "10", - "safespot": null, - "lifepoints": "14", - "strength_level": "10", - "id": "1233", - "range_level": "1", - "attack_level": "10" - }, - { - "examine": "A muddy coloured blamish snail", - "combat_style": "1", - "melee_animation": "8143", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "slayer_exp": "0", - "magic_animation": "0", - "death_animation": "8144", - "name": "Ochre Blamish Snail", - "defence_level": "10", - "safespot": null, - "lifepoints": "14", - "strength_level": "10", - "id": "1234", - "range_level": "1", - "attack_level": "10" - }, - { - "examine": "A bruise blue coloured blamish snail", - "combat_style": "1", - "melee_animation": "8143", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "slayer_exp": "0", - "magic_animation": "0", - "death_animation": "8144", - "name": "Bruise Blamish Snail", - "defence_level": "10", - "safespot": null, - "lifepoints": "14", - "strength_level": "10", - "id": "1235", - "range_level": "1", - "attack_level": "10" - }, - { - "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", - "slayer_task": "73", - "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.", - "slayer_task": "73", - "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", - "slayer_task": "73", - "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.", - "slayer_task": "73", - "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", - "slayer_task": "73", - "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.", - "slayer_task": "73", - "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", - "slayer_task": "73", - "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.", - "slayer_task": "73", - "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", - "slayer_task": "73", - "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.", - "slayer_task": "73", - "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" - }, - { - "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", - "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", - "attack_speed": "5", - "magic_level": "1", - "defence_animation": "1313", - "weakness": "7", - "magic_animation": "1312", - "death_animation": "1314", - "name": "Rock Crab", - "defence_level": "1", - "safespot": null, - "lifepoints": "51", - "strength_level": "1", - "id": "1265", - "bonuses": "-75,-75,-75,-75,-75,-75,-75,-75,-75,-75,-75,-75,-75,-75,-75", - "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", - "attack_speed": "5", - "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": "-75,-75,-75,-75,-75,-75,-75,-75,-75,-75,-75,-75,-75,-75,-75", - "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", - "strength_level": "40", - "id": "1279", - "aggressive": "true", - "range_level": "1", - "attack_level": "40" - }, - { - "examine": "A Fremennik hunter.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Sigli the Huntsman", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1281", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A Fremennik merchant.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Sigmund The Merchant", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1282", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A Fremennik navigator.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Swensen the Navigator", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1283", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Every innkeeper's best friend!", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Manni the Reveller", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1286", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Supposedly fixes things around RuneScape.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Council workman", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1287", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A Fremennik riddler.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Peer the Seer", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1288", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A Fremennik hero.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Thorvald the Warrior", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1289", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Your challenge awaits! ", - "melee_animation": "390", - "range_animation": "0", - "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", - "id": "1290", - "range_level": "1", - "attack_level": "13" - }, - { - "examine": "He lives again!", - "melee_animation": "390", - "range_animation": "0", - "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", - "id": "1291", - "range_level": "1", - "attack_level": "13" - }, - { - "examine": "He keeps on living!", - "melee_animation": "390", - "range_animation": "0", - "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", - "id": "1292", - "range_level": "1", - "attack_level": "13" - }, - { - "examine": "He just keeps on going.", - "melee_animation": "390", - "range_animation": "0", - "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", - "id": "1293", - "range_level": "1", - "attack_level": "13" - }, - { - "examine": "The Fremennik tribe's chieftain.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "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", - "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", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "836", - "name": "Warrior", - "defence_level": "28", - "safespot": null, - "lifepoints": "40", - "strength_level": "28", - "id": "1318", - "range_level": "1", - "attack_level": "28" - }, - { - "examine": "A cunning animal.", - "melee_animation": "6562", - "range_animation": "0", - "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", - "id": "1319", - "range_level": "1", - "attack_level": "32" - }, - { - "examine": "Hoppity", - "melee_animation": "1245", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "1246", - "name": "Bunny", - "defence_level": "1", - "safespot": null, - "lifepoints": "1", - "strength_level": "1", - "id": "1320", - "range_level": "1", - "attack_level": "1" - }, - { - "death_animation": "1246", - "name": "Bunny", - "defence_level": "1", - "safespot": null, - "lifepoints": "5", - "melee_animation": "1245", - "strength_level": "1", - "id": "1321", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "1244" - }, - { - "examine": "Cute. But deadly.", - "slayer_task": "6", - "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" - }, - { - "examine": "Horned horsey.", - "melee_animation": "6376", - "range_animation": "6376", - "combat_audio": "496,498,497", - "attack_speed": "5", - "magic_level": "6", - "respawn_delay": "32", - "defence_animation": "6375", - "weakness": "7", - "magic_animation": "6376", - "death_animation": "6377", - "name": "Unicorn Foal", - "defence_level": "6", - "safespot": null, - "lifepoints": "14", - "strength_level": "6", - "id": "1328", - "range_level": "1", - "attack_level": "6" - }, - { - "examine": "Cute but evil.", - "melee_animation": "6376", - "range_animation": "0", - "combat_audio": "496,498,497", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "6377", - "name": "Black unicorn Foal", - "defence_level": "12", - "safespot": null, - "lifepoints": "17", - "strength_level": "12", - "id": "1329", - "range_level": "1", - "attack_level": "12" - }, - { - "examine": "Fearsome predator found only in the Fremennik Province", - "slayer_task": "92", - "melee_animation": "6559", - "range_animation": "0", - "combat_audio": "481,491,490", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "slayer_exp": "69", - "magic_animation": "0", - "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.", - "slayer_task": "24", - "melee_animation": "1341", - "range_animation": "0", - "magic_level": "60", - "respawn_delay": "60", - "defence_animation": "0", - "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": "He seems happy to see you.", - "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": "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", - "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", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "examine": "Hmm", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Fishmonger", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1369", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "At least he eats his greens.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Greengrocer", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1370", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He's guarding the throne room.", - "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": "1374", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He's cutting the wheat.", - "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": "1377", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "No-one would mistake her for a duchess.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Flower Girl", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1378", - "range_level": "1", - "attack_level": "1" - }, - { - "death_animation": "836", - "name": "Alrik", - "defence_level": "1", - "safespot": null, - "lifepoints": "1", - "melee_animation": "422", - "strength_level": "1", - "id": "1381", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "examine": "He's strong to the finish, because he eats cabbage.", - "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": "1385", - "range_level": "1", - "attack_level": "1" - }, - { - "death_animation": "836", - "name": "Rannveig", - "defence_level": "1", - "safespot": null, - "lifepoints": "1", - "melee_animation": "422", - "strength_level": "1", - "id": "1386", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "death_animation": "836", - "name": "Valgerd", - "defence_level": "1", - "safespot": null, - "lifepoints": "1", - "melee_animation": "422", - "strength_level": "1", - "id": "1388", - "range_level": "1", - "respawn_delay": "60", - "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", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "death_animation": "836", - "name": "Broddi", - "defence_level": "1", - "safespot": null, - "lifepoints": "1", - "melee_animation": "422", - "strength_level": "1", - "id": "1390", - "range_level": "1", - "respawn_delay": "60", - "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": "1391", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "death_animation": "836", - "name": "Ragnvald", - "defence_level": "1", - "safespot": null, - "lifepoints": "1", - "melee_animation": "810", - "strength_level": "1", - "id": "1392", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "examine": "Hmm", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Fishmonger", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1393", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "At least he eats his greens.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Greengrocer", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1394", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He's a lumberjack", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Lumberjack Leif", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1395", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He's just mining his own business.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Miner Magnus", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1396", - "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": "Fisherman Frodi", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1397", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "She's looking a bit weedy.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Gardener Gunnhild", - "defence_level": "1", - "safespot": null, - "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", - "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": "1402", - "range_level": "1", - "attack_level": "1" - }, - { - "death_animation": "5389", - "name": "Rooster", - "defence_level": "1", - "safespot": null, - "lifepoints": "5", - "melee_animation": "5387", - "strength_level": "1", - "id": "1403", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "5388" - }, - { - "death_animation": "6092", - "name": "Rabbit", - "defence_level": "1", - "safespot": null, - "lifepoints": "5", - "melee_animation": "6090", - "strength_level": "1", - "id": "1404", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "6091" - }, - { - "examine": "There to help me make my bids.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Lumdo", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1419", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An official looking Gnome with small beady eyes.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "G.L.O. Caranock", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1427", - "range_level": "1", - "attack_level": "1" - }, - { - "melee_animation": "1383", - "respawn_delay": "60", - "defence_animation": "1393", - "death_animation": "1384", - "name": "Duke", - "defence_level": "1", - "safespot": null, - "lifepoints": "130", - "strength_level": "1", - "id": "1442", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "melee_animation": "1383", - "respawn_delay": "60", - "defence_animation": "1393", - "death_animation": "1384", - "name": "Oipuis", - "defence_level": "1", - "safespot": null, - "lifepoints": "130", - "strength_level": "1", - "id": "1443", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "melee_animation": "1383", - "respawn_delay": "60", - "defence_animation": "1393", - "death_animation": "1384", - "name": "Uyoro", - "defence_level": "1", - "safespot": null, - "lifepoints": "130", - "strength_level": "1", - "id": "1444", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "melee_animation": "1383", - "respawn_delay": "60", - "defence_animation": "1387", - "death_animation": "1384", - "name": "Ouhai", - "defence_level": "1", - "safespot": null, - "lifepoints": "130", - "strength_level": "1", - "id": "1445", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "melee_animation": "1383", - "respawn_delay": "60", - "defence_animation": "1393", - "death_animation": "1384", - "name": "Uodai", - "defence_level": "1", - "safespot": null, - "lifepoints": "130", - "strength_level": "1", - "id": "1446", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "melee_animation": "1383", - "respawn_delay": "60", - "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", - "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.", - "slayer_task": "61", - "melee_animation": "1392", - "range_animation": "0", - "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", - "id": "1455", - "range_level": "1", - "attack_level": "66" - }, - { - "examine": "A bow wielding ninja monkey.", - "slayer_task": "61", - "combat_style": "1", - "melee_animation": "0", - "range_animation": "1394", - "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", - "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", - "aggressive": "true", - "range_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", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A huge brutish gorilla armoured with dangerous looking vambraces.", - "slayer_task": "61", - "melee_animation": "1402", - "range_animation": "1402", - "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", - "id": "1459", - "range_level": "1", - "attack_level": "100" - }, - { - "examine": "A huge brutish gorilla armoured with dangerous looking vambraces.", - "slayer_task": "61", - "melee_animation": "1402", - "range_animation": "0", - "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", - "id": "1460", - "aggressive": "true", - "range_level": "1", - "attack_level": "63" - }, - { - "examine": "A huge brutish gorilla stands here", - "slayer_task": "61", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "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.", - "slayer_task": "61", - "melee_animation": "1383", - "range_animation": "0", - "combat_audio": "629,631,630", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "1384", - "name": "Monkey Zombie", - "defence_level": "55", - "safespot": null, - "lifepoints": "78", - "strength_level": "55", - "id": "1465", - "aggressive": "true", - "range_level": "1", - "attack_level": "55" - }, - { - "melee_animation": "1392", - "combat_audio": "629,631,630", - "respawn_delay": "60", - "defence_animation": "1393", - "death_animation": "1384", - "name": "Monkey Zombie", - "defence_level": "1", - "safespot": null, - "lifepoints": "90", - "strength_level": "1", - "id": "1466", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "melee_animation": "1392", - "combat_audio": "629,631,630", - "respawn_delay": "60", - "defence_animation": "1393", - "death_animation": "1384", - "name": "Monkey Zombie", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "strength_level": "1", - "id": "1467", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He looks like the type of guy who would mind monkeys.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "629,631,630", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Monkey minder", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1469", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "It looks just a bit... underfed.", - "slayer_task": "75", - "melee_animation": "5519", - "range_animation": "5519", - "combat_audio": "774,775,777", - "attack_speed": "6", - "defence_animation": "5520", - "weakness": "8", - "magic_animation": "5519", - "death_animation": "5521", - "name": "Skeleton", - "defence_level": "75", - "safespot": null, - "lifepoints": "112", - "strength_level": "109", - "id": "1471", - "range_level": "1", - "attack_level": "80" - }, - { - "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", - "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.", - "slayer_task": "7", - "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.", - "slayer_task": "7", - "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", - "slayer_task": "76", - "melee_animation": "5327", - "range_animation": "0", - "combat_audio": "537,539,538", - "respawn_delay": "60", - "defence_animation": "0", - "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", - "defence_animation": "0", - "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", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "5972", - "name": "Undead Lumberjack", - "defence_level": "10", - "safespot": null, - "lifepoints": "100", - "strength_level": "73", - "id": "1524", - "range_level": "1", - "attack_level": "73" - }, - { - "examine": "His robes prominently display the star of Saradomin.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Zealot", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1528", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Imp", - "defence_level": "1", - "safespot": null, - "lifepoints": "8", - "strength_level": "1", - "id": "1531", - "range_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", - "range_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", - "range_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", - "range_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", - "range_level": "1", - "attack_level": "1" - }, - { - "melee_animation": "185", - "respawn_delay": "60", - "defence_animation": "186", - "death_animation": "188", - "name": "Possessed pickaxe", - "defence_level": "1", - "safespot": null, - "lifepoints": "40", - "strength_level": "1", - "id": "1536", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A strange disturbance in the air.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "0", - "name": "Haze", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1537", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Well", - "slayer_task": "75", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "0", - "name": "Corpse", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1538", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "I don't think the pickaxe is for hitting rocks.", - "slayer_task": "75", - "melee_animation": "5485", - "range_animation": "0", - "respawn_delay": "60", - "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", - "id": "1539", - "aggressive": "true", - "range_level": "1", - "attack_level": "35" - }, - { - "melee_animation": "5540", - "respawn_delay": "60", - "defence_animation": "5541", - "death_animation": "5542", - "name": "Treus Dayth", - "defence_level": "1", - "safespot": null, - "lifepoints": "100", - "strength_level": "1", - "id": "1540", - "aggressive": "true", - "range_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", - "range_level": "1", - "attack_level": "1" - }, - { - "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": "30", - "strength_level": "1", - "id": "1549", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A large boisterous bird", - "slayer_task": "7", - "melee_animation": "6761", - "range_animation": "0", - "defence_animation": "0", - "weakness": "3", - "magic_animation": "0", - "death_animation": "6762", - "name": "Chompy bird", - "defence_level": "1", - "safespot": null, - "lifepoints": "8", - "strength_level": "1", - "id": "1550", - "range_level": "2", - "attack_level": "1" - }, - { - "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", - "attack_level": "1" - }, - { - "name": "Ug", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "511,513,512", - "strength_level": "1", - "id": "1557", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Not man's best friend.", - "slayer_task": "92", - "melee_animation": "6559", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "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!", - "slayer_task": "83", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "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!", - "slayer_task": "83", - "range_animation": "0", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "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!", - "slayer_task": "83", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "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!", - "slayer_task": "83", - "range_animation": "0", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "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!", - "slayer_task": "83", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "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!", - "slayer_task": "83", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "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!", - "slayer_task": "83", - "range_animation": "0", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "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", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Cyreg Paddlehorn", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1567", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A creature summoned by Vanstrom to kill the remaining Myreque.", - "melee_animation": "6579", - "range_animation": "0", - "combat_audio": "774,775,777", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "6558", - "name": "Skeleton Hellhound", - "defence_level": "32", - "safespot": null, - "lifepoints": "57", - "strength_level": "32", - "id": "1575", - "aggressive": "true", - "range_level": "1", - "attack_level": "32" - }, - { - "examine": "A very large elemental adversary.", - "slayer_task": "33", - "melee_animation": "4666", - "range_animation": "4666", - "combat_audio": "449,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", - "aggressive": "true", - "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.", - "slayer_task": "33", - "melee_animation": "4666", - "range_animation": "4666", - "combat_audio": "449,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", - "aggressive": "true", - "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.", - "slayer_task": "33", - "melee_animation": "4666", - "range_animation": "4666", - "combat_audio": "449,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", - "aggressive": "true", - "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.", - "slayer_task": "33", - "melee_animation": "4666", - "range_animation": "4666", - "combat_audio": "449,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", - "aggressive": "true", - "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.", - "slayer_task": "33", - "melee_animation": "4666", - "range_animation": "4666", - "combat_audio": "449,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", - "aggressive": "true", - "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0", - "range_level": "1", - "attack_level": "65" - }, - { - "examine": "His beard seems to have a life of its own.", - "slayer_task": "62", - "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", - "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": "His beard seems to have a life of its own.", - "slayer_task": "62", - "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", - "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": "Young but still dangerous.", - "slayer_task": "68", - "melee_animation": "25", - "range_animation": "25", - "combat_audio": "408,410,409", - "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", - "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" - }, - { - "examine": "Its scales seem to be made of bronze.", - "slayer_task": "13", - "melee_animation": "80", - "range_animation": "80", - "combat_audio": "408,410,409", - "attack_speed": "4", - "magic_level": "100", - "respawn_delay": "40", - "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", - "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" - }, - { - "examine": "Its scales seem to be made of iron.", - "slayer_task": "50", - "melee_animation": "80", - "range_animation": "80", - "combat_audio": "408,410,409", - "attack_speed": "4", - "magic_level": "100", - "respawn_delay": "45", - "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", - "id": "1591", - "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": "165" - }, - { - "examine": "Its scales seem to be made of steel.", - "slayer_task": "80", - "melee_animation": "80", - "range_animation": "80", - "combat_audio": "408,410,409", - "attack_speed": "4", - "magic_level": "100", - "respawn_delay": "45", - "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", - "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" - }, - { - "examine": "An unsuitable pet.", - "slayer_task": "27", - "melee_animation": "6562", - "range_animation": "6562", - "magic_level": "20", - "respawn_delay": "20", - "defence_animation": "6563", - "weakness": "7", - "magic_animation": "6562", - "death_animation": "6564", - "name": "Wild dog", - "defence_level": "25", - "safespot": null, - "lifepoints": "62", - "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", - "magic_level": "20", - "respawn_delay": "20", - "defence_animation": "6563", - "magic_animation": "6562", - "death_animation": "6564", - "name": "Wild dog", - "defence_level": "25", - "safespot": null, - "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" - }, - { - "examine": "A spiky crawling critter. ", - "slayer_task": "16", - "melee_animation": "266", - "range_animation": "266", - "attack_speed": "4", - "poisonous": "true", - "respawn_delay": "25", - "defence_animation": "267", - "weakness": "1", - "slayer_exp": "22", - "magic_animation": "266", - "death_animation": "265", - "name": "Cave crawler", - "defence_level": "30", - "safespot": null, - "lifepoints": "23", - "strength_level": "30", - "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", - "attack_speed": "4", - "poisonous": "true", - "respawn_delay": "25", - "defence_animation": "267", - "slayer_exp": "22", - "magic_animation": "266", - "death_animation": "265", - "name": "Cave crawler", - "defence_level": "30", - "safespot": null, - "lifepoints": "23", - "strength_level": "30", - "id": "1601", - "bonuses": "30,60,60,60,60,66,0,0,0,0,0,0,0,0,0", - "range_level": "1", - "attack_level": "28" - }, - { - "examine": "A spiky crawling critter. ", - "melee_animation": "266", - "range_animation": "266", - "attack_speed": "4", - "poisonous": "true", - "respawn_delay": "25", - "defence_animation": "267", - "slayer_exp": "22", - "magic_animation": "266", - "death_animation": "265", - "name": "Cave crawler", - "defence_level": "30", - "safespot": null, - "lifepoints": "23", - "strength_level": "30", - "id": "1602", - "bonuses": "30,60,60,60,60,66,0,0,0,0,0,0,0,0,0", - "range_level": "1", - "attack_level": "28" - }, - { - "examine": "A spiky crawling critter. ", - "melee_animation": "266", - "range_animation": "266", - "attack_speed": "4", - "poisonous": "true", - "respawn_delay": "25", - "defence_animation": "267", - "slayer_exp": "22", - "magic_animation": "266", - "death_animation": "265", - "name": "Cave crawler", - "defence_level": "30", - "safespot": null, - "lifepoints": "23", - "strength_level": "30", - "id": "1603", - "bonuses": "30,60,60,60,60,66,0,0,0,0,0,0,0,0,0", - "range_level": "1", - "attack_level": "28" - }, - { - "examine": "A very smelly ghost.", - "slayer_task": "0", - "start_gfx": "334", - "combat_style": "2", - "melee_animation": "9466", - "weakness": "5", - "slayer_exp": "90", - "magic_animation": "9466", - "death_animation": "9467", - "lifepoints": "90", - "id": "1604", - "aggressive": "true", - "bonuses": "0,0,0,0,0,20,20,20,0,15,0,0,0,0,0", - "range_animation": "1507", - "magic_level": "105", - "end_gfx": "336", - "defence_animation": "9468", - "name": "Aberrant spectre", - "defence_level": "90", - "safespot": null, - "strength_level": "1", - "clue_level": "2", - "range_level": "1", - "projectile": "335", - "attack_level": "1" - }, - { - "examine": "A very smelly ghost.", - "slayer_task": "0", - "start_gfx": "334", - "combat_style": "2", - "melee_animation": "9466", - "weakness": "5", - "slayer_exp": "90", - "magic_animation": "9466", - "death_animation": "9467", - "lifepoints": "90", - "id": "1605", - "aggressive": "true", - "bonuses": "0,0,0,0,0,20,20,20,0,15,0,0,0,0,0", - "range_animation": "1507", - "magic_level": "105", - "end_gfx": "336", - "defence_animation": "9468", - "name": "Aberrant spectre", - "defence_level": "90", - "safespot": null, - "strength_level": "1", - "clue_level": "2", - "range_level": "1", - "projectile": "335", - "attack_level": "1" - }, - { - "examine": "A very smelly ghost.", - "slayer_task": "0", - "start_gfx": "334", - "combat_style": "2", - "melee_animation": "9466", - "weakness": "5", - "slayer_exp": "90", - "magic_animation": "9466", - "death_animation": "9467", - "lifepoints": "90", - "id": "1606", - "aggressive": "true", - "bonuses": "0,0,0,0,0,20,20,20,0,15,0,0,0,0,0", - "range_animation": "1507", - "magic_level": "105", - "end_gfx": "336", - "defence_animation": "9468", - "name": "Aberrant spectre", - "defence_level": "90", - "safespot": null, - "strength_level": "1", - "clue_level": "2", - "range_level": "1", - "projectile": "335", - "attack_level": "1" - }, - { - "examine": "A very smelly ghost.", - "slayer_task": "0", - "start_gfx": "334", - "combat_style": "2", - "melee_animation": "9466", - "weakness": "5", - "slayer_exp": "90", - "magic_animation": "9466", - "death_animation": "9467", - "lifepoints": "90", - "id": "1607", - "aggressive": "true", - "bonuses": "0,0,0,0,0,20,20,20,0,15,0,0,0,0,0", - "range_animation": "1507", - "magic_level": "105", - "end_gfx": "336", - "defence_animation": "9468", - "name": "Aberrant spectre", - "defence_level": "90", - "safespot": null, - "strength_level": "1", - "clue_level": "2", - "range_level": "1", - "projectile": "335", - "attack_level": "1" - }, - { - "examine": "Large, heavy, with sharp things attached to its head.", - "melee_animation": "9439", - "range_animation": "9439", - "attack_speed": "4", - "magic_level": "1", - "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", - "attack_speed": "4", - "magic_level": "1", - "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", - "attack_speed": "4", - "magic_level": "1", - "defence_animation": "9455", - "slayer_exp": "105", - "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" - }, - { - "examine": "Flies like a rock.", - "slayer_task": "84", - "melee_animation": "1516", - "range_animation": "1516", - "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", - "id": "1611", - "clue_level": "2", - "range_level": "49", - "attack_level": "45" - }, - { - "examine": "A tortured screaming soul.", - "melee_animation": "9449", - "range_animation": "1523", - "attack_speed": "5", - "defence_animation": "9451", - "slayer_exp": "22", - "magic_animation": "1523", - "death_animation": "9450", - "name": "Banshee", - "defence_level": "5", - "safespot": null, - "lifepoints": "22", - "strength_level": "14", - "id": "1612", - "aggressive": "true", - "clue_level": "0", - "range_level": "1", - "attack_level": "9" - }, - { - "examine": "An evil death demon.", - "melee_animation": "9487", - "range_animation": "1528", - "attack_speed": "4", - "magic_level": "1", - "defence_animation": "9489", - "magic_animation": "1528", - "death_animation": "9488", - "name": "Nechryael", - "defence_level": "105", - "safespot": null, - "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", - "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!", - "slayer_task": "1", - "melee_animation": "1537", - "range_animation": "1537", - "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", - "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", - "attack_speed": "5", - "magic_level": "75", - "defence_animation": "261", - "slayer_exp": "75", - "magic_animation": "260", - "death_animation": "264", - "name": "Basilisk", - "defence_level": "75", - "safespot": null, - "lifepoints": "75", - "strength_level": "80", - "id": "1616", - "range_level": "75", - "attack_level": "80" - }, - { - "examine": "The eyes of evil.", - "melee_animation": "260", - "range_animation": "260", - "attack_speed": "5", - "magic_level": "75", - "defence_animation": "261", - "slayer_exp": "75", - "magic_animation": "260", - "death_animation": "264", - "name": "Basilisk", - "defence_level": "75", - "safespot": null, - "lifepoints": "75", - "strength_level": "80", - "id": "1617", - "range_level": "75", - "attack_level": "80" - }, - { - "examine": "The tongue of evil.", - "melee_animation": "9130", - "range_animation": "1552", - "attack_speed": "4", - "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", - "aggressive": "true", - "clue_level": "2", - "range_level": "1", - "attack_level": "75" - }, - { - "examine": "The tongue of evil.", - "melee_animation": "9130", - "range_animation": "1552", - "attack_speed": "4", - "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": "1619", - "aggressive": "true", - "clue_level": "2", - "range_level": "1", - "attack_level": "75" - }, - { - "examine": "The winged reptile.", - "slayer_task": "19", - "melee_animation": "7762", - "range_animation": "7762", - "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", - "id": "1620", - "bonuses": "30,30,30,30,30,35,0,0,0,0,0,0,0,0,0", - "clue_level": "1", - "range_level": "32", - "attack_level": "32" - }, - { - "examine": "The winged reptile.", - "melee_animation": "7762", - "range_animation": "7762", - "attack_speed": "5", - "defence_animation": "7761", - "slayer_exp": "37", - "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" - }, - { - "examine": "It's one leg short!", - "melee_animation": "9471", - "range_animation": "9471", - "attack_speed": "5", - "defence_animation": "9473", - "magic_animation": "9471", - "death_animation": "9472", - "name": "Turoth", - "defence_level": "30", - "safespot": null, - "lifepoints": "27", - "strength_level": "1", - "id": "1622", - "range_level": "1", - "attack_level": "30" - }, - { - "examine": "It's one leg short!", - "melee_animation": "9471", - "range_animation": "9471", - "attack_speed": "5", - "defence_animation": "9473", - "magic_animation": "9471", - "death_animation": "9472", - "name": "Turoth", - "defence_level": "30", - "safespot": null, - "lifepoints": "27", - "strength_level": "1", - "id": "1623", - "range_level": "1", - "attack_level": "30" - }, - { - "examine": "The vacuumed face of evil.", - "slayer_task": "28", - "melee_animation": "1557", - "range_animation": "1557", - "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", - "id": "1624", - "range_level": "1", - "attack_level": "105" - }, - { - "examine": "The cave-dwelling cousin of the dust devils.", - "slayer_task": "28", - "melee_animation": "1557", - "range_animation": "0", - "defence_animation": "0", - "weakness": "2", - "magic_animation": "0", - "death_animation": "1558", - "name": "Smokedevil", - "defence_level": "61", - "safespot": null, - "lifepoints": "87", - "strength_level": "105", - "id": "1625", - "range_level": "61", - "attack_level": "105" - }, - { - "examine": "It's one leg short!", - "melee_animation": "9471", - "range_animation": "9471", - "attack_speed": "5", - "magic_level": "75", - "defence_animation": "9473", - "magic_animation": "9471", - "death_animation": "9472", - "name": "Turoth", - "defence_level": "75", - "safespot": null, - "lifepoints": "79", - "strength_level": "85", - "id": "1626", - "clue_level": "2", - "range_level": "75", - "attack_level": "80" - }, - { - "examine": "It's one leg short!", - "melee_animation": "9471", - "range_animation": "9471", - "attack_speed": "5", - "magic_level": "75", - "defence_animation": "9473", - "magic_animation": "9471", - "death_animation": "9472", - "name": "Turoth", - "defence_level": "75", - "safespot": null, - "lifepoints": "79", - "strength_level": "85", - "id": "1627", - "clue_level": "2", - "range_level": "75", - "attack_level": "80" - }, - { - "examine": "It's one leg short!", - "melee_animation": "9471", - "range_animation": "9471", - "attack_speed": "5", - "magic_level": "75", - "defence_animation": "9473", - "magic_animation": "9471", - "death_animation": "9472", - "name": "Turoth", - "defence_level": "75", - "safespot": null, - "lifepoints": "79", - "strength_level": "85", - "id": "1628", - "clue_level": "2", - "range_level": "75", - "attack_level": "80" - }, - { - "examine": "It's one leg short!", - "melee_animation": "9471", - "range_animation": "9471", - "attack_speed": "5", - "magic_level": "75", - "defence_animation": "9473", - "magic_animation": "9471", - "death_animation": "9472", - "name": "Turoth", - "defence_level": "75", - "safespot": null, - "lifepoints": "79", - "strength_level": "85", - "id": "1629", - "clue_level": "2", - "range_level": "75", - "attack_level": "80" - }, - { - "examine": "It's one leg short!", - "melee_animation": "9471", - "range_animation": "9471", - "attack_speed": "5", - "magic_level": "75", - "defence_animation": "9473", - "magic_animation": "9471", - "death_animation": "9472", - "name": "Turoth", - "defence_level": "75", - "safespot": null, - "lifepoints": "79", - "strength_level": "85", - "id": "1630", - "clue_level": "2", - "range_level": "75", - "attack_level": "80" - }, - { - "examine": "A rocky slug.", - "slayer_task": "69", - "melee_animation": "9506", - "range_animation": "9506", - "attack_speed": "5", - "magic_level": "1", - "defence_animation": "9508", - "weakness": "7", - "magic_animation": "9506", - "death_animation": "9507", - "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.", - "slayer_task": "69", - "melee_animation": "9506", - "range_animation": "9506", - "attack_speed": "5", - "magic_level": "1", - "defence_animation": "9508", - "weakness": "7", - "magic_animation": "9506", - "death_animation": "9507", - "name": "Rockslug", - "defence_level": "30", - "safespot": null, - "lifepoints": "30", - "strength_level": "30", - "id": "1632", - "clue_level": "2", - "range_level": "1", - "attack_level": "24" - }, - { - "spawn_animation": "8081", - "examine": "A small fire demon.", - "slayer_task": "66", - "melee_animation": "8080", - "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": "1633", - "bonuses": "52,30,22,1,1,0,0,0,0,0,0,10,10,10,0", - "clue_level": "1", - "range_level": "19", - "attack_level": "22" - }, - { - "spawn_animation": "8081", - "examine": "A small fire demon.", - "slayer_task": "66", - "melee_animation": "8080", - "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", - "bonuses": "52,30,22,1,1,0,0,0,0,0,0,10,10,10,0", - "clue_level": "1", - "range_level": "19", - "attack_level": "22" - }, - { - "spawn_animation": "8081", - "examine": "A small fire demon.", - "slayer_task": "66", - "melee_animation": "8080", - "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", - "bonuses": "52,30,22,1,1,0,0,0,0,0,0,10,10,10,0", - "clue_level": "1", - "range_level": "19", - "attack_level": "22" - }, - { - "spawn_animation": "8081", - "examine": "A small fire demon.", - "slayer_task": "66", - "melee_animation": "8080", - "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", - "bonuses": "52,30,22,1,1,0,0,0,0,0,0,10,10,10,0", - "clue_level": "1", - "range_level": "19", - "attack_level": "22" - }, - { - "examine": "It's a Jelly.", - "slayer_task": "51", - "melee_animation": "8569", - "range_animation": "8569", - "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", - "id": "1637", - "clue_level": "2", - "range_level": "40", - "attack_level": "40" - }, - { - "examine": "Doesn't look so tough...", - "slayer_task": "51", - "melee_animation": "8569", - "range_animation": "0", - "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", - "strength_level": "1", - "id": "1638", - "clue_level": "2", - "range_level": "49", - "attack_level": "1" - }, - { - "examine": "Wibbly.", - "slayer_task": "51", - "melee_animation": "8569", - "range_animation": "0", - "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", - "strength_level": "1", - "id": "1639", - "clue_level": "2", - "range_level": "49", - "attack_level": "1" - }, - { - "examine": "There's always room for jelly.", - "slayer_task": "51", - "melee_animation": "8569", - "range_animation": "0", - "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", - "attack_level": "1" - }, - { - "melee_animation": "8569", - "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", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "melee_animation": "8569", - "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", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An evil magic user.", - "slayer_task": "49", - "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", - "bonuses": "0,0,0,0,0,0,0,0,40,0,0,0,0,0,0", - "range_level": "1", - "projectile": "100", - "attack_level": "1" - }, - { - "slayer_task": "49", - "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", - "bonuses": "0,0,0,0,0,0,0,0,40,0,0,0,0,0,0", - "range_level": "1", - "projectile": "100", - "attack_level": "1" - }, - { - "examine": "An evil magic user.", - "slayer_task": "49", - "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", - "bonuses": "0,0,0,0,0,0,0,0,40,0,0,0,0,0,0", - "range_level": "1", - "projectile": "100", - "attack_level": "1" - }, - { - "examine": "An evil magic user.", - "slayer_task": "49", - "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", - "bonuses": "0,0,0,0,0,0,0,0,40,0,0,0,0,0,0", - "range_level": "1", - "projectile": "100", - "attack_level": "1" - }, - { - "examine": "An evil magic user.", - "slayer_task": "49", - "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", - "bonuses": "0,0,0,0,0,0,0,0,40,0,0,0,0,0,0", - "range_level": "1", - "projectile": "100", - "attack_level": "1" - }, - { - "examine": "Now THAT'S handy.", - "slayer_task": "21", - "melee_animation": "9125", - "range_animation": "9125", - "attack_speed": "5", - "respawn_delay": "20", - "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", - "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", - "slayer_task": "21", - "melee_animation": "9125", - "range_animation": "0", - "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", - "range_level": "1", - "attack_level": "8" - }, - { - "examine": "Gimmie five. Actually", - "slayer_task": "21", - "melee_animation": "9125", - "range_animation": "0", - "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", - "range_level": "1", - "attack_level": "8" - }, - { - "examine": "Gimmie five. Actually", - "slayer_task": "21", - "melee_animation": "9125", - "range_animation": "0", - "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", - "range_level": "1", - "attack_level": "8" - }, - { - "examine": "Gimmie five. Actually", - "slayer_task": "21", - "melee_animation": "9125", - "range_animation": "0", - "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", - "range_level": "1", - "attack_level": "8" - }, - { - "examine": "Now THAT's handy.", - "slayer_task": "21", - "melee_animation": "9444", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "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", - "id": "1653", - "range_level": "1", - "attack_level": "13" - }, - { - "examine": "I'm glad it's just the hand I can see...", - "slayer_task": "21", - "melee_animation": "9444", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "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", - "id": "1654", - "range_level": "1", - "attack_level": "13" - }, - { - "examine": "A big severed hand.", - "slayer_task": "21", - "melee_animation": "9444", - "range_animation": "0", - "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", - "range_level": "1", - "attack_level": "13" - }, - { - "examine": "Give the guy a big hand.....", - "slayer_task": "21", - "melee_animation": "9444", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "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", - "id": "1656", - "range_level": "1", - "attack_level": "13" - }, - { - "examine": "A big severed hand.", - "slayer_task": "21", - "melee_animation": "9444", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "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", - "id": "1657", - "range_level": "1", - "attack_level": "13" - }, - { - "examine": "A Supplier of Magical robes.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Robe Store owner", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1658", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He's in charge of the Skullball Course.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Skullball Boss", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1660", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He's in charge of the Agility Course.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Agility Boss", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1661", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A skullball guide.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Skullball Trainer", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1662", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A werewolf agility trainer.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Agility Trainer", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1663", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Looks like he's guarding a trapdoor...", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Werewolf", - "defence_level": "1", - "safespot": null, - "lifepoints": "100", - "strength_level": "1", - "id": "1665", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Gardener Ghost", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "436,439,438", - "strength_level": "1", - "id": "1675", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "His beard seems to have a life of its own.", - "melee_animation": "4666", - "range_animation": "4666", - "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", - "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" - }, - { - "examine": "A ghost disciple.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "436,439,438", - "defence_animation": "0", - "magic_animation": "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", - "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.", - "slayer_task": "20", - "melee_animation": "5849", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "5851", - "name": "Undead cow", - "defence_level": "3", - "safespot": null, - "lifepoints": "4", - "strength_level": "3", - "id": "1691", - "range_level": "1", - "attack_level": "3" - }, - { - "examine": "Yep", - "slayer_task": "7", - "melee_animation": "5387", - "range_animation": "0", - "combat_audio": "355,357,356", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "5389", - "name": "Undead chicken", - "defence_level": "5", - "safespot": null, - "lifepoints": "7", - "strength_level": "5", - "id": "1692", - "range_level": "1", - "attack_level": "5" - }, - { - "examine": "An extremely vicious lobster.", - "slayer_task": "71", - "melee_animation": "6265", - "range_animation": "0", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "6267", - "name": "Giant lobster", - "defence_level": "30", - "safespot": null, - "lifepoints": "128", - "strength_level": "30", - "id": "1693", - "range_level": "1", - "attack_level": "30" - }, - { - "examine": "An old", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Old crone", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1695", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A creaky old man.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Old man", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1696", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A spooky ghost villager.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "436,439,438", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Ghost villager", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1697", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "This poor soul cannot understand why it has not passed to the next world.", - "slayer_task": "36", - "melee_animation": "422", - "range_animation": "0", - "attack_speed": "5", - "magic_level": "38", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "3", - "slayer_exp": "25", - "magic_animation": "0", - "death_animation": "836", - "name": "Tortured soul", - "defence_level": "38", - "safespot": null, - "lifepoints": "85", - "strength_level": "28", - "id": "1698", - "aggressive": "true", - "range_level": "1", - "attack_level": "28" - }, - { - "examine": "Beware the ghostly shopkeeper's wares!", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "436,439,438", - "defence_animation": "0", - "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" - }, - { - "death_animation": "1013", - "name": "Terrorbird", - "defence_level": "1", - "safespot": null, - "lifepoints": "34", - "melee_animation": "1010", - "strength_level": "1", - "id": "1751", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "1012" - }, - { - "examine": "These gnomes know how to get around!", - "slayer_task": "7", - "melee_animation": "6790", - "range_animation": "0", - "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", - "id": "1752", - "range_level": "1", - "attack_level": "33" - }, - { - "examine": "A farmer's enemy.", - "slayer_task": "7", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "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", - "range_level": "1", - "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", - "range_level": "1", - "attack_level": "5" - }, - { - "examine": "Farming.", - "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": "1759", - "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": "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.", - "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": "1761", - "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": "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", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Where beef comes from.", - "slayer_task": "20", - "melee_animation": "5849", - "range_animation": "5849", - "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", - "id": "1767", - "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": "1768", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An ugly green creature.", - "slayer_task": "38", - "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", - "clue_level": "0", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An ugly green creature.", - "slayer_task": "38", - "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", - "clue_level": "0", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An ugly green creature.", - "slayer_task": "38", - "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", - "clue_level": "0", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An ugly green creature.", - "slayer_task": "38", - "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", - "clue_level": "0", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An ugly green creature.", - "slayer_task": "38", - "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", - "clue_level": "0", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An ugly green creature.", - "slayer_task": "38", - "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", - "clue_level": "0", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An ugly green creature.", - "slayer_task": "38", - "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", - "clue_level": "0", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An ugly green creature.", - "slayer_task": "38", - "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", - "clue_level": "0", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He looks quite independent in an aggressive and business like way.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "498,500,499", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Hammerspike Stoutbeard", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1794", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A short stout menacing fellow.", - "slayer_task": "29", - "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", - "range_level": "1", - "attack_level": "25" - }, - { - "examine": "A short stout menacing fellow.", - "slayer_task": "29", - "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", - "range_level": "1", - "attack_level": "25" - }, - { - "examine": "A short stout menacing fellow.", - "slayer_task": "29", - "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", - "range_level": "1", - "attack_level": "25" - }, - { - "melee_animation": "1750", - "respawn_delay": "60", - "defence_animation": "1751", - "death_animation": "1752", - "name": "Slagilith", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "strength_level": "1", - "id": "1802", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A pile of boulders.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Rock pile", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1803", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He seems to be guarding a pile of rocks. Interesting job.", - "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": "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", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Guard", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1806", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "The Chieftain of the mountain camp.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Hamal the Chieftain", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1807", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Is that a bear... or a man?", - "melee_animation": "1760", - "range_animation": "0", - "magic_level": "23", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "10", - "magic_animation": "0", - "death_animation": "1759", - "name": "The Kendal", - "defence_level": "23", - "safespot": null, - "lifepoints": "85", - "strength_level": "23", - "id": "1812", - "aggressive": "true", - "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.", - "slayer_task": "38", - "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.", - "slayer_task": "38", - "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.", - "slayer_task": "38", - "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.", - "slayer_task": "38", - "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": "Flies like a rock.", - "melee_animation": "9454", - "range_animation": "1516", - "attack_speed": "4", - "magic_level": "1", - "defence_animation": "9455", - "slayer_exp": "105", - "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" - }, - { - "examine": "It didn't get that big eating flies!", - "melee_animation": "1793", - "range_animation": "1793", - "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", - "id": "1828", - "bonuses": "10,10,10,10,10,10,1,10,10,10,10,37,0,0,0", - "range_level": "32", - "attack_level": "45" - }, - { - "examine": "It didn't get that big eating flies.", - "melee_animation": "1793", - "range_animation": "0", - "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", - "id": "1829", - "range_level": "26", - "attack_level": "1" - }, - { - "examine": "A foul-smelling blob of protoplasm.", - "slayer_task": "18", - "melee_animation": "1789", - "range_animation": "0", - "attack_speed": "5", - "poisonous": "true", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "1", - "slayer_exp": "25", - "magic_animation": "0", - "death_animation": "1792", - "name": "Cave slime", - "defence_level": "19", - "safespot": null, - "lifepoints": "27", - "strength_level": "1", - "id": "1831", - "clue_level": "0", - "range_level": "19", - "attack_level": "1" - }, - { - "examine": "A nasty crawling critter.", - "slayer_task": "15", - "melee_animation": "6079", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "2", - "slayer_exp": "5", - "magic_animation": "0", - "death_animation": "6082", - "name": "Cave bug", - "defence_level": "6", - "safespot": null, - "lifepoints": "8", - "strength_level": "1", - "id": "1832", - "range_level": "6", - "attack_level": "1" - }, - { - "examine": "A little", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Cave bug larva", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1833", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Has an odd smell about him.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Candle seller", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1834", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A short angry guy.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Dwarven Engineer", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1840", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "The little guy is having trouble standing up right.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Khorvak, a dwarven engineer", - "defence_level": "1", - "safespot": null, - "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", - "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": "1844", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "It is the avatar of the Arzinian Being of Bordanzan", - "melee_animation": "1840", - "range_animation": "0", - "defence_animation": "0", - "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", - "defence_animation": "0", - "weakness": "0", - "magic_animation": "0", - "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", - "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", - "id": "1856", - "aggressive": "true", - "range_level": "1", - "attack_level": "30" - }, - { - "melee_animation": "1840", - "respawn_delay": "60", - "defence_animation": "1842", - "death_animation": "1843", - "name": "Arzinian Avatar of Magic", - "defence_level": "1", - "safespot": null, - "lifepoints": "110", - "strength_level": "1", - "id": "1857", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "melee_animation": "1840", - "respawn_delay": "60", - "defence_animation": "1842", - "death_animation": "1843", - "name": "Arzinian Avatar of Magic", - "defence_level": "1", - "safespot": null, - "lifepoints": "70", - "strength_level": "1", - "id": "1858", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "It's the Arzinian Being", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Arzinian Being of Bordanzan", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1859", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He sells ranging equipment.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Brian", - "defence_level": "1", - "safespot": null, - "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" - }, - { - "examine": "A market stall keeper.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Market seller", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1866", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Ali the discount animal seller.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Ali the Camel Man", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1867", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A mischievous looking child.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Street urchin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1868", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An old Hag named Alice.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Ali the Hag", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1871", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A snake charmer.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "3609,3608,3610", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Ali the Snake Charmer", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1872", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A foul tempered ugly lumpy yellow horse prone to spitting.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Ali the Camel", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1873", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A slithering serpent.", - "melee_animation": "275", - "range_animation": "0", - "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", - "id": "1874", - "range_level": "6", - "attack_level": "4" - }, - { - "examine": "A toothless old Snake.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "3609,3608,3610", - "defence_animation": "0", - "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", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "836", - "name": "Bandit champion", - "defence_level": "39", - "safespot": null, - "lifepoints": "55", - "strength_level": "39", - "id": "1885", - "aggressive": "true", - "range_level": "1", - "attack_level": "39" - }, - { - "examine": "Probably the weakest bandit in the world ....ever.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Cowardly Bandit", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1886", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Smooth operator.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "703,705,704", - "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", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Menaphite thug.", - "melee_animation": "0", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "0", - "name": "Menaphite Thug", - "defence_level": "29", - "safespot": null, - "lifepoints": "41", - "strength_level": "29", - "id": "1904", - "range_level": "1", - "attack_level": "29" - }, - { - "death_animation": "836", - "name": "Menaphite Thug", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "melee_animation": "395", - "strength_level": "1", - "id": "1905", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "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" - }, - { - "examine": "A tough-looking criminal.", - "melee_animation": "412", - "range_animation": "412", - "attack_speed": "5", - "defence_animation": "404", - "magic_animation": "412", - "death_animation": "9055", - "name": "Kamil", - "defence_level": "20", - "safespot": null, - "lifepoints": "50", - "strength_level": "55", - "id": "1913", - "range_level": "1", - "attack_level": "20" - }, - { - "melee_animation": "422", - "respawn_delay": "60", - "defence_animation": "425", - "death_animation": "836", - "name": "Dessous", - "defence_level": "1", - "safespot": null, - "lifepoints": "200", - "strength_level": "1", - "id": "1914", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "melee_animation": "422", - "respawn_delay": "60", - "defence_animation": "425", - "death_animation": "836", - "name": "Dessous", - "defence_level": "1", - "safespot": null, - "lifepoints": "200", - "strength_level": "1", - "id": "1915", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "I guess he sells what he steals...?", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Bandit shopkeeper", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1917", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Hardened by the cutthroat world of archaeology.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Archaeologist", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1918", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Very mysterious looking...", - "melee_animation": "377", - "range_animation": "0", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "836", - "name": "Stranger", - "defence_level": "58", - "safespot": null, - "lifepoints": "82", - "strength_level": "58", - "id": "1919", - "aggressive": "true", - "range_level": "1", - "attack_level": "58" - }, - { - "examine": "Looks like a rough-and-ready type.", - "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": "1921", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A tough-looking criminal.", - "melee_animation": "412", - "range_animation": "412", - "attack_speed": "5", - "defence_animation": "404", - "magic_animation": "412", - "death_animation": "9055", - "name": "Bandit", - "defence_level": "30", - "safespot": null, - "lifepoints": "65", - "strength_level": "70", - "id": "1926", - "range_level": "1", - "attack_level": "30" - }, - { - "examine": "This is an NPC.", - "melee_animation": "412", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "100", - "defence_animation": "404", - "magic_animation": "0", - "death_animation": "9055", - "name": "Bandit", - "defence_level": "1", - "safespot": null, - "lifepoints": "65", - "strength_level": "1", - "id": "1931", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An ice troll.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Ice troll", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1935", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Brrrrr...he must be cold!", - "slayer_task": "83", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "name": "Ice troll", - "defence_level": "64", - "safespot": null, - "lifepoints": "91", - "strength_level": "64", - "id": "1936", - "aggressive": "true", - "range_level": "1", - "attack_level": "64" - }, - { - "examine": "Brrrrr...he must be cold!", - "slayer_task": "83", - "range_animation": "0", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "name": "Ice troll", - "defence_level": "64", - "safespot": null, - "lifepoints": "91", - "strength_level": "64", - "id": "1937", - "range_level": "1", - "attack_level": "64" - }, - { - "examine": "Brrrrr...he must be cold!", - "slayer_task": "83", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "name": "Ice troll", - "defence_level": "64", - "safespot": null, - "lifepoints": "91", - "strength_level": "64", - "id": "1938", - "aggressive": "true", - "range_level": "1", - "attack_level": "64" - }, - { - "examine": "Brrrrr...he must be cold!", - "slayer_task": "83", - "range_animation": "0", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "name": "Ice troll", - "defence_level": "64", - "safespot": null, - "lifepoints": "91", - "strength_level": "64", - "id": "1939", - "range_level": "1", - "attack_level": "64" - }, - { - "examine": "Brrrrr...he must be cold!", - "slayer_task": "83", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "name": "Ice troll", - "defence_level": "64", - "safespot": null, - "lifepoints": "91", - "strength_level": "64", - "id": "1940", - "aggressive": "true", - "range_level": "1", - "attack_level": "64" - }, - { - "examine": "Brrrrr...he must be cold!", - "slayer_task": "83", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "name": "Ice troll", - "defence_level": "64", - "safespot": null, - "lifepoints": "91", - "strength_level": "64", - "id": "1941", - "aggressive": "true", - "range_level": "1", - "attack_level": "64" - }, - { - "examine": "Brrrrr...he must be cold!", - "slayer_task": "83", - "range_animation": "0", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "name": "Ice troll", - "defence_level": "64", - "safespot": null, - "lifepoints": "91", - "strength_level": "64", - "id": "1942", - "range_level": "1", - "attack_level": "64" - }, - { - "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": "1951", - "aggressive": "true", - "bonuses": "40,120,150,150,150,40,130,75,0,0,0,0,0,0,0", - "range_level": "1", - "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", - "aggressive": "true", - "bonuses": "40,120,150,150,150,40,130,75,0,0,0,0,0,0,0", - "range_level": "1", - "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", - "aggressive": "true", - "bonuses": "40,120,150,150,150,40,130,75,0,0,0,0,0,0,0", - "range_level": "1", - "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", - "aggressive": "true", - "bonuses": "40,120,150,150,150,40,130,75,0,0,0,0,0,0,0", - "range_level": "1", - "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", - "aggressive": "true", - "bonuses": "40,120,150,150,150,40,130,75,0,0,0,0,0,0,0", - "range_level": "1", - "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", - "aggressive": "true", - "bonuses": "40,120,150,150,150,40,130,75,0,0,0,0,0,0,0", - "range_level": "1", - "attack_level": "60" - }, - { - "examine": "Highly flammable!", - "melee_animation": "5549", - "range_animation": "0", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "5555", - "name": "Mummy", - "defence_level": "55", - "safespot": null, - "lifepoints": "78", - "strength_level": "55", - "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": "55", - "safespot": null, - "lifepoints": "78", - "strength_level": "55", - "id": "1961", - "aggressive": "true", - "range_level": "1", - "attack_level": "55" - }, - { - "examine": "Spooky", - "melee_animation": "5549", - "range_animation": "0", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "5555", - "name": "Mummy", - "defence_level": "55", - "poison_immune": "true", - "safespot": null, - "lifepoints": "78", - "strength_level": "55", - "id": "1962", - "range_level": "1", - "attack_level": "55" - }, - { - "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": "55", - "poison_immune": "true", - "safespot": null, - "lifepoints": "78", - "strength_level": "55", - "id": "1963", - "range_level": "1", - "attack_level": "55" - }, - { - "examine": "But who's the daddy?", - "melee_animation": "5549", - "range_animation": "0", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "5555", - "name": "Mummy", - "defence_level": "55", - "safespot": null, - "lifepoints": "78", - "strength_level": "55", - "id": "1964", - "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": "55", - "safespot": null, - "lifepoints": "78", - "strength_level": "55", - "id": "1965", - "range_level": "1", - "attack_level": "55" - }, - { - "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": "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...", - "slayer_task": "70", - "melee_animation": "1948", - "range_animation": "0", - "poisonous": "true", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "1946", - "name": "Scarabs", - "defence_level": "62", - "safespot": null, - "lifepoints": "88", - "strength_level": "62", - "id": "1969", - "range_level": "1", - "attack_level": "62" - }, - { - "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.", - "slayer_task": "75", - "melee_animation": "5499", - "range_animation": "0", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "5503", - "name": "Giant skeleton", - "defence_level": "60", - "safespot": null, - "lifepoints": "85", - "strength_level": "60", - "id": "1973", - "range_level": "1", - "attack_level": "60" - }, - { - "examine": "Looks hungry!", - "slayer_task": "27", - "melee_animation": "6565", - "range_animation": "0", - "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", - "id": "1976", - "range_level": "1", - "attack_level": "48" - }, - { - "melee_animation": "799", - "respawn_delay": "60", - "defence_animation": "434", - "death_animation": "836", - "name": "Fareed", - "defence_level": "1", - "safespot": null, - "lifepoints": "130", - "strength_level": "1", - "id": "1977", - "aggressive": "true", - "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": "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", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "1", - "magic_animation": "0", - "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", - "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.", - "slayer_task": "27", - "melee_animation": "6568", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "6567", - "name": "Jackal", - "defence_level": "35", - "safespot": null, - "lifepoints": "100", - "strength_level": "35", - "id": "1994", - "aggressive": "true", - "range_level": "1", - "attack_level": "35" - }, - { - "examine": "Obnoxious", - "melee_animation": "2015", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "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", - "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", - "id": "1997", - "aggressive": "true", - "range_level": "1", - "attack_level": "15" - }, - { - "examine": "I might give the burgers a miss in this town.", - "slayer_task": "20", - "melee_animation": "0", - "range_animation": "0", - "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.", - "slayer_task": "20", - "melee_animation": "0", - "range_animation": "0", - "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": "1999", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "I think they're some kind of beetle.", - "slayer_task": "70", - "melee_animation": "1948", - "range_animation": "0", - "attack_speed": "2", - "poisonous": "true", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "1946", - "name": "Scarab swarm", - "defence_level": "9", - "safespot": null, - "lifepoints": "900", - "strength_level": "9", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "50" - }, - { - "examine": "An irate warrior-mummy.", - "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": "2016", - "aggressive": "true", - "range_level": "1", - "attack_level": "50" - }, - { - "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": "2017", - "aggressive": "true", - "range_level": "1", - "attack_level": "50" - }, - { - "examine": "An irate mummy.", - "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": "2018", - "aggressive": "true", - "range_level": "1", - "attack_level": "50" - }, - { - "examine": "A wizened old warrior.", - "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": "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" - }, - { - "examine": "A vengeful spirit corrupted by dark magic.", - "start_gfx": "155", - "combat_style": "2", - "start_height": "96", - "melee_animation": "1162", - "range_animation": "1162", - "attack_speed": "6", - "magic_level": "100", - "end_gfx": "157", - "defence_animation": "420", - "weakness": "3", - "magic_animation": "1162", - "death_animation": "7197", - "name": "Ahrim the Blighted", - "defence_level": "100", - "safespot": null, - "lifepoints": "100", - "strength_level": "1", - "id": "2025", - "aggressive": "true", - "bonuses": "68,68,68,73,-19,103,85,117,73,0,0,68,0,0,0", - "range_level": "1", - "projectile": "156", - "attack_level": "1" - }, - { - "examine": "A vengeful spirit corrupted by dark magic.", - "melee_animation": "2066", - "range_animation": "2066", - "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", - "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" - }, - { - "examine": "A vengeful spirit corrupted by dark magic.", - "melee_animation": "2080", - "range_animation": "2080", - "attack_speed": "5", - "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,0", - "range_level": "100", - "projectile": "27", - "attack_level": "1" - }, - { - "examine": "A vengeful spirit corrupted by dark magic.", - "melee_animation": "2068", - "range_animation": "2068", - "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", - "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" - }, - { - "examine": "A vengeful spirit corrupted by dark magic.", - "melee_animation": "2062", - "range_animation": "2062", - "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", - "id": "2030", - "aggressive": "true", - "bonuses": "72,72,72,-42,-14,227,230,221,0,225,72,0,0,0,0", - "range_level": "1", - "attack_level": "100" - }, - { - "examine": "I think I should keep my distance...", - "melee_animation": "2070", - "range_animation": "2070", - "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", - "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" - }, - { - "examine": "A nasty little rodent.", - "slayer_task": "67", - "melee_animation": "240", - "range_animation": "240", - "combat_audio": "703,705,704", - "magic_level": "35", - "respawn_delay": "20", - "defence_animation": "241", - "weakness": "9", - "magic_animation": "240", - "death_animation": "243", - "name": "Crypt rat", - "defence_level": "35", - "safespot": null, - "lifepoints": "35", - "strength_level": "35", - "id": "2032", - "aggressive": "true", - "bonuses": "35,50,35,40,55,15,20,0,0,0,0,0,0,0,0", - "range_level": "35", - "attack_level": "35" - }, - { - "examine": "A nasty overgrown rodent.", - "slayer_task": "67", - "melee_animation": "4933", - "range_animation": "4933", - "combat_audio": "703,705,704", - "magic_level": "55", - "respawn_delay": "30", - "defence_animation": "4934", - "weakness": "9", - "magic_animation": "4933", - "death_animation": "4935", - "name": "Giant crypt rat", - "defence_level": "55", - "safespot": null, - "lifepoints": "70", - "strength_level": "55", - "id": "2033", - "aggressive": "true", - "bonuses": "45,75,68,78,75,20,45,25,0,0,0,0,0,0,0", - "range_level": "55", - "attack_level": "55" - }, - { - "examine": "Incey wincey.", - "slayer_task": "76", - "melee_animation": "6249", - "range_animation": "6249", - "combat_audio": "537,539,538", - "magic_level": "45", - "respawn_delay": "25", - "defence_animation": "6250", - "weakness": "7", - "magic_animation": "6249", - "death_animation": "6251", - "name": "Crypt spider", - "defence_level": "45", - "safespot": null, - "lifepoints": "60", - "strength_level": "45", - "id": "2034", - "aggressive": "true", - "bonuses": "30,55,35,65,65,20,50,5,0,0,0,0,0,0,0", - "range_level": "45", - "attack_level": "45" - }, - { - "examine": "Not very incey wincey.", - "slayer_task": "76", - "melee_animation": "5327", - "range_animation": "5327", - "combat_audio": "537,539,538", - "attack_speed": "5", - "magic_level": "60", - "respawn_delay": "35", - "defence_animation": "5328", - "weakness": "7", - "magic_animation": "5327", - "death_animation": "5329", - "name": "Giant crypt spider", - "defence_level": "60", - "safespot": null, - "lifepoints": "80", - "strength_level": "60", - "id": "2035", - "aggressive": "true", - "bonuses": "55,80,45,85,75,25,60,25,0,0,0,0,0,0,0", - "range_level": "60", - "attack_level": "60" - }, - { - "examine": "Could do with gaining a few pounds.", - "slayer_task": "75", - "melee_animation": "5487", - "range_animation": "5487", - "combat_audio": "774,775,777", - "magic_level": "62", - "respawn_delay": "20", - "defence_animation": "5513", - "weakness": "8", - "magic_animation": "5487", - "death_animation": "5491", - "name": "Skeleton", - "defence_level": "62", - "safespot": null, - "lifepoints": "72", - "strength_level": "50", - "id": "2036", - "aggressive": "true", - "bonuses": "45,20,20,20,70,20,55,75,76,20,60,20,0,0,0", - "range_level": "62", - "attack_level": "62" - }, - { - "examine": "Could do with gaining a few pounds.", - "slayer_task": "75", - "melee_animation": "5487", - "range_animation": "5487", - "combat_audio": "774,775,777", - "magic_level": "62", - "respawn_delay": "20", - "defence_animation": "5513", - "weakness": "8", - "magic_animation": "5487", - "death_animation": "5491", - "name": "Skeleton", - "defence_level": "62", - "safespot": null, - "lifepoints": "72", - "strength_level": "62", - "id": "2037", - "aggressive": "true", - "bonuses": "45,20,20,20,65,20,50,69,68,22,65,23,0,0,0", - "range_level": "62", - "attack_level": "62" - }, - { - "name": "Zogre", - "defence_level": "1", - "safespot": null, - "lifepoints": "71", - "strength_level": "1", - "id": "2044", - "aggressive": "true", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "name": "Zogre", - "defence_level": "1", - "safespot": null, - "lifepoints": "71", - "strength_level": "1", - "id": "2045", - "aggressive": "true", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "name": "Zogre", - "defence_level": "1", - "safespot": null, - "lifepoints": "71", - "strength_level": "1", - "id": "2046", - "aggressive": "true", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "name": "Zogre", - "defence_level": "1", - "safespot": null, - "lifepoints": "71", - "strength_level": "1", - "id": "2047", - "aggressive": "true", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "name": "Zogre", - "defence_level": "1", - "safespot": null, - "lifepoints": "71", - "strength_level": "1", - "id": "2048", - "aggressive": "true", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "name": "Zogre", - "defence_level": "1", - "safespot": null, - "lifepoints": "71", - "strength_level": "1", - "id": "2049", - "aggressive": "true", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "name": "Skogre", - "defence_level": "1", - "safespot": null, - "lifepoints": "71", - "strength_level": "1", - "id": "2050", - "aggressive": "true", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "name": "Zogre", - "defence_level": "1", - "safespot": null, - "lifepoints": "71", - "strength_level": "1", - "id": "2051", - "aggressive": "true", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "name": "Zogre", - "defence_level": "1", - "safespot": null, - "lifepoints": "71", - "strength_level": "1", - "id": "2052", - "aggressive": "true", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "name": "Zogre", - "defence_level": "1", - "safespot": null, - "lifepoints": "71", - "strength_level": "1", - "id": "2053", - "aggressive": "true", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "name": "Zogre", - "defence_level": "1", - "safespot": null, - "lifepoints": "71", - "strength_level": "1", - "id": "2054", - "aggressive": "true", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "name": "Zogre", - "defence_level": "1", - "safespot": null, - "lifepoints": "71", - "strength_level": "1", - "id": "2055", - "aggressive": "true", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "name": "Skogre", - "defence_level": "1", - "safespot": null, - "lifepoints": "71", - "strength_level": "1", - "id": "2056", - "aggressive": "true", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "name": "Skogre", - "defence_level": "1", - "safespot": null, - "lifepoints": "71", - "strength_level": "1", - "id": "2057", - "aggressive": "true", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "examine": "What could be hiding in that crack in the wall?", - "slayer_task": "87", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "931,923,922", - "attack_speed": "5", - "respawn_delay": "60", - "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" - }, - { - "name": "Slash Bash", - "defence_level": "1", - "safespot": null, - "lifepoints": "103", - "strength_level": "1", - "id": "2060", - "aggressive": "true", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "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.", - "slayer_task": "38", - "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.", - "slayer_task": "38", - "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.", - "slayer_task": "38", - "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.", - "slayer_task": "38", - "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.", - "slayer_task": "38", - "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.", - "slayer_task": "38", - "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", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "5328", - "death_animation": "5329", - "name": "Secretary", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2091", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "The head secretary of the Purple Pewter mining company.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Purple Pewter Secretary", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2092", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "The head secretary of the Yellow Fortune mining company.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Yellow Fortune Secretary", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2093", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "The head secretary of the Blue Opal mining company.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Blue Opal Secretary", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2094", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "The head secretary of the Green Gemstone mining company.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Green Gemstone Secretary", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2095", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "The head secretary of the White Chisel mining company.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "White Chisel Secretary", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2096", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "The head secretary of the Silver Cog mining company.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Silver Cog Secretary", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2097", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "The head secretary of the Brown Engine mining company.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Brown Engine Secretary", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2098", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2100", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2101", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2102", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2103", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2104", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2105", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "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", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Trader", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2109", - "range_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", - "range_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", - "range_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", - "range_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", - "range_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", - "range_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", - "range_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", - "range_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", - "range_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", - "range_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", - "range_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", - "range_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", - "range_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", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He is regulating the flow of goods on the trade floor and maintaining order.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Trade Referee", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2127", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A member of the Black Guard", - "slayer_task": "29", - "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", - "range_level": "1", - "attack_level": "34" - }, - { - "examine": "A member of the Black Guard", - "slayer_task": "29", - "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", - "range_level": "1", - "attack_level": "34" - }, - { - "examine": "A member of the Black Guard", - "slayer_task": "29", - "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", - "range_level": "1", - "attack_level": "34" - }, - { - "slayer_exp": "16", - "name": "Black Guard", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2133", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An elite member of the Black Guard.", - "slayer_task": "29", - "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", - "range_level": "1", - "attack_level": "38" - }, - { - "examine": "An elite member of the Black Guard.", - "slayer_task": "29", - "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", - "range_level": "1", - "attack_level": "38" - }, - { - "examine": "An elite member of the Black Guard.", - "slayer_task": "29", - "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", - "range_level": "1", - "attack_level": "38" - }, - { - "examine": "A gnome traveller, visiting Keldagrim.", - "name": "Gnome traveller", - "defence_level": "1", - "force_talk": "Buying low-level skilling items!", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2138", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Very protective of his master... and his property.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Dromund's cat", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2140", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Makes sculptures.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Blasidar the sculptor", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2141", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A rather personable banker lady.", - "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": "2163", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A rather serious old fella.", - "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": "2164", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He takes care of the library and its many books.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Librarian", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2165", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A customer looking for books.", - "melee_animation": "0", - "range_animation": "0", - "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.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Customer", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2168", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He tends to the plants in the palace garden.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Rind the gardener", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2170", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Looks after the factory.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Factory Manager", - "defence_level": "1", - "safespot": null, - "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", - "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": "2173", - "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": "2174", - "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": "2175", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A rich landlord", - "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": "These Dwarf ladies are so attractive!", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Barmaid", - "defence_level": "1", - "safespot": null, - "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", - "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": "2181", - "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": "2182", - "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": "2183", - "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": "2184", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Remember: don't drink and ride in mine carts.", - "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": "2185", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Keeps the line clear of traffic.", - "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": "2186", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A loud", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Rowdy dwarf", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2187", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "You cannot see his ship", - "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": "2205", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He carries a heavy load.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Dwarven Miner", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2207", - "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", - "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": "2235", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He guards the Draynor Market stalls from thieves.", - "melee_animation": "390", - "range_animation": "0", - "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", - "id": "2236", - "range_level": "1", - "attack_level": "30" - }, - { - "examine": "A local farmer. He may be able to provide some useful information.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Gee", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2237", - "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": "Pig", - "defence_level": "1", - "safespot": null, - "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", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Porcine.", - "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": "2242", - "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": "2244", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "attack_speed": "6", - "respawn_delay": "60", - "defence_animation": "0", - "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" - }, - { - "combat_style": "1", - "melee_animation": "190", - "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" - }, - { - "combat_style": "1", - "melee_animation": "190", - "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", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Dark mage", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2262", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A blood-drinking denizen of the abyss.", - "melee_animation": "2181", - "range_animation": "0", - "attack_speed": "3", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "2", - "slayer_exp": "0", - "magic_animation": "0", - "death_animation": "2183", - "name": "Abyssal leech", - "defence_level": "52", - "safespot": null, - "lifepoints": "74", - "strength_level": "1", - "id": "2263", - "aggressive": "true", - "range_level": "52", - "attack_level": "1" - }, - { - "examine": "It seems to have eyes in the back of its head...", - "melee_animation": "2186", - "range_animation": "2186", - "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", - "id": "2264", - "aggressive": "true", - "range_level": "135", - "attack_level": "65" - }, - { - "examine": "Apparently walks the abyss.", - "melee_animation": "2192", - "range_animation": "2192", - "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", - "id": "2265", - "aggressive": "true", - "range_level": "1", - "attack_level": "60" - }, - { - "examine": "Sparkles the Tinsel Snake", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Rogue Guard", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2267", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A snowman armed with a holly bow.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Rogue Guard", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2269", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A snowman armed with an ice sword.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Emerald Benedict", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2271", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A snowman armed with a winter staff.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Spin Blades", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2272", - "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": "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" - }, - { - "melee_animation": "400", - "respawn_delay": "60", - "defence_animation": "425", - "death_animation": "836", - "name": "Sir Leye", - "defence_level": "1", - "safespot": null, - "lifepoints": "21", - "strength_level": "1", - "id": "2285", - "aggressive": "true", - "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": "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" - }, - { - "name": "", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "511,513,512", - "strength_level": "1", - "id": "2309", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Young, but still beefy.", - "slayer_task": "20", - "melee_animation": "5849", - "range_animation": "5849", - "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", - "id": "2310", - "range_level": "1", - "attack_level": "2" - }, - { - "examine": "Farmer/sheep liaison officer. Go on - give the dog a bone!", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Sheepdog", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2311", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He rules the", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Rooster", - "defence_level": "1", - "safespot": null, - "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", - "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": "2314", - "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": "2315", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Swine.", - "melee_animation": "0", - "range_animation": "0", - "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.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Pig", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2317", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Hog.", - "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": "2318", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Porcine.", - "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": "2319", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He has a certain bovine aroma.", - "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": "2320", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Only the Grim Reaper would have a pet like this.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Muncher", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2329", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Perhaps this farmer might look after your crops for you.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Vasquen", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2333", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "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", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Fayeth", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2342", - "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": "2354", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "She can look after my money.", - "combat_style": "2", - "melee_animation": "0", - "range_animation": "0", - "respawn_delay": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Banker", - "defence_level": "1", - "safespot": null, - "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.", - "slayer_task": "31", - "melee_animation": "428", - "range_animation": "0", - "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", - "clue_level": "2", - "range_level": "1", - "attack_level": "60" - }, - { - "examine": "I don't wanna be at the wrong end of that pike.", - "slayer_task": "31", - "melee_animation": "428", - "range_animation": "0", - "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", - "clue_level": "2", - "range_level": "1", - "attack_level": "60" - }, - { - "examine": "He looks pretty handy with that bow.", - "slayer_task": "31", - "start_gfx": "250", - "combat_style": "1", - "melee_animation": "428", - "range_animation": "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", - "clue_level": "2", - "range_level": "64", - "projectile": "249", - "attack_level": "1" - }, - { - "examine": "He looks pretty handy with that bow.", - "slayer_task": "31", - "start_gfx": "250", - "combat_style": "1", - "melee_animation": "428", - "range_animation": "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", - "clue_level": "2", - "range_level": "64", - "projectile": "249", - "attack_level": "1" - }, - { - "examine": "A Mourner showing his true identity.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Head mourner", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2372", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A Mourner", - "slayer_task": "31", - "melee_animation": "428", - "range_animation": "0", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "836", - "name": "Mourner", - "defence_level": "61", - "safespot": null, - "lifepoints": "87", - "strength_level": "61", - "id": "2373", - "aggressive": "true", - "range_level": "1", - "attack_level": "61" - }, - { - "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" - }, - { - "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" - }, - { - "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" - }, - { - "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" - }, - { - "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" - }, - { - "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": "16", - "name": "Chaos dwarf", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2423", - "range_level": "1", - "attack_level": "1" - }, - { - "death_animation": "9230", - "name": "Jarvald", - "defence_level": "10", - "safespot": null, - "lifepoints": "10", - "melee_animation": "9232", - "strength_level": "10", - "id": "2436", - "range_level": "1", - "attack_level": "10", - "defence_animation": "9231" - }, - { - "examine": "Looks like a wanna be Fremennik.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Askeladden", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2439", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "This support is propping the door closed.", - "melee_animation": "0", - "range_animation": "0", - "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", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "1314", - "name": "Giant Rock Crab", - "defence_level": "68", - "safespot": null, - "lifepoints": "97", - "strength_level": "68", - "id": "2452", - "aggressive": "true", - "range_level": "1", - "attack_level": "68" - }, - { - "examine": "Heavy rock!", - "melee_animation": "0", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Boulder", - "defence_level": "1", - "safespot": null, - "lifepoints": "240", - "strength_level": "1", - "id": "2453", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A teeny-tiny horror from the ocean depths...", - "slayer_task": "24", - "melee_animation": "1341", - "range_animation": "0", - "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", - "id": "2454", - "aggressive": "true", - "range_level": "1", - "attack_level": "47" - }, - { - "examine": "A horror from the ocean depths...", - "melee_animation": "1343", - "attack_speed": "4", - "respawn_delay": "60", - "defence_animation": "1340", - "slayer_exp": "120", - "death_animation": "1342", - "name": "Dagannoth", - "defence_level": "71", - "safespot": null, - "lifepoints": "120", - "strength_level": "70", - "id": "2455", - "aggressive": "true", - "clue_level": "1", - "range_level": "1", - "projectile": "294", - "attack_level": "68" - }, - { - "examine": "A horror from the ocean depths...", - "combat_style": "1", - "melee_animation": "1343", - "attack_speed": "4", - "respawn_delay": "60", - "defence_animation": "1340", - "slayer_exp": "0", - "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" - }, - { - "examine": "A fearsome magical creature from the deep.", - "combat_style": "2", - "melee_animation": "2365", - "attack_speed": "6", - "spell_id": "48", - "magic_level": "100", - "respawn_delay": "60", - "defence_animation": "2366", - "magic_animation": "2365", - "death_animation": "2367", - "name": "Wallasalki", - "defence_level": "80", - "safespot": null, - "lifepoints": "120", - "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 fowl beast.", - "combat_style": "2", - "melee_animation": "2302", - "range_animation": "2302", - "combat_audio": "355,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, - "lifepoints": "19", - "strength_level": "5", - "id": "2463", - "aggressive": "true", - "bonuses": "25,85,105,75,103,85,65,0,0,0,0,0,0,0,0", - "range_level": "5", - "projectile": "337", - "attack_level": "5" - }, - { - "examine": "A fowl beast.", - "combat_style": "2", - "melee_animation": "2302", - "range_animation": "2302", - "combat_audio": "355,357,356", - "magic_level": "10", - "respawn_delay": "25", - "defence_animation": "2300", - "magic_animation": "2302", - "death_animation": "2301", - "name": "Evil Chicken", - "defence_level": "40", - "safespot": null, - "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": "355,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": "355,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": "355,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": "355,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", - "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", - "id": "2476", - "bonuses": "30,20,10,20,20,30,30,10,20,10,30,30,20,30,20", - "range_level": "20", - "attack_level": "8" - }, - { - "examine": "Apparently a master of quizzes!", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "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", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Evil Bob", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2479", - "range_level": "1", - "attack_level": "1" - }, - { - "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" - }, - { - "examine": "Annoying flappy thing.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "slayer_exp": "8", - "magic_animation": "0", - "death_animation": "0", - "name": "Giant bat", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2482", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A slithering serpent that likes to hide in the bush.", - "melee_animation": "275", - "range_animation": "0", - "combat_audio": "3609,3608,3610", - "poisonous": "true", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "1", - "poison_amount": "11", - "magic_animation": "0", - "death_animation": "278", - "name": "Bush snake", - "defence_level": "61", - "safespot": null, - "lifepoints": "87", - "strength_level": "1", - "id": "2489", - "aggressive": "true", - "range_level": "61", - "attack_level": "1" - }, - { - "melee_animation": "275", - "combat_audio": "3609,3608,3610", - "poisonous": "true", - "respawn_delay": "60", - "defence_animation": "276", - "poison_amount": "11", - "death_animation": "278", - "name": "Bush snake", - "defence_level": "1", - "safespot": null, - "lifepoints": "25", - "strength_level": "1", - "id": "2490", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "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" - }, - { - "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" - }, - { - "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" - }, - { - "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" - }, - { - "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" - }, - { - "name": "Tribesman", - "defence_level": "1", - "safespot": null, - "lifepoints": "40", - "strength_level": "1", - "id": "2496", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A vicious warrior.", - "melee_animation": "428", - "range_animation": "0", - "poisonous": "true", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "836", - "name": "Tribesman", - "defence_level": "45", - "safespot": null, - "lifepoints": "64", - "strength_level": "45", - "id": "2497", - "clue_level": "1", - "range_level": "1", - "attack_level": "45" - }, - { - "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": "5", - "magic_level": "20", - "end_gfx": "107", - "defence_animation": "404", - "weakness": "3", - "magic_animation": "422", - "death_animation": "9055", - "name": "Chaos druid", - "defence_level": "10", - "safespot": null, - "lifepoints": "20", - "strength_level": "20", - "id": "2547", - "range_level": "10", - "projectile": "106", - "attack_level": "20" - }, - { - "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" - }, - { - "death_animation": "836", - "name": "Market Guard", - "defence_level": "1", - "safespot": null, - "lifepoints": "23", - "melee_animation": "400", - "strength_level": "1", - "id": "2571", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "examine": "He's guarding the bank.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "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": "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": "10", - "safespot": null, - "lifepoints": "14", - "strength_level": "10", - "id": "2674", - "range_level": "1", - "attack_level": "10" - }, - { - "name": "Man", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "511,513,512", - "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", - "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", - "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", - "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": "2679", - "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": "2680", - "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": "2681", - "clue_level": "0", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A popular dwarven delicacy.", - "melee_animation": "2705", - "range_animation": "2705", - "combat_audio": "3102,3104,3103", - "attack_speed": "5", - "defence_animation": "2706", - "magic_animation": "2705", - "death_animation": "2707", - "name": "Rat", - "defence_level": "1", - "safespot": null, - "lifepoints": "2", - "strength_level": "1", - "id": "2682", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A citizen of Rimmington.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Hengel", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2683", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A citizen of Rimmington.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Anja", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2684", - "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": "1", - "safespot": null, - "lifepoints": "29", - "strength_level": "10", - "id": "2685", - "aggressive": "true", - "range_level": "20", - "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", - "aggressive": "true", - "range_level": "20", - "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", - "aggressive": "true", - "range_level": "20", - "attack_level": "20" - }, - { - "examine": "An ugly smelly creature, with a spear.", - "melee_animation": "163", - "range_animation": "163", - "combat_audio": "469,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", - "attack_level": "20" - }, - { - "examine": "Didn't the mage say this procedure was totally safe?", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Frog", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2689", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A salty seafarer. Needs a wash.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Jack Seagull", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2690", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A strange man with a strange name. Probably a strange past", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Longbow Ben", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2691", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "She quackers.", - "slayer_task": "7", - "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": "2693", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Mini quackers.", - "slayer_task": "7", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "3468", - "name": "Duckling", - "defence_level": "1", - "water_npc": "true", - "safespot": null, - "lifepoints": "1", - "strength_level": "1", - "id": "2694", - "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": "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": "6", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "836", - "name": "Black knight", - "defence_level": "24", - "safespot": null, - "lifepoints": "34", - "strength_level": "24", - "id": "2698", - "aggressive": "true", - "range_level": "1", - "attack_level": "24" - }, - { - "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", - "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", - "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", - "id": "2710", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "His hands are covered in mud. At least", - "start_gfx": "96", - "combat_style": "2", - "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", - "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", - "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" - }, - { - "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" - }, - { - "slayer_exp": "25", - "name": "Ghost", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "436,439,438", - "strength_level": "1", - "id": "2716", - "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" - }, - { - "examine": "She'll store my items for me.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Betty", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2718", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A wise barbarian", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Otto Godblessed", - "defence_level": "1", - "safespot": null, - "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", - "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": "2729", - "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": "2731", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He works in 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": "2732", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He wanders around the Crafting Guild pretending to be working.", - "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": "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", - "aggressive": "true", - "bonuses": "150,22,22,22,22,11,0,0,0,0,0,0,0,0,0", - "range_level": "1", - "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", - "aggressive": "true", - "bonuses": "150,22,22,22,22,11,0,0,0,0,0,0,0,0,0", - "range_level": "1", - "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", - "aggressive": "true", - "bonuses": "80,45,45,45,45,22,0,0,0,0,0,0,0,0,0", - "range_level": "20", - "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", - "aggressive": "true", - "bonuses": "80,45,45,45,45,22,0,0,0,0,0,0,0,0,0", - "range_level": "20", - "attack_level": "60" - }, - { - "examine": "Looks like living lava...", - "melee_animation": "9233", - "range_animation": "9233", - "attack_speed": "5", - "defence_animation": "9235", - "magic_animation": "9233", - "death_animation": "9234", - "name": "Tz-Kek", - "defence_level": "11", - "safespot": null, - "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", - "bonuses": "80,90,86,90,90,90,45,55,26,55,0,0,0,0,0", - "range_level": "80", - "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", - "bonuses": "80,90,86,90,90,90,45,55,26,55,0,0,0,0,0", - "range_level": "80", - "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", - "aggressive": "true", - "bonuses": "100,180,180,180,180,90,97,0,0,0,0,0,0,0,0", - "range_level": "1", - "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", - "aggressive": "true", - "bonuses": "100,180,180,180,180,90,97,0,0,0,0,0,0,0,0", - "range_level": "1", - "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", - "bonuses": "180,180,280,280,280,250,140,152,131,0,0,0,0,0,0", - "range_level": "1", - "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", - "bonuses": "180,180,280,280,280,250,140,152,131,0,0,0,0,0,0", - "range_level": "1", - "attack_level": "150" - }, - { - "agg_radius": "64", - "examine": "This is going to hurt...", - "melee_animation": "9277", - "range_animation": "9277", - "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", - "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" - }, - { - "examine": "Mini Menace.", - "melee_animation": "9252", - "range_animation": "9252", - "attack_speed": "5", - "defence_animation": "9253", - "magic_animation": "9252", - "death_animation": "9257", - "name": "Yt-HurKot", - "defence_level": "75", - "safespot": null, - "lifepoints": "40", - "strength_level": "75", - "id": "2746", - "aggressive": "true", - "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", - "defence_animation": "0", - "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", - "defence_animation": "0", - "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", - "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", - "id": "2782", - "aggressive": "true", - "range_level": "1", - "attack_level": "68" - }, - { - "examine": "From a darker dimension.", - "slayer_task": "25", - "melee_animation": "2731", - "range_animation": "2731", - "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", - "strength_level": "160", - "id": "2783", - "aggressive": "true", - "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": "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": "2785", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Digging.", - "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": "2786", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Confused.", - "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": "2787", - "range_level": "1", - "attack_level": "1" - }, - { - "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": "An angry Ogre in a funny hat.", - "melee_animation": "359", - "range_animation": "359", - "attack_speed": "6", - "defence_animation": "360", - "magic_animation": "359", - "death_animation": "361", - "name": "Ogre", - "defence_level": "30", - "safespot": null, - "lifepoints": "48", - "strength_level": "30", - "id": "2801", - "aggressive": "true", - "range_level": "1", - "attack_level": "30" - }, - { - "examine": "They just call him 'Coach'.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Gnome Coach", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2802", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A cold-blooded creature, partial to warmth.", - "slayer_task": "26", - "melee_animation": "2776", - "range_animation": "2776", - "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", - "id": "2803", - "aggressive": "true", - "range_level": "55", - "attack_level": "1" - }, - { - "examine": "A cold-blooded creature, partial to warmth.", - "slayer_task": "26", - "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", - "aggressive": "true", - "range_level": "45", - "attack_level": "1" - }, - { - "examine": "A cold-blooded creature, partial to warmth.", - "slayer_task": "26", - "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", - "aggressive": "true", - "range_level": "45", - "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", - "aggressive": "true", - "range_level": "45", - "attack_level": "1" - }, - { - "examine": "A cold-blooded creature, partial to warmth.", - "slayer_task": "26", - "melee_animation": "2776", - "range_animation": "2776", - "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", - "id": "2807", - "range_level": "15", - "attack_level": "1" - }, - { - "examine": "A cold-blooded creature, partial to warmth.", - "slayer_task": "26", - "melee_animation": "2776", - "range_animation": "2776", - "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", - "id": "2808", - "aggressive": "true", - "range_level": "15", - "attack_level": "1" - }, - { - "examine": "A camel who has the soul of a poet.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Al the Camel", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2809", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A camel whose love is unrequited.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Elly the Camel", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2810", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A camel who wants to fly some day.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Ollie the Camel", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2811", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A camel who likes to rest.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Cam the Camel", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2812", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A camel who wants to see the world.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Neferti the Camel", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2815", - "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": "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" - }, - { - "examine": "A shabby-looking leader.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Captain Braindeath", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2827", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Most of an angry", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "50% Luke", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2828", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "I wonder if it was all the 'rum' that pickled him.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Captain Donnie", - "defence_level": "1", - "safespot": null, - "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", - "aggressive": "true", - "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": "2832", - "aggressive": "true", - "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": "2833", - "aggressive": "true", - "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": "2834", - "aggressive": "true", - "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": "2835", - "aggressive": "true", - "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": "2836", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An undead sea scoundrel.", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "36" - }, - { - "examine": "An undead sea scoundrel.", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "36" - }, - { - "examine": "An undead sea scoundrel.", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "36" - }, - { - "examine": "An undead sea scoundrel.", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "36" - }, - { - "examine": "An undead sea scoundrel.", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "36" - }, - { - "examine": "An undead sea scoundrel.", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "36" - }, - { - "examine": "He talks a good fight.", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "34" - }, - { - "examine": "He talks a good fight.", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "34" - }, - { - "examine": "He talks a good fight.", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "34" - }, - { - "examine": "He talks a good fight.", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "34" - }, - { - "examine": "He talks a good fight.", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "34" - }, - { - "examine": "He talks a good fight.", - "slayer_task": "93", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "34" - }, - { - "examine": "The pun was intended.", - "melee_animation": "2804", - "range_animation": "0", - "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", - "id": "2849", - "aggressive": "true", - "range_level": "40", - "attack_level": "40" - }, - { - "examine": "A bunch of legs, eyes and teeth.", - "slayer_task": "76", - "melee_animation": "5319", - "range_animation": "0", - "combat_audio": "537,539,538", - "attack_speed": "4", - "respawn_delay": "60", - "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", - "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", - "range_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", - "range_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", - "range_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", - "range_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", - "range_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", - "range_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", - "range_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", - "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": "2863", - "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": "2866", - "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": "2869", - "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": "2878", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A knee-high horror from the ocean depths...", - "slayer_task": "24", - "melee_animation": "1579", - "range_animation": "0", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "1581", - "name": "Dagannoth fledgeling", - "defence_level": "52", - "safespot": null, - "lifepoints": "74", - "strength_level": "52", - "id": "2880", - "aggressive": "true", - "range_level": "1", - "attack_level": "52" - }, - { - "agg_radius": "8", - "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", - "range_level": "255", - "projectile": "475", - "attack_level": "255" - }, - { - "agg_radius": "8", - "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", - "range_level": "1", - "attack_level": "255" - }, - { - "agg_radius": "8", - "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", - "range_level": "255", - "attack_level": "255" - }, - { - "examine": "A fearsome magical creature from the deep.", - "combat_style": "2", - "melee_animation": "2365", - "attack_speed": "6", - "spell_id": "48", - "magic_level": "100", - "respawn_delay": "60", - "defence_animation": "2366", - "magic_animation": "2365", - "death_animation": "2367", - "name": "Wallasalki", - "defence_level": "80", - "safespot": null, - "lifepoints": "120", - "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" - }, - { - "melee_animation": "1312", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "1313", - "death_animation": "1314", - "name": "Giant Rock Crab", - "defence_level": "1", - "safespot": null, - "lifepoints": "240", - "strength_level": "1", - "id": "2885", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "attack_speed": "2", - "defence_animation": "2861", - "weakness": "7", - "magic_animation": "2860", - "death_animation": "2862", - "name": "Rock lobster", - "defence_level": "100", - "safespot": null, - "lifepoints": "150", - "strength_level": "100", - "id": "2889", - "range_level": "1", - "bonuses": "0,0,0,0,0,100,100,50,50,150,0,0,0,0,0", - "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", - "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", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "The Beast", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2941", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Lovely", - "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", - "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" - }, - { - "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", - "melee_animation": "0", - "range_animation": "0", - "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": "1" - }, - { - "examine": "A fully grown feline.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Mittens", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2988", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Cute and fluffy.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Topsy", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2990", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A friendly feline?", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Gertrude's cat", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2997", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Very well to do. I wonder what he's doing here.", - "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": "2998", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Rich.", - "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": "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", - "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": "3003", - "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": "3004", - "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": "3005", - "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": "3006", - "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": "3007", - "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": "3008", - "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": "3009", - "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": "3010", - "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": "3011", - "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": "3012", - "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": "3013", - "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": "3014", - "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": "3015", - "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": "3016", - "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": "3017", - "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": "3018", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Looks after your Farming tools.", - "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": "3021", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Phenomenal cosmic powers", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Genie", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3022", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "defence_level": "55", - "safespot": null, - "lifepoints": "78", - "strength_level": "55", - "id": "3026", - "aggressive": "true", - "range_level": "1", - "attack_level": "55" - }, - { - "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", - "defence_level": "55", - "safespot": null, - "lifepoints": "78", - "strength_level": "55", - "id": "3027", - "aggressive": "true", - "range_level": "1", - "attack_level": "55" - }, - { - "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", - "defence_level": "55", - "safespot": null, - "lifepoints": "78", - "strength_level": "55", - "id": "3028", - "aggressive": "true", - "range_level": "1", - "attack_level": "55" - }, - { - "examine": "The oldest man in Nardah.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "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", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "2946", - "name": "Earth Warrior Champion", - "defence_level": "51", - "safespot": null, - "lifepoints": "72", - "strength_level": "51", - "id": "3057", - "aggressive": "true", - "range_level": "1", - "attack_level": "51" - }, - { - "examine": "Champion of the giants.", - "melee_animation": "6368", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "8", - "slayer_exp": "35", - "magic_animation": "0", - "death_animation": "6369", - "name": "Giant Champion", - "defence_level": "28", - "safespot": null, - "lifepoints": "40", - "strength_level": "28", - "id": "3058", - "aggressive": "true", - "range_level": "1", - "attack_level": "28" - }, - { - "examine": "Champion of the ghouls.", - "melee_animation": "422", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "slayer_exp": "50", - "magic_animation": "0", - "death_animation": "836", - "name": "Ghoul Champion", - "defence_level": "43", - "safespot": null, - "lifepoints": "61", - "strength_level": "43", - "id": "3059", - "aggressive": "true", - "range_level": "43", - "attack_level": "43" - }, - { - "examine": "Champion of the goblins.", - "melee_animation": "6188", - "range_animation": "0", - "combat_audio": "469,472,471", - "magic_level": "12", - "defence_animation": "0", - "weakness": "10", - "magic_animation": "0", - "death_animation": "6190", - "name": "Goblin Champion", - "defence_level": "12", - "safespot": null, - "lifepoints": "17", - "strength_level": "6", - "id": "3060", - "range_level": "1", - "attack_level": "6" - }, - { - "examine": "Champion of the hobgoblins.", - "combat_style": "1", - "range_animation": "0", - "combat_audio": "469,472,471", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "0", - "magic_animation": "0", - "death_animation": "2958", - "name": "Hobgoblin Champion", - "defence_level": "28", - "safespot": null, - "lifepoints": "40", - "strength_level": "14", - "id": "3061", - "aggressive": "true", - "range_level": "28", - "attack_level": "14" - }, - { - "examine": "Champion of the imps.", - "melee_animation": "5285", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "172", - "name": "Imp Champion", - "defence_level": "7", - "safespot": null, - "lifepoints": "10", - "strength_level": "7", - "id": "3062", - "aggressive": "true", - "range_level": "7", - "attack_level": "7" - }, - { - "examine": "Champion of the jogres.", - "melee_animation": "2100", - "range_animation": "0", - "poisonous": "true", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "8576", - "name": "Jogre Champion", - "defence_level": "54", - "safespot": null, - "lifepoints": "77", - "strength_level": "54", - "id": "3063", - "aggressive": "true", - "range_level": "1", - "attack_level": "54" - }, - { - "examine": "Champion of the lesser demons.", - "melee_animation": "64", - "range_animation": "0", - "combat_audio": "400,404,403", - "magic_level": "81", - "respawn_delay": "60", - "defence_animation": "65", - "weakness": "5", - "slayer_exp": "79", - "magic_animation": "0", - "death_animation": "67", - "name": "Lesser Demon Champion", - "defence_level": "81", - "safespot": null, - "lifepoints": "115", - "strength_level": "1", - "id": "3064", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Champion of the skeletons.", - "combat_style": "1", - "melee_animation": "5512", - "range_animation": "0", - "combat_audio": "774,775,777", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "2", - "magic_animation": "0", - "death_animation": "5514", - "name": "Skeleton Champion", - "defence_level": "20", - "safespot": null, - "lifepoints": "28", - "strength_level": "10", - "id": "3065", - "aggressive": "true", - "range_level": "20", - "attack_level": "10" - }, - { - "examine": "Champion of the zombies.", - "melee_animation": "5581", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "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.", - "slayer_task": "95", - "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", - "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.", - "slayer_task": "95", - "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", - "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.", - "slayer_task": "95", - "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", - "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.", - "slayer_task": "95", - "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", - "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.", - "slayer_task": "47", - "melee_animation": "4672", - "range_animation": "0", - "combat_audio": "449,451,450", - "attack_speed": "5", - "magic_level": "1", - "respawn_delay": "60", - "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": "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" - }, - { - "examine": "A cold-hearted elemental warrior.", - "slayer_task": "48", - "melee_animation": "451", - "range_animation": "451", - "attack_speed": "4", - "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": "3073", - "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" - }, - { - "name": "Monk", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "511,513,512", - "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", - "combat_audio": "511,513,512", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "836", - "name": "", - "defence_level": "17", - "safespot": null, - "lifepoints": "24", - "strength_level": "17", - "id": "3090", - "aggressive": "true", - "range_level": "1", - "attack_level": "17" - }, - { - "name": "", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "511,513,512", - "strength_level": "1", - "id": "3091", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "The book moves by itself!", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Flying Book", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3094", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A guardian of the arena.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Entrance Guardian", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3097", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A guardian of the arena.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Telekinetic Guardian", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3098", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A guardian of the arena.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Alchemy Guardian", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3099", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A guardian of the arena.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Enchantment Guardian", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3100", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A guardian of the arena.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Graveyard Guardian", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3101", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A guardian of the arena.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Maze Guardian", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3102", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A guardian of the arena.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Rewards Guardian", - "defence_level": "1", - "safespot": null, - "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", - "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": "3105", - "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": "3106", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "This guard looks rather drunk and has beer stains down his armour.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Guard Captain", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3109", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Looks after farming tools.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Balloon Animal", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3121", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "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", - "attack_speed": "5", - "defence_animation": "404", - "magic_animation": "422", - "death_animation": "9055", - "name": "Simon Templeton", - "defence_level": "1", - "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", - "combat_audio": "703,705,704", - "defence_animation": "0", - "magic_animation": "0", - "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" - }, - { - "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": "A swarm of bugs.", - "slayer_task": "42", - "combat_style": "1", - "melee_animation": "1584", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "2", - "slayer_exp": "25", - "magic_animation": "0", - "death_animation": "1585", - "name": "Harpie Bug Swarm", - "defence_level": "45", - "safespot": null, - "lifepoints": "64", - "strength_level": "1", - "id": "3153", - "aggressive": "true", - "clue_level": "1", - "range_level": "45", - "attack_level": "1" - }, - { - "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": "72", - "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", - "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": "A mourner", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Mourner", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3216", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Loves mining.", - "slayer_task": "29", - "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.", - "slayer_task": "29", - "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.", - "slayer_task": "29", - "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 RuneScape's many citizens", - "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": "One of RuneScape'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 RuneScape'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" - }, - { - "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", - "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": "3228", - "clue_level": "1", - "range_level": "1", - "attack_level": "13" - }, - { - "examine": "He tries to keep order around here.", - "melee_animation": "0", - "range_animation": "2075", - "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": "3229", - "clue_level": "1", - "range_level": "13", - "attack_level": "1" - }, - { - "examine": "He tries to keep order around here.", - "melee_animation": "395", - "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": "3230", - "clue_level": "1", - "range_level": "1", - "attack_level": "13" - }, - { - "examine": "He tries to keep order around here.", - "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": "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", - "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": "3233", - "clue_level": "1", - "range_level": "13", - "attack_level": "1" - }, - { - "examine": "An old gardener.", - "melee_animation": "433", - "range_animation": "0", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "836", - "name": "Gardener", - "defence_level": "4", - "safespot": null, - "lifepoints": "5", - "strength_level": "4", - "id": "3234", - "range_level": "1", - "attack_level": "4" - }, - { - "examine": "He's learning a trade.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Apprentice workman", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3235", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A busy workman", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "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" - }, - { - "death_animation": "836", - "name": "Cuffs", - "defence_level": "1", - "safespot": null, - "lifepoints": "7", - "melee_animation": "422", - "strength_level": "1", - "id": "3237", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "death_animation": "836", - "name": "Rusty", - "defence_level": "1", - "safespot": null, - "lifepoints": "7", - "melee_animation": "422", - "strength_level": "1", - "id": "3239", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "death_animation": "836", - "name": "Jeff", - "defence_level": "1", - "safespot": null, - "lifepoints": "7", - "melee_animation": "422", - "strength_level": "1", - "id": "3240", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "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": "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", - "melee_animation": "2067", - "range_animation": "0", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "836", - "name": "Barbarian", - "defence_level": "22", - "safespot": null, - "lifepoints": "31", - "strength_level": "22", - "id": "3246", - "clue_level": "0", - "range_level": "1", - "attack_level": "22" - }, - { - "examine": "Fafner", - "melee_animation": "7048", - "range_animation": "7048", - "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", - "id": "3247", - "clue_level": "0", - "range_level": "1", - "attack_level": "22" - }, - { - "examine": "Fasolt", - "melee_animation": "2067", - "range_animation": "0", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "836", - "name": "Barbarian", - "defence_level": "22", - "safespot": null, - "lifepoints": "31", - "strength_level": "22", - "id": "3248", - "clue_level": "0", - "range_level": "1", - "attack_level": "22" - }, - { - "examine": "Siegmund", - "melee_animation": "401", - "range_animation": "0", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "836", - "name": "Barbarian", - "defence_level": "22", - "safespot": null, - "lifepoints": "31", - "strength_level": "22", - "id": "3249", - "clue_level": "0", - "range_level": "1", - "attack_level": "22" - }, - { - "examine": "Siegfried", - "melee_animation": "2067", - "range_animation": "0", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "836", - "name": "Barbarian", - "defence_level": "22", - "safespot": null, - "lifepoints": "31", - "strength_level": "22", - "id": "3250", - "clue_level": "0", - "range_level": "1", - "attack_level": "22" - }, - { - "examine": "Lydspor", - "melee_animation": "7048", - "range_animation": "0", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "836", - "name": "Barbarian", - "defence_level": "22", - "safespot": null, - "lifepoints": "31", - "strength_level": "22", - "id": "3251", - "clue_level": "0", - "range_level": "1", - "attack_level": "22" - }, - { - "examine": "Hagen", - "melee_animation": "2067", - "range_animation": "0", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "836", - "name": "Barbarian", - "defence_level": "22", - "safespot": null, - "lifepoints": "31", - "strength_level": "22", - "id": "3252", - "clue_level": "0", - "range_level": "1", - "attack_level": "22" - }, - { - "examine": "Minarch", - "melee_animation": "401", - "range_animation": "0", - "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", - "melee_animation": "401", - "range_animation": "0", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "836", - "name": "Barbarian", - "defence_level": "22", - "safespot": null, - "lifepoints": "31", - "strength_level": "22", - "id": "3255", - "clue_level": "0", - "range_level": "1", - "attack_level": "22" - }, - { - "examine": "Acelin", - "melee_animation": "390", - "range_animation": "0", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "836", - "name": "Barbarian", - "defence_level": "22", - "safespot": null, - "lifepoints": "31", - "strength_level": "22", - "id": "3256", - "clue_level": "0", - "range_level": "1", - "attack_level": "22" - }, - { - "examine": "Adelino", - "melee_animation": "2067", - "range_animation": "0", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "836", - "name": "Barbarian", - "defence_level": "22", - "safespot": null, - "lifepoints": "31", - "strength_level": "22", - "id": "3257", - "clue_level": "0", - "range_level": "1", - "attack_level": "22" - }, - { - "examine": "Adolpho", - "melee_animation": "401", - "range_animation": "0", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "836", - "name": "Barbarian", - "defence_level": "22", - "safespot": null, - "lifepoints": "31", - "strength_level": "22", - "id": "3258", - "clue_level": "0", - "range_level": "1", - "attack_level": "22" - }, - { - "examine": "Aitan", - "melee_animation": "426", - "range_animation": "426", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "836", - "name": "Barbarian", - "defence_level": "22", - "safespot": null, - "lifepoints": "31", - "strength_level": "22", - "id": "3259", - "clue_level": "0", - "range_level": "1", - "attack_level": "22" - }, - { - "examine": "Brunnhilde", - "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", - "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", - "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", - "melee_animation": "428", - "range_animation": "428", - "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", - "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", - "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": "3265", - "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": "3266", - "clue_level": "0", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An ugly green creature.", - "melee_animation": "6185", - "range_animation": "6185", - "combat_audio": "470,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": "3267", - "clue_level": "0", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A dwarven worker.", - "slayer_task": "29", - "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", - "range_level": "1", - "attack_level": "10" - }, - { - "examine": "A dwarven worker.", - "slayer_task": "29", - "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", - "range_level": "1", - "attack_level": "10" - }, - { - "examine": "A dwarven worker.", - "slayer_task": "29", - "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", - "range_level": "1", - "attack_level": "10" - }, - { - "examine": "A dwarven worker.", - "slayer_task": "29", - "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", - "range_level": "1", - "attack_level": "10" - }, - { - "examine": "A dwarven worker.", - "slayer_task": "29", - "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", - "range_level": "1", - "attack_level": "10" - }, - { - "examine": "A dwarven worker.", - "slayer_task": "29", - "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", - "range_level": "1", - "attack_level": "10" - }, - { - "examine": "A dwarven worker.", - "slayer_task": "29", - "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", - "range_level": "1", - "attack_level": "10" - }, - { - "examine": "A dwarven worker.", - "slayer_task": "29", - "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", - "range_level": "1", - "attack_level": "10" - }, - { - "examine": "A member of the Black Guard", - "slayer_task": "29", - "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", - "range_level": "1", - "attack_level": "30" - }, - { - "examine": "A member of the Black Guard", - "slayer_task": "29", - "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", - "range_level": "1", - "attack_level": "30" - }, - { - "examine": "A member of the Black Guard", - "slayer_task": "29", - "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", - "range_level": "1", - "attack_level": "30" - }, - { - "slayer_exp": "16", - "name": "Black Guard", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3279", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He looks busy.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Engineering assistant", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3280", - "range_level": "1", - "attack_level": "1" - }, - { - "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": "Could do with gaining a few pounds.", - "slayer_task": "75", - "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": "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" - }, - { - "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", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A master at gardening.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Martin the Master Gardener", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3299", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Manages the fairies.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Co-ordinator", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3302", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "I'm gonna make him an offer he can't refuse.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Fairy Godfather", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3304", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Guardian of the market gate.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Gatekeeper", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3307", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Converts grass to beef.", - "slayer_task": "20", - "melee_animation": "5849", - "range_animation": "5849", - "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", - "id": "3309", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Tanglefoot", - "defence_level": "1", - "safespot": null, - "lifepoints": "102", - "strength_level": "1", - "id": "3313", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "examine": "An animated shrub.", - "range_animation": "0", - "defence_animation": "0", - "weakness": "2", - "magic_animation": "0", - "name": "Baby tanglefoot", - "defence_level": "41", - "safespot": null, - "lifepoints": "58", - "strength_level": "1", - "id": "3319", - "range_level": "41", - "attack_level": "1" - }, - { - "examine": "An aggressive bush.", - "range_animation": "0", - "defence_animation": "0", - "weakness": "2", - "magic_animation": "0", - "name": "Baby tanglefoot", - "defence_level": "41", - "safespot": null, - "lifepoints": "58", - "strength_level": "1", - "id": "3320", - "range_level": "41", - "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, - "lifepoints": "10", - "strength_level": "1", - "id": "3322", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Rather more tired than most.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Jeremy Clerksin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3327", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Looks a little green around the gills.", - "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", - "attack_level": "1" - }, - { - "examine": "It's made of pure fire.", - "attack_speed": "6", - "magic_level": "300", - "respawn_delay": "25", - "name": "Cavemouth", - "defence_level": "500", - "safespot": null, - "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" - }, - { - "examine": "Holy Mole-y!", - "melee_animation": "3312", - "range_animation": "3312", - "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", - "id": "3340", - "bonuses": "0,0,0,0,0,60,80,100,80,60,0,0,0,0,0", - "range_level": "1", - "attack_level": "200" - }, - { - "examine": "I will call him", - "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", - "strength_level": "1", - "id": "3341", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A fun guy. No wait", - "melee_animation": "0", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Fungi", - "defence_level": "1", - "safespot": null, - "lifepoints": "65", - "strength_level": "1", - "id": "3344", - "range_level": "1", - "attack_level": "1" - }, - { - "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.", - "slayer_task": "94", - "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" - }, - { - "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.", - "slayer_task": "7", - "melee_animation": "2299", - "range_animation": "0", - "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", - "id": "3375", - "aggressive": "true", - "range_level": "55", - "attack_level": "55" - }, - { - "examine": "Young but still dangerous.", - "slayer_task": "68", - "melee_animation": "25", - "range_animation": "25", - "combat_audio": "408,410,409", - "attack_speed": "5", - "magic_level": "40", - "respawn_delay": "32", - "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", - "id": "3376", - "aggressive": "true", - "bonuses": "50,40,64,60,30,45,40,40,20,40,40,20,0,0,0", - "range_level": "1", - "attack_level": "80" - }, - { - "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": "3378", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Vermin from the underworld.", - "slayer_task": "67", - "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.", - "slayer_task": "46", - "range_animation": "0", - "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", - "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": "3407", - "clue_level": "1", - "range_level": "1", - "attack_level": "25" - }, - { - "examine": "He tries to keep order around here.", - "melee_animation": "583", - "range_animation": "0", - "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", - "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", - "magic_animation": "0", - "death_animation": "7249", - "name": "Wild jade vine", - "defence_level": "65", - "safespot": null, - "lifepoints": "185", - "strength_level": "65", - "id": "3409", - "aggressive": "true", - "range_level": "65", - "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", - "magic_animation": "0", - "death_animation": "7249", - "name": "Wild jade vine", - "defence_level": "65", - "safespot": null, - "lifepoints": "185", - "strength_level": "65", - "id": "3410", - "aggressive": "true", - "range_level": "65", - "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", - "magic_animation": "0", - "death_animation": "7249", - "name": "Wild jade vine", - "defence_level": "65", - "safespot": null, - "lifepoints": "185", - "strength_level": "65", - "id": "3411", - "aggressive": "true", - "range_level": "65", - "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", - "magic_animation": "0", - "death_animation": "7249", - "name": "Wild jade vine", - "defence_level": "65", - "safespot": null, - "lifepoints": "185", - "strength_level": "65", - "id": "3412", - "aggressive": "true", - "range_level": "65", - "attack_level": "65" - }, - { - "examine": "He may be a funky cook", - "melee_animation": "0", - "range_animation": "0", - "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": "3413", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "More like a goblin cooked.", - "melee_animation": "0", - "range_animation": "0", - "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" - }, - { - "name": "Goblin Cook", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "469,472,471", - "strength_level": "1", - "id": "3415", - "range_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", - "range_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": "3418", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Ogre", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "strength_level": "1", - "attack_speed": "7", - "id": "3419", - "aggressive": "true", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "examine": "An angry Ogre in a highly amusing hat.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Mogre Guard", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3420", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Nice claw!", - "melee_animation": "3428", - "range_animation": "0", - "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", - "id": "3421", - "range_level": "1", - "attack_level": "22" - }, - { - "examine": "Not the most beautiful fish in the sea.", - "melee_animation": "3433", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "3435", - "name": "Mudskipper", - "defence_level": "24", - "safespot": null, - "lifepoints": "34", - "strength_level": "24", - "id": "3422", - "range_level": "1", - "attack_level": "24" - }, - { - "death_animation": "3435", - "name": "Mudskipper", - "defence_level": "1", - "safespot": null, - "lifepoints": "20", - "melee_animation": "3433", - "strength_level": "1", - "id": "3423", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "3434" - }, - { - "death_animation": "3430", - "name": "Crab", - "defence_level": "1", - "safespot": null, - "lifepoints": "18", - "melee_animation": "3428", - "strength_level": "1", - "id": "3424", - "range_level": "1", - "respawn_delay": "60", - "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", - "range_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", - "range_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", - "range_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": "3431", - "range_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", - "range_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", - "range_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", - "range_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", - "range_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", - "range_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", - "range_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", - "range_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", - "range_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": "3443", - "range_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", - "range_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", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Lumbridge Guide", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "strength_level": "1", - "attack_speed": "7", - "id": "3449", - "aggressive": "true", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "name": "null", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "strength_level": "1", - "attack_speed": "7", - "id": "3450", - "aggressive": "true", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "name": "Lumbridge Guide", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "strength_level": "1", - "attack_speed": "7", - "id": "3451", - "aggressive": "true", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "examine": "What restful music!", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "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", - "slayer_task": "7", - "melee_animation": "6800", - "range_animation": "0", - "defence_animation": "0", - "weakness": "0", - "magic_animation": "0", - "death_animation": "6801", - "name": "Jubbly bird", - "defence_level": "8", - "safespot": null, - "lifepoints": "11", - "strength_level": "6", - "id": "3476", - "aggressive": "true", - "range_level": "8", - "attack_level": "6" - }, - { - "name": "King Awowogei", - "defence_level": "1", - "safespot": null, - "lifepoints": "328", - "strength_level": "1", - "id": "3478", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "examine": "A big snake.", - "melee_animation": "3538", - "range_animation": "0", - "combat_audio": "3609,3608,3610", - "poisonous": "true", - "respawn_delay": "60", - "defence_animation": "0", - "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", - "slayer_task": "86", - "melee_animation": "6016", - "range_animation": "0", - "defence_animation": "0", - "weakness": "0", - "magic_animation": "0", - "death_animation": "6031", - "name": "Vampyre Juvinate", - "defence_level": "46", - "safespot": null, - "lifepoints": "65", - "strength_level": "1", - "id": "3526", - "range_level": "46", - "attack_level": "1" - }, - { - "examine": "A Juvinate vampyre", - "melee_animation": "0", - "range_animation": "0", - "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", - "id": "3527", - "range_level": "45", - "attack_level": "1" - }, - { - "examine": "He looks really hungry!", - "slayer_task": "86", - "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": "3531", - "range_level": "1", - "attack_level": "40" - }, - { - "examine": "She looks really hungry!", - "slayer_task": "86", - "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": "3532", - "range_level": "1", - "attack_level": "40" - }, - { - "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", - "attack_level": "1" - }, - { - "examine": "He looks really hungry!", - "slayer_task": "86", - "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": "3534", - "range_level": "1", - "attack_level": "40" - }, - { - "examine": "An initiate juvenile vampyre", - "slayer_task": "86", - "melee_animation": "6016", - "range_animation": "0", - "defence_animation": "0", - "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", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Sheep", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3579", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He guards the dungeon with the faithfulness of the undead.", - "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": "100", - "strength_level": "50", - "id": "3581", - "aggressive": "true", - "range_level": "1", - "attack_level": "50" - }, - { - "slayer_exp": "49", - "name": "Guard dog", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3582", - "range_level": "1", - "attack_level": "1" - }, - { - "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", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "No spider could grow that big! It's unrealistic!", - "melee_animation": "5319", - "range_animation": "0", - "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", - "id": "3585", - "aggressive": "true", - "range_level": "72", - "attack_level": "1" - }, - { - "examine": "Good doggy...", - "melee_animation": "6562", - "range_animation": "0", - "combat_audio": "3717,3719,3718", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "slayer_exp": "116", - "magic_animation": "0", - "death_animation": "6576", - "name": "Hellhound", - "defence_level": "60", - "safespot": null, - "lifepoints": "134", - "strength_level": "60", - "id": "3586", - "aggressive": "true", - "clue_level": "2", - "range_level": "1", - "attack_level": "60" - }, - { - "examine": "Big, ugly, and smelly.", - "melee_animation": "359", - "range_animation": "359", - "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, - "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" - }, - { - "examine": "Young but still dangerous.", - "melee_animation": "25", - "range_animation": "25", - "combat_audio": "408,410,409", - "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", - "id": "3588", - "aggressive": "true", - "bonuses": "20,10,10,20,40,40,20,40,40,20,0,0,0,0,0", - "range_level": "1", - "attack_level": "40" - }, - { - "examine": "I don't think insect repellent will work...", - "melee_animation": "6223", - "range_animation": "0", - "poisonous": "true", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "6228", - "name": "Kalphite Soldier", - "defence_level": "70", - "safespot": null, - "lifepoints": "114", - "strength_level": "70", - "id": "3589", - "aggressive": "true", - "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", - "bonuses": "56,42,104,51,212,115,232,302,331,21,264,100,100,40,0", - "clue_level": "2", - "range_level": "185", - "attack_level": "234" - }, - { - "name": "Dagannoth", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3591", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Arrgh! Look at its pointy teeth!", - "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", - "strength_level": "75", - "id": "3593", - "aggressive": "true", - "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", - "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.", - "slayer_task": "86", - "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", - "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", - "id": "3618", - "aggressive": "true", - "range_level": "80", - "attack_level": "80" - }, - { - "examine": "I'm glad I can't see the rest of it!", - "melee_animation": "3731", - "range_animation": "0", - "attack_speed": "10", - "magic_level": "80", - "respawn_delay": "60", - "defence_animation": "0", - "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", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Fyiona Fray", - "defence_level": "1", - "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": "498,500,499", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "name": "Angry bear", - "defence_level": "25", - "safespot": null, - "lifepoints": "35", - "strength_level": "25", - "id": "3645", - "range_level": "1", - "attack_level": "25" - }, - { - "examine": "He looks a little on the cross side!", - "melee_animation": "6376", - "range_animation": "0", - "combat_audio": "496,498,497", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "6377", - "name": "Angry unicorn", - "defence_level": "25", - "safespot": null, - "lifepoints": "35", - "strength_level": "25", - "id": "3646", - "range_level": "1", - "attack_level": "25" - }, - { - "examine": "He looks a little on the cross side!", - "melee_animation": "4933", - "range_animation": "0", - "combat_audio": "703,705,704", - "defence_animation": "0", - "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": "0", - "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", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "3813", - "name": "Fear reaper", - "defence_level": "27", - "safespot": null, - "lifepoints": "38", - "strength_level": "27", - "id": "3649", - "range_level": "1", - "attack_level": "27" - }, - { - "examine": "What on RuneScape 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" - }, - { - "name": "Angry unicorn", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "496,498,497", - "strength_level": "1", - "id": "3661", - "range_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": "3662", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He looks a little on the cross side!", - "slayer_task": "38", - "melee_animation": "6185", - "range_animation": "0", - "combat_audio": "469,472,471", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "6182", - "name": "Angry goblin", - "defence_level": "25", - "safespot": null, - "lifepoints": "35", - "strength_level": "25", - "id": "3663", - "range_level": "1", - "attack_level": "25" - }, - { - "name": "Angry bear", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "498,500,499", - "strength_level": "1", - "id": "3664", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Freshly sheared.", - "melee_animation": "5341", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "5343", - "name": "Ram", - "defence_level": "2", - "safespot": null, - "lifepoints": "2", - "strength_level": "2", - "id": "3672", - "range_level": "1", - "attack_level": "2" - }, - { - "examine": "White and shaggy.", - "melee_animation": "5338", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "5336", - "name": "Ram", - "defence_level": "2", - "safespot": null, - "lifepoints": "2", - "strength_level": "2", - "id": "3673", - "range_level": "1", - "attack_level": "2" - }, - { - "examine": "If you see them circling", - "melee_animation": "2019", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "2021", - "name": "Vulture", - "defence_level": "38", - "safespot": null, - "lifepoints": "54", - "strength_level": "38", - "id": "3675", - "range_level": "1", - "attack_level": "38" - }, - { - "death_animation": "2026", - "name": "Vulture", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "melee_animation": "2025", - "strength_level": "1", - "id": "3676", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "2024" - }, - { - "examine": "A young boy handing out flyers.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Ali the Leaflet Dropper", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3680", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Could use a good meal.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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", - "strength_level": "1", - "id": "3705", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Ulfric", - "defence_level": "1", - "safespot": null, - "lifepoints": "60", - "melee_animation": "6118", - "strength_level": "1", - "id": "3706", - "aggressive": "true", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "examine": "Eww", - "slayer_task": "67", - "melee_animation": "6117", - "range_animation": "0", - "combat_audio": "703,705,704", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "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", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Boulder", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3709", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An annoying flappy thing.", - "slayer_task": "5", - "melee_animation": "4915", - "range_animation": "4915", - "attack_speed": "6", - "magic_level": "32", - "defence_animation": "4916", - "weakness": "4", - "slayer_exp": "8", - "magic_animation": "4915", - "death_animation": "4917", - "name": "Giant bat", - "defence_level": "32", - "safespot": null, - "lifepoints": "32", - "strength_level": "12", - "id": "3711", - "aggressive": "true", - "range_level": "1", - "attack_level": "12" - }, - { - "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": "3715", - "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", - "magic_animation": "6185", - "death_animation": "6182", - "name": "Goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "2", - "id": "3726", - "clue_level": "0", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Don't burst its bubble!", - "melee_animation": "3891", - "range_animation": "3891", - "magic_level": "5", - "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", - "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", - "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", - "bonuses": "10,15,15,15,15,5,0,0,0,0,0,0,0,0,0", - "range_level": "1", - "attack_level": "25" - }, - { - "examine": "Don't burst its bubble!", - "melee_animation": "3891", - "range_animation": "3891", - "magic_level": "10", - "respawn_delay": "120", - "defence_animation": "3890", - "magic_animation": "3891", - "death_animation": "3888", - "name": "Splatter", - "defence_level": "30", - "safespot": null, - "lifepoints": "23", - "strength_level": "30", - "id": "3729", - "bonuses": "15,20,20,20,20,8,0,0,0,0,0,0,0,0,0", - "range_level": "1", - "attack_level": "30" - }, - { - "examine": "Don't burst its bubble!", - "melee_animation": "3891", - "range_animation": "3891", - "magic_level": "15", - "respawn_delay": "120", - "defence_animation": "3890", - "magic_animation": "3891", - "death_animation": "3888", - "name": "Splatter", - "defence_level": "35", - "safespot": null, - "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" - }, - { - "examine": "Don't burst its bubble!", - "melee_animation": "3891", - "range_animation": "3891", - "magic_level": "20", - "respawn_delay": "120", - "defence_animation": "3890", - "magic_animation": "3891", - "death_animation": "3888", - "name": "Splatter", - "defence_level": "40", - "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", - "attack_level": "40" - }, - { - "examine": "Nippy little thing!", - "melee_animation": "3901", - "range_animation": "3901", - "magic_level": "14", - "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", - "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" - }, - { - "examine": "Nippy little thing!", - "melee_animation": "3901", - "range_animation": "3901", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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": "3740", - "aggressive": "true", - "bonuses": "50,60,50,80,70,90,80,35,14,0,0,0,0,0,0", - "range_level": "1", - "attack_level": "70" - }, - { - "examine": "Nippy little thing!", - "melee_animation": "3901", - "range_animation": "3901", - "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", - "bonuses": "50,60,50,80,70,90,80,35,14,0,0,0,0,0,0", - "range_level": "1", - "attack_level": "70" - }, - { - "examine": "Worse than termites!", - "melee_animation": "3915", - "range_animation": "3915", - "attack_speed": "5", - "magic_level": "10", - "respawn_delay": "120", - "defence_animation": "3916", - "weakness": "7", - "magic_animation": "3915", - "death_animation": "3917", - "name": "Ravager", - "defence_level": "15", - "safespot": null, - "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" - }, - { - "examine": "Worse than termites!", - "melee_animation": "3915", - "range_animation": "3915", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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": "3768", - "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!", - "combat_style": "1", - "melee_animation": "3920", - "range_animation": "3920", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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": "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", - "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": "3788", - "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", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3790", - "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", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3791", - "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", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3792", - "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", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3793", - "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", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3794", - "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", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3795", - "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", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3796", - "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", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3797", - "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", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3798", - "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", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3799", - "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", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3800", - "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", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3801", - "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 (Novice)", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3802", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Posts things.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "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", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "3962", - "name": "Tortoise", - "defence_level": "36", - "safespot": null, - "lifepoints": "51", - "strength_level": "36", - "id": "3808", - "range_level": "1", - "attack_level": "36" - }, - { - "examine": "Tally Ho!", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Captain Dalbur", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3809", - "range_level": "1", - "attack_level": "1" - }, - { - "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": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "2", - "magic_animation": "0", - "death_animation": "196", - "name": "Gnome Archer", - "defence_level": "30", - "safespot": null, - "lifepoints": "42", - "strength_level": "1", - "id": "3814", - "aggressive": "true", - "range_level": "30", - "attack_level": "1" - }, - { - "examine": "Yee haa!", - "melee_animation": "3969", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "196", - "name": "Gnome Driver", - "defence_level": "33", - "safespot": null, - "lifepoints": "47", - "strength_level": "33", - "id": "3815", - "aggressive": "true", - "range_level": "1", - "attack_level": "33" - }, - { - "examine": "A battle mage of the gnomish variety.", - "combat_style": "2", - "melee_animation": "3968", - "range_animation": "0", - "magic_level": "34", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "5", - "magic_animation": "0", - "death_animation": "196", - "name": "Gnome Mage", - "defence_level": "34", - "safespot": null, - "lifepoints": "48", - "strength_level": "1", - "id": "3816", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "The cruel tortoise trainer. Boo!", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Trainer Nacklepen", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3818", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A large tortoise.", - "melee_animation": "3960", - "range_animation": "0", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "3962", - "name": "Tortoise", - "defence_level": "36", - "safespot": null, - "lifepoints": "51", - "strength_level": "36", - "id": "3819", - "range_level": "1", - "attack_level": "36" - }, - { - "agg_radius": "64", - "melee_animation": "6241", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "6240", - "death_animation": "6242", - "name": "Kalphite Queen", - "defence_level": "1", - "safespot": null, - "lifepoints": "255", - "strength_level": "1", - "id": "3835", - "aggressive": "true", - "range_level": "1", - "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": "1", - "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", - "strength_level": "45", - "id": "3840", - "aggressive": "true", - "range_level": "1", - "attack_level": "45" - }, - { - "examine": "An aquatic troll.", - "range_animation": "0", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "name": "Sea troll", - "defence_level": "60", - "safespot": null, - "lifepoints": "85", - "strength_level": "60", - "id": "3843", - "aggressive": "true", - "range_level": "1", - "attack_level": "60" - }, - { - "name": "Skeleton Mage", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "774,775,777", - "strength_level": "1", - "id": "3844", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "The mother of all sea trolls!", - "melee_animation": "3991", - "range_animation": "0", - "magic_level": "65", - "respawn_delay": "60", - "defence_animation": "0", - "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", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Fishing spot", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3849", - "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": "3850", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A skeleton of dark magic.", - "slayer_task": "75", - "start_gfx": "2713", - "combat_style": "2", - "melee_animation": "5523", - "respawn_delay": "15", - "weakness": "4", - "magic_animation": "5523", - "death_animation": "5491", - "lifepoints": "81", - "id": "3851", - "aggressive": "true", - "bonuses": "30,30,45,10,30,30,30,30,30,30,30,30,30,30,40", - "range_animation": "5523", - "combat_audio": "774,775,777", - "magic_level": "85", - "end_gfx": "2723", - "defence_animation": "5489", - "name": "Skeleton Mage", - "defence_level": "80", - "poison_immune": "true", - "safespot": null, - "strength_level": "26", - "range_level": "85", - "projectile": "2718", - "attack_level": "26" - }, - { - "examine": "One of RuneScape'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": "1", - "safespot": null, - "lifepoints": "1", - "strength_level": "1", - "id": "3915", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "His bark's worse than his blight.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Carpenter Kjallak", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3916", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He looks a bit seedy.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Farmer Fromund", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "3917", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Snake", - "slayer_task": "72", - "melee_animation": "3538", - "range_animation": "0", - "combat_audio": "3609,3608,3610", - "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", - "strength_level": "33", - "id": "3939", - "aggressive": "true", - "range_level": "45", - "attack_level": "33" - }, - { - "examine": "A baby sea snake. Snaaaaaaake!", - "slayer_task": "72", - "melee_animation": "3538", - "range_animation": "0", - "combat_audio": "3609,3608,3610", - "respawn_delay": "60", - "defence_animation": "0", - "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", - "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": "3942", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A big snake that lives in the sea. How did it get in here?", - "melee_animation": "4040", - "range_animation": "0", - "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", - "id": "3943", - "aggressive": "true", - "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", - "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", - "attack_speed": "4", - "magic_level": "1", - "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": "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" - }, - { - "examine": "A denizen of the Abyss!", - "slayer_task": "1", - "melee_animation": "1537", - "range_animation": "1537", - "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", - "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" - }, - { - "name": "Demon butler", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "400,404,403", - "strength_level": "1", - "id": "4243", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Head of the servants' guild.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Chief servant", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4245", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "She smells unpleasantly of chemicals.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Taxidermist", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4246", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A fancy businessman with a mighty fine hat.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Estate agent", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4247", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Someone has to get rid of all the stone they dug Keldagrim out of.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Stonemason", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4248", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He changes the shape of wood.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "703,705,704", - "defence_animation": "0", - "facing_booth": "true", - "magic_animation": "0", - "death_animation": "0", - "name": "Sawmill operator", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4250", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "She has green fingers. (Not literally.)", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Garden supplier", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4251", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Beak areful with this one", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "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.", - "slayer_task": "29", - "melee_animation": "99", - "range_animation": "0", - "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", - "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", - "attack_speed": "5", - "respawn_delay": "20", - "defence_animation": "388", - "weakness": "7", - "magic_animation": "386", - "death_animation": "4167", - "name": "Animated Bronze Armour", - "defence_level": "8", - "safespot": null, - "lifepoints": "10", - "strength_level": "8", - "id": "4278", - "bonuses": "3,3,3,3,1,3,1,3,3,3,3,8,10,8,3", - "range_level": "1", - "attack_level": "8" - }, - { - "examine": "Animated iron armour.", - "melee_animation": "386", - "range_animation": "386", - "attack_speed": "5", - "respawn_delay": "20", - "defence_animation": "388", - "weakness": "7", - "magic_animation": "386", - "death_animation": "4167", - "name": "Animated Iron Armour", - "defence_level": "16", - "safespot": null, - "lifepoints": "20", - "strength_level": "16", - "id": "4279", - "bonuses": "6,6,6,6,2,6,6,6,6,6,6,2,25,2,3", - "range_level": "1", - "attack_level": "16" - }, - { - "examine": "Animated steel armour.", - "melee_animation": "386", - "range_animation": "386", - "attack_speed": "5", - "respawn_delay": "20", - "defence_animation": "388", - "weakness": "7", - "magic_animation": "386", - "death_animation": "4167", - "name": "Animated Steel Armour", - "defence_level": "32", - "safespot": null, - "lifepoints": "40", - "strength_level": "32", - "id": "4280", - "bonuses": "10,10,10,10,4,10,10,10,10,10,10,2,22,2,3", - "range_level": "1", - "attack_level": "32" - }, - { - "examine": "Animated black armour.", - "melee_animation": "386", - "range_animation": "386", - "attack_speed": "5", - "respawn_delay": "20", - "defence_animation": "388", - "weakness": "7", - "magic_animation": "386", - "death_animation": "4167", - "name": "Animated Black Armour", - "defence_level": "40", - "safespot": null, - "lifepoints": "60", - "strength_level": "40", - "id": "4281", - "bonuses": "15,15,15,15,5,15,6,15,15,16,15,5,27,5,3", - "range_level": "1", - "attack_level": "40" - }, - { - "examine": "Animated mithril armour.", - "melee_animation": "386", - "range_animation": "386", - "attack_speed": "5", - "respawn_delay": "20", - "defence_animation": "388", - "weakness": "7", - "magic_animation": "386", - "death_animation": "4167", - "name": "Animated Mithril Armour", - "defence_level": "55", - "safespot": null, - "lifepoints": "80", - "strength_level": "55", - "id": "4282", - "bonuses": "20,20,20,20,20,20,8,20,20,20,20,5,31,5,3", - "range_level": "1", - "attack_level": "55" - }, - { - "examine": "Animated adamant armour.", - "melee_animation": "386", - "range_animation": "386", - "attack_speed": "5", - "respawn_delay": "20", - "defence_animation": "388", - "weakness": "7", - "magic_animation": "386", - "death_animation": "4167", - "name": "Animated Adamant Armour", - "defence_level": "75", - "safespot": null, - "lifepoints": "99", - "strength_level": "65", - "id": "4283", - "bonuses": "25,25,25,25,25,25,12,25,25,25,25,5,35,5,3", - "range_level": "1", - "attack_level": "65" - }, - { - "examine": "Animated rune armour.", - "melee_animation": "386", - "range_animation": "386", - "attack_speed": "5", - "respawn_delay": "20", - "defence_animation": "388", - "weakness": "7", - "magic_animation": "386", - "death_animation": "4167", - "name": "Animated Rune Armour", - "defence_level": "85", - "safespot": null, - "lifepoints": "118", - "strength_level": "75", - "id": "4284", - "bonuses": "30,30,30,30,30,30,16,30,25,30,30,5,39,5,3", - "range_level": "1", - "attack_level": "75" - }, - { - "examine": "A one-eyed man eater.", - "slayer_task": "44", - "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": "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": "65" - }, - { - "examine": "A one-eyed woman eater.", - "slayer_task": "44", - "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": "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": "He looks fair and reliable.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "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", - "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": "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" - }, - { - "name": "Snake", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "3609,3608,3610", - "strength_level": "1", - "id": "4343", - "range_level": "1", - "attack_level": "1" - }, - { - "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.", - "slayer_task": "5", - "melee_animation": "4915", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "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", - "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", - "id": "4347", - "range_level": "1", - "attack_level": "63" - }, - { - "examine": "A horrible", - "slayer_task": "52", - "melee_animation": "4235", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "slayer_exp": "45", - "magic_animation": "0", - "death_animation": "4233", - "name": "Jungle horror", - "defence_level": "48", - "safespot": null, - "lifepoints": "68", - "strength_level": "48", - "id": "4348", - "aggressive": "true", - "clue_level": "1", - "range_level": "1", - "attack_level": "48" - }, - { - "melee_animation": "4234", - "respawn_delay": "60", - "defence_animation": "4232", - "slayer_exp": "45", - "death_animation": "4233", - "name": "Jungle horror", - "defence_level": "1", - "safespot": null, - "lifepoints": "45", - "strength_level": "1", - "id": "4349", - "aggressive": "true", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A horrible", - "slayer_task": "52", - "melee_animation": "4235", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "slayer_exp": "45", - "magic_animation": "0", - "death_animation": "4233", - "name": "Jungle horror", - "defence_level": "48", - "safespot": null, - "lifepoints": "68", - "strength_level": "48", - "id": "4350", - "aggressive": "true", - "clue_level": "1", - "range_level": "1", - "attack_level": "48" - }, - { - "melee_animation": "4234", - "respawn_delay": "60", - "defence_animation": "4232", - "slayer_exp": "45", - "death_animation": "4233", - "name": "Jungle horror", - "defence_level": "1", - "safespot": null, - "lifepoints": "45", - "strength_level": "1", - "id": "4351", - "aggressive": "true", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "melee_animation": "4234", - "respawn_delay": "60", - "defence_animation": "4232", - "slayer_exp": "45", - "death_animation": "4233", - "name": "Jungle horror", - "defence_level": "1", - "safespot": null, - "lifepoints": "45", - "strength_level": "1", - "id": "4352", - "aggressive": "true", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A horrible, emaciated ape like creature with beady red eyes.", - "slayer_task": "17", - "melee_animation": "4234", - "range_animation": "4234", - "attack_speed": "4", - "magic_level": "80", - "respawn_delay": "20", - "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.", - "slayer_task": "17", - "melee_animation": "4234", - "range_animation": "4234", - "attack_speed": "4", - "magic_level": "80", - "respawn_delay": "20", - "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.", - "slayer_task": "17", - "melee_animation": "4234", - "range_animation": "4234", - "attack_speed": "4", - "magic_level": "80", - "respawn_delay": "20", - "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.", - "slayer_task": "17", - "melee_animation": "4234", - "range_animation": "4234", - "attack_speed": "4", - "magic_level": "80", - "respawn_delay": "20", - "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.", - "slayer_task": "17", - "melee_animation": "4234", - "range_animation": "4234", - "attack_speed": "4", - "magic_level": "80", - "respawn_delay": "20", - "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 RuneScape 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 bony ghost.", - "melee_animation": "422", - "range_animation": "422", - "attack_speed": "6", - "defence_animation": "404", - "slayer_exp": "60", - "magic_animation": "422", - "death_animation": "9055", - "name": "Ankou", - "defence_level": "50", - "safespot": null, - "lifepoints": "60", - "strength_level": "69", - "id": "4381", - "aggressive": "true", - "clue_level": "2", - "range_level": "1", - "attack_level": "50" - }, - { - "examine": "A bony ghost.", - "melee_animation": "422", - "range_animation": "422", - "attack_speed": "6", - "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", - "clue_level": "2", - "range_level": "1", - "attack_level": "50" - }, - { - "examine": "A bony ghost.", - "melee_animation": "422", - "range_animation": "422", - "attack_speed": "6", - "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", - "clue_level": "2", - "range_level": "1", - "attack_level": "60" - }, - { - "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": "68", - "strength_level": "1", - "id": "4384", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Could do with gaining a few pounds.", - "slayer_task": "75", - "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", - "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": "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": "36", - "strength_level": "1", - "id": "4387", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Eeek! A ghost!", - "slayer_task": "36", - "melee_animation": "5532", - "range_animation": "0", - "combat_audio": "436,439,438", - "attack_speed": "5", - "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…", - "slayer_task": "34", - "melee_animation": "1184", - "range_animation": "1184", - "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", - "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", - "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": "Examine not added", - "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": "25", - "safespot": null, - "lifepoints": "23", - "strength_level": "1", - "id": "4392", - "bonuses": "15,25,25,25,25,25,25,15,15,25,25,25,25,25,25", - "range_level": "1", - "attack_level": "24" - }, - { - "examine": "Examine not added", - "melee_animation": "5578", - "range_animation": "5578", - "combat_audio": "931,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": "18", - "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", - "attack_level": "35" - }, - { - "examine": "Examine not added", - "melee_animation": "5578", - "range_animation": "5578", - "combat_audio": "931,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": "4394", - "bonuses": "35,45,45,45,45,45,45,35,35,45,45,45,45,45,45", - "range_level": "1", - "attack_level": "47" - }, - { - "examine": "Overgrown vermin.", - "slayer_task": "67", - "combat_audio": "703,705,704", - "attack_speed": "5", - "weakness": "9", - "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", - "combat_audio": "3102,3104,3103", - "attack_speed": "5", - "defence_animation": "2706", - "magic_animation": "2705", - "death_animation": "2707", - "name": "Rat", - "defence_level": "1", - "safespot": null, - "lifepoints": "2", - "strength_level": "1", - "id": "4396", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Big Cow-like... But cows don't have serpent tails!", - "melee_animation": "4271", - "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", - "range_level": "1", - "attack_level": "38" - }, - { - "examine": "Big Cow-like... But cows don't have serpent tails!", - "melee_animation": "4271", - "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", - "range_level": "1", - "attack_level": "38" - }, - { - "examine": "Big Cow-like... But cows don't have serpent tails!", - "melee_animation": "4271", - "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", - "range_level": "1", - "attack_level": "40" - }, - { - "examine": "I think this spider has been genetically modified.", - "melee_animation": "5327", - "range_animation": "5327", - "combat_audio": "537,539,538", - "defence_animation": "5328", - "magic_animation": "5327", - "death_animation": "5329", - "name": "Giant spider", - "defence_level": "51", - "safespot": null, - "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" - }, - { - "melee_animation": "6249", - "respawn_delay": "60", - "defence_animation": "6250", - "death_animation": "6251", - "name": "Spider", - "defence_level": "1", - "safespot": null, - "lifepoints": "22", - "strength_level": "1", - "id": "4401", - "aggressive": "true", - "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": "Examine not added", - "slayer_task": "58", - "melee_animation": "4266", - "range_animation": "4266", - "attack_speed": "5", - "respawn_delay": "30", - "defence_animation": "4267", - "weakness": "7", - "slayer_exp": "10", - "magic_animation": "4266", - "death_animation": "4265", - "name": "Minotaur", - "defence_level": "10", - "safespot": null, - "lifepoints": "11", - "strength_level": "10", - "id": "4404", - "bonuses": "8,8,10,8,8,10,8,8,8,10,8,8,8,8,8", - "clue_level": "0", - "range_level": "1", - "attack_level": "10" - }, - { - "examine": "Examine not added", - "melee_animation": "4266", - "range_animation": "4266", - "attack_speed": "5", - "respawn_delay": "30", - "defence_animation": "4267", - "magic_animation": "4266", - "death_animation": "4265", - "name": "Minotaur", - "defence_level": "15", - "safespot": null, - "lifepoints": "17", - "strength_level": "1", - "id": "4405", - "bonuses": "11,11,13,11,11,13,11,11,11,13,11,11,11,11,11", - "clue_level": "0", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Examine not added", - "melee_animation": "4266", - "range_animation": "4266", - "attack_speed": "5", - "respawn_delay": "30", - "defence_animation": "4267", - "slayer_exp": "22", - "magic_animation": "4266", - "death_animation": "4265", - "name": "Minotaur", - "defence_level": "19", - "safespot": null, - "lifepoints": "20", - "strength_level": "1", - "id": "4406", - "bonuses": "15,15,15,15,15,15,15,15,15,15,15,15,15,15,15", - "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": "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", - "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": "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", - "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": "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", - "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": "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", - "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": "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", - "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": "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", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Examine not added", - "melee_animation": "6559", - "range_animation": "6559", - "combat_audio": "481,491,490", - "attack_speed": "5", - "respawn_delay": "30", - "defence_animation": "6557", - "slayer_exp": "15", - "magic_animation": "6559", - "death_animation": "6558", - "name": "Wolf", - "defence_level": "9", - "safespot": null, - "lifepoints": "69", - "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" - }, - { - "examine": "Examine not added", - "melee_animation": "6559", - "range_animation": "6559", - "combat_audio": "481,491,490", - "attack_speed": "5", - "respawn_delay": "30", - "defence_animation": "6557", - "slayer_exp": "10", - "magic_animation": "6559", - "death_animation": "6558", - "name": "Wolf", - "defence_level": "7", - "safespot": null, - "lifepoints": "69", - "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" - }, - { - "examine": "A popular dwarven delicacy.", - "melee_animation": "2705", - "range_animation": "2705", - "combat_audio": "3102,3104,3103", - "attack_speed": "5", - "defence_animation": "2706", - "magic_animation": "2705", - "death_animation": "2707", - "name": "Rat", - "defence_level": "1", - "safespot": null, - "lifepoints": "2", - "strength_level": "1", - "id": "4415", - "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": "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": "Half horse", - "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", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "6377", - "name": "Stag", - "defence_level": "18", - "safespot": null, - "lifepoints": "25", - "strength_level": "18", - "id": "4440", - "range_level": "1", - "attack_level": "18" - }, - { - "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", - "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": "1", - "safespot": null, - "lifepoints": "105", - "strength_level": "1", - "id": "4527", - "aggressive": "true", - "clue_level": "2", - "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": "1", - "safespot": null, - "lifepoints": "105", - "strength_level": "1", - "id": "4528", - "aggressive": "true", - "clue_level": "2", - "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": "1", - "safespot": null, - "lifepoints": "105", - "strength_level": "1", - "id": "4529", - "aggressive": "true", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "melee_animation": "4388", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "4385", - "death_animation": "4389", - "name": "Suqah", - "defence_level": "1", - "safespot": null, - "lifepoints": "105", - "strength_level": "1", - "id": "4530", - "aggressive": "true", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "melee_animation": "4388", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "4385", - "death_animation": "4389", - "name": "Suqah", - "defence_level": "1", - "safespot": null, - "lifepoints": "105", - "strength_level": "1", - "id": "4531", - "aggressive": "true", - "clue_level": "2", - "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": "1", - "safespot": null, - "lifepoints": "105", - "strength_level": "1", - "id": "4532", - "aggressive": "true", - "clue_level": "2", - "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": "1", - "safespot": null, - "lifepoints": "105", - "strength_level": "1", - "id": "4533", - "aggressive": "true", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "His beard seems to have a life of its own.", - "slayer_task": "62", - "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": "85", - "magic_animation": "4666", - "death_animation": "4668", - "name": "Moss giant", - "defence_level": "30", - "safespot": null, - "lifepoints": "85", - "strength_level": "30", - "id": "4534", - "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": "Either a very fremennikey pirate", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "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", - "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", - "id": "4540", - "aggressive": "true", - "range_level": "55", - "attack_level": "55" - }, - { - "examine": "A stickler for hygiene in the kitchen.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "'Beefy' Burns", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4541", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A keen-eyed lookout with a telescope.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "'Eagle-eye' Shultz", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4542", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "First mate to Captain Bentley.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "First mate 'Davey-boy", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4543", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A pirate through and through.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "'Picarron' Pete", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4545", - "range_level": "1", - "attack_level": "1" - }, - { - "death_animation": "836", - "name": "Jake", - "defence_level": "1", - "safespot": null, - "lifepoints": "50", - "melee_animation": "422", - "strength_level": "1", - "id": "4546", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "examine": "He got his name from his favourite hobby. Reading about beds.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Bedread the bold", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4547", - "range_level": "1", - "attack_level": "1" - }, - { - "death_animation": "836", - "name": "Wilson", - "defence_level": "1", - "safespot": null, - "lifepoints": "50", - "melee_animation": "395", - "strength_level": "1", - "id": "4548", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1", - "defence_animation": "425" - }, - { - "examine": "Nobody really knows why he's called Tommy 2-times...", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Tommy 2-times", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4549", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Don't look him straight in the eyes. He'll eat you alive!", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Murky Pat", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4550", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Nice beard.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Jack Sails", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4551", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Is he looking at me?", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "'Beedy-eye' Jones", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4554", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Yes", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Jenny Blade", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4555", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A low-down", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "'Lecherous' Lee", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4556", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Apparently his nickname comes from his fondness for jam.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "'Sticky' Sanders", - "defence_level": "1", - "safespot": null, - "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", - "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": "4565", - "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": "4566", - "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": "4567", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Must be hard at work.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Researcher", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4568", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He makes pots.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Generic Diplomat", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4579", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He's very diplomatic.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Ambassador Gimblewap", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4580", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Peaceful man!", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Ambassador Spanfipple", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4581", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Peaceful man!", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Ambassador Ferrnook", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4582", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Your common man.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Sorrn", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4589", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Your common woman.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Mimm", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4590", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Your common man.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Portobello", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4593", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A gnome pilot off duty", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Captain Ninto", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4594", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A gnome pilot off duty", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Captain Daerkin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4595", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He looks alert and ready for action.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Guard Vemmeldo", - "defence_level": "1", - "safespot": null, - "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", - "range_level": "1", - "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", - "range_level": "1", - "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", - "range_level": "1", - "attack_level": "26" - }, - { - "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": "4606", - "range_level": "1", - "attack_level": "26" - }, - { - "examine": "A witch's black cat.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "0", - "name": "Black Cat", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4607", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Monk", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "511,513,512", - "strength_level": "1", - "id": "4608", - "range_level": "1", - "attack_level": "1" - }, - { - "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" - }, - { - "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", - "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": "4634", - "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": "4635", - "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": "4636", - "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": "4637", - "clue_level": "0", - "range_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", - "range_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", - "range_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", - "range_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", - "range_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", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "King Healthorg riding his War Tortoise.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Healthorg and tortoise", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4643", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A weasly", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Glouphrie the Untrusted", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4645", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "With the prices he charges", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Trader Stan", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4650", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Looks very stylish", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Trader Crewmember", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4651", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "That suit looks a little briny around the edges.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Trader Crewmember", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4652", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "First storm he is in that hat will blow away.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Trader Crewmember", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4653", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "She'll never be able to climb rigging in that.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Trader Crewmember", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4654", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "High heels on a ship? What is she thinking?", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Trader Crewmember", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "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", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4656", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "He works evil magic.", - "start_gfx": "93", - "combat_style": "2", - "melee_animation": "810", - "range_animation": "0", - "combat_audio": "511,513,512", - "magic_level": "6", - "end_gfx": "95", - "respawn_delay": "60", - "defence_animation": "425", - "magic_animation": "711", - "death_animation": "836", - "name": "Dark wizard", - "defence_level": "5", - "safespot": null, - "lifepoints": "12", - "strength_level": "2", - "id": "4659", - "aggressive": "true", - "range_level": "1", - "projectile": "94", - "attack_level": "5" - }, - { - "examine": "He works evil magic.", - "start_gfx": "96", - "combat_style": "2", - "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", - "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.", - "slayer_task": "68", - "melee_animation": "25", - "range_animation": "25", - "combat_audio": "408,410,409", - "attack_speed": "5", - "magic_level": "40", - "respawn_delay": "32", - "defence_animation": "26", - "weakness": "3", - "slayer_exp": "0", - "magic_animation": "25", - "death_animation": "28", - "name": "Baby blue dragon", - "defence_level": "42", - "safespot": null, - "lifepoints": "50", - "strength_level": "40", - "id": "4665", - "aggressive": "true", - "bonuses": "50,40,64,60,30,45,40,40,20,40,40,20,0,0,0", - "range_level": "1", - "attack_level": "40" - }, - { - "examine": "Young but still dangerous.", - "combat_audio": "408,410,409", - "magic_level": "45", - "slayer_exp": "108", - "name": "Baby blue dragon", - "defence_level": "48", - "safespot": null, - "lifepoints": "51", - "strength_level": "45", - "id": "4666", - "bonuses": "49,45,43,50,73,71,56,78,68,0,0,0,0,0,0", - "range_level": "45", - "attack_level": "45" - }, - { - "name": "Baby red dragon", - "defence_level": "1", - "safespot": null, - "lifepoints": "50", - "combat_audio": "408,410,409", - "strength_level": "1", - "id": "4667", - "aggressive": "true", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "name": "Baby red dragon", - "defence_level": "1", - "safespot": null, - "lifepoints": "50", - "combat_audio": "408,410,409", - "strength_level": "1", - "id": "4668", - "aggressive": "true", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "examine": "A big powerful dragon.", - "slayer_task": "68", - "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", - "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" - }, - { - "examine": "A big powerful dragon.", - "slayer_task": "68", - "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", - "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" - }, - { - "examine": "A big powerful dragon.", - "slayer_task": "68", - "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", - "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" - }, - { - "examine": "A big powerful dragon.", - "slayer_task": "68", - "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", - "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" - }, - { - "examine": "A fierce dragon with black scales!", - "slayer_task": "9", - "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", - "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": "200" - }, - { - "examine": "A fierce dragon with black scales!", - "slayer_task": "9", - "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", - "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": "200" - }, - { - "examine": "A fierce dragon with black scales!", - "slayer_task": "9", - "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", - "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": "200" - }, - { - "examine": "A fierce dragon with black scales!", - "slayer_task": "9", - "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", - "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": "200" - }, - { - "examine": "Must be related to Elvarg.", - "slayer_task": "41", - "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", - "aggressive": "true", - "bonuses": "0,0,0,0,0,20,40,40,30,20,0,0,0,0,0", - "clue_level": "2", - "range_level": "1", - "attack_level": "68" - }, - { - "examine": "Must be related to Elvarg.", - "slayer_task": "41", - "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", - "aggressive": "true", - "bonuses": "0,0,0,0,0,20,40,40,30,20,0,0,0,0,0", - "clue_level": "2", - "range_level": "1", - "attack_level": "68" - }, - { - "examine": "Must be related to Elvarg.", - "slayer_task": "41", - "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", - "aggressive": "true", - "bonuses": "0,0,0,0,0,20,40,40,30,20,0,0,0,0,0", - "clue_level": "2", - "range_level": "1", - "attack_level": "68" - }, - { - "examine": "Must be related to Elvarg.", - "slayer_task": "41", - "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", - "aggressive": "true", - "bonuses": "0,0,0,0,0,20,40,40,30,20,0,0,0,0,0", - "clue_level": "2", - "range_level": "1", - "attack_level": "68" - }, - { - "examine": "A mother dragon.", - "slayer_task": "11", - "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", - "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": "A mother dragon.", - "slayer_task": "11", - "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", - "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": "A mother dragon.", - "slayer_task": "11", - "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", - "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": "A mother dragon.", - "slayer_task": "11", - "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", - "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": "He's got icicles in his beard.", - "slayer_task": "47", - "melee_animation": "4672", - "range_animation": "0", - "combat_audio": "449,451,450", - "attack_speed": "5", - "magic_level": "1", - "respawn_delay": "60", - "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", - "aggressive": "true", - "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0", - "range_level": "1", - "attack_level": "40" - }, - { - "examine": "He's got icicles in his beard.", - "slayer_task": "47", - "melee_animation": "4672", - "range_animation": "0", - "combat_audio": "449,451,450", - "attack_speed": "5", - "magic_level": "1", - "respawn_delay": "60", - "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", - "aggressive": "true", - "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0", - "range_level": "1", - "attack_level": "40" - }, - { - "examine": "He's got icicles in his beard.", - "slayer_task": "47", - "melee_animation": "4672", - "range_animation": "0", - "combat_audio": "449,451,450", - "attack_speed": "5", - "magic_level": "1", - "respawn_delay": "60", - "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", - "aggressive": "true", - "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0", - "range_level": "1", - "attack_level": "40" - }, - { - "examine": "His beard seems to have a life of its own.", - "slayer_task": "62", - "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": "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.", - "slayer_task": "44", - "melee_animation": "4652", - "range_animation": "4652", - "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.", - "slayer_task": "44", - "melee_animation": "4652", - "range_animation": "4652", - "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.", - "slayer_task": "44", - "melee_animation": "4652", - "range_animation": "4652", - "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.", - "slayer_task": "44", - "melee_animation": "4652", - "range_animation": "4652", - "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.", - "slayer_task": "44", - "melee_animation": "4652", - "range_animation": "4652", - "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.", - "slayer_task": "56", - "melee_animation": "4630", - "range_animation": "4630", - "combat_audio": "400,404,403", - "attack_speed": "6", - "magic_level": "50", - "respawn_delay": "20", - "defence_animation": "65", - "weakness": "4", - "slayer_exp": "79", - "magic_animation": "4630", - "death_animation": "67", - "name": "Lesser demon", - "defence_level": "50", - "safespot": null, - "lifepoints": "79", - "strength_level": "50", - "id": "4694", - "aggressive": "true", - "bonuses": "15,15,15,15,15,15,15,15,15,3,15,15,23,15,15", - "range_level": "1", - "attack_level": "50" - }, - { - "examine": "Lesser, but still pretty big.", - "slayer_task": "56", - "melee_animation": "4630", - "range_animation": "4630", - "combat_audio": "400,404,403", - "attack_speed": "6", - "magic_level": "50", - "respawn_delay": "20", - "defence_animation": "65", - "weakness": "4", - "slayer_exp": "79", - "magic_animation": "4630", - "death_animation": "67", - "name": "Lesser demon", - "defence_level": "50", - "safespot": null, - "lifepoints": "79", - "strength_level": "50", - "id": "4695", - "aggressive": "true", - "bonuses": "15,15,15,15,15,15,15,15,15,3,15,15,23,15,15", - "range_level": "1", - "attack_level": "50" - }, - { - "examine": "Lesser, but still pretty big.", - "slayer_task": "56", - "melee_animation": "4630", - "range_animation": "4630", - "combat_audio": "400,404,403", - "attack_speed": "6", - "magic_level": "50", - "respawn_delay": "20", - "defence_animation": "65", - "weakness": "4", - "slayer_exp": "79", - "magic_animation": "4630", - "death_animation": "67", - "name": "Lesser demon", - "defence_level": "50", - "safespot": null, - "lifepoints": "79", - "strength_level": "50", - "id": "4696", - "aggressive": "true", - "bonuses": "15,15,15,15,15,15,15,15,15,3,15,15,23,15,15", - "range_level": "1", - "attack_level": "50" - }, - { - "examine": "Lesser, but still pretty big.", - "slayer_task": "56", - "melee_animation": "4630", - "range_animation": "4630", - "combat_audio": "400,404,403", - "attack_speed": "6", - "magic_level": "50", - "respawn_delay": "20", - "defence_animation": "65", - "weakness": "4", - "slayer_exp": "79", - "magic_animation": "4630", - "death_animation": "67", - "name": "Lesser demon", - "defence_level": "50", - "safespot": null, - "lifepoints": "79", - "strength_level": "50", - "id": "4697", - "aggressive": "true", - "bonuses": "15,15,15,15,15,15,15,15,15,3,15,15,23,15,15", - "range_level": "1", - "attack_level": "50" - }, - { - "examine": "Big, red, and incredibly evil.", - "slayer_task": "40", - "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.", - "slayer_task": "40", - "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.", - "slayer_task": "40", - "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.", - "slayer_task": "40", - "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.", - "slayer_task": "8", - "melee_animation": "64", - "range_animation": "64", - "combat_audio": "400,404,403", - "magic_level": "70", - "respawn_delay": "38", - "defence_animation": "65", - "weakness": "4", - "slayer_exp": "157", - "magic_animation": "64", - "death_animation": "67", - "name": "Black demon", - "defence_level": "70", - "safespot": null, - "lifepoints": "165", - "strength_level": "70", - "id": "4702", - "aggressive": "true", - "bonuses": "45,40,40,150,150,80,150,20,150,68,0,0,0,0,0", - "range_level": "70", - "attack_level": "70" - }, - { - "examine": "A big, scary, jet-black demon.", - "slayer_task": "8", - "melee_animation": "64", - "range_animation": "64", - "combat_audio": "400,404,403", - "magic_level": "70", - "respawn_delay": "38", - "defence_animation": "65", - "weakness": "4", - "slayer_exp": "157", - "magic_animation": "64", - "death_animation": "67", - "name": "Black demon", - "defence_level": "70", - "safespot": null, - "lifepoints": "165", - "strength_level": "70", - "id": "4703", - "aggressive": "true", - "bonuses": "45,40,40,150,150,80,150,20,150,68,0,0,0,0,0", - "range_level": "70", - "attack_level": "70" - }, - { - "examine": "A big, scary, jet-black demon.", - "slayer_task": "8", - "melee_animation": "64", - "range_animation": "64", - "combat_audio": "400,404,403", - "magic_level": "70", - "respawn_delay": "38", - "defence_animation": "65", - "weakness": "4", - "slayer_exp": "157", - "magic_animation": "64", - "death_animation": "67", - "name": "Black demon", - "defence_level": "70", - "safespot": null, - "lifepoints": "165", - "strength_level": "70", - "id": "4704", - "aggressive": "true", - "bonuses": "45,40,40,150,150,80,150,20,150,68,0,0,0,0,0", - "range_level": "70", - "attack_level": "70" - }, - { - "examine": "A big, scary, jet-black demon.", - "slayer_task": "8", - "melee_animation": "64", - "range_animation": "64", - "combat_audio": "400,404,403", - "magic_level": "70", - "respawn_delay": "38", - "defence_animation": "65", - "weakness": "4", - "slayer_exp": "157", - "magic_animation": "64", - "death_animation": "67", - "name": "Black demon", - "defence_level": "70", - "safespot": null, - "lifepoints": "165", - "strength_level": "70", - "id": "4705", - "aggressive": "true", - "bonuses": "45,40,40,150,150,80,150,20,150,68,0,0,0,0,0", - "range_level": "70", - "attack_level": "70" - }, - { - "examine": "His beard seems to have a life of its own.", - "slayer_task": "62", - "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": "85", - "magic_animation": "4666", - "death_animation": "4668", - "name": "Moss giant", - "defence_level": "30", - "safespot": null, - "lifepoints": "85", - "strength_level": "30", - "id": "4706", - "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": "Mikasi looks ready to teach you about magic.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "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", - "defence_animation": "0", - "magic_animation": "0", - "name": "Meiyerditch citizen", - "defence_level": "60", - "safespot": null, - "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", - "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": "4735", - "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": "4736", - "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": "4737", - "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": "4738", - "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": "4739", - "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": "4740", - "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": "4741", - "range_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": "4746", - "range_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", - "range_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", - "range_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", - "range_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", - "range_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", - "range_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", - "range_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", - "range_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", - "range_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", - "range_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", - "range_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", - "range_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": "4759", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Some rubbish.", - "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": "4765", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Looks like it's got fleas!", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Stray dog", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4766", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A smelly cat.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Cat", - "defence_level": "1", - "safespot": null, - "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", - "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": "4773", - "range_level": "1", - "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", - "range_level": "1", - "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", - "range_level": "1", - "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", - "range_level": "44", - "attack_level": "1" - }, - { - "examine": "An initiate juvenile vampyre.", - "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": "4777", - "range_level": "44", - "attack_level": "1" - }, - { - "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": "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!", - "slayer_task": "86", - "melee_animation": "6016", - "range_animation": "0", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "6031", - "name": "Angry vampyre", - "defence_level": "42", - "safespot": null, - "lifepoints": "60", - "strength_level": "42", - "id": "4789", - "range_level": "1", - "attack_level": "42" - }, - { - "name": "Vanstrom Klause", - "defence_level": "1", - "safespot": null, - "lifepoints": "155", - "strength_level": "1", - "id": "4793", - "aggressive": "true", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "examine": "Not as strong as Thok.", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "name": "Vanstrom Klause", - "defence_level": "60", - "safespot": null, - "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", - "aggressive": "true", - "range_level": "1", - "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", - "aggressive": "true", - "range_level": "1", - "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", - "aggressive": "true", - "range_level": "1", - "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", - "aggressive": "true", - "range_level": "1", - "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": "4810", - "aggressive": "true", - "range_level": "1", - "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", - "aggressive": "true", - "range_level": "1", - "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", - "aggressive": "true", - "range_level": "1", - "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", - "aggressive": "true", - "range_level": "1", - "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", - "aggressive": "true", - "range_level": "1", - "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", - "aggressive": "true", - "range_level": "1", - "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", - "aggressive": "true", - "range_level": "1", - "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", - "aggressive": "true", - "range_level": "1", - "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", - "aggressive": "true", - "range_level": "1", - "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", - "aggressive": "true", - "range_level": "1", - "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", - "aggressive": "true", - "range_level": "1", - "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", - "aggressive": "true", - "range_level": "1", - "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", - "aggressive": "true", - "range_level": "1", - "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", - "aggressive": "true", - "range_level": "1", - "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", - "aggressive": "true", - "range_level": "1", - "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": "4825", - "aggressive": "true", - "range_level": "1", - "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": "4826", - "aggressive": "true", - "range_level": "1", - "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": "4827", - "aggressive": "true", - "range_level": "1", - "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": "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", - "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": "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", - "aggressive": "true", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "name": "Flying female vampire", - "defence_level": "1", - "safespot": null, - "lifepoints": "95", - "strength_level": "1", - "attack_speed": "6", - "id": "4848", - "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": "4849", - "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": "4850", - "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": "4851", - "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": "4852", - "aggressive": "true", - "range_level": "1", - "respawn_delay": "60", - "attack_level": "1" - }, - { - "examine": "Her knives tickle Thok.", - "magic_animation": "0", - "name": "Holgart", - "defence_level": "60", - "safespot": null, - "lifepoints": "28", - "strength_level": "1", - "id": "4868", - "aggressive": "true", - "range_level": "90", - "attack_level": "1", - "defence_animation": "0" - }, - { - "examine": "Not Thok's pretty lass.", - "magic_level": "90", - "defence_animation": "0", - "magic_animation": "0", - "name": "Fisherman", - "defence_level": "60", - "safespot": null, - "lifepoints": "28", - "strength_level": "1", - "id": "4870", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A child of aquatic evil.", - "melee_animation": "4829", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "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.", - "slayer_task": "71", - "melee_animation": "6265", - "range_animation": "0", - "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", - "id": "4893", - "aggressive": "true", - "range_level": "1", - "attack_level": "29" - }, - { - "examine": "A rather nasty looking crustacean.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Sea slug", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "4894", - "range_level": "1", - "attack_level": "1" - }, - { - "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": "4898", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "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" - }, - { - "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" - }, - { - "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" - }, - { - "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" - }, - { - "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" - }, - { - "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" - }, - { - "melee_animation": "4868", - "attack_speed": "7", - "respawn_delay": "60", - "defence_animation": "4869", - "death_animation": "4870", - "name": "Earth elemental", - "defence_level": "1", - "safespot": null, - "lifepoints": "35", - "strength_level": "1", - "id": "4910", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "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": "Overgrown vermin.", - "slayer_task": "67", - "combat_audio": "703,705,704", - "attack_speed": "5", - "weakness": "9", - "name": "Giant crypt rat", - "defence_level": "23", - "safespot": null, - "lifepoints": "26", - "strength_level": "20", - "id": "4920", - "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 nasty overgrown rodent.", - "slayer_task": "67", - "range_animation": "0", - "combat_audio": "703,705,704", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "name": "Giant crypt rat", - "defence_level": "55", - "safespot": null, - "lifepoints": "78", - "strength_level": "55", - "id": "4921", - "aggressive": "true", - "range_level": "1", - "attack_level": "55" - }, { "examine": "Overgrown vermin.", "slayer_task": "67", @@ -241388,22 +94223,23 @@ "melee_animation": "4933", "range_animation": "4933", "combat_audio": "703,705,704", - "magic_level": "55", + "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": "55", + "defence_level": "65", "safespot": null, "lifepoints": "70", - "strength_level": "55", + "strength_level": "50", "id": "2033", "aggressive": "true", - "bonuses": "45,75,68,78,75,20,45,25,0,0,0,0,0,0,0", - "range_level": "55", - "attack_level": "55" + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "80" }, { "examine": "Incey wincey.", @@ -241411,7 +94247,8 @@ "melee_animation": "6249", "range_animation": "6249", "combat_audio": "537,539,538", - "magic_level": "45", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "25", "defence_animation": "6250", "weakness": "7", @@ -241420,12 +94257,12 @@ "name": "Crypt spider", "defence_level": "45", "safespot": null, - "lifepoints": "60", - "strength_level": "45", + "lifepoints": "45", + "strength_level": "47", "id": "2034", "aggressive": "true", - "bonuses": "30,55,35,65,65,20,50,5,0,0,0,0,0,0,0", - "range_level": "45", + "bonuses": "0,0,0,0,0,20,20,10,17,20,0,0,0,0,0", + "range_level": "1", "attack_level": "45" }, { @@ -241434,23 +94271,23 @@ "melee_animation": "5327", "range_animation": "5327", "combat_audio": "537,539,538", - "attack_speed": "5", - "magic_level": "60", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "35", "defence_animation": "5328", "weakness": "7", "magic_animation": "5327", "death_animation": "5329", "name": "Giant crypt spider", - "defence_level": "60", + "defence_level": "65", "safespot": null, "lifepoints": "80", - "strength_level": "60", + "strength_level": "67", "id": "2035", "aggressive": "true", - "bonuses": "55,80,45,85,75,25,60,25,0,0,0,0,0,0,0", - "range_level": "60", - "attack_level": "60" + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "65" }, { "examine": "Could do with gaining a few pounds.", @@ -241458,22 +94295,23 @@ "melee_animation": "5487", "range_animation": "5487", "combat_audio": "774,775,777", - "magic_level": "62", + "attack_speed": "4" + "magic_level": "1", "respawn_delay": "20", "defence_animation": "5513", "weakness": "8", "magic_animation": "5487", "death_animation": "5491", "name": "Skeleton", - "defence_level": "62", + "defence_level": "72", "safespot": null, - "lifepoints": "72", - "strength_level": "50", + "lifepoints": "51", + "strength_level": "72", "id": "2036", "aggressive": "true", - "bonuses": "45,20,20,20,70,20,55,75,76,20,60,20,0,0,0", - "range_level": "62", - "attack_level": "62" + "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.", @@ -241481,22 +94319,23 @@ "melee_animation": "5487", "range_animation": "5487", "combat_audio": "774,775,777", - "magic_level": "62", + "attack_speed": "4" + "magic_level": "1", "respawn_delay": "20", "defence_animation": "5513", "weakness": "8", "magic_animation": "5487", "death_animation": "5491", "name": "Skeleton", - "defence_level": "62", + "defence_level": "72", "safespot": null, - "lifepoints": "72", - "strength_level": "62", + "lifepoints": "51", + "strength_level": "72", "id": "2037", "aggressive": "true", - "bonuses": "45,20,20,20,65,20,50,69,68,22,65,23,0,0,0", - "range_level": "62", - "attack_level": "62" + "bonuses": "0,0,0,0,0,5,5,-5,0,5,0,0,0,0,0", + "range_level": "1", + "attack_level": "72" }, { "name": "Zogre", @@ -262802,42 +115641,147270 @@ "range_level": "1", "attack_level": "1" }, + { + "examine": "A nasty overgrown rodent.", + "slayer_task": "67", + "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", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "80" + }, + { + "examine": "A nasty overgrown rodent.", + "slayer_task": "67", + "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", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "80" + }, { "examine": "Overgrown vermin.", "slayer_task": "67", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "5" + }, + { + "examine": "Overgrown vermin.", + "slayer_task": "67", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "5" + }, + { + "examine": "Overgrown vermin.", + "slayer_task": "67", + "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", + "aggressive": "true", + "range_level": "1", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Overgrown vermin.", + "slayer_task": "67", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "7" + }, + { + "examine": "Overgrown vermin.", + "slayer_task": "67", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "7" + }, + { + "examine": "Overgrown vermin.", + "slayer_task": "67", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "13" + }, + { + "examine": "Overgrown vermin.", + "slayer_task": "67", + "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", + "aggressive": "true", + "range_level": "1", + "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", + "range_level": "1", + "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", + "range_level": "1", + "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": "Billy Goat", + "defence_level": "11", + "safespot": null, + "lifepoints": "15", + "strength_level": "11", + "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", + "range_level": "1", + "respawn_delay": "60", + "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", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "5342" + }, + { + "death_animation": "5343", + "name": "Billy Goat", + "defence_level": "1", + "safespot": null, + "lifepoints": "28", + "melee_animation": "5341", + "strength_level": "1", + "id": "4935", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "5342" + }, + { + "examine": "A dirty rat.", + "slayer_task": "67", + "melee_animation": "4933", + "range_animation": "0", + "combat_audio": "703,705,704", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", "weakness": "9", - "name": "Giant crypt rat", + "magic_animation": "0", + "death_animation": "4935", + "name": "Dungeon rat", + "defence_level": "8", + "safespot": null, + "lifepoints": "11", + "strength_level": "8", + "id": "4936", + "aggressive": "true", + "range_level": "1", + "attack_level": "8" + }, + { + "examine": "A dirty rat.", + "slayer_task": "67", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "8" + }, + { + "name": "Angry giant rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "703,705,704", + "strength_level": "1", + "id": "4938", + "range_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", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He looks a little on the cross side!", + "slayer_task": "67", + "melee_animation": "4933", + "range_animation": "0", + "combat_audio": "703,705,704", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "4935", + "name": "Angry giant rat", + "defence_level": "25", + "safespot": null, + "lifepoints": "35", + "strength_level": "25", + "id": "4940", + "range_level": "1", + "attack_level": "25" + }, + { + "examine": "It's one of Iban's pet vermin.", + "slayer_task": "67", + "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", + "strength_level": "12", + "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", + "aggressive": "true", + "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": "4943", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Overgrown vermin.", + "combat_audio": "703,705,704", + "attack_speed": "5", + "name": "Giant rat", "defence_level": "23", "safespot": null, "lifepoints": "26", "strength_level": "20", - "id": "4920", + "id": "4944", "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 nasty overgrown rodent.", + "examine": "Overgrown vermin.", "slayer_task": "67", - "range_animation": "0", "combat_audio": "703,705,704", + "attack_speed": "5", + "weakness": "9", + "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.", + "slayer_task": "83", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "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", + "slayer_task": "7", + "melee_animation": "5031", + "range_animation": "0", + "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", + "id": "4971", + "aggressive": "true", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "A very", + "slayer_task": "7", + "melee_animation": "5024", + "range_animation": "5025", + "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", + "id": "4972", + "aggressive": "true", + "range_level": "55", + "attack_level": "55" + }, + { + "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": "4975", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "She looks like she's been down here a long time.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Female slave", + "defence_level": "1", + "safespot": null, + "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", - "name": "Giant crypt rat", + "death_animation": "836", + "name": "Mercenary", + "defence_level": "25", + "safespot": null, + "lifepoints": "35", + "strength_level": "25", + "id": "4989", + "range_level": "1", + "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", + "range_level": "1", + "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", + "range_level": "1", + "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", + "range_level": "1", + "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", + "clue_level": "1", + "range_level": "1", + "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", + "clue_level": "1", + "range_level": "1", + "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", + "clue_level": "1", + "range_level": "1", + "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", + "clue_level": "1", + "range_level": "1", + "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", + "clue_level": "1", + "range_level": "1", + "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", + "clue_level": "1", + "range_level": "1", + "attack_level": "25" + }, + { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "4999", + "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": "5000", + "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": "5001", + "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": "5002", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An apprentice.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Egg launcher", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5026", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A tired old wizard.", + "melee_animation": "0", + "range_animation": "0", + "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.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Egg launcher", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5028", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A slightly more approachable barbarian.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Commander Connad", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5029", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He looks pretty mean.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Captain Cain", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5030", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A stressed out barbarian private.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Private Paldo", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5031", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A barbarian private.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Private Pendron", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5032", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A barbarian private.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Private Pierreb", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5033", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A barbarian private.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Private Paldon", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5034", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A barbarian army teacher.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Major Attack", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5035", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A barbarian army teacher.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Major Collect", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5036", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A barbarian army teacher.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Major Defend", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5037", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A barbarian army teacher.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Major Heal", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5038", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's keeping a close eye on that nearby door.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sergeant Sambur", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5039", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "What on RuneScape is that?", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Penance Fighter", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5040", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Shooty-shooty.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Penance Ranger", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5041", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's making a run for it!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Penance Runner", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5042", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A nasty piece of work.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "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", + "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.", + "slayer_task": "7", + "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.", + "slayer_task": "7", + "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.", + "slayer_task": "7", + "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", + "slayer_task": "7", + "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.", + "slayer_task": "7", + "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" + }, + { + "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", + "magic_level": "80", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "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", + "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", + "attack_speed": "5", + "respawn_delay": "10", + "defence_animation": "404", + "magic_animation": "5228", + "death_animation": "5234", + "name": "Sabre-toothed kyatt", + "defence_level": "99", + "safespot": null, + "lifepoints": "10", + "strength_level": "25", + "id": "5103", + "range_level": "1", + "attack_level": "25" + }, + { + "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" + }, + { + "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" + }, + { + "examine": "He must be good at hunting; even his hair blends in with the surroundings.", + "melee_animation": "0", + "range_animation": "0", + "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", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Hunting expert", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5113", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Slightly slimy but kind of cute.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Orange salamander", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5114", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Slightly slimy but certainly striking.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Red salamander", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5115", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Slightly slimy and somewhat menacing.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Black salamander", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5116", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Very slimy and generally disgusting.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Swamp lizard", + "defence_level": "1", + "safespot": null, + "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", + "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": "Desert eagle", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5130", + "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": "Jungle eagle", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5131", + "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": "Polar eagle", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5132", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It seems to be protecting the nest.", + "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": "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", + "attack_level": "1", + "defence_animation": "5305" + }, + { + "examine": "Now", + "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": "5140", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's playing both sides!", + "melee_animation": "422", + "range_animation": "0", + "attack_speed": "5", + "magic_level": "75", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "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", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Double agent", + "defence_level": "1", + "safespot": null, + "lifepoints": "120", + "strength_level": "1", + "id": "5145", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "How cute!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Li'l lamb", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5146", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The black sheep of the family.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Lamb", + "defence_level": "1", + "safespot": null, + "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", + "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": "5163", + "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": "5166", + "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": "5167", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "White and shaggy.", + "melee_animation": "5338", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5337", + "death_animation": "5336", + "name": "Ram", + "defence_level": "1", + "safespot": null, + "lifepoints": "4", + "strength_level": "1", + "id": "5168", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "White and shaggy.", + "melee_animation": "5338", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5337", + "death_animation": "5336", + "name": "Ram", + "defence_level": "1", + "safespot": null, + "lifepoints": "4", + "strength_level": "1", + "id": "5169", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "White and shaggy.", + "melee_animation": "5338", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5337", + "weakness": "9", + "magic_animation": "0", + "death_animation": "5336", + "name": "Ram", + "defence_level": "2", + "safespot": null, + "lifepoints": "2", + "strength_level": "2", + "id": "5170", + "range_level": "1", + "attack_level": "2" + }, + { + "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": "5171", + "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": "5172", + "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": "5173", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Seems intelligent... for an ogre.", + "slayer_task": "64", + "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", + "id": "5176", + "aggressive": "true", + "range_level": "1", + "attack_level": "65" + }, + { + "examine": "A mother dragon.", + "slayer_task": "11", + "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": "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.", + "slayer_task": "64", + "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", + "range_level": "1", + "attack_level": "65" + }, + { + "examine": "Seems intelligent... for an ogre.", + "slayer_task": "64", + "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", + "id": "5184", + "aggressive": "true", + "range_level": "1", + "attack_level": "65" + }, + { + "examine": "Seems intelligent... for an ogre.", + "slayer_task": "64", + "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", + "id": "5187", + "aggressive": "true", + "range_level": "1", + "attack_level": "65" + }, + { + "examine": "It's Nial", + "melee_animation": "8946", + "range_animation": "0", + "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", + "id": "5188", + "aggressive": "true", + "range_level": "58", + "attack_level": "58" + }, + { + "combat_style": "2", + "name": "Ogre shaman", + "defence_level": "1", + "safespot": null, + "lifepoints": "1", + "strength_level": "1", + "id": "5190", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "combat_style": "2", + "name": "Ogre shaman", + "defence_level": "1", + "safespot": null, + "lifepoints": "1", + "strength_level": "1", + "id": "5193", + "aggressive": "true", + "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, + "lifepoints": "10", + "strength_level": "1", + "id": "5195", + "range_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", + "range_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", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "She needs to work out before facing Thok.", + "melee_animation": "7041", + "range_animation": "0", + "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", + "id": "5204", + "aggressive": "true", + "range_level": "80", + "attack_level": "80" + }, + { + "examine": "Converts grass to beef.", + "melee_animation": "5849", + "range_animation": "5849", + "attack_speed": "5", + "defence_animation": "5850", + "magic_animation": "5849", + "death_animation": "5851", + "name": "Undead cow", + "defence_level": "1", + "safespot": null, + "lifepoints": "8", + "strength_level": "1", + "id": "5211", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "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": "5237", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Run away! Run away!", + "melee_animation": "5411", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "5412", + "name": "Penance Queen", + "defence_level": "132", + "safespot": null, + "lifepoints": "71", + "strength_level": "260", + "id": "5247", + "aggressive": "true", + "range_level": "116", + "attack_level": "260" + }, + { + "examine": "What's it looking at?", + "melee_animation": "5092", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "5093", + "name": "Queen spawn", + "defence_level": "50", + "safespot": null, + "lifepoints": "450", + "strength_level": "60", + "id": "5248", + "aggressive": "true", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "He looks embarrassed", + "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": "5249", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Part scarab", + "slayer_task": "70", + "combat_style": "2", + "melee_animation": "7615", + "range_animation": "0", + "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", + "id": "5250", + "aggressive": "true", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "A mounted lancer.", + "slayer_task": "70", + "melee_animation": "7584", + "range_animation": "0", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "7581", + "name": "Locust rider", + "defence_level": "54", + "safespot": null, + "lifepoints": "77", + "strength_level": "54", + "id": "5251", + "aggressive": "true", + "range_level": "1", + "attack_level": "54" + }, + { + "examine": "A mounted archer.", + "slayer_task": "70", + "melee_animation": "5451", + "range_animation": "5451", + "defence_animation": "0", + "weakness": "2", + "magic_animation": "0", + "death_animation": "7581", + "name": "Locust rider", + "defence_level": "54", + "safespot": null, + "lifepoints": "77", + "strength_level": "40", + "id": "5252", + "aggressive": "true", + "range_level": "54", + "attack_level": "40" + }, + { + "examine": "A huge scarab beast.", + "slayer_task": "70", + "melee_animation": "5457", + "range_animation": "0", + "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", + "id": "5253", + "aggressive": "true", + "range_level": "62", + "attack_level": "62" + }, + { + "combat_style": "2", + "melee_animation": "7615", + "respawn_delay": "60", + "defence_animation": "7617", + "death_animation": "7616", + "name": "Scarab mage", + "defence_level": "1", + "safespot": null, + "lifepoints": "50", + "strength_level": "1", + "id": "5254", + "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": "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", + "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", + "id": "5285", + "aggressive": "true", + "range_level": "80", + "attack_level": "80" + }, + { + "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", + "aggressive": "true", + "range_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": "22", + "strength_level": "1", + "id": "5294", + "aggressive": "true", + "range_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": "22", + "strength_level": "1", + "id": "5295", + "aggressive": "true", + "range_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": "22", + "strength_level": "1", + "id": "5296", + "aggressive": "true", + "range_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": "22", + "strength_level": "1", + "id": "5297", + "aggressive": "true", + "range_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": "22", + "strength_level": "1", + "id": "5298", + "aggressive": "true", + "range_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": "22", + "strength_level": "1", + "id": "5299", + "aggressive": "true", + "range_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": "22", + "strength_level": "1", + "id": "5300", + "aggressive": "true", + "range_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": "22", + "strength_level": "1", + "id": "5301", + "aggressive": "true", + "range_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": "22", + "strength_level": "1", + "id": "5302", + "aggressive": "true", + "range_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": "22", + "strength_level": "1", + "id": "5303", + "aggressive": "true", + "range_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": "22", + "strength_level": "1", + "id": "5304", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Examine not added", + "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", + "bonuses": "6,15,15,15,15,15,15,6,6,15,15,15,15,15,15", + "range_level": "1", + "attack_level": "11" + }, + { + "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": "5306", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Examine not added", + "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": "5307", + "bonuses": "6,15,15,15,15,15,15,6,6,15,15,15,15,15,15", + "range_level": "1", + "attack_level": "11" + }, + { + "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", + "aggressive": "true", + "range_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": "16", + "safespot": null, + "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", + "aggressive": "true", + "range_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", + "aggressive": "true", + "range_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", + "aggressive": "true", + "range_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", + "aggressive": "true", + "range_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", + "aggressive": "true", + "range_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", + "aggressive": "true", + "range_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", + "aggressive": "true", + "range_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", + "aggressive": "true", + "range_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", + "aggressive": "true", + "range_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", + "bonuses": "12,20,20,20,20,20,20,12,12,20,20,20,20,20,20", + "range_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", + "bonuses": "12,20,20,20,20,20,20,12,12,20,20,20,20,20,20", + "range_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", + "bonuses": "12,20,20,20,20,20,20,12,12,20,20,20,20,20,20", + "range_level": "1", + "attack_level": "18" + }, + { + "examine": "Dead man walking.", + "melee_animation": "5571", + "range_animation": "5571", + "combat_audio": "931,923,922", + "attack_speed": "5", + "defence_animation": "5574", + "slayer_exp": "30", + "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", + "aggressive": "true", + "range_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", + "aggressive": "true", + "range_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", + "aggressive": "true", + "range_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", + "aggressive": "true", + "range_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", + "aggressive": "true", + "range_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", + "aggressive": "true", + "range_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", + "aggressive": "true", + "range_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": "5330", + "aggressive": "true", + "range_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": "5331", + "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": "22", + "strength_level": "1", + "id": "5332", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Could do with gaining a few pounds.", + "slayer_task": "75", + "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": "11", + "safespot": null, + "lifepoints": "15", + "strength_level": "11", + "id": "5333", + "aggressive": "true", + "range_level": "1", + "attack_level": "11" + }, + { + "examine": "Could do with gaining a few pounds.", + "slayer_task": "75", + "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": "11", + "safespot": null, + "lifepoints": "15", + "strength_level": "11", + "id": "5334", + "aggressive": "true", + "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": "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.", + "slayer_task": "75", + "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": "5337", + "range_level": "1", + "attack_level": "12" + }, + { + "examine": "Could do with gaining a few pounds.", + "slayer_task": "75", + "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.", + "slayer_task": "75", + "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.", + "slayer_task": "75", + "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.", + "slayer_task": "75", + "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": "Eeek! A ghost!", + "slayer_task": "36", + "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": "5342", + "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": "5343", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Eeek! A ghost!", + "slayer_task": "36", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Eeek! A ghost!", + "slayer_task": "36", + "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", + "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": "5346", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Eeek! A ghost!", + "slayer_task": "36", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Eeek! A ghost!", + "slayer_task": "36", + "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", + "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": "5349", + "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": "5350", + "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": "5351", + "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": "5352", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A minion of Rashiliyia.", + "slayer_task": "75", + "melee_animation": "5485", + "range_animation": "0", + "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", + "id": "5353", + "aggressive": "true", + "range_level": "1", + "attack_level": "32" + }, + { + "examine": "A minion of Rashiliyia.", + "slayer_task": "75", + "melee_animation": "5487", + "range_animation": "0", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5491", + "name": "Undead one", + "defence_level": "33", + "safespot": null, + "lifepoints": "47", + "strength_level": "33", + "id": "5354", + "range_level": "1", + "attack_level": "33" + }, + { + "examine": "The animated dead; one of Rashiliyia's minions.", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "32" + }, + { + "examine": "The animated dead; one of Rashiliyia's minions.", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "32" + }, + { + "examine": "The animated dead; one of Rashiliyia's minions.", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "33" + }, + { + "examine": "The animated dead; one of Rashiliyia's minions.", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "33" + }, + { + "examine": "A giant skeleton.", + "slayer_task": "75", + "melee_animation": "5499", + "range_animation": "0", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5503", + "name": "Giant skeleton", + "defence_level": "60", + "safespot": null, + "lifepoints": "85", + "strength_level": "60", + "id": "5359", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "A fiendish embodiment of water.", + "slayer_task": "90", + "combat_style": "1", + "melee_animation": "1582", + "range_animation": "1582", + "attack_speed": "6", + "magic_level": "77", + "defence_animation": "1581", + "weakness": "4", + "magic_animation": "1582", + "death_animation": "1580", + "name": "Waterfiend", + "defence_level": "50", + "poison_immune": "true", + "safespot": null, + "lifepoints": "128", + "strength_level": "167", + "id": "5361", + "aggressive": "true", + "range_level": "167", + "projectile": "16", + "attack_level": "70" + }, + { + "examine": "It appears to be intelligent and savage.", + "slayer_task": "41", + "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!", + "slayer_task": "57", + "melee_animation": "91", + "range_animation": "91", + "combat_audio": "408,410,409", + "attack_speed": "4", + "magic_level": "168", + "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", + "range_level": "168", + "attack_level": "268" + }, + { + "weakness": "7", + "examine": "It appears to be intelligent and savage.", + "name": "Confused barbarian", + "defence_level": "50", + "safespot": null, + "lifepoints": "175", + "strength_level": "167", + "attack_speed": "6", + "id": "5364", + "range_level": "167", + "attack_level": "70" + }, + { + "examine": "Could do with gaining a few pounds.", + "slayer_task": "75", + "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" + }, + { + "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": "60", + "strength_level": "1", + "id": "5366", + "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": "85", + "strength_level": "1", + "id": "5367", + "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": "85", + "strength_level": "1", + "id": "5368", + "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": "36", + "strength_level": "1", + "id": "5369", + "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": "36", + "strength_level": "1", + "id": "5370", + "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": "36", + "strength_level": "1", + "id": "5371", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Why does it attack with twigs? Swords and axes much better.", + "melee_animation": "5532", + "range_animation": "426", + "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", + "id": "5372", + "aggressive": "true", + "range_level": "80", + "attack_level": "80" + }, + { + "examine": "Are these twigs meant to hurt Thok?", + "melee_animation": "5532", + "range_animation": "426", + "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", + "id": "5373", + "aggressive": "true", + "range_level": "80", + "attack_level": "80" + }, + { + "examine": "It thinks it scary. Thok show it scary.", + "melee_animation": "5532", + "range_animation": "0", + "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", + "id": "5374", + "aggressive": "true", + "range_level": "80", + "attack_level": "80" + }, + { + "examine": "Examine not added", + "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": "25", + "safespot": null, + "lifepoints": "23", + "strength_level": "1", + "id": "5375", + "bonuses": "15,25,25,25,25,25,25,15,15,25,25,25,25,25,25", + "range_level": "1", + "attack_level": "25" + }, + { + "examine": "Examine not added", + "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": "25", + "safespot": null, + "lifepoints": "23", + "strength_level": "1", + "id": "5376", + "bonuses": "15,25,25,25,25,25,25,15,15,25,25,25,25,25,25", + "range_level": "1", + "attack_level": "25" + }, + { + "examine": "Examine not added", + "melee_animation": "5578", + "range_animation": "5578", + "combat_audio": "931,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", + "bonuses": "15,25,28,28,25,28,28,15,15,28,25,25,25,25,25", + "range_level": "1", + "attack_level": "38" + }, + { + "examine": "Examine not added", + "melee_animation": "5578", + "range_animation": "5578", + "combat_audio": "931,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", + "bonuses": "15,25,28,28,25,28,28,15,15,28,25,25,25,25,25", + "range_level": "1", + "attack_level": "38" + }, + { + "examine": "Examine not added", + "melee_animation": "5578", + "range_animation": "5578", + "combat_audio": "931,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", + "bonuses": "35,45,45,45,45,45,45,35,35,45,45,45,45,45,45", + "range_level": "1", + "attack_level": "47" + }, + { + "examine": "Examine not added", + "melee_animation": "5578", + "range_animation": "5578", + "combat_audio": "931,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", + "bonuses": "35,45,45,45,45,45,45,35,35,45,45,45,45,45,45", + "range_level": "1", + "attack_level": "47" + }, + { + "examine": "Could do with gaining a few pounds.", + "slayer_task": "75", + "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": "Animated steel armour.", + "melee_animation": "386", + "range_animation": "0", + "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", + "id": "5382", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "Big and bony, just how I like them.", + "start_gfx": "2713", + "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, + "lifepoints": "100", + "strength_level": "95", + "id": "5384", + "aggressive": "true", + "bonuses": "25,25,25,25,25,25,25,25,25,25,25,25,25,25,25", + "range_level": "1", + "projectile": "2718", + "attack_level": "95" + }, + { + "examine": "A skeleton in a dress!", + "slayer_task": "75", + "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.", + "slayer_task": "75", + "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": "4921", + "id": "5386", "aggressive": "true", "range_level": "1", "attack_level": "55" }, + { + "examine": "Look: another skeleton.", + "slayer_task": "75", + "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.", + "slayer_task": "75", + "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.", + "slayer_task": "75", + "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?", + "slayer_task": "75", + "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.", + "slayer_task": "75", + "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!", + "slayer_task": "75", + "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" + }, + { + "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": "56", + "strength_level": "1", + "id": "5393", + "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": "5394", + "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": "5395", + "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": "5396", + "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": "5397", + "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": "5398", + "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": "5399", + "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": "5400", + "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": "5401", + "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": "5402", + "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": "5403", + "range_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": "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", + "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": "5406", + "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": "5407", + "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": "5408", + "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": "5409", + "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": "5410", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An angry skeleton.", + "slayer_task": "75", + "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.", + "slayer_task": "75", + "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": "How does it move of its own accord?", + "melee_animation": "5591", + "range_animation": "0", + "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", + "id": "5413", + "aggressive": "true", + "range_level": "1", + "attack_level": "55" + }, + { + "examine": "How does it move of its own accord?", + "melee_animation": "5597", + "range_animation": "0", + "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", + "id": "5414", + "range_level": "1", + "attack_level": "52" + }, + { + "examine": "A terrifying dog beast.", + "slayer_task": "82", + "melee_animation": "5625", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "death_animation": "5628", + "name": "Terror dog", + "defence_level": "47", + "safespot": null, + "lifepoints": "134", + "strength_level": "47", + "id": "5417", + "aggressive": "true", + "range_level": "1", + "attack_level": "47" + }, + { + "melee_animation": "5625", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5626", + "death_animation": "5627", + "name": "Terror dog", + "defence_level": "1", + "safespot": null, + "lifepoints": "82", + "strength_level": "1", + "id": "5418", + "aggressive": "true", + "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", + "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": "Could do with gaining a few pounds.", + "slayer_task": "75", + "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": "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.", + "slayer_task": "48", + "melee_animation": "5724", + "range_animation": "5725", + "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", + "id": "5452", + "aggressive": "true", + "range_level": "30", + "attack_level": "22" + }, + { + "examine": "Sturdy cold being.", + "slayer_task": "48", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "Sturdy cold being.", + "slayer_task": "48", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "Sturdy cold being.", + "slayer_task": "48", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "An impressive-looking troll.", + "slayer_task": "83", + "melee_animation": "5374", + "range_animation": "0", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "5209", + "name": "Ice Troll King", + "defence_level": "80", + "safespot": null, + "lifepoints": "150", + "strength_level": "65", + "id": "5472", + "aggressive": "true", + "bonuses": "60,60,60,0,0,45,45,45,2000,2000,0,60,0,0,0", + "range_level": "1", + "attack_level": "100" + }, + { + "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", + "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": "5474", + "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": "5475", + "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 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", + "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": "An ill-tempered king.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "King Gjuki Sorvott IV", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5478", + "range_level": "1", + "attack_level": "1" + }, + { + "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": "Jatizso's Chancellor.", + "name": "Thorkel Silkbeard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "498,500,499", + "strength_level": "1", + "id": "5480", + "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" + }, + { + "facing_booth": "true", + "examine": "He can look after your money.", + "name": "Magnus Gram", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "498,500,499", + "strength_level": "1", + "id": "5488", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A guard on insult duty.", + "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": "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", + "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": "5491", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "clue_level": "1", + "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 miner at work.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Miner", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5497", + "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 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": "Grundt", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5501", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The Burgher's protectors.", + "melee_animation": "395", + "range_animation": "0", + "defence_animation": "404", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Honour guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5514", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The Burgher's protectors.", + "melee_animation": "395", + "range_animation": "0", + "defence_animation": "404", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Honour guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5516", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of your militia.", + "melee_animation": "395", + "range_animation": "0", + "defence_animation": "404", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Honour guard", + "defence_level": "1", + "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", + "attack_speed": "5", + "defence_animation": "5783", + "weakness": "7", + "magic_animation": "5782", + "death_animation": "5784", + "name": "Yak", + "defence_level": "30", + "safespot": null, + "lifepoints": "50", + "strength_level": "7", + "id": "5529", + "range_level": "1", + "attack_level": "3" + }, + { + "examine": "Antisocial.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sorceress", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5531", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Come", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Apprentice", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5532", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An autumn elemental.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Autumn Elemental", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5533", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A spring elemental.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Spring Elemental", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5539", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A summer elemental.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Summer Elemental", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5547", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A winter elemental.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Winter Elemental", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5553", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It dare attack Pretty Lass? Thok crush its puny skull!", + "range_animation": "0", + "magic_level": "95", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "name": "Osman", + "defence_level": "50", + "safespot": null, + "lifepoints": "157", + "strength_level": "95", + "id": "5561", + "aggressive": "true", + "range_level": "95", + "attack_level": "95" + }, + { + "examine": "She's honest about the things you aren't.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sin Seer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5571", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A Shadow Realm guardian.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "436,439,438", + "defence_animation": "0", + "slayer_exp": "25", + "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" + }, + { + "examine": "Is it male or female?", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Homunculus", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5581", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Strong", + "range_animation": "0", + "magic_level": "95", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "name": "Cage", + "defence_level": "70", + "safespot": null, + "lifepoints": "85", + "strength_level": "95", + "id": "5584", + "aggressive": "true", + "range_level": "95", + "attack_level": "95" + }, + { + "examine": "Famous for his fights.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "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", + "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", + "id": "5593", + "aggressive": "true", + "range_level": "49", + "attack_level": "36" + }, + { + "death_animation": "146", + "name": "Spidine", + "defence_level": "1", + "safespot": null, + "lifepoints": "35", + "melee_animation": "143", + "strength_level": "1", + "id": "5594", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "144" + }, + { + "examine": "Definitely not a chicken or a swordfish.", + "melee_animation": "5387", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "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", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "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", + "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", + "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", + "range_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", + "range_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", + "range_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", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "I'd prefer it if it were a muffin...", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Puffin", + "defence_level": "1", + "safespot": null, + "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", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Monk", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "5620", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Monk", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "5621", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Monk", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "5622", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Bedside manner is a little lacking", + "slayer_task": "93", + "melee_animation": "5643", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5658", + "name": "Sorebones", + "defence_level": "35", + "safespot": null, + "lifepoints": "50", + "strength_level": "35", + "id": "5627", + "range_level": "1", + "attack_level": "35" + }, + { + "examine": "I hope his hands don't shake.", + "slayer_task": "93", + "melee_animation": "5643", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5658", + "name": "Sorebones", + "defence_level": "35", + "safespot": null, + "lifepoints": "50", + "strength_level": "35", + "id": "5628", + "range_level": "1", + "attack_level": "35" + }, + { + "examine": "Aaaarg", + "slayer_task": "93", + "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", + "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": "5630", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Aaaarg", + "slayer_task": "93", + "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", + "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": "5632", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Aaaarg", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "35" + }, + { + "examine": "Aaaarg", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "35" + }, + { + "examine": "Aaaarg", + "slayer_task": "93", + "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", + "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": "5636", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Aaaarg", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "35" + }, + { + "examine": "Aaaarg", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "35" + }, + { + "examine": "Aaaarg", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "35" + }, + { + "examine": "Aaaarg", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "35" + }, + { + "examine": "Aaaarg", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "35" + }, + { + "examine": "Aaaarg", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "35" + }, + { + "examine": "Aaaarg", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "35" + }, + { + "examine": "Aaaarg", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "35" + }, + { + "examine": "Aaaarg", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "35" + }, + { + "examine": "Aaaarg", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "35" + }, + { + "examine": "Aaaarg", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "35" + }, + { + "examine": "Aaaarg", + "slayer_task": "93", + "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", + "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": "5649", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Aaaarg", + "slayer_task": "93", + "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", + "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": "5651", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Aaaarg", + "slayer_task": "93", + "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", + "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": "5653", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Aaaarg", + "slayer_task": "93", + "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": "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Aaaarg", + "slayer_task": "93", + "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", + "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": "5657", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Aaaarg", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "35" + }, + { + "examine": "Aaaarg", + "slayer_task": "93", + "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", + "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": "5660", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Aaaarg", + "slayer_task": "93", + "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", + "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": "5662", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Aaaarg", + "slayer_task": "93", + "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", + "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": "5664", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Aaaarg", + "slayer_task": "93", + "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": "5665", + "aggressive": "true", + "range_level": "1", + "attack_level": "35" + }, + { + "examine": "It's trying to mash you flat! Less examine", + "melee_animation": "5895", + "range_animation": "0", + "magic_level": "52", + "respawn_delay": "60", + "defence_animation": "0", + "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", + "defence_animation": "0", + "magic_animation": "0", + "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", + "slayer_task": "15", + "melee_animation": "6079", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "2", + "slayer_exp": "93", + "magic_animation": "0", + "death_animation": "6081", + "name": "Cave bug", + "defence_level": "9", + "safespot": null, + "lifepoints": "93", + "strength_level": "1", + "id": "5750", + "range_level": "9", + "attack_level": "1" + }, + { + "examine": "A strange mole-like being.", + "melee_animation": "6012", + "respawn_delay": "60", + "defence_animation": "6013", + "slayer_exp": "52", + "death_animation": "6014", + "name": "Molanisk", + "defence_level": "1", + "safespot": null, + "lifepoints": "52", + "strength_level": "1", + "id": "5751", + "clue_level": "1", + "range_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": "5752", + "aggressive": "true", + "range_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", + "aggressive": "true", + "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": "5754", + "range_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", + "aggressive": "true", + "range_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", + "aggressive": "true", + "range_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", + "aggressive": "true", + "range_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", + "aggressive": "true", + "range_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", + "aggressive": "true", + "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": "5760", + "range_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", + "aggressive": "true", + "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": "5762", + "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": "5763", + "range_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", + "aggressive": "true", + "range_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", + "aggressive": "true", + "range_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", + "aggressive": "true", + "range_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", + "aggressive": "true", + "range_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", + "aggressive": "true", + "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": "5769", + "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, + "lifepoints": "10", + "strength_level": "1", + "id": "5776", + "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, + "lifepoints": "10", + "strength_level": "1", + "id": "5777", + "range_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": "5783", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Taking a terribly important box from one place to another.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "703,705,704", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Crate goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5784", + "range_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": "5785", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Good at shorthand.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Goblin scribe", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5786", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He keeps order in the city.", + "slayer_task": "38", + "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", + "clue_level": "1", + "range_level": "1", + "attack_level": "42" + }, + { + "examine": "He keeps order in the city.", + "slayer_task": "38", + "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", + "clue_level": "1", + "range_level": "1", + "attack_level": "42" + }, + { + "examine": "A goblin baby.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Young 'un", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5803", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A goblin baby.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Nipper", + "defence_level": "1", + "safespot": null, + "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", + "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": "5808", + "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": "5809", + "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": "5810", + "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": "5811", + "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": "5812", + "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": "5813", + "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": "5814", + "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": "5815", + "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": "5816", + "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": "5817", + "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": "5818", + "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": "5819", + "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": "5820", + "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": "5821", + "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": "5822", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Don't spit", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Spit goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5823", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A bug-eyed little goblin fish. How cute.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Goblin fish", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5824", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Annoying little flappy things.", + "melee_animation": "0", + "range_animation": "0", + "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", + "attack_level": "1", + "defence_animation": "6091" + }, + { + "name": "Rat Burgiss", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "703,705,704", + "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, + "lifepoints": "32", + "strength_level": "23", + "id": "5842", + "range_level": "1", + "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", + "range_level": "1", + "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", + "range_level": "1", + "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", + "range_level": "1", + "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", + "range_level": "1", + "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", + "range_level": "1", + "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", + "range_level": "1", + "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", + "range_level": "1", + "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", + "range_level": "1", + "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", + "range_level": "1", + "attack_level": "23" + }, + { + "examine": "Weird eyeball thing. Reminds Thok of breakfast.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "629,631,630", + "magic_level": "60", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "name": "Monkey", + "defence_level": "40", + "safespot": null, + "lifepoints": "85", + "strength_level": "60", + "id": "5852", + "aggressive": "true", + "range_level": "60", + "attack_level": "60" + }, + { + "examine": "For sitting on.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "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", + "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", + "id": "5859", + "aggressive": "true", + "clue_level": "0", + "range_level": "20", + "attack_level": "15" + }, + { + "examine": "He bristles with arcane power.", + "combat_style": "2", + "melee_animation": "429", + "range_animation": "0", + "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", + "id": "5860", + "aggressive": "true", + "clue_level": "0", + "range_level": "1", + "attack_level": "15" + }, + { + "examine": "No match for Thok. Silly demon.", + "magic_level": "85", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "name": "Zanik", + "defence_level": "85", + "safespot": null, + "lifepoints": "71", + "strength_level": "85", + "id": "5861", + "aggressive": "true", + "range_level": "85", + "attack_level": "85" + }, + { + "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": "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", + "slayer_task": "38", + "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", + "slayer_task": "38", + "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.", + "slayer_task": "38", + "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", + "name": "Dwarf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5883", + "range_level": "1", + "attack_level": "1" + }, + { + "slayer_exp": "16", + "name": "Dwarf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5884", + "range_level": "1", + "attack_level": "1" + }, + { + "slayer_exp": "16", + "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", + "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", + "id": "5902", + "aggressive": "true", + "range_level": "70", + "attack_level": "70" + }, + { + "examine": "Can you endure long enough?", + "melee_animation": "6345", + "range_animation": "0", + "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", + "id": "5903", + "aggressive": "true", + "range_level": "67", + "attack_level": "67" + }, + { + "examine": "Can you bring yourself to hurt another?", + "melee_animation": "6329", + "range_animation": "0", + "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", + "id": "5904", + "aggressive": "true", + "range_level": "65", + "attack_level": "65" + }, + { + "examine": "What if you don't know how to win?", + "melee_animation": "6342", + "range_animation": "0", + "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", + "id": "5905", + "aggressive": "true", + "range_level": "63", + "attack_level": "63" + }, + { + "examine": "You can't escape your inadequacy!", + "melee_animation": "6310", + "range_animation": "0", + "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", + "id": "5906", + "aggressive": "true", + "range_level": "1", + "attack_level": "55" + }, + { + "examine": "Dead stone defending a dead throne room.", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "name": "Dying tree", + "defence_level": "50", + "safespot": null, + "lifepoints": "142", + "strength_level": "50", + "id": "5908", + "aggressive": "true", + "range_level": "1", + "attack_level": "50" + }, + { + "examine": "Don't let her arm-wrestle you for money.", + "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", + "strength_level": "20", + "id": "5909", + "clue_level": "0", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "A greasy", + "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": "5910", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's suspiciously talented with a meat-cleaver.", + "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": "5911", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "This grizzled soldier is here to distribute Rated Clan Wars badges.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Iffie", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5914", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Does what too many people aren't interested in doing.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cleaner", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5916", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A mangy mutt.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Stray dog", + "defence_level": "1", + "safespot": null, + "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": "511,513,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", + "clue_level": "1", + "range_level": "1", + "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": "511,513,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", + "clue_level": "1", + "range_level": "1", + "attack_level": "18" + }, + { + "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", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Trains the guards of the future.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Captain", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5922", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of RuneScape'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": "5923", + "clue_level": "0", + "range_level": "1", + "attack_level": "3" + }, + { + "examine": "One of RuneScape'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", + "range_level": "1", + "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", + "range_level": "1", + "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", + "range_level": "1", + "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", + "range_level": "1", + "attack_level": "9" + }, + { + "examine": "Jacques Netis - a slightly pompous art expert.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Art Critic Jacques", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5930", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Seth Minas - an aged expert in RuneScape history.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Historian Minas", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5931", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A lady with lots of information about the Museum.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Information clerk", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5938", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A teacher and one of his pupils.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "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.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Teacher and pupil", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5947", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks hard at work.", + "melee_animation": "0", + "range_animation": "0", + "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?", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Workman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5954", + "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": "5956", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Wheelbarrow loader.", + "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": "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", + "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": "5960", + "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": "5961", + "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": "5962", + "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 foreman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5963", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An aged expert in natural history.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Natural historian", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5966", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Bloodsuckers!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Leech display", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5971", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Slugs of the sea variety.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sea slugs display", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5972", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A house on its back.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Snail display", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5973", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A cheeky little monkey.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "629,631,630", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Monkey display", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5974", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A scaly little fellow.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Lizard display", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5975", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Nice suit.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Penguin display", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5976", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's got the hump.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Camel display", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5977", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Terrifying!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Terrorbird display", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5978", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks like a fire-breather.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "408,410,409", + "defence_animation": "0", + "magic_animation": "0", + "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", + "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", + "id": "5993", + "range_level": "46", + "attack_level": "46" + }, + { + "examine": "A huge mouse. It looks hungry...", + "melee_animation": "6519", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "6521", + "name": "Mouse", + "defence_level": "44", + "safespot": null, + "lifepoints": "62", + "strength_level": "44", + "id": "5994", + "aggressive": "true", + "range_level": "1", + "attack_level": "44" + }, + { + "melee_animation": "6501", + "respawn_delay": "60", + "defence_animation": "6503", + "death_animation": "6502", + "name": "Glod", + "defence_level": "1", + "safespot": null, + "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", + "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": "6001", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "I wish the moon wasn't out!", + "slayer_task": "91", + "melee_animation": "6536", + "range_animation": "6536", + "attack_speed": "5", + "respawn_delay": "20", + "defence_animation": "6538", + "weakness": "7", + "magic_animation": "6536", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "76", + "safespot": null, + "lifepoints": "87", + "strength_level": "76", + "id": "6006", + "aggressive": "true", + "bonuses": "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20", + "clue_level": "1", + "range_level": "1", + "attack_level": "76" + }, + { + "examine": "I wish the moon wasn't out!", + "slayer_task": "91", + "melee_animation": "6536", + "range_animation": "6536", + "attack_speed": "5", + "respawn_delay": "20", + "defence_animation": "6538", + "weakness": "7", + "magic_animation": "6536", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "76", + "safespot": null, + "lifepoints": "87", + "strength_level": "76", + "id": "6007", + "aggressive": "true", + "bonuses": "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20", + "clue_level": "1", + "range_level": "1", + "attack_level": "76" + }, + { + "examine": "I wish the moon wasn't out!", + "slayer_task": "91", + "melee_animation": "6536", + "range_animation": "6536", + "attack_speed": "5", + "respawn_delay": "20", + "defence_animation": "6538", + "weakness": "7", + "magic_animation": "6536", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "76", + "safespot": null, + "lifepoints": "87", + "strength_level": "76", + "id": "6008", + "aggressive": "true", + "bonuses": "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20", + "clue_level": "1", + "range_level": "1", + "attack_level": "76" + }, + { + "examine": "I wish the moon wasn't out!", + "slayer_task": "91", + "melee_animation": "6536", + "range_animation": "6536", + "attack_speed": "5", + "respawn_delay": "20", + "defence_animation": "6538", + "weakness": "7", + "magic_animation": "6536", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "76", + "safespot": null, + "lifepoints": "87", + "strength_level": "76", + "id": "6009", + "aggressive": "true", + "bonuses": "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20", + "clue_level": "1", + "range_level": "1", + "attack_level": "76" + }, + { + "examine": "I wish the moon wasn't out!", + "melee_animation": "6536", + "range_animation": "6536", + "attack_speed": "5", + "respawn_delay": "20", + "defence_animation": "6538", + "magic_animation": "6536", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "76", + "safespot": null, + "lifepoints": "87", + "strength_level": "76", + "id": "6010", + "aggressive": "true", + "bonuses": "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20", + "clue_level": "1", + "range_level": "1", + "attack_level": "76" + }, + { + "examine": "I wish the moon wasn't out!", + "slayer_task": "91", + "melee_animation": "6536", + "range_animation": "6536", + "attack_speed": "5", + "respawn_delay": "20", + "defence_animation": "6538", + "weakness": "7", + "magic_animation": "6536", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "76", + "safespot": null, + "lifepoints": "87", + "strength_level": "76", + "id": "6011", + "aggressive": "true", + "bonuses": "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20", + "clue_level": "1", + "range_level": "1", + "attack_level": "76" + }, + { + "examine": "I wish the moon wasn't out!", + "slayer_task": "91", + "melee_animation": "6536", + "range_animation": "6536", + "attack_speed": "5", + "respawn_delay": "20", + "defence_animation": "6538", + "weakness": "7", + "magic_animation": "6536", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "76", + "safespot": null, + "lifepoints": "87", + "strength_level": "76", + "id": "6012", + "aggressive": "true", + "bonuses": "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20", + "clue_level": "1", + "range_level": "1", + "attack_level": "76" + }, + { + "examine": "I wish the moon wasn't out!", + "slayer_task": "91", + "melee_animation": "6536", + "range_animation": "6536", + "attack_speed": "5", + "respawn_delay": "20", + "defence_animation": "6538", + "weakness": "7", + "magic_animation": "6536", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "76", + "safespot": null, + "lifepoints": "87", + "strength_level": "76", + "id": "6013", + "aggressive": "true", + "bonuses": "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20", + "clue_level": "1", + "range_level": "1", + "attack_level": "76" + }, + { + "examine": "I wish the moon wasn't out!", + "slayer_task": "91", + "melee_animation": "6536", + "range_animation": "6536", + "attack_speed": "5", + "respawn_delay": "20", + "defence_animation": "6538", + "weakness": "7", + "magic_animation": "6536", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "76", + "safespot": null, + "lifepoints": "87", + "strength_level": "76", + "id": "6014", + "aggressive": "true", + "bonuses": "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20", + "clue_level": "1", + "range_level": "1", + "attack_level": "76" + }, + { + "examine": "Eek! A werewolf!", + "slayer_task": "91", + "melee_animation": "6536", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "45", + "safespot": null, + "lifepoints": "64", + "strength_level": "45", + "id": "6015", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "attack_level": "45" + }, + { + "examine": "Eek! A werewolf!", + "slayer_task": "91", + "melee_animation": "6536", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "45", + "safespot": null, + "lifepoints": "64", + "strength_level": "45", + "id": "6016", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "attack_level": "45" + }, + { + "examine": "Eek! A werewolf!", + "slayer_task": "91", + "melee_animation": "6536", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "45", + "safespot": null, + "lifepoints": "64", + "strength_level": "45", + "id": "6017", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "attack_level": "45" + }, + { + "examine": "Eek! A werewolf!", + "slayer_task": "91", + "melee_animation": "6536", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "45", + "safespot": null, + "lifepoints": "64", + "strength_level": "45", + "id": "6018", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "attack_level": "45" + }, + { + "melee_animation": "6536", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "6538", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "1", + "safespot": null, + "lifepoints": "100", + "strength_level": "1", + "id": "6019", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Eek! A werewolf!", + "slayer_task": "91", + "melee_animation": "6536", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "45", + "safespot": null, + "lifepoints": "64", + "strength_level": "45", + "id": "6020", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "attack_level": "45" + }, + { + "examine": "Eek! A werewolf!", + "slayer_task": "91", + "melee_animation": "6536", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "45", + "safespot": null, + "lifepoints": "64", + "strength_level": "45", + "id": "6021", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "attack_level": "45" + }, + { + "melee_animation": "6536", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "6538", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "1", + "safespot": null, + "lifepoints": "100", + "strength_level": "1", + "id": "6022", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "6536", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "6538", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "1", + "safespot": null, + "lifepoints": "100", + "strength_level": "1", + "id": "6023", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "6536", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "6538", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "1", + "safespot": null, + "lifepoints": "100", + "strength_level": "1", + "id": "6024", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "6536", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "6538", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "1", + "safespot": null, + "lifepoints": "100", + "strength_level": "1", + "id": "6025", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "death_animation": "836", + "name": "Boris", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "melee_animation": "422", + "strength_level": "1", + "id": "6026", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "death_animation": "836", + "name": "Imre", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "melee_animation": "422", + "strength_level": "1", + "id": "6027", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "death_animation": "836", + "name": "Yuri", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "melee_animation": "422", + "strength_level": "1", + "id": "6028", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "death_animation": "836", + "name": "Joseph", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "melee_animation": "422", + "strength_level": "1", + "id": "6029", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "death_animation": "836", + "name": "Nikolai", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "melee_animation": "422", + "strength_level": "1", + "id": "6030", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "death_animation": "836", + "name": "Eduard", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "melee_animation": "422", + "strength_level": "1", + "id": "6031", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "death_animation": "836", + "name": "Lev", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "melee_animation": "422", + "strength_level": "1", + "id": "6032", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "melee_animation": "422", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Georgy", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "strength_level": "1", + "id": "6033", + "range_level": "1", + "attack_level": "1" + }, + { + "death_animation": "836", + "name": "Svetlana", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "melee_animation": "422", + "strength_level": "1", + "id": "6034", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "death_animation": "836", + "name": "Irina", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "melee_animation": "422", + "strength_level": "1", + "id": "6035", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "death_animation": "836", + "name": "Alexis", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "melee_animation": "422", + "strength_level": "1", + "id": "6036", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "death_animation": "836", + "name": "Milla", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "melee_animation": "422", + "strength_level": "1", + "id": "6037", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "death_animation": "836", + "name": "Galina", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "melee_animation": "422", + "strength_level": "1", + "id": "6038", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "death_animation": "836", + "name": "Sofiya", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "melee_animation": "422", + "strength_level": "1", + "id": "6039", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "death_animation": "836", + "name": "Ksenia", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "melee_animation": "422", + "strength_level": "1", + "id": "6040", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "death_animation": "836", + "name": "Yadviga", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "melee_animation": "422", + "strength_level": "1", + "id": "6041", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "death_animation": "836", + "name": "Nikita", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "melee_animation": "422", + "strength_level": "1", + "id": "6042", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "death_animation": "836", + "name": "Vera", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "melee_animation": "422", + "strength_level": "1", + "id": "6043", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "death_animation": "836", + "name": "Zoja", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "melee_animation": "422", + "strength_level": "1", + "id": "6044", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "death_animation": "836", + "name": "Liliya", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "melee_animation": "422", + "strength_level": "1", + "id": "6045", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "melee_animation": "6559", + "respawn_delay": "60", + "defence_animation": "6557", + "slayer_exp": "74", + "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" + }, + { + "examine": "A vicious mountain wolf.", + "melee_animation": "6579", + "range_animation": "6579", + "combat_audio": "481,491,490", + "attack_speed": "6", + "defence_animation": "6578", + "slayer_exp": "34", + "magic_animation": "6579", + "death_animation": "6576", + "name": "Wolf", + "defence_level": "22", + "safespot": null, + "lifepoints": "69", + "strength_level": "1", + "id": "6047", + "aggressive": "true", + "range_level": "1", + "attack_level": "22" + }, + { + "examine": "Now it has no armour", + "range_animation": "0", + "combat_audio": "481,491,490", + "magic_level": "95", + "defence_animation": "0", + "weakness": "10", + "slayer_exp": "34", + "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.", + "combat_audio": "481,491,490", + "magic_level": "75", + "defence_animation": "0", + "weakness": "10", + "slayer_exp": "34", + "magic_animation": "0", + "name": "Wolf", + "defence_level": "75", + "safespot": null, + "lifepoints": "100", + "strength_level": "75", + "id": "6049", + "aggressive": "true", + "range_level": "75", + "attack_level": "75" + }, + { + "examine": "A vicious desert wolf.", + "slayer_task": "92", + "melee_animation": "6579", + "range_animation": "6579", + "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", + "id": "6050", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "A vicious desert wolf.", + "melee_animation": "6579", + "range_animation": "6579", + "attack_speed": "5", + "defence_animation": "6578", + "magic_animation": "6579", + "death_animation": "6558", + "name": "Desert Wolf", + "defence_level": "5", + "safespot": null, + "lifepoints": "55", + "strength_level": "20", + "id": "6051", + "range_level": "1", + "attack_level": "20" + }, + { + "melee_animation": "6559", + "respawn_delay": "60", + "defence_animation": "6557", + "death_animation": "6558", + "name": "Ice wolf", + "defence_level": "1", + "safespot": null, + "lifepoints": "70", + "strength_level": "1", + "id": "6052", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Dragon impling", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "408,410,409", + "strength_level": "1", + "id": "6054", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Dragon impling", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "408,410,409", + "strength_level": "1", + "id": "6064", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "She tends the wheat.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fairy Aeryka", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6072", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He looks a little lost.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Wandering impling", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6073", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An angry little imp. Grrr.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Imp defender", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6074", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A one-eyed man eater.", + "slayer_task": "44", + "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", + "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": "A one-eyed woman eater.", + "slayer_task": "44", + "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", + "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": "A one-eyed man eater.", + "slayer_task": "44", + "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": "6080", + "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": "A one-eyed woman eater.", + "slayer_task": "44", + "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": "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.", + "slayer_task": "67", + "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.", + "slayer_task": "67", + "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.", + "slayer_task": "67", + "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" + }, + { + "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" + }, + { + "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.", + "slayer_task": "75", + "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" + }, + { + "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.", + "slayer_task": "56", + "melee_animation": "4630", + "range_animation": "4630", + "combat_audio": "400,404,403", + "attack_speed": "6", + "magic_level": "40", + "respawn_delay": "20", + "defence_animation": "65", + "weakness": "3", + "slayer_exp": "79", + "magic_animation": "4630", + "death_animation": "67", + "name": "Lesser demon", + "defence_level": "50", + "safespot": null, + "lifepoints": "79", + "strength_level": "50", + "id": "6101", + "aggressive": "true", + "bonuses": "15,15,15,15,15,15,15,15,15,3,15,15,23,15,15", + "range_level": "1", + "attack_level": "50" + }, + { + "examine": "His face is expressionless.", + "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", + "strength_level": "60", + "id": "6102", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "An opponent from the grave. He seems unimpressed by your bone rummaging.", + "slayer_task": "75", + "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", + "slayer_task": "75", + "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.", + "slayer_task": "75", + "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.", + "slayer_task": "75", + "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", + "slayer_task": "75", + "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" + }, + { + "examine": "Probably not a chicken.", + "slayer_task": "7", + "melee_animation": "6811", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "death_animation": "6812", + "name": "Entrana firebird", + "defence_level": "1", + "safespot": null, + "lifepoints": "1", + "strength_level": "1", + "id": "6108", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "These gnomes know how to get around!", + "slayer_task": "7", + "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", + "strength_level": "38", + "id": "6109", + "range_level": "1", + "attack_level": "38" + }, + { + "death_animation": "6791", + "name": "Mounted terrorbird gnome", + "defence_level": "1", + "safespot": null, + "lifepoints": "55", + "melee_animation": "6790", + "strength_level": "1", + "id": "6110", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "6792" + }, + { + "death_animation": "6791", + "name": "Mounted terrorbird gnome", + "defence_level": "1", + "safespot": null, + "lifepoints": "55", + "melee_animation": "6790", + "strength_level": "1", + "id": "6111", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "6792" + }, + { + "examine": "Aww", + "slayer_task": "7", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ducklings", + "defence_level": "1", + "water_npc": "true", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6112", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "death_animation": "750", + "name": "Duck", + "defence_level": "1", + "safespot": null, + "lifepoints": "3", + "melee_animation": "747", + "strength_level": "1", + "id": "6113", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "3268" + }, + { + "examine": "A messy bird.", + "slayer_task": "7", + "melee_animation": "3467", + "range_animation": "3467", + "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", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A messy bird.", + "melee_animation": "3467", + "range_animation": "3467", + "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", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Do not upset this teacher. You have been warned!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mr. Mordaut", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6117", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He helps the professor.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "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" + }, + { + "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", + "attack_speed": "6", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Black Knight", + "defence_level": "28", + "safespot": null, + "lifepoints": "40", + "strength_level": "28", + "id": "6189", + "aggressive": "true", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "Primping with combs and hair clips.", + "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": "6190", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The name isn't just for show.", + "range_animation": "0", + "magic_level": "55", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "name": "Sinclair", + "defence_level": "55", + "safespot": null, + "lifepoints": "85", + "strength_level": "55", + "id": "6198", + "aggressive": "true", + "range_level": "55", + "attack_level": "55" + }, + { + "examine": "He can look after my money.", + "name": "Banker", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6200", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Knight", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "6201", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A servant of the god Zamorak. ", + "slayer_task": "40", + "melee_animation": "6945", + "attack_speed": "6", + "poisonous": "true", + "respawn_delay": "120", + "weakness": "9", + "slayer_exp": "350", + "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", + "clue_level": "2", + "range_level": "1", + "attack_level": "340" + }, + { + "agg_radius": "64", + "examine": "Destroyer of 1000 planes!", + "slayer_task": "40", + "melee_animation": "6945", + "range_animation": "6945", + "attack_speed": "5", + "magic_level": "50", + "respawn_delay": "50", + "defence_animation": "6944", + "weakness": "9", + "slayer_exp": "142", + "magic_animation": "6945", + "death_animation": "6946", + "name": "Tstanon Karlak", + "defence_level": "125", + "safespot": null, + "lifepoints": "142", + "strength_level": "118", + "id": "6204", + "aggressive": "true", + "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.", + "slayer_task": "56", + "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,0", + "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.", + "slayer_task": "43", + "melee_animation": "6579", + "range_animation": "6579", + "combat_audio": "3717,3719,3718", + "respawn_delay": "25", + "defence_animation": "6578", + "weakness": "7", + "slayer_exp": "116", + "magic_animation": "6579", + "death_animation": "6576", + "name": "Hellhound", + "defence_level": "66", + "safespot": null, + "lifepoints": "116", + "strength_level": "66", + "id": "6210", + "aggressive": "true", + "bonuses": "50,70,30,30,60,30,60,60,50,60,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "66" + }, + { + "examine": "Have you checked your pockets lately?", + "melee_animation": "169", + "range_animation": "169", + "combat_audio": "534,536,535", + "defence_animation": "170", + "weakness": "7", + "magic_animation": "169", + "death_animation": "172", + "name": "Imp", + "defence_level": "4", + "safespot": null, + "lifepoints": "10", + "strength_level": "4", + "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.", + "slayer_task": "91", + "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", + "aggressive": "true", + "bonuses": "50,40,45,60,70,70,70,40,40,50,0,0,0,0,0", + "clue_level": "1", + "range_level": "1", + "attack_level": "64" + }, + { + "examine": "He doesn't look pleased to see me.", + "slayer_task": "91", + "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", + "aggressive": "true", + "bonuses": "50,40,45,60,70,70,70,40,40,50,0,0,0,0,0", + "clue_level": "1", + "range_level": "1", + "attack_level": "64" + }, + { + "examine": "It looks really hungry!", + "melee_animation": "810", + "range_animation": "810", + "respawn_delay": "25", + "defence_animation": "404", + "magic_animation": "810", + "death_animation": "9055", + "name": "Vampire", + "defence_level": "44", + "safespot": null, + "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" + }, + { + "examine": "The tongue of evil.", + "melee_animation": "9130", + "range_animation": "1552", + "attack_speed": "4", + "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": "6215", + "aggressive": "true", + "clue_level": "2", + "range_level": "1", + "attack_level": "75" + }, + { + "examine": "A small fire demon.", + "slayer_task": "66", + "melee_animation": "1582", + "range_animation": "1582", + "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", + "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" + }, + { + "examine": "A small ice demon.", + "melee_animation": "8080", + "range_animation": "8080", + "respawn_delay": "25", + "defence_animation": "8079", + "magic_animation": "8080", + "death_animation": "8078", + "name": "Icefiend", + "defence_level": "5", + "safespot": null, + "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" + }, + { + "examine": "Those horns look pretty sharp...", + "slayer_task": "39", + "melee_animation": "4300", + "range_animation": "4300", + "respawn_delay": "25", + "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", + "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" + }, + { + "examine": "Warrior of Zamorak.", + "slayer_task": "79", + "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", + "range_level": "1", + "attack_level": "66" + }, + { + "examine": "A ranger spirit dedicated to Zamorak.", + "slayer_task": "78", + "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", + "bonuses": "50,70,50,50,50,70,50,85,85,0,0,0,0,0,0", + "clue_level": "2", + "range_level": "70", + "projectile": "9", + "attack_level": "1" + }, + { + "examine": "A deadly servant of Zamorak.", + "slayer_task": "77", + "combat_style": "2", + "melee_animation": "811", + "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", + "clue_level": "2", + "range_level": "1", + "projectile": "78", + "attack_level": "1" + }, + { + "agg_radius": "64", + "examine": "Graceful avatar of Armadyl.", + "melee_animation": "6977", + "range_animation": "6977", + "attack_speed": "3", + "magic_level": "200", + "respawn_delay": "120", + "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", + "range_level": "380", + "attack_level": "300" + }, + { + "examine": "Graceful, bird-like creature.", + "combat_style": "2", + "melee_animation": "6952", + "attack_speed": "5", + "respawn_delay": "50", + "weakness": "3", + "slayer_exp": "124", + "magic_animation": "6952", + "death_animation": "6956", + "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", + "agg_radius": "64", + "range_animation": "6952", + "magic_level": "150", + "defence_animation": "6955", + "name": "Wingman Skree", + "defence_level": "160", + "poison_immune": "true", + "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": "true", + "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", + "attack_speed": "5", + "magic_level": "50", + "respawn_delay": "50", + "defence_animation": "6955", + "weakness": "6", + "slayer_exp": "133", + "magic_animation": "6954", + "death_animation": "6956", + "name": "Flight Kilisa", + "defence_level": "175", + "safespot": null, + "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" + }, + { + "examine": "A servant of Armadyl.", + "slayer_task": "79", + "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", + "bonuses": "40,40,50,50,20,50,50,0,0,0,0,0,0,0,0", + "clue_level": "2", + "range_level": "68", + "attack_level": "70" + }, + { + "examine": "Armadyl's favourite servant.", + "slayer_task": "78", + "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", + "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0", + "clue_level": "2", + "range_level": "70", + "projectile": "1190", + "attack_level": "1", + "prj_height": "92" + }, + { + "examine": "A mage who serves Armadyl above all else - even death.", + "slayer_task": "77", + "combat_style": "2", + "melee_animation": "6952", + "attack_speed": "5", + "respawn_delay": "25", + "weakness": "4", + "magic_animation": "6952", + "death_animation": "6956", + "lifepoints": "75", + "id": "6231", + "aggressive": "true", + "bonuses": "0,0,0,0,0,9,12,5,45,28,0,0,0,0,0", + "prj_height": "92", + "range_animation": "6952", + "magic_level": "150", + "defence_animation": "6955", + "name": "Spiritual mage", + "defence_level": "111", + "safespot": null, + "strength_level": "1", + "clue_level": "2", + "range_level": "1", + "projectile": "1199", + "attack_level": "1" + }, + { + "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": "40", + "safespot": null, + "lifepoints": "70", + "strength_level": "1", + "id": "6232", + "aggressive": "true", + "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", + "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", + "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", + "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", + "aggressive": "true", + "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0", + "clue_level": "2", + "range_level": "50", + "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", + "aggressive": "true", + "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0", + "clue_level": "2", + "range_level": "50", + "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": "95", + "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", + "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", + "aggressive": "true", + "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0", + "clue_level": "2", + "range_level": "55", + "projectile": "1191", + "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": "65", + "safespot": null, + "lifepoints": "124", + "strength_level": "1", + "id": "6238", + "aggressive": "true", + "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", + "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", + "strength_level": "1", + "id": "6239", + "aggressive": "true", + "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", + "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", + "strength_level": "1", + "id": "6240", + "aggressive": "true", + "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", + "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", + "strength_level": "1", + "id": "6241", + "aggressive": "true", + "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", + "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", + "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", + "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": "69", + "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", + "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": "75", + "strength_level": "1", + "id": "6244", + "aggressive": "true", + "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", + "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": "6245", + "aggressive": "true", + "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", + "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", + "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": "120", + "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", + "range_level": "250", + "attack_level": "280" + }, + { + "agg_radius": "64", + "examine": "The bane of darkness.", + "melee_animation": "6376", + "range_animation": "6376", + "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", + "poison_immune": "true", + "safespot": null, + "lifepoints": "160", + "strength_level": "125", + "id": "6248", + "aggressive": "true", + "bonuses": "60,60,60,0,0,12,14,13,5,13,0,10,0,0,0", + "range_level": "1", + "attack_level": "120" + }, + { + "name": "", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "6249", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Defender of the faithful.", + "start_gfx": "1184", + "combat_style": "2", + "melee_animation": "7019", + "attack_speed": "5", + "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", + "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": "true", + "magic_level": "60", + "respawn_delay": "25", + "end_gfx": "76", + "defence_animation": "404", + "weakness": "3", + "magic_animation": "811", + "death_animation": "9055", + "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.", + "slayer_task": "79", + "melee_animation": "390", + "range_animation": "390", + "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", + "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" + }, + { + "examine": "A ranger spirit dedicated to Saradomin.", + "slayer_task": "78", + "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", + "bonuses": "50,70,50,50,50,70,50,65,65,0,0,0,0,0,0", + "clue_level": "2", + "range_level": "70", + "projectile": "9", + "attack_level": "1" + }, + { + "examine": "Saradomin's holy mage.", + "slayer_task": "77", + "combat_style": "2", + "melee_animation": "811", + "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", + "clue_level": "2", + "range_level": "1", + "projectile": "76", + "attack_level": "1" + }, + { + "examine": "A valiant knight.", + "melee_animation": "407", + "range_animation": "407", + "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", + "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" + }, + { + "examine": "A valiant knight.", + "melee_animation": "401", + "range_animation": "401", + "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", + "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" + }, + { + "agg_radius": "64", + "examine": "A huge war chief.", + "melee_animation": "7060", + "range_animation": "7060", + "attack_speed": "6", + "magic_level": "280", + "respawn_delay": "120", + "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", + "range_level": "350", + "attack_level": "280" + }, + { + "agg_radius": "64", + "examine": "A battle-honed goblin. ", + "slayer_task": "38", + "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", + "defence_level": "126", + "safespot": null, + "lifepoints": "128", + "strength_level": "118", + "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", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A battle-honed goblin. ", + "slayer_task": "38", + "start_gfx": "1202", + "combat_style": "2", + "melee_animation": "6154", + "attack_speed": "5", + "respawn_delay": "50", + "weakness": "3", + "magic_animation": "6154", + "death_animation": "6156", + "lifepoints": "127", + "id": "6263", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,6,0,0,0", + "agg_radius": "64", + "range_animation": "6154", + "magic_level": "150", + "defence_animation": "6155", + "name": "Sergeant Steelwill", + "defence_level": "150", + "safespot": null, + "strength_level": "50", + "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. ", + "slayer_task": "38", + "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,0", + "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", + "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, + "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" + }, + { + "examine": "Green and aggressive.", + "melee_animation": "2936", + "range_animation": "2936", + "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", + "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.", + "slayer_task": "44", + "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", + "aggressive": "true", + "bonuses": "22,22,22,0,0,0,0,0,0,0,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "A one-eyed man-eater.", + "slayer_task": "44", + "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", + "aggressive": "true", + "bonuses": "22,22,22,0,0,0,0,0,0,0,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "Ugly, fierce and with a bad attitude.", + "melee_animation": "4320", + "range_animation": "4320", + "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", + "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", + "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": "6273", + "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": "6274", + "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": "An ugly, smelly creature.", + "slayer_task": "45", + "melee_animation": "164", + "range_animation": "164", + "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", + "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" + }, + { + "examine": "The spirit of a ranger, serving bandos beyond death.", + "slayer_task": "78", + "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", + "bonuses": "30,50,30,30,50,60,50,40,40,0,0,0,0,0,0", + "clue_level": "2", + "range_level": "70", + "projectile": "1195", + "attack_level": "1" + }, + { + "examine": "A true servant of Bandos.", + "slayer_task": "79", + "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", + "bonuses": "50,40,45,60,60,60,60,20,50,60,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "70" + }, + { + "examine": "One of Bandos' chosen.", + "slayer_task": "77", + "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", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ancient goblin.", + "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": "20", + "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", + "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", + "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": "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", + "aggressive": "true", + "bonuses": "5,10,10,10,10,10,5,10,5,0,0,0,0,0,0", + "clue_level": "0", + "range_level": "1", + "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": "18", + "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", + "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", + "slayer_exp": "16", + "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.", + "slayer_task": "88", + "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", + "aggressive": "true", + "range_level": "59", + "projectile": "1468", + "attack_level": "59" + }, + { + "examine": "You don't think you can harm this terrorbird.", + "slayer_task": "88", + "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", + "aggressive": "true", + "range_level": "59", + "projectile": "1468", + "attack_level": "59" + }, + { + "examine": "You don't think you can harm this terrorbird.", + "slayer_task": "88", + "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", + "aggressive": "true", + "range_level": "59", + "projectile": "1468", + "attack_level": "59" + }, + { + "examine": "You don't think you can harm this terrorbird.", + "slayer_task": "88", + "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", + "aggressive": "true", + "range_level": "59", + "projectile": "1468", + "attack_level": "59" + }, + { + "examine": "You don't think you can harm this terrorbird.", + "slayer_task": "88", + "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", + "aggressive": "true", + "range_level": "59", + "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", + "aggressive": "true", + "range_level": "1", + "projectile": "1468", + "attack_level": "1" + }, + { + "examine": "You don't think you can harm this terrorbird.", + "slayer_task": "88", + "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", + "aggressive": "true", + "range_level": "59", + "projectile": "1468", + "attack_level": "59" + }, + { + "examine": "You don't think you can harm this terrorbird.", + "slayer_task": "88", + "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", + "aggressive": "true", + "range_level": "59", + "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", + "aggressive": "true", + "range_level": "1", + "projectile": "1468", + "attack_level": "1" + }, + { + "examine": "You don't think you can harm this terrorbird.", + "slayer_task": "88", + "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", + "aggressive": "true", + "range_level": "59", + "projectile": "1468", + "attack_level": "59" + }, + { + "examine": "You don't think you can harm this terrorbird.", + "slayer_task": "88", + "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", + "aggressive": "true", + "range_level": "59", + "projectile": "1468", + "attack_level": "59" + }, + { + "examine": "You don't think you can harm this creature.", + "slayer_task": "89", + "melee_animation": "7093", + "range_animation": "0", + "attack_speed": "5", + "magic_level": "52", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "4", + "magic_animation": "0", + "death_animation": "7091", + "name": "Warped tortoise", + "defence_level": "52", + "safespot": null, + "lifepoints": "148", + "strength_level": "39", + "id": "6296", + "range_level": "1", + "attack_level": "39" + }, + { + "melee_animation": "7093", + "attack_speed": "5", + "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.", + "slayer_task": "73", + "melee_animation": "0", + "range_animation": "0", + "magic_level": "2", + "defence_animation": "0", + "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", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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", + "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", + "id": "6369", + "aggressive": "true", + "range_level": "47", + "attack_level": "1" + }, + { + "examine": "A representative of the Z.M.I.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mage of Zamorak", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6370", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A Z.M.I. runecrafter.", + "melee_animation": "422", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "836", + "name": "Zamorak crafter", + "defence_level": "19", + "safespot": null, + "lifepoints": "27", + "strength_level": "19", + "id": "6371", + "range_level": "1", + "attack_level": "19" + }, + { + "death_animation": "836", + "name": "Zamorak crafter", + "defence_level": "1", + "safespot": null, + "lifepoints": "25", + "melee_animation": "422", + "strength_level": "1", + "id": "6372", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "slayer_exp": "49", + "name": "Guard dog", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6374", + "range_level": "1", + "attack_level": "1" + }, + { + "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" + }, + { + "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.", + "slayer_task": "7", + "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", + "slayer_task": "7", + "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" + }, + { + "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", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Karamjan Jungle eagle", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6385", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Flies like a rock.", + "melee_animation": "9454", + "range_animation": "1516", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "9455", + "slayer_exp": "105", + "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" + }, + { + "examine": "I wish I could tell where he was looking.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Grim Reaper", + "defence_level": "1", + "safespot": null, + "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", + "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": "6403", + "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": "6404", + "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": "6405", + "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": "6406", + "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": "6407", + "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": "6408", + "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": "6409", + "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": "6410", + "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": "6411", + "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": "6412", + "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": "6413", + "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": "6414", + "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": "6415", + "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": "6416", + "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": "6417", + "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": "6418", + "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": "6419", + "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": "6420", + "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": "6421", + "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": "6422", + "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": "6423", + "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": "6424", + "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": "6425", + "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": "6426", + "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": "6427", + "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": "6428", + "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": "6429", + "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": "6430", + "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": "6431", + "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": "6432", + "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": "6433", + "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": "6434", + "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": "6435", + "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": "6436", + "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": "6437", + "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": "6438", + "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": "6439", + "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": "6440", + "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": "6441", + "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": "6442", + "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": "6443", + "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": "6444", + "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": "6445", + "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": "6446", + "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": "6447", + "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": "6448", + "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": "6449", + "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": "6450", + "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": "6451", + "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": "6452", + "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": "6453", + "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": "6454", + "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": "6455", + "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": "6456", + "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": "6457", + "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": "6458", + "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": "6459", + "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": "6460", + "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": "6461", + "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": "6462", + "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": "6463", + "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": "6464", + "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": "6465", + "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": "6466", + "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": "6467", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A goblin high priest", + "slayer_task": "75", + "melee_animation": "7317", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "6182", + "name": "Snothead", + "defence_level": "14", + "safespot": null, + "lifepoints": "20", + "strength_level": "14", + "id": "6469", + "aggressive": "true", + "range_level": "1", + "attack_level": "14" + }, + { + "examine": "A goblin high priest", + "slayer_task": "75", + "melee_animation": "7317", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "2", + "magic_animation": "0", + "death_animation": "6182", + "name": "Snailfeet", + "defence_level": "18", + "safespot": null, + "lifepoints": "25", + "strength_level": "13", + "id": "6470", + "aggressive": "true", + "range_level": "18", + "attack_level": "13" + }, + { + "examine": "A goblin high priest", + "slayer_task": "75", + "melee_animation": "7317", + "range_animation": "0", + "magic_level": "22", + "defence_animation": "0", + "weakness": "5", + "magic_animation": "0", + "death_animation": "6182", + "name": "Mosschin", + "defence_level": "22", + "safespot": null, + "lifepoints": "31", + "strength_level": "16", + "id": "6471", + "aggressive": "true", + "range_level": "1", + "attack_level": "16" + }, + { + "examine": "A goblin high priest", + "slayer_task": "75", + "melee_animation": "7317", + "range_animation": "0", + "magic_level": "26", + "defence_animation": "0", + "weakness": "5", + "magic_animation": "0", + "death_animation": "6182", + "name": "Redeyes", + "defence_level": "26", + "safespot": null, + "lifepoints": "37", + "strength_level": "19", + "id": "6472", + "aggressive": "true", + "range_level": "1", + "attack_level": "19" + }, + { + "examine": "A goblin high priest", + "slayer_task": "75", + "melee_animation": "7317", + "range_animation": "0", + "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", + "id": "6473", + "aggressive": "true", + "range_level": "1", + "attack_level": "19" + }, + { + "examine": "Priest of the Ekeleshuun tribe.", + "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": "6482", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He is expounding the word of the Big High War God.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Preacher", + "defence_level": "1", + "safespot": null, + "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", + "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": "6491", + "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": "6492", + "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": "6493", + "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": "6494", + "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": "6495", + "clue_level": "0", + "range_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", + "range_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", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A guard wearing blue 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", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6498", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A guard wearing orange 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", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6499", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A guard wearing black 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", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6500", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A guard wearing white 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", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6501", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A guard wearing purple 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", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6502", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6503", + "clue_level": "1", + "range_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": "6504", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A very noble spider and attendant to the Queen.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Registrar 2", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6507", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The highest ranking of the Spider Queen's servants.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Registrar 3", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6508", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The head of the Spider Queen's army.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Registrar 4", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6509", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Trying hard to hide his identity.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Jury", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6510", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Sir Amik's loyal squire.", + "melee_animation": "0", + "range_animation": "0", + "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.", + "magic_animation": "0", + "name": "Spectator", + "defence_level": "1", + "safespot": null, + "lifepoints": "1", + "range_animation": "0", + "strength_level": "1", + "id": "6514", + "range_level": "1", + "attack_level": "1", + "defence_animation": "0" + }, + { + "examine": "A monkey on a mission.", + "melee_animation": "0", + "range_animation": "0", + "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.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Spectator", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6518", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Gives an introduction to the Grand Exchange.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Grand Exchange Tutor", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6521", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The son of Ali M!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Farid Morrisane (ores)", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6523", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's probably seen better days.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Bob Barter (herbs)", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6524", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "You can never miss a pirate in disguise.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Murky Matt (runes)", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6525", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A tribal man", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Relobo Blinyo (logs)", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6526", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's travelled a long way.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Hofuthand (armour and weapons)", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6527", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Chief architect of the Spider Realm.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Registrar 5", + "defence_level": "1", + "safespot": null, + "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", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "6544", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Tapping his feet and looking very bored.", + "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": "6558", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A huge war chief. ", + "melee_animation": "422", + "range_animation": "422", + "attack_speed": "5", + "respawn_delay": "20", + "defence_animation": "7061", + "magic_animation": "422", + "death_animation": "7062", + "name": "null", + "defence_level": "250", + "safespot": null, + "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", + "range_level": "10", + "attack_level": "1" + }, + { + "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": "14", + "strength_level": "12", + "id": "6605", + "clue_level": "1", + "range_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": "1", + "safespot": null, + "lifepoints": "40", + "strength_level": "27", + "id": "6606", + "clue_level": "1", + "range_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": "70", + "strength_level": "38", + "id": "6607", + "clue_level": "2", + "range_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": "55", + "strength_level": "32", + "id": "6608", + "clue_level": "1", + "range_level": "1", + "attack_level": "32" + }, + { + "name": "Revenant werewolf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6609", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "slayer_exp": "0", + "examine": "It's an NPC.", + "name": "Revenant ork", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "combat_audio": "0,0,0", + "strength_level": "1", + "id": "6610", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "spawn_animation": "7440", + "examine": "A ghost of a knight slain during the God wars.", + "melee_animation": "7441", + "range_animation": "7522", + "magic_level": "80", + "defence_animation": "7443", + "slayer_exp": "143", + "magic_animation": "7508", + "death_animation": "7442", + "name": "Revenant knight", + "defence_level": "80", + "safespot": null, + "lifepoints": "142", + "strength_level": "80", + "id": "6611", + "clue_level": "2", + "range_level": "80", + "attack_level": "80" + }, + { + "name": "Revenant goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "6612", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "spawn_animation": "7426", + "examine": "The ghost of a vampyre 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", + "clue_level": "1", + "range_level": "34", + "attack_level": "34" + }, + { + "slayer_exp": "0", + "name": "Revenant werewolf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "0,0,0", + "strength_level": "1", + "id": "6614", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant ork", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "id": "6615", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "6616", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant werewolf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6617", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant ork", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "id": "6618", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant knight", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6619", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "6620", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant icefiend", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6621", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "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": "45", + "strength_level": "1", + "id": "6622", + "clue_level": "1", + "range_level": "29", + "attack_level": "292" + }, + { + "name": "Revenant vampire", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6623", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant ork", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "id": "6624", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant werewolf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6625", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant ork", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "id": "6626", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant knight", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6627", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant icefiend", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6628", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant ork", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "id": "6629", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant knight", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6630", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant pyrefiend", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6631", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant werewolf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6632", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant ork", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "id": "6633", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant knight", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6634", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The essence of an imp slain during the god wars.", + "melee_animation": "7407", + "magic_level": "10", + "defence_animation": "7403", + "slayer_exp": "10", + "death_animation": "7408", + "name": "Revenant imp", + "defence_level": "10", + "safespot": null, + "lifepoints": "10", + "strength_level": "10", + "id": "6635", + "clue_level": "1", + "range_level": "10", + "attack_level": "1" + }, + { + "name": "Revenant goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "6636", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "6637", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "6638", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "6639", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant icefiend", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6640", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant pyrefiend", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6641", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant hobgoblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "6642", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant vampire", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6643", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant werewolf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6644", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "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": "75", + "strength_level": "43", + "id": "6645", + "clue_level": "2", + "range_level": "43", + "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": "1", + "safespot": null, + "lifepoints": "80", + "strength_level": "50", + "id": "6646", + "clue_level": "2", + "range_level": "50", + "attack_level": "50" + }, + { + "spawn_animation": "7478", + "examine": "The essence of a demon slain during the god wars.", + "melee_animation": "7474", + "range_animation": "7512", + "combat_audio": "400,404,403", + "magic_level": "60", + "defence_animation": "7476", + "slayer_exp": "0", + "magic_animation": "7498", + "death_animation": "7475", + "name": "Revenant demon", + "defence_level": "60", + "safespot": null, + "lifepoints": "85", + "strength_level": "60", + "id": "6647", + "clue_level": "2", + "range_level": "60", + "attack_level": "60" + }, + { + "name": "Revenant ork", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "id": "6648", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "spawn_animation": "7471", + "examine": "The ghost of a dark beast slain during the god wars..", + "melee_animation": "7467", + "range_animation": "7514", + "defence_animation": "7469", + "slayer_exp": "256", + "magic_animation": "7515", + "death_animation": "7468", + "name": "Revenant dark beast", + "defence_level": "80", + "safespot": null, + "lifepoints": "120", + "strength_level": "80", + "id": "6649", + "clue_level": "2", + "range_level": "80", + "attack_level": "80" + }, + { + "name": "Revenant knight", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6650", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "6651", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant vampire", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6652", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant ork", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "id": "6653", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant knight", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6654", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A tough looking dwarf.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Revenant imp", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6655", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A tough looking dwarf.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Revenant goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6656", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ancient spirit has made itself at home within this suit of armour.", + "melee_animation": "47", + "range_animation": "0", + "combat_audio": "469,472,471", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "48", + "name": "Revenant goblin", + "defence_level": "32", + "safespot": null, + "lifepoints": "45", + "strength_level": "32", + "id": "6657", + "clue_level": "1", + "range_level": "1", + "attack_level": "32" + }, + { + "examine": "An ancient spirit has made itself at home within this suit of armour.", + "melee_animation": "47", + "range_animation": "0", + "combat_audio": "469,472,471", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "48", + "name": "Revenant goblin", + "defence_level": "33", + "safespot": null, + "lifepoints": "47", + "strength_level": "33", + "id": "6658", + "clue_level": "1", + "range_level": "1", + "attack_level": "33" + }, + { + "examine": "An ancient spirit has made itself at home within this suit of armour.", + "melee_animation": "47", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "48", + "name": "Revenant icefiend", + "defence_level": "34", + "safespot": null, + "lifepoints": "48", + "strength_level": "34", + "id": "6659", + "clue_level": "1", + "range_level": "1", + "attack_level": "34" + }, + { + "melee_animation": "47", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "49", + "death_animation": "48", + "name": "Revenant pyrefiend", + "defence_level": "1", + "safespot": null, + "lifepoints": "50", + "strength_level": "1", + "id": "6660", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "47", + "combat_audio": "469,472,471", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "49", + "death_animation": "48", + "name": "Revenant hobgoblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "50", + "strength_level": "1", + "id": "6661", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "47", + "respawn_delay": "60", + "defence_animation": "49", + "death_animation": "48", + "name": "Revenant vampire", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "strength_level": "1", + "id": "6662", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant werewolf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6663", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant ork", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "id": "6664", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant knight", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6665", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant imp", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6666", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Pirate and discerning music critic.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Revenant goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6667", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The most piratical penguin you ever did see.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Revenant pyrefiend", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6668", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant vampire", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6669", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant ork", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "id": "6670", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant vampire", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6671", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant ork", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "id": "6672", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant knight", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6673", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant vampire", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6674", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant werewolf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6675", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant knight", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6676", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant imp", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6677", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "6678", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "6679", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "6680", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "6681", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant icefiend", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6682", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant pyrefiend", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6683", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant hobgoblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "6684", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant vampire", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6685", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant werewolf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6686", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant cyclops", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6687", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant hellhound", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "3717,3719,3718", + "strength_level": "1", + "id": "6688", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The essence of a demon slain during the god wars.", + "melee_animation": "7474", + "combat_audio": "400,404,403", + "magic_level": "60", + "defence_animation": "7476", + "death_animation": "7475", + "name": "Revenant demon", + "defence_level": "60", + "safespot": null, + "lifepoints": "750", + "strength_level": "60", + "id": "6689", + "clue_level": "2", + "range_level": "60", + "attack_level": "60" + }, + { + "name": "Revenant ork", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "id": "6690", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant dark beast", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6691", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant knight", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6692", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "6693", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant icefiend", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6694", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant vampire", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6695", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant ork", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "id": "6696", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant imp", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6697", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "6698", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "6699", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant vampire", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6700", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant werewolf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6701", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant ork", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "id": "6702", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant imp", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6703", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "6704", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "6705", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's not from around here.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Revenant goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6706", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The leader of a long-forgotten band of mercenaries.", + "melee_animation": "0", + "range_animation": "711", + "combat_audio": "469,472,471", + "magic_level": "78", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "836", + "name": "Revenant goblin", + "defence_level": "78", + "safespot": null, + "lifepoints": "514", + "strength_level": "1", + "id": "6707", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant icefiend", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6708", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant pyrefiend", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6709", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant hobgoblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "6710", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant vampire", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6711", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It's trying to mash your house! Less examine", + "melee_animation": "5894", + "range_animation": "9618", + "magic_level": "60", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "5898", + "name": "Revenant werewolf", + "defence_level": "60", + "safespot": null, + "lifepoints": "285", + "strength_level": "60", + "id": "6712", + "aggressive": "true", + "clue_level": "2", + "range_level": "60", + "attack_level": "60" + }, + { + "name": "Revenant ork", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "id": "6713", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant knight", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6714", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant imp", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6715", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "6716", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "6717", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "6718", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "6719", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant icefiend", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6720", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant pyrefiend", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6721", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant hobgoblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "6722", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant vampire", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6723", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant werewolf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6724", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant ork", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "id": "6725", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant knight", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6726", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant hobgoblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "6727", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant werewolf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6728", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant ork", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "id": "6729", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant knight", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6730", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Her lack of body heat is unsettling.", + "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", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6731", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It looks right at home here.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Snow imp", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6739", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Snowflakes swirling in the wind.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Snow", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6740", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Dragon snowman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "408,410,409", + "strength_level": "1", + "id": "6743", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Pirate snowman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "703,705,704", + "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", + "attack_level": "30" + }, + { + "examine": "A snowman armed with a winter staff.", + "name": "Snow mage", + "defence_level": "10", + "safespot": null, + "lifepoints": "20", + "strength_level": "1", + "id": "6749", + "range_level": "30", + "attack_level": "30" + }, + { + "examine": "Cut-down and dried.", + "slayer_task": "93", + "melee_animation": "5568", + "range_animation": "0", + "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", + "id": "6761", + "range_level": "1", + "attack_level": "48" + }, + { + "examine": "Needs moisturising.", + "slayer_task": "93", + "melee_animation": "5568", + "range_animation": "0", + "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", + "id": "6762", + "range_level": "1", + "attack_level": "48" + }, + { + "examine": "I bet it's parched.", + "slayer_task": "93", + "melee_animation": "5568", + "range_animation": "0", + "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", + "id": "6763", + "range_level": "1", + "attack_level": "48" + }, + { + "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 guard.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Doorman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6769", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A huge beast of a beetle.", + "slayer_task": "70", + "melee_animation": "7596", + "range_animation": "0", + "defence_animation": "0", + "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", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "7656", + "name": "Scarab larva", + "defence_level": "18", + "safespot": null, + "lifepoints": "25", + "strength_level": "18", + "id": "6772", + "range_level": "1", + "attack_level": "18" + }, + { + "examine": "Bred to shoot you down.", + "slayer_task": "70", + "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", + "id": "6773", + "aggressive": "true", + "range_level": "55", + "projectile": "11", + "attack_level": "41" + }, + { + "examine": "It might be angry...it's hard to tell.", + "slayer_task": "70", + "melee_animation": "7612", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "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", + "melee_animation": "7586", + "range_animation": "0", + "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", + "id": "6776", + "aggressive": "true", + "range_level": "55", + "attack_level": "41" + }, + { + "examine": "Bouncy", + "slayer_task": "70", + "melee_animation": "7584", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "7581", + "name": "Locust lancer", + "defence_level": "55", + "safespot": null, + "lifepoints": "78", + "strength_level": "55", + "id": "6777", + "aggressive": "true", + "range_level": "1", + "attack_level": "55" + }, + { + "examine": "He'll have someone's eye out with that.", + "slayer_task": "70", + "start_gfx": "18", + "combat_style": "1", + "melee_animation": "5451", + "range_animation": "5451", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "2", + "magic_animation": "0", + "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", + "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", + "slayer_task": "70", + "combat_style": "2", + "melee_animation": "7615", + "range_animation": "0", + "magic_level": "55", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "4", + "magic_animation": "0", + "death_animation": "7616", + "name": "Scabaras mage", + "defence_level": "55", + "safespot": null, + "lifepoints": "78", + "strength_level": "41", + "id": "6780", + "aggressive": "true", + "range_level": "1", + "attack_level": "41" + }, + { + "combat_style": "2", + "melee_animation": "7620", + "respawn_delay": "60", + "defence_animation": "7617", + "death_animation": "7616", + "name": "Scabaras mage", + "defence_level": "1", + "safespot": null, + "lifepoints": "70", + "strength_level": "1", + "id": "6781", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An animated clay statue.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Clay golem", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6785", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "She looks a bit dirty from digging.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Lead archaeologist Abigail", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6786", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He looks a bit dusty from troweling.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Assistant archaeologist Kerner", + "defence_level": "1", + "safespot": null, + "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", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He exudes something like holiness.", + "slayer_task": "70", + "melee_animation": "7612", + "range_animation": "0", + "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", + "id": "6789", + "range_level": "66", + "attack_level": "66" + }, + { + "examine": "He exudes something like holiness.", + "slayer_task": "70", + "melee_animation": "7607", + "range_animation": "7607", + "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", + "id": "6790", + "range_level": "66", + "attack_level": "66" + }, + { + "death_animation": "1012", + "name": "Spirit terrorbird", + "defence_level": "1", + "safespot": null, + "lifepoints": "233", + "melee_animation": "1010", + "strength_level": "1", + "id": "6794", + "range_level": "1", + "respawn_delay": "0", + "attack_level": "1", + "defence_animation": "1011" + }, + { + "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", + "range_level": "50", + "attack_level": "50" + }, + { + "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", + "magic_animation": "8104", + "death_animation": "8106", + "name": "Granite crab", + "defence_level": "22", + "safespot": null, + "lifepoints": "39", + "strength_level": "17", + "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" + }, + { + "death_animation": "8065", + "name": "Praying mantis", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "melee_animation": "8064", + "strength_level": "1", + "id": "6798", + "range_level": "1", + "respawn_delay": "0", + "attack_level": "1", + "defence_animation": "8066" + }, + { + "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", + "range_level": "60", + "attack_level": "60" + }, + { + "death_animation": "7854", + "name": "Giant ent", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "melee_animation": "7853", + "strength_level": "1", + "id": "6800", + "range_level": "1", + "respawn_delay": "0", + "attack_level": "1", + "defence_animation": "7852" + }, + { + "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", + "range_level": "60", + "attack_level": "60" + }, + { + "death_animation": "8153", + "name": "Spirit cobra", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "melee_animation": "8152", + "strength_level": "1", + "id": "6802", + "range_level": "1", + "respawn_delay": "0", + "attack_level": "1", + "defence_animation": "8154" + }, + { + "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", + "range_level": "55", + "attack_level": "55" + }, + { + "death_animation": "7780", + "name": "Spirit dagannoth", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "melee_animation": "7786", + "strength_level": "1", + "id": "6804", + "range_level": "1", + "respawn_delay": "0", + "attack_level": "1", + "defence_animation": "7785" + }, + { + "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", + "range_level": "65", + "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", + "bonuses": "47,50,52,52,54,49,13,3,13,4,0,0,0,0,0", + "range_level": "21", + "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", + "bonuses": "47,50,52,52,54,49,13,3,13,4,0,0,0,0,0", + "range_level": "21", + "projectile": "1386", + "attack_level": "19" + }, + { + "combat_style": "2", + "melee_animation": "7970", + "respawn_delay": "0", + "defence_animation": "7967", + "death_animation": "7979", + "name": "Karamthulhu overlord", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6809", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "range_level": "50", + "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", + "range_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", + "range_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", + "range_level": "1", + "respawn_delay": "0", + "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", + "range_level": "1", + "respawn_delay": "0", + "attack_level": "1", + "defence_animation": "7742" + }, + { + "combat_style": "1", + "melee_animation": "8286", + "respawn_delay": "0", + "defence_animation": "8287", + "death_animation": "8285", + "name": "War tortoise", + "defence_level": "1", + "safespot": null, + "lifepoints": "348", + "strength_level": "1", + "id": "6815", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Definitely not teenaged", + "combat_style": "1", + "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", + "range_level": "55", + "attack_level": "55" + }, + { + "examine": "Fruity and bat-shaped. A winning combination!.", + "name": "Fruit bat", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6817", + "range_level": "1", + "attack_level": "1" + }, + { + "combat_style": "2", + "melee_animation": "7675", + "respawn_delay": "0", + "defence_animation": "7670", + "death_animation": "7671", + "name": "Abyssal parasite", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6818", + "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": "6819", + "range_level": "50", + "attack_level": "50" + }, + { + "death_animation": "7684", + "name": "Abyssal lurker", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "melee_animation": "7680", + "strength_level": "1", + "id": "6820", + "range_level": "1", + "respawn_delay": "0", + "attack_level": "1", + "defence_animation": "7681" + }, + { + "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", + "range_level": "55", + "attack_level": "55" + }, + { + "examine": "The pointiest horse on the planet.", + "melee_animation": "6376", + "range_animation": "6376", + "combat_audio": "496,498,497", + "magic_level": "69", + "defence_animation": "6375", + "magic_animation": "6376", + "death_animation": "6377", + "name": "Unicorn stallion", + "defence_level": "70", + "poison_immune": "true", + "safespot": null, + "lifepoints": "100", + "strength_level": "62", + "id": "6822", + "bonuses": "48,59,43,52,104,52,116,123,134,46,127,4,0,0,0", + "range_level": "72", + "attack_level": "64" + }, + { + "examine": "The pointiest horse on the planet.", + "melee_animation": "6376", + "range_animation": "6376", + "combat_audio": "496,498,497", + "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", + "defence_level": "1", + "safespot": null, + "lifepoints": "16", + "strength_level": "1", + "id": "6824", + "range_level": "1", + "projectile": "1318", + "attack_level": "1" + }, + { + "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", + "magic_animation": "7810", + "death_animation": "5389", + "name": "Dreadfowl", + "defence_level": "22", + "poison_immune": "true", + "safespot": null, + "lifepoints": "16", + "strength_level": "15", + "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", + "respawn_delay": "0", + "defence_animation": "8205", + "death_animation": "8209", + "name": "Stranger plant", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6827", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "range_level": "55", + "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", + "bonuses": "12,7,4,10,23,5,29,27,16,12,13,17,0,0,0", + "range_level": "9", + "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", + "bonuses": "12,7,4,10,23,5,29,27,16,12,13,17,0,0,0", + "range_level": "9", + "attack_level": "16" + }, + { + "death_animation": "7797", + "name": "Desert wyrm", + "defence_level": "1", + "safespot": null, + "lifepoints": "47", + "melee_animation": "7795", + "strength_level": "1", + "id": "6831", + "range_level": "1", + "respawn_delay": "0", + "attack_level": "1", + "defence_animation": "7796" + }, + { + "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", + "range_level": "18", + "attack_level": "18" + }, + { + "examine": "If you think he's evil", + "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", + "range_level": "42", + "attack_level": "42" + }, + { + "death_animation": "8276", + "name": "Vampire bat", + "defence_level": "1", + "safespot": null, + "lifepoints": "20", + "melee_animation": "8275", + "strength_level": "1", + "id": "6835", + "range_level": "1", + "respawn_delay": "0", + "attack_level": "1", + "defence_animation": "8274" + }, + { + "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", + "range_level": "31", + "attack_level": "31" + }, + { + "melee_animation": "6254", + "combat_audio": "3611,3612,3610", + "respawn_delay": "0", + "defence_animation": "6255", + "death_animation": "6256", + "name": "Spirit scorpion", + "defence_level": "1", + "safespot": null, + "lifepoints": "67", + "strength_level": "1", + "id": "6837", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "range_level": "19", + "attack_level": "19" + }, + { + "examine": "Crikey! Look at the size of those teeth!", + "melee_animation": "4925", + "combat_audio": "498,500,499", + "magic_level": "60", + "respawn_delay": "0", + "defence_animation": "4928", + "death_animation": "4929", + "name": "Arctic bear", + "defence_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", + "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", + "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" + }, + { + "death_animation": "7656", + "name": "Bloated leech", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "melee_animation": "7657", + "strength_level": "1", + "id": "6843", + "range_level": "1", + "respawn_delay": "0", + "attack_level": "1", + "defence_animation": "7655" + }, + { + "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" + }, + { + "death_animation": "7925", + "name": "Honey badger", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "melee_animation": "7928", + "strength_level": "1", + "id": "6845", + "range_level": "1", + "respawn_delay": "0", + "attack_level": "1", + "defence_animation": "7927" + }, + { + "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", + "magic_level": "60", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8113", + "name": "Granite lobster", + "defence_level": "60", + "safespot": null, + "lifepoints": "105", + "strength_level": "60", + "id": "6850", + "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": "1", + "melee_animation": "8024", + "magic_level": "31", + "respawn_delay": "0", + "defence_animation": "8023", + "death_animation": "8025", + "name": "Bronze minotaur", + "defence_level": "31", + "safespot": null, + "lifepoints": "15", + "strength_level": "1", + "id": "6853", + "bonuses": "15,20,10,15,10,5,35,0,0,0,0,0,0,0,0", + "range_level": "31", + "attack_level": "31" + }, + { + "examine": "He's just a big bully.", + "combat_style": "1", + "melee_animation": "8024", + "range_animation": "0", + "magic_level": "15", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8025", + "name": "Bronze minotaur", + "defence_level": "15", + "safespot": null, + "lifepoints": "51", + "strength_level": "15", + "id": "6854", + "range_level": "15", + "attack_level": "15" + }, + { + "combat_style": "1", + "melee_animation": "8024", + "respawn_delay": "0", + "defence_animation": "8023", + "death_animation": "8025", + "name": "Iron minotaur", + "defence_level": "1", + "safespot": null, + "lifepoints": "24", + "strength_level": "1", + "id": "6855", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's just a big bully.", + "combat_style": "1", + "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": "65", + "strength_level": "25", + "id": "6856", + "range_level": "25", + "attack_level": "25" + }, + { + "examine": "He's just a big bully!", + "combat_style": "1", + "melee_animation": "8024", + "respawn_delay": "0", + "defence_animation": "8023", + "death_animation": "8025", + "name": "Steel minotaur", + "defence_level": "70", + "safespot": null, + "lifepoints": "44", + "strength_level": "30", + "id": "6857", + "bonuses": "40,30,30,30,30,50,30,60,60,60,20,80,40,20,0", + "range_level": "1", + "attack_level": "70" + }, + { + "examine": "He's just a big bully.", + "combat_style": "1", + "melee_animation": "8024", + "range_animation": "0", + "magic_level": "35", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8025", + "name": "Steel minotaur", + "defence_level": "35", + "safespot": null, + "lifepoints": "80", + "strength_level": "35", + "id": "6858", + "range_level": "35", + "attack_level": "35" + }, + { + "examine": "He's just a big bully", + "combat_style": "1", + "melee_animation": "8024", + "magic_level": "40", + "respawn_delay": "0", + "defence_animation": "8023", + "death_animation": "8025", + "name": "Mithril minotaur", + "defence_level": "40", + "safespot": null, + "lifepoints": "37", + "strength_level": "40", + "id": "6859", + "bonuses": "56,35,30,30,30,40,10,12,30,40,30,35,40,0,0", + "range_level": "40", + "attack_level": "40" + }, + { + "examine": "He's just a big bully.", + "combat_style": "1", + "melee_animation": "8024", + "range_animation": "0", + "magic_level": "45", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8025", + "name": "Mithril minotaur", + "defence_level": "45", + "safespot": null, + "lifepoints": "94", + "strength_level": "45", + "id": "6860", + "range_level": "45", + "attack_level": "45" + }, + { + "examine": "He's just a big bully.", + "combat_style": "1", + "melee_animation": "8024", + "magic_level": "55", + "respawn_delay": "0", + "defence_animation": "8023", + "death_animation": "8025", + "name": "Adamant minotaur", + "defence_level": "55", + "safespot": null, + "lifepoints": "43", + "strength_level": "1", + "id": "6861", + "bonuses": "40,50,40,45,35,20,50,36,30,40,15,18,30,10,0", + "range_level": "55", + "attack_level": "55" + }, + { + "examine": "He's just a big bully.", + "combat_style": "1", + "melee_animation": "8024", + "range_animation": "0", + "magic_level": "55", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8025", + "name": "Adamant minotaur", + "defence_level": "55", + "safespot": null, + "lifepoints": "108", + "strength_level": "55", + "id": "6862", + "range_level": "55", + "attack_level": "55" + }, + { + "examine": "He's just a big bully.", + "melee_animation": "8024", + "magic_level": "65", + "respawn_delay": "0", + "defence_animation": "8023", + "death_animation": "8025", + "name": "Rune minotaur", + "defence_level": "65", + "safespot": null, + "lifepoints": "57", + "strength_level": "65", + "id": "6863", + "bonuses": "50,40,40,56,40,30,50,30,60,30,40,30,50,40,40", + "range_level": "65", + "attack_level": "65" + }, + { + "examine": "He's just a big bully.", + "melee_animation": "8024", + "magic_level": "65", + "respawn_delay": "0", + "defence_animation": "8023", + "slayer_exp": "0", + "death_animation": "8025", + "name": "Rune minotaur", + "defence_level": "65", + "safespot": null, + "lifepoints": "57", + "strength_level": "65", + "id": "6864", + "bonuses": "50,40,40,56,40,30,50,30,60,30,40,30,50,40,40", + "range_level": "65", + "attack_level": "65" + }, + { + "death_animation": "7818", + "name": "Smoke devil", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "melee_animation": "7816", + "strength_level": "1", + "id": "6865", + "range_level": "1", + "respawn_delay": "0", + "attack_level": "1", + "defence_animation": "7817" + }, + { + "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", + "range_level": "55", + "attack_level": "55" + }, + { + "death_animation": "7897", + "name": "Bull ant", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "melee_animation": "7896", + "strength_level": "1", + "id": "6867", + "range_level": "1", + "respawn_delay": "0", + "attack_level": "1", + "defence_animation": "7900" + }, + { + "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", + "range_level": "40", + "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", + "bonuses": "59,50,50,50,50,50,50,50,50,50,50,50,50,68,0", + "range_level": "95", + "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", + "bonuses": "59,50,50,50,50,50,50,50,50,50,50,50,50,68,0", + "range_level": "95", + "attack_level": "1" + }, + { + "melee_animation": "853", + "attack_speed": "5", + "respawn_delay": "0", + "defence_animation": "851", + "death_animation": "852", + "name": "Compost mound", + "defence_level": "1", + "safespot": null, + "lifepoints": "96", + "strength_level": "1", + "id": "6871", + "range_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": "6872", + "range_level": "28", + "attack_level": "28" + }, + { + "examine": "Bulk haulage never smelled so bad.", + "melee_animation": "5782", + "range_animation": "5782", + "attack_speed": "5", + "magic_level": "91", + "defence_animation": "5783", + "magic_animation": "5782", + "death_animation": "5784", + "name": "Pack yak", + "defence_level": "121", + "poison_immune": "true", + "safespot": null, + "lifepoints": "710", + "strength_level": "104", + "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" + }, + { + "start_gfx": "1467", + "combat_style": "2", + "melee_animation": "7762", + "respawn_delay": "0", + "defence_animation": "7761", + "death_animation": "7763", + "name": "Spirit cockatrice", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6875", + "range_level": "1", + "projectile": "1468", + "attack_level": "1" + }, + { + "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", + "range_level": "43", + "projectile": "1468", + "attack_level": "43" + }, + { + "start_gfx": "1467", + "combat_style": "2", + "melee_animation": "7762", + "respawn_delay": "0", + "defence_animation": "7761", + "death_animation": "7763", + "name": "Spirit guthatrice", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6877", + "range_level": "1", + "projectile": "1468", + "attack_level": "1" + }, + { + "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", + "range_level": "43", + "projectile": "1468", + "attack_level": "43" + }, + { + "start_gfx": "1467", + "combat_style": "2", + "melee_animation": "7762", + "combat_audio": "703,705,704", + "respawn_delay": "0", + "defence_animation": "7761", + "death_animation": "7763", + "name": "Spirit saratrice", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6879", + "range_level": "1", + "projectile": "1468", + "attack_level": "1" + }, + { + "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", + "range_level": "43", + "projectile": "1468", + "attack_level": "43" + }, + { + "start_gfx": "1467", + "combat_style": "2", + "melee_animation": "7762", + "respawn_delay": "0", + "defence_animation": "7761", + "death_animation": "7763", + "name": "Spirit zamatrice", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6881", + "range_level": "1", + "projectile": "1468", + "attack_level": "1" + }, + { + "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", + "range_level": "43", + "projectile": "1468", + "attack_level": "43" + }, + { + "start_gfx": "1467", + "combat_style": "2", + "melee_animation": "7762", + "respawn_delay": "0", + "defence_animation": "7761", + "death_animation": "7763", + "name": "Spirit pengatrice", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6883", + "range_level": "1", + "projectile": "1468", + "attack_level": "1" + }, + { + "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", + "range_level": "43", + "projectile": "1468", + "attack_level": "43" + }, + { + "start_gfx": "1467", + "combat_style": "2", + "melee_animation": "7762", + "respawn_delay": "0", + "defence_animation": "7761", + "death_animation": "7763", + "name": "Spirit coraxatrice", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6885", + "range_level": "1", + "projectile": "1468", + "attack_level": "1" + }, + { + "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", + "range_level": "43", + "projectile": "1468", + "attack_level": "43" + }, + { + "start_gfx": "1467", + "combat_style": "2", + "melee_animation": "7762", + "respawn_delay": "0", + "defence_animation": "7761", + "death_animation": "7763", + "name": "Spirit vulatrice", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6887", + "range_level": "1", + "projectile": "1468", + "attack_level": "1" + }, + { + "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", + "range_level": "43", + "projectile": "1468", + "attack_level": "43" + }, + { + "examine": "The only creature with a mouth big enough to hold a cannonball.", + "melee_animation": "7260", + "magic_level": "55", + "respawn_delay": "0", + "defence_animation": "7257", + "death_animation": "7256", + "name": "Barker toad", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "55", + "id": "6889", + "range_level": "55", + "attack_level": "1" + }, + { + "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", + "range_level": "55", + "attack_level": "55" + }, + { + "examine": "He looks like the type of guy who would keep penguins.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Penguin keeper", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6891", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The lady of the pet shop.", + "melee_animation": "0", + "range_animation": "0", + "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.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Pet shop owner", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6893", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A dalmatian puppy.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Dalmatian", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6896", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A bulldog puppy.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "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": "408,410,409", + "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": "408,410,409", + "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": "408,410,409", + "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": "408,410,409", + "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", + "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", + "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", + "magic_level": "19", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "7185", + "name": "Druid", + "defence_level": "19", + "safespot": null, + "lifepoints": "27", + "strength_level": "14", + "id": "6972", + "range_level": "1", + "attack_level": "14" + }, + { + "examine": "A nature lover.", + "range_animation": "0", + "combat_audio": "511,513,512", + "magic_level": "19", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "7185", + "name": "Druid", + "defence_level": "19", + "safespot": null, + "lifepoints": "27", + "strength_level": "14", + "id": "6973", + "range_level": "1", + "attack_level": "14" + }, + { + "examine": "A nature lover.", + "range_animation": "0", + "combat_audio": "511,513,512", + "magic_level": "19", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "7185", + "name": "Druid", + "defence_level": "19", + "safespot": null, + "lifepoints": "27", + "strength_level": "14", + "id": "6974", + "range_level": "1", + "attack_level": "14" + }, + { + "examine": "A nature lover.", + "melee_animation": "7181", + "range_animation": "0", + "combat_audio": "511,513,512", + "magic_level": "19", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "7185", + "name": "Druid", + "defence_level": "19", + "safespot": null, + "lifepoints": "27", + "strength_level": "14", + "id": "6975", + "range_level": "1", + "attack_level": "14" + }, + { + "examine": "A nature lover.", + "melee_animation": "7182", + "range_animation": "0", + "combat_audio": "511,513,512", + "magic_level": "19", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "7185", + "name": "Druid", + "defence_level": "19", + "safespot": null, + "lifepoints": "27", + "strength_level": "14", + "id": "6976", + "range_level": "1", + "attack_level": "14" + }, + { + "examine": "A nature lover.", + "melee_animation": "7182", + "range_animation": "0", + "combat_audio": "511,513,512", + "magic_level": "19", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "7185", + "name": "Druid", + "defence_level": "19", + "safespot": null, + "lifepoints": "27", + "strength_level": "14", + "id": "6977", + "range_level": "1", + "attack_level": "14" + }, + { + "examine": "A nature lover.", + "melee_animation": "7182", + "range_animation": "0", + "combat_audio": "511,513,512", + "magic_level": "19", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "7185", + "name": "Druid", + "defence_level": "19", + "safespot": null, + "lifepoints": "27", + "strength_level": "14", + "id": "6978", + "range_level": "1", + "attack_level": "14" + }, + { + "melee_animation": "7182", + "combat_audio": "511,513,512", + "respawn_delay": "60", + "defence_animation": "7186", + "death_animation": "7185", + "name": "Druid", + "defence_level": "1", + "safespot": null, + "lifepoints": "30", + "strength_level": "1", + "id": "6979", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A nature lover.", + "melee_animation": "7182", + "range_animation": "0", + "combat_audio": "511,513,512", + "magic_level": "19", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "7185", + "name": "Druid", + "defence_level": "19", + "safespot": null, + "lifepoints": "27", + "strength_level": "14", + "id": "6980", + "range_level": "1", + "attack_level": "14" + }, + { + "examine": "A nature lover.", + "melee_animation": "7182", + "range_animation": "0", + "magic_level": "19", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "7185", + "name": "Druidess", + "defence_level": "19", + "safespot": null, + "lifepoints": "27", + "strength_level": "14", + "id": "6981", + "range_level": "1", + "attack_level": "14" + }, + { + "examine": "A nature lover.", + "melee_animation": "7181", + "range_animation": "0", + "magic_level": "19", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "7185", + "name": "Druidess", + "defence_level": "19", + "safespot": null, + "lifepoints": "27", + "strength_level": "14", + "id": "6982", + "range_level": "1", + "attack_level": "14" + }, + { + "examine": "A nature lover.", + "melee_animation": "7182", + "range_animation": "0", + "magic_level": "19", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "7185", + "name": "Druidess", + "defence_level": "19", + "safespot": null, + "lifepoints": "27", + "strength_level": "14", + "id": "6983", + "range_level": "1", + "attack_level": "14" + }, + { + "examine": "A nature lover.", + "melee_animation": "7181", + "range_animation": "0", + "magic_level": "19", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "7185", + "name": "Druidess", + "defence_level": "19", + "safespot": null, + "lifepoints": "27", + "strength_level": "14", + "id": "6984", + "range_level": "1", + "attack_level": "14" + }, + { + "examine": "A nature lover.", + "melee_animation": "7182", + "range_animation": "0", + "magic_level": "19", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "7185", + "name": "Druidess", + "defence_level": "19", + "safespot": null, + "lifepoints": "27", + "strength_level": "14", + "id": "6985", + "range_level": "1", + "attack_level": "14" + }, + { + "examine": "A nature lover.", + "melee_animation": "7182", + "range_animation": "0", + "magic_level": "19", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "7185", + "name": "Druidess", + "defence_level": "19", + "safespot": null, + "lifepoints": "27", + "strength_level": "14", + "id": "6986", + "range_level": "1", + "attack_level": "14" + }, + { + "examine": "A nature lover.", + "melee_animation": "7182", + "range_animation": "0", + "magic_level": "19", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "7185", + "name": "Druidess", + "defence_level": "19", + "safespot": null, + "lifepoints": "27", + "strength_level": "14", + "id": "6987", + "range_level": "1", + "attack_level": "14" + }, + { + "death_animation": "8570", + "name": "Spirit jelly", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "melee_animation": "8569", + "strength_level": "1", + "id": "6992", + "range_level": "1", + "respawn_delay": "0", + "attack_level": "1", + "defence_animation": "8571" + }, + { + "examine": "On Runescape", + "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" + }, + { + "combat_style": "1", + "melee_animation": "8519", + "respawn_delay": "0", + "defence_animation": "8518", + "death_animation": "8517", + "name": "Spirit kalphite", + "defence_level": "1", + "safespot": null, + "lifepoints": "77", + "strength_level": "1", + "id": "6994", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "defence_animation": "8592", + "magic_animation": "8594", + "death_animation": "8593", + "name": "Revenant dragon", + "defence_level": "1", + "safespot": null, + "lifepoints": "210", + "strength_level": "1", + "id": "6998", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant dragon", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "408,410,409", + "strength_level": "1", + "id": "6999", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A very large elemental adversary.", + "slayer_task": "33", + "melee_animation": "4666", + "range_animation": "4666", + "combat_audio": "449,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.", + "slayer_task": "33", + "melee_animation": "4666", + "range_animation": "4666", + "combat_audio": "449,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.", + "slayer_task": "92", + "melee_animation": "6559", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "slayer_exp": "74", + "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" + }, + { + "examine": "An active spiny creature.", + "melee_animation": "0", + "range_animation": "0", + "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.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Grenwall", + "defence_level": "1", + "safespot": null, + "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", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Dug by a Pawya (Not actual exam).", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Earth Mound", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7013", + "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": "7014", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A most unlikely creature.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Platypus", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7021", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A most unlikely creature.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Baby platypus", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7024", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ogre snack with wings.", + "slayer_task": "7", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Wimpy bird", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7031", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A shy creature with a toxic bite.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Diseased kebbit", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7039", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Fit to wear the uniform?", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ogress banker", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7049", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "She walks as if she owns the place.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Chief Tess", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7051", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A fearsome adversary with no sense of humour.", + "slayer_task": "64", + "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", + "strength_level": "48", + "id": "7078", + "aggressive": "true", + "range_level": "1", + "attack_level": "48" + }, + { + "examine": "Irascible", + "slayer_task": "64", + "melee_animation": "8636", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "8640", + "name": "Ogress warrior", + "defence_level": "45", + "safespot": null, + "lifepoints": "64", + "strength_level": "45", + "id": "7079", + "aggressive": "true", + "range_level": "1", + "attack_level": "45" + }, + { + "examine": "Irascible", + "slayer_task": "64", + "melee_animation": "8637", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "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.", + "slayer_task": "64", + "melee_animation": "8636", + "range_animation": "0", + "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", + "id": "7081", + "aggressive": "true", + "range_level": "1", + "attack_level": "42" + }, + { + "examine": "A large and contentious lady ogre.", + "slayer_task": "64", + "melee_animation": "8637", + "range_animation": "0", + "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", + "id": "7082", + "aggressive": "true", + "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", + "strength_level": "51", + "id": "7084", + "aggressive": "true", + "range_level": "1", + "attack_level": "51" + }, + { + "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": "54", + "safespot": null, + "lifepoints": "142", + "strength_level": "54", + "id": "7085", + "aggressive": "true", + "range_level": "1", + "attack_level": "54" + }, + { + "examine": "Dead stone defending a dead throne room.", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "name": "Eucalyptus ent", + "defence_level": "57", + "safespot": null, + "lifepoints": "162", + "strength_level": "57", + "id": "7086", + "aggressive": "true", + "range_level": "1", + "attack_level": "57" + }, + { + "examine": "A crazy, evil druid.", + "start_gfx": "105", + "melee_animation": "422", + "range_animation": "422", + "attack_speed": "5", + "magic_level": "10", + "end_gfx": "107", + "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": "7105", + "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.", + "melee_animation": "386", + "range_animation": "0", + "magic_level": "1", + "defence_animation": "404", + "magic_animation": "0", + "death_animation": "9055", + "name": "Thug", + "defence_level": "9", + "safespot": null, + "lifepoints": "18", + "strength_level": "5", + "id": "7106", + "bonuses": "5,5,0,0,0,0,2,3,3,0,0,0,0,0,0", + "clue_level": "0", + "range_level": "1", + "attack_level": "7" + }, + { + "examine": "Low on brains.", + "melee_animation": "386", + "range_animation": "0", + "magic_level": "1", + "defence_animation": "404", + "magic_animation": "0", + "death_animation": "9055", + "name": "Thug", + "defence_level": "9", + "safespot": null, + "lifepoints": "18", + "strength_level": "5", + "id": "7107", + "bonuses": "5,5,0,0,0,0,2,3,3,0,0,0,0,0,0", + "clue_level": "0", + "range_level": "1", + "attack_level": "7" + }, + { + "examine": "Low on brains.", + "melee_animation": "386", + "range_animation": "0", + "magic_level": "1", + "defence_animation": "404", + "magic_animation": "0", + "death_animation": "9055", + "name": "Thug", + "defence_level": "9", + "safespot": null, + "lifepoints": "18", + "strength_level": "5", + "id": "7108", + "bonuses": "5,5,0,0,0,0,2,3,3,0,0,0,0,0,0", + "clue_level": "0", + "range_level": "1", + "attack_level": "7" + }, + { + "examine": "Low on brains.", + "melee_animation": "386", + "range_animation": "0", + "magic_level": "1", + "defence_animation": "404", + "magic_animation": "0", + "death_animation": "9055", + "name": "Thug", + "defence_level": "9", + "safespot": null, + "lifepoints": "18", + "strength_level": "5", + "id": "7109", + "bonuses": "5,5,0,0,0,0,2,3,3,0,0,0,0,0,0", + "clue_level": "0", + "range_level": "1", + "attack_level": "7" + }, + { + "examine": "Low on brains.", + "melee_animation": "386", + "range_animation": "0", + "magic_level": "1", + "defence_animation": "404", + "magic_animation": "0", + "death_animation": "9055", + "name": "Thug", + "defence_level": "9", + "safespot": null, + "lifepoints": "18", + "strength_level": "5", + "id": "7110", + "bonuses": "5,5,0,0,0,0,2,3,3,0,0,0,0,0,0", + "clue_level": "0", + "range_level": "1", + "attack_level": "7" + }, + { + "examine": "Low on brains.", + "melee_animation": "386", + "range_animation": "0", + "magic_level": "1", + "defence_animation": "404", + "magic_animation": "0", + "death_animation": "9055", + "name": "Thug", + "defence_level": "9", + "safespot": null, + "lifepoints": "18", + "strength_level": "5", + "id": "7111", + "bonuses": "5,5,0,0,0,0,2,3,3,0,0,0,0,0,0", + "clue_level": "0", + "range_level": "1", + "attack_level": "7" + }, + { + "examine": "Low on brains.", + "melee_animation": "386", + "range_animation": "0", + "magic_level": "1", + "defence_animation": "404", + "magic_animation": "0", + "death_animation": "9055", + "name": "Thug", + "defence_level": "9", + "safespot": null, + "lifepoints": "18", + "strength_level": "5", + "id": "7112", + "bonuses": "5,5,0,0,0,0,2,3,3,0,0,0,0,0,0", + "clue_level": "0", + "range_level": "1", + "attack_level": "7" + }, + { + "examine": "Low on brains.", + "melee_animation": "386", + "range_animation": "0", + "magic_level": "1", + "defence_animation": "404", + "magic_animation": "0", + "death_animation": "9055", + "name": "Thug", + "defence_level": "9", + "safespot": null, + "lifepoints": "18", + "strength_level": "5", + "id": "7113", + "bonuses": "5,5,0,0,0,0,2,3,3,0,0,0,0,0,0", + "clue_level": "0", + "range_level": "1", + "attack_level": "7" + }, + { + "examine": "Low on brains.", + "melee_animation": "386", + "range_animation": "0", + "magic_level": "1", + "defence_animation": "404", + "magic_animation": "0", + "death_animation": "9055", + "name": "Thug", + "defence_level": "9", + "safespot": null, + "lifepoints": "18", + "strength_level": "5", + "id": "7114", + "bonuses": "5,5,0,0,0,0,2,3,3,0,0,0,0,0,0", + "clue_level": "0", + "range_level": "1", + "attack_level": "7" + }, + { + "examine": "He seems to be enjoying his time in the bar.", + "melee_animation": "0", + "range_animation": "0", + "magic_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Thaki the delivery dwarf", + "defence_level": "1", + "safespot": null, + "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" + }, + { + "examine": "One of King Tyras's men.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Tyras guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7120", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A hungry-looking rabbit.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Rabbit", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7125", + "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": "7128", + "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": "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": "7130", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The head farmer", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Farmer Blinkin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7131", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Owner of this homestead.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mrs. Winkin", + "defence_level": "1", + "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", + "attack_speed": "6", + "respawn_delay": "60", + "defence_animation": "8755", + "death_animation": "8756", + "name": "Bork", + "defence_level": "80", + "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": "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": "2354", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "She can look after my money.", + "combat_style": "2", + "melee_animation": "0", + "range_animation": "0", + "respawn_delay": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Banker", + "defence_level": "1", + "safespot": null, + "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.", + "slayer_task": "31", + "melee_animation": "428", + "range_animation": "0", + "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", + "clue_level": "2", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "I don't wanna be at the wrong end of that pike.", + "slayer_task": "31", + "melee_animation": "428", + "range_animation": "0", + "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", + "clue_level": "2", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "He looks pretty handy with that bow.", + "slayer_task": "31", + "start_gfx": "250", + "combat_style": "1", + "melee_animation": "428", + "range_animation": "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", + "clue_level": "2", + "range_level": "64", + "projectile": "249", + "attack_level": "1" + }, + { + "examine": "He looks pretty handy with that bow.", + "slayer_task": "31", + "start_gfx": "250", + "combat_style": "1", + "melee_animation": "428", + "range_animation": "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", + "clue_level": "2", + "range_level": "64", + "projectile": "249", + "attack_level": "1" + }, + { + "examine": "A Mourner showing his true identity.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Head mourner", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2372", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A Mourner", + "slayer_task": "31", + "melee_animation": "428", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Mourner", + "defence_level": "61", + "safespot": null, + "lifepoints": "87", + "strength_level": "61", + "id": "2373", + "aggressive": "true", + "range_level": "1", + "attack_level": "61" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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": "16", + "name": "Chaos dwarf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2423", + "range_level": "1", + "attack_level": "1" + }, + { + "death_animation": "9230", + "name": "Jarvald", + "defence_level": "10", + "safespot": null, + "lifepoints": "10", + "melee_animation": "9232", + "strength_level": "10", + "id": "2436", + "range_level": "1", + "attack_level": "10", + "defence_animation": "9231" + }, + { + "examine": "Looks like a wanna be Fremennik.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Askeladden", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2439", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "This support is propping the door closed.", + "melee_animation": "0", + "range_animation": "0", + "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", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "1314", + "name": "Giant Rock Crab", + "defence_level": "68", + "safespot": null, + "lifepoints": "97", + "strength_level": "68", + "id": "2452", + "aggressive": "true", + "range_level": "1", + "attack_level": "68" + }, + { + "examine": "Heavy rock!", + "melee_animation": "0", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Boulder", + "defence_level": "1", + "safespot": null, + "lifepoints": "240", + "strength_level": "1", + "id": "2453", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A teeny-tiny horror from the ocean depths...", + "slayer_task": "24", + "melee_animation": "1341", + "range_animation": "0", + "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", + "id": "2454", + "aggressive": "true", + "range_level": "1", + "attack_level": "47" + }, + { + "examine": "A spiny horror from the ocean depths...", + "melee_animation": "1343", + "attack_speed": "6", + "respawn_delay": "60", + "defence_animation": "1340", + "slayer_exp": "100", + "death_animation": "1342", + "name": "Dagannoth", + "defence_level": "60", + "safespot": null, + "lifepoints": "95", + "strength_level": "90", + "id": "2455", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "projectile": "294", + "attack_level": "90" + }, + { + "examine": "It's an NPC.", + "combat_style": "1", + "melee_animation": "1343", + "respawn_delay": "60", + "defence_animation": "1340", + "slayer_exp": "0", + "death_animation": "1342", + "name": "Dagannoth", + "defence_level": "60", + "safespot": null, + "lifepoints": "70", + "strength_level": "90", + "id": "2456", + "aggressive": "true", + "clue_level": "1", + "range_level": "90", + "projectile": "294", + "attack_level": "90" + }, + { + "examine": "A fearsome magical creature from the deep.", + "combat_style": "2", + "melee_animation": "2365", + "attack_speed": "6", + "spell_id": "48", + "magic_level": "100", + "respawn_delay": "60", + "defence_animation": "2366", + "magic_animation": "2365", + "death_animation": "2367", + "name": "Wallasalki", + "defence_level": "80", + "safespot": null, + "lifepoints": "120", + "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 fowl beast.", + "combat_style": "2", + "melee_animation": "2302", + "range_animation": "2302", + "combat_audio": "355,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, + "lifepoints": "19", + "strength_level": "5", + "id": "2463", + "aggressive": "true", + "bonuses": "25,85,105,75,103,85,65,0,0,0,0,0,0,0,0", + "range_level": "5", + "projectile": "337", + "attack_level": "5" + }, + { + "examine": "A fowl beast.", + "combat_style": "2", + "melee_animation": "2302", + "range_animation": "2302", + "combat_audio": "355,357,356", + "magic_level": "10", + "respawn_delay": "25", + "defence_animation": "2300", + "magic_animation": "2302", + "death_animation": "2301", + "name": "Evil Chicken", + "defence_level": "40", + "safespot": null, + "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": "355,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": "355,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": "355,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": "355,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", + "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", + "id": "2476", + "bonuses": "30,20,10,20,20,30,30,10,20,10,30,30,20,30,20", + "range_level": "20", + "attack_level": "8" + }, + { + "examine": "Apparently a master of quizzes!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "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", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Evil Bob", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2479", + "range_level": "1", + "attack_level": "1" + }, + { + "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" + }, + { + "examine": "Annoying flappy thing.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "slayer_exp": "8", + "magic_animation": "0", + "death_animation": "0", + "name": "Giant bat", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2482", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A slithering serpent that likes to hide in the bush.", + "melee_animation": "275", + "range_animation": "0", + "combat_audio": "3609,3608,3610", + "poisonous": "true", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "1", + "poison_amount": "11", + "magic_animation": "0", + "death_animation": "278", + "name": "Bush snake", + "defence_level": "61", + "safespot": null, + "lifepoints": "87", + "strength_level": "1", + "id": "2489", + "aggressive": "true", + "range_level": "61", + "attack_level": "1" + }, + { + "melee_animation": "275", + "combat_audio": "3609,3608,3610", + "poisonous": "true", + "respawn_delay": "60", + "defence_animation": "276", + "poison_amount": "11", + "death_animation": "278", + "name": "Bush snake", + "defence_level": "1", + "safespot": null, + "lifepoints": "25", + "strength_level": "1", + "id": "2490", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "name": "Tribesman", + "defence_level": "1", + "safespot": null, + "lifepoints": "40", + "strength_level": "1", + "id": "2496", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A vicious warrior.", + "melee_animation": "428", + "range_animation": "0", + "poisonous": "true", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Tribesman", + "defence_level": "45", + "safespot": null, + "lifepoints": "64", + "strength_level": "45", + "id": "2497", + "clue_level": "1", + "range_level": "1", + "attack_level": "45" + }, + { + "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": "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" + }, + { + "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": "5", + "magic_level": "20", + "end_gfx": "107", + "defence_animation": "404", + "weakness": "3", + "magic_animation": "422", + "death_animation": "9055", + "name": "Chaos druid", + "defence_level": "10", + "safespot": null, + "lifepoints": "20", + "strength_level": "20", + "id": "2547", + "range_level": "10", + "projectile": "106", + "attack_level": "20" + }, + { + "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" + }, + { + "death_animation": "836", + "name": "Market Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "23", + "melee_animation": "400", + "strength_level": "1", + "id": "2571", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "examine": "He's guarding the bank.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "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": "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": "10", + "safespot": null, + "lifepoints": "14", + "strength_level": "10", + "id": "2674", + "range_level": "1", + "attack_level": "10" + }, + { + "name": "Man", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "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", + "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", + "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", + "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": "2679", + "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": "2680", + "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": "2681", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A popular dwarven delicacy.", + "melee_animation": "2705", + "range_animation": "2705", + "combat_audio": "3102,3104,3103", + "attack_speed": "5", + "defence_animation": "2706", + "magic_animation": "2705", + "death_animation": "2707", + "name": "Rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "2", + "strength_level": "1", + "id": "2682", + "range_level": "1", + "attack_level": "1" + }, + { + "death_animation": "836", + "name": "Hengel", + "defence_level": "1", + "safespot": null, + "lifepoints": "7", + "melee_animation": "422", + "strength_level": "1", + "id": "2683", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "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": "24", + "safespot": null, + "lifepoints": "29", + "strength_level": "24", + "id": "2685", + "aggressive": "true", + "range_level": "1", + "attack_level": "22" + }, + { + "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": "24", + "safespot": null, + "lifepoints": "29", + "strength_level": "24", + "id": "2686", + "aggressive": "true", + "range_level": "1", + "attack_level": "22" + }, + { + "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": "24", + "safespot": null, + "lifepoints": "29", + "strength_level": "24", + "id": "2687", + "aggressive": "true", + "range_level": "1", + "attack_level": "22" + }, + { + "examine": "An ugly smelly creature, with a spear.", + "melee_animation": "163", + "range_animation": "163", + "combat_audio": "469,472,471", + "attack_speed": "6", + "defence_animation": "165", + "magic_animation": "163", + "death_animation": "167", + "name": "Hobgoblin", + "defence_level": "24", + "safespot": null, + "lifepoints": "29", + "strength_level": "24", + "id": "2688", + "aggressive": "true", + "range_level": "1", + "attack_level": "22" + }, + { + "examine": "Didn't the mage say this procedure was totally safe?", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Frog", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2689", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A salty seafarer. Needs a wash.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Jack Seagull", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2690", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A strange man with a strange name. Probably a strange past", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Longbow Ben", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2691", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "She quackers.", + "slayer_task": "7", + "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", + "safespot": null, + "lifepoints": "1", + "strength_level": "1", + "id": "2693", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Mini quackers.", + "slayer_task": "7", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "3468", + "name": "Duckling", + "defence_level": "1", + "safespot": null, + "lifepoints": "1", + "strength_level": "1", + "id": "2694", + "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": "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": "6", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "836", + "name": "Black knight", + "defence_level": "24", + "safespot": null, + "lifepoints": "34", + "strength_level": "24", + "id": "2698", + "aggressive": "true", + "range_level": "1", + "attack_level": "24" + }, + { + "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", + "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", + "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", + "id": "2710", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "His hands are covered in mud. At least", + "start_gfx": "96", + "combat_style": "2", + "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", + "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", + "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" + }, + { + "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" + }, + { + "slayer_exp": "25", + "name": "Ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "2716", + "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" + }, + { + "examine": "She'll store my items for me.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Betty", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2718", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A wise barbarian", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Otto Godblessed", + "defence_level": "1", + "safespot": null, + "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", + "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": "2729", + "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": "2731", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He works in 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": "2732", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He wanders around the Crafting Guild pretending to be working.", + "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": "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", + "aggressive": "true", + "bonuses": "150,22,22,22,22,11,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "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", + "aggressive": "true", + "bonuses": "150,22,22,22,22,11,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "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", + "aggressive": "true", + "bonuses": "80,45,45,45,45,22,0,0,0,0,0,0,0,0,0", + "range_level": "20", + "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", + "aggressive": "true", + "bonuses": "80,45,45,45,45,22,0,0,0,0,0,0,0,0,0", + "range_level": "20", + "attack_level": "60" + }, + { + "examine": "Looks like living lava...", + "melee_animation": "9233", + "range_animation": "9233", + "attack_speed": "5", + "defence_animation": "9235", + "magic_animation": "9233", + "death_animation": "9234", + "name": "Tz-Kek", + "defence_level": "11", + "safespot": null, + "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", + "bonuses": "80,90,86,90,90,90,45,55,26,55,0,0,0,0,0", + "range_level": "80", + "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", + "bonuses": "80,90,86,90,90,90,45,55,26,55,0,0,0,0,0", + "range_level": "80", + "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", + "aggressive": "true", + "bonuses": "100,180,180,180,180,90,97,0,0,0,0,0,0,0,0", + "range_level": "1", + "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", + "aggressive": "true", + "bonuses": "100,180,180,180,180,90,97,0,0,0,0,0,0,0,0", + "range_level": "1", + "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", + "bonuses": "180,180,280,280,280,250,140,152,131,0,0,0,0,0,0", + "range_level": "1", + "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", + "bonuses": "180,180,280,280,280,250,140,152,131,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "150" + }, + { + "agg_radius": "64", + "examine": "This is going to hurt...", + "melee_animation": "9277", + "range_animation": "9277", + "attack_speed": "8", + "magic_level": "2400", + "defence_animation": "9278", + "weakness": "10", + "slayer_exp": "0", + "magic_animation": "9277", + "death_animation": "9279", + "name": "TzTok-Jad", + "defence_level": "700", + "safespot": null, + "lifepoints": "250", + "strength_level": "1600", + "id": "2745", + "aggressive": "true", + "bonuses": "0,0,0,60,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1600", + "attack_level": "700" + }, + { + "examine": "Mini Menace.", + "melee_animation": "9252", + "range_animation": "9252", + "attack_speed": "5", + "defence_animation": "9253", + "magic_animation": "9252", + "death_animation": "9257", + "name": "Yt-HurKot", + "defence_level": "75", + "safespot": null, + "lifepoints": "40", + "strength_level": "75", + "id": "2746", + "aggressive": "true", + "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", + "defence_animation": "0", + "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", + "defence_animation": "0", + "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", + "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", + "id": "2782", + "aggressive": "true", + "range_level": "1", + "attack_level": "68" + }, + { + "examine": "From a darker dimension.", + "slayer_task": "25", + "melee_animation": "2731", + "range_animation": "2731", + "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", + "strength_level": "160", + "id": "2783", + "aggressive": "true", + "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": "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": "2785", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Digging.", + "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": "2786", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Confused.", + "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": "2787", + "range_level": "1", + "attack_level": "1" + }, + { + "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": "An angry Ogre in a funny hat.", + "melee_animation": "359", + "range_animation": "359", + "attack_speed": "6", + "defence_animation": "360", + "magic_animation": "359", + "death_animation": "361", + "name": "Ogre", + "defence_level": "30", + "safespot": null, + "lifepoints": "48", + "strength_level": "30", + "id": "2801", + "aggressive": "true", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "They just call him 'Coach'.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gnome Coach", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2802", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A cold-blooded creature, partial to warmth.", + "slayer_task": "26", + "melee_animation": "2776", + "range_animation": "2776", + "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", + "id": "2803", + "aggressive": "true", + "range_level": "55", + "attack_level": "1" + }, + { + "examine": "A cold-blooded creature, partial to warmth.", + "slayer_task": "26", + "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", + "aggressive": "true", + "range_level": "45", + "attack_level": "1" + }, + { + "examine": "A cold-blooded creature, partial to warmth.", + "slayer_task": "26", + "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", + "aggressive": "true", + "range_level": "45", + "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", + "aggressive": "true", + "range_level": "45", + "attack_level": "1" + }, + { + "examine": "A cold-blooded creature, partial to warmth.", + "slayer_task": "26", + "melee_animation": "2776", + "range_animation": "2776", + "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", + "id": "2807", + "range_level": "15", + "attack_level": "1" + }, + { + "examine": "A cold-blooded creature, partial to warmth.", + "slayer_task": "26", + "melee_animation": "2776", + "range_animation": "2776", + "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", + "id": "2808", + "aggressive": "true", + "range_level": "15", + "attack_level": "1" + }, + { + "examine": "A camel who has the soul of a poet.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Al the Camel", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2809", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A camel whose love is unrequited.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Elly the Camel", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2810", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A camel who wants to fly some day.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ollie the Camel", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2811", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A camel who likes to rest.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cam the Camel", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2812", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A camel who wants to see the world.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Neferti the Camel", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2815", + "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": "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" + }, + { + "examine": "A shabby-looking leader.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Captain Braindeath", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2827", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Most of an angry", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "50% Luke", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2828", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "I wonder if it was all the 'rum' that pickled him.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Captain Donnie", + "defence_level": "1", + "safespot": null, + "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", + "aggressive": "true", + "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": "2832", + "aggressive": "true", + "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": "2833", + "aggressive": "true", + "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": "2834", + "aggressive": "true", + "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": "2835", + "aggressive": "true", + "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": "2836", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An undead sea scoundrel.", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "36" + }, + { + "examine": "An undead sea scoundrel.", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "36" + }, + { + "examine": "An undead sea scoundrel.", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "36" + }, + { + "examine": "An undead sea scoundrel.", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "36" + }, + { + "examine": "An undead sea scoundrel.", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "36" + }, + { + "examine": "An undead sea scoundrel.", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "36" + }, + { + "examine": "He talks a good fight.", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "34" + }, + { + "examine": "He talks a good fight.", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "34" + }, + { + "examine": "He talks a good fight.", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "34" + }, + { + "examine": "He talks a good fight.", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "34" + }, + { + "examine": "He talks a good fight.", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "34" + }, + { + "examine": "He talks a good fight.", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "34" + }, + { + "examine": "The pun was intended.", + "melee_animation": "2804", + "range_animation": "0", + "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", + "id": "2849", + "aggressive": "true", + "range_level": "40", + "attack_level": "40" + }, + { + "examine": "A bunch of legs, eyes and teeth.", + "slayer_task": "76", + "melee_animation": "5319", + "range_animation": "0", + "combat_audio": "537,539,538", + "attack_speed": "4", + "respawn_delay": "60", + "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", + "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", + "range_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", + "range_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", + "range_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", + "range_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", + "range_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", + "range_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", + "range_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", + "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": "2863", + "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": "2866", + "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": "2869", + "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": "2878", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A knee-high horror from the ocean depths...", + "slayer_task": "24", + "melee_animation": "1579", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "1581", + "name": "Dagannoth fledgeling", + "defence_level": "52", + "safespot": null, + "lifepoints": "74", + "strength_level": "52", + "id": "2880", + "aggressive": "true", + "range_level": "1", + "attack_level": "52" + }, + { + "agg_radius": "8", + "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", + "range_level": "255", + "projectile": "475", + "attack_level": "255" + }, + { + "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, + "lifepoints": "300", + "strength_level": "1", + "id": "7134", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Aww, aren't they the cutest li - Argh!", + "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", + "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", + "attack_level": "68" + }, + { + "examine": "A powerful wizard.", + "combat_style": "2", + "attack_speed": "25", + "magic_level": "90", + "spell_id": "11", + "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", + "aggressive": "true", + "range_level": "1", + "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", + "aggressive": "true", + "range_level": "1", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "84" + }, + { + "examine": "He seems to have gone mad.", + "melee_animation": "426", + "range_animation": "426", + "magic_level": "25", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "death_animation": "836", + "name": "null", + "defence_level": "25", + "safespot": null, + "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" + }, + { + "agg_radius": "8", + "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", + "range_level": "1", + "attack_level": "255" + }, + { + "agg_radius": "8", + "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", + "range_level": "255", + "attack_level": "255" + }, + { + "examine": "A fearsome magical creature from the deep.", + "combat_style": "2", + "melee_animation": "2365", + "attack_speed": "6", + "spell_id": "48", + "magic_level": "100", + "respawn_delay": "60", + "defence_animation": "2366", + "magic_animation": "2365", + "death_animation": "2367", + "name": "Wallasalki", + "defence_level": "80", + "safespot": null, + "lifepoints": "120", + "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" + }, + { + "melee_animation": "1312", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "1313", + "death_animation": "1314", + "name": "Giant Rock Crab", + "defence_level": "1", + "safespot": null, + "lifepoints": "240", + "strength_level": "1", + "id": "2885", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "attack_speed": "2", + "defence_animation": "2861", + "weakness": "7", + "magic_animation": "2860", + "death_animation": "2862", + "name": "Rock lobster", + "defence_level": "100", + "safespot": null, + "lifepoints": "150", + "strength_level": "100", + "id": "2889", + "range_level": "1", + "bonuses": "0,0,0,0,0,100,100,50,50,150,0,0,0,0,0", + "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", + "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", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "The Beast", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2941", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Lovely", + "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", + "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" + }, + { + "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", + "melee_animation": "0", + "range_animation": "0", + "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": "1" + }, + { + "examine": "A fully grown feline.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mittens", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2988", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Cute and fluffy.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Topsy", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2990", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A friendly feline?", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gertrude's cat", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2997", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Very well to do. I wonder what he's doing here.", + "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": "2998", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Rich.", + "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": "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", + "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": "3003", + "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": "3004", + "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": "3005", + "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": "3006", + "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": "3007", + "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": "3008", + "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": "3009", + "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": "3010", + "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": "3011", + "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": "3012", + "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": "3013", + "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": "3014", + "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": "3015", + "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": "3016", + "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": "3017", + "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": "3018", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks after your Farming tools.", + "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": "3021", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Phenomenal cosmic powers", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Genie", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3022", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "defence_level": "55", + "safespot": null, + "lifepoints": "78", + "strength_level": "55", + "id": "3026", + "aggressive": "true", + "range_level": "1", + "attack_level": "55" + }, + { + "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", + "defence_level": "55", + "safespot": null, + "lifepoints": "78", + "strength_level": "55", + "id": "3027", + "aggressive": "true", + "range_level": "1", + "attack_level": "55" + }, + { + "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", + "defence_level": "55", + "safespot": null, + "lifepoints": "78", + "strength_level": "55", + "id": "3028", + "aggressive": "true", + "range_level": "1", + "attack_level": "55" + }, + { + "examine": "The oldest man in Nardah.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "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", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "2946", + "name": "Earth Warrior Champion", + "defence_level": "51", + "safespot": null, + "lifepoints": "72", + "strength_level": "51", + "id": "3057", + "aggressive": "true", + "range_level": "1", + "attack_level": "51" + }, + { + "examine": "Champion of the giants.", + "melee_animation": "6368", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "slayer_exp": "35", + "magic_animation": "0", + "death_animation": "6369", + "name": "Giant Champion", + "defence_level": "28", + "safespot": null, + "lifepoints": "40", + "strength_level": "28", + "id": "3058", + "aggressive": "true", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "Champion of the ghouls.", + "melee_animation": "422", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "slayer_exp": "50", + "magic_animation": "0", + "death_animation": "836", + "name": "Ghoul Champion", + "defence_level": "43", + "safespot": null, + "lifepoints": "61", + "strength_level": "43", + "id": "3059", + "aggressive": "true", + "range_level": "43", + "attack_level": "43" + }, + { + "examine": "Champion of the goblins.", + "melee_animation": "6188", + "range_animation": "0", + "combat_audio": "469,472,471", + "magic_level": "12", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "6190", + "name": "Goblin Champion", + "defence_level": "12", + "safespot": null, + "lifepoints": "17", + "strength_level": "6", + "id": "3060", + "range_level": "1", + "attack_level": "6" + }, + { + "examine": "Champion of the hobgoblins.", + "combat_style": "1", + "range_animation": "0", + "combat_audio": "469,472,471", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "0", + "magic_animation": "0", + "death_animation": "2958", + "name": "Hobgoblin Champion", + "defence_level": "28", + "safespot": null, + "lifepoints": "40", + "strength_level": "14", + "id": "3061", + "aggressive": "true", + "range_level": "28", + "attack_level": "14" + }, + { + "examine": "Champion of the imps.", + "melee_animation": "5285", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "172", + "name": "Imp Champion", + "defence_level": "7", + "safespot": null, + "lifepoints": "10", + "strength_level": "7", + "id": "3062", + "aggressive": "true", + "range_level": "7", + "attack_level": "7" + }, + { + "examine": "Champion of the jogres.", + "melee_animation": "2100", + "range_animation": "0", + "poisonous": "true", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "8576", + "name": "Jogre Champion", + "defence_level": "54", + "safespot": null, + "lifepoints": "77", + "strength_level": "54", + "id": "3063", + "aggressive": "true", + "range_level": "1", + "attack_level": "54" + }, + { + "examine": "Champion of the lesser demons.", + "melee_animation": "64", + "range_animation": "0", + "combat_audio": "400,404,403", + "magic_level": "81", + "respawn_delay": "60", + "defence_animation": "65", + "weakness": "5", + "slayer_exp": "79", + "magic_animation": "0", + "death_animation": "67", + "name": "Lesser Demon Champion", + "defence_level": "81", + "safespot": null, + "lifepoints": "115", + "strength_level": "1", + "id": "3064", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Champion of the skeletons.", + "combat_style": "1", + "melee_animation": "5512", + "range_animation": "0", + "combat_audio": "774,775,777", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "2", + "magic_animation": "0", + "death_animation": "5514", + "name": "Skeleton Champion", + "defence_level": "20", + "safespot": null, + "lifepoints": "28", + "strength_level": "10", + "id": "3065", + "aggressive": "true", + "range_level": "20", + "attack_level": "10" + }, + { + "examine": "Champion of the zombies.", + "melee_animation": "5581", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "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.", + "slayer_task": "95", + "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", + "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.", + "slayer_task": "95", + "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", + "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 household pest.", + "melee_animation": "8785", + "range_animation": "0", + "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", + "id": "7158", + "range_level": "1", + "attack_level": "3" + }, + { + "examine": "Eurgh! A big bug.", + "melee_animation": "8787", + "range_animation": "0", + "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", + "id": "7159", + "range_level": "1", + "attack_level": "22" + }, + { + "examine": "Euww! A giant bug.", + "melee_animation": "8786", + "range_animation": "0", + "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", + "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", + "aggressive": "true", + "range_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", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "safespot": null, + "lifepoints": "5", + "strength_level": "1", + "id": "7202", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "safespot": null, + "lifepoints": "5", + "strength_level": "1", + "id": "7204", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7206", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It's searching for crumbs of chocolate.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Spider", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7207", + "range_level": "1", + "attack_level": "1" + }, + { + "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": "Snail", + "defence_level": "1", + "safespot": null, + "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", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", + "id": "7211", + "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": "7212", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", + "id": "7213", + "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": "7214", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", + "id": "7215", + "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": "7216", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", + "id": "7217", + "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": "7218", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", + "id": "7219", + "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": "7220", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", + "id": "7221", + "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": "7222", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", + "id": "7223", + "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": "7224", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", + "id": "7225", + "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": "7226", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", + "id": "7227", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It's a tiny", + "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", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It's a tiny", + "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", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It's a tiny", + "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", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It's a tiny", + "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", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It's a tiny", + "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", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It's a tiny", + "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", + "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": "7234", + "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": "7235", + "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": "7236", + "range_level": "1", + "attack_level": "1" + }, + { + "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": "7275", + "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": "7285", + "range_level": "1", + "attack_level": "1" + }, + { + "combat_style": "1", + "melee_animation": "8222", + "magic_level": "70", + "respawn_delay": "0", + "defence_animation": "8224", + "death_animation": "8226", + "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": "1", + "melee_animation": "8222", + "range_animation": "0", + "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", + "id": "7330", + "bonuses": "60,60,60,60,50,50,100,200,200,28,100,100,70,70,70", + "range_level": "65", + "attack_level": "60" + }, + { + "examine": "It buzzes and bites. Nasty.", + "melee_animation": "8032", + "range_animation": "8032", + "magic_level": "21", + "respawn_delay": "50", + "defence_animation": "8034", + "magic_animation": "8032", + "death_animation": "8033", + "name": "Spirit mosquito", + "defence_level": "25", + "poison_immune": "true", + "safespot": null, + "lifepoints": "43", + "strength_level": "24", + "id": "7331", + "bonuses": "45,49,42,39,47,46,29,43,51,16,53,10,0,0,0", + "range_level": "25", + "attack_level": "28" + }, + { + "examine": "It buzzes and bites. Nasty.", + "melee_animation": "8032", + "range_animation": "8032", + "magic_level": "21", + "respawn_delay": "50", + "defence_animation": "8034", + "weakness": "10", + "magic_animation": "8032", + "death_animation": "8033", + "name": "Spirit mosquito", + "defence_level": "25", + "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", + "death_animation": "8176", + "name": "Void spinner", + "defence_level": "34", + "safespot": null, + "lifepoints": "48", + "strength_level": "34", + "id": "7334", + "range_level": "34", + "attack_level": "34" + }, + { + "death_animation": "7864", + "name": "Forge regent", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "melee_animation": "7863", + "strength_level": "1", + "id": "7335", + "range_level": "1", + "respawn_delay": "0", + "attack_level": "1", + "defence_animation": "7865" + }, + { + "examine": "This one will burn right through the net!", + "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" + }, + { + "death_animation": "5230", + "name": "Spirit larupia", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "melee_animation": "5228", + "strength_level": "1", + "id": "7337", + "range_level": "1", + "respawn_delay": "0", + "attack_level": "1", + "defence_animation": "5227" + }, + { + "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.", + "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.", + "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" + }, + { + "combat_style": "1", + "melee_animation": "7980", + "respawn_delay": "0", + "defence_animation": "7981", + "death_animation": "7692", + "name": "Lava titan", + "defence_level": "1", + "safespot": null, + "lifepoints": "528", + "strength_level": "1", + "id": "7341", + "bonuses": "100,120,90,100,90,90,40,50,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Made of lava.", + "combat_style": "1", + "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!", + "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!", + "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" + }, + { + "death_animation": "5990", + "name": "Talon beast", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "melee_animation": "5989", + "strength_level": "1", + "id": "7347", + "range_level": "1", + "respawn_delay": "0", + "attack_level": "1", + "defence_animation": "5988" + }, + { + "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" + }, + { + "death_animation": "7979", + "name": "Abyssal titan", + "defence_level": "1", + "safespot": null, + "lifepoints": "667", + "melee_animation": "7693", + "strength_level": "1", + "id": "7349", + "range_level": "1", + "respawn_delay": "0", + "attack_level": "1", + "defence_animation": "7691" + }, + { + "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.", + "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" + }, + { + "death_animation": "7758", + "name": "Giant chinchompa", + "defence_level": "1", + "safespot": null, + "lifepoints": "1", + "melee_animation": "7755", + "strength_level": "1", + "id": "7353", + "range_level": "1", + "respawn_delay": "0", + "attack_level": "1", + "defence_animation": "7753" + }, + { + "examine": "Looks a little...volatile.", + "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!", + "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!", + "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" + }, + { + "combat_style": "1", + "melee_animation": "8257", + "attack_speed": "3", + "respawn_delay": "0", + "defence_animation": "8256", + "death_animation": "8258", + "name": "Spirit Tz-Kih", + "defence_level": "1", + "safespot": null, + "lifepoints": "62", + "strength_level": "1", + "id": "7361", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "This bat burned down the belfry.", + "combat_style": "1", + "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" + }, + { + "start_gfx": "1367", + "melee_animation": "5228", + "respawn_delay": "0", + "defence_animation": "5227", + "death_animation": "5230", + "name": "Spirit graahk", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7363", + "range_level": "1", + "attack_level": "1" + }, + { + "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" + }, + { + "start_gfx": "1365", + "melee_animation": "5228", + "respawn_delay": "0", + "defence_animation": "5227", + "death_animation": "5230", + "name": "Spirit kyatt", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7365", + "range_level": "1", + "attack_level": "1" + }, + { + "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": "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": "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" + }, + { + "death_animation": "7996", + "name": "Ravenous locust", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "melee_animation": "7994", + "strength_level": "1", + "id": "7374", + "range_level": "1", + "respawn_delay": "0", + "attack_level": "1", + "defence_animation": "7995" + }, + { + "examine": "He is an iron man!", + "combat_style": "1", + "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": "1", + "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": "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", + "magic_level": "25", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "name": "Elisabeta", + "defence_level": "25", + "safespot": null, + "lifepoints": "7", + "strength_level": "25", + "id": "7398", + "aggressive": "true", + "range_level": "25", + "attack_level": "25" + }, + { + "examine": "A popular dwarven delicacy.", + "melee_animation": "2705", + "range_animation": "2705", + "combat_audio": "3102,3104,3103", + "attack_speed": "5", + "defence_animation": "2706", + "magic_animation": "2705", + "death_animation": "2707", + "name": "Rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "2", + "strength_level": "1", + "id": "7417", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An impling manager: what a terrifying thought!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Wigglewoo", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7425", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "This worker looks after the incubator.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "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", + "strength_level": "1", + "id": "7438", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Elf warrior", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7439", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Elf warrior", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7440", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Elf warrior", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "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", + "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", + "id": "7443", + "aggressive": "true", + "range_level": "1", + "attack_level": "8" + }, + { + "name": "Fairtrade", + "defence_level": "1", + "safespot": null, + "lifepoints": "75", + "strength_level": "1", + "attack_speed": "5", + "id": "7459", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Teapotspout", + "defence_level": "1", + "safespot": null, + "lifepoints": "75", + "strength_level": "1", + "attack_speed": "5", + "id": "7460", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "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", + "safespot": null, + "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", + "bonuses": "20,20,20,20,20,20,20,20,20,20,20,20,45,20,0", + "range_level": "1", + "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", + "bonuses": "20,20,20,20,20,20,20,20,20,20,20,20,45,20,0", + "range_level": "1", + "attack_level": "99" + }, + { + "examine": "His usual sunny disposition is not in evidence.", + "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", + "attack_level": "30" + }, + { + "name": "Berrybree", + "defence_level": "1", + "safespot": null, + "lifepoints": "50", + "strength_level": "1", + "id": "7476", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Stuffstuffer", + "defence_level": "1", + "safespot": null, + "lifepoints": "50", + "strength_level": "1", + "id": "7477", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Learking", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "strength_level": "1", + "id": "7479", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Rachael", + "defence_level": "1", + "safespot": null, + "lifepoints": "70", + "strength_level": "1", + "id": "7480", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "examine": "You clearly can't live on treasure alone.", + "slayer_task": "75", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5491", + "name": "Cool Mom227", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", + "id": "7481", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "A testament to the effect of greed.", + "slayer_task": "75", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5491", + "name": "Purepker895", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", + "id": "7482", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "He wanted loot", + "slayer_task": "75", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5491", + "name": "Pkmaster0036", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", + "id": "7483", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "Eternally looking for that big payday.", + "slayer_task": "75", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5491", + "name": "Cow1337killr", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", + "id": "7484", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "No more tea-breaks for this one.", + "slayer_task": "75", + "range_animation": "0", + "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.", + "slayer_task": "75", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5491", + "name": "Mathdude", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", + "id": "7486", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "An anatomist's dream.", + "slayer_task": "75", + "range_animation": "0", + "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.", + "slayer_task": "75", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5491", + "name": "1337sp34kr", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", + "id": "7488", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "A desert dweller taken to banditry.", + "melee_animation": "9705", + "range_animation": "0", + "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.", + "melee_animation": "9715", + "range_animation": "0", + "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": "7493", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "He hasn't found much of use", + "melee_animation": "9705", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Sue Spammers", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", + "id": "7494", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "An amateur historian with added greed.", + "melee_animation": "9715", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Killerwail", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", + "id": "7495", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "It all started with her love of genealogy.", + "melee_animation": "9705", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "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.", + "slayer_task": "70", + "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.", + "slayer_task": "70", + "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.", + "slayer_task": "70", + "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.", + "slayer_task": "70", + "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", + "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", + "attack_speed": "6", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Redheadmonky", + "defence_level": "1", + "safespot": null, + "lifepoints": "22", + "strength_level": "1", + "id": "7528", + "range_level": "1", + "attack_level": "1" + }, + { + "slayer_exp": "0", + "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" + }, + { + "examine": "Not somewhere I want to go...", + "attack_speed": "90", + "magic_level": "70", + "respawn_delay": "125", + "name": "Portal", + "defence_level": "90", + "safespot": null, + "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" + }, + { + "examine": "Not somewhere I want to go...", + "attack_speed": "5", + "magic_level": "50", + "respawn_delay": "125", + "name": "Portal", + "defence_level": "90", + "safespot": null, + "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", + "bonuses": "200,200,100,200,100,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Not somewhere I want to go...", + "melee_animation": "0", + "range_animation": "0", + "attack_speed": "5", + "magic_level": "90", + "respawn_delay": "125", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Portal", + "defence_level": "90", + "safespot": null, + "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", + "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": "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", + "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.", + "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": "7558", + "bonuses": "50,50,100,100,50,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks after your Farming tools.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Brawler", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7559", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks after your Farming tools.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Lostme", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7560", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks after your Farming tools.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Chiercat", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7561", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks after your Farming tools.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Skydischarge", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7562", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks after your Farming tools.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Agplus", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7563", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks after your Farming tools.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Distantthin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7564", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks after your Farming tools.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Allmarshes", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7565", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks after your Farming tools.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Explosive67", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7566", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks after your Farming tools.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Alpha1beta", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7569", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7570", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7571", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7572", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7573", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Poledragon", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "408,410,409", + "strength_level": "1", + "id": "7580", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He likes inflicting pain.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Al Truism", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7582", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The Don of penguins.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ohhhhdude", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7583", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A penguin pushing paper", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Torcher", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7585", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A penguin pushing paper", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Torcher", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7586", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's a little rough around the edges.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Shifter", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7593", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He has unbelievable strength!", + "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": "7605", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "95", + "strength_level": "1", + "attack_speed": "6", + "id": "7606", + "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": "7607", + "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": "7608", + "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": "7609", + "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": "7614", + "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": "7615", + "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": "7616", + "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": "7617", + "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": "7618", + "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": "7619", + "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": "7620", + "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": "7621", + "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": "7626", + "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": "7627", + "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": "7628", + "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": "7629", + "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": "7631", + "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": "7632", + "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": "7634", + "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": "7635", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "examine": "Ew it's still alive.", + "slayer_task": "21", + "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", + "defence_level": "85", + "safespot": null, + "lifepoints": "90", + "strength_level": "85", + "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" + }, + { + "examine": "Ew it's still alive.", + "slayer_task": "21", + "melee_animation": "9125", + "range_animation": "9125", + "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", + "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" + }, + { + "examine": "A bloodveld with a very mixed heritage.", + "slayer_task": "10", + "melee_animation": "9102", + "range_animation": "0", + "attack_speed": "5", + "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", + "strength_level": "56", + "id": "7642", + "aggressive": "true", + "range_level": "1", + "attack_level": "56" + }, + { + "examine": "A bloodveld with a very mixed heritage.", + "slayer_task": "10", + "melee_animation": "9102", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "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.", + "slayer_task": "27", + "melee_animation": "6565", + "range_animation": "0", + "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", + "id": "7711", + "range_level": "1", + "attack_level": "24" + }, + { + "melee_animation": "8080", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "8084", + "death_animation": "8078", + "name": "Baby icefiend", + "defence_level": "1", + "safespot": null, + "lifepoints": "50", + "strength_level": "1", + "id": "7713", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A small ice demon.", + "slayer_task": "46", + "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": "Icefiend", + "defence_level": "25", + "safespot": null, + "lifepoints": "35", + "strength_level": "1", + "id": "7714", + "aggressive": "true", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The icefiend seems to be melting.", + "slayer_task": "46", + "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": "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.", + "slayer_task": "46", + "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", + "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": "7727", + "range_level": "1", + "attack_level": "12" + }, + { + "melee_animation": "8080", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "8084", + "death_animation": "8078", + "name": "Baby icefiend", + "defence_level": "1", + "safespot": null, + "lifepoints": "50", + "strength_level": "1", + "id": "7736", + "aggressive": "true", + "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", + "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", + "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", + "id": "7772", + "aggressive": "true", + "range_level": "38", + "attack_level": "28" + }, + { + "examine": "A monster like many others", + "combat_style": "2", + "melee_animation": "9341", + "range_animation": "0", + "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", + "id": "7773", + "aggressive": "true", + "range_level": "38", + "attack_level": "28" + }, + { + "examine": "A big, scary hand! ", + "melee_animation": "1802", + "attack_speed": "6", + "respawn_delay": "60", + "defence_animation": "1803", + "slayer_exp": "105", + "death_animation": "1804", + "name": "Wall Beast", + "defence_level": "38", + "movement_radius": "1", + "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", + "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", + "id": "7891", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A man of his craft.", + "name": "Smelting Tutor", + "defence_level": "1", + "movement_radius": "5", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7958", + "range_level": "1", + "attack_level": "1" + }, + { + "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" + }, + { + "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", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "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", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "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", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "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", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "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", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "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", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "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", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "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", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "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", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "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", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "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", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "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", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "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", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "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", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "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", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "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", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "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", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "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", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "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": "He likes Guthix a bit.", + "name": "Druid", + "id": "14" + }, + { + "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": "One of the Burgher's Protectors", + "death_animation": "836", + "name": "Honour Guard", + "melee_animation": "395", + "id": "5515", + "defence_animation": "404" + }, + { + "examine": "Servant of the Duke of Lumbridge.", + "melee_animation": "422", + "range_animation": "422", + "attack_speed": "4", + "magic_level": "22", + "defence_animation": "404", + "magic_animation": "422", + "death_animation": "9055", + "name": "Hans", + "defence_level": "14", + "safespot": "0", + "lifepoints": "12", + "strength_level": "17", + "id": "0", + "range_level": "1", + "attack_level": "17" + }, + { + "examine": "One of 2009Scape's many citizens.", + "melee_animation": "422", + "range_animation": "422", + "combat_audio": "511,513,512", + "attack_speed": "4", + "magic_level": "6", + "respawn_delay": "18", + "defence_animation": "404", + "weakness": "9", + "slayer_exp": "0", + "magic_animation": "422", + "death_animation": "9055", + "name": "Man", + "defence_level": "5", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "1", + "clue_level": "0", + "range_level": "1", + "attack_level": "5" + }, + { + "examine": "One of 2009Scape's many citizens.", + "melee_animation": "422", + "range_animation": "422", + "combat_audio": "511,513,512", + "attack_speed": "4", + "respawn_delay": "60", + "defence_animation": "404", + "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 2009Scape'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 2009Scape'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 2009Scape'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 2009Scape'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": "284", + "range_animation": "0", + "attack_speed": "4", + "respawn_delay": "60", + "defence_animation": "285", + "weakness": "9", + "magic_animation": "0", + "death_animation": "287", + "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": "284", + "range_animation": "0", + "combat_audio": "511,513,512", + "attack_speed": "4", + "respawn_delay": "60", + "defence_animation": "285", + "weakness": "9", + "magic_animation": "0", + "death_animation": "287", + "name": "Guard", + "defence_level": "13", + "safespot": null, + "lifepoints": "18", + "strength_level": "13", + "id": "9", + "clue_level": "1", + "range_level": "1", + "attack_level": "13" + }, + { + "examine": "She looks happy.", + "melee_animation": "0", + "range_animation": "1142", + "defence_animation": "285", + "magic_animation": "0", + "death_animation": "287", + "name": "Schoolgirl", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "10", + "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": "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.", + "name": "Druid", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "14", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Not very fashion conscious.", + "melee_animation": "386", + "range_animation": "0", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "836", + "name": "Warrior woman", + "defence_level": "22", + "safespot": null, + "lifepoints": "20", + "strength_level": "22", + "id": "15", + "range_level": "1", + "attack_level": "22" + }, + { + "examine": "One of the citizens of Al Kharid.", + "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": "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", + "attack_speed": "6", + "defence_animation": "387", + "weakness": "7", + "magic_animation": "390", + "death_animation": "836", + "name": "Al-Kharid warrior", + "defence_level": "5", + "safespot": null, + "lifepoints": "19", + "strength_level": "15", + "id": "18", + "clue_level": "0", + "range_level": "1", + "attack_level": "7" + }, + { + "examine": "Shiny armour!", + "melee_animation": "7042", + "range_animation": "0", + "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", + "id": "19", + "range_level": "1", + "attack_level": "25" + }, + { + "examine": "A holy warrior.", + "melee_animation": "390", + "combat_audio": "511,513,512", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Paladin", + "defence_level": "54", + "safespot": null, + "lifepoints": "66", + "strength_level": "54", + "id": "20", + "range_level": "1", + "attack_level": "54" + }, + { + "examine": "Heroic!", + "melee_animation": "390", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "425", + "weakness": "7", + "magic_animation": "0", + "death_animation": "836", + "name": "Hero", + "defence_level": "54", + "safespot": null, + "lifepoints": "82", + "strength_level": "55", + "id": "21", + "range_level": "1", + "attack_level": "54" + }, + { + "examine": "They love the forests.", + "melee_animation": "422", + "range_animation": "0", + "combat_audio": "511,513,512", + "attack_speed": "4", + "respawn_delay": "18", + "defence_animation": "404", + "magic_animation": "0", + "death_animation": "9055", + "name": "Forester", + "defence_level": "8", + "safespot": null, + "lifepoints": "17", + "strength_level": "13", + "id": "22", + "range_level": "1", + "attack_level": "14" + }, + { + "examine": "A member of Ardougne's militia.", + "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": "23", + "range_level": "1", + "attack_level": "38" + }, + { + "examine": "One of 2009Scape'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": "24", + "clue_level": "0", + "range_level": "1", + "attack_level": "3" + }, + { + "examine": "One of 2009Scape'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": "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", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Zoo keeper", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "28", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "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.", + "slayer_task": "7", + "melee_animation": "5387", + "range_animation": "5387", + "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", + "id": "41", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Freshly sheared.", + "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": "42", + "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": "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.", + "slayer_task": "7", + "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", + "combat_audio": "3102,3104,3103", + "attack_speed": "5", + "defence_animation": "2706", + "magic_animation": "2705", + "death_animation": "2707", + "name": "Rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "2", + "strength_level": "1", + "id": "47", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A jungle version of the chicken, but more vicious.", + "slayer_task": "7", + "melee_animation": "5387", + "range_animation": "0", + "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", + "id": "48", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "Hello, nice doggy...", + "slayer_task": "43", + "melee_animation": "6562", + "range_animation": "6562", + "combat_audio": "3717,3719,3718", + "attack_speed": "4", + "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", + "id": "49", + "clue_level": "2", + "range_level": "1", + "attack_level": "105" + }, + { + "agg_radius": "64", + "examine": "The biggest, meanest dragon around.", + "slayer_task": "9", + "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", + "bonuses": "0,0,0,0,0,70,90,90,80,70,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "240" + }, + { + "examine": "A dragon covered in frost and ice.", + "combat_audio": "408,410,409", + "magic_level": "116", + "respawn_delay": "25", + "weakness": "0", + "name": "Baby dragon", + "defence_level": "112", + "safespot": null, + "lifepoints": "160", + "strength_level": "103", + "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" + }, + { + "examine": "Young but still dangerous.", + "slayer_task": "11", + "combat_audio": "408,410,409", + "magic_level": "1", + "weakness": "3", + "slayer_exp": "50", + "name": "Baby blue dragon", + "defence_level": "40", + "safespot": null, + "lifepoints": "50", + "strength_level": "40", + "id": "52", + "bonuses": "0,0,0,0,0,30,50,50,40,30,0,0,0,0,0", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "A big powerful dragon.", + "slayer_task": "68", + "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": "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" + }, + { + "examine": "A fierce dragon with black scales!", + "slayer_task": "9", + "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": "54", + "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": "200" + }, + { + "examine": "A mother dragon.", + "slayer_task": "11", + "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": "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" + }, + { + "examine": "A wood nymph.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Dryad", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "56", + "range_level": "1", + "attack_level": "1" + }, + { + "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?", + "slayer_task": "76", + "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", + "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.", + "slayer_task": "76", + "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.", + "slayer_task": "76", + "melee_animation": "5327", + "range_animation": "5327", + "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", + "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" + }, + { + "examine": "Incey wincey.", + "slayer_task": "76", + "melee_animation": "6249", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "2", + "slayer_exp": "2", + "magic_animation": "0", + "death_animation": "6251", + "name": "Spider", + "defence_level": "1", + "safespot": null, + "lifepoints": "1", + "strength_level": "1", + "id": "61", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A barely visible deadly jungle spider.", + "slayer_task": "76", + "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.", + "slayer_task": "76", + "melee_animation": "5327", + "range_animation": "5327", + "combat_audio": "537,539,538", + "attack_speed": "4", + "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.", + "slayer_task": "76", + "melee_animation": "5327", + "range_animation": "0", + "combat_audio": "537,539,538", + "attack_speed": "4", + "respawn_delay": "60", + "defence_animation": "0", + "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", + "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", + "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.", + "slayer_task": "93", + "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.", + "slayer_task": "93", + "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.", + "slayer_task": "93", + "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.", + "slayer_task": "93", + "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.", + "slayer_task": "93", + "melee_animation": "5568", + "range_animation": "0", + "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", + "id": "77", + "range_level": "1", + "attack_level": "8" + }, + { + "examine": "An annoying flappy thing.", + "slayer_task": "5", + "melee_animation": "4915", + "range_animation": "4915", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "4916", + "weakness": "4", + "slayer_exp": "8", + "magic_animation": "4915", + "death_animation": "4917", + "name": "Giant bat", + "defence_level": "22", + "safespot": null, + "lifepoints": "32", + "strength_level": "22", + "id": "78", + "aggressive": "true", + "range_level": "1", + "attack_level": "22" + }, + { + "examine": "A shadowy, barely visible flying entity from some evil place.", + "slayer_task": "5", + "melee_animation": "4915", + "range_animation": "0", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "60", + "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", + "id": "79", + "aggressive": "true", + "range_level": "1", + "attack_level": "70" + }, + { + "examine": "Oh, it's a camel.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Camel", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "80", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Converts grass to beef.", + "slayer_task": "20", + "melee_animation": "5849", + "range_animation": "5849", + "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", + "id": "81", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Lesser, but still pretty big.", + "slayer_task": "56", + "melee_animation": "4630", + "range_animation": "4630", + "combat_audio": "400,404,403", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "20", + "defence_animation": "65", + "weakness": "4", + "slayer_exp": "79", + "magic_animation": "4630", + "death_animation": "67", + "name": "Lesser demon", + "defence_level": "71", + "safespot": null, + "lifepoints": "81", + "strength_level": "70", + "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" + }, + { + "examine": "Big, red, and incredibly evil.", + "slayer_task": "40", + "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", + "range_level": "1", + "attack_level": "76" + }, + { + "examine": "A big, scary, jet-black demon.", + "slayer_task": "8", + "melee_animation": "64", + "range_animation": "64", + "combat_audio": "400,404,403", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "38", + "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": "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" + }, + { + "examine": "A creature made from clay.", + "melee_animation": "422", + "range_animation": "422", + "magic_level": "1", + "defence_animation": "404", + "magic_animation": "422", + "death_animation": "9055", + "name": "Golem", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "85", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Overgrown vermin.", + "slayer_task": "67", + "melee_animation": "4933", + "range_animation": "4933", + "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", + "id": "86", + "aggressive": "true", + "range_level": "1", + "attack_level": "2" + }, + { + "examine": "Overgrown vermin.", + "slayer_task": "67", + "melee_animation": "4933", + "range_animation": "0", + "combat_audio": "703,705,704", + "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, + "lifepoints": "10", + "strength_level": "5", + "id": "87", + "aggressive": "true", + "range_level": "1", + "attack_level": "6" + }, + { + "examine": "A dirty rat.", + "slayer_task": "67", + "range_animation": "0", + "combat_audio": "703,705,704", + "attack_speed": "4", + "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", + "combat_audio": "496,498,497", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "32", + "defence_animation": "6375", + "weakness": "3", + "magic_animation": "6376", + "death_animation": "6377", + "name": "Unicorn", + "defence_level": "13", + "safespot": null, + "lifepoints": "19", + "strength_level": "13", + "id": "89", + "range_level": "1", + "attack_level": "11" + }, + { + "examine": "Could do with gaining a few pounds.", + "slayer_task": "75", + "melee_animation": "5485", + "range_animation": "5485", + "combat_audio": "774,775,777", + "attack_speed": "4", + "respawn_delay": "32", + "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.", + "slayer_task": "75", + "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.", + "slayer_task": "75", + "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.", + "slayer_task": "75", + "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": "An undead worker of dark magic.", + "slayer_task": "75", + "combat_style": "2", + "melee_animation": "5487", + "range_animation": "5523", + "combat_audio": "774,775,777", + "attack_speed": "4", + "magic_level": "18", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "slayer_exp": "17", + "magic_animation": "0", + "death_animation": "5491", + "name": "Skeleton Mage", + "defence_level": "14", + "safespot": null, + "lifepoints": "17", + "strength_level": "14", + "id": "94", + "range_level": "1", + "attack_level": "14" + }, + { + "examine": "Not man's best friend.", + "slayer_task": "92", + "melee_animation": "6559", + "combat_audio": "481,491,490", + "attack_speed": "4", + "slayer_exp": "69", + "death_animation": "6558", + "name": "Wolf", + "defence_level": "52", + "safespot": null, + "lifepoints": "69", + "strength_level": "55", + "id": "95", + "range_level": "1", + "attack_level": "50" + }, + { + "examine": "A vicious mountain wolf.", + "slayer_task": "92", + "melee_animation": "6579", + "range_animation": "6579", + "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", + "id": "96", + "aggressive": "true", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "A vicious mountain wolf.", + "slayer_task": "92", + "melee_animation": "6579", + "range_animation": "6579", + "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", + "id": "97", + "aggressive": "true", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "Bow wow.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Dog", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "98", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He doesn't seem pleased to see me.", + "slayer_task": "27", + "melee_animation": "6562", + "range_animation": "6562", + "attack_speed": "4", + "respawn_delay": "15", + "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", + "id": "99", + "aggressive": "true", + "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", + "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" + }, + { + "examine": "Eeek a ghost!", + "slayer_task": "36", + "melee_animation": "5540", + "range_animation": "5540", + "combat_audio": "436,439,438", + "attack_speed": "5", + "magic_level": "18", + "respawn_delay": "20", + "defence_animation": "5541", + "weakness": "5", + "slayer_exp": "25", + "magic_animation": "5540", + "death_animation": "5542", + "name": "Ghost", + "defence_level": "6", + "safespot": null, + "lifepoints": "13", + "strength_level": "7", + "id": "103", + "bonuses": "2,2,2,2,2,2,2,2,2,2,2,2,90,2,2", + "range_level": "1", + "attack_level": "6" + }, + { + "examine": "Eeek! A ghost!", + "slayer_task": "36", + "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": "104", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Eek! A bear!", + "slayer_task": "6", + "melee_animation": "4925", + "range_animation": "0", + "combat_audio": "498,500,499", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "slayer_exp": "27", + "magic_animation": "0", + "death_animation": "4929", + "name": "Grizzly bear", + "defence_level": "23", + "safespot": null, + "lifepoints": "32", + "strength_level": "23", + "id": "105", + "aggressive": "true", + "range_level": "1", + "attack_level": "23" + }, + { + "examine": "Eek! A bear!", + "slayer_task": "6", + "melee_animation": "4925", + "range_animation": "0", + "combat_audio": "498,500,499", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "slayer_exp": "25", + "magic_animation": "0", + "death_animation": "4929", + "name": "Black bear", + "defence_level": "17", + "safespot": null, + "lifepoints": "24", + "strength_level": "17", + "id": "106", + "range_level": "1", + "attack_level": "17" + }, + { + "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.", + "slayer_task": "71", + "melee_animation": "6254", + "range_animation": "0", + "combat_audio": "3611,3612,3610", + "poisonous": "true", + "respawn_delay": "60", + "defence_animation": "6255", + "weakness": "0", + "poison_amount": "3", + "magic_animation": "0", + "death_animation": "6256", + "name": "Poison Scorpion", + "defence_level": "35", + "safespot": null, + "lifepoints": "17", + "strength_level": "1", + "id": "108", + "aggressive": "true", + "range_level": "35", + "attack_level": "1" + }, + { + "examine": "Tiny", + "slayer_task": "71", + "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.", + "slayer_task": "33", + "melee_animation": "4666", + "range_animation": "4666", + "combat_audio": "449,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": "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" + }, + { + "examine": "He's got icicles in his beard.", + "slayer_task": "47", + "melee_animation": "4672", + "range_animation": "0", + "combat_audio": "449,451,450", + "attack_speed": "5", + "magic_level": "1", + "respawn_delay": "60", + "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": "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" + }, + { + "examine": "His beard seems to have a life of its own.", + "slayer_task": "62", + "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": "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" + }, + { + "examine": "An aggressive humanoid.", + "melee_animation": "128", + "range_animation": "128", + "attack_speed": "5", + "defence_animation": "129", + "magic_animation": "128", + "death_animation": "131", + "name": "Jogre", + "defence_level": "41", + "safespot": null, + "lifepoints": "50", + "strength_level": "1", + "id": "113", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "attack_level": "41" + }, + { + "examine": "Big, ugly, and smelly.", + "melee_animation": "359", + "range_animation": "359", + "attack_speed": "6", + "magic_level": "27", + "respawn_delay": "25", + "defence_animation": "360", + "magic_animation": "359", + "death_animation": "361", + "name": "Mogre", + "defence_level": "27", + "safespot": null, + "lifepoints": "60", + "strength_level": "27", + "id": "114", + "aggressive": "true", + "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.", + "slayer_task": "44", + "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", + "range_level": "1", + "attack_level": "65" + }, + { + "examine": "A very large foe.", + "slayer_task": "44", + "melee_animation": "4652", + "range_animation": "4652", + "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": "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" + }, + { + "examine": "A short angry guy.", + "slayer_task": "29", + "melee_animation": "99", + "range_animation": "0", + "attack_speed": "7", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "slayer_exp": "16", + "magic_animation": "0", + "death_animation": "102", + "name": "Dwarf", + "defence_level": "7", + "safespot": null, + "lifepoints": "10", + "strength_level": "7", + "id": "118", + "range_level": "1", + "attack_level": "7" + }, + { + "examine": "A dwarf gone bad.", + "slayer_task": "29", + "melee_animation": "99", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "slayer_exp": "16", + "magic_animation": "0", + "death_animation": "102", + "name": "Chaos dwarf", + "defence_level": "34", + "safespot": null, + "lifepoints": "48", + "strength_level": "34", + "id": "119", + "aggressive": "true", + "range_level": "1", + "attack_level": "34" + }, + { + "examine": "A mountain dwelling short angry guy.", + "slayer_task": "29", + "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": "120", + "range_level": "1", + "attack_level": "28" + }, + { + "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": "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": "123", + "aggressive": "true", + "range_level": "20", + "attack_level": "20" + }, + { + "examine": "A strange", + "slayer_task": "30", + "melee_animation": "393", + "range_animation": "0", + "attack_speed": "4", + "respawn_delay": "60", + "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", + "id": "124", + "aggressive": "true", + "range_level": "1", + "attack_level": "42" + }, + { + "examine": "A cold-hearted elemental warrior.", + "slayer_task": "48", + "melee_animation": "451", + "range_animation": "451", + "attack_speed": "4", + "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!", + "slayer_task": "65", + "range_animation": "0", + "attack_speed": "5", + "magic_level": "45", + "respawn_delay": "60", + "defence_animation": "0", + "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", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "188", + "name": "Magic axe", + "defence_level": "53", + "safespot": null, + "lifepoints": "75", + "strength_level": "53", + "id": "127", + "aggressive": "true", + "range_level": "1", + "attack_level": "53" + }, + { + "examine": "A slithering serpent.", + "melee_animation": "275", + "range_animation": "0", + "combat_audio": "3609,3608,3610", + "attack_speed": "5", + "respawn_delay": "30", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "278", + "name": "Snake", + "defence_level": "4", + "safespot": null, + "lifepoints": "5", + "strength_level": "4", + "id": "128", + "aggressive": "true", + "range_level": "1", + "attack_level": "4" + }, + { + "examine": "An inhabitant of icy regions.", + "slayer_task": "7", + "melee_animation": "5669", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "5671", + "name": "Penguin", + "defence_level": "6", + "safespot": null, + "lifepoints": "8", + "strength_level": "6", + "id": "131", + "range_level": "1", + "attack_level": "6" + }, + { + "examine": "Perhaps our oldest relatives?", + "slayer_task": "61", + "melee_animation": "220", + "range_animation": "0", + "combat_audio": "629,631,630", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "223", + "name": "Monkey", + "defence_level": "6", + "safespot": null, + "lifepoints": "8", + "strength_level": "6", + "id": "132", + "aggressive": "true", + "range_level": "1", + "attack_level": "6" + }, + { + "examine": "A unicorn with a blackened heart.", + "melee_animation": "6376", + "range_animation": "6376", + "combat_audio": "496,498,497", + "attack_speed": "5", + "magic_level": "24", + "defence_animation": "6375", + "weakness": "3", + "magic_animation": "6376", + "death_animation": "6377", + "name": "Black unicorn", + "defence_level": "15", + "safespot": null, + "lifepoints": "28", + "strength_level": "10", + "id": "133", + "range_level": "1", + "attack_level": "15" + }, + { + "examine": "I think this spider has been magically modified.", + "slayer_task": "76", + "melee_animation": "5327", + "range_animation": "0", + "combat_audio": "537,539,538", + "attack_speed": "5", + "poisonous": "true", + "respawn_delay": "60", + "defence_animation": "5328", + "weakness": "2", + "poison_amount": "6", + "magic_animation": "0", + "death_animation": "5329", + "name": "Poison spider", + "safespot": null, + "defence_level": "70", + "lifepoints": "64", + "strength_level": "65", + "id": "134", + "aggressive": "true", + "range_level": "45", + "attack_level": "60" + }, + { + "examine": "Aaw", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Terrorchick gnome", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "137", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A giant raptor.", + "slayer_task": "7", + "melee_animation": "1010", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "1013", + "name": "Terrorbird", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", + "id": "138", + "range_level": "1", + "attack_level": "30" + }, + { + "death_animation": "1013", + "name": "Terrorbird", + "defence_level": "1", + "safespot": null, + "lifepoints": "34", + "melee_animation": "1010", + "strength_level": "1", + "id": "139", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "1012" + }, + { + "examine": "A servant to Iban.", + "melee_animation": "338", + "range_animation": "0", + "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", + "id": "140", + "aggressive": "true", + "range_level": "1", + "attack_level": "33" + }, + { + "examine": "Must be the pack leader.", + "slayer_task": "92", + "melee_animation": "6559", + "range_animation": "0", + "respawn_delay": "60", + "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", + "id": "141", + "aggressive": "true", + "range_level": "1", + "attack_level": "31" + }, + { + "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", + "attack_level": "1" + }, + { + "examine": "A rare jungle wolf - specific to the Kharazi jungle.", + "slayer_task": "92", + "melee_animation": "6559", + "range_animation": "0", + "respawn_delay": "60", + "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", + "id": "143", + "aggressive": "true", + "range_level": "1", + "attack_level": "63" + }, + { + "examine": "Wow! Scorpions shouldn't grow that big.", + "slayer_task": "71", + "melee_animation": "6254", + "range_animation": "0", + "combat_audio": "3611,3612,3610", + "attack_speed": "5", + "respawn_delay": "60", + "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", + "id": "144", + "aggressive": "true", + "range_level": "28", + "attack_level": "21" + }, + { + "examine": "A cold-hearted elemental warrior.", + "slayer_task": "48", + "melee_animation": "451", + "range_animation": "451", + "attack_speed": "4", + "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": "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.", + "slayer_task": "7", + "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.", + "slayer_task": "7", + "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.", + "slayer_task": "7", + "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.", + "slayer_task": "74", + "melee_animation": "394", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "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", + "melee_animation": "191", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "196", + "name": "Gnome child", + "defence_level": "1", + "safespot": null, + "lifepoints": "1", + "strength_level": "1", + "id": "159", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Seems to crawl the caves.", + "melee_animation": "266", + "range_animation": "266", + "attack_speed": "5", + "defence_animation": "267", + "weakness": "9", + "magic_animation": "266", + "death_animation": "265", + "name": "Gnome child", + "defence_level": "23", + "safespot": null, + "lifepoints": "21", + "strength_level": "23", + "id": "160", + "bonuses": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "range_level": "1", + "attack_level": "23" + }, + { + "examine": "Small", + "melee_animation": "191", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "196", + "name": "Gnome child", + "defence_level": "1", + "safespot": null, + "lifepoints": "1", + "strength_level": "1", + "id": "161", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He can advise on training.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gnome trainer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "162", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A tree gnome guard.", + "melee_animation": "1218", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "1224", + "name": "Gnome guard", + "defence_level": "38", + "safespot": null, + "lifepoints": "54", + "strength_level": "38", + "id": "163", + "range_level": "1", + "attack_level": "38" + }, + { + "examine": "A tree gnome guard.", + "melee_animation": "192", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "196", + "name": "Gnome guard", + "defence_level": "38", + "safespot": null, + "lifepoints": "54", + "strength_level": "38", + "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", + "range_level": "1", + "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", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "One of RuneScape'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": "170", + "clue_level": "0", + "range_level": "1", + "attack_level": "3" + }, + { + "examine": "He works evil magic.", + "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": "24", + "strength_level": "1", + "id": "172", + "aggressive": "true", + "range_level": "1", + "attack_level": "1", + "prj_height": "3" + }, + { + "examine": "An evil user of Magic powers", + "melee_animation": "422", + "range_animation": "0", + "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, + "lifepoints": "42", + "strength_level": "1", + "id": "173", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "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", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "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", + "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", + "attack_speed": "6", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "836", + "name": "Black Knight", + "defence_level": "22", + "safespot": null, + "lifepoints": "31", + "strength_level": "22", + "id": "178", + "aggressive": "true", + "range_level": "1", + "attack_level": "22" + }, + { + "melee_animation": "390", + "attack_speed": "6", + "respawn_delay": "60", + "defence_animation": "388", + "death_animation": "836", + "name": "Black Knight", + "defence_level": "1", + "safespot": null, + "lifepoints": "42", + "strength_level": "1", + "id": "179", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He holds up passers by.", + "melee_animation": "799", + "range_animation": "799", + "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", + "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": "5", + "magic_level": "20", + "end_gfx": "107", + "defence_animation": "404", + "weakness": "3", + "magic_animation": "422", + "death_animation": "9055", + "name": "Chaos druid", + "defence_level": "10", + "safespot": null, + "lifepoints": "20", + "strength_level": "20", + "id": "181", + "aggressive": "true", + "range_level": "10", + "projectile": "106", + "attack_level": "20" + }, + { + "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": "182", + "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": "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", + "melee_animation": "386", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Thug", + "defence_level": "14", + "safespot": null, + "lifepoints": "20", + "strength_level": "14", + "id": "186", + "clue_level": "0", + "range_level": "1", + "attack_level": "14" + }, + { + "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", + "id": "187", + "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", + "poisonous": "true", + "defence_animation": "0", + "weakness": "8", + "poison_amount": "11", + "magic_animation": "0", + "death_animation": "836", + "name": "Tribesman", + "defence_level": "43", + "safespot": null, + "lifepoints": "61", + "strength_level": "43", + "id": "191", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "attack_level": "43" + }, + { + "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.", + "melee_animation": "401", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Chaos druid warrior", + "defence_level": "47", + "safespot": null, + "lifepoints": "67", + "strength_level": "47", + "id": "193", + "aggressive": "true", + "range_level": "1", + "attack_level": "47" + }, + { + "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", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guildmaster", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "198", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A mighty warrior!", + "melee_animation": "395", + "range_animation": "0", + "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", + "id": "199", + "range_level": "1", + "attack_level": "29" + }, + { + "examine": "Guards prisoners for the black knights.", + "melee_animation": "422", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Jailer", + "defence_level": "28", + "safespot": null, + "lifepoints": "40", + "strength_level": "28", + "id": "201", + "aggressive": "true", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "Has a fearsome scowl.", + "melee_animation": "390", + "range_animation": "0", + "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", + "id": "202", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "A rocky slug.", + "slayer_task": "69", + "melee_animation": "1595", + "range_animation": "1595", + "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.", + "slayer_task": "69", + "melee_animation": "1595", + "range_animation": "1595", + "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" + }, + { + "examine": "Has a fearsome posture.", + "melee_animation": "390", + "range_animation": "0", + "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", + "id": "203", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "Nice hair.", + "melee_animation": "390", + "range_animation": "0", + "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", + "id": "204", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "A crazy evil druid.", + "melee_animation": "422", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "836", + "name": "Salarin the Twisted", + "defence_level": "62", + "safespot": null, + "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" + }, + { + "examine": "A dwarven guard.", + "slayer_task": "29", + "melee_animation": "99", + "range_animation": "0", + "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", + "id": "206", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "attack_level": "12" + }, + { + "examine": "The head honcho around here.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Captain Lawgof", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "208", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "She looks serene.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Grail Maiden", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "210", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A former Knight of the Round Table.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "King Percival", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "212", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He looks unhappy...", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Peasant", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "214", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "High Priest of Entrana.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "High Priest", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "216", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It's a fisherman.", + "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": "219", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He doesn't look very well...", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "The Fisher King", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "220", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He looks mean and powerful.", + "melee_animation": "128", + "range_animation": "0", + "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", + "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" + }, + { + "examine": "A holy man.", + "melee_animation": "422", + "range_animation": "0", + "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", + "id": "222", + "range_level": "1", + "attack_level": "7" + }, + { + "examine": "A peaceful monk.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Brother Kojo", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "223", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A dirty rat.", + "slayer_task": "67", + "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": "224", + "aggressive": "true", + "range_level": "1", + "attack_level": "8" + }, + { + "examine": "He looks elderly.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "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", + "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", + "id": "237", + "aggressive": "true", + "range_level": "1", + "attack_level": "15" + }, + { + "examine": "A terrifying spirit.", + "melee_animation": "5540", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "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", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "2301", + "name": "Teapotspout", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "246", + "range_level": "1", + "attack_level": "1" + }, + { + "death_animation": "6490", + "name": "Sir Mordred", + "defence_level": "1", + "safespot": null, + "lifepoints": "50", + "melee_animation": "6489", + "strength_level": "1", + "id": "247", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "6488" + }, + { + "examine": "Legendary King of the Britons.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "King Arthur", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "251", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's guarding the door.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Khazard Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "253", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's been guarding the tavern for a bit too long.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Khazard Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "254", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "His armour indicates he's a Khazard Guard.", + "melee_animation": "395", + "range_animation": "0", + "attack_speed": "6", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Khazard Guard", + "defence_level": "22", + "safespot": null, + "lifepoints": "31", + "strength_level": "22", + "id": "255", + "range_level": "1", + "attack_level": "22" + }, + { + "examine": "His armour indicates he's a Khazard Guard.", + "melee_animation": "395", + "range_animation": "0", + "attack_speed": "6", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Khazard Guard", + "defence_level": "22", + "safespot": null, + "lifepoints": "31", + "strength_level": "22", + "id": "256", + "range_level": "1", + "attack_level": "22" + }, + { + "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" + }, + { + "melee_animation": "6581", + "respawn_delay": "60", + "defence_animation": "6578", + "death_animation": "6576", + "name": "Bouncer", + "defence_level": "1", + "safespot": null, + "lifepoints": "116", + "strength_level": "1", + "id": "269", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Khazard's strongest ogre warrior.", + "melee_animation": "2100", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "8576", + "name": "Khazard Ogre", + "defence_level": "46", + "safespot": null, + "lifepoints": "65", + "strength_level": "46", + "id": "270", + "aggressive": "true", + "range_level": "1", + "attack_level": "46" + }, + { + "examine": "A large", + "melee_animation": "6254", + "range_animation": "0", + "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", + "id": "271", + "aggressive": "true", + "range_level": "36", + "attack_level": "27" + }, + { + "examine": "A guard who has devoted their life to Armadyl.", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "name": "Guardian of Armadyl", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", + "id": "274", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "A guard who has devoted their life to Armadyl.", + "range_animation": "0", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "name": "Guardian of Armadyl", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", + "id": "275", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "Intimidating!", + "combat_style": "2", + "melee_animation": "0", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "836", + "name": "Fire Warrior of Lesarkus", + "defence_level": "55", + "safespot": null, + "lifepoints": "78", + "strength_level": "55", + "id": "277", + "range_level": "1", + "attack_level": "55" + }, + { + "examine": "Lumbridge Castle's head cook.", + "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": "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", + "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", + "id": "281", + "range_level": "1", + "attack_level": "4" + }, + { + "examine": "A dastardly blanket thief.", + "melee_animation": "386", + "range_animation": "0", + "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", + "id": "282", + "range_level": "1", + "attack_level": "15" + }, + { + "examine": "The head of the treacherous blanket stealing gang.", + "melee_animation": "390", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Head Thief", + "defence_level": "18", + "safespot": null, + "lifepoints": "25", + "strength_level": "18", + "id": "283", + "range_level": "1", + "attack_level": "18" + }, + { + "examine": "A dwarf smith. Quite handy with a hammer.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Doric", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "284", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "She doesn't look too happy.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Veronica", + "defence_level": "1", + "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", + "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": "288", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An official of Ardougne.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Councillor Halgrive", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "289", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A serious-looking doctor.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Doctor Orbon", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "290", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A farmer who's seen happier times.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Farmer Brumty", + "defence_level": "1", + "safespot": null, + "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", + "clue_level": "1", + "range_level": "1", + "attack_level": "25" + }, + { + "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": "7220", + "name": "Guard", + "defence_level": "25", + "safespot": null, + "lifepoints": "35", + "strength_level": "25", + "id": "297", + "clue_level": "1", + "range_level": "1", + "attack_level": "25" + }, + { + "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": "298", + "clue_level": "1", + "range_level": "1", + "attack_level": "25" + }, + { + "examine": "He tries to keep order around here.", + "melee_animation": "583", + "range_animation": "0", + "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", + "id": "299", + "clue_level": "1", + "range_level": "1", + "attack_level": "25" + }, + { + "examine": "An old motherly witch with a curious smile and a hooked nose.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Hetty", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "307", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The man in charge of the fishing guild.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Master fisher", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "308", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He has a colourful personality.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Da Vinci", + "defence_level": "1", + "safespot": null, + "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", + "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": "339", + "range_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", + "range_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", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "She looks rather concerned.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guidor's wife", + "defence_level": "1", + "safespot": null, + "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", + "clue_level": "1", + "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": "345", + "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": "346", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A mourner", + "melee_animation": "414", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Mourner", + "defence_level": "24", + "safespot": null, + "lifepoints": "34", + "strength_level": "24", + "id": "347", + "range_level": "1", + "attack_level": "24" + }, + { + "examine": "A mourner", + "melee_animation": "422", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Mourner", + "defence_level": "24", + "safespot": null, + "lifepoints": "34", + "strength_level": "24", + "id": "348", + "range_level": "1", + "attack_level": "24" + }, + { + "examine": "One of RuneScape's many citizens.", + "melee_animation": "422", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Man", + "defence_level": "2", + "safespot": null, + "lifepoints": "2", + "strength_level": "2", + "id": "351", + "clue_level": "0", + "range_level": "1", + "attack_level": "2" + }, + { + "examine": "One of RuneScape's many citizens.", + "melee_animation": "422", + "range_animation": "0", + "combat_audio": "511,506,505", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Woman", + "defence_level": "2", + "safespot": null, + "lifepoints": "2", + "strength_level": "2", + "id": "352", + "clue_level": "0", + "range_level": "1", + "attack_level": "2" + }, + { + "examine": "One of RuneScape's many citizens.", + "melee_animation": "422", + "range_animation": "0", + "combat_audio": "511,506,505", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Woman", + "defence_level": "2", + "safespot": null, + "lifepoints": "2", + "strength_level": "2", + "id": "353", + "clue_level": "0", + "range_level": "1", + "attack_level": "2" + }, + { + "examine": "One of RuneScape's many citizens.", + "melee_animation": "422", + "range_animation": "0", + "combat_audio": "511,506,505", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Woman", + "defence_level": "2", + "safespot": null, + "lifepoints": "2", + "strength_level": "2", + "id": "354", + "clue_level": "0", + "range_level": "1", + "attack_level": "2" + }, + { + "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": "355", + "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": "358", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Man", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "359", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of RuneScape's many citizens.", + "melee_animation": "422", + "range_animation": "0", + "combat_audio": "511,506,505", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Woman", + "defence_level": "2", + "safespot": null, + "lifepoints": "2", + "strength_level": "2", + "id": "360", + "clue_level": "0", + "range_level": "1", + "attack_level": "2" + }, + { + "examine": "One of RuneScape's many citizens.", + "melee_animation": "422", + "range_animation": "0", + "combat_audio": "511,506,505", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Woman", + "defence_level": "2", + "safespot": null, + "lifepoints": "100", + "strength_level": "2", + "id": "361", + "clue_level": "0", + "range_level": "1", + "attack_level": "2" + }, + { + "examine": "One of RuneScape's many citizens.", + "melee_animation": "422", + "range_animation": "0", + "combat_audio": "511,506,505", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Woman", + "defence_level": "2", + "safespot": null, + "lifepoints": "2", + "strength_level": "2", + "id": "362", + "clue_level": "0", + "range_level": "1", + "attack_level": "2" + }, + { + "examine": "One of RuneScape's many citizens.", + "melee_animation": "422", + "range_animation": "0", + "combat_audio": "511,506,505", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Woman", + "defence_level": "2", + "safespot": null, + "lifepoints": "100", + "strength_level": "2", + "id": "363", + "clue_level": "0", + "range_level": "1", + "attack_level": "2" + }, + { + "examine": "King Lathas of East Ardougne.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "King Lathas", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "364", + "range_level": "1", + "attack_level": "1" + }, + { + "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": "A mourner", + "melee_animation": "422", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Mourner", + "defence_level": "24", + "safespot": null, + "lifepoints": "34", + "strength_level": "24", + "id": "369", + "range_level": "1", + "attack_level": "24" + }, + { + "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" + }, + { + "examine": "Big, ugly, and smelly.", + "slayer_task": "64", + "melee_animation": "359", + "range_animation": "359", + "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", + "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" + }, + { + "examine": "A pirate.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "498,500,499", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Redbeard Frank", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "375", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Inspects people's packages.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Customs officer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "380", + "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": "382", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Not very civilised looking.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Barbarian guard", + "defence_level": "1", + "safespot": null, + "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", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Kharid Scorpion", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "385", + "range_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", + "range_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", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Could do with a shave...", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "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", + "defence_animation": "0", + "magic_animation": "0", + "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": "A brightly coloured game bird.", + "melee_animation": "2371", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "2373", + "name": "River troll", + "defence_level": "3", + "safespot": null, + "lifepoints": "50", + "strength_level": "3", + "id": "392", + "range_level": "1", + "attack_level": "3" + }, + { + "examine": "Beefy.", + "slayer_task": "20", + "melee_animation": "5849", + "range_animation": "5849", + "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", + "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", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Swarm", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "411", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An annoying flappy thing.", + "slayer_task": "5", + "melee_animation": "4915", + "range_animation": "4915", + "attack_speed": "5", + "magic_level": "10", + "respawn_delay": "30", + "defence_animation": "4916", + "weakness": "4", + "slayer_exp": "8", + "death_animation": "4918", + "name": "Bat", + "defence_level": "2", + "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", + "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", + "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", + "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", + "defence_animation": "0", + "weakness": "9", + "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", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Shade", + "defence_level": "90", + "safespot": null, + "lifepoints": "71", + "strength_level": "90", + "id": "429", + "range_level": "1", + "attack_level": "90" + }, + { + "examine": "Dead but not gone.", + "melee_animation": "390", + "range_animation": "0", + "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": "17", + "safespot": null, + "lifepoints": "50", + "strength_level": "17", + "id": "438", + "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": "32", + "safespot": null, + "lifepoints": "55", + "strength_level": "32", + "id": "439", + "range_level": "1", + "attack_level": "32" + }, + { + "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": "48", + "safespot": null, + "lifepoints": "60", + "strength_level": "48", + "id": "440", + "range_level": "1", + "attack_level": "48" + }, + { + "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": "65", + "safespot": null, + "lifepoints": "86", + "strength_level": "65", + "id": "441", + "range_level": "1", + "attack_level": "65" + }, + { + "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", + "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", + "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.", + "slayer_task": "67", + "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": "2", + "safespot": null, + "lifepoints": "5", + "strength_level": "5", + "id": "446", + "aggressive": "true", + "range_level": "1", + "attack_level": "5" + }, + { + "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": "447", + "aggressive": "true", + "range_level": "1", + "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", + "aggressive": "true", + "range_level": "1", + "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": "449", + "aggressive": "true", + "range_level": "1", + "attack_level": "19" + }, + { + "examine": "A large well built farmer.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Seth Groats", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "452", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Aargh! It's alive!", + "melee_animation": "390", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Suit of armour", + "defence_level": "5", + "safespot": null, + "lifepoints": "7", + "strength_level": "5", + "id": "453", + "range_level": "1", + "attack_level": "5" + }, + { + "examine": "He seems to be very devout.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "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": "It rattles when it moves.", + "slayer_task": "75", + "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": "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", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Khazard commander", + "defence_level": "35", + "safespot": null, + "lifepoints": "50", + "strength_level": "35", + "id": "478", + "range_level": "1", + "attack_level": "35" + }, + { + "examine": "It's a tree gnome trooper.", + "melee_animation": "190", + "range_animation": "0", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "death_animation": "196", + "name": "Gnome troop", + "defence_level": "32", + "safespot": null, + "lifepoints": "45", + "strength_level": "24", + "id": "479", + "range_level": "32", + "attack_level": "24" + }, + { + "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", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "481", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "482", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "483", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It's a young tree gnome.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Local Gnome", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "485", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "I guess he wants to be more than just the muscle.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Giant", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "487", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He doesn't look like he'd trust his own mother.", + "slayer_task": "38", + "melee_animation": "6199", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "6190", + "name": "Goblin guard", + "defence_level": "20", + "safespot": null, + "lifepoints": "28", + "strength_level": "20", + "id": "489", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "If the mummy is at school", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mummy", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "490", + "range_level": "1", + "attack_level": "1" + }, + { + "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": "20", + "strength_level": "1", + "id": "491", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The essence of evil.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Spirit of Scorpius", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "492", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A vicious", + "slayer_task": "71", + "melee_animation": "6261", + "range_animation": "0", + "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", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Good with 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": "495", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Manages money momentarily.", + "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": "498", + "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": "499", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A minion of Rashiliyia.", + "slayer_task": "75", + "melee_animation": "5485", + "range_animation": "0", + "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", + "id": "502", + "aggressive": "true", + "range_level": "1", + "attack_level": "32" + }, + { + "examine": "A minion of Rashiliyia.", + "slayer_task": "75", + "melee_animation": "5485", + "range_animation": "0", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5491", + "name": "Undead one", + "defence_level": "33", + "safespot": null, + "lifepoints": "47", + "strength_level": "33", + "id": "503", + "range_level": "1", + "attack_level": "33" + }, + { + "examine": "The animated dead; one of Rashiliyia's minions.", + "slayer_task": "93", + "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": "504", + "aggressive": "true", + "range_level": "1", + "attack_level": "32" + }, + { + "examine": "The animated dead; one of Rashiliyia's minions.", + "slayer_task": "93", + "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": "505", + "aggressive": "true", + "range_level": "1", + "attack_level": "33" + }, + { + "melee_animation": "5571", + "respawn_delay": "60", + "defence_animation": "5574", + "death_animation": "5575", + "name": "Nazastarool", + "defence_level": "1", + "safespot": null, + "lifepoints": "100", + "strength_level": "1", + "id": "507", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "5507", + "respawn_delay": "60", + "defence_animation": "5508", + "death_animation": "5509", + "name": "Nazastarool", + "defence_level": "1", + "safespot": null, + "lifepoints": "75", + "strength_level": "1", + "id": "508", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "5532", + "respawn_delay": "60", + "defence_animation": "5533", + "death_animation": "5534", + "name": "Nazastarool", + "defence_level": "1", + "safespot": null, + "lifepoints": "110", + "strength_level": "1", + "id": "509", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's the Captain of the 'Lady of the Waves'.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Captain Shanks", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "518", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An expert on axes.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Bob", + "defence_level": "1", + "safespot": null, + "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", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Helps sell stuff.", + "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": "521", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Likes people spending money.", + "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": "522", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Likes helping sell stuff.", + "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": "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", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Likes you more", + "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", + "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": "526", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Likes you more", + "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": "527", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Has an interesting assortment of items for sale.", + "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": "530", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Works on commission.", + "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": "531", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Like a grave keeper", + "range_animation": "0", + "magic_level": "60", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "name": "Shopkeeper", + "defence_level": "60", + "safespot": null, + "lifepoints": "285", + "strength_level": "60", + "id": "532", + "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", + "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.", + "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": "552", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "For the interesting clothing items you just can't find elsewhere.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fancy-dress shop owner", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "554", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Has a fine moustache.", + "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": "555", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Could stand to lose a few pounds.", + "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": "561", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Has an odd smell about him.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Candle-maker", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "562", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks strange and mysterious.", + "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": "567", + "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": "569", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Seems very well-off.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gem merchant", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "570", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "So where are the butcher and the candlestick-maker?", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Baker", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "571", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Has a very exotic aroma about him.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Spice seller", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "572", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Knows how to keep warm in the winter.", + "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": "573", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Seems very well-off.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Silk merchant", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "574", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He runs a Mining store.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Drogo dwarf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "579", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "I wonder if he wants to buy my junk?", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Dwarf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "582", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "If crafting's your thing, he's your man!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Rommik", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "574", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He seems to sell tea.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Tea seller", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "595", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A pizza expert; in both making and eating.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fat Tony", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "596", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Anyone fancy a trim?", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Hairdresser", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "598", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Master of the mystical make-over.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Make-over Mage", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "599", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Indentured servant of a Knight.", + "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": "606", + "range_level": "1", + "attack_level": "1" + }, + { + "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": "609", + "range_level": "1", + "attack_level": "26" + }, + { + "examine": "One of the Black Knights.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "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": "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", + "defence_animation": "0", + "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", + "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", + "id": "645", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Curator of the museum.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "703,705,704", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Curator Haig Halen", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "646", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Varrock's resident monarch.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "King Roald", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "648", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "She looks quite experienced.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Archer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "649", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He looks big and dumb.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Warrior", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "650", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He looks holy.", + "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": "651", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He looks kind of puny...", + "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": "652", + "range_level": "1", + "attack_level": "1", + "prj_height": "3" + }, + { + "examine": "Guardian of the dramen tree.", + "melee_animation": "5532", + "range_animation": "0", + "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", + "id": "655", + "range_level": "1", + "attack_level": "45" + }, + { + "examine": "Unsurprisingly monk like.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cave monk", + "defence_level": "1", + "safespot": null, + "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", + "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": "658", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He likes to paaaarty!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Party Pete", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "659", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Knight", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "660", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Man", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "663", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A short and angry dwarf.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Boot", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "665", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "64", + "respawn_delay": "60", + "defence_animation": "65", + "death_animation": "67", + "name": "Chronozon", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "strength_level": "1", + "id": "667", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An important looking gnome.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "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", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Foreman", + "defence_level": "20", + "safespot": null, + "lifepoints": "28", + "strength_level": "20", + "id": "674", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "A big, scary, jet-black demon.", + "slayer_task": "8", + "melee_animation": "64", + "range_animation": "64", + "combat_audio": "400,404,403", + "magic_level": "70", + "respawn_delay": "38", + "defence_animation": "65", + "weakness": "7", + "slayer_exp": "157", + "magic_animation": "64", + "death_animation": "67", + "name": "Black demon", + "defence_level": "70", + "safespot": null, + "lifepoints": "165", + "strength_level": "70", + "id": "677", + "aggressive": "true", + "bonuses": "45,40,40,150,150,80,150,20,150,68,0,0,0,0,0", + "range_level": "70", + "attack_level": "70" + }, + { + "examine": "Keeps order in the ranging guild.", + "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": "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, + "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, + "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": "0", + "examine": "It's an NPC.", + "name": "Edmond", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "714", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "In charge of people with silly outfits.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Head mourner", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "716", + "range_level": "1", + "attack_level": "1" + }, + { + "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 RuneScape'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 RuneScape'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 RuneScape's many citizens.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Man", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "728", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of RuneScape's many citizens.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Man", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "729", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of RuneScape'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.", + "slayer_task": "38", + "melee_animation": "6184", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "6204", + "name": "Wormbrain", + "defence_level": "1", + "safespot": null, + "lifepoints": "1", + "strength_level": "1", + "id": "745", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "defence_level": "76", + "safespot": null, + "lifepoints": "108", + "strength_level": "76", + "id": "749", + "aggressive": "true", + "range_level": "1", + "attack_level": "76" + }, + { + "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", + "defence_level": "76", + "safespot": null, + "lifepoints": "108", + "strength_level": "76", + "id": "750", + "aggressive": "true", + "range_level": "1", + "attack_level": "76" + }, + { + "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", + "defence_level": "76", + "safespot": null, + "lifepoints": "108", + "strength_level": "76", + "id": "751", + "aggressive": "true", + "range_level": "1", + "attack_level": "76" + }, + { + "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": "Ferocious barbarian spirit", + "defence_level": "76", + "safespot": null, + "lifepoints": "190", + "strength_level": "76", + "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" + }, + { + "examine": "He looks totally insane!", + "melee_animation": "423", + "range_animation": "0", + "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", + "id": "753", + "aggressive": "true", + "range_level": "28", + "attack_level": "28" + }, + { + "examine": "Stop looking and run!", + "melee_animation": "422", + "range_animation": "422", + "attack_speed": "5", + "defence_animation": "404", + "magic_animation": "422", + "death_animation": "9055", + "name": "Count Draynor", + "defence_level": "20", + "safespot": null, + "lifepoints": "4", + "strength_level": "1", + "id": "757", + "aggressive": "true", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "A well-fed farmer.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "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": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Civilian", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "785", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A citizen of Ardougne.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Civilian", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "786", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A citizen of Ardougne.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Civilian", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "787", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A gnome who's supposed to be cleaning up a mess.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Letham", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "790", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Smartly dressed", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Alfonse the waiter", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "793", + "range_level": "1", + "attack_level": "1" + }, + { + "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" + }, + { + "examine": "A cold hearted lady.", + "melee_animation": "422", + "range_animation": "0", + "magic_level": "55", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "836", + "name": "Ice Queen", + "defence_level": "55", + "safespot": null, + "lifepoints": "157", + "strength_level": "55", + "id": "795", + "range_level": "55", + "attack_level": "55" + }, + { + "examine": "He looks cold and hungry.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "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", + "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, + "lifepoints": "42", + "strength_level": "30", + "id": "799", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "It looks like there might be eels swimming in the lava.", + "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": "800", + "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": "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", + "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.", + "slayer_task": "92", + "melee_animation": "6559", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "6558", + "name": "Desert Wolf", + "defence_level": "11", + "safespot": null, + "lifepoints": "15", + "strength_level": "11", + "id": "839", + "range_level": "1", + "attack_level": "11" + }, + { + "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", + "attack_level": "1" + }, + { + "examine": "He looks busy attending to his cart.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mine cart driver", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "841", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "This pickaxe has been possessed by a dwarf ancestor spirit.", + "melee_animation": "185", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "188", + "name": "Rowdy Guard", + "defence_level": "40", + "safespot": null, + "lifepoints": "400", + "strength_level": "40", + "id": "842", + "aggressive": "true", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "Inefficient looking.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "RPDT employee", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "843", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Despite his name", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Head chef", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "847", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The famous tree gnome chef.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Aluft Gianne snr.", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "850", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He can serve you gnome food.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gnome Waiter", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "851", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Tough-looking.", + "slayer_task": "64", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "name": "Ogre chieftain", + "defence_level": "58", + "safespot": null, + "lifepoints": "331", + "strength_level": "58", + "id": "852", + "range_level": "1", + "attack_level": "58" + }, + { + "name": "Gorad", + "defence_level": "1", + "safespot": null, + "lifepoints": "81", + "strength_level": "1", + "id": "856", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "examine": "These ogres protect the city.", + "slayer_task": "64", + "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": "858", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ogre that guards.", + "slayer_task": "64", + "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" + }, + { + "examine": "Tries to keep the peace.", + "slayer_task": "64", + "melee_animation": "2100", + "range_animation": "0", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "8576", + "name": "City guard", + "defence_level": "58", + "safespot": null, + "lifepoints": "331", + "strength_level": "58", + "id": "862", + "range_level": "1", + "attack_level": "58" + }, + { + "examine": "Frightened-looking.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Scared skavid", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "863", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks mad.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "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.", + "slayer_task": "64", + "melee_animation": "2100", + "range_animation": "0", + "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", + "id": "870", + "range_level": "1", + "attack_level": "58" + }, + { + "examine": "The hat is a dead giveaway.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Watchtower Wizard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "872", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Funnily enough", + "slayer_task": "64", + "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", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Funnily enough", + "slayer_task": "64", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ogre merchant", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "874", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Funnily enough", + "slayer_task": "64", + "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": "875", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Tries to keep the peace.", + "melee_animation": "386", + "range_animation": "0", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "836", + "name": "Tower guard", + "defence_level": "17", + "safespot": null, + "lifepoints": "97", + "strength_level": "17", + "id": "877", + "range_level": "1", + "attack_level": "17" + }, + { + "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", + "attack_level": "1", + "defence_animation": "65" + }, + { + "examine": "The head of the palace guard.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Captain Rovin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "884", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Head of the Carnillean household.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ceril Carnillean", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "885", + "range_level": "1", + "attack_level": "1" + }, + { + "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" + }, + { + "death_animation": "836", + "name": "Clivet", + "defence_level": "1", + "safespot": null, + "lifepoints": "25", + "melee_animation": "811", + "strength_level": "1", + "id": "893", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "examine": "A member of the Hazeel cult.", + "melee_animation": "422", + "range_animation": "0", + "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", + "id": "894", + "range_level": "1", + "attack_level": "15" + }, + { + "examine": "Children are just like real people...just smaller.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "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", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "258", + "name": "Witch's experiment", + "defence_level": "12", + "safespot": null, + "lifepoints": "68", + "strength_level": "12", + "id": "897", + "range_level": "1", + "attack_level": "12" + }, + { + "examine": "Looks unnatural.", + "melee_animation": "5327", + "range_animation": "0", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "5329", + "name": "Witch's experiment (second form)", + "defence_level": "17", + "safespot": null, + "lifepoints": "97", + "strength_level": "17", + "id": "898", + "range_level": "1", + "attack_level": "17" + }, + { + "examine": "Looks unnatural.", + "melee_animation": "4925", + "range_animation": "0", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "4929", + "name": "Witch's experiment (third form)", + "defence_level": "27", + "safespot": null, + "lifepoints": "154", + "strength_level": "27", + "id": "899", + "range_level": "1", + "attack_level": "27" + }, + { + "examine": "Looks unnatural.", + "melee_animation": "6559", + "range_animation": "0", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "6558", + "name": "Witch's experiment (fourth form)", + "defence_level": "35", + "safespot": null, + "lifepoints": "200", + "strength_level": "35", + "id": "900", + "range_level": "1", + "attack_level": "35" + }, + { + "examine": "He hasn't seen much sun lately.", + "melee_animation": "0", + "range_animation": "0", + "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", + "attack_level": "1" + }, + { + "slayer_exp": "0", + "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", + "combat_style": "2", + "melee_animation": "811", + "magic_level": "75", + "defence_animation": "404", + "slayer_exp": "0", + "death_animation": "1816", + "name": "Kolodion", + "defence_level": "20", + "safespot": null, + "lifepoints": "3", + "strength_level": "1", + "id": "907", + "range_level": "1", + "attack_level": "42" + }, + { + "examine": "He's a shape-shifter", + "combat_style": "2", + "melee_animation": "132", + "magic_level": "89", + "defence_animation": "404", + "slayer_exp": "0", + "death_animation": "133", + "name": "Kolodion", + "defence_level": "25", + "safespot": null, + "lifepoints": "93", + "strength_level": "1", + "id": "908", + "range_level": "1", + "attack_level": "74" + }, + { + "examine": "He's a shape-shifter", + "combat_style": "2", + "melee_animation": "5322", + "magic_level": "89", + "defence_animation": "5320", + "slayer_exp": "0", + "death_animation": "5323", + "name": "Kolodion", + "defence_level": "28", + "safespot": null, + "lifepoints": "93", + "strength_level": "1", + "id": "909", + "range_level": "1", + "attack_level": "74" + }, + { + "examine": "He's a shape-shifter", + "combat_style": "2", + "melee_animation": "811", + "magic_level": "89", + "defence_animation": "404", + "slayer_exp": "0", + "death_animation": "714", + "name": "Kolodion", + "defence_level": "30", + "safespot": null, + "lifepoints": "93", + "strength_level": "1", + "id": "910", + "range_level": "1", + "attack_level": "74" + }, + { + "examine": "He's a shape-shifter", + "melee_animation": "69", + "magic_level": "90", + "defence_animation": "65", + "slayer_exp": "0", + "death_animation": "68", + "name": "Kolodion", + "defence_level": "35", + "safespot": null, + "lifepoints": "112", + "strength_level": "1", + "id": "911", + "range_level": "1", + "attack_level": "85" + }, + { + "examine": "He kills in the name of Zamorak.", + "combat_style": "2", + "melee_animation": "811", + "range_animation": "0", + "magic_level": "55", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "836", + "name": "Battle mage", + "defence_level": "55", + "safespot": null, + "lifepoints": "78", + "strength_level": "41", + "id": "912", + "aggressive": "true", + "range_level": "1", + "attack_level": "41" + }, + { + "examine": "He kills in the name of Saradomin.", + "combat_style": "2", + "melee_animation": "811", + "range_animation": "0", + "magic_level": "55", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "slayer_exp": "0", + "magic_animation": "0", + "death_animation": "836", + "name": "Battle mage", + "defence_level": "55", + "safespot": null, + "lifepoints": "78", + "strength_level": "41", + "id": "913", + "aggressive": "true", + "range_level": "1", + "attack_level": "41" + }, + { + "examine": "He kills in the name of Guthix.", + "combat_style": "2", + "melee_animation": "197", + "range_animation": "0", + "magic_level": "55", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "slayer_exp": "0", + "magic_animation": "0", + "death_animation": "196", + "name": "Battle mage", + "defence_level": "55", + "safespot": null, + "lifepoints": "78", + "strength_level": "41", + "id": "914", + "aggressive": "true", + "range_level": "1", + "attack_level": "41" + }, + { + "examine": "A crafter at the pinnacle of his art.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Joe", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "916", + "range_level": "1", + "attack_level": "1" + }, + { + "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": "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", + "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", + "respawn_delay": "60", + "defence_animation": "0", + "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", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Boulder", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "939", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Must be related to Elvarg.", + "slayer_task": "41", + "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": "941", + "aggressive": "true", + "bonuses": "0,0,0,0,0,20,40,40,30,20,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "68" + }, + { + "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", + "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 RuneScape.", + "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 RuneScape.", + "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 RuneScape.", + "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", + "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": "951", + "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 Brace", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "954", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Converts grass to beef.", + "slayer_task": "20", + "melee_animation": "5849", + "range_animation": "5849", + "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", + "id": "955", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's had a fair bit to drink...", + "start_gfx": "33", + "combat_style": "1", + "melee_animation": "99", + "range_animation": "99", + "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", + "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", + "defence_animation": "0", + "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.", + "slayer_task": "76", + "melee_animation": "5327", + "range_animation": "0", + "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", + "id": "977", + "range_level": "30", + "attack_level": "22" + }, + { + "examine": "It's one of Iban's pet vermin.", + "slayer_task": "67", + "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", + "strength_level": "12", + "id": "978", + "range_level": "1", + "attack_level": "12" + }, + { + "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": "979", + "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": "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": "496,498,497", + "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", + "magic_level": "32", + "respawn_delay": "60", + "defence_animation": "0", + "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" + }, + { + "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" + }, + { + "slayer_exp": "8", + "name": "Giant bat", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1005", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A servant of Zamorak.", + "combat_style": "2", + "melee_animation": "811", + "range_animation": "0", + "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", + "id": "1007", + "aggressive": "true", + "range_level": "50", + "attack_level": "50" + }, + { + "examine": "I think this spider has been magically modified.", + "slayer_task": "76", + "melee_animation": "5327", + "range_animation": "0", + "combat_audio": "537,539,538", + "attack_speed": "5", + "poisonous": "true", + "respawn_delay": "60", + "defence_animation": "5328", + "weakness": "2", + "poison_amount": "6", + "magic_animation": "0", + "death_animation": "5329", + "name": "Poison spider", + "safespot": null, + "defence_level": "70", + "lifepoints": "64", + "strength_level": "65", + "id": "1009", + "aggressive": "true", + "range_level": "45", + "attack_level": "60" + }, + { + "examine": "A green skinned croaker", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Swamp toad", + "defence_level": "1", + "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.", + "slayer_task": "7", + "melee_animation": "5387", + "range_animation": "5387", + "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", + "id": "1017", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He rules the", + "slayer_task": "7", + "melee_animation": "5387", + "range_animation": "0", + "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", + "id": "1018", + "range_level": "1", + "attack_level": "2" + }, + { + "examine": "A fire elemental.", + "melee_animation": "1029", + "range_animation": "0", + "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", + "id": "1019", + "range_level": "1", + "attack_level": "24" + }, + { + "examine": "An earth elemental.", + "melee_animation": "4868", + "range_animation": "0", + "attack_speed": "7", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "4870", + "name": "Earth elemental", + "defence_level": "32", + "safespot": null, + "movement_radius": "4", + "lifepoints": "45", + "strength_level": "32", + "id": "1020", + "aggressive": "true", + "range_level": "1", + "attack_level": "32" + }, + { + "examine": "An air elemental.", + "melee_animation": "1040", + "range_animation": "0", + "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", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "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": "Could his name be 'Lurch'?", + "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", + "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": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Arrghhh... A Ghast.", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "9467", + "name": "Ghast", + "defence_level": "25", + "safespot": null, + "lifepoints": "71", + "strength_level": "25", + "id": "1053", + "aggressive": "true", + "range_level": "1", + "attack_level": "25" + }, + { + "examine": "Ticket trader for the Brimhaven Agility Arena.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "703,705,704", + "defence_animation": "0", + "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", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Strange watcher", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1057", + "range_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", + "range_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", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Commander of the Imperial Guard.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Denulth", + "defence_level": "1", + "safespot": null, + "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", + "range_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", + "range_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", + "range_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", + "magic_level": "1", + "range_level": "1", + "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", + "range_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", + "range_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", + "range_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", + "range_level": "1", + "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": "1073", + "bonuses": "54,68,75,72,67,81,54,35,35,0,0,0,0,0,0", + "range_level": "44", + "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", + "bonuses": "54,68,75,72,67,81,54,35,35,0,0,0,0,0,0", + "range_level": "44", + "projectile": "10", + "attack_level": "1" + }, + { + "examine": "A Burthorpe Castle guard.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "magic_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guard", + "defence_level": "33", + "safespot": null, + "lifepoints": "44", + "strength_level": "33", + "id": "1076", + "clue_level": "1", + "range_level": "1", + "attack_level": "33" + }, + { + "examine": "A Burthorpe Castle guard.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "magic_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guard", + "defence_level": "33", + "safespot": null, + "lifepoints": "44", + "strength_level": "33", + "id": "1077", + "clue_level": "1", + "range_level": "1", + "attack_level": "33" + }, + { + "examine": "A servant for Prince Anlaf.", + "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": "1081", + "range_level": "1", + "attack_level": "1" + }, + { + "death_animation": "836", + "name": "Ocga", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "melee_animation": "422", + "strength_level": "1", + "id": "1085", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "name": "Man", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "1086", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "death_animation": "836", + "name": "Penda", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "melee_animation": "422", + "strength_level": "1", + "id": "1087", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "death_animation": "836", + "name": "Hygd", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "melee_animation": "422", + "strength_level": "1", + "id": "1088", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "death_animation": "836", + "name": "Ceolburg", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "melee_animation": "422", + "strength_level": "1", + "id": "1089", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "examine": "The knight seems to be watching something.", + "melee_animation": "7042", + "range_animation": "0", + "combat_audio": "511,513,512", + "attack_speed": "8", + "respawn_delay": "60", + "defence_animation": "0", + "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.", + "slayer_task": "83", + "melee_animation": "6523", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "name": "Rock", + "defence_level": "63", + "safespot": null, + "lifepoints": "90", + "strength_level": "63", + "id": "1095", + "aggressive": "true", + "range_level": "1", + "attack_level": "63" + }, + { + "examine": "A big", + "slayer_task": "83", + "range_animation": "0", + "attack_speed": "7", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "name": "Stick", + "defence_level": "61", + "safespot": null, + "lifepoints": "87", + "strength_level": "61", + "id": "1096", + "aggressive": "true", + "range_level": "1", + "attack_level": "61" + }, + { + "name": "Pee Hat", + "defence_level": "1", + "safespot": null, + "lifepoints": "126", + "strength_level": "1", + "id": "1097", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Kraka", + "defence_level": "1", + "safespot": null, + "lifepoints": "120", + "strength_level": "1", + "attack_speed": "6", + "id": "1098", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "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": "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.", + "slayer_task": "83", + "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.", + "slayer_task": "83", + "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.", + "slayer_task": "83", + "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.", + "slayer_task": "83", + "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.", + "slayer_task": "83", + "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.", + "slayer_task": "83", + "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": "1106", + "range_level": "1", + "attack_level": "53" + }, + { + "examine": "Small for a troll, but mean and ugly.", + "slayer_task": "83", + "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.", + "slayer_task": "83", + "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.", + "slayer_task": "83", + "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.", + "slayer_task": "83", + "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.", + "slayer_task": "83", + "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.", + "slayer_task": "83", + "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.", + "slayer_task": "83", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "name": "Troll general", + "defence_level": "65", + "safespot": null, + "lifepoints": "92", + "strength_level": "65", + "id": "1115", + "aggressive": "true", + "range_level": "1", + "attack_level": "65" + }, + { + "examine": "One of the troll generals.", + "slayer_task": "83", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "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.", + "slayer_task": "83", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "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.", + "slayer_task": "83", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "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.", + "slayer_task": "83", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "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.", + "slayer_task": "83", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "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.", + "slayer_task": "83", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "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.", + "slayer_task": "83", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "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.", + "slayer_task": "83", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "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.", + "slayer_task": "83", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "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.", + "slayer_task": "83", + "melee_animation": "1158", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "name": "Dad", + "defence_level": "55", + "safespot": null, + "lifepoints": "157", + "strength_level": "55", + "id": "1125", + "range_level": "1", + "attack_level": "55" + }, + { + "examine": "He's guarding the cells.", + "slayer_task": "83", + "range_animation": "0", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "name": "Twig", + "defence_level": "50", + "safespot": null, + "lifepoints": "71", + "strength_level": "50", + "id": "1126", + "range_level": "1", + "attack_level": "50" + }, + { + "examine": "He's guarding the cells.", + "slayer_task": "83", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "name": "Berry", + "defence_level": "50", + "safespot": null, + "lifepoints": "71", + "strength_level": "50", + "id": "1127", + "range_level": "1", + "attack_level": "50" + }, + { + "examine": "He's guarding the cells.", + "slayer_task": "83", + "melee_animation": "5821", + "range_animation": "0", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "name": "Twig", + "defence_level": "50", + "safespot": null, + "lifepoints": "71", + "strength_level": "50", + "id": "1128", + "range_level": "1", + "attack_level": "50" + }, + { + "examine": "He's guarding the cells.", + "slayer_task": "83", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "name": "Berry", + "defence_level": "50", + "safespot": null, + "lifepoints": "71", + "strength_level": "50", + "id": "1129", + "range_level": "1", + "attack_level": "50" + }, + { + "examine": "Small for a troll, but it's mean, ugly and throws rocks.", + "slayer_task": "83", + "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.", + "slayer_task": "83", + "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.", + "slayer_task": "83", + "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.", + "slayer_task": "83", + "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.", + "slayer_task": "83", + "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.", + "slayer_task": "83", + "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.", + "slayer_task": "83", + "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" + }, + { + "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...", + "slayer_task": "53", + "melee_animation": "6223", + "range_animation": "6223", + "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": "1153", + "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...", + "slayer_task": "53", + "melee_animation": "6224", + "range_animation": "0", + "poisonous": "true", + "respawn_delay": "60", + "defence_animation": "6227", + "weakness": "7", + "slayer_exp": "90", + "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...", + "slayer_task": "53", + "melee_animation": "6223", + "range_animation": "6223", + "attack_speed": "5", + "poisonous": "true", + "respawn_delay": "65", + "defence_animation": "6232", + "weakness": "7", + "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...", + "slayer_task": "53", + "melee_animation": "6223", + "range_animation": "6223", + "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...", + "slayer_task": "53", + "melee_animation": "6223", + "range_animation": "6223", + "attack_speed": "5", + "poisonous": "true", + "respawn_delay": "65", + "defence_animation": "6232", + "weakness": "7", + "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...", + "slayer_task": "53", + "melee_animation": "6241", + "range_animation": "6241", + "attack_speed": "4", + "poisonous": "true", + "magic_level": "150", + "respawn_delay": "45", + "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": "1", + "attack_level": "300" + }, + { + "agg_radius": "64", + "examine": "I don't think insect repellent will work...", + "slayer_task": "53", + "melee_animation": "6235", + "range_animation": "6235", + "attack_speed": "4", + "magic_level": "150", + "respawn_delay": "0", + "defence_animation": "6234", + "weakness": "10", + "magic_animation": "6235", + "death_animation": "6233", + "name": "Kalphite Queen", + "defence_level": "300", + "safespot": null, + "lifepoints": "255", + "strength_level": "300", + "id": "1160", + "aggressive": "true", + "bonuses": "0,0,0,0,0,100,100,100,10,10,0,0,0,0,0", + "range_level": "1", + "attack_level": "300" + }, + { + "examine": "I don't think insect repellent will work...", + "slayer_task": "53", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Kalphite Larva", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1161", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A huge beast", + "melee_animation": "313", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "315", + "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.", + "slayer_task": "31", + "start_gfx": "250", + "combat_style": "1", + "melee_animation": "428", + "range_animation": "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": "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.", + "slayer_task": "31", + "melee_animation": "428", + "range_animation": "0", + "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", + "id": "1184", + "clue_level": "2", + "range_level": "1", + "attack_level": "68" + }, + { + "examine": "An elven city guard.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Elven city guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1185", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A cute bunny rabbit.", + "melee_animation": "6090", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "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": "498,500,499", + "respawn_delay": "60", + "defence_animation": "4927", + "slayer_exp": "0", + "death_animation": "4929", + "name": "Grizzly bear", + "defence_level": "1", + "safespot": null, + "lifepoints": "27", + "strength_level": "1", + "id": "1195", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Eek! A bear cub!", + "slayer_task": "6", + "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.", + "slayer_task": "92", + "melee_animation": "6559", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "6558", + "name": "Dire Wolf", + "defence_level": "33", + "safespot": null, + "lifepoints": "47", + "strength_level": "33", + "id": "1198", + "range_level": "1", + "attack_level": "33" + }, + { + "examine": "An elf tracker.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Elf Tracker", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1199", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of King Tyras's men.", + "melee_animation": "414", + "range_animation": "0", + "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", + "id": "1200", + "range_level": "1", + "attack_level": "42" + }, + { + "examine": "I don't want to get on the wrong side of him.", + "start_gfx": "250", + "combat_style": "1", + "melee_animation": "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", + "strength_level": "105", + "id": "1203", + "range_level": "50", + "attack_level": "95" + }, + { + "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": "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", + "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", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Gardener", + "defence_level": "4", + "safespot": null, + "lifepoints": "5", + "strength_level": "4", + "id": "1217", + "range_level": "1", + "attack_level": "4" + }, + { + "examine": "A scary, man eating ghoul.", + "slayer_task": "37", + "melee_animation": "422", + "range_animation": "422", + "attack_speed": "5", + "defence_animation": "404", + "weakness": "9", + "slayer_exp": "50", + "magic_animation": "422", + "death_animation": "9055", + "name": "Ghoul", + "defence_level": "25", + "safespot": null, + "lifepoints": "40", + "strength_level": "25", + "id": "1218", + "bonuses": "10,10,20,20,15,20,15,15,15,15,15,35,0,0,0", + "range_level": "1", + "attack_level": "25" + }, + { + "examine": "Yuck! It's all slimy!", + "melee_animation": "1273", + "range_animation": "0", + "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", + "id": "1219", + "aggressive": "true", + "range_level": "1", + "attack_level": "42" + }, + { + "examine": "Could his name be 'Lurch'?", + "melee_animation": "7183", + "slayer_exp": "50", + "death_animation": "7185", + "name": "Vampire", + "defence_level": "52", + "safespot": null, + "lifepoints": "50", + "strength_level": "1", + "id": "1220", + "clue_level": "1", + "range_level": "1", + "attack_level": "52" + }, + { + "slayer_exp": "40", + "name": "Vampire", + "defence_level": "1", + "safespot": null, + "lifepoints": "50", + "strength_level": "1", + "id": "1223", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "combat_style": "1", + "melee_animation": "8143", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "slayer_exp": "0", + "magic_animation": "0", + "death_animation": "8144", + "name": "Myre Blamish Snail", + "defence_level": "10", + "safespot": null, + "lifepoints": "14", + "strength_level": "10", + "id": "1227", + "range_level": "1", + "attack_level": "10" + }, + { + "examine": "A blood coloured blamish snail", + "combat_style": "1", + "melee_animation": "8143", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "slayer_exp": "0", + "magic_animation": "0", + "death_animation": "8144", + "name": "Blood Blamish Snail", + "defence_level": "10", + "safespot": null, + "lifepoints": "14", + "strength_level": "10", + "id": "1228", + "range_level": "1", + "attack_level": "10" + }, + { + "examine": "A muddy coloured blamish snail", + "combat_style": "1", + "melee_animation": "8143", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "slayer_exp": "0", + "magic_animation": "0", + "death_animation": "8144", + "name": "Ochre Blamish Snail", + "defence_level": "10", + "safespot": null, + "lifepoints": "14", + "strength_level": "10", + "id": "1229", + "range_level": "1", + "attack_level": "10" + }, + { + "examine": "A bruise blue coloured blamish snail", + "combat_style": "1", + "melee_animation": "8143", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "slayer_exp": "0", + "magic_animation": "0", + "death_animation": "8144", + "name": "Bruise Blamish Snail", + "defence_level": "10", + "safespot": null, + "lifepoints": "14", + "strength_level": "10", + "id": "1230", + "range_level": "1", + "attack_level": "10" + }, + { + "examine": "A branch bark coloured blamish snail", + "combat_style": "1", + "melee_animation": "8143", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "slayer_exp": "0", + "magic_animation": "0", + "death_animation": "8144", + "name": "Bark Blamish Snail", + "defence_level": "10", + "safespot": null, + "lifepoints": "14", + "strength_level": "10", + "id": "1231", + "range_level": "1", + "attack_level": "10" + }, + { + "examine": "A marsh coloured blamish snail", + "combat_style": "1", + "melee_animation": "8143", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "slayer_exp": "0", + "magic_animation": "0", + "death_animation": "8144", + "name": "Myre Blamish Snail", + "defence_level": "10", + "safespot": null, + "lifepoints": "14", + "strength_level": "10", + "id": "1232", + "range_level": "1", + "attack_level": "10" + }, + { + "examine": "A blood coloured blamish snail", + "combat_style": "1", + "melee_animation": "8143", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "slayer_exp": "0", + "magic_animation": "0", + "death_animation": "8144", + "name": "Blood Blamish Snail", + "defence_level": "10", + "safespot": null, + "lifepoints": "14", + "strength_level": "10", + "id": "1233", + "range_level": "1", + "attack_level": "10" + }, + { + "examine": "A muddy coloured blamish snail", + "combat_style": "1", + "melee_animation": "8143", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "slayer_exp": "0", + "magic_animation": "0", + "death_animation": "8144", + "name": "Ochre Blamish Snail", + "defence_level": "10", + "safespot": null, + "lifepoints": "14", + "strength_level": "10", + "id": "1234", + "range_level": "1", + "attack_level": "10" + }, + { + "examine": "A bruise blue coloured blamish snail", + "combat_style": "1", + "melee_animation": "8143", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "slayer_exp": "0", + "magic_animation": "0", + "death_animation": "8144", + "name": "Bruise Blamish Snail", + "defence_level": "10", + "safespot": null, + "lifepoints": "14", + "strength_level": "10", + "id": "1235", + "range_level": "1", + "attack_level": "10" + }, + { + "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", + "slayer_task": "73", + "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.", + "slayer_task": "73", + "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", + "slayer_task": "73", + "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.", + "slayer_task": "73", + "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", + "slayer_task": "73", + "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.", + "slayer_task": "73", + "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", + "slayer_task": "73", + "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.", + "slayer_task": "73", + "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", + "slayer_task": "73", + "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.", + "slayer_task": "73", + "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" + }, + { + "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", + "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", + "attack_speed": "5", + "magic_level": "1", + "defence_animation": "1313", + "weakness": "7", + "magic_animation": "1312", + "death_animation": "1314", + "name": "Rock Crab", + "defence_level": "1", + "safespot": null, + "lifepoints": "51", + "strength_level": "1", + "id": "1265", + "bonuses": "-75,-75,-75,-75,-75,-75,-75,-75,-75,-75,-75,-75,-75,-75,-75", + "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", + "attack_speed": "5", + "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": "-75,-75,-75,-75,-75,-75,-75,-75,-75,-75,-75,-75,-75,-75,-75", + "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", + "strength_level": "40", + "id": "1279", + "aggressive": "true", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "A Fremennik hunter.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sigli the Huntsman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1281", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A Fremennik merchant.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sigmund The Merchant", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1282", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A Fremennik navigator.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Swensen the Navigator", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1283", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Every innkeeper's best friend!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Manni the Reveller", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1286", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Supposedly fixes things around RuneScape.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Council workman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1287", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A Fremennik riddler.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Peer the Seer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1288", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A Fremennik hero.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Thorvald the Warrior", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1289", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Your challenge awaits! ", + "melee_animation": "390", + "range_animation": "0", + "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", + "id": "1290", + "range_level": "1", + "attack_level": "13" + }, + { + "examine": "He lives again!", + "melee_animation": "390", + "range_animation": "0", + "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", + "id": "1291", + "range_level": "1", + "attack_level": "13" + }, + { + "examine": "He keeps on living!", + "melee_animation": "390", + "range_animation": "0", + "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", + "id": "1292", + "range_level": "1", + "attack_level": "13" + }, + { + "examine": "He just keeps on going.", + "melee_animation": "390", + "range_animation": "0", + "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", + "id": "1293", + "range_level": "1", + "attack_level": "13" + }, + { + "examine": "The Fremennik tribe's chieftain.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "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", + "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", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Warrior", + "defence_level": "28", + "safespot": null, + "lifepoints": "40", + "strength_level": "28", + "id": "1318", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "A cunning animal.", + "melee_animation": "6562", + "range_animation": "0", + "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", + "id": "1319", + "range_level": "1", + "attack_level": "32" + }, + { + "examine": "Hoppity", + "melee_animation": "1245", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "1246", + "name": "Bunny", + "defence_level": "1", + "safespot": null, + "lifepoints": "1", + "strength_level": "1", + "id": "1320", + "range_level": "1", + "attack_level": "1" + }, + { + "death_animation": "1246", + "name": "Bunny", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "melee_animation": "1245", + "strength_level": "1", + "id": "1321", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "1244" + }, + { + "examine": "Cute. But deadly.", + "slayer_task": "6", + "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" + }, + { + "examine": "Horned horsey.", + "melee_animation": "6376", + "range_animation": "6376", + "combat_audio": "496,498,497", + "attack_speed": "5", + "magic_level": "6", + "respawn_delay": "32", + "defence_animation": "6375", + "weakness": "7", + "magic_animation": "6376", + "death_animation": "6377", + "name": "Unicorn Foal", + "defence_level": "6", + "safespot": null, + "lifepoints": "14", + "strength_level": "6", + "id": "1328", + "range_level": "1", + "attack_level": "6" + }, + { + "examine": "Cute but evil.", + "melee_animation": "6376", + "range_animation": "0", + "combat_audio": "496,498,497", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "6377", + "name": "Black unicorn Foal", + "defence_level": "12", + "safespot": null, + "lifepoints": "17", + "strength_level": "12", + "id": "1329", + "range_level": "1", + "attack_level": "12" + }, + { + "examine": "Fearsome predator found only in the Fremennik Province", + "slayer_task": "92", + "melee_animation": "6559", + "range_animation": "0", + "combat_audio": "481,491,490", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "slayer_exp": "69", + "magic_animation": "0", + "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.", + "slayer_task": "24", + "melee_animation": "1341", + "range_animation": "0", + "magic_level": "60", + "respawn_delay": "60", + "defence_animation": "0", + "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": "He seems happy to see you.", + "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": "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", + "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", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "examine": "Hmm", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fishmonger", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1369", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "At least he eats his greens.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Greengrocer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1370", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's guarding the throne room.", + "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": "1374", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's cutting the wheat.", + "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": "1377", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "No-one would mistake her for a duchess.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Flower Girl", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1378", + "range_level": "1", + "attack_level": "1" + }, + { + "death_animation": "836", + "name": "Alrik", + "defence_level": "1", + "safespot": null, + "lifepoints": "1", + "melee_animation": "422", + "strength_level": "1", + "id": "1381", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "examine": "He's strong to the finish, because he eats cabbage.", + "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": "1385", + "range_level": "1", + "attack_level": "1" + }, + { + "death_animation": "836", + "name": "Rannveig", + "defence_level": "1", + "safespot": null, + "lifepoints": "1", + "melee_animation": "422", + "strength_level": "1", + "id": "1386", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "death_animation": "836", + "name": "Valgerd", + "defence_level": "1", + "safespot": null, + "lifepoints": "1", + "melee_animation": "422", + "strength_level": "1", + "id": "1388", + "range_level": "1", + "respawn_delay": "60", + "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", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "death_animation": "836", + "name": "Broddi", + "defence_level": "1", + "safespot": null, + "lifepoints": "1", + "melee_animation": "422", + "strength_level": "1", + "id": "1390", + "range_level": "1", + "respawn_delay": "60", + "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": "1391", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "death_animation": "836", + "name": "Ragnvald", + "defence_level": "1", + "safespot": null, + "lifepoints": "1", + "melee_animation": "810", + "strength_level": "1", + "id": "1392", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "examine": "Hmm", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fishmonger", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1393", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "At least he eats his greens.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Greengrocer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1394", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's a lumberjack", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Lumberjack Leif", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1395", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's just mining his own business.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Miner Magnus", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1396", + "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": "Fisherman Frodi", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1397", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "She's looking a bit weedy.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gardener Gunnhild", + "defence_level": "1", + "safespot": null, + "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", + "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": "1402", + "range_level": "1", + "attack_level": "1" + }, + { + "death_animation": "5389", + "name": "Rooster", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "melee_animation": "5387", + "strength_level": "1", + "id": "1403", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "5388" + }, + { + "death_animation": "6092", + "name": "Rabbit", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "melee_animation": "6090", + "strength_level": "1", + "id": "1404", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "6091" + }, + { + "examine": "There to help me make my bids.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Lumdo", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1419", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An official looking Gnome with small beady eyes.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "G.L.O. Caranock", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1427", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "1383", + "respawn_delay": "60", + "defence_animation": "1393", + "death_animation": "1384", + "name": "Duke", + "defence_level": "1", + "safespot": null, + "lifepoints": "130", + "strength_level": "1", + "id": "1442", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "1383", + "respawn_delay": "60", + "defence_animation": "1393", + "death_animation": "1384", + "name": "Oipuis", + "defence_level": "1", + "safespot": null, + "lifepoints": "130", + "strength_level": "1", + "id": "1443", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "1383", + "respawn_delay": "60", + "defence_animation": "1393", + "death_animation": "1384", + "name": "Uyoro", + "defence_level": "1", + "safespot": null, + "lifepoints": "130", + "strength_level": "1", + "id": "1444", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "1383", + "respawn_delay": "60", + "defence_animation": "1387", + "death_animation": "1384", + "name": "Ouhai", + "defence_level": "1", + "safespot": null, + "lifepoints": "130", + "strength_level": "1", + "id": "1445", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "1383", + "respawn_delay": "60", + "defence_animation": "1393", + "death_animation": "1384", + "name": "Uodai", + "defence_level": "1", + "safespot": null, + "lifepoints": "130", + "strength_level": "1", + "id": "1446", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "1383", + "respawn_delay": "60", + "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", + "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.", + "slayer_task": "61", + "melee_animation": "1392", + "range_animation": "0", + "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", + "id": "1455", + "range_level": "1", + "attack_level": "66" + }, + { + "examine": "A bow wielding ninja monkey.", + "slayer_task": "61", + "combat_style": "1", + "melee_animation": "0", + "range_animation": "1394", + "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", + "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", + "aggressive": "true", + "range_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", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A huge brutish gorilla armoured with dangerous looking vambraces.", + "slayer_task": "61", + "melee_animation": "1402", + "range_animation": "1402", + "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", + "id": "1459", + "range_level": "1", + "attack_level": "100" + }, + { + "examine": "A huge brutish gorilla armoured with dangerous looking vambraces.", + "slayer_task": "61", + "melee_animation": "1402", + "range_animation": "0", + "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", + "id": "1460", + "aggressive": "true", + "range_level": "1", + "attack_level": "63" + }, + { + "examine": "A huge brutish gorilla stands here", + "slayer_task": "61", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "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.", + "slayer_task": "61", + "melee_animation": "1383", + "range_animation": "0", + "combat_audio": "629,631,630", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "1384", + "name": "Monkey Zombie", + "defence_level": "55", + "safespot": null, + "lifepoints": "78", + "strength_level": "55", + "id": "1465", + "aggressive": "true", + "range_level": "1", + "attack_level": "55" + }, + { + "melee_animation": "1392", + "combat_audio": "629,631,630", + "respawn_delay": "60", + "defence_animation": "1393", + "death_animation": "1384", + "name": "Monkey Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "90", + "strength_level": "1", + "id": "1466", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "1392", + "combat_audio": "629,631,630", + "respawn_delay": "60", + "defence_animation": "1393", + "death_animation": "1384", + "name": "Monkey Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "strength_level": "1", + "id": "1467", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He looks like the type of guy who would mind monkeys.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "629,631,630", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Monkey minder", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1469", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It looks just a bit... underfed.", + "slayer_task": "75", + "melee_animation": "5519", + "range_animation": "5519", + "combat_audio": "774,775,777", + "attack_speed": "6", + "defence_animation": "5520", + "weakness": "8", + "magic_animation": "5519", + "death_animation": "5521", + "name": "Skeleton", + "defence_level": "75", + "safespot": null, + "lifepoints": "112", + "strength_level": "109", + "id": "1471", + "range_level": "1", + "attack_level": "80" + }, + { + "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", + "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.", + "slayer_task": "7", + "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.", + "slayer_task": "7", + "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", + "slayer_task": "76", + "melee_animation": "5327", + "range_animation": "0", + "combat_audio": "537,539,538", + "respawn_delay": "60", + "defence_animation": "0", + "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", + "defence_animation": "0", + "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", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "5972", + "name": "Undead Lumberjack", + "defence_level": "10", + "safespot": null, + "lifepoints": "100", + "strength_level": "73", + "id": "1524", + "range_level": "1", + "attack_level": "73" + }, + { + "examine": "His robes prominently display the star of Saradomin.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Zealot", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1528", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Imp", + "defence_level": "1", + "safespot": null, + "lifepoints": "8", + "strength_level": "1", + "id": "1531", + "range_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", + "range_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", + "range_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", + "range_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", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "185", + "respawn_delay": "60", + "defence_animation": "186", + "death_animation": "188", + "name": "Possessed pickaxe", + "defence_level": "1", + "safespot": null, + "lifepoints": "40", + "strength_level": "1", + "id": "1536", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A strange disturbance in the air.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "0", + "name": "Haze", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1537", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Well", + "slayer_task": "75", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "0", + "name": "Corpse", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1538", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "I don't think the pickaxe is for hitting rocks.", + "slayer_task": "75", + "melee_animation": "5485", + "range_animation": "0", + "respawn_delay": "60", + "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", + "id": "1539", + "aggressive": "true", + "range_level": "1", + "attack_level": "35" + }, + { + "melee_animation": "5540", + "respawn_delay": "60", + "defence_animation": "5541", + "death_animation": "5542", + "name": "Treus Dayth", + "defence_level": "1", + "safespot": null, + "lifepoints": "100", + "strength_level": "1", + "id": "1540", + "aggressive": "true", + "range_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", + "range_level": "1", + "attack_level": "1" + }, + { + "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": "30", + "strength_level": "1", + "id": "1549", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A large boisterous bird", + "slayer_task": "7", + "melee_animation": "6761", + "range_animation": "0", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "6762", + "name": "Chompy bird", + "defence_level": "1", + "safespot": null, + "lifepoints": "8", + "strength_level": "1", + "id": "1550", + "range_level": "2", + "attack_level": "1" + }, + { + "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", + "attack_level": "1" + }, + { + "name": "Ug", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "1557", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Not man's best friend.", + "slayer_task": "92", + "melee_animation": "6559", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "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!", + "slayer_task": "83", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "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!", + "slayer_task": "83", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "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!", + "slayer_task": "83", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "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!", + "slayer_task": "83", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "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!", + "slayer_task": "83", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "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!", + "slayer_task": "83", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "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!", + "slayer_task": "83", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "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", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cyreg Paddlehorn", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1567", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A creature summoned by Vanstrom to kill the remaining Myreque.", + "melee_animation": "6579", + "range_animation": "0", + "combat_audio": "774,775,777", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "6558", + "name": "Skeleton Hellhound", + "defence_level": "32", + "safespot": null, + "lifepoints": "57", + "strength_level": "32", + "id": "1575", + "aggressive": "true", + "range_level": "1", + "attack_level": "32" + }, + { + "examine": "A very large elemental adversary.", + "slayer_task": "33", + "melee_animation": "4666", + "range_animation": "4666", + "combat_audio": "449,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", + "aggressive": "true", + "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.", + "slayer_task": "33", + "melee_animation": "4666", + "range_animation": "4666", + "combat_audio": "449,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", + "aggressive": "true", + "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.", + "slayer_task": "33", + "melee_animation": "4666", + "range_animation": "4666", + "combat_audio": "449,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", + "aggressive": "true", + "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.", + "slayer_task": "33", + "melee_animation": "4666", + "range_animation": "4666", + "combat_audio": "449,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", + "aggressive": "true", + "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.", + "slayer_task": "33", + "melee_animation": "4666", + "range_animation": "4666", + "combat_audio": "449,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", + "aggressive": "true", + "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0", + "range_level": "1", + "attack_level": "65" + }, + { + "examine": "His beard seems to have a life of its own.", + "slayer_task": "62", + "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", + "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": "His beard seems to have a life of its own.", + "slayer_task": "62", + "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", + "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": "Young but still dangerous.", + "slayer_task": "68", + "melee_animation": "25", + "range_animation": "25", + "combat_audio": "408,410,409", + "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", + "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" + }, + { + "examine": "Its scales seem to be made of bronze.", + "slayer_task": "13", + "melee_animation": "80", + "range_animation": "80", + "combat_audio": "408,410,409", + "attack_speed": "4", + "magic_level": "100", + "respawn_delay": "40", + "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", + "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" + }, + { + "examine": "Its scales seem to be made of iron.", + "slayer_task": "50", + "melee_animation": "80", + "range_animation": "80", + "combat_audio": "408,410,409", + "attack_speed": "4", + "magic_level": "100", + "respawn_delay": "45", + "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", + "id": "1591", + "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": "165" + }, + { + "examine": "Its scales seem to be made of steel.", + "slayer_task": "80", + "melee_animation": "80", + "range_animation": "80", + "combat_audio": "408,410,409", + "attack_speed": "4", + "magic_level": "100", + "respawn_delay": "45", + "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", + "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" + }, + { + "examine": "An unsuitable pet.", + "slayer_task": "27", + "melee_animation": "6562", + "range_animation": "6562", + "magic_level": "20", + "respawn_delay": "20", + "defence_animation": "6563", + "weakness": "7", + "magic_animation": "6562", + "death_animation": "6564", + "name": "Wild dog", + "defence_level": "25", + "safespot": null, + "lifepoints": "62", + "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", + "magic_level": "20", + "respawn_delay": "20", + "defence_animation": "6563", + "magic_animation": "6562", + "death_animation": "6564", + "name": "Wild dog", + "defence_level": "25", + "safespot": null, + "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" + }, + { + "examine": "A spiky crawling critter. ", + "slayer_task": "16", + "melee_animation": "266", + "range_animation": "266", + "attack_speed": "4", + "poisonous": "true", + "respawn_delay": "25", + "defence_animation": "267", + "weakness": "1", + "slayer_exp": "22", + "magic_animation": "266", + "death_animation": "265", + "name": "Cave crawler", + "defence_level": "30", + "safespot": null, + "lifepoints": "23", + "strength_level": "30", + "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", + "attack_speed": "4", + "poisonous": "true", + "respawn_delay": "25", + "defence_animation": "267", + "slayer_exp": "22", + "magic_animation": "266", + "death_animation": "265", + "name": "Cave crawler", + "defence_level": "30", + "safespot": null, + "lifepoints": "23", + "strength_level": "30", + "id": "1601", + "bonuses": "30,60,60,60,60,66,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "A spiky crawling critter. ", + "melee_animation": "266", + "range_animation": "266", + "attack_speed": "4", + "poisonous": "true", + "respawn_delay": "25", + "defence_animation": "267", + "slayer_exp": "22", + "magic_animation": "266", + "death_animation": "265", + "name": "Cave crawler", + "defence_level": "30", + "safespot": null, + "lifepoints": "23", + "strength_level": "30", + "id": "1602", + "bonuses": "30,60,60,60,60,66,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "A spiky crawling critter. ", + "melee_animation": "266", + "range_animation": "266", + "attack_speed": "4", + "poisonous": "true", + "respawn_delay": "25", + "defence_animation": "267", + "slayer_exp": "22", + "magic_animation": "266", + "death_animation": "265", + "name": "Cave crawler", + "defence_level": "30", + "safespot": null, + "lifepoints": "23", + "strength_level": "30", + "id": "1603", + "bonuses": "30,60,60,60,60,66,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "A very smelly ghost.", + "slayer_task": "0", + "start_gfx": "334", + "combat_style": "2", + "melee_animation": "9466", + "weakness": "5", + "slayer_exp": "90", + "magic_animation": "9466", + "death_animation": "9467", + "lifepoints": "90", + "id": "1604", + "aggressive": "true", + "bonuses": "0,0,0,0,0,20,20,20,0,15,0,0,0,0,0", + "range_animation": "1507", + "magic_level": "105", + "end_gfx": "336", + "defence_animation": "9468", + "name": "Aberrant spectre", + "defence_level": "90", + "safespot": null, + "strength_level": "1", + "clue_level": "2", + "range_level": "1", + "projectile": "335", + "attack_level": "1" + }, + { + "examine": "A very smelly ghost.", + "slayer_task": "0", + "start_gfx": "334", + "combat_style": "2", + "melee_animation": "9466", + "weakness": "5", + "slayer_exp": "90", + "magic_animation": "9466", + "death_animation": "9467", + "lifepoints": "90", + "id": "1605", + "aggressive": "true", + "bonuses": "0,0,0,0,0,20,20,20,0,15,0,0,0,0,0", + "range_animation": "1507", + "magic_level": "105", + "end_gfx": "336", + "defence_animation": "9468", + "name": "Aberrant spectre", + "defence_level": "90", + "safespot": null, + "strength_level": "1", + "clue_level": "2", + "range_level": "1", + "projectile": "335", + "attack_level": "1" + }, + { + "examine": "A very smelly ghost.", + "slayer_task": "0", + "start_gfx": "334", + "combat_style": "2", + "melee_animation": "9466", + "weakness": "5", + "slayer_exp": "90", + "magic_animation": "9466", + "death_animation": "9467", + "lifepoints": "90", + "id": "1606", + "aggressive": "true", + "bonuses": "0,0,0,0,0,20,20,20,0,15,0,0,0,0,0", + "range_animation": "1507", + "magic_level": "105", + "end_gfx": "336", + "defence_animation": "9468", + "name": "Aberrant spectre", + "defence_level": "90", + "safespot": null, + "strength_level": "1", + "clue_level": "2", + "range_level": "1", + "projectile": "335", + "attack_level": "1" + }, + { + "examine": "A very smelly ghost.", + "slayer_task": "0", + "start_gfx": "334", + "combat_style": "2", + "melee_animation": "9466", + "weakness": "5", + "slayer_exp": "90", + "magic_animation": "9466", + "death_animation": "9467", + "lifepoints": "90", + "id": "1607", + "aggressive": "true", + "bonuses": "0,0,0,0,0,20,20,20,0,15,0,0,0,0,0", + "range_animation": "1507", + "magic_level": "105", + "end_gfx": "336", + "defence_animation": "9468", + "name": "Aberrant spectre", + "defence_level": "90", + "safespot": null, + "strength_level": "1", + "clue_level": "2", + "range_level": "1", + "projectile": "335", + "attack_level": "1" + }, + { + "examine": "Large, heavy, with sharp things attached to its head.", + "melee_animation": "9439", + "range_animation": "9439", + "attack_speed": "4", + "magic_level": "1", + "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", + "attack_speed": "4", + "magic_level": "1", + "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", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "9455", + "slayer_exp": "105", + "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" + }, + { + "examine": "Flies like a rock.", + "slayer_task": "84", + "melee_animation": "1516", + "range_animation": "1516", + "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", + "id": "1611", + "clue_level": "2", + "range_level": "49", + "attack_level": "45" + }, + { + "examine": "A tortured screaming soul.", + "melee_animation": "9449", + "range_animation": "1523", + "attack_speed": "5", + "defence_animation": "9451", + "slayer_exp": "22", + "magic_animation": "1523", + "death_animation": "9450", + "name": "Banshee", + "defence_level": "5", + "safespot": null, + "lifepoints": "22", + "strength_level": "14", + "id": "1612", + "aggressive": "true", + "clue_level": "0", + "range_level": "1", + "attack_level": "9" + }, + { + "examine": "An evil death demon.", + "melee_animation": "9487", + "range_animation": "1528", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "9489", + "magic_animation": "1528", + "death_animation": "9488", + "name": "Nechryael", + "defence_level": "105", + "safespot": null, + "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", + "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!", + "slayer_task": "1", + "melee_animation": "1537", + "range_animation": "1537", + "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", + "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", + "attack_speed": "5", + "magic_level": "75", + "defence_animation": "261", + "slayer_exp": "75", + "magic_animation": "260", + "death_animation": "264", + "name": "Basilisk", + "defence_level": "75", + "safespot": null, + "lifepoints": "75", + "strength_level": "80", + "id": "1616", + "range_level": "75", + "attack_level": "80" + }, + { + "examine": "The eyes of evil.", + "melee_animation": "260", + "range_animation": "260", + "attack_speed": "5", + "magic_level": "75", + "defence_animation": "261", + "slayer_exp": "75", + "magic_animation": "260", + "death_animation": "264", + "name": "Basilisk", + "defence_level": "75", + "safespot": null, + "lifepoints": "75", + "strength_level": "80", + "id": "1617", + "range_level": "75", + "attack_level": "80" + }, + { + "examine": "The tongue of evil.", + "melee_animation": "9130", + "range_animation": "1552", + "attack_speed": "4", + "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", + "aggressive": "true", + "clue_level": "2", + "range_level": "1", + "attack_level": "75" + }, + { + "examine": "The tongue of evil.", + "melee_animation": "9130", + "range_animation": "1552", + "attack_speed": "4", + "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": "1619", + "aggressive": "true", + "clue_level": "2", + "range_level": "1", + "attack_level": "75" + }, + { + "examine": "The winged reptile.", + "slayer_task": "19", + "melee_animation": "7762", + "range_animation": "7762", + "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", + "id": "1620", + "bonuses": "30,30,30,30,30,35,0,0,0,0,0,0,0,0,0", + "clue_level": "1", + "range_level": "32", + "attack_level": "32" + }, + { + "examine": "The winged reptile.", + "melee_animation": "7762", + "range_animation": "7762", + "attack_speed": "5", + "defence_animation": "7761", + "slayer_exp": "37", + "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" + }, + { + "examine": "It's one leg short!", + "melee_animation": "9471", + "range_animation": "9471", + "attack_speed": "5", + "defence_animation": "9473", + "magic_animation": "9471", + "death_animation": "9472", + "name": "Turoth", + "defence_level": "30", + "safespot": null, + "lifepoints": "27", + "strength_level": "1", + "id": "1622", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "It's one leg short!", + "melee_animation": "9471", + "range_animation": "9471", + "attack_speed": "5", + "defence_animation": "9473", + "magic_animation": "9471", + "death_animation": "9472", + "name": "Turoth", + "defence_level": "30", + "safespot": null, + "lifepoints": "27", + "strength_level": "1", + "id": "1623", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "The vacuumed face of evil.", + "slayer_task": "28", + "melee_animation": "1557", + "range_animation": "1557", + "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", + "id": "1624", + "range_level": "1", + "attack_level": "105" + }, + { + "examine": "The cave-dwelling cousin of the dust devils.", + "slayer_task": "28", + "melee_animation": "1557", + "range_animation": "0", + "defence_animation": "0", + "weakness": "2", + "magic_animation": "0", + "death_animation": "1558", + "name": "Smokedevil", + "defence_level": "61", + "safespot": null, + "lifepoints": "87", + "strength_level": "105", + "id": "1625", + "range_level": "61", + "attack_level": "105" + }, + { + "examine": "It's one leg short!", + "melee_animation": "9471", + "range_animation": "9471", + "attack_speed": "5", + "magic_level": "75", + "defence_animation": "9473", + "magic_animation": "9471", + "death_animation": "9472", + "name": "Turoth", + "defence_level": "75", + "safespot": null, + "lifepoints": "79", + "strength_level": "85", + "id": "1626", + "clue_level": "2", + "range_level": "75", + "attack_level": "80" + }, + { + "examine": "It's one leg short!", + "melee_animation": "9471", + "range_animation": "9471", + "attack_speed": "5", + "magic_level": "75", + "defence_animation": "9473", + "magic_animation": "9471", + "death_animation": "9472", + "name": "Turoth", + "defence_level": "75", + "safespot": null, + "lifepoints": "79", + "strength_level": "85", + "id": "1627", + "clue_level": "2", + "range_level": "75", + "attack_level": "80" + }, + { + "examine": "It's one leg short!", + "melee_animation": "9471", + "range_animation": "9471", + "attack_speed": "5", + "magic_level": "75", + "defence_animation": "9473", + "magic_animation": "9471", + "death_animation": "9472", + "name": "Turoth", + "defence_level": "75", + "safespot": null, + "lifepoints": "79", + "strength_level": "85", + "id": "1628", + "clue_level": "2", + "range_level": "75", + "attack_level": "80" + }, + { + "examine": "It's one leg short!", + "melee_animation": "9471", + "range_animation": "9471", + "attack_speed": "5", + "magic_level": "75", + "defence_animation": "9473", + "magic_animation": "9471", + "death_animation": "9472", + "name": "Turoth", + "defence_level": "75", + "safespot": null, + "lifepoints": "79", + "strength_level": "85", + "id": "1629", + "clue_level": "2", + "range_level": "75", + "attack_level": "80" + }, + { + "examine": "It's one leg short!", + "melee_animation": "9471", + "range_animation": "9471", + "attack_speed": "5", + "magic_level": "75", + "defence_animation": "9473", + "magic_animation": "9471", + "death_animation": "9472", + "name": "Turoth", + "defence_level": "75", + "safespot": null, + "lifepoints": "79", + "strength_level": "85", + "id": "1630", + "clue_level": "2", + "range_level": "75", + "attack_level": "80" + }, + { + "examine": "A rocky slug.", + "slayer_task": "69", + "melee_animation": "9506", + "range_animation": "9506", + "attack_speed": "5", + "magic_level": "1", + "defence_animation": "9508", + "weakness": "7", + "magic_animation": "9506", + "death_animation": "9507", + "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.", + "slayer_task": "69", + "melee_animation": "9506", + "range_animation": "9506", + "attack_speed": "5", + "magic_level": "1", + "defence_animation": "9508", + "weakness": "7", + "magic_animation": "9506", + "death_animation": "9507", + "name": "Rockslug", + "defence_level": "30", + "safespot": null, + "lifepoints": "30", + "strength_level": "30", + "id": "1632", + "clue_level": "2", + "range_level": "1", + "attack_level": "24" + }, + { + "spawn_animation": "8081", + "examine": "A small fire demon.", + "slayer_task": "66", + "melee_animation": "8080", + "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": "1633", + "bonuses": "52,30,22,1,1,0,0,0,0,0,0,10,10,10,0", + "clue_level": "1", + "range_level": "19", + "attack_level": "22" + }, + { + "spawn_animation": "8081", + "examine": "A small fire demon.", + "slayer_task": "66", + "melee_animation": "8080", + "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", + "bonuses": "52,30,22,1,1,0,0,0,0,0,0,10,10,10,0", + "clue_level": "1", + "range_level": "19", + "attack_level": "22" + }, + { + "spawn_animation": "8081", + "examine": "A small fire demon.", + "slayer_task": "66", + "melee_animation": "8080", + "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", + "bonuses": "52,30,22,1,1,0,0,0,0,0,0,10,10,10,0", + "clue_level": "1", + "range_level": "19", + "attack_level": "22" + }, + { + "spawn_animation": "8081", + "examine": "A small fire demon.", + "slayer_task": "66", + "melee_animation": "8080", + "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", + "bonuses": "52,30,22,1,1,0,0,0,0,0,0,10,10,10,0", + "clue_level": "1", + "range_level": "19", + "attack_level": "22" + }, + { + "examine": "It's a Jelly.", + "slayer_task": "51", + "melee_animation": "8569", + "range_animation": "8569", + "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", + "id": "1637", + "clue_level": "2", + "range_level": "40", + "attack_level": "40" + }, + { + "examine": "Doesn't look so tough...", + "slayer_task": "51", + "melee_animation": "8569", + "range_animation": "0", + "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", + "strength_level": "1", + "id": "1638", + "clue_level": "2", + "range_level": "49", + "attack_level": "1" + }, + { + "examine": "Wibbly.", + "slayer_task": "51", + "melee_animation": "8569", + "range_animation": "0", + "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", + "strength_level": "1", + "id": "1639", + "clue_level": "2", + "range_level": "49", + "attack_level": "1" + }, + { + "examine": "There's always room for jelly.", + "slayer_task": "51", + "melee_animation": "8569", + "range_animation": "0", + "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", + "attack_level": "1" + }, + { + "melee_animation": "8569", + "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", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "8569", + "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", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An evil magic user.", + "slayer_task": "49", + "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", + "bonuses": "0,0,0,0,0,0,0,0,40,0,0,0,0,0,0", + "range_level": "1", + "projectile": "100", + "attack_level": "1" + }, + { + "slayer_task": "49", + "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", + "bonuses": "0,0,0,0,0,0,0,0,40,0,0,0,0,0,0", + "range_level": "1", + "projectile": "100", + "attack_level": "1" + }, + { + "examine": "An evil magic user.", + "slayer_task": "49", + "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", + "bonuses": "0,0,0,0,0,0,0,0,40,0,0,0,0,0,0", + "range_level": "1", + "projectile": "100", + "attack_level": "1" + }, + { + "examine": "An evil magic user.", + "slayer_task": "49", + "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", + "bonuses": "0,0,0,0,0,0,0,0,40,0,0,0,0,0,0", + "range_level": "1", + "projectile": "100", + "attack_level": "1" + }, + { + "examine": "An evil magic user.", + "slayer_task": "49", + "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", + "bonuses": "0,0,0,0,0,0,0,0,40,0,0,0,0,0,0", + "range_level": "1", + "projectile": "100", + "attack_level": "1" + }, + { + "examine": "Now THAT'S handy.", + "slayer_task": "21", + "melee_animation": "9125", + "range_animation": "9125", + "attack_speed": "5", + "respawn_delay": "20", + "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", + "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", + "slayer_task": "21", + "melee_animation": "9125", + "range_animation": "0", + "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", + "range_level": "1", + "attack_level": "8" + }, + { + "examine": "Gimmie five. Actually", + "slayer_task": "21", + "melee_animation": "9125", + "range_animation": "0", + "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", + "range_level": "1", + "attack_level": "8" + }, + { + "examine": "Gimmie five. Actually", + "slayer_task": "21", + "melee_animation": "9125", + "range_animation": "0", + "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", + "range_level": "1", + "attack_level": "8" + }, + { + "examine": "Gimmie five. Actually", + "slayer_task": "21", + "melee_animation": "9125", + "range_animation": "0", + "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", + "range_level": "1", + "attack_level": "8" + }, + { + "examine": "Now THAT's handy.", + "slayer_task": "21", + "melee_animation": "9444", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "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", + "id": "1653", + "range_level": "1", + "attack_level": "13" + }, + { + "examine": "I'm glad it's just the hand I can see...", + "slayer_task": "21", + "melee_animation": "9444", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "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", + "id": "1654", + "range_level": "1", + "attack_level": "13" + }, + { + "examine": "A big severed hand.", + "slayer_task": "21", + "melee_animation": "9444", + "range_animation": "0", + "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", + "range_level": "1", + "attack_level": "13" + }, + { + "examine": "Give the guy a big hand.....", + "slayer_task": "21", + "melee_animation": "9444", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "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", + "id": "1656", + "range_level": "1", + "attack_level": "13" + }, + { + "examine": "A big severed hand.", + "slayer_task": "21", + "melee_animation": "9444", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "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", + "id": "1657", + "range_level": "1", + "attack_level": "13" + }, + { + "examine": "A Supplier of Magical robes.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Robe Store owner", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1658", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's in charge of the Skullball Course.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Skullball Boss", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1660", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's in charge of the Agility Course.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Agility Boss", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1661", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A skullball guide.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Skullball Trainer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1662", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A werewolf agility trainer.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Agility Trainer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1663", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks like he's guarding a trapdoor...", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Werewolf", + "defence_level": "1", + "safespot": null, + "lifepoints": "100", + "strength_level": "1", + "id": "1665", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Gardener Ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "1675", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "His beard seems to have a life of its own.", + "melee_animation": "4666", + "range_animation": "4666", + "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", + "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" + }, + { + "examine": "A ghost disciple.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "436,439,438", + "defence_animation": "0", + "magic_animation": "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", + "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.", + "slayer_task": "20", + "melee_animation": "5849", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5851", + "name": "Undead cow", + "defence_level": "3", + "safespot": null, + "lifepoints": "4", + "strength_level": "3", + "id": "1691", + "range_level": "1", + "attack_level": "3" + }, + { + "examine": "Yep", + "slayer_task": "7", + "melee_animation": "5387", + "range_animation": "0", + "combat_audio": "355,357,356", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "5389", + "name": "Undead chicken", + "defence_level": "5", + "safespot": null, + "lifepoints": "7", + "strength_level": "5", + "id": "1692", + "range_level": "1", + "attack_level": "5" + }, + { + "examine": "An extremely vicious lobster.", + "slayer_task": "71", + "melee_animation": "6265", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "6267", + "name": "Giant lobster", + "defence_level": "30", + "safespot": null, + "lifepoints": "128", + "strength_level": "30", + "id": "1693", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "An old", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Old crone", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1695", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A creaky old man.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Old man", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1696", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A spooky ghost villager.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "436,439,438", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ghost villager", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1697", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "This poor soul cannot understand why it has not passed to the next world.", + "slayer_task": "36", + "melee_animation": "422", + "range_animation": "0", + "attack_speed": "5", + "magic_level": "38", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "slayer_exp": "25", + "magic_animation": "0", + "death_animation": "836", + "name": "Tortured soul", + "defence_level": "38", + "safespot": null, + "lifepoints": "85", + "strength_level": "28", + "id": "1698", + "aggressive": "true", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "Beware the ghostly shopkeeper's wares!", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "436,439,438", + "defence_animation": "0", + "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" + }, + { + "death_animation": "1013", + "name": "Terrorbird", + "defence_level": "1", + "safespot": null, + "lifepoints": "34", + "melee_animation": "1010", + "strength_level": "1", + "id": "1751", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "1012" + }, + { + "examine": "These gnomes know how to get around!", + "slayer_task": "7", + "melee_animation": "6790", + "range_animation": "0", + "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", + "id": "1752", + "range_level": "1", + "attack_level": "33" + }, + { + "examine": "A farmer's enemy.", + "slayer_task": "7", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "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", + "range_level": "1", + "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", + "range_level": "1", + "attack_level": "5" + }, + { + "examine": "Farming.", + "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": "1759", + "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": "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.", + "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": "1761", + "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": "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", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Where beef comes from.", + "slayer_task": "20", + "melee_animation": "5849", + "range_animation": "5849", + "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", + "id": "1767", + "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": "1768", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "slayer_task": "38", + "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", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "slayer_task": "38", + "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", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "slayer_task": "38", + "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", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "slayer_task": "38", + "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", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "slayer_task": "38", + "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", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "slayer_task": "38", + "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", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "slayer_task": "38", + "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", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "slayer_task": "38", + "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", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He looks quite independent in an aggressive and business like way.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "498,500,499", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Hammerspike Stoutbeard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1794", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A short stout menacing fellow.", + "slayer_task": "29", + "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", + "range_level": "1", + "attack_level": "25" + }, + { + "examine": "A short stout menacing fellow.", + "slayer_task": "29", + "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", + "range_level": "1", + "attack_level": "25" + }, + { + "examine": "A short stout menacing fellow.", + "slayer_task": "29", + "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", + "range_level": "1", + "attack_level": "25" + }, + { + "melee_animation": "1750", + "respawn_delay": "60", + "defence_animation": "1751", + "death_animation": "1752", + "name": "Slagilith", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "strength_level": "1", + "id": "1802", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A pile of boulders.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Rock pile", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1803", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He seems to be guarding a pile of rocks. Interesting job.", + "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": "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", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1806", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The Chieftain of the mountain camp.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Hamal the Chieftain", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1807", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Is that a bear... or a man?", + "melee_animation": "1760", + "range_animation": "0", + "magic_level": "23", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "1759", + "name": "The Kendal", + "defence_level": "23", + "safespot": null, + "lifepoints": "85", + "strength_level": "23", + "id": "1812", + "aggressive": "true", + "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.", + "slayer_task": "38", + "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.", + "slayer_task": "38", + "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.", + "slayer_task": "38", + "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.", + "slayer_task": "38", + "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": "Flies like a rock.", + "melee_animation": "9454", + "range_animation": "1516", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "9455", + "slayer_exp": "105", + "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" + }, + { + "examine": "It didn't get that big eating flies!", + "melee_animation": "1793", + "range_animation": "1793", + "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", + "id": "1828", + "bonuses": "10,10,10,10,10,10,1,10,10,10,10,37,0,0,0", + "range_level": "32", + "attack_level": "45" + }, + { + "examine": "It didn't get that big eating flies.", + "melee_animation": "1793", + "range_animation": "0", + "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", + "id": "1829", + "range_level": "26", + "attack_level": "1" + }, + { + "examine": "A foul-smelling blob of protoplasm.", + "slayer_task": "18", + "melee_animation": "1789", + "range_animation": "0", + "attack_speed": "5", + "poisonous": "true", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "1", + "slayer_exp": "25", + "magic_animation": "0", + "death_animation": "1792", + "name": "Cave slime", + "defence_level": "19", + "safespot": null, + "lifepoints": "27", + "strength_level": "1", + "id": "1831", + "clue_level": "0", + "range_level": "19", + "attack_level": "1" + }, + { + "examine": "A nasty crawling critter.", + "slayer_task": "15", + "melee_animation": "6079", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "2", + "slayer_exp": "5", + "magic_animation": "0", + "death_animation": "6082", + "name": "Cave bug", + "defence_level": "6", + "safespot": null, + "lifepoints": "8", + "strength_level": "1", + "id": "1832", + "range_level": "6", + "attack_level": "1" + }, + { + "examine": "A little", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cave bug larva", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1833", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Has an odd smell about him.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Candle seller", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1834", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A short angry guy.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Dwarven Engineer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1840", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The little guy is having trouble standing up right.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Khorvak, a dwarven engineer", + "defence_level": "1", + "safespot": null, + "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", + "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": "1844", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It is the avatar of the Arzinian Being of Bordanzan", + "melee_animation": "1840", + "range_animation": "0", + "defence_animation": "0", + "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", + "defence_animation": "0", + "weakness": "0", + "magic_animation": "0", + "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", + "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", + "id": "1856", + "aggressive": "true", + "range_level": "1", + "attack_level": "30" + }, + { + "melee_animation": "1840", + "respawn_delay": "60", + "defence_animation": "1842", + "death_animation": "1843", + "name": "Arzinian Avatar of Magic", + "defence_level": "1", + "safespot": null, + "lifepoints": "110", + "strength_level": "1", + "id": "1857", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "1840", + "respawn_delay": "60", + "defence_animation": "1842", + "death_animation": "1843", + "name": "Arzinian Avatar of Magic", + "defence_level": "1", + "safespot": null, + "lifepoints": "70", + "strength_level": "1", + "id": "1858", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It's the Arzinian Being", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Arzinian Being of Bordanzan", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1859", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He sells ranging equipment.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Brian", + "defence_level": "1", + "safespot": null, + "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" + }, + { + "examine": "A market stall keeper.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Market seller", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1866", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Ali the discount animal seller.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ali the Camel Man", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1867", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A mischievous looking child.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Street urchin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1868", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An old Hag named Alice.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ali the Hag", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1871", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A snake charmer.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "3609,3608,3610", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ali the Snake Charmer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1872", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A foul tempered ugly lumpy yellow horse prone to spitting.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ali the Camel", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1873", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A slithering serpent.", + "melee_animation": "275", + "range_animation": "0", + "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", + "id": "1874", + "range_level": "6", + "attack_level": "4" + }, + { + "examine": "A toothless old Snake.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "3609,3608,3610", + "defence_animation": "0", + "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", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Bandit champion", + "defence_level": "39", + "safespot": null, + "lifepoints": "55", + "strength_level": "39", + "id": "1885", + "aggressive": "true", + "range_level": "1", + "attack_level": "39" + }, + { + "examine": "Probably the weakest bandit in the world ....ever.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cowardly Bandit", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1886", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Smooth operator.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "703,705,704", + "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", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Menaphite thug.", + "melee_animation": "0", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "0", + "name": "Menaphite Thug", + "defence_level": "29", + "safespot": null, + "lifepoints": "41", + "strength_level": "29", + "id": "1904", + "range_level": "1", + "attack_level": "29" + }, + { + "death_animation": "836", + "name": "Menaphite Thug", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "melee_animation": "395", + "strength_level": "1", + "id": "1905", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "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" + }, + { + "examine": "A tough-looking criminal.", + "melee_animation": "412", + "range_animation": "412", + "attack_speed": "5", + "defence_animation": "404", + "magic_animation": "412", + "death_animation": "9055", + "name": "Kamil", + "defence_level": "20", + "safespot": null, + "lifepoints": "50", + "strength_level": "55", + "id": "1913", + "range_level": "1", + "attack_level": "20" + }, + { + "melee_animation": "422", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Dessous", + "defence_level": "1", + "safespot": null, + "lifepoints": "200", + "strength_level": "1", + "id": "1914", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "422", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Dessous", + "defence_level": "1", + "safespot": null, + "lifepoints": "200", + "strength_level": "1", + "id": "1915", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "I guess he sells what he steals...?", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Bandit shopkeeper", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1917", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Hardened by the cutthroat world of archaeology.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Archaeologist", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1918", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Very mysterious looking...", + "melee_animation": "377", + "range_animation": "0", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "836", + "name": "Stranger", + "defence_level": "58", + "safespot": null, + "lifepoints": "82", + "strength_level": "58", + "id": "1919", + "aggressive": "true", + "range_level": "1", + "attack_level": "58" + }, + { + "examine": "Looks like a rough-and-ready type.", + "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": "1921", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A tough-looking criminal.", + "melee_animation": "412", + "range_animation": "412", + "attack_speed": "5", + "defence_animation": "404", + "magic_animation": "412", + "death_animation": "9055", + "name": "Bandit", + "defence_level": "30", + "safespot": null, + "lifepoints": "65", + "strength_level": "70", + "id": "1926", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "This is an NPC.", + "melee_animation": "412", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "100", + "defence_animation": "404", + "magic_animation": "0", + "death_animation": "9055", + "name": "Bandit", + "defence_level": "1", + "safespot": null, + "lifepoints": "65", + "strength_level": "1", + "id": "1931", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ice troll.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ice troll", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1935", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Brrrrr...he must be cold!", + "slayer_task": "83", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "name": "Ice troll", + "defence_level": "64", + "safespot": null, + "lifepoints": "91", + "strength_level": "64", + "id": "1936", + "aggressive": "true", + "range_level": "1", + "attack_level": "64" + }, + { + "examine": "Brrrrr...he must be cold!", + "slayer_task": "83", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "name": "Ice troll", + "defence_level": "64", + "safespot": null, + "lifepoints": "91", + "strength_level": "64", + "id": "1937", + "range_level": "1", + "attack_level": "64" + }, + { + "examine": "Brrrrr...he must be cold!", + "slayer_task": "83", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "name": "Ice troll", + "defence_level": "64", + "safespot": null, + "lifepoints": "91", + "strength_level": "64", + "id": "1938", + "aggressive": "true", + "range_level": "1", + "attack_level": "64" + }, + { + "examine": "Brrrrr...he must be cold!", + "slayer_task": "83", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "name": "Ice troll", + "defence_level": "64", + "safespot": null, + "lifepoints": "91", + "strength_level": "64", + "id": "1939", + "range_level": "1", + "attack_level": "64" + }, + { + "examine": "Brrrrr...he must be cold!", + "slayer_task": "83", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "name": "Ice troll", + "defence_level": "64", + "safespot": null, + "lifepoints": "91", + "strength_level": "64", + "id": "1940", + "aggressive": "true", + "range_level": "1", + "attack_level": "64" + }, + { + "examine": "Brrrrr...he must be cold!", + "slayer_task": "83", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "name": "Ice troll", + "defence_level": "64", + "safespot": null, + "lifepoints": "91", + "strength_level": "64", + "id": "1941", + "aggressive": "true", + "range_level": "1", + "attack_level": "64" + }, + { + "examine": "Brrrrr...he must be cold!", + "slayer_task": "83", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "name": "Ice troll", + "defence_level": "64", + "safespot": null, + "lifepoints": "91", + "strength_level": "64", + "id": "1942", + "range_level": "1", + "attack_level": "64" + }, + { + "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": "1951", + "aggressive": "true", + "bonuses": "40,120,150,150,150,40,130,75,0,0,0,0,0,0,0", + "range_level": "1", + "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", + "aggressive": "true", + "bonuses": "40,120,150,150,150,40,130,75,0,0,0,0,0,0,0", + "range_level": "1", + "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", + "aggressive": "true", + "bonuses": "40,120,150,150,150,40,130,75,0,0,0,0,0,0,0", + "range_level": "1", + "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", + "aggressive": "true", + "bonuses": "40,120,150,150,150,40,130,75,0,0,0,0,0,0,0", + "range_level": "1", + "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", + "aggressive": "true", + "bonuses": "40,120,150,150,150,40,130,75,0,0,0,0,0,0,0", + "range_level": "1", + "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", + "aggressive": "true", + "bonuses": "40,120,150,150,150,40,130,75,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "Highly flammable!", + "melee_animation": "5549", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "5555", + "name": "Mummy", + "defence_level": "55", + "safespot": null, + "lifepoints": "78", + "strength_level": "55", + "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": "55", + "safespot": null, + "lifepoints": "78", + "strength_level": "55", + "id": "1961", + "aggressive": "true", + "range_level": "1", + "attack_level": "55" + }, + { + "examine": "Spooky", + "melee_animation": "5549", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "5555", + "name": "Mummy", + "defence_level": "55", + "poison_immune": "true", + "safespot": null, + "lifepoints": "78", + "strength_level": "55", + "id": "1962", + "range_level": "1", + "attack_level": "55" + }, + { + "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": "55", + "poison_immune": "true", + "safespot": null, + "lifepoints": "78", + "strength_level": "55", + "id": "1963", + "range_level": "1", + "attack_level": "55" + }, + { + "examine": "But who's the daddy?", + "melee_animation": "5549", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "5555", + "name": "Mummy", + "defence_level": "55", + "safespot": null, + "lifepoints": "78", + "strength_level": "55", + "id": "1964", + "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": "55", + "safespot": null, + "lifepoints": "78", + "strength_level": "55", + "id": "1965", + "range_level": "1", + "attack_level": "55" + }, + { + "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": "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...", + "slayer_task": "70", + "melee_animation": "1948", + "range_animation": "0", + "poisonous": "true", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "1946", + "name": "Scarabs", + "defence_level": "62", + "safespot": null, + "lifepoints": "88", + "strength_level": "62", + "id": "1969", + "range_level": "1", + "attack_level": "62" + }, + { + "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.", + "slayer_task": "75", + "melee_animation": "5499", + "range_animation": "0", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5503", + "name": "Giant skeleton", + "defence_level": "60", + "safespot": null, + "lifepoints": "85", + "strength_level": "60", + "id": "1973", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "Looks hungry!", + "slayer_task": "27", + "melee_animation": "6565", + "range_animation": "0", + "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", + "id": "1976", + "range_level": "1", + "attack_level": "48" + }, + { + "melee_animation": "799", + "respawn_delay": "60", + "defence_animation": "434", + "death_animation": "836", + "name": "Fareed", + "defence_level": "1", + "safespot": null, + "lifepoints": "130", + "strength_level": "1", + "id": "1977", + "aggressive": "true", + "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": "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", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "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", + "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.", + "slayer_task": "27", + "melee_animation": "6568", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "6567", + "name": "Jackal", + "defence_level": "35", + "safespot": null, + "lifepoints": "100", + "strength_level": "35", + "id": "1994", + "aggressive": "true", + "range_level": "1", + "attack_level": "35" + }, + { + "examine": "Obnoxious", + "melee_animation": "2015", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "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", + "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", + "id": "1997", + "aggressive": "true", + "range_level": "1", + "attack_level": "15" + }, + { + "examine": "I might give the burgers a miss in this town.", + "slayer_task": "20", + "melee_animation": "0", + "range_animation": "0", + "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.", + "slayer_task": "20", + "melee_animation": "0", + "range_animation": "0", + "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": "1999", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "I think they're some kind of beetle.", + "slayer_task": "70", + "melee_animation": "1948", + "range_animation": "0", + "attack_speed": "2", + "poisonous": "true", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "1946", + "name": "Scarab swarm", + "defence_level": "9", + "safespot": null, + "lifepoints": "900", + "strength_level": "9", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "50" + }, + { + "examine": "An irate warrior-mummy.", + "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": "2016", + "aggressive": "true", + "range_level": "1", + "attack_level": "50" + }, + { + "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": "2017", + "aggressive": "true", + "range_level": "1", + "attack_level": "50" + }, + { + "examine": "An irate mummy.", + "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": "2018", + "aggressive": "true", + "range_level": "1", + "attack_level": "50" + }, + { + "examine": "A wizened old warrior.", + "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": "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" + }, + { + "examine": "A vengeful spirit corrupted by dark magic.", + "start_gfx": "155", + "combat_style": "2", + "start_height": "96", + "melee_animation": "1162", + "range_animation": "1162", + "attack_speed": "6", + "magic_level": "100", + "end_gfx": "157", + "defence_animation": "420", + "weakness": "3", + "magic_animation": "1162", + "death_animation": "7197", + "name": "Ahrim the Blighted", + "defence_level": "100", + "safespot": null, + "lifepoints": "100", + "strength_level": "1", + "id": "2025", + "aggressive": "true", + "bonuses": "68,68,68,73,-19,103,85,117,73,0,0,68,0,0,0", + "range_level": "1", + "projectile": "156", + "attack_level": "1" + }, + { + "examine": "A vengeful spirit corrupted by dark magic.", + "melee_animation": "2066", + "range_animation": "2066", + "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", + "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" + }, + { + "examine": "A vengeful spirit corrupted by dark magic.", + "melee_animation": "2080", + "range_animation": "2080", + "attack_speed": "5", + "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,0", + "range_level": "100", + "projectile": "27", + "attack_level": "1" + }, + { + "examine": "A vengeful spirit corrupted by dark magic.", + "melee_animation": "2068", + "range_animation": "2068", + "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", + "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" + }, + { + "examine": "A vengeful spirit corrupted by dark magic.", + "melee_animation": "2062", + "range_animation": "2062", + "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", + "id": "2030", + "aggressive": "true", + "bonuses": "72,72,72,-42,-14,227,230,221,0,225,72,0,0,0,0", + "range_level": "1", + "attack_level": "100" + }, + { + "examine": "I think I should keep my distance...", + "melee_animation": "2070", + "range_animation": "2070", + "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", + "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" + }, + { + "examine": "A nasty little rodent.", + "slayer_task": "67", + "melee_animation": "240", + "range_animation": "240", + "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", + "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" + }, + { + "examine": "A nasty overgrown rodent.", + "slayer_task": "67", + "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": "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" + }, + { + "examine": "Incey wincey.", + "slayer_task": "76", + "melee_animation": "6249", + "range_animation": "6249", + "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", + "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" + }, + { + "examine": "Not very incey wincey.", + "slayer_task": "76", + "melee_animation": "5327", + "range_animation": "5327", + "combat_audio": "537,539,538", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "35", + "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": "Could do with gaining a few pounds.", + "slayer_task": "75", + "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.", + "slayer_task": "75", + "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": "Zogre", + "defence_level": "1", + "safespot": null, + "lifepoints": "71", + "strength_level": "1", + "id": "2044", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Zogre", + "defence_level": "1", + "safespot": null, + "lifepoints": "71", + "strength_level": "1", + "id": "2045", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Zogre", + "defence_level": "1", + "safespot": null, + "lifepoints": "71", + "strength_level": "1", + "id": "2046", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Zogre", + "defence_level": "1", + "safespot": null, + "lifepoints": "71", + "strength_level": "1", + "id": "2047", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Zogre", + "defence_level": "1", + "safespot": null, + "lifepoints": "71", + "strength_level": "1", + "id": "2048", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Zogre", + "defence_level": "1", + "safespot": null, + "lifepoints": "71", + "strength_level": "1", + "id": "2049", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Skogre", + "defence_level": "1", + "safespot": null, + "lifepoints": "71", + "strength_level": "1", + "id": "2050", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Zogre", + "defence_level": "1", + "safespot": null, + "lifepoints": "71", + "strength_level": "1", + "id": "2051", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Zogre", + "defence_level": "1", + "safespot": null, + "lifepoints": "71", + "strength_level": "1", + "id": "2052", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Zogre", + "defence_level": "1", + "safespot": null, + "lifepoints": "71", + "strength_level": "1", + "id": "2053", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Zogre", + "defence_level": "1", + "safespot": null, + "lifepoints": "71", + "strength_level": "1", + "id": "2054", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Zogre", + "defence_level": "1", + "safespot": null, + "lifepoints": "71", + "strength_level": "1", + "id": "2055", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Skogre", + "defence_level": "1", + "safespot": null, + "lifepoints": "71", + "strength_level": "1", + "id": "2056", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Skogre", + "defence_level": "1", + "safespot": null, + "lifepoints": "71", + "strength_level": "1", + "id": "2057", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "examine": "What could be hiding in that crack in the wall?", + "slayer_task": "87", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "931,923,922", + "attack_speed": "5", + "respawn_delay": "60", + "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" + }, + { + "name": "Slash Bash", + "defence_level": "1", + "safespot": null, + "lifepoints": "103", + "strength_level": "1", + "id": "2060", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "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.", + "slayer_task": "38", + "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.", + "slayer_task": "38", + "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.", + "slayer_task": "38", + "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.", + "slayer_task": "38", + "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.", + "slayer_task": "38", + "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.", + "slayer_task": "38", + "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", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5328", + "death_animation": "5329", + "name": "Secretary", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2091", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The head secretary of the Purple Pewter mining company.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Purple Pewter Secretary", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2092", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The head secretary of the Yellow Fortune mining company.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Yellow Fortune Secretary", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2093", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The head secretary of the Blue Opal mining company.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Blue Opal Secretary", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2094", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The head secretary of the Green Gemstone mining company.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Green Gemstone Secretary", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2095", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The head secretary of the White Chisel mining company.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "White Chisel Secretary", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2096", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The head secretary of the Silver Cog mining company.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Silver Cog Secretary", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2097", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The head secretary of the Brown Engine mining company.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Brown Engine Secretary", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2098", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2100", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2101", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2102", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2103", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2104", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2105", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "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", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trader", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2109", + "range_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", + "range_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", + "range_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", + "range_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", + "range_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", + "range_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", + "range_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", + "range_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", + "range_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", + "range_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", + "range_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", + "range_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", + "range_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", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He is regulating the flow of goods on the trade floor and maintaining order.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trade Referee", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2127", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A member of the Black Guard", + "slayer_task": "29", + "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", + "range_level": "1", + "attack_level": "34" + }, + { + "examine": "A member of the Black Guard", + "slayer_task": "29", + "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", + "range_level": "1", + "attack_level": "34" + }, + { + "examine": "A member of the Black Guard", + "slayer_task": "29", + "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", + "range_level": "1", + "attack_level": "34" + }, + { + "slayer_exp": "16", + "name": "Black Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2133", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An elite member of the Black Guard.", + "slayer_task": "29", + "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", + "range_level": "1", + "attack_level": "38" + }, + { + "examine": "An elite member of the Black Guard.", + "slayer_task": "29", + "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", + "range_level": "1", + "attack_level": "38" + }, + { + "examine": "An elite member of the Black Guard.", + "slayer_task": "29", + "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", + "range_level": "1", + "attack_level": "38" + }, + { + "examine": "A gnome traveller, visiting Keldagrim.", + "name": "Gnome traveller", + "defence_level": "1", + "force_talk": "Buying low-level skilling items!", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2138", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Very protective of his master... and his property.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Dromund's cat", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2140", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Makes sculptures.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Blasidar the sculptor", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2141", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A rather personable banker lady.", + "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": "2163", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A rather serious old fella.", + "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": "2164", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He takes care of the library and its many books.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Librarian", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2165", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A customer looking for books.", + "melee_animation": "0", + "range_animation": "0", + "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.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Customer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2168", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He tends to the plants in the palace garden.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Rind the gardener", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2170", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks after the factory.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Factory Manager", + "defence_level": "1", + "safespot": null, + "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", + "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": "2173", + "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": "2174", + "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": "2175", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A rich landlord", + "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": "These Dwarf ladies are so attractive!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Barmaid", + "defence_level": "1", + "safespot": null, + "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", + "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": "2181", + "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": "2182", + "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": "2183", + "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": "2184", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Remember: don't drink and ride in mine carts.", + "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": "2185", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Keeps the line clear of traffic.", + "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": "2186", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A loud", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Rowdy dwarf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2187", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "You cannot see his ship", + "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": "2205", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He carries a heavy load.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Dwarven Miner", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2207", + "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", + "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": "2235", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He guards the Draynor Market stalls from thieves.", + "melee_animation": "390", + "range_animation": "0", + "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", + "id": "2236", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "A local farmer. He may be able to provide some useful information.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gee", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2237", + "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": "Pig", + "defence_level": "1", + "safespot": null, + "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", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Porcine.", + "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": "2242", + "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": "2244", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "attack_speed": "6", + "respawn_delay": "60", + "defence_animation": "0", + "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" + }, + { + "combat_style": "1", + "melee_animation": "190", + "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" + }, + { + "combat_style": "1", + "melee_animation": "190", + "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", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Dark mage", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2262", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A blood-drinking denizen of the abyss.", + "melee_animation": "2181", + "range_animation": "0", + "attack_speed": "3", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "2", + "slayer_exp": "0", + "magic_animation": "0", + "death_animation": "2183", + "name": "Abyssal leech", + "defence_level": "52", + "safespot": null, + "lifepoints": "74", + "strength_level": "1", + "id": "2263", + "aggressive": "true", + "range_level": "52", + "attack_level": "1" + }, + { + "examine": "It seems to have eyes in the back of its head...", + "melee_animation": "2186", + "range_animation": "2186", + "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", + "id": "2264", + "aggressive": "true", + "range_level": "135", + "attack_level": "65" + }, + { + "examine": "Apparently walks the abyss.", + "melee_animation": "2192", + "range_animation": "2192", + "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", + "id": "2265", + "aggressive": "true", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "Sparkles the Tinsel Snake", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Rogue Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2267", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A snowman armed with a holly bow.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Rogue Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2269", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A snowman armed with an ice sword.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Emerald Benedict", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2271", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A snowman armed with a winter staff.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Spin Blades", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2272", + "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": "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" + }, + { + "melee_animation": "400", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Sir Leye", + "defence_level": "1", + "safespot": null, + "lifepoints": "21", + "strength_level": "1", + "id": "2285", + "aggressive": "true", + "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": "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" + }, + { + "name": "", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "2309", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Young, but still beefy.", + "slayer_task": "20", + "melee_animation": "5849", + "range_animation": "5849", + "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", + "id": "2310", + "range_level": "1", + "attack_level": "2" + }, + { + "examine": "Farmer/sheep liaison officer. Go on - give the dog a bone!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sheepdog", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2311", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He rules the", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Rooster", + "defence_level": "1", + "safespot": null, + "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", + "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": "2314", + "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": "2315", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Swine.", + "melee_animation": "0", + "range_animation": "0", + "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.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Pig", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2317", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Hog.", + "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": "2318", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Porcine.", + "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": "2319", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He has a certain bovine aroma.", + "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": "2320", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Only the Grim Reaper would have a pet like this.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Muncher", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2329", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Perhaps this farmer might look after your crops for you.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Vasquen", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2333", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "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", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fayeth", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2342", + "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": "2354", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "She can look after my money.", + "combat_style": "2", + "melee_animation": "0", + "range_animation": "0", + "respawn_delay": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Banker", + "defence_level": "1", + "safespot": null, + "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.", + "slayer_task": "31", + "melee_animation": "428", + "range_animation": "0", + "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", + "clue_level": "2", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "I don't wanna be at the wrong end of that pike.", + "slayer_task": "31", + "melee_animation": "428", + "range_animation": "0", + "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", + "clue_level": "2", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "He looks pretty handy with that bow.", + "slayer_task": "31", + "start_gfx": "250", + "combat_style": "1", + "melee_animation": "428", + "range_animation": "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", + "clue_level": "2", + "range_level": "64", + "projectile": "249", + "attack_level": "1" + }, + { + "examine": "He looks pretty handy with that bow.", + "slayer_task": "31", + "start_gfx": "250", + "combat_style": "1", + "melee_animation": "428", + "range_animation": "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", + "clue_level": "2", + "range_level": "64", + "projectile": "249", + "attack_level": "1" + }, + { + "examine": "A Mourner showing his true identity.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Head mourner", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2372", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A Mourner", + "slayer_task": "31", + "melee_animation": "428", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Mourner", + "defence_level": "61", + "safespot": null, + "lifepoints": "87", + "strength_level": "61", + "id": "2373", + "aggressive": "true", + "range_level": "1", + "attack_level": "61" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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": "16", + "name": "Chaos dwarf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2423", + "range_level": "1", + "attack_level": "1" + }, + { + "death_animation": "9230", + "name": "Jarvald", + "defence_level": "10", + "safespot": null, + "lifepoints": "10", + "melee_animation": "9232", + "strength_level": "10", + "id": "2436", + "range_level": "1", + "attack_level": "10", + "defence_animation": "9231" + }, + { + "examine": "Looks like a wanna be Fremennik.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Askeladden", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2439", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "This support is propping the door closed.", + "melee_animation": "0", + "range_animation": "0", + "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", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "1314", + "name": "Giant Rock Crab", + "defence_level": "68", + "safespot": null, + "lifepoints": "97", + "strength_level": "68", + "id": "2452", + "aggressive": "true", + "range_level": "1", + "attack_level": "68" + }, + { + "examine": "Heavy rock!", + "melee_animation": "0", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Boulder", + "defence_level": "1", + "safespot": null, + "lifepoints": "240", + "strength_level": "1", + "id": "2453", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A teeny-tiny horror from the ocean depths...", + "slayer_task": "24", + "melee_animation": "1341", + "range_animation": "0", + "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", + "id": "2454", + "aggressive": "true", + "range_level": "1", + "attack_level": "47" + }, + { + "examine": "A horror from the ocean depths...", + "melee_animation": "1343", + "attack_speed": "4", + "respawn_delay": "60", + "defence_animation": "1340", + "slayer_exp": "120", + "death_animation": "1342", + "name": "Dagannoth", + "defence_level": "71", + "safespot": null, + "lifepoints": "120", + "strength_level": "70", + "id": "2455", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "projectile": "294", + "attack_level": "68" + }, + { + "examine": "A horror from the ocean depths...", + "combat_style": "1", + "melee_animation": "1343", + "attack_speed": "4", + "respawn_delay": "60", + "defence_animation": "1340", + "slayer_exp": "0", + "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" + }, + { + "examine": "A fearsome magical creature from the deep.", + "combat_style": "2", + "melee_animation": "2365", + "attack_speed": "6", + "spell_id": "48", + "magic_level": "100", + "respawn_delay": "60", + "defence_animation": "2366", + "magic_animation": "2365", + "death_animation": "2367", + "name": "Wallasalki", + "defence_level": "80", + "safespot": null, + "lifepoints": "120", + "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 fowl beast.", + "combat_style": "2", + "melee_animation": "2302", + "range_animation": "2302", + "combat_audio": "355,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, + "lifepoints": "19", + "strength_level": "5", + "id": "2463", + "aggressive": "true", + "bonuses": "25,85,105,75,103,85,65,0,0,0,0,0,0,0,0", + "range_level": "5", + "projectile": "337", + "attack_level": "5" + }, + { + "examine": "A fowl beast.", + "combat_style": "2", + "melee_animation": "2302", + "range_animation": "2302", + "combat_audio": "355,357,356", + "magic_level": "10", + "respawn_delay": "25", + "defence_animation": "2300", + "magic_animation": "2302", + "death_animation": "2301", + "name": "Evil Chicken", + "defence_level": "40", + "safespot": null, + "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": "355,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": "355,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": "355,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": "355,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", + "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", + "id": "2476", + "bonuses": "30,20,10,20,20,30,30,10,20,10,30,30,20,30,20", + "range_level": "20", + "attack_level": "8" + }, + { + "examine": "Apparently a master of quizzes!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "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", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Evil Bob", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2479", + "range_level": "1", + "attack_level": "1" + }, + { + "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" + }, + { + "examine": "Annoying flappy thing.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "slayer_exp": "8", + "magic_animation": "0", + "death_animation": "0", + "name": "Giant bat", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2482", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A slithering serpent that likes to hide in the bush.", + "melee_animation": "275", + "range_animation": "0", + "combat_audio": "3609,3608,3610", + "poisonous": "true", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "1", + "poison_amount": "11", + "magic_animation": "0", + "death_animation": "278", + "name": "Bush snake", + "defence_level": "61", + "safespot": null, + "lifepoints": "87", + "strength_level": "1", + "id": "2489", + "aggressive": "true", + "range_level": "61", + "attack_level": "1" + }, + { + "melee_animation": "275", + "combat_audio": "3609,3608,3610", + "poisonous": "true", + "respawn_delay": "60", + "defence_animation": "276", + "poison_amount": "11", + "death_animation": "278", + "name": "Bush snake", + "defence_level": "1", + "safespot": null, + "lifepoints": "25", + "strength_level": "1", + "id": "2490", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "name": "Tribesman", + "defence_level": "1", + "safespot": null, + "lifepoints": "40", + "strength_level": "1", + "id": "2496", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A vicious warrior.", + "melee_animation": "428", + "range_animation": "0", + "poisonous": "true", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Tribesman", + "defence_level": "45", + "safespot": null, + "lifepoints": "64", + "strength_level": "45", + "id": "2497", + "clue_level": "1", + "range_level": "1", + "attack_level": "45" + }, + { + "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": "5", + "magic_level": "20", + "end_gfx": "107", + "defence_animation": "404", + "weakness": "3", + "magic_animation": "422", + "death_animation": "9055", + "name": "Chaos druid", + "defence_level": "10", + "safespot": null, + "lifepoints": "20", + "strength_level": "20", + "id": "2547", + "range_level": "10", + "projectile": "106", + "attack_level": "20" + }, + { + "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" + }, + { + "death_animation": "836", + "name": "Market Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "23", + "melee_animation": "400", + "strength_level": "1", + "id": "2571", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "examine": "He's guarding the bank.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "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": "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": "10", + "safespot": null, + "lifepoints": "14", + "strength_level": "10", + "id": "2674", + "range_level": "1", + "attack_level": "10" + }, + { + "name": "Man", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "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", + "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", + "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", + "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": "2679", + "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": "2680", + "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": "2681", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A popular dwarven delicacy.", + "melee_animation": "2705", + "range_animation": "2705", + "combat_audio": "3102,3104,3103", + "attack_speed": "5", + "defence_animation": "2706", + "magic_animation": "2705", + "death_animation": "2707", + "name": "Rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "2", + "strength_level": "1", + "id": "2682", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A citizen of Rimmington.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Hengel", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2683", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A citizen of Rimmington.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Anja", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2684", + "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": "1", + "safespot": null, + "lifepoints": "29", + "strength_level": "10", + "id": "2685", + "aggressive": "true", + "range_level": "20", + "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", + "aggressive": "true", + "range_level": "20", + "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", + "aggressive": "true", + "range_level": "20", + "attack_level": "20" + }, + { + "examine": "An ugly smelly creature, with a spear.", + "melee_animation": "163", + "range_animation": "163", + "combat_audio": "469,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", + "attack_level": "20" + }, + { + "examine": "Didn't the mage say this procedure was totally safe?", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Frog", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2689", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A salty seafarer. Needs a wash.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Jack Seagull", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2690", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A strange man with a strange name. Probably a strange past", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Longbow Ben", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2691", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "She quackers.", + "slayer_task": "7", + "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": "2693", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Mini quackers.", + "slayer_task": "7", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "3468", + "name": "Duckling", + "defence_level": "1", + "water_npc": "true", + "safespot": null, + "lifepoints": "1", + "strength_level": "1", + "id": "2694", + "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": "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": "6", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "836", + "name": "Black knight", + "defence_level": "24", + "safespot": null, + "lifepoints": "34", + "strength_level": "24", + "id": "2698", + "aggressive": "true", + "range_level": "1", + "attack_level": "24" + }, + { + "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", + "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", + "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", + "id": "2710", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "His hands are covered in mud. At least", + "start_gfx": "96", + "combat_style": "2", + "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", + "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", + "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" + }, + { + "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" + }, + { + "slayer_exp": "25", + "name": "Ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "2716", + "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" + }, + { + "examine": "She'll store my items for me.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Betty", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2718", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A wise barbarian", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Otto Godblessed", + "defence_level": "1", + "safespot": null, + "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", + "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": "2729", + "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": "2731", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He works in 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": "2732", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He wanders around the Crafting Guild pretending to be working.", + "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": "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", + "aggressive": "true", + "bonuses": "150,22,22,22,22,11,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "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", + "aggressive": "true", + "bonuses": "150,22,22,22,22,11,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "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", + "aggressive": "true", + "bonuses": "80,45,45,45,45,22,0,0,0,0,0,0,0,0,0", + "range_level": "20", + "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", + "aggressive": "true", + "bonuses": "80,45,45,45,45,22,0,0,0,0,0,0,0,0,0", + "range_level": "20", + "attack_level": "60" + }, + { + "examine": "Looks like living lava...", + "melee_animation": "9233", + "range_animation": "9233", + "attack_speed": "5", + "defence_animation": "9235", + "magic_animation": "9233", + "death_animation": "9234", + "name": "Tz-Kek", + "defence_level": "11", + "safespot": null, + "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", + "bonuses": "80,90,86,90,90,90,45,55,26,55,0,0,0,0,0", + "range_level": "80", + "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", + "bonuses": "80,90,86,90,90,90,45,55,26,55,0,0,0,0,0", + "range_level": "80", + "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", + "aggressive": "true", + "bonuses": "100,180,180,180,180,90,97,0,0,0,0,0,0,0,0", + "range_level": "1", + "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", + "aggressive": "true", + "bonuses": "100,180,180,180,180,90,97,0,0,0,0,0,0,0,0", + "range_level": "1", + "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", + "bonuses": "180,180,280,280,280,250,140,152,131,0,0,0,0,0,0", + "range_level": "1", + "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", + "bonuses": "180,180,280,280,280,250,140,152,131,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "150" + }, + { + "agg_radius": "64", + "examine": "This is going to hurt...", + "melee_animation": "9277", + "range_animation": "9277", + "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", + "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" + }, + { + "examine": "Mini Menace.", + "melee_animation": "9252", + "range_animation": "9252", + "attack_speed": "5", + "defence_animation": "9253", + "magic_animation": "9252", + "death_animation": "9257", + "name": "Yt-HurKot", + "defence_level": "75", + "safespot": null, + "lifepoints": "40", + "strength_level": "75", + "id": "2746", + "aggressive": "true", + "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", + "defence_animation": "0", + "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", + "defence_animation": "0", + "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", + "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", + "id": "2782", + "aggressive": "true", + "range_level": "1", + "attack_level": "68" + }, + { + "examine": "From a darker dimension.", + "slayer_task": "25", + "melee_animation": "2731", + "range_animation": "2731", + "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", + "strength_level": "160", + "id": "2783", + "aggressive": "true", + "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": "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": "2785", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Digging.", + "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": "2786", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Confused.", + "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": "2787", + "range_level": "1", + "attack_level": "1" + }, + { + "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": "An angry Ogre in a funny hat.", + "melee_animation": "359", + "range_animation": "359", + "attack_speed": "6", + "defence_animation": "360", + "magic_animation": "359", + "death_animation": "361", + "name": "Ogre", + "defence_level": "30", + "safespot": null, + "lifepoints": "48", + "strength_level": "30", + "id": "2801", + "aggressive": "true", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "They just call him 'Coach'.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gnome Coach", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2802", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A cold-blooded creature, partial to warmth.", + "slayer_task": "26", + "melee_animation": "2776", + "range_animation": "2776", + "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", + "id": "2803", + "aggressive": "true", + "range_level": "55", + "attack_level": "1" + }, + { + "examine": "A cold-blooded creature, partial to warmth.", + "slayer_task": "26", + "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", + "aggressive": "true", + "range_level": "45", + "attack_level": "1" + }, + { + "examine": "A cold-blooded creature, partial to warmth.", + "slayer_task": "26", + "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", + "aggressive": "true", + "range_level": "45", + "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", + "aggressive": "true", + "range_level": "45", + "attack_level": "1" + }, + { + "examine": "A cold-blooded creature, partial to warmth.", + "slayer_task": "26", + "melee_animation": "2776", + "range_animation": "2776", + "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", + "id": "2807", + "range_level": "15", + "attack_level": "1" + }, + { + "examine": "A cold-blooded creature, partial to warmth.", + "slayer_task": "26", + "melee_animation": "2776", + "range_animation": "2776", + "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", + "id": "2808", + "aggressive": "true", + "range_level": "15", + "attack_level": "1" + }, + { + "examine": "A camel who has the soul of a poet.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Al the Camel", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2809", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A camel whose love is unrequited.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Elly the Camel", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2810", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A camel who wants to fly some day.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ollie the Camel", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2811", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A camel who likes to rest.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cam the Camel", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2812", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A camel who wants to see the world.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Neferti the Camel", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2815", + "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": "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" + }, + { + "examine": "A shabby-looking leader.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Captain Braindeath", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2827", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Most of an angry", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "50% Luke", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2828", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "I wonder if it was all the 'rum' that pickled him.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Captain Donnie", + "defence_level": "1", + "safespot": null, + "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", + "aggressive": "true", + "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": "2832", + "aggressive": "true", + "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": "2833", + "aggressive": "true", + "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": "2834", + "aggressive": "true", + "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": "2835", + "aggressive": "true", + "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": "2836", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An undead sea scoundrel.", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "36" + }, + { + "examine": "An undead sea scoundrel.", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "36" + }, + { + "examine": "An undead sea scoundrel.", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "36" + }, + { + "examine": "An undead sea scoundrel.", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "36" + }, + { + "examine": "An undead sea scoundrel.", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "36" + }, + { + "examine": "An undead sea scoundrel.", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "36" + }, + { + "examine": "He talks a good fight.", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "34" + }, + { + "examine": "He talks a good fight.", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "34" + }, + { + "examine": "He talks a good fight.", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "34" + }, + { + "examine": "He talks a good fight.", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "34" + }, + { + "examine": "He talks a good fight.", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "34" + }, + { + "examine": "He talks a good fight.", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "34" + }, + { + "examine": "The pun was intended.", + "melee_animation": "2804", + "range_animation": "0", + "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", + "id": "2849", + "aggressive": "true", + "range_level": "40", + "attack_level": "40" + }, + { + "examine": "A bunch of legs, eyes and teeth.", + "slayer_task": "76", + "melee_animation": "5319", + "range_animation": "0", + "combat_audio": "537,539,538", + "attack_speed": "4", + "respawn_delay": "60", + "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", + "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", + "range_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", + "range_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", + "range_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", + "range_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", + "range_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", + "range_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", + "range_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", + "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": "2863", + "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": "2866", + "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": "2869", + "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": "2878", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A knee-high horror from the ocean depths...", + "slayer_task": "24", + "melee_animation": "1579", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "1581", + "name": "Dagannoth fledgeling", + "defence_level": "52", + "safespot": null, + "lifepoints": "74", + "strength_level": "52", + "id": "2880", + "aggressive": "true", + "range_level": "1", + "attack_level": "52" + }, + { + "agg_radius": "8", + "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", + "range_level": "255", + "projectile": "475", + "attack_level": "255" + }, + { + "agg_radius": "8", + "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", + "range_level": "1", + "attack_level": "255" + }, + { + "agg_radius": "8", + "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", + "range_level": "255", + "attack_level": "255" + }, + { + "examine": "A fearsome magical creature from the deep.", + "combat_style": "2", + "melee_animation": "2365", + "attack_speed": "6", + "spell_id": "48", + "magic_level": "100", + "respawn_delay": "60", + "defence_animation": "2366", + "magic_animation": "2365", + "death_animation": "2367", + "name": "Wallasalki", + "defence_level": "80", + "safespot": null, + "lifepoints": "120", + "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" + }, + { + "melee_animation": "1312", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "1313", + "death_animation": "1314", + "name": "Giant Rock Crab", + "defence_level": "1", + "safespot": null, + "lifepoints": "240", + "strength_level": "1", + "id": "2885", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "attack_speed": "2", + "defence_animation": "2861", + "weakness": "7", + "magic_animation": "2860", + "death_animation": "2862", + "name": "Rock lobster", + "defence_level": "100", + "safespot": null, + "lifepoints": "150", + "strength_level": "100", + "id": "2889", + "range_level": "1", + "bonuses": "0,0,0,0,0,100,100,50,50,150,0,0,0,0,0", + "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", + "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", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "The Beast", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2941", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Lovely", + "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", + "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" + }, + { + "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", + "melee_animation": "0", + "range_animation": "0", + "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": "1" + }, + { + "examine": "A fully grown feline.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mittens", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2988", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Cute and fluffy.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Topsy", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2990", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A friendly feline?", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gertrude's cat", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2997", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Very well to do. I wonder what he's doing here.", + "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": "2998", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Rich.", + "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": "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", + "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": "3003", + "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": "3004", + "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": "3005", + "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": "3006", + "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": "3007", + "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": "3008", + "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": "3009", + "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": "3010", + "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": "3011", + "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": "3012", + "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": "3013", + "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": "3014", + "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": "3015", + "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": "3016", + "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": "3017", + "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": "3018", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks after your Farming tools.", + "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": "3021", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Phenomenal cosmic powers", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Genie", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3022", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "defence_level": "55", + "safespot": null, + "lifepoints": "78", + "strength_level": "55", + "id": "3026", + "aggressive": "true", + "range_level": "1", + "attack_level": "55" + }, + { + "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", + "defence_level": "55", + "safespot": null, + "lifepoints": "78", + "strength_level": "55", + "id": "3027", + "aggressive": "true", + "range_level": "1", + "attack_level": "55" + }, + { + "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", + "defence_level": "55", + "safespot": null, + "lifepoints": "78", + "strength_level": "55", + "id": "3028", + "aggressive": "true", + "range_level": "1", + "attack_level": "55" + }, + { + "examine": "The oldest man in Nardah.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "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", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "2946", + "name": "Earth Warrior Champion", + "defence_level": "51", + "safespot": null, + "lifepoints": "72", + "strength_level": "51", + "id": "3057", + "aggressive": "true", + "range_level": "1", + "attack_level": "51" + }, + { + "examine": "Champion of the giants.", + "melee_animation": "6368", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "slayer_exp": "35", + "magic_animation": "0", + "death_animation": "6369", + "name": "Giant Champion", + "defence_level": "28", + "safespot": null, + "lifepoints": "40", + "strength_level": "28", + "id": "3058", + "aggressive": "true", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "Champion of the ghouls.", + "melee_animation": "422", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "slayer_exp": "50", + "magic_animation": "0", + "death_animation": "836", + "name": "Ghoul Champion", + "defence_level": "43", + "safespot": null, + "lifepoints": "61", + "strength_level": "43", + "id": "3059", + "aggressive": "true", + "range_level": "43", + "attack_level": "43" + }, + { + "examine": "Champion of the goblins.", + "melee_animation": "6188", + "range_animation": "0", + "combat_audio": "469,472,471", + "magic_level": "12", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "6190", + "name": "Goblin Champion", + "defence_level": "12", + "safespot": null, + "lifepoints": "17", + "strength_level": "6", + "id": "3060", + "range_level": "1", + "attack_level": "6" + }, + { + "examine": "Champion of the hobgoblins.", + "combat_style": "1", + "range_animation": "0", + "combat_audio": "469,472,471", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "0", + "magic_animation": "0", + "death_animation": "2958", + "name": "Hobgoblin Champion", + "defence_level": "28", + "safespot": null, + "lifepoints": "40", + "strength_level": "14", + "id": "3061", + "aggressive": "true", + "range_level": "28", + "attack_level": "14" + }, + { + "examine": "Champion of the imps.", + "melee_animation": "5285", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "172", + "name": "Imp Champion", + "defence_level": "7", + "safespot": null, + "lifepoints": "10", + "strength_level": "7", + "id": "3062", + "aggressive": "true", + "range_level": "7", + "attack_level": "7" + }, + { + "examine": "Champion of the jogres.", + "melee_animation": "2100", + "range_animation": "0", + "poisonous": "true", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "8576", + "name": "Jogre Champion", + "defence_level": "54", + "safespot": null, + "lifepoints": "77", + "strength_level": "54", + "id": "3063", + "aggressive": "true", + "range_level": "1", + "attack_level": "54" + }, + { + "examine": "Champion of the lesser demons.", + "melee_animation": "64", + "range_animation": "0", + "combat_audio": "400,404,403", + "magic_level": "81", + "respawn_delay": "60", + "defence_animation": "65", + "weakness": "5", + "slayer_exp": "79", + "magic_animation": "0", + "death_animation": "67", + "name": "Lesser Demon Champion", + "defence_level": "81", + "safespot": null, + "lifepoints": "115", + "strength_level": "1", + "id": "3064", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Champion of the skeletons.", + "combat_style": "1", + "melee_animation": "5512", + "range_animation": "0", + "combat_audio": "774,775,777", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "2", + "magic_animation": "0", + "death_animation": "5514", + "name": "Skeleton Champion", + "defence_level": "20", + "safespot": null, + "lifepoints": "28", + "strength_level": "10", + "id": "3065", + "aggressive": "true", + "range_level": "20", + "attack_level": "10" + }, + { + "examine": "Champion of the zombies.", + "melee_animation": "5581", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "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.", + "slayer_task": "95", + "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", + "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.", + "slayer_task": "95", + "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", + "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.", + "slayer_task": "95", + "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", + "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.", + "slayer_task": "95", + "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", + "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.", + "slayer_task": "47", + "melee_animation": "4672", + "range_animation": "0", + "combat_audio": "449,451,450", + "attack_speed": "5", + "magic_level": "1", + "respawn_delay": "60", + "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": "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" + }, + { + "examine": "A cold-hearted elemental warrior.", + "slayer_task": "48", + "melee_animation": "451", + "range_animation": "451", + "attack_speed": "4", + "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": "3073", + "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" + }, + { + "name": "Monk", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "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", + "combat_audio": "511,513,512", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "", + "defence_level": "17", + "safespot": null, + "lifepoints": "24", + "strength_level": "17", + "id": "3090", + "aggressive": "true", + "range_level": "1", + "attack_level": "17" + }, + { + "name": "", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "3091", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The book moves by itself!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Flying Book", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3094", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A guardian of the arena.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Entrance Guardian", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3097", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A guardian of the arena.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Telekinetic Guardian", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3098", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A guardian of the arena.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Alchemy Guardian", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3099", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A guardian of the arena.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Enchantment Guardian", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3100", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A guardian of the arena.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Graveyard Guardian", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3101", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A guardian of the arena.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Maze Guardian", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3102", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A guardian of the arena.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Rewards Guardian", + "defence_level": "1", + "safespot": null, + "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", + "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": "3105", + "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": "3106", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "This guard looks rather drunk and has beer stains down his armour.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guard Captain", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3109", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks after farming tools.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Balloon Animal", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3121", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "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", + "attack_speed": "5", + "defence_animation": "404", + "magic_animation": "422", + "death_animation": "9055", + "name": "Simon Templeton", + "defence_level": "1", + "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", + "combat_audio": "703,705,704", + "defence_animation": "0", + "magic_animation": "0", + "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" + }, + { + "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": "A swarm of bugs.", + "slayer_task": "42", + "combat_style": "1", + "melee_animation": "1584", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "2", + "slayer_exp": "25", + "magic_animation": "0", + "death_animation": "1585", + "name": "Harpie Bug Swarm", + "defence_level": "45", + "safespot": null, + "lifepoints": "64", + "strength_level": "1", + "id": "3153", + "aggressive": "true", + "clue_level": "1", + "range_level": "45", + "attack_level": "1" + }, + { + "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": "72", + "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", + "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": "A mourner", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mourner", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3216", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Loves mining.", + "slayer_task": "29", + "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.", + "slayer_task": "29", + "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.", + "slayer_task": "29", + "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 RuneScape's many citizens", + "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": "One of RuneScape'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 RuneScape'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" + }, + { + "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", + "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": "3228", + "clue_level": "1", + "range_level": "1", + "attack_level": "13" + }, + { + "examine": "He tries to keep order around here.", + "melee_animation": "0", + "range_animation": "2075", + "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": "3229", + "clue_level": "1", + "range_level": "13", + "attack_level": "1" + }, + { + "examine": "He tries to keep order around here.", + "melee_animation": "395", + "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": "3230", + "clue_level": "1", + "range_level": "1", + "attack_level": "13" + }, + { + "examine": "He tries to keep order around here.", + "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": "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", + "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": "3233", + "clue_level": "1", + "range_level": "13", + "attack_level": "1" + }, + { + "examine": "An old gardener.", + "melee_animation": "433", + "range_animation": "0", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Gardener", + "defence_level": "4", + "safespot": null, + "lifepoints": "5", + "strength_level": "4", + "id": "3234", + "range_level": "1", + "attack_level": "4" + }, + { + "examine": "He's learning a trade.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Apprentice workman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3235", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A busy workman", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "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" + }, + { + "death_animation": "836", + "name": "Cuffs", + "defence_level": "1", + "safespot": null, + "lifepoints": "7", + "melee_animation": "422", + "strength_level": "1", + "id": "3237", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "death_animation": "836", + "name": "Rusty", + "defence_level": "1", + "safespot": null, + "lifepoints": "7", + "melee_animation": "422", + "strength_level": "1", + "id": "3239", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "death_animation": "836", + "name": "Jeff", + "defence_level": "1", + "safespot": null, + "lifepoints": "7", + "melee_animation": "422", + "strength_level": "1", + "id": "3240", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "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": "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", + "melee_animation": "2067", + "range_animation": "0", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Barbarian", + "defence_level": "22", + "safespot": null, + "lifepoints": "31", + "strength_level": "22", + "id": "3246", + "clue_level": "0", + "range_level": "1", + "attack_level": "22" + }, + { + "examine": "Fafner", + "melee_animation": "7048", + "range_animation": "7048", + "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", + "id": "3247", + "clue_level": "0", + "range_level": "1", + "attack_level": "22" + }, + { + "examine": "Fasolt", + "melee_animation": "2067", + "range_animation": "0", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Barbarian", + "defence_level": "22", + "safespot": null, + "lifepoints": "31", + "strength_level": "22", + "id": "3248", + "clue_level": "0", + "range_level": "1", + "attack_level": "22" + }, + { + "examine": "Siegmund", + "melee_animation": "401", + "range_animation": "0", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Barbarian", + "defence_level": "22", + "safespot": null, + "lifepoints": "31", + "strength_level": "22", + "id": "3249", + "clue_level": "0", + "range_level": "1", + "attack_level": "22" + }, + { + "examine": "Siegfried", + "melee_animation": "2067", + "range_animation": "0", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Barbarian", + "defence_level": "22", + "safespot": null, + "lifepoints": "31", + "strength_level": "22", + "id": "3250", + "clue_level": "0", + "range_level": "1", + "attack_level": "22" + }, + { + "examine": "Lydspor", + "melee_animation": "7048", + "range_animation": "0", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Barbarian", + "defence_level": "22", + "safespot": null, + "lifepoints": "31", + "strength_level": "22", + "id": "3251", + "clue_level": "0", + "range_level": "1", + "attack_level": "22" + }, + { + "examine": "Hagen", + "melee_animation": "2067", + "range_animation": "0", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Barbarian", + "defence_level": "22", + "safespot": null, + "lifepoints": "31", + "strength_level": "22", + "id": "3252", + "clue_level": "0", + "range_level": "1", + "attack_level": "22" + }, + { + "examine": "Minarch", + "melee_animation": "401", + "range_animation": "0", + "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", + "melee_animation": "401", + "range_animation": "0", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Barbarian", + "defence_level": "22", + "safespot": null, + "lifepoints": "31", + "strength_level": "22", + "id": "3255", + "clue_level": "0", + "range_level": "1", + "attack_level": "22" + }, + { + "examine": "Acelin", + "melee_animation": "390", + "range_animation": "0", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Barbarian", + "defence_level": "22", + "safespot": null, + "lifepoints": "31", + "strength_level": "22", + "id": "3256", + "clue_level": "0", + "range_level": "1", + "attack_level": "22" + }, + { + "examine": "Adelino", + "melee_animation": "2067", + "range_animation": "0", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Barbarian", + "defence_level": "22", + "safespot": null, + "lifepoints": "31", + "strength_level": "22", + "id": "3257", + "clue_level": "0", + "range_level": "1", + "attack_level": "22" + }, + { + "examine": "Adolpho", + "melee_animation": "401", + "range_animation": "0", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Barbarian", + "defence_level": "22", + "safespot": null, + "lifepoints": "31", + "strength_level": "22", + "id": "3258", + "clue_level": "0", + "range_level": "1", + "attack_level": "22" + }, + { + "examine": "Aitan", + "melee_animation": "426", + "range_animation": "426", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Barbarian", + "defence_level": "22", + "safespot": null, + "lifepoints": "31", + "strength_level": "22", + "id": "3259", + "clue_level": "0", + "range_level": "1", + "attack_level": "22" + }, + { + "examine": "Brunnhilde", + "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", + "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", + "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", + "melee_animation": "428", + "range_animation": "428", + "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", + "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", + "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": "3265", + "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": "3266", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "470,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": "3267", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A dwarven worker.", + "slayer_task": "29", + "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", + "range_level": "1", + "attack_level": "10" + }, + { + "examine": "A dwarven worker.", + "slayer_task": "29", + "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", + "range_level": "1", + "attack_level": "10" + }, + { + "examine": "A dwarven worker.", + "slayer_task": "29", + "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", + "range_level": "1", + "attack_level": "10" + }, + { + "examine": "A dwarven worker.", + "slayer_task": "29", + "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", + "range_level": "1", + "attack_level": "10" + }, + { + "examine": "A dwarven worker.", + "slayer_task": "29", + "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", + "range_level": "1", + "attack_level": "10" + }, + { + "examine": "A dwarven worker.", + "slayer_task": "29", + "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", + "range_level": "1", + "attack_level": "10" + }, + { + "examine": "A dwarven worker.", + "slayer_task": "29", + "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", + "range_level": "1", + "attack_level": "10" + }, + { + "examine": "A dwarven worker.", + "slayer_task": "29", + "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", + "range_level": "1", + "attack_level": "10" + }, + { + "examine": "A member of the Black Guard", + "slayer_task": "29", + "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", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "A member of the Black Guard", + "slayer_task": "29", + "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", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "A member of the Black Guard", + "slayer_task": "29", + "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", + "range_level": "1", + "attack_level": "30" + }, + { + "slayer_exp": "16", + "name": "Black Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3279", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He looks busy.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Engineering assistant", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3280", + "range_level": "1", + "attack_level": "1" + }, + { + "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": "Could do with gaining a few pounds.", + "slayer_task": "75", + "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": "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" + }, + { + "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", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A master at gardening.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Martin the Master Gardener", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3299", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Manages the fairies.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Co-ordinator", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3302", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "I'm gonna make him an offer he can't refuse.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fairy Godfather", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3304", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Guardian of the market gate.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gatekeeper", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3307", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Converts grass to beef.", + "slayer_task": "20", + "melee_animation": "5849", + "range_animation": "5849", + "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", + "id": "3309", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Tanglefoot", + "defence_level": "1", + "safespot": null, + "lifepoints": "102", + "strength_level": "1", + "id": "3313", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "examine": "An animated shrub.", + "range_animation": "0", + "defence_animation": "0", + "weakness": "2", + "magic_animation": "0", + "name": "Baby tanglefoot", + "defence_level": "41", + "safespot": null, + "lifepoints": "58", + "strength_level": "1", + "id": "3319", + "range_level": "41", + "attack_level": "1" + }, + { + "examine": "An aggressive bush.", + "range_animation": "0", + "defence_animation": "0", + "weakness": "2", + "magic_animation": "0", + "name": "Baby tanglefoot", + "defence_level": "41", + "safespot": null, + "lifepoints": "58", + "strength_level": "1", + "id": "3320", + "range_level": "41", + "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, + "lifepoints": "10", + "strength_level": "1", + "id": "3322", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Rather more tired than most.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Jeremy Clerksin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3327", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks a little green around the gills.", + "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", + "attack_level": "1" + }, + { + "examine": "It's made of pure fire.", + "attack_speed": "6", + "magic_level": "300", + "respawn_delay": "25", + "name": "Cavemouth", + "defence_level": "500", + "safespot": null, + "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" + }, + { + "examine": "Holy Mole-y!", + "melee_animation": "3312", + "range_animation": "3312", + "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", + "id": "3340", + "bonuses": "0,0,0,0,0,60,80,100,80,60,0,0,0,0,0", + "range_level": "1", + "attack_level": "200" + }, + { + "examine": "I will call him", + "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", + "strength_level": "1", + "id": "3341", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A fun guy. No wait", + "melee_animation": "0", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fungi", + "defence_level": "1", + "safespot": null, + "lifepoints": "65", + "strength_level": "1", + "id": "3344", + "range_level": "1", + "attack_level": "1" + }, + { + "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.", + "slayer_task": "94", + "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" + }, + { + "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.", + "slayer_task": "7", + "melee_animation": "2299", + "range_animation": "0", + "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", + "id": "3375", + "aggressive": "true", + "range_level": "55", + "attack_level": "55" + }, + { + "examine": "Young but still dangerous.", + "slayer_task": "68", + "melee_animation": "25", + "range_animation": "25", + "combat_audio": "408,410,409", + "attack_speed": "5", + "magic_level": "40", + "respawn_delay": "32", + "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", + "id": "3376", + "aggressive": "true", + "bonuses": "50,40,64,60,30,45,40,40,20,40,40,20,0,0,0", + "range_level": "1", + "attack_level": "80" + }, + { + "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": "3378", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Vermin from the underworld.", + "slayer_task": "67", + "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.", + "slayer_task": "46", + "range_animation": "0", + "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", + "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": "3407", + "clue_level": "1", + "range_level": "1", + "attack_level": "25" + }, + { + "examine": "He tries to keep order around here.", + "melee_animation": "583", + "range_animation": "0", + "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", + "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", + "magic_animation": "0", + "death_animation": "7249", + "name": "Wild jade vine", + "defence_level": "65", + "safespot": null, + "lifepoints": "185", + "strength_level": "65", + "id": "3409", + "aggressive": "true", + "range_level": "65", + "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", + "magic_animation": "0", + "death_animation": "7249", + "name": "Wild jade vine", + "defence_level": "65", + "safespot": null, + "lifepoints": "185", + "strength_level": "65", + "id": "3410", + "aggressive": "true", + "range_level": "65", + "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", + "magic_animation": "0", + "death_animation": "7249", + "name": "Wild jade vine", + "defence_level": "65", + "safespot": null, + "lifepoints": "185", + "strength_level": "65", + "id": "3411", + "aggressive": "true", + "range_level": "65", + "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", + "magic_animation": "0", + "death_animation": "7249", + "name": "Wild jade vine", + "defence_level": "65", + "safespot": null, + "lifepoints": "185", + "strength_level": "65", + "id": "3412", + "aggressive": "true", + "range_level": "65", + "attack_level": "65" + }, + { + "examine": "He may be a funky cook", + "melee_animation": "0", + "range_animation": "0", + "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": "3413", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "More like a goblin cooked.", + "melee_animation": "0", + "range_animation": "0", + "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" + }, + { + "name": "Goblin Cook", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "3415", + "range_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", + "range_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": "3418", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Ogre", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "strength_level": "1", + "attack_speed": "7", + "id": "3419", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "examine": "An angry Ogre in a highly amusing hat.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mogre Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3420", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Nice claw!", + "melee_animation": "3428", + "range_animation": "0", + "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", + "id": "3421", + "range_level": "1", + "attack_level": "22" + }, + { + "examine": "Not the most beautiful fish in the sea.", + "melee_animation": "3433", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "3435", + "name": "Mudskipper", + "defence_level": "24", + "safespot": null, + "lifepoints": "34", + "strength_level": "24", + "id": "3422", + "range_level": "1", + "attack_level": "24" + }, + { + "death_animation": "3435", + "name": "Mudskipper", + "defence_level": "1", + "safespot": null, + "lifepoints": "20", + "melee_animation": "3433", + "strength_level": "1", + "id": "3423", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "3434" + }, + { + "death_animation": "3430", + "name": "Crab", + "defence_level": "1", + "safespot": null, + "lifepoints": "18", + "melee_animation": "3428", + "strength_level": "1", + "id": "3424", + "range_level": "1", + "respawn_delay": "60", + "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", + "range_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", + "range_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", + "range_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": "3431", + "range_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", + "range_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", + "range_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", + "range_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", + "range_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", + "range_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", + "range_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", + "range_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", + "range_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": "3443", + "range_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", + "range_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", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Lumbridge Guide", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "strength_level": "1", + "attack_speed": "7", + "id": "3449", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "null", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "strength_level": "1", + "attack_speed": "7", + "id": "3450", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Lumbridge Guide", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "strength_level": "1", + "attack_speed": "7", + "id": "3451", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "examine": "What restful music!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "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", + "slayer_task": "7", + "melee_animation": "6800", + "range_animation": "0", + "defence_animation": "0", + "weakness": "0", + "magic_animation": "0", + "death_animation": "6801", + "name": "Jubbly bird", + "defence_level": "8", + "safespot": null, + "lifepoints": "11", + "strength_level": "6", + "id": "3476", + "aggressive": "true", + "range_level": "8", + "attack_level": "6" + }, + { + "name": "King Awowogei", + "defence_level": "1", + "safespot": null, + "lifepoints": "328", + "strength_level": "1", + "id": "3478", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "examine": "A big snake.", + "melee_animation": "3538", + "range_animation": "0", + "combat_audio": "3609,3608,3610", + "poisonous": "true", + "respawn_delay": "60", + "defence_animation": "0", + "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", + "slayer_task": "86", + "melee_animation": "6016", + "range_animation": "0", + "defence_animation": "0", + "weakness": "0", + "magic_animation": "0", + "death_animation": "6031", + "name": "Vampyre Juvinate", + "defence_level": "46", + "safespot": null, + "lifepoints": "65", + "strength_level": "1", + "id": "3526", + "range_level": "46", + "attack_level": "1" + }, + { + "examine": "A Juvinate vampyre", + "melee_animation": "0", + "range_animation": "0", + "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", + "id": "3527", + "range_level": "45", + "attack_level": "1" + }, + { + "examine": "He looks really hungry!", + "slayer_task": "86", + "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": "3531", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "She looks really hungry!", + "slayer_task": "86", + "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": "3532", + "range_level": "1", + "attack_level": "40" + }, + { + "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", + "attack_level": "1" + }, + { + "examine": "He looks really hungry!", + "slayer_task": "86", + "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": "3534", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "An initiate juvenile vampyre", + "slayer_task": "86", + "melee_animation": "6016", + "range_animation": "0", + "defence_animation": "0", + "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", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sheep", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3579", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He guards the dungeon with the faithfulness of the undead.", + "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": "100", + "strength_level": "50", + "id": "3581", + "aggressive": "true", + "range_level": "1", + "attack_level": "50" + }, + { + "slayer_exp": "49", + "name": "Guard dog", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3582", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "No spider could grow that big! It's unrealistic!", + "melee_animation": "5319", + "range_animation": "0", + "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", + "id": "3585", + "aggressive": "true", + "range_level": "72", + "attack_level": "1" + }, + { + "examine": "Good doggy...", + "melee_animation": "6562", + "range_animation": "0", + "combat_audio": "3717,3719,3718", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "slayer_exp": "116", + "magic_animation": "0", + "death_animation": "6576", + "name": "Hellhound", + "defence_level": "60", + "safespot": null, + "lifepoints": "134", + "strength_level": "60", + "id": "3586", + "aggressive": "true", + "clue_level": "2", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "Big, ugly, and smelly.", + "melee_animation": "359", + "range_animation": "359", + "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, + "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" + }, + { + "examine": "Young but still dangerous.", + "melee_animation": "25", + "range_animation": "25", + "combat_audio": "408,410,409", + "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", + "id": "3588", + "aggressive": "true", + "bonuses": "20,10,10,20,40,40,20,40,40,20,0,0,0,0,0", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "I don't think insect repellent will work...", + "melee_animation": "6223", + "range_animation": "0", + "poisonous": "true", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "6228", + "name": "Kalphite Soldier", + "defence_level": "70", + "safespot": null, + "lifepoints": "114", + "strength_level": "70", + "id": "3589", + "aggressive": "true", + "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", + "bonuses": "56,42,104,51,212,115,232,302,331,21,264,100,100,40,0", + "clue_level": "2", + "range_level": "185", + "attack_level": "234" + }, + { + "name": "Dagannoth", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3591", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Arrgh! Look at its pointy teeth!", + "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", + "strength_level": "75", + "id": "3593", + "aggressive": "true", + "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", + "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.", + "slayer_task": "86", + "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", + "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", + "id": "3618", + "aggressive": "true", + "range_level": "80", + "attack_level": "80" + }, + { + "examine": "I'm glad I can't see the rest of it!", + "melee_animation": "3731", + "range_animation": "0", + "attack_speed": "10", + "magic_level": "80", + "respawn_delay": "60", + "defence_animation": "0", + "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", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fyiona Fray", + "defence_level": "1", + "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": "498,500,499", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "name": "Angry bear", + "defence_level": "25", + "safespot": null, + "lifepoints": "35", + "strength_level": "25", + "id": "3645", + "range_level": "1", + "attack_level": "25" + }, + { + "examine": "He looks a little on the cross side!", + "melee_animation": "6376", + "range_animation": "0", + "combat_audio": "496,498,497", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "6377", + "name": "Angry unicorn", + "defence_level": "25", + "safespot": null, + "lifepoints": "35", + "strength_level": "25", + "id": "3646", + "range_level": "1", + "attack_level": "25" + }, + { + "examine": "He looks a little on the cross side!", + "melee_animation": "4933", + "range_animation": "0", + "combat_audio": "703,705,704", + "defence_animation": "0", + "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": "0", + "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", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "3813", + "name": "Fear reaper", + "defence_level": "27", + "safespot": null, + "lifepoints": "38", + "strength_level": "27", + "id": "3649", + "range_level": "1", + "attack_level": "27" + }, + { + "examine": "What on RuneScape 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" + }, + { + "name": "Angry unicorn", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "496,498,497", + "strength_level": "1", + "id": "3661", + "range_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": "3662", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He looks a little on the cross side!", + "slayer_task": "38", + "melee_animation": "6185", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "6182", + "name": "Angry goblin", + "defence_level": "25", + "safespot": null, + "lifepoints": "35", + "strength_level": "25", + "id": "3663", + "range_level": "1", + "attack_level": "25" + }, + { + "name": "Angry bear", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "498,500,499", + "strength_level": "1", + "id": "3664", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Freshly sheared.", + "melee_animation": "5341", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "5343", + "name": "Ram", + "defence_level": "2", + "safespot": null, + "lifepoints": "2", + "strength_level": "2", + "id": "3672", + "range_level": "1", + "attack_level": "2" + }, + { + "examine": "White and shaggy.", + "melee_animation": "5338", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "5336", + "name": "Ram", + "defence_level": "2", + "safespot": null, + "lifepoints": "2", + "strength_level": "2", + "id": "3673", + "range_level": "1", + "attack_level": "2" + }, + { + "examine": "If you see them circling", + "melee_animation": "2019", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "2021", + "name": "Vulture", + "defence_level": "38", + "safespot": null, + "lifepoints": "54", + "strength_level": "38", + "id": "3675", + "range_level": "1", + "attack_level": "38" + }, + { + "death_animation": "2026", + "name": "Vulture", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "melee_animation": "2025", + "strength_level": "1", + "id": "3676", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "2024" + }, + { + "examine": "A young boy handing out flyers.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ali the Leaflet Dropper", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3680", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Could use a good meal.", + "slayer_task": "75", + "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.", + "slayer_task": "75", + "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.", + "slayer_task": "75", + "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.", + "slayer_task": "75", + "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.", + "slayer_task": "75", + "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", + "strength_level": "1", + "id": "3705", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Ulfric", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "melee_animation": "6118", + "strength_level": "1", + "id": "3706", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "examine": "Eww", + "slayer_task": "67", + "melee_animation": "6117", + "range_animation": "0", + "combat_audio": "703,705,704", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "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", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Boulder", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3709", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An annoying flappy thing.", + "slayer_task": "5", + "melee_animation": "4915", + "range_animation": "4915", + "attack_speed": "6", + "magic_level": "32", + "defence_animation": "4916", + "weakness": "4", + "slayer_exp": "8", + "magic_animation": "4915", + "death_animation": "4917", + "name": "Giant bat", + "defence_level": "32", + "safespot": null, + "lifepoints": "32", + "strength_level": "12", + "id": "3711", + "aggressive": "true", + "range_level": "1", + "attack_level": "12" + }, + { + "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": "3715", + "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", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "3726", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Don't burst its bubble!", + "melee_animation": "3891", + "range_animation": "3891", + "magic_level": "5", + "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", + "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", + "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", + "bonuses": "10,15,15,15,15,5,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "25" + }, + { + "examine": "Don't burst its bubble!", + "melee_animation": "3891", + "range_animation": "3891", + "magic_level": "10", + "respawn_delay": "120", + "defence_animation": "3890", + "magic_animation": "3891", + "death_animation": "3888", + "name": "Splatter", + "defence_level": "30", + "safespot": null, + "lifepoints": "23", + "strength_level": "30", + "id": "3729", + "bonuses": "15,20,20,20,20,8,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "Don't burst its bubble!", + "melee_animation": "3891", + "range_animation": "3891", + "magic_level": "15", + "respawn_delay": "120", + "defence_animation": "3890", + "magic_animation": "3891", + "death_animation": "3888", + "name": "Splatter", + "defence_level": "35", + "safespot": null, + "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" + }, + { + "examine": "Don't burst its bubble!", + "melee_animation": "3891", + "range_animation": "3891", + "magic_level": "20", + "respawn_delay": "120", + "defence_animation": "3890", + "magic_animation": "3891", + "death_animation": "3888", + "name": "Splatter", + "defence_level": "40", + "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", + "attack_level": "40" + }, + { + "examine": "Nippy little thing!", + "melee_animation": "3901", + "range_animation": "3901", + "magic_level": "14", + "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", + "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" + }, + { + "examine": "Nippy little thing!", + "melee_animation": "3901", + "range_animation": "3901", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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": "3740", + "aggressive": "true", + "bonuses": "50,60,50,80,70,90,80,35,14,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "70" + }, + { + "examine": "Nippy little thing!", + "melee_animation": "3901", + "range_animation": "3901", + "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", + "bonuses": "50,60,50,80,70,90,80,35,14,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "70" + }, + { + "examine": "Worse than termites!", + "melee_animation": "3915", + "range_animation": "3915", + "attack_speed": "5", + "magic_level": "10", + "respawn_delay": "120", + "defence_animation": "3916", + "weakness": "7", + "magic_animation": "3915", + "death_animation": "3917", + "name": "Ravager", + "defence_level": "15", + "safespot": null, + "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" + }, + { + "examine": "Worse than termites!", + "melee_animation": "3915", + "range_animation": "3915", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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": "3768", + "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!", + "combat_style": "1", + "melee_animation": "3920", + "range_animation": "3920", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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": "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", + "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": "3788", + "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", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3790", + "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", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3791", + "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", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3792", + "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", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3793", + "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", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3794", + "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", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3795", + "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", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3796", + "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", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3797", + "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", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3798", + "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", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3799", + "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", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3800", + "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", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3801", + "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 (Novice)", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3802", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Posts things.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "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", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "3962", + "name": "Tortoise", + "defence_level": "36", + "safespot": null, + "lifepoints": "51", + "strength_level": "36", + "id": "3808", + "range_level": "1", + "attack_level": "36" + }, + { + "examine": "Tally Ho!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Captain Dalbur", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3809", + "range_level": "1", + "attack_level": "1" + }, + { + "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": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "2", + "magic_animation": "0", + "death_animation": "196", + "name": "Gnome Archer", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "1", + "id": "3814", + "aggressive": "true", + "range_level": "30", + "attack_level": "1" + }, + { + "examine": "Yee haa!", + "melee_animation": "3969", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "196", + "name": "Gnome Driver", + "defence_level": "33", + "safespot": null, + "lifepoints": "47", + "strength_level": "33", + "id": "3815", + "aggressive": "true", + "range_level": "1", + "attack_level": "33" + }, + { + "examine": "A battle mage of the gnomish variety.", + "combat_style": "2", + "melee_animation": "3968", + "range_animation": "0", + "magic_level": "34", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "5", + "magic_animation": "0", + "death_animation": "196", + "name": "Gnome Mage", + "defence_level": "34", + "safespot": null, + "lifepoints": "48", + "strength_level": "1", + "id": "3816", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The cruel tortoise trainer. Boo!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trainer Nacklepen", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3818", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A large tortoise.", + "melee_animation": "3960", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "3962", + "name": "Tortoise", + "defence_level": "36", + "safespot": null, + "lifepoints": "51", + "strength_level": "36", + "id": "3819", + "range_level": "1", + "attack_level": "36" + }, + { + "agg_radius": "64", + "melee_animation": "6241", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "6240", + "death_animation": "6242", + "name": "Kalphite Queen", + "defence_level": "1", + "safespot": null, + "lifepoints": "255", + "strength_level": "1", + "id": "3835", + "aggressive": "true", + "range_level": "1", + "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": "1", + "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", + "strength_level": "45", + "id": "3840", + "aggressive": "true", + "range_level": "1", + "attack_level": "45" + }, + { + "examine": "An aquatic troll.", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "name": "Sea troll", + "defence_level": "60", + "safespot": null, + "lifepoints": "85", + "strength_level": "60", + "id": "3843", + "aggressive": "true", + "range_level": "1", + "attack_level": "60" + }, + { + "name": "Skeleton Mage", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "774,775,777", + "strength_level": "1", + "id": "3844", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The mother of all sea trolls!", + "melee_animation": "3991", + "range_animation": "0", + "magic_level": "65", + "respawn_delay": "60", + "defence_animation": "0", + "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", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fishing spot", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3849", + "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": "3850", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A skeleton of dark magic.", + "slayer_task": "75", + "start_gfx": "2713", + "combat_style": "2", + "melee_animation": "5523", + "respawn_delay": "15", + "weakness": "4", + "magic_animation": "5523", + "death_animation": "5491", + "lifepoints": "81", + "id": "3851", + "aggressive": "true", + "bonuses": "30,30,45,10,30,30,30,30,30,30,30,30,30,30,40", + "range_animation": "5523", + "combat_audio": "774,775,777", + "magic_level": "85", + "end_gfx": "2723", + "defence_animation": "5489", + "name": "Skeleton Mage", + "defence_level": "80", + "poison_immune": "true", + "safespot": null, + "strength_level": "26", + "range_level": "85", + "projectile": "2718", + "attack_level": "26" + }, + { + "examine": "One of RuneScape'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": "1", + "safespot": null, + "lifepoints": "1", + "strength_level": "1", + "id": "3915", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "His bark's worse than his blight.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Carpenter Kjallak", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3916", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He looks a bit seedy.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Farmer Fromund", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3917", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Snake", + "slayer_task": "72", + "melee_animation": "3538", + "range_animation": "0", + "combat_audio": "3609,3608,3610", + "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", + "strength_level": "33", + "id": "3939", + "aggressive": "true", + "range_level": "45", + "attack_level": "33" + }, + { + "examine": "A baby sea snake. Snaaaaaaake!", + "slayer_task": "72", + "melee_animation": "3538", + "range_animation": "0", + "combat_audio": "3609,3608,3610", + "respawn_delay": "60", + "defence_animation": "0", + "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", + "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": "3942", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A big snake that lives in the sea. How did it get in here?", + "melee_animation": "4040", + "range_animation": "0", + "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", + "id": "3943", + "aggressive": "true", + "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", + "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", + "attack_speed": "4", + "magic_level": "1", + "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": "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" + }, + { + "examine": "A denizen of the Abyss!", + "slayer_task": "1", + "melee_animation": "1537", + "range_animation": "1537", + "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", + "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" + }, + { + "name": "Demon butler", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "400,404,403", + "strength_level": "1", + "id": "4243", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Head of the servants' guild.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Chief servant", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4245", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "She smells unpleasantly of chemicals.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Taxidermist", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4246", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A fancy businessman with a mighty fine hat.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Estate agent", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4247", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Someone has to get rid of all the stone they dug Keldagrim out of.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Stonemason", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4248", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He changes the shape of wood.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "703,705,704", + "defence_animation": "0", + "facing_booth": "true", + "magic_animation": "0", + "death_animation": "0", + "name": "Sawmill operator", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4250", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "She has green fingers. (Not literally.)", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Garden supplier", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4251", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Beak areful with this one", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "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.", + "slayer_task": "29", + "melee_animation": "99", + "range_animation": "0", + "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", + "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", + "attack_speed": "5", + "respawn_delay": "20", + "defence_animation": "388", + "weakness": "7", + "magic_animation": "386", + "death_animation": "4167", + "name": "Animated Bronze Armour", + "defence_level": "8", + "safespot": null, + "lifepoints": "10", + "strength_level": "8", + "id": "4278", + "bonuses": "3,3,3,3,1,3,1,3,3,3,3,8,10,8,3", + "range_level": "1", + "attack_level": "8" + }, + { + "examine": "Animated iron armour.", + "melee_animation": "386", + "range_animation": "386", + "attack_speed": "5", + "respawn_delay": "20", + "defence_animation": "388", + "weakness": "7", + "magic_animation": "386", + "death_animation": "4167", + "name": "Animated Iron Armour", + "defence_level": "16", + "safespot": null, + "lifepoints": "20", + "strength_level": "16", + "id": "4279", + "bonuses": "6,6,6,6,2,6,6,6,6,6,6,2,25,2,3", + "range_level": "1", + "attack_level": "16" + }, + { + "examine": "Animated steel armour.", + "melee_animation": "386", + "range_animation": "386", + "attack_speed": "5", + "respawn_delay": "20", + "defence_animation": "388", + "weakness": "7", + "magic_animation": "386", + "death_animation": "4167", + "name": "Animated Steel Armour", + "defence_level": "32", + "safespot": null, + "lifepoints": "40", + "strength_level": "32", + "id": "4280", + "bonuses": "10,10,10,10,4,10,10,10,10,10,10,2,22,2,3", + "range_level": "1", + "attack_level": "32" + }, + { + "examine": "Animated black armour.", + "melee_animation": "386", + "range_animation": "386", + "attack_speed": "5", + "respawn_delay": "20", + "defence_animation": "388", + "weakness": "7", + "magic_animation": "386", + "death_animation": "4167", + "name": "Animated Black Armour", + "defence_level": "40", + "safespot": null, + "lifepoints": "60", + "strength_level": "40", + "id": "4281", + "bonuses": "15,15,15,15,5,15,6,15,15,16,15,5,27,5,3", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "Animated mithril armour.", + "melee_animation": "386", + "range_animation": "386", + "attack_speed": "5", + "respawn_delay": "20", + "defence_animation": "388", + "weakness": "7", + "magic_animation": "386", + "death_animation": "4167", + "name": "Animated Mithril Armour", + "defence_level": "55", + "safespot": null, + "lifepoints": "80", + "strength_level": "55", + "id": "4282", + "bonuses": "20,20,20,20,20,20,8,20,20,20,20,5,31,5,3", + "range_level": "1", + "attack_level": "55" + }, + { + "examine": "Animated adamant armour.", + "melee_animation": "386", + "range_animation": "386", + "attack_speed": "5", + "respawn_delay": "20", + "defence_animation": "388", + "weakness": "7", + "magic_animation": "386", + "death_animation": "4167", + "name": "Animated Adamant Armour", + "defence_level": "75", + "safespot": null, + "lifepoints": "99", + "strength_level": "65", + "id": "4283", + "bonuses": "25,25,25,25,25,25,12,25,25,25,25,5,35,5,3", + "range_level": "1", + "attack_level": "65" + }, + { + "examine": "Animated rune armour.", + "melee_animation": "386", + "range_animation": "386", + "attack_speed": "5", + "respawn_delay": "20", + "defence_animation": "388", + "weakness": "7", + "magic_animation": "386", + "death_animation": "4167", + "name": "Animated Rune Armour", + "defence_level": "85", + "safespot": null, + "lifepoints": "118", + "strength_level": "75", + "id": "4284", + "bonuses": "30,30,30,30,30,30,16,30,25,30,30,5,39,5,3", + "range_level": "1", + "attack_level": "75" + }, + { + "examine": "A one-eyed man eater.", + "slayer_task": "44", + "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": "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": "65" + }, + { + "examine": "A one-eyed woman eater.", + "slayer_task": "44", + "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": "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": "He looks fair and reliable.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "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", + "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": "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" + }, + { + "name": "Snake", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "3609,3608,3610", + "strength_level": "1", + "id": "4343", + "range_level": "1", + "attack_level": "1" + }, + { + "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.", + "slayer_task": "5", + "melee_animation": "4915", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "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", + "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", + "id": "4347", + "range_level": "1", + "attack_level": "63" + }, + { + "examine": "A horrible", + "slayer_task": "52", + "melee_animation": "4235", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "slayer_exp": "45", + "magic_animation": "0", + "death_animation": "4233", + "name": "Jungle horror", + "defence_level": "48", + "safespot": null, + "lifepoints": "68", + "strength_level": "48", + "id": "4348", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "attack_level": "48" + }, + { + "melee_animation": "4234", + "respawn_delay": "60", + "defence_animation": "4232", + "slayer_exp": "45", + "death_animation": "4233", + "name": "Jungle horror", + "defence_level": "1", + "safespot": null, + "lifepoints": "45", + "strength_level": "1", + "id": "4349", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A horrible", + "slayer_task": "52", + "melee_animation": "4235", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "slayer_exp": "45", + "magic_animation": "0", + "death_animation": "4233", + "name": "Jungle horror", + "defence_level": "48", + "safespot": null, + "lifepoints": "68", + "strength_level": "48", + "id": "4350", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "attack_level": "48" + }, + { + "melee_animation": "4234", + "respawn_delay": "60", + "defence_animation": "4232", + "slayer_exp": "45", + "death_animation": "4233", + "name": "Jungle horror", + "defence_level": "1", + "safespot": null, + "lifepoints": "45", + "strength_level": "1", + "id": "4351", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "4234", + "respawn_delay": "60", + "defence_animation": "4232", + "slayer_exp": "45", + "death_animation": "4233", + "name": "Jungle horror", + "defence_level": "1", + "safespot": null, + "lifepoints": "45", + "strength_level": "1", + "id": "4352", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A horrible, emaciated ape like creature with beady red eyes.", + "slayer_task": "17", + "melee_animation": "4234", + "range_animation": "4234", + "attack_speed": "4", + "magic_level": "80", + "respawn_delay": "20", + "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.", + "slayer_task": "17", + "melee_animation": "4234", + "range_animation": "4234", + "attack_speed": "4", + "magic_level": "80", + "respawn_delay": "20", + "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.", + "slayer_task": "17", + "melee_animation": "4234", + "range_animation": "4234", + "attack_speed": "4", + "magic_level": "80", + "respawn_delay": "20", + "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.", + "slayer_task": "17", + "melee_animation": "4234", + "range_animation": "4234", + "attack_speed": "4", + "magic_level": "80", + "respawn_delay": "20", + "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.", + "slayer_task": "17", + "melee_animation": "4234", + "range_animation": "4234", + "attack_speed": "4", + "magic_level": "80", + "respawn_delay": "20", + "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 RuneScape 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 bony ghost.", + "melee_animation": "422", + "range_animation": "422", + "attack_speed": "6", + "defence_animation": "404", + "slayer_exp": "60", + "magic_animation": "422", + "death_animation": "9055", + "name": "Ankou", + "defence_level": "50", + "safespot": null, + "lifepoints": "60", + "strength_level": "69", + "id": "4381", + "aggressive": "true", + "clue_level": "2", + "range_level": "1", + "attack_level": "50" + }, + { + "examine": "A bony ghost.", + "melee_animation": "422", + "range_animation": "422", + "attack_speed": "6", + "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", + "clue_level": "2", + "range_level": "1", + "attack_level": "50" + }, + { + "examine": "A bony ghost.", + "melee_animation": "422", + "range_animation": "422", + "attack_speed": "6", + "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", + "clue_level": "2", + "range_level": "1", + "attack_level": "60" + }, + { + "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": "68", + "strength_level": "1", + "id": "4384", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Could do with gaining a few pounds.", + "slayer_task": "75", + "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", + "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": "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": "36", + "strength_level": "1", + "id": "4387", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Eeek! A ghost!", + "slayer_task": "36", + "melee_animation": "5532", + "range_animation": "0", + "combat_audio": "436,439,438", + "attack_speed": "5", + "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…", + "slayer_task": "34", + "melee_animation": "1184", + "range_animation": "1184", + "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", + "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", + "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": "Examine not added", + "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": "25", + "safespot": null, + "lifepoints": "23", + "strength_level": "1", + "id": "4392", + "bonuses": "15,25,25,25,25,25,25,15,15,25,25,25,25,25,25", + "range_level": "1", + "attack_level": "24" + }, + { + "examine": "Examine not added", + "melee_animation": "5578", + "range_animation": "5578", + "combat_audio": "931,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": "18", + "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", + "attack_level": "35" + }, + { + "examine": "Examine not added", + "melee_animation": "5578", + "range_animation": "5578", + "combat_audio": "931,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": "4394", + "bonuses": "35,45,45,45,45,45,45,35,35,45,45,45,45,45,45", + "range_level": "1", + "attack_level": "47" + }, + { + "examine": "Overgrown vermin.", + "slayer_task": "67", + "combat_audio": "703,705,704", + "attack_speed": "5", + "weakness": "9", + "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", + "combat_audio": "3102,3104,3103", + "attack_speed": "5", + "defence_animation": "2706", + "magic_animation": "2705", + "death_animation": "2707", + "name": "Rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "2", + "strength_level": "1", + "id": "4396", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Big Cow-like... But cows don't have serpent tails!", + "melee_animation": "4271", + "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", + "range_level": "1", + "attack_level": "38" + }, + { + "examine": "Big Cow-like... But cows don't have serpent tails!", + "melee_animation": "4271", + "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", + "range_level": "1", + "attack_level": "38" + }, + { + "examine": "Big Cow-like... But cows don't have serpent tails!", + "melee_animation": "4271", + "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", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "I think this spider has been genetically modified.", + "melee_animation": "5327", + "range_animation": "5327", + "combat_audio": "537,539,538", + "defence_animation": "5328", + "magic_animation": "5327", + "death_animation": "5329", + "name": "Giant spider", + "defence_level": "51", + "safespot": null, + "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" + }, + { + "melee_animation": "6249", + "respawn_delay": "60", + "defence_animation": "6250", + "death_animation": "6251", + "name": "Spider", + "defence_level": "1", + "safespot": null, + "lifepoints": "22", + "strength_level": "1", + "id": "4401", + "aggressive": "true", + "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": "Examine not added", + "slayer_task": "58", + "melee_animation": "4266", + "range_animation": "4266", + "attack_speed": "5", + "respawn_delay": "30", + "defence_animation": "4267", + "weakness": "7", + "slayer_exp": "10", + "magic_animation": "4266", + "death_animation": "4265", + "name": "Minotaur", + "defence_level": "10", + "safespot": null, + "lifepoints": "11", + "strength_level": "10", + "id": "4404", + "bonuses": "8,8,10,8,8,10,8,8,8,10,8,8,8,8,8", + "clue_level": "0", + "range_level": "1", + "attack_level": "10" + }, + { + "examine": "Examine not added", + "melee_animation": "4266", + "range_animation": "4266", + "attack_speed": "5", + "respawn_delay": "30", + "defence_animation": "4267", + "magic_animation": "4266", + "death_animation": "4265", + "name": "Minotaur", + "defence_level": "15", + "safespot": null, + "lifepoints": "17", + "strength_level": "1", + "id": "4405", + "bonuses": "11,11,13,11,11,13,11,11,11,13,11,11,11,11,11", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Examine not added", + "melee_animation": "4266", + "range_animation": "4266", + "attack_speed": "5", + "respawn_delay": "30", + "defence_animation": "4267", + "slayer_exp": "22", + "magic_animation": "4266", + "death_animation": "4265", + "name": "Minotaur", + "defence_level": "19", + "safespot": null, + "lifepoints": "20", + "strength_level": "1", + "id": "4406", + "bonuses": "15,15,15,15,15,15,15,15,15,15,15,15,15,15,15", + "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": "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", + "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": "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", + "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": "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", + "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": "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", + "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": "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", + "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": "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", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Examine not added", + "melee_animation": "6559", + "range_animation": "6559", + "combat_audio": "481,491,490", + "attack_speed": "5", + "respawn_delay": "30", + "defence_animation": "6557", + "slayer_exp": "15", + "magic_animation": "6559", + "death_animation": "6558", + "name": "Wolf", + "defence_level": "9", + "safespot": null, + "lifepoints": "69", + "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" + }, + { + "examine": "Examine not added", + "melee_animation": "6559", + "range_animation": "6559", + "combat_audio": "481,491,490", + "attack_speed": "5", + "respawn_delay": "30", + "defence_animation": "6557", + "slayer_exp": "10", + "magic_animation": "6559", + "death_animation": "6558", + "name": "Wolf", + "defence_level": "7", + "safespot": null, + "lifepoints": "69", + "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" + }, + { + "examine": "A popular dwarven delicacy.", + "melee_animation": "2705", + "range_animation": "2705", + "combat_audio": "3102,3104,3103", + "attack_speed": "5", + "defence_animation": "2706", + "magic_animation": "2705", + "death_animation": "2707", + "name": "Rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "2", + "strength_level": "1", + "id": "4415", + "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": "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": "Half horse", + "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", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "6377", + "name": "Stag", + "defence_level": "18", + "safespot": null, + "lifepoints": "25", + "strength_level": "18", + "id": "4440", + "range_level": "1", + "attack_level": "18" + }, + { + "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", + "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": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "id": "4527", + "aggressive": "true", + "clue_level": "2", + "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": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "id": "4528", + "aggressive": "true", + "clue_level": "2", + "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": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "id": "4529", + "aggressive": "true", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "4388", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "4385", + "death_animation": "4389", + "name": "Suqah", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "id": "4530", + "aggressive": "true", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "4388", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "4385", + "death_animation": "4389", + "name": "Suqah", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "id": "4531", + "aggressive": "true", + "clue_level": "2", + "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": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "id": "4532", + "aggressive": "true", + "clue_level": "2", + "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": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "id": "4533", + "aggressive": "true", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "His beard seems to have a life of its own.", + "slayer_task": "62", + "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": "85", + "magic_animation": "4666", + "death_animation": "4668", + "name": "Moss giant", + "defence_level": "30", + "safespot": null, + "lifepoints": "85", + "strength_level": "30", + "id": "4534", + "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": "Either a very fremennikey pirate", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "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", + "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", + "id": "4540", + "aggressive": "true", + "range_level": "55", + "attack_level": "55" + }, + { + "examine": "A stickler for hygiene in the kitchen.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "'Beefy' Burns", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4541", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A keen-eyed lookout with a telescope.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "'Eagle-eye' Shultz", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4542", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "First mate to Captain Bentley.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "First mate 'Davey-boy", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4543", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A pirate through and through.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "'Picarron' Pete", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4545", + "range_level": "1", + "attack_level": "1" + }, + { + "death_animation": "836", + "name": "Jake", + "defence_level": "1", + "safespot": null, + "lifepoints": "50", + "melee_animation": "422", + "strength_level": "1", + "id": "4546", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "examine": "He got his name from his favourite hobby. Reading about beds.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Bedread the bold", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4547", + "range_level": "1", + "attack_level": "1" + }, + { + "death_animation": "836", + "name": "Wilson", + "defence_level": "1", + "safespot": null, + "lifepoints": "50", + "melee_animation": "395", + "strength_level": "1", + "id": "4548", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "examine": "Nobody really knows why he's called Tommy 2-times...", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Tommy 2-times", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4549", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Don't look him straight in the eyes. He'll eat you alive!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Murky Pat", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4550", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Nice beard.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Jack Sails", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4551", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Is he looking at me?", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "'Beedy-eye' Jones", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4554", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Yes", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Jenny Blade", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4555", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A low-down", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "'Lecherous' Lee", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4556", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Apparently his nickname comes from his fondness for jam.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "'Sticky' Sanders", + "defence_level": "1", + "safespot": null, + "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", + "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": "4565", + "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": "4566", + "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": "4567", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Must be hard at work.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Researcher", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4568", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He makes pots.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Generic Diplomat", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4579", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's very diplomatic.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ambassador Gimblewap", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4580", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Peaceful man!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ambassador Spanfipple", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4581", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Peaceful man!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ambassador Ferrnook", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4582", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Your common man.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sorrn", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4589", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Your common woman.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mimm", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4590", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Your common man.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Portobello", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4593", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A gnome pilot off duty", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Captain Ninto", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4594", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A gnome pilot off duty", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Captain Daerkin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4595", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He looks alert and ready for action.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guard Vemmeldo", + "defence_level": "1", + "safespot": null, + "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", + "range_level": "1", + "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", + "range_level": "1", + "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", + "range_level": "1", + "attack_level": "26" + }, + { + "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": "4606", + "range_level": "1", + "attack_level": "26" + }, + { + "examine": "A witch's black cat.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "0", + "name": "Black Cat", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4607", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Monk", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "4608", + "range_level": "1", + "attack_level": "1" + }, + { + "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" + }, + { + "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", + "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": "4634", + "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": "4635", + "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": "4636", + "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": "4637", + "clue_level": "0", + "range_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", + "range_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", + "range_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", + "range_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", + "range_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", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "King Healthorg riding his War Tortoise.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Healthorg and tortoise", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4643", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A weasly", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Glouphrie the Untrusted", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4645", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "With the prices he charges", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trader Stan", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4650", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks very stylish", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trader Crewmember", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4651", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "That suit looks a little briny around the edges.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trader Crewmember", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4652", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "First storm he is in that hat will blow away.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trader Crewmember", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4653", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "She'll never be able to climb rigging in that.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trader Crewmember", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4654", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "High heels on a ship? What is she thinking?", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trader Crewmember", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "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", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4656", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He works evil magic.", + "start_gfx": "93", + "combat_style": "2", + "melee_animation": "810", + "range_animation": "0", + "combat_audio": "511,513,512", + "magic_level": "6", + "end_gfx": "95", + "respawn_delay": "60", + "defence_animation": "425", + "magic_animation": "711", + "death_animation": "836", + "name": "Dark wizard", + "defence_level": "5", + "safespot": null, + "lifepoints": "12", + "strength_level": "2", + "id": "4659", + "aggressive": "true", + "range_level": "1", + "projectile": "94", + "attack_level": "5" + }, + { + "examine": "He works evil magic.", + "start_gfx": "96", + "combat_style": "2", + "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", + "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.", + "slayer_task": "68", + "melee_animation": "25", + "range_animation": "25", + "combat_audio": "408,410,409", + "attack_speed": "5", + "magic_level": "40", + "respawn_delay": "32", + "defence_animation": "26", + "weakness": "3", + "slayer_exp": "0", + "magic_animation": "25", + "death_animation": "28", + "name": "Baby blue dragon", + "defence_level": "42", + "safespot": null, + "lifepoints": "50", + "strength_level": "40", + "id": "4665", + "aggressive": "true", + "bonuses": "50,40,64,60,30,45,40,40,20,40,40,20,0,0,0", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "Young but still dangerous.", + "combat_audio": "408,410,409", + "magic_level": "45", + "slayer_exp": "108", + "name": "Baby blue dragon", + "defence_level": "48", + "safespot": null, + "lifepoints": "51", + "strength_level": "45", + "id": "4666", + "bonuses": "49,45,43,50,73,71,56,78,68,0,0,0,0,0,0", + "range_level": "45", + "attack_level": "45" + }, + { + "name": "Baby red dragon", + "defence_level": "1", + "safespot": null, + "lifepoints": "50", + "combat_audio": "408,410,409", + "strength_level": "1", + "id": "4667", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Baby red dragon", + "defence_level": "1", + "safespot": null, + "lifepoints": "50", + "combat_audio": "408,410,409", + "strength_level": "1", + "id": "4668", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "examine": "A big powerful dragon.", + "slayer_task": "68", + "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", + "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" + }, + { + "examine": "A big powerful dragon.", + "slayer_task": "68", + "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", + "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" + }, + { + "examine": "A big powerful dragon.", + "slayer_task": "68", + "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", + "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" + }, + { + "examine": "A big powerful dragon.", + "slayer_task": "68", + "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", + "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" + }, + { + "examine": "A fierce dragon with black scales!", + "slayer_task": "9", + "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", + "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": "200" + }, + { + "examine": "A fierce dragon with black scales!", + "slayer_task": "9", + "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", + "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": "200" + }, + { + "examine": "A fierce dragon with black scales!", + "slayer_task": "9", + "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", + "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": "200" + }, + { + "examine": "A fierce dragon with black scales!", + "slayer_task": "9", + "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", + "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": "200" + }, + { + "examine": "Must be related to Elvarg.", + "slayer_task": "41", + "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", + "aggressive": "true", + "bonuses": "0,0,0,0,0,20,40,40,30,20,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "68" + }, + { + "examine": "Must be related to Elvarg.", + "slayer_task": "41", + "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", + "aggressive": "true", + "bonuses": "0,0,0,0,0,20,40,40,30,20,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "68" + }, + { + "examine": "Must be related to Elvarg.", + "slayer_task": "41", + "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", + "aggressive": "true", + "bonuses": "0,0,0,0,0,20,40,40,30,20,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "68" + }, + { + "examine": "Must be related to Elvarg.", + "slayer_task": "41", + "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", + "aggressive": "true", + "bonuses": "0,0,0,0,0,20,40,40,30,20,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "68" + }, + { + "examine": "A mother dragon.", + "slayer_task": "11", + "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", + "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": "A mother dragon.", + "slayer_task": "11", + "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", + "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": "A mother dragon.", + "slayer_task": "11", + "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", + "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": "A mother dragon.", + "slayer_task": "11", + "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", + "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": "He's got icicles in his beard.", + "slayer_task": "47", + "melee_animation": "4672", + "range_animation": "0", + "combat_audio": "449,451,450", + "attack_speed": "5", + "magic_level": "1", + "respawn_delay": "60", + "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", + "aggressive": "true", + "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "He's got icicles in his beard.", + "slayer_task": "47", + "melee_animation": "4672", + "range_animation": "0", + "combat_audio": "449,451,450", + "attack_speed": "5", + "magic_level": "1", + "respawn_delay": "60", + "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", + "aggressive": "true", + "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "He's got icicles in his beard.", + "slayer_task": "47", + "melee_animation": "4672", + "range_animation": "0", + "combat_audio": "449,451,450", + "attack_speed": "5", + "magic_level": "1", + "respawn_delay": "60", + "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", + "aggressive": "true", + "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "His beard seems to have a life of its own.", + "slayer_task": "62", + "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": "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.", + "slayer_task": "44", + "melee_animation": "4652", + "range_animation": "4652", + "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.", + "slayer_task": "44", + "melee_animation": "4652", + "range_animation": "4652", + "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.", + "slayer_task": "44", + "melee_animation": "4652", + "range_animation": "4652", + "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.", + "slayer_task": "44", + "melee_animation": "4652", + "range_animation": "4652", + "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.", + "slayer_task": "44", + "melee_animation": "4652", + "range_animation": "4652", + "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.", + "slayer_task": "56", + "melee_animation": "4630", + "range_animation": "4630", + "combat_audio": "400,404,403", + "attack_speed": "6", + "magic_level": "50", + "respawn_delay": "20", + "defence_animation": "65", + "weakness": "4", + "slayer_exp": "79", + "magic_animation": "4630", + "death_animation": "67", + "name": "Lesser demon", + "defence_level": "50", + "safespot": null, + "lifepoints": "79", + "strength_level": "50", + "id": "4694", + "aggressive": "true", + "bonuses": "15,15,15,15,15,15,15,15,15,3,15,15,23,15,15", + "range_level": "1", + "attack_level": "50" + }, + { + "examine": "Lesser, but still pretty big.", + "slayer_task": "56", + "melee_animation": "4630", + "range_animation": "4630", + "combat_audio": "400,404,403", + "attack_speed": "6", + "magic_level": "50", + "respawn_delay": "20", + "defence_animation": "65", + "weakness": "4", + "slayer_exp": "79", + "magic_animation": "4630", + "death_animation": "67", + "name": "Lesser demon", + "defence_level": "50", + "safespot": null, + "lifepoints": "79", + "strength_level": "50", + "id": "4695", + "aggressive": "true", + "bonuses": "15,15,15,15,15,15,15,15,15,3,15,15,23,15,15", + "range_level": "1", + "attack_level": "50" + }, + { + "examine": "Lesser, but still pretty big.", + "slayer_task": "56", + "melee_animation": "4630", + "range_animation": "4630", + "combat_audio": "400,404,403", + "attack_speed": "6", + "magic_level": "50", + "respawn_delay": "20", + "defence_animation": "65", + "weakness": "4", + "slayer_exp": "79", + "magic_animation": "4630", + "death_animation": "67", + "name": "Lesser demon", + "defence_level": "50", + "safespot": null, + "lifepoints": "79", + "strength_level": "50", + "id": "4696", + "aggressive": "true", + "bonuses": "15,15,15,15,15,15,15,15,15,3,15,15,23,15,15", + "range_level": "1", + "attack_level": "50" + }, + { + "examine": "Lesser, but still pretty big.", + "slayer_task": "56", + "melee_animation": "4630", + "range_animation": "4630", + "combat_audio": "400,404,403", + "attack_speed": "6", + "magic_level": "50", + "respawn_delay": "20", + "defence_animation": "65", + "weakness": "4", + "slayer_exp": "79", + "magic_animation": "4630", + "death_animation": "67", + "name": "Lesser demon", + "defence_level": "50", + "safespot": null, + "lifepoints": "79", + "strength_level": "50", + "id": "4697", + "aggressive": "true", + "bonuses": "15,15,15,15,15,15,15,15,15,3,15,15,23,15,15", + "range_level": "1", + "attack_level": "50" + }, + { + "examine": "Big, red, and incredibly evil.", + "slayer_task": "40", + "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.", + "slayer_task": "40", + "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.", + "slayer_task": "40", + "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.", + "slayer_task": "40", + "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.", + "slayer_task": "8", + "melee_animation": "64", + "range_animation": "64", + "combat_audio": "400,404,403", + "magic_level": "70", + "respawn_delay": "38", + "defence_animation": "65", + "weakness": "4", + "slayer_exp": "157", + "magic_animation": "64", + "death_animation": "67", + "name": "Black demon", + "defence_level": "70", + "safespot": null, + "lifepoints": "165", + "strength_level": "70", + "id": "4702", + "aggressive": "true", + "bonuses": "45,40,40,150,150,80,150,20,150,68,0,0,0,0,0", + "range_level": "70", + "attack_level": "70" + }, + { + "examine": "A big, scary, jet-black demon.", + "slayer_task": "8", + "melee_animation": "64", + "range_animation": "64", + "combat_audio": "400,404,403", + "magic_level": "70", + "respawn_delay": "38", + "defence_animation": "65", + "weakness": "4", + "slayer_exp": "157", + "magic_animation": "64", + "death_animation": "67", + "name": "Black demon", + "defence_level": "70", + "safespot": null, + "lifepoints": "165", + "strength_level": "70", + "id": "4703", + "aggressive": "true", + "bonuses": "45,40,40,150,150,80,150,20,150,68,0,0,0,0,0", + "range_level": "70", + "attack_level": "70" + }, + { + "examine": "A big, scary, jet-black demon.", + "slayer_task": "8", + "melee_animation": "64", + "range_animation": "64", + "combat_audio": "400,404,403", + "magic_level": "70", + "respawn_delay": "38", + "defence_animation": "65", + "weakness": "4", + "slayer_exp": "157", + "magic_animation": "64", + "death_animation": "67", + "name": "Black demon", + "defence_level": "70", + "safespot": null, + "lifepoints": "165", + "strength_level": "70", + "id": "4704", + "aggressive": "true", + "bonuses": "45,40,40,150,150,80,150,20,150,68,0,0,0,0,0", + "range_level": "70", + "attack_level": "70" + }, + { + "examine": "A big, scary, jet-black demon.", + "slayer_task": "8", + "melee_animation": "64", + "range_animation": "64", + "combat_audio": "400,404,403", + "magic_level": "70", + "respawn_delay": "38", + "defence_animation": "65", + "weakness": "4", + "slayer_exp": "157", + "magic_animation": "64", + "death_animation": "67", + "name": "Black demon", + "defence_level": "70", + "safespot": null, + "lifepoints": "165", + "strength_level": "70", + "id": "4705", + "aggressive": "true", + "bonuses": "45,40,40,150,150,80,150,20,150,68,0,0,0,0,0", + "range_level": "70", + "attack_level": "70" + }, + { + "examine": "His beard seems to have a life of its own.", + "slayer_task": "62", + "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": "85", + "magic_animation": "4666", + "death_animation": "4668", + "name": "Moss giant", + "defence_level": "30", + "safespot": null, + "lifepoints": "85", + "strength_level": "30", + "id": "4706", + "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": "Mikasi looks ready to teach you about magic.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "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", + "defence_animation": "0", + "magic_animation": "0", + "name": "Meiyerditch citizen", + "defence_level": "60", + "safespot": null, + "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", + "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": "4735", + "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": "4736", + "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": "4737", + "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": "4738", + "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": "4739", + "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": "4740", + "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": "4741", + "range_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": "4746", + "range_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", + "range_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", + "range_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", + "range_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", + "range_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", + "range_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", + "range_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", + "range_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", + "range_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", + "range_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", + "range_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", + "range_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": "4759", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Some rubbish.", + "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": "4765", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks like it's got fleas!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Stray dog", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4766", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A smelly cat.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cat", + "defence_level": "1", + "safespot": null, + "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", + "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": "4773", + "range_level": "1", + "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", + "range_level": "1", + "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", + "range_level": "1", + "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", + "range_level": "44", + "attack_level": "1" + }, + { + "examine": "An initiate juvenile vampyre.", + "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": "4777", + "range_level": "44", + "attack_level": "1" + }, + { + "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": "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!", + "slayer_task": "86", + "melee_animation": "6016", + "range_animation": "0", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "6031", + "name": "Angry vampyre", + "defence_level": "42", + "safespot": null, + "lifepoints": "60", + "strength_level": "42", + "id": "4789", + "range_level": "1", + "attack_level": "42" + }, + { + "name": "Vanstrom Klause", + "defence_level": "1", + "safespot": null, + "lifepoints": "155", + "strength_level": "1", + "id": "4793", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "examine": "Not as strong as Thok.", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "name": "Vanstrom Klause", + "defence_level": "60", + "safespot": null, + "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", + "aggressive": "true", + "range_level": "1", + "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", + "aggressive": "true", + "range_level": "1", + "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", + "aggressive": "true", + "range_level": "1", + "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", + "aggressive": "true", + "range_level": "1", + "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": "4810", + "aggressive": "true", + "range_level": "1", + "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", + "aggressive": "true", + "range_level": "1", + "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", + "aggressive": "true", + "range_level": "1", + "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", + "aggressive": "true", + "range_level": "1", + "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", + "aggressive": "true", + "range_level": "1", + "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", + "aggressive": "true", + "range_level": "1", + "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", + "aggressive": "true", + "range_level": "1", + "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", + "aggressive": "true", + "range_level": "1", + "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", + "aggressive": "true", + "range_level": "1", + "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", + "aggressive": "true", + "range_level": "1", + "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", + "aggressive": "true", + "range_level": "1", + "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", + "aggressive": "true", + "range_level": "1", + "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", + "aggressive": "true", + "range_level": "1", + "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", + "aggressive": "true", + "range_level": "1", + "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", + "aggressive": "true", + "range_level": "1", + "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": "4825", + "aggressive": "true", + "range_level": "1", + "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": "4826", + "aggressive": "true", + "range_level": "1", + "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": "4827", + "aggressive": "true", + "range_level": "1", + "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": "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", + "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": "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", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Flying female vampire", + "defence_level": "1", + "safespot": null, + "lifepoints": "95", + "strength_level": "1", + "attack_speed": "6", + "id": "4848", + "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": "4849", + "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": "4850", + "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": "4851", + "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": "4852", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "examine": "Her knives tickle Thok.", + "magic_animation": "0", + "name": "Holgart", + "defence_level": "60", + "safespot": null, + "lifepoints": "28", + "strength_level": "1", + "id": "4868", + "aggressive": "true", + "range_level": "90", + "attack_level": "1", + "defence_animation": "0" + }, + { + "examine": "Not Thok's pretty lass.", + "magic_level": "90", + "defence_animation": "0", + "magic_animation": "0", + "name": "Fisherman", + "defence_level": "60", + "safespot": null, + "lifepoints": "28", + "strength_level": "1", + "id": "4870", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A child of aquatic evil.", + "melee_animation": "4829", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "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.", + "slayer_task": "71", + "melee_animation": "6265", + "range_animation": "0", + "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", + "id": "4893", + "aggressive": "true", + "range_level": "1", + "attack_level": "29" + }, + { + "examine": "A rather nasty looking crustacean.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sea slug", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4894", + "range_level": "1", + "attack_level": "1" + }, + { + "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": "4898", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "melee_animation": "4868", + "attack_speed": "7", + "respawn_delay": "60", + "defence_animation": "4869", + "death_animation": "4870", + "name": "Earth elemental", + "defence_level": "1", + "safespot": null, + "lifepoints": "35", + "strength_level": "1", + "id": "4910", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "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.", + "slayer_task": "67", + "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", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "80" + }, + { + "examine": "A nasty overgrown rodent.", + "slayer_task": "67", + "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", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "80" + }, + { + "examine": "Overgrown vermin.", + "slayer_task": "67", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "5" + }, + { + "examine": "Overgrown vermin.", + "slayer_task": "67", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "5" + }, + { + "examine": "Overgrown vermin.", + "slayer_task": "67", + "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", + "aggressive": "true", + "range_level": "1", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Overgrown vermin.", + "slayer_task": "67", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "7" + }, + { + "examine": "Overgrown vermin.", + "slayer_task": "67", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "7" + }, + { + "examine": "Overgrown vermin.", + "slayer_task": "67", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "13" + }, + { + "examine": "Overgrown vermin.", + "slayer_task": "67", + "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", + "aggressive": "true", + "range_level": "1", + "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", + "range_level": "1", + "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", + "range_level": "1", + "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": "Billy Goat", + "defence_level": "11", + "safespot": null, + "lifepoints": "15", + "strength_level": "11", + "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", + "range_level": "1", + "respawn_delay": "60", + "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", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "5342" + }, + { + "death_animation": "5343", + "name": "Billy Goat", + "defence_level": "1", + "safespot": null, + "lifepoints": "28", + "melee_animation": "5341", + "strength_level": "1", + "id": "4935", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "5342" + }, + { + "examine": "A dirty rat.", + "slayer_task": "67", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "8" + }, + { + "examine": "A dirty rat.", + "slayer_task": "67", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "8" + }, + { + "name": "Angry giant rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "703,705,704", + "strength_level": "1", + "id": "4938", + "range_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", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He looks a little on the cross side!", + "slayer_task": "67", + "melee_animation": "4933", + "range_animation": "0", + "combat_audio": "703,705,704", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "4935", + "name": "Angry giant rat", + "defence_level": "25", + "safespot": null, + "lifepoints": "35", + "strength_level": "25", + "id": "4940", + "range_level": "1", + "attack_level": "25" + }, + { + "examine": "It's one of Iban's pet vermin.", + "slayer_task": "67", + "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", + "strength_level": "12", + "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", + "aggressive": "true", + "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": "4943", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Overgrown vermin.", + "combat_audio": "703,705,704", + "attack_speed": "5", + "name": "Giant rat", + "defence_level": "23", + "safespot": null, + "lifepoints": "26", + "strength_level": "20", + "id": "4944", + "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": "Overgrown vermin.", + "slayer_task": "67", + "combat_audio": "703,705,704", + "attack_speed": "5", + "weakness": "9", + "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.", + "slayer_task": "83", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "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", + "slayer_task": "7", + "melee_animation": "5031", + "range_animation": "0", + "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", + "id": "4971", + "aggressive": "true", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "A very", + "slayer_task": "7", + "melee_animation": "5024", + "range_animation": "5025", + "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", + "id": "4972", + "aggressive": "true", + "range_level": "55", + "attack_level": "55" + }, + { + "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": "4975", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "She looks like she's been down here a long time.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Female slave", + "defence_level": "1", + "safespot": null, + "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", + "range_level": "1", + "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", + "range_level": "1", + "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", + "range_level": "1", + "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", + "range_level": "1", + "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", + "clue_level": "1", + "range_level": "1", + "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", + "clue_level": "1", + "range_level": "1", + "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", + "clue_level": "1", + "range_level": "1", + "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", + "clue_level": "1", + "range_level": "1", + "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", + "clue_level": "1", + "range_level": "1", + "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", + "clue_level": "1", + "range_level": "1", + "attack_level": "25" + }, + { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "4999", + "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": "5000", + "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": "5001", + "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": "5002", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An apprentice.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Egg launcher", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5026", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A tired old wizard.", + "melee_animation": "0", + "range_animation": "0", + "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.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Egg launcher", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5028", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A slightly more approachable barbarian.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Commander Connad", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5029", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He looks pretty mean.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Captain Cain", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5030", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A stressed out barbarian private.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Private Paldo", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5031", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A barbarian private.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Private Pendron", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5032", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A barbarian private.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Private Pierreb", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5033", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A barbarian private.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Private Paldon", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5034", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A barbarian army teacher.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Major Attack", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5035", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A barbarian army teacher.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Major Collect", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5036", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A barbarian army teacher.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Major Defend", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5037", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A barbarian army teacher.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Major Heal", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5038", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's keeping a close eye on that nearby door.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sergeant Sambur", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5039", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "What on RuneScape is that?", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Penance Fighter", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5040", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Shooty-shooty.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Penance Ranger", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5041", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's making a run for it!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Penance Runner", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5042", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A nasty piece of work.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "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", + "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.", + "slayer_task": "7", + "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.", + "slayer_task": "7", + "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.", + "slayer_task": "7", + "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", + "slayer_task": "7", + "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.", + "slayer_task": "7", + "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" + }, + { + "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", + "magic_level": "80", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "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", + "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", + "attack_speed": "5", + "respawn_delay": "10", + "defence_animation": "404", + "magic_animation": "5228", + "death_animation": "5234", + "name": "Sabre-toothed kyatt", + "defence_level": "99", + "safespot": null, + "lifepoints": "10", + "strength_level": "25", + "id": "5103", + "range_level": "1", + "attack_level": "25" + }, + { + "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" + }, + { + "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" + }, + { + "examine": "He must be good at hunting; even his hair blends in with the surroundings.", + "melee_animation": "0", + "range_animation": "0", + "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", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Hunting expert", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5113", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Slightly slimy but kind of cute.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Orange salamander", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5114", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Slightly slimy but certainly striking.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Red salamander", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5115", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Slightly slimy and somewhat menacing.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Black salamander", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5116", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Very slimy and generally disgusting.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Swamp lizard", + "defence_level": "1", + "safespot": null, + "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", + "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": "Desert eagle", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5130", + "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": "Jungle eagle", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5131", + "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": "Polar eagle", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5132", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It seems to be protecting the nest.", + "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": "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", + "attack_level": "1", + "defence_animation": "5305" + }, + { + "examine": "Now", + "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": "5140", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's playing both sides!", + "melee_animation": "422", + "range_animation": "0", + "attack_speed": "5", + "magic_level": "75", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "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", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Double agent", + "defence_level": "1", + "safespot": null, + "lifepoints": "120", + "strength_level": "1", + "id": "5145", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "How cute!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Li'l lamb", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5146", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The black sheep of the family.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Lamb", + "defence_level": "1", + "safespot": null, + "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", + "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": "5163", + "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": "5166", + "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": "5167", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "White and shaggy.", + "melee_animation": "5338", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5337", + "death_animation": "5336", + "name": "Ram", + "defence_level": "1", + "safespot": null, + "lifepoints": "4", + "strength_level": "1", + "id": "5168", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "White and shaggy.", + "melee_animation": "5338", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5337", + "death_animation": "5336", + "name": "Ram", + "defence_level": "1", + "safespot": null, + "lifepoints": "4", + "strength_level": "1", + "id": "5169", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "White and shaggy.", + "melee_animation": "5338", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5337", + "weakness": "9", + "magic_animation": "0", + "death_animation": "5336", + "name": "Ram", + "defence_level": "2", + "safespot": null, + "lifepoints": "2", + "strength_level": "2", + "id": "5170", + "range_level": "1", + "attack_level": "2" + }, + { + "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": "5171", + "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": "5172", + "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": "5173", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Seems intelligent... for an ogre.", + "slayer_task": "64", + "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", + "id": "5176", + "aggressive": "true", + "range_level": "1", + "attack_level": "65" + }, + { + "examine": "A mother dragon.", + "slayer_task": "11", + "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": "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.", + "slayer_task": "64", + "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", + "range_level": "1", + "attack_level": "65" + }, + { + "examine": "Seems intelligent... for an ogre.", + "slayer_task": "64", + "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", + "id": "5184", + "aggressive": "true", + "range_level": "1", + "attack_level": "65" + }, + { + "examine": "Seems intelligent... for an ogre.", + "slayer_task": "64", + "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", + "id": "5187", + "aggressive": "true", + "range_level": "1", + "attack_level": "65" + }, + { + "examine": "It's Nial", + "melee_animation": "8946", + "range_animation": "0", + "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", + "id": "5188", + "aggressive": "true", + "range_level": "58", + "attack_level": "58" + }, + { + "combat_style": "2", + "name": "Ogre shaman", + "defence_level": "1", + "safespot": null, + "lifepoints": "1", + "strength_level": "1", + "id": "5190", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "combat_style": "2", + "name": "Ogre shaman", + "defence_level": "1", + "safespot": null, + "lifepoints": "1", + "strength_level": "1", + "id": "5193", + "aggressive": "true", + "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, + "lifepoints": "10", + "strength_level": "1", + "id": "5195", + "range_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", + "range_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", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "She needs to work out before facing Thok.", + "melee_animation": "7041", + "range_animation": "0", + "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", + "id": "5204", + "aggressive": "true", + "range_level": "80", + "attack_level": "80" + }, + { + "examine": "Converts grass to beef.", + "melee_animation": "5849", + "range_animation": "5849", + "attack_speed": "5", + "defence_animation": "5850", + "magic_animation": "5849", + "death_animation": "5851", + "name": "Undead cow", + "defence_level": "1", + "safespot": null, + "lifepoints": "8", + "strength_level": "1", + "id": "5211", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "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": "5237", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Run away! Run away!", + "melee_animation": "5411", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "5412", + "name": "Penance Queen", + "defence_level": "132", + "safespot": null, + "lifepoints": "71", + "strength_level": "260", + "id": "5247", + "aggressive": "true", + "range_level": "116", + "attack_level": "260" + }, + { + "examine": "What's it looking at?", + "melee_animation": "5092", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "5093", + "name": "Queen spawn", + "defence_level": "50", + "safespot": null, + "lifepoints": "450", + "strength_level": "60", + "id": "5248", + "aggressive": "true", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "He looks embarrassed", + "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": "5249", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Part scarab", + "slayer_task": "70", + "combat_style": "2", + "melee_animation": "7615", + "range_animation": "0", + "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", + "id": "5250", + "aggressive": "true", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "A mounted lancer.", + "slayer_task": "70", + "melee_animation": "7584", + "range_animation": "0", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "7581", + "name": "Locust rider", + "defence_level": "54", + "safespot": null, + "lifepoints": "77", + "strength_level": "54", + "id": "5251", + "aggressive": "true", + "range_level": "1", + "attack_level": "54" + }, + { + "examine": "A mounted archer.", + "slayer_task": "70", + "melee_animation": "5451", + "range_animation": "5451", + "defence_animation": "0", + "weakness": "2", + "magic_animation": "0", + "death_animation": "7581", + "name": "Locust rider", + "defence_level": "54", + "safespot": null, + "lifepoints": "77", + "strength_level": "40", + "id": "5252", + "aggressive": "true", + "range_level": "54", + "attack_level": "40" + }, + { + "examine": "A huge scarab beast.", + "slayer_task": "70", + "melee_animation": "5457", + "range_animation": "0", + "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", + "id": "5253", + "aggressive": "true", + "range_level": "62", + "attack_level": "62" + }, + { + "combat_style": "2", + "melee_animation": "7615", + "respawn_delay": "60", + "defence_animation": "7617", + "death_animation": "7616", + "name": "Scarab mage", + "defence_level": "1", + "safespot": null, + "lifepoints": "50", + "strength_level": "1", + "id": "5254", + "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": "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", + "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", + "id": "5285", + "aggressive": "true", + "range_level": "80", + "attack_level": "80" + }, + { + "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", + "aggressive": "true", + "range_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": "22", + "strength_level": "1", + "id": "5294", + "aggressive": "true", + "range_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": "22", + "strength_level": "1", + "id": "5295", + "aggressive": "true", + "range_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": "22", + "strength_level": "1", + "id": "5296", + "aggressive": "true", + "range_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": "22", + "strength_level": "1", + "id": "5297", + "aggressive": "true", + "range_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": "22", + "strength_level": "1", + "id": "5298", + "aggressive": "true", + "range_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": "22", + "strength_level": "1", + "id": "5299", + "aggressive": "true", + "range_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": "22", + "strength_level": "1", + "id": "5300", + "aggressive": "true", + "range_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": "22", + "strength_level": "1", + "id": "5301", + "aggressive": "true", + "range_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": "22", + "strength_level": "1", + "id": "5302", + "aggressive": "true", + "range_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": "22", + "strength_level": "1", + "id": "5303", + "aggressive": "true", + "range_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": "22", + "strength_level": "1", + "id": "5304", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Examine not added", + "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", + "bonuses": "6,15,15,15,15,15,15,6,6,15,15,15,15,15,15", + "range_level": "1", + "attack_level": "11" + }, + { + "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": "5306", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Examine not added", + "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": "5307", + "bonuses": "6,15,15,15,15,15,15,6,6,15,15,15,15,15,15", + "range_level": "1", + "attack_level": "11" + }, + { + "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", + "aggressive": "true", + "range_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": "16", + "safespot": null, + "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", + "aggressive": "true", + "range_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", + "aggressive": "true", + "range_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", + "aggressive": "true", + "range_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", + "aggressive": "true", + "range_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", + "aggressive": "true", + "range_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", + "aggressive": "true", + "range_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", + "aggressive": "true", + "range_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", + "aggressive": "true", + "range_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", + "aggressive": "true", + "range_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", + "bonuses": "12,20,20,20,20,20,20,12,12,20,20,20,20,20,20", + "range_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", + "bonuses": "12,20,20,20,20,20,20,12,12,20,20,20,20,20,20", + "range_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", + "bonuses": "12,20,20,20,20,20,20,12,12,20,20,20,20,20,20", + "range_level": "1", + "attack_level": "18" + }, + { + "examine": "Dead man walking.", + "melee_animation": "5571", + "range_animation": "5571", + "combat_audio": "931,923,922", + "attack_speed": "5", + "defence_animation": "5574", + "slayer_exp": "30", + "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", + "aggressive": "true", + "range_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", + "aggressive": "true", + "range_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", + "aggressive": "true", + "range_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", + "aggressive": "true", + "range_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", + "aggressive": "true", + "range_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", + "aggressive": "true", + "range_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", + "aggressive": "true", + "range_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": "5330", + "aggressive": "true", + "range_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": "5331", + "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": "22", + "strength_level": "1", + "id": "5332", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Could do with gaining a few pounds.", + "slayer_task": "75", + "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": "11", + "safespot": null, + "lifepoints": "15", + "strength_level": "11", + "id": "5333", + "aggressive": "true", + "range_level": "1", + "attack_level": "11" + }, + { + "examine": "Could do with gaining a few pounds.", + "slayer_task": "75", + "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": "11", + "safespot": null, + "lifepoints": "15", + "strength_level": "11", + "id": "5334", + "aggressive": "true", + "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": "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.", + "slayer_task": "75", + "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": "5337", + "range_level": "1", + "attack_level": "12" + }, + { + "examine": "Could do with gaining a few pounds.", + "slayer_task": "75", + "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.", + "slayer_task": "75", + "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.", + "slayer_task": "75", + "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.", + "slayer_task": "75", + "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": "Eeek! A ghost!", + "slayer_task": "36", + "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": "5342", + "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": "5343", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Eeek! A ghost!", + "slayer_task": "36", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Eeek! A ghost!", + "slayer_task": "36", + "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", + "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": "5346", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Eeek! A ghost!", + "slayer_task": "36", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Eeek! A ghost!", + "slayer_task": "36", + "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", + "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": "5349", + "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": "5350", + "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": "5351", + "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": "5352", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A minion of Rashiliyia.", + "slayer_task": "75", + "melee_animation": "5485", + "range_animation": "0", + "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", + "id": "5353", + "aggressive": "true", + "range_level": "1", + "attack_level": "32" + }, + { + "examine": "A minion of Rashiliyia.", + "slayer_task": "75", + "melee_animation": "5487", + "range_animation": "0", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5491", + "name": "Undead one", + "defence_level": "33", + "safespot": null, + "lifepoints": "47", + "strength_level": "33", + "id": "5354", + "range_level": "1", + "attack_level": "33" + }, + { + "examine": "The animated dead; one of Rashiliyia's minions.", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "32" + }, + { + "examine": "The animated dead; one of Rashiliyia's minions.", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "32" + }, + { + "examine": "The animated dead; one of Rashiliyia's minions.", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "33" + }, + { + "examine": "The animated dead; one of Rashiliyia's minions.", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "33" + }, + { + "examine": "A giant skeleton.", + "slayer_task": "75", + "melee_animation": "5499", + "range_animation": "0", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5503", + "name": "Giant skeleton", + "defence_level": "60", + "safespot": null, + "lifepoints": "85", + "strength_level": "60", + "id": "5359", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "A fiendish embodiment of water.", + "slayer_task": "90", + "combat_style": "1", + "melee_animation": "1582", + "range_animation": "1582", + "attack_speed": "6", + "magic_level": "77", + "defence_animation": "1581", + "weakness": "4", + "magic_animation": "1582", + "death_animation": "1580", + "name": "Waterfiend", + "defence_level": "50", + "poison_immune": "true", + "safespot": null, + "lifepoints": "128", + "strength_level": "167", + "id": "5361", + "aggressive": "true", + "range_level": "167", + "projectile": "16", + "attack_level": "70" + }, + { + "examine": "It appears to be intelligent and savage.", + "slayer_task": "41", + "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!", + "slayer_task": "57", + "melee_animation": "91", + "range_animation": "91", + "combat_audio": "408,410,409", + "attack_speed": "4", + "magic_level": "168", + "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", + "range_level": "168", + "attack_level": "268" + }, + { + "weakness": "7", + "examine": "It appears to be intelligent and savage.", + "name": "Confused barbarian", + "defence_level": "50", + "safespot": null, + "lifepoints": "175", + "strength_level": "167", + "attack_speed": "6", + "id": "5364", + "range_level": "167", + "attack_level": "70" + }, + { + "examine": "Could do with gaining a few pounds.", + "slayer_task": "75", + "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" + }, + { + "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": "60", + "strength_level": "1", + "id": "5366", + "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": "85", + "strength_level": "1", + "id": "5367", + "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": "85", + "strength_level": "1", + "id": "5368", + "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": "36", + "strength_level": "1", + "id": "5369", + "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": "36", + "strength_level": "1", + "id": "5370", + "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": "36", + "strength_level": "1", + "id": "5371", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Why does it attack with twigs? Swords and axes much better.", + "melee_animation": "5532", + "range_animation": "426", + "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", + "id": "5372", + "aggressive": "true", + "range_level": "80", + "attack_level": "80" + }, + { + "examine": "Are these twigs meant to hurt Thok?", + "melee_animation": "5532", + "range_animation": "426", + "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", + "id": "5373", + "aggressive": "true", + "range_level": "80", + "attack_level": "80" + }, + { + "examine": "It thinks it scary. Thok show it scary.", + "melee_animation": "5532", + "range_animation": "0", + "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", + "id": "5374", + "aggressive": "true", + "range_level": "80", + "attack_level": "80" + }, + { + "examine": "Examine not added", + "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": "25", + "safespot": null, + "lifepoints": "23", + "strength_level": "1", + "id": "5375", + "bonuses": "15,25,25,25,25,25,25,15,15,25,25,25,25,25,25", + "range_level": "1", + "attack_level": "25" + }, + { + "examine": "Examine not added", + "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": "25", + "safespot": null, + "lifepoints": "23", + "strength_level": "1", + "id": "5376", + "bonuses": "15,25,25,25,25,25,25,15,15,25,25,25,25,25,25", + "range_level": "1", + "attack_level": "25" + }, + { + "examine": "Examine not added", + "melee_animation": "5578", + "range_animation": "5578", + "combat_audio": "931,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", + "bonuses": "15,25,28,28,25,28,28,15,15,28,25,25,25,25,25", + "range_level": "1", + "attack_level": "38" + }, + { + "examine": "Examine not added", + "melee_animation": "5578", + "range_animation": "5578", + "combat_audio": "931,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", + "bonuses": "15,25,28,28,25,28,28,15,15,28,25,25,25,25,25", + "range_level": "1", + "attack_level": "38" + }, + { + "examine": "Examine not added", + "melee_animation": "5578", + "range_animation": "5578", + "combat_audio": "931,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", + "bonuses": "35,45,45,45,45,45,45,35,35,45,45,45,45,45,45", + "range_level": "1", + "attack_level": "47" + }, + { + "examine": "Examine not added", + "melee_animation": "5578", + "range_animation": "5578", + "combat_audio": "931,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", + "bonuses": "35,45,45,45,45,45,45,35,35,45,45,45,45,45,45", + "range_level": "1", + "attack_level": "47" + }, + { + "examine": "Could do with gaining a few pounds.", + "slayer_task": "75", + "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": "Animated steel armour.", + "melee_animation": "386", + "range_animation": "0", + "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", + "id": "5382", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "Big and bony, just how I like them.", + "start_gfx": "2713", + "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, + "lifepoints": "100", + "strength_level": "95", + "id": "5384", + "aggressive": "true", + "bonuses": "25,25,25,25,25,25,25,25,25,25,25,25,25,25,25", + "range_level": "1", + "projectile": "2718", + "attack_level": "95" + }, + { + "examine": "A skeleton in a dress!", + "slayer_task": "75", + "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.", + "slayer_task": "75", + "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.", + "slayer_task": "75", + "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.", + "slayer_task": "75", + "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.", + "slayer_task": "75", + "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?", + "slayer_task": "75", + "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.", + "slayer_task": "75", + "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!", + "slayer_task": "75", + "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" + }, + { + "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": "56", + "strength_level": "1", + "id": "5393", + "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": "5394", + "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": "5395", + "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": "5396", + "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": "5397", + "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": "5398", + "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": "5399", + "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": "5400", + "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": "5401", + "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": "5402", + "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": "5403", + "range_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": "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", + "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": "5406", + "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": "5407", + "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": "5408", + "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": "5409", + "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": "5410", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An angry skeleton.", + "slayer_task": "75", + "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.", + "slayer_task": "75", + "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": "How does it move of its own accord?", + "melee_animation": "5591", + "range_animation": "0", + "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", + "id": "5413", + "aggressive": "true", + "range_level": "1", + "attack_level": "55" + }, + { + "examine": "How does it move of its own accord?", + "melee_animation": "5597", + "range_animation": "0", + "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", + "id": "5414", + "range_level": "1", + "attack_level": "52" + }, + { + "examine": "A terrifying dog beast.", + "slayer_task": "82", + "melee_animation": "5625", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "death_animation": "5628", + "name": "Terror dog", + "defence_level": "47", + "safespot": null, + "lifepoints": "134", + "strength_level": "47", + "id": "5417", + "aggressive": "true", + "range_level": "1", + "attack_level": "47" + }, + { + "melee_animation": "5625", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5626", + "death_animation": "5627", + "name": "Terror dog", + "defence_level": "1", + "safespot": null, + "lifepoints": "82", + "strength_level": "1", + "id": "5418", + "aggressive": "true", + "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", + "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": "Could do with gaining a few pounds.", + "slayer_task": "75", + "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": "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.", + "slayer_task": "48", + "melee_animation": "5724", + "range_animation": "5725", + "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", + "id": "5452", + "aggressive": "true", + "range_level": "30", + "attack_level": "22" + }, + { + "examine": "Sturdy cold being.", + "slayer_task": "48", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "Sturdy cold being.", + "slayer_task": "48", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "Sturdy cold being.", + "slayer_task": "48", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "An impressive-looking troll.", + "slayer_task": "83", + "melee_animation": "5374", + "range_animation": "0", + "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", + "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", + "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": "5474", + "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": "5475", + "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 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", + "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": "An ill-tempered king.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "King Gjuki Sorvott IV", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5478", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Thorkel Silkbeard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "498,500,499", + "strength_level": "1", + "id": "5480", + "range_level": "1", + "attack_level": "1" + }, + { + "facing_booth": "true", + "name": "Magnus Gram", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "498,500,499", + "strength_level": "1", + "id": "5488", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A guard on insult duty.", + "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": "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", + "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": "5491", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A miner at work.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Miner", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5497", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5514", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5516", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of your militia.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "0", + "name": "Honour guard", + "defence_level": "1", + "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", + "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", + "id": "5529", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "Antisocial.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sorceress", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5531", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Come", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Apprentice", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5532", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An autumn elemental.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Autumn Elemental", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5533", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A spring elemental.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Spring Elemental", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5539", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A summer elemental.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Summer Elemental", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5547", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A winter elemental.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Winter Elemental", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5553", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It dare attack Pretty Lass? Thok crush its puny skull!", + "range_animation": "0", + "magic_level": "95", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "name": "Osman", + "defence_level": "50", + "safespot": null, + "lifepoints": "157", + "strength_level": "95", + "id": "5561", + "aggressive": "true", + "range_level": "95", + "attack_level": "95" + }, + { + "examine": "She's honest about the things you aren't.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sin Seer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5571", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A Shadow Realm guardian.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "436,439,438", + "defence_animation": "0", + "slayer_exp": "25", + "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" + }, + { + "examine": "Is it male or female?", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Homunculus", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5581", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Strong", + "range_animation": "0", + "magic_level": "95", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "name": "Cage", + "defence_level": "70", + "safespot": null, + "lifepoints": "85", + "strength_level": "95", + "id": "5584", + "aggressive": "true", + "range_level": "95", + "attack_level": "95" + }, + { + "examine": "Famous for his fights.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "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", + "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", + "id": "5593", + "aggressive": "true", + "range_level": "49", + "attack_level": "36" + }, + { + "death_animation": "146", + "name": "Spidine", + "defence_level": "1", + "safespot": null, + "lifepoints": "35", + "melee_animation": "143", + "strength_level": "1", + "id": "5594", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "144" + }, + { + "examine": "Definitely not a chicken or a swordfish.", + "melee_animation": "5387", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "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", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "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", + "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", + "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", + "range_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", + "range_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", + "range_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", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "I'd prefer it if it were a muffin...", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Puffin", + "defence_level": "1", + "safespot": null, + "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", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Monk", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "5620", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Monk", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "5621", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Monk", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "5622", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Bedside manner is a little lacking", + "slayer_task": "93", + "melee_animation": "5643", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5658", + "name": "Sorebones", + "defence_level": "35", + "safespot": null, + "lifepoints": "50", + "strength_level": "35", + "id": "5627", + "range_level": "1", + "attack_level": "35" + }, + { + "examine": "I hope his hands don't shake.", + "slayer_task": "93", + "melee_animation": "5643", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5658", + "name": "Sorebones", + "defence_level": "35", + "safespot": null, + "lifepoints": "50", + "strength_level": "35", + "id": "5628", + "range_level": "1", + "attack_level": "35" + }, + { + "examine": "Aaaarg", + "slayer_task": "93", + "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", + "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": "5630", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Aaaarg", + "slayer_task": "93", + "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", + "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": "5632", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Aaaarg", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "35" + }, + { + "examine": "Aaaarg", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "35" + }, + { + "examine": "Aaaarg", + "slayer_task": "93", + "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", + "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": "5636", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Aaaarg", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "35" + }, + { + "examine": "Aaaarg", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "35" + }, + { + "examine": "Aaaarg", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "35" + }, + { + "examine": "Aaaarg", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "35" + }, + { + "examine": "Aaaarg", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "35" + }, + { + "examine": "Aaaarg", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "35" + }, + { + "examine": "Aaaarg", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "35" + }, + { + "examine": "Aaaarg", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "35" + }, + { + "examine": "Aaaarg", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "35" + }, + { + "examine": "Aaaarg", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "35" + }, + { + "examine": "Aaaarg", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "35" + }, + { + "examine": "Aaaarg", + "slayer_task": "93", + "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", + "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": "5649", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Aaaarg", + "slayer_task": "93", + "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", + "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": "5651", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Aaaarg", + "slayer_task": "93", + "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", + "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": "5653", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Aaaarg", + "slayer_task": "93", + "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": "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Aaaarg", + "slayer_task": "93", + "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", + "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": "5657", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Aaaarg", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "35" + }, + { + "examine": "Aaaarg", + "slayer_task": "93", + "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", + "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": "5660", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Aaaarg", + "slayer_task": "93", + "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", + "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": "5662", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Aaaarg", + "slayer_task": "93", + "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", + "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": "5664", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Aaaarg", + "slayer_task": "93", + "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": "5665", + "aggressive": "true", + "range_level": "1", + "attack_level": "35" + }, + { + "examine": "It's trying to mash you flat! Less examine", + "melee_animation": "5895", + "range_animation": "0", + "magic_level": "52", + "respawn_delay": "60", + "defence_animation": "0", + "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", + "defence_animation": "0", + "magic_animation": "0", + "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", + "slayer_task": "15", + "melee_animation": "6079", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "2", + "slayer_exp": "93", + "magic_animation": "0", + "death_animation": "6081", + "name": "Cave bug", + "defence_level": "9", + "safespot": null, + "lifepoints": "93", + "strength_level": "1", + "id": "5750", + "range_level": "9", + "attack_level": "1" + }, + { + "examine": "A strange mole-like being.", + "melee_animation": "6012", + "respawn_delay": "60", + "defence_animation": "6013", + "slayer_exp": "52", + "death_animation": "6014", + "name": "Molanisk", + "defence_level": "1", + "safespot": null, + "lifepoints": "52", + "strength_level": "1", + "id": "5751", + "clue_level": "1", + "range_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": "5752", + "aggressive": "true", + "range_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", + "aggressive": "true", + "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": "5754", + "range_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", + "aggressive": "true", + "range_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", + "aggressive": "true", + "range_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", + "aggressive": "true", + "range_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", + "aggressive": "true", + "range_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", + "aggressive": "true", + "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": "5760", + "range_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", + "aggressive": "true", + "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": "5762", + "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": "5763", + "range_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", + "aggressive": "true", + "range_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", + "aggressive": "true", + "range_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", + "aggressive": "true", + "range_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", + "aggressive": "true", + "range_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", + "aggressive": "true", + "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": "5769", + "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, + "lifepoints": "10", + "strength_level": "1", + "id": "5776", + "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, + "lifepoints": "10", + "strength_level": "1", + "id": "5777", + "range_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": "5783", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Taking a terribly important box from one place to another.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "703,705,704", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Crate goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5784", + "range_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": "5785", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Good at shorthand.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Goblin scribe", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5786", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He keeps order in the city.", + "slayer_task": "38", + "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", + "clue_level": "1", + "range_level": "1", + "attack_level": "42" + }, + { + "examine": "He keeps order in the city.", + "slayer_task": "38", + "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", + "clue_level": "1", + "range_level": "1", + "attack_level": "42" + }, + { + "examine": "A goblin baby.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Young 'un", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5803", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A goblin baby.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Nipper", + "defence_level": "1", + "safespot": null, + "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", + "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": "5808", + "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": "5809", + "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": "5810", + "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": "5811", + "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": "5812", + "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": "5813", + "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": "5814", + "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": "5815", + "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": "5816", + "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": "5817", + "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": "5818", + "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": "5819", + "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": "5820", + "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": "5821", + "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": "5822", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Don't spit", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Spit goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5823", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A bug-eyed little goblin fish. How cute.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Goblin fish", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5824", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Annoying little flappy things.", + "melee_animation": "0", + "range_animation": "0", + "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", + "attack_level": "1", + "defence_animation": "6091" + }, + { + "name": "Rat Burgiss", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "703,705,704", + "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, + "lifepoints": "32", + "strength_level": "23", + "id": "5842", + "range_level": "1", + "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", + "range_level": "1", + "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", + "range_level": "1", + "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", + "range_level": "1", + "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", + "range_level": "1", + "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", + "range_level": "1", + "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", + "range_level": "1", + "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", + "range_level": "1", + "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", + "range_level": "1", + "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", + "range_level": "1", + "attack_level": "23" + }, + { + "examine": "Weird eyeball thing. Reminds Thok of breakfast.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "629,631,630", + "magic_level": "60", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "name": "Monkey", + "defence_level": "40", + "safespot": null, + "lifepoints": "85", + "strength_level": "60", + "id": "5852", + "aggressive": "true", + "range_level": "60", + "attack_level": "60" + }, + { + "examine": "For sitting on.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "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", + "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", + "id": "5859", + "aggressive": "true", + "clue_level": "0", + "range_level": "20", + "attack_level": "15" + }, + { + "examine": "He bristles with arcane power.", + "combat_style": "2", + "melee_animation": "429", + "range_animation": "0", + "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", + "id": "5860", + "aggressive": "true", + "clue_level": "0", + "range_level": "1", + "attack_level": "15" + }, + { + "examine": "No match for Thok. Silly demon.", + "magic_level": "85", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "name": "Zanik", + "defence_level": "85", + "safespot": null, + "lifepoints": "71", + "strength_level": "85", + "id": "5861", + "aggressive": "true", + "range_level": "85", + "attack_level": "85" + }, + { + "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": "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", + "slayer_task": "38", + "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", + "slayer_task": "38", + "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.", + "slayer_task": "38", + "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", + "name": "Dwarf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5883", + "range_level": "1", + "attack_level": "1" + }, + { + "slayer_exp": "16", + "name": "Dwarf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5884", + "range_level": "1", + "attack_level": "1" + }, + { + "slayer_exp": "16", + "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", + "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", + "id": "5902", + "aggressive": "true", + "range_level": "70", + "attack_level": "70" + }, + { + "examine": "Can you endure long enough?", + "melee_animation": "6345", + "range_animation": "0", + "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", + "id": "5903", + "aggressive": "true", + "range_level": "67", + "attack_level": "67" + }, + { + "examine": "Can you bring yourself to hurt another?", + "melee_animation": "6329", + "range_animation": "0", + "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", + "id": "5904", + "aggressive": "true", + "range_level": "65", + "attack_level": "65" + }, + { + "examine": "What if you don't know how to win?", + "melee_animation": "6342", + "range_animation": "0", + "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", + "id": "5905", + "aggressive": "true", + "range_level": "63", + "attack_level": "63" + }, + { + "examine": "You can't escape your inadequacy!", + "melee_animation": "6310", + "range_animation": "0", + "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", + "id": "5906", + "aggressive": "true", + "range_level": "1", + "attack_level": "55" + }, + { + "examine": "Dead stone defending a dead throne room.", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "name": "Dying tree", + "defence_level": "50", + "safespot": null, + "lifepoints": "142", + "strength_level": "50", + "id": "5908", + "aggressive": "true", + "range_level": "1", + "attack_level": "50" + }, + { + "examine": "Don't let her arm-wrestle you for money.", + "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", + "strength_level": "20", + "id": "5909", + "clue_level": "0", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "A greasy", + "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": "5910", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's suspiciously talented with a meat-cleaver.", + "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": "5911", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "This grizzled soldier is here to distribute Rated Clan Wars badges.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Iffie", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5914", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Does what too many people aren't interested in doing.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cleaner", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5916", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A mangy mutt.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Stray dog", + "defence_level": "1", + "safespot": null, + "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": "511,513,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", + "clue_level": "1", + "range_level": "1", + "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": "511,513,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", + "clue_level": "1", + "range_level": "1", + "attack_level": "18" + }, + { + "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", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Trains the guards of the future.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Captain", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5922", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of RuneScape'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": "5923", + "clue_level": "0", + "range_level": "1", + "attack_level": "3" + }, + { + "examine": "One of RuneScape'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", + "range_level": "1", + "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", + "range_level": "1", + "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", + "range_level": "1", + "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", + "range_level": "1", + "attack_level": "9" + }, + { + "examine": "Jacques Netis - a slightly pompous art expert.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Art Critic Jacques", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5930", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Seth Minas - an aged expert in RuneScape history.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Historian Minas", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5931", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A lady with lots of information about the Museum.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Information clerk", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5938", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A teacher and one of his pupils.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "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.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Teacher and pupil", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5947", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks hard at work.", + "melee_animation": "0", + "range_animation": "0", + "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?", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Workman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5954", + "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": "5956", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Wheelbarrow loader.", + "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": "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", + "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": "5960", + "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": "5961", + "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": "5962", + "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 foreman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5963", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An aged expert in natural history.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Natural historian", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5966", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Bloodsuckers!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Leech display", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5971", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Slugs of the sea variety.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sea slugs display", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5972", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A house on its back.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Snail display", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5973", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A cheeky little monkey.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "629,631,630", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Monkey display", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5974", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A scaly little fellow.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Lizard display", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5975", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Nice suit.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Penguin display", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5976", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's got the hump.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Camel display", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5977", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Terrifying!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Terrorbird display", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5978", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks like a fire-breather.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "408,410,409", + "defence_animation": "0", + "magic_animation": "0", + "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", + "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", + "id": "5993", + "range_level": "46", + "attack_level": "46" + }, + { + "examine": "A huge mouse. It looks hungry...", + "melee_animation": "6519", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "6521", + "name": "Mouse", + "defence_level": "44", + "safespot": null, + "lifepoints": "62", + "strength_level": "44", + "id": "5994", + "aggressive": "true", + "range_level": "1", + "attack_level": "44" + }, + { + "melee_animation": "6501", + "respawn_delay": "60", + "defence_animation": "6503", + "death_animation": "6502", + "name": "Glod", + "defence_level": "1", + "safespot": null, + "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", + "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": "6001", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "I wish the moon wasn't out!", + "slayer_task": "91", + "melee_animation": "6536", + "range_animation": "6536", + "attack_speed": "5", + "respawn_delay": "20", + "defence_animation": "6538", + "weakness": "7", + "magic_animation": "6536", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "76", + "safespot": null, + "lifepoints": "87", + "strength_level": "76", + "id": "6006", + "aggressive": "true", + "bonuses": "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20", + "clue_level": "1", + "range_level": "1", + "attack_level": "76" + }, + { + "examine": "I wish the moon wasn't out!", + "slayer_task": "91", + "melee_animation": "6536", + "range_animation": "6536", + "attack_speed": "5", + "respawn_delay": "20", + "defence_animation": "6538", + "weakness": "7", + "magic_animation": "6536", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "76", + "safespot": null, + "lifepoints": "87", + "strength_level": "76", + "id": "6007", + "aggressive": "true", + "bonuses": "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20", + "clue_level": "1", + "range_level": "1", + "attack_level": "76" + }, + { + "examine": "I wish the moon wasn't out!", + "slayer_task": "91", + "melee_animation": "6536", + "range_animation": "6536", + "attack_speed": "5", + "respawn_delay": "20", + "defence_animation": "6538", + "weakness": "7", + "magic_animation": "6536", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "76", + "safespot": null, + "lifepoints": "87", + "strength_level": "76", + "id": "6008", + "aggressive": "true", + "bonuses": "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20", + "clue_level": "1", + "range_level": "1", + "attack_level": "76" + }, + { + "examine": "I wish the moon wasn't out!", + "slayer_task": "91", + "melee_animation": "6536", + "range_animation": "6536", + "attack_speed": "5", + "respawn_delay": "20", + "defence_animation": "6538", + "weakness": "7", + "magic_animation": "6536", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "76", + "safespot": null, + "lifepoints": "87", + "strength_level": "76", + "id": "6009", + "aggressive": "true", + "bonuses": "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20", + "clue_level": "1", + "range_level": "1", + "attack_level": "76" + }, + { + "examine": "I wish the moon wasn't out!", + "melee_animation": "6536", + "range_animation": "6536", + "attack_speed": "5", + "respawn_delay": "20", + "defence_animation": "6538", + "magic_animation": "6536", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "76", + "safespot": null, + "lifepoints": "87", + "strength_level": "76", + "id": "6010", + "aggressive": "true", + "bonuses": "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20", + "clue_level": "1", + "range_level": "1", + "attack_level": "76" + }, + { + "examine": "I wish the moon wasn't out!", + "slayer_task": "91", + "melee_animation": "6536", + "range_animation": "6536", + "attack_speed": "5", + "respawn_delay": "20", + "defence_animation": "6538", + "weakness": "7", + "magic_animation": "6536", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "76", + "safespot": null, + "lifepoints": "87", + "strength_level": "76", + "id": "6011", + "aggressive": "true", + "bonuses": "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20", + "clue_level": "1", + "range_level": "1", + "attack_level": "76" + }, + { + "examine": "I wish the moon wasn't out!", + "slayer_task": "91", + "melee_animation": "6536", + "range_animation": "6536", + "attack_speed": "5", + "respawn_delay": "20", + "defence_animation": "6538", + "weakness": "7", + "magic_animation": "6536", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "76", + "safespot": null, + "lifepoints": "87", + "strength_level": "76", + "id": "6012", + "aggressive": "true", + "bonuses": "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20", + "clue_level": "1", + "range_level": "1", + "attack_level": "76" + }, + { + "examine": "I wish the moon wasn't out!", + "slayer_task": "91", + "melee_animation": "6536", + "range_animation": "6536", + "attack_speed": "5", + "respawn_delay": "20", + "defence_animation": "6538", + "weakness": "7", + "magic_animation": "6536", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "76", + "safespot": null, + "lifepoints": "87", + "strength_level": "76", + "id": "6013", + "aggressive": "true", + "bonuses": "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20", + "clue_level": "1", + "range_level": "1", + "attack_level": "76" + }, + { + "examine": "I wish the moon wasn't out!", + "slayer_task": "91", + "melee_animation": "6536", + "range_animation": "6536", + "attack_speed": "5", + "respawn_delay": "20", + "defence_animation": "6538", + "weakness": "7", + "magic_animation": "6536", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "76", + "safespot": null, + "lifepoints": "87", + "strength_level": "76", + "id": "6014", + "aggressive": "true", + "bonuses": "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20", + "clue_level": "1", + "range_level": "1", + "attack_level": "76" + }, + { + "examine": "Eek! A werewolf!", + "slayer_task": "91", + "melee_animation": "6536", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "45", + "safespot": null, + "lifepoints": "64", + "strength_level": "45", + "id": "6015", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "attack_level": "45" + }, + { + "examine": "Eek! A werewolf!", + "slayer_task": "91", + "melee_animation": "6536", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "45", + "safespot": null, + "lifepoints": "64", + "strength_level": "45", + "id": "6016", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "attack_level": "45" + }, + { + "examine": "Eek! A werewolf!", + "slayer_task": "91", + "melee_animation": "6536", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "45", + "safespot": null, + "lifepoints": "64", + "strength_level": "45", + "id": "6017", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "attack_level": "45" + }, + { + "examine": "Eek! A werewolf!", + "slayer_task": "91", + "melee_animation": "6536", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "45", + "safespot": null, + "lifepoints": "64", + "strength_level": "45", + "id": "6018", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "attack_level": "45" + }, + { + "melee_animation": "6536", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "6538", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "1", + "safespot": null, + "lifepoints": "100", + "strength_level": "1", + "id": "6019", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Eek! A werewolf!", + "slayer_task": "91", + "melee_animation": "6536", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "45", + "safespot": null, + "lifepoints": "64", + "strength_level": "45", + "id": "6020", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "attack_level": "45" + }, + { + "examine": "Eek! A werewolf!", + "slayer_task": "91", + "melee_animation": "6536", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "45", + "safespot": null, + "lifepoints": "64", + "strength_level": "45", + "id": "6021", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "attack_level": "45" + }, + { + "melee_animation": "6536", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "6538", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "1", + "safespot": null, + "lifepoints": "100", + "strength_level": "1", + "id": "6022", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "6536", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "6538", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "1", + "safespot": null, + "lifepoints": "100", + "strength_level": "1", + "id": "6023", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "6536", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "6538", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "1", + "safespot": null, + "lifepoints": "100", + "strength_level": "1", + "id": "6024", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "6536", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "6538", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "1", + "safespot": null, + "lifepoints": "100", + "strength_level": "1", + "id": "6025", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "death_animation": "836", + "name": "Boris", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "melee_animation": "422", + "strength_level": "1", + "id": "6026", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "death_animation": "836", + "name": "Imre", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "melee_animation": "422", + "strength_level": "1", + "id": "6027", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "death_animation": "836", + "name": "Yuri", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "melee_animation": "422", + "strength_level": "1", + "id": "6028", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "death_animation": "836", + "name": "Joseph", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "melee_animation": "422", + "strength_level": "1", + "id": "6029", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "death_animation": "836", + "name": "Nikolai", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "melee_animation": "422", + "strength_level": "1", + "id": "6030", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "death_animation": "836", + "name": "Eduard", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "melee_animation": "422", + "strength_level": "1", + "id": "6031", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "death_animation": "836", + "name": "Lev", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "melee_animation": "422", + "strength_level": "1", + "id": "6032", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "melee_animation": "422", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Georgy", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "strength_level": "1", + "id": "6033", + "range_level": "1", + "attack_level": "1" + }, + { + "death_animation": "836", + "name": "Svetlana", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "melee_animation": "422", + "strength_level": "1", + "id": "6034", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "death_animation": "836", + "name": "Irina", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "melee_animation": "422", + "strength_level": "1", + "id": "6035", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "death_animation": "836", + "name": "Alexis", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "melee_animation": "422", + "strength_level": "1", + "id": "6036", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "death_animation": "836", + "name": "Milla", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "melee_animation": "422", + "strength_level": "1", + "id": "6037", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "death_animation": "836", + "name": "Galina", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "melee_animation": "422", + "strength_level": "1", + "id": "6038", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "death_animation": "836", + "name": "Sofiya", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "melee_animation": "422", + "strength_level": "1", + "id": "6039", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "death_animation": "836", + "name": "Ksenia", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "melee_animation": "422", + "strength_level": "1", + "id": "6040", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "death_animation": "836", + "name": "Yadviga", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "melee_animation": "422", + "strength_level": "1", + "id": "6041", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "death_animation": "836", + "name": "Nikita", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "melee_animation": "422", + "strength_level": "1", + "id": "6042", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "death_animation": "836", + "name": "Vera", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "melee_animation": "422", + "strength_level": "1", + "id": "6043", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "death_animation": "836", + "name": "Zoja", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "melee_animation": "422", + "strength_level": "1", + "id": "6044", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "death_animation": "836", + "name": "Liliya", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "melee_animation": "422", + "strength_level": "1", + "id": "6045", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "melee_animation": "6559", + "respawn_delay": "60", + "defence_animation": "6557", + "slayer_exp": "74", + "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" + }, + { + "examine": "A vicious mountain wolf.", + "melee_animation": "6579", + "range_animation": "6579", + "combat_audio": "481,491,490", + "attack_speed": "6", + "defence_animation": "6578", + "slayer_exp": "34", + "magic_animation": "6579", + "death_animation": "6576", + "name": "Wolf", + "defence_level": "22", + "safespot": null, + "lifepoints": "69", + "strength_level": "1", + "id": "6047", + "aggressive": "true", + "range_level": "1", + "attack_level": "22" + }, + { + "examine": "Now it has no armour", + "range_animation": "0", + "combat_audio": "481,491,490", + "magic_level": "95", + "defence_animation": "0", + "weakness": "10", + "slayer_exp": "34", + "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.", + "combat_audio": "481,491,490", + "magic_level": "75", + "defence_animation": "0", + "weakness": "10", + "slayer_exp": "34", + "magic_animation": "0", + "name": "Wolf", + "defence_level": "75", + "safespot": null, + "lifepoints": "100", + "strength_level": "75", + "id": "6049", + "aggressive": "true", + "range_level": "75", + "attack_level": "75" + }, + { + "examine": "A vicious desert wolf.", + "slayer_task": "92", + "melee_animation": "6579", + "range_animation": "6579", + "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", + "id": "6050", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "A vicious desert wolf.", + "melee_animation": "6579", + "range_animation": "6579", + "attack_speed": "5", + "defence_animation": "6578", + "magic_animation": "6579", + "death_animation": "6558", + "name": "Desert Wolf", + "defence_level": "5", + "safespot": null, + "lifepoints": "55", + "strength_level": "20", + "id": "6051", + "range_level": "1", + "attack_level": "20" + }, + { + "melee_animation": "6559", + "respawn_delay": "60", + "defence_animation": "6557", + "death_animation": "6558", + "name": "Ice wolf", + "defence_level": "1", + "safespot": null, + "lifepoints": "70", + "strength_level": "1", + "id": "6052", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Dragon impling", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "408,410,409", + "strength_level": "1", + "id": "6054", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Dragon impling", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "408,410,409", + "strength_level": "1", + "id": "6064", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "She tends the wheat.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fairy Aeryka", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6072", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He looks a little lost.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Wandering impling", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6073", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An angry little imp. Grrr.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Imp defender", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6074", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A one-eyed man eater.", + "slayer_task": "44", + "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", + "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": "A one-eyed woman eater.", + "slayer_task": "44", + "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", + "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": "A one-eyed man eater.", + "slayer_task": "44", + "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": "6080", + "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": "A one-eyed woman eater.", + "slayer_task": "44", + "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": "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.", + "slayer_task": "67", + "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.", + "slayer_task": "67", + "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.", + "slayer_task": "67", + "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" + }, + { + "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" + }, + { + "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.", + "slayer_task": "75", + "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" + }, + { + "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.", + "slayer_task": "56", + "melee_animation": "4630", + "range_animation": "4630", + "combat_audio": "400,404,403", + "attack_speed": "6", + "magic_level": "40", + "respawn_delay": "20", + "defence_animation": "65", + "weakness": "3", + "slayer_exp": "79", + "magic_animation": "4630", + "death_animation": "67", + "name": "Lesser demon", + "defence_level": "50", + "safespot": null, + "lifepoints": "79", + "strength_level": "50", + "id": "6101", + "aggressive": "true", + "bonuses": "15,15,15,15,15,15,15,15,15,3,15,15,23,15,15", + "range_level": "1", + "attack_level": "50" + }, + { + "examine": "His face is expressionless.", + "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", + "strength_level": "60", + "id": "6102", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "An opponent from the grave. He seems unimpressed by your bone rummaging.", + "slayer_task": "75", + "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", + "slayer_task": "75", + "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.", + "slayer_task": "75", + "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.", + "slayer_task": "75", + "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", + "slayer_task": "75", + "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" + }, + { + "examine": "Probably not a chicken.", + "slayer_task": "7", + "melee_animation": "6811", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "death_animation": "6812", + "name": "Entrana firebird", + "defence_level": "1", + "safespot": null, + "lifepoints": "1", + "strength_level": "1", + "id": "6108", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "These gnomes know how to get around!", + "slayer_task": "7", + "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", + "strength_level": "38", + "id": "6109", + "range_level": "1", + "attack_level": "38" + }, + { + "death_animation": "6791", + "name": "Mounted terrorbird gnome", + "defence_level": "1", + "safespot": null, + "lifepoints": "55", + "melee_animation": "6790", + "strength_level": "1", + "id": "6110", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "6792" + }, + { + "death_animation": "6791", + "name": "Mounted terrorbird gnome", + "defence_level": "1", + "safespot": null, + "lifepoints": "55", + "melee_animation": "6790", + "strength_level": "1", + "id": "6111", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "6792" + }, + { + "examine": "Aww", + "slayer_task": "7", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ducklings", + "defence_level": "1", + "water_npc": "true", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6112", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "death_animation": "750", + "name": "Duck", + "defence_level": "1", + "safespot": null, + "lifepoints": "3", + "melee_animation": "747", + "strength_level": "1", + "id": "6113", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "3268" + }, + { + "examine": "A messy bird.", + "slayer_task": "7", + "melee_animation": "3467", + "range_animation": "3467", + "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", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A messy bird.", + "melee_animation": "3467", + "range_animation": "3467", + "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", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Do not upset this teacher. You have been warned!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mr. Mordaut", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6117", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He helps the professor.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "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" + }, + { + "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", + "attack_speed": "6", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Black Knight", + "defence_level": "28", + "safespot": null, + "lifepoints": "40", + "strength_level": "28", + "id": "6189", + "aggressive": "true", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "Primping with combs and hair clips.", + "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": "6190", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The name isn't just for show.", + "range_animation": "0", + "magic_level": "55", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "name": "Sinclair", + "defence_level": "55", + "safespot": null, + "lifepoints": "85", + "strength_level": "55", + "id": "6198", + "aggressive": "true", + "range_level": "55", + "attack_level": "55" + }, + { + "examine": "He can look after my money.", + "name": "Banker", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6200", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Knight", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "6201", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A servant of the god Zamorak. ", + "slayer_task": "40", + "melee_animation": "6945", + "attack_speed": "6", + "poisonous": "true", + "respawn_delay": "120", + "weakness": "9", + "slayer_exp": "350", + "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", + "clue_level": "2", + "range_level": "1", + "attack_level": "340" + }, + { + "agg_radius": "64", + "examine": "Destroyer of 1000 planes!", + "slayer_task": "40", + "melee_animation": "6945", + "range_animation": "6945", + "attack_speed": "5", + "magic_level": "50", + "respawn_delay": "50", + "defence_animation": "6944", + "weakness": "9", + "slayer_exp": "142", + "magic_animation": "6945", + "death_animation": "6946", + "name": "Tstanon Karlak", + "defence_level": "125", + "safespot": null, + "lifepoints": "142", + "strength_level": "118", + "id": "6204", + "aggressive": "true", + "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.", + "slayer_task": "56", + "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,0", + "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.", + "slayer_task": "43", + "melee_animation": "6579", + "range_animation": "6579", + "combat_audio": "3717,3719,3718", + "respawn_delay": "25", + "defence_animation": "6578", + "weakness": "7", + "slayer_exp": "116", + "magic_animation": "6579", + "death_animation": "6576", + "name": "Hellhound", + "defence_level": "66", + "safespot": null, + "lifepoints": "116", + "strength_level": "66", + "id": "6210", + "aggressive": "true", + "bonuses": "50,70,30,30,60,30,60,60,50,60,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "66" + }, + { + "examine": "Have you checked your pockets lately?", + "melee_animation": "169", + "range_animation": "169", + "combat_audio": "534,536,535", + "defence_animation": "170", + "weakness": "7", + "magic_animation": "169", + "death_animation": "172", + "name": "Imp", + "defence_level": "4", + "safespot": null, + "lifepoints": "10", + "strength_level": "4", + "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.", + "slayer_task": "91", + "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", + "aggressive": "true", + "bonuses": "50,40,45,60,70,70,70,40,40,50,0,0,0,0,0", + "clue_level": "1", + "range_level": "1", + "attack_level": "64" + }, + { + "examine": "He doesn't look pleased to see me.", + "slayer_task": "91", + "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", + "aggressive": "true", + "bonuses": "50,40,45,60,70,70,70,40,40,50,0,0,0,0,0", + "clue_level": "1", + "range_level": "1", + "attack_level": "64" + }, + { + "examine": "It looks really hungry!", + "melee_animation": "810", + "range_animation": "810", + "respawn_delay": "25", + "defence_animation": "404", + "magic_animation": "810", + "death_animation": "9055", + "name": "Vampire", + "defence_level": "44", + "safespot": null, + "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" + }, + { + "examine": "The tongue of evil.", + "melee_animation": "9130", + "range_animation": "1552", + "attack_speed": "4", + "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": "6215", + "aggressive": "true", + "clue_level": "2", + "range_level": "1", + "attack_level": "75" + }, + { + "examine": "A small fire demon.", + "slayer_task": "66", + "melee_animation": "1582", + "range_animation": "1582", + "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", + "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" + }, + { + "examine": "A small ice demon.", + "melee_animation": "8080", + "range_animation": "8080", + "respawn_delay": "25", + "defence_animation": "8079", + "magic_animation": "8080", + "death_animation": "8078", + "name": "Icefiend", + "defence_level": "5", + "safespot": null, + "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" + }, + { + "examine": "Those horns look pretty sharp...", + "slayer_task": "39", + "melee_animation": "4300", + "range_animation": "4300", + "respawn_delay": "25", + "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", + "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" + }, + { + "examine": "Warrior of Zamorak.", + "slayer_task": "79", + "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", + "range_level": "1", + "attack_level": "66" + }, + { + "examine": "A ranger spirit dedicated to Zamorak.", + "slayer_task": "78", + "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", + "bonuses": "50,70,50,50,50,70,50,85,85,0,0,0,0,0,0", + "clue_level": "2", + "range_level": "70", + "projectile": "9", + "attack_level": "1" + }, + { + "examine": "A deadly servant of Zamorak.", + "slayer_task": "77", + "combat_style": "2", + "melee_animation": "811", + "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", + "clue_level": "2", + "range_level": "1", + "projectile": "78", + "attack_level": "1" + }, + { + "agg_radius": "64", + "examine": "Graceful avatar of Armadyl.", + "melee_animation": "6977", + "range_animation": "6977", + "attack_speed": "3", + "magic_level": "200", + "respawn_delay": "120", + "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", + "range_level": "380", + "attack_level": "300" + }, + { + "examine": "Graceful, bird-like creature.", + "combat_style": "2", + "melee_animation": "6952", + "attack_speed": "5", + "respawn_delay": "50", + "weakness": "3", + "slayer_exp": "124", + "magic_animation": "6952", + "death_animation": "6956", + "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", + "agg_radius": "64", + "range_animation": "6952", + "magic_level": "150", + "defence_animation": "6955", + "name": "Wingman Skree", + "defence_level": "160", + "poison_immune": "true", + "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": "true", + "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", + "attack_speed": "5", + "magic_level": "50", + "respawn_delay": "50", + "defence_animation": "6955", + "weakness": "6", + "slayer_exp": "133", + "magic_animation": "6954", + "death_animation": "6956", + "name": "Flight Kilisa", + "defence_level": "175", + "safespot": null, + "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" + }, + { + "examine": "A servant of Armadyl.", + "slayer_task": "79", + "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", + "bonuses": "40,40,50,50,20,50,50,0,0,0,0,0,0,0,0", + "clue_level": "2", + "range_level": "68", + "attack_level": "70" + }, + { + "examine": "Armadyl's favourite servant.", + "slayer_task": "78", + "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", + "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0", + "clue_level": "2", + "range_level": "70", + "projectile": "1190", + "attack_level": "1", + "prj_height": "92" + }, + { + "examine": "A mage who serves Armadyl above all else - even death.", + "slayer_task": "77", + "combat_style": "2", + "melee_animation": "6952", + "attack_speed": "5", + "respawn_delay": "25", + "weakness": "4", + "magic_animation": "6952", + "death_animation": "6956", + "lifepoints": "75", + "id": "6231", + "aggressive": "true", + "bonuses": "0,0,0,0,0,9,12,5,45,28,0,0,0,0,0", + "prj_height": "92", + "range_animation": "6952", + "magic_level": "150", + "defence_animation": "6955", + "name": "Spiritual mage", + "defence_level": "111", + "safespot": null, + "strength_level": "1", + "clue_level": "2", + "range_level": "1", + "projectile": "1199", + "attack_level": "1" + }, + { + "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": "40", + "safespot": null, + "lifepoints": "70", + "strength_level": "1", + "id": "6232", + "aggressive": "true", + "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", + "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", + "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", + "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", + "aggressive": "true", + "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0", + "clue_level": "2", + "range_level": "50", + "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", + "aggressive": "true", + "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0", + "clue_level": "2", + "range_level": "50", + "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": "95", + "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", + "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", + "aggressive": "true", + "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0", + "clue_level": "2", + "range_level": "55", + "projectile": "1191", + "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": "65", + "safespot": null, + "lifepoints": "124", + "strength_level": "1", + "id": "6238", + "aggressive": "true", + "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", + "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", + "strength_level": "1", + "id": "6239", + "aggressive": "true", + "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", + "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", + "strength_level": "1", + "id": "6240", + "aggressive": "true", + "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", + "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", + "strength_level": "1", + "id": "6241", + "aggressive": "true", + "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", + "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", + "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", + "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": "69", + "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", + "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": "75", + "strength_level": "1", + "id": "6244", + "aggressive": "true", + "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", + "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": "6245", + "aggressive": "true", + "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", + "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", + "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": "120", + "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", + "range_level": "250", + "attack_level": "280" + }, + { + "agg_radius": "64", + "examine": "The bane of darkness.", + "melee_animation": "6376", + "range_animation": "6376", + "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", + "poison_immune": "true", + "safespot": null, + "lifepoints": "160", + "strength_level": "125", + "id": "6248", + "aggressive": "true", + "bonuses": "60,60,60,0,0,12,14,13,5,13,0,10,0,0,0", + "range_level": "1", + "attack_level": "120" + }, + { + "name": "", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "6249", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Defender of the faithful.", + "start_gfx": "1184", + "combat_style": "2", + "melee_animation": "7019", + "attack_speed": "5", + "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", + "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": "true", + "magic_level": "60", + "respawn_delay": "25", + "end_gfx": "76", + "defence_animation": "404", + "weakness": "3", + "magic_animation": "811", + "death_animation": "9055", + "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.", + "slayer_task": "79", + "melee_animation": "390", + "range_animation": "390", + "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", + "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" + }, + { + "examine": "A ranger spirit dedicated to Saradomin.", + "slayer_task": "78", + "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", + "bonuses": "50,70,50,50,50,70,50,65,65,0,0,0,0,0,0", + "clue_level": "2", + "range_level": "70", + "projectile": "9", + "attack_level": "1" + }, + { + "examine": "Saradomin's holy mage.", + "slayer_task": "77", + "combat_style": "2", + "melee_animation": "811", + "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", + "clue_level": "2", + "range_level": "1", + "projectile": "76", + "attack_level": "1" + }, + { + "examine": "A valiant knight.", + "melee_animation": "407", + "range_animation": "407", + "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", + "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" + }, + { + "examine": "A valiant knight.", + "melee_animation": "401", + "range_animation": "401", + "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", + "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" + }, + { + "agg_radius": "64", + "examine": "A huge war chief.", + "melee_animation": "7060", + "range_animation": "7060", + "attack_speed": "6", + "magic_level": "280", + "respawn_delay": "120", + "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", + "range_level": "350", + "attack_level": "280" + }, + { + "agg_radius": "64", + "examine": "A battle-honed goblin. ", + "slayer_task": "38", + "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", + "defence_level": "126", + "safespot": null, + "lifepoints": "128", + "strength_level": "118", + "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", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A battle-honed goblin. ", + "slayer_task": "38", + "start_gfx": "1202", + "combat_style": "2", + "melee_animation": "6154", + "attack_speed": "5", + "respawn_delay": "50", + "weakness": "3", + "magic_animation": "6154", + "death_animation": "6156", + "lifepoints": "127", + "id": "6263", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,6,0,0,0", + "agg_radius": "64", + "range_animation": "6154", + "magic_level": "150", + "defence_animation": "6155", + "name": "Sergeant Steelwill", + "defence_level": "150", + "safespot": null, + "strength_level": "50", + "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. ", + "slayer_task": "38", + "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,0", + "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", + "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, + "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" + }, + { + "examine": "Green and aggressive.", + "melee_animation": "2936", + "range_animation": "2936", + "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", + "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.", + "slayer_task": "44", + "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", + "aggressive": "true", + "bonuses": "22,22,22,0,0,0,0,0,0,0,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "A one-eyed man-eater.", + "slayer_task": "44", + "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", + "aggressive": "true", + "bonuses": "22,22,22,0,0,0,0,0,0,0,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "Ugly, fierce and with a bad attitude.", + "melee_animation": "4320", + "range_animation": "4320", + "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", + "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", + "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": "6273", + "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": "6274", + "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": "An ugly, smelly creature.", + "slayer_task": "45", + "melee_animation": "164", + "range_animation": "164", + "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", + "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" + }, + { + "examine": "The spirit of a ranger, serving bandos beyond death.", + "slayer_task": "78", + "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", + "bonuses": "30,50,30,30,50,60,50,40,40,0,0,0,0,0,0", + "clue_level": "2", + "range_level": "70", + "projectile": "1195", + "attack_level": "1" + }, + { + "examine": "A true servant of Bandos.", + "slayer_task": "79", + "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", + "bonuses": "50,40,45,60,60,60,60,20,50,60,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "70" + }, + { + "examine": "One of Bandos' chosen.", + "slayer_task": "77", + "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", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ancient goblin.", + "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": "20", + "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", + "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", + "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": "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", + "aggressive": "true", + "bonuses": "5,10,10,10,10,10,5,10,5,0,0,0,0,0,0", + "clue_level": "0", + "range_level": "1", + "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": "18", + "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", + "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", + "slayer_exp": "16", + "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.", + "slayer_task": "88", + "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", + "aggressive": "true", + "range_level": "59", + "projectile": "1468", + "attack_level": "59" + }, + { + "examine": "You don't think you can harm this terrorbird.", + "slayer_task": "88", + "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", + "aggressive": "true", + "range_level": "59", + "projectile": "1468", + "attack_level": "59" + }, + { + "examine": "You don't think you can harm this terrorbird.", + "slayer_task": "88", + "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", + "aggressive": "true", + "range_level": "59", + "projectile": "1468", + "attack_level": "59" + }, + { + "examine": "You don't think you can harm this terrorbird.", + "slayer_task": "88", + "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", + "aggressive": "true", + "range_level": "59", + "projectile": "1468", + "attack_level": "59" + }, + { + "examine": "You don't think you can harm this terrorbird.", + "slayer_task": "88", + "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", + "aggressive": "true", + "range_level": "59", + "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", + "aggressive": "true", + "range_level": "1", + "projectile": "1468", + "attack_level": "1" + }, + { + "examine": "You don't think you can harm this terrorbird.", + "slayer_task": "88", + "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", + "aggressive": "true", + "range_level": "59", + "projectile": "1468", + "attack_level": "59" + }, + { + "examine": "You don't think you can harm this terrorbird.", + "slayer_task": "88", + "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", + "aggressive": "true", + "range_level": "59", + "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", + "aggressive": "true", + "range_level": "1", + "projectile": "1468", + "attack_level": "1" + }, + { + "examine": "You don't think you can harm this terrorbird.", + "slayer_task": "88", + "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", + "aggressive": "true", + "range_level": "59", + "projectile": "1468", + "attack_level": "59" + }, + { + "examine": "You don't think you can harm this terrorbird.", + "slayer_task": "88", + "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", + "aggressive": "true", + "range_level": "59", + "projectile": "1468", + "attack_level": "59" + }, + { + "examine": "You don't think you can harm this creature.", + "slayer_task": "89", + "melee_animation": "7093", + "range_animation": "0", + "attack_speed": "5", + "magic_level": "52", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "4", + "magic_animation": "0", + "death_animation": "7091", + "name": "Warped tortoise", + "defence_level": "52", + "safespot": null, + "lifepoints": "148", + "strength_level": "39", + "id": "6296", + "range_level": "1", + "attack_level": "39" + }, + { + "melee_animation": "7093", + "attack_speed": "5", + "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.", + "slayer_task": "73", + "melee_animation": "0", + "range_animation": "0", + "magic_level": "2", + "defence_animation": "0", + "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", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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", + "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", + "id": "6369", + "aggressive": "true", + "range_level": "47", + "attack_level": "1" + }, + { + "examine": "A representative of the Z.M.I.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mage of Zamorak", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6370", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A Z.M.I. runecrafter.", + "melee_animation": "422", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "836", + "name": "Zamorak crafter", + "defence_level": "19", + "safespot": null, + "lifepoints": "27", + "strength_level": "19", + "id": "6371", + "range_level": "1", + "attack_level": "19" + }, + { + "death_animation": "836", + "name": "Zamorak crafter", + "defence_level": "1", + "safespot": null, + "lifepoints": "25", + "melee_animation": "422", + "strength_level": "1", + "id": "6372", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "slayer_exp": "49", + "name": "Guard dog", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6374", + "range_level": "1", + "attack_level": "1" + }, + { + "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" + }, + { + "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.", + "slayer_task": "7", + "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", + "slayer_task": "7", + "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" + }, + { + "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", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Karamjan Jungle eagle", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6385", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Flies like a rock.", + "melee_animation": "9454", + "range_animation": "1516", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "9455", + "slayer_exp": "105", + "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" + }, + { + "examine": "I wish I could tell where he was looking.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Grim Reaper", + "defence_level": "1", + "safespot": null, + "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", + "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": "6403", + "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": "6404", + "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": "6405", + "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": "6406", + "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": "6407", + "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": "6408", + "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": "6409", + "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": "6410", + "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": "6411", + "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": "6412", + "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": "6413", + "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": "6414", + "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": "6415", + "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": "6416", + "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": "6417", + "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": "6418", + "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": "6419", + "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": "6420", + "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": "6421", + "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": "6422", + "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": "6423", + "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": "6424", + "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": "6425", + "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": "6426", + "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": "6427", + "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": "6428", + "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": "6429", + "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": "6430", + "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": "6431", + "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": "6432", + "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": "6433", + "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": "6434", + "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": "6435", + "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": "6436", + "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": "6437", + "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": "6438", + "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": "6439", + "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": "6440", + "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": "6441", + "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": "6442", + "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": "6443", + "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": "6444", + "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": "6445", + "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": "6446", + "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": "6447", + "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": "6448", + "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": "6449", + "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": "6450", + "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": "6451", + "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": "6452", + "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": "6453", + "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": "6454", + "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": "6455", + "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": "6456", + "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": "6457", + "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": "6458", + "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": "6459", + "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": "6460", + "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": "6461", + "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": "6462", + "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": "6463", + "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": "6464", + "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": "6465", + "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": "6466", + "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": "6467", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A goblin high priest", + "slayer_task": "75", + "melee_animation": "7317", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "6182", + "name": "Snothead", + "defence_level": "14", + "safespot": null, + "lifepoints": "20", + "strength_level": "14", + "id": "6469", + "aggressive": "true", + "range_level": "1", + "attack_level": "14" + }, + { + "examine": "A goblin high priest", + "slayer_task": "75", + "melee_animation": "7317", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "2", + "magic_animation": "0", + "death_animation": "6182", + "name": "Snailfeet", + "defence_level": "18", + "safespot": null, + "lifepoints": "25", + "strength_level": "13", + "id": "6470", + "aggressive": "true", + "range_level": "18", + "attack_level": "13" + }, + { + "examine": "A goblin high priest", + "slayer_task": "75", + "melee_animation": "7317", + "range_animation": "0", + "magic_level": "22", + "defence_animation": "0", + "weakness": "5", + "magic_animation": "0", + "death_animation": "6182", + "name": "Mosschin", + "defence_level": "22", + "safespot": null, + "lifepoints": "31", + "strength_level": "16", + "id": "6471", + "aggressive": "true", + "range_level": "1", + "attack_level": "16" + }, + { + "examine": "A goblin high priest", + "slayer_task": "75", + "melee_animation": "7317", + "range_animation": "0", + "magic_level": "26", + "defence_animation": "0", + "weakness": "5", + "magic_animation": "0", + "death_animation": "6182", + "name": "Redeyes", + "defence_level": "26", + "safespot": null, + "lifepoints": "37", + "strength_level": "19", + "id": "6472", + "aggressive": "true", + "range_level": "1", + "attack_level": "19" + }, + { + "examine": "A goblin high priest", + "slayer_task": "75", + "melee_animation": "7317", + "range_animation": "0", + "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", + "id": "6473", + "aggressive": "true", + "range_level": "1", + "attack_level": "19" + }, + { + "examine": "Priest of the Ekeleshuun tribe.", + "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": "6482", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He is expounding the word of the Big High War God.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Preacher", + "defence_level": "1", + "safespot": null, + "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", + "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": "6491", + "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": "6492", + "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": "6493", + "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": "6494", + "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": "6495", + "clue_level": "0", + "range_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", + "range_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", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A guard wearing blue 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", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6498", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A guard wearing orange 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", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6499", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A guard wearing black 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", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6500", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A guard wearing white 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", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6501", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A guard wearing purple 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", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6502", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6503", + "clue_level": "1", + "range_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": "6504", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A very noble spider and attendant to the Queen.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Registrar 2", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6507", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The highest ranking of the Spider Queen's servants.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Registrar 3", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6508", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The head of the Spider Queen's army.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Registrar 4", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6509", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Trying hard to hide his identity.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Jury", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6510", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Sir Amik's loyal squire.", + "melee_animation": "0", + "range_animation": "0", + "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.", + "magic_animation": "0", + "name": "Spectator", + "defence_level": "1", + "safespot": null, + "lifepoints": "1", + "range_animation": "0", + "strength_level": "1", + "id": "6514", + "range_level": "1", + "attack_level": "1", + "defence_animation": "0" + }, + { + "examine": "A monkey on a mission.", + "melee_animation": "0", + "range_animation": "0", + "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.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Spectator", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6518", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Gives an introduction to the Grand Exchange.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Grand Exchange Tutor", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6521", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The son of Ali M!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Farid Morrisane (ores)", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6523", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's probably seen better days.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Bob Barter (herbs)", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6524", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "You can never miss a pirate in disguise.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Murky Matt (runes)", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6525", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A tribal man", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Relobo Blinyo (logs)", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6526", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's travelled a long way.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Hofuthand (armour and weapons)", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6527", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Chief architect of the Spider Realm.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Registrar 5", + "defence_level": "1", + "safespot": null, + "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", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "6544", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Tapping his feet and looking very bored.", + "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": "6558", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A huge war chief. ", + "melee_animation": "422", + "range_animation": "422", + "attack_speed": "5", + "respawn_delay": "20", + "defence_animation": "7061", + "magic_animation": "422", + "death_animation": "7062", + "name": "null", + "defence_level": "250", + "safespot": null, + "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", + "range_level": "10", + "attack_level": "1" + }, + { + "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": "14", + "strength_level": "12", + "id": "6605", + "clue_level": "1", + "range_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": "1", + "safespot": null, + "lifepoints": "40", + "strength_level": "27", + "id": "6606", + "clue_level": "1", + "range_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": "70", + "strength_level": "38", + "id": "6607", + "clue_level": "2", + "range_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": "55", + "strength_level": "32", + "id": "6608", + "clue_level": "1", + "range_level": "1", + "attack_level": "32" + }, + { + "name": "Revenant werewolf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6609", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "slayer_exp": "0", + "examine": "It's an NPC.", + "name": "Revenant ork", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "combat_audio": "0,0,0", + "strength_level": "1", + "id": "6610", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "spawn_animation": "7440", + "examine": "A ghost of a knight slain during the God wars.", + "melee_animation": "7441", + "range_animation": "7522", + "magic_level": "80", + "defence_animation": "7443", + "slayer_exp": "143", + "magic_animation": "7508", + "death_animation": "7442", + "name": "Revenant knight", + "defence_level": "80", + "safespot": null, + "lifepoints": "142", + "strength_level": "80", + "id": "6611", + "clue_level": "2", + "range_level": "80", + "attack_level": "80" + }, + { + "name": "Revenant goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "6612", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "spawn_animation": "7426", + "examine": "The ghost of a vampyre 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", + "clue_level": "1", + "range_level": "34", + "attack_level": "34" + }, + { + "slayer_exp": "0", + "name": "Revenant werewolf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "0,0,0", + "strength_level": "1", + "id": "6614", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant ork", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "id": "6615", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "6616", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant werewolf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6617", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant ork", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "id": "6618", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant knight", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6619", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "6620", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant icefiend", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6621", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "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": "45", + "strength_level": "1", + "id": "6622", + "clue_level": "1", + "range_level": "29", + "attack_level": "292" + }, + { + "name": "Revenant vampire", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6623", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant ork", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "id": "6624", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant werewolf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6625", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant ork", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "id": "6626", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant knight", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6627", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant icefiend", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6628", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant ork", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "id": "6629", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant knight", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6630", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant pyrefiend", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6631", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant werewolf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6632", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant ork", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "id": "6633", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant knight", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6634", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The essence of an imp slain during the god wars.", + "melee_animation": "7407", + "magic_level": "10", + "defence_animation": "7403", + "slayer_exp": "10", + "death_animation": "7408", + "name": "Revenant imp", + "defence_level": "10", + "safespot": null, + "lifepoints": "10", + "strength_level": "10", + "id": "6635", + "clue_level": "1", + "range_level": "10", + "attack_level": "1" + }, + { + "name": "Revenant goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "6636", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "6637", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "6638", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "6639", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant icefiend", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6640", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant pyrefiend", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6641", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant hobgoblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "6642", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant vampire", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6643", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant werewolf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6644", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "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": "75", + "strength_level": "43", + "id": "6645", + "clue_level": "2", + "range_level": "43", + "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": "1", + "safespot": null, + "lifepoints": "80", + "strength_level": "50", + "id": "6646", + "clue_level": "2", + "range_level": "50", + "attack_level": "50" + }, + { + "spawn_animation": "7478", + "examine": "The essence of a demon slain during the god wars.", + "melee_animation": "7474", + "range_animation": "7512", + "combat_audio": "400,404,403", + "magic_level": "60", + "defence_animation": "7476", + "slayer_exp": "0", + "magic_animation": "7498", + "death_animation": "7475", + "name": "Revenant demon", + "defence_level": "60", + "safespot": null, + "lifepoints": "85", + "strength_level": "60", + "id": "6647", + "clue_level": "2", + "range_level": "60", + "attack_level": "60" + }, + { + "name": "Revenant ork", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "id": "6648", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "spawn_animation": "7471", + "examine": "The ghost of a dark beast slain during the god wars..", + "melee_animation": "7467", + "range_animation": "7514", + "defence_animation": "7469", + "slayer_exp": "256", + "magic_animation": "7515", + "death_animation": "7468", + "name": "Revenant dark beast", + "defence_level": "80", + "safespot": null, + "lifepoints": "120", + "strength_level": "80", + "id": "6649", + "clue_level": "2", + "range_level": "80", + "attack_level": "80" + }, + { + "name": "Revenant knight", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6650", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "6651", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant vampire", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6652", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant ork", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "id": "6653", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant knight", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6654", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A tough looking dwarf.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Revenant imp", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6655", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A tough looking dwarf.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Revenant goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6656", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ancient spirit has made itself at home within this suit of armour.", + "melee_animation": "47", + "range_animation": "0", + "combat_audio": "469,472,471", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "48", + "name": "Revenant goblin", + "defence_level": "32", + "safespot": null, + "lifepoints": "45", + "strength_level": "32", + "id": "6657", + "clue_level": "1", + "range_level": "1", + "attack_level": "32" + }, + { + "examine": "An ancient spirit has made itself at home within this suit of armour.", + "melee_animation": "47", + "range_animation": "0", + "combat_audio": "469,472,471", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "48", + "name": "Revenant goblin", + "defence_level": "33", + "safespot": null, + "lifepoints": "47", + "strength_level": "33", + "id": "6658", + "clue_level": "1", + "range_level": "1", + "attack_level": "33" + }, + { + "examine": "An ancient spirit has made itself at home within this suit of armour.", + "melee_animation": "47", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "48", + "name": "Revenant icefiend", + "defence_level": "34", + "safespot": null, + "lifepoints": "48", + "strength_level": "34", + "id": "6659", + "clue_level": "1", + "range_level": "1", + "attack_level": "34" + }, + { + "melee_animation": "47", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "49", + "death_animation": "48", + "name": "Revenant pyrefiend", + "defence_level": "1", + "safespot": null, + "lifepoints": "50", + "strength_level": "1", + "id": "6660", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "47", + "combat_audio": "469,472,471", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "49", + "death_animation": "48", + "name": "Revenant hobgoblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "50", + "strength_level": "1", + "id": "6661", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "47", + "respawn_delay": "60", + "defence_animation": "49", + "death_animation": "48", + "name": "Revenant vampire", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "strength_level": "1", + "id": "6662", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant werewolf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6663", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant ork", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "id": "6664", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant knight", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6665", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant imp", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6666", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Pirate and discerning music critic.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Revenant goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6667", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The most piratical penguin you ever did see.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Revenant pyrefiend", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6668", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant vampire", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6669", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant ork", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "id": "6670", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant vampire", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6671", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant ork", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "id": "6672", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant knight", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6673", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant vampire", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6674", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant werewolf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6675", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant knight", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6676", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant imp", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6677", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "6678", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "6679", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "6680", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "6681", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant icefiend", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6682", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant pyrefiend", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6683", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant hobgoblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "6684", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant vampire", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6685", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant werewolf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6686", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant cyclops", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6687", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant hellhound", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "3717,3719,3718", + "strength_level": "1", + "id": "6688", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The essence of a demon slain during the god wars.", + "melee_animation": "7474", + "combat_audio": "400,404,403", + "magic_level": "60", + "defence_animation": "7476", + "death_animation": "7475", + "name": "Revenant demon", + "defence_level": "60", + "safespot": null, + "lifepoints": "750", + "strength_level": "60", + "id": "6689", + "clue_level": "2", + "range_level": "60", + "attack_level": "60" + }, + { + "name": "Revenant ork", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "id": "6690", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant dark beast", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6691", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant knight", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6692", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "6693", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant icefiend", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6694", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant vampire", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6695", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant ork", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "id": "6696", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant imp", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6697", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "6698", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "6699", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant vampire", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6700", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant werewolf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6701", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant ork", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "id": "6702", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant imp", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6703", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "6704", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "6705", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's not from around here.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Revenant goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6706", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The leader of a long-forgotten band of mercenaries.", + "melee_animation": "0", + "range_animation": "711", + "combat_audio": "469,472,471", + "magic_level": "78", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "836", + "name": "Revenant goblin", + "defence_level": "78", + "safespot": null, + "lifepoints": "514", + "strength_level": "1", + "id": "6707", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant icefiend", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6708", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant pyrefiend", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6709", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant hobgoblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "6710", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant vampire", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6711", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It's trying to mash your house! Less examine", + "melee_animation": "5894", + "range_animation": "9618", + "magic_level": "60", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "5898", + "name": "Revenant werewolf", + "defence_level": "60", + "safespot": null, + "lifepoints": "285", + "strength_level": "60", + "id": "6712", + "aggressive": "true", + "clue_level": "2", + "range_level": "60", + "attack_level": "60" + }, + { + "name": "Revenant ork", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "id": "6713", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant knight", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6714", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant imp", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6715", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "6716", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "6717", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "6718", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "6719", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant icefiend", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6720", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant pyrefiend", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6721", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant hobgoblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "6722", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant vampire", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6723", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant werewolf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6724", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant ork", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "id": "6725", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant knight", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6726", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant hobgoblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "6727", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant werewolf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6728", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant ork", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "id": "6729", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant knight", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6730", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Her lack of body heat is unsettling.", + "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", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6731", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It looks right at home here.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Snow imp", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6739", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Snowflakes swirling in the wind.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Snow", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6740", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Dragon snowman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "408,410,409", + "strength_level": "1", + "id": "6743", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Pirate snowman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "703,705,704", + "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", + "attack_level": "30" + }, + { + "examine": "A snowman armed with a winter staff.", + "name": "Snow mage", + "defence_level": "10", + "safespot": null, + "lifepoints": "20", + "strength_level": "1", + "id": "6749", + "range_level": "30", + "attack_level": "30" + }, + { + "examine": "Cut-down and dried.", + "slayer_task": "93", + "melee_animation": "5568", + "range_animation": "0", + "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", + "id": "6761", + "range_level": "1", + "attack_level": "48" + }, + { + "examine": "Needs moisturising.", + "slayer_task": "93", + "melee_animation": "5568", + "range_animation": "0", + "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", + "id": "6762", + "range_level": "1", + "attack_level": "48" + }, + { + "examine": "I bet it's parched.", + "slayer_task": "93", + "melee_animation": "5568", + "range_animation": "0", + "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", + "id": "6763", + "range_level": "1", + "attack_level": "48" + }, + { + "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 guard.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Doorman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6769", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A huge beast of a beetle.", + "slayer_task": "70", + "melee_animation": "7596", + "range_animation": "0", + "defence_animation": "0", + "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", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "7656", + "name": "Scarab larva", + "defence_level": "18", + "safespot": null, + "lifepoints": "25", + "strength_level": "18", + "id": "6772", + "range_level": "1", + "attack_level": "18" + }, + { + "examine": "Bred to shoot you down.", + "slayer_task": "70", + "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", + "id": "6773", + "aggressive": "true", + "range_level": "55", + "projectile": "11", + "attack_level": "41" + }, + { + "examine": "It might be angry...it's hard to tell.", + "slayer_task": "70", + "melee_animation": "7612", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "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", + "melee_animation": "7586", + "range_animation": "0", + "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", + "id": "6776", + "aggressive": "true", + "range_level": "55", + "attack_level": "41" + }, + { + "examine": "Bouncy", + "slayer_task": "70", + "melee_animation": "7584", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "7581", + "name": "Locust lancer", + "defence_level": "55", + "safespot": null, + "lifepoints": "78", + "strength_level": "55", + "id": "6777", + "aggressive": "true", + "range_level": "1", + "attack_level": "55" + }, + { + "examine": "He'll have someone's eye out with that.", + "slayer_task": "70", + "start_gfx": "18", + "combat_style": "1", + "melee_animation": "5451", + "range_animation": "5451", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "2", + "magic_animation": "0", + "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", + "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", + "slayer_task": "70", + "combat_style": "2", + "melee_animation": "7615", + "range_animation": "0", + "magic_level": "55", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "4", + "magic_animation": "0", + "death_animation": "7616", + "name": "Scabaras mage", + "defence_level": "55", + "safespot": null, + "lifepoints": "78", + "strength_level": "41", + "id": "6780", + "aggressive": "true", + "range_level": "1", + "attack_level": "41" + }, + { + "combat_style": "2", + "melee_animation": "7620", + "respawn_delay": "60", + "defence_animation": "7617", + "death_animation": "7616", + "name": "Scabaras mage", + "defence_level": "1", + "safespot": null, + "lifepoints": "70", + "strength_level": "1", + "id": "6781", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An animated clay statue.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Clay golem", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6785", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "She looks a bit dirty from digging.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Lead archaeologist Abigail", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6786", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He looks a bit dusty from troweling.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Assistant archaeologist Kerner", + "defence_level": "1", + "safespot": null, + "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", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He exudes something like holiness.", + "slayer_task": "70", + "melee_animation": "7612", + "range_animation": "0", + "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", + "id": "6789", + "range_level": "66", + "attack_level": "66" + }, + { + "examine": "He exudes something like holiness.", + "slayer_task": "70", + "melee_animation": "7607", + "range_animation": "7607", + "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", + "id": "6790", + "range_level": "66", + "attack_level": "66" + }, + { + "death_animation": "1012", + "name": "Spirit terrorbird", + "defence_level": "1", + "safespot": null, + "lifepoints": "233", + "melee_animation": "1010", + "strength_level": "1", + "id": "6794", + "range_level": "1", + "respawn_delay": "0", + "attack_level": "1", + "defence_animation": "1011" + }, + { + "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", + "range_level": "50", + "attack_level": "50" + }, + { + "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", + "magic_animation": "8104", + "death_animation": "8106", + "name": "Granite crab", + "defence_level": "22", + "safespot": null, + "lifepoints": "39", + "strength_level": "17", + "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" + }, + { + "death_animation": "8065", + "name": "Praying mantis", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "melee_animation": "8064", + "strength_level": "1", + "id": "6798", + "range_level": "1", + "respawn_delay": "0", + "attack_level": "1", + "defence_animation": "8066" + }, + { + "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", + "range_level": "60", + "attack_level": "60" + }, + { + "death_animation": "7854", + "name": "Giant ent", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "melee_animation": "7853", + "strength_level": "1", + "id": "6800", + "range_level": "1", + "respawn_delay": "0", + "attack_level": "1", + "defence_animation": "7852" + }, + { + "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", + "range_level": "60", + "attack_level": "60" + }, + { + "death_animation": "8153", + "name": "Spirit cobra", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "melee_animation": "8152", + "strength_level": "1", + "id": "6802", + "range_level": "1", + "respawn_delay": "0", + "attack_level": "1", + "defence_animation": "8154" + }, + { + "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", + "range_level": "55", + "attack_level": "55" + }, + { + "death_animation": "7780", + "name": "Spirit dagannoth", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "melee_animation": "7786", + "strength_level": "1", + "id": "6804", + "range_level": "1", + "respawn_delay": "0", + "attack_level": "1", + "defence_animation": "7785" + }, + { + "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", + "range_level": "65", + "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", + "bonuses": "47,50,52,52,54,49,13,3,13,4,0,0,0,0,0", + "range_level": "21", + "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", + "bonuses": "47,50,52,52,54,49,13,3,13,4,0,0,0,0,0", + "range_level": "21", + "projectile": "1386", + "attack_level": "19" + }, + { + "combat_style": "2", + "melee_animation": "7970", + "respawn_delay": "0", + "defence_animation": "7967", + "death_animation": "7979", + "name": "Karamthulhu overlord", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6809", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "range_level": "50", + "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", + "range_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", + "range_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", + "range_level": "1", + "respawn_delay": "0", + "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", + "range_level": "1", + "respawn_delay": "0", + "attack_level": "1", + "defence_animation": "7742" + }, + { + "combat_style": "1", + "melee_animation": "8286", + "respawn_delay": "0", + "defence_animation": "8287", + "death_animation": "8285", + "name": "War tortoise", + "defence_level": "1", + "safespot": null, + "lifepoints": "348", + "strength_level": "1", + "id": "6815", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Definitely not teenaged", + "combat_style": "1", + "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", + "range_level": "55", + "attack_level": "55" + }, + { + "examine": "Fruity and bat-shaped. A winning combination!.", + "name": "Fruit bat", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6817", + "range_level": "1", + "attack_level": "1" + }, + { + "combat_style": "2", + "melee_animation": "7675", + "respawn_delay": "0", + "defence_animation": "7670", + "death_animation": "7671", + "name": "Abyssal parasite", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6818", + "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": "6819", + "range_level": "50", + "attack_level": "50" + }, + { + "death_animation": "7684", + "name": "Abyssal lurker", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "melee_animation": "7680", + "strength_level": "1", + "id": "6820", + "range_level": "1", + "respawn_delay": "0", + "attack_level": "1", + "defence_animation": "7681" + }, + { + "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", + "range_level": "55", + "attack_level": "55" + }, + { + "examine": "The pointiest horse on the planet.", + "melee_animation": "6376", + "range_animation": "6376", + "combat_audio": "496,498,497", + "magic_level": "69", + "defence_animation": "6375", + "magic_animation": "6376", + "death_animation": "6377", + "name": "Unicorn stallion", + "defence_level": "70", + "poison_immune": "true", + "safespot": null, + "lifepoints": "100", + "strength_level": "62", + "id": "6822", + "bonuses": "48,59,43,52,104,52,116,123,134,46,127,4,0,0,0", + "range_level": "72", + "attack_level": "64" + }, + { + "examine": "The pointiest horse on the planet.", + "melee_animation": "6376", + "range_animation": "6376", + "combat_audio": "496,498,497", + "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", + "defence_level": "1", + "safespot": null, + "lifepoints": "16", + "strength_level": "1", + "id": "6824", + "range_level": "1", + "projectile": "1318", + "attack_level": "1" + }, + { + "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", + "magic_animation": "7810", + "death_animation": "5389", + "name": "Dreadfowl", + "defence_level": "22", + "poison_immune": "true", + "safespot": null, + "lifepoints": "16", + "strength_level": "15", + "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", + "respawn_delay": "0", + "defence_animation": "8205", + "death_animation": "8209", + "name": "Stranger plant", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6827", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "range_level": "55", + "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", + "bonuses": "12,7,4,10,23,5,29,27,16,12,13,17,0,0,0", + "range_level": "9", + "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", + "bonuses": "12,7,4,10,23,5,29,27,16,12,13,17,0,0,0", + "range_level": "9", + "attack_level": "16" + }, + { + "death_animation": "7797", + "name": "Desert wyrm", + "defence_level": "1", + "safespot": null, + "lifepoints": "47", + "melee_animation": "7795", + "strength_level": "1", + "id": "6831", + "range_level": "1", + "respawn_delay": "0", + "attack_level": "1", + "defence_animation": "7796" + }, + { + "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", + "range_level": "18", + "attack_level": "18" + }, + { + "examine": "If you think he's evil", + "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", + "range_level": "42", + "attack_level": "42" + }, + { + "death_animation": "8276", + "name": "Vampire bat", + "defence_level": "1", + "safespot": null, + "lifepoints": "20", + "melee_animation": "8275", + "strength_level": "1", + "id": "6835", + "range_level": "1", + "respawn_delay": "0", + "attack_level": "1", + "defence_animation": "8274" + }, + { + "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", + "range_level": "31", + "attack_level": "31" + }, + { + "melee_animation": "6254", + "combat_audio": "3611,3612,3610", + "respawn_delay": "0", + "defence_animation": "6255", + "death_animation": "6256", + "name": "Spirit scorpion", + "defence_level": "1", + "safespot": null, + "lifepoints": "67", + "strength_level": "1", + "id": "6837", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "range_level": "19", + "attack_level": "19" + }, + { + "examine": "Crikey! Look at the size of those teeth!", + "melee_animation": "4925", + "combat_audio": "498,500,499", + "magic_level": "60", + "respawn_delay": "0", + "defence_animation": "4928", + "death_animation": "4929", + "name": "Arctic bear", + "defence_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", + "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", + "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" + }, + { + "death_animation": "7656", + "name": "Bloated leech", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "melee_animation": "7657", + "strength_level": "1", + "id": "6843", + "range_level": "1", + "respawn_delay": "0", + "attack_level": "1", + "defence_animation": "7655" + }, + { + "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" + }, + { + "death_animation": "7925", + "name": "Honey badger", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "melee_animation": "7928", + "strength_level": "1", + "id": "6845", + "range_level": "1", + "respawn_delay": "0", + "attack_level": "1", + "defence_animation": "7927" + }, + { + "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", + "magic_level": "60", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8113", + "name": "Granite lobster", + "defence_level": "60", + "safespot": null, + "lifepoints": "105", + "strength_level": "60", + "id": "6850", + "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": "1", + "melee_animation": "8024", + "magic_level": "31", + "respawn_delay": "0", + "defence_animation": "8023", + "death_animation": "8025", + "name": "Bronze minotaur", + "defence_level": "31", + "safespot": null, + "lifepoints": "15", + "strength_level": "1", + "id": "6853", + "bonuses": "15,20,10,15,10,5,35,0,0,0,0,0,0,0,0", + "range_level": "31", + "attack_level": "31" + }, + { + "examine": "He's just a big bully.", + "combat_style": "1", + "melee_animation": "8024", + "range_animation": "0", + "magic_level": "15", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8025", + "name": "Bronze minotaur", + "defence_level": "15", + "safespot": null, + "lifepoints": "51", + "strength_level": "15", + "id": "6854", + "range_level": "15", + "attack_level": "15" + }, + { + "combat_style": "1", + "melee_animation": "8024", + "respawn_delay": "0", + "defence_animation": "8023", + "death_animation": "8025", + "name": "Iron minotaur", + "defence_level": "1", + "safespot": null, + "lifepoints": "24", + "strength_level": "1", + "id": "6855", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's just a big bully.", + "combat_style": "1", + "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": "65", + "strength_level": "25", + "id": "6856", + "range_level": "25", + "attack_level": "25" + }, + { + "examine": "He's just a big bully!", + "combat_style": "1", + "melee_animation": "8024", + "respawn_delay": "0", + "defence_animation": "8023", + "death_animation": "8025", + "name": "Steel minotaur", + "defence_level": "70", + "safespot": null, + "lifepoints": "44", + "strength_level": "30", + "id": "6857", + "bonuses": "40,30,30,30,30,50,30,60,60,60,20,80,40,20,0", + "range_level": "1", + "attack_level": "70" + }, + { + "examine": "He's just a big bully.", + "combat_style": "1", + "melee_animation": "8024", + "range_animation": "0", + "magic_level": "35", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8025", + "name": "Steel minotaur", + "defence_level": "35", + "safespot": null, + "lifepoints": "80", + "strength_level": "35", + "id": "6858", + "range_level": "35", + "attack_level": "35" + }, + { + "examine": "He's just a big bully", + "combat_style": "1", + "melee_animation": "8024", + "magic_level": "40", + "respawn_delay": "0", + "defence_animation": "8023", + "death_animation": "8025", + "name": "Mithril minotaur", + "defence_level": "40", + "safespot": null, + "lifepoints": "37", + "strength_level": "40", + "id": "6859", + "bonuses": "56,35,30,30,30,40,10,12,30,40,30,35,40,0,0", + "range_level": "40", + "attack_level": "40" + }, + { + "examine": "He's just a big bully.", + "combat_style": "1", + "melee_animation": "8024", + "range_animation": "0", + "magic_level": "45", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8025", + "name": "Mithril minotaur", + "defence_level": "45", + "safespot": null, + "lifepoints": "94", + "strength_level": "45", + "id": "6860", + "range_level": "45", + "attack_level": "45" + }, + { + "examine": "He's just a big bully.", + "combat_style": "1", + "melee_animation": "8024", + "magic_level": "55", + "respawn_delay": "0", + "defence_animation": "8023", + "death_animation": "8025", + "name": "Adamant minotaur", + "defence_level": "55", + "safespot": null, + "lifepoints": "43", + "strength_level": "1", + "id": "6861", + "bonuses": "40,50,40,45,35,20,50,36,30,40,15,18,30,10,0", + "range_level": "55", + "attack_level": "55" + }, + { + "examine": "He's just a big bully.", + "combat_style": "1", + "melee_animation": "8024", + "range_animation": "0", + "magic_level": "55", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8025", + "name": "Adamant minotaur", + "defence_level": "55", + "safespot": null, + "lifepoints": "108", + "strength_level": "55", + "id": "6862", + "range_level": "55", + "attack_level": "55" + }, + { + "examine": "He's just a big bully.", + "melee_animation": "8024", + "magic_level": "65", + "respawn_delay": "0", + "defence_animation": "8023", + "death_animation": "8025", + "name": "Rune minotaur", + "defence_level": "65", + "safespot": null, + "lifepoints": "57", + "strength_level": "65", + "id": "6863", + "bonuses": "50,40,40,56,40,30,50,30,60,30,40,30,50,40,40", + "range_level": "65", + "attack_level": "65" + }, + { + "examine": "He's just a big bully.", + "melee_animation": "8024", + "magic_level": "65", + "respawn_delay": "0", + "defence_animation": "8023", + "slayer_exp": "0", + "death_animation": "8025", + "name": "Rune minotaur", + "defence_level": "65", + "safespot": null, + "lifepoints": "57", + "strength_level": "65", + "id": "6864", + "bonuses": "50,40,40,56,40,30,50,30,60,30,40,30,50,40,40", + "range_level": "65", + "attack_level": "65" + }, + { + "death_animation": "7818", + "name": "Smoke devil", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "melee_animation": "7816", + "strength_level": "1", + "id": "6865", + "range_level": "1", + "respawn_delay": "0", + "attack_level": "1", + "defence_animation": "7817" + }, + { + "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", + "range_level": "55", + "attack_level": "55" + }, + { + "death_animation": "7897", + "name": "Bull ant", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "melee_animation": "7896", + "strength_level": "1", + "id": "6867", + "range_level": "1", + "respawn_delay": "0", + "attack_level": "1", + "defence_animation": "7900" + }, + { + "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", + "range_level": "40", + "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", + "bonuses": "59,50,50,50,50,50,50,50,50,50,50,50,50,68,0", + "range_level": "95", + "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", + "bonuses": "59,50,50,50,50,50,50,50,50,50,50,50,50,68,0", + "range_level": "95", + "attack_level": "1" + }, + { + "melee_animation": "853", + "attack_speed": "5", + "respawn_delay": "0", + "defence_animation": "851", + "death_animation": "852", + "name": "Compost mound", + "defence_level": "1", + "safespot": null, + "lifepoints": "96", + "strength_level": "1", + "id": "6871", + "range_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": "6872", + "range_level": "28", + "attack_level": "28" + }, + { + "examine": "Bulk haulage never smelled so bad.", + "melee_animation": "5782", + "range_animation": "5782", + "attack_speed": "5", + "magic_level": "91", + "defence_animation": "5783", + "magic_animation": "5782", + "death_animation": "5784", + "name": "Pack yak", + "defence_level": "121", + "poison_immune": "true", + "safespot": null, + "lifepoints": "710", + "strength_level": "104", + "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" + }, + { + "start_gfx": "1467", + "combat_style": "2", + "melee_animation": "7762", + "respawn_delay": "0", + "defence_animation": "7761", + "death_animation": "7763", + "name": "Spirit cockatrice", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6875", + "range_level": "1", + "projectile": "1468", + "attack_level": "1" + }, + { + "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", + "range_level": "43", + "projectile": "1468", + "attack_level": "43" + }, + { + "start_gfx": "1467", + "combat_style": "2", + "melee_animation": "7762", + "respawn_delay": "0", + "defence_animation": "7761", + "death_animation": "7763", + "name": "Spirit guthatrice", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6877", + "range_level": "1", + "projectile": "1468", + "attack_level": "1" + }, + { + "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", + "range_level": "43", + "projectile": "1468", + "attack_level": "43" + }, + { + "start_gfx": "1467", + "combat_style": "2", + "melee_animation": "7762", + "combat_audio": "703,705,704", + "respawn_delay": "0", + "defence_animation": "7761", + "death_animation": "7763", + "name": "Spirit saratrice", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6879", + "range_level": "1", + "projectile": "1468", + "attack_level": "1" + }, + { + "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", + "range_level": "43", + "projectile": "1468", + "attack_level": "43" + }, + { + "start_gfx": "1467", + "combat_style": "2", + "melee_animation": "7762", + "respawn_delay": "0", + "defence_animation": "7761", + "death_animation": "7763", + "name": "Spirit zamatrice", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6881", + "range_level": "1", + "projectile": "1468", + "attack_level": "1" + }, + { + "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", + "range_level": "43", + "projectile": "1468", + "attack_level": "43" + }, + { + "start_gfx": "1467", + "combat_style": "2", + "melee_animation": "7762", + "respawn_delay": "0", + "defence_animation": "7761", + "death_animation": "7763", + "name": "Spirit pengatrice", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6883", + "range_level": "1", + "projectile": "1468", + "attack_level": "1" + }, + { + "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", + "range_level": "43", + "projectile": "1468", + "attack_level": "43" + }, + { + "start_gfx": "1467", + "combat_style": "2", + "melee_animation": "7762", + "respawn_delay": "0", + "defence_animation": "7761", + "death_animation": "7763", + "name": "Spirit coraxatrice", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6885", + "range_level": "1", + "projectile": "1468", + "attack_level": "1" + }, + { + "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", + "range_level": "43", + "projectile": "1468", + "attack_level": "43" + }, + { + "start_gfx": "1467", + "combat_style": "2", + "melee_animation": "7762", + "respawn_delay": "0", + "defence_animation": "7761", + "death_animation": "7763", + "name": "Spirit vulatrice", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6887", + "range_level": "1", + "projectile": "1468", + "attack_level": "1" + }, + { + "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", + "range_level": "43", + "projectile": "1468", + "attack_level": "43" + }, + { + "examine": "The only creature with a mouth big enough to hold a cannonball.", + "melee_animation": "7260", + "magic_level": "55", + "respawn_delay": "0", + "defence_animation": "7257", + "death_animation": "7256", + "name": "Barker toad", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "55", + "id": "6889", + "range_level": "55", + "attack_level": "1" + }, + { + "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", + "range_level": "55", + "attack_level": "55" + }, + { + "examine": "He looks like the type of guy who would keep penguins.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Penguin keeper", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6891", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The lady of the pet shop.", + "melee_animation": "0", + "range_animation": "0", + "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.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Pet shop owner", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6893", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A dalmatian puppy.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Dalmatian", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6896", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A bulldog puppy.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "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": "408,410,409", + "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": "408,410,409", + "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": "408,410,409", + "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": "408,410,409", + "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", + "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", + "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", + "magic_level": "19", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "7185", + "name": "Druid", + "defence_level": "19", + "safespot": null, + "lifepoints": "27", + "strength_level": "14", + "id": "6972", + "range_level": "1", + "attack_level": "14" + }, + { + "examine": "A nature lover.", + "range_animation": "0", + "combat_audio": "511,513,512", + "magic_level": "19", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "7185", + "name": "Druid", + "defence_level": "19", + "safespot": null, + "lifepoints": "27", + "strength_level": "14", + "id": "6973", + "range_level": "1", + "attack_level": "14" + }, + { + "examine": "A nature lover.", + "range_animation": "0", + "combat_audio": "511,513,512", + "magic_level": "19", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "7185", + "name": "Druid", + "defence_level": "19", + "safespot": null, + "lifepoints": "27", + "strength_level": "14", + "id": "6974", + "range_level": "1", + "attack_level": "14" + }, + { + "examine": "A nature lover.", + "melee_animation": "7181", + "range_animation": "0", + "combat_audio": "511,513,512", + "magic_level": "19", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "7185", + "name": "Druid", + "defence_level": "19", + "safespot": null, + "lifepoints": "27", + "strength_level": "14", + "id": "6975", + "range_level": "1", + "attack_level": "14" + }, + { + "examine": "A nature lover.", + "melee_animation": "7182", + "range_animation": "0", + "combat_audio": "511,513,512", + "magic_level": "19", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "7185", + "name": "Druid", + "defence_level": "19", + "safespot": null, + "lifepoints": "27", + "strength_level": "14", + "id": "6976", + "range_level": "1", + "attack_level": "14" + }, + { + "examine": "A nature lover.", + "melee_animation": "7182", + "range_animation": "0", + "combat_audio": "511,513,512", + "magic_level": "19", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "7185", + "name": "Druid", + "defence_level": "19", + "safespot": null, + "lifepoints": "27", + "strength_level": "14", + "id": "6977", + "range_level": "1", + "attack_level": "14" + }, + { + "examine": "A nature lover.", + "melee_animation": "7182", + "range_animation": "0", + "combat_audio": "511,513,512", + "magic_level": "19", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "7185", + "name": "Druid", + "defence_level": "19", + "safespot": null, + "lifepoints": "27", + "strength_level": "14", + "id": "6978", + "range_level": "1", + "attack_level": "14" + }, + { + "melee_animation": "7182", + "combat_audio": "511,513,512", + "respawn_delay": "60", + "defence_animation": "7186", + "death_animation": "7185", + "name": "Druid", + "defence_level": "1", + "safespot": null, + "lifepoints": "30", + "strength_level": "1", + "id": "6979", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A nature lover.", + "melee_animation": "7182", + "range_animation": "0", + "combat_audio": "511,513,512", + "magic_level": "19", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "7185", + "name": "Druid", + "defence_level": "19", + "safespot": null, + "lifepoints": "27", + "strength_level": "14", + "id": "6980", + "range_level": "1", + "attack_level": "14" + }, + { + "examine": "A nature lover.", + "melee_animation": "7182", + "range_animation": "0", + "magic_level": "19", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "7185", + "name": "Druidess", + "defence_level": "19", + "safespot": null, + "lifepoints": "27", + "strength_level": "14", + "id": "6981", + "range_level": "1", + "attack_level": "14" + }, + { + "examine": "A nature lover.", + "melee_animation": "7181", + "range_animation": "0", + "magic_level": "19", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "7185", + "name": "Druidess", + "defence_level": "19", + "safespot": null, + "lifepoints": "27", + "strength_level": "14", + "id": "6982", + "range_level": "1", + "attack_level": "14" + }, + { + "examine": "A nature lover.", + "melee_animation": "7182", + "range_animation": "0", + "magic_level": "19", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "7185", + "name": "Druidess", + "defence_level": "19", + "safespot": null, + "lifepoints": "27", + "strength_level": "14", + "id": "6983", + "range_level": "1", + "attack_level": "14" + }, + { + "examine": "A nature lover.", + "melee_animation": "7181", + "range_animation": "0", + "magic_level": "19", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "7185", + "name": "Druidess", + "defence_level": "19", + "safespot": null, + "lifepoints": "27", + "strength_level": "14", + "id": "6984", + "range_level": "1", + "attack_level": "14" + }, + { + "examine": "A nature lover.", + "melee_animation": "7182", + "range_animation": "0", + "magic_level": "19", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "7185", + "name": "Druidess", + "defence_level": "19", + "safespot": null, + "lifepoints": "27", + "strength_level": "14", + "id": "6985", + "range_level": "1", + "attack_level": "14" + }, + { + "examine": "A nature lover.", + "melee_animation": "7182", + "range_animation": "0", + "magic_level": "19", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "7185", + "name": "Druidess", + "defence_level": "19", + "safespot": null, + "lifepoints": "27", + "strength_level": "14", + "id": "6986", + "range_level": "1", + "attack_level": "14" + }, + { + "examine": "A nature lover.", + "melee_animation": "7182", + "range_animation": "0", + "magic_level": "19", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "7185", + "name": "Druidess", + "defence_level": "19", + "safespot": null, + "lifepoints": "27", + "strength_level": "14", + "id": "6987", + "range_level": "1", + "attack_level": "14" + }, + { + "death_animation": "8570", + "name": "Spirit jelly", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "melee_animation": "8569", + "strength_level": "1", + "id": "6992", + "range_level": "1", + "respawn_delay": "0", + "attack_level": "1", + "defence_animation": "8571" + }, + { + "examine": "On Runescape", + "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" + }, + { + "combat_style": "1", + "melee_animation": "8519", + "respawn_delay": "0", + "defence_animation": "8518", + "death_animation": "8517", + "name": "Spirit kalphite", + "defence_level": "1", + "safespot": null, + "lifepoints": "77", + "strength_level": "1", + "id": "6994", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "defence_animation": "8592", + "magic_animation": "8594", + "death_animation": "8593", + "name": "Revenant dragon", + "defence_level": "1", + "safespot": null, + "lifepoints": "210", + "strength_level": "1", + "id": "6998", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Revenant dragon", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "408,410,409", + "strength_level": "1", + "id": "6999", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A very large elemental adversary.", + "slayer_task": "33", + "melee_animation": "4666", + "range_animation": "4666", + "combat_audio": "449,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.", + "slayer_task": "33", + "melee_animation": "4666", + "range_animation": "4666", + "combat_audio": "449,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.", + "slayer_task": "92", + "melee_animation": "6559", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "slayer_exp": "74", + "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" + }, + { + "examine": "An active spiny creature.", + "melee_animation": "0", + "range_animation": "0", + "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.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Grenwall", + "defence_level": "1", + "safespot": null, + "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", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Dug by a Pawya (Not actual exam).", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Earth Mound", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7013", + "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": "7014", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A most unlikely creature.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Platypus", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7021", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A most unlikely creature.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Baby platypus", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7024", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ogre snack with wings.", + "slayer_task": "7", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Wimpy bird", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7031", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A shy creature with a toxic bite.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Diseased kebbit", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7039", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Fit to wear the uniform?", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ogress banker", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7049", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "She walks as if she owns the place.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Chief Tess", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7051", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A fearsome adversary with no sense of humour.", + "slayer_task": "64", + "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", + "strength_level": "48", + "id": "7078", + "aggressive": "true", + "range_level": "1", + "attack_level": "48" + }, + { + "examine": "Irascible", + "slayer_task": "64", + "melee_animation": "8636", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "8640", + "name": "Ogress warrior", + "defence_level": "45", + "safespot": null, + "lifepoints": "64", + "strength_level": "45", + "id": "7079", + "aggressive": "true", + "range_level": "1", + "attack_level": "45" + }, + { + "examine": "Irascible", + "slayer_task": "64", + "melee_animation": "8637", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "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.", + "slayer_task": "64", + "melee_animation": "8636", + "range_animation": "0", + "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", + "id": "7081", + "aggressive": "true", + "range_level": "1", + "attack_level": "42" + }, + { + "examine": "A large and contentious lady ogre.", + "slayer_task": "64", + "melee_animation": "8637", + "range_animation": "0", + "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", + "id": "7082", + "aggressive": "true", + "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", + "strength_level": "51", + "id": "7084", + "aggressive": "true", + "range_level": "1", + "attack_level": "51" + }, + { + "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": "54", + "safespot": null, + "lifepoints": "142", + "strength_level": "54", + "id": "7085", + "aggressive": "true", + "range_level": "1", + "attack_level": "54" + }, + { + "examine": "Dead stone defending a dead throne room.", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "name": "Eucalyptus ent", + "defence_level": "57", + "safespot": null, + "lifepoints": "162", + "strength_level": "57", + "id": "7086", + "aggressive": "true", + "range_level": "1", + "attack_level": "57" + }, + { + "examine": "A crazy, evil druid.", + "start_gfx": "105", + "melee_animation": "422", + "range_animation": "422", + "attack_speed": "5", + "magic_level": "10", + "end_gfx": "107", + "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": "7105", + "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.", + "melee_animation": "386", + "range_animation": "0", + "magic_level": "1", + "defence_animation": "404", + "magic_animation": "0", + "death_animation": "9055", + "name": "Thug", + "defence_level": "9", + "safespot": null, + "lifepoints": "18", + "strength_level": "5", + "id": "7106", + "bonuses": "5,5,0,0,0,0,2,3,3,0,0,0,0,0,0", + "clue_level": "0", + "range_level": "1", + "attack_level": "7" + }, + { + "examine": "Low on brains.", + "melee_animation": "386", + "range_animation": "0", + "magic_level": "1", + "defence_animation": "404", + "magic_animation": "0", + "death_animation": "9055", + "name": "Thug", + "defence_level": "9", + "safespot": null, + "lifepoints": "18", + "strength_level": "5", + "id": "7107", + "bonuses": "5,5,0,0,0,0,2,3,3,0,0,0,0,0,0", + "clue_level": "0", + "range_level": "1", + "attack_level": "7" + }, + { + "examine": "Low on brains.", + "melee_animation": "386", + "range_animation": "0", + "magic_level": "1", + "defence_animation": "404", + "magic_animation": "0", + "death_animation": "9055", + "name": "Thug", + "defence_level": "9", + "safespot": null, + "lifepoints": "18", + "strength_level": "5", + "id": "7108", + "bonuses": "5,5,0,0,0,0,2,3,3,0,0,0,0,0,0", + "clue_level": "0", + "range_level": "1", + "attack_level": "7" + }, + { + "examine": "Low on brains.", + "melee_animation": "386", + "range_animation": "0", + "magic_level": "1", + "defence_animation": "404", + "magic_animation": "0", + "death_animation": "9055", + "name": "Thug", + "defence_level": "9", + "safespot": null, + "lifepoints": "18", + "strength_level": "5", + "id": "7109", + "bonuses": "5,5,0,0,0,0,2,3,3,0,0,0,0,0,0", + "clue_level": "0", + "range_level": "1", + "attack_level": "7" + }, + { + "examine": "Low on brains.", + "melee_animation": "386", + "range_animation": "0", + "magic_level": "1", + "defence_animation": "404", + "magic_animation": "0", + "death_animation": "9055", + "name": "Thug", + "defence_level": "9", + "safespot": null, + "lifepoints": "18", + "strength_level": "5", + "id": "7110", + "bonuses": "5,5,0,0,0,0,2,3,3,0,0,0,0,0,0", + "clue_level": "0", + "range_level": "1", + "attack_level": "7" + }, + { + "examine": "Low on brains.", + "melee_animation": "386", + "range_animation": "0", + "magic_level": "1", + "defence_animation": "404", + "magic_animation": "0", + "death_animation": "9055", + "name": "Thug", + "defence_level": "9", + "safespot": null, + "lifepoints": "18", + "strength_level": "5", + "id": "7111", + "bonuses": "5,5,0,0,0,0,2,3,3,0,0,0,0,0,0", + "clue_level": "0", + "range_level": "1", + "attack_level": "7" + }, + { + "examine": "Low on brains.", + "melee_animation": "386", + "range_animation": "0", + "magic_level": "1", + "defence_animation": "404", + "magic_animation": "0", + "death_animation": "9055", + "name": "Thug", + "defence_level": "9", + "safespot": null, + "lifepoints": "18", + "strength_level": "5", + "id": "7112", + "bonuses": "5,5,0,0,0,0,2,3,3,0,0,0,0,0,0", + "clue_level": "0", + "range_level": "1", + "attack_level": "7" + }, + { + "examine": "Low on brains.", + "melee_animation": "386", + "range_animation": "0", + "magic_level": "1", + "defence_animation": "404", + "magic_animation": "0", + "death_animation": "9055", + "name": "Thug", + "defence_level": "9", + "safespot": null, + "lifepoints": "18", + "strength_level": "5", + "id": "7113", + "bonuses": "5,5,0,0,0,0,2,3,3,0,0,0,0,0,0", + "clue_level": "0", + "range_level": "1", + "attack_level": "7" + }, + { + "examine": "Low on brains.", + "melee_animation": "386", + "range_animation": "0", + "magic_level": "1", + "defence_animation": "404", + "magic_animation": "0", + "death_animation": "9055", + "name": "Thug", + "defence_level": "9", + "safespot": null, + "lifepoints": "18", + "strength_level": "5", + "id": "7114", + "bonuses": "5,5,0,0,0,0,2,3,3,0,0,0,0,0,0", + "clue_level": "0", + "range_level": "1", + "attack_level": "7" + }, + { + "examine": "He seems to be enjoying his time in the bar.", + "melee_animation": "0", + "range_animation": "0", + "magic_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Thaki the delivery dwarf", + "defence_level": "1", + "safespot": null, + "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" + }, + { + "examine": "One of King Tyras's men.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Tyras guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7120", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A hungry-looking rabbit.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Rabbit", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7125", + "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": "7128", + "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": "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": "7130", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The head farmer", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Farmer Blinkin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7131", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Owner of this homestead.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mrs. Winkin", + "defence_level": "1", + "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", + "attack_speed": "6", + "respawn_delay": "60", + "defence_animation": "8755", + "death_animation": "8756", + "name": "Bork", + "defence_level": "80", + "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": "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": "2354", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "She can look after my money.", + "combat_style": "2", + "melee_animation": "0", + "range_animation": "0", + "respawn_delay": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Banker", + "defence_level": "1", + "safespot": null, + "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.", + "slayer_task": "31", + "melee_animation": "428", + "range_animation": "0", + "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", + "clue_level": "2", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "I don't wanna be at the wrong end of that pike.", + "slayer_task": "31", + "melee_animation": "428", + "range_animation": "0", + "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", + "clue_level": "2", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "He looks pretty handy with that bow.", + "slayer_task": "31", + "start_gfx": "250", + "combat_style": "1", + "melee_animation": "428", + "range_animation": "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", + "clue_level": "2", + "range_level": "64", + "projectile": "249", + "attack_level": "1" + }, + { + "examine": "He looks pretty handy with that bow.", + "slayer_task": "31", + "start_gfx": "250", + "combat_style": "1", + "melee_animation": "428", + "range_animation": "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", + "clue_level": "2", + "range_level": "64", + "projectile": "249", + "attack_level": "1" + }, + { + "examine": "A Mourner showing his true identity.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Head mourner", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2372", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A Mourner", + "slayer_task": "31", + "melee_animation": "428", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Mourner", + "defence_level": "61", + "safespot": null, + "lifepoints": "87", + "strength_level": "61", + "id": "2373", + "aggressive": "true", + "range_level": "1", + "attack_level": "61" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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": "16", + "name": "Chaos dwarf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2423", + "range_level": "1", + "attack_level": "1" + }, + { + "death_animation": "9230", + "name": "Jarvald", + "defence_level": "10", + "safespot": null, + "lifepoints": "10", + "melee_animation": "9232", + "strength_level": "10", + "id": "2436", + "range_level": "1", + "attack_level": "10", + "defence_animation": "9231" + }, + { + "examine": "Looks like a wanna be Fremennik.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Askeladden", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2439", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "This support is propping the door closed.", + "melee_animation": "0", + "range_animation": "0", + "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", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "1314", + "name": "Giant Rock Crab", + "defence_level": "68", + "safespot": null, + "lifepoints": "97", + "strength_level": "68", + "id": "2452", + "aggressive": "true", + "range_level": "1", + "attack_level": "68" + }, + { + "examine": "Heavy rock!", + "melee_animation": "0", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Boulder", + "defence_level": "1", + "safespot": null, + "lifepoints": "240", + "strength_level": "1", + "id": "2453", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A teeny-tiny horror from the ocean depths...", + "slayer_task": "24", + "melee_animation": "1341", + "range_animation": "0", + "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", + "id": "2454", + "aggressive": "true", + "range_level": "1", + "attack_level": "47" + }, + { + "examine": "A spiny horror from the ocean depths...", + "melee_animation": "1343", + "attack_speed": "6", + "respawn_delay": "60", + "defence_animation": "1340", + "slayer_exp": "100", + "death_animation": "1342", + "name": "Dagannoth", + "defence_level": "60", + "safespot": null, + "lifepoints": "95", + "strength_level": "90", + "id": "2455", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "projectile": "294", + "attack_level": "90" + }, + { + "examine": "It's an NPC.", + "combat_style": "1", + "melee_animation": "1343", + "respawn_delay": "60", + "defence_animation": "1340", + "slayer_exp": "0", + "death_animation": "1342", + "name": "Dagannoth", + "defence_level": "60", + "safespot": null, + "lifepoints": "70", + "strength_level": "90", + "id": "2456", + "aggressive": "true", + "clue_level": "1", + "range_level": "90", + "projectile": "294", + "attack_level": "90" + }, + { + "examine": "A fearsome magical creature from the deep.", + "combat_style": "2", + "melee_animation": "2365", + "attack_speed": "6", + "spell_id": "48", + "magic_level": "100", + "respawn_delay": "60", + "defence_animation": "2366", + "magic_animation": "2365", + "death_animation": "2367", + "name": "Wallasalki", + "defence_level": "80", + "safespot": null, + "lifepoints": "120", + "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 fowl beast.", + "combat_style": "2", + "melee_animation": "2302", + "range_animation": "2302", + "combat_audio": "355,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, + "lifepoints": "19", + "strength_level": "5", + "id": "2463", + "aggressive": "true", + "bonuses": "25,85,105,75,103,85,65,0,0,0,0,0,0,0,0", + "range_level": "5", + "projectile": "337", + "attack_level": "5" + }, + { + "examine": "A fowl beast.", + "combat_style": "2", + "melee_animation": "2302", + "range_animation": "2302", + "combat_audio": "355,357,356", + "magic_level": "10", + "respawn_delay": "25", + "defence_animation": "2300", + "magic_animation": "2302", + "death_animation": "2301", + "name": "Evil Chicken", + "defence_level": "40", + "safespot": null, + "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": "355,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": "355,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": "355,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": "355,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", + "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", + "id": "2476", + "bonuses": "30,20,10,20,20,30,30,10,20,10,30,30,20,30,20", + "range_level": "20", + "attack_level": "8" + }, + { + "examine": "Apparently a master of quizzes!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "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", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Evil Bob", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2479", + "range_level": "1", + "attack_level": "1" + }, + { + "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" + }, + { + "examine": "Annoying flappy thing.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "slayer_exp": "8", + "magic_animation": "0", + "death_animation": "0", + "name": "Giant bat", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2482", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A slithering serpent that likes to hide in the bush.", + "melee_animation": "275", + "range_animation": "0", + "combat_audio": "3609,3608,3610", + "poisonous": "true", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "1", + "poison_amount": "11", + "magic_animation": "0", + "death_animation": "278", + "name": "Bush snake", + "defence_level": "61", + "safespot": null, + "lifepoints": "87", + "strength_level": "1", + "id": "2489", + "aggressive": "true", + "range_level": "61", + "attack_level": "1" + }, + { + "melee_animation": "275", + "combat_audio": "3609,3608,3610", + "poisonous": "true", + "respawn_delay": "60", + "defence_animation": "276", + "poison_amount": "11", + "death_animation": "278", + "name": "Bush snake", + "defence_level": "1", + "safespot": null, + "lifepoints": "25", + "strength_level": "1", + "id": "2490", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "name": "Tribesman", + "defence_level": "1", + "safespot": null, + "lifepoints": "40", + "strength_level": "1", + "id": "2496", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A vicious warrior.", + "melee_animation": "428", + "range_animation": "0", + "poisonous": "true", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Tribesman", + "defence_level": "45", + "safespot": null, + "lifepoints": "64", + "strength_level": "45", + "id": "2497", + "clue_level": "1", + "range_level": "1", + "attack_level": "45" + }, + { + "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": "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" + }, + { + "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": "5", + "magic_level": "20", + "end_gfx": "107", + "defence_animation": "404", + "weakness": "3", + "magic_animation": "422", + "death_animation": "9055", + "name": "Chaos druid", + "defence_level": "10", + "safespot": null, + "lifepoints": "20", + "strength_level": "20", + "id": "2547", + "range_level": "10", + "projectile": "106", + "attack_level": "20" + }, + { + "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" + }, + { + "death_animation": "836", + "name": "Market Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "23", + "melee_animation": "400", + "strength_level": "1", + "id": "2571", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "examine": "He's guarding the bank.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "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": "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": "10", + "safespot": null, + "lifepoints": "14", + "strength_level": "10", + "id": "2674", + "range_level": "1", + "attack_level": "10" + }, + { + "name": "Man", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "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", + "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", + "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", + "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": "2679", + "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": "2680", + "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": "2681", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A popular dwarven delicacy.", + "melee_animation": "2705", + "range_animation": "2705", + "combat_audio": "3102,3104,3103", + "attack_speed": "5", + "defence_animation": "2706", + "magic_animation": "2705", + "death_animation": "2707", + "name": "Rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "2", + "strength_level": "1", + "id": "2682", + "range_level": "1", + "attack_level": "1" + }, + { + "death_animation": "836", + "name": "Hengel", + "defence_level": "1", + "safespot": null, + "lifepoints": "7", + "melee_animation": "422", + "strength_level": "1", + "id": "2683", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "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": "24", + "safespot": null, + "lifepoints": "29", + "strength_level": "24", + "id": "2685", + "aggressive": "true", + "range_level": "1", + "attack_level": "22" + }, + { + "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": "24", + "safespot": null, + "lifepoints": "29", + "strength_level": "24", + "id": "2686", + "aggressive": "true", + "range_level": "1", + "attack_level": "22" + }, + { + "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": "24", + "safespot": null, + "lifepoints": "29", + "strength_level": "24", + "id": "2687", + "aggressive": "true", + "range_level": "1", + "attack_level": "22" + }, + { + "examine": "An ugly smelly creature, with a spear.", + "melee_animation": "163", + "range_animation": "163", + "combat_audio": "469,472,471", + "attack_speed": "6", + "defence_animation": "165", + "magic_animation": "163", + "death_animation": "167", + "name": "Hobgoblin", + "defence_level": "24", + "safespot": null, + "lifepoints": "29", + "strength_level": "24", + "id": "2688", + "aggressive": "true", + "range_level": "1", + "attack_level": "22" + }, + { + "examine": "Didn't the mage say this procedure was totally safe?", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Frog", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2689", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A salty seafarer. Needs a wash.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Jack Seagull", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2690", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A strange man with a strange name. Probably a strange past", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Longbow Ben", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2691", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "She quackers.", + "slayer_task": "7", + "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", + "safespot": null, + "lifepoints": "1", + "strength_level": "1", + "id": "2693", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Mini quackers.", + "slayer_task": "7", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "3468", + "name": "Duckling", + "defence_level": "1", + "safespot": null, + "lifepoints": "1", + "strength_level": "1", + "id": "2694", + "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": "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": "6", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "836", + "name": "Black knight", + "defence_level": "24", + "safespot": null, + "lifepoints": "34", + "strength_level": "24", + "id": "2698", + "aggressive": "true", + "range_level": "1", + "attack_level": "24" + }, + { + "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", + "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", + "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", + "id": "2710", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "His hands are covered in mud. At least", + "start_gfx": "96", + "combat_style": "2", + "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", + "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", + "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" + }, + { + "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" + }, + { + "slayer_exp": "25", + "name": "Ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "2716", + "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" + }, + { + "examine": "She'll store my items for me.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Betty", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2718", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A wise barbarian", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Otto Godblessed", + "defence_level": "1", + "safespot": null, + "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", + "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": "2729", + "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": "2731", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He works in 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": "2732", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He wanders around the Crafting Guild pretending to be working.", + "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": "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", + "aggressive": "true", + "bonuses": "150,22,22,22,22,11,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "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", + "aggressive": "true", + "bonuses": "150,22,22,22,22,11,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "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", + "aggressive": "true", + "bonuses": "80,45,45,45,45,22,0,0,0,0,0,0,0,0,0", + "range_level": "20", + "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", + "aggressive": "true", + "bonuses": "80,45,45,45,45,22,0,0,0,0,0,0,0,0,0", + "range_level": "20", + "attack_level": "60" + }, + { + "examine": "Looks like living lava...", + "melee_animation": "9233", + "range_animation": "9233", + "attack_speed": "5", + "defence_animation": "9235", + "magic_animation": "9233", + "death_animation": "9234", + "name": "Tz-Kek", + "defence_level": "11", + "safespot": null, + "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", + "bonuses": "80,90,86,90,90,90,45,55,26,55,0,0,0,0,0", + "range_level": "80", + "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", + "bonuses": "80,90,86,90,90,90,45,55,26,55,0,0,0,0,0", + "range_level": "80", + "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", + "aggressive": "true", + "bonuses": "100,180,180,180,180,90,97,0,0,0,0,0,0,0,0", + "range_level": "1", + "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", + "aggressive": "true", + "bonuses": "100,180,180,180,180,90,97,0,0,0,0,0,0,0,0", + "range_level": "1", + "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", + "bonuses": "180,180,280,280,280,250,140,152,131,0,0,0,0,0,0", + "range_level": "1", + "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", + "bonuses": "180,180,280,280,280,250,140,152,131,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "150" + }, + { + "agg_radius": "64", + "examine": "This is going to hurt...", + "melee_animation": "9277", + "range_animation": "9277", + "attack_speed": "8", + "magic_level": "2400", + "defence_animation": "9278", + "weakness": "10", + "slayer_exp": "0", + "magic_animation": "9277", + "death_animation": "9279", + "name": "TzTok-Jad", + "defence_level": "700", + "safespot": null, + "lifepoints": "250", + "strength_level": "1600", + "id": "2745", + "aggressive": "true", + "bonuses": "0,0,0,60,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1600", + "attack_level": "700" + }, + { + "examine": "Mini Menace.", + "melee_animation": "9252", + "range_animation": "9252", + "attack_speed": "5", + "defence_animation": "9253", + "magic_animation": "9252", + "death_animation": "9257", + "name": "Yt-HurKot", + "defence_level": "75", + "safespot": null, + "lifepoints": "40", + "strength_level": "75", + "id": "2746", + "aggressive": "true", + "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", + "defence_animation": "0", + "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", + "defence_animation": "0", + "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", + "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", + "id": "2782", + "aggressive": "true", + "range_level": "1", + "attack_level": "68" + }, + { + "examine": "From a darker dimension.", + "slayer_task": "25", + "melee_animation": "2731", + "range_animation": "2731", + "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", + "strength_level": "160", + "id": "2783", + "aggressive": "true", + "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": "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": "2785", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Digging.", + "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": "2786", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Confused.", + "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": "2787", + "range_level": "1", + "attack_level": "1" + }, + { + "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": "An angry Ogre in a funny hat.", + "melee_animation": "359", + "range_animation": "359", + "attack_speed": "6", + "defence_animation": "360", + "magic_animation": "359", + "death_animation": "361", + "name": "Ogre", + "defence_level": "30", + "safespot": null, + "lifepoints": "48", + "strength_level": "30", + "id": "2801", + "aggressive": "true", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "They just call him 'Coach'.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gnome Coach", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2802", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A cold-blooded creature, partial to warmth.", + "slayer_task": "26", + "melee_animation": "2776", + "range_animation": "2776", + "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", + "id": "2803", + "aggressive": "true", + "range_level": "55", + "attack_level": "1" + }, + { + "examine": "A cold-blooded creature, partial to warmth.", + "slayer_task": "26", + "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", + "aggressive": "true", + "range_level": "45", + "attack_level": "1" + }, + { + "examine": "A cold-blooded creature, partial to warmth.", + "slayer_task": "26", + "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", + "aggressive": "true", + "range_level": "45", + "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", + "aggressive": "true", + "range_level": "45", + "attack_level": "1" + }, + { + "examine": "A cold-blooded creature, partial to warmth.", + "slayer_task": "26", + "melee_animation": "2776", + "range_animation": "2776", + "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", + "id": "2807", + "range_level": "15", + "attack_level": "1" + }, + { + "examine": "A cold-blooded creature, partial to warmth.", + "slayer_task": "26", + "melee_animation": "2776", + "range_animation": "2776", + "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", + "id": "2808", + "aggressive": "true", + "range_level": "15", + "attack_level": "1" + }, + { + "examine": "A camel who has the soul of a poet.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Al the Camel", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2809", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A camel whose love is unrequited.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Elly the Camel", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2810", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A camel who wants to fly some day.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ollie the Camel", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2811", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A camel who likes to rest.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cam the Camel", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2812", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A camel who wants to see the world.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Neferti the Camel", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2815", + "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": "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" + }, + { + "examine": "A shabby-looking leader.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Captain Braindeath", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2827", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Most of an angry", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "50% Luke", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2828", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "I wonder if it was all the 'rum' that pickled him.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Captain Donnie", + "defence_level": "1", + "safespot": null, + "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", + "aggressive": "true", + "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": "2832", + "aggressive": "true", + "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": "2833", + "aggressive": "true", + "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": "2834", + "aggressive": "true", + "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": "2835", + "aggressive": "true", + "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": "2836", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An undead sea scoundrel.", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "36" + }, + { + "examine": "An undead sea scoundrel.", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "36" + }, + { + "examine": "An undead sea scoundrel.", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "36" + }, + { + "examine": "An undead sea scoundrel.", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "36" + }, + { + "examine": "An undead sea scoundrel.", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "36" + }, + { + "examine": "An undead sea scoundrel.", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "36" + }, + { + "examine": "He talks a good fight.", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "34" + }, + { + "examine": "He talks a good fight.", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "34" + }, + { + "examine": "He talks a good fight.", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "34" + }, + { + "examine": "He talks a good fight.", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "34" + }, + { + "examine": "He talks a good fight.", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "34" + }, + { + "examine": "He talks a good fight.", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "34" + }, + { + "examine": "The pun was intended.", + "melee_animation": "2804", + "range_animation": "0", + "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", + "id": "2849", + "aggressive": "true", + "range_level": "40", + "attack_level": "40" + }, + { + "examine": "A bunch of legs, eyes and teeth.", + "slayer_task": "76", + "melee_animation": "5319", + "range_animation": "0", + "combat_audio": "537,539,538", + "attack_speed": "4", + "respawn_delay": "60", + "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", + "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", + "range_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", + "range_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", + "range_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", + "range_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", + "range_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", + "range_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", + "range_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", + "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": "2863", + "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": "2866", + "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": "2869", + "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": "2878", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A knee-high horror from the ocean depths...", + "slayer_task": "24", + "melee_animation": "1579", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "1581", + "name": "Dagannoth fledgeling", + "defence_level": "52", + "safespot": null, + "lifepoints": "74", + "strength_level": "52", + "id": "2880", + "aggressive": "true", + "range_level": "1", + "attack_level": "52" + }, + { + "agg_radius": "8", + "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", + "range_level": "255", + "projectile": "475", + "attack_level": "255" + }, + { + "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, + "lifepoints": "300", + "strength_level": "1", + "id": "7134", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Aww, aren't they the cutest li - Argh!", + "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", + "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", + "attack_level": "68" + }, + { + "examine": "A powerful wizard.", + "combat_style": "2", + "attack_speed": "25", + "magic_level": "90", + "spell_id": "11", + "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", + "aggressive": "true", + "range_level": "1", + "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", + "aggressive": "true", + "range_level": "1", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "84" + }, + { + "examine": "He seems to have gone mad.", + "melee_animation": "426", + "range_animation": "426", + "magic_level": "25", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "death_animation": "836", + "name": "null", + "defence_level": "25", + "safespot": null, + "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" + }, + { + "agg_radius": "8", + "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", + "range_level": "1", + "attack_level": "255" + }, + { + "agg_radius": "8", + "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", + "range_level": "255", + "attack_level": "255" + }, + { + "examine": "A fearsome magical creature from the deep.", + "combat_style": "2", + "melee_animation": "2365", + "attack_speed": "6", + "spell_id": "48", + "magic_level": "100", + "respawn_delay": "60", + "defence_animation": "2366", + "magic_animation": "2365", + "death_animation": "2367", + "name": "Wallasalki", + "defence_level": "80", + "safespot": null, + "lifepoints": "120", + "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" + }, + { + "melee_animation": "1312", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "1313", + "death_animation": "1314", + "name": "Giant Rock Crab", + "defence_level": "1", + "safespot": null, + "lifepoints": "240", + "strength_level": "1", + "id": "2885", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "attack_speed": "2", + "defence_animation": "2861", + "weakness": "7", + "magic_animation": "2860", + "death_animation": "2862", + "name": "Rock lobster", + "defence_level": "100", + "safespot": null, + "lifepoints": "150", + "strength_level": "100", + "id": "2889", + "range_level": "1", + "bonuses": "0,0,0,0,0,100,100,50,50,150,0,0,0,0,0", + "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", + "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", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "The Beast", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2941", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Lovely", + "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", + "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" + }, + { + "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", + "melee_animation": "0", + "range_animation": "0", + "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": "1" + }, + { + "examine": "A fully grown feline.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mittens", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2988", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Cute and fluffy.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Topsy", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2990", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A friendly feline?", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gertrude's cat", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2997", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Very well to do. I wonder what he's doing here.", + "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": "2998", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Rich.", + "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": "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", + "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": "3003", + "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": "3004", + "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": "3005", + "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": "3006", + "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": "3007", + "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": "3008", + "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": "3009", + "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": "3010", + "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": "3011", + "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": "3012", + "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": "3013", + "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": "3014", + "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": "3015", + "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": "3016", + "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": "3017", + "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": "3018", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks after your Farming tools.", + "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": "3021", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Phenomenal cosmic powers", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Genie", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3022", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "defence_level": "55", + "safespot": null, + "lifepoints": "78", + "strength_level": "55", + "id": "3026", + "aggressive": "true", + "range_level": "1", + "attack_level": "55" + }, + { + "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", + "defence_level": "55", + "safespot": null, + "lifepoints": "78", + "strength_level": "55", + "id": "3027", + "aggressive": "true", + "range_level": "1", + "attack_level": "55" + }, + { + "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", + "defence_level": "55", + "safespot": null, + "lifepoints": "78", + "strength_level": "55", + "id": "3028", + "aggressive": "true", + "range_level": "1", + "attack_level": "55" + }, + { + "examine": "The oldest man in Nardah.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "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", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "2946", + "name": "Earth Warrior Champion", + "defence_level": "51", + "safespot": null, + "lifepoints": "72", + "strength_level": "51", + "id": "3057", + "aggressive": "true", + "range_level": "1", + "attack_level": "51" + }, + { + "examine": "Champion of the giants.", + "melee_animation": "6368", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "slayer_exp": "35", + "magic_animation": "0", + "death_animation": "6369", + "name": "Giant Champion", + "defence_level": "28", + "safespot": null, + "lifepoints": "40", + "strength_level": "28", + "id": "3058", + "aggressive": "true", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "Champion of the ghouls.", + "melee_animation": "422", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "slayer_exp": "50", + "magic_animation": "0", + "death_animation": "836", + "name": "Ghoul Champion", + "defence_level": "43", + "safespot": null, + "lifepoints": "61", + "strength_level": "43", + "id": "3059", + "aggressive": "true", + "range_level": "43", + "attack_level": "43" + }, + { + "examine": "Champion of the goblins.", + "melee_animation": "6188", + "range_animation": "0", + "combat_audio": "469,472,471", + "magic_level": "12", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "6190", + "name": "Goblin Champion", + "defence_level": "12", + "safespot": null, + "lifepoints": "17", + "strength_level": "6", + "id": "3060", + "range_level": "1", + "attack_level": "6" + }, + { + "examine": "Champion of the hobgoblins.", + "combat_style": "1", + "range_animation": "0", + "combat_audio": "469,472,471", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "0", + "magic_animation": "0", + "death_animation": "2958", + "name": "Hobgoblin Champion", + "defence_level": "28", + "safespot": null, + "lifepoints": "40", + "strength_level": "14", + "id": "3061", + "aggressive": "true", + "range_level": "28", + "attack_level": "14" + }, + { + "examine": "Champion of the imps.", + "melee_animation": "5285", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "172", + "name": "Imp Champion", + "defence_level": "7", + "safespot": null, + "lifepoints": "10", + "strength_level": "7", + "id": "3062", + "aggressive": "true", + "range_level": "7", + "attack_level": "7" + }, + { + "examine": "Champion of the jogres.", + "melee_animation": "2100", + "range_animation": "0", + "poisonous": "true", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "8576", + "name": "Jogre Champion", + "defence_level": "54", + "safespot": null, + "lifepoints": "77", + "strength_level": "54", + "id": "3063", + "aggressive": "true", + "range_level": "1", + "attack_level": "54" + }, + { + "examine": "Champion of the lesser demons.", + "melee_animation": "64", + "range_animation": "0", + "combat_audio": "400,404,403", + "magic_level": "81", + "respawn_delay": "60", + "defence_animation": "65", + "weakness": "5", + "slayer_exp": "79", + "magic_animation": "0", + "death_animation": "67", + "name": "Lesser Demon Champion", + "defence_level": "81", + "safespot": null, + "lifepoints": "115", + "strength_level": "1", + "id": "3064", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Champion of the skeletons.", + "combat_style": "1", + "melee_animation": "5512", + "range_animation": "0", + "combat_audio": "774,775,777", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "2", + "magic_animation": "0", + "death_animation": "5514", + "name": "Skeleton Champion", + "defence_level": "20", + "safespot": null, + "lifepoints": "28", + "strength_level": "10", + "id": "3065", + "aggressive": "true", + "range_level": "20", + "attack_level": "10" + }, + { + "examine": "Champion of the zombies.", + "melee_animation": "5581", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "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.", + "slayer_task": "95", + "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", + "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.", + "slayer_task": "95", + "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", + "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 household pest.", + "melee_animation": "8785", + "range_animation": "0", + "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", + "id": "7158", + "range_level": "1", + "attack_level": "3" + }, + { + "examine": "Eurgh! A big bug.", + "melee_animation": "8787", + "range_animation": "0", + "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", + "id": "7159", + "range_level": "1", + "attack_level": "22" + }, + { + "examine": "Euww! A giant bug.", + "melee_animation": "8786", + "range_animation": "0", + "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", + "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", + "aggressive": "true", + "range_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", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "safespot": null, + "lifepoints": "5", + "strength_level": "1", + "id": "7202", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "safespot": null, + "lifepoints": "5", + "strength_level": "1", + "id": "7204", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7206", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It's searching for crumbs of chocolate.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Spider", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7207", + "range_level": "1", + "attack_level": "1" + }, + { + "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": "Snail", + "defence_level": "1", + "safespot": null, + "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", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", + "id": "7211", + "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": "7212", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", + "id": "7213", + "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": "7214", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", + "id": "7215", + "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": "7216", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", + "id": "7217", + "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": "7218", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", + "id": "7219", + "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": "7220", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", + "id": "7221", + "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": "7222", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", + "id": "7223", + "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": "7224", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", + "id": "7225", + "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": "7226", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", + "id": "7227", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It's a tiny", + "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", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It's a tiny", + "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", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It's a tiny", + "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", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It's a tiny", + "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", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It's a tiny", + "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", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It's a tiny", + "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", + "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": "7234", + "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": "7235", + "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": "7236", + "range_level": "1", + "attack_level": "1" + }, + { + "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": "7275", + "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": "7285", + "range_level": "1", + "attack_level": "1" + }, + { + "combat_style": "1", + "melee_animation": "8222", + "magic_level": "70", + "respawn_delay": "0", + "defence_animation": "8224", + "death_animation": "8226", + "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": "1", + "melee_animation": "8222", + "range_animation": "0", + "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", + "id": "7330", + "bonuses": "60,60,60,60,50,50,100,200,200,28,100,100,70,70,70", + "range_level": "65", + "attack_level": "60" + }, + { + "examine": "It buzzes and bites. Nasty.", + "melee_animation": "8032", + "range_animation": "8032", + "magic_level": "21", + "respawn_delay": "50", + "defence_animation": "8034", + "magic_animation": "8032", + "death_animation": "8033", + "name": "Spirit mosquito", + "defence_level": "25", + "poison_immune": "true", + "safespot": null, + "lifepoints": "43", + "strength_level": "24", + "id": "7331", + "bonuses": "45,49,42,39,47,46,29,43,51,16,53,10,0,0,0", + "range_level": "25", + "attack_level": "28" + }, + { + "examine": "It buzzes and bites. Nasty.", + "melee_animation": "8032", + "range_animation": "8032", + "magic_level": "21", + "respawn_delay": "50", + "defence_animation": "8034", + "weakness": "10", + "magic_animation": "8032", + "death_animation": "8033", + "name": "Spirit mosquito", + "defence_level": "25", + "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", + "death_animation": "8176", + "name": "Void spinner", + "defence_level": "34", + "safespot": null, + "lifepoints": "48", + "strength_level": "34", + "id": "7334", + "range_level": "34", + "attack_level": "34" + }, + { + "death_animation": "7864", + "name": "Forge regent", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "melee_animation": "7863", + "strength_level": "1", + "id": "7335", + "range_level": "1", + "respawn_delay": "0", + "attack_level": "1", + "defence_animation": "7865" + }, + { + "examine": "This one will burn right through the net!", + "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" + }, + { + "death_animation": "5230", + "name": "Spirit larupia", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "melee_animation": "5228", + "strength_level": "1", + "id": "7337", + "range_level": "1", + "respawn_delay": "0", + "attack_level": "1", + "defence_animation": "5227" + }, + { + "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.", + "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.", + "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" + }, + { + "combat_style": "1", + "melee_animation": "7980", + "respawn_delay": "0", + "defence_animation": "7981", + "death_animation": "7692", + "name": "Lava titan", + "defence_level": "1", + "safespot": null, + "lifepoints": "528", + "strength_level": "1", + "id": "7341", + "bonuses": "100,120,90,100,90,90,40,50,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Made of lava.", + "combat_style": "1", + "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!", + "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!", + "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" + }, + { + "death_animation": "5990", + "name": "Talon beast", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "melee_animation": "5989", + "strength_level": "1", + "id": "7347", + "range_level": "1", + "respawn_delay": "0", + "attack_level": "1", + "defence_animation": "5988" + }, + { + "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" + }, + { + "death_animation": "7979", + "name": "Abyssal titan", + "defence_level": "1", + "safespot": null, + "lifepoints": "667", + "melee_animation": "7693", + "strength_level": "1", + "id": "7349", + "range_level": "1", + "respawn_delay": "0", + "attack_level": "1", + "defence_animation": "7691" + }, + { + "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.", + "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" + }, + { + "death_animation": "7758", + "name": "Giant chinchompa", + "defence_level": "1", + "safespot": null, + "lifepoints": "1", + "melee_animation": "7755", + "strength_level": "1", + "id": "7353", + "range_level": "1", + "respawn_delay": "0", + "attack_level": "1", + "defence_animation": "7753" + }, + { + "examine": "Looks a little...volatile.", + "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!", + "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!", + "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" + }, + { + "combat_style": "1", + "melee_animation": "8257", + "attack_speed": "3", + "respawn_delay": "0", + "defence_animation": "8256", + "death_animation": "8258", + "name": "Spirit Tz-Kih", + "defence_level": "1", + "safespot": null, + "lifepoints": "62", + "strength_level": "1", + "id": "7361", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "This bat burned down the belfry.", + "combat_style": "1", + "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" + }, + { + "start_gfx": "1367", + "melee_animation": "5228", + "respawn_delay": "0", + "defence_animation": "5227", + "death_animation": "5230", + "name": "Spirit graahk", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7363", + "range_level": "1", + "attack_level": "1" + }, + { + "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" + }, + { + "start_gfx": "1365", + "melee_animation": "5228", + "respawn_delay": "0", + "defence_animation": "5227", + "death_animation": "5230", + "name": "Spirit kyatt", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7365", + "range_level": "1", + "attack_level": "1" + }, + { + "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": "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": "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" + }, + { + "death_animation": "7996", + "name": "Ravenous locust", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "melee_animation": "7994", + "strength_level": "1", + "id": "7374", + "range_level": "1", + "respawn_delay": "0", + "attack_level": "1", + "defence_animation": "7995" + }, + { + "examine": "He is an iron man!", + "combat_style": "1", + "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": "1", + "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": "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", + "magic_level": "25", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "name": "Elisabeta", + "defence_level": "25", + "safespot": null, + "lifepoints": "7", + "strength_level": "25", + "id": "7398", + "aggressive": "true", + "range_level": "25", + "attack_level": "25" + }, + { + "examine": "A popular dwarven delicacy.", + "melee_animation": "2705", + "range_animation": "2705", + "combat_audio": "3102,3104,3103", + "attack_speed": "5", + "defence_animation": "2706", + "magic_animation": "2705", + "death_animation": "2707", + "name": "Rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "2", + "strength_level": "1", + "id": "7417", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An impling manager: what a terrifying thought!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Wigglewoo", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7425", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "This worker looks after the incubator.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "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", + "strength_level": "1", + "id": "7438", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Elf warrior", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7439", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Elf warrior", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7440", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Elf warrior", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "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", + "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", + "id": "7443", + "aggressive": "true", + "range_level": "1", + "attack_level": "8" + }, + { + "name": "Fairtrade", + "defence_level": "1", + "safespot": null, + "lifepoints": "75", + "strength_level": "1", + "attack_speed": "5", + "id": "7459", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Teapotspout", + "defence_level": "1", + "safespot": null, + "lifepoints": "75", + "strength_level": "1", + "attack_speed": "5", + "id": "7460", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "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", + "safespot": null, + "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", + "bonuses": "20,20,20,20,20,20,20,20,20,20,20,20,45,20,0", + "range_level": "1", + "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", + "bonuses": "20,20,20,20,20,20,20,20,20,20,20,20,45,20,0", + "range_level": "1", + "attack_level": "99" + }, + { + "examine": "His usual sunny disposition is not in evidence.", + "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", + "attack_level": "30" + }, + { + "name": "Berrybree", + "defence_level": "1", + "safespot": null, + "lifepoints": "50", + "strength_level": "1", + "id": "7476", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Stuffstuffer", + "defence_level": "1", + "safespot": null, + "lifepoints": "50", + "strength_level": "1", + "id": "7477", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Learking", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "strength_level": "1", + "id": "7479", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Rachael", + "defence_level": "1", + "safespot": null, + "lifepoints": "70", + "strength_level": "1", + "id": "7480", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "examine": "You clearly can't live on treasure alone.", + "slayer_task": "75", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5491", + "name": "Cool Mom227", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", + "id": "7481", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "A testament to the effect of greed.", + "slayer_task": "75", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5491", + "name": "Purepker895", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", + "id": "7482", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "He wanted loot", + "slayer_task": "75", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5491", + "name": "Pkmaster0036", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", + "id": "7483", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "Eternally looking for that big payday.", + "slayer_task": "75", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5491", + "name": "Cow1337killr", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", + "id": "7484", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "No more tea-breaks for this one.", + "slayer_task": "75", + "range_animation": "0", + "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.", + "slayer_task": "75", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5491", + "name": "Mathdude", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", + "id": "7486", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "An anatomist's dream.", + "slayer_task": "75", + "range_animation": "0", + "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.", + "slayer_task": "75", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5491", + "name": "1337sp34kr", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", + "id": "7488", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "A desert dweller taken to banditry.", + "melee_animation": "9705", + "range_animation": "0", + "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.", + "melee_animation": "9715", + "range_animation": "0", + "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": "7493", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "He hasn't found much of use", + "melee_animation": "9705", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Sue Spammers", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", + "id": "7494", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "An amateur historian with added greed.", + "melee_animation": "9715", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Killerwail", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", + "id": "7495", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "It all started with her love of genealogy.", + "melee_animation": "9705", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "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.", + "slayer_task": "70", + "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.", + "slayer_task": "70", + "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.", + "slayer_task": "70", + "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.", + "slayer_task": "70", + "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", + "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", + "attack_speed": "6", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Redheadmonky", + "defence_level": "1", + "safespot": null, + "lifepoints": "22", + "strength_level": "1", + "id": "7528", + "range_level": "1", + "attack_level": "1" + }, + { + "slayer_exp": "0", + "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" + }, + { + "examine": "Not somewhere I want to go...", + "attack_speed": "90", + "magic_level": "70", + "respawn_delay": "125", + "name": "Portal", + "defence_level": "90", + "safespot": null, + "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" + }, + { + "examine": "Not somewhere I want to go...", + "attack_speed": "5", + "magic_level": "50", + "respawn_delay": "125", + "name": "Portal", + "defence_level": "90", + "safespot": null, + "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", + "bonuses": "200,200,100,200,100,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Not somewhere I want to go...", + "melee_animation": "0", + "range_animation": "0", + "attack_speed": "5", + "magic_level": "90", + "respawn_delay": "125", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Portal", + "defence_level": "90", + "safespot": null, + "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", + "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": "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", + "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.", + "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": "7558", + "bonuses": "50,50,100,100,50,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks after your Farming tools.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Brawler", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7559", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks after your Farming tools.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Lostme", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7560", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks after your Farming tools.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Chiercat", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7561", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks after your Farming tools.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Skydischarge", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7562", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks after your Farming tools.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Agplus", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7563", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks after your Farming tools.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Distantthin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7564", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks after your Farming tools.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Allmarshes", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7565", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks after your Farming tools.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Explosive67", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7566", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks after your Farming tools.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Alpha1beta", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7569", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7570", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7571", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7572", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7573", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Poledragon", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "408,410,409", + "strength_level": "1", + "id": "7580", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He likes inflicting pain.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Al Truism", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7582", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The Don of penguins.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ohhhhdude", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7583", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A penguin pushing paper", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Torcher", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7585", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A penguin pushing paper", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Torcher", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7586", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's a little rough around the edges.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Shifter", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7593", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He has unbelievable strength!", + "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": "7605", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "95", + "strength_level": "1", + "attack_speed": "6", + "id": "7606", + "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": "7607", + "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": "7608", + "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": "7609", + "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": "7614", + "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": "7615", + "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": "7616", + "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": "7617", + "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": "7618", + "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": "7619", + "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": "7620", + "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": "7621", + "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": "7626", + "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": "7627", + "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": "7628", + "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": "7629", + "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": "7631", + "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": "7632", + "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": "7634", + "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": "7635", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "examine": "Ew it's still alive.", + "slayer_task": "21", + "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", + "defence_level": "85", + "safespot": null, + "lifepoints": "90", + "strength_level": "85", + "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" + }, + { + "examine": "Ew it's still alive.", + "slayer_task": "21", + "melee_animation": "9125", + "range_animation": "9125", + "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", + "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" + }, + { + "examine": "A bloodveld with a very mixed heritage.", + "slayer_task": "10", + "melee_animation": "9102", + "range_animation": "0", + "attack_speed": "5", + "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", + "strength_level": "56", + "id": "7642", + "aggressive": "true", + "range_level": "1", + "attack_level": "56" + }, + { + "examine": "A bloodveld with a very mixed heritage.", + "slayer_task": "10", + "melee_animation": "9102", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "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.", + "slayer_task": "27", + "melee_animation": "6565", + "range_animation": "0", + "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", + "id": "7711", + "range_level": "1", + "attack_level": "24" + }, + { + "melee_animation": "8080", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "8084", + "death_animation": "8078", + "name": "Baby icefiend", + "defence_level": "1", + "safespot": null, + "lifepoints": "50", + "strength_level": "1", + "id": "7713", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A small ice demon.", + "slayer_task": "46", + "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": "Icefiend", + "defence_level": "25", + "safespot": null, + "lifepoints": "35", + "strength_level": "1", + "id": "7714", + "aggressive": "true", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The icefiend seems to be melting.", + "slayer_task": "46", + "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": "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.", + "slayer_task": "46", + "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", + "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": "7727", + "range_level": "1", + "attack_level": "12" + }, + { + "melee_animation": "8080", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "8084", + "death_animation": "8078", + "name": "Baby icefiend", + "defence_level": "1", + "safespot": null, + "lifepoints": "50", + "strength_level": "1", + "id": "7736", + "aggressive": "true", + "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", + "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", + "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", + "id": "7772", + "aggressive": "true", + "range_level": "38", + "attack_level": "28" + }, + { + "examine": "A monster like many others", + "combat_style": "2", + "melee_animation": "9341", + "range_animation": "0", + "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", + "id": "7773", + "aggressive": "true", + "range_level": "38", + "attack_level": "28" + }, + { + "examine": "A big, scary hand! ", + "melee_animation": "1802", + "attack_speed": "6", + "respawn_delay": "60", + "defence_animation": "1803", + "slayer_exp": "105", + "death_animation": "1804", + "name": "Wall Beast", + "defence_level": "38", + "movement_radius": "1", + "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", + "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", + "id": "7891", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A man of his craft.", + "name": "Smelting Tutor", + "defence_level": "1", + "movement_radius": "5", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7958", + "range_level": "1", + "attack_level": "1" + }, + { + "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" + }, + { + "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", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "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", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "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", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "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", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "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", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "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", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "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", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "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", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "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", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "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", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "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", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "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", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "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", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "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", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "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", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "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", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "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", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "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", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "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": "He likes Guthix a bit.", + "name": "Druid", + "id": "14" + }, + { + "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": "Servant of the Duke of Lumbridge.", + "melee_animation": "422", + "range_animation": "422", + "attack_speed": "4", + "magic_level": "22", + "defence_animation": "404", + "magic_animation": "422", + "death_animation": "9055", + "name": "Hans", + "defence_level": "14", + "safespot": "0", + "lifepoints": "12", + "strength_level": "17", + "id": "0", + "range_level": "1", + "attack_level": "17" + }, + { + "examine": "One of 2009Scape's many citizens.", + "melee_animation": "422", + "range_animation": "422", + "combat_audio": "511,513,512", + "attack_speed": "4", + "magic_level": "6", + "respawn_delay": "18", + "defence_animation": "404", + "weakness": "9", + "slayer_exp": "0", + "magic_animation": "422", + "death_animation": "9055", + "name": "Man", + "defence_level": "5", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "1", + "clue_level": "0", + "range_level": "1", + "attack_level": "5" + }, + { + "examine": "One of 2009Scape's many citizens.", + "melee_animation": "422", + "range_animation": "422", + "combat_audio": "511,513,512", + "attack_speed": "4", + "respawn_delay": "60", + "defence_animation": "404", + "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 2009Scape'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 2009Scape'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 2009Scape'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 2009Scape'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": "425", + "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": "422", + "range_animation": "0", + "combat_audio": "511,513,512", + "attack_speed": "4", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Guard", + "defence_level": "13", + "safespot": null, + "lifepoints": "18", + "strength_level": "13", + "id": "9", + "clue_level": "1", + "range_level": "1", + "attack_level": "13" + }, + { + "examine": "She looks happy.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Schoolgirl", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "10", + "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": "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.", + "name": "Druid", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "14", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Not very fashion conscious.", + "melee_animation": "386", + "range_animation": "0", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "836", + "name": "Warrior woman", + "defence_level": "22", + "safespot": null, + "lifepoints": "20", + "strength_level": "22", + "id": "15", + "range_level": "1", + "attack_level": "22" + }, + { + "examine": "One of the citizens of Al Kharid.", + "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": "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", + "attack_speed": "6", + "defence_animation": "387", + "weakness": "7", + "magic_animation": "390", + "death_animation": "836", + "name": "Al-Kharid warrior", + "defence_level": "5", + "safespot": null, + "lifepoints": "19", + "strength_level": "15", + "id": "18", + "clue_level": "0", + "range_level": "1", + "attack_level": "7" + }, + { + "examine": "Shiny armour!", + "melee_animation": "7042", + "range_animation": "0", + "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", + "id": "19", + "range_level": "1", + "attack_level": "25" + }, + { + "examine": "A holy warrior.", + "melee_animation": "390", + "combat_audio": "511,513,512", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Paladin", + "defence_level": "54", + "safespot": null, + "lifepoints": "66", + "strength_level": "54", + "id": "20", + "range_level": "1", + "attack_level": "54" + }, + { + "examine": "Heroic!", + "melee_animation": "390", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "425", + "weakness": "7", + "magic_animation": "0", + "death_animation": "836", + "name": "Hero", + "defence_level": "54", + "safespot": null, + "lifepoints": "82", + "strength_level": "55", + "id": "21", + "range_level": "1", + "attack_level": "54" + }, + { + "examine": "They love the forests.", + "melee_animation": "422", + "range_animation": "0", + "combat_audio": "511,513,512", + "attack_speed": "4", + "respawn_delay": "18", + "defence_animation": "404", + "magic_animation": "0", + "death_animation": "9055", + "name": "Forester", + "defence_level": "8", + "safespot": null, + "lifepoints": "17", + "strength_level": "13", + "id": "22", + "range_level": "1", + "attack_level": "14" + }, + { + "examine": "A member of Ardougne's militia.", + "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": "23", + "range_level": "1", + "attack_level": "38" + }, + { + "examine": "One of 2009Scape'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": "24", + "clue_level": "0", + "range_level": "1", + "attack_level": "3" + }, + { + "examine": "One of 2009Scape'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": "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", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Zoo keeper", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "28", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "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.", + "slayer_task": "7", + "melee_animation": "5387", + "range_animation": "5387", + "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", + "id": "41", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Freshly sheared.", + "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": "42", + "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": "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.", + "slayer_task": "7", + "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", + "combat_audio": "3102,3104,3103", + "attack_speed": "5", + "defence_animation": "2706", + "magic_animation": "2705", + "death_animation": "2707", + "name": "Rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "2", + "strength_level": "1", + "id": "47", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A jungle version of the chicken, but more vicious.", + "slayer_task": "7", + "melee_animation": "5387", + "range_animation": "0", + "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", + "id": "48", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "Hello, nice doggy...", + "slayer_task": "43", + "melee_animation": "6562", + "range_animation": "6562", + "combat_audio": "3717,3719,3718", + "attack_speed": "4", + "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", + "id": "49", + "clue_level": "2", + "range_level": "1", + "attack_level": "105" + }, + { + "agg_radius": "64", + "examine": "The biggest, meanest dragon around.", + "slayer_task": "9", + "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", + "bonuses": "0,0,0,0,0,70,90,90,80,70,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "240" + }, + { + "examine": "A dragon covered in frost and ice.", + "combat_audio": "408,410,409", + "magic_level": "116", + "respawn_delay": "25", + "weakness": "0", + "name": "Baby dragon", + "defence_level": "112", + "safespot": null, + "lifepoints": "160", + "strength_level": "103", + "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" + }, + { + "examine": "Young but still dangerous.", + "slayer_task": "11", + "combat_audio": "408,410,409", + "magic_level": "1", + "weakness": "3", + "slayer_exp": "50", + "name": "Baby blue dragon", + "defence_level": "40", + "safespot": null, + "lifepoints": "50", + "strength_level": "40", + "id": "52", + "bonuses": "0,0,0,0,0,30,50,50,40,30,0,0,0,0,0", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "A big powerful dragon.", + "slayer_task": "68", + "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": "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" + }, + { + "examine": "A fierce dragon with black scales!", + "slayer_task": "9", + "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": "54", + "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": "200" + }, + { + "examine": "A mother dragon.", + "slayer_task": "11", + "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": "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" + }, + { + "examine": "A wood nymph.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Dryad", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "56", + "range_level": "1", + "attack_level": "1" + }, + { + "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?", + "slayer_task": "76", + "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", + "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.", + "slayer_task": "76", + "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.", + "slayer_task": "76", + "melee_animation": "5327", + "range_animation": "5327", + "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", + "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" + }, + { + "examine": "Incey wincey.", + "slayer_task": "76", + "melee_animation": "6249", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "2", + "slayer_exp": "2", + "magic_animation": "0", + "death_animation": "6251", + "name": "Spider", + "defence_level": "1", + "safespot": null, + "lifepoints": "1", + "strength_level": "1", + "id": "61", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A barely visible deadly jungle spider.", + "slayer_task": "76", + "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.", + "slayer_task": "76", + "melee_animation": "5327", + "range_animation": "5327", + "combat_audio": "537,539,538", + "attack_speed": "4", + "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.", + "slayer_task": "76", + "melee_animation": "5327", + "range_animation": "0", + "combat_audio": "537,539,538", + "attack_speed": "4", + "respawn_delay": "60", + "defence_animation": "0", + "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", + "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", + "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.", + "slayer_task": "93", + "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.", + "slayer_task": "93", + "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.", + "slayer_task": "93", + "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.", + "slayer_task": "93", + "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.", + "slayer_task": "93", + "melee_animation": "5568", + "range_animation": "0", + "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", + "id": "77", + "range_level": "1", + "attack_level": "8" + }, + { + "examine": "An annoying flappy thing.", + "slayer_task": "5", + "melee_animation": "4915", + "range_animation": "4915", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "4916", + "weakness": "4", + "slayer_exp": "8", + "magic_animation": "4915", + "death_animation": "4917", + "name": "Giant bat", + "defence_level": "22", + "safespot": null, + "lifepoints": "32", + "strength_level": "22", + "id": "78", + "aggressive": "true", + "range_level": "1", + "attack_level": "22" + }, + { + "examine": "A shadowy, barely visible flying entity from some evil place.", + "slayer_task": "5", + "melee_animation": "4915", + "range_animation": "0", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "60", + "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", + "id": "79", + "aggressive": "true", + "range_level": "1", + "attack_level": "70" + }, + { + "examine": "Oh, it's a camel.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Camel", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "80", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Converts grass to beef.", + "slayer_task": "20", + "melee_animation": "5849", + "range_animation": "5849", + "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", + "id": "81", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Lesser, but still pretty big.", + "slayer_task": "56", + "melee_animation": "4630", + "range_animation": "4630", + "combat_audio": "400,404,403", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "20", + "defence_animation": "65", + "weakness": "4", + "slayer_exp": "79", + "magic_animation": "4630", + "death_animation": "67", + "name": "Lesser demon", + "defence_level": "71", + "safespot": null, + "lifepoints": "81", + "strength_level": "70", + "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" + }, + { + "examine": "Big, red, and incredibly evil.", + "slayer_task": "40", + "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", + "range_level": "1", + "attack_level": "76" + }, + { + "examine": "A big, scary, jet-black demon.", + "slayer_task": "8", + "melee_animation": "64", + "range_animation": "64", + "combat_audio": "400,404,403", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "38", + "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": "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" + }, + { + "examine": "A creature made from clay.", + "melee_animation": "422", + "range_animation": "422", + "magic_level": "1", + "defence_animation": "404", + "magic_animation": "422", + "death_animation": "9055", + "name": "Golem", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "85", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Overgrown vermin.", + "slayer_task": "67", + "melee_animation": "4933", + "range_animation": "4933", + "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", + "id": "86", + "aggressive": "true", + "range_level": "1", + "attack_level": "2" + }, + { + "examine": "Overgrown vermin.", + "slayer_task": "67", + "melee_animation": "4933", + "range_animation": "0", + "combat_audio": "703,705,704", + "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, + "lifepoints": "10", + "strength_level": "5", + "id": "87", + "aggressive": "true", + "range_level": "1", + "attack_level": "6" + }, + { + "examine": "A dirty rat.", + "slayer_task": "67", + "range_animation": "0", + "combat_audio": "703,705,704", + "attack_speed": "4", + "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", + "combat_audio": "496,498,497", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "32", + "defence_animation": "6375", + "weakness": "3", + "magic_animation": "6376", + "death_animation": "6377", + "name": "Unicorn", + "defence_level": "13", + "safespot": null, + "lifepoints": "19", + "strength_level": "13", + "id": "89", + "range_level": "1", + "attack_level": "11" + }, + { + "examine": "Could do with gaining a few pounds.", + "slayer_task": "75", + "melee_animation": "5485", + "range_animation": "5485", + "combat_audio": "774,775,777", + "attack_speed": "4", + "respawn_delay": "32", + "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.", + "slayer_task": "75", + "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.", + "slayer_task": "75", + "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.", + "slayer_task": "75", + "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": "An undead worker of dark magic.", + "slayer_task": "75", + "combat_style": "2", + "melee_animation": "5487", + "range_animation": "5523", + "combat_audio": "774,775,777", + "attack_speed": "4", + "magic_level": "18", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "slayer_exp": "17", + "magic_animation": "0", + "death_animation": "5491", + "name": "Skeleton Mage", + "defence_level": "14", + "safespot": null, + "lifepoints": "17", + "strength_level": "14", + "id": "94", + "range_level": "1", + "attack_level": "14" + }, + { + "examine": "Not man's best friend.", + "slayer_task": "92", + "melee_animation": "6559", + "combat_audio": "481,491,490", + "attack_speed": "4", + "slayer_exp": "69", + "death_animation": "6558", + "name": "Wolf", + "defence_level": "52", + "safespot": null, + "lifepoints": "69", + "strength_level": "55", + "id": "95", + "range_level": "1", + "attack_level": "50" + }, + { + "examine": "A vicious mountain wolf.", + "slayer_task": "92", + "melee_animation": "6579", + "range_animation": "6579", + "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", + "id": "96", + "aggressive": "true", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "A vicious mountain wolf.", + "slayer_task": "92", + "melee_animation": "6579", + "range_animation": "6579", + "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", + "id": "97", + "aggressive": "true", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "Bow wow.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Dog", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "98", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He doesn't seem pleased to see me.", + "slayer_task": "27", + "melee_animation": "6562", + "range_animation": "6562", + "attack_speed": "4", + "respawn_delay": "15", + "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", + "id": "99", + "aggressive": "true", + "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", + "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" + }, + { + "examine": "Eeek a ghost!", + "slayer_task": "36", + "melee_animation": "5540", + "range_animation": "5540", + "combat_audio": "436,439,438", + "attack_speed": "5", + "magic_level": "18", + "respawn_delay": "20", + "defence_animation": "5541", + "weakness": "5", + "slayer_exp": "25", + "magic_animation": "5540", + "death_animation": "5542", + "name": "Ghost", + "defence_level": "6", + "safespot": null, + "lifepoints": "13", + "strength_level": "7", + "id": "103", + "bonuses": "2,2,2,2,2,2,2,2,2,2,2,2,90,2,2", + "range_level": "1", + "attack_level": "6" + }, + { + "examine": "Eeek! A ghost!", + "slayer_task": "36", + "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": "104", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Eek! A bear!", + "slayer_task": "6", + "melee_animation": "4925", + "range_animation": "0", + "combat_audio": "498,500,499", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "slayer_exp": "27", + "magic_animation": "0", + "death_animation": "4929", + "name": "Grizzly bear", + "defence_level": "23", + "safespot": null, + "lifepoints": "32", + "strength_level": "23", + "id": "105", + "aggressive": "true", + "range_level": "1", + "attack_level": "23" + }, + { + "examine": "Eek! A bear!", + "slayer_task": "6", + "melee_animation": "4925", + "range_animation": "0", + "combat_audio": "498,500,499", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "slayer_exp": "25", + "magic_animation": "0", + "death_animation": "4929", + "name": "Black bear", + "defence_level": "17", + "safespot": null, + "lifepoints": "24", + "strength_level": "17", + "id": "106", + "range_level": "1", + "attack_level": "17" + }, + { + "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.", + "slayer_task": "71", + "melee_animation": "6254", + "range_animation": "0", + "combat_audio": "3611,3612,3610", + "poisonous": "true", + "respawn_delay": "60", + "defence_animation": "6255", + "weakness": "0", + "poison_amount": "3", + "magic_animation": "0", + "death_animation": "6256", + "name": "Poison Scorpion", + "defence_level": "35", + "safespot": null, + "lifepoints": "17", + "strength_level": "1", + "id": "108", + "aggressive": "true", + "range_level": "35", + "attack_level": "1" + }, + { + "examine": "Tiny", + "slayer_task": "71", + "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.", + "slayer_task": "33", + "melee_animation": "4666", + "range_animation": "4666", + "combat_audio": "449,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": "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" + }, + { + "examine": "He's got icicles in his beard.", + "slayer_task": "47", + "melee_animation": "4672", + "range_animation": "0", + "combat_audio": "449,451,450", + "attack_speed": "5", + "magic_level": "1", + "respawn_delay": "60", + "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": "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" + }, + { + "examine": "His beard seems to have a life of its own.", + "slayer_task": "62", + "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": "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" + }, + { + "examine": "An aggressive humanoid.", + "melee_animation": "128", + "range_animation": "128", + "attack_speed": "5", + "defence_animation": "129", + "magic_animation": "128", + "death_animation": "131", + "name": "Jogre", + "defence_level": "41", + "safespot": null, + "lifepoints": "50", + "strength_level": "1", + "id": "113", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "attack_level": "41" + }, + { + "examine": "Big, ugly, and smelly.", + "melee_animation": "359", + "range_animation": "359", + "attack_speed": "6", + "magic_level": "27", + "respawn_delay": "25", + "defence_animation": "360", + "magic_animation": "359", + "death_animation": "361", + "name": "Mogre", + "defence_level": "27", + "safespot": null, + "lifepoints": "60", + "strength_level": "27", + "id": "114", + "aggressive": "true", + "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.", + "slayer_task": "44", + "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", + "range_level": "1", + "attack_level": "65" + }, + { + "examine": "A very large foe.", + "slayer_task": "44", + "melee_animation": "4652", + "range_animation": "4652", + "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": "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" + }, + { + "examine": "A short angry guy.", + "slayer_task": "29", + "melee_animation": "99", + "range_animation": "0", + "attack_speed": "7", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "slayer_exp": "16", + "magic_animation": "0", + "death_animation": "102", + "name": "Dwarf", + "defence_level": "7", + "safespot": null, + "lifepoints": "10", + "strength_level": "7", + "id": "118", + "range_level": "1", + "attack_level": "7" + }, + { + "examine": "A dwarf gone bad.", + "slayer_task": "29", + "melee_animation": "99", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "slayer_exp": "16", + "magic_animation": "0", + "death_animation": "102", + "name": "Chaos dwarf", + "defence_level": "34", + "safespot": null, + "lifepoints": "48", + "strength_level": "34", + "id": "119", + "aggressive": "true", + "range_level": "1", + "attack_level": "34" + }, + { + "examine": "A mountain dwelling short angry guy.", + "slayer_task": "29", + "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": "120", + "range_level": "1", + "attack_level": "28" + }, + { + "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": "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": "123", + "aggressive": "true", + "range_level": "20", + "attack_level": "20" + }, + { + "examine": "A strange", + "slayer_task": "30", + "melee_animation": "393", + "range_animation": "0", + "attack_speed": "4", + "respawn_delay": "60", + "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", + "id": "124", + "aggressive": "true", + "range_level": "1", + "attack_level": "42" + }, + { + "examine": "A cold-hearted elemental warrior.", + "slayer_task": "48", + "melee_animation": "451", + "range_animation": "451", + "attack_speed": "4", + "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!", + "slayer_task": "65", + "range_animation": "0", + "attack_speed": "5", + "magic_level": "45", + "respawn_delay": "60", + "defence_animation": "0", + "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", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "188", + "name": "Magic axe", + "defence_level": "53", + "safespot": null, + "lifepoints": "75", + "strength_level": "53", + "id": "127", + "aggressive": "true", + "range_level": "1", + "attack_level": "53" + }, + { + "examine": "A slithering serpent.", + "melee_animation": "275", + "range_animation": "0", + "combat_audio": "3609,3608,3610", + "attack_speed": "5", + "respawn_delay": "30", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "278", + "name": "Snake", + "defence_level": "4", + "safespot": null, + "lifepoints": "5", + "strength_level": "4", + "id": "128", + "aggressive": "true", + "range_level": "1", + "attack_level": "4" + }, + { + "examine": "An inhabitant of icy regions.", + "slayer_task": "7", + "melee_animation": "5669", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "5671", + "name": "Penguin", + "defence_level": "6", + "safespot": null, + "lifepoints": "8", + "strength_level": "6", + "id": "131", + "range_level": "1", + "attack_level": "6" + }, + { + "examine": "Perhaps our oldest relatives?", + "slayer_task": "61", + "melee_animation": "220", + "range_animation": "0", + "combat_audio": "629,631,630", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "223", + "name": "Monkey", + "defence_level": "6", + "safespot": null, + "lifepoints": "8", + "strength_level": "6", + "id": "132", + "aggressive": "true", + "range_level": "1", + "attack_level": "6" + }, + { + "examine": "A unicorn with a blackened heart.", + "melee_animation": "6376", + "range_animation": "6376", + "combat_audio": "496,498,497", + "attack_speed": "5", + "magic_level": "24", + "defence_animation": "6375", + "weakness": "3", + "magic_animation": "6376", + "death_animation": "6377", + "name": "Black unicorn", + "defence_level": "15", + "safespot": null, + "lifepoints": "28", + "strength_level": "10", + "id": "133", + "range_level": "1", + "attack_level": "15" + }, + { + "examine": "I think this spider has been magically modified.", + "slayer_task": "76", + "melee_animation": "5327", + "range_animation": "0", + "combat_audio": "537,539,538", + "attack_speed": "5", + "poisonous": "true", + "respawn_delay": "60", + "defence_animation": "5328", + "weakness": "2", + "poison_amount": "6", + "magic_animation": "0", + "death_animation": "5329", + "name": "Poison spider", + "safespot": null, + "defence_level": "70", + "lifepoints": "64", + "strength_level": "65", + "id": "134", + "aggressive": "true", + "range_level": "45", + "attack_level": "60" + }, + { + "examine": "Aaw", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Terrorchick gnome", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "137", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A giant raptor.", + "slayer_task": "7", + "melee_animation": "1010", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "1013", + "name": "Terrorbird", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", + "id": "138", + "range_level": "1", + "attack_level": "30" + }, + { + "death_animation": "1013", + "name": "Terrorbird", + "defence_level": "1", + "safespot": null, + "lifepoints": "34", + "melee_animation": "1010", + "strength_level": "1", + "id": "139", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "1012" + }, + { + "examine": "A servant to Iban.", + "melee_animation": "338", + "range_animation": "0", + "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", + "id": "140", + "aggressive": "true", + "range_level": "1", + "attack_level": "33" + }, + { + "examine": "Must be the pack leader.", + "slayer_task": "92", + "melee_animation": "6559", + "range_animation": "0", + "respawn_delay": "60", + "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", + "id": "141", + "aggressive": "true", + "range_level": "1", + "attack_level": "31" + }, + { + "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", + "attack_level": "1" + }, + { + "examine": "A rare jungle wolf - specific to the Kharazi jungle.", + "slayer_task": "92", + "melee_animation": "6559", + "range_animation": "0", + "respawn_delay": "60", + "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", + "id": "143", + "aggressive": "true", + "range_level": "1", + "attack_level": "63" + }, + { + "examine": "Wow! Scorpions shouldn't grow that big.", + "slayer_task": "71", + "melee_animation": "6254", + "range_animation": "0", + "combat_audio": "3611,3612,3610", + "attack_speed": "5", + "respawn_delay": "60", + "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", + "id": "144", + "aggressive": "true", + "range_level": "28", + "attack_level": "21" + }, + { + "examine": "A cold-hearted elemental warrior.", + "slayer_task": "48", + "melee_animation": "451", + "range_animation": "451", + "attack_speed": "4", + "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": "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.", + "slayer_task": "7", + "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.", + "slayer_task": "7", + "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.", + "slayer_task": "7", + "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.", + "slayer_task": "74", + "melee_animation": "394", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "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", + "melee_animation": "191", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "196", + "name": "Gnome child", + "defence_level": "1", + "safespot": null, + "lifepoints": "1", + "strength_level": "1", + "id": "159", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Seems to crawl the caves.", + "melee_animation": "266", + "range_animation": "266", + "attack_speed": "5", + "defence_animation": "267", + "weakness": "9", + "magic_animation": "266", + "death_animation": "265", + "name": "Gnome child", + "defence_level": "23", + "safespot": null, + "lifepoints": "21", + "strength_level": "23", + "id": "160", + "bonuses": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "range_level": "1", + "attack_level": "23" + }, + { + "examine": "Small", + "melee_animation": "191", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "196", + "name": "Gnome child", + "defence_level": "1", + "safespot": null, + "lifepoints": "1", + "strength_level": "1", + "id": "161", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He can advise on training.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gnome trainer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "162", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A tree gnome guard.", + "melee_animation": "1218", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "1224", + "name": "Gnome guard", + "defence_level": "38", + "safespot": null, + "lifepoints": "54", + "strength_level": "38", + "id": "163", + "range_level": "1", + "attack_level": "38" + }, + { + "examine": "A tree gnome guard.", + "melee_animation": "192", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "196", + "name": "Gnome guard", + "defence_level": "38", + "safespot": null, + "lifepoints": "54", + "strength_level": "38", + "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", + "range_level": "1", + "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", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "One of RuneScape'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": "170", + "clue_level": "0", + "range_level": "1", + "attack_level": "3" + }, + { + "examine": "He works evil magic.", + "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": "24", + "strength_level": "1", + "id": "172", + "aggressive": "true", + "range_level": "1", + "attack_level": "1", + "prj_height": "3" + }, + { + "examine": "An evil user of Magic powers", + "melee_animation": "422", + "range_animation": "0", + "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, + "lifepoints": "42", + "strength_level": "1", + "id": "173", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "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", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "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", + "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", + "attack_speed": "6", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "836", + "name": "Black Knight", + "defence_level": "22", + "safespot": null, + "lifepoints": "31", + "strength_level": "22", + "id": "178", + "aggressive": "true", + "range_level": "1", + "attack_level": "22" + }, + { + "melee_animation": "390", + "attack_speed": "6", + "respawn_delay": "60", + "defence_animation": "388", + "death_animation": "836", + "name": "Black Knight", + "defence_level": "1", + "safespot": null, + "lifepoints": "42", + "strength_level": "1", + "id": "179", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He holds up passers by.", + "melee_animation": "799", + "range_animation": "799", + "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", + "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": "5", + "magic_level": "20", + "end_gfx": "107", + "defence_animation": "404", + "weakness": "3", + "magic_animation": "422", + "death_animation": "9055", + "name": "Chaos druid", + "defence_level": "10", + "safespot": null, + "lifepoints": "20", + "strength_level": "20", + "id": "181", + "aggressive": "true", + "range_level": "10", + "projectile": "106", + "attack_level": "20" + }, + { + "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": "182", + "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": "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", + "melee_animation": "386", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Thug", + "defence_level": "14", + "safespot": null, + "lifepoints": "20", + "strength_level": "14", + "id": "186", + "clue_level": "0", + "range_level": "1", + "attack_level": "14" + }, + { + "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", + "id": "187", + "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", + "poisonous": "true", + "defence_animation": "0", + "weakness": "8", + "poison_amount": "11", + "magic_animation": "0", + "death_animation": "836", + "name": "Tribesman", + "defence_level": "43", + "safespot": null, + "lifepoints": "61", + "strength_level": "43", + "id": "191", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "attack_level": "43" + }, + { + "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.", + "melee_animation": "401", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Chaos druid warrior", + "defence_level": "47", + "safespot": null, + "lifepoints": "67", + "strength_level": "47", + "id": "193", + "aggressive": "true", + "range_level": "1", + "attack_level": "47" + }, + { + "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", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guildmaster", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "198", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A mighty warrior!", + "melee_animation": "395", + "range_animation": "0", + "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", + "id": "199", + "range_level": "1", + "attack_level": "29" + }, + { + "examine": "Guards prisoners for the black knights.", + "melee_animation": "422", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Jailer", + "defence_level": "28", + "safespot": null, + "lifepoints": "40", + "strength_level": "28", + "id": "201", + "aggressive": "true", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "Has a fearsome scowl.", + "melee_animation": "390", + "range_animation": "0", + "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", + "id": "202", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "A rocky slug.", + "slayer_task": "69", + "melee_animation": "1595", + "range_animation": "1595", + "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.", + "slayer_task": "69", + "melee_animation": "1595", + "range_animation": "1595", + "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" + }, + { + "examine": "Has a fearsome posture.", + "melee_animation": "390", + "range_animation": "0", + "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", + "id": "203", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "Nice hair.", + "melee_animation": "390", + "range_animation": "0", + "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", + "id": "204", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "A crazy evil druid.", + "melee_animation": "422", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "836", + "name": "Salarin the Twisted", + "defence_level": "62", + "safespot": null, + "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" + }, + { + "examine": "A dwarven guard.", + "slayer_task": "29", + "melee_animation": "99", + "range_animation": "0", + "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", + "id": "206", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "attack_level": "12" + }, + { + "examine": "The head honcho around here.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Captain Lawgof", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "208", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "She looks serene.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Grail Maiden", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "210", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A former Knight of the Round Table.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "King Percival", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "212", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He looks unhappy...", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Peasant", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "214", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "High Priest of Entrana.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "High Priest", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "216", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It's a fisherman.", + "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": "219", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He doesn't look very well...", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "The Fisher King", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "220", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He looks mean and powerful.", + "melee_animation": "128", + "range_animation": "0", + "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", + "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" + }, + { + "examine": "A holy man.", + "melee_animation": "422", + "range_animation": "0", + "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", + "id": "222", + "range_level": "1", + "attack_level": "7" + }, + { + "examine": "A peaceful monk.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Brother Kojo", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "223", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A dirty rat.", + "slayer_task": "67", + "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": "224", + "aggressive": "true", + "range_level": "1", + "attack_level": "8" + }, + { + "examine": "He looks elderly.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "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", + "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", + "id": "237", + "aggressive": "true", + "range_level": "1", + "attack_level": "15" + }, + { + "examine": "A terrifying spirit.", + "melee_animation": "5540", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "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", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "2301", + "name": "Teapotspout", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "246", + "range_level": "1", + "attack_level": "1" + }, + { + "death_animation": "6490", + "name": "Sir Mordred", + "defence_level": "1", + "safespot": null, + "lifepoints": "50", + "melee_animation": "6489", + "strength_level": "1", + "id": "247", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "6488" + }, + { + "examine": "Legendary King of the Britons.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "King Arthur", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "251", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's guarding the door.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Khazard Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "253", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's been guarding the tavern for a bit too long.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Khazard Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "254", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "His armour indicates he's a Khazard Guard.", + "melee_animation": "395", + "range_animation": "0", + "attack_speed": "6", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Khazard Guard", + "defence_level": "22", + "safespot": null, + "lifepoints": "31", + "strength_level": "22", + "id": "255", + "range_level": "1", + "attack_level": "22" + }, + { + "examine": "His armour indicates he's a Khazard Guard.", + "melee_animation": "395", + "range_animation": "0", + "attack_speed": "6", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Khazard Guard", + "defence_level": "22", + "safespot": null, + "lifepoints": "31", + "strength_level": "22", + "id": "256", + "range_level": "1", + "attack_level": "22" + }, + { + "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" + }, + { + "melee_animation": "6581", + "respawn_delay": "60", + "defence_animation": "6578", + "death_animation": "6576", + "name": "Bouncer", + "defence_level": "1", + "safespot": null, + "lifepoints": "116", + "strength_level": "1", + "id": "269", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Khazard's strongest ogre warrior.", + "melee_animation": "2100", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "8576", + "name": "Khazard Ogre", + "defence_level": "46", + "safespot": null, + "lifepoints": "65", + "strength_level": "46", + "id": "270", + "aggressive": "true", + "range_level": "1", + "attack_level": "46" + }, + { + "examine": "A large", + "melee_animation": "6254", + "range_animation": "0", + "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", + "id": "271", + "aggressive": "true", + "range_level": "36", + "attack_level": "27" + }, + { + "examine": "A guard who has devoted their life to Armadyl.", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "name": "Guardian of Armadyl", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", + "id": "274", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "A guard who has devoted their life to Armadyl.", + "range_animation": "0", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "name": "Guardian of Armadyl", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", + "id": "275", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "Intimidating!", + "combat_style": "2", + "melee_animation": "0", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "836", + "name": "Fire Warrior of Lesarkus", + "defence_level": "55", + "safespot": null, + "lifepoints": "78", + "strength_level": "55", + "id": "277", + "range_level": "1", + "attack_level": "55" + }, + { + "examine": "Lumbridge Castle's head cook.", + "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": "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", + "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", + "id": "281", + "range_level": "1", + "attack_level": "4" + }, + { + "examine": "A dastardly blanket thief.", + "melee_animation": "386", + "range_animation": "0", + "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", + "id": "282", + "range_level": "1", + "attack_level": "15" + }, + { + "examine": "The head of the treacherous blanket stealing gang.", + "melee_animation": "390", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Head Thief", + "defence_level": "18", + "safespot": null, + "lifepoints": "25", + "strength_level": "18", + "id": "283", + "range_level": "1", + "attack_level": "18" + }, + { + "examine": "A dwarf smith. Quite handy with a hammer.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Doric", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "284", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "She doesn't look too happy.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Veronica", + "defence_level": "1", + "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", + "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": "288", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An official of Ardougne.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Councillor Halgrive", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "289", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A serious-looking doctor.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Doctor Orbon", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "290", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A farmer who's seen happier times.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Farmer Brumty", + "defence_level": "1", + "safespot": null, + "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", + "clue_level": "1", + "range_level": "1", + "attack_level": "25" + }, + { + "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": "7220", + "name": "Guard", + "defence_level": "25", + "safespot": null, + "lifepoints": "35", + "strength_level": "25", + "id": "297", + "clue_level": "1", + "range_level": "1", + "attack_level": "25" + }, + { + "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": "298", + "clue_level": "1", + "range_level": "1", + "attack_level": "25" + }, + { + "examine": "He tries to keep order around here.", + "melee_animation": "583", + "range_animation": "0", + "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", + "id": "299", + "clue_level": "1", + "range_level": "1", + "attack_level": "25" + }, + { + "examine": "An old motherly witch with a curious smile and a hooked nose.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Hetty", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "307", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The man in charge of the fishing guild.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Master fisher", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "308", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He has a colourful personality.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Da Vinci", + "defence_level": "1", + "safespot": null, + "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", + "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": "339", + "range_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", + "range_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", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "She looks rather concerned.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guidor's wife", + "defence_level": "1", + "safespot": null, + "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", + "clue_level": "1", + "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": "345", + "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": "346", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A mourner", + "melee_animation": "414", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Mourner", + "defence_level": "24", + "safespot": null, + "lifepoints": "34", + "strength_level": "24", + "id": "347", + "range_level": "1", + "attack_level": "24" + }, + { + "examine": "A mourner", + "melee_animation": "422", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Mourner", + "defence_level": "24", + "safespot": null, + "lifepoints": "34", + "strength_level": "24", + "id": "348", + "range_level": "1", + "attack_level": "24" + }, + { + "examine": "One of RuneScape's many citizens.", + "melee_animation": "422", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Man", + "defence_level": "2", + "safespot": null, + "lifepoints": "2", + "strength_level": "2", + "id": "351", + "clue_level": "0", + "range_level": "1", + "attack_level": "2" + }, + { + "examine": "One of RuneScape's many citizens.", + "melee_animation": "422", + "range_animation": "0", + "combat_audio": "511,506,505", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Woman", + "defence_level": "2", + "safespot": null, + "lifepoints": "2", + "strength_level": "2", + "id": "352", + "clue_level": "0", + "range_level": "1", + "attack_level": "2" + }, + { + "examine": "One of RuneScape's many citizens.", + "melee_animation": "422", + "range_animation": "0", + "combat_audio": "511,506,505", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Woman", + "defence_level": "2", + "safespot": null, + "lifepoints": "2", + "strength_level": "2", + "id": "353", + "clue_level": "0", + "range_level": "1", + "attack_level": "2" + }, + { + "examine": "One of RuneScape's many citizens.", + "melee_animation": "422", + "range_animation": "0", + "combat_audio": "511,506,505", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Woman", + "defence_level": "2", + "safespot": null, + "lifepoints": "2", + "strength_level": "2", + "id": "354", + "clue_level": "0", + "range_level": "1", + "attack_level": "2" + }, + { + "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": "355", + "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": "358", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Man", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "359", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of RuneScape's many citizens.", + "melee_animation": "422", + "range_animation": "0", + "combat_audio": "511,506,505", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Woman", + "defence_level": "2", + "safespot": null, + "lifepoints": "2", + "strength_level": "2", + "id": "360", + "clue_level": "0", + "range_level": "1", + "attack_level": "2" + }, + { + "examine": "One of RuneScape's many citizens.", + "melee_animation": "422", + "range_animation": "0", + "combat_audio": "511,506,505", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Woman", + "defence_level": "2", + "safespot": null, + "lifepoints": "100", + "strength_level": "2", + "id": "361", + "clue_level": "0", + "range_level": "1", + "attack_level": "2" + }, + { + "examine": "One of RuneScape's many citizens.", + "melee_animation": "422", + "range_animation": "0", + "combat_audio": "511,506,505", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Woman", + "defence_level": "2", + "safespot": null, + "lifepoints": "2", + "strength_level": "2", + "id": "362", + "clue_level": "0", + "range_level": "1", + "attack_level": "2" + }, + { + "examine": "One of RuneScape's many citizens.", + "melee_animation": "422", + "range_animation": "0", + "combat_audio": "511,506,505", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Woman", + "defence_level": "2", + "safespot": null, + "lifepoints": "100", + "strength_level": "2", + "id": "363", + "clue_level": "0", + "range_level": "1", + "attack_level": "2" + }, + { + "examine": "King Lathas of East Ardougne.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "King Lathas", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "364", + "range_level": "1", + "attack_level": "1" + }, + { + "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": "A mourner", + "melee_animation": "422", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Mourner", + "defence_level": "24", + "safespot": null, + "lifepoints": "34", + "strength_level": "24", + "id": "369", + "range_level": "1", + "attack_level": "24" + }, + { + "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" + }, + { + "examine": "Big, ugly, and smelly.", + "slayer_task": "64", + "melee_animation": "359", + "range_animation": "359", + "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", + "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" + }, + { + "examine": "A pirate.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "498,500,499", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Redbeard Frank", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "375", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Inspects people's packages.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Customs officer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "380", + "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": "382", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Not very civilised looking.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Barbarian guard", + "defence_level": "1", + "safespot": null, + "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", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Kharid Scorpion", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "385", + "range_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", + "range_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", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Could do with a shave...", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "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", + "defence_animation": "0", + "magic_animation": "0", + "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": "A brightly coloured game bird.", + "melee_animation": "2371", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "2373", + "name": "River troll", + "defence_level": "3", + "safespot": null, + "lifepoints": "50", + "strength_level": "3", + "id": "392", + "range_level": "1", + "attack_level": "3" + }, + { + "examine": "Beefy.", + "slayer_task": "20", + "melee_animation": "5849", + "range_animation": "5849", + "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", + "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", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Swarm", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "411", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An annoying flappy thing.", + "slayer_task": "5", + "melee_animation": "4915", + "range_animation": "4915", + "attack_speed": "5", + "magic_level": "10", + "respawn_delay": "30", + "defence_animation": "4916", + "weakness": "4", + "slayer_exp": "8", + "death_animation": "4918", + "name": "Bat", + "defence_level": "2", + "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", + "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", + "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", + "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", + "defence_animation": "0", + "weakness": "9", + "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", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Shade", + "defence_level": "90", + "safespot": null, + "lifepoints": "71", + "strength_level": "90", + "id": "429", + "range_level": "1", + "attack_level": "90" + }, + { + "examine": "Dead but not gone.", + "melee_animation": "390", + "range_animation": "0", + "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": "17", + "safespot": null, + "lifepoints": "50", + "strength_level": "17", + "id": "438", + "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": "32", + "safespot": null, + "lifepoints": "55", + "strength_level": "32", + "id": "439", + "range_level": "1", + "attack_level": "32" + }, + { + "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": "48", + "safespot": null, + "lifepoints": "60", + "strength_level": "48", + "id": "440", + "range_level": "1", + "attack_level": "48" + }, + { + "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": "65", + "safespot": null, + "lifepoints": "86", + "strength_level": "65", + "id": "441", + "range_level": "1", + "attack_level": "65" + }, + { + "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", + "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", + "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.", + "slayer_task": "67", + "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": "2", + "safespot": null, + "lifepoints": "5", + "strength_level": "5", + "id": "446", + "aggressive": "true", + "range_level": "1", + "attack_level": "5" + }, + { + "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": "447", + "aggressive": "true", + "range_level": "1", + "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", + "aggressive": "true", + "range_level": "1", + "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": "449", + "aggressive": "true", + "range_level": "1", + "attack_level": "19" + }, + { + "examine": "A large well built farmer.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Seth Groats", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "452", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Aargh! It's alive!", + "melee_animation": "390", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Suit of armour", + "defence_level": "5", + "safespot": null, + "lifepoints": "7", + "strength_level": "5", + "id": "453", + "range_level": "1", + "attack_level": "5" + }, + { + "examine": "He seems to be very devout.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "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": "It rattles when it moves.", + "slayer_task": "75", + "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": "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", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Khazard commander", + "defence_level": "35", + "safespot": null, + "lifepoints": "50", + "strength_level": "35", + "id": "478", + "range_level": "1", + "attack_level": "35" + }, + { + "examine": "It's a tree gnome trooper.", + "melee_animation": "190", + "range_animation": "0", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "death_animation": "196", + "name": "Gnome troop", + "defence_level": "32", + "safespot": null, + "lifepoints": "45", + "strength_level": "24", + "id": "479", + "range_level": "32", + "attack_level": "24" + }, + { + "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", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "481", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "482", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "483", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It's a young tree gnome.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Local Gnome", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "485", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "I guess he wants to be more than just the muscle.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Giant", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "487", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He doesn't look like he'd trust his own mother.", + "slayer_task": "38", + "melee_animation": "6199", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "6190", + "name": "Goblin guard", + "defence_level": "20", + "safespot": null, + "lifepoints": "28", + "strength_level": "20", + "id": "489", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "If the mummy is at school", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mummy", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "490", + "range_level": "1", + "attack_level": "1" + }, + { + "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": "20", + "strength_level": "1", + "id": "491", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The essence of evil.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Spirit of Scorpius", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "492", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A vicious", + "slayer_task": "71", + "melee_animation": "6261", + "range_animation": "0", + "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", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Good with 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": "495", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Manages money momentarily.", + "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": "498", + "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": "499", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A minion of Rashiliyia.", + "slayer_task": "75", + "melee_animation": "5485", + "range_animation": "0", + "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", + "id": "502", + "aggressive": "true", + "range_level": "1", + "attack_level": "32" + }, + { + "examine": "A minion of Rashiliyia.", + "slayer_task": "75", + "melee_animation": "5485", + "range_animation": "0", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5491", + "name": "Undead one", + "defence_level": "33", + "safespot": null, + "lifepoints": "47", + "strength_level": "33", + "id": "503", + "range_level": "1", + "attack_level": "33" + }, + { + "examine": "The animated dead; one of Rashiliyia's minions.", + "slayer_task": "93", + "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": "504", + "aggressive": "true", + "range_level": "1", + "attack_level": "32" + }, + { + "examine": "The animated dead; one of Rashiliyia's minions.", + "slayer_task": "93", + "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": "505", + "aggressive": "true", + "range_level": "1", + "attack_level": "33" + }, + { + "melee_animation": "5571", + "respawn_delay": "60", + "defence_animation": "5574", + "death_animation": "5575", + "name": "Nazastarool", + "defence_level": "1", + "safespot": null, + "lifepoints": "100", + "strength_level": "1", + "id": "507", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "5507", + "respawn_delay": "60", + "defence_animation": "5508", + "death_animation": "5509", + "name": "Nazastarool", + "defence_level": "1", + "safespot": null, + "lifepoints": "75", + "strength_level": "1", + "id": "508", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "5532", + "respawn_delay": "60", + "defence_animation": "5533", + "death_animation": "5534", + "name": "Nazastarool", + "defence_level": "1", + "safespot": null, + "lifepoints": "110", + "strength_level": "1", + "id": "509", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's the Captain of the 'Lady of the Waves'.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Captain Shanks", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "518", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An expert on axes.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Bob", + "defence_level": "1", + "safespot": null, + "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", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Helps sell stuff.", + "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": "521", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Likes people spending money.", + "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": "522", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Likes helping sell stuff.", + "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": "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", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Likes you more", + "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", + "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": "526", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Likes you more", + "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": "527", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Has an interesting assortment of items for sale.", + "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": "530", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Works on commission.", + "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": "531", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Like a grave keeper", + "range_animation": "0", + "magic_level": "60", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "name": "Shopkeeper", + "defence_level": "60", + "safespot": null, + "lifepoints": "285", + "strength_level": "60", + "id": "532", + "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", + "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.", + "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": "552", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "For the interesting clothing items you just can't find elsewhere.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fancy-dress shop owner", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "554", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Has a fine moustache.", + "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": "555", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Could stand to lose a few pounds.", + "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": "561", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Has an odd smell about him.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Candle-maker", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "562", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks strange and mysterious.", + "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": "567", + "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": "569", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Seems very well-off.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gem merchant", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "570", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "So where are the butcher and the candlestick-maker?", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Baker", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "571", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Has a very exotic aroma about him.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Spice seller", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "572", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Knows how to keep warm in the winter.", + "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": "573", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Seems very well-off.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Silk merchant", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "574", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He runs a Mining store.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Drogo dwarf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "579", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "I wonder if he wants to buy my junk?", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Dwarf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "582", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "If crafting's your thing, he's your man!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Rommik", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "574", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He seems to sell tea.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Tea seller", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "595", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A pizza expert; in both making and eating.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fat Tony", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "596", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Anyone fancy a trim?", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Hairdresser", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "598", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Master of the mystical make-over.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Make-over Mage", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "599", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Indentured servant of a Knight.", + "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": "606", + "range_level": "1", + "attack_level": "1" + }, + { + "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": "609", + "range_level": "1", + "attack_level": "26" + }, + { + "examine": "One of the Black Knights.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "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": "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", + "defence_animation": "0", + "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", + "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", + "id": "645", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Curator of the museum.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "703,705,704", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Curator Haig Halen", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "646", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Varrock's resident monarch.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "King Roald", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "648", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "She looks quite experienced.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Archer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "649", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He looks big and dumb.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Warrior", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "650", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He looks holy.", + "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": "651", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He looks kind of puny...", + "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": "652", + "range_level": "1", + "attack_level": "1", + "prj_height": "3" + }, + { + "examine": "Guardian of the dramen tree.", + "melee_animation": "5532", + "range_animation": "0", + "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", + "id": "655", + "range_level": "1", + "attack_level": "45" + }, + { + "examine": "Unsurprisingly monk like.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cave monk", + "defence_level": "1", + "safespot": null, + "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", + "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": "658", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He likes to paaaarty!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Party Pete", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "659", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Knight", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "660", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Man", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "663", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A short and angry dwarf.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Boot", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "665", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "64", + "respawn_delay": "60", + "defence_animation": "65", + "death_animation": "67", + "name": "Chronozon", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "strength_level": "1", + "id": "667", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An important looking gnome.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "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", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Foreman", + "defence_level": "20", + "safespot": null, + "lifepoints": "28", + "strength_level": "20", + "id": "674", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "A big, scary, jet-black demon.", + "slayer_task": "8", + "melee_animation": "64", + "range_animation": "64", + "combat_audio": "400,404,403", + "magic_level": "70", + "respawn_delay": "38", + "defence_animation": "65", + "weakness": "7", + "slayer_exp": "157", + "magic_animation": "64", + "death_animation": "67", + "name": "Black demon", + "defence_level": "70", + "safespot": null, + "lifepoints": "165", + "strength_level": "70", + "id": "677", + "aggressive": "true", + "bonuses": "45,40,40,150,150,80,150,20,150,68,0,0,0,0,0", + "range_level": "70", + "attack_level": "70" + }, + { + "examine": "Keeps order in the ranging guild.", + "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": "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, + "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, + "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": "0", + "examine": "It's an NPC.", + "name": "Edmond", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "714", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "In charge of people with silly outfits.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Head mourner", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "716", + "range_level": "1", + "attack_level": "1" + }, + { + "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 RuneScape'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 RuneScape'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 RuneScape's many citizens.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Man", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "728", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of RuneScape's many citizens.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Man", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "729", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of RuneScape'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.", + "slayer_task": "38", + "melee_animation": "6184", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "6204", + "name": "Wormbrain", + "defence_level": "1", + "safespot": null, + "lifepoints": "1", + "strength_level": "1", + "id": "745", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "defence_level": "76", + "safespot": null, + "lifepoints": "108", + "strength_level": "76", + "id": "749", + "aggressive": "true", + "range_level": "1", + "attack_level": "76" + }, + { + "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", + "defence_level": "76", + "safespot": null, + "lifepoints": "108", + "strength_level": "76", + "id": "750", + "aggressive": "true", + "range_level": "1", + "attack_level": "76" + }, + { + "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", + "defence_level": "76", + "safespot": null, + "lifepoints": "108", + "strength_level": "76", + "id": "751", + "aggressive": "true", + "range_level": "1", + "attack_level": "76" + }, + { + "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": "Ferocious barbarian spirit", + "defence_level": "76", + "safespot": null, + "lifepoints": "190", + "strength_level": "76", + "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" + }, + { + "examine": "He looks totally insane!", + "melee_animation": "423", + "range_animation": "0", + "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", + "id": "753", + "aggressive": "true", + "range_level": "28", + "attack_level": "28" + }, + { + "examine": "Stop looking and run!", + "melee_animation": "422", + "range_animation": "422", + "attack_speed": "5", + "defence_animation": "404", + "magic_animation": "422", + "death_animation": "9055", + "name": "Count Draynor", + "defence_level": "20", + "safespot": null, + "lifepoints": "4", + "strength_level": "1", + "id": "757", + "aggressive": "true", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "A well-fed farmer.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "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": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Civilian", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "785", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A citizen of Ardougne.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Civilian", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "786", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A citizen of Ardougne.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Civilian", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "787", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A gnome who's supposed to be cleaning up a mess.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Letham", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "790", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Smartly dressed", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Alfonse the waiter", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "793", + "range_level": "1", + "attack_level": "1" + }, + { + "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" + }, + { + "examine": "A cold hearted lady.", + "melee_animation": "422", + "range_animation": "0", + "magic_level": "55", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "836", + "name": "Ice Queen", + "defence_level": "55", + "safespot": null, + "lifepoints": "157", + "strength_level": "55", + "id": "795", + "range_level": "55", + "attack_level": "55" + }, + { + "examine": "He looks cold and hungry.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "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", + "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, + "lifepoints": "42", + "strength_level": "30", + "id": "799", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "It looks like there might be eels swimming in the lava.", + "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": "800", + "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": "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", + "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.", + "slayer_task": "92", + "melee_animation": "6559", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "6558", + "name": "Desert Wolf", + "defence_level": "11", + "safespot": null, + "lifepoints": "15", + "strength_level": "11", + "id": "839", + "range_level": "1", + "attack_level": "11" + }, + { + "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", + "attack_level": "1" + }, + { + "examine": "He looks busy attending to his cart.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mine cart driver", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "841", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "This pickaxe has been possessed by a dwarf ancestor spirit.", + "melee_animation": "185", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "188", + "name": "Rowdy Guard", + "defence_level": "40", + "safespot": null, + "lifepoints": "400", + "strength_level": "40", + "id": "842", + "aggressive": "true", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "Inefficient looking.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "RPDT employee", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "843", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Despite his name", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Head chef", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "847", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The famous tree gnome chef.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Aluft Gianne snr.", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "850", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He can serve you gnome food.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gnome Waiter", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "851", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Tough-looking.", + "slayer_task": "64", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "name": "Ogre chieftain", + "defence_level": "58", + "safespot": null, + "lifepoints": "331", + "strength_level": "58", + "id": "852", + "range_level": "1", + "attack_level": "58" + }, + { + "name": "Gorad", + "defence_level": "1", + "safespot": null, + "lifepoints": "81", + "strength_level": "1", + "id": "856", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "examine": "These ogres protect the city.", + "slayer_task": "64", + "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": "858", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ogre that guards.", + "slayer_task": "64", + "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" + }, + { + "examine": "Tries to keep the peace.", + "slayer_task": "64", + "melee_animation": "2100", + "range_animation": "0", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "8576", + "name": "City guard", + "defence_level": "58", + "safespot": null, + "lifepoints": "331", + "strength_level": "58", + "id": "862", + "range_level": "1", + "attack_level": "58" + }, + { + "examine": "Frightened-looking.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Scared skavid", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "863", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks mad.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "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.", + "slayer_task": "64", + "melee_animation": "2100", + "range_animation": "0", + "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", + "id": "870", + "range_level": "1", + "attack_level": "58" + }, + { + "examine": "The hat is a dead giveaway.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Watchtower Wizard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "872", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Funnily enough", + "slayer_task": "64", + "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", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Funnily enough", + "slayer_task": "64", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ogre merchant", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "874", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Funnily enough", + "slayer_task": "64", + "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": "875", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Tries to keep the peace.", + "melee_animation": "386", + "range_animation": "0", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "836", + "name": "Tower guard", + "defence_level": "17", + "safespot": null, + "lifepoints": "97", + "strength_level": "17", + "id": "877", + "range_level": "1", + "attack_level": "17" + }, + { + "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", + "attack_level": "1", + "defence_animation": "65" + }, + { + "examine": "The head of the palace guard.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Captain Rovin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "884", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Head of the Carnillean household.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ceril Carnillean", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "885", + "range_level": "1", + "attack_level": "1" + }, + { + "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" + }, + { + "death_animation": "836", + "name": "Clivet", + "defence_level": "1", + "safespot": null, + "lifepoints": "25", + "melee_animation": "811", + "strength_level": "1", + "id": "893", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "examine": "A member of the Hazeel cult.", + "melee_animation": "422", + "range_animation": "0", + "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", + "id": "894", + "range_level": "1", + "attack_level": "15" + }, + { + "examine": "Children are just like real people...just smaller.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "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", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "258", + "name": "Witch's experiment", + "defence_level": "12", + "safespot": null, + "lifepoints": "68", + "strength_level": "12", + "id": "897", + "range_level": "1", + "attack_level": "12" + }, + { + "examine": "Looks unnatural.", + "melee_animation": "5327", + "range_animation": "0", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "5329", + "name": "Witch's experiment (second form)", + "defence_level": "17", + "safespot": null, + "lifepoints": "97", + "strength_level": "17", + "id": "898", + "range_level": "1", + "attack_level": "17" + }, + { + "examine": "Looks unnatural.", + "melee_animation": "4925", + "range_animation": "0", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "4929", + "name": "Witch's experiment (third form)", + "defence_level": "27", + "safespot": null, + "lifepoints": "154", + "strength_level": "27", + "id": "899", + "range_level": "1", + "attack_level": "27" + }, + { + "examine": "Looks unnatural.", + "melee_animation": "6559", + "range_animation": "0", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "6558", + "name": "Witch's experiment (fourth form)", + "defence_level": "35", + "safespot": null, + "lifepoints": "200", + "strength_level": "35", + "id": "900", + "range_level": "1", + "attack_level": "35" + }, + { + "examine": "He hasn't seen much sun lately.", + "melee_animation": "0", + "range_animation": "0", + "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", + "attack_level": "1" + }, + { + "slayer_exp": "0", + "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", + "combat_style": "2", + "melee_animation": "811", + "magic_level": "75", + "defence_animation": "404", + "slayer_exp": "0", + "death_animation": "1816", + "name": "Kolodion", + "defence_level": "20", + "safespot": null, + "lifepoints": "3", + "strength_level": "1", + "id": "907", + "range_level": "1", + "attack_level": "42" + }, + { + "examine": "He's a shape-shifter", + "combat_style": "2", + "melee_animation": "132", + "magic_level": "89", + "defence_animation": "404", + "slayer_exp": "0", + "death_animation": "133", + "name": "Kolodion", + "defence_level": "25", + "safespot": null, + "lifepoints": "93", + "strength_level": "1", + "id": "908", + "range_level": "1", + "attack_level": "74" + }, + { + "examine": "He's a shape-shifter", + "combat_style": "2", + "melee_animation": "5322", + "magic_level": "89", + "defence_animation": "5320", + "slayer_exp": "0", + "death_animation": "5323", + "name": "Kolodion", + "defence_level": "28", + "safespot": null, + "lifepoints": "93", + "strength_level": "1", + "id": "909", + "range_level": "1", + "attack_level": "74" + }, + { + "examine": "He's a shape-shifter", + "combat_style": "2", + "melee_animation": "811", + "magic_level": "89", + "defence_animation": "404", + "slayer_exp": "0", + "death_animation": "714", + "name": "Kolodion", + "defence_level": "30", + "safespot": null, + "lifepoints": "93", + "strength_level": "1", + "id": "910", + "range_level": "1", + "attack_level": "74" + }, + { + "examine": "He's a shape-shifter", + "melee_animation": "69", + "magic_level": "90", + "defence_animation": "65", + "slayer_exp": "0", + "death_animation": "68", + "name": "Kolodion", + "defence_level": "35", + "safespot": null, + "lifepoints": "112", + "strength_level": "1", + "id": "911", + "range_level": "1", + "attack_level": "85" + }, + { + "examine": "He kills in the name of Zamorak.", + "combat_style": "2", + "melee_animation": "811", + "range_animation": "0", + "magic_level": "55", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "836", + "name": "Battle mage", + "defence_level": "55", + "safespot": null, + "lifepoints": "78", + "strength_level": "41", + "id": "912", + "aggressive": "true", + "range_level": "1", + "attack_level": "41" + }, + { + "examine": "He kills in the name of Saradomin.", + "combat_style": "2", + "melee_animation": "811", + "range_animation": "0", + "magic_level": "55", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "slayer_exp": "0", + "magic_animation": "0", + "death_animation": "836", + "name": "Battle mage", + "defence_level": "55", + "safespot": null, + "lifepoints": "78", + "strength_level": "41", + "id": "913", + "aggressive": "true", + "range_level": "1", + "attack_level": "41" + }, + { + "examine": "He kills in the name of Guthix.", + "combat_style": "2", + "melee_animation": "197", + "range_animation": "0", + "magic_level": "55", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "slayer_exp": "0", + "magic_animation": "0", + "death_animation": "196", + "name": "Battle mage", + "defence_level": "55", + "safespot": null, + "lifepoints": "78", + "strength_level": "41", + "id": "914", + "aggressive": "true", + "range_level": "1", + "attack_level": "41" + }, + { + "examine": "A crafter at the pinnacle of his art.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Joe", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "916", + "range_level": "1", + "attack_level": "1" + }, + { + "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": "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", + "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", + "respawn_delay": "60", + "defence_animation": "0", + "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", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Boulder", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "939", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Must be related to Elvarg.", + "slayer_task": "41", + "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": "941", + "aggressive": "true", + "bonuses": "0,0,0,0,0,20,40,40,30,20,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "68" + }, + { + "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", + "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 RuneScape.", + "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 RuneScape.", + "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 RuneScape.", + "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", + "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": "951", + "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 Brace", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "954", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Converts grass to beef.", + "slayer_task": "20", + "melee_animation": "5849", + "range_animation": "5849", + "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", + "id": "955", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's had a fair bit to drink...", + "start_gfx": "33", + "combat_style": "1", + "melee_animation": "99", + "range_animation": "99", + "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", + "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", + "defence_animation": "0", + "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.", + "slayer_task": "76", + "melee_animation": "5327", + "range_animation": "0", + "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", + "id": "977", + "range_level": "30", + "attack_level": "22" + }, + { + "examine": "It's one of Iban's pet vermin.", + "slayer_task": "67", + "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", + "strength_level": "12", + "id": "978", + "range_level": "1", + "attack_level": "12" + }, + { + "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": "979", + "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": "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": "496,498,497", + "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", + "magic_level": "32", + "respawn_delay": "60", + "defence_animation": "0", + "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" + }, + { + "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" + }, + { + "slayer_exp": "8", + "name": "Giant bat", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1005", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A servant of Zamorak.", + "combat_style": "2", + "melee_animation": "811", + "range_animation": "0", + "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", + "id": "1007", + "aggressive": "true", + "range_level": "50", + "attack_level": "50" + }, + { + "examine": "I think this spider has been magically modified.", + "slayer_task": "76", + "melee_animation": "5327", + "range_animation": "0", + "combat_audio": "537,539,538", + "attack_speed": "5", + "poisonous": "true", + "respawn_delay": "60", + "defence_animation": "5328", + "weakness": "2", + "poison_amount": "6", + "magic_animation": "0", + "death_animation": "5329", + "name": "Poison spider", + "safespot": null, + "defence_level": "70", + "lifepoints": "64", + "strength_level": "65", + "id": "1009", + "aggressive": "true", + "range_level": "45", + "attack_level": "60" + }, + { + "examine": "A green skinned croaker", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Swamp toad", + "defence_level": "1", + "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.", + "slayer_task": "7", + "melee_animation": "5387", + "range_animation": "5387", + "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", + "id": "1017", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He rules the", + "slayer_task": "7", + "melee_animation": "5387", + "range_animation": "0", + "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", + "id": "1018", + "range_level": "1", + "attack_level": "2" + }, + { + "examine": "A fire elemental.", + "melee_animation": "1029", + "range_animation": "0", + "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", + "id": "1019", + "range_level": "1", + "attack_level": "24" + }, + { + "examine": "An earth elemental.", + "melee_animation": "4868", + "range_animation": "0", + "attack_speed": "7", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "4870", + "name": "Earth elemental", + "defence_level": "32", + "safespot": null, + "movement_radius": "4", + "lifepoints": "45", + "strength_level": "32", + "id": "1020", + "aggressive": "true", + "range_level": "1", + "attack_level": "32" + }, + { + "examine": "An air elemental.", + "melee_animation": "1040", + "range_animation": "0", + "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", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "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": "Could his name be 'Lurch'?", + "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", + "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": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Arrghhh... A Ghast.", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "9467", + "name": "Ghast", + "defence_level": "25", + "safespot": null, + "lifepoints": "71", + "strength_level": "25", + "id": "1053", + "aggressive": "true", + "range_level": "1", + "attack_level": "25" + }, + { + "examine": "Ticket trader for the Brimhaven Agility Arena.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "703,705,704", + "defence_animation": "0", + "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", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Strange watcher", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1057", + "range_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", + "range_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", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Commander of the Imperial Guard.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Denulth", + "defence_level": "1", + "safespot": null, + "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", + "range_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", + "range_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", + "range_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", + "magic_level": "1", + "range_level": "1", + "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", + "range_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", + "range_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", + "range_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", + "range_level": "1", + "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": "1073", + "bonuses": "54,68,75,72,67,81,54,35,35,0,0,0,0,0,0", + "range_level": "44", + "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", + "bonuses": "54,68,75,72,67,81,54,35,35,0,0,0,0,0,0", + "range_level": "44", + "projectile": "10", + "attack_level": "1" + }, + { + "examine": "A Burthorpe Castle guard.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "magic_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guard", + "defence_level": "33", + "safespot": null, + "lifepoints": "44", + "strength_level": "33", + "id": "1076", + "clue_level": "1", + "range_level": "1", + "attack_level": "33" + }, + { + "examine": "A Burthorpe Castle guard.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "magic_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guard", + "defence_level": "33", + "safespot": null, + "lifepoints": "44", + "strength_level": "33", + "id": "1077", + "clue_level": "1", + "range_level": "1", + "attack_level": "33" + }, + { + "examine": "A servant for Prince Anlaf.", + "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": "1081", + "range_level": "1", + "attack_level": "1" + }, + { + "death_animation": "836", + "name": "Ocga", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "melee_animation": "422", + "strength_level": "1", + "id": "1085", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "name": "Man", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "1086", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "death_animation": "836", + "name": "Penda", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "melee_animation": "422", + "strength_level": "1", + "id": "1087", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "death_animation": "836", + "name": "Hygd", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "melee_animation": "422", + "strength_level": "1", + "id": "1088", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "death_animation": "836", + "name": "Ceolburg", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "melee_animation": "422", + "strength_level": "1", + "id": "1089", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "examine": "The knight seems to be watching something.", + "melee_animation": "7042", + "range_animation": "0", + "combat_audio": "511,513,512", + "attack_speed": "8", + "respawn_delay": "60", + "defence_animation": "0", + "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.", + "slayer_task": "83", + "melee_animation": "6523", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "name": "Rock", + "defence_level": "63", + "safespot": null, + "lifepoints": "90", + "strength_level": "63", + "id": "1095", + "aggressive": "true", + "range_level": "1", + "attack_level": "63" + }, + { + "examine": "A big", + "slayer_task": "83", + "range_animation": "0", + "attack_speed": "7", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "name": "Stick", + "defence_level": "61", + "safespot": null, + "lifepoints": "87", + "strength_level": "61", + "id": "1096", + "aggressive": "true", + "range_level": "1", + "attack_level": "61" + }, + { + "name": "Pee Hat", + "defence_level": "1", + "safespot": null, + "lifepoints": "126", + "strength_level": "1", + "id": "1097", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Kraka", + "defence_level": "1", + "safespot": null, + "lifepoints": "120", + "strength_level": "1", + "attack_speed": "6", + "id": "1098", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "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": "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.", + "slayer_task": "83", + "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.", + "slayer_task": "83", + "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.", + "slayer_task": "83", + "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.", + "slayer_task": "83", + "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.", + "slayer_task": "83", + "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.", + "slayer_task": "83", + "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": "1106", + "range_level": "1", + "attack_level": "53" + }, + { + "examine": "Small for a troll, but mean and ugly.", + "slayer_task": "83", + "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.", + "slayer_task": "83", + "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.", + "slayer_task": "83", + "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.", + "slayer_task": "83", + "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.", + "slayer_task": "83", + "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.", + "slayer_task": "83", + "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.", + "slayer_task": "83", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "name": "Troll general", + "defence_level": "65", + "safespot": null, + "lifepoints": "92", + "strength_level": "65", + "id": "1115", + "aggressive": "true", + "range_level": "1", + "attack_level": "65" + }, + { + "examine": "One of the troll generals.", + "slayer_task": "83", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "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.", + "slayer_task": "83", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "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.", + "slayer_task": "83", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "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.", + "slayer_task": "83", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "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.", + "slayer_task": "83", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "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.", + "slayer_task": "83", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "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.", + "slayer_task": "83", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "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.", + "slayer_task": "83", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "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.", + "slayer_task": "83", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "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.", + "slayer_task": "83", + "melee_animation": "1158", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "name": "Dad", + "defence_level": "55", + "safespot": null, + "lifepoints": "157", + "strength_level": "55", + "id": "1125", + "range_level": "1", + "attack_level": "55" + }, + { + "examine": "He's guarding the cells.", + "slayer_task": "83", + "range_animation": "0", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "name": "Twig", + "defence_level": "50", + "safespot": null, + "lifepoints": "71", + "strength_level": "50", + "id": "1126", + "range_level": "1", + "attack_level": "50" + }, + { + "examine": "He's guarding the cells.", + "slayer_task": "83", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "name": "Berry", + "defence_level": "50", + "safespot": null, + "lifepoints": "71", + "strength_level": "50", + "id": "1127", + "range_level": "1", + "attack_level": "50" + }, + { + "examine": "He's guarding the cells.", + "slayer_task": "83", + "melee_animation": "5821", + "range_animation": "0", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "name": "Twig", + "defence_level": "50", + "safespot": null, + "lifepoints": "71", + "strength_level": "50", + "id": "1128", + "range_level": "1", + "attack_level": "50" + }, + { + "examine": "He's guarding the cells.", + "slayer_task": "83", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "name": "Berry", + "defence_level": "50", + "safespot": null, + "lifepoints": "71", + "strength_level": "50", + "id": "1129", + "range_level": "1", + "attack_level": "50" + }, + { + "examine": "Small for a troll, but it's mean, ugly and throws rocks.", + "slayer_task": "83", + "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.", + "slayer_task": "83", + "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.", + "slayer_task": "83", + "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.", + "slayer_task": "83", + "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.", + "slayer_task": "83", + "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.", + "slayer_task": "83", + "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.", + "slayer_task": "83", + "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" + }, + { + "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...", + "slayer_task": "53", + "melee_animation": "6223", + "range_animation": "6223", + "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": "1153", + "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...", + "slayer_task": "53", + "melee_animation": "6224", + "range_animation": "0", + "poisonous": "true", + "respawn_delay": "60", + "defence_animation": "6227", + "weakness": "7", + "slayer_exp": "90", + "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...", + "slayer_task": "53", + "melee_animation": "6223", + "range_animation": "6223", + "attack_speed": "5", + "poisonous": "true", + "respawn_delay": "65", + "defence_animation": "6232", + "weakness": "7", + "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...", + "slayer_task": "53", + "melee_animation": "6223", + "range_animation": "6223", + "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...", + "slayer_task": "53", + "melee_animation": "6223", + "range_animation": "6223", + "attack_speed": "5", + "poisonous": "true", + "respawn_delay": "65", + "defence_animation": "6232", + "weakness": "7", + "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...", + "slayer_task": "53", + "melee_animation": "6241", + "range_animation": "6241", + "attack_speed": "4", + "poisonous": "true", + "magic_level": "150", + "respawn_delay": "45", + "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": "1", + "attack_level": "300" + }, + { + "agg_radius": "64", + "examine": "I don't think insect repellent will work...", + "slayer_task": "53", + "melee_animation": "6235", + "range_animation": "6235", + "attack_speed": "4", + "magic_level": "150", + "respawn_delay": "0", + "defence_animation": "6234", + "weakness": "10", + "magic_animation": "6235", + "death_animation": "6233", + "name": "Kalphite Queen", + "defence_level": "300", + "safespot": null, + "lifepoints": "255", + "strength_level": "300", + "id": "1160", + "aggressive": "true", + "bonuses": "0,0,0,0,0,100,100,100,10,10,0,0,0,0,0", + "range_level": "1", + "attack_level": "300" + }, + { + "examine": "I don't think insect repellent will work...", + "slayer_task": "53", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Kalphite Larva", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1161", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A huge beast", + "melee_animation": "313", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "315", + "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.", + "slayer_task": "31", + "start_gfx": "250", + "combat_style": "1", + "melee_animation": "428", + "range_animation": "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": "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.", + "slayer_task": "31", + "melee_animation": "428", + "range_animation": "0", + "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", + "id": "1184", + "clue_level": "2", + "range_level": "1", + "attack_level": "68" + }, + { + "examine": "An elven city guard.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Elven city guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1185", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A cute bunny rabbit.", + "melee_animation": "6090", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "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": "498,500,499", + "respawn_delay": "60", + "defence_animation": "4927", + "slayer_exp": "0", + "death_animation": "4929", + "name": "Grizzly bear", + "defence_level": "1", + "safespot": null, + "lifepoints": "27", + "strength_level": "1", + "id": "1195", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Eek! A bear cub!", + "slayer_task": "6", + "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.", + "slayer_task": "92", + "melee_animation": "6559", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "6558", + "name": "Dire Wolf", + "defence_level": "33", + "safespot": null, + "lifepoints": "47", + "strength_level": "33", + "id": "1198", + "range_level": "1", + "attack_level": "33" + }, + { + "examine": "An elf tracker.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Elf Tracker", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1199", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of King Tyras's men.", + "melee_animation": "414", + "range_animation": "0", + "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", + "id": "1200", + "range_level": "1", + "attack_level": "42" + }, + { + "examine": "I don't want to get on the wrong side of him.", + "start_gfx": "250", + "combat_style": "1", + "melee_animation": "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", + "strength_level": "105", + "id": "1203", + "range_level": "50", + "attack_level": "95" + }, + { + "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": "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", + "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", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Gardener", + "defence_level": "4", + "safespot": null, + "lifepoints": "5", + "strength_level": "4", + "id": "1217", + "range_level": "1", + "attack_level": "4" + }, + { + "examine": "A scary, man eating ghoul.", + "slayer_task": "37", + "melee_animation": "422", + "range_animation": "422", + "attack_speed": "5", + "defence_animation": "404", + "weakness": "9", + "slayer_exp": "50", + "magic_animation": "422", + "death_animation": "9055", + "name": "Ghoul", + "defence_level": "25", + "safespot": null, + "lifepoints": "40", + "strength_level": "25", + "id": "1218", + "bonuses": "10,10,20,20,15,20,15,15,15,15,15,35,0,0,0", + "range_level": "1", + "attack_level": "25" + }, + { + "examine": "Yuck! It's all slimy!", + "melee_animation": "1273", + "range_animation": "0", + "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", + "id": "1219", + "aggressive": "true", + "range_level": "1", + "attack_level": "42" + }, + { + "examine": "Could his name be 'Lurch'?", + "melee_animation": "7183", + "slayer_exp": "50", + "death_animation": "7185", + "name": "Vampire", + "defence_level": "52", + "safespot": null, + "lifepoints": "50", + "strength_level": "1", + "id": "1220", + "clue_level": "1", + "range_level": "1", + "attack_level": "52" + }, + { + "slayer_exp": "40", + "name": "Vampire", + "defence_level": "1", + "safespot": null, + "lifepoints": "50", + "strength_level": "1", + "id": "1223", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "combat_style": "1", + "melee_animation": "8143", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "slayer_exp": "0", + "magic_animation": "0", + "death_animation": "8144", + "name": "Myre Blamish Snail", + "defence_level": "10", + "safespot": null, + "lifepoints": "14", + "strength_level": "10", + "id": "1227", + "range_level": "1", + "attack_level": "10" + }, + { + "examine": "A blood coloured blamish snail", + "combat_style": "1", + "melee_animation": "8143", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "slayer_exp": "0", + "magic_animation": "0", + "death_animation": "8144", + "name": "Blood Blamish Snail", + "defence_level": "10", + "safespot": null, + "lifepoints": "14", + "strength_level": "10", + "id": "1228", + "range_level": "1", + "attack_level": "10" + }, + { + "examine": "A muddy coloured blamish snail", + "combat_style": "1", + "melee_animation": "8143", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "slayer_exp": "0", + "magic_animation": "0", + "death_animation": "8144", + "name": "Ochre Blamish Snail", + "defence_level": "10", + "safespot": null, + "lifepoints": "14", + "strength_level": "10", + "id": "1229", + "range_level": "1", + "attack_level": "10" + }, + { + "examine": "A bruise blue coloured blamish snail", + "combat_style": "1", + "melee_animation": "8143", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "slayer_exp": "0", + "magic_animation": "0", + "death_animation": "8144", + "name": "Bruise Blamish Snail", + "defence_level": "10", + "safespot": null, + "lifepoints": "14", + "strength_level": "10", + "id": "1230", + "range_level": "1", + "attack_level": "10" + }, + { + "examine": "A branch bark coloured blamish snail", + "combat_style": "1", + "melee_animation": "8143", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "slayer_exp": "0", + "magic_animation": "0", + "death_animation": "8144", + "name": "Bark Blamish Snail", + "defence_level": "10", + "safespot": null, + "lifepoints": "14", + "strength_level": "10", + "id": "1231", + "range_level": "1", + "attack_level": "10" + }, + { + "examine": "A marsh coloured blamish snail", + "combat_style": "1", + "melee_animation": "8143", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "slayer_exp": "0", + "magic_animation": "0", + "death_animation": "8144", + "name": "Myre Blamish Snail", + "defence_level": "10", + "safespot": null, + "lifepoints": "14", + "strength_level": "10", + "id": "1232", + "range_level": "1", + "attack_level": "10" + }, + { + "examine": "A blood coloured blamish snail", + "combat_style": "1", + "melee_animation": "8143", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "slayer_exp": "0", + "magic_animation": "0", + "death_animation": "8144", + "name": "Blood Blamish Snail", + "defence_level": "10", + "safespot": null, + "lifepoints": "14", + "strength_level": "10", + "id": "1233", + "range_level": "1", + "attack_level": "10" + }, + { + "examine": "A muddy coloured blamish snail", + "combat_style": "1", + "melee_animation": "8143", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "slayer_exp": "0", + "magic_animation": "0", + "death_animation": "8144", + "name": "Ochre Blamish Snail", + "defence_level": "10", + "safespot": null, + "lifepoints": "14", + "strength_level": "10", + "id": "1234", + "range_level": "1", + "attack_level": "10" + }, + { + "examine": "A bruise blue coloured blamish snail", + "combat_style": "1", + "melee_animation": "8143", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "slayer_exp": "0", + "magic_animation": "0", + "death_animation": "8144", + "name": "Bruise Blamish Snail", + "defence_level": "10", + "safespot": null, + "lifepoints": "14", + "strength_level": "10", + "id": "1235", + "range_level": "1", + "attack_level": "10" + }, + { + "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", + "slayer_task": "73", + "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.", + "slayer_task": "73", + "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", + "slayer_task": "73", + "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.", + "slayer_task": "73", + "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", + "slayer_task": "73", + "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.", + "slayer_task": "73", + "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", + "slayer_task": "73", + "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.", + "slayer_task": "73", + "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", + "slayer_task": "73", + "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.", + "slayer_task": "73", + "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" + }, + { + "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", + "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", + "attack_speed": "5", + "magic_level": "1", + "defence_animation": "1313", + "weakness": "7", + "magic_animation": "1312", + "death_animation": "1314", + "name": "Rock Crab", + "defence_level": "1", + "safespot": null, + "lifepoints": "51", + "strength_level": "1", + "id": "1265", + "bonuses": "-75,-75,-75,-75,-75,-75,-75,-75,-75,-75,-75,-75,-75,-75,-75", + "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", + "attack_speed": "5", + "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": "-75,-75,-75,-75,-75,-75,-75,-75,-75,-75,-75,-75,-75,-75,-75", + "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", + "strength_level": "40", + "id": "1279", + "aggressive": "true", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "A Fremennik hunter.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sigli the Huntsman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1281", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A Fremennik merchant.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sigmund The Merchant", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1282", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A Fremennik navigator.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Swensen the Navigator", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1283", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Every innkeeper's best friend!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Manni the Reveller", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1286", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Supposedly fixes things around RuneScape.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Council workman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1287", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A Fremennik riddler.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Peer the Seer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1288", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A Fremennik hero.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Thorvald the Warrior", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1289", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Your challenge awaits! ", + "melee_animation": "390", + "range_animation": "0", + "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", + "id": "1290", + "range_level": "1", + "attack_level": "13" + }, + { + "examine": "He lives again!", + "melee_animation": "390", + "range_animation": "0", + "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", + "id": "1291", + "range_level": "1", + "attack_level": "13" + }, + { + "examine": "He keeps on living!", + "melee_animation": "390", + "range_animation": "0", + "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", + "id": "1292", + "range_level": "1", + "attack_level": "13" + }, + { + "examine": "He just keeps on going.", + "melee_animation": "390", + "range_animation": "0", + "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", + "id": "1293", + "range_level": "1", + "attack_level": "13" + }, + { + "examine": "The Fremennik tribe's chieftain.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "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", + "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", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Warrior", + "defence_level": "28", + "safespot": null, + "lifepoints": "40", + "strength_level": "28", + "id": "1318", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "A cunning animal.", + "melee_animation": "6562", + "range_animation": "0", + "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", + "id": "1319", + "range_level": "1", + "attack_level": "32" + }, + { + "examine": "Hoppity", + "melee_animation": "1245", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "1246", + "name": "Bunny", + "defence_level": "1", + "safespot": null, + "lifepoints": "1", + "strength_level": "1", + "id": "1320", + "range_level": "1", + "attack_level": "1" + }, + { + "death_animation": "1246", + "name": "Bunny", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "melee_animation": "1245", + "strength_level": "1", + "id": "1321", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "1244" + }, + { + "examine": "Cute. But deadly.", + "slayer_task": "6", + "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" + }, + { + "examine": "Horned horsey.", + "melee_animation": "6376", + "range_animation": "6376", + "combat_audio": "496,498,497", + "attack_speed": "5", + "magic_level": "6", + "respawn_delay": "32", + "defence_animation": "6375", + "weakness": "7", + "magic_animation": "6376", + "death_animation": "6377", + "name": "Unicorn Foal", + "defence_level": "6", + "safespot": null, + "lifepoints": "14", + "strength_level": "6", + "id": "1328", + "range_level": "1", + "attack_level": "6" + }, + { + "examine": "Cute but evil.", + "melee_animation": "6376", + "range_animation": "0", + "combat_audio": "496,498,497", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "6377", + "name": "Black unicorn Foal", + "defence_level": "12", + "safespot": null, + "lifepoints": "17", + "strength_level": "12", + "id": "1329", + "range_level": "1", + "attack_level": "12" + }, + { + "examine": "Fearsome predator found only in the Fremennik Province", + "slayer_task": "92", + "melee_animation": "6559", + "range_animation": "0", + "combat_audio": "481,491,490", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "slayer_exp": "69", + "magic_animation": "0", + "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.", + "slayer_task": "24", + "melee_animation": "1341", + "range_animation": "0", + "magic_level": "60", + "respawn_delay": "60", + "defence_animation": "0", + "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": "He seems happy to see you.", + "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": "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", + "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", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "examine": "Hmm", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fishmonger", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1369", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "At least he eats his greens.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Greengrocer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1370", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's guarding the throne room.", + "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": "1374", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's cutting the wheat.", + "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": "1377", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "No-one would mistake her for a duchess.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Flower Girl", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1378", + "range_level": "1", + "attack_level": "1" + }, + { + "death_animation": "836", + "name": "Alrik", + "defence_level": "1", + "safespot": null, + "lifepoints": "1", + "melee_animation": "422", + "strength_level": "1", + "id": "1381", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "examine": "He's strong to the finish, because he eats cabbage.", + "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": "1385", + "range_level": "1", + "attack_level": "1" + }, + { + "death_animation": "836", + "name": "Rannveig", + "defence_level": "1", + "safespot": null, + "lifepoints": "1", + "melee_animation": "422", + "strength_level": "1", + "id": "1386", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "death_animation": "836", + "name": "Valgerd", + "defence_level": "1", + "safespot": null, + "lifepoints": "1", + "melee_animation": "422", + "strength_level": "1", + "id": "1388", + "range_level": "1", + "respawn_delay": "60", + "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", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "death_animation": "836", + "name": "Broddi", + "defence_level": "1", + "safespot": null, + "lifepoints": "1", + "melee_animation": "422", + "strength_level": "1", + "id": "1390", + "range_level": "1", + "respawn_delay": "60", + "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": "1391", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "death_animation": "836", + "name": "Ragnvald", + "defence_level": "1", + "safespot": null, + "lifepoints": "1", + "melee_animation": "810", + "strength_level": "1", + "id": "1392", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "examine": "Hmm", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fishmonger", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1393", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "At least he eats his greens.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Greengrocer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1394", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's a lumberjack", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Lumberjack Leif", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1395", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's just mining his own business.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Miner Magnus", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1396", + "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": "Fisherman Frodi", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1397", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "She's looking a bit weedy.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gardener Gunnhild", + "defence_level": "1", + "safespot": null, + "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", + "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": "1402", + "range_level": "1", + "attack_level": "1" + }, + { + "death_animation": "5389", + "name": "Rooster", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "melee_animation": "5387", + "strength_level": "1", + "id": "1403", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "5388" + }, + { + "death_animation": "6092", + "name": "Rabbit", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "melee_animation": "6090", + "strength_level": "1", + "id": "1404", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "6091" + }, + { + "examine": "There to help me make my bids.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Lumdo", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1419", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An official looking Gnome with small beady eyes.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "G.L.O. Caranock", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1427", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "1383", + "respawn_delay": "60", + "defence_animation": "1393", + "death_animation": "1384", + "name": "Duke", + "defence_level": "1", + "safespot": null, + "lifepoints": "130", + "strength_level": "1", + "id": "1442", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "1383", + "respawn_delay": "60", + "defence_animation": "1393", + "death_animation": "1384", + "name": "Oipuis", + "defence_level": "1", + "safespot": null, + "lifepoints": "130", + "strength_level": "1", + "id": "1443", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "1383", + "respawn_delay": "60", + "defence_animation": "1393", + "death_animation": "1384", + "name": "Uyoro", + "defence_level": "1", + "safespot": null, + "lifepoints": "130", + "strength_level": "1", + "id": "1444", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "1383", + "respawn_delay": "60", + "defence_animation": "1387", + "death_animation": "1384", + "name": "Ouhai", + "defence_level": "1", + "safespot": null, + "lifepoints": "130", + "strength_level": "1", + "id": "1445", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "1383", + "respawn_delay": "60", + "defence_animation": "1393", + "death_animation": "1384", + "name": "Uodai", + "defence_level": "1", + "safespot": null, + "lifepoints": "130", + "strength_level": "1", + "id": "1446", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "1383", + "respawn_delay": "60", + "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", + "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.", + "slayer_task": "61", + "melee_animation": "1392", + "range_animation": "0", + "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", + "id": "1455", + "range_level": "1", + "attack_level": "66" + }, + { + "examine": "A bow wielding ninja monkey.", + "slayer_task": "61", + "combat_style": "1", + "melee_animation": "0", + "range_animation": "1394", + "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", + "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", + "aggressive": "true", + "range_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", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A huge brutish gorilla armoured with dangerous looking vambraces.", + "slayer_task": "61", + "melee_animation": "1402", + "range_animation": "1402", + "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", + "id": "1459", + "range_level": "1", + "attack_level": "100" + }, + { + "examine": "A huge brutish gorilla armoured with dangerous looking vambraces.", + "slayer_task": "61", + "melee_animation": "1402", + "range_animation": "0", + "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", + "id": "1460", + "aggressive": "true", + "range_level": "1", + "attack_level": "63" + }, + { + "examine": "A huge brutish gorilla stands here", + "slayer_task": "61", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "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.", + "slayer_task": "61", + "melee_animation": "1383", + "range_animation": "0", + "combat_audio": "629,631,630", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "1384", + "name": "Monkey Zombie", + "defence_level": "55", + "safespot": null, + "lifepoints": "78", + "strength_level": "55", + "id": "1465", + "aggressive": "true", + "range_level": "1", + "attack_level": "55" + }, + { + "melee_animation": "1392", + "combat_audio": "629,631,630", + "respawn_delay": "60", + "defence_animation": "1393", + "death_animation": "1384", + "name": "Monkey Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "90", + "strength_level": "1", + "id": "1466", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "1392", + "combat_audio": "629,631,630", + "respawn_delay": "60", + "defence_animation": "1393", + "death_animation": "1384", + "name": "Monkey Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "strength_level": "1", + "id": "1467", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He looks like the type of guy who would mind monkeys.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "629,631,630", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Monkey minder", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1469", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It looks just a bit... underfed.", + "slayer_task": "75", + "melee_animation": "5519", + "range_animation": "5519", + "combat_audio": "774,775,777", + "attack_speed": "6", + "defence_animation": "5520", + "weakness": "8", + "magic_animation": "5519", + "death_animation": "5521", + "name": "Skeleton", + "defence_level": "75", + "safespot": null, + "lifepoints": "112", + "strength_level": "109", + "id": "1471", + "range_level": "1", + "attack_level": "80" + }, + { + "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", + "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.", + "slayer_task": "7", + "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.", + "slayer_task": "7", + "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", + "slayer_task": "76", + "melee_animation": "5327", + "range_animation": "0", + "combat_audio": "537,539,538", + "respawn_delay": "60", + "defence_animation": "0", + "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", + "defence_animation": "0", + "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", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "5972", + "name": "Undead Lumberjack", + "defence_level": "10", + "safespot": null, + "lifepoints": "100", + "strength_level": "73", + "id": "1524", + "range_level": "1", + "attack_level": "73" + }, + { + "examine": "His robes prominently display the star of Saradomin.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Zealot", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1528", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Imp", + "defence_level": "1", + "safespot": null, + "lifepoints": "8", + "strength_level": "1", + "id": "1531", + "range_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", + "range_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", + "range_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", + "range_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", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "185", + "respawn_delay": "60", + "defence_animation": "186", + "death_animation": "188", + "name": "Possessed pickaxe", + "defence_level": "1", + "safespot": null, + "lifepoints": "40", + "strength_level": "1", + "id": "1536", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A strange disturbance in the air.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "0", + "name": "Haze", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1537", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Well", + "slayer_task": "75", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "0", + "name": "Corpse", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1538", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "I don't think the pickaxe is for hitting rocks.", + "slayer_task": "75", + "melee_animation": "5485", + "range_animation": "0", + "respawn_delay": "60", + "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", + "id": "1539", + "aggressive": "true", + "range_level": "1", + "attack_level": "35" + }, + { + "melee_animation": "5540", + "respawn_delay": "60", + "defence_animation": "5541", + "death_animation": "5542", + "name": "Treus Dayth", + "defence_level": "1", + "safespot": null, + "lifepoints": "100", + "strength_level": "1", + "id": "1540", + "aggressive": "true", + "range_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", + "range_level": "1", + "attack_level": "1" + }, + { + "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": "30", + "strength_level": "1", + "id": "1549", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A large boisterous bird", + "slayer_task": "7", + "melee_animation": "6761", + "range_animation": "0", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "6762", + "name": "Chompy bird", + "defence_level": "1", + "safespot": null, + "lifepoints": "8", + "strength_level": "1", + "id": "1550", + "range_level": "2", + "attack_level": "1" + }, + { + "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", + "attack_level": "1" + }, + { + "name": "Ug", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "1557", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Not man's best friend.", + "slayer_task": "92", + "melee_animation": "6559", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "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!", + "slayer_task": "83", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "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!", + "slayer_task": "83", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "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!", + "slayer_task": "83", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "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!", + "slayer_task": "83", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "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!", + "slayer_task": "83", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "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!", + "slayer_task": "83", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "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!", + "slayer_task": "83", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "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", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cyreg Paddlehorn", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1567", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A creature summoned by Vanstrom to kill the remaining Myreque.", + "melee_animation": "6579", + "range_animation": "0", + "combat_audio": "774,775,777", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "6558", + "name": "Skeleton Hellhound", + "defence_level": "32", + "safespot": null, + "lifepoints": "57", + "strength_level": "32", + "id": "1575", + "aggressive": "true", + "range_level": "1", + "attack_level": "32" + }, + { + "examine": "A very large elemental adversary.", + "slayer_task": "33", + "melee_animation": "4666", + "range_animation": "4666", + "combat_audio": "449,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", + "aggressive": "true", + "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.", + "slayer_task": "33", + "melee_animation": "4666", + "range_animation": "4666", + "combat_audio": "449,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", + "aggressive": "true", + "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.", + "slayer_task": "33", + "melee_animation": "4666", + "range_animation": "4666", + "combat_audio": "449,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", + "aggressive": "true", + "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.", + "slayer_task": "33", + "melee_animation": "4666", + "range_animation": "4666", + "combat_audio": "449,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", + "aggressive": "true", + "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.", + "slayer_task": "33", + "melee_animation": "4666", + "range_animation": "4666", + "combat_audio": "449,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", + "aggressive": "true", + "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0", + "range_level": "1", + "attack_level": "65" + }, + { + "examine": "His beard seems to have a life of its own.", + "slayer_task": "62", + "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", + "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": "His beard seems to have a life of its own.", + "slayer_task": "62", + "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", + "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": "Young but still dangerous.", + "slayer_task": "68", + "melee_animation": "25", + "range_animation": "25", + "combat_audio": "408,410,409", + "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", + "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" + }, + { + "examine": "Its scales seem to be made of bronze.", + "slayer_task": "13", + "melee_animation": "80", + "range_animation": "80", + "combat_audio": "408,410,409", + "attack_speed": "4", + "magic_level": "100", + "respawn_delay": "40", + "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", + "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" + }, + { + "examine": "Its scales seem to be made of iron.", + "slayer_task": "50", + "melee_animation": "80", + "range_animation": "80", + "combat_audio": "408,410,409", + "attack_speed": "4", + "magic_level": "100", + "respawn_delay": "45", + "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", + "id": "1591", + "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": "165" + }, + { + "examine": "Its scales seem to be made of steel.", + "slayer_task": "80", + "melee_animation": "80", + "range_animation": "80", + "combat_audio": "408,410,409", + "attack_speed": "4", + "magic_level": "100", + "respawn_delay": "45", + "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", + "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" + }, + { + "examine": "An unsuitable pet.", + "slayer_task": "27", + "melee_animation": "6562", + "range_animation": "6562", + "magic_level": "20", + "respawn_delay": "20", + "defence_animation": "6563", + "weakness": "7", + "magic_animation": "6562", + "death_animation": "6564", + "name": "Wild dog", + "defence_level": "25", + "safespot": null, + "lifepoints": "62", + "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", + "magic_level": "20", + "respawn_delay": "20", + "defence_animation": "6563", + "magic_animation": "6562", + "death_animation": "6564", + "name": "Wild dog", + "defence_level": "25", + "safespot": null, + "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" + }, + { + "examine": "A spiky crawling critter. ", + "slayer_task": "16", + "melee_animation": "266", + "range_animation": "266", + "attack_speed": "4", + "poisonous": "true", + "respawn_delay": "25", + "defence_animation": "267", + "weakness": "1", + "slayer_exp": "22", + "magic_animation": "266", + "death_animation": "265", + "name": "Cave crawler", + "defence_level": "30", + "safespot": null, + "lifepoints": "23", + "strength_level": "30", + "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", + "attack_speed": "4", + "poisonous": "true", + "respawn_delay": "25", + "defence_animation": "267", + "slayer_exp": "22", + "magic_animation": "266", + "death_animation": "265", + "name": "Cave crawler", + "defence_level": "30", + "safespot": null, + "lifepoints": "23", + "strength_level": "30", + "id": "1601", + "bonuses": "30,60,60,60,60,66,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "A spiky crawling critter. ", + "melee_animation": "266", + "range_animation": "266", + "attack_speed": "4", + "poisonous": "true", + "respawn_delay": "25", + "defence_animation": "267", + "slayer_exp": "22", + "magic_animation": "266", + "death_animation": "265", + "name": "Cave crawler", + "defence_level": "30", + "safespot": null, + "lifepoints": "23", + "strength_level": "30", + "id": "1602", + "bonuses": "30,60,60,60,60,66,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "A spiky crawling critter. ", + "melee_animation": "266", + "range_animation": "266", + "attack_speed": "4", + "poisonous": "true", + "respawn_delay": "25", + "defence_animation": "267", + "slayer_exp": "22", + "magic_animation": "266", + "death_animation": "265", + "name": "Cave crawler", + "defence_level": "30", + "safespot": null, + "lifepoints": "23", + "strength_level": "30", + "id": "1603", + "bonuses": "30,60,60,60,60,66,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "A very smelly ghost.", + "slayer_task": "0", + "start_gfx": "334", + "combat_style": "2", + "melee_animation": "9466", + "weakness": "5", + "slayer_exp": "90", + "magic_animation": "9466", + "death_animation": "9467", + "lifepoints": "90", + "id": "1604", + "aggressive": "true", + "bonuses": "0,0,0,0,0,20,20,20,0,15,0,0,0,0,0", + "range_animation": "1507", + "magic_level": "105", + "end_gfx": "336", + "defence_animation": "9468", + "name": "Aberrant spectre", + "defence_level": "90", + "safespot": null, + "strength_level": "1", + "clue_level": "2", + "range_level": "1", + "projectile": "335", + "attack_level": "1" + }, + { + "examine": "A very smelly ghost.", + "slayer_task": "0", + "start_gfx": "334", + "combat_style": "2", + "melee_animation": "9466", + "weakness": "5", + "slayer_exp": "90", + "magic_animation": "9466", + "death_animation": "9467", + "lifepoints": "90", + "id": "1605", + "aggressive": "true", + "bonuses": "0,0,0,0,0,20,20,20,0,15,0,0,0,0,0", + "range_animation": "1507", + "magic_level": "105", + "end_gfx": "336", + "defence_animation": "9468", + "name": "Aberrant spectre", + "defence_level": "90", + "safespot": null, + "strength_level": "1", + "clue_level": "2", + "range_level": "1", + "projectile": "335", + "attack_level": "1" + }, + { + "examine": "A very smelly ghost.", + "slayer_task": "0", + "start_gfx": "334", + "combat_style": "2", + "melee_animation": "9466", + "weakness": "5", + "slayer_exp": "90", + "magic_animation": "9466", + "death_animation": "9467", + "lifepoints": "90", + "id": "1606", + "aggressive": "true", + "bonuses": "0,0,0,0,0,20,20,20,0,15,0,0,0,0,0", + "range_animation": "1507", + "magic_level": "105", + "end_gfx": "336", + "defence_animation": "9468", + "name": "Aberrant spectre", + "defence_level": "90", + "safespot": null, + "strength_level": "1", + "clue_level": "2", + "range_level": "1", + "projectile": "335", + "attack_level": "1" + }, + { + "examine": "A very smelly ghost.", + "slayer_task": "0", + "start_gfx": "334", + "combat_style": "2", + "melee_animation": "9466", + "weakness": "5", + "slayer_exp": "90", + "magic_animation": "9466", + "death_animation": "9467", + "lifepoints": "90", + "id": "1607", + "aggressive": "true", + "bonuses": "0,0,0,0,0,20,20,20,0,15,0,0,0,0,0", + "range_animation": "1507", + "magic_level": "105", + "end_gfx": "336", + "defence_animation": "9468", + "name": "Aberrant spectre", + "defence_level": "90", + "safespot": null, + "strength_level": "1", + "clue_level": "2", + "range_level": "1", + "projectile": "335", + "attack_level": "1" + }, + { + "examine": "Large, heavy, with sharp things attached to its head.", + "melee_animation": "9439", + "range_animation": "9439", + "attack_speed": "4", + "magic_level": "1", + "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", + "attack_speed": "4", + "magic_level": "1", + "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", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "9455", + "slayer_exp": "105", + "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" + }, + { + "examine": "Flies like a rock.", + "slayer_task": "84", + "melee_animation": "1516", + "range_animation": "1516", + "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", + "id": "1611", + "clue_level": "2", + "range_level": "49", + "attack_level": "45" + }, + { + "examine": "A tortured screaming soul.", + "melee_animation": "9449", + "range_animation": "1523", + "attack_speed": "5", + "defence_animation": "9451", + "slayer_exp": "22", + "magic_animation": "1523", + "death_animation": "9450", + "name": "Banshee", + "defence_level": "5", + "safespot": null, + "lifepoints": "22", + "strength_level": "14", + "id": "1612", + "aggressive": "true", + "clue_level": "0", + "range_level": "1", + "attack_level": "9" + }, + { + "examine": "An evil death demon.", + "melee_animation": "9487", + "range_animation": "1528", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "9489", + "magic_animation": "1528", + "death_animation": "9488", + "name": "Nechryael", + "defence_level": "105", + "safespot": null, + "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", + "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!", + "slayer_task": "1", + "melee_animation": "1537", + "range_animation": "1537", + "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", + "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", + "attack_speed": "5", + "magic_level": "75", + "defence_animation": "261", + "slayer_exp": "75", + "magic_animation": "260", + "death_animation": "264", + "name": "Basilisk", + "defence_level": "75", + "safespot": null, + "lifepoints": "75", + "strength_level": "80", + "id": "1616", + "range_level": "75", + "attack_level": "80" + }, + { + "examine": "The eyes of evil.", + "melee_animation": "260", + "range_animation": "260", + "attack_speed": "5", + "magic_level": "75", + "defence_animation": "261", + "slayer_exp": "75", + "magic_animation": "260", + "death_animation": "264", + "name": "Basilisk", + "defence_level": "75", + "safespot": null, + "lifepoints": "75", + "strength_level": "80", + "id": "1617", + "range_level": "75", + "attack_level": "80" + }, + { + "examine": "The tongue of evil.", + "melee_animation": "9130", + "range_animation": "1552", + "attack_speed": "4", + "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", + "aggressive": "true", + "clue_level": "2", + "range_level": "1", + "attack_level": "75" + }, + { + "examine": "The tongue of evil.", + "melee_animation": "9130", + "range_animation": "1552", + "attack_speed": "4", + "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": "1619", + "aggressive": "true", + "clue_level": "2", + "range_level": "1", + "attack_level": "75" + }, + { + "examine": "The winged reptile.", + "slayer_task": "19", + "melee_animation": "7762", + "range_animation": "7762", + "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", + "id": "1620", + "bonuses": "30,30,30,30,30,35,0,0,0,0,0,0,0,0,0", + "clue_level": "1", + "range_level": "32", + "attack_level": "32" + }, + { + "examine": "The winged reptile.", + "melee_animation": "7762", + "range_animation": "7762", + "attack_speed": "5", + "defence_animation": "7761", + "slayer_exp": "37", + "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" + }, + { + "examine": "It's one leg short!", + "melee_animation": "9471", + "range_animation": "9471", + "attack_speed": "5", + "defence_animation": "9473", + "magic_animation": "9471", + "death_animation": "9472", + "name": "Turoth", + "defence_level": "30", + "safespot": null, + "lifepoints": "27", + "strength_level": "1", + "id": "1622", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "It's one leg short!", + "melee_animation": "9471", + "range_animation": "9471", + "attack_speed": "5", + "defence_animation": "9473", + "magic_animation": "9471", + "death_animation": "9472", + "name": "Turoth", + "defence_level": "30", + "safespot": null, + "lifepoints": "27", + "strength_level": "1", + "id": "1623", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "The vacuumed face of evil.", + "slayer_task": "28", + "melee_animation": "1557", + "range_animation": "1557", + "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", + "id": "1624", + "range_level": "1", + "attack_level": "105" + }, + { + "examine": "The cave-dwelling cousin of the dust devils.", + "slayer_task": "28", + "melee_animation": "1557", + "range_animation": "0", + "defence_animation": "0", + "weakness": "2", + "magic_animation": "0", + "death_animation": "1558", + "name": "Smokedevil", + "defence_level": "61", + "safespot": null, + "lifepoints": "87", + "strength_level": "105", + "id": "1625", + "range_level": "61", + "attack_level": "105" + }, + { + "examine": "It's one leg short!", + "melee_animation": "9471", + "range_animation": "9471", + "attack_speed": "5", + "magic_level": "75", + "defence_animation": "9473", + "magic_animation": "9471", + "death_animation": "9472", + "name": "Turoth", + "defence_level": "75", + "safespot": null, + "lifepoints": "79", + "strength_level": "85", + "id": "1626", + "clue_level": "2", + "range_level": "75", + "attack_level": "80" + }, + { + "examine": "It's one leg short!", + "melee_animation": "9471", + "range_animation": "9471", + "attack_speed": "5", + "magic_level": "75", + "defence_animation": "9473", + "magic_animation": "9471", + "death_animation": "9472", + "name": "Turoth", + "defence_level": "75", + "safespot": null, + "lifepoints": "79", + "strength_level": "85", + "id": "1627", + "clue_level": "2", + "range_level": "75", + "attack_level": "80" + }, + { + "examine": "It's one leg short!", + "melee_animation": "9471", + "range_animation": "9471", + "attack_speed": "5", + "magic_level": "75", + "defence_animation": "9473", + "magic_animation": "9471", + "death_animation": "9472", + "name": "Turoth", + "defence_level": "75", + "safespot": null, + "lifepoints": "79", + "strength_level": "85", + "id": "1628", + "clue_level": "2", + "range_level": "75", + "attack_level": "80" + }, + { + "examine": "It's one leg short!", + "melee_animation": "9471", + "range_animation": "9471", + "attack_speed": "5", + "magic_level": "75", + "defence_animation": "9473", + "magic_animation": "9471", + "death_animation": "9472", + "name": "Turoth", + "defence_level": "75", + "safespot": null, + "lifepoints": "79", + "strength_level": "85", + "id": "1629", + "clue_level": "2", + "range_level": "75", + "attack_level": "80" + }, + { + "examine": "It's one leg short!", + "melee_animation": "9471", + "range_animation": "9471", + "attack_speed": "5", + "magic_level": "75", + "defence_animation": "9473", + "magic_animation": "9471", + "death_animation": "9472", + "name": "Turoth", + "defence_level": "75", + "safespot": null, + "lifepoints": "79", + "strength_level": "85", + "id": "1630", + "clue_level": "2", + "range_level": "75", + "attack_level": "80" + }, + { + "examine": "A rocky slug.", + "slayer_task": "69", + "melee_animation": "9506", + "range_animation": "9506", + "attack_speed": "5", + "magic_level": "1", + "defence_animation": "9508", + "weakness": "7", + "magic_animation": "9506", + "death_animation": "9507", + "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.", + "slayer_task": "69", + "melee_animation": "9506", + "range_animation": "9506", + "attack_speed": "5", + "magic_level": "1", + "defence_animation": "9508", + "weakness": "7", + "magic_animation": "9506", + "death_animation": "9507", + "name": "Rockslug", + "defence_level": "30", + "safespot": null, + "lifepoints": "30", + "strength_level": "30", + "id": "1632", + "clue_level": "2", + "range_level": "1", + "attack_level": "24" + }, + { + "spawn_animation": "8081", + "examine": "A small fire demon.", + "slayer_task": "66", + "melee_animation": "8080", + "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": "1633", + "bonuses": "52,30,22,1,1,0,0,0,0,0,0,10,10,10,0", + "clue_level": "1", + "range_level": "19", + "attack_level": "22" + }, + { + "spawn_animation": "8081", + "examine": "A small fire demon.", + "slayer_task": "66", + "melee_animation": "8080", + "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", + "bonuses": "52,30,22,1,1,0,0,0,0,0,0,10,10,10,0", + "clue_level": "1", + "range_level": "19", + "attack_level": "22" + }, + { + "spawn_animation": "8081", + "examine": "A small fire demon.", + "slayer_task": "66", + "melee_animation": "8080", + "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", + "bonuses": "52,30,22,1,1,0,0,0,0,0,0,10,10,10,0", + "clue_level": "1", + "range_level": "19", + "attack_level": "22" + }, + { + "spawn_animation": "8081", + "examine": "A small fire demon.", + "slayer_task": "66", + "melee_animation": "8080", + "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", + "bonuses": "52,30,22,1,1,0,0,0,0,0,0,10,10,10,0", + "clue_level": "1", + "range_level": "19", + "attack_level": "22" + }, + { + "examine": "It's a Jelly.", + "slayer_task": "51", + "melee_animation": "8569", + "range_animation": "8569", + "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", + "id": "1637", + "clue_level": "2", + "range_level": "40", + "attack_level": "40" + }, + { + "examine": "Doesn't look so tough...", + "slayer_task": "51", + "melee_animation": "8569", + "range_animation": "0", + "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", + "strength_level": "1", + "id": "1638", + "clue_level": "2", + "range_level": "49", + "attack_level": "1" + }, + { + "examine": "Wibbly.", + "slayer_task": "51", + "melee_animation": "8569", + "range_animation": "0", + "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", + "strength_level": "1", + "id": "1639", + "clue_level": "2", + "range_level": "49", + "attack_level": "1" + }, + { + "examine": "There's always room for jelly.", + "slayer_task": "51", + "melee_animation": "8569", + "range_animation": "0", + "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", + "attack_level": "1" + }, + { + "melee_animation": "8569", + "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", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "8569", + "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", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An evil magic user.", + "slayer_task": "49", + "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", + "bonuses": "0,0,0,0,0,0,0,0,40,0,0,0,0,0,0", + "range_level": "1", + "projectile": "100", + "attack_level": "1" + }, + { + "slayer_task": "49", + "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", + "bonuses": "0,0,0,0,0,0,0,0,40,0,0,0,0,0,0", + "range_level": "1", + "projectile": "100", + "attack_level": "1" + }, + { + "examine": "An evil magic user.", + "slayer_task": "49", + "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", + "bonuses": "0,0,0,0,0,0,0,0,40,0,0,0,0,0,0", + "range_level": "1", + "projectile": "100", + "attack_level": "1" + }, + { + "examine": "An evil magic user.", + "slayer_task": "49", + "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", + "bonuses": "0,0,0,0,0,0,0,0,40,0,0,0,0,0,0", + "range_level": "1", + "projectile": "100", + "attack_level": "1" + }, + { + "examine": "An evil magic user.", + "slayer_task": "49", + "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", + "bonuses": "0,0,0,0,0,0,0,0,40,0,0,0,0,0,0", + "range_level": "1", + "projectile": "100", + "attack_level": "1" + }, + { + "examine": "Now THAT'S handy.", + "slayer_task": "21", + "melee_animation": "9125", + "range_animation": "9125", + "attack_speed": "5", + "respawn_delay": "20", + "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", + "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", + "slayer_task": "21", + "melee_animation": "9125", + "range_animation": "0", + "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", + "range_level": "1", + "attack_level": "8" + }, + { + "examine": "Gimmie five. Actually", + "slayer_task": "21", + "melee_animation": "9125", + "range_animation": "0", + "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", + "range_level": "1", + "attack_level": "8" + }, + { + "examine": "Gimmie five. Actually", + "slayer_task": "21", + "melee_animation": "9125", + "range_animation": "0", + "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", + "range_level": "1", + "attack_level": "8" + }, + { + "examine": "Gimmie five. Actually", + "slayer_task": "21", + "melee_animation": "9125", + "range_animation": "0", + "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", + "range_level": "1", + "attack_level": "8" + }, + { + "examine": "Now THAT's handy.", + "slayer_task": "21", + "melee_animation": "9444", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "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", + "id": "1653", + "range_level": "1", + "attack_level": "13" + }, + { + "examine": "I'm glad it's just the hand I can see...", + "slayer_task": "21", + "melee_animation": "9444", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "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", + "id": "1654", + "range_level": "1", + "attack_level": "13" + }, + { + "examine": "A big severed hand.", + "slayer_task": "21", + "melee_animation": "9444", + "range_animation": "0", + "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", + "range_level": "1", + "attack_level": "13" + }, + { + "examine": "Give the guy a big hand.....", + "slayer_task": "21", + "melee_animation": "9444", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "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", + "id": "1656", + "range_level": "1", + "attack_level": "13" + }, + { + "examine": "A big severed hand.", + "slayer_task": "21", + "melee_animation": "9444", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "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", + "id": "1657", + "range_level": "1", + "attack_level": "13" + }, + { + "examine": "A Supplier of Magical robes.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Robe Store owner", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1658", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's in charge of the Skullball Course.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Skullball Boss", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1660", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's in charge of the Agility Course.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Agility Boss", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1661", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A skullball guide.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Skullball Trainer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1662", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A werewolf agility trainer.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Agility Trainer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1663", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks like he's guarding a trapdoor...", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Werewolf", + "defence_level": "1", + "safespot": null, + "lifepoints": "100", + "strength_level": "1", + "id": "1665", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Gardener Ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "1675", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "His beard seems to have a life of its own.", + "melee_animation": "4666", + "range_animation": "4666", + "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", + "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" + }, + { + "examine": "A ghost disciple.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "436,439,438", + "defence_animation": "0", + "magic_animation": "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", + "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.", + "slayer_task": "20", + "melee_animation": "5849", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5851", + "name": "Undead cow", + "defence_level": "3", + "safespot": null, + "lifepoints": "4", + "strength_level": "3", + "id": "1691", + "range_level": "1", + "attack_level": "3" + }, + { + "examine": "Yep", + "slayer_task": "7", + "melee_animation": "5387", + "range_animation": "0", + "combat_audio": "355,357,356", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "5389", + "name": "Undead chicken", + "defence_level": "5", + "safespot": null, + "lifepoints": "7", + "strength_level": "5", + "id": "1692", + "range_level": "1", + "attack_level": "5" + }, + { + "examine": "An extremely vicious lobster.", + "slayer_task": "71", + "melee_animation": "6265", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "6267", + "name": "Giant lobster", + "defence_level": "30", + "safespot": null, + "lifepoints": "128", + "strength_level": "30", + "id": "1693", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "An old", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Old crone", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1695", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A creaky old man.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Old man", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1696", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A spooky ghost villager.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "436,439,438", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ghost villager", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1697", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "This poor soul cannot understand why it has not passed to the next world.", + "slayer_task": "36", + "melee_animation": "422", + "range_animation": "0", + "attack_speed": "5", + "magic_level": "38", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "slayer_exp": "25", + "magic_animation": "0", + "death_animation": "836", + "name": "Tortured soul", + "defence_level": "38", + "safespot": null, + "lifepoints": "85", + "strength_level": "28", + "id": "1698", + "aggressive": "true", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "Beware the ghostly shopkeeper's wares!", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "436,439,438", + "defence_animation": "0", + "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" + }, + { + "death_animation": "1013", + "name": "Terrorbird", + "defence_level": "1", + "safespot": null, + "lifepoints": "34", + "melee_animation": "1010", + "strength_level": "1", + "id": "1751", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "1012" + }, + { + "examine": "These gnomes know how to get around!", + "slayer_task": "7", + "melee_animation": "6790", + "range_animation": "0", + "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", + "id": "1752", + "range_level": "1", + "attack_level": "33" + }, + { + "examine": "A farmer's enemy.", + "slayer_task": "7", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "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", + "range_level": "1", + "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", + "range_level": "1", + "attack_level": "5" + }, + { + "examine": "Farming.", + "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": "1759", + "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": "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.", + "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": "1761", + "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": "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", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Where beef comes from.", + "slayer_task": "20", + "melee_animation": "5849", + "range_animation": "5849", + "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", + "id": "1767", + "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": "1768", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "slayer_task": "38", + "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", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "slayer_task": "38", + "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", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "slayer_task": "38", + "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", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "slayer_task": "38", + "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", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "slayer_task": "38", + "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", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "slayer_task": "38", + "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", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "slayer_task": "38", + "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", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "slayer_task": "38", + "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", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He looks quite independent in an aggressive and business like way.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "498,500,499", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Hammerspike Stoutbeard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1794", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A short stout menacing fellow.", + "slayer_task": "29", + "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", + "range_level": "1", + "attack_level": "25" + }, + { + "examine": "A short stout menacing fellow.", + "slayer_task": "29", + "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", + "range_level": "1", + "attack_level": "25" + }, + { + "examine": "A short stout menacing fellow.", + "slayer_task": "29", + "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", + "range_level": "1", + "attack_level": "25" + }, + { + "melee_animation": "1750", + "respawn_delay": "60", + "defence_animation": "1751", + "death_animation": "1752", + "name": "Slagilith", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "strength_level": "1", + "id": "1802", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A pile of boulders.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Rock pile", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1803", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He seems to be guarding a pile of rocks. Interesting job.", + "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": "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", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1806", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The Chieftain of the mountain camp.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Hamal the Chieftain", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1807", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Is that a bear... or a man?", + "melee_animation": "1760", + "range_animation": "0", + "magic_level": "23", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "1759", + "name": "The Kendal", + "defence_level": "23", + "safespot": null, + "lifepoints": "85", + "strength_level": "23", + "id": "1812", + "aggressive": "true", + "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.", + "slayer_task": "38", + "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.", + "slayer_task": "38", + "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.", + "slayer_task": "38", + "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.", + "slayer_task": "38", + "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": "Flies like a rock.", + "melee_animation": "9454", + "range_animation": "1516", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "9455", + "slayer_exp": "105", + "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" + }, + { + "examine": "It didn't get that big eating flies!", + "melee_animation": "1793", + "range_animation": "1793", + "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", + "id": "1828", + "bonuses": "10,10,10,10,10,10,1,10,10,10,10,37,0,0,0", + "range_level": "32", + "attack_level": "45" + }, + { + "examine": "It didn't get that big eating flies.", + "melee_animation": "1793", + "range_animation": "0", + "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", + "id": "1829", + "range_level": "26", + "attack_level": "1" + }, + { + "examine": "A foul-smelling blob of protoplasm.", + "slayer_task": "18", + "melee_animation": "1789", + "range_animation": "0", + "attack_speed": "5", + "poisonous": "true", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "1", + "slayer_exp": "25", + "magic_animation": "0", + "death_animation": "1792", + "name": "Cave slime", + "defence_level": "19", + "safespot": null, + "lifepoints": "27", + "strength_level": "1", + "id": "1831", + "clue_level": "0", + "range_level": "19", + "attack_level": "1" + }, + { + "examine": "A nasty crawling critter.", + "slayer_task": "15", + "melee_animation": "6079", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "2", + "slayer_exp": "5", + "magic_animation": "0", + "death_animation": "6082", + "name": "Cave bug", + "defence_level": "6", + "safespot": null, + "lifepoints": "8", + "strength_level": "1", + "id": "1832", + "range_level": "6", + "attack_level": "1" + }, + { + "examine": "A little", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cave bug larva", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1833", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Has an odd smell about him.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Candle seller", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1834", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A short angry guy.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Dwarven Engineer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1840", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The little guy is having trouble standing up right.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Khorvak, a dwarven engineer", + "defence_level": "1", + "safespot": null, + "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", + "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": "1844", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It is the avatar of the Arzinian Being of Bordanzan", + "melee_animation": "1840", + "range_animation": "0", + "defence_animation": "0", + "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", + "defence_animation": "0", + "weakness": "0", + "magic_animation": "0", + "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", + "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", + "id": "1856", + "aggressive": "true", + "range_level": "1", + "attack_level": "30" + }, + { + "melee_animation": "1840", + "respawn_delay": "60", + "defence_animation": "1842", + "death_animation": "1843", + "name": "Arzinian Avatar of Magic", + "defence_level": "1", + "safespot": null, + "lifepoints": "110", + "strength_level": "1", + "id": "1857", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "1840", + "respawn_delay": "60", + "defence_animation": "1842", + "death_animation": "1843", + "name": "Arzinian Avatar of Magic", + "defence_level": "1", + "safespot": null, + "lifepoints": "70", + "strength_level": "1", + "id": "1858", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It's the Arzinian Being", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Arzinian Being of Bordanzan", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1859", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He sells ranging equipment.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Brian", + "defence_level": "1", + "safespot": null, + "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" + }, + { + "examine": "A market stall keeper.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Market seller", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1866", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Ali the discount animal seller.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ali the Camel Man", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1867", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A mischievous looking child.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Street urchin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1868", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An old Hag named Alice.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ali the Hag", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1871", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A snake charmer.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "3609,3608,3610", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ali the Snake Charmer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1872", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A foul tempered ugly lumpy yellow horse prone to spitting.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ali the Camel", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1873", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A slithering serpent.", + "melee_animation": "275", + "range_animation": "0", + "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", + "id": "1874", + "range_level": "6", + "attack_level": "4" + }, + { + "examine": "A toothless old Snake.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "3609,3608,3610", + "defence_animation": "0", + "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", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Bandit champion", + "defence_level": "39", + "safespot": null, + "lifepoints": "55", + "strength_level": "39", + "id": "1885", + "aggressive": "true", + "range_level": "1", + "attack_level": "39" + }, + { + "examine": "Probably the weakest bandit in the world ....ever.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cowardly Bandit", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1886", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Smooth operator.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "703,705,704", + "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", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Menaphite thug.", + "melee_animation": "0", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "0", + "name": "Menaphite Thug", + "defence_level": "29", + "safespot": null, + "lifepoints": "41", + "strength_level": "29", + "id": "1904", + "range_level": "1", + "attack_level": "29" + }, + { + "death_animation": "836", + "name": "Menaphite Thug", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "melee_animation": "395", + "strength_level": "1", + "id": "1905", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "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" + }, + { + "examine": "A tough-looking criminal.", + "melee_animation": "412", + "range_animation": "412", + "attack_speed": "5", + "defence_animation": "404", + "magic_animation": "412", + "death_animation": "9055", + "name": "Kamil", + "defence_level": "20", + "safespot": null, + "lifepoints": "50", + "strength_level": "55", + "id": "1913", + "range_level": "1", + "attack_level": "20" + }, + { + "melee_animation": "422", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Dessous", + "defence_level": "1", + "safespot": null, + "lifepoints": "200", + "strength_level": "1", + "id": "1914", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "422", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Dessous", + "defence_level": "1", + "safespot": null, + "lifepoints": "200", + "strength_level": "1", + "id": "1915", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "I guess he sells what he steals...?", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Bandit shopkeeper", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1917", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Hardened by the cutthroat world of archaeology.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Archaeologist", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1918", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Very mysterious looking...", + "melee_animation": "377", + "range_animation": "0", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "836", + "name": "Stranger", + "defence_level": "58", + "safespot": null, + "lifepoints": "82", + "strength_level": "58", + "id": "1919", + "aggressive": "true", + "range_level": "1", + "attack_level": "58" + }, + { + "examine": "Looks like a rough-and-ready type.", + "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": "1921", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A tough-looking criminal.", + "melee_animation": "412", + "range_animation": "412", + "attack_speed": "5", + "defence_animation": "404", + "magic_animation": "412", + "death_animation": "9055", + "name": "Bandit", + "defence_level": "30", + "safespot": null, + "lifepoints": "65", + "strength_level": "70", + "id": "1926", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "This is an NPC.", + "melee_animation": "412", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "100", + "defence_animation": "404", + "magic_animation": "0", + "death_animation": "9055", + "name": "Bandit", + "defence_level": "1", + "safespot": null, + "lifepoints": "65", + "strength_level": "1", + "id": "1931", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ice troll.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ice troll", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1935", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Brrrrr...he must be cold!", + "slayer_task": "83", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "name": "Ice troll", + "defence_level": "64", + "safespot": null, + "lifepoints": "91", + "strength_level": "64", + "id": "1936", + "aggressive": "true", + "range_level": "1", + "attack_level": "64" + }, + { + "examine": "Brrrrr...he must be cold!", + "slayer_task": "83", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "name": "Ice troll", + "defence_level": "64", + "safespot": null, + "lifepoints": "91", + "strength_level": "64", + "id": "1937", + "range_level": "1", + "attack_level": "64" + }, + { + "examine": "Brrrrr...he must be cold!", + "slayer_task": "83", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "name": "Ice troll", + "defence_level": "64", + "safespot": null, + "lifepoints": "91", + "strength_level": "64", + "id": "1938", + "aggressive": "true", + "range_level": "1", + "attack_level": "64" + }, + { + "examine": "Brrrrr...he must be cold!", + "slayer_task": "83", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "name": "Ice troll", + "defence_level": "64", + "safespot": null, + "lifepoints": "91", + "strength_level": "64", + "id": "1939", + "range_level": "1", + "attack_level": "64" + }, + { + "examine": "Brrrrr...he must be cold!", + "slayer_task": "83", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "name": "Ice troll", + "defence_level": "64", + "safespot": null, + "lifepoints": "91", + "strength_level": "64", + "id": "1940", + "aggressive": "true", + "range_level": "1", + "attack_level": "64" + }, + { + "examine": "Brrrrr...he must be cold!", + "slayer_task": "83", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "name": "Ice troll", + "defence_level": "64", + "safespot": null, + "lifepoints": "91", + "strength_level": "64", + "id": "1941", + "aggressive": "true", + "range_level": "1", + "attack_level": "64" + }, + { + "examine": "Brrrrr...he must be cold!", + "slayer_task": "83", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "name": "Ice troll", + "defence_level": "64", + "safespot": null, + "lifepoints": "91", + "strength_level": "64", + "id": "1942", + "range_level": "1", + "attack_level": "64" + }, + { + "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": "1951", + "aggressive": "true", + "bonuses": "40,120,150,150,150,40,130,75,0,0,0,0,0,0,0", + "range_level": "1", + "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", + "aggressive": "true", + "bonuses": "40,120,150,150,150,40,130,75,0,0,0,0,0,0,0", + "range_level": "1", + "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", + "aggressive": "true", + "bonuses": "40,120,150,150,150,40,130,75,0,0,0,0,0,0,0", + "range_level": "1", + "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", + "aggressive": "true", + "bonuses": "40,120,150,150,150,40,130,75,0,0,0,0,0,0,0", + "range_level": "1", + "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", + "aggressive": "true", + "bonuses": "40,120,150,150,150,40,130,75,0,0,0,0,0,0,0", + "range_level": "1", + "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", + "aggressive": "true", + "bonuses": "40,120,150,150,150,40,130,75,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "Highly flammable!", + "melee_animation": "5549", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "5555", + "name": "Mummy", + "defence_level": "55", + "safespot": null, + "lifepoints": "78", + "strength_level": "55", + "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": "55", + "safespot": null, + "lifepoints": "78", + "strength_level": "55", + "id": "1961", + "aggressive": "true", + "range_level": "1", + "attack_level": "55" + }, + { + "examine": "Spooky", + "melee_animation": "5549", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "5555", + "name": "Mummy", + "defence_level": "55", + "poison_immune": "true", + "safespot": null, + "lifepoints": "78", + "strength_level": "55", + "id": "1962", + "range_level": "1", + "attack_level": "55" + }, + { + "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": "55", + "poison_immune": "true", + "safespot": null, + "lifepoints": "78", + "strength_level": "55", + "id": "1963", + "range_level": "1", + "attack_level": "55" + }, + { + "examine": "But who's the daddy?", + "melee_animation": "5549", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "5555", + "name": "Mummy", + "defence_level": "55", + "safespot": null, + "lifepoints": "78", + "strength_level": "55", + "id": "1964", + "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": "55", + "safespot": null, + "lifepoints": "78", + "strength_level": "55", + "id": "1965", + "range_level": "1", + "attack_level": "55" + }, + { + "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": "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...", + "slayer_task": "70", + "melee_animation": "1948", + "range_animation": "0", + "poisonous": "true", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "1946", + "name": "Scarabs", + "defence_level": "62", + "safespot": null, + "lifepoints": "88", + "strength_level": "62", + "id": "1969", + "range_level": "1", + "attack_level": "62" + }, + { + "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.", + "slayer_task": "75", + "melee_animation": "5499", + "range_animation": "0", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5503", + "name": "Giant skeleton", + "defence_level": "60", + "safespot": null, + "lifepoints": "85", + "strength_level": "60", + "id": "1973", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "Looks hungry!", + "slayer_task": "27", + "melee_animation": "6565", + "range_animation": "0", + "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", + "id": "1976", + "range_level": "1", + "attack_level": "48" + }, + { + "melee_animation": "799", + "respawn_delay": "60", + "defence_animation": "434", + "death_animation": "836", + "name": "Fareed", + "defence_level": "1", + "safespot": null, + "lifepoints": "130", + "strength_level": "1", + "id": "1977", + "aggressive": "true", + "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": "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", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "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", + "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.", + "slayer_task": "27", + "melee_animation": "6568", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "6567", + "name": "Jackal", + "defence_level": "35", + "safespot": null, + "lifepoints": "100", + "strength_level": "35", + "id": "1994", + "aggressive": "true", + "range_level": "1", + "attack_level": "35" + }, + { + "examine": "Obnoxious", + "melee_animation": "2015", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "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", + "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", + "id": "1997", + "aggressive": "true", + "range_level": "1", + "attack_level": "15" + }, + { + "examine": "I might give the burgers a miss in this town.", + "slayer_task": "20", + "melee_animation": "0", + "range_animation": "0", + "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.", + "slayer_task": "20", + "melee_animation": "0", + "range_animation": "0", + "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": "1999", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "I think they're some kind of beetle.", + "slayer_task": "70", + "melee_animation": "1948", + "range_animation": "0", + "attack_speed": "2", + "poisonous": "true", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "1946", + "name": "Scarab swarm", + "defence_level": "9", + "safespot": null, + "lifepoints": "900", + "strength_level": "9", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "50" + }, + { + "examine": "An irate warrior-mummy.", + "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": "2016", + "aggressive": "true", + "range_level": "1", + "attack_level": "50" + }, + { + "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": "2017", + "aggressive": "true", + "range_level": "1", + "attack_level": "50" + }, + { + "examine": "An irate mummy.", + "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": "2018", + "aggressive": "true", + "range_level": "1", + "attack_level": "50" + }, + { + "examine": "A wizened old warrior.", + "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": "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" + }, + { + "examine": "A vengeful spirit corrupted by dark magic.", + "start_gfx": "155", + "combat_style": "2", + "start_height": "96", + "melee_animation": "1162", + "range_animation": "1162", + "attack_speed": "6", + "magic_level": "100", + "end_gfx": "157", + "defence_animation": "420", + "weakness": "3", + "magic_animation": "1162", + "death_animation": "7197", + "name": "Ahrim the Blighted", + "defence_level": "100", + "safespot": null, + "lifepoints": "100", + "strength_level": "1", + "id": "2025", + "aggressive": "true", + "bonuses": "68,68,68,73,-19,103,85,117,73,0,0,68,0,0,0", + "range_level": "1", + "projectile": "156", + "attack_level": "1" + }, + { + "examine": "A vengeful spirit corrupted by dark magic.", + "melee_animation": "2066", + "range_animation": "2066", + "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", + "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" + }, + { + "examine": "A vengeful spirit corrupted by dark magic.", + "melee_animation": "2080", + "range_animation": "2080", + "attack_speed": "5", + "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,0", + "range_level": "100", + "projectile": "27", + "attack_level": "1" + }, + { + "examine": "A vengeful spirit corrupted by dark magic.", + "melee_animation": "2068", + "range_animation": "2068", + "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", + "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" + }, + { + "examine": "A vengeful spirit corrupted by dark magic.", + "melee_animation": "2062", + "range_animation": "2062", + "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", + "id": "2030", + "aggressive": "true", + "bonuses": "72,72,72,-42,-14,227,230,221,0,225,72,0,0,0,0", + "range_level": "1", + "attack_level": "100" + }, + { + "examine": "I think I should keep my distance...", + "melee_animation": "2070", + "range_animation": "2070", + "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", + "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" + }, + { + "examine": "A nasty little rodent.", + "slayer_task": "67", + "melee_animation": "240", + "range_animation": "240", + "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", + "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" + }, + { + "examine": "A nasty overgrown rodent.", + "slayer_task": "67", + "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": "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" + }, + { + "examine": "Incey wincey.", + "slayer_task": "76", + "melee_animation": "6249", + "range_animation": "6249", + "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", + "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" + }, + { + "examine": "Not very incey wincey.", + "slayer_task": "76", + "melee_animation": "5327", + "range_animation": "5327", + "combat_audio": "537,539,538", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "35", + "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": "Could do with gaining a few pounds.", + "slayer_task": "75", + "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.", + "slayer_task": "75", + "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": "Zogre", + "defence_level": "1", + "safespot": null, + "lifepoints": "71", + "strength_level": "1", + "id": "2044", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Zogre", + "defence_level": "1", + "safespot": null, + "lifepoints": "71", + "strength_level": "1", + "id": "2045", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Zogre", + "defence_level": "1", + "safespot": null, + "lifepoints": "71", + "strength_level": "1", + "id": "2046", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Zogre", + "defence_level": "1", + "safespot": null, + "lifepoints": "71", + "strength_level": "1", + "id": "2047", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Zogre", + "defence_level": "1", + "safespot": null, + "lifepoints": "71", + "strength_level": "1", + "id": "2048", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Zogre", + "defence_level": "1", + "safespot": null, + "lifepoints": "71", + "strength_level": "1", + "id": "2049", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Skogre", + "defence_level": "1", + "safespot": null, + "lifepoints": "71", + "strength_level": "1", + "id": "2050", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Zogre", + "defence_level": "1", + "safespot": null, + "lifepoints": "71", + "strength_level": "1", + "id": "2051", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Zogre", + "defence_level": "1", + "safespot": null, + "lifepoints": "71", + "strength_level": "1", + "id": "2052", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Zogre", + "defence_level": "1", + "safespot": null, + "lifepoints": "71", + "strength_level": "1", + "id": "2053", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Zogre", + "defence_level": "1", + "safespot": null, + "lifepoints": "71", + "strength_level": "1", + "id": "2054", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Zogre", + "defence_level": "1", + "safespot": null, + "lifepoints": "71", + "strength_level": "1", + "id": "2055", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Skogre", + "defence_level": "1", + "safespot": null, + "lifepoints": "71", + "strength_level": "1", + "id": "2056", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Skogre", + "defence_level": "1", + "safespot": null, + "lifepoints": "71", + "strength_level": "1", + "id": "2057", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "examine": "What could be hiding in that crack in the wall?", + "slayer_task": "87", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "931,923,922", + "attack_speed": "5", + "respawn_delay": "60", + "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" + }, + { + "name": "Slash Bash", + "defence_level": "1", + "safespot": null, + "lifepoints": "103", + "strength_level": "1", + "id": "2060", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "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.", + "slayer_task": "38", + "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.", + "slayer_task": "38", + "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.", + "slayer_task": "38", + "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.", + "slayer_task": "38", + "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.", + "slayer_task": "38", + "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.", + "slayer_task": "38", + "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", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5328", + "death_animation": "5329", + "name": "Secretary", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2091", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The head secretary of the Purple Pewter mining company.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Purple Pewter Secretary", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2092", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The head secretary of the Yellow Fortune mining company.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Yellow Fortune Secretary", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2093", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The head secretary of the Blue Opal mining company.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Blue Opal Secretary", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2094", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The head secretary of the Green Gemstone mining company.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Green Gemstone Secretary", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2095", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The head secretary of the White Chisel mining company.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "White Chisel Secretary", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2096", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The head secretary of the Silver Cog mining company.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Silver Cog Secretary", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2097", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The head secretary of the Brown Engine mining company.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Brown Engine Secretary", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2098", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2100", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2101", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2102", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2103", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2104", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2105", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "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", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trader", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2109", + "range_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", + "range_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", + "range_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", + "range_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", + "range_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", + "range_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", + "range_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", + "range_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", + "range_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", + "range_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", + "range_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", + "range_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", + "range_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", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He is regulating the flow of goods on the trade floor and maintaining order.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trade Referee", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2127", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A member of the Black Guard", + "slayer_task": "29", + "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", + "range_level": "1", + "attack_level": "34" + }, + { + "examine": "A member of the Black Guard", + "slayer_task": "29", + "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", + "range_level": "1", + "attack_level": "34" + }, + { + "examine": "A member of the Black Guard", + "slayer_task": "29", + "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", + "range_level": "1", + "attack_level": "34" + }, + { + "slayer_exp": "16", + "name": "Black Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2133", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An elite member of the Black Guard.", + "slayer_task": "29", + "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", + "range_level": "1", + "attack_level": "38" + }, + { + "examine": "An elite member of the Black Guard.", + "slayer_task": "29", + "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", + "range_level": "1", + "attack_level": "38" + }, + { + "examine": "An elite member of the Black Guard.", + "slayer_task": "29", + "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", + "range_level": "1", + "attack_level": "38" + }, + { + "examine": "A gnome traveller, visiting Keldagrim.", + "name": "Gnome traveller", + "defence_level": "1", + "force_talk": "Buying low-level skilling items!", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2138", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Very protective of his master... and his property.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Dromund's cat", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2140", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Makes sculptures.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Blasidar the sculptor", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2141", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A rather personable banker lady.", + "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": "2163", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A rather serious old fella.", + "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": "2164", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He takes care of the library and its many books.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Librarian", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2165", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A customer looking for books.", + "melee_animation": "0", + "range_animation": "0", + "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.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Customer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2168", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He tends to the plants in the palace garden.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Rind the gardener", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2170", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks after the factory.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Factory Manager", + "defence_level": "1", + "safespot": null, + "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", + "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": "2173", + "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": "2174", + "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": "2175", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A rich landlord", + "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": "These Dwarf ladies are so attractive!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Barmaid", + "defence_level": "1", + "safespot": null, + "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", + "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": "2181", + "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": "2182", + "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": "2183", + "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": "2184", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Remember: don't drink and ride in mine carts.", + "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": "2185", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Keeps the line clear of traffic.", + "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": "2186", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A loud", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Rowdy dwarf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2187", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "You cannot see his ship", + "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": "2205", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He carries a heavy load.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Dwarven Miner", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2207", + "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", + "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": "2235", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He guards the Draynor Market stalls from thieves.", + "melee_animation": "390", + "range_animation": "0", + "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", + "id": "2236", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "A local farmer. He may be able to provide some useful information.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gee", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2237", + "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": "Pig", + "defence_level": "1", + "safespot": null, + "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", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Porcine.", + "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": "2242", + "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": "2244", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "attack_speed": "6", + "respawn_delay": "60", + "defence_animation": "0", + "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" + }, + { + "combat_style": "1", + "melee_animation": "190", + "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" + }, + { + "combat_style": "1", + "melee_animation": "190", + "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", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Dark mage", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2262", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A blood-drinking denizen of the abyss.", + "melee_animation": "2181", + "range_animation": "0", + "attack_speed": "3", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "2", + "slayer_exp": "0", + "magic_animation": "0", + "death_animation": "2183", + "name": "Abyssal leech", + "defence_level": "52", + "safespot": null, + "lifepoints": "74", + "strength_level": "1", + "id": "2263", + "aggressive": "true", + "range_level": "52", + "attack_level": "1" + }, + { + "examine": "It seems to have eyes in the back of its head...", + "melee_animation": "2186", + "range_animation": "2186", + "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", + "id": "2264", + "aggressive": "true", + "range_level": "135", + "attack_level": "65" + }, + { + "examine": "Apparently walks the abyss.", + "melee_animation": "2192", + "range_animation": "2192", + "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", + "id": "2265", + "aggressive": "true", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "Sparkles the Tinsel Snake", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Rogue Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2267", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A snowman armed with a holly bow.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Rogue Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2269", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A snowman armed with an ice sword.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Emerald Benedict", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2271", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A snowman armed with a winter staff.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Spin Blades", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2272", + "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": "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" + }, + { + "melee_animation": "400", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Sir Leye", + "defence_level": "1", + "safespot": null, + "lifepoints": "21", + "strength_level": "1", + "id": "2285", + "aggressive": "true", + "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": "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" + }, + { + "name": "", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "2309", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Young, but still beefy.", + "slayer_task": "20", + "melee_animation": "5849", + "range_animation": "5849", + "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", + "id": "2310", + "range_level": "1", + "attack_level": "2" + }, + { + "examine": "Farmer/sheep liaison officer. Go on - give the dog a bone!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sheepdog", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2311", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He rules the", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Rooster", + "defence_level": "1", + "safespot": null, + "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", + "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": "2314", + "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": "2315", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Swine.", + "melee_animation": "0", + "range_animation": "0", + "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.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Pig", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2317", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Hog.", + "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": "2318", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Porcine.", + "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": "2319", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He has a certain bovine aroma.", + "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": "2320", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Only the Grim Reaper would have a pet like this.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Muncher", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2329", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Perhaps this farmer might look after your crops for you.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Vasquen", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2333", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "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", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fayeth", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2342", + "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": "2354", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "She can look after my money.", + "combat_style": "2", + "melee_animation": "0", + "range_animation": "0", + "respawn_delay": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Banker", + "defence_level": "1", + "safespot": null, + "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.", + "slayer_task": "31", + "melee_animation": "428", + "range_animation": "0", + "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", + "clue_level": "2", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "I don't wanna be at the wrong end of that pike.", + "slayer_task": "31", + "melee_animation": "428", + "range_animation": "0", + "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", + "clue_level": "2", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "He looks pretty handy with that bow.", + "slayer_task": "31", + "start_gfx": "250", + "combat_style": "1", + "melee_animation": "428", + "range_animation": "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", + "clue_level": "2", + "range_level": "64", + "projectile": "249", + "attack_level": "1" + }, + { + "examine": "He looks pretty handy with that bow.", + "slayer_task": "31", + "start_gfx": "250", + "combat_style": "1", + "melee_animation": "428", + "range_animation": "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", + "clue_level": "2", + "range_level": "64", + "projectile": "249", + "attack_level": "1" + }, + { + "examine": "A Mourner showing his true identity.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Head mourner", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2372", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A Mourner", + "slayer_task": "31", + "melee_animation": "428", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Mourner", + "defence_level": "61", + "safespot": null, + "lifepoints": "87", + "strength_level": "61", + "id": "2373", + "aggressive": "true", + "range_level": "1", + "attack_level": "61" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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": "16", + "name": "Chaos dwarf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2423", + "range_level": "1", + "attack_level": "1" + }, + { + "death_animation": "9230", + "name": "Jarvald", + "defence_level": "10", + "safespot": null, + "lifepoints": "10", + "melee_animation": "9232", + "strength_level": "10", + "id": "2436", + "range_level": "1", + "attack_level": "10", + "defence_animation": "9231" + }, + { + "examine": "Looks like a wanna be Fremennik.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Askeladden", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2439", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "This support is propping the door closed.", + "melee_animation": "0", + "range_animation": "0", + "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", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "1314", + "name": "Giant Rock Crab", + "defence_level": "68", + "safespot": null, + "lifepoints": "97", + "strength_level": "68", + "id": "2452", + "aggressive": "true", + "range_level": "1", + "attack_level": "68" + }, + { + "examine": "Heavy rock!", + "melee_animation": "0", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Boulder", + "defence_level": "1", + "safespot": null, + "lifepoints": "240", + "strength_level": "1", + "id": "2453", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A teeny-tiny horror from the ocean depths...", + "slayer_task": "24", + "melee_animation": "1341", + "range_animation": "0", + "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", + "id": "2454", + "aggressive": "true", + "range_level": "1", + "attack_level": "47" + }, + { + "examine": "A horror from the ocean depths...", + "melee_animation": "1343", + "attack_speed": "4", + "respawn_delay": "60", + "defence_animation": "1340", + "slayer_exp": "120", + "death_animation": "1342", + "name": "Dagannoth", + "defence_level": "71", + "safespot": null, + "lifepoints": "120", + "strength_level": "70", + "id": "2455", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "projectile": "294", + "attack_level": "68" + }, + { + "examine": "A horror from the ocean depths...", + "combat_style": "1", + "melee_animation": "1343", + "attack_speed": "4", + "respawn_delay": "60", + "defence_animation": "1340", + "slayer_exp": "0", + "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" + }, + { + "examine": "A fearsome magical creature from the deep.", + "combat_style": "2", + "melee_animation": "2365", + "attack_speed": "6", + "spell_id": "48", + "magic_level": "100", + "respawn_delay": "60", + "defence_animation": "2366", + "magic_animation": "2365", + "death_animation": "2367", + "name": "Wallasalki", + "defence_level": "80", + "safespot": null, + "lifepoints": "120", + "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 fowl beast.", + "combat_style": "2", + "melee_animation": "2302", + "range_animation": "2302", + "combat_audio": "355,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, + "lifepoints": "19", + "strength_level": "5", + "id": "2463", + "aggressive": "true", + "bonuses": "25,85,105,75,103,85,65,0,0,0,0,0,0,0,0", + "range_level": "5", + "projectile": "337", + "attack_level": "5" + }, + { + "examine": "A fowl beast.", + "combat_style": "2", + "melee_animation": "2302", + "range_animation": "2302", + "combat_audio": "355,357,356", + "magic_level": "10", + "respawn_delay": "25", + "defence_animation": "2300", + "magic_animation": "2302", + "death_animation": "2301", + "name": "Evil Chicken", + "defence_level": "40", + "safespot": null, + "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": "355,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": "355,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": "355,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": "355,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", + "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", + "id": "2476", + "bonuses": "30,20,10,20,20,30,30,10,20,10,30,30,20,30,20", + "range_level": "20", + "attack_level": "8" + }, + { + "examine": "Apparently a master of quizzes!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "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", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Evil Bob", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2479", + "range_level": "1", + "attack_level": "1" + }, + { + "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" + }, + { + "examine": "Annoying flappy thing.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "slayer_exp": "8", + "magic_animation": "0", + "death_animation": "0", + "name": "Giant bat", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2482", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A slithering serpent that likes to hide in the bush.", + "melee_animation": "275", + "range_animation": "0", + "combat_audio": "3609,3608,3610", + "poisonous": "true", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "1", + "poison_amount": "11", + "magic_animation": "0", + "death_animation": "278", + "name": "Bush snake", + "defence_level": "61", + "safespot": null, + "lifepoints": "87", + "strength_level": "1", + "id": "2489", + "aggressive": "true", + "range_level": "61", + "attack_level": "1" + }, + { + "melee_animation": "275", + "combat_audio": "3609,3608,3610", + "poisonous": "true", + "respawn_delay": "60", + "defence_animation": "276", + "poison_amount": "11", + "death_animation": "278", + "name": "Bush snake", + "defence_level": "1", + "safespot": null, + "lifepoints": "25", + "strength_level": "1", + "id": "2490", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "name": "Tribesman", + "defence_level": "1", + "safespot": null, + "lifepoints": "40", + "strength_level": "1", + "id": "2496", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A vicious warrior.", + "melee_animation": "428", + "range_animation": "0", + "poisonous": "true", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Tribesman", + "defence_level": "45", + "safespot": null, + "lifepoints": "64", + "strength_level": "45", + "id": "2497", + "clue_level": "1", + "range_level": "1", + "attack_level": "45" + }, + { + "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": "5", + "magic_level": "20", + "end_gfx": "107", + "defence_animation": "404", + "weakness": "3", + "magic_animation": "422", + "death_animation": "9055", + "name": "Chaos druid", + "defence_level": "10", + "safespot": null, + "lifepoints": "20", + "strength_level": "20", + "id": "2547", + "range_level": "10", + "projectile": "106", + "attack_level": "20" + }, + { + "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" + }, + { + "death_animation": "836", + "name": "Market Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "23", + "melee_animation": "400", + "strength_level": "1", + "id": "2571", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "examine": "He's guarding the bank.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "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": "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": "10", + "safespot": null, + "lifepoints": "14", + "strength_level": "10", + "id": "2674", + "range_level": "1", + "attack_level": "10" + }, + { + "name": "Man", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "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", + "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", + "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", + "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": "2679", + "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": "2680", + "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": "2681", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A popular dwarven delicacy.", + "melee_animation": "2705", + "range_animation": "2705", + "combat_audio": "3102,3104,3103", + "attack_speed": "5", + "defence_animation": "2706", + "magic_animation": "2705", + "death_animation": "2707", + "name": "Rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "2", + "strength_level": "1", + "id": "2682", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A citizen of Rimmington.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Hengel", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2683", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A citizen of Rimmington.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Anja", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2684", + "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": "1", + "safespot": null, + "lifepoints": "29", + "strength_level": "10", + "id": "2685", + "aggressive": "true", + "range_level": "20", + "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", + "aggressive": "true", + "range_level": "20", + "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", + "aggressive": "true", + "range_level": "20", + "attack_level": "20" + }, + { + "examine": "An ugly smelly creature, with a spear.", + "melee_animation": "163", + "range_animation": "163", + "combat_audio": "469,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", + "attack_level": "20" + }, + { + "examine": "Didn't the mage say this procedure was totally safe?", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Frog", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2689", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A salty seafarer. Needs a wash.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Jack Seagull", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2690", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A strange man with a strange name. Probably a strange past", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Longbow Ben", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2691", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "She quackers.", + "slayer_task": "7", + "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": "2693", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Mini quackers.", + "slayer_task": "7", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "3468", + "name": "Duckling", + "defence_level": "1", + "water_npc": "true", + "safespot": null, + "lifepoints": "1", + "strength_level": "1", + "id": "2694", + "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": "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": "6", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "836", + "name": "Black knight", + "defence_level": "24", + "safespot": null, + "lifepoints": "34", + "strength_level": "24", + "id": "2698", + "aggressive": "true", + "range_level": "1", + "attack_level": "24" + }, + { + "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", + "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", + "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", + "id": "2710", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "His hands are covered in mud. At least", + "start_gfx": "96", + "combat_style": "2", + "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", + "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", + "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" + }, + { + "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" + }, + { + "slayer_exp": "25", + "name": "Ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "2716", + "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" + }, + { + "examine": "She'll store my items for me.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Betty", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2718", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A wise barbarian", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Otto Godblessed", + "defence_level": "1", + "safespot": null, + "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", + "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": "2729", + "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": "2731", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He works in 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": "2732", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He wanders around the Crafting Guild pretending to be working.", + "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": "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", + "aggressive": "true", + "bonuses": "150,22,22,22,22,11,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "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", + "aggressive": "true", + "bonuses": "150,22,22,22,22,11,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "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", + "aggressive": "true", + "bonuses": "80,45,45,45,45,22,0,0,0,0,0,0,0,0,0", + "range_level": "20", + "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", + "aggressive": "true", + "bonuses": "80,45,45,45,45,22,0,0,0,0,0,0,0,0,0", + "range_level": "20", + "attack_level": "60" + }, + { + "examine": "Looks like living lava...", + "melee_animation": "9233", + "range_animation": "9233", + "attack_speed": "5", + "defence_animation": "9235", + "magic_animation": "9233", + "death_animation": "9234", + "name": "Tz-Kek", + "defence_level": "11", + "safespot": null, + "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", + "bonuses": "80,90,86,90,90,90,45,55,26,55,0,0,0,0,0", + "range_level": "80", + "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", + "bonuses": "80,90,86,90,90,90,45,55,26,55,0,0,0,0,0", + "range_level": "80", + "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", + "aggressive": "true", + "bonuses": "100,180,180,180,180,90,97,0,0,0,0,0,0,0,0", + "range_level": "1", + "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", + "aggressive": "true", + "bonuses": "100,180,180,180,180,90,97,0,0,0,0,0,0,0,0", + "range_level": "1", + "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", + "bonuses": "180,180,280,280,280,250,140,152,131,0,0,0,0,0,0", + "range_level": "1", + "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", + "bonuses": "180,180,280,280,280,250,140,152,131,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "150" + }, + { + "agg_radius": "64", + "examine": "This is going to hurt...", + "melee_animation": "9277", + "range_animation": "9277", + "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", + "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" + }, + { + "examine": "Mini Menace.", + "melee_animation": "9252", + "range_animation": "9252", + "attack_speed": "5", + "defence_animation": "9253", + "magic_animation": "9252", + "death_animation": "9257", + "name": "Yt-HurKot", + "defence_level": "75", + "safespot": null, + "lifepoints": "40", + "strength_level": "75", + "id": "2746", + "aggressive": "true", + "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", + "defence_animation": "0", + "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", + "defence_animation": "0", + "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", + "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", + "id": "2782", + "aggressive": "true", + "range_level": "1", + "attack_level": "68" + }, + { + "examine": "From a darker dimension.", + "slayer_task": "25", + "melee_animation": "2731", + "range_animation": "2731", + "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", + "strength_level": "160", + "id": "2783", + "aggressive": "true", + "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": "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": "2785", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Digging.", + "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": "2786", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Confused.", + "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": "2787", + "range_level": "1", + "attack_level": "1" + }, + { + "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": "An angry Ogre in a funny hat.", + "melee_animation": "359", + "range_animation": "359", + "attack_speed": "6", + "defence_animation": "360", + "magic_animation": "359", + "death_animation": "361", + "name": "Ogre", + "defence_level": "30", + "safespot": null, + "lifepoints": "48", + "strength_level": "30", + "id": "2801", + "aggressive": "true", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "They just call him 'Coach'.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gnome Coach", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2802", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A cold-blooded creature, partial to warmth.", + "slayer_task": "26", + "melee_animation": "2776", + "range_animation": "2776", + "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", + "id": "2803", + "aggressive": "true", + "range_level": "55", + "attack_level": "1" + }, + { + "examine": "A cold-blooded creature, partial to warmth.", + "slayer_task": "26", + "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", + "aggressive": "true", + "range_level": "45", + "attack_level": "1" + }, + { + "examine": "A cold-blooded creature, partial to warmth.", + "slayer_task": "26", + "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", + "aggressive": "true", + "range_level": "45", + "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", + "aggressive": "true", + "range_level": "45", + "attack_level": "1" + }, + { + "examine": "A cold-blooded creature, partial to warmth.", + "slayer_task": "26", + "melee_animation": "2776", + "range_animation": "2776", + "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", + "id": "2807", + "range_level": "15", + "attack_level": "1" + }, + { + "examine": "A cold-blooded creature, partial to warmth.", + "slayer_task": "26", + "melee_animation": "2776", + "range_animation": "2776", + "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", + "id": "2808", + "aggressive": "true", + "range_level": "15", + "attack_level": "1" + }, + { + "examine": "A camel who has the soul of a poet.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Al the Camel", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2809", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A camel whose love is unrequited.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Elly the Camel", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2810", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A camel who wants to fly some day.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ollie the Camel", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2811", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A camel who likes to rest.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cam the Camel", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2812", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A camel who wants to see the world.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Neferti the Camel", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2815", + "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": "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" + }, + { + "examine": "A shabby-looking leader.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Captain Braindeath", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2827", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Most of an angry", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "50% Luke", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2828", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "I wonder if it was all the 'rum' that pickled him.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Captain Donnie", + "defence_level": "1", + "safespot": null, + "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", + "aggressive": "true", + "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": "2832", + "aggressive": "true", + "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": "2833", + "aggressive": "true", + "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": "2834", + "aggressive": "true", + "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": "2835", + "aggressive": "true", + "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": "2836", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An undead sea scoundrel.", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "36" + }, + { + "examine": "An undead sea scoundrel.", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "36" + }, + { + "examine": "An undead sea scoundrel.", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "36" + }, + { + "examine": "An undead sea scoundrel.", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "36" + }, + { + "examine": "An undead sea scoundrel.", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "36" + }, + { + "examine": "An undead sea scoundrel.", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "36" + }, + { + "examine": "He talks a good fight.", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "34" + }, + { + "examine": "He talks a good fight.", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "34" + }, + { + "examine": "He talks a good fight.", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "34" + }, + { + "examine": "He talks a good fight.", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "34" + }, + { + "examine": "He talks a good fight.", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "34" + }, + { + "examine": "He talks a good fight.", + "slayer_task": "93", + "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", + "aggressive": "true", + "range_level": "1", + "attack_level": "34" + }, + { + "examine": "The pun was intended.", + "melee_animation": "2804", + "range_animation": "0", + "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", + "id": "2849", + "aggressive": "true", + "range_level": "40", + "attack_level": "40" + }, + { + "examine": "A bunch of legs, eyes and teeth.", + "slayer_task": "76", + "melee_animation": "5319", + "range_animation": "0", + "combat_audio": "537,539,538", + "attack_speed": "4", + "respawn_delay": "60", + "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", + "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", + "range_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", + "range_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", + "range_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", + "range_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", + "range_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", + "range_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", + "range_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", + "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": "2863", + "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": "2866", + "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": "2869", + "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": "2878", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A knee-high horror from the ocean depths...", + "slayer_task": "24", + "melee_animation": "1579", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "1581", + "name": "Dagannoth fledgeling", + "defence_level": "52", + "safespot": null, + "lifepoints": "74", + "strength_level": "52", + "id": "2880", + "aggressive": "true", + "range_level": "1", + "attack_level": "52" + }, + { + "agg_radius": "8", + "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", + "range_level": "255", + "projectile": "475", + "attack_level": "255" + }, + { + "agg_radius": "8", + "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", + "range_level": "1", + "attack_level": "255" + }, + { + "agg_radius": "8", + "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", + "range_level": "255", + "attack_level": "255" + }, + { + "examine": "A fearsome magical creature from the deep.", + "combat_style": "2", + "melee_animation": "2365", + "attack_speed": "6", + "spell_id": "48", + "magic_level": "100", + "respawn_delay": "60", + "defence_animation": "2366", + "magic_animation": "2365", + "death_animation": "2367", + "name": "Wallasalki", + "defence_level": "80", + "safespot": null, + "lifepoints": "120", + "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" + }, + { + "melee_animation": "1312", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "1313", + "death_animation": "1314", + "name": "Giant Rock Crab", + "defence_level": "1", + "safespot": null, + "lifepoints": "240", + "strength_level": "1", + "id": "2885", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "attack_speed": "2", + "defence_animation": "2861", + "weakness": "7", + "magic_animation": "2860", + "death_animation": "2862", + "name": "Rock lobster", + "defence_level": "100", + "safespot": null, + "lifepoints": "150", + "strength_level": "100", + "id": "2889", + "range_level": "1", + "bonuses": "0,0,0,0,0,100,100,50,50,150,0,0,0,0,0", + "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", + "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", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "The Beast", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2941", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Lovely", + "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", + "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" + }, + { + "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", + "melee_animation": "0", + "range_animation": "0", + "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": "1" + }, + { + "examine": "A fully grown feline.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mittens", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2988", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Cute and fluffy.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Topsy", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2990", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A friendly feline?", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gertrude's cat", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2997", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Very well to do. I wonder what he's doing here.", + "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": "2998", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Rich.", + "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": "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", + "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": "3003", + "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": "3004", + "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": "3005", + "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": "3006", + "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": "3007", + "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": "3008", + "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": "3009", + "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": "3010", + "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": "3011", + "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": "3012", + "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": "3013", + "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": "3014", + "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": "3015", + "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": "3016", + "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": "3017", + "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": "3018", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks after your Farming tools.", + "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": "3021", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Phenomenal cosmic powers", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Genie", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3022", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "defence_level": "55", + "safespot": null, + "lifepoints": "78", + "strength_level": "55", + "id": "3026", + "aggressive": "true", + "range_level": "1", + "attack_level": "55" + }, + { + "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", + "defence_level": "55", + "safespot": null, + "lifepoints": "78", + "strength_level": "55", + "id": "3027", + "aggressive": "true", + "range_level": "1", + "attack_level": "55" + }, + { + "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", + "defence_level": "55", + "safespot": null, + "lifepoints": "78", + "strength_level": "55", + "id": "3028", + "aggressive": "true", + "range_level": "1", + "attack_level": "55" + }, + { + "examine": "The oldest man in Nardah.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "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", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "2946", + "name": "Earth Warrior Champion", + "defence_level": "51", + "safespot": null, + "lifepoints": "72", + "strength_level": "51", + "id": "3057", + "aggressive": "true", + "range_level": "1", + "attack_level": "51" + }, + { + "examine": "Champion of the giants.", + "melee_animation": "6368", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "slayer_exp": "35", + "magic_animation": "0", + "death_animation": "6369", + "name": "Giant Champion", + "defence_level": "28", + "safespot": null, + "lifepoints": "40", + "strength_level": "28", + "id": "3058", + "aggressive": "true", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "Champion of the ghouls.", + "melee_animation": "422", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "slayer_exp": "50", + "magic_animation": "0", + "death_animation": "836", + "name": "Ghoul Champion", + "defence_level": "43", + "safespot": null, + "lifepoints": "61", + "strength_level": "43", + "id": "3059", + "aggressive": "true", + "range_level": "43", + "attack_level": "43" + }, + { + "examine": "Champion of the goblins.", + "melee_animation": "6188", + "range_animation": "0", + "combat_audio": "469,472,471", + "magic_level": "12", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "6190", + "name": "Goblin Champion", + "defence_level": "12", + "safespot": null, + "lifepoints": "17", + "strength_level": "6", + "id": "3060", + "range_level": "1", + "attack_level": "6" + }, + { + "examine": "Champion of the hobgoblins.", + "combat_style": "1", + "range_animation": "0", + "combat_audio": "469,472,471", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "0", + "magic_animation": "0", + "death_animation": "2958", + "name": "Hobgoblin Champion", + "defence_level": "28", + "safespot": null, + "lifepoints": "40", + "strength_level": "14", + "id": "3061", + "aggressive": "true", + "range_level": "28", + "attack_level": "14" + }, + { + "examine": "Champion of the imps.", + "melee_animation": "5285", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "172", + "name": "Imp Champion", + "defence_level": "7", + "safespot": null, + "lifepoints": "10", + "strength_level": "7", + "id": "3062", + "aggressive": "true", + "range_level": "7", + "attack_level": "7" + }, + { + "examine": "Champion of the jogres.", + "melee_animation": "2100", + "range_animation": "0", + "poisonous": "true", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "8576", + "name": "Jogre Champion", + "defence_level": "54", + "safespot": null, + "lifepoints": "77", + "strength_level": "54", + "id": "3063", + "aggressive": "true", + "range_level": "1", + "attack_level": "54" + }, + { + "examine": "Champion of the lesser demons.", + "melee_animation": "64", + "range_animation": "0", + "combat_audio": "400,404,403", + "magic_level": "81", + "respawn_delay": "60", + "defence_animation": "65", + "weakness": "5", + "slayer_exp": "79", + "magic_animation": "0", + "death_animation": "67", + "name": "Lesser Demon Champion", + "defence_level": "81", + "safespot": null, + "lifepoints": "115", + "strength_level": "1", + "id": "3064", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Champion of the skeletons.", + "combat_style": "1", + "melee_animation": "5512", + "range_animation": "0", + "combat_audio": "774,775,777", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "2", + "magic_animation": "0", + "death_animation": "5514", + "name": "Skeleton Champion", + "defence_level": "20", + "safespot": null, + "lifepoints": "28", + "strength_level": "10", + "id": "3065", + "aggressive": "true", + "range_level": "20", + "attack_level": "10" + }, + { + "examine": "Champion of the zombies.", + "melee_animation": "5581", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "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.", + "slayer_task": "95", + "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", + "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.", + "slayer_task": "95", + "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", + "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.", + "slayer_task": "95", + "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", + "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.", + "slayer_task": "95", + "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", + "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.", + "slayer_task": "47", + "melee_animation": "4672", + "range_animation": "0", + "combat_audio": "449,451,450", + "attack_speed": "5", + "magic_level": "1", + "respawn_delay": "60", + "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": "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" + }, + { + "examine": "A cold-hearted elemental warrior.", + "slayer_task": "48", + "melee_animation": "451", + "range_animation": "451", + "attack_speed": "4", + "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": "3073", + "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" + }, + { + "name": "Monk", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "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", + "combat_audio": "511,513,512", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "", + "defence_level": "17", + "safespot": null, + "lifepoints": "24", + "strength_level": "17", + "id": "3090", + "aggressive": "true", + "range_level": "1", + "attack_level": "17" + }, + { + "name": "", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "3091", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The book moves by itself!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Flying Book", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3094", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A guardian of the arena.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Entrance Guardian", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3097", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A guardian of the arena.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Telekinetic Guardian", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3098", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A guardian of the arena.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Alchemy Guardian", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3099", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A guardian of the arena.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Enchantment Guardian", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3100", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A guardian of the arena.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Graveyard Guardian", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3101", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A guardian of the arena.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Maze Guardian", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3102", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A guardian of the arena.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Rewards Guardian", + "defence_level": "1", + "safespot": null, + "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", + "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": "3105", + "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": "3106", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "This guard looks rather drunk and has beer stains down his armour.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guard Captain", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3109", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks after farming tools.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Balloon Animal", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3121", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "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", + "attack_speed": "5", + "defence_animation": "404", + "magic_animation": "422", + "death_animation": "9055", + "name": "Simon Templeton", + "defence_level": "1", + "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", + "combat_audio": "703,705,704", + "defence_animation": "0", + "magic_animation": "0", + "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" + }, + { + "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": "A swarm of bugs.", + "slayer_task": "42", + "combat_style": "1", + "melee_animation": "1584", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "2", + "slayer_exp": "25", + "magic_animation": "0", + "death_animation": "1585", + "name": "Harpie Bug Swarm", + "defence_level": "45", + "safespot": null, + "lifepoints": "64", + "strength_level": "1", + "id": "3153", + "aggressive": "true", + "clue_level": "1", + "range_level": "45", + "attack_level": "1" + }, + { + "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": "72", + "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", + "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": "A mourner", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mourner", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3216", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Loves mining.", + "slayer_task": "29", + "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.", + "slayer_task": "29", + "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.", + "slayer_task": "29", + "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 RuneScape's many citizens", + "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": "One of RuneScape'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 RuneScape'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" + }, + { + "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", + "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": "3228", + "clue_level": "1", + "range_level": "1", + "attack_level": "13" + }, + { + "examine": "He tries to keep order around here.", + "melee_animation": "0", + "range_animation": "2075", + "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": "3229", + "clue_level": "1", + "range_level": "13", + "attack_level": "1" + }, + { + "examine": "He tries to keep order around here.", + "melee_animation": "395", + "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": "3230", + "clue_level": "1", + "range_level": "1", + "attack_level": "13" + }, + { + "examine": "He tries to keep order around here.", + "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": "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", + "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": "3233", + "clue_level": "1", + "range_level": "13", + "attack_level": "1" + }, + { + "examine": "An old gardener.", + "melee_animation": "433", + "range_animation": "0", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Gardener", + "defence_level": "4", + "safespot": null, + "lifepoints": "5", + "strength_level": "4", + "id": "3234", + "range_level": "1", + "attack_level": "4" + }, + { + "examine": "He's learning a trade.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Apprentice workman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3235", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A busy workman", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "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" + }, + { + "death_animation": "836", + "name": "Cuffs", + "defence_level": "1", + "safespot": null, + "lifepoints": "7", + "melee_animation": "422", + "strength_level": "1", + "id": "3237", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "death_animation": "836", + "name": "Rusty", + "defence_level": "1", + "safespot": null, + "lifepoints": "7", + "melee_animation": "422", + "strength_level": "1", + "id": "3239", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "death_animation": "836", + "name": "Jeff", + "defence_level": "1", + "safespot": null, + "lifepoints": "7", + "melee_animation": "422", + "strength_level": "1", + "id": "3240", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "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": "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", + "melee_animation": "2067", + "range_animation": "0", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Barbarian", + "defence_level": "22", + "safespot": null, + "lifepoints": "31", + "strength_level": "22", + "id": "3246", + "clue_level": "0", + "range_level": "1", + "attack_level": "22" + }, + { + "examine": "Fafner", + "melee_animation": "7048", + "range_animation": "7048", + "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", + "id": "3247", + "clue_level": "0", + "range_level": "1", + "attack_level": "22" + }, + { + "examine": "Fasolt", + "melee_animation": "2067", + "range_animation": "0", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Barbarian", + "defence_level": "22", + "safespot": null, + "lifepoints": "31", + "strength_level": "22", + "id": "3248", + "clue_level": "0", + "range_level": "1", + "attack_level": "22" + }, + { + "examine": "Siegmund", + "melee_animation": "401", + "range_animation": "0", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Barbarian", + "defence_level": "22", + "safespot": null, + "lifepoints": "31", + "strength_level": "22", + "id": "3249", + "clue_level": "0", + "range_level": "1", + "attack_level": "22" + }, + { + "examine": "Siegfried", + "melee_animation": "2067", + "range_animation": "0", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Barbarian", + "defence_level": "22", + "safespot": null, + "lifepoints": "31", + "strength_level": "22", + "id": "3250", + "clue_level": "0", + "range_level": "1", + "attack_level": "22" + }, + { + "examine": "Lydspor", + "melee_animation": "7048", + "range_animation": "0", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Barbarian", + "defence_level": "22", + "safespot": null, + "lifepoints": "31", + "strength_level": "22", + "id": "3251", + "clue_level": "0", + "range_level": "1", + "attack_level": "22" + }, + { + "examine": "Hagen", + "melee_animation": "2067", + "range_animation": "0", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Barbarian", + "defence_level": "22", + "safespot": null, + "lifepoints": "31", + "strength_level": "22", + "id": "3252", + "clue_level": "0", + "range_level": "1", + "attack_level": "22" + }, + { + "examine": "Minarch", + "melee_animation": "401", + "range_animation": "0", + "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", + "melee_animation": "401", + "range_animation": "0", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Barbarian", + "defence_level": "22", + "safespot": null, + "lifepoints": "31", + "strength_level": "22", + "id": "3255", + "clue_level": "0", + "range_level": "1", + "attack_level": "22" + }, + { + "examine": "Acelin", + "melee_animation": "390", + "range_animation": "0", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Barbarian", + "defence_level": "22", + "safespot": null, + "lifepoints": "31", + "strength_level": "22", + "id": "3256", + "clue_level": "0", + "range_level": "1", + "attack_level": "22" + }, + { + "examine": "Adelino", + "melee_animation": "2067", + "range_animation": "0", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Barbarian", + "defence_level": "22", + "safespot": null, + "lifepoints": "31", + "strength_level": "22", + "id": "3257", + "clue_level": "0", + "range_level": "1", + "attack_level": "22" + }, + { + "examine": "Adolpho", + "melee_animation": "401", + "range_animation": "0", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Barbarian", + "defence_level": "22", + "safespot": null, + "lifepoints": "31", + "strength_level": "22", + "id": "3258", + "clue_level": "0", + "range_level": "1", + "attack_level": "22" + }, + { + "examine": "Aitan", + "melee_animation": "426", + "range_animation": "426", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Barbarian", + "defence_level": "22", + "safespot": null, + "lifepoints": "31", + "strength_level": "22", + "id": "3259", + "clue_level": "0", + "range_level": "1", + "attack_level": "22" + }, + { + "examine": "Brunnhilde", + "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", + "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", + "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", + "melee_animation": "428", + "range_animation": "428", + "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", + "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", + "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": "3265", + "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": "3266", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "470,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": "3267", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A dwarven worker.", + "slayer_task": "29", + "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", + "range_level": "1", + "attack_level": "10" + }, + { + "examine": "A dwarven worker.", + "slayer_task": "29", + "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", + "range_level": "1", + "attack_level": "10" + }, + { + "examine": "A dwarven worker.", + "slayer_task": "29", + "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", + "range_level": "1", + "attack_level": "10" + }, + { + "examine": "A dwarven worker.", + "slayer_task": "29", + "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", + "range_level": "1", + "attack_level": "10" + }, + { + "examine": "A dwarven worker.", + "slayer_task": "29", + "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", + "range_level": "1", + "attack_level": "10" + }, + { + "examine": "A dwarven worker.", + "slayer_task": "29", + "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", + "range_level": "1", + "attack_level": "10" + }, + { + "examine": "A dwarven worker.", + "slayer_task": "29", + "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", + "range_level": "1", + "attack_level": "10" + }, + { + "examine": "A dwarven worker.", + "slayer_task": "29", + "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", + "range_level": "1", + "attack_level": "10" + }, + { + "examine": "A member of the Black Guard", + "slayer_task": "29", + "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", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "A member of the Black Guard", + "slayer_task": "29", + "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", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "A member of the Black Guard", + "slayer_task": "29", + "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", + "range_level": "1", + "attack_level": "30" + }, + { + "slayer_exp": "16", + "name": "Black Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3279", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He looks busy.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Engineering assistant", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3280", + "range_level": "1", + "attack_level": "1" + }, + { + "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": "Could do with gaining a few pounds.", + "slayer_task": "75", + "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": "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" + }, + { + "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", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A master at gardening.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Martin the Master Gardener", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3299", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Manages the fairies.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Co-ordinator", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3302", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "I'm gonna make him an offer he can't refuse.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fairy Godfather", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3304", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Guardian of the market gate.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gatekeeper", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3307", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Converts grass to beef.", + "slayer_task": "20", + "melee_animation": "5849", + "range_animation": "5849", + "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", + "id": "3309", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Tanglefoot", + "defence_level": "1", + "safespot": null, + "lifepoints": "102", + "strength_level": "1", + "id": "3313", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "examine": "An animated shrub.", + "range_animation": "0", + "defence_animation": "0", + "weakness": "2", + "magic_animation": "0", + "name": "Baby tanglefoot", + "defence_level": "41", + "safespot": null, + "lifepoints": "58", + "strength_level": "1", + "id": "3319", + "range_level": "41", + "attack_level": "1" + }, + { + "examine": "An aggressive bush.", + "range_animation": "0", + "defence_animation": "0", + "weakness": "2", + "magic_animation": "0", + "name": "Baby tanglefoot", + "defence_level": "41", + "safespot": null, + "lifepoints": "58", + "strength_level": "1", + "id": "3320", + "range_level": "41", + "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, + "lifepoints": "10", + "strength_level": "1", + "id": "3322", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Rather more tired than most.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Jeremy Clerksin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3327", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks a little green around the gills.", + "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", + "attack_level": "1" + }, + { + "examine": "It's made of pure fire.", + "attack_speed": "6", + "magic_level": "300", + "respawn_delay": "25", + "name": "Cavemouth", + "defence_level": "500", + "safespot": null, + "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" + }, + { + "examine": "Holy Mole-y!", + "melee_animation": "3312", + "range_animation": "3312", + "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", + "id": "3340", + "bonuses": "0,0,0,0,0,60,80,100,80,60,0,0,0,0,0", + "range_level": "1", + "attack_level": "200" + }, + { + "examine": "I will call him", + "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", + "strength_level": "1", + "id": "3341", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A fun guy. No wait", + "melee_animation": "0", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fungi", + "defence_level": "1", + "safespot": null, + "lifepoints": "65", + "strength_level": "1", + "id": "3344", + "range_level": "1", + "attack_level": "1" + }, + { + "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.", + "slayer_task": "94", + "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" + }, + { + "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.", + "slayer_task": "7", + "melee_animation": "2299", + "range_animation": "0", + "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", + "id": "3375", + "aggressive": "true", + "range_level": "55", + "attack_level": "55" + }, + { + "examine": "Young but still dangerous.", + "slayer_task": "68", + "melee_animation": "25", + "range_animation": "25", + "combat_audio": "408,410,409", + "attack_speed": "5", + "magic_level": "40", + "respawn_delay": "32", + "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", + "id": "3376", + "aggressive": "true", + "bonuses": "50,40,64,60,30,45,40,40,20,40,40,20,0,0,0", + "range_level": "1", + "attack_level": "80" + }, + { + "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": "3378", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Vermin from the underworld.", + "slayer_task": "67", + "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.", + "slayer_task": "46", + "range_animation": "0", + "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", + "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": "3407", + "clue_level": "1", + "range_level": "1", + "attack_level": "25" + }, + { + "examine": "He tries to keep order around here.", + "melee_animation": "583", + "range_animation": "0", + "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", + "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", + "magic_animation": "0", + "death_animation": "7249", + "name": "Wild jade vine", + "defence_level": "65", + "safespot": null, + "lifepoints": "185", + "strength_level": "65", + "id": "3409", + "aggressive": "true", + "range_level": "65", + "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", + "magic_animation": "0", + "death_animation": "7249", + "name": "Wild jade vine", + "defence_level": "65", + "safespot": null, + "lifepoints": "185", + "strength_level": "65", + "id": "3410", + "aggressive": "true", + "range_level": "65", + "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", + "magic_animation": "0", + "death_animation": "7249", + "name": "Wild jade vine", + "defence_level": "65", + "safespot": null, + "lifepoints": "185", + "strength_level": "65", + "id": "3411", + "aggressive": "true", + "range_level": "65", + "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", + "magic_animation": "0", + "death_animation": "7249", + "name": "Wild jade vine", + "defence_level": "65", + "safespot": null, + "lifepoints": "185", + "strength_level": "65", + "id": "3412", + "aggressive": "true", + "range_level": "65", + "attack_level": "65" + }, + { + "examine": "He may be a funky cook", + "melee_animation": "0", + "range_animation": "0", + "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": "3413", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "More like a goblin cooked.", + "melee_animation": "0", + "range_animation": "0", + "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" + }, + { + "name": "Goblin Cook", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "3415", + "range_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", + "range_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": "3418", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Ogre", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "strength_level": "1", + "attack_speed": "7", + "id": "3419", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "examine": "An angry Ogre in a highly amusing hat.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mogre Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3420", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Nice claw!", + "melee_animation": "3428", + "range_animation": "0", + "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", + "id": "3421", + "range_level": "1", + "attack_level": "22" + }, + { + "examine": "Not the most beautiful fish in the sea.", + "melee_animation": "3433", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "3435", + "name": "Mudskipper", + "defence_level": "24", + "safespot": null, + "lifepoints": "34", + "strength_level": "24", + "id": "3422", + "range_level": "1", + "attack_level": "24" + }, + { + "death_animation": "3435", + "name": "Mudskipper", + "defence_level": "1", + "safespot": null, + "lifepoints": "20", + "melee_animation": "3433", + "strength_level": "1", + "id": "3423", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "3434" + }, + { + "death_animation": "3430", + "name": "Crab", + "defence_level": "1", + "safespot": null, + "lifepoints": "18", + "melee_animation": "3428", + "strength_level": "1", + "id": "3424", + "range_level": "1", + "respawn_delay": "60", + "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", + "range_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", + "range_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", + "range_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": "3431", + "range_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", + "range_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", + "range_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", + "range_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", + "range_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", + "range_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", + "range_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", + "range_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", + "range_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": "3443", + "range_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", + "range_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", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Lumbridge Guide", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "strength_level": "1", + "attack_speed": "7", + "id": "3449", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "null", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "strength_level": "1", + "attack_speed": "7", + "id": "3450", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Lumbridge Guide", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "strength_level": "1", + "attack_speed": "7", + "id": "3451", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "examine": "What restful music!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "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", + "slayer_task": "7", + "melee_animation": "6800", + "range_animation": "0", + "defence_animation": "0", + "weakness": "0", + "magic_animation": "0", + "death_animation": "6801", + "name": "Jubbly bird", + "defence_level": "8", + "safespot": null, + "lifepoints": "11", + "strength_level": "6", + "id": "3476", + "aggressive": "true", + "range_level": "8", + "attack_level": "6" + }, + { + "name": "King Awowogei", + "defence_level": "1", + "safespot": null, + "lifepoints": "328", + "strength_level": "1", + "id": "3478", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "examine": "A big snake.", + "melee_animation": "3538", + "range_animation": "0", + "combat_audio": "3609,3608,3610", + "poisonous": "true", + "respawn_delay": "60", + "defence_animation": "0", + "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", + "slayer_task": "86", + "melee_animation": "6016", + "range_animation": "0", + "defence_animation": "0", + "weakness": "0", + "magic_animation": "0", + "death_animation": "6031", + "name": "Vampyre Juvinate", + "defence_level": "46", + "safespot": null, + "lifepoints": "65", + "strength_level": "1", + "id": "3526", + "range_level": "46", + "attack_level": "1" + }, + { + "examine": "A Juvinate vampyre", + "melee_animation": "0", + "range_animation": "0", + "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", + "id": "3527", + "range_level": "45", + "attack_level": "1" + }, + { + "examine": "He looks really hungry!", + "slayer_task": "86", + "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": "3531", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "She looks really hungry!", + "slayer_task": "86", + "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": "3532", + "range_level": "1", + "attack_level": "40" + }, + { + "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", + "attack_level": "1" + }, + { + "examine": "He looks really hungry!", + "slayer_task": "86", + "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": "3534", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "An initiate juvenile vampyre", + "slayer_task": "86", + "melee_animation": "6016", + "range_animation": "0", + "defence_animation": "0", + "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", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sheep", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3579", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He guards the dungeon with the faithfulness of the undead.", + "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": "100", + "strength_level": "50", + "id": "3581", + "aggressive": "true", + "range_level": "1", + "attack_level": "50" + }, + { + "slayer_exp": "49", + "name": "Guard dog", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3582", + "range_level": "1", + "attack_level": "1" + }, + { + "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", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "No spider could grow that big! It's unrealistic!", + "melee_animation": "5319", + "range_animation": "0", + "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", + "id": "3585", + "aggressive": "true", + "range_level": "72", + "attack_level": "1" + }, + { + "examine": "Good doggy...", + "melee_animation": "6562", + "range_animation": "0", + "combat_audio": "3717,3719,3718", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "slayer_exp": "116", + "magic_animation": "0", + "death_animation": "6576", + "name": "Hellhound", + "defence_level": "60", + "safespot": null, + "lifepoints": "134", + "strength_level": "60", + "id": "3586", + "aggressive": "true", + "clue_level": "2", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "Big, ugly, and smelly.", + "melee_animation": "359", + "range_animation": "359", + "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, + "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" + }, + { + "examine": "Young but still dangerous.", + "melee_animation": "25", + "range_animation": "25", + "combat_audio": "408,410,409", + "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", + "id": "3588", + "aggressive": "true", + "bonuses": "20,10,10,20,40,40,20,40,40,20,0,0,0,0,0", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "I don't think insect repellent will work...", + "melee_animation": "6223", + "range_animation": "0", + "poisonous": "true", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "6228", + "name": "Kalphite Soldier", + "defence_level": "70", + "safespot": null, + "lifepoints": "114", + "strength_level": "70", + "id": "3589", + "aggressive": "true", + "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", + "bonuses": "56,42,104,51,212,115,232,302,331,21,264,100,100,40,0", + "clue_level": "2", + "range_level": "185", + "attack_level": "234" + }, + { + "name": "Dagannoth", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3591", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Arrgh! Look at its pointy teeth!", + "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", + "strength_level": "75", + "id": "3593", + "aggressive": "true", + "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", + "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.", + "slayer_task": "86", + "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", + "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", + "id": "3618", + "aggressive": "true", + "range_level": "80", + "attack_level": "80" + }, + { + "examine": "I'm glad I can't see the rest of it!", + "melee_animation": "3731", + "range_animation": "0", + "attack_speed": "10", + "magic_level": "80", + "respawn_delay": "60", + "defence_animation": "0", + "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", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fyiona Fray", + "defence_level": "1", + "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": "498,500,499", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "name": "Angry bear", + "defence_level": "25", + "safespot": null, + "lifepoints": "35", + "strength_level": "25", + "id": "3645", + "range_level": "1", + "attack_level": "25" + }, + { + "examine": "He looks a little on the cross side!", + "melee_animation": "6376", + "range_animation": "0", + "combat_audio": "496,498,497", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "6377", + "name": "Angry unicorn", + "defence_level": "25", + "safespot": null, + "lifepoints": "35", + "strength_level": "25", + "id": "3646", + "range_level": "1", + "attack_level": "25" + }, + { + "examine": "He looks a little on the cross side!", + "melee_animation": "4933", + "range_animation": "0", + "combat_audio": "703,705,704", + "defence_animation": "0", + "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": "0", + "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", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "3813", + "name": "Fear reaper", + "defence_level": "27", + "safespot": null, + "lifepoints": "38", + "strength_level": "27", + "id": "3649", + "range_level": "1", + "attack_level": "27" + }, + { + "examine": "What on RuneScape 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" + }, + { + "name": "Angry unicorn", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "496,498,497", + "strength_level": "1", + "id": "3661", + "range_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": "3662", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He looks a little on the cross side!", + "slayer_task": "38", + "melee_animation": "6185", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "6182", + "name": "Angry goblin", + "defence_level": "25", + "safespot": null, + "lifepoints": "35", + "strength_level": "25", + "id": "3663", + "range_level": "1", + "attack_level": "25" + }, + { + "name": "Angry bear", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "498,500,499", + "strength_level": "1", + "id": "3664", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Freshly sheared.", + "melee_animation": "5341", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "5343", + "name": "Ram", + "defence_level": "2", + "safespot": null, + "lifepoints": "2", + "strength_level": "2", + "id": "3672", + "range_level": "1", + "attack_level": "2" + }, + { + "examine": "White and shaggy.", + "melee_animation": "5338", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "5336", + "name": "Ram", + "defence_level": "2", + "safespot": null, + "lifepoints": "2", + "strength_level": "2", + "id": "3673", + "range_level": "1", + "attack_level": "2" + }, + { + "examine": "If you see them circling", + "melee_animation": "2019", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "2021", + "name": "Vulture", + "defence_level": "38", + "safespot": null, + "lifepoints": "54", + "strength_level": "38", + "id": "3675", + "range_level": "1", + "attack_level": "38" + }, + { + "death_animation": "2026", + "name": "Vulture", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "melee_animation": "2025", + "strength_level": "1", + "id": "3676", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "2024" + }, + { + "examine": "A young boy handing out flyers.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ali the Leaflet Dropper", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3680", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Could use a good meal.", + "slayer_task": "75", + "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.", + "slayer_task": "75", + "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.", + "slayer_task": "75", + "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.", + "slayer_task": "75", + "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.", + "slayer_task": "75", + "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", + "strength_level": "1", + "id": "3705", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Ulfric", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "melee_animation": "6118", + "strength_level": "1", + "id": "3706", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "examine": "Eww", + "slayer_task": "67", + "melee_animation": "6117", + "range_animation": "0", + "combat_audio": "703,705,704", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "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", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Boulder", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3709", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An annoying flappy thing.", + "slayer_task": "5", + "melee_animation": "4915", + "range_animation": "4915", + "attack_speed": "6", + "magic_level": "32", + "defence_animation": "4916", + "weakness": "4", + "slayer_exp": "8", + "magic_animation": "4915", + "death_animation": "4917", + "name": "Giant bat", + "defence_level": "32", + "safespot": null, + "lifepoints": "32", + "strength_level": "12", + "id": "3711", + "aggressive": "true", + "range_level": "1", + "attack_level": "12" + }, + { + "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": "3715", + "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", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "3726", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Don't burst its bubble!", + "melee_animation": "3891", + "range_animation": "3891", + "magic_level": "5", + "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", + "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", + "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", + "bonuses": "10,15,15,15,15,5,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "25" + }, + { + "examine": "Don't burst its bubble!", + "melee_animation": "3891", + "range_animation": "3891", + "magic_level": "10", + "respawn_delay": "120", + "defence_animation": "3890", + "magic_animation": "3891", + "death_animation": "3888", + "name": "Splatter", + "defence_level": "30", + "safespot": null, + "lifepoints": "23", + "strength_level": "30", + "id": "3729", + "bonuses": "15,20,20,20,20,8,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "Don't burst its bubble!", + "melee_animation": "3891", + "range_animation": "3891", + "magic_level": "15", + "respawn_delay": "120", + "defence_animation": "3890", + "magic_animation": "3891", + "death_animation": "3888", + "name": "Splatter", + "defence_level": "35", + "safespot": null, + "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" + }, + { + "examine": "Don't burst its bubble!", + "melee_animation": "3891", + "range_animation": "3891", + "magic_level": "20", + "respawn_delay": "120", + "defence_animation": "3890", + "magic_animation": "3891", + "death_animation": "3888", + "name": "Splatter", + "defence_level": "40", + "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", + "attack_level": "40" + }, + { + "examine": "Nippy little thing!", + "melee_animation": "3901", + "range_animation": "3901", + "magic_level": "14", + "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", + "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" + }, + { + "examine": "Nippy little thing!", + "melee_animation": "3901", + "range_animation": "3901", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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": "3740", + "aggressive": "true", + "bonuses": "50,60,50,80,70,90,80,35,14,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "70" + }, + { + "examine": "Nippy little thing!", + "melee_animation": "3901", + "range_animation": "3901", + "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", + "bonuses": "50,60,50,80,70,90,80,35,14,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "70" + }, + { + "examine": "Worse than termites!", + "melee_animation": "3915", + "range_animation": "3915", + "attack_speed": "5", + "magic_level": "10", + "respawn_delay": "120", + "defence_animation": "3916", + "weakness": "7", + "magic_animation": "3915", + "death_animation": "3917", + "name": "Ravager", + "defence_level": "15", + "safespot": null, + "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" + }, + { + "examine": "Worse than termites!", + "melee_animation": "3915", + "range_animation": "3915", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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": "3768", + "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!", + "combat_style": "1", + "melee_animation": "3920", + "range_animation": "3920", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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": "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", + "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": "3788", + "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", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3790", + "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", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3791", + "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", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3792", + "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", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3793", + "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", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3794", + "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", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3795", + "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", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3796", + "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", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3797", + "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", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3798", + "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", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3799", + "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", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3800", + "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", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3801", + "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 (Novice)", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3802", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Posts things.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "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", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "3962", + "name": "Tortoise", + "defence_level": "36", + "safespot": null, + "lifepoints": "51", + "strength_level": "36", + "id": "3808", + "range_level": "1", + "attack_level": "36" + }, + { + "examine": "Tally Ho!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Captain Dalbur", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3809", + "range_level": "1", + "attack_level": "1" + }, + { + "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": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "2", + "magic_animation": "0", + "death_animation": "196", + "name": "Gnome Archer", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "1", + "id": "3814", + "aggressive": "true", + "range_level": "30", + "attack_level": "1" + }, + { + "examine": "Yee haa!", + "melee_animation": "3969", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "196", + "name": "Gnome Driver", + "defence_level": "33", + "safespot": null, + "lifepoints": "47", + "strength_level": "33", + "id": "3815", + "aggressive": "true", + "range_level": "1", + "attack_level": "33" + }, + { + "examine": "A battle mage of the gnomish variety.", + "combat_style": "2", + "melee_animation": "3968", + "range_animation": "0", + "magic_level": "34", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "5", + "magic_animation": "0", + "death_animation": "196", + "name": "Gnome Mage", + "defence_level": "34", + "safespot": null, + "lifepoints": "48", + "strength_level": "1", + "id": "3816", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The cruel tortoise trainer. Boo!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trainer Nacklepen", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3818", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A large tortoise.", + "melee_animation": "3960", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "3962", + "name": "Tortoise", + "defence_level": "36", + "safespot": null, + "lifepoints": "51", + "strength_level": "36", + "id": "3819", + "range_level": "1", + "attack_level": "36" + }, + { + "agg_radius": "64", + "melee_animation": "6241", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "6240", + "death_animation": "6242", + "name": "Kalphite Queen", + "defence_level": "1", + "safespot": null, + "lifepoints": "255", + "strength_level": "1", + "id": "3835", + "aggressive": "true", + "range_level": "1", + "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": "1", + "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", + "strength_level": "45", + "id": "3840", + "aggressive": "true", + "range_level": "1", + "attack_level": "45" + }, + { + "examine": "An aquatic troll.", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "name": "Sea troll", + "defence_level": "60", + "safespot": null, + "lifepoints": "85", + "strength_level": "60", + "id": "3843", + "aggressive": "true", + "range_level": "1", + "attack_level": "60" + }, + { + "name": "Skeleton Mage", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "774,775,777", + "strength_level": "1", + "id": "3844", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The mother of all sea trolls!", + "melee_animation": "3991", + "range_animation": "0", + "magic_level": "65", + "respawn_delay": "60", + "defence_animation": "0", + "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", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fishing spot", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3849", + "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": "3850", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A skeleton of dark magic.", + "slayer_task": "75", + "start_gfx": "2713", + "combat_style": "2", + "melee_animation": "5523", + "respawn_delay": "15", + "weakness": "4", + "magic_animation": "5523", + "death_animation": "5491", + "lifepoints": "81", + "id": "3851", + "aggressive": "true", + "bonuses": "30,30,45,10,30,30,30,30,30,30,30,30,30,30,40", + "range_animation": "5523", + "combat_audio": "774,775,777", + "magic_level": "85", + "end_gfx": "2723", + "defence_animation": "5489", + "name": "Skeleton Mage", + "defence_level": "80", + "poison_immune": "true", + "safespot": null, + "strength_level": "26", + "range_level": "85", + "projectile": "2718", + "attack_level": "26" + }, + { + "examine": "One of RuneScape'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": "1", + "safespot": null, + "lifepoints": "1", + "strength_level": "1", + "id": "3915", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "His bark's worse than his blight.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Carpenter Kjallak", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3916", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He looks a bit seedy.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Farmer Fromund", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3917", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Snake, snake, oh, it's a young snake.", + "slayer_task": "72", + "melee_animation": "3538", + "range_animation": "0", + "combat_audio": "3609,3608,3610", + "attack_speed": "4", + "poisonous": "true", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "death_animation": "3540", + "name": "Sea Snake Young", + "defence_level": "70", + "safespot": null, + "lifepoints": "85", + "strength_level": "70", + "id": "3939", + "aggressive": "true", + "range_level": "1", + "attack_level": "90" + }, + { + "examine": "A baby sea snake. Snaaaaaaake!", + "slayer_task": "72", + "melee_animation": "3538", + "range_animation": "0", + "combat_audio": "3609,3608,3610", + "attack_speed": "4", + "poisonous": "true", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "death_animation": "3540", + "name": "Sea Snake Hatchling", + "defence_level": "50", + "safespot": null, + "lifepoints": "50", + "strength_level": "55", + "id": "3940", + "aggressive": "true", + "range_level": "1", + "attack_level": "60" + }, + { + "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", + "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": "3942", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A big snake that lives in the sea. How did it get there?", + "melee_animation": "4040", + "range_animation": "0", + "combat_audio": "3609,3608,3610", + "attack_speed": "4", + "poisonous": "true", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "death_animation": "4039", + "name": "Giant Sea Snake", + "defence_level": "160", + "safespot": null, + "lifepoints": "100", + "strength_level": "90", + "id": "3943", + "aggressive": "true", + "range_level": "130", + "attack_level": "170" + }, + { + "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", + "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", + "attack_speed": "4", + "magic_level": "1", + "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": "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" + }, + { + "examine": "A denizen of the Abyss!", + "slayer_task": "1", + "melee_animation": "1537", + "range_animation": "1537", + "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", + "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" + }, + { + "name": "Demon butler", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "400,404,403", + "strength_level": "1", + "id": "4243", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Head of the servants' guild.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Chief servant", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4245", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "She smells unpleasantly of chemicals.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Taxidermist", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4246", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A fancy businessman with a mighty fine hat.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Estate agent", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4247", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Someone has to get rid of all the stone they dug Keldagrim out of.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Stonemason", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4248", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He changes the shape of wood.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "703,705,704", + "defence_animation": "0", + "facing_booth": "true", + "magic_animation": "0", + "death_animation": "0", + "name": "Sawmill operator", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4250", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "She has green fingers. (Not literally.)", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Garden supplier", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4251", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Beak areful with this one", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "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.", + "slayer_task": "29", + "melee_animation": "99", + "range_animation": "0", + "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", + "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", + "attack_speed": "5", + "respawn_delay": "20", + "defence_animation": "388", + "weakness": "7", + "magic_animation": "386", + "death_animation": "4167", + "name": "Animated Bronze Armour", + "defence_level": "8", + "safespot": null, + "lifepoints": "10", + "strength_level": "8", + "id": "4278", + "bonuses": "3,3,3,3,1,3,1,3,3,3,3,8,10,8,3", + "range_level": "1", + "attack_level": "8" + }, + { + "examine": "Animated iron armour.", + "melee_animation": "386", + "range_animation": "386", + "attack_speed": "5", + "respawn_delay": "20", + "defence_animation": "388", + "weakness": "7", + "magic_animation": "386", + "death_animation": "4167", + "name": "Animated Iron Armour", + "defence_level": "16", + "safespot": null, + "lifepoints": "20", + "strength_level": "16", + "id": "4279", + "bonuses": "6,6,6,6,2,6,6,6,6,6,6,2,25,2,3", + "range_level": "1", + "attack_level": "16" + }, + { + "examine": "Animated steel armour.", + "melee_animation": "386", + "range_animation": "386", + "attack_speed": "5", + "respawn_delay": "20", + "defence_animation": "388", + "weakness": "7", + "magic_animation": "386", + "death_animation": "4167", + "name": "Animated Steel Armour", + "defence_level": "32", + "safespot": null, + "lifepoints": "40", + "strength_level": "32", + "id": "4280", + "bonuses": "10,10,10,10,4,10,10,10,10,10,10,2,22,2,3", + "range_level": "1", + "attack_level": "32" + }, + { + "examine": "Animated black armour.", + "melee_animation": "386", + "range_animation": "386", + "attack_speed": "5", + "respawn_delay": "20", + "defence_animation": "388", + "weakness": "7", + "magic_animation": "386", + "death_animation": "4167", + "name": "Animated Black Armour", + "defence_level": "40", + "safespot": null, + "lifepoints": "60", + "strength_level": "40", + "id": "4281", + "bonuses": "15,15,15,15,5,15,6,15,15,16,15,5,27,5,3", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "Animated mithril armour.", + "melee_animation": "386", + "range_animation": "386", + "attack_speed": "5", + "respawn_delay": "20", + "defence_animation": "388", + "weakness": "7", + "magic_animation": "386", + "death_animation": "4167", + "name": "Animated Mithril Armour", + "defence_level": "55", + "safespot": null, + "lifepoints": "80", + "strength_level": "55", + "id": "4282", + "bonuses": "20,20,20,20,20,20,8,20,20,20,20,5,31,5,3", + "range_level": "1", + "attack_level": "55" + }, + { + "examine": "Animated adamant armour.", + "melee_animation": "386", + "range_animation": "386", + "attack_speed": "5", + "respawn_delay": "20", + "defence_animation": "388", + "weakness": "7", + "magic_animation": "386", + "death_animation": "4167", + "name": "Animated Adamant Armour", + "defence_level": "75", + "safespot": null, + "lifepoints": "99", + "strength_level": "65", + "id": "4283", + "bonuses": "25,25,25,25,25,25,12,25,25,25,25,5,35,5,3", + "range_level": "1", + "attack_level": "65" + }, + { + "examine": "Animated rune armour.", + "melee_animation": "386", + "range_animation": "386", + "attack_speed": "5", + "respawn_delay": "20", + "defence_animation": "388", + "weakness": "7", + "magic_animation": "386", + "death_animation": "4167", + "name": "Animated Rune Armour", + "defence_level": "85", + "safespot": null, + "lifepoints": "118", + "strength_level": "75", + "id": "4284", + "bonuses": "30,30,30,30,30,30,16,30,25,30,30,5,39,5,3", + "range_level": "1", + "attack_level": "75" + }, + { + "examine": "A one-eyed man eater.", + "slayer_task": "44", + "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": "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": "65" + }, + { + "examine": "A one-eyed woman eater.", + "slayer_task": "44", + "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": "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": "He looks fair and reliable.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "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", + "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": "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" + }, + { + "name": "Snake", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "3609,3608,3610", + "strength_level": "1", + "id": "4343", + "range_level": "1", + "attack_level": "1" + }, + { + "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.", + "slayer_task": "5", + "melee_animation": "4915", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "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", + "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", + "id": "4347", + "range_level": "1", + "attack_level": "63" + }, + { + "examine": "A horrible", + "slayer_task": "52", + "melee_animation": "4235", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "slayer_exp": "45", + "magic_animation": "0", + "death_animation": "4233", + "name": "Jungle horror", + "defence_level": "48", + "safespot": null, + "lifepoints": "68", + "strength_level": "48", + "id": "4348", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "attack_level": "48" + }, + { + "melee_animation": "4234", + "respawn_delay": "60", + "defence_animation": "4232", + "slayer_exp": "45", + "death_animation": "4233", + "name": "Jungle horror", + "defence_level": "1", + "safespot": null, + "lifepoints": "45", + "strength_level": "1", + "id": "4349", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A horrible", + "slayer_task": "52", + "melee_animation": "4235", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "slayer_exp": "45", + "magic_animation": "0", + "death_animation": "4233", + "name": "Jungle horror", + "defence_level": "48", + "safespot": null, + "lifepoints": "68", + "strength_level": "48", + "id": "4350", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "attack_level": "48" + }, + { + "melee_animation": "4234", + "respawn_delay": "60", + "defence_animation": "4232", + "slayer_exp": "45", + "death_animation": "4233", + "name": "Jungle horror", + "defence_level": "1", + "safespot": null, + "lifepoints": "45", + "strength_level": "1", + "id": "4351", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "4234", + "respawn_delay": "60", + "defence_animation": "4232", + "slayer_exp": "45", + "death_animation": "4233", + "name": "Jungle horror", + "defence_level": "1", + "safespot": null, + "lifepoints": "45", + "strength_level": "1", + "id": "4352", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A horrible, emaciated ape like creature with beady red eyes.", + "slayer_task": "17", + "melee_animation": "4234", + "range_animation": "4234", + "attack_speed": "4", + "magic_level": "80", + "respawn_delay": "20", + "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.", + "slayer_task": "17", + "melee_animation": "4234", + "range_animation": "4234", + "attack_speed": "4", + "magic_level": "80", + "respawn_delay": "20", + "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.", + "slayer_task": "17", + "melee_animation": "4234", + "range_animation": "4234", + "attack_speed": "4", + "magic_level": "80", + "respawn_delay": "20", + "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.", + "slayer_task": "17", + "melee_animation": "4234", + "range_animation": "4234", + "attack_speed": "4", + "magic_level": "80", + "respawn_delay": "20", + "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.", + "slayer_task": "17", + "melee_animation": "4234", + "range_animation": "4234", + "attack_speed": "4", + "magic_level": "80", + "respawn_delay": "20", + "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 RuneScape 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 bony ghost.", + "melee_animation": "422", + "range_animation": "422", + "attack_speed": "6", + "defence_animation": "404", + "slayer_exp": "60", + "magic_animation": "422", + "death_animation": "9055", + "name": "Ankou", + "defence_level": "50", + "safespot": null, + "lifepoints": "60", + "strength_level": "69", + "id": "4381", + "aggressive": "true", + "clue_level": "2", + "range_level": "1", + "attack_level": "50" + }, + { + "examine": "A bony ghost.", + "melee_animation": "422", + "range_animation": "422", + "attack_speed": "6", + "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", + "clue_level": "2", + "range_level": "1", + "attack_level": "50" + }, + { + "examine": "A bony ghost.", + "melee_animation": "422", + "range_animation": "422", + "attack_speed": "6", + "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", + "clue_level": "2", + "range_level": "1", + "attack_level": "60" + }, + { + "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": "68", + "strength_level": "1", + "id": "4384", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Could do with gaining a few pounds.", + "slayer_task": "75", + "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", + "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": "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": "36", + "strength_level": "1", + "id": "4387", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Eeek! A ghost!", + "slayer_task": "36", + "melee_animation": "5532", + "range_animation": "0", + "combat_audio": "436,439,438", + "attack_speed": "5", + "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…", + "slayer_task": "34", + "melee_animation": "1184", + "range_animation": "1184", + "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", + "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", + "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": "Examine not added", + "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": "25", + "safespot": null, + "lifepoints": "23", + "strength_level": "1", + "id": "4392", + "bonuses": "15,25,25,25,25,25,25,15,15,25,25,25,25,25,25", + "range_level": "1", + "attack_level": "24" + }, + { + "examine": "Examine not added", + "melee_animation": "5578", + "range_animation": "5578", + "combat_audio": "931,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": "18", + "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", + "attack_level": "35" + }, + { + "examine": "Examine not added", + "melee_animation": "5578", + "range_animation": "5578", + "combat_audio": "931,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": "4394", + "bonuses": "35,45,45,45,45,45,45,35,35,45,45,45,45,45,45", + "range_level": "1", + "attack_level": "47" + }, + { + "examine": "Overgrown vermin.", + "slayer_task": "67", + "combat_audio": "703,705,704", + "attack_speed": "5", + "weakness": "9", + "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", + "combat_audio": "3102,3104,3103", + "attack_speed": "5", + "defence_animation": "2706", + "magic_animation": "2705", + "death_animation": "2707", + "name": "Rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "2", + "strength_level": "1", + "id": "4396", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Big Cow-like... But cows don't have serpent tails!", + "melee_animation": "4271", + "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", + "range_level": "1", + "attack_level": "38" + }, + { + "examine": "Big Cow-like... But cows don't have serpent tails!", + "melee_animation": "4271", + "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", + "range_level": "1", + "attack_level": "38" + }, + { + "examine": "Big Cow-like... But cows don't have serpent tails!", + "melee_animation": "4271", + "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", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "I think this spider has been genetically modified.", + "melee_animation": "5327", + "range_animation": "5327", + "combat_audio": "537,539,538", + "defence_animation": "5328", + "magic_animation": "5327", + "death_animation": "5329", + "name": "Giant spider", + "defence_level": "51", + "safespot": null, + "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" + }, + { + "melee_animation": "6249", + "respawn_delay": "60", + "defence_animation": "6250", + "death_animation": "6251", + "name": "Spider", + "defence_level": "1", + "safespot": null, + "lifepoints": "22", + "strength_level": "1", + "id": "4401", + "aggressive": "true", + "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": "Examine not added", + "slayer_task": "58", + "melee_animation": "4266", + "range_animation": "4266", + "attack_speed": "5", + "respawn_delay": "30", + "defence_animation": "4267", + "weakness": "7", + "slayer_exp": "10", + "magic_animation": "4266", + "death_animation": "4265", + "name": "Minotaur", + "defence_level": "10", + "safespot": null, + "lifepoints": "11", + "strength_level": "10", + "id": "4404", + "bonuses": "8,8,10,8,8,10,8,8,8,10,8,8,8,8,8", + "clue_level": "0", + "range_level": "1", + "attack_level": "10" + }, + { + "examine": "Examine not added", + "melee_animation": "4266", + "range_animation": "4266", + "attack_speed": "5", + "respawn_delay": "30", + "defence_animation": "4267", + "magic_animation": "4266", + "death_animation": "4265", + "name": "Minotaur", + "defence_level": "15", + "safespot": null, + "lifepoints": "17", + "strength_level": "1", + "id": "4405", + "bonuses": "11,11,13,11,11,13,11,11,11,13,11,11,11,11,11", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Examine not added", + "melee_animation": "4266", + "range_animation": "4266", + "attack_speed": "5", + "respawn_delay": "30", + "defence_animation": "4267", + "slayer_exp": "22", + "magic_animation": "4266", + "death_animation": "4265", + "name": "Minotaur", + "defence_level": "19", + "safespot": null, + "lifepoints": "20", + "strength_level": "1", + "id": "4406", + "bonuses": "15,15,15,15,15,15,15,15,15,15,15,15,15,15,15", + "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": "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", + "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": "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", + "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": "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", + "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": "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", + "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": "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", + "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": "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", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Examine not added", + "melee_animation": "6559", + "range_animation": "6559", + "combat_audio": "481,491,490", + "attack_speed": "5", + "respawn_delay": "30", + "defence_animation": "6557", + "slayer_exp": "15", + "magic_animation": "6559", + "death_animation": "6558", + "name": "Wolf", + "defence_level": "9", + "safespot": null, + "lifepoints": "69", + "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" + }, + { + "examine": "Examine not added", + "melee_animation": "6559", + "range_animation": "6559", + "combat_audio": "481,491,490", + "attack_speed": "5", + "respawn_delay": "30", + "defence_animation": "6557", + "slayer_exp": "10", + "magic_animation": "6559", + "death_animation": "6558", + "name": "Wolf", + "defence_level": "7", + "safespot": null, + "lifepoints": "69", + "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" + }, + { + "examine": "A popular dwarven delicacy.", + "melee_animation": "2705", + "range_animation": "2705", + "combat_audio": "3102,3104,3103", + "attack_speed": "5", + "defence_animation": "2706", + "magic_animation": "2705", + "death_animation": "2707", + "name": "Rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "2", + "strength_level": "1", + "id": "4415", + "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": "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": "Half horse", + "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", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "6377", + "name": "Stag", + "defence_level": "18", + "safespot": null, + "lifepoints": "25", + "strength_level": "18", + "id": "4440", + "range_level": "1", + "attack_level": "18" + }, + { + "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", + "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": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "id": "4527", + "aggressive": "true", + "clue_level": "2", + "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": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "id": "4528", + "aggressive": "true", + "clue_level": "2", + "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": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "id": "4529", + "aggressive": "true", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "4388", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "4385", + "death_animation": "4389", + "name": "Suqah", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "id": "4530", + "aggressive": "true", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "4388", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "4385", + "death_animation": "4389", + "name": "Suqah", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "id": "4531", + "aggressive": "true", + "clue_level": "2", + "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": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "id": "4532", + "aggressive": "true", + "clue_level": "2", + "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": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "id": "4533", + "aggressive": "true", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "His beard seems to have a life of its own.", + "slayer_task": "62", + "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": "85", + "magic_animation": "4666", + "death_animation": "4668", + "name": "Moss giant", + "defence_level": "30", + "safespot": null, + "lifepoints": "85", + "strength_level": "30", + "id": "4534", + "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": "Either a very fremennikey pirate", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "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", + "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", + "id": "4540", + "aggressive": "true", + "range_level": "55", + "attack_level": "55" + }, + { + "examine": "A stickler for hygiene in the kitchen.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "'Beefy' Burns", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4541", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A keen-eyed lookout with a telescope.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "'Eagle-eye' Shultz", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4542", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "First mate to Captain Bentley.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "First mate 'Davey-boy", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4543", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A pirate through and through.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "'Picarron' Pete", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4545", + "range_level": "1", + "attack_level": "1" + }, + { + "death_animation": "836", + "name": "Jake", + "defence_level": "1", + "safespot": null, + "lifepoints": "50", + "melee_animation": "422", + "strength_level": "1", + "id": "4546", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "examine": "He got his name from his favourite hobby. Reading about beds.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Bedread the bold", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4547", + "range_level": "1", + "attack_level": "1" + }, + { + "death_animation": "836", + "name": "Wilson", + "defence_level": "1", + "safespot": null, + "lifepoints": "50", + "melee_animation": "395", + "strength_level": "1", + "id": "4548", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "examine": "Nobody really knows why he's called Tommy 2-times...", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Tommy 2-times", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4549", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Don't look him straight in the eyes. He'll eat you alive!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Murky Pat", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4550", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Nice beard.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Jack Sails", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4551", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Is he looking at me?", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "'Beedy-eye' Jones", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4554", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Yes", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Jenny Blade", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4555", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A low-down", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "'Lecherous' Lee", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4556", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Apparently his nickname comes from his fondness for jam.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "'Sticky' Sanders", + "defence_level": "1", + "safespot": null, + "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", + "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": "4565", + "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": "4566", + "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": "4567", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Must be hard at work.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Researcher", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4568", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He makes pots.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Generic Diplomat", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4579", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's very diplomatic.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ambassador Gimblewap", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4580", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Peaceful man!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ambassador Spanfipple", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4581", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Peaceful man!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ambassador Ferrnook", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4582", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Your common man.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sorrn", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4589", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Your common woman.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mimm", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4590", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Your common man.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Portobello", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4593", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A gnome pilot off duty", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Captain Ninto", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4594", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A gnome pilot off duty", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Captain Daerkin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4595", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He looks alert and ready for action.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guard Vemmeldo", + "defence_level": "1", + "safespot": null, + "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", + "range_level": "1", + "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", + "range_level": "1", + "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", + "range_level": "1", + "attack_level": "26" + }, + { + "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": "4606", + "range_level": "1", + "attack_level": "26" + }, + { + "examine": "A witch's black cat.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "0", + "name": "Black Cat", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4607", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Monk", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "4608", + "range_level": "1", + "attack_level": "1" + }, + { + "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" + }, + { + "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", + "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": "4634", + "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": "4635", + "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": "4636", + "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": "4637", + "clue_level": "0", + "range_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", + "range_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", + "range_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", + "range_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", + "range_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", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "King Healthorg riding his War Tortoise.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Healthorg and tortoise", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4643", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A weasly", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Glouphrie the Untrusted", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4645", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "With the prices he charges", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trader Stan", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4650", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks very stylish", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trader Crewmember", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4651", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "That suit looks a little briny around the edges.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trader Crewmember", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4652", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "First storm he is in that hat will blow away.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trader Crewmember", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4653", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "She'll never be able to climb rigging in that.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trader Crewmember", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4654", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "High heels on a ship? What is she thinking?", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trader Crewmember", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "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", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4656", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He works evil magic.", + "start_gfx": "93", + "combat_style": "2", + "melee_animation": "810", + "range_animation": "0", + "combat_audio": "511,513,512", + "magic_level": "6", + "end_gfx": "95", + "respawn_delay": "60", + "defence_animation": "425", + "magic_animation": "711", + "death_animation": "836", + "name": "Dark wizard", + "defence_level": "5", + "safespot": null, + "lifepoints": "12", + "strength_level": "2", + "id": "4659", + "aggressive": "true", + "range_level": "1", + "projectile": "94", + "attack_level": "5" + }, + { + "examine": "He works evil magic.", + "start_gfx": "96", + "combat_style": "2", + "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", + "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.", + "slayer_task": "68", + "melee_animation": "25", + "range_animation": "25", + "combat_audio": "408,410,409", + "attack_speed": "5", + "magic_level": "40", + "respawn_delay": "32", + "defence_animation": "26", + "weakness": "3", + "slayer_exp": "0", + "magic_animation": "25", + "death_animation": "28", + "name": "Baby blue dragon", + "defence_level": "42", + "safespot": null, + "lifepoints": "50", + "strength_level": "40", + "id": "4665", + "aggressive": "true", + "bonuses": "50,40,64,60,30,45,40,40,20,40,40,20,0,0,0", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "Young but still dangerous.", + "combat_audio": "408,410,409", + "magic_level": "45", + "slayer_exp": "108", + "name": "Baby blue dragon", + "defence_level": "48", + "safespot": null, + "lifepoints": "51", + "strength_level": "45", + "id": "4666", + "bonuses": "49,45,43,50,73,71,56,78,68,0,0,0,0,0,0", + "range_level": "45", + "attack_level": "45" + }, + { + "name": "Baby red dragon", + "defence_level": "1", + "safespot": null, + "lifepoints": "50", + "combat_audio": "408,410,409", + "strength_level": "1", + "id": "4667", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Baby red dragon", + "defence_level": "1", + "safespot": null, + "lifepoints": "50", + "combat_audio": "408,410,409", + "strength_level": "1", + "id": "4668", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "examine": "A big powerful dragon.", + "slayer_task": "68", + "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", + "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" + }, + { + "examine": "A big powerful dragon.", + "slayer_task": "68", + "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", + "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" + }, + { + "examine": "A big powerful dragon.", + "slayer_task": "68", + "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", + "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" + }, + { + "examine": "A big powerful dragon.", + "slayer_task": "68", + "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", + "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" + }, + { + "examine": "A fierce dragon with black scales!", + "slayer_task": "9", + "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", + "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": "200" + }, + { + "examine": "A fierce dragon with black scales!", + "slayer_task": "9", + "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", + "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": "200" + }, + { + "examine": "A fierce dragon with black scales!", + "slayer_task": "9", + "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", + "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": "200" + }, + { + "examine": "A fierce dragon with black scales!", + "slayer_task": "9", + "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", + "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": "200" + }, + { + "examine": "Must be related to Elvarg.", + "slayer_task": "41", + "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", + "aggressive": "true", + "bonuses": "0,0,0,0,0,20,40,40,30,20,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "68" + }, + { + "examine": "Must be related to Elvarg.", + "slayer_task": "41", + "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", + "aggressive": "true", + "bonuses": "0,0,0,0,0,20,40,40,30,20,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "68" + }, + { + "examine": "Must be related to Elvarg.", + "slayer_task": "41", + "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", + "aggressive": "true", + "bonuses": "0,0,0,0,0,20,40,40,30,20,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "68" + }, + { + "examine": "Must be related to Elvarg.", + "slayer_task": "41", + "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", + "aggressive": "true", + "bonuses": "0,0,0,0,0,20,40,40,30,20,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "68" + }, + { + "examine": "A mother dragon.", + "slayer_task": "11", + "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", + "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": "A mother dragon.", + "slayer_task": "11", + "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", + "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": "A mother dragon.", + "slayer_task": "11", + "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", + "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": "A mother dragon.", + "slayer_task": "11", + "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", + "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": "He's got icicles in his beard.", + "slayer_task": "47", + "melee_animation": "4672", + "range_animation": "0", + "combat_audio": "449,451,450", + "attack_speed": "5", + "magic_level": "1", + "respawn_delay": "60", + "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", + "aggressive": "true", + "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "He's got icicles in his beard.", + "slayer_task": "47", + "melee_animation": "4672", + "range_animation": "0", + "combat_audio": "449,451,450", + "attack_speed": "5", + "magic_level": "1", + "respawn_delay": "60", + "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", + "aggressive": "true", + "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "He's got icicles in his beard.", + "slayer_task": "47", + "melee_animation": "4672", + "range_animation": "0", + "combat_audio": "449,451,450", + "attack_speed": "5", + "magic_level": "1", + "respawn_delay": "60", + "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", + "aggressive": "true", + "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "His beard seems to have a life of its own.", + "slayer_task": "62", + "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": "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.", + "slayer_task": "44", + "melee_animation": "4652", + "range_animation": "4652", + "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.", + "slayer_task": "44", + "melee_animation": "4652", + "range_animation": "4652", + "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.", + "slayer_task": "44", + "melee_animation": "4652", + "range_animation": "4652", + "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.", + "slayer_task": "44", + "melee_animation": "4652", + "range_animation": "4652", + "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.", + "slayer_task": "44", + "melee_animation": "4652", + "range_animation": "4652", + "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.", + "slayer_task": "56", + "melee_animation": "4630", + "range_animation": "4630", + "combat_audio": "400,404,403", + "attack_speed": "6", + "magic_level": "50", + "respawn_delay": "20", + "defence_animation": "65", + "weakness": "4", + "slayer_exp": "79", + "magic_animation": "4630", + "death_animation": "67", + "name": "Lesser demon", + "defence_level": "50", + "safespot": null, + "lifepoints": "79", + "strength_level": "50", + "id": "4694", + "aggressive": "true", + "bonuses": "15,15,15,15,15,15,15,15,15,3,15,15,23,15,15", + "range_level": "1", + "attack_level": "50" + }, + { + "examine": "Lesser, but still pretty big.", + "slayer_task": "56", + "melee_animation": "4630", + "range_animation": "4630", + "combat_audio": "400,404,403", + "attack_speed": "6", + "magic_level": "50", + "respawn_delay": "20", + "defence_animation": "65", + "weakness": "4", + "slayer_exp": "79", + "magic_animation": "4630", + "death_animation": "67", + "name": "Lesser demon", + "defence_level": "50", + "safespot": null, + "lifepoints": "79", + "strength_level": "50", + "id": "4695", + "aggressive": "true", + "bonuses": "15,15,15,15,15,15,15,15,15,3,15,15,23,15,15", + "range_level": "1", + "attack_level": "50" + }, + { + "examine": "Lesser, but still pretty big.", + "slayer_task": "56", + "melee_animation": "4630", + "range_animation": "4630", + "combat_audio": "400,404,403", + "attack_speed": "6", + "magic_level": "50", + "respawn_delay": "20", + "defence_animation": "65", + "weakness": "4", + "slayer_exp": "79", + "magic_animation": "4630", + "death_animation": "67", + "name": "Lesser demon", + "defence_level": "50", + "safespot": null, + "lifepoints": "79", + "strength_level": "50", + "id": "4696", + "aggressive": "true", + "bonuses": "15,15,15,15,15,15,15,15,15,3,15,15,23,15,15", + "range_level": "1", + "attack_level": "50" + }, + { + "examine": "Lesser, but still pretty big.", + "slayer_task": "56", + "melee_animation": "4630", + "range_animation": "4630", + "combat_audio": "400,404,403", + "attack_speed": "6", + "magic_level": "50", + "respawn_delay": "20", + "defence_animation": "65", + "weakness": "4", + "slayer_exp": "79", + "magic_animation": "4630", + "death_animation": "67", + "name": "Lesser demon", + "defence_level": "50", + "safespot": null, + "lifepoints": "79", + "strength_level": "50", + "id": "4697", + "aggressive": "true", + "bonuses": "15,15,15,15,15,15,15,15,15,3,15,15,23,15,15", + "range_level": "1", + "attack_level": "50" + }, + { + "examine": "Big, red, and incredibly evil.", + "slayer_task": "40", + "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.", + "slayer_task": "40", + "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.", + "slayer_task": "40", + "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.", + "slayer_task": "40", + "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.", + "slayer_task": "8", + "melee_animation": "64", + "range_animation": "64", + "combat_audio": "400,404,403", + "magic_level": "70", + "respawn_delay": "38", + "defence_animation": "65", + "weakness": "4", + "slayer_exp": "157", + "magic_animation": "64", + "death_animation": "67", + "name": "Black demon", + "defence_level": "70", + "safespot": null, + "lifepoints": "165", + "strength_level": "70", + "id": "4702", + "aggressive": "true", + "bonuses": "45,40,40,150,150,80,150,20,150,68,0,0,0,0,0", + "range_level": "70", + "attack_level": "70" + }, + { + "examine": "A big, scary, jet-black demon.", + "slayer_task": "8", + "melee_animation": "64", + "range_animation": "64", + "combat_audio": "400,404,403", + "magic_level": "70", + "respawn_delay": "38", + "defence_animation": "65", + "weakness": "4", + "slayer_exp": "157", + "magic_animation": "64", + "death_animation": "67", + "name": "Black demon", + "defence_level": "70", + "safespot": null, + "lifepoints": "165", + "strength_level": "70", + "id": "4703", + "aggressive": "true", + "bonuses": "45,40,40,150,150,80,150,20,150,68,0,0,0,0,0", + "range_level": "70", + "attack_level": "70" + }, + { + "examine": "A big, scary, jet-black demon.", + "slayer_task": "8", + "melee_animation": "64", + "range_animation": "64", + "combat_audio": "400,404,403", + "magic_level": "70", + "respawn_delay": "38", + "defence_animation": "65", + "weakness": "4", + "slayer_exp": "157", + "magic_animation": "64", + "death_animation": "67", + "name": "Black demon", + "defence_level": "70", + "safespot": null, + "lifepoints": "165", + "strength_level": "70", + "id": "4704", + "aggressive": "true", + "bonuses": "45,40,40,150,150,80,150,20,150,68,0,0,0,0,0", + "range_level": "70", + "attack_level": "70" + }, + { + "examine": "A big, scary, jet-black demon.", + "slayer_task": "8", + "melee_animation": "64", + "range_animation": "64", + "combat_audio": "400,404,403", + "magic_level": "70", + "respawn_delay": "38", + "defence_animation": "65", + "weakness": "4", + "slayer_exp": "157", + "magic_animation": "64", + "death_animation": "67", + "name": "Black demon", + "defence_level": "70", + "safespot": null, + "lifepoints": "165", + "strength_level": "70", + "id": "4705", + "aggressive": "true", + "bonuses": "45,40,40,150,150,80,150,20,150,68,0,0,0,0,0", + "range_level": "70", + "attack_level": "70" + }, + { + "examine": "His beard seems to have a life of its own.", + "slayer_task": "62", + "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": "85", + "magic_animation": "4666", + "death_animation": "4668", + "name": "Moss giant", + "defence_level": "30", + "safespot": null, + "lifepoints": "85", + "strength_level": "30", + "id": "4706", + "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": "Mikasi looks ready to teach you about magic.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "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", + "defence_animation": "0", + "magic_animation": "0", + "name": "Meiyerditch citizen", + "defence_level": "60", + "safespot": null, + "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", + "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": "4735", + "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": "4736", + "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": "4737", + "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": "4738", + "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": "4739", + "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": "4740", + "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": "4741", + "range_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": "4746", + "range_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", + "range_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", + "range_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", + "range_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", + "range_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", + "range_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", + "range_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", + "range_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", + "range_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", + "range_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", + "range_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", + "range_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": "4759", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Some rubbish.", + "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": "4765", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks like it's got fleas!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Stray dog", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4766", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A smelly cat.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cat", + "defence_level": "1", + "safespot": null, + "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", + "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": "4773", + "range_level": "1", + "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", + "range_level": "1", + "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", + "range_level": "1", + "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", + "range_level": "44", + "attack_level": "1" + }, + { + "examine": "An initiate juvenile vampyre.", + "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": "4777", + "range_level": "44", + "attack_level": "1" + }, + { + "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": "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!", + "slayer_task": "86", + "melee_animation": "6016", + "range_animation": "0", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "6031", + "name": "Angry vampyre", + "defence_level": "42", + "safespot": null, + "lifepoints": "60", + "strength_level": "42", + "id": "4789", + "range_level": "1", + "attack_level": "42" + }, + { + "name": "Vanstrom Klause", + "defence_level": "1", + "safespot": null, + "lifepoints": "155", + "strength_level": "1", + "id": "4793", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "examine": "Not as strong as Thok.", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "name": "Vanstrom Klause", + "defence_level": "60", + "safespot": null, + "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", + "aggressive": "true", + "range_level": "1", + "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", + "aggressive": "true", + "range_level": "1", + "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", + "aggressive": "true", + "range_level": "1", + "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", + "aggressive": "true", + "range_level": "1", + "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": "4810", + "aggressive": "true", + "range_level": "1", + "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", + "aggressive": "true", + "range_level": "1", + "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", + "aggressive": "true", + "range_level": "1", + "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", + "aggressive": "true", + "range_level": "1", + "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", + "aggressive": "true", + "range_level": "1", + "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", + "aggressive": "true", + "range_level": "1", + "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", + "aggressive": "true", + "range_level": "1", + "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", + "aggressive": "true", + "range_level": "1", + "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", + "aggressive": "true", + "range_level": "1", + "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", + "aggressive": "true", + "range_level": "1", + "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", + "aggressive": "true", + "range_level": "1", + "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", + "aggressive": "true", + "range_level": "1", + "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", + "aggressive": "true", + "range_level": "1", + "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", + "aggressive": "true", + "range_level": "1", + "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", + "aggressive": "true", + "range_level": "1", + "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": "4825", + "aggressive": "true", + "range_level": "1", + "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": "4826", + "aggressive": "true", + "range_level": "1", + "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": "4827", + "aggressive": "true", + "range_level": "1", + "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": "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", + "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": "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", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Flying female vampire", + "defence_level": "1", + "safespot": null, + "lifepoints": "95", + "strength_level": "1", + "attack_speed": "6", + "id": "4848", + "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": "4849", + "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": "4850", + "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": "4851", + "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": "4852", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "examine": "Her knives tickle Thok.", + "magic_animation": "0", + "name": "Holgart", + "defence_level": "60", + "safespot": null, + "lifepoints": "28", + "strength_level": "1", + "id": "4868", + "aggressive": "true", + "range_level": "90", + "attack_level": "1", + "defence_animation": "0" + }, + { + "examine": "Not Thok's pretty lass.", + "magic_level": "90", + "defence_animation": "0", + "magic_animation": "0", + "name": "Fisherman", + "defence_level": "60", + "safespot": null, + "lifepoints": "28", + "strength_level": "1", + "id": "4870", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A child of aquatic evil.", + "melee_animation": "4829", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "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.", + "slayer_task": "71", + "melee_animation": "6265", + "range_animation": "0", + "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", + "id": "4893", + "aggressive": "true", + "range_level": "1", + "attack_level": "29" + }, + { + "examine": "A rather nasty looking crustacean.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sea slug", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4894", + "range_level": "1", + "attack_level": "1" + }, + { + "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": "4898", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "melee_animation": "4868", + "attack_speed": "7", + "respawn_delay": "60", + "defence_animation": "4869", + "death_animation": "4870", + "name": "Earth elemental", + "defence_level": "1", + "safespot": null, + "lifepoints": "35", + "strength_level": "1", + "id": "4910", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "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.", + "slayer_task": "67", + "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", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "80" + }, + { + "examine": "A nasty overgrown rodent.", + "slayer_task": "67", + "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", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "80" + }, { "examine": "Overgrown vermin.", "slayer_task": "67", From d8511e31ea0585729b1ccb0bf2c3150c49a309d4 Mon Sep 17 00:00:00 2001 From: skelsoft <9147770-skelsoft@users.noreply.gitlab.com> Date: Sun, 18 Jul 2021 07:25:49 +1000 Subject: [PATCH 19/33] Fix: G. F. I. audit work, misc fixes - Initial Honour Guard (ID 5514, 5515, 5516, 5517) stat adjustment using F. Guards as base data - Rod of Ivandis examine fixes (added an obscure Sesame Street reference) - Rod of Ivandis attack speed correction (now correctly Attack Speed: 5) - Rod clay mould examine fixes - Rune spikeshield examine fixes - Rune spikeshield tradeability fixes (can now only correctly trade Rune spikeshield 0's) --- Server/data/configs/item_configs.json | 42 +++++-- Server/data/configs/npc_configs.json | 174 ++++++++++++++++---------- 2 files changed, 141 insertions(+), 75 deletions(-) diff --git a/Server/data/configs/item_configs.json b/Server/data/configs/item_configs.json index 4c3038f53..8ee6a1c4c 100644 --- a/Server/data/configs/item_configs.json +++ b/Server/data/configs/item_configs.json @@ -73317,10 +73317,12 @@ }, { "turn90cw_anim": "1207", + "examine": "A fully charged rod.", "walk_anim": "1205", "has_special": "true", "durability": null, "turn90ccw_anim": "1208", + "attack_speed": "5", "two_handed": "true", "weapon_interface": "1", "turn180_anim": "1206", @@ -73338,10 +73340,12 @@ }, { "turn90cw_anim": "1207", + "examine": "A partialy charged rod.", "walk_anim": "1205", "has_special": "true", "durability": null, "turn90ccw_anim": "1208", + "attack_speed": "5", "two_handed": "true", "weapon_interface": "1", "turn180_anim": "1206", @@ -73359,7 +73363,7 @@ }, { "turn90cw_anim": "1207", - "examine": "A fully charged rod. (if less than 10) A partialy charged rod.", + "examine": "A partialy charged rod.", "walk_anim": "1205", "has_special": "true", "low_alchemy": "400", @@ -73386,10 +73390,12 @@ }, { "turn90cw_anim": "1207", + "examine": "A partialy charged rod.", "walk_anim": "1205", "has_special": "true", "durability": null, "turn90ccw_anim": "1208", + "attack_speed": "5", "two_handed": "true", "weapon_interface": "1", "turn180_anim": "1206", @@ -73407,10 +73413,12 @@ }, { "turn90cw_anim": "1207", + "examine": "A partialy charged rod.", "walk_anim": "1205", "has_special": "true", "durability": null, "turn90ccw_anim": "1208", + "attack_speed": "5", "two_handed": "true", "weapon_interface": "1", "turn180_anim": "1206", @@ -73428,10 +73436,12 @@ }, { "turn90cw_anim": "1207", + "examine": "A partialy charged rod.", "walk_anim": "1205", "has_special": "true", "durability": null, "turn90ccw_anim": "1208", + "attack_speed": "5", "two_handed": "true", "weapon_interface": "1", "turn180_anim": "1206", @@ -73449,10 +73459,12 @@ }, { "turn90cw_anim": "1207", + "examine": "A partialy charged rod.", "walk_anim": "1205", "has_special": "true", "durability": null, "turn90ccw_anim": "1208", + "attack_speed": "5", "two_handed": "true", "weapon_interface": "1", "turn180_anim": "1206", @@ -73470,10 +73482,12 @@ }, { "turn90cw_anim": "1207", + "examine": "A partialy charged rod.", "walk_anim": "1205", "has_special": "true", "durability": null, "turn90ccw_anim": "1208", + "attack_speed": "5", "two_handed": "true", "weapon_interface": "1", "turn180_anim": "1206", @@ -73491,10 +73505,12 @@ }, { "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": "true", "weapon_interface": "1", "turn180_anim": "1206", @@ -73512,10 +73528,12 @@ }, { "turn90cw_anim": "1207", + "examine": "A partialy charged rod.", "walk_anim": "1205", "has_special": "true", "durability": null, "turn90ccw_anim": "1208", + "attack_speed": "5", "two_handed": "true", "weapon_interface": "1", "turn180_anim": "1206", @@ -73533,7 +73551,7 @@ }, { "destroy_message": "You can make another one of these by using clay on Ivandis' coffin.", - "examine": "Rod of Ivandis mould.", + "examine": "A mould of the Rod of Ivandis.", "durability": null, "name": "Rod clay mould", "low_alchemy": "40", @@ -116752,7 +116770,7 @@ { "requirements": "{1,45}", "shop_price": "200", - "examine": "A spiked square shield.", + "examine": "A spiked, medium square shield.", "durability": null, "low_alchemy": "2576", "high_alchemy": "3864", @@ -116761,7 +116779,7 @@ "equipment_slot": "5", "grand_exchange_price": "57548", "name": "Rune spikeshield 100", - "tradeable": "true", + "tradeable": "false", "archery_ticket_price": "0", "id": "12922", "bonuses": "0,0,0,-6,-2,39,41,37,0,39,36,3,0,0,0", @@ -116770,7 +116788,7 @@ { "requirements": "{1,45}", "shop_price": "200", - "examine": "A spiked square shield.", + "examine": "A spiked, medium square shield.", "durability": null, "low_alchemy": "2576", "high_alchemy": "3864", @@ -116779,7 +116797,7 @@ "equipment_slot": "5", "grand_exchange_price": "57548", "name": "Rune spikeshield 80", - "tradeable": "true", + "tradeable": "false", "archery_ticket_price": "0", "id": "12923", "bonuses": "0,0,0,-6,-2,39,41,37,0,39,36,3,0,0,0" @@ -116787,7 +116805,7 @@ { "requirements": "{1,45}", "shop_price": "200", - "examine": "Uncharged: Not so spiky anymore.", + "examine": "A spiked, medium square shield.", "durability": null, "low_alchemy": "2576", "high_alchemy": "3864", @@ -116796,7 +116814,7 @@ "equipment_slot": "5", "grand_exchange_price": "57548", "name": "Rune spikeshield 60", - "tradeable": "true", + "tradeable": "false", "archery_ticket_price": "0", "id": "12924", "bonuses": "0,0,0,-6,-2,39,41,37,0,39,36,3,0,0,0" @@ -116804,7 +116822,7 @@ { "requirements": "{1,45}", "shop_price": "200", - "examine": "A spiked square shield.", + "examine": "A spiked, medium square shield.", "durability": null, "low_alchemy": "2576", "high_alchemy": "3864", @@ -116813,7 +116831,7 @@ "equipment_slot": "5", "grand_exchange_price": "57548", "name": "Rune spikeshield 40", - "tradeable": "true", + "tradeable": "false", "archery_ticket_price": "0", "id": "12925", "bonuses": "0,0,0,-6,-2,39,41,37,0,39,36,3,0,0,0" @@ -116821,7 +116839,7 @@ { "requirements": "{1,45}", "shop_price": "200", - "examine": "A spiked square shield.", + "examine": "A spiked, medium square shield.", "durability": null, "low_alchemy": "2576", "high_alchemy": "3864", @@ -116830,7 +116848,7 @@ "equipment_slot": "5", "grand_exchange_price": "57548", "name": "Rune spikeshield 20", - "tradeable": "true", + "tradeable": "false", "archery_ticket_price": "0", "id": "12926", "bonuses": "0,0,0,-6,-2,39,41,37,0,39,36,3,0,0,0" diff --git a/Server/data/configs/npc_configs.json b/Server/data/configs/npc_configs.json index e231ac0b5..f102c4b8c 100644 --- a/Server/data/configs/npc_configs.json +++ b/Server/data/configs/npc_configs.json @@ -20719,7 +20719,7 @@ "melee_animation": "240", "range_animation": "240", "combat_audio": "703,705,704", - "attack_speed": "4", + "attack_speed": "4", "magic_level": "1", "respawn_delay": "20", "defence_animation": "241", @@ -20743,7 +20743,7 @@ "melee_animation": "4933", "range_animation": "4933", "combat_audio": "703,705,704", - "attack_speed": "4", + "attack_speed": "4", "magic_level": "1", "respawn_delay": "30", "defence_animation": "4934", @@ -20767,7 +20767,7 @@ "melee_animation": "6249", "range_animation": "6249", "combat_audio": "537,539,538", - "attack_speed": "4", + "attack_speed": "4", "magic_level": "1", "respawn_delay": "25", "defence_animation": "6250", @@ -20815,7 +20815,7 @@ "melee_animation": "5487", "range_animation": "5487", "combat_audio": "774,775,777", - "attack_speed": "4" + "attack_speed": "4", "magic_level": "1", "respawn_delay": "20", "defence_animation": "5513", @@ -20839,7 +20839,7 @@ "melee_animation": "5487", "range_animation": "5487", "combat_audio": "774,775,777", - "attack_speed": "4" + "attack_speed": "4", "magic_level": "1", "respawn_delay": "20", "defence_animation": "5513", @@ -23575,7 +23575,7 @@ "melee_animation": "2365", "attack_speed": "6", "spell_id": "48", - "magic_level": "100", + "magic_level": "100", "respawn_delay": "60", "defence_animation": "2366", "magic_animation": "2365", @@ -26983,7 +26983,7 @@ "melee_animation": "2365", "attack_speed": "6", "spell_id": "48", - "magic_level": "100", + "magic_level": "100", "respawn_delay": "60", "defence_animation": "2366", "magic_animation": "2365", @@ -27078,8 +27078,8 @@ "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", - "bonuses": "0,0,0,0,0,100,100,50,50,150,0,0,0,0,0", "attack_level": "100" }, { @@ -42161,7 +42161,7 @@ "melee_animation": "4933", "range_animation": "4933", "combat_audio": "703,705,704", - "attack_speed": "4", + "attack_speed": "4", "magic_level": "1", "respawn_delay": "30", "defence_animation": "4934", @@ -42185,7 +42185,7 @@ "melee_animation": "4933", "range_animation": "4933", "combat_audio": "703,705,704", - "attack_speed": "4", + "attack_speed": "4", "magic_level": "1", "respawn_delay": "30", "defence_animation": "4934", @@ -47188,7 +47188,7 @@ "melee_animation": "4332", "range_animation": "0", "attack_speed": "4", - "respawn_delay": "60", + "respawn_delay": "60", "defence_animation": "0", "weakness": "9", "magic_animation": "0", @@ -47199,7 +47199,7 @@ "strength_level": "100", "id": "5476", "aggressive": "true", - "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0", + "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0", "range_level": "1", "attack_level": "100" }, @@ -63402,7 +63402,7 @@ "melee_animation": "2365", "attack_speed": "6", "spell_id": "48", - "magic_level": "100", + "magic_level": "100", "respawn_delay": "60", "defence_animation": "2366", "magic_animation": "2365", @@ -67200,7 +67200,7 @@ "melee_animation": "2365", "attack_speed": "6", "spell_id": "48", - "magic_level": "100", + "magic_level": "100", "respawn_delay": "60", "defence_animation": "2366", "magic_animation": "2365", @@ -67295,8 +67295,8 @@ "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", - "bonuses": "0,0,0,0,0,100,100,50,50,150,0,0,0,0,0", "attack_level": "100" }, { @@ -94199,7 +94199,7 @@ "melee_animation": "240", "range_animation": "240", "combat_audio": "703,705,704", - "attack_speed": "4", + "attack_speed": "4", "magic_level": "1", "respawn_delay": "20", "defence_animation": "241", @@ -94223,7 +94223,7 @@ "melee_animation": "4933", "range_animation": "4933", "combat_audio": "703,705,704", - "attack_speed": "4", + "attack_speed": "4", "magic_level": "1", "respawn_delay": "30", "defence_animation": "4934", @@ -94247,7 +94247,7 @@ "melee_animation": "6249", "range_animation": "6249", "combat_audio": "537,539,538", - "attack_speed": "4", + "attack_speed": "4", "magic_level": "1", "respawn_delay": "25", "defence_animation": "6250", @@ -94295,7 +94295,7 @@ "melee_animation": "5487", "range_animation": "5487", "combat_audio": "774,775,777", - "attack_speed": "4" + "attack_speed": "4", "magic_level": "1", "respawn_delay": "20", "defence_animation": "5513", @@ -94319,7 +94319,7 @@ "melee_animation": "5487", "range_animation": "5487", "combat_audio": "774,775,777", - "attack_speed": "4" + "attack_speed": "4", "magic_level": "1", "respawn_delay": "20", "defence_animation": "5513", @@ -97055,7 +97055,7 @@ "melee_animation": "2365", "attack_speed": "6", "spell_id": "48", - "magic_level": "100", + "magic_level": "100", "respawn_delay": "60", "defence_animation": "2366", "magic_animation": "2365", @@ -100463,7 +100463,7 @@ "melee_animation": "2365", "attack_speed": "6", "spell_id": "48", - "magic_level": "100", + "magic_level": "100", "respawn_delay": "60", "defence_animation": "2366", "magic_animation": "2365", @@ -100558,8 +100558,8 @@ "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", - "bonuses": "0,0,0,0,0,100,100,50,50,150,0,0,0,0,0", "attack_level": "100" }, { @@ -115647,7 +115647,7 @@ "melee_animation": "4933", "range_animation": "4933", "combat_audio": "703,705,704", - "attack_speed": "4", + "attack_speed": "4", "magic_level": "1", "respawn_delay": "30", "defence_animation": "4934", @@ -115671,7 +115671,7 @@ "melee_animation": "4933", "range_animation": "4933", "combat_audio": "703,705,704", - "attack_speed": "4", + "attack_speed": "4", "magic_level": "1", "respawn_delay": "30", "defence_animation": "4934", @@ -120676,7 +120676,7 @@ "melee_animation": "4332", "range_animation": "0", "attack_speed": "4", - "respawn_delay": "60", + "respawn_delay": "60", "defence_animation": "0", "weakness": "9", "magic_animation": "0", @@ -120687,7 +120687,7 @@ "strength_level": "100", "id": "5476", "aggressive": "true", - "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0", + "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0", "range_level": "1", "attack_level": "100" }, @@ -137130,7 +137130,7 @@ "melee_animation": "2365", "attack_speed": "6", "spell_id": "48", - "magic_level": "100", + "magic_level": "100", "respawn_delay": "60", "defence_animation": "2366", "magic_animation": "2365", @@ -140928,7 +140928,7 @@ "melee_animation": "2365", "attack_speed": "6", "spell_id": "48", - "magic_level": "100", + "magic_level": "100", "respawn_delay": "60", "defence_animation": "2366", "magic_animation": "2365", @@ -141023,8 +141023,8 @@ "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", - "bonuses": "0,0,0,0,0,100,100,50,50,150,0,0,0,0,0", "attack_level": "100" }, { @@ -167935,7 +167935,7 @@ "melee_animation": "240", "range_animation": "240", "combat_audio": "703,705,704", - "attack_speed": "4", + "attack_speed": "4", "magic_level": "1", "respawn_delay": "20", "defence_animation": "241", @@ -167959,7 +167959,7 @@ "melee_animation": "4933", "range_animation": "4933", "combat_audio": "703,705,704", - "attack_speed": "4", + "attack_speed": "4", "magic_level": "1", "respawn_delay": "30", "defence_animation": "4934", @@ -167983,7 +167983,7 @@ "melee_animation": "6249", "range_animation": "6249", "combat_audio": "537,539,538", - "attack_speed": "4", + "attack_speed": "4", "magic_level": "1", "respawn_delay": "25", "defence_animation": "6250", @@ -168031,7 +168031,7 @@ "melee_animation": "5487", "range_animation": "5487", "combat_audio": "774,775,777", - "attack_speed": "4" + "attack_speed": "4", "magic_level": "1", "respawn_delay": "20", "defence_animation": "5513", @@ -168055,7 +168055,7 @@ "melee_animation": "5487", "range_animation": "5487", "combat_audio": "774,775,777", - "attack_speed": "4" + "attack_speed": "4", "magic_level": "1", "respawn_delay": "20", "defence_animation": "5513", @@ -170791,7 +170791,7 @@ "melee_animation": "2365", "attack_speed": "6", "spell_id": "48", - "magic_level": "100", + "magic_level": "100", "respawn_delay": "60", "defence_animation": "2366", "magic_animation": "2365", @@ -174199,7 +174199,7 @@ "melee_animation": "2365", "attack_speed": "6", "spell_id": "48", - "magic_level": "100", + "magic_level": "100", "respawn_delay": "60", "defence_animation": "2366", "magic_animation": "2365", @@ -174294,8 +174294,8 @@ "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", - "bonuses": "0,0,0,0,0,100,100,50,50,150,0,0,0,0,0", "attack_level": "100" }, { @@ -189377,7 +189377,7 @@ "melee_animation": "4933", "range_animation": "4933", "combat_audio": "703,705,704", - "attack_speed": "4", + "attack_speed": "4", "magic_level": "1", "respawn_delay": "30", "defence_animation": "4934", @@ -189401,7 +189401,7 @@ "melee_animation": "4933", "range_animation": "4933", "combat_audio": "703,705,704", - "attack_speed": "4", + "attack_speed": "4", "magic_level": "1", "respawn_delay": "30", "defence_animation": "4934", @@ -194404,7 +194404,7 @@ "melee_animation": "4332", "range_animation": "0", "attack_speed": "4", - "respawn_delay": "60", + "respawn_delay": "60", "defence_animation": "0", "weakness": "9", "magic_animation": "0", @@ -194415,7 +194415,7 @@ "strength_level": "100", "id": "5476", "aggressive": "true", - "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0", + "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0", "range_level": "1", "attack_level": "100" }, @@ -210618,7 +210618,7 @@ "melee_animation": "2365", "attack_speed": "6", "spell_id": "48", - "magic_level": "100", + "magic_level": "100", "respawn_delay": "60", "defence_animation": "2366", "magic_animation": "2365", @@ -214416,7 +214416,7 @@ "melee_animation": "2365", "attack_speed": "6", "spell_id": "48", - "magic_level": "100", + "magic_level": "100", "respawn_delay": "60", "defence_animation": "2366", "magic_animation": "2365", @@ -214511,8 +214511,8 @@ "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", - "bonuses": "0,0,0,0,0,100,100,50,50,150,0,0,0,0,0", "attack_level": "100" }, { @@ -241415,7 +241415,7 @@ "melee_animation": "240", "range_animation": "240", "combat_audio": "703,705,704", - "attack_speed": "4", + "attack_speed": "4", "magic_level": "1", "respawn_delay": "20", "defence_animation": "241", @@ -241439,7 +241439,7 @@ "melee_animation": "4933", "range_animation": "4933", "combat_audio": "703,705,704", - "attack_speed": "4", + "attack_speed": "4", "magic_level": "1", "respawn_delay": "30", "defence_animation": "4934", @@ -241463,7 +241463,7 @@ "melee_animation": "6249", "range_animation": "6249", "combat_audio": "537,539,538", - "attack_speed": "4", + "attack_speed": "4", "magic_level": "1", "respawn_delay": "25", "defence_animation": "6250", @@ -241511,7 +241511,7 @@ "melee_animation": "5487", "range_animation": "5487", "combat_audio": "774,775,777", - "attack_speed": "4" + "attack_speed": "4", "magic_level": "1", "respawn_delay": "20", "defence_animation": "5513", @@ -241535,7 +241535,7 @@ "melee_animation": "5487", "range_animation": "5487", "combat_audio": "774,775,777", - "attack_speed": "4" + "attack_speed": "4", "magic_level": "1", "respawn_delay": "20", "defence_animation": "5513", @@ -244271,7 +244271,7 @@ "melee_animation": "2365", "attack_speed": "6", "spell_id": "48", - "magic_level": "100", + "magic_level": "100", "respawn_delay": "60", "defence_animation": "2366", "magic_animation": "2365", @@ -247679,7 +247679,7 @@ "melee_animation": "2365", "attack_speed": "6", "spell_id": "48", - "magic_level": "100", + "magic_level": "100", "respawn_delay": "60", "defence_animation": "2366", "magic_animation": "2365", @@ -247774,8 +247774,8 @@ "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", - "bonuses": "0,0,0,0,0,100,100,50,50,150,0,0,0,0,0", "attack_level": "100" }, { @@ -262863,7 +262863,7 @@ "melee_animation": "4933", "range_animation": "4933", "combat_audio": "703,705,704", - "attack_speed": "4", + "attack_speed": "4", "magic_level": "1", "respawn_delay": "30", "defence_animation": "4934", @@ -262887,7 +262887,7 @@ "melee_animation": "4933", "range_animation": "4933", "combat_audio": "703,705,704", - "attack_speed": "4", + "attack_speed": "4", "magic_level": "1", "respawn_delay": "30", "defence_animation": "4934", @@ -267892,7 +267892,7 @@ "melee_animation": "4332", "range_animation": "0", "attack_speed": "4", - "respawn_delay": "60", + "respawn_delay": "60", "defence_animation": "0", "weakness": "9", "magic_animation": "0", @@ -267903,7 +267903,7 @@ "strength_level": "100", "id": "5476", "aggressive": "true", - "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0", + "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0", "range_level": "1", "attack_level": "100" }, @@ -284346,7 +284346,7 @@ "melee_animation": "2365", "attack_speed": "6", "spell_id": "48", - "magic_level": "100", + "magic_level": "100", "respawn_delay": "60", "defence_animation": "2366", "magic_animation": "2365", @@ -288144,7 +288144,7 @@ "melee_animation": "2365", "attack_speed": "6", "spell_id": "48", - "magic_level": "100", + "magic_level": "100", "respawn_delay": "60", "defence_animation": "2366", "magic_animation": "2365", @@ -288239,8 +288239,8 @@ "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", - "bonuses": "0,0,0,0,0,100,100,50,50,150,0,0,0,0,0", "attack_level": "100" }, { @@ -294424,11 +294424,17 @@ "id": "130" }, { - "examine": "One of the Burgher's Protectors", + "examine": "The Burgher's protectors.", "death_animation": "836", "name": "Honour Guard", + "defence_level": "80", + "lifepoints": "90", "melee_animation": "395", + "attack_speed": "4", + "strength_level": "90", "id": "5515", + "bonuses": "40,40,40,0,0,50,50,50,50,50,0,40,0,0,0", + "attack_level": "90", "defence_animation": "404" }, { @@ -294436,7 +294442,7 @@ "melee_animation": "4332", "range_animation": "0", "attack_speed": "4", - "respawn_delay": "60", + "respawn_delay": "60", "defence_animation": "0", "weakness": "9", "magic_animation": "0", @@ -294447,8 +294453,50 @@ "strength_level": "100", "id": "5524", "aggressive": "true", - "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0", + "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0", "range_level": "1", "attack_level": "100" + }, + { + "examine": "The Burgher's protectors.", + "death_animation": "836", + "name": "Honour Guard", + "defence_level": "80", + "lifepoints": "90", + "melee_animation": "395", + "attack_speed": "4", + "strength_level": "90", + "id": "5514", + "bonuses": "40,40,40,0,0,50,50,50,50,50,0,40,0,0,0", + "attack_level": "90", + "defence_animation": "404" + }, + { + "examine": "The Burgher's protectors.", + "death_animation": "836", + "name": "Honour Guard", + "defence_level": "80", + "lifepoints": "90", + "melee_animation": "395", + "attack_speed": "4", + "strength_level": "90", + "id": "5516", + "bonuses": "40,40,40,0,0,50,50,50,50,50,0,40,0,0,0", + "attack_level": "90", + "defence_animation": "404" + }, + { + "examine": "The Burgher's protectors.", + "death_animation": "836", + "name": "Honour Guard", + "defence_level": "80", + "lifepoints": "90", + "melee_animation": "395", + "attack_speed": "4", + "strength_level": "90", + "id": "5517", + "bonuses": "40,40,40,0,0,50,50,50,50,50,0,40,0,0,0", + "attack_level": "90", + "defence_animation": "404" } ] \ No newline at end of file From 43c7cc02b1cbfd14f7c755c9c93d4e142acf4b18 Mon Sep 17 00:00:00 2001 From: skelsoft <9147770-skelsoft@users.noreply.gitlab.com> Date: Mon, 19 Jul 2021 11:21:42 +1000 Subject: [PATCH 20/33] Fix: Petscape Wave #1: Dogs - All purchaseable dog pets (puppy and adult) now have correct examines for both the item in the player's inventory, and the NPC pet that follows the player --- Server/data/configs/item_configs.json | 278399 +++++++++++------------ Server/data/configs/npc_configs.json | 180 + 2 files changed, 139378 insertions(+), 139201 deletions(-) diff --git a/Server/data/configs/item_configs.json b/Server/data/configs/item_configs.json index 8ee6a1c4c..6005b67b0 100644 --- a/Server/data/configs/item_configs.json +++ b/Server/data/configs/item_configs.json @@ -1,139202 +1,139199 @@ -[ - { - "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", - "destroy": "true", - "archery_ticket_price": "0", - "two_handed": "true", - "id": "0" - }, - { - "destroy_message": "I got this from Captain Lawgof.", - "shop_price": "1", - "examine": "Good for repairing a broken cannon.", - "durability": null, - "name": "Toolkit", - "tradeable": "false", - "destroy": "true", - "weight": "0.4", - "archery_ticket_price": "0", - "id": "1" - }, - { - "shop_price": "5", - "ge_buy_limit": "10000", - "examine": "Ammo for the Dwarf Cannon.", - "grand_exchange_price": "381", - "durability": null, - "name": "Cannonball", - "tradeable": "true", - "low_alchemy": "2", - "high_alchemy": "3", - "archery_ticket_price": "0", - "id": "2" - }, - { - "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", - "examine": "Used to make cannon ammunition.", - "durability": null, - "name": "Ammo mould", - "low_alchemy": "2", - "high_alchemy": "3", - "weight": "4.5", - "archery_ticket_price": "0", - "id": "4" - }, - { - "shop_price": "20", - "examine": "An old note book.", - "durability": null, - "name": "Instruction manual", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "0.51", - "archery_ticket_price": "0", - "id": "5" - }, - { - "shop_price": "187500", - "ge_buy_limit": "10", - "examine": "The cannon is built on this.", - "grand_exchange_price": "189000", - "durability": null, - "name": "Cannon base", - "tradeable": "true", - "low_alchemy": "75000", - "high_alchemy": "112500", - "weight": "7", - "archery_ticket_price": "0", - "id": "6" - }, - { - "shop_price": "187500", - "ge_buy_limit": "10", - "grand_exchange_price": "189000", - "durability": null, - "name": "Cannon base", - "tradeable": "true", - "low_alchemy": "75000", - "high_alchemy": "112500", - "archery_ticket_price": "0", - "id": "7" - }, - { - "shop_price": "187500", - "ge_buy_limit": "10", - "examine": "The mounting for the multicannon.", - "grand_exchange_price": "185000", - "durability": null, - "name": "Cannon stand", - "tradeable": "true", - "low_alchemy": "75000", - "high_alchemy": "112500", - "weight": "7", - "archery_ticket_price": "0", - "id": "8" - }, - { - "shop_price": "187500", - "ge_buy_limit": "10", - "grand_exchange_price": "185000", - "durability": null, - "name": "Cannon stand", - "tradeable": "true", - "low_alchemy": "75000", - "high_alchemy": "112500", - "archery_ticket_price": "0", - "id": "9" - }, - { - "shop_price": "187500", - "ge_buy_limit": "10", - "examine": "The barrels for the multicannon.", - "grand_exchange_price": "187000", - "durability": null, - "name": "Cannon barrels", - "tradeable": "true", - "low_alchemy": "75000", - "high_alchemy": "112500", - "weight": "7", - "archery_ticket_price": "0", - "id": "10" - }, - { - "shop_price": "187500", - "ge_buy_limit": "10", - "grand_exchange_price": "187000", - "durability": null, - "name": "Cannon barrels", - "tradeable": "true", - "low_alchemy": "75000", - "high_alchemy": "112500", - "archery_ticket_price": "0", - "id": "11" - }, - { - "shop_price": "187500", - "ge_buy_limit": "10", - "examine": "This powers the multicannon.", - "grand_exchange_price": "175200", - "durability": null, - "name": "Cannon furnace", - "tradeable": "true", - "low_alchemy": "75000", - "high_alchemy": "112500", - "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", - "low_alchemy": "75000", - "high_alchemy": "112500", - "archery_ticket_price": "0", - "id": "13" - }, - { - "shop_price": "1", - "examine": "A metal railing replacement.", - "durability": null, - "name": "Railing", - "archery_ticket_price": "0", - "id": "14" - }, - { - "examine": "A cloth given to me by Sir Galahad.", - "durability": null, - "name": "Holy table napkin", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "15" - }, - { - "examine": "A small tin whistle.", - "durability": null, - "name": "Magic whistle", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "0.2", - "archery_ticket_price": "0", - "id": "16" - }, - { - "examine": "I wonder what happens when I ring it?", - "durability": null, - "name": "Grail bell", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "17" - }, - { - "examine": "It will point the way for me.", - "durability": null, - "name": "Magic gold feather", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "18" - }, - { - "examine": "A cog from some machinery.", - "durability": null, - "name": "White cog", - "weight": "1", - "archery_ticket_price": "0", - "id": "20" - }, - { - "examine": "A cog from some machinery.", - "durability": null, - "name": "Black cog", - "weight": "1", - "archery_ticket_price": "0", - "id": "21" - }, - { - "examine": "A cog from some machinery.", - "durability": null, - "name": "Blue cog", - "weight": "1", - "archery_ticket_price": "0", - "id": "22" - }, - { - "examine": "A cog from some machinery.", - "durability": null, - "name": "Red cog", - "weight": "1", - "archery_ticket_price": "0", - "id": "23" - }, - { - "examine": "Doesn't look very tasty.", - "durability": null, - "name": "Rat poison", - "weight": "0.1", - "archery_ticket_price": "0", - "id": "24" - }, - { - "examine": "Wormy.", - "durability": null, - "name": "Red vine worm", - "archery_ticket_price": "0", - "id": "25" - }, - { - "examine": "Hemenster fishing contest trophy.", - "durability": null, - "name": "Fishing trophy", - "archery_ticket_price": "0", - "id": "26" - }, - { - "examine": "Pass to the Hemenster fishing contest.", - "durability": null, - "name": "Fishing pass", - "archery_ticket_price": "0", - "id": "27" - }, - { - "shop_price": "121", - "examine": "Drives away all known 6 legged creatures.", - "durability": null, - "name": "Insect repellent", - "low_alchemy": "1", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "28" - }, - { - "examine": "It's a bucket of wax.", - "durability": null, - "name": "Bucket of wax", - "low_alchemy": "2", - "high_alchemy": "3", - "weight": "2.5", - "archery_ticket_price": "0", - "id": "30" - }, - { - "examine": "You shouldn't have this.", - "name": "RDT Slot", - "id": "31" - }, - { - "shop_price": "3", - "examine": "A spooky candle.", - "durability": null, - "name": "Lit black candle", - "low_alchemy": "1", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "32" - }, - { - "shop_price": "24", - "examine": "A candle.", - "grand_exchange_price": "104", - "durability": null, - "name": "Lit candle", - "tradeable": "true", - "low_alchemy": "1", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "33" - }, - { - "shop_price": "24", - "examine": "A candle.", - "grand_exchange_price": "104", - "durability": null, - "name": "Lit candle", - "tradeable": "true", - "low_alchemy": "1", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "34" - }, - { - "shop_price": "200", - "examine": "This used to belong to King Arthur.", - "has_special": "true", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "name": "Excalibur", - "archery_ticket_price": "0", - "id": "35", - "bonuses": "20,29,-2,0,0,0,3,2,1,0,0,25,0,0,0" - }, - { - "shop_price": "24", - "ge_buy_limit": "100", - "examine": "A candle.", - "grand_exchange_price": "119", - "durability": null, - "name": "Candle", - "tradeable": "true", - "low_alchemy": "1", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "36" - }, - { - "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.", - "durability": null, - "name": "Black candle", - "low_alchemy": "1", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "38" - }, - { - "shop_price": "10", - "ge_buy_limit": "10000", - "examine": "I can make an arrow with these.", - "grand_exchange_price": "16", - "durability": null, - "name": "Bronze arrowtips", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "39" - }, - { - "shop_price": "26", - "ge_buy_limit": "10000", - "examine": "I can make an arrow with these.", - "grand_exchange_price": "23", - "durability": null, - "name": "Iron arrowtips", - "tradeable": "true", - "low_alchemy": "10", - "high_alchemy": "15", - "archery_ticket_price": "0", - "id": "40" - }, - { - "shop_price": "36", - "ge_buy_limit": "10000", - "examine": "I can make an arrow with these.", - "grand_exchange_price": "63", - "durability": null, - "name": "Steel arrowtips", - "tradeable": "true", - "low_alchemy": "14", - "high_alchemy": "21", - "archery_ticket_price": "0", - "id": "41" - }, - { - "shop_price": "68", - "ge_buy_limit": "10000", - "examine": "I can make an arrow with these.", - "grand_exchange_price": "74", - "durability": null, - "name": "Mithril arrowtips", - "tradeable": "true", - "low_alchemy": "27", - "high_alchemy": "40", - "archery_ticket_price": "0", - "id": "42" - }, - { - "shop_price": "160", - "ge_buy_limit": "10000", - "examine": "I can make an arrow with these.", - "grand_exchange_price": "185", - "durability": null, - "name": "Adamant arrowtips", - "tradeable": "true", - "low_alchemy": "64", - "high_alchemy": "96", - "archery_ticket_price": "0", - "id": "43" - }, - { - "shop_price": "460", - "ge_buy_limit": "10000", - "examine": "I can make an arrow with these.", - "grand_exchange_price": "839", - "durability": null, - "name": "Rune arrowtips", - "tradeable": "true", - "low_alchemy": "184", - "high_alchemy": "276", - "archery_ticket_price": "0", - "id": "44" - }, - { - "ge_buy_limit": "10000", - "examine": "Opal bolt tips.", - "grand_exchange_price": "1", - "durability": null, - "name": "Opal bolt tips", - "tradeable": "true", - "low_alchemy": "2", - "high_alchemy": "4", - "archery_ticket_price": "0", - "id": "45" - }, - { - "ge_buy_limit": "10000", - "examine": "Pearl bolt tips.", - "grand_exchange_price": "5", - "durability": null, - "name": "Pearl bolt tips", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "7", - "archery_ticket_price": "0", - "id": "46" - }, - { - "shop_price": "114", - "ge_buy_limit": "10000", - "examine": "I can make bolts with these.", - "grand_exchange_price": "44", - "durability": null, - "name": "Barb bolttips", - "tradeable": "false", - "low_alchemy": "38", - "high_alchemy": "57", - "destroy": "true", - "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, - "name": "Longbow (u)", - "tradeable": "true", - "low_alchemy": "24", - "high_alchemy": "36", - "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", - "low_alchemy": "9", - "high_alchemy": "13", - "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", - "low_alchemy": "4", - "high_alchemy": "7", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "32", - "high_alchemy": "48", - "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", - "low_alchemy": "64", - "high_alchemy": "96", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "128", - "high_alchemy": "192", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "256", - "high_alchemy": "384", - "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", - "low_alchemy": "160", - "high_alchemy": "240", - "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", - "low_alchemy": "512", - "high_alchemy": "768", - "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", - "low_alchemy": "320", - "high_alchemy": "480", - "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", - "examine": "A helmet, as worn by the minions of General Khazard.", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "2.7", - "equipment_slot": "0", - "destroy_message": "I can borrow another from the armoury near the Fight Arena.", - "name": "Khazard helmet", - "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, - "low_alchemy": "4", - "high_alchemy": "7", - "weight": "0.5", - "equipment_slot": "4", - "destroy_message": "I can borrow another from the armoury near the Fight Arena.", - "remove_sleeves": "true", - "name": "Khazard armour", - "archery_ticket_price": "0", - "id": "75", - "bonuses": "0,0,0,0,0,9,11,10,0,0,0,0,0,0,0" - }, - { - "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, - "name": "Khazard cell keys", - "tradeable": "false", - "destroy": "true", - "archery_ticket_price": "0", - "id": "76" - }, - { - "destroy_message": "Angor, the Khazard barman, has a stock of Khali brew.", - "shop_price": "5", - "examine": "A bottle of Khazard's worst brew.", - "durability": null, - "name": "Khali brew", - "low_alchemy": "2", - "tradeable": "false", - "high_alchemy": "3", - "destroy": "true", - "weight": "0.1", - "archery_ticket_price": "0", - "id": "77" - }, - { - "destroy_message": "Can only be fired from yew, magic, dark or twisted bows.", - "shop_price": "2", - "examine": "Can only be fired from yew, magic, or dark bows.", - "durability": null, - "name": "Ice arrows", - "tradeable": "false", - "high_alchemy": "1", - "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" - }, - { - "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" - }, - { - "examine": "It catches the light! (Temple of Ikov)", - "durability": null, - "name": "Shiny key", - "archery_ticket_price": "0", - "id": "85" - }, - { - "examine": "An amulet made by Lucien.", - "durability": null, - "name": "Pendant of lucien", - "low_alchemy": "4", - "high_alchemy": "7", - "archery_ticket_price": "0", - "id": "86", - "equipment_slot": "2" - }, - { - "examine": "Yet another amulet.", - "durability": null, - "name": "Armadyl pendant", - "low_alchemy": "4", - "high_alchemy": "7", - "archery_ticket_price": "0", - "id": "87", - "equipment_slot": "2" - }, - { - "examine": "Magic boots that make you lighter than normal.", - "durability": null, - "name": "Boots of lightness", - "low_alchemy": "2", - "high_alchemy": "3", - "weight": "-4.5", - "archery_ticket_price": "0", - "id": "88", - "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", - "equipment_slot": "10" - }, - { - "examine": "Magic boots that make you lighter than normal.", - "durability": null, - "name": "Boots of lightness", - "low_alchemy": "2", - "high_alchemy": "3", - "weight": "0.3", - "archery_ticket_price": "0", - "id": "89", - "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", - "equipment_slot": "10" - }, - { - "examine": "It's very soft!", - "durability": null, - "name": "Child's blanket", - "low_alchemy": "2", - "high_alchemy": "3", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "90" - }, - { - "ge_buy_limit": "100", - "examine": "I need another ingredient to finish this guam potion.", - "grand_exchange_price": "285", - "durability": null, - "name": "Guam potion(unf)", - "tradeable": "true", - "low_alchemy": "1", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "91" - }, - { - "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.", - "grand_exchange_price": "43", - "durability": null, - "name": "Marrentill potion(unf)", - "tradeable": "true", - "low_alchemy": "2", - "high_alchemy": "3", - "archery_ticket_price": "0", - "id": "93" - }, - { - "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.", - "grand_exchange_price": "287", - "durability": null, - "name": "Tarromin potion(unf)", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "95" - }, - { - "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", - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "archery_ticket_price": "0", - "id": "97" - }, - { - "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.", - "grand_exchange_price": "4823", - "durability": null, - "name": "Ranarr potion(unf)", - "tradeable": "true", - "low_alchemy": "10", - "high_alchemy": "15", - "weight": "1", - "archery_ticket_price": "0", - "id": "99" - }, - { - "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.", - "grand_exchange_price": "2243", - "durability": null, - "name": "Irit potion(unf)", - "tradeable": "true", - "low_alchemy": "16", - "high_alchemy": "24", - "archery_ticket_price": "0", - "id": "101" - }, - { - "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.", - "grand_exchange_price": "3831", - "durability": null, - "name": "Avantoe potion(unf)", - "tradeable": "true", - "low_alchemy": "19", - "high_alchemy": "28", - "archery_ticket_price": "0", - "id": "103" - }, - { - "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.", - "grand_exchange_price": "1833", - "durability": null, - "name": "Kwuarm potion(unf)", - "tradeable": "true", - "low_alchemy": "21", - "high_alchemy": "32", - "archery_ticket_price": "0", - "id": "105" - }, - { - "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.", - "grand_exchange_price": "1844", - "durability": null, - "name": "Cadantine potion(unf)", - "tradeable": "true", - "low_alchemy": "26", - "high_alchemy": "39", - "archery_ticket_price": "0", - "id": "107" - }, - { - "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.", - "grand_exchange_price": "6740", - "durability": null, - "name": "Dwarf weed potion(unf)", - "tradeable": "true", - "low_alchemy": "28", - "high_alchemy": "42", - "archery_ticket_price": "0", - "id": "109" - }, - { - "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.", - "grand_exchange_price": "14500", - "durability": null, - "name": "Torstol potion(unf)", - "tradeable": "true", - "low_alchemy": "10", - "high_alchemy": "15", - "archery_ticket_price": "0", - "id": "111" - }, - { - "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.", - "grand_exchange_price": "1041", - "durability": null, - "name": "Strength potion(4)", - "tradeable": "true", - "low_alchemy": "600", - "high_alchemy": "900", - "archery_ticket_price": "0", - "id": "113" - }, - { - "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.", - "grand_exchange_price": "812", - "durability": null, - "name": "Strength potion(3)", - "tradeable": "true", - "low_alchemy": "600", - "high_alchemy": "900", - "archery_ticket_price": "0", - "id": "115" - }, - { - "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.", - "grand_exchange_price": "656", - "durability": null, - "name": "Strength potion(2)", - "tradeable": "true", - "low_alchemy": "600", - "high_alchemy": "900", - "archery_ticket_price": "0", - "id": "117" - }, - { - "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", - "ge_buy_limit": "100", - "examine": "1 dose of Strength potion.", - "grand_exchange_price": "355", - "durability": null, - "name": "Strength potion(1)", - "tradeable": "true", - "low_alchemy": "600", - "high_alchemy": "900", - "archery_ticket_price": "0", - "id": "119" - }, - { - "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.", - "grand_exchange_price": "195", - "durability": null, - "name": "Attack potion(3)", - "tradeable": "true", - "low_alchemy": "224", - "high_alchemy": "336", - "archery_ticket_price": "0", - "id": "121" - }, - { - "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.", - "grand_exchange_price": "113", - "durability": null, - "name": "Attack potion(2)", - "tradeable": "true", - "low_alchemy": "224", - "high_alchemy": "336", - "archery_ticket_price": "0", - "id": "123" - }, - { - "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", - "ge_buy_limit": "100", - "examine": "1 dose of Attack potion.", - "grand_exchange_price": "197", - "durability": null, - "name": "Attack potion(1)", - "tradeable": "true", - "low_alchemy": "224", - "high_alchemy": "336", - "archery_ticket_price": "0", - "id": "125" - }, - { - "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.", - "grand_exchange_price": "59", - "durability": null, - "name": "Restore potion(3)", - "tradeable": "true", - "low_alchemy": "35", - "high_alchemy": "52", - "weight": "0.03", - "archery_ticket_price": "0", - "id": "127" - }, - { - "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.", - "grand_exchange_price": "35", - "durability": null, - "name": "Restore potion(2)", - "tradeable": "true", - "low_alchemy": "35", - "high_alchemy": "52", - "weight": "0.03", - "archery_ticket_price": "0", - "id": "129" - }, - { - "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", - "ge_buy_limit": "100", - "examine": "1 dose of restore potion.", - "grand_exchange_price": "21", - "durability": null, - "name": "Restore potion(1)", - "tradeable": "true", - "low_alchemy": "35", - "high_alchemy": "52", - "weight": "0.03", - "archery_ticket_price": "0", - "id": "131" - }, - { - "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.", - "grand_exchange_price": "323", - "durability": null, - "name": "Defence potion(3)", - "tradeable": "true", - "low_alchemy": "352", - "high_alchemy": "528", - "archery_ticket_price": "0", - "id": "133" - }, - { - "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.", - "grand_exchange_price": "247", - "durability": null, - "name": "Defence potion(2)", - "tradeable": "true", - "low_alchemy": "352", - "high_alchemy": "528", - "archery_ticket_price": "0", - "id": "135" - }, - { - "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", - "ge_buy_limit": "100", - "examine": "1 dose of Defence Potion.", - "grand_exchange_price": "148", - "durability": null, - "name": "Defence potion(1)", - "tradeable": "true", - "low_alchemy": "352", - "high_alchemy": "528", - "archery_ticket_price": "0", - "id": "137" - }, - { - "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.", - "grand_exchange_price": "4134", - "durability": null, - "name": "Prayer potion(3)", - "tradeable": "true", - "low_alchemy": "61", - "high_alchemy": "91", - "archery_ticket_price": "0", - "id": "139" - }, - { - "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.", - "grand_exchange_price": "2868", - "durability": null, - "name": "Prayer potion(2)", - "tradeable": "true", - "low_alchemy": "61", - "high_alchemy": "91", - "archery_ticket_price": "0", - "id": "141" - }, - { - "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.", - "grand_exchange_price": "1353", - "durability": null, - "name": "Prayer potion(1)", - "tradeable": "true", - "low_alchemy": "61", - "high_alchemy": "91", - "archery_ticket_price": "0", - "id": "143" - }, - { - "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.", - "grand_exchange_price": "691", - "durability": null, - "name": "Super attack(3)", - "tradeable": "true", - "low_alchemy": "72", - "high_alchemy": "108", - "archery_ticket_price": "0", - "id": "145" - }, - { - "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.", - "grand_exchange_price": "451", - "durability": null, - "name": "Super attack(2)", - "tradeable": "true", - "low_alchemy": "72", - "high_alchemy": "108", - "archery_ticket_price": "0", - "id": "147" - }, - { - "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.", - "grand_exchange_price": "243", - "durability": null, - "name": "Super attack(1)", - "tradeable": "true", - "low_alchemy": "72", - "high_alchemy": "108", - "archery_ticket_price": "0", - "id": "149" - }, - { - "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.", - "grand_exchange_price": "40", - "durability": null, - "name": "Fishing potion(3)", - "tradeable": "true", - "low_alchemy": "100", - "high_alchemy": "150", - "weight": "0.03", - "archery_ticket_price": "0", - "id": "151" - }, - { - "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.", - "grand_exchange_price": "56", - "durability": null, - "name": "Fishing potion(2)", - "tradeable": "true", - "low_alchemy": "100", - "high_alchemy": "150", - "weight": "0.03", - "archery_ticket_price": "0", - "id": "153" - }, - { - "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.", - "grand_exchange_price": "87", - "durability": null, - "name": "Fishing potion(1)", - "tradeable": "true", - "low_alchemy": "100", - "high_alchemy": "150", - "weight": "0.03", - "archery_ticket_price": "0", - "id": "155" - }, - { - "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.", - "grand_exchange_price": "1679", - "durability": null, - "name": "Super strength(3)", - "tradeable": "true", - "low_alchemy": "88", - "high_alchemy": "132", - "archery_ticket_price": "0", - "id": "157" - }, - { - "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.", - "grand_exchange_price": "1164", - "durability": null, - "name": "Super strength(2)", - "tradeable": "true", - "low_alchemy": "88", - "high_alchemy": "132", - "archery_ticket_price": "0", - "id": "159" - }, - { - "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.", - "grand_exchange_price": "603", - "durability": null, - "name": "Super strength(1)", - "tradeable": "true", - "low_alchemy": "88", - "high_alchemy": "132", - "archery_ticket_price": "0", - "id": "161" - }, - { - "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.", - "grand_exchange_price": "113", - "durability": null, - "name": "Super defence(3)", - "tradeable": "true", - "low_alchemy": "105", - "high_alchemy": "158", - "archery_ticket_price": "0", - "id": "163" - }, - { - "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.", - "grand_exchange_price": "65", - "durability": null, - "name": "Super defence(2)", - "tradeable": "true", - "low_alchemy": "105", - "high_alchemy": "158", - "archery_ticket_price": "0", - "id": "165" - }, - { - "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.", - "grand_exchange_price": "41", - "durability": null, - "name": "Super defence(1)", - "tradeable": "true", - "low_alchemy": "105", - "high_alchemy": "158", - "archery_ticket_price": "0", - "id": "167" - }, - { - "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.", - "grand_exchange_price": "6224", - "durability": null, - "name": "Ranging potion(3)", - "tradeable": "true", - "low_alchemy": "115", - "high_alchemy": "172", - "archery_ticket_price": "0", - "id": "169" - }, - { - "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.", - "grand_exchange_price": "4330", - "durability": null, - "name": "Ranging potion(2)", - "tradeable": "true", - "low_alchemy": "115", - "high_alchemy": "172", - "archery_ticket_price": "0", - "id": "171" - }, - { - "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.", - "grand_exchange_price": "2068", - "durability": null, - "name": "Ranging potion(1)", - "tradeable": "true", - "low_alchemy": "115", - "high_alchemy": "172", - "archery_ticket_price": "0", - "id": "173" - }, - { - "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.", - "grand_exchange_price": "1239", - "durability": null, - "name": "Antipoison(3)", - "tradeable": "true", - "low_alchemy": "115", - "high_alchemy": "172", - "archery_ticket_price": "0", - "id": "175" - }, - { - "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.", - "grand_exchange_price": "822", - "durability": null, - "name": "Antipoison(2)", - "tradeable": "true", - "low_alchemy": "115", - "high_alchemy": "172", - "archery_ticket_price": "0", - "id": "177" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "822", - "durability": null, - "name": "Antipoison(2)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "178" - }, - { - "shop_price": "375", - "ge_buy_limit": "1000", - "examine": "1 dose of antipoison potion.", - "grand_exchange_price": "460", - "durability": null, - "name": "Antipoison(1)", - "tradeable": "true", - "low_alchemy": "115", - "high_alchemy": "172", - "archery_ticket_price": "0", - "id": "179" - }, - { - "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.", - "grand_exchange_price": "872", - "durability": null, - "name": "Super antipoison(3)", - "tradeable": "true", - "low_alchemy": "115", - "high_alchemy": "172", - "archery_ticket_price": "0", - "id": "181" - }, - { - "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.", - "grand_exchange_price": "509", - "durability": null, - "name": "Super antipoison(2)", - "tradeable": "true", - "low_alchemy": "115", - "high_alchemy": "172", - "archery_ticket_price": "0", - "id": "183" - }, - { - "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.", - "grand_exchange_price": "366", - "durability": null, - "name": "Super antipoison(1)", - "tradeable": "true", - "low_alchemy": "115", - "high_alchemy": "172", - "archery_ticket_price": "0", - "id": "185" - }, - { - "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.", - "grand_exchange_price": "33", - "durability": null, - "name": "Weapon poison", - "tradeable": "true", - "low_alchemy": "57", - "high_alchemy": "86", - "archery_ticket_price": "0", - "id": "187" - }, - { - "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.", - "grand_exchange_price": "1818", - "durability": null, - "name": "Zamorak brew(3)", - "tradeable": "true", - "low_alchemy": "70", - "high_alchemy": "105", - "weight": "0.5", - "archery_ticket_price": "0", - "id": "189" - }, - { - "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.", - "grand_exchange_price": "1004", - "durability": null, - "name": "Zamorak brew(2)", - "tradeable": "true", - "low_alchemy": "70", - "high_alchemy": "105", - "weight": "0.5", - "archery_ticket_price": "0", - "id": "191" - }, - { - "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.", - "grand_exchange_price": "1175", - "durability": null, - "name": "Zamorak brew(1)", - "tradeable": "true", - "low_alchemy": "70", - "high_alchemy": "105", - "weight": "0.5", - "archery_ticket_price": "0", - "id": "193" - }, - { - "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.", - "grand_exchange_price": "117", - "durability": null, - "name": "Potion", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "195" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "117", - "durability": null, - "name": "Potion", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "196" - }, - { - "shop_price": "39", - "ge_buy_limit": "100", - "examine": "Stankers gives out these strange cocktails for free.", - "grand_exchange_price": "124", - "durability": null, - "name": "Poison chalice", - "tradeable": "true", - "low_alchemy": "8", - "high_alchemy": "12", - "archery_ticket_price": "0", - "id": "197" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "124", - "durability": null, - "name": "Poison chalice", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "198" - }, - { - "requirements": "{3,15}", - "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", - "id": "199" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "155", - "durability": null, - "name": "Grimy guam", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "200" - }, - { - "requirements": "{5,15}", - "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", - "id": "201" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "26", - "durability": null, - "name": "Grimy marrentill", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "202" - }, - { - "requirements": "{11,15}", - "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", - "id": "203" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "151", - "durability": null, - "name": "Grimy tarromin", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "204" - }, - { - "requirements": "{20,15}", - "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", - "id": "205" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "275", - "durability": null, - "name": "Grimy harralander", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "206" - }, - { - "requirements": "{15,25}", - "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", - "id": "207" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "4909", - "durability": null, - "name": "Grimy ranarr", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "208" - }, - { - "requirements": "{15,40}", - "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", - "id": "209" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "2034", - "durability": null, - "name": "Grimy irit", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "210" - }, - { - "requirements": "{15,48}", - "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", - "id": "211" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "3789", - "durability": null, - "name": "Grimy avantoe", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "212" - }, - { - "requirements": "{15,54}", - "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", - "id": "213" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "1665", - "durability": null, - "name": "Grimy kwuarm", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "214" - }, - { - "requirements": "{15,65}", - "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", - "id": "215" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "1582", - "durability": null, - "name": "Grimy cadantine", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "216" - }, - { - "requirements": "{15,70}", - "ge_buy_limit": "10000", - "examine": "I need to clean this herb before I can use it.", - "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}", - "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", - "id": "219" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "35800", - "durability": null, - "name": "Grimy torstol", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "220" - }, - { - "shop_price": "3", - "ge_buy_limit": "10000", - "examine": "It seems to be looking at me.", - "grand_exchange_price": "27", - "durability": null, - "name": "Eye of newt", - "tradeable": "true", - "low_alchemy": "1", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "221" - }, - { - "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!", - "grand_exchange_price": "888", - "durability": null, - "name": "Red spiders' eggs", - "tradeable": "true", - "low_alchemy": "2", - "high_alchemy": "4", - "archery_ticket_price": "0", - "id": "223" - }, - { - "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.", - "grand_exchange_price": "1984", - "durability": null, - "name": "Limpwurt root", - "tradeable": "true", - "low_alchemy": "2", - "high_alchemy": "4", - "archery_ticket_price": "0", - "id": "225" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "1984", - "durability": null, - "name": "Limpwurt root", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "226" - }, - { - "shop_price": "10", - "ge_buy_limit": "10000", - "examine": "A glass vial containing water.", - "grand_exchange_price": "35", - "durability": null, - "name": "Vial of water", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "0.02", - "archery_ticket_price": "0", - "id": "227" - }, - { - "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", - "ge_buy_limit": "10000", - "examine": "An empty glass vial.", - "grand_exchange_price": "2", - "durability": null, - "name": "Vial", - "tradeable": "true", - "low_alchemy": "2", - "high_alchemy": "3", - "archery_ticket_price": "0", - "id": "229" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "2", - "durability": null, - "name": "Vial", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "230" - }, - { - "shop_price": "67", - "ge_buy_limit": "10000", - "examine": "Strange spiky grass.", - "grand_exchange_price": "318", - "durability": null, - "name": "Snape grass", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "231" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "318", - "durability": null, - "name": "Snape grass", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "232" - }, - { - "shop_price": "4", - "ge_buy_limit": "1000", - "examine": "I can grind things for potions in this.", - "grand_exchange_price": "38", - "durability": null, - "name": "Pestle and mortar", - "tradeable": "true", - "low_alchemy": "1", - "high_alchemy": "2", - "weight": "0.05", - "archery_ticket_price": "0", - "id": "233" - }, - { - "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.", - "grand_exchange_price": "2460", - "durability": null, - "name": "Unicorn horn dust", - "tradeable": "true", - "low_alchemy": "8", - "high_alchemy": "12", - "archery_ticket_price": "0", - "id": "235" - }, - { - "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.", - "grand_exchange_price": "2481", - "durability": null, - "name": "Unicorn horn", - "tradeable": "true", - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "1", - "archery_ticket_price": "0", - "id": "237" - }, - { - "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.", - "grand_exchange_price": "1438", - "durability": null, - "name": "White berries", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "239" - }, - { - "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.", - "grand_exchange_price": "1336", - "durability": null, - "name": "Dragon scale dust", - "tradeable": "true", - "low_alchemy": "20", - "high_alchemy": "31", - "archery_ticket_price": "0", - "id": "241" - }, - { - "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.", - "grand_exchange_price": "1244", - "durability": null, - "name": "Blue dragon scale", - "tradeable": "true", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.01", - "archery_ticket_price": "0", - "id": "243" - }, - { - "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", - "id": "245" - }, - { - "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.", - "grand_exchange_price": "83", - "durability": null, - "name": "Jangerberries", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "247" - }, - { - "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", - "tradeable": "true", - "low_alchemy": "1", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "249" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "182", - "durability": null, - "name": "Clean guam", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "250" - }, - { - "ge_buy_limit": "10000", - "examine": "A fresh herb.", - "grand_exchange_price": "23", - "durability": null, - "name": "Clean marrentill", - "tradeable": "true", - "low_alchemy": "2", - "high_alchemy": "3", - "archery_ticket_price": "0", - "id": "251" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "23", - "durability": null, - "name": "Clean marrentill", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "252" - }, - { - "ge_buy_limit": "10000", - "examine": "A fresh herb.", - "grand_exchange_price": "144", - "durability": null, - "name": "Clean tarromin", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "253" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "144", - "durability": null, - "name": "Clean tarromin", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "254" - }, - { - "ge_buy_limit": "10000", - "examine": "A fresh herb.", - "grand_exchange_price": "275", - "durability": null, - "name": "Clean harralander", - "tradeable": "true", - "low_alchemy": "8", - "high_alchemy": "12", - "archery_ticket_price": "0", - "id": "255" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "275", - "durability": null, - "name": "Clean harralander", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "256" - }, - { - "ge_buy_limit": "10000", - "examine": "A fresh herb.", - "grand_exchange_price": "4930", - "durability": null, - "name": "Clean ranarr", - "tradeable": "true", - "low_alchemy": "10", - "high_alchemy": "15", - "archery_ticket_price": "0", - "id": "257" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "4930", - "durability": null, - "name": "Clean ranarr", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "258" - }, - { - "ge_buy_limit": "10000", - "examine": "A fresh herb.", - "grand_exchange_price": "2072", - "durability": null, - "name": "Clean irit", - "tradeable": "true", - "low_alchemy": "16", - "high_alchemy": "24", - "archery_ticket_price": "0", - "id": "259" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "2072", - "durability": null, - "name": "Clean irit", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "260" - }, - { - "ge_buy_limit": "10000", - "examine": "A fresh herb.", - "grand_exchange_price": "3812", - "durability": null, - "name": "Clean avantoe", - "tradeable": "true", - "low_alchemy": "19", - "high_alchemy": "28", - "archery_ticket_price": "0", - "id": "261" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "3812", - "durability": null, - "name": "Clean avantoe", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "262" - }, - { - "ge_buy_limit": "10000", - "examine": "A fresh herb.", - "grand_exchange_price": "1641", - "durability": null, - "name": "Clean kwuarm", - "tradeable": "true", - "low_alchemy": "21", - "high_alchemy": "32", - "archery_ticket_price": "0", - "id": "263" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "1641", - "durability": null, - "name": "Clean kwuarm", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "264" - }, - { - "ge_buy_limit": "10000", - "examine": "A fresh herb.", - "grand_exchange_price": "1585", - "durability": null, - "name": "Clean cadantine", - "tradeable": "true", - "low_alchemy": "26", - "high_alchemy": "39", - "archery_ticket_price": "0", - "id": "265" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "1585", - "durability": null, - "name": "Clean cadantine", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "266" - }, - { - "ge_buy_limit": "10000", - "examine": "A fresh herb.", - "grand_exchange_price": "6925", - "durability": null, - "name": "Clean dwarf weed", - "tradeable": "true", - "low_alchemy": "28", - "high_alchemy": "42", - "archery_ticket_price": "0", - "id": "267" - }, - { - "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.", - "grand_exchange_price": "8400", - "durability": null, - "name": "Clean torstol", - "tradeable": "true", - "low_alchemy": "30", - "high_alchemy": "45", - "archery_ticket_price": "0", - "id": "269" - }, - { - "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", - "id": "271" - }, - { - "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" - }, - { - "destroy_message": "You'll have to make more in Draynor Manor.", - "examine": "This isn't good for fish.", - "durability": null, - "name": "Poisoned fish food", - "tradeable": "false", - "destroy": "true", - "archery_ticket_price": "0", - "id": "274" - }, - { - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "name": "Key", - "archery_ticket_price": "0", - "id": "275" - }, - { - "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", - "id": "276" - }, - { - "destroy_message": "You can reclaim this item from the place you found it.", - "examine": "It's pretty full.", - "durability": null, - "name": "Oil can", - "low_alchemy": "1", - "tradeable": "false", - "high_alchemy": "1", - "destroy": "true", - "weight": "1", - "archery_ticket_price": "0", - "id": "277" - }, - { - "examine": "A sharp cattleprod.", - "durability": null, - "name": "Cattleprod", - "low_alchemy": "1", - "high_alchemy": "1", - "weight": "0.4", - "archery_ticket_price": "0", - "id": "278", - "weapon_interface": "5", - "bonuses": "4,2,-4,1,0,0,0,0,1,0,0,3,0,0,0", - "equipment_slot": "3" - }, - { - "examine": "Councillor Halgrive gave me this to kill some sheep.", - "durability": null, - "name": "Sheep feed", - "weight": "2.2", - "archery_ticket_price": "0", - "id": "279" - }, - { - "examine": "The suspicious-looking remains of a suspicious-looking sheep.", - "durability": null, - "name": "Sheep bones (1)", - "archery_ticket_price": "0", - "id": "280" - }, - { - "examine": "The suspicious-looking remains of a suspicious-looking sheep.", - "durability": null, - "name": "Sheep bones (2)", - "archery_ticket_price": "0", - "id": "281" - }, - { - "examine": "The suspicious-looking remains of a suspicious-looking sheep.", - "durability": null, - "name": "Sheep bones (3)", - "archery_ticket_price": "0", - "id": "282" - }, - { - "examine": "The suspicious-looking remains of a suspicious-looking sheep.", - "durability": null, - "name": "Sheep bones (4)", - "archery_ticket_price": "0", - "id": "283" - }, - { - "remove_sleeves": "true", - "examine": "This should protect me from the plague, I hope!", - "durability": null, - "name": "Plague jacket", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "2.2", - "archery_ticket_price": "0", - "id": "285", - "equipment_slot": "7" - }, - { - "examine": "Armour designed to fit goblins.", - "durability": null, - "name": "Orange goblin mail", - "low_alchemy": "16", - "high_alchemy": "24", - "weight": "3", - "archery_ticket_price": "0", - "id": "286", - "equipment_slot": "4" - }, - { - "examine": "Armour designed to fit goblins.", - "durability": null, - "name": "Blue goblin mail", - "low_alchemy": "16", - "high_alchemy": "24", - "weight": "3", - "archery_ticket_price": "0", - "id": "287", - "equipment_slot": "4" - }, - { - "shop_price": "16", - "ge_buy_limit": "100", - "examine": "Armour designed to fit goblins.", - "durability": null, - "low_alchemy": "16", - "high_alchemy": "24", - "weight": "3.6", - "equipment_slot": "4", - "grand_exchange_price": "398", - "name": "Goblin mail", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "288" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "398", - "durability": null, - "name": "Goblin mail", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "289" - }, - { - "destroy_message": "You can reclaim this item from the place you found it.", - "examine": "This contains some vital research results.", - "durability": null, - "name": "Research package", - "weight": "1", - "archery_ticket_price": "0", - "id": "290" - }, - { - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "name": "Notes", - "archery_ticket_price": "0", - "id": "291" - }, - { - "examine": "A book on elven history in northern RuneScape.", - "durability": null, - "name": "Book on baxtorian", - "high_alchemy": "1", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "1", - "tradeable": "false", - "high_alchemy": "1", - "destroy": "true", - "archery_ticket_price": "0", - "id": "300" - }, - { - "requirements": "{10,40}", - "shop_price": "20", - "ge_buy_limit": "100", - "examine": "Useful for catching lobsters.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "0.2", - "grand_exchange_price": "100", - "name": "Lobster pot", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "301" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "100", - "durability": null, - "name": "Lobster pot", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "302" - }, - { - "shop_price": "40", - "ge_buy_limit": "100", - "examine": "Useful for catching small fish.", - "grand_exchange_price": "397", - "durability": null, - "name": "Small fishing net", - "tradeable": "true", - "low_alchemy": "2", - "high_alchemy": "3", - "weight": "4.5", - "archery_ticket_price": "0", - "id": "303" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "397", - "durability": null, - "name": "Small fishing net", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "304" - }, - { - "requirements": "{16,10}", - "shop_price": "20", - "ge_buy_limit": "100", - "examine": "Useful for catching lots of fish.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "8.1", - "grand_exchange_price": "329", - "name": "Big fishing net", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "305" - }, - { - "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.", - "durability": null, - "low_alchemy": "2", - "high_alchemy": "3", - "weight": "1.3", - "grand_exchange_price": "74", - "name": "Fishing rod", - "tradeable": "true", - "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.In Daemonhiem: Just add feathers.", - "durability": null, - "low_alchemy": "2", - "high_alchemy": "3", - "weight": "1.3", - "grand_exchange_price": "123", - "name": "Fly fishing rod", - "tradeable": "true", - "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.", - "durability": null, - "low_alchemy": "18", - "high_alchemy": "27", - "weight": "1.3", - "grand_exchange_price": "235", - "name": "Harpoon", - "tradeable": "true", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "6", - "high_alchemy": "9", - "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", - "low_alchemy": "6", - "high_alchemy": "9", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "0.12", - "archery_ticket_price": "0", - "id": "325" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "12", - "durability": null, - "name": "Sardine", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "326" - }, - { - "shop_price": "7", - "ge_buy_limit": "20000", - "examine": "I should try cooking this.", - "grand_exchange_price": "31", - "durability": null, - "name": "Raw sardine", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "0.12", - "archery_ticket_price": "0", - "id": "327" - }, - { - "ge_buy_limit": "20000", - "grand_exchange_price": "31", - "durability": null, - "name": "Raw sardine", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "328" - }, - { - "shop_price": "88", - "ge_buy_limit": "10000", - "examine": "Some nicely cooked salmon.", - "grand_exchange_price": "278", - "durability": null, - "name": "Salmon", - "tradeable": "true", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.5", - "archery_ticket_price": "0", - "id": "329" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "278", - "durability": null, - "name": "Salmon", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "330" - }, - { - "shop_price": "36", - "ge_buy_limit": "20000", - "examine": "I should try cooking this.", - "grand_exchange_price": "172", - "durability": null, - "name": "Raw salmon", - "tradeable": "true", - "low_alchemy": "36", - "high_alchemy": "55", - "weight": "0.5", - "archery_ticket_price": "0", - "id": "331" - }, - { - "ge_buy_limit": "20000", - "grand_exchange_price": "172", - "durability": null, - "name": "Raw salmon", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "332" - }, - { - "shop_price": "7", - "ge_buy_limit": "10000", - "examine": "Some nicely cooked trout.", - "grand_exchange_price": "172", - "durability": null, - "name": "Trout", - "tradeable": "true", - "low_alchemy": "27", - "high_alchemy": "40", - "weight": "0.4", - "archery_ticket_price": "0", - "id": "333" - }, - { - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "archery_ticket_price": "0", - "id": "337" - }, - { - "examine": "I should try cooking this.", - "durability": null, - "name": "Raw giant carp", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "10", - "high_alchemy": "15", - "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", - "low_alchemy": "10", - "high_alchemy": "15", - "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", - "low_alchemy": "6", - "high_alchemy": "9", - "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", - "low_alchemy": "6", - "high_alchemy": "9", - "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", - "low_alchemy": "10", - "high_alchemy": "15", - "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", - "low_alchemy": "10", - "high_alchemy": "15", - "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", - "low_alchemy": "10", - "high_alchemy": "15", - "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", - "low_alchemy": "6", - "high_alchemy": "10", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "48", - "high_alchemy": "72", - "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": "Wow, this is a big fish.", - "grand_exchange_price": "490", - "durability": null, - "name": "Raw bass", - "tradeable": "true", - "low_alchemy": "48", - "high_alchemy": "72", - "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", - "low_alchemy": "48", - "high_alchemy": "72", - "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", - "low_alchemy": "136", - "high_alchemy": "204", - "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", - "low_alchemy": "160", - "high_alchemy": "240", - "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", - "low_alchemy": "60", - "high_alchemy": "90", - "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", - "low_alchemy": "107", - "high_alchemy": "160", - "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", - "low_alchemy": "120", - "high_alchemy": "180", - "weight": "0.7", - "archery_ticket_price": "0", - "id": "383" - }, - { - "ge_buy_limit": "20000", - "grand_exchange_price": "1615", - "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", - "low_alchemy": "120", - "high_alchemy": "180", - "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": "Tastier when cooked.", - "grand_exchange_price": "2114", - "durability": null, - "name": "Raw manta ray", - "tradeable": "true", - "low_alchemy": "200", - "high_alchemy": "300", - "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", - "low_alchemy": "200", - "high_alchemy": "300", - "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": "Looks wrinkly.", - "grand_exchange_price": "2397", - "durability": null, - "name": "Raw sea turtle", - "tradeable": "true", - "low_alchemy": "200", - "high_alchemy": "300", - "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", - "low_alchemy": "200", - "high_alchemy": "300", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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" - }, - { - "examine": "Aww, it's empty.", - "durability": null, - "name": "Empty oyster", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "44", - "high_alchemy": "67", - "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", - "low_alchemy": "560", - "high_alchemy": "840", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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, - "name": "Lathas' amulet", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "421", - "equipment_slot": "2" - }, - { - "examine": "Birds love this stuff!", - "durability": null, - "name": "Bird feed", - "weight": "0.1", - "archery_ticket_price": "0", - "id": "422" - }, - { - "examine": "(empty) It's empty... (full) It's full of pigeons.", - "durability": null, - "name": "Pigeon cage", - "weight": "0.1", - "archery_ticket_price": "0", - "id": "424" - }, - { - "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" - }, - { - "remove_sleeves": "true", - "ge_buy_limit": "100", - "grand_exchange_price": "55", - "durability": null, - "name": "Priest gown", - "archery_ticket_price": "0", - "id": "426", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,3,0,0", - "equipment_slot": "4" - }, - { - "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", - "grand_exchange_price": "14", - "durability": null, - "name": "Priest gown", - "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", - "low_alchemy": "16", - "high_alchemy": "24", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "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.", - "tokkul_price": "4", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "2.25", - "grand_exchange_price": "80", - "name": "Tin ore", - "tradeable": "true", - "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", - "low_alchemy": "6", - "high_alchemy": "10", - "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.", - "tokkul_price": "112", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "45", - "weight": "2", - "grand_exchange_price": "180", - "name": "Silver ore", - "tradeable": "true", - "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", - "low_alchemy": "60", - "high_alchemy": "90", - "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", - "low_alchemy": "60", - "high_alchemy": "90", - "archery_ticket_price": "0", - "id": "446" - }, - { - "shop_price": "243", - "ge_buy_limit": "25000", - "examine": "This needs refining.", - "tokkul_price": "243", - "durability": null, - "low_alchemy": "64", - "high_alchemy": "97", - "weight": "1.75", - "grand_exchange_price": "420", - "name": "Mithril ore", - "tradeable": "true", - "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.", - "tokkul_price": "600", - "durability": null, - "low_alchemy": "160", - "high_alchemy": "240", - "weight": "2.7", - "grand_exchange_price": "1160", - "name": "Adamantite ore", - "tradeable": "true", - "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", - "low_alchemy": "1280", - "high_alchemy": "1920", - "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", - "low_alchemy": "18", - "high_alchemy": "27", - "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", - "low_alchemy": "4", - "tradeable": "false", - "high_alchemy": "6", - "destroy": "true", - "archery_ticket_price": "0", - "id": "456" - }, - { - "destroy_message": "You will need to speak to Thormac to get another cage.", - "examine": "It's empty!", - "durability": null, - "name": "Scorpion cage", - "low_alchemy": "4", - "tradeable": "false", - "high_alchemy": "6", - "destroy": "true", - "archery_ticket_price": "0", - "id": "457" - }, - { - "destroy_message": "You will need to speak to Thormac to get another cage.", - "examine": "It's empty!", - "durability": null, - "name": "Scorpion cage", - "low_alchemy": "4", - "tradeable": "false", - "high_alchemy": "6", - "destroy": "true", - "archery_ticket_price": "0", - "id": "458" - }, - { - "destroy_message": "You will need to speak to Thormac to get another cage.", - "examine": "It's empty!", - "durability": null, - "name": "Scorpion cage", - "low_alchemy": "4", - "tradeable": "false", - "high_alchemy": "6", - "destroy": "true", - "archery_ticket_price": "0", - "id": "459" - }, - { - "destroy_message": "You will need to speak to Thormac to get another cage.", - "examine": "It's empty!", - "durability": null, - "name": "Scorpion cage", - "low_alchemy": "4", - "tradeable": "false", - "high_alchemy": "6", - "destroy": "true", - "archery_ticket_price": "0", - "id": "460" - }, - { - "destroy_message": "You will need to speak to Thormac to get another cage.", - "examine": "It's empty!", - "durability": null, - "name": "Scorpion cage", - "low_alchemy": "4", - "tradeable": "false", - "high_alchemy": "6", - "destroy": "true", - "archery_ticket_price": "0", - "id": "461" - }, - { - "destroy_message": "You will need to speak to Thormac to get another cage.", - "examine": "It's empty!", - "durability": null, - "name": "Scorpion cage", - "low_alchemy": "4", - "tradeable": "false", - "high_alchemy": "6", - "destroy": "true", - "archery_ticket_price": "0", - "id": "462" - }, - { - "destroy_message": "You will need to speak to Thormac to get another cage.", - "examine": "It's empty!", - "durability": null, - "name": "Scorpion cage", - "low_alchemy": "4", - "tradeable": "false", - "high_alchemy": "6", - "destroy": "true", - "archery_ticket_price": "0", - "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", - "low_alchemy": "50", - "high_alchemy": "75", - "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", - "low_alchemy": "160", - "high_alchemy": "160", - "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", - "low_alchemy": "160", - "high_alchemy": "160", - "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", - "low_alchemy": "160", - "high_alchemy": "160", - "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", - "low_alchemy": "160", - "high_alchemy": "160", - "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", - "low_alchemy": "160", - "high_alchemy": "160", - "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", - "low_alchemy": "160", - "high_alchemy": "160", - "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", - "low_alchemy": "160", - "high_alchemy": "160", - "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", - "low_alchemy": "160", - "high_alchemy": "160", - "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", - "low_alchemy": "160", - "high_alchemy": "160", - "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", - "low_alchemy": "160", - "high_alchemy": "160", - "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", - "low_alchemy": "160", - "high_alchemy": "160", - "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", - "low_alchemy": "160", - "high_alchemy": "160", - "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", - "low_alchemy": "160", - "high_alchemy": "160", - "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", - "low_alchemy": "160", - "high_alchemy": "160", - "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", - "low_alchemy": "160", - "high_alchemy": "160", - "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", - "low_alchemy": "160", - "high_alchemy": "160", - "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", - "low_alchemy": "160", - "high_alchemy": "160", - "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", - "low_alchemy": "160", - "high_alchemy": "160", - "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", - "low_alchemy": "160", - "high_alchemy": "160", - "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 hatchet.", - "durability": null, - "name": "Picture", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "508" - }, - { - "durability": null, - "name": "Picture", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "509" - }, - { - "examine": "A piece of ancient goblin hatchet.", - "durability": null, - "name": "Picture", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "510" - }, - { - "durability": null, - "name": "Picture", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "511" - }, - { - "examine": "A piece of ancient goblin hatchet.", - "durability": null, - "name": "Picture", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "512" - }, - { - "durability": null, - "name": "Picture", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "513" - }, - { - "examine": "A piece of ancient goblin hatchet.", - "durability": null, - "name": "Picture", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "514" - }, - { - "durability": null, - "name": "Picture", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "515" - }, - { - "examine": "A piece of ancient goblin hatchet.", - "durability": null, - "name": "Picture", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "516" - }, - { - "durability": null, - "name": "Picture", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "517" - }, - { - "examine": "A piece of ancient goblin hatchet.", - "durability": null, - "name": "Picture", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "518" - }, - { - "durability": null, - "name": "Picture", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "519" - }, - { - "examine": "A piece of ancient goblin hatchet.", - "durability": null, - "name": "Picture", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "weight": "1", - "archery_ticket_price": "0", - "id": "525" - }, - { - "shop_price": "190", - "ge_buy_limit": "10000", - "grand_exchange_price": "190", - "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": "When the druids and Taverley as a whole were first graphically updated, the Druid robes themselves did not receive a graphical update, nor were they updated when the Troll Warzone update was released.", - "grand_exchange_price": "168", - "durability": null, - "name": "Druid's robe", - "tradeable": "true", - "low_alchemy": "16", - "high_alchemy": "24", - "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" - }, - { - "ge_buy_limit": "100", - "examine": "When the druids and Taverley as a whole were first graphically updated, the Druid robes themselves did not receive a graphical update, nor were they updated when the Troll Warzone update was released.", - "durability": null, - "low_alchemy": "16", - "high_alchemy": "24", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "328", - "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" - }, - { - "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", - "low_alchemy": "28", - "high_alchemy": "42", - "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", - "low_alchemy": "28", - "high_alchemy": "42", - "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 RuneScape 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": "Normal: It lets me talk to ghosts.", - "durability": null, - "name": "Ghostspeak amulet", - "tradeable": "false", - "low_alchemy": "14", - "high_alchemy": "21", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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, - "name": "Death rune", - "tradeable": "true", - "low_alchemy": "41", - "high_alchemy": "62", - "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", - "low_alchemy": "49", - "high_alchemy": "74", - "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, - "name": "Chaos rune", - "tradeable": "true", - "low_alchemy": "18", - "high_alchemy": "28", - "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", - "low_alchemy": "50", - "high_alchemy": "75", - "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", - "low_alchemy": "30", - "high_alchemy": "46", - "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", - "low_alchemy": "73", - "high_alchemy": "110", - "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", - "low_alchemy": "54", - "high_alchemy": "82", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "120", - "high_alchemy": "180", - "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", - "low_alchemy": "120", - "high_alchemy": "180", - "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", - "low_alchemy": "120", - "high_alchemy": "180", - "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", - "low_alchemy": "120", - "high_alchemy": "180", - "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, - "low_alchemy": "6", - "high_alchemy": "9", - "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, - "low_alchemy": "0", - "high_alchemy": "1", - "weight": "0.45", - "equipment_slot": "0", - "grand_exchange_price": "361", - "name": "Wizard hat", - "tradeable": "true", - "archery_ticket_price": "0", - "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", - "low_alchemy": "0", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "580" - }, - { - "shop_price": "5", - "ge_buy_limit": "100", - "examine": "I can do magic better in this.", - "durability": null, - "low_alchemy": "5", - "high_alchemy": "7", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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 RuneScape.", - "grand_exchange_price": "658", - "durability": null, - "name": "Astronomy book", - "tradeable": "true", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "tradeable": "false", - "high_alchemy": "1", - "destroy": "true", - "archery_ticket_price": "0", - "id": "603" - }, - { - "shop_price": "160", - "examine": "A slender bone shard given to you by Zadimus.", - "durability": null, - "name": "Bone shard", - "archery_ticket_price": "0", - "id": "604" - }, - { - "shop_price": "100", - "examine": "A key fashioned from a shard of bone. (Shilo Village)", - "durability": null, - "name": "Bone key", - "archery_ticket_price": "0", - "id": "605" - }, - { - "examine": "A stone plaque with carved letters in it.", - "durability": null, - "name": "Stone-plaque", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "606" - }, - { - "examine": "An ancient tattered scroll.", - "durability": null, - "name": "Tattered scroll", - "archery_ticket_price": "0", - "id": "607" - }, - { - "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", - "weight": "1", - "archery_ticket_price": "0", - "id": "610" - }, - { - "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": "100,000 or more: \"X x coins\" where X is the exact number of coins in the stack.", - "durability": null, - "name": "Coins", - "archery_ticket_price": "0", - "id": "617" - }, - { - "examine": "Beads carved out of a bone.", - "durability": null, - "name": "Bone beads", - "archery_ticket_price": "0", - "id": "618" - }, - { - "shop_price": "35", - "examine": "Allows you to rest in the luxurious Paramayer[sic] Inn.", - "durability": null, - "name": "Paramaya ticket", - "archery_ticket_price": "0", - "id": "619" - }, - { - "shop_price": "35", - "examine": "Allows you to rest in the luxurious Paramayer[sic] Inn.", - "durability": null, - "name": "Paramaya ticket", - "archery_ticket_price": "0", - "id": "620" - }, - { - "examine": "Sold in Shilo Village for passage on the 'Lady of the Waves'.", - "durability": null, - "name": "Ship ticket", - "low_alchemy": "2", - "high_alchemy": "3", - "archery_ticket_price": "0", - "id": "621" - }, - { - "examine": "An ivory sword pommel.", - "durability": null, - "name": "Sword pommel", - "archery_ticket_price": "0", - "id": "623" - }, - { - "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", - "grand_exchange_price": "558", - "durability": null, - "name": "Boots", - "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", - "grand_exchange_price": "397", - "durability": null, - "name": "Boots", - "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", - "grand_exchange_price": "612", - "durability": null, - "name": "Boots", - "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", - "grand_exchange_price": "496", - "durability": null, - "name": "Boots", - "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", - "grand_exchange_price": "226", - "durability": null, - "name": "Boots", - "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 [colour].", - "durability": null, - "low_alchemy": "72", - "high_alchemy": "108", - "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 [colour].", - "durability": null, - "low_alchemy": "72", - "high_alchemy": "108", - "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 [colour].", - "durability": null, - "low_alchemy": "72", - "high_alchemy": "108", - "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 [colour].", - "durability": null, - "low_alchemy": "72", - "high_alchemy": "108", - "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 [colour].", - "durability": null, - "low_alchemy": "72", - "high_alchemy": "108", - "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", - "grand_exchange_price": "249", - "durability": null, - "name": "Robe bottoms", - "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", - "grand_exchange_price": "210", - "durability": null, - "name": "Robe bottoms", - "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", - "grand_exchange_price": "453", - "durability": null, - "name": "Robe bottoms", - "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", - "grand_exchange_price": "348", - "durability": null, - "name": "Robe bottoms", - "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", - "grand_exchange_price": "92", - "durability": null, - "name": "Robe bottoms", - "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", - "durability": null, - "name": "Hat", - "archery_ticket_price": "0", - "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", - "durability": null, - "name": "Hat", - "archery_ticket_price": "0", - "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", - "durability": null, - "name": "Hat", - "archery_ticket_price": "0", - "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", - "durability": null, - "name": "Hat", - "archery_ticket_price": "0", - "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", - "durability": null, - "name": "Hat", - "archery_ticket_price": "0", - "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", - "examine": "A Faladian Knight's sword.", - "walk_anim": "819", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "weight": "1", - "turn90ccw_anim": "822", - "attack_speed": "5", - "weapon_interface": "6", - "turn180_anim": "820", - "render_anim": "292", - "defence_anim": "397", - "equipment_slot": "3", - "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" - }, - { - "examine": "Definitely blue.", - "durability": null, - "name": "Blurite ore", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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./This tray contains mud.", - "durability": null, - "name": "Panning tray", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "677" - }, - { - "examine": "An empty tray for panning./This tray contains mud.", - "durability": null, - "name": "Panning tray", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "678" - }, - { - "examine": "An empty tray for panning./This tray contains mud.", - "durability": null, - "name": "Panning tray", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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" - }, - { - "examine": "A mixture of strong chemicals.", - "durability": null, - "name": "Chemical compound", - "weight": "2", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "720" - }, - { - "examine": "A specially made bowl constructed out of pure gold.", - "durability": null, - "name": "Gold bowl", - "low_alchemy": "280", - "high_alchemy": "420", - "archery_ticket_price": "0", - "id": "721" - }, - { - "examine": "A specially made bowl constructed out of pure gold and blessed.", - "durability": null, - "name": "Blessed gold bowl", - "low_alchemy": "280", - "high_alchemy": "420", - "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", - "low_alchemy": "280", - "high_alchemy": "420", - "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", - "low_alchemy": "280", - "high_alchemy": "420", - "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", - "low_alchemy": "280", - "high_alchemy": "420", - "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", - "low_alchemy": "280", - "high_alchemy": "420", - "weight": "1", - "archery_ticket_price": "0", - "id": "726" - }, - { - "examine": "One of nature's pipes.", - "durability": null, - "name": "Hollow reed", - "high_alchemy": "1", - "weight": "0.012", - "archery_ticket_price": "0", - "id": "727" - }, - { - "examine": "One of nature's pipes.", - "durability": null, - "name": "Hollow reed", - "high_alchemy": "1", - "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.", - "durability": null, - "low_alchemy": "64", - "high_alchemy": "96", - "weight": "0.4", - "equipment_slot": "0", - "grand_exchange_price": "472", - "name": "Blue hat", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "740", - "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,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" - }, - { - "attack_anims": "400,400,400,400", - "examine": "A black obsidian dagger, it has a strange aura about it.", - "attack_audios": "2517,2517,2500,2517", - "durability": null, - "name": "Dark dagger", - "archery_ticket_price": "0", - "id": "746", - "weapon_interface": "5", - "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,0,0,0,0", - "render_anim": "2584", - "defence_anim": "378", - "equipment_slot": "3" - }, - { - "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", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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, - "low_alchemy": "1", - "high_alchemy": "2", - "weight": "3", - "turn90ccw_anim": "822", - "weapon_interface": "17", - "turn180_anim": "4227", - "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", - "low_alchemy": "6", - "tradeable": "false", - "high_alchemy": "9", - "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, - "low_alchemy": "6", - "high_alchemy": "9", - "weight": "1.8", - "turn90ccw_anim": "1208", - "attack_speed": "4", - "weapon_interface": "1", - "turn180_anim": "1206", - "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", - "low_alchemy": "810", - "high_alchemy": "1215", - "archery_ticket_price": "0", - "id": "773", - "equipment_slot": "12" - }, - { - "examine": "A perfect ruby necklace.", - "durability": null, - "name": "'perfect' necklace", - "low_alchemy": "870", - "high_alchemy": "1305", - "archery_ticket_price": "0", - "id": "774", - "equipment_slot": "2" - }, - { - "examine": "These gauntlets empower with a greater ability to cook fish.", - "durability": null, - "low_alchemy": "75000", - "high_alchemy": "75000", - "destroy": "true", - "weight": "0.2", - "equipment_slot": "9", - "destroy_message": "You can obtain another set of Cooking gauntlets from Dimintheis.", - "name": "Cooking gauntlets", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "775", - "bonuses": "2,2,2,0,0,8,9,7,0,0,3,2,0,0,0" - }, - { - "destroy_message": "You can obtain another set of Goldsmith gauntlets from Dimintheis.", - "examine": "These gauntlets empower the bearer whilst making gold.", - "durability": null, - "name": "Goldsmith gauntlets", - "low_alchemy": "75000", - "tradeable": "false", - "high_alchemy": "75000", - "destroy": "true", - "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" - }, - { - "destroy_message": "You can obtain another set of Chaos gauntlets from Dimintheis.", - "examine": "These gauntlets empower spell casters.", - "durability": null, - "name": "Chaos gauntlets", - "low_alchemy": "75000", - "tradeable": "false", - "high_alchemy": "75000", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "durability": null, - "name": "War ship", - "high_alchemy": "1", - "weight": "0.01", - "archery_ticket_price": "0", - "id": "795" - }, - { - "shop_price": "4", - "ge_buy_limit": "1000", - "examine": "A finely balanced throwing axe.", - "durability": null, - "low_alchemy": "1", - "high_alchemy": "2", - "attack_speed": "5", - "weapon_interface": "18", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "806,806,806,806", - "grand_exchange_price": "3", - "name": "Bronze thrownaxe", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "800", - "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,5" - }, - { - "shop_price": "13", - "ge_buy_limit": "1000", - "examine": "A finely balanced throwing axe.", - "durability": null, - "low_alchemy": "5", - "high_alchemy": "7", - "attack_speed": "5", - "weapon_interface": "18", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "806,806,806,806", - "grand_exchange_price": "14", - "name": "Iron thrownaxe", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "801", - "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,7" - }, - { - "requirements": "{4,5}", - "shop_price": "38", - "ge_buy_limit": "1000", - "examine": "A finely balanced throwing axe.", - "durability": null, - "low_alchemy": "15", - "high_alchemy": "22", - "attack_speed": "5", - "weapon_interface": "18", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "806,806,806,806", - "grand_exchange_price": "60", - "name": "Steel thrownaxe", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "802", - "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,11" - }, - { - "requirements": "{4,20}", - "shop_price": "105", - "ge_buy_limit": "1000", - "examine": "A finely balanced throwing axe.", - "durability": null, - "low_alchemy": "28", - "high_alchemy": "42", - "attack_speed": "5", - "weapon_interface": "18", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "806,806,806,806", - "grand_exchange_price": "135", - "name": "Mithril thrownaxe", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "803", - "bonuses": "0,0,0,0,12,0,0,0,0,0,0,0,0,0,16" - }, - { - "requirements": "{4,30}", - "shop_price": "262", - "ge_buy_limit": "1000", - "examine": "A finely balanced throwing axe.", - "durability": null, - "low_alchemy": "104", - "high_alchemy": "157", - "attack_speed": "5", - "weapon_interface": "18", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "806,806,806,806", - "grand_exchange_price": "138", - "name": "Adamant thrownaxe", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "804", - "bonuses": "0,0,0,0,17,0,0,0,0,0,0,0,0,0,23" - }, - { - "requirements": "{4,40}", - "shop_price": "698", - "ge_buy_limit": "1000", - "examine": "A finely balanced throwing axe.", - "has_special": "true", - "durability": null, - "low_alchemy": "176", - "high_alchemy": "264", - "attack_speed": "5", - "weapon_interface": "18", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "806,806,806,806", - "grand_exchange_price": "243", - "name": "Rune thrownaxe", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "805", - "bonuses": "0,0,0,0,26,0,0,0,0,0,0,0,0,0,36" - }, - { - "ge_buy_limit": "1000", - "examine": "A deadly throwing dart with a bronze tip.", - "durability": null, - "attack_speed": "3", - "weapon_interface": "18", - "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", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "806", - "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, - "high_alchemy": "1", - "attack_speed": "3", - "weapon_interface": "18", - "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", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "807", - "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, - "low_alchemy": "4", - "high_alchemy": "6", - "attack_speed": "3", - "weapon_interface": "18", - "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", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "808", - "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4" - }, - { - "requirements": "{4,20}", - "ge_buy_limit": "1000", - "examine": "A deadly throwing dart with a mithril tip.", - "durability": null, - "low_alchemy": "10", - "high_alchemy": "15", - "attack_speed": "3", - "weapon_interface": "18", - "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", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "809", - "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, - "low_alchemy": "26", - "high_alchemy": "39", - "attack_speed": "3", - "weapon_interface": "18", - "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", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "810", - "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, - "low_alchemy": "140", - "high_alchemy": "210", - "attack_speed": "3", - "weapon_interface": "18", - "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", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "811", - "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", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "582,582,582,582", - "grand_exchange_price": "66", - "attack_audios": "2547,0,0,0", - "name": "Bronze dart(p)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "812", - "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, - "high_alchemy": "1", - "attack_speed": "3", - "weapon_interface": "18", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "582,582,582,582", - "grand_exchange_price": "66", - "attack_audios": "2547,0,0,0", - "name": "Iron dart(p)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "813", - "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, - "low_alchemy": "4", - "high_alchemy": "6", - "attack_speed": "3", - "weapon_interface": "18", - "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", - "archery_ticket_price": "0", - "id": "814", - "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4" - }, - { - "requirements": "{4,20}", - "ge_buy_limit": "1000", - "examine": "A deadly throwing dart with a mithril tip.", - "durability": null, - "low_alchemy": "10", - "high_alchemy": "15", - "attack_speed": "3", - "weapon_interface": "18", - "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", - "archery_ticket_price": "0", - "id": "815", - "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, - "low_alchemy": "26", - "high_alchemy": "39", - "attack_speed": "3", - "weapon_interface": "18", - "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", - "archery_ticket_price": "0", - "id": "816", - "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, - "low_alchemy": "140", - "high_alchemy": "210", - "attack_speed": "3", - "weapon_interface": "18", - "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", - "id": "818", - "equipment_slot": "3" - }, - { - "ge_buy_limit": "5000", - "examine": "A deadly looking dart tip made of bronze - needs feathers for flight.", - "grand_exchange_price": "24", - "attack_audios": "2547,0,0,0", - "durability": null, - "name": "Bronze dart tip", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "819" - }, - { - "ge_buy_limit": "5000", - "examine": "A deadly looking dart tip made of iron - needs feathers for flight.", - "grand_exchange_price": "19", - "attack_audios": "2547,0,0,0", - "durability": null, - "name": "Iron dart tip", - "tradeable": "true", - "low_alchemy": "1", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "820" - }, - { - "ge_buy_limit": "5000", - "examine": "A deadly looking dart tip made of steel - needs feathers for flight.", - "grand_exchange_price": "66", - "attack_audios": "2547,0,0,0", - "durability": null, - "name": "Steel dart tip", - "tradeable": "true", - "low_alchemy": "2", - "high_alchemy": "3", - "archery_ticket_price": "0", - "id": "821" - }, - { - "ge_buy_limit": "5000", - "examine": "A deadly looking dart tip made of mithril - needs feathers for flight.", - "grand_exchange_price": "97", - "attack_audios": "2547,0,0,0", - "durability": null, - "name": "Mithril dart tip", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "7", - "archery_ticket_price": "0", - "id": "822" - }, - { - "ge_buy_limit": "5000", - "examine": "A deadly looking dart tip made of adamantite - needs feathers for flight.", - "grand_exchange_price": "212", - "attack_audios": "2547,0,0,0", - "durability": null, - "name": "Adamant dart tip", - "tradeable": "true", - "low_alchemy": "14", - "high_alchemy": "21", - "archery_ticket_price": "0", - "id": "823" - }, - { - "ge_buy_limit": "5000", - "examine": "A deadly looking dart tip made of runite - needs feathers for flight.", - "grand_exchange_price": "498", - "attack_audios": "2547,0,0,0", - "durability": null, - "name": "Rune dart tip", - "tradeable": "true", - "low_alchemy": "70", - "high_alchemy": "105", - "archery_ticket_price": "0", - "id": "824" - }, - { - "shop_price": "6", - "ge_buy_limit": "1000", - "examine": "A bronze-tipped javelin.", - "durability": null, - "low_alchemy": "2", - "high_alchemy": "3", - "attack_speed": "6", - "weapon_interface": "18", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "806,806,806,806", - "grand_exchange_price": "6", - "name": "Bronze javelin", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "825", - "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, - "low_alchemy": "3", - "high_alchemy": "4", - "attack_speed": "6", - "weapon_interface": "18", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "806,806,806,806", - "grand_exchange_price": "2", - "name": "Iron javelin", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "826", - "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, - "low_alchemy": "14", - "high_alchemy": "22", - "attack_speed": "6", - "weapon_interface": "18", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "806,806,806,806", - "grand_exchange_price": "19", - "name": "Steel javelin", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "827", - "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, - "low_alchemy": "39", - "high_alchemy": "58", - "attack_speed": "6", - "weapon_interface": "18", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "806,806,806,806", - "grand_exchange_price": "25", - "name": "Mithril javelin", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "828", - "bonuses": "0,0,0,0,17,0,0,0,0,0,0,0,0,0,18" - }, - { - "requirements": "{4,30}", - "shop_price": "100", - "ge_buy_limit": "1000", - "examine": "An adamant tipped javelin.", - "durability": null, - "low_alchemy": "98", - "high_alchemy": "147", - "attack_speed": "6", - "weapon_interface": "18", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "806,806,806,806", - "grand_exchange_price": "51", - "name": "Adamant javelin", - "tradeable": "true", - "archery_ticket_price": "100", - "id": "829", - "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, - "low_alchemy": "249", - "high_alchemy": "374", - "attack_speed": "6", - "weapon_interface": "18", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "806,806,806,806", - "grand_exchange_price": "186", - "name": "Rune javelin", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "830", - "bonuses": "0,0,0,0,38,0,0,0,0,0,0,0,0,0,42" - }, - { - "shop_price": "6", - "ge_buy_limit": "1000", - "examine": "A bronze-tipped javelin.", - "durability": null, - "low_alchemy": "2", - "high_alchemy": "3", - "attack_speed": "6", - "weapon_interface": "18", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "806,806,806,806", - "grand_exchange_price": "19", - "name": "Bronze javelin(p)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "831", - "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, - "low_alchemy": "3", - "high_alchemy": "4", - "attack_speed": "6", - "weapon_interface": "18", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "806,806,806,806", - "grand_exchange_price": "19", - "name": "Iron javelin(p)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "832", - "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, - "low_alchemy": "14", - "high_alchemy": "22", - "attack_speed": "6", - "weapon_interface": "18", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "806,806,806,806", - "grand_exchange_price": "34", - "name": "Steel javelin(p)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "833", - "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, - "low_alchemy": "39", - "high_alchemy": "58", - "attack_speed": "6", - "weapon_interface": "18", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "806,806,806,806", - "grand_exchange_price": "44", - "name": "Mithril javelin(p)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "834", - "bonuses": "0,0,0,0,17,0,0,0,0,0,0,0,0,0,18" - }, - { - "requirements": "{4,30}", - "shop_price": "100", - "ge_buy_limit": "1000", - "examine": "An adamant tipped javelin.", - "durability": null, - "low_alchemy": "98", - "high_alchemy": "147", - "attack_speed": "6", - "weapon_interface": "18", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "806,806,806,806", - "grand_exchange_price": "88", - "name": "Adamant javelin(p)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "835", - "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, - "low_alchemy": "249", - "high_alchemy": "374", - "attack_speed": "6", - "weapon_interface": "18", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "806,806,806,806", - "grand_exchange_price": "256", - "name": "Rune javelin(p)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "836", - "bonuses": "0,0,0,0,38,0,0,0,0,0,0,0,0,0,42" - }, - { - "ge_buy_limit": "100", - "turn90cw_anim": "821", - "examine": "This fires crossbow bolts.", - "walk_anim": "4226", - "low_alchemy": "28", - "turn90ccw_anim": "822", - "attack_speed": "6", - "turn180_anim": "4227", - "defence_anim": "424", - "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, - "high_alchemy": "42", - "weight": "8", - "weapon_interface": "17", - "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", - "turn90cw_anim": "821", - "examine": "A nice sturdy bow.", - "walk_anim": "819", - "low_alchemy": "32", - "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", - "durability": null, - "high_alchemy": "48", - "weight": "1.8", - "weapon_interface": "16", - "render_anim": "1", - "attack_audios": "2700,0,0,0", - "name": "Longbow" - }, - { - "ge_buy_limit": "5000", - "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", - "low_alchemy": "20", - "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, - "high_alchemy": "30", - "weight": "1.33", - "weapon_interface": "16", - "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", - "ge_buy_limit": "5000", - "examine": "A shortbow made out of oak, still effective.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "1.8", - "attack_speed": "4", - "two_handed": "true", - "weapon_interface": "16", - "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", - "ge_buy_limit": "5000", - "examine": "A nice sturdy bow made out of oak.", - "durability": null, - "low_alchemy": "64", - "high_alchemy": "96", - "weight": "2", - "attack_speed": "6", - "two_handed": "true", - "weapon_interface": "16", - "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", - "ge_buy_limit": "5000", - "examine": "A nice sturdy bow made out of willow.", - "durability": null, - "low_alchemy": "128", - "high_alchemy": "192", - "weight": "1.5", - "attack_speed": "6", - "two_handed": "true", - "weapon_interface": "16", - "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", - "ge_buy_limit": "5000", - "examine": "A shortbow made out of willow, still effective.", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "weight": "1", - "attack_speed": "4", - "two_handed": "true", - "weapon_interface": "16", - "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", - "ge_buy_limit": "5000", - "examine": "A nice sturdy bow made out of maple.", - "durability": null, - "low_alchemy": "256", - "high_alchemy": "384", - "weight": "1.8", - "attack_speed": "6", - "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": "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", - "ge_buy_limit": "5000", - "examine": "A shortbow made out of maple, still effective.", - "durability": null, - "low_alchemy": "160", - "high_alchemy": "240", - "weight": "1", - "attack_speed": "4", - "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": "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", - "ge_buy_limit": "5000", - "examine": "A nice sturdy bow made out of yew.", - "durability": null, - "low_alchemy": "512", - "high_alchemy": "768", - "weight": "1.8", - "attack_speed": "6", - "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": "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, - "low_alchemy": "320", - "high_alchemy": "480", - "weight": "1", - "attack_speed": "4", - "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": "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", - "ge_buy_limit": "5000", - "examine": "A nice sturdy magical bow.", - "has_special": "true", - "durability": null, - "low_alchemy": "1024", - "high_alchemy": "1536", - "weight": "1.8", - "attack_speed": "6", - "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": "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", - "ge_buy_limit": "5000", - "examine": "Short and magical, but still effective.", - "has_special": "true", - "durability": null, - "low_alchemy": "640", - "high_alchemy": "960", - "weight": "1.3", - "attack_speed": "4", - "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": "959", - "attack_audios": "2700,0,0,0", - "name": "Magic shortbow", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "861", - "bonuses": "0,0,0,0,69,0,0,0,0,0,0,0,0,0,0" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "959", - "durability": null, - "name": "Magic shortbow", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "862" - }, - { - "shop_price": "58", - "ge_buy_limit": "10000", - "examine": "A finely balanced throwing knife.", - "durability": null, - "low_alchemy": "23", - "high_alchemy": "34", - "attack_speed": "3", - "weapon_interface": "18", - "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", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "863", - "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4" - }, - { - "shop_price": "14", - "ge_buy_limit": "10000", - "examine": "A finely balanced throwing knife.", - "durability": null, - "low_alchemy": "5", - "high_alchemy": "8", - "attack_speed": "3", - "weapon_interface": "18", - "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", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "864", - "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,3" - }, - { - "requirements": "{4,5}", - "shop_price": "68", - "ge_buy_limit": "10000", - "examine": "A finely balanced throwing knife.", - "durability": null, - "low_alchemy": "27", - "high_alchemy": "40", - "attack_speed": "3", - "weapon_interface": "18", - "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", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "865", - "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,7" - }, - { - "requirements": "{4,20}", - "ge_buy_limit": "10000", - "examine": "A finely balanced throwing knife.", - "durability": null, - "low_alchemy": "10", - "high_alchemy": "16", - "attack_speed": "3", - "weapon_interface": "18", - "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", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "866", - "bonuses": "0,0,0,0,11,0,0,0,0,0,0,0,0,0,10" - }, - { - "requirements": "{4,30}", - "ge_buy_limit": "10000", - "examine": "A finely balanced throwing knife.", - "durability": null, - "low_alchemy": "26", - "high_alchemy": "40", - "attack_speed": "3", - "weapon_interface": "18", - "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", - "archery_ticket_price": "0", - "id": "867", - "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, - "low_alchemy": "66", - "high_alchemy": "100", - "attack_speed": "3", - "weapon_interface": "18", - "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", - "archery_ticket_price": "0", - "id": "868", - "bonuses": "0,0,0,0,25,0,0,0,0,0,0,0,0,0,24" - }, - { - "requirements": "{4,10}", - "shop_price": "15", - "ge_buy_limit": "10000", - "examine": "A finely balanced throwing knife.", - "durability": null, - "low_alchemy": "7", - "high_alchemy": "11", - "attack_speed": "3", - "weapon_interface": "18", - "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", - "archery_ticket_price": "0", - "id": "869", - "bonuses": "0,0,0,0,10,0,0,0,0,0,0,0,0,0,8" - }, - { - "shop_price": "14", - "ge_buy_limit": "10000", - "examine": "A finely balanced throwing knife.", - "durability": null, - "low_alchemy": "5", - "high_alchemy": "8", - "attack_speed": "3", - "weapon_interface": "18", - "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", - "archery_ticket_price": "0", - "id": "870", - "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, - "low_alchemy": "23", - "high_alchemy": "34", - "attack_speed": "3", - "weapon_interface": "18", - "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", - "archery_ticket_price": "0", - "id": "871", - "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, - "low_alchemy": "27", - "high_alchemy": "40", - "attack_speed": "3", - "weapon_interface": "18", - "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, - "low_alchemy": "10", - "high_alchemy": "16", - "attack_speed": "3", - "weapon_interface": "18", - "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, - "low_alchemy": "7", - "high_alchemy": "11", - "attack_speed": "3", - "weapon_interface": "18", - "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", - "archery_ticket_price": "0", - "id": "874", - "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, - "low_alchemy": "26", - "high_alchemy": "40", - "attack_speed": "3", - "weapon_interface": "18", - "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)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "875", - "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, - "low_alchemy": "66", - "high_alchemy": "100", - "attack_speed": "3", - "weapon_interface": "18", - "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)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "876", - "bonuses": "0,0,0,0,25,0,0,0,0,0,0,0,0,0,24" - }, - { - "shop_price": "3", - "ge_buy_limit": "10000", - "examine": "Bronze crossbow bolts.", - "durability": null, - "low_alchemy": "1", - "high_alchemy": "1", - "equipment_slot": "13", - "grand_exchange_price": "12", - "name": "Bronze 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" - }, - { - "shop_price": "3", - "ge_buy_limit": "10000", - "examine": "Bronze crossbow bolts.", - "durability": null, - "low_alchemy": "1", - "high_alchemy": "1", - "equipment_slot": "13", - "grand_exchange_price": "38", - "name": "Bronze bolts(p)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "878", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10" - }, - { - "ge_buy_limit": "25000", - "examine": "Opal tipped bronze crossbow bolts", - "grand_exchange_price": "5", - "durability": null, - "name": "Opal bolts", - "tradeable": "true", - "low_alchemy": "2", - "high_alchemy": "4", - "archery_ticket_price": "0", - "id": "879", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,14", - "equipment_slot": "13" - }, - { - "requirements": "{4,26}", - "ge_buy_limit": "25000", - "examine": "Pearl tipped Iron crossbow bolts.", - "durability": null, - "low_alchemy": "5", - "high_alchemy": "7", - "equipment_slot": "13", - "grand_exchange_price": "32", - "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" - }, - { - "shop_price": "80", - "ge_buy_limit": "10000", - "examine": "Great if you have a crossbow!", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "equipment_slot": "13", - "grand_exchange_price": "42", - "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" - }, - { - "shop_price": "7", - "ge_buy_limit": "10000", - "examine": "Arrows with bronze heads.", - "durability": null, - "low_alchemy": "2", - "high_alchemy": "4", - "equipment_slot": "13", - "grand_exchange_price": "10", - "name": "Bronze arrow", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "882", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,7" - }, - { - "shop_price": "7", - "ge_buy_limit": "10000", - "examine": "Arrows with bronze heads.", - "durability": null, - "low_alchemy": "2", - "high_alchemy": "4", - "equipment_slot": "13", - "grand_exchange_price": "39", - "name": "Bronze arrow(p)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "883", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,7" - }, - { - "shop_price": "20", - "ge_buy_limit": "10000", - "examine": "Arrows with iron heads.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "equipment_slot": "13", - "grand_exchange_price": "10", - "name": "Iron arrow", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "884", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10" - }, - { - "shop_price": "20", - "ge_buy_limit": "10000", - "examine": "Arrows with iron heads.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "equipment_slot": "13", - "grand_exchange_price": "41", - "name": "Iron arrow(p)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "885", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10" - }, - { - "requirements": "{4,5}", - "shop_price": "46", - "ge_buy_limit": "10000", - "examine": "Arrows with steel heads.", - "durability": null, - "low_alchemy": "18", - "high_alchemy": "27", - "equipment_slot": "13", - "grand_exchange_price": "25", - "name": "Steel arrow", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "886", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,16" - }, - { - "requirements": "{4,5}", - "shop_price": "46", - "ge_buy_limit": "10000", - "examine": "Arrows with steel heads.", - "durability": null, - "low_alchemy": "18", - "high_alchemy": "27", - "equipment_slot": "13", - "grand_exchange_price": "69", - "name": "Steel arrow(p)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "887", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,16" - }, - { - "requirements": "{4,20}", - "shop_price": "76", - "ge_buy_limit": "10000", - "examine": "Arrows with mithril heads.", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "45", - "equipment_slot": "13", - "grand_exchange_price": "30", - "name": "Mithril arrow", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "888", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22" - }, - { - "requirements": "{4,20}", - "shop_price": "76", - "ge_buy_limit": "10000", - "examine": "Arrows with mithril heads.", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "45", - "equipment_slot": "13", - "grand_exchange_price": "69", - "name": "Mithril arrow(p)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "889", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22" - }, - { - "requirements": "{4,30}", - "shop_price": "172", - "ge_buy_limit": "10000", - "examine": "Arrows with adamantite heads.", - "durability": null, - "low_alchemy": "68", - "high_alchemy": "103", - "equipment_slot": "13", - "grand_exchange_price": "111", - "name": "Adamant arrow", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "890", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,31" - }, - { - "requirements": "{4,30}", - "shop_price": "172", - "ge_buy_limit": "10000", - "examine": "Arrows with adamantite heads.", - "durability": null, - "low_alchemy": "68", - "high_alchemy": "103", - "equipment_slot": "13", - "grand_exchange_price": "109", - "name": "Adamant arrow(p)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "891", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,31" - }, - { - "requirements": "{4,40}", - "shop_price": "510", - "ge_buy_limit": "10000", - "examine": "Arrows with rune heads.", - "durability": null, - "low_alchemy": "204", - "high_alchemy": "306", - "equipment_slot": "13", - "grand_exchange_price": "212", - "name": "Rune arrow", - "tradeable": "true", - "archery_ticket_price": "40", - "id": "892", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,49" - }, - { - "requirements": "{4,40}", - "shop_price": "510", - "ge_buy_limit": "10000", - "examine": "Arrows with rune heads.", - "durability": null, - "low_alchemy": "204", - "high_alchemy": "306", - "equipment_slot": "13", - "grand_exchange_price": "257", - "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" - }, - { - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "942", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,7", - "equipment_slot": "13" - }, - { - "examine": "Some meaty worms.", - "durability": null, - "name": "Worm", - "tradeable": "false", - "destroy": "true", - "archery_ticket_price": "0", - "id": "943" - }, - { - "durability": null, - "name": "Worm", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "944" - }, - { - "durability": null, - "name": "Throwing rope", - "archery_ticket_price": "0", - "id": "945", - "equipment_slot": "3" - }, - { - "shop_price": "25", - "ge_buy_limit": "100", - "examine": "A dangerous looking knife.", - "grand_exchange_price": "32", - "durability": null, - "name": "Knife", - "tradeable": "true", - "low_alchemy": "10", - "high_alchemy": "15", - "weight": "0.4", - "archery_ticket_price": "0", - "id": "946" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "32", - "durability": null, - "name": "Knife", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "947" - }, - { - "shop_price": "4", - "ge_buy_limit": "100", - "examine": "This would make warm clothing.", - "grand_exchange_price": "9", - "durability": null, - "name": "Bear fur", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "3", - "archery_ticket_price": "0", - "id": "948" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "9", - "durability": null, - "name": "Bear fur", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "949" - }, - { - "shop_price": "21", - "ge_buy_limit": "100", - "examine": "It's a sheet of silk.", - "grand_exchange_price": "27", - "durability": null, - "name": "Silk", - "tradeable": "true", - "low_alchemy": "22", - "high_alchemy": "33", - "weight": "1", - "archery_ticket_price": "0", - "id": "950" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "27", - "durability": null, - "name": "Silk", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "951" - }, - { - "shop_price": "5", - "ge_buy_limit": "100", - "examine": "A slightly muddy spade. / Popular with farmers and treasure hunters.", - "grand_exchange_price": "117", - "durability": null, - "name": "Spade", - "tradeable": "true", - "low_alchemy": "1", - "high_alchemy": "1", - "weight": "1.8", - "archery_ticket_price": "0", - "id": "952" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "117", - "durability": null, - "name": "Spade", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "953" - }, - { - "shop_price": "18", - "ge_buy_limit": "100", - "examine": "A coil of rope.", - "grand_exchange_price": "96", - "durability": null, - "name": "Rope", - "tradeable": "true", - "low_alchemy": "7", - "high_alchemy": "10", - "weight": "1.3", - "archery_ticket_price": "0", - "id": "954" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "96", - "durability": null, - "name": "Rope", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "955" - }, - { - "examine": "Get your axes from Bob's Axes.", - "durability": null, - "name": "Flier", - "high_alchemy": "1", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "18", - "high_alchemy": "27", - "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, - "low_alchemy": "16", - "high_alchemy": "24", - "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", - "low_alchemy": "4", - "high_alchemy": "7", - "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": "100,000 or more: \"X x coins\" where X is the exact number of coins in the stack.", - "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", - "high_alchemy": "1", - "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.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "187", - "name": "Cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1007", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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.", - "durability": null, - "high_alchemy": "1", - "weight": "0.9", - "equipment_slot": "7", - "grand_exchange_price": "208", - "name": "Blue skirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1011", - "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,0,0,0" - }, - { - "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.", - "durability": null, - "high_alchemy": "1", - "weight": "0.9", - "equipment_slot": "7", - "grand_exchange_price": "216", - "name": "Pink skirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1013", - "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,0,0,0" - }, - { - "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.", - "durability": null, - "high_alchemy": "1", - "weight": "0.9", - "equipment_slot": "7", - "grand_exchange_price": "30", - "name": "Black skirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1015", - "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,0,0,0" - }, - { - "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.", - "durability": null, - "low_alchemy": "0", - "high_alchemy": "1", - "equipment_slot": "0", - "grand_exchange_price": "280", - "name": "Wizard hat", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1017", - "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,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.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "209", - "name": "Cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1019", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "504", - "name": "Cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1021", - "bonuses": "0,0,0,0,0,0,1,1,0,2,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": "Cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1022" - }, - { - "shop_price": "20", - "ge_buy_limit": "100", - "examine": "A thick yellow cape.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "439", - "name": "Cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1023", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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", - "low_alchemy": "0", - "high_alchemy": "1", - "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.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1061", - "name": "Cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1027", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "955", - "name": "Cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1029", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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, - "low_alchemy": "8", - "high_alchemy": "12", - "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.", - "durability": null, - "low_alchemy": "12", - "high_alchemy": "18", - "weight": "0.9", - "equipment_slot": "7", - "grand_exchange_price": "2481", - "name": "Zamorak robe", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1033", - "bonuses": "0,0,0,2,0,0,0,0,3,0,0,0,3,0,0" - }, - { - "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, - "low_alchemy": "16", - "high_alchemy": "24", - "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" - }, - { - "shop_price": "1", - "examine": "A rabbit-like adornment.", - "durability": null, - "low_alchemy": "0", - "high_alchemy": "0", - "destroy": "true", - "weight": "0.2", - "equipment_slot": "0", - "destroy_message": "You can get a replacement from Diango.", - "name": "Bunny ears", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "1037" - }, - { - "shop_price": "1", - "ge_buy_limit": "2", - "examine": "A nice hat from a cracker.", - "durability": null, - "low_alchemy": "0", - "high_alchemy": "0", - "weight": "0.05", - "equipment_slot": "0", - "lendable": "true", - "grand_exchange_price": "10", - "name": "Red partyhat", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1038" - }, - { - "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, - "low_alchemy": "64", - "high_alchemy": "96", - "weight": "0.1", - "equipment_slot": "0", - "lendable": "true", - "grand_exchange_price": "5", - "name": "Santa hat", - "tradeable": "true", - "archery_ticket_price": "0", - "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", - "low_alchemy": "180", - "high_alchemy": "270", - "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, - "low_alchemy": "6", - "high_alchemy": "9", - "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, - "low_alchemy": "6", - "high_alchemy": "9", - "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, - "low_alchemy": "6", - "high_alchemy": "9", - "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!", - "durability": null, - "low_alchemy": "2", - "high_alchemy": "3", - "weight": "0.23", - "equipment_slot": "9", - "grand_exchange_price": "12", - "name": "Leather gloves", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1059", - "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0" - }, - { - "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.", - "durability": null, - "low_alchemy": "2", - "high_alchemy": "3", - "weight": "0.34", - "equipment_slot": "10", - "grand_exchange_price": "144", - "name": "Leather boots", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1061", - "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0" - }, - { - "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!", - "durability": null, - "low_alchemy": "7", - "high_alchemy": "10", - "weight": "0.22", - "equipment_slot": "9", - "grand_exchange_price": "13", - "name": "Leather vambraces", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1063", - "bonuses": "0,0,0,0,4,2,2,1,0,0,0,0,0,0,0" - }, - { - "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", - "ge_buy_limit": "5000", - "examine": "Made from 100% real dragonhide.", - "durability": null, - "low_alchemy": "1000", - "high_alchemy": "1500", - "weight": "0.28", - "equipment_slot": "9", - "lendable": "true", - "grand_exchange_price": "1407", - "name": "Green d'hide vambraces", - "tradeable": "true", - "archery_ticket_price": "0", - "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, - "low_alchemy": "112", - "high_alchemy": "168", - "weight": "9", - "absorb": "1,0,1", - "equipment_slot": "7", - "grand_exchange_price": "55", - "name": "Iron platelegs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1067", - "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, - "low_alchemy": "400", - "high_alchemy": "600", - "weight": "9", - "absorb": "1,0,1", - "equipment_slot": "7", - "grand_exchange_price": "426", - "name": "Steel platelegs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1069", - "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, - "low_alchemy": "1040", - "high_alchemy": "1560", - "weight": "7.7", - "absorb": "1,0,2", - "equipment_slot": "7", - "grand_exchange_price": "1391", - "name": "Mithril platelegs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1071", - "bonuses": "0,0,0,-21,-7,24,22,20,-4,22,5,0,0,0,0" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "1391", - "durability": null, - "name": "Mithril platelegs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1072" - }, - { - "requirements": "{1,30}", - "shop_price": "6464", - "ge_buy_limit": "100", - "examine": "These look pretty heavy.", - "durability": null, - "low_alchemy": "2560", - "high_alchemy": "3840", - "weight": "10", - "absorb": "1,0,3", - "equipment_slot": "7", - "grand_exchange_price": "3649", - "name": "Adamant platelegs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1073", - "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,0,0,0" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "3649", - "durability": null, - "name": "Adamant platelegs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1074" - }, - { - "shop_price": "80", - "ge_buy_limit": "100", - "examine": "These look pretty heavy.", - "durability": null, - "low_alchemy": "32", - "high_alchemy": "48", - "weight": "9", - "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", - "ge_buy_limit": "100", - "examine": "These look pretty heavy", - "durability": null, - "low_alchemy": "768", - "high_alchemy": "1152", - "weight": "9", - "absorb": "1,0,2", - "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", - "grand_exchange_price": "4995", - "durability": null, - "name": "Black platelegs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1078" - }, - { - "requirements": "{1,40}", - "shop_price": "64000", - "ge_buy_limit": "100", - "examine": "These look pretty heavy.", - "durability": null, - "low_alchemy": "25600", - "high_alchemy": "38400", - "weight": "9", - "absorb": "2,0,4", - "equipment_slot": "7", - "lendable": "true", - "grand_exchange_price": "38500", - "name": "Rune platelegs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1079", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" - }, - { - "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.", - "durability": null, - "low_alchemy": "112", - "high_alchemy": "168", - "weight": "8.1", - "equipment_slot": "7", - "grand_exchange_price": "86", - "name": "Iron plateskirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1081", - "bonuses": "0,0,0,-21,-7,11,10,10,-4,10,0,0,0,0,0" - }, - { - "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", - "ge_buy_limit": "100", - "examine": "Designer leg protection.", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "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", - "ge_buy_limit": "100", - "examine": "Designer leg protection.", - "durability": null, - "low_alchemy": "1040", - "high_alchemy": "1560", - "weight": "7.2", - "absorb": "1,0,2", - "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.", - "durability": null, - "low_alchemy": "32", - "high_alchemy": "48", - "weight": "8.1", - "equipment_slot": "7", - "grand_exchange_price": "113", - "name": "Bronze plateskirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1087", - "bonuses": "0,0,0,-21,-7,8,7,6,-4,7,0,0,0,0,0" - }, - { - "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", - "ge_buy_limit": "100", - "examine": "Designer leg protection.", - "durability": null, - "low_alchemy": "768", - "high_alchemy": "1152", - "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", - "ge_buy_limit": "100", - "examine": "Designer leg protection.", - "durability": null, - "low_alchemy": "2560", - "high_alchemy": "3840", - "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", - "grand_exchange_price": "3610", - "durability": null, - "name": "Adamant plateskirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1092" - }, - { - "requirements": "{1,40}", - "shop_price": "64000", - "ge_buy_limit": "100", - "examine": "Designer leg protection.", - "durability": null, - "low_alchemy": "25600", - "high_alchemy": "38400", - "weight": "8", - "absorb": "2,0,4", - "equipment_slot": "7", - "lendable": "true", - "grand_exchange_price": "38100", - "name": "Rune plateskirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1093", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,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", - "examine": "Better than no armour!", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "3", - "equipment_slot": "7", - "grand_exchange_price": "5", - "name": "Leather chaps", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1095", - "bonuses": "0,0,0,0,4,2,2,1,0,0,0,0,0,0,0" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "5", - "durability": null, - "name": "Leather chaps", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1096" - }, - { - "requirements": "{4,20}", - "shop_price": "750", - "ge_buy_limit": "1000", - "examine": "Those studs should provide a bit more protection.", - "durability": null, - "low_alchemy": "300", - "high_alchemy": "450", - "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" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "377", - "durability": null, - "name": "Studded chaps", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1098" - }, - { - "requirements": "{4,40}", - "shop_price": "3900", - "ge_buy_limit": "5000", - "examine": "100% real dragonhide.", - "durability": null, - "low_alchemy": "1560", - "high_alchemy": "2340", - "weight": "5.4", - "absorb": "0,4,2", - "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" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "2228", - "durability": null, - "name": "Green d'hide chaps", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1100" - }, - { - "shop_price": "210", - "ge_buy_limit": "100", - "examine": "A series of connected metal rings.", - "durability": null, - "low_alchemy": "84", - "high_alchemy": "126", - "weight": "6.8", - "equipment_slot": "4", - "grand_exchange_price": "76", - "name": "Iron chainbody", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1101", - "bonuses": "0,0,0,-15,0,10,15,19,-3,12,5,0,0,0,0" - }, - { - "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.", - "durability": null, - "low_alchemy": "24", - "high_alchemy": "36", - "weight": "6.8", - "equipment_slot": "4", - "grand_exchange_price": "37", - "name": "Bronze chainbody", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1103", - "bonuses": "0,0,0,-15,0,7,11,13,-3,9,5,0,0,0,0" - }, - { - "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", - "ge_buy_limit": "100", - "examine": "A series of connected metal rings.", - "durability": null, - "low_alchemy": "300", - "high_alchemy": "450", - "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", - "ge_buy_limit": "100", - "examine": "A series of connected metal rings.", - "durability": null, - "low_alchemy": "576", - "high_alchemy": "864", - "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", - "ge_buy_limit": "100", - "examine": "A series of connected metal rings.", - "durability": null, - "low_alchemy": "780", - "high_alchemy": "1170", - "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", - "ge_buy_limit": "100", - "examine": "A series of connected metal rings.", - "durability": null, - "low_alchemy": "1920", - "high_alchemy": "2880", - "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", - "grand_exchange_price": "2731", - "durability": null, - "name": "Adamant chainbody", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1112" - }, - { - "requirements": "{1,40}", - "shop_price": "50000", - "ge_buy_limit": "100", - "examine": "A series of connected metal rings.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "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" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "29800", - "durability": null, - "name": "Rune chainbody", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1114" - }, - { - "shop_price": "560", - "ge_buy_limit": "500", - "examine": "Provides excellent protection.", - "durability": null, - "low_alchemy": "224", - "high_alchemy": "336", - "weight": "9.95", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "434", - "name": "Iron platebody", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1115", - "bonuses": "0,0,0,-30,-10,21,20,12,-6,20,5,0,0,0,0" - }, - { - "ge_buy_limit": "500", - "grand_exchange_price": "434", - "durability": null, - "name": "Iron platebody", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1116" - }, - { - "shop_price": "160", - "ge_buy_limit": "500", - "examine": "Provides excellent protection.", - "durability": null, - "low_alchemy": "64", - "high_alchemy": "96", - "weight": "9.5", - "equipment_slot": "4", - "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", - "ge_buy_limit": "500", - "examine": "Provides excellent protection.", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "9.9", - "equipment_slot": "4", - "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", - "ge_buy_limit": "500", - "examine": "Provides excellent protection.", - "durability": null, - "low_alchemy": "2080", - "high_alchemy": "3120", - "weight": "8.6", - "absorb": "1,0,3", - "equipment_slot": "4", - "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", - "ge_buy_limit": "500", - "examine": "Provides excellent protection.", - "durability": null, - "low_alchemy": "6656", - "high_alchemy": "9984", - "weight": "11", - "absorb": "2,0,4", - "equipment_slot": "4", - "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", - "ge_buy_limit": "500", - "examine": "Provides Excellent protection.", - "durability": null, - "low_alchemy": "1536", - "high_alchemy": "2304", - "weight": "9.9", - "absorb": "1,0,2", - "equipment_slot": "4", - "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", - "ge_buy_limit": "100", - "examine": "Provides excellent protection.", - "durability": null, - "low_alchemy": "26000", - "high_alchemy": "39000", - "weight": "9.9", - "absorb": "3,0,6", - "equipment_slot": "4", - "lendable": "true", - "remove_sleeves": "true", - "grand_exchange_price": "38800", - "name": "Rune platebody", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1127", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" - }, - { - "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!", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "2.7", - "equipment_slot": "4", - "grand_exchange_price": "34", - "name": "Leather body", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1129", - "bonuses": "0,0,0,-2,2,8,9,10,4,9,5,0,0,0,0" - }, - { - "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", - "ge_buy_limit": "1000", - "examine": "Harder than normal leather.", - "durability": null, - "low_alchemy": "68", - "high_alchemy": "102", - "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", - "ge_buy_limit": "1000", - "examine": "These studs should provide a bit more protection.", - "durability": null, - "low_alchemy": "340", - "high_alchemy": "510", - "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" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "414", - "durability": null, - "name": "Studded body", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1134" - }, - { - "requirements": "{1,40}-{4,40}", - "shop_price": "7800", - "ge_buy_limit": "5000", - "examine": "Made from 100% real dragonhide.", - "durability": null, - "low_alchemy": "3120", - "high_alchemy": "4680", - "weight": "6.8", - "absorb": "0,6,3", - "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" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "4544", - "durability": null, - "name": "Green d'hide body", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1136" - }, - { - "remove_head": "true", - "shop_price": "84", - "ge_buy_limit": "100", - "examine": "A medium sized helmet.", - "durability": null, - "low_alchemy": "33", - "high_alchemy": "50", - "weight": "1.8", - "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", - "ge_buy_limit": "100", - "examine": "A medium sized helmet.", - "durability": null, - "low_alchemy": "9", - "high_alchemy": "14", - "weight": "1.8", - "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", - "ge_buy_limit": "100", - "examine": "A medium sized helmet.", - "durability": null, - "low_alchemy": "120", - "high_alchemy": "180", - "weight": "1.8", - "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", - "ge_buy_limit": "100", - "examine": "A medium sized helmet.", - "durability": null, - "low_alchemy": "312", - "high_alchemy": "468", - "weight": "1.3", - "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", - "ge_buy_limit": "100", - "examine": "A medium sized helmet.", - "durability": null, - "low_alchemy": "768", - "high_alchemy": "1152", - "weight": "1.8", - "absorb": "1,0,2", - "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", - "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", - "ge_buy_limit": "100", - "examine": "A medium sized helmet.", - "durability": null, - "low_alchemy": "7680", - "high_alchemy": "11520", - "weight": "1.8", - "absorb": "1,0,3", - "equipment_slot": "0", - "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}", - "ge_buy_limit": "100", - "examine": "Makes the wearer pretty intimidating.", - "durability": null, - "low_alchemy": "40000", - "high_alchemy": "60000", - "weight": "1.3", - "absorb": "2,0,4", - "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", - "ge_buy_limit": "100", - "examine": "A medium sized helmet.", - "durability": null, - "low_alchemy": "230", - "high_alchemy": "345", - "weight": "1.8", - "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", - "grand_exchange_price": "242", - "durability": null, - "name": "Black med helm", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1152" - }, - { - "remove_head": "true", - "shop_price": "61", - "ge_buy_limit": "100", - "examine": "A full face helmet.", - "durability": null, - "low_alchemy": "61", - "high_alchemy": "92", - "weight": "2.7", - "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", - "ge_buy_limit": "100", - "examine": "A full face helmet.", - "durability": null, - "low_alchemy": "17", - "high_alchemy": "26", - "weight": "2.7", - "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", - "ge_buy_limit": "100", - "examine": "A full face helmet.", - "durability": null, - "low_alchemy": "220", - "high_alchemy": "330", - "weight": "2.7", - "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", - "ge_buy_limit": "100", - "examine": "A full face helmet.", - "durability": null, - "low_alchemy": "572", - "high_alchemy": "858", - "weight": "2.2", - "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", - "ge_buy_limit": "100", - "examine": "A full face helmet.", - "durability": null, - "low_alchemy": "1408", - "high_alchemy": "2112", - "weight": "2.7", - "absorb": "1,0,2", - "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}", - "ge_buy_limit": "100", - "examine": "A full face helmet.", - "durability": null, - "low_alchemy": "14080", - "high_alchemy": "21120", - "weight": "2.7", - "absorb": "1,0,3", - "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", - "ge_buy_limit": "100", - "examine": "A full face helmet.", - "durability": null, - "low_alchemy": "548", - "high_alchemy": "823", - "weight": "2.7", - "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" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "731", - "durability": null, - "name": "Black full helm", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1166" - }, - { - "remove_head": "true", - "shop_price": "24", - "ge_buy_limit": "5000", - "examine": "Better than no armour!", - "durability": null, - "low_alchemy": "9", - "high_alchemy": "14", - "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", - "ge_buy_limit": "5000", - "examine": "Light weight head protection.", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "weight": "0.9", - "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" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "56", - "durability": null, - "name": "Coif", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1170" - }, - { - "shop_price": "20", - "ge_buy_limit": "100", - "examine": "A solid wooden shield.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "equipment_slot": "5", - "grand_exchange_price": "483", - "name": "Wooden shield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1171", - "bonuses": "0,0,0,0,0,4,5,3,1,4,0,0,0,0,0" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "483", - "durability": null, - "name": "Wooden shield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1172" - }, - { - "shop_price": "48", - "ge_buy_limit": "100", - "examine": "A medium square shield.", - "durability": null, - "low_alchemy": "19", - "high_alchemy": "28", - "weight": "3", - "equipment_slot": "5", - "grand_exchange_price": "12", - "name": "Bronze sq shield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1173", - "bonuses": "0,0,0,-6,-2,5,6,4,0,5,0,0,0,0,0" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "12", - "durability": null, - "name": "Bronze sq shield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1174" - }, - { - "shop_price": "168", - "ge_buy_limit": "100", - "examine": "A medium square shield.", - "durability": null, - "low_alchemy": "67", - "high_alchemy": "100", - "weight": "3.6", - "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", - "ge_buy_limit": "100", - "examine": "A medium square shield.", - "durability": null, - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "3", - "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", - "ge_buy_limit": "100", - "examine": "A medium square shield.", - "durability": null, - "low_alchemy": "460", - "high_alchemy": "691", - "weight": "4", - "absorb": "1,0,2", - "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", - "ge_buy_limit": "100", - "examine": "A medium square shield.", - "durability": null, - "low_alchemy": "624", - "high_alchemy": "936", - "weight": "3.1", - "absorb": "2,0,4", - "equipment_slot": "5", - "grand_exchange_price": "744", - "name": "Mithril sq shield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1181", - "bonuses": "0,0,0,-6,-2,17,19,15,0,17,18,0,0,0,0" - }, - { - "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}", - "ge_buy_limit": "100", - "examine": "A medium square shield.", - "durability": null, - "low_alchemy": "1536", - "high_alchemy": "2304", - "weight": "4", - "absorb": "3,0,6", - "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", - "grand_exchange_price": "2136", - "durability": null, - "name": "Adamant sq shield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1184" - }, - { - "requirements": "{1,40}", - "ge_buy_limit": "100", - "examine": "A medium square shield.", - "durability": null, - "low_alchemy": "15360", - "high_alchemy": "23040", - "weight": "3.64", - "absorb": "3,0,7", - "equipment_slot": "5", - "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}", - "ge_buy_limit": "10", - "examine": "An ancient and powerful looking Dragon Square shield.", - "durability": null, - "low_alchemy": "200000", - "high_alchemy": "300000", - "weight": "3", - "absorb": "5,0,11", - "equipment_slot": "5", - "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", - "ge_buy_limit": "100", - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "27", - "high_alchemy": "40", - "weight": "5.4", - "equipment_slot": "5", - "grand_exchange_price": "18", - "name": "Bronze kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1189", - "bonuses": "0,0,0,-8,-2,5,7,6,-1,6,1,0,0,0,0" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "18", - "durability": null, - "name": "Bronze kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1190" - }, - { - "shop_price": "233", - "ge_buy_limit": "100", - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "95", - "high_alchemy": "142", - "weight": "5.4", - "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", - "ge_buy_limit": "100", - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "340", - "high_alchemy": "510", - "weight": "5.4", - "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", - "ge_buy_limit": "100", - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "848", - "high_alchemy": "1272", - "weight": "5.4", - "absorb": "1,0,2", - "equipment_slot": "5", - "grand_exchange_price": "3311", - "name": "Black kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1195", - "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,0,0,0" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "3311", - "durability": null, - "name": "Black kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1196" - }, - { - "requirements": "{1,20}", - "ge_buy_limit": "100", - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "884", - "high_alchemy": "1326", - "weight": "4.5", - "absorb": "2,0,4", - "equipment_slot": "5", - "grand_exchange_price": "1128", - "name": "Mithril kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1197", - "bonuses": "0,0,0,-8,-2,18,22,20,-1,20,20,0,0,0,0" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "1128", - "durability": null, - "name": "Mithril kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1198" - }, - { - "requirements": "{1,30}", - "ge_buy_limit": "100", - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "2176", - "high_alchemy": "3264", - "weight": "5.8", - "absorb": "3,0,6", - "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", - "grand_exchange_price": "3066", - "durability": null, - "name": "Adamant kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1200" - }, - { - "requirements": "{1,40}", - "ge_buy_limit": "100", - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5.4", - "absorb": "3,0,7", - "equipment_slot": "5", - "lendable": "true", - "grand_exchange_price": "35600", - "name": "Rune kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "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, - "low_alchemy": "14", - "high_alchemy": "21", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "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", - "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "35", - "durability": null, - "name": "Iron dagger", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1204" - }, - { - "shop_price": "11", - "ge_buy_limit": "100", - "examine": "Short but pointy.", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "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", - "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" - }, - { - "requirements": "{0,5}", - "shop_price": "135", - "ge_buy_limit": "100", - "examine": "Short but pointy.", - "durability": null, - "low_alchemy": "50", - "high_alchemy": "75", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "render_anim": "2584", - "defence_anim": "378", - "equipment_slot": "3", - "attack_anims": "400,400,401,400", - "grand_exchange_price": "17", - "attack_audios": "2517,2517,2500,2517", - "name": "Steel dagger", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1207", - "bonuses": "8,4,-4,1,0,0,0,0,1,0,0,7,0,0,0" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "17", - "durability": null, - "name": "Steel dagger", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1208" - }, - { - "requirements": "{0,20}", - "shop_price": "130", - "ge_buy_limit": "100", - "examine": "A dangerous dagger.", - "durability": null, - "low_alchemy": "130", - "high_alchemy": "195", - "weight": "0.3", - "attack_speed": "4", - "weapon_interface": "5", - "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", - "archery_ticket_price": "0", - "id": "1209", - "bonuses": "11,5,-4,1,0,0,0,0,1,0,0,10,0,0,0" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "71", - "durability": null, - "name": "Mithril dagger", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1210" - }, - { - "requirements": "{0,30}", - "shop_price": "816", - "ge_buy_limit": "100", - "examine": "Short and deadly.", - "durability": null, - "low_alchemy": "320", - "high_alchemy": "480", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "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" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "300", - "durability": null, - "name": "Adamant dagger", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1212" - }, - { - "requirements": "{0,40}", - "shop_price": "8000", - "ge_buy_limit": "100", - "examine": "A powerful dagger.", - "durability": null, - "low_alchemy": "3200", - "high_alchemy": "4800", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "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", - "archery_ticket_price": "0", - "id": "1213", - "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "4642", - "durability": null, - "name": "Rune dagger", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1214" - }, - { - "requirements": "{0,60}", - "shop_price": "60000", - "ge_buy_limit": "10", - "examine": "A powerful dagger.", - "has_special": "true", - "durability": null, - "low_alchemy": "12000", - "high_alchemy": "18000", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "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", - "examine": "A vicious black dagger.", - "durability": null, - "low_alchemy": "96", - "high_alchemy": "144", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "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" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "79", - "durability": null, - "name": "Black dagger", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1218" - }, - { - "shop_price": "38", - "ge_buy_limit": "100", - "examine": "Short but pointy.", - "durability": null, - "low_alchemy": "14", - "high_alchemy": "21", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "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" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "56", - "durability": null, - "name": "Iron dagger(p)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1220" - }, - { - "shop_price": "11", - "ge_buy_limit": "100", - "examine": "Short but pointy.", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "render_anim": "2584", - "defence_anim": "378", - "equipment_slot": "3", - "attack_anims": "400,400,401,400", - "grand_exchange_price": "86", - "attack_audios": "2517,2517,2500,2517", - "name": "Bronze dagger(p)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1221", - "bonuses": "4,2,-4,1,0,0,0,0,1,0,0,3,0,0,0" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "86", - "durability": null, - "name": "Bronze dagger(p)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1222" - }, - { - "requirements": "{0,5}", - "shop_price": "135", - "ge_buy_limit": "100", - "examine": "Short but pointy.", - "durability": null, - "low_alchemy": "50", - "high_alchemy": "75", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "render_anim": "2584", - "defence_anim": "378", - "equipment_slot": "3", - "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, - "low_alchemy": "130", - "high_alchemy": "195", - "weight": "0.3", - "attack_speed": "4", - "weapon_interface": "5", - "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, - "low_alchemy": "320", - "high_alchemy": "480", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "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, - "low_alchemy": "3200", - "high_alchemy": "4800", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "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, - "low_alchemy": "12000", - "high_alchemy": "18000", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "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, - "low_alchemy": "96", - "high_alchemy": "144", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "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", - "low_alchemy": "10", - "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, - "high_alchemy": "15", - "weight": "2.2", - "weapon_interface": "14", - "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", - "low_alchemy": "36", - "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, - "high_alchemy": "54", - "weight": "2.2", - "weapon_interface": "14", - "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", - "low_alchemy": "130", - "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, - "high_alchemy": "195", - "weight": "2.2", - "weapon_interface": "14", - "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", - "low_alchemy": "338", - "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, - "high_alchemy": "507", - "weight": "1.8", - "weapon_interface": "14", - "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", - "low_alchemy": "832", - "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, - "high_alchemy": "1248", - "weight": "2", - "weapon_interface": "14", - "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", - "low_alchemy": "8320", - "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, - "high_alchemy": "12480", - "weight": "2.2", - "weapon_interface": "14", - "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", - "low_alchemy": "24960", - "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, - "high_alchemy": "37440", - "weight": "2", - "weapon_interface": "14", - "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", - "low_alchemy": "10", - "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, - "high_alchemy": "15", - "weight": "2.2", - "weapon_interface": "14", - "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", - "low_alchemy": "36", - "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, - "high_alchemy": "54", - "weight": "2.2", - "weapon_interface": "14", - "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", - "low_alchemy": "130", - "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, - "high_alchemy": "195", - "weight": "2.2", - "weapon_interface": "14", - "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", - "low_alchemy": "338", - "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, - "high_alchemy": "507", - "weight": "1.8", - "weapon_interface": "14", - "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", - "low_alchemy": "832", - "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, - "high_alchemy": "1248", - "weight": "2", - "weapon_interface": "14", - "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", - "low_alchemy": "8320", - "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, - "high_alchemy": "12480", - "weight": "2.2", - "weapon_interface": "14", - "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", - "low_alchemy": "24960", - "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, - "high_alchemy": "37440", - "weight": "2", - "weapon_interface": "14", - "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", - "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, - "low_alchemy": "56", - "high_alchemy": "84", - "weight": "2.25", - "attack_speed": "5", - "weapon_interface": "4", - "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, - "low_alchemy": "200", - "high_alchemy": "300", - "weight": "2.25", - "attack_speed": "5", - "weapon_interface": "4", - "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, - "low_alchemy": "1280", - "high_alchemy": "1920", - "weight": "2.7", - "attack_speed": "5", - "weapon_interface": "4", - "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, - "low_alchemy": "520", - "high_alchemy": "780", - "weight": "1.8", - "attack_speed": "5", - "weapon_interface": "4", - "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, - "low_alchemy": "12800", - "high_alchemy": "19200", - "weight": "2.2", - "attack_speed": "5", - "weapon_interface": "4", - "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", - "low_alchemy": "10", - "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", - "archery_ticket_price": "0", - "id": "1277", - "stand_turn_anim": "823", - "bonuses": "4,3,-2,0,0,0,2,1,0,0,0,5,0,0,0", - "shop_price": "33", - "durability": null, - "high_alchemy": "15", - "weight": "1", - "weapon_interface": "5", - "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", - "low_alchemy": "36", - "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, - "high_alchemy": "54", - "weight": "1.8", - "weapon_interface": "5", - "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", - "low_alchemy": "130", - "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, - "high_alchemy": "195", - "weight": "1", - "weapon_interface": "5", - "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", - "low_alchemy": "249", - "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, - "high_alchemy": "374", - "weight": "1", - "weapon_interface": "5", - "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", - "low_alchemy": "338", - "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, - "high_alchemy": "507", - "weight": "1.5", - "weapon_interface": "5", - "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", - "low_alchemy": "832", - "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, - "high_alchemy": "1248", - "weight": "1", - "weapon_interface": "5", - "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", - "low_alchemy": "8320", - "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, - "high_alchemy": "12480", - "weight": "1.8", - "weapon_interface": "5", - "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", - "low_alchemy": "16", - "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, - "high_alchemy": "24", - "weight": "1.8", - "weapon_interface": "6", - "render_anim": "1", - "attack_audios": "2500,2500,2517,2500", - "name": "Bronze longsword" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "14", - "durability": null, - "name": "Bronze longsword", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1292" - }, - { - "ge_buy_limit": "100", - "turn90cw_anim": "821", - "examine": "A razor sharp longsword.", - "walk_anim": "819", - "low_alchemy": "56", - "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", - "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, - "high_alchemy": "84", - "weight": "2", - "weapon_interface": "6", - "render_anim": "1", - "attack_audios": "2500,2500,2517,2500", - "name": "Iron longsword" - }, - { - "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", - "low_alchemy": "200", - "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, - "high_alchemy": "300", - "weight": "2", - "weapon_interface": "6", - "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", - "low_alchemy": "384", - "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, - "high_alchemy": "576", - "weight": "1.8", - "weapon_interface": "6", - "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", - "low_alchemy": "520", - "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, - "high_alchemy": "780", - "weight": "1.5", - "weapon_interface": "6", - "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", - "low_alchemy": "1280", - "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, - "high_alchemy": "1920", - "weight": "2", - "weapon_interface": "6", - "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", - "low_alchemy": "12800", - "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, - "high_alchemy": "19200", - "weight": "1.8", - "weapon_interface": "6", - "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", - "low_alchemy": "40000", - "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, - "high_alchemy": "60000", - "weight": "1.8", - "weapon_interface": "6", - "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", - "low_alchemy": "32", - "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, - "high_alchemy": "48", - "weight": "3.6", - "weapon_interface": "7", - "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", - "low_alchemy": "112", - "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, - "high_alchemy": "168", - "weight": "3.6", - "weapon_interface": "7", - "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", - "low_alchemy": "400", - "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, - "high_alchemy": "600", - "weight": "3", - "weapon_interface": "7", - "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", - "low_alchemy": "768", - "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, - "high_alchemy": "1152", - "weight": "3.6", - "weapon_interface": "7", - "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", - "low_alchemy": "1040", - "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, - "high_alchemy": "1560", - "weight": "3.1", - "weapon_interface": "7", - "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", - "low_alchemy": "2560", - "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, - "high_alchemy": "3840", - "weight": "4", - "weapon_interface": "7", - "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", - "low_alchemy": "25600", - "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, - "high_alchemy": "38400", - "weight": "3.6", - "weapon_interface": "7", - "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", - "low_alchemy": "12", - "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, - "high_alchemy": "18", - "weight": "1", - "weapon_interface": "6", - "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", - "low_alchemy": "44", - "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, - "high_alchemy": "67", - "weight": "1.8", - "weapon_interface": "6", - "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", - "low_alchemy": "160", - "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, - "high_alchemy": "240", - "weight": "1.8", - "weapon_interface": "6", - "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", - "low_alchemy": "307", - "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, - "high_alchemy": "460", - "weight": "1.8", - "weapon_interface": "6", - "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", - "low_alchemy": "416", - "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, - "high_alchemy": "624", - "weight": "1.5", - "weapon_interface": "6", - "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", - "low_alchemy": "1024", - "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, - "high_alchemy": "1536", - "weight": "2", - "weapon_interface": "6", - "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", - "low_alchemy": "10240", - "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, - "high_alchemy": "15360", - "weight": "1.8", - "weapon_interface": "6", - "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", - "low_alchemy": "89", - "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, - "high_alchemy": "134", - "weight": "1.8", - "weapon_interface": "10", - "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", - "low_alchemy": "24", - "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, - "high_alchemy": "36", - "weight": "1", - "weapon_interface": "10", - "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", - "low_alchemy": "256", - "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, - "high_alchemy": "384", - "weight": "1", - "weapon_interface": "10", - "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", - "low_alchemy": "509", - "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, - "high_alchemy": "764", - "weapon_interface": "10", - "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", - "low_alchemy": "863", - "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, - "high_alchemy": "1294", - "weight": "1.5", - "weapon_interface": "10", - "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", - "low_alchemy": "2142", - "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, - "high_alchemy": "3213", - "weight": "2", - "weapon_interface": "10", - "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", - "low_alchemy": "16600", - "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, - "high_alchemy": "24900", - "weight": "1.8", - "weapon_interface": "10", - "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 hatchet.", - "durability": null, - "low_alchemy": "22", - "high_alchemy": "33", - "weight": "1.3", - "attack_speed": "5", - "weapon_interface": "2", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "395,395,401,395", - "grand_exchange_price": "8", - "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 hatchet.", - "durability": null, - "low_alchemy": "6", - "high_alchemy": "9", - "weight": "1.35", - "attack_speed": "5", - "weapon_interface": "2", - "render_anim": "2586", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "395,395,401,395", - "grand_exchange_price": "44", - "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 hatchet.", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "weight": "1.3", - "attack_speed": "5", - "weapon_interface": "2", - "render_anim": "2586", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "395,395,401,395", - "grand_exchange_price": "36", - "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 hatchet.", - "durability": null, - "low_alchemy": "208", - "high_alchemy": "312", - "weight": "1.1", - "attack_speed": "5", - "weapon_interface": "2", - "render_anim": "2586", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "395,395,401,395", - "grand_exchange_price": "141", - "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 hatchet.", - "durability": null, - "low_alchemy": "512", - "high_alchemy": "768", - "weight": "2", - "attack_speed": "5", - "weapon_interface": "2", - "render_anim": "2586", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "395,395,401,395", - "grand_exchange_price": "592", - "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 hatchet.", - "durability": null, - "low_alchemy": "5120", - "high_alchemy": "7680", - "weapon_interface": "2", - "render_anim": "2586", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "395,395,401,395", - "grand_exchange_price": "7495", - "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 hatchet.", - "durability": null, - "low_alchemy": "153", - "high_alchemy": "230", - "weight": "2", - "attack_speed": "5", - "weapon_interface": "2", - "render_anim": "2586", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "395,395,401,395", - "grand_exchange_price": "335", - "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, - "low_alchemy": "72", - "high_alchemy": "109", - "weight": "2.7", - "attack_speed": "6", - "weapon_interface": "2", - "render_anim": "2586", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "395,395,401,395", - "grand_exchange_price": "21", - "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, - "low_alchemy": "260", - "high_alchemy": "390", - "weight": "2.7", - "attack_speed": "6", - "weapon_interface": "2", - "render_anim": "2586", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "395,395,401,395", - "grand_exchange_price": "208", - "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, - "low_alchemy": "499", - "high_alchemy": "748", - "weight": "2.7", - "attack_speed": "6", - "weapon_interface": "2", - "render_anim": "2586", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "395,395,401,395", - "grand_exchange_price": "556", - "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, - "low_alchemy": "676", - "high_alchemy": "1014", - "weight": "2", - "attack_speed": "6", - "weapon_interface": "2", - "render_anim": "2586", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "395,395,401,395", - "grand_exchange_price": "809", - "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, - "low_alchemy": "1664", - "high_alchemy": "2496", - "weight": "3", - "attack_speed": "6", - "weapon_interface": "2", - "render_anim": "2586", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "395,395,401,395", - "grand_exchange_price": "2311", - "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, - "low_alchemy": "16640", - "high_alchemy": "24960", - "weight": "2", - "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": "24800", - "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, - "low_alchemy": "20", - "high_alchemy": "31", - "weight": "2.7", - "attack_speed": "6", - "weapon_interface": "2", - "render_anim": "2586", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "395,395,401,395", - "grand_exchange_price": "15", - "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, - "low_alchemy": "80000", - "high_alchemy": "120000", - "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", - "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", - "low_alchemy": "6", - "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, - "high_alchemy": "9", - "weight": "2", - "weapon_interface": "1", - "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", - "low_alchemy": "600", - "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, - "high_alchemy": "900", - "weight": "2.2", - "weapon_interface": "1", - "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", - "low_alchemy": "600", - "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, - "high_alchemy": "900", - "weight": "2.2", - "weapon_interface": "1", - "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", - "low_alchemy": "600", - "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, - "high_alchemy": "900", - "weight": "2.2", - "weapon_interface": "1", - "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": "1146", - "low_alchemy": "600", - "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": "809", - "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, - "high_alchemy": "900", - "weight": "2.2", - "weapon_interface": "1", - "render_anim": "1426", - "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", - "low_alchemy": "80", - "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, - "high_alchemy": "120", - "weight": "2.2", - "weapon_interface": "1", - "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", - "low_alchemy": "2800", - "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,10,0,2,3,1,10,0,0,32,0,0,0", - "requirements": "{0,30}-{6,30}", - "shop_price": "7000", - "durability": null, - "high_alchemy": "4200", - "weight": "2.25", - "weapon_interface": "1", - "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", - "low_alchemy": "6200", - "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,10,0,2,3,1,10,0,0,35,0,0,0", - "requirements": "{0,30}-{6,30}", - "shop_price": "19600", - "durability": null, - "high_alchemy": "9300", - "weight": "2.25", - "weapon_interface": "1", - "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", - "low_alchemy": "6200", - "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,10,0,2,3,1,10,0,0,35,0,0,0", - "requirements": "{0,30}-{6,30}", - "durability": null, - "high_alchemy": "9300", - "weight": "2.2", - "weapon_interface": "1", - "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", - "low_alchemy": "6200", - "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,10,0,2,3,1,10,0,0,35,0,0,0", - "requirements": "{0,30}-{6,30}", - "shop_price": "7000", - "durability": null, - "high_alchemy": "9300", - "weight": "2.25", - "weapon_interface": "1", - "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", - "low_alchemy": "6200", - "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,10,0,2,3,1,10,0,0,35,0,0,0", - "requirements": "{0,30}-{6,30}", - "shop_price": "1500", - "durability": null, - "high_alchemy": "9300", - "weight": "2.2", - "weapon_interface": "1", - "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", - "low_alchemy": "17000", - "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,10,0,2,3,1,10,0,0,50,0,0,0", - "requirements": "{0,40}-{6,40}", - "durability": null, - "high_alchemy": "25500", - "weight": "2", - "weapon_interface": "1", - "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", - "low_alchemy": "17000", - "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,10,0,2,3,1,10,0,0,50,0,0,0", - "requirements": "{0,40}-{6,40}", - "durability": null, - "high_alchemy": "25500", - "weapon_interface": "1", - "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", - "low_alchemy": "17000", - "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,10,0,2,3,1,10,0,0,50,0,0,0", - "requirements": "{0,40}-{6,40}", - "durability": null, - "high_alchemy": "25500", - "weight": "2.2", - "weapon_interface": "1", - "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", - "low_alchemy": "17000", - "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,10,0,2,3,1,10,0,0,50,0,0,0", - "requirements": "{0,40}-{6,40}", - "shop_price": "40000", - "durability": null, - "high_alchemy": "25500", - "weight": "2.2", - "weapon_interface": "1", - "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, - "low_alchemy": "17000", - "high_alchemy": "25500", - "weight": "2.2", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "weapon_interface": "1", - "turn180_anim": "1206", - "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", - "low_alchemy": "17000", - "high_alchemy": "25500", - "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", - "render_anim": "1383", - "defence_anim": "383", - "equipment_slot": "3", - "attack_anims": "382,382,382,382", - "stand_anim": "847", - "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, - "low_alchemy": "25", - "high_alchemy": "37", - "weight": "1.8", - "attack_speed": "5", - "weapon_interface": "8", - "defence_anim": "403", - "equipment_slot": "3", - "attack_anims": "401,401,400,401", - "grand_exchange_price": "7", - "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, - "low_alchemy": "7", - "high_alchemy": "10", - "weight": "1.79", - "attack_speed": "5", - "weapon_interface": "8", - "defence_anim": "403", - "equipment_slot": "3", - "attack_anims": "401,401,400,401", - "grand_exchange_price": "12", - "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, - "low_alchemy": "90", - "high_alchemy": "135", - "weight": "1.79", - "attack_speed": "5", - "weapon_interface": "8", - "defence_anim": "403", - "equipment_slot": "3", - "attack_anims": "401,401,400,401", - "grand_exchange_price": "31", - "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, - "low_alchemy": "172", - "high_alchemy": "258", - "weight": "1.79", - "attack_speed": "5", - "weapon_interface": "8", - "defence_anim": "403", - "equipment_slot": "3", - "attack_anims": "401,401,400,401", - "grand_exchange_price": "954", - "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, - "low_alchemy": "234", - "high_alchemy": "351", - "weight": "1.5", - "attack_speed": "5", - "weapon_interface": "8", - "defence_anim": "403", - "equipment_slot": "3", - "attack_anims": "401,401,400,401", - "grand_exchange_price": "157", - "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, - "low_alchemy": "576", - "high_alchemy": "864", - "weight": "2", - "attack_speed": "5", - "weapon_interface": "8", - "defence_anim": "403", - "equipment_slot": "3", - "attack_anims": "401,401,400,401", - "grand_exchange_price": "673", - "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, - "low_alchemy": "5760", - "high_alchemy": "8640", - "weight": "1.79", - "attack_speed": "5", - "weapon_interface": "8", - "defence_anim": "403", - "equipment_slot": "3", - "attack_anims": "401,401,400,401", - "lendable": "true", - "grand_exchange_price": "8380", - "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, - "low_alchemy": "20000", - "high_alchemy": "30000", - "weight": "1.8", - "attack_speed": "5", - "weapon_interface": "8", - "defence_anim": "403", - "equipment_slot": "3", - "attack_anims": "401,401,400,401", - "lendable": "true", - "grand_exchange_price": "29300", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "10", - "high_alchemy": "15", - "archery_ticket_price": "0", - "id": "1464" - }, - { - "examine": "For use on daggers and projectiles.", - "grand_exchange_price": "36", - "durability": null, - "name": "Weapon poison", - "tradeable": "true", - "low_alchemy": "57", - "high_alchemy": "86", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "equipment_slot": "2", - "grand_exchange_price": "2870", - "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" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "2870", - "durability": null, - "name": "Amulet of accuracy", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1479" - }, - { - "examine": "A magical sphere that glimmers within.", - "durability": null, - "name": "Orb of light", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "5", - "archery_ticket_price": "0", - "id": "1481" - }, - { - "examine": "A magical sphere that glimmers within.", - "durability": null, - "name": "Orb of light", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "5", - "archery_ticket_price": "0", - "id": "1482" - }, - { - "examine": "A magical sphere that glimmers within.", - "durability": null, - "name": "Orb of light", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "5", - "archery_ticket_price": "0", - "id": "1483" - }, - { - "examine": "A magical sphere that glimmers within.", - "durability": null, - "name": "Orb of light", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "5", - "archery_ticket_price": "0", - "id": "1484" - }, - { - "examine": "A damp, wet cloth.", - "durability": null, - "name": "Damp cloth", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "1485" - }, - { - "examine": "A broken piece of railing.", - "durability": null, - "name": "Piece of railing", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "2", - "archery_ticket_price": "0", - "id": "1486" - }, - { - "examine": "This horn has restorative properties.", - "grand_exchange_price": "1159", - "durability": null, - "name": "Unicorn horn", - "tradeable": "true", - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "1", - "archery_ticket_price": "0", - "id": "1487" - }, - { - "examine": "A coat of arms of the Ardougne Paladins.", - "durability": null, - "name": "Paladin's badge", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "1488" - }, - { - "examine": "A coat of arms of the Ardougne Paladins.", - "durability": null, - "name": "Paladin's badge", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "1489" - }, - { - "examine": "A coat of arms of the Ardougne Paladins.", - "durability": null, - "name": "Paladin's badge", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "1490" - }, - { - "examine": "On the ground: Curiosity has yet to kill this one...", - "durability": null, - "name": "Witch's cat", - "weight": "1.2", - "archery_ticket_price": "0", - "id": "1491" - }, - { - "examine": "A simple doll with Iban's likeness.", - "durability": null, - "name": "Doll of iban", - "weight": "1", - "archery_ticket_price": "0", - "id": "1492" - }, - { - "examine": "An account of the last times of someone.", - "durability": null, - "name": "Old journal", - "archery_ticket_price": "0", - "id": "1493" - }, - { - "examine": "The tale of Iban.", - "durability": null, - "name": "History of iban", - "weight": "0.2", - "archery_ticket_price": "0", - "id": "1494" - }, - { - "shop_price": "5000", - "examine": "Strong dwarvish gloves.", - "durability": null, - "name": "Klank's gauntlets", - "low_alchemy": "2", - "high_alchemy": "3", - "weight": "0.2", - "archery_ticket_price": "0", - "id": "1495", - "bonuses": "2,2,2,0,0,8,9,7,0,0,5,2,0,0,0", - "equipment_slot": "9" - }, - { - "examine": "I thought you only saw these in pairs?", - "durability": null, - "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" - }, - { - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "archery_ticket_price": "0", - "id": "1503" - }, - { - "examine": "It doesn't look very tasty.", - "durability": null, - "name": "Hangover cure", - "high_alchemy": "1", - "weight": "2", - "archery_ticket_price": "0", - "id": "1504" - }, - { - "examine": "Maybe I should read this...", - "durability": null, - "name": "A magic scroll", - "archery_ticket_price": "0", - "id": "1505" - }, - { - "remove_head": "true", - "examine": "Stops me from breathing nasty stuff!", - "durability": null, - "name": "Gas mask", - "high_alchemy": "1", - "weight": "0.25", - "archery_ticket_price": "0", - "id": "1506", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "examine": "Quite a small key (Plague City).", - "durability": null, - "name": "A small key", - "archery_ticket_price": "0", - "id": "1507" - }, - { - "examine": "It seems to say \"hongorer lure\"...", - "durability": null, - "name": "A scruffy note", - "archery_ticket_price": "0", - "id": "1508" - }, - { - "examine": "A picture of a lady called Elena.", - "durability": null, - "name": "Picture", - "weight": "0.4", - "archery_ticket_price": "0", - "id": "1510" - }, - { - "shop_price": "4", - "ge_buy_limit": "25000", - "examine": "A number of wooden logs.", - "grand_exchange_price": "120", - "durability": null, - "name": "Logs", - "tradeable": "true", - "low_alchemy": "1", - "high_alchemy": "2", - "weight": "2", - "archery_ticket_price": "0", - "id": "1511" - }, - { - "ge_buy_limit": "25000", - "grand_exchange_price": "279", - "durability": null, - "name": "Logs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1512" - }, - { - "ge_buy_limit": "25000", - "examine": "Logs cut from a magic tree.", - "grand_exchange_price": "680", - "durability": null, - "name": "Magic logs", - "tradeable": "true", - "low_alchemy": "128", - "high_alchemy": "192", - "weight": "2", - "archery_ticket_price": "0", - "id": "1513" - }, - { - "ge_buy_limit": "25000", - "grand_exchange_price": "1581", - "durability": null, - "name": "Magic logs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1514" - }, - { - "ge_buy_limit": "25000", - "examine": "Logs cut from a yew tree.", - "grand_exchange_price": "320", - "durability": null, - "name": "Yew logs", - "tradeable": "true", - "low_alchemy": "64", - "high_alchemy": "96", - "weight": "2", - "archery_ticket_price": "0", - "id": "1515" - }, - { - "ge_buy_limit": "25000", - "grand_exchange_price": "532", - "durability": null, - "name": "Yew logs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1516" - }, - { - "ge_buy_limit": "25000", - "examine": "Logs cut from a maple tree.", - "grand_exchange_price": "160", - "durability": null, - "name": "Maple logs", - "tradeable": "true", - "low_alchemy": "32", - "high_alchemy": "48", - "weight": "2", - "archery_ticket_price": "0", - "id": "1517" - }, - { - "ge_buy_limit": "25000", - "grand_exchange_price": "20", - "durability": null, - "name": "Maple logs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1518" - }, - { - "ge_buy_limit": "25000", - "examine": "Logs cut from a willow tree.", - "grand_exchange_price": "80", - "durability": null, - "name": "Willow logs", - "tradeable": "true", - "low_alchemy": "16", - "high_alchemy": "24", - "weight": "2", - "archery_ticket_price": "0", - "id": "1519" - }, - { - "ge_buy_limit": "25000", - "grand_exchange_price": "11", - "durability": null, - "name": "Willow logs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1520" - }, - { - "ge_buy_limit": "25000", - "examine": "Logs cut from an Oak Tree.", - "grand_exchange_price": "140", - "durability": null, - "name": "Oak logs", - "tradeable": "true", - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "2", - "archery_ticket_price": "0", - "id": "1521" - }, - { - "ge_buy_limit": "25000", - "grand_exchange_price": "153", - "durability": null, - "name": "Oak logs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1522" - }, - { - "shop_price": "20", - "ge_buy_limit": "100", - "examine": "For picking tough locks.", - "grand_exchange_price": "1311", - "durability": null, - "name": "Lockpick", - "tradeable": "true", - "low_alchemy": "8", - "high_alchemy": "12", - "archery_ticket_price": "0", - "id": "1523" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "1311", - "durability": null, - "name": "Lockpick", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1524" - }, - { - "examine": "I need to clean this herb before I can use it.", - "durability": null, - "name": "Grimy snake weed", - "archery_ticket_price": "0", - "id": "1525" - }, - { - "examine": "A fresh herb.", - "durability": null, - "name": "Clean snake weed", - "low_alchemy": "2", - "high_alchemy": "3", - "archery_ticket_price": "0", - "id": "1526" - }, - { - "examine": "I need to clean this herb before I can use it.", - "durability": null, - "name": "Grimy ardrigal", - "weight": "0.2", - "archery_ticket_price": "0", - "id": "1527" - }, - { - "examine": "A fresh herb.", - "durability": null, - "name": "Clean ardrigal", - "low_alchemy": "2", - "high_alchemy": "3", - "weight": "0.2", - "archery_ticket_price": "0", - "id": "1528" - }, - { - "examine": "I need to clean this herb before I can use it.", - "durability": null, - "name": "Grimy sito foil", - "archery_ticket_price": "0", - "id": "1529" - }, - { - "examine": "A fresh herb.", - "durability": null, - "name": "Clean sito foil", - "low_alchemy": "2", - "high_alchemy": "3", - "archery_ticket_price": "0", - "id": "1530" - }, - { - "examine": "I need to clean this herb before I can use it.", - "durability": null, - "name": "Grimy volencia moss", - "archery_ticket_price": "0", - "id": "1531" - }, - { - "examine": "A fresh herb.", - "durability": null, - "name": "Clean volencia moss", - "low_alchemy": "2", - "high_alchemy": "3", - "archery_ticket_price": "0", - "id": "1532" - }, - { - "examine": "I need to clean this herb before I can use it.", - "durability": null, - "name": "Grimy rogue's purse", - "archery_ticket_price": "0", - "id": "1533" - }, - { - "examine": "A fresh herb.", - "durability": null, - "name": "Clean rogue's purse", - "low_alchemy": "2", - "high_alchemy": "3", - "archery_ticket_price": "0", - "id": "1534" - }, - { - "examine": "A piece of map.", - "durability": null, - "name": "Map part", - "archery_ticket_price": "0", - "id": "1535" - }, - { - "examine": "A piece of map.", - "durability": null, - "name": "Map part", - "archery_ticket_price": "0", - "id": "1536" - }, - { - "examine": "A piece of map.", - "durability": null, - "name": "Map part", - "archery_ticket_price": "0", - "id": "1537" - }, - { - "examine": "A map of the route to Crandor.", - "durability": null, - "name": "Crandor map", - "archery_ticket_price": "0", - "id": "1538" - }, - { - "shop_price": "52", - "ge_buy_limit": "10000", - "examine": "Keeps things in place fairly permanently.", - "grand_exchange_price": "59", - "durability": null, - "name": "Steel nails", - "tradeable": "true", - "low_alchemy": "20", - "high_alchemy": "31", - "archery_ticket_price": "0", - "id": "1539" - }, - { - "ge_buy_limit": "100", - "examine": "This provides partial protection from dragon-breath attacks.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "5.4", - "equipment_slot": "5", - "grand_exchange_price": "637", - "name": "Anti-dragon shield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1540", - "bonuses": "0,0,0,0,0,7,9,8,2,8,0,0,0,0,0" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "637", - "durability": null, - "name": "Anti-dragon shield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1541" - }, - { - "shop_price": "1", - "examine": "A key to Melzar's Maze.", - "durability": null, - "name": "Maze key", - "archery_ticket_price": "0", - "id": "1542" - }, - { - "destroy_message": "You can get another from Dr Harlow in the Blue Moon Inn of Varrock.", - "examine": "A very pointy stick.", - "durability": null, - "name": "Stake", - "tradeable": "false", - "destroy": "true", - "archery_ticket_price": "0", - "id": "1549", - "equipment_slot": "5" - }, - { - "ge_buy_limit": "100", - "examine": "Deters vampires.", - "grand_exchange_price": "20", - "durability": null, - "name": "Garlic", - "tradeable": "true", - "low_alchemy": "1", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "1550" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "20", - "durability": null, - "name": "Garlic", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1551" - }, - { - "examine": "Sardine flavoured with doogle leaves.", - "durability": null, - "name": "Doogle sardine", - "low_alchemy": "4", - "tradeable": "false", - "high_alchemy": "6", - "destroy": "true", - "archery_ticket_price": "0", - "id": "1552" - }, - { - "examine": "This kitten seems to like you.", - "durability": null, - "name": "Pet kitten", - "archery_ticket_price": "0", - "id": "1555" - }, - { - "examine": "This kitten seems to like you.", - "durability": null, - "name": "Pet kitten", - "archery_ticket_price": "0", - "id": "1556" - }, - { - "examine": "This kitten seems to like you.", - "durability": null, - "name": "Pet kitten", - "archery_ticket_price": "0", - "id": "1557" - }, - { - "examine": "This kitten seems to like you.", - "durability": null, - "name": "Pet kitten", - "archery_ticket_price": "0", - "id": "1558" - }, - { - "examine": "This kitten seems to like you.", - "durability": null, - "name": "Pet kitten", - "archery_ticket_price": "0", - "id": "1559" - }, - { - "examine": "This kitten seems to like you.", - "durability": null, - "name": "Pet kitten", - "archery_ticket_price": "0", - "id": "1560" - }, - { - "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", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "1573" - }, - { - "examine": "For feline training expertise.", - "durability": null, - "name": "Cat training medal", - "low_alchemy": "140", - "high_alchemy": "210", - "archery_ticket_price": "0", - "id": "1575", - "equipment_slot": "2" - }, - { - "examine": "Candlestick used during Heroes' Quest.", - "durability": null, - "name": "Pete's candlestick", - "tradeable": "true", - "low_alchemy": "2", - "high_alchemy": "3", - "archery_ticket_price": "0", - "id": "1577" - }, - { - "durability": null, - "name": "Pete's candlestick", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1578" - }, - { - "examine": "This denotes a Master Thief.", - "durability": null, - "name": "Thieves' armband", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "1579" - }, - { - "examine": "These will keep my hands cold!", - "durability": null, - "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" - }, - { - "examine": "Yuck.", - "durability": null, - "name": "Blamish snail slime", - "weight": "1", - "archery_ticket_price": "0", - "id": "1581" - }, - { - "examine": "Made from the finest snail slime.", - "durability": null, - "name": "Blamish oil", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "1582" - }, - { - "examine": "Firebird feather.", - "durability": null, - "name": "Fire feather", - "archery_ticket_price": "0", - "id": "1583" - }, - { - "examine": "Apparently my name is Hartigan", - "durability": null, - "name": "Id papers", - "tradeable": "false", - "destroy": "true", - "archery_ticket_price": "0", - "id": "1584" - }, - { - "examine": "Useful for catching lava eels.", - "durability": null, - "name": "Oily fishing rod", - "low_alchemy": "6", - "high_alchemy": "9", - "weight": "1", - "archery_ticket_price": "0", - "id": "1585" - }, - { - "examine": "This is of use in completing Heroes' Quest. (Heroes' Quest)", - "durability": null, - "name": "Miscellaneous key", - "tradeable": "true", - "weight": "0.01", - "archery_ticket_price": "0", - "id": "1586" - }, - { - "durability": null, - "name": "Miscellaneous key", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1587" - }, - { - "examine": "The key I got from Grip. (Heroes' Quest)", - "durability": null, - "name": "Grips' key ring", - "archery_ticket_price": "0", - "id": "1588" - }, - { - "shop_price": "1", - "examine": "I wonder what this unlocks. (Heroes' Quest)", - "durability": null, - "name": "Dusty key", - "archery_ticket_price": "0", - "id": "1590" - }, - { - "examine": "Key to a cell. (Heroes' Quest)", - "durability": null, - "name": "Jail key", - "archery_ticket_price": "0", - "id": "1591" - }, - { - "shop_price": "5", - "ge_buy_limit": "100", - "examine": "Used to make gold rings.", - "grand_exchange_price": "316", - "durability": null, - "name": "Ring mould", - "tradeable": "true", - "low_alchemy": "2", - "high_alchemy": "3", - "weight": "0.4", - "archery_ticket_price": "0", - "id": "1592" - }, - { - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "800", - "high_alchemy": "1200", - "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", - "examine": "This looks valuable.", - "grand_exchange_price": "1598", - "durability": null, - "name": "Ruby", - "tradeable": "true", - "low_alchemy": "400", - "high_alchemy": "600", - "archery_ticket_price": "0", - "id": "1603" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "1598", - "durability": null, - "name": "Ruby", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1604" - }, - { - "shop_price": "350", - "ge_buy_limit": "1000", - "examine": "This looks valuable.", - "grand_exchange_price": "853", - "durability": null, - "name": "Emerald", - "tradeable": "true", - "low_alchemy": "200", - "high_alchemy": "300", - "archery_ticket_price": "0", - "id": "1605" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "853", - "durability": null, - "name": "Emerald", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1606" - }, - { - "shop_price": "175", - "ge_buy_limit": "1000", - "examine": "This looks valuable.", - "grand_exchange_price": "520", - "durability": null, - "name": "Sapphire", - "tradeable": "true", - "low_alchemy": "100", - "high_alchemy": "150", - "archery_ticket_price": "0", - "id": "1607" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "520", - "durability": null, - "name": "Sapphire", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1608" - }, - { - "ge_buy_limit": "1000", - "examine": "A semi precious stone.", - "grand_exchange_price": "44", - "durability": null, - "name": "Opal", - "tradeable": "true", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "1609" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "41", - "durability": null, - "name": "Opal", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1610" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "84", - "durability": null, - "name": "Jade", - "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", - "examine": "A semi precious stone.", - "grand_exchange_price": "120", - "durability": null, - "name": "Red topaz", - "tradeable": "true", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "examine": "This looks valuable.", - "grand_exchange_price": "27400", - "durability": null, - "name": "Dragonstone", - "tradeable": "true", - "low_alchemy": "4000", - "high_alchemy": "6000", - "weight": "0.3", - "archery_ticket_price": "0", - "id": "1615" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "27400", - "durability": null, - "name": "Dragonstone", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1616" - }, - { - "ge_buy_limit": "500", - "examine": "An uncut diamond.", - "grand_exchange_price": "2160", - "tokkul_price": "300", - "durability": null, - "name": "Uncut diamond", - "tradeable": "true", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "10", - "high_alchemy": "15", - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "16", - "high_alchemy": "24", - "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.", - "tokkul_price": "1500", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "weight": "0.3", - "grand_exchange_price": "31700", - "name": "Uncut dragonstone", - "tradeable": "true", - "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", - "low_alchemy": "140", - "high_alchemy": "210", - "destroy": "true", - "archery_ticket_price": "0", - "id": "1635", - "equipment_slot": "12" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "165", - "durability": null, - "name": "Gold ring", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1636" - }, - { - "ge_buy_limit": "5000", - "examine": "A valuable ring.", - "grand_exchange_price": "561", - "durability": null, - "name": "Sapphire ring", - "tradeable": "true", - "low_alchemy": "360", - "high_alchemy": "540", - "archery_ticket_price": "0", - "id": "1637", - "equipment_slot": "12" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "561", - "durability": null, - "name": "Sapphire ring", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1638" - }, - { - "ge_buy_limit": "5000", - "examine": "A valuable ring.", - "grand_exchange_price": "884", - "durability": null, - "name": "Emerald ring", - "tradeable": "true", - "low_alchemy": "510", - "high_alchemy": "765", - "archery_ticket_price": "0", - "id": "1639", - "equipment_slot": "12" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "884", - "durability": null, - "name": "Emerald ring", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1640" - }, - { - "shop_price": "2025", - "ge_buy_limit": "5000", - "examine": "A valuable ring.", - "grand_exchange_price": "1110", - "durability": null, - "name": "Ruby ring", - "tradeable": "true", - "low_alchemy": "810", - "high_alchemy": "1215", - "archery_ticket_price": "0", - "id": "1641", - "equipment_slot": "12" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "1110", - "durability": null, - "name": "Ruby ring", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1642" - }, - { - "shop_price": "3172", - "ge_buy_limit": "5000", - "examine": "A valuable ring.", - "grand_exchange_price": "4416", - "durability": null, - "name": "Diamond ring", - "tradeable": "true", - "low_alchemy": "1410", - "high_alchemy": "2115", - "archery_ticket_price": "0", - "id": "1643", - "equipment_slot": "12" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "4416", - "durability": null, - "name": "Diamond ring", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1644" - }, - { - "shop_price": "7750", - "ge_buy_limit": "100", - "examine": "A valuable ring.", - "grand_exchange_price": "26700", - "durability": null, - "name": "Dragonstone ring", - "tradeable": "true", - "low_alchemy": "7050", - "high_alchemy": "10575", - "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", - "low_alchemy": "360", - "high_alchemy": "540", - "archery_ticket_price": "0", - "id": "1649" - }, - { - "examine": "A valuable ring.", - "grand_exchange_price": "993", - "durability": null, - "name": "Emerald ring", - "tradeable": "true", - "low_alchemy": "510", - "high_alchemy": "765", - "archery_ticket_price": "0", - "id": "1650" - }, - { - "shop_price": "2025", - "examine": "A valuable ring.", - "grand_exchange_price": "1125", - "durability": null, - "name": "Ruby ring", - "tradeable": "true", - "low_alchemy": "810", - "high_alchemy": "1215", - "archery_ticket_price": "0", - "id": "1651" - }, - { - "shop_price": "3172", - "examine": "A valuable ring.", - "grand_exchange_price": "3622", - "durability": null, - "name": "Diamond ring", - "tradeable": "true", - "low_alchemy": "1410", - "high_alchemy": "2115", - "archery_ticket_price": "0", - "id": "1652" - }, - { - "shop_price": "7750", - "examine": "A valuable ring.", - "grand_exchange_price": "19606", - "durability": null, - "name": "Dragonstone ring", - "tradeable": "true", - "low_alchemy": "7050", - "high_alchemy": "10575", - "archery_ticket_price": "0", - "id": "1653" - }, - { - "shop_price": "450", - "ge_buy_limit": "5000", - "examine": "I wonder if this is valuable.", - "grand_exchange_price": "185", - "durability": null, - "name": "Gold necklace", - "tradeable": "true", - "low_alchemy": "180", - "high_alchemy": "270", - "archery_ticket_price": "0", - "id": "1654", - "equipment_slot": "2" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "185", - "durability": null, - "name": "Gold necklace", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1655" - }, - { - "shop_price": "945", - "ge_buy_limit": "5000", - "examine": "I wonder if this is valuable.", - "grand_exchange_price": "534", - "durability": null, - "name": "Sapphire necklace", - "tradeable": "true", - "low_alchemy": "420", - "high_alchemy": "630", - "archery_ticket_price": "0", - "id": "1656", - "equipment_slot": "2" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "534", - "durability": null, - "name": "Sapphire necklace", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1657" - }, - { - "shop_price": "1425", - "ge_buy_limit": "5000", - "examine": "I wonder if this is valuable.", - "grand_exchange_price": "781", - "durability": null, - "name": "Emerald necklace", - "tradeable": "true", - "low_alchemy": "570", - "high_alchemy": "855", - "archery_ticket_price": "0", - "id": "1658", - "equipment_slot": "2" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "781", - "durability": null, - "name": "Emerald necklace", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1659" - }, - { - "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", - "low_alchemy": "870", - "high_alchemy": "1305", - "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", - "low_alchemy": "1470", - "high_alchemy": "2205", - "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", - "low_alchemy": "7350", - "high_alchemy": "11025", - "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", - "low_alchemy": "420", - "high_alchemy": "630", - "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", - "low_alchemy": "570", - "high_alchemy": "855", - "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", - "low_alchemy": "870", - "high_alchemy": "1305", - "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", - "low_alchemy": "1470", - "high_alchemy": "2205", - "archery_ticket_price": "0", - "id": "1671" - }, - { - "examine": "I wonder if this is valuable.", - "grand_exchange_price": "23010", - "durability": null, - "name": "Dragon necklace", - "tradeable": "true", - "low_alchemy": "7350", - "high_alchemy": "11025", - "archery_ticket_price": "0", - "id": "1672" - }, - { - "shop_price": "350", - "ge_buy_limit": "5000", - "examine": "A plain gold amulet.", - "grand_exchange_price": "172", - "durability": null, - "name": "Gold amulet", - "tradeable": "true", - "low_alchemy": "140", - "high_alchemy": "210", - "archery_ticket_price": "0", - "id": "1673" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "172", - "durability": null, - "name": "Gold amulet", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1674" - }, - { - "shop_price": "810", - "ge_buy_limit": "5000", - "examine": "I wonder if I can get this enchanted.", - "grand_exchange_price": "473", - "durability": null, - "name": "Sapphire amulet", - "tradeable": "true", - "low_alchemy": "360", - "high_alchemy": "540", - "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": "I wonder if I can get this enchanted.", - "grand_exchange_price": "695", - "durability": null, - "name": "Emerald amulet", - "tradeable": "true", - "low_alchemy": "510", - "high_alchemy": "765", - "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": "I wonder if I can get this enchanted.", - "grand_exchange_price": "1268", - "durability": null, - "name": "Ruby amulet", - "tradeable": "true", - "low_alchemy": "810", - "high_alchemy": "1215", - "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": "I wonder if I can get this enchanted.", - "grand_exchange_price": "3359", - "durability": null, - "name": "Diamond amulet", - "tradeable": "true", - "low_alchemy": "1410", - "high_alchemy": "2115", - "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": "I wonder if I can get this enchanted.", - "grand_exchange_price": "26900", - "durability": null, - "name": "Dragonstone ammy", - "tradeable": "true", - "low_alchemy": "7050", - "high_alchemy": "10575", - "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.", - "grand_exchange_price": "417", - "durability": null, - "name": "Sapphire amulet", - "tradeable": "true", - "low_alchemy": "360", - "high_alchemy": "540", - "archery_ticket_price": "0", - "id": "1687" - }, - { - "shop_price": "1147", - "examine": "I wonder if I can get this enchanted.", - "grand_exchange_price": "648", - "durability": null, - "name": "Emerald amulet", - "tradeable": "true", - "low_alchemy": "510", - "high_alchemy": "765", - "archery_ticket_price": "0", - "id": "1688" - }, - { - "shop_price": "2025", - "examine": "I wonder if I can get this enchanted.", - "grand_exchange_price": "1098", - "durability": null, - "name": "Ruby amulet", - "tradeable": "true", - "low_alchemy": "810", - "high_alchemy": "1215", - "destroy": "true", - "archery_ticket_price": "0", - "id": "1689" - }, - { - "shop_price": "3307", - "examine": "I wonder if I can get this enchanted.", - "grand_exchange_price": "1993", - "durability": null, - "name": "Diamond amulet", - "tradeable": "true", - "low_alchemy": "1410", - "high_alchemy": "2115", - "archery_ticket_price": "0", - "id": "1690" - }, - { - "examine": "I wonder if I can get this enchanted.", - "grand_exchange_price": "18436", - "durability": null, - "name": "Dragonstone ammy", - "tradeable": "true", - "low_alchemy": "7050", - "high_alchemy": "10575", - "archery_ticket_price": "0", - "id": "1691" - }, - { - "shop_price": "350", - "ge_buy_limit": "5000", - "examine": "A plain gold amulet.", - "grand_exchange_price": "137", - "durability": null, - "name": "Gold amulet", - "tradeable": "true", - "low_alchemy": "140", - "high_alchemy": "210", - "archery_ticket_price": "0", - "id": "1692", - "equipment_slot": "2" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "137", - "durability": null, - "name": "Gold amulet", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1693" - }, - { - "shop_price": "810", - "ge_buy_limit": "5000", - "examine": "I wonder if I can get this enchanted.", - "grand_exchange_price": "435", - "durability": null, - "name": "Sapphire amulet", - "tradeable": "true", - "low_alchemy": "360", - "high_alchemy": "540", - "archery_ticket_price": "0", - "id": "1694", - "equipment_slot": "2" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "435", - "durability": null, - "name": "Sapphire amulet", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1695" - }, - { - "shop_price": "1147", - "ge_buy_limit": "5000", - "examine": "I wonder if I can get this enchanted.", - "grand_exchange_price": "659", - "durability": null, - "name": "Emerald amulet", - "tradeable": "true", - "low_alchemy": "510", - "high_alchemy": "765", - "archery_ticket_price": "0", - "id": "1696", - "equipment_slot": "2" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "659", - "durability": null, - "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.", - "durability": null, - "low_alchemy": "810", - "high_alchemy": "1215", - "destroy": "true", - "equipment_slot": "2", - "grand_exchange_price": "1115", - "name": "Ruby amulet", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1698" - }, - { - "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", - "low_alchemy": "1410", - "high_alchemy": "2115", - "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", - "examine": "I wonder if I can get this enchanted.", - "grand_exchange_price": "27100", - "durability": null, - "name": "Dragonstone ammy", - "tradeable": "true", - "low_alchemy": "7050", - "high_alchemy": "10575", - "archery_ticket_price": "0", - "id": "1702", - "equipment_slot": "2" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "27100", - "durability": null, - "name": "Dragonstone ammy", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1703" - }, - { - "ge_buy_limit": "100", - "examine": "A very powerful dragonstone amulet.", - "grand_exchange_price": "28000", - "durability": null, - "name": "Amulet of glory", - "tradeable": "true", - "low_alchemy": "7050", - "high_alchemy": "10575", - "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" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "28000", - "examine": "Swap this note at any bank for the equivalent item.", - "durability": null, - "name": "Amulet of glory", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1705" - }, - { - "examine": "A dragonstone amulet with 1 magic charge.", - "grand_exchange_price": "1", - "durability": null, - "name": "Amulet of glory(1)", - "tradeable": "true", - "low_alchemy": "7050", - "high_alchemy": "10575", - "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" - }, - { - "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", - "low_alchemy": "7050", - "high_alchemy": "10575", - "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", - "low_alchemy": "7050", - "high_alchemy": "10575", - "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", - "examine": "A dragonstone amulet with 4 magic charges.", - "grand_exchange_price": "29300", - "durability": null, - "name": "Amulet of glory(4)", - "tradeable": "true", - "low_alchemy": "7050", - "high_alchemy": "10575", - "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" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "29300", - "examine": "Swap this note at any bank for the equivalent item.", - "durability": null, - "name": "Amulet of glory(4)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1713" - }, - { - "shop_price": "200", - "ge_buy_limit": "5000", - "examine": "It needs a string so I can wear it.", - "grand_exchange_price": "83", - "durability": null, - "name": "Unstrung symbol", - "tradeable": "true", - "low_alchemy": "80", - "high_alchemy": "120", - "archery_ticket_price": "0", - "id": "1714" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "83", - "durability": null, - "name": "Unstrung symbol", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1715" - }, - { - "shop_price": "120", - "ge_buy_limit": "5000", - "examine": "A symbol of Saradomin.", - "grand_exchange_price": "29", - "durability": null, - "name": "Unblessed symbol", - "tradeable": "true", - "low_alchemy": "80", - "high_alchemy": "120", - "archery_ticket_price": "0", - "id": "1716", - "equipment_slot": "2" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "29", - "durability": null, - "name": "Unblessed symbol", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1717" - }, - { - "shop_price": "300", - "ge_buy_limit": "5000", - "examine": "A blessed holy symbol of Saradomin.", - "durability": null, - "low_alchemy": "120", - "high_alchemy": "180", - "equipment_slot": "2", - "grand_exchange_price": "88", - "name": "Holy symbol", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1718", - "bonuses": "0,0,0,0,0,2,2,2,2,2,3,0,8,0,0" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "88", - "durability": null, - "name": "Holy symbol", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1719" - }, - { - "ge_buy_limit": "5000", - "examine": "It needs a string so I can wear it.", - "grand_exchange_price": "178", - "durability": null, - "name": "Unstrung emblem", - "tradeable": "true", - "low_alchemy": "80", - "high_alchemy": "120", - "archery_ticket_price": "0", - "id": "1720" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "178", - "durability": null, - "name": "Unstrung emblem", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1721" - }, - { - "shop_price": "120", - "ge_buy_limit": "5000", - "examine": "An unholy symbol of Zamorak.", - "grand_exchange_price": "24", - "durability": null, - "name": "Unpowered symbol", - "tradeable": "true", - "low_alchemy": "80", - "high_alchemy": "120", - "archery_ticket_price": "0", - "id": "1722", - "equipment_slot": "2" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "24", - "durability": null, - "name": "Unpowered symbol", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1723" - }, - { - "shop_price": "135", - "ge_buy_limit": "5000", - "examine": "An unholy symbol of Zamorak.", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "equipment_slot": "2", - "grand_exchange_price": "57", - "name": "Unholy symbol", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1724", - "bonuses": "2,2,2,2,2,0,0,0,0,0,0,0,8,0,0" - }, - { - "ge_buy_limit": "5000", - "examine": "An enchanted ruby amulet.", - "grand_exchange_price": "1247", - "durability": null, - "name": "Amulet of strength", - "tradeable": "true", - "low_alchemy": "810", - "high_alchemy": "1215", - "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" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "1247", - "durability": null, - "name": "Amulet of strength", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1726" - }, - { - "shop_price": "900", - "ge_buy_limit": "5000", - "examine": "An enchanted sapphire amulet of magic.", - "durability": null, - "low_alchemy": "360", - "high_alchemy": "540", - "equipment_slot": "2", - "grand_exchange_price": "519", - "name": "Amulet of magic", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1727", - "bonuses": "0,0,0,10,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "519", - "durability": null, - "name": "Amulet of magic", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1728" - }, - { - "shop_price": "1275", - "ge_buy_limit": "5000", - "examine": "An enchanted emerald amulet of protection.", - "durability": null, - "low_alchemy": "510", - "high_alchemy": "765", - "equipment_slot": "2", - "grand_exchange_price": "721", - "name": "Amulet of defence", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1729", - "bonuses": "0,0,0,0,0,7,7,7,7,7,7,0,0,0,0" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "721", - "durability": null, - "name": "Amulet of defence", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1730" - }, - { - "shop_price": "3525", - "ge_buy_limit": "5000", - "examine": "An enchanted diamond amulet of power.", - "durability": null, - "low_alchemy": "1410", - "high_alchemy": "2115", - "equipment_slot": "2", - "grand_exchange_price": "2573", - "name": "Amulet of power", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1731", - "bonuses": "6,6,6,6,6,6,6,6,6,6,6,6,1,0,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", - "ge_buy_limit": "5000", - "examine": "Used with a thread to make clothes.", - "grand_exchange_price": "5", - "durability": null, - "name": "Needle", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1733" - }, - { - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "examine": "I think this came from a sheep.", - "grand_exchange_price": "160", - "durability": null, - "name": "Wool", - "tradeable": "true", - "weight": "0.14", - "archery_ticket_price": "0", - "id": "1737" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "160", - "durability": null, - "name": "Wool", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1738" - }, - { - "ge_buy_limit": "10000", - "examine": "I should take this to the tannery.", - "grand_exchange_price": "140", - "durability": null, - "name": "Cowhide", - "tradeable": "true", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "1739" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "516", - "durability": null, - "name": "Cowhide", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1740" - }, - { - "ge_buy_limit": "10000", - "examine": "It's a piece of leather.", - "grand_exchange_price": "638", - "durability": null, - "name": "Leather", - "tradeable": "true", - "weight": "2.25", - "archery_ticket_price": "0", - "id": "1741" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "638", - "durability": null, - "name": "Leather", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1742" - }, - { - "ge_buy_limit": "10000", - "examine": "It's a piece of hard leather.", - "grand_exchange_price": "640", - "durability": null, - "name": "Hard leather", - "tradeable": "true", - "weight": "3.1", - "archery_ticket_price": "0", - "id": "1743" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "640", - "durability": null, - "name": "Hard leather", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1744" - }, - { - "ge_buy_limit": "10000", - "examine": "It's a piece of prepared green dragon hide.", - "grand_exchange_price": "2237", - "durability": null, - "name": "Green d-leather", - "tradeable": "true", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "3.1", - "archery_ticket_price": "0", - "id": "1745" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "2237", - "durability": null, - "name": "Green d-leather", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1746" - }, - { - "ge_buy_limit": "10000", - "examine": "The scaly rough hide from a Black Dragon.", - "grand_exchange_price": "5802", - "durability": null, - "name": "Black dragonhide", - "tradeable": "true", - "low_alchemy": "32", - "high_alchemy": "48", - "weight": "3.1", - "archery_ticket_price": "0", - "id": "1747" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "5802", - "durability": null, - "name": "Black dragonhide", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1748" - }, - { - "ge_buy_limit": "10000", - "examine": "The scaly rough hide from a red dragon.", - "grand_exchange_price": "3539", - "durability": null, - "name": "Red dragonhide", - "tradeable": "true", - "low_alchemy": "16", - "high_alchemy": "24", - "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", - "low_alchemy": "16", - "high_alchemy": "24", - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "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", - "examine": "Good for detailed crafting.", - "grand_exchange_price": "20", - "durability": null, - "name": "Chisel", - "tradeable": "true", - "low_alchemy": "5", - "high_alchemy": "8", - "weight": "0.4", - "archery_ticket_price": "0", - "id": "1755" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "20", - "durability": null, - "name": "Chisel", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1756" - }, - { - "shop_price": "2", - "ge_buy_limit": "100", - "examine": "A mostly clean apron.", - "grand_exchange_price": "74", - "durability": null, - "name": "Brown apron", - "tradeable": "true", - "high_alchemy": "1", - "weight": "0.45", - "archery_ticket_price": "0", - "id": "1757", - "equipment_slot": "4" - }, - { - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "6", - "high_alchemy": "9", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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" - }, - { - "ge_buy_limit": "100", - "examine": "Useful for crafting items.", - "grand_exchange_price": "249", - "durability": null, - "name": "Bronze wire", - "tradeable": "true", - "low_alchemy": "8", - "high_alchemy": "12", - "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.", - "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.", - "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.", - "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.", - "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.", - "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.", - "durability": null, - "name": "Silver pot", - "tradeable": "false", - "destroy": "true", - "archery_ticket_price": "0", - "id": "1807" - }, - { - "examine": "Some (colour) thread found at the murder scene.", - "durability": null, - "name": "Criminal's thread", - "tradeable": "false", - "destroy": "true", - "archery_ticket_price": "0", - "id": "1808" - }, - { - "examine": "Some (colour) thread found at the murder scene.", - "durability": null, - "name": "Criminal's thread", - "tradeable": "false", - "destroy": "true", - "archery_ticket_price": "0", - "id": "1809" - }, - { - "examine": "Some (colour) 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./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": "1813" - }, - { - "examine": "A flimsy-looking dagger found at the crime scene./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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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" - }, - { - "shop_price": "40", - "ge_buy_limit": "100", - "examine": "A cool, light desert shirt.", - "durability": null, - "low_alchemy": "16", - "high_alchemy": "24", - "weight": "0.5", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "93", - "name": "Desert shirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1833" - }, - { - "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.", - "durability": null, - "low_alchemy": "16", - "high_alchemy": "24", - "weight": "0.9", - "equipment_slot": "7", - "grand_exchange_price": "74", - "name": "Desert robe", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1835" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "74", - "durability": null, - "name": "Desert robe", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1836" - }, - { - "shop_price": "20", - "ge_buy_limit": "100", - "examine": "Comfortable desert shoes.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "0.2", - "equipment_slot": "10", - "grand_exchange_price": "257", - "name": "Desert boots", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1837" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "257", - "durability": null, - "name": "Desert boots", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1838" - }, - { - "examine": "This key is crudely made. It came from the mining camp Mercenary Captain.", - "durability": null, - "name": "Metal key", - "archery_ticket_price": "0", - "id": "1839" - }, - { - "examine": "A metallic key, usually used by prison guards. (Tourist Trap)", - "durability": null, - "name": "Cell door key", - "archery_ticket_price": "0", - "id": "1840" - }, - { - "examine": "An empty barrel/A Splendid barrel.", - "grand_exchange_price": "206", - "durability": null, - "name": "Barrel", - "tradeable": "true", - "weight": "10", - "archery_ticket_price": "0", - "id": "1841" - }, - { - "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, - "name": "Ana in a barrel", - "weight": "32", - "archery_ticket_price": "0", - "id": "1842" - }, - { - "examine": "This key unlocks a very sturdy gate. Ana gave me this key. (Tourist Trap)", - "durability": null, - "name": "Wrought iron key", - "archery_ticket_price": "0", - "id": "1843" - }, - { - "remove_sleeves": "true", - "examine": "A filthy, smelly, flea infested shirt.", - "durability": null, - "name": "Slave shirt", - "low_alchemy": "16", - "high_alchemy": "24", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "1844", - "equipment_slot": "4" - }, - { - "examine": "A filthy, smelly, flea infested robe.", - "durability": null, - "name": "Slave robe", - "low_alchemy": "16", - "high_alchemy": "24", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "1845", - "equipment_slot": "7" - }, - { - "examine": "A set of filthy, smelly, flea infested desert slave boots.", - "durability": null, - "name": "Slave boots", - "weight": "0.6", - "archery_ticket_price": "0", - "id": "1846", - "equipment_slot": "10" - }, - { - "examine": "A piece of paper with barely legible writing - looks like a recipe!", - "durability": null, - "name": "Scrumpled paper", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "1847" - }, - { - "shop_price": "5", - "examine": "Very important information.", - "durability": null, - "name": "Shantay disclaimer", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "1848" - }, - { - "examine": "A prototype throwing dart.", - "attack_audios": "2547,0,0,0", - "durability": null, - "name": "Prototype dart", - "tradeable": "false", - "destroy": "true", - "archery_ticket_price": "0", - "id": "1849" - }, - { - "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", - "archery_ticket_price": "0", - "id": "1853" - }, - { - "shop_price": "5", - "examine": "Allows you to pass through the Shantay pass into the Kharid Desert.", - "durability": null, - "name": "Shantay pass", - "low_alchemy": "2", - "high_alchemy": "3", - "archery_ticket_price": "0", - "id": "1854" - }, - { - "examine": "A Tourist's Guide to Ardougne.", - "durability": null, - "name": "Guide book", - "tradeable": "false", - "destroy": "true", - "archery_ticket_price": "0", - "id": "1856" - }, - { - "examine": "The Rantuki tribe's totem.", - "durability": null, - "name": "Totem", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "3", - "archery_ticket_price": "0", - "id": "1857" - }, - { - "examine": "It says 'To Lord Handelmort, Handelmort Mansion'.", - "durability": null, - "name": "Address label", - "archery_ticket_price": "0", - "id": "1858" - }, - { - "ge_buy_limit": "1000", - "examine": "I need to cook this first / Freshly cooked ugthanki meat.", - "grand_exchange_price": "486", - "durability": null, - "name": "Raw ugthanki meat", - "tradeable": "true", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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" - }, - { - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "4", - "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", - "low_alchemy": "2", - "high_alchemy": "4", - "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", - "low_alchemy": "3", - "high_alchemy": "5", - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "weight": "1", - "archery_ticket_price": "0", - "id": "1917", - "equipment_slot": "3" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "202", - "durability": null, - "name": "Beer", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "1918" - }, - { - "shop_price": "1", - "ge_buy_limit": "100", - "examine": "I need to fill this with beer.", - "grand_exchange_price": "10", - "durability": null, - "name": "Beer glass", - "tradeable": "true", - "high_alchemy": "1", - "weight": "0.05", - "archery_ticket_price": "0", - "id": "1919" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "10", - "durability": null, - "name": "Beer glass", - "tradeable": "true", - "archery_ticket_price": "0", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "4", - "high_alchemy": "7", - "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": "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": "72", - "durability": null, - "name": "Bucket of water", - "tradeable": "true", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "5", - "high_alchemy": "8", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "6", - "high_alchemy": "9", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "5", - "high_alchemy": "8", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "14", - "high_alchemy": "21", - "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", - "low_alchemy": "4", - "high_alchemy": "7", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "high_alchemy": "1", - "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": "On ground: Cabbage... yuck!In inventory: 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": "On ground: Cabbage... yuck!In inventory: Yuck, 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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "5", - "high_alchemy": "8", - "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", - "low_alchemy": "3", - "high_alchemy": "4", - "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", - "high_alchemy": "1", - "weight": "1", - "archery_ticket_price": "0", - "id": "1991" - }, - { - "examine": "Oh dear, this wine is terrible!", - "durability": null, - "name": "Jug of bad wine", - "high_alchemy": "1", - "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", - "low_alchemy": "51", - "high_alchemy": "76", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "1", - "archery_ticket_price": "0", - "id": "1995" - }, - { - "examine": "This wine needs to ferment before it can be drunk.", - "durability": null, - "name": "Unfermented wine", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "92", - "high_alchemy": "138", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "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" - }, - { - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "28", - "high_alchemy": "42", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "7", - "high_alchemy": "11", - "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", - "low_alchemy": "23", - "high_alchemy": "35", - "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", - "low_alchemy": "15", - "high_alchemy": "23", - "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", - "low_alchemy": "3", - "high_alchemy": "4", - "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", - "low_alchemy": "24", - "high_alchemy": "36", - "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", - "low_alchemy": "4", - "high_alchemy": "7", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "60", - "high_alchemy": "90", - "weight": "0.2", - "archery_ticket_price": "0", - "id": "2148" - }, - { - "examine": "Strange, it looks cooler now it's been cooked.", - "durability": null, - "name": "Lava eel", - "low_alchemy": "60", - "high_alchemy": "90", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "0.1", - "archery_ticket_price": "0", - "id": "2165" - }, - { - "shop_price": "10", - "examine": "A large ovenproof bowl.", - "durability": null, - "name": "Gnomebowl mould", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "0.1", - "archery_ticket_price": "0", - "id": "2166" - }, - { - "examine": "Aluft Gianne's favourite dishes.", - "durability": null, - "name": "Gianne's cook book", - "tradeable": "true", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "weight": "0.2", - "archery_ticket_price": "0", - "id": "2177" - }, - { - "examine": "This gnomebowl needs cooking.", - "durability": null, - "name": "Raw gnomebowl", - "tradeable": "true", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "2178" - }, - { - "examine": "This unfinished XX needs YY.", - "durability": null, - "name": "Picture", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "2202" - }, - { - "examine": "This XX crunchy needs garnishing with YY.", - "durability": null, - "name": "Picture", - "tradeable": "true", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "78", - "high_alchemy": "117", - "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", - "low_alchemy": "78", - "high_alchemy": "117", - "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", - "low_alchemy": "78", - "high_alchemy": "117", - "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", - "low_alchemy": "78", - "high_alchemy": "117", - "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", - "low_alchemy": "78", - "high_alchemy": "117", - "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", - "low_alchemy": "180", - "high_alchemy": "270", - "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", - "low_alchemy": "180", - "high_alchemy": "270", - "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", - "low_alchemy": "108", - "high_alchemy": "162", - "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", - "low_alchemy": "108", - "high_alchemy": "162", - "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", - "low_alchemy": "32", - "high_alchemy": "48", - "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", - "low_alchemy": "28", - "high_alchemy": "42", - "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", - "low_alchemy": "28", - "high_alchemy": "42", - "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", - "low_alchemy": "32", - "high_alchemy": "48", - "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", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "2249" - }, - { - "shop_price": "1", - "examine": "This gnome batta needs cooking.", - "durability": null, - "name": "Raw batta", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "2250" - }, - { - "shop_price": "1", - "examine": "This XX batta needs garnishing with YY.", - "durability": null, - "name": "Picture", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "2285" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "366", - "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", - "low_alchemy": "10", - "high_alchemy": "15", - "archery_ticket_price": "0", - "id": "2287" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "1141", - "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. (Whole)Half of this plain pizza has been eaten. (Half)", - "grand_exchange_price": "1357", - "durability": null, - "name": "Plain pizza", - "tradeable": "true", - "low_alchemy": "80", - "high_alchemy": "120", - "weight": "0.66", - "archery_ticket_price": "0", - "id": "2289" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "1357", - "durability": null, - "name": "Plain pizza", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2290" - }, - { - "shop_price": "200", - "ge_buy_limit": "1000", - "examine": "A cheese and tomato pizza. (Whole)Half of this plain pizza has been eaten. (Half)", - "grand_exchange_price": "238", - "durability": null, - "name": "1/2 plain pizza", - "tradeable": "true", - "low_alchemy": "80", - "high_alchemy": "120", - "weight": "0.66", - "archery_ticket_price": "0", - "id": "2291" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "238", - "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. (Whole) Half of this meat pizza has been eaten. (Half)", - "grand_exchange_price": "1012", - "durability": null, - "name": "Meat pizza", - "tradeable": "true", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.83", - "archery_ticket_price": "0", - "id": "2293" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "1012", - "durability": null, - "name": "Meat pizza", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2294" - }, - { - "ge_buy_limit": "1000", - "examine": "A pizza with bits of meat on it. (Whole) Half of this meat pizza has been eaten. (Half)", - "grand_exchange_price": "339", - "durability": null, - "name": "1/2 meat pizza", - "tradeable": "true", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.83", - "archery_ticket_price": "0", - "id": "2295" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "339", - "durability": null, - "name": "1/2 meat pizza", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2296" - }, - { - "ge_buy_limit": "1000", - "examine": "A pizza with anchovies. (Whole) Half of this anchovy pizza has been eaten. (Half)", - "grand_exchange_price": "1573", - "durability": null, - "name": "Anchovy pizza", - "tradeable": "true", - "low_alchemy": "24", - "high_alchemy": "36", - "weight": "0.83", - "archery_ticket_price": "0", - "id": "2297" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "1573", - "durability": null, - "name": "Anchovy pizza", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2298" - }, - { - "ge_buy_limit": "1000", - "examine": "A pizza with anchovies. (Whole) Half of this anchovy pizza has been eaten. (Half)", - "grand_exchange_price": "44", - "durability": null, - "name": "1/2 anchovy pizza", - "tradeable": "true", - "low_alchemy": "24", - "high_alchemy": "36", - "weight": "0.83", - "archery_ticket_price": "0", - "id": "2299" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "44", - "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. (Whole)Half of this pineapple pizza has been eaten. (Half)", - "grand_exchange_price": "1469", - "durability": null, - "name": "Pineapple pizza", - "tradeable": "true", - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "0.83", - "archery_ticket_price": "0", - "id": "2301" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "1469", - "durability": null, - "name": "Pineapple pizza", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2302" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "156", - "durability": null, - "name": "1/2 p'apple pizza", - "archery_ticket_price": "0", - "id": "2303" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "156", - "durability": null, - "name": "1/2 p'apple pizza", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2304" - }, - { - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "9", - "high_alchemy": "14", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "6", - "high_alchemy": "9", - "weight": "0.5", - "archery_ticket_price": "0", - "id": "2317" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "781", - "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", - "low_alchemy": "3", - "high_alchemy": "4", - "weight": "0.5", - "archery_ticket_price": "0", - "id": "2319" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "747", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "weight": "0.5", - "archery_ticket_price": "0", - "id": "2321" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "802", - "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. (Whole)Mmm half an apple pie. (Half)", - "grand_exchange_price": "246", - "durability": null, - "name": "Apple pie", - "tradeable": "true", - "low_alchemy": "12", - "high_alchemy": "18", - "weight": "0.4", - "archery_ticket_price": "0", - "id": "2323" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "246", - "durability": null, - "name": "Apple pie", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2324" - }, - { - "ge_buy_limit": "1000", - "examine": "Looks tasty. (Whole)So tasty I kept some for later. (Half)", - "grand_exchange_price": "534", - "durability": null, - "name": "Redberry pie", - "tradeable": "true", - "low_alchemy": "60", - "high_alchemy": "90", - "weight": "0.4", - "archery_ticket_price": "0", - "id": "2325" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "534", - "durability": null, - "name": "Redberry pie", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2326" - }, - { - "shop_price": "16", - "ge_buy_limit": "1000", - "grand_exchange_price": "160", - "durability": null, - "name": "Meat pie", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2327" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "160", - "durability": null, - "name": "Meat pie", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2328" - }, - { - "durability": null, - "name": "Burnt pie", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2330" - }, - { - "shop_price": "16", - "ge_buy_limit": "1000", - "grand_exchange_price": "174", - "durability": null, - "name": "Half a meat pie", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2331" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "174", - "durability": null, - "name": "Half a meat pie", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2332" - }, - { - "ge_buy_limit": "1000", - "examine": "Looks tasty. (Whole)So tasty I kept some for later. (Half)", - "grand_exchange_price": "248", - "durability": null, - "name": "Half a redberry pie", - "tradeable": "true", - "low_alchemy": "60", - "high_alchemy": "90", - "weight": "0.4", - "archery_ticket_price": "0", - "id": "2333" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "248", - "durability": null, - "name": "Half a redberry pie", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2334" - }, - { - "shop_price": "140", - "ge_buy_limit": "1000", - "examine": "Mmm Apple pie. (Whole)Mmm half an apple pie. (Half)", - "grand_exchange_price": "146", - "durability": null, - "name": "Half an apple pie", - "tradeable": "true", - "low_alchemy": "12", - "high_alchemy": "18", - "weight": "0.4", - "archery_ticket_price": "0", - "id": "2335" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "146", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "14", - "high_alchemy": "21", - "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", - "low_alchemy": "14", - "high_alchemy": "21", - "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", - "low_alchemy": "5", - "high_alchemy": "7", - "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", - "low_alchemy": "3", - "high_alchemy": "4", - "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", - "low_alchemy": "11", - "high_alchemy": "16", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "60", - "high_alchemy": "90", - "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", - "low_alchemy": "120", - "high_alchemy": "180", - "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", - "low_alchemy": "120", - "high_alchemy": "180", - "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", - "low_alchemy": "256", - "high_alchemy": "384", - "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", - "low_alchemy": "2000", - "high_alchemy": "3000", - "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", - "low_alchemy": "120", - "high_alchemy": "180", - "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", - "low_alchemy": "44000", - "high_alchemy": "66000", - "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.", - "durability": null, - "low_alchemy": "300000", - "high_alchemy": "450000", - "weight": "2", - "grand_exchange_price": "743100", - "name": "Shield right half", - "tradeable": "true", - "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", - "low_alchemy": "60", - "high_alchemy": "90", - "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, - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "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", - "low_alchemy": "48", - "high_alchemy": "72", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "1.8", - "turn90ccw_anim": "822", - "attack_speed": "5", - "weapon_interface": "6", - "turn180_anim": "820", - "render_anim": "1", - "defence_anim": "388", - "equipment_slot": "3", - "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", - "low_alchemy": "26", - "high_alchemy": "39", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "2410" - }, - { - "examine": "A cape from the almighty god Saradomin.", - "durability": null, - "name": "Saradomin cape", - "tradeable": "false", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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, - "low_alchemy": "32000", - "high_alchemy": "48000", - "weight": "2.2", - "attack_speed": "4", - "weapon_interface": "1", - "defence_anim": "420", - "equipment_slot": "3", - "attack_anims": "419,419,419,419", - "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" - }, - { - "shop_price": "80000", - "examine": "A magical staff imbued with the power of Guthix.", - "durability": null, - "low_alchemy": "32000", - "high_alchemy": "48000", - "weight": "2", - "attack_speed": "4", - "weapon_interface": "1", - "defence_anim": "420", - "equipment_slot": "3", - "attack_anims": "419,419,419,419", - "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" - }, - { - "turn90cw_anim": "1207", - "examine": "A magical staff imbued with the power of Zamorak.", - "walk_anim": "1205", - "low_alchemy": "32000", - "turn90ccw_anim": "1208", - "attack_speed": "4", - "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": "2417", - "stand_turn_anim": "1209", - "bonuses": "-1,-1,6,6,0,2,3,1,6,0,0,2,0,0,0", - "shop_price": "80000", - "durability": null, - "high_alchemy": "48000", - "weight": "2.2", - "weapon_interface": "1", - "render_anim": "28", - "attack_audios": "2555,0,0,0", - "name": "Zamorak staff" - }, - { - "examine": "A grey woollen wig.", - "durability": null, - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "archery_ticket_price": "0", - "id": "2427" - }, - { - "shop_price": "8002", - "ge_buy_limit": "100", - "examine": "4 doses of Attack potion.", - "grand_exchange_price": "275", - "durability": null, - "name": "Attack potion(4)", - "tradeable": "true", - "low_alchemy": "224", - "high_alchemy": "336", - "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", - "low_alchemy": "35", - "high_alchemy": "52", - "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", - "low_alchemy": "352", - "high_alchemy": "528", - "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", - "low_alchemy": "61", - "high_alchemy": "91", - "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", - "low_alchemy": "72", - "high_alchemy": "108", - "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", - "low_alchemy": "100", - "high_alchemy": "150", - "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", - "low_alchemy": "88", - "high_alchemy": "132", - "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", - "low_alchemy": "105", - "high_alchemy": "158", - "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", - "low_alchemy": "115", - "high_alchemy": "172", - "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", - "low_alchemy": "115", - "high_alchemy": "172", - "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", - "low_alchemy": "115", - "high_alchemy": "172", - "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", - "low_alchemy": "70", - "high_alchemy": "105", - "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", - "low_alchemy": "105", - "high_alchemy": "158", - "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", - "low_alchemy": "105", - "high_alchemy": "158", - "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", - "low_alchemy": "105", - "high_alchemy": "158", - "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", - "low_alchemy": "105", - "high_alchemy": "158", - "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, - "low_alchemy": "40", - "high_alchemy": "60", - "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, - "low_alchemy": "40", - "high_alchemy": "60", - "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, - "low_alchemy": "40", - "high_alchemy": "60", - "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, - "low_alchemy": "40", - "high_alchemy": "60", - "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, - "low_alchemy": "40", - "high_alchemy": "60", - "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, - "low_alchemy": "40", - "high_alchemy": "60", - "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, - "low_alchemy": "40", - "high_alchemy": "60", - "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, - "low_alchemy": "40", - "high_alchemy": "60", - "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, - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "26", - "high_alchemy": "40", - "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", - "low_alchemy": "26", - "high_alchemy": "40", - "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, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "0.2", - "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, - "low_alchemy": "1440", - "high_alchemy": "2160", - "weight": "0.25", - "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, - "low_alchemy": "1728", - "high_alchemy": "2592", - "weight": "0.25", - "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, - "low_alchemy": "1728", - "high_alchemy": "2592", - "weight": "5.4", - "absorb": "0,5,2", - "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, - "low_alchemy": "2072", - "high_alchemy": "3108", - "weight": "5.4", - "absorb": "0,6,3", - "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, - "low_alchemy": "2488", - "high_alchemy": "3732", - "weight": "5.4", - "absorb": "0,7,3", - "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, - "low_alchemy": "3744", - "high_alchemy": "5616", - "weight": "6.8", - "absorb": "0,6,3", - "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, - "low_alchemy": "4492", - "high_alchemy": "6738", - "weight": "6.8", - "absorb": "0,6,3", - "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, - "low_alchemy": "5392", - "high_alchemy": "8088", - "weight": "6.8", - "absorb": "0,6,3", - "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", - "low_alchemy": "28", - "high_alchemy": "42", - "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", - "low_alchemy": "36", - "high_alchemy": "54", - "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", - "low_alchemy": "32", - "high_alchemy": "48", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "weight": "2", - "archery_ticket_price": "0", - "id": "2511" - }, - { - "examine": "A series of connected metal rings.", - "rare_item": "true", - "durability": null, - "low_alchemy": "100000", - "high_alchemy": "150000", - "weight": "6.8", - "absorb": "4,0,9", - "lendable": "true", - "grand_exchange_price": "2902937", - "name": "Dragon chainbody", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2513", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "5", - "high_alchemy": "8", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "5", - "archery_ticket_price": "0", - "id": "2529" - }, - { - "shop_price": "140", - "grand_exchange_price": "140", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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.", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "equipment_slot": "13", - "grand_exchange_price": "325", - "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" - }, - { - "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.", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "equipment_slot": "13", - "grand_exchange_price": "327", - "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" - }, - { - "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.", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "equipment_slot": "13", - "grand_exchange_price": "9", - "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" - }, - { - "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.", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "equipment_slot": "13", - "grand_exchange_price": "63", - "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" - }, - { - "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.", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "equipment_slot": "13", - "grand_exchange_price": "90", - "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" - }, - { - "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.", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "equipment_slot": "13", - "grand_exchange_price": "127", - "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" - }, - { - "requirements": "{4,40}", - "ge_buy_limit": "10000", - "examine": "An easy to make, rune-headed fire arrow.", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "equipment_slot": "13", - "grand_exchange_price": "539", - "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" - }, - { - "requirements": "{4,40}", - "ge_buy_limit": "10000", - "examine": "An easy to make, rune-headed fire arrow.", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "equipment_slot": "13", - "grand_exchange_price": "682", - "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" - }, - { - "ge_buy_limit": "5000", - "examine": "An enchanted ring.", - "grand_exchange_price": "943", - "durability": null, - "name": "Ring of recoil", - "tradeable": "true", - "low_alchemy": "360", - "high_alchemy": "540", - "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", - "low_alchemy": "510", - "high_alchemy": "765", - "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", - "low_alchemy": "510", - "high_alchemy": "765", - "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", - "low_alchemy": "510", - "high_alchemy": "765", - "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", - "low_alchemy": "510", - "high_alchemy": "765", - "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", - "low_alchemy": "510", - "high_alchemy": "765", - "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", - "low_alchemy": "510", - "high_alchemy": "765", - "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", - "low_alchemy": "510", - "high_alchemy": "765", - "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", - "low_alchemy": "510", - "high_alchemy": "765", - "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", - "low_alchemy": "810", - "high_alchemy": "1215", - "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", - "ge_buy_limit": "10000", - "examine": "An enchanted ring.", - "grand_exchange_price": "4540", - "durability": null, - "name": "Ring of life", - "tradeable": "true", - "low_alchemy": "1410", - "high_alchemy": "2115", - "archery_ticket_price": "0", - "id": "2570", - "equipment_slot": "12" - }, - { - "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", - "low_alchemy": "7050", - "high_alchemy": "10575", - "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 RuneScape.", - "durability": null, - "name": "Sextant", - "weight": "0.2", - "archery_ticket_price": "0", - "id": "2574" - }, - { - "examine": "A fine looking time piece.", - "durability": null, - "name": "Watch", - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "0.1", - "archery_ticket_price": "0", - "id": "2575" - }, - { - "examine": "A navigator's chart of RuneScape.", - "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, - "low_alchemy": "80", - "high_alchemy": "120", - "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, - "low_alchemy": "80", - "high_alchemy": "120", - "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, - "low_alchemy": "180", - "high_alchemy": "270", - "weight": "0.2", - "equipment_slot": "0", - "lendable": "true", - "grand_exchange_price": "4400000", - "name": "Robin hood hat", - "tradeable": "true", - "archery_ticket_price": "0", - "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, - "low_alchemy": "1536", - "high_alchemy": "2304", - "weight": "9.07", - "absorb": "1,0,2", - "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, - "low_alchemy": "768", - "high_alchemy": "1152", - "weight": "9", - "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", - "examine": "Black full helmet with trim.", - "durability": null, - "low_alchemy": "422", - "high_alchemy": "633", - "weight": "2", - "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" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "82200", - "durability": null, - "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, - "low_alchemy": "652", - "high_alchemy": "979", - "weight": "5", - "absorb": "1,0,2", - "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, - "low_alchemy": "1536", - "high_alchemy": "2304", - "weight": "9.07", - "absorb": "1,0,2", - "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, - "low_alchemy": "768", - "high_alchemy": "1152", - "weight": "9", - "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, - "low_alchemy": "422", - "high_alchemy": "633", - "weight": "2.7", - "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, - "low_alchemy": "652", - "high_alchemy": "979", - "weight": "5", - "absorb": "1,0,2", - "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, - "low_alchemy": "5120", - "high_alchemy": "7680", - "weight": "9.07", - "absorb": "2,0,4", - "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, - "low_alchemy": "2560", - "high_alchemy": "3840", - "weight": "10", - "absorb": "1,0,3", - "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, - "low_alchemy": "2176", - "high_alchemy": "3264", - "weight": "5.8", - "absorb": "3,0,6", - "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, - "low_alchemy": "1408", - "high_alchemy": "2112", - "weight": "2.7", - "absorb": "1,0,2", - "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, - "low_alchemy": "5120", - "high_alchemy": "7680", - "weight": "9.07", - "absorb": "2,0,4", - "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, - "low_alchemy": "2560", - "high_alchemy": "3840", - "weight": "10", - "absorb": "1,0,3", - "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, - "low_alchemy": "2176", - "high_alchemy": "3264", - "weight": "6", - "absorb": "3,0,6", - "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, - "low_alchemy": "1408", - "high_alchemy": "2112", - "weight": "2.7", - "absorb": "1,0,2", - "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, - "low_alchemy": "26000", - "high_alchemy": "39000", - "weight": "9.07", - "absorb": "3,0,6", - "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, - "low_alchemy": "25600", - "high_alchemy": "38400", - "weight": "9", - "absorb": "2,0,4", - "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, - "low_alchemy": "14080", - "high_alchemy": "21120", - "weight": "2", - "absorb": "1,0,3", - "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, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5", - "absorb": "3,0,7", - "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, - "low_alchemy": "26000", - "high_alchemy": "39000", - "weight": "9.07", - "absorb": "3,0,6", - "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, - "low_alchemy": "25600", - "high_alchemy": "38400", - "weight": "9", - "absorb": "2,0,4", - "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, - "low_alchemy": "14080", - "high_alchemy": "21120", - "weight": "2.7", - "absorb": "1,0,3", - "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, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5", - "absorb": "3,0,7", - "equipment_slot": "5", - "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", - "low_alchemy": "16", - "high_alchemy": "24", - "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" - }, - { - "ge_buy_limit": "2", - "examine": "Parlez-vous francais? (Do you speak French?)", - "durability": null, - "low_alchemy": "32", - "high_alchemy": "48", - "equipment_slot": "0", - "lendable": "true", - "grand_exchange_price": "34300", - "name": "Blue beret", - "tradeable": "true", - "archery_ticket_price": "0", - "hat": true, - "id": "2633" - }, - { - "ge_buy_limit": "2", - "grand_exchange_price": "34300", - "durability": null, - "name": "Blue beret", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2634" - }, - { - "ge_buy_limit": "2", - "examine": "Parlez-vous francais?(Do you speak French?)", - "durability": null, - "low_alchemy": "32", - "high_alchemy": "48", - "equipment_slot": "0", - "lendable": "true", - "grand_exchange_price": "117500", - "name": "Black beret", - "tradeable": "true", - "archery_ticket_price": "0", - "hat": true, - "id": "2635" - }, - { - "ge_buy_limit": "2", - "grand_exchange_price": "117500", - "durability": null, - "name": "Black beret", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2636" - }, - { - "ge_buy_limit": "2", - "examine": "Parlez-vous francais? (Do you speak French?)", - "durability": null, - "low_alchemy": "32", - "high_alchemy": "48", - "equipment_slot": "0", - "lendable": "true", - "grand_exchange_price": "328000", - "name": "White beret", - "tradeable": "true", - "archery_ticket_price": "0", - "hat": true, - "id": "2637" - }, - { - "ge_buy_limit": "2", - "grand_exchange_price": "328000", - "durability": null, - "name": "White beret", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2638" - }, - { - "ge_buy_limit": "2", - "examine": "All for one and one for all!", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "equipment_slot": "0", - "lendable": "true", - "grand_exchange_price": "29100", - "name": "Tan cavalier", - "tradeable": "true", - "archery_ticket_price": "0", - "hat": true, - "id": "2639" - }, - { - "ge_buy_limit": "2", - "grand_exchange_price": "29100", - "durability": null, - "name": "Tan cavalier", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2640" - }, - { - "ge_buy_limit": "2", - "examine": "All for one and one for all!", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "equipment_slot": "0", - "lendable": "true", - "grand_exchange_price": "23600", - "name": "Dark cavalier", - "tradeable": "true", - "archery_ticket_price": "0", - "hat": true, - "id": "2641" - }, - { - "ge_buy_limit": "2", - "grand_exchange_price": "23600", - "durability": null, - "name": "Dark cavalier", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2642" - }, - { - "ge_buy_limit": "2", - "examine": "All for one and one for all!", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "equipment_slot": "0", - "lendable": "true", - "grand_exchange_price": "384500", - "name": "Black cavalier", - "tradeable": "true", - "archery_ticket_price": "0", - "hat": true, - "id": "2643" - }, - { - "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", - "low_alchemy": "16", - "high_alchemy": "24", - "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", - "low_alchemy": "16", - "high_alchemy": "24", - "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", - "low_alchemy": "16", - "high_alchemy": "24", - "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", - "low_alchemy": "72", - "high_alchemy": "108", - "archery_ticket_price": "0", - "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, - "low_alchemy": "26000", - "high_alchemy": "39000", - "weight": "9", - "absorb": "3,0,6", - "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,1,0,1" - }, - { - "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, - "low_alchemy": "25600", - "high_alchemy": "38400", - "weight": "9", - "absorb": "2,0,4", - "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,1,0,1" - }, - { - "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, - "low_alchemy": "14080", - "high_alchemy": "21120", - "weight": "2", - "absorb": "1,0,3", - "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,1,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, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5", - "absorb": "3,0,7", - "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, - "low_alchemy": "26000", - "high_alchemy": "39000", - "weight": "9.07", - "absorb": "3,0,6", - "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,1,0,1" - }, - { - "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, - "low_alchemy": "25600", - "high_alchemy": "38400", - "weight": "9", - "absorb": "2,0,4", - "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,1" - }, - { - "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, - "low_alchemy": "14080", - "high_alchemy": "21120", - "weight": "2", - "absorb": "1,0,3", - "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,1,0,1" - }, - { - "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, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5.4", - "absorb": "3,0,7", - "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, - "low_alchemy": "26000", - "high_alchemy": "39000", - "weight": "9.07", - "absorb": "3,0,6", - "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,1,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, - "low_alchemy": "25600", - "high_alchemy": "38400", - "weight": "9", - "absorb": "2,0,4", - "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,1,0,1" - }, - { - "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, - "low_alchemy": "14080", - "high_alchemy": "21120", - "weight": "2", - "absorb": "1,0,3", - "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, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5.4", - "absorb": "3,0,7", - "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2677" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2678" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2679" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2680" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2681" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2682" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2683" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2684" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2685" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2686" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2687" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2688" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2689" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2690" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2691" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2692" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2693" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2694" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2695" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2696" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2697" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2698" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2699" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2700" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2701" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2702" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2703" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2704" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2705" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2706" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2707" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2708" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2709" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2710" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2711" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2712" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2715" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2718" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2721" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2722" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2724" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2726" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2728" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2730" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2732" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2734" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2736" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2738" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2740" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2742" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2744" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2746" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2748" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2773" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2775" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2777" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2779" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2781" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2782" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2784" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2785" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2787" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2789" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2791" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2792" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2793" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "2795" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2796" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "2798" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "2800" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2802" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2804" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2806" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2808" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2810" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2812" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2814" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2816" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2818" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2820" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2822" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2824" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2826" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2828" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "2830" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2831" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2833" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2835" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2837" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2839" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2847" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2848" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2855" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2856" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "2857" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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.", - "durability": null, - "low_alchemy": "10", - "high_alchemy": "15", - "equipment_slot": "13", - "grand_exchange_price": "49", - "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" - }, - { - "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" - }, - { - "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", - "low_alchemy": "34", - "high_alchemy": "51", - "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", - "low_alchemy": "52", - "high_alchemy": "78", - "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, - "low_alchemy": "200", - "high_alchemy": "300", - "weight": "1", - "attack_speed": "8", - "two_handed": "true", - "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" - }, - { - "examine": "Book of the elemental shield.", - "durability": null, - "name": "Battered book", - "archery_ticket_price": "0", - "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.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "0.2", - "equipment_slot": "5", - "grand_exchange_price": "709", - "name": "Elemental shield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2890", - "bonuses": "0,0,0,0,0,0,0,0,6,0,0,0,0,0,0" - }, - { - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "weight": "2.2", - "archery_ticket_price": "0", - "id": "2892" - }, - { - "shop_price": "650", - "ge_buy_limit": "100", - "grand_exchange_price": "1570", - "examine": "Very stylish!", - "durability": null, - "name": "Boots", - "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, - "low_alchemy": "72", - "high_alchemy": "108", - "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", - "grand_exchange_price": "741", - "examine": "Made by werewolves for werewolves.", - "durability": null, - "name": "Robe bottoms", - "tradeable": "true", - "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", - "grand_exchange_price": "844", - "examine": "A silly pointed hat.", - "durability": null, - "name": "Hat", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2900", - "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": "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", - "grand_exchange_price": "1039", - "examine": "These gloves from Canifis will keep my hands warm!", - "durability": null, - "name": "Gloves", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2902", - "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": "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", - "grand_exchange_price": "1359", - "examine": "Very stylish!", - "durability": null, - "name": "Boots", - "tradeable": "true", - "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, - "low_alchemy": "72", - "high_alchemy": "108", - "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", - "grand_exchange_price": "474", - "examine": "Made by werewolves for werewolves.", - "durability": null, - "name": "Robe bottoms", - "tradeable": "true", - "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", - "grand_exchange_price": "1445", - "examine": "A silly pointed hat.", - "tradeable": "true", - "durability": null, - "name": "Hat", - "archery_ticket_price": "0", - "id": "2910", - "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": "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", - "grand_exchange_price": "1254", - "examine": "These gloves from Canifis will keep my hands warm!", - "durability": null, - "name": "Gloves", - "tradeable": "true", - "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", - "grand_exchange_price": "1054", - "examine": "Very stylish!", - "durability": null, - "name": "Boots", - "tradeable": "true", - "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, - "low_alchemy": "72", - "high_alchemy": "108", - "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", - "grand_exchange_price": "603", - "examine": "Made by werewolves for werewolves.", - "durability": null, - "name": "Robe bottoms", - "tradeable": "true", - "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", - "grand_exchange_price": "997", - "examine": "A silly pointed hat.", - "durability": null, - "name": "Hat", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2920", - "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": "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", - "grand_exchange_price": "1221", - "examine": "These gloves from Canifis will keep my hands warm!", - "durability": null, - "name": "Gloves", - "tradeable": "true", - "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", - "grand_exchange_price": "737", - "examine": "Very stylish!", - "durability": null, - "name": "Boots", - "tradeable": "true", - "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, - "low_alchemy": "72", - "high_alchemy": "108", - "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", - "grand_exchange_price": "637", - "examine": "Made by werewolves for werewolves.", - "durability": null, - "name": "Robe bottoms", - "tradeable": "true", - "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", - "grand_exchange_price": "925", - "examine": "A silly pointed hat.", - "durability": null, - "name": "Hat", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2930", - "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": "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", - "grand_exchange_price": "1829", - "examine": "These gloves from Canifis will keep my hands warm!", - "durability": null, - "name": "Gloves", - "tradeable": "true", - "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", - "grand_exchange_price": "988", - "examine": "Very stylish!", - "durability": null, - "name": "Boots", - "tradeable": "true", - "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, - "low_alchemy": "72", - "high_alchemy": "108", - "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", - "grand_exchange_price": "927", - "examine": "Made by werewolves for werewolves.", - "durability": null, - "name": "Robe bottoms", - "tradeable": "true", - "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", - "grand_exchange_price": "1209", - "examine": "A silly pointed hat.", - "durability": null, - "name": "Hat", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2940", - "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": "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", - "grand_exchange_price": "634", - "examine": "These gloves from Canifis will keep my hands warm!", - "durability": null, - "name": "Gloves", - "tradeable": "true", - "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", - "low_alchemy": "120", - "high_alchemy": "180", - "archery_ticket_price": "0", - "id": "2946" - }, - { - "examine": "A replica candle made of solid gold.", - "durability": null, - "name": "Golden candle", - "low_alchemy": "120", - "tradeable": "false", - "high_alchemy": "180", - "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", - "id": "2949" - }, - { - "examine": "A replica needle made of solid gold.", - "durability": null, - "name": "Golden needle", - "low_alchemy": "120", - "high_alchemy": "180", - "archery_ticket_price": "0", - "id": "2951" - }, - { - "examine": "A silver dagger that can prevent werewolves changing form.", - "durability": null, - "low_alchemy": "120", - "high_alchemy": "180", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "render_anim": "2584", - "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" - }, - { - "examine": "It's a bucket of water.", - "grand_exchange_price": "74", - "durability": null, - "name": "Bucket of water", - "tradeable": "true", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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": "A druid pouch.", - "durability": null, - "name": "Druid pouch", - "low_alchemy": "2", - "high_alchemy": "3", - "archery_ticket_price": "0", - "id": "2957" - }, - { - "examine": "A druid pouch.", - "durability": null, - "name": "Druid pouch", - "low_alchemy": "2", - "high_alchemy": "3", - "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, - "low_alchemy": "70", - "high_alchemy": "105", - "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" - }, - { - "examine": "It's a blessed silver sickle.", - "durability": null, - "low_alchemy": "100", - "high_alchemy": "150", - "weight": "1.5", - "weapon_interface": "6", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "390,390,381,390", - "name": "Silver sickle(b)", - "archery_ticket_price": "0", - "id": "2963", - "bonuses": "0,0,0,0,0,0,1,1,1,1,0,1,5,0,0" - }, - { - "shop_price": "1", - "examine": "Used for washing your face, amongst other things.", - "durability": null, - "name": "Washing bowl", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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...", - "durability": null, - "low_alchemy": "35", - "high_alchemy": "53", - "weight": "0.3", - "equipment_slot": "9", - "grand_exchange_price": "1500000", - "name": "Pirate's hook", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "2997", - "bonuses": "0,0,0,0,0,1,5,3,0,0,1,0,0,0,0" - }, - { - "shop_price": "3", - "ge_buy_limit": "10000", - "examine": "A fresh herb.", - "grand_exchange_price": "4056", - "durability": null, - "name": "Clean toadflax", - "tradeable": "true", - "low_alchemy": "19", - "high_alchemy": "28", - "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", - "low_alchemy": "23", - "high_alchemy": "35", - "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", - "low_alchemy": "19", - "high_alchemy": "28", - "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", - "low_alchemy": "23", - "high_alchemy": "35", - "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", - "low_alchemy": "60", - "high_alchemy": "90", - "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", - "low_alchemy": "44", - "high_alchemy": "66", - "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", - "low_alchemy": "44", - "high_alchemy": "66", - "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", - "low_alchemy": "44", - "high_alchemy": "66", - "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", - "low_alchemy": "44", - "high_alchemy": "66", - "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", - "low_alchemy": "92", - "high_alchemy": "138", - "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", - "low_alchemy": "92", - "high_alchemy": "138", - "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", - "low_alchemy": "92", - "high_alchemy": "138", - "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", - "low_alchemy": "92", - "high_alchemy": "138", - "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", - "low_alchemy": "96", - "high_alchemy": "144", - "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", - "low_alchemy": "96", - "high_alchemy": "144", - "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", - "low_alchemy": "96", - "high_alchemy": "144", - "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", - "low_alchemy": "96", - "high_alchemy": "144", - "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", - "low_alchemy": "100", - "high_alchemy": "150", - "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", - "low_alchemy": "100", - "high_alchemy": "150", - "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", - "low_alchemy": "100", - "high_alchemy": "150", - "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", - "low_alchemy": "100", - "high_alchemy": "150", - "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", - "low_alchemy": "6800", - "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,10,0,2,3,1,10,0,0,35,0,0,0", - "requirements": "{0,30}-{6,30}", - "durability": null, - "high_alchemy": "10200", - "weight": "2.2", - "weapon_interface": "1", - "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", - "low_alchemy": "18000", - "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,10,0,2,3,1,10,0,0,50,0,0,0", - "requirements": "{0,40}-{6,40}", - "shop_price": "160", - "durability": null, - "high_alchemy": "27000", - "weight": "2", - "weapon_interface": "1", - "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", - "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", - "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, - "low_alchemy": "19", - "high_alchemy": "28", - "weight": "0.9", - "attack_speed": "4", - "two_handed": "true", - "weapon_interface": "9", - "render_anim": "2583", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "390,390,390,390", - "grand_exchange_price": "702", - "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, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.9", - "attack_speed": "4", - "two_handed": "true", - "weapon_interface": "9", - "render_anim": "2583", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "390,390,390,390", - "grand_exchange_price": "13", - "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, - "low_alchemy": "70", - "high_alchemy": "105", - "weight": "0.9", - "attack_speed": "4", - "two_handed": "true", - "weapon_interface": "9", - "render_anim": "2583", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "390,390,390,390", - "grand_exchange_price": "20", - "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, - "low_alchemy": "144", - "high_alchemy": "216", - "weight": "6", - "attack_speed": "4", - "two_handed": "true", - "weapon_interface": "9", - "render_anim": "2583", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "390,390,390,390", - "grand_exchange_price": "940", - "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, - "low_alchemy": "190", - "high_alchemy": "285", - "weight": "0.9", - "attack_speed": "4", - "two_handed": "true", - "weapon_interface": "9", - "render_anim": "2583", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "390,390,390,390", - "grand_exchange_price": "114", - "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, - "low_alchemy": "480", - "high_alchemy": "720", - "attack_speed": "4", - "two_handed": "true", - "weapon_interface": "9", - "render_anim": "2583", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "390,390,390,390", - "grand_exchange_price": "649", - "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, - "low_alchemy": "4800", - "high_alchemy": "7200", - "weight": "0.9", - "attack_speed": "4", - "two_handed": "true", - "weapon_interface": "9", - "render_anim": "2583", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "390,390,390,390", - "lendable": "true", - "grand_exchange_price": "6939", - "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, - "low_alchemy": "4", - "high_alchemy": "7", - "destroy": "true", - "weight": "0.3", - "equipment_slot": "10", - "grand_exchange_price": "51400", - "name": "Climbing boots", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "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, - "low_alchemy": "22400", - "high_alchemy": "33600", - "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", - "weight": "0.8", - "archery_ticket_price": "0", - "id": "3127" - }, - { - "examine": "See article", - "durability": null, - "name": "Pasty jogre bones", - "weight": "1", - "archery_ticket_price": "0", - "id": "3128" - }, - { - "examine": "See article", - "durability": null, - "name": "Pasty jogre bones", - "weight": "1", - "archery_ticket_price": "0", - "id": "3129" - }, - { - "examine": "Burnt Jogre bones marinated in lovely Karambwanji sauce. Perfect./Burnt Jogre bones marinated in lovely Karabwanji sauce. Not quite right.", - "durability": null, - "name": "Marinated j' bones", - "weight": "1", - "archery_ticket_price": "0", - "id": "3130" - }, - { - "examine": "See article", - "durability": null, - "name": "Pasty jogre bones", - "weight": "1", - "archery_ticket_price": "0", - "id": "3131" - }, - { - "examine": "See article", - "durability": null, - "name": "Pasty jogre bones", - "weight": "1", - "archery_ticket_price": "0", - "id": "3132" - }, - { - "examine": "Burnt Jogre bones marinated in lovely Karambwanji sauce. Perfect./Burnt Jogre bones marinated in lovely Karabwanji sauce. Not quite right.", - "durability": null, - "name": "Marinated j' bones", - "weight": "1", - "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, - "low_alchemy": "100000", - "high_alchemy": "150000", - "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", - "low_alchemy": "100", - "high_alchemy": "150", - "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", - "low_alchemy": "100", - "high_alchemy": "150", - "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", - "low_alchemy": "100", - "high_alchemy": "150", - "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", - "low_alchemy": "100", - "high_alchemy": "150", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "3150" - }, - { - "examine": "Small brightly coloured tropical fish.", - "durability": null, - "name": "Karambwanji", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "0.99", - "archery_ticket_price": "0", - "id": "3151" - }, - { - "examine": "Freshly made octopus paste. It smells quite nauseating.", - "durability": null, - "name": "Karambwan paste", - "low_alchemy": "6", - "high_alchemy": "9", - "archery_ticket_price": "0", - "id": "3152" - }, - { - "examine": "Freshly made octopus paste. It smells quite nauseating.", - "durability": null, - "name": "Karambwan paste", - "low_alchemy": "6", - "high_alchemy": "9", - "archery_ticket_price": "0", - "id": "3153" - }, - { - "examine": "Freshly made octopus paste. It smells quite nauseating.", - "durability": null, - "name": "Karambwan paste", - "low_alchemy": "6", - "high_alchemy": "9", - "archery_ticket_price": "0", - "id": "3154" - }, - { - "examine": "This paste smells of raw fish./This paste smells of cooked fish.", - "durability": null, - "name": "Karambwanji paste", - "low_alchemy": "6", - "high_alchemy": "9", - "archery_ticket_price": "0", - "id": "3155" - }, - { - "examine": "This paste smells of raw fish./This paste smells of cooked fish.", - "durability": null, - "name": "Karambwanji paste", - "low_alchemy": "6", - "high_alchemy": "9", - "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", - "durability": null, - "low_alchemy": "2", - "high_alchemy": "3", - "weight": "3", - "equipment_slot": "3", - "grand_exchange_price": "221", - "name": "Karambwan vessel", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "3157" - }, - { - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "archery_ticket_price": "0", - "id": "3164" - }, - { - "shop_price": "27", - "examine": "A very strong spirit brewed in Karamja.", - "durability": null, - "name": "Karamjan rum", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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 bronze tipped spear.", - "walk_anim": "1205", - "low_alchemy": "10", - "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": "266", - "stand_anim": "813", - "tradeable": "true", - "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", - "durability": null, - "high_alchemy": "15", - "weight": "2.2", - "weapon_interface": "14", - "render_anim": "28", - "name": "Bronze spear(kp)" - }, - { - "turn90cw_anim": "1207", - "examine": "An iron tipped spear.", - "walk_anim": "1205", - "low_alchemy": "36", - "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": "304", - "stand_anim": "813", - "tradeable": "true", - "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", - "durability": null, - "high_alchemy": "54", - "weight": "2.2", - "weapon_interface": "14", - "render_anim": "28", - "name": "Iron spear(kp)" - }, - { - "turn90cw_anim": "1207", - "examine": "A steel tipped spear.", - "walk_anim": "1205", - "low_alchemy": "130", - "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": "503", - "stand_anim": "813", - "tradeable": "true", - "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,5}", - "durability": null, - "high_alchemy": "195", - "weight": "2.2", - "weapon_interface": "14", - "render_anim": "28", - "name": "Steel spear(kp)" - }, - { - "turn90cw_anim": "1207", - "examine": "A mithril tipped spear.", - "walk_anim": "1205", - "low_alchemy": "338", - "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": "368", - "stand_anim": "813", - "tradeable": "true", - "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,20}", - "durability": null, - "high_alchemy": "507", - "weight": "1.8", - "weapon_interface": "14", - "render_anim": "28", - "name": "Mithril spear(kp)" - }, - { - "turn90cw_anim": "1207", - "examine": "An adamant tipped spear.", - "walk_anim": "1205", - "low_alchemy": "832", - "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": "1093", - "stand_anim": "813", - "tradeable": "true", - "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,30}", - "durability": null, - "high_alchemy": "1248", - "weight": "2", - "weapon_interface": "14", - "render_anim": "28", - "name": "Adamant spear(kp)" - }, - { - "turn90cw_anim": "1207", - "examine": "A rune tipped spear.", - "walk_anim": "1205", - "low_alchemy": "8320", - "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": "12089", - "stand_anim": "813", - "tradeable": "true", - "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", - "requirements": "{0,40}", - "durability": null, - "high_alchemy": "12480", - "weight": "2.2", - "weapon_interface": "14", - "render_anim": "28", - "lendable": "true", - "name": "Rune spear(kp)" - }, - { - "turn90cw_anim": "1207", - "examine": "A dragon tipped spear.", - "walk_anim": "1205", - "has_special": "true", - "low_alchemy": "24960", - "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", - "tradeable": "true", - "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, - "high_alchemy": "37440", - "weight": "2", - "weapon_interface": "14", - "render_anim": "28", - "lendable": "true", - "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 small/medium sized 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 small/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 small/medium sized 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 small/medium sized 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/medium sized 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 small/medium sized monkey bones.", - "grand_exchange_price": "383", - "durability": null, - "name": "Monkey bones", - "tradeable": "true", - "weight": "0.5", - "archery_ticket_price": "0", - "id": "3185" - }, - { - "examine": "These are small/medium sized monkey bones.", - "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", - "low_alchemy": "24", - "high_alchemy": "36", - "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", - "low_alchemy": "32", - "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, - "high_alchemy": "48", - "weight": "3", - "weapon_interface": "15", - "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", - "low_alchemy": "145", - "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, - "high_alchemy": "218", - "weight": "3.1", - "weapon_interface": "15", - "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", - "low_alchemy": "400", - "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, - "high_alchemy": "600", - "weight": "3", - "weapon_interface": "15", - "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", - "low_alchemy": "768", - "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,5}-{2,10}", - "shop_price": "2496", - "durability": null, - "high_alchemy": "1152", - "weight": "3", - "weapon_interface": "15", - "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", - "low_alchemy": "1352", - "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, - "high_alchemy": "2028", - "weight": "2.7", - "weapon_interface": "15", - "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", - "low_alchemy": "3328", - "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, - "high_alchemy": "4992", - "weight": "3.6", - "weapon_interface": "15", - "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", - "low_alchemy": "51200", - "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, - "high_alchemy": "76800", - "weight": "3", - "weapon_interface": "15", - "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", - "low_alchemy": "130000", - "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, - "high_alchemy": "195000", - "weight": "3.1", - "weapon_interface": "15", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "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", - "low_alchemy": "7", - "high_alchemy": "11", - "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 RuneScape's many citizens. In Karamja or South of Falador: One of RuneScape's many citizens, apparently trying to be an explorer. In Lumbridge: One of Lumbridge's many citizens. In a Falador home: One of RuneScape's many citizens. He looks worried ", - "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", - "high_alchemy": "1", - "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.", - "durability": null, - "low_alchemy": "120", - "high_alchemy": "180", - "weight": "2", - "equipment_slot": "0", - "grand_exchange_price": "56", - "name": "Myre snelm", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "3327", - "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,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, - "low_alchemy": "120", - "high_alchemy": "180", - "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.", - "durability": null, - "low_alchemy": "120", - "high_alchemy": "180", - "equipment_slot": "0", - "grand_exchange_price": "57", - "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" - }, - { - "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", - "durability": null, - "low_alchemy": "120", - "high_alchemy": "180", - "weight": "1.9", - "equipment_slot": "0", - "grand_exchange_price": "73", - "name": "Bruise blue snelm", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "3333", - "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,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.", - "durability": null, - "low_alchemy": "120", - "high_alchemy": "180", - "weight": "2", - "equipment_slot": "0", - "grand_exchange_price": "63", - "name": "Broken bark snelm", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "3335", - "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,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.", - "durability": null, - "low_alchemy": "120", - "high_alchemy": "180", - "weight": "2", - "equipment_slot": "0", - "grand_exchange_price": "58", - "name": "Myre snelm", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "3337", - "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,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, - "low_alchemy": "120", - "high_alchemy": "180", - "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.", - "durability": null, - "low_alchemy": "120", - "high_alchemy": "180", - "equipment_slot": "0", - "grand_exchange_price": "54", - "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" - }, - { - "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", - "durability": null, - "low_alchemy": "120", - "high_alchemy": "180", - "weight": "1.9", - "equipment_slot": "0", - "grand_exchange_price": "248", - "name": "Bruise blue snelm", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "3343", - "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,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", - "low_alchemy": "60", - "high_alchemy": "90", - "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", - "low_alchemy": "60", - "high_alchemy": "90", - "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", - "low_alchemy": "60", - "high_alchemy": "90", - "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", - "low_alchemy": "60", - "high_alchemy": "90", - "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", - "low_alchemy": "60", - "high_alchemy": "90", - "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", - "low_alchemy": "60", - "high_alchemy": "90", - "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", - "low_alchemy": "60", - "high_alchemy": "90", - "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", - "low_alchemy": "60", - "high_alchemy": "90", - "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", - "low_alchemy": "60", - "high_alchemy": "90", - "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", - "low_alchemy": "24", - "high_alchemy": "36", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "6", - "high_alchemy": "9", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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": "false", - "destroy": "true", - "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, - "low_alchemy": "4000", - "high_alchemy": "6000", - "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, - "low_alchemy": "18000", - "high_alchemy": "27000", - "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, - "low_alchemy": "16000", - "high_alchemy": "24000", - "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, - "low_alchemy": "2000", - "high_alchemy": "3000", - "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, - "low_alchemy": "2000", - "high_alchemy": "3000", - "weight": "0.9", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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)", - "low_alchemy": "5", - "high_alchemy": "8", - "archery_ticket_price": "0", - "id": "3408" - }, - { - "examine": "3 doses serum 207 as described in Herbi Flax's diary.", - "durability": null, - "name": "Serum 207 (3)", - "low_alchemy": "5", - "high_alchemy": "8", - "archery_ticket_price": "0", - "id": "3410" - }, - { - "examine": "2 doses serum 207 as described in Herbi Flax's diary.", - "durability": null, - "name": "Serum 207 (2)", - "low_alchemy": "5", - "high_alchemy": "8", - "archery_ticket_price": "0", - "id": "3412" - }, - { - "examine": "1 dose serum 207 as described in Herbi Flax's diary.", - "durability": null, - "name": "Serum 207 (1)", - "low_alchemy": "5", - "high_alchemy": "8", - "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)", - "low_alchemy": "5", - "high_alchemy": "8", - "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)", - "low_alchemy": "5", - "high_alchemy": "8", - "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)", - "low_alchemy": "5", - "high_alchemy": "8", - "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)", - "low_alchemy": "5", - "high_alchemy": "8", - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "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", - "low_alchemy": "10", - "high_alchemy": "15", - "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", - "low_alchemy": "10", - "high_alchemy": "15", - "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", - "low_alchemy": "10", - "high_alchemy": "15", - "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", - "low_alchemy": "10", - "high_alchemy": "15", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "3", - "high_alchemy": "4", - "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", - "low_alchemy": "16", - "high_alchemy": "24", - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "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", - "low_alchemy": "64", - "high_alchemy": "96", - "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", - "low_alchemy": "192", - "high_alchemy": "288", - "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", - "low_alchemy": "256", - "high_alchemy": "384", - "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", - "low_alchemy": "200", - "high_alchemy": "300", - "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.", - "durability": null, - "low_alchemy": "768", - "high_alchemy": "1152", - "weight": "8", - "equipment_slot": "7", - "grand_exchange_price": "3077", - "name": "Black plateskirt (t)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "3472", - "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,0,0,0" - }, - { - "requirements": "{1,10}", - "ge_buy_limit": "2", - "examine": "Black plateskirt with gold trim.", - "durability": null, - "low_alchemy": "768", - "high_alchemy": "1152", - "weight": "9", - "equipment_slot": "7", - "grand_exchange_price": "10600", - "name": "Black plateskirt (g)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "3473", - "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,0,0,0" - }, - { - "requirements": "{1,30}", - "ge_buy_limit": "2", - "examine": "Adamant plateskirt with trim.", - "durability": null, - "low_alchemy": "2560", - "high_alchemy": "3840", - "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, - "low_alchemy": "2560", - "high_alchemy": "3840", - "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, - "low_alchemy": "25600", - "high_alchemy": "38400", - "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, - "low_alchemy": "25600", - "high_alchemy": "38400", - "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, - "low_alchemy": "25600", - "high_alchemy": "38400", - "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,1,0,1" - }, - { - "requirements": "{1,40}", - "ge_buy_limit": "2", - "examine": "Rune plateskirt in the colours of Saradomin.", - "durability": null, - "low_alchemy": "25600", - "high_alchemy": "38400", - "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,1,0,1" - }, - { - "requirements": "{1,40}", - "ge_buy_limit": "2", - "examine": "Rune plateskirt in the colours of Guthix.", - "durability": null, - "low_alchemy": "25600", - "high_alchemy": "38400", - "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,1,0,0" - }, - { - "requirements": "{1,40}", - "ge_buy_limit": "2", - "examine": "Rune platebody with complete gold trim & plating.", - "durability": null, - "low_alchemy": "26000", - "high_alchemy": "39000", - "weight": "10", - "absorb": "3,0,6", - "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, - "low_alchemy": "25600", - "high_alchemy": "38400", - "weight": "9", - "absorb": "2,0,4", - "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, - "low_alchemy": "25600", - "high_alchemy": "38400", - "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, - "low_alchemy": "14080", - "high_alchemy": "21120", - "weight": "2", - "absorb": "1,0,3", - "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, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5", - "absorb": "3,0,7", - "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3490" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3491" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3492" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3493" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3494" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3495" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3496" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3497" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3498" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3499" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3500" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3501" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3502" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3503" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3504" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3505" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3506" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3507" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3508" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3509" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3511" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3512" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3513" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3514" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3515" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3517" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3519" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3521" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3523" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3524" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3525" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3527" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3529" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3531" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3533" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3535" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3537" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3539" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3541" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3543" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3545" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3547" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3549" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3551" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3553" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3555" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3557" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3559" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3561" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3563" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "3565" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "3567" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "3569" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "3571" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3572" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3573" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3574" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "3576" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "3578" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3579" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3581" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3583" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3585" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3587" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3589" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3591" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3593" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3595" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3597" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3598" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3600" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3601" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "3603" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3604" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3605" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3607" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3609" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3610" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3611" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3612" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3613" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3614" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3615" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3616" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "3617" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "5200", - "high_alchemy": "7800", - "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": "This will teleport me to Rellekka when I play it. A musical intrument that I can magically play.", - "durability": null, - "name": "Lyre", - "low_alchemy": "400", - "high_alchemy": "600", - "weight": "1.8", - "archery_ticket_price": "0", - "id": "3689", - "equipment_slot": "3" - }, - { - "examine": "This will teleport me to Rellekka when I play it. A musical intrument that I can magically play.", - "durability": null, - "name": "Enchanted lyre", - "low_alchemy": "400", - "high_alchemy": "600", - "weight": "1.8", - "archery_ticket_price": "0", - "id": "3690", - "equipment_slot": "3" - }, - { - "examine": "This will teleport me to Rellekka when I play it. A musical intrument that I can magically play.", - "durability": null, - "name": "Enchanted lyre(1)", - "low_alchemy": "400", - "high_alchemy": "600", - "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, - "turn90ccw_anim": "6663", - "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", - "low_alchemy": "130", - "high_alchemy": "195", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "archery_ticket_price": "0", - "id": "3746" - }, - { - "durability": null, - "name": "Sticky red goop", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "3747" - }, - { - "remove_head": "true", - "examine": "A sturdy helm worn only by Fremennik clan members.", - "durability": null, - "name": "Fremennik helm", - "low_alchemy": "2600", - "high_alchemy": "3900", - "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", - "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, - "low_alchemy": "31200", - "high_alchemy": "46800", - "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, - "low_alchemy": "31200", - "high_alchemy": "46800", - "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, - "low_alchemy": "31200", - "high_alchemy": "46800", - "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, - "low_alchemy": "31200", - "high_alchemy": "46800", - "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, - "low_alchemy": "2000", - "high_alchemy": "3000", - "weight": "1.8", - "attack_speed": "4", - "weapon_interface": "6", - "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", - "low_alchemy": "2000", - "high_alchemy": "3000", - "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", - "equipment_slot": "5" - }, - { - "shop_price": "325", - "ge_buy_limit": "1000", - "examine": "The latest fashion in Rellekka.", - "durability": null, - "low_alchemy": "100", - "high_alchemy": "150", - "equipment_slot": "1", - "grand_exchange_price": "697", - "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" - }, - { - "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.", - "durability": null, - "low_alchemy": "100", - "high_alchemy": "150", - "equipment_slot": "1", - "grand_exchange_price": "54", - "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" - }, - { - "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.", - "durability": null, - "low_alchemy": "100", - "high_alchemy": "150", - "equipment_slot": "1", - "grand_exchange_price": "581", - "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" - }, - { - "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.", - "durability": null, - "low_alchemy": "100", - "high_alchemy": "150", - "equipment_slot": "1", - "grand_exchange_price": "912", - "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" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "912", - "durability": null, - "name": "Fremennik cloak", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "3766" - }, - { - "shop_price": "325", - "ge_buy_limit": "100", - "examine": "The latest in Fremennik fashion.", - "durability": null, - "low_alchemy": "130", - "high_alchemy": "195", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "100", - "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" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "100", - "durability": null, - "name": "Fremennik shirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "3768" - }, - { - "shop_price": "325", - "ge_buy_limit": "100", - "examine": "The latest in Fremennik fashion.", - "durability": null, - "low_alchemy": "130", - "high_alchemy": "195", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "486", - "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" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "486", - "durability": null, - "name": "Fremennik shirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "3770" - }, - { - "shop_price": "325", - "ge_buy_limit": "100", - "examine": "The latest in Fremennik fashion.", - "durability": null, - "low_alchemy": "130", - "high_alchemy": "195", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "242", - "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" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "242", - "durability": null, - "name": "Fremennik shirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "3772" - }, - { - "shop_price": "325", - "ge_buy_limit": "100", - "examine": "The latest in Fremennik fashion.", - "durability": null, - "low_alchemy": "130", - "high_alchemy": "195", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "500", - "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" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "500", - "durability": null, - "name": "Fremennik shirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "3774" - }, - { - "shop_price": "325", - "ge_buy_limit": "100", - "examine": "The latest in Fremennik fashion.", - "durability": null, - "low_alchemy": "130", - "high_alchemy": "195", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "450", - "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" - }, - { - "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.", - "durability": null, - "low_alchemy": "100", - "high_alchemy": "150", - "equipment_slot": "1", - "grand_exchange_price": "674", - "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" - }, - { - "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.", - "durability": null, - "low_alchemy": "100", - "high_alchemy": "150", - "equipment_slot": "1", - "grand_exchange_price": "809", - "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" - }, - { - "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.", - "durability": null, - "low_alchemy": "100", - "high_alchemy": "150", - "equipment_slot": "1", - "grand_exchange_price": "632", - "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" - }, - { - "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.", - "durability": null, - "low_alchemy": "100", - "high_alchemy": "150", - "equipment_slot": "1", - "grand_exchange_price": "517", - "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" - }, - { - "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.", - "durability": null, - "low_alchemy": "100", - "high_alchemy": "150", - "equipment_slot": "1", - "grand_exchange_price": "398", - "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" - }, - { - "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.", - "durability": null, - "low_alchemy": "100", - "high_alchemy": "150", - "equipment_slot": "1", - "grand_exchange_price": "283", - "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" - }, - { - "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.", - "durability": null, - "low_alchemy": "100", - "high_alchemy": "150", - "equipment_slot": "1", - "grand_exchange_price": "966", - "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" - }, - { - "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!", - "durability": null, - "low_alchemy": "260", - "high_alchemy": "390", - "weight": "0.5", - "equipment_slot": "10", - "grand_exchange_price": "205", - "name": "Fremennik boots", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "3791", - "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0" - }, - { - "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, - "low_alchemy": "260", - "high_alchemy": "390", - "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.", - "durability": null, - "low_alchemy": "260", - "high_alchemy": "390", - "weight": "0.9", - "equipment_slot": "7", - "grand_exchange_price": "663", - "name": "Fremennik skirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "3795", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" - }, - { - "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.", - "durability": null, - "low_alchemy": "260", - "high_alchemy": "390", - "weight": "1", - "equipment_slot": "0", - "grand_exchange_price": "2380", - "name": "Fremennik hat", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "3797", - "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,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", - "grand_exchange_price": "172", - "durability": null, - "name": "Gloves", - "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", - "low_alchemy": "130", - "high_alchemy": "195", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "archery_ticket_price": "0", - "id": "3838" - }, - { - "shop_price": "5000", - "examine": "An incomplete book of Saradomin/Guthix/Zamorak/Bandos/ArmadylAn incomplete ancient book", - "durability": null, - "name": "Damaged book", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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 Saradomin/Guthix/Zamorak/Bandos/ArmadylAn incomplete ancient book", - "durability": null, - "name": "Damaged book", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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 Saradomin/Guthix/Zamorak/Bandos/ArmadylAn incomplete ancient book", - "durability": null, - "name": "Damaged book", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "420", - "high_alchemy": "630", - "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", - "low_alchemy": "420", - "high_alchemy": "630", - "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", - "low_alchemy": "420", - "high_alchemy": "630", - "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", - "low_alchemy": "420", - "high_alchemy": "630", - "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", - "low_alchemy": "420", - "high_alchemy": "630", - "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", - "low_alchemy": "420", - "high_alchemy": "630", - "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", - "low_alchemy": "420", - "high_alchemy": "630", - "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", - "low_alchemy": "420", - "high_alchemy": "630", - "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", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "3897" - }, - { - "examine": "The king should be able to use this.", - "durability": null, - "name": "Giant pen", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "3898" - }, - { - "shop_price": "15", - "examine": "Not as good as a pet frog.", - "durability": null, - "name": "Iron sickle", - "low_alchemy": "6", - "high_alchemy": "9", - "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", - "low_alchemy": "2", - "tradeable": "false", - "high_alchemy": "3", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "0.2", - "archery_ticket_price": "0", - "id": "4006" - }, - { - "examine": "A gold bar with a talkative monkey spirit.", - "durability": null, - "name": "Enchanted bar", - "low_alchemy": "320", - "high_alchemy": "480", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "weight": "1", - "archery_ticket_price": "0", - "id": "4009" - }, - { - "shop_price": "3", - "examine": "They are Monkey Nuts. Yummy.", - "durability": null, - "name": "Monkey nuts", - "low_alchemy": "1", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "4012" - }, - { - "shop_price": "50", - "examine": "It's a monkey bar. It looks highly nutritious.", - "durability": null, - "name": "Monkey bar", - "low_alchemy": "20", - "high_alchemy": "30", - "archery_ticket_price": "0", - "id": "4014" - }, - { - "shop_price": "300", - "examine": "It's a bowl full of mushy banana", - "durability": null, - "name": "Banana stew", - "low_alchemy": "120", - "high_alchemy": "180", - "archery_ticket_price": "0", - "id": "4016" - }, - { - "examine": "It's an amulet mould shaped like a monkey head.", - "durability": null, - "name": "M'amulet mould", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "1", - "archery_ticket_price": "0", - "id": "4020" - }, - { - "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": "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", - "low_alchemy": "400", - "high_alchemy": "600", - "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", - "low_alchemy": "200", - "high_alchemy": "300", - "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", - "low_alchemy": "200", - "high_alchemy": "300", - "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", - "low_alchemy": "200", - "high_alchemy": "300", - "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", - "low_alchemy": "200", - "high_alchemy": "300", - "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", - "low_alchemy": "200", - "high_alchemy": "300", - "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", - "low_alchemy": "200", - "high_alchemy": "300", - "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", - "low_alchemy": "200", - "high_alchemy": "300", - "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", - "low_alchemy": "200", - "high_alchemy": "300", - "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", - "run_anim": "1427", - "archery_ticket_price": "0", - "id": "4037", - "stand_turn_anim": "1426" - }, - { - "durability": null, - "name": "Saradomin banner", - "tradeable": "true", - "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", - "run_anim": "1427", - "archery_ticket_price": "0", - "id": "4039", - "stand_turn_anim": "1426" - }, - { - "durability": null, - "name": "Zamorak banner", - "tradeable": "true", - "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, - "low_alchemy": "520", - "high_alchemy": "780", - "weight": "1", - "turn90ccw_anim": "822", - "weapon_interface": "6", - "turn180_anim": "820", - "render_anim": "1", - "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", - "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", - "equipment_slot": "7" - }, - { - "remove_head": "true", - "requirements": "{1,5}", - "shop_price": "40", - "examine": "A very decorative helm.", - "durability": null, - "low_alchemy": "312", - "high_alchemy": "468", - "weight": "1", - "equipment_slot": "0", - "name": "Decorative helm", - "archery_ticket_price": "0", - "id": "4071", - "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,3,0,0,0,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", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "75000", - "high_alchemy": "75000", - "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", - "low_alchemy": "70", - "high_alchemy": "105", - "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, - "low_alchemy": "70", - "high_alchemy": "105", - "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", - "low_alchemy": "6", - "high_alchemy": "9", - "archery_ticket_price": "0", - "id": "4085", - "equipment_slot": "5" - }, - { - "examine": "These pale flowers have a pungent odour.", - "durability": null, - "name": "Trollweiss", - "low_alchemy": "2", - "high_alchemy": "3", - "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, - "low_alchemy": "108000", - "high_alchemy": "162000", - "weight": "9", - "absorb": "3,0,6", - "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,20}", - "shop_price": "15000", - "ge_buy_limit": "100", - "examine": "Blue: A magical hat. ", - "durability": null, - "low_alchemy": "6000", - "high_alchemy": "9000", - "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,20}", - "shop_price": "120000", - "ge_buy_limit": "100", - "examine": "The upper half of a magical robe.", - "durability": null, - "low_alchemy": "48000", - "high_alchemy": "72000", - "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,20}", - "shop_price": "80000", - "ge_buy_limit": "100", - "examine": "The lower half of a magical robe.", - "durability": null, - "low_alchemy": "32000", - "high_alchemy": "48000", - "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,20}", - "shop_price": "10000", - "ge_buy_limit": "100", - "examine": "Magical gloves.", - "durability": null, - "low_alchemy": "4000", - "high_alchemy": "6000", - "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,20}", - "shop_price": "10000", - "ge_buy_limit": "100", - "examine": "Magical boots.", - "durability": null, - "low_alchemy": "4000", - "high_alchemy": "6000", - "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,20}", - "shop_price": "15000", - "ge_buy_limit": "100", - "examine": "Black: A magical hat. ", - "durability": null, - "low_alchemy": "6000", - "high_alchemy": "9000", - "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,20}", - "shop_price": "120000", - "ge_buy_limit": "100", - "examine": "The upper half of a magical robe.", - "durability": null, - "low_alchemy": "48000", - "high_alchemy": "72000", - "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,20}", - "shop_price": "80000", - "ge_buy_limit": "100", - "examine": "The lower half of a magical robe.", - "durability": null, - "low_alchemy": "32000", - "high_alchemy": "48000", - "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,20}", - "shop_price": "10000", - "ge_buy_limit": "100", - "examine": "Dark magical gloves.", - "durability": null, - "low_alchemy": "4000", - "high_alchemy": "6000", - "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,20}", - "shop_price": "10000", - "ge_buy_limit": "100", - "examine": "Magical boots.", - "durability": null, - "low_alchemy": "4000", - "high_alchemy": "6000", - "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,20}", - "shop_price": "15000", - "ge_buy_limit": "100", - "examine": "White: A magical hat. ", - "durability": null, - "low_alchemy": "6000", - "high_alchemy": "9000", - "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,20}", - "shop_price": "120000", - "ge_buy_limit": "100", - "examine": "The upper half of a magical robe.", - "durability": null, - "low_alchemy": "48000", - "high_alchemy": "72000", - "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,20}", - "shop_price": "80000", - "ge_buy_limit": "100", - "examine": "The lower half of a magical robe.", - "durability": null, - "low_alchemy": "32000", - "high_alchemy": "48000", - "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,20}", - "shop_price": "10000", - "ge_buy_limit": "100", - "examine": "Bright magical gloves.", - "durability": null, - "low_alchemy": "4000", - "high_alchemy": "6000", - "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,20}", - "shop_price": "10000", - "ge_buy_limit": "100", - "examine": "Magical boots.", - "durability": null, - "low_alchemy": "4000", - "high_alchemy": "6000", - "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.", - "durability": null, - "low_alchemy": "9", - "high_alchemy": "14", - "weight": "1.3", - "equipment_slot": "10", - "grand_exchange_price": "359", - "name": "Bronze boots", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4119", - "bonuses": "0,0,0,-3,-1,1,2,3,0,0,0,0,0,0,0" - }, - { - "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.", - "durability": null, - "low_alchemy": "33", - "high_alchemy": "50", - "weight": "1.3", - "equipment_slot": "10", - "grand_exchange_price": "17000", - "name": "Iron boots", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4121", - "bonuses": "0,0,0,-3,-1,2,3,4,0,0,0,0,0,0,0" - }, - { - "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, - "low_alchemy": "120", - "high_alchemy": "180", - "weight": "1.3", - "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, - "low_alchemy": "230", - "high_alchemy": "345", - "weight": "1.3", - "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, - "low_alchemy": "312", - "high_alchemy": "468", - "weight": "1", - "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, - "low_alchemy": "768", - "high_alchemy": "1152", - "weight": "1.3", - "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, - "low_alchemy": "5000", - "high_alchemy": "7500", - "weight": "1.3", - "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", - "low_alchemy": "36", - "high_alchemy": "54", - "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", - "low_alchemy": "48000", - "turn90ccw_anim": "822", - "attack_speed": "4", - "turn180_anim": "820", - "defence_anim": "1659", - "equipment_slot": "3", - "attack_anims": "1658,1658,1658,1658", - "destroy_message": "", - "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, - "high_alchemy": "72000", - "weight": "0.45", - "weapon_interface": "11", - "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", - "low_alchemy": "20000", - "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, - "high_alchemy": "30000", - "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, - "low_alchemy": "2000", - "high_alchemy": "3000", - "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" - }, - { - "turn90cw_anim": "1207", - "examine": "A spear with a leaf-shaped point.", - "walk_anim": "1205", - "low_alchemy": "12400", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "two_handed": "true", - "turn180_anim": "1206", - "defence_anim": "2079", - "equipment_slot": "3", - "attack_anims": "2080,2081,2082,2080", - "stand_anim": "813", - "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", - "durability": null, - "high_alchemy": "18600", - "weight": "2", - "weapon_interface": "14", - "render_anim": "28", - "name": "Leaf-bladed spear" - }, - { - "requirements": "{0,55}-{18,50}", - "shop_price": "31000", - "examine": "A spear with a leaf-shaped point.", - "durability": null, - "name": "Leaf-bladed spear", - "low_alchemy": "12400", - "high_alchemy": "18600", - "weight": "2", - "archery_ticket_price": "0", - "attack_speed": "5", - "id": "4159", - "equipment_slot": "3" - }, - { - "requirements": "{18,55}-{4,50}", - "shop_price": "90", - "examine": "Arrows with a wider than normal tip.", - "durability": null, - "name": "Broad arrow", - "low_alchemy": "36", - "high_alchemy": "54", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "4161" - }, - { - "shop_price": "500", - "ge_buy_limit": "100", - "examine": "I can even smash stone with this.", - "durability": null, - "low_alchemy": "200", - "high_alchemy": "300", - "weight": "2.2", - "equipment_slot": "3", - "grand_exchange_price": "140", - "name": "Rock hammer", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4162" - }, - { - "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.", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "weight": "0.1", - "equipment_slot": "0", - "grand_exchange_price": "615", - "name": "Face mask", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4164" - }, - { - "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.", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "weight": "2.6", - "equipment_slot": "0", - "grand_exchange_price": "484", - "name": "Earmuffs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4166" - }, - { - "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.", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "weight": "8", - "equipment_slot": "0", - "grand_exchange_price": "523", - "name": "Nose peg", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4168" - }, - { - "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", - "low_alchemy": "8400", - "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, - "high_alchemy": "12600", - "weight": "1.8", - "weapon_interface": "1", - "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", - "low_alchemy": "36", - "high_alchemy": "54", - "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", - "low_alchemy": "36", - "high_alchemy": "54", - "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", - "low_alchemy": "36", - "high_alchemy": "54", - "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", - "low_alchemy": "36", - "high_alchemy": "54", - "archery_ticket_price": "0", - "id": "4175", - "equipment_slot": "13" - }, - { - "examine": "A weapon from the Abyss.", - "rare_item": "true", - "durability": null, - "low_alchemy": "48000", - "high_alchemy": "72000", - "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" - }, - { - "examine": "Looks pretty heavy.", - "durability": null, - "low_alchemy": "108000", - "high_alchemy": "162000", - "weight": "9", - "absorb": "3,0,6", - "lendable": "true", - "grand_exchange_price": "165900", - "name": "Dragon platelegs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4180", - "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": "See article", - "durability": null, - "name": "Garden brush", - "weight": "1", - "archery_ticket_price": "0", - "id": "4190" - }, - { - "examine": "See article", - "durability": null, - "name": "Extended brush", - "weight": "1", - "archery_ticket_price": "0", - "id": "4191" - }, - { - "examine": "See article", - "durability": null, - "name": "Extended brush", - "weight": "1", - "archery_ticket_price": "0", - "id": "4192" - }, - { - "examine": "See article", - "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" - }, - { - "examine": "A pair of lifeless, rotting legs.", - "durability": null, - "name": "Legs", - "archery_ticket_price": "0", - "id": "4196" - }, - { - "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" - }, - { - "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" - }, - { - "shop_price": "50", - "examine": "A pickled brain, submerged inside a jar of vinegar.", - "durability": null, - "name": "Pickled brain", - "archery_ticket_price": "0", - "id": "4199" - }, - { - "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": "Unactivated: The Ring of charos.Activated: The power within this ring has been activated.", - "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", - "high_alchemy": "1", - "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", - "render_anim": "2588", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "426,426,426,426", - "grand_exchange_price": "905300", - "attack_audios": "2700,0,0,0", - "name": "New crystal bow", - "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", - "render_anim": "2588", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "426,426,426,426", - "grand_exchange_price": "901019", - "attack_audios": "2700,0,0,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", - "render_anim": "2588", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "426,426,426,426", - "grand_exchange_price": "901019", - "attack_audios": "2700,0,0,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", - "render_anim": "2588", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "426,426,426,426", - "grand_exchange_price": "901019", - "attack_audios": "2700,0,0,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", - "render_anim": "2588", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "426,426,426,426", - "grand_exchange_price": "901019", - "attack_audios": "2700,0,0,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", - "render_anim": "2588", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "426,426,426,426", - "grand_exchange_price": "901019", - "attack_audios": "2700,0,0,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", - "render_anim": "2588", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "426,426,426,426", - "grand_exchange_price": "901019", - "attack_audios": "2700,0,0,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", - "render_anim": "2588", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "426,426,426,426", - "grand_exchange_price": "901019", - "attack_audios": "2700,0,0,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", - "render_anim": "2588", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "426,426,426,426", - "grand_exchange_price": "901019", - "attack_audios": "2700,0,0,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", - "render_anim": "2588", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "426,426,426,426", - "grand_exchange_price": "901019", - "attack_audios": "2700,0,0,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", - "render_anim": "2588", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "426,426,426,426", - "grand_exchange_price": "901019", - "attack_audios": "2700,0,0,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", - "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, - "low_alchemy": "64", - "high_alchemy": "96", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "4237" - }, - { - "examine": "It's a bowl of (milky) nettle tea.", - "durability": null, - "name": "Nettle tea", - "low_alchemy": "1", - "high_alchemy": "2", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "4239" - }, - { - "examine": "It's a bowl of (milky) nettle tea.", - "durability": null, - "name": "Nettle tea", - "low_alchemy": "1", - "high_alchemy": "2", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "4240" - }, - { - "examine": "(In inventory) A handful of nettles (In ground) I better not get stung/I wouldn't like to get stung/I wish I could sting other people/Dock leaves at the ready/These may hurt/nettles sting my leggies(Draynor Village nettles)", - "durability": null, - "name": "Nettles", - "low_alchemy": "1", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "4241" - }, - { - "shop_price": "10", - "examine": "A nice cup of tea.", - "grand_exchange_price": "30", - "durability": null, - "name": "Cup of tea", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "0.1", - "archery_ticket_price": "0", - "id": "4242" - }, - { - "shop_price": "10", - "examine": "A nice cup of tea.", - "grand_exchange_price": "30", - "durability": null, - "name": "Cup of tea", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "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": "A nice cup of tea.", - "grand_exchange_price": "30", - "durability": null, - "name": "Cup of tea", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "0.1", - "archery_ticket_price": "0", - "id": "4245" - }, - { - "shop_price": "10", - "examine": "A nice cup of tea.", - "grand_exchange_price": "30", - "durability": null, - "name": "Cup of tea", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "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": "Normal: It lets me talk to ghosts.", - "durability": null, - "name": "Ghostspeak amulet", - "low_alchemy": "14", - "high_alchemy": "21", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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 [type of bones].", - "durability": null, - "name": "Bonemeal", - "weight": "1", - "archery_ticket_price": "0", - "id": "4255" - }, - { - "examine": "A pot of crushed [type of bones].", - "durability": null, - "name": "Bonemeal", - "weight": "1", - "archery_ticket_price": "0", - "id": "4256" - }, - { - "examine": "A pot of crushed [type of bones].", - "durability": null, - "name": "Bonemeal", - "weight": "1", - "archery_ticket_price": "0", - "id": "4257" - }, - { - "examine": "A pot of crushed [type of bones].", - "durability": null, - "name": "Bonemeal", - "weight": "1", - "archery_ticket_price": "0", - "id": "4258" - }, - { - "examine": "A pot of crushed [type of bones].", - "durability": null, - "name": "Bonemeal", - "weight": "1", - "archery_ticket_price": "0", - "id": "4259" - }, - { - "examine": "A pot of crushed [type of bones].", - "durability": null, - "name": "Bonemeal", - "weight": "1", - "archery_ticket_price": "0", - "id": "4260" - }, - { - "examine": "A pot of crushed [type of bones].", - "durability": null, - "name": "Bonemeal", - "weight": "1", - "archery_ticket_price": "0", - "id": "4261" - }, - { - "examine": "A pot of crushed [type of bones].", - "durability": null, - "name": "Bonemeal", - "weight": "1", - "archery_ticket_price": "0", - "id": "4262" - }, - { - "examine": "A pot of crushed [type of bones].", - "durability": null, - "name": "Bonemeal", - "weight": "1", - "archery_ticket_price": "0", - "id": "4263" - }, - { - "examine": "A pot of crushed [type of bones].", - "durability": null, - "name": "Bonemeal", - "weight": "1", - "archery_ticket_price": "0", - "id": "4264" - }, - { - "examine": "A pot of crushed [type of bones].", - "durability": null, - "name": "Bonemeal", - "weight": "1", - "archery_ticket_price": "0", - "id": "4265" - }, - { - "examine": "A pot of crushed [type of bones].", - "durability": null, - "name": "Bonemeal", - "weight": "1", - "archery_ticket_price": "0", - "id": "4266" - }, - { - "examine": "A pot of crushed [type of bones].", - "durability": null, - "name": "Bonemeal", - "weight": "1", - "archery_ticket_price": "0", - "id": "4267" - }, - { - "examine": "A pot of crushed [type of 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 [type of bones].", - "durability": null, - "name": "Bonemeal", - "weight": "1", - "archery_ticket_price": "0", - "id": "4270" - }, - { - "examine": "A pot of crushed [type of 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", - "low_alchemy": "23", - "high_alchemy": "35", - "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", - "low_alchemy": "24", - "high_alchemy": "36", - "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", - "low_alchemy": "4", - "high_alchemy": "7", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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" - }, - { - "ge_buy_limit": "100", - "examine": "The label says 'Vivid Crimson', but it looks like pink to me!", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "45", - "weight": "0.9", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "19", - "name": "Ham shirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4298", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" - }, - { - "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!", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "45", - "weight": "0.9", - "equipment_slot": "7", - "grand_exchange_price": "11", - "name": "Ham robe", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4300", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" - }, - { - "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.", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "45", - "weight": "0.4", - "equipment_slot": "0", - "grand_exchange_price": "400", - "name": "Ham hood", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4302", - "bonuses": "0,0,0,0,0,0,1,2,0,1,0,0,0,0,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.", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "45", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "25", - "name": "Ham cloak", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4304", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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", - "low_alchemy": "30", - "high_alchemy": "45", - "archery_ticket_price": "0", - "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", - "grand_exchange_price": "59", - "durability": null, - "name": "Gloves", - "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", - "grand_exchange_price": "323", - "durability": null, - "name": "Boots", - "archery_ticket_price": "0", - "id": "4310", - "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": "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", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "4313" - }, - { - "shop_price": "50", - "ge_buy_limit": "100", - "examine": "Ooohhh look at the pretty colours...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "2342", - "name": "Team-1 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4315", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1145", - "name": "Team-2 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4317", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "141", - "name": "Team-3 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4319", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "973", - "name": "Team-4 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4321", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1294", - "name": "Team-5 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4323", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "124", - "name": "Team-6 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4325", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1264", - "name": "Team-7 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4327", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1824", - "name": "Team-8 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4329", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "841", - "name": "Team-9 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4331", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1127", - "name": "Team-10 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4333", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "2011", - "name": "Team-11 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4335", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1591", - "name": "Team-12 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4337", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "308", - "name": "Team-13 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4339", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1504", - "name": "Team-14 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4341", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1462", - "name": "Team-15 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4343", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "313", - "name": "Team-16 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4345", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1231", - "name": "Team-17 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4347", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1678", - "name": "Team-18 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4349", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1041", - "name": "Team-19 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4351", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "703", - "name": "Team-20 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4353", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1292", - "name": "Team-21 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4355", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1368", - "name": "Team-22 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4357", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "280", - "name": "Team-23 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4359", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1512", - "name": "Team-24 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4361", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1395", - "name": "Team-25 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4363", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "191", - "name": "Team-26 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4365", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1420", - "name": "Team-27 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4367", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1920", - "name": "Team-28 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4369", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1175", - "name": "Team-29 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4371", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "552", - "name": "Team-30 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4373", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1385", - "name": "Team-31 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4375", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1168", - "name": "Team-32 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4377", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "211", - "name": "Team-33 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4379", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1128", - "name": "Team-34 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4381", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1140", - "name": "Team-35 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4383", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "84", - "name": "Team-36 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4385", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1010", - "name": "Team-37 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4387", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1833", - "name": "Team-38 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4389", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "914", - "name": "Team-39 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4391", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "582", - "name": "Team-40 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4393", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1471", - "name": "Team-41 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4395", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1072", - "name": "Team-42 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4397", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "298", - "name": "Team-43 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4399", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1268", - "name": "Team-44 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4401", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1371", - "name": "Team-45 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4403", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "140", - "name": "Team-46 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4405", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1233", - "name": "Team-47 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4407", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1836", - "name": "Team-48 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4409", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1185", - "name": "Team-49 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4411", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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...", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "708", - "name": "Team-50 cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4413", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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 hatchet.", - "durability": null, - "name": "Blunt axe", - "low_alchemy": "22", - "high_alchemy": "33", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "6", - "high_alchemy": "9", - "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", - "low_alchemy": "22", - "high_alchemy": "33", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "7", - "high_alchemy": "10", - "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, - "low_alchemy": "520", - "high_alchemy": "780", - "weight": "1", - "turn90ccw_anim": "822", - "weapon_interface": "6", - "turn180_anim": "820", - "render_anim": "1", - "defence_anim": "397", - "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", - "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", - "equipment_slot": "7" - }, - { - "remove_head": "true", - "requirements": "{1,20}", - "shop_price": "40", - "examine": "A very decorative helm.", - "durability": null, - "low_alchemy": "312", - "high_alchemy": "468", - "weight": "1", - "equipment_slot": "0", - "name": "Decorative helm", - "archery_ticket_price": "0", - "id": "4506", - "bonuses": "0,0,0,-3,-1,10,11,9,-1,10,5,0,0,0,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", - "equipment_slot": "5" - }, - { - "requirements": "{0,30}", - "shop_price": "50", - "turn90cw_anim": "821", - "examine": "A very decorative sword.", - "walk_anim": "819", - "durability": null, - "low_alchemy": "520", - "high_alchemy": "780", - "weight": "1", - "turn90ccw_anim": "822", - "weapon_interface": "6", - "turn180_anim": "820", - "render_anim": "1", - "defence_anim": "397", - "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", - "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", - "equipment_slot": "7" - }, - { - "remove_head": "true", - "requirements": "{1,30}", - "shop_price": "40", - "examine": "A very decorative helm.", - "durability": null, - "low_alchemy": "312", - "high_alchemy": "468", - "weight": "1", - "equipment_slot": "0", - "name": "Decorative helm", - "archery_ticket_price": "0", - "id": "4511", - "bonuses": "0,0,0,-3,-1,14,15,13,-1,14,6,0,0,0,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", - "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", - "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", - "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", - "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", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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.", - "durability": null, - "low_alchemy": "11", - "high_alchemy": "16", - "weight": "0.4", - "grand_exchange_price": "1575", - "name": "Oil lamp", - "tradeable": "true", - "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", - "low_alchemy": "11", - "high_alchemy": "16", - "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.", - "durability": null, - "low_alchemy": "11", - "high_alchemy": "16", - "weight": "0.4", - "grand_exchange_price": "2", - "name": "Oil lamp", - "tradeable": "true", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "50", - "high_alchemy": "75", - "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", - "low_alchemy": "50", - "high_alchemy": "75", - "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", - "low_alchemy": "50", - "high_alchemy": "75", - "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", - "low_alchemy": "36", - "high_alchemy": "54", - "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", - "low_alchemy": "28", - "high_alchemy": "42", - "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": "A sturdy steel lantern casting a bright beam.", - "grand_exchange_price": "88", - "durability": null, - "name": "Bullseye lantern", - "low_alchemy": "168", - "high_alchemy": "252", - "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": "A sturdy steel lantern casting a bright beam.", - "grand_exchange_price": "158", - "durability": null, - "name": "Bullseye lantern", - "low_alchemy": "168", - "high_alchemy": "252", - "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 casting a bright beam.", - "grand_exchange_price": "1345", - "durability": null, - "name": "Bullseye lantern", - "low_alchemy": "168", - "high_alchemy": "252", - "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", - "low_alchemy": "168", - "high_alchemy": "252", - "weight": "1", - "archery_ticket_price": "0", - "id": "4550" - }, - { - "remove_head": "true", - "requirements": "{1,5}-{18,35}", - "shop_price": "650", - "ge_buy_limit": "100", - "examine": "You don't want to wear it inside-out.", - "durability": null, - "low_alchemy": "260", - "high_alchemy": "390", - "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", - "low_alchemy": "6", - "high_alchemy": "9", - "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 RuneScape.", - "durability": null, - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "12", - "defence_anim": "1834", - "equipment_slot": "3", - "attack_anims": "1833,1833,1833,1833", - "fun_weapon": "true", - "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" - }, - { - "ge_buy_limit": "100", - "turn90cw_anim": "1207", - "examine": "A black tipped spear.", - "walk_anim": "1205", - "low_alchemy": "260", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "two_handed": "true", - "turn180_anim": "1206", - "equipment_slot": "3", - "grand_exchange_price": "536", - "stand_anim": "813", - "tradeable": "true", - "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", - "requirements": "{0,10}", - "durability": null, - "high_alchemy": "390", - "weight": "2.2", - "weapon_interface": "14", - "render_anim": "28", - "name": "Black spear" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "536", - "durability": null, - "name": "Black spear", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4581" - }, - { - "ge_buy_limit": "100", - "turn90cw_anim": "1207", - "examine": "A black tipped spear.", - "walk_anim": "1205", - "low_alchemy": "260", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "two_handed": "true", - "turn180_anim": "1206", - "equipment_slot": "3", - "grand_exchange_price": "2808", - "stand_anim": "813", - "tradeable": "true", - "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", - "requirements": "{0,10}", - "durability": null, - "high_alchemy": "390", - "weight": "2.2", - "weapon_interface": "14", - "render_anim": "28", - "name": "Black spear(p)" - }, - { - "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 black tipped spear.", - "walk_anim": "1205", - "durability": null, - "low_alchemy": "260", - "high_alchemy": "390", - "weight": "2.2", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "two_handed": "true", - "weapon_interface": "14", - "turn180_anim": "1206", - "render_anim": "28", - "equipment_slot": "3", - "grand_exchange_price": "309", - "stand_anim": "813", - "name": "Black spear(kp)", - "tradeable": "true", - "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, - "low_alchemy": "108000", - "high_alchemy": "162000", - "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", - "low_alchemy": "40000", - "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, - "high_alchemy": "60000", - "weight": "1.8", - "weapon_interface": "6", - "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", - "low_alchemy": "160", - "high_alchemy": "160", - "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", - "low_alchemy": "160", - "high_alchemy": "160", - "archery_ticket_price": "0", - "id": "4598" - }, - { - "shop_price": "1", - "examine": "A handy little club made out of oak.", - "durability": null, - "name": "Oak-blackjack", - "weight": "1.8", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "4599", - "weapon_interface": "10", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,2,0,0,0", - "equipment_slot": "3" - }, - { - "shop_price": "600", - "ge_buy_limit": "100", - "examine": "A handy little club made out of willow.", - "durability": null, - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "1", - "attack_speed": "4", - "weapon_interface": "10", - "equipment_slot": "3", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "30", - "high_alchemy": "45", - "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.On ground: Not good for eating.", - "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", - "low_alchemy": "260", - "high_alchemy": "390", - "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", - "low_alchemy": "100", - "high_alchemy": "150", - "archery_ticket_price": "0", - "id": "4654" - }, - { - "examine": "A rough translation made from archaeological etchings.", - "durability": null, - "name": "Translation", - "low_alchemy": "100", - "high_alchemy": "150", - "weight": "1", - "archery_ticket_price": "0", - "id": "4655" - }, - { - "examine": "This key is unusally warm to the touch.", - "durability": null, - "name": "Warm key", - "low_alchemy": "100", - "high_alchemy": "150", - "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": "Frank's shiny silver coated pot.", - "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": "Frank's shiny silver coated pot.", - "durability": null, - "name": "Silver pot", - "tradeable": "false", - "destroy": "true", - "archery_ticket_price": "0", - "id": "4660" - }, - { - "examine": "A silver pot made by Ruantun and blessed on Entrana.", - "durability": null, - "name": "Blessed pot", - "weight": "2", - "archery_ticket_price": "0", - "id": "4661" - }, - { - "examine": "Frank's shiny silver coated pot.", - "durability": null, - "name": "Silver pot", - "tradeable": "false", - "destroy": "true", - "archery_ticket_price": "0", - "id": "4662" - }, - { - "examine": "A silver pot made by Ruantun and blessed on Entrana.", - "durability": null, - "name": "Blessed pot", - "weight": "2", - "archery_ticket_price": "0", - "id": "4663" - }, - { - "examine": "Frank's shiny silver coated pot.", - "durability": null, - "name": "Silver pot", - "tradeable": "false", - "destroy": "true", - "archery_ticket_price": "0", - "id": "4664" - }, - { - "examine": "A silver pot made by Ruantun and blessed on Entrana.", - "durability": null, - "name": "Blessed pot", - "weight": "2", - "archery_ticket_price": "0", - "id": "4665" - }, - { - "examine": "Frank's shiny silver coated pot.", - "durability": null, - "name": "Silver pot", - "tradeable": "false", - "destroy": "true", - "archery_ticket_price": "0", - "id": "4666" - }, - { - "examine": "A silver pot made by Ruantun and blessed on Entrana.", - "durability": null, - "name": "Blessed pot", - "weight": "2", - "archery_ticket_price": "0", - "id": "4667" - }, - { - "examine": "Finely ground garlic powder.", - "durability": null, - "name": "Garlic powder", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "100", - "high_alchemy": "150", - "archery_ticket_price": "0", - "id": "4674" - }, - { - "ge_buy_limit": "100", - "turn90cw_anim": "1207", - "examine": "A magical staff of ancient origin...", - "walk_anim": "1205", - "low_alchemy": "40000", - "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, - "high_alchemy": "60000", - "weight": "2.25", - "weapon_interface": "1", - "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", - "low_alchemy": "120", - "high_alchemy": "180", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "weight": "2", - "archery_ticket_price": "0", - "id": "4687" - }, - { - "examine": "A little heap of salt.", - "durability": null, - "name": "Pile of salt", - "low_alchemy": "8", - "high_alchemy": "12", - "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", - "low_alchemy": "52000", - "high_alchemy": "78000", - "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", - "low_alchemy": "2", - "high_alchemy": "4", - "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", - "low_alchemy": "2", - "high_alchemy": "4", - "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", - "low_alchemy": "2", - "high_alchemy": "4", - "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", - "low_alchemy": "2", - "high_alchemy": "4", - "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", - "low_alchemy": "2", - "high_alchemy": "4", - "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", - "low_alchemy": "2", - "high_alchemy": "4", - "archery_ticket_price": "0", - "id": "4699" - }, - { - "examine": "Unfuelled: You need to add lamp oil before you can use it. Unlit: A bullseye lantern with a sapphire for a lens. Lit: A lantern casting a bright blue beam.", - "durability": null, - "name": "Sapphire lantern", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "1.3", - "archery_ticket_price": "0", - "id": "4700" - }, - { - "examine": "Unfuelled: You need to add lamp oil before you can use it. Unlit: A bullseye lantern with a sapphire for a lens. Lit: A lantern casting a bright blue beam.", - "durability": null, - "name": "Sapphire lantern", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "1.3", - "archery_ticket_price": "0", - "id": "4701" - }, - { - "examine": "Unfuelled: You need to add lamp oil before you can use it. Unlit: A bullseye lantern with a sapphire for a lens. Lit: A lantern casting a bright blue beam.", - "durability": null, - "name": "Sapphire lantern", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "1.3", - "archery_ticket_price": "0", - "id": "4702" - }, - { - "shop_price": "975000", - "examine": "A magic stone to make high-level furniture.", - "grand_exchange_price": "977755", - "durability": null, - "name": "Magic stone", - "tradeable": "true", - "low_alchemy": "390000", - "high_alchemy": "585000", - "weight": "1", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "archery_ticket_price": "0", - "id": "4707" - }, - { - "remove_head": "true", - "requirements": "{1,70}-{6,70}", - "ge_buy_limit": "10", - "examine": "Ahrim The Blighted's Hood.", - "durability": null, - "low_alchemy": "5200", - "high_alchemy": "7800", - "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", - "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", - "low_alchemy": "34000", - "turn90ccw_anim": "1208", - "attack_speed": "6", - "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, - "high_alchemy": "51000", - "weight": "2", - "weapon_interface": "1", - "render_anim": "28", - "attack_audios": "2555,0,0,0", - "name": "Ahrim's staff" - }, - { - "ge_buy_limit": "10", - "grand_exchange_price": "69500", - "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, - "low_alchemy": "20000", - "high_alchemy": "30000", - "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", - "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, - "low_alchemy": "18800", - "high_alchemy": "28200", - "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", - "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 Helmet", - "durability": "1", - "low_alchemy": "41200", - "high_alchemy": "61800", - "weight": "1", - "absorb": "2,0,5", - "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", - "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", - "low_alchemy": "83200", - "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, - "high_alchemy": "124800", - "weight": "13", - "weapon_interface": "2", - "render_anim": "1426", - "name": "Dharok's greataxe" - }, - { - "ge_buy_limit": "10", - "grand_exchange_price": "516900", - "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.", - "durability": null, - "low_alchemy": "112000", - "high_alchemy": "168000", - "weight": "9.9", - "absorb": "5,0,10", - "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", - "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, - "low_alchemy": "110000", - "high_alchemy": "165000", - "weight": "10", - "absorb": "3,0,7", - "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", - "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, - "low_alchemy": "41200", - "high_alchemy": "61800", - "weight": "2", - "absorb": "2,0,5", - "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", - "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", - "low_alchemy": "40000", - "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, - "high_alchemy": "60000", - "weight": "2.2", - "weapon_interface": "14", - "render_anim": "28", - "name": "Guthan's warspear" - }, - { - "ge_buy_limit": "10", - "grand_exchange_price": "588400", - "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, - "low_alchemy": "112000", - "high_alchemy": "168000", - "weight": "9", - "absorb": "5,0,10", - "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", - "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, - "low_alchemy": "110000", - "high_alchemy": "165000", - "weight": "8", - "absorb": "3,0,7", - "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", - "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, - "low_alchemy": "5200", - "high_alchemy": "7800", - "absorb": "0,5,2", - "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", - "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", - "low_alchemy": "64000", - "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, - "high_alchemy": "96000", - "weight": "2", - "weapon_interface": "17", - "render_anim": "372", - "attack_audios": "2700,0,0,0", - "name": "Karil's crossbow" - }, - { - "ge_buy_limit": "1", - "grand_exchange_price": "188000", - "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 leatherbody.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "weight": "6", - "absorb": "0,10,5", - "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", - "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, - "low_alchemy": "18800", - "high_alchemy": "28200", - "weight": "2", - "absorb": "0,7,3", - "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", - "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.", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "equipment_slot": "13", - "grand_exchange_price": "238", - "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" - }, - { - "remove_head": "true", - "requirements": "{1,70}", - "ge_buy_limit": "10", - "examine": "Torag the Corrupted's helm.", - "durability": null, - "low_alchemy": "41200", - "high_alchemy": "61800", - "weight": "5", - "absorb": "2,0,5", - "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", - "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, - "low_alchemy": "64000", - "high_alchemy": "96000", - "weight": "3", - "attack_speed": "5", - "two_handed": "true", - "weapon_interface": "10", - "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", - "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 plate body armour.", - "durability": null, - "low_alchemy": "112000", - "high_alchemy": "168000", - "weight": "9", - "absorb": "5,0,10", - "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", - "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, - "low_alchemy": "110000", - "high_alchemy": "165000", - "weight": "9", - "absorb": "3,0,7", - "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", - "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, - "low_alchemy": "41200", - "high_alchemy": "61800", - "weight": "1", - "absorb": "2,0,5", - "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", - "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", - "low_alchemy": "64000", - "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, - "high_alchemy": "96000", - "weight": "2", - "weapon_interface": "8", - "render_anim": "1426", - "attack_audios": "1323,0,0,0", - "name": "Verac's flail" - }, - { - "ge_buy_limit": "10", - "grand_exchange_price": "135500", - "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, - "low_alchemy": "112000", - "high_alchemy": "168000", - "weight": "5", - "absorb": "5,0,10", - "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", - "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, - "low_alchemy": "110000", - "high_alchemy": "165000", - "weight": "5", - "absorb": "3,0,7", - "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", - "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", - "durability": null, - "low_alchemy": "2", - "high_alchemy": "3", - "equipment_slot": "13", - "grand_exchange_price": "39", - "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" - }, - { - "requirements": "{4,30}", - "ge_buy_limit": "1000", - "examine": "Blunt iron arrow...ouch", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "equipment_slot": "13", - "grand_exchange_price": "14", - "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" - }, - { - "requirements": "{4,30}", - "ge_buy_limit": "1000", - "examine": "Blunt steel arrow...ouch", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "equipment_slot": "13", - "grand_exchange_price": "20", - "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" - }, - { - "requirements": "{4,30}", - "ge_buy_limit": "1000", - "examine": "Blunt black arrow...ouch", - "durability": null, - "low_alchemy": "14", - "high_alchemy": "21", - "equipment_slot": "13", - "grand_exchange_price": "63", - "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" - }, - { - "requirements": "{4,30}", - "shop_price": "20", - "ge_buy_limit": "1000", - "examine": "Blunt mithril arrow...ouch", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "equipment_slot": "13", - "grand_exchange_price": "80", - "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" - }, - { - "requirements": "{4,30}", - "ge_buy_limit": "1000", - "examine": "Blunt adamant arrow...ouch", - "durability": null, - "low_alchemy": "38", - "high_alchemy": "57", - "equipment_slot": "13", - "grand_exchange_price": "154", - "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" - }, - { - "requirements": "{4,30}", - "shop_price": "180", - "ge_buy_limit": "1000", - "examine": "Blunt rune arrow...ouch", - "durability": null, - "low_alchemy": "180", - "high_alchemy": "270", - "equipment_slot": "13", - "grand_exchange_price": "188", - "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" - }, - { - "examine": "A very black prism.", - "durability": null, - "name": "Black prism", - "high_alchemy": "1", - "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", - "low_alchemy": "2", - "high_alchemy": "4", - "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", - "low_alchemy": "13", - "high_alchemy": "19", - "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", - "low_alchemy": "4", - "high_alchemy": "7", - "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", - "low_alchemy": "7", - "high_alchemy": "10", - "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", - "low_alchemy": "18", - "high_alchemy": "27", - "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", - "low_alchemy": "88", - "high_alchemy": "132", - "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", - "low_alchemy": "24", - "high_alchemy": "36", - "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, - "low_alchemy": "72", - "high_alchemy": "108", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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 [type of bones].", - "durability": null, - "name": "Bonemeal", - "weight": "1", - "archery_ticket_price": "0", - "id": "4852" - }, - { - "examine": "A pot of crushed [type of bones].", - "durability": null, - "name": "Bonemeal", - "weight": "1", - "archery_ticket_price": "0", - "id": "4853" - }, - { - "examine": "A pot of crushed [type of bones].", - "durability": null, - "name": "Bonemeal", - "weight": "1", - "archery_ticket_price": "0", - "id": "4854" - }, - { - "examine": "A pot of crushed [type of 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 Hood.", - "durability": null, - "low_alchemy": "5200", - "high_alchemy": "7800", - "weight": "0.9", - "absorb": "5,2,0", - "equipment_slot": "0", - "grand_exchange_price": "77678", - "name": "Ahrim's hood 100", - "archery_ticket_price": "0", - "id": "4856", - "bonuses": "0,0,0,6,-2,15,13,16,6,0,15,0,0,0,0" - }, - { - "remove_head": "true", - "requirements": "{1,70}-{6,70}", - "examine": "Ahrim The Blighted's Hood.", - "durability": null, - "low_alchemy": "5200", - "high_alchemy": "7800", - "weight": "0.9", - "absorb": "5,2,0", - "equipment_slot": "0", - "grand_exchange_price": "77678", - "name": "Ahrim's hood 75", - "archery_ticket_price": "0", - "id": "4857", - "bonuses": "0,0,0,6,-2,15,13,16,6,0,15,0,0,0,0" - }, - { - "remove_head": "true", - "requirements": "{1,70}-{6,70}", - "examine": "Ahrim The Blighted's Hood.", - "durability": null, - "low_alchemy": "5200", - "high_alchemy": "7800", - "weight": "0.9", - "absorb": "5,2,0", - "equipment_slot": "0", - "grand_exchange_price": "77678", - "name": "Ahrim's hood 50", - "archery_ticket_price": "0", - "id": "4858", - "bonuses": "0,0,0,6,-2,15,13,16,6,0,15,0,0,0,0" - }, - { - "remove_head": "true", - "requirements": "{1,70}-{6,70}", - "examine": "Ahrim The Blighted's Hood.", - "durability": null, - "low_alchemy": "5200", - "high_alchemy": "7800", - "weight": "0.9", - "absorb": "5,2,0", - "equipment_slot": "0", - "grand_exchange_price": "77678", - "name": "Ahrim's hood 25", - "archery_ticket_price": "0", - "id": "4859", - "bonuses": "0,0,0,6,-2,15,13,16,6,0,15,0,0,0,0" - }, - { - "remove_head": "true", - "requirements": "{1,70}-{6,70}", - "ge_buy_limit": "10", - "examine": "Ahrim The Blighted's Hood.", - "durability": null, - "low_alchemy": "5200", - "high_alchemy": "7800", - "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", - "durability": null, - "name": "Ahrim's hood 0", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4861" - }, - { - "turn90cw_anim": "1207", - "examine": "Ahrim the Blighted's quarterstaff.", - "walk_anim": "1205", - "low_alchemy": "34000", - "turn90ccw_anim": "1208", - "attack_speed": "6", - "turn180_anim": "1206", - "defence_anim": "420", - "equipment_slot": "3", - "attack_anims": "419,419,419,419", - "grand_exchange_price": "50655", - "stand_anim": "813", - "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}", - "durability": null, - "high_alchemy": "51000", - "weight": "2", - "weapon_interface": "1", - "render_anim": "28", - "attack_audios": "2555,0,0,0", - "name": "Ahrim's staff 100" - }, - { - "turn90cw_anim": "1207", - "examine": "Ahrim the Blighted's quarterstaff.", - "walk_anim": "1205", - "low_alchemy": "34000", - "turn90ccw_anim": "1208", - "attack_speed": "6", - "turn180_anim": "1206", - "defence_anim": "420", - "equipment_slot": "3", - "attack_anims": "419,419,419,419", - "grand_exchange_price": "50655", - "stand_anim": "813", - "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}", - "durability": null, - "high_alchemy": "51000", - "weight": "2", - "weapon_interface": "1", - "render_anim": "28", - "attack_audios": "2555,0,0,0", - "name": "Ahrim's staff 75" - }, - { - "turn90cw_anim": "1207", - "examine": "Ahrim the Blighted's quarterstaff.", - "walk_anim": "1205", - "low_alchemy": "34000", - "turn90ccw_anim": "1208", - "attack_speed": "6", - "turn180_anim": "1206", - "defence_anim": "420", - "equipment_slot": "3", - "attack_anims": "419,419,419,419", - "grand_exchange_price": "50655", - "stand_anim": "813", - "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}", - "durability": null, - "high_alchemy": "51000", - "weight": "2", - "weapon_interface": "1", - "render_anim": "28", - "attack_audios": "2555,0,0,0", - "name": "Ahrim's staff 50" - }, - { - "turn90cw_anim": "1207", - "examine": "Ahrim the Blighted's quarterstaff.", - "walk_anim": "1205", - "low_alchemy": "34000", - "turn90ccw_anim": "1208", - "attack_speed": "6", - "turn180_anim": "1206", - "defence_anim": "420", - "equipment_slot": "3", - "attack_anims": "419,419,419,419", - "grand_exchange_price": "50655", - "stand_anim": "813", - "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}", - "durability": null, - "high_alchemy": "51000", - "weight": "2", - "weapon_interface": "1", - "render_anim": "28", - "attack_audios": "2555,0,0,0", - "name": "Ahrim's staff 25" - }, - { - "requirements": "{0,70}-{6,70}", - "ge_buy_limit": "10", - "turn90cw_anim": "1207", - "examine": "Ahrim the Blighted's quarterstaff.", - "walk_anim": "1205", - "durability": null, - "low_alchemy": "34000", - "high_alchemy": "51000", - "weight": "2", - "turn90ccw_anim": "1208", - "attack_speed": "6", - "weapon_interface": "1", - "turn180_anim": "1206", - "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", - "durability": null, - "name": "Ahrim's staff 0", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4867" - }, - { - "requirements": "{1,70}-{6,70}", - "examine": "Ahrim the Blighted's armoured robe top.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "weight": "5", - "absorb": "10,5,0", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "1458307", - "name": "Ahrim's top 100", - "archery_ticket_price": "0", - "id": "4868", - "bonuses": "0,0,0,30,-10,52,37,63,30,0,60,0,0,0,0" - }, - { - "requirements": "{1,70}-{6,70}", - "examine": "Ahrim the Blighted's armoured robe top.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "weight": "5", - "absorb": "10,5,0", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "1458307", - "name": "Ahrim's top 75", - "archery_ticket_price": "0", - "id": "4869", - "bonuses": "0,0,0,30,-10,52,37,63,30,0,60,0,0,0,0" - }, - { - "requirements": "{1,70}-{6,70}", - "examine": "Ahrim the Blighted's armoured robe top.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "weight": "5", - "absorb": "10,5,0", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "1458307", - "name": "Ahrim's top 50", - "archery_ticket_price": "0", - "id": "4870", - "bonuses": "0,0,0,30,-10,52,37,63,30,0,60,0,0,0,0" - }, - { - "requirements": "{1,70}-{6,70}", - "examine": "Ahrim the Blighted's armoured robe top.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "weight": "5", - "absorb": "10,5,0", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "1458307", - "name": "Ahrim's top 25", - "archery_ticket_price": "0", - "id": "4871", - "bonuses": "0,0,0,30,-10,52,37,63,30,0,60,0,0,0,0" - }, - { - "requirements": "{1,70}-{6,70}", - "ge_buy_limit": "10", - "examine": "Ahrim the Blighted's armoured robe top.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "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", - "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.", - "durability": null, - "low_alchemy": "18800", - "high_alchemy": "28200", - "weight": "12", - "absorb": "7,3,0", - "equipment_slot": "7", - "grand_exchange_price": "1561591", - "name": "Ahrim's skirt 100", - "archery_ticket_price": "0", - "id": "4874", - "bonuses": "0,0,0,22,-7,33,30,36,22,0,30,0,0,0,0" - }, - { - "requirements": "{1,70}-{6,70}", - "examine": "Ahrim the Blighted's armoured robe skirt.", - "durability": null, - "low_alchemy": "18800", - "high_alchemy": "28200", - "weight": "12", - "absorb": "7,3,0", - "equipment_slot": "7", - "grand_exchange_price": "1561591", - "name": "Ahrim's skirt 75", - "archery_ticket_price": "0", - "id": "4875", - "bonuses": "0,0,0,22,-7,33,30,36,22,0,30,0,0,0,0" - }, - { - "requirements": "{1,70}-{6,70}", - "examine": "Ahrim the Blighted's armoured robe skirt.", - "durability": null, - "low_alchemy": "18800", - "high_alchemy": "28200", - "weight": "12", - "absorb": "7,3,0", - "equipment_slot": "7", - "grand_exchange_price": "1561591", - "name": "Ahrim's skirt 50", - "archery_ticket_price": "0", - "id": "4876", - "bonuses": "0,0,0,22,-7,33,30,36,22,0,30,0,0,0,0" - }, - { - "requirements": "{1,70}-{6,70}", - "examine": "Ahrim the Blighted's armoured robe skirt.", - "durability": null, - "low_alchemy": "18800", - "high_alchemy": "28200", - "weight": "12", - "absorb": "7,3,0", - "equipment_slot": "7", - "grand_exchange_price": "1561591", - "name": "Ahrim's skirt 25", - "archery_ticket_price": "0", - "id": "4877", - "bonuses": "0,0,0,22,-7,33,30,36,22,0,30,0,0,0,0" - }, - { - "requirements": "{1,70}-{6,70}", - "ge_buy_limit": "10", - "examine": "Ahrim the Blighted's armoured robe skirt.", - "durability": null, - "low_alchemy": "18800", - "high_alchemy": "28200", - "weight": "12", - "absorb": "7,3,0", - "equipment_slot": "7", - "grand_exchange_price": "1500000", - "name": "Ahrim's skirt 0", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4878" - }, - { - "ge_buy_limit": "10", - "grand_exchange_price": "1500000", - "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 Helmet", - "durability": null, - "low_alchemy": "41200", - "high_alchemy": "61800", - "weight": "1", - "absorb": "2,0,5", - "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 Helmet", - "durability": null, - "low_alchemy": "41200", - "high_alchemy": "61800", - "weight": "1", - "absorb": "2,0,5", - "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 Helmet", - "durability": null, - "low_alchemy": "41200", - "high_alchemy": "61800", - "weight": "1", - "absorb": "2,0,5", - "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 Helmet", - "durability": null, - "low_alchemy": "41200", - "high_alchemy": "61800", - "weight": "1", - "absorb": "2,0,5", - "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 Helmet", - "durability": null, - "low_alchemy": "41200", - "high_alchemy": "61800", - "weight": "1", - "absorb": "2,0,5", - "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", - "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", - "low_alchemy": "83200", - "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, - "high_alchemy": "124800", - "weight": "13", - "weapon_interface": "2", - "render_anim": "1426", - "attack_audios": "1320,0,0,0", - "name": "Dharok's axe 100" - }, - { - "turn90cw_anim": "2064", - "examine": "Dharok the Wretched's Greataxe.", - "walk_anim": "2064", - "low_alchemy": "83200", - "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, - "high_alchemy": "124800", - "weight": "13", - "weapon_interface": "2", - "render_anim": "1426", - "attack_audios": "1320,0,0,0", - "name": "Dharok's axe 75" - }, - { - "turn90cw_anim": "2064", - "examine": "Dharok the Wretched's Greataxe.", - "walk_anim": "2064", - "low_alchemy": "83200", - "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, - "high_alchemy": "124800", - "weight": "13", - "weapon_interface": "2", - "render_anim": "1426", - "attack_audios": "1320,0,0,0", - "name": "Dharok's axe 50" - }, - { - "turn90cw_anim": "2064", - "examine": "Dharok the Wretched's Greataxe.", - "walk_anim": "2064", - "low_alchemy": "83200", - "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, - "high_alchemy": "124800", - "weight": "13", - "weapon_interface": "2", - "render_anim": "1426", - "attack_audios": "1320,0,0,0", - "name": "Dharok's axe 25" - }, - { - "ge_buy_limit": "10", - "turn90cw_anim": "2064", - "examine": "Dharok the Wretched's Greataxe.", - "walk_anim": "2064", - "low_alchemy": "83200", - "turn90ccw_anim": "2064", - "attack_speed": "7", - "two_handed": "true", - "turn180_anim": "2064", - "equipment_slot": "3", - "grand_exchange_price": "442600", - "stand_anim": "2065", - "tradeable": "true", - "run_anim": "824", - "archery_ticket_price": "0", - "id": "4890", - "stand_turn_anim": "823", - "requirements": "{0,70}-{2,70}", - "durability": null, - "high_alchemy": "124800", - "weight": "13", - "weapon_interface": "2", - "render_anim": "1426", - "attack_audios": "1320,0,0,0", - "name": "Dharok's axe 0" - }, - { - "ge_buy_limit": "10", - "grand_exchange_price": "442600", - "durability": null, - "name": "Dharok's axe 0", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4891" - }, - { - "requirements": "{1,70}", - "examine": "Dharok the Wretched's platebody.", - "durability": null, - "low_alchemy": "112000", - "high_alchemy": "168000", - "weight": "9.9", - "absorb": "5,0,10", - "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.", - "durability": null, - "low_alchemy": "112000", - "high_alchemy": "168000", - "weight": "9.9", - "absorb": "5,0,10", - "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.", - "durability": null, - "low_alchemy": "112000", - "high_alchemy": "168000", - "weight": "9.9", - "absorb": "5,0,10", - "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.", - "durability": null, - "low_alchemy": "112000", - "high_alchemy": "168000", - "weight": "9.9", - "absorb": "5,0,10", - "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.", - "durability": null, - "low_alchemy": "112000", - "high_alchemy": "168000", - "weight": "9.9", - "absorb": "5,0,10", - "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", - "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.", - "durability": null, - "low_alchemy": "110000", - "high_alchemy": "165000", - "weight": "10", - "absorb": "3,0,7", - "equipment_slot": "7", - "grand_exchange_price": "897451", - "name": "Dharok's legs 100", - "archery_ticket_price": "0", - "id": "4898", - "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0" - }, - { - "requirements": "{1,70}", - "examine": "Dharok the wretched's plate leg armour.", - "durability": null, - "low_alchemy": "110000", - "high_alchemy": "165000", - "weight": "10", - "absorb": "3,0,7", - "equipment_slot": "7", - "grand_exchange_price": "897451", - "name": "Dharok's legs 75", - "archery_ticket_price": "0", - "id": "4899", - "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0" - }, - { - "requirements": "{1,70}", - "examine": "Dharok the wretched's plate leg armour.", - "durability": null, - "low_alchemy": "110000", - "high_alchemy": "165000", - "weight": "10", - "absorb": "3,0,7", - "equipment_slot": "7", - "grand_exchange_price": "897451", - "name": "Dharok's legs 50", - "archery_ticket_price": "0", - "id": "4900", - "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0" - }, - { - "requirements": "{1,70}", - "examine": "Dharok the wretched's plate leg armour.", - "durability": null, - "low_alchemy": "110000", - "high_alchemy": "165000", - "weight": "10", - "absorb": "3,0,7", - "equipment_slot": "7", - "grand_exchange_price": "897451", - "name": "Dharok's legs 25", - "archery_ticket_price": "0", - "id": "4901", - "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0" - }, - { - "requirements": "{1,70}", - "ge_buy_limit": "10", - "examine": "Dharok the wretched's plate leg armour.", - "durability": null, - "low_alchemy": "110000", - "high_alchemy": "165000", - "weight": "10", - "absorb": "3,0,7", - "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", - "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, - "low_alchemy": "41200", - "high_alchemy": "61800", - "weight": "2", - "absorb": "2,0,5", - "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, - "low_alchemy": "41200", - "high_alchemy": "61800", - "weight": "2", - "absorb": "2,0,5", - "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, - "low_alchemy": "41200", - "high_alchemy": "61800", - "weight": "2", - "absorb": "2,0,5", - "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, - "low_alchemy": "41200", - "high_alchemy": "61800", - "weight": "2", - "absorb": "2,0,5", - "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, - "low_alchemy": "41200", - "high_alchemy": "61800", - "weight": "2", - "absorb": "2,0,5", - "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", - "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", - "low_alchemy": "40000", - "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, - "high_alchemy": "60000", - "weight": "2.2", - "weapon_interface": "14", - "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", - "low_alchemy": "40000", - "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, - "high_alchemy": "60000", - "weight": "2.2", - "weapon_interface": "14", - "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", - "low_alchemy": "40000", - "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, - "high_alchemy": "60000", - "weight": "2.2", - "weapon_interface": "14", - "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", - "low_alchemy": "40000", - "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, - "high_alchemy": "60000", - "weight": "2.2", - "weapon_interface": "14", - "render_anim": "28", - "attack_audios": "1316,0,0,0", - "name": "Guthan's spear 25" - }, - { - "ge_buy_limit": "10", - "turn90cw_anim": "1207", - "examine": "Guthan The Infested's Warspear.", - "walk_anim": "1205", - "low_alchemy": "40000", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "two_handed": "true", - "turn180_anim": "1206", - "equipment_slot": "3", - "grand_exchange_price": "379500", - "stand_anim": "813", - "tradeable": "true", - "run_anim": "1210", - "archery_ticket_price": "0", - "id": "4914", - "stand_turn_anim": "1209", - "requirements": "{0,70}", - "durability": null, - "high_alchemy": "60000", - "weight": "2.2", - "weapon_interface": "14", - "render_anim": "28", - "attack_audios": "1316,0,0,0", - "name": "Guthan's spear 0" - }, - { - "ge_buy_limit": "10", - "grand_exchange_price": "379500", - "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, - "low_alchemy": "112000", - "high_alchemy": "168000", - "weight": "9", - "absorb": "5,0,10", - "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, - "low_alchemy": "112000", - "high_alchemy": "168000", - "weight": "9", - "absorb": "5,0,10", - "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, - "low_alchemy": "112000", - "high_alchemy": "168000", - "weight": "9", - "absorb": "5,0,10", - "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, - "low_alchemy": "112000", - "high_alchemy": "168000", - "weight": "9", - "absorb": "5,0,10", - "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, - "low_alchemy": "112000", - "high_alchemy": "168000", - "weight": "9", - "absorb": "5,0,10", - "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", - "durability": null, - "name": "Guthan's body 0", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4921" - }, - { - "requirements": "{1,70}", - "examine": "Guthan the Infested's chainskirt.", - "durability": null, - "low_alchemy": "110000", - "high_alchemy": "165000", - "weight": "8", - "absorb": "3,0,7", - "equipment_slot": "7", - "grand_exchange_price": "224030", - "name": "Guthan's skirt 100", - "archery_ticket_price": "0", - "id": "4922", - "bonuses": "0,0,0,-14,-7,75,72,73,-4,82,30,0,0,0,0" - }, - { - "requirements": "{1,70}", - "examine": "Guthan the Infested's chainskirt.", - "durability": null, - "low_alchemy": "110000", - "high_alchemy": "165000", - "weight": "8", - "absorb": "3,0,7", - "equipment_slot": "7", - "grand_exchange_price": "224030", - "name": "Guthan's skirt 75", - "archery_ticket_price": "0", - "id": "4923", - "bonuses": "0,0,0,-14,-7,75,72,73,-4,82,30,0,0,0,0" - }, - { - "requirements": "{1,70}", - "examine": "Guthan the Infested's chainskirt.", - "durability": null, - "low_alchemy": "110000", - "high_alchemy": "165000", - "weight": "8", - "absorb": "3,0,7", - "equipment_slot": "7", - "grand_exchange_price": "224030", - "name": "Guthan's skirt 50", - "archery_ticket_price": "0", - "id": "4924", - "bonuses": "0,0,0,-14,-7,75,72,73,-4,82,30,0,0,0,0" - }, - { - "requirements": "{1,70}", - "examine": "Guthan the Infested's chainskirt.", - "durability": null, - "low_alchemy": "110000", - "high_alchemy": "165000", - "weight": "8", - "absorb": "3,0,7", - "equipment_slot": "7", - "grand_exchange_price": "224030", - "name": "Guthan's skirt 25", - "archery_ticket_price": "0", - "id": "4925", - "bonuses": "0,0,0,-14,-7,75,72,73,-4,82,30,0,0,0,0" - }, - { - "requirements": "{1,70}", - "ge_buy_limit": "10", - "examine": "Guthan the Infested's chainskirt.", - "durability": null, - "low_alchemy": "110000", - "high_alchemy": "165000", - "weight": "8", - "absorb": "3,0,7", - "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", - "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, - "low_alchemy": "5200", - "high_alchemy": "7800", - "absorb": "0,5,2", - "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, - "low_alchemy": "5200", - "high_alchemy": "7800", - "absorb": "0,5,2", - "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, - "low_alchemy": "5200", - "high_alchemy": "7800", - "absorb": "0,5,2", - "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, - "low_alchemy": "5200", - "high_alchemy": "7800", - "absorb": "0,5,2", - "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, - "low_alchemy": "5200", - "high_alchemy": "7800", - "absorb": "0,5,2", - "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", - "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", - "low_alchemy": "64000", - "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, - "high_alchemy": "96000", - "weight": "2", - "weapon_interface": "17", - "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", - "low_alchemy": "64000", - "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, - "high_alchemy": "96000", - "weight": "2", - "weapon_interface": "17", - "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", - "low_alchemy": "64000", - "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, - "high_alchemy": "96000", - "weight": "2", - "weapon_interface": "17", - "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", - "low_alchemy": "64000", - "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, - "high_alchemy": "96000", - "weight": "2", - "weapon_interface": "17", - "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, - "low_alchemy": "64000", - "high_alchemy": "96000", - "weight": "2", - "turn90ccw_anim": "2076", - "attack_speed": "4", - "two_handed": "true", - "weapon_interface": "17", - "turn180_anim": "2076", - "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", - "durability": null, - "name": "Karil's x-bow 0", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4939" - }, - { - "requirements": "{1,70}-{4,70}", - "examine": "Karil the Tainted's leatherbody.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "weight": "6", - "absorb": "0,10,5", - "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 leatherbody.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "weight": "6", - "absorb": "0,10,5", - "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 leatherbody.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "weight": "6", - "absorb": "0,10,5", - "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 leatherbody.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "weight": "6", - "absorb": "0,10,5", - "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 leatherbody.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "weight": "6", - "absorb": "0,10,5", - "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", - "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.", - "durability": null, - "low_alchemy": "18800", - "high_alchemy": "28200", - "weight": "2", - "absorb": "0,7,3", - "equipment_slot": "7", - "grand_exchange_price": "85135", - "name": "Karil's skirt 100", - "archery_ticket_price": "0", - "id": "4946", - "bonuses": "0,0,0,-10,17,26,20,28,35,33,30,0,0,0,0" - }, - { - "requirements": "{1,70}-{4,70}", - "examine": "Karil the Tainted's leather skirt.", - "durability": null, - "low_alchemy": "18800", - "high_alchemy": "28200", - "weight": "2", - "absorb": "0,7,3", - "equipment_slot": "7", - "grand_exchange_price": "85135", - "name": "Karil's skirt 75", - "archery_ticket_price": "0", - "id": "4947", - "bonuses": "0,0,0,-10,17,26,20,28,35,33,30,0,0,0,0" - }, - { - "requirements": "{1,70}-{4,70}", - "examine": "Karil the Tainted's leather skirt.", - "durability": null, - "low_alchemy": "18800", - "high_alchemy": "28200", - "weight": "2", - "absorb": "0,7,3", - "equipment_slot": "7", - "grand_exchange_price": "85135", - "name": "Karil's skirt 50", - "archery_ticket_price": "0", - "id": "4948", - "bonuses": "0,0,0,-10,17,26,20,28,35,33,30,0,0,0,0" - }, - { - "requirements": "{1,70}-{4,70}", - "examine": "Karil the Tainted's leather skirt.", - "durability": null, - "low_alchemy": "18800", - "high_alchemy": "28200", - "weight": "2", - "absorb": "0,7,3", - "equipment_slot": "7", - "grand_exchange_price": "85135", - "name": "Karil's skirt 25", - "archery_ticket_price": "0", - "id": "4949", - "bonuses": "0,0,0,-10,17,26,20,28,35,33,30,0,0,0,0" - }, - { - "requirements": "{1,70}-{4,70}", - "ge_buy_limit": "1", - "examine": "Karil the Tainted's leather skirt.", - "durability": null, - "low_alchemy": "18800", - "high_alchemy": "28200", - "weight": "2", - "absorb": "0,7,3", - "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", - "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, - "low_alchemy": "41200", - "high_alchemy": "61800", - "weight": "5", - "absorb": "2,0,5", - "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, - "low_alchemy": "41200", - "high_alchemy": "61800", - "weight": "5", - "absorb": "2,0,5", - "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, - "low_alchemy": "41200", - "high_alchemy": "61800", - "weight": "5", - "absorb": "2,0,5", - "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, - "low_alchemy": "41200", - "high_alchemy": "61800", - "weight": "5", - "absorb": "2,0,5", - "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, - "low_alchemy": "41200", - "high_alchemy": "61800", - "weight": "5", - "absorb": "2,0,5", - "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", - "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, - "low_alchemy": "64000", - "high_alchemy": "96000", - "weight": "3", - "attack_speed": "5", - "two_handed": "true", - "weapon_interface": "10", - "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, - "low_alchemy": "64000", - "high_alchemy": "96000", - "weight": "3", - "attack_speed": "5", - "two_handed": "true", - "weapon_interface": "10", - "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, - "low_alchemy": "64000", - "high_alchemy": "96000", - "weight": "3", - "attack_speed": "5", - "two_handed": "true", - "weapon_interface": "10", - "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, - "low_alchemy": "64000", - "high_alchemy": "96000", - "weight": "3", - "attack_speed": "5", - "two_handed": "true", - "weapon_interface": "10", - "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, - "low_alchemy": "64000", - "high_alchemy": "96000", - "weight": "3", - "attack_speed": "5", - "two_handed": "true", - "weapon_interface": "10", - "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", - "durability": null, - "name": "Torag's hammer 0", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "4963" - }, - { - "requirements": "{1,70}", - "examine": "Torag the Corrupted's plate body armour.", - "durability": null, - "low_alchemy": "112000", - "high_alchemy": "168000", - "weight": "9", - "absorb": "5,0,10", - "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 plate body armour.", - "durability": null, - "low_alchemy": "112000", - "high_alchemy": "168000", - "weight": "9", - "absorb": "5,0,10", - "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 plate body armour.", - "durability": null, - "low_alchemy": "112000", - "high_alchemy": "168000", - "weight": "9", - "absorb": "5,0,10", - "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 plate body armour.", - "durability": null, - "low_alchemy": "112000", - "high_alchemy": "168000", - "weight": "9", - "absorb": "5,0,10", - "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 plate body armour.", - "durability": null, - "low_alchemy": "112000", - "high_alchemy": "168000", - "weight": "9", - "absorb": "5,0,10", - "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", - "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.", - "durability": null, - "low_alchemy": "110000", - "high_alchemy": "165000", - "weight": "9", - "absorb": "3,0,7", - "equipment_slot": "7", - "grand_exchange_price": "384813", - "name": "Torag's legs 100", - "archery_ticket_price": "0", - "id": "4970", - "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0" - }, - { - "requirements": "{1,70}", - "examine": "Torag the Corrupted's plate leg armour.", - "durability": null, - "low_alchemy": "110000", - "high_alchemy": "165000", - "weight": "9", - "absorb": "3,0,7", - "equipment_slot": "7", - "grand_exchange_price": "384813", - "name": "Torag's legs 75", - "archery_ticket_price": "0", - "id": "4971", - "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0" - }, - { - "requirements": "{1,70}", - "examine": "Torag the Corrupted's plate leg armour.", - "durability": null, - "low_alchemy": "110000", - "high_alchemy": "165000", - "weight": "9", - "absorb": "3,0,7", - "equipment_slot": "7", - "grand_exchange_price": "384813", - "name": "Torag's legs 50", - "archery_ticket_price": "0", - "id": "4972", - "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0" - }, - { - "requirements": "{1,70}", - "examine": "Torag the Corrupted's plate leg armour.", - "durability": null, - "low_alchemy": "110000", - "high_alchemy": "165000", - "weight": "9", - "absorb": "3,0,7", - "equipment_slot": "7", - "grand_exchange_price": "384813", - "name": "Torag's legs 25", - "archery_ticket_price": "0", - "id": "4973", - "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0" - }, - { - "requirements": "{1,70}", - "ge_buy_limit": "10", - "examine": "Torag the Corrupted's plate leg armour.", - "durability": null, - "low_alchemy": "110000", - "high_alchemy": "165000", - "weight": "9", - "absorb": "3,0,7", - "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", - "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, - "low_alchemy": "41200", - "high_alchemy": "61800", - "weight": "1", - "absorb": "2,0,5", - "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, - "low_alchemy": "41200", - "high_alchemy": "61800", - "weight": "1", - "absorb": "2,0,5", - "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, - "low_alchemy": "41200", - "high_alchemy": "61800", - "weight": "1", - "absorb": "2,0,5", - "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, - "low_alchemy": "41200", - "high_alchemy": "61800", - "weight": "1", - "absorb": "2,0,5", - "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, - "low_alchemy": "41200", - "high_alchemy": "61800", - "weight": "1", - "absorb": "2,0,5", - "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", - "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", - "low_alchemy": "64000", - "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, - "high_alchemy": "96000", - "weight": "2", - "weapon_interface": "8", - "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", - "low_alchemy": "64000", - "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, - "high_alchemy": "96000", - "weight": "2", - "weapon_interface": "8", - "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", - "low_alchemy": "64000", - "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, - "high_alchemy": "96000", - "weight": "2", - "weapon_interface": "8", - "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", - "low_alchemy": "64000", - "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, - "high_alchemy": "96000", - "weight": "2", - "weapon_interface": "8", - "render_anim": "1426", - "attack_audios": "1323,0,0,0", - "name": "Verac's flail 25" - }, - { - "ge_buy_limit": "10", - "turn90cw_anim": "2060", - "examine": "Verac the Defiled's Flail.", - "walk_anim": "1830", - "low_alchemy": "64000", - "turn90ccw_anim": "2060", - "attack_speed": "5", - "two_handed": "true", - "turn180_anim": "2060", - "equipment_slot": "3", - "grand_exchange_price": "95500", - "stand_anim": "1832", - "tradeable": "true", - "run_anim": "1831", - "archery_ticket_price": "0", - "id": "4986", - "stand_turn_anim": "823", - "requirements": "{0,70}", - "durability": null, - "high_alchemy": "96000", - "weight": "2", - "weapon_interface": "8", - "render_anim": "1426", - "attack_audios": "1323,0,0,0", - "name": "Verac's flail 0" - }, - { - "ge_buy_limit": "10", - "grand_exchange_price": "95500", - "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, - "low_alchemy": "112000", - "high_alchemy": "168000", - "weight": "5", - "absorb": "5,0,10", - "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, - "low_alchemy": "112000", - "high_alchemy": "168000", - "weight": "5", - "absorb": "5,0,10", - "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, - "low_alchemy": "112000", - "high_alchemy": "168000", - "weight": "5", - "absorb": "5,0,10", - "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, - "low_alchemy": "112000", - "high_alchemy": "168000", - "weight": "5", - "absorb": "5,0,10", - "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, - "low_alchemy": "112000", - "high_alchemy": "168000", - "weight": "5", - "absorb": "5,0,10", - "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", - "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.", - "durability": null, - "low_alchemy": "110000", - "high_alchemy": "165000", - "weight": "5", - "absorb": "3,0,7", - "equipment_slot": "7", - "grand_exchange_price": "297540", - "name": "Verac's skirt 100", - "archery_ticket_price": "0", - "id": "4994", - "bonuses": "0,0,0,-21,-7,85,82,83,0,84,30,0,4,0,0" - }, - { - "requirements": "{1,70}", - "examine": "Verac the Defiled's plate skirt.", - "durability": null, - "low_alchemy": "110000", - "high_alchemy": "165000", - "weight": "5", - "absorb": "3,0,7", - "equipment_slot": "7", - "grand_exchange_price": "297540", - "name": "Verac's skirt 75", - "archery_ticket_price": "0", - "id": "4995", - "bonuses": "0,0,0,-21,-7,85,82,83,0,84,30,0,4,0,0" - }, - { - "requirements": "{1,70}", - "examine": "Verac the Defiled's plate skirt.", - "durability": null, - "low_alchemy": "110000", - "high_alchemy": "165000", - "weight": "5", - "absorb": "3,0,7", - "equipment_slot": "7", - "grand_exchange_price": "297540", - "name": "Verac's skirt 50", - "archery_ticket_price": "0", - "id": "4996", - "bonuses": "0,0,0,-21,-7,85,82,83,0,84,30,0,4,0,0" - }, - { - "requirements": "{1,70}", - "examine": "Verac the Defiled's plate skirt.", - "durability": null, - "low_alchemy": "110000", - "high_alchemy": "165000", - "weight": "5", - "absorb": "3,0,7", - "equipment_slot": "7", - "grand_exchange_price": "297540", - "name": "Verac's skirt 25", - "archery_ticket_price": "0", - "id": "4997", - "bonuses": "0,0,0,-21,-7,85,82,83,0,84,30,0,4,0,0" - }, - { - "requirements": "{1,70}", - "ge_buy_limit": "10", - "examine": "Verac the Defiled's plate skirt.", - "durability": null, - "low_alchemy": "110000", - "high_alchemy": "165000", - "weight": "5", - "absorb": "3,0,7", - "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", - "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", - "low_alchemy": "6", - "high_alchemy": "9", - "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", - "low_alchemy": "6", - "high_alchemy": "9", - "weight": "0.5", - "archery_ticket_price": "0", - "id": "5003" - }, - { - "examine": "That's disgusting!", - "durability": null, - "name": "Frog spawn", - "low_alchemy": "2", - "high_alchemy": "3", - "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": "Unlit: A helmet with an unlit lamp on it. Lit: A helmet with a lamp on it.", - "durability": null, - "low_alchemy": "360", - "high_alchemy": "540", - "weight": "1", - "equipment_slot": "0", - "grand_exchange_price": "380", - "name": "Mining helmet", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5013", - "bonuses": "0,0,0,-3,-1,4,5,3,-1,4,0,0,0,0,0" - }, - { - "requirements": "{11,65}", - "shop_price": "900", - "ge_buy_limit": "100", - "examine": "Unlit: A helmet with an unlit lamp on it. Lit: A helmet with a lamp on it.", - "durability": null, - "low_alchemy": "360", - "high_alchemy": "540", - "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", - "turn90cw_anim": "1207", - "examine": "Basic but brutal!", - "walk_anim": "1205", - "low_alchemy": "240", - "turn90ccw_anim": "1208", - "attack_speed": "6", - "two_handed": "true", - "turn180_anim": "1206", - "equipment_slot": "3", - "grand_exchange_price": "219", - "stand_anim": "813", - "tradeable": "true", - "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", - "shop_price": "600", - "durability": null, - "high_alchemy": "360", - "weight": "1.3", - "weapon_interface": "14", - "render_anim": "28", - "name": "Bone spear" - }, - { - "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, - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "0.9", - "attack_speed": "6", - "weapon_interface": "10", - "equipment_slot": "3", - "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" - }, - { - "shop_price": "812", - "ge_buy_limit": "100", - "examine": "Blue top, very tiny.", - "durability": null, - "low_alchemy": "338", - "high_alchemy": "507", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "710", - "name": "Woven top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5024" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "710", - "durability": null, - "name": "Woven top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5025" - }, - { - "shop_price": "812", - "ge_buy_limit": "100", - "examine": "Blue top, very tiny.", - "durability": null, - "low_alchemy": "338", - "high_alchemy": "507", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "908", - "name": "Woven top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5026" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "908", - "durability": null, - "name": "Woven top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5027" - }, - { - "shop_price": "812", - "ge_buy_limit": "100", - "examine": "Blue top, very tiny.", - "durability": null, - "low_alchemy": "338", - "high_alchemy": "507", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "1357", - "name": "Woven top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5028" - }, - { - "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", - "durability": null, - "name": "Shirt", - "archery_ticket_price": "0", - "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", - "durability": null, - "name": "Shirt", - "archery_ticket_price": "0", - "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", - "durability": null, - "name": "Shirt", - "archery_ticket_price": "0", - "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", - "durability": null, - "name": "Trousers", - "archery_ticket_price": "0", - "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", - "durability": null, - "name": "Trousers", - "archery_ticket_price": "0", - "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", - "durability": null, - "name": "Trousers", - "archery_ticket_price": "0", - "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", - "durability": null, - "name": "Shorts", - "archery_ticket_price": "0", - "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", - "durability": null, - "name": "Shorts", - "archery_ticket_price": "0", - "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", - "durability": null, - "name": "Shorts", - "archery_ticket_price": "0", - "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": "2", - "grand_exchange_price": "681", - "durability": null, - "name": "Skirt", - "archery_ticket_price": "0", - "id": "5048", - "equipment_slot": "7" - }, - { - "ge_buy_limit": "2", - "grand_exchange_price": "681", - "durability": null, - "name": "Skirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5049" - }, - { - "ge_buy_limit": "2", - "grand_exchange_price": "1151", - "durability": null, - "name": "Skirt", - "archery_ticket_price": "0", - "id": "5050", - "equipment_slot": "7" - }, - { - "ge_buy_limit": "2", - "grand_exchange_price": "1151", - "durability": null, - "name": "Skirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5051" - }, - { - "ge_buy_limit": "2", - "grand_exchange_price": "803", - "durability": null, - "name": "Skirt", - "archery_ticket_price": "0", - "id": "5052", - "equipment_slot": "7" - }, - { - "ge_buy_limit": "2", - "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", - "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", - "equipment_slot": "3" - }, - { - "examine": "This looks very rusty and worn;", - "durability": null, - "name": "Dwarven battleaxe", - "archery_ticket_price": "0", - "id": "5061", - "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", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "5070" - }, - { - "examine": "Full: ", - "durability": null, - "name": "Bird's nest", - "tradeable": "false", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "5071" - }, - { - "examine": "Full: ", - "durability": null, - "name": "Bird's nest", - "tradeable": "false", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "5072" - }, - { - "examine": "Full: ", - "durability": null, - "name": "Bird's nest", - "tradeable": "false", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "5073" - }, - { - "examine": "Full: ", - "durability": null, - "name": "Bird's nest", - "tradeable": "false", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "5074" - }, - { - "examine": "Full: ", - "durability": null, - "name": "Bird's nest", - "tradeable": "false", - "high_alchemy": "1", - "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", - "low_alchemy": "4", - "high_alchemy": "7", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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": "See article", - "grand_exchange_price": "298", - "durability": null, - "name": "Watering can", - "low_alchemy": "3", - "high_alchemy": "4", - "archery_ticket_price": "0", - "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": "See article", - "grand_exchange_price": "206", - "durability": null, - "name": "Watering can(1)", - "low_alchemy": "3", - "high_alchemy": "4", - "archery_ticket_price": "0", - "id": "5333" - }, - { - "shop_price": "8", - "examine": "See article", - "grand_exchange_price": "206", - "durability": null, - "name": "Watering can(2)", - "low_alchemy": "3", - "high_alchemy": "4", - "archery_ticket_price": "0", - "id": "5334" - }, - { - "shop_price": "8", - "examine": "See article", - "grand_exchange_price": "206", - "durability": null, - "name": "Watering can(3)", - "low_alchemy": "3", - "high_alchemy": "4", - "archery_ticket_price": "0", - "id": "5335" - }, - { - "shop_price": "8", - "examine": "See article", - "grand_exchange_price": "206", - "durability": null, - "name": "Watering can(4)", - "low_alchemy": "3", - "high_alchemy": "4", - "archery_ticket_price": "0", - "id": "5336" - }, - { - "shop_price": "8", - "examine": "See article", - "grand_exchange_price": "206", - "durability": null, - "name": "Watering can(5)", - "low_alchemy": "3", - "high_alchemy": "4", - "archery_ticket_price": "0", - "id": "5337" - }, - { - "shop_price": "8", - "examine": "See article", - "grand_exchange_price": "206", - "durability": null, - "name": "Watering can(6)", - "low_alchemy": "3", - "high_alchemy": "4", - "archery_ticket_price": "0", - "id": "5338" - }, - { - "shop_price": "8", - "examine": "See article", - "grand_exchange_price": "206", - "durability": null, - "name": "Watering can(7)", - "low_alchemy": "3", - "high_alchemy": "4", - "archery_ticket_price": "0", - "id": "5339" - }, - { - "shop_price": "8", - "examine": "See article", - "grand_exchange_price": "206", - "durability": null, - "name": "Watering can(8)", - "low_alchemy": "3", - "high_alchemy": "4", - "archery_ticket_price": "0", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "10", - "high_alchemy": "15", - "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": "A plant pot filled with soil.", - "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 and watered in this plant pot.", - "durability": null, - "name": "Oak seedling", - "archery_ticket_price": "0", - "id": "5358" - }, - { - "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": "5359" - }, - { - "examine": "A maple tree has been sown (and watered) in this plant pot.", - "durability": null, - "name": "Maple seedling", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "5360" - }, - { - "examine": "A yew seed has been sown in the plant pot", - "durability": null, - "name": "Yew seedling", - "high_alchemy": "1", - "weight": "1", - "archery_ticket_price": "0", - "id": "5361" - }, - { - "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": "5362" - }, - { - "examine": "A spirit seedling is growing in this pot. It has been sown and watered.", - "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 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 seed has been sown in the plant pot", - "durability": null, - "name": "Yew seedling", - "high_alchemy": "1", - "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 seedling is growing in this pot. It has been sown and watered.", - "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", - "low_alchemy": "28", - "high_alchemy": "42", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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 are <number of potatoes> 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 <number of 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 <number of 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 <number of 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 <number of 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 <number of 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 <number of 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 <number of 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 <number of 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 <number of 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 are <number of cabbages> 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 <number of 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 <number of 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 <number of 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 <number of 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 <number of 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 <number of 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 <number of 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 <number of 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 <number of 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 has been sown (and watered) 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 and watered 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 (and watered)in this plant pot.", - "durability": null, - "name": "Orange seedling", - "archery_ticket_price": "0", - "id": "5482" - }, - { - "examine": "A curry seed has been sown and watered in this plant pot.", - "durability": null, - "name": "Curry seedling", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "5483" - }, - { - "examine": "A pineapple tree has been sown (and watered) in this plant pot.", - "durability": null, - "name": "Pineapple seedling", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "5484" - }, - { - "examine": "This needs watering before it will grow.", - "durability": null, - "name": "Papaya seedling", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "5485" - }, - { - "examine": "This sapling is ready to be replanted in a fruit tree patch.", - "durability": null, - "name": "Palm seedling", - "weight": "0.66", - "archery_ticket_price": "0", - "id": "5486" - }, - { - "examine": "A calquat tree has been sown (and watered) in this plant pot.", - "durability": null, - "name": "Calquat seedling", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "5487" - }, - { - "examine": "An apple tree 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 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 tree has been sown (and watered) in this plant pot.", - "durability": null, - "name": "Pineapple seedling", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "5492" - }, - { - "examine": "This needs watering before it will grow.", - "durability": null, - "name": "Papaya seedling", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "5493" - }, - { - "examine": "This sapling is ready to be replanted in a fruit tree patch.", - "durability": null, - "name": "Palm seedling", - "weight": "0.66", - "archery_ticket_price": "0", - "id": "5494" - }, - { - "examine": "A calquat tree 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", - "low_alchemy": "7", - "high_alchemy": "10", - "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", - "low_alchemy": "120", - "high_alchemy": "180", - "weight": "1", - "archery_ticket_price": "0", - "id": "5510" - }, - { - "examine": "A medium-sized pouch used for storing essence.", - "durability": null, - "name": "Medium pouch", - "low_alchemy": "120", - "high_alchemy": "180", - "weight": "1", - "archery_ticket_price": "0", - "id": "5511" - }, - { - "shop_price": "25000", - "examine": "A large pouch used for storing essence.", - "durability": null, - "name": "Large pouch", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "1", - "archery_ticket_price": "0", - "id": "5512" - }, - { - "shop_price": "25000", - "examine": "A large pouch used for storing essence.", - "durability": null, - "name": "Large pouch", - "low_alchemy": "240", - "high_alchemy": "360", - "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", - "low_alchemy": "480", - "high_alchemy": "720", - "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", - "low_alchemy": "480", - "high_alchemy": "720", - "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", - "low_alchemy": "200", - "high_alchemy": "300", - "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": "When empty:", - "durability": null, - "name": "Scrying orb", - "weight": "1", - "archery_ticket_price": "0", - "id": "5518" - }, - { - "examine": "When empty:", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "570", - "high_alchemy": "855", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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" - }, - { - "requirements": "", - "ge_buy_limit": "100", - "examine": "A tiara infused with the properties of the mind.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "1", - "equipment_slot": "0", - "grand_exchange_price": "10", - "name": "Mind tiara", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5529" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "10", - "durability": null, - "name": "Mind tiara", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5530" - }, - { - "requirements": "", - "ge_buy_limit": "100", - "examine": "A tiara infused with the properties of water.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "1", - "equipment_slot": "0", - "grand_exchange_price": "1351", - "name": "Water tiara", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5531" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "1351", - "durability": null, - "name": "Water tiara", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5532" - }, - { - "requirements": "", - "ge_buy_limit": "100", - "examine": "A tiara infused with the properties of the body.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "1", - "equipment_slot": "0", - "grand_exchange_price": "5", - "name": "Body tiara", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5533" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "5", - "durability": null, - "name": "Body tiara", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5534" - }, - { - "requirements": "", - "ge_buy_limit": "100", - "examine": "A tiara infused with the properties of the earth.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "1", - "equipment_slot": "0", - "grand_exchange_price": "4", - "name": "Earth tiara", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5535" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "4", - "durability": null, - "name": "Earth tiara", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5536" - }, - { - "requirements": "", - "ge_buy_limit": "100", - "examine": "A tiara infused with the properties of fire.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "1", - "equipment_slot": "0", - "grand_exchange_price": "8", - "name": "Fire tiara", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5537" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "8", - "durability": null, - "name": "Fire tiara", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5538" - }, - { - "requirements": "", - "ge_buy_limit": "100", - "examine": "A tiara infused with the properties of the cosmos.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "1", - "equipment_slot": "0", - "grand_exchange_price": "8", - "name": "Cosmic tiara", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5539" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "8", - "durability": null, - "name": "Cosmic tiara", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5540" - }, - { - "requirements": "", - "ge_buy_limit": "100", - "examine": "A tiara infused with the properties of nature.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "1", - "equipment_slot": "0", - "grand_exchange_price": "10", - "name": "Nature tiara", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5541" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "10", - "durability": null, - "name": "Nature tiara", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5542" - }, - { - "requirements": "", - "ge_buy_limit": "100", - "examine": "A tiara infused with the properties of chaos.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "1", - "equipment_slot": "0", - "grand_exchange_price": "10", - "name": "Chaos tiara", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5543" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "10", - "durability": null, - "name": "Chaos tiara", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5544" - }, - { - "requirements": "", - "ge_buy_limit": "100", - "examine": "A tiara infused with the properties of law.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "1", - "equipment_slot": "0", - "grand_exchange_price": "11", - "name": "Law tiara", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5545" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "11", - "durability": null, - "name": "Law tiara", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5546" - }, - { - "requirements": "", - "ge_buy_limit": "100", - "examine": "A tiara infused with the properties of death.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "1", - "equipment_slot": "0", - "grand_exchange_price": "65", - "name": "Death tiara", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5547" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "65", - "durability": null, - "name": "Death tiara", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5548" - }, - { - "requirements": "", - "ge_buy_limit": "100", - "examine": "A tiara infused with the properties of Blood.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "1", - "equipment_slot": "0", - "grand_exchange_price": "1058", - "name": "Blood tiara", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5549" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "1058", - "durability": null, - "name": "Blood tiara", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5550" - }, - { - "durability": null, - "name": "Soul tiara", - "archery_ticket_price": "0", - "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", - "low_alchemy": "250", - "high_alchemy": "375", - "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", - "low_alchemy": "150", - "high_alchemy": "225", - "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", - "low_alchemy": "200", - "high_alchemy": "300", - "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", - "low_alchemy": "100", - "high_alchemy": "150", - "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", - "low_alchemy": "100", - "high_alchemy": "150", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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, - "low_alchemy": "2400", - "high_alchemy": "3600", - "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, - "low_alchemy": "4000", - "high_alchemy": "6000", - "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, - "low_alchemy": "3200", - "high_alchemy": "4800", - "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": "It's a metal spade without a handle.", - "durability": null, - "name": "Metal spade", - "weight": "2.5", - "archery_ticket_price": "0", - "id": "5586" - }, - { - "examine": "It's a metal spade without a handle.", - "durability": null, - "name": "Metal spade", - "weight": "2.5", - "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": "6", - "examine": "This needs refining.", - "grand_exchange_price": "42", - "durability": null, - "name": "Tin", - "tradeable": "true", - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "2.25", - "archery_ticket_price": "0", - "id": "5592" - }, - { - "shop_price": "6", - "examine": "This needs refining.", - "grand_exchange_price": "42", - "durability": null, - "name": "Tin", - "tradeable": "true", - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "2.25", - "archery_ticket_price": "0", - "id": "5593" - }, - { - "shop_price": "6", - "examine": "This needs refining.", - "grand_exchange_price": "42", - "durability": null, - "name": "Tin", - "tradeable": "true", - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "2.25", - "archery_ticket_price": "0", - "id": "5594" - }, - { - "shop_price": "6", - "examine": "This needs refining.", - "grand_exchange_price": "42", - "durability": null, - "name": "Tin", - "tradeable": "true", - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "2.25", - "archery_ticket_price": "0", - "id": "5595" - }, - { - "shop_price": "6", - "examine": "This needs refining.", - "grand_exchange_price": "42", - "durability": null, - "name": "Tin", - "tradeable": "true", - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "2.25", - "archery_ticket_price": "0", - "id": "5596" - }, - { - "shop_price": "6", - "examine": "This needs refining.", - "grand_exchange_price": "42", - "durability": null, - "name": "Tin", - "tradeable": "true", - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "2.25", - "archery_ticket_price": "0", - "id": "5597" - }, - { - "shop_price": "6", - "examine": "This needs refining.", - "grand_exchange_price": "42", - "durability": null, - "name": "Tin", - "tradeable": "true", - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "2.25", - "archery_ticket_price": "0", - "id": "5598" - }, - { - "shop_price": "6", - "examine": "This needs refining.", - "grand_exchange_price": "42", - "durability": null, - "name": "Tin", - "tradeable": "true", - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "2.25", - "archery_ticket_price": "0", - "id": "5599" - }, - { - "shop_price": "6", - "examine": "This needs refining.", - "grand_exchange_price": "42", - "durability": null, - "name": "Tin", - "tradeable": "true", - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "2.25", - "archery_ticket_price": "0", - "id": "5600" - }, - { - "shop_price": "14", - "examine": "Good for detailed crafting.", - "grand_exchange_price": "33", - "durability": null, - "name": "Chisel", - "tradeable": "true", - "low_alchemy": "5", - "high_alchemy": "8", - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "archery_ticket_price": "0", - "id": "5602" - }, - { - "shop_price": "1", - "examine": "For shearing sheep.", - "grand_exchange_price": "41", - "durability": null, - "name": "Shears", - "tradeable": "true", - "weight": "0.1", - "archery_ticket_price": "0", - "id": "5603" - }, - { - "examine": "A very attractive magnet.", - "durability": null, - "name": "Magnet", - "low_alchemy": "1", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "5604" - }, - { - "shop_price": "25", - "examine": "A dangerous looking knife.", - "grand_exchange_price": "102", - "durability": null, - "name": "Knife", - "tradeable": "true", - "low_alchemy": "10", - "high_alchemy": "15", - "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", - "high_alchemy": "1", - "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 [type of 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.", - "durability": null, - "low_alchemy": "2", - "high_alchemy": "4", - "equipment_slot": "13", - "grand_exchange_price": "127", - "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" - }, - { - "shop_price": "20", - "ge_buy_limit": "10000", - "examine": "Arrows with iron heads.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "equipment_slot": "13", - "grand_exchange_price": "138", - "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" - }, - { - "requirements": "{4,5}", - "shop_price": "46", - "ge_buy_limit": "10000", - "examine": "Arrows with steel heads.", - "durability": null, - "low_alchemy": "18", - "high_alchemy": "27", - "equipment_slot": "13", - "grand_exchange_price": "159", - "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" - }, - { - "requirements": "{4,20}", - "shop_price": "76", - "ge_buy_limit": "10000", - "examine": "Arrows with mithril heads.", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "45", - "equipment_slot": "13", - "grand_exchange_price": "176", - "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" - }, - { - "requirements": "{4,30}", - "shop_price": "172", - "ge_buy_limit": "10000", - "examine": "Arrows with adamantite heads.", - "durability": null, - "low_alchemy": "68", - "high_alchemy": "103", - "equipment_slot": "13", - "grand_exchange_price": "211", - "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" - }, - { - "requirements": "{4,40}", - "shop_price": "510", - "ge_buy_limit": "10000", - "examine": "Arrows with rune heads.", - "durability": null, - "low_alchemy": "204", - "high_alchemy": "306", - "equipment_slot": "13", - "grand_exchange_price": "415", - "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" - }, - { - "shop_price": "7", - "ge_buy_limit": "10000", - "examine": "Arrows with bronze heads.", - "durability": null, - "low_alchemy": "2", - "high_alchemy": "4", - "equipment_slot": "13", - "grand_exchange_price": "1076", - "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" - }, - { - "shop_price": "20", - "ge_buy_limit": "10000", - "examine": "Arrows with iron heads.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "equipment_slot": "13", - "grand_exchange_price": "1037", - "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" - }, - { - "requirements": "{4,5}", - "shop_price": "46", - "ge_buy_limit": "10000", - "examine": "Arrows with steel heads.", - "durability": null, - "low_alchemy": "18", - "high_alchemy": "27", - "equipment_slot": "13", - "grand_exchange_price": "1038", - "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" - }, - { - "requirements": "{4,20}", - "shop_price": "76", - "ge_buy_limit": "10000", - "examine": "Arrows with mithril heads.", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "45", - "equipment_slot": "13", - "grand_exchange_price": "718", - "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" - }, - { - "requirements": "{4,30}", - "shop_price": "172", - "ge_buy_limit": "10000", - "examine": "Arrows with adamantite heads.", - "durability": null, - "low_alchemy": "68", - "high_alchemy": "103", - "equipment_slot": "13", - "grand_exchange_price": "101", - "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" - }, - { - "requirements": "{4,40}", - "shop_price": "510", - "ge_buy_limit": "10000", - "examine": "Arrows with rune heads.", - "durability": null, - "low_alchemy": "204", - "high_alchemy": "306", - "equipment_slot": "13", - "grand_exchange_price": "1300", - "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" - }, - { - "ge_buy_limit": "1000", - "examine": "A deadly throwing dart with a bronze tip.", - "durability": null, - "attack_speed": "3", - "weapon_interface": "18", - "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, - "high_alchemy": "1", - "attack_speed": "3", - "weapon_interface": "18", - "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, - "low_alchemy": "4", - "high_alchemy": "6", - "attack_speed": "3", - "weapon_interface": "18", - "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", - "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, - "low_alchemy": "10", - "high_alchemy": "15", - "attack_speed": "3", - "weapon_interface": "18", - "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, - "low_alchemy": "26", - "high_alchemy": "39", - "attack_speed": "3", - "weapon_interface": "18", - "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, - "low_alchemy": "140", - "high_alchemy": "210", - "attack_speed": "3", - "weapon_interface": "18", - "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", - "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, - "high_alchemy": "1", - "attack_speed": "3", - "weapon_interface": "18", - "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, - "low_alchemy": "4", - "high_alchemy": "6", - "attack_speed": "3", - "weapon_interface": "18", - "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", - "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, - "low_alchemy": "10", - "high_alchemy": "15", - "attack_speed": "3", - "weapon_interface": "18", - "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, - "low_alchemy": "26", - "high_alchemy": "39", - "attack_speed": "3", - "weapon_interface": "18", - "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, - "low_alchemy": "140", - "high_alchemy": "210", - "attack_speed": "3", - "weapon_interface": "18", - "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, - "low_alchemy": "2", - "high_alchemy": "3", - "attack_speed": "6", - "weapon_interface": "18", - "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, - "low_alchemy": "3", - "high_alchemy": "4", - "attack_speed": "6", - "weapon_interface": "18", - "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, - "low_alchemy": "14", - "high_alchemy": "22", - "attack_speed": "6", - "weapon_interface": "18", - "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, - "low_alchemy": "39", - "high_alchemy": "58", - "attack_speed": "6", - "weapon_interface": "18", - "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" - }, - { - "attack_anims": "806,806,806,806", - "requirements": "{4,30}", - "ge_buy_limit": "100", - "grand_exchange_price": "179", - "durability": null, - "name": "Adamant javelin(p+)", - "archery_ticket_price": "0", - "id": "5646", - "weapon_interface": "18", - "bonuses": "0,0,0,0,24,0,0,0,0,0,0,0,0,0,28", - "defence_anim": "424", - "equipment_slot": "3" - }, - { - "shop_price": "624", - "ge_buy_limit": "1000", - "examine": "A rune tipped javelin.", - "durability": null, - "low_alchemy": "249", - "high_alchemy": "374", - "attack_speed": "6", - "weapon_interface": "18", - "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, - "low_alchemy": "2", - "high_alchemy": "3", - "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, - "low_alchemy": "3", - "high_alchemy": "4", - "attack_speed": "6", - "weapon_interface": "18", - "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, - "low_alchemy": "14", - "high_alchemy": "22", - "attack_speed": "6", - "weapon_interface": "18", - "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, - "low_alchemy": "39", - "high_alchemy": "58", - "attack_speed": "6", - "weapon_interface": "18", - "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" - }, - { - "attack_anims": "806,806,806,806", - "requirements": "{4,30}", - "ge_buy_limit": "100", - "grand_exchange_price": "1514", - "durability": null, - "name": "Adamant javelin(p++)", - "archery_ticket_price": "0", - "id": "5652", - "weapon_interface": "18", - "bonuses": "0,0,0,0,24,0,0,0,0,0,0,0,0,0,28", - "defence_anim": "424", - "equipment_slot": "3" - }, - { - "requirements": "{4,40}", - "shop_price": "624", - "ge_buy_limit": "1000", - "examine": "A rune tipped javelin.", - "durability": null, - "low_alchemy": "249", - "high_alchemy": "374", - "attack_speed": "6", - "weapon_interface": "18", - "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, - "low_alchemy": "5", - "high_alchemy": "8", - "attack_speed": "3", - "weapon_interface": "18", - "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, - "low_alchemy": "23", - "high_alchemy": "34", - "attack_speed": "3", - "weapon_interface": "18", - "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, - "low_alchemy": "27", - "high_alchemy": "40", - "attack_speed": "3", - "weapon_interface": "18", - "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, - "low_alchemy": "10", - "high_alchemy": "16", - "attack_speed": "3", - "weapon_interface": "18", - "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, - "low_alchemy": "7", - "high_alchemy": "11", - "attack_speed": "3", - "weapon_interface": "18", - "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, - "low_alchemy": "26", - "high_alchemy": "40", - "attack_speed": "3", - "weapon_interface": "18", - "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, - "low_alchemy": "66", - "high_alchemy": "100", - "attack_speed": "3", - "weapon_interface": "18", - "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, - "low_alchemy": "5", - "high_alchemy": "8", - "attack_speed": "3", - "weapon_interface": "18", - "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, - "low_alchemy": "23", - "high_alchemy": "34", - "attack_speed": "3", - "weapon_interface": "18", - "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, - "low_alchemy": "27", - "high_alchemy": "40", - "attack_speed": "3", - "weapon_interface": "18", - "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, - "low_alchemy": "10", - "high_alchemy": "16", - "attack_speed": "3", - "weapon_interface": "18", - "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, - "low_alchemy": "7", - "high_alchemy": "11", - "attack_speed": "3", - "weapon_interface": "18", - "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", - "durability": null, - "weapon_interface": "18", - "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++)", - "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, - "low_alchemy": "66", - "high_alchemy": "100", - "attack_speed": "3", - "weapon_interface": "18", - "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, - "low_alchemy": "14", - "high_alchemy": "21", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "render_anim": "2584", - "equipment_slot": "3", - "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, - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "render_anim": "2584", - "equipment_slot": "3", - "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, - "low_alchemy": "50", - "high_alchemy": "75", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "render_anim": "2584", - "equipment_slot": "3", - "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, - "low_alchemy": "130", - "high_alchemy": "195", - "weight": "0.3", - "attack_speed": "4", - "weapon_interface": "5", - "render_anim": "2584", - "equipment_slot": "3", - "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", - "grand_exchange_price": "800", - "attack_audios": "2517,2517,2500,2517", - "durability": null, - "name": "Adamant dagger(p+)", - "archery_ticket_price": "0", - "id": "5676", - "weapon_interface": "5", - "bonuses": "15,8,-4,1,0,0,0,0,1,0,0,14,0,0,0", - "render_anim": "2584", - "equipment_slot": "3" - }, - { - "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, - "low_alchemy": "3200", - "high_alchemy": "4800", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "render_anim": "2584", - "equipment_slot": "3", - "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, - "low_alchemy": "12000", - "high_alchemy": "18000", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "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, - "low_alchemy": "96", - "high_alchemy": "144", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "render_anim": "2584", - "equipment_slot": "3", - "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", - "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, - "low_alchemy": "14", - "high_alchemy": "21", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "render_anim": "2584", - "equipment_slot": "3", - "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, - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "render_anim": "2584", - "equipment_slot": "3", - "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, - "low_alchemy": "50", - "high_alchemy": "75", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "render_anim": "2584", - "equipment_slot": "3", - "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, - "low_alchemy": "130", - "high_alchemy": "195", - "weight": "0.3", - "attack_speed": "4", - "weapon_interface": "5", - "render_anim": "2584", - "equipment_slot": "3", - "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", - "grand_exchange_price": "4612", - "attack_audios": "2517,2517,2500,2517", - "durability": null, - "name": "Adamant dagger(p++)", - "archery_ticket_price": "0", - "id": "5694", - "weapon_interface": "5", - "bonuses": "15,8,-4,1,0,0,0,0,1,0,0,14,0,0,0", - "render_anim": "2584", - "equipment_slot": "3" - }, - { - "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, - "low_alchemy": "3200", - "high_alchemy": "4800", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "render_anim": "2584", - "equipment_slot": "3", - "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, - "low_alchemy": "12000", - "high_alchemy": "18000", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "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, - "low_alchemy": "96", - "high_alchemy": "144", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "render_anim": "2584", - "equipment_slot": "3", - "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", - "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, - "low_alchemy": "10", - "high_alchemy": "15", - "weight": "2.2", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "two_handed": "true", - "weapon_interface": "14", - "turn180_anim": "1206", - "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, - "low_alchemy": "36", - "high_alchemy": "54", - "weight": "2.2", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "two_handed": "true", - "weapon_interface": "14", - "turn180_anim": "1206", - "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" - }, - { - "ge_buy_limit": "100", - "turn90cw_anim": "1207", - "examine": "A steel tipped spear.", - "walk_anim": "1205", - "low_alchemy": "130", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "two_handed": "true", - "turn180_anim": "1206", - "equipment_slot": "3", - "grand_exchange_price": "596", - "stand_anim": "813", - "tradeable": "true", - "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", - "requirements": "{0,5}", - "durability": null, - "high_alchemy": "195", - "weight": "2.2", - "weapon_interface": "14", - "render_anim": "28", - "name": "Steel spear(p+)" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "596", - "durability": null, - "name": "Steel spear(p+)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5709" - }, - { - "ge_buy_limit": "100", - "turn90cw_anim": "1207", - "examine": "A mithril tipped spear.", - "walk_anim": "1205", - "low_alchemy": "338", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "two_handed": "true", - "turn180_anim": "1206", - "equipment_slot": "3", - "grand_exchange_price": "802", - "stand_anim": "813", - "tradeable": "true", - "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", - "requirements": "{0,20}", - "durability": null, - "high_alchemy": "507", - "weight": "1.8", - "weapon_interface": "14", - "render_anim": "28", - "name": "Mithril spear(p+)" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "802", - "durability": null, - "name": "Mithril spear(p+)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5711" - }, - { - "ge_buy_limit": "100", - "turn90cw_anim": "1207", - "examine": "An adamant tipped spear.", - "walk_anim": "1205", - "low_alchemy": "832", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "two_handed": "true", - "turn180_anim": "1206", - "equipment_slot": "3", - "grand_exchange_price": "1394", - "stand_anim": "813", - "tradeable": "true", - "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", - "requirements": "{0,30}", - "durability": null, - "high_alchemy": "1248", - "weight": "2", - "weapon_interface": "14", - "render_anim": "28", - "name": "Adamant spear(p+)" - }, - { - "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", - "low_alchemy": "8320", - "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, - "high_alchemy": "12480", - "weight": "2.2", - "weapon_interface": "14", - "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", - "low_alchemy": "24960", - "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, - "high_alchemy": "37440", - "weight": "2", - "weapon_interface": "14", - "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, - "low_alchemy": "10", - "high_alchemy": "15", - "weight": "2.2", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "two_handed": "true", - "weapon_interface": "14", - "turn180_anim": "1206", - "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, - "low_alchemy": "36", - "high_alchemy": "54", - "weight": "2.2", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "two_handed": "true", - "weapon_interface": "14", - "turn180_anim": "1206", - "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" - }, - { - "ge_buy_limit": "100", - "turn90cw_anim": "1207", - "examine": "A steel tipped spear.", - "walk_anim": "1205", - "low_alchemy": "130", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "two_handed": "true", - "turn180_anim": "1206", - "equipment_slot": "3", - "grand_exchange_price": "8336", - "stand_anim": "813", - "tradeable": "true", - "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", - "requirements": "{0,5}", - "durability": null, - "high_alchemy": "195", - "weight": "2.2", - "weapon_interface": "14", - "render_anim": "28", - "name": "Steel spear(p++)" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "8336", - "durability": null, - "name": "Steel spear(p++)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5723" - }, - { - "ge_buy_limit": "100", - "turn90cw_anim": "1207", - "examine": "A mithril tipped spear.", - "walk_anim": "1205", - "low_alchemy": "338", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "two_handed": "true", - "turn180_anim": "1206", - "equipment_slot": "3", - "grand_exchange_price": "7035", - "stand_anim": "813", - "tradeable": "true", - "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", - "requirements": "{0,20}", - "durability": null, - "high_alchemy": "507", - "weight": "1.8", - "weapon_interface": "14", - "render_anim": "28", - "name": "Mithril spear(p++)" - }, - { - "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", - "walk_anim": "1205", - "durability": null, - "turn90ccw_anim": "1208", - "two_handed": "true", - "weapon_interface": "14", - "turn180_anim": "1206", - "render_anim": "28", - "equipment_slot": "3", - "grand_exchange_price": "7530", - "stand_anim": "813", - "name": "Adamant spear(p++)", - "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", - "low_alchemy": "8320", - "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, - "high_alchemy": "12480", - "weight": "2.2", - "weapon_interface": "14", - "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", - "low_alchemy": "24960", - "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, - "high_alchemy": "37440", - "weight": "2", - "weapon_interface": "14", - "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" - }, - { - "ge_buy_limit": "100", - "turn90cw_anim": "1207", - "examine": "A black tipped spear.", - "walk_anim": "1205", - "low_alchemy": "260", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "two_handed": "true", - "turn180_anim": "1206", - "equipment_slot": "3", - "grand_exchange_price": "3351", - "stand_anim": "813", - "tradeable": "true", - "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", - "requirements": "{0,10}", - "durability": null, - "high_alchemy": "390", - "weight": "2.2", - "weapon_interface": "14", - "render_anim": "28", - "name": "Black spear(p+)" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "3351", - "durability": null, - "name": "Black spear(p+)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "5735" - }, - { - "ge_buy_limit": "100", - "turn90cw_anim": "1207", - "examine": "A black tipped spear.", - "walk_anim": "1205", - "low_alchemy": "260", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "two_handed": "true", - "turn180_anim": "1206", - "equipment_slot": "3", - "grand_exchange_price": "9065", - "stand_anim": "813", - "tradeable": "true", - "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", - "requirements": "{0,10}", - "durability": null, - "high_alchemy": "390", - "weight": "2.2", - "weapon_interface": "14", - "render_anim": "28", - "name": "Black spear(p++)" - }, - { - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "10", - "high_alchemy": "15", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "115", - "high_alchemy": "172", - "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", - "low_alchemy": "172", - "high_alchemy": "259", - "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", - "low_alchemy": "144", - "high_alchemy": "216", - "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", - "low_alchemy": "144", - "high_alchemy": "216", - "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", - "low_alchemy": "144", - "high_alchemy": "216", - "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", - "low_alchemy": "144", - "high_alchemy": "216", - "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", - "low_alchemy": "115", - "high_alchemy": "172", - "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", - "low_alchemy": "115", - "high_alchemy": "172", - "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", - "low_alchemy": "115", - "high_alchemy": "172", - "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", - "low_alchemy": "115", - "high_alchemy": "172", - "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", - "low_alchemy": "7", - "high_alchemy": "11", - "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", - "low_alchemy": "25", - "high_alchemy": "38", - "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", - "low_alchemy": "34", - "high_alchemy": "52", - "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", - "low_alchemy": "34", - "high_alchemy": "52", - "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", - "low_alchemy": "21", - "high_alchemy": "32", - "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", - "low_alchemy": "19", - "high_alchemy": "28", - "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", - "low_alchemy": "6", - "high_alchemy": "9", - "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", - "low_alchemy": "3", - "high_alchemy": "5", - "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", - "low_alchemy": "3", - "high_alchemy": "5", - "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", - "low_alchemy": "5", - "high_alchemy": "7", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "4", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "durability": null, - "name": "Mushroom", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "26", - "high_alchemy": "39", - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "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", - "low_alchemy": "34", - "high_alchemy": "51", - "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", - "low_alchemy": "16", - "high_alchemy": "24", - "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", - "high_alchemy": "1", - "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.", - "durability": null, - "low_alchemy": "1", - "high_alchemy": "1", - "equipment_slot": "13", - "grand_exchange_price": "134", - "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" - }, - { - "shop_price": "3", - "ge_buy_limit": "10000", - "examine": "Bronze crossbow bolts.", - "durability": null, - "low_alchemy": "1", - "high_alchemy": "1", - "equipment_slot": "13", - "grand_exchange_price": "1162", - "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" - }, - { - "examine": "How do I wash blood stains out?", - "durability": null, - "name": "Bloody mourner top", - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "2.72", - "archery_ticket_price": "0", - "id": "6064" - }, - { - "remove_sleeves": "true", - "examine": "A thick heavy leather top.", - "durability": null, - "name": "Mourner top", - "low_alchemy": "60", - "high_alchemy": "90", - "archery_ticket_price": "0", - "id": "6065", - "equipment_slot": "4" - }, - { - "examine": "Damaged: These are in need of a good tailor.Repaired: A pair of mourner trousers.", - "durability": null, - "name": "Mourner trousers", - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "2.25", - "archery_ticket_price": "0", - "id": "6066" - }, - { - "examine": "Damaged: These are in need of a good tailor.Repaired: A pair of mourner trousers.", - "durability": null, - "name": "Mourner trousers", - "low_alchemy": "8", - "high_alchemy": "12", - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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, - "low_alchemy": "60", - "high_alchemy": "90", - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "archery_ticket_price": "0", - "id": "6085" - }, - { - "examine": "A large pair of ogre bellows filled with blue dye.", - "durability": null, - "name": "Blue dye bellows", - "low_alchemy": "8", - "high_alchemy": "12", - "archery_ticket_price": "0", - "id": "6086" - }, - { - "examine": "A large pair of ogre bellows filled with yellow dye.", - "durability": null, - "name": "Yellow dye bellows", - "low_alchemy": "8", - "high_alchemy": "12", - "archery_ticket_price": "0", - "id": "6087" - }, - { - "examine": "A large pair of ogre bellows filled with green dye.", - "durability": null, - "name": "Green dye bellows", - "low_alchemy": "8", - "high_alchemy": "12", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "6097" - }, - { - "examine": "A pile of toxic powder.", - "durability": null, - "name": "Toxic powder", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "120", - "high_alchemy": "180", - "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", - "low_alchemy": "120", - "high_alchemy": "180", - "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", - "low_alchemy": "120", - "high_alchemy": "180", - "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", - "low_alchemy": "100", - "high_alchemy": "150", - "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", - "low_alchemy": "1", - "tradeable": "false", - "high_alchemy": "2", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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. A musical intrument that I can magically play.", - "durability": null, - "name": "Enchanted lyre(2)", - "low_alchemy": "400", - "high_alchemy": "600", - "weight": "1.8", - "archery_ticket_price": "0", - "id": "6125", - "equipment_slot": "3" - }, - { - "examine": "This will teleport me to Rellekka when I play it. A musical intrument that I can magically play.", - "durability": null, - "name": "Enchanted lyre(3)", - "low_alchemy": "400", - "high_alchemy": "600", - "weight": "1.8", - "archery_ticket_price": "0", - "id": "6126", - "equipment_slot": "3" - }, - { - "examine": "This will teleport me to Rellekka when I play it. A musical intrument that I can magically play.", - "durability": null, - "name": "Enchanted lyre(4)", - "low_alchemy": "400", - "high_alchemy": "600", - "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, - "low_alchemy": "14080", - "high_alchemy": "21120", - "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" - }, - { - "remove_sleeves": "true", - "requirements": "{1,40}", - "ge_buy_limit": "100", - "grand_exchange_price": "40600", - "durability": null, - "name": "Rock-shell plate", - "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, - "low_alchemy": "25600", - "high_alchemy": "38400", - "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, - "low_alchemy": "24000", - "high_alchemy": "36000", - "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, - "low_alchemy": "3000", - "high_alchemy": "4500", - "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, - "low_alchemy": "1560", - "high_alchemy": "2340", - "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, - "low_alchemy": "4000", - "high_alchemy": "6000", - "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, - "low_alchemy": "18000", - "high_alchemy": "27000", - "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, - "low_alchemy": "16000", - "high_alchemy": "24000", - "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, - "low_alchemy": "260", - "high_alchemy": "390", - "weight": "3", - "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, - "low_alchemy": "260", - "high_alchemy": "390", - "weight": "3.1", - "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" - }, - { - "ge_buy_limit": "100", - "examine": "Some finely crafted Fremennik boots, made from the bones of a Wallasalki.", - "durability": null, - "low_alchemy": "260", - "high_alchemy": "390", - "weight": "3.1", - "equipment_slot": "10", - "lendable": "true", - "grand_exchange_price": "4958", - "name": "Skeletal boots", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6147", - "bonuses": "0,0,0,0,0,0,1,1,0,0,1,0,0,0,0" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "4958", - "durability": null, - "name": "Skeletal boots", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6148" - }, - { - "ge_buy_limit": "100", - "examine": "Fremennik gloves stitched together from spined dagannoth hide.", - "durability": null, - "low_alchemy": "260", - "high_alchemy": "390", - "weight": "3", - "equipment_slot": "9", - "lendable": "true", - "grand_exchange_price": "955", - "name": "Spined gloves", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6149", - "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "955", - "durability": null, - "name": "Spined gloves", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6150" - }, - { - "ge_buy_limit": "100", - "examine": "Fremennik gloves stitched together from rock crab shell shards.", - "durability": null, - "low_alchemy": "260", - "high_alchemy": "390", - "weight": "2", - "equipment_slot": "9", - "lendable": "true", - "grand_exchange_price": "951", - "name": "Rock-shell gloves", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6151", - "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "951", - "durability": null, - "name": "Rock-shell gloves", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6152" - }, - { - "ge_buy_limit": "100", - "examine": "Fremennik gloves stitched together from wallasalki bones fragments.", - "durability": null, - "low_alchemy": "260", - "high_alchemy": "390", - "weight": "3.1", - "equipment_slot": "9", - "lendable": "true", - "grand_exchange_price": "21800", - "name": "Skeletal gloves", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6153", - "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0" - }, - { - "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", - "low_alchemy": "24", - "high_alchemy": "36", - "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", - "low_alchemy": "24", - "high_alchemy": "36", - "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", - "low_alchemy": "24", - "high_alchemy": "36", - "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", - "low_alchemy": "24", - "high_alchemy": "36", - "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", - "low_alchemy": "24", - "high_alchemy": "36", - "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", - "low_alchemy": "24", - "high_alchemy": "36", - "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", - "low_alchemy": "24", - "high_alchemy": "36", - "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", - "low_alchemy": "24", - "high_alchemy": "36", - "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", - "low_alchemy": "24", - "high_alchemy": "36", - "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", - "low_alchemy": "24", - "high_alchemy": "36", - "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" - }, - { - "durability": null, - "name": "Rock-shell plate", - "tradeable": "true", - "archery_ticket_price": "0", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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, - "low_alchemy": "1200", - "high_alchemy": "1800", - "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.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "5.4", - "absorb": "4,2,0", - "equipment_slot": "5", - "grand_exchange_price": "1", - "name": "Broodoo shield (9)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6217", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" - }, - { - "durability": null, - "name": "Broodoo shield (9)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6218" - }, - { - "requirements": "{1,25}-{6,25}", - "examine": "A scary broodoo shield.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "5.4", - "absorb": "4,2,0", - "equipment_slot": "5", - "grand_exchange_price": "1", - "name": "Broodoo shield (8)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6219", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" - }, - { - "durability": null, - "name": "Broodoo shield (8)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6220" - }, - { - "requirements": "{1,25}-{6,25}", - "examine": "A scary broodoo shield.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "5.4", - "absorb": "4,2,0", - "equipment_slot": "5", - "grand_exchange_price": "1", - "name": "Broodoo shield (7)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6221", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" - }, - { - "durability": null, - "name": "Broodoo shield (7)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6222" - }, - { - "requirements": "{1,25}-{6,25}", - "examine": "A scary broodoo shield.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "5.4", - "absorb": "4,2,0", - "equipment_slot": "5", - "grand_exchange_price": "1", - "name": "Broodoo shield (6)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6223", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" - }, - { - "durability": null, - "name": "Broodoo shield (6)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6224" - }, - { - "requirements": "{1,25}-{6,25}", - "examine": "A scary broodoo shield.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "5.4", - "absorb": "4,2,0", - "equipment_slot": "5", - "grand_exchange_price": "1", - "name": "Broodoo shield (5)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6225", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" - }, - { - "durability": null, - "name": "Broodoo shield (5)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6226" - }, - { - "requirements": "{1,25}-{6,25}", - "examine": "A scary broodoo shield.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "5.4", - "absorb": "4,2,0", - "equipment_slot": "5", - "grand_exchange_price": "1", - "name": "Broodoo shield (4)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6227", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" - }, - { - "durability": null, - "name": "Broodoo shield (4)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6228" - }, - { - "requirements": "{1,25}-{6,25}", - "examine": "A scary broodoo shield.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "5.4", - "absorb": "4,2,0", - "equipment_slot": "5", - "grand_exchange_price": "1", - "name": "Broodoo shield (3)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6229", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" - }, - { - "durability": null, - "name": "Broodoo shield (3)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6230" - }, - { - "requirements": "{1,25}-{6,25}", - "examine": "A scary broodoo shield.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "5.4", - "absorb": "4,2,0", - "equipment_slot": "5", - "grand_exchange_price": "1", - "name": "Broodoo shield (2)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6231", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" - }, - { - "durability": null, - "name": "Broodoo shield (2)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6232" - }, - { - "requirements": "{1,25}-{6,25}", - "examine": "A scary broodoo shield.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "5.4", - "absorb": "4,2,0", - "equipment_slot": "5", - "grand_exchange_price": "1", - "name": "Broodoo shield (1)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6233", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" - }, - { - "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, - "low_alchemy": "1200", - "high_alchemy": "1800", - "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, - "low_alchemy": "1200", - "high_alchemy": "1800", - "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.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "5.4", - "absorb": "4,2,0", - "equipment_slot": "5", - "grand_exchange_price": "1", - "name": "Broodoo shield (9)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6239", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" - }, - { - "durability": null, - "name": "Broodoo shield (9)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6240" - }, - { - "requirements": "{1,25}-{6,25}", - "examine": "A scary broodoo shield.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "5.4", - "absorb": "4,2,0", - "equipment_slot": "5", - "grand_exchange_price": "1", - "name": "Broodoo shield (8)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6241", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" - }, - { - "durability": null, - "name": "Broodoo shield (8)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6242" - }, - { - "requirements": "{1,25}-{6,25}", - "examine": "A scary broodoo shield.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "5.4", - "absorb": "4,2,0", - "equipment_slot": "5", - "grand_exchange_price": "1", - "name": "Broodoo shield (7)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6243", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" - }, - { - "durability": null, - "name": "Broodoo shield (7)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6244" - }, - { - "requirements": "{1,25}-{6,25}", - "examine": "A scary broodoo shield.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "5.4", - "absorb": "4,2,0", - "equipment_slot": "5", - "grand_exchange_price": "1", - "name": "Broodoo shield (6)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6245", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" - }, - { - "durability": null, - "name": "Broodoo shield (6)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6246" - }, - { - "requirements": "{1,25}-{6,25}", - "examine": "A scary broodoo shield.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "5.4", - "absorb": "4,2,0", - "equipment_slot": "5", - "grand_exchange_price": "1", - "name": "Broodoo shield (5)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6247", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" - }, - { - "durability": null, - "name": "Broodoo shield (5)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6248" - }, - { - "requirements": "{1,25}-{6,25}", - "examine": "A scary broodoo shield.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "5.4", - "absorb": "4,2,0", - "equipment_slot": "5", - "grand_exchange_price": "1", - "name": "Broodoo shield (4)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6249", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" - }, - { - "durability": null, - "name": "Broodoo shield (4)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6250" - }, - { - "requirements": "{1,25}-{6,25}", - "examine": "A scary broodoo shield.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "5.4", - "absorb": "4,2,0", - "equipment_slot": "5", - "grand_exchange_price": "1", - "name": "Broodoo shield (3)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6251", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" - }, - { - "durability": null, - "name": "Broodoo shield (3)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6252" - }, - { - "requirements": "{1,25}-{6,25}", - "examine": "A scary broodoo shield.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "5.4", - "absorb": "4,2,0", - "equipment_slot": "5", - "grand_exchange_price": "1", - "name": "Broodoo shield (2)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6253", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" - }, - { - "durability": null, - "name": "Broodoo shield (2)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6254" - }, - { - "requirements": "{1,25}-{6,25}", - "examine": "A scary broodoo shield.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "5.4", - "absorb": "4,2,0", - "equipment_slot": "5", - "grand_exchange_price": "1", - "name": "Broodoo shield (1)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6255", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" - }, - { - "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, - "low_alchemy": "1200", - "high_alchemy": "1800", - "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, - "low_alchemy": "1200", - "high_alchemy": "1800", - "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.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "5.4", - "absorb": "4,2,0", - "equipment_slot": "5", - "grand_exchange_price": "1", - "name": "Broodoo shield (9)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6261", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" - }, - { - "durability": null, - "name": "Broodoo shield (9)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6262" - }, - { - "requirements": "{1,25}-{6,25}", - "examine": "A scary broodoo shield.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "5.4", - "absorb": "4,2,0", - "equipment_slot": "5", - "grand_exchange_price": "1", - "name": "Broodoo shield (8)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6263", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" - }, - { - "durability": null, - "name": "Broodoo shield (8)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6264" - }, - { - "requirements": "{1,25}-{6,25}", - "examine": "A scary broodoo shield.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "5.4", - "absorb": "4,2,0", - "equipment_slot": "5", - "grand_exchange_price": "1", - "name": "Broodoo shield (7)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6265", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" - }, - { - "durability": null, - "name": "Broodoo shield (7)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6266" - }, - { - "requirements": "{1,25}-{6,25}", - "examine": "A scary broodoo shield.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "5.4", - "absorb": "4,2,0", - "equipment_slot": "5", - "grand_exchange_price": "1", - "name": "Broodoo shield (6)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6267", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" - }, - { - "durability": null, - "name": "Broodoo shield (6)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6268" - }, - { - "requirements": "{1,25}-{6,25}", - "examine": "A scary broodoo shield.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "5.4", - "absorb": "4,2,0", - "equipment_slot": "5", - "grand_exchange_price": "1", - "name": "Broodoo shield (5)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6269", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" - }, - { - "durability": null, - "name": "Broodoo shield (5)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6270" - }, - { - "requirements": "{1,25}-{6,25}", - "examine": "A scary broodoo shield.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "5.4", - "absorb": "4,2,0", - "equipment_slot": "5", - "grand_exchange_price": "1", - "name": "Broodoo shield (4)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6271", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" - }, - { - "durability": null, - "name": "Broodoo shield (4)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6272" - }, - { - "requirements": "{1,25}-{6,25}", - "examine": "A scary broodoo shield.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "5.4", - "absorb": "4,2,0", - "equipment_slot": "5", - "grand_exchange_price": "1", - "name": "Broodoo shield (3)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6273", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" - }, - { - "durability": null, - "name": "Broodoo shield (3)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6274" - }, - { - "requirements": "{1,25}-{6,25}", - "examine": "A scary broodoo shield.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "5.4", - "absorb": "4,2,0", - "equipment_slot": "5", - "grand_exchange_price": "1", - "name": "Broodoo shield (2)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6275", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" - }, - { - "durability": null, - "name": "Broodoo shield (2)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6276" - }, - { - "requirements": "{1,25}-{6,25}", - "examine": "A scary broodoo shield.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "5.4", - "absorb": "4,2,0", - "equipment_slot": "5", - "grand_exchange_price": "1", - "name": "Broodoo shield (1)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6277", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" - }, - { - "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, - "low_alchemy": "1200", - "high_alchemy": "1800", - "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", - "low_alchemy": "14", - "high_alchemy": "21", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "6", - "high_alchemy": "9", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "16", - "high_alchemy": "24", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "16", - "high_alchemy": "24", - "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", - "low_alchemy": "16", - "high_alchemy": "24", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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, - "low_alchemy": "200", - "high_alchemy": "300", - "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, - "low_alchemy": "400", - "high_alchemy": "600", - "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, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "1.3", - "attack_speed": "4", - "weapon_interface": "6", - "render_anim": "2554", - "equipment_slot": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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, - "low_alchemy": "500", - "high_alchemy": "750", - "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, - "low_alchemy": "470", - "high_alchemy": "705", - "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, - "low_alchemy": "120", - "high_alchemy": "180", - "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.", - "durability": null, - "low_alchemy": "100", - "high_alchemy": "150", - "weight": "0.3", - "equipment_slot": "10", - "grand_exchange_price": "10800", - "name": "Snakeskin boots", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6328", - "bonuses": "0,0,0,-10,3,1,1,2,1,0,9,0,0,0,0" - }, - { - "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.", - "durability": null, - "low_alchemy": "173", - "high_alchemy": "260", - "weight": "1", - "equipment_slot": "9", - "grand_exchange_price": "914", - "name": "Snakeskin v'brace", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6330", - "bonuses": "0,0,0,-5,6,2,2,2,1,0,1,0,0,0,0" - }, - { - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "200", - "high_alchemy": "300", - "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", - "low_alchemy": "200", - "high_alchemy": "300", - "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", - "low_alchemy": "200", - "high_alchemy": "300", - "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" - }, - { - "shop_price": "300", - "ge_buy_limit": "100", - "examine": "Local dress.", - "durability": null, - "low_alchemy": "120", - "high_alchemy": "180", - "weight": "1", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "3331", - "name": "Tribal top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6341" - }, - { - "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.", - "durability": null, - "low_alchemy": "100", - "high_alchemy": "150", - "weight": "2", - "equipment_slot": "7", - "grand_exchange_price": "1382", - "name": "Villager robe", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6343" - }, - { - "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.", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "weight": "1", - "equipment_slot": "0", - "grand_exchange_price": "2337", - "name": "Villager hat", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6345" - }, - { - "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 <colour> armband, as worn by the Tai Bwo Wannai locals.", - "durability": null, - "low_alchemy": "60", - "high_alchemy": "90", - "weight": "0.5", - "equipment_slot": "9", - "grand_exchange_price": "734", - "name": "Villager armband", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6347" - }, - { - "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.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "0.6", - "equipment_slot": "10", - "grand_exchange_price": "2793", - "name": "Villager sandals", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6349" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "2793", - "durability": null, - "name": "Villager sandals", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6350" - }, - { - "shop_price": "300", - "ge_buy_limit": "100", - "examine": "Local dress.", - "durability": null, - "low_alchemy": "120", - "high_alchemy": "180", - "weight": "1", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "3171", - "name": "Tribal top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6351" - }, - { - "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.", - "durability": null, - "low_alchemy": "100", - "high_alchemy": "150", - "weight": "2", - "equipment_slot": "7", - "grand_exchange_price": "1416", - "name": "Villager robe", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6353" - }, - { - "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.", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "weight": "1", - "equipment_slot": "0", - "grand_exchange_price": "2785", - "name": "Villager hat", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6355" - }, - { - "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.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "0.6", - "equipment_slot": "10", - "grand_exchange_price": "944", - "name": "Villager sandals", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6357" - }, - { - "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 <colour> armband, as worn by the Tai Bwo Wannai locals.", - "durability": null, - "low_alchemy": "60", - "high_alchemy": "90", - "weight": "0.5", - "equipment_slot": "9", - "grand_exchange_price": "672", - "name": "Villager armband", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6359" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "672", - "durability": null, - "name": "Villager armband", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6360" - }, - { - "shop_price": "300", - "ge_buy_limit": "100", - "examine": "Local dress.", - "durability": null, - "low_alchemy": "120", - "high_alchemy": "180", - "weight": "1", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "2484", - "name": "Tribal top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6361" - }, - { - "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.", - "durability": null, - "low_alchemy": "100", - "high_alchemy": "150", - "weight": "2", - "equipment_slot": "7", - "grand_exchange_price": "499", - "name": "Villager robe", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6363" - }, - { - "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.", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "weight": "1", - "equipment_slot": "0", - "grand_exchange_price": "2440", - "name": "Villager hat", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6365" - }, - { - "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.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "0.6", - "equipment_slot": "10", - "grand_exchange_price": "1479", - "name": "Villager sandals", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6367" - }, - { - "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 <colour> armband, as worn by the Tai Bwo Wannai locals.", - "durability": null, - "low_alchemy": "60", - "high_alchemy": "90", - "weight": "0.5", - "equipment_slot": "9", - "grand_exchange_price": "823", - "name": "Villager armband", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6369" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "823", - "durability": null, - "name": "Villager armband", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6370" - }, - { - "shop_price": "300", - "ge_buy_limit": "100", - "examine": "Local dress.", - "durability": null, - "low_alchemy": "120", - "high_alchemy": "180", - "weight": "1", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "2683", - "name": "Tribal top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6371" - }, - { - "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.", - "durability": null, - "low_alchemy": "100", - "high_alchemy": "150", - "weight": "2", - "equipment_slot": "7", - "grand_exchange_price": "331", - "name": "Villager robe", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6373" - }, - { - "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.", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "weight": "1", - "equipment_slot": "0", - "grand_exchange_price": "3010", - "name": "Villager hat", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6375" - }, - { - "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.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "0.6", - "equipment_slot": "10", - "grand_exchange_price": "2310", - "name": "Villager sandals", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6377" - }, - { - "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 <colour> armband, as worn by the Tai Bwo Wannai locals.", - "durability": null, - "low_alchemy": "60", - "high_alchemy": "90", - "weight": "0.5", - "equipment_slot": "9", - "grand_exchange_price": "1697", - "name": "Villager armband", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6379" - }, - { - "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.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "equipment_slot": "0", - "grand_exchange_price": "690", - "name": "Fez", - "tradeable": "true", - "archery_ticket_price": "0", - "hat": true, - "id": "6382" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "690", - "durability": null, - "name": "Fez", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6383" - }, - { - "shop_price": "15", - "ge_buy_limit": "100", - "examine": "A bit itchy.", - "durability": null, - "low_alchemy": "14", - "high_alchemy": "21", - "weight": "1", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "649", - "name": "Desert top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6384" - }, - { - "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", - "low_alchemy": "10", - "high_alchemy": "15", - "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" - }, - { - "shop_price": "15", - "ge_buy_limit": "100", - "examine": "A bit itchy.", - "durability": null, - "low_alchemy": "14", - "high_alchemy": "21", - "weight": "1", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "1016", - "name": "Desert top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6388" - }, - { - "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", - "low_alchemy": "10", - "high_alchemy": "15", - "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.", - "durability": null, - "low_alchemy": "14", - "high_alchemy": "21", - "equipment_slot": "0", - "grand_exchange_price": "531", - "name": "Menap headgear", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6392" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "531", - "durability": null, - "name": "Menap headgear", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6393" - }, - { - "shop_price": "20", - "ge_buy_limit": "100", - "examine": "Colourful.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "650", - "name": "Menaphite top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6394" - }, - { - "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", - "low_alchemy": "16", - "high_alchemy": "24", - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "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.", - "durability": null, - "low_alchemy": "14", - "high_alchemy": "21", - "equipment_slot": "0", - "grand_exchange_price": "484", - "name": "Menap headgear", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6400" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "484", - "durability": null, - "name": "Menap headgear", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6401" - }, - { - "shop_price": "20", - "ge_buy_limit": "100", - "examine": "Colourful.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "557", - "name": "Menaphite top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6402" - }, - { - "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", - "low_alchemy": "16", - "high_alchemy": "24", - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "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, - "low_alchemy": "160", - "high_alchemy": "240", - "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, - "low_alchemy": "160", - "high_alchemy": "240", - "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, - "low_alchemy": "320", - "high_alchemy": "480", - "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, - "low_alchemy": "320", - "high_alchemy": "480", - "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, - "low_alchemy": "480", - "high_alchemy": "720", - "weight": "1.8", - "attack_speed": "4", - "weapon_interface": "10", - "equipment_slot": "3", - "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, - "low_alchemy": "640", - "high_alchemy": "960", - "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, - "low_alchemy": "640", - "high_alchemy": "960", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "18", - "high_alchemy": "28", - "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", - "low_alchemy": "41", - "high_alchemy": "62", - "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", - "low_alchemy": "50", - "high_alchemy": "75", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "tradeable": "false", - "high_alchemy": "1", - "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": "Unactivated: The Ring of charos.Activated: 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", - "low_alchemy": "16", - "high_alchemy": "24", - "archery_ticket_price": "0", - "id": "6468" - }, - { - "examine": "Looks delicious.", - "durability": null, - "name": "White tree fruit", - "high_alchemy": "1", - "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", - "low_alchemy": "48", - "high_alchemy": "72", - "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", - "low_alchemy": "48", - "high_alchemy": "72", - "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", - "low_alchemy": "48", - "high_alchemy": "72", - "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", - "low_alchemy": "48", - "high_alchemy": "72", - "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, - "low_alchemy": "100", - "high_alchemy": "150", - "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, - "low_alchemy": "16000", - "high_alchemy": "24000", - "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, - "low_alchemy": "18000", - "high_alchemy": "27000", - "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, - "low_alchemy": "10000", - "high_alchemy": "15000", - "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", - "low_alchemy": "14000", - "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, - "high_alchemy": "21000", - "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, - "low_alchemy": "12000", - "high_alchemy": "18000", - "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", - "low_alchemy": "20000", - "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, - "high_alchemy": "30000", - "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", - "low_alchemy": "6800", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "turn180_anim": "1206", - "equipment_slot": "3", - "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,10,0,2,3,1,10,0,0,35,0,0,0", - "requirements": "{0,30}-{6,30}", - "durability": null, - "high_alchemy": "10200", - "weight": "2.2", - "weapon_interface": "1", - "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", - "low_alchemy": "18000", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "turn180_anim": "1206", - "equipment_slot": "3", - "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,10,0,2,3,1,10,0,0,50,0,0,0", - "requirements": "{0,40}-{6,40}", - "shop_price": "40000", - "durability": null, - "high_alchemy": "27000", - "weight": "2", - "weapon_interface": "1", - "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", - "low_alchemy": "80400", - "high_alchemy": "120600", - "archery_ticket_price": "0", - "id": "6564" - }, - { - "examine": "I wonder if this is valuable.", - "grand_exchange_price": "4501000", - "durability": null, - "name": "Onyx necklace", - "tradeable": "true", - "low_alchemy": "80400", - "high_alchemy": "120600", - "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", - "low_alchemy": "80800", - "high_alchemy": "121200", - "archery_ticket_price": "0", - "id": "6566" - }, - { - "shop_price": "90000", - "ge_buy_limit": "100", - "examine": "A cape woven of obsidian plates.", - "durability": null, - "low_alchemy": "24000", - "high_alchemy": "36000", - "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", - "low_alchemy": "24000", - "high_alchemy": "36000", - "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", - "low_alchemy": "120000", - "high_alchemy": "180000", - "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", - "low_alchemy": "120000", - "high_alchemy": "180000", - "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", - "low_alchemy": "80400", - "high_alchemy": "120600", - "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", - "low_alchemy": "80400", - "high_alchemy": "120600", - "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": "I wonder if I can get this enchanted.", - "grand_exchange_price": "9058124", - "durability": null, - "name": "Onyx amulet", - "tradeable": "true", - "low_alchemy": "80800", - "high_alchemy": "121200", - "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", - "low_alchemy": "80800", - "high_alchemy": "121200", - "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", - "low_alchemy": "80800", - "high_alchemy": "121200", - "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" - }, - { - "ge_buy_limit": "100", - "examine": "A very powerful onyx amulet.", - "durability": null, - "low_alchemy": "80800", - "high_alchemy": "121200", - "equipment_slot": "2", - "lendable": "true", - "grand_exchange_price": "9200000", - "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" - }, - { - "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, - "low_alchemy": "144", - "high_alchemy": "216", - "attack_speed": "4", - "two_handed": "true", - "weapon_interface": "9", - "render_anim": "2583", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "390,390,390,390", - "grand_exchange_price": "1013", - "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, - "low_alchemy": "499", - "high_alchemy": "748", - "weight": "2.7", - "attack_speed": "6", - "weapon_interface": "2", - "render_anim": "2586", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "395,395,395,395", - "grand_exchange_price": "1459", - "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, - "low_alchemy": "96", - "high_alchemy": "144", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "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, - "low_alchemy": "96", - "high_alchemy": "144", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "render_anim": "2584", - "equipment_slot": "3", - "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, - "low_alchemy": "96", - "high_alchemy": "144", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "render_anim": "2584", - "equipment_slot": "3", - "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, - "low_alchemy": "96", - "high_alchemy": "144", - "weight": "0.4", - "attack_speed": "4", - "weapon_interface": "5", - "render_anim": "2584", - "equipment_slot": "3", - "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", - "low_alchemy": "768", - "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}-{5,10}", - "shop_price": "1920", - "durability": null, - "high_alchemy": "1152", - "weight": "3.1", - "weapon_interface": "15", - "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, - "low_alchemy": "172", - "high_alchemy": "259", - "weight": "1.8", - "attack_speed": "5", - "weapon_interface": "8", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "390,390,381,390", - "grand_exchange_price": "481", - "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" - }, - { - "ge_buy_limit": "100", - "turn90cw_anim": "1207", - "examine": "A Magical staff.", - "walk_anim": "1205", - "low_alchemy": "80", - "turn90ccw_anim": "1208", - "turn180_anim": "1206", - "equipment_slot": "3", - "grand_exchange_price": "650", - "stand_anim": "813", - "tradeable": "true", - "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", - "requirements": "{0,10}-{5,10}", - "shop_price": "200", - "durability": null, - "high_alchemy": "120", - "weight": "2.2", - "weapon_interface": "1", - "render_anim": "28", - "attack_audios": "2555,0,0,0", - "name": "White magic staff" - }, - { - "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", - "low_alchemy": "249", - "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, - "high_alchemy": "374", - "weight": "1.8", - "weapon_interface": "5", - "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", - "low_alchemy": "384", - "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, - "high_alchemy": "576", - "weight": "1.8", - "weapon_interface": "6", - "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", - "low_alchemy": "768", - "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, - "high_alchemy": "1152", - "weight": "3.6", - "weapon_interface": "7", - "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", - "low_alchemy": "307", - "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, - "high_alchemy": "460", - "weight": "1", - "weapon_interface": "6", - "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, - "low_alchemy": "392", - "high_alchemy": "588", - "weight": "1.8", - "attack_speed": "6", - "weapon_interface": "10", - "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, - "low_alchemy": "576", - "high_alchemy": "864", - "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, - "low_alchemy": "1536", - "high_alchemy": "2304", - "weight": "9.9", - "absorb": "1,0,2", - "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, - "low_alchemy": "230", - "high_alchemy": "345", - "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, - "low_alchemy": "230", - "high_alchemy": "345", - "weight": "1.9", - "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, - "low_alchemy": "422", - "high_alchemy": "633", - "weight": "2.7", - "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, - "low_alchemy": "768", - "high_alchemy": "1152", - "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, - "low_alchemy": "768", - "high_alchemy": "1152", - "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, - "low_alchemy": "2", - "high_alchemy": "3", - "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, - "low_alchemy": "460", - "high_alchemy": "691", - "weight": "3.6", - "absorb": "1,0,2", - "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, - "low_alchemy": "652", - "high_alchemy": "979", - "weight": "5.4", - "absorb": "1,0,2", - "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", - "low_alchemy": "24", - "high_alchemy": "36", - "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", - "low_alchemy": "24", - "high_alchemy": "36", - "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", - "low_alchemy": "4", - "tradeable": "false", - "high_alchemy": "6", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "80", - "high_alchemy": "121", - "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", - "low_alchemy": "80", - "high_alchemy": "121", - "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", - "low_alchemy": "80", - "high_alchemy": "121", - "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", - "low_alchemy": "80", - "high_alchemy": "121", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "3", - "high_alchemy": "4", - "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", - "low_alchemy": "140", - "high_alchemy": "210", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "weight": "3", - "archery_ticket_price": "0", - "id": "6712" - }, - { - "examine": "A heavy metal wrench.", - "durability": null, - "name": "Wrench", - "low_alchemy": "2", - "high_alchemy": "3", - "archery_ticket_price": "0", - "id": "6713" - }, - { - "examine": "A shining paragon of wrenchly virtue.", - "durability": null, - "name": "Holy wrench", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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, - "low_alchemy": "3200", - "high_alchemy": "4800", - "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 [type of 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" - }, - { - "ge_buy_limit": "10", - "examine": "A mysterious ring that can fill the wearer with magical power...", - "rare_item": "true", - "durability": null, - "low_alchemy": "4000", - "high_alchemy": "6000", - "equipment_slot": "12", - "lendable": "true", - "grand_exchange_price": "478800", - "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" - }, - { - "ge_buy_limit": "10", - "grand_exchange_price": "478800", - "durability": null, - "name": "Seers ring", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6732" - }, - { - "ge_buy_limit": "10", - "examine": "A fabled ring that improves the wearer's skill with a bow...", - "rare_item": "true", - "durability": null, - "low_alchemy": "4000", - "high_alchemy": "6000", - "equipment_slot": "12", - "lendable": "true", - "grand_exchange_price": "1400000", - "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" - }, - { - "ge_buy_limit": "10", - "grand_exchange_price": "1400000", - "durability": null, - "name": "Archers ring", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6734" - }, - { - "ge_buy_limit": "10", - "examine": "A legendary ring once worn by Fremennik warriors.", - "rare_item": "true", - "durability": null, - "low_alchemy": "4000", - "high_alchemy": "6000", - "equipment_slot": "12", - "lendable": "true", - "grand_exchange_price": "178100", - "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" - }, - { - "ge_buy_limit": "10", - "grand_exchange_price": "178100", - "durability": null, - "name": "Warrior ring", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6736" - }, - { - "ge_buy_limit": "10", - "examine": "A ring reputed to bring out a berserk fury in its wearer.", - "rare_item": "true", - "durability": null, - "low_alchemy": "4000", - "high_alchemy": "6000", - "equipment_slot": "12", - "lendable": "true", - "grand_exchange_price": "2700000", - "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" - }, - { - "ge_buy_limit": "10", - "grand_exchange_price": "2700000", - "durability": null, - "name": "Berserker ring", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6738" - }, - { - "requirements": "{0,60}-{8,61}", - "ge_buy_limit": "10", - "examine": "A very powerful hatchet.", - "has_special": "true", - "rare_item": "true", - "durability": null, - "low_alchemy": "22000", - "high_alchemy": "33000", - "weapon_interface": "2", - "render_anim": "2586", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "395,395,395,395", - "grand_exchange_price": "813100", - "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", - "low_alchemy": "160", - "high_alchemy": "160", - "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, - "low_alchemy": "20", - "high_alchemy": "30", - "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, - "low_alchemy": "200", - "high_alchemy": "300", - "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", - "low_alchemy": "16", - "high_alchemy": "24", - "archery_ticket_price": "0", - "id": "6750", - "equipment_slot": "4" - }, - { - "examine": "A desert robe stained black with mushroom ink.", - "durability": null, - "name": "Black desert robe", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "250", - "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, - "high_alchemy": "375", - "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", - "low_alchemy": "250", - "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, - "high_alchemy": "375", - "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", - "low_alchemy": "250", - "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, - "high_alchemy": "375", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "3", - "high_alchemy": "4", - "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, - "low_alchemy": "26400", - "high_alchemy": "39600", - "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 [type of 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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "240", - "high_alchemy": "360", - "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.", - "durability": null, - "low_alchemy": "200", - "high_alchemy": "300", - "weight": "1", - "equipment_slot": "5", - "grand_exchange_price": "3800000", - "name": "Mage's book", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6889", - "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0" - }, - { - "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, - "low_alchemy": "480", - "high_alchemy": "720", - "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" - }, - { - "ge_buy_limit": "10", - "turn90cw_anim": "821", - "examine": "An apprentice level wand.", - "walk_anim": "1146", - "low_alchemy": "600", - "turn90ccw_anim": "822", - "turn180_anim": "820", - "defence_anim": "420", - "equipment_slot": "3", - "attack_anims": "419,419,419,419", - "grand_exchange_price": "82000", - "stand_anim": "809", - "tradeable": "true", - "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", - "requirements": "{6,50}", - "shop_price": "606060060", - "durability": null, - "high_alchemy": "900", - "weapon_interface": "1", - "render_anim": "1426", - "name": "Apprentice wand" - }, - { - "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, - "low_alchemy": "800", - "high_alchemy": "1200", - "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" - }, - { - "ge_buy_limit": "10", - "turn90cw_anim": "821", - "examine": "A master level wand.", - "walk_anim": "1146", - "low_alchemy": "1000", - "turn90ccw_anim": "822", - "turn180_anim": "820", - "defence_anim": "420", - "equipment_slot": "3", - "attack_anims": "419,419,419,419", - "grand_exchange_price": "1700000", - "stand_anim": "8980", - "tradeable": "true", - "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", - "requirements": "{6,60}", - "durability": null, - "high_alchemy": "1500", - "weight": "0.1", - "weapon_interface": "1", - "render_anim": "1426", - "name": "Master wand" - }, - { - "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, - "low_alchemy": "56000", - "high_alchemy": "84000", - "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, - "low_alchemy": "6800", - "high_alchemy": "10200", - "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, - "low_alchemy": "4800", - "high_alchemy": "7200", - "destroy": "true", - "weight": "0.4", - "equipment_slot": "10", - "grand_exchange_price": "1200000", - "name": "Infinity boots", - "tradeable": "false", - "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.", - "durability": null, - "low_alchemy": "4800", - "high_alchemy": "7200", - "weight": "0.4", - "equipment_slot": "9", - "grand_exchange_price": "1900000", - "name": "Infinity gloves", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6922", - "bonuses": "0,0,0,5,0,0,0,0,5,0,0,0,0,0,0" - }, - { - "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, - "low_alchemy": "36000", - "high_alchemy": "54000", - "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, - "low_alchemy": "8", - "high_alchemy": "12", - "destroy": "true", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "919", - "name": "Cape", - "tradeable": "false", - "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", - "low_alchemy": "10", - "high_alchemy": "15", - "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", - "low_alchemy": "10", - "high_alchemy": "15", - "archery_ticket_price": "0", - "id": "6962" - }, - { - "examine": "A freshly made roll.", - "durability": null, - "name": "Roll", - "low_alchemy": "10", - "high_alchemy": "15", - "weight": "0.5", - "archery_ticket_price": "0", - "id": "6963" - }, - { - "bankable": "false", - "examine": "100,000 or more: \"X x coins\" where X is the exact number of coins in the stack.", - "durability": null, - "name": "Coins", - "archery_ticket_price": "0", - "id": "6964" - }, - { - "examine": "A freshly made square sandwich.", - "durability": null, - "name": "Square sandwich", - "low_alchemy": "10", - "high_alchemy": "15", - "archery_ticket_price": "0", - "id": "6965" - }, - { - "examine": "Makes the wearer pretty intimidating.", - "durability": null, - "low_alchemy": "40000", - "high_alchemy": "60000", - "weight": "1.3", - "absorb": "2,0,4", - "lendable": "true", - "grand_exchange_price": "61200", - "name": "Dragon med helm", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "6967", - "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", - "low_alchemy": "120", - "high_alchemy": "180", - "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", - "low_alchemy": "5", - "high_alchemy": "8", - "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.", - "durability": null, - "low_alchemy": "52", - "high_alchemy": "78", - "weight": "2.2", - "equipment_slot": "5", - "grand_exchange_price": "466", - "name": "Unlit bug lantern", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7051" - }, - { - "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", - "low_alchemy": "52", - "high_alchemy": "78", - "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", - "low_alchemy": "5", - "high_alchemy": "7", - "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", - "low_alchemy": "4", - "high_alchemy": "7", - "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", - "low_alchemy": "18", - "high_alchemy": "27", - "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", - "low_alchemy": "45", - "high_alchemy": "67", - "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", - "low_alchemy": "5", - "high_alchemy": "7", - "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", - "low_alchemy": "4", - "high_alchemy": "7", - "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", - "low_alchemy": "18", - "high_alchemy": "27", - "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", - "low_alchemy": "45", - "high_alchemy": "67", - "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", - "low_alchemy": "3", - "high_alchemy": "4", - "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", - "low_alchemy": "3", - "high_alchemy": "5", - "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", - "low_alchemy": "2", - "high_alchemy": "4", - "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", - "low_alchemy": "3", - "high_alchemy": "4", - "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", - "low_alchemy": "3", - "high_alchemy": "4", - "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", - "low_alchemy": "16", - "high_alchemy": "25", - "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", - "low_alchemy": "16", - "high_alchemy": "25", - "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", - "low_alchemy": "2", - "high_alchemy": "4", - "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", - "low_alchemy": "41", - "high_alchemy": "62", - "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", - "low_alchemy": "3", - "high_alchemy": "5", - "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", - "durability": null, - "name": "Stripy pirate shirt", - "tradeable": "true", - "low_alchemy": "120", - "high_alchemy": "180", - "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.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "0.1", - "equipment_slot": "0", - "grand_exchange_price": "714", - "name": "Pirate bandana", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7112" - }, - { - "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.", - "durability": null, - "low_alchemy": "140", - "high_alchemy": "210", - "weight": "4", - "equipment_slot": "10", - "grand_exchange_price": "2530", - "name": "Pirate boots", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7114" - }, - { - "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", - "durability": null, - "name": "Pirate leggings", - "tradeable": "true", - "low_alchemy": "140", - "high_alchemy": "210", - "archery_ticket_price": "0", - "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", - "durability": null, - "name": "Stripy pirate shirt", - "tradeable": "true", - "low_alchemy": "120", - "high_alchemy": "180", - "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.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "0.1", - "equipment_slot": "0", - "grand_exchange_price": "340", - "name": "Pirate bandana", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7124" - }, - { - "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", - "durability": null, - "name": "Pirate leggings", - "tradeable": "true", - "low_alchemy": "140", - "high_alchemy": "210", - "archery_ticket_price": "0", - "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", - "durability": null, - "name": "Stripy pirate shirt", - "tradeable": "true", - "low_alchemy": "120", - "high_alchemy": "180", - "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.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "0.1", - "equipment_slot": "0", - "grand_exchange_price": "154", - "name": "Pirate bandana", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7130" - }, - { - "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", - "durability": null, - "name": "Pirate leggings", - "tradeable": "true", - "low_alchemy": "140", - "high_alchemy": "210", - "archery_ticket_price": "0", - "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", - "durability": null, - "name": "Stripy pirate shirt", - "tradeable": "true", - "low_alchemy": "120", - "high_alchemy": "180", - "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.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "0.1", - "equipment_slot": "0", - "grand_exchange_price": "469", - "name": "Pirate bandana", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7136" - }, - { - "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", - "durability": null, - "name": "Pirate leggings", - "tradeable": "true", - "low_alchemy": "140", - "high_alchemy": "210", - "archery_ticket_price": "0", - "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, - "low_alchemy": "1024", - "high_alchemy": "1536", - "weight": "1.8", - "attack_speed": "4", - "weapon_interface": "6", - "equipment_slot": "3", - "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, - "low_alchemy": "416", - "high_alchemy": "624", - "weight": "1", - "attack_speed": "4", - "weapon_interface": "6", - "equipment_slot": "3", - "name": "Harry's cutlass", - "archery_ticket_price": "0", - "id": "7141", - "bonuses": "3,14,0,-5,0,4,4,4,0,0,0,22,0,0,0" - }, - { - "shop_price": "25600", - "examine": "The very butcher of a silk button.", - "durability": null, - "low_alchemy": "10240", - "high_alchemy": "15360", - "weight": "1", - "attack_speed": "4", - "weapon_interface": "5", - "render_anim": "2622", - "equipment_slot": "3", - "name": "Rapier", - "archery_ticket_price": "0", - "id": "7142", - "bonuses": "45,7,-2,0,0,0,1,0,0,0,0,44,0,0,0" - }, - { - "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", - "low_alchemy": "7", - "high_alchemy": "10", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "88000", - "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, - "high_alchemy": "132000", - "weight": "3", - "weapon_interface": "7", - "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, - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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": "All the good of the earth.", - "grand_exchange_price": "77", - "durability": null, - "name": "Part mud pie", - "tradeable": "true", - "low_alchemy": "21", - "high_alchemy": "32", - "archery_ticket_price": "0", - "id": "7164" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "77", - "durability": null, - "name": "Part mud pie", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7165" - }, - { - "shop_price": "54", - "ge_buy_limit": "1000", - "examine": "All the good of the earth.", - "grand_exchange_price": "284", - "durability": null, - "name": "Part mud pie", - "tradeable": "true", - "low_alchemy": "21", - "high_alchemy": "32", - "archery_ticket_price": "0", - "id": "7166" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "284", - "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", - "low_alchemy": "10", - "high_alchemy": "16", - "archery_ticket_price": "0", - "id": "7168" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "1625", - "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, - "low_alchemy": "21", - "high_alchemy": "32", - "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", - "durability": null, - "name": "Mud pie", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7171" - }, - { - "ge_buy_limit": "1000", - "examine": "What I wouldn't give for a good steak about now...", - "grand_exchange_price": "94", - "durability": null, - "name": "Part garden pie", - "tradeable": "true", - "low_alchemy": "36", - "high_alchemy": "54", - "archery_ticket_price": "0", - "id": "7172" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "94", - "durability": null, - "name": "Part garden pie", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7173" - }, - { - "ge_buy_limit": "1000", - "examine": "What I wouldn't give for a good steak about now...", - "grand_exchange_price": "150", - "durability": null, - "name": "Part garden pie", - "tradeable": "true", - "low_alchemy": "36", - "high_alchemy": "54", - "archery_ticket_price": "0", - "id": "7174" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "150", - "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", - "low_alchemy": "4", - "high_alchemy": "7", - "weight": "0.5", - "archery_ticket_price": "0", - "id": "7176" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "1052", - "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", - "low_alchemy": "36", - "high_alchemy": "54", - "archery_ticket_price": "0", - "id": "7178" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "1667", - "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", - "low_alchemy": "36", - "high_alchemy": "54", - "archery_ticket_price": "0", - "id": "7180" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "442", - "durability": null, - "name": "Half a garden pie", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7181" - }, - { - "ge_buy_limit": "1000", - "examine": "Bounty of the sea.", - "grand_exchange_price": "51", - "durability": null, - "name": "Part fish pie", - "tradeable": "true", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "7182" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "51", - "durability": null, - "name": "Part fish pie", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7183" - }, - { - "ge_buy_limit": "1000", - "examine": "Bounty of the sea.", - "grand_exchange_price": "691", - "durability": null, - "name": "Part fish pie", - "tradeable": "true", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "7184" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "691", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.5", - "archery_ticket_price": "0", - "id": "7186" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "1198", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "7188" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "121", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "7190" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "56", - "durability": null, - "name": "Half a fish pie", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7191" - }, - { - "ge_buy_limit": "1000", - "examine": "Much tastier than a normal fish pie.", - "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", - "durability": null, - "name": "Part admiral pie", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7193" - }, - { - "ge_buy_limit": "1000", - "examine": "Much tastier than a normal fish pie.", - "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", - "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", - "low_alchemy": "62", - "high_alchemy": "93", - "weight": "0.5", - "archery_ticket_price": "0", - "id": "7196" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "1813", - "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", - "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", - "durability": null, - "name": "Half an admiral pie", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7201" - }, - { - "ge_buy_limit": "1000", - "examine": "A triumph of man over nature.", - "grand_exchange_price": "126", - "durability": null, - "name": "Part wild pie", - "tradeable": "true", - "low_alchemy": "72", - "high_alchemy": "108", - "archery_ticket_price": "0", - "id": "7202" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "126", - "durability": null, - "name": "Part wild pie", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7203" - }, - { - "ge_buy_limit": "1000", - "examine": "A triumph of man over nature.", - "grand_exchange_price": "1116", - "durability": null, - "name": "Part wild pie", - "tradeable": "true", - "low_alchemy": "72", - "high_alchemy": "108", - "archery_ticket_price": "0", - "id": "7204" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "1116", - "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", - "low_alchemy": "36", - "high_alchemy": "54", - "archery_ticket_price": "0", - "id": "7206" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "3787", - "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", - "low_alchemy": "72", - "high_alchemy": "108", - "archery_ticket_price": "0", - "id": "7208" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "1322", - "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", - "low_alchemy": "72", - "high_alchemy": "108", - "archery_ticket_price": "0", - "id": "7210" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "112", - "durability": null, - "name": "Half a wild pie", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7211" - }, - { - "ge_buy_limit": "1000", - "examine": "All the fruits of a very small forest.", - "grand_exchange_price": "495", - "durability": null, - "name": "Part summer pie", - "tradeable": "true", - "low_alchemy": "56", - "high_alchemy": "84", - "archery_ticket_price": "0", - "id": "7212" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "495", - "durability": null, - "name": "Part summer pie", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7213" - }, - { - "ge_buy_limit": "1000", - "examine": "All the fruits of a very small forest.", - "grand_exchange_price": "980", - "durability": null, - "name": "Part summer pie", - "tradeable": "true", - "low_alchemy": "56", - "high_alchemy": "84", - "archery_ticket_price": "0", - "id": "7214" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "980", - "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", - "low_alchemy": "28", - "high_alchemy": "42", - "weight": "0.5", - "archery_ticket_price": "0", - "id": "7216" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "2577", - "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", - "low_alchemy": "56", - "high_alchemy": "84", - "archery_ticket_price": "0", - "id": "7218" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "1288", - "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", - "low_alchemy": "56", - "high_alchemy": "84", - "archery_ticket_price": "0", - "id": "7220" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "430", - "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", - "low_alchemy": "7", - "high_alchemy": "11", - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "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", - "low_alchemy": "25", - "high_alchemy": "38", - "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", - "low_alchemy": "52", - "high_alchemy": "78", - "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", - "low_alchemy": "59", - "high_alchemy": "89", - "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "7237" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "7238" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "7240" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "7242" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "7244" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "7246" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "7247" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "7248" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "7249" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "7250" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "7251" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "7252" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "7253" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "7254" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "7255" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "7257" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "7259" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "7261" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "7263" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "7265" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "7267" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "7287" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "7289" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "7291" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "7293" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "7295" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "7296" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "7298" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "7300" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "7301" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "7303" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "archery_ticket_price": "0", - "id": "7304" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "7306" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "7308" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "7310" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "7312" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "7314" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "7316" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "90", - "high_alchemy": "135", - "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", - "low_alchemy": "90", - "high_alchemy": "135", - "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", - "low_alchemy": "90", - "high_alchemy": "135", - "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", - "low_alchemy": "90", - "high_alchemy": "135", - "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", - "low_alchemy": "90", - "high_alchemy": "135", - "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", - "low_alchemy": "6", - "high_alchemy": "9", - "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", - "low_alchemy": "6", - "high_alchemy": "9", - "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", - "low_alchemy": "6", - "high_alchemy": "9", - "archery_ticket_price": "0", - "id": "7331" - }, - { - "requirements": "{1,10}", - "ge_buy_limit": "2", - "examine": "A black kitesheild with a heraldic design.", - "durability": null, - "low_alchemy": "652", - "high_alchemy": "979", - "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, - "low_alchemy": "2176", - "high_alchemy": "3264", - "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, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5.4", - "absorb": "3,0,7", - "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, - "low_alchemy": "6530", - "high_alchemy": "9795", - "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, - "low_alchemy": "2176", - "high_alchemy": "3264", - "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, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5.4", - "absorb": "3,0,7", - "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, - "low_alchemy": "652", - "high_alchemy": "979", - "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, - "low_alchemy": "2176", - "high_alchemy": "3264", - "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, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5", - "absorb": "3,0,7", - "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, - "low_alchemy": "652", - "high_alchemy": "979", - "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, - "low_alchemy": "2176", - "high_alchemy": "3264", - "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, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5", - "absorb": "3,0,7", - "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, - "low_alchemy": "652", - "high_alchemy": "979", - "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, - "low_alchemy": "2176", - "high_alchemy": "3264", - "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, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5", - "absorb": "3,0,7", - "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" - }, - { - "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, - "low_alchemy": "340", - "high_alchemy": "510", - "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, - "low_alchemy": "340", - "high_alchemy": "510", - "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, - "low_alchemy": "300", - "high_alchemy": "450", - "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, - "low_alchemy": "300", - "high_alchemy": "450", - "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", - "grand_exchange_price": "212400", - "durability": null, - "name": "D'hide body(g)", - "archery_ticket_price": "0", - "id": "7370", - "bonuses": "0,0,0,-15,15,40,32,45,20,40,40,0,0,0,0", - "equipment_slot": "4" - }, - { - "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", - "grand_exchange_price": "38800", - "durability": null, - "name": "D'hide body (t)", - "archery_ticket_price": "0", - "id": "7372", - "bonuses": "0,0,0,-15,15,40,32,45,20,40,40,0,0,0,0", - "equipment_slot": "4" - }, - { - "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,50}-{4,40}", - "ge_buy_limit": "2", - "grand_exchange_price": "6883", - "durability": null, - "name": "D'hide body (g)", - "archery_ticket_price": "0", - "id": "7374", - "bonuses": "0,0,0,-15,20,45,37,50,30,45,45,0,0,0,0", - "equipment_slot": "4" - }, - { - "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,50}-{4,40}", - "ge_buy_limit": "2", - "grand_exchange_price": "5268", - "durability": null, - "name": "D'hide body (t)", - "archery_ticket_price": "0", - "id": "7376", - "bonuses": "0,0,0,-15,20,45,37,50,30,45,45,0,0,0,0", - "equipment_slot": "4" - }, - { - "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", - "grand_exchange_price": "1300000", - "durability": null, - "name": "D'hide chaps (g)", - "archery_ticket_price": "0", - "id": "7378", - "bonuses": "0,0,0,-10,8,22,16,24,8,22,15,0,0,0,0", - "equipment_slot": "7" - }, - { - "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", - "grand_exchange_price": "304300", - "durability": null, - "name": "D'hide chaps (t)", - "archery_ticket_price": "0", - "id": "7380", - "bonuses": "0,0,0,-10,8,22,16,24,8,22,15,0,0,0,0", - "equipment_slot": "7" - }, - { - "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", - "grand_exchange_price": "21300", - "durability": null, - "name": "D'hide chaps (g)", - "archery_ticket_price": "0", - "id": "7382", - "bonuses": "0,0,0,-10,11,25,19,27,14,25,20,0,0,0,0", - "equipment_slot": "7" - }, - { - "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", - "grand_exchange_price": "2554", - "durability": null, - "name": "D'hide chaps (t)", - "archery_ticket_price": "0", - "id": "7384", - "bonuses": "0,0,0,-10,11,25,19,27,14,25,20,0,0,0,0", - "equipment_slot": "7" - }, - { - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "archery_ticket_price": "0", - "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" - }, - { - "ge_buy_limit": "2", - "examine": "I can practise magic better in this.", - "durability": null, - "low_alchemy": "6", - "high_alchemy": "9", - "weight": "1", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "1200000", - "name": "Wizard robe (g)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7390", - "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0" - }, - { - "ge_buy_limit": "2", - "grand_exchange_price": "1200000", - "durability": null, - "name": "Wizard robe (g)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7391" - }, - { - "ge_buy_limit": "2", - "examine": "I can do magic better in this.", - "durability": null, - "low_alchemy": "6", - "high_alchemy": "9", - "weight": "1", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "244600", - "name": "Wizard robe (t)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7392", - "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0" - }, - { - "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", - "high_alchemy": "1", - "weight": "1", - "archery_ticket_price": "0", - "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", - "high_alchemy": "1", - "weight": "0.4", - "archery_ticket_price": "0", - "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,40}-{6,20}", - "ge_buy_limit": "2", - "examine": "Enchanted Wizards robes.", - "durability": null, - "low_alchemy": "32000", - "high_alchemy": "48000", - "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,40}-{6,20}", - "ge_buy_limit": "2", - "examine": "Enchanted Wizards robes.", - "durability": null, - "low_alchemy": "48000", - "high_alchemy": "72000", - "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,40}-{6,20}", - "ge_buy_limit": "2", - "examine": "A three pointed hat of magic.", - "durability": null, - "low_alchemy": "6000", - "high_alchemy": "9000", - "equipment_slot": "0", - "grand_exchange_price": "8845", - "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" - }, - { - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "archery_ticket_price": "0", - "id": "7404" - }, - { - "examine": "A number of chemical covered wooden logs.", - "durability": null, - "name": "Green logs", - "low_alchemy": "1", - "high_alchemy": "2", - "weight": "2", - "archery_ticket_price": "0", - "id": "7405" - }, - { - "examine": "A number of chemical covered wooden logs.", - "durability": null, - "name": "Blue logs", - "low_alchemy": "1", - "high_alchemy": "2", - "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, - "low_alchemy": "75000", - "high_alchemy": "75000", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "240", - "high_alchemy": "360", - "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", - "low_alchemy": "160", - "high_alchemy": "240", - "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, - "low_alchemy": "120", - "high_alchemy": "180", - "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, - "low_alchemy": "120", - "high_alchemy": "180", - "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, - "low_alchemy": "120", - "high_alchemy": "180", - "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, - "low_alchemy": "120", - "high_alchemy": "180", - "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, - "low_alchemy": "120", - "high_alchemy": "180", - "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, - "low_alchemy": "120", - "high_alchemy": "180", - "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, - "low_alchemy": "120", - "high_alchemy": "180", - "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, - "low_alchemy": "120", - "high_alchemy": "180", - "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, - "low_alchemy": "120", - "high_alchemy": "180", - "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, - "low_alchemy": "120", - "high_alchemy": "180", - "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, - "low_alchemy": "120", - "high_alchemy": "180", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "7432" - }, - { - "shop_price": "35", - "ge_buy_limit": "100", - "examine": "Spoooooon!", - "durability": null, - "low_alchemy": "14", - "high_alchemy": "21", - "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, - "low_alchemy": "20", - "high_alchemy": "30", - "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, - "low_alchemy": "130", - "high_alchemy": "195", - "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" - }, - { - "ge_buy_limit": "100", - "turn90cw_anim": "7044", - "examine": "A large spatula... of doom!", - "walk_anim": "7046", - "low_alchemy": "768", - "turn90ccw_anim": "7043", - "attack_speed": "7", - "two_handed": "true", - "turn180_anim": "7045", - "equipment_slot": "3", - "grand_exchange_price": "953", - "stand_anim": "7047", - "tradeable": "true", - "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", - "requirements": "{0,10}", - "shop_price": "1728", - "durability": null, - "high_alchemy": "1152", - "weight": "3.6", - "weapon_interface": "7", - "render_anim": "124", - "name": "Spatula" - }, - { - "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, - "low_alchemy": "664", - "high_alchemy": "996", - "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, - "low_alchemy": "1280", - "high_alchemy": "1920", - "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, - "low_alchemy": "5760", - "high_alchemy": "8640", - "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, - "low_alchemy": "3200", - "high_alchemy": "4800", - "attack_speed": "4", - "weapon_interface": "5", - "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", - "low_alchemy": "16600", - "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, - "high_alchemy": "24900", - "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, - "low_alchemy": "10240", - "high_alchemy": "15360", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "equipment_slot": "9" - }, - { - "shop_price": "100", - "examine": "A pair of bronze-coloured gloves.", - "durability": null, - "name": "Gloves", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "equipment_slot": "9" - }, - { - "shop_price": "325", - "examine": "A pair of iron-coloured gloves.", - "durability": null, - "name": "Gloves", - "low_alchemy": "100", - "high_alchemy": "150", - "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", - "equipment_slot": "9" - }, - { - "shop_price": "500", - "examine": "A pair of steel-coloured gloves.", - "durability": null, - "name": "Gloves", - "low_alchemy": "200", - "high_alchemy": "300", - "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", - "equipment_slot": "9" - }, - { - "shop_price": "1000", - "examine": "A pair of black-coloured gloves.", - "durability": null, - "name": "Gloves", - "low_alchemy": "400", - "high_alchemy": "600", - "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", - "equipment_slot": "9" - }, - { - "shop_price": "1500", - "examine": "A pair of mithril-coloured gloves.", - "durability": null, - "name": "Gloves", - "low_alchemy": "600", - "high_alchemy": "900", - "archery_ticket_price": "0", - "id": "7458", - "bonuses": "6,6,6,3,6,6,6,6,3,6,3,6,0,0,0", - "equipment_slot": "9" - }, - { - "shop_price": "2500", - "examine": "A pair of adamant-coloured gloves.", - "durability": null, - "name": "Gloves", - "low_alchemy": "1000", - "high_alchemy": "1500", - "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", - "equipment_slot": "9" - }, - { - "requirements": "{1,13}", - "shop_price": "5000", - "examine": "A pair of rune-coloured gloves.", - "durability": null, - "name": "Gloves", - "low_alchemy": "2000", - "high_alchemy": "3000", - "archery_ticket_price": "0", - "id": "7460", - "bonuses": "8,8,8,4,8,8,8,8,4,8,4,8,0,0,0", - "equipment_slot": "9" - }, - { - "requirements": "{1,41}", - "shop_price": "100000", - "examine": "A pair of dragon-coloured gloves.", - "durability": null, - "name": "Gloves", - "low_alchemy": "40000", - "high_alchemy": "60000", - "archery_ticket_price": "0", - "id": "7461", - "bonuses": "9,9,9,5,9,9,9,9,5,9,5,9,0,0,0", - "equipment_slot": "9" - }, - { - "requirements": "{1,41}", - "shop_price": "100000", - "examine": "A pair of Barrows-themed gloves.", - "durability": null, - "name": "Gloves", - "low_alchemy": "40000", - "high_alchemy": "60000", - "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", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "7508" - }, - { - "examine": "Hot: A strange looking cake. Cooled: Cool and heavy as a brick. Only for dwarf consumption.", - "durability": null, - "name": "Dwarven rock cake", - "weight": "8.5", - "archery_ticket_price": "0", - "id": "7509" - }, - { - "examine": "Hot: A strange looking cake. Cooled: 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", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "7511" - }, - { - "examine": "Previously a nice crispy loaf of bread. Now just kind of icky.", - "durability": null, - "name": "Soggy bread", - "low_alchemy": "2", - "high_alchemy": "3", - "archery_ticket_price": "0", - "id": "7512" - }, - { - "examine": "They clearly taste so much better this way!", - "durability": null, - "name": "Spicy maggots", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "7529" - }, - { - "examine": "Mmmm, reminds me of the seaside.", - "durability": null, - "name": "Cooked fishcake", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "4", - "tradeable": "false", - "high_alchemy": "6", - "destroy": "true", - "weight": "1", - "archery_ticket_price": "0", - "id": "7546" - }, - { - "examine": "A druid pouch.", - "durability": null, - "name": "Druid pouch", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "30", - "high_alchemy": "45", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "18", - "high_alchemy": "28", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "60", - "high_alchemy": "90", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "archery_ticket_price": "0", - "id": "7572", - "equipment_slot": "5" - }, - { - "examine": "Like monkey nuts only tchikier.", - "durability": null, - "name": "Tchiki monkey nuts", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "archery_ticket_price": "0", - "id": "7594", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "examine": "Smells pretty funky.", - "durability": null, - "name": "Zombie gloves", - "low_alchemy": "8", - "high_alchemy": "12", - "archery_ticket_price": "0", - "id": "7595", - "equipment_slot": "9" - }, - { - "shop_price": "160", - "examine": "Thrilling.", - "durability": null, - "name": "Zombie boots", - "low_alchemy": "8", - "high_alchemy": "12", - "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": "true", - "weapon_interface": "1", - "turn180_anim": "1206", - "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": "true", - "weapon_interface": "1", - "turn180_anim": "1206", - "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", - "low_alchemy": "400", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "two_handed": "true", - "turn180_anim": "1206", - "defence_anim": "420", - "equipment_slot": "3", - "attack_anims": "419,419,419,419", - "stand_anim": "813", - "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", - "durability": null, - "high_alchemy": "600", - "destroy": "true", - "weight": "2", - "weapon_interface": "1", - "render_anim": "28", - "name": "Rod of ivandis(8)" - }, - { - "turn90cw_anim": "1207", - "examine": "A partialy charged rod.", - "walk_anim": "1205", - "has_special": "true", - "durability": null, - "turn90ccw_anim": "1208", - "attack_speed": "5", - "two_handed": "true", - "weapon_interface": "1", - "turn180_anim": "1206", - "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": "true", - "weapon_interface": "1", - "turn180_anim": "1206", - "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": "true", - "weapon_interface": "1", - "turn180_anim": "1206", - "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": "true", - "weapon_interface": "1", - "turn180_anim": "1206", - "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": "true", - "weapon_interface": "1", - "turn180_anim": "1206", - "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": "true", - "weapon_interface": "1", - "turn180_anim": "1206", - "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": "true", - "weapon_interface": "1", - "turn180_anim": "1206", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "durability": null, - "name": "Guthix balance(unf)", - "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", - "durability": null, - "name": "Guthix balance(unf)", - "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", - "durability": null, - "name": "Guthix balance(unf)", - "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", - "durability": null, - "name": "Guthix balance(unf)", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "1200", - "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, - "high_alchemy": "1800", - "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", - "render_anim": "2584", - "equipment_slot": "3" - }, - { - "durability": null, - "name": "Wooden shield", - "archery_ticket_price": "0", - "id": "7676", - "equipment_slot": "5" - }, - { - "examine": "It knows where the treasure is.", - "durability": null, - "name": "Treasure stone", - "weight": "1.8", - "archery_ticket_price": "0", - "id": "7677" - }, - { - "shop_price": "160", - "examine": "You can use this to open the prize chest!", - "durability": null, - "name": "Prize key", - "weight": "1", - "archery_ticket_price": "0", - "id": "7678" - }, - { - "examine": "A good tool for bashing someone.", - "durability": null, - "name": "Pugel", - "archery_ticket_price": "0", - "two_handed": "true", - "id": "7679", - "weapon_interface": "14", - "equipment_slot": "3" - }, - { - "durability": null, - "name": "Pugel", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7680" - }, - { - "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", - "id": "7684", - "equipment_slot": "3" - }, - { - "durability": null, - "name": "Dart", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7685" - }, - { - "durability": null, - "name": "Bow and arrow", - "archery_ticket_price": "0", - "id": "7686", - "weapon_interface": "1", - "equipment_slot": "3" - }, - { - "durability": null, - "name": "Bow and arrow", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7687" - }, - { - "examine": "The kettle is empty.", - "durability": null, - "name": "Kettle", - "archery_ticket_price": "0", - "id": "7688" - }, - { - "durability": null, - "name": "Kettle", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7689" - }, - { - "examine": "It's full of cold water.", - "durability": null, - "name": "Full kettle", - "archery_ticket_price": "0", - "id": "7690" - }, - { - "examine": "It's full of boiling water.", - "durability": null, - "name": "Hot kettle", - "archery_ticket_price": "0", - "id": "7691" - }, - { - "examine": "I'd really like a nice cup of tea.", - "durability": null, - "name": "Pot of tea (4)", - "weight": "1.5", - "archery_ticket_price": "0", - "id": "7692" - }, - { - "durability": null, - "name": "Pot of tea (4)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7693" - }, - { - "examine": "I'd really like a nice cup of tea.", - "durability": null, - "name": "Pot of tea (3)", - "weight": "1.5", - "archery_ticket_price": "0", - "id": "7694" - }, - { - "durability": null, - "name": "Pot of tea (3)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7695" - }, - { - "examine": "I'd really like a nice cup of tea.", - "durability": null, - "name": "Pot of tea (2)", - "weight": "1.5", - "archery_ticket_price": "0", - "id": "7696" - }, - { - "durability": null, - "name": "Pot of tea (2)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7697" - }, - { - "examine": "I'd really like a nice cup of tea.", - "durability": null, - "name": "Pot of tea (1)", - "weight": "1.5", - "archery_ticket_price": "0", - "id": "7698" - }, - { - "durability": null, - "name": "Pot of tea (1)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7699" - }, - { - "examine": "Add boiling water to make a tea.", - "durability": null, - "name": "Teapot with leaves", - "weight": "1.5", - "archery_ticket_price": "0", - "id": "7700" - }, - { - "durability": null, - "name": "Teapot with leaves", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7701" - }, - { - "examine": "This teapot is empty.", - "durability": null, - "name": "Teapot", - "weight": "0.4", - "archery_ticket_price": "0", - "id": "7702" - }, - { - "durability": null, - "name": "Teapot", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7703" - }, - { - "examine": "I'd really like a nice cup of tea.", - "durability": null, - "name": "Pot of tea (4)", - "weight": "1.5", - "archery_ticket_price": "0", - "id": "7704" - }, - { - "durability": null, - "name": "Pot of tea (4)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7705" - }, - { - "examine": "I'd really like a nice cup of tea.", - "durability": null, - "name": "Pot of tea (3)", - "weight": "1.5", - "archery_ticket_price": "0", - "id": "7706" - }, - { - "durability": null, - "name": "Pot of tea (3)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7707" - }, - { - "examine": "I'd really like a nice cup of tea.", - "durability": null, - "name": "Pot of tea (2)", - "weight": "1.5", - "archery_ticket_price": "0", - "id": "7708" - }, - { - "durability": null, - "name": "Pot of tea (2)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7709" - }, - { - "examine": "I'd really like a nice cup of tea.", - "durability": null, - "name": "Pot of tea (1)", - "weight": "1.5", - "archery_ticket_price": "0", - "id": "7710" - }, - { - "durability": null, - "name": "Pot of tea (1)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7711" - }, - { - "examine": "Add boiling water to make a tea.", - "durability": null, - "name": "Teapot with leaves", - "weight": "1.5", - "archery_ticket_price": "0", - "id": "7712" - }, - { - "durability": null, - "name": "Teapot with leaves", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7713" - }, - { - "examine": "This teapot is empty.", - "durability": null, - "name": "Teapot", - "weight": "0.4", - "archery_ticket_price": "0", - "id": "7714" - }, - { - "durability": null, - "name": "Teapot", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7715" - }, - { - "examine": "I'd really like a nice cup of tea.", - "durability": null, - "name": "Pot of tea (4)", - "weight": "1.5", - "archery_ticket_price": "0", - "id": "7716" - }, - { - "durability": null, - "name": "Pot of tea (4)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7717" - }, - { - "examine": "I'd really like a nice cup of tea.", - "durability": null, - "name": "Pot of tea (3)", - "weight": "1.5", - "archery_ticket_price": "0", - "id": "7718" - }, - { - "durability": null, - "name": "Pot of tea (3)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7719" - }, - { - "examine": "I'd really like a nice cup of tea.", - "durability": null, - "name": "Pot of tea (2)", - "weight": "1.5", - "archery_ticket_price": "0", - "id": "7720" - }, - { - "durability": null, - "name": "Pot of tea (2)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7721" - }, - { - "examine": "I'd really like a nice cup of tea.", - "durability": null, - "name": "Pot of tea (1)", - "weight": "1.5", - "archery_ticket_price": "0", - "id": "7722" - }, - { - "durability": null, - "name": "Pot of tea (1)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7723" - }, - { - "examine": "Add boiling water to make a tea.", - "durability": null, - "name": "Teapot with leaves", - "weight": "1.5", - "archery_ticket_price": "0", - "id": "7724" - }, - { - "durability": null, - "name": "Teapot with leaves", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7725" - }, - { - "examine": "This teapot is empty.", - "durability": null, - "name": "Teapot", - "weight": "0.4", - "archery_ticket_price": "0", - "id": "7726" - }, - { - "durability": null, - "name": "Teapot", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7727" - }, - { - "shop_price": "1", - "examine": "An empty cup.", - "grand_exchange_price": "7", - "durability": null, - "name": "Empty cup", - "tradeable": "true", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "7728" - }, - { - "durability": null, - "name": "Empty cup", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7729" - }, - { - "shop_price": "10", - "examine": "A nice cup of tea.", - "grand_exchange_price": "30", - "durability": null, - "name": "Cup of tea", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "0.1", - "archery_ticket_price": "0", - "id": "7730" - }, - { - "shop_price": "10", - "examine": "A nice cup of tea.", - "grand_exchange_price": "30", - "durability": null, - "name": "Cup of tea", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "0.1", - "archery_ticket_price": "0", - "id": "7731" - }, - { - "examine": "A porcelain cup.", - "durability": null, - "name": "Porcelain cup", - "archery_ticket_price": "0", - "id": "7732" - }, - { - "shop_price": "10", - "examine": "A nice cup of tea.", - "grand_exchange_price": "30", - "durability": null, - "name": "Cup of tea", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "0.1", - "archery_ticket_price": "0", - "id": "7733" - }, - { - "shop_price": "10", - "examine": "A nice cup of tea.", - "grand_exchange_price": "30", - "durability": null, - "name": "Cup of tea", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "0.1", - "archery_ticket_price": "0", - "id": "7734" - }, - { - "examine": "A porcelain cup.", - "durability": null, - "name": "Porcelain cup", - "archery_ticket_price": "0", - "id": "7735" - }, - { - "shop_price": "10", - "examine": "A nice cup of tea.", - "grand_exchange_price": "30", - "durability": null, - "name": "Cup of tea", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "0.1", - "archery_ticket_price": "0", - "id": "7736" - }, - { - "shop_price": "10", - "examine": "A nice cup of tea.", - "grand_exchange_price": "30", - "durability": null, - "name": "Cup of tea", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "0.1", - "archery_ticket_price": "0", - "id": "7737" - }, - { - "examine": "Mmm, how about a nice cup of tea?", - "durability": null, - "name": "Tea leaves", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7738" - }, - { - "durability": null, - "name": "Tea leaves", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7739" - }, - { - "examine": "A glass of frothy ale.", - "grand_exchange_price": "151", - "durability": null, - "name": "Beer", - "tradeable": "true", - "high_alchemy": "1", - "weight": "1", - "archery_ticket_price": "0", - "id": "7740" - }, - { - "durability": null, - "name": "Beer", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7741" - }, - { - "shop_price": "1", - "examine": "I need to fill this with beer.", - "grand_exchange_price": "25", - "durability": null, - "name": "Beer glass", - "tradeable": "true", - "high_alchemy": "1", - "weight": "0.05", - "archery_ticket_price": "0", - "id": "7742" - }, - { - "durability": null, - "name": "Beer glass", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7743" - }, - { - "shop_price": "3", - "examine": "Probably the finest readily-available ale in Asgarnia.", - "grand_exchange_price": "131", - "durability": null, - "name": "Asgarnian ale", - "tradeable": "true", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "7744" - }, - { - "durability": null, - "name": "Asgarnian ale", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7745" - }, - { - "shop_price": "2", - "examine": "A glass of frothy ale.", - "grand_exchange_price": "569", - "durability": null, - "name": "Greenman's ale", - "tradeable": "true", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "7746" - }, - { - "durability": null, - "name": "Greenman's ale", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7747" - }, - { - "shop_price": "2", - "examine": "A glass of bitter.", - "grand_exchange_price": "523", - "durability": null, - "name": "Dragon bitter", - "tradeable": "true", - "high_alchemy": "1", - "weight": "1", - "archery_ticket_price": "0", - "id": "7748" - }, - { - "durability": null, - "name": "Dragon bitter", - "tradeable": "true", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "archery_ticket_price": "0", - "id": "7750" - }, - { - "durability": null, - "name": "Moonlight mead", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7751" - }, - { - "shop_price": "2", - "examine": "A glass of Cider", - "grand_exchange_price": "1539", - "durability": null, - "name": "Cider", - "tradeable": "true", - "high_alchemy": "1", - "weight": "1", - "archery_ticket_price": "0", - "id": "7752" - }, - { - "durability": null, - "name": "Cider", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7753" - }, - { - "examine": "A fruity, full-bodied ale.", - "grand_exchange_price": "2371", - "durability": null, - "name": "Chef's delight", - "tradeable": "true", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "7754" - }, - { - "durability": null, - "name": "Chef's delight", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7755" - }, - { - "durability": null, - "name": "Paintbrush", - "archery_ticket_price": "0", - "id": "7756", - "equipment_slot": "3" - }, - { - "durability": null, - "name": "Paintbrush", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7757" - }, - { - "examine": "A decent-enough weapon gone rusty.", - "durability": null, - "name": "Rusty sword", - "weight": "2", - "archery_ticket_price": "0", - "id": "7758", - "equipment_slot": "3" - }, - { - "ge_buy_limit": "100", - "examine": "Nice bit of crafting.", - "grand_exchange_price": "3140", - "durability": null, - "name": "Toy soldier", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "destroy": "true", - "archery_ticket_price": "0", - "id": "7759" - }, - { - "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)", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "destroy": "true", - "archery_ticket_price": "0", - "id": "7761" - }, - { - "durability": null, - "name": "Toy soldier (wound)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7762" - }, - { - "ge_buy_limit": "100", - "examine": "In inventory: Nice bit of crafting! When released: Nice bit of crafting that...", - "grand_exchange_price": "3236", - "durability": null, - "name": "Toy doll", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "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": "In inventory: Nice bit of crafting! When released: Nice bit of crafting that...", - "grand_exchange_price": "3289", - "durability": null, - "name": "Toy doll (wound)", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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.", - "grand_exchange_price": "2930", - "durability": null, - "name": "Clockwork cat", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "destroy": "true", - "weight": "1", - "archery_ticket_price": "0", - "id": "7771" - }, - { - "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", - "low_alchemy": "2000", - "high_alchemy": "3000", - "weight": "1", - "archery_ticket_price": "0", - "id": "7779" - }, - { - "examine": "A tome of learning that focuses on the Fishing skill.", - "durability": null, - "name": "Fishing tome", - "low_alchemy": "2000", - "high_alchemy": "3000", - "weight": "1", - "archery_ticket_price": "0", - "id": "7780" - }, - { - "examine": "A tome of learning that focuses on the Fishing skill.", - "durability": null, - "name": "Fishing tome", - "low_alchemy": "2000", - "high_alchemy": "3000", - "weight": "1", - "archery_ticket_price": "0", - "id": "7781" - }, - { - "examine": "A tome of learning that focuses on Agility.", - "durability": null, - "name": "Agility tome", - "low_alchemy": "2000", - "high_alchemy": "3000", - "weight": "1", - "archery_ticket_price": "0", - "id": "7782" - }, - { - "examine": "A tome of learning that focuses on Agility.", - "durability": null, - "name": "Agility tome", - "low_alchemy": "2000", - "high_alchemy": "3000", - "weight": "1", - "archery_ticket_price": "0", - "id": "7783" - }, - { - "examine": "A tome of learning that focuses on Agility.", - "durability": null, - "name": "Agility tome", - "low_alchemy": "2000", - "high_alchemy": "3000", - "weight": "1", - "archery_ticket_price": "0", - "id": "7784" - }, - { - "examine": "A tome of learning that focuses on the Thieving skill.", - "durability": null, - "name": "Thieving tome", - "low_alchemy": "2000", - "high_alchemy": "3000", - "weight": "1", - "archery_ticket_price": "0", - "id": "7785" - }, - { - "examine": "A tome of learning that focuses on the Thieving skill.", - "durability": null, - "name": "Thieving tome", - "low_alchemy": "2000", - "high_alchemy": "3000", - "weight": "1", - "archery_ticket_price": "0", - "id": "7786" - }, - { - "examine": "A tome of learning that focuses on the Thieving skill.", - "durability": null, - "name": "Thieving tome", - "low_alchemy": "2000", - "high_alchemy": "3000", - "weight": "1", - "archery_ticket_price": "0", - "id": "7787" - }, - { - "examine": "A tome of learning which focuses on the Slayer skill.", - "durability": null, - "name": "Slayer tome", - "low_alchemy": "2000", - "high_alchemy": "3000", - "weight": "1", - "archery_ticket_price": "0", - "id": "7788" - }, - { - "examine": "A tome of learning which focuses on the Slayer skill.", - "durability": null, - "name": "Slayer tome", - "low_alchemy": "2000", - "high_alchemy": "3000", - "weight": "1", - "archery_ticket_price": "0", - "id": "7789" - }, - { - "examine": "A tome of learning which focuses on the Slayer skill.", - "durability": null, - "name": "Slayer tome", - "low_alchemy": "2000", - "high_alchemy": "3000", - "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", - "low_alchemy": "2000", - "high_alchemy": "3000", - "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", - "low_alchemy": "2000", - "high_alchemy": "3000", - "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", - "low_alchemy": "2000", - "high_alchemy": "3000", - "weight": "1", - "archery_ticket_price": "0", - "id": "7793" - }, - { - "examine": "A tome of learning that focuses on Firemaking.", - "durability": null, - "name": "Firemaking tome", - "low_alchemy": "2000", - "high_alchemy": "3000", - "weight": "1", - "archery_ticket_price": "0", - "id": "7794" - }, - { - "examine": "A tome of learning that focuses on Firemaking.", - "durability": null, - "name": "Firemaking tome", - "low_alchemy": "2000", - "high_alchemy": "3000", - "weight": "1", - "archery_ticket_price": "0", - "id": "7795" - }, - { - "examine": "A tome of learning that focuses on Firemaking.", - "durability": null, - "name": "Firemaking tome", - "low_alchemy": "2000", - "high_alchemy": "3000", - "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", - "low_alchemy": "2000", - "high_alchemy": "3000", - "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", - "low_alchemy": "2000", - "high_alchemy": "3000", - "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", - "low_alchemy": "2000", - "high_alchemy": "3000", - "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", - "examine": "Scaly but not slimy!", - "grand_exchange_price": "1618", - "durability": null, - "name": "Snake hide", - "tradeable": "true", - "low_alchemy": "14", - "high_alchemy": "21", - "weight": "0.5", - "archery_ticket_price": "0", - "id": "7801" - }, - { - "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.", - "durability": null, - "name": "Yin yang amulet", - "archery_ticket_price": "0", - "id": "7803", - "equipment_slot": "2" - }, - { - "turn90cw_anim": "1207", - "walk_anim": "1205", - "durability": null, - "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" - }, - { - "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", - "equipment_slot": "3" - }, - { - "attack_anims": "395,395,395,395", - "examine": "A heavy duty axe.", - "durability": null, - "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", - "defence_anim": "397", - "equipment_slot": "3" - }, - { - "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", - "equipment_slot": "3" - }, - { - "turn90cw_anim": "1207", - "examine": "A heavy duty spear.", - "walk_anim": "1205", - "durability": null, - "turn90ccw_anim": "1208", - "two_handed": "true", - "weapon_interface": "14", - "turn180_anim": "1206", - "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" - }, - { - "shop_price": "1", - "examine": "This wine clearly did not age well.", - "durability": null, - "name": "Jug of vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7810" - }, - { - "examine": "Well, this pot is certainly full of vinegar and no mistake.", - "durability": null, - "name": "Pot of vinegar", - "weight": "1.3", - "archery_ticket_price": "0", - "id": "7811" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Goblin skull", - "archery_ticket_price": "0", - "id": "7812" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7813" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Goblin skull", - "archery_ticket_price": "0", - "id": "7814" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Bear ribs", - "archery_ticket_price": "0", - "id": "7815" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7816" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Bear ribs", - "archery_ticket_price": "0", - "id": "7817" - }, - { - "examine": "Unpolished: This needs a good polish.", - "durability": null, - "name": "Ram skull", - "archery_ticket_price": "0", - "id": "7818" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7819" - }, - { - "examine": "Unpolished: This needs a good polish.", - "durability": null, - "name": "Ram skull", - "archery_ticket_price": "0", - "id": "7820" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Unicorn bone", - "archery_ticket_price": "0", - "id": "7821" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7822" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Unicorn bone", - "archery_ticket_price": "0", - "id": "7823" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Giant rat bone", - "archery_ticket_price": "0", - "id": "7824" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7825" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Giant rat bone", - "archery_ticket_price": "0", - "id": "7826" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Giant bat wing", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7827" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7828" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Giant bat wing", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7829" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Wolf bone", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7830" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7831" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Wolf bone", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7832" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Bat wing", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7833" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7834" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Bat wing", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7835" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Rat bone", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7836" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7837" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Rat bone", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7838" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Baby dragon bone", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7839" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7840" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Baby dragon bone", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7841" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Ogre ribs", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7842" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7843" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Ogre ribs", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7844" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Jogre bone", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7845" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7846" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Jogre bone", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7847" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Zogre bone", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7848" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7849" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Zogre bone", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7850" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Mogre bone", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7851" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7852" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Mogre bone", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7853" - }, - { - "examine": "This needs a good polish./ This belongs in a museum!", - "durability": null, - "name": "Monkey paw", - "archery_ticket_price": "0", - "id": "7854" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7855" - }, - { - "examine": "This needs a good polish./ This belongs in a museum!", - "durability": null, - "name": "Monkey paw", - "archery_ticket_price": "0", - "id": "7856" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Dagannoth ribs", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7857" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7858" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Dagannoth ribs", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7859" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Snake spine", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7860" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7861" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Snake spine", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7862" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Zombie bone", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7863" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7864" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Zombie bone", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7865" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Werewolf bone", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7866" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7867" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Werewolf bone", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7868" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Moss giant bone", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7869" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7870" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Moss giant bone", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7871" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Fire giant bone", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7872" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7873" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Fire giant bone", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7874" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Ice giant ribs", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7875" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7876" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Ice giant ribs", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7877" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Terrorbird wing", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7878" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7879" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Terrorbird wing", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7880" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Ghoul bone", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7881" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7882" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Ghoul bone", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7883" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Troll bone", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7884" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7885" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Troll bone", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7886" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Seagull wing", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7887" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7888" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Seagull wing", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7889" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Undead cow ribs", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7890" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7891" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Undead cow ribs", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7892" - }, - { - "shop_price": "160", - "examine": "Unpolished: This needs a good polish. Polished: This bone belongs in a museum!", - "durability": null, - "name": "Experiment bone", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7893" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7894" - }, - { - "shop_price": "160", - "examine": "Unpolished: This needs a good polish. Polished: This bone belongs in a museum!", - "durability": null, - "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" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7897" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Rabbit bone", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7898" - }, - { - "examine": "Dirty:This bone needs a good polish.", - "durability": null, - "name": "Basilisk bone", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7899" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7900" - }, - { - "examine": "Dirty:This bone needs a good polish.", - "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": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7903" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Desert lizard bone", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7904" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Cave goblin skull", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7905" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7906" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Cave goblin skull", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7907" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Big frog leg", - "weight": "1", - "archery_ticket_price": "0", - "id": "7908" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7909" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Big frog leg", - "weight": "1", - "archery_ticket_price": "0", - "id": "7910" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Vulture wing", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7911" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7912" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Vulture wing", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7913" - }, - { - "examine": "This needs a good polish.", - "durability": null, - "name": "Jackal bone", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "7914" - }, - { - "examine": "See article", - "durability": null, - "name": "Bone in vinegar", - "weight": "1", - "archery_ticket_price": "0", - "id": "7915" - }, - { - "examine": "This needs a good polish.", - "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, - "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" - }, - { - "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, - "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" - }, - { - "shop_price": "500", - "examine": "A very good vintage.", - "durability": null, - "name": "Bottle of wine", - "tradeable": "true", - "low_alchemy": "200", - "high_alchemy": "300", - "weight": "1", - "archery_ticket_price": "0", - "id": "7919" - }, - { - "durability": null, - "name": "Bottle of wine", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7920" - }, - { - "examine": "This one has clearly been taken down and passed around.", - "durability": null, - "name": "Empty wine bottle", - "high_alchemy": "1", - "weight": "1", - "archery_ticket_price": "0", - "id": "7921" - }, - { - "examine": "The money off voucher has expired.", - "durability": null, - "name": "Al kharid flyer", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "7922" - }, - { - "examine": "A ring given to you by the Easter Bunny.", - "durability": null, - "name": "Easter ring", - "archery_ticket_price": "0", - "id": "7927" - }, - { - "examine": "Happy Easter.", - "grand_exchange_price": "64747137", - "durability": null, - "name": "Easter egg", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "7928" - }, - { - "examine": "Happy Easter.", - "grand_exchange_price": "64747137", - "durability": null, - "name": "Easter egg", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "7929" - }, - { - "examine": "Happy Easter.", - "grand_exchange_price": "64747137", - "durability": null, - "name": "Easter egg", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "7930" - }, - { - "examine": "Happy Easter.", - "grand_exchange_price": "64747137", - "durability": null, - "name": "Easter egg", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "7931" - }, - { - "examine": "Happy Easter.", - "grand_exchange_price": "64747137", - "durability": null, - "name": "Easter egg", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "7932" - }, - { - "examine": "Happy Easter.", - "grand_exchange_price": "64747137", - "durability": null, - "name": "Easter egg", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "7933" - }, - { - "shop_price": "390", - "ge_buy_limit": "100", - "examine": "A field ration to help your wounds go away.", - "grand_exchange_price": "171", - "durability": null, - "name": "Field ration", - "tradeable": "true", - "low_alchemy": "120", - "high_alchemy": "180", - "archery_ticket_price": "0", - "id": "7934" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "171", - "durability": null, - "name": "Field ration", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7935" - }, - { - "shop_price": "1", - "ge_buy_limit": "25000", - "examine": "An uncharged Rune Stone of extra capability.", - "grand_exchange_price": "180", - "durability": null, - "name": "Pure essence", - "tradeable": "true", - "low_alchemy": "1", - "high_alchemy": "2", - "archery_ticket_price": "0", - "id": "7936" - }, - { - "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.", - "grand_exchange_price": "13600", - "durability": null, - "name": "Tortoise shell", - "tradeable": "true", - "low_alchemy": "400", - "high_alchemy": "600", - "weight": "6.8", - "archery_ticket_price": "0", - "id": "7939" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "13600", - "durability": null, - "name": "Tortoise shell", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7940" - }, - { - "examine": "A sturdy sheet of iron.", - "durability": null, - "name": "Iron sheet", - "low_alchemy": "12", - "high_alchemy": "18", - "weight": "1.75", - "archery_ticket_price": "0", - "id": "7941" - }, - { - "examine": "Perfect for storing. Not so good for eating.", - "durability": null, - "name": "Fresh monkfish", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "0.8", - "archery_ticket_price": "0", - "id": "7942" - }, - { - "examine": "Perfect for storing. Not so good for eating.", - "durability": null, - "name": "Fresh monkfish", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "0.8", - "archery_ticket_price": "0", - "id": "7943" - }, - { - "ge_buy_limit": "20000", - "examine": "I should try cooking this./Freshly caught. Needs cooking. (Fresh Monkfish)", - "grand_exchange_price": "618", - "durability": null, - "name": "Raw monkfish", - "tradeable": "true", - "low_alchemy": "92", - "high_alchemy": "138", - "weight": "0.4", - "archery_ticket_price": "0", - "id": "7944" - }, - { - "ge_buy_limit": "20000", - "grand_exchange_price": "618", - "durability": null, - "name": "Raw monkfish", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7945" - }, - { - "ge_buy_limit": "10000", - "examine": "A tasty fish.", - "grand_exchange_price": "617", - "durability": null, - "name": "Monkfish", - "tradeable": "true", - "low_alchemy": "92", - "high_alchemy": "138", - "weight": "0.4", - "archery_ticket_price": "0", - "id": "7946" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "617", - "durability": null, - "name": "Monkfish", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7947" - }, - { - "durability": null, - "name": "Burnt monkfish", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7949" - }, - { - "examine": "A highly portable army of skeletal magic.", - "durability": null, - "name": "Bone seeds", - "archery_ticket_price": "0", - "id": "7950" - }, - { - "shop_price": "160", - "examine": "A book taken from the desk of Herman Caranos.", - "durability": null, - "name": "Herman's book", - "tradeable": "false", - "destroy": "true", - "weight": "0.09", - "archery_ticket_price": "0", - "id": "7951" - }, - { - "examine": "Useless without the head.", - "durability": null, - "name": "Picture", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7952", - "equipment_slot": "3" - }, - { - "durability": null, - "name": "Picture", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7953" - }, - { - "durability": null, - "name": "Burnt shrimp", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "7955" - }, - { - "examine": "I hope there's treasure in it.", - "grand_exchange_price": "3726", - "durability": null, - "name": "Casket", - "tradeable": "true", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "7956" - }, - { - "shop_price": "2", - "examine": "A mostly clean apron.", - "grand_exchange_price": "169", - "durability": null, - "name": "White apron", - "tradeable": "true", - "high_alchemy": "1", - "weight": "0.45", - "archery_ticket_price": "0", - "id": "7957" - }, - { - "destroy_message": "You can reclaim this item from the place you found it.", - "examine": "A prop for holding up a tunnel roof.", - "durability": null, - "name": "Mining prop", - "low_alchemy": "4", - "tradeable": "false", - "high_alchemy": "6", - "destroy": "true", - "archery_ticket_price": "0", - "id": "7958" - }, - { - "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, - "name": "Heavy box", - "low_alchemy": "4", - "tradeable": "false", - "high_alchemy": "6", - "destroy": "true", - "archery_ticket_price": "0", - "id": "7959" - }, - { - "examine": "It says 'To the dungeons' on the side.", - "durability": null, - "name": "Empty box", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "7960" - }, - { - "examine": "A diary with one/two/three/four/five page(s).", - "durability": null, - "name": "Burnt diary", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "7961" - }, - { - "examine": "A diary with one/two/three/four/five page(s).", - "durability": null, - "name": "Burnt diary", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "7962" - }, - { - "examine": "A diary with one/two/three/four/five page(s).", - "durability": null, - "name": "Burnt diary", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "7963" - }, - { - "examine": "A diary with one/two/three/four/five page(s).", - "durability": null, - "name": "Burnt diary", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "7964" - }, - { - "examine": "A diary with one/two/three/four/five page(s).", - "durability": null, - "name": "Burnt diary", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "7965" - }, - { - "examine": "A dwarf-made coal engine. It looks very sturdy.", - "durability": null, - "name": "Engine", - "low_alchemy": "2", - "tradeable": "false", - "high_alchemy": "3", - "destroy": "true", - "archery_ticket_price": "0", - "id": "7967" - }, - { - "examine": "A beam with a pulley attached.", - "durability": null, - "name": "Pulley beam", - "low_alchemy": "2", - "high_alchemy": "3", - "archery_ticket_price": "0", - "id": "7969" - }, - { - "examine": "A long beam with a pulley attached.", - "durability": null, - "name": "Long pulley beam", - "low_alchemy": "2", - "high_alchemy": "3", - "archery_ticket_price": "0", - "id": "7970" - }, - { - "examine": "A very long beam with a pulley attached.", - "durability": null, - "name": "Longer pulley beam", - "low_alchemy": "2", - "high_alchemy": "3", - "archery_ticket_price": "0", - "id": "7971" - }, - { - "examine": "The manual for an AMCE Lift-In-A-Box.", - "durability": null, - "name": "Lift manual", - "low_alchemy": "2", - "tradeable": "false", - "high_alchemy": "3", - "destroy": "true", - "archery_ticket_price": "0", - "id": "7972" - }, - { - "examine": "A wooden beam.", - "durability": null, - "name": "Beam", - "low_alchemy": "2", - "high_alchemy": "3", - "archery_ticket_price": "0", - "id": "7973" - }, - { - "durability": null, - "name": "Crawling hand", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "7975" - }, - { - "examine": "I should get it stuffed!", - "durability": null, - "name": "Cockatrice head", - "low_alchemy": "800", - "tradeable": "false", - "high_alchemy": "1200", - "destroy": "true", - "weight": "10", - "archery_ticket_price": "0", - "id": "7976" - }, - { - "examine": "I should get it stuffed!", - "durability": null, - "name": "Basilisk head", - "low_alchemy": "1600", - "tradeable": "false", - "high_alchemy": "2400", - "destroy": "true", - "weight": "10", - "archery_ticket_price": "0", - "id": "7977" - }, - { - "examine": "I should get it stuffed!", - "durability": null, - "name": "Kurask head", - "low_alchemy": "2400", - "tradeable": "false", - "high_alchemy": "3600", - "destroy": "true", - "weight": "10", - "archery_ticket_price": "0", - "id": "7978" - }, - { - "examine": "I should get it stuffed!", - "durability": null, - "name": "Abyssal head", - "low_alchemy": "4800", - "tradeable": "false", - "high_alchemy": "7200", - "destroy": "true", - "weight": "10", - "archery_ticket_price": "0", - "id": "7979" - }, - { - "examine": "I should get it stuffed!", - "durability": null, - "name": "Kbd heads", - "low_alchemy": "20000", - "tradeable": "false", - "high_alchemy": "30000", - "destroy": "true", - "weight": "10", - "archery_ticket_price": "0", - "id": "7980" - }, - { - "examine": "I should get it stuffed!", - "durability": null, - "name": "Kq head", - "archery_ticket_price": "0", - "id": "7981" - }, - { - "durability": null, - "name": "Crawling hand", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "7982" - }, - { - "examine": "I should get it stuffed!", - "durability": null, - "name": "Cockatrice head", - "low_alchemy": "800", - "tradeable": "false", - "high_alchemy": "1200", - "destroy": "true", - "weight": "10", - "archery_ticket_price": "0", - "id": "7983" - }, - { - "examine": "I should get it stuffed!", - "durability": null, - "name": "Basilisk head", - "low_alchemy": "1600", - "tradeable": "false", - "high_alchemy": "2400", - "destroy": "true", - "weight": "10", - "archery_ticket_price": "0", - "id": "7984" - }, - { - "examine": "I should get it stuffed!", - "durability": null, - "name": "Kurask head", - "low_alchemy": "2400", - "tradeable": "false", - "high_alchemy": "3600", - "destroy": "true", - "weight": "10", - "archery_ticket_price": "0", - "id": "7985" - }, - { - "examine": "I should get it stuffed!", - "durability": null, - "name": "Abyssal head", - "low_alchemy": "4800", - "tradeable": "false", - "high_alchemy": "7200", - "destroy": "true", - "weight": "10", - "archery_ticket_price": "0", - "id": "7986" - }, - { - "examine": "I should get it stuffed!", - "durability": null, - "name": "Kbd heads", - "low_alchemy": "20000", - "tradeable": "false", - "high_alchemy": "30000", - "destroy": "true", - "weight": "10", - "archery_ticket_price": "0", - "id": "7987" - }, - { - "examine": "I should get it stuffed!", - "durability": null, - "name": "Kq head", - "archery_ticket_price": "0", - "id": "7988" - }, - { - "examine": "Whopper! I should get this stuffed!", - "durability": null, - "name": "Big bass", - "low_alchemy": "400", - "high_alchemy": "600", - "weight": "6", - "archery_ticket_price": "0", - "id": "7989" - }, - { - "examine": "Whopper! I should get this stuffed!", - "durability": null, - "name": "Big bass", - "low_alchemy": "400", - "high_alchemy": "600", - "weight": "6", - "archery_ticket_price": "0", - "id": "7990" - }, - { - "examine": "Whopper! I should get this stuffed!", - "durability": null, - "name": "Big swordfish", - "low_alchemy": "1000", - "high_alchemy": "1500", - "archery_ticket_price": "0", - "id": "7991" - }, - { - "examine": "Whopper! I should get this stuffed!", - "durability": null, - "name": "Big swordfish", - "low_alchemy": "1000", - "high_alchemy": "1500", - "archery_ticket_price": "0", - "id": "7992" - }, - { - "examine": "Its a monster! I should get this stuffed!", - "durability": null, - "name": "Big shark", - "low_alchemy": "2000", - "high_alchemy": "3000", - "weight": "0.7", - "archery_ticket_price": "0", - "id": "7993" - }, - { - "examine": "Its a monster! I should get this stuffed!", - "durability": null, - "name": "Big shark", - "low_alchemy": "2000", - "high_alchemy": "3000", - "weight": "0.7", - "archery_ticket_price": "0", - "id": "7994" - }, - { - "examine": "A portrait of King Arthur.", - "durability": null, - "name": "Arthur portrait", - "low_alchemy": "400", - "high_alchemy": "600", - "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", - "low_alchemy": "400", - "high_alchemy": "600", - "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", - "low_alchemy": "800", - "high_alchemy": "1200", - "archery_ticket_price": "0", - "id": "8000" - }, - { - "shop_price": "2000", - "examine": "The tropical coast of karamja.", - "durability": null, - "name": "Karamja painting", - "low_alchemy": "800", - "high_alchemy": "1200", - "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", - "low_alchemy": "1699", - "high_alchemy": "1700", - "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", - "low_alchemy": "1699", - "high_alchemy": "1700", - "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", - "low_alchemy": "1699", - "high_alchemy": "1700", - "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", - "tradeable": "true", - "low_alchemy": "1699", - "high_alchemy": "1700", - "archery_ticket_price": "0", - "id": "8010" - }, - { - "shop_price": "2500", - "ge_buy_limit": "1000", - "examine": "A tablet containing a magic spell.", - "grand_exchange_price": "1511", - "durability": null, - "name": "Ardougne teleport", - "tradeable": "true", - "low_alchemy": "1699", - "high_alchemy": "1700", - "archery_ticket_price": "0", - "id": "8011" - }, - { - "shop_price": "2500", - "ge_buy_limit": "1000", - "examine": "A tablet containing a magic spell.", - "grand_exchange_price": "1025", - "durability": null, - "name": "Watchtower t'port", - "tradeable": "true", - "low_alchemy": "1699", - "high_alchemy": "1700", - "archery_ticket_price": "0", - "id": "8012" - }, - { - "ge_buy_limit": "1000", - "examine": "A tablet containing a magic spell.", - "grand_exchange_price": "1426", - "durability": null, - "name": "Teleport to house", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8013" - }, - { - "ge_buy_limit": "200", - "examine": "A tablet containing a magic spell.", - "grand_exchange_price": "360", - "durability": null, - "name": "Bones to bananas", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8014" - }, - { - "ge_buy_limit": "200", - "examine": "A tablet containing a magic spell.", - "grand_exchange_price": "620", - "durability": null, - "name": "Bones to peaches", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8015" - }, - { - "ge_buy_limit": "1000", - "examine": "A tablet containing a magic spell.", - "grand_exchange_price": "343", - "durability": null, - "name": "Enchant sapphire", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8016" - }, - { - "ge_buy_limit": "1000", - "examine": "A tablet containing a magic spell.", - "grand_exchange_price": "409", - "durability": null, - "name": "Enchant emerald", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8017" - }, - { - "ge_buy_limit": "1000", - "examine": "A tablet containing a magic spell.", - "grand_exchange_price": "207", - "durability": null, - "name": "Enchant ruby", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8018" - }, - { - "ge_buy_limit": "1000", - "examine": "A tablet containing a magic spell.", - "grand_exchange_price": "326", - "durability": null, - "name": "Enchant diamond", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8019" - }, - { - "ge_buy_limit": "1000", - "examine": "A tablet containing a magic spell.", - "grand_exchange_price": "250", - "durability": null, - "name": "Enchant dragonstn.", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8020" - }, - { - "ge_buy_limit": "1000", - "examine": "A tablet containing a magic spell.", - "grand_exchange_price": "31", - "durability": null, - "name": "Enchant onyx", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8021" - }, - { - "grand_exchange_price": "1918", - "durability": null, - "name": "Wooden bed", - "archery_ticket_price": "0", - "id": "8031" - }, - { - "grand_exchange_price": "1631", - "durability": null, - "name": "Oak bed", - "archery_ticket_price": "0", - "id": "8032" - }, - { - "grand_exchange_price": "1388", - "durability": null, - "name": "Large oak bed", - "archery_ticket_price": "0", - "id": "8033" - }, - { - "grand_exchange_price": "1376", - "durability": null, - "name": "Teak bed", - "archery_ticket_price": "0", - "id": "8034" - }, - { - "grand_exchange_price": "1996", - "durability": null, - "name": "Large teak bed", - "archery_ticket_price": "0", - "id": "8035" - }, - { - "grand_exchange_price": "1314", - "durability": null, - "name": "4-poster", - "archery_ticket_price": "0", - "id": "8036" - }, - { - "grand_exchange_price": "274779", - "durability": null, - "name": "Gilded 4-poster", - "archery_ticket_price": "0", - "id": "8037" - }, - { - "grand_exchange_price": "18", - "durability": null, - "name": "Shoe box", - "archery_ticket_price": "0", - "id": "8038" - }, - { - "grand_exchange_price": "42", - "durability": null, - "name": "Oak drawers", - "archery_ticket_price": "0", - "id": "8039" - }, - { - "grand_exchange_price": "1", - "durability": null, - "name": "Oak wardrobe", - "archery_ticket_price": "0", - "id": "8040" - }, - { - "grand_exchange_price": "126", - "durability": null, - "name": "Teak drawers", - "archery_ticket_price": "0", - "id": "8041" - }, - { - "grand_exchange_price": "12", - "durability": null, - "name": "Teak wardrobe", - "archery_ticket_price": "0", - "id": "8042" - }, - { - "grand_exchange_price": "102", - "durability": null, - "name": "Mahogany 'drobe", - "archery_ticket_price": "0", - "id": "8043" - }, - { - "grand_exchange_price": "139452", - "durability": null, - "name": "Gilded wardrobe", - "archery_ticket_price": "0", - "id": "8044" - }, - { - "grand_exchange_price": "510", - "durability": null, - "name": "Shaving stand", - "archery_ticket_price": "0", - "id": "8045" - }, - { - "grand_exchange_price": "449", - "durability": null, - "name": "Oak shaving stand", - "archery_ticket_price": "0", - "id": "8046" - }, - { - "grand_exchange_price": "147", - "durability": null, - "name": "Oak dresser", - "archery_ticket_price": "0", - "id": "8047" - }, - { - "grand_exchange_price": "478", - "durability": null, - "name": "Teak dresser", - "archery_ticket_price": "0", - "id": "8048" - }, - { - "grand_exchange_price": "456", - "durability": null, - "name": "Fancy teak dresser", - "archery_ticket_price": "0", - "id": "8049" - }, - { - "grand_exchange_price": "404", - "durability": null, - "name": "Mahogany dresser", - "archery_ticket_price": "0", - "id": "8050" - }, - { - "grand_exchange_price": "140594", - "durability": null, - "name": "Gilded dresser", - "archery_ticket_price": "0", - "id": "8051" - }, - { - "grand_exchange_price": "367", - "durability": null, - "name": "Oak clock", - "archery_ticket_price": "0", - "id": "8052" - }, - { - "grand_exchange_price": "552", - "durability": null, - "name": "Teak clock", - "archery_ticket_price": "0", - "id": "8053" - }, - { - "grand_exchange_price": "154310", - "durability": null, - "name": "Gilded clock", - "archery_ticket_price": "0", - "id": "8054" - }, - { - "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", - "id": "8085" - }, - { - "grand_exchange_price": "13", - "durability": null, - "name": "Wooden bench", - "archery_ticket_price": "0", - "id": "8108" - }, - { - "grand_exchange_price": "131", - "durability": null, - "name": "Oak bench", - "archery_ticket_price": "0", - "id": "8109" - }, - { - "grand_exchange_price": "1", - "durability": null, - "name": "Carved oak bench", - "archery_ticket_price": "0", - "id": "8110" - }, - { - "grand_exchange_price": "17", - "durability": null, - "name": "Teak dining bench", - "archery_ticket_price": "0", - "id": "8111" - }, - { - "grand_exchange_price": "2", - "durability": null, - "name": "Carved teak bench", - "archery_ticket_price": "0", - "id": "8112" - }, - { - "grand_exchange_price": "145", - "durability": null, - "name": "Mahogany bench", - "archery_ticket_price": "0", - "id": "8113" - }, - { - "grand_exchange_price": "531526", - "durability": null, - "name": "Gilded bench", - "archery_ticket_price": "0", - "id": "8114" - }, - { - "grand_exchange_price": "1", - "durability": null, - "name": "Wood dining table", - "archery_ticket_price": "0", - "id": "8115" - }, - { - "grand_exchange_price": "1", - "durability": null, - "name": "Oak dining table", - "archery_ticket_price": "0", - "id": "8116" - }, - { - "grand_exchange_price": "1", - "durability": null, - "name": "Carved oak table", - "archery_ticket_price": "0", - "id": "8117" - }, - { - "grand_exchange_price": "2", - "durability": null, - "name": "Teak table", - "archery_ticket_price": "0", - "id": "8118" - }, - { - "grand_exchange_price": "249", - "durability": null, - "name": "Carved teak table", - "archery_ticket_price": "0", - "id": "8119" - }, - { - "grand_exchange_price": "497", - "durability": null, - "name": "Mahogany table", - "archery_ticket_price": "0", - "id": "8120" - }, - { - "grand_exchange_price": "394177", - "durability": null, - "name": "Opulent table", - "archery_ticket_price": "0", - "id": "8121" - }, - { - "shop_price": "24", - "examine": "A candle.", - "grand_exchange_price": "104", - "durability": null, - "name": "Candles", - "tradeable": "true", - "low_alchemy": "1", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "8128" - }, - { - "durability": null, - "name": "Skeleton guard", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "8131" - }, - { - "examine": "He doesn't seem pleased to see me./Beware of the dog! (Construction)", - "durability": null, - "name": "Guard dog", - "archery_ticket_price": "0", - "id": "8132" - }, - { - "examine": "He doesn't look very welcoming.", - "durability": null, - "name": "Hobgoblin guard", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "8133" - }, - { - "examine": "Young but still dangerous.", - "durability": null, - "name": "Baby red dragon", - "archery_ticket_price": "0", - "id": "8134" - }, - { - "examine": "No spider could grow that big! It's unrealistic!", - "durability": null, - "name": "Huge spider", - "archery_ticket_price": "0", - "id": "8135" - }, - { - "examine": "(Level 122)", - "durability": null, - "name": "Hellhound", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "8137" - }, - { - "examine": "I don't think insect repellent will work...", - "durability": null, - "name": "Kalphite soldier", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "8139" - }, - { - "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", - "id": "8140" - }, - { - "examine": "Its scales seem to be made of steel.", - "durability": null, - "name": "Steel dragon", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "8142" - }, - { - "shop_price": "5000", - "examine": "You can plant this in your garden.", - "durability": null, - "name": "Thorny hedge", - "tradeable": "true", - "low_alchemy": "2000", - "high_alchemy": "3000", - "archery_ticket_price": "0", - "id": "8203" - }, - { - "shop_price": "10000", - "examine": "You can plant this in your garden.", - "durability": null, - "name": "Nice hedge", - "tradeable": "true", - "low_alchemy": "4000", - "high_alchemy": "6000", - "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", - "low_alchemy": "6000", - "high_alchemy": "9000", - "archery_ticket_price": "0", - "id": "8205" - }, - { - "shop_price": "20000", - "examine": "You can plant this in your garden.", - "durability": null, - "name": "Topiary hedge", - "tradeable": "true", - "low_alchemy": "8000", - "high_alchemy": "12000", - "weight": "10", - "archery_ticket_price": "0", - "id": "8206" - }, - { - "shop_price": "25000", - "examine": "You can plant this in your garden.", - "durability": null, - "name": "Fancy hedge", - "low_alchemy": "10000", - "high_alchemy": "15000", - "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", - "low_alchemy": "20000", - "high_alchemy": "30000", - "archery_ticket_price": "0", - "id": "8208" - }, - { - "examine": "Some rosemary.", - "grand_exchange_price": "20", - "durability": null, - "name": "Rosemary", - "tradeable": "true", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "8210" - }, - { - "examine": "A bunch of marigolds.", - "grand_exchange_price": "3862", - "durability": null, - "name": "Marigolds", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8214" - }, - { - "grand_exchange_price": "1", - "durability": null, - "name": "Beer barrel", - "archery_ticket_price": "0", - "id": "8239" - }, - { - "grand_exchange_price": "16860", - "durability": null, - "name": "Cider barrel", - "archery_ticket_price": "0", - "id": "8240" - }, - { - "shop_price": "3", - "examine": "Probably the finest readily-available ale in Asgarnia.", - "grand_exchange_price": "131", - "durability": null, - "name": "Asgarnian ale", - "tradeable": "true", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "8241" - }, - { - "shop_price": "2", - "examine": "A glass of frothy ale.", - "grand_exchange_price": "569", - "durability": null, - "name": "Greenman's ale", - "tradeable": "true", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "8244" - }, - { - "grand_exchange_price": "1", - "durability": null, - "name": "Wood kitchen table", - "archery_ticket_price": "0", - "id": "8246" - }, - { - "grand_exchange_price": "1", - "durability": null, - "name": "Oak kitchen table", - "archery_ticket_price": "0", - "id": "8247" - }, - { - "grand_exchange_price": "1", - "durability": null, - "name": "Teak kitchen table", - "archery_ticket_price": "0", - "id": "8248" - }, - { - "durability": null, - "name": "Crawling hand", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "8260" - }, - { - "examine": "I should get it stuffed!", - "durability": null, - "name": "Cockatrice head", - "low_alchemy": "800", - "tradeable": "false", - "high_alchemy": "1200", - "destroy": "true", - "weight": "10", - "archery_ticket_price": "0", - "id": "8261" - }, - { - "examine": "I should get it stuffed!", - "durability": null, - "name": "Basilisk head", - "low_alchemy": "1600", - "tradeable": "false", - "high_alchemy": "2400", - "destroy": "true", - "weight": "10", - "archery_ticket_price": "0", - "id": "8262" - }, - { - "examine": "I should get it stuffed!", - "durability": null, - "name": "Kurask head", - "low_alchemy": "2400", - "tradeable": "false", - "high_alchemy": "3600", - "destroy": "true", - "weight": "10", - "archery_ticket_price": "0", - "id": "8263" - }, - { - "examine": "I should get it stuffed!", - "durability": null, - "name": "Abyssal head", - "low_alchemy": "4800", - "tradeable": "false", - "high_alchemy": "7200", - "destroy": "true", - "weight": "10", - "archery_ticket_price": "0", - "id": "8264" - }, - { - "examine": "I should get it stuffed!", - "durability": null, - "name": "Kbd heads", - "low_alchemy": "20000", - "tradeable": "false", - "high_alchemy": "30000", - "destroy": "true", - "weight": "10", - "archery_ticket_price": "0", - "id": "8265" - }, - { - "examine": "I should get it stuffed!", - "durability": null, - "name": "Kq head", - "archery_ticket_price": "0", - "id": "8266" - }, - { - "durability": null, - "name": "Runite armour", - "archery_ticket_price": "0", - "id": "8272", - "absorb": "9,0,20", - "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0" - }, - { - "examine": "The magical sword 'Silverlight'. / The magical sword 'Silverlight', stained black with mushroom ink. (during Shadow of the Storm)", - "durability": null, - "name": "Silverlight", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "1.8", - "archery_ticket_price": "0", - "attack_speed": "5", - "id": "8279", - "bonuses": "9,14,-2,0,0,0,3,2,1,0,0,12,0,0,0" - }, - { - "examine": "This used to belong to King Arthur.", - "durability": null, - "name": "Excalibur", - "low_alchemy": "80", - "high_alchemy": "120", - "weight": "2.2", - "archery_ticket_price": "0", - "attack_speed": "5", - "id": "8280", - "bonuses": "20,29,-2,0,0,0,3,2,1,0,0,25,0,0,0" - }, - { - "examine": "The magical sword Silverlight, enhanced with the blood of Agrith-Naar.", - "durability": null, - "name": "Darklight", - "low_alchemy": "200", - "high_alchemy": "300", - "weight": "1.8", - "archery_ticket_price": "0", - "attack_speed": "5", - "id": "8281", - "bonuses": "10,16,-2,0,0,0,3,2,2,0,0,13,0,0,0" - }, - { - "examine": "This provides partial protection from dragon-breath attacks.", - "grand_exchange_price": "305", - "durability": null, - "name": "Anti-dragon shield", - "tradeable": "true", - "low_alchemy": "8", - "high_alchemy": "12", - "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" - }, - { - "examine": "A very powerful dragonstone amulet.", - "grand_exchange_price": "1", - "durability": null, - "name": "Amulet of glory", - "tradeable": "true", - "low_alchemy": "7050", - "high_alchemy": "10575", - "archery_ticket_price": "0", - "id": "8283", - "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,0,3,0" - }, - { - "shop_price": "450", - "examine": "The cape worn by members of the Legends Guild.", - "durability": null, - "name": "Cape of legends", - "low_alchemy": "180", - "high_alchemy": "270", - "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" - }, - { - "examine": "Legendary King of the Britons.", - "durability": null, - "name": "King arthur", - "archery_ticket_price": "0", - "id": "8285" - }, - { - "examine": "She looks concerned.", - "durability": null, - "name": "Elena", - "archery_ticket_price": "0", - "id": "8286" - }, - { - "examine": "It's full of pent-up aggression.", - "durability": null, - "name": "Rocnar", - "archery_ticket_price": "0", - "id": "8305" - }, - { - "grand_exchange_price": "1", - "durability": null, - "name": "Crude wooden chair", - "archery_ticket_price": "0", - "id": "8309" - }, - { - "grand_exchange_price": "50", - "durability": null, - "name": "Wooden chair", - "archery_ticket_price": "0", - "id": "8310" - }, - { - "grand_exchange_price": "1", - "durability": null, - "name": "Rocking chair", - "archery_ticket_price": "0", - "id": "8311" - }, - { - "grand_exchange_price": "1", - "durability": null, - "name": "Oak chair", - "archery_ticket_price": "0", - "id": "8312" - }, - { - "grand_exchange_price": "2", - "durability": null, - "name": "Oak armchair", - "archery_ticket_price": "0", - "id": "8313" - }, - { - "grand_exchange_price": "1", - "durability": null, - "name": "Teak armchair", - "archery_ticket_price": "0", - "id": "8314" - }, - { - "grand_exchange_price": "8", - "durability": null, - "name": "Mahogany armchair", - "archery_ticket_price": "0", - "id": "8315" - }, - { - "grand_exchange_price": "1", - "durability": null, - "name": "Wooden bookcase", - "archery_ticket_price": "0", - "id": "8319" - }, - { - "grand_exchange_price": "1", - "durability": null, - "name": "Oak bookcase", - "archery_ticket_price": "0", - "id": "8320" - }, - { - "grand_exchange_price": "52", - "durability": null, - "name": "Mahogany b'kcase", - "archery_ticket_price": "0", - "id": "8321" - }, - { - "requirements": "{5,22}", - "shop_price": "1000", - "examine": "You can plant this in your garden.", - "durability": null, - "name": "Bagged dead tree", - "tradeable": "true", - "low_alchemy": "400", - "high_alchemy": "600", - "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", - "examine": "You can plant this in your garden.", - "durability": null, - "name": "Bagged nice tree", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8419" - }, - { - "durability": null, - "name": "Bagged nice tree", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8420" - }, - { - "requirements": "{15,22}", - "durability": null, - "name": "Bagged oak tree", - "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", - "examine": "You can plant this in your garden.", - "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", - "examine": "You can plant this in your garden.", - "durability": null, - "name": "Bagged maple tree", - "tradeable": "true", - "low_alchemy": "6000", - "high_alchemy": "9000", - "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", - "examine": "You can plant this in your garden.", - "durability": null, - "name": "Bagged yew tree", - "tradeable": "true", - "low_alchemy": "8000", - "high_alchemy": "12000", - "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", - "examine": "You can plant this in your garden.", - "durability": null, - "name": "Bagged magic tree", - "tradeable": "true", - "low_alchemy": "20000", - "high_alchemy": "30000", - "weight": "10", - "archery_ticket_price": "0", - "id": "8429" - }, - { - "durability": null, - "name": "Bagged magic tree", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8430" - }, - { - "shop_price": "1000", - "ge_buy_limit": "5000", - "examine": "You can plant this in your garden.", - "grand_exchange_price": "1345", - "durability": null, - "name": "Bagged plant 1", - "tradeable": "true", - "low_alchemy": "400", - "high_alchemy": "600", - "weight": "10", - "archery_ticket_price": "0", - "id": "8431" - }, - { - "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", - "examine": "You can plant this in your garden.", - "durability": null, - "name": "Bagged plant 2", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8433" - }, - { - "durability": null, - "name": "Bagged plant 2", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8434" - }, - { - "requirements": "{12,22}", - "shop_price": "10000", - "examine": "You can plant this in your garden.", - "durability": null, - "name": "Bagged plant 3", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8435" - }, - { - "durability": null, - "name": "Bagged plant 3", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8436" - }, - { - "requirements": "{22,56}", - "shop_price": "5000", - "examine": "You can plant this in your garden.", - "durability": null, - "name": "Thorny hedge", - "tradeable": "true", - "low_alchemy": "2000", - "high_alchemy": "3000", - "archery_ticket_price": "0", - "id": "8437" - }, - { - "durability": null, - "name": "Thorny hedge", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8438" - }, - { - "requirements": "{22,60}", - "shop_price": "10000", - "examine": "You can plant this in your garden.", - "durability": null, - "name": "Nice hedge", - "tradeable": "true", - "low_alchemy": "4000", - "high_alchemy": "6000", - "archery_ticket_price": "0", - "id": "8439" - }, - { - "durability": null, - "name": "Nice hedge", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8440" - }, - { - "requirements": "{22,64}", - "shop_price": "15000", - "examine": "You can plant this in your garden.", - "durability": null, - "name": "Small box hedge", - "tradeable": "true", - "low_alchemy": "6000", - "high_alchemy": "9000", - "archery_ticket_price": "0", - "id": "8441" - }, - { - "durability": null, - "name": "Small box hedge", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8442" - }, - { - "requirements": "{22,68}", - "shop_price": "20000", - "examine": "You can plant this in your garden.", - "durability": null, - "name": "Topiary hedge", - "tradeable": "true", - "low_alchemy": "8000", - "high_alchemy": "12000", - "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", - "examine": "You can plant this in your garden.", - "durability": null, - "name": "Fancy hedge", - "low_alchemy": "10000", - "high_alchemy": "15000", - "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", - "examine": "You can plant this in your garden.", - "durability": null, - "name": "Tall fancy hedge", - "low_alchemy": "20000", - "high_alchemy": "30000", - "archery_ticket_price": "0", - "id": "8447" - }, - { - "durability": null, - "name": "Tall fancy hedge", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8448" - }, - { - "requirements": "{22,80}", - "durability": null, - "name": "Tall box hedge", - "archery_ticket_price": "0", - "id": "8449" - }, - { - "durability": null, - "name": "Tall box hedge", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8450" - }, - { - "requirements": "{22,66}", - "durability": null, - "name": "Bagged rosemary", - "archery_ticket_price": "0", - "id": "8451" - }, - { - "durability": null, - "name": "Bagged rosemary", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8452" - }, - { - "requirements": "{22,71}", - "shop_price": "10000", - "examine": "You can plant this in your garden.", - "durability": null, - "name": "Bagged daffodils", - "tradeable": "true", - "low_alchemy": "4000", - "high_alchemy": "6000", - "archery_ticket_price": "0", - "id": "8453" - }, - { - "durability": null, - "name": "Bagged daffodils", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8454" - }, - { - "requirements": "{22,76}", - "shop_price": "15000", - "examine": "You can plant this in your garden.", - "durability": null, - "name": "Bagged bluebells", - "tradeable": "true", - "low_alchemy": "6000", - "high_alchemy": "9000", - "archery_ticket_price": "0", - "id": "8455" - }, - { - "durability": null, - "name": "Bagged bluebells", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8456" - }, - { - "requirements": "{22,66}", - "shop_price": "5000", - "examine": "You can plant this in your garden.", - "durability": null, - "name": "Bagged sunflower", - "tradeable": "true", - "low_alchemy": "2000", - "high_alchemy": "3000", - "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", - "examine": "You can plant this in your garden.", - "durability": null, - "name": "Bagged marigolds", - "tradeable": "true", - "low_alchemy": "4000", - "high_alchemy": "6000", - "archery_ticket_price": "0", - "id": "8459" - }, - { - "durability": null, - "name": "Bagged marigolds", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8460" - }, - { - "requirements": "{22,76}", - "shop_price": "15000", - "examine": "You can plant this in your garden.", - "durability": null, - "name": "Bagged roses", - "tradeable": "true", - "low_alchemy": "6000", - "high_alchemy": "9000", - "weight": "10", - "archery_ticket_price": "0", - "id": "8461" - }, - { - "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", - "archery_ticket_price": "0", - "id": "8463" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Rune heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8464", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Rune heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8466", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Rune heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8468", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Rune heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8470", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Rune heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8472", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Rune heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8474", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Rune heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8476", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Rune heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8478", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Rune heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8480", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Rune heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8482", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Rune heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8484", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Rune heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8486", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Rune heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8488", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Rune heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8490", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Rune heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8492", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Rune heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8494", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "1", - "durability": null, - "name": "Crude wooden chair", - "archery_ticket_price": "0", - "id": "8496" - }, - { - "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", - "durability": null, - "name": "Wooden chair", - "archery_ticket_price": "0", - "id": "8498" - }, - { - "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", - "durability": null, - "name": "Rocking chair", - "archery_ticket_price": "0", - "id": "8500" - }, - { - "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", - "durability": null, - "name": "Oak chair", - "archery_ticket_price": "0", - "id": "8502" - }, - { - "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", - "durability": null, - "name": "Oak armchair", - "archery_ticket_price": "0", - "id": "8504" - }, - { - "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", - "durability": null, - "name": "Teak armchair", - "archery_ticket_price": "0", - "id": "8506" - }, - { - "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", - "durability": null, - "name": "Mahogany armchair", - "archery_ticket_price": "0", - "id": "8508" - }, - { - "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", - "durability": null, - "name": "Wooden bookcase", - "archery_ticket_price": "0", - "id": "8510" - }, - { - "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", - "durability": null, - "name": "Oak bookcase", - "archery_ticket_price": "0", - "id": "8512" - }, - { - "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", - "durability": null, - "name": "Mahogany b'kcase", - "archery_ticket_price": "0", - "id": "8514" - }, - { - "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", - "durability": null, - "name": "Beer barrel", - "archery_ticket_price": "0", - "id": "8516" - }, - { - "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", - "durability": null, - "name": "Cider barrel", - "archery_ticket_price": "0", - "id": "8518" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "16900", - "durability": null, - "name": "Cider barrel", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8519" - }, - { - "shop_price": "3", - "ge_buy_limit": "100", - "examine": "Probably the finest readily-available ale in Asgarnia.", - "grand_exchange_price": "4586", - "durability": null, - "name": "Asgarnian ale", - "tradeable": "true", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "8520" - }, - { - "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 glass of frothy ale.", - "grand_exchange_price": "8875", - "durability": null, - "name": "Greenman's ale", - "tradeable": "true", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "8522" - }, - { - "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", - "ge_buy_limit": "100", - "examine": "A glass of bitter.", - "grand_exchange_price": "10300", - "durability": null, - "name": "Dragon bitter", - "tradeable": "true", - "high_alchemy": "1", - "weight": "1", - "archery_ticket_price": "0", - "id": "8524" - }, - { - "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 fruity, full-bodied ale.", - "grand_exchange_price": "48800", - "durability": null, - "name": "Chef's delight", - "tradeable": "true", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "8526" - }, - { - "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", - "durability": null, - "name": "Wood kitchen table", - "archery_ticket_price": "0", - "id": "8528" - }, - { - "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", - "durability": null, - "name": "Oak kitchen table", - "archery_ticket_price": "0", - "id": "8530" - }, - { - "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", - "durability": null, - "name": "Teak kitchen table", - "archery_ticket_price": "0", - "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", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8535" - }, - { - "durability": null, - "name": "Eagle lectern", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8537" - }, - { - "durability": null, - "name": "Demon lectern", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8539" - }, - { - "durability": null, - "name": "Teak eagle lectern", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8541" - }, - { - "durability": null, - "name": "Teak demon lectern", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8543" - }, - { - "durability": null, - "name": "Mahogany eagle", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8545" - }, - { - "durability": null, - "name": "Mahogany demon", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8547" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "1", - "durability": null, - "name": "Wood dining table", - "archery_ticket_price": "0", - "id": "8548" - }, - { - "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", - "durability": null, - "name": "Oak dining table", - "archery_ticket_price": "0", - "id": "8550" - }, - { - "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", - "durability": null, - "name": "Carved oak table", - "archery_ticket_price": "0", - "id": "8552" - }, - { - "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", - "durability": null, - "name": "Teak table", - "archery_ticket_price": "0", - "id": "8554" - }, - { - "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", - "durability": null, - "name": "Carved teak table", - "archery_ticket_price": "0", - "id": "8556" - }, - { - "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", - "durability": null, - "name": "Mahogany table", - "archery_ticket_price": "0", - "id": "8558" - }, - { - "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", - "durability": null, - "name": "Opulent table", - "archery_ticket_price": "0", - "id": "8560" - }, - { - "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", - "durability": null, - "name": "Wooden bench", - "archery_ticket_price": "0", - "id": "8562" - }, - { - "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", - "durability": null, - "name": "Oak bench", - "archery_ticket_price": "0", - "id": "8564" - }, - { - "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", - "durability": null, - "name": "Carved oak bench", - "archery_ticket_price": "0", - "id": "8566" - }, - { - "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", - "durability": null, - "name": "Teak dining bench", - "archery_ticket_price": "0", - "id": "8568" - }, - { - "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", - "durability": null, - "name": "Carved teak bench", - "archery_ticket_price": "0", - "id": "8570" - }, - { - "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", - "durability": null, - "name": "Mahogany bench", - "archery_ticket_price": "0", - "id": "8572" - }, - { - "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", - "durability": null, - "name": "Gilded bench", - "archery_ticket_price": "0", - "id": "8574" - }, - { - "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", - "durability": null, - "name": "Wooden bed", - "archery_ticket_price": "0", - "id": "8576" - }, - { - "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", - "durability": null, - "name": "Oak bed", - "archery_ticket_price": "0", - "id": "8578" - }, - { - "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", - "durability": null, - "name": "Large oak bed", - "archery_ticket_price": "0", - "id": "8580" - }, - { - "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", - "durability": null, - "name": "Teak bed", - "archery_ticket_price": "0", - "id": "8582" - }, - { - "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", - "durability": null, - "name": "Large teak bed", - "archery_ticket_price": "0", - "id": "8584" - }, - { - "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", - "durability": null, - "name": "4-poster", - "archery_ticket_price": "0", - "id": "8586" - }, - { - "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", - "durability": null, - "name": "Gilded 4-poster", - "archery_ticket_price": "0", - "id": "8588" - }, - { - "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", - "durability": null, - "name": "Oak clock", - "archery_ticket_price": "0", - "id": "8590" - }, - { - "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", - "durability": null, - "name": "Teak clock", - "archery_ticket_price": "0", - "id": "8592" - }, - { - "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", - "durability": null, - "name": "Gilded clock", - "archery_ticket_price": "0", - "id": "8594" - }, - { - "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", - "durability": null, - "name": "Shaving stand", - "archery_ticket_price": "0", - "id": "8596" - }, - { - "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", - "durability": null, - "name": "Oak shaving stand", - "archery_ticket_price": "0", - "id": "8598" - }, - { - "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", - "durability": null, - "name": "Oak dresser", - "archery_ticket_price": "0", - "id": "8600" - }, - { - "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", - "durability": null, - "name": "Teak dresser", - "archery_ticket_price": "0", - "id": "8602" - }, - { - "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", - "durability": null, - "name": "Fancy teak dresser", - "archery_ticket_price": "0", - "id": "8604" - }, - { - "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", - "durability": null, - "name": "Mahogany dresser", - "archery_ticket_price": "0", - "id": "8606" - }, - { - "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", - "durability": null, - "name": "Gilded dresser", - "archery_ticket_price": "0", - "id": "8608" - }, - { - "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", - "durability": null, - "name": "Shoe box", - "archery_ticket_price": "0", - "id": "8610" - }, - { - "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", - "durability": null, - "name": "Oak drawers", - "archery_ticket_price": "0", - "id": "8612" - }, - { - "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", - "durability": null, - "name": "Oak wardrobe", - "archery_ticket_price": "0", - "id": "8614" - }, - { - "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", - "durability": null, - "name": "Teak drawers", - "archery_ticket_price": "0", - "id": "8616" - }, - { - "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", - "durability": null, - "name": "Teak wardrobe", - "archery_ticket_price": "0", - "id": "8618" - }, - { - "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", - "durability": null, - "name": "Mahogany 'drobe", - "archery_ticket_price": "0", - "id": "8620" - }, - { - "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", - "durability": null, - "name": "Gilded wardrobe", - "archery_ticket_price": "0", - "id": "8622" - }, - { - "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", - "id": "8625" - }, - { - "durability": null, - "name": "Elemental sphere", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8627" - }, - { - "durability": null, - "name": "Crystal of power", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8629" - }, - { - "durability": null, - "name": "Globe", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8631" - }, - { - "durability": null, - "name": "Ornamental globe", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8633" - }, - { - "durability": null, - "name": "Lunar globe", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8635" - }, - { - "durability": null, - "name": "Celestial globe", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8637" - }, - { - "durability": null, - "name": "Armillary sphere", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8639" - }, - { - "durability": null, - "name": "Small orrery", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8641" - }, - { - "durability": null, - "name": "Large orrery", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8643" - }, - { - "durability": null, - "name": "Wooden telescope", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8645" - }, - { - "durability": null, - "name": "Teak telescope", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8647" - }, - { - "durability": null, - "name": "Mahogany 'scope", - "tradeable": "true", - "archery_ticket_price": "0", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "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", - "stand_turn_anim": "1426" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Steel heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8682", - "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Steel heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8684", - "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Steel heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8686", - "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Steel heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8688", - "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Steel heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8690", - "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Steel heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8692", - "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Steel heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8694", - "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Steel heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8696", - "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Steel heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8698", - "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Steel heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8700", - "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Steel heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8702", - "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Steel heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8704", - "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Steel heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8706", - "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Steel heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8708", - "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Steel heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8710", - "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "The colours represent crest.", - "durability": null, - "name": "Steel heraldic helm", - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "2.7", - "archery_ticket_price": "0", - "id": "8712", - "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5.4", - "absorb": "3,0,7", - "equipment_slot": "5", - "lendable": "true", - "grand_exchange_price": "32583", - "name": "Rune kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8714", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" - }, - { - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5.4", - "absorb": "3,0,7", - "equipment_slot": "5", - "lendable": "true", - "grand_exchange_price": "32583", - "name": "Rune kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8716", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" - }, - { - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5.4", - "absorb": "3,0,7", - "equipment_slot": "5", - "lendable": "true", - "grand_exchange_price": "32583", - "name": "Rune kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8718", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" - }, - { - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5.4", - "absorb": "3,0,7", - "equipment_slot": "5", - "lendable": "true", - "grand_exchange_price": "32583", - "name": "Rune kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8720", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" - }, - { - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5.4", - "absorb": "3,0,7", - "equipment_slot": "5", - "lendable": "true", - "grand_exchange_price": "32583", - "name": "Rune kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8722", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" - }, - { - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5.4", - "absorb": "3,0,7", - "equipment_slot": "5", - "lendable": "true", - "grand_exchange_price": "32583", - "name": "Rune kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8724", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" - }, - { - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5.4", - "absorb": "3,0,7", - "equipment_slot": "5", - "lendable": "true", - "grand_exchange_price": "32583", - "name": "Rune kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8726", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" - }, - { - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5.4", - "absorb": "3,0,7", - "equipment_slot": "5", - "lendable": "true", - "grand_exchange_price": "32583", - "name": "Rune kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8728", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" - }, - { - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5.4", - "absorb": "3,0,7", - "equipment_slot": "5", - "lendable": "true", - "grand_exchange_price": "32583", - "name": "Rune kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8730", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" - }, - { - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5.4", - "absorb": "3,0,7", - "equipment_slot": "5", - "lendable": "true", - "grand_exchange_price": "32583", - "name": "Rune kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8732", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" - }, - { - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5.4", - "absorb": "3,0,7", - "equipment_slot": "5", - "lendable": "true", - "grand_exchange_price": "32583", - "name": "Rune kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8734", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" - }, - { - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5.4", - "absorb": "3,0,7", - "equipment_slot": "5", - "lendable": "true", - "grand_exchange_price": "32583", - "name": "Rune kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8736", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" - }, - { - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5.4", - "absorb": "3,0,7", - "equipment_slot": "5", - "lendable": "true", - "grand_exchange_price": "32583", - "name": "Rune kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8738", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" - }, - { - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5.4", - "absorb": "3,0,7", - "equipment_slot": "5", - "lendable": "true", - "grand_exchange_price": "32583", - "name": "Rune kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8740", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" - }, - { - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5.4", - "absorb": "3,0,7", - "equipment_slot": "5", - "lendable": "true", - "grand_exchange_price": "32583", - "name": "Rune kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8742", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" - }, - { - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5.4", - "absorb": "3,0,7", - "equipment_slot": "5", - "lendable": "true", - "grand_exchange_price": "32583", - "name": "Rune kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8744", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" - }, - { - "shop_price": "850", - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "340", - "high_alchemy": "510", - "weight": "5.4", - "equipment_slot": "5", - "grand_exchange_price": "346", - "name": "Steel kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8746", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" - }, - { - "shop_price": "850", - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "340", - "high_alchemy": "510", - "weight": "5.4", - "equipment_slot": "5", - "grand_exchange_price": "346", - "name": "Steel kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8748", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" - }, - { - "shop_price": "850", - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "340", - "high_alchemy": "510", - "weight": "5.4", - "equipment_slot": "5", - "grand_exchange_price": "346", - "name": "Steel kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8750", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" - }, - { - "shop_price": "850", - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "340", - "high_alchemy": "510", - "weight": "5.4", - "equipment_slot": "5", - "grand_exchange_price": "346", - "name": "Steel kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8752", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" - }, - { - "shop_price": "850", - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "340", - "high_alchemy": "510", - "weight": "5.4", - "equipment_slot": "5", - "grand_exchange_price": "346", - "name": "Steel kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8754", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" - }, - { - "shop_price": "850", - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "340", - "high_alchemy": "510", - "weight": "5.4", - "equipment_slot": "5", - "grand_exchange_price": "346", - "name": "Steel kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8756", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" - }, - { - "shop_price": "850", - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "340", - "high_alchemy": "510", - "weight": "5.4", - "equipment_slot": "5", - "grand_exchange_price": "346", - "name": "Steel kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8758", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" - }, - { - "shop_price": "850", - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "340", - "high_alchemy": "510", - "weight": "5.4", - "equipment_slot": "5", - "grand_exchange_price": "346", - "name": "Steel kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8760", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" - }, - { - "shop_price": "850", - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "340", - "high_alchemy": "510", - "weight": "5.4", - "equipment_slot": "5", - "grand_exchange_price": "346", - "name": "Steel kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8762", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" - }, - { - "shop_price": "850", - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "340", - "high_alchemy": "510", - "weight": "5.4", - "equipment_slot": "5", - "grand_exchange_price": "346", - "name": "Steel kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8764", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" - }, - { - "shop_price": "850", - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "340", - "high_alchemy": "510", - "weight": "5.4", - "equipment_slot": "5", - "grand_exchange_price": "346", - "name": "Steel kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8766", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" - }, - { - "shop_price": "850", - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "340", - "high_alchemy": "510", - "weight": "5.4", - "equipment_slot": "5", - "grand_exchange_price": "346", - "name": "Steel kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8768", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" - }, - { - "shop_price": "850", - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "340", - "high_alchemy": "510", - "weight": "5.4", - "equipment_slot": "5", - "grand_exchange_price": "346", - "name": "Steel kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8770", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" - }, - { - "shop_price": "850", - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "340", - "high_alchemy": "510", - "weight": "5.4", - "equipment_slot": "5", - "grand_exchange_price": "346", - "name": "Steel kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8772", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" - }, - { - "shop_price": "850", - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "340", - "high_alchemy": "510", - "weight": "5.4", - "equipment_slot": "5", - "grand_exchange_price": "346", - "name": "Steel kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8774", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" - }, - { - "shop_price": "850", - "examine": "A large metal shield.", - "durability": null, - "low_alchemy": "340", - "high_alchemy": "510", - "weight": "5.4", - "equipment_slot": "5", - "grand_exchange_price": "346", - "name": "Steel kiteshield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8776", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" - }, - { - "ge_buy_limit": "10000", - "examine": "A plank of sturdy oak.", - "grand_exchange_price": "660", - "durability": null, - "name": "Oak plank", - "tradeable": "true", - "low_alchemy": "100", - "high_alchemy": "150", - "weight": "0.8", - "archery_ticket_price": "0", - "id": "8778" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "660", - "durability": null, - "name": "Oak plank", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8779" - }, - { - "shop_price": "500", - "ge_buy_limit": "10000", - "examine": "A plank of fine teak.", - "grand_exchange_price": "959", - "durability": null, - "name": "Teak plank", - "tradeable": "true", - "low_alchemy": "200", - "high_alchemy": "300", - "weight": "0.8", - "archery_ticket_price": "0", - "id": "8780" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "959", - "durability": null, - "name": "Teak plank", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8781" - }, - { - "shop_price": "1500", - "ge_buy_limit": "10000", - "examine": "A plank of expensive mahogany.", - "grand_exchange_price": "2286", - "durability": null, - "name": "Mahogany plank", - "tradeable": "true", - "low_alchemy": "600", - "high_alchemy": "900", - "weight": "0.8", - "archery_ticket_price": "0", - "id": "8782" - }, - { - "ge_buy_limit": "10000", - "grand_exchange_price": "2286", - "durability": null, - "name": "Mahogany plank", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8783" - }, - { - "shop_price": "130000", - "ge_buy_limit": "100", - "examine": "A very delicate sheet of gold.", - "grand_exchange_price": "133800", - "durability": null, - "name": "Gold leaf", - "tradeable": "true", - "low_alchemy": "52000", - "high_alchemy": "78000", - "weight": "1", - "archery_ticket_price": "0", - "id": "8784" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "133800", - "durability": null, - "name": "Gold leaf", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8785" - }, - { - "shop_price": "325000", - "ge_buy_limit": "100", - "examine": "A beautifully carved marble block.", - "grand_exchange_price": "324800", - "durability": null, - "name": "Marble block", - "tradeable": "true", - "low_alchemy": "130000", - "high_alchemy": "195000", - "weight": "13.6", - "archery_ticket_price": "0", - "id": "8786" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "324800", - "durability": null, - "name": "Marble block", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8787" - }, - { - "shop_price": "975000", - "ge_buy_limit": "100", - "examine": "A magic stone to make high-level furniture.", - "grand_exchange_price": "980300", - "durability": null, - "name": "Magic stone", - "tradeable": "true", - "low_alchemy": "390000", - "high_alchemy": "585000", - "weight": "1", - "archery_ticket_price": "0", - "id": "8788" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "980300", - "durability": null, - "name": "Magic stone", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8789" - }, - { - "shop_price": "650", - "ge_buy_limit": "100", - "examine": "A bolt of ordinary cloth.", - "grand_exchange_price": "1090", - "durability": null, - "name": "Bolt of cloth", - "tradeable": "true", - "low_alchemy": "200", - "high_alchemy": "300", - "weight": "1", - "archery_ticket_price": "0", - "id": "8790" - }, - { - "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.", - "grand_exchange_price": "1630", - "durability": null, - "name": "Clockwork", - "tradeable": "true", - "low_alchemy": "200", - "high_alchemy": "300", - "weight": "1", - "archery_ticket_price": "0", - "id": "8792" - }, - { - "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", - "examine": "Good for cutting wood.", - "durability": null, - "low_alchemy": "5", - "high_alchemy": "7", - "weight": "1", - "equipment_slot": "3", - "grand_exchange_price": "64", - "name": "Saw", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8794" - }, - { - "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", - "id": "8836" - }, - { - "shop_price": "1", - "ge_buy_limit": "1000", - "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" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "29", - "durability": null, - "name": "Timber beam", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8838" - }, - { - "shop_price": "250", - "examine": "Torso armour from the order of the Void Knights.", - "durability": null, - "low_alchemy": "19200", - "high_alchemy": "28800", - "weight": "6.8", - "equipment_slot": "4", - "remove_sleeves": "true", - "name": "Void knight top", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "8839", - "bonuses": "0,0,0,0,0,45,45,45,45,45,45,0,0,0,0" - }, - { - "shop_price": "250", - "examine": "Leg armour of the order of the Void Knights.", - "durability": null, - "name": "Void knight robe", - "tradeable": "false", - "low_alchemy": "18000", - "high_alchemy": "27000", - "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" - }, - { - "shop_price": "250", - "examine": "A mace used by the order of the Void Knights.", - "durability": null, - "low_alchemy": "4800", - "high_alchemy": "7200", - "weight": "1", - "attack_speed": "5", - "weapon_interface": "1", - "render_anim": "2553", - "equipment_slot": "3", - "name": "Void knight mace", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "8841", - "bonuses": "22,0,41,8,0,2,2,2,2,2,0,38,6,0,0" - }, - { - "shop_price": "150", - "examine": "Gloves as used by the order of the Void Knights.", - "durability": null, - "name": "Void knight gloves", - "tradeable": "false", - "low_alchemy": "2420", - "high_alchemy": "3631", - "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", - "equipment_slot": "9" - }, - { - "examine": "A defensive weapon.", - "durability": null, - "name": "Bronze defender", - "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", - "equipment_slot": "5" - }, - { - "examine": "A defensive weapon.", - "durability": null, - "name": "Iron defender", - "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", - "equipment_slot": "5" - }, - { - "requirements": "{0,5}-{1,5}", - "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", - "defence_anim": "4177", - "equipment_slot": "5" - }, - { - "requirements": "{0,10}-{1,10}", - "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", - "defence_anim": "4177", - "equipment_slot": "5" - }, - { - "requirements": "{0,20}-{1,20}", - "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", - "defence_anim": "4177", - "equipment_slot": "5" - }, - { - "requirements": "{0,30}-{1,30}", - "examine": "A defensive weapon.", - "durability": null, - "name": "Adamant defender", - "weight": "0.4", - "archery_ticket_price": "0", - "id": "8849", - "bonuses": "13,12,11,-3,-2,13,12,11,-3,-2,6,4,0,0,0", - "defence_anim": "4177", - "equipment_slot": "5" - }, - { - "requirements": "{0,40}-{1,40}", - "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", - "defence_anim": "4177", - "equipment_slot": "5" - }, - { - "examine": "Warrior Guild Token.", - "durability": null, - "name": "Warrior guild token", - "archery_ticket_price": "0", - "id": "8851" - }, - { - "examine": "Large, round, heavy shield.", - "durability": null, - "name": "Defensive shield", - "weight": "3.6", - "archery_ticket_price": "0", - "two_handed": "true", - "id": "8856", - "bonuses": "0,0,0,-6,-2,8,9,7,0,8,0,0,0,0,0", - "equipment_slot": "5" - }, - { - "examine": "Just landed 18lb shot.", - "durability": null, - "name": "18lb shot", - "destroy": "true", - "archery_ticket_price": "0", - "id": "8858" - }, - { - "examine": "Just landed 22lb shot.", - "durability": null, - "name": "22lb shot", - "destroy": "true", - "archery_ticket_price": "0", - "id": "8859" - }, - { - "examine": "To put on your head.", - "durability": null, - "name": "One barrel", - "destroy": "true", - "weight": "4.5", - "archery_ticket_price": "0", - "id": "8860", - "equipment_slot": "0" - }, - { - "examine": "To put on your head.", - "durability": null, - "name": "Two barrels", - "destroy": "true", - "weight": "9", - "archery_ticket_price": "0", - "id": "8861", - "equipment_slot": "0" - }, - { - "examine": "To put on your head.", - "durability": null, - "name": "Three barrels", - "destroy": "true", - "weight": "13.5", - "archery_ticket_price": "0", - "id": "8862", - "equipment_slot": "0" - }, - { - "examine": "To put on your head.", - "durability": null, - "name": "Four barrels", - "destroy": "true", - "weight": "18.1", - "archery_ticket_price": "0", - "id": "8863", - "equipment_slot": "0" - }, - { - "examine": "To put on your head.", - "durability": null, - "name": "Five barrels", - "destroy": "true", - "weight": "22.6", - "archery_ticket_price": "0", - "id": "8864", - "equipment_slot": "0" - }, - { - "examine": "A heap of finely ground ashes.", - "durability": null, - "name": "Ground ashes", - "archery_ticket_price": "0", - "id": "8865" - }, - { - "examine": "A key made of solid iron.", - "durability": null, - "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", - "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, - "low_alchemy": "800", - "high_alchemy": "1200", - "attack_speed": "4", - "weight": "0.4", - "weapon_interface": "5", - "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", - "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "2855", - "examine": "Swap this note at any bank for the equivalent item.", - "durability": null, - "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, - "low_alchemy": "800", - "high_alchemy": "1200", - "attack_speed": "4", - "weight": "0.4", - "weapon_interface": "5", - "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", - "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "3033", - "examine": "Swap this note at any bank for the equivalent item.", - "durability": null, - "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, - "low_alchemy": "800", - "high_alchemy": "1200", - "attack_speed": "4", - "weight": "0.4", - "weapon_interface": "5", - "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", - "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "3523", - "examine": "Swap this note at any bank for the equivalent item.", - "durability": null, - "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, - "low_alchemy": "800", - "high_alchemy": "1200", - "attack_speed": "4", - "weight": "0.4", - "weapon_interface": "5", - "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", - "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "8337", - "examine": "Swap this note at any bank for the equivalent item.", - "durability": null, - "name": "Bone dagger (p++)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8879" - }, - { - "ge_buy_limit": "100", - "turn90cw_anim": "821", - "examine": "This fires crossbow bolts.", - "walk_anim": "4226", - "has_special": "true", - "low_alchemy": "800", - "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, - "high_alchemy": "1200", - "weight": "2.2", - "weapon_interface": "17", - "render_anim": "175", - "attack_audios": "2700,0,0,0", - "name": "Dorgeshuun c'bow" - }, - { - "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", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8881" - }, - { - "requirements": "{4,28}", - "shop_price": "4", - "ge_buy_limit": "10000", - "examine": "Good if you have a bone crossbow!", - "durability": null, - "low_alchemy": "1", - "high_alchemy": "2", - "equipment_slot": "13", - "grand_exchange_price": "12", - "name": "Bone bolts", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8882", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,49" - }, - { - "examine": "See article", - "durability": null, - "name": "Zanik", - "archery_ticket_price": "0", - "id": "8887" - }, - { - "bankable": "false", - "examine": "100,000 or more: \"X x coins\" where X is the exact number of coins in the stack.", - "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, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "10", - "equipment_slot": "0", - "grand_exchange_price": "989400", - "name": "Black mask (10)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8901", - "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0" - }, - { - "ge_buy_limit": "10", - "grand_exchange_price": "989400", - "durability": null, - "name": "Black mask (10)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8902" - }, - { - "requirements": "{1,20}-{2,10}", - "examine": "A magic cave horror mask.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "10", - "equipment_slot": "0", - "grand_exchange_price": "583700", - "name": "Black mask (9)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8903", - "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0" - }, - { - "durability": null, - "name": "Black mask (9)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8904" - }, - { - "requirements": "{1,20}-{2,10}", - "examine": "A magic cave horror mask.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "10", - "equipment_slot": "0", - "grand_exchange_price": "583700", - "name": "Black mask (8)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8905", - "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0" - }, - { - "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.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "10", - "equipment_slot": "0", - "grand_exchange_price": "583700", - "name": "Black mask (7)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8907", - "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,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.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "10", - "equipment_slot": "0", - "grand_exchange_price": "583700", - "name": "Black mask (6)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8909", - "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,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.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "10", - "equipment_slot": "0", - "grand_exchange_price": "583700", - "name": "Black mask (5)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8911", - "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,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.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "10", - "equipment_slot": "0", - "grand_exchange_price": "583700", - "name": "Black mask (4)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8913", - "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,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.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "10", - "equipment_slot": "0", - "grand_exchange_price": "583700", - "name": "Black mask (3)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8915", - "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,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.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "10", - "equipment_slot": "0", - "grand_exchange_price": "583700", - "name": "Black mask (2)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8917", - "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,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.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "10", - "equipment_slot": "0", - "grand_exchange_price": "583700", - "name": "Black mask (1)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8919", - "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,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.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "10", - "equipment_slot": "0", - "grand_exchange_price": "956100", - "name": "Black mask", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8921", - "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,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", - "low_alchemy": "360", - "high_alchemy": "540", - "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 (colour) bandana and a patch for the right eye.", - "durability": null, - "name": "Bandana and eyepatch", - "tradeable": "true", - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "0.1", - "archery_ticket_price": "0", - "id": "8924", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "A (colour) bandana and a patch for the right eye.", - "durability": null, - "name": "Bandana and eyepatch", - "tradeable": "true", - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "0.1", - "archery_ticket_price": "0", - "id": "8925", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "A (colour) bandana and a patch for the right eye.", - "durability": null, - "name": "Bandana and eyepatch", - "tradeable": "true", - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "0.1", - "archery_ticket_price": "0", - "id": "8926", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "A (colour) bandana and a patch for the right eye.", - "durability": null, - "name": "Bandana and eyepatch", - "tradeable": "true", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "72", - "high_alchemy": "108", - "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", - "low_alchemy": "40", - "tradeable": "false", - "high_alchemy": "60", - "destroy": "true", - "archery_ticket_price": "0", - "id": "8952", - "equipment_slot": "4" - }, - { - "remove_sleeves": "true", - "shop_price": "100", - "examine": "...You can sail the seven seas...", - "durability": null, - "name": "Green naval shirt", - "low_alchemy": "40", - "tradeable": "false", - "high_alchemy": "60", - "destroy": "true", - "archery_ticket_price": "0", - "id": "8953", - "equipment_slot": "4" - }, - { - "remove_sleeves": "true", - "shop_price": "100", - "examine": "...You can sail the seven seas...", - "durability": null, - "name": "Red naval shirt", - "low_alchemy": "40", - "tradeable": "false", - "high_alchemy": "60", - "destroy": "true", - "archery_ticket_price": "0", - "id": "8954", - "equipment_slot": "4" - }, - { - "remove_sleeves": "true", - "shop_price": "100", - "examine": "...You can sail the seven seas...", - "durability": null, - "name": "Brown naval shirt", - "low_alchemy": "40", - "tradeable": "false", - "high_alchemy": "60", - "destroy": "true", - "archery_ticket_price": "0", - "id": "8955", - "equipment_slot": "4" - }, - { - "remove_sleeves": "true", - "shop_price": "100", - "examine": "...You can sail the seven seas...", - "durability": null, - "name": "Black naval shirt", - "low_alchemy": "40", - "tradeable": "false", - "high_alchemy": "60", - "destroy": "true", - "archery_ticket_price": "0", - "id": "8956", - "equipment_slot": "4" - }, - { - "remove_sleeves": "true", - "shop_price": "100", - "examine": "...You can sail the seven seas...", - "durability": null, - "name": "Purple naval shirt", - "low_alchemy": "40", - "tradeable": "false", - "high_alchemy": "60", - "destroy": "true", - "archery_ticket_price": "0", - "id": "8957", - "equipment_slot": "4" - }, - { - "remove_sleeves": "true", - "shop_price": "100", - "examine": "...You can sail the seven seas...", - "durability": null, - "name": "Grey naval shirt", - "low_alchemy": "40", - "tradeable": "false", - "high_alchemy": "60", - "destroy": "true", - "archery_ticket_price": "0", - "id": "8958", - "equipment_slot": "4" - }, - { - "shop_price": "50", - "examine": "I could never look square in this.", - "durability": null, - "name": "Blue tricorn hat", - "low_alchemy": "20", - "high_alchemy": "30", - "archery_ticket_price": "0", - "id": "8959", - "equipment_slot": "0" - }, - { - "shop_price": "50", - "examine": "I could never look square in this.", - "durability": null, - "name": "Green tricorn hat", - "low_alchemy": "20", - "high_alchemy": "30", - "archery_ticket_price": "0", - "id": "8960", - "equipment_slot": "0" - }, - { - "shop_price": "50", - "examine": "I could never look square in this.", - "durability": null, - "name": "Red tricorn hat", - "low_alchemy": "20", - "high_alchemy": "30", - "archery_ticket_price": "0", - "id": "8961", - "equipment_slot": "0" - }, - { - "shop_price": "50", - "examine": "I could never look square in this.", - "durability": null, - "name": "Brown tricorn hat", - "low_alchemy": "20", - "high_alchemy": "30", - "archery_ticket_price": "0", - "id": "8962", - "equipment_slot": "0" - }, - { - "shop_price": "50", - "examine": "I could never look square in this.", - "durability": null, - "name": "Black tricorn hat", - "low_alchemy": "20", - "high_alchemy": "30", - "archery_ticket_price": "0", - "id": "8963", - "equipment_slot": "0" - }, - { - "shop_price": "50", - "examine": "I could never look square in this.", - "durability": null, - "name": "Purple tricorn hat", - "low_alchemy": "20", - "high_alchemy": "30", - "archery_ticket_price": "0", - "id": "8964", - "equipment_slot": "0" - }, - { - "shop_price": "50", - "examine": "I could never look square in this.", - "durability": null, - "name": "Grey tricorn hat", - "low_alchemy": "20", - "high_alchemy": "30", - "archery_ticket_price": "0", - "id": "8965", - "equipment_slot": "0" - }, - { - "shop_price": "200", - "turn90cw_anim": "1424", - "examine": "The flag of The Cutthroat.", - "walk_anim": "1422", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "weight": "6", - "turn90ccw_anim": "1425", - "weapon_interface": "14", - "turn180_anim": "1423", - "render_anim": "131", - "equipment_slot": "3", - "stand_anim": "1421", - "name": "Cutthroat flag", - "run_anim": "1427", - "archery_ticket_price": "0", - "id": "8966", - "stand_turn_anim": "1426" - }, - { - "shop_price": "200", - "turn90cw_anim": "1424", - "examine": "The flag of The Guilded Smile.", - "walk_anim": "1422", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "weight": "6", - "turn90ccw_anim": "1425", - "attack_speed": "2", - "weapon_interface": "14", - "turn180_anim": "1423", - "render_anim": "131", - "equipment_slot": "3", - "stand_anim": "1421", - "name": "Guilded smile flag", - "run_anim": "1427", - "archery_ticket_price": "0", - "id": "8967", - "stand_turn_anim": "1426" - }, - { - "shop_price": "300", - "turn90cw_anim": "1424", - "examine": "The flag of The Bronze Fist.", - "walk_anim": "1422", - "durability": null, - "low_alchemy": "120", - "high_alchemy": "180", - "weight": "6", - "turn90ccw_anim": "1425", - "weapon_interface": "14", - "turn180_anim": "1423", - "render_anim": "131", - "equipment_slot": "3", - "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, - "low_alchemy": "160", - "high_alchemy": "240", - "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", - "archery_ticket_price": "0", - "id": "8972" - }, - { - "durability": null, - "name": "Bowl of red water", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8973" - }, - { - "examine": "A Bowl of blue water.", - "durability": null, - "name": "Bowl of blue water", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8974" - }, - { - "durability": null, - "name": "Bowl of blue water", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8975" - }, - { - "examine": "Monkeys seem to like throwing these.", - "durability": null, - "name": "Bitternut", - "archery_ticket_price": "0", - "id": "8976" - }, - { - "examine": "Greasy bark from the scrapey tree.", - "durability": null, - "name": "Scrapey bark", - "weight": "1.1", - "archery_ticket_price": "0", - "id": "8977" - }, - { - "durability": null, - "name": "Scrapey bark", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8978" - }, - { - "examine": "Caution; not for use over troubled water.", - "durability": null, - "name": "Bridge section", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8979" - }, - { - "durability": null, - "name": "Bridge section", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8980" - }, - { - "examine": "Better than sea slugs.", - "durability": null, - "name": "Sweetgrubs", - "archery_ticket_price": "0", - "id": "8981" - }, - { - "durability": null, - "name": "Sweetgrubs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8982" - }, - { - "shop_price": "2", - "examine": "It's an empty bucket.", - "grand_exchange_price": "50", - "durability": null, - "name": "Bucket", - "tradeable": "true", - "high_alchemy": "1", - "weight": "1", - "archery_ticket_price": "0", - "id": "8986" - }, - { - "durability": null, - "name": "Torch", - "archery_ticket_price": "0", - "id": "8987", - "equipment_slot": "3" - }, - { - "shop_price": "5", - "examine": "Apparently good for brewing.", - "durability": null, - "name": "The stuff", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "8991", - "equipment_slot": "7" - }, - { - "shop_price": "100", - "examine": "Not for slackers", - "durability": null, - "name": "Green navy slacks", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "8992", - "equipment_slot": "7" - }, - { - "shop_price": "100", - "examine": "Not for slackers", - "durability": null, - "name": "Red navy slacks", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "8993", - "equipment_slot": "7" - }, - { - "shop_price": "100", - "examine": "Not for slackers", - "durability": null, - "name": "Brown navy slacks", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "8994", - "equipment_slot": "7" - }, - { - "shop_price": "100", - "examine": "Not for slackers", - "durability": null, - "name": "Black navy slacks", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "8995", - "equipment_slot": "7" - }, - { - "shop_price": "100", - "examine": "Not for slackers", - "durability": null, - "name": "Purple navy slacks", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "8996", - "equipment_slot": "7" - }, - { - "shop_price": "100", - "examine": "Not for slackers", - "durability": null, - "name": "Grey navy slacks", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "8997", - "equipment_slot": "7" - }, - { - "durability": null, - "name": "Bandana and eyepatch", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8998" - }, - { - "durability": null, - "name": "Bandana and eyepatch", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "8999" - }, - { - "durability": null, - "name": "Bandana and eyepatch", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "9000" - }, - { - "durability": null, - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "destroy": "true", - "archery_ticket_price": "0", - "id": "9005", - "bonuses": "0,0,0,-3,-1,1,2,3,0,0,0,0,0,0,0", - "equipment_slot": "10" - }, - { - "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, - "name": "Fighting boots", - "tradeable": "false", - "destroy": "true", - "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, - "name": "Right skull half", - "tradeable": "false", - "weight": "1", - "archery_ticket_price": "0", - "id": "9007" - }, - { - "examine": "Ooooh spooky!", - "durability": null, - "name": "Left skull half", - "tradeable": "false", - "destroy": "true", - "weight": "4", - "archery_ticket_price": "0", - "id": "9008" - }, - { - "examine": "Seems to be for use with a staff or sceptre of some sort.", - "durability": null, - "name": "Strange skull", - "tradeable": "false", - "weight": "1.2", - "archery_ticket_price": "0", - "id": "9009" - }, - { - "examine": "Top half of a broken sceptre.", - "durability": null, - "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", - "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", - "archery_ticket_price": "0", - "id": "9014" - }, - { - "durability": null, - "name": "Stronghold notes", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "9015" - }, - { - "examine": "Oversized nail clippings.", - "durability": null, - "name": "Gorak claws", - "low_alchemy": "60", - "high_alchemy": "90", - "archery_ticket_price": "0", - "id": "9016" - }, - { - "examine": "A flower with magical properties.", - "durability": null, - "name": "Star flower", - "low_alchemy": "30", - "high_alchemy": "45", - "archery_ticket_price": "0", - "id": "9017" - }, - { - "examine": "Ground-down gorak claws.", - "durability": null, - "name": "Gorak claw powder", - "low_alchemy": "60", - "high_alchemy": "90", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "9026" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "187", - "durability": null, - "name": "Ivory comb", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "9027" - }, - { - "ge_buy_limit": "100", - "examine": "Simon Templeton at the Agility Pyramid will give me 1000 coins for this.", - "grand_exchange_price": "513", - "durability": null, - "name": "Golden scarab", - "tradeable": "true", - "low_alchemy": "12", - "high_alchemy": "18", - "archery_ticket_price": "0", - "id": "9028" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "513", - "durability": null, - "name": "Golden scarab", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "9029" - }, - { - "ge_buy_limit": "100", - "examine": "Little ornament in the shape of a scarab.", - "grand_exchange_price": "168", - "durability": null, - "name": "Stone scarab", - "tradeable": "true", - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "0.07", - "archery_ticket_price": "0", - "id": "9030" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "168", - "durability": null, - "name": "Stone scarab", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "9031" - }, - { - "ge_buy_limit": "100", - "examine": "A small pottery scarab.", - "grand_exchange_price": "74", - "durability": null, - "name": "Pottery scarab", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "1", - "archery_ticket_price": "0", - "id": "9032" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "74", - "durability": null, - "name": "Pottery scarab", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "9033" - }, - { - "ge_buy_limit": "100", - "examine": "A small golden statuette.", - "grand_exchange_price": "740", - "durability": null, - "name": "Golden statuette", - "tradeable": "true", - "low_alchemy": "12", - "high_alchemy": "18", - "archery_ticket_price": "0", - "id": "9034" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "740", - "durability": null, - "name": "Golden statuette", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "9035" - }, - { - "ge_buy_limit": "100", - "examine": "A small pottery statuette.", - "grand_exchange_price": "97", - "durability": null, - "name": "Pottery statuette", - "tradeable": "true", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "0.1", - "archery_ticket_price": "0", - "id": "9036" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "97", - "durability": null, - "name": "Pottery statuette", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "9037" - }, - { - "ge_buy_limit": "100", - "examine": "A small stone statuette.", - "grand_exchange_price": "193", - "durability": null, - "name": "Stone statuette", - "tradeable": "true", - "low_alchemy": "8", - "high_alchemy": "12", - "archery_ticket_price": "0", - "id": "9038" - }, - { - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "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" - }, - { - "ge_buy_limit": "10", - "turn90cw_anim": "1207", - "examine": "Fully charged: This sceptre is fully charged.", - "walk_anim": "1205", - "low_alchemy": "40", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "two_handed": "true", - "turn180_anim": "1206", - "equipment_slot": "3", - "grand_exchange_price": "1000000", - "stand_anim": "813", - "tradeable": "true", - "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", - "requirements": "{0,30}-{6,30}", - "durability": null, - "high_alchemy": "60", - "destroy": "true", - "weight": "2", - "weapon_interface": "3", - "render_anim": "28", - "name": "Pharaoh's sceptre" - }, - { - "ge_buy_limit": "10", - "grand_exchange_price": "1000000", - "durability": null, - "name": "Pharaoh's sceptre", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "9045" - }, - { - "turn90cw_anim": "1207", - "examine": "Fully charged: This sceptre is fully charged.", - "walk_anim": "1205", - "low_alchemy": "40", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "two_handed": "true", - "turn180_anim": "1206", - "equipment_slot": "3", - "grand_exchange_price": "27", - "stand_anim": "813", - "tradeable": "true", - "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", - "requirements": "{0,30}-{6,30}", - "durability": null, - "high_alchemy": "60", - "destroy": "true", - "weight": "2", - "weapon_interface": "3", - "render_anim": "28", - "name": "Pharaoh's sceptre" - }, - { - "durability": null, - "name": "Pharaoh's sceptre", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "9047" - }, - { - "turn90cw_anim": "1207", - "examine": "Fully charged: This sceptre is fully charged.", - "walk_anim": "1205", - "low_alchemy": "40", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "two_handed": "true", - "turn180_anim": "1206", - "equipment_slot": "3", - "grand_exchange_price": "27", - "stand_anim": "813", - "tradeable": "true", - "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", - "requirements": "{0,30}-{6,30}", - "durability": null, - "high_alchemy": "60", - "destroy": "true", - "weight": "2", - "weapon_interface": "3", - "render_anim": "28", - "name": "Pharaoh's sceptre" - }, - { - "durability": null, - "name": "Pharaoh's sceptre", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "9049" - }, - { - "ge_buy_limit": "10", - "turn90cw_anim": "1207", - "examine": "Fully charged: This sceptre is fully charged.", - "walk_anim": "1205", - "low_alchemy": "40", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "two_handed": "true", - "turn180_anim": "1206", - "equipment_slot": "3", - "grand_exchange_price": "985800", - "stand_anim": "813", - "tradeable": "true", - "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", - "requirements": "{0,30}-{6,30}", - "durability": null, - "high_alchemy": "60", - "destroy": "true", - "weight": "2", - "weapon_interface": "3", - "render_anim": "28", - "name": "Pharaoh's sceptre" - }, - { - "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", - "low_alchemy": "16", - "high_alchemy": "24", - "weight": "3", - "archery_ticket_price": "0", - "id": "9054", - "equipment_slot": "4" - }, - { - "examine": "Armour designed to fit goblins.", - "durability": null, - "name": "Black goblin mail", - "low_alchemy": "16", - "high_alchemy": "24", - "weight": "3", - "archery_ticket_price": "0", - "id": "9055", - "equipment_slot": "4" - }, - { - "examine": "Armour designed to fit goblins.", - "durability": null, - "name": "Yellow goblin mail", - "low_alchemy": "16", - "high_alchemy": "24", - "weight": "3", - "archery_ticket_price": "0", - "id": "9056", - "equipment_slot": "4" - }, - { - "examine": "Armour designed to fit goblins.", - "durability": null, - "name": "Green goblin mail", - "low_alchemy": "16", - "high_alchemy": "24", - "weight": "3", - "archery_ticket_price": "0", - "id": "9057", - "equipment_slot": "4" - }, - { - "examine": "Armour designed to fit goblins.", - "durability": null, - "name": "Purple goblin mail", - "low_alchemy": "16", - "high_alchemy": "24", - "weight": "3", - "archery_ticket_price": "0", - "id": "9058", - "equipment_slot": "4" - }, - { - "examine": "Armour designed to fit goblins.", - "durability": null, - "name": "Pink goblin mail", - "low_alchemy": "16", - "high_alchemy": "24", - "weight": "3", - "archery_ticket_price": "0", - "id": "9059", - "equipment_slot": "4" - }, - { - "examine": "A mystical lantern casting a green beam.", - "durability": null, - "name": "Emerald lantern", - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "1.3", - "archery_ticket_price": "0", - "id": "9064" - }, - { - "examine": "A mystical lantern casting a green beam.", - "durability": null, - "name": "Emerald lantern", - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "1.3", - "archery_ticket_price": "0", - "id": "9065", - "equipment_slot": "5" - }, - { - "examine": "A roughly circular disc of glass.", - "durability": null, - "name": "Emerald lens", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "400", - "high_alchemy": "600", - "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" - }, - { - "shop_price": "1000", - "examine": "A mystical hat.", - "durability": null, - "name": "Moonclan hat", - "low_alchemy": "400", - "high_alchemy": "600", - "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" - }, - { - "remove_sleeves": "true", - "shop_price": "1000", - "examine": "Provides good protection.", - "durability": null, - "name": "Moonclan armour", - "low_alchemy": "400", - "high_alchemy": "600", - "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" - }, - { - "shop_price": "1000", - "examine": "This should protect my legs.", - "durability": null, - "name": "Moonclan skirt", - "low_alchemy": "400", - "high_alchemy": "600", - "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" - }, - { - "shop_price": "900", - "examine": "These should keep my hands safe.", - "durability": null, - "name": "Moonclan gloves", - "low_alchemy": "360", - "high_alchemy": "540", - "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" - }, - { - "shop_price": "900", - "examine": "Groovy foot protection.", - "durability": null, - "name": "Moonclan boots", - "low_alchemy": "360", - "high_alchemy": "540", - "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" - }, - { - "shop_price": "200", - "examine": "A mystical cape.", - "durability": null, - "name": "Moonclan cape", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "29", - "high_alchemy": "44", - "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", - "destroy": "true", - "archery_ticket_price": "0", - "id": "9077" - }, - { - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "archery_ticket_price": "0", - "id": "9079" - }, - { - "examine": "An untanned piece of suqah hide.", - "durability": null, - "name": "Suqah hide", - "low_alchemy": "24", - "high_alchemy": "36", - "archery_ticket_price": "0", - "id": "9080" - }, - { - "examine": "A piece of Suqah hide that has been expertly tanned into leather.", - "durability": null, - "name": "Suqah leather", - "low_alchemy": "24", - "high_alchemy": "36", - "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" - }, - { - "shop_price": "30000", - "turn90cw_anim": "1207", - "requirements": "{6,65}", - "examine": "A Moonclan staff.", - "walk_anim": "1205", - "durability": null, - "destroy": "true", - "weight": "2.2", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "weapon_interface": "1", - "turn180_anim": "1206", - "render_anim": "28", - "equipment_slot": "3", - "destroy_message": "The Oneiromancer might be able to help you get another.", - "stand_anim": "813", - "attack_audios": "2555,0,0,0", - "name": "Lunar staff", - "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" - }, - { - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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" - }, - { - "turn90cw_anim": "1207", - "requirements": "{6,65}", - "examine": "A staff enchanted by air.", - "walk_anim": "1205", - "durability": null, - "low_alchemy": "6", - "high_alchemy": "9", - "destroy": "true", - "weight": "1", - "turn90ccw_anim": "1208", - "weapon_interface": "1", - "turn180_anim": "1206", - "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" - }, - { - "turn90cw_anim": "1207", - "requirements": "{6,65}", - "examine": "A staff enchanted by air and fire.", - "walk_anim": "1205", - "durability": null, - "low_alchemy": "6", - "high_alchemy": "9", - "destroy": "true", - "weight": "1", - "turn90ccw_anim": "1208", - "weapon_interface": "1", - "turn180_anim": "1206", - "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" - }, - { - "turn90cw_anim": "1207", - "requirements": "{6,65}", - "examine": "A staff enchanted by air, fire and water.", - "walk_anim": "1205", - "durability": null, - "low_alchemy": "6", - "high_alchemy": "9", - "destroy": "true", - "weight": "1", - "turn90ccw_anim": "1208", - "weapon_interface": "1", - "turn180_anim": "1206", - "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", - "shop_price": "15000", - "requirements": "{1,40}-{6,65}", - "examine": "A mystical helmet.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "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" - }, - { - "shop_price": "120000", - "requirements": "{1,40}-{6,65}", - "examine": "Provides good protection.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "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" - }, - { - "shop_price": "80000", - "requirements": "{1,40}-{6,65}", - "examine": "These should protect my legs.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "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" - }, - { - "shop_price": "10000", - "requirements": "{1,40}-{6,65}", - "examine": "These should keep my hands safe.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "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" - }, - { - "shop_price": "10000", - "requirements": "{1,40}-{6,65}", - "examine": "Mystical foot protection.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "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" - }, - { - "shop_price": "12000", - "requirements": "{1,40}-{6,65}", - "examine": "Oooo pretty!", - "durability": null, - "low_alchemy": "1", - "high_alchemy": "1", - "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" - }, - { - "shop_price": "4000", - "examine": "Awesome.", - "requirements": "{1,40}-{6,65}", - "durability": null, - "low_alchemy": "12", - "high_alchemy": "18", - "destroy": "true", - "equipment_slot": "2", - "destroy_message": "The Oneiromancer might be able to help you get another.", - "name": "Lunar amulet", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "9102", - "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,0,0,0" - }, - { - "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", - "low_alchemy": "12", - "tradeable": "false", - "high_alchemy": "18", - "destroy": "true", - "archery_ticket_price": "0", - "id": "9103" - }, - { - "shop_price": "2000", - "examine": "A mysterious ring that can fill the wearer with magical power.", - "requirements": "{1,40}-{6,65}", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "equipment_slot": "12", - "destroy_message": "The Oneiromancer might be able to help you get another.", - "name": "Lunar ring", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "9104", - "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0" - }, - { - "requirements": "", - "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.", - "durability": null, - "high_alchemy": "1", - "equipment_slot": "13", - "grand_exchange_price": "41", - "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" - }, - { - "requirements": "{4,31}", - "shop_price": "150", - "ge_buy_limit": "10000", - "examine": "Steel crossbow bolts.", - "durability": null, - "low_alchemy": "3", - "high_alchemy": "4", - "equipment_slot": "13", - "grand_exchange_price": "90", - "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" - }, - { - "requirements": "{4,36}", - "shop_price": "32", - "ge_buy_limit": "10000", - "examine": "Mithril crossbow bolts.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "equipment_slot": "13", - "grand_exchange_price": "108", - "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" - }, - { - "requirements": "{4,46}", - "shop_price": "23", - "ge_buy_limit": "10000", - "examine": "Adamantite crossbow bolts.", - "durability": null, - "low_alchemy": "23", - "high_alchemy": "34", - "equipment_slot": "13", - "grand_exchange_price": "210", - "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" - }, - { - "requirements": "{4,61}", - "ge_buy_limit": "10000", - "examine": "Runite crossbow bolts.", - "durability": null, - "low_alchemy": "120", - "high_alchemy": "180", - "equipment_slot": "13", - "grand_exchange_price": "627", - "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" - }, - { - "requirements": "{4,26}", - "shop_price": "6", - "ge_buy_limit": "10000", - "examine": "Silver crossbow bolts.", - "durability": null, - "low_alchemy": "2", - "high_alchemy": "3", - "equipment_slot": "13", - "grand_exchange_price": "8", - "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" - }, - { - "ge_buy_limit": "500", - "turn90cw_anim": "821", - "examine": "A bronze crossbow.", - "walk_anim": "4226", - "low_alchemy": "29", - "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, - "high_alchemy": "43", - "weight": "4", - "weapon_interface": "17", - "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, - "low_alchemy": "37", - "high_alchemy": "55", - "weight": "4", - "turn90ccw_anim": "822", - "attack_speed": "6", - "weapon_interface": "17", - "turn180_anim": "4227", - "render_anim": "175", - "equipment_slot": "3", - "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", - "low_alchemy": "62", - "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, - "high_alchemy": "94", - "weight": "4", - "weapon_interface": "17", - "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", - "low_alchemy": "144", - "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, - "high_alchemy": "216", - "weight": "5", - "weapon_interface": "17", - "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" - }, - { - "requirements": "{4,36}", - "ge_buy_limit": "500", - "turn90cw_anim": "821", - "walk_anim": "4226", - "durability": null, - "turn90ccw_anim": "822", - "weapon_interface": "17", - "turn180_anim": "4227", - "render_anim": "175", - "defence_anim": "424", - "equipment_slot": "3", - "attack_anims": "4230,4230,4230,4230", - "grand_exchange_price": "355", - "stand_anim": "4591", - "attack_audios": "2700,0,0,0", - "name": "Mith crossbow", - "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" - }, - { - "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", - "low_alchemy": "706", - "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, - "high_alchemy": "1060", - "weight": "6", - "weapon_interface": "17", - "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", - "low_alchemy": "6480", - "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, - "high_alchemy": "9720", - "weight": "6", - "weapon_interface": "17", - "render_anim": "175", - "lendable": "true", - "attack_audios": "2700,0,0,0", - "name": "Rune crossbow" - }, - { - "ge_buy_limit": "500", - "grand_exchange_price": "9706", - "durability": null, - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "5", - "high_alchemy": "7", - "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", - "low_alchemy": "6", - "high_alchemy": "10", - "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", - "low_alchemy": "13", - "high_alchemy": "19", - "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", - "low_alchemy": "26", - "high_alchemy": "40", - "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", - "low_alchemy": "53", - "high_alchemy": "79", - "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", - "low_alchemy": "24", - "high_alchemy": "36", - "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", - "low_alchemy": "400", - "high_alchemy": "600", - "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", - "low_alchemy": "2", - "high_alchemy": "4", - "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)", - "low_alchemy": "5", - "high_alchemy": "7", - "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.", - "durability": null, - "low_alchemy": "6", - "high_alchemy": "9", - "equipment_slot": "13", - "grand_exchange_price": "36", - "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" - }, - { - "requirements": "{4,31}", - "ge_buy_limit": "25000", - "examine": "Enchanted Red Topaz tipped Steel Crossbow Bolts.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "equipment_slot": "13", - "grand_exchange_price": "44", - "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" - }, - { - "requirements": "{4,36}", - "shop_price": "103", - "ge_buy_limit": "25000", - "examine": "Enchanted Sapphire tipped Mithril Crossbow Bolts.", - "durability": null, - "low_alchemy": "16", - "high_alchemy": "24", - "equipment_slot": "13", - "grand_exchange_price": "95", - "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" - }, - { - "requirements": "{4,36}", - "ge_buy_limit": "25000", - "examine": "Enchanted Emerald tipped Mithril Crossbow Bolts.", - "durability": null, - "low_alchemy": "23", - "high_alchemy": "35", - "equipment_slot": "13", - "grand_exchange_price": "304", - "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" - }, - { - "requirements": "{4,46}", - "ge_buy_limit": "25000", - "examine": "Enchanted Ruby tipped Adamantite Crossbow Bolts.", - "durability": null, - "low_alchemy": "55", - "high_alchemy": "82", - "equipment_slot": "13", - "grand_exchange_price": "450", - "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" - }, - { - "requirements": "{4,46}", - "ge_buy_limit": "25000", - "examine": "Enchanted Diamond tipped Adamantite Crossbow Bolts.", - "durability": null, - "low_alchemy": "84", - "high_alchemy": "126", - "equipment_slot": "13", - "grand_exchange_price": "1631", - "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" - }, - { - "requirements": "{4,61}", - "ge_buy_limit": "25000", - "examine": "Enchanted Dragonstone tipped Runite Crossbow Bolts.", - "durability": null, - "low_alchemy": "425", - "high_alchemy": "637", - "equipment_slot": "13", - "grand_exchange_price": "3217", - "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" - }, - { - "requirements": "{4,61}", - "ge_buy_limit": "25000", - "examine": "Enchanted Onyx tipped runite Crossbow Bolts.", - "durability": null, - "low_alchemy": "6000", - "high_alchemy": "9000", - "equipment_slot": "13", - "grand_exchange_price": "8870", - "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" - }, - { - "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.", - "durability": null, - "high_alchemy": "1", - "equipment_slot": "13", - "grand_exchange_price": "88", - "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" - }, - { - "requirements": "{4,31}", - "ge_buy_limit": "10000", - "examine": "Steel crossbow bolts.", - "durability": null, - "low_alchemy": "3", - "high_alchemy": "4", - "equipment_slot": "13", - "grand_exchange_price": "132", - "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" - }, - { - "requirements": "{4,36}", - "shop_price": "32", - "ge_buy_limit": "10000", - "examine": "Mithril crossbow bolts.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "equipment_slot": "13", - "grand_exchange_price": "146", - "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" - }, - { - "requirements": "{4,46}", - "shop_price": "23", - "ge_buy_limit": "10000", - "examine": "Adamantite crossbow bolts.", - "durability": null, - "low_alchemy": "23", - "high_alchemy": "34", - "equipment_slot": "13", - "grand_exchange_price": "302", - "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" - }, - { - "requirements": "{4,61}", - "ge_buy_limit": "10000", - "examine": "Runite crossbow bolts.", - "durability": null, - "low_alchemy": "120", - "high_alchemy": "180", - "equipment_slot": "13", - "grand_exchange_price": "734", - "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" - }, - { - "requirements": "{4,26}", - "shop_price": "6", - "ge_buy_limit": "10000", - "examine": "Silver crossbow bolts.", - "durability": null, - "low_alchemy": "2", - "high_alchemy": "3", - "equipment_slot": "13", - "grand_exchange_price": "34", - "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" - }, - { - "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.", - "durability": null, - "high_alchemy": "1", - "equipment_slot": "13", - "grand_exchange_price": "185", - "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" - }, - { - "requirements": "{4,31}", - "ge_buy_limit": "10000", - "examine": "Steel crossbow bolts.", - "durability": null, - "low_alchemy": "3", - "high_alchemy": "4", - "equipment_slot": "13", - "grand_exchange_price": "215", - "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" - }, - { - "requirements": "{4,36}", - "shop_price": "32", - "ge_buy_limit": "10000", - "examine": "Mithril crossbow bolts.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "equipment_slot": "13", - "grand_exchange_price": "296", - "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" - }, - { - "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.", - "durability": null, - "low_alchemy": "120", - "high_alchemy": "180", - "equipment_slot": "13", - "grand_exchange_price": "1130", - "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" - }, - { - "requirements": "{4,26}", - "shop_price": "6", - "ge_buy_limit": "10000", - "examine": "Silver crossbow bolts.", - "durability": null, - "low_alchemy": "2", - "high_alchemy": "3", - "equipment_slot": "13", - "grand_exchange_price": "129", - "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" - }, - { - "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.", - "durability": null, - "high_alchemy": "1", - "equipment_slot": "13", - "grand_exchange_price": "1136", - "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" - }, - { - "requirements": "{4,31}", - "ge_buy_limit": "10000", - "examine": "Steel crossbow bolts.", - "durability": null, - "low_alchemy": "3", - "high_alchemy": "4", - "equipment_slot": "13", - "grand_exchange_price": "1088", - "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" - }, - { - "requirements": "{4,36}", - "shop_price": "32", - "ge_buy_limit": "10000", - "examine": "Mithril crossbow bolts.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "equipment_slot": "13", - "grand_exchange_price": "903", - "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" - }, - { - "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.", - "durability": null, - "low_alchemy": "120", - "high_alchemy": "180", - "equipment_slot": "13", - "grand_exchange_price": "1581", - "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" - }, - { - "requirements": "{4,26}", - "shop_price": "6", - "ge_buy_limit": "10000", - "examine": "Silver crossbow bolts.", - "durability": null, - "low_alchemy": "2", - "high_alchemy": "3", - "equipment_slot": "13", - "grand_exchange_price": "1211", - "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" - }, - { - "requirements": "{4,16}", - "examine": "Jade tipped blurite bolts.", - "durability": null, - "name": "Jade bolts", - "low_alchemy": "5", - "high_alchemy": "7", - "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.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "equipment_slot": "13", - "grand_exchange_price": "60", - "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" - }, - { - "requirements": "{4,36}", - "ge_buy_limit": "25000", - "examine": "Sapphire tipped Mithril crossbow bolts.", - "durability": null, - "low_alchemy": "14", - "high_alchemy": "22", - "equipment_slot": "13", - "grand_exchange_price": "89", - "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" - }, - { - "requirements": "{4,36}", - "ge_buy_limit": "25000", - "examine": "Emerald tipped Mithril crossbow bolts.", - "durability": null, - "low_alchemy": "21", - "high_alchemy": "31", - "equipment_slot": "13", - "grand_exchange_price": "177", - "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" - }, - { - "requirements": "{4,46}", - "ge_buy_limit": "25000", - "examine": "Ruby tipped Adamantite crossbow bolts.", - "durability": null, - "low_alchemy": "50", - "high_alchemy": "75", - "equipment_slot": "13", - "grand_exchange_price": "408", - "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" - }, - { - "requirements": "{4,46}", - "ge_buy_limit": "25000", - "examine": "Diamond tipped Adamantite crossbow bolts.", - "durability": null, - "low_alchemy": "76", - "high_alchemy": "115", - "equipment_slot": "13", - "grand_exchange_price": "1545", - "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" - }, - { - "requirements": "{4,61}", - "ge_buy_limit": "25000", - "examine": "Dragonstone tipped Runite crossbow bolts.", - "durability": null, - "low_alchemy": "386", - "high_alchemy": "580", - "equipment_slot": "13", - "grand_exchange_price": "3201", - "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" - }, - { - "requirements": "{4,61}", - "ge_buy_limit": "25000", - "examine": "Onyx tipped Runite crossbow bolts.", - "durability": null, - "low_alchemy": "5453", - "high_alchemy": "8179", - "equipment_slot": "13", - "grand_exchange_price": "8752", - "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" - }, - { - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "1", - "equipment_slot": "5", - "grand_exchange_price": "49", - "name": "Bronze limbs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "9420" - }, - { - "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", - "low_alchemy": "13", - "high_alchemy": "19", - "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.", - "durability": null, - "low_alchemy": "28", - "high_alchemy": "42", - "weight": "1", - "equipment_slot": "5", - "grand_exchange_price": "34", - "name": "Iron limbs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "9423" - }, - { - "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.", - "durability": null, - "low_alchemy": "100", - "high_alchemy": "150", - "weight": "2", - "equipment_slot": "5", - "grand_exchange_price": "97", - "name": "Steel limbs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "9425" - }, - { - "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.", - "durability": null, - "low_alchemy": "260", - "high_alchemy": "390", - "weight": "2", - "equipment_slot": "5", - "grand_exchange_price": "347", - "name": "Mithril limbs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "9427" - }, - { - "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.", - "durability": null, - "low_alchemy": "640", - "high_alchemy": "960", - "weight": "3", - "equipment_slot": "5", - "grand_exchange_price": "1434", - "name": "Adamantite limbs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "9429" - }, - { - "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.", - "durability": null, - "low_alchemy": "6400", - "high_alchemy": "9600", - "weight": "3", - "equipment_slot": "5", - "grand_exchange_price": "9441", - "name": "Runite limbs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "9431" - }, - { - "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", - "destroy": "true", - "weight": "1", - "archery_ticket_price": "0", - "id": "9433" - }, - { - "shop_price": "25", - "ge_buy_limit": "100", - "examine": "A mould for creating silver crossbow bolts.", - "grand_exchange_price": "409", - "durability": null, - "name": "Bolt mould", - "tradeable": "true", - "low_alchemy": "10", - "high_alchemy": "15", - "weight": "0.4", - "archery_ticket_price": "0", - "id": "9434" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "409", - "durability": null, - "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", - "high_alchemy": "1", - "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", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "equipment_slot": "3", - "grand_exchange_price": "1", - "name": "Wooden stock", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "9440" - }, - { - "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.", - "durability": null, - "low_alchemy": "10", - "high_alchemy": "16", - "weight": "3", - "equipment_slot": "3", - "grand_exchange_price": "1", - "name": "Oak stock", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "9442" - }, - { - "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.", - "durability": null, - "low_alchemy": "21", - "high_alchemy": "31", - "weight": "1", - "equipment_slot": "3", - "grand_exchange_price": "3", - "name": "Willow stock", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "9444" - }, - { - "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.", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "46", - "equipment_slot": "3", - "grand_exchange_price": "6", - "name": "Teak stock", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "9446" - }, - { - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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.", - "durability": null, - "low_alchemy": "53", - "high_alchemy": "79", - "weight": "3", - "equipment_slot": "3", - "grand_exchange_price": "23", - "name": "Mahogany stock", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "9450" - }, - { - "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.", - "durability": null, - "low_alchemy": "66", - "high_alchemy": "100", - "weight": "3", - "equipment_slot": "3", - "grand_exchange_price": "37", - "name": "Yew stock", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "9452" - }, - { - "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", - "low_alchemy": "16", - "high_alchemy": "24", - "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)", - "low_alchemy": "24", - "high_alchemy": "36", - "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", - "low_alchemy": "49", - "high_alchemy": "73", - "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", - "low_alchemy": "130", - "high_alchemy": "196", - "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", - "low_alchemy": "300", - "high_alchemy": "450", - "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", - "low_alchemy": "693", - "high_alchemy": "1039", - "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", - "low_alchemy": "6466", - "high_alchemy": "9700", - "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", - "low_alchemy": "100", - "high_alchemy": "150", - "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", - "low_alchemy": "400", - "high_alchemy": "600", - "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", - "low_alchemy": "400", - "high_alchemy": "600", - "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", - "low_alchemy": "100", - "high_alchemy": "150", - "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", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "9478" - }, - { - "shop_price": "1", - "examine": "This cheese & tomato batta needs garnishing with equa leaves.", - "durability": null, - "name": "Unfinished batta", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "9480" - }, - { - "shop_price": "1", - "examine": "This fruit batta needs garnishing with gnome spices.", - "durability": null, - "name": "Unfinished batta", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "9481" - }, - { - "shop_price": "1", - "examine": "This toad batta needs baking.", - "durability": null, - "name": "Half made batta", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "9483" - }, - { - "shop_price": "1", - "examine": "This veggie batta needs garnishing with equa leaves.", - "durability": null, - "name": "Unfinished batta", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "9485" - }, - { - "shop_price": "1", - "examine": "This worm batta needs garnishing with equa leaves.", - "durability": null, - "name": "Unfinished batta", - "high_alchemy": "1", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "weight": "0.2", - "archery_ticket_price": "0", - "id": "9559" - }, - { - "examine": "This unfinished choc bomb needs cream and chocolate dust.", - "durability": null, - "name": "Unfinished bowl", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "9560" - }, - { - "examine": "This unfinished veggie ball needs baking, and final ingredients", - "durability": null, - "name": "Half made bowl", - "high_alchemy": "1", - "weight": "0.2", - "archery_ticket_price": "0", - "id": "9561" - }, - { - "examine": "This unfinished veggie ball needs equa leaves.", - "durability": null, - "name": "Unfinished bowl", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "9562" - }, - { - "examine": "This unfinished worm hole needs baking, and final ingredients", - "durability": null, - "name": "Half made bowl", - "high_alchemy": "1", - "weight": "0.2", - "archery_ticket_price": "0", - "id": "9563" - }, - { - "examine": "This unfinished worm hole needs equa leaves.", - "durability": null, - "name": "Unfinished bowl", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "9567" - }, - { - "examine": "This fruit blast cocktail needs pouring and a lemon slice.", - "durability": null, - "name": "Mixed blast", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "9577" - }, - { - "examine": "This choco chip crunchy needs garnishing with chocolate dust.", - "durability": null, - "name": "Unfinished crunchy", - "tradeable": "true", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "9579" - }, - { - "examine": "This spicy crunchy needs garnishing with gnome spices.", - "durability": null, - "name": "Unfinished crunchy", - "tradeable": "true", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "9581" - }, - { - "examine": "This toad crunchy needs garnishing with equa leaves.", - "durability": null, - "name": "Unfinished crunchy", - "tradeable": "true", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "9583" - }, - { - "examine": "This worm crunchy needs garnishing with gnome spices.", - "durability": null, - "name": "Unfinished crunchy", - "tradeable": "true", - "high_alchemy": "1", - "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, - "low_alchemy": "220", - "high_alchemy": "330", - "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", - "low_alchemy": "40", - "tradeable": "false", - "high_alchemy": "60", - "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, - "low_alchemy": "200", - "high_alchemy": "300", - "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!", - "durability": null, - "low_alchemy": "200", - "high_alchemy": "300", - "weight": "0.9", - "equipment_slot": "7", - "grand_exchange_price": "1204", - "name": "Vyrewatch legs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "9636", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" - }, - { - "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!", - "durability": null, - "low_alchemy": "200", - "high_alchemy": "300", - "weight": "0.9", - "equipment_slot": "10", - "grand_exchange_price": "2874", - "name": "Vyrewatch shoes", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "9638", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" - }, - { - "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, - "low_alchemy": "2", - "high_alchemy": "3", - "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.", - "durability": null, - "low_alchemy": "2", - "high_alchemy": "3", - "weight": "0.9", - "equipment_slot": "7", - "grand_exchange_price": "491", - "name": "Citizen trousers", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "9642", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" - }, - { - "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.", - "durability": null, - "low_alchemy": "2", - "high_alchemy": "3", - "weight": "0.9", - "equipment_slot": "10", - "grand_exchange_price": "458", - "name": "Citizen shoes", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "9644", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" - }, - { - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "high_alchemy": "1", - "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, - "low_alchemy": "3200", - "high_alchemy": "4800", - "weight": "2", - "absorb": "1,0,2", - "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, - "low_alchemy": "4800", - "high_alchemy": "7200", - "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, - "low_alchemy": "4000", - "high_alchemy": "6000", - "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": "10", - "ge_buy_limit": "100", - "examine": "A Proselyte Temple Knight's leg armour.", - "durability": null, - "low_alchemy": "4000", - "high_alchemy": "6000", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "render_anim": "2584", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "381,390,390,390", - "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.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "0.1", - "equipment_slot": "0", - "grand_exchange_price": "196", - "name": "Elemental helmet", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "9729", - "bonuses": "0,0,0,0,0,0,0,0,4,0,0,0,0,0,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.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "0.2", - "equipment_slot": "5", - "grand_exchange_price": "8351", - "name": "Mind shield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "9731", - "bonuses": "0,0,0,0,0,0,0,0,9,0,25,0,0,0,0" - }, - { - "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.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "0.1", - "equipment_slot": "0", - "grand_exchange_price": "1589", - "name": "Mind helmet", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "9733", - "bonuses": "0,0,0,0,0,0,0,0,6,0,0,0,0,0,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", - "low_alchemy": "4", - "high_alchemy": "7", - "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", - "low_alchemy": "4", - "high_alchemy": "7", - "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", - "low_alchemy": "64", - "high_alchemy": "96", - "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", - "low_alchemy": "64", - "high_alchemy": "96", - "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", - "low_alchemy": "64", - "high_alchemy": "96", - "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", - "low_alchemy": "64", - "high_alchemy": "96", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by masters of attack.", - "durability": null, - "name": "Attack cape", - "tradeable": "false", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "durability": null, - "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", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape only worn by the strongest people.", - "durability": null, - "name": "Strength cape", - "tradeable": "false", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "durability": null, - "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", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by masters of the art of Defence.", - "durability": null, - "name": "Defence cape", - "tradeable": "false", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "durability": null, - "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", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by master archers.", - "durability": null, - "name": "Ranging cape", - "tradeable": "false", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "durability": null, - "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", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by the most pious of heroes.", - "durability": null, - "name": "Prayer cape", - "tradeable": "false", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "durability": null, - "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", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by the most powerful mages.", - "durability": null, - "name": "Magic cape", - "tradeable": "false", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "durability": null, - "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", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by master runecrafters.", - "durability": null, - "name": "Runecraft cape", - "tradeable": "false", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "durability": null, - "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", - "shop_price": "99000", - "examine": "Runecrafting skillcape hood.", - "durability": null, - "name": "Runecrafting hood", - "tradeable": "false", - "weight": "0.4", - "archery_ticket_price": "0", - "id": "9767", - "equipment_slot": "0" - }, - { - "shop_price": "99000", - "examine": "The cape worn by well-constituted adventurers.", - "durability": null, - "name": "Hitpoints cape", - "tradeable": "false", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "durability": null, - "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", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by the most agile of heroes.", - "durability": null, - "name": "Agility cape", - "tradeable": "false", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "durability": null, - "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", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by the most skilled at the art of herblore.", - "durability": null, - "name": "Herblore cape", - "tradeable": "false", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "durability": null, - "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", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by master thieves.", - "durability": null, - "name": "Thieving cape", - "tradeable": "false", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "durability": null, - "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", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by master craftworkers.", - "durability": null, - "name": "Crafting cape", - "tradeable": "false", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "durability": null, - "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", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by the best of fletchers.", - "durability": null, - "name": "Fletching cape", - "tradeable": "false", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "durability": null, - "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", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by slayer masters.", - "durability": null, - "name": "Slayer cape", - "tradeable": "false", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "durability": null, - "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", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by master builders.", - "durability": null, - "name": "Construct. cape", - "tradeable": "false", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "durability": null, - "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", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by the most skilled miners.", - "durability": null, - "name": "Mining cape", - "tradeable": "false", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "durability": null, - "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", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by master smiths.", - "durability": null, - "name": "Smithing cape", - "tradeable": "false", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "durability": null, - "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", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by the best fishermen.", - "durability": null, - "name": "Fishing cape", - "tradeable": "false", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "durability": null, - "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", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by the world's best chefs.", - "durability": null, - "name": "Cooking cape", - "tradeable": "false", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "durability": null, - "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", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by master firelighters.", - "durability": null, - "name": "Firemaking cape", - "tradeable": "false", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "durability": null, - "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", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by master woodcutters (Obtaining level 99 skill)", - "durability": null, - "name": "Woodcutting cape", - "tradeable": "false", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "durability": null, - "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", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by master farmers.", - "durability": null, - "name": "Farming cape", - "tradeable": "false", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "durability": null, - "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", - "shop_price": "99000", - "examine": "Farming skillcape hood.", - "durability": null, - "name": "Farming hood", - "tradeable": "false", - "weight": "0.4", - "archery_ticket_price": "0", - "id": "9812", - "equipment_slot": "0" - }, - { - "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", - "durability": null, - "name": "Oak cape rack", - "archery_ticket_price": "0", - "id": "9843" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "92", - "durability": null, - "name": "Teak cape rack", - "archery_ticket_price": "0", - "id": "9844" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "111", - "durability": null, - "name": "M'gany cape rack", - "archery_ticket_price": "0", - "id": "9845" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "130900", - "durability": null, - "name": "Gilded cape rack", - "archery_ticket_price": "0", - "id": "9846" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "329500", - "durability": null, - "name": "Marble cape rack", - "archery_ticket_price": "0", - "id": "9847" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "1000000", - "durability": null, - "name": "Magical cape rack", - "archery_ticket_price": "0", - "id": "9848" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "25", - "durability": null, - "name": "Oak toy box", - "archery_ticket_price": "0", - "id": "9849" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "165", - "durability": null, - "name": "Teak toy box", - "archery_ticket_price": "0", - "id": "9850" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "20", - "durability": null, - "name": "Mahogany toy box", - "archery_ticket_price": "0", - "id": "9851" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "111", - "durability": null, - "name": "Oak magic wardrobe", - "archery_ticket_price": "0", - "id": "9852" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "1", - "durability": null, - "name": "Carved oak magic wardrobe", - "archery_ticket_price": "0", - "id": "9853" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "133", - "durability": null, - "name": "Teak magic wardrobe", - "archery_ticket_price": "0", - "id": "9854" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "15", - "durability": null, - "name": "Carved teak magic wardrobe", - "archery_ticket_price": "0", - "id": "9855" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "129", - "durability": null, - "name": "Mahogany magic wardrobe", - "archery_ticket_price": "0", - "id": "9856" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "137700", - "durability": null, - "name": "Gilded magic wardrobe", - "archery_ticket_price": "0", - "id": "9857" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "335800", - "durability": null, - "name": "Marble magic wardrobe", - "archery_ticket_price": "0", - "id": "9858" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "17", - "durability": null, - "name": "Oak armour case", - "archery_ticket_price": "0", - "id": "9859" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "29", - "durability": null, - "name": "Teak armour case", - "archery_ticket_price": "0", - "id": "9860" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "88", - "durability": null, - "name": "M'gany arm'r case", - "archery_ticket_price": "0", - "id": "9861" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "24", - "durability": null, - "name": "Oak treasure chest", - "archery_ticket_price": "0", - "id": "9862" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "164", - "durability": null, - "name": "Teak treas' chest", - "archery_ticket_price": "0", - "id": "9863" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "41", - "durability": null, - "name": "M'gany treas' chest", - "archery_ticket_price": "0", - "id": "9864" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "62", - "durability": null, - "name": "Oak costume box", - "archery_ticket_price": "0", - "id": "9865" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "135", - "durability": null, - "name": "Teak costume box", - "archery_ticket_price": "0", - "id": "9866" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "60", - "durability": null, - "name": "Mahogany cos box", - "archery_ticket_price": "0", - "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", - "low_alchemy": "2", - "tradeable": "false", - "high_alchemy": "3", - "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", - "low_alchemy": "8", - "tradeable": "false", - "high_alchemy": "12", - "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", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by master hunters.", - "durability": null, - "name": "Hunter cape", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "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", - "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", - "low_alchemy": "64", - "high_alchemy": "96", - "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", - "low_alchemy": "25", - "high_alchemy": "37", - "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", - "low_alchemy": "7", - "high_alchemy": "10", - "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", - "low_alchemy": "25", - "high_alchemy": "37", - "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", - "low_alchemy": "10", - "high_alchemy": "15", - "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", - "low_alchemy": "10", - "high_alchemy": "15", - "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", - "low_alchemy": "35", - "high_alchemy": "53", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "3", - "high_alchemy": "4", - "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", - "low_alchemy": "6", - "high_alchemy": "9", - "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", - "low_alchemy": "6", - "high_alchemy": "9", - "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", - "low_alchemy": "6", - "high_alchemy": "9", - "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", - "low_alchemy": "6", - "high_alchemy": "9", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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.", - "durability": null, - "low_alchemy": "12", - "high_alchemy": "18", - "weight": "0.2", - "grand_exchange_price": "308", - "name": "Box trap", - "tradeable": "true", - "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": "{15,21}", - "shop_price": "24", - "ge_buy_limit": "100", - "turn90cw_anim": "1207", - "examine": "For catching butterflies...", - "walk_anim": "1205", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "0.2", - "turn90ccw_anim": "1208", - "attack_speed": "4", - "weapon_interface": "10", - "turn180_anim": "1206", - "render_anim": "28", - "equipment_slot": "3", - "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": "{15,21}", - "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", - "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", - "durability": null, - "name": "Black warlock", - "archery_ticket_price": "0", - "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", - "durability": null, - "name": "Snowy knight", - "archery_ticket_price": "0", - "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", - "durability": null, - "name": "Sapphire glacialis", - "archery_ticket_price": "0", - "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", - "durability": null, - "name": "Ruby harvest", - "archery_ticket_price": "0", - "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.", - "durability": null, - "low_alchemy": "288", - "high_alchemy": "432", - "weight": "1", - "grand_exchange_price": "784", - "name": "Magic box", - "tradeable": "true", - "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", - "low_alchemy": "288", - "high_alchemy": "432", - "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", - "low_alchemy": "288", - "high_alchemy": "432", - "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, - "low_alchemy": "20", - "high_alchemy": "30", - "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.", - "durability": null, - "low_alchemy": "7", - "high_alchemy": "10", - "weight": "0.02", - "grand_exchange_price": "1", - "name": "Rabbit snare", - "tradeable": "true", - "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, - "low_alchemy": "64", - "high_alchemy": "96", - "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.", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "weight": "0.2", - "equipment_slot": "7", - "grand_exchange_price": "449", - "name": "Kyatt legs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10035", - "bonuses": "0,0,0,0,-7,11,10,10,0,10,10,0,0,0,0" - }, - { - "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, - "low_alchemy": "80", - "high_alchemy": "120", - "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, - "low_alchemy": "400", - "high_alchemy": "600", - "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.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "0.2", - "equipment_slot": "7", - "grand_exchange_price": "2889", - "name": "Larupia legs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10041", - "bonuses": "0,0,0,0,-7,11,10,10,0,10,5,0,0,0,0" - }, - { - "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, - "low_alchemy": "40", - "high_alchemy": "60", - "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, - "low_alchemy": "200", - "high_alchemy": "300", - "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, - "low_alchemy": "60", - "high_alchemy": "90", - "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, - "low_alchemy": "60", - "high_alchemy": "90", - "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, - "low_alchemy": "300", - "high_alchemy": "450", - "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" - }, - { - "ge_buy_limit": "100", - "examine": "This should make me harder to spot in wooded areas.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "0.2", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "3527", - "name": "Wood camo top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10053", - "bonuses": "0,0,0,0,0,10,15,19,0,12,5,0,0,0,0" - }, - { - "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.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "0.2", - "equipment_slot": "7", - "grand_exchange_price": "3228", - "name": "Wood camo legs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10055", - "bonuses": "0,0,0,0,-7,11,10,10,0,10,0,0,0,0,0" - }, - { - "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, - "low_alchemy": "8", - "high_alchemy": "12", - "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.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "0.2", - "equipment_slot": "7", - "grand_exchange_price": "462", - "name": "Jungle camo legs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10059", - "bonuses": "0,0,0,0,-7,11,10,10,0,10,0,0,0,0,0" - }, - { - "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, - "low_alchemy": "8", - "high_alchemy": "12", - "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.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "0.2", - "equipment_slot": "7", - "grand_exchange_price": "910", - "name": "Desert camo legs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10063", - "bonuses": "0,0,0,0,-7,11,10,10,0,10,0,0,0,0,0" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "910", - "durability": null, - "name": "Desert camo legs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10064" - }, - { - "ge_buy_limit": "100", - "examine": "This should make me harder to spot in polar areas.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "0.2", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "7990", - "name": "Polar camo top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10065", - "bonuses": "0,0,0,0,0,10,15,19,0,12,5,0,0,0,0" - }, - { - "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", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "0.2", - "equipment_slot": "7", - "grand_exchange_price": "8389", - "name": "Polar camo legs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10067", - "bonuses": "0,0,0,0,-7,11,10,10,0,10,0,0,0,0,0" - }, - { - "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.", - "durability": null, - "low_alchemy": "160", - "high_alchemy": "240", - "weight": "-2.2", - "equipment_slot": "1", - "grand_exchange_price": "1140", - "name": "Spotted cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10069", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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.", - "durability": null, - "low_alchemy": "320", - "high_alchemy": "480", - "weight": "-4.5", - "equipment_slot": "1", - "grand_exchange_price": "1262", - "name": "Spottier cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10071", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "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.", - "durability": null, - "low_alchemy": "160", - "high_alchemy": "240", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "951", - "name": "Spotted cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10073", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "requirements": "{21,66}", - "examine": "A really surprisingly aerodynamic cape.", - "durability": null, - "low_alchemy": "320", - "high_alchemy": "480", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "881", - "name": "Spottier cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10074", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" - }, - { - "requirements": "{21,54}", - "ge_buy_limit": "100", - "examine": "Made from dark kebbit fur, these are perfect for tasks of a stealthier nature.", - "durability": null, - "low_alchemy": "240", - "high_alchemy": "360", - "weight": "0.2", - "equipment_slot": "9", - "grand_exchange_price": "1063", - "name": "Gloves of silence", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10075", - "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0" - }, - { - "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.", - "durability": null, - "low_alchemy": "64", - "high_alchemy": "96", - "weight": "1", - "equipment_slot": "9", - "grand_exchange_price": "80", - "name": "Spiky vambraces", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10077", - "bonuses": "0,0,0,0,4,2,2,1,0,0,1,2,0,0,0" - }, - { - "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, - "low_alchemy": "1000", - "high_alchemy": "1500", - "weight": "1", - "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.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "equipment_slot": "9", - "grand_exchange_price": "1773", - "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" - }, - { - "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, - "low_alchemy": "1440", - "high_alchemy": "2160", - "weight": "1", - "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, - "low_alchemy": "1728", - "high_alchemy": "2592", - "weight": "1", - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "6", - "high_alchemy": "9", - "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", - "low_alchemy": "5", - "high_alchemy": "7", - "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", - "low_alchemy": "6", - "high_alchemy": "9", - "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", - "low_alchemy": "28", - "high_alchemy": "43", - "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", - "low_alchemy": "38", - "high_alchemy": "57", - "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", - "low_alchemy": "43", - "high_alchemy": "64", - "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", - "low_alchemy": "57", - "high_alchemy": "86", - "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", - "low_alchemy": "57", - "high_alchemy": "86", - "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", - "low_alchemy": "76", - "high_alchemy": "115", - "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", - "low_alchemy": "36", - "high_alchemy": "54", - "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", - "low_alchemy": "60", - "high_alchemy": "90", - "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", - "low_alchemy": "64", - "high_alchemy": "96", - "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", - "low_alchemy": "64", - "high_alchemy": "96", - "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", - "low_alchemy": "17", - "high_alchemy": "25", - "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", - "low_alchemy": "84", - "high_alchemy": "126", - "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", - "low_alchemy": "4", - "high_alchemy": "7", - "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", - "low_alchemy": "6", - "high_alchemy": "9", - "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", - "low_alchemy": "5", - "high_alchemy": "8", - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "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", - "low_alchemy": "60", - "high_alchemy": "90", - "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", - "low_alchemy": "108", - "high_alchemy": "162", - "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, - "low_alchemy": "14", - "high_alchemy": "21", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "48", - "high_alchemy": "72", - "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", - "low_alchemy": "48", - "high_alchemy": "72", - "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", - "durability": null, - "low_alchemy": "1", - "high_alchemy": "1", - "equipment_slot": "13", - "grand_exchange_price": "28", - "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" - }, - { - "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", - "low_alchemy": "40", - "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, - "high_alchemy": "60", - "destroy": "true", - "weight": "4", - "weapon_interface": "21", - "render_anim": "1277", - "name": "Orange salamander" - }, - { - "ge_buy_limit": "1000", - "turn90cw_anim": "5245", - "examine": "Slightly slimy but certainly striking.", - "walk_anim": "5245", - "low_alchemy": "60", - "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, - "high_alchemy": "90", - "destroy": "true", - "weight": "4", - "weapon_interface": "21", - "render_anim": "1277", - "name": "Red salamander" - }, - { - "ge_buy_limit": "1000", - "turn90cw_anim": "5245", - "examine": "Slightly slimy and somewhat menacing.", - "walk_anim": "5245", - "low_alchemy": "80", - "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, - "high_alchemy": "120", - "destroy": "true", - "weight": "4", - "weapon_interface": "21", - "render_anim": "1277", - "name": "Black salamander" - }, - { - "ge_buy_limit": "2000", - "turn90cw_anim": "5245", - "examine": "A very slimy and generally disgusting green lizard.", - "walk_anim": "5245", - "low_alchemy": "20", - "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, - "high_alchemy": "30", - "destroy": "true", - "weight": "4", - "weapon_interface": "21", - "render_anim": "1277", - "name": "Swamp lizard" - }, - { - "shop_price": "4", - "ge_buy_limit": "100", - "turn90cw_anim": "1207", - "examine": "A noose on a stick.", - "walk_anim": "5250", - "durability": null, - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "520", - "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, - "high_alchemy": "780", - "weight": "5", - "weapon_interface": "17", - "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.", - "durability": null, - "low_alchemy": "6", - "high_alchemy": "10", - "equipment_slot": "13", - "grand_exchange_price": "28", - "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" - }, - { - "requirements": "{4,50}", - "ge_buy_limit": "1000", - "examine": "Bolts made from the spikes of a razor-backed kebbit.", - "durability": null, - "low_alchemy": "12", - "high_alchemy": "18", - "equipment_slot": "13", - "grand_exchange_price": "352", - "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" - }, - { - "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10181" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10183" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10185" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10187" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10189" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10191" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10193" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10195" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10197" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10199" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10201" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10203" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10205" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10207" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10209" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10211" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10213" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10215" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10217" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10219" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10221" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10223" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10225" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10227" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10229" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10231" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10233" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10235" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10237" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10239" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10241" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10243" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10245" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10247" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10249" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10251" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10253" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10255" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10257" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10259" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10261" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10263" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10265" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10267" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10269" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10271" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10273" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10275" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "10277" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "120", - "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, - "high_alchemy": "180", - "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", - "low_alchemy": "720", - "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, - "high_alchemy": "1080", - "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", - "low_alchemy": "1000", - "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, - "high_alchemy": "1500", - "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, - "low_alchemy": "14080", - "high_alchemy": "21120", - "absorb": "1,0,3", - "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, - "low_alchemy": "14080", - "high_alchemy": "21120", - "weight": "3", - "absorb": "1,0,3", - "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, - "low_alchemy": "14080", - "high_alchemy": "21120", - "weight": "4", - "absorb": "1,0,3", - "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, - "low_alchemy": "14080", - "high_alchemy": "21120", - "weight": "2", - "absorb": "1,0,3", - "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, - "low_alchemy": "14080", - "high_alchemy": "21120", - "weight": "2", - "absorb": "1,0,3", - "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, - "low_alchemy": "1408", - "high_alchemy": "2112", - "weight": "3", - "absorb": "1,0,2", - "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, - "low_alchemy": "1408", - "high_alchemy": "2112", - "weight": "3", - "absorb": "1,0,2", - "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, - "low_alchemy": "1408", - "high_alchemy": "2112", - "weight": "3", - "absorb": "1,0,2", - "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, - "low_alchemy": "1408", - "high_alchemy": "2112", - "weight": "3", - "absorb": "1,0,2", - "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, - "low_alchemy": "1408", - "high_alchemy": "2112", - "weight": "3", - "absorb": "1,0,2", - "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, - "low_alchemy": "422", - "high_alchemy": "633", - "weight": "1.8", - "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, - "low_alchemy": "422", - "high_alchemy": "633", - "weight": "1.8", - "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, - "low_alchemy": "422", - "high_alchemy": "633", - "weight": "1.8", - "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, - "low_alchemy": "422", - "high_alchemy": "633", - "weight": "1.8", - "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, - "low_alchemy": "422", - "high_alchemy": "633", - "weight": "1.8", - "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" - }, - { - "ge_buy_limit": "2", - "examine": "See table", - "durability": null, - "low_alchemy": "1", - "high_alchemy": "1", - "weight": "2", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "8196", - "name": "Bob shirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10316" - }, - { - "ge_buy_limit": "2", - "grand_exchange_price": "8196", - "durability": null, - "name": "Bob shirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10317" - }, - { - "ge_buy_limit": "2", - "examine": "See table", - "durability": null, - "low_alchemy": "1", - "high_alchemy": "1", - "weight": "2", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "14700", - "name": "Bob shirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10318" - }, - { - "ge_buy_limit": "2", - "grand_exchange_price": "14700", - "durability": null, - "name": "Bob shirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10319" - }, - { - "ge_buy_limit": "2", - "examine": "See table", - "durability": null, - "low_alchemy": "1", - "high_alchemy": "1", - "weight": "2", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "8403", - "name": "Bob shirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10320" - }, - { - "ge_buy_limit": "2", - "grand_exchange_price": "8403", - "durability": null, - "name": "Bob shirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10321" - }, - { - "ge_buy_limit": "2", - "examine": "See table", - "durability": null, - "low_alchemy": "1", - "high_alchemy": "1", - "weight": "2", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "9230", - "name": "Bob shirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10322" - }, - { - "ge_buy_limit": "2", - "grand_exchange_price": "9230", - "durability": null, - "name": "Bob shirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10323" - }, - { - "ge_buy_limit": "2", - "examine": "See table", - "durability": null, - "low_alchemy": "1", - "high_alchemy": "1", - "weight": "2", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "8197", - "name": "Bob shirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10324" - }, - { - "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", - "low_alchemy": "6", - "high_alchemy": "9", - "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", - "low_alchemy": "6", - "high_alchemy": "9", - "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, - "low_alchemy": "18000", - "high_alchemy": "27000", - "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, - "low_alchemy": "16000", - "high_alchemy": "24000", - "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, - "low_alchemy": "4000", - "high_alchemy": "6000", - "weight": "1", - "absorb": "0,3,1", - "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, - "low_alchemy": "86000", - "high_alchemy": "129000", - "weight": "1", - "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, - "low_alchemy": "18000", - "high_alchemy": "27000", - "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, - "low_alchemy": "16000", - "high_alchemy": "24000", - "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, - "low_alchemy": "4000", - "high_alchemy": "6000", - "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" - }, - { - "requirements": "{1,30}-{6,65}", - "ge_buy_limit": "2", - "examine": "Ancient mage protection enchanted in the Third-Age.", - "durability": null, - "low_alchemy": "8000", - "high_alchemy": "12000", - "equipment_slot": "2", - "lendable": "true", - "grand_exchange_price": "20100000", - "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" - }, - { - "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, - "low_alchemy": "80000", - "high_alchemy": "120000", - "weight": "2", - "absorb": "3,0,6", - "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, - "low_alchemy": "80000", - "high_alchemy": "120000", - "weight": "9", - "absorb": "4,0,9", - "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, - "low_alchemy": "36000", - "high_alchemy": "54000", - "weight": "1", - "absorb": "2,0,4", - "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, - "low_alchemy": "72000", - "high_alchemy": "108000", - "weight": "2", - "absorb": "5,0,11", - "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", - "low_alchemy": "7050", - "high_alchemy": "10575", - "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", - "low_alchemy": "7050", - "high_alchemy": "10575", - "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", - "low_alchemy": "7050", - "high_alchemy": "10575", - "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", - "low_alchemy": "7050", - "high_alchemy": "10575", - "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", - "low_alchemy": "7050", - "high_alchemy": "10575", - "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", - "low_alchemy": "810", - "high_alchemy": "1215", - "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", - "low_alchemy": "360", - "high_alchemy": "540", - "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, - "low_alchemy": "1600", - "high_alchemy": "2400", - "weight": "1", - "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, - "low_alchemy": "5200", - "high_alchemy": "7800", - "weight": "6", - "absorb": "0,6,3", - "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, - "low_alchemy": "2400", - "high_alchemy": "3600", - "weight": "5", - "absorb": "0,4,2", - "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, - "low_alchemy": "800", - "high_alchemy": "1200", - "absorb": "0,3,1", - "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,70}-{4,40}", - "ge_buy_limit": "2", - "examine": "Guthix blessed dragonhide vambraces.", - "durability": null, - "low_alchemy": "2400", - "high_alchemy": "3600", - "weight": "1", - "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, - "low_alchemy": "5200", - "high_alchemy": "7800", - "weight": "6", - "absorb": "0,6,3", - "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, - "low_alchemy": "2400", - "high_alchemy": "3600", - "weight": "5", - "absorb": "0,4,2", - "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, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "0.85", - "absorb": "0,3,1", - "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,70}-{4,40}", - "ge_buy_limit": "2", - "examine": "Saradomin blessed dragonhide vambraces.", - "durability": null, - "low_alchemy": "1600", - "high_alchemy": "2400", - "weight": "1", - "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, - "low_alchemy": "5200", - "high_alchemy": "7800", - "destroy": "true", - "weight": "6", - "absorb": "0,6,3", - "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, - "low_alchemy": "2400", - "high_alchemy": "3600", - "absorb": "0,4,2", - "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, - "low_alchemy": "800", - "high_alchemy": "1200", - "absorb": "0,3,1", - "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", - "ge_buy_limit": "2", - "examine": "A big 'do about nothing.", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "2", - "equipment_slot": "0", - "lendable": "true", - "grand_exchange_price": "45400", - "name": "A powdered wig", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10392" - }, - { - "ge_buy_limit": "2", - "grand_exchange_price": "45400", - "durability": null, - "name": "A powdered wig", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10393" - }, - { - "ge_buy_limit": "2", - "examine": "These'll help me stay alive.", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "1", - "equipment_slot": "7", - "lendable": "true", - "grand_exchange_price": "448900", - "name": "Flared trousers", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10394" - }, - { - "ge_buy_limit": "2", - "grand_exchange_price": "448900", - "durability": null, - "name": "Flared trousers", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10395" - }, - { - "ge_buy_limit": "2", - "examine": "Alas, someone has slashed my pantaloons.", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "1", - "equipment_slot": "7", - "lendable": "true", - "grand_exchange_price": "9863", - "name": "Pantaloons", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10396" - }, - { - "ge_buy_limit": "2", - "grand_exchange_price": "9863", - "durability": null, - "name": "Pantaloons", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10397" - }, - { - "remove_head": "true", - "ge_buy_limit": "2", - "examine": "A cap for wearing whil...zzzzzzzzz", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "2", - "equipment_slot": "0", - "lendable": "true", - "grand_exchange_price": "276400", - "name": "Sleeping cap", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10398" - }, - { - "ge_buy_limit": "2", - "grand_exchange_price": "276400", - "durability": null, - "name": "Sleeping cap", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10399" - }, - { - "ge_buy_limit": "2", - "examine": "A well made elegant mans' black shirt.", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "1", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "921500", - "name": "Black ele' shirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10400" - }, - { - "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", - "low_alchemy": "800", - "high_alchemy": "1200", - "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" - }, - { - "ge_buy_limit": "2", - "examine": "A well made elegant men's red shirt.", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "1", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "118600", - "name": "Red ele' shirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10404" - }, - { - "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", - "low_alchemy": "800", - "high_alchemy": "1200", - "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" - }, - { - "ge_buy_limit": "2", - "examine": "A well made elegant mans' blue shirt.", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "1", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "134700", - "name": "Blue ele' shirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10408" - }, - { - "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", - "low_alchemy": "800", - "high_alchemy": "1200", - "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" - }, - { - "ge_buy_limit": "2", - "examine": "A well made elegant men's green shirt.", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "1", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "162600", - "name": "Green ele' shirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10412" - }, - { - "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", - "low_alchemy": "800", - "high_alchemy": "1200", - "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" - }, - { - "ge_buy_limit": "2", - "examine": "A well made elegant men's purple shirt.", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "1", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "116200", - "name": "Purple ele' shirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10416" - }, - { - "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", - "low_alchemy": "800", - "high_alchemy": "1200", - "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" - }, - { - "ge_buy_limit": "2", - "examine": "A well made ladies' elegant white blouse.", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "1", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "571500", - "name": "White ele' blouse", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10420" - }, - { - "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", - "low_alchemy": "800", - "high_alchemy": "1200", - "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" - }, - { - "ge_buy_limit": "2", - "examine": "A well made elegant ladies' red blouse.", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "1", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "15000", - "name": "Red ele' blouse", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10424" - }, - { - "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", - "low_alchemy": "800", - "high_alchemy": "1200", - "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" - }, - { - "ge_buy_limit": "2", - "examine": "A well made ladies' elegant blue blouse.", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "1", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "22200", - "name": "Blue ele' blouse", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10428" - }, - { - "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", - "low_alchemy": "800", - "high_alchemy": "1200", - "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" - }, - { - "ge_buy_limit": "2", - "examine": "A well made ladies' elegant green blouse.", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "1", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "12300", - "name": "Green ele' blouse", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10432" - }, - { - "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", - "low_alchemy": "800", - "high_alchemy": "1200", - "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" - }, - { - "ge_buy_limit": "2", - "examine": "A well made elegant ladies' purple blouse.", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "1", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "22800", - "name": "Purple ele' blouse", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10436" - }, - { - "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", - "low_alchemy": "800", - "high_alchemy": "1200", - "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" - }, - { - "requirements": "{5,60}", - "ge_buy_limit": "2", - "turn90cw_anim": "1207", - "examine": "A Saradomin crozier.", - "walk_anim": "1205", - "durability": null, - "low_alchemy": "2000", - "high_alchemy": "3000", - "weight": "2", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "weapon_interface": "1", - "turn180_anim": "1206", - "render_anim": "28", - "equipment_slot": "3", - "grand_exchange_price": "8611", - "stand_anim": "813", - "name": "Saradomin crozier", - "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" - }, - { - "ge_buy_limit": "2", - "grand_exchange_price": "8611", - "durability": null, - "name": "Saradomin crozier", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10441" - }, - { - "requirements": "{5,60}", - "ge_buy_limit": "2", - "turn90cw_anim": "1207", - "examine": "A Guthix crozier.", - "walk_anim": "1205", - "durability": null, - "low_alchemy": "2000", - "high_alchemy": "3000", - "weight": "2", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "weapon_interface": "1", - "turn180_anim": "1206", - "render_anim": "28", - "equipment_slot": "3", - "grand_exchange_price": "2925", - "stand_anim": "813", - "name": "Guthix crozier", - "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" - }, - { - "ge_buy_limit": "2", - "grand_exchange_price": "2925", - "durability": null, - "name": "Guthix crozier", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10443" - }, - { - "requirements": "{5,60}", - "ge_buy_limit": "2", - "turn90cw_anim": "1207", - "examine": "A Zamorak crozier.", - "walk_anim": "1205", - "durability": null, - "low_alchemy": "2000", - "high_alchemy": "3000", - "weight": "2", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "weapon_interface": "1", - "turn180_anim": "1206", - "render_anim": "28", - "equipment_slot": "3", - "grand_exchange_price": "2794", - "stand_anim": "813", - "name": "Zamorak crozier", - "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" - }, - { - "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.", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1200000", - "name": "Saradomin cloak", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10446", - "bonuses": "0,0,0,1,0,3,3,3,3,3,3,0,3,0,0" - }, - { - "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.", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "1", - "equipment_slot": "1", - "grand_exchange_price": "391000", - "name": "Guthix cloak", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10448", - "bonuses": "0,0,0,1,0,3,3,3,3,3,3,0,3,0,0" - }, - { - "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.", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "0.4", - "equipment_slot": "1", - "grand_exchange_price": "1000000", - "name": "Zamorak cloak", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10450", - "bonuses": "0,0,0,1,0,3,3,3,3,3,3,0,3,0,0" - }, - { - "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.", - "durability": null, - "low_alchemy": "2000", - "high_alchemy": "3000", - "equipment_slot": "0", - "grand_exchange_price": "299200", - "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" - }, - { - "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.", - "durability": null, - "low_alchemy": "2000", - "high_alchemy": "3000", - "equipment_slot": "0", - "grand_exchange_price": "130300", - "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" - }, - { - "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, - "low_alchemy": "2000", - "high_alchemy": "3000", - "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}", - "ge_buy_limit": "2", - "examine": "Blessed vestments of Saradomin.", - "durability": null, - "low_alchemy": "2800", - "high_alchemy": "4200", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "121400", - "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" - }, - { - "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, - "low_alchemy": "2800", - "high_alchemy": "4200", - "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, - "low_alchemy": "2800", - "high_alchemy": "4200", - "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.", - "durability": null, - "low_alchemy": "2800", - "high_alchemy": "4200", - "equipment_slot": "7", - "grand_exchange_price": "56300", - "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" - }, - { - "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.", - "durability": null, - "low_alchemy": "2800", - "high_alchemy": "4200", - "weight": "2", - "equipment_slot": "7", - "grand_exchange_price": "56900", - "name": "Guthix robe legs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10466", - "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,4,0,0" - }, - { - "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.", - "durability": null, - "low_alchemy": "2800", - "high_alchemy": "4200", - "weight": "2.7", - "equipment_slot": "7", - "grand_exchange_price": "79400", - "name": "Zamorak robe legs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10468", - "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,4,0,0" - }, - { - "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.", - "durability": null, - "low_alchemy": "1000", - "high_alchemy": "1500", - "equipment_slot": "2", - "grand_exchange_price": "14000", - "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" - }, - { - "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.", - "durability": null, - "low_alchemy": "1000", - "high_alchemy": "1500", - "equipment_slot": "2", - "grand_exchange_price": "3849", - "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" - }, - { - "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.", - "durability": null, - "low_alchemy": "1000", - "high_alchemy": "1500", - "equipment_slot": "2", - "grand_exchange_price": "13700", - "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" - }, - { - "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", - "low_alchemy": "6", - "high_alchemy": "9", - "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", - "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", - "low_alchemy": "4", - "tradeable": "false", - "high_alchemy": "6", - "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", - "low_alchemy": "6", - "tradeable": "false", - "high_alchemy": "9", - "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, - "low_alchemy": "8", - "high_alchemy": "12", - "destroy": "true", - "weight": "1.1", - "attack_speed": "5", - "weapon_interface": "2", - "render_anim": "2586", - "equipment_slot": "3", - "destroy_message": "I can obtain a replacement axe from the Burthorpe Slayer Master.", - "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, - "low_alchemy": "307", - "high_alchemy": "461", - "destroy": "true", - "weight": "4.5", - "equipment_slot": "1", - "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" - }, - { - "destroy_message": "I can obtain a replacement for this from Ava in Draynor Manor. She will need 999 coins to buy the lower", - "shop_price": "999", - "examine": "A superior bagged chicken ready to serve you, magnet in claw.", - "durability": null, - "name": "Ava's accumulator", - "tradeable": "false", - "destroy": "true", - "weight": "4.5", - "archery_ticket_price": "0", - "id": "10499", - "bonuses": "0,0,0,0,4,0,1,0,4,0,0,0,0,0,0", - "equipment_slot": "1" - }, - { - "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", - "archery_ticket_price": "0", - "id": "10509" - }, - { - "durability": null, - "name": "Snowball", - "tradeable": "true", - "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, - "low_alchemy": "7680", - "high_alchemy": "11520", - "weight": "2", - "absorb": "1,0,3", - "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, - "low_alchemy": "7680", - "high_alchemy": "11520", - "weight": "1", - "absorb": "1,0,3", - "equipment_slot": "0", - "name": "Runner hat", - "archery_ticket_price": "0", - "id": "10549", - "bonuses": "0,0,0,0,0,30,32,27,1,30,7,0,0,0,0" - }, - { - "requirements": "{1,40}", - "shop_price": "275", - "examine": "A Penance ranger hat.", - "durability": null, - "low_alchemy": "7680", - "high_alchemy": "11520", - "weight": "2", - "absorb": "0,3,1", - "equipment_slot": "0", - "name": "Ranger hat", - "archery_ticket_price": "0", - "id": "10550", - "bonuses": "-5,-5,-5,-5,7,7,10,11,5,9,7,0,0,0,0" - }, - { - "requirements": "{1,40}", - "shop_price": "375", - "examine": "Penance Fighter torso armour.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "destroy": "true", - "weight": "4", - "absorb": "3,0,6", - "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, - "low_alchemy": "32000", - "high_alchemy": "48000", - "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", - "low_alchemy": "24000", - "high_alchemy": "36000", - "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, - "low_alchemy": "4000", - "high_alchemy": "6000", - "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", - "low_alchemy": "20", - "tradeable": "false", - "high_alchemy": "30", - "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)", - "low_alchemy": "150000", - "high_alchemy": "150000", - "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, - "low_alchemy": "18400", - "high_alchemy": "27600", - "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, - "low_alchemy": "6000", - "high_alchemy": "9000", - "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, - "low_alchemy": "6000", - "high_alchemy": "9000", - "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, - "low_alchemy": "6000", - "high_alchemy": "9000", - "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, - "low_alchemy": "4000", - "high_alchemy": "6000", - "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" - }, - { - "examine": "Mystical robes.", - "durability": null, - "low_alchemy": "56000", - "high_alchemy": "84000", - "weight": "2.2", - "absorb": "3,1,0", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "3932123", - "name": "Infinity top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10605", - "bonuses": "0,0,0,22,0,0,0,0,22,0,0,0,0,0,0" - }, - { - "examine": "A wooden helmet.", - "durability": null, - "low_alchemy": "4000", - "high_alchemy": "6000", - "weight": "0.9", - "absorb": "3,1,0", - "equipment_slot": "0", - "lendable": "true", - "grand_exchange_price": "5623", - "name": "Splitbark helm", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10606", - "bonuses": "0,0,0,3,-2,10,9,11,3,0,0,0,0,0,0" - }, - { - "examine": "They seem to be not quite of this world...", - "durability": null, - "name": "Ghostly boots", - "low_alchemy": "120", - "high_alchemy": "180", - "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", - "low_alchemy": "400", - "high_alchemy": "600", - "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, - "low_alchemy": "40", - "high_alchemy": "60", - "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" - }, - { - "shop_price": "250", - "examine": "Torso armour from the order of the Void Knights.", - "durability": null, - "low_alchemy": "19200", - "high_alchemy": "28800", - "weight": "6.8", - "equipment_slot": "4", - "remove_sleeves": "true", - "name": "Void knight top", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "10611", - "bonuses": "0,0,0,0,0,40,40,40,40,40,0,0,0,0,0" - }, - { - "remove_head": "true", - "examine": "Black banded leather armour, a rogue's dream!", - "durability": null, - "name": "Rogue mask", - "low_alchemy": "150", - "high_alchemy": "225", - "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", - "examine": "Protective headwear made from crabs. Better than it sounds.", - "durability": null, - "low_alchemy": "14080", - "high_alchemy": "21120", - "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", - "examine": "A helm fit for any Fremennik ranger.", - "durability": null, - "low_alchemy": "24000", - "high_alchemy": "36000", - "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", - "low_alchemy": "200", - "high_alchemy": "300", - "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", - "low_alchemy": "200", - "high_alchemy": "300", - "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", - "low_alchemy": "200", - "high_alchemy": "300", - "weight": "2", - "archery_ticket_price": "0", - "id": "10617", - "equipment_slot": "0" - }, - { - "shop_price": "3840", - "examine": "Provides excellent protection.", - "durability": null, - "low_alchemy": "1536", - "high_alchemy": "2304", - "weight": "9.9", - "absorb": "1,0,2", - "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, - "low_alchemy": "4000", - "high_alchemy": "6000", - "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, - "low_alchemy": "4800", - "high_alchemy": "7200", - "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", - "low_alchemy": "60", - "high_alchemy": "90", - "archery_ticket_price": "0", - "id": "10621", - "equipment_slot": "4" - }, - { - "examine": "This should make me harder to spot in polar areas.", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "weight": "0.2", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "216", - "name": "Kyatt top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10622", - "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0" - }, - { - "examine": "This should make me harder to spot in woodland and jungle areas.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "0.2", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "1793", - "name": "Larupia top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10623", - "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0" - }, - { - "shop_price": "300", - "examine": "This should make me harder to spot in desert areas.", - "durability": null, - "low_alchemy": "60", - "high_alchemy": "90", - "weight": "0.2", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "246", - "name": "Graahk top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10624", - "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0" - }, - { - "examine": "This should make me harder to spot in wooded areas.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "0.2", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "3883", - "name": "Wood camo top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10625", - "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0" - }, - { - "examine": "This should make me harder to spot in jungle areas.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "0.2", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "325", - "name": "Jungle camo top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10626", - "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0" - }, - { - "examine": "This should make me harder to spot in desert areas.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "0.2", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "606", - "name": "Desert camo top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10627", - "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0" - }, - { - "examine": "This should make me harder to spot in polar areas.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "0.2", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "5614", - "name": "Polar camo top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10628", - "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0" - }, - { - "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", - "low_alchemy": "28", - "high_alchemy": "42", - "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", - "low_alchemy": "180", - "high_alchemy": "270", - "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" - }, - { - "shop_price": "90000", - "examine": "A cape woven of obsidian plates.", - "durability": null, - "low_alchemy": "24000", - "high_alchemy": "36000", - "weight": "1.8", - "equipment_slot": "1", - "lendable": "true", - "grand_exchange_price": "38500", - "name": "Obsidian cape", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10636", - "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0" - }, - { - "examine": "A cape of fire.", - "durability": null, - "name": "Fire cape", - "tradeable": "false", - "low_alchemy": "24000", - "high_alchemy": "36000", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by masters of attack.", - "durability": null, - "name": "Attack cape", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape only worn by the strongest people.", - "durability": null, - "name": "Strength cape", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by masters of the art of Defence.", - "durability": null, - "name": "Defence cape", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by master archers.", - "durability": null, - "name": "Ranging cape", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by the most pious of heroes.", - "durability": null, - "name": "Prayer cape", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by the most powerful mages.", - "durability": null, - "name": "Magic cape", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by master runecrafters.", - "durability": null, - "name": "Runecraft cape", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by master hunters.", - "durability": null, - "name": "Hunter cape", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by well-constituted adventurers.", - "durability": null, - "name": "Hitpoints cape", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by the most agile of heroes.", - "durability": null, - "name": "Agility cape", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by the most skilled at the art of herblore.", - "durability": null, - "name": "Herblore cape", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by master thieves.", - "durability": null, - "name": "Thieving cape", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by master craftworkers.", - "durability": null, - "name": "Crafting cape", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by the best of fletchers.", - "durability": null, - "name": "Fletching cape", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by slayer masters.", - "durability": null, - "name": "Slayer cape", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by master builders.", - "durability": null, - "name": "Construct. cape", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by the most skilled miners.", - "durability": null, - "name": "Mining cape", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by master smiths.", - "durability": null, - "name": "Smithing cape", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by the best fishermen.", - "durability": null, - "name": "Fishing cape", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by the world's best chefs.", - "durability": null, - "name": "Cooking cape", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by master firelighters.", - "durability": null, - "name": "Firemaking cape", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by master woodcutters (Obtaining level 99 skill)", - "durability": null, - "name": "Woodcutting cape", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by master farmers.", - "durability": null, - "name": "Farming cape", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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", - "low_alchemy": "160", - "high_alchemy": "240", - "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", - "low_alchemy": "320", - "high_alchemy": "480", - "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" - }, - { - "examine": "A black kitesheild with a heraldic design.", - "durability": null, - "low_alchemy": "652", - "high_alchemy": "979", - "weight": "4", - "absorb": "1,0,2", - "equipment_slot": "5", - "grand_exchange_price": "15249", - "name": "Black shield(h1)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10665", - "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,0,0,0,0,0" - }, - { - "examine": "A shield with a heraldic design.", - "durability": null, - "low_alchemy": "2176", - "high_alchemy": "3264", - "weight": "5", - "absorb": "3,0,6", - "equipment_slot": "5", - "grand_exchange_price": "16339", - "name": "Adamant shield(h1)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10666", - "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,0,0,0,0,0" - }, - { - "examine": "A rune kiteshield with a heraldic design.", - "durability": null, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5.4", - "absorb": "3,0,7", - "equipment_slot": "5", - "grand_exchange_price": "35300", - "name": "Rune shield(h1)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10667", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0" - }, - { - "examine": "A black kiteshield with a heraldic design.", - "durability": null, - "low_alchemy": "6530", - "high_alchemy": "9795", - "weight": "4", - "absorb": "1,0,2", - "equipment_slot": "5", - "grand_exchange_price": "9751", - "name": "Black shield(h2)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10668", - "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,0,0,0,0,0" - }, - { - "examine": "A shield with a heraldic design.", - "durability": null, - "low_alchemy": "2176", - "high_alchemy": "3264", - "weight": "5", - "absorb": "3,0,6", - "equipment_slot": "5", - "grand_exchange_price": "3353", - "name": "Adamant shield(h2)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10669", - "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,0,0,0,0,0" - }, - { - "examine": "A rune kiteshield with a heraldic design.", - "durability": null, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5.4", - "absorb": "3,0,7", - "equipment_slot": "5", - "grand_exchange_price": "31903", - "name": "Rune shield(h2)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10670", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0" - }, - { - "examine": "A black shield with a heraldic design.", - "durability": null, - "low_alchemy": "652", - "high_alchemy": "979", - "weight": "4", - "absorb": "1,0,2", - "equipment_slot": "5", - "grand_exchange_price": "6791", - "name": "Black shield(h3)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10671", - "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,0,0,0,0,0" - }, - { - "examine": "A shield with a heraldic design.", - "durability": null, - "low_alchemy": "2176", - "high_alchemy": "3264", - "weight": "5", - "absorb": "3,0,6", - "equipment_slot": "5", - "grand_exchange_price": "5566", - "name": "Adamant shield(h3)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10672", - "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,0,0,0,0,0" - }, - { - "examine": "A rune kiteshield with a heraldic design.", - "durability": null, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5", - "absorb": "3,0,7", - "equipment_slot": "5", - "grand_exchange_price": "32082", - "name": "Rune shield(h3)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10673", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0" - }, - { - "examine": "A black shield with a heraldic design.", - "durability": null, - "low_alchemy": "652", - "high_alchemy": "979", - "weight": "4", - "absorb": "1,0,2", - "equipment_slot": "5", - "grand_exchange_price": "5159", - "name": "Black shield(h4)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10674", - "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,0,0,0,0,0" - }, - { - "examine": "A shield with a heraldic design.", - "durability": null, - "low_alchemy": "2176", - "high_alchemy": "3264", - "weight": "5", - "absorb": "3,0,6", - "equipment_slot": "5", - "grand_exchange_price": "3219", - "name": "Adamant shield(h4)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10675", - "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,0,0,0,0,0" - }, - { - "examine": "A rune kiteshield with a heraldic design.", - "durability": null, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5", - "absorb": "3,0,7", - "equipment_slot": "5", - "grand_exchange_price": "32351", - "name": "Rune shield(h4)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10676", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0" - }, - { - "examine": "A black shield with a heraldic design.", - "durability": null, - "low_alchemy": "652", - "high_alchemy": "979", - "weight": "4", - "absorb": "1,0,2", - "equipment_slot": "5", - "grand_exchange_price": "8451", - "name": "Black shield(h5)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10677", - "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,0,0,0,0,0" - }, - { - "examine": "A shield with a heraldic design.", - "durability": null, - "low_alchemy": "2176", - "high_alchemy": "3264", - "weight": "5", - "absorb": "3,0,6", - "equipment_slot": "5", - "grand_exchange_price": "5905", - "name": "Adamant shield(h5)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10678", - "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,0,0,0,0,0" - }, - { - "examine": "A rune kiteshield with a heraldic design.", - "durability": null, - "low_alchemy": "21760", - "high_alchemy": "32640", - "weight": "5", - "absorb": "3,0,7", - "equipment_slot": "5", - "grand_exchange_price": "35200", - "name": "Rune shield(h5)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10679", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0" - }, - { - "examine": "Those studs should provide a bit more protection. Nice trim too!", - "durability": null, - "low_alchemy": "340", - "high_alchemy": "510", - "weight": "5.4", - "absorb": "0,3,1", - "equipment_slot": "4", - "grand_exchange_price": "67430", - "name": "Studded body (g)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10680", - "bonuses": "0,0,0,-4,8,18,25,22,8,25,0,0,0,0,0" - }, - { - "examine": "Those studs should provide a bit more protection. Nice trim too!", - "durability": null, - "low_alchemy": "340", - "high_alchemy": "510", - "weight": "5.4", - "absorb": "0,3,1", - "equipment_slot": "4", - "grand_exchange_price": "22400", - "name": "Studded body (t)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10681", - "bonuses": "0,0,0,-4,8,18,25,22,8,25,0,0,0,0,0" - }, - { - "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", - "equipment_slot": "4" - }, - { - "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", - "equipment_slot": "4" - }, - { - "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", - "equipment_slot": "4" - }, - { - "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", - "equipment_slot": "4" - }, - { - "remove_sleeves": "true", - "examine": "I can practise magic better in this.", - "durability": null, - "name": "Wizard robe (g)", - "tradeable": "true", - "low_alchemy": "6", - "high_alchemy": "9", - "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" - }, - { - "remove_sleeves": "true", - "examine": "I can do magic better in this.", - "durability": null, - "name": "Wizard robe (t)", - "tradeable": "true", - "low_alchemy": "6", - "high_alchemy": "9", - "weight": "1", - "archery_ticket_price": "0", - "id": "10687", - "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", - "equipment_slot": "4" - }, - { - "examine": "Enchanted Wizards robes.", - "durability": null, - "low_alchemy": "48000", - "high_alchemy": "72000", - "weight": "1", - "absorb": "3,1,0", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "72800", - "name": "Enchanted top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10688", - "bonuses": "0,0,0,20,0,0,0,0,20,0,0,0,0,0,0" - }, - { - "examine": "Slightly magical boots.", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "weight": "1", - "equipment_slot": "10", - "lendable": "true", - "grand_exchange_price": "763602", - "name": "Wizard boots", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10689", - "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0" - }, - { - "examine": "Black platebody with trim.", - "durability": null, - "low_alchemy": "1536", - "high_alchemy": "2304", - "weight": "9.07", - "absorb": "1,0,2", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "90744", - "name": "Black platebody (t)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10690", - "bonuses": "0,0,0,-30,-10,41,40,30,-6,40,0,0,0,0,0" - }, - { - "examine": "Black platebody with gold trim.", - "durability": null, - "low_alchemy": "1536", - "high_alchemy": "2304", - "weight": "9.07", - "absorb": "1,0,2", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "230800", - "name": "Black platebody (g)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10691", - "bonuses": "0,0,0,-30,-10,41,40,30,-6,40,0,0,0,0,0" - }, - { - "lendable": "true", - "examine": "Your money or your life!", - "grand_exchange_price": "92519", - "durability": null, - "name": "Highwayman mask", - "tradeable": "true", - "low_alchemy": "16", - "high_alchemy": "24", - "archery_ticket_price": "0", - "id": "10692", - "equipment_slot": "0" - }, - { - "lendable": "true", - "examine": "Parlez-vous francais? (Do you speak French?)", - "grand_exchange_price": "64066", - "durability": null, - "name": "Blue beret", - "tradeable": "true", - "low_alchemy": "32", - "high_alchemy": "48", - "archery_ticket_price": "0", - "hat": true, - "id": "10693", - "equipment_slot": "0" - }, - { - "lendable": "true", - "examine": "Parlez-vous francais?(Do you speak French?)", - "grand_exchange_price": "158274", - "durability": null, - "name": "Black beret", - "tradeable": "true", - "low_alchemy": "32", - "high_alchemy": "48", - "archery_ticket_price": "0", - "hat": true, - "id": "10694", - "equipment_slot": "0" - }, - { - "lendable": "true", - "examine": "Parlez-vous francais? (Do you speak French?)", - "grand_exchange_price": "281900", - "durability": null, - "name": "White beret", - "tradeable": "true", - "low_alchemy": "32", - "high_alchemy": "48", - "archery_ticket_price": "0", - "hat": true, - "id": "10695", - "equipment_slot": "0" - }, - { - "examine": "Lightweight boots ideal for rangers.", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "weight": "0.2", - "equipment_slot": "10", - "lendable": "true", - "grand_exchange_price": "11781186", - "name": "Ranger boots", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10696", - "bonuses": "0,0,0,-10,8,2,3,4,2,0,0,0,0,0,0" - }, - { - "examine": "Adamant platebody with trim.", - "durability": null, - "low_alchemy": "5120", - "high_alchemy": "7680", - "weight": "9.07", - "absorb": "2,0,4", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "79300", - "name": "Adam platebody (t)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10697", - "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,0,0,0,0,0" - }, - { - "examine": "Adamant platebody with gold trim.", - "durability": null, - "low_alchemy": "5120", - "high_alchemy": "7680", - "weight": "9.07", - "absorb": "2,0,4", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "207912", - "name": "Adam platebody (g)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10698", - "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,0,0,0,0,0" - }, - { - "remove_head": "true", - "examine": "A black helmet with a heraldic design.", - "durability": null, - "low_alchemy": "422", - "high_alchemy": "633", - "weight": "1.8", - "equipment_slot": "0", - "grand_exchange_price": "22022", - "name": "Black helm (h1)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10699", - "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0" - }, - { - "remove_head": "true", - "examine": "A black helmet with a heraldic design.", - "durability": null, - "low_alchemy": "422", - "high_alchemy": "633", - "weight": "1.8", - "equipment_slot": "0", - "grand_exchange_price": "11700", - "name": "Black helm (h2)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10700", - "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0" - }, - { - "remove_head": "true", - "examine": "A black helmet with a heraldic design.", - "durability": null, - "low_alchemy": "422", - "high_alchemy": "633", - "weight": "1.8", - "equipment_slot": "0", - "grand_exchange_price": "10424", - "name": "Black helm (h3)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10701", - "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0" - }, - { - "remove_head": "true", - "examine": "A black helmet with a heraldic design.", - "durability": null, - "low_alchemy": "422", - "high_alchemy": "633", - "weight": "1.8", - "equipment_slot": "0", - "grand_exchange_price": "12717", - "name": "Black helm (h4)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10702", - "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0" - }, - { - "remove_head": "true", - "examine": "A black helmet with a heraldic design.", - "durability": null, - "low_alchemy": "422", - "high_alchemy": "633", - "weight": "1.8", - "equipment_slot": "0", - "grand_exchange_price": "17852", - "name": "Black helm (h5)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10703", - "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0" - }, - { - "remove_head": "true", - "examine": "A rune helmet with a heraldic design.", - "durability": null, - "low_alchemy": "14080", - "high_alchemy": "21120", - "absorb": "1,0,3", - "equipment_slot": "0", - "grand_exchange_price": "30298", - "name": "Rune helm (h1)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10704", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0" - }, - { - "remove_head": "true", - "examine": "A rune helmet with a heraldic design.", - "durability": null, - "low_alchemy": "14080", - "high_alchemy": "21120", - "weight": "3", - "absorb": "1,0,3", - "equipment_slot": "0", - "grand_exchange_price": "26127", - "name": "Rune helm (h2)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10705", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0" - }, - { - "remove_head": "true", - "examine": "A rune helmet with a heraldic design.", - "durability": null, - "low_alchemy": "14080", - "high_alchemy": "21120", - "weight": "4", - "absorb": "1,0,3", - "equipment_slot": "0", - "grand_exchange_price": "37333", - "name": "Rune helm (h3)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10706", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0" - }, - { - "remove_head": "true", - "examine": "A rune helmet with a heraldic design.", - "durability": null, - "low_alchemy": "14080", - "high_alchemy": "21120", - "weight": "2", - "absorb": "1,0,3", - "equipment_slot": "0", - "grand_exchange_price": "29600", - "name": "Rune helm (h4)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10707", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0" - }, - { - "remove_head": "true", - "examine": "A rune helmet with a heraldic design.", - "durability": null, - "low_alchemy": "14080", - "high_alchemy": "21120", - "weight": "2", - "absorb": "1,0,3", - "equipment_slot": "0", - "grand_exchange_price": "41325", - "name": "Rune helm (h5)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10708", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0" - }, - { - "remove_head": "true", - "examine": "An adamant helmet with a heraldic design.", - "durability": null, - "low_alchemy": "1408", - "high_alchemy": "2112", - "weight": "3", - "absorb": "1,0,2", - "equipment_slot": "0", - "grand_exchange_price": "28407", - "name": "Adamant helm (h1)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10709", - "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,0,0,0,0,0" - }, - { - "remove_head": "true", - "examine": "An adamant helmet with a heraldic design.", - "durability": null, - "low_alchemy": "1408", - "high_alchemy": "2112", - "weight": "3", - "absorb": "1,0,2", - "equipment_slot": "0", - "grand_exchange_price": "9839", - "name": "Adamant helm (h2)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10710", - "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,0,0,0,0,0" - }, - { - "remove_head": "true", - "examine": "An adamant helmet with a heraldic design.", - "durability": null, - "low_alchemy": "1408", - "high_alchemy": "2112", - "weight": "3", - "absorb": "1,0,2", - "equipment_slot": "0", - "grand_exchange_price": "8485", - "name": "Adamant helm (h3)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10711", - "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,0,0,0,0,0" - }, - { - "remove_head": "true", - "examine": "An Adamant helmet with a heraldic design.", - "durability": null, - "low_alchemy": "1408", - "high_alchemy": "2112", - "weight": "3", - "absorb": "1,0,2", - "equipment_slot": "0", - "grand_exchange_price": "10774", - "name": "Adamant helm (h4)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10712", - "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,0,0,0,0,0" - }, - { - "remove_head": "true", - "examine": "An adamant helmet with a heraldic design.", - "durability": null, - "low_alchemy": "1408", - "high_alchemy": "2112", - "weight": "3", - "absorb": "1,0,2", - "equipment_slot": "0", - "grand_exchange_price": "17390", - "name": "Adamant helm (h5)", - "tradeable": "true", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "weight": "2", - "archery_ticket_price": "0", - "id": "10714", - "equipment_slot": "4" - }, - { - "remove_sleeves": "true", - "examine": "See table", - "grand_exchange_price": "8425", - "durability": null, - "name": "Bob shirt", - "tradeable": "true", - "low_alchemy": "1", - "high_alchemy": "1", - "weight": "2", - "archery_ticket_price": "0", - "id": "10715", - "equipment_slot": "4" - }, - { - "remove_sleeves": "true", - "examine": "See table", - "grand_exchange_price": "8425", - "durability": null, - "name": "Bob shirt", - "tradeable": "true", - "low_alchemy": "1", - "high_alchemy": "1", - "weight": "2", - "archery_ticket_price": "0", - "id": "10716", - "equipment_slot": "4" - }, - { - "remove_sleeves": "true", - "examine": "See table", - "grand_exchange_price": "8425", - "durability": null, - "name": "Bob shirt", - "tradeable": "true", - "low_alchemy": "1", - "high_alchemy": "1", - "weight": "2", - "archery_ticket_price": "0", - "id": "10717", - "equipment_slot": "4" - }, - { - "remove_sleeves": "true", - "examine": "See table", - "grand_exchange_price": "8425", - "durability": null, - "name": "Bob shirt", - "tradeable": "true", - "low_alchemy": "1", - "high_alchemy": "1", - "weight": "2", - "archery_ticket_price": "0", - "id": "10718", - "equipment_slot": "4" - }, - { - "examine": "A very powerful dragonstone amulet.", - "grand_exchange_price": "1", - "durability": null, - "name": "Amulet of glory(t)", - "tradeable": "true", - "low_alchemy": "7050", - "high_alchemy": "10575", - "archery_ticket_price": "0", - "id": "10719", - "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0", - "equipment_slot": "2" - }, - { - "examine": "A cape from the almighty god Guthix.", - "durability": null, - "name": "Guthix cape", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "equipment_slot": "1" - }, - { - "remove_head": "true", - "examine": "Now that's just silly.", - "durability": null, - "name": "Frog mask", - "weight": "0.4", - "archery_ticket_price": "0", - "id": "10721", - "remove_beard": "true", - "equipment_slot": "0" - }, - { - "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", - "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", - "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": "10724", - "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": "10725", - "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": "10726", - "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": "10727", - "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": "10728", - "equipment_slot": "0" - }, - { - "examine": "A ring given to you by the Easter Bunny.", - "durability": null, - "name": "Easter ring", - "archery_ticket_price": "0", - "id": "10729" - }, - { - "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": "10730" - }, - { - "examine": "Alas...I hardly knew him.", - "durability": null, - "name": "Zombie head", - "archery_ticket_price": "0", - "id": "10731" - }, - { - "turn90cw_anim": "821", - "examine": "Perhaps not the most powerful weapon in RuneScape.", - "walk_anim": "1830", - "durability": null, - "weight": "0.4", - "turn90ccw_anim": "822", - "attack_speed": "4", - "weapon_interface": "12", - "turn180_anim": "1830", - "render_anim": "182", - "equipment_slot": "3", - "fun_weapon": "true", - "stand_anim": "1832", - "name": "Rubber chicken", - "run_anim": "824", - "archery_ticket_price": "0", - "id": "10732", - "stand_turn_anim": "823", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "examine": "It's a Scythe.", - "walk_anim": "819", - "durability": null, - "weight": "3", - "turn90ccw_anim": "822", - "attack_speed": "7", - "two_handed": "true", - "turn180_anim": "820", - "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" - }, - { - "examine": "An enchanted ruby amulet with a nice trim.", - "grand_exchange_price": "443800", - "durability": null, - "name": "Strength amulet(t)", - "tradeable": "true", - "low_alchemy": "810", - "high_alchemy": "1215", - "archery_ticket_price": "0", - "id": "10736", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,10,0,0,0", - "equipment_slot": "2" - }, - { - "examine": "An enchanted sapphire amulet of magic.", - "grand_exchange_price": "67158", - "durability": null, - "name": "Amulet of magic(t)", - "tradeable": "true", - "low_alchemy": "360", - "high_alchemy": "540", - "archery_ticket_price": "0", - "id": "10738", - "bonuses": "0,0,0,10,0,0,0,0,0,0,0,0,0,0,0", - "equipment_slot": "2" - }, - { - "remove_head": "true", - "examine": "A big 'do about nothing.", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "2", - "equipment_slot": "0", - "lendable": "true", - "grand_exchange_price": "36879", - "name": "A powdered wig", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10740" - }, - { - "lendable": "true", - "examine": "These'll help me stay alive.", - "grand_exchange_price": "559284", - "durability": null, - "name": "Flared trousers", - "tradeable": "true", - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "1", - "archery_ticket_price": "0", - "id": "10742", - "equipment_slot": "7" - }, - { - "lendable": "true", - "examine": "Alas, someone has slashed my pantaloons.", - "grand_exchange_price": "12022", - "durability": null, - "name": "Pantaloons", - "tradeable": "true", - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "1", - "archery_ticket_price": "0", - "id": "10744", - "equipment_slot": "7" - }, - { - "remove_head": "true", - "examine": "A cap for wearing whil...zzzzzzzzz", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "2", - "equipment_slot": "0", - "lendable": "true", - "grand_exchange_price": "376084", - "name": "Sleeping cap", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10746" - }, - { - "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", - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "1", - "archery_ticket_price": "0", - "id": "10748", - "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", - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "1", - "archery_ticket_price": "0", - "id": "10750", - "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", - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "1", - "archery_ticket_price": "0", - "id": "10752", - "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", - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "1", - "archery_ticket_price": "0", - "id": "10754", - "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", - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "1", - "archery_ticket_price": "0", - "id": "10756", - "equipment_slot": "4" - }, - { - "examine": "Stylish!", - "grand_exchange_price": "56600", - "durability": null, - "name": "Red boater", - "tradeable": "true", - "low_alchemy": "90", - "high_alchemy": "135", - "archery_ticket_price": "0", - "id": "10758", - "equipment_slot": "0" - }, - { - "examine": "Stylish!", - "grand_exchange_price": "20300", - "durability": null, - "name": "Orange boater", - "tradeable": "true", - "low_alchemy": "90", - "high_alchemy": "135", - "archery_ticket_price": "0", - "id": "10760", - "equipment_slot": "0" - }, - { - "examine": "Stylish!", - "grand_exchange_price": "59940", - "durability": null, - "name": "Green boater", - "tradeable": "true", - "low_alchemy": "90", - "high_alchemy": "135", - "archery_ticket_price": "0", - "id": "10762", - "equipment_slot": "0" - }, - { - "examine": "Stylish!", - "grand_exchange_price": "54236", - "durability": null, - "name": "Blue boater", - "tradeable": "true", - "low_alchemy": "90", - "high_alchemy": "135", - "archery_ticket_price": "0", - "id": "10764", - "equipment_slot": "0" - }, - { - "examine": "Stylish!", - "grand_exchange_price": "56495", - "durability": null, - "name": "Black boater", - "tradeable": "true", - "low_alchemy": "90", - "high_alchemy": "135", - "archery_ticket_price": "0", - "id": "10766", - "equipment_slot": "0" - }, - { - "lendable": "true", - "examine": "A minimalist's hat.", - "grand_exchange_price": "114319", - "durability": null, - "name": "Red headband", - "tradeable": "true", - "low_alchemy": "16", - "high_alchemy": "24", - "archery_ticket_price": "0", - "id": "10768", - "equipment_slot": "0" - }, - { - "lendable": "true", - "examine": "A minimalist's hat.", - "grand_exchange_price": "41778", - "durability": null, - "name": "Black headband", - "tradeable": "true", - "low_alchemy": "16", - "high_alchemy": "24", - "archery_ticket_price": "0", - "id": "10770", - "equipment_slot": "0" - }, - { - "lendable": "true", - "examine": "A minimalist's hat.", - "grand_exchange_price": "21764", - "durability": null, - "name": "Brown headband", - "tradeable": "true", - "low_alchemy": "16", - "high_alchemy": "24", - "archery_ticket_price": "0", - "id": "10772", - "equipment_slot": "0" - }, - { - "examine": "Shiver me timbers!", - "grand_exchange_price": "83200", - "durability": null, - "name": "Pirate's hat", - "tradeable": "true", - "low_alchemy": "72", - "high_alchemy": "108", - "archery_ticket_price": "0", - "id": "10774", - "equipment_slot": "0" - }, - { - "examine": "Rune platebody in the colours of Zamorak.", - "durability": null, - "low_alchemy": "26000", - "high_alchemy": "39000", - "weight": "9", - "absorb": "3,0,6", - "equipment_slot": "4", - "lendable": "true", - "remove_sleeves": "true", - "grand_exchange_price": "647800", - "name": "Zamorak platebody", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10776", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0" - }, - { - "examine": "Rune platebody in the colours of Saradomin.", - "durability": null, - "low_alchemy": "26000", - "high_alchemy": "39000", - "weight": "9.07", - "absorb": "3,0,6", - "equipment_slot": "4", - "lendable": "true", - "remove_sleeves": "true", - "grand_exchange_price": "1097689", - "name": "Saradomin plate", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10778", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0" - }, - { - "examine": "Rune platebody in the colours of Guthix.", - "durability": null, - "low_alchemy": "26000", - "high_alchemy": "39000", - "weight": "9.07", - "absorb": "3,0,6", - "equipment_slot": "4", - "lendable": "true", - "remove_sleeves": "true", - "grand_exchange_price": "241600", - "name": "Guthix platebody", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10780", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,1" - }, - { - "examine": "Rune platebody with complete gold trim & plating.", - "durability": null, - "low_alchemy": "26000", - "high_alchemy": "39000", - "weight": "10", - "absorb": "3,0,6", - "equipment_slot": "4", - "lendable": "true", - "remove_sleeves": "true", - "grand_exchange_price": "1653821", - "name": "Gilded platebody", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10782", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0" - }, - { - "remove_sleeves": "true", - "examine": "Blessed vestments of Saradomin.", - "grand_exchange_price": "106389", - "durability": null, - "name": "Saradomin robe top", - "tradeable": "true", - "low_alchemy": "2800", - "high_alchemy": "4200", - "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" - }, - { - "examine": "Zamorak Vestments.", - "durability": null, - "low_alchemy": "2800", - "high_alchemy": "4200", - "weight": "1", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "151000", - "name": "Zamorak robe top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10786", - "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,4,0,0" - }, - { - "examine": "Blessed vestments of Guthix.", - "durability": null, - "low_alchemy": "2800", - "high_alchemy": "4200", - "weight": "1", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "80181", - "name": "Guthix robe top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10788", - "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,4,0,0" - }, - { - "examine": "Zamorak blessed dragonhide body armour.", - "durability": null, - "low_alchemy": "5200", - "high_alchemy": "7800", - "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" - }, - { - "shop_price": "13000", - "examine": "Saradomin blessed dragonhide body armour.", - "durability": null, - "low_alchemy": "5200", - "high_alchemy": "7800", - "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" - }, - { - "shop_price": "13", - "examine": "Guthix blessed dragonhide body armour.", - "durability": null, - "low_alchemy": "5200", - "high_alchemy": "7800", - "weight": "6", - "absorb": "0,6,3", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "22384", - "name": "Guthix dragonhide", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10794", - "bonuses": "0,0,0,-15,30,55,47,60,50,55,0,0,0,0,0" - }, - { - "examine": "Endorsed by Robin Hood.", - "durability": null, - "low_alchemy": "180", - "high_alchemy": "270", - "weight": "0.2", - "equipment_slot": "0", - "lendable": "true", - "grand_exchange_price": "3070557", - "name": "Robin hood hat", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10796", - "bonuses": "0,0,0,-10,8,4,6,8,4,4,0,0,0,0,0" - }, - { - "examine": "Rune platebody with gold trim.", - "durability": null, - "low_alchemy": "26000", - "high_alchemy": "39000", - "weight": "9.07", - "absorb": "3,0,6", - "equipment_slot": "4", - "lendable": "true", - "remove_sleeves": "true", - "grand_exchange_price": "231400", - "name": "Rune platebody (g)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10798", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0" - }, - { - "examine": "Rune platebody with trim.", - "durability": null, - "low_alchemy": "26000", - "high_alchemy": "39000", - "weight": "9.07", - "absorb": "3,0,6", - "equipment_slot": "4", - "lendable": "true", - "remove_sleeves": "true", - "grand_exchange_price": "61100", - "name": "Rune platebody (t)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10800", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0" - }, - { - "lendable": "true", - "examine": "All for one and one for all!", - "grand_exchange_price": "56677", - "durability": null, - "name": "Tan cavalier", - "tradeable": "true", - "low_alchemy": "80", - "high_alchemy": "120", - "archery_ticket_price": "0", - "id": "10802", - "equipment_slot": "0" - }, - { - "lendable": "true", - "examine": "All for one and one for all!", - "grand_exchange_price": "18942", - "durability": null, - "name": "Dark cavalier", - "tradeable": "true", - "low_alchemy": "80", - "high_alchemy": "120", - "archery_ticket_price": "0", - "id": "10804", - "equipment_slot": "0" - }, - { - "lendable": "true", - "examine": "All for one and one for all!", - "grand_exchange_price": "421305", - "durability": null, - "name": "Black cavalier", - "tradeable": "true", - "low_alchemy": "80", - "high_alchemy": "120", - "archery_ticket_price": "0", - "id": "10806", - "equipment_slot": "0" - }, - { - "ge_buy_limit": "1000", - "examine": "Arctic Pine logs prepared with sacred oil for a funeral pyre", - "grand_exchange_price": "3453", - "durability": null, - "name": "Arctic pyre logs", - "tradeable": "true", - "low_alchemy": "80", - "high_alchemy": "120", - "weight": "2", - "archery_ticket_price": "0", - "id": "10808" - }, - { - "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.", - "grand_exchange_price": "90", - "durability": null, - "name": "Arctic pine logs", - "tradeable": "true", - "low_alchemy": "14", - "high_alchemy": "21", - "weight": "2", - "archery_ticket_price": "0", - "id": "10810", - "equipment_slot": "5" - }, - { - "ge_buy_limit": "25000", - "grand_exchange_price": "90", - "durability": null, - "name": "Arctic pine logs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10811" - }, - { - "ge_buy_limit": "1000", - "examine": "Used to repair bridges.", - "grand_exchange_price": "18", - "durability": null, - "name": "Split log", - "tradeable": "true", - "low_alchemy": "36", - "high_alchemy": "54", - "weight": "1.8", - "archery_ticket_price": "0", - "id": "10812" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "18", - "durability": null, - "name": "Split log", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10813" - }, - { - "shop_price": "120", - "ge_buy_limit": "1000", - "examine": "I can spin this into rope.", - "grand_exchange_price": "113", - "durability": null, - "name": "Hair", - "tradeable": "true", - "low_alchemy": "48", - "high_alchemy": "72", - "archery_ticket_price": "0", - "id": "10814" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "113", - "durability": null, - "name": "Hair", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10815" - }, - { - "shop_price": "2", - "ge_buy_limit": "1000", - "examine": "I need to cook this.", - "grand_exchange_price": "14", - "durability": null, - "name": "Raw yak meat", - "tradeable": "true", - "high_alchemy": "1", - "weight": "3", - "archery_ticket_price": "0", - "id": "10816" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "14", - "durability": null, - "name": "Raw yak meat", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10817" - }, - { - "shop_price": "50", - "ge_buy_limit": "5000", - "examine": "Thakkrad, of Neitiznot, can cure this.", - "grand_exchange_price": "301", - "durability": null, - "name": "Yak-hide", - "tradeable": "true", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "archery_ticket_price": "0", - "id": "10818" - }, - { - "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.", - "grand_exchange_price": "396", - "durability": null, - "name": "Cured yak-hide", - "tradeable": "true", - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "0.4", - "archery_ticket_price": "0", - "id": "10820" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "396", - "durability": null, - "name": "Cured yak-hide", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10821" - }, - { - "remove_sleeves": "true", - "requirements": "{1,20}", - "ge_buy_limit": "100", - "grand_exchange_price": "122", - "durability": null, - "name": "Yak-hide armour", - "archery_ticket_price": "0", - "id": "10822", - "bonuses": "0,0,0,-5,0,25,20,15,-2,25,5,0,0,0,0", - "equipment_slot": "4" - }, - { - "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", - "durability": null, - "name": "Yak-hide armour", - "archery_ticket_price": "0", - "id": "10824", - "bonuses": "0,0,0,-5,10,25,20,15,-2,10,0,0,0,0,0", - "equipment_slot": "7" - }, - { - "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 shield worn by Fremennik warriors.", - "durability": null, - "low_alchemy": "2000", - "high_alchemy": "3000", - "destroy": "true", - "weight": "2.2", - "equipment_slot": "5", - "grand_exchange_price": "402", - "name": "Fremennik round shield", - "archery_ticket_price": "0", - "id": "10826", - "bonuses": "0,0,0,-10,-10,17,17,31,-4,33,20,0,0,0,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", - "ge_buy_limit": "100", - "examine": "A gift from Neitiznot's Burgher.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "weight": "2.2", - "absorb": "2,0,4", - "equipment_slot": "0", - "grand_exchange_price": "44800", - "name": "Helm of neitiznot", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10828", - "bonuses": "0,0,0,0,0,31,29,34,3,30,8,3,3,0,0" - }, - { - "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", - "destroy": "true", - "archery_ticket_price": "0", - "id": "10830" - }, - { - "destroy_message": "Are you sure? You can replace it by talking to King Sorvott.", - "examine": "An empty tax bag.", - "durability": null, - "name": "Empty tax bag", - "tradeable": "false", - "destroy": "true", - "archery_ticket_price": "0", - "id": "10831" - }, - { - "examine": "A silly hat with bells.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "weight": "2.7", - "equipment_slot": "0", - "destroy_message": "Are you sure? You can find another in King Sorvott's chest.", - "name": "Silly jester hat", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "10836", - "bonuses": "0,0,0,0,0,0,0,0,5,-5,0,0,0,0,0" - }, - { - "examine": "A jester's jangly top.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "weight": "6.8", - "equipment_slot": "4", - "destroy_message": "Are you sure? You can find another in King Sorvott's chest.", - "remove_sleeves": "true", - "name": "Silly jester top", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "10837", - "bonuses": "0,0,0,0,0,0,0,0,5,-5,5,0,0,0,0" - }, - { - "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", - "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", - "archery_ticket_price": "0", - "id": "10843" - }, - { - "examine": "A slightly sq'irky, I mean quirky, fruit.", - "durability": null, - "name": "Spring sq'irk", - "archery_ticket_price": "0", - "id": "10844" - }, - { - "examine": "A slightly sq'irky, I mean quirky, fruit.", - "durability": null, - "name": "Summer sq'irk", - "archery_ticket_price": "0", - "id": "10845" - }, - { - "examine": "A slightly sq'irky, I mean quirky, fruit.", - "durability": null, - "name": "Autumn sq'irk", - "archery_ticket_price": "0", - "id": "10846" - }, - { - "examine": "A slightly sq'irky, I mean quirky, fruit.", - "durability": null, - "name": "Winter sq'irk", - "archery_ticket_price": "0", - "id": "10847" - }, - { - "examine": "Made from 4 spring sq'irks.", - "durability": null, - "name": "Spring sq'irkjuice", - "weight": "1", - "archery_ticket_price": "0", - "id": "10848" - }, - { - "examine": "Made from 2 summer sq'irks.", - "durability": null, - "name": "Summer sq'irkjuice", - "weight": "1", - "archery_ticket_price": "0", - "id": "10849" - }, - { - "examine": "Made from 3 autumn sq'irks.", - "durability": null, - "name": "Autumn sq'irkjuice", - "weight": "1", - "archery_ticket_price": "0", - "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", - "low_alchemy": "2", - "tradeable": "false", - "high_alchemy": "3", - "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", - "two_handed": "true", - "weapon_interface": "7", - "turn180_anim": "7045", - "render_anim": "124", - "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" - }, - { - "examine": "You can put nice, hot tea in it.", - "durability": null, - "name": "Tea flask", - "weight": "0.1", - "archery_ticket_price": "0", - "id": "10859" - }, - { - "examine": "You can put nice, hot tea in it.", - "durability": null, - "name": "Tea flask", - "weight": "0.1", - "archery_ticket_price": "0", - "id": "10860" - }, - { - "examine": "You can put nice, hot tea in it.", - "durability": null, - "name": "Tea flask", - "weight": "0.1", - "archery_ticket_price": "0", - "id": "10861" - }, - { - "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", - "low_alchemy": "40", - "tradeable": "false", - "high_alchemy": "60", - "destroy": "true", - "weight": "2", - "archery_ticket_price": "0", - "id": "10862", - "equipment_slot": "0" - }, - { - "examine": "Very fetching.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "weight": "0.9", - "equipment_slot": "4", - "destroy_message": "You'll have to find another within the Tower of Life!", - "remove_sleeves": "true", - "name": "Builder's shirt", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "10863" - }, - { - "destroy_message": "You'll have to find another within the Tower of Life!", - "examine": "Slightly tatty in my opinion.", - "durability": null, - "name": "Builder's trousers", - "low_alchemy": "40", - "tradeable": "false", - "high_alchemy": "60", - "destroy": "true", - "weight": "1", - "archery_ticket_price": "0", - "id": "10864", - "equipment_slot": "7" - }, - { - "destroy_message": "You'll have to find another within the Tower of Life!", - "examine": "They'll offer good protection for my toes.", - "durability": null, - "name": "Builder's boots", - "low_alchemy": "40", - "tradeable": "false", - "high_alchemy": "60", - "destroy": "true", - "weight": "0.4", - "archery_ticket_price": "0", - "id": "10865", - "equipment_slot": "10" - }, - { - "examine": "Used to bolt things together.", - "durability": null, - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "40", - "tradeable": "false", - "high_alchemy": "60", - "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", - "low_alchemy": "92000", - "turn90ccw_anim": "5867", - "attack_speed": "6", - "two_handed": "true", - "turn180_anim": "5867", - "defence_anim": "5866", - "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", - "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", - "durability": null, - "high_alchemy": "138000", - "weight": "30", - "weapon_interface": "8", - "render_anim": "985", - "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)", - "durability": null, - "name": "Barrelchest anchor", - "low_alchemy": "92000", - "high_alchemy": "138000", - "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" - }, - { - "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, - "name": "Blessed lamp", - "archery_ticket_price": "0", - "id": "10889" - }, - { - "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, - "name": "Prayer book", - "tradeable": "false", - "destroy": "true", - "weight": "1", - "archery_ticket_price": "0", - "id": "10890" - }, - { - "ge_buy_limit": "100", - "examine": "A wooden cat toy.", - "grand_exchange_price": "922", - "durability": null, - "name": "Wooden cat", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10891" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "922", - "durability": null, - "name": "Wooden cat", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10892" - }, - { - "examine": "A cranial clamp.", - "durability": null, - "name": "Cranial clamp", - "archery_ticket_price": "0", - "id": "10893" - }, - { - "examine": "Some tongs for use with brains.", - "durability": null, - "name": "Brain tongs", - "tradeable": "false", - "destroy": "true", - "archery_ticket_price": "0", - "id": "10894" - }, - { - "examine": "A bell jar for covering things.", - "durability": null, - "name": "Bell jar", - "weight": "1", - "archery_ticket_price": "0", - "id": "10895" - }, - { - "examine": "A silver whistle.", - "durability": null, - "name": "Wolf whistle", - "archery_ticket_price": "0", - "id": "10896" - }, - { - "examine": "A shipping order list.", - "durability": null, - "name": "Shipping order", - "tradeable": "false", - "destroy": "true", - "archery_ticket_price": "0", - "id": "10897" - }, - { - "examine": "A small keg of gunpowder.", - "durability": null, - "name": "Keg", - "weight": "12", - "archery_ticket_price": "0", - "id": "10898" - }, - { - "examine": "Part of a crate.", - "durability": null, - "name": "Crate part", - "tradeable": "false", - "destroy": "true", - "archery_ticket_price": "0", - "id": "10899" - }, - { - "examine": "One skull staple.", - "durability": null, - "name": "Skull staple", - "archery_ticket_price": "0", - "id": "10904" - }, - { - "ge_buy_limit": "100", - "examine": "This super restore and unicorn dust potion needs more ingredients.", - "grand_exchange_price": "8420", - "durability": null, - "name": "Mixture - step 1(4)", - "tradeable": "true", - "low_alchemy": "120", - "high_alchemy": "180", - "archery_ticket_price": "0", - "id": "10909" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "8420", - "durability": null, - "name": "Mixture - step 1(4)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10910" - }, - { - "ge_buy_limit": "100", - "examine": "This super restore and unicorn dust potion needs more ingredients.", - "grand_exchange_price": "6543", - "durability": null, - "name": "Mixture - step 1(3)", - "tradeable": "true", - "low_alchemy": "120", - "high_alchemy": "180", - "archery_ticket_price": "0", - "id": "10911" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "6543", - "durability": null, - "name": "Mixture - step 1(3)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10912" - }, - { - "ge_buy_limit": "100", - "examine": "This super restore and unicorn dust potion needs more ingredients.", - "grand_exchange_price": "4335", - "durability": null, - "name": "Mixture - step 1(2)", - "tradeable": "true", - "low_alchemy": "120", - "high_alchemy": "180", - "archery_ticket_price": "0", - "id": "10913" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "4335", - "durability": null, - "name": "Mixture - step 1(2)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10914" - }, - { - "ge_buy_limit": "100", - "examine": "This super restore and unicorn dust potion needs more ingredients.", - "grand_exchange_price": "2168", - "durability": null, - "name": "Mixture - step 1(1)", - "tradeable": "true", - "low_alchemy": "120", - "high_alchemy": "180", - "archery_ticket_price": "0", - "id": "10915" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "2168", - "durability": null, - "name": "Mixture - step 1(1)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10916" - }, - { - "ge_buy_limit": "100", - "examine": "This super restore, unicorn dust, snake weed potion needs more ingredients.", - "grand_exchange_price": "8665", - "durability": null, - "name": "Mixture - step 2(4)", - "tradeable": "true", - "low_alchemy": "120", - "high_alchemy": "180", - "archery_ticket_price": "0", - "id": "10917" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "8665", - "durability": null, - "name": "Mixture - step 2(4)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10918" - }, - { - "ge_buy_limit": "100", - "examine": "This super restore, unicorn dust, snake weed potion needs more ingredients.", - "grand_exchange_price": "6695", - "durability": null, - "name": "Mixture - step 2(3)", - "tradeable": "true", - "low_alchemy": "120", - "high_alchemy": "180", - "archery_ticket_price": "0", - "id": "10919" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "6695", - "durability": null, - "name": "Mixture - step 2(3)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10920" - }, - { - "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", - "low_alchemy": "120", - "high_alchemy": "180", - "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", - "low_alchemy": "120", - "high_alchemy": "180", - "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", - "low_alchemy": "120", - "high_alchemy": "180", - "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", - "low_alchemy": "120", - "high_alchemy": "180", - "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", - "low_alchemy": "120", - "high_alchemy": "180", - "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", - "low_alchemy": "120", - "high_alchemy": "180", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "10933", - "equipment_slot": "10" - }, - { - "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": "10934" - }, - { - "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": "10935" - }, - { - "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": "10936" - }, - { - "ge_buy_limit": "100", - "examine": "The claws from a nail beast", - "grand_exchange_price": "203", - "durability": null, - "name": "Nail beast nails", - "tradeable": "true", - "low_alchemy": "120", - "high_alchemy": "180", - "archery_ticket_price": "0", - "id": "10937" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "203", - "durability": null, - "name": "Nail beast nails", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10938" - }, - { - "remove_sleeves": "true", - "examine": "You certainly will be alright wearing this.", - "durability": null, - "name": "Lumberjack top", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "1.3", - "archery_ticket_price": "0", - "id": "10939", - "equipment_slot": "4" - }, - { - "examine": "You certainly will be alright wearing these.", - "durability": null, - "name": "Lumberjack legs", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.9", - "archery_ticket_price": "0", - "id": "10940", - "equipment_slot": "7" - }, - { - "remove_head": "true", - "examine": "You certainly will be alright wearing this.", - "durability": null, - "name": "Lumberjack hat", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "0.4", - "archery_ticket_price": "0", - "id": "10941", - "equipment_slot": "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", - "id": "10942" - }, - { - "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": "10943" - }, - { - "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": "10944" - }, - { - "remove_sleeves": "true", - "examine": "You certainly will be alright wearing this.", - "durability": null, - "name": "Lumberjack top", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "1.3", - "archery_ticket_price": "0", - "id": "10945", - "equipment_slot": "4" - }, - { - "examine": "One skull staple.", - "durability": null, - "name": "Skull staples", - "archery_ticket_price": "0", - "id": "10950" - }, - { - "examine": "One skull staple.", - "durability": null, - "name": "Skull staples", - "archery_ticket_price": "0", - "id": "10951" - }, - { - "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", - "low_alchemy": "60", - "high_alchemy": "90", - "archery_ticket_price": "0", - "id": "10952" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "57", - "durability": null, - "name": "Slayer bell", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10953" - }, - { - "requirements": "{1,25}-{4,25}", - "shop_price": "1000", - "ge_buy_limit": "100", - "examine": "Armour made out of Frog hide.", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "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", - "id": "10954", - "bonuses": "0,0,0,-5,10,23,26,30,15,32,20,0,0,0,0" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "1797", - "durability": null, - "name": "Frog-leather body", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10955" - }, - { - "requirements": "{1,25}-{4,25}", - "shop_price": "900", - "ge_buy_limit": "100", - "examine": "Chaps made out of Frog hide.", - "durability": null, - "low_alchemy": "360", - "high_alchemy": "540", - "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" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "361", - "durability": null, - "name": "Frog-leather chaps", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10957" - }, - { - "requirements": "{1,25}-{4,25}", - "shop_price": "200", - "ge_buy_limit": "100", - "examine": "Boots made out of Frog hide.", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "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" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "1156", - "durability": null, - "name": "Frog-leather boots", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "10959" - }, - { - "shop_price": "10", - "examine": "Thick and tasty soup.", - "durability": null, - "name": "Green gloop soup", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "10960" - }, - { - "shop_price": "10", - "examine": "A big bowl of frogspawn gumbo.", - "durability": null, - "name": "Frogspawn gumbo", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "10961" - }, - { - "shop_price": "10", - "examine": "A juicy frogburger.", - "durability": null, - "name": "Frogburger", - "low_alchemy": "4", - "high_alchemy": "6", - "weight": "1", - "archery_ticket_price": "0", - "id": "10962" - }, - { - "examine": "Nice and crunchy.", - "durability": null, - "name": "Coated frogs' legs", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "10963" - }, - { - "shop_price": "10", - "examine": "Bat shish kebab.", - "durability": null, - "name": "Bat shish", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "10964" - }, - { - "shop_price": "10", - "examine": "Wall beast fingers in a white fern sauce.", - "durability": null, - "name": "Fingers", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "10965" - }, - { - "examine": "A whole roasted frog.", - "durability": null, - "name": "Roast frog", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "1", - "archery_ticket_price": "0", - "id": "10967" - }, - { - "examine": "Tasty saut??ed mushrooms.", - "durability": null, - "name": "Mushrooms", - "low_alchemy": "20", - "high_alchemy": "30", - "archery_ticket_price": "0", - "id": "10968" - }, - { - "examine": "Chunky cave-crawler fillets.", - "durability": null, - "name": "Fillets", - "low_alchemy": "20", - "high_alchemy": "30", - "archery_ticket_price": "0", - "id": "10969" - }, - { - "examine": "Steamed cave pond loach.", - "durability": null, - "name": "Loach", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "1", - "archery_ticket_price": "0", - "id": "10970" - }, - { - "examine": "Cave-eel sushi.", - "durability": null, - "name": "Eel sushi", - "archery_ticket_price": "0", - "id": "10971" - }, - { - "shop_price": "2", - "examine": "Oldak's Marvellous Moving-Over-Distance Sphere.", - "durability": null, - "name": "Dorgesh-kaan sphere", - "weight": "0.5", - "archery_ticket_price": "0", - "id": "10972" - }, - { - "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", - "low_alchemy": "140", - "high_alchemy": "210", - "archery_ticket_price": "0", - "id": "10973" - }, - { - "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", - "low_alchemy": "2", - "high_alchemy": "4", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "100", - "high_alchemy": "150", - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "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", - "low_alchemy": "400", - "high_alchemy": "600", - "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", - "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", - "low_alchemy": "4", - "tradeable": "false", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "tradeable": "false", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "tradeable": "false", - "high_alchemy": "6", - "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" - }, - { - "remove_head": "true", - "examine": "Cock-a-doodle-do!", - "durability": null, - "name": "Chicken head", - "tradeable": "false", - "destroy": "true", - "weight": "0.2", - "archery_ticket_price": "0", - "id": "11015", - "equipment_slot": "0" - }, - { - "examine": "Perfect for crossing the road.", - "durability": null, - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "durability": null, - "low_alchemy": "10400", - "high_alchemy": "15600", - "weight": "1.8", - "attack_speed": "4", - "weapon_interface": "6", - "equipment_slot": "3", - "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" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "120200", - "durability": null, - "name": "Brine sabre", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "11038" - }, - { - "examine": "Looks like it might still float.", - "durability": null, - "name": "Rotten barrel", - "tradeable": "false", - "destroy": "true", - "archery_ticket_price": "0", - "id": "11044" - }, - { - "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", - "archery_ticket_price": "0", - "id": "11045" - }, - { - "shop_price": "18", - "examine": "A coil of rope.", - "grand_exchange_price": "101", - "durability": null, - "name": "Rope", - "tradeable": "true", - "low_alchemy": "7", - "high_alchemy": "10", - "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", - "low_alchemy": "160", - "high_alchemy": "160", - "archery_ticket_price": "0", - "id": "11050" - }, - { - "examine": "An ancient goblin object encrusted in dirt.", - "durability": null, - "name": "Artefact", - "tradeable": "false", - "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, - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "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, - "low_alchemy": "400", - "high_alchemy": "600", - "weight": "1.8", - "attack_speed": "5", - "weapon_interface": "8", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "390,390,381,390", - "grand_exchange_price": "4093", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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.", - "durability": null, - "low_alchemy": "220", - "high_alchemy": "330", - "weight": "0.2", - "equipment_slot": "9", - "grand_exchange_price": "223", - "name": "Gold bracelet", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "11069" - }, - { - "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.", - "durability": null, - "low_alchemy": "460", - "high_alchemy": "690", - "weight": "0.25", - "equipment_slot": "9", - "grand_exchange_price": "578", - "name": "Sapphire bracelet", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "11072" - }, - { - "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", - "low_alchemy": "506", - "high_alchemy": "759", - "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", - "low_alchemy": "610", - "high_alchemy": "915", - "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", - "low_alchemy": "670", - "high_alchemy": "1005", - "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", - "low_alchemy": "670", - "high_alchemy": "1005", - "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", - "low_alchemy": "670", - "high_alchemy": "1005", - "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", - "low_alchemy": "930", - "high_alchemy": "1395", - "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", - "low_alchemy": "1024", - "high_alchemy": "1536", - "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", - "low_alchemy": "1620", - "high_alchemy": "2430", - "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", - "low_alchemy": "1530", - "high_alchemy": "2295", - "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", - "low_alchemy": "1680", - "high_alchemy": "2520", - "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", - "low_alchemy": "1680", - "high_alchemy": "2520", - "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", - "low_alchemy": "1680", - "high_alchemy": "2520", - "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", - "low_alchemy": "1680", - "high_alchemy": "2520", - "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", - "low_alchemy": "1680", - "high_alchemy": "2520", - "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", - "low_alchemy": "8080", - "high_alchemy": "12120", - "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", - "low_alchemy": "8080", - "high_alchemy": "12120", - "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", - "low_alchemy": "8080", - "high_alchemy": "12120", - "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", - "low_alchemy": "8080", - "high_alchemy": "12120", - "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", - "low_alchemy": "8080", - "high_alchemy": "12120", - "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", - "low_alchemy": "7650", - "high_alchemy": "11475", - "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.", - "durability": null, - "low_alchemy": "8416", - "high_alchemy": "12624", - "weight": "0.3", - "equipment_slot": "9", - "grand_exchange_price": "29700", - "name": "Combat bracelet(4)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "11118", - "bonuses": "7,7,7,3,7,5,5,5,3,5,5,6,0,0,0" - }, - { - "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", - "low_alchemy": "8416", - "high_alchemy": "12624", - "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", - "low_alchemy": "8416", - "high_alchemy": "12624", - "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", - "low_alchemy": "8416", - "high_alchemy": "12624", - "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.", - "durability": null, - "low_alchemy": "8416", - "high_alchemy": "12624", - "weight": "0.3", - "equipment_slot": "9", - "grand_exchange_price": "29000", - "name": "Combat bracelet", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "11126", - "bonuses": "7,7,7,3,7,5,5,5,3,5,5,6,0,0,0" - }, - { - "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", - "low_alchemy": "80400", - "high_alchemy": "120600", - "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", - "low_alchemy": "80800", - "high_alchemy": "121200", - "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.", - "durability": null, - "low_alchemy": "80800", - "high_alchemy": "121200", - "weight": "0.2", - "equipment_slot": "9", - "grand_exchange_price": "124200", - "name": "Regen bracelet", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "11133", - "bonuses": "8,8,8,3,7,6,6,6,3,6,5,7,0,0,0" - }, - { - "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, - "low_alchemy": "1", - "high_alchemy": "2", - "weight": "3", - "turn90ccw_anim": "822", - "weapon_interface": "17", - "turn180_anim": "4227", - "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, - "low_alchemy": "1", - "high_alchemy": "2", - "weight": "3", - "turn90ccw_anim": "822", - "weapon_interface": "17", - "turn180_anim": "4227", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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)", - "low_alchemy": "960", - "high_alchemy": "1440", - "weight": "0.5", - "archery_ticket_price": "0", - "id": "11190", - "equipment_slot": "2" - }, - { - "examine": "An enchanted necklace.", - "durability": null, - "name": "Digsite pendant (2)", - "low_alchemy": "960", - "high_alchemy": "1440", - "weight": "0.5", - "archery_ticket_price": "0", - "id": "11191", - "equipment_slot": "2" - }, - { - "examine": "An enchanted necklace.", - "durability": null, - "name": "Digsite pendant (3)", - "low_alchemy": "960", - "high_alchemy": "1440", - "weight": "0.5", - "archery_ticket_price": "0", - "id": "11192", - "equipment_slot": "2" - }, - { - "examine": "An enchanted necklace.", - "durability": null, - "name": "Digsite pendant (4)", - "low_alchemy": "960", - "high_alchemy": "1440", - "weight": "0.5", - "archery_ticket_price": "0", - "id": "11193", - "equipment_slot": "2" - }, - { - "examine": "An enchanted necklace.", - "durability": null, - "name": "Digsite pendant (5)", - "low_alchemy": "960", - "high_alchemy": "1440", - "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, - "low_alchemy": "24000", - "high_alchemy": "36000", - "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", - "high_alchemy": "1", - "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.", - "durability": null, - "low_alchemy": "320", - "high_alchemy": "480", - "equipment_slot": "13", - "grand_exchange_price": "2674", - "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" - }, - { - "requirements": "{4,60}", - "ge_buy_limit": "10000", - "examine": "unlit: Arrows with dragon heads and oil-soaked cloth.lit: Dragon-headed fire arrow.", - "durability": null, - "low_alchemy": "320", - "high_alchemy": "480", - "equipment_slot": "13", - "grand_exchange_price": "3988", - "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" - }, - { - "requirements": "{4,60}", - "ge_buy_limit": "10000", - "examine": "unlit: Arrows with dragon heads and oil-soaked cloth.lit: Dragon-headed fire arrow.", - "durability": null, - "low_alchemy": "320", - "high_alchemy": "480", - "equipment_slot": "13", - "grand_exchange_price": "3834", - "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" - }, - { - "requirements": "{4,60}", - "ge_buy_limit": "10000", - "examine": "An arrow made using a dragon's talon.", - "durability": null, - "low_alchemy": "320", - "high_alchemy": "480", - "equipment_slot": "13", - "grand_exchange_price": "3141", - "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" - }, - { - "requirements": "{4,60}", - "ge_buy_limit": "10000", - "examine": "An arrow made using a dragon's talon.", - "durability": null, - "low_alchemy": "320", - "high_alchemy": "480", - "equipment_slot": "13", - "grand_exchange_price": "2866", - "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" - }, - { - "requirements": "{4,60}", - "ge_buy_limit": "10000", - "examine": "An arrow made using a dragon's talon.", - "durability": null, - "low_alchemy": "320", - "high_alchemy": "480", - "equipment_slot": "13", - "grand_exchange_price": "3766", - "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" - }, - { - "requirements": "{4,60}", - "ge_buy_limit": "10000", - "examine": "A deadly throwing dart with a dragon tip.", - "durability": null, - "low_alchemy": "200", - "high_alchemy": "300", - "attack_speed": "3", - "weapon_interface": "18", - "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, - "low_alchemy": "200", - "high_alchemy": "300", - "attack_speed": "3", - "weapon_interface": "18", - "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", - "low_alchemy": "100", - "high_alchemy": "150", - "archery_ticket_price": "0", - "id": "11232" - }, - { - "requirements": "{4,60}", - "ge_buy_limit": "10000", - "examine": "A deadly throwing dart with a dragon tip.", - "durability": null, - "low_alchemy": "200", - "high_alchemy": "300", - "attack_speed": "3", - "weapon_interface": "18", - "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, - "low_alchemy": "200", - "high_alchemy": "300", - "attack_speed": "3", - "weapon_interface": "18", - "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", - "low_alchemy": "48000", - "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, - "high_alchemy": "72001", - "weight": "1.9", - "weapon_interface": "16", - "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", - "low_alchemy": "200", - "high_alchemy": "300", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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" - }, - { - "shop_price": "3", - "turn90cw_anim": "6610", - "examine": "For catching butterflies.", - "walk_anim": "6607", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "destroy": "true", - "weight": "0.2", - "turn90ccw_anim": "6609", - "attack_speed": "4", - "two_handed": "true", - "weapon_interface": "14", - "turn180_anim": "6608", - "render_anim": "1426", - "equipment_slot": "3", - "destroy_message": "You will have to trade with Elnock to get a new magic butterfly net.", - "stand_anim": "6604", - "name": "Magic butterfly net", - "tradeable": "false", - "run_anim": "6603", - "archery_ticket_price": "0", - "id": "11259", - "stand_turn_anim": "6611" - }, - { - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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" - }, - { - "examine": "The label says 'Vivid Crimson', but it looks like pink to me!", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "45", - "weight": "0.9", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "27", - "name": "Ham shirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "11274", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" - }, - { - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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.", - "rare_item": "true", - "durability": null, - "low_alchemy": "800000", - "high_alchemy": "1200000", - "weight": "7.2", - "equipment_slot": "5", - "grand_exchange_price": "5653008", - "name": "Dragonfire shield", - "archery_ticket_price": "0", - "id": "11283", - "bonuses": "0,0,0,-10,-5,70,75,72,10,72,17,7,0,0,0" - }, - { - "requirements": "{1,75}", - "ge_buy_limit": "10", - "examine": "A heavy shield with a snarling, draconic visage.", - "rare_item": "true", - "durability": null, - "low_alchemy": "800000", - "high_alchemy": "1200000", - "weight": "7.2", - "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", - "low_alchemy": "300000", - "high_alchemy": "450000", - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "10", - "high_alchemy": "15", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "30", - "high_alchemy": "45", - "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, - "low_alchemy": "60000", - "high_alchemy": "90000", - "weight": "2", - "absorb": "2,0,4", - "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", - "low_alchemy": "400", - "high_alchemy": "600", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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, - "low_alchemy": "10", - "high_alchemy": "15", - "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", - "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, - "low_alchemy": "36", - "high_alchemy": "54", - "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", - "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, - "low_alchemy": "130", - "high_alchemy": "195", - "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", - "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, - "low_alchemy": "338", - "high_alchemy": "507", - "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", - "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, - "low_alchemy": "832", - "high_alchemy": "1248", - "weight": "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", - "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, - "low_alchemy": "8320", - "high_alchemy": "12480", - "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", - "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, - "low_alchemy": "10", - "high_alchemy": "15", - "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", - "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", - "walk_anim": "1205", - "durability": null, - "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, - "low_alchemy": "10", - "high_alchemy": "15", - "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", - "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, - "low_alchemy": "10", - "high_alchemy": "15", - "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", - "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, - "low_alchemy": "36", - "high_alchemy": "54", - "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", - "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", - "walk_anim": "1205", - "durability": null, - "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, - "low_alchemy": "36", - "high_alchemy": "54", - "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", - "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, - "low_alchemy": "36", - "high_alchemy": "54", - "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", - "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, - "low_alchemy": "130", - "high_alchemy": "195", - "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", - "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", - "walk_anim": "1205", - "durability": null, - "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, - "low_alchemy": "130", - "high_alchemy": "195", - "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", - "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, - "low_alchemy": "130", - "high_alchemy": "195", - "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", - "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, - "low_alchemy": "338", - "high_alchemy": "507", - "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", - "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 mithril-tipped, one-handed hasta.", - "walk_anim": "1205", - "durability": null, - "low_alchemy": "338", - "high_alchemy": "507", - "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", - "name": "Mithril hasta(kp)", - "tradeable": "true", - "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, - "low_alchemy": "338", - "high_alchemy": "507", - "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", - "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, - "low_alchemy": "338", - "high_alchemy": "507", - "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", - "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, - "low_alchemy": "832", - "high_alchemy": "1248", - "weight": "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", - "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", - "walk_anim": "1205", - "durability": null, - "turn90ccw_anim": "1208", - "weapon_interface": "14", - "turn180_anim": "1206", - "render_anim": "28", - "equipment_slot": "3", - "stand_anim": "813", - "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, - "low_alchemy": "832", - "high_alchemy": "1248", - "weight": "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", - "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", - "walk_anim": "1205", - "durability": null, - "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++)", - "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, - "low_alchemy": "8320", - "high_alchemy": "12480", - "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", - "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", - "walk_anim": "1205", - "durability": null, - "turn90ccw_anim": "1208", - "weapon_interface": "14", - "turn180_anim": "1206", - "render_anim": "28", - "equipment_slot": "3", - "stand_anim": "813", - "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" - }, - { - "ge_buy_limit": "100", - "turn90cw_anim": "1207", - "examine": "A rune-tipped, one-handed hasta.", - "walk_anim": "1205", - "durability": null, - "low_alchemy": "8320", - "high_alchemy": "12480", - "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", - "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, - "low_alchemy": "8320", - "high_alchemy": "12480", - "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", - "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", - "low_alchemy": "3", - "high_alchemy": "5", - "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", - "low_alchemy": "3", - "high_alchemy": "5", - "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", - "low_alchemy": "86", - "high_alchemy": "129", - "archery_ticket_price": "0", - "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", - "low_alchemy": "86", - "high_alchemy": "129", - "archery_ticket_price": "0", - "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", - "low_alchemy": "60", - "high_alchemy": "90", - "archery_ticket_price": "0", - "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", - "low_alchemy": "60", - "high_alchemy": "90", - "archery_ticket_price": "0", - "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", - "low_alchemy": "5", - "high_alchemy": "7", - "archery_ticket_price": "0", - "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", - "low_alchemy": "5", - "high_alchemy": "7", - "archery_ticket_price": "0", - "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", - "low_alchemy": "42", - "high_alchemy": "63", - "archery_ticket_price": "0", - "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", - "low_alchemy": "42", - "high_alchemy": "63", - "archery_ticket_price": "0", - "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", - "low_alchemy": "26", - "high_alchemy": "39", - "archery_ticket_price": "0", - "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", - "low_alchemy": "26", - "high_alchemy": "39", - "archery_ticket_price": "0", - "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", - "low_alchemy": "28", - "high_alchemy": "43", - "archery_ticket_price": "0", - "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", - "low_alchemy": "28", - "high_alchemy": "43", - "archery_ticket_price": "0", - "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", - "low_alchemy": "36", - "high_alchemy": "54", - "archery_ticket_price": "0", - "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", - "low_alchemy": "36", - "high_alchemy": "54", - "archery_ticket_price": "0", - "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", - "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", - "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", - "low_alchemy": "46", - "high_alchemy": "69", - "archery_ticket_price": "0", - "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", - "low_alchemy": "46", - "high_alchemy": "69", - "archery_ticket_price": "0", - "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", - "low_alchemy": "54", - "high_alchemy": "81", - "archery_ticket_price": "0", - "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", - "low_alchemy": "54", - "high_alchemy": "81", - "archery_ticket_price": "0", - "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", - "low_alchemy": "86", - "high_alchemy": "129", - "archery_ticket_price": "0", - "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", - "low_alchemy": "86", - "high_alchemy": "129", - "archery_ticket_price": "0", - "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", - "low_alchemy": "60", - "high_alchemy": "90", - "archery_ticket_price": "0", - "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", - "low_alchemy": "60", - "high_alchemy": "90", - "archery_ticket_price": "0", - "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": "Sup. energy mix(2)", - "tradeable": "true", - "low_alchemy": "64", - "high_alchemy": "96", - "archery_ticket_price": "0", - "id": "11481" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "1062", - "durability": null, - "name": "Sup. 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": "Sup. energy mix(1)", - "tradeable": "true", - "low_alchemy": "64", - "high_alchemy": "96", - "archery_ticket_price": "0", - "id": "11483" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "562", - "durability": null, - "name": "Sup. 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": "Sup. str. mix(2)", - "tradeable": "true", - "low_alchemy": "66", - "high_alchemy": "99", - "archery_ticket_price": "0", - "id": "11485" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "955", - "durability": null, - "name": "Sup. str. 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": "Sup. str. mix(1)", - "tradeable": "true", - "low_alchemy": "66", - "high_alchemy": "99", - "archery_ticket_price": "0", - "id": "11487" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "1040", - "durability": null, - "name": "Sup. str. 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", - "low_alchemy": "72", - "high_alchemy": "108", - "archery_ticket_price": "0", - "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", - "low_alchemy": "72", - "high_alchemy": "108", - "archery_ticket_price": "0", - "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": "Sup. restore mix(2)", - "tradeable": "true", - "low_alchemy": "66", - "high_alchemy": "99", - "archery_ticket_price": "0", - "id": "11493" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "3670", - "durability": null, - "name": "Sup. 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": "Sup. restore mix(1)", - "tradeable": "true", - "low_alchemy": "66", - "high_alchemy": "99", - "archery_ticket_price": "0", - "id": "11495" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "3104", - "durability": null, - "name": "Sup. 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": "Sup. def. mix(2)", - "tradeable": "true", - "low_alchemy": "79", - "high_alchemy": "118", - "archery_ticket_price": "0", - "id": "11497" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "38", - "durability": null, - "name": "Sup. def. 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": "Sup. def. mix(1)", - "tradeable": "true", - "low_alchemy": "79", - "high_alchemy": "118", - "archery_ticket_price": "0", - "id": "11499" - }, - { - "ge_buy_limit": "1000", - "grand_exchange_price": "66", - "durability": null, - "name": "Sup. def. 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", - "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", - "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", - "low_alchemy": "79", - "high_alchemy": "118", - "archery_ticket_price": "0", - "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", - "low_alchemy": "79", - "high_alchemy": "118", - "archery_ticket_price": "0", - "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", - "low_alchemy": "86", - "high_alchemy": "129", - "archery_ticket_price": "0", - "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", - "low_alchemy": "86", - "high_alchemy": "129", - "archery_ticket_price": "0", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "archery_ticket_price": "0", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "archery_ticket_price": "0", - "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", - "low_alchemy": "3", - "high_alchemy": "5", - "archery_ticket_price": "0", - "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", - "low_alchemy": "3", - "high_alchemy": "5", - "archery_ticket_price": "0", - "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", - "low_alchemy": "60", - "high_alchemy": "90", - "archery_ticket_price": "0", - "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", - "low_alchemy": "60", - "high_alchemy": "90", - "archery_ticket_price": "0", - "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", - "low_alchemy": "10", - "high_alchemy": "15", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "shop_price": "200", - "examine": "A mage helm from the order of the Void Knights.", - "durability": null, - "low_alchemy": "3940", - "high_alchemy": "5910", - "destroy": "true", - "equipment_slot": "0", - "name": "Void mage helm", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "11663", - "bonuses": "0,0,0,0,0,6,6,6,6,6,6,0,0,0,0" - }, - { - "remove_head": "true", - "shop_price": "200", - "examine": "A ranger helm from the order of the Void Knights", - "durability": null, - "low_alchemy": "3940", - "high_alchemy": "5910", - "weight": "3.6", - "equipment_slot": "0", - "name": "Void ranger helm", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "11664", - "bonuses": "0,0,0,0,0,6,6,6,6,6,6,0,0,0,0" - }, - { - "remove_head": "true", - "shop_price": "200", - "examine": "A melee helm from the order of the Void Knights.", - "durability": null, - "low_alchemy": "3940", - "high_alchemy": "5910", - "weight": "0.4", - "equipment_slot": "0", - "name": "Void melee helm", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "11665", - "bonuses": "0,0,0,0,0,6,6,6,6,6,6,0,0,0,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", - "shop_price": "200", - "examine": "A mage helm from the order of the Void Knights.", - "durability": null, - "low_alchemy": "3940", - "high_alchemy": "5910", - "destroy": "true", - "equipment_slot": "0", - "name": "Void mage helm", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "11674", - "bonuses": "0,0,0,0,0,6,6,6,6,6,0,0,0,0,0" - }, - { - "remove_head": "true", - "shop_price": "200", - "examine": "A ranger helm from the order of the Void Knights", - "durability": null, - "low_alchemy": "3940", - "high_alchemy": "5910", - "weight": "3.6", - "equipment_slot": "0", - "name": "Void ranger helm", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "11675", - "bonuses": "0,0,0,0,0,6,6,6,6,6,0,0,0,0,0" - }, - { - "remove_head": "true", - "shop_price": "200", - "examine": "A melee helm from the order of the Void Knights.", - "durability": null, - "low_alchemy": "3940", - "high_alchemy": "5910", - "weight": "0.4", - "equipment_slot": "0", - "name": "Void melee helm", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "11676", - "bonuses": "0,0,0,0,0,6,6,6,6,6,0,0,0,0,0" - }, - { - "destroy_message": "I can find another book in the Keldagrim library.", - "examine": "\"Beyond Trollheim\" by Nestor Peregrine.", - "durability": null, - "name": "Explorer's notes", - "low_alchemy": "2", - "tradeable": "false", - "high_alchemy": "3", - "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", - "low_alchemy": "200000", - "high_alchemy": "300000", - "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", - "low_alchemy": "200000", - "high_alchemy": "300000", - "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", - "low_alchemy": "300000", - "high_alchemy": "450000", - "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", - "low_alchemy": "200000", - "high_alchemy": "300000", - "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", - "low_alchemy": "500000", - "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, - "high_alchemy": "750000", - "weight": "10", - "weapon_interface": "7", - "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", - "low_alchemy": "500000", - "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, - "high_alchemy": "750000", - "weight": "10", - "weapon_interface": "7", - "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", - "low_alchemy": "500000", - "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, - "high_alchemy": "750000", - "weight": "10", - "weapon_interface": "7", - "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", - "low_alchemy": "500000", - "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, - "high_alchemy": "750000", - "weight": "10", - "weapon_interface": "7", - "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", - "low_alchemy": "200000", - "high_alchemy": "300000", - "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", - "low_alchemy": "200000", - "high_alchemy": "300000", - "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", - "low_alchemy": "200000", - "high_alchemy": "300000", - "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", - "low_alchemy": "200000", - "high_alchemy": "300000", - "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, - "name": "Godsword shard 1", - "tradeable": "true", - "low_alchemy": "100000", - "high_alchemy": "150000", - "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, - "name": "Godsword shard 2", - "tradeable": "true", - "low_alchemy": "100000", - "high_alchemy": "150000", - "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, - "name": "Godsword shard 3", - "tradeable": "true", - "low_alchemy": "100000", - "high_alchemy": "150000", - "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", - "low_alchemy": "40000", - "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, - "high_alchemy": "60000", - "weight": "3", - "weapon_interface": "14", - "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, - "low_alchemy": "8000", - "high_alchemy": "12000", - "weight": "0.5", - "absorb": "0,5,2", - "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, - "low_alchemy": "24000", - "high_alchemy": "36000", - "weight": "4", - "absorb": "0,10,5", - "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 rune plateskirt in the colours of Armadyl.", - "rare_item": "true", - "durability": null, - "low_alchemy": "25600", - "high_alchemy": "38400", - "weight": "8", - "absorb": "2,0,4", - "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, - "low_alchemy": "106000", - "high_alchemy": "159000", - "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, - "low_alchemy": "109000", - "high_alchemy": "163500", - "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, - "low_alchemy": "10000", - "high_alchemy": "15000", - "weight": "6", - "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", - "low_alchemy": "52000", - "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, - "high_alchemy": "78000", - "weight": "3", - "weapon_interface": "7", - "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, - "low_alchemy": "8000", - "high_alchemy": "12000", - "weight": "1", - "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. The wax seal is broken. / Before reading the scroll: 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. / Before reading the scroll: 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": "11735" - }, - { - "ge_buy_limit": "10", - "turn90cw_anim": "1207", - "examine": "It's a slightly magical stick.", - "walk_anim": "1205", - "low_alchemy": "6800", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "turn180_anim": "1206", - "equipment_slot": "3", - "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,10,0,2,3,1,10,0,0,35,0,0,0", - "requirements": "{0,30}-{6,30}", - "durability": null, - "high_alchemy": "10200", - "weight": "2", - "weapon_interface": "1", - "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", - "low_alchemy": "18000", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "turn180_anim": "1206", - "equipment_slot": "3", - "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,10,0,2,3,1,10,0,0,50,0,0,0", - "requirements": "{0,40}-{6,40}", - "durability": null, - "high_alchemy": "27000", - "weight": "2", - "weapon_interface": "1", - "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", - "low_alchemy": "4", - "tradeable": "false", - "high_alchemy": "6", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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, - "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", - "low_alchemy": "16", - "high_alchemy": "24", - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "archery_ticket_price": "0", - "id": "11807" - }, - { - "examine": "An ugly albino fish.", - "durability": null, - "name": "Whitefish", - "low_alchemy": "8", - "high_alchemy": "12", - "weight": "0.25", - "archery_ticket_price": "0", - "id": "11808" - }, - { - "examine": "4 doses of goblin transmogrification potion.", - "durability": null, - "name": "Goblin potion (4)", - "low_alchemy": "5", - "high_alchemy": "7", - "archery_ticket_price": "0", - "id": "11809", - "equipment_slot": "5" - }, - { - "examine": "3 doses of goblin transmogrification potion.", - "durability": null, - "name": "Goblin potion (3)", - "low_alchemy": "5", - "high_alchemy": "7", - "archery_ticket_price": "0", - "id": "11810" - }, - { - "examine": "2 doses of goblin transmogrification potion.", - "durability": null, - "name": "Goblin potion (2)", - "low_alchemy": "5", - "high_alchemy": "7", - "archery_ticket_price": "0", - "id": "11811" - }, - { - "examine": "1 dose of goblin transmogrification potion.", - "durability": null, - "name": "Goblin potion (1)", - "low_alchemy": "5", - "high_alchemy": "7", - "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.", - "grand_exchange_price": "136300", - "durability": null, - "name": "Rune armour set (l)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "11838", - "absorb": "9,0,20", - "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", - "durability": null, - "name": "Dragon chain armour set (l)", - "archery_ticket_price": "0", - "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", - "durability": null, - "name": "Dragon chain armour set (sk)", - "archery_ticket_price": "0", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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" - }, - { - "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", - "low_alchemy": "289", - "high_alchemy": "434", - "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", - "low_alchemy": "289", - "high_alchemy": "434", - "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", - "low_alchemy": "239", - "high_alchemy": "359", - "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", - "low_alchemy": "239", - "high_alchemy": "359", - "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", - "low_alchemy": "1849", - "high_alchemy": "2774", - "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", - "low_alchemy": "1849", - "high_alchemy": "2774", - "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", - "low_alchemy": "1409", - "high_alchemy": "2114", - "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", - "low_alchemy": "1409", - "high_alchemy": "2114", - "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", - "low_alchemy": "1329", - "high_alchemy": "1994", - "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", - "low_alchemy": "1329", - "high_alchemy": "1994", - "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", - "low_alchemy": "179", - "high_alchemy": "269", - "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", - "low_alchemy": "179", - "high_alchemy": "269", - "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", - "low_alchemy": "259", - "high_alchemy": "389", - "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", - "low_alchemy": "259", - "high_alchemy": "389", - "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", - "low_alchemy": "889", - "high_alchemy": "1334", - "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", - "low_alchemy": "889", - "high_alchemy": "1334", - "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", - "low_alchemy": "1609", - "high_alchemy": "2414", - "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", - "low_alchemy": "1609", - "high_alchemy": "2414", - "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", - "low_alchemy": "1449", - "high_alchemy": "2174", - "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", - "low_alchemy": "1449", - "high_alchemy": "2174", - "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", - "low_alchemy": "1679", - "high_alchemy": "2519", - "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", - "low_alchemy": "1679", - "high_alchemy": "2519", - "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", - "low_alchemy": "1269", - "high_alchemy": "1904", - "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", - "low_alchemy": "1269", - "high_alchemy": "1904", - "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", - "low_alchemy": "179", - "high_alchemy": "269", - "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", - "low_alchemy": "179", - "high_alchemy": "269", - "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", - "low_alchemy": "1469", - "high_alchemy": "2204", - "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", - "low_alchemy": "1469", - "high_alchemy": "2204", - "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", - "low_alchemy": "1229", - "high_alchemy": "1844", - "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", - "low_alchemy": "1229", - "high_alchemy": "1844", - "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", - "low_alchemy": "1359", - "high_alchemy": "2039", - "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", - "low_alchemy": "1359", - "high_alchemy": "2039", - "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", - "low_alchemy": "1569", - "high_alchemy": "2354", - "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", - "low_alchemy": "1569", - "high_alchemy": "2354", - "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", - "low_alchemy": "1049", - "high_alchemy": "1574", - "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", - "low_alchemy": "1049", - "high_alchemy": "1574", - "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", - "low_alchemy": "249", - "high_alchemy": "374", - "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", - "low_alchemy": "249", - "high_alchemy": "374", - "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", - "low_alchemy": "1449", - "high_alchemy": "2174", - "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", - "low_alchemy": "1449", - "high_alchemy": "2174", - "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", - "low_alchemy": "239", - "high_alchemy": "359", - "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", - "low_alchemy": "239", - "high_alchemy": "359", - "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", - "low_alchemy": "619", - "high_alchemy": "929", - "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", - "low_alchemy": "619", - "high_alchemy": "929", - "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", - "low_alchemy": "1209", - "high_alchemy": "1814", - "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", - "low_alchemy": "1209", - "high_alchemy": "1814", - "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", - "low_alchemy": "979", - "high_alchemy": "1469", - "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", - "low_alchemy": "979", - "high_alchemy": "1469", - "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", - "low_alchemy": "739", - "high_alchemy": "1109", - "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", - "low_alchemy": "739", - "high_alchemy": "1109", - "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", - "low_alchemy": "309", - "high_alchemy": "464", - "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", - "low_alchemy": "309", - "high_alchemy": "464", - "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", - "low_alchemy": "249", - "high_alchemy": "374", - "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", - "low_alchemy": "249", - "high_alchemy": "374", - "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", - "low_alchemy": "1339", - "high_alchemy": "2009", - "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", - "low_alchemy": "1339", - "high_alchemy": "2009", - "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", - "low_alchemy": "679", - "high_alchemy": "1019", - "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", - "low_alchemy": "679", - "high_alchemy": "1019", - "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", - "low_alchemy": "1009", - "high_alchemy": "1514", - "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", - "low_alchemy": "1009", - "high_alchemy": "1514", - "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", - "low_alchemy": "919", - "high_alchemy": "1379", - "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", - "low_alchemy": "919", - "high_alchemy": "1379", - "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", - "low_alchemy": "1829", - "high_alchemy": "2744", - "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", - "low_alchemy": "1829", - "high_alchemy": "2744", - "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", - "low_alchemy": "949", - "high_alchemy": "1424", - "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", - "low_alchemy": "949", - "high_alchemy": "1424", - "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", - "low_alchemy": "1189", - "high_alchemy": "1784", - "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", - "low_alchemy": "1189", - "high_alchemy": "1784", - "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", - "low_alchemy": "1419", - "high_alchemy": "2129", - "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", - "low_alchemy": "1419", - "high_alchemy": "2129", - "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", - "low_alchemy": "1579", - "high_alchemy": "2369", - "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", - "low_alchemy": "1579", - "high_alchemy": "2369", - "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", - "low_alchemy": "1689", - "high_alchemy": "2534", - "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", - "low_alchemy": "1689", - "high_alchemy": "2534", - "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", - "low_alchemy": "1609", - "high_alchemy": "2414", - "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", - "low_alchemy": "1609", - "high_alchemy": "2414", - "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", - "low_alchemy": "179", - "high_alchemy": "269", - "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", - "low_alchemy": "179", - "high_alchemy": "269", - "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", - "low_alchemy": "1579", - "high_alchemy": "2369", - "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", - "low_alchemy": "1579", - "high_alchemy": "2369", - "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", - "low_alchemy": "279", - "high_alchemy": "419", - "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", - "low_alchemy": "279", - "high_alchemy": "419", - "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", - "low_alchemy": "2199", - "high_alchemy": "3299", - "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", - "low_alchemy": "2199", - "high_alchemy": "3299", - "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", - "low_alchemy": "639", - "high_alchemy": "959", - "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", - "low_alchemy": "639", - "high_alchemy": "959", - "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", - "low_alchemy": "2279", - "high_alchemy": "3419", - "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", - "low_alchemy": "2279", - "high_alchemy": "3419", - "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", - "low_alchemy": "1049", - "high_alchemy": "1574", - "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", - "low_alchemy": "1049", - "high_alchemy": "1574", - "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", - "low_alchemy": "1049", - "high_alchemy": "1574", - "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", - "low_alchemy": "1049", - "high_alchemy": "1574", - "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", - "low_alchemy": "1049", - "high_alchemy": "1574", - "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", - "low_alchemy": "1049", - "high_alchemy": "1574", - "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", - "low_alchemy": "1049", - "high_alchemy": "1574", - "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", - "low_alchemy": "1049", - "high_alchemy": "1574", - "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", - "low_alchemy": "1049", - "high_alchemy": "1574", - "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", - "low_alchemy": "1049", - "high_alchemy": "1574", - "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", - "low_alchemy": "1049", - "high_alchemy": "1574", - "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", - "low_alchemy": "1049", - "high_alchemy": "1574", - "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", - "low_alchemy": "1049", - "high_alchemy": "1574", - "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", - "low_alchemy": "1049", - "high_alchemy": "1574", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "400", - "high_alchemy": "600", - "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", - "low_alchemy": "400", - "high_alchemy": "600", - "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", - "low_alchemy": "400", - "high_alchemy": "600", - "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", - "low_alchemy": "400", - "high_alchemy": "600", - "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", - "low_alchemy": "400", - "high_alchemy": "600", - "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", - "low_alchemy": "400", - "high_alchemy": "600", - "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", - "low_alchemy": "279", - "high_alchemy": "419", - "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", - "low_alchemy": "279", - "high_alchemy": "419", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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": "true", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "12", - "high_alchemy": "18", - "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", - "low_alchemy": "76", - "high_alchemy": "114", - "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", - "low_alchemy": "76", - "high_alchemy": "114", - "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", - "low_alchemy": "76", - "high_alchemy": "114", - "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", - "low_alchemy": "76", - "high_alchemy": "114", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "high_alchemy": "1", - "archery_ticket_price": "0", - "id": "12159" - }, - { - "examine": "A charm used to summon familiars.", - "durability": null, - "name": "Crimson charm", - "tradeable": "false", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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" - }, - { - "shop_price": "99000", - "examine": "The cape worn by master summoners.", - "durability": null, - "name": "Summoning cape", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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" - }, - { - "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", - "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", - "low_alchemy": "9", - "high_alchemy": "14", - "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", - "low_alchemy": "9", - "high_alchemy": "13", - "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", - "low_alchemy": "10", - "high_alchemy": "15", - "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": "Chick: A fluffy chick.Bird: Lovely blue plumage.Owl: A fantastic saradomin owl.", - "durability": null, - "name": "Saradomin owl", - "archery_ticket_price": "0", - "id": "12185" - }, - { - "examine": "Chick: A fluffy chick.Bird: Lovely red plumage.Hawk: A stately zamorak hawk.", - "durability": null, - "name": "Zamorak hawk", - "archery_ticket_price": "0", - "id": "12186" - }, - { - "examine": "Chick: A fluffy chick.Bird: Lovely green plumage.Raptor: 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": "A hyperactive little puppy. (Puppy)(Adult)", - "durability": null, - "name": "Terrier puppy", - "archery_ticket_price": "0", - "id": "12191" - }, - { - "examine": "This is one fast little pooch. (Puppy)An aerodynamic doggy. (Adult)", - "durability": null, - "name": "Greyhound puppy", - "archery_ticket_price": "0", - "id": "12192" - }, - { - "examine": "Puppy - Soft but strong... and cute.Adult - My most faithful friend.", - "durability": null, - "name": "Labrador puppy", - "archery_ticket_price": "0", - "id": "12193" - }, - { - "examine": "Now, if only I could find another hundred... (Puppy)A purebred doggy. (Adult)", - "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": "(hatchling) A hatchling <dragon colour> dragon.(baby) A bigger baby <colour> dragon.", - "durability": null, - "name": "Dragon hatchling", - "archery_ticket_price": "0", - "id": "12197" - }, - { - "examine": "Baby: Little NipperAdult: Bigger Nipper.", - "durability": null, - "name": "Baby giant crab", - "archery_ticket_price": "0", - "id": "12198" - }, - { - "examine": "(Baby) A stripy little baby raccoon.(Adult) He can run with us.", - "durability": null, - "name": "Baby raccoon", - "archery_ticket_price": "0", - "id": "12199" - }, - { - "examine": "Adult: An experienced nut-thief.Baby: A tiny 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, - "low_alchemy": "40", - "high_alchemy": "60", - "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...", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "1", - "equipment_slot": "0", - "grand_exchange_price": "50", - "name": "Antlers (charged)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "12206", - "bonuses": "0,0,0,0,0,0,0,0,0,0,8,0,0,0,0" - }, - { - "remove_head": "true", - "requirements": "{23,30}", - "shop_price": "200", - "ge_buy_limit": "100", - "examine": "It's a little smelly in there.", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "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, - "low_alchemy": "80", - "high_alchemy": "120", - "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!", - "durability": null, - "low_alchemy": "160", - "high_alchemy": "240", - "weight": "2", - "equipment_slot": "0", - "grand_exchange_price": "234", - "name": "Feather headdress", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "12210", - "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,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", - "low_alchemy": "160", - "high_alchemy": "240", - "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!", - "durability": null, - "low_alchemy": "160", - "high_alchemy": "240", - "weight": "2", - "equipment_slot": "0", - "grand_exchange_price": "662", - "name": "Feather headdress", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "12213", - "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,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", - "low_alchemy": "160", - "high_alchemy": "240", - "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!", - "durability": null, - "low_alchemy": "160", - "high_alchemy": "240", - "weight": "2", - "equipment_slot": "0", - "grand_exchange_price": "90", - "name": "Feather headdress", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "12216", - "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,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", - "low_alchemy": "160", - "high_alchemy": "240", - "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!", - "durability": null, - "low_alchemy": "160", - "high_alchemy": "240", - "weight": "2", - "equipment_slot": "0", - "grand_exchange_price": "107", - "name": "Feather headdress", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "12219", - "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,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", - "low_alchemy": "160", - "high_alchemy": "240", - "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!", - "durability": null, - "low_alchemy": "160", - "high_alchemy": "240", - "weight": "2", - "equipment_slot": "0", - "grand_exchange_price": "211", - "name": "Feather headdress", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "12222", - "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,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", - "low_alchemy": "160", - "high_alchemy": "240", - "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", - "durability": null, - "name": "Herbcall scroll", - "low_alchemy": "94", - "high_alchemy": "142", - "archery_ticket_price": "0", - "id": "12422" - }, - { - "requirements": "{23,69}", - "ge_buy_limit": "5000", - "grand_exchange_price": "258", - "durability": null, - "name": "Fruitfall scroll", - "low_alchemy": "146", - "high_alchemy": "220", - "archery_ticket_price": "0", - "id": "12423" - }, - { - "requirements": "{23,56}", - "ge_buy_limit": "5000", - "grand_exchange_price": "146", - "durability": null, - "name": "Fish rain scroll", - "low_alchemy": "125", - "high_alchemy": "188", - "archery_ticket_price": "0", - "id": "12424" - }, - { - "ge_buy_limit": "5000", - "grand_exchange_price": "7", - "durability": null, - "name": "Howl scroll", - "low_alchemy": "23", - "high_alchemy": "35", - "archery_ticket_price": "0", - "id": "12425" - }, - { - "requirements": "{23,47}", - "ge_buy_limit": "5000", - "grand_exchange_price": "97", - "durability": null, - "name": "Thieving fingers scroll", - "low_alchemy": "104", - "high_alchemy": "157", - "archery_ticket_price": "0", - "id": "12426" - }, - { - "requirements": "{23,62}", - "ge_buy_limit": "5000", - "grand_exchange_price": "533", - "durability": null, - "name": "Abyssal stealth scroll", - "low_alchemy": "135", - "high_alchemy": "203", - "archery_ticket_price": "0", - "id": "12427" - }, - { - "requirements": "{10,23}", - "ge_buy_limit": "5000", - "grand_exchange_price": "237", - "durability": null, - "name": "Egg spawn scroll", - "low_alchemy": "24", - "high_alchemy": "37", - "archery_ticket_price": "0", - "id": "12428" - }, - { - "requirements": "{23,33}", - "ge_buy_limit": "5000", - "grand_exchange_price": "97", - "durability": null, - "name": "Multichop scroll", - "low_alchemy": "88", - "high_alchemy": "133", - "archery_ticket_price": "0", - "id": "12429" - }, - { - "requirements": "{23,23}", - "ge_buy_limit": "5000", - "grand_exchange_price": "121", - "durability": null, - "name": "Cheese feast scroll", - "low_alchemy": "91", - "high_alchemy": "137", - "archery_ticket_price": "0", - "id": "12430" - }, - { - "requirements": "{23,40}", - "ge_buy_limit": "5000", - "grand_exchange_price": "39", - "durability": null, - "name": "Unburden scroll", - "low_alchemy": "27", - "high_alchemy": "41", - "archery_ticket_price": "0", - "id": "12431" - }, - { - "requirements": "{19,23}", - "ge_buy_limit": "5000", - "grand_exchange_price": "72", - "durability": null, - "name": "Venom shot scroll", - "low_alchemy": "73", - "high_alchemy": "110", - "archery_ticket_price": "0", - "id": "12432" - }, - { - "requirements": "{23,32}", - "ge_buy_limit": "5000", - "grand_exchange_price": "99", - "durability": null, - "name": "Insane ferocity scroll", - "low_alchemy": "100", - "high_alchemy": "151", - "archery_ticket_price": "0", - "id": "12433" - }, - { - "requirements": "{23,88}", - "ge_buy_limit": "5000", - "grand_exchange_price": "299", - "durability": null, - "name": "Healing aura scroll", - "low_alchemy": "156", - "high_alchemy": "235", - "archery_ticket_price": "0", - "id": "12434" - }, - { - "requirements": "{23,96}", - "ge_buy_limit": "5000", - "grand_exchange_price": "428", - "durability": null, - "name": "Winter storage scroll", - "low_alchemy": "227", - "high_alchemy": "341", - "archery_ticket_price": "0", - "id": "12435" - }, - { - "requirements": "{23,63}", - "ge_buy_limit": "5000", - "grand_exchange_price": "223", - "durability": null, - "name": "Oph. incubation scroll", - "low_alchemy": "132", - "high_alchemy": "199", - "archery_ticket_price": "0", - "id": "12436" - }, - { - "requirements": "{23,92}", - "ge_buy_limit": "5000", - "grand_exchange_price": "419", - "durability": null, - "name": "Magic focus scroll", - "low_alchemy": "219", - "high_alchemy": "329", - "archery_ticket_price": "0", - "id": "12437" - }, - { - "requirements": "{23,68}", - "ge_buy_limit": "5000", - "grand_exchange_price": "220", - "durability": null, - "name": "Swallow whole scroll", - "low_alchemy": "126", - "high_alchemy": "190", - "archery_ticket_price": "0", - "id": "12438" - }, - { - "requirements": "{23,67}", - "ge_buy_limit": "5000", - "grand_exchange_price": "269", - "durability": null, - "name": "Testudo scroll", - "low_alchemy": "17", - "high_alchemy": "26", - "archery_ticket_price": "0", - "id": "12439" - }, - { - "requirements": "{23,28}", - "ge_buy_limit": "5000", - "grand_exchange_price": "47", - "durability": null, - "name": "Generate compost scroll", - "low_alchemy": "63", - "high_alchemy": "95", - "archery_ticket_price": "0", - "id": "12440" - }, - { - "requirements": "{23,52}", - "ge_buy_limit": "5000", - "grand_exchange_price": "35", - "durability": null, - "name": "Tireless run scroll", - "low_alchemy": "28", - "high_alchemy": "43", - "archery_ticket_price": "0", - "id": "12441" - }, - { - "requirements": "{23,80}", - "ge_buy_limit": "5000", - "grand_exchange_price": "174", - "durability": null, - "name": "Regrowth scroll", - "low_alchemy": "144", - "high_alchemy": "217", - "archery_ticket_price": "0", - "id": "12442" - }, - { - "requirements": "{23,34}", - "ge_buy_limit": "5000", - "grand_exchange_price": "1118", - "durability": null, - "name": "Call to arms scroll", - "low_alchemy": "90", - "high_alchemy": "136", - "archery_ticket_price": "0", - "id": "12443" - }, - { - "requirements": "{23,49}", - "ge_buy_limit": "5000", - "grand_exchange_price": "148", - "durability": null, - "name": "Blood drain scroll", - "low_alchemy": "133", - "high_alchemy": "200", - "archery_ticket_price": "0", - "id": "12444" - }, - { - "requirements": "{4,23}", - "ge_buy_limit": "5000", - "grand_exchange_price": "7", - "durability": null, - "name": "Dreadfowl strike scroll", - "low_alchemy": "24", - "high_alchemy": "37", - "archery_ticket_price": "0", - "id": "12445" - }, - { - "requirements": "{23,25}", - "ge_buy_limit": "5000", - "grand_exchange_price": "122", - "durability": null, - "name": "Sandstorm scroll", - "low_alchemy": "67", - "high_alchemy": "101", - "archery_ticket_price": "0", - "id": "12446" - }, - { - "requirements": "{23,31}", - "ge_buy_limit": "1000", - "grand_exchange_price": "98", - "durability": null, - "name": "Vampire touch scroll", - "low_alchemy": "97", - "high_alchemy": "146", - "archery_ticket_price": "0", - "id": "12447" - }, - { - "requirements": "{23,42}", - "ge_buy_limit": "5000", - "grand_exchange_price": "123", - "durability": null, - "name": "Evil flames scroll", - "low_alchemy": "120", - "high_alchemy": "181", - "archery_ticket_price": "0", - "id": "12448" - }, - { - "requirements": "{23,74}", - "ge_buy_limit": "5000", - "grand_exchange_price": "219", - "durability": null, - "name": "Crushing claw scroll", - "low_alchemy": "182", - "high_alchemy": "274", - "archery_ticket_price": "0", - "id": "12449" - }, - { - "requirements": "{23,75}", - "ge_buy_limit": "5000", - "grand_exchange_price": "221", - "durability": null, - "name": "Mantis strike scroll", - "archery_ticket_price": "0", - "id": "12450" - }, - { - "requirements": "{23,71}", - "ge_buy_limit": "5000", - "grand_exchange_price": "12", - "durability": null, - "name": "Arctic blast scroll", - "low_alchemy": "30", - "high_alchemy": "46", - "archery_ticket_price": "0", - "id": "12451" - }, - { - "requirements": "{23,66}", - "ge_buy_limit": "5000", - "grand_exchange_price": "10", - "durability": null, - "name": "Toad bark scroll", - "low_alchemy": "27", - "high_alchemy": "41", - "archery_ticket_price": "0", - "id": "12452" - }, - { - "requirements": "{23,55}", - "ge_buy_limit": "5000", - "grand_exchange_price": "202", - "durability": null, - "name": "Dissolve scroll", - "low_alchemy": "167", - "high_alchemy": "251", - "archery_ticket_price": "0", - "id": "12453" - }, - { - "requirements": "{23,54}", - "ge_buy_limit": "5000", - "grand_exchange_price": "163", - "durability": null, - "name": "Abyssal drain scroll", - "low_alchemy": "122", - "high_alchemy": "183", - "archery_ticket_price": "0", - "id": "12454" - }, - { - "requirements": "{23,58}", - "ge_buy_limit": "5000", - "grand_exchange_price": "198", - "durability": null, - "name": "Doomsphere scroll", - "low_alchemy": "160", - "high_alchemy": "241", - "archery_ticket_price": "0", - "id": "12455" - }, - { - "requirements": "{23,83}", - "ge_buy_limit": "5000", - "grand_exchange_price": "9", - "durability": null, - "name": "Spike shot scroll", - "low_alchemy": "17", - "high_alchemy": "26", - "archery_ticket_price": "0", - "id": "12456" - }, - { - "requirements": "{23,78}", - "ge_buy_limit": "5000", - "grand_exchange_price": "146", - "durability": null, - "name": "Acorn missile scroll", - "low_alchemy": "140", - "high_alchemy": "211", - "archery_ticket_price": "0", - "id": "12457" - }, - { - "requirements": "{23,43}", - "ge_buy_limit": "5000", - "grand_exchange_price": "97", - "durability": null, - "name": "Petrifying gaze scroll", - "low_alchemy": "104", - "high_alchemy": "157", - "archery_ticket_price": "0", - "id": "12458" - }, - { - "requirements": "{13,23}", - "ge_buy_limit": "5000", - "grand_exchange_price": "10", - "durability": null, - "name": "Slime spray scroll", - "low_alchemy": "184", - "high_alchemy": "277", - "archery_ticket_price": "0", - "id": "12459" - }, - { - "requirements": "{18,23}", - "ge_buy_limit": "5000", - "grand_exchange_price": "47", - "durability": null, - "name": "Electric lash scroll", - "low_alchemy": "61", - "high_alchemy": "92", - "archery_ticket_price": "0", - "id": "12460" - }, - { - "requirements": "{23,36}", - "ge_buy_limit": "5000", - "grand_exchange_price": "135", - "durability": null, - "name": "Bronze bull rush scroll", - "low_alchemy": "118", - "high_alchemy": "178", - "archery_ticket_price": "0", - "id": "12461" - }, - { - "requirements": "{23,46}", - "ge_buy_limit": "5000", - "grand_exchange_price": "180", - "durability": null, - "name": "Iron bull rush scroll", - "low_alchemy": "141", - "high_alchemy": "212", - "archery_ticket_price": "0", - "id": "12462" - }, - { - "requirements": "{23,56}", - "ge_buy_limit": "5000", - "grand_exchange_price": "182", - "durability": null, - "name": "Steel bull rush scroll", - "low_alchemy": "157", - "high_alchemy": "236", - "archery_ticket_price": "0", - "id": "12463" - }, - { - "requirements": "{23,66}", - "ge_buy_limit": "5000", - "grand_exchange_price": "198", - "durability": null, - "name": "Mith bull rush scroll", - "low_alchemy": "168", - "high_alchemy": "253", - "archery_ticket_price": "0", - "id": "12464" - }, - { - "requirements": "{23,76}", - "ge_buy_limit": "5000", - "grand_exchange_price": "203", - "durability": null, - "name": "Addy bull rush scroll", - "low_alchemy": "160", - "high_alchemy": "241", - "archery_ticket_price": "0", - "id": "12465" - }, - { - "requirements": "{23,86}", - "ge_buy_limit": "5000", - "grand_exchange_price": "67", - "durability": null, - "name": "Rune bull rush scroll", - "low_alchemy": "17", - "high_alchemy": "26", - "archery_ticket_price": "0", - "id": "12466" - }, - { - "requirements": "{23,64}", - "ge_buy_limit": "5000", - "grand_exchange_price": "171", - "durability": null, - "name": "Poisonous blast scroll", - "low_alchemy": "144", - "high_alchemy": "217", - "archery_ticket_price": "0", - "id": "12467" - }, - { - "requirements": "{23,61}", - "ge_buy_limit": "5000", - "grand_exchange_price": "170", - "durability": null, - "name": "Dust cloud scroll", - "low_alchemy": "157", - "high_alchemy": "236", - "archery_ticket_price": "0", - "id": "12468" - }, - { - "examine": "(hatchling) A hatchling <dragon colour> dragon.(baby) A bigger baby <colour> dragon.", - "durability": null, - "name": "Hatchling dragon", - "archery_ticket_price": "0", - "id": "12469" - }, - { - "examine": "(hatchling) A hatchling <dragon colour> dragon.(baby) A bigger baby <colour> dragon.", - "durability": null, - "name": "Hatchling dragon", - "archery_ticket_price": "0", - "id": "12471" - }, - { - "examine": "(hatchling) A hatchling <dragon colour> dragon.(baby) A bigger baby <colour> dragon.", - "durability": null, - "name": "Hatchling dragon", - "archery_ticket_price": "0", - "id": "12473" - }, - { - "examine": "(hatchling) A hatchling <dragon colour> dragon.(baby) A bigger baby <colour> 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": "true", - "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": "true", - "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": "true", - "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": "true", - "weight": "1", - "archery_ticket_price": "0", - "id": "12480" - }, - { - "examine": "(Baby) Can't fly and can barely walk, but adorable nonetheless. (adult) Emperor of all he surveys.", - "durability": null, - "name": "Baby penguin", - "archery_ticket_price": "0", - "id": "12481" - }, - { - "examine": "I can hatch this in an Incubator.", - "durability": null, - "name": "Penguin egg", - "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": "Chick: A fluffy chick.Bird: Lovely blue plumage.Owl: A fantastic saradomin owl.", - "durability": null, - "name": "Saradomin chick", - "archery_ticket_price": "0", - "id": "12503" - }, - { - "examine": "Chick: A fluffy chick.Bird: Lovely blue plumage.Owl: A fantastic saradomin owl.", - "durability": null, - "name": "Saradomin bird", - "archery_ticket_price": "0", - "id": "12504" - }, - { - "examine": "Chick: A fluffy chick.Bird: Lovely blue plumage.Owl: A fantastic saradomin owl.", - "durability": null, - "name": "Saradomin owl", - "archery_ticket_price": "0", - "id": "12505" - }, - { - "examine": "Chick: A fluffy chick.Bird: Lovely red plumage.Hawk: A stately zamorak hawk.", - "durability": null, - "name": "Zamorak chick", - "archery_ticket_price": "0", - "id": "12506" - }, - { - "examine": "Chick: A fluffy chick.Bird: Lovely red plumage.Hawk: A stately zamorak hawk.", - "durability": null, - "name": "Zamorak bird", - "archery_ticket_price": "0", - "id": "12507" - }, - { - "examine": "Chick: A fluffy chick.Bird: Lovely red plumage.Hawk: A stately zamorak hawk.", - "durability": null, - "name": "Zamorak hawk", - "archery_ticket_price": "0", - "id": "12508" - }, - { - "examine": "Chick: A fluffy chick.Bird: Lovely green plumage.Raptor: An impressive Guthix raptor.", - "durability": null, - "name": "Guthix chick", - "archery_ticket_price": "0", - "id": "12509" - }, - { - "examine": "Chick: A fluffy chick.Bird: Lovely green plumage.Raptor: An impressive Guthix raptor.", - "durability": null, - "name": "Guthix bird", - "archery_ticket_price": "0", - "id": "12510" - }, - { - "examine": "Chick: A fluffy chick.Bird: Lovely green plumage.Raptor: An impressive Guthix raptor.", - "durability": null, - "name": "Guthix raptor", - "archery_ticket_price": "0", - "id": "12511" - }, - { - "requirements": "{4,23}", - "examine": "A hyperactive little puppy. (Puppy)(Adult)", - "durability": null, - "name": "Terrier puppy", - "archery_ticket_price": "0", - "id": "12512" - }, - { - "requirements": "{4,23}", - "examine": "A hyperactive little puppy. (Puppy)(Adult)", - "durability": null, - "name": "Terrier", - "archery_ticket_price": "0", - "id": "12513" - }, - { - "requirements": "{4,23}", - "examine": "This is one fast little pooch. (Puppy)An aerodynamic doggy. (Adult)", - "durability": null, - "name": "Greyhound puppy", - "archery_ticket_price": "0", - "id": "12514" - }, - { - "requirements": "{4,23}", - "examine": "This is one fast little pooch. (Puppy)An aerodynamic doggy. (Adult)", - "durability": null, - "name": "Greyhound", - "archery_ticket_price": "0", - "id": "12515" - }, - { - "requirements": "{4,23}", - "examine": "Puppy - Soft but strong... and cute.Adult - My most faithful friend.", - "durability": null, - "name": "Labrador puppy", - "archery_ticket_price": "0", - "id": "12516" - }, - { - "requirements": "{4,23}", - "examine": "Puppy - Soft but strong... and cute.Adult - 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... (Puppy)A purebred doggy. (Adult)", - "durability": null, - "name": "Dalmatian puppy", - "archery_ticket_price": "0", - "id": "12518" - }, - { - "requirements": "{4,23}", - "examine": "Now, if only I could find another hundred... (Puppy)A purebred doggy. (Adult)", - "durability": null, - "name": "Dalmatian", - "archery_ticket_price": "0", - "id": "12519" - }, - { - "requirements": "{4,23}", - "examine": "This little puppy is very quiet. (Puppy)Come by! Come by! (Adult)", - "durability": null, - "name": "Sheepdog puppy", - "archery_ticket_price": "0", - "id": "12520" - }, - { - "requirements": "{4,23}", - "examine": "This little puppy is very quiet. (Puppy)Come by! Come by! (Adult)", - "durability": null, - "name": "Sheepdog", - "archery_ticket_price": "0", - "id": "12521" - }, - { - "requirements": "{4,23}", - "examine": "One proud little puppy. (Puppy)Looks like it's chewing a wasp. (Adult)", - "durability": null, - "name": "Bulldog puppy", - "archery_ticket_price": "0", - "id": "12522" - }, - { - "requirements": "{4,23}", - "examine": "One proud little puppy. (Puppy)Looks like it's chewing a wasp. (Adult)", - "durability": null, - "name": "Bulldog", - "archery_ticket_price": "0", - "id": "12523" - }, - { - "shop_price": "99000", - "examine": "The cape worn by master summoners.", - "durability": null, - "name": "Summoning cape", - "low_alchemy": "39600", - "high_alchemy": "59400", - "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", - "low_alchemy": "10", - "high_alchemy": "15", - "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", - "low_alchemy": "1259", - "high_alchemy": "1889", - "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", - "low_alchemy": "1259", - "high_alchemy": "1889", - "archery_ticket_price": "0", - "id": "12532" - }, - { - "requirements": "{16,23}", - "ge_buy_limit": "5000", - "grand_exchange_price": "7", - "durability": null, - "name": "Stony shell scroll", - "low_alchemy": "23", - "high_alchemy": "35", - "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", - "low_alchemy": "200", - "high_alchemy": "300", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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?", - "durability": null, - "low_alchemy": "24", - "high_alchemy": "36", - "weight": "1", - "equipment_slot": "0", - "grand_exchange_price": "1004", - "name": "Ogre wig", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "12559" - }, - { - "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.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "1", - "equipment_slot": "7", - "grand_exchange_price": "197", - "name": "Ogre kilt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "12561" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "197", - "durability": null, - "name": "Ogre kilt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "12562" - }, - { - "shop_price": "60", - "ge_buy_limit": "100", - "examine": "It's a little big on me.", - "durability": null, - "low_alchemy": "24", - "high_alchemy": "36", - "weight": "1", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "536", - "name": "Ogre top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "12563" - }, - { - "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.", - "durability": null, - "low_alchemy": "24", - "high_alchemy": "36", - "weight": "3", - "equipment_slot": "10", - "grand_exchange_price": "420", - "name": "Ogre boots", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "12565" - }, - { - "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", - "low_alchemy": "24", - "high_alchemy": "36", - "weight": "2", - "archery_ticket_price": "0", - "id": "12567" - }, - { - "remove_head": "true", - "ge_buy_limit": "100", - "examine": "A furry hat with an unnerving tail.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "weight": "1", - "equipment_slot": "0", - "grand_exchange_price": "3656", - "name": "Davy kebbit hat", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "12568" - }, - { - "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, - "low_alchemy": "72", - "high_alchemy": "108", - "weight": "10", - "turn90ccw_anim": "8684", - "attack_speed": "7", - "weapon_interface": "10", - "turn180_anim": "8684", - "render_anim": "1157", - "equipment_slot": "3", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "1", - "high_alchemy": "2", - "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, - "low_alchemy": "1", - "high_alchemy": "2", - "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, - "low_alchemy": "1", - "high_alchemy": "2", - "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, - "low_alchemy": "1", - "high_alchemy": "2", - "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", - "low_alchemy": "50", - "high_alchemy": "75", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "high_alchemy": "1", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "8", - "high_alchemy": "12", - "archery_ticket_price": "0", - "id": "12624" - }, - { - "destroy_message": "You can reclaim this item from the place you found it.", - "shop_price": "500", - "examine": "A flag to put in the ground.", - "durability": null, - "name": "Flag", - "tradeable": "false", - "destroy": "true", - "weight": "2", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "160", - "high_alchemy": "160", - "archery_ticket_price": "0", - "id": "12632" - }, - { - "examine": "The jar is shaking violently!", - "durability": null, - "name": "Super fishing explosive", - "low_alchemy": "24", - "high_alchemy": "36", - "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", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "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", - "high_alchemy": "1", - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "weight": "3", - "archery_ticket_price": "0", - "id": "12650" - }, - { - "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", - "low_alchemy": "2", - "high_alchemy": "3", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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, - "low_alchemy": "1408", - "high_alchemy": "2112", - "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, - "low_alchemy": "1408", - "high_alchemy": "2112", - "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.", - "durability": null, - "low_alchemy": "120", - "high_alchemy": "180", - "weight": "0.9", - "absorb": "0,2,1", - "equipment_slot": "0", - "grand_exchange_price": "1040", - "name": "Snakeskin bandana (e)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "12660", - "bonuses": "0,0,0,-5,4,2,4,4,2,2,6,0,0,0,0" - }, - { - "remove_head": "true", - "examine": "Lightweight head protection.", - "durability": null, - "low_alchemy": "120", - "high_alchemy": "180", - "weight": "0.9", - "absorb": "0,2,1", - "equipment_slot": "0", - "grand_exchange_price": "1040", - "name": "Snakeskin bandana (charged)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "12661", - "bonuses": "0,0,0,-5,4,2,4,4,2,2,6,0,0,0,0" - }, - { - "remove_head": "true", - "examine": "A wooden helmet.", - "durability": null, - "low_alchemy": "4000", - "high_alchemy": "6000", - "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, - "low_alchemy": "4000", - "high_alchemy": "6000", - "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, - "low_alchemy": "14080", - "high_alchemy": "21120", - "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, - "low_alchemy": "14080", - "high_alchemy": "21120", - "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, - "low_alchemy": "40000", - "high_alchemy": "60000", - "weight": "1.3", - "absorb": "2,0,4", - "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, - "low_alchemy": "40000", - "high_alchemy": "60000", - "weight": "1.3", - "absorb": "2,0,4", - "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, - "low_alchemy": "40", - "high_alchemy": "60", - "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, - "low_alchemy": "40", - "high_alchemy": "60", - "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, - "low_alchemy": "8000", - "high_alchemy": "12000", - "weight": "0.5", - "absorb": "0,5,2", - "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, - "low_alchemy": "8000", - "high_alchemy": "12000", - "weight": "0.5", - "absorb": "0,5,2", - "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, - "low_alchemy": "31200", - "high_alchemy": "46800", - "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, - "low_alchemy": "31200", - "high_alchemy": "46800", - "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, - "low_alchemy": "31200", - "high_alchemy": "46800", - "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, - "low_alchemy": "31200", - "high_alchemy": "46800", - "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, - "low_alchemy": "31200", - "high_alchemy": "46800", - "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, - "low_alchemy": "31200", - "high_alchemy": "46800", - "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, - "low_alchemy": "31200", - "high_alchemy": "46800", - "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, - "low_alchemy": "31200", - "high_alchemy": "46800", - "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, - "low_alchemy": "20000", - "high_alchemy": "30000", - "weight": "2.2", - "absorb": "2,0,4", - "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, - "low_alchemy": "20000", - "high_alchemy": "30000", - "weight": "2.2", - "absorb": "2,0,4", - "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 puppy. (Puppy)(Adult)", - "durability": null, - "name": "Terrier puppy", - "archery_ticket_price": "0", - "id": "12700" - }, - { - "requirements": "{4,23}", - "examine": "A hyperactive little puppy. (Puppy)(Adult)", - "durability": null, - "name": "Terrier", - "archery_ticket_price": "0", - "id": "12701" - }, - { - "requirements": "{4,23}", - "examine": "A hyperactive little puppy. (Puppy)(Adult)", - "durability": null, - "name": "Terrier puppy", - "archery_ticket_price": "0", - "id": "12702" - }, - { - "requirements": "{4,23}", - "examine": "A hyperactive little puppy. (Puppy)(Adult)", - "durability": null, - "name": "Terrier", - "archery_ticket_price": "0", - "id": "12703" - }, - { - "requirements": "{4,23}", - "examine": "This is one fast little pooch. (Puppy)An aerodynamic doggy. (Adult)", - "durability": null, - "name": "Greyhound puppy", - "archery_ticket_price": "0", - "id": "12704" - }, - { - "requirements": "{4,23}", - "examine": "This is one fast little pooch. (Puppy)An aerodynamic doggy. (Adult)", - "durability": null, - "name": "Greyhound", - "archery_ticket_price": "0", - "id": "12705" - }, - { - "requirements": "{4,23}", - "examine": "This is one fast little pooch. (Puppy)An aerodynamic doggy. (Adult)", - "durability": null, - "name": "Greyhound puppy", - "archery_ticket_price": "0", - "id": "12706" - }, - { - "requirements": "{4,23}", - "examine": "This is one fast little pooch. (Puppy)An aerodynamic doggy. (Adult)", - "durability": null, - "name": "Greyhound", - "archery_ticket_price": "0", - "id": "12707" - }, - { - "requirements": "{4,23}", - "examine": "Puppy - Soft but strong... and cute.Adult - My most faithful friend.", - "durability": null, - "name": "Labrador puppy", - "archery_ticket_price": "0", - "id": "12708" - }, - { - "requirements": "{4,23}", - "examine": "Puppy - Soft but strong... and cute.Adult - My most faithful friend.", - "durability": null, - "name": "Labrador", - "archery_ticket_price": "0", - "id": "12709" - }, - { - "requirements": "{4,23}", - "examine": "Puppy - Soft but strong... and cute.Adult - My most faithful friend.", - "durability": null, - "name": "Labrador puppy", - "archery_ticket_price": "0", - "id": "12710" - }, - { - "requirements": "{4,23}", - "examine": "Puppy - Soft but strong... and cute.Adult - 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... (Puppy)A purebred doggy. (Adult)", - "durability": null, - "name": "Dalmatian puppy", - "archery_ticket_price": "0", - "id": "12712" - }, - { - "requirements": "{4,23}", - "examine": "Now, if only I could find another hundred... (Puppy)A purebred doggy. (Adult)", - "durability": null, - "name": "Dalmatian", - "archery_ticket_price": "0", - "id": "12713" - }, - { - "requirements": "{4,23}", - "examine": "Now, if only I could find another hundred... (Puppy)A purebred doggy. (Adult)", - "durability": null, - "name": "Dalmatian puppy", - "archery_ticket_price": "0", - "id": "12714" - }, - { - "requirements": "{4,23}", - "examine": "Now, if only I could find another hundred... (Puppy)A purebred doggy. (Adult)", - "durability": null, - "name": "Dalmatian", - "archery_ticket_price": "0", - "id": "12715" - }, - { - "requirements": "{4,23}", - "examine": "This little puppy is very quiet. (Puppy)Come by! Come by! (Adult)", - "durability": null, - "name": "Sheepdog puppy", - "archery_ticket_price": "0", - "id": "12716" - }, - { - "requirements": "{4,23}", - "examine": "This little puppy is very quiet. (Puppy)Come by! Come by! (Adult)", - "durability": null, - "name": "Sheepdog", - "archery_ticket_price": "0", - "id": "12717" - }, - { - "requirements": "{4,23}", - "examine": "This little puppy is very quiet. (Puppy)Come by! Come by! (Adult)", - "durability": null, - "name": "Sheepdog puppy", - "archery_ticket_price": "0", - "id": "12718" - }, - { - "requirements": "{4,23}", - "examine": "This little puppy is very quiet. (Puppy)Come by! Come by! (Adult)", - "durability": null, - "name": "Sheepdog", - "archery_ticket_price": "0", - "id": "12719" - }, - { - "requirements": "{4,23}", - "examine": "One proud little puppy. (Puppy)Looks like it's chewing a wasp. (Adult)", - "durability": null, - "name": "Bulldog puppy", - "archery_ticket_price": "0", - "id": "12720" - }, - { - "requirements": "{4,23}", - "examine": "One proud little puppy. (Puppy)Looks like it's chewing a wasp. (Adult)", - "durability": null, - "name": "Bulldog", - "archery_ticket_price": "0", - "id": "12721" - }, - { - "requirements": "{4,23}", - "examine": "One proud little puppy. (Puppy)Looks like it's chewing a wasp. (Adult)", - "durability": null, - "name": "Bulldog puppy", - "archery_ticket_price": "0", - "id": "12722" - }, - { - "requirements": "{4,23}", - "examine": "One proud little puppy. (Puppy)Looks like it's chewing a wasp. (Adult)", - "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": "(Baby) Can't fly and can barely walk, but adorable nonetheless. (adult) Emperor of all he surveys.", - "durability": null, - "name": "Baby penguin", - "archery_ticket_price": "0", - "id": "12763" - }, - { - "examine": "(Baby) Can't fly and can barely walk, but adorable nonetheless. (adult) Emperor of all he surveys.", - "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", - "low_alchemy": "1669", - "high_alchemy": "2504", - "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", - "low_alchemy": "1669", - "high_alchemy": "2504", - "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", - "low_alchemy": "179", - "high_alchemy": "269", - "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", - "low_alchemy": "179", - "high_alchemy": "269", - "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", - "low_alchemy": "909", - "high_alchemy": "1364", - "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", - "low_alchemy": "909", - "high_alchemy": "1364", - "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", - "low_alchemy": "1579", - "high_alchemy": "2369", - "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", - "low_alchemy": "1579", - "high_alchemy": "2369", - "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", - "low_alchemy": "1719", - "high_alchemy": "2579", - "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", - "low_alchemy": "1719", - "high_alchemy": "2579", - "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", - "low_alchemy": "2389", - "high_alchemy": "3584", - "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", - "low_alchemy": "2389", - "high_alchemy": "3584", - "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", - "low_alchemy": "2359", - "high_alchemy": "3539", - "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", - "low_alchemy": "2359", - "high_alchemy": "3539", - "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", - "low_alchemy": "1949", - "high_alchemy": "2924", - "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", - "low_alchemy": "1949", - "high_alchemy": "2924", - "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", - "low_alchemy": "2119", - "high_alchemy": "3179", - "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", - "low_alchemy": "2119", - "high_alchemy": "3179", - "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", - "low_alchemy": "1909", - "high_alchemy": "2864", - "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", - "low_alchemy": "1909", - "high_alchemy": "2864", - "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", - "low_alchemy": "1299", - "high_alchemy": "1949", - "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", - "low_alchemy": "1299", - "high_alchemy": "1949", - "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", - "low_alchemy": "909", - "high_alchemy": "1364", - "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", - "low_alchemy": "909", - "high_alchemy": "1364", - "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", - "low_alchemy": "1009", - "high_alchemy": "1514", - "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", - "low_alchemy": "1009", - "high_alchemy": "1514", - "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", - "low_alchemy": "2149", - "high_alchemy": "3224", - "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", - "low_alchemy": "2149", - "high_alchemy": "3224", - "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", - "low_alchemy": "2189", - "high_alchemy": "3284", - "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", - "low_alchemy": "2189", - "high_alchemy": "3284", - "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", - "low_alchemy": "2149", - "high_alchemy": "3224", - "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", - "low_alchemy": "2149", - "high_alchemy": "3224", - "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", - "low_alchemy": "809", - "high_alchemy": "1214", - "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", - "low_alchemy": "809", - "high_alchemy": "1214", - "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", - "low_alchemy": "1709", - "high_alchemy": "2564", - "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", - "low_alchemy": "1709", - "high_alchemy": "2564", - "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", - "low_alchemy": "1699", - "high_alchemy": "2549", - "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", - "low_alchemy": "1699", - "high_alchemy": "2549", - "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", - "low_alchemy": "909", - "high_alchemy": "1364", - "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", - "low_alchemy": "909", - "high_alchemy": "1364", - "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", - "low_alchemy": "1279", - "high_alchemy": "1919", - "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", - "low_alchemy": "1279", - "high_alchemy": "1919", - "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", - "low_alchemy": "909", - "high_alchemy": "1364", - "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", - "low_alchemy": "909", - "high_alchemy": "1364", - "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", - "low_alchemy": "959", - "high_alchemy": "1439", - "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", - "low_alchemy": "959", - "high_alchemy": "1439", - "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", - "low_alchemy": "2149", - "high_alchemy": "3224", - "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", - "low_alchemy": "2149", - "high_alchemy": "3224", - "archery_ticket_price": "0", - "id": "12823" - }, - { - "requirements": "{23,79}", - "ge_buy_limit": "5000", - "grand_exchange_price": "380", - "durability": null, - "name": "Titan's con. scroll", - "low_alchemy": "214", - "high_alchemy": "322", - "archery_ticket_price": "0", - "id": "12824" - }, - { - "requirements": "{23,99}", - "ge_buy_limit": "5000", - "grand_exchange_price": "646", - "durability": null, - "name": "Steel of legends scroll", - "low_alchemy": "194", - "high_alchemy": "292", - "archery_ticket_price": "0", - "id": "12825" - }, - { - "requirements": "{23,73}", - "ge_buy_limit": "5000", - "grand_exchange_price": "271", - "durability": null, - "name": "Volcanic str. scroll", - "low_alchemy": "211", - "high_alchemy": "317", - "archery_ticket_price": "0", - "id": "12826" - }, - { - "requirements": "{23,93}", - "ge_buy_limit": "5000", - "grand_exchange_price": "310", - "durability": null, - "name": "Essence shipment scroll", - "low_alchemy": "129", - "high_alchemy": "194", - "archery_ticket_price": "0", - "id": "12827" - }, - { - "requirements": "{23,95}", - "ge_buy_limit": "5000", - "grand_exchange_price": "389", - "durability": null, - "name": "Iron within scroll", - "low_alchemy": "214", - "high_alchemy": "322", - "archery_ticket_price": "0", - "id": "12828" - }, - { - "requirements": "{23,46}", - "ge_buy_limit": "5000", - "grand_exchange_price": "146", - "durability": null, - "name": "Immense heat scroll", - "low_alchemy": "127", - "high_alchemy": "191", - "archery_ticket_price": "0", - "id": "12829" - }, - { - "requirements": "{23,70}", - "ge_buy_limit": "5000", - "grand_exchange_price": "149", - "durability": null, - "name": "Famine scroll", - "low_alchemy": "95", - "high_alchemy": "143", - "archery_ticket_price": "0", - "id": "12830" - }, - { - "requirements": "{23,77}", - "ge_buy_limit": "5000", - "grand_exchange_price": "245", - "durability": null, - "name": "Deadly claw scroll", - "low_alchemy": "190", - "high_alchemy": "286", - "archery_ticket_price": "0", - "id": "12831" - }, - { - "requirements": "{23,85}", - "ge_buy_limit": "5000", - "grand_exchange_price": "192", - "durability": null, - "name": "Swamp plague scroll", - "low_alchemy": "166", - "high_alchemy": "250", - "archery_ticket_price": "0", - "id": "12832" - }, - { - "requirements": "{23,89}", - "ge_buy_limit": "5000", - "grand_exchange_price": "294", - "durability": null, - "name": "Boil scroll", - "archery_ticket_price": "0", - "id": "12833" - }, - { - "requirements": "{23,29}", - "ge_buy_limit": "5000", - "grand_exchange_price": "103", - "durability": null, - "name": "Explode scroll", - "low_alchemy": "238", - "high_alchemy": "358", - "archery_ticket_price": "0", - "id": "12834" - }, - { - "requirements": "{23,57}", - "ge_buy_limit": "5000", - "grand_exchange_price": "250", - "durability": null, - "name": "Goad scroll", - "low_alchemy": "170", - "high_alchemy": "256", - "archery_ticket_price": "0", - "id": "12835" - }, - { - "requirements": "{23,57}", - "ge_buy_limit": "5000", - "grand_exchange_price": "1428", - "durability": null, - "name": "Ambush scroll", - "low_alchemy": "169", - "high_alchemy": "254", - "archery_ticket_price": "0", - "id": "12836" - }, - { - "requirements": "{23,83}", - "ge_buy_limit": "5000", - "grand_exchange_price": "300", - "durability": null, - "name": "Ebon thunder scroll", - "low_alchemy": "211", - "high_alchemy": "317", - "archery_ticket_price": "0", - "id": "12837" - }, - { - "requirements": "{17,23}", - "ge_buy_limit": "5000", - "grand_exchange_price": "1", - "durability": null, - "name": "Pester scroll", - "low_alchemy": "17", - "high_alchemy": "26", - "archery_ticket_price": "0", - "id": "12838" - }, - { - "requirements": "{22,23}", - "ge_buy_limit": "5000", - "grand_exchange_price": "78", - "durability": null, - "name": "Fireball assault scroll", - "low_alchemy": "80", - "high_alchemy": "121", - "archery_ticket_price": "0", - "id": "12839" - }, - { - "requirements": "{23,57}", - "ge_buy_limit": "5000", - "grand_exchange_price": "196", - "durability": null, - "name": "Rending scroll", - "low_alchemy": "171", - "high_alchemy": "257", - "archery_ticket_price": "0", - "id": "12840" - }, - { - "requirements": "{23,76}", - "ge_buy_limit": "5000", - "grand_exchange_price": "173", - "durability": null, - "name": "Inferno scroll", - "low_alchemy": "157", - "high_alchemy": "236", - "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, - "low_alchemy": "40", - "high_alchemy": "60", - "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.", - "shop_price": "75", - "examine": "A pair of mystical gloves.", - "durability": null, - "name": "Irit gloves", - "archery_ticket_price": "0", - "id": "12856", - "equipment_slot": "9" - }, - { - "destroy_message": "You can reclaim this item from the place you found it.", - "shop_price": "100", - "examine": "A pair of mystical gloves.", - "durability": null, - "name": "Avantoe gloves", - "archery_ticket_price": "0", - "id": "12857", - "equipment_slot": "9" - }, - { - "destroy_message": "You can reclaim this item from the place you found it.", - "shop_price": "200", - "examine": "A pair of mystical gloves.", - "durability": null, - "name": "Kwuarm gloves", - "archery_ticket_price": "0", - "id": "12858", - "equipment_slot": "9" - }, - { - "destroy_message": "You can reclaim this item from the place you found it.", - "shop_price": "200", - "examine": "A pair of mystical gloves.", - "durability": null, - "name": "Cadantine gloves", - "archery_ticket_price": "0", - "id": "12859", - "equipment_slot": "9" - }, - { - "destroy_message": "You can reclaim this item from the place you found it.", - "shop_price": "200", - "examine": "A pair of mystical gloves.", - "durability": null, - "name": "Swordfish gloves", - "weight": "0.2", - "archery_ticket_price": "0", - "id": "12860", - "equipment_slot": "9" - }, - { - "destroy_message": "You can reclaim this item from the place you found it.", - "shop_price": "200", - "examine": "A pair of mystical gloves", - "durability": null, - "name": "Shark gloves", - "weight": "1", - "archery_ticket_price": "0", - "id": "12861", - "equipment_slot": "9" - }, - { - "destroy_message": "You can reclaim this item from the place you found it.", - "shop_price": "200", - "examine": "A pair of mystical gloves.", - "durability": null, - "name": "Dragon slayer gloves", - "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.", - "shop_price": "75", - "examine": "A pair of mystical gloves.", - "durability": null, - "name": "Air runecrafting gloves", - "tradeable": "false", - "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.", - "shop_price": "75", - "examine": "A pair of mystical gloves.", - "durability": null, - "name": "Water runecrafting gloves", - "tradeable": "false", - "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.", - "shop_price": "75", - "examine": "A pair of mystical gloves.", - "durability": null, - "name": "Earth runecrafting gloves", - "tradeable": "false", - "destroy": "true", - "archery_ticket_price": "0", - "id": "12865", - "equipment_slot": "9" - }, - { - "remove_head": "true", - "requirements": "{1,60}-{6,50}", - "shop_price": "250", - "examine": "Its arcane power is waning.", - "durability": null, - "low_alchemy": "10000", - "high_alchemy": "15000", - "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,60}-{6,50}", - "shop_price": "250", - "examine": "Its arcane power is waning.", - "durability": null, - "low_alchemy": "10000", - "high_alchemy": "15000", - "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,60}-{6,50}", - "shop_price": "250", - "examine": "Its arcane power is waning.", - "durability": null, - "low_alchemy": "10000", - "high_alchemy": "15000", - "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,60}-{6,50}", - "shop_price": "250", - "examine": "Its arcane power is waning.", - "durability": null, - "low_alchemy": "10000", - "high_alchemy": "15000", - "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,60}-{6,50}", - "shop_price": "250", - "examine": "Its arcane power is waning.", - "durability": null, - "low_alchemy": "10000", - "high_alchemy": "15000", - "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,60}-{6,50}", - "shop_price": "250", - "ge_buy_limit": "10", - "examine": "Its arcane power is waning.", - "durability": null, - "low_alchemy": "10000", - "high_alchemy": "15000", - "absorb": "4,3,0", - "equipment_slot": "0", - "grand_exchange_price": "78900", - "name": "Battle hood 0", - "tradeable": "false", - "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": "false", - "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, - "low_alchemy": "20000", - "high_alchemy": "30000", - "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, - "low_alchemy": "20000", - "high_alchemy": "30000", - "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, - "low_alchemy": "20000", - "high_alchemy": "30000", - "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, - "low_alchemy": "20000", - "high_alchemy": "30000", - "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, - "low_alchemy": "20000", - "high_alchemy": "30000", - "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, - "low_alchemy": "20000", - "high_alchemy": "30000", - "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, - "low_alchemy": "16000", - "high_alchemy": "24000", - "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, - "low_alchemy": "16000", - "high_alchemy": "24000", - "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, - "low_alchemy": "16000", - "high_alchemy": "24000", - "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, - "low_alchemy": "16000", - "high_alchemy": "24000", - "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, - "low_alchemy": "16000", - "high_alchemy": "24000", - "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, - "low_alchemy": "16000", - "high_alchemy": "24000", - "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,20}-{6,10}", - "shop_price": "100", - "examine": "A worn-out hood, formerly worn by the followers of Guthix.", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "7", - "equipment_slot": "0", - "grand_exchange_price": "6915", - "name": "Druidic mage hood 100", - "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,20}-{6,10}", - "shop_price": "100", - "examine": "A worn-out hood, formerly worn by the followers of Guthix.", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "7", - "equipment_slot": "0", - "grand_exchange_price": "6915", - "name": "Druidic mage hood 80", - "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,20}-{6,10}", - "shop_price": "100", - "examine": "A worn-out hood, formerly worn by the followers of Guthix.", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "7", - "equipment_slot": "0", - "grand_exchange_price": "6915", - "name": "Druidic mage hood 60", - "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,20}-{6,10}", - "shop_price": "100", - "examine": "A worn-out hood, formerly worn by the followers of Guthix.", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "7", - "equipment_slot": "0", - "grand_exchange_price": "6915", - "name": "Druidic mage hood 40", - "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,20}-{6,10}", - "shop_price": "100", - "examine": "A worn-out hood, formerly worn by the followers of Guthix.", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "7", - "equipment_slot": "0", - "grand_exchange_price": "6915", - "name": "Druidic mage hood 20", - "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,20}-{6,10}", - "shop_price": "100", - "ge_buy_limit": "10", - "examine": "A worn-out hood, formerly worn by the followers of Guthix.", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "7", - "equipment_slot": "0", - "grand_exchange_price": "8504", - "name": "Druidic mage hood 0", - "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": "false", - "archery_ticket_price": "0", - "id": "12893" - }, - { - "requirements": "{1,20}-{6,10}", - "shop_price": "300", - "examine": "A magical robe top worn by followers of Guthix.", - "durability": null, - "low_alchemy": "2400", - "high_alchemy": "3600", - "weight": "4", - "absorb": "2,1,0", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "80273", - "name": "Druidic mage top 100", - "archery_ticket_price": "0", - "id": "12894", - "bonuses": "0,0,0,7,0,0,0,0,7,0,7,0,0,0,0" - }, - { - "requirements": "{1,20}-{6,10}", - "shop_price": "300", - "examine": "A magical robe top worn by followers of Guthix.", - "durability": null, - "low_alchemy": "2400", - "high_alchemy": "3600", - "weight": "4", - "absorb": "2,1,0", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "80273", - "name": "Druidic mage top 80", - "archery_ticket_price": "0", - "id": "12895", - "bonuses": "0,0,0,7,0,0,0,0,7,0,7,0,0,0,0" - }, - { - "requirements": "{1,20}-{6,10}", - "shop_price": "300", - "examine": "A magical robe top worn by followers of Guthix.", - "durability": null, - "low_alchemy": "2400", - "high_alchemy": "3600", - "weight": "4", - "absorb": "2,1,0", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "80273", - "name": "Druidic mage top 60", - "archery_ticket_price": "0", - "id": "12896", - "bonuses": "0,0,0,7,0,0,0,0,7,0,7,0,0,0,0" - }, - { - "requirements": "{1,20}-{6,10}", - "shop_price": "300", - "examine": "A magical robe top worn by followers of Guthix.", - "durability": null, - "low_alchemy": "2400", - "high_alchemy": "3600", - "weight": "4", - "absorb": "2,1,0", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "80273", - "name": "Druidic mage top 40", - "archery_ticket_price": "0", - "id": "12897", - "bonuses": "0,0,0,7,0,0,0,0,7,0,7,0,0,0,0" - }, - { - "requirements": "{1,20}-{6,10}", - "shop_price": "300", - "examine": "A magical robe top worn by followers of Guthix.", - "durability": null, - "low_alchemy": "2400", - "high_alchemy": "3600", - "weight": "4", - "absorb": "2,1,0", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "80273", - "name": "Druidic mage top 20", - "archery_ticket_price": "0", - "id": "12898", - "bonuses": "0,0,0,7,0,0,0,0,7,0,7,0,0,0,0" - }, - { - "requirements": "{1,20}-{6,10}", - "shop_price": "300", - "ge_buy_limit": "10", - "examine": "A magical robe top worn by followers of Guthix.", - "durability": null, - "low_alchemy": "2400", - "high_alchemy": "3600", - "weight": "4", - "absorb": "2,1,0", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "76300", - "name": "Druidic mage top 0", - "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": "false", - "archery_ticket_price": "0", - "id": "12900" - }, - { - "requirements": "{1,20}-{6,10}", - "shop_price": "200", - "examine": "A magical robe bottom worn by a person who follows Guthix.", - "durability": null, - "low_alchemy": "2000", - "high_alchemy": "3000", - "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,20}-{6,10}", - "shop_price": "200", - "examine": "A magical robe bottom worn by a person who follows Guthix.", - "durability": null, - "low_alchemy": "2000", - "high_alchemy": "3000", - "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,20}-{6,10}", - "shop_price": "200", - "examine": "A magical robe bottom worn by a person who follows Guthix.", - "durability": null, - "low_alchemy": "2000", - "high_alchemy": "3000", - "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,20}-{6,10}", - "shop_price": "200", - "examine": "A magical robe bottom worn by a person who follows Guthix.", - "durability": null, - "low_alchemy": "2000", - "high_alchemy": "3000", - "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,20}-{6,10}", - "shop_price": "200", - "examine": "A magical robe bottom worn by a person who follows Guthix.", - "durability": null, - "low_alchemy": "2000", - "high_alchemy": "3000", - "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,20}-{6,10}", - "shop_price": "200", - "ge_buy_limit": "10", - "examine": "A magical robe bottom worn by a person who follows Guthix.", - "durability": null, - "low_alchemy": "2000", - "high_alchemy": "3000", - "weight": "3", - "absorb": "1,0,0", - "equipment_slot": "7", - "grand_exchange_price": "60800", - "name": "Druidic mage bottom 0", - "tradeable": "false", - "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": "false", - "archery_ticket_price": "0", - "id": "12907" - }, - { - "requirements": "{1,35}", - "shop_price": "50", - "examine": "A spiked square shield.", - "durability": null, - "low_alchemy": "1620", - "high_alchemy": "2430", - "weight": "5", - "absorb": "3,0,6", - "equipment_slot": "5", - "grand_exchange_price": "2271", - "name": "Adamant spikeshield 100", - "tradeable": "true", - "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, - "low_alchemy": "1620", - "high_alchemy": "2430", - "weight": "5", - "absorb": "3,0,6", - "equipment_slot": "5", - "grand_exchange_price": "2271", - "name": "Adamant spikeshield 80", - "tradeable": "true", - "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, - "low_alchemy": "1620", - "high_alchemy": "2430", - "weight": "5", - "absorb": "3,0,6", - "equipment_slot": "5", - "grand_exchange_price": "2271", - "name": "Adamant spikeshield 60", - "tradeable": "true", - "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, - "low_alchemy": "1620", - "high_alchemy": "2430", - "weight": "5", - "absorb": "3,0,6", - "equipment_slot": "5", - "grand_exchange_price": "2271", - "name": "Adamant spikeshield 40", - "tradeable": "true", - "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, - "low_alchemy": "1620", - "high_alchemy": "2430", - "weight": "5", - "absorb": "3,0,6", - "equipment_slot": "5", - "grand_exchange_price": "2271", - "name": "Adamant spikeshield 20", - "tradeable": "true", - "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, - "low_alchemy": "1620", - "high_alchemy": "2430", - "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, - "low_alchemy": "2456", - "high_alchemy": "3684", - "weight": "7", - "absorb": "3,0,6", - "equipment_slot": "5", - "grand_exchange_price": "19190", - "name": "Adamant berserker shield 100", - "tradeable": "true", - "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, - "low_alchemy": "2456", - "high_alchemy": "3684", - "weight": "7", - "absorb": "3,0,6", - "equipment_slot": "5", - "grand_exchange_price": "19190", - "name": "Adamant berserker shield 80", - "tradeable": "true", - "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, - "low_alchemy": "2456", - "high_alchemy": "3684", - "weight": "7", - "absorb": "3,0,6", - "equipment_slot": "5", - "grand_exchange_price": "19190", - "name": "Adamant berserker shield 60", - "tradeable": "true", - "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, - "low_alchemy": "2456", - "high_alchemy": "3684", - "weight": "7", - "absorb": "3,0,6", - "equipment_slot": "5", - "grand_exchange_price": "19190", - "name": "Adamant berserker shield 40", - "tradeable": "true", - "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, - "low_alchemy": "2456", - "high_alchemy": "3684", - "weight": "7", - "absorb": "3,0,6", - "equipment_slot": "5", - "grand_exchange_price": "19190", - "name": "Adamant berserker shield 20", - "tradeable": "true", - "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, - "low_alchemy": "2456", - "high_alchemy": "3684", - "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, - "low_alchemy": "2576", - "high_alchemy": "3864", - "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, - "low_alchemy": "2576", - "high_alchemy": "3864", - "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, - "low_alchemy": "2576", - "high_alchemy": "3864", - "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, - "low_alchemy": "2576", - "high_alchemy": "3864", - "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, - "low_alchemy": "2576", - "high_alchemy": "3864", - "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, - "low_alchemy": "2576", - "high_alchemy": "3864", - "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, - "low_alchemy": "25760", - "high_alchemy": "38640", - "weight": "6", - "absorb": "3,0,7", - "equipment_slot": "5", - "grand_exchange_price": "82000", - "name": "Rune berserker shield 100", - "tradeable": "true", - "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, - "low_alchemy": "25760", - "high_alchemy": "38640", - "weight": "6", - "absorb": "3,0,7", - "equipment_slot": "5", - "grand_exchange_price": "82000", - "name": "Rune berserker shield 80", - "tradeable": "true", - "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, - "low_alchemy": "25760", - "high_alchemy": "38640", - "weight": "6", - "absorb": "3,0,7", - "equipment_slot": "5", - "grand_exchange_price": "82000", - "name": "Rune berserker shield 60", - "tradeable": "true", - "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, - "low_alchemy": "25760", - "high_alchemy": "38640", - "weight": "6", - "absorb": "3,0,7", - "equipment_slot": "5", - "grand_exchange_price": "82000", - "name": "Rune berserker shield 40", - "tradeable": "true", - "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, - "low_alchemy": "25760", - "high_alchemy": "38640", - "weight": "6", - "absorb": "3,0,7", - "equipment_slot": "5", - "grand_exchange_price": "82000", - "name": "Rune berserker shield 20", - "tradeable": "true", - "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, - "low_alchemy": "25760", - "high_alchemy": "38640", - "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, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "0.9", - "absorb": "0,3,1", - "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, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "0.9", - "absorb": "0,3,1", - "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, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "0.9", - "absorb": "0,3,1", - "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, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "0.9", - "absorb": "0,3,1", - "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, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "0.9", - "absorb": "0,3,1", - "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, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "0.9", - "absorb": "0,3,1", - "equipment_slot": "0", - "grand_exchange_price": "92700", - "name": "Green d'hide coif 0", - "tradeable": "false", - "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": "false", - "archery_ticket_price": "0", - "id": "12942" - }, - { - "remove_head": "true", - "requirements": "{1,50}-{4,40}", - "shop_price": "200", - "examine": "A coif made of blue dragonhide.", - "durability": null, - "low_alchemy": "2000", - "high_alchemy": "3000", - "weight": "1", - "absorb": "0,3,1", - "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,50}-{4,40}", - "shop_price": "200", - "examine": "A coif made of blue dragonhide.", - "durability": null, - "low_alchemy": "2000", - "high_alchemy": "3000", - "weight": "1", - "absorb": "0,3,1", - "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,50}-{4,40}", - "shop_price": "200", - "examine": "Fully charged: A coif made of blue dragonhide. Fully degraded: A worn out coif made of blue dragonhide.", - "durability": null, - "low_alchemy": "2000", - "high_alchemy": "3000", - "weight": "1", - "absorb": "0,3,1", - "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,50}-{4,40}", - "shop_price": "200", - "examine": "A coif made of blue dragonhide.", - "durability": null, - "low_alchemy": "2000", - "high_alchemy": "3000", - "weight": "1", - "absorb": "0,3,1", - "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,50}-{4,40}", - "shop_price": "200", - "examine": "A coif made of blue dragonhide.", - "durability": null, - "low_alchemy": "2000", - "high_alchemy": "3000", - "weight": "1", - "absorb": "0,3,1", - "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,50}-{4,40}", - "shop_price": "200", - "ge_buy_limit": "100", - "examine": "A worn out coif made of blue dragonhide.", - "durability": null, - "low_alchemy": "2000", - "high_alchemy": "3000", - "weight": "1", - "absorb": "0,3,1", - "equipment_slot": "0", - "grand_exchange_price": "131900", - "name": "Blue d'hide coif 0", - "tradeable": "false", - "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": "false", - "archery_ticket_price": "0", - "id": "12949" - }, - { - "remove_head": "true", - "requirements": "{1,60}-{4,40}", - "shop_price": "300", - "examine": "A coif made of red dragonhide.", - "durability": null, - "low_alchemy": "1400", - "high_alchemy": "2100", - "weight": "1", - "absorb": "0,3,1", - "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,60}-{4,40}", - "shop_price": "300", - "examine": "A coif made of red dragonhide.", - "durability": null, - "low_alchemy": "1400", - "high_alchemy": "2100", - "weight": "1", - "absorb": "0,3,1", - "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,60}-{4,40}", - "shop_price": "300", - "examine": "Fully charged: A coif made of red dragonhide.Fully degraded: A worn out coif made of red dragonhide.", - "durability": null, - "low_alchemy": "1400", - "high_alchemy": "2100", - "weight": "1", - "absorb": "0,3,1", - "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,60}-{4,40}", - "shop_price": "300", - "examine": "A coif made of red dragonhide.", - "durability": null, - "low_alchemy": "1400", - "high_alchemy": "2100", - "weight": "1", - "absorb": "0,3,1", - "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,60}-{4,40}", - "shop_price": "300", - "examine": "A coif made of red dragonhide.", - "durability": null, - "low_alchemy": "1400", - "high_alchemy": "2100", - "weight": "1", - "absorb": "0,3,1", - "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,60}-{4,40}", - "shop_price": "300", - "ge_buy_limit": "100", - "examine": "A worn out coif made of red dragonhide.", - "durability": null, - "low_alchemy": "1400", - "high_alchemy": "2100", - "weight": "1", - "absorb": "0,3,1", - "equipment_slot": "0", - "grand_exchange_price": "156600", - "name": "Red d'hide coif 0", - "tradeable": "false", - "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": "false", - "archery_ticket_price": "0", - "id": "12956" - }, - { - "remove_head": "true", - "requirements": "{1,70}-{4,40}", - "shop_price": "500", - "examine": "A coif made of black dragonhide.", - "durability": null, - "low_alchemy": "2200", - "high_alchemy": "3300", - "weight": "1", - "absorb": "0,3,1", - "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,70}-{4,40}", - "shop_price": "500", - "examine": "A coif made of black dragonhide.", - "durability": null, - "low_alchemy": "2200", - "high_alchemy": "3300", - "weight": "1", - "absorb": "0,3,1", - "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,70}-{4,40}", - "shop_price": "500", - "examine": "A coif made of black dragonhide.", - "durability": null, - "low_alchemy": "2200", - "high_alchemy": "3300", - "weight": "1", - "absorb": "0,3,1", - "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,70}-{4,40}", - "shop_price": "500", - "examine": "A coif made of black dragonhide.", - "durability": null, - "low_alchemy": "2200", - "high_alchemy": "3300", - "weight": "1", - "absorb": "0,3,1", - "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,70}-{4,40}", - "shop_price": "500", - "examine": "Fully charged: A coif made of black dragonhide. Fully degraded: A worn out coif made of black dragonhide.", - "durability": null, - "low_alchemy": "2200", - "high_alchemy": "3300", - "weight": "1", - "absorb": "0,3,1", - "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,70}-{4,40}", - "shop_price": "500", - "ge_buy_limit": "100", - "examine": "A coif made of black dragonhide.", - "durability": null, - "low_alchemy": "2200", - "high_alchemy": "3300", - "weight": "1", - "absorb": "0,3,1", - "equipment_slot": "0", - "grand_exchange_price": "229000", - "name": "Black d'hide coif 0", - "tradeable": "false", - "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": "false", - "archery_ticket_price": "0", - "id": "12963" - }, - { - "remove_head": "true", - "requirements": "{1,20}-{6,10}", - "shop_price": "50", - "examine": "A magical hood, especially created for combat spells.", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "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,20}-{6,10}", - "shop_price": "50", - "examine": "A magical hood, especially created for combat spells.", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "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,20}-{6,10}", - "shop_price": "50", - "examine": "A magical hood, especially created for combat spells.", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "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,20}-{6,10}", - "shop_price": "50", - "examine": "A magical hood, especially created for combat spells.", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "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,20}-{6,10}", - "shop_price": "50", - "examine": "A magical hood, especially created for combat spells.", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "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,20}-{6,10}", - "shop_price": "50", - "ge_buy_limit": "10", - "examine": "A magical hood, especially created for combat spells.", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "weight": "0.8", - "equipment_slot": "0", - "grand_exchange_price": "6511", - "name": "Combat hood 0", - "tradeable": "false", - "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": "false", - "archery_ticket_price": "0", - "id": "12970" - }, - { - "requirements": "{1,20}-{6,10}", - "shop_price": "150", - "examine": "A magical robe top, especially made for combat spells.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "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,20}-{6,10}", - "shop_price": "150", - "examine": "A magical robe top, especially made for combat spells.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "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,20}-{6,10}", - "shop_price": "150", - "examine": "A magical robe top, especially made for combat spells.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "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,20}-{6,10}", - "shop_price": "150", - "examine": "A magical robe top, especially made for combat spells.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "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,20}-{6,10}", - "shop_price": "150", - "examine": "A magical robe top, especially made for combat spells.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "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,20}-{6,10}", - "shop_price": "150", - "ge_buy_limit": "10", - "examine": "A magical robe top, especially made for combat spells.", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "weight": "4", - "absorb": "2,1,0", - "equipment_slot": "4", - "remove_sleeves": "true", - "grand_exchange_price": "61500", - "name": "Combat robe top 0", - "tradeable": "false", - "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": "false", - "archery_ticket_price": "0", - "id": "12977" - }, - { - "requirements": "{1,20}-{6,10}", - "shop_price": "100", - "examine": "A magical robe bottom, especially created for combat spells.", - "durability": null, - "low_alchemy": "1000", - "high_alchemy": "1500", - "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,20}-{6,10}", - "shop_price": "100", - "examine": "A magical robe bottom, especially created for combat spells.", - "durability": null, - "low_alchemy": "1000", - "high_alchemy": "1500", - "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,20}-{6,10}", - "shop_price": "100", - "examine": "A magical robe bottom, especially created for combat spells.", - "durability": null, - "low_alchemy": "1000", - "high_alchemy": "1500", - "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,20}-{6,10}", - "shop_price": "100", - "examine": "A magical robe bottom, especially created for combat spells.", - "durability": null, - "low_alchemy": "1000", - "high_alchemy": "1500", - "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,20}-{6,10}", - "shop_price": "100", - "examine": "A magical robe bottom, especially created for combat spells.", - "durability": null, - "low_alchemy": "1000", - "high_alchemy": "1500", - "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,20}-{6,10}", - "shop_price": "100", - "ge_buy_limit": "10", - "examine": "A magical robe bottom, especially created for combat spells.", - "durability": null, - "low_alchemy": "1000", - "high_alchemy": "1500", - "weight": "3", - "absorb": "1,0,0", - "equipment_slot": "7", - "grand_exchange_price": "47800", - "name": "Combat robe bottom 0", - "tradeable": "false", - "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": "false", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "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": "false", - "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", - "low_alchemy": "120", - "high_alchemy": "180", - "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", - "low_alchemy": "120", - "high_alchemy": "180", - "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": "false", - "archery_ticket_price": "0", - "id": "12990" - }, - { - "requirements": "{1,5}", - "shop_price": "50", - "examine": "I have to keep my hands safe!", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "weight": "10", - "equipment_slot": "9", - "grand_exchange_price": "29844", - "name": "Steel gauntlets", - "archery_ticket_price": "0", - "id": "12991", - "bonuses": "0,0,0,-1,-1,4,5,5,-1,4,4,0,0,0,0" - }, - { - "requirements": "{1,5}", - "shop_price": "50", - "ge_buy_limit": "100", - "examine": "I have to keep my hands safe!", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "weight": "10", - "equipment_slot": "9", - "grand_exchange_price": "27000", - "name": "Worn-out steel gauntlets", - "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": "false", - "archery_ticket_price": "0", - "id": "12993" - }, - { - "requirements": "{1,10}", - "shop_price": "75", - "examine": "I have to keep my hands safe!", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "0.2", - "equipment_slot": "9", - "grand_exchange_price": "50808", - "name": "Black gauntlets", - "archery_ticket_price": "0", - "id": "12994", - "bonuses": "0,0,0,-1,-1,5,6,6,-1,5,5,0,0,0,0" - }, - { - "requirements": "{1,10}", - "shop_price": "75", - "ge_buy_limit": "100", - "examine": "I have to keep my hands safe!", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "weight": "0.2", - "equipment_slot": "9", - "grand_exchange_price": "40100", - "name": "Worn-out black gauntlets", - "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": "false", - "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", - "low_alchemy": "1200", - "high_alchemy": "1800", - "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!", - "durability": null, - "low_alchemy": "1200", - "high_alchemy": "1800", - "equipment_slot": "9", - "grand_exchange_price": "54200", - "name": "Worn-out mithril gauntlets", - "archery_ticket_price": "0", - "id": "12998", - "bonuses": "0,0,0,-1,-1,2,2,2,-1,2,2,0,0,0,0" - }, - { - "ge_buy_limit": "100", - "grand_exchange_price": "54200", - "durability": null, - "name": "Worn-out mithril gauntlets", - "tradeable": "false", - "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.", - "durability": null, - "low_alchemy": "2000", - "high_alchemy": "3000", - "weight": "0.2", - "equipment_slot": "9", - "grand_exchange_price": "74526", - "name": "Adamant gauntlets", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13000", - "bonuses": "0,0,0,-1,-1,8,9,9,-1,8,8,1,0,0,0" - }, - { - "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, - "low_alchemy": "2000", - "high_alchemy": "3000", - "weight": "0.2", - "equipment_slot": "9", - "grand_exchange_price": "71500", - "name": "Worn-out adamant gauntlets", - "tradeable": "false", - "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": "false", - "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.", - "durability": null, - "low_alchemy": "3000", - "high_alchemy": "4500", - "weight": "0.2", - "equipment_slot": "9", - "grand_exchange_price": "95700", - "name": "Rune gauntlets", - "archery_ticket_price": "0", - "id": "13003", - "bonuses": "0,0,0,-1,-1,10,11,11,-1,10,10,2,0,0,0" - }, - { - "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, - "low_alchemy": "3000", - "high_alchemy": "4500", - "weight": "0.2", - "equipment_slot": "9", - "grand_exchange_price": "99900", - "name": "Worn-out rune gauntlets", - "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": "false", - "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!", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "weight": "0.2", - "equipment_slot": "9", - "grand_exchange_price": "214700", - "name": "Dragon gauntlets", - "archery_ticket_price": "0", - "id": "13006", - "bonuses": "0,0,0,-1,-1,14,15,15,-1,14,14,3,0,0,0" - }, - { - "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, - "low_alchemy": "20000", - "high_alchemy": "30000", - "weight": "0.2", - "equipment_slot": "9", - "grand_exchange_price": "166200", - "name": "Worn-out dragon gauntlets", - "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": "false", - "archery_ticket_price": "0", - "id": "13008" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "13011" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "13013" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "13015" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "13017" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "13019" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "13021" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "13023" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "13025" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "13027" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "13029" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "13031" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "13033" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "13035" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "13037" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "13039" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13040" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13041" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "13043" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "13045" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "13047" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13048" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13049" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13050" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "13052" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "13054" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13055" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "13057" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "13059" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13060" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "13062" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "13064" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "13066" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13067" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13068" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13069" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13070" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13071" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13072" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13074" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13075" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "weight": "5", - "archery_ticket_price": "0", - "id": "13077" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13078" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13079" - }, - { - "shop_price": "5000", - "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", - "durability": null, - "name": "Clue scroll", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13080" - }, - { - "ge_buy_limit": "100", - "turn90cw_anim": "821", - "examine": "A black crossbow.", - "walk_anim": "4226", - "low_alchemy": "320", - "turn90ccw_anim": "822", - "attack_speed": "6", - "turn180_anim": "4227", - "equipment_slot": "3", - "grand_exchange_price": "261", - "stand_anim": "4591", - "tradeable": "true", - "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", - "requirements": "{4,33}", - "durability": null, - "high_alchemy": "480", - "weight": "5", - "weapon_interface": "17", - "render_anim": "175", - "attack_audios": "2700,0,0,0", - "name": "Black crossbow" - }, - { - "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.", - "durability": null, - "low_alchemy": "5", - "high_alchemy": "8", - "equipment_slot": "13", - "grand_exchange_price": "55", - "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" - }, - { - "requirements": "{4,33}", - "ge_buy_limit": "100", - "examine": "Black crossbow bolts.", - "durability": null, - "low_alchemy": "5", - "high_alchemy": "8", - "equipment_slot": "13", - "grand_exchange_price": "141", - "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" - }, - { - "requirements": "{4,33}", - "ge_buy_limit": "100", - "examine": "Black crossbow bolts.", - "durability": null, - "low_alchemy": "5", - "high_alchemy": "8", - "equipment_slot": "13", - "grand_exchange_price": "233", - "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" - }, - { - "requirements": "{4,33}", - "ge_buy_limit": "100", - "examine": "Black crossbow bolts.", - "durability": null, - "low_alchemy": "5", - "high_alchemy": "8", - "equipment_slot": "13", - "grand_exchange_price": "1690", - "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" - }, - { - "requirements": "{0,8}", - "ge_buy_limit": "2", - "examine": "A sapphire-topped cane.", - "durability": null, - "low_alchemy": "172", - "high_alchemy": "258", - "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, - "low_alchemy": "576", - "high_alchemy": "864", - "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, - "low_alchemy": "5760", - "high_alchemy": "8640", - "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" - }, - { - "ge_buy_limit": "2", - "examine": "Comes with a free rabbit!", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "weight": "1", - "equipment_slot": "0", - "lendable": "true", - "grand_exchange_price": "160400", - "name": "Top hat", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13101" - }, - { - "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", - "low_alchemy": "100", - "high_alchemy": "150", - "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, - "low_alchemy": "400", - "high_alchemy": "600", - "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", - "ge_buy_limit": "2", - "examine": "Shear elegance.", - "durability": null, - "low_alchemy": "320", - "high_alchemy": "480", - "weight": "1", - "equipment_slot": "0", - "lendable": "true", - "grand_exchange_price": "296700", - "name": "Sheep mask", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13107" - }, - { - "ge_buy_limit": "2", - "grand_exchange_price": "296700", - "durability": null, - "name": "Sheep mask", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13108" - }, - { - "remove_head": "true", - "ge_buy_limit": "2", - "examine": "I can get the look right, but can I do the waddle too?", - "durability": null, - "low_alchemy": "320", - "high_alchemy": "480", - "weight": "1", - "equipment_slot": "0", - "lendable": "true", - "grand_exchange_price": "633600", - "name": "Penguin mask", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13109" - }, - { - "ge_buy_limit": "2", - "grand_exchange_price": "633600", - "durability": null, - "name": "Penguin mask", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13110" - }, - { - "remove_head": "true", - "ge_buy_limit": "2", - "examine": "The bats have left the belltower.", - "durability": null, - "low_alchemy": "320", - "high_alchemy": "480", - "weight": "1", - "equipment_slot": "0", - "lendable": "true", - "grand_exchange_price": "399000", - "name": "Bat mask", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13111" - }, - { - "ge_buy_limit": "2", - "grand_exchange_price": "399000", - "durability": null, - "name": "Bat mask", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13112" - }, - { - "remove_head": "true", - "ge_buy_limit": "2", - "examine": "It's the year of the cat!", - "durability": null, - "low_alchemy": "320", - "high_alchemy": "480", - "equipment_slot": "0", - "lendable": "true", - "grand_exchange_price": "1200000", - "name": "Cat mask", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13113" - }, - { - "ge_buy_limit": "2", - "grand_exchange_price": "1200000", - "durability": null, - "name": "Cat mask", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13114" - }, - { - "remove_head": "true", - "ge_buy_limit": "2", - "examine": "I'm hungry like the wolf.", - "durability": null, - "low_alchemy": "320", - "high_alchemy": "480", - "weight": "1", - "equipment_slot": "0", - "lendable": "true", - "grand_exchange_price": "1500000", - "name": "Wolf mask", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13115" - }, - { - "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, - "low_alchemy": "400", - "high_alchemy": "600", - "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, - "low_alchemy": "400", - "high_alchemy": "600", - "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, - "low_alchemy": "400", - "high_alchemy": "600", - "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, - "low_alchemy": "400", - "high_alchemy": "600", - "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, - "low_alchemy": "400", - "high_alchemy": "600", - "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, - "low_alchemy": "400", - "high_alchemy": "600", - "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, - "low_alchemy": "400", - "high_alchemy": "600", - "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, - "low_alchemy": "400", - "high_alchemy": "600", - "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, - "low_alchemy": "400", - "high_alchemy": "600", - "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, - "low_alchemy": "400", - "high_alchemy": "600", - "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, - "low_alchemy": "400", - "high_alchemy": "600", - "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, - "low_alchemy": "400", - "high_alchemy": "600", - "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, - "low_alchemy": "400", - "high_alchemy": "600", - "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, - "low_alchemy": "400", - "high_alchemy": "600", - "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, - "low_alchemy": "400", - "high_alchemy": "600", - "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, - "low_alchemy": "400", - "high_alchemy": "600", - "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, - "low_alchemy": "400", - "high_alchemy": "600", - "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, - "low_alchemy": "400", - "high_alchemy": "600", - "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, - "low_alchemy": "400", - "high_alchemy": "600", - "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, - "low_alchemy": "400", - "high_alchemy": "600", - "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, - "low_alchemy": "400", - "high_alchemy": "600", - "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, - "low_alchemy": "400", - "high_alchemy": "600", - "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, - "low_alchemy": "400", - "high_alchemy": "600", - "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, - "low_alchemy": "400", - "high_alchemy": "600", - "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, - "low_alchemy": "400", - "high_alchemy": "600", - "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, - "low_alchemy": "400", - "high_alchemy": "600", - "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, - "low_alchemy": "400", - "high_alchemy": "600", - "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, - "low_alchemy": "400", - "high_alchemy": "600", - "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, - "low_alchemy": "400", - "high_alchemy": "600", - "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", - "low_alchemy": "1", - "high_alchemy": "1", - "weight": "1", - "archery_ticket_price": "0", - "id": "13153" - }, - { - "examine": "A chain made from mithril and silver.", - "durability": null, - "name": "Silvthril chain", - "low_alchemy": "1", - "high_alchemy": "1", - "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)", - "low_alchemy": "1", - "high_alchemy": "1", - "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)", - "low_alchemy": "1", - "high_alchemy": "1", - "weight": "1", - "archery_ticket_price": "0", - "id": "13156", - "equipment_slot": "3" - }, - { - "examine": "A Vyrewatch corpse. Just a husk, really.", - "durability": null, - "name": "Vyre corpse", - "low_alchemy": "1", - "high_alchemy": "1", - "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", - "low_alchemy": "2", - "tradeable": "false", - "high_alchemy": "3", - "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.", - "durability": null, - "low_alchemy": "172", - "high_alchemy": "258", - "weight": "0.5", - "attack_speed": "5", - "weapon_interface": "10", - "equipment_slot": "3", - "grand_exchange_price": "115390", - "name": "Black cane", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13163", - "bonuses": "0,-2,16,0,0,0,0,0,0,0,0,13,2,0,0" - }, - { - "examine": "A ruby-topped cane.", - "durability": null, - "low_alchemy": "576", - "high_alchemy": "864", - "weight": "0.5", - "weapon_interface": "10", - "equipment_slot": "3", - "grand_exchange_price": "18514", - "name": "Adamant cane", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13164", - "bonuses": "0,-2,25,0,0,0,0,0,0,0,0,23,3,0,0" - }, - { - "examine": "A diamond-topped cane.", - "durability": null, - "low_alchemy": "5760", - "high_alchemy": "8640", - "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", - "low_alchemy": "80", - "high_alchemy": "120", - "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", - "low_alchemy": "100", - "high_alchemy": "150", - "weight": "0.5", - "archery_ticket_price": "0", - "id": "13167", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "Spikier than normal.", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "weight": "10", - "equipment_slot": "0", - "grand_exchange_price": "39643", - "name": "Spiked helmet", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13168", - "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0" - }, - { - "remove_head": "true", - "examine": "Shear elegance.", - "durability": null, - "low_alchemy": "320", - "high_alchemy": "480", - "weight": "1", - "equipment_slot": "0", - "lendable": "true", - "grand_exchange_price": "313558", - "name": "Sheep mask", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13169" - }, - { - "remove_head": "true", - "examine": "I can get the look right, but can I do the waddle too?", - "durability": null, - "low_alchemy": "320", - "high_alchemy": "480", - "weight": "1", - "equipment_slot": "0", - "lendable": "true", - "grand_exchange_price": "609515", - "name": "Penguin mask", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13170" - }, - { - "remove_head": "true", - "examine": "The bats have left the belltower.", - "durability": null, - "low_alchemy": "320", - "high_alchemy": "480", - "weight": "1", - "equipment_slot": "0", - "lendable": "true", - "grand_exchange_price": "371616", - "name": "Bat mask", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13171" - }, - { - "remove_head": "true", - "lendable": "true", - "examine": "It's the year of the cat!", - "grand_exchange_price": "1066648", - "durability": null, - "name": "Cat mask", - "tradeable": "true", - "low_alchemy": "320", - "high_alchemy": "480", - "archery_ticket_price": "0", - "id": "13172", - "equipment_slot": "0" - }, - { - "remove_head": "true", - "examine": "I'm hungry like the wolf.", - "durability": null, - "low_alchemy": "320", - "high_alchemy": "480", - "weight": "1", - "equipment_slot": "0", - "lendable": "true", - "grand_exchange_price": "1303443", - "name": "Wolf mask", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13173" - }, - { - "shop_price": "100", - "examine": "Not for slackers", - "durability": null, - "name": "Blue navy slacks", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "13174", - "equipment_slot": "7" - }, - { - "shop_price": "100", - "examine": "Not for slackers", - "durability": null, - "name": "Green navy slacks", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "13175", - "equipment_slot": "7" - }, - { - "shop_price": "100", - "examine": "Not for slackers", - "durability": null, - "name": "Red navy slacks", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "13176", - "equipment_slot": "7" - }, - { - "shop_price": "100", - "examine": "Not for slackers", - "durability": null, - "name": "Brown navy slacks", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "13177", - "equipment_slot": "7" - }, - { - "shop_price": "100", - "examine": "Not for slackers", - "durability": null, - "name": "Black navy slacks", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "13178", - "equipment_slot": "7" - }, - { - "shop_price": "100", - "examine": "Not for slackers", - "durability": null, - "name": "Purple navy slacks", - "low_alchemy": "40", - "high_alchemy": "60", - "archery_ticket_price": "0", - "id": "13179", - "equipment_slot": "7" - }, - { - "shop_price": "100", - "examine": "Not for slackers", - "durability": null, - "name": "Grey navy slacks", - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "low_alchemy": "40", - "tradeable": "false", - "high_alchemy": "60", - "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", - "low_alchemy": "40", - "tradeable": "false", - "high_alchemy": "60", - "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", - "low_alchemy": "40", - "tradeable": "false", - "high_alchemy": "60", - "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", - "low_alchemy": "40", - "tradeable": "false", - "high_alchemy": "60", - "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", - "low_alchemy": "40", - "tradeable": "false", - "high_alchemy": "60", - "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", - "low_alchemy": "40", - "tradeable": "false", - "high_alchemy": "60", - "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", - "low_alchemy": "40", - "tradeable": "false", - "high_alchemy": "60", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "20", - "high_alchemy": "30", - "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", - "low_alchemy": "5", - "high_alchemy": "8", - "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, - "low_alchemy": "260", - "high_alchemy": "390", - "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, - "low_alchemy": "160", - "high_alchemy": "240", - "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, - "low_alchemy": "20", - "high_alchemy": "30", - "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, - "low_alchemy": "20", - "high_alchemy": "30", - "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, - "low_alchemy": "20", - "high_alchemy": "30", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "13", - "destroy_message": "Drop", - "grand_exchange_price": "34", - "name": "Broad-tipped bolts", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13280", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,135" - }, - { - "shop_price": "150", - "examine": "An enchanted ring.", - "durability": null, - "low_alchemy": "60", - "high_alchemy": "90", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "12", - "destroy_message": "Drop", - "name": "Ring of slaying(8)", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13281", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "150", - "examine": "An enchanted ring.", - "durability": null, - "low_alchemy": "60", - "high_alchemy": "90", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "12", - "destroy_message": "Drop", - "name": "Ring of slaying(7)", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13282", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "150", - "examine": "An enchanted ring.", - "durability": null, - "low_alchemy": "60", - "high_alchemy": "90", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "12", - "destroy_message": "Drop", - "name": "Ring of slaying(6)", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13283", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "150", - "examine": "An enchanted ring.", - "durability": null, - "low_alchemy": "60", - "high_alchemy": "90", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "12", - "destroy_message": "Drop", - "name": "Ring of slaying(5)", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13284", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "150", - "examine": "An enchanted ring.", - "durability": null, - "low_alchemy": "60", - "high_alchemy": "90", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "12", - "destroy_message": "Drop", - "name": "Ring of slaying(4)", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13285", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "150", - "examine": "An enchanted ring.", - "durability": null, - "low_alchemy": "60", - "high_alchemy": "90", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "12", - "destroy_message": "Drop", - "name": "Ring of slaying(3)", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13286", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "150", - "examine": "An enchanted ring.", - "durability": null, - "low_alchemy": "60", - "high_alchemy": "90", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "12", - "destroy_message": "Drop", - "name": "Ring of slaying(2)", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13287", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "150", - "examine": "An enchanted ring.", - "durability": null, - "low_alchemy": "60", - "high_alchemy": "90", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "12", - "destroy_message": "Drop", - "name": "Ring of slaying(1)", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13288", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "turn90cw_anim": "1207", - "examine": "A razor-sharp sword.", - "walk_anim": "1205", - "low_alchemy": "27200", - "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", - "destroy_message": "Drop", - "grand_exchange_price": "43082", - "stand_anim": "813", - "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,55}-{18,50}", - "shop_price": "68000", - "durability": null, - "high_alchemy": "40800", - "destroy": "true", - "weapon_interface": "5", - "attack_audios": "2500,2500,2517,2500", - "name": "Leaf-bladed sword" - }, - { - "shop_price": "68000", - "examine": "A razor-sharp sword.", - "durability": null, - "low_alchemy": "27200", - "high_alchemy": "40800", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "43082", - "name": "Leaf-bladed sword", - "tradeable": "true", - "archery_ticket_price": "0", - "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.", - "examine": "", - "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.", - "examine": "", - "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.", - "examine": "", - "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" - }, - { - "examine": "", - "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" - }, - { - "examine": "", - "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, - "low_alchemy": "20", - "high_alchemy": "30", - "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": "false", - "archery_ticket_price": "0", - "id": "13337", - "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, - "low_alchemy": "20", - "high_alchemy": "30", - "destroy": "true", - "attack_speed": "4", - "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": "false", - "archery_ticket_price": "0", - "id": "13338" - }, - { - "remove_head": "true", - "shop_price": "100", - "examine": "A (colour) bandana and a patch for the right eye.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Bandana and eyepatch", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13339", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "remove_head": "true", - "shop_price": "100", - "examine": "A (colour) bandana and a patch for both eyes.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Bandana and eyepatches", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13340", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "remove_head": "true", - "shop_price": "100", - "examine": "A (colour) bandana and a patch for the right eye.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Bandana and eyepatch", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13341", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "remove_head": "true", - "shop_price": "100", - "examine": "A (colour) bandana and a patch for both eyes.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Bandana and eyepatches", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13342", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "remove_head": "true", - "shop_price": "100", - "examine": "A (colour) bandana and a patch for the right eye.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Bandana and eyepatch", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13343", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "remove_head": "true", - "shop_price": "100", - "examine": "A (colour) bandana and a patch for both eyes.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Bandana and eyepatches", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13344", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "remove_head": "true", - "shop_price": "100", - "examine": "A (colour) bandana and a patch for the right eye.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Bandana and eyepatch", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13345", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "remove_head": "true", - "shop_price": "100", - "examine": "A (colour) bandana and a patch for both eyes.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Bandana and eyepatches", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13346", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "remove_head": "true", - "shop_price": "100", - "examine": "A (colour) bandana and a patch for the right eye.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Bandana and eyepatch", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13347", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "remove_head": "true", - "shop_price": "100", - "examine": "A (colour) bandana and a patch for both eyes.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Bandana and eyepatches", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13348", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "remove_head": "true", - "shop_price": "100", - "examine": "A (colour) bandana and a patch for the right eye.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Bandana and eyepatch", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13349", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "remove_head": "true", - "shop_price": "100", - "examine": "A (colour) bandana and a patch for both eyes.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Bandana and eyepatches", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13350", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "remove_head": "true", - "shop_price": "100", - "examine": "A (colour) bandana and a patch for the right eye.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Bandana and eyepatch", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13351", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "remove_head": "true", - "shop_price": "100", - "examine": "A (colour) bandana and a patch for both eyes.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Bandana and eyepatches", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13352", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "100", - "examine": "It's dark, and I'm wearing two patches. Hit it!", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Double eyepatches", - "tradeable": "false", - "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, - "low_alchemy": "40", - "high_alchemy": "60", - "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, - "low_alchemy": "40", - "high_alchemy": "60", - "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" - }, - { - "shop_price": "100", - "examine": "A patch for the left eye.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "23485", - "name": "Left eyepatch", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13356" - }, - { - "remove_head": "true", - "shop_price": "100", - "examine": "A hat and a patch.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "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", - "examine": "", - "durability": null, - "low_alchemy": "120", - "high_alchemy": "180", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "4", - "destroy_message": "Drop", - "remove_sleeves": "true", - "name": "Stripy pirate shirt", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13358", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "destroy_message": "Drop", - "shop_price": "300", - "examine": "", - "durability": null, - "name": "Stripy pirate shirt", - "tradeable": "false", - "low_alchemy": "120", - "high_alchemy": "180", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "13359" - }, - { - "shop_price": "300", - "examine": "", - "durability": null, - "low_alchemy": "120", - "high_alchemy": "180", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "4", - "destroy_message": "Drop", - "remove_sleeves": "true", - "name": "Stripy pirate shirt", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13360", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "destroy_message": "Drop", - "shop_price": "300", - "examine": "", - "durability": null, - "name": "Stripy pirate shirt", - "tradeable": "false", - "low_alchemy": "120", - "high_alchemy": "180", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "13361" - }, - { - "shop_price": "300", - "examine": "", - "durability": null, - "low_alchemy": "120", - "high_alchemy": "180", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "4", - "destroy_message": "Drop", - "remove_sleeves": "true", - "name": "Stripy pirate shirt", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13362", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "destroy_message": "Drop", - "shop_price": "300", - "examine": "", - "durability": null, - "name": "Stripy pirate shirt", - "tradeable": "false", - "low_alchemy": "120", - "high_alchemy": "180", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "13363" - }, - { - "shop_price": "350", - "examine": "", - "durability": null, - "low_alchemy": "140", - "high_alchemy": "210", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "7", - "destroy_message": "Drop", - "grand_exchange_price": "1", - "name": "Pirate leggings", - "tradeable": "false", - "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", - "examine": "", - "durability": null, - "low_alchemy": "140", - "high_alchemy": "210", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "1", - "name": "Pirate leggings", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13365" - }, - { - "shop_price": "350", - "examine": "", - "durability": null, - "low_alchemy": "140", - "high_alchemy": "210", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "7", - "destroy_message": "Drop", - "grand_exchange_price": "1", - "name": "Pirate leggings", - "tradeable": "false", - "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", - "examine": "", - "durability": null, - "low_alchemy": "140", - "high_alchemy": "210", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "1", - "name": "Pirate leggings", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13367" - }, - { - "shop_price": "350", - "examine": "", - "durability": null, - "low_alchemy": "140", - "high_alchemy": "210", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "7", - "destroy_message": "Drop", - "grand_exchange_price": "1", - "name": "Pirate leggings", - "tradeable": "false", - "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", - "examine": "", - "durability": null, - "low_alchemy": "140", - "high_alchemy": "210", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "1", - "name": "Pirate leggings", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13369" - }, - { - "remove_head": "true", - "shop_price": "100", - "examine": "Essential pirate wear.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Bandana", - "tradeable": "false", - "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", - "examine": "Essential pirate wear.", - "durability": null, - "name": "Bandana", - "tradeable": "false", - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "13371" - }, - { - "remove_head": "true", - "shop_price": "100", - "examine": "Essential pirate wear.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Bandana", - "tradeable": "false", - "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", - "examine": "Essential pirate wear.", - "durability": null, - "name": "Bandana", - "tradeable": "false", - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "13373" - }, - { - "remove_head": "true", - "shop_price": "100", - "examine": "Essential pirate wear.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Bandana", - "tradeable": "false", - "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", - "examine": "Essential pirate wear.", - "durability": null, - "name": "Bandana", - "tradeable": "false", - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "13375" - }, - { - "remove_head": "true", - "shop_price": "100", - "examine": "A (colour) bandana and a patch for the right eye.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Bandana and eyepatch", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13376", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "remove_head": "true", - "shop_price": "100", - "examine": "A (colour) bandana and a patch for the right eye.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Bandana and eyepatch", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13377", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "remove_head": "true", - "shop_price": "100", - "examine": "A (colour) bandana and a patch for the right eye.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Bandana and eyepatch", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13378", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,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" - }, - { - "examine": "Wall beast fingers in a white fern sauce.", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "name": "Fingers", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13386", - "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" - }, - { - "shop_price": "300", - "examine": "A replica tinderbox made of solid gold.", - "durability": null, - "low_alchemy": "120", - "high_alchemy": "180", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "name": "Golden tinderbox", - "tradeable": "false", - "archery_ticket_price": "0", - "id": "13403", - "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, - "low_alchemy": "48000", - "high_alchemy": "72000", - "destroy": "true", - "attack_speed": "9", - "two_handed": "true", - "weapon_interface": "16", - "absorb": "0,0,0", - "render_anim": "303", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "86850", - "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" - }, - { - "examine": "", - "durability": null, - "low_alchemy": "40000", - "high_alchemy": "60000", - "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" - }, - { - "examine": "This helmet is worn by archers.", - "durability": null, - "low_alchemy": "31200", - "high_alchemy": "46800", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,3,1", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "46334", - "name": "Archer helm", - "archery_ticket_price": "0", - "id": "13407", - "bonuses": "-5,-5,-5,-5,6,6,8,10,6,6,0,0,0,0,0" - }, - { - "examine": "This helmet is worn by berserkers.", - "durability": null, - "low_alchemy": "31200", - "high_alchemy": "46800", - "destroy": "true", - "attack_speed": "4", - "absorb": "1,0,3", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "45978", - "name": "Berserker helm", - "archery_ticket_price": "0", - "id": "13408", - "bonuses": "0,0,0,-5,-5,31,29,33,0,30,7,3,0,0,0" - }, - { - "examine": "This helm is worn by warriors.", - "durability": null, - "low_alchemy": "31200", - "high_alchemy": "46800", - "destroy": "true", - "attack_speed": "4", - "absorb": "1,0,3", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "45664", - "name": "Warrior helm", - "archery_ticket_price": "0", - "id": "13409", - "bonuses": "0,5,0,-5,-5,31,33,29,0,30,7,0,0,0,0" - }, - { - "examine": "This helm is worn by farseers.", - "durability": null, - "low_alchemy": "31200", - "high_alchemy": "46800", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,1,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "45989", - "name": "Farseer helm", - "archery_ticket_price": "0", - "id": "13410", - "bonuses": "-5,-5,-5,6,-5,8,10,12,6,0,7,0,0,0,0" - }, - { - "examine": "Protective headwear made from crabs. Better than it sounds.", - "durability": null, - "low_alchemy": "14080", - "high_alchemy": "21120", - "destroy": "true", - "attack_speed": "4", - "absorb": "1,0,3", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "20378", - "name": "Rock-shell helm", - "archery_ticket_price": "0", - "id": "13411", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,6,0,0,0,0" - }, - { - "examine": "A sturdy body armour made from rock crab pieces.", - "durability": null, - "low_alchemy": "26000", - "high_alchemy": "39000", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,0,6", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "41788", - "name": "Rock-shell plate", - "archery_ticket_price": "0", - "id": "13412", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,30,0,0,0,0" - }, - { - "examine": "Some tough leggings made from rock crab parts.", - "durability": null, - "low_alchemy": "25600", - "high_alchemy": "38400", - "destroy": "true", - "attack_speed": "4", - "absorb": "2,0,4", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "37139", - "name": "Rock-shell legs", - "archery_ticket_price": "0", - "id": "13413", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,10,0,0,0,0" - }, - { - "examine": "A helm fit for any Fremennik ranger.", - "durability": null, - "low_alchemy": "24000", - "high_alchemy": "36000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,3,1", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "37724", - "name": "Spined helm", - "archery_ticket_price": "0", - "id": "13414", - "bonuses": "0,-6,-6,-6,6,6,6,6,6,0,6,0,0,0,0" - }, - { - "examine": "A constant reminder that I'm above a Dagannoth in the food chain.", - "durability": null, - "low_alchemy": "3000", - "high_alchemy": "4500", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,6,3", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "5773", - "name": "Spined body", - "archery_ticket_price": "0", - "id": "13415", - "bonuses": "0,0,0,-15,15,40,32,45,20,40,30,0,0,0,0" - }, - { - "examine": "Stylish leg armour for rangers with a lingering smell of raw fish...", - "durability": null, - "low_alchemy": "1560", - "high_alchemy": "2340", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,4,2", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "2696", - "name": "Spined chaps", - "archery_ticket_price": "0", - "id": "13416", - "bonuses": "0,0,0,-10,8,22,16,24,8,22,10,0,0,0,0" - }, - { - "examine": "Make your foes cower by wearing a skull as a helmet!", - "durability": null, - "low_alchemy": "4000", - "high_alchemy": "6000", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,1,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "39060", - "name": "Skeletal helm", - "archery_ticket_price": "0", - "id": "13417", - "bonuses": "0,0,0,2,-2,10,9,11,3,0,6,0,0,0,0" - }, - { - "examine": "The bones in this armour seems to vibrate with a magic quality...", - "durability": null, - "low_alchemy": "18000", - "high_alchemy": "27000", - "destroy": "true", - "attack_speed": "4", - "absorb": "6,3,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "26289", - "name": "Skeletal top", - "archery_ticket_price": "0", - "id": "13418", - "bonuses": "0,0,0,8,-10,35,25,42,15,0,30,0,0,0,0" - }, - { - "examine": "A superior set of strengthened slacks for any self respecting seer.", - "durability": null, - "low_alchemy": "16000", - "high_alchemy": "24000", - "destroy": "true", - "attack_speed": "4", - "absorb": "4,2,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "24591", - "name": "Skeletal bottoms", - "archery_ticket_price": "0", - "id": "13419", - "bonuses": "0,0,0,6,-7,22,20,24,10,0,10,0,0,0,0" - }, - { - "examine": "Some finely crafted Fremennik boots, made from spined dagannoth hide.", - "durability": null, - "low_alchemy": "260", - "high_alchemy": "390", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "158181", - "name": "Spined boots", - "archery_ticket_price": "0", - "id": "13420", - "bonuses": "0,0,0,0,0,1,1,0,0,0,1,0,0,0,0" - }, - { - "examine": "Some Fremennik boots, made from the shards of a rock crab's shell.", - "durability": null, - "low_alchemy": "260", - "high_alchemy": "390", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "1358", - "name": "Rock-shell boots", - "archery_ticket_price": "0", - "id": "13421", - "bonuses": "0,0,0,0,0,0,1,1,0,0,1,0,0,0,0" - }, - { - "examine": "Some finely crafted Fremennik boots, made from the bones of a Wallasalki.", - "durability": null, - "low_alchemy": "260", - "high_alchemy": "390", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "7788", - "name": "Skeletal boots", - "archery_ticket_price": "0", - "id": "13422", - "bonuses": "0,0,0,0,0,0,1,1,0,0,1,0,0,0,0" - }, - { - "examine": "Fremennik gloves stitched together from spined dagannoth hide.", - "durability": null, - "low_alchemy": "260", - "high_alchemy": "390", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "3027", - "name": "Spined gloves", - "archery_ticket_price": "0", - "id": "13423", - "bonuses": "0,0,0,0,0,1,2,0,0,0,0,0,0,0,0" - }, - { - "examine": "Fremennik gloves stitched together from rock crab shell shards.", - "durability": null, - "low_alchemy": "260", - "high_alchemy": "390", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "12839", - "name": "Rock-shell gloves", - "archery_ticket_price": "0", - "id": "13424", - "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0" - }, - { - "examine": "Fremennik gloves stitched together from wallasalki bones fragments.", - "durability": null, - "low_alchemy": "260", - "high_alchemy": "390", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "25838", - "name": "Skeletal gloves", - "archery_ticket_price": "0", - "id": "13425", - "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0" - }, - { - "examine": "A mysterious ring that can fill the wearer with magical power...", - "durability": null, - "low_alchemy": "4000", - "high_alchemy": "6000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "799703", - "name": "Seers ring", - "archery_ticket_price": "0", - "id": "13426", - "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0" - }, - { - "examine": "A fabled ring that improves the wearer's skill with a bow...", - "durability": null, - "low_alchemy": "4000", - "high_alchemy": "6000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "483521", - "name": "Archers ring", - "archery_ticket_price": "0", - "id": "13427", - "bonuses": "0,0,0,0,4,0,0,0,0,4,0,0,0,0,0" - }, - { - "examine": "A legendary ring once worn by Fremennik warriors.", - "durability": null, - "low_alchemy": "4000", - "high_alchemy": "6000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "361302", - "name": "Warrior ring", - "archery_ticket_price": "0", - "id": "13428", - "bonuses": "0,4,0,0,0,0,4,0,0,0,0,0,0,0,0" - }, - { - "examine": "A ring reputed to bring out a berserk fury in its wearer.", - "durability": null, - "low_alchemy": "4000", - "high_alchemy": "6000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "963418", - "name": "Berserker ring", - "archery_ticket_price": "0", - "id": "13429", - "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, - "low_alchemy": "88000", - "high_alchemy": "132000", - "destroy": "true", - "attack_speed": "7", - "two_handed": "true", - "weapon_interface": "7", - "absorb": "0,0,0", - "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, - "low_alchemy": "8", - "high_alchemy": "12", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "25", - "name": "Crayfish cage", - "archery_ticket_price": "0", - "id": "13431", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "20", - "examine": "Useful for catching crayfish.", - "durability": null, - "low_alchemy": "8", - "high_alchemy": "12", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "25", - "name": "Crayfish cage", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13432" - }, - { - "shop_price": "5", - "examine": "Some cooked crayfish. Eat it to heal.", - "durability": null, - "low_alchemy": "2", - "high_alchemy": "3", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "32", - "name": "Crayfish", - "archery_ticket_price": "0", - "id": "13433", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "5", - "examine": "Some cooked crayfish. Eat it to heal.", - "durability": null, - "low_alchemy": "2", - "high_alchemy": "3", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "32", - "name": "Crayfish", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13434" - }, - { - "shop_price": "5", - "examine": "I should try cooking this. Used in Cooking (1).", - "durability": null, - "low_alchemy": "2", - "high_alchemy": "3", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "41", - "name": "Raw crayfish", - "archery_ticket_price": "0", - "id": "13435", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "5", - "examine": "I should try cooking this. Used in Cooking (1).", - "durability": null, - "low_alchemy": "2", - "high_alchemy": "3", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "41", - "name": "Raw crayfish", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13436" - }, - { - "shop_price": "1", - "durability": null, - "name": "Burnt crayfish", - "archery_ticket_price": "0", - "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", - "durability": null, - "name": "Burnt crayfish", - "tradeable": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "13438" - }, - { - "destroy_message": "", - "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" - }, - { - "destroy_message": "", - "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" - }, - { - "examine": "A very powerful onyx amulet.", - "durability": null, - "low_alchemy": "80800", - "high_alchemy": "121200", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "2285210", - "name": "Amulet of fury", - "archery_ticket_price": "0", - "id": "13442", - "bonuses": "10,10,10,10,10,15,15,15,15,15,15,8,0,5,0" - }, - { - "examine": "A cape woven of obsidian plates.", - "durability": null, - "low_alchemy": "24000", - "high_alchemy": "36000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "56575", - "name": "Obsidian cape", - "archery_ticket_price": "0", - "id": "13443", - "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, - "low_alchemy": "48000", - "high_alchemy": "72000", - "destroy": "true", - "attack_speed": "4", - "weapon_interface": "11", - "absorb": "0,0,0", - "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, - "low_alchemy": "20000", - "high_alchemy": "30000", - "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" - }, - { - "destroy_message": "", - "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" - }, - { - "destroy_message": "", - "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" - }, - { - "destroy_message": "", - "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" - }, - { - "examine": "Protects your head and looks impressive too.", - "durability": null, - "low_alchemy": "60000", - "high_alchemy": "90000", - "destroy": "true", - "attack_speed": "4", - "absorb": "2,0,4", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "5756658", - "name": "Dragon full helm", - "archery_ticket_price": "0", - "id": "13449", - "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, - "low_alchemy": "500000", - "high_alchemy": "750000", - "destroy": "true", - "attack_speed": "6", - "two_handed": "true", - "weapon_interface": "7", - "absorb": "0,0,0", - "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, - "low_alchemy": "500000", - "high_alchemy": "750000", - "destroy": "true", - "attack_speed": "6", - "two_handed": "true", - "weapon_interface": "7", - "absorb": "0,0,0", - "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, - "low_alchemy": "500000", - "high_alchemy": "750000", - "destroy": "true", - "attack_speed": "6", - "two_handed": "true", - "weapon_interface": "7", - "absorb": "0,0,0", - "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, - "low_alchemy": "500000", - "high_alchemy": "750000", - "destroy": "true", - "attack_speed": "6", - "two_handed": "true", - "weapon_interface": "7", - "absorb": "0,0,0", - "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, - "low_alchemy": "40000", - "high_alchemy": "60000", - "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, - "low_alchemy": "8000", - "high_alchemy": "12000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,5,2", - "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, - "low_alchemy": "24000", - "high_alchemy": "36000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,10,5", - "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, - "low_alchemy": "20000", - "high_alchemy": "30000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,7,3", - "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" - }, - { - "examine": "A sturdy chestplate.", - "durability": null, - "low_alchemy": "106000", - "high_alchemy": "159000", - "destroy": "true", - "attack_speed": "4", - "absorb": "4,0,9", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "6460055", - "name": "Bandos chestplate", - "archery_ticket_price": "0", - "id": "13458", - "bonuses": "0,0,0,-15,-10,98,93,105,-6,133,52,4,0,1,0" - }, - { - "examine": "A sturdy pair of tassets.", - "durability": null, - "low_alchemy": "109000", - "high_alchemy": "163500", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,0,6", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "4228256", - "name": "Bandos tassets", - "archery_ticket_price": "0", - "id": "13459", - "bonuses": "0,0,0,-21,-7,71,63,66,-4,93,25,2,0,1,0" - }, - { - "examine": "Some sturdy boots.", - "durability": null, - "low_alchemy": "10000", - "high_alchemy": "15000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "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, - "low_alchemy": "52000", - "high_alchemy": "78000", - "destroy": "true", - "attack_speed": "4", - "two_handed": "true", - "weapon_interface": "7", - "absorb": "0,0,0", - "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, - "low_alchemy": "8000", - "high_alchemy": "12000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "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" - }, - { - "destroy_message": "", - "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 of these from Doric.", - "examine": "Doric's instructions for the task he gave you.", - "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, - "low_alchemy": "12000", - "high_alchemy": "18000", - "destroy": "true", - "attack_speed": "4", - "weapon_interface": "5", - "absorb": "0,0,0", - "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", - "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", - "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", - "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 hatchet.", - "durability": null, - "low_alchemy": "5120", - "high_alchemy": "7680", - "destroy": "true", - "attack_speed": "5", - "weapon_interface": "2", - "absorb": "0,0,0", - "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 hatchet.", - "has_special": "true", - "durability": null, - "low_alchemy": "22000", - "high_alchemy": "33000", - "destroy": "true", - "attack_speed": "5", - "weapon_interface": "2", - "absorb": "0,0,0", - "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, - "low_alchemy": "16640", - "high_alchemy": "24960", - "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, - "low_alchemy": "80000", - "high_alchemy": "120000", - "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,395,395", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "123019", - "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, - "low_alchemy": "16600", - "high_alchemy": "24900", - "destroy": "true", - "attack_speed": "6", - "weapon_interface": "10", - "absorb": "0,0,0", - "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, - "low_alchemy": "12800", - "high_alchemy": "19200", - "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, - "low_alchemy": "40000", - "high_alchemy": "60000", - "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, - "low_alchemy": "10240", - "high_alchemy": "15360", - "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, - "low_alchemy": "40000", - "high_alchemy": "60000", - "destroy": "true", - "attack_speed": "4", - "weapon_interface": "6", - "absorb": "0,0,0", - "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, - "low_alchemy": "130000", - "high_alchemy": "195000", - "destroy": "true", - "attack_speed": "7", - "two_handed": "true", - "weapon_interface": "15", - "absorb": "0,0,0", - "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, - "low_alchemy": "20000", - "high_alchemy": "30000", - "destroy": "true", - "weight": "1.8", - "attack_speed": "5", - "weapon_interface": "8", - "absorb": "0,0,0", - "defence_anim": "397", - "attack_anims": "390,390,381,390", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "28817", - "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, - "low_alchemy": "12800", - "high_alchemy": "19200", - "destroy": "true", - "attack_speed": "5", - "weapon_interface": "4", - "absorb": "0,0,0", - "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" - }, - { - "examine": "A series of connected metal rings.", - "durability": null, - "low_alchemy": "100000", - "high_alchemy": "150000", - "destroy": "true", - "attack_speed": "4", - "absorb": "4,0,9", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "2280904", - "name": "Dragon chainbody", - "archery_ticket_price": "0", - "id": "13481", - "bonuses": "0,0,0,-15,0,81,93,98,-3,82,50,0,0,0,0" - }, - { - "examine": "Provides excellent protection.", - "durability": null, - "low_alchemy": "26000", - "high_alchemy": "39000", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,0,6", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "38062", - "name": "Rune platebody", - "archery_ticket_price": "0", - "id": "13482", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" - }, - { - "examine": "Made from 100% real dragonhide.", - "durability": null, - "low_alchemy": "3120", - "high_alchemy": "4680", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,6,3", - "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, - "low_alchemy": "3744", - "high_alchemy": "5616", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,6,3", - "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, - "low_alchemy": "4492", - "high_alchemy": "6738", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,6,3", - "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, - "low_alchemy": "5392", - "high_alchemy": "8088", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,6,3", - "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" - }, - { - "examine": "These look pretty heavy.", - "durability": null, - "low_alchemy": "25600", - "high_alchemy": "38400", - "destroy": "true", - "attack_speed": "4", - "absorb": "2,0,4", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "37355", - "name": "Rune platelegs", - "archery_ticket_price": "0", - "id": "13487", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" - }, - { - "examine": "Looks pretty heavy.", - "durability": null, - "low_alchemy": "108000", - "high_alchemy": "162000", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,0,6", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "160755", - "name": "Dragon platelegs", - "archery_ticket_price": "0", - "id": "13488", - "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0" - }, - { - "examine": "Designer leg protection.", - "durability": null, - "low_alchemy": "25600", - "high_alchemy": "38400", - "destroy": "true", - "attack_speed": "4", - "absorb": "2,0,4", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "37248", - "name": "Rune plateskirt", - "archery_ticket_price": "0", - "id": "13489", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" - }, - { - "examine": "This looks pretty heavy.", - "durability": null, - "low_alchemy": "108000", - "high_alchemy": "162000", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,0,6", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "161006", - "name": "Dragon plateskirt", - "archery_ticket_price": "0", - "id": "13490", - "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0" - }, - { - "examine": "100% real dragonhide.", - "durability": null, - "low_alchemy": "1560", - "high_alchemy": "2340", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,4,2", - "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, - "low_alchemy": "1728", - "high_alchemy": "2592", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,5,2", - "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, - "low_alchemy": "2072", - "high_alchemy": "3108", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,6,3", - "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, - "low_alchemy": "2488", - "high_alchemy": "3732", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,7,3", - "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, - "low_alchemy": "40000", - "high_alchemy": "60000", - "destroy": "true", - "attack_speed": "4", - "absorb": "2,0,4", - "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" - }, - { - "examine": "A full face helmet.", - "durability": null, - "low_alchemy": "14080", - "high_alchemy": "21120", - "destroy": "true", - "attack_speed": "4", - "absorb": "1,0,3", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "20388", - "name": "Rune full helm", - "archery_ticket_price": "0", - "id": "13496", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" - }, - { - "examine": "Made from 100% real dragonhide.", - "durability": null, - "low_alchemy": "1000", - "high_alchemy": "1500", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "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, - "low_alchemy": "1200", - "high_alchemy": "1800", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "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, - "low_alchemy": "1440", - "high_alchemy": "2160", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "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, - "low_alchemy": "1728", - "high_alchemy": "2592", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "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" - }, - { - "examine": "A wooden helmet.", - "durability": null, - "low_alchemy": "4000", - "high_alchemy": "6000", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,1,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "5210", - "name": "Splitbark helm", - "archery_ticket_price": "0", - "id": "13501", - "bonuses": "0,0,0,3,-2,10,9,11,3,0,7,0,0,0,0" - }, - { - "examine": "Provides good protection.", - "durability": null, - "low_alchemy": "18000", - "high_alchemy": "27000", - "destroy": "true", - "attack_speed": "4", - "absorb": "6,3,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "27106", - "name": "Splitbark body", - "archery_ticket_price": "0", - "id": "13502", - "bonuses": "0,0,0,10,-10,36,26,42,15,0,40,0,0,0,0" - }, - { - "examine": "These should protect my legs.", - "durability": null, - "low_alchemy": "16000", - "high_alchemy": "24000", - "destroy": "true", - "attack_speed": "4", - "absorb": "4,2,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "56050", - "name": "Splitbark legs", - "archery_ticket_price": "0", - "id": "13503", - "bonuses": "0,0,0,7,-7,22,20,25,10,0,15,0,0,0,0" - }, - { - "examine": "These should keep my hands safe.", - "durability": null, - "low_alchemy": "2000", - "high_alchemy": "3000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "2442", - "name": "Splitbark gauntlets", - "archery_ticket_price": "0", - "id": "13504", - "bonuses": "0,0,0,2,-1,3,2,4,2,0,3,0,0,0,0" - }, - { - "examine": "Wooden foot protection.", - "durability": null, - "low_alchemy": "2000", - "high_alchemy": "3000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "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, - "low_alchemy": "200000", - "high_alchemy": "300000", - "destroy": "true", - "attack_speed": "4", - "absorb": "5,0,11", - "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, - "low_alchemy": "21760", - "high_alchemy": "32640", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,0,7", - "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" - }, - { - "examine": "Blue: A magical hat. ", - "durability": null, - "low_alchemy": "6000", - "high_alchemy": "9000", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,1,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "1", - "name": "Mystic hat", - "archery_ticket_price": "0", - "id": "13508", - "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0" - }, - { - "examine": "The upper half of a magical robe.", - "durability": null, - "low_alchemy": "48000", - "high_alchemy": "72000", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,1,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "1", - "name": "Mystic robe top", - "archery_ticket_price": "0", - "id": "13509", - "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0" - }, - { - "examine": "The lower half of a magical robe.", - "durability": null, - "low_alchemy": "32000", - "high_alchemy": "48000", - "destroy": "true", - "attack_speed": "4", - "absorb": "4,2,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "1", - "name": "Mystic robe bottom", - "archery_ticket_price": "0", - "id": "13510", - "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0" - }, - { - "examine": "Bright/Dark magical gloves.", - "durability": null, - "low_alchemy": "4000", - "high_alchemy": "6000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "1", - "name": "Mystic gloves", - "archery_ticket_price": "0", - "id": "13511", - "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0" - }, - { - "examine": "Magical boots.", - "durability": null, - "low_alchemy": "4000", - "high_alchemy": "6000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "1", - "name": "Mystic boots", - "archery_ticket_price": "0", - "id": "13512", - "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0" - }, - { - "examine": "Blue: A magical hat. ", - "durability": null, - "low_alchemy": "6000", - "high_alchemy": "9000", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,1,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "1", - "name": "Mystic hat", - "archery_ticket_price": "0", - "id": "13513", - "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0" - }, - { - "examine": "The upper half of a magical robe.", - "durability": null, - "low_alchemy": "48000", - "high_alchemy": "72000", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,1,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "1", - "name": "Mystic robe top", - "archery_ticket_price": "0", - "id": "13514", - "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0" - }, - { - "examine": "The lower half of a magical robe.", - "durability": null, - "low_alchemy": "32000", - "high_alchemy": "48000", - "destroy": "true", - "attack_speed": "4", - "absorb": "4,2,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "1", - "name": "Mystic robe bottom", - "archery_ticket_price": "0", - "id": "13515", - "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0" - }, - { - "examine": "Bright/Dark magical gloves.", - "durability": null, - "low_alchemy": "4000", - "high_alchemy": "6000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "1", - "name": "Mystic gloves", - "archery_ticket_price": "0", - "id": "13516", - "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0" - }, - { - "examine": "Magical boots.", - "durability": null, - "low_alchemy": "4000", - "high_alchemy": "6000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "1", - "name": "Mystic boots", - "archery_ticket_price": "0", - "id": "13517", - "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0" - }, - { - "examine": "Blue: A magical hat. ", - "durability": null, - "low_alchemy": "6000", - "high_alchemy": "9000", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,1,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "1", - "name": "Mystic hat", - "archery_ticket_price": "0", - "id": "13518", - "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0" - }, - { - "examine": "The upper half of a magical robe.", - "durability": null, - "low_alchemy": "48000", - "high_alchemy": "72000", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,1,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "1", - "name": "Mystic robe top", - "archery_ticket_price": "0", - "id": "13519", - "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0" - }, - { - "examine": "The lower half of a magical robe.", - "durability": null, - "low_alchemy": "32000", - "high_alchemy": "48000", - "destroy": "true", - "attack_speed": "4", - "absorb": "4,2,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "1", - "name": "Mystic robe bottom", - "archery_ticket_price": "0", - "id": "13520", - "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0" - }, - { - "examine": "Bright/Dark magical gloves.", - "durability": null, - "low_alchemy": "4000", - "high_alchemy": "6000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "1", - "name": "Mystic gloves", - "archery_ticket_price": "0", - "id": "13521", - "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0" - }, - { - "examine": "Magical boots.", - "durability": null, - "low_alchemy": "4000", - "high_alchemy": "6000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "1", - "name": "Mystic boots", - "archery_ticket_price": "0", - "id": "13522", - "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, - "low_alchemy": "256", - "high_alchemy": "384", - "destroy": "true", - "attack_speed": "6", - "two_handed": "true", - "weapon_interface": "16", - "absorb": "0,0,0", - "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, - "low_alchemy": "160", - "high_alchemy": "240", - "destroy": "true", - "attack_speed": "4", - "two_handed": "true", - "weapon_interface": "16", - "absorb": "0,0,0", - "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, - "low_alchemy": "512", - "high_alchemy": "768", - "destroy": "true", - "attack_speed": "6", - "two_handed": "true", - "weapon_interface": "16", - "absorb": "0,0,0", - "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, - "low_alchemy": "320", - "high_alchemy": "480", - "destroy": "true", - "attack_speed": "4", - "two_handed": "true", - "weapon_interface": "16", - "absorb": "0,0,0", - "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, - "low_alchemy": "1024", - "high_alchemy": "1536", - "destroy": "true", - "attack_speed": "6", - "two_handed": "true", - "weapon_interface": "16", - "absorb": "0,0,0", - "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, - "low_alchemy": "640", - "high_alchemy": "960", - "destroy": "true", - "attack_speed": "4", - "two_handed": "true", - "weapon_interface": "16", - "absorb": "0,0,0", - "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, - "low_alchemy": "3200", - "high_alchemy": "4800", - "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, - "low_alchemy": "6480", - "high_alchemy": "9720", - "destroy": "true", - "attack_speed": "6", - "weapon_interface": "17", - "absorb": "0,0,0", - "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" - }, - { - "examine": "It's a Santa hat.", - "durability": null, - "low_alchemy": "64", - "high_alchemy": "96", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "130433327", - "name": "Santa hat", - "archery_ticket_price": "0", - "id": "13537", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "examine": "Aaaarrrghhh ... I'm a monster.", - "durability": null, - "low_alchemy": "6", - "high_alchemy": "9", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "104671288", - "name": "Green h'ween mask", - "archery_ticket_price": "0", - "id": "13538", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "examine": "Aaaarrrghhh ... I'm a monster.", - "durability": null, - "low_alchemy": "6", - "high_alchemy": "9", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "127720943", - "name": "Blue h'ween mask", - "archery_ticket_price": "0", - "id": "13539", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "examine": "Aaaarrrghhh ... I'm a monster.", - "durability": null, - "low_alchemy": "6", - "high_alchemy": "9", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "171640098", - "name": "Red h'ween mask", - "archery_ticket_price": "0", - "id": "13540", - "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, - "low_alchemy": "120", - "high_alchemy": "180", - "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, - "low_alchemy": "720", - "high_alchemy": "1080", - "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, - "low_alchemy": "1000", - "high_alchemy": "1500", - "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" - }, - { - "examine": "Ancient range protection crafted from white dragonhide.", - "durability": null, - "low_alchemy": "18000", - "high_alchemy": "27000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,6,3", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "74503559", - "name": "3rd age range top", - "archery_ticket_price": "0", - "id": "13544", - "bonuses": "0,0,0,-15,30,55,47,60,60,55,52,0,0,0,0" - }, - { - "examine": "Fabulously ancient range protection crafted from white dragonhide.", - "durability": null, - "low_alchemy": "16000", - "high_alchemy": "24000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,4,2", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "47837515", - "name": "3rd age range legs", - "archery_ticket_price": "0", - "id": "13545", - "bonuses": "0,0,0,-10,17,31,25,33,30,31,25,0,0,0,0" - }, - { - "examine": "Ancient range protection crafted from white dragonhide.", - "durability": null, - "low_alchemy": "4000", - "high_alchemy": "6000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,3,1", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "9746895", - "name": "3rd age range coif", - "archery_ticket_price": "0", - "id": "13546", - "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, - "low_alchemy": "86000", - "high_alchemy": "129000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "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" - }, - { - "examine": "Ancient mage protection enchanted in the Third-Age.", - "durability": null, - "low_alchemy": "18000", - "high_alchemy": "27000", - "destroy": "true", - "attack_speed": "4", - "absorb": "4,2,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "138719269", - "name": "3rd age robe top", - "archery_ticket_price": "0", - "id": "13548", - "bonuses": "0,0,0,24,0,0,0,0,24,0,24,0,0,0,0" - }, - { - "examine": "Ancient mage protection enchanted in the Third-Age.", - "durability": null, - "low_alchemy": "16000", - "high_alchemy": "24000", - "destroy": "true", - "attack_speed": "4", - "absorb": "4,2,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "89961678", - "name": "3rd age robe", - "archery_ticket_price": "0", - "id": "13549", - "bonuses": "0,0,0,19,0,0,0,0,19,0,20,0,0,0,0" - }, - { - "examine": "Ancient mage protection enchanted in the Third-Age.", - "durability": null, - "low_alchemy": "4000", - "high_alchemy": "6000", - "destroy": "true", - "attack_speed": "4", - "absorb": "2,1,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "14976830", - "name": "3rd age mage hat", - "archery_ticket_price": "0", - "id": "13550", - "bonuses": "0,0,0,8,0,0,0,0,8,0,12,0,0,0,0" - }, - { - "examine": "Ancient mage protection enchanted in the Third-Age.", - "durability": null, - "low_alchemy": "8000", - "high_alchemy": "12000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "35019596", - "name": "3rd age amulet", - "archery_ticket_price": "0", - "id": "13551", - "bonuses": "0,0,0,15,0,0,0,0,10,0,0,0,0,0,0" - }, - { - "examine": "Ancient armour beaten from magical silver.", - "durability": null, - "low_alchemy": "80000", - "high_alchemy": "120000", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,0,6", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "244180930", - "name": "3rd age platelegs", - "archery_ticket_price": "0", - "id": "13552", - "bonuses": "0,0,0,-25,-2,78,76,83,-5,75,25,0,0,0,0" - }, - { - "examine": "Ancient armour beaten from magical silver.", - "durability": null, - "low_alchemy": "80000", - "high_alchemy": "120000", - "destroy": "true", - "attack_speed": "4", - "absorb": "4,0,9", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "266509014", - "name": "3rd age platebody", - "archery_ticket_price": "0", - "id": "13553", - "bonuses": "0,0,0,-20,0,96,108,113,-4,97,52,0,0,0,0" - }, - { - "examine": "Ancient armour beaten from magical silver.", - "durability": null, - "low_alchemy": "36000", - "high_alchemy": "54000", - "destroy": "true", - "attack_speed": "4", - "absorb": "2,0,4", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "50697678", - "name": "3rd age full helmet", - "archery_ticket_price": "0", - "id": "13554", - "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, - "low_alchemy": "72000", - "high_alchemy": "108000", - "destroy": "true", - "attack_speed": "4", - "absorb": "5,0,11", - "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" - }, - { - "examine": "Lightweight boots ideal for rangers.", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "6253527", - "name": "Ranger boots", - "archery_ticket_price": "0", - "id": "13556", - "bonuses": "0,0,0,-10,8,2,3,4,2,0,10,0,0,0,0" - }, - { - "examine": "Slightly magical boots.", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "388955", - "name": "Wizard boots", - "archery_ticket_price": "0", - "id": "13557", - "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0" - }, - { - "examine": "Endorsed by Robin Hood.", - "durability": null, - "low_alchemy": "180", - "high_alchemy": "270", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "1962571", - "name": "Robin hood hat", - "archery_ticket_price": "0", - "id": "13558", - "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, - "low_alchemy": "15", - "high_alchemy": "22", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "100", - "name": "Button mushroom", - "archery_ticket_price": "0", - "id": "13563", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "38", - "examine": "An occasionally edible mushroom.", - "durability": null, - "low_alchemy": "15", - "high_alchemy": "22", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "100", - "name": "Button mushroom", - "tradeable": "true", - "archery_ticket_price": "0", - "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", - "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" - }, - { - "examine": "Useful for mixing things.", - "durability": null, - "low_alchemy": "1", - "high_alchemy": "2", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "106", - "name": "Bowl", - "archery_ticket_price": "0", - "id": "13570", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "examine": "It's a bucket of milk.", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "7", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "177", - "name": "Bucket of milk", - "archery_ticket_price": "0", - "id": "13571", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "examine": "A fresh herb.", - "durability": null, - "low_alchemy": "1", - "high_alchemy": "1", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "595", - "name": "Clean guam", - "archery_ticket_price": "0", - "id": "13572", - "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 RuneScape.", - "durability": null, - "name": "Map of runescape", - "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" - }, - { - "examine": "Used for making notes.", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "290", - "name": "Papyrus", - "archery_ticket_price": "0", - "id": "13577", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "examine": "A lump of charcoal.", - "durability": null, - "low_alchemy": "18", - "high_alchemy": "27", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "296", - "name": "Charcoal", - "archery_ticket_price": "0", - "id": "13578", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "examine": "A slightly muddy spade. ", - "durability": null, - "low_alchemy": "1", - "high_alchemy": "1", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "130", - "name": "Spade", - "archery_ticket_price": "0", - "id": "13579", - "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" - }, - { - "shop_price": "4", - "examine": "I can grind things for potions in this.", - "durability": null, - "low_alchemy": "1", - "high_alchemy": "2", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "169", - "name": "Pestle and mortar", - "archery_ticket_price": "0", - "id": "13587", - "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", - "high_alchemy": "1", - "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" - }, - { - "shop_price": "2", - "examine": "It's an empty bucket. ", - "durability": null, - "high_alchemy": "1", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "39", - "name": "Bucket", - "archery_ticket_price": "0", - "id": "13589", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "destroy_message": "", - "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" - }, - { - "shop_price": "100", - "examine": "A tablet containing a magic spell.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "name": "Runecrafting guild teleport", - "archery_ticket_price": "0", - "id": "13598", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "100", - "examine": "A tablet containing a magic spell.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "name": "Air altar teleport", - "archery_ticket_price": "0", - "id": "13599", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "100", - "examine": "A tablet containing a magic spell.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "name": "Mind altar teleport", - "archery_ticket_price": "0", - "id": "13600", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "100", - "examine": "A tablet containing a magic spell.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "name": "Water altar teleport", - "archery_ticket_price": "0", - "id": "13601", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "100", - "examine": "A tablet containing a magic spell.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "name": "Earth altar teleport", - "archery_ticket_price": "0", - "id": "13602", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "100", - "examine": "A tablet containing a magic spell.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "name": "Fire altar teleport", - "archery_ticket_price": "0", - "id": "13603", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "100", - "examine": "A tablet containing a magic spell.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "name": "Body altar teleport", - "archery_ticket_price": "0", - "id": "13604", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "100", - "examine": "A tablet containing a magic spell.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "name": "Cosmic altar teleport", - "archery_ticket_price": "0", - "id": "13605", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "100", - "examine": "A tablet containing a magic spell.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "name": "Chaos altar teleport", - "archery_ticket_price": "0", - "id": "13606", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "100", - "examine": "A tablet containing a magic spell.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "name": "Nature altar teleport", - "archery_ticket_price": "0", - "id": "13607", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "100", - "examine": "A tablet containing a magic spell.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "name": "Law altar teleport", - "archery_ticket_price": "0", - "id": "13608", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "100", - "examine": "A tablet containing a magic spell.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "name": "Death altar teleport", - "archery_ticket_price": "0", - "id": "13609", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "100", - "examine": "A tablet containing a magic spell.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "name": "Blood altar teleport", - "archery_ticket_price": "0", - "id": "13610", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "100", - "examine": "A tablet containing a magic spell.", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "name": "Astral altar teleport", - "archery_ticket_price": "0", - "id": "13611", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "20", - "examine": "Comes with goggles, for extra safety while Runecrafting.", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "45", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Runecrafter hat", - "archery_ticket_price": "0", - "id": "13612", - "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0" - }, - { - "shop_price": "20", - "examine": "Comes with goggles, for extra safety while Runecrafting.", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "45", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Runecrafter hat", - "archery_ticket_price": "0", - "id": "13613", - "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0" - }, - { - "shop_price": "75", - "examine": "Heavy duty wizard robes.", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "45", - "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" - }, - { - "shop_price": "75", - "examine": "Comes with goggles, for extra safety while Runecrafting.", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "45", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Runecrafter hat", - "archery_ticket_price": "0", - "id": "13615", - "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0" - }, - { - "shop_price": "75", - "examine": "Comes with goggles, for extra safety while Runecrafting.", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "45", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Runecrafter hat", - "archery_ticket_price": "0", - "id": "13616", - "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0" - }, - { - "shop_price": "75", - "examine": "A heavy-duty wizard robe.", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "45", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "7", - "destroy_message": "Drop", - "name": "Runecrafter skirt", - "archery_ticket_price": "0", - "id": "13617", - "bonuses": "0,0,0,4,0,4,4,4,4,4,0,0,0,0,0" - }, - { - "shop_price": "75", - "examine": "Essence can be rough on the hands", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "45", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "9", - "destroy_message": "Drop", - "name": "Runecrafter gloves", - "archery_ticket_price": "0", - "id": "13618", - "bonuses": "0,0,0,2,0,2,2,2,2,2,0,0,0,0,0" - }, - { - "shop_price": "75", - "examine": "Heavy duty wizard robes.", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "45", - "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" - }, - { - "shop_price": "75", - "examine": "Comes with goggles, for extra safety while Runecrafting.", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "45", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Runecrafter hat", - "archery_ticket_price": "0", - "id": "13620", - "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0" - }, - { - "shop_price": "75", - "examine": "Comes with goggles, for extra safety while Runecrafting.", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "45", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Runecrafter hat", - "archery_ticket_price": "0", - "id": "13621", - "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0" - }, - { - "shop_price": "75", - "examine": "A heavy-duty wizard robe.", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "45", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "7", - "destroy_message": "Drop", - "name": "Runecrafter skirt", - "archery_ticket_price": "0", - "id": "13622", - "bonuses": "0,0,0,4,0,4,4,4,4,4,0,0,0,0,0" - }, - { - "shop_price": "75", - "examine": "Essence can be rough on the hands", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "45", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "9", - "destroy_message": "Drop", - "name": "Runecrafter gloves", - "archery_ticket_price": "0", - "id": "13623", - "bonuses": "0,0,0,2,0,2,2,2,2,2,0,0,0,0,0" - }, - { - "shop_price": "75", - "examine": "Heavy duty wizard robes.", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "45", - "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" - }, - { - "shop_price": "75", - "examine": "Comes with goggles, for extra safety while Runecrafting.", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "45", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Runecrafter hat", - "archery_ticket_price": "0", - "id": "13625", - "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0" - }, - { - "shop_price": "75", - "examine": "Comes with goggles, for extra safety while Runecrafting.", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "45", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Runecrafter hat", - "archery_ticket_price": "0", - "id": "13626", - "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0" - }, - { - "shop_price": "75", - "examine": "A heavy-duty wizard robe.", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "45", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "7", - "destroy_message": "Drop", - "name": "Runecrafter skirt", - "archery_ticket_price": "0", - "id": "13627", - "bonuses": "0,0,0,4,0,4,4,4,4,4,0,0,0,0,0" - }, - { - "shop_price": "75", - "examine": "Essence can be rough on the hands", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "45", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "9", - "destroy_message": "Drop", - "name": "Runecrafter gloves", - "archery_ticket_price": "0", - "id": "13628", - "bonuses": "0,0,0,2,0,2,2,2,2,2,0,0,0,0,0" - }, - { - "shop_price": "15", - "examine": "Staff with a holder for a talisman on top.", - "durability": null, - "low_alchemy": "6", - "high_alchemy": "9", - "destroy": "true", - "attack_speed": "5", - "absorb": "0,0,0", - "render_anim": "28", - "destroy_message": "Drop", - "name": "Runecrafting staff", - "archery_ticket_price": "0", - "id": "13629", - "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, - "low_alchemy": "600", - "high_alchemy": "900", - "destroy": "true", - "attack_speed": "5", - "weapon_interface": "1", - "absorb": "0,0,0", - "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, - "low_alchemy": "600", - "high_alchemy": "900", - "destroy": "true", - "attack_speed": "5", - "weapon_interface": "1", - "absorb": "0,0,0", - "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, - "low_alchemy": "600", - "high_alchemy": "900", - "destroy": "true", - "attack_speed": "5", - "weapon_interface": "1", - "absorb": "0,0,0", - "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, - "low_alchemy": "600", - "high_alchemy": "900", - "destroy": "true", - "attack_speed": "5", - "weapon_interface": "1", - "absorb": "0,0,0", - "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, - "low_alchemy": "600", - "high_alchemy": "900", - "destroy": "true", - "attack_speed": "5", - "weapon_interface": "1", - "absorb": "0,0,0", - "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, - "low_alchemy": "600", - "high_alchemy": "900", - "destroy": "true", - "attack_speed": "5", - "weapon_interface": "1", - "absorb": "0,0,0", - "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, - "low_alchemy": "600", - "high_alchemy": "900", - "destroy": "true", - "attack_speed": "5", - "weapon_interface": "1", - "absorb": "0,0,0", - "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, - "low_alchemy": "600", - "high_alchemy": "900", - "destroy": "true", - "attack_speed": "5", - "weapon_interface": "1", - "absorb": "0,0,0", - "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, - "low_alchemy": "600", - "high_alchemy": "900", - "destroy": "true", - "attack_speed": "5", - "weapon_interface": "1", - "absorb": "0,0,0", - "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, - "low_alchemy": "600", - "high_alchemy": "900", - "destroy": "true", - "attack_speed": "5", - "weapon_interface": "1", - "absorb": "0,0,0", - "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, - "low_alchemy": "600", - "high_alchemy": "900", - "destroy": "true", - "attack_speed": "5", - "weapon_interface": "1", - "absorb": "0,0,0", - "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, - "low_alchemy": "600", - "high_alchemy": "900", - "destroy": "true", - "attack_speed": "5", - "weapon_interface": "1", - "absorb": "0,0,0", - "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", - "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" - }, - { - "shop_price": "75", - "examine": "Comes with goggles, for extra safety while Runecrafting.", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "45", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Runecrafter hat", - "archery_ticket_price": "0", - "id": "13656", - "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0" - }, - { - "shop_price": "75", - "examine": "Comes with goggles, for extra safety while Runecrafting.", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "45", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Runecrafter hat", - "archery_ticket_price": "0", - "id": "13657", - "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0" - }, - { - "shop_price": "75", - "examine": "Comes with goggles, for extra safety while Runecrafting.", - "durability": null, - "low_alchemy": "30", - "high_alchemy": "45", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Runecrafter hat", - "archery_ticket_price": "0", - "id": "13658", - "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0" - }, - { - "shop_price": "100", - "examine": "It burns, burns, burns...", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "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" - }, - { - "destroy_message": "To get another pair of Flame Gloves, you need to keep ten beacons alight simultaneously and then talk to King Roald.", - "shop_price": "200", - "examine": "The hottest gloves in town.", - "durability": null, - "name": "Flame gloves", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "13660", - "absorb": "0,0,0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "equipment_slot": "9" - }, - { - "shop_price": "300", - "examine": "Danger: risk of fire.", - "durability": null, - "low_alchemy": "120", - "high_alchemy": "180", - "destroy": "true", - "attack_speed": "5", - "weapon_interface": "2", - "absorb": "0,0,0", - "render_anim": "1096", - "equipment_slot": "3", - "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, - "low_alchemy": "4", - "high_alchemy": "6", - "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, - "low_alchemy": "4", - "high_alchemy": "6", - "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, - "low_alchemy": "4", - "high_alchemy": "6", - "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" - }, - { - "shop_price": "10", - "examine": "These are my funny pants.", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "7", - "destroy_message": "You will need to speak to the ringmaster to get another.", - "name": "Clown leggings", - "archery_ticket_price": "0", - "id": "13669", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "10", - "examine": "For helping clowns stay upright.", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "10", - "destroy_message": "You will need to speak to the ringmaster to get another.", - "name": "Clown shoes", - "archery_ticket_price": "0", - "id": "13670", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "10", - "examine": "For making a happy noise.", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "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" - }, - { - "shop_price": "10", - "examine": "Very stylish.", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "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 one.", - "name": "Ringmaster hat", - "archery_ticket_price": "0", - "id": "13672", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "10", - "examine": "Fits nicely.", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "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" - }, - { - "shop_price": "10", - "examine": "Very stylish.", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "7", - "destroy_message": "You will need to speak to the ringmaster to get another one.", - "name": "Ringmaster pants", - "archery_ticket_price": "0", - "id": "13674", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "10", - "examine": "Shiny.", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "10", - "destroy_message": "You will need to speak to the ringmaster to get another one.", - "name": "Ringmaster boots", - "archery_ticket_price": "0", - "id": "13675", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "10", - "examine": "For shouting at people.", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "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, - "low_alchemy": "4", - "high_alchemy": "6", - "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" - }, - { - "shop_price": "10", - "examine": "Very tight fitting.", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "7", - "destroy_message": "You will need to speak to the ringmaster to get another.", - "name": "Acrobat pants", - "archery_ticket_price": "0", - "id": "13678", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "10", - "examine": "These keep your feet off the floor.", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "10", - "destroy_message": "You will need to speak to the ringmaster to get another.", - "name": "Acrobat shoes", - "archery_ticket_price": "0", - "id": "13679", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "remove_head": "true", - "shop_price": "10", - "examine": "Oh no, I'm bald! Just kidding.", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "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, - "low_alchemy": "4", - "high_alchemy": "6", - "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" - }, - { - "shop_price": "10", - "examine": "Very tight fitting.", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "7", - "destroy_message": "You will need to speak to the ringmaster to get another.", - "name": "Acrobat pants", - "archery_ticket_price": "0", - "id": "13682", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "10", - "examine": "These keep your feet off the floor.", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "10", - "destroy_message": "You will need to speak to the ringmaster to get another.", - "name": "Acrobat shoes", - "archery_ticket_price": "0", - "id": "13683", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "remove_head": "true", - "shop_price": "10", - "examine": "Oh no, I'm bald! Just kidding.", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "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" - }, - { - "shop_price": "10", - "examine": "Very dapper!", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "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": "13685", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "10", - "examine": "Very dapper!", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "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": "13686", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "10", - "examine": "Very dapper!", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "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": "13687", - "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, - "low_alchemy": "4", - "high_alchemy": "6", - "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, - "low_alchemy": "4", - "high_alchemy": "6", - "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, - "low_alchemy": "4", - "high_alchemy": "6", - "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", - "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" - }, - { - "shop_price": "50", - "examine": "Small, shiny bits of rock.", - "durability": null, - "low_alchemy": "20", - "high_alchemy": "30", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "You can mine more if you find another crashed star.", - "name": "Stardust", - "archery_ticket_price": "0", - "id": "13727", - "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,70}", - "shop_price": "70000", - "examine": "An ethereal shield.", - "rare_item": "true", - "durability": null, - "low_alchemy": "28000", - "high_alchemy": "42000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "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,0,1,0" - }, - { - "shop_price": "70000", - "examine": "An ethereal shield.", - "durability": null, - "low_alchemy": "28000", - "high_alchemy": "42000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "39982", - "name": "Spirit shield", - "tradeable": "true", - "archery_ticket_price": "0", - "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, - "low_alchemy": "560000", - "high_alchemy": "840000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "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,0,3,0" - }, - { - "shop_price": "1400000", - "examine": "An ethereal shield that has been blessed with holy powers.", - "durability": null, - "low_alchemy": "560000", - "high_alchemy": "840000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "936814", - "name": "Blessed spirit shield", - "tradeable": "true", - "archery_ticket_price": "0", - "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, - "low_alchemy": "800000", - "high_alchemy": "1200000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "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,0,3,0" - }, - { - "shop_price": "2000000", - "examine": "An ethereal shield with an arcane sigil attached to it.", - "durability": null, - "low_alchemy": "800000", - "high_alchemy": "1200000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "15076199", - "name": "Arcane spirit shield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13739" - }, - { - "requirements": "{1,75}-{5,75}", - "shop_price": "2000000", - "examine": "An ethereal shield with a divine sigil attached to it.", - "durability": null, - "low_alchemy": "800000", - "high_alchemy": "1200000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "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,0,3,0" - }, - { - "shop_price": "2000000", - "examine": "An ethereal shield with a divine sigil attached to it.", - "durability": null, - "low_alchemy": "800000", - "high_alchemy": "1200000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "40003587", - "name": "Divine spirit shield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13741" - }, - { - "requirements": "{1,75}-{5,75}", - "shop_price": "2000000", - "examine": "An ethereal shield with an elysian sigil attached to it.", - "durability": null, - "low_alchemy": "800000", - "high_alchemy": "1200000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "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,0,3,0" - }, - { - "shop_price": "2000000", - "examine": "An ethereal shield with an elysian sigil attached to it.", - "durability": null, - "low_alchemy": "800000", - "high_alchemy": "1200000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "28420591", - "name": "Elysian spirit shield", - "tradeable": "true", - "archery_ticket_price": "0", - "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, - "low_alchemy": "800000", - "high_alchemy": "1200000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "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,0,3,0" - }, - { - "shop_price": "2000000", - "examine": "An ethereal shield with a spectral sigil attached to it.", - "durability": null, - "low_alchemy": "800000", - "high_alchemy": "1200000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "3616112", - "name": "Spectral spirit shield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13745" - }, - { - "shop_price": "750000", - "examine": "A sigil in the shape of an arcane rune.", - "rare_item": "true", - "durability": null, - "low_alchemy": "300000", - "high_alchemy": "450000", - "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" - }, - { - "shop_price": "750000", - "examine": "A sigil in the shape of an arcane rune.", - "durability": null, - "low_alchemy": "300000", - "high_alchemy": "450000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "19508553", - "name": "Arcane sigil", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13747" - }, - { - "shop_price": "750000", - "examine": "A sigil in the shape of a divine symbol.", - "rare_item": "true", - "durability": null, - "low_alchemy": "300000", - "high_alchemy": "450000", - "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" - }, - { - "shop_price": "750000", - "examine": "A sigil in the shape of a divine symbol.", - "durability": null, - "low_alchemy": "300000", - "high_alchemy": "450000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "53026134", - "name": "Divine sigil", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13749" - }, - { - "shop_price": "750000", - "examine": "A sigil marked with elysian signs.", - "rare_item": "true", - "durability": null, - "low_alchemy": "300000", - "high_alchemy": "450000", - "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" - }, - { - "shop_price": "750000", - "examine": "A sigil marked with elysian signs.", - "durability": null, - "low_alchemy": "300000", - "high_alchemy": "450000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "36159098", - "name": "Elysian sigil", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13751" - }, - { - "shop_price": "750000", - "examine": "A sigil tempered with spectral powers.", - "rare_item": "true", - "durability": null, - "low_alchemy": "300000", - "high_alchemy": "450000", - "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" - }, - { - "shop_price": "750000", - "examine": "A sigil tempered with spectral powers.", - "durability": null, - "low_alchemy": "300000", - "high_alchemy": "450000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "3116720", - "name": "Spectral sigil", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13753" - }, - { - "shop_price": "750000", - "examine": "A bottle of holy elixir.", - "rare_item": "true", - "durability": null, - "low_alchemy": "300000", - "high_alchemy": "450000", - "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" - }, - { - "shop_price": "750000", - "examine": "A bottle of holy elixir.", - "durability": null, - "low_alchemy": "300000", - "high_alchemy": "450000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "950904", - "name": "Holy elixir", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13755" - }, - { - "shop_price": "40", - "examine": "Logs cut from cursed willow roots.", - "durability": null, - "low_alchemy": "16", - "high_alchemy": "24", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "name": "Cursed willow logs", - "archery_ticket_price": "0", - "id": "13756", - "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" - }, - { - "examine": "I hope I don't meet any roundheads...", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "name": "Cavalier and mask", - "archery_ticket_price": "0", - "id": "13763", - "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, - "low_alchemy": "2400", - "high_alchemy": "3600", - "destroy": "true", - "attack_speed": "4", - "two_handed": "true", - "weapon_interface": "9", - "absorb": "0,0,0", - "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, - "low_alchemy": "3200", - "high_alchemy": "4800", - "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, - "low_alchemy": "8320", - "high_alchemy": "12480", - "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, - "low_alchemy": "24960", - "high_alchemy": "37440", - "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, - "low_alchemy": "8320", - "high_alchemy": "12480", - "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, - "low_alchemy": "25600", - "high_alchemy": "38400", - "destroy": "true", - "attack_speed": "7", - "two_handed": "true", - "weapon_interface": "7", - "absorb": "0,0,0", - "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, - "low_alchemy": "51200", - "high_alchemy": "76800", - "destroy": "true", - "attack_speed": "7", - "two_handed": "true", - "weapon_interface": "15", - "absorb": "0,0,0", - "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, - "low_alchemy": "5760", - "high_alchemy": "8640", - "destroy": "true", - "attack_speed": "5", - "weapon_interface": "8", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "7917", - "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" - }, - { - "examine": "A series of connected metal rings.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,0,6", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "29145", - "name": "Rune chainbody", - "archery_ticket_price": "0", - "id": "13781", - "bonuses": "0,0,0,-15,0,63,72,78,-3,65,40,0,0,0,0" - }, - { - "examine": "These will protect my feet.", - "durability": null, - "low_alchemy": "5000", - "high_alchemy": "7500", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "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" - }, - { - "examine": "A medium sized helmet.", - "durability": null, - "low_alchemy": "7680", - "high_alchemy": "11520", - "destroy": "true", - "attack_speed": "4", - "absorb": "1,0,3", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "10678", - "name": "Rune med helm", - "archery_ticket_price": "0", - "id": "13783", - "bonuses": "0,0,0,-3,-1,22,23,21,-1,22,7,0,0,0,0" - }, - { - "examine": "A stone helmet.", - "durability": null, - "low_alchemy": "18400", - "high_alchemy": "27600", - "destroy": "true", - "attack_speed": "4", - "absorb": "2,0,4", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "26576", - "name": "Granite helm", - "archery_ticket_price": "0", - "id": "13784", - "bonuses": "0,0,0,-9,-7,31,33,29,-1,39,9,0,0,0,0" - }, - { - "examine": "Provides excellent protection.", - "durability": null, - "low_alchemy": "32000", - "high_alchemy": "48000", - "destroy": "true", - "attack_speed": "4", - "absorb": "4,0,8", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "136414", - "name": "Granite body", - "archery_ticket_price": "0", - "id": "13785", - "bonuses": "0,0,0,-22,-5,87,84,79,-6,97,45,0,0,0,0" - }, - { - "examine": "These look pretty heavy.", - "durability": null, - "low_alchemy": "26400", - "high_alchemy": "39600", - "destroy": "true", - "attack_speed": "4", - "absorb": "2,0,5", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "72213", - "name": "Granite legs", - "archery_ticket_price": "0", - "id": "13786", - "bonuses": "0,0,0,-31,-18,43,45,41,-4,68,20,0,0,0,0" - }, - { - "examine": "A medium square shield.", - "durability": null, - "low_alchemy": "15360", - "high_alchemy": "23040", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,0,7", - "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" - }, - { - "examine": "A solid stone shield.", - "durability": null, - "low_alchemy": "22400", - "high_alchemy": "33600", - "destroy": "true", - "attack_speed": "4", - "absorb": "5,0,10", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "32512", - "name": "Granite shield", - "archery_ticket_price": "0", - "id": "13788", - "bonuses": "0,0,0,-12,-8,40,42,38,0,65,50,0,0,0,0" - }, - { - "examine": "A big 'do about nothing.", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "42991", - "name": "A powdered wig", - "archery_ticket_price": "0", - "id": "13789", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "examine": "These'll help me stay alive.", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "811293", - "name": "Flared trousers", - "archery_ticket_price": "0", - "id": "13790", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "examine": "Alas, someone has slashed my pantaloons.", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "19286", - "name": "Pantaloons", - "archery_ticket_price": "0", - "id": "13791", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "examine": "A cap for wearing whil...zzzzzzzzz", - "durability": null, - "low_alchemy": "800", - "high_alchemy": "1200", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "75357", - "name": "Sleeping cap", - "archery_ticket_price": "0", - "id": "13792", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "examine": "A diamond-topped cane.", - "durability": null, - "low_alchemy": "5760", - "high_alchemy": "8640", - "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" - }, - { - "examine": "Comes with a free rabbit!", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "333537", - "name": "Top hat", - "archery_ticket_price": "0", - "id": "13794", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "examine": "Shear elegance.", - "durability": null, - "low_alchemy": "320", - "high_alchemy": "480", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "582969", - "name": "Sheep mask", - "archery_ticket_price": "0", - "id": "13795", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "examine": "I can get the look right, but can I do the waddle too?", - "durability": null, - "low_alchemy": "320", - "high_alchemy": "480", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "1159807", - "name": "Penguin mask", - "archery_ticket_price": "0", - "id": "13796", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "examine": "The bats have left the belltower.", - "durability": null, - "low_alchemy": "320", - "high_alchemy": "480", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "681595", - "name": "Bat mask", - "archery_ticket_price": "0", - "id": "13797", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "examine": "It's the year of the cat!", - "durability": null, - "low_alchemy": "320", - "high_alchemy": "480", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "2512014", - "name": "Cat mask", - "archery_ticket_price": "0", - "id": "13798", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "examine": "I'm hungry like the wolf.", - "durability": null, - "low_alchemy": "320", - "high_alchemy": "480", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "3240770", - "name": "Wolf mask", - "archery_ticket_price": "0", - "id": "13799", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "examine": "Rune platebody with gold trim.", - "durability": null, - "low_alchemy": "26000", - "high_alchemy": "39000", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,0,6", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "343688", - "name": "Rune platebody (g)", - "archery_ticket_price": "0", - "id": "13800", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" - }, - { - "examine": "Rune platelegs with gold trim.", - "durability": null, - "low_alchemy": "25600", - "high_alchemy": "38400", - "destroy": "true", - "attack_speed": "4", - "absorb": "2,0,4", - "lendable": "true", - "destroy_message": "drop", - "grand_exchange_price": "238139", - "name": "Rune platelegs (g)", - "archery_ticket_price": "0", - "id": "13801", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" - }, - { - "examine": "Rune plateskirt with gold trim.", - "durability": null, - "low_alchemy": "25600", - "high_alchemy": "38400", - "destroy": "true", - "attack_speed": "4", - "absorb": "2,0,4", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "37616", - "name": "Rune plateskirt (g)", - "archery_ticket_price": "0", - "id": "13802", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" - }, - { - "examine": "Rune full helmet with gold trim.", - "durability": null, - "low_alchemy": "14080", - "high_alchemy": "21120", - "destroy": "true", - "attack_speed": "4", - "absorb": "1,0,3", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "247877", - "name": "Rune full helm(g)", - "archery_ticket_price": "0", - "id": "13803", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" - }, - { - "examine": "Rune kiteshield with gold trim", - "durability": null, - "low_alchemy": "21760", - "high_alchemy": "32640", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,0,7", - "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" - }, - { - "examine": "Rune platebody with trim.", - "durability": null, - "low_alchemy": "26000", - "high_alchemy": "39000", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,0,6", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "100586", - "name": "Rune platebody (t)", - "archery_ticket_price": "0", - "id": "13805", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" - }, - { - "examine": "Rune platelegs with trim!", - "durability": null, - "low_alchemy": "25600", - "high_alchemy": "38400", - "destroy": "true", - "attack_speed": "4", - "absorb": "2,0,4", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "81577", - "name": "Rune platelegs (t)", - "archery_ticket_price": "0", - "id": "13806", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" - }, - { - "examine": "Rune plateskirt with trim.", - "durability": null, - "low_alchemy": "25600", - "high_alchemy": "38400", - "destroy": "true", - "attack_speed": "4", - "absorb": "2,0,4", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "37701", - "name": "Rune plateskirt (t)", - "archery_ticket_price": "0", - "id": "13807", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" - }, - { - "examine": "Rune full helmet with trim.", - "durability": null, - "low_alchemy": "14080", - "high_alchemy": "21120", - "destroy": "true", - "attack_speed": "4", - "absorb": "1,0,3", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "95809", - "name": "Rune full helm (t)", - "archery_ticket_price": "0", - "id": "13808", - "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, - "low_alchemy": "21760", - "high_alchemy": "32640", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,0,7", - "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" - }, - { - "examine": "Your money or your life!", - "durability": null, - "low_alchemy": "16", - "high_alchemy": "24", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "252995", - "name": "Highwayman mask", - "archery_ticket_price": "0", - "id": "13810", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "examine": "Parlez-vous francais?", - "durability": null, - "low_alchemy": "32", - "high_alchemy": "48", - "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, - "low_alchemy": "32", - "high_alchemy": "48", - "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, - "low_alchemy": "32", - "high_alchemy": "48", - "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" - }, - { - "examine": "All for one and one for all!", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "42014", - "name": "Tan cavalier", - "archery_ticket_price": "0", - "id": "13814", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "examine": "All for one and one for all!", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "61518", - "name": "Dark cavalier", - "archery_ticket_price": "0", - "id": "13815", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "examine": "All for one and one for all!", - "durability": null, - "low_alchemy": "80", - "high_alchemy": "120", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "338530", - "name": "Black cavalier", - "archery_ticket_price": "0", - "id": "13816", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "examine": "A minimalist's hat.", - "durability": null, - "low_alchemy": "16", - "high_alchemy": "24", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "159694", - "name": "Red headband", - "archery_ticket_price": "0", - "id": "13817", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "examine": "A minimalist's hat.", - "durability": null, - "low_alchemy": "16", - "high_alchemy": "24", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "83543", - "name": "Black headband", - "archery_ticket_price": "0", - "id": "13818", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "examine": "A minimalist's hat.", - "durability": null, - "low_alchemy": "16", - "high_alchemy": "24", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "26474", - "name": "Brown headband", - "archery_ticket_price": "0", - "id": "13819", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "examine": "Rune platebody in the colours of Zamorak.", - "durability": null, - "low_alchemy": "26000", - "high_alchemy": "39000", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,0,6", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "868398", - "name": "Zamorak platebody", - "archery_ticket_price": "0", - "id": "13820", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" - }, - { - "examine": "Rune platelegs in the colours of Zamorak.", - "durability": null, - "low_alchemy": "25600", - "high_alchemy": "38400", - "destroy": "true", - "attack_speed": "4", - "absorb": "2,0,4", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "316989", - "name": "Zamorak platelegs", - "archery_ticket_price": "0", - "id": "13821", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" - }, - { - "examine": "Rune plateskirt in the colours of Zamorak.", - "durability": null, - "low_alchemy": "25600", - "high_alchemy": "38400", - "destroy": "true", - "attack_speed": "4", - "absorb": "2,0,4", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "38597", - "name": "Zamorak plateskirt", - "archery_ticket_price": "0", - "id": "13822", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" - }, - { - "examine": "A full helmet in the colours of Zamorak.", - "durability": null, - "low_alchemy": "14080", - "high_alchemy": "21120", - "destroy": "true", - "attack_speed": "4", - "absorb": "1,0,3", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "618480", - "name": "Zamorak full helm", - "archery_ticket_price": "0", - "id": "13823", - "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, - "low_alchemy": "21760", - "high_alchemy": "32640", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,0,7", - "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" - }, - { - "examine": "Rune platebody in the colours of Saradomin.", - "durability": null, - "low_alchemy": "26000", - "high_alchemy": "39000", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,0,6", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "1555099", - "name": "Saradomin platebody", - "archery_ticket_price": "0", - "id": "13825", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" - }, - { - "examine": "Rune platelegs in the colours of Saradomin!", - "durability": null, - "low_alchemy": "25600", - "high_alchemy": "38400", - "destroy": "true", - "attack_speed": "4", - "absorb": "2,0,4", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "376849", - "name": "Saradomin platelegs", - "archery_ticket_price": "0", - "id": "13826", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" - }, - { - "examine": "Rune plateskirt in the colours of Saradomin.", - "durability": null, - "low_alchemy": "25600", - "high_alchemy": "38400", - "destroy": "true", - "attack_speed": "4", - "absorb": "2,0,4", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "53048", - "name": "Saradomin plateskirt", - "archery_ticket_price": "0", - "id": "13827", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" - }, - { - "examine": "Rune full helmet in the colours of Saradomin.", - "durability": null, - "low_alchemy": "14080", - "high_alchemy": "21120", - "destroy": "true", - "attack_speed": "4", - "absorb": "1,0,3", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "1025974", - "name": "Saradomin full helm", - "archery_ticket_price": "0", - "id": "13828", - "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, - "low_alchemy": "21760", - "high_alchemy": "32640", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,0,7", - "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" - }, - { - "examine": "Rune platebody in the colours of Guthix.", - "durability": null, - "low_alchemy": "6000", - "high_alchemy": "9000", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,0,6", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "406762", - "name": "Guthix platebody", - "archery_ticket_price": "0", - "id": "13830", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" - }, - { - "examine": "Rune platelegs in the colours of Guthix.", - "durability": null, - "low_alchemy": "25600", - "high_alchemy": "38400", - "destroy": "true", - "attack_speed": "4", - "absorb": "2,0,4", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "181471", - "name": "Guthix platelegs", - "archery_ticket_price": "0", - "id": "13831", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" - }, - { - "examine": "Rune plateskirt in the colours of Guthix.", - "durability": null, - "low_alchemy": "25600", - "high_alchemy": "38400", - "destroy": "true", - "attack_speed": "4", - "absorb": "2,0,4", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "38388", - "name": "Guthix plateskirt", - "archery_ticket_price": "0", - "id": "13832", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" - }, - { - "examine": "A rune full helmet in the colours of Guthix.", - "durability": null, - "low_alchemy": "14080", - "high_alchemy": "21120", - "destroy": "true", - "attack_speed": "4", - "absorb": "1,0,3", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "399963", - "name": "Guthix full helm", - "archery_ticket_price": "0", - "id": "13833", - "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, - "low_alchemy": "21760", - "high_alchemy": "32640", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,0,7", - "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" - }, - { - "examine": "Rune platebody with complete gold trim & plating.", - "durability": null, - "low_alchemy": "26000", - "high_alchemy": "39000", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,0,6", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "2034838", - "name": "Gilded platebody", - "archery_ticket_price": "0", - "id": "13835", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" - }, - { - "examine": "Rune platelegs with gold plate.", - "durability": null, - "low_alchemy": "25600", - "high_alchemy": "38400", - "destroy": "true", - "attack_speed": "4", - "absorb": "2,0,4", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "1299758", - "name": "Gilded platelegs", - "archery_ticket_price": "0", - "id": "13836", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" - }, - { - "examine": "Rune plateskirt with gold plate.", - "durability": null, - "low_alchemy": "25600", - "high_alchemy": "38400", - "destroy": "true", - "attack_speed": "4", - "absorb": "2,0,4", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "84191", - "name": "Gilded plateskirt", - "archery_ticket_price": "0", - "id": "13837", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" - }, - { - "examine": "Rune full helmet with gold plate.", - "durability": null, - "low_alchemy": "14080", - "high_alchemy": "21120", - "destroy": "true", - "attack_speed": "4", - "absorb": "1,0,3", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "1057068", - "name": "Gilded full helm", - "archery_ticket_price": "0", - "id": "13838", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" - }, - { - "examine": "Rune kiteshield with gold plate.", - "durability": null, - "low_alchemy": "21760", - "high_alchemy": "32640", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,0,7", - "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" - }, - { - "shop_price": "50000", - "examine": "A pair of gloves that gives you bonus Atk, Def, Str and LP xp.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "destroy": "true", - "attack_speed": "4", - "absorb": "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?", - "name": "Brawling gloves (melee)", - "archery_ticket_price": "0", - "id": "13845", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "50000", - "examine": "A pair of gloves that gives you bonus Ranged xp.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "destroy": "true", - "attack_speed": "4", - "absorb": "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?", - "name": "Brawling gloves (ranged)", - "archery_ticket_price": "0", - "id": "13846", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "50000", - "examine": "A pair of gloves that gives you bonus Magic xp.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "destroy": "true", - "attack_speed": "4", - "absorb": "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?", - "name": "Brawling gloves (magic)", - "archery_ticket_price": "0", - "id": "13847", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "50000", - "examine": "A pair of gloves that gives you bonus Prayer xp.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "destroy": "true", - "attack_speed": "4", - "absorb": "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?", - "name": "Brawling gloves (prayer)", - "archery_ticket_price": "0", - "id": "13848", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "50000", - "examine": "A pair of gloves that gives you bonus Agility xp.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "destroy": "true", - "attack_speed": "4", - "absorb": "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?", - "name": "Brawling gloves (agility)", - "archery_ticket_price": "0", - "id": "13849", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "50000", - "examine": "A pair of gloves that gives you bonus Woodcutting xp.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "destroy": "true", - "attack_speed": "4", - "absorb": "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?", - "name": "Brawling gloves (wc)", - "archery_ticket_price": "0", - "id": "13850", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "50000", - "examine": "A pair of gloves that gives you bonus Firemaking xp.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "destroy": "true", - "attack_speed": "4", - "absorb": "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?", - "name": "Brawling gloves (fm)", - "archery_ticket_price": "0", - "id": "13851", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "50000", - "examine": "A pair of gloves that gives you bonus Mining xp.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "destroy": "true", - "attack_speed": "4", - "absorb": "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?", - "name": "Brawling gloves (mining)", - "archery_ticket_price": "0", - "id": "13852", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "50000", - "examine": "A pair of gloves that gives you bonus Hunting xp.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "destroy": "true", - "attack_speed": "4", - "absorb": "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?", - "name": "Brawling gloves (hunter)", - "archery_ticket_price": "0", - "id": "13853", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "50000", - "examine": "A pair of gloves that gives you bonus Thieving xp.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "destroy": "true", - "attack_speed": "4", - "absorb": "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?", - "name": "Brawling gloves (thieving)", - "archery_ticket_price": "0", - "id": "13854", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "50000", - "examine": "A pair of gloves that gives you bonus Smithing xp.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "destroy": "true", - "attack_speed": "4", - "absorb": "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?", - "name": "Brawling gloves (smithing)", - "archery_ticket_price": "0", - "id": "13855", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "50000", - "examine": "A pair of gloves that gives you bonus Fishing xp.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "destroy": "true", - "attack_speed": "4", - "absorb": "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?", - "name": "Brawling gloves (fishing)", - "archery_ticket_price": "0", - "id": "13856", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "50000", - "examine": "A pair of gloves that gives you bonus Cooking xp.", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "destroy": "true", - "attack_speed": "4", - "absorb": "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?", - "name": "Brawling gloves (cooking)", - "archery_ticket_price": "0", - "id": "13857", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "500000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}-{6,78}", - "durability": null, - "low_alchemy": "200000", - "high_alchemy": "300000", - "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", - "archery_ticket_price": "0", - "id": "13858", - "bonuses": "0,0,0,35,-10,63,45,74,35,0,60,0,0,0,0" - }, - { - "shop_price": "500000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}-{6,78}", - "durability": null, - "low_alchemy": "200000", - "high_alchemy": "300000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "1412812", - "name": "Zuriel's robe top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13859" - }, - { - "shop_price": "300000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}-{6,78}", - "durability": null, - "low_alchemy": "200000", - "high_alchemy": "300000", - "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" - }, - { - "shop_price": "500000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}-{6,78}", - "durability": null, - "low_alchemy": "200000", - "high_alchemy": "300000", - "destroy": "true", - "attack_speed": "4", - "absorb": "8,4,0", - "equipment_slot": "7", - "destroy_message": "Drop", - "grand_exchange_price": "986668", - "name": "Zuriel's robe bottom", - "archery_ticket_price": "0", - "id": "13861", - "bonuses": "0,0,0,25,-7,38,35,44,24,0,30,0,0,0,0" - }, - { - "shop_price": "500000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}-{6,78}", - "durability": null, - "low_alchemy": "200000", - "high_alchemy": "300000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "986668", - "name": "Zuriel's robe bottom", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13862" - }, - { - "shop_price": "300000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}-{6,78}", - "durability": null, - "low_alchemy": "200000", - "high_alchemy": "300000", - "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", - "shop_price": "250000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}-{6,78}", - "durability": null, - "low_alchemy": "100000", - "high_alchemy": "150000", - "destroy": "true", - "attack_speed": "4", - "absorb": "6,3,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "grand_exchange_price": "361542", - "name": "Zuriel's hood", - "archery_ticket_price": "0", - "id": "13864", - "bonuses": "0,0,0,8,-2,20,16,22,8,0,15,0,0,0,0" - }, - { - "shop_price": "250000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}-{6,78}", - "durability": null, - "low_alchemy": "100000", - "high_alchemy": "150000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "361542", - "name": "Zuriel's hood", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13865" - }, - { - "remove_head": "true", - "shop_price": "150000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}-{6,78}", - "durability": null, - "low_alchemy": "100000", - "high_alchemy": "150000", - "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.", - "requirements": "{6,78}", - "walk_anim": "1205", - "rare_item": "true", - "low_alchemy": "120000", - "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": "13867", - "stand_turn_anim": "1209", - "bonuses": "13,-1,65,18,0,5,7,4,18,0,0,72,0,0,10", - "shop_price": "300000", - "durability": null, - "high_alchemy": "180000", - "destroy": "true", - "weapon_interface": "1", - "render_anim": "28", - "attack_audios": "2555,0,0,0", - "name": "Zuriel's staff" - }, - { - "shop_price": "300000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{6,78}", - "durability": null, - "low_alchemy": "120000", - "high_alchemy": "180000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "2116989", - "name": "Zuriel's staff", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13868" - }, - { - "turn90cw_anim": "1207", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{6,78}", - "walk_anim": "1205", - "rare_item": "true", - "low_alchemy": "120000", - "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": "", - "shop_price": "300000", - "durability": null, - "high_alchemy": "180000", - "destroy": "true", - "weapon_interface": "1", - "render_anim": "28", - "attack_audios": "2555,0,0,0", - "name": "Zuriel's staff (deg)" - }, - { - "shop_price": "500000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}-{4,78}", - "durability": null, - "low_alchemy": "200000", - "high_alchemy": "300000", - "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", - "archery_ticket_price": "0", - "id": "13870", - "bonuses": "0,0,0,-15,36,61,53,66,75,62,60,0,0,0,0" - }, - { - "shop_price": "500000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}-{4,78}", - "durability": null, - "low_alchemy": "200000", - "high_alchemy": "300000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "926341", - "name": "Morrigan's leather body", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13871" - }, - { - "shop_price": "300000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}-{4,78}", - "durability": null, - "low_alchemy": "200000", - "high_alchemy": "300000", - "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" - }, - { - "shop_price": "500000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}-{4,78}", - "durability": null, - "low_alchemy": "200000", - "high_alchemy": "300000", - "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", - "archery_ticket_price": "0", - "id": "13873", - "bonuses": "0,0,0,-10,23,35,29,37,46,35,30,0,0,0,0" - }, - { - "shop_price": "500000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}-{4,78}", - "durability": null, - "low_alchemy": "200000", - "high_alchemy": "300000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop, Destroy after degrading.", - "grand_exchange_price": "510395", - "name": "Morrigan's leather chaps", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13874" - }, - { - "shop_price": "300000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}-{4,78}", - "durability": null, - "low_alchemy": "200000", - "high_alchemy": "300000", - "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", - "shop_price": "250000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}-{4,78}", - "durability": null, - "low_alchemy": "100000", - "high_alchemy": "150000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,6,3", - "equipment_slot": "0", - "destroy_message": "Drop", - "grand_exchange_price": "236411", - "name": "Morrigan's coif", - "archery_ticket_price": "0", - "id": "13876", - "bonuses": "0,0,0,-5,13,8,11,14,8,12,15,0,0,0,0" - }, - { - "shop_price": "250000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}-{4,78}", - "durability": null, - "low_alchemy": "100000", - "high_alchemy": "150000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "236411", - "name": "Morrigan's coif", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13877" - }, - { - "remove_head": "true", - "shop_price": "150000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}-{4,78}", - "durability": null, - "low_alchemy": "100000", - "high_alchemy": "150000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,6,3", - "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" - }, - { - "shop_price": "4000", - "examine": "A vicious javelin.", - "requirements": "{4,78}", - "has_special": "true", - "durability": null, - "low_alchemy": "1600", - "high_alchemy": "2400", - "destroy": "true", - "attack_speed": "6", - "weapon_interface": "18", - "absorb": "0,0,0", - "render_anim": "1381", - "equipment_slot": "3", - "destroy_message": "Drop", - "grand_exchange_price": "19944", - "name": "Morrigan's javelin", - "archery_ticket_price": "0", - "id": "13879", - "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "10000", - "examine": "A vicious javelin.", - "requirements": "{4,78}", - "has_special": "true", - "durability": null, - "low_alchemy": "1600", - "high_alchemy": "2400", - "destroy": "true", - "attack_speed": "6", - "weapon_interface": "18", - "absorb": "0,0,0", - "render_anim": "1381", - "equipment_slot": "3", - "destroy_message": "Drop", - "grand_exchange_price": "19944", - "name": "Morrigan's javelin(p)", - "archery_ticket_price": "0", - "id": "13880", - "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "10000", - "examine": "A vicious javelin.", - "requirements": "{4,78}", - "has_special": "true", - "durability": null, - "low_alchemy": "1600", - "high_alchemy": "2400", - "destroy": "true", - "attack_speed": "6", - "weapon_interface": "18", - "absorb": "0,0,0", - "render_anim": "1381", - "equipment_slot": "3", - "destroy_message": "Drop", - "grand_exchange_price": "19944", - "name": "Morrigan's javelin(p+)", - "archery_ticket_price": "0", - "id": "13881", - "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "10000", - "examine": "A vicious javelin.", - "requirements": "{4,78}", - "has_special": "true", - "durability": null, - "low_alchemy": "1600", - "high_alchemy": "2400", - "destroy": "true", - "attack_speed": "6", - "weapon_interface": "18", - "absorb": "0,0,0", - "render_anim": "1381", - "equipment_slot": "3", - "destroy_message": "Drop", - "grand_exchange_price": "19944", - "name": "Morrigan's javelin(p++)", - "archery_ticket_price": "0", - "id": "13882", - "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "4000", - "examine": "A vicious throwing axe.", - "requirements": "{4,78}", - "has_special": "true", - "durability": null, - "low_alchemy": "1600", - "high_alchemy": "2400", - "destroy": "true", - "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", - "archery_ticket_price": "0", - "id": "13883", - "bonuses": "0,0,0,0,93,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "500000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}", - "durability": null, - "low_alchemy": "200000", - "high_alchemy": "300000", - "destroy": "true", - "attack_speed": "4", - "absorb": "6,0,12", - "equipment_slot": "4", - "destroy_message": "Drop", - "remove_sleeves": "true", - "grand_exchange_price": "1619096", - "name": "Statius's platebody", - "archery_ticket_price": "0", - "id": "13884", - "bonuses": "5,5,7,-30,-10,154,145,121,-6,157,60,5,0,0,0" - }, - { - "shop_price": "500000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}", - "durability": null, - "low_alchemy": "200000", - "high_alchemy": "300000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "1619096", - "name": "Statius's platebody", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13885" - }, - { - "shop_price": "300000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}", - "durability": null, - "low_alchemy": "200000", - "high_alchemy": "300000", - "destroy": "true", - "attack_speed": "4", - "absorb": "6,0,12", - "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" - }, - { - "shop_price": "500000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}", - "durability": null, - "low_alchemy": "200000", - "high_alchemy": "300000", - "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", - "archery_ticket_price": "0", - "id": "13887", - "bonuses": "5,7,7,-15,0,120,131,145,-3,140,60,6,0,0,0" - }, - { - "shop_price": "500000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}", - "durability": null, - "low_alchemy": "200000", - "high_alchemy": "300000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop, Destroy once it has been degraded.", - "grand_exchange_price": "2154168", - "name": "Vesta's chainbody", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13888" - }, - { - "shop_price": "300000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}", - "durability": null, - "low_alchemy": "200000", - "high_alchemy": "300000", - "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" - }, - { - "shop_price": "500000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}", - "durability": null, - "low_alchemy": "200000", - "high_alchemy": "300000", - "destroy": "true", - "attack_speed": "4", - "absorb": "4,0,8", - "equipment_slot": "7", - "destroy_message": "Drop", - "grand_exchange_price": "1735029", - "name": "Statius's platelegs", - "archery_ticket_price": "0", - "id": "13890", - "bonuses": "3,3,5,-21,-7,110,106,97,-4,121,30,3,0,0,0" - }, - { - "shop_price": "500000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}", - "durability": null, - "low_alchemy": "200000", - "high_alchemy": "300000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "1735029", - "name": "Statius's platelegs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13891" - }, - { - "shop_price": "300000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}", - "durability": null, - "low_alchemy": "200000", - "high_alchemy": "300000", - "destroy": "true", - "attack_speed": "4", - "absorb": "4,0,8", - "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" - }, - { - "shop_price": "500000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}", - "durability": null, - "low_alchemy": "200000", - "high_alchemy": "300000", - "destroy": "true", - "attack_speed": "4", - "absorb": "4,0,8", - "equipment_slot": "7", - "destroy_message": "Drop", - "grand_exchange_price": "1860767", - "name": "Vesta's plateskirt", - "archery_ticket_price": "0", - "id": "13893", - "bonuses": "3,5,5,-17,-4,86,100,112,-2,118,30,3,0,0,0" - }, - { - "shop_price": "500000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}", - "durability": null, - "low_alchemy": "200000", - "high_alchemy": "300000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "1860767", - "name": "Vesta's plateskirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13894" - }, - { - "shop_price": "300000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}", - "durability": null, - "low_alchemy": "200000", - "high_alchemy": "300000", - "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", - "shop_price": "250000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}", - "durability": null, - "low_alchemy": "100000", - "high_alchemy": "150000", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,0,6", - "equipment_slot": "0", - "destroy_message": "Drop", - "grand_exchange_price": "1301986", - "name": "Statius's full helm", - "archery_ticket_price": "0", - "id": "13896", - "bonuses": "3,3,4,-6,-2,65,70,63,-1,71,15,3,0,0,0" - }, - { - "shop_price": "250000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}", - "durability": null, - "low_alchemy": "100000", - "high_alchemy": "150000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "1301986", - "name": "Statius's full helm", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13897" - }, - { - "remove_head": "true", - "shop_price": "150000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{1,78}", - "durability": null, - "low_alchemy": "100000", - "high_alchemy": "150000", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,0,6", - "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.", - "requirements": "{0,78}", - "walk_anim": "1205", - "has_special": "true", - "rare_item": "true", - "low_alchemy": "120000", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "turn180_anim": "1206", - "absorb": "0,0,0", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "381,390,390,390", - "destroy_message": "Drop", - "grand_exchange_price": "10464249", - "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", - "shop_price": "300000", - "durability": null, - "high_alchemy": "180000", - "destroy": "true", - "weapon_interface": "5", - "render_anim": "1426", - "attack_audios": "2500,2500,2517,2500", - "name": "Vesta's longsword" - }, - { - "shop_price": "300000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{0,78}", - "durability": null, - "low_alchemy": "120000", - "high_alchemy": "180000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "10464249", - "name": "Vesta's longsword", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13900" - }, - { - "turn90cw_anim": "1207", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{0,78}", - "walk_anim": "1205", - "has_special": "true", - "rare_item": "true", - "low_alchemy": "120000", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "turn180_anim": "1206", - "absorb": "0,0,0", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "381,390,390,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, - "high_alchemy": "180000", - "destroy": "true", - "weapon_interface": "5", - "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.", - "requirements": "{0,78}", - "walk_anim": "819", - "has_special": "true", - "low_alchemy": "120000", - "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", - "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", - "shop_price": "300000", - "durability": null, - "high_alchemy": "180000", - "destroy": "true", - "weapon_interface": "10", - "attack_audios": "2504,0,0,0", - "name": "Statius's warhammer" - }, - { - "shop_price": "300000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{0,78}", - "durability": null, - "low_alchemy": "120000", - "high_alchemy": "180000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop, Destroy once it has been degraded.", - "grand_exchange_price": "7424450", - "name": "Statius's warhammer", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13903" - }, - { - "turn90cw_anim": "821", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{0,78}", - "walk_anim": "819", - "has_special": "true", - "low_alchemy": "120000", - "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", - "requirements": "", - "shop_price": "300000", - "durability": null, - "high_alchemy": "180000", - "destroy": "true", - "weapon_interface": "10", - "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.", - "requirements": "{0,78}", - "walk_anim": "1205", - "has_special": "true", - "low_alchemy": "120000", - "turn90ccw_anim": "1208", - "attack_speed": "4", - "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", - "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", - "shop_price": "300000", - "durability": null, - "high_alchemy": "180000", - "destroy": "true", - "weight": "4.2", - "weapon_interface": "14", - "render_anim": "28", - "name": "Vesta's spear" - }, - { - "shop_price": "300000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{0,78}", - "durability": null, - "low_alchemy": "120000", - "high_alchemy": "180000", - "destroy": "true", - "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" - }, - { - "shop_price": "180000", - "examine": "This item degrades in combat, and will turn to dust.", - "requirements": "{0,78}", - "has_special": "true", - "durability": null, - "low_alchemy": "120000", - "high_alchemy": "180000", - "destroy": "true", - "attack_speed": "5", - "two_handed": "true", - "weapon_interface": "14", - "absorb": "0,0,0", - "render_anim": "28", - "equipment_slot": "3", - "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" - }, - { - "shop_price": "125000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}", - "durability": null, - "low_alchemy": "30000", - "high_alchemy": "45000", - "destroy": "true", - "attack_speed": "4", - "absorb": "6,0,12", - "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" - }, - { - "shop_price": "125000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}", - "durability": null, - "low_alchemy": "30000", - "high_alchemy": "45000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "1897306", - "name": "Corrupt statius's platebody", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13909" - }, - { - "shop_price": "75000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}", - "durability": null, - "low_alchemy": "30000", - "high_alchemy": "45000", - "destroy": "true", - "attack_speed": "4", - "absorb": "6,0,12", - "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" - }, - { - "shop_price": "125000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}", - "durability": null, - "low_alchemy": "30000", - "high_alchemy": "45000", - "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" - }, - { - "shop_price": "125000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}", - "durability": null, - "low_alchemy": "30000", - "high_alchemy": "45000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "2546175", - "name": "Corrupt vesta's chainbody", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13912" - }, - { - "shop_price": "75000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}", - "durability": null, - "low_alchemy": "30000", - "high_alchemy": "45000", - "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" - }, - { - "shop_price": "125000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}", - "durability": null, - "low_alchemy": "30000", - "high_alchemy": "45000", - "destroy": "true", - "attack_speed": "4", - "absorb": "4,0,8", - "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" - }, - { - "shop_price": "125000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}", - "durability": null, - "low_alchemy": "30000", - "high_alchemy": "45000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "1734527", - "name": "Corrupt statius's platelegs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13915" - }, - { - "shop_price": "75000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}", - "durability": null, - "low_alchemy": "30000", - "high_alchemy": "45000", - "destroy": "true", - "attack_speed": "4", - "absorb": "4,0,8", - "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" - }, - { - "shop_price": "125000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}", - "durability": null, - "low_alchemy": "50000", - "high_alchemy": "75000", - "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" - }, - { - "shop_price": "125000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}", - "durability": null, - "low_alchemy": "50000", - "high_alchemy": "75000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "1942627", - "name": "Corrupt vesta's plateskirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13918" - }, - { - "shop_price": "75000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}", - "durability": null, - "low_alchemy": "50000", - "high_alchemy": "75000", - "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", - "shop_price": "50000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "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" - }, - { - "shop_price": "50000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "1062835", - "name": "Corrupt statius's full helm", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13921" - }, - { - "remove_head": "true", - "shop_price": "30000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,0,6", - "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" - }, - { - "shop_price": "125000", - "turn90cw_anim": "1207", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{0,78}", - "walk_anim": "1205", - "durability": null, - "low_alchemy": "30000", - "high_alchemy": "45000", - "destroy": "true", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "weapon_interface": "5", - "turn180_anim": "1206", - "absorb": "0,0,0", - "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" - }, - { - "shop_price": "125000", - "turn90cw_anim": "1207", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{0,78}", - "walk_anim": "1205", - "durability": null, - "low_alchemy": "30000", - "high_alchemy": "45000", - "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" - }, - { - "shop_price": "75000", - "turn90cw_anim": "1207", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{0,78}", - "walk_anim": "1205", - "durability": null, - "low_alchemy": "30000", - "high_alchemy": "45000", - "destroy": "true", - "turn90ccw_anim": "1208", - "attack_speed": "5", - "weapon_interface": "5", - "turn180_anim": "1206", - "absorb": "0,0,0", - "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" - }, - { - "shop_price": "125000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{0,78}", - "durability": null, - "low_alchemy": "30000", - "high_alchemy": "45000", - "destroy": "true", - "attack_speed": "6", - "weapon_interface": "8", - "absorb": "0,0,0", - "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" - }, - { - "shop_price": "125000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{0,78}", - "durability": null, - "low_alchemy": "30000", - "high_alchemy": "45000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "3033516", - "name": "Corrupt statius's warhammer", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13927" - }, - { - "shop_price": "75000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{0,78}", - "durability": null, - "low_alchemy": "30000", - "high_alchemy": "45000", - "destroy": "true", - "attack_speed": "6", - "weapon_interface": "8", - "absorb": "0,0,0", - "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" - }, - { - "shop_price": "125000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{0,78}", - "durability": null, - "low_alchemy": "30000", - "high_alchemy": "45000", - "destroy": "true", - "attack_speed": "5", - "two_handed": "true", - "weapon_interface": "14", - "absorb": "0,0,0", - "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" - }, - { - "shop_price": "125000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{0,78}", - "durability": null, - "low_alchemy": "30000", - "high_alchemy": "45000", - "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" - }, - { - "shop_price": "75000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{0,78}", - "durability": null, - "low_alchemy": "30000", - "high_alchemy": "45000", - "destroy": "true", - "attack_speed": "5", - "two_handed": "true", - "weapon_interface": "14", - "absorb": "0,0,0", - "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" - }, - { - "shop_price": "125000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}-{6,78}", - "durability": null, - "low_alchemy": "50000", - "high_alchemy": "75000", - "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" - }, - { - "shop_price": "125000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}-{6,78}", - "durability": null, - "low_alchemy": "50000", - "high_alchemy": "75000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "253230", - "name": "Corrupt zuriel's robe top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13933" - }, - { - "shop_price": "75000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}-{6,78}", - "durability": null, - "low_alchemy": "50000", - "high_alchemy": "75000", - "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" - }, - { - "shop_price": "125000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}-{6,78}", - "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", - "shop_price": "125000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}-{6,78}", - "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" - }, - { - "shop_price": "75000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}-{6,78}", - "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", - "shop_price": "50000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}-{6,78}", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "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" - }, - { - "shop_price": "50000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}-{6,78}", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "43778", - "name": "Corrupt zuriel's hood", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13939" - }, - { - "remove_head": "true", - "shop_price": "30000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}-{6,78}", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "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" - }, - { - "shop_price": "125000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{6,78}", - "durability": null, - "low_alchemy": "28000", - "high_alchemy": "42000", - "destroy": "true", - "attack_speed": "6", - "weapon_interface": "1", - "absorb": "0,0,0", - "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" - }, - { - "shop_price": "125000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{6,78}", - "durability": null, - "low_alchemy": "28000", - "high_alchemy": "42000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "219418", - "name": "Corrupt zuriel's staff", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13942" - }, - { - "shop_price": "70000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{6,78}", - "durability": null, - "low_alchemy": "28000", - "high_alchemy": "42000", - "destroy": "true", - "attack_speed": "6", - "weapon_interface": "1", - "absorb": "0,0,0", - "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" - }, - { - "shop_price": "125000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}-{4,78}", - "durability": null, - "low_alchemy": "50000", - "high_alchemy": "75000", - "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" - }, - { - "shop_price": "125000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}-{4,78}", - "durability": null, - "low_alchemy": "50000", - "high_alchemy": "75000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "387212", - "name": "Corrupt morrigan's leather body", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13945" - }, - { - "shop_price": "75000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}-{4,78}", - "durability": null, - "low_alchemy": "50000", - "high_alchemy": "75000", - "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" - }, - { - "shop_price": "125000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}-{4,78}", - "durability": null, - "low_alchemy": "50000", - "high_alchemy": "75000", - "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" - }, - { - "shop_price": "125000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}-{4,78}", - "durability": null, - "low_alchemy": "50000", - "high_alchemy": "75000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "84592", - "name": "Corrupt morrigan's leather chaps", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13948" - }, - { - "shop_price": "75000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}-{4,78}", - "durability": null, - "low_alchemy": "50000", - "high_alchemy": "75000", - "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", - "shop_price": "50000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}-{4,78}", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,6,3", - "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" - }, - { - "shop_price": "50000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}-{4,78}", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "63502", - "name": "Corrupt morrigan's coif", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13951" - }, - { - "remove_head": "true", - "shop_price": "30000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{1,78}-{4,78}", - "durability": null, - "low_alchemy": "20000", - "high_alchemy": "30000", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,6,3", - "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" - }, - { - "shop_price": "1000", - "examine": "A vicious javelin.", - "requirements": "{4,78}", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "destroy": "true", - "attack_speed": "6", - "weapon_interface": "18", - "absorb": "0,0,0", - "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,0" - }, - { - "shop_price": "10000", - "examine": "A vicious javelin.", - "requirements": "{4,78}", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "destroy": "true", - "attack_speed": "6", - "weapon_interface": "18", - "absorb": "0,0,0", - "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,0" - }, - { - "shop_price": "10000", - "examine": "A vicious javelin.", - "requirements": "{4,78}", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "destroy": "true", - "attack_speed": "6", - "weapon_interface": "18", - "absorb": "0,0,0", - "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,0" - }, - { - "shop_price": "10000", - "examine": "A vicious javelin.", - "requirements": "{4,78}", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "destroy": "true", - "attack_speed": "6", - "weapon_interface": "18", - "absorb": "0,0,0", - "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,0" - }, - { - "shop_price": "1000", - "examine": "A vicious throwing axe.", - "requirements": "{4,78}", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "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,0" - }, - { - "shop_price": "120000", - "examine": "This item degrades while worn, and will turn to dust.", - "requirements": "{0,78}-{4,78}", - "durability": null, - "low_alchemy": "28800", - "high_alchemy": "43200", - "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" - }, - { - "shop_price": "120000", - "examine": "This item degrades while worn, and will turn to dust.", - "durability": null, - "low_alchemy": "28800", - "high_alchemy": "43200", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "168278", - "name": "Corrupt dragon chainbody", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13959" - }, - { - "shop_price": "72000", - "examine": "This item degrades while worn, and will turn to dust.", - "durability": null, - "low_alchemy": "28800", - "high_alchemy": "43200", - "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, - "low_alchemy": "14400", - "high_alchemy": "21600", - "destroy": "true", - "attack_speed": "4", - "absorb": "2,0,4", - "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" - }, - { - "shop_price": "60000", - "examine": "This item degrades while worn, and will turn to dust.", - "durability": null, - "low_alchemy": "14400", - "high_alchemy": "21600", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "121835", - "name": "Corrupt dragon med helm", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13962" - }, - { - "remove_head": "true", - "shop_price": "36000", - "examine": "This item degrades while worn, and will turn to dust.", - "durability": null, - "low_alchemy": "14400", - "high_alchemy": "21600", - "destroy": "true", - "attack_speed": "4", - "absorb": "2,0,4", - "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, - "low_alchemy": "48000", - "high_alchemy": "72000", - "destroy": "true", - "attack_speed": "4", - "absorb": "5,0,11", - "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" - }, - { - "shop_price": "120000", - "examine": "This item degrades while worn, and will turn to dust.", - "durability": null, - "low_alchemy": "48000", - "high_alchemy": "72000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "79703", - "name": "Corrupt dragon sq shield", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13965" - }, - { - "shop_price": "72000", - "examine": "This item degrades while worn, and will turn to dust.", - "durability": null, - "low_alchemy": "48000", - "high_alchemy": "72000", - "destroy": "true", - "attack_speed": "4", - "absorb": "5,0,11", - "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, - "low_alchemy": "48000", - "high_alchemy": "72000", - "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" - }, - { - "shop_price": "120000", - "examine": "This item degrades while worn, and will turn to dust.", - "durability": null, - "low_alchemy": "48000", - "high_alchemy": "72000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Destroy", - "grand_exchange_price": "71066", - "name": "Corrupt dragon plateskirt", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13968" - }, - { - "shop_price": "72000", - "examine": "This item degrades while worn, and will turn to dust.", - "durability": null, - "low_alchemy": "48000", - "high_alchemy": "72000", - "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, - "low_alchemy": "48000", - "high_alchemy": "72000", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,0,6", - "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" - }, - { - "shop_price": "120000", - "examine": "This item degrades while worn, and will turn to dust.", - "durability": null, - "low_alchemy": "48000", - "high_alchemy": "72000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "87957", - "name": "Corrupt dragon platelegs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13971" - }, - { - "shop_price": "72000", - "examine": "This item degrades while worn, and will turn to dust.", - "durability": null, - "low_alchemy": "48000", - "high_alchemy": "72000", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,0,6", - "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, - "low_alchemy": "28800", - "high_alchemy": "43200", - "destroy": "true", - "weight": "2.7", - "attack_speed": "6", - "weapon_interface": "2", - "absorb": "0,0,0", - "render_anim": "2586", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "395,395,395,395", - "destroy_message": "Drop", - "grand_exchange_price": "332229", - "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, - "low_alchemy": "28800", - "high_alchemy": "43200", - "destroy": "true", - "weight": "2.7", - "attack_speed": "4", - "render_anim": "2586", - "defence_anim": "397", - "attack_anims": "395,395,395,395", - "destroy_message": "Drop", - "grand_exchange_price": "332229", - "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, - "low_alchemy": "28800", - "high_alchemy": "43200", - "destroy": "true", - "weight": "2.7", - "attack_speed": "6", - "weapon_interface": "2", - "absorb": "0,0,0", - "render_anim": "2586", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "395,395,395,395", - "destroy_message": "Drop", - "grand_exchange_price": "332229", - "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, - "low_alchemy": "12000", - "high_alchemy": "18000", - "destroy": "true", - "attack_speed": "4", - "weapon_interface": "5", - "absorb": "0,0,0", - "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, - "low_alchemy": "12000", - "high_alchemy": "18000", - "destroy": "true", - "attack_speed": "4", - "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, - "low_alchemy": "12000", - "high_alchemy": "18000", - "destroy": "true", - "attack_speed": "4", - "weapon_interface": "5", - "absorb": "0,0,0", - "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, - "low_alchemy": "40000", - "high_alchemy": "60000", - "destroy": "true", - "weight": "1.8", - "attack_speed": "4", - "weapon_interface": "6", - "absorb": "0,0,0", - "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" - }, - { - "shop_price": "100000", - "examine": "This item degrades while worn, and will turn to dust.", - "durability": null, - "low_alchemy": "40000", - "high_alchemy": "60000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "338644", - "name": "Corrupt dragon scimitar", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13980" - }, - { - "shop_price": "60000", - "examine": "This item degrades while worn, and will turn to dust.", - "durability": null, - "low_alchemy": "40000", - "high_alchemy": "60000", - "destroy": "true", - "attack_speed": "4", - "weapon_interface": "6", - "absorb": "0,0,0", - "render_anim": "1928", - "equipment_slot": "3", - "destroy_message": "Drop", - "grand_exchange_price": "338644", - "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, - "low_alchemy": "40000", - "high_alchemy": "60000", - "destroy": "true", - "weight": "1.8", - "attack_speed": "5", - "weapon_interface": "5", - "absorb": "0,0,0", - "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" - }, - { - "shop_price": "100000", - "examine": "This item degrades while worn, and will turn to dust.", - "durability": null, - "low_alchemy": "40000", - "high_alchemy": "60000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "207053", - "name": "Corrupt dragon longsword", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "13983" - }, - { - "shop_price": "60000", - "examine": "This item degrades while worn, and will turn to dust.", - "durability": null, - "low_alchemy": "40000", - "high_alchemy": "60000", - "destroy": "true", - "attack_speed": "5", - "weapon_interface": "5", - "absorb": "0,0,0", - "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, - "low_alchemy": "12000", - "high_alchemy": "18000", - "destroy": "true", - "weight": "1.8", - "attack_speed": "5", - "weapon_interface": "8", - "absorb": "0,0,0", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "390,390,381,390", - "destroy_message": "Drop", - "grand_exchange_price": "50096", - "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, - "low_alchemy": "12000", - "high_alchemy": "18000", - "destroy": "true", - "weight": "1.8", - "attack_speed": "4", - "defence_anim": "397", - "attack_anims": "390,390,381,390", - "destroy_message": "Drop", - "grand_exchange_price": "50096", - "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, - "low_alchemy": "12000", - "high_alchemy": "18000", - "destroy": "true", - "weight": "1.8", - "attack_speed": "5", - "weapon_interface": "8", - "absorb": "0,0,0", - "defence_anim": "397", - "equipment_slot": "3", - "attack_anims": "390,390,381,390", - "destroy_message": "Drop", - "grand_exchange_price": "50096", - "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, - "low_alchemy": "8800", - "high_alchemy": "13200", - "destroy": "true", - "attack_speed": "5", - "two_handed": "true", - "weapon_interface": "14", - "absorb": "0,0,0", - "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, - "low_alchemy": "8800", - "high_alchemy": "13200", - "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, - "low_alchemy": "8800", - "high_alchemy": "13200", - "destroy": "true", - "attack_speed": "5", - "two_handed": "true", - "weapon_interface": "14", - "absorb": "0,0,0", - "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" - }, - { - "shop_price": "5", - "examine": "A book about the Wilderness.", - "durability": null, - "low_alchemy": "2", - "high_alchemy": "3", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "You can get another copy by searching bookshelves around RuneScape.", - "name": "Pvp worlds manual", - "archery_ticket_price": "0", - "id": "14056", - "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, - "low_alchemy": "10", - "high_alchemy": "15", - "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" - }, - { - "shop_price": "2", - "examine": "What a curious and ghoulish smell!", - "durability": null, - "high_alchemy": "1", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "3", - "destroy_message": "If you drop the goulash, it will be destroyed. You can get some more by dipping a bowl into Maggie's cauldron.", - "name": "Goulash", - "archery_ticket_price": "0", - "id": "14058", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "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, - "low_alchemy": "6", - "high_alchemy": "9", - "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" - }, - { - "shop_price": "15", - "examine": "Tattered but trendy.", - "durability": null, - "low_alchemy": "6", - "high_alchemy": "9", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "7", - "destroy_message": "You can get another set of warlock legs from Diango in Draynor Village.", - "name": "Warlock legs", - "archery_ticket_price": "0", - "id": "14077", - "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, - "low_alchemy": "6", - "high_alchemy": "9", - "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" - }, - { - "shop_price": "15", - "examine": "Tattered but trendy.", - "durability": null, - "low_alchemy": "6", - "high_alchemy": "9", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "7", - "destroy_message": "You can get another witch top from Diango in Draynor.", - "name": "Witch skirt", - "archery_ticket_price": "0", - "id": "14079", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "15", - "examine": "Ragged but rugged.", - "durability": null, - "low_alchemy": "6", - "high_alchemy": "9", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "1", - "destroy_message": "You can get another witch cloak from Diango in Draynor.", - "name": "Witch cloak", - "archery_ticket_price": "0", - "id": "14080", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "15", - "examine": "Ragged but rugged.", - "durability": null, - "low_alchemy": "6", - "high_alchemy": "9", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "1", - "destroy_message": "You can get another warlock cloak from Diango in Draynor Village.", - "name": "Warlock cloak", - "archery_ticket_price": "0", - "id": "14081", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "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, - "low_alchemy": "6", - "high_alchemy": "9", - "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" - }, - { - "shop_price": "15", - "examine": "Tattered but trendy.", - "durability": null, - "low_alchemy": "6", - "high_alchemy": "9", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "7", - "destroy_message": "You can get another witch top from Diango in Draynor.", - "name": "Witch skirt", - "archery_ticket_price": "0", - "id": "14087", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "15", - "examine": "Ragged but rugged.", - "durability": null, - "low_alchemy": "6", - "high_alchemy": "9", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "1", - "destroy_message": "You can get another witch cloak from Diango in Draynor.", - "name": "Witch cloak", - "archery_ticket_price": "0", - "id": "14088", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "examine": "", - "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" - }, - { - "examine": "", - "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" - }, - { - "examine": "", - "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" - }, - { - "examine": "", - "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" - }, - { - "examine": "", - "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", - "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", - "equipment_slot": "3", - "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, - "low_alchemy": "1", - "high_alchemy": "1", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "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", - "high_alchemy": "1", - "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", - "equipment_slot": "3", - "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", - "high_alchemy": "1", - "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", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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", - "equipment_slot": "3", - "destroy_message": "Drop", - "name": "Butterfly net (class 1)", - "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", - "equipment_slot": "3", - "destroy_message": "Drop", - "name": "Butterfly net (class 2)", - "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", - "equipment_slot": "3", - "destroy_message": "Drop", - "name": "Butterfly net (class 3)", - "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", - "equipment_slot": "3", - "destroy_message": "Drop", - "name": "Butterfly net (class 4)", - "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", - "equipment_slot": "3", - "destroy_message": "Drop", - "name": "Butterfly net (class 5)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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" - }, - { - "destroy_message": "Drop", - "shop_price": "2", - "examine": "The Sacred Clay has transformed into a wood-like substance.", - "durability": null, - "name": "Arrows (class 1)", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "14202", - "absorb": "0,0,0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,15,0,0", - "equipment_slot": "13" - }, - { - "destroy_message": "Drop", - "shop_price": "4", - "examine": "The Sacred Clay has transformed into a wood-like substance.", - "durability": null, - "name": "Arrows (class 2)", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "14203", - "absorb": "0,0,0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,30,0,0", - "equipment_slot": "13" - }, - { - "destroy_message": "Drop", - "shop_price": "6", - "examine": "The Sacred Clay has transformed into a wood-like substance.", - "durability": null, - "name": "Arrows (class 3)", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "14204", - "absorb": "0,0,0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,45,0,0", - "equipment_slot": "13" - }, - { - "destroy_message": "Drop", - "shop_price": "8", - "examine": "The Sacred Clay has transformed into a wood-like substance.", - "durability": null, - "name": "Arrows (class 4)", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "14205", - "absorb": "0,0,0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,60,0,0", - "equipment_slot": "13" - }, - { - "destroy_message": "Drop", - "shop_price": "10", - "examine": "The Sacred Clay has transformed into a wood-like substance.", - "durability": null, - "name": "Arrows (class 5)", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "14206", - "absorb": "0,0,0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,75,0,0", - "equipment_slot": "13" - }, - { - "shop_price": "150", - "examine": "3 doses of Prayer restore potion.", - "durability": null, - "low_alchemy": "61", - "high_alchemy": "91", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Prayer potion(5)", - "archery_ticket_price": "0", - "id": "14207", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "150", - "examine": "3 doses of Prayer restore potion.", - "durability": null, - "low_alchemy": "61", - "high_alchemy": "91", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Prayer potion(5)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14208" - }, - { - "shop_price": "120", - "examine": "4 doses of Prayer restore potion.", - "durability": null, - "low_alchemy": "61", - "high_alchemy": "91", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Prayer potion(4)", - "archery_ticket_price": "0", - "id": "14209", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "120", - "examine": "4 doses of Prayer restore potion.", - "durability": null, - "low_alchemy": "61", - "high_alchemy": "91", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Prayer potion(4)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14210" - }, - { - "shop_price": "90", - "examine": "3 doses of Prayer restore potion.", - "durability": null, - "low_alchemy": "61", - "high_alchemy": "91", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Prayer potion(3)", - "archery_ticket_price": "0", - "id": "14211", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "90", - "examine": "3 doses of Prayer restore potion.", - "durability": null, - "low_alchemy": "61", - "high_alchemy": "91", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Prayer potion(3)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14212" - }, - { - "shop_price": "60", - "examine": "2 doses of Prayer restore potion.", - "durability": null, - "low_alchemy": "61", - "high_alchemy": "91", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Prayer potion(2)", - "archery_ticket_price": "0", - "id": "14213", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "60", - "examine": "2 doses of Prayer restore potion.", - "durability": null, - "low_alchemy": "61", - "high_alchemy": "91", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Prayer potion(2)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14214" - }, - { - "shop_price": "30", - "examine": "1 dose of Prayer restore potion.", - "durability": null, - "low_alchemy": "61", - "high_alchemy": "91", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Prayer potion(1)", - "archery_ticket_price": "0", - "id": "14215", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "30", - "examine": "1 dose of Prayer restore potion.", - "durability": null, - "low_alchemy": "61", - "high_alchemy": "91", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Prayer potion(1)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14216" - }, - { - "shop_price": "150", - "examine": "4 doses of energy potion.", - "durability": null, - "low_alchemy": "58", - "high_alchemy": "87", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Energy potion (5)", - "archery_ticket_price": "0", - "id": "14217", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "150", - "examine": "4 doses of energy potion.", - "durability": null, - "low_alchemy": "58", - "high_alchemy": "87", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Energy potion (5)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14218" - }, - { - "shop_price": "120", - "examine": "4 doses of energy potion.", - "durability": null, - "low_alchemy": "58", - "high_alchemy": "87", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Energy potion (4)", - "archery_ticket_price": "0", - "id": "14219", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "120", - "examine": "4 doses of energy potion.", - "durability": null, - "low_alchemy": "58", - "high_alchemy": "87", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Energy potion (4)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14220" - }, - { - "shop_price": "90", - "examine": "3 doses of energy potion.", - "durability": null, - "low_alchemy": "58", - "high_alchemy": "87", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Energy potion (3)", - "archery_ticket_price": "0", - "id": "14221", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "90", - "examine": "3 doses of energy potion.", - "durability": null, - "low_alchemy": "58", - "high_alchemy": "87", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Energy potion (3)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14222" - }, - { - "shop_price": "60", - "examine": "2 doses of energy potion.", - "durability": null, - "low_alchemy": "58", - "high_alchemy": "87", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Energy potion (2)", - "archery_ticket_price": "0", - "id": "14223", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "60", - "examine": "2 doses of energy potion.", - "durability": null, - "low_alchemy": "58", - "high_alchemy": "87", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Energy potion (2)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14224" - }, - { - "shop_price": "30", - "examine": "1 dose of energy potion.", - "durability": null, - "low_alchemy": "58", - "high_alchemy": "87", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Energy potion (1)", - "archery_ticket_price": "0", - "id": "14225", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "30", - "examine": "1 dose of energy potion.", - "durability": null, - "low_alchemy": "58", - "high_alchemy": "87", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Energy potion (1)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14226" - }, - { - "shop_price": "150", - "examine": "5 doses of super Attack potion.", - "durability": null, - "low_alchemy": "72", - "high_alchemy": "108", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Super attack(5)", - "archery_ticket_price": "0", - "id": "14227", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "150", - "examine": "5 doses of super Attack potion.", - "durability": null, - "low_alchemy": "72", - "high_alchemy": "108", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Super attack(5)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14228" - }, - { - "shop_price": "120", - "examine": "4 doses of super Attack potion.", - "durability": null, - "low_alchemy": "72", - "high_alchemy": "108", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Super attack(4)", - "archery_ticket_price": "0", - "id": "14229", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "120", - "examine": "4 doses of super Attack potion.", - "durability": null, - "low_alchemy": "72", - "high_alchemy": "108", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Super attack(4)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14230" - }, - { - "shop_price": "90", - "examine": "3 doses of super Attack potion.", - "durability": null, - "low_alchemy": "72", - "high_alchemy": "108", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Super attack(3)", - "archery_ticket_price": "0", - "id": "14231", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "90", - "examine": "3 doses of super Attack potion.", - "durability": null, - "low_alchemy": "72", - "high_alchemy": "108", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Super attack(3)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14232" - }, - { - "shop_price": "60", - "examine": "2 doses of super Attack potion.", - "durability": null, - "low_alchemy": "72", - "high_alchemy": "108", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Super attack(2)", - "archery_ticket_price": "0", - "id": "14233", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "60", - "examine": "2 doses of super Attack potion.", - "durability": null, - "low_alchemy": "72", - "high_alchemy": "108", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Super attack(2)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14234" - }, - { - "shop_price": "30", - "examine": "1 dose of super Attack potion.", - "durability": null, - "low_alchemy": "72", - "high_alchemy": "108", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Super attack(1)", - "archery_ticket_price": "0", - "id": "14235", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "30", - "examine": "1 dose of super Attack potion.", - "durability": null, - "low_alchemy": "72", - "high_alchemy": "108", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Super attack(1)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14236" - }, - { - "shop_price": "150", - "examine": "5 doses of super Strength potion.", - "durability": null, - "low_alchemy": "88", - "high_alchemy": "132", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Super strength(5)", - "archery_ticket_price": "0", - "id": "14237", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "150", - "examine": "5 doses of super Strength potion.", - "durability": null, - "low_alchemy": "88", - "high_alchemy": "132", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Super strength(5)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14238" - }, - { - "shop_price": "120", - "examine": "4 doses of super Strength potion.", - "durability": null, - "low_alchemy": "88", - "high_alchemy": "132", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Super strength(4)", - "archery_ticket_price": "0", - "id": "14239", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "120", - "examine": "4 doses of super Strength potion.", - "durability": null, - "low_alchemy": "88", - "high_alchemy": "132", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Super strength(4)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14240" - }, - { - "shop_price": "90", - "examine": "3 doses of super Strength potion.", - "durability": null, - "low_alchemy": "88", - "high_alchemy": "132", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Super strength(3)", - "archery_ticket_price": "0", - "id": "14241", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "90", - "examine": "3 doses of super Strength potion.", - "durability": null, - "low_alchemy": "88", - "high_alchemy": "132", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Super strength(3)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14242" - }, - { - "shop_price": "60", - "examine": "2 doses of super Strength potion.", - "durability": null, - "low_alchemy": "88", - "high_alchemy": "132", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Super strength(2)", - "archery_ticket_price": "0", - "id": "14243", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "60", - "examine": "2 doses of super Strength potion.", - "durability": null, - "low_alchemy": "88", - "high_alchemy": "132", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Super strength(2)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14244" - }, - { - "shop_price": "30", - "examine": "1 dose of super Strength potion.", - "durability": null, - "low_alchemy": "88", - "high_alchemy": "132", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Super strength(1)", - "archery_ticket_price": "0", - "id": "14245", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "30", - "examine": "1 dose of super Strength potion.", - "durability": null, - "low_alchemy": "88", - "high_alchemy": "132", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Super strength(1)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14246" - }, - { - "shop_price": "150", - "examine": "4 doses of ranging potion.", - "durability": null, - "low_alchemy": "224", - "high_alchemy": "336", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Ranging potion(5)", - "archery_ticket_price": "0", - "id": "14247", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "150", - "examine": "5 doses of ranging potion.", - "durability": null, - "low_alchemy": "224", - "high_alchemy": "336", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Ranging potion(5)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14248" - }, - { - "shop_price": "120", - "examine": "4 doses of ranging potion.", - "durability": null, - "low_alchemy": "224", - "high_alchemy": "336", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Ranging potion(4)", - "archery_ticket_price": "0", - "id": "14249", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "120", - "examine": "4 doses of ranging potion.", - "durability": null, - "low_alchemy": "224", - "high_alchemy": "336", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Ranging potion(4)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14250" - }, - { - "shop_price": "90", - "examine": "3 doses of ranging potion.", - "durability": null, - "low_alchemy": "224", - "high_alchemy": "336", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Ranging potion(3)", - "archery_ticket_price": "0", - "id": "14251", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "90", - "examine": "3 doses of ranging potion.", - "durability": null, - "low_alchemy": "224", - "high_alchemy": "336", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Ranging potion(3)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14252" - }, - { - "shop_price": "60", - "examine": "2 doses of ranging potion.", - "durability": null, - "low_alchemy": "224", - "high_alchemy": "336", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Ranging potion(2)", - "archery_ticket_price": "0", - "id": "14253", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "60", - "examine": "2 doses of ranging potion.", - "durability": null, - "low_alchemy": "224", - "high_alchemy": "336", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Ranging potion(2)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14254" - }, - { - "shop_price": "30", - "examine": "1 dose of ranging potion.", - "durability": null, - "low_alchemy": "224", - "high_alchemy": "336", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Ranging potion(1)", - "archery_ticket_price": "0", - "id": "14255", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "30", - "examine": "1 dose of ranging potion.", - "durability": null, - "low_alchemy": "224", - "high_alchemy": "336", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Ranging potion(1)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14256" - }, - { - "shop_price": "150", - "examine": "3 doses of Defence Potion.", - "durability": null, - "low_alchemy": "352", - "high_alchemy": "528", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Defence potion(5)", - "archery_ticket_price": "0", - "id": "14257", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "150", - "examine": "3 doses of Defence Potion.", - "durability": null, - "low_alchemy": "352", - "high_alchemy": "528", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Defence potion(5)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14258" - }, - { - "shop_price": "120", - "examine": "4 doses of Defence Potion.", - "durability": null, - "low_alchemy": "352", - "high_alchemy": "528", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Defence potion(4)", - "archery_ticket_price": "0", - "id": "14259", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "120", - "examine": "4 doses of Defence Potion.", - "durability": null, - "low_alchemy": "352", - "high_alchemy": "528", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Defence potion(4)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14260" - }, - { - "shop_price": "90", - "examine": "3 doses of Defence Potion.", - "durability": null, - "low_alchemy": "352", - "high_alchemy": "528", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Defence potion(3)", - "archery_ticket_price": "0", - "id": "14261", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "90", - "examine": "3 doses of Defence Potion.", - "durability": null, - "low_alchemy": "352", - "high_alchemy": "528", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Defence potion(3)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14262" - }, - { - "shop_price": "60", - "examine": "2 doses of Defence Potion.", - "durability": null, - "low_alchemy": "352", - "high_alchemy": "528", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Defence potion(2)", - "archery_ticket_price": "0", - "id": "14263", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "60", - "examine": "2 doses of Defence Potion.", - "durability": null, - "low_alchemy": "352", - "high_alchemy": "528", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Defence potion(2)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14264" - }, - { - "shop_price": "30", - "examine": "1 dose of Defence Potion.", - "durability": null, - "low_alchemy": "352", - "high_alchemy": "528", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Defence potion(1)", - "archery_ticket_price": "0", - "id": "14265", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "30", - "examine": "1 dose of Defence Potion.", - "durability": null, - "low_alchemy": "352", - "high_alchemy": "528", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Defence potion(1)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14266" - }, - { - "shop_price": "150", - "examine": "4 doses of Magic potion.", - "durability": null, - "low_alchemy": "224", - "high_alchemy": "336", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Magic potion(5)", - "archery_ticket_price": "0", - "id": "14267", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "150", - "examine": "5 doses of Magic potion.", - "durability": null, - "low_alchemy": "224", - "high_alchemy": "336", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Magic potion(5)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14268" - }, - { - "shop_price": "120", - "examine": "4 doses of Magic potion.", - "durability": null, - "low_alchemy": "224", - "high_alchemy": "336", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Magic potion(4)", - "archery_ticket_price": "0", - "id": "14269", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "120", - "examine": "4 doses of Magic potion.", - "durability": null, - "low_alchemy": "224", - "high_alchemy": "336", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Magic potion(4)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14270" - }, - { - "shop_price": "90", - "examine": "3 doses of Magic potion.", - "durability": null, - "low_alchemy": "224", - "high_alchemy": "336", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Magic potion(3)", - "archery_ticket_price": "0", - "id": "14271", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "90", - "examine": "3 doses of Magic potion.", - "durability": null, - "low_alchemy": "224", - "high_alchemy": "336", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Magic potion(3)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14272" - }, - { - "shop_price": "60", - "examine": "2 doses of Magic potion.", - "durability": null, - "low_alchemy": "224", - "high_alchemy": "336", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Magic potion(2)", - "archery_ticket_price": "0", - "id": "14273", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "60", - "examine": "2 doses of Magic potion.", - "durability": null, - "low_alchemy": "224", - "high_alchemy": "336", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Magic potion(2)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14274" - }, - { - "shop_price": "30", - "examine": "1 dose of Magic potion.", - "durability": null, - "low_alchemy": "224", - "high_alchemy": "336", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Magic potion(1)", - "archery_ticket_price": "0", - "id": "14275", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "30", - "examine": "1 dose of Magic potion.", - "durability": null, - "low_alchemy": "224", - "high_alchemy": "336", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Magic potion(1)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14276" - }, - { - "shop_price": "150", - "examine": "3 doses of Summoning potion.", - "durability": null, - "low_alchemy": "76", - "high_alchemy": "114", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Summoning potion(5)", - "archery_ticket_price": "0", - "id": "14277", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "150", - "examine": "3 doses of Summoning potion.", - "durability": null, - "low_alchemy": "76", - "high_alchemy": "114", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Summoning potion(5)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14278" - }, - { - "shop_price": "120", - "examine": "4 doses of Summoning potion.", - "durability": null, - "low_alchemy": "76", - "high_alchemy": "114", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Summoning potion(4)", - "archery_ticket_price": "0", - "id": "14279", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "120", - "examine": "4 doses of Summoning potion.", - "durability": null, - "low_alchemy": "76", - "high_alchemy": "114", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Summoning potion(4)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14280" - }, - { - "shop_price": "90", - "examine": "3 doses of Summoning potion.", - "durability": null, - "low_alchemy": "76", - "high_alchemy": "114", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Summoning potion(3)", - "archery_ticket_price": "0", - "id": "14281", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "90", - "examine": "3 doses of Summoning potion.", - "durability": null, - "low_alchemy": "76", - "high_alchemy": "114", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Summoning potion(3)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14282" - }, - { - "shop_price": "60", - "examine": "2 doses of Summoning potion.", - "durability": null, - "low_alchemy": "76", - "high_alchemy": "114", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Summoning potion(2)", - "archery_ticket_price": "0", - "id": "14283", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "60", - "examine": "2 doses of Summoning potion.", - "durability": null, - "low_alchemy": "76", - "high_alchemy": "114", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Summoning potion(2)", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14284" - }, - { - "shop_price": "30", - "examine": "1 dose of Summoning potion.", - "durability": null, - "low_alchemy": "76", - "high_alchemy": "114", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Summoning potion(1)", - "archery_ticket_price": "0", - "id": "14285", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "30", - "examine": "1 dose of Summoning potion.", - "durability": null, - "low_alchemy": "76", - "high_alchemy": "114", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4", - "name": "Summoning potion(1)", - "tradeable": "true", - "archery_ticket_price": "0", - "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", - "destroy_message": "Drop", - "name": "Scimitar (class 1)", - "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", - "destroy_message": "Drop", - "name": "Scimitar (class 2)", - "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", - "destroy_message": "Drop", - "name": "Scimitar (class 3)", - "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", - "destroy_message": "Drop", - "name": "Scimitar (class 4)", - "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", - "destroy_message": "Drop", - "name": "Scimitar (class 5)", - "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", - "destroy_message": "Drop", - "name": "Dagger (class 1)", - "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", - "destroy_message": "Drop", - "name": "Dagger (class 2)", - "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", - "destroy_message": "Drop", - "name": "Dagger (class 3)", - "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", - "destroy_message": "Drop", - "name": "Dagger (class 4)", - "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", - "destroy_message": "Drop", - "name": "Dagger (class 5)", - "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", - "equipment_slot": "3", - "destroy_message": "Drop", - "name": "Warhammer (class 1)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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" - }, - { - "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)", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "14327", - "absorb": "0,0,0", - "bonuses": "0,0,0,0,0,0,0,0,15,0,15,0,0,0,0", - "equipment_slot": "7" - }, - { - "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" - }, - { - "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)", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "14329", - "absorb": "0,0,0", - "bonuses": "0,0,0,0,0,0,0,0,30,0,30,0,0,0,0", - "equipment_slot": "7" - }, - { - "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" - }, - { - "destroy_message": "Drop", - "shop_price": "90", - "examine": "The sacred clay transformed into a light, cloth-like material.", - "durability": null, - "name": "Robe bottom (class 3)", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "14331", - "absorb": "0,0,0", - "bonuses": "0,0,0,0,0,0,0,0,45,0,45,0,0,0,0", - "equipment_slot": "7" - }, - { - "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" - }, - { - "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)", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "14333", - "absorb": "0,0,0", - "bonuses": "0,0,0,0,0,0,0,0,60,0,60,0,0,0,0", - "equipment_slot": "7" - }, - { - "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" - }, - { - "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)", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "14335", - "absorb": "0,0,0", - "bonuses": "0,0,0,0,0,0,0,0,75,0,75,0,0,0,0", - "equipment_slot": "7" - }, - { - "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" - }, - { - "destroy_message": "Drop", - "shop_price": "30", - "examine": "The sacred clay has transformed into a light, cloth-like material.", - "durability": null, - "name": "Hat (class 1)", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "14337", - "absorb": "0,0,0", - "bonuses": "0,0,0,0,0,0,0,0,10,0,10,0,0,0,0", - "equipment_slot": "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" - }, - { - "destroy_message": "Drop", - "shop_price": "60", - "examine": "The sacred clay has transformed into a light, cloth-like material.", - "durability": null, - "name": "Hat (class 2)", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "14339", - "absorb": "0,0,0", - "bonuses": "0,0,0,0,0,0,0,0,20,0,20,0,0,0,0", - "equipment_slot": "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" - }, - { - "destroy_message": "Drop", - "shop_price": "90", - "examine": "The sacred clay has transformed into a light, cloth-like material.", - "durability": null, - "name": "Hat (class 3)", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "14341", - "absorb": "0,0,0", - "bonuses": "0,0,0,0,0,0,0,0,30,0,30,0,0,0,0", - "equipment_slot": "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" - }, - { - "destroy_message": "Drop", - "shop_price": "120", - "examine": "The sacred clay has transformed into a light, cloth-like material.", - "durability": null, - "name": "Hat (class 4)", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "14343", - "absorb": "0,0,0", - "bonuses": "0,0,0,0,0,0,0,0,40,0,40,0,0,0,0", - "equipment_slot": "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" - }, - { - "destroy_message": "Drop", - "shop_price": "150", - "examine": "The sacred clay has transformed into a light, cloth-like material.", - "durability": null, - "name": "Hat (class 5)", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "14345", - "absorb": "0,0,0", - "bonuses": "0,0,0,0,0,0,0,0,50,0,50,0,0,0,0", - "equipment_slot": "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)", - "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)", - "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)", - "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)", - "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)", - "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" - }, - { - "destroy_message": "Drop", - "shop_price": "30", - "examine": "The sacred clay has transformed into a hard, metallic substance.", - "durability": null, - "name": "Platelegs (class 1)", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "14357", - "absorb": "0,0,0", - "bonuses": "0,0,0,-30,-10,15,15,15,-10,7,15,0,0,0,0", - "equipment_slot": "7" - }, - { - "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" - }, - { - "destroy_message": "Drop", - "shop_price": "60", - "examine": "The sacred clay has transformed into a hard, metallic substance.", - "durability": null, - "name": "Platelegs (class 2)", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "14359", - "absorb": "0,0,0", - "bonuses": "0,0,0,-30,-10,30,30,30,-10,15,30,0,0,0,0", - "equipment_slot": "7" - }, - { - "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" - }, - { - "destroy_message": "Drop", - "shop_price": "90", - "examine": "The sacred clay has transformed into a hard, metallic substance.", - "durability": null, - "name": "Platelegs (class 3)", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "14361", - "absorb": "0,0,0", - "bonuses": "0,0,0,-30,-10,45,45,45,-10,23,45,0,0,0,0", - "equipment_slot": "7" - }, - { - "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" - }, - { - "destroy_message": "Drop", - "shop_price": "120", - "examine": "The sacred clay has transformed into a hard, metallic substance.", - "durability": null, - "name": "Platelegs (class 4)", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "14363", - "absorb": "0,0,0", - "bonuses": "0,0,0,-30,-10,60,60,60,-10,30,60,0,0,0,0", - "equipment_slot": "7" - }, - { - "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" - }, - { - "destroy_message": "Drop", - "shop_price": "150", - "examine": "The sacred clay has transformed into a hard, metallic substance.", - "durability": null, - "name": "Platelegs (class 5)", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "14365", - "absorb": "0,0,0", - "bonuses": "0,0,0,-30,-10,75,75,75,-10,37,75,0,0,0,0", - "equipment_slot": "7" - }, - { - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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)", - "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" - }, - { - "destroy_message": "Drop", - "shop_price": "30", - "examine": "The sacred clay transformed into a flexible mesh.", - "durability": null, - "name": "Chaps (class 1)", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "14401", - "absorb": "0,0,0", - "bonuses": "0,0,0,0,0,7,7,7,0,15,15,0,0,0,0", - "equipment_slot": "7" - }, - { - "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" - }, - { - "destroy_message": "Drop", - "shop_price": "60", - "examine": "The sacred clay transformed into a flexible mesh.", - "durability": null, - "name": "Chaps (class 2)", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "14403", - "absorb": "0,0,0", - "bonuses": "0,0,0,0,0,15,15,15,0,30,30,0,0,0,0", - "equipment_slot": "7" - }, - { - "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" - }, - { - "destroy_message": "Drop", - "shop_price": "90", - "examine": "The sacred clay transformed into a flexible mesh.", - "durability": null, - "name": "Chaps (class 3)", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "14405", - "absorb": "0,0,0", - "bonuses": "0,0,0,0,0,23,23,23,0,45,45,0,0,0,0", - "equipment_slot": "7" - }, - { - "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" - }, - { - "destroy_message": "Drop", - "shop_price": "120", - "examine": "The sacred clay transformed into a flexible mesh.", - "durability": null, - "name": "Chaps (class 4)", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "14407", - "absorb": "0,0,0", - "bonuses": "0,0,0,0,0,30,30,30,0,60,60,0,0,1,0", - "equipment_slot": "7" - }, - { - "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" - }, - { - "destroy_message": "Drop", - "shop_price": "150", - "examine": "The sacred clay transformed into a flexible mesh.", - "durability": null, - "name": "Chaps (class 5)", - "destroy": "true", - "archery_ticket_price": "0", - "attack_speed": "4", - "id": "14409", - "absorb": "0,0,0", - "bonuses": "0,0,0,0,0,37,37,37,0,75,75,0,0,0,0", - "equipment_slot": "7" - }, - { - "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", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Coif (class 1)", - "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" - }, - { - "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", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Coif (class 2)", - "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", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Coif (class 3)", - "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", - "equipment_slot": "0", - "destroy_message": "Drop", - "name": "Coif (class 4)", - "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)", - "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", - "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)", - "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)", - "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)", - "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)", - "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)", - "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" - }, - { - "shop_price": "5", - "examine": "A vine flower grown through magical means.", - "durability": null, - "low_alchemy": "2", - "high_alchemy": "3", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "name": "Vine flower", - "archery_ticket_price": "0", - "id": "14458", - "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" - }, - { - "shop_price": "10", - "examine": "Some dirty clothes that apparently belong to Movario.", - "durability": null, - "low_alchemy": "4", - "high_alchemy": "6", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "3", - "destroy_message": "You got these clothes from a washerman who lives near the Khazard battle arena.", - "name": "Dirty laundry", - "archery_ticket_price": "0", - "id": "14460", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "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, - "low_alchemy": "12000", - "high_alchemy": "18000", - "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" - }, - { - "shop_price": "30000", - "examine": "A badly damaged lump of dragon metal.", - "durability": null, - "low_alchemy": "12000", - "high_alchemy": "18000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "955683", - "name": "Ruined dragon armour lump", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14473" - }, - { - "shop_price": "30000", - "examine": "A badly damaged slice of dragon metal.", - "durability": null, - "low_alchemy": "12000", - "high_alchemy": "18000", - "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" - }, - { - "shop_price": "30000", - "examine": "A badly damaged slice of dragon metal.", - "durability": null, - "low_alchemy": "12000", - "high_alchemy": "18000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "1761141", - "name": "Ruined dragon armour slice", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14475" - }, - { - "shop_price": "30000", - "examine": "A badly damaged shard of dragon metal.", - "durability": null, - "low_alchemy": "12000", - "high_alchemy": "18000", - "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" - }, - { - "shop_price": "30000", - "examine": "A badly damaged shard of dragon metal.", - "durability": null, - "low_alchemy": "12000", - "high_alchemy": "18000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "1090493", - "name": "Ruined dragon armour shard", - "tradeable": "true", - "archery_ticket_price": "0", - "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, - "low_alchemy": "704000", - "high_alchemy": "1056000", - "destroy": "true", - "attack_speed": "4", - "absorb": "4,0,9", - "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" - }, - { - "shop_price": "1760000", - "examine": "Provides excellent protection.", - "durability": null, - "low_alchemy": "704000", - "high_alchemy": "1056000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "4453643", - "name": "Dragon platebody", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14480" - }, - { - "requirements": "{1,60}", - "examine": "Provides excellent protection.", - "durability": null, - "low_alchemy": "704000", - "high_alchemy": "1056000", - "destroy": "true", - "attack_speed": "4", - "absorb": "4,0,9", - "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", - "low_alchemy": "27000", - "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, - "high_alchemy": "40500", - "destroy": "true", - "weapon_interface": "9", - "render_anim": "2583", - "lendable": "true", - "name": "Dragon claws" - }, - { - "shop_price": "67500", - "examine": "A set of fighting claws.", - "durability": null, - "low_alchemy": "27000", - "high_alchemy": "40500", - "destroy": "true", - "attack_speed": "4", - "two_handed": "true", - "destroy_message": "Drop", - "grand_exchange_price": "1472441", - "name": "Dragon claws", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14485" - }, - { - "requirements": "{0,60}", - "examine": "A set of fighting claws.", - "has_special": "true", - "durability": null, - "low_alchemy": "27000", - "high_alchemy": "40500", - "destroy": "true", - "attack_speed": "4", - "two_handed": "true", - "weapon_interface": "9", - "absorb": "0,0,0", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "1472441", - "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" - }, - { - "shop_price": "65000", - "examine": "These look pretty heavy, but very elite.", - "requirements": "{1,40}", - "durability": null, - "low_alchemy": "26000", - "high_alchemy": "39000", - "destroy": "true", - "attack_speed": "4", - "absorb": "2,0,4", - "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" - }, - { - "shop_price": "65000", - "examine": "These look pretty heavy, but very elite.", - "durability": null, - "low_alchemy": "26000", - "high_alchemy": "39000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "41559", - "name": "Elite black platelegs", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14491" - }, - { - "shop_price": "64000", - "examine": "Provides excellent protection, and is elite.", - "requirements": "{1,40}", - "durability": null, - "low_alchemy": "25600", - "high_alchemy": "38400", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,0,6", - "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" - }, - { - "shop_price": "64000", - "examine": "Provides excellent protection, and is elite.", - "durability": null, - "low_alchemy": "25600", - "high_alchemy": "38400", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "38275", - "name": "Elite black platebody", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14493" - }, - { - "remove_head": "true", - "shop_price": "35200", - "examine": "A full face helmet, and elite.", - "requirements": "{1,40}", - "durability": null, - "low_alchemy": "14080", - "high_alchemy": "21120", - "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" - }, - { - "shop_price": "35200", - "examine": "A full face helmet, and elite.", - "durability": null, - "low_alchemy": "14080", - "high_alchemy": "21120", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "30542", - "name": "Elite black full helm", - "tradeable": "true", - "archery_ticket_price": "0", - "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" - }, - { - "shop_price": "120000", - "examine": "A robe worn by members of the Dagon'hai.", - "requirements": "{1,20}-{6,40}", - "durability": null, - "low_alchemy": "48000", - "high_alchemy": "72000", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,1,0", - "equipment_slot": "4", - "destroy_message": "Drop", - "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,0,2,0" - }, - { - "shop_price": "120000", - "examine": "A robe worn by members of the Dagon'hai.", - "durability": null, - "low_alchemy": "48000", - "high_alchemy": "72000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "71098", - "name": "Dagon'hai robe top", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14498" - }, - { - "shop_price": "15000", - "examine": "A hat worn by members of the Dagon'hai.", - "requirements": "{1,20}-{6,40}", - "durability": null, - "low_alchemy": "6000", - "high_alchemy": "9000", - "destroy": "true", - "attack_speed": "4", - "absorb": "1,0,0", - "equipment_slot": "0", - "destroy_message": "Drop", - "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.", - "durability": null, - "low_alchemy": "6000", - "high_alchemy": "9000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "9580", - "name": "Dagon'hai hat", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14500" - }, - { - "shop_price": "80000", - "examine": "A robe worn by members of the Dagon'hai.", - "requirements": "{1,20}-{6,40}", - "durability": null, - "low_alchemy": "32000", - "high_alchemy": "48000", - "destroy": "true", - "attack_speed": "4", - "absorb": "2,1,0", - "equipment_slot": "7", - "destroy_message": "Drop", - "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,0,2,0" - }, - { - "shop_price": "80000", - "examine": "A robe worn by members of the Dagon'hai.", - "durability": null, - "low_alchemy": "32000", - "high_alchemy": "48000", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "45691", - "name": "Dagon'hai robe bottom", - "tradeable": "true", - "archery_ticket_price": "0", - "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.", - "durability": null, - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "grand_exchange_price": "193541", - "name": "Dagon'hai robes set", - "tradeable": "true", - "archery_ticket_price": "0", - "id": "14525", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "destroy_message": "Drop", - "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": "true", - "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" - }, - { - "examine": "", - "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.", - "examine": "", - "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.", - "examine": "", - "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" - }, - { - "shop_price": "9", - "examine": "", - "durability": null, - "low_alchemy": "3", - "high_alchemy": "5", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "name": "Raw turkey", - "archery_ticket_price": "0", - "id": "14539", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "4", - "examine": "Mmm, this looks tasty.", - "durability": null, - "low_alchemy": "1", - "high_alchemy": "2", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "name": "Cooked turkey", - "archery_ticket_price": "0", - "id": "14540", - "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" - }, - { - "shop_price": "9", - "examine": "I need to cook this first.", - "durability": null, - "low_alchemy": "3", - "high_alchemy": "5", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "name": "Raw turkey drumstick", - "archery_ticket_price": "0", - "id": "14542", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "4", - "examine": "Mmm, this looks tasty.", - "durability": null, - "low_alchemy": "1", - "high_alchemy": "2", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "destroy_message": "Drop", - "name": "Cooked turkey drumstick", - "archery_ticket_price": "0", - "id": "14543", - "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.", - "examine": "", - "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" - }, - { - "destroy_message": "", - "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", - "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", - "equipment_slot": "10" - }, - { - "destroy_message": "", - "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", - "equipment_slot": "10" - }, - { - "destroy_message": "", - "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" - }, - { - "destroy_message": "", - "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" - }, - { - "destroy_message": "", - "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, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "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, - "low_alchemy": "80", - "high_alchemy": "120", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "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, - "low_alchemy": "120", - "high_alchemy": "180", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "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" - }, - { - "destroy_message": "", - "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" - }, - { - "destroy_message": "", - "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" - }, - { - "destroy_message": "", - "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", - "low_alchemy": "500", - "high_alchemy": "750", - "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" - }, - { - "shop_price": "1000", - "examine": "This will teleport me to Rellekka when I play it. ", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "3", - "destroy_message": "Drop", - "name": "Enchanted lyre(5)", - "archery_ticket_price": "0", - "id": "14590", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "shop_price": "1000", - "examine": "This will teleport me to Rellekka when I play it. ", - "durability": null, - "low_alchemy": "400", - "high_alchemy": "600", - "destroy": "true", - "attack_speed": "4", - "absorb": "0,0,0", - "equipment_slot": "3", - "destroy_message": "Drop", - "name": "Enchanted lyre(6)", - "archery_ticket_price": "0", - "id": "14591", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - }, - { - "examine": "These look pretty heavy, but very elite.", - "durability": null, - "low_alchemy": "26000", - "high_alchemy": "39000", - "destroy": "true", - "attack_speed": "4", - "absorb": "2,0,4", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "41559", - "name": "Elite black platelegs", - "archery_ticket_price": "0", - "id": "14592", - "bonuses": "0,0,0,-14,-6,52,50,25,-1,49,15,0,0,0,0" - }, - { - "examine": "Provides excellent protection, and is elite.", - "durability": null, - "low_alchemy": "25600", - "high_alchemy": "38400", - "destroy": "true", - "attack_speed": "4", - "absorb": "3,0,6", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "38275", - "name": "Elite black platebody", - "archery_ticket_price": "0", - "id": "14593", - "bonuses": "0,0,0,-20,-8,80,85,40,-2,80,40,0,0,0,0" - }, - { - "examine": "A full face helmet, and elite.", - "durability": null, - "low_alchemy": "14080", - "high_alchemy": "21120", - "destroy": "true", - "attack_speed": "4", - "absorb": "1,0,3", - "lendable": "true", - "destroy_message": "Drop", - "grand_exchange_price": "30542", - "name": "Elite black full helm", - "archery_ticket_price": "0", - "id": "14594", - "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" - }, - { - "destroy_message": "", - "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", - "examine": "", - "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" - }, - { - "destroy_message": "", - "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, - "low_alchemy": "40", - "high_alchemy": "60", - "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" - }, - { - "shop_price": "100", - "examine": "A feather from a phoenix. Used in Summoning (72).", - "durability": null, - "low_alchemy": "40", - "high_alchemy": "60", - "destroy": "true", - "attack_speed": "4", - "destroy_message": "Drop", - "grand_exchange_price": "3431", - "name": "Phoenix quill", - "tradeable": "true", - "archery_ticket_price": "0", - "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" - }, - { - "shop_price": "498", - "durability": null, - "name": "Rise from the ashes scroll", - "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", - "low_alchemy": "80", - "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, - "high_alchemy": "120", - "destroy": "true", - "weapon_interface": "6", - "render_anim": "1", - "attack_audios": "2500,2500,2517,2500", - "name": "Enhanced excalibur" - }, - { - "destroy_message": "", - "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" - }, - { - "destroy_message": "", - "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" - }, - { - "destroy_message": "", - "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, - "low_alchemy": "260", - "high_alchemy": "390", - "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, - "low_alchemy": "260", - "high_alchemy": "390", - "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", - "low_alchemy": "7050", - "high_alchemy": "10575", - "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", - "low_alchemy": "7050", - "high_alchemy": "10575", - "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", - "low_alchemy": "7050", - "high_alchemy": "10575", - "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", - "low_alchemy": "7050", - "high_alchemy": "10575", - "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", - "low_alchemy": "7050", - "high_alchemy": "10575", - "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, - "low_alchemy": "0", - "high_alchemy": "1", - "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", - "low_alchemy": "0", - "high_alchemy": "1", - "archery_ticket_price": "0", - "destroy": "true", - "id": "14649", - "equipment_slot": "12" - }, - { - "ge_buy_limit": "0", - "examine": "A standard issue wizard hat.", - "durability": null, - "low_alchemy": "0", - "high_alchemy": "1", - "weight": "0.1", - "destroy": "true", - "equipment_slot": "0", - "destroy_message": "", - "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" - }, - { - "id": "14651", - "examine": "Mysterious blueprints written in an alien language.", - "destroy": "true", - "destroy_message": " WARNING: You will have to reobtain this item the hard way.", - "requirements": "", - "durability": null, - "weight": "0.1", - "name": "Ancient Blueprints", - "archery_ticket_price": "0" - }, - { - "name": "Ring of the Star Sprite", - "id": "14652", - "examine": "A stardust-infused dragonstone ring.", - "destroy": "true", - "destroy_message": "You can get another by bringing the materials along with the blueprint to a Star Sprite.", - "durability": null, - "weight": "0.1", - "equipment_slot": "12", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" - } +[ + { + "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", + "destroy": "true", + "archery_ticket_price": "0", + "two_handed": "true", + "id": "0" + }, + { + "destroy_message": "I got this from Captain Lawgof.", + "shop_price": "1", + "examine": "Good for repairing a broken cannon.", + "durability": null, + "name": "Toolkit", + "tradeable": "false", + "destroy": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "1" + }, + { + "shop_price": "5", + "ge_buy_limit": "10000", + "examine": "Ammo for the Dwarf Cannon.", + "grand_exchange_price": "381", + "durability": null, + "name": "Cannonball", + "tradeable": "true", + "low_alchemy": "2", + "high_alchemy": "3", + "archery_ticket_price": "0", + "id": "2" + }, + { + "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", + "examine": "Used to make cannon ammunition.", + "durability": null, + "name": "Ammo mould", + "low_alchemy": "2", + "high_alchemy": "3", + "weight": "4.5", + "archery_ticket_price": "0", + "id": "4" + }, + { + "shop_price": "20", + "examine": "An old note book.", + "durability": null, + "name": "Instruction manual", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "0.51", + "archery_ticket_price": "0", + "id": "5" + }, + { + "shop_price": "187500", + "ge_buy_limit": "10", + "examine": "The cannon is built on this.", + "grand_exchange_price": "189000", + "durability": null, + "name": "Cannon base", + "tradeable": "true", + "low_alchemy": "75000", + "high_alchemy": "112500", + "weight": "7", + "archery_ticket_price": "0", + "id": "6" + }, + { + "shop_price": "187500", + "ge_buy_limit": "10", + "grand_exchange_price": "189000", + "durability": null, + "name": "Cannon base", + "tradeable": "true", + "low_alchemy": "75000", + "high_alchemy": "112500", + "archery_ticket_price": "0", + "id": "7" + }, + { + "shop_price": "187500", + "ge_buy_limit": "10", + "examine": "The mounting for the multicannon.", + "grand_exchange_price": "185000", + "durability": null, + "name": "Cannon stand", + "tradeable": "true", + "low_alchemy": "75000", + "high_alchemy": "112500", + "weight": "7", + "archery_ticket_price": "0", + "id": "8" + }, + { + "shop_price": "187500", + "ge_buy_limit": "10", + "grand_exchange_price": "185000", + "durability": null, + "name": "Cannon stand", + "tradeable": "true", + "low_alchemy": "75000", + "high_alchemy": "112500", + "archery_ticket_price": "0", + "id": "9" + }, + { + "shop_price": "187500", + "ge_buy_limit": "10", + "examine": "The barrels for the multicannon.", + "grand_exchange_price": "187000", + "durability": null, + "name": "Cannon barrels", + "tradeable": "true", + "low_alchemy": "75000", + "high_alchemy": "112500", + "weight": "7", + "archery_ticket_price": "0", + "id": "10" + }, + { + "shop_price": "187500", + "ge_buy_limit": "10", + "grand_exchange_price": "187000", + "durability": null, + "name": "Cannon barrels", + "tradeable": "true", + "low_alchemy": "75000", + "high_alchemy": "112500", + "archery_ticket_price": "0", + "id": "11" + }, + { + "shop_price": "187500", + "ge_buy_limit": "10", + "examine": "This powers the multicannon.", + "grand_exchange_price": "175200", + "durability": null, + "name": "Cannon furnace", + "tradeable": "true", + "low_alchemy": "75000", + "high_alchemy": "112500", + "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", + "low_alchemy": "75000", + "high_alchemy": "112500", + "archery_ticket_price": "0", + "id": "13" + }, + { + "shop_price": "1", + "examine": "A metal railing replacement.", + "durability": null, + "name": "Railing", + "archery_ticket_price": "0", + "id": "14" + }, + { + "examine": "A cloth given to me by Sir Galahad.", + "durability": null, + "name": "Holy table napkin", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "15" + }, + { + "examine": "A small tin whistle.", + "durability": null, + "name": "Magic whistle", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "16" + }, + { + "examine": "I wonder what happens when I ring it?", + "durability": null, + "name": "Grail bell", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "17" + }, + { + "examine": "It will point the way for me.", + "durability": null, + "name": "Magic gold feather", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "18" + }, + { + "examine": "A cog from some machinery.", + "durability": null, + "name": "White cog", + "weight": "1", + "archery_ticket_price": "0", + "id": "20" + }, + { + "examine": "A cog from some machinery.", + "durability": null, + "name": "Black cog", + "weight": "1", + "archery_ticket_price": "0", + "id": "21" + }, + { + "examine": "A cog from some machinery.", + "durability": null, + "name": "Blue cog", + "weight": "1", + "archery_ticket_price": "0", + "id": "22" + }, + { + "examine": "A cog from some machinery.", + "durability": null, + "name": "Red cog", + "weight": "1", + "archery_ticket_price": "0", + "id": "23" + }, + { + "examine": "Doesn't look very tasty.", + "durability": null, + "name": "Rat poison", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "24" + }, + { + "examine": "Wormy.", + "durability": null, + "name": "Red vine worm", + "archery_ticket_price": "0", + "id": "25" + }, + { + "examine": "Hemenster fishing contest trophy.", + "durability": null, + "name": "Fishing trophy", + "archery_ticket_price": "0", + "id": "26" + }, + { + "examine": "Pass to the Hemenster fishing contest.", + "durability": null, + "name": "Fishing pass", + "archery_ticket_price": "0", + "id": "27" + }, + { + "shop_price": "121", + "examine": "Drives away all known 6 legged creatures.", + "durability": null, + "name": "Insect repellent", + "low_alchemy": "1", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "28" + }, + { + "examine": "It's a bucket of wax.", + "durability": null, + "name": "Bucket of wax", + "low_alchemy": "2", + "high_alchemy": "3", + "weight": "2.5", + "archery_ticket_price": "0", + "id": "30" + }, + { + "examine": "You shouldn't have this.", + "name": "RDT Slot", + "id": "31" + }, + { + "shop_price": "3", + "examine": "A spooky candle.", + "durability": null, + "name": "Lit black candle", + "low_alchemy": "1", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "32" + }, + { + "shop_price": "24", + "examine": "A candle.", + "grand_exchange_price": "104", + "durability": null, + "name": "Lit candle", + "tradeable": "true", + "low_alchemy": "1", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "33" + }, + { + "shop_price": "24", + "examine": "A candle.", + "grand_exchange_price": "104", + "durability": null, + "name": "Lit candle", + "tradeable": "true", + "low_alchemy": "1", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "34" + }, + { + "shop_price": "200", + "examine": "This used to belong to King Arthur.", + "has_special": "true", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "name": "Excalibur", + "archery_ticket_price": "0", + "id": "35", + "bonuses": "20,29,-2,0,0,0,3,2,1,0,0,25,0,0,0" + }, + { + "shop_price": "24", + "ge_buy_limit": "100", + "examine": "A candle.", + "grand_exchange_price": "119", + "durability": null, + "name": "Candle", + "tradeable": "true", + "low_alchemy": "1", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "36" + }, + { + "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.", + "durability": null, + "name": "Black candle", + "low_alchemy": "1", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "38" + }, + { + "shop_price": "10", + "ge_buy_limit": "10000", + "examine": "I can make an arrow with these.", + "grand_exchange_price": "16", + "durability": null, + "name": "Bronze arrowtips", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "39" + }, + { + "shop_price": "26", + "ge_buy_limit": "10000", + "examine": "I can make an arrow with these.", + "grand_exchange_price": "23", + "durability": null, + "name": "Iron arrowtips", + "tradeable": "true", + "low_alchemy": "10", + "high_alchemy": "15", + "archery_ticket_price": "0", + "id": "40" + }, + { + "shop_price": "36", + "ge_buy_limit": "10000", + "examine": "I can make an arrow with these.", + "grand_exchange_price": "63", + "durability": null, + "name": "Steel arrowtips", + "tradeable": "true", + "low_alchemy": "14", + "high_alchemy": "21", + "archery_ticket_price": "0", + "id": "41" + }, + { + "shop_price": "68", + "ge_buy_limit": "10000", + "examine": "I can make an arrow with these.", + "grand_exchange_price": "74", + "durability": null, + "name": "Mithril arrowtips", + "tradeable": "true", + "low_alchemy": "27", + "high_alchemy": "40", + "archery_ticket_price": "0", + "id": "42" + }, + { + "shop_price": "160", + "ge_buy_limit": "10000", + "examine": "I can make an arrow with these.", + "grand_exchange_price": "185", + "durability": null, + "name": "Adamant arrowtips", + "tradeable": "true", + "low_alchemy": "64", + "high_alchemy": "96", + "archery_ticket_price": "0", + "id": "43" + }, + { + "shop_price": "460", + "ge_buy_limit": "10000", + "examine": "I can make an arrow with these.", + "grand_exchange_price": "839", + "durability": null, + "name": "Rune arrowtips", + "tradeable": "true", + "low_alchemy": "184", + "high_alchemy": "276", + "archery_ticket_price": "0", + "id": "44" + }, + { + "ge_buy_limit": "10000", + "examine": "Opal bolt tips.", + "grand_exchange_price": "1", + "durability": null, + "name": "Opal bolt tips", + "tradeable": "true", + "low_alchemy": "2", + "high_alchemy": "4", + "archery_ticket_price": "0", + "id": "45" + }, + { + "ge_buy_limit": "10000", + "examine": "Pearl bolt tips.", + "grand_exchange_price": "5", + "durability": null, + "name": "Pearl bolt tips", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "7", + "archery_ticket_price": "0", + "id": "46" + }, + { + "shop_price": "114", + "ge_buy_limit": "10000", + "examine": "I can make bolts with these.", + "grand_exchange_price": "44", + "durability": null, + "name": "Barb bolttips", + "tradeable": "false", + "low_alchemy": "38", + "high_alchemy": "57", + "destroy": "true", + "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, + "name": "Longbow (u)", + "tradeable": "true", + "low_alchemy": "24", + "high_alchemy": "36", + "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", + "low_alchemy": "9", + "high_alchemy": "13", + "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", + "low_alchemy": "4", + "high_alchemy": "7", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "32", + "high_alchemy": "48", + "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", + "low_alchemy": "64", + "high_alchemy": "96", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "128", + "high_alchemy": "192", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "256", + "high_alchemy": "384", + "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", + "low_alchemy": "160", + "high_alchemy": "240", + "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", + "low_alchemy": "512", + "high_alchemy": "768", + "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", + "low_alchemy": "320", + "high_alchemy": "480", + "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", + "examine": "A helmet, as worn by the minions of General Khazard.", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "2.7", + "equipment_slot": "0", + "destroy_message": "I can borrow another from the armoury near the Fight Arena.", + "name": "Khazard helmet", + "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, + "low_alchemy": "4", + "high_alchemy": "7", + "weight": "0.5", + "equipment_slot": "4", + "destroy_message": "I can borrow another from the armoury near the Fight Arena.", + "remove_sleeves": "true", + "name": "Khazard armour", + "archery_ticket_price": "0", + "id": "75", + "bonuses": "0,0,0,0,0,9,11,10,0,0,0,0,0,0,0" + }, + { + "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, + "name": "Khazard cell keys", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "76" + }, + { + "destroy_message": "Angor, the Khazard barman, has a stock of Khali brew.", + "shop_price": "5", + "examine": "A bottle of Khazard's worst brew.", + "durability": null, + "name": "Khali brew", + "low_alchemy": "2", + "tradeable": "false", + "high_alchemy": "3", + "destroy": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "77" + }, + { + "destroy_message": "Can only be fired from yew, magic, dark or twisted bows.", + "shop_price": "2", + "examine": "Can only be fired from yew, magic, or dark bows.", + "durability": null, + "name": "Ice arrows", + "tradeable": "false", + "high_alchemy": "1", + "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" + }, + { + "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" + }, + { + "examine": "It catches the light! (Temple of Ikov)", + "durability": null, + "name": "Shiny key", + "archery_ticket_price": "0", + "id": "85" + }, + { + "examine": "An amulet made by Lucien.", + "durability": null, + "name": "Pendant of lucien", + "low_alchemy": "4", + "high_alchemy": "7", + "archery_ticket_price": "0", + "id": "86", + "equipment_slot": "2" + }, + { + "examine": "Yet another amulet.", + "durability": null, + "name": "Armadyl pendant", + "low_alchemy": "4", + "high_alchemy": "7", + "archery_ticket_price": "0", + "id": "87", + "equipment_slot": "2" + }, + { + "examine": "Magic boots that make you lighter than normal.", + "durability": null, + "name": "Boots of lightness", + "low_alchemy": "2", + "high_alchemy": "3", + "weight": "-4.5", + "archery_ticket_price": "0", + "id": "88", + "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "examine": "Magic boots that make you lighter than normal.", + "durability": null, + "name": "Boots of lightness", + "low_alchemy": "2", + "high_alchemy": "3", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "89", + "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "examine": "It's very soft!", + "durability": null, + "name": "Child's blanket", + "low_alchemy": "2", + "high_alchemy": "3", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "90" + }, + { + "ge_buy_limit": "100", + "examine": "I need another ingredient to finish this guam potion.", + "grand_exchange_price": "285", + "durability": null, + "name": "Guam potion(unf)", + "tradeable": "true", + "low_alchemy": "1", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "91" + }, + { + "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.", + "grand_exchange_price": "43", + "durability": null, + "name": "Marrentill potion(unf)", + "tradeable": "true", + "low_alchemy": "2", + "high_alchemy": "3", + "archery_ticket_price": "0", + "id": "93" + }, + { + "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.", + "grand_exchange_price": "287", + "durability": null, + "name": "Tarromin potion(unf)", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "95" + }, + { + "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", + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "archery_ticket_price": "0", + "id": "97" + }, + { + "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.", + "grand_exchange_price": "4823", + "durability": null, + "name": "Ranarr potion(unf)", + "tradeable": "true", + "low_alchemy": "10", + "high_alchemy": "15", + "weight": "1", + "archery_ticket_price": "0", + "id": "99" + }, + { + "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.", + "grand_exchange_price": "2243", + "durability": null, + "name": "Irit potion(unf)", + "tradeable": "true", + "low_alchemy": "16", + "high_alchemy": "24", + "archery_ticket_price": "0", + "id": "101" + }, + { + "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.", + "grand_exchange_price": "3831", + "durability": null, + "name": "Avantoe potion(unf)", + "tradeable": "true", + "low_alchemy": "19", + "high_alchemy": "28", + "archery_ticket_price": "0", + "id": "103" + }, + { + "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.", + "grand_exchange_price": "1833", + "durability": null, + "name": "Kwuarm potion(unf)", + "tradeable": "true", + "low_alchemy": "21", + "high_alchemy": "32", + "archery_ticket_price": "0", + "id": "105" + }, + { + "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.", + "grand_exchange_price": "1844", + "durability": null, + "name": "Cadantine potion(unf)", + "tradeable": "true", + "low_alchemy": "26", + "high_alchemy": "39", + "archery_ticket_price": "0", + "id": "107" + }, + { + "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.", + "grand_exchange_price": "6740", + "durability": null, + "name": "Dwarf weed potion(unf)", + "tradeable": "true", + "low_alchemy": "28", + "high_alchemy": "42", + "archery_ticket_price": "0", + "id": "109" + }, + { + "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.", + "grand_exchange_price": "14500", + "durability": null, + "name": "Torstol potion(unf)", + "tradeable": "true", + "low_alchemy": "10", + "high_alchemy": "15", + "archery_ticket_price": "0", + "id": "111" + }, + { + "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.", + "grand_exchange_price": "1041", + "durability": null, + "name": "Strength potion(4)", + "tradeable": "true", + "low_alchemy": "600", + "high_alchemy": "900", + "archery_ticket_price": "0", + "id": "113" + }, + { + "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.", + "grand_exchange_price": "812", + "durability": null, + "name": "Strength potion(3)", + "tradeable": "true", + "low_alchemy": "600", + "high_alchemy": "900", + "archery_ticket_price": "0", + "id": "115" + }, + { + "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.", + "grand_exchange_price": "656", + "durability": null, + "name": "Strength potion(2)", + "tradeable": "true", + "low_alchemy": "600", + "high_alchemy": "900", + "archery_ticket_price": "0", + "id": "117" + }, + { + "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", + "ge_buy_limit": "100", + "examine": "1 dose of Strength potion.", + "grand_exchange_price": "355", + "durability": null, + "name": "Strength potion(1)", + "tradeable": "true", + "low_alchemy": "600", + "high_alchemy": "900", + "archery_ticket_price": "0", + "id": "119" + }, + { + "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.", + "grand_exchange_price": "195", + "durability": null, + "name": "Attack potion(3)", + "tradeable": "true", + "low_alchemy": "224", + "high_alchemy": "336", + "archery_ticket_price": "0", + "id": "121" + }, + { + "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.", + "grand_exchange_price": "113", + "durability": null, + "name": "Attack potion(2)", + "tradeable": "true", + "low_alchemy": "224", + "high_alchemy": "336", + "archery_ticket_price": "0", + "id": "123" + }, + { + "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", + "ge_buy_limit": "100", + "examine": "1 dose of Attack potion.", + "grand_exchange_price": "197", + "durability": null, + "name": "Attack potion(1)", + "tradeable": "true", + "low_alchemy": "224", + "high_alchemy": "336", + "archery_ticket_price": "0", + "id": "125" + }, + { + "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.", + "grand_exchange_price": "59", + "durability": null, + "name": "Restore potion(3)", + "tradeable": "true", + "low_alchemy": "35", + "high_alchemy": "52", + "weight": "0.03", + "archery_ticket_price": "0", + "id": "127" + }, + { + "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.", + "grand_exchange_price": "35", + "durability": null, + "name": "Restore potion(2)", + "tradeable": "true", + "low_alchemy": "35", + "high_alchemy": "52", + "weight": "0.03", + "archery_ticket_price": "0", + "id": "129" + }, + { + "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", + "ge_buy_limit": "100", + "examine": "1 dose of restore potion.", + "grand_exchange_price": "21", + "durability": null, + "name": "Restore potion(1)", + "tradeable": "true", + "low_alchemy": "35", + "high_alchemy": "52", + "weight": "0.03", + "archery_ticket_price": "0", + "id": "131" + }, + { + "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.", + "grand_exchange_price": "323", + "durability": null, + "name": "Defence potion(3)", + "tradeable": "true", + "low_alchemy": "352", + "high_alchemy": "528", + "archery_ticket_price": "0", + "id": "133" + }, + { + "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.", + "grand_exchange_price": "247", + "durability": null, + "name": "Defence potion(2)", + "tradeable": "true", + "low_alchemy": "352", + "high_alchemy": "528", + "archery_ticket_price": "0", + "id": "135" + }, + { + "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", + "ge_buy_limit": "100", + "examine": "1 dose of Defence Potion.", + "grand_exchange_price": "148", + "durability": null, + "name": "Defence potion(1)", + "tradeable": "true", + "low_alchemy": "352", + "high_alchemy": "528", + "archery_ticket_price": "0", + "id": "137" + }, + { + "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.", + "grand_exchange_price": "4134", + "durability": null, + "name": "Prayer potion(3)", + "tradeable": "true", + "low_alchemy": "61", + "high_alchemy": "91", + "archery_ticket_price": "0", + "id": "139" + }, + { + "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.", + "grand_exchange_price": "2868", + "durability": null, + "name": "Prayer potion(2)", + "tradeable": "true", + "low_alchemy": "61", + "high_alchemy": "91", + "archery_ticket_price": "0", + "id": "141" + }, + { + "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.", + "grand_exchange_price": "1353", + "durability": null, + "name": "Prayer potion(1)", + "tradeable": "true", + "low_alchemy": "61", + "high_alchemy": "91", + "archery_ticket_price": "0", + "id": "143" + }, + { + "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.", + "grand_exchange_price": "691", + "durability": null, + "name": "Super attack(3)", + "tradeable": "true", + "low_alchemy": "72", + "high_alchemy": "108", + "archery_ticket_price": "0", + "id": "145" + }, + { + "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.", + "grand_exchange_price": "451", + "durability": null, + "name": "Super attack(2)", + "tradeable": "true", + "low_alchemy": "72", + "high_alchemy": "108", + "archery_ticket_price": "0", + "id": "147" + }, + { + "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.", + "grand_exchange_price": "243", + "durability": null, + "name": "Super attack(1)", + "tradeable": "true", + "low_alchemy": "72", + "high_alchemy": "108", + "archery_ticket_price": "0", + "id": "149" + }, + { + "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.", + "grand_exchange_price": "40", + "durability": null, + "name": "Fishing potion(3)", + "tradeable": "true", + "low_alchemy": "100", + "high_alchemy": "150", + "weight": "0.03", + "archery_ticket_price": "0", + "id": "151" + }, + { + "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.", + "grand_exchange_price": "56", + "durability": null, + "name": "Fishing potion(2)", + "tradeable": "true", + "low_alchemy": "100", + "high_alchemy": "150", + "weight": "0.03", + "archery_ticket_price": "0", + "id": "153" + }, + { + "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.", + "grand_exchange_price": "87", + "durability": null, + "name": "Fishing potion(1)", + "tradeable": "true", + "low_alchemy": "100", + "high_alchemy": "150", + "weight": "0.03", + "archery_ticket_price": "0", + "id": "155" + }, + { + "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.", + "grand_exchange_price": "1679", + "durability": null, + "name": "Super strength(3)", + "tradeable": "true", + "low_alchemy": "88", + "high_alchemy": "132", + "archery_ticket_price": "0", + "id": "157" + }, + { + "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.", + "grand_exchange_price": "1164", + "durability": null, + "name": "Super strength(2)", + "tradeable": "true", + "low_alchemy": "88", + "high_alchemy": "132", + "archery_ticket_price": "0", + "id": "159" + }, + { + "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.", + "grand_exchange_price": "603", + "durability": null, + "name": "Super strength(1)", + "tradeable": "true", + "low_alchemy": "88", + "high_alchemy": "132", + "archery_ticket_price": "0", + "id": "161" + }, + { + "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.", + "grand_exchange_price": "113", + "durability": null, + "name": "Super defence(3)", + "tradeable": "true", + "low_alchemy": "105", + "high_alchemy": "158", + "archery_ticket_price": "0", + "id": "163" + }, + { + "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.", + "grand_exchange_price": "65", + "durability": null, + "name": "Super defence(2)", + "tradeable": "true", + "low_alchemy": "105", + "high_alchemy": "158", + "archery_ticket_price": "0", + "id": "165" + }, + { + "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.", + "grand_exchange_price": "41", + "durability": null, + "name": "Super defence(1)", + "tradeable": "true", + "low_alchemy": "105", + "high_alchemy": "158", + "archery_ticket_price": "0", + "id": "167" + }, + { + "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.", + "grand_exchange_price": "6224", + "durability": null, + "name": "Ranging potion(3)", + "tradeable": "true", + "low_alchemy": "115", + "high_alchemy": "172", + "archery_ticket_price": "0", + "id": "169" + }, + { + "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.", + "grand_exchange_price": "4330", + "durability": null, + "name": "Ranging potion(2)", + "tradeable": "true", + "low_alchemy": "115", + "high_alchemy": "172", + "archery_ticket_price": "0", + "id": "171" + }, + { + "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.", + "grand_exchange_price": "2068", + "durability": null, + "name": "Ranging potion(1)", + "tradeable": "true", + "low_alchemy": "115", + "high_alchemy": "172", + "archery_ticket_price": "0", + "id": "173" + }, + { + "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.", + "grand_exchange_price": "1239", + "durability": null, + "name": "Antipoison(3)", + "tradeable": "true", + "low_alchemy": "115", + "high_alchemy": "172", + "archery_ticket_price": "0", + "id": "175" + }, + { + "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.", + "grand_exchange_price": "822", + "durability": null, + "name": "Antipoison(2)", + "tradeable": "true", + "low_alchemy": "115", + "high_alchemy": "172", + "archery_ticket_price": "0", + "id": "177" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "822", + "durability": null, + "name": "Antipoison(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "178" + }, + { + "shop_price": "375", + "ge_buy_limit": "1000", + "examine": "1 dose of antipoison potion.", + "grand_exchange_price": "460", + "durability": null, + "name": "Antipoison(1)", + "tradeable": "true", + "low_alchemy": "115", + "high_alchemy": "172", + "archery_ticket_price": "0", + "id": "179" + }, + { + "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.", + "grand_exchange_price": "872", + "durability": null, + "name": "Super antipoison(3)", + "tradeable": "true", + "low_alchemy": "115", + "high_alchemy": "172", + "archery_ticket_price": "0", + "id": "181" + }, + { + "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.", + "grand_exchange_price": "509", + "durability": null, + "name": "Super antipoison(2)", + "tradeable": "true", + "low_alchemy": "115", + "high_alchemy": "172", + "archery_ticket_price": "0", + "id": "183" + }, + { + "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.", + "grand_exchange_price": "366", + "durability": null, + "name": "Super antipoison(1)", + "tradeable": "true", + "low_alchemy": "115", + "high_alchemy": "172", + "archery_ticket_price": "0", + "id": "185" + }, + { + "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.", + "grand_exchange_price": "33", + "durability": null, + "name": "Weapon poison", + "tradeable": "true", + "low_alchemy": "57", + "high_alchemy": "86", + "archery_ticket_price": "0", + "id": "187" + }, + { + "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.", + "grand_exchange_price": "1818", + "durability": null, + "name": "Zamorak brew(3)", + "tradeable": "true", + "low_alchemy": "70", + "high_alchemy": "105", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "189" + }, + { + "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.", + "grand_exchange_price": "1004", + "durability": null, + "name": "Zamorak brew(2)", + "tradeable": "true", + "low_alchemy": "70", + "high_alchemy": "105", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "191" + }, + { + "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.", + "grand_exchange_price": "1175", + "durability": null, + "name": "Zamorak brew(1)", + "tradeable": "true", + "low_alchemy": "70", + "high_alchemy": "105", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "193" + }, + { + "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.", + "grand_exchange_price": "117", + "durability": null, + "name": "Potion", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "195" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "117", + "durability": null, + "name": "Potion", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "196" + }, + { + "shop_price": "39", + "ge_buy_limit": "100", + "examine": "Stankers gives out these strange cocktails for free.", + "grand_exchange_price": "124", + "durability": null, + "name": "Poison chalice", + "tradeable": "true", + "low_alchemy": "8", + "high_alchemy": "12", + "archery_ticket_price": "0", + "id": "197" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "124", + "durability": null, + "name": "Poison chalice", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "198" + }, + { + "requirements": "{3,15}", + "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", + "id": "199" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "155", + "durability": null, + "name": "Grimy guam", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "200" + }, + { + "requirements": "{5,15}", + "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", + "id": "201" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "26", + "durability": null, + "name": "Grimy marrentill", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "202" + }, + { + "requirements": "{11,15}", + "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", + "id": "203" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "151", + "durability": null, + "name": "Grimy tarromin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "204" + }, + { + "requirements": "{20,15}", + "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", + "id": "205" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "275", + "durability": null, + "name": "Grimy harralander", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "206" + }, + { + "requirements": "{15,25}", + "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", + "id": "207" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "4909", + "durability": null, + "name": "Grimy ranarr", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "208" + }, + { + "requirements": "{15,40}", + "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", + "id": "209" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "2034", + "durability": null, + "name": "Grimy irit", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "210" + }, + { + "requirements": "{15,48}", + "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", + "id": "211" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "3789", + "durability": null, + "name": "Grimy avantoe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "212" + }, + { + "requirements": "{15,54}", + "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", + "id": "213" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1665", + "durability": null, + "name": "Grimy kwuarm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "214" + }, + { + "requirements": "{15,65}", + "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", + "id": "215" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1582", + "durability": null, + "name": "Grimy cadantine", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "216" + }, + { + "requirements": "{15,70}", + "ge_buy_limit": "10000", + "examine": "I need to clean this herb before I can use it.", + "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}", + "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", + "id": "219" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "35800", + "durability": null, + "name": "Grimy torstol", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "220" + }, + { + "shop_price": "3", + "ge_buy_limit": "10000", + "examine": "It seems to be looking at me.", + "grand_exchange_price": "27", + "durability": null, + "name": "Eye of newt", + "tradeable": "true", + "low_alchemy": "1", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "221" + }, + { + "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!", + "grand_exchange_price": "888", + "durability": null, + "name": "Red spiders' eggs", + "tradeable": "true", + "low_alchemy": "2", + "high_alchemy": "4", + "archery_ticket_price": "0", + "id": "223" + }, + { + "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.", + "grand_exchange_price": "1984", + "durability": null, + "name": "Limpwurt root", + "tradeable": "true", + "low_alchemy": "2", + "high_alchemy": "4", + "archery_ticket_price": "0", + "id": "225" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1984", + "durability": null, + "name": "Limpwurt root", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "226" + }, + { + "shop_price": "10", + "ge_buy_limit": "10000", + "examine": "A glass vial containing water.", + "grand_exchange_price": "35", + "durability": null, + "name": "Vial of water", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "0.02", + "archery_ticket_price": "0", + "id": "227" + }, + { + "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", + "ge_buy_limit": "10000", + "examine": "An empty glass vial.", + "grand_exchange_price": "2", + "durability": null, + "name": "Vial", + "tradeable": "true", + "low_alchemy": "2", + "high_alchemy": "3", + "archery_ticket_price": "0", + "id": "229" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "2", + "durability": null, + "name": "Vial", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "230" + }, + { + "shop_price": "67", + "ge_buy_limit": "10000", + "examine": "Strange spiky grass.", + "grand_exchange_price": "318", + "durability": null, + "name": "Snape grass", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "231" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "318", + "durability": null, + "name": "Snape grass", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "232" + }, + { + "shop_price": "4", + "ge_buy_limit": "1000", + "examine": "I can grind things for potions in this.", + "grand_exchange_price": "38", + "durability": null, + "name": "Pestle and mortar", + "tradeable": "true", + "low_alchemy": "1", + "high_alchemy": "2", + "weight": "0.05", + "archery_ticket_price": "0", + "id": "233" + }, + { + "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.", + "grand_exchange_price": "2460", + "durability": null, + "name": "Unicorn horn dust", + "tradeable": "true", + "low_alchemy": "8", + "high_alchemy": "12", + "archery_ticket_price": "0", + "id": "235" + }, + { + "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.", + "grand_exchange_price": "2481", + "durability": null, + "name": "Unicorn horn", + "tradeable": "true", + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "1", + "archery_ticket_price": "0", + "id": "237" + }, + { + "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.", + "grand_exchange_price": "1438", + "durability": null, + "name": "White berries", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "239" + }, + { + "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.", + "grand_exchange_price": "1336", + "durability": null, + "name": "Dragon scale dust", + "tradeable": "true", + "low_alchemy": "20", + "high_alchemy": "31", + "archery_ticket_price": "0", + "id": "241" + }, + { + "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.", + "grand_exchange_price": "1244", + "durability": null, + "name": "Blue dragon scale", + "tradeable": "true", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.01", + "archery_ticket_price": "0", + "id": "243" + }, + { + "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", + "id": "245" + }, + { + "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.", + "grand_exchange_price": "83", + "durability": null, + "name": "Jangerberries", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "247" + }, + { + "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", + "tradeable": "true", + "low_alchemy": "1", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "249" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "182", + "durability": null, + "name": "Clean guam", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "250" + }, + { + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "23", + "durability": null, + "name": "Clean marrentill", + "tradeable": "true", + "low_alchemy": "2", + "high_alchemy": "3", + "archery_ticket_price": "0", + "id": "251" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "23", + "durability": null, + "name": "Clean marrentill", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "252" + }, + { + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "144", + "durability": null, + "name": "Clean tarromin", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "253" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "144", + "durability": null, + "name": "Clean tarromin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "254" + }, + { + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "275", + "durability": null, + "name": "Clean harralander", + "tradeable": "true", + "low_alchemy": "8", + "high_alchemy": "12", + "archery_ticket_price": "0", + "id": "255" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "275", + "durability": null, + "name": "Clean harralander", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "256" + }, + { + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "4930", + "durability": null, + "name": "Clean ranarr", + "tradeable": "true", + "low_alchemy": "10", + "high_alchemy": "15", + "archery_ticket_price": "0", + "id": "257" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "4930", + "durability": null, + "name": "Clean ranarr", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "258" + }, + { + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "2072", + "durability": null, + "name": "Clean irit", + "tradeable": "true", + "low_alchemy": "16", + "high_alchemy": "24", + "archery_ticket_price": "0", + "id": "259" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "2072", + "durability": null, + "name": "Clean irit", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "260" + }, + { + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "3812", + "durability": null, + "name": "Clean avantoe", + "tradeable": "true", + "low_alchemy": "19", + "high_alchemy": "28", + "archery_ticket_price": "0", + "id": "261" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "3812", + "durability": null, + "name": "Clean avantoe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "262" + }, + { + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "1641", + "durability": null, + "name": "Clean kwuarm", + "tradeable": "true", + "low_alchemy": "21", + "high_alchemy": "32", + "archery_ticket_price": "0", + "id": "263" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1641", + "durability": null, + "name": "Clean kwuarm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "264" + }, + { + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "1585", + "durability": null, + "name": "Clean cadantine", + "tradeable": "true", + "low_alchemy": "26", + "high_alchemy": "39", + "archery_ticket_price": "0", + "id": "265" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1585", + "durability": null, + "name": "Clean cadantine", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "266" + }, + { + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "6925", + "durability": null, + "name": "Clean dwarf weed", + "tradeable": "true", + "low_alchemy": "28", + "high_alchemy": "42", + "archery_ticket_price": "0", + "id": "267" + }, + { + "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.", + "grand_exchange_price": "8400", + "durability": null, + "name": "Clean torstol", + "tradeable": "true", + "low_alchemy": "30", + "high_alchemy": "45", + "archery_ticket_price": "0", + "id": "269" + }, + { + "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", + "id": "271" + }, + { + "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" + }, + { + "destroy_message": "You'll have to make more in Draynor Manor.", + "examine": "This isn't good for fish.", + "durability": null, + "name": "Poisoned fish food", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "274" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "durability": null, + "name": "Key", + "archery_ticket_price": "0", + "id": "275" + }, + { + "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", + "id": "276" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "It's pretty full.", + "durability": null, + "name": "Oil can", + "low_alchemy": "1", + "tradeable": "false", + "high_alchemy": "1", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "277" + }, + { + "examine": "A sharp cattleprod.", + "durability": null, + "name": "Cattleprod", + "low_alchemy": "1", + "high_alchemy": "1", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "278", + "weapon_interface": "5", + "bonuses": "4,2,-4,1,0,0,0,0,1,0,0,3,0,0,0", + "equipment_slot": "3" + }, + { + "examine": "Councillor Halgrive gave me this to kill some sheep.", + "durability": null, + "name": "Sheep feed", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "279" + }, + { + "examine": "The suspicious-looking remains of a suspicious-looking sheep.", + "durability": null, + "name": "Sheep bones (1)", + "archery_ticket_price": "0", + "id": "280" + }, + { + "examine": "The suspicious-looking remains of a suspicious-looking sheep.", + "durability": null, + "name": "Sheep bones (2)", + "archery_ticket_price": "0", + "id": "281" + }, + { + "examine": "The suspicious-looking remains of a suspicious-looking sheep.", + "durability": null, + "name": "Sheep bones (3)", + "archery_ticket_price": "0", + "id": "282" + }, + { + "examine": "The suspicious-looking remains of a suspicious-looking sheep.", + "durability": null, + "name": "Sheep bones (4)", + "archery_ticket_price": "0", + "id": "283" + }, + { + "remove_sleeves": "true", + "examine": "This should protect me from the plague, I hope!", + "durability": null, + "name": "Plague jacket", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "285", + "equipment_slot": "7" + }, + { + "examine": "Armour designed to fit goblins.", + "durability": null, + "name": "Orange goblin mail", + "low_alchemy": "16", + "high_alchemy": "24", + "weight": "3", + "archery_ticket_price": "0", + "id": "286", + "equipment_slot": "4" + }, + { + "examine": "Armour designed to fit goblins.", + "durability": null, + "name": "Blue goblin mail", + "low_alchemy": "16", + "high_alchemy": "24", + "weight": "3", + "archery_ticket_price": "0", + "id": "287", + "equipment_slot": "4" + }, + { + "shop_price": "16", + "ge_buy_limit": "100", + "examine": "Armour designed to fit goblins.", + "durability": null, + "low_alchemy": "16", + "high_alchemy": "24", + "weight": "3.6", + "equipment_slot": "4", + "grand_exchange_price": "398", + "name": "Goblin mail", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "288" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "398", + "durability": null, + "name": "Goblin mail", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "289" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "This contains some vital research results.", + "durability": null, + "name": "Research package", + "weight": "1", + "archery_ticket_price": "0", + "id": "290" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "durability": null, + "name": "Notes", + "archery_ticket_price": "0", + "id": "291" + }, + { + "examine": "A book on elven history in northern RuneScape.", + "durability": null, + "name": "Book on baxtorian", + "high_alchemy": "1", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "1", + "tradeable": "false", + "high_alchemy": "1", + "destroy": "true", + "archery_ticket_price": "0", + "id": "300" + }, + { + "requirements": "{10,40}", + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "Useful for catching lobsters.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "0.2", + "grand_exchange_price": "100", + "name": "Lobster pot", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "301" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "100", + "durability": null, + "name": "Lobster pot", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "302" + }, + { + "shop_price": "40", + "ge_buy_limit": "100", + "examine": "Useful for catching small fish.", + "grand_exchange_price": "397", + "durability": null, + "name": "Small fishing net", + "tradeable": "true", + "low_alchemy": "2", + "high_alchemy": "3", + "weight": "4.5", + "archery_ticket_price": "0", + "id": "303" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "397", + "durability": null, + "name": "Small fishing net", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "304" + }, + { + "requirements": "{16,10}", + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "Useful for catching lots of fish.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "8.1", + "grand_exchange_price": "329", + "name": "Big fishing net", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "305" + }, + { + "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.", + "durability": null, + "low_alchemy": "2", + "high_alchemy": "3", + "weight": "1.3", + "grand_exchange_price": "74", + "name": "Fishing rod", + "tradeable": "true", + "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.In Daemonhiem: Just add feathers.", + "durability": null, + "low_alchemy": "2", + "high_alchemy": "3", + "weight": "1.3", + "grand_exchange_price": "123", + "name": "Fly fishing rod", + "tradeable": "true", + "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.", + "durability": null, + "low_alchemy": "18", + "high_alchemy": "27", + "weight": "1.3", + "grand_exchange_price": "235", + "name": "Harpoon", + "tradeable": "true", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "6", + "high_alchemy": "9", + "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", + "low_alchemy": "6", + "high_alchemy": "9", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "0.12", + "archery_ticket_price": "0", + "id": "325" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "12", + "durability": null, + "name": "Sardine", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "326" + }, + { + "shop_price": "7", + "ge_buy_limit": "20000", + "examine": "I should try cooking this.", + "grand_exchange_price": "31", + "durability": null, + "name": "Raw sardine", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "0.12", + "archery_ticket_price": "0", + "id": "327" + }, + { + "ge_buy_limit": "20000", + "grand_exchange_price": "31", + "durability": null, + "name": "Raw sardine", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "328" + }, + { + "shop_price": "88", + "ge_buy_limit": "10000", + "examine": "Some nicely cooked salmon.", + "grand_exchange_price": "278", + "durability": null, + "name": "Salmon", + "tradeable": "true", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "329" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "278", + "durability": null, + "name": "Salmon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "330" + }, + { + "shop_price": "36", + "ge_buy_limit": "20000", + "examine": "I should try cooking this.", + "grand_exchange_price": "172", + "durability": null, + "name": "Raw salmon", + "tradeable": "true", + "low_alchemy": "36", + "high_alchemy": "55", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "331" + }, + { + "ge_buy_limit": "20000", + "grand_exchange_price": "172", + "durability": null, + "name": "Raw salmon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "332" + }, + { + "shop_price": "7", + "ge_buy_limit": "10000", + "examine": "Some nicely cooked trout.", + "grand_exchange_price": "172", + "durability": null, + "name": "Trout", + "tradeable": "true", + "low_alchemy": "27", + "high_alchemy": "40", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "333" + }, + { + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "archery_ticket_price": "0", + "id": "337" + }, + { + "examine": "I should try cooking this.", + "durability": null, + "name": "Raw giant carp", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "10", + "high_alchemy": "15", + "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", + "low_alchemy": "10", + "high_alchemy": "15", + "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", + "low_alchemy": "6", + "high_alchemy": "9", + "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", + "low_alchemy": "6", + "high_alchemy": "9", + "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", + "low_alchemy": "10", + "high_alchemy": "15", + "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", + "low_alchemy": "10", + "high_alchemy": "15", + "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", + "low_alchemy": "10", + "high_alchemy": "15", + "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", + "low_alchemy": "6", + "high_alchemy": "10", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "48", + "high_alchemy": "72", + "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": "Wow, this is a big fish.", + "grand_exchange_price": "490", + "durability": null, + "name": "Raw bass", + "tradeable": "true", + "low_alchemy": "48", + "high_alchemy": "72", + "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", + "low_alchemy": "48", + "high_alchemy": "72", + "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", + "low_alchemy": "136", + "high_alchemy": "204", + "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", + "low_alchemy": "160", + "high_alchemy": "240", + "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", + "low_alchemy": "60", + "high_alchemy": "90", + "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", + "low_alchemy": "107", + "high_alchemy": "160", + "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", + "low_alchemy": "120", + "high_alchemy": "180", + "weight": "0.7", + "archery_ticket_price": "0", + "id": "383" + }, + { + "ge_buy_limit": "20000", + "grand_exchange_price": "1615", + "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", + "low_alchemy": "120", + "high_alchemy": "180", + "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": "Tastier when cooked.", + "grand_exchange_price": "2114", + "durability": null, + "name": "Raw manta ray", + "tradeable": "true", + "low_alchemy": "200", + "high_alchemy": "300", + "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", + "low_alchemy": "200", + "high_alchemy": "300", + "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": "Looks wrinkly.", + "grand_exchange_price": "2397", + "durability": null, + "name": "Raw sea turtle", + "tradeable": "true", + "low_alchemy": "200", + "high_alchemy": "300", + "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", + "low_alchemy": "200", + "high_alchemy": "300", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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" + }, + { + "examine": "Aww, it's empty.", + "durability": null, + "name": "Empty oyster", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "44", + "high_alchemy": "67", + "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", + "low_alchemy": "560", + "high_alchemy": "840", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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, + "name": "Lathas' amulet", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "421", + "equipment_slot": "2" + }, + { + "examine": "Birds love this stuff!", + "durability": null, + "name": "Bird feed", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "422" + }, + { + "examine": "(empty) It's empty... (full) It's full of pigeons.", + "durability": null, + "name": "Pigeon cage", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "424" + }, + { + "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" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "100", + "grand_exchange_price": "55", + "durability": null, + "name": "Priest gown", + "archery_ticket_price": "0", + "id": "426", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,3,0,0", + "equipment_slot": "4" + }, + { + "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", + "grand_exchange_price": "14", + "durability": null, + "name": "Priest gown", + "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", + "low_alchemy": "16", + "high_alchemy": "24", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "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.", + "tokkul_price": "4", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "2.25", + "grand_exchange_price": "80", + "name": "Tin ore", + "tradeable": "true", + "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", + "low_alchemy": "6", + "high_alchemy": "10", + "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.", + "tokkul_price": "112", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "45", + "weight": "2", + "grand_exchange_price": "180", + "name": "Silver ore", + "tradeable": "true", + "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", + "low_alchemy": "60", + "high_alchemy": "90", + "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", + "low_alchemy": "60", + "high_alchemy": "90", + "archery_ticket_price": "0", + "id": "446" + }, + { + "shop_price": "243", + "ge_buy_limit": "25000", + "examine": "This needs refining.", + "tokkul_price": "243", + "durability": null, + "low_alchemy": "64", + "high_alchemy": "97", + "weight": "1.75", + "grand_exchange_price": "420", + "name": "Mithril ore", + "tradeable": "true", + "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.", + "tokkul_price": "600", + "durability": null, + "low_alchemy": "160", + "high_alchemy": "240", + "weight": "2.7", + "grand_exchange_price": "1160", + "name": "Adamantite ore", + "tradeable": "true", + "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", + "low_alchemy": "1280", + "high_alchemy": "1920", + "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", + "low_alchemy": "18", + "high_alchemy": "27", + "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", + "low_alchemy": "4", + "tradeable": "false", + "high_alchemy": "6", + "destroy": "true", + "archery_ticket_price": "0", + "id": "456" + }, + { + "destroy_message": "You will need to speak to Thormac to get another cage.", + "examine": "It's empty!", + "durability": null, + "name": "Scorpion cage", + "low_alchemy": "4", + "tradeable": "false", + "high_alchemy": "6", + "destroy": "true", + "archery_ticket_price": "0", + "id": "457" + }, + { + "destroy_message": "You will need to speak to Thormac to get another cage.", + "examine": "It's empty!", + "durability": null, + "name": "Scorpion cage", + "low_alchemy": "4", + "tradeable": "false", + "high_alchemy": "6", + "destroy": "true", + "archery_ticket_price": "0", + "id": "458" + }, + { + "destroy_message": "You will need to speak to Thormac to get another cage.", + "examine": "It's empty!", + "durability": null, + "name": "Scorpion cage", + "low_alchemy": "4", + "tradeable": "false", + "high_alchemy": "6", + "destroy": "true", + "archery_ticket_price": "0", + "id": "459" + }, + { + "destroy_message": "You will need to speak to Thormac to get another cage.", + "examine": "It's empty!", + "durability": null, + "name": "Scorpion cage", + "low_alchemy": "4", + "tradeable": "false", + "high_alchemy": "6", + "destroy": "true", + "archery_ticket_price": "0", + "id": "460" + }, + { + "destroy_message": "You will need to speak to Thormac to get another cage.", + "examine": "It's empty!", + "durability": null, + "name": "Scorpion cage", + "low_alchemy": "4", + "tradeable": "false", + "high_alchemy": "6", + "destroy": "true", + "archery_ticket_price": "0", + "id": "461" + }, + { + "destroy_message": "You will need to speak to Thormac to get another cage.", + "examine": "It's empty!", + "durability": null, + "name": "Scorpion cage", + "low_alchemy": "4", + "tradeable": "false", + "high_alchemy": "6", + "destroy": "true", + "archery_ticket_price": "0", + "id": "462" + }, + { + "destroy_message": "You will need to speak to Thormac to get another cage.", + "examine": "It's empty!", + "durability": null, + "name": "Scorpion cage", + "low_alchemy": "4", + "tradeable": "false", + "high_alchemy": "6", + "destroy": "true", + "archery_ticket_price": "0", + "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", + "low_alchemy": "50", + "high_alchemy": "75", + "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", + "low_alchemy": "160", + "high_alchemy": "160", + "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", + "low_alchemy": "160", + "high_alchemy": "160", + "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", + "low_alchemy": "160", + "high_alchemy": "160", + "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", + "low_alchemy": "160", + "high_alchemy": "160", + "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", + "low_alchemy": "160", + "high_alchemy": "160", + "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", + "low_alchemy": "160", + "high_alchemy": "160", + "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", + "low_alchemy": "160", + "high_alchemy": "160", + "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", + "low_alchemy": "160", + "high_alchemy": "160", + "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", + "low_alchemy": "160", + "high_alchemy": "160", + "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", + "low_alchemy": "160", + "high_alchemy": "160", + "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", + "low_alchemy": "160", + "high_alchemy": "160", + "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", + "low_alchemy": "160", + "high_alchemy": "160", + "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", + "low_alchemy": "160", + "high_alchemy": "160", + "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", + "low_alchemy": "160", + "high_alchemy": "160", + "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", + "low_alchemy": "160", + "high_alchemy": "160", + "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", + "low_alchemy": "160", + "high_alchemy": "160", + "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", + "low_alchemy": "160", + "high_alchemy": "160", + "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", + "low_alchemy": "160", + "high_alchemy": "160", + "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", + "low_alchemy": "160", + "high_alchemy": "160", + "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 hatchet.", + "durability": null, + "name": "Picture", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "508" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "509" + }, + { + "examine": "A piece of ancient goblin hatchet.", + "durability": null, + "name": "Picture", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "510" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "511" + }, + { + "examine": "A piece of ancient goblin hatchet.", + "durability": null, + "name": "Picture", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "512" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "513" + }, + { + "examine": "A piece of ancient goblin hatchet.", + "durability": null, + "name": "Picture", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "514" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "515" + }, + { + "examine": "A piece of ancient goblin hatchet.", + "durability": null, + "name": "Picture", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "516" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "517" + }, + { + "examine": "A piece of ancient goblin hatchet.", + "durability": null, + "name": "Picture", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "518" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "519" + }, + { + "examine": "A piece of ancient goblin hatchet.", + "durability": null, + "name": "Picture", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "weight": "1", + "archery_ticket_price": "0", + "id": "525" + }, + { + "shop_price": "190", + "ge_buy_limit": "10000", + "grand_exchange_price": "190", + "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": "When the druids and Taverley as a whole were first graphically updated, the Druid robes themselves did not receive a graphical update, nor were they updated when the Troll Warzone update was released.", + "grand_exchange_price": "168", + "durability": null, + "name": "Druid's robe", + "tradeable": "true", + "low_alchemy": "16", + "high_alchemy": "24", + "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" + }, + { + "ge_buy_limit": "100", + "examine": "When the druids and Taverley as a whole were first graphically updated, the Druid robes themselves did not receive a graphical update, nor were they updated when the Troll Warzone update was released.", + "durability": null, + "low_alchemy": "16", + "high_alchemy": "24", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "328", + "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" + }, + { + "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", + "low_alchemy": "28", + "high_alchemy": "42", + "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", + "low_alchemy": "28", + "high_alchemy": "42", + "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 RuneScape 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": "Normal: It lets me talk to ghosts.", + "durability": null, + "name": "Ghostspeak amulet", + "tradeable": "false", + "low_alchemy": "14", + "high_alchemy": "21", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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, + "name": "Death rune", + "tradeable": "true", + "low_alchemy": "41", + "high_alchemy": "62", + "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", + "low_alchemy": "49", + "high_alchemy": "74", + "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, + "name": "Chaos rune", + "tradeable": "true", + "low_alchemy": "18", + "high_alchemy": "28", + "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", + "low_alchemy": "50", + "high_alchemy": "75", + "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", + "low_alchemy": "30", + "high_alchemy": "46", + "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", + "low_alchemy": "73", + "high_alchemy": "110", + "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", + "low_alchemy": "54", + "high_alchemy": "82", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "120", + "high_alchemy": "180", + "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", + "low_alchemy": "120", + "high_alchemy": "180", + "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", + "low_alchemy": "120", + "high_alchemy": "180", + "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", + "low_alchemy": "120", + "high_alchemy": "180", + "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, + "low_alchemy": "6", + "high_alchemy": "9", + "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, + "low_alchemy": "0", + "high_alchemy": "1", + "weight": "0.45", + "equipment_slot": "0", + "grand_exchange_price": "361", + "name": "Wizard hat", + "tradeable": "true", + "archery_ticket_price": "0", + "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", + "low_alchemy": "0", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "580" + }, + { + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "I can do magic better in this.", + "durability": null, + "low_alchemy": "5", + "high_alchemy": "7", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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 RuneScape.", + "grand_exchange_price": "658", + "durability": null, + "name": "Astronomy book", + "tradeable": "true", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "tradeable": "false", + "high_alchemy": "1", + "destroy": "true", + "archery_ticket_price": "0", + "id": "603" + }, + { + "shop_price": "160", + "examine": "A slender bone shard given to you by Zadimus.", + "durability": null, + "name": "Bone shard", + "archery_ticket_price": "0", + "id": "604" + }, + { + "shop_price": "100", + "examine": "A key fashioned from a shard of bone. (Shilo Village)", + "durability": null, + "name": "Bone key", + "archery_ticket_price": "0", + "id": "605" + }, + { + "examine": "A stone plaque with carved letters in it.", + "durability": null, + "name": "Stone-plaque", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "606" + }, + { + "examine": "An ancient tattered scroll.", + "durability": null, + "name": "Tattered scroll", + "archery_ticket_price": "0", + "id": "607" + }, + { + "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", + "weight": "1", + "archery_ticket_price": "0", + "id": "610" + }, + { + "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": "100,000 or more: \"X x coins\" where X is the exact number of coins in the stack.", + "durability": null, + "name": "Coins", + "archery_ticket_price": "0", + "id": "617" + }, + { + "examine": "Beads carved out of a bone.", + "durability": null, + "name": "Bone beads", + "archery_ticket_price": "0", + "id": "618" + }, + { + "shop_price": "35", + "examine": "Allows you to rest in the luxurious Paramayer[sic] Inn.", + "durability": null, + "name": "Paramaya ticket", + "archery_ticket_price": "0", + "id": "619" + }, + { + "shop_price": "35", + "examine": "Allows you to rest in the luxurious Paramayer[sic] Inn.", + "durability": null, + "name": "Paramaya ticket", + "archery_ticket_price": "0", + "id": "620" + }, + { + "examine": "Sold in Shilo Village for passage on the 'Lady of the Waves'.", + "durability": null, + "name": "Ship ticket", + "low_alchemy": "2", + "high_alchemy": "3", + "archery_ticket_price": "0", + "id": "621" + }, + { + "examine": "An ivory sword pommel.", + "durability": null, + "name": "Sword pommel", + "archery_ticket_price": "0", + "id": "623" + }, + { + "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", + "grand_exchange_price": "558", + "durability": null, + "name": "Boots", + "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", + "grand_exchange_price": "397", + "durability": null, + "name": "Boots", + "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", + "grand_exchange_price": "612", + "durability": null, + "name": "Boots", + "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", + "grand_exchange_price": "496", + "durability": null, + "name": "Boots", + "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", + "grand_exchange_price": "226", + "durability": null, + "name": "Boots", + "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 [colour].", + "durability": null, + "low_alchemy": "72", + "high_alchemy": "108", + "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 [colour].", + "durability": null, + "low_alchemy": "72", + "high_alchemy": "108", + "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 [colour].", + "durability": null, + "low_alchemy": "72", + "high_alchemy": "108", + "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 [colour].", + "durability": null, + "low_alchemy": "72", + "high_alchemy": "108", + "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 [colour].", + "durability": null, + "low_alchemy": "72", + "high_alchemy": "108", + "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", + "grand_exchange_price": "249", + "durability": null, + "name": "Robe bottoms", + "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", + "grand_exchange_price": "210", + "durability": null, + "name": "Robe bottoms", + "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", + "grand_exchange_price": "453", + "durability": null, + "name": "Robe bottoms", + "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", + "grand_exchange_price": "348", + "durability": null, + "name": "Robe bottoms", + "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", + "grand_exchange_price": "92", + "durability": null, + "name": "Robe bottoms", + "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", + "durability": null, + "name": "Hat", + "archery_ticket_price": "0", + "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", + "durability": null, + "name": "Hat", + "archery_ticket_price": "0", + "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", + "durability": null, + "name": "Hat", + "archery_ticket_price": "0", + "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", + "durability": null, + "name": "Hat", + "archery_ticket_price": "0", + "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", + "durability": null, + "name": "Hat", + "archery_ticket_price": "0", + "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", + "examine": "A Faladian Knight's sword.", + "walk_anim": "819", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "weight": "1", + "turn90ccw_anim": "822", + "attack_speed": "5", + "weapon_interface": "6", + "turn180_anim": "820", + "render_anim": "292", + "defence_anim": "397", + "equipment_slot": "3", + "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" + }, + { + "examine": "Definitely blue.", + "durability": null, + "name": "Blurite ore", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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./This tray contains mud.", + "durability": null, + "name": "Panning tray", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "677" + }, + { + "examine": "An empty tray for panning./This tray contains mud.", + "durability": null, + "name": "Panning tray", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "678" + }, + { + "examine": "An empty tray for panning./This tray contains mud.", + "durability": null, + "name": "Panning tray", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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" + }, + { + "examine": "A mixture of strong chemicals.", + "durability": null, + "name": "Chemical compound", + "weight": "2", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "720" + }, + { + "examine": "A specially made bowl constructed out of pure gold.", + "durability": null, + "name": "Gold bowl", + "low_alchemy": "280", + "high_alchemy": "420", + "archery_ticket_price": "0", + "id": "721" + }, + { + "examine": "A specially made bowl constructed out of pure gold and blessed.", + "durability": null, + "name": "Blessed gold bowl", + "low_alchemy": "280", + "high_alchemy": "420", + "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", + "low_alchemy": "280", + "high_alchemy": "420", + "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", + "low_alchemy": "280", + "high_alchemy": "420", + "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", + "low_alchemy": "280", + "high_alchemy": "420", + "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", + "low_alchemy": "280", + "high_alchemy": "420", + "weight": "1", + "archery_ticket_price": "0", + "id": "726" + }, + { + "examine": "One of nature's pipes.", + "durability": null, + "name": "Hollow reed", + "high_alchemy": "1", + "weight": "0.012", + "archery_ticket_price": "0", + "id": "727" + }, + { + "examine": "One of nature's pipes.", + "durability": null, + "name": "Hollow reed", + "high_alchemy": "1", + "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.", + "durability": null, + "low_alchemy": "64", + "high_alchemy": "96", + "weight": "0.4", + "equipment_slot": "0", + "grand_exchange_price": "472", + "name": "Blue hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "740", + "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,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" + }, + { + "attack_anims": "400,400,400,400", + "examine": "A black obsidian dagger, it has a strange aura about it.", + "attack_audios": "2517,2517,2500,2517", + "durability": null, + "name": "Dark dagger", + "archery_ticket_price": "0", + "id": "746", + "weapon_interface": "5", + "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,0,0,0,0", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3" + }, + { + "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", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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, + "low_alchemy": "1", + "high_alchemy": "2", + "weight": "3", + "turn90ccw_anim": "822", + "weapon_interface": "17", + "turn180_anim": "4227", + "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", + "low_alchemy": "6", + "tradeable": "false", + "high_alchemy": "9", + "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, + "low_alchemy": "6", + "high_alchemy": "9", + "weight": "1.8", + "turn90ccw_anim": "1208", + "attack_speed": "4", + "weapon_interface": "1", + "turn180_anim": "1206", + "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", + "low_alchemy": "810", + "high_alchemy": "1215", + "archery_ticket_price": "0", + "id": "773", + "equipment_slot": "12" + }, + { + "examine": "A perfect ruby necklace.", + "durability": null, + "name": "'perfect' necklace", + "low_alchemy": "870", + "high_alchemy": "1305", + "archery_ticket_price": "0", + "id": "774", + "equipment_slot": "2" + }, + { + "examine": "These gauntlets empower with a greater ability to cook fish.", + "durability": null, + "low_alchemy": "75000", + "high_alchemy": "75000", + "destroy": "true", + "weight": "0.2", + "equipment_slot": "9", + "destroy_message": "You can obtain another set of Cooking gauntlets from Dimintheis.", + "name": "Cooking gauntlets", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "775", + "bonuses": "2,2,2,0,0,8,9,7,0,0,3,2,0,0,0" + }, + { + "destroy_message": "You can obtain another set of Goldsmith gauntlets from Dimintheis.", + "examine": "These gauntlets empower the bearer whilst making gold.", + "durability": null, + "name": "Goldsmith gauntlets", + "low_alchemy": "75000", + "tradeable": "false", + "high_alchemy": "75000", + "destroy": "true", + "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" + }, + { + "destroy_message": "You can obtain another set of Chaos gauntlets from Dimintheis.", + "examine": "These gauntlets empower spell casters.", + "durability": null, + "name": "Chaos gauntlets", + "low_alchemy": "75000", + "tradeable": "false", + "high_alchemy": "75000", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "durability": null, + "name": "War ship", + "high_alchemy": "1", + "weight": "0.01", + "archery_ticket_price": "0", + "id": "795" + }, + { + "shop_price": "4", + "ge_buy_limit": "1000", + "examine": "A finely balanced throwing axe.", + "durability": null, + "low_alchemy": "1", + "high_alchemy": "2", + "attack_speed": "5", + "weapon_interface": "18", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "3", + "name": "Bronze thrownaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "800", + "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,5" + }, + { + "shop_price": "13", + "ge_buy_limit": "1000", + "examine": "A finely balanced throwing axe.", + "durability": null, + "low_alchemy": "5", + "high_alchemy": "7", + "attack_speed": "5", + "weapon_interface": "18", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "14", + "name": "Iron thrownaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "801", + "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,7" + }, + { + "requirements": "{4,5}", + "shop_price": "38", + "ge_buy_limit": "1000", + "examine": "A finely balanced throwing axe.", + "durability": null, + "low_alchemy": "15", + "high_alchemy": "22", + "attack_speed": "5", + "weapon_interface": "18", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "60", + "name": "Steel thrownaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "802", + "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,11" + }, + { + "requirements": "{4,20}", + "shop_price": "105", + "ge_buy_limit": "1000", + "examine": "A finely balanced throwing axe.", + "durability": null, + "low_alchemy": "28", + "high_alchemy": "42", + "attack_speed": "5", + "weapon_interface": "18", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "135", + "name": "Mithril thrownaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "803", + "bonuses": "0,0,0,0,12,0,0,0,0,0,0,0,0,0,16" + }, + { + "requirements": "{4,30}", + "shop_price": "262", + "ge_buy_limit": "1000", + "examine": "A finely balanced throwing axe.", + "durability": null, + "low_alchemy": "104", + "high_alchemy": "157", + "attack_speed": "5", + "weapon_interface": "18", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "138", + "name": "Adamant thrownaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "804", + "bonuses": "0,0,0,0,17,0,0,0,0,0,0,0,0,0,23" + }, + { + "requirements": "{4,40}", + "shop_price": "698", + "ge_buy_limit": "1000", + "examine": "A finely balanced throwing axe.", + "has_special": "true", + "durability": null, + "low_alchemy": "176", + "high_alchemy": "264", + "attack_speed": "5", + "weapon_interface": "18", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "243", + "name": "Rune thrownaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "805", + "bonuses": "0,0,0,0,26,0,0,0,0,0,0,0,0,0,36" + }, + { + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a bronze tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "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", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "806", + "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, + "high_alchemy": "1", + "attack_speed": "3", + "weapon_interface": "18", + "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", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "807", + "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, + "low_alchemy": "4", + "high_alchemy": "6", + "attack_speed": "3", + "weapon_interface": "18", + "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", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "808", + "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4" + }, + { + "requirements": "{4,20}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a mithril tip.", + "durability": null, + "low_alchemy": "10", + "high_alchemy": "15", + "attack_speed": "3", + "weapon_interface": "18", + "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", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "809", + "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, + "low_alchemy": "26", + "high_alchemy": "39", + "attack_speed": "3", + "weapon_interface": "18", + "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", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "810", + "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, + "low_alchemy": "140", + "high_alchemy": "210", + "attack_speed": "3", + "weapon_interface": "18", + "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", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "811", + "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", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "66", + "attack_audios": "2547,0,0,0", + "name": "Bronze dart(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "812", + "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, + "high_alchemy": "1", + "attack_speed": "3", + "weapon_interface": "18", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "66", + "attack_audios": "2547,0,0,0", + "name": "Iron dart(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "813", + "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, + "low_alchemy": "4", + "high_alchemy": "6", + "attack_speed": "3", + "weapon_interface": "18", + "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", + "archery_ticket_price": "0", + "id": "814", + "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4" + }, + { + "requirements": "{4,20}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a mithril tip.", + "durability": null, + "low_alchemy": "10", + "high_alchemy": "15", + "attack_speed": "3", + "weapon_interface": "18", + "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", + "archery_ticket_price": "0", + "id": "815", + "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, + "low_alchemy": "26", + "high_alchemy": "39", + "attack_speed": "3", + "weapon_interface": "18", + "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", + "archery_ticket_price": "0", + "id": "816", + "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, + "low_alchemy": "140", + "high_alchemy": "210", + "attack_speed": "3", + "weapon_interface": "18", + "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", + "id": "818", + "equipment_slot": "3" + }, + { + "ge_buy_limit": "5000", + "examine": "A deadly looking dart tip made of bronze - needs feathers for flight.", + "grand_exchange_price": "24", + "attack_audios": "2547,0,0,0", + "durability": null, + "name": "Bronze dart tip", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "819" + }, + { + "ge_buy_limit": "5000", + "examine": "A deadly looking dart tip made of iron - needs feathers for flight.", + "grand_exchange_price": "19", + "attack_audios": "2547,0,0,0", + "durability": null, + "name": "Iron dart tip", + "tradeable": "true", + "low_alchemy": "1", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "820" + }, + { + "ge_buy_limit": "5000", + "examine": "A deadly looking dart tip made of steel - needs feathers for flight.", + "grand_exchange_price": "66", + "attack_audios": "2547,0,0,0", + "durability": null, + "name": "Steel dart tip", + "tradeable": "true", + "low_alchemy": "2", + "high_alchemy": "3", + "archery_ticket_price": "0", + "id": "821" + }, + { + "ge_buy_limit": "5000", + "examine": "A deadly looking dart tip made of mithril - needs feathers for flight.", + "grand_exchange_price": "97", + "attack_audios": "2547,0,0,0", + "durability": null, + "name": "Mithril dart tip", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "7", + "archery_ticket_price": "0", + "id": "822" + }, + { + "ge_buy_limit": "5000", + "examine": "A deadly looking dart tip made of adamantite - needs feathers for flight.", + "grand_exchange_price": "212", + "attack_audios": "2547,0,0,0", + "durability": null, + "name": "Adamant dart tip", + "tradeable": "true", + "low_alchemy": "14", + "high_alchemy": "21", + "archery_ticket_price": "0", + "id": "823" + }, + { + "ge_buy_limit": "5000", + "examine": "A deadly looking dart tip made of runite - needs feathers for flight.", + "grand_exchange_price": "498", + "attack_audios": "2547,0,0,0", + "durability": null, + "name": "Rune dart tip", + "tradeable": "true", + "low_alchemy": "70", + "high_alchemy": "105", + "archery_ticket_price": "0", + "id": "824" + }, + { + "shop_price": "6", + "ge_buy_limit": "1000", + "examine": "A bronze-tipped javelin.", + "durability": null, + "low_alchemy": "2", + "high_alchemy": "3", + "attack_speed": "6", + "weapon_interface": "18", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "6", + "name": "Bronze javelin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "825", + "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, + "low_alchemy": "3", + "high_alchemy": "4", + "attack_speed": "6", + "weapon_interface": "18", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "2", + "name": "Iron javelin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "826", + "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, + "low_alchemy": "14", + "high_alchemy": "22", + "attack_speed": "6", + "weapon_interface": "18", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "19", + "name": "Steel javelin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "827", + "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, + "low_alchemy": "39", + "high_alchemy": "58", + "attack_speed": "6", + "weapon_interface": "18", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "25", + "name": "Mithril javelin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "828", + "bonuses": "0,0,0,0,17,0,0,0,0,0,0,0,0,0,18" + }, + { + "requirements": "{4,30}", + "shop_price": "100", + "ge_buy_limit": "1000", + "examine": "An adamant tipped javelin.", + "durability": null, + "low_alchemy": "98", + "high_alchemy": "147", + "attack_speed": "6", + "weapon_interface": "18", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "51", + "name": "Adamant javelin", + "tradeable": "true", + "archery_ticket_price": "100", + "id": "829", + "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, + "low_alchemy": "249", + "high_alchemy": "374", + "attack_speed": "6", + "weapon_interface": "18", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "186", + "name": "Rune javelin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "830", + "bonuses": "0,0,0,0,38,0,0,0,0,0,0,0,0,0,42" + }, + { + "shop_price": "6", + "ge_buy_limit": "1000", + "examine": "A bronze-tipped javelin.", + "durability": null, + "low_alchemy": "2", + "high_alchemy": "3", + "attack_speed": "6", + "weapon_interface": "18", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "19", + "name": "Bronze javelin(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "831", + "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, + "low_alchemy": "3", + "high_alchemy": "4", + "attack_speed": "6", + "weapon_interface": "18", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "19", + "name": "Iron javelin(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "832", + "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, + "low_alchemy": "14", + "high_alchemy": "22", + "attack_speed": "6", + "weapon_interface": "18", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "34", + "name": "Steel javelin(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "833", + "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, + "low_alchemy": "39", + "high_alchemy": "58", + "attack_speed": "6", + "weapon_interface": "18", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "44", + "name": "Mithril javelin(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "834", + "bonuses": "0,0,0,0,17,0,0,0,0,0,0,0,0,0,18" + }, + { + "requirements": "{4,30}", + "shop_price": "100", + "ge_buy_limit": "1000", + "examine": "An adamant tipped javelin.", + "durability": null, + "low_alchemy": "98", + "high_alchemy": "147", + "attack_speed": "6", + "weapon_interface": "18", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "88", + "name": "Adamant javelin(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "835", + "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, + "low_alchemy": "249", + "high_alchemy": "374", + "attack_speed": "6", + "weapon_interface": "18", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "256", + "name": "Rune javelin(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "836", + "bonuses": "0,0,0,0,38,0,0,0,0,0,0,0,0,0,42" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "This fires crossbow bolts.", + "walk_anim": "4226", + "low_alchemy": "28", + "turn90ccw_anim": "822", + "attack_speed": "6", + "turn180_anim": "4227", + "defence_anim": "424", + "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, + "high_alchemy": "42", + "weight": "8", + "weapon_interface": "17", + "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", + "turn90cw_anim": "821", + "examine": "A nice sturdy bow.", + "walk_anim": "819", + "low_alchemy": "32", + "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", + "durability": null, + "high_alchemy": "48", + "weight": "1.8", + "weapon_interface": "16", + "render_anim": "1", + "attack_audios": "2700,0,0,0", + "name": "Longbow" + }, + { + "ge_buy_limit": "5000", + "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", + "low_alchemy": "20", + "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, + "high_alchemy": "30", + "weight": "1.33", + "weapon_interface": "16", + "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", + "ge_buy_limit": "5000", + "examine": "A shortbow made out of oak, still effective.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "1.8", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "16", + "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", + "ge_buy_limit": "5000", + "examine": "A nice sturdy bow made out of oak.", + "durability": null, + "low_alchemy": "64", + "high_alchemy": "96", + "weight": "2", + "attack_speed": "6", + "two_handed": "true", + "weapon_interface": "16", + "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", + "ge_buy_limit": "5000", + "examine": "A nice sturdy bow made out of willow.", + "durability": null, + "low_alchemy": "128", + "high_alchemy": "192", + "weight": "1.5", + "attack_speed": "6", + "two_handed": "true", + "weapon_interface": "16", + "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", + "ge_buy_limit": "5000", + "examine": "A shortbow made out of willow, still effective.", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "weight": "1", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "16", + "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", + "ge_buy_limit": "5000", + "examine": "A nice sturdy bow made out of maple.", + "durability": null, + "low_alchemy": "256", + "high_alchemy": "384", + "weight": "1.8", + "attack_speed": "6", + "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": "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", + "ge_buy_limit": "5000", + "examine": "A shortbow made out of maple, still effective.", + "durability": null, + "low_alchemy": "160", + "high_alchemy": "240", + "weight": "1", + "attack_speed": "4", + "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": "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", + "ge_buy_limit": "5000", + "examine": "A nice sturdy bow made out of yew.", + "durability": null, + "low_alchemy": "512", + "high_alchemy": "768", + "weight": "1.8", + "attack_speed": "6", + "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": "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, + "low_alchemy": "320", + "high_alchemy": "480", + "weight": "1", + "attack_speed": "4", + "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": "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", + "ge_buy_limit": "5000", + "examine": "A nice sturdy magical bow.", + "has_special": "true", + "durability": null, + "low_alchemy": "1024", + "high_alchemy": "1536", + "weight": "1.8", + "attack_speed": "6", + "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": "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", + "ge_buy_limit": "5000", + "examine": "Short and magical, but still effective.", + "has_special": "true", + "durability": null, + "low_alchemy": "640", + "high_alchemy": "960", + "weight": "1.3", + "attack_speed": "4", + "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": "959", + "attack_audios": "2700,0,0,0", + "name": "Magic shortbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "861", + "bonuses": "0,0,0,0,69,0,0,0,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "959", + "durability": null, + "name": "Magic shortbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "862" + }, + { + "shop_price": "58", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "low_alchemy": "23", + "high_alchemy": "34", + "attack_speed": "3", + "weapon_interface": "18", + "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", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "863", + "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4" + }, + { + "shop_price": "14", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "low_alchemy": "5", + "high_alchemy": "8", + "attack_speed": "3", + "weapon_interface": "18", + "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", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "864", + "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,3" + }, + { + "requirements": "{4,5}", + "shop_price": "68", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "low_alchemy": "27", + "high_alchemy": "40", + "attack_speed": "3", + "weapon_interface": "18", + "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", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "865", + "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,7" + }, + { + "requirements": "{4,20}", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "low_alchemy": "10", + "high_alchemy": "16", + "attack_speed": "3", + "weapon_interface": "18", + "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", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "866", + "bonuses": "0,0,0,0,11,0,0,0,0,0,0,0,0,0,10" + }, + { + "requirements": "{4,30}", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "low_alchemy": "26", + "high_alchemy": "40", + "attack_speed": "3", + "weapon_interface": "18", + "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", + "archery_ticket_price": "0", + "id": "867", + "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, + "low_alchemy": "66", + "high_alchemy": "100", + "attack_speed": "3", + "weapon_interface": "18", + "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", + "archery_ticket_price": "0", + "id": "868", + "bonuses": "0,0,0,0,25,0,0,0,0,0,0,0,0,0,24" + }, + { + "requirements": "{4,10}", + "shop_price": "15", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "low_alchemy": "7", + "high_alchemy": "11", + "attack_speed": "3", + "weapon_interface": "18", + "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", + "archery_ticket_price": "0", + "id": "869", + "bonuses": "0,0,0,0,10,0,0,0,0,0,0,0,0,0,8" + }, + { + "shop_price": "14", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "low_alchemy": "5", + "high_alchemy": "8", + "attack_speed": "3", + "weapon_interface": "18", + "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", + "archery_ticket_price": "0", + "id": "870", + "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, + "low_alchemy": "23", + "high_alchemy": "34", + "attack_speed": "3", + "weapon_interface": "18", + "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", + "archery_ticket_price": "0", + "id": "871", + "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, + "low_alchemy": "27", + "high_alchemy": "40", + "attack_speed": "3", + "weapon_interface": "18", + "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, + "low_alchemy": "10", + "high_alchemy": "16", + "attack_speed": "3", + "weapon_interface": "18", + "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, + "low_alchemy": "7", + "high_alchemy": "11", + "attack_speed": "3", + "weapon_interface": "18", + "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", + "archery_ticket_price": "0", + "id": "874", + "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, + "low_alchemy": "26", + "high_alchemy": "40", + "attack_speed": "3", + "weapon_interface": "18", + "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)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "875", + "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, + "low_alchemy": "66", + "high_alchemy": "100", + "attack_speed": "3", + "weapon_interface": "18", + "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)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "876", + "bonuses": "0,0,0,0,25,0,0,0,0,0,0,0,0,0,24" + }, + { + "shop_price": "3", + "ge_buy_limit": "10000", + "examine": "Bronze crossbow bolts.", + "durability": null, + "low_alchemy": "1", + "high_alchemy": "1", + "equipment_slot": "13", + "grand_exchange_price": "12", + "name": "Bronze 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" + }, + { + "shop_price": "3", + "ge_buy_limit": "10000", + "examine": "Bronze crossbow bolts.", + "durability": null, + "low_alchemy": "1", + "high_alchemy": "1", + "equipment_slot": "13", + "grand_exchange_price": "38", + "name": "Bronze bolts(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "878", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10" + }, + { + "ge_buy_limit": "25000", + "examine": "Opal tipped bronze crossbow bolts", + "grand_exchange_price": "5", + "durability": null, + "name": "Opal bolts", + "tradeable": "true", + "low_alchemy": "2", + "high_alchemy": "4", + "archery_ticket_price": "0", + "id": "879", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,14", + "equipment_slot": "13" + }, + { + "requirements": "{4,26}", + "ge_buy_limit": "25000", + "examine": "Pearl tipped Iron crossbow bolts.", + "durability": null, + "low_alchemy": "5", + "high_alchemy": "7", + "equipment_slot": "13", + "grand_exchange_price": "32", + "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" + }, + { + "shop_price": "80", + "ge_buy_limit": "10000", + "examine": "Great if you have a crossbow!", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "equipment_slot": "13", + "grand_exchange_price": "42", + "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" + }, + { + "shop_price": "7", + "ge_buy_limit": "10000", + "examine": "Arrows with bronze heads.", + "durability": null, + "low_alchemy": "2", + "high_alchemy": "4", + "equipment_slot": "13", + "grand_exchange_price": "10", + "name": "Bronze arrow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "882", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,7" + }, + { + "shop_price": "7", + "ge_buy_limit": "10000", + "examine": "Arrows with bronze heads.", + "durability": null, + "low_alchemy": "2", + "high_alchemy": "4", + "equipment_slot": "13", + "grand_exchange_price": "39", + "name": "Bronze arrow(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "883", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,7" + }, + { + "shop_price": "20", + "ge_buy_limit": "10000", + "examine": "Arrows with iron heads.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "equipment_slot": "13", + "grand_exchange_price": "10", + "name": "Iron arrow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "884", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10" + }, + { + "shop_price": "20", + "ge_buy_limit": "10000", + "examine": "Arrows with iron heads.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "equipment_slot": "13", + "grand_exchange_price": "41", + "name": "Iron arrow(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "885", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10" + }, + { + "requirements": "{4,5}", + "shop_price": "46", + "ge_buy_limit": "10000", + "examine": "Arrows with steel heads.", + "durability": null, + "low_alchemy": "18", + "high_alchemy": "27", + "equipment_slot": "13", + "grand_exchange_price": "25", + "name": "Steel arrow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "886", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,16" + }, + { + "requirements": "{4,5}", + "shop_price": "46", + "ge_buy_limit": "10000", + "examine": "Arrows with steel heads.", + "durability": null, + "low_alchemy": "18", + "high_alchemy": "27", + "equipment_slot": "13", + "grand_exchange_price": "69", + "name": "Steel arrow(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "887", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,16" + }, + { + "requirements": "{4,20}", + "shop_price": "76", + "ge_buy_limit": "10000", + "examine": "Arrows with mithril heads.", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "45", + "equipment_slot": "13", + "grand_exchange_price": "30", + "name": "Mithril arrow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "888", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22" + }, + { + "requirements": "{4,20}", + "shop_price": "76", + "ge_buy_limit": "10000", + "examine": "Arrows with mithril heads.", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "45", + "equipment_slot": "13", + "grand_exchange_price": "69", + "name": "Mithril arrow(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "889", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22" + }, + { + "requirements": "{4,30}", + "shop_price": "172", + "ge_buy_limit": "10000", + "examine": "Arrows with adamantite heads.", + "durability": null, + "low_alchemy": "68", + "high_alchemy": "103", + "equipment_slot": "13", + "grand_exchange_price": "111", + "name": "Adamant arrow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "890", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,31" + }, + { + "requirements": "{4,30}", + "shop_price": "172", + "ge_buy_limit": "10000", + "examine": "Arrows with adamantite heads.", + "durability": null, + "low_alchemy": "68", + "high_alchemy": "103", + "equipment_slot": "13", + "grand_exchange_price": "109", + "name": "Adamant arrow(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "891", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,31" + }, + { + "requirements": "{4,40}", + "shop_price": "510", + "ge_buy_limit": "10000", + "examine": "Arrows with rune heads.", + "durability": null, + "low_alchemy": "204", + "high_alchemy": "306", + "equipment_slot": "13", + "grand_exchange_price": "212", + "name": "Rune arrow", + "tradeable": "true", + "archery_ticket_price": "40", + "id": "892", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,49" + }, + { + "requirements": "{4,40}", + "shop_price": "510", + "ge_buy_limit": "10000", + "examine": "Arrows with rune heads.", + "durability": null, + "low_alchemy": "204", + "high_alchemy": "306", + "equipment_slot": "13", + "grand_exchange_price": "257", + "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" + }, + { + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "942", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,7", + "equipment_slot": "13" + }, + { + "examine": "Some meaty worms.", + "durability": null, + "name": "Worm", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "943" + }, + { + "durability": null, + "name": "Worm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "944" + }, + { + "durability": null, + "name": "Throwing rope", + "archery_ticket_price": "0", + "id": "945", + "equipment_slot": "3" + }, + { + "shop_price": "25", + "ge_buy_limit": "100", + "examine": "A dangerous looking knife.", + "grand_exchange_price": "32", + "durability": null, + "name": "Knife", + "tradeable": "true", + "low_alchemy": "10", + "high_alchemy": "15", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "946" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "32", + "durability": null, + "name": "Knife", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "947" + }, + { + "shop_price": "4", + "ge_buy_limit": "100", + "examine": "This would make warm clothing.", + "grand_exchange_price": "9", + "durability": null, + "name": "Bear fur", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "3", + "archery_ticket_price": "0", + "id": "948" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "9", + "durability": null, + "name": "Bear fur", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "949" + }, + { + "shop_price": "21", + "ge_buy_limit": "100", + "examine": "It's a sheet of silk.", + "grand_exchange_price": "27", + "durability": null, + "name": "Silk", + "tradeable": "true", + "low_alchemy": "22", + "high_alchemy": "33", + "weight": "1", + "archery_ticket_price": "0", + "id": "950" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "27", + "durability": null, + "name": "Silk", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "951" + }, + { + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "A slightly muddy spade. / Popular with farmers and treasure hunters.", + "grand_exchange_price": "117", + "durability": null, + "name": "Spade", + "tradeable": "true", + "low_alchemy": "1", + "high_alchemy": "1", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "952" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "117", + "durability": null, + "name": "Spade", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "953" + }, + { + "shop_price": "18", + "ge_buy_limit": "100", + "examine": "A coil of rope.", + "grand_exchange_price": "96", + "durability": null, + "name": "Rope", + "tradeable": "true", + "low_alchemy": "7", + "high_alchemy": "10", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "954" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "96", + "durability": null, + "name": "Rope", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "955" + }, + { + "examine": "Get your axes from Bob's Axes.", + "durability": null, + "name": "Flier", + "high_alchemy": "1", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "18", + "high_alchemy": "27", + "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, + "low_alchemy": "16", + "high_alchemy": "24", + "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", + "low_alchemy": "4", + "high_alchemy": "7", + "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": "100,000 or more: \"X x coins\" where X is the exact number of coins in the stack.", + "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", + "high_alchemy": "1", + "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.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "187", + "name": "Cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1007", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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.", + "durability": null, + "high_alchemy": "1", + "weight": "0.9", + "equipment_slot": "7", + "grand_exchange_price": "208", + "name": "Blue skirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1011", + "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,0,0,0" + }, + { + "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.", + "durability": null, + "high_alchemy": "1", + "weight": "0.9", + "equipment_slot": "7", + "grand_exchange_price": "216", + "name": "Pink skirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1013", + "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,0,0,0" + }, + { + "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.", + "durability": null, + "high_alchemy": "1", + "weight": "0.9", + "equipment_slot": "7", + "grand_exchange_price": "30", + "name": "Black skirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1015", + "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,0,0,0" + }, + { + "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.", + "durability": null, + "low_alchemy": "0", + "high_alchemy": "1", + "equipment_slot": "0", + "grand_exchange_price": "280", + "name": "Wizard hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1017", + "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,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.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "209", + "name": "Cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1019", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "504", + "name": "Cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1021", + "bonuses": "0,0,0,0,0,0,1,1,0,2,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": "Cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1022" + }, + { + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "A thick yellow cape.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "439", + "name": "Cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1023", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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", + "low_alchemy": "0", + "high_alchemy": "1", + "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.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1061", + "name": "Cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1027", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "955", + "name": "Cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1029", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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, + "low_alchemy": "8", + "high_alchemy": "12", + "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.", + "durability": null, + "low_alchemy": "12", + "high_alchemy": "18", + "weight": "0.9", + "equipment_slot": "7", + "grand_exchange_price": "2481", + "name": "Zamorak robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1033", + "bonuses": "0,0,0,2,0,0,0,0,3,0,0,0,3,0,0" + }, + { + "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, + "low_alchemy": "16", + "high_alchemy": "24", + "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" + }, + { + "shop_price": "1", + "examine": "A rabbit-like adornment.", + "durability": null, + "low_alchemy": "0", + "high_alchemy": "0", + "destroy": "true", + "weight": "0.2", + "equipment_slot": "0", + "destroy_message": "You can get a replacement from Diango.", + "name": "Bunny ears", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "1037" + }, + { + "shop_price": "1", + "ge_buy_limit": "2", + "examine": "A nice hat from a cracker.", + "durability": null, + "low_alchemy": "0", + "high_alchemy": "0", + "weight": "0.05", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "10", + "name": "Red partyhat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1038" + }, + { + "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, + "low_alchemy": "64", + "high_alchemy": "96", + "weight": "0.1", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "5", + "name": "Santa hat", + "tradeable": "true", + "archery_ticket_price": "0", + "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", + "low_alchemy": "180", + "high_alchemy": "270", + "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, + "low_alchemy": "6", + "high_alchemy": "9", + "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, + "low_alchemy": "6", + "high_alchemy": "9", + "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, + "low_alchemy": "6", + "high_alchemy": "9", + "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!", + "durability": null, + "low_alchemy": "2", + "high_alchemy": "3", + "weight": "0.23", + "equipment_slot": "9", + "grand_exchange_price": "12", + "name": "Leather gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1059", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0" + }, + { + "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.", + "durability": null, + "low_alchemy": "2", + "high_alchemy": "3", + "weight": "0.34", + "equipment_slot": "10", + "grand_exchange_price": "144", + "name": "Leather boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1061", + "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0" + }, + { + "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!", + "durability": null, + "low_alchemy": "7", + "high_alchemy": "10", + "weight": "0.22", + "equipment_slot": "9", + "grand_exchange_price": "13", + "name": "Leather vambraces", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1063", + "bonuses": "0,0,0,0,4,2,2,1,0,0,0,0,0,0,0" + }, + { + "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", + "ge_buy_limit": "5000", + "examine": "Made from 100% real dragonhide.", + "durability": null, + "low_alchemy": "1000", + "high_alchemy": "1500", + "weight": "0.28", + "equipment_slot": "9", + "lendable": "true", + "grand_exchange_price": "1407", + "name": "Green d'hide vambraces", + "tradeable": "true", + "archery_ticket_price": "0", + "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, + "low_alchemy": "112", + "high_alchemy": "168", + "weight": "9", + "absorb": "1,0,1", + "equipment_slot": "7", + "grand_exchange_price": "55", + "name": "Iron platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1067", + "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, + "low_alchemy": "400", + "high_alchemy": "600", + "weight": "9", + "absorb": "1,0,1", + "equipment_slot": "7", + "grand_exchange_price": "426", + "name": "Steel platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1069", + "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, + "low_alchemy": "1040", + "high_alchemy": "1560", + "weight": "7.7", + "absorb": "1,0,2", + "equipment_slot": "7", + "grand_exchange_price": "1391", + "name": "Mithril platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1071", + "bonuses": "0,0,0,-21,-7,24,22,20,-4,22,5,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1391", + "durability": null, + "name": "Mithril platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1072" + }, + { + "requirements": "{1,30}", + "shop_price": "6464", + "ge_buy_limit": "100", + "examine": "These look pretty heavy.", + "durability": null, + "low_alchemy": "2560", + "high_alchemy": "3840", + "weight": "10", + "absorb": "1,0,3", + "equipment_slot": "7", + "grand_exchange_price": "3649", + "name": "Adamant platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1073", + "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3649", + "durability": null, + "name": "Adamant platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1074" + }, + { + "shop_price": "80", + "ge_buy_limit": "100", + "examine": "These look pretty heavy.", + "durability": null, + "low_alchemy": "32", + "high_alchemy": "48", + "weight": "9", + "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", + "ge_buy_limit": "100", + "examine": "These look pretty heavy", + "durability": null, + "low_alchemy": "768", + "high_alchemy": "1152", + "weight": "9", + "absorb": "1,0,2", + "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", + "grand_exchange_price": "4995", + "durability": null, + "name": "Black platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1078" + }, + { + "requirements": "{1,40}", + "shop_price": "64000", + "ge_buy_limit": "100", + "examine": "These look pretty heavy.", + "durability": null, + "low_alchemy": "25600", + "high_alchemy": "38400", + "weight": "9", + "absorb": "2,0,4", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "38500", + "name": "Rune platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1079", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "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.", + "durability": null, + "low_alchemy": "112", + "high_alchemy": "168", + "weight": "8.1", + "equipment_slot": "7", + "grand_exchange_price": "86", + "name": "Iron plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1081", + "bonuses": "0,0,0,-21,-7,11,10,10,-4,10,0,0,0,0,0" + }, + { + "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", + "ge_buy_limit": "100", + "examine": "Designer leg protection.", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "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", + "ge_buy_limit": "100", + "examine": "Designer leg protection.", + "durability": null, + "low_alchemy": "1040", + "high_alchemy": "1560", + "weight": "7.2", + "absorb": "1,0,2", + "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.", + "durability": null, + "low_alchemy": "32", + "high_alchemy": "48", + "weight": "8.1", + "equipment_slot": "7", + "grand_exchange_price": "113", + "name": "Bronze plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1087", + "bonuses": "0,0,0,-21,-7,8,7,6,-4,7,0,0,0,0,0" + }, + { + "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", + "ge_buy_limit": "100", + "examine": "Designer leg protection.", + "durability": null, + "low_alchemy": "768", + "high_alchemy": "1152", + "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", + "ge_buy_limit": "100", + "examine": "Designer leg protection.", + "durability": null, + "low_alchemy": "2560", + "high_alchemy": "3840", + "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", + "grand_exchange_price": "3610", + "durability": null, + "name": "Adamant plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1092" + }, + { + "requirements": "{1,40}", + "shop_price": "64000", + "ge_buy_limit": "100", + "examine": "Designer leg protection.", + "durability": null, + "low_alchemy": "25600", + "high_alchemy": "38400", + "weight": "8", + "absorb": "2,0,4", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "38100", + "name": "Rune plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1093", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,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", + "examine": "Better than no armour!", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "3", + "equipment_slot": "7", + "grand_exchange_price": "5", + "name": "Leather chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1095", + "bonuses": "0,0,0,0,4,2,2,1,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "5", + "durability": null, + "name": "Leather chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1096" + }, + { + "requirements": "{4,20}", + "shop_price": "750", + "ge_buy_limit": "1000", + "examine": "Those studs should provide a bit more protection.", + "durability": null, + "low_alchemy": "300", + "high_alchemy": "450", + "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" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "377", + "durability": null, + "name": "Studded chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1098" + }, + { + "requirements": "{4,40}", + "shop_price": "3900", + "ge_buy_limit": "5000", + "examine": "100% real dragonhide.", + "durability": null, + "low_alchemy": "1560", + "high_alchemy": "2340", + "weight": "5.4", + "absorb": "0,4,2", + "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" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2228", + "durability": null, + "name": "Green d'hide chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1100" + }, + { + "shop_price": "210", + "ge_buy_limit": "100", + "examine": "A series of connected metal rings.", + "durability": null, + "low_alchemy": "84", + "high_alchemy": "126", + "weight": "6.8", + "equipment_slot": "4", + "grand_exchange_price": "76", + "name": "Iron chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1101", + "bonuses": "0,0,0,-15,0,10,15,19,-3,12,5,0,0,0,0" + }, + { + "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.", + "durability": null, + "low_alchemy": "24", + "high_alchemy": "36", + "weight": "6.8", + "equipment_slot": "4", + "grand_exchange_price": "37", + "name": "Bronze chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1103", + "bonuses": "0,0,0,-15,0,7,11,13,-3,9,5,0,0,0,0" + }, + { + "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", + "ge_buy_limit": "100", + "examine": "A series of connected metal rings.", + "durability": null, + "low_alchemy": "300", + "high_alchemy": "450", + "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", + "ge_buy_limit": "100", + "examine": "A series of connected metal rings.", + "durability": null, + "low_alchemy": "576", + "high_alchemy": "864", + "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", + "ge_buy_limit": "100", + "examine": "A series of connected metal rings.", + "durability": null, + "low_alchemy": "780", + "high_alchemy": "1170", + "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", + "ge_buy_limit": "100", + "examine": "A series of connected metal rings.", + "durability": null, + "low_alchemy": "1920", + "high_alchemy": "2880", + "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", + "grand_exchange_price": "2731", + "durability": null, + "name": "Adamant chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1112" + }, + { + "requirements": "{1,40}", + "shop_price": "50000", + "ge_buy_limit": "100", + "examine": "A series of connected metal rings.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "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" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "29800", + "durability": null, + "name": "Rune chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1114" + }, + { + "shop_price": "560", + "ge_buy_limit": "500", + "examine": "Provides excellent protection.", + "durability": null, + "low_alchemy": "224", + "high_alchemy": "336", + "weight": "9.95", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "434", + "name": "Iron platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1115", + "bonuses": "0,0,0,-30,-10,21,20,12,-6,20,5,0,0,0,0" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "434", + "durability": null, + "name": "Iron platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1116" + }, + { + "shop_price": "160", + "ge_buy_limit": "500", + "examine": "Provides excellent protection.", + "durability": null, + "low_alchemy": "64", + "high_alchemy": "96", + "weight": "9.5", + "equipment_slot": "4", + "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", + "ge_buy_limit": "500", + "examine": "Provides excellent protection.", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "9.9", + "equipment_slot": "4", + "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", + "ge_buy_limit": "500", + "examine": "Provides excellent protection.", + "durability": null, + "low_alchemy": "2080", + "high_alchemy": "3120", + "weight": "8.6", + "absorb": "1,0,3", + "equipment_slot": "4", + "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", + "ge_buy_limit": "500", + "examine": "Provides excellent protection.", + "durability": null, + "low_alchemy": "6656", + "high_alchemy": "9984", + "weight": "11", + "absorb": "2,0,4", + "equipment_slot": "4", + "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", + "ge_buy_limit": "500", + "examine": "Provides Excellent protection.", + "durability": null, + "low_alchemy": "1536", + "high_alchemy": "2304", + "weight": "9.9", + "absorb": "1,0,2", + "equipment_slot": "4", + "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", + "ge_buy_limit": "100", + "examine": "Provides excellent protection.", + "durability": null, + "low_alchemy": "26000", + "high_alchemy": "39000", + "weight": "9.9", + "absorb": "3,0,6", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "38800", + "name": "Rune platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1127", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" + }, + { + "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!", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "2.7", + "equipment_slot": "4", + "grand_exchange_price": "34", + "name": "Leather body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1129", + "bonuses": "0,0,0,-2,2,8,9,10,4,9,5,0,0,0,0" + }, + { + "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", + "ge_buy_limit": "1000", + "examine": "Harder than normal leather.", + "durability": null, + "low_alchemy": "68", + "high_alchemy": "102", + "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", + "ge_buy_limit": "1000", + "examine": "These studs should provide a bit more protection.", + "durability": null, + "low_alchemy": "340", + "high_alchemy": "510", + "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" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "414", + "durability": null, + "name": "Studded body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1134" + }, + { + "requirements": "{1,40}-{4,40}", + "shop_price": "7800", + "ge_buy_limit": "5000", + "examine": "Made from 100% real dragonhide.", + "durability": null, + "low_alchemy": "3120", + "high_alchemy": "4680", + "weight": "6.8", + "absorb": "0,6,3", + "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" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "4544", + "durability": null, + "name": "Green d'hide body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1136" + }, + { + "remove_head": "true", + "shop_price": "84", + "ge_buy_limit": "100", + "examine": "A medium sized helmet.", + "durability": null, + "low_alchemy": "33", + "high_alchemy": "50", + "weight": "1.8", + "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", + "ge_buy_limit": "100", + "examine": "A medium sized helmet.", + "durability": null, + "low_alchemy": "9", + "high_alchemy": "14", + "weight": "1.8", + "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", + "ge_buy_limit": "100", + "examine": "A medium sized helmet.", + "durability": null, + "low_alchemy": "120", + "high_alchemy": "180", + "weight": "1.8", + "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", + "ge_buy_limit": "100", + "examine": "A medium sized helmet.", + "durability": null, + "low_alchemy": "312", + "high_alchemy": "468", + "weight": "1.3", + "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", + "ge_buy_limit": "100", + "examine": "A medium sized helmet.", + "durability": null, + "low_alchemy": "768", + "high_alchemy": "1152", + "weight": "1.8", + "absorb": "1,0,2", + "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", + "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", + "ge_buy_limit": "100", + "examine": "A medium sized helmet.", + "durability": null, + "low_alchemy": "7680", + "high_alchemy": "11520", + "weight": "1.8", + "absorb": "1,0,3", + "equipment_slot": "0", + "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}", + "ge_buy_limit": "100", + "examine": "Makes the wearer pretty intimidating.", + "durability": null, + "low_alchemy": "40000", + "high_alchemy": "60000", + "weight": "1.3", + "absorb": "2,0,4", + "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", + "ge_buy_limit": "100", + "examine": "A medium sized helmet.", + "durability": null, + "low_alchemy": "230", + "high_alchemy": "345", + "weight": "1.8", + "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", + "grand_exchange_price": "242", + "durability": null, + "name": "Black med helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1152" + }, + { + "remove_head": "true", + "shop_price": "61", + "ge_buy_limit": "100", + "examine": "A full face helmet.", + "durability": null, + "low_alchemy": "61", + "high_alchemy": "92", + "weight": "2.7", + "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", + "ge_buy_limit": "100", + "examine": "A full face helmet.", + "durability": null, + "low_alchemy": "17", + "high_alchemy": "26", + "weight": "2.7", + "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", + "ge_buy_limit": "100", + "examine": "A full face helmet.", + "durability": null, + "low_alchemy": "220", + "high_alchemy": "330", + "weight": "2.7", + "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", + "ge_buy_limit": "100", + "examine": "A full face helmet.", + "durability": null, + "low_alchemy": "572", + "high_alchemy": "858", + "weight": "2.2", + "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", + "ge_buy_limit": "100", + "examine": "A full face helmet.", + "durability": null, + "low_alchemy": "1408", + "high_alchemy": "2112", + "weight": "2.7", + "absorb": "1,0,2", + "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}", + "ge_buy_limit": "100", + "examine": "A full face helmet.", + "durability": null, + "low_alchemy": "14080", + "high_alchemy": "21120", + "weight": "2.7", + "absorb": "1,0,3", + "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", + "ge_buy_limit": "100", + "examine": "A full face helmet.", + "durability": null, + "low_alchemy": "548", + "high_alchemy": "823", + "weight": "2.7", + "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" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "731", + "durability": null, + "name": "Black full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1166" + }, + { + "remove_head": "true", + "shop_price": "24", + "ge_buy_limit": "5000", + "examine": "Better than no armour!", + "durability": null, + "low_alchemy": "9", + "high_alchemy": "14", + "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", + "ge_buy_limit": "5000", + "examine": "Light weight head protection.", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "weight": "0.9", + "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" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "56", + "durability": null, + "name": "Coif", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1170" + }, + { + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "A solid wooden shield.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "equipment_slot": "5", + "grand_exchange_price": "483", + "name": "Wooden shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1171", + "bonuses": "0,0,0,0,0,4,5,3,1,4,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "483", + "durability": null, + "name": "Wooden shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1172" + }, + { + "shop_price": "48", + "ge_buy_limit": "100", + "examine": "A medium square shield.", + "durability": null, + "low_alchemy": "19", + "high_alchemy": "28", + "weight": "3", + "equipment_slot": "5", + "grand_exchange_price": "12", + "name": "Bronze sq shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1173", + "bonuses": "0,0,0,-6,-2,5,6,4,0,5,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "12", + "durability": null, + "name": "Bronze sq shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1174" + }, + { + "shop_price": "168", + "ge_buy_limit": "100", + "examine": "A medium square shield.", + "durability": null, + "low_alchemy": "67", + "high_alchemy": "100", + "weight": "3.6", + "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", + "ge_buy_limit": "100", + "examine": "A medium square shield.", + "durability": null, + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "3", + "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", + "ge_buy_limit": "100", + "examine": "A medium square shield.", + "durability": null, + "low_alchemy": "460", + "high_alchemy": "691", + "weight": "4", + "absorb": "1,0,2", + "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", + "ge_buy_limit": "100", + "examine": "A medium square shield.", + "durability": null, + "low_alchemy": "624", + "high_alchemy": "936", + "weight": "3.1", + "absorb": "2,0,4", + "equipment_slot": "5", + "grand_exchange_price": "744", + "name": "Mithril sq shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1181", + "bonuses": "0,0,0,-6,-2,17,19,15,0,17,18,0,0,0,0" + }, + { + "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}", + "ge_buy_limit": "100", + "examine": "A medium square shield.", + "durability": null, + "low_alchemy": "1536", + "high_alchemy": "2304", + "weight": "4", + "absorb": "3,0,6", + "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", + "grand_exchange_price": "2136", + "durability": null, + "name": "Adamant sq shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1184" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "100", + "examine": "A medium square shield.", + "durability": null, + "low_alchemy": "15360", + "high_alchemy": "23040", + "weight": "3.64", + "absorb": "3,0,7", + "equipment_slot": "5", + "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}", + "ge_buy_limit": "10", + "examine": "An ancient and powerful looking Dragon Square shield.", + "durability": null, + "low_alchemy": "200000", + "high_alchemy": "300000", + "weight": "3", + "absorb": "5,0,11", + "equipment_slot": "5", + "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", + "ge_buy_limit": "100", + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "27", + "high_alchemy": "40", + "weight": "5.4", + "equipment_slot": "5", + "grand_exchange_price": "18", + "name": "Bronze kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1189", + "bonuses": "0,0,0,-8,-2,5,7,6,-1,6,1,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "18", + "durability": null, + "name": "Bronze kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1190" + }, + { + "shop_price": "233", + "ge_buy_limit": "100", + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "95", + "high_alchemy": "142", + "weight": "5.4", + "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", + "ge_buy_limit": "100", + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "340", + "high_alchemy": "510", + "weight": "5.4", + "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", + "ge_buy_limit": "100", + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "848", + "high_alchemy": "1272", + "weight": "5.4", + "absorb": "1,0,2", + "equipment_slot": "5", + "grand_exchange_price": "3311", + "name": "Black kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1195", + "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3311", + "durability": null, + "name": "Black kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1196" + }, + { + "requirements": "{1,20}", + "ge_buy_limit": "100", + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "884", + "high_alchemy": "1326", + "weight": "4.5", + "absorb": "2,0,4", + "equipment_slot": "5", + "grand_exchange_price": "1128", + "name": "Mithril kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1197", + "bonuses": "0,0,0,-8,-2,18,22,20,-1,20,20,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1128", + "durability": null, + "name": "Mithril kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1198" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "100", + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "2176", + "high_alchemy": "3264", + "weight": "5.8", + "absorb": "3,0,6", + "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", + "grand_exchange_price": "3066", + "durability": null, + "name": "Adamant kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1200" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "100", + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5.4", + "absorb": "3,0,7", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "35600", + "name": "Rune kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "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, + "low_alchemy": "14", + "high_alchemy": "21", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "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", + "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "35", + "durability": null, + "name": "Iron dagger", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1204" + }, + { + "shop_price": "11", + "ge_buy_limit": "100", + "examine": "Short but pointy.", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "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", + "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" + }, + { + "requirements": "{0,5}", + "shop_price": "135", + "ge_buy_limit": "100", + "examine": "Short but pointy.", + "durability": null, + "low_alchemy": "50", + "high_alchemy": "75", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "17", + "attack_audios": "2517,2517,2500,2517", + "name": "Steel dagger", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1207", + "bonuses": "8,4,-4,1,0,0,0,0,1,0,0,7,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "17", + "durability": null, + "name": "Steel dagger", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1208" + }, + { + "requirements": "{0,20}", + "shop_price": "130", + "ge_buy_limit": "100", + "examine": "A dangerous dagger.", + "durability": null, + "low_alchemy": "130", + "high_alchemy": "195", + "weight": "0.3", + "attack_speed": "4", + "weapon_interface": "5", + "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", + "archery_ticket_price": "0", + "id": "1209", + "bonuses": "11,5,-4,1,0,0,0,0,1,0,0,10,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "71", + "durability": null, + "name": "Mithril dagger", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1210" + }, + { + "requirements": "{0,30}", + "shop_price": "816", + "ge_buy_limit": "100", + "examine": "Short and deadly.", + "durability": null, + "low_alchemy": "320", + "high_alchemy": "480", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "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" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "300", + "durability": null, + "name": "Adamant dagger", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1212" + }, + { + "requirements": "{0,40}", + "shop_price": "8000", + "ge_buy_limit": "100", + "examine": "A powerful dagger.", + "durability": null, + "low_alchemy": "3200", + "high_alchemy": "4800", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "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", + "archery_ticket_price": "0", + "id": "1213", + "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4642", + "durability": null, + "name": "Rune dagger", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1214" + }, + { + "requirements": "{0,60}", + "shop_price": "60000", + "ge_buy_limit": "10", + "examine": "A powerful dagger.", + "has_special": "true", + "durability": null, + "low_alchemy": "12000", + "high_alchemy": "18000", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "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", + "examine": "A vicious black dagger.", + "durability": null, + "low_alchemy": "96", + "high_alchemy": "144", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "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" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "79", + "durability": null, + "name": "Black dagger", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1218" + }, + { + "shop_price": "38", + "ge_buy_limit": "100", + "examine": "Short but pointy.", + "durability": null, + "low_alchemy": "14", + "high_alchemy": "21", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "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" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "56", + "durability": null, + "name": "Iron dagger(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1220" + }, + { + "shop_price": "11", + "ge_buy_limit": "100", + "examine": "Short but pointy.", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "86", + "attack_audios": "2517,2517,2500,2517", + "name": "Bronze dagger(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1221", + "bonuses": "4,2,-4,1,0,0,0,0,1,0,0,3,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "86", + "durability": null, + "name": "Bronze dagger(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1222" + }, + { + "requirements": "{0,5}", + "shop_price": "135", + "ge_buy_limit": "100", + "examine": "Short but pointy.", + "durability": null, + "low_alchemy": "50", + "high_alchemy": "75", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "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, + "low_alchemy": "130", + "high_alchemy": "195", + "weight": "0.3", + "attack_speed": "4", + "weapon_interface": "5", + "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, + "low_alchemy": "320", + "high_alchemy": "480", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "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, + "low_alchemy": "3200", + "high_alchemy": "4800", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "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, + "low_alchemy": "12000", + "high_alchemy": "18000", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "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, + "low_alchemy": "96", + "high_alchemy": "144", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "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", + "low_alchemy": "10", + "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, + "high_alchemy": "15", + "weight": "2.2", + "weapon_interface": "14", + "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", + "low_alchemy": "36", + "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, + "high_alchemy": "54", + "weight": "2.2", + "weapon_interface": "14", + "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", + "low_alchemy": "130", + "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, + "high_alchemy": "195", + "weight": "2.2", + "weapon_interface": "14", + "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", + "low_alchemy": "338", + "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, + "high_alchemy": "507", + "weight": "1.8", + "weapon_interface": "14", + "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", + "low_alchemy": "832", + "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, + "high_alchemy": "1248", + "weight": "2", + "weapon_interface": "14", + "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", + "low_alchemy": "8320", + "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, + "high_alchemy": "12480", + "weight": "2.2", + "weapon_interface": "14", + "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", + "low_alchemy": "24960", + "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, + "high_alchemy": "37440", + "weight": "2", + "weapon_interface": "14", + "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", + "low_alchemy": "10", + "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, + "high_alchemy": "15", + "weight": "2.2", + "weapon_interface": "14", + "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", + "low_alchemy": "36", + "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, + "high_alchemy": "54", + "weight": "2.2", + "weapon_interface": "14", + "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", + "low_alchemy": "130", + "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, + "high_alchemy": "195", + "weight": "2.2", + "weapon_interface": "14", + "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", + "low_alchemy": "338", + "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, + "high_alchemy": "507", + "weight": "1.8", + "weapon_interface": "14", + "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", + "low_alchemy": "832", + "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, + "high_alchemy": "1248", + "weight": "2", + "weapon_interface": "14", + "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", + "low_alchemy": "8320", + "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, + "high_alchemy": "12480", + "weight": "2.2", + "weapon_interface": "14", + "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", + "low_alchemy": "24960", + "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, + "high_alchemy": "37440", + "weight": "2", + "weapon_interface": "14", + "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", + "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, + "low_alchemy": "56", + "high_alchemy": "84", + "weight": "2.25", + "attack_speed": "5", + "weapon_interface": "4", + "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, + "low_alchemy": "200", + "high_alchemy": "300", + "weight": "2.25", + "attack_speed": "5", + "weapon_interface": "4", + "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, + "low_alchemy": "1280", + "high_alchemy": "1920", + "weight": "2.7", + "attack_speed": "5", + "weapon_interface": "4", + "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, + "low_alchemy": "520", + "high_alchemy": "780", + "weight": "1.8", + "attack_speed": "5", + "weapon_interface": "4", + "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, + "low_alchemy": "12800", + "high_alchemy": "19200", + "weight": "2.2", + "attack_speed": "5", + "weapon_interface": "4", + "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", + "low_alchemy": "10", + "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", + "archery_ticket_price": "0", + "id": "1277", + "stand_turn_anim": "823", + "bonuses": "4,3,-2,0,0,0,2,1,0,0,0,5,0,0,0", + "shop_price": "33", + "durability": null, + "high_alchemy": "15", + "weight": "1", + "weapon_interface": "5", + "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", + "low_alchemy": "36", + "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, + "high_alchemy": "54", + "weight": "1.8", + "weapon_interface": "5", + "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", + "low_alchemy": "130", + "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, + "high_alchemy": "195", + "weight": "1", + "weapon_interface": "5", + "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", + "low_alchemy": "249", + "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, + "high_alchemy": "374", + "weight": "1", + "weapon_interface": "5", + "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", + "low_alchemy": "338", + "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, + "high_alchemy": "507", + "weight": "1.5", + "weapon_interface": "5", + "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", + "low_alchemy": "832", + "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, + "high_alchemy": "1248", + "weight": "1", + "weapon_interface": "5", + "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", + "low_alchemy": "8320", + "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, + "high_alchemy": "12480", + "weight": "1.8", + "weapon_interface": "5", + "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", + "low_alchemy": "16", + "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, + "high_alchemy": "24", + "weight": "1.8", + "weapon_interface": "6", + "render_anim": "1", + "attack_audios": "2500,2500,2517,2500", + "name": "Bronze longsword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "14", + "durability": null, + "name": "Bronze longsword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1292" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "A razor sharp longsword.", + "walk_anim": "819", + "low_alchemy": "56", + "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", + "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, + "high_alchemy": "84", + "weight": "2", + "weapon_interface": "6", + "render_anim": "1", + "attack_audios": "2500,2500,2517,2500", + "name": "Iron longsword" + }, + { + "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", + "low_alchemy": "200", + "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, + "high_alchemy": "300", + "weight": "2", + "weapon_interface": "6", + "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", + "low_alchemy": "384", + "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, + "high_alchemy": "576", + "weight": "1.8", + "weapon_interface": "6", + "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", + "low_alchemy": "520", + "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, + "high_alchemy": "780", + "weight": "1.5", + "weapon_interface": "6", + "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", + "low_alchemy": "1280", + "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, + "high_alchemy": "1920", + "weight": "2", + "weapon_interface": "6", + "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", + "low_alchemy": "12800", + "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, + "high_alchemy": "19200", + "weight": "1.8", + "weapon_interface": "6", + "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", + "low_alchemy": "40000", + "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, + "high_alchemy": "60000", + "weight": "1.8", + "weapon_interface": "6", + "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", + "low_alchemy": "32", + "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, + "high_alchemy": "48", + "weight": "3.6", + "weapon_interface": "7", + "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", + "low_alchemy": "112", + "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, + "high_alchemy": "168", + "weight": "3.6", + "weapon_interface": "7", + "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", + "low_alchemy": "400", + "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, + "high_alchemy": "600", + "weight": "3", + "weapon_interface": "7", + "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", + "low_alchemy": "768", + "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, + "high_alchemy": "1152", + "weight": "3.6", + "weapon_interface": "7", + "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", + "low_alchemy": "1040", + "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, + "high_alchemy": "1560", + "weight": "3.1", + "weapon_interface": "7", + "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", + "low_alchemy": "2560", + "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, + "high_alchemy": "3840", + "weight": "4", + "weapon_interface": "7", + "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", + "low_alchemy": "25600", + "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, + "high_alchemy": "38400", + "weight": "3.6", + "weapon_interface": "7", + "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", + "low_alchemy": "12", + "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, + "high_alchemy": "18", + "weight": "1", + "weapon_interface": "6", + "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", + "low_alchemy": "44", + "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, + "high_alchemy": "67", + "weight": "1.8", + "weapon_interface": "6", + "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", + "low_alchemy": "160", + "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, + "high_alchemy": "240", + "weight": "1.8", + "weapon_interface": "6", + "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", + "low_alchemy": "307", + "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, + "high_alchemy": "460", + "weight": "1.8", + "weapon_interface": "6", + "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", + "low_alchemy": "416", + "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, + "high_alchemy": "624", + "weight": "1.5", + "weapon_interface": "6", + "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", + "low_alchemy": "1024", + "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, + "high_alchemy": "1536", + "weight": "2", + "weapon_interface": "6", + "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", + "low_alchemy": "10240", + "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, + "high_alchemy": "15360", + "weight": "1.8", + "weapon_interface": "6", + "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", + "low_alchemy": "89", + "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, + "high_alchemy": "134", + "weight": "1.8", + "weapon_interface": "10", + "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", + "low_alchemy": "24", + "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, + "high_alchemy": "36", + "weight": "1", + "weapon_interface": "10", + "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", + "low_alchemy": "256", + "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, + "high_alchemy": "384", + "weight": "1", + "weapon_interface": "10", + "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", + "low_alchemy": "509", + "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, + "high_alchemy": "764", + "weapon_interface": "10", + "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", + "low_alchemy": "863", + "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, + "high_alchemy": "1294", + "weight": "1.5", + "weapon_interface": "10", + "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", + "low_alchemy": "2142", + "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, + "high_alchemy": "3213", + "weight": "2", + "weapon_interface": "10", + "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", + "low_alchemy": "16600", + "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, + "high_alchemy": "24900", + "weight": "1.8", + "weapon_interface": "10", + "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 hatchet.", + "durability": null, + "low_alchemy": "22", + "high_alchemy": "33", + "weight": "1.3", + "attack_speed": "5", + "weapon_interface": "2", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "8", + "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 hatchet.", + "durability": null, + "low_alchemy": "6", + "high_alchemy": "9", + "weight": "1.35", + "attack_speed": "5", + "weapon_interface": "2", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "44", + "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 hatchet.", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "weight": "1.3", + "attack_speed": "5", + "weapon_interface": "2", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "36", + "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 hatchet.", + "durability": null, + "low_alchemy": "208", + "high_alchemy": "312", + "weight": "1.1", + "attack_speed": "5", + "weapon_interface": "2", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "141", + "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 hatchet.", + "durability": null, + "low_alchemy": "512", + "high_alchemy": "768", + "weight": "2", + "attack_speed": "5", + "weapon_interface": "2", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "592", + "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 hatchet.", + "durability": null, + "low_alchemy": "5120", + "high_alchemy": "7680", + "weapon_interface": "2", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "7495", + "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 hatchet.", + "durability": null, + "low_alchemy": "153", + "high_alchemy": "230", + "weight": "2", + "attack_speed": "5", + "weapon_interface": "2", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "335", + "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, + "low_alchemy": "72", + "high_alchemy": "109", + "weight": "2.7", + "attack_speed": "6", + "weapon_interface": "2", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "21", + "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, + "low_alchemy": "260", + "high_alchemy": "390", + "weight": "2.7", + "attack_speed": "6", + "weapon_interface": "2", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "208", + "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, + "low_alchemy": "499", + "high_alchemy": "748", + "weight": "2.7", + "attack_speed": "6", + "weapon_interface": "2", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "556", + "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, + "low_alchemy": "676", + "high_alchemy": "1014", + "weight": "2", + "attack_speed": "6", + "weapon_interface": "2", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "809", + "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, + "low_alchemy": "1664", + "high_alchemy": "2496", + "weight": "3", + "attack_speed": "6", + "weapon_interface": "2", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "2311", + "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, + "low_alchemy": "16640", + "high_alchemy": "24960", + "weight": "2", + "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": "24800", + "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, + "low_alchemy": "20", + "high_alchemy": "31", + "weight": "2.7", + "attack_speed": "6", + "weapon_interface": "2", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "15", + "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, + "low_alchemy": "80000", + "high_alchemy": "120000", + "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", + "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", + "low_alchemy": "6", + "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, + "high_alchemy": "9", + "weight": "2", + "weapon_interface": "1", + "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", + "low_alchemy": "600", + "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, + "high_alchemy": "900", + "weight": "2.2", + "weapon_interface": "1", + "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", + "low_alchemy": "600", + "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, + "high_alchemy": "900", + "weight": "2.2", + "weapon_interface": "1", + "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", + "low_alchemy": "600", + "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, + "high_alchemy": "900", + "weight": "2.2", + "weapon_interface": "1", + "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": "1146", + "low_alchemy": "600", + "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": "809", + "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, + "high_alchemy": "900", + "weight": "2.2", + "weapon_interface": "1", + "render_anim": "1426", + "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", + "low_alchemy": "80", + "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, + "high_alchemy": "120", + "weight": "2.2", + "weapon_interface": "1", + "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", + "low_alchemy": "2800", + "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,10,0,2,3,1,10,0,0,32,0,0,0", + "requirements": "{0,30}-{6,30}", + "shop_price": "7000", + "durability": null, + "high_alchemy": "4200", + "weight": "2.25", + "weapon_interface": "1", + "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", + "low_alchemy": "6200", + "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,10,0,2,3,1,10,0,0,35,0,0,0", + "requirements": "{0,30}-{6,30}", + "shop_price": "19600", + "durability": null, + "high_alchemy": "9300", + "weight": "2.25", + "weapon_interface": "1", + "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", + "low_alchemy": "6200", + "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,10,0,2,3,1,10,0,0,35,0,0,0", + "requirements": "{0,30}-{6,30}", + "durability": null, + "high_alchemy": "9300", + "weight": "2.2", + "weapon_interface": "1", + "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", + "low_alchemy": "6200", + "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,10,0,2,3,1,10,0,0,35,0,0,0", + "requirements": "{0,30}-{6,30}", + "shop_price": "7000", + "durability": null, + "high_alchemy": "9300", + "weight": "2.25", + "weapon_interface": "1", + "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", + "low_alchemy": "6200", + "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,10,0,2,3,1,10,0,0,35,0,0,0", + "requirements": "{0,30}-{6,30}", + "shop_price": "1500", + "durability": null, + "high_alchemy": "9300", + "weight": "2.2", + "weapon_interface": "1", + "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", + "low_alchemy": "17000", + "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,10,0,2,3,1,10,0,0,50,0,0,0", + "requirements": "{0,40}-{6,40}", + "durability": null, + "high_alchemy": "25500", + "weight": "2", + "weapon_interface": "1", + "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", + "low_alchemy": "17000", + "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,10,0,2,3,1,10,0,0,50,0,0,0", + "requirements": "{0,40}-{6,40}", + "durability": null, + "high_alchemy": "25500", + "weapon_interface": "1", + "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", + "low_alchemy": "17000", + "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,10,0,2,3,1,10,0,0,50,0,0,0", + "requirements": "{0,40}-{6,40}", + "durability": null, + "high_alchemy": "25500", + "weight": "2.2", + "weapon_interface": "1", + "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", + "low_alchemy": "17000", + "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,10,0,2,3,1,10,0,0,50,0,0,0", + "requirements": "{0,40}-{6,40}", + "shop_price": "40000", + "durability": null, + "high_alchemy": "25500", + "weight": "2.2", + "weapon_interface": "1", + "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, + "low_alchemy": "17000", + "high_alchemy": "25500", + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "1", + "turn180_anim": "1206", + "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", + "low_alchemy": "17000", + "high_alchemy": "25500", + "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", + "render_anim": "1383", + "defence_anim": "383", + "equipment_slot": "3", + "attack_anims": "382,382,382,382", + "stand_anim": "847", + "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, + "low_alchemy": "25", + "high_alchemy": "37", + "weight": "1.8", + "attack_speed": "5", + "weapon_interface": "8", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "grand_exchange_price": "7", + "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, + "low_alchemy": "7", + "high_alchemy": "10", + "weight": "1.79", + "attack_speed": "5", + "weapon_interface": "8", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "grand_exchange_price": "12", + "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, + "low_alchemy": "90", + "high_alchemy": "135", + "weight": "1.79", + "attack_speed": "5", + "weapon_interface": "8", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "grand_exchange_price": "31", + "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, + "low_alchemy": "172", + "high_alchemy": "258", + "weight": "1.79", + "attack_speed": "5", + "weapon_interface": "8", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "grand_exchange_price": "954", + "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, + "low_alchemy": "234", + "high_alchemy": "351", + "weight": "1.5", + "attack_speed": "5", + "weapon_interface": "8", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "grand_exchange_price": "157", + "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, + "low_alchemy": "576", + "high_alchemy": "864", + "weight": "2", + "attack_speed": "5", + "weapon_interface": "8", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "grand_exchange_price": "673", + "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, + "low_alchemy": "5760", + "high_alchemy": "8640", + "weight": "1.79", + "attack_speed": "5", + "weapon_interface": "8", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "lendable": "true", + "grand_exchange_price": "8380", + "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, + "low_alchemy": "20000", + "high_alchemy": "30000", + "weight": "1.8", + "attack_speed": "5", + "weapon_interface": "8", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "lendable": "true", + "grand_exchange_price": "29300", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "10", + "high_alchemy": "15", + "archery_ticket_price": "0", + "id": "1464" + }, + { + "examine": "For use on daggers and projectiles.", + "grand_exchange_price": "36", + "durability": null, + "name": "Weapon poison", + "tradeable": "true", + "low_alchemy": "57", + "high_alchemy": "86", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "equipment_slot": "2", + "grand_exchange_price": "2870", + "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" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2870", + "durability": null, + "name": "Amulet of accuracy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1479" + }, + { + "examine": "A magical sphere that glimmers within.", + "durability": null, + "name": "Orb of light", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "5", + "archery_ticket_price": "0", + "id": "1481" + }, + { + "examine": "A magical sphere that glimmers within.", + "durability": null, + "name": "Orb of light", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "5", + "archery_ticket_price": "0", + "id": "1482" + }, + { + "examine": "A magical sphere that glimmers within.", + "durability": null, + "name": "Orb of light", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "5", + "archery_ticket_price": "0", + "id": "1483" + }, + { + "examine": "A magical sphere that glimmers within.", + "durability": null, + "name": "Orb of light", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "5", + "archery_ticket_price": "0", + "id": "1484" + }, + { + "examine": "A damp, wet cloth.", + "durability": null, + "name": "Damp cloth", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "1485" + }, + { + "examine": "A broken piece of railing.", + "durability": null, + "name": "Piece of railing", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "2", + "archery_ticket_price": "0", + "id": "1486" + }, + { + "examine": "This horn has restorative properties.", + "grand_exchange_price": "1159", + "durability": null, + "name": "Unicorn horn", + "tradeable": "true", + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "1", + "archery_ticket_price": "0", + "id": "1487" + }, + { + "examine": "A coat of arms of the Ardougne Paladins.", + "durability": null, + "name": "Paladin's badge", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "1488" + }, + { + "examine": "A coat of arms of the Ardougne Paladins.", + "durability": null, + "name": "Paladin's badge", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "1489" + }, + { + "examine": "A coat of arms of the Ardougne Paladins.", + "durability": null, + "name": "Paladin's badge", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "1490" + }, + { + "examine": "On the ground: Curiosity has yet to kill this one...", + "durability": null, + "name": "Witch's cat", + "weight": "1.2", + "archery_ticket_price": "0", + "id": "1491" + }, + { + "examine": "A simple doll with Iban's likeness.", + "durability": null, + "name": "Doll of iban", + "weight": "1", + "archery_ticket_price": "0", + "id": "1492" + }, + { + "examine": "An account of the last times of someone.", + "durability": null, + "name": "Old journal", + "archery_ticket_price": "0", + "id": "1493" + }, + { + "examine": "The tale of Iban.", + "durability": null, + "name": "History of iban", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "1494" + }, + { + "shop_price": "5000", + "examine": "Strong dwarvish gloves.", + "durability": null, + "name": "Klank's gauntlets", + "low_alchemy": "2", + "high_alchemy": "3", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "1495", + "bonuses": "2,2,2,0,0,8,9,7,0,0,5,2,0,0,0", + "equipment_slot": "9" + }, + { + "examine": "I thought you only saw these in pairs?", + "durability": null, + "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" + }, + { + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "archery_ticket_price": "0", + "id": "1503" + }, + { + "examine": "It doesn't look very tasty.", + "durability": null, + "name": "Hangover cure", + "high_alchemy": "1", + "weight": "2", + "archery_ticket_price": "0", + "id": "1504" + }, + { + "examine": "Maybe I should read this...", + "durability": null, + "name": "A magic scroll", + "archery_ticket_price": "0", + "id": "1505" + }, + { + "remove_head": "true", + "examine": "Stops me from breathing nasty stuff!", + "durability": null, + "name": "Gas mask", + "high_alchemy": "1", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "1506", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "examine": "Quite a small key (Plague City).", + "durability": null, + "name": "A small key", + "archery_ticket_price": "0", + "id": "1507" + }, + { + "examine": "It seems to say \"hongorer lure\"...", + "durability": null, + "name": "A scruffy note", + "archery_ticket_price": "0", + "id": "1508" + }, + { + "examine": "A picture of a lady called Elena.", + "durability": null, + "name": "Picture", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "1510" + }, + { + "shop_price": "4", + "ge_buy_limit": "25000", + "examine": "A number of wooden logs.", + "grand_exchange_price": "120", + "durability": null, + "name": "Logs", + "tradeable": "true", + "low_alchemy": "1", + "high_alchemy": "2", + "weight": "2", + "archery_ticket_price": "0", + "id": "1511" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "279", + "durability": null, + "name": "Logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1512" + }, + { + "ge_buy_limit": "25000", + "examine": "Logs cut from a magic tree.", + "grand_exchange_price": "680", + "durability": null, + "name": "Magic logs", + "tradeable": "true", + "low_alchemy": "128", + "high_alchemy": "192", + "weight": "2", + "archery_ticket_price": "0", + "id": "1513" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "1581", + "durability": null, + "name": "Magic logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1514" + }, + { + "ge_buy_limit": "25000", + "examine": "Logs cut from a yew tree.", + "grand_exchange_price": "320", + "durability": null, + "name": "Yew logs", + "tradeable": "true", + "low_alchemy": "64", + "high_alchemy": "96", + "weight": "2", + "archery_ticket_price": "0", + "id": "1515" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "532", + "durability": null, + "name": "Yew logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1516" + }, + { + "ge_buy_limit": "25000", + "examine": "Logs cut from a maple tree.", + "grand_exchange_price": "160", + "durability": null, + "name": "Maple logs", + "tradeable": "true", + "low_alchemy": "32", + "high_alchemy": "48", + "weight": "2", + "archery_ticket_price": "0", + "id": "1517" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "20", + "durability": null, + "name": "Maple logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1518" + }, + { + "ge_buy_limit": "25000", + "examine": "Logs cut from a willow tree.", + "grand_exchange_price": "80", + "durability": null, + "name": "Willow logs", + "tradeable": "true", + "low_alchemy": "16", + "high_alchemy": "24", + "weight": "2", + "archery_ticket_price": "0", + "id": "1519" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "11", + "durability": null, + "name": "Willow logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1520" + }, + { + "ge_buy_limit": "25000", + "examine": "Logs cut from an Oak Tree.", + "grand_exchange_price": "140", + "durability": null, + "name": "Oak logs", + "tradeable": "true", + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "2", + "archery_ticket_price": "0", + "id": "1521" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "153", + "durability": null, + "name": "Oak logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1522" + }, + { + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "For picking tough locks.", + "grand_exchange_price": "1311", + "durability": null, + "name": "Lockpick", + "tradeable": "true", + "low_alchemy": "8", + "high_alchemy": "12", + "archery_ticket_price": "0", + "id": "1523" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1311", + "durability": null, + "name": "Lockpick", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1524" + }, + { + "examine": "I need to clean this herb before I can use it.", + "durability": null, + "name": "Grimy snake weed", + "archery_ticket_price": "0", + "id": "1525" + }, + { + "examine": "A fresh herb.", + "durability": null, + "name": "Clean snake weed", + "low_alchemy": "2", + "high_alchemy": "3", + "archery_ticket_price": "0", + "id": "1526" + }, + { + "examine": "I need to clean this herb before I can use it.", + "durability": null, + "name": "Grimy ardrigal", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "1527" + }, + { + "examine": "A fresh herb.", + "durability": null, + "name": "Clean ardrigal", + "low_alchemy": "2", + "high_alchemy": "3", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "1528" + }, + { + "examine": "I need to clean this herb before I can use it.", + "durability": null, + "name": "Grimy sito foil", + "archery_ticket_price": "0", + "id": "1529" + }, + { + "examine": "A fresh herb.", + "durability": null, + "name": "Clean sito foil", + "low_alchemy": "2", + "high_alchemy": "3", + "archery_ticket_price": "0", + "id": "1530" + }, + { + "examine": "I need to clean this herb before I can use it.", + "durability": null, + "name": "Grimy volencia moss", + "archery_ticket_price": "0", + "id": "1531" + }, + { + "examine": "A fresh herb.", + "durability": null, + "name": "Clean volencia moss", + "low_alchemy": "2", + "high_alchemy": "3", + "archery_ticket_price": "0", + "id": "1532" + }, + { + "examine": "I need to clean this herb before I can use it.", + "durability": null, + "name": "Grimy rogue's purse", + "archery_ticket_price": "0", + "id": "1533" + }, + { + "examine": "A fresh herb.", + "durability": null, + "name": "Clean rogue's purse", + "low_alchemy": "2", + "high_alchemy": "3", + "archery_ticket_price": "0", + "id": "1534" + }, + { + "examine": "A piece of map.", + "durability": null, + "name": "Map part", + "archery_ticket_price": "0", + "id": "1535" + }, + { + "examine": "A piece of map.", + "durability": null, + "name": "Map part", + "archery_ticket_price": "0", + "id": "1536" + }, + { + "examine": "A piece of map.", + "durability": null, + "name": "Map part", + "archery_ticket_price": "0", + "id": "1537" + }, + { + "examine": "A map of the route to Crandor.", + "durability": null, + "name": "Crandor map", + "archery_ticket_price": "0", + "id": "1538" + }, + { + "shop_price": "52", + "ge_buy_limit": "10000", + "examine": "Keeps things in place fairly permanently.", + "grand_exchange_price": "59", + "durability": null, + "name": "Steel nails", + "tradeable": "true", + "low_alchemy": "20", + "high_alchemy": "31", + "archery_ticket_price": "0", + "id": "1539" + }, + { + "ge_buy_limit": "100", + "examine": "This provides partial protection from dragon-breath attacks.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "5.4", + "equipment_slot": "5", + "grand_exchange_price": "637", + "name": "Anti-dragon shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1540", + "bonuses": "0,0,0,0,0,7,9,8,2,8,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "637", + "durability": null, + "name": "Anti-dragon shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1541" + }, + { + "shop_price": "1", + "examine": "A key to Melzar's Maze.", + "durability": null, + "name": "Maze key", + "archery_ticket_price": "0", + "id": "1542" + }, + { + "destroy_message": "You can get another from Dr Harlow in the Blue Moon Inn of Varrock.", + "examine": "A very pointy stick.", + "durability": null, + "name": "Stake", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1549", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "100", + "examine": "Deters vampires.", + "grand_exchange_price": "20", + "durability": null, + "name": "Garlic", + "tradeable": "true", + "low_alchemy": "1", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "1550" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "20", + "durability": null, + "name": "Garlic", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1551" + }, + { + "examine": "Sardine flavoured with doogle leaves.", + "durability": null, + "name": "Doogle sardine", + "low_alchemy": "4", + "tradeable": "false", + "high_alchemy": "6", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1552" + }, + { + "examine": "This kitten seems to like you.", + "durability": null, + "name": "Pet kitten", + "archery_ticket_price": "0", + "id": "1555" + }, + { + "examine": "This kitten seems to like you.", + "durability": null, + "name": "Pet kitten", + "archery_ticket_price": "0", + "id": "1556" + }, + { + "examine": "This kitten seems to like you.", + "durability": null, + "name": "Pet kitten", + "archery_ticket_price": "0", + "id": "1557" + }, + { + "examine": "This kitten seems to like you.", + "durability": null, + "name": "Pet kitten", + "archery_ticket_price": "0", + "id": "1558" + }, + { + "examine": "This kitten seems to like you.", + "durability": null, + "name": "Pet kitten", + "archery_ticket_price": "0", + "id": "1559" + }, + { + "examine": "This kitten seems to like you.", + "durability": null, + "name": "Pet kitten", + "archery_ticket_price": "0", + "id": "1560" + }, + { + "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", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "1573" + }, + { + "examine": "For feline training expertise.", + "durability": null, + "name": "Cat training medal", + "low_alchemy": "140", + "high_alchemy": "210", + "archery_ticket_price": "0", + "id": "1575", + "equipment_slot": "2" + }, + { + "examine": "Candlestick used during Heroes' Quest.", + "durability": null, + "name": "Pete's candlestick", + "tradeable": "true", + "low_alchemy": "2", + "high_alchemy": "3", + "archery_ticket_price": "0", + "id": "1577" + }, + { + "durability": null, + "name": "Pete's candlestick", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1578" + }, + { + "examine": "This denotes a Master Thief.", + "durability": null, + "name": "Thieves' armband", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "1579" + }, + { + "examine": "These will keep my hands cold!", + "durability": null, + "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" + }, + { + "examine": "Yuck.", + "durability": null, + "name": "Blamish snail slime", + "weight": "1", + "archery_ticket_price": "0", + "id": "1581" + }, + { + "examine": "Made from the finest snail slime.", + "durability": null, + "name": "Blamish oil", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "1582" + }, + { + "examine": "Firebird feather.", + "durability": null, + "name": "Fire feather", + "archery_ticket_price": "0", + "id": "1583" + }, + { + "examine": "Apparently my name is Hartigan", + "durability": null, + "name": "Id papers", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1584" + }, + { + "examine": "Useful for catching lava eels.", + "durability": null, + "name": "Oily fishing rod", + "low_alchemy": "6", + "high_alchemy": "9", + "weight": "1", + "archery_ticket_price": "0", + "id": "1585" + }, + { + "examine": "This is of use in completing Heroes' Quest. (Heroes' Quest)", + "durability": null, + "name": "Miscellaneous key", + "tradeable": "true", + "weight": "0.01", + "archery_ticket_price": "0", + "id": "1586" + }, + { + "durability": null, + "name": "Miscellaneous key", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1587" + }, + { + "examine": "The key I got from Grip. (Heroes' Quest)", + "durability": null, + "name": "Grips' key ring", + "archery_ticket_price": "0", + "id": "1588" + }, + { + "shop_price": "1", + "examine": "I wonder what this unlocks. (Heroes' Quest)", + "durability": null, + "name": "Dusty key", + "archery_ticket_price": "0", + "id": "1590" + }, + { + "examine": "Key to a cell. (Heroes' Quest)", + "durability": null, + "name": "Jail key", + "archery_ticket_price": "0", + "id": "1591" + }, + { + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "Used to make gold rings.", + "grand_exchange_price": "316", + "durability": null, + "name": "Ring mould", + "tradeable": "true", + "low_alchemy": "2", + "high_alchemy": "3", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "1592" + }, + { + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "800", + "high_alchemy": "1200", + "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", + "examine": "This looks valuable.", + "grand_exchange_price": "1598", + "durability": null, + "name": "Ruby", + "tradeable": "true", + "low_alchemy": "400", + "high_alchemy": "600", + "archery_ticket_price": "0", + "id": "1603" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1598", + "durability": null, + "name": "Ruby", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1604" + }, + { + "shop_price": "350", + "ge_buy_limit": "1000", + "examine": "This looks valuable.", + "grand_exchange_price": "853", + "durability": null, + "name": "Emerald", + "tradeable": "true", + "low_alchemy": "200", + "high_alchemy": "300", + "archery_ticket_price": "0", + "id": "1605" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "853", + "durability": null, + "name": "Emerald", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1606" + }, + { + "shop_price": "175", + "ge_buy_limit": "1000", + "examine": "This looks valuable.", + "grand_exchange_price": "520", + "durability": null, + "name": "Sapphire", + "tradeable": "true", + "low_alchemy": "100", + "high_alchemy": "150", + "archery_ticket_price": "0", + "id": "1607" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "520", + "durability": null, + "name": "Sapphire", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1608" + }, + { + "ge_buy_limit": "1000", + "examine": "A semi precious stone.", + "grand_exchange_price": "44", + "durability": null, + "name": "Opal", + "tradeable": "true", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "1609" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "41", + "durability": null, + "name": "Opal", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1610" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "84", + "durability": null, + "name": "Jade", + "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", + "examine": "A semi precious stone.", + "grand_exchange_price": "120", + "durability": null, + "name": "Red topaz", + "tradeable": "true", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "examine": "This looks valuable.", + "grand_exchange_price": "27400", + "durability": null, + "name": "Dragonstone", + "tradeable": "true", + "low_alchemy": "4000", + "high_alchemy": "6000", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "1615" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "27400", + "durability": null, + "name": "Dragonstone", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1616" + }, + { + "ge_buy_limit": "500", + "examine": "An uncut diamond.", + "grand_exchange_price": "2160", + "tokkul_price": "300", + "durability": null, + "name": "Uncut diamond", + "tradeable": "true", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "10", + "high_alchemy": "15", + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "16", + "high_alchemy": "24", + "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.", + "tokkul_price": "1500", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "weight": "0.3", + "grand_exchange_price": "31700", + "name": "Uncut dragonstone", + "tradeable": "true", + "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", + "low_alchemy": "140", + "high_alchemy": "210", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1635", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "165", + "durability": null, + "name": "Gold ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1636" + }, + { + "ge_buy_limit": "5000", + "examine": "A valuable ring.", + "grand_exchange_price": "561", + "durability": null, + "name": "Sapphire ring", + "tradeable": "true", + "low_alchemy": "360", + "high_alchemy": "540", + "archery_ticket_price": "0", + "id": "1637", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "561", + "durability": null, + "name": "Sapphire ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1638" + }, + { + "ge_buy_limit": "5000", + "examine": "A valuable ring.", + "grand_exchange_price": "884", + "durability": null, + "name": "Emerald ring", + "tradeable": "true", + "low_alchemy": "510", + "high_alchemy": "765", + "archery_ticket_price": "0", + "id": "1639", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "884", + "durability": null, + "name": "Emerald ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1640" + }, + { + "shop_price": "2025", + "ge_buy_limit": "5000", + "examine": "A valuable ring.", + "grand_exchange_price": "1110", + "durability": null, + "name": "Ruby ring", + "tradeable": "true", + "low_alchemy": "810", + "high_alchemy": "1215", + "archery_ticket_price": "0", + "id": "1641", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1110", + "durability": null, + "name": "Ruby ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1642" + }, + { + "shop_price": "3172", + "ge_buy_limit": "5000", + "examine": "A valuable ring.", + "grand_exchange_price": "4416", + "durability": null, + "name": "Diamond ring", + "tradeable": "true", + "low_alchemy": "1410", + "high_alchemy": "2115", + "archery_ticket_price": "0", + "id": "1643", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "4416", + "durability": null, + "name": "Diamond ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1644" + }, + { + "shop_price": "7750", + "ge_buy_limit": "100", + "examine": "A valuable ring.", + "grand_exchange_price": "26700", + "durability": null, + "name": "Dragonstone ring", + "tradeable": "true", + "low_alchemy": "7050", + "high_alchemy": "10575", + "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", + "low_alchemy": "360", + "high_alchemy": "540", + "archery_ticket_price": "0", + "id": "1649" + }, + { + "examine": "A valuable ring.", + "grand_exchange_price": "993", + "durability": null, + "name": "Emerald ring", + "tradeable": "true", + "low_alchemy": "510", + "high_alchemy": "765", + "archery_ticket_price": "0", + "id": "1650" + }, + { + "shop_price": "2025", + "examine": "A valuable ring.", + "grand_exchange_price": "1125", + "durability": null, + "name": "Ruby ring", + "tradeable": "true", + "low_alchemy": "810", + "high_alchemy": "1215", + "archery_ticket_price": "0", + "id": "1651" + }, + { + "shop_price": "3172", + "examine": "A valuable ring.", + "grand_exchange_price": "3622", + "durability": null, + "name": "Diamond ring", + "tradeable": "true", + "low_alchemy": "1410", + "high_alchemy": "2115", + "archery_ticket_price": "0", + "id": "1652" + }, + { + "shop_price": "7750", + "examine": "A valuable ring.", + "grand_exchange_price": "19606", + "durability": null, + "name": "Dragonstone ring", + "tradeable": "true", + "low_alchemy": "7050", + "high_alchemy": "10575", + "archery_ticket_price": "0", + "id": "1653" + }, + { + "shop_price": "450", + "ge_buy_limit": "5000", + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "185", + "durability": null, + "name": "Gold necklace", + "tradeable": "true", + "low_alchemy": "180", + "high_alchemy": "270", + "archery_ticket_price": "0", + "id": "1654", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "185", + "durability": null, + "name": "Gold necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1655" + }, + { + "shop_price": "945", + "ge_buy_limit": "5000", + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "534", + "durability": null, + "name": "Sapphire necklace", + "tradeable": "true", + "low_alchemy": "420", + "high_alchemy": "630", + "archery_ticket_price": "0", + "id": "1656", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "534", + "durability": null, + "name": "Sapphire necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1657" + }, + { + "shop_price": "1425", + "ge_buy_limit": "5000", + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "781", + "durability": null, + "name": "Emerald necklace", + "tradeable": "true", + "low_alchemy": "570", + "high_alchemy": "855", + "archery_ticket_price": "0", + "id": "1658", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "781", + "durability": null, + "name": "Emerald necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1659" + }, + { + "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", + "low_alchemy": "870", + "high_alchemy": "1305", + "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", + "low_alchemy": "1470", + "high_alchemy": "2205", + "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", + "low_alchemy": "7350", + "high_alchemy": "11025", + "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", + "low_alchemy": "420", + "high_alchemy": "630", + "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", + "low_alchemy": "570", + "high_alchemy": "855", + "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", + "low_alchemy": "870", + "high_alchemy": "1305", + "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", + "low_alchemy": "1470", + "high_alchemy": "2205", + "archery_ticket_price": "0", + "id": "1671" + }, + { + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "23010", + "durability": null, + "name": "Dragon necklace", + "tradeable": "true", + "low_alchemy": "7350", + "high_alchemy": "11025", + "archery_ticket_price": "0", + "id": "1672" + }, + { + "shop_price": "350", + "ge_buy_limit": "5000", + "examine": "A plain gold amulet.", + "grand_exchange_price": "172", + "durability": null, + "name": "Gold amulet", + "tradeable": "true", + "low_alchemy": "140", + "high_alchemy": "210", + "archery_ticket_price": "0", + "id": "1673" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "172", + "durability": null, + "name": "Gold amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1674" + }, + { + "shop_price": "810", + "ge_buy_limit": "5000", + "examine": "I wonder if I can get this enchanted.", + "grand_exchange_price": "473", + "durability": null, + "name": "Sapphire amulet", + "tradeable": "true", + "low_alchemy": "360", + "high_alchemy": "540", + "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": "I wonder if I can get this enchanted.", + "grand_exchange_price": "695", + "durability": null, + "name": "Emerald amulet", + "tradeable": "true", + "low_alchemy": "510", + "high_alchemy": "765", + "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": "I wonder if I can get this enchanted.", + "grand_exchange_price": "1268", + "durability": null, + "name": "Ruby amulet", + "tradeable": "true", + "low_alchemy": "810", + "high_alchemy": "1215", + "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": "I wonder if I can get this enchanted.", + "grand_exchange_price": "3359", + "durability": null, + "name": "Diamond amulet", + "tradeable": "true", + "low_alchemy": "1410", + "high_alchemy": "2115", + "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": "I wonder if I can get this enchanted.", + "grand_exchange_price": "26900", + "durability": null, + "name": "Dragonstone ammy", + "tradeable": "true", + "low_alchemy": "7050", + "high_alchemy": "10575", + "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.", + "grand_exchange_price": "417", + "durability": null, + "name": "Sapphire amulet", + "tradeable": "true", + "low_alchemy": "360", + "high_alchemy": "540", + "archery_ticket_price": "0", + "id": "1687" + }, + { + "shop_price": "1147", + "examine": "I wonder if I can get this enchanted.", + "grand_exchange_price": "648", + "durability": null, + "name": "Emerald amulet", + "tradeable": "true", + "low_alchemy": "510", + "high_alchemy": "765", + "archery_ticket_price": "0", + "id": "1688" + }, + { + "shop_price": "2025", + "examine": "I wonder if I can get this enchanted.", + "grand_exchange_price": "1098", + "durability": null, + "name": "Ruby amulet", + "tradeable": "true", + "low_alchemy": "810", + "high_alchemy": "1215", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1689" + }, + { + "shop_price": "3307", + "examine": "I wonder if I can get this enchanted.", + "grand_exchange_price": "1993", + "durability": null, + "name": "Diamond amulet", + "tradeable": "true", + "low_alchemy": "1410", + "high_alchemy": "2115", + "archery_ticket_price": "0", + "id": "1690" + }, + { + "examine": "I wonder if I can get this enchanted.", + "grand_exchange_price": "18436", + "durability": null, + "name": "Dragonstone ammy", + "tradeable": "true", + "low_alchemy": "7050", + "high_alchemy": "10575", + "archery_ticket_price": "0", + "id": "1691" + }, + { + "shop_price": "350", + "ge_buy_limit": "5000", + "examine": "A plain gold amulet.", + "grand_exchange_price": "137", + "durability": null, + "name": "Gold amulet", + "tradeable": "true", + "low_alchemy": "140", + "high_alchemy": "210", + "archery_ticket_price": "0", + "id": "1692", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "137", + "durability": null, + "name": "Gold amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1693" + }, + { + "shop_price": "810", + "ge_buy_limit": "5000", + "examine": "I wonder if I can get this enchanted.", + "grand_exchange_price": "435", + "durability": null, + "name": "Sapphire amulet", + "tradeable": "true", + "low_alchemy": "360", + "high_alchemy": "540", + "archery_ticket_price": "0", + "id": "1694", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "435", + "durability": null, + "name": "Sapphire amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1695" + }, + { + "shop_price": "1147", + "ge_buy_limit": "5000", + "examine": "I wonder if I can get this enchanted.", + "grand_exchange_price": "659", + "durability": null, + "name": "Emerald amulet", + "tradeable": "true", + "low_alchemy": "510", + "high_alchemy": "765", + "archery_ticket_price": "0", + "id": "1696", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "659", + "durability": null, + "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.", + "durability": null, + "low_alchemy": "810", + "high_alchemy": "1215", + "destroy": "true", + "equipment_slot": "2", + "grand_exchange_price": "1115", + "name": "Ruby amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1698" + }, + { + "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", + "low_alchemy": "1410", + "high_alchemy": "2115", + "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", + "examine": "I wonder if I can get this enchanted.", + "grand_exchange_price": "27100", + "durability": null, + "name": "Dragonstone ammy", + "tradeable": "true", + "low_alchemy": "7050", + "high_alchemy": "10575", + "archery_ticket_price": "0", + "id": "1702", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "27100", + "durability": null, + "name": "Dragonstone ammy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1703" + }, + { + "ge_buy_limit": "100", + "examine": "A very powerful dragonstone amulet.", + "grand_exchange_price": "28000", + "durability": null, + "name": "Amulet of glory", + "tradeable": "true", + "low_alchemy": "7050", + "high_alchemy": "10575", + "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" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "28000", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Amulet of glory", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1705" + }, + { + "examine": "A dragonstone amulet with 1 magic charge.", + "grand_exchange_price": "1", + "durability": null, + "name": "Amulet of glory(1)", + "tradeable": "true", + "low_alchemy": "7050", + "high_alchemy": "10575", + "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" + }, + { + "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", + "low_alchemy": "7050", + "high_alchemy": "10575", + "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", + "low_alchemy": "7050", + "high_alchemy": "10575", + "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", + "examine": "A dragonstone amulet with 4 magic charges.", + "grand_exchange_price": "29300", + "durability": null, + "name": "Amulet of glory(4)", + "tradeable": "true", + "low_alchemy": "7050", + "high_alchemy": "10575", + "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" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "29300", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Amulet of glory(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1713" + }, + { + "shop_price": "200", + "ge_buy_limit": "5000", + "examine": "It needs a string so I can wear it.", + "grand_exchange_price": "83", + "durability": null, + "name": "Unstrung symbol", + "tradeable": "true", + "low_alchemy": "80", + "high_alchemy": "120", + "archery_ticket_price": "0", + "id": "1714" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "83", + "durability": null, + "name": "Unstrung symbol", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1715" + }, + { + "shop_price": "120", + "ge_buy_limit": "5000", + "examine": "A symbol of Saradomin.", + "grand_exchange_price": "29", + "durability": null, + "name": "Unblessed symbol", + "tradeable": "true", + "low_alchemy": "80", + "high_alchemy": "120", + "archery_ticket_price": "0", + "id": "1716", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "29", + "durability": null, + "name": "Unblessed symbol", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1717" + }, + { + "shop_price": "300", + "ge_buy_limit": "5000", + "examine": "A blessed holy symbol of Saradomin.", + "durability": null, + "low_alchemy": "120", + "high_alchemy": "180", + "equipment_slot": "2", + "grand_exchange_price": "88", + "name": "Holy symbol", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1718", + "bonuses": "0,0,0,0,0,2,2,2,2,2,3,0,8,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "88", + "durability": null, + "name": "Holy symbol", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1719" + }, + { + "ge_buy_limit": "5000", + "examine": "It needs a string so I can wear it.", + "grand_exchange_price": "178", + "durability": null, + "name": "Unstrung emblem", + "tradeable": "true", + "low_alchemy": "80", + "high_alchemy": "120", + "archery_ticket_price": "0", + "id": "1720" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "178", + "durability": null, + "name": "Unstrung emblem", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1721" + }, + { + "shop_price": "120", + "ge_buy_limit": "5000", + "examine": "An unholy symbol of Zamorak.", + "grand_exchange_price": "24", + "durability": null, + "name": "Unpowered symbol", + "tradeable": "true", + "low_alchemy": "80", + "high_alchemy": "120", + "archery_ticket_price": "0", + "id": "1722", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "24", + "durability": null, + "name": "Unpowered symbol", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1723" + }, + { + "shop_price": "135", + "ge_buy_limit": "5000", + "examine": "An unholy symbol of Zamorak.", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "equipment_slot": "2", + "grand_exchange_price": "57", + "name": "Unholy symbol", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1724", + "bonuses": "2,2,2,2,2,0,0,0,0,0,0,0,8,0,0" + }, + { + "ge_buy_limit": "5000", + "examine": "An enchanted ruby amulet.", + "grand_exchange_price": "1247", + "durability": null, + "name": "Amulet of strength", + "tradeable": "true", + "low_alchemy": "810", + "high_alchemy": "1215", + "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" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1247", + "durability": null, + "name": "Amulet of strength", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1726" + }, + { + "shop_price": "900", + "ge_buy_limit": "5000", + "examine": "An enchanted sapphire amulet of magic.", + "durability": null, + "low_alchemy": "360", + "high_alchemy": "540", + "equipment_slot": "2", + "grand_exchange_price": "519", + "name": "Amulet of magic", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1727", + "bonuses": "0,0,0,10,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "519", + "durability": null, + "name": "Amulet of magic", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1728" + }, + { + "shop_price": "1275", + "ge_buy_limit": "5000", + "examine": "An enchanted emerald amulet of protection.", + "durability": null, + "low_alchemy": "510", + "high_alchemy": "765", + "equipment_slot": "2", + "grand_exchange_price": "721", + "name": "Amulet of defence", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1729", + "bonuses": "0,0,0,0,0,7,7,7,7,7,7,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "721", + "durability": null, + "name": "Amulet of defence", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1730" + }, + { + "shop_price": "3525", + "ge_buy_limit": "5000", + "examine": "An enchanted diamond amulet of power.", + "durability": null, + "low_alchemy": "1410", + "high_alchemy": "2115", + "equipment_slot": "2", + "grand_exchange_price": "2573", + "name": "Amulet of power", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1731", + "bonuses": "6,6,6,6,6,6,6,6,6,6,6,6,1,0,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", + "ge_buy_limit": "5000", + "examine": "Used with a thread to make clothes.", + "grand_exchange_price": "5", + "durability": null, + "name": "Needle", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1733" + }, + { + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "examine": "I think this came from a sheep.", + "grand_exchange_price": "160", + "durability": null, + "name": "Wool", + "tradeable": "true", + "weight": "0.14", + "archery_ticket_price": "0", + "id": "1737" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "160", + "durability": null, + "name": "Wool", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1738" + }, + { + "ge_buy_limit": "10000", + "examine": "I should take this to the tannery.", + "grand_exchange_price": "140", + "durability": null, + "name": "Cowhide", + "tradeable": "true", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "1739" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "516", + "durability": null, + "name": "Cowhide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1740" + }, + { + "ge_buy_limit": "10000", + "examine": "It's a piece of leather.", + "grand_exchange_price": "638", + "durability": null, + "name": "Leather", + "tradeable": "true", + "weight": "2.25", + "archery_ticket_price": "0", + "id": "1741" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "638", + "durability": null, + "name": "Leather", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1742" + }, + { + "ge_buy_limit": "10000", + "examine": "It's a piece of hard leather.", + "grand_exchange_price": "640", + "durability": null, + "name": "Hard leather", + "tradeable": "true", + "weight": "3.1", + "archery_ticket_price": "0", + "id": "1743" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "640", + "durability": null, + "name": "Hard leather", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1744" + }, + { + "ge_buy_limit": "10000", + "examine": "It's a piece of prepared green dragon hide.", + "grand_exchange_price": "2237", + "durability": null, + "name": "Green d-leather", + "tradeable": "true", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "3.1", + "archery_ticket_price": "0", + "id": "1745" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "2237", + "durability": null, + "name": "Green d-leather", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1746" + }, + { + "ge_buy_limit": "10000", + "examine": "The scaly rough hide from a Black Dragon.", + "grand_exchange_price": "5802", + "durability": null, + "name": "Black dragonhide", + "tradeable": "true", + "low_alchemy": "32", + "high_alchemy": "48", + "weight": "3.1", + "archery_ticket_price": "0", + "id": "1747" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "5802", + "durability": null, + "name": "Black dragonhide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1748" + }, + { + "ge_buy_limit": "10000", + "examine": "The scaly rough hide from a red dragon.", + "grand_exchange_price": "3539", + "durability": null, + "name": "Red dragonhide", + "tradeable": "true", + "low_alchemy": "16", + "high_alchemy": "24", + "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", + "low_alchemy": "16", + "high_alchemy": "24", + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "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", + "examine": "Good for detailed crafting.", + "grand_exchange_price": "20", + "durability": null, + "name": "Chisel", + "tradeable": "true", + "low_alchemy": "5", + "high_alchemy": "8", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "1755" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "20", + "durability": null, + "name": "Chisel", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1756" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A mostly clean apron.", + "grand_exchange_price": "74", + "durability": null, + "name": "Brown apron", + "tradeable": "true", + "high_alchemy": "1", + "weight": "0.45", + "archery_ticket_price": "0", + "id": "1757", + "equipment_slot": "4" + }, + { + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "6", + "high_alchemy": "9", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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" + }, + { + "ge_buy_limit": "100", + "examine": "Useful for crafting items.", + "grand_exchange_price": "249", + "durability": null, + "name": "Bronze wire", + "tradeable": "true", + "low_alchemy": "8", + "high_alchemy": "12", + "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.", + "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.", + "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.", + "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.", + "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.", + "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.", + "durability": null, + "name": "Silver pot", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1807" + }, + { + "examine": "Some (colour) thread found at the murder scene.", + "durability": null, + "name": "Criminal's thread", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1808" + }, + { + "examine": "Some (colour) thread found at the murder scene.", + "durability": null, + "name": "Criminal's thread", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1809" + }, + { + "examine": "Some (colour) 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./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": "1813" + }, + { + "examine": "A flimsy-looking dagger found at the crime scene./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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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" + }, + { + "shop_price": "40", + "ge_buy_limit": "100", + "examine": "A cool, light desert shirt.", + "durability": null, + "low_alchemy": "16", + "high_alchemy": "24", + "weight": "0.5", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "93", + "name": "Desert shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1833" + }, + { + "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.", + "durability": null, + "low_alchemy": "16", + "high_alchemy": "24", + "weight": "0.9", + "equipment_slot": "7", + "grand_exchange_price": "74", + "name": "Desert robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1835" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "74", + "durability": null, + "name": "Desert robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1836" + }, + { + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "Comfortable desert shoes.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "0.2", + "equipment_slot": "10", + "grand_exchange_price": "257", + "name": "Desert boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1837" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "257", + "durability": null, + "name": "Desert boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1838" + }, + { + "examine": "This key is crudely made. It came from the mining camp Mercenary Captain.", + "durability": null, + "name": "Metal key", + "archery_ticket_price": "0", + "id": "1839" + }, + { + "examine": "A metallic key, usually used by prison guards. (Tourist Trap)", + "durability": null, + "name": "Cell door key", + "archery_ticket_price": "0", + "id": "1840" + }, + { + "examine": "An empty barrel/A Splendid barrel.", + "grand_exchange_price": "206", + "durability": null, + "name": "Barrel", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "1841" + }, + { + "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, + "name": "Ana in a barrel", + "weight": "32", + "archery_ticket_price": "0", + "id": "1842" + }, + { + "examine": "This key unlocks a very sturdy gate. Ana gave me this key. (Tourist Trap)", + "durability": null, + "name": "Wrought iron key", + "archery_ticket_price": "0", + "id": "1843" + }, + { + "remove_sleeves": "true", + "examine": "A filthy, smelly, flea infested shirt.", + "durability": null, + "name": "Slave shirt", + "low_alchemy": "16", + "high_alchemy": "24", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "1844", + "equipment_slot": "4" + }, + { + "examine": "A filthy, smelly, flea infested robe.", + "durability": null, + "name": "Slave robe", + "low_alchemy": "16", + "high_alchemy": "24", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "1845", + "equipment_slot": "7" + }, + { + "examine": "A set of filthy, smelly, flea infested desert slave boots.", + "durability": null, + "name": "Slave boots", + "weight": "0.6", + "archery_ticket_price": "0", + "id": "1846", + "equipment_slot": "10" + }, + { + "examine": "A piece of paper with barely legible writing - looks like a recipe!", + "durability": null, + "name": "Scrumpled paper", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "1847" + }, + { + "shop_price": "5", + "examine": "Very important information.", + "durability": null, + "name": "Shantay disclaimer", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "1848" + }, + { + "examine": "A prototype throwing dart.", + "attack_audios": "2547,0,0,0", + "durability": null, + "name": "Prototype dart", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1849" + }, + { + "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", + "archery_ticket_price": "0", + "id": "1853" + }, + { + "shop_price": "5", + "examine": "Allows you to pass through the Shantay pass into the Kharid Desert.", + "durability": null, + "name": "Shantay pass", + "low_alchemy": "2", + "high_alchemy": "3", + "archery_ticket_price": "0", + "id": "1854" + }, + { + "examine": "A Tourist's Guide to Ardougne.", + "durability": null, + "name": "Guide book", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1856" + }, + { + "examine": "The Rantuki tribe's totem.", + "durability": null, + "name": "Totem", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "3", + "archery_ticket_price": "0", + "id": "1857" + }, + { + "examine": "It says 'To Lord Handelmort, Handelmort Mansion'.", + "durability": null, + "name": "Address label", + "archery_ticket_price": "0", + "id": "1858" + }, + { + "ge_buy_limit": "1000", + "examine": "I need to cook this first / Freshly cooked ugthanki meat.", + "grand_exchange_price": "486", + "durability": null, + "name": "Raw ugthanki meat", + "tradeable": "true", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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" + }, + { + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "4", + "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", + "low_alchemy": "2", + "high_alchemy": "4", + "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", + "low_alchemy": "3", + "high_alchemy": "5", + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "weight": "1", + "archery_ticket_price": "0", + "id": "1917", + "equipment_slot": "3" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "202", + "durability": null, + "name": "Beer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1918" + }, + { + "shop_price": "1", + "ge_buy_limit": "100", + "examine": "I need to fill this with beer.", + "grand_exchange_price": "10", + "durability": null, + "name": "Beer glass", + "tradeable": "true", + "high_alchemy": "1", + "weight": "0.05", + "archery_ticket_price": "0", + "id": "1919" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "10", + "durability": null, + "name": "Beer glass", + "tradeable": "true", + "archery_ticket_price": "0", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "4", + "high_alchemy": "7", + "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": "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": "72", + "durability": null, + "name": "Bucket of water", + "tradeable": "true", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "5", + "high_alchemy": "8", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "6", + "high_alchemy": "9", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "5", + "high_alchemy": "8", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "14", + "high_alchemy": "21", + "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", + "low_alchemy": "4", + "high_alchemy": "7", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "high_alchemy": "1", + "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": "On ground: Cabbage... yuck!In inventory: 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": "On ground: Cabbage... yuck!In inventory: Yuck, 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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "5", + "high_alchemy": "8", + "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", + "low_alchemy": "3", + "high_alchemy": "4", + "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", + "high_alchemy": "1", + "weight": "1", + "archery_ticket_price": "0", + "id": "1991" + }, + { + "examine": "Oh dear, this wine is terrible!", + "durability": null, + "name": "Jug of bad wine", + "high_alchemy": "1", + "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", + "low_alchemy": "51", + "high_alchemy": "76", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "1", + "archery_ticket_price": "0", + "id": "1995" + }, + { + "examine": "This wine needs to ferment before it can be drunk.", + "durability": null, + "name": "Unfermented wine", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "92", + "high_alchemy": "138", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "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" + }, + { + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "28", + "high_alchemy": "42", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "7", + "high_alchemy": "11", + "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", + "low_alchemy": "23", + "high_alchemy": "35", + "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", + "low_alchemy": "15", + "high_alchemy": "23", + "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", + "low_alchemy": "3", + "high_alchemy": "4", + "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", + "low_alchemy": "24", + "high_alchemy": "36", + "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", + "low_alchemy": "4", + "high_alchemy": "7", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "60", + "high_alchemy": "90", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2148" + }, + { + "examine": "Strange, it looks cooler now it's been cooked.", + "durability": null, + "name": "Lava eel", + "low_alchemy": "60", + "high_alchemy": "90", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2165" + }, + { + "shop_price": "10", + "examine": "A large ovenproof bowl.", + "durability": null, + "name": "Gnomebowl mould", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2166" + }, + { + "examine": "Aluft Gianne's favourite dishes.", + "durability": null, + "name": "Gianne's cook book", + "tradeable": "true", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2177" + }, + { + "examine": "This gnomebowl needs cooking.", + "durability": null, + "name": "Raw gnomebowl", + "tradeable": "true", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "2178" + }, + { + "examine": "This unfinished XX needs YY.", + "durability": null, + "name": "Picture", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "2202" + }, + { + "examine": "This XX crunchy needs garnishing with YY.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "78", + "high_alchemy": "117", + "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", + "low_alchemy": "78", + "high_alchemy": "117", + "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", + "low_alchemy": "78", + "high_alchemy": "117", + "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", + "low_alchemy": "78", + "high_alchemy": "117", + "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", + "low_alchemy": "78", + "high_alchemy": "117", + "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", + "low_alchemy": "180", + "high_alchemy": "270", + "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", + "low_alchemy": "180", + "high_alchemy": "270", + "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", + "low_alchemy": "108", + "high_alchemy": "162", + "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", + "low_alchemy": "108", + "high_alchemy": "162", + "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", + "low_alchemy": "32", + "high_alchemy": "48", + "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", + "low_alchemy": "28", + "high_alchemy": "42", + "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", + "low_alchemy": "28", + "high_alchemy": "42", + "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", + "low_alchemy": "32", + "high_alchemy": "48", + "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", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "2249" + }, + { + "shop_price": "1", + "examine": "This gnome batta needs cooking.", + "durability": null, + "name": "Raw batta", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "2250" + }, + { + "shop_price": "1", + "examine": "This XX batta needs garnishing with YY.", + "durability": null, + "name": "Picture", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "2285" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "366", + "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", + "low_alchemy": "10", + "high_alchemy": "15", + "archery_ticket_price": "0", + "id": "2287" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1141", + "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. (Whole)Half of this plain pizza has been eaten. (Half)", + "grand_exchange_price": "1357", + "durability": null, + "name": "Plain pizza", + "tradeable": "true", + "low_alchemy": "80", + "high_alchemy": "120", + "weight": "0.66", + "archery_ticket_price": "0", + "id": "2289" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1357", + "durability": null, + "name": "Plain pizza", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2290" + }, + { + "shop_price": "200", + "ge_buy_limit": "1000", + "examine": "A cheese and tomato pizza. (Whole)Half of this plain pizza has been eaten. (Half)", + "grand_exchange_price": "238", + "durability": null, + "name": "1/2 plain pizza", + "tradeable": "true", + "low_alchemy": "80", + "high_alchemy": "120", + "weight": "0.66", + "archery_ticket_price": "0", + "id": "2291" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "238", + "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. (Whole) Half of this meat pizza has been eaten. (Half)", + "grand_exchange_price": "1012", + "durability": null, + "name": "Meat pizza", + "tradeable": "true", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.83", + "archery_ticket_price": "0", + "id": "2293" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1012", + "durability": null, + "name": "Meat pizza", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2294" + }, + { + "ge_buy_limit": "1000", + "examine": "A pizza with bits of meat on it. (Whole) Half of this meat pizza has been eaten. (Half)", + "grand_exchange_price": "339", + "durability": null, + "name": "1/2 meat pizza", + "tradeable": "true", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.83", + "archery_ticket_price": "0", + "id": "2295" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "339", + "durability": null, + "name": "1/2 meat pizza", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2296" + }, + { + "ge_buy_limit": "1000", + "examine": "A pizza with anchovies. (Whole) Half of this anchovy pizza has been eaten. (Half)", + "grand_exchange_price": "1573", + "durability": null, + "name": "Anchovy pizza", + "tradeable": "true", + "low_alchemy": "24", + "high_alchemy": "36", + "weight": "0.83", + "archery_ticket_price": "0", + "id": "2297" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1573", + "durability": null, + "name": "Anchovy pizza", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2298" + }, + { + "ge_buy_limit": "1000", + "examine": "A pizza with anchovies. (Whole) Half of this anchovy pizza has been eaten. (Half)", + "grand_exchange_price": "44", + "durability": null, + "name": "1/2 anchovy pizza", + "tradeable": "true", + "low_alchemy": "24", + "high_alchemy": "36", + "weight": "0.83", + "archery_ticket_price": "0", + "id": "2299" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "44", + "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. (Whole)Half of this pineapple pizza has been eaten. (Half)", + "grand_exchange_price": "1469", + "durability": null, + "name": "Pineapple pizza", + "tradeable": "true", + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "0.83", + "archery_ticket_price": "0", + "id": "2301" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1469", + "durability": null, + "name": "Pineapple pizza", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2302" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "156", + "durability": null, + "name": "1/2 p'apple pizza", + "archery_ticket_price": "0", + "id": "2303" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "156", + "durability": null, + "name": "1/2 p'apple pizza", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2304" + }, + { + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "9", + "high_alchemy": "14", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "6", + "high_alchemy": "9", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "2317" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "781", + "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", + "low_alchemy": "3", + "high_alchemy": "4", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "2319" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "747", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "2321" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "802", + "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. (Whole)Mmm half an apple pie. (Half)", + "grand_exchange_price": "246", + "durability": null, + "name": "Apple pie", + "tradeable": "true", + "low_alchemy": "12", + "high_alchemy": "18", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2323" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "246", + "durability": null, + "name": "Apple pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2324" + }, + { + "ge_buy_limit": "1000", + "examine": "Looks tasty. (Whole)So tasty I kept some for later. (Half)", + "grand_exchange_price": "534", + "durability": null, + "name": "Redberry pie", + "tradeable": "true", + "low_alchemy": "60", + "high_alchemy": "90", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2325" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "534", + "durability": null, + "name": "Redberry pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2326" + }, + { + "shop_price": "16", + "ge_buy_limit": "1000", + "grand_exchange_price": "160", + "durability": null, + "name": "Meat pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2327" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "160", + "durability": null, + "name": "Meat pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2328" + }, + { + "durability": null, + "name": "Burnt pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2330" + }, + { + "shop_price": "16", + "ge_buy_limit": "1000", + "grand_exchange_price": "174", + "durability": null, + "name": "Half a meat pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2331" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "174", + "durability": null, + "name": "Half a meat pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2332" + }, + { + "ge_buy_limit": "1000", + "examine": "Looks tasty. (Whole)So tasty I kept some for later. (Half)", + "grand_exchange_price": "248", + "durability": null, + "name": "Half a redberry pie", + "tradeable": "true", + "low_alchemy": "60", + "high_alchemy": "90", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2333" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "248", + "durability": null, + "name": "Half a redberry pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2334" + }, + { + "shop_price": "140", + "ge_buy_limit": "1000", + "examine": "Mmm Apple pie. (Whole)Mmm half an apple pie. (Half)", + "grand_exchange_price": "146", + "durability": null, + "name": "Half an apple pie", + "tradeable": "true", + "low_alchemy": "12", + "high_alchemy": "18", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2335" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "146", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "14", + "high_alchemy": "21", + "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", + "low_alchemy": "14", + "high_alchemy": "21", + "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", + "low_alchemy": "5", + "high_alchemy": "7", + "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", + "low_alchemy": "3", + "high_alchemy": "4", + "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", + "low_alchemy": "11", + "high_alchemy": "16", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "60", + "high_alchemy": "90", + "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", + "low_alchemy": "120", + "high_alchemy": "180", + "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", + "low_alchemy": "120", + "high_alchemy": "180", + "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", + "low_alchemy": "256", + "high_alchemy": "384", + "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", + "low_alchemy": "2000", + "high_alchemy": "3000", + "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", + "low_alchemy": "120", + "high_alchemy": "180", + "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", + "low_alchemy": "44000", + "high_alchemy": "66000", + "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.", + "durability": null, + "low_alchemy": "300000", + "high_alchemy": "450000", + "weight": "2", + "grand_exchange_price": "743100", + "name": "Shield right half", + "tradeable": "true", + "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", + "low_alchemy": "60", + "high_alchemy": "90", + "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, + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "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", + "low_alchemy": "48", + "high_alchemy": "72", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "1.8", + "turn90ccw_anim": "822", + "attack_speed": "5", + "weapon_interface": "6", + "turn180_anim": "820", + "render_anim": "1", + "defence_anim": "388", + "equipment_slot": "3", + "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", + "low_alchemy": "26", + "high_alchemy": "39", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "2410" + }, + { + "examine": "A cape from the almighty god Saradomin.", + "durability": null, + "name": "Saradomin cape", + "tradeable": "false", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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, + "low_alchemy": "32000", + "high_alchemy": "48000", + "weight": "2.2", + "attack_speed": "4", + "weapon_interface": "1", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "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" + }, + { + "shop_price": "80000", + "examine": "A magical staff imbued with the power of Guthix.", + "durability": null, + "low_alchemy": "32000", + "high_alchemy": "48000", + "weight": "2", + "attack_speed": "4", + "weapon_interface": "1", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "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" + }, + { + "turn90cw_anim": "1207", + "examine": "A magical staff imbued with the power of Zamorak.", + "walk_anim": "1205", + "low_alchemy": "32000", + "turn90ccw_anim": "1208", + "attack_speed": "4", + "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": "2417", + "stand_turn_anim": "1209", + "bonuses": "-1,-1,6,6,0,2,3,1,6,0,0,2,0,0,0", + "shop_price": "80000", + "durability": null, + "high_alchemy": "48000", + "weight": "2.2", + "weapon_interface": "1", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Zamorak staff" + }, + { + "examine": "A grey woollen wig.", + "durability": null, + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "archery_ticket_price": "0", + "id": "2427" + }, + { + "shop_price": "8002", + "ge_buy_limit": "100", + "examine": "4 doses of Attack potion.", + "grand_exchange_price": "275", + "durability": null, + "name": "Attack potion(4)", + "tradeable": "true", + "low_alchemy": "224", + "high_alchemy": "336", + "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", + "low_alchemy": "35", + "high_alchemy": "52", + "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", + "low_alchemy": "352", + "high_alchemy": "528", + "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", + "low_alchemy": "61", + "high_alchemy": "91", + "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", + "low_alchemy": "72", + "high_alchemy": "108", + "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", + "low_alchemy": "100", + "high_alchemy": "150", + "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", + "low_alchemy": "88", + "high_alchemy": "132", + "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", + "low_alchemy": "105", + "high_alchemy": "158", + "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", + "low_alchemy": "115", + "high_alchemy": "172", + "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", + "low_alchemy": "115", + "high_alchemy": "172", + "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", + "low_alchemy": "115", + "high_alchemy": "172", + "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", + "low_alchemy": "70", + "high_alchemy": "105", + "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", + "low_alchemy": "105", + "high_alchemy": "158", + "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", + "low_alchemy": "105", + "high_alchemy": "158", + "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", + "low_alchemy": "105", + "high_alchemy": "158", + "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", + "low_alchemy": "105", + "high_alchemy": "158", + "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, + "low_alchemy": "40", + "high_alchemy": "60", + "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, + "low_alchemy": "40", + "high_alchemy": "60", + "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, + "low_alchemy": "40", + "high_alchemy": "60", + "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, + "low_alchemy": "40", + "high_alchemy": "60", + "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, + "low_alchemy": "40", + "high_alchemy": "60", + "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, + "low_alchemy": "40", + "high_alchemy": "60", + "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, + "low_alchemy": "40", + "high_alchemy": "60", + "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, + "low_alchemy": "40", + "high_alchemy": "60", + "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, + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "26", + "high_alchemy": "40", + "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", + "low_alchemy": "26", + "high_alchemy": "40", + "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, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "0.2", + "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, + "low_alchemy": "1440", + "high_alchemy": "2160", + "weight": "0.25", + "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, + "low_alchemy": "1728", + "high_alchemy": "2592", + "weight": "0.25", + "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, + "low_alchemy": "1728", + "high_alchemy": "2592", + "weight": "5.4", + "absorb": "0,5,2", + "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, + "low_alchemy": "2072", + "high_alchemy": "3108", + "weight": "5.4", + "absorb": "0,6,3", + "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, + "low_alchemy": "2488", + "high_alchemy": "3732", + "weight": "5.4", + "absorb": "0,7,3", + "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, + "low_alchemy": "3744", + "high_alchemy": "5616", + "weight": "6.8", + "absorb": "0,6,3", + "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, + "low_alchemy": "4492", + "high_alchemy": "6738", + "weight": "6.8", + "absorb": "0,6,3", + "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, + "low_alchemy": "5392", + "high_alchemy": "8088", + "weight": "6.8", + "absorb": "0,6,3", + "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", + "low_alchemy": "28", + "high_alchemy": "42", + "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", + "low_alchemy": "36", + "high_alchemy": "54", + "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", + "low_alchemy": "32", + "high_alchemy": "48", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "weight": "2", + "archery_ticket_price": "0", + "id": "2511" + }, + { + "examine": "A series of connected metal rings.", + "rare_item": "true", + "durability": null, + "low_alchemy": "100000", + "high_alchemy": "150000", + "weight": "6.8", + "absorb": "4,0,9", + "lendable": "true", + "grand_exchange_price": "2902937", + "name": "Dragon chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2513", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "5", + "high_alchemy": "8", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "5", + "archery_ticket_price": "0", + "id": "2529" + }, + { + "shop_price": "140", + "grand_exchange_price": "140", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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.", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "equipment_slot": "13", + "grand_exchange_price": "325", + "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" + }, + { + "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.", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "equipment_slot": "13", + "grand_exchange_price": "327", + "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" + }, + { + "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.", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "equipment_slot": "13", + "grand_exchange_price": "9", + "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" + }, + { + "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.", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "equipment_slot": "13", + "grand_exchange_price": "63", + "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" + }, + { + "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.", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "equipment_slot": "13", + "grand_exchange_price": "90", + "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" + }, + { + "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.", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "equipment_slot": "13", + "grand_exchange_price": "127", + "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" + }, + { + "requirements": "{4,40}", + "ge_buy_limit": "10000", + "examine": "An easy to make, rune-headed fire arrow.", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "equipment_slot": "13", + "grand_exchange_price": "539", + "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" + }, + { + "requirements": "{4,40}", + "ge_buy_limit": "10000", + "examine": "An easy to make, rune-headed fire arrow.", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "equipment_slot": "13", + "grand_exchange_price": "682", + "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" + }, + { + "ge_buy_limit": "5000", + "examine": "An enchanted ring.", + "grand_exchange_price": "943", + "durability": null, + "name": "Ring of recoil", + "tradeable": "true", + "low_alchemy": "360", + "high_alchemy": "540", + "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", + "low_alchemy": "510", + "high_alchemy": "765", + "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", + "low_alchemy": "510", + "high_alchemy": "765", + "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", + "low_alchemy": "510", + "high_alchemy": "765", + "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", + "low_alchemy": "510", + "high_alchemy": "765", + "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", + "low_alchemy": "510", + "high_alchemy": "765", + "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", + "low_alchemy": "510", + "high_alchemy": "765", + "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", + "low_alchemy": "510", + "high_alchemy": "765", + "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", + "low_alchemy": "510", + "high_alchemy": "765", + "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", + "low_alchemy": "810", + "high_alchemy": "1215", + "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", + "ge_buy_limit": "10000", + "examine": "An enchanted ring.", + "grand_exchange_price": "4540", + "durability": null, + "name": "Ring of life", + "tradeable": "true", + "low_alchemy": "1410", + "high_alchemy": "2115", + "archery_ticket_price": "0", + "id": "2570", + "equipment_slot": "12" + }, + { + "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", + "low_alchemy": "7050", + "high_alchemy": "10575", + "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 RuneScape.", + "durability": null, + "name": "Sextant", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2574" + }, + { + "examine": "A fine looking time piece.", + "durability": null, + "name": "Watch", + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2575" + }, + { + "examine": "A navigator's chart of RuneScape.", + "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, + "low_alchemy": "80", + "high_alchemy": "120", + "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, + "low_alchemy": "80", + "high_alchemy": "120", + "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, + "low_alchemy": "180", + "high_alchemy": "270", + "weight": "0.2", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "4400000", + "name": "Robin hood hat", + "tradeable": "true", + "archery_ticket_price": "0", + "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, + "low_alchemy": "1536", + "high_alchemy": "2304", + "weight": "9.07", + "absorb": "1,0,2", + "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, + "low_alchemy": "768", + "high_alchemy": "1152", + "weight": "9", + "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", + "examine": "Black full helmet with trim.", + "durability": null, + "low_alchemy": "422", + "high_alchemy": "633", + "weight": "2", + "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" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "82200", + "durability": null, + "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, + "low_alchemy": "652", + "high_alchemy": "979", + "weight": "5", + "absorb": "1,0,2", + "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, + "low_alchemy": "1536", + "high_alchemy": "2304", + "weight": "9.07", + "absorb": "1,0,2", + "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, + "low_alchemy": "768", + "high_alchemy": "1152", + "weight": "9", + "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, + "low_alchemy": "422", + "high_alchemy": "633", + "weight": "2.7", + "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, + "low_alchemy": "652", + "high_alchemy": "979", + "weight": "5", + "absorb": "1,0,2", + "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, + "low_alchemy": "5120", + "high_alchemy": "7680", + "weight": "9.07", + "absorb": "2,0,4", + "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, + "low_alchemy": "2560", + "high_alchemy": "3840", + "weight": "10", + "absorb": "1,0,3", + "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, + "low_alchemy": "2176", + "high_alchemy": "3264", + "weight": "5.8", + "absorb": "3,0,6", + "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, + "low_alchemy": "1408", + "high_alchemy": "2112", + "weight": "2.7", + "absorb": "1,0,2", + "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, + "low_alchemy": "5120", + "high_alchemy": "7680", + "weight": "9.07", + "absorb": "2,0,4", + "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, + "low_alchemy": "2560", + "high_alchemy": "3840", + "weight": "10", + "absorb": "1,0,3", + "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, + "low_alchemy": "2176", + "high_alchemy": "3264", + "weight": "6", + "absorb": "3,0,6", + "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, + "low_alchemy": "1408", + "high_alchemy": "2112", + "weight": "2.7", + "absorb": "1,0,2", + "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, + "low_alchemy": "26000", + "high_alchemy": "39000", + "weight": "9.07", + "absorb": "3,0,6", + "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, + "low_alchemy": "25600", + "high_alchemy": "38400", + "weight": "9", + "absorb": "2,0,4", + "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, + "low_alchemy": "14080", + "high_alchemy": "21120", + "weight": "2", + "absorb": "1,0,3", + "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, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5", + "absorb": "3,0,7", + "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, + "low_alchemy": "26000", + "high_alchemy": "39000", + "weight": "9.07", + "absorb": "3,0,6", + "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, + "low_alchemy": "25600", + "high_alchemy": "38400", + "weight": "9", + "absorb": "2,0,4", + "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, + "low_alchemy": "14080", + "high_alchemy": "21120", + "weight": "2.7", + "absorb": "1,0,3", + "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, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5", + "absorb": "3,0,7", + "equipment_slot": "5", + "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", + "low_alchemy": "16", + "high_alchemy": "24", + "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" + }, + { + "ge_buy_limit": "2", + "examine": "Parlez-vous francais? (Do you speak French?)", + "durability": null, + "low_alchemy": "32", + "high_alchemy": "48", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "34300", + "name": "Blue beret", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": true, + "id": "2633" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "34300", + "durability": null, + "name": "Blue beret", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2634" + }, + { + "ge_buy_limit": "2", + "examine": "Parlez-vous francais?(Do you speak French?)", + "durability": null, + "low_alchemy": "32", + "high_alchemy": "48", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "117500", + "name": "Black beret", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": true, + "id": "2635" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "117500", + "durability": null, + "name": "Black beret", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2636" + }, + { + "ge_buy_limit": "2", + "examine": "Parlez-vous francais? (Do you speak French?)", + "durability": null, + "low_alchemy": "32", + "high_alchemy": "48", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "328000", + "name": "White beret", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": true, + "id": "2637" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "328000", + "durability": null, + "name": "White beret", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2638" + }, + { + "ge_buy_limit": "2", + "examine": "All for one and one for all!", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "29100", + "name": "Tan cavalier", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": true, + "id": "2639" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "29100", + "durability": null, + "name": "Tan cavalier", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2640" + }, + { + "ge_buy_limit": "2", + "examine": "All for one and one for all!", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "23600", + "name": "Dark cavalier", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": true, + "id": "2641" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "23600", + "durability": null, + "name": "Dark cavalier", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2642" + }, + { + "ge_buy_limit": "2", + "examine": "All for one and one for all!", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "384500", + "name": "Black cavalier", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": true, + "id": "2643" + }, + { + "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", + "low_alchemy": "16", + "high_alchemy": "24", + "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", + "low_alchemy": "16", + "high_alchemy": "24", + "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", + "low_alchemy": "16", + "high_alchemy": "24", + "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", + "low_alchemy": "72", + "high_alchemy": "108", + "archery_ticket_price": "0", + "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, + "low_alchemy": "26000", + "high_alchemy": "39000", + "weight": "9", + "absorb": "3,0,6", + "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,1,0,1" + }, + { + "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, + "low_alchemy": "25600", + "high_alchemy": "38400", + "weight": "9", + "absorb": "2,0,4", + "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,1,0,1" + }, + { + "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, + "low_alchemy": "14080", + "high_alchemy": "21120", + "weight": "2", + "absorb": "1,0,3", + "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,1,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, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5", + "absorb": "3,0,7", + "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, + "low_alchemy": "26000", + "high_alchemy": "39000", + "weight": "9.07", + "absorb": "3,0,6", + "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,1,0,1" + }, + { + "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, + "low_alchemy": "25600", + "high_alchemy": "38400", + "weight": "9", + "absorb": "2,0,4", + "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,1" + }, + { + "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, + "low_alchemy": "14080", + "high_alchemy": "21120", + "weight": "2", + "absorb": "1,0,3", + "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,1,0,1" + }, + { + "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, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5.4", + "absorb": "3,0,7", + "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, + "low_alchemy": "26000", + "high_alchemy": "39000", + "weight": "9.07", + "absorb": "3,0,6", + "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,1,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, + "low_alchemy": "25600", + "high_alchemy": "38400", + "weight": "9", + "absorb": "2,0,4", + "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,1,0,1" + }, + { + "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, + "low_alchemy": "14080", + "high_alchemy": "21120", + "weight": "2", + "absorb": "1,0,3", + "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, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5.4", + "absorb": "3,0,7", + "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2677" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2678" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2679" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2680" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2681" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2682" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2683" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2684" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2685" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2686" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2687" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2688" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2689" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2690" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2691" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2692" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2693" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2694" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2695" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2696" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2697" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2698" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2699" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2700" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2701" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2702" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2703" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2704" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2705" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2706" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2707" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2708" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2709" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2710" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2711" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2712" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2715" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2718" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2721" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2722" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2724" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2726" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2728" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2730" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2732" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2734" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2736" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2738" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2740" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2742" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2744" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2746" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2748" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2773" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2775" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2777" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2779" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2781" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2782" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2784" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2785" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2787" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2789" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2791" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2792" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2793" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "2795" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2796" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "2798" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "2800" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2802" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2804" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2806" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2808" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2810" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2812" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2814" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2816" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2818" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2820" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2822" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2824" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2826" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2828" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "2830" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2831" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2833" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2835" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2837" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2839" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2847" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2848" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2855" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2856" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2857" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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.", + "durability": null, + "low_alchemy": "10", + "high_alchemy": "15", + "equipment_slot": "13", + "grand_exchange_price": "49", + "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" + }, + { + "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" + }, + { + "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", + "low_alchemy": "34", + "high_alchemy": "51", + "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", + "low_alchemy": "52", + "high_alchemy": "78", + "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, + "low_alchemy": "200", + "high_alchemy": "300", + "weight": "1", + "attack_speed": "8", + "two_handed": "true", + "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" + }, + { + "examine": "Book of the elemental shield.", + "durability": null, + "name": "Battered book", + "archery_ticket_price": "0", + "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.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "0.2", + "equipment_slot": "5", + "grand_exchange_price": "709", + "name": "Elemental shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2890", + "bonuses": "0,0,0,0,0,0,0,0,6,0,0,0,0,0,0" + }, + { + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "2892" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "grand_exchange_price": "1570", + "examine": "Very stylish!", + "durability": null, + "name": "Boots", + "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, + "low_alchemy": "72", + "high_alchemy": "108", + "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", + "grand_exchange_price": "741", + "examine": "Made by werewolves for werewolves.", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "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", + "grand_exchange_price": "844", + "examine": "A silly pointed hat.", + "durability": null, + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2900", + "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": "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", + "grand_exchange_price": "1039", + "examine": "These gloves from Canifis will keep my hands warm!", + "durability": null, + "name": "Gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2902", + "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": "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", + "grand_exchange_price": "1359", + "examine": "Very stylish!", + "durability": null, + "name": "Boots", + "tradeable": "true", + "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, + "low_alchemy": "72", + "high_alchemy": "108", + "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", + "grand_exchange_price": "474", + "examine": "Made by werewolves for werewolves.", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "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", + "grand_exchange_price": "1445", + "examine": "A silly pointed hat.", + "durability": null, + "tradeable": "true", + "name": "Hat", + "archery_ticket_price": "0", + "id": "2910", + "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": "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", + "grand_exchange_price": "1254", + "examine": "These gloves from Canifis will keep my hands warm!", + "durability": null, + "name": "Gloves", + "tradeable": "true", + "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", + "grand_exchange_price": "1054", + "examine": "Very stylish!", + "durability": null, + "name": "Boots", + "tradeable": "true", + "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, + "low_alchemy": "72", + "high_alchemy": "108", + "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", + "grand_exchange_price": "603", + "examine": "Made by werewolves for werewolves.", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "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", + "grand_exchange_price": "997", + "examine": "A silly pointed hat.", + "durability": null, + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2920", + "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": "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", + "grand_exchange_price": "1221", + "examine": "These gloves from Canifis will keep my hands warm!", + "durability": null, + "name": "Gloves", + "tradeable": "true", + "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", + "grand_exchange_price": "737", + "examine": "Very stylish!", + "durability": null, + "name": "Boots", + "tradeable": "true", + "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, + "low_alchemy": "72", + "high_alchemy": "108", + "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", + "grand_exchange_price": "637", + "examine": "Made by werewolves for werewolves.", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "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", + "grand_exchange_price": "925", + "examine": "A silly pointed hat.", + "durability": null, + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2930", + "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": "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", + "grand_exchange_price": "1829", + "examine": "These gloves from Canifis will keep my hands warm!", + "durability": null, + "name": "Gloves", + "tradeable": "true", + "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", + "grand_exchange_price": "988", + "examine": "Very stylish!", + "durability": null, + "name": "Boots", + "tradeable": "true", + "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, + "low_alchemy": "72", + "high_alchemy": "108", + "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", + "grand_exchange_price": "927", + "examine": "Made by werewolves for werewolves.", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "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", + "grand_exchange_price": "1209", + "examine": "A silly pointed hat.", + "durability": null, + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2940", + "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": "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", + "grand_exchange_price": "634", + "examine": "These gloves from Canifis will keep my hands warm!", + "durability": null, + "name": "Gloves", + "tradeable": "true", + "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", + "low_alchemy": "120", + "high_alchemy": "180", + "archery_ticket_price": "0", + "id": "2946" + }, + { + "examine": "A replica candle made of solid gold.", + "durability": null, + "name": "Golden candle", + "low_alchemy": "120", + "tradeable": "false", + "high_alchemy": "180", + "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", + "id": "2949" + }, + { + "examine": "A replica needle made of solid gold.", + "durability": null, + "name": "Golden needle", + "low_alchemy": "120", + "high_alchemy": "180", + "archery_ticket_price": "0", + "id": "2951" + }, + { + "examine": "A silver dagger that can prevent werewolves changing form.", + "durability": null, + "low_alchemy": "120", + "high_alchemy": "180", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "render_anim": "2584", + "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" + }, + { + "examine": "It's a bucket of water.", + "grand_exchange_price": "74", + "durability": null, + "name": "Bucket of water", + "tradeable": "true", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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": "A druid pouch.", + "durability": null, + "name": "Druid pouch", + "low_alchemy": "2", + "high_alchemy": "3", + "archery_ticket_price": "0", + "id": "2957" + }, + { + "examine": "A druid pouch.", + "durability": null, + "name": "Druid pouch", + "low_alchemy": "2", + "high_alchemy": "3", + "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, + "low_alchemy": "70", + "high_alchemy": "105", + "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" + }, + { + "examine": "It's a blessed silver sickle.", + "durability": null, + "low_alchemy": "100", + "high_alchemy": "150", + "weight": "1.5", + "weapon_interface": "6", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "name": "Silver sickle(b)", + "archery_ticket_price": "0", + "id": "2963", + "bonuses": "0,0,0,0,0,0,1,1,1,1,0,1,5,0,0" + }, + { + "shop_price": "1", + "examine": "Used for washing your face, amongst other things.", + "durability": null, + "name": "Washing bowl", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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...", + "durability": null, + "low_alchemy": "35", + "high_alchemy": "53", + "weight": "0.3", + "equipment_slot": "9", + "grand_exchange_price": "1500000", + "name": "Pirate's hook", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2997", + "bonuses": "0,0,0,0,0,1,5,3,0,0,1,0,0,0,0" + }, + { + "shop_price": "3", + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "4056", + "durability": null, + "name": "Clean toadflax", + "tradeable": "true", + "low_alchemy": "19", + "high_alchemy": "28", + "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", + "low_alchemy": "23", + "high_alchemy": "35", + "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", + "low_alchemy": "19", + "high_alchemy": "28", + "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", + "low_alchemy": "23", + "high_alchemy": "35", + "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", + "low_alchemy": "60", + "high_alchemy": "90", + "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", + "low_alchemy": "44", + "high_alchemy": "66", + "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", + "low_alchemy": "44", + "high_alchemy": "66", + "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", + "low_alchemy": "44", + "high_alchemy": "66", + "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", + "low_alchemy": "44", + "high_alchemy": "66", + "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", + "low_alchemy": "92", + "high_alchemy": "138", + "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", + "low_alchemy": "92", + "high_alchemy": "138", + "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", + "low_alchemy": "92", + "high_alchemy": "138", + "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", + "low_alchemy": "92", + "high_alchemy": "138", + "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", + "low_alchemy": "96", + "high_alchemy": "144", + "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", + "low_alchemy": "96", + "high_alchemy": "144", + "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", + "low_alchemy": "96", + "high_alchemy": "144", + "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", + "low_alchemy": "96", + "high_alchemy": "144", + "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", + "low_alchemy": "100", + "high_alchemy": "150", + "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", + "low_alchemy": "100", + "high_alchemy": "150", + "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", + "low_alchemy": "100", + "high_alchemy": "150", + "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", + "low_alchemy": "100", + "high_alchemy": "150", + "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", + "low_alchemy": "6800", + "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,10,0,2,3,1,10,0,0,35,0,0,0", + "requirements": "{0,30}-{6,30}", + "durability": null, + "high_alchemy": "10200", + "weight": "2.2", + "weapon_interface": "1", + "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", + "low_alchemy": "18000", + "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,10,0,2,3,1,10,0,0,50,0,0,0", + "requirements": "{0,40}-{6,40}", + "shop_price": "160", + "durability": null, + "high_alchemy": "27000", + "weight": "2", + "weapon_interface": "1", + "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", + "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", + "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, + "low_alchemy": "19", + "high_alchemy": "28", + "weight": "0.9", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "9", + "render_anim": "2583", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,390,390", + "grand_exchange_price": "702", + "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, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.9", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "9", + "render_anim": "2583", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,390,390", + "grand_exchange_price": "13", + "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, + "low_alchemy": "70", + "high_alchemy": "105", + "weight": "0.9", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "9", + "render_anim": "2583", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,390,390", + "grand_exchange_price": "20", + "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, + "low_alchemy": "144", + "high_alchemy": "216", + "weight": "6", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "9", + "render_anim": "2583", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,390,390", + "grand_exchange_price": "940", + "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, + "low_alchemy": "190", + "high_alchemy": "285", + "weight": "0.9", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "9", + "render_anim": "2583", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,390,390", + "grand_exchange_price": "114", + "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, + "low_alchemy": "480", + "high_alchemy": "720", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "9", + "render_anim": "2583", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,390,390", + "grand_exchange_price": "649", + "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, + "low_alchemy": "4800", + "high_alchemy": "7200", + "weight": "0.9", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "9", + "render_anim": "2583", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,390,390", + "lendable": "true", + "grand_exchange_price": "6939", + "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, + "low_alchemy": "4", + "high_alchemy": "7", + "destroy": "true", + "weight": "0.3", + "equipment_slot": "10", + "grand_exchange_price": "51400", + "name": "Climbing boots", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "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, + "low_alchemy": "22400", + "high_alchemy": "33600", + "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", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "3127" + }, + { + "examine": "See article", + "durability": null, + "name": "Pasty jogre bones", + "weight": "1", + "archery_ticket_price": "0", + "id": "3128" + }, + { + "examine": "See article", + "durability": null, + "name": "Pasty jogre bones", + "weight": "1", + "archery_ticket_price": "0", + "id": "3129" + }, + { + "examine": "Burnt Jogre bones marinated in lovely Karambwanji sauce. Perfect./Burnt Jogre bones marinated in lovely Karabwanji sauce. Not quite right.", + "durability": null, + "name": "Marinated j' bones", + "weight": "1", + "archery_ticket_price": "0", + "id": "3130" + }, + { + "examine": "See article", + "durability": null, + "name": "Pasty jogre bones", + "weight": "1", + "archery_ticket_price": "0", + "id": "3131" + }, + { + "examine": "See article", + "durability": null, + "name": "Pasty jogre bones", + "weight": "1", + "archery_ticket_price": "0", + "id": "3132" + }, + { + "examine": "Burnt Jogre bones marinated in lovely Karambwanji sauce. Perfect./Burnt Jogre bones marinated in lovely Karabwanji sauce. Not quite right.", + "durability": null, + "name": "Marinated j' bones", + "weight": "1", + "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, + "low_alchemy": "100000", + "high_alchemy": "150000", + "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", + "low_alchemy": "100", + "high_alchemy": "150", + "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", + "low_alchemy": "100", + "high_alchemy": "150", + "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", + "low_alchemy": "100", + "high_alchemy": "150", + "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", + "low_alchemy": "100", + "high_alchemy": "150", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "3150" + }, + { + "examine": "Small brightly coloured tropical fish.", + "durability": null, + "name": "Karambwanji", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "0.99", + "archery_ticket_price": "0", + "id": "3151" + }, + { + "examine": "Freshly made octopus paste. It smells quite nauseating.", + "durability": null, + "name": "Karambwan paste", + "low_alchemy": "6", + "high_alchemy": "9", + "archery_ticket_price": "0", + "id": "3152" + }, + { + "examine": "Freshly made octopus paste. It smells quite nauseating.", + "durability": null, + "name": "Karambwan paste", + "low_alchemy": "6", + "high_alchemy": "9", + "archery_ticket_price": "0", + "id": "3153" + }, + { + "examine": "Freshly made octopus paste. It smells quite nauseating.", + "durability": null, + "name": "Karambwan paste", + "low_alchemy": "6", + "high_alchemy": "9", + "archery_ticket_price": "0", + "id": "3154" + }, + { + "examine": "This paste smells of raw fish./This paste smells of cooked fish.", + "durability": null, + "name": "Karambwanji paste", + "low_alchemy": "6", + "high_alchemy": "9", + "archery_ticket_price": "0", + "id": "3155" + }, + { + "examine": "This paste smells of raw fish./This paste smells of cooked fish.", + "durability": null, + "name": "Karambwanji paste", + "low_alchemy": "6", + "high_alchemy": "9", + "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", + "durability": null, + "low_alchemy": "2", + "high_alchemy": "3", + "weight": "3", + "equipment_slot": "3", + "grand_exchange_price": "221", + "name": "Karambwan vessel", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3157" + }, + { + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "archery_ticket_price": "0", + "id": "3164" + }, + { + "shop_price": "27", + "examine": "A very strong spirit brewed in Karamja.", + "durability": null, + "name": "Karamjan rum", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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 bronze tipped spear.", + "walk_anim": "1205", + "low_alchemy": "10", + "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": "266", + "stand_anim": "813", + "tradeable": "true", + "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", + "durability": null, + "high_alchemy": "15", + "weight": "2.2", + "weapon_interface": "14", + "render_anim": "28", + "name": "Bronze spear(kp)" + }, + { + "turn90cw_anim": "1207", + "examine": "An iron tipped spear.", + "walk_anim": "1205", + "low_alchemy": "36", + "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": "304", + "stand_anim": "813", + "tradeable": "true", + "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", + "durability": null, + "high_alchemy": "54", + "weight": "2.2", + "weapon_interface": "14", + "render_anim": "28", + "name": "Iron spear(kp)" + }, + { + "turn90cw_anim": "1207", + "examine": "A steel tipped spear.", + "walk_anim": "1205", + "low_alchemy": "130", + "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": "503", + "stand_anim": "813", + "tradeable": "true", + "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,5}", + "durability": null, + "high_alchemy": "195", + "weight": "2.2", + "weapon_interface": "14", + "render_anim": "28", + "name": "Steel spear(kp)" + }, + { + "turn90cw_anim": "1207", + "examine": "A mithril tipped spear.", + "walk_anim": "1205", + "low_alchemy": "338", + "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": "368", + "stand_anim": "813", + "tradeable": "true", + "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,20}", + "durability": null, + "high_alchemy": "507", + "weight": "1.8", + "weapon_interface": "14", + "render_anim": "28", + "name": "Mithril spear(kp)" + }, + { + "turn90cw_anim": "1207", + "examine": "An adamant tipped spear.", + "walk_anim": "1205", + "low_alchemy": "832", + "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": "1093", + "stand_anim": "813", + "tradeable": "true", + "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,30}", + "durability": null, + "high_alchemy": "1248", + "weight": "2", + "weapon_interface": "14", + "render_anim": "28", + "name": "Adamant spear(kp)" + }, + { + "turn90cw_anim": "1207", + "examine": "A rune tipped spear.", + "walk_anim": "1205", + "low_alchemy": "8320", + "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": "12089", + "stand_anim": "813", + "tradeable": "true", + "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", + "requirements": "{0,40}", + "durability": null, + "high_alchemy": "12480", + "weight": "2.2", + "weapon_interface": "14", + "render_anim": "28", + "lendable": "true", + "name": "Rune spear(kp)" + }, + { + "turn90cw_anim": "1207", + "examine": "A dragon tipped spear.", + "walk_anim": "1205", + "has_special": "true", + "low_alchemy": "24960", + "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", + "tradeable": "true", + "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, + "high_alchemy": "37440", + "weight": "2", + "weapon_interface": "14", + "render_anim": "28", + "lendable": "true", + "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 small/medium sized 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 small/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 small/medium sized 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 small/medium sized 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/medium sized 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 small/medium sized monkey bones.", + "grand_exchange_price": "383", + "durability": null, + "name": "Monkey bones", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "3185" + }, + { + "examine": "These are small/medium sized monkey bones.", + "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", + "low_alchemy": "24", + "high_alchemy": "36", + "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", + "low_alchemy": "32", + "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, + "high_alchemy": "48", + "weight": "3", + "weapon_interface": "15", + "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", + "low_alchemy": "145", + "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, + "high_alchemy": "218", + "weight": "3.1", + "weapon_interface": "15", + "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", + "low_alchemy": "400", + "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, + "high_alchemy": "600", + "weight": "3", + "weapon_interface": "15", + "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", + "low_alchemy": "768", + "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,5}-{2,10}", + "shop_price": "2496", + "durability": null, + "high_alchemy": "1152", + "weight": "3", + "weapon_interface": "15", + "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", + "low_alchemy": "1352", + "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, + "high_alchemy": "2028", + "weight": "2.7", + "weapon_interface": "15", + "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", + "low_alchemy": "3328", + "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, + "high_alchemy": "4992", + "weight": "3.6", + "weapon_interface": "15", + "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", + "low_alchemy": "51200", + "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, + "high_alchemy": "76800", + "weight": "3", + "weapon_interface": "15", + "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", + "low_alchemy": "130000", + "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, + "high_alchemy": "195000", + "weight": "3.1", + "weapon_interface": "15", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "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", + "low_alchemy": "7", + "high_alchemy": "11", + "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 RuneScape's many citizens. In Karamja or South of Falador: One of RuneScape's many citizens, apparently trying to be an explorer. In Lumbridge: One of Lumbridge's many citizens. In a Falador home: One of RuneScape's many citizens. He looks worried ", + "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", + "high_alchemy": "1", + "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.", + "durability": null, + "low_alchemy": "120", + "high_alchemy": "180", + "weight": "2", + "equipment_slot": "0", + "grand_exchange_price": "56", + "name": "Myre snelm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3327", + "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,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, + "low_alchemy": "120", + "high_alchemy": "180", + "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.", + "durability": null, + "low_alchemy": "120", + "high_alchemy": "180", + "equipment_slot": "0", + "grand_exchange_price": "57", + "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" + }, + { + "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", + "durability": null, + "low_alchemy": "120", + "high_alchemy": "180", + "weight": "1.9", + "equipment_slot": "0", + "grand_exchange_price": "73", + "name": "Bruise blue snelm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3333", + "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,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.", + "durability": null, + "low_alchemy": "120", + "high_alchemy": "180", + "weight": "2", + "equipment_slot": "0", + "grand_exchange_price": "63", + "name": "Broken bark snelm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3335", + "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,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.", + "durability": null, + "low_alchemy": "120", + "high_alchemy": "180", + "weight": "2", + "equipment_slot": "0", + "grand_exchange_price": "58", + "name": "Myre snelm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3337", + "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,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, + "low_alchemy": "120", + "high_alchemy": "180", + "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.", + "durability": null, + "low_alchemy": "120", + "high_alchemy": "180", + "equipment_slot": "0", + "grand_exchange_price": "54", + "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" + }, + { + "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", + "durability": null, + "low_alchemy": "120", + "high_alchemy": "180", + "weight": "1.9", + "equipment_slot": "0", + "grand_exchange_price": "248", + "name": "Bruise blue snelm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3343", + "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,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", + "low_alchemy": "60", + "high_alchemy": "90", + "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", + "low_alchemy": "60", + "high_alchemy": "90", + "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", + "low_alchemy": "60", + "high_alchemy": "90", + "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", + "low_alchemy": "60", + "high_alchemy": "90", + "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", + "low_alchemy": "60", + "high_alchemy": "90", + "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", + "low_alchemy": "60", + "high_alchemy": "90", + "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", + "low_alchemy": "60", + "high_alchemy": "90", + "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", + "low_alchemy": "60", + "high_alchemy": "90", + "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", + "low_alchemy": "60", + "high_alchemy": "90", + "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", + "low_alchemy": "24", + "high_alchemy": "36", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "6", + "high_alchemy": "9", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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": "false", + "destroy": "true", + "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, + "low_alchemy": "4000", + "high_alchemy": "6000", + "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, + "low_alchemy": "18000", + "high_alchemy": "27000", + "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, + "low_alchemy": "16000", + "high_alchemy": "24000", + "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, + "low_alchemy": "2000", + "high_alchemy": "3000", + "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, + "low_alchemy": "2000", + "high_alchemy": "3000", + "weight": "0.9", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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)", + "low_alchemy": "5", + "high_alchemy": "8", + "archery_ticket_price": "0", + "id": "3408" + }, + { + "examine": "3 doses serum 207 as described in Herbi Flax's diary.", + "durability": null, + "name": "Serum 207 (3)", + "low_alchemy": "5", + "high_alchemy": "8", + "archery_ticket_price": "0", + "id": "3410" + }, + { + "examine": "2 doses serum 207 as described in Herbi Flax's diary.", + "durability": null, + "name": "Serum 207 (2)", + "low_alchemy": "5", + "high_alchemy": "8", + "archery_ticket_price": "0", + "id": "3412" + }, + { + "examine": "1 dose serum 207 as described in Herbi Flax's diary.", + "durability": null, + "name": "Serum 207 (1)", + "low_alchemy": "5", + "high_alchemy": "8", + "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)", + "low_alchemy": "5", + "high_alchemy": "8", + "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)", + "low_alchemy": "5", + "high_alchemy": "8", + "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)", + "low_alchemy": "5", + "high_alchemy": "8", + "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)", + "low_alchemy": "5", + "high_alchemy": "8", + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "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", + "low_alchemy": "10", + "high_alchemy": "15", + "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", + "low_alchemy": "10", + "high_alchemy": "15", + "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", + "low_alchemy": "10", + "high_alchemy": "15", + "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", + "low_alchemy": "10", + "high_alchemy": "15", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "3", + "high_alchemy": "4", + "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", + "low_alchemy": "16", + "high_alchemy": "24", + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "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", + "low_alchemy": "64", + "high_alchemy": "96", + "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", + "low_alchemy": "192", + "high_alchemy": "288", + "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", + "low_alchemy": "256", + "high_alchemy": "384", + "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", + "low_alchemy": "200", + "high_alchemy": "300", + "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.", + "durability": null, + "low_alchemy": "768", + "high_alchemy": "1152", + "weight": "8", + "equipment_slot": "7", + "grand_exchange_price": "3077", + "name": "Black plateskirt (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3472", + "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,0,0,0" + }, + { + "requirements": "{1,10}", + "ge_buy_limit": "2", + "examine": "Black plateskirt with gold trim.", + "durability": null, + "low_alchemy": "768", + "high_alchemy": "1152", + "weight": "9", + "equipment_slot": "7", + "grand_exchange_price": "10600", + "name": "Black plateskirt (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3473", + "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,0,0,0" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "Adamant plateskirt with trim.", + "durability": null, + "low_alchemy": "2560", + "high_alchemy": "3840", + "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, + "low_alchemy": "2560", + "high_alchemy": "3840", + "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, + "low_alchemy": "25600", + "high_alchemy": "38400", + "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, + "low_alchemy": "25600", + "high_alchemy": "38400", + "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, + "low_alchemy": "25600", + "high_alchemy": "38400", + "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,1,0,1" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune plateskirt in the colours of Saradomin.", + "durability": null, + "low_alchemy": "25600", + "high_alchemy": "38400", + "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,1,0,1" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune plateskirt in the colours of Guthix.", + "durability": null, + "low_alchemy": "25600", + "high_alchemy": "38400", + "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,1,0,0" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune platebody with complete gold trim & plating.", + "durability": null, + "low_alchemy": "26000", + "high_alchemy": "39000", + "weight": "10", + "absorb": "3,0,6", + "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, + "low_alchemy": "25600", + "high_alchemy": "38400", + "weight": "9", + "absorb": "2,0,4", + "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, + "low_alchemy": "25600", + "high_alchemy": "38400", + "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, + "low_alchemy": "14080", + "high_alchemy": "21120", + "weight": "2", + "absorb": "1,0,3", + "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, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5", + "absorb": "3,0,7", + "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3490" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3491" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3492" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3493" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3494" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3495" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3496" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3497" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3498" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3499" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3500" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3501" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3502" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3503" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3504" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3505" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3506" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3507" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3508" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3509" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3511" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3512" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3513" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3514" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3515" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3517" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3519" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3521" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3523" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3524" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3525" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3527" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3529" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3531" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3533" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3535" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3537" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3539" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3541" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3543" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3545" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3547" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3549" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3551" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3553" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3555" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3557" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3559" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3561" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3563" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "3565" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "3567" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "3569" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "3571" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3572" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3573" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3574" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "3576" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "3578" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3579" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3581" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3583" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3585" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3587" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3589" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3591" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3593" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3595" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3597" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3598" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3600" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3601" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "3603" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3604" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3605" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3607" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3609" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3610" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3611" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3612" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3613" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3614" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3615" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3616" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3617" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "5200", + "high_alchemy": "7800", + "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": "This will teleport me to Rellekka when I play it. A musical intrument that I can magically play.", + "durability": null, + "name": "Lyre", + "low_alchemy": "400", + "high_alchemy": "600", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "3689", + "equipment_slot": "3" + }, + { + "examine": "This will teleport me to Rellekka when I play it. A musical intrument that I can magically play.", + "durability": null, + "name": "Enchanted lyre", + "low_alchemy": "400", + "high_alchemy": "600", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "3690", + "equipment_slot": "3" + }, + { + "examine": "This will teleport me to Rellekka when I play it. A musical intrument that I can magically play.", + "durability": null, + "name": "Enchanted lyre(1)", + "low_alchemy": "400", + "high_alchemy": "600", + "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, + "turn90ccw_anim": "6663", + "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", + "low_alchemy": "130", + "high_alchemy": "195", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "archery_ticket_price": "0", + "id": "3746" + }, + { + "durability": null, + "name": "Sticky red goop", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3747" + }, + { + "remove_head": "true", + "examine": "A sturdy helm worn only by Fremennik clan members.", + "durability": null, + "name": "Fremennik helm", + "low_alchemy": "2600", + "high_alchemy": "3900", + "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", + "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, + "low_alchemy": "31200", + "high_alchemy": "46800", + "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, + "low_alchemy": "31200", + "high_alchemy": "46800", + "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, + "low_alchemy": "31200", + "high_alchemy": "46800", + "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, + "low_alchemy": "31200", + "high_alchemy": "46800", + "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, + "low_alchemy": "2000", + "high_alchemy": "3000", + "weight": "1.8", + "attack_speed": "4", + "weapon_interface": "6", + "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", + "low_alchemy": "2000", + "high_alchemy": "3000", + "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", + "equipment_slot": "5" + }, + { + "shop_price": "325", + "ge_buy_limit": "1000", + "examine": "The latest fashion in Rellekka.", + "durability": null, + "low_alchemy": "100", + "high_alchemy": "150", + "equipment_slot": "1", + "grand_exchange_price": "697", + "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" + }, + { + "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.", + "durability": null, + "low_alchemy": "100", + "high_alchemy": "150", + "equipment_slot": "1", + "grand_exchange_price": "54", + "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" + }, + { + "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.", + "durability": null, + "low_alchemy": "100", + "high_alchemy": "150", + "equipment_slot": "1", + "grand_exchange_price": "581", + "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" + }, + { + "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.", + "durability": null, + "low_alchemy": "100", + "high_alchemy": "150", + "equipment_slot": "1", + "grand_exchange_price": "912", + "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" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "912", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3766" + }, + { + "shop_price": "325", + "ge_buy_limit": "100", + "examine": "The latest in Fremennik fashion.", + "durability": null, + "low_alchemy": "130", + "high_alchemy": "195", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "100", + "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" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "100", + "durability": null, + "name": "Fremennik shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3768" + }, + { + "shop_price": "325", + "ge_buy_limit": "100", + "examine": "The latest in Fremennik fashion.", + "durability": null, + "low_alchemy": "130", + "high_alchemy": "195", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "486", + "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" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "486", + "durability": null, + "name": "Fremennik shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3770" + }, + { + "shop_price": "325", + "ge_buy_limit": "100", + "examine": "The latest in Fremennik fashion.", + "durability": null, + "low_alchemy": "130", + "high_alchemy": "195", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "242", + "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" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "242", + "durability": null, + "name": "Fremennik shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3772" + }, + { + "shop_price": "325", + "ge_buy_limit": "100", + "examine": "The latest in Fremennik fashion.", + "durability": null, + "low_alchemy": "130", + "high_alchemy": "195", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "500", + "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" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "500", + "durability": null, + "name": "Fremennik shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3774" + }, + { + "shop_price": "325", + "ge_buy_limit": "100", + "examine": "The latest in Fremennik fashion.", + "durability": null, + "low_alchemy": "130", + "high_alchemy": "195", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "450", + "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" + }, + { + "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.", + "durability": null, + "low_alchemy": "100", + "high_alchemy": "150", + "equipment_slot": "1", + "grand_exchange_price": "674", + "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" + }, + { + "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.", + "durability": null, + "low_alchemy": "100", + "high_alchemy": "150", + "equipment_slot": "1", + "grand_exchange_price": "809", + "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" + }, + { + "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.", + "durability": null, + "low_alchemy": "100", + "high_alchemy": "150", + "equipment_slot": "1", + "grand_exchange_price": "632", + "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" + }, + { + "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.", + "durability": null, + "low_alchemy": "100", + "high_alchemy": "150", + "equipment_slot": "1", + "grand_exchange_price": "517", + "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" + }, + { + "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.", + "durability": null, + "low_alchemy": "100", + "high_alchemy": "150", + "equipment_slot": "1", + "grand_exchange_price": "398", + "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" + }, + { + "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.", + "durability": null, + "low_alchemy": "100", + "high_alchemy": "150", + "equipment_slot": "1", + "grand_exchange_price": "283", + "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" + }, + { + "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.", + "durability": null, + "low_alchemy": "100", + "high_alchemy": "150", + "equipment_slot": "1", + "grand_exchange_price": "966", + "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" + }, + { + "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!", + "durability": null, + "low_alchemy": "260", + "high_alchemy": "390", + "weight": "0.5", + "equipment_slot": "10", + "grand_exchange_price": "205", + "name": "Fremennik boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3791", + "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0" + }, + { + "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, + "low_alchemy": "260", + "high_alchemy": "390", + "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.", + "durability": null, + "low_alchemy": "260", + "high_alchemy": "390", + "weight": "0.9", + "equipment_slot": "7", + "grand_exchange_price": "663", + "name": "Fremennik skirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3795", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" + }, + { + "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.", + "durability": null, + "low_alchemy": "260", + "high_alchemy": "390", + "weight": "1", + "equipment_slot": "0", + "grand_exchange_price": "2380", + "name": "Fremennik hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3797", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,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", + "grand_exchange_price": "172", + "durability": null, + "name": "Gloves", + "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", + "low_alchemy": "130", + "high_alchemy": "195", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "archery_ticket_price": "0", + "id": "3838" + }, + { + "shop_price": "5000", + "examine": "An incomplete book of Saradomin/Guthix/Zamorak/Bandos/ArmadylAn incomplete ancient book", + "durability": null, + "name": "Damaged book", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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 Saradomin/Guthix/Zamorak/Bandos/ArmadylAn incomplete ancient book", + "durability": null, + "name": "Damaged book", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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 Saradomin/Guthix/Zamorak/Bandos/ArmadylAn incomplete ancient book", + "durability": null, + "name": "Damaged book", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "420", + "high_alchemy": "630", + "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", + "low_alchemy": "420", + "high_alchemy": "630", + "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", + "low_alchemy": "420", + "high_alchemy": "630", + "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", + "low_alchemy": "420", + "high_alchemy": "630", + "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", + "low_alchemy": "420", + "high_alchemy": "630", + "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", + "low_alchemy": "420", + "high_alchemy": "630", + "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", + "low_alchemy": "420", + "high_alchemy": "630", + "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", + "low_alchemy": "420", + "high_alchemy": "630", + "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", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "3897" + }, + { + "examine": "The king should be able to use this.", + "durability": null, + "name": "Giant pen", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "3898" + }, + { + "shop_price": "15", + "examine": "Not as good as a pet frog.", + "durability": null, + "name": "Iron sickle", + "low_alchemy": "6", + "high_alchemy": "9", + "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", + "low_alchemy": "2", + "tradeable": "false", + "high_alchemy": "3", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "4006" + }, + { + "examine": "A gold bar with a talkative monkey spirit.", + "durability": null, + "name": "Enchanted bar", + "low_alchemy": "320", + "high_alchemy": "480", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "weight": "1", + "archery_ticket_price": "0", + "id": "4009" + }, + { + "shop_price": "3", + "examine": "They are Monkey Nuts. Yummy.", + "durability": null, + "name": "Monkey nuts", + "low_alchemy": "1", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "4012" + }, + { + "shop_price": "50", + "examine": "It's a monkey bar. It looks highly nutritious.", + "durability": null, + "name": "Monkey bar", + "low_alchemy": "20", + "high_alchemy": "30", + "archery_ticket_price": "0", + "id": "4014" + }, + { + "shop_price": "300", + "examine": "It's a bowl full of mushy banana", + "durability": null, + "name": "Banana stew", + "low_alchemy": "120", + "high_alchemy": "180", + "archery_ticket_price": "0", + "id": "4016" + }, + { + "examine": "It's an amulet mould shaped like a monkey head.", + "durability": null, + "name": "M'amulet mould", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "1", + "archery_ticket_price": "0", + "id": "4020" + }, + { + "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": "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", + "low_alchemy": "400", + "high_alchemy": "600", + "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", + "low_alchemy": "200", + "high_alchemy": "300", + "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", + "low_alchemy": "200", + "high_alchemy": "300", + "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", + "low_alchemy": "200", + "high_alchemy": "300", + "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", + "low_alchemy": "200", + "high_alchemy": "300", + "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", + "low_alchemy": "200", + "high_alchemy": "300", + "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", + "low_alchemy": "200", + "high_alchemy": "300", + "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", + "low_alchemy": "200", + "high_alchemy": "300", + "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", + "low_alchemy": "200", + "high_alchemy": "300", + "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", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "4037", + "stand_turn_anim": "1426" + }, + { + "durability": null, + "name": "Saradomin banner", + "tradeable": "true", + "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", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "4039", + "stand_turn_anim": "1426" + }, + { + "durability": null, + "name": "Zamorak banner", + "tradeable": "true", + "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, + "low_alchemy": "520", + "high_alchemy": "780", + "weight": "1", + "turn90ccw_anim": "822", + "weapon_interface": "6", + "turn180_anim": "820", + "render_anim": "1", + "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", + "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", + "equipment_slot": "7" + }, + { + "remove_head": "true", + "requirements": "{1,5}", + "shop_price": "40", + "examine": "A very decorative helm.", + "durability": null, + "low_alchemy": "312", + "high_alchemy": "468", + "weight": "1", + "equipment_slot": "0", + "name": "Decorative helm", + "archery_ticket_price": "0", + "id": "4071", + "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,3,0,0,0,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", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "75000", + "high_alchemy": "75000", + "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", + "low_alchemy": "70", + "high_alchemy": "105", + "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, + "low_alchemy": "70", + "high_alchemy": "105", + "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", + "low_alchemy": "6", + "high_alchemy": "9", + "archery_ticket_price": "0", + "id": "4085", + "equipment_slot": "5" + }, + { + "examine": "These pale flowers have a pungent odour.", + "durability": null, + "name": "Trollweiss", + "low_alchemy": "2", + "high_alchemy": "3", + "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, + "low_alchemy": "108000", + "high_alchemy": "162000", + "weight": "9", + "absorb": "3,0,6", + "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,20}", + "shop_price": "15000", + "ge_buy_limit": "100", + "examine": "Blue: A magical hat. ", + "durability": null, + "low_alchemy": "6000", + "high_alchemy": "9000", + "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,20}", + "shop_price": "120000", + "ge_buy_limit": "100", + "examine": "The upper half of a magical robe.", + "durability": null, + "low_alchemy": "48000", + "high_alchemy": "72000", + "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,20}", + "shop_price": "80000", + "ge_buy_limit": "100", + "examine": "The lower half of a magical robe.", + "durability": null, + "low_alchemy": "32000", + "high_alchemy": "48000", + "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,20}", + "shop_price": "10000", + "ge_buy_limit": "100", + "examine": "Magical gloves.", + "durability": null, + "low_alchemy": "4000", + "high_alchemy": "6000", + "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,20}", + "shop_price": "10000", + "ge_buy_limit": "100", + "examine": "Magical boots.", + "durability": null, + "low_alchemy": "4000", + "high_alchemy": "6000", + "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,20}", + "shop_price": "15000", + "ge_buy_limit": "100", + "examine": "Black: A magical hat. ", + "durability": null, + "low_alchemy": "6000", + "high_alchemy": "9000", + "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,20}", + "shop_price": "120000", + "ge_buy_limit": "100", + "examine": "The upper half of a magical robe.", + "durability": null, + "low_alchemy": "48000", + "high_alchemy": "72000", + "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,20}", + "shop_price": "80000", + "ge_buy_limit": "100", + "examine": "The lower half of a magical robe.", + "durability": null, + "low_alchemy": "32000", + "high_alchemy": "48000", + "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,20}", + "shop_price": "10000", + "ge_buy_limit": "100", + "examine": "Dark magical gloves.", + "durability": null, + "low_alchemy": "4000", + "high_alchemy": "6000", + "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,20}", + "shop_price": "10000", + "ge_buy_limit": "100", + "examine": "Magical boots.", + "durability": null, + "low_alchemy": "4000", + "high_alchemy": "6000", + "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,20}", + "shop_price": "15000", + "ge_buy_limit": "100", + "examine": "White: A magical hat. ", + "durability": null, + "low_alchemy": "6000", + "high_alchemy": "9000", + "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,20}", + "shop_price": "120000", + "ge_buy_limit": "100", + "examine": "The upper half of a magical robe.", + "durability": null, + "low_alchemy": "48000", + "high_alchemy": "72000", + "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,20}", + "shop_price": "80000", + "ge_buy_limit": "100", + "examine": "The lower half of a magical robe.", + "durability": null, + "low_alchemy": "32000", + "high_alchemy": "48000", + "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,20}", + "shop_price": "10000", + "ge_buy_limit": "100", + "examine": "Bright magical gloves.", + "durability": null, + "low_alchemy": "4000", + "high_alchemy": "6000", + "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,20}", + "shop_price": "10000", + "ge_buy_limit": "100", + "examine": "Magical boots.", + "durability": null, + "low_alchemy": "4000", + "high_alchemy": "6000", + "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.", + "durability": null, + "low_alchemy": "9", + "high_alchemy": "14", + "weight": "1.3", + "equipment_slot": "10", + "grand_exchange_price": "359", + "name": "Bronze boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4119", + "bonuses": "0,0,0,-3,-1,1,2,3,0,0,0,0,0,0,0" + }, + { + "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.", + "durability": null, + "low_alchemy": "33", + "high_alchemy": "50", + "weight": "1.3", + "equipment_slot": "10", + "grand_exchange_price": "17000", + "name": "Iron boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4121", + "bonuses": "0,0,0,-3,-1,2,3,4,0,0,0,0,0,0,0" + }, + { + "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, + "low_alchemy": "120", + "high_alchemy": "180", + "weight": "1.3", + "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, + "low_alchemy": "230", + "high_alchemy": "345", + "weight": "1.3", + "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, + "low_alchemy": "312", + "high_alchemy": "468", + "weight": "1", + "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, + "low_alchemy": "768", + "high_alchemy": "1152", + "weight": "1.3", + "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, + "low_alchemy": "5000", + "high_alchemy": "7500", + "weight": "1.3", + "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", + "low_alchemy": "36", + "high_alchemy": "54", + "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", + "low_alchemy": "48000", + "turn90ccw_anim": "822", + "attack_speed": "4", + "turn180_anim": "820", + "defence_anim": "1659", + "equipment_slot": "3", + "attack_anims": "1658,1658,1658,1658", + "destroy_message": "", + "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, + "high_alchemy": "72000", + "weight": "0.45", + "weapon_interface": "11", + "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", + "low_alchemy": "20000", + "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, + "high_alchemy": "30000", + "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, + "low_alchemy": "2000", + "high_alchemy": "3000", + "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" + }, + { + "turn90cw_anim": "1207", + "examine": "A spear with a leaf-shaped point.", + "walk_anim": "1205", + "low_alchemy": "12400", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "stand_anim": "813", + "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", + "durability": null, + "high_alchemy": "18600", + "weight": "2", + "weapon_interface": "14", + "render_anim": "28", + "name": "Leaf-bladed spear" + }, + { + "requirements": "{0,55}-{18,50}", + "shop_price": "31000", + "examine": "A spear with a leaf-shaped point.", + "durability": null, + "name": "Leaf-bladed spear", + "low_alchemy": "12400", + "high_alchemy": "18600", + "weight": "2", + "archery_ticket_price": "0", + "attack_speed": "5", + "id": "4159", + "equipment_slot": "3" + }, + { + "requirements": "{18,55}-{4,50}", + "shop_price": "90", + "examine": "Arrows with a wider than normal tip.", + "durability": null, + "name": "Broad arrow", + "low_alchemy": "36", + "high_alchemy": "54", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "4161" + }, + { + "shop_price": "500", + "ge_buy_limit": "100", + "examine": "I can even smash stone with this.", + "durability": null, + "low_alchemy": "200", + "high_alchemy": "300", + "weight": "2.2", + "equipment_slot": "3", + "grand_exchange_price": "140", + "name": "Rock hammer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4162" + }, + { + "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.", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "weight": "0.1", + "equipment_slot": "0", + "grand_exchange_price": "615", + "name": "Face mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4164" + }, + { + "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.", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "weight": "2.6", + "equipment_slot": "0", + "grand_exchange_price": "484", + "name": "Earmuffs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4166" + }, + { + "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.", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "weight": "8", + "equipment_slot": "0", + "grand_exchange_price": "523", + "name": "Nose peg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4168" + }, + { + "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", + "low_alchemy": "8400", + "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, + "high_alchemy": "12600", + "weight": "1.8", + "weapon_interface": "1", + "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", + "low_alchemy": "36", + "high_alchemy": "54", + "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", + "low_alchemy": "36", + "high_alchemy": "54", + "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", + "low_alchemy": "36", + "high_alchemy": "54", + "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", + "low_alchemy": "36", + "high_alchemy": "54", + "archery_ticket_price": "0", + "id": "4175", + "equipment_slot": "13" + }, + { + "examine": "A weapon from the Abyss.", + "rare_item": "true", + "durability": null, + "low_alchemy": "48000", + "high_alchemy": "72000", + "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" + }, + { + "examine": "Looks pretty heavy.", + "durability": null, + "low_alchemy": "108000", + "high_alchemy": "162000", + "weight": "9", + "absorb": "3,0,6", + "lendable": "true", + "grand_exchange_price": "165900", + "name": "Dragon platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4180", + "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": "See article", + "durability": null, + "name": "Garden brush", + "weight": "1", + "archery_ticket_price": "0", + "id": "4190" + }, + { + "examine": "See article", + "durability": null, + "name": "Extended brush", + "weight": "1", + "archery_ticket_price": "0", + "id": "4191" + }, + { + "examine": "See article", + "durability": null, + "name": "Extended brush", + "weight": "1", + "archery_ticket_price": "0", + "id": "4192" + }, + { + "examine": "See article", + "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" + }, + { + "examine": "A pair of lifeless, rotting legs.", + "durability": null, + "name": "Legs", + "archery_ticket_price": "0", + "id": "4196" + }, + { + "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" + }, + { + "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" + }, + { + "shop_price": "50", + "examine": "A pickled brain, submerged inside a jar of vinegar.", + "durability": null, + "name": "Pickled brain", + "archery_ticket_price": "0", + "id": "4199" + }, + { + "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": "Unactivated: The Ring of charos.Activated: The power within this ring has been activated.", + "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", + "high_alchemy": "1", + "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", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "905300", + "attack_audios": "2700,0,0,0", + "name": "New crystal bow", + "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", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "901019", + "attack_audios": "2700,0,0,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", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "901019", + "attack_audios": "2700,0,0,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", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "901019", + "attack_audios": "2700,0,0,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", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "901019", + "attack_audios": "2700,0,0,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", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "901019", + "attack_audios": "2700,0,0,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", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "901019", + "attack_audios": "2700,0,0,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", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "901019", + "attack_audios": "2700,0,0,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", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "901019", + "attack_audios": "2700,0,0,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", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "901019", + "attack_audios": "2700,0,0,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", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "901019", + "attack_audios": "2700,0,0,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", + "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, + "low_alchemy": "64", + "high_alchemy": "96", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4237" + }, + { + "examine": "It's a bowl of (milky) nettle tea.", + "durability": null, + "name": "Nettle tea", + "low_alchemy": "1", + "high_alchemy": "2", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4239" + }, + { + "examine": "It's a bowl of (milky) nettle tea.", + "durability": null, + "name": "Nettle tea", + "low_alchemy": "1", + "high_alchemy": "2", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4240" + }, + { + "examine": "(In inventory) A handful of nettles (In ground) I better not get stung/I wouldn't like to get stung/I wish I could sting other people/Dock leaves at the ready/These may hurt/nettles sting my leggies(Draynor Village nettles)", + "durability": null, + "name": "Nettles", + "low_alchemy": "1", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "4241" + }, + { + "shop_price": "10", + "examine": "A nice cup of tea.", + "grand_exchange_price": "30", + "durability": null, + "name": "Cup of tea", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "4242" + }, + { + "shop_price": "10", + "examine": "A nice cup of tea.", + "grand_exchange_price": "30", + "durability": null, + "name": "Cup of tea", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "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": "A nice cup of tea.", + "grand_exchange_price": "30", + "durability": null, + "name": "Cup of tea", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "4245" + }, + { + "shop_price": "10", + "examine": "A nice cup of tea.", + "grand_exchange_price": "30", + "durability": null, + "name": "Cup of tea", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "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": "Normal: It lets me talk to ghosts.", + "durability": null, + "name": "Ghostspeak amulet", + "low_alchemy": "14", + "high_alchemy": "21", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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 [type of bones].", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4255" + }, + { + "examine": "A pot of crushed [type of bones].", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4256" + }, + { + "examine": "A pot of crushed [type of bones].", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4257" + }, + { + "examine": "A pot of crushed [type of bones].", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4258" + }, + { + "examine": "A pot of crushed [type of bones].", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4259" + }, + { + "examine": "A pot of crushed [type of bones].", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4260" + }, + { + "examine": "A pot of crushed [type of bones].", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4261" + }, + { + "examine": "A pot of crushed [type of bones].", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4262" + }, + { + "examine": "A pot of crushed [type of bones].", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4263" + }, + { + "examine": "A pot of crushed [type of bones].", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4264" + }, + { + "examine": "A pot of crushed [type of bones].", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4265" + }, + { + "examine": "A pot of crushed [type of bones].", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4266" + }, + { + "examine": "A pot of crushed [type of bones].", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4267" + }, + { + "examine": "A pot of crushed [type of 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 [type of bones].", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4270" + }, + { + "examine": "A pot of crushed [type of 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", + "low_alchemy": "23", + "high_alchemy": "35", + "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", + "low_alchemy": "24", + "high_alchemy": "36", + "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", + "low_alchemy": "4", + "high_alchemy": "7", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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" + }, + { + "ge_buy_limit": "100", + "examine": "The label says 'Vivid Crimson', but it looks like pink to me!", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "45", + "weight": "0.9", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "19", + "name": "Ham shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4298", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" + }, + { + "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!", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "45", + "weight": "0.9", + "equipment_slot": "7", + "grand_exchange_price": "11", + "name": "Ham robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4300", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" + }, + { + "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.", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "45", + "weight": "0.4", + "equipment_slot": "0", + "grand_exchange_price": "400", + "name": "Ham hood", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4302", + "bonuses": "0,0,0,0,0,0,1,2,0,1,0,0,0,0,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.", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "45", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "25", + "name": "Ham cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4304", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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", + "low_alchemy": "30", + "high_alchemy": "45", + "archery_ticket_price": "0", + "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", + "grand_exchange_price": "59", + "durability": null, + "name": "Gloves", + "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", + "grand_exchange_price": "323", + "durability": null, + "name": "Boots", + "archery_ticket_price": "0", + "id": "4310", + "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": "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", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "4313" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "2342", + "name": "Team-1 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4315", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1145", + "name": "Team-2 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4317", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "141", + "name": "Team-3 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4319", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "973", + "name": "Team-4 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4321", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1294", + "name": "Team-5 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4323", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "124", + "name": "Team-6 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4325", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1264", + "name": "Team-7 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4327", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1824", + "name": "Team-8 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4329", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "841", + "name": "Team-9 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4331", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1127", + "name": "Team-10 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4333", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "2011", + "name": "Team-11 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4335", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1591", + "name": "Team-12 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4337", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "308", + "name": "Team-13 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4339", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1504", + "name": "Team-14 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4341", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1462", + "name": "Team-15 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4343", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "313", + "name": "Team-16 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4345", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1231", + "name": "Team-17 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4347", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1678", + "name": "Team-18 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4349", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1041", + "name": "Team-19 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4351", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "703", + "name": "Team-20 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4353", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1292", + "name": "Team-21 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4355", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1368", + "name": "Team-22 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4357", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "280", + "name": "Team-23 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4359", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1512", + "name": "Team-24 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4361", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1395", + "name": "Team-25 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4363", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "191", + "name": "Team-26 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4365", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1420", + "name": "Team-27 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4367", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1920", + "name": "Team-28 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4369", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1175", + "name": "Team-29 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4371", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "552", + "name": "Team-30 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4373", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1385", + "name": "Team-31 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4375", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1168", + "name": "Team-32 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4377", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "211", + "name": "Team-33 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4379", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1128", + "name": "Team-34 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4381", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1140", + "name": "Team-35 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4383", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "84", + "name": "Team-36 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4385", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1010", + "name": "Team-37 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4387", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1833", + "name": "Team-38 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4389", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "914", + "name": "Team-39 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4391", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "582", + "name": "Team-40 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4393", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1471", + "name": "Team-41 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4395", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1072", + "name": "Team-42 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4397", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "298", + "name": "Team-43 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4399", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1268", + "name": "Team-44 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4401", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1371", + "name": "Team-45 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4403", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "140", + "name": "Team-46 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4405", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1233", + "name": "Team-47 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4407", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1836", + "name": "Team-48 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4409", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1185", + "name": "Team-49 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4411", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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...", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "708", + "name": "Team-50 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4413", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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 hatchet.", + "durability": null, + "name": "Blunt axe", + "low_alchemy": "22", + "high_alchemy": "33", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "6", + "high_alchemy": "9", + "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", + "low_alchemy": "22", + "high_alchemy": "33", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "7", + "high_alchemy": "10", + "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, + "low_alchemy": "520", + "high_alchemy": "780", + "weight": "1", + "turn90ccw_anim": "822", + "weapon_interface": "6", + "turn180_anim": "820", + "render_anim": "1", + "defence_anim": "397", + "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", + "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", + "equipment_slot": "7" + }, + { + "remove_head": "true", + "requirements": "{1,20}", + "shop_price": "40", + "examine": "A very decorative helm.", + "durability": null, + "low_alchemy": "312", + "high_alchemy": "468", + "weight": "1", + "equipment_slot": "0", + "name": "Decorative helm", + "archery_ticket_price": "0", + "id": "4506", + "bonuses": "0,0,0,-3,-1,10,11,9,-1,10,5,0,0,0,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", + "equipment_slot": "5" + }, + { + "requirements": "{0,30}", + "shop_price": "50", + "turn90cw_anim": "821", + "examine": "A very decorative sword.", + "walk_anim": "819", + "durability": null, + "low_alchemy": "520", + "high_alchemy": "780", + "weight": "1", + "turn90ccw_anim": "822", + "weapon_interface": "6", + "turn180_anim": "820", + "render_anim": "1", + "defence_anim": "397", + "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", + "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", + "equipment_slot": "7" + }, + { + "remove_head": "true", + "requirements": "{1,30}", + "shop_price": "40", + "examine": "A very decorative helm.", + "durability": null, + "low_alchemy": "312", + "high_alchemy": "468", + "weight": "1", + "equipment_slot": "0", + "name": "Decorative helm", + "archery_ticket_price": "0", + "id": "4511", + "bonuses": "0,0,0,-3,-1,14,15,13,-1,14,6,0,0,0,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", + "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", + "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", + "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", + "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", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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.", + "durability": null, + "low_alchemy": "11", + "high_alchemy": "16", + "weight": "0.4", + "grand_exchange_price": "1575", + "name": "Oil lamp", + "tradeable": "true", + "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", + "low_alchemy": "11", + "high_alchemy": "16", + "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.", + "durability": null, + "low_alchemy": "11", + "high_alchemy": "16", + "weight": "0.4", + "grand_exchange_price": "2", + "name": "Oil lamp", + "tradeable": "true", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "50", + "high_alchemy": "75", + "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", + "low_alchemy": "50", + "high_alchemy": "75", + "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", + "low_alchemy": "50", + "high_alchemy": "75", + "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", + "low_alchemy": "36", + "high_alchemy": "54", + "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", + "low_alchemy": "28", + "high_alchemy": "42", + "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": "A sturdy steel lantern casting a bright beam.", + "grand_exchange_price": "88", + "durability": null, + "name": "Bullseye lantern", + "low_alchemy": "168", + "high_alchemy": "252", + "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": "A sturdy steel lantern casting a bright beam.", + "grand_exchange_price": "158", + "durability": null, + "name": "Bullseye lantern", + "low_alchemy": "168", + "high_alchemy": "252", + "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 casting a bright beam.", + "grand_exchange_price": "1345", + "durability": null, + "name": "Bullseye lantern", + "low_alchemy": "168", + "high_alchemy": "252", + "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", + "low_alchemy": "168", + "high_alchemy": "252", + "weight": "1", + "archery_ticket_price": "0", + "id": "4550" + }, + { + "remove_head": "true", + "requirements": "{1,5}-{18,35}", + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "You don't want to wear it inside-out.", + "durability": null, + "low_alchemy": "260", + "high_alchemy": "390", + "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", + "low_alchemy": "6", + "high_alchemy": "9", + "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 RuneScape.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "12", + "defence_anim": "1834", + "equipment_slot": "3", + "attack_anims": "1833,1833,1833,1833", + "fun_weapon": "true", + "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" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A black tipped spear.", + "walk_anim": "1205", + "low_alchemy": "260", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "equipment_slot": "3", + "grand_exchange_price": "536", + "stand_anim": "813", + "tradeable": "true", + "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", + "requirements": "{0,10}", + "durability": null, + "high_alchemy": "390", + "weight": "2.2", + "weapon_interface": "14", + "render_anim": "28", + "name": "Black spear" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "536", + "durability": null, + "name": "Black spear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4581" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A black tipped spear.", + "walk_anim": "1205", + "low_alchemy": "260", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "equipment_slot": "3", + "grand_exchange_price": "2808", + "stand_anim": "813", + "tradeable": "true", + "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", + "requirements": "{0,10}", + "durability": null, + "high_alchemy": "390", + "weight": "2.2", + "weapon_interface": "14", + "render_anim": "28", + "name": "Black spear(p)" + }, + { + "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 black tipped spear.", + "walk_anim": "1205", + "durability": null, + "low_alchemy": "260", + "high_alchemy": "390", + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "309", + "stand_anim": "813", + "name": "Black spear(kp)", + "tradeable": "true", + "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, + "low_alchemy": "108000", + "high_alchemy": "162000", + "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", + "low_alchemy": "40000", + "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, + "high_alchemy": "60000", + "weight": "1.8", + "weapon_interface": "6", + "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", + "low_alchemy": "160", + "high_alchemy": "160", + "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", + "low_alchemy": "160", + "high_alchemy": "160", + "archery_ticket_price": "0", + "id": "4598" + }, + { + "shop_price": "1", + "examine": "A handy little club made out of oak.", + "durability": null, + "name": "Oak-blackjack", + "weight": "1.8", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "4599", + "weapon_interface": "10", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,2,0,0,0", + "equipment_slot": "3" + }, + { + "shop_price": "600", + "ge_buy_limit": "100", + "examine": "A handy little club made out of willow.", + "durability": null, + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "1", + "attack_speed": "4", + "weapon_interface": "10", + "equipment_slot": "3", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "30", + "high_alchemy": "45", + "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.On ground: Not good for eating.", + "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", + "low_alchemy": "260", + "high_alchemy": "390", + "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", + "low_alchemy": "100", + "high_alchemy": "150", + "archery_ticket_price": "0", + "id": "4654" + }, + { + "examine": "A rough translation made from archaeological etchings.", + "durability": null, + "name": "Translation", + "low_alchemy": "100", + "high_alchemy": "150", + "weight": "1", + "archery_ticket_price": "0", + "id": "4655" + }, + { + "examine": "This key is unusally warm to the touch.", + "durability": null, + "name": "Warm key", + "low_alchemy": "100", + "high_alchemy": "150", + "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": "Frank's shiny silver coated pot.", + "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": "Frank's shiny silver coated pot.", + "durability": null, + "name": "Silver pot", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "4660" + }, + { + "examine": "A silver pot made by Ruantun and blessed on Entrana.", + "durability": null, + "name": "Blessed pot", + "weight": "2", + "archery_ticket_price": "0", + "id": "4661" + }, + { + "examine": "Frank's shiny silver coated pot.", + "durability": null, + "name": "Silver pot", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "4662" + }, + { + "examine": "A silver pot made by Ruantun and blessed on Entrana.", + "durability": null, + "name": "Blessed pot", + "weight": "2", + "archery_ticket_price": "0", + "id": "4663" + }, + { + "examine": "Frank's shiny silver coated pot.", + "durability": null, + "name": "Silver pot", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "4664" + }, + { + "examine": "A silver pot made by Ruantun and blessed on Entrana.", + "durability": null, + "name": "Blessed pot", + "weight": "2", + "archery_ticket_price": "0", + "id": "4665" + }, + { + "examine": "Frank's shiny silver coated pot.", + "durability": null, + "name": "Silver pot", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "4666" + }, + { + "examine": "A silver pot made by Ruantun and blessed on Entrana.", + "durability": null, + "name": "Blessed pot", + "weight": "2", + "archery_ticket_price": "0", + "id": "4667" + }, + { + "examine": "Finely ground garlic powder.", + "durability": null, + "name": "Garlic powder", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "100", + "high_alchemy": "150", + "archery_ticket_price": "0", + "id": "4674" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A magical staff of ancient origin...", + "walk_anim": "1205", + "low_alchemy": "40000", + "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, + "high_alchemy": "60000", + "weight": "2.25", + "weapon_interface": "1", + "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", + "low_alchemy": "120", + "high_alchemy": "180", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "weight": "2", + "archery_ticket_price": "0", + "id": "4687" + }, + { + "examine": "A little heap of salt.", + "durability": null, + "name": "Pile of salt", + "low_alchemy": "8", + "high_alchemy": "12", + "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", + "low_alchemy": "52000", + "high_alchemy": "78000", + "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", + "low_alchemy": "2", + "high_alchemy": "4", + "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", + "low_alchemy": "2", + "high_alchemy": "4", + "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", + "low_alchemy": "2", + "high_alchemy": "4", + "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", + "low_alchemy": "2", + "high_alchemy": "4", + "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", + "low_alchemy": "2", + "high_alchemy": "4", + "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", + "low_alchemy": "2", + "high_alchemy": "4", + "archery_ticket_price": "0", + "id": "4699" + }, + { + "examine": "Unfuelled: You need to add lamp oil before you can use it. Unlit: A bullseye lantern with a sapphire for a lens. Lit: A lantern casting a bright blue beam.", + "durability": null, + "name": "Sapphire lantern", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "4700" + }, + { + "examine": "Unfuelled: You need to add lamp oil before you can use it. Unlit: A bullseye lantern with a sapphire for a lens. Lit: A lantern casting a bright blue beam.", + "durability": null, + "name": "Sapphire lantern", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "4701" + }, + { + "examine": "Unfuelled: You need to add lamp oil before you can use it. Unlit: A bullseye lantern with a sapphire for a lens. Lit: A lantern casting a bright blue beam.", + "durability": null, + "name": "Sapphire lantern", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "4702" + }, + { + "shop_price": "975000", + "examine": "A magic stone to make high-level furniture.", + "grand_exchange_price": "977755", + "durability": null, + "name": "Magic stone", + "tradeable": "true", + "low_alchemy": "390000", + "high_alchemy": "585000", + "weight": "1", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "archery_ticket_price": "0", + "id": "4707" + }, + { + "remove_head": "true", + "requirements": "{1,70}-{6,70}", + "ge_buy_limit": "10", + "examine": "Ahrim The Blighted's Hood.", + "durability": null, + "low_alchemy": "5200", + "high_alchemy": "7800", + "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", + "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", + "low_alchemy": "34000", + "turn90ccw_anim": "1208", + "attack_speed": "6", + "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, + "high_alchemy": "51000", + "weight": "2", + "weapon_interface": "1", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Ahrim's staff" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "69500", + "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, + "low_alchemy": "20000", + "high_alchemy": "30000", + "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", + "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, + "low_alchemy": "18800", + "high_alchemy": "28200", + "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", + "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 Helmet", + "durability": "1", + "low_alchemy": "41200", + "high_alchemy": "61800", + "weight": "1", + "absorb": "2,0,5", + "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", + "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", + "low_alchemy": "83200", + "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, + "high_alchemy": "124800", + "weight": "13", + "weapon_interface": "2", + "render_anim": "1426", + "name": "Dharok's greataxe" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "516900", + "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.", + "durability": null, + "low_alchemy": "112000", + "high_alchemy": "168000", + "weight": "9.9", + "absorb": "5,0,10", + "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", + "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, + "low_alchemy": "110000", + "high_alchemy": "165000", + "weight": "10", + "absorb": "3,0,7", + "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", + "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, + "low_alchemy": "41200", + "high_alchemy": "61800", + "weight": "2", + "absorb": "2,0,5", + "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", + "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", + "low_alchemy": "40000", + "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, + "high_alchemy": "60000", + "weight": "2.2", + "weapon_interface": "14", + "render_anim": "28", + "name": "Guthan's warspear" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "588400", + "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, + "low_alchemy": "112000", + "high_alchemy": "168000", + "weight": "9", + "absorb": "5,0,10", + "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", + "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, + "low_alchemy": "110000", + "high_alchemy": "165000", + "weight": "8", + "absorb": "3,0,7", + "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", + "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, + "low_alchemy": "5200", + "high_alchemy": "7800", + "absorb": "0,5,2", + "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", + "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", + "low_alchemy": "64000", + "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, + "high_alchemy": "96000", + "weight": "2", + "weapon_interface": "17", + "render_anim": "372", + "attack_audios": "2700,0,0,0", + "name": "Karil's crossbow" + }, + { + "ge_buy_limit": "1", + "grand_exchange_price": "188000", + "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 leatherbody.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "weight": "6", + "absorb": "0,10,5", + "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", + "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, + "low_alchemy": "18800", + "high_alchemy": "28200", + "weight": "2", + "absorb": "0,7,3", + "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", + "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.", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "equipment_slot": "13", + "grand_exchange_price": "238", + "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" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Torag the Corrupted's helm.", + "durability": null, + "low_alchemy": "41200", + "high_alchemy": "61800", + "weight": "5", + "absorb": "2,0,5", + "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", + "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, + "low_alchemy": "64000", + "high_alchemy": "96000", + "weight": "3", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "10", + "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", + "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 plate body armour.", + "durability": null, + "low_alchemy": "112000", + "high_alchemy": "168000", + "weight": "9", + "absorb": "5,0,10", + "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", + "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, + "low_alchemy": "110000", + "high_alchemy": "165000", + "weight": "9", + "absorb": "3,0,7", + "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", + "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, + "low_alchemy": "41200", + "high_alchemy": "61800", + "weight": "1", + "absorb": "2,0,5", + "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", + "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", + "low_alchemy": "64000", + "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, + "high_alchemy": "96000", + "weight": "2", + "weapon_interface": "8", + "render_anim": "1426", + "attack_audios": "1323,0,0,0", + "name": "Verac's flail" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "135500", + "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, + "low_alchemy": "112000", + "high_alchemy": "168000", + "weight": "5", + "absorb": "5,0,10", + "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", + "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, + "low_alchemy": "110000", + "high_alchemy": "165000", + "weight": "5", + "absorb": "3,0,7", + "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", + "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", + "durability": null, + "low_alchemy": "2", + "high_alchemy": "3", + "equipment_slot": "13", + "grand_exchange_price": "39", + "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" + }, + { + "requirements": "{4,30}", + "ge_buy_limit": "1000", + "examine": "Blunt iron arrow...ouch", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "equipment_slot": "13", + "grand_exchange_price": "14", + "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" + }, + { + "requirements": "{4,30}", + "ge_buy_limit": "1000", + "examine": "Blunt steel arrow...ouch", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "equipment_slot": "13", + "grand_exchange_price": "20", + "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" + }, + { + "requirements": "{4,30}", + "ge_buy_limit": "1000", + "examine": "Blunt black arrow...ouch", + "durability": null, + "low_alchemy": "14", + "high_alchemy": "21", + "equipment_slot": "13", + "grand_exchange_price": "63", + "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" + }, + { + "requirements": "{4,30}", + "shop_price": "20", + "ge_buy_limit": "1000", + "examine": "Blunt mithril arrow...ouch", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "equipment_slot": "13", + "grand_exchange_price": "80", + "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" + }, + { + "requirements": "{4,30}", + "ge_buy_limit": "1000", + "examine": "Blunt adamant arrow...ouch", + "durability": null, + "low_alchemy": "38", + "high_alchemy": "57", + "equipment_slot": "13", + "grand_exchange_price": "154", + "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" + }, + { + "requirements": "{4,30}", + "shop_price": "180", + "ge_buy_limit": "1000", + "examine": "Blunt rune arrow...ouch", + "durability": null, + "low_alchemy": "180", + "high_alchemy": "270", + "equipment_slot": "13", + "grand_exchange_price": "188", + "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" + }, + { + "examine": "A very black prism.", + "durability": null, + "name": "Black prism", + "high_alchemy": "1", + "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", + "low_alchemy": "2", + "high_alchemy": "4", + "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", + "low_alchemy": "13", + "high_alchemy": "19", + "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", + "low_alchemy": "4", + "high_alchemy": "7", + "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", + "low_alchemy": "7", + "high_alchemy": "10", + "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", + "low_alchemy": "18", + "high_alchemy": "27", + "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", + "low_alchemy": "88", + "high_alchemy": "132", + "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", + "low_alchemy": "24", + "high_alchemy": "36", + "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, + "low_alchemy": "72", + "high_alchemy": "108", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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 [type of bones].", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4852" + }, + { + "examine": "A pot of crushed [type of bones].", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4853" + }, + { + "examine": "A pot of crushed [type of bones].", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4854" + }, + { + "examine": "A pot of crushed [type of 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 Hood.", + "durability": null, + "low_alchemy": "5200", + "high_alchemy": "7800", + "weight": "0.9", + "absorb": "5,2,0", + "equipment_slot": "0", + "grand_exchange_price": "77678", + "name": "Ahrim's hood 100", + "archery_ticket_price": "0", + "id": "4856", + "bonuses": "0,0,0,6,-2,15,13,16,6,0,15,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}-{6,70}", + "examine": "Ahrim The Blighted's Hood.", + "durability": null, + "low_alchemy": "5200", + "high_alchemy": "7800", + "weight": "0.9", + "absorb": "5,2,0", + "equipment_slot": "0", + "grand_exchange_price": "77678", + "name": "Ahrim's hood 75", + "archery_ticket_price": "0", + "id": "4857", + "bonuses": "0,0,0,6,-2,15,13,16,6,0,15,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}-{6,70}", + "examine": "Ahrim The Blighted's Hood.", + "durability": null, + "low_alchemy": "5200", + "high_alchemy": "7800", + "weight": "0.9", + "absorb": "5,2,0", + "equipment_slot": "0", + "grand_exchange_price": "77678", + "name": "Ahrim's hood 50", + "archery_ticket_price": "0", + "id": "4858", + "bonuses": "0,0,0,6,-2,15,13,16,6,0,15,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}-{6,70}", + "examine": "Ahrim The Blighted's Hood.", + "durability": null, + "low_alchemy": "5200", + "high_alchemy": "7800", + "weight": "0.9", + "absorb": "5,2,0", + "equipment_slot": "0", + "grand_exchange_price": "77678", + "name": "Ahrim's hood 25", + "archery_ticket_price": "0", + "id": "4859", + "bonuses": "0,0,0,6,-2,15,13,16,6,0,15,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}-{6,70}", + "ge_buy_limit": "10", + "examine": "Ahrim The Blighted's Hood.", + "durability": null, + "low_alchemy": "5200", + "high_alchemy": "7800", + "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", + "durability": null, + "name": "Ahrim's hood 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4861" + }, + { + "turn90cw_anim": "1207", + "examine": "Ahrim the Blighted's quarterstaff.", + "walk_anim": "1205", + "low_alchemy": "34000", + "turn90ccw_anim": "1208", + "attack_speed": "6", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "50655", + "stand_anim": "813", + "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}", + "durability": null, + "high_alchemy": "51000", + "weight": "2", + "weapon_interface": "1", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Ahrim's staff 100" + }, + { + "turn90cw_anim": "1207", + "examine": "Ahrim the Blighted's quarterstaff.", + "walk_anim": "1205", + "low_alchemy": "34000", + "turn90ccw_anim": "1208", + "attack_speed": "6", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "50655", + "stand_anim": "813", + "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}", + "durability": null, + "high_alchemy": "51000", + "weight": "2", + "weapon_interface": "1", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Ahrim's staff 75" + }, + { + "turn90cw_anim": "1207", + "examine": "Ahrim the Blighted's quarterstaff.", + "walk_anim": "1205", + "low_alchemy": "34000", + "turn90ccw_anim": "1208", + "attack_speed": "6", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "50655", + "stand_anim": "813", + "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}", + "durability": null, + "high_alchemy": "51000", + "weight": "2", + "weapon_interface": "1", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Ahrim's staff 50" + }, + { + "turn90cw_anim": "1207", + "examine": "Ahrim the Blighted's quarterstaff.", + "walk_anim": "1205", + "low_alchemy": "34000", + "turn90ccw_anim": "1208", + "attack_speed": "6", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "50655", + "stand_anim": "813", + "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}", + "durability": null, + "high_alchemy": "51000", + "weight": "2", + "weapon_interface": "1", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Ahrim's staff 25" + }, + { + "requirements": "{0,70}-{6,70}", + "ge_buy_limit": "10", + "turn90cw_anim": "1207", + "examine": "Ahrim the Blighted's quarterstaff.", + "walk_anim": "1205", + "durability": null, + "low_alchemy": "34000", + "high_alchemy": "51000", + "weight": "2", + "turn90ccw_anim": "1208", + "attack_speed": "6", + "weapon_interface": "1", + "turn180_anim": "1206", + "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", + "durability": null, + "name": "Ahrim's staff 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4867" + }, + { + "requirements": "{1,70}-{6,70}", + "examine": "Ahrim the Blighted's armoured robe top.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "weight": "5", + "absorb": "10,5,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "1458307", + "name": "Ahrim's top 100", + "archery_ticket_price": "0", + "id": "4868", + "bonuses": "0,0,0,30,-10,52,37,63,30,0,60,0,0,0,0" + }, + { + "requirements": "{1,70}-{6,70}", + "examine": "Ahrim the Blighted's armoured robe top.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "weight": "5", + "absorb": "10,5,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "1458307", + "name": "Ahrim's top 75", + "archery_ticket_price": "0", + "id": "4869", + "bonuses": "0,0,0,30,-10,52,37,63,30,0,60,0,0,0,0" + }, + { + "requirements": "{1,70}-{6,70}", + "examine": "Ahrim the Blighted's armoured robe top.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "weight": "5", + "absorb": "10,5,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "1458307", + "name": "Ahrim's top 50", + "archery_ticket_price": "0", + "id": "4870", + "bonuses": "0,0,0,30,-10,52,37,63,30,0,60,0,0,0,0" + }, + { + "requirements": "{1,70}-{6,70}", + "examine": "Ahrim the Blighted's armoured robe top.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "weight": "5", + "absorb": "10,5,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "1458307", + "name": "Ahrim's top 25", + "archery_ticket_price": "0", + "id": "4871", + "bonuses": "0,0,0,30,-10,52,37,63,30,0,60,0,0,0,0" + }, + { + "requirements": "{1,70}-{6,70}", + "ge_buy_limit": "10", + "examine": "Ahrim the Blighted's armoured robe top.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "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", + "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.", + "durability": null, + "low_alchemy": "18800", + "high_alchemy": "28200", + "weight": "12", + "absorb": "7,3,0", + "equipment_slot": "7", + "grand_exchange_price": "1561591", + "name": "Ahrim's skirt 100", + "archery_ticket_price": "0", + "id": "4874", + "bonuses": "0,0,0,22,-7,33,30,36,22,0,30,0,0,0,0" + }, + { + "requirements": "{1,70}-{6,70}", + "examine": "Ahrim the Blighted's armoured robe skirt.", + "durability": null, + "low_alchemy": "18800", + "high_alchemy": "28200", + "weight": "12", + "absorb": "7,3,0", + "equipment_slot": "7", + "grand_exchange_price": "1561591", + "name": "Ahrim's skirt 75", + "archery_ticket_price": "0", + "id": "4875", + "bonuses": "0,0,0,22,-7,33,30,36,22,0,30,0,0,0,0" + }, + { + "requirements": "{1,70}-{6,70}", + "examine": "Ahrim the Blighted's armoured robe skirt.", + "durability": null, + "low_alchemy": "18800", + "high_alchemy": "28200", + "weight": "12", + "absorb": "7,3,0", + "equipment_slot": "7", + "grand_exchange_price": "1561591", + "name": "Ahrim's skirt 50", + "archery_ticket_price": "0", + "id": "4876", + "bonuses": "0,0,0,22,-7,33,30,36,22,0,30,0,0,0,0" + }, + { + "requirements": "{1,70}-{6,70}", + "examine": "Ahrim the Blighted's armoured robe skirt.", + "durability": null, + "low_alchemy": "18800", + "high_alchemy": "28200", + "weight": "12", + "absorb": "7,3,0", + "equipment_slot": "7", + "grand_exchange_price": "1561591", + "name": "Ahrim's skirt 25", + "archery_ticket_price": "0", + "id": "4877", + "bonuses": "0,0,0,22,-7,33,30,36,22,0,30,0,0,0,0" + }, + { + "requirements": "{1,70}-{6,70}", + "ge_buy_limit": "10", + "examine": "Ahrim the Blighted's armoured robe skirt.", + "durability": null, + "low_alchemy": "18800", + "high_alchemy": "28200", + "weight": "12", + "absorb": "7,3,0", + "equipment_slot": "7", + "grand_exchange_price": "1500000", + "name": "Ahrim's skirt 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4878" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1500000", + "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 Helmet", + "durability": null, + "low_alchemy": "41200", + "high_alchemy": "61800", + "weight": "1", + "absorb": "2,0,5", + "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 Helmet", + "durability": null, + "low_alchemy": "41200", + "high_alchemy": "61800", + "weight": "1", + "absorb": "2,0,5", + "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 Helmet", + "durability": null, + "low_alchemy": "41200", + "high_alchemy": "61800", + "weight": "1", + "absorb": "2,0,5", + "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 Helmet", + "durability": null, + "low_alchemy": "41200", + "high_alchemy": "61800", + "weight": "1", + "absorb": "2,0,5", + "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 Helmet", + "durability": null, + "low_alchemy": "41200", + "high_alchemy": "61800", + "weight": "1", + "absorb": "2,0,5", + "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", + "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", + "low_alchemy": "83200", + "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, + "high_alchemy": "124800", + "weight": "13", + "weapon_interface": "2", + "render_anim": "1426", + "attack_audios": "1320,0,0,0", + "name": "Dharok's axe 100" + }, + { + "turn90cw_anim": "2064", + "examine": "Dharok the Wretched's Greataxe.", + "walk_anim": "2064", + "low_alchemy": "83200", + "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, + "high_alchemy": "124800", + "weight": "13", + "weapon_interface": "2", + "render_anim": "1426", + "attack_audios": "1320,0,0,0", + "name": "Dharok's axe 75" + }, + { + "turn90cw_anim": "2064", + "examine": "Dharok the Wretched's Greataxe.", + "walk_anim": "2064", + "low_alchemy": "83200", + "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, + "high_alchemy": "124800", + "weight": "13", + "weapon_interface": "2", + "render_anim": "1426", + "attack_audios": "1320,0,0,0", + "name": "Dharok's axe 50" + }, + { + "turn90cw_anim": "2064", + "examine": "Dharok the Wretched's Greataxe.", + "walk_anim": "2064", + "low_alchemy": "83200", + "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, + "high_alchemy": "124800", + "weight": "13", + "weapon_interface": "2", + "render_anim": "1426", + "attack_audios": "1320,0,0,0", + "name": "Dharok's axe 25" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "2064", + "examine": "Dharok the Wretched's Greataxe.", + "walk_anim": "2064", + "low_alchemy": "83200", + "turn90ccw_anim": "2064", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "2064", + "equipment_slot": "3", + "grand_exchange_price": "442600", + "stand_anim": "2065", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "4890", + "stand_turn_anim": "823", + "requirements": "{0,70}-{2,70}", + "durability": null, + "high_alchemy": "124800", + "weight": "13", + "weapon_interface": "2", + "render_anim": "1426", + "attack_audios": "1320,0,0,0", + "name": "Dharok's axe 0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "442600", + "durability": null, + "name": "Dharok's axe 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4891" + }, + { + "requirements": "{1,70}", + "examine": "Dharok the Wretched's platebody.", + "durability": null, + "low_alchemy": "112000", + "high_alchemy": "168000", + "weight": "9.9", + "absorb": "5,0,10", + "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.", + "durability": null, + "low_alchemy": "112000", + "high_alchemy": "168000", + "weight": "9.9", + "absorb": "5,0,10", + "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.", + "durability": null, + "low_alchemy": "112000", + "high_alchemy": "168000", + "weight": "9.9", + "absorb": "5,0,10", + "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.", + "durability": null, + "low_alchemy": "112000", + "high_alchemy": "168000", + "weight": "9.9", + "absorb": "5,0,10", + "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.", + "durability": null, + "low_alchemy": "112000", + "high_alchemy": "168000", + "weight": "9.9", + "absorb": "5,0,10", + "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", + "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.", + "durability": null, + "low_alchemy": "110000", + "high_alchemy": "165000", + "weight": "10", + "absorb": "3,0,7", + "equipment_slot": "7", + "grand_exchange_price": "897451", + "name": "Dharok's legs 100", + "archery_ticket_price": "0", + "id": "4898", + "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0" + }, + { + "requirements": "{1,70}", + "examine": "Dharok the wretched's plate leg armour.", + "durability": null, + "low_alchemy": "110000", + "high_alchemy": "165000", + "weight": "10", + "absorb": "3,0,7", + "equipment_slot": "7", + "grand_exchange_price": "897451", + "name": "Dharok's legs 75", + "archery_ticket_price": "0", + "id": "4899", + "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0" + }, + { + "requirements": "{1,70}", + "examine": "Dharok the wretched's plate leg armour.", + "durability": null, + "low_alchemy": "110000", + "high_alchemy": "165000", + "weight": "10", + "absorb": "3,0,7", + "equipment_slot": "7", + "grand_exchange_price": "897451", + "name": "Dharok's legs 50", + "archery_ticket_price": "0", + "id": "4900", + "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0" + }, + { + "requirements": "{1,70}", + "examine": "Dharok the wretched's plate leg armour.", + "durability": null, + "low_alchemy": "110000", + "high_alchemy": "165000", + "weight": "10", + "absorb": "3,0,7", + "equipment_slot": "7", + "grand_exchange_price": "897451", + "name": "Dharok's legs 25", + "archery_ticket_price": "0", + "id": "4901", + "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0" + }, + { + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Dharok the wretched's plate leg armour.", + "durability": null, + "low_alchemy": "110000", + "high_alchemy": "165000", + "weight": "10", + "absorb": "3,0,7", + "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", + "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, + "low_alchemy": "41200", + "high_alchemy": "61800", + "weight": "2", + "absorb": "2,0,5", + "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, + "low_alchemy": "41200", + "high_alchemy": "61800", + "weight": "2", + "absorb": "2,0,5", + "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, + "low_alchemy": "41200", + "high_alchemy": "61800", + "weight": "2", + "absorb": "2,0,5", + "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, + "low_alchemy": "41200", + "high_alchemy": "61800", + "weight": "2", + "absorb": "2,0,5", + "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, + "low_alchemy": "41200", + "high_alchemy": "61800", + "weight": "2", + "absorb": "2,0,5", + "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", + "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", + "low_alchemy": "40000", + "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, + "high_alchemy": "60000", + "weight": "2.2", + "weapon_interface": "14", + "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", + "low_alchemy": "40000", + "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, + "high_alchemy": "60000", + "weight": "2.2", + "weapon_interface": "14", + "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", + "low_alchemy": "40000", + "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, + "high_alchemy": "60000", + "weight": "2.2", + "weapon_interface": "14", + "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", + "low_alchemy": "40000", + "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, + "high_alchemy": "60000", + "weight": "2.2", + "weapon_interface": "14", + "render_anim": "28", + "attack_audios": "1316,0,0,0", + "name": "Guthan's spear 25" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "1207", + "examine": "Guthan The Infested's Warspear.", + "walk_anim": "1205", + "low_alchemy": "40000", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "equipment_slot": "3", + "grand_exchange_price": "379500", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "4914", + "stand_turn_anim": "1209", + "requirements": "{0,70}", + "durability": null, + "high_alchemy": "60000", + "weight": "2.2", + "weapon_interface": "14", + "render_anim": "28", + "attack_audios": "1316,0,0,0", + "name": "Guthan's spear 0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "379500", + "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, + "low_alchemy": "112000", + "high_alchemy": "168000", + "weight": "9", + "absorb": "5,0,10", + "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, + "low_alchemy": "112000", + "high_alchemy": "168000", + "weight": "9", + "absorb": "5,0,10", + "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, + "low_alchemy": "112000", + "high_alchemy": "168000", + "weight": "9", + "absorb": "5,0,10", + "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, + "low_alchemy": "112000", + "high_alchemy": "168000", + "weight": "9", + "absorb": "5,0,10", + "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, + "low_alchemy": "112000", + "high_alchemy": "168000", + "weight": "9", + "absorb": "5,0,10", + "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", + "durability": null, + "name": "Guthan's body 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4921" + }, + { + "requirements": "{1,70}", + "examine": "Guthan the Infested's chainskirt.", + "durability": null, + "low_alchemy": "110000", + "high_alchemy": "165000", + "weight": "8", + "absorb": "3,0,7", + "equipment_slot": "7", + "grand_exchange_price": "224030", + "name": "Guthan's skirt 100", + "archery_ticket_price": "0", + "id": "4922", + "bonuses": "0,0,0,-14,-7,75,72,73,-4,82,30,0,0,0,0" + }, + { + "requirements": "{1,70}", + "examine": "Guthan the Infested's chainskirt.", + "durability": null, + "low_alchemy": "110000", + "high_alchemy": "165000", + "weight": "8", + "absorb": "3,0,7", + "equipment_slot": "7", + "grand_exchange_price": "224030", + "name": "Guthan's skirt 75", + "archery_ticket_price": "0", + "id": "4923", + "bonuses": "0,0,0,-14,-7,75,72,73,-4,82,30,0,0,0,0" + }, + { + "requirements": "{1,70}", + "examine": "Guthan the Infested's chainskirt.", + "durability": null, + "low_alchemy": "110000", + "high_alchemy": "165000", + "weight": "8", + "absorb": "3,0,7", + "equipment_slot": "7", + "grand_exchange_price": "224030", + "name": "Guthan's skirt 50", + "archery_ticket_price": "0", + "id": "4924", + "bonuses": "0,0,0,-14,-7,75,72,73,-4,82,30,0,0,0,0" + }, + { + "requirements": "{1,70}", + "examine": "Guthan the Infested's chainskirt.", + "durability": null, + "low_alchemy": "110000", + "high_alchemy": "165000", + "weight": "8", + "absorb": "3,0,7", + "equipment_slot": "7", + "grand_exchange_price": "224030", + "name": "Guthan's skirt 25", + "archery_ticket_price": "0", + "id": "4925", + "bonuses": "0,0,0,-14,-7,75,72,73,-4,82,30,0,0,0,0" + }, + { + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Guthan the Infested's chainskirt.", + "durability": null, + "low_alchemy": "110000", + "high_alchemy": "165000", + "weight": "8", + "absorb": "3,0,7", + "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", + "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, + "low_alchemy": "5200", + "high_alchemy": "7800", + "absorb": "0,5,2", + "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, + "low_alchemy": "5200", + "high_alchemy": "7800", + "absorb": "0,5,2", + "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, + "low_alchemy": "5200", + "high_alchemy": "7800", + "absorb": "0,5,2", + "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, + "low_alchemy": "5200", + "high_alchemy": "7800", + "absorb": "0,5,2", + "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, + "low_alchemy": "5200", + "high_alchemy": "7800", + "absorb": "0,5,2", + "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", + "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", + "low_alchemy": "64000", + "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, + "high_alchemy": "96000", + "weight": "2", + "weapon_interface": "17", + "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", + "low_alchemy": "64000", + "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, + "high_alchemy": "96000", + "weight": "2", + "weapon_interface": "17", + "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", + "low_alchemy": "64000", + "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, + "high_alchemy": "96000", + "weight": "2", + "weapon_interface": "17", + "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", + "low_alchemy": "64000", + "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, + "high_alchemy": "96000", + "weight": "2", + "weapon_interface": "17", + "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, + "low_alchemy": "64000", + "high_alchemy": "96000", + "weight": "2", + "turn90ccw_anim": "2076", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "17", + "turn180_anim": "2076", + "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", + "durability": null, + "name": "Karil's x-bow 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4939" + }, + { + "requirements": "{1,70}-{4,70}", + "examine": "Karil the Tainted's leatherbody.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "weight": "6", + "absorb": "0,10,5", + "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 leatherbody.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "weight": "6", + "absorb": "0,10,5", + "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 leatherbody.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "weight": "6", + "absorb": "0,10,5", + "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 leatherbody.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "weight": "6", + "absorb": "0,10,5", + "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 leatherbody.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "weight": "6", + "absorb": "0,10,5", + "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", + "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.", + "durability": null, + "low_alchemy": "18800", + "high_alchemy": "28200", + "weight": "2", + "absorb": "0,7,3", + "equipment_slot": "7", + "grand_exchange_price": "85135", + "name": "Karil's skirt 100", + "archery_ticket_price": "0", + "id": "4946", + "bonuses": "0,0,0,-10,17,26,20,28,35,33,30,0,0,0,0" + }, + { + "requirements": "{1,70}-{4,70}", + "examine": "Karil the Tainted's leather skirt.", + "durability": null, + "low_alchemy": "18800", + "high_alchemy": "28200", + "weight": "2", + "absorb": "0,7,3", + "equipment_slot": "7", + "grand_exchange_price": "85135", + "name": "Karil's skirt 75", + "archery_ticket_price": "0", + "id": "4947", + "bonuses": "0,0,0,-10,17,26,20,28,35,33,30,0,0,0,0" + }, + { + "requirements": "{1,70}-{4,70}", + "examine": "Karil the Tainted's leather skirt.", + "durability": null, + "low_alchemy": "18800", + "high_alchemy": "28200", + "weight": "2", + "absorb": "0,7,3", + "equipment_slot": "7", + "grand_exchange_price": "85135", + "name": "Karil's skirt 50", + "archery_ticket_price": "0", + "id": "4948", + "bonuses": "0,0,0,-10,17,26,20,28,35,33,30,0,0,0,0" + }, + { + "requirements": "{1,70}-{4,70}", + "examine": "Karil the Tainted's leather skirt.", + "durability": null, + "low_alchemy": "18800", + "high_alchemy": "28200", + "weight": "2", + "absorb": "0,7,3", + "equipment_slot": "7", + "grand_exchange_price": "85135", + "name": "Karil's skirt 25", + "archery_ticket_price": "0", + "id": "4949", + "bonuses": "0,0,0,-10,17,26,20,28,35,33,30,0,0,0,0" + }, + { + "requirements": "{1,70}-{4,70}", + "ge_buy_limit": "1", + "examine": "Karil the Tainted's leather skirt.", + "durability": null, + "low_alchemy": "18800", + "high_alchemy": "28200", + "weight": "2", + "absorb": "0,7,3", + "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", + "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, + "low_alchemy": "41200", + "high_alchemy": "61800", + "weight": "5", + "absorb": "2,0,5", + "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, + "low_alchemy": "41200", + "high_alchemy": "61800", + "weight": "5", + "absorb": "2,0,5", + "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, + "low_alchemy": "41200", + "high_alchemy": "61800", + "weight": "5", + "absorb": "2,0,5", + "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, + "low_alchemy": "41200", + "high_alchemy": "61800", + "weight": "5", + "absorb": "2,0,5", + "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, + "low_alchemy": "41200", + "high_alchemy": "61800", + "weight": "5", + "absorb": "2,0,5", + "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", + "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, + "low_alchemy": "64000", + "high_alchemy": "96000", + "weight": "3", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "10", + "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, + "low_alchemy": "64000", + "high_alchemy": "96000", + "weight": "3", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "10", + "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, + "low_alchemy": "64000", + "high_alchemy": "96000", + "weight": "3", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "10", + "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, + "low_alchemy": "64000", + "high_alchemy": "96000", + "weight": "3", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "10", + "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, + "low_alchemy": "64000", + "high_alchemy": "96000", + "weight": "3", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "10", + "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", + "durability": null, + "name": "Torag's hammer 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4963" + }, + { + "requirements": "{1,70}", + "examine": "Torag the Corrupted's plate body armour.", + "durability": null, + "low_alchemy": "112000", + "high_alchemy": "168000", + "weight": "9", + "absorb": "5,0,10", + "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 plate body armour.", + "durability": null, + "low_alchemy": "112000", + "high_alchemy": "168000", + "weight": "9", + "absorb": "5,0,10", + "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 plate body armour.", + "durability": null, + "low_alchemy": "112000", + "high_alchemy": "168000", + "weight": "9", + "absorb": "5,0,10", + "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 plate body armour.", + "durability": null, + "low_alchemy": "112000", + "high_alchemy": "168000", + "weight": "9", + "absorb": "5,0,10", + "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 plate body armour.", + "durability": null, + "low_alchemy": "112000", + "high_alchemy": "168000", + "weight": "9", + "absorb": "5,0,10", + "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", + "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.", + "durability": null, + "low_alchemy": "110000", + "high_alchemy": "165000", + "weight": "9", + "absorb": "3,0,7", + "equipment_slot": "7", + "grand_exchange_price": "384813", + "name": "Torag's legs 100", + "archery_ticket_price": "0", + "id": "4970", + "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0" + }, + { + "requirements": "{1,70}", + "examine": "Torag the Corrupted's plate leg armour.", + "durability": null, + "low_alchemy": "110000", + "high_alchemy": "165000", + "weight": "9", + "absorb": "3,0,7", + "equipment_slot": "7", + "grand_exchange_price": "384813", + "name": "Torag's legs 75", + "archery_ticket_price": "0", + "id": "4971", + "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0" + }, + { + "requirements": "{1,70}", + "examine": "Torag the Corrupted's plate leg armour.", + "durability": null, + "low_alchemy": "110000", + "high_alchemy": "165000", + "weight": "9", + "absorb": "3,0,7", + "equipment_slot": "7", + "grand_exchange_price": "384813", + "name": "Torag's legs 50", + "archery_ticket_price": "0", + "id": "4972", + "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0" + }, + { + "requirements": "{1,70}", + "examine": "Torag the Corrupted's plate leg armour.", + "durability": null, + "low_alchemy": "110000", + "high_alchemy": "165000", + "weight": "9", + "absorb": "3,0,7", + "equipment_slot": "7", + "grand_exchange_price": "384813", + "name": "Torag's legs 25", + "archery_ticket_price": "0", + "id": "4973", + "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0" + }, + { + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Torag the Corrupted's plate leg armour.", + "durability": null, + "low_alchemy": "110000", + "high_alchemy": "165000", + "weight": "9", + "absorb": "3,0,7", + "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", + "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, + "low_alchemy": "41200", + "high_alchemy": "61800", + "weight": "1", + "absorb": "2,0,5", + "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, + "low_alchemy": "41200", + "high_alchemy": "61800", + "weight": "1", + "absorb": "2,0,5", + "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, + "low_alchemy": "41200", + "high_alchemy": "61800", + "weight": "1", + "absorb": "2,0,5", + "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, + "low_alchemy": "41200", + "high_alchemy": "61800", + "weight": "1", + "absorb": "2,0,5", + "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, + "low_alchemy": "41200", + "high_alchemy": "61800", + "weight": "1", + "absorb": "2,0,5", + "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", + "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", + "low_alchemy": "64000", + "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, + "high_alchemy": "96000", + "weight": "2", + "weapon_interface": "8", + "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", + "low_alchemy": "64000", + "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, + "high_alchemy": "96000", + "weight": "2", + "weapon_interface": "8", + "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", + "low_alchemy": "64000", + "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, + "high_alchemy": "96000", + "weight": "2", + "weapon_interface": "8", + "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", + "low_alchemy": "64000", + "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, + "high_alchemy": "96000", + "weight": "2", + "weapon_interface": "8", + "render_anim": "1426", + "attack_audios": "1323,0,0,0", + "name": "Verac's flail 25" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "2060", + "examine": "Verac the Defiled's Flail.", + "walk_anim": "1830", + "low_alchemy": "64000", + "turn90ccw_anim": "2060", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "2060", + "equipment_slot": "3", + "grand_exchange_price": "95500", + "stand_anim": "1832", + "tradeable": "true", + "run_anim": "1831", + "archery_ticket_price": "0", + "id": "4986", + "stand_turn_anim": "823", + "requirements": "{0,70}", + "durability": null, + "high_alchemy": "96000", + "weight": "2", + "weapon_interface": "8", + "render_anim": "1426", + "attack_audios": "1323,0,0,0", + "name": "Verac's flail 0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "95500", + "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, + "low_alchemy": "112000", + "high_alchemy": "168000", + "weight": "5", + "absorb": "5,0,10", + "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, + "low_alchemy": "112000", + "high_alchemy": "168000", + "weight": "5", + "absorb": "5,0,10", + "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, + "low_alchemy": "112000", + "high_alchemy": "168000", + "weight": "5", + "absorb": "5,0,10", + "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, + "low_alchemy": "112000", + "high_alchemy": "168000", + "weight": "5", + "absorb": "5,0,10", + "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, + "low_alchemy": "112000", + "high_alchemy": "168000", + "weight": "5", + "absorb": "5,0,10", + "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", + "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.", + "durability": null, + "low_alchemy": "110000", + "high_alchemy": "165000", + "weight": "5", + "absorb": "3,0,7", + "equipment_slot": "7", + "grand_exchange_price": "297540", + "name": "Verac's skirt 100", + "archery_ticket_price": "0", + "id": "4994", + "bonuses": "0,0,0,-21,-7,85,82,83,0,84,30,0,4,0,0" + }, + { + "requirements": "{1,70}", + "examine": "Verac the Defiled's plate skirt.", + "durability": null, + "low_alchemy": "110000", + "high_alchemy": "165000", + "weight": "5", + "absorb": "3,0,7", + "equipment_slot": "7", + "grand_exchange_price": "297540", + "name": "Verac's skirt 75", + "archery_ticket_price": "0", + "id": "4995", + "bonuses": "0,0,0,-21,-7,85,82,83,0,84,30,0,4,0,0" + }, + { + "requirements": "{1,70}", + "examine": "Verac the Defiled's plate skirt.", + "durability": null, + "low_alchemy": "110000", + "high_alchemy": "165000", + "weight": "5", + "absorb": "3,0,7", + "equipment_slot": "7", + "grand_exchange_price": "297540", + "name": "Verac's skirt 50", + "archery_ticket_price": "0", + "id": "4996", + "bonuses": "0,0,0,-21,-7,85,82,83,0,84,30,0,4,0,0" + }, + { + "requirements": "{1,70}", + "examine": "Verac the Defiled's plate skirt.", + "durability": null, + "low_alchemy": "110000", + "high_alchemy": "165000", + "weight": "5", + "absorb": "3,0,7", + "equipment_slot": "7", + "grand_exchange_price": "297540", + "name": "Verac's skirt 25", + "archery_ticket_price": "0", + "id": "4997", + "bonuses": "0,0,0,-21,-7,85,82,83,0,84,30,0,4,0,0" + }, + { + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Verac the Defiled's plate skirt.", + "durability": null, + "low_alchemy": "110000", + "high_alchemy": "165000", + "weight": "5", + "absorb": "3,0,7", + "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", + "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", + "low_alchemy": "6", + "high_alchemy": "9", + "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", + "low_alchemy": "6", + "high_alchemy": "9", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "5003" + }, + { + "examine": "That's disgusting!", + "durability": null, + "name": "Frog spawn", + "low_alchemy": "2", + "high_alchemy": "3", + "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": "Unlit: A helmet with an unlit lamp on it. Lit: A helmet with a lamp on it.", + "durability": null, + "low_alchemy": "360", + "high_alchemy": "540", + "weight": "1", + "equipment_slot": "0", + "grand_exchange_price": "380", + "name": "Mining helmet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5013", + "bonuses": "0,0,0,-3,-1,4,5,3,-1,4,0,0,0,0,0" + }, + { + "requirements": "{11,65}", + "shop_price": "900", + "ge_buy_limit": "100", + "examine": "Unlit: A helmet with an unlit lamp on it. Lit: A helmet with a lamp on it.", + "durability": null, + "low_alchemy": "360", + "high_alchemy": "540", + "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", + "turn90cw_anim": "1207", + "examine": "Basic but brutal!", + "walk_anim": "1205", + "low_alchemy": "240", + "turn90ccw_anim": "1208", + "attack_speed": "6", + "two_handed": "true", + "turn180_anim": "1206", + "equipment_slot": "3", + "grand_exchange_price": "219", + "stand_anim": "813", + "tradeable": "true", + "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", + "shop_price": "600", + "durability": null, + "high_alchemy": "360", + "weight": "1.3", + "weapon_interface": "14", + "render_anim": "28", + "name": "Bone spear" + }, + { + "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, + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "0.9", + "attack_speed": "6", + "weapon_interface": "10", + "equipment_slot": "3", + "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" + }, + { + "shop_price": "812", + "ge_buy_limit": "100", + "examine": "Blue top, very tiny.", + "durability": null, + "low_alchemy": "338", + "high_alchemy": "507", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "710", + "name": "Woven top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5024" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "710", + "durability": null, + "name": "Woven top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5025" + }, + { + "shop_price": "812", + "ge_buy_limit": "100", + "examine": "Blue top, very tiny.", + "durability": null, + "low_alchemy": "338", + "high_alchemy": "507", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "908", + "name": "Woven top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5026" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "908", + "durability": null, + "name": "Woven top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5027" + }, + { + "shop_price": "812", + "ge_buy_limit": "100", + "examine": "Blue top, very tiny.", + "durability": null, + "low_alchemy": "338", + "high_alchemy": "507", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "1357", + "name": "Woven top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5028" + }, + { + "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", + "durability": null, + "name": "Shirt", + "archery_ticket_price": "0", + "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", + "durability": null, + "name": "Shirt", + "archery_ticket_price": "0", + "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", + "durability": null, + "name": "Shirt", + "archery_ticket_price": "0", + "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", + "durability": null, + "name": "Trousers", + "archery_ticket_price": "0", + "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", + "durability": null, + "name": "Trousers", + "archery_ticket_price": "0", + "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", + "durability": null, + "name": "Trousers", + "archery_ticket_price": "0", + "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", + "durability": null, + "name": "Shorts", + "archery_ticket_price": "0", + "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", + "durability": null, + "name": "Shorts", + "archery_ticket_price": "0", + "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", + "durability": null, + "name": "Shorts", + "archery_ticket_price": "0", + "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": "2", + "grand_exchange_price": "681", + "durability": null, + "name": "Skirt", + "archery_ticket_price": "0", + "id": "5048", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "681", + "durability": null, + "name": "Skirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5049" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1151", + "durability": null, + "name": "Skirt", + "archery_ticket_price": "0", + "id": "5050", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1151", + "durability": null, + "name": "Skirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5051" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "803", + "durability": null, + "name": "Skirt", + "archery_ticket_price": "0", + "id": "5052", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "2", + "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", + "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", + "equipment_slot": "3" + }, + { + "examine": "This looks very rusty and worn;", + "durability": null, + "name": "Dwarven battleaxe", + "archery_ticket_price": "0", + "id": "5061", + "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", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "5070" + }, + { + "examine": "Full: ", + "durability": null, + "name": "Bird's nest", + "tradeable": "false", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "5071" + }, + { + "examine": "Full: ", + "durability": null, + "name": "Bird's nest", + "tradeable": "false", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "5072" + }, + { + "examine": "Full: ", + "durability": null, + "name": "Bird's nest", + "tradeable": "false", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "5073" + }, + { + "examine": "Full: ", + "durability": null, + "name": "Bird's nest", + "tradeable": "false", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "5074" + }, + { + "examine": "Full: ", + "durability": null, + "name": "Bird's nest", + "tradeable": "false", + "high_alchemy": "1", + "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", + "low_alchemy": "4", + "high_alchemy": "7", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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": "See article", + "grand_exchange_price": "298", + "durability": null, + "name": "Watering can", + "low_alchemy": "3", + "high_alchemy": "4", + "archery_ticket_price": "0", + "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": "See article", + "grand_exchange_price": "206", + "durability": null, + "name": "Watering can(1)", + "low_alchemy": "3", + "high_alchemy": "4", + "archery_ticket_price": "0", + "id": "5333" + }, + { + "shop_price": "8", + "examine": "See article", + "grand_exchange_price": "206", + "durability": null, + "name": "Watering can(2)", + "low_alchemy": "3", + "high_alchemy": "4", + "archery_ticket_price": "0", + "id": "5334" + }, + { + "shop_price": "8", + "examine": "See article", + "grand_exchange_price": "206", + "durability": null, + "name": "Watering can(3)", + "low_alchemy": "3", + "high_alchemy": "4", + "archery_ticket_price": "0", + "id": "5335" + }, + { + "shop_price": "8", + "examine": "See article", + "grand_exchange_price": "206", + "durability": null, + "name": "Watering can(4)", + "low_alchemy": "3", + "high_alchemy": "4", + "archery_ticket_price": "0", + "id": "5336" + }, + { + "shop_price": "8", + "examine": "See article", + "grand_exchange_price": "206", + "durability": null, + "name": "Watering can(5)", + "low_alchemy": "3", + "high_alchemy": "4", + "archery_ticket_price": "0", + "id": "5337" + }, + { + "shop_price": "8", + "examine": "See article", + "grand_exchange_price": "206", + "durability": null, + "name": "Watering can(6)", + "low_alchemy": "3", + "high_alchemy": "4", + "archery_ticket_price": "0", + "id": "5338" + }, + { + "shop_price": "8", + "examine": "See article", + "grand_exchange_price": "206", + "durability": null, + "name": "Watering can(7)", + "low_alchemy": "3", + "high_alchemy": "4", + "archery_ticket_price": "0", + "id": "5339" + }, + { + "shop_price": "8", + "examine": "See article", + "grand_exchange_price": "206", + "durability": null, + "name": "Watering can(8)", + "low_alchemy": "3", + "high_alchemy": "4", + "archery_ticket_price": "0", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "10", + "high_alchemy": "15", + "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": "A plant pot filled with soil.", + "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 and watered in this plant pot.", + "durability": null, + "name": "Oak seedling", + "archery_ticket_price": "0", + "id": "5358" + }, + { + "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": "5359" + }, + { + "examine": "A maple tree has been sown (and watered) in this plant pot.", + "durability": null, + "name": "Maple seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5360" + }, + { + "examine": "A yew seed has been sown in the plant pot", + "durability": null, + "name": "Yew seedling", + "high_alchemy": "1", + "weight": "1", + "archery_ticket_price": "0", + "id": "5361" + }, + { + "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": "5362" + }, + { + "examine": "A spirit seedling is growing in this pot. It has been sown and watered.", + "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 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 seed has been sown in the plant pot", + "durability": null, + "name": "Yew seedling", + "high_alchemy": "1", + "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 seedling is growing in this pot. It has been sown and watered.", + "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", + "low_alchemy": "28", + "high_alchemy": "42", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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 are <number of potatoes> 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 <number of 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 <number of 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 <number of 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 <number of 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 <number of 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 <number of 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 <number of 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 <number of 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 <number of 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 are <number of cabbages> 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 <number of 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 <number of 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 <number of 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 <number of 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 <number of 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 <number of 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 <number of 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 <number of 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 <number of 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 has been sown (and watered) 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 and watered 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 (and watered)in this plant pot.", + "durability": null, + "name": "Orange seedling", + "archery_ticket_price": "0", + "id": "5482" + }, + { + "examine": "A curry seed has been sown and watered in this plant pot.", + "durability": null, + "name": "Curry seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5483" + }, + { + "examine": "A pineapple tree has been sown (and watered) in this plant pot.", + "durability": null, + "name": "Pineapple seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5484" + }, + { + "examine": "This needs watering before it will grow.", + "durability": null, + "name": "Papaya seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5485" + }, + { + "examine": "This sapling is ready to be replanted in a fruit tree patch.", + "durability": null, + "name": "Palm seedling", + "weight": "0.66", + "archery_ticket_price": "0", + "id": "5486" + }, + { + "examine": "A calquat tree has been sown (and watered) in this plant pot.", + "durability": null, + "name": "Calquat seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5487" + }, + { + "examine": "An apple tree 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 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 tree has been sown (and watered) in this plant pot.", + "durability": null, + "name": "Pineapple seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5492" + }, + { + "examine": "This needs watering before it will grow.", + "durability": null, + "name": "Papaya seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5493" + }, + { + "examine": "This sapling is ready to be replanted in a fruit tree patch.", + "durability": null, + "name": "Palm seedling", + "weight": "0.66", + "archery_ticket_price": "0", + "id": "5494" + }, + { + "examine": "A calquat tree 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", + "low_alchemy": "7", + "high_alchemy": "10", + "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", + "low_alchemy": "120", + "high_alchemy": "180", + "weight": "1", + "archery_ticket_price": "0", + "id": "5510" + }, + { + "examine": "A medium-sized pouch used for storing essence.", + "durability": null, + "name": "Medium pouch", + "low_alchemy": "120", + "high_alchemy": "180", + "weight": "1", + "archery_ticket_price": "0", + "id": "5511" + }, + { + "shop_price": "25000", + "examine": "A large pouch used for storing essence.", + "durability": null, + "name": "Large pouch", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "1", + "archery_ticket_price": "0", + "id": "5512" + }, + { + "shop_price": "25000", + "examine": "A large pouch used for storing essence.", + "durability": null, + "name": "Large pouch", + "low_alchemy": "240", + "high_alchemy": "360", + "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", + "low_alchemy": "480", + "high_alchemy": "720", + "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", + "low_alchemy": "480", + "high_alchemy": "720", + "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", + "low_alchemy": "200", + "high_alchemy": "300", + "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": "When empty:", + "durability": null, + "name": "Scrying orb", + "weight": "1", + "archery_ticket_price": "0", + "id": "5518" + }, + { + "examine": "When empty:", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "570", + "high_alchemy": "855", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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" + }, + { + "requirements": "", + "ge_buy_limit": "100", + "examine": "A tiara infused with the properties of the mind.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "1", + "equipment_slot": "0", + "grand_exchange_price": "10", + "name": "Mind tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5529" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "10", + "durability": null, + "name": "Mind tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5530" + }, + { + "requirements": "", + "ge_buy_limit": "100", + "examine": "A tiara infused with the properties of water.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "1", + "equipment_slot": "0", + "grand_exchange_price": "1351", + "name": "Water tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5531" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1351", + "durability": null, + "name": "Water tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5532" + }, + { + "requirements": "", + "ge_buy_limit": "100", + "examine": "A tiara infused with the properties of the body.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "1", + "equipment_slot": "0", + "grand_exchange_price": "5", + "name": "Body tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5533" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5", + "durability": null, + "name": "Body tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5534" + }, + { + "requirements": "", + "ge_buy_limit": "100", + "examine": "A tiara infused with the properties of the earth.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "1", + "equipment_slot": "0", + "grand_exchange_price": "4", + "name": "Earth tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5535" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4", + "durability": null, + "name": "Earth tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5536" + }, + { + "requirements": "", + "ge_buy_limit": "100", + "examine": "A tiara infused with the properties of fire.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "1", + "equipment_slot": "0", + "grand_exchange_price": "8", + "name": "Fire tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5537" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8", + "durability": null, + "name": "Fire tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5538" + }, + { + "requirements": "", + "ge_buy_limit": "100", + "examine": "A tiara infused with the properties of the cosmos.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "1", + "equipment_slot": "0", + "grand_exchange_price": "8", + "name": "Cosmic tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5539" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8", + "durability": null, + "name": "Cosmic tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5540" + }, + { + "requirements": "", + "ge_buy_limit": "100", + "examine": "A tiara infused with the properties of nature.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "1", + "equipment_slot": "0", + "grand_exchange_price": "10", + "name": "Nature tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5541" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "10", + "durability": null, + "name": "Nature tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5542" + }, + { + "requirements": "", + "ge_buy_limit": "100", + "examine": "A tiara infused with the properties of chaos.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "1", + "equipment_slot": "0", + "grand_exchange_price": "10", + "name": "Chaos tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5543" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "10", + "durability": null, + "name": "Chaos tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5544" + }, + { + "requirements": "", + "ge_buy_limit": "100", + "examine": "A tiara infused with the properties of law.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "1", + "equipment_slot": "0", + "grand_exchange_price": "11", + "name": "Law tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5545" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "11", + "durability": null, + "name": "Law tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5546" + }, + { + "requirements": "", + "ge_buy_limit": "100", + "examine": "A tiara infused with the properties of death.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "1", + "equipment_slot": "0", + "grand_exchange_price": "65", + "name": "Death tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5547" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "65", + "durability": null, + "name": "Death tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5548" + }, + { + "requirements": "", + "ge_buy_limit": "100", + "examine": "A tiara infused with the properties of Blood.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "1", + "equipment_slot": "0", + "grand_exchange_price": "1058", + "name": "Blood tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5549" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1058", + "durability": null, + "name": "Blood tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5550" + }, + { + "durability": null, + "name": "Soul tiara", + "archery_ticket_price": "0", + "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", + "low_alchemy": "250", + "high_alchemy": "375", + "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", + "low_alchemy": "150", + "high_alchemy": "225", + "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", + "low_alchemy": "200", + "high_alchemy": "300", + "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", + "low_alchemy": "100", + "high_alchemy": "150", + "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", + "low_alchemy": "100", + "high_alchemy": "150", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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, + "low_alchemy": "2400", + "high_alchemy": "3600", + "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, + "low_alchemy": "4000", + "high_alchemy": "6000", + "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, + "low_alchemy": "3200", + "high_alchemy": "4800", + "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": "It's a metal spade without a handle.", + "durability": null, + "name": "Metal spade", + "weight": "2.5", + "archery_ticket_price": "0", + "id": "5586" + }, + { + "examine": "It's a metal spade without a handle.", + "durability": null, + "name": "Metal spade", + "weight": "2.5", + "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": "6", + "examine": "This needs refining.", + "grand_exchange_price": "42", + "durability": null, + "name": "Tin", + "tradeable": "true", + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "2.25", + "archery_ticket_price": "0", + "id": "5592" + }, + { + "shop_price": "6", + "examine": "This needs refining.", + "grand_exchange_price": "42", + "durability": null, + "name": "Tin", + "tradeable": "true", + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "2.25", + "archery_ticket_price": "0", + "id": "5593" + }, + { + "shop_price": "6", + "examine": "This needs refining.", + "grand_exchange_price": "42", + "durability": null, + "name": "Tin", + "tradeable": "true", + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "2.25", + "archery_ticket_price": "0", + "id": "5594" + }, + { + "shop_price": "6", + "examine": "This needs refining.", + "grand_exchange_price": "42", + "durability": null, + "name": "Tin", + "tradeable": "true", + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "2.25", + "archery_ticket_price": "0", + "id": "5595" + }, + { + "shop_price": "6", + "examine": "This needs refining.", + "grand_exchange_price": "42", + "durability": null, + "name": "Tin", + "tradeable": "true", + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "2.25", + "archery_ticket_price": "0", + "id": "5596" + }, + { + "shop_price": "6", + "examine": "This needs refining.", + "grand_exchange_price": "42", + "durability": null, + "name": "Tin", + "tradeable": "true", + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "2.25", + "archery_ticket_price": "0", + "id": "5597" + }, + { + "shop_price": "6", + "examine": "This needs refining.", + "grand_exchange_price": "42", + "durability": null, + "name": "Tin", + "tradeable": "true", + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "2.25", + "archery_ticket_price": "0", + "id": "5598" + }, + { + "shop_price": "6", + "examine": "This needs refining.", + "grand_exchange_price": "42", + "durability": null, + "name": "Tin", + "tradeable": "true", + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "2.25", + "archery_ticket_price": "0", + "id": "5599" + }, + { + "shop_price": "6", + "examine": "This needs refining.", + "grand_exchange_price": "42", + "durability": null, + "name": "Tin", + "tradeable": "true", + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "2.25", + "archery_ticket_price": "0", + "id": "5600" + }, + { + "shop_price": "14", + "examine": "Good for detailed crafting.", + "grand_exchange_price": "33", + "durability": null, + "name": "Chisel", + "tradeable": "true", + "low_alchemy": "5", + "high_alchemy": "8", + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "archery_ticket_price": "0", + "id": "5602" + }, + { + "shop_price": "1", + "examine": "For shearing sheep.", + "grand_exchange_price": "41", + "durability": null, + "name": "Shears", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "5603" + }, + { + "examine": "A very attractive magnet.", + "durability": null, + "name": "Magnet", + "low_alchemy": "1", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "5604" + }, + { + "shop_price": "25", + "examine": "A dangerous looking knife.", + "grand_exchange_price": "102", + "durability": null, + "name": "Knife", + "tradeable": "true", + "low_alchemy": "10", + "high_alchemy": "15", + "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", + "high_alchemy": "1", + "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 [type of 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.", + "durability": null, + "low_alchemy": "2", + "high_alchemy": "4", + "equipment_slot": "13", + "grand_exchange_price": "127", + "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" + }, + { + "shop_price": "20", + "ge_buy_limit": "10000", + "examine": "Arrows with iron heads.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "equipment_slot": "13", + "grand_exchange_price": "138", + "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" + }, + { + "requirements": "{4,5}", + "shop_price": "46", + "ge_buy_limit": "10000", + "examine": "Arrows with steel heads.", + "durability": null, + "low_alchemy": "18", + "high_alchemy": "27", + "equipment_slot": "13", + "grand_exchange_price": "159", + "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" + }, + { + "requirements": "{4,20}", + "shop_price": "76", + "ge_buy_limit": "10000", + "examine": "Arrows with mithril heads.", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "45", + "equipment_slot": "13", + "grand_exchange_price": "176", + "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" + }, + { + "requirements": "{4,30}", + "shop_price": "172", + "ge_buy_limit": "10000", + "examine": "Arrows with adamantite heads.", + "durability": null, + "low_alchemy": "68", + "high_alchemy": "103", + "equipment_slot": "13", + "grand_exchange_price": "211", + "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" + }, + { + "requirements": "{4,40}", + "shop_price": "510", + "ge_buy_limit": "10000", + "examine": "Arrows with rune heads.", + "durability": null, + "low_alchemy": "204", + "high_alchemy": "306", + "equipment_slot": "13", + "grand_exchange_price": "415", + "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" + }, + { + "shop_price": "7", + "ge_buy_limit": "10000", + "examine": "Arrows with bronze heads.", + "durability": null, + "low_alchemy": "2", + "high_alchemy": "4", + "equipment_slot": "13", + "grand_exchange_price": "1076", + "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" + }, + { + "shop_price": "20", + "ge_buy_limit": "10000", + "examine": "Arrows with iron heads.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "equipment_slot": "13", + "grand_exchange_price": "1037", + "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" + }, + { + "requirements": "{4,5}", + "shop_price": "46", + "ge_buy_limit": "10000", + "examine": "Arrows with steel heads.", + "durability": null, + "low_alchemy": "18", + "high_alchemy": "27", + "equipment_slot": "13", + "grand_exchange_price": "1038", + "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" + }, + { + "requirements": "{4,20}", + "shop_price": "76", + "ge_buy_limit": "10000", + "examine": "Arrows with mithril heads.", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "45", + "equipment_slot": "13", + "grand_exchange_price": "718", + "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" + }, + { + "requirements": "{4,30}", + "shop_price": "172", + "ge_buy_limit": "10000", + "examine": "Arrows with adamantite heads.", + "durability": null, + "low_alchemy": "68", + "high_alchemy": "103", + "equipment_slot": "13", + "grand_exchange_price": "101", + "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" + }, + { + "requirements": "{4,40}", + "shop_price": "510", + "ge_buy_limit": "10000", + "examine": "Arrows with rune heads.", + "durability": null, + "low_alchemy": "204", + "high_alchemy": "306", + "equipment_slot": "13", + "grand_exchange_price": "1300", + "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" + }, + { + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a bronze tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "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, + "high_alchemy": "1", + "attack_speed": "3", + "weapon_interface": "18", + "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, + "low_alchemy": "4", + "high_alchemy": "6", + "attack_speed": "3", + "weapon_interface": "18", + "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", + "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, + "low_alchemy": "10", + "high_alchemy": "15", + "attack_speed": "3", + "weapon_interface": "18", + "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, + "low_alchemy": "26", + "high_alchemy": "39", + "attack_speed": "3", + "weapon_interface": "18", + "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, + "low_alchemy": "140", + "high_alchemy": "210", + "attack_speed": "3", + "weapon_interface": "18", + "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", + "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, + "high_alchemy": "1", + "attack_speed": "3", + "weapon_interface": "18", + "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, + "low_alchemy": "4", + "high_alchemy": "6", + "attack_speed": "3", + "weapon_interface": "18", + "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", + "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, + "low_alchemy": "10", + "high_alchemy": "15", + "attack_speed": "3", + "weapon_interface": "18", + "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, + "low_alchemy": "26", + "high_alchemy": "39", + "attack_speed": "3", + "weapon_interface": "18", + "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, + "low_alchemy": "140", + "high_alchemy": "210", + "attack_speed": "3", + "weapon_interface": "18", + "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, + "low_alchemy": "2", + "high_alchemy": "3", + "attack_speed": "6", + "weapon_interface": "18", + "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, + "low_alchemy": "3", + "high_alchemy": "4", + "attack_speed": "6", + "weapon_interface": "18", + "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, + "low_alchemy": "14", + "high_alchemy": "22", + "attack_speed": "6", + "weapon_interface": "18", + "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, + "low_alchemy": "39", + "high_alchemy": "58", + "attack_speed": "6", + "weapon_interface": "18", + "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" + }, + { + "attack_anims": "806,806,806,806", + "requirements": "{4,30}", + "ge_buy_limit": "100", + "grand_exchange_price": "179", + "durability": null, + "name": "Adamant javelin(p+)", + "archery_ticket_price": "0", + "id": "5646", + "weapon_interface": "18", + "bonuses": "0,0,0,0,24,0,0,0,0,0,0,0,0,0,28", + "defence_anim": "424", + "equipment_slot": "3" + }, + { + "shop_price": "624", + "ge_buy_limit": "1000", + "examine": "A rune tipped javelin.", + "durability": null, + "low_alchemy": "249", + "high_alchemy": "374", + "attack_speed": "6", + "weapon_interface": "18", + "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, + "low_alchemy": "2", + "high_alchemy": "3", + "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, + "low_alchemy": "3", + "high_alchemy": "4", + "attack_speed": "6", + "weapon_interface": "18", + "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, + "low_alchemy": "14", + "high_alchemy": "22", + "attack_speed": "6", + "weapon_interface": "18", + "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, + "low_alchemy": "39", + "high_alchemy": "58", + "attack_speed": "6", + "weapon_interface": "18", + "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" + }, + { + "attack_anims": "806,806,806,806", + "requirements": "{4,30}", + "ge_buy_limit": "100", + "grand_exchange_price": "1514", + "durability": null, + "name": "Adamant javelin(p++)", + "archery_ticket_price": "0", + "id": "5652", + "weapon_interface": "18", + "bonuses": "0,0,0,0,24,0,0,0,0,0,0,0,0,0,28", + "defence_anim": "424", + "equipment_slot": "3" + }, + { + "requirements": "{4,40}", + "shop_price": "624", + "ge_buy_limit": "1000", + "examine": "A rune tipped javelin.", + "durability": null, + "low_alchemy": "249", + "high_alchemy": "374", + "attack_speed": "6", + "weapon_interface": "18", + "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, + "low_alchemy": "5", + "high_alchemy": "8", + "attack_speed": "3", + "weapon_interface": "18", + "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, + "low_alchemy": "23", + "high_alchemy": "34", + "attack_speed": "3", + "weapon_interface": "18", + "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, + "low_alchemy": "27", + "high_alchemy": "40", + "attack_speed": "3", + "weapon_interface": "18", + "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, + "low_alchemy": "10", + "high_alchemy": "16", + "attack_speed": "3", + "weapon_interface": "18", + "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, + "low_alchemy": "7", + "high_alchemy": "11", + "attack_speed": "3", + "weapon_interface": "18", + "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, + "low_alchemy": "26", + "high_alchemy": "40", + "attack_speed": "3", + "weapon_interface": "18", + "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, + "low_alchemy": "66", + "high_alchemy": "100", + "attack_speed": "3", + "weapon_interface": "18", + "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, + "low_alchemy": "5", + "high_alchemy": "8", + "attack_speed": "3", + "weapon_interface": "18", + "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, + "low_alchemy": "23", + "high_alchemy": "34", + "attack_speed": "3", + "weapon_interface": "18", + "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, + "low_alchemy": "27", + "high_alchemy": "40", + "attack_speed": "3", + "weapon_interface": "18", + "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, + "low_alchemy": "10", + "high_alchemy": "16", + "attack_speed": "3", + "weapon_interface": "18", + "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, + "low_alchemy": "7", + "high_alchemy": "11", + "attack_speed": "3", + "weapon_interface": "18", + "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", + "durability": null, + "weapon_interface": "18", + "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++)", + "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, + "low_alchemy": "66", + "high_alchemy": "100", + "attack_speed": "3", + "weapon_interface": "18", + "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, + "low_alchemy": "14", + "high_alchemy": "21", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "render_anim": "2584", + "equipment_slot": "3", + "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, + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "render_anim": "2584", + "equipment_slot": "3", + "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, + "low_alchemy": "50", + "high_alchemy": "75", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "render_anim": "2584", + "equipment_slot": "3", + "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, + "low_alchemy": "130", + "high_alchemy": "195", + "weight": "0.3", + "attack_speed": "4", + "weapon_interface": "5", + "render_anim": "2584", + "equipment_slot": "3", + "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", + "grand_exchange_price": "800", + "attack_audios": "2517,2517,2500,2517", + "durability": null, + "name": "Adamant dagger(p+)", + "archery_ticket_price": "0", + "id": "5676", + "weapon_interface": "5", + "bonuses": "15,8,-4,1,0,0,0,0,1,0,0,14,0,0,0", + "render_anim": "2584", + "equipment_slot": "3" + }, + { + "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, + "low_alchemy": "3200", + "high_alchemy": "4800", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "render_anim": "2584", + "equipment_slot": "3", + "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, + "low_alchemy": "12000", + "high_alchemy": "18000", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "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, + "low_alchemy": "96", + "high_alchemy": "144", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "render_anim": "2584", + "equipment_slot": "3", + "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", + "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, + "low_alchemy": "14", + "high_alchemy": "21", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "render_anim": "2584", + "equipment_slot": "3", + "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, + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "render_anim": "2584", + "equipment_slot": "3", + "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, + "low_alchemy": "50", + "high_alchemy": "75", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "render_anim": "2584", + "equipment_slot": "3", + "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, + "low_alchemy": "130", + "high_alchemy": "195", + "weight": "0.3", + "attack_speed": "4", + "weapon_interface": "5", + "render_anim": "2584", + "equipment_slot": "3", + "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", + "grand_exchange_price": "4612", + "attack_audios": "2517,2517,2500,2517", + "durability": null, + "name": "Adamant dagger(p++)", + "archery_ticket_price": "0", + "id": "5694", + "weapon_interface": "5", + "bonuses": "15,8,-4,1,0,0,0,0,1,0,0,14,0,0,0", + "render_anim": "2584", + "equipment_slot": "3" + }, + { + "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, + "low_alchemy": "3200", + "high_alchemy": "4800", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "render_anim": "2584", + "equipment_slot": "3", + "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, + "low_alchemy": "12000", + "high_alchemy": "18000", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "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, + "low_alchemy": "96", + "high_alchemy": "144", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "render_anim": "2584", + "equipment_slot": "3", + "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", + "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, + "low_alchemy": "10", + "high_alchemy": "15", + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "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, + "low_alchemy": "36", + "high_alchemy": "54", + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "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" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A steel tipped spear.", + "walk_anim": "1205", + "low_alchemy": "130", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "equipment_slot": "3", + "grand_exchange_price": "596", + "stand_anim": "813", + "tradeable": "true", + "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", + "requirements": "{0,5}", + "durability": null, + "high_alchemy": "195", + "weight": "2.2", + "weapon_interface": "14", + "render_anim": "28", + "name": "Steel spear(p+)" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "596", + "durability": null, + "name": "Steel spear(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5709" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A mithril tipped spear.", + "walk_anim": "1205", + "low_alchemy": "338", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "equipment_slot": "3", + "grand_exchange_price": "802", + "stand_anim": "813", + "tradeable": "true", + "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", + "requirements": "{0,20}", + "durability": null, + "high_alchemy": "507", + "weight": "1.8", + "weapon_interface": "14", + "render_anim": "28", + "name": "Mithril spear(p+)" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "802", + "durability": null, + "name": "Mithril spear(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5711" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "An adamant tipped spear.", + "walk_anim": "1205", + "low_alchemy": "832", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "equipment_slot": "3", + "grand_exchange_price": "1394", + "stand_anim": "813", + "tradeable": "true", + "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", + "requirements": "{0,30}", + "durability": null, + "high_alchemy": "1248", + "weight": "2", + "weapon_interface": "14", + "render_anim": "28", + "name": "Adamant spear(p+)" + }, + { + "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", + "low_alchemy": "8320", + "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, + "high_alchemy": "12480", + "weight": "2.2", + "weapon_interface": "14", + "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", + "low_alchemy": "24960", + "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, + "high_alchemy": "37440", + "weight": "2", + "weapon_interface": "14", + "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, + "low_alchemy": "10", + "high_alchemy": "15", + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "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, + "low_alchemy": "36", + "high_alchemy": "54", + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "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" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A steel tipped spear.", + "walk_anim": "1205", + "low_alchemy": "130", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "equipment_slot": "3", + "grand_exchange_price": "8336", + "stand_anim": "813", + "tradeable": "true", + "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", + "requirements": "{0,5}", + "durability": null, + "high_alchemy": "195", + "weight": "2.2", + "weapon_interface": "14", + "render_anim": "28", + "name": "Steel spear(p++)" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8336", + "durability": null, + "name": "Steel spear(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5723" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A mithril tipped spear.", + "walk_anim": "1205", + "low_alchemy": "338", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "equipment_slot": "3", + "grand_exchange_price": "7035", + "stand_anim": "813", + "tradeable": "true", + "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", + "requirements": "{0,20}", + "durability": null, + "high_alchemy": "507", + "weight": "1.8", + "weapon_interface": "14", + "render_anim": "28", + "name": "Mithril spear(p++)" + }, + { + "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", + "walk_anim": "1205", + "durability": null, + "turn90ccw_anim": "1208", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "7530", + "stand_anim": "813", + "name": "Adamant spear(p++)", + "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", + "low_alchemy": "8320", + "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, + "high_alchemy": "12480", + "weight": "2.2", + "weapon_interface": "14", + "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", + "low_alchemy": "24960", + "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, + "high_alchemy": "37440", + "weight": "2", + "weapon_interface": "14", + "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" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A black tipped spear.", + "walk_anim": "1205", + "low_alchemy": "260", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "equipment_slot": "3", + "grand_exchange_price": "3351", + "stand_anim": "813", + "tradeable": "true", + "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", + "requirements": "{0,10}", + "durability": null, + "high_alchemy": "390", + "weight": "2.2", + "weapon_interface": "14", + "render_anim": "28", + "name": "Black spear(p+)" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3351", + "durability": null, + "name": "Black spear(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5735" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A black tipped spear.", + "walk_anim": "1205", + "low_alchemy": "260", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "equipment_slot": "3", + "grand_exchange_price": "9065", + "stand_anim": "813", + "tradeable": "true", + "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", + "requirements": "{0,10}", + "durability": null, + "high_alchemy": "390", + "weight": "2.2", + "weapon_interface": "14", + "render_anim": "28", + "name": "Black spear(p++)" + }, + { + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "10", + "high_alchemy": "15", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "115", + "high_alchemy": "172", + "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", + "low_alchemy": "172", + "high_alchemy": "259", + "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", + "low_alchemy": "144", + "high_alchemy": "216", + "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", + "low_alchemy": "144", + "high_alchemy": "216", + "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", + "low_alchemy": "144", + "high_alchemy": "216", + "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", + "low_alchemy": "144", + "high_alchemy": "216", + "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", + "low_alchemy": "115", + "high_alchemy": "172", + "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", + "low_alchemy": "115", + "high_alchemy": "172", + "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", + "low_alchemy": "115", + "high_alchemy": "172", + "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", + "low_alchemy": "115", + "high_alchemy": "172", + "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", + "low_alchemy": "7", + "high_alchemy": "11", + "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", + "low_alchemy": "25", + "high_alchemy": "38", + "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", + "low_alchemy": "34", + "high_alchemy": "52", + "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", + "low_alchemy": "34", + "high_alchemy": "52", + "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", + "low_alchemy": "21", + "high_alchemy": "32", + "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", + "low_alchemy": "19", + "high_alchemy": "28", + "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", + "low_alchemy": "6", + "high_alchemy": "9", + "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", + "low_alchemy": "3", + "high_alchemy": "5", + "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", + "low_alchemy": "3", + "high_alchemy": "5", + "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", + "low_alchemy": "5", + "high_alchemy": "7", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "4", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "durability": null, + "name": "Mushroom", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "26", + "high_alchemy": "39", + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "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", + "low_alchemy": "34", + "high_alchemy": "51", + "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", + "low_alchemy": "16", + "high_alchemy": "24", + "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", + "high_alchemy": "1", + "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.", + "durability": null, + "low_alchemy": "1", + "high_alchemy": "1", + "equipment_slot": "13", + "grand_exchange_price": "134", + "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" + }, + { + "shop_price": "3", + "ge_buy_limit": "10000", + "examine": "Bronze crossbow bolts.", + "durability": null, + "low_alchemy": "1", + "high_alchemy": "1", + "equipment_slot": "13", + "grand_exchange_price": "1162", + "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" + }, + { + "examine": "How do I wash blood stains out?", + "durability": null, + "name": "Bloody mourner top", + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "2.72", + "archery_ticket_price": "0", + "id": "6064" + }, + { + "remove_sleeves": "true", + "examine": "A thick heavy leather top.", + "durability": null, + "name": "Mourner top", + "low_alchemy": "60", + "high_alchemy": "90", + "archery_ticket_price": "0", + "id": "6065", + "equipment_slot": "4" + }, + { + "examine": "Damaged: These are in need of a good tailor.Repaired: A pair of mourner trousers.", + "durability": null, + "name": "Mourner trousers", + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "2.25", + "archery_ticket_price": "0", + "id": "6066" + }, + { + "examine": "Damaged: These are in need of a good tailor.Repaired: A pair of mourner trousers.", + "durability": null, + "name": "Mourner trousers", + "low_alchemy": "8", + "high_alchemy": "12", + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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, + "low_alchemy": "60", + "high_alchemy": "90", + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "archery_ticket_price": "0", + "id": "6085" + }, + { + "examine": "A large pair of ogre bellows filled with blue dye.", + "durability": null, + "name": "Blue dye bellows", + "low_alchemy": "8", + "high_alchemy": "12", + "archery_ticket_price": "0", + "id": "6086" + }, + { + "examine": "A large pair of ogre bellows filled with yellow dye.", + "durability": null, + "name": "Yellow dye bellows", + "low_alchemy": "8", + "high_alchemy": "12", + "archery_ticket_price": "0", + "id": "6087" + }, + { + "examine": "A large pair of ogre bellows filled with green dye.", + "durability": null, + "name": "Green dye bellows", + "low_alchemy": "8", + "high_alchemy": "12", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "6097" + }, + { + "examine": "A pile of toxic powder.", + "durability": null, + "name": "Toxic powder", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "120", + "high_alchemy": "180", + "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", + "low_alchemy": "120", + "high_alchemy": "180", + "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", + "low_alchemy": "120", + "high_alchemy": "180", + "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", + "low_alchemy": "100", + "high_alchemy": "150", + "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", + "low_alchemy": "1", + "tradeable": "false", + "high_alchemy": "2", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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. A musical intrument that I can magically play.", + "durability": null, + "name": "Enchanted lyre(2)", + "low_alchemy": "400", + "high_alchemy": "600", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "6125", + "equipment_slot": "3" + }, + { + "examine": "This will teleport me to Rellekka when I play it. A musical intrument that I can magically play.", + "durability": null, + "name": "Enchanted lyre(3)", + "low_alchemy": "400", + "high_alchemy": "600", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "6126", + "equipment_slot": "3" + }, + { + "examine": "This will teleport me to Rellekka when I play it. A musical intrument that I can magically play.", + "durability": null, + "name": "Enchanted lyre(4)", + "low_alchemy": "400", + "high_alchemy": "600", + "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, + "low_alchemy": "14080", + "high_alchemy": "21120", + "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" + }, + { + "remove_sleeves": "true", + "requirements": "{1,40}", + "ge_buy_limit": "100", + "grand_exchange_price": "40600", + "durability": null, + "name": "Rock-shell plate", + "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, + "low_alchemy": "25600", + "high_alchemy": "38400", + "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, + "low_alchemy": "24000", + "high_alchemy": "36000", + "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, + "low_alchemy": "3000", + "high_alchemy": "4500", + "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, + "low_alchemy": "1560", + "high_alchemy": "2340", + "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, + "low_alchemy": "4000", + "high_alchemy": "6000", + "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, + "low_alchemy": "18000", + "high_alchemy": "27000", + "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, + "low_alchemy": "16000", + "high_alchemy": "24000", + "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, + "low_alchemy": "260", + "high_alchemy": "390", + "weight": "3", + "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, + "low_alchemy": "260", + "high_alchemy": "390", + "weight": "3.1", + "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" + }, + { + "ge_buy_limit": "100", + "examine": "Some finely crafted Fremennik boots, made from the bones of a Wallasalki.", + "durability": null, + "low_alchemy": "260", + "high_alchemy": "390", + "weight": "3.1", + "equipment_slot": "10", + "lendable": "true", + "grand_exchange_price": "4958", + "name": "Skeletal boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6147", + "bonuses": "0,0,0,0,0,0,1,1,0,0,1,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4958", + "durability": null, + "name": "Skeletal boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6148" + }, + { + "ge_buy_limit": "100", + "examine": "Fremennik gloves stitched together from spined dagannoth hide.", + "durability": null, + "low_alchemy": "260", + "high_alchemy": "390", + "weight": "3", + "equipment_slot": "9", + "lendable": "true", + "grand_exchange_price": "955", + "name": "Spined gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6149", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "955", + "durability": null, + "name": "Spined gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6150" + }, + { + "ge_buy_limit": "100", + "examine": "Fremennik gloves stitched together from rock crab shell shards.", + "durability": null, + "low_alchemy": "260", + "high_alchemy": "390", + "weight": "2", + "equipment_slot": "9", + "lendable": "true", + "grand_exchange_price": "951", + "name": "Rock-shell gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6151", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "951", + "durability": null, + "name": "Rock-shell gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6152" + }, + { + "ge_buy_limit": "100", + "examine": "Fremennik gloves stitched together from wallasalki bones fragments.", + "durability": null, + "low_alchemy": "260", + "high_alchemy": "390", + "weight": "3.1", + "equipment_slot": "9", + "lendable": "true", + "grand_exchange_price": "21800", + "name": "Skeletal gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6153", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0" + }, + { + "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", + "low_alchemy": "24", + "high_alchemy": "36", + "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", + "low_alchemy": "24", + "high_alchemy": "36", + "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", + "low_alchemy": "24", + "high_alchemy": "36", + "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", + "low_alchemy": "24", + "high_alchemy": "36", + "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", + "low_alchemy": "24", + "high_alchemy": "36", + "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", + "low_alchemy": "24", + "high_alchemy": "36", + "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", + "low_alchemy": "24", + "high_alchemy": "36", + "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", + "low_alchemy": "24", + "high_alchemy": "36", + "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", + "low_alchemy": "24", + "high_alchemy": "36", + "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", + "low_alchemy": "24", + "high_alchemy": "36", + "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" + }, + { + "durability": null, + "name": "Rock-shell plate", + "tradeable": "true", + "archery_ticket_price": "0", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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, + "low_alchemy": "1200", + "high_alchemy": "1800", + "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.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "1", + "name": "Broodoo shield (9)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6217", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "durability": null, + "name": "Broodoo shield (9)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6218" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "1", + "name": "Broodoo shield (8)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6219", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "durability": null, + "name": "Broodoo shield (8)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6220" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "1", + "name": "Broodoo shield (7)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6221", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "durability": null, + "name": "Broodoo shield (7)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6222" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "1", + "name": "Broodoo shield (6)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6223", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "durability": null, + "name": "Broodoo shield (6)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6224" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "1", + "name": "Broodoo shield (5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6225", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "durability": null, + "name": "Broodoo shield (5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6226" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "1", + "name": "Broodoo shield (4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6227", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "durability": null, + "name": "Broodoo shield (4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6228" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "1", + "name": "Broodoo shield (3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6229", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "durability": null, + "name": "Broodoo shield (3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6230" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "1", + "name": "Broodoo shield (2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6231", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "durability": null, + "name": "Broodoo shield (2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6232" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "1", + "name": "Broodoo shield (1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6233", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "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, + "low_alchemy": "1200", + "high_alchemy": "1800", + "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, + "low_alchemy": "1200", + "high_alchemy": "1800", + "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.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "1", + "name": "Broodoo shield (9)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6239", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "durability": null, + "name": "Broodoo shield (9)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6240" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "1", + "name": "Broodoo shield (8)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6241", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "durability": null, + "name": "Broodoo shield (8)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6242" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "1", + "name": "Broodoo shield (7)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6243", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "durability": null, + "name": "Broodoo shield (7)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6244" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "1", + "name": "Broodoo shield (6)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6245", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "durability": null, + "name": "Broodoo shield (6)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6246" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "1", + "name": "Broodoo shield (5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6247", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "durability": null, + "name": "Broodoo shield (5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6248" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "1", + "name": "Broodoo shield (4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6249", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "durability": null, + "name": "Broodoo shield (4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6250" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "1", + "name": "Broodoo shield (3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6251", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "durability": null, + "name": "Broodoo shield (3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6252" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "1", + "name": "Broodoo shield (2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6253", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "durability": null, + "name": "Broodoo shield (2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6254" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "1", + "name": "Broodoo shield (1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6255", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "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, + "low_alchemy": "1200", + "high_alchemy": "1800", + "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, + "low_alchemy": "1200", + "high_alchemy": "1800", + "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.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "1", + "name": "Broodoo shield (9)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6261", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "durability": null, + "name": "Broodoo shield (9)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6262" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "1", + "name": "Broodoo shield (8)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6263", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "durability": null, + "name": "Broodoo shield (8)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6264" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "1", + "name": "Broodoo shield (7)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6265", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "durability": null, + "name": "Broodoo shield (7)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6266" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "1", + "name": "Broodoo shield (6)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6267", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "durability": null, + "name": "Broodoo shield (6)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6268" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "1", + "name": "Broodoo shield (5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6269", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "durability": null, + "name": "Broodoo shield (5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6270" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "1", + "name": "Broodoo shield (4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6271", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "durability": null, + "name": "Broodoo shield (4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6272" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "1", + "name": "Broodoo shield (3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6273", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "durability": null, + "name": "Broodoo shield (3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6274" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "1", + "name": "Broodoo shield (2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6275", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "durability": null, + "name": "Broodoo shield (2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6276" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "1", + "name": "Broodoo shield (1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6277", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "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, + "low_alchemy": "1200", + "high_alchemy": "1800", + "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", + "low_alchemy": "14", + "high_alchemy": "21", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "6", + "high_alchemy": "9", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "16", + "high_alchemy": "24", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "16", + "high_alchemy": "24", + "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", + "low_alchemy": "16", + "high_alchemy": "24", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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, + "low_alchemy": "200", + "high_alchemy": "300", + "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, + "low_alchemy": "400", + "high_alchemy": "600", + "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, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "1.3", + "attack_speed": "4", + "weapon_interface": "6", + "render_anim": "2554", + "equipment_slot": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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, + "low_alchemy": "500", + "high_alchemy": "750", + "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, + "low_alchemy": "470", + "high_alchemy": "705", + "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, + "low_alchemy": "120", + "high_alchemy": "180", + "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.", + "durability": null, + "low_alchemy": "100", + "high_alchemy": "150", + "weight": "0.3", + "equipment_slot": "10", + "grand_exchange_price": "10800", + "name": "Snakeskin boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6328", + "bonuses": "0,0,0,-10,3,1,1,2,1,0,9,0,0,0,0" + }, + { + "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.", + "durability": null, + "low_alchemy": "173", + "high_alchemy": "260", + "weight": "1", + "equipment_slot": "9", + "grand_exchange_price": "914", + "name": "Snakeskin v'brace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6330", + "bonuses": "0,0,0,-5,6,2,2,2,1,0,1,0,0,0,0" + }, + { + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "200", + "high_alchemy": "300", + "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", + "low_alchemy": "200", + "high_alchemy": "300", + "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", + "low_alchemy": "200", + "high_alchemy": "300", + "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" + }, + { + "shop_price": "300", + "ge_buy_limit": "100", + "examine": "Local dress.", + "durability": null, + "low_alchemy": "120", + "high_alchemy": "180", + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "3331", + "name": "Tribal top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6341" + }, + { + "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.", + "durability": null, + "low_alchemy": "100", + "high_alchemy": "150", + "weight": "2", + "equipment_slot": "7", + "grand_exchange_price": "1382", + "name": "Villager robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6343" + }, + { + "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.", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "weight": "1", + "equipment_slot": "0", + "grand_exchange_price": "2337", + "name": "Villager hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6345" + }, + { + "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 <colour> armband, as worn by the Tai Bwo Wannai locals.", + "durability": null, + "low_alchemy": "60", + "high_alchemy": "90", + "weight": "0.5", + "equipment_slot": "9", + "grand_exchange_price": "734", + "name": "Villager armband", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6347" + }, + { + "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.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "0.6", + "equipment_slot": "10", + "grand_exchange_price": "2793", + "name": "Villager sandals", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6349" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2793", + "durability": null, + "name": "Villager sandals", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6350" + }, + { + "shop_price": "300", + "ge_buy_limit": "100", + "examine": "Local dress.", + "durability": null, + "low_alchemy": "120", + "high_alchemy": "180", + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "3171", + "name": "Tribal top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6351" + }, + { + "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.", + "durability": null, + "low_alchemy": "100", + "high_alchemy": "150", + "weight": "2", + "equipment_slot": "7", + "grand_exchange_price": "1416", + "name": "Villager robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6353" + }, + { + "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.", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "weight": "1", + "equipment_slot": "0", + "grand_exchange_price": "2785", + "name": "Villager hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6355" + }, + { + "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.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "0.6", + "equipment_slot": "10", + "grand_exchange_price": "944", + "name": "Villager sandals", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6357" + }, + { + "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 <colour> armband, as worn by the Tai Bwo Wannai locals.", + "durability": null, + "low_alchemy": "60", + "high_alchemy": "90", + "weight": "0.5", + "equipment_slot": "9", + "grand_exchange_price": "672", + "name": "Villager armband", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6359" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "672", + "durability": null, + "name": "Villager armband", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6360" + }, + { + "shop_price": "300", + "ge_buy_limit": "100", + "examine": "Local dress.", + "durability": null, + "low_alchemy": "120", + "high_alchemy": "180", + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "2484", + "name": "Tribal top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6361" + }, + { + "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.", + "durability": null, + "low_alchemy": "100", + "high_alchemy": "150", + "weight": "2", + "equipment_slot": "7", + "grand_exchange_price": "499", + "name": "Villager robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6363" + }, + { + "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.", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "weight": "1", + "equipment_slot": "0", + "grand_exchange_price": "2440", + "name": "Villager hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6365" + }, + { + "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.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "0.6", + "equipment_slot": "10", + "grand_exchange_price": "1479", + "name": "Villager sandals", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6367" + }, + { + "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 <colour> armband, as worn by the Tai Bwo Wannai locals.", + "durability": null, + "low_alchemy": "60", + "high_alchemy": "90", + "weight": "0.5", + "equipment_slot": "9", + "grand_exchange_price": "823", + "name": "Villager armband", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6369" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "823", + "durability": null, + "name": "Villager armband", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6370" + }, + { + "shop_price": "300", + "ge_buy_limit": "100", + "examine": "Local dress.", + "durability": null, + "low_alchemy": "120", + "high_alchemy": "180", + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "2683", + "name": "Tribal top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6371" + }, + { + "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.", + "durability": null, + "low_alchemy": "100", + "high_alchemy": "150", + "weight": "2", + "equipment_slot": "7", + "grand_exchange_price": "331", + "name": "Villager robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6373" + }, + { + "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.", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "weight": "1", + "equipment_slot": "0", + "grand_exchange_price": "3010", + "name": "Villager hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6375" + }, + { + "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.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "0.6", + "equipment_slot": "10", + "grand_exchange_price": "2310", + "name": "Villager sandals", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6377" + }, + { + "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 <colour> armband, as worn by the Tai Bwo Wannai locals.", + "durability": null, + "low_alchemy": "60", + "high_alchemy": "90", + "weight": "0.5", + "equipment_slot": "9", + "grand_exchange_price": "1697", + "name": "Villager armband", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6379" + }, + { + "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.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "equipment_slot": "0", + "grand_exchange_price": "690", + "name": "Fez", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": true, + "id": "6382" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "690", + "durability": null, + "name": "Fez", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6383" + }, + { + "shop_price": "15", + "ge_buy_limit": "100", + "examine": "A bit itchy.", + "durability": null, + "low_alchemy": "14", + "high_alchemy": "21", + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "649", + "name": "Desert top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6384" + }, + { + "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", + "low_alchemy": "10", + "high_alchemy": "15", + "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" + }, + { + "shop_price": "15", + "ge_buy_limit": "100", + "examine": "A bit itchy.", + "durability": null, + "low_alchemy": "14", + "high_alchemy": "21", + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "1016", + "name": "Desert top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6388" + }, + { + "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", + "low_alchemy": "10", + "high_alchemy": "15", + "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.", + "durability": null, + "low_alchemy": "14", + "high_alchemy": "21", + "equipment_slot": "0", + "grand_exchange_price": "531", + "name": "Menap headgear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6392" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "531", + "durability": null, + "name": "Menap headgear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6393" + }, + { + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "Colourful.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "650", + "name": "Menaphite top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6394" + }, + { + "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", + "low_alchemy": "16", + "high_alchemy": "24", + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "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.", + "durability": null, + "low_alchemy": "14", + "high_alchemy": "21", + "equipment_slot": "0", + "grand_exchange_price": "484", + "name": "Menap headgear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6400" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "484", + "durability": null, + "name": "Menap headgear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6401" + }, + { + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "Colourful.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "557", + "name": "Menaphite top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6402" + }, + { + "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", + "low_alchemy": "16", + "high_alchemy": "24", + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "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, + "low_alchemy": "160", + "high_alchemy": "240", + "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, + "low_alchemy": "160", + "high_alchemy": "240", + "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, + "low_alchemy": "320", + "high_alchemy": "480", + "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, + "low_alchemy": "320", + "high_alchemy": "480", + "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, + "low_alchemy": "480", + "high_alchemy": "720", + "weight": "1.8", + "attack_speed": "4", + "weapon_interface": "10", + "equipment_slot": "3", + "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, + "low_alchemy": "640", + "high_alchemy": "960", + "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, + "low_alchemy": "640", + "high_alchemy": "960", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "18", + "high_alchemy": "28", + "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", + "low_alchemy": "41", + "high_alchemy": "62", + "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", + "low_alchemy": "50", + "high_alchemy": "75", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "tradeable": "false", + "high_alchemy": "1", + "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": "Unactivated: The Ring of charos.Activated: 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", + "low_alchemy": "16", + "high_alchemy": "24", + "archery_ticket_price": "0", + "id": "6468" + }, + { + "examine": "Looks delicious.", + "durability": null, + "name": "White tree fruit", + "high_alchemy": "1", + "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", + "low_alchemy": "48", + "high_alchemy": "72", + "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", + "low_alchemy": "48", + "high_alchemy": "72", + "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", + "low_alchemy": "48", + "high_alchemy": "72", + "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", + "low_alchemy": "48", + "high_alchemy": "72", + "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, + "low_alchemy": "100", + "high_alchemy": "150", + "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, + "low_alchemy": "16000", + "high_alchemy": "24000", + "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, + "low_alchemy": "18000", + "high_alchemy": "27000", + "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, + "low_alchemy": "10000", + "high_alchemy": "15000", + "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", + "low_alchemy": "14000", + "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, + "high_alchemy": "21000", + "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, + "low_alchemy": "12000", + "high_alchemy": "18000", + "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", + "low_alchemy": "20000", + "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, + "high_alchemy": "30000", + "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", + "low_alchemy": "6800", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "equipment_slot": "3", + "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,10,0,2,3,1,10,0,0,35,0,0,0", + "requirements": "{0,30}-{6,30}", + "durability": null, + "high_alchemy": "10200", + "weight": "2.2", + "weapon_interface": "1", + "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", + "low_alchemy": "18000", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "equipment_slot": "3", + "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,10,0,2,3,1,10,0,0,50,0,0,0", + "requirements": "{0,40}-{6,40}", + "shop_price": "40000", + "durability": null, + "high_alchemy": "27000", + "weight": "2", + "weapon_interface": "1", + "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", + "low_alchemy": "80400", + "high_alchemy": "120600", + "archery_ticket_price": "0", + "id": "6564" + }, + { + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "4501000", + "durability": null, + "name": "Onyx necklace", + "tradeable": "true", + "low_alchemy": "80400", + "high_alchemy": "120600", + "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", + "low_alchemy": "80800", + "high_alchemy": "121200", + "archery_ticket_price": "0", + "id": "6566" + }, + { + "shop_price": "90000", + "ge_buy_limit": "100", + "examine": "A cape woven of obsidian plates.", + "durability": null, + "low_alchemy": "24000", + "high_alchemy": "36000", + "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", + "low_alchemy": "24000", + "high_alchemy": "36000", + "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", + "low_alchemy": "120000", + "high_alchemy": "180000", + "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", + "low_alchemy": "120000", + "high_alchemy": "180000", + "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", + "low_alchemy": "80400", + "high_alchemy": "120600", + "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", + "low_alchemy": "80400", + "high_alchemy": "120600", + "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": "I wonder if I can get this enchanted.", + "grand_exchange_price": "9058124", + "durability": null, + "name": "Onyx amulet", + "tradeable": "true", + "low_alchemy": "80800", + "high_alchemy": "121200", + "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", + "low_alchemy": "80800", + "high_alchemy": "121200", + "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", + "low_alchemy": "80800", + "high_alchemy": "121200", + "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" + }, + { + "ge_buy_limit": "100", + "examine": "A very powerful onyx amulet.", + "durability": null, + "low_alchemy": "80800", + "high_alchemy": "121200", + "equipment_slot": "2", + "lendable": "true", + "grand_exchange_price": "9200000", + "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" + }, + { + "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, + "low_alchemy": "144", + "high_alchemy": "216", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "9", + "render_anim": "2583", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,390,390", + "grand_exchange_price": "1013", + "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, + "low_alchemy": "499", + "high_alchemy": "748", + "weight": "2.7", + "attack_speed": "6", + "weapon_interface": "2", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,395,395", + "grand_exchange_price": "1459", + "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, + "low_alchemy": "96", + "high_alchemy": "144", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "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, + "low_alchemy": "96", + "high_alchemy": "144", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "render_anim": "2584", + "equipment_slot": "3", + "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, + "low_alchemy": "96", + "high_alchemy": "144", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "render_anim": "2584", + "equipment_slot": "3", + "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, + "low_alchemy": "96", + "high_alchemy": "144", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "render_anim": "2584", + "equipment_slot": "3", + "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", + "low_alchemy": "768", + "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}-{5,10}", + "shop_price": "1920", + "durability": null, + "high_alchemy": "1152", + "weight": "3.1", + "weapon_interface": "15", + "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, + "low_alchemy": "172", + "high_alchemy": "259", + "weight": "1.8", + "attack_speed": "5", + "weapon_interface": "8", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "481", + "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" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A Magical staff.", + "walk_anim": "1205", + "low_alchemy": "80", + "turn90ccw_anim": "1208", + "turn180_anim": "1206", + "equipment_slot": "3", + "grand_exchange_price": "650", + "stand_anim": "813", + "tradeable": "true", + "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", + "requirements": "{0,10}-{5,10}", + "shop_price": "200", + "durability": null, + "high_alchemy": "120", + "weight": "2.2", + "weapon_interface": "1", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "White magic staff" + }, + { + "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", + "low_alchemy": "249", + "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, + "high_alchemy": "374", + "weight": "1.8", + "weapon_interface": "5", + "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", + "low_alchemy": "384", + "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, + "high_alchemy": "576", + "weight": "1.8", + "weapon_interface": "6", + "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", + "low_alchemy": "768", + "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, + "high_alchemy": "1152", + "weight": "3.6", + "weapon_interface": "7", + "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", + "low_alchemy": "307", + "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, + "high_alchemy": "460", + "weight": "1", + "weapon_interface": "6", + "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, + "low_alchemy": "392", + "high_alchemy": "588", + "weight": "1.8", + "attack_speed": "6", + "weapon_interface": "10", + "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, + "low_alchemy": "576", + "high_alchemy": "864", + "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, + "low_alchemy": "1536", + "high_alchemy": "2304", + "weight": "9.9", + "absorb": "1,0,2", + "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, + "low_alchemy": "230", + "high_alchemy": "345", + "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, + "low_alchemy": "230", + "high_alchemy": "345", + "weight": "1.9", + "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, + "low_alchemy": "422", + "high_alchemy": "633", + "weight": "2.7", + "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, + "low_alchemy": "768", + "high_alchemy": "1152", + "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, + "low_alchemy": "768", + "high_alchemy": "1152", + "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, + "low_alchemy": "2", + "high_alchemy": "3", + "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, + "low_alchemy": "460", + "high_alchemy": "691", + "weight": "3.6", + "absorb": "1,0,2", + "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, + "low_alchemy": "652", + "high_alchemy": "979", + "weight": "5.4", + "absorb": "1,0,2", + "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", + "low_alchemy": "24", + "high_alchemy": "36", + "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", + "low_alchemy": "24", + "high_alchemy": "36", + "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", + "low_alchemy": "4", + "tradeable": "false", + "high_alchemy": "6", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "80", + "high_alchemy": "121", + "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", + "low_alchemy": "80", + "high_alchemy": "121", + "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", + "low_alchemy": "80", + "high_alchemy": "121", + "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", + "low_alchemy": "80", + "high_alchemy": "121", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "3", + "high_alchemy": "4", + "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", + "low_alchemy": "140", + "high_alchemy": "210", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "weight": "3", + "archery_ticket_price": "0", + "id": "6712" + }, + { + "examine": "A heavy metal wrench.", + "durability": null, + "name": "Wrench", + "low_alchemy": "2", + "high_alchemy": "3", + "archery_ticket_price": "0", + "id": "6713" + }, + { + "examine": "A shining paragon of wrenchly virtue.", + "durability": null, + "name": "Holy wrench", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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, + "low_alchemy": "3200", + "high_alchemy": "4800", + "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 [type of 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" + }, + { + "ge_buy_limit": "10", + "examine": "A mysterious ring that can fill the wearer with magical power...", + "rare_item": "true", + "durability": null, + "low_alchemy": "4000", + "high_alchemy": "6000", + "equipment_slot": "12", + "lendable": "true", + "grand_exchange_price": "478800", + "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" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "478800", + "durability": null, + "name": "Seers ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6732" + }, + { + "ge_buy_limit": "10", + "examine": "A fabled ring that improves the wearer's skill with a bow...", + "rare_item": "true", + "durability": null, + "low_alchemy": "4000", + "high_alchemy": "6000", + "equipment_slot": "12", + "lendable": "true", + "grand_exchange_price": "1400000", + "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" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1400000", + "durability": null, + "name": "Archers ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6734" + }, + { + "ge_buy_limit": "10", + "examine": "A legendary ring once worn by Fremennik warriors.", + "rare_item": "true", + "durability": null, + "low_alchemy": "4000", + "high_alchemy": "6000", + "equipment_slot": "12", + "lendable": "true", + "grand_exchange_price": "178100", + "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" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "178100", + "durability": null, + "name": "Warrior ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6736" + }, + { + "ge_buy_limit": "10", + "examine": "A ring reputed to bring out a berserk fury in its wearer.", + "rare_item": "true", + "durability": null, + "low_alchemy": "4000", + "high_alchemy": "6000", + "equipment_slot": "12", + "lendable": "true", + "grand_exchange_price": "2700000", + "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" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "2700000", + "durability": null, + "name": "Berserker ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6738" + }, + { + "requirements": "{0,60}-{8,61}", + "ge_buy_limit": "10", + "examine": "A very powerful hatchet.", + "has_special": "true", + "rare_item": "true", + "durability": null, + "low_alchemy": "22000", + "high_alchemy": "33000", + "weapon_interface": "2", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,395,395", + "grand_exchange_price": "813100", + "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", + "low_alchemy": "160", + "high_alchemy": "160", + "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, + "low_alchemy": "20", + "high_alchemy": "30", + "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, + "low_alchemy": "200", + "high_alchemy": "300", + "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", + "low_alchemy": "16", + "high_alchemy": "24", + "archery_ticket_price": "0", + "id": "6750", + "equipment_slot": "4" + }, + { + "examine": "A desert robe stained black with mushroom ink.", + "durability": null, + "name": "Black desert robe", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "250", + "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, + "high_alchemy": "375", + "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", + "low_alchemy": "250", + "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, + "high_alchemy": "375", + "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", + "low_alchemy": "250", + "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, + "high_alchemy": "375", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "3", + "high_alchemy": "4", + "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, + "low_alchemy": "26400", + "high_alchemy": "39600", + "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 [type of 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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "240", + "high_alchemy": "360", + "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.", + "durability": null, + "low_alchemy": "200", + "high_alchemy": "300", + "weight": "1", + "equipment_slot": "5", + "grand_exchange_price": "3800000", + "name": "Mage's book", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6889", + "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0" + }, + { + "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, + "low_alchemy": "480", + "high_alchemy": "720", + "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" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "821", + "examine": "An apprentice level wand.", + "walk_anim": "1146", + "low_alchemy": "600", + "turn90ccw_anim": "822", + "turn180_anim": "820", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "82000", + "stand_anim": "809", + "tradeable": "true", + "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", + "requirements": "{6,50}", + "shop_price": "606060060", + "durability": null, + "high_alchemy": "900", + "weapon_interface": "1", + "render_anim": "1426", + "name": "Apprentice wand" + }, + { + "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, + "low_alchemy": "800", + "high_alchemy": "1200", + "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" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "821", + "examine": "A master level wand.", + "walk_anim": "1146", + "low_alchemy": "1000", + "turn90ccw_anim": "822", + "turn180_anim": "820", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "1700000", + "stand_anim": "8980", + "tradeable": "true", + "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", + "requirements": "{6,60}", + "durability": null, + "high_alchemy": "1500", + "weight": "0.1", + "weapon_interface": "1", + "render_anim": "1426", + "name": "Master wand" + }, + { + "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, + "low_alchemy": "56000", + "high_alchemy": "84000", + "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, + "low_alchemy": "6800", + "high_alchemy": "10200", + "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, + "low_alchemy": "4800", + "high_alchemy": "7200", + "destroy": "true", + "weight": "0.4", + "equipment_slot": "10", + "grand_exchange_price": "1200000", + "name": "Infinity boots", + "tradeable": "false", + "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.", + "durability": null, + "low_alchemy": "4800", + "high_alchemy": "7200", + "weight": "0.4", + "equipment_slot": "9", + "grand_exchange_price": "1900000", + "name": "Infinity gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6922", + "bonuses": "0,0,0,5,0,0,0,0,5,0,0,0,0,0,0" + }, + { + "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, + "low_alchemy": "36000", + "high_alchemy": "54000", + "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, + "low_alchemy": "8", + "high_alchemy": "12", + "destroy": "true", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "919", + "name": "Cape", + "tradeable": "false", + "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", + "low_alchemy": "10", + "high_alchemy": "15", + "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", + "low_alchemy": "10", + "high_alchemy": "15", + "archery_ticket_price": "0", + "id": "6962" + }, + { + "examine": "A freshly made roll.", + "durability": null, + "name": "Roll", + "low_alchemy": "10", + "high_alchemy": "15", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "6963" + }, + { + "bankable": "false", + "examine": "100,000 or more: \"X x coins\" where X is the exact number of coins in the stack.", + "durability": null, + "name": "Coins", + "archery_ticket_price": "0", + "id": "6964" + }, + { + "examine": "A freshly made square sandwich.", + "durability": null, + "name": "Square sandwich", + "low_alchemy": "10", + "high_alchemy": "15", + "archery_ticket_price": "0", + "id": "6965" + }, + { + "examine": "Makes the wearer pretty intimidating.", + "durability": null, + "low_alchemy": "40000", + "high_alchemy": "60000", + "weight": "1.3", + "absorb": "2,0,4", + "lendable": "true", + "grand_exchange_price": "61200", + "name": "Dragon med helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6967", + "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", + "low_alchemy": "120", + "high_alchemy": "180", + "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", + "low_alchemy": "5", + "high_alchemy": "8", + "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.", + "durability": null, + "low_alchemy": "52", + "high_alchemy": "78", + "weight": "2.2", + "equipment_slot": "5", + "grand_exchange_price": "466", + "name": "Unlit bug lantern", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7051" + }, + { + "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", + "low_alchemy": "52", + "high_alchemy": "78", + "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", + "low_alchemy": "5", + "high_alchemy": "7", + "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", + "low_alchemy": "4", + "high_alchemy": "7", + "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", + "low_alchemy": "18", + "high_alchemy": "27", + "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", + "low_alchemy": "45", + "high_alchemy": "67", + "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", + "low_alchemy": "5", + "high_alchemy": "7", + "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", + "low_alchemy": "4", + "high_alchemy": "7", + "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", + "low_alchemy": "18", + "high_alchemy": "27", + "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", + "low_alchemy": "45", + "high_alchemy": "67", + "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", + "low_alchemy": "3", + "high_alchemy": "4", + "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", + "low_alchemy": "3", + "high_alchemy": "5", + "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", + "low_alchemy": "2", + "high_alchemy": "4", + "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", + "low_alchemy": "3", + "high_alchemy": "4", + "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", + "low_alchemy": "3", + "high_alchemy": "4", + "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", + "low_alchemy": "16", + "high_alchemy": "25", + "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", + "low_alchemy": "16", + "high_alchemy": "25", + "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", + "low_alchemy": "2", + "high_alchemy": "4", + "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", + "low_alchemy": "41", + "high_alchemy": "62", + "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", + "low_alchemy": "3", + "high_alchemy": "5", + "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", + "durability": null, + "name": "Stripy pirate shirt", + "tradeable": "true", + "low_alchemy": "120", + "high_alchemy": "180", + "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.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "0.1", + "equipment_slot": "0", + "grand_exchange_price": "714", + "name": "Pirate bandana", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7112" + }, + { + "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.", + "durability": null, + "low_alchemy": "140", + "high_alchemy": "210", + "weight": "4", + "equipment_slot": "10", + "grand_exchange_price": "2530", + "name": "Pirate boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7114" + }, + { + "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", + "durability": null, + "name": "Pirate leggings", + "tradeable": "true", + "low_alchemy": "140", + "high_alchemy": "210", + "archery_ticket_price": "0", + "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", + "durability": null, + "name": "Stripy pirate shirt", + "tradeable": "true", + "low_alchemy": "120", + "high_alchemy": "180", + "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.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "0.1", + "equipment_slot": "0", + "grand_exchange_price": "340", + "name": "Pirate bandana", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7124" + }, + { + "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", + "durability": null, + "name": "Pirate leggings", + "tradeable": "true", + "low_alchemy": "140", + "high_alchemy": "210", + "archery_ticket_price": "0", + "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", + "durability": null, + "name": "Stripy pirate shirt", + "tradeable": "true", + "low_alchemy": "120", + "high_alchemy": "180", + "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.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "0.1", + "equipment_slot": "0", + "grand_exchange_price": "154", + "name": "Pirate bandana", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7130" + }, + { + "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", + "durability": null, + "name": "Pirate leggings", + "tradeable": "true", + "low_alchemy": "140", + "high_alchemy": "210", + "archery_ticket_price": "0", + "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", + "durability": null, + "name": "Stripy pirate shirt", + "tradeable": "true", + "low_alchemy": "120", + "high_alchemy": "180", + "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.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "0.1", + "equipment_slot": "0", + "grand_exchange_price": "469", + "name": "Pirate bandana", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7136" + }, + { + "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", + "durability": null, + "name": "Pirate leggings", + "tradeable": "true", + "low_alchemy": "140", + "high_alchemy": "210", + "archery_ticket_price": "0", + "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, + "low_alchemy": "1024", + "high_alchemy": "1536", + "weight": "1.8", + "attack_speed": "4", + "weapon_interface": "6", + "equipment_slot": "3", + "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, + "low_alchemy": "416", + "high_alchemy": "624", + "weight": "1", + "attack_speed": "4", + "weapon_interface": "6", + "equipment_slot": "3", + "name": "Harry's cutlass", + "archery_ticket_price": "0", + "id": "7141", + "bonuses": "3,14,0,-5,0,4,4,4,0,0,0,22,0,0,0" + }, + { + "shop_price": "25600", + "examine": "The very butcher of a silk button.", + "durability": null, + "low_alchemy": "10240", + "high_alchemy": "15360", + "weight": "1", + "attack_speed": "4", + "weapon_interface": "5", + "render_anim": "2622", + "equipment_slot": "3", + "name": "Rapier", + "archery_ticket_price": "0", + "id": "7142", + "bonuses": "45,7,-2,0,0,0,1,0,0,0,0,44,0,0,0" + }, + { + "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", + "low_alchemy": "7", + "high_alchemy": "10", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "88000", + "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, + "high_alchemy": "132000", + "weight": "3", + "weapon_interface": "7", + "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, + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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": "All the good of the earth.", + "grand_exchange_price": "77", + "durability": null, + "name": "Part mud pie", + "tradeable": "true", + "low_alchemy": "21", + "high_alchemy": "32", + "archery_ticket_price": "0", + "id": "7164" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "77", + "durability": null, + "name": "Part mud pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7165" + }, + { + "shop_price": "54", + "ge_buy_limit": "1000", + "examine": "All the good of the earth.", + "grand_exchange_price": "284", + "durability": null, + "name": "Part mud pie", + "tradeable": "true", + "low_alchemy": "21", + "high_alchemy": "32", + "archery_ticket_price": "0", + "id": "7166" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "284", + "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", + "low_alchemy": "10", + "high_alchemy": "16", + "archery_ticket_price": "0", + "id": "7168" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1625", + "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, + "low_alchemy": "21", + "high_alchemy": "32", + "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", + "durability": null, + "name": "Mud pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7171" + }, + { + "ge_buy_limit": "1000", + "examine": "What I wouldn't give for a good steak about now...", + "grand_exchange_price": "94", + "durability": null, + "name": "Part garden pie", + "tradeable": "true", + "low_alchemy": "36", + "high_alchemy": "54", + "archery_ticket_price": "0", + "id": "7172" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "94", + "durability": null, + "name": "Part garden pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7173" + }, + { + "ge_buy_limit": "1000", + "examine": "What I wouldn't give for a good steak about now...", + "grand_exchange_price": "150", + "durability": null, + "name": "Part garden pie", + "tradeable": "true", + "low_alchemy": "36", + "high_alchemy": "54", + "archery_ticket_price": "0", + "id": "7174" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "150", + "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", + "low_alchemy": "4", + "high_alchemy": "7", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7176" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1052", + "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", + "low_alchemy": "36", + "high_alchemy": "54", + "archery_ticket_price": "0", + "id": "7178" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1667", + "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", + "low_alchemy": "36", + "high_alchemy": "54", + "archery_ticket_price": "0", + "id": "7180" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "442", + "durability": null, + "name": "Half a garden pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7181" + }, + { + "ge_buy_limit": "1000", + "examine": "Bounty of the sea.", + "grand_exchange_price": "51", + "durability": null, + "name": "Part fish pie", + "tradeable": "true", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "7182" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "51", + "durability": null, + "name": "Part fish pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7183" + }, + { + "ge_buy_limit": "1000", + "examine": "Bounty of the sea.", + "grand_exchange_price": "691", + "durability": null, + "name": "Part fish pie", + "tradeable": "true", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "7184" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "691", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7186" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1198", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "7188" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "121", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "7190" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "56", + "durability": null, + "name": "Half a fish pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7191" + }, + { + "ge_buy_limit": "1000", + "examine": "Much tastier than a normal fish pie.", + "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", + "durability": null, + "name": "Part admiral pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7193" + }, + { + "ge_buy_limit": "1000", + "examine": "Much tastier than a normal fish pie.", + "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", + "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", + "low_alchemy": "62", + "high_alchemy": "93", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7196" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1813", + "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", + "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", + "durability": null, + "name": "Half an admiral pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7201" + }, + { + "ge_buy_limit": "1000", + "examine": "A triumph of man over nature.", + "grand_exchange_price": "126", + "durability": null, + "name": "Part wild pie", + "tradeable": "true", + "low_alchemy": "72", + "high_alchemy": "108", + "archery_ticket_price": "0", + "id": "7202" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "126", + "durability": null, + "name": "Part wild pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7203" + }, + { + "ge_buy_limit": "1000", + "examine": "A triumph of man over nature.", + "grand_exchange_price": "1116", + "durability": null, + "name": "Part wild pie", + "tradeable": "true", + "low_alchemy": "72", + "high_alchemy": "108", + "archery_ticket_price": "0", + "id": "7204" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1116", + "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", + "low_alchemy": "36", + "high_alchemy": "54", + "archery_ticket_price": "0", + "id": "7206" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "3787", + "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", + "low_alchemy": "72", + "high_alchemy": "108", + "archery_ticket_price": "0", + "id": "7208" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1322", + "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", + "low_alchemy": "72", + "high_alchemy": "108", + "archery_ticket_price": "0", + "id": "7210" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "112", + "durability": null, + "name": "Half a wild pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7211" + }, + { + "ge_buy_limit": "1000", + "examine": "All the fruits of a very small forest.", + "grand_exchange_price": "495", + "durability": null, + "name": "Part summer pie", + "tradeable": "true", + "low_alchemy": "56", + "high_alchemy": "84", + "archery_ticket_price": "0", + "id": "7212" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "495", + "durability": null, + "name": "Part summer pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7213" + }, + { + "ge_buy_limit": "1000", + "examine": "All the fruits of a very small forest.", + "grand_exchange_price": "980", + "durability": null, + "name": "Part summer pie", + "tradeable": "true", + "low_alchemy": "56", + "high_alchemy": "84", + "archery_ticket_price": "0", + "id": "7214" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "980", + "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", + "low_alchemy": "28", + "high_alchemy": "42", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7216" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "2577", + "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", + "low_alchemy": "56", + "high_alchemy": "84", + "archery_ticket_price": "0", + "id": "7218" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1288", + "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", + "low_alchemy": "56", + "high_alchemy": "84", + "archery_ticket_price": "0", + "id": "7220" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "430", + "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", + "low_alchemy": "7", + "high_alchemy": "11", + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "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", + "low_alchemy": "25", + "high_alchemy": "38", + "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", + "low_alchemy": "52", + "high_alchemy": "78", + "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", + "low_alchemy": "59", + "high_alchemy": "89", + "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "7237" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7238" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "7240" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "7242" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "7244" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "7246" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7247" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7248" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7249" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7250" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7251" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7252" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7253" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7254" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7255" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "7257" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "7259" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "7261" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "7263" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "7265" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "7267" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "7287" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "7289" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "7291" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "7293" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "7295" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7296" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7298" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7300" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7301" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7303" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7304" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "7306" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "7308" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "7310" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "7312" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "7314" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "7316" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "90", + "high_alchemy": "135", + "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", + "low_alchemy": "90", + "high_alchemy": "135", + "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", + "low_alchemy": "90", + "high_alchemy": "135", + "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", + "low_alchemy": "90", + "high_alchemy": "135", + "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", + "low_alchemy": "90", + "high_alchemy": "135", + "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", + "low_alchemy": "6", + "high_alchemy": "9", + "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", + "low_alchemy": "6", + "high_alchemy": "9", + "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", + "low_alchemy": "6", + "high_alchemy": "9", + "archery_ticket_price": "0", + "id": "7331" + }, + { + "requirements": "{1,10}", + "ge_buy_limit": "2", + "examine": "A black kitesheild with a heraldic design.", + "durability": null, + "low_alchemy": "652", + "high_alchemy": "979", + "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, + "low_alchemy": "2176", + "high_alchemy": "3264", + "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, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5.4", + "absorb": "3,0,7", + "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, + "low_alchemy": "6530", + "high_alchemy": "9795", + "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, + "low_alchemy": "2176", + "high_alchemy": "3264", + "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, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5.4", + "absorb": "3,0,7", + "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, + "low_alchemy": "652", + "high_alchemy": "979", + "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, + "low_alchemy": "2176", + "high_alchemy": "3264", + "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, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5", + "absorb": "3,0,7", + "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, + "low_alchemy": "652", + "high_alchemy": "979", + "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, + "low_alchemy": "2176", + "high_alchemy": "3264", + "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, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5", + "absorb": "3,0,7", + "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, + "low_alchemy": "652", + "high_alchemy": "979", + "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, + "low_alchemy": "2176", + "high_alchemy": "3264", + "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, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5", + "absorb": "3,0,7", + "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" + }, + { + "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, + "low_alchemy": "340", + "high_alchemy": "510", + "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, + "low_alchemy": "340", + "high_alchemy": "510", + "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, + "low_alchemy": "300", + "high_alchemy": "450", + "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, + "low_alchemy": "300", + "high_alchemy": "450", + "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", + "grand_exchange_price": "212400", + "durability": null, + "name": "D'hide body(g)", + "archery_ticket_price": "0", + "id": "7370", + "bonuses": "0,0,0,-15,15,40,32,45,20,40,40,0,0,0,0", + "equipment_slot": "4" + }, + { + "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", + "grand_exchange_price": "38800", + "durability": null, + "name": "D'hide body (t)", + "archery_ticket_price": "0", + "id": "7372", + "bonuses": "0,0,0,-15,15,40,32,45,20,40,40,0,0,0,0", + "equipment_slot": "4" + }, + { + "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,50}-{4,40}", + "ge_buy_limit": "2", + "grand_exchange_price": "6883", + "durability": null, + "name": "D'hide body (g)", + "archery_ticket_price": "0", + "id": "7374", + "bonuses": "0,0,0,-15,20,45,37,50,30,45,45,0,0,0,0", + "equipment_slot": "4" + }, + { + "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,50}-{4,40}", + "ge_buy_limit": "2", + "grand_exchange_price": "5268", + "durability": null, + "name": "D'hide body (t)", + "archery_ticket_price": "0", + "id": "7376", + "bonuses": "0,0,0,-15,20,45,37,50,30,45,45,0,0,0,0", + "equipment_slot": "4" + }, + { + "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", + "grand_exchange_price": "1300000", + "durability": null, + "name": "D'hide chaps (g)", + "archery_ticket_price": "0", + "id": "7378", + "bonuses": "0,0,0,-10,8,22,16,24,8,22,15,0,0,0,0", + "equipment_slot": "7" + }, + { + "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", + "grand_exchange_price": "304300", + "durability": null, + "name": "D'hide chaps (t)", + "archery_ticket_price": "0", + "id": "7380", + "bonuses": "0,0,0,-10,8,22,16,24,8,22,15,0,0,0,0", + "equipment_slot": "7" + }, + { + "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", + "grand_exchange_price": "21300", + "durability": null, + "name": "D'hide chaps (g)", + "archery_ticket_price": "0", + "id": "7382", + "bonuses": "0,0,0,-10,11,25,19,27,14,25,20,0,0,0,0", + "equipment_slot": "7" + }, + { + "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", + "grand_exchange_price": "2554", + "durability": null, + "name": "D'hide chaps (t)", + "archery_ticket_price": "0", + "id": "7384", + "bonuses": "0,0,0,-10,11,25,19,27,14,25,20,0,0,0,0", + "equipment_slot": "7" + }, + { + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "archery_ticket_price": "0", + "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" + }, + { + "ge_buy_limit": "2", + "examine": "I can practise magic better in this.", + "durability": null, + "low_alchemy": "6", + "high_alchemy": "9", + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "1200000", + "name": "Wizard robe (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7390", + "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1200000", + "durability": null, + "name": "Wizard robe (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7391" + }, + { + "ge_buy_limit": "2", + "examine": "I can do magic better in this.", + "durability": null, + "low_alchemy": "6", + "high_alchemy": "9", + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "244600", + "name": "Wizard robe (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7392", + "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0" + }, + { + "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", + "high_alchemy": "1", + "weight": "1", + "archery_ticket_price": "0", + "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", + "high_alchemy": "1", + "weight": "0.4", + "archery_ticket_price": "0", + "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,40}-{6,20}", + "ge_buy_limit": "2", + "examine": "Enchanted Wizards robes.", + "durability": null, + "low_alchemy": "32000", + "high_alchemy": "48000", + "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,40}-{6,20}", + "ge_buy_limit": "2", + "examine": "Enchanted Wizards robes.", + "durability": null, + "low_alchemy": "48000", + "high_alchemy": "72000", + "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,40}-{6,20}", + "ge_buy_limit": "2", + "examine": "A three pointed hat of magic.", + "durability": null, + "low_alchemy": "6000", + "high_alchemy": "9000", + "equipment_slot": "0", + "grand_exchange_price": "8845", + "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" + }, + { + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "archery_ticket_price": "0", + "id": "7404" + }, + { + "examine": "A number of chemical covered wooden logs.", + "durability": null, + "name": "Green logs", + "low_alchemy": "1", + "high_alchemy": "2", + "weight": "2", + "archery_ticket_price": "0", + "id": "7405" + }, + { + "examine": "A number of chemical covered wooden logs.", + "durability": null, + "name": "Blue logs", + "low_alchemy": "1", + "high_alchemy": "2", + "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, + "low_alchemy": "75000", + "high_alchemy": "75000", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "240", + "high_alchemy": "360", + "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", + "low_alchemy": "160", + "high_alchemy": "240", + "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, + "low_alchemy": "120", + "high_alchemy": "180", + "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, + "low_alchemy": "120", + "high_alchemy": "180", + "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, + "low_alchemy": "120", + "high_alchemy": "180", + "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, + "low_alchemy": "120", + "high_alchemy": "180", + "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, + "low_alchemy": "120", + "high_alchemy": "180", + "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, + "low_alchemy": "120", + "high_alchemy": "180", + "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, + "low_alchemy": "120", + "high_alchemy": "180", + "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, + "low_alchemy": "120", + "high_alchemy": "180", + "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, + "low_alchemy": "120", + "high_alchemy": "180", + "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, + "low_alchemy": "120", + "high_alchemy": "180", + "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, + "low_alchemy": "120", + "high_alchemy": "180", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "7432" + }, + { + "shop_price": "35", + "ge_buy_limit": "100", + "examine": "Spoooooon!", + "durability": null, + "low_alchemy": "14", + "high_alchemy": "21", + "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, + "low_alchemy": "20", + "high_alchemy": "30", + "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, + "low_alchemy": "130", + "high_alchemy": "195", + "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" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "7044", + "examine": "A large spatula... of doom!", + "walk_anim": "7046", + "low_alchemy": "768", + "turn90ccw_anim": "7043", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "7045", + "equipment_slot": "3", + "grand_exchange_price": "953", + "stand_anim": "7047", + "tradeable": "true", + "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", + "requirements": "{0,10}", + "shop_price": "1728", + "durability": null, + "high_alchemy": "1152", + "weight": "3.6", + "weapon_interface": "7", + "render_anim": "124", + "name": "Spatula" + }, + { + "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, + "low_alchemy": "664", + "high_alchemy": "996", + "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, + "low_alchemy": "1280", + "high_alchemy": "1920", + "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, + "low_alchemy": "5760", + "high_alchemy": "8640", + "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, + "low_alchemy": "3200", + "high_alchemy": "4800", + "attack_speed": "4", + "weapon_interface": "5", + "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", + "low_alchemy": "16600", + "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, + "high_alchemy": "24900", + "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, + "low_alchemy": "10240", + "high_alchemy": "15360", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "equipment_slot": "9" + }, + { + "shop_price": "100", + "examine": "A pair of bronze-coloured gloves.", + "durability": null, + "name": "Gloves", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "equipment_slot": "9" + }, + { + "shop_price": "325", + "examine": "A pair of iron-coloured gloves.", + "durability": null, + "name": "Gloves", + "low_alchemy": "100", + "high_alchemy": "150", + "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", + "equipment_slot": "9" + }, + { + "shop_price": "500", + "examine": "A pair of steel-coloured gloves.", + "durability": null, + "name": "Gloves", + "low_alchemy": "200", + "high_alchemy": "300", + "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", + "equipment_slot": "9" + }, + { + "shop_price": "1000", + "examine": "A pair of black-coloured gloves.", + "durability": null, + "name": "Gloves", + "low_alchemy": "400", + "high_alchemy": "600", + "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", + "equipment_slot": "9" + }, + { + "shop_price": "1500", + "examine": "A pair of mithril-coloured gloves.", + "durability": null, + "name": "Gloves", + "low_alchemy": "600", + "high_alchemy": "900", + "archery_ticket_price": "0", + "id": "7458", + "bonuses": "6,6,6,3,6,6,6,6,3,6,3,6,0,0,0", + "equipment_slot": "9" + }, + { + "shop_price": "2500", + "examine": "A pair of adamant-coloured gloves.", + "durability": null, + "name": "Gloves", + "low_alchemy": "1000", + "high_alchemy": "1500", + "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", + "equipment_slot": "9" + }, + { + "requirements": "{1,13}", + "shop_price": "5000", + "examine": "A pair of rune-coloured gloves.", + "durability": null, + "name": "Gloves", + "low_alchemy": "2000", + "high_alchemy": "3000", + "archery_ticket_price": "0", + "id": "7460", + "bonuses": "8,8,8,4,8,8,8,8,4,8,4,8,0,0,0", + "equipment_slot": "9" + }, + { + "requirements": "{1,41}", + "shop_price": "100000", + "examine": "A pair of dragon-coloured gloves.", + "durability": null, + "name": "Gloves", + "low_alchemy": "40000", + "high_alchemy": "60000", + "archery_ticket_price": "0", + "id": "7461", + "bonuses": "9,9,9,5,9,9,9,9,5,9,5,9,0,0,0", + "equipment_slot": "9" + }, + { + "requirements": "{1,41}", + "shop_price": "100000", + "examine": "A pair of Barrows-themed gloves.", + "durability": null, + "name": "Gloves", + "low_alchemy": "40000", + "high_alchemy": "60000", + "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", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "7508" + }, + { + "examine": "Hot: A strange looking cake. Cooled: Cool and heavy as a brick. Only for dwarf consumption.", + "durability": null, + "name": "Dwarven rock cake", + "weight": "8.5", + "archery_ticket_price": "0", + "id": "7509" + }, + { + "examine": "Hot: A strange looking cake. Cooled: 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", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "7511" + }, + { + "examine": "Previously a nice crispy loaf of bread. Now just kind of icky.", + "durability": null, + "name": "Soggy bread", + "low_alchemy": "2", + "high_alchemy": "3", + "archery_ticket_price": "0", + "id": "7512" + }, + { + "examine": "They clearly taste so much better this way!", + "durability": null, + "name": "Spicy maggots", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "7529" + }, + { + "examine": "Mmmm, reminds me of the seaside.", + "durability": null, + "name": "Cooked fishcake", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "4", + "tradeable": "false", + "high_alchemy": "6", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "7546" + }, + { + "examine": "A druid pouch.", + "durability": null, + "name": "Druid pouch", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "30", + "high_alchemy": "45", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "18", + "high_alchemy": "28", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "60", + "high_alchemy": "90", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "archery_ticket_price": "0", + "id": "7572", + "equipment_slot": "5" + }, + { + "examine": "Like monkey nuts only tchikier.", + "durability": null, + "name": "Tchiki monkey nuts", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "archery_ticket_price": "0", + "id": "7594", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "examine": "Smells pretty funky.", + "durability": null, + "name": "Zombie gloves", + "low_alchemy": "8", + "high_alchemy": "12", + "archery_ticket_price": "0", + "id": "7595", + "equipment_slot": "9" + }, + { + "shop_price": "160", + "examine": "Thrilling.", + "durability": null, + "name": "Zombie boots", + "low_alchemy": "8", + "high_alchemy": "12", + "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": "true", + "weapon_interface": "1", + "turn180_anim": "1206", + "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": "true", + "weapon_interface": "1", + "turn180_anim": "1206", + "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", + "low_alchemy": "400", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "stand_anim": "813", + "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", + "durability": null, + "high_alchemy": "600", + "destroy": "true", + "weight": "2", + "weapon_interface": "1", + "render_anim": "28", + "name": "Rod of ivandis(8)" + }, + { + "turn90cw_anim": "1207", + "examine": "A partialy charged rod.", + "walk_anim": "1205", + "has_special": "true", + "durability": null, + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "1", + "turn180_anim": "1206", + "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": "true", + "weapon_interface": "1", + "turn180_anim": "1206", + "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": "true", + "weapon_interface": "1", + "turn180_anim": "1206", + "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": "true", + "weapon_interface": "1", + "turn180_anim": "1206", + "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": "true", + "weapon_interface": "1", + "turn180_anim": "1206", + "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": "true", + "weapon_interface": "1", + "turn180_anim": "1206", + "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": "true", + "weapon_interface": "1", + "turn180_anim": "1206", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "durability": null, + "name": "Guthix balance(unf)", + "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", + "durability": null, + "name": "Guthix balance(unf)", + "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", + "durability": null, + "name": "Guthix balance(unf)", + "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", + "durability": null, + "name": "Guthix balance(unf)", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "1200", + "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, + "high_alchemy": "1800", + "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", + "render_anim": "2584", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Wooden shield", + "archery_ticket_price": "0", + "id": "7676", + "equipment_slot": "5" + }, + { + "examine": "It knows where the treasure is.", + "durability": null, + "name": "Treasure stone", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "7677" + }, + { + "shop_price": "160", + "examine": "You can use this to open the prize chest!", + "durability": null, + "name": "Prize key", + "weight": "1", + "archery_ticket_price": "0", + "id": "7678" + }, + { + "examine": "A good tool for bashing someone.", + "durability": null, + "name": "Pugel", + "archery_ticket_price": "0", + "two_handed": "true", + "id": "7679", + "weapon_interface": "14", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Pugel", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7680" + }, + { + "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", + "id": "7684", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Dart", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7685" + }, + { + "durability": null, + "name": "Bow and arrow", + "archery_ticket_price": "0", + "id": "7686", + "weapon_interface": "1", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Bow and arrow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7687" + }, + { + "examine": "The kettle is empty.", + "durability": null, + "name": "Kettle", + "archery_ticket_price": "0", + "id": "7688" + }, + { + "durability": null, + "name": "Kettle", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7689" + }, + { + "examine": "It's full of cold water.", + "durability": null, + "name": "Full kettle", + "archery_ticket_price": "0", + "id": "7690" + }, + { + "examine": "It's full of boiling water.", + "durability": null, + "name": "Hot kettle", + "archery_ticket_price": "0", + "id": "7691" + }, + { + "examine": "I'd really like a nice cup of tea.", + "durability": null, + "name": "Pot of tea (4)", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7692" + }, + { + "durability": null, + "name": "Pot of tea (4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7693" + }, + { + "examine": "I'd really like a nice cup of tea.", + "durability": null, + "name": "Pot of tea (3)", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7694" + }, + { + "durability": null, + "name": "Pot of tea (3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7695" + }, + { + "examine": "I'd really like a nice cup of tea.", + "durability": null, + "name": "Pot of tea (2)", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7696" + }, + { + "durability": null, + "name": "Pot of tea (2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7697" + }, + { + "examine": "I'd really like a nice cup of tea.", + "durability": null, + "name": "Pot of tea (1)", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7698" + }, + { + "durability": null, + "name": "Pot of tea (1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7699" + }, + { + "examine": "Add boiling water to make a tea.", + "durability": null, + "name": "Teapot with leaves", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7700" + }, + { + "durability": null, + "name": "Teapot with leaves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7701" + }, + { + "examine": "This teapot is empty.", + "durability": null, + "name": "Teapot", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "7702" + }, + { + "durability": null, + "name": "Teapot", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7703" + }, + { + "examine": "I'd really like a nice cup of tea.", + "durability": null, + "name": "Pot of tea (4)", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7704" + }, + { + "durability": null, + "name": "Pot of tea (4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7705" + }, + { + "examine": "I'd really like a nice cup of tea.", + "durability": null, + "name": "Pot of tea (3)", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7706" + }, + { + "durability": null, + "name": "Pot of tea (3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7707" + }, + { + "examine": "I'd really like a nice cup of tea.", + "durability": null, + "name": "Pot of tea (2)", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7708" + }, + { + "durability": null, + "name": "Pot of tea (2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7709" + }, + { + "examine": "I'd really like a nice cup of tea.", + "durability": null, + "name": "Pot of tea (1)", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7710" + }, + { + "durability": null, + "name": "Pot of tea (1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7711" + }, + { + "examine": "Add boiling water to make a tea.", + "durability": null, + "name": "Teapot with leaves", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7712" + }, + { + "durability": null, + "name": "Teapot with leaves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7713" + }, + { + "examine": "This teapot is empty.", + "durability": null, + "name": "Teapot", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "7714" + }, + { + "durability": null, + "name": "Teapot", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7715" + }, + { + "examine": "I'd really like a nice cup of tea.", + "durability": null, + "name": "Pot of tea (4)", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7716" + }, + { + "durability": null, + "name": "Pot of tea (4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7717" + }, + { + "examine": "I'd really like a nice cup of tea.", + "durability": null, + "name": "Pot of tea (3)", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7718" + }, + { + "durability": null, + "name": "Pot of tea (3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7719" + }, + { + "examine": "I'd really like a nice cup of tea.", + "durability": null, + "name": "Pot of tea (2)", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7720" + }, + { + "durability": null, + "name": "Pot of tea (2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7721" + }, + { + "examine": "I'd really like a nice cup of tea.", + "durability": null, + "name": "Pot of tea (1)", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7722" + }, + { + "durability": null, + "name": "Pot of tea (1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7723" + }, + { + "examine": "Add boiling water to make a tea.", + "durability": null, + "name": "Teapot with leaves", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7724" + }, + { + "durability": null, + "name": "Teapot with leaves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7725" + }, + { + "examine": "This teapot is empty.", + "durability": null, + "name": "Teapot", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "7726" + }, + { + "durability": null, + "name": "Teapot", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7727" + }, + { + "shop_price": "1", + "examine": "An empty cup.", + "grand_exchange_price": "7", + "durability": null, + "name": "Empty cup", + "tradeable": "true", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "7728" + }, + { + "durability": null, + "name": "Empty cup", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7729" + }, + { + "shop_price": "10", + "examine": "A nice cup of tea.", + "grand_exchange_price": "30", + "durability": null, + "name": "Cup of tea", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "7730" + }, + { + "shop_price": "10", + "examine": "A nice cup of tea.", + "grand_exchange_price": "30", + "durability": null, + "name": "Cup of tea", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "7731" + }, + { + "examine": "A porcelain cup.", + "durability": null, + "name": "Porcelain cup", + "archery_ticket_price": "0", + "id": "7732" + }, + { + "shop_price": "10", + "examine": "A nice cup of tea.", + "grand_exchange_price": "30", + "durability": null, + "name": "Cup of tea", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "7733" + }, + { + "shop_price": "10", + "examine": "A nice cup of tea.", + "grand_exchange_price": "30", + "durability": null, + "name": "Cup of tea", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "7734" + }, + { + "examine": "A porcelain cup.", + "durability": null, + "name": "Porcelain cup", + "archery_ticket_price": "0", + "id": "7735" + }, + { + "shop_price": "10", + "examine": "A nice cup of tea.", + "grand_exchange_price": "30", + "durability": null, + "name": "Cup of tea", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "7736" + }, + { + "shop_price": "10", + "examine": "A nice cup of tea.", + "grand_exchange_price": "30", + "durability": null, + "name": "Cup of tea", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "7737" + }, + { + "examine": "Mmm, how about a nice cup of tea?", + "durability": null, + "name": "Tea leaves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7738" + }, + { + "durability": null, + "name": "Tea leaves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7739" + }, + { + "examine": "A glass of frothy ale.", + "grand_exchange_price": "151", + "durability": null, + "name": "Beer", + "tradeable": "true", + "high_alchemy": "1", + "weight": "1", + "archery_ticket_price": "0", + "id": "7740" + }, + { + "durability": null, + "name": "Beer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7741" + }, + { + "shop_price": "1", + "examine": "I need to fill this with beer.", + "grand_exchange_price": "25", + "durability": null, + "name": "Beer glass", + "tradeable": "true", + "high_alchemy": "1", + "weight": "0.05", + "archery_ticket_price": "0", + "id": "7742" + }, + { + "durability": null, + "name": "Beer glass", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7743" + }, + { + "shop_price": "3", + "examine": "Probably the finest readily-available ale in Asgarnia.", + "grand_exchange_price": "131", + "durability": null, + "name": "Asgarnian ale", + "tradeable": "true", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "7744" + }, + { + "durability": null, + "name": "Asgarnian ale", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7745" + }, + { + "shop_price": "2", + "examine": "A glass of frothy ale.", + "grand_exchange_price": "569", + "durability": null, + "name": "Greenman's ale", + "tradeable": "true", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "7746" + }, + { + "durability": null, + "name": "Greenman's ale", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7747" + }, + { + "shop_price": "2", + "examine": "A glass of bitter.", + "grand_exchange_price": "523", + "durability": null, + "name": "Dragon bitter", + "tradeable": "true", + "high_alchemy": "1", + "weight": "1", + "archery_ticket_price": "0", + "id": "7748" + }, + { + "durability": null, + "name": "Dragon bitter", + "tradeable": "true", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "archery_ticket_price": "0", + "id": "7750" + }, + { + "durability": null, + "name": "Moonlight mead", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7751" + }, + { + "shop_price": "2", + "examine": "A glass of Cider", + "grand_exchange_price": "1539", + "durability": null, + "name": "Cider", + "tradeable": "true", + "high_alchemy": "1", + "weight": "1", + "archery_ticket_price": "0", + "id": "7752" + }, + { + "durability": null, + "name": "Cider", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7753" + }, + { + "examine": "A fruity, full-bodied ale.", + "grand_exchange_price": "2371", + "durability": null, + "name": "Chef's delight", + "tradeable": "true", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "7754" + }, + { + "durability": null, + "name": "Chef's delight", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7755" + }, + { + "durability": null, + "name": "Paintbrush", + "archery_ticket_price": "0", + "id": "7756", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Paintbrush", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7757" + }, + { + "examine": "A decent-enough weapon gone rusty.", + "durability": null, + "name": "Rusty sword", + "weight": "2", + "archery_ticket_price": "0", + "id": "7758", + "equipment_slot": "3" + }, + { + "ge_buy_limit": "100", + "examine": "Nice bit of crafting.", + "grand_exchange_price": "3140", + "durability": null, + "name": "Toy soldier", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7759" + }, + { + "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)", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7761" + }, + { + "durability": null, + "name": "Toy soldier (wound)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7762" + }, + { + "ge_buy_limit": "100", + "examine": "In inventory: Nice bit of crafting! When released: Nice bit of crafting that...", + "grand_exchange_price": "3236", + "durability": null, + "name": "Toy doll", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "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": "In inventory: Nice bit of crafting! When released: Nice bit of crafting that...", + "grand_exchange_price": "3289", + "durability": null, + "name": "Toy doll (wound)", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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.", + "grand_exchange_price": "2930", + "durability": null, + "name": "Clockwork cat", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "7771" + }, + { + "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", + "low_alchemy": "2000", + "high_alchemy": "3000", + "weight": "1", + "archery_ticket_price": "0", + "id": "7779" + }, + { + "examine": "A tome of learning that focuses on the Fishing skill.", + "durability": null, + "name": "Fishing tome", + "low_alchemy": "2000", + "high_alchemy": "3000", + "weight": "1", + "archery_ticket_price": "0", + "id": "7780" + }, + { + "examine": "A tome of learning that focuses on the Fishing skill.", + "durability": null, + "name": "Fishing tome", + "low_alchemy": "2000", + "high_alchemy": "3000", + "weight": "1", + "archery_ticket_price": "0", + "id": "7781" + }, + { + "examine": "A tome of learning that focuses on Agility.", + "durability": null, + "name": "Agility tome", + "low_alchemy": "2000", + "high_alchemy": "3000", + "weight": "1", + "archery_ticket_price": "0", + "id": "7782" + }, + { + "examine": "A tome of learning that focuses on Agility.", + "durability": null, + "name": "Agility tome", + "low_alchemy": "2000", + "high_alchemy": "3000", + "weight": "1", + "archery_ticket_price": "0", + "id": "7783" + }, + { + "examine": "A tome of learning that focuses on Agility.", + "durability": null, + "name": "Agility tome", + "low_alchemy": "2000", + "high_alchemy": "3000", + "weight": "1", + "archery_ticket_price": "0", + "id": "7784" + }, + { + "examine": "A tome of learning that focuses on the Thieving skill.", + "durability": null, + "name": "Thieving tome", + "low_alchemy": "2000", + "high_alchemy": "3000", + "weight": "1", + "archery_ticket_price": "0", + "id": "7785" + }, + { + "examine": "A tome of learning that focuses on the Thieving skill.", + "durability": null, + "name": "Thieving tome", + "low_alchemy": "2000", + "high_alchemy": "3000", + "weight": "1", + "archery_ticket_price": "0", + "id": "7786" + }, + { + "examine": "A tome of learning that focuses on the Thieving skill.", + "durability": null, + "name": "Thieving tome", + "low_alchemy": "2000", + "high_alchemy": "3000", + "weight": "1", + "archery_ticket_price": "0", + "id": "7787" + }, + { + "examine": "A tome of learning which focuses on the Slayer skill.", + "durability": null, + "name": "Slayer tome", + "low_alchemy": "2000", + "high_alchemy": "3000", + "weight": "1", + "archery_ticket_price": "0", + "id": "7788" + }, + { + "examine": "A tome of learning which focuses on the Slayer skill.", + "durability": null, + "name": "Slayer tome", + "low_alchemy": "2000", + "high_alchemy": "3000", + "weight": "1", + "archery_ticket_price": "0", + "id": "7789" + }, + { + "examine": "A tome of learning which focuses on the Slayer skill.", + "durability": null, + "name": "Slayer tome", + "low_alchemy": "2000", + "high_alchemy": "3000", + "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", + "low_alchemy": "2000", + "high_alchemy": "3000", + "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", + "low_alchemy": "2000", + "high_alchemy": "3000", + "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", + "low_alchemy": "2000", + "high_alchemy": "3000", + "weight": "1", + "archery_ticket_price": "0", + "id": "7793" + }, + { + "examine": "A tome of learning that focuses on Firemaking.", + "durability": null, + "name": "Firemaking tome", + "low_alchemy": "2000", + "high_alchemy": "3000", + "weight": "1", + "archery_ticket_price": "0", + "id": "7794" + }, + { + "examine": "A tome of learning that focuses on Firemaking.", + "durability": null, + "name": "Firemaking tome", + "low_alchemy": "2000", + "high_alchemy": "3000", + "weight": "1", + "archery_ticket_price": "0", + "id": "7795" + }, + { + "examine": "A tome of learning that focuses on Firemaking.", + "durability": null, + "name": "Firemaking tome", + "low_alchemy": "2000", + "high_alchemy": "3000", + "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", + "low_alchemy": "2000", + "high_alchemy": "3000", + "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", + "low_alchemy": "2000", + "high_alchemy": "3000", + "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", + "low_alchemy": "2000", + "high_alchemy": "3000", + "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", + "examine": "Scaly but not slimy!", + "grand_exchange_price": "1618", + "durability": null, + "name": "Snake hide", + "tradeable": "true", + "low_alchemy": "14", + "high_alchemy": "21", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7801" + }, + { + "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.", + "durability": null, + "name": "Yin yang amulet", + "archery_ticket_price": "0", + "id": "7803", + "equipment_slot": "2" + }, + { + "turn90cw_anim": "1207", + "walk_anim": "1205", + "durability": null, + "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" + }, + { + "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", + "equipment_slot": "3" + }, + { + "attack_anims": "395,395,395,395", + "examine": "A heavy duty axe.", + "durability": null, + "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", + "defence_anim": "397", + "equipment_slot": "3" + }, + { + "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", + "equipment_slot": "3" + }, + { + "turn90cw_anim": "1207", + "examine": "A heavy duty spear.", + "walk_anim": "1205", + "durability": null, + "turn90ccw_anim": "1208", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "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" + }, + { + "shop_price": "1", + "examine": "This wine clearly did not age well.", + "durability": null, + "name": "Jug of vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7810" + }, + { + "examine": "Well, this pot is certainly full of vinegar and no mistake.", + "durability": null, + "name": "Pot of vinegar", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "7811" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Goblin skull", + "archery_ticket_price": "0", + "id": "7812" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7813" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Goblin skull", + "archery_ticket_price": "0", + "id": "7814" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Bear ribs", + "archery_ticket_price": "0", + "id": "7815" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7816" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Bear ribs", + "archery_ticket_price": "0", + "id": "7817" + }, + { + "examine": "Unpolished: This needs a good polish.", + "durability": null, + "name": "Ram skull", + "archery_ticket_price": "0", + "id": "7818" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7819" + }, + { + "examine": "Unpolished: This needs a good polish.", + "durability": null, + "name": "Ram skull", + "archery_ticket_price": "0", + "id": "7820" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Unicorn bone", + "archery_ticket_price": "0", + "id": "7821" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7822" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Unicorn bone", + "archery_ticket_price": "0", + "id": "7823" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Giant rat bone", + "archery_ticket_price": "0", + "id": "7824" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7825" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Giant rat bone", + "archery_ticket_price": "0", + "id": "7826" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Giant bat wing", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7827" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7828" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Giant bat wing", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7829" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Wolf bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7830" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7831" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Wolf bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7832" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Bat wing", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7833" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7834" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Bat wing", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7835" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Rat bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7836" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7837" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Rat bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7838" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Baby dragon bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7839" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7840" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Baby dragon bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7841" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Ogre ribs", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7842" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7843" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Ogre ribs", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7844" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Jogre bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7845" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7846" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Jogre bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7847" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Zogre bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7848" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7849" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Zogre bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7850" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Mogre bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7851" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7852" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Mogre bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7853" + }, + { + "examine": "This needs a good polish./ This belongs in a museum!", + "durability": null, + "name": "Monkey paw", + "archery_ticket_price": "0", + "id": "7854" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7855" + }, + { + "examine": "This needs a good polish./ This belongs in a museum!", + "durability": null, + "name": "Monkey paw", + "archery_ticket_price": "0", + "id": "7856" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Dagannoth ribs", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7857" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7858" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Dagannoth ribs", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7859" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Snake spine", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7860" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7861" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Snake spine", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7862" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Zombie bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7863" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7864" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Zombie bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7865" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Werewolf bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7866" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7867" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Werewolf bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7868" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Moss giant bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7869" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7870" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Moss giant bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7871" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Fire giant bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7872" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7873" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Fire giant bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7874" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Ice giant ribs", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7875" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7876" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Ice giant ribs", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7877" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Terrorbird wing", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7878" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7879" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Terrorbird wing", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7880" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Ghoul bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7881" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7882" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Ghoul bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7883" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Troll bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7884" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7885" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Troll bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7886" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Seagull wing", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7887" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7888" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Seagull wing", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7889" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Undead cow ribs", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7890" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7891" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Undead cow ribs", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7892" + }, + { + "shop_price": "160", + "examine": "Unpolished: This needs a good polish. Polished: This bone belongs in a museum!", + "durability": null, + "name": "Experiment bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7893" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7894" + }, + { + "shop_price": "160", + "examine": "Unpolished: This needs a good polish. Polished: This bone belongs in a museum!", + "durability": null, + "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" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7897" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Rabbit bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7898" + }, + { + "examine": "Dirty:This bone needs a good polish.", + "durability": null, + "name": "Basilisk bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7899" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7900" + }, + { + "examine": "Dirty:This bone needs a good polish.", + "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": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7903" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Desert lizard bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7904" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Cave goblin skull", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7905" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7906" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Cave goblin skull", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7907" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Big frog leg", + "weight": "1", + "archery_ticket_price": "0", + "id": "7908" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7909" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Big frog leg", + "weight": "1", + "archery_ticket_price": "0", + "id": "7910" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Vulture wing", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7911" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7912" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Vulture wing", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7913" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Jackal bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7914" + }, + { + "examine": "See article", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7915" + }, + { + "examine": "This needs a good polish.", + "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, + "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" + }, + { + "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, + "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" + }, + { + "shop_price": "500", + "examine": "A very good vintage.", + "durability": null, + "name": "Bottle of wine", + "tradeable": "true", + "low_alchemy": "200", + "high_alchemy": "300", + "weight": "1", + "archery_ticket_price": "0", + "id": "7919" + }, + { + "durability": null, + "name": "Bottle of wine", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7920" + }, + { + "examine": "This one has clearly been taken down and passed around.", + "durability": null, + "name": "Empty wine bottle", + "high_alchemy": "1", + "weight": "1", + "archery_ticket_price": "0", + "id": "7921" + }, + { + "examine": "The money off voucher has expired.", + "durability": null, + "name": "Al kharid flyer", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "7922" + }, + { + "examine": "A ring given to you by the Easter Bunny.", + "durability": null, + "name": "Easter ring", + "archery_ticket_price": "0", + "id": "7927" + }, + { + "examine": "Happy Easter.", + "grand_exchange_price": "64747137", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "7928" + }, + { + "examine": "Happy Easter.", + "grand_exchange_price": "64747137", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "7929" + }, + { + "examine": "Happy Easter.", + "grand_exchange_price": "64747137", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "7930" + }, + { + "examine": "Happy Easter.", + "grand_exchange_price": "64747137", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "7931" + }, + { + "examine": "Happy Easter.", + "grand_exchange_price": "64747137", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "7932" + }, + { + "examine": "Happy Easter.", + "grand_exchange_price": "64747137", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "7933" + }, + { + "shop_price": "390", + "ge_buy_limit": "100", + "examine": "A field ration to help your wounds go away.", + "grand_exchange_price": "171", + "durability": null, + "name": "Field ration", + "tradeable": "true", + "low_alchemy": "120", + "high_alchemy": "180", + "archery_ticket_price": "0", + "id": "7934" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "171", + "durability": null, + "name": "Field ration", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7935" + }, + { + "shop_price": "1", + "ge_buy_limit": "25000", + "examine": "An uncharged Rune Stone of extra capability.", + "grand_exchange_price": "180", + "durability": null, + "name": "Pure essence", + "tradeable": "true", + "low_alchemy": "1", + "high_alchemy": "2", + "archery_ticket_price": "0", + "id": "7936" + }, + { + "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.", + "grand_exchange_price": "13600", + "durability": null, + "name": "Tortoise shell", + "tradeable": "true", + "low_alchemy": "400", + "high_alchemy": "600", + "weight": "6.8", + "archery_ticket_price": "0", + "id": "7939" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "13600", + "durability": null, + "name": "Tortoise shell", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7940" + }, + { + "examine": "A sturdy sheet of iron.", + "durability": null, + "name": "Iron sheet", + "low_alchemy": "12", + "high_alchemy": "18", + "weight": "1.75", + "archery_ticket_price": "0", + "id": "7941" + }, + { + "examine": "Perfect for storing. Not so good for eating.", + "durability": null, + "name": "Fresh monkfish", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "7942" + }, + { + "examine": "Perfect for storing. Not so good for eating.", + "durability": null, + "name": "Fresh monkfish", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "7943" + }, + { + "ge_buy_limit": "20000", + "examine": "I should try cooking this./Freshly caught. Needs cooking. (Fresh Monkfish)", + "grand_exchange_price": "618", + "durability": null, + "name": "Raw monkfish", + "tradeable": "true", + "low_alchemy": "92", + "high_alchemy": "138", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "7944" + }, + { + "ge_buy_limit": "20000", + "grand_exchange_price": "618", + "durability": null, + "name": "Raw monkfish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7945" + }, + { + "ge_buy_limit": "10000", + "examine": "A tasty fish.", + "grand_exchange_price": "617", + "durability": null, + "name": "Monkfish", + "tradeable": "true", + "low_alchemy": "92", + "high_alchemy": "138", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "7946" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "617", + "durability": null, + "name": "Monkfish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7947" + }, + { + "durability": null, + "name": "Burnt monkfish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7949" + }, + { + "examine": "A highly portable army of skeletal magic.", + "durability": null, + "name": "Bone seeds", + "archery_ticket_price": "0", + "id": "7950" + }, + { + "shop_price": "160", + "examine": "A book taken from the desk of Herman Caranos.", + "durability": null, + "name": "Herman's book", + "tradeable": "false", + "destroy": "true", + "weight": "0.09", + "archery_ticket_price": "0", + "id": "7951" + }, + { + "examine": "Useless without the head.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7952", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7953" + }, + { + "durability": null, + "name": "Burnt shrimp", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7955" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "7956" + }, + { + "shop_price": "2", + "examine": "A mostly clean apron.", + "grand_exchange_price": "169", + "durability": null, + "name": "White apron", + "tradeable": "true", + "high_alchemy": "1", + "weight": "0.45", + "archery_ticket_price": "0", + "id": "7957" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A prop for holding up a tunnel roof.", + "durability": null, + "name": "Mining prop", + "low_alchemy": "4", + "tradeable": "false", + "high_alchemy": "6", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7958" + }, + { + "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, + "name": "Heavy box", + "low_alchemy": "4", + "tradeable": "false", + "high_alchemy": "6", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7959" + }, + { + "examine": "It says 'To the dungeons' on the side.", + "durability": null, + "name": "Empty box", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "7960" + }, + { + "examine": "A diary with one/two/three/four/five page(s).", + "durability": null, + "name": "Burnt diary", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "7961" + }, + { + "examine": "A diary with one/two/three/four/five page(s).", + "durability": null, + "name": "Burnt diary", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "7962" + }, + { + "examine": "A diary with one/two/three/four/five page(s).", + "durability": null, + "name": "Burnt diary", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "7963" + }, + { + "examine": "A diary with one/two/three/four/five page(s).", + "durability": null, + "name": "Burnt diary", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "7964" + }, + { + "examine": "A diary with one/two/three/four/five page(s).", + "durability": null, + "name": "Burnt diary", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "7965" + }, + { + "examine": "A dwarf-made coal engine. It looks very sturdy.", + "durability": null, + "name": "Engine", + "low_alchemy": "2", + "tradeable": "false", + "high_alchemy": "3", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7967" + }, + { + "examine": "A beam with a pulley attached.", + "durability": null, + "name": "Pulley beam", + "low_alchemy": "2", + "high_alchemy": "3", + "archery_ticket_price": "0", + "id": "7969" + }, + { + "examine": "A long beam with a pulley attached.", + "durability": null, + "name": "Long pulley beam", + "low_alchemy": "2", + "high_alchemy": "3", + "archery_ticket_price": "0", + "id": "7970" + }, + { + "examine": "A very long beam with a pulley attached.", + "durability": null, + "name": "Longer pulley beam", + "low_alchemy": "2", + "high_alchemy": "3", + "archery_ticket_price": "0", + "id": "7971" + }, + { + "examine": "The manual for an AMCE Lift-In-A-Box.", + "durability": null, + "name": "Lift manual", + "low_alchemy": "2", + "tradeable": "false", + "high_alchemy": "3", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7972" + }, + { + "examine": "A wooden beam.", + "durability": null, + "name": "Beam", + "low_alchemy": "2", + "high_alchemy": "3", + "archery_ticket_price": "0", + "id": "7973" + }, + { + "durability": null, + "name": "Crawling hand", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "7975" + }, + { + "examine": "I should get it stuffed!", + "durability": null, + "name": "Cockatrice head", + "low_alchemy": "800", + "tradeable": "false", + "high_alchemy": "1200", + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "7976" + }, + { + "examine": "I should get it stuffed!", + "durability": null, + "name": "Basilisk head", + "low_alchemy": "1600", + "tradeable": "false", + "high_alchemy": "2400", + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "7977" + }, + { + "examine": "I should get it stuffed!", + "durability": null, + "name": "Kurask head", + "low_alchemy": "2400", + "tradeable": "false", + "high_alchemy": "3600", + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "7978" + }, + { + "examine": "I should get it stuffed!", + "durability": null, + "name": "Abyssal head", + "low_alchemy": "4800", + "tradeable": "false", + "high_alchemy": "7200", + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "7979" + }, + { + "examine": "I should get it stuffed!", + "durability": null, + "name": "Kbd heads", + "low_alchemy": "20000", + "tradeable": "false", + "high_alchemy": "30000", + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "7980" + }, + { + "examine": "I should get it stuffed!", + "durability": null, + "name": "Kq head", + "archery_ticket_price": "0", + "id": "7981" + }, + { + "durability": null, + "name": "Crawling hand", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "7982" + }, + { + "examine": "I should get it stuffed!", + "durability": null, + "name": "Cockatrice head", + "low_alchemy": "800", + "tradeable": "false", + "high_alchemy": "1200", + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "7983" + }, + { + "examine": "I should get it stuffed!", + "durability": null, + "name": "Basilisk head", + "low_alchemy": "1600", + "tradeable": "false", + "high_alchemy": "2400", + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "7984" + }, + { + "examine": "I should get it stuffed!", + "durability": null, + "name": "Kurask head", + "low_alchemy": "2400", + "tradeable": "false", + "high_alchemy": "3600", + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "7985" + }, + { + "examine": "I should get it stuffed!", + "durability": null, + "name": "Abyssal head", + "low_alchemy": "4800", + "tradeable": "false", + "high_alchemy": "7200", + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "7986" + }, + { + "examine": "I should get it stuffed!", + "durability": null, + "name": "Kbd heads", + "low_alchemy": "20000", + "tradeable": "false", + "high_alchemy": "30000", + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "7987" + }, + { + "examine": "I should get it stuffed!", + "durability": null, + "name": "Kq head", + "archery_ticket_price": "0", + "id": "7988" + }, + { + "examine": "Whopper! I should get this stuffed!", + "durability": null, + "name": "Big bass", + "low_alchemy": "400", + "high_alchemy": "600", + "weight": "6", + "archery_ticket_price": "0", + "id": "7989" + }, + { + "examine": "Whopper! I should get this stuffed!", + "durability": null, + "name": "Big bass", + "low_alchemy": "400", + "high_alchemy": "600", + "weight": "6", + "archery_ticket_price": "0", + "id": "7990" + }, + { + "examine": "Whopper! I should get this stuffed!", + "durability": null, + "name": "Big swordfish", + "low_alchemy": "1000", + "high_alchemy": "1500", + "archery_ticket_price": "0", + "id": "7991" + }, + { + "examine": "Whopper! I should get this stuffed!", + "durability": null, + "name": "Big swordfish", + "low_alchemy": "1000", + "high_alchemy": "1500", + "archery_ticket_price": "0", + "id": "7992" + }, + { + "examine": "Its a monster! I should get this stuffed!", + "durability": null, + "name": "Big shark", + "low_alchemy": "2000", + "high_alchemy": "3000", + "weight": "0.7", + "archery_ticket_price": "0", + "id": "7993" + }, + { + "examine": "Its a monster! I should get this stuffed!", + "durability": null, + "name": "Big shark", + "low_alchemy": "2000", + "high_alchemy": "3000", + "weight": "0.7", + "archery_ticket_price": "0", + "id": "7994" + }, + { + "examine": "A portrait of King Arthur.", + "durability": null, + "name": "Arthur portrait", + "low_alchemy": "400", + "high_alchemy": "600", + "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", + "low_alchemy": "400", + "high_alchemy": "600", + "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", + "low_alchemy": "800", + "high_alchemy": "1200", + "archery_ticket_price": "0", + "id": "8000" + }, + { + "shop_price": "2000", + "examine": "The tropical coast of karamja.", + "durability": null, + "name": "Karamja painting", + "low_alchemy": "800", + "high_alchemy": "1200", + "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", + "low_alchemy": "1699", + "high_alchemy": "1700", + "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", + "low_alchemy": "1699", + "high_alchemy": "1700", + "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", + "low_alchemy": "1699", + "high_alchemy": "1700", + "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", + "tradeable": "true", + "low_alchemy": "1699", + "high_alchemy": "1700", + "archery_ticket_price": "0", + "id": "8010" + }, + { + "shop_price": "2500", + "ge_buy_limit": "1000", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "1511", + "durability": null, + "name": "Ardougne teleport", + "tradeable": "true", + "low_alchemy": "1699", + "high_alchemy": "1700", + "archery_ticket_price": "0", + "id": "8011" + }, + { + "shop_price": "2500", + "ge_buy_limit": "1000", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "1025", + "durability": null, + "name": "Watchtower t'port", + "tradeable": "true", + "low_alchemy": "1699", + "high_alchemy": "1700", + "archery_ticket_price": "0", + "id": "8012" + }, + { + "ge_buy_limit": "1000", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "1426", + "durability": null, + "name": "Teleport to house", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8013" + }, + { + "ge_buy_limit": "200", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "360", + "durability": null, + "name": "Bones to bananas", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8014" + }, + { + "ge_buy_limit": "200", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "620", + "durability": null, + "name": "Bones to peaches", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8015" + }, + { + "ge_buy_limit": "1000", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "343", + "durability": null, + "name": "Enchant sapphire", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8016" + }, + { + "ge_buy_limit": "1000", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "409", + "durability": null, + "name": "Enchant emerald", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8017" + }, + { + "ge_buy_limit": "1000", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "207", + "durability": null, + "name": "Enchant ruby", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8018" + }, + { + "ge_buy_limit": "1000", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "326", + "durability": null, + "name": "Enchant diamond", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8019" + }, + { + "ge_buy_limit": "1000", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "250", + "durability": null, + "name": "Enchant dragonstn.", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8020" + }, + { + "ge_buy_limit": "1000", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "31", + "durability": null, + "name": "Enchant onyx", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8021" + }, + { + "grand_exchange_price": "1918", + "durability": null, + "name": "Wooden bed", + "archery_ticket_price": "0", + "id": "8031" + }, + { + "grand_exchange_price": "1631", + "durability": null, + "name": "Oak bed", + "archery_ticket_price": "0", + "id": "8032" + }, + { + "grand_exchange_price": "1388", + "durability": null, + "name": "Large oak bed", + "archery_ticket_price": "0", + "id": "8033" + }, + { + "grand_exchange_price": "1376", + "durability": null, + "name": "Teak bed", + "archery_ticket_price": "0", + "id": "8034" + }, + { + "grand_exchange_price": "1996", + "durability": null, + "name": "Large teak bed", + "archery_ticket_price": "0", + "id": "8035" + }, + { + "grand_exchange_price": "1314", + "durability": null, + "name": "4-poster", + "archery_ticket_price": "0", + "id": "8036" + }, + { + "grand_exchange_price": "274779", + "durability": null, + "name": "Gilded 4-poster", + "archery_ticket_price": "0", + "id": "8037" + }, + { + "grand_exchange_price": "18", + "durability": null, + "name": "Shoe box", + "archery_ticket_price": "0", + "id": "8038" + }, + { + "grand_exchange_price": "42", + "durability": null, + "name": "Oak drawers", + "archery_ticket_price": "0", + "id": "8039" + }, + { + "grand_exchange_price": "1", + "durability": null, + "name": "Oak wardrobe", + "archery_ticket_price": "0", + "id": "8040" + }, + { + "grand_exchange_price": "126", + "durability": null, + "name": "Teak drawers", + "archery_ticket_price": "0", + "id": "8041" + }, + { + "grand_exchange_price": "12", + "durability": null, + "name": "Teak wardrobe", + "archery_ticket_price": "0", + "id": "8042" + }, + { + "grand_exchange_price": "102", + "durability": null, + "name": "Mahogany 'drobe", + "archery_ticket_price": "0", + "id": "8043" + }, + { + "grand_exchange_price": "139452", + "durability": null, + "name": "Gilded wardrobe", + "archery_ticket_price": "0", + "id": "8044" + }, + { + "grand_exchange_price": "510", + "durability": null, + "name": "Shaving stand", + "archery_ticket_price": "0", + "id": "8045" + }, + { + "grand_exchange_price": "449", + "durability": null, + "name": "Oak shaving stand", + "archery_ticket_price": "0", + "id": "8046" + }, + { + "grand_exchange_price": "147", + "durability": null, + "name": "Oak dresser", + "archery_ticket_price": "0", + "id": "8047" + }, + { + "grand_exchange_price": "478", + "durability": null, + "name": "Teak dresser", + "archery_ticket_price": "0", + "id": "8048" + }, + { + "grand_exchange_price": "456", + "durability": null, + "name": "Fancy teak dresser", + "archery_ticket_price": "0", + "id": "8049" + }, + { + "grand_exchange_price": "404", + "durability": null, + "name": "Mahogany dresser", + "archery_ticket_price": "0", + "id": "8050" + }, + { + "grand_exchange_price": "140594", + "durability": null, + "name": "Gilded dresser", + "archery_ticket_price": "0", + "id": "8051" + }, + { + "grand_exchange_price": "367", + "durability": null, + "name": "Oak clock", + "archery_ticket_price": "0", + "id": "8052" + }, + { + "grand_exchange_price": "552", + "durability": null, + "name": "Teak clock", + "archery_ticket_price": "0", + "id": "8053" + }, + { + "grand_exchange_price": "154310", + "durability": null, + "name": "Gilded clock", + "archery_ticket_price": "0", + "id": "8054" + }, + { + "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", + "id": "8085" + }, + { + "grand_exchange_price": "13", + "durability": null, + "name": "Wooden bench", + "archery_ticket_price": "0", + "id": "8108" + }, + { + "grand_exchange_price": "131", + "durability": null, + "name": "Oak bench", + "archery_ticket_price": "0", + "id": "8109" + }, + { + "grand_exchange_price": "1", + "durability": null, + "name": "Carved oak bench", + "archery_ticket_price": "0", + "id": "8110" + }, + { + "grand_exchange_price": "17", + "durability": null, + "name": "Teak dining bench", + "archery_ticket_price": "0", + "id": "8111" + }, + { + "grand_exchange_price": "2", + "durability": null, + "name": "Carved teak bench", + "archery_ticket_price": "0", + "id": "8112" + }, + { + "grand_exchange_price": "145", + "durability": null, + "name": "Mahogany bench", + "archery_ticket_price": "0", + "id": "8113" + }, + { + "grand_exchange_price": "531526", + "durability": null, + "name": "Gilded bench", + "archery_ticket_price": "0", + "id": "8114" + }, + { + "grand_exchange_price": "1", + "durability": null, + "name": "Wood dining table", + "archery_ticket_price": "0", + "id": "8115" + }, + { + "grand_exchange_price": "1", + "durability": null, + "name": "Oak dining table", + "archery_ticket_price": "0", + "id": "8116" + }, + { + "grand_exchange_price": "1", + "durability": null, + "name": "Carved oak table", + "archery_ticket_price": "0", + "id": "8117" + }, + { + "grand_exchange_price": "2", + "durability": null, + "name": "Teak table", + "archery_ticket_price": "0", + "id": "8118" + }, + { + "grand_exchange_price": "249", + "durability": null, + "name": "Carved teak table", + "archery_ticket_price": "0", + "id": "8119" + }, + { + "grand_exchange_price": "497", + "durability": null, + "name": "Mahogany table", + "archery_ticket_price": "0", + "id": "8120" + }, + { + "grand_exchange_price": "394177", + "durability": null, + "name": "Opulent table", + "archery_ticket_price": "0", + "id": "8121" + }, + { + "shop_price": "24", + "examine": "A candle.", + "grand_exchange_price": "104", + "durability": null, + "name": "Candles", + "tradeable": "true", + "low_alchemy": "1", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "8128" + }, + { + "durability": null, + "name": "Skeleton guard", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "8131" + }, + { + "examine": "He doesn't seem pleased to see me./Beware of the dog! (Construction)", + "durability": null, + "name": "Guard dog", + "archery_ticket_price": "0", + "id": "8132" + }, + { + "examine": "He doesn't look very welcoming.", + "durability": null, + "name": "Hobgoblin guard", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "8133" + }, + { + "examine": "Young but still dangerous.", + "durability": null, + "name": "Baby red dragon", + "archery_ticket_price": "0", + "id": "8134" + }, + { + "examine": "No spider could grow that big! It's unrealistic!", + "durability": null, + "name": "Huge spider", + "archery_ticket_price": "0", + "id": "8135" + }, + { + "examine": "(Level 122)", + "durability": null, + "name": "Hellhound", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "8137" + }, + { + "examine": "I don't think insect repellent will work...", + "durability": null, + "name": "Kalphite soldier", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "8139" + }, + { + "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", + "id": "8140" + }, + { + "examine": "Its scales seem to be made of steel.", + "durability": null, + "name": "Steel dragon", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "8142" + }, + { + "shop_price": "5000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Thorny hedge", + "tradeable": "true", + "low_alchemy": "2000", + "high_alchemy": "3000", + "archery_ticket_price": "0", + "id": "8203" + }, + { + "shop_price": "10000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Nice hedge", + "tradeable": "true", + "low_alchemy": "4000", + "high_alchemy": "6000", + "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", + "low_alchemy": "6000", + "high_alchemy": "9000", + "archery_ticket_price": "0", + "id": "8205" + }, + { + "shop_price": "20000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Topiary hedge", + "tradeable": "true", + "low_alchemy": "8000", + "high_alchemy": "12000", + "weight": "10", + "archery_ticket_price": "0", + "id": "8206" + }, + { + "shop_price": "25000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Fancy hedge", + "low_alchemy": "10000", + "high_alchemy": "15000", + "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", + "low_alchemy": "20000", + "high_alchemy": "30000", + "archery_ticket_price": "0", + "id": "8208" + }, + { + "examine": "Some rosemary.", + "grand_exchange_price": "20", + "durability": null, + "name": "Rosemary", + "tradeable": "true", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "8210" + }, + { + "examine": "A bunch of marigolds.", + "grand_exchange_price": "3862", + "durability": null, + "name": "Marigolds", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8214" + }, + { + "grand_exchange_price": "1", + "durability": null, + "name": "Beer barrel", + "archery_ticket_price": "0", + "id": "8239" + }, + { + "grand_exchange_price": "16860", + "durability": null, + "name": "Cider barrel", + "archery_ticket_price": "0", + "id": "8240" + }, + { + "shop_price": "3", + "examine": "Probably the finest readily-available ale in Asgarnia.", + "grand_exchange_price": "131", + "durability": null, + "name": "Asgarnian ale", + "tradeable": "true", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "8241" + }, + { + "shop_price": "2", + "examine": "A glass of frothy ale.", + "grand_exchange_price": "569", + "durability": null, + "name": "Greenman's ale", + "tradeable": "true", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "8244" + }, + { + "grand_exchange_price": "1", + "durability": null, + "name": "Wood kitchen table", + "archery_ticket_price": "0", + "id": "8246" + }, + { + "grand_exchange_price": "1", + "durability": null, + "name": "Oak kitchen table", + "archery_ticket_price": "0", + "id": "8247" + }, + { + "grand_exchange_price": "1", + "durability": null, + "name": "Teak kitchen table", + "archery_ticket_price": "0", + "id": "8248" + }, + { + "durability": null, + "name": "Crawling hand", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "8260" + }, + { + "examine": "I should get it stuffed!", + "durability": null, + "name": "Cockatrice head", + "low_alchemy": "800", + "tradeable": "false", + "high_alchemy": "1200", + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8261" + }, + { + "examine": "I should get it stuffed!", + "durability": null, + "name": "Basilisk head", + "low_alchemy": "1600", + "tradeable": "false", + "high_alchemy": "2400", + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8262" + }, + { + "examine": "I should get it stuffed!", + "durability": null, + "name": "Kurask head", + "low_alchemy": "2400", + "tradeable": "false", + "high_alchemy": "3600", + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8263" + }, + { + "examine": "I should get it stuffed!", + "durability": null, + "name": "Abyssal head", + "low_alchemy": "4800", + "tradeable": "false", + "high_alchemy": "7200", + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8264" + }, + { + "examine": "I should get it stuffed!", + "durability": null, + "name": "Kbd heads", + "low_alchemy": "20000", + "tradeable": "false", + "high_alchemy": "30000", + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8265" + }, + { + "examine": "I should get it stuffed!", + "durability": null, + "name": "Kq head", + "archery_ticket_price": "0", + "id": "8266" + }, + { + "durability": null, + "name": "Runite armour", + "archery_ticket_price": "0", + "id": "8272", + "absorb": "9,0,20", + "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0" + }, + { + "examine": "The magical sword 'Silverlight'. / The magical sword 'Silverlight', stained black with mushroom ink. (during Shadow of the Storm)", + "durability": null, + "name": "Silverlight", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "1.8", + "archery_ticket_price": "0", + "attack_speed": "5", + "id": "8279", + "bonuses": "9,14,-2,0,0,0,3,2,1,0,0,12,0,0,0" + }, + { + "examine": "This used to belong to King Arthur.", + "durability": null, + "name": "Excalibur", + "low_alchemy": "80", + "high_alchemy": "120", + "weight": "2.2", + "archery_ticket_price": "0", + "attack_speed": "5", + "id": "8280", + "bonuses": "20,29,-2,0,0,0,3,2,1,0,0,25,0,0,0" + }, + { + "examine": "The magical sword Silverlight, enhanced with the blood of Agrith-Naar.", + "durability": null, + "name": "Darklight", + "low_alchemy": "200", + "high_alchemy": "300", + "weight": "1.8", + "archery_ticket_price": "0", + "attack_speed": "5", + "id": "8281", + "bonuses": "10,16,-2,0,0,0,3,2,2,0,0,13,0,0,0" + }, + { + "examine": "This provides partial protection from dragon-breath attacks.", + "grand_exchange_price": "305", + "durability": null, + "name": "Anti-dragon shield", + "tradeable": "true", + "low_alchemy": "8", + "high_alchemy": "12", + "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" + }, + { + "examine": "A very powerful dragonstone amulet.", + "grand_exchange_price": "1", + "durability": null, + "name": "Amulet of glory", + "tradeable": "true", + "low_alchemy": "7050", + "high_alchemy": "10575", + "archery_ticket_price": "0", + "id": "8283", + "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,0,3,0" + }, + { + "shop_price": "450", + "examine": "The cape worn by members of the Legends Guild.", + "durability": null, + "name": "Cape of legends", + "low_alchemy": "180", + "high_alchemy": "270", + "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" + }, + { + "examine": "Legendary King of the Britons.", + "durability": null, + "name": "King arthur", + "archery_ticket_price": "0", + "id": "8285" + }, + { + "examine": "She looks concerned.", + "durability": null, + "name": "Elena", + "archery_ticket_price": "0", + "id": "8286" + }, + { + "examine": "It's full of pent-up aggression.", + "durability": null, + "name": "Rocnar", + "archery_ticket_price": "0", + "id": "8305" + }, + { + "grand_exchange_price": "1", + "durability": null, + "name": "Crude wooden chair", + "archery_ticket_price": "0", + "id": "8309" + }, + { + "grand_exchange_price": "50", + "durability": null, + "name": "Wooden chair", + "archery_ticket_price": "0", + "id": "8310" + }, + { + "grand_exchange_price": "1", + "durability": null, + "name": "Rocking chair", + "archery_ticket_price": "0", + "id": "8311" + }, + { + "grand_exchange_price": "1", + "durability": null, + "name": "Oak chair", + "archery_ticket_price": "0", + "id": "8312" + }, + { + "grand_exchange_price": "2", + "durability": null, + "name": "Oak armchair", + "archery_ticket_price": "0", + "id": "8313" + }, + { + "grand_exchange_price": "1", + "durability": null, + "name": "Teak armchair", + "archery_ticket_price": "0", + "id": "8314" + }, + { + "grand_exchange_price": "8", + "durability": null, + "name": "Mahogany armchair", + "archery_ticket_price": "0", + "id": "8315" + }, + { + "grand_exchange_price": "1", + "durability": null, + "name": "Wooden bookcase", + "archery_ticket_price": "0", + "id": "8319" + }, + { + "grand_exchange_price": "1", + "durability": null, + "name": "Oak bookcase", + "archery_ticket_price": "0", + "id": "8320" + }, + { + "grand_exchange_price": "52", + "durability": null, + "name": "Mahogany b'kcase", + "archery_ticket_price": "0", + "id": "8321" + }, + { + "requirements": "{5,22}", + "shop_price": "1000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Bagged dead tree", + "tradeable": "true", + "low_alchemy": "400", + "high_alchemy": "600", + "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", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Bagged nice tree", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8419" + }, + { + "durability": null, + "name": "Bagged nice tree", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8420" + }, + { + "requirements": "{15,22}", + "durability": null, + "name": "Bagged oak tree", + "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", + "examine": "You can plant this in your garden.", + "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", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Bagged maple tree", + "tradeable": "true", + "low_alchemy": "6000", + "high_alchemy": "9000", + "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", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Bagged yew tree", + "tradeable": "true", + "low_alchemy": "8000", + "high_alchemy": "12000", + "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", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Bagged magic tree", + "tradeable": "true", + "low_alchemy": "20000", + "high_alchemy": "30000", + "weight": "10", + "archery_ticket_price": "0", + "id": "8429" + }, + { + "durability": null, + "name": "Bagged magic tree", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8430" + }, + { + "shop_price": "1000", + "ge_buy_limit": "5000", + "examine": "You can plant this in your garden.", + "grand_exchange_price": "1345", + "durability": null, + "name": "Bagged plant 1", + "tradeable": "true", + "low_alchemy": "400", + "high_alchemy": "600", + "weight": "10", + "archery_ticket_price": "0", + "id": "8431" + }, + { + "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", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Bagged plant 2", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8433" + }, + { + "durability": null, + "name": "Bagged plant 2", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8434" + }, + { + "requirements": "{12,22}", + "shop_price": "10000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Bagged plant 3", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8435" + }, + { + "durability": null, + "name": "Bagged plant 3", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8436" + }, + { + "requirements": "{22,56}", + "shop_price": "5000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Thorny hedge", + "tradeable": "true", + "low_alchemy": "2000", + "high_alchemy": "3000", + "archery_ticket_price": "0", + "id": "8437" + }, + { + "durability": null, + "name": "Thorny hedge", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8438" + }, + { + "requirements": "{22,60}", + "shop_price": "10000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Nice hedge", + "tradeable": "true", + "low_alchemy": "4000", + "high_alchemy": "6000", + "archery_ticket_price": "0", + "id": "8439" + }, + { + "durability": null, + "name": "Nice hedge", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8440" + }, + { + "requirements": "{22,64}", + "shop_price": "15000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Small box hedge", + "tradeable": "true", + "low_alchemy": "6000", + "high_alchemy": "9000", + "archery_ticket_price": "0", + "id": "8441" + }, + { + "durability": null, + "name": "Small box hedge", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8442" + }, + { + "requirements": "{22,68}", + "shop_price": "20000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Topiary hedge", + "tradeable": "true", + "low_alchemy": "8000", + "high_alchemy": "12000", + "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", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Fancy hedge", + "low_alchemy": "10000", + "high_alchemy": "15000", + "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", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Tall fancy hedge", + "low_alchemy": "20000", + "high_alchemy": "30000", + "archery_ticket_price": "0", + "id": "8447" + }, + { + "durability": null, + "name": "Tall fancy hedge", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8448" + }, + { + "requirements": "{22,80}", + "durability": null, + "name": "Tall box hedge", + "archery_ticket_price": "0", + "id": "8449" + }, + { + "durability": null, + "name": "Tall box hedge", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8450" + }, + { + "requirements": "{22,66}", + "durability": null, + "name": "Bagged rosemary", + "archery_ticket_price": "0", + "id": "8451" + }, + { + "durability": null, + "name": "Bagged rosemary", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8452" + }, + { + "requirements": "{22,71}", + "shop_price": "10000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Bagged daffodils", + "tradeable": "true", + "low_alchemy": "4000", + "high_alchemy": "6000", + "archery_ticket_price": "0", + "id": "8453" + }, + { + "durability": null, + "name": "Bagged daffodils", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8454" + }, + { + "requirements": "{22,76}", + "shop_price": "15000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Bagged bluebells", + "tradeable": "true", + "low_alchemy": "6000", + "high_alchemy": "9000", + "archery_ticket_price": "0", + "id": "8455" + }, + { + "durability": null, + "name": "Bagged bluebells", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8456" + }, + { + "requirements": "{22,66}", + "shop_price": "5000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Bagged sunflower", + "tradeable": "true", + "low_alchemy": "2000", + "high_alchemy": "3000", + "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", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Bagged marigolds", + "tradeable": "true", + "low_alchemy": "4000", + "high_alchemy": "6000", + "archery_ticket_price": "0", + "id": "8459" + }, + { + "durability": null, + "name": "Bagged marigolds", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8460" + }, + { + "requirements": "{22,76}", + "shop_price": "15000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Bagged roses", + "tradeable": "true", + "low_alchemy": "6000", + "high_alchemy": "9000", + "weight": "10", + "archery_ticket_price": "0", + "id": "8461" + }, + { + "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", + "archery_ticket_price": "0", + "id": "8463" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8464", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8466", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8468", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8470", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8472", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8474", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8476", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8478", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8480", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8482", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8484", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8486", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8488", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8490", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8492", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8494", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Crude wooden chair", + "archery_ticket_price": "0", + "id": "8496" + }, + { + "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", + "durability": null, + "name": "Wooden chair", + "archery_ticket_price": "0", + "id": "8498" + }, + { + "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", + "durability": null, + "name": "Rocking chair", + "archery_ticket_price": "0", + "id": "8500" + }, + { + "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", + "durability": null, + "name": "Oak chair", + "archery_ticket_price": "0", + "id": "8502" + }, + { + "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", + "durability": null, + "name": "Oak armchair", + "archery_ticket_price": "0", + "id": "8504" + }, + { + "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", + "durability": null, + "name": "Teak armchair", + "archery_ticket_price": "0", + "id": "8506" + }, + { + "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", + "durability": null, + "name": "Mahogany armchair", + "archery_ticket_price": "0", + "id": "8508" + }, + { + "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", + "durability": null, + "name": "Wooden bookcase", + "archery_ticket_price": "0", + "id": "8510" + }, + { + "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", + "durability": null, + "name": "Oak bookcase", + "archery_ticket_price": "0", + "id": "8512" + }, + { + "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", + "durability": null, + "name": "Mahogany b'kcase", + "archery_ticket_price": "0", + "id": "8514" + }, + { + "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", + "durability": null, + "name": "Beer barrel", + "archery_ticket_price": "0", + "id": "8516" + }, + { + "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", + "durability": null, + "name": "Cider barrel", + "archery_ticket_price": "0", + "id": "8518" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "16900", + "durability": null, + "name": "Cider barrel", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8519" + }, + { + "shop_price": "3", + "ge_buy_limit": "100", + "examine": "Probably the finest readily-available ale in Asgarnia.", + "grand_exchange_price": "4586", + "durability": null, + "name": "Asgarnian ale", + "tradeable": "true", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "8520" + }, + { + "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 glass of frothy ale.", + "grand_exchange_price": "8875", + "durability": null, + "name": "Greenman's ale", + "tradeable": "true", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "8522" + }, + { + "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", + "ge_buy_limit": "100", + "examine": "A glass of bitter.", + "grand_exchange_price": "10300", + "durability": null, + "name": "Dragon bitter", + "tradeable": "true", + "high_alchemy": "1", + "weight": "1", + "archery_ticket_price": "0", + "id": "8524" + }, + { + "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 fruity, full-bodied ale.", + "grand_exchange_price": "48800", + "durability": null, + "name": "Chef's delight", + "tradeable": "true", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "8526" + }, + { + "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", + "durability": null, + "name": "Wood kitchen table", + "archery_ticket_price": "0", + "id": "8528" + }, + { + "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", + "durability": null, + "name": "Oak kitchen table", + "archery_ticket_price": "0", + "id": "8530" + }, + { + "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", + "durability": null, + "name": "Teak kitchen table", + "archery_ticket_price": "0", + "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", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8535" + }, + { + "durability": null, + "name": "Eagle lectern", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8537" + }, + { + "durability": null, + "name": "Demon lectern", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8539" + }, + { + "durability": null, + "name": "Teak eagle lectern", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8541" + }, + { + "durability": null, + "name": "Teak demon lectern", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8543" + }, + { + "durability": null, + "name": "Mahogany eagle", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8545" + }, + { + "durability": null, + "name": "Mahogany demon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8547" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Wood dining table", + "archery_ticket_price": "0", + "id": "8548" + }, + { + "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", + "durability": null, + "name": "Oak dining table", + "archery_ticket_price": "0", + "id": "8550" + }, + { + "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", + "durability": null, + "name": "Carved oak table", + "archery_ticket_price": "0", + "id": "8552" + }, + { + "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", + "durability": null, + "name": "Teak table", + "archery_ticket_price": "0", + "id": "8554" + }, + { + "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", + "durability": null, + "name": "Carved teak table", + "archery_ticket_price": "0", + "id": "8556" + }, + { + "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", + "durability": null, + "name": "Mahogany table", + "archery_ticket_price": "0", + "id": "8558" + }, + { + "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", + "durability": null, + "name": "Opulent table", + "archery_ticket_price": "0", + "id": "8560" + }, + { + "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", + "durability": null, + "name": "Wooden bench", + "archery_ticket_price": "0", + "id": "8562" + }, + { + "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", + "durability": null, + "name": "Oak bench", + "archery_ticket_price": "0", + "id": "8564" + }, + { + "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", + "durability": null, + "name": "Carved oak bench", + "archery_ticket_price": "0", + "id": "8566" + }, + { + "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", + "durability": null, + "name": "Teak dining bench", + "archery_ticket_price": "0", + "id": "8568" + }, + { + "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", + "durability": null, + "name": "Carved teak bench", + "archery_ticket_price": "0", + "id": "8570" + }, + { + "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", + "durability": null, + "name": "Mahogany bench", + "archery_ticket_price": "0", + "id": "8572" + }, + { + "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", + "durability": null, + "name": "Gilded bench", + "archery_ticket_price": "0", + "id": "8574" + }, + { + "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", + "durability": null, + "name": "Wooden bed", + "archery_ticket_price": "0", + "id": "8576" + }, + { + "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", + "durability": null, + "name": "Oak bed", + "archery_ticket_price": "0", + "id": "8578" + }, + { + "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", + "durability": null, + "name": "Large oak bed", + "archery_ticket_price": "0", + "id": "8580" + }, + { + "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", + "durability": null, + "name": "Teak bed", + "archery_ticket_price": "0", + "id": "8582" + }, + { + "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", + "durability": null, + "name": "Large teak bed", + "archery_ticket_price": "0", + "id": "8584" + }, + { + "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", + "durability": null, + "name": "4-poster", + "archery_ticket_price": "0", + "id": "8586" + }, + { + "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", + "durability": null, + "name": "Gilded 4-poster", + "archery_ticket_price": "0", + "id": "8588" + }, + { + "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", + "durability": null, + "name": "Oak clock", + "archery_ticket_price": "0", + "id": "8590" + }, + { + "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", + "durability": null, + "name": "Teak clock", + "archery_ticket_price": "0", + "id": "8592" + }, + { + "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", + "durability": null, + "name": "Gilded clock", + "archery_ticket_price": "0", + "id": "8594" + }, + { + "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", + "durability": null, + "name": "Shaving stand", + "archery_ticket_price": "0", + "id": "8596" + }, + { + "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", + "durability": null, + "name": "Oak shaving stand", + "archery_ticket_price": "0", + "id": "8598" + }, + { + "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", + "durability": null, + "name": "Oak dresser", + "archery_ticket_price": "0", + "id": "8600" + }, + { + "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", + "durability": null, + "name": "Teak dresser", + "archery_ticket_price": "0", + "id": "8602" + }, + { + "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", + "durability": null, + "name": "Fancy teak dresser", + "archery_ticket_price": "0", + "id": "8604" + }, + { + "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", + "durability": null, + "name": "Mahogany dresser", + "archery_ticket_price": "0", + "id": "8606" + }, + { + "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", + "durability": null, + "name": "Gilded dresser", + "archery_ticket_price": "0", + "id": "8608" + }, + { + "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", + "durability": null, + "name": "Shoe box", + "archery_ticket_price": "0", + "id": "8610" + }, + { + "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", + "durability": null, + "name": "Oak drawers", + "archery_ticket_price": "0", + "id": "8612" + }, + { + "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", + "durability": null, + "name": "Oak wardrobe", + "archery_ticket_price": "0", + "id": "8614" + }, + { + "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", + "durability": null, + "name": "Teak drawers", + "archery_ticket_price": "0", + "id": "8616" + }, + { + "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", + "durability": null, + "name": "Teak wardrobe", + "archery_ticket_price": "0", + "id": "8618" + }, + { + "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", + "durability": null, + "name": "Mahogany 'drobe", + "archery_ticket_price": "0", + "id": "8620" + }, + { + "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", + "durability": null, + "name": "Gilded wardrobe", + "archery_ticket_price": "0", + "id": "8622" + }, + { + "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", + "id": "8625" + }, + { + "durability": null, + "name": "Elemental sphere", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8627" + }, + { + "durability": null, + "name": "Crystal of power", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8629" + }, + { + "durability": null, + "name": "Globe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8631" + }, + { + "durability": null, + "name": "Ornamental globe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8633" + }, + { + "durability": null, + "name": "Lunar globe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8635" + }, + { + "durability": null, + "name": "Celestial globe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8637" + }, + { + "durability": null, + "name": "Armillary sphere", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8639" + }, + { + "durability": null, + "name": "Small orrery", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8641" + }, + { + "durability": null, + "name": "Large orrery", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8643" + }, + { + "durability": null, + "name": "Wooden telescope", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8645" + }, + { + "durability": null, + "name": "Teak telescope", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8647" + }, + { + "durability": null, + "name": "Mahogany 'scope", + "tradeable": "true", + "archery_ticket_price": "0", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "stand_turn_anim": "1426" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8682", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8684", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8686", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8688", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8690", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8692", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8694", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8696", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8698", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8700", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8702", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8704", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8706", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8708", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8710", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8712", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5.4", + "absorb": "3,0,7", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8714", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5.4", + "absorb": "3,0,7", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8716", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5.4", + "absorb": "3,0,7", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8718", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5.4", + "absorb": "3,0,7", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8720", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5.4", + "absorb": "3,0,7", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8722", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5.4", + "absorb": "3,0,7", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8724", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5.4", + "absorb": "3,0,7", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8726", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5.4", + "absorb": "3,0,7", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8728", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5.4", + "absorb": "3,0,7", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8730", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5.4", + "absorb": "3,0,7", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8732", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5.4", + "absorb": "3,0,7", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8734", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5.4", + "absorb": "3,0,7", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8736", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5.4", + "absorb": "3,0,7", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8738", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5.4", + "absorb": "3,0,7", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8740", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5.4", + "absorb": "3,0,7", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8742", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5.4", + "absorb": "3,0,7", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8744", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "340", + "high_alchemy": "510", + "weight": "5.4", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8746", + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" + }, + { + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "340", + "high_alchemy": "510", + "weight": "5.4", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8748", + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" + }, + { + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "340", + "high_alchemy": "510", + "weight": "5.4", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8750", + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" + }, + { + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "340", + "high_alchemy": "510", + "weight": "5.4", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8752", + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" + }, + { + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "340", + "high_alchemy": "510", + "weight": "5.4", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8754", + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" + }, + { + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "340", + "high_alchemy": "510", + "weight": "5.4", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8756", + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" + }, + { + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "340", + "high_alchemy": "510", + "weight": "5.4", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8758", + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" + }, + { + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "340", + "high_alchemy": "510", + "weight": "5.4", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8760", + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" + }, + { + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "340", + "high_alchemy": "510", + "weight": "5.4", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8762", + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" + }, + { + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "340", + "high_alchemy": "510", + "weight": "5.4", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8764", + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" + }, + { + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "340", + "high_alchemy": "510", + "weight": "5.4", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8766", + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" + }, + { + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "340", + "high_alchemy": "510", + "weight": "5.4", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8768", + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" + }, + { + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "340", + "high_alchemy": "510", + "weight": "5.4", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8770", + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" + }, + { + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "340", + "high_alchemy": "510", + "weight": "5.4", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8772", + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" + }, + { + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "340", + "high_alchemy": "510", + "weight": "5.4", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8774", + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" + }, + { + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "low_alchemy": "340", + "high_alchemy": "510", + "weight": "5.4", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8776", + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" + }, + { + "ge_buy_limit": "10000", + "examine": "A plank of sturdy oak.", + "grand_exchange_price": "660", + "durability": null, + "name": "Oak plank", + "tradeable": "true", + "low_alchemy": "100", + "high_alchemy": "150", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "8778" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "660", + "durability": null, + "name": "Oak plank", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8779" + }, + { + "shop_price": "500", + "ge_buy_limit": "10000", + "examine": "A plank of fine teak.", + "grand_exchange_price": "959", + "durability": null, + "name": "Teak plank", + "tradeable": "true", + "low_alchemy": "200", + "high_alchemy": "300", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "8780" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "959", + "durability": null, + "name": "Teak plank", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8781" + }, + { + "shop_price": "1500", + "ge_buy_limit": "10000", + "examine": "A plank of expensive mahogany.", + "grand_exchange_price": "2286", + "durability": null, + "name": "Mahogany plank", + "tradeable": "true", + "low_alchemy": "600", + "high_alchemy": "900", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "8782" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "2286", + "durability": null, + "name": "Mahogany plank", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8783" + }, + { + "shop_price": "130000", + "ge_buy_limit": "100", + "examine": "A very delicate sheet of gold.", + "grand_exchange_price": "133800", + "durability": null, + "name": "Gold leaf", + "tradeable": "true", + "low_alchemy": "52000", + "high_alchemy": "78000", + "weight": "1", + "archery_ticket_price": "0", + "id": "8784" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "133800", + "durability": null, + "name": "Gold leaf", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8785" + }, + { + "shop_price": "325000", + "ge_buy_limit": "100", + "examine": "A beautifully carved marble block.", + "grand_exchange_price": "324800", + "durability": null, + "name": "Marble block", + "tradeable": "true", + "low_alchemy": "130000", + "high_alchemy": "195000", + "weight": "13.6", + "archery_ticket_price": "0", + "id": "8786" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "324800", + "durability": null, + "name": "Marble block", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8787" + }, + { + "shop_price": "975000", + "ge_buy_limit": "100", + "examine": "A magic stone to make high-level furniture.", + "grand_exchange_price": "980300", + "durability": null, + "name": "Magic stone", + "tradeable": "true", + "low_alchemy": "390000", + "high_alchemy": "585000", + "weight": "1", + "archery_ticket_price": "0", + "id": "8788" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "980300", + "durability": null, + "name": "Magic stone", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8789" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "A bolt of ordinary cloth.", + "grand_exchange_price": "1090", + "durability": null, + "name": "Bolt of cloth", + "tradeable": "true", + "low_alchemy": "200", + "high_alchemy": "300", + "weight": "1", + "archery_ticket_price": "0", + "id": "8790" + }, + { + "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.", + "grand_exchange_price": "1630", + "durability": null, + "name": "Clockwork", + "tradeable": "true", + "low_alchemy": "200", + "high_alchemy": "300", + "weight": "1", + "archery_ticket_price": "0", + "id": "8792" + }, + { + "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", + "examine": "Good for cutting wood.", + "durability": null, + "low_alchemy": "5", + "high_alchemy": "7", + "weight": "1", + "equipment_slot": "3", + "grand_exchange_price": "64", + "name": "Saw", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8794" + }, + { + "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", + "id": "8836" + }, + { + "shop_price": "1", + "ge_buy_limit": "1000", + "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" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "29", + "durability": null, + "name": "Timber beam", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8838" + }, + { + "shop_price": "250", + "examine": "Torso armour from the order of the Void Knights.", + "durability": null, + "low_alchemy": "19200", + "high_alchemy": "28800", + "weight": "6.8", + "equipment_slot": "4", + "remove_sleeves": "true", + "name": "Void knight top", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "8839", + "bonuses": "0,0,0,0,0,45,45,45,45,45,45,0,0,0,0" + }, + { + "shop_price": "250", + "examine": "Leg armour of the order of the Void Knights.", + "durability": null, + "name": "Void knight robe", + "tradeable": "false", + "low_alchemy": "18000", + "high_alchemy": "27000", + "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" + }, + { + "shop_price": "250", + "examine": "A mace used by the order of the Void Knights.", + "durability": null, + "low_alchemy": "4800", + "high_alchemy": "7200", + "weight": "1", + "attack_speed": "5", + "weapon_interface": "1", + "render_anim": "2553", + "equipment_slot": "3", + "name": "Void knight mace", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "8841", + "bonuses": "22,0,41,8,0,2,2,2,2,2,0,38,6,0,0" + }, + { + "shop_price": "150", + "examine": "Gloves as used by the order of the Void Knights.", + "durability": null, + "name": "Void knight gloves", + "tradeable": "false", + "low_alchemy": "2420", + "high_alchemy": "3631", + "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", + "equipment_slot": "9" + }, + { + "examine": "A defensive weapon.", + "durability": null, + "name": "Bronze defender", + "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", + "equipment_slot": "5" + }, + { + "examine": "A defensive weapon.", + "durability": null, + "name": "Iron defender", + "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", + "equipment_slot": "5" + }, + { + "requirements": "{0,5}-{1,5}", + "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", + "defence_anim": "4177", + "equipment_slot": "5" + }, + { + "requirements": "{0,10}-{1,10}", + "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", + "defence_anim": "4177", + "equipment_slot": "5" + }, + { + "requirements": "{0,20}-{1,20}", + "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", + "defence_anim": "4177", + "equipment_slot": "5" + }, + { + "requirements": "{0,30}-{1,30}", + "examine": "A defensive weapon.", + "durability": null, + "name": "Adamant defender", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "8849", + "bonuses": "13,12,11,-3,-2,13,12,11,-3,-2,6,4,0,0,0", + "defence_anim": "4177", + "equipment_slot": "5" + }, + { + "requirements": "{0,40}-{1,40}", + "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", + "defence_anim": "4177", + "equipment_slot": "5" + }, + { + "examine": "Warrior Guild Token.", + "durability": null, + "name": "Warrior guild token", + "archery_ticket_price": "0", + "id": "8851" + }, + { + "examine": "Large, round, heavy shield.", + "durability": null, + "name": "Defensive shield", + "weight": "3.6", + "archery_ticket_price": "0", + "two_handed": "true", + "id": "8856", + "bonuses": "0,0,0,-6,-2,8,9,7,0,8,0,0,0,0,0", + "equipment_slot": "5" + }, + { + "examine": "Just landed 18lb shot.", + "durability": null, + "name": "18lb shot", + "destroy": "true", + "archery_ticket_price": "0", + "id": "8858" + }, + { + "examine": "Just landed 22lb shot.", + "durability": null, + "name": "22lb shot", + "destroy": "true", + "archery_ticket_price": "0", + "id": "8859" + }, + { + "examine": "To put on your head.", + "durability": null, + "name": "One barrel", + "destroy": "true", + "weight": "4.5", + "archery_ticket_price": "0", + "id": "8860", + "equipment_slot": "0" + }, + { + "examine": "To put on your head.", + "durability": null, + "name": "Two barrels", + "destroy": "true", + "weight": "9", + "archery_ticket_price": "0", + "id": "8861", + "equipment_slot": "0" + }, + { + "examine": "To put on your head.", + "durability": null, + "name": "Three barrels", + "destroy": "true", + "weight": "13.5", + "archery_ticket_price": "0", + "id": "8862", + "equipment_slot": "0" + }, + { + "examine": "To put on your head.", + "durability": null, + "name": "Four barrels", + "destroy": "true", + "weight": "18.1", + "archery_ticket_price": "0", + "id": "8863", + "equipment_slot": "0" + }, + { + "examine": "To put on your head.", + "durability": null, + "name": "Five barrels", + "destroy": "true", + "weight": "22.6", + "archery_ticket_price": "0", + "id": "8864", + "equipment_slot": "0" + }, + { + "examine": "A heap of finely ground ashes.", + "durability": null, + "name": "Ground ashes", + "archery_ticket_price": "0", + "id": "8865" + }, + { + "examine": "A key made of solid iron.", + "durability": null, + "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", + "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, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "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", + "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2855", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "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, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "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", + "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3033", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "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, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "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", + "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3523", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "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, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "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", + "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8337", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Bone dagger (p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8879" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "This fires crossbow bolts.", + "walk_anim": "4226", + "has_special": "true", + "low_alchemy": "800", + "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, + "high_alchemy": "1200", + "weight": "2.2", + "weapon_interface": "17", + "render_anim": "175", + "attack_audios": "2700,0,0,0", + "name": "Dorgeshuun c'bow" + }, + { + "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", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8881" + }, + { + "requirements": "{4,28}", + "shop_price": "4", + "ge_buy_limit": "10000", + "examine": "Good if you have a bone crossbow!", + "durability": null, + "low_alchemy": "1", + "high_alchemy": "2", + "equipment_slot": "13", + "grand_exchange_price": "12", + "name": "Bone bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8882", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,49" + }, + { + "examine": "See article", + "durability": null, + "name": "Zanik", + "archery_ticket_price": "0", + "id": "8887" + }, + { + "bankable": "false", + "examine": "100,000 or more: \"X x coins\" where X is the exact number of coins in the stack.", + "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, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "10", + "equipment_slot": "0", + "grand_exchange_price": "989400", + "name": "Black mask (10)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8901", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "989400", + "durability": null, + "name": "Black mask (10)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8902" + }, + { + "requirements": "{1,20}-{2,10}", + "examine": "A magic cave horror mask.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "10", + "equipment_slot": "0", + "grand_exchange_price": "583700", + "name": "Black mask (9)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8903", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0" + }, + { + "durability": null, + "name": "Black mask (9)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8904" + }, + { + "requirements": "{1,20}-{2,10}", + "examine": "A magic cave horror mask.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "10", + "equipment_slot": "0", + "grand_exchange_price": "583700", + "name": "Black mask (8)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8905", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0" + }, + { + "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.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "10", + "equipment_slot": "0", + "grand_exchange_price": "583700", + "name": "Black mask (7)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8907", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,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.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "10", + "equipment_slot": "0", + "grand_exchange_price": "583700", + "name": "Black mask (6)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8909", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,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.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "10", + "equipment_slot": "0", + "grand_exchange_price": "583700", + "name": "Black mask (5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8911", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,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.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "10", + "equipment_slot": "0", + "grand_exchange_price": "583700", + "name": "Black mask (4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8913", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,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.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "10", + "equipment_slot": "0", + "grand_exchange_price": "583700", + "name": "Black mask (3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8915", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,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.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "10", + "equipment_slot": "0", + "grand_exchange_price": "583700", + "name": "Black mask (2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8917", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,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.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "10", + "equipment_slot": "0", + "grand_exchange_price": "583700", + "name": "Black mask (1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8919", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,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.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "10", + "equipment_slot": "0", + "grand_exchange_price": "956100", + "name": "Black mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8921", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,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", + "low_alchemy": "360", + "high_alchemy": "540", + "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 (colour) bandana and a patch for the right eye.", + "durability": null, + "name": "Bandana and eyepatch", + "tradeable": "true", + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "8924", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "A (colour) bandana and a patch for the right eye.", + "durability": null, + "name": "Bandana and eyepatch", + "tradeable": "true", + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "8925", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "A (colour) bandana and a patch for the right eye.", + "durability": null, + "name": "Bandana and eyepatch", + "tradeable": "true", + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "8926", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "A (colour) bandana and a patch for the right eye.", + "durability": null, + "name": "Bandana and eyepatch", + "tradeable": "true", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "72", + "high_alchemy": "108", + "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", + "low_alchemy": "40", + "tradeable": "false", + "high_alchemy": "60", + "destroy": "true", + "archery_ticket_price": "0", + "id": "8952", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "shop_price": "100", + "examine": "...You can sail the seven seas...", + "durability": null, + "name": "Green naval shirt", + "low_alchemy": "40", + "tradeable": "false", + "high_alchemy": "60", + "destroy": "true", + "archery_ticket_price": "0", + "id": "8953", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "shop_price": "100", + "examine": "...You can sail the seven seas...", + "durability": null, + "name": "Red naval shirt", + "low_alchemy": "40", + "tradeable": "false", + "high_alchemy": "60", + "destroy": "true", + "archery_ticket_price": "0", + "id": "8954", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "shop_price": "100", + "examine": "...You can sail the seven seas...", + "durability": null, + "name": "Brown naval shirt", + "low_alchemy": "40", + "tradeable": "false", + "high_alchemy": "60", + "destroy": "true", + "archery_ticket_price": "0", + "id": "8955", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "shop_price": "100", + "examine": "...You can sail the seven seas...", + "durability": null, + "name": "Black naval shirt", + "low_alchemy": "40", + "tradeable": "false", + "high_alchemy": "60", + "destroy": "true", + "archery_ticket_price": "0", + "id": "8956", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "shop_price": "100", + "examine": "...You can sail the seven seas...", + "durability": null, + "name": "Purple naval shirt", + "low_alchemy": "40", + "tradeable": "false", + "high_alchemy": "60", + "destroy": "true", + "archery_ticket_price": "0", + "id": "8957", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "shop_price": "100", + "examine": "...You can sail the seven seas...", + "durability": null, + "name": "Grey naval shirt", + "low_alchemy": "40", + "tradeable": "false", + "high_alchemy": "60", + "destroy": "true", + "archery_ticket_price": "0", + "id": "8958", + "equipment_slot": "4" + }, + { + "shop_price": "50", + "examine": "I could never look square in this.", + "durability": null, + "name": "Blue tricorn hat", + "low_alchemy": "20", + "high_alchemy": "30", + "archery_ticket_price": "0", + "id": "8959", + "equipment_slot": "0" + }, + { + "shop_price": "50", + "examine": "I could never look square in this.", + "durability": null, + "name": "Green tricorn hat", + "low_alchemy": "20", + "high_alchemy": "30", + "archery_ticket_price": "0", + "id": "8960", + "equipment_slot": "0" + }, + { + "shop_price": "50", + "examine": "I could never look square in this.", + "durability": null, + "name": "Red tricorn hat", + "low_alchemy": "20", + "high_alchemy": "30", + "archery_ticket_price": "0", + "id": "8961", + "equipment_slot": "0" + }, + { + "shop_price": "50", + "examine": "I could never look square in this.", + "durability": null, + "name": "Brown tricorn hat", + "low_alchemy": "20", + "high_alchemy": "30", + "archery_ticket_price": "0", + "id": "8962", + "equipment_slot": "0" + }, + { + "shop_price": "50", + "examine": "I could never look square in this.", + "durability": null, + "name": "Black tricorn hat", + "low_alchemy": "20", + "high_alchemy": "30", + "archery_ticket_price": "0", + "id": "8963", + "equipment_slot": "0" + }, + { + "shop_price": "50", + "examine": "I could never look square in this.", + "durability": null, + "name": "Purple tricorn hat", + "low_alchemy": "20", + "high_alchemy": "30", + "archery_ticket_price": "0", + "id": "8964", + "equipment_slot": "0" + }, + { + "shop_price": "50", + "examine": "I could never look square in this.", + "durability": null, + "name": "Grey tricorn hat", + "low_alchemy": "20", + "high_alchemy": "30", + "archery_ticket_price": "0", + "id": "8965", + "equipment_slot": "0" + }, + { + "shop_price": "200", + "turn90cw_anim": "1424", + "examine": "The flag of The Cutthroat.", + "walk_anim": "1422", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "weight": "6", + "turn90ccw_anim": "1425", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Cutthroat flag", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "8966", + "stand_turn_anim": "1426" + }, + { + "shop_price": "200", + "turn90cw_anim": "1424", + "examine": "The flag of The Guilded Smile.", + "walk_anim": "1422", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "weight": "6", + "turn90ccw_anim": "1425", + "attack_speed": "2", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Guilded smile flag", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "8967", + "stand_turn_anim": "1426" + }, + { + "shop_price": "300", + "turn90cw_anim": "1424", + "examine": "The flag of The Bronze Fist.", + "walk_anim": "1422", + "durability": null, + "low_alchemy": "120", + "high_alchemy": "180", + "weight": "6", + "turn90ccw_anim": "1425", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "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, + "low_alchemy": "160", + "high_alchemy": "240", + "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", + "archery_ticket_price": "0", + "id": "8972" + }, + { + "durability": null, + "name": "Bowl of red water", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8973" + }, + { + "examine": "A Bowl of blue water.", + "durability": null, + "name": "Bowl of blue water", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8974" + }, + { + "durability": null, + "name": "Bowl of blue water", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8975" + }, + { + "examine": "Monkeys seem to like throwing these.", + "durability": null, + "name": "Bitternut", + "archery_ticket_price": "0", + "id": "8976" + }, + { + "examine": "Greasy bark from the scrapey tree.", + "durability": null, + "name": "Scrapey bark", + "weight": "1.1", + "archery_ticket_price": "0", + "id": "8977" + }, + { + "durability": null, + "name": "Scrapey bark", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8978" + }, + { + "examine": "Caution; not for use over troubled water.", + "durability": null, + "name": "Bridge section", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8979" + }, + { + "durability": null, + "name": "Bridge section", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8980" + }, + { + "examine": "Better than sea slugs.", + "durability": null, + "name": "Sweetgrubs", + "archery_ticket_price": "0", + "id": "8981" + }, + { + "durability": null, + "name": "Sweetgrubs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8982" + }, + { + "shop_price": "2", + "examine": "It's an empty bucket.", + "grand_exchange_price": "50", + "durability": null, + "name": "Bucket", + "tradeable": "true", + "high_alchemy": "1", + "weight": "1", + "archery_ticket_price": "0", + "id": "8986" + }, + { + "durability": null, + "name": "Torch", + "archery_ticket_price": "0", + "id": "8987", + "equipment_slot": "3" + }, + { + "shop_price": "5", + "examine": "Apparently good for brewing.", + "durability": null, + "name": "The stuff", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "8991", + "equipment_slot": "7" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Green navy slacks", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "8992", + "equipment_slot": "7" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Red navy slacks", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "8993", + "equipment_slot": "7" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Brown navy slacks", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "8994", + "equipment_slot": "7" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Black navy slacks", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "8995", + "equipment_slot": "7" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Purple navy slacks", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "8996", + "equipment_slot": "7" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Grey navy slacks", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "8997", + "equipment_slot": "7" + }, + { + "durability": null, + "name": "Bandana and eyepatch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8998" + }, + { + "durability": null, + "name": "Bandana and eyepatch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8999" + }, + { + "durability": null, + "name": "Bandana and eyepatch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9000" + }, + { + "durability": null, + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9005", + "bonuses": "0,0,0,-3,-1,1,2,3,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "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, + "name": "Fighting boots", + "tradeable": "false", + "destroy": "true", + "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, + "name": "Right skull half", + "tradeable": "false", + "weight": "1", + "archery_ticket_price": "0", + "id": "9007" + }, + { + "examine": "Ooooh spooky!", + "durability": null, + "name": "Left skull half", + "tradeable": "false", + "destroy": "true", + "weight": "4", + "archery_ticket_price": "0", + "id": "9008" + }, + { + "examine": "Seems to be for use with a staff or sceptre of some sort.", + "durability": null, + "name": "Strange skull", + "tradeable": "false", + "weight": "1.2", + "archery_ticket_price": "0", + "id": "9009" + }, + { + "examine": "Top half of a broken sceptre.", + "durability": null, + "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", + "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", + "archery_ticket_price": "0", + "id": "9014" + }, + { + "durability": null, + "name": "Stronghold notes", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9015" + }, + { + "examine": "Oversized nail clippings.", + "durability": null, + "name": "Gorak claws", + "low_alchemy": "60", + "high_alchemy": "90", + "archery_ticket_price": "0", + "id": "9016" + }, + { + "examine": "A flower with magical properties.", + "durability": null, + "name": "Star flower", + "low_alchemy": "30", + "high_alchemy": "45", + "archery_ticket_price": "0", + "id": "9017" + }, + { + "examine": "Ground-down gorak claws.", + "durability": null, + "name": "Gorak claw powder", + "low_alchemy": "60", + "high_alchemy": "90", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "9026" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "187", + "durability": null, + "name": "Ivory comb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9027" + }, + { + "ge_buy_limit": "100", + "examine": "Simon Templeton at the Agility Pyramid will give me 1000 coins for this.", + "grand_exchange_price": "513", + "durability": null, + "name": "Golden scarab", + "tradeable": "true", + "low_alchemy": "12", + "high_alchemy": "18", + "archery_ticket_price": "0", + "id": "9028" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "513", + "durability": null, + "name": "Golden scarab", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9029" + }, + { + "ge_buy_limit": "100", + "examine": "Little ornament in the shape of a scarab.", + "grand_exchange_price": "168", + "durability": null, + "name": "Stone scarab", + "tradeable": "true", + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "0.07", + "archery_ticket_price": "0", + "id": "9030" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "168", + "durability": null, + "name": "Stone scarab", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9031" + }, + { + "ge_buy_limit": "100", + "examine": "A small pottery scarab.", + "grand_exchange_price": "74", + "durability": null, + "name": "Pottery scarab", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "1", + "archery_ticket_price": "0", + "id": "9032" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "74", + "durability": null, + "name": "Pottery scarab", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9033" + }, + { + "ge_buy_limit": "100", + "examine": "A small golden statuette.", + "grand_exchange_price": "740", + "durability": null, + "name": "Golden statuette", + "tradeable": "true", + "low_alchemy": "12", + "high_alchemy": "18", + "archery_ticket_price": "0", + "id": "9034" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "740", + "durability": null, + "name": "Golden statuette", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9035" + }, + { + "ge_buy_limit": "100", + "examine": "A small pottery statuette.", + "grand_exchange_price": "97", + "durability": null, + "name": "Pottery statuette", + "tradeable": "true", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "9036" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "97", + "durability": null, + "name": "Pottery statuette", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9037" + }, + { + "ge_buy_limit": "100", + "examine": "A small stone statuette.", + "grand_exchange_price": "193", + "durability": null, + "name": "Stone statuette", + "tradeable": "true", + "low_alchemy": "8", + "high_alchemy": "12", + "archery_ticket_price": "0", + "id": "9038" + }, + { + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "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" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "1207", + "examine": "Fully charged: This sceptre is fully charged.", + "walk_anim": "1205", + "low_alchemy": "40", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "equipment_slot": "3", + "grand_exchange_price": "1000000", + "stand_anim": "813", + "tradeable": "true", + "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", + "requirements": "{0,30}-{6,30}", + "durability": null, + "high_alchemy": "60", + "destroy": "true", + "weight": "2", + "weapon_interface": "3", + "render_anim": "28", + "name": "Pharaoh's sceptre" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1000000", + "durability": null, + "name": "Pharaoh's sceptre", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9045" + }, + { + "turn90cw_anim": "1207", + "examine": "Fully charged: This sceptre is fully charged.", + "walk_anim": "1205", + "low_alchemy": "40", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "equipment_slot": "3", + "grand_exchange_price": "27", + "stand_anim": "813", + "tradeable": "true", + "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", + "requirements": "{0,30}-{6,30}", + "durability": null, + "high_alchemy": "60", + "destroy": "true", + "weight": "2", + "weapon_interface": "3", + "render_anim": "28", + "name": "Pharaoh's sceptre" + }, + { + "durability": null, + "name": "Pharaoh's sceptre", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9047" + }, + { + "turn90cw_anim": "1207", + "examine": "Fully charged: This sceptre is fully charged.", + "walk_anim": "1205", + "low_alchemy": "40", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "equipment_slot": "3", + "grand_exchange_price": "27", + "stand_anim": "813", + "tradeable": "true", + "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", + "requirements": "{0,30}-{6,30}", + "durability": null, + "high_alchemy": "60", + "destroy": "true", + "weight": "2", + "weapon_interface": "3", + "render_anim": "28", + "name": "Pharaoh's sceptre" + }, + { + "durability": null, + "name": "Pharaoh's sceptre", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9049" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "1207", + "examine": "Fully charged: This sceptre is fully charged.", + "walk_anim": "1205", + "low_alchemy": "40", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "equipment_slot": "3", + "grand_exchange_price": "985800", + "stand_anim": "813", + "tradeable": "true", + "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", + "requirements": "{0,30}-{6,30}", + "durability": null, + "high_alchemy": "60", + "destroy": "true", + "weight": "2", + "weapon_interface": "3", + "render_anim": "28", + "name": "Pharaoh's sceptre" + }, + { + "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", + "low_alchemy": "16", + "high_alchemy": "24", + "weight": "3", + "archery_ticket_price": "0", + "id": "9054", + "equipment_slot": "4" + }, + { + "examine": "Armour designed to fit goblins.", + "durability": null, + "name": "Black goblin mail", + "low_alchemy": "16", + "high_alchemy": "24", + "weight": "3", + "archery_ticket_price": "0", + "id": "9055", + "equipment_slot": "4" + }, + { + "examine": "Armour designed to fit goblins.", + "durability": null, + "name": "Yellow goblin mail", + "low_alchemy": "16", + "high_alchemy": "24", + "weight": "3", + "archery_ticket_price": "0", + "id": "9056", + "equipment_slot": "4" + }, + { + "examine": "Armour designed to fit goblins.", + "durability": null, + "name": "Green goblin mail", + "low_alchemy": "16", + "high_alchemy": "24", + "weight": "3", + "archery_ticket_price": "0", + "id": "9057", + "equipment_slot": "4" + }, + { + "examine": "Armour designed to fit goblins.", + "durability": null, + "name": "Purple goblin mail", + "low_alchemy": "16", + "high_alchemy": "24", + "weight": "3", + "archery_ticket_price": "0", + "id": "9058", + "equipment_slot": "4" + }, + { + "examine": "Armour designed to fit goblins.", + "durability": null, + "name": "Pink goblin mail", + "low_alchemy": "16", + "high_alchemy": "24", + "weight": "3", + "archery_ticket_price": "0", + "id": "9059", + "equipment_slot": "4" + }, + { + "examine": "A mystical lantern casting a green beam.", + "durability": null, + "name": "Emerald lantern", + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "9064" + }, + { + "examine": "A mystical lantern casting a green beam.", + "durability": null, + "name": "Emerald lantern", + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "9065", + "equipment_slot": "5" + }, + { + "examine": "A roughly circular disc of glass.", + "durability": null, + "name": "Emerald lens", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "400", + "high_alchemy": "600", + "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" + }, + { + "shop_price": "1000", + "examine": "A mystical hat.", + "durability": null, + "name": "Moonclan hat", + "low_alchemy": "400", + "high_alchemy": "600", + "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" + }, + { + "remove_sleeves": "true", + "shop_price": "1000", + "examine": "Provides good protection.", + "durability": null, + "name": "Moonclan armour", + "low_alchemy": "400", + "high_alchemy": "600", + "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" + }, + { + "shop_price": "1000", + "examine": "This should protect my legs.", + "durability": null, + "name": "Moonclan skirt", + "low_alchemy": "400", + "high_alchemy": "600", + "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" + }, + { + "shop_price": "900", + "examine": "These should keep my hands safe.", + "durability": null, + "name": "Moonclan gloves", + "low_alchemy": "360", + "high_alchemy": "540", + "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" + }, + { + "shop_price": "900", + "examine": "Groovy foot protection.", + "durability": null, + "name": "Moonclan boots", + "low_alchemy": "360", + "high_alchemy": "540", + "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" + }, + { + "shop_price": "200", + "examine": "A mystical cape.", + "durability": null, + "name": "Moonclan cape", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "29", + "high_alchemy": "44", + "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", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9077" + }, + { + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "archery_ticket_price": "0", + "id": "9079" + }, + { + "examine": "An untanned piece of suqah hide.", + "durability": null, + "name": "Suqah hide", + "low_alchemy": "24", + "high_alchemy": "36", + "archery_ticket_price": "0", + "id": "9080" + }, + { + "examine": "A piece of Suqah hide that has been expertly tanned into leather.", + "durability": null, + "name": "Suqah leather", + "low_alchemy": "24", + "high_alchemy": "36", + "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" + }, + { + "requirements": "{6,65}", + "shop_price": "30000", + "turn90cw_anim": "1207", + "examine": "A Moonclan staff.", + "walk_anim": "1205", + "durability": null, + "destroy": "true", + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "1", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "The Oneiromancer might be able to help you get another.", + "stand_anim": "813", + "attack_audios": "2555,0,0,0", + "name": "Lunar staff", + "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" + }, + { + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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, + "low_alchemy": "6", + "high_alchemy": "9", + "destroy": "true", + "weight": "1", + "turn90ccw_anim": "1208", + "weapon_interface": "1", + "turn180_anim": "1206", + "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, + "low_alchemy": "6", + "high_alchemy": "9", + "destroy": "true", + "weight": "1", + "turn90ccw_anim": "1208", + "weapon_interface": "1", + "turn180_anim": "1206", + "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, + "low_alchemy": "6", + "high_alchemy": "9", + "destroy": "true", + "weight": "1", + "turn90ccw_anim": "1208", + "weapon_interface": "1", + "turn180_anim": "1206", + "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, + "low_alchemy": "40", + "high_alchemy": "60", + "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, + "low_alchemy": "40", + "high_alchemy": "60", + "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, + "low_alchemy": "40", + "high_alchemy": "60", + "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, + "low_alchemy": "40", + "high_alchemy": "60", + "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, + "low_alchemy": "40", + "high_alchemy": "60", + "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, + "low_alchemy": "1", + "high_alchemy": "1", + "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" + }, + { + "requirements": "{1,40}-{6,65}", + "shop_price": "4000", + "examine": "Awesome.", + "durability": null, + "low_alchemy": "12", + "high_alchemy": "18", + "destroy": "true", + "equipment_slot": "2", + "destroy_message": "The Oneiromancer might be able to help you get another.", + "name": "Lunar amulet", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9102", + "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,0,0,0" + }, + { + "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", + "low_alchemy": "12", + "tradeable": "false", + "high_alchemy": "18", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9103" + }, + { + "requirements": "{1,40}-{6,65}", + "shop_price": "2000", + "examine": "A mysterious ring that can fill the wearer with magical power.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "equipment_slot": "12", + "destroy_message": "The Oneiromancer might be able to help you get another.", + "name": "Lunar ring", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9104", + "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0" + }, + { + "requirements": "", + "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.", + "durability": null, + "high_alchemy": "1", + "equipment_slot": "13", + "grand_exchange_price": "41", + "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" + }, + { + "requirements": "{4,31}", + "shop_price": "150", + "ge_buy_limit": "10000", + "examine": "Steel crossbow bolts.", + "durability": null, + "low_alchemy": "3", + "high_alchemy": "4", + "equipment_slot": "13", + "grand_exchange_price": "90", + "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" + }, + { + "requirements": "{4,36}", + "shop_price": "32", + "ge_buy_limit": "10000", + "examine": "Mithril crossbow bolts.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "equipment_slot": "13", + "grand_exchange_price": "108", + "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" + }, + { + "requirements": "{4,46}", + "shop_price": "23", + "ge_buy_limit": "10000", + "examine": "Adamantite crossbow bolts.", + "durability": null, + "low_alchemy": "23", + "high_alchemy": "34", + "equipment_slot": "13", + "grand_exchange_price": "210", + "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" + }, + { + "requirements": "{4,61}", + "ge_buy_limit": "10000", + "examine": "Runite crossbow bolts.", + "durability": null, + "low_alchemy": "120", + "high_alchemy": "180", + "equipment_slot": "13", + "grand_exchange_price": "627", + "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" + }, + { + "requirements": "{4,26}", + "shop_price": "6", + "ge_buy_limit": "10000", + "examine": "Silver crossbow bolts.", + "durability": null, + "low_alchemy": "2", + "high_alchemy": "3", + "equipment_slot": "13", + "grand_exchange_price": "8", + "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" + }, + { + "ge_buy_limit": "500", + "turn90cw_anim": "821", + "examine": "A bronze crossbow.", + "walk_anim": "4226", + "low_alchemy": "29", + "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, + "high_alchemy": "43", + "weight": "4", + "weapon_interface": "17", + "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, + "low_alchemy": "37", + "high_alchemy": "55", + "weight": "4", + "turn90ccw_anim": "822", + "attack_speed": "6", + "weapon_interface": "17", + "turn180_anim": "4227", + "render_anim": "175", + "equipment_slot": "3", + "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", + "low_alchemy": "62", + "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, + "high_alchemy": "94", + "weight": "4", + "weapon_interface": "17", + "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", + "low_alchemy": "144", + "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, + "high_alchemy": "216", + "weight": "5", + "weapon_interface": "17", + "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" + }, + { + "requirements": "{4,36}", + "ge_buy_limit": "500", + "turn90cw_anim": "821", + "walk_anim": "4226", + "durability": null, + "turn90ccw_anim": "822", + "weapon_interface": "17", + "turn180_anim": "4227", + "render_anim": "175", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "4230,4230,4230,4230", + "grand_exchange_price": "355", + "stand_anim": "4591", + "attack_audios": "2700,0,0,0", + "name": "Mith crossbow", + "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" + }, + { + "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", + "low_alchemy": "706", + "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, + "high_alchemy": "1060", + "weight": "6", + "weapon_interface": "17", + "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", + "low_alchemy": "6480", + "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, + "high_alchemy": "9720", + "weight": "6", + "weapon_interface": "17", + "render_anim": "175", + "lendable": "true", + "attack_audios": "2700,0,0,0", + "name": "Rune crossbow" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "9706", + "durability": null, + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "5", + "high_alchemy": "7", + "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", + "low_alchemy": "6", + "high_alchemy": "10", + "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", + "low_alchemy": "13", + "high_alchemy": "19", + "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", + "low_alchemy": "26", + "high_alchemy": "40", + "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", + "low_alchemy": "53", + "high_alchemy": "79", + "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", + "low_alchemy": "24", + "high_alchemy": "36", + "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", + "low_alchemy": "400", + "high_alchemy": "600", + "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", + "low_alchemy": "2", + "high_alchemy": "4", + "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)", + "low_alchemy": "5", + "high_alchemy": "7", + "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.", + "durability": null, + "low_alchemy": "6", + "high_alchemy": "9", + "equipment_slot": "13", + "grand_exchange_price": "36", + "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" + }, + { + "requirements": "{4,31}", + "ge_buy_limit": "25000", + "examine": "Enchanted Red Topaz tipped Steel Crossbow Bolts.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "equipment_slot": "13", + "grand_exchange_price": "44", + "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" + }, + { + "requirements": "{4,36}", + "shop_price": "103", + "ge_buy_limit": "25000", + "examine": "Enchanted Sapphire tipped Mithril Crossbow Bolts.", + "durability": null, + "low_alchemy": "16", + "high_alchemy": "24", + "equipment_slot": "13", + "grand_exchange_price": "95", + "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" + }, + { + "requirements": "{4,36}", + "ge_buy_limit": "25000", + "examine": "Enchanted Emerald tipped Mithril Crossbow Bolts.", + "durability": null, + "low_alchemy": "23", + "high_alchemy": "35", + "equipment_slot": "13", + "grand_exchange_price": "304", + "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" + }, + { + "requirements": "{4,46}", + "ge_buy_limit": "25000", + "examine": "Enchanted Ruby tipped Adamantite Crossbow Bolts.", + "durability": null, + "low_alchemy": "55", + "high_alchemy": "82", + "equipment_slot": "13", + "grand_exchange_price": "450", + "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" + }, + { + "requirements": "{4,46}", + "ge_buy_limit": "25000", + "examine": "Enchanted Diamond tipped Adamantite Crossbow Bolts.", + "durability": null, + "low_alchemy": "84", + "high_alchemy": "126", + "equipment_slot": "13", + "grand_exchange_price": "1631", + "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" + }, + { + "requirements": "{4,61}", + "ge_buy_limit": "25000", + "examine": "Enchanted Dragonstone tipped Runite Crossbow Bolts.", + "durability": null, + "low_alchemy": "425", + "high_alchemy": "637", + "equipment_slot": "13", + "grand_exchange_price": "3217", + "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" + }, + { + "requirements": "{4,61}", + "ge_buy_limit": "25000", + "examine": "Enchanted Onyx tipped runite Crossbow Bolts.", + "durability": null, + "low_alchemy": "6000", + "high_alchemy": "9000", + "equipment_slot": "13", + "grand_exchange_price": "8870", + "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" + }, + { + "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.", + "durability": null, + "high_alchemy": "1", + "equipment_slot": "13", + "grand_exchange_price": "88", + "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" + }, + { + "requirements": "{4,31}", + "ge_buy_limit": "10000", + "examine": "Steel crossbow bolts.", + "durability": null, + "low_alchemy": "3", + "high_alchemy": "4", + "equipment_slot": "13", + "grand_exchange_price": "132", + "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" + }, + { + "requirements": "{4,36}", + "shop_price": "32", + "ge_buy_limit": "10000", + "examine": "Mithril crossbow bolts.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "equipment_slot": "13", + "grand_exchange_price": "146", + "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" + }, + { + "requirements": "{4,46}", + "shop_price": "23", + "ge_buy_limit": "10000", + "examine": "Adamantite crossbow bolts.", + "durability": null, + "low_alchemy": "23", + "high_alchemy": "34", + "equipment_slot": "13", + "grand_exchange_price": "302", + "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" + }, + { + "requirements": "{4,61}", + "ge_buy_limit": "10000", + "examine": "Runite crossbow bolts.", + "durability": null, + "low_alchemy": "120", + "high_alchemy": "180", + "equipment_slot": "13", + "grand_exchange_price": "734", + "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" + }, + { + "requirements": "{4,26}", + "shop_price": "6", + "ge_buy_limit": "10000", + "examine": "Silver crossbow bolts.", + "durability": null, + "low_alchemy": "2", + "high_alchemy": "3", + "equipment_slot": "13", + "grand_exchange_price": "34", + "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" + }, + { + "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.", + "durability": null, + "high_alchemy": "1", + "equipment_slot": "13", + "grand_exchange_price": "185", + "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" + }, + { + "requirements": "{4,31}", + "ge_buy_limit": "10000", + "examine": "Steel crossbow bolts.", + "durability": null, + "low_alchemy": "3", + "high_alchemy": "4", + "equipment_slot": "13", + "grand_exchange_price": "215", + "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" + }, + { + "requirements": "{4,36}", + "shop_price": "32", + "ge_buy_limit": "10000", + "examine": "Mithril crossbow bolts.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "equipment_slot": "13", + "grand_exchange_price": "296", + "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" + }, + { + "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.", + "durability": null, + "low_alchemy": "120", + "high_alchemy": "180", + "equipment_slot": "13", + "grand_exchange_price": "1130", + "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" + }, + { + "requirements": "{4,26}", + "shop_price": "6", + "ge_buy_limit": "10000", + "examine": "Silver crossbow bolts.", + "durability": null, + "low_alchemy": "2", + "high_alchemy": "3", + "equipment_slot": "13", + "grand_exchange_price": "129", + "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" + }, + { + "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.", + "durability": null, + "high_alchemy": "1", + "equipment_slot": "13", + "grand_exchange_price": "1136", + "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" + }, + { + "requirements": "{4,31}", + "ge_buy_limit": "10000", + "examine": "Steel crossbow bolts.", + "durability": null, + "low_alchemy": "3", + "high_alchemy": "4", + "equipment_slot": "13", + "grand_exchange_price": "1088", + "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" + }, + { + "requirements": "{4,36}", + "shop_price": "32", + "ge_buy_limit": "10000", + "examine": "Mithril crossbow bolts.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "equipment_slot": "13", + "grand_exchange_price": "903", + "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" + }, + { + "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.", + "durability": null, + "low_alchemy": "120", + "high_alchemy": "180", + "equipment_slot": "13", + "grand_exchange_price": "1581", + "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" + }, + { + "requirements": "{4,26}", + "shop_price": "6", + "ge_buy_limit": "10000", + "examine": "Silver crossbow bolts.", + "durability": null, + "low_alchemy": "2", + "high_alchemy": "3", + "equipment_slot": "13", + "grand_exchange_price": "1211", + "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" + }, + { + "requirements": "{4,16}", + "examine": "Jade tipped blurite bolts.", + "durability": null, + "name": "Jade bolts", + "low_alchemy": "5", + "high_alchemy": "7", + "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.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "equipment_slot": "13", + "grand_exchange_price": "60", + "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" + }, + { + "requirements": "{4,36}", + "ge_buy_limit": "25000", + "examine": "Sapphire tipped Mithril crossbow bolts.", + "durability": null, + "low_alchemy": "14", + "high_alchemy": "22", + "equipment_slot": "13", + "grand_exchange_price": "89", + "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" + }, + { + "requirements": "{4,36}", + "ge_buy_limit": "25000", + "examine": "Emerald tipped Mithril crossbow bolts.", + "durability": null, + "low_alchemy": "21", + "high_alchemy": "31", + "equipment_slot": "13", + "grand_exchange_price": "177", + "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" + }, + { + "requirements": "{4,46}", + "ge_buy_limit": "25000", + "examine": "Ruby tipped Adamantite crossbow bolts.", + "durability": null, + "low_alchemy": "50", + "high_alchemy": "75", + "equipment_slot": "13", + "grand_exchange_price": "408", + "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" + }, + { + "requirements": "{4,46}", + "ge_buy_limit": "25000", + "examine": "Diamond tipped Adamantite crossbow bolts.", + "durability": null, + "low_alchemy": "76", + "high_alchemy": "115", + "equipment_slot": "13", + "grand_exchange_price": "1545", + "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" + }, + { + "requirements": "{4,61}", + "ge_buy_limit": "25000", + "examine": "Dragonstone tipped Runite crossbow bolts.", + "durability": null, + "low_alchemy": "386", + "high_alchemy": "580", + "equipment_slot": "13", + "grand_exchange_price": "3201", + "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" + }, + { + "requirements": "{4,61}", + "ge_buy_limit": "25000", + "examine": "Onyx tipped Runite crossbow bolts.", + "durability": null, + "low_alchemy": "5453", + "high_alchemy": "8179", + "equipment_slot": "13", + "grand_exchange_price": "8752", + "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" + }, + { + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "1", + "equipment_slot": "5", + "grand_exchange_price": "49", + "name": "Bronze limbs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9420" + }, + { + "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", + "low_alchemy": "13", + "high_alchemy": "19", + "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.", + "durability": null, + "low_alchemy": "28", + "high_alchemy": "42", + "weight": "1", + "equipment_slot": "5", + "grand_exchange_price": "34", + "name": "Iron limbs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9423" + }, + { + "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.", + "durability": null, + "low_alchemy": "100", + "high_alchemy": "150", + "weight": "2", + "equipment_slot": "5", + "grand_exchange_price": "97", + "name": "Steel limbs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9425" + }, + { + "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.", + "durability": null, + "low_alchemy": "260", + "high_alchemy": "390", + "weight": "2", + "equipment_slot": "5", + "grand_exchange_price": "347", + "name": "Mithril limbs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9427" + }, + { + "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.", + "durability": null, + "low_alchemy": "640", + "high_alchemy": "960", + "weight": "3", + "equipment_slot": "5", + "grand_exchange_price": "1434", + "name": "Adamantite limbs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9429" + }, + { + "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.", + "durability": null, + "low_alchemy": "6400", + "high_alchemy": "9600", + "weight": "3", + "equipment_slot": "5", + "grand_exchange_price": "9441", + "name": "Runite limbs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9431" + }, + { + "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", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "9433" + }, + { + "shop_price": "25", + "ge_buy_limit": "100", + "examine": "A mould for creating silver crossbow bolts.", + "grand_exchange_price": "409", + "durability": null, + "name": "Bolt mould", + "tradeable": "true", + "low_alchemy": "10", + "high_alchemy": "15", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9434" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "409", + "durability": null, + "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", + "high_alchemy": "1", + "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", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "equipment_slot": "3", + "grand_exchange_price": "1", + "name": "Wooden stock", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9440" + }, + { + "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.", + "durability": null, + "low_alchemy": "10", + "high_alchemy": "16", + "weight": "3", + "equipment_slot": "3", + "grand_exchange_price": "1", + "name": "Oak stock", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9442" + }, + { + "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.", + "durability": null, + "low_alchemy": "21", + "high_alchemy": "31", + "weight": "1", + "equipment_slot": "3", + "grand_exchange_price": "3", + "name": "Willow stock", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9444" + }, + { + "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.", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "46", + "equipment_slot": "3", + "grand_exchange_price": "6", + "name": "Teak stock", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9446" + }, + { + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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.", + "durability": null, + "low_alchemy": "53", + "high_alchemy": "79", + "weight": "3", + "equipment_slot": "3", + "grand_exchange_price": "23", + "name": "Mahogany stock", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9450" + }, + { + "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.", + "durability": null, + "low_alchemy": "66", + "high_alchemy": "100", + "weight": "3", + "equipment_slot": "3", + "grand_exchange_price": "37", + "name": "Yew stock", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9452" + }, + { + "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", + "low_alchemy": "16", + "high_alchemy": "24", + "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)", + "low_alchemy": "24", + "high_alchemy": "36", + "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", + "low_alchemy": "49", + "high_alchemy": "73", + "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", + "low_alchemy": "130", + "high_alchemy": "196", + "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", + "low_alchemy": "300", + "high_alchemy": "450", + "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", + "low_alchemy": "693", + "high_alchemy": "1039", + "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", + "low_alchemy": "6466", + "high_alchemy": "9700", + "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", + "low_alchemy": "100", + "high_alchemy": "150", + "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", + "low_alchemy": "400", + "high_alchemy": "600", + "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", + "low_alchemy": "400", + "high_alchemy": "600", + "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", + "low_alchemy": "100", + "high_alchemy": "150", + "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", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "9478" + }, + { + "shop_price": "1", + "examine": "This cheese & tomato batta needs garnishing with equa leaves.", + "durability": null, + "name": "Unfinished batta", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "9480" + }, + { + "shop_price": "1", + "examine": "This fruit batta needs garnishing with gnome spices.", + "durability": null, + "name": "Unfinished batta", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "9481" + }, + { + "shop_price": "1", + "examine": "This toad batta needs baking.", + "durability": null, + "name": "Half made batta", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "9483" + }, + { + "shop_price": "1", + "examine": "This veggie batta needs garnishing with equa leaves.", + "durability": null, + "name": "Unfinished batta", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "9485" + }, + { + "shop_price": "1", + "examine": "This worm batta needs garnishing with equa leaves.", + "durability": null, + "name": "Unfinished batta", + "high_alchemy": "1", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "9559" + }, + { + "examine": "This unfinished choc bomb needs cream and chocolate dust.", + "durability": null, + "name": "Unfinished bowl", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "9560" + }, + { + "examine": "This unfinished veggie ball needs baking, and final ingredients", + "durability": null, + "name": "Half made bowl", + "high_alchemy": "1", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "9561" + }, + { + "examine": "This unfinished veggie ball needs equa leaves.", + "durability": null, + "name": "Unfinished bowl", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "9562" + }, + { + "examine": "This unfinished worm hole needs baking, and final ingredients", + "durability": null, + "name": "Half made bowl", + "high_alchemy": "1", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "9563" + }, + { + "examine": "This unfinished worm hole needs equa leaves.", + "durability": null, + "name": "Unfinished bowl", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "9567" + }, + { + "examine": "This fruit blast cocktail needs pouring and a lemon slice.", + "durability": null, + "name": "Mixed blast", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "9577" + }, + { + "examine": "This choco chip crunchy needs garnishing with chocolate dust.", + "durability": null, + "name": "Unfinished crunchy", + "tradeable": "true", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "9579" + }, + { + "examine": "This spicy crunchy needs garnishing with gnome spices.", + "durability": null, + "name": "Unfinished crunchy", + "tradeable": "true", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "9581" + }, + { + "examine": "This toad crunchy needs garnishing with equa leaves.", + "durability": null, + "name": "Unfinished crunchy", + "tradeable": "true", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "9583" + }, + { + "examine": "This worm crunchy needs garnishing with gnome spices.", + "durability": null, + "name": "Unfinished crunchy", + "tradeable": "true", + "high_alchemy": "1", + "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, + "low_alchemy": "220", + "high_alchemy": "330", + "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", + "low_alchemy": "40", + "tradeable": "false", + "high_alchemy": "60", + "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, + "low_alchemy": "200", + "high_alchemy": "300", + "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!", + "durability": null, + "low_alchemy": "200", + "high_alchemy": "300", + "weight": "0.9", + "equipment_slot": "7", + "grand_exchange_price": "1204", + "name": "Vyrewatch legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9636", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" + }, + { + "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!", + "durability": null, + "low_alchemy": "200", + "high_alchemy": "300", + "weight": "0.9", + "equipment_slot": "10", + "grand_exchange_price": "2874", + "name": "Vyrewatch shoes", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9638", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" + }, + { + "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, + "low_alchemy": "2", + "high_alchemy": "3", + "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.", + "durability": null, + "low_alchemy": "2", + "high_alchemy": "3", + "weight": "0.9", + "equipment_slot": "7", + "grand_exchange_price": "491", + "name": "Citizen trousers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9642", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" + }, + { + "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.", + "durability": null, + "low_alchemy": "2", + "high_alchemy": "3", + "weight": "0.9", + "equipment_slot": "10", + "grand_exchange_price": "458", + "name": "Citizen shoes", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9644", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" + }, + { + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "high_alchemy": "1", + "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, + "low_alchemy": "3200", + "high_alchemy": "4800", + "weight": "2", + "absorb": "1,0,2", + "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, + "low_alchemy": "4800", + "high_alchemy": "7200", + "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, + "low_alchemy": "4000", + "high_alchemy": "6000", + "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": "10", + "ge_buy_limit": "100", + "examine": "A Proselyte Temple Knight's leg armour.", + "durability": null, + "low_alchemy": "4000", + "high_alchemy": "6000", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "render_anim": "2584", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "381,390,390,390", + "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.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "0.1", + "equipment_slot": "0", + "grand_exchange_price": "196", + "name": "Elemental helmet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9729", + "bonuses": "0,0,0,0,0,0,0,0,4,0,0,0,0,0,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.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "0.2", + "equipment_slot": "5", + "grand_exchange_price": "8351", + "name": "Mind shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9731", + "bonuses": "0,0,0,0,0,0,0,0,9,0,25,0,0,0,0" + }, + { + "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.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "0.1", + "equipment_slot": "0", + "grand_exchange_price": "1589", + "name": "Mind helmet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9733", + "bonuses": "0,0,0,0,0,0,0,0,6,0,0,0,0,0,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", + "low_alchemy": "4", + "high_alchemy": "7", + "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", + "low_alchemy": "4", + "high_alchemy": "7", + "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", + "low_alchemy": "64", + "high_alchemy": "96", + "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", + "low_alchemy": "64", + "high_alchemy": "96", + "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", + "low_alchemy": "64", + "high_alchemy": "96", + "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", + "low_alchemy": "64", + "high_alchemy": "96", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by masters of attack.", + "durability": null, + "name": "Attack cape", + "tradeable": "false", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "durability": null, + "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", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape only worn by the strongest people.", + "durability": null, + "name": "Strength cape", + "tradeable": "false", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "durability": null, + "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", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by masters of the art of Defence.", + "durability": null, + "name": "Defence cape", + "tradeable": "false", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "durability": null, + "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", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by master archers.", + "durability": null, + "name": "Ranging cape", + "tradeable": "false", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "durability": null, + "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", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by the most pious of heroes.", + "durability": null, + "name": "Prayer cape", + "tradeable": "false", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "durability": null, + "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", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by the most powerful mages.", + "durability": null, + "name": "Magic cape", + "tradeable": "false", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "durability": null, + "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", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by master runecrafters.", + "durability": null, + "name": "Runecraft cape", + "tradeable": "false", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "durability": null, + "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", + "shop_price": "99000", + "examine": "Runecrafting skillcape hood.", + "durability": null, + "name": "Runecrafting hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9767", + "equipment_slot": "0" + }, + { + "shop_price": "99000", + "examine": "The cape worn by well-constituted adventurers.", + "durability": null, + "name": "Hitpoints cape", + "tradeable": "false", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "durability": null, + "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", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by the most agile of heroes.", + "durability": null, + "name": "Agility cape", + "tradeable": "false", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "durability": null, + "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", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by the most skilled at the art of herblore.", + "durability": null, + "name": "Herblore cape", + "tradeable": "false", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "durability": null, + "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", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by master thieves.", + "durability": null, + "name": "Thieving cape", + "tradeable": "false", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "durability": null, + "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", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by master craftworkers.", + "durability": null, + "name": "Crafting cape", + "tradeable": "false", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "durability": null, + "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", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by the best of fletchers.", + "durability": null, + "name": "Fletching cape", + "tradeable": "false", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "durability": null, + "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", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by slayer masters.", + "durability": null, + "name": "Slayer cape", + "tradeable": "false", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "durability": null, + "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", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by master builders.", + "durability": null, + "name": "Construct. cape", + "tradeable": "false", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "durability": null, + "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", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by the most skilled miners.", + "durability": null, + "name": "Mining cape", + "tradeable": "false", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "durability": null, + "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", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by master smiths.", + "durability": null, + "name": "Smithing cape", + "tradeable": "false", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "durability": null, + "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", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by the best fishermen.", + "durability": null, + "name": "Fishing cape", + "tradeable": "false", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "durability": null, + "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", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by the world's best chefs.", + "durability": null, + "name": "Cooking cape", + "tradeable": "false", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "durability": null, + "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", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by master firelighters.", + "durability": null, + "name": "Firemaking cape", + "tradeable": "false", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "durability": null, + "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", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by master woodcutters (Obtaining level 99 skill)", + "durability": null, + "name": "Woodcutting cape", + "tradeable": "false", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "durability": null, + "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", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by master farmers.", + "durability": null, + "name": "Farming cape", + "tradeable": "false", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "durability": null, + "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", + "shop_price": "99000", + "examine": "Farming skillcape hood.", + "durability": null, + "name": "Farming hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9812", + "equipment_slot": "0" + }, + { + "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", + "durability": null, + "name": "Oak cape rack", + "archery_ticket_price": "0", + "id": "9843" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "92", + "durability": null, + "name": "Teak cape rack", + "archery_ticket_price": "0", + "id": "9844" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "111", + "durability": null, + "name": "M'gany cape rack", + "archery_ticket_price": "0", + "id": "9845" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "130900", + "durability": null, + "name": "Gilded cape rack", + "archery_ticket_price": "0", + "id": "9846" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "329500", + "durability": null, + "name": "Marble cape rack", + "archery_ticket_price": "0", + "id": "9847" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1000000", + "durability": null, + "name": "Magical cape rack", + "archery_ticket_price": "0", + "id": "9848" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "25", + "durability": null, + "name": "Oak toy box", + "archery_ticket_price": "0", + "id": "9849" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "165", + "durability": null, + "name": "Teak toy box", + "archery_ticket_price": "0", + "id": "9850" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "20", + "durability": null, + "name": "Mahogany toy box", + "archery_ticket_price": "0", + "id": "9851" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "111", + "durability": null, + "name": "Oak magic wardrobe", + "archery_ticket_price": "0", + "id": "9852" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Carved oak magic wardrobe", + "archery_ticket_price": "0", + "id": "9853" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "133", + "durability": null, + "name": "Teak magic wardrobe", + "archery_ticket_price": "0", + "id": "9854" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "15", + "durability": null, + "name": "Carved teak magic wardrobe", + "archery_ticket_price": "0", + "id": "9855" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "129", + "durability": null, + "name": "Mahogany magic wardrobe", + "archery_ticket_price": "0", + "id": "9856" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "137700", + "durability": null, + "name": "Gilded magic wardrobe", + "archery_ticket_price": "0", + "id": "9857" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "335800", + "durability": null, + "name": "Marble magic wardrobe", + "archery_ticket_price": "0", + "id": "9858" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "17", + "durability": null, + "name": "Oak armour case", + "archery_ticket_price": "0", + "id": "9859" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "29", + "durability": null, + "name": "Teak armour case", + "archery_ticket_price": "0", + "id": "9860" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "88", + "durability": null, + "name": "M'gany arm'r case", + "archery_ticket_price": "0", + "id": "9861" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "24", + "durability": null, + "name": "Oak treasure chest", + "archery_ticket_price": "0", + "id": "9862" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "164", + "durability": null, + "name": "Teak treas' chest", + "archery_ticket_price": "0", + "id": "9863" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "41", + "durability": null, + "name": "M'gany treas' chest", + "archery_ticket_price": "0", + "id": "9864" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "62", + "durability": null, + "name": "Oak costume box", + "archery_ticket_price": "0", + "id": "9865" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "135", + "durability": null, + "name": "Teak costume box", + "archery_ticket_price": "0", + "id": "9866" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "60", + "durability": null, + "name": "Mahogany cos box", + "archery_ticket_price": "0", + "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", + "low_alchemy": "2", + "tradeable": "false", + "high_alchemy": "3", + "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", + "low_alchemy": "8", + "tradeable": "false", + "high_alchemy": "12", + "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", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by master hunters.", + "durability": null, + "name": "Hunter cape", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "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", + "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", + "low_alchemy": "64", + "high_alchemy": "96", + "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", + "low_alchemy": "25", + "high_alchemy": "37", + "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", + "low_alchemy": "7", + "high_alchemy": "10", + "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", + "low_alchemy": "25", + "high_alchemy": "37", + "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", + "low_alchemy": "10", + "high_alchemy": "15", + "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", + "low_alchemy": "10", + "high_alchemy": "15", + "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", + "low_alchemy": "35", + "high_alchemy": "53", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "3", + "high_alchemy": "4", + "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", + "low_alchemy": "6", + "high_alchemy": "9", + "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", + "low_alchemy": "6", + "high_alchemy": "9", + "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", + "low_alchemy": "6", + "high_alchemy": "9", + "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", + "low_alchemy": "6", + "high_alchemy": "9", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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.", + "durability": null, + "low_alchemy": "12", + "high_alchemy": "18", + "weight": "0.2", + "grand_exchange_price": "308", + "name": "Box trap", + "tradeable": "true", + "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": "{15,21}", + "shop_price": "24", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "For catching butterflies...", + "walk_anim": "1205", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "0.2", + "turn90ccw_anim": "1208", + "attack_speed": "4", + "weapon_interface": "10", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "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": "{15,21}", + "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", + "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", + "durability": null, + "name": "Black warlock", + "archery_ticket_price": "0", + "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", + "durability": null, + "name": "Snowy knight", + "archery_ticket_price": "0", + "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", + "durability": null, + "name": "Sapphire glacialis", + "archery_ticket_price": "0", + "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", + "durability": null, + "name": "Ruby harvest", + "archery_ticket_price": "0", + "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.", + "durability": null, + "low_alchemy": "288", + "high_alchemy": "432", + "weight": "1", + "grand_exchange_price": "784", + "name": "Magic box", + "tradeable": "true", + "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", + "low_alchemy": "288", + "high_alchemy": "432", + "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", + "low_alchemy": "288", + "high_alchemy": "432", + "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, + "low_alchemy": "20", + "high_alchemy": "30", + "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.", + "durability": null, + "low_alchemy": "7", + "high_alchemy": "10", + "weight": "0.02", + "grand_exchange_price": "1", + "name": "Rabbit snare", + "tradeable": "true", + "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, + "low_alchemy": "64", + "high_alchemy": "96", + "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.", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "weight": "0.2", + "equipment_slot": "7", + "grand_exchange_price": "449", + "name": "Kyatt legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10035", + "bonuses": "0,0,0,0,-7,11,10,10,0,10,10,0,0,0,0" + }, + { + "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, + "low_alchemy": "80", + "high_alchemy": "120", + "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, + "low_alchemy": "400", + "high_alchemy": "600", + "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.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "0.2", + "equipment_slot": "7", + "grand_exchange_price": "2889", + "name": "Larupia legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10041", + "bonuses": "0,0,0,0,-7,11,10,10,0,10,5,0,0,0,0" + }, + { + "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, + "low_alchemy": "40", + "high_alchemy": "60", + "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, + "low_alchemy": "200", + "high_alchemy": "300", + "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, + "low_alchemy": "60", + "high_alchemy": "90", + "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, + "low_alchemy": "60", + "high_alchemy": "90", + "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, + "low_alchemy": "300", + "high_alchemy": "450", + "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" + }, + { + "ge_buy_limit": "100", + "examine": "This should make me harder to spot in wooded areas.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "0.2", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "3527", + "name": "Wood camo top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10053", + "bonuses": "0,0,0,0,0,10,15,19,0,12,5,0,0,0,0" + }, + { + "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.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "0.2", + "equipment_slot": "7", + "grand_exchange_price": "3228", + "name": "Wood camo legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10055", + "bonuses": "0,0,0,0,-7,11,10,10,0,10,0,0,0,0,0" + }, + { + "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, + "low_alchemy": "8", + "high_alchemy": "12", + "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.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "0.2", + "equipment_slot": "7", + "grand_exchange_price": "462", + "name": "Jungle camo legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10059", + "bonuses": "0,0,0,0,-7,11,10,10,0,10,0,0,0,0,0" + }, + { + "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, + "low_alchemy": "8", + "high_alchemy": "12", + "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.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "0.2", + "equipment_slot": "7", + "grand_exchange_price": "910", + "name": "Desert camo legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10063", + "bonuses": "0,0,0,0,-7,11,10,10,0,10,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "910", + "durability": null, + "name": "Desert camo legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10064" + }, + { + "ge_buy_limit": "100", + "examine": "This should make me harder to spot in polar areas.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "0.2", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "7990", + "name": "Polar camo top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10065", + "bonuses": "0,0,0,0,0,10,15,19,0,12,5,0,0,0,0" + }, + { + "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", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "0.2", + "equipment_slot": "7", + "grand_exchange_price": "8389", + "name": "Polar camo legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10067", + "bonuses": "0,0,0,0,-7,11,10,10,0,10,0,0,0,0,0" + }, + { + "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.", + "durability": null, + "low_alchemy": "160", + "high_alchemy": "240", + "weight": "-2.2", + "equipment_slot": "1", + "grand_exchange_price": "1140", + "name": "Spotted cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10069", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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.", + "durability": null, + "low_alchemy": "320", + "high_alchemy": "480", + "weight": "-4.5", + "equipment_slot": "1", + "grand_exchange_price": "1262", + "name": "Spottier cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10071", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "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.", + "durability": null, + "low_alchemy": "160", + "high_alchemy": "240", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "951", + "name": "Spotted cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10073", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "requirements": "{21,66}", + "examine": "A really surprisingly aerodynamic cape.", + "durability": null, + "low_alchemy": "320", + "high_alchemy": "480", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "881", + "name": "Spottier cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10074", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "requirements": "{21,54}", + "ge_buy_limit": "100", + "examine": "Made from dark kebbit fur, these are perfect for tasks of a stealthier nature.", + "durability": null, + "low_alchemy": "240", + "high_alchemy": "360", + "weight": "0.2", + "equipment_slot": "9", + "grand_exchange_price": "1063", + "name": "Gloves of silence", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10075", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0" + }, + { + "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.", + "durability": null, + "low_alchemy": "64", + "high_alchemy": "96", + "weight": "1", + "equipment_slot": "9", + "grand_exchange_price": "80", + "name": "Spiky vambraces", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10077", + "bonuses": "0,0,0,0,4,2,2,1,0,0,1,2,0,0,0" + }, + { + "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, + "low_alchemy": "1000", + "high_alchemy": "1500", + "weight": "1", + "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.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "equipment_slot": "9", + "grand_exchange_price": "1773", + "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" + }, + { + "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, + "low_alchemy": "1440", + "high_alchemy": "2160", + "weight": "1", + "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, + "low_alchemy": "1728", + "high_alchemy": "2592", + "weight": "1", + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "6", + "high_alchemy": "9", + "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", + "low_alchemy": "5", + "high_alchemy": "7", + "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", + "low_alchemy": "6", + "high_alchemy": "9", + "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", + "low_alchemy": "28", + "high_alchemy": "43", + "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", + "low_alchemy": "38", + "high_alchemy": "57", + "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", + "low_alchemy": "43", + "high_alchemy": "64", + "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", + "low_alchemy": "57", + "high_alchemy": "86", + "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", + "low_alchemy": "57", + "high_alchemy": "86", + "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", + "low_alchemy": "76", + "high_alchemy": "115", + "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", + "low_alchemy": "36", + "high_alchemy": "54", + "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", + "low_alchemy": "60", + "high_alchemy": "90", + "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", + "low_alchemy": "64", + "high_alchemy": "96", + "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", + "low_alchemy": "64", + "high_alchemy": "96", + "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", + "low_alchemy": "17", + "high_alchemy": "25", + "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", + "low_alchemy": "84", + "high_alchemy": "126", + "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", + "low_alchemy": "4", + "high_alchemy": "7", + "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", + "low_alchemy": "6", + "high_alchemy": "9", + "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", + "low_alchemy": "5", + "high_alchemy": "8", + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "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", + "low_alchemy": "60", + "high_alchemy": "90", + "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", + "low_alchemy": "108", + "high_alchemy": "162", + "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, + "low_alchemy": "14", + "high_alchemy": "21", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "48", + "high_alchemy": "72", + "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", + "low_alchemy": "48", + "high_alchemy": "72", + "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", + "durability": null, + "low_alchemy": "1", + "high_alchemy": "1", + "equipment_slot": "13", + "grand_exchange_price": "28", + "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" + }, + { + "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", + "low_alchemy": "40", + "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, + "high_alchemy": "60", + "destroy": "true", + "weight": "4", + "weapon_interface": "21", + "render_anim": "1277", + "name": "Orange salamander" + }, + { + "ge_buy_limit": "1000", + "turn90cw_anim": "5245", + "examine": "Slightly slimy but certainly striking.", + "walk_anim": "5245", + "low_alchemy": "60", + "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, + "high_alchemy": "90", + "destroy": "true", + "weight": "4", + "weapon_interface": "21", + "render_anim": "1277", + "name": "Red salamander" + }, + { + "ge_buy_limit": "1000", + "turn90cw_anim": "5245", + "examine": "Slightly slimy and somewhat menacing.", + "walk_anim": "5245", + "low_alchemy": "80", + "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, + "high_alchemy": "120", + "destroy": "true", + "weight": "4", + "weapon_interface": "21", + "render_anim": "1277", + "name": "Black salamander" + }, + { + "ge_buy_limit": "2000", + "turn90cw_anim": "5245", + "examine": "A very slimy and generally disgusting green lizard.", + "walk_anim": "5245", + "low_alchemy": "20", + "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, + "high_alchemy": "30", + "destroy": "true", + "weight": "4", + "weapon_interface": "21", + "render_anim": "1277", + "name": "Swamp lizard" + }, + { + "shop_price": "4", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A noose on a stick.", + "walk_anim": "5250", + "durability": null, + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "520", + "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, + "high_alchemy": "780", + "weight": "5", + "weapon_interface": "17", + "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.", + "durability": null, + "low_alchemy": "6", + "high_alchemy": "10", + "equipment_slot": "13", + "grand_exchange_price": "28", + "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" + }, + { + "requirements": "{4,50}", + "ge_buy_limit": "1000", + "examine": "Bolts made from the spikes of a razor-backed kebbit.", + "durability": null, + "low_alchemy": "12", + "high_alchemy": "18", + "equipment_slot": "13", + "grand_exchange_price": "352", + "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" + }, + { + "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": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10181" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10183" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10185" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10187" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10189" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10191" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10193" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10195" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10197" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10199" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10201" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10203" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10205" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10207" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10209" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10211" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10213" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10215" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10217" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10219" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10221" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10223" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10225" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10227" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10229" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10231" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10233" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10235" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10237" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10239" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10241" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10243" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10245" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10247" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10249" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10251" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10253" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10255" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10257" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10259" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10261" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10263" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10265" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10267" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10269" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10271" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10273" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10275" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "10277" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "120", + "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, + "high_alchemy": "180", + "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", + "low_alchemy": "720", + "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, + "high_alchemy": "1080", + "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", + "low_alchemy": "1000", + "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, + "high_alchemy": "1500", + "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, + "low_alchemy": "14080", + "high_alchemy": "21120", + "absorb": "1,0,3", + "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, + "low_alchemy": "14080", + "high_alchemy": "21120", + "weight": "3", + "absorb": "1,0,3", + "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, + "low_alchemy": "14080", + "high_alchemy": "21120", + "weight": "4", + "absorb": "1,0,3", + "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, + "low_alchemy": "14080", + "high_alchemy": "21120", + "weight": "2", + "absorb": "1,0,3", + "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, + "low_alchemy": "14080", + "high_alchemy": "21120", + "weight": "2", + "absorb": "1,0,3", + "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, + "low_alchemy": "1408", + "high_alchemy": "2112", + "weight": "3", + "absorb": "1,0,2", + "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, + "low_alchemy": "1408", + "high_alchemy": "2112", + "weight": "3", + "absorb": "1,0,2", + "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, + "low_alchemy": "1408", + "high_alchemy": "2112", + "weight": "3", + "absorb": "1,0,2", + "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, + "low_alchemy": "1408", + "high_alchemy": "2112", + "weight": "3", + "absorb": "1,0,2", + "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, + "low_alchemy": "1408", + "high_alchemy": "2112", + "weight": "3", + "absorb": "1,0,2", + "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, + "low_alchemy": "422", + "high_alchemy": "633", + "weight": "1.8", + "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, + "low_alchemy": "422", + "high_alchemy": "633", + "weight": "1.8", + "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, + "low_alchemy": "422", + "high_alchemy": "633", + "weight": "1.8", + "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, + "low_alchemy": "422", + "high_alchemy": "633", + "weight": "1.8", + "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, + "low_alchemy": "422", + "high_alchemy": "633", + "weight": "1.8", + "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" + }, + { + "ge_buy_limit": "2", + "examine": "See table", + "durability": null, + "low_alchemy": "1", + "high_alchemy": "1", + "weight": "2", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "8196", + "name": "Bob shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10316" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "8196", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10317" + }, + { + "ge_buy_limit": "2", + "examine": "See table", + "durability": null, + "low_alchemy": "1", + "high_alchemy": "1", + "weight": "2", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "14700", + "name": "Bob shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10318" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "14700", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10319" + }, + { + "ge_buy_limit": "2", + "examine": "See table", + "durability": null, + "low_alchemy": "1", + "high_alchemy": "1", + "weight": "2", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "8403", + "name": "Bob shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10320" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "8403", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10321" + }, + { + "ge_buy_limit": "2", + "examine": "See table", + "durability": null, + "low_alchemy": "1", + "high_alchemy": "1", + "weight": "2", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "9230", + "name": "Bob shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10322" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "9230", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10323" + }, + { + "ge_buy_limit": "2", + "examine": "See table", + "durability": null, + "low_alchemy": "1", + "high_alchemy": "1", + "weight": "2", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "8197", + "name": "Bob shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10324" + }, + { + "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", + "low_alchemy": "6", + "high_alchemy": "9", + "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", + "low_alchemy": "6", + "high_alchemy": "9", + "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, + "low_alchemy": "18000", + "high_alchemy": "27000", + "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, + "low_alchemy": "16000", + "high_alchemy": "24000", + "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, + "low_alchemy": "4000", + "high_alchemy": "6000", + "weight": "1", + "absorb": "0,3,1", + "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, + "low_alchemy": "86000", + "high_alchemy": "129000", + "weight": "1", + "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, + "low_alchemy": "18000", + "high_alchemy": "27000", + "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, + "low_alchemy": "16000", + "high_alchemy": "24000", + "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, + "low_alchemy": "4000", + "high_alchemy": "6000", + "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" + }, + { + "requirements": "{1,30}-{6,65}", + "ge_buy_limit": "2", + "examine": "Ancient mage protection enchanted in the Third-Age.", + "durability": null, + "low_alchemy": "8000", + "high_alchemy": "12000", + "equipment_slot": "2", + "lendable": "true", + "grand_exchange_price": "20100000", + "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" + }, + { + "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, + "low_alchemy": "80000", + "high_alchemy": "120000", + "weight": "2", + "absorb": "3,0,6", + "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, + "low_alchemy": "80000", + "high_alchemy": "120000", + "weight": "9", + "absorb": "4,0,9", + "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, + "low_alchemy": "36000", + "high_alchemy": "54000", + "weight": "1", + "absorb": "2,0,4", + "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, + "low_alchemy": "72000", + "high_alchemy": "108000", + "weight": "2", + "absorb": "5,0,11", + "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", + "low_alchemy": "7050", + "high_alchemy": "10575", + "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", + "low_alchemy": "7050", + "high_alchemy": "10575", + "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", + "low_alchemy": "7050", + "high_alchemy": "10575", + "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", + "low_alchemy": "7050", + "high_alchemy": "10575", + "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", + "low_alchemy": "7050", + "high_alchemy": "10575", + "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", + "low_alchemy": "810", + "high_alchemy": "1215", + "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", + "low_alchemy": "360", + "high_alchemy": "540", + "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, + "low_alchemy": "1600", + "high_alchemy": "2400", + "weight": "1", + "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, + "low_alchemy": "5200", + "high_alchemy": "7800", + "weight": "6", + "absorb": "0,6,3", + "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, + "low_alchemy": "2400", + "high_alchemy": "3600", + "weight": "5", + "absorb": "0,4,2", + "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, + "low_alchemy": "800", + "high_alchemy": "1200", + "absorb": "0,3,1", + "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,70}-{4,40}", + "ge_buy_limit": "2", + "examine": "Guthix blessed dragonhide vambraces.", + "durability": null, + "low_alchemy": "2400", + "high_alchemy": "3600", + "weight": "1", + "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, + "low_alchemy": "5200", + "high_alchemy": "7800", + "weight": "6", + "absorb": "0,6,3", + "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, + "low_alchemy": "2400", + "high_alchemy": "3600", + "weight": "5", + "absorb": "0,4,2", + "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, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "0.85", + "absorb": "0,3,1", + "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,70}-{4,40}", + "ge_buy_limit": "2", + "examine": "Saradomin blessed dragonhide vambraces.", + "durability": null, + "low_alchemy": "1600", + "high_alchemy": "2400", + "weight": "1", + "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, + "low_alchemy": "5200", + "high_alchemy": "7800", + "destroy": "true", + "weight": "6", + "absorb": "0,6,3", + "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, + "low_alchemy": "2400", + "high_alchemy": "3600", + "absorb": "0,4,2", + "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, + "low_alchemy": "800", + "high_alchemy": "1200", + "absorb": "0,3,1", + "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", + "ge_buy_limit": "2", + "examine": "A big 'do about nothing.", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "2", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "45400", + "name": "A powdered wig", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10392" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "45400", + "durability": null, + "name": "A powdered wig", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10393" + }, + { + "ge_buy_limit": "2", + "examine": "These'll help me stay alive.", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "1", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "448900", + "name": "Flared trousers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10394" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "448900", + "durability": null, + "name": "Flared trousers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10395" + }, + { + "ge_buy_limit": "2", + "examine": "Alas, someone has slashed my pantaloons.", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "1", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "9863", + "name": "Pantaloons", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10396" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "9863", + "durability": null, + "name": "Pantaloons", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10397" + }, + { + "remove_head": "true", + "ge_buy_limit": "2", + "examine": "A cap for wearing whil...zzzzzzzzz", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "2", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "276400", + "name": "Sleeping cap", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10398" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "276400", + "durability": null, + "name": "Sleeping cap", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10399" + }, + { + "ge_buy_limit": "2", + "examine": "A well made elegant mans' black shirt.", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "921500", + "name": "Black ele' shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10400" + }, + { + "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", + "low_alchemy": "800", + "high_alchemy": "1200", + "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" + }, + { + "ge_buy_limit": "2", + "examine": "A well made elegant men's red shirt.", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "118600", + "name": "Red ele' shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10404" + }, + { + "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", + "low_alchemy": "800", + "high_alchemy": "1200", + "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" + }, + { + "ge_buy_limit": "2", + "examine": "A well made elegant mans' blue shirt.", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "134700", + "name": "Blue ele' shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10408" + }, + { + "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", + "low_alchemy": "800", + "high_alchemy": "1200", + "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" + }, + { + "ge_buy_limit": "2", + "examine": "A well made elegant men's green shirt.", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "162600", + "name": "Green ele' shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10412" + }, + { + "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", + "low_alchemy": "800", + "high_alchemy": "1200", + "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" + }, + { + "ge_buy_limit": "2", + "examine": "A well made elegant men's purple shirt.", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "116200", + "name": "Purple ele' shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10416" + }, + { + "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", + "low_alchemy": "800", + "high_alchemy": "1200", + "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" + }, + { + "ge_buy_limit": "2", + "examine": "A well made ladies' elegant white blouse.", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "571500", + "name": "White ele' blouse", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10420" + }, + { + "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", + "low_alchemy": "800", + "high_alchemy": "1200", + "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" + }, + { + "ge_buy_limit": "2", + "examine": "A well made elegant ladies' red blouse.", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "15000", + "name": "Red ele' blouse", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10424" + }, + { + "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", + "low_alchemy": "800", + "high_alchemy": "1200", + "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" + }, + { + "ge_buy_limit": "2", + "examine": "A well made ladies' elegant blue blouse.", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "22200", + "name": "Blue ele' blouse", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10428" + }, + { + "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", + "low_alchemy": "800", + "high_alchemy": "1200", + "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" + }, + { + "ge_buy_limit": "2", + "examine": "A well made ladies' elegant green blouse.", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "12300", + "name": "Green ele' blouse", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10432" + }, + { + "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", + "low_alchemy": "800", + "high_alchemy": "1200", + "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" + }, + { + "ge_buy_limit": "2", + "examine": "A well made elegant ladies' purple blouse.", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "22800", + "name": "Purple ele' blouse", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10436" + }, + { + "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", + "low_alchemy": "800", + "high_alchemy": "1200", + "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" + }, + { + "requirements": "{5,60}", + "ge_buy_limit": "2", + "turn90cw_anim": "1207", + "examine": "A Saradomin crozier.", + "walk_anim": "1205", + "durability": null, + "low_alchemy": "2000", + "high_alchemy": "3000", + "weight": "2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "1", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "8611", + "stand_anim": "813", + "name": "Saradomin crozier", + "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" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "8611", + "durability": null, + "name": "Saradomin crozier", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10441" + }, + { + "requirements": "{5,60}", + "ge_buy_limit": "2", + "turn90cw_anim": "1207", + "examine": "A Guthix crozier.", + "walk_anim": "1205", + "durability": null, + "low_alchemy": "2000", + "high_alchemy": "3000", + "weight": "2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "1", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "2925", + "stand_anim": "813", + "name": "Guthix crozier", + "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" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "2925", + "durability": null, + "name": "Guthix crozier", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10443" + }, + { + "requirements": "{5,60}", + "ge_buy_limit": "2", + "turn90cw_anim": "1207", + "examine": "A Zamorak crozier.", + "walk_anim": "1205", + "durability": null, + "low_alchemy": "2000", + "high_alchemy": "3000", + "weight": "2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "1", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "2794", + "stand_anim": "813", + "name": "Zamorak crozier", + "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" + }, + { + "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.", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1200000", + "name": "Saradomin cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10446", + "bonuses": "0,0,0,1,0,3,3,3,3,3,3,0,3,0,0" + }, + { + "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.", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "1", + "equipment_slot": "1", + "grand_exchange_price": "391000", + "name": "Guthix cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10448", + "bonuses": "0,0,0,1,0,3,3,3,3,3,3,0,3,0,0" + }, + { + "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.", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1000000", + "name": "Zamorak cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10450", + "bonuses": "0,0,0,1,0,3,3,3,3,3,3,0,3,0,0" + }, + { + "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.", + "durability": null, + "low_alchemy": "2000", + "high_alchemy": "3000", + "equipment_slot": "0", + "grand_exchange_price": "299200", + "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" + }, + { + "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.", + "durability": null, + "low_alchemy": "2000", + "high_alchemy": "3000", + "equipment_slot": "0", + "grand_exchange_price": "130300", + "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" + }, + { + "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, + "low_alchemy": "2000", + "high_alchemy": "3000", + "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}", + "ge_buy_limit": "2", + "examine": "Blessed vestments of Saradomin.", + "durability": null, + "low_alchemy": "2800", + "high_alchemy": "4200", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "121400", + "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" + }, + { + "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, + "low_alchemy": "2800", + "high_alchemy": "4200", + "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, + "low_alchemy": "2800", + "high_alchemy": "4200", + "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.", + "durability": null, + "low_alchemy": "2800", + "high_alchemy": "4200", + "equipment_slot": "7", + "grand_exchange_price": "56300", + "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" + }, + { + "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.", + "durability": null, + "low_alchemy": "2800", + "high_alchemy": "4200", + "weight": "2", + "equipment_slot": "7", + "grand_exchange_price": "56900", + "name": "Guthix robe legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10466", + "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,4,0,0" + }, + { + "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.", + "durability": null, + "low_alchemy": "2800", + "high_alchemy": "4200", + "weight": "2.7", + "equipment_slot": "7", + "grand_exchange_price": "79400", + "name": "Zamorak robe legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10468", + "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,4,0,0" + }, + { + "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.", + "durability": null, + "low_alchemy": "1000", + "high_alchemy": "1500", + "equipment_slot": "2", + "grand_exchange_price": "14000", + "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" + }, + { + "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.", + "durability": null, + "low_alchemy": "1000", + "high_alchemy": "1500", + "equipment_slot": "2", + "grand_exchange_price": "3849", + "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" + }, + { + "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.", + "durability": null, + "low_alchemy": "1000", + "high_alchemy": "1500", + "equipment_slot": "2", + "grand_exchange_price": "13700", + "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" + }, + { + "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", + "low_alchemy": "6", + "high_alchemy": "9", + "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", + "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", + "low_alchemy": "4", + "tradeable": "false", + "high_alchemy": "6", + "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", + "low_alchemy": "6", + "tradeable": "false", + "high_alchemy": "9", + "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, + "low_alchemy": "8", + "high_alchemy": "12", + "destroy": "true", + "weight": "1.1", + "attack_speed": "5", + "weapon_interface": "2", + "render_anim": "2586", + "equipment_slot": "3", + "destroy_message": "I can obtain a replacement axe from the Burthorpe Slayer Master.", + "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, + "low_alchemy": "307", + "high_alchemy": "461", + "destroy": "true", + "weight": "4.5", + "equipment_slot": "1", + "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" + }, + { + "destroy_message": "I can obtain a replacement for this from Ava in Draynor Manor. She will need 999 coins to buy the lower", + "shop_price": "999", + "examine": "A superior bagged chicken ready to serve you, magnet in claw.", + "durability": null, + "name": "Ava's accumulator", + "tradeable": "false", + "destroy": "true", + "weight": "4.5", + "archery_ticket_price": "0", + "id": "10499", + "bonuses": "0,0,0,0,4,0,1,0,4,0,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "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", + "archery_ticket_price": "0", + "id": "10509" + }, + { + "durability": null, + "name": "Snowball", + "tradeable": "true", + "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, + "low_alchemy": "7680", + "high_alchemy": "11520", + "weight": "2", + "absorb": "1,0,3", + "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, + "low_alchemy": "7680", + "high_alchemy": "11520", + "weight": "1", + "absorb": "1,0,3", + "equipment_slot": "0", + "name": "Runner hat", + "archery_ticket_price": "0", + "id": "10549", + "bonuses": "0,0,0,0,0,30,32,27,1,30,7,0,0,0,0" + }, + { + "requirements": "{1,40}", + "shop_price": "275", + "examine": "A Penance ranger hat.", + "durability": null, + "low_alchemy": "7680", + "high_alchemy": "11520", + "weight": "2", + "absorb": "0,3,1", + "equipment_slot": "0", + "name": "Ranger hat", + "archery_ticket_price": "0", + "id": "10550", + "bonuses": "-5,-5,-5,-5,7,7,10,11,5,9,7,0,0,0,0" + }, + { + "requirements": "{1,40}", + "shop_price": "375", + "examine": "Penance Fighter torso armour.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "destroy": "true", + "weight": "4", + "absorb": "3,0,6", + "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, + "low_alchemy": "32000", + "high_alchemy": "48000", + "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", + "low_alchemy": "24000", + "high_alchemy": "36000", + "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, + "low_alchemy": "4000", + "high_alchemy": "6000", + "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", + "low_alchemy": "20", + "tradeable": "false", + "high_alchemy": "30", + "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)", + "low_alchemy": "150000", + "high_alchemy": "150000", + "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, + "low_alchemy": "18400", + "high_alchemy": "27600", + "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, + "low_alchemy": "6000", + "high_alchemy": "9000", + "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, + "low_alchemy": "6000", + "high_alchemy": "9000", + "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, + "low_alchemy": "6000", + "high_alchemy": "9000", + "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, + "low_alchemy": "4000", + "high_alchemy": "6000", + "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" + }, + { + "examine": "Mystical robes.", + "durability": null, + "low_alchemy": "56000", + "high_alchemy": "84000", + "weight": "2.2", + "absorb": "3,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "3932123", + "name": "Infinity top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10605", + "bonuses": "0,0,0,22,0,0,0,0,22,0,0,0,0,0,0" + }, + { + "examine": "A wooden helmet.", + "durability": null, + "low_alchemy": "4000", + "high_alchemy": "6000", + "weight": "0.9", + "absorb": "3,1,0", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "5623", + "name": "Splitbark helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10606", + "bonuses": "0,0,0,3,-2,10,9,11,3,0,0,0,0,0,0" + }, + { + "examine": "They seem to be not quite of this world...", + "durability": null, + "name": "Ghostly boots", + "low_alchemy": "120", + "high_alchemy": "180", + "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", + "low_alchemy": "400", + "high_alchemy": "600", + "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, + "low_alchemy": "40", + "high_alchemy": "60", + "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" + }, + { + "shop_price": "250", + "examine": "Torso armour from the order of the Void Knights.", + "durability": null, + "low_alchemy": "19200", + "high_alchemy": "28800", + "weight": "6.8", + "equipment_slot": "4", + "remove_sleeves": "true", + "name": "Void knight top", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10611", + "bonuses": "0,0,0,0,0,40,40,40,40,40,0,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "Black banded leather armour, a rogue's dream!", + "durability": null, + "name": "Rogue mask", + "low_alchemy": "150", + "high_alchemy": "225", + "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", + "examine": "Protective headwear made from crabs. Better than it sounds.", + "durability": null, + "low_alchemy": "14080", + "high_alchemy": "21120", + "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", + "examine": "A helm fit for any Fremennik ranger.", + "durability": null, + "low_alchemy": "24000", + "high_alchemy": "36000", + "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", + "low_alchemy": "200", + "high_alchemy": "300", + "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", + "low_alchemy": "200", + "high_alchemy": "300", + "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", + "low_alchemy": "200", + "high_alchemy": "300", + "weight": "2", + "archery_ticket_price": "0", + "id": "10617", + "equipment_slot": "0" + }, + { + "shop_price": "3840", + "examine": "Provides excellent protection.", + "durability": null, + "low_alchemy": "1536", + "high_alchemy": "2304", + "weight": "9.9", + "absorb": "1,0,2", + "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, + "low_alchemy": "4000", + "high_alchemy": "6000", + "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, + "low_alchemy": "4800", + "high_alchemy": "7200", + "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", + "low_alchemy": "60", + "high_alchemy": "90", + "archery_ticket_price": "0", + "id": "10621", + "equipment_slot": "4" + }, + { + "examine": "This should make me harder to spot in polar areas.", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "weight": "0.2", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "216", + "name": "Kyatt top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10622", + "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0" + }, + { + "examine": "This should make me harder to spot in woodland and jungle areas.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "0.2", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "1793", + "name": "Larupia top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10623", + "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0" + }, + { + "shop_price": "300", + "examine": "This should make me harder to spot in desert areas.", + "durability": null, + "low_alchemy": "60", + "high_alchemy": "90", + "weight": "0.2", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "246", + "name": "Graahk top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10624", + "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0" + }, + { + "examine": "This should make me harder to spot in wooded areas.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "0.2", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "3883", + "name": "Wood camo top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10625", + "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0" + }, + { + "examine": "This should make me harder to spot in jungle areas.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "0.2", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "325", + "name": "Jungle camo top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10626", + "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0" + }, + { + "examine": "This should make me harder to spot in desert areas.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "0.2", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "606", + "name": "Desert camo top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10627", + "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0" + }, + { + "examine": "This should make me harder to spot in polar areas.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "0.2", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "5614", + "name": "Polar camo top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10628", + "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0" + }, + { + "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", + "low_alchemy": "28", + "high_alchemy": "42", + "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", + "low_alchemy": "180", + "high_alchemy": "270", + "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" + }, + { + "shop_price": "90000", + "examine": "A cape woven of obsidian plates.", + "durability": null, + "low_alchemy": "24000", + "high_alchemy": "36000", + "weight": "1.8", + "equipment_slot": "1", + "lendable": "true", + "grand_exchange_price": "38500", + "name": "Obsidian cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10636", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0" + }, + { + "examine": "A cape of fire.", + "durability": null, + "name": "Fire cape", + "tradeable": "false", + "low_alchemy": "24000", + "high_alchemy": "36000", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by masters of attack.", + "durability": null, + "name": "Attack cape", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape only worn by the strongest people.", + "durability": null, + "name": "Strength cape", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by masters of the art of Defence.", + "durability": null, + "name": "Defence cape", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by master archers.", + "durability": null, + "name": "Ranging cape", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by the most pious of heroes.", + "durability": null, + "name": "Prayer cape", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by the most powerful mages.", + "durability": null, + "name": "Magic cape", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by master runecrafters.", + "durability": null, + "name": "Runecraft cape", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by master hunters.", + "durability": null, + "name": "Hunter cape", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by well-constituted adventurers.", + "durability": null, + "name": "Hitpoints cape", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by the most agile of heroes.", + "durability": null, + "name": "Agility cape", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by the most skilled at the art of herblore.", + "durability": null, + "name": "Herblore cape", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by master thieves.", + "durability": null, + "name": "Thieving cape", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by master craftworkers.", + "durability": null, + "name": "Crafting cape", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by the best of fletchers.", + "durability": null, + "name": "Fletching cape", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by slayer masters.", + "durability": null, + "name": "Slayer cape", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by master builders.", + "durability": null, + "name": "Construct. cape", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by the most skilled miners.", + "durability": null, + "name": "Mining cape", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by master smiths.", + "durability": null, + "name": "Smithing cape", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by the best fishermen.", + "durability": null, + "name": "Fishing cape", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by the world's best chefs.", + "durability": null, + "name": "Cooking cape", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by master firelighters.", + "durability": null, + "name": "Firemaking cape", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by master woodcutters (Obtaining level 99 skill)", + "durability": null, + "name": "Woodcutting cape", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by master farmers.", + "durability": null, + "name": "Farming cape", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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", + "low_alchemy": "160", + "high_alchemy": "240", + "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", + "low_alchemy": "320", + "high_alchemy": "480", + "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" + }, + { + "examine": "A black kitesheild with a heraldic design.", + "durability": null, + "low_alchemy": "652", + "high_alchemy": "979", + "weight": "4", + "absorb": "1,0,2", + "equipment_slot": "5", + "grand_exchange_price": "15249", + "name": "Black shield(h1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10665", + "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,0,0,0,0,0" + }, + { + "examine": "A shield with a heraldic design.", + "durability": null, + "low_alchemy": "2176", + "high_alchemy": "3264", + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "16339", + "name": "Adamant shield(h1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10666", + "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,0,0,0,0,0" + }, + { + "examine": "A rune kiteshield with a heraldic design.", + "durability": null, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5.4", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "35300", + "name": "Rune shield(h1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10667", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0" + }, + { + "examine": "A black kiteshield with a heraldic design.", + "durability": null, + "low_alchemy": "6530", + "high_alchemy": "9795", + "weight": "4", + "absorb": "1,0,2", + "equipment_slot": "5", + "grand_exchange_price": "9751", + "name": "Black shield(h2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10668", + "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,0,0,0,0,0" + }, + { + "examine": "A shield with a heraldic design.", + "durability": null, + "low_alchemy": "2176", + "high_alchemy": "3264", + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "3353", + "name": "Adamant shield(h2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10669", + "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,0,0,0,0,0" + }, + { + "examine": "A rune kiteshield with a heraldic design.", + "durability": null, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5.4", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "31903", + "name": "Rune shield(h2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10670", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0" + }, + { + "examine": "A black shield with a heraldic design.", + "durability": null, + "low_alchemy": "652", + "high_alchemy": "979", + "weight": "4", + "absorb": "1,0,2", + "equipment_slot": "5", + "grand_exchange_price": "6791", + "name": "Black shield(h3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10671", + "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,0,0,0,0,0" + }, + { + "examine": "A shield with a heraldic design.", + "durability": null, + "low_alchemy": "2176", + "high_alchemy": "3264", + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "5566", + "name": "Adamant shield(h3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10672", + "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,0,0,0,0,0" + }, + { + "examine": "A rune kiteshield with a heraldic design.", + "durability": null, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "32082", + "name": "Rune shield(h3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10673", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0" + }, + { + "examine": "A black shield with a heraldic design.", + "durability": null, + "low_alchemy": "652", + "high_alchemy": "979", + "weight": "4", + "absorb": "1,0,2", + "equipment_slot": "5", + "grand_exchange_price": "5159", + "name": "Black shield(h4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10674", + "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,0,0,0,0,0" + }, + { + "examine": "A shield with a heraldic design.", + "durability": null, + "low_alchemy": "2176", + "high_alchemy": "3264", + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "3219", + "name": "Adamant shield(h4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10675", + "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,0,0,0,0,0" + }, + { + "examine": "A rune kiteshield with a heraldic design.", + "durability": null, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "32351", + "name": "Rune shield(h4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10676", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0" + }, + { + "examine": "A black shield with a heraldic design.", + "durability": null, + "low_alchemy": "652", + "high_alchemy": "979", + "weight": "4", + "absorb": "1,0,2", + "equipment_slot": "5", + "grand_exchange_price": "8451", + "name": "Black shield(h5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10677", + "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,0,0,0,0,0" + }, + { + "examine": "A shield with a heraldic design.", + "durability": null, + "low_alchemy": "2176", + "high_alchemy": "3264", + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "5905", + "name": "Adamant shield(h5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10678", + "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,0,0,0,0,0" + }, + { + "examine": "A rune kiteshield with a heraldic design.", + "durability": null, + "low_alchemy": "21760", + "high_alchemy": "32640", + "weight": "5", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "35200", + "name": "Rune shield(h5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10679", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0" + }, + { + "examine": "Those studs should provide a bit more protection. Nice trim too!", + "durability": null, + "low_alchemy": "340", + "high_alchemy": "510", + "weight": "5.4", + "absorb": "0,3,1", + "equipment_slot": "4", + "grand_exchange_price": "67430", + "name": "Studded body (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10680", + "bonuses": "0,0,0,-4,8,18,25,22,8,25,0,0,0,0,0" + }, + { + "examine": "Those studs should provide a bit more protection. Nice trim too!", + "durability": null, + "low_alchemy": "340", + "high_alchemy": "510", + "weight": "5.4", + "absorb": "0,3,1", + "equipment_slot": "4", + "grand_exchange_price": "22400", + "name": "Studded body (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10681", + "bonuses": "0,0,0,-4,8,18,25,22,8,25,0,0,0,0,0" + }, + { + "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", + "equipment_slot": "4" + }, + { + "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", + "equipment_slot": "4" + }, + { + "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", + "equipment_slot": "4" + }, + { + "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", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "examine": "I can practise magic better in this.", + "durability": null, + "name": "Wizard robe (g)", + "tradeable": "true", + "low_alchemy": "6", + "high_alchemy": "9", + "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" + }, + { + "remove_sleeves": "true", + "examine": "I can do magic better in this.", + "durability": null, + "name": "Wizard robe (t)", + "tradeable": "true", + "low_alchemy": "6", + "high_alchemy": "9", + "weight": "1", + "archery_ticket_price": "0", + "id": "10687", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "examine": "Enchanted Wizards robes.", + "durability": null, + "low_alchemy": "48000", + "high_alchemy": "72000", + "weight": "1", + "absorb": "3,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "72800", + "name": "Enchanted top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10688", + "bonuses": "0,0,0,20,0,0,0,0,20,0,0,0,0,0,0" + }, + { + "examine": "Slightly magical boots.", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "weight": "1", + "equipment_slot": "10", + "lendable": "true", + "grand_exchange_price": "763602", + "name": "Wizard boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10689", + "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0" + }, + { + "examine": "Black platebody with trim.", + "durability": null, + "low_alchemy": "1536", + "high_alchemy": "2304", + "weight": "9.07", + "absorb": "1,0,2", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "90744", + "name": "Black platebody (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10690", + "bonuses": "0,0,0,-30,-10,41,40,30,-6,40,0,0,0,0,0" + }, + { + "examine": "Black platebody with gold trim.", + "durability": null, + "low_alchemy": "1536", + "high_alchemy": "2304", + "weight": "9.07", + "absorb": "1,0,2", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "230800", + "name": "Black platebody (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10691", + "bonuses": "0,0,0,-30,-10,41,40,30,-6,40,0,0,0,0,0" + }, + { + "lendable": "true", + "examine": "Your money or your life!", + "grand_exchange_price": "92519", + "durability": null, + "name": "Highwayman mask", + "tradeable": "true", + "low_alchemy": "16", + "high_alchemy": "24", + "archery_ticket_price": "0", + "id": "10692", + "equipment_slot": "0" + }, + { + "lendable": "true", + "examine": "Parlez-vous francais? (Do you speak French?)", + "grand_exchange_price": "64066", + "durability": null, + "name": "Blue beret", + "tradeable": "true", + "low_alchemy": "32", + "high_alchemy": "48", + "archery_ticket_price": "0", + "hat": true, + "id": "10693", + "equipment_slot": "0" + }, + { + "lendable": "true", + "examine": "Parlez-vous francais?(Do you speak French?)", + "grand_exchange_price": "158274", + "durability": null, + "name": "Black beret", + "tradeable": "true", + "low_alchemy": "32", + "high_alchemy": "48", + "archery_ticket_price": "0", + "hat": true, + "id": "10694", + "equipment_slot": "0" + }, + { + "lendable": "true", + "examine": "Parlez-vous francais? (Do you speak French?)", + "grand_exchange_price": "281900", + "durability": null, + "name": "White beret", + "tradeable": "true", + "low_alchemy": "32", + "high_alchemy": "48", + "archery_ticket_price": "0", + "hat": true, + "id": "10695", + "equipment_slot": "0" + }, + { + "examine": "Lightweight boots ideal for rangers.", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "weight": "0.2", + "equipment_slot": "10", + "lendable": "true", + "grand_exchange_price": "11781186", + "name": "Ranger boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10696", + "bonuses": "0,0,0,-10,8,2,3,4,2,0,0,0,0,0,0" + }, + { + "examine": "Adamant platebody with trim.", + "durability": null, + "low_alchemy": "5120", + "high_alchemy": "7680", + "weight": "9.07", + "absorb": "2,0,4", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "79300", + "name": "Adam platebody (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10697", + "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,0,0,0,0,0" + }, + { + "examine": "Adamant platebody with gold trim.", + "durability": null, + "low_alchemy": "5120", + "high_alchemy": "7680", + "weight": "9.07", + "absorb": "2,0,4", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "207912", + "name": "Adam platebody (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10698", + "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,0,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "A black helmet with a heraldic design.", + "durability": null, + "low_alchemy": "422", + "high_alchemy": "633", + "weight": "1.8", + "equipment_slot": "0", + "grand_exchange_price": "22022", + "name": "Black helm (h1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10699", + "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "A black helmet with a heraldic design.", + "durability": null, + "low_alchemy": "422", + "high_alchemy": "633", + "weight": "1.8", + "equipment_slot": "0", + "grand_exchange_price": "11700", + "name": "Black helm (h2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10700", + "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "A black helmet with a heraldic design.", + "durability": null, + "low_alchemy": "422", + "high_alchemy": "633", + "weight": "1.8", + "equipment_slot": "0", + "grand_exchange_price": "10424", + "name": "Black helm (h3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10701", + "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "A black helmet with a heraldic design.", + "durability": null, + "low_alchemy": "422", + "high_alchemy": "633", + "weight": "1.8", + "equipment_slot": "0", + "grand_exchange_price": "12717", + "name": "Black helm (h4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10702", + "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "A black helmet with a heraldic design.", + "durability": null, + "low_alchemy": "422", + "high_alchemy": "633", + "weight": "1.8", + "equipment_slot": "0", + "grand_exchange_price": "17852", + "name": "Black helm (h5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10703", + "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "A rune helmet with a heraldic design.", + "durability": null, + "low_alchemy": "14080", + "high_alchemy": "21120", + "absorb": "1,0,3", + "equipment_slot": "0", + "grand_exchange_price": "30298", + "name": "Rune helm (h1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10704", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "A rune helmet with a heraldic design.", + "durability": null, + "low_alchemy": "14080", + "high_alchemy": "21120", + "weight": "3", + "absorb": "1,0,3", + "equipment_slot": "0", + "grand_exchange_price": "26127", + "name": "Rune helm (h2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10705", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "A rune helmet with a heraldic design.", + "durability": null, + "low_alchemy": "14080", + "high_alchemy": "21120", + "weight": "4", + "absorb": "1,0,3", + "equipment_slot": "0", + "grand_exchange_price": "37333", + "name": "Rune helm (h3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10706", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "A rune helmet with a heraldic design.", + "durability": null, + "low_alchemy": "14080", + "high_alchemy": "21120", + "weight": "2", + "absorb": "1,0,3", + "equipment_slot": "0", + "grand_exchange_price": "29600", + "name": "Rune helm (h4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10707", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "A rune helmet with a heraldic design.", + "durability": null, + "low_alchemy": "14080", + "high_alchemy": "21120", + "weight": "2", + "absorb": "1,0,3", + "equipment_slot": "0", + "grand_exchange_price": "41325", + "name": "Rune helm (h5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10708", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "An adamant helmet with a heraldic design.", + "durability": null, + "low_alchemy": "1408", + "high_alchemy": "2112", + "weight": "3", + "absorb": "1,0,2", + "equipment_slot": "0", + "grand_exchange_price": "28407", + "name": "Adamant helm (h1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10709", + "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,0,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "An adamant helmet with a heraldic design.", + "durability": null, + "low_alchemy": "1408", + "high_alchemy": "2112", + "weight": "3", + "absorb": "1,0,2", + "equipment_slot": "0", + "grand_exchange_price": "9839", + "name": "Adamant helm (h2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10710", + "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,0,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "An adamant helmet with a heraldic design.", + "durability": null, + "low_alchemy": "1408", + "high_alchemy": "2112", + "weight": "3", + "absorb": "1,0,2", + "equipment_slot": "0", + "grand_exchange_price": "8485", + "name": "Adamant helm (h3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10711", + "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,0,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "An Adamant helmet with a heraldic design.", + "durability": null, + "low_alchemy": "1408", + "high_alchemy": "2112", + "weight": "3", + "absorb": "1,0,2", + "equipment_slot": "0", + "grand_exchange_price": "10774", + "name": "Adamant helm (h4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10712", + "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,0,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "An adamant helmet with a heraldic design.", + "durability": null, + "low_alchemy": "1408", + "high_alchemy": "2112", + "weight": "3", + "absorb": "1,0,2", + "equipment_slot": "0", + "grand_exchange_price": "17390", + "name": "Adamant helm (h5)", + "tradeable": "true", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "weight": "2", + "archery_ticket_price": "0", + "id": "10714", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "examine": "See table", + "grand_exchange_price": "8425", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "low_alchemy": "1", + "high_alchemy": "1", + "weight": "2", + "archery_ticket_price": "0", + "id": "10715", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "examine": "See table", + "grand_exchange_price": "8425", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "low_alchemy": "1", + "high_alchemy": "1", + "weight": "2", + "archery_ticket_price": "0", + "id": "10716", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "examine": "See table", + "grand_exchange_price": "8425", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "low_alchemy": "1", + "high_alchemy": "1", + "weight": "2", + "archery_ticket_price": "0", + "id": "10717", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "examine": "See table", + "grand_exchange_price": "8425", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "low_alchemy": "1", + "high_alchemy": "1", + "weight": "2", + "archery_ticket_price": "0", + "id": "10718", + "equipment_slot": "4" + }, + { + "examine": "A very powerful dragonstone amulet.", + "grand_exchange_price": "1", + "durability": null, + "name": "Amulet of glory(t)", + "tradeable": "true", + "low_alchemy": "7050", + "high_alchemy": "10575", + "archery_ticket_price": "0", + "id": "10719", + "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0", + "equipment_slot": "2" + }, + { + "examine": "A cape from the almighty god Guthix.", + "durability": null, + "name": "Guthix cape", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "examine": "Now that's just silly.", + "durability": null, + "name": "Frog mask", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10721", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "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", + "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", + "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": "10724", + "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": "10725", + "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": "10726", + "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": "10727", + "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": "10728", + "equipment_slot": "0" + }, + { + "examine": "A ring given to you by the Easter Bunny.", + "durability": null, + "name": "Easter ring", + "archery_ticket_price": "0", + "id": "10729" + }, + { + "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": "10730" + }, + { + "examine": "Alas...I hardly knew him.", + "durability": null, + "name": "Zombie head", + "archery_ticket_price": "0", + "id": "10731" + }, + { + "turn90cw_anim": "821", + "examine": "Perhaps not the most powerful weapon in RuneScape.", + "walk_anim": "1830", + "durability": null, + "weight": "0.4", + "turn90ccw_anim": "822", + "attack_speed": "4", + "weapon_interface": "12", + "turn180_anim": "1830", + "render_anim": "182", + "equipment_slot": "3", + "fun_weapon": "true", + "stand_anim": "1832", + "name": "Rubber chicken", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "10732", + "stand_turn_anim": "823", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "examine": "It's a Scythe.", + "walk_anim": "819", + "durability": null, + "weight": "3", + "turn90ccw_anim": "822", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "820", + "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" + }, + { + "examine": "An enchanted ruby amulet with a nice trim.", + "grand_exchange_price": "443800", + "durability": null, + "name": "Strength amulet(t)", + "tradeable": "true", + "low_alchemy": "810", + "high_alchemy": "1215", + "archery_ticket_price": "0", + "id": "10736", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,10,0,0,0", + "equipment_slot": "2" + }, + { + "examine": "An enchanted sapphire amulet of magic.", + "grand_exchange_price": "67158", + "durability": null, + "name": "Amulet of magic(t)", + "tradeable": "true", + "low_alchemy": "360", + "high_alchemy": "540", + "archery_ticket_price": "0", + "id": "10738", + "bonuses": "0,0,0,10,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "2" + }, + { + "remove_head": "true", + "examine": "A big 'do about nothing.", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "2", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "36879", + "name": "A powdered wig", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10740" + }, + { + "lendable": "true", + "examine": "These'll help me stay alive.", + "grand_exchange_price": "559284", + "durability": null, + "name": "Flared trousers", + "tradeable": "true", + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "1", + "archery_ticket_price": "0", + "id": "10742", + "equipment_slot": "7" + }, + { + "lendable": "true", + "examine": "Alas, someone has slashed my pantaloons.", + "grand_exchange_price": "12022", + "durability": null, + "name": "Pantaloons", + "tradeable": "true", + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "1", + "archery_ticket_price": "0", + "id": "10744", + "equipment_slot": "7" + }, + { + "remove_head": "true", + "examine": "A cap for wearing whil...zzzzzzzzz", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "2", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "376084", + "name": "Sleeping cap", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10746" + }, + { + "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", + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "1", + "archery_ticket_price": "0", + "id": "10748", + "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", + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "1", + "archery_ticket_price": "0", + "id": "10750", + "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", + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "1", + "archery_ticket_price": "0", + "id": "10752", + "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", + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "1", + "archery_ticket_price": "0", + "id": "10754", + "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", + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "1", + "archery_ticket_price": "0", + "id": "10756", + "equipment_slot": "4" + }, + { + "examine": "Stylish!", + "grand_exchange_price": "56600", + "durability": null, + "name": "Red boater", + "tradeable": "true", + "low_alchemy": "90", + "high_alchemy": "135", + "archery_ticket_price": "0", + "id": "10758", + "equipment_slot": "0" + }, + { + "examine": "Stylish!", + "grand_exchange_price": "20300", + "durability": null, + "name": "Orange boater", + "tradeable": "true", + "low_alchemy": "90", + "high_alchemy": "135", + "archery_ticket_price": "0", + "id": "10760", + "equipment_slot": "0" + }, + { + "examine": "Stylish!", + "grand_exchange_price": "59940", + "durability": null, + "name": "Green boater", + "tradeable": "true", + "low_alchemy": "90", + "high_alchemy": "135", + "archery_ticket_price": "0", + "id": "10762", + "equipment_slot": "0" + }, + { + "examine": "Stylish!", + "grand_exchange_price": "54236", + "durability": null, + "name": "Blue boater", + "tradeable": "true", + "low_alchemy": "90", + "high_alchemy": "135", + "archery_ticket_price": "0", + "id": "10764", + "equipment_slot": "0" + }, + { + "examine": "Stylish!", + "grand_exchange_price": "56495", + "durability": null, + "name": "Black boater", + "tradeable": "true", + "low_alchemy": "90", + "high_alchemy": "135", + "archery_ticket_price": "0", + "id": "10766", + "equipment_slot": "0" + }, + { + "lendable": "true", + "examine": "A minimalist's hat.", + "grand_exchange_price": "114319", + "durability": null, + "name": "Red headband", + "tradeable": "true", + "low_alchemy": "16", + "high_alchemy": "24", + "archery_ticket_price": "0", + "id": "10768", + "equipment_slot": "0" + }, + { + "lendable": "true", + "examine": "A minimalist's hat.", + "grand_exchange_price": "41778", + "durability": null, + "name": "Black headband", + "tradeable": "true", + "low_alchemy": "16", + "high_alchemy": "24", + "archery_ticket_price": "0", + "id": "10770", + "equipment_slot": "0" + }, + { + "lendable": "true", + "examine": "A minimalist's hat.", + "grand_exchange_price": "21764", + "durability": null, + "name": "Brown headband", + "tradeable": "true", + "low_alchemy": "16", + "high_alchemy": "24", + "archery_ticket_price": "0", + "id": "10772", + "equipment_slot": "0" + }, + { + "examine": "Shiver me timbers!", + "grand_exchange_price": "83200", + "durability": null, + "name": "Pirate's hat", + "tradeable": "true", + "low_alchemy": "72", + "high_alchemy": "108", + "archery_ticket_price": "0", + "id": "10774", + "equipment_slot": "0" + }, + { + "examine": "Rune platebody in the colours of Zamorak.", + "durability": null, + "low_alchemy": "26000", + "high_alchemy": "39000", + "weight": "9", + "absorb": "3,0,6", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "647800", + "name": "Zamorak platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10776", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0" + }, + { + "examine": "Rune platebody in the colours of Saradomin.", + "durability": null, + "low_alchemy": "26000", + "high_alchemy": "39000", + "weight": "9.07", + "absorb": "3,0,6", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "1097689", + "name": "Saradomin plate", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10778", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0" + }, + { + "examine": "Rune platebody in the colours of Guthix.", + "durability": null, + "low_alchemy": "26000", + "high_alchemy": "39000", + "weight": "9.07", + "absorb": "3,0,6", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "241600", + "name": "Guthix platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10780", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,1" + }, + { + "examine": "Rune platebody with complete gold trim & plating.", + "durability": null, + "low_alchemy": "26000", + "high_alchemy": "39000", + "weight": "10", + "absorb": "3,0,6", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "1653821", + "name": "Gilded platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10782", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0" + }, + { + "remove_sleeves": "true", + "examine": "Blessed vestments of Saradomin.", + "grand_exchange_price": "106389", + "durability": null, + "name": "Saradomin robe top", + "tradeable": "true", + "low_alchemy": "2800", + "high_alchemy": "4200", + "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" + }, + { + "examine": "Zamorak Vestments.", + "durability": null, + "low_alchemy": "2800", + "high_alchemy": "4200", + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "151000", + "name": "Zamorak robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10786", + "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,4,0,0" + }, + { + "examine": "Blessed vestments of Guthix.", + "durability": null, + "low_alchemy": "2800", + "high_alchemy": "4200", + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "80181", + "name": "Guthix robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10788", + "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,4,0,0" + }, + { + "examine": "Zamorak blessed dragonhide body armour.", + "durability": null, + "low_alchemy": "5200", + "high_alchemy": "7800", + "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" + }, + { + "shop_price": "13000", + "examine": "Saradomin blessed dragonhide body armour.", + "durability": null, + "low_alchemy": "5200", + "high_alchemy": "7800", + "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" + }, + { + "shop_price": "13", + "examine": "Guthix blessed dragonhide body armour.", + "durability": null, + "low_alchemy": "5200", + "high_alchemy": "7800", + "weight": "6", + "absorb": "0,6,3", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "22384", + "name": "Guthix dragonhide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10794", + "bonuses": "0,0,0,-15,30,55,47,60,50,55,0,0,0,0,0" + }, + { + "examine": "Endorsed by Robin Hood.", + "durability": null, + "low_alchemy": "180", + "high_alchemy": "270", + "weight": "0.2", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "3070557", + "name": "Robin hood hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10796", + "bonuses": "0,0,0,-10,8,4,6,8,4,4,0,0,0,0,0" + }, + { + "examine": "Rune platebody with gold trim.", + "durability": null, + "low_alchemy": "26000", + "high_alchemy": "39000", + "weight": "9.07", + "absorb": "3,0,6", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "231400", + "name": "Rune platebody (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10798", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0" + }, + { + "examine": "Rune platebody with trim.", + "durability": null, + "low_alchemy": "26000", + "high_alchemy": "39000", + "weight": "9.07", + "absorb": "3,0,6", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "61100", + "name": "Rune platebody (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10800", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0" + }, + { + "lendable": "true", + "examine": "All for one and one for all!", + "grand_exchange_price": "56677", + "durability": null, + "name": "Tan cavalier", + "tradeable": "true", + "low_alchemy": "80", + "high_alchemy": "120", + "archery_ticket_price": "0", + "id": "10802", + "equipment_slot": "0" + }, + { + "lendable": "true", + "examine": "All for one and one for all!", + "grand_exchange_price": "18942", + "durability": null, + "name": "Dark cavalier", + "tradeable": "true", + "low_alchemy": "80", + "high_alchemy": "120", + "archery_ticket_price": "0", + "id": "10804", + "equipment_slot": "0" + }, + { + "lendable": "true", + "examine": "All for one and one for all!", + "grand_exchange_price": "421305", + "durability": null, + "name": "Black cavalier", + "tradeable": "true", + "low_alchemy": "80", + "high_alchemy": "120", + "archery_ticket_price": "0", + "id": "10806", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "1000", + "examine": "Arctic Pine logs prepared with sacred oil for a funeral pyre", + "grand_exchange_price": "3453", + "durability": null, + "name": "Arctic pyre logs", + "tradeable": "true", + "low_alchemy": "80", + "high_alchemy": "120", + "weight": "2", + "archery_ticket_price": "0", + "id": "10808" + }, + { + "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.", + "grand_exchange_price": "90", + "durability": null, + "name": "Arctic pine logs", + "tradeable": "true", + "low_alchemy": "14", + "high_alchemy": "21", + "weight": "2", + "archery_ticket_price": "0", + "id": "10810", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "90", + "durability": null, + "name": "Arctic pine logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10811" + }, + { + "ge_buy_limit": "1000", + "examine": "Used to repair bridges.", + "grand_exchange_price": "18", + "durability": null, + "name": "Split log", + "tradeable": "true", + "low_alchemy": "36", + "high_alchemy": "54", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "10812" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "18", + "durability": null, + "name": "Split log", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10813" + }, + { + "shop_price": "120", + "ge_buy_limit": "1000", + "examine": "I can spin this into rope.", + "grand_exchange_price": "113", + "durability": null, + "name": "Hair", + "tradeable": "true", + "low_alchemy": "48", + "high_alchemy": "72", + "archery_ticket_price": "0", + "id": "10814" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "113", + "durability": null, + "name": "Hair", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10815" + }, + { + "shop_price": "2", + "ge_buy_limit": "1000", + "examine": "I need to cook this.", + "grand_exchange_price": "14", + "durability": null, + "name": "Raw yak meat", + "tradeable": "true", + "high_alchemy": "1", + "weight": "3", + "archery_ticket_price": "0", + "id": "10816" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "14", + "durability": null, + "name": "Raw yak meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10817" + }, + { + "shop_price": "50", + "ge_buy_limit": "5000", + "examine": "Thakkrad, of Neitiznot, can cure this.", + "grand_exchange_price": "301", + "durability": null, + "name": "Yak-hide", + "tradeable": "true", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10818" + }, + { + "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.", + "grand_exchange_price": "396", + "durability": null, + "name": "Cured yak-hide", + "tradeable": "true", + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10820" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "396", + "durability": null, + "name": "Cured yak-hide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10821" + }, + { + "remove_sleeves": "true", + "requirements": "{1,20}", + "ge_buy_limit": "100", + "grand_exchange_price": "122", + "durability": null, + "name": "Yak-hide armour", + "archery_ticket_price": "0", + "id": "10822", + "bonuses": "0,0,0,-5,0,25,20,15,-2,25,5,0,0,0,0", + "equipment_slot": "4" + }, + { + "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", + "durability": null, + "name": "Yak-hide armour", + "archery_ticket_price": "0", + "id": "10824", + "bonuses": "0,0,0,-5,10,25,20,15,-2,10,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "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 shield worn by Fremennik warriors.", + "durability": null, + "low_alchemy": "2000", + "high_alchemy": "3000", + "destroy": "true", + "weight": "2.2", + "equipment_slot": "5", + "grand_exchange_price": "402", + "name": "Fremennik round shield", + "archery_ticket_price": "0", + "id": "10826", + "bonuses": "0,0,0,-10,-10,17,17,31,-4,33,20,0,0,0,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", + "ge_buy_limit": "100", + "examine": "A gift from Neitiznot's Burgher.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "weight": "2.2", + "absorb": "2,0,4", + "equipment_slot": "0", + "grand_exchange_price": "44800", + "name": "Helm of neitiznot", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10828", + "bonuses": "0,0,0,0,0,31,29,34,3,30,8,3,3,0,0" + }, + { + "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", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10830" + }, + { + "destroy_message": "Are you sure? You can replace it by talking to King Sorvott.", + "examine": "An empty tax bag.", + "durability": null, + "name": "Empty tax bag", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10831" + }, + { + "examine": "A silly hat with bells.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "weight": "2.7", + "equipment_slot": "0", + "destroy_message": "Are you sure? You can find another in King Sorvott's chest.", + "name": "Silly jester hat", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10836", + "bonuses": "0,0,0,0,0,0,0,0,5,-5,0,0,0,0,0" + }, + { + "examine": "A jester's jangly top.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "weight": "6.8", + "equipment_slot": "4", + "destroy_message": "Are you sure? You can find another in King Sorvott's chest.", + "remove_sleeves": "true", + "name": "Silly jester top", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10837", + "bonuses": "0,0,0,0,0,0,0,0,5,-5,5,0,0,0,0" + }, + { + "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", + "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", + "archery_ticket_price": "0", + "id": "10843" + }, + { + "examine": "A slightly sq'irky, I mean quirky, fruit.", + "durability": null, + "name": "Spring sq'irk", + "archery_ticket_price": "0", + "id": "10844" + }, + { + "examine": "A slightly sq'irky, I mean quirky, fruit.", + "durability": null, + "name": "Summer sq'irk", + "archery_ticket_price": "0", + "id": "10845" + }, + { + "examine": "A slightly sq'irky, I mean quirky, fruit.", + "durability": null, + "name": "Autumn sq'irk", + "archery_ticket_price": "0", + "id": "10846" + }, + { + "examine": "A slightly sq'irky, I mean quirky, fruit.", + "durability": null, + "name": "Winter sq'irk", + "archery_ticket_price": "0", + "id": "10847" + }, + { + "examine": "Made from 4 spring sq'irks.", + "durability": null, + "name": "Spring sq'irkjuice", + "weight": "1", + "archery_ticket_price": "0", + "id": "10848" + }, + { + "examine": "Made from 2 summer sq'irks.", + "durability": null, + "name": "Summer sq'irkjuice", + "weight": "1", + "archery_ticket_price": "0", + "id": "10849" + }, + { + "examine": "Made from 3 autumn sq'irks.", + "durability": null, + "name": "Autumn sq'irkjuice", + "weight": "1", + "archery_ticket_price": "0", + "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", + "low_alchemy": "2", + "tradeable": "false", + "high_alchemy": "3", + "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", + "two_handed": "true", + "weapon_interface": "7", + "turn180_anim": "7045", + "render_anim": "124", + "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" + }, + { + "examine": "You can put nice, hot tea in it.", + "durability": null, + "name": "Tea flask", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "10859" + }, + { + "examine": "You can put nice, hot tea in it.", + "durability": null, + "name": "Tea flask", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "10860" + }, + { + "examine": "You can put nice, hot tea in it.", + "durability": null, + "name": "Tea flask", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "10861" + }, + { + "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", + "low_alchemy": "40", + "tradeable": "false", + "high_alchemy": "60", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10862", + "equipment_slot": "0" + }, + { + "examine": "Very fetching.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "weight": "0.9", + "equipment_slot": "4", + "destroy_message": "You'll have to find another within the Tower of Life!", + "remove_sleeves": "true", + "name": "Builder's shirt", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10863" + }, + { + "destroy_message": "You'll have to find another within the Tower of Life!", + "examine": "Slightly tatty in my opinion.", + "durability": null, + "name": "Builder's trousers", + "low_alchemy": "40", + "tradeable": "false", + "high_alchemy": "60", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10864", + "equipment_slot": "7" + }, + { + "destroy_message": "You'll have to find another within the Tower of Life!", + "examine": "They'll offer good protection for my toes.", + "durability": null, + "name": "Builder's boots", + "low_alchemy": "40", + "tradeable": "false", + "high_alchemy": "60", + "destroy": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10865", + "equipment_slot": "10" + }, + { + "examine": "Used to bolt things together.", + "durability": null, + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "40", + "tradeable": "false", + "high_alchemy": "60", + "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", + "low_alchemy": "92000", + "turn90ccw_anim": "5867", + "attack_speed": "6", + "two_handed": "true", + "turn180_anim": "5867", + "defence_anim": "5866", + "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", + "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", + "durability": null, + "high_alchemy": "138000", + "weight": "30", + "weapon_interface": "8", + "render_anim": "985", + "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)", + "durability": null, + "name": "Barrelchest anchor", + "low_alchemy": "92000", + "high_alchemy": "138000", + "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" + }, + { + "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, + "name": "Blessed lamp", + "archery_ticket_price": "0", + "id": "10889" + }, + { + "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, + "name": "Prayer book", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10890" + }, + { + "ge_buy_limit": "100", + "examine": "A wooden cat toy.", + "grand_exchange_price": "922", + "durability": null, + "name": "Wooden cat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10891" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "922", + "durability": null, + "name": "Wooden cat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10892" + }, + { + "examine": "A cranial clamp.", + "durability": null, + "name": "Cranial clamp", + "archery_ticket_price": "0", + "id": "10893" + }, + { + "examine": "Some tongs for use with brains.", + "durability": null, + "name": "Brain tongs", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10894" + }, + { + "examine": "A bell jar for covering things.", + "durability": null, + "name": "Bell jar", + "weight": "1", + "archery_ticket_price": "0", + "id": "10895" + }, + { + "examine": "A silver whistle.", + "durability": null, + "name": "Wolf whistle", + "archery_ticket_price": "0", + "id": "10896" + }, + { + "examine": "A shipping order list.", + "durability": null, + "name": "Shipping order", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10897" + }, + { + "examine": "A small keg of gunpowder.", + "durability": null, + "name": "Keg", + "weight": "12", + "archery_ticket_price": "0", + "id": "10898" + }, + { + "examine": "Part of a crate.", + "durability": null, + "name": "Crate part", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10899" + }, + { + "examine": "One skull staple.", + "durability": null, + "name": "Skull staple", + "archery_ticket_price": "0", + "id": "10904" + }, + { + "ge_buy_limit": "100", + "examine": "This super restore and unicorn dust potion needs more ingredients.", + "grand_exchange_price": "8420", + "durability": null, + "name": "Mixture - step 1(4)", + "tradeable": "true", + "low_alchemy": "120", + "high_alchemy": "180", + "archery_ticket_price": "0", + "id": "10909" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8420", + "durability": null, + "name": "Mixture - step 1(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10910" + }, + { + "ge_buy_limit": "100", + "examine": "This super restore and unicorn dust potion needs more ingredients.", + "grand_exchange_price": "6543", + "durability": null, + "name": "Mixture - step 1(3)", + "tradeable": "true", + "low_alchemy": "120", + "high_alchemy": "180", + "archery_ticket_price": "0", + "id": "10911" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "6543", + "durability": null, + "name": "Mixture - step 1(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10912" + }, + { + "ge_buy_limit": "100", + "examine": "This super restore and unicorn dust potion needs more ingredients.", + "grand_exchange_price": "4335", + "durability": null, + "name": "Mixture - step 1(2)", + "tradeable": "true", + "low_alchemy": "120", + "high_alchemy": "180", + "archery_ticket_price": "0", + "id": "10913" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4335", + "durability": null, + "name": "Mixture - step 1(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10914" + }, + { + "ge_buy_limit": "100", + "examine": "This super restore and unicorn dust potion needs more ingredients.", + "grand_exchange_price": "2168", + "durability": null, + "name": "Mixture - step 1(1)", + "tradeable": "true", + "low_alchemy": "120", + "high_alchemy": "180", + "archery_ticket_price": "0", + "id": "10915" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2168", + "durability": null, + "name": "Mixture - step 1(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10916" + }, + { + "ge_buy_limit": "100", + "examine": "This super restore, unicorn dust, snake weed potion needs more ingredients.", + "grand_exchange_price": "8665", + "durability": null, + "name": "Mixture - step 2(4)", + "tradeable": "true", + "low_alchemy": "120", + "high_alchemy": "180", + "archery_ticket_price": "0", + "id": "10917" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8665", + "durability": null, + "name": "Mixture - step 2(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10918" + }, + { + "ge_buy_limit": "100", + "examine": "This super restore, unicorn dust, snake weed potion needs more ingredients.", + "grand_exchange_price": "6695", + "durability": null, + "name": "Mixture - step 2(3)", + "tradeable": "true", + "low_alchemy": "120", + "high_alchemy": "180", + "archery_ticket_price": "0", + "id": "10919" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "6695", + "durability": null, + "name": "Mixture - step 2(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10920" + }, + { + "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", + "low_alchemy": "120", + "high_alchemy": "180", + "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", + "low_alchemy": "120", + "high_alchemy": "180", + "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", + "low_alchemy": "120", + "high_alchemy": "180", + "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", + "low_alchemy": "120", + "high_alchemy": "180", + "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", + "low_alchemy": "120", + "high_alchemy": "180", + "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", + "low_alchemy": "120", + "high_alchemy": "180", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "10933", + "equipment_slot": "10" + }, + { + "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": "10934" + }, + { + "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": "10935" + }, + { + "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": "10936" + }, + { + "ge_buy_limit": "100", + "examine": "The claws from a nail beast", + "grand_exchange_price": "203", + "durability": null, + "name": "Nail beast nails", + "tradeable": "true", + "low_alchemy": "120", + "high_alchemy": "180", + "archery_ticket_price": "0", + "id": "10937" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "203", + "durability": null, + "name": "Nail beast nails", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10938" + }, + { + "remove_sleeves": "true", + "examine": "You certainly will be alright wearing this.", + "durability": null, + "name": "Lumberjack top", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "10939", + "equipment_slot": "4" + }, + { + "examine": "You certainly will be alright wearing these.", + "durability": null, + "name": "Lumberjack legs", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "10940", + "equipment_slot": "7" + }, + { + "remove_head": "true", + "examine": "You certainly will be alright wearing this.", + "durability": null, + "name": "Lumberjack hat", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10941", + "equipment_slot": "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", + "id": "10942" + }, + { + "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": "10943" + }, + { + "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": "10944" + }, + { + "remove_sleeves": "true", + "examine": "You certainly will be alright wearing this.", + "durability": null, + "name": "Lumberjack top", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "10945", + "equipment_slot": "4" + }, + { + "examine": "One skull staple.", + "durability": null, + "name": "Skull staples", + "archery_ticket_price": "0", + "id": "10950" + }, + { + "examine": "One skull staple.", + "durability": null, + "name": "Skull staples", + "archery_ticket_price": "0", + "id": "10951" + }, + { + "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", + "low_alchemy": "60", + "high_alchemy": "90", + "archery_ticket_price": "0", + "id": "10952" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "57", + "durability": null, + "name": "Slayer bell", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10953" + }, + { + "requirements": "{1,25}-{4,25}", + "shop_price": "1000", + "ge_buy_limit": "100", + "examine": "Armour made out of Frog hide.", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "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", + "id": "10954", + "bonuses": "0,0,0,-5,10,23,26,30,15,32,20,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1797", + "durability": null, + "name": "Frog-leather body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10955" + }, + { + "requirements": "{1,25}-{4,25}", + "shop_price": "900", + "ge_buy_limit": "100", + "examine": "Chaps made out of Frog hide.", + "durability": null, + "low_alchemy": "360", + "high_alchemy": "540", + "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" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "361", + "durability": null, + "name": "Frog-leather chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10957" + }, + { + "requirements": "{1,25}-{4,25}", + "shop_price": "200", + "ge_buy_limit": "100", + "examine": "Boots made out of Frog hide.", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "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" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1156", + "durability": null, + "name": "Frog-leather boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10959" + }, + { + "shop_price": "10", + "examine": "Thick and tasty soup.", + "durability": null, + "name": "Green gloop soup", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "10960" + }, + { + "shop_price": "10", + "examine": "A big bowl of frogspawn gumbo.", + "durability": null, + "name": "Frogspawn gumbo", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "10961" + }, + { + "shop_price": "10", + "examine": "A juicy frogburger.", + "durability": null, + "name": "Frogburger", + "low_alchemy": "4", + "high_alchemy": "6", + "weight": "1", + "archery_ticket_price": "0", + "id": "10962" + }, + { + "examine": "Nice and crunchy.", + "durability": null, + "name": "Coated frogs' legs", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "10963" + }, + { + "shop_price": "10", + "examine": "Bat shish kebab.", + "durability": null, + "name": "Bat shish", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "10964" + }, + { + "shop_price": "10", + "examine": "Wall beast fingers in a white fern sauce.", + "durability": null, + "name": "Fingers", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "10965" + }, + { + "examine": "A whole roasted frog.", + "durability": null, + "name": "Roast frog", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "1", + "archery_ticket_price": "0", + "id": "10967" + }, + { + "examine": "Tasty saut??ed mushrooms.", + "durability": null, + "name": "Mushrooms", + "low_alchemy": "20", + "high_alchemy": "30", + "archery_ticket_price": "0", + "id": "10968" + }, + { + "examine": "Chunky cave-crawler fillets.", + "durability": null, + "name": "Fillets", + "low_alchemy": "20", + "high_alchemy": "30", + "archery_ticket_price": "0", + "id": "10969" + }, + { + "examine": "Steamed cave pond loach.", + "durability": null, + "name": "Loach", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "1", + "archery_ticket_price": "0", + "id": "10970" + }, + { + "examine": "Cave-eel sushi.", + "durability": null, + "name": "Eel sushi", + "archery_ticket_price": "0", + "id": "10971" + }, + { + "shop_price": "2", + "examine": "Oldak's Marvellous Moving-Over-Distance Sphere.", + "durability": null, + "name": "Dorgesh-kaan sphere", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "10972" + }, + { + "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", + "low_alchemy": "140", + "high_alchemy": "210", + "archery_ticket_price": "0", + "id": "10973" + }, + { + "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", + "low_alchemy": "2", + "high_alchemy": "4", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "100", + "high_alchemy": "150", + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "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", + "low_alchemy": "400", + "high_alchemy": "600", + "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", + "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", + "low_alchemy": "4", + "tradeable": "false", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "tradeable": "false", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "tradeable": "false", + "high_alchemy": "6", + "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" + }, + { + "remove_head": "true", + "examine": "Cock-a-doodle-do!", + "durability": null, + "name": "Chicken head", + "tradeable": "false", + "destroy": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "11015", + "equipment_slot": "0" + }, + { + "examine": "Perfect for crossing the road.", + "durability": null, + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "durability": null, + "low_alchemy": "10400", + "high_alchemy": "15600", + "weight": "1.8", + "attack_speed": "4", + "weapon_interface": "6", + "equipment_slot": "3", + "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" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "120200", + "durability": null, + "name": "Brine sabre", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11038" + }, + { + "examine": "Looks like it might still float.", + "durability": null, + "name": "Rotten barrel", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11044" + }, + { + "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", + "archery_ticket_price": "0", + "id": "11045" + }, + { + "shop_price": "18", + "examine": "A coil of rope.", + "grand_exchange_price": "101", + "durability": null, + "name": "Rope", + "tradeable": "true", + "low_alchemy": "7", + "high_alchemy": "10", + "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", + "low_alchemy": "160", + "high_alchemy": "160", + "archery_ticket_price": "0", + "id": "11050" + }, + { + "examine": "An ancient goblin object encrusted in dirt.", + "durability": null, + "name": "Artefact", + "tradeable": "false", + "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, + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "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, + "low_alchemy": "400", + "high_alchemy": "600", + "weight": "1.8", + "attack_speed": "5", + "weapon_interface": "8", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "4093", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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.", + "durability": null, + "low_alchemy": "220", + "high_alchemy": "330", + "weight": "0.2", + "equipment_slot": "9", + "grand_exchange_price": "223", + "name": "Gold bracelet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11069" + }, + { + "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.", + "durability": null, + "low_alchemy": "460", + "high_alchemy": "690", + "weight": "0.25", + "equipment_slot": "9", + "grand_exchange_price": "578", + "name": "Sapphire bracelet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11072" + }, + { + "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", + "low_alchemy": "506", + "high_alchemy": "759", + "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", + "low_alchemy": "610", + "high_alchemy": "915", + "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", + "low_alchemy": "670", + "high_alchemy": "1005", + "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", + "low_alchemy": "670", + "high_alchemy": "1005", + "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", + "low_alchemy": "670", + "high_alchemy": "1005", + "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", + "low_alchemy": "930", + "high_alchemy": "1395", + "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", + "low_alchemy": "1024", + "high_alchemy": "1536", + "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", + "low_alchemy": "1620", + "high_alchemy": "2430", + "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", + "low_alchemy": "1530", + "high_alchemy": "2295", + "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", + "low_alchemy": "1680", + "high_alchemy": "2520", + "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", + "low_alchemy": "1680", + "high_alchemy": "2520", + "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", + "low_alchemy": "1680", + "high_alchemy": "2520", + "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", + "low_alchemy": "1680", + "high_alchemy": "2520", + "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", + "low_alchemy": "1680", + "high_alchemy": "2520", + "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", + "low_alchemy": "8080", + "high_alchemy": "12120", + "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", + "low_alchemy": "8080", + "high_alchemy": "12120", + "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", + "low_alchemy": "8080", + "high_alchemy": "12120", + "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", + "low_alchemy": "8080", + "high_alchemy": "12120", + "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", + "low_alchemy": "8080", + "high_alchemy": "12120", + "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", + "low_alchemy": "7650", + "high_alchemy": "11475", + "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.", + "durability": null, + "low_alchemy": "8416", + "high_alchemy": "12624", + "weight": "0.3", + "equipment_slot": "9", + "grand_exchange_price": "29700", + "name": "Combat bracelet(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11118", + "bonuses": "7,7,7,3,7,5,5,5,3,5,5,6,0,0,0" + }, + { + "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", + "low_alchemy": "8416", + "high_alchemy": "12624", + "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", + "low_alchemy": "8416", + "high_alchemy": "12624", + "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", + "low_alchemy": "8416", + "high_alchemy": "12624", + "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.", + "durability": null, + "low_alchemy": "8416", + "high_alchemy": "12624", + "weight": "0.3", + "equipment_slot": "9", + "grand_exchange_price": "29000", + "name": "Combat bracelet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11126", + "bonuses": "7,7,7,3,7,5,5,5,3,5,5,6,0,0,0" + }, + { + "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", + "low_alchemy": "80400", + "high_alchemy": "120600", + "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", + "low_alchemy": "80800", + "high_alchemy": "121200", + "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.", + "durability": null, + "low_alchemy": "80800", + "high_alchemy": "121200", + "weight": "0.2", + "equipment_slot": "9", + "grand_exchange_price": "124200", + "name": "Regen bracelet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11133", + "bonuses": "8,8,8,3,7,6,6,6,3,6,5,7,0,0,0" + }, + { + "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, + "low_alchemy": "1", + "high_alchemy": "2", + "weight": "3", + "turn90ccw_anim": "822", + "weapon_interface": "17", + "turn180_anim": "4227", + "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, + "low_alchemy": "1", + "high_alchemy": "2", + "weight": "3", + "turn90ccw_anim": "822", + "weapon_interface": "17", + "turn180_anim": "4227", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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)", + "low_alchemy": "960", + "high_alchemy": "1440", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "11190", + "equipment_slot": "2" + }, + { + "examine": "An enchanted necklace.", + "durability": null, + "name": "Digsite pendant (2)", + "low_alchemy": "960", + "high_alchemy": "1440", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "11191", + "equipment_slot": "2" + }, + { + "examine": "An enchanted necklace.", + "durability": null, + "name": "Digsite pendant (3)", + "low_alchemy": "960", + "high_alchemy": "1440", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "11192", + "equipment_slot": "2" + }, + { + "examine": "An enchanted necklace.", + "durability": null, + "name": "Digsite pendant (4)", + "low_alchemy": "960", + "high_alchemy": "1440", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "11193", + "equipment_slot": "2" + }, + { + "examine": "An enchanted necklace.", + "durability": null, + "name": "Digsite pendant (5)", + "low_alchemy": "960", + "high_alchemy": "1440", + "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, + "low_alchemy": "24000", + "high_alchemy": "36000", + "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", + "high_alchemy": "1", + "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.", + "durability": null, + "low_alchemy": "320", + "high_alchemy": "480", + "equipment_slot": "13", + "grand_exchange_price": "2674", + "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" + }, + { + "requirements": "{4,60}", + "ge_buy_limit": "10000", + "examine": "unlit: Arrows with dragon heads and oil-soaked cloth.lit: Dragon-headed fire arrow.", + "durability": null, + "low_alchemy": "320", + "high_alchemy": "480", + "equipment_slot": "13", + "grand_exchange_price": "3988", + "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" + }, + { + "requirements": "{4,60}", + "ge_buy_limit": "10000", + "examine": "unlit: Arrows with dragon heads and oil-soaked cloth.lit: Dragon-headed fire arrow.", + "durability": null, + "low_alchemy": "320", + "high_alchemy": "480", + "equipment_slot": "13", + "grand_exchange_price": "3834", + "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" + }, + { + "requirements": "{4,60}", + "ge_buy_limit": "10000", + "examine": "An arrow made using a dragon's talon.", + "durability": null, + "low_alchemy": "320", + "high_alchemy": "480", + "equipment_slot": "13", + "grand_exchange_price": "3141", + "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" + }, + { + "requirements": "{4,60}", + "ge_buy_limit": "10000", + "examine": "An arrow made using a dragon's talon.", + "durability": null, + "low_alchemy": "320", + "high_alchemy": "480", + "equipment_slot": "13", + "grand_exchange_price": "2866", + "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" + }, + { + "requirements": "{4,60}", + "ge_buy_limit": "10000", + "examine": "An arrow made using a dragon's talon.", + "durability": null, + "low_alchemy": "320", + "high_alchemy": "480", + "equipment_slot": "13", + "grand_exchange_price": "3766", + "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" + }, + { + "requirements": "{4,60}", + "ge_buy_limit": "10000", + "examine": "A deadly throwing dart with a dragon tip.", + "durability": null, + "low_alchemy": "200", + "high_alchemy": "300", + "attack_speed": "3", + "weapon_interface": "18", + "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, + "low_alchemy": "200", + "high_alchemy": "300", + "attack_speed": "3", + "weapon_interface": "18", + "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", + "low_alchemy": "100", + "high_alchemy": "150", + "archery_ticket_price": "0", + "id": "11232" + }, + { + "requirements": "{4,60}", + "ge_buy_limit": "10000", + "examine": "A deadly throwing dart with a dragon tip.", + "durability": null, + "low_alchemy": "200", + "high_alchemy": "300", + "attack_speed": "3", + "weapon_interface": "18", + "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, + "low_alchemy": "200", + "high_alchemy": "300", + "attack_speed": "3", + "weapon_interface": "18", + "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", + "low_alchemy": "48000", + "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, + "high_alchemy": "72001", + "weight": "1.9", + "weapon_interface": "16", + "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", + "low_alchemy": "200", + "high_alchemy": "300", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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" + }, + { + "shop_price": "3", + "turn90cw_anim": "6610", + "examine": "For catching butterflies.", + "walk_anim": "6607", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "destroy": "true", + "weight": "0.2", + "turn90ccw_anim": "6609", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "6608", + "render_anim": "1426", + "equipment_slot": "3", + "destroy_message": "You will have to trade with Elnock to get a new magic butterfly net.", + "stand_anim": "6604", + "name": "Magic butterfly net", + "tradeable": "false", + "run_anim": "6603", + "archery_ticket_price": "0", + "id": "11259", + "stand_turn_anim": "6611" + }, + { + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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" + }, + { + "examine": "The label says 'Vivid Crimson', but it looks like pink to me!", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "45", + "weight": "0.9", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "27", + "name": "Ham shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11274", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" + }, + { + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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.", + "rare_item": "true", + "durability": null, + "low_alchemy": "800000", + "high_alchemy": "1200000", + "weight": "7.2", + "equipment_slot": "5", + "grand_exchange_price": "5653008", + "name": "Dragonfire shield", + "archery_ticket_price": "0", + "id": "11283", + "bonuses": "0,0,0,-10,-5,70,75,72,10,72,17,7,0,0,0" + }, + { + "requirements": "{1,75}", + "ge_buy_limit": "10", + "examine": "A heavy shield with a snarling, draconic visage.", + "rare_item": "true", + "durability": null, + "low_alchemy": "800000", + "high_alchemy": "1200000", + "weight": "7.2", + "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", + "low_alchemy": "300000", + "high_alchemy": "450000", + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "10", + "high_alchemy": "15", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "30", + "high_alchemy": "45", + "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, + "low_alchemy": "60000", + "high_alchemy": "90000", + "weight": "2", + "absorb": "2,0,4", + "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", + "low_alchemy": "400", + "high_alchemy": "600", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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, + "low_alchemy": "10", + "high_alchemy": "15", + "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", + "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, + "low_alchemy": "36", + "high_alchemy": "54", + "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", + "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, + "low_alchemy": "130", + "high_alchemy": "195", + "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", + "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, + "low_alchemy": "338", + "high_alchemy": "507", + "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", + "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, + "low_alchemy": "832", + "high_alchemy": "1248", + "weight": "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", + "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, + "low_alchemy": "8320", + "high_alchemy": "12480", + "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", + "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, + "low_alchemy": "10", + "high_alchemy": "15", + "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", + "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", + "walk_anim": "1205", + "durability": null, + "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, + "low_alchemy": "10", + "high_alchemy": "15", + "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", + "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, + "low_alchemy": "10", + "high_alchemy": "15", + "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", + "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, + "low_alchemy": "36", + "high_alchemy": "54", + "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", + "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", + "walk_anim": "1205", + "durability": null, + "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, + "low_alchemy": "36", + "high_alchemy": "54", + "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", + "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, + "low_alchemy": "36", + "high_alchemy": "54", + "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", + "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, + "low_alchemy": "130", + "high_alchemy": "195", + "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", + "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", + "walk_anim": "1205", + "durability": null, + "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, + "low_alchemy": "130", + "high_alchemy": "195", + "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", + "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, + "low_alchemy": "130", + "high_alchemy": "195", + "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", + "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, + "low_alchemy": "338", + "high_alchemy": "507", + "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", + "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 mithril-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "low_alchemy": "338", + "high_alchemy": "507", + "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", + "name": "Mithril hasta(kp)", + "tradeable": "true", + "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, + "low_alchemy": "338", + "high_alchemy": "507", + "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", + "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, + "low_alchemy": "338", + "high_alchemy": "507", + "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", + "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, + "low_alchemy": "832", + "high_alchemy": "1248", + "weight": "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", + "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", + "walk_anim": "1205", + "durability": null, + "turn90ccw_anim": "1208", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "stand_anim": "813", + "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, + "low_alchemy": "832", + "high_alchemy": "1248", + "weight": "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", + "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", + "walk_anim": "1205", + "durability": null, + "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++)", + "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, + "low_alchemy": "8320", + "high_alchemy": "12480", + "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", + "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", + "walk_anim": "1205", + "durability": null, + "turn90ccw_anim": "1208", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "stand_anim": "813", + "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" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A rune-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "low_alchemy": "8320", + "high_alchemy": "12480", + "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", + "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, + "low_alchemy": "8320", + "high_alchemy": "12480", + "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", + "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", + "low_alchemy": "3", + "high_alchemy": "5", + "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", + "low_alchemy": "3", + "high_alchemy": "5", + "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", + "low_alchemy": "86", + "high_alchemy": "129", + "archery_ticket_price": "0", + "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", + "low_alchemy": "86", + "high_alchemy": "129", + "archery_ticket_price": "0", + "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", + "low_alchemy": "60", + "high_alchemy": "90", + "archery_ticket_price": "0", + "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", + "low_alchemy": "60", + "high_alchemy": "90", + "archery_ticket_price": "0", + "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", + "low_alchemy": "5", + "high_alchemy": "7", + "archery_ticket_price": "0", + "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", + "low_alchemy": "5", + "high_alchemy": "7", + "archery_ticket_price": "0", + "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", + "low_alchemy": "42", + "high_alchemy": "63", + "archery_ticket_price": "0", + "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", + "low_alchemy": "42", + "high_alchemy": "63", + "archery_ticket_price": "0", + "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", + "low_alchemy": "26", + "high_alchemy": "39", + "archery_ticket_price": "0", + "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", + "low_alchemy": "26", + "high_alchemy": "39", + "archery_ticket_price": "0", + "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", + "low_alchemy": "28", + "high_alchemy": "43", + "archery_ticket_price": "0", + "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", + "low_alchemy": "28", + "high_alchemy": "43", + "archery_ticket_price": "0", + "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", + "low_alchemy": "36", + "high_alchemy": "54", + "archery_ticket_price": "0", + "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", + "low_alchemy": "36", + "high_alchemy": "54", + "archery_ticket_price": "0", + "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", + "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", + "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", + "low_alchemy": "46", + "high_alchemy": "69", + "archery_ticket_price": "0", + "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", + "low_alchemy": "46", + "high_alchemy": "69", + "archery_ticket_price": "0", + "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", + "low_alchemy": "54", + "high_alchemy": "81", + "archery_ticket_price": "0", + "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", + "low_alchemy": "54", + "high_alchemy": "81", + "archery_ticket_price": "0", + "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", + "low_alchemy": "86", + "high_alchemy": "129", + "archery_ticket_price": "0", + "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", + "low_alchemy": "86", + "high_alchemy": "129", + "archery_ticket_price": "0", + "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", + "low_alchemy": "60", + "high_alchemy": "90", + "archery_ticket_price": "0", + "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", + "low_alchemy": "60", + "high_alchemy": "90", + "archery_ticket_price": "0", + "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": "Sup. energy mix(2)", + "tradeable": "true", + "low_alchemy": "64", + "high_alchemy": "96", + "archery_ticket_price": "0", + "id": "11481" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1062", + "durability": null, + "name": "Sup. 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": "Sup. energy mix(1)", + "tradeable": "true", + "low_alchemy": "64", + "high_alchemy": "96", + "archery_ticket_price": "0", + "id": "11483" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "562", + "durability": null, + "name": "Sup. 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": "Sup. str. mix(2)", + "tradeable": "true", + "low_alchemy": "66", + "high_alchemy": "99", + "archery_ticket_price": "0", + "id": "11485" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "955", + "durability": null, + "name": "Sup. str. 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": "Sup. str. mix(1)", + "tradeable": "true", + "low_alchemy": "66", + "high_alchemy": "99", + "archery_ticket_price": "0", + "id": "11487" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1040", + "durability": null, + "name": "Sup. str. 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", + "low_alchemy": "72", + "high_alchemy": "108", + "archery_ticket_price": "0", + "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", + "low_alchemy": "72", + "high_alchemy": "108", + "archery_ticket_price": "0", + "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": "Sup. restore mix(2)", + "tradeable": "true", + "low_alchemy": "66", + "high_alchemy": "99", + "archery_ticket_price": "0", + "id": "11493" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "3670", + "durability": null, + "name": "Sup. 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": "Sup. restore mix(1)", + "tradeable": "true", + "low_alchemy": "66", + "high_alchemy": "99", + "archery_ticket_price": "0", + "id": "11495" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "3104", + "durability": null, + "name": "Sup. 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": "Sup. def. mix(2)", + "tradeable": "true", + "low_alchemy": "79", + "high_alchemy": "118", + "archery_ticket_price": "0", + "id": "11497" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "38", + "durability": null, + "name": "Sup. def. 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": "Sup. def. mix(1)", + "tradeable": "true", + "low_alchemy": "79", + "high_alchemy": "118", + "archery_ticket_price": "0", + "id": "11499" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "66", + "durability": null, + "name": "Sup. def. 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", + "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", + "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", + "low_alchemy": "79", + "high_alchemy": "118", + "archery_ticket_price": "0", + "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", + "low_alchemy": "79", + "high_alchemy": "118", + "archery_ticket_price": "0", + "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", + "low_alchemy": "86", + "high_alchemy": "129", + "archery_ticket_price": "0", + "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", + "low_alchemy": "86", + "high_alchemy": "129", + "archery_ticket_price": "0", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "archery_ticket_price": "0", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "archery_ticket_price": "0", + "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", + "low_alchemy": "3", + "high_alchemy": "5", + "archery_ticket_price": "0", + "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", + "low_alchemy": "3", + "high_alchemy": "5", + "archery_ticket_price": "0", + "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", + "low_alchemy": "60", + "high_alchemy": "90", + "archery_ticket_price": "0", + "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", + "low_alchemy": "60", + "high_alchemy": "90", + "archery_ticket_price": "0", + "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", + "low_alchemy": "10", + "high_alchemy": "15", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "shop_price": "200", + "examine": "A mage helm from the order of the Void Knights.", + "durability": null, + "low_alchemy": "3940", + "high_alchemy": "5910", + "destroy": "true", + "equipment_slot": "0", + "name": "Void mage helm", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "11663", + "bonuses": "0,0,0,0,0,6,6,6,6,6,6,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "200", + "examine": "A ranger helm from the order of the Void Knights", + "durability": null, + "low_alchemy": "3940", + "high_alchemy": "5910", + "weight": "3.6", + "equipment_slot": "0", + "name": "Void ranger helm", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "11664", + "bonuses": "0,0,0,0,0,6,6,6,6,6,6,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "200", + "examine": "A melee helm from the order of the Void Knights.", + "durability": null, + "low_alchemy": "3940", + "high_alchemy": "5910", + "weight": "0.4", + "equipment_slot": "0", + "name": "Void melee helm", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "11665", + "bonuses": "0,0,0,0,0,6,6,6,6,6,6,0,0,0,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", + "shop_price": "200", + "examine": "A mage helm from the order of the Void Knights.", + "durability": null, + "low_alchemy": "3940", + "high_alchemy": "5910", + "destroy": "true", + "equipment_slot": "0", + "name": "Void mage helm", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "11674", + "bonuses": "0,0,0,0,0,6,6,6,6,6,0,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "200", + "examine": "A ranger helm from the order of the Void Knights", + "durability": null, + "low_alchemy": "3940", + "high_alchemy": "5910", + "weight": "3.6", + "equipment_slot": "0", + "name": "Void ranger helm", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "11675", + "bonuses": "0,0,0,0,0,6,6,6,6,6,0,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "200", + "examine": "A melee helm from the order of the Void Knights.", + "durability": null, + "low_alchemy": "3940", + "high_alchemy": "5910", + "weight": "0.4", + "equipment_slot": "0", + "name": "Void melee helm", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "11676", + "bonuses": "0,0,0,0,0,6,6,6,6,6,0,0,0,0,0" + }, + { + "destroy_message": "I can find another book in the Keldagrim library.", + "examine": "\"Beyond Trollheim\" by Nestor Peregrine.", + "durability": null, + "name": "Explorer's notes", + "low_alchemy": "2", + "tradeable": "false", + "high_alchemy": "3", + "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", + "low_alchemy": "200000", + "high_alchemy": "300000", + "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", + "low_alchemy": "200000", + "high_alchemy": "300000", + "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", + "low_alchemy": "300000", + "high_alchemy": "450000", + "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", + "low_alchemy": "200000", + "high_alchemy": "300000", + "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", + "low_alchemy": "500000", + "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, + "high_alchemy": "750000", + "weight": "10", + "weapon_interface": "7", + "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", + "low_alchemy": "500000", + "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, + "high_alchemy": "750000", + "weight": "10", + "weapon_interface": "7", + "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", + "low_alchemy": "500000", + "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, + "high_alchemy": "750000", + "weight": "10", + "weapon_interface": "7", + "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", + "low_alchemy": "500000", + "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, + "high_alchemy": "750000", + "weight": "10", + "weapon_interface": "7", + "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", + "low_alchemy": "200000", + "high_alchemy": "300000", + "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", + "low_alchemy": "200000", + "high_alchemy": "300000", + "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", + "low_alchemy": "200000", + "high_alchemy": "300000", + "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", + "low_alchemy": "200000", + "high_alchemy": "300000", + "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, + "name": "Godsword shard 1", + "tradeable": "true", + "low_alchemy": "100000", + "high_alchemy": "150000", + "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, + "name": "Godsword shard 2", + "tradeable": "true", + "low_alchemy": "100000", + "high_alchemy": "150000", + "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, + "name": "Godsword shard 3", + "tradeable": "true", + "low_alchemy": "100000", + "high_alchemy": "150000", + "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", + "low_alchemy": "40000", + "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, + "high_alchemy": "60000", + "weight": "3", + "weapon_interface": "14", + "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, + "low_alchemy": "8000", + "high_alchemy": "12000", + "weight": "0.5", + "absorb": "0,5,2", + "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, + "low_alchemy": "24000", + "high_alchemy": "36000", + "weight": "4", + "absorb": "0,10,5", + "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 rune plateskirt in the colours of Armadyl.", + "rare_item": "true", + "durability": null, + "low_alchemy": "25600", + "high_alchemy": "38400", + "weight": "8", + "absorb": "2,0,4", + "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, + "low_alchemy": "106000", + "high_alchemy": "159000", + "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, + "low_alchemy": "109000", + "high_alchemy": "163500", + "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, + "low_alchemy": "10000", + "high_alchemy": "15000", + "weight": "6", + "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", + "low_alchemy": "52000", + "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, + "high_alchemy": "78000", + "weight": "3", + "weapon_interface": "7", + "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, + "low_alchemy": "8000", + "high_alchemy": "12000", + "weight": "1", + "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. The wax seal is broken. / Before reading the scroll: 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. / Before reading the scroll: 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": "11735" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "1207", + "examine": "It's a slightly magical stick.", + "walk_anim": "1205", + "low_alchemy": "6800", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "equipment_slot": "3", + "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,10,0,2,3,1,10,0,0,35,0,0,0", + "requirements": "{0,30}-{6,30}", + "durability": null, + "high_alchemy": "10200", + "weight": "2", + "weapon_interface": "1", + "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", + "low_alchemy": "18000", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "equipment_slot": "3", + "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,10,0,2,3,1,10,0,0,50,0,0,0", + "requirements": "{0,40}-{6,40}", + "durability": null, + "high_alchemy": "27000", + "weight": "2", + "weapon_interface": "1", + "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", + "low_alchemy": "4", + "tradeable": "false", + "high_alchemy": "6", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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, + "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", + "low_alchemy": "16", + "high_alchemy": "24", + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "archery_ticket_price": "0", + "id": "11807" + }, + { + "examine": "An ugly albino fish.", + "durability": null, + "name": "Whitefish", + "low_alchemy": "8", + "high_alchemy": "12", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "11808" + }, + { + "examine": "4 doses of goblin transmogrification potion.", + "durability": null, + "name": "Goblin potion (4)", + "low_alchemy": "5", + "high_alchemy": "7", + "archery_ticket_price": "0", + "id": "11809", + "equipment_slot": "5" + }, + { + "examine": "3 doses of goblin transmogrification potion.", + "durability": null, + "name": "Goblin potion (3)", + "low_alchemy": "5", + "high_alchemy": "7", + "archery_ticket_price": "0", + "id": "11810" + }, + { + "examine": "2 doses of goblin transmogrification potion.", + "durability": null, + "name": "Goblin potion (2)", + "low_alchemy": "5", + "high_alchemy": "7", + "archery_ticket_price": "0", + "id": "11811" + }, + { + "examine": "1 dose of goblin transmogrification potion.", + "durability": null, + "name": "Goblin potion (1)", + "low_alchemy": "5", + "high_alchemy": "7", + "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.", + "grand_exchange_price": "136300", + "durability": null, + "name": "Rune armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11838", + "absorb": "9,0,20", + "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", + "durability": null, + "name": "Dragon chain armour set (l)", + "archery_ticket_price": "0", + "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", + "durability": null, + "name": "Dragon chain armour set (sk)", + "archery_ticket_price": "0", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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" + }, + { + "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", + "low_alchemy": "289", + "high_alchemy": "434", + "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", + "low_alchemy": "289", + "high_alchemy": "434", + "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", + "low_alchemy": "239", + "high_alchemy": "359", + "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", + "low_alchemy": "239", + "high_alchemy": "359", + "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", + "low_alchemy": "1849", + "high_alchemy": "2774", + "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", + "low_alchemy": "1849", + "high_alchemy": "2774", + "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", + "low_alchemy": "1409", + "high_alchemy": "2114", + "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", + "low_alchemy": "1409", + "high_alchemy": "2114", + "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", + "low_alchemy": "1329", + "high_alchemy": "1994", + "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", + "low_alchemy": "1329", + "high_alchemy": "1994", + "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", + "low_alchemy": "179", + "high_alchemy": "269", + "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", + "low_alchemy": "179", + "high_alchemy": "269", + "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", + "low_alchemy": "259", + "high_alchemy": "389", + "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", + "low_alchemy": "259", + "high_alchemy": "389", + "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", + "low_alchemy": "889", + "high_alchemy": "1334", + "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", + "low_alchemy": "889", + "high_alchemy": "1334", + "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", + "low_alchemy": "1609", + "high_alchemy": "2414", + "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", + "low_alchemy": "1609", + "high_alchemy": "2414", + "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", + "low_alchemy": "1449", + "high_alchemy": "2174", + "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", + "low_alchemy": "1449", + "high_alchemy": "2174", + "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", + "low_alchemy": "1679", + "high_alchemy": "2519", + "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", + "low_alchemy": "1679", + "high_alchemy": "2519", + "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", + "low_alchemy": "1269", + "high_alchemy": "1904", + "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", + "low_alchemy": "1269", + "high_alchemy": "1904", + "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", + "low_alchemy": "179", + "high_alchemy": "269", + "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", + "low_alchemy": "179", + "high_alchemy": "269", + "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", + "low_alchemy": "1469", + "high_alchemy": "2204", + "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", + "low_alchemy": "1469", + "high_alchemy": "2204", + "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", + "low_alchemy": "1229", + "high_alchemy": "1844", + "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", + "low_alchemy": "1229", + "high_alchemy": "1844", + "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", + "low_alchemy": "1359", + "high_alchemy": "2039", + "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", + "low_alchemy": "1359", + "high_alchemy": "2039", + "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", + "low_alchemy": "1569", + "high_alchemy": "2354", + "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", + "low_alchemy": "1569", + "high_alchemy": "2354", + "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", + "low_alchemy": "1049", + "high_alchemy": "1574", + "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", + "low_alchemy": "1049", + "high_alchemy": "1574", + "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", + "low_alchemy": "249", + "high_alchemy": "374", + "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", + "low_alchemy": "249", + "high_alchemy": "374", + "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", + "low_alchemy": "1449", + "high_alchemy": "2174", + "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", + "low_alchemy": "1449", + "high_alchemy": "2174", + "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", + "low_alchemy": "239", + "high_alchemy": "359", + "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", + "low_alchemy": "239", + "high_alchemy": "359", + "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", + "low_alchemy": "619", + "high_alchemy": "929", + "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", + "low_alchemy": "619", + "high_alchemy": "929", + "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", + "low_alchemy": "1209", + "high_alchemy": "1814", + "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", + "low_alchemy": "1209", + "high_alchemy": "1814", + "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", + "low_alchemy": "979", + "high_alchemy": "1469", + "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", + "low_alchemy": "979", + "high_alchemy": "1469", + "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", + "low_alchemy": "739", + "high_alchemy": "1109", + "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", + "low_alchemy": "739", + "high_alchemy": "1109", + "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", + "low_alchemy": "309", + "high_alchemy": "464", + "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", + "low_alchemy": "309", + "high_alchemy": "464", + "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", + "low_alchemy": "249", + "high_alchemy": "374", + "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", + "low_alchemy": "249", + "high_alchemy": "374", + "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", + "low_alchemy": "1339", + "high_alchemy": "2009", + "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", + "low_alchemy": "1339", + "high_alchemy": "2009", + "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", + "low_alchemy": "679", + "high_alchemy": "1019", + "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", + "low_alchemy": "679", + "high_alchemy": "1019", + "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", + "low_alchemy": "1009", + "high_alchemy": "1514", + "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", + "low_alchemy": "1009", + "high_alchemy": "1514", + "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", + "low_alchemy": "919", + "high_alchemy": "1379", + "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", + "low_alchemy": "919", + "high_alchemy": "1379", + "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", + "low_alchemy": "1829", + "high_alchemy": "2744", + "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", + "low_alchemy": "1829", + "high_alchemy": "2744", + "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", + "low_alchemy": "949", + "high_alchemy": "1424", + "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", + "low_alchemy": "949", + "high_alchemy": "1424", + "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", + "low_alchemy": "1189", + "high_alchemy": "1784", + "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", + "low_alchemy": "1189", + "high_alchemy": "1784", + "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", + "low_alchemy": "1419", + "high_alchemy": "2129", + "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", + "low_alchemy": "1419", + "high_alchemy": "2129", + "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", + "low_alchemy": "1579", + "high_alchemy": "2369", + "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", + "low_alchemy": "1579", + "high_alchemy": "2369", + "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", + "low_alchemy": "1689", + "high_alchemy": "2534", + "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", + "low_alchemy": "1689", + "high_alchemy": "2534", + "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", + "low_alchemy": "1609", + "high_alchemy": "2414", + "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", + "low_alchemy": "1609", + "high_alchemy": "2414", + "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", + "low_alchemy": "179", + "high_alchemy": "269", + "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", + "low_alchemy": "179", + "high_alchemy": "269", + "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", + "low_alchemy": "1579", + "high_alchemy": "2369", + "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", + "low_alchemy": "1579", + "high_alchemy": "2369", + "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", + "low_alchemy": "279", + "high_alchemy": "419", + "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", + "low_alchemy": "279", + "high_alchemy": "419", + "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", + "low_alchemy": "2199", + "high_alchemy": "3299", + "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", + "low_alchemy": "2199", + "high_alchemy": "3299", + "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", + "low_alchemy": "639", + "high_alchemy": "959", + "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", + "low_alchemy": "639", + "high_alchemy": "959", + "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", + "low_alchemy": "2279", + "high_alchemy": "3419", + "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", + "low_alchemy": "2279", + "high_alchemy": "3419", + "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", + "low_alchemy": "1049", + "high_alchemy": "1574", + "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", + "low_alchemy": "1049", + "high_alchemy": "1574", + "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", + "low_alchemy": "1049", + "high_alchemy": "1574", + "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", + "low_alchemy": "1049", + "high_alchemy": "1574", + "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", + "low_alchemy": "1049", + "high_alchemy": "1574", + "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", + "low_alchemy": "1049", + "high_alchemy": "1574", + "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", + "low_alchemy": "1049", + "high_alchemy": "1574", + "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", + "low_alchemy": "1049", + "high_alchemy": "1574", + "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", + "low_alchemy": "1049", + "high_alchemy": "1574", + "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", + "low_alchemy": "1049", + "high_alchemy": "1574", + "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", + "low_alchemy": "1049", + "high_alchemy": "1574", + "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", + "low_alchemy": "1049", + "high_alchemy": "1574", + "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", + "low_alchemy": "1049", + "high_alchemy": "1574", + "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", + "low_alchemy": "1049", + "high_alchemy": "1574", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "400", + "high_alchemy": "600", + "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", + "low_alchemy": "400", + "high_alchemy": "600", + "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", + "low_alchemy": "400", + "high_alchemy": "600", + "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", + "low_alchemy": "400", + "high_alchemy": "600", + "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", + "low_alchemy": "400", + "high_alchemy": "600", + "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", + "low_alchemy": "400", + "high_alchemy": "600", + "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", + "low_alchemy": "279", + "high_alchemy": "419", + "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", + "low_alchemy": "279", + "high_alchemy": "419", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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": "true", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "12", + "high_alchemy": "18", + "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", + "low_alchemy": "76", + "high_alchemy": "114", + "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", + "low_alchemy": "76", + "high_alchemy": "114", + "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", + "low_alchemy": "76", + "high_alchemy": "114", + "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", + "low_alchemy": "76", + "high_alchemy": "114", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "high_alchemy": "1", + "archery_ticket_price": "0", + "id": "12159" + }, + { + "examine": "A charm used to summon familiars.", + "durability": null, + "name": "Crimson charm", + "tradeable": "false", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by master summoners.", + "durability": null, + "name": "Summoning cape", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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" + }, + { + "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", + "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", + "low_alchemy": "9", + "high_alchemy": "14", + "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", + "low_alchemy": "9", + "high_alchemy": "13", + "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", + "low_alchemy": "10", + "high_alchemy": "15", + "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": "Chick: A fluffy chick.Bird: Lovely blue plumage.Owl: A fantastic saradomin owl.", + "durability": null, + "name": "Saradomin owl", + "archery_ticket_price": "0", + "id": "12185" + }, + { + "examine": "Chick: A fluffy chick.Bird: Lovely red plumage.Hawk: A stately zamorak hawk.", + "durability": null, + "name": "Zamorak hawk", + "archery_ticket_price": "0", + "id": "12186" + }, + { + "examine": "Chick: A fluffy chick.Bird: Lovely green plumage.Raptor: 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": "(hatchling) A hatchling <dragon colour> dragon.(baby) A bigger baby <colour> dragon.", + "durability": null, + "name": "Dragon hatchling", + "archery_ticket_price": "0", + "id": "12197" + }, + { + "examine": "Baby: Little NipperAdult: Bigger Nipper.", + "durability": null, + "name": "Baby giant crab", + "archery_ticket_price": "0", + "id": "12198" + }, + { + "examine": "(Baby) A stripy little baby raccoon.(Adult) He can run with us.", + "durability": null, + "name": "Baby raccoon", + "archery_ticket_price": "0", + "id": "12199" + }, + { + "examine": "Adult: An experienced nut-thief.Baby: A tiny 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, + "low_alchemy": "40", + "high_alchemy": "60", + "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...", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "1", + "equipment_slot": "0", + "grand_exchange_price": "50", + "name": "Antlers (charged)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12206", + "bonuses": "0,0,0,0,0,0,0,0,0,0,8,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{23,30}", + "shop_price": "200", + "ge_buy_limit": "100", + "examine": "It's a little smelly in there.", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "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, + "low_alchemy": "80", + "high_alchemy": "120", + "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!", + "durability": null, + "low_alchemy": "160", + "high_alchemy": "240", + "weight": "2", + "equipment_slot": "0", + "grand_exchange_price": "234", + "name": "Feather headdress", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12210", + "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,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", + "low_alchemy": "160", + "high_alchemy": "240", + "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!", + "durability": null, + "low_alchemy": "160", + "high_alchemy": "240", + "weight": "2", + "equipment_slot": "0", + "grand_exchange_price": "662", + "name": "Feather headdress", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12213", + "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,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", + "low_alchemy": "160", + "high_alchemy": "240", + "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!", + "durability": null, + "low_alchemy": "160", + "high_alchemy": "240", + "weight": "2", + "equipment_slot": "0", + "grand_exchange_price": "90", + "name": "Feather headdress", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12216", + "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,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", + "low_alchemy": "160", + "high_alchemy": "240", + "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!", + "durability": null, + "low_alchemy": "160", + "high_alchemy": "240", + "weight": "2", + "equipment_slot": "0", + "grand_exchange_price": "107", + "name": "Feather headdress", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12219", + "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,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", + "low_alchemy": "160", + "high_alchemy": "240", + "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!", + "durability": null, + "low_alchemy": "160", + "high_alchemy": "240", + "weight": "2", + "equipment_slot": "0", + "grand_exchange_price": "211", + "name": "Feather headdress", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12222", + "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,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", + "low_alchemy": "160", + "high_alchemy": "240", + "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", + "durability": null, + "name": "Herbcall scroll", + "low_alchemy": "94", + "high_alchemy": "142", + "archery_ticket_price": "0", + "id": "12422" + }, + { + "requirements": "{23,69}", + "ge_buy_limit": "5000", + "grand_exchange_price": "258", + "durability": null, + "name": "Fruitfall scroll", + "low_alchemy": "146", + "high_alchemy": "220", + "archery_ticket_price": "0", + "id": "12423" + }, + { + "requirements": "{23,56}", + "ge_buy_limit": "5000", + "grand_exchange_price": "146", + "durability": null, + "name": "Fish rain scroll", + "low_alchemy": "125", + "high_alchemy": "188", + "archery_ticket_price": "0", + "id": "12424" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "7", + "durability": null, + "name": "Howl scroll", + "low_alchemy": "23", + "high_alchemy": "35", + "archery_ticket_price": "0", + "id": "12425" + }, + { + "requirements": "{23,47}", + "ge_buy_limit": "5000", + "grand_exchange_price": "97", + "durability": null, + "name": "Thieving fingers scroll", + "low_alchemy": "104", + "high_alchemy": "157", + "archery_ticket_price": "0", + "id": "12426" + }, + { + "requirements": "{23,62}", + "ge_buy_limit": "5000", + "grand_exchange_price": "533", + "durability": null, + "name": "Abyssal stealth scroll", + "low_alchemy": "135", + "high_alchemy": "203", + "archery_ticket_price": "0", + "id": "12427" + }, + { + "requirements": "{10,23}", + "ge_buy_limit": "5000", + "grand_exchange_price": "237", + "durability": null, + "name": "Egg spawn scroll", + "low_alchemy": "24", + "high_alchemy": "37", + "archery_ticket_price": "0", + "id": "12428" + }, + { + "requirements": "{23,33}", + "ge_buy_limit": "5000", + "grand_exchange_price": "97", + "durability": null, + "name": "Multichop scroll", + "low_alchemy": "88", + "high_alchemy": "133", + "archery_ticket_price": "0", + "id": "12429" + }, + { + "requirements": "{23,23}", + "ge_buy_limit": "5000", + "grand_exchange_price": "121", + "durability": null, + "name": "Cheese feast scroll", + "low_alchemy": "91", + "high_alchemy": "137", + "archery_ticket_price": "0", + "id": "12430" + }, + { + "requirements": "{23,40}", + "ge_buy_limit": "5000", + "grand_exchange_price": "39", + "durability": null, + "name": "Unburden scroll", + "low_alchemy": "27", + "high_alchemy": "41", + "archery_ticket_price": "0", + "id": "12431" + }, + { + "requirements": "{19,23}", + "ge_buy_limit": "5000", + "grand_exchange_price": "72", + "durability": null, + "name": "Venom shot scroll", + "low_alchemy": "73", + "high_alchemy": "110", + "archery_ticket_price": "0", + "id": "12432" + }, + { + "requirements": "{23,32}", + "ge_buy_limit": "5000", + "grand_exchange_price": "99", + "durability": null, + "name": "Insane ferocity scroll", + "low_alchemy": "100", + "high_alchemy": "151", + "archery_ticket_price": "0", + "id": "12433" + }, + { + "requirements": "{23,88}", + "ge_buy_limit": "5000", + "grand_exchange_price": "299", + "durability": null, + "name": "Healing aura scroll", + "low_alchemy": "156", + "high_alchemy": "235", + "archery_ticket_price": "0", + "id": "12434" + }, + { + "requirements": "{23,96}", + "ge_buy_limit": "5000", + "grand_exchange_price": "428", + "durability": null, + "name": "Winter storage scroll", + "low_alchemy": "227", + "high_alchemy": "341", + "archery_ticket_price": "0", + "id": "12435" + }, + { + "requirements": "{23,63}", + "ge_buy_limit": "5000", + "grand_exchange_price": "223", + "durability": null, + "name": "Oph. incubation scroll", + "low_alchemy": "132", + "high_alchemy": "199", + "archery_ticket_price": "0", + "id": "12436" + }, + { + "requirements": "{23,92}", + "ge_buy_limit": "5000", + "grand_exchange_price": "419", + "durability": null, + "name": "Magic focus scroll", + "low_alchemy": "219", + "high_alchemy": "329", + "archery_ticket_price": "0", + "id": "12437" + }, + { + "requirements": "{23,68}", + "ge_buy_limit": "5000", + "grand_exchange_price": "220", + "durability": null, + "name": "Swallow whole scroll", + "low_alchemy": "126", + "high_alchemy": "190", + "archery_ticket_price": "0", + "id": "12438" + }, + { + "requirements": "{23,67}", + "ge_buy_limit": "5000", + "grand_exchange_price": "269", + "durability": null, + "name": "Testudo scroll", + "low_alchemy": "17", + "high_alchemy": "26", + "archery_ticket_price": "0", + "id": "12439" + }, + { + "requirements": "{23,28}", + "ge_buy_limit": "5000", + "grand_exchange_price": "47", + "durability": null, + "name": "Generate compost scroll", + "low_alchemy": "63", + "high_alchemy": "95", + "archery_ticket_price": "0", + "id": "12440" + }, + { + "requirements": "{23,52}", + "ge_buy_limit": "5000", + "grand_exchange_price": "35", + "durability": null, + "name": "Tireless run scroll", + "low_alchemy": "28", + "high_alchemy": "43", + "archery_ticket_price": "0", + "id": "12441" + }, + { + "requirements": "{23,80}", + "ge_buy_limit": "5000", + "grand_exchange_price": "174", + "durability": null, + "name": "Regrowth scroll", + "low_alchemy": "144", + "high_alchemy": "217", + "archery_ticket_price": "0", + "id": "12442" + }, + { + "requirements": "{23,34}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1118", + "durability": null, + "name": "Call to arms scroll", + "low_alchemy": "90", + "high_alchemy": "136", + "archery_ticket_price": "0", + "id": "12443" + }, + { + "requirements": "{23,49}", + "ge_buy_limit": "5000", + "grand_exchange_price": "148", + "durability": null, + "name": "Blood drain scroll", + "low_alchemy": "133", + "high_alchemy": "200", + "archery_ticket_price": "0", + "id": "12444" + }, + { + "requirements": "{4,23}", + "ge_buy_limit": "5000", + "grand_exchange_price": "7", + "durability": null, + "name": "Dreadfowl strike scroll", + "low_alchemy": "24", + "high_alchemy": "37", + "archery_ticket_price": "0", + "id": "12445" + }, + { + "requirements": "{23,25}", + "ge_buy_limit": "5000", + "grand_exchange_price": "122", + "durability": null, + "name": "Sandstorm scroll", + "low_alchemy": "67", + "high_alchemy": "101", + "archery_ticket_price": "0", + "id": "12446" + }, + { + "requirements": "{23,31}", + "ge_buy_limit": "1000", + "grand_exchange_price": "98", + "durability": null, + "name": "Vampire touch scroll", + "low_alchemy": "97", + "high_alchemy": "146", + "archery_ticket_price": "0", + "id": "12447" + }, + { + "requirements": "{23,42}", + "ge_buy_limit": "5000", + "grand_exchange_price": "123", + "durability": null, + "name": "Evil flames scroll", + "low_alchemy": "120", + "high_alchemy": "181", + "archery_ticket_price": "0", + "id": "12448" + }, + { + "requirements": "{23,74}", + "ge_buy_limit": "5000", + "grand_exchange_price": "219", + "durability": null, + "name": "Crushing claw scroll", + "low_alchemy": "182", + "high_alchemy": "274", + "archery_ticket_price": "0", + "id": "12449" + }, + { + "requirements": "{23,75}", + "ge_buy_limit": "5000", + "grand_exchange_price": "221", + "durability": null, + "name": "Mantis strike scroll", + "archery_ticket_price": "0", + "id": "12450" + }, + { + "requirements": "{23,71}", + "ge_buy_limit": "5000", + "grand_exchange_price": "12", + "durability": null, + "name": "Arctic blast scroll", + "low_alchemy": "30", + "high_alchemy": "46", + "archery_ticket_price": "0", + "id": "12451" + }, + { + "requirements": "{23,66}", + "ge_buy_limit": "5000", + "grand_exchange_price": "10", + "durability": null, + "name": "Toad bark scroll", + "low_alchemy": "27", + "high_alchemy": "41", + "archery_ticket_price": "0", + "id": "12452" + }, + { + "requirements": "{23,55}", + "ge_buy_limit": "5000", + "grand_exchange_price": "202", + "durability": null, + "name": "Dissolve scroll", + "low_alchemy": "167", + "high_alchemy": "251", + "archery_ticket_price": "0", + "id": "12453" + }, + { + "requirements": "{23,54}", + "ge_buy_limit": "5000", + "grand_exchange_price": "163", + "durability": null, + "name": "Abyssal drain scroll", + "low_alchemy": "122", + "high_alchemy": "183", + "archery_ticket_price": "0", + "id": "12454" + }, + { + "requirements": "{23,58}", + "ge_buy_limit": "5000", + "grand_exchange_price": "198", + "durability": null, + "name": "Doomsphere scroll", + "low_alchemy": "160", + "high_alchemy": "241", + "archery_ticket_price": "0", + "id": "12455" + }, + { + "requirements": "{23,83}", + "ge_buy_limit": "5000", + "grand_exchange_price": "9", + "durability": null, + "name": "Spike shot scroll", + "low_alchemy": "17", + "high_alchemy": "26", + "archery_ticket_price": "0", + "id": "12456" + }, + { + "requirements": "{23,78}", + "ge_buy_limit": "5000", + "grand_exchange_price": "146", + "durability": null, + "name": "Acorn missile scroll", + "low_alchemy": "140", + "high_alchemy": "211", + "archery_ticket_price": "0", + "id": "12457" + }, + { + "requirements": "{23,43}", + "ge_buy_limit": "5000", + "grand_exchange_price": "97", + "durability": null, + "name": "Petrifying gaze scroll", + "low_alchemy": "104", + "high_alchemy": "157", + "archery_ticket_price": "0", + "id": "12458" + }, + { + "requirements": "{13,23}", + "ge_buy_limit": "5000", + "grand_exchange_price": "10", + "durability": null, + "name": "Slime spray scroll", + "low_alchemy": "184", + "high_alchemy": "277", + "archery_ticket_price": "0", + "id": "12459" + }, + { + "requirements": "{18,23}", + "ge_buy_limit": "5000", + "grand_exchange_price": "47", + "durability": null, + "name": "Electric lash scroll", + "low_alchemy": "61", + "high_alchemy": "92", + "archery_ticket_price": "0", + "id": "12460" + }, + { + "requirements": "{23,36}", + "ge_buy_limit": "5000", + "grand_exchange_price": "135", + "durability": null, + "name": "Bronze bull rush scroll", + "low_alchemy": "118", + "high_alchemy": "178", + "archery_ticket_price": "0", + "id": "12461" + }, + { + "requirements": "{23,46}", + "ge_buy_limit": "5000", + "grand_exchange_price": "180", + "durability": null, + "name": "Iron bull rush scroll", + "low_alchemy": "141", + "high_alchemy": "212", + "archery_ticket_price": "0", + "id": "12462" + }, + { + "requirements": "{23,56}", + "ge_buy_limit": "5000", + "grand_exchange_price": "182", + "durability": null, + "name": "Steel bull rush scroll", + "low_alchemy": "157", + "high_alchemy": "236", + "archery_ticket_price": "0", + "id": "12463" + }, + { + "requirements": "{23,66}", + "ge_buy_limit": "5000", + "grand_exchange_price": "198", + "durability": null, + "name": "Mith bull rush scroll", + "low_alchemy": "168", + "high_alchemy": "253", + "archery_ticket_price": "0", + "id": "12464" + }, + { + "requirements": "{23,76}", + "ge_buy_limit": "5000", + "grand_exchange_price": "203", + "durability": null, + "name": "Addy bull rush scroll", + "low_alchemy": "160", + "high_alchemy": "241", + "archery_ticket_price": "0", + "id": "12465" + }, + { + "requirements": "{23,86}", + "ge_buy_limit": "5000", + "grand_exchange_price": "67", + "durability": null, + "name": "Rune bull rush scroll", + "low_alchemy": "17", + "high_alchemy": "26", + "archery_ticket_price": "0", + "id": "12466" + }, + { + "requirements": "{23,64}", + "ge_buy_limit": "5000", + "grand_exchange_price": "171", + "durability": null, + "name": "Poisonous blast scroll", + "low_alchemy": "144", + "high_alchemy": "217", + "archery_ticket_price": "0", + "id": "12467" + }, + { + "requirements": "{23,61}", + "ge_buy_limit": "5000", + "grand_exchange_price": "170", + "durability": null, + "name": "Dust cloud scroll", + "low_alchemy": "157", + "high_alchemy": "236", + "archery_ticket_price": "0", + "id": "12468" + }, + { + "examine": "(hatchling) A hatchling <dragon colour> dragon.(baby) A bigger baby <colour> dragon.", + "durability": null, + "name": "Hatchling dragon", + "archery_ticket_price": "0", + "id": "12469" + }, + { + "examine": "(hatchling) A hatchling <dragon colour> dragon.(baby) A bigger baby <colour> dragon.", + "durability": null, + "name": "Hatchling dragon", + "archery_ticket_price": "0", + "id": "12471" + }, + { + "examine": "(hatchling) A hatchling <dragon colour> dragon.(baby) A bigger baby <colour> dragon.", + "durability": null, + "name": "Hatchling dragon", + "archery_ticket_price": "0", + "id": "12473" + }, + { + "examine": "(hatchling) A hatchling <dragon colour> dragon.(baby) A bigger baby <colour> 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": "true", + "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": "true", + "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": "true", + "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": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "12480" + }, + { + "examine": "(Baby) Can't fly and can barely walk, but adorable nonetheless. (adult) Emperor of all he surveys.", + "durability": null, + "name": "Baby penguin", + "archery_ticket_price": "0", + "id": "12481" + }, + { + "examine": "I can hatch this in an Incubator.", + "durability": null, + "name": "Penguin egg", + "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": "Chick: A fluffy chick.Bird: Lovely blue plumage.Owl: A fantastic saradomin owl.", + "durability": null, + "name": "Saradomin chick", + "archery_ticket_price": "0", + "id": "12503" + }, + { + "examine": "Chick: A fluffy chick.Bird: Lovely blue plumage.Owl: A fantastic saradomin owl.", + "durability": null, + "name": "Saradomin bird", + "archery_ticket_price": "0", + "id": "12504" + }, + { + "examine": "Chick: A fluffy chick.Bird: Lovely blue plumage.Owl: A fantastic saradomin owl.", + "durability": null, + "name": "Saradomin owl", + "archery_ticket_price": "0", + "id": "12505" + }, + { + "examine": "Chick: A fluffy chick.Bird: Lovely red plumage.Hawk: A stately zamorak hawk.", + "durability": null, + "name": "Zamorak chick", + "archery_ticket_price": "0", + "id": "12506" + }, + { + "examine": "Chick: A fluffy chick.Bird: Lovely red plumage.Hawk: A stately zamorak hawk.", + "durability": null, + "name": "Zamorak bird", + "archery_ticket_price": "0", + "id": "12507" + }, + { + "examine": "Chick: A fluffy chick.Bird: Lovely red plumage.Hawk: A stately zamorak hawk.", + "durability": null, + "name": "Zamorak hawk", + "archery_ticket_price": "0", + "id": "12508" + }, + { + "examine": "Chick: A fluffy chick.Bird: Lovely green plumage.Raptor: An impressive Guthix raptor.", + "durability": null, + "name": "Guthix chick", + "archery_ticket_price": "0", + "id": "12509" + }, + { + "examine": "Chick: A fluffy chick.Bird: Lovely green plumage.Raptor: An impressive Guthix raptor.", + "durability": null, + "name": "Guthix bird", + "archery_ticket_price": "0", + "id": "12510" + }, + { + "examine": "Chick: A fluffy chick.Bird: Lovely green plumage.Raptor: 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" + }, + { + "shop_price": "99000", + "examine": "The cape worn by master summoners.", + "durability": null, + "name": "Summoning cape", + "low_alchemy": "39600", + "high_alchemy": "59400", + "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", + "low_alchemy": "10", + "high_alchemy": "15", + "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", + "low_alchemy": "1259", + "high_alchemy": "1889", + "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", + "low_alchemy": "1259", + "high_alchemy": "1889", + "archery_ticket_price": "0", + "id": "12532" + }, + { + "requirements": "{16,23}", + "ge_buy_limit": "5000", + "grand_exchange_price": "7", + "durability": null, + "name": "Stony shell scroll", + "low_alchemy": "23", + "high_alchemy": "35", + "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", + "low_alchemy": "200", + "high_alchemy": "300", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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?", + "durability": null, + "low_alchemy": "24", + "high_alchemy": "36", + "weight": "1", + "equipment_slot": "0", + "grand_exchange_price": "1004", + "name": "Ogre wig", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12559" + }, + { + "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.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "1", + "equipment_slot": "7", + "grand_exchange_price": "197", + "name": "Ogre kilt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12561" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "197", + "durability": null, + "name": "Ogre kilt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12562" + }, + { + "shop_price": "60", + "ge_buy_limit": "100", + "examine": "It's a little big on me.", + "durability": null, + "low_alchemy": "24", + "high_alchemy": "36", + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "536", + "name": "Ogre top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12563" + }, + { + "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.", + "durability": null, + "low_alchemy": "24", + "high_alchemy": "36", + "weight": "3", + "equipment_slot": "10", + "grand_exchange_price": "420", + "name": "Ogre boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12565" + }, + { + "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", + "low_alchemy": "24", + "high_alchemy": "36", + "weight": "2", + "archery_ticket_price": "0", + "id": "12567" + }, + { + "remove_head": "true", + "ge_buy_limit": "100", + "examine": "A furry hat with an unnerving tail.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "weight": "1", + "equipment_slot": "0", + "grand_exchange_price": "3656", + "name": "Davy kebbit hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12568" + }, + { + "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, + "low_alchemy": "72", + "high_alchemy": "108", + "weight": "10", + "turn90ccw_anim": "8684", + "attack_speed": "7", + "weapon_interface": "10", + "turn180_anim": "8684", + "render_anim": "1157", + "equipment_slot": "3", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "1", + "high_alchemy": "2", + "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, + "low_alchemy": "1", + "high_alchemy": "2", + "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, + "low_alchemy": "1", + "high_alchemy": "2", + "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, + "low_alchemy": "1", + "high_alchemy": "2", + "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", + "low_alchemy": "50", + "high_alchemy": "75", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "high_alchemy": "1", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "8", + "high_alchemy": "12", + "archery_ticket_price": "0", + "id": "12624" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "500", + "examine": "A flag to put in the ground.", + "durability": null, + "name": "Flag", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "160", + "high_alchemy": "160", + "archery_ticket_price": "0", + "id": "12632" + }, + { + "examine": "The jar is shaking violently!", + "durability": null, + "name": "Super fishing explosive", + "low_alchemy": "24", + "high_alchemy": "36", + "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", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "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", + "high_alchemy": "1", + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "weight": "3", + "archery_ticket_price": "0", + "id": "12650" + }, + { + "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", + "low_alchemy": "2", + "high_alchemy": "3", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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, + "low_alchemy": "1408", + "high_alchemy": "2112", + "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, + "low_alchemy": "1408", + "high_alchemy": "2112", + "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.", + "durability": null, + "low_alchemy": "120", + "high_alchemy": "180", + "weight": "0.9", + "absorb": "0,2,1", + "equipment_slot": "0", + "grand_exchange_price": "1040", + "name": "Snakeskin bandana (e)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12660", + "bonuses": "0,0,0,-5,4,2,4,4,2,2,6,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "Lightweight head protection.", + "durability": null, + "low_alchemy": "120", + "high_alchemy": "180", + "weight": "0.9", + "absorb": "0,2,1", + "equipment_slot": "0", + "grand_exchange_price": "1040", + "name": "Snakeskin bandana (charged)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12661", + "bonuses": "0,0,0,-5,4,2,4,4,2,2,6,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "A wooden helmet.", + "durability": null, + "low_alchemy": "4000", + "high_alchemy": "6000", + "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, + "low_alchemy": "4000", + "high_alchemy": "6000", + "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, + "low_alchemy": "14080", + "high_alchemy": "21120", + "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, + "low_alchemy": "14080", + "high_alchemy": "21120", + "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, + "low_alchemy": "40000", + "high_alchemy": "60000", + "weight": "1.3", + "absorb": "2,0,4", + "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, + "low_alchemy": "40000", + "high_alchemy": "60000", + "weight": "1.3", + "absorb": "2,0,4", + "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, + "low_alchemy": "40", + "high_alchemy": "60", + "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, + "low_alchemy": "40", + "high_alchemy": "60", + "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, + "low_alchemy": "8000", + "high_alchemy": "12000", + "weight": "0.5", + "absorb": "0,5,2", + "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, + "low_alchemy": "8000", + "high_alchemy": "12000", + "weight": "0.5", + "absorb": "0,5,2", + "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, + "low_alchemy": "31200", + "high_alchemy": "46800", + "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, + "low_alchemy": "31200", + "high_alchemy": "46800", + "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, + "low_alchemy": "31200", + "high_alchemy": "46800", + "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, + "low_alchemy": "31200", + "high_alchemy": "46800", + "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, + "low_alchemy": "31200", + "high_alchemy": "46800", + "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, + "low_alchemy": "31200", + "high_alchemy": "46800", + "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, + "low_alchemy": "31200", + "high_alchemy": "46800", + "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, + "low_alchemy": "31200", + "high_alchemy": "46800", + "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, + "low_alchemy": "20000", + "high_alchemy": "30000", + "weight": "2.2", + "absorb": "2,0,4", + "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, + "low_alchemy": "20000", + "high_alchemy": "30000", + "weight": "2.2", + "absorb": "2,0,4", + "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": "(Baby) Can't fly and can barely walk, but adorable nonetheless. (adult) Emperor of all he surveys.", + "durability": null, + "name": "Baby penguin", + "archery_ticket_price": "0", + "id": "12763" + }, + { + "examine": "(Baby) Can't fly and can barely walk, but adorable nonetheless. (adult) Emperor of all he surveys.", + "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", + "low_alchemy": "1669", + "high_alchemy": "2504", + "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", + "low_alchemy": "1669", + "high_alchemy": "2504", + "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", + "low_alchemy": "179", + "high_alchemy": "269", + "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", + "low_alchemy": "179", + "high_alchemy": "269", + "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", + "low_alchemy": "909", + "high_alchemy": "1364", + "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", + "low_alchemy": "909", + "high_alchemy": "1364", + "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", + "low_alchemy": "1579", + "high_alchemy": "2369", + "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", + "low_alchemy": "1579", + "high_alchemy": "2369", + "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", + "low_alchemy": "1719", + "high_alchemy": "2579", + "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", + "low_alchemy": "1719", + "high_alchemy": "2579", + "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", + "low_alchemy": "2389", + "high_alchemy": "3584", + "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", + "low_alchemy": "2389", + "high_alchemy": "3584", + "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", + "low_alchemy": "2359", + "high_alchemy": "3539", + "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", + "low_alchemy": "2359", + "high_alchemy": "3539", + "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", + "low_alchemy": "1949", + "high_alchemy": "2924", + "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", + "low_alchemy": "1949", + "high_alchemy": "2924", + "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", + "low_alchemy": "2119", + "high_alchemy": "3179", + "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", + "low_alchemy": "2119", + "high_alchemy": "3179", + "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", + "low_alchemy": "1909", + "high_alchemy": "2864", + "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", + "low_alchemy": "1909", + "high_alchemy": "2864", + "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", + "low_alchemy": "1299", + "high_alchemy": "1949", + "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", + "low_alchemy": "1299", + "high_alchemy": "1949", + "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", + "low_alchemy": "909", + "high_alchemy": "1364", + "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", + "low_alchemy": "909", + "high_alchemy": "1364", + "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", + "low_alchemy": "1009", + "high_alchemy": "1514", + "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", + "low_alchemy": "1009", + "high_alchemy": "1514", + "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", + "low_alchemy": "2149", + "high_alchemy": "3224", + "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", + "low_alchemy": "2149", + "high_alchemy": "3224", + "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", + "low_alchemy": "2189", + "high_alchemy": "3284", + "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", + "low_alchemy": "2189", + "high_alchemy": "3284", + "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", + "low_alchemy": "2149", + "high_alchemy": "3224", + "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", + "low_alchemy": "2149", + "high_alchemy": "3224", + "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", + "low_alchemy": "809", + "high_alchemy": "1214", + "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", + "low_alchemy": "809", + "high_alchemy": "1214", + "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", + "low_alchemy": "1709", + "high_alchemy": "2564", + "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", + "low_alchemy": "1709", + "high_alchemy": "2564", + "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", + "low_alchemy": "1699", + "high_alchemy": "2549", + "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", + "low_alchemy": "1699", + "high_alchemy": "2549", + "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", + "low_alchemy": "909", + "high_alchemy": "1364", + "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", + "low_alchemy": "909", + "high_alchemy": "1364", + "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", + "low_alchemy": "1279", + "high_alchemy": "1919", + "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", + "low_alchemy": "1279", + "high_alchemy": "1919", + "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", + "low_alchemy": "909", + "high_alchemy": "1364", + "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", + "low_alchemy": "909", + "high_alchemy": "1364", + "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", + "low_alchemy": "959", + "high_alchemy": "1439", + "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", + "low_alchemy": "959", + "high_alchemy": "1439", + "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", + "low_alchemy": "2149", + "high_alchemy": "3224", + "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", + "low_alchemy": "2149", + "high_alchemy": "3224", + "archery_ticket_price": "0", + "id": "12823" + }, + { + "requirements": "{23,79}", + "ge_buy_limit": "5000", + "grand_exchange_price": "380", + "durability": null, + "name": "Titan's con. scroll", + "low_alchemy": "214", + "high_alchemy": "322", + "archery_ticket_price": "0", + "id": "12824" + }, + { + "requirements": "{23,99}", + "ge_buy_limit": "5000", + "grand_exchange_price": "646", + "durability": null, + "name": "Steel of legends scroll", + "low_alchemy": "194", + "high_alchemy": "292", + "archery_ticket_price": "0", + "id": "12825" + }, + { + "requirements": "{23,73}", + "ge_buy_limit": "5000", + "grand_exchange_price": "271", + "durability": null, + "name": "Volcanic str. scroll", + "low_alchemy": "211", + "high_alchemy": "317", + "archery_ticket_price": "0", + "id": "12826" + }, + { + "requirements": "{23,93}", + "ge_buy_limit": "5000", + "grand_exchange_price": "310", + "durability": null, + "name": "Essence shipment scroll", + "low_alchemy": "129", + "high_alchemy": "194", + "archery_ticket_price": "0", + "id": "12827" + }, + { + "requirements": "{23,95}", + "ge_buy_limit": "5000", + "grand_exchange_price": "389", + "durability": null, + "name": "Iron within scroll", + "low_alchemy": "214", + "high_alchemy": "322", + "archery_ticket_price": "0", + "id": "12828" + }, + { + "requirements": "{23,46}", + "ge_buy_limit": "5000", + "grand_exchange_price": "146", + "durability": null, + "name": "Immense heat scroll", + "low_alchemy": "127", + "high_alchemy": "191", + "archery_ticket_price": "0", + "id": "12829" + }, + { + "requirements": "{23,70}", + "ge_buy_limit": "5000", + "grand_exchange_price": "149", + "durability": null, + "name": "Famine scroll", + "low_alchemy": "95", + "high_alchemy": "143", + "archery_ticket_price": "0", + "id": "12830" + }, + { + "requirements": "{23,77}", + "ge_buy_limit": "5000", + "grand_exchange_price": "245", + "durability": null, + "name": "Deadly claw scroll", + "low_alchemy": "190", + "high_alchemy": "286", + "archery_ticket_price": "0", + "id": "12831" + }, + { + "requirements": "{23,85}", + "ge_buy_limit": "5000", + "grand_exchange_price": "192", + "durability": null, + "name": "Swamp plague scroll", + "low_alchemy": "166", + "high_alchemy": "250", + "archery_ticket_price": "0", + "id": "12832" + }, + { + "requirements": "{23,89}", + "ge_buy_limit": "5000", + "grand_exchange_price": "294", + "durability": null, + "name": "Boil scroll", + "archery_ticket_price": "0", + "id": "12833" + }, + { + "requirements": "{23,29}", + "ge_buy_limit": "5000", + "grand_exchange_price": "103", + "durability": null, + "name": "Explode scroll", + "low_alchemy": "238", + "high_alchemy": "358", + "archery_ticket_price": "0", + "id": "12834" + }, + { + "requirements": "{23,57}", + "ge_buy_limit": "5000", + "grand_exchange_price": "250", + "durability": null, + "name": "Goad scroll", + "low_alchemy": "170", + "high_alchemy": "256", + "archery_ticket_price": "0", + "id": "12835" + }, + { + "requirements": "{23,57}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1428", + "durability": null, + "name": "Ambush scroll", + "low_alchemy": "169", + "high_alchemy": "254", + "archery_ticket_price": "0", + "id": "12836" + }, + { + "requirements": "{23,83}", + "ge_buy_limit": "5000", + "grand_exchange_price": "300", + "durability": null, + "name": "Ebon thunder scroll", + "low_alchemy": "211", + "high_alchemy": "317", + "archery_ticket_price": "0", + "id": "12837" + }, + { + "requirements": "{17,23}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1", + "durability": null, + "name": "Pester scroll", + "low_alchemy": "17", + "high_alchemy": "26", + "archery_ticket_price": "0", + "id": "12838" + }, + { + "requirements": "{22,23}", + "ge_buy_limit": "5000", + "grand_exchange_price": "78", + "durability": null, + "name": "Fireball assault scroll", + "low_alchemy": "80", + "high_alchemy": "121", + "archery_ticket_price": "0", + "id": "12839" + }, + { + "requirements": "{23,57}", + "ge_buy_limit": "5000", + "grand_exchange_price": "196", + "durability": null, + "name": "Rending scroll", + "low_alchemy": "171", + "high_alchemy": "257", + "archery_ticket_price": "0", + "id": "12840" + }, + { + "requirements": "{23,76}", + "ge_buy_limit": "5000", + "grand_exchange_price": "173", + "durability": null, + "name": "Inferno scroll", + "low_alchemy": "157", + "high_alchemy": "236", + "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, + "low_alchemy": "40", + "high_alchemy": "60", + "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.", + "shop_price": "75", + "examine": "A pair of mystical gloves.", + "durability": null, + "name": "Irit gloves", + "archery_ticket_price": "0", + "id": "12856", + "equipment_slot": "9" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "100", + "examine": "A pair of mystical gloves.", + "durability": null, + "name": "Avantoe gloves", + "archery_ticket_price": "0", + "id": "12857", + "equipment_slot": "9" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "200", + "examine": "A pair of mystical gloves.", + "durability": null, + "name": "Kwuarm gloves", + "archery_ticket_price": "0", + "id": "12858", + "equipment_slot": "9" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "200", + "examine": "A pair of mystical gloves.", + "durability": null, + "name": "Cadantine gloves", + "archery_ticket_price": "0", + "id": "12859", + "equipment_slot": "9" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "200", + "examine": "A pair of mystical gloves.", + "durability": null, + "name": "Swordfish gloves", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "12860", + "equipment_slot": "9" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "200", + "examine": "A pair of mystical gloves", + "durability": null, + "name": "Shark gloves", + "weight": "1", + "archery_ticket_price": "0", + "id": "12861", + "equipment_slot": "9" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "200", + "examine": "A pair of mystical gloves.", + "durability": null, + "name": "Dragon slayer gloves", + "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.", + "shop_price": "75", + "examine": "A pair of mystical gloves.", + "durability": null, + "name": "Air runecrafting gloves", + "tradeable": "false", + "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.", + "shop_price": "75", + "examine": "A pair of mystical gloves.", + "durability": null, + "name": "Water runecrafting gloves", + "tradeable": "false", + "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.", + "shop_price": "75", + "examine": "A pair of mystical gloves.", + "durability": null, + "name": "Earth runecrafting gloves", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "12865", + "equipment_slot": "9" + }, + { + "remove_head": "true", + "requirements": "{1,60}-{6,50}", + "shop_price": "250", + "examine": "Its arcane power is waning.", + "durability": null, + "low_alchemy": "10000", + "high_alchemy": "15000", + "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,60}-{6,50}", + "shop_price": "250", + "examine": "Its arcane power is waning.", + "durability": null, + "low_alchemy": "10000", + "high_alchemy": "15000", + "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,60}-{6,50}", + "shop_price": "250", + "examine": "Its arcane power is waning.", + "durability": null, + "low_alchemy": "10000", + "high_alchemy": "15000", + "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,60}-{6,50}", + "shop_price": "250", + "examine": "Its arcane power is waning.", + "durability": null, + "low_alchemy": "10000", + "high_alchemy": "15000", + "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,60}-{6,50}", + "shop_price": "250", + "examine": "Its arcane power is waning.", + "durability": null, + "low_alchemy": "10000", + "high_alchemy": "15000", + "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,60}-{6,50}", + "shop_price": "250", + "ge_buy_limit": "10", + "examine": "Its arcane power is waning.", + "durability": null, + "low_alchemy": "10000", + "high_alchemy": "15000", + "absorb": "4,3,0", + "equipment_slot": "0", + "grand_exchange_price": "78900", + "name": "Battle hood 0", + "tradeable": "false", + "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": "false", + "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, + "low_alchemy": "20000", + "high_alchemy": "30000", + "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, + "low_alchemy": "20000", + "high_alchemy": "30000", + "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, + "low_alchemy": "20000", + "high_alchemy": "30000", + "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, + "low_alchemy": "20000", + "high_alchemy": "30000", + "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, + "low_alchemy": "20000", + "high_alchemy": "30000", + "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, + "low_alchemy": "20000", + "high_alchemy": "30000", + "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, + "low_alchemy": "16000", + "high_alchemy": "24000", + "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, + "low_alchemy": "16000", + "high_alchemy": "24000", + "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, + "low_alchemy": "16000", + "high_alchemy": "24000", + "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, + "low_alchemy": "16000", + "high_alchemy": "24000", + "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, + "low_alchemy": "16000", + "high_alchemy": "24000", + "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, + "low_alchemy": "16000", + "high_alchemy": "24000", + "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,20}-{6,10}", + "shop_price": "100", + "examine": "A worn-out hood, formerly worn by the followers of Guthix.", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "7", + "equipment_slot": "0", + "grand_exchange_price": "6915", + "name": "Druidic mage hood 100", + "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,20}-{6,10}", + "shop_price": "100", + "examine": "A worn-out hood, formerly worn by the followers of Guthix.", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "7", + "equipment_slot": "0", + "grand_exchange_price": "6915", + "name": "Druidic mage hood 80", + "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,20}-{6,10}", + "shop_price": "100", + "examine": "A worn-out hood, formerly worn by the followers of Guthix.", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "7", + "equipment_slot": "0", + "grand_exchange_price": "6915", + "name": "Druidic mage hood 60", + "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,20}-{6,10}", + "shop_price": "100", + "examine": "A worn-out hood, formerly worn by the followers of Guthix.", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "7", + "equipment_slot": "0", + "grand_exchange_price": "6915", + "name": "Druidic mage hood 40", + "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,20}-{6,10}", + "shop_price": "100", + "examine": "A worn-out hood, formerly worn by the followers of Guthix.", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "7", + "equipment_slot": "0", + "grand_exchange_price": "6915", + "name": "Druidic mage hood 20", + "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,20}-{6,10}", + "shop_price": "100", + "ge_buy_limit": "10", + "examine": "A worn-out hood, formerly worn by the followers of Guthix.", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "7", + "equipment_slot": "0", + "grand_exchange_price": "8504", + "name": "Druidic mage hood 0", + "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": "false", + "archery_ticket_price": "0", + "id": "12893" + }, + { + "requirements": "{1,20}-{6,10}", + "shop_price": "300", + "examine": "A magical robe top worn by followers of Guthix.", + "durability": null, + "low_alchemy": "2400", + "high_alchemy": "3600", + "weight": "4", + "absorb": "2,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "80273", + "name": "Druidic mage top 100", + "archery_ticket_price": "0", + "id": "12894", + "bonuses": "0,0,0,7,0,0,0,0,7,0,7,0,0,0,0" + }, + { + "requirements": "{1,20}-{6,10}", + "shop_price": "300", + "examine": "A magical robe top worn by followers of Guthix.", + "durability": null, + "low_alchemy": "2400", + "high_alchemy": "3600", + "weight": "4", + "absorb": "2,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "80273", + "name": "Druidic mage top 80", + "archery_ticket_price": "0", + "id": "12895", + "bonuses": "0,0,0,7,0,0,0,0,7,0,7,0,0,0,0" + }, + { + "requirements": "{1,20}-{6,10}", + "shop_price": "300", + "examine": "A magical robe top worn by followers of Guthix.", + "durability": null, + "low_alchemy": "2400", + "high_alchemy": "3600", + "weight": "4", + "absorb": "2,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "80273", + "name": "Druidic mage top 60", + "archery_ticket_price": "0", + "id": "12896", + "bonuses": "0,0,0,7,0,0,0,0,7,0,7,0,0,0,0" + }, + { + "requirements": "{1,20}-{6,10}", + "shop_price": "300", + "examine": "A magical robe top worn by followers of Guthix.", + "durability": null, + "low_alchemy": "2400", + "high_alchemy": "3600", + "weight": "4", + "absorb": "2,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "80273", + "name": "Druidic mage top 40", + "archery_ticket_price": "0", + "id": "12897", + "bonuses": "0,0,0,7,0,0,0,0,7,0,7,0,0,0,0" + }, + { + "requirements": "{1,20}-{6,10}", + "shop_price": "300", + "examine": "A magical robe top worn by followers of Guthix.", + "durability": null, + "low_alchemy": "2400", + "high_alchemy": "3600", + "weight": "4", + "absorb": "2,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "80273", + "name": "Druidic mage top 20", + "archery_ticket_price": "0", + "id": "12898", + "bonuses": "0,0,0,7,0,0,0,0,7,0,7,0,0,0,0" + }, + { + "requirements": "{1,20}-{6,10}", + "shop_price": "300", + "ge_buy_limit": "10", + "examine": "A magical robe top worn by followers of Guthix.", + "durability": null, + "low_alchemy": "2400", + "high_alchemy": "3600", + "weight": "4", + "absorb": "2,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "76300", + "name": "Druidic mage top 0", + "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": "false", + "archery_ticket_price": "0", + "id": "12900" + }, + { + "requirements": "{1,20}-{6,10}", + "shop_price": "200", + "examine": "A magical robe bottom worn by a person who follows Guthix.", + "durability": null, + "low_alchemy": "2000", + "high_alchemy": "3000", + "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,20}-{6,10}", + "shop_price": "200", + "examine": "A magical robe bottom worn by a person who follows Guthix.", + "durability": null, + "low_alchemy": "2000", + "high_alchemy": "3000", + "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,20}-{6,10}", + "shop_price": "200", + "examine": "A magical robe bottom worn by a person who follows Guthix.", + "durability": null, + "low_alchemy": "2000", + "high_alchemy": "3000", + "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,20}-{6,10}", + "shop_price": "200", + "examine": "A magical robe bottom worn by a person who follows Guthix.", + "durability": null, + "low_alchemy": "2000", + "high_alchemy": "3000", + "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,20}-{6,10}", + "shop_price": "200", + "examine": "A magical robe bottom worn by a person who follows Guthix.", + "durability": null, + "low_alchemy": "2000", + "high_alchemy": "3000", + "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,20}-{6,10}", + "shop_price": "200", + "ge_buy_limit": "10", + "examine": "A magical robe bottom worn by a person who follows Guthix.", + "durability": null, + "low_alchemy": "2000", + "high_alchemy": "3000", + "weight": "3", + "absorb": "1,0,0", + "equipment_slot": "7", + "grand_exchange_price": "60800", + "name": "Druidic mage bottom 0", + "tradeable": "false", + "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": "false", + "archery_ticket_price": "0", + "id": "12907" + }, + { + "requirements": "{1,35}", + "shop_price": "50", + "examine": "A spiked square shield.", + "durability": null, + "low_alchemy": "1620", + "high_alchemy": "2430", + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "2271", + "name": "Adamant spikeshield 100", + "tradeable": "true", + "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, + "low_alchemy": "1620", + "high_alchemy": "2430", + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "2271", + "name": "Adamant spikeshield 80", + "tradeable": "true", + "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, + "low_alchemy": "1620", + "high_alchemy": "2430", + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "2271", + "name": "Adamant spikeshield 60", + "tradeable": "true", + "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, + "low_alchemy": "1620", + "high_alchemy": "2430", + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "2271", + "name": "Adamant spikeshield 40", + "tradeable": "true", + "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, + "low_alchemy": "1620", + "high_alchemy": "2430", + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "2271", + "name": "Adamant spikeshield 20", + "tradeable": "true", + "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, + "low_alchemy": "1620", + "high_alchemy": "2430", + "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, + "low_alchemy": "2456", + "high_alchemy": "3684", + "weight": "7", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "19190", + "name": "Adamant berserker shield 100", + "tradeable": "true", + "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, + "low_alchemy": "2456", + "high_alchemy": "3684", + "weight": "7", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "19190", + "name": "Adamant berserker shield 80", + "tradeable": "true", + "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, + "low_alchemy": "2456", + "high_alchemy": "3684", + "weight": "7", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "19190", + "name": "Adamant berserker shield 60", + "tradeable": "true", + "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, + "low_alchemy": "2456", + "high_alchemy": "3684", + "weight": "7", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "19190", + "name": "Adamant berserker shield 40", + "tradeable": "true", + "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, + "low_alchemy": "2456", + "high_alchemy": "3684", + "weight": "7", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "19190", + "name": "Adamant berserker shield 20", + "tradeable": "true", + "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, + "low_alchemy": "2456", + "high_alchemy": "3684", + "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, + "low_alchemy": "2576", + "high_alchemy": "3864", + "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, + "low_alchemy": "2576", + "high_alchemy": "3864", + "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, + "low_alchemy": "2576", + "high_alchemy": "3864", + "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, + "low_alchemy": "2576", + "high_alchemy": "3864", + "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, + "low_alchemy": "2576", + "high_alchemy": "3864", + "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, + "low_alchemy": "2576", + "high_alchemy": "3864", + "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, + "low_alchemy": "25760", + "high_alchemy": "38640", + "weight": "6", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "82000", + "name": "Rune berserker shield 100", + "tradeable": "true", + "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, + "low_alchemy": "25760", + "high_alchemy": "38640", + "weight": "6", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "82000", + "name": "Rune berserker shield 80", + "tradeable": "true", + "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, + "low_alchemy": "25760", + "high_alchemy": "38640", + "weight": "6", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "82000", + "name": "Rune berserker shield 60", + "tradeable": "true", + "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, + "low_alchemy": "25760", + "high_alchemy": "38640", + "weight": "6", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "82000", + "name": "Rune berserker shield 40", + "tradeable": "true", + "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, + "low_alchemy": "25760", + "high_alchemy": "38640", + "weight": "6", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "82000", + "name": "Rune berserker shield 20", + "tradeable": "true", + "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, + "low_alchemy": "25760", + "high_alchemy": "38640", + "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, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "0.9", + "absorb": "0,3,1", + "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, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "0.9", + "absorb": "0,3,1", + "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, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "0.9", + "absorb": "0,3,1", + "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, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "0.9", + "absorb": "0,3,1", + "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, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "0.9", + "absorb": "0,3,1", + "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, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "0.9", + "absorb": "0,3,1", + "equipment_slot": "0", + "grand_exchange_price": "92700", + "name": "Green d'hide coif 0", + "tradeable": "false", + "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": "false", + "archery_ticket_price": "0", + "id": "12942" + }, + { + "remove_head": "true", + "requirements": "{1,50}-{4,40}", + "shop_price": "200", + "examine": "A coif made of blue dragonhide.", + "durability": null, + "low_alchemy": "2000", + "high_alchemy": "3000", + "weight": "1", + "absorb": "0,3,1", + "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,50}-{4,40}", + "shop_price": "200", + "examine": "A coif made of blue dragonhide.", + "durability": null, + "low_alchemy": "2000", + "high_alchemy": "3000", + "weight": "1", + "absorb": "0,3,1", + "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,50}-{4,40}", + "shop_price": "200", + "examine": "Fully charged: A coif made of blue dragonhide. Fully degraded: A worn out coif made of blue dragonhide.", + "durability": null, + "low_alchemy": "2000", + "high_alchemy": "3000", + "weight": "1", + "absorb": "0,3,1", + "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,50}-{4,40}", + "shop_price": "200", + "examine": "A coif made of blue dragonhide.", + "durability": null, + "low_alchemy": "2000", + "high_alchemy": "3000", + "weight": "1", + "absorb": "0,3,1", + "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,50}-{4,40}", + "shop_price": "200", + "examine": "A coif made of blue dragonhide.", + "durability": null, + "low_alchemy": "2000", + "high_alchemy": "3000", + "weight": "1", + "absorb": "0,3,1", + "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,50}-{4,40}", + "shop_price": "200", + "ge_buy_limit": "100", + "examine": "A worn out coif made of blue dragonhide.", + "durability": null, + "low_alchemy": "2000", + "high_alchemy": "3000", + "weight": "1", + "absorb": "0,3,1", + "equipment_slot": "0", + "grand_exchange_price": "131900", + "name": "Blue d'hide coif 0", + "tradeable": "false", + "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": "false", + "archery_ticket_price": "0", + "id": "12949" + }, + { + "remove_head": "true", + "requirements": "{1,60}-{4,40}", + "shop_price": "300", + "examine": "A coif made of red dragonhide.", + "durability": null, + "low_alchemy": "1400", + "high_alchemy": "2100", + "weight": "1", + "absorb": "0,3,1", + "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,60}-{4,40}", + "shop_price": "300", + "examine": "A coif made of red dragonhide.", + "durability": null, + "low_alchemy": "1400", + "high_alchemy": "2100", + "weight": "1", + "absorb": "0,3,1", + "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,60}-{4,40}", + "shop_price": "300", + "examine": "Fully charged: A coif made of red dragonhide.Fully degraded: A worn out coif made of red dragonhide.", + "durability": null, + "low_alchemy": "1400", + "high_alchemy": "2100", + "weight": "1", + "absorb": "0,3,1", + "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,60}-{4,40}", + "shop_price": "300", + "examine": "A coif made of red dragonhide.", + "durability": null, + "low_alchemy": "1400", + "high_alchemy": "2100", + "weight": "1", + "absorb": "0,3,1", + "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,60}-{4,40}", + "shop_price": "300", + "examine": "A coif made of red dragonhide.", + "durability": null, + "low_alchemy": "1400", + "high_alchemy": "2100", + "weight": "1", + "absorb": "0,3,1", + "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,60}-{4,40}", + "shop_price": "300", + "ge_buy_limit": "100", + "examine": "A worn out coif made of red dragonhide.", + "durability": null, + "low_alchemy": "1400", + "high_alchemy": "2100", + "weight": "1", + "absorb": "0,3,1", + "equipment_slot": "0", + "grand_exchange_price": "156600", + "name": "Red d'hide coif 0", + "tradeable": "false", + "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": "false", + "archery_ticket_price": "0", + "id": "12956" + }, + { + "remove_head": "true", + "requirements": "{1,70}-{4,40}", + "shop_price": "500", + "examine": "A coif made of black dragonhide.", + "durability": null, + "low_alchemy": "2200", + "high_alchemy": "3300", + "weight": "1", + "absorb": "0,3,1", + "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,70}-{4,40}", + "shop_price": "500", + "examine": "A coif made of black dragonhide.", + "durability": null, + "low_alchemy": "2200", + "high_alchemy": "3300", + "weight": "1", + "absorb": "0,3,1", + "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,70}-{4,40}", + "shop_price": "500", + "examine": "A coif made of black dragonhide.", + "durability": null, + "low_alchemy": "2200", + "high_alchemy": "3300", + "weight": "1", + "absorb": "0,3,1", + "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,70}-{4,40}", + "shop_price": "500", + "examine": "A coif made of black dragonhide.", + "durability": null, + "low_alchemy": "2200", + "high_alchemy": "3300", + "weight": "1", + "absorb": "0,3,1", + "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,70}-{4,40}", + "shop_price": "500", + "examine": "Fully charged: A coif made of black dragonhide. Fully degraded: A worn out coif made of black dragonhide.", + "durability": null, + "low_alchemy": "2200", + "high_alchemy": "3300", + "weight": "1", + "absorb": "0,3,1", + "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,70}-{4,40}", + "shop_price": "500", + "ge_buy_limit": "100", + "examine": "A coif made of black dragonhide.", + "durability": null, + "low_alchemy": "2200", + "high_alchemy": "3300", + "weight": "1", + "absorb": "0,3,1", + "equipment_slot": "0", + "grand_exchange_price": "229000", + "name": "Black d'hide coif 0", + "tradeable": "false", + "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": "false", + "archery_ticket_price": "0", + "id": "12963" + }, + { + "remove_head": "true", + "requirements": "{1,20}-{6,10}", + "shop_price": "50", + "examine": "A magical hood, especially created for combat spells.", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "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,20}-{6,10}", + "shop_price": "50", + "examine": "A magical hood, especially created for combat spells.", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "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,20}-{6,10}", + "shop_price": "50", + "examine": "A magical hood, especially created for combat spells.", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "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,20}-{6,10}", + "shop_price": "50", + "examine": "A magical hood, especially created for combat spells.", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "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,20}-{6,10}", + "shop_price": "50", + "examine": "A magical hood, especially created for combat spells.", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "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,20}-{6,10}", + "shop_price": "50", + "ge_buy_limit": "10", + "examine": "A magical hood, especially created for combat spells.", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "weight": "0.8", + "equipment_slot": "0", + "grand_exchange_price": "6511", + "name": "Combat hood 0", + "tradeable": "false", + "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": "false", + "archery_ticket_price": "0", + "id": "12970" + }, + { + "requirements": "{1,20}-{6,10}", + "shop_price": "150", + "examine": "A magical robe top, especially made for combat spells.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "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,20}-{6,10}", + "shop_price": "150", + "examine": "A magical robe top, especially made for combat spells.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "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,20}-{6,10}", + "shop_price": "150", + "examine": "A magical robe top, especially made for combat spells.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "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,20}-{6,10}", + "shop_price": "150", + "examine": "A magical robe top, especially made for combat spells.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "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,20}-{6,10}", + "shop_price": "150", + "examine": "A magical robe top, especially made for combat spells.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "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,20}-{6,10}", + "shop_price": "150", + "ge_buy_limit": "10", + "examine": "A magical robe top, especially made for combat spells.", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "weight": "4", + "absorb": "2,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "61500", + "name": "Combat robe top 0", + "tradeable": "false", + "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": "false", + "archery_ticket_price": "0", + "id": "12977" + }, + { + "requirements": "{1,20}-{6,10}", + "shop_price": "100", + "examine": "A magical robe bottom, especially created for combat spells.", + "durability": null, + "low_alchemy": "1000", + "high_alchemy": "1500", + "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,20}-{6,10}", + "shop_price": "100", + "examine": "A magical robe bottom, especially created for combat spells.", + "durability": null, + "low_alchemy": "1000", + "high_alchemy": "1500", + "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,20}-{6,10}", + "shop_price": "100", + "examine": "A magical robe bottom, especially created for combat spells.", + "durability": null, + "low_alchemy": "1000", + "high_alchemy": "1500", + "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,20}-{6,10}", + "shop_price": "100", + "examine": "A magical robe bottom, especially created for combat spells.", + "durability": null, + "low_alchemy": "1000", + "high_alchemy": "1500", + "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,20}-{6,10}", + "shop_price": "100", + "examine": "A magical robe bottom, especially created for combat spells.", + "durability": null, + "low_alchemy": "1000", + "high_alchemy": "1500", + "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,20}-{6,10}", + "shop_price": "100", + "ge_buy_limit": "10", + "examine": "A magical robe bottom, especially created for combat spells.", + "durability": null, + "low_alchemy": "1000", + "high_alchemy": "1500", + "weight": "3", + "absorb": "1,0,0", + "equipment_slot": "7", + "grand_exchange_price": "47800", + "name": "Combat robe bottom 0", + "tradeable": "false", + "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": "false", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "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": "false", + "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", + "low_alchemy": "120", + "high_alchemy": "180", + "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", + "low_alchemy": "120", + "high_alchemy": "180", + "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": "false", + "archery_ticket_price": "0", + "id": "12990" + }, + { + "requirements": "{1,5}", + "shop_price": "50", + "examine": "I have to keep my hands safe!", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "weight": "10", + "equipment_slot": "9", + "grand_exchange_price": "29844", + "name": "Steel gauntlets", + "archery_ticket_price": "0", + "id": "12991", + "bonuses": "0,0,0,-1,-1,4,5,5,-1,4,4,0,0,0,0" + }, + { + "requirements": "{1,5}", + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "I have to keep my hands safe!", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "weight": "10", + "equipment_slot": "9", + "grand_exchange_price": "27000", + "name": "Worn-out steel gauntlets", + "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": "false", + "archery_ticket_price": "0", + "id": "12993" + }, + { + "requirements": "{1,10}", + "shop_price": "75", + "examine": "I have to keep my hands safe!", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "0.2", + "equipment_slot": "9", + "grand_exchange_price": "50808", + "name": "Black gauntlets", + "archery_ticket_price": "0", + "id": "12994", + "bonuses": "0,0,0,-1,-1,5,6,6,-1,5,5,0,0,0,0" + }, + { + "requirements": "{1,10}", + "shop_price": "75", + "ge_buy_limit": "100", + "examine": "I have to keep my hands safe!", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "weight": "0.2", + "equipment_slot": "9", + "grand_exchange_price": "40100", + "name": "Worn-out black gauntlets", + "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": "false", + "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", + "low_alchemy": "1200", + "high_alchemy": "1800", + "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!", + "durability": null, + "low_alchemy": "1200", + "high_alchemy": "1800", + "equipment_slot": "9", + "grand_exchange_price": "54200", + "name": "Worn-out mithril gauntlets", + "archery_ticket_price": "0", + "id": "12998", + "bonuses": "0,0,0,-1,-1,2,2,2,-1,2,2,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "54200", + "durability": null, + "name": "Worn-out mithril gauntlets", + "tradeable": "false", + "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.", + "durability": null, + "low_alchemy": "2000", + "high_alchemy": "3000", + "weight": "0.2", + "equipment_slot": "9", + "grand_exchange_price": "74526", + "name": "Adamant gauntlets", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13000", + "bonuses": "0,0,0,-1,-1,8,9,9,-1,8,8,1,0,0,0" + }, + { + "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, + "low_alchemy": "2000", + "high_alchemy": "3000", + "weight": "0.2", + "equipment_slot": "9", + "grand_exchange_price": "71500", + "name": "Worn-out adamant gauntlets", + "tradeable": "false", + "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": "false", + "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.", + "durability": null, + "low_alchemy": "3000", + "high_alchemy": "4500", + "weight": "0.2", + "equipment_slot": "9", + "grand_exchange_price": "95700", + "name": "Rune gauntlets", + "archery_ticket_price": "0", + "id": "13003", + "bonuses": "0,0,0,-1,-1,10,11,11,-1,10,10,2,0,0,0" + }, + { + "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, + "low_alchemy": "3000", + "high_alchemy": "4500", + "weight": "0.2", + "equipment_slot": "9", + "grand_exchange_price": "99900", + "name": "Worn-out rune gauntlets", + "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": "false", + "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!", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "weight": "0.2", + "equipment_slot": "9", + "grand_exchange_price": "214700", + "name": "Dragon gauntlets", + "archery_ticket_price": "0", + "id": "13006", + "bonuses": "0,0,0,-1,-1,14,15,15,-1,14,14,3,0,0,0" + }, + { + "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, + "low_alchemy": "20000", + "high_alchemy": "30000", + "weight": "0.2", + "equipment_slot": "9", + "grand_exchange_price": "166200", + "name": "Worn-out dragon gauntlets", + "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": "false", + "archery_ticket_price": "0", + "id": "13008" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "13011" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "13013" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "13015" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "13017" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "13019" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "13021" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "13023" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "13025" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "13027" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "13029" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "13031" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "13033" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "13035" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "13037" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "13039" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13040" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13041" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "13043" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "13045" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "13047" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13048" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13049" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13050" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "13052" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "13054" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13055" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "13057" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "13059" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13060" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "13062" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "13064" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "13066" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13067" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13068" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13069" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13070" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13071" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13072" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13074" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13075" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "weight": "5", + "archery_ticket_price": "0", + "id": "13077" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13078" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13079" + }, + { + "shop_price": "5000", + "examine": "Depends on the type of clue you have(\"A set of instructions to be followed\". \"A clue!\".\"It points to great treasure!\". \" A place on the world map,but where?\", \"Perhaps someone at the observatory can teach me to navigate?\" \"Part of the world map, but whe", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13080" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "A black crossbow.", + "walk_anim": "4226", + "low_alchemy": "320", + "turn90ccw_anim": "822", + "attack_speed": "6", + "turn180_anim": "4227", + "equipment_slot": "3", + "grand_exchange_price": "261", + "stand_anim": "4591", + "tradeable": "true", + "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", + "requirements": "{4,33}", + "durability": null, + "high_alchemy": "480", + "weight": "5", + "weapon_interface": "17", + "render_anim": "175", + "attack_audios": "2700,0,0,0", + "name": "Black crossbow" + }, + { + "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.", + "durability": null, + "low_alchemy": "5", + "high_alchemy": "8", + "equipment_slot": "13", + "grand_exchange_price": "55", + "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" + }, + { + "requirements": "{4,33}", + "ge_buy_limit": "100", + "examine": "Black crossbow bolts.", + "durability": null, + "low_alchemy": "5", + "high_alchemy": "8", + "equipment_slot": "13", + "grand_exchange_price": "141", + "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" + }, + { + "requirements": "{4,33}", + "ge_buy_limit": "100", + "examine": "Black crossbow bolts.", + "durability": null, + "low_alchemy": "5", + "high_alchemy": "8", + "equipment_slot": "13", + "grand_exchange_price": "233", + "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" + }, + { + "requirements": "{4,33}", + "ge_buy_limit": "100", + "examine": "Black crossbow bolts.", + "durability": null, + "low_alchemy": "5", + "high_alchemy": "8", + "equipment_slot": "13", + "grand_exchange_price": "1690", + "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" + }, + { + "requirements": "{0,8}", + "ge_buy_limit": "2", + "examine": "A sapphire-topped cane.", + "durability": null, + "low_alchemy": "172", + "high_alchemy": "258", + "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, + "low_alchemy": "576", + "high_alchemy": "864", + "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, + "low_alchemy": "5760", + "high_alchemy": "8640", + "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" + }, + { + "ge_buy_limit": "2", + "examine": "Comes with a free rabbit!", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "weight": "1", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "160400", + "name": "Top hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13101" + }, + { + "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", + "low_alchemy": "100", + "high_alchemy": "150", + "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, + "low_alchemy": "400", + "high_alchemy": "600", + "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", + "ge_buy_limit": "2", + "examine": "Shear elegance.", + "durability": null, + "low_alchemy": "320", + "high_alchemy": "480", + "weight": "1", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "296700", + "name": "Sheep mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13107" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "296700", + "durability": null, + "name": "Sheep mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13108" + }, + { + "remove_head": "true", + "ge_buy_limit": "2", + "examine": "I can get the look right, but can I do the waddle too?", + "durability": null, + "low_alchemy": "320", + "high_alchemy": "480", + "weight": "1", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "633600", + "name": "Penguin mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13109" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "633600", + "durability": null, + "name": "Penguin mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13110" + }, + { + "remove_head": "true", + "ge_buy_limit": "2", + "examine": "The bats have left the belltower.", + "durability": null, + "low_alchemy": "320", + "high_alchemy": "480", + "weight": "1", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "399000", + "name": "Bat mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13111" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "399000", + "durability": null, + "name": "Bat mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13112" + }, + { + "remove_head": "true", + "ge_buy_limit": "2", + "examine": "It's the year of the cat!", + "durability": null, + "low_alchemy": "320", + "high_alchemy": "480", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "1200000", + "name": "Cat mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13113" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1200000", + "durability": null, + "name": "Cat mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13114" + }, + { + "remove_head": "true", + "ge_buy_limit": "2", + "examine": "I'm hungry like the wolf.", + "durability": null, + "low_alchemy": "320", + "high_alchemy": "480", + "weight": "1", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "1500000", + "name": "Wolf mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13115" + }, + { + "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, + "low_alchemy": "400", + "high_alchemy": "600", + "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, + "low_alchemy": "400", + "high_alchemy": "600", + "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, + "low_alchemy": "400", + "high_alchemy": "600", + "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, + "low_alchemy": "400", + "high_alchemy": "600", + "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, + "low_alchemy": "400", + "high_alchemy": "600", + "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, + "low_alchemy": "400", + "high_alchemy": "600", + "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, + "low_alchemy": "400", + "high_alchemy": "600", + "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, + "low_alchemy": "400", + "high_alchemy": "600", + "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, + "low_alchemy": "400", + "high_alchemy": "600", + "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, + "low_alchemy": "400", + "high_alchemy": "600", + "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, + "low_alchemy": "400", + "high_alchemy": "600", + "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, + "low_alchemy": "400", + "high_alchemy": "600", + "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, + "low_alchemy": "400", + "high_alchemy": "600", + "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, + "low_alchemy": "400", + "high_alchemy": "600", + "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, + "low_alchemy": "400", + "high_alchemy": "600", + "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, + "low_alchemy": "400", + "high_alchemy": "600", + "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, + "low_alchemy": "400", + "high_alchemy": "600", + "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, + "low_alchemy": "400", + "high_alchemy": "600", + "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, + "low_alchemy": "400", + "high_alchemy": "600", + "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, + "low_alchemy": "400", + "high_alchemy": "600", + "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, + "low_alchemy": "400", + "high_alchemy": "600", + "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, + "low_alchemy": "400", + "high_alchemy": "600", + "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, + "low_alchemy": "400", + "high_alchemy": "600", + "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, + "low_alchemy": "400", + "high_alchemy": "600", + "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, + "low_alchemy": "400", + "high_alchemy": "600", + "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, + "low_alchemy": "400", + "high_alchemy": "600", + "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, + "low_alchemy": "400", + "high_alchemy": "600", + "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, + "low_alchemy": "400", + "high_alchemy": "600", + "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, + "low_alchemy": "400", + "high_alchemy": "600", + "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", + "low_alchemy": "1", + "high_alchemy": "1", + "weight": "1", + "archery_ticket_price": "0", + "id": "13153" + }, + { + "examine": "A chain made from mithril and silver.", + "durability": null, + "name": "Silvthril chain", + "low_alchemy": "1", + "high_alchemy": "1", + "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)", + "low_alchemy": "1", + "high_alchemy": "1", + "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)", + "low_alchemy": "1", + "high_alchemy": "1", + "weight": "1", + "archery_ticket_price": "0", + "id": "13156", + "equipment_slot": "3" + }, + { + "examine": "A Vyrewatch corpse. Just a husk, really.", + "durability": null, + "name": "Vyre corpse", + "low_alchemy": "1", + "high_alchemy": "1", + "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", + "low_alchemy": "2", + "tradeable": "false", + "high_alchemy": "3", + "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.", + "durability": null, + "low_alchemy": "172", + "high_alchemy": "258", + "weight": "0.5", + "attack_speed": "5", + "weapon_interface": "10", + "equipment_slot": "3", + "grand_exchange_price": "115390", + "name": "Black cane", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13163", + "bonuses": "0,-2,16,0,0,0,0,0,0,0,0,13,2,0,0" + }, + { + "examine": "A ruby-topped cane.", + "durability": null, + "low_alchemy": "576", + "high_alchemy": "864", + "weight": "0.5", + "weapon_interface": "10", + "equipment_slot": "3", + "grand_exchange_price": "18514", + "name": "Adamant cane", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13164", + "bonuses": "0,-2,25,0,0,0,0,0,0,0,0,23,3,0,0" + }, + { + "examine": "A diamond-topped cane.", + "durability": null, + "low_alchemy": "5760", + "high_alchemy": "8640", + "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", + "low_alchemy": "80", + "high_alchemy": "120", + "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", + "low_alchemy": "100", + "high_alchemy": "150", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "13167", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "Spikier than normal.", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "weight": "10", + "equipment_slot": "0", + "grand_exchange_price": "39643", + "name": "Spiked helmet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13168", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "Shear elegance.", + "durability": null, + "low_alchemy": "320", + "high_alchemy": "480", + "weight": "1", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "313558", + "name": "Sheep mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13169" + }, + { + "remove_head": "true", + "examine": "I can get the look right, but can I do the waddle too?", + "durability": null, + "low_alchemy": "320", + "high_alchemy": "480", + "weight": "1", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "609515", + "name": "Penguin mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13170" + }, + { + "remove_head": "true", + "examine": "The bats have left the belltower.", + "durability": null, + "low_alchemy": "320", + "high_alchemy": "480", + "weight": "1", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "371616", + "name": "Bat mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13171" + }, + { + "remove_head": "true", + "lendable": "true", + "examine": "It's the year of the cat!", + "grand_exchange_price": "1066648", + "durability": null, + "name": "Cat mask", + "tradeable": "true", + "low_alchemy": "320", + "high_alchemy": "480", + "archery_ticket_price": "0", + "id": "13172", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "I'm hungry like the wolf.", + "durability": null, + "low_alchemy": "320", + "high_alchemy": "480", + "weight": "1", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "1303443", + "name": "Wolf mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13173" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Blue navy slacks", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "13174", + "equipment_slot": "7" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Green navy slacks", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "13175", + "equipment_slot": "7" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Red navy slacks", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "13176", + "equipment_slot": "7" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Brown navy slacks", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "13177", + "equipment_slot": "7" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Black navy slacks", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "13178", + "equipment_slot": "7" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Purple navy slacks", + "low_alchemy": "40", + "high_alchemy": "60", + "archery_ticket_price": "0", + "id": "13179", + "equipment_slot": "7" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Grey navy slacks", + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "low_alchemy": "40", + "tradeable": "false", + "high_alchemy": "60", + "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", + "low_alchemy": "40", + "tradeable": "false", + "high_alchemy": "60", + "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", + "low_alchemy": "40", + "tradeable": "false", + "high_alchemy": "60", + "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", + "low_alchemy": "40", + "tradeable": "false", + "high_alchemy": "60", + "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", + "low_alchemy": "40", + "tradeable": "false", + "high_alchemy": "60", + "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", + "low_alchemy": "40", + "tradeable": "false", + "high_alchemy": "60", + "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", + "low_alchemy": "40", + "tradeable": "false", + "high_alchemy": "60", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "20", + "high_alchemy": "30", + "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", + "low_alchemy": "5", + "high_alchemy": "8", + "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, + "low_alchemy": "260", + "high_alchemy": "390", + "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, + "low_alchemy": "160", + "high_alchemy": "240", + "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, + "low_alchemy": "20", + "high_alchemy": "30", + "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, + "low_alchemy": "20", + "high_alchemy": "30", + "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, + "low_alchemy": "20", + "high_alchemy": "30", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "13", + "destroy_message": "Drop", + "grand_exchange_price": "34", + "name": "Broad-tipped bolts", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13280", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,135" + }, + { + "shop_price": "150", + "examine": "An enchanted ring.", + "durability": null, + "low_alchemy": "60", + "high_alchemy": "90", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "12", + "destroy_message": "Drop", + "name": "Ring of slaying(8)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13281", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "150", + "examine": "An enchanted ring.", + "durability": null, + "low_alchemy": "60", + "high_alchemy": "90", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "12", + "destroy_message": "Drop", + "name": "Ring of slaying(7)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13282", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "150", + "examine": "An enchanted ring.", + "durability": null, + "low_alchemy": "60", + "high_alchemy": "90", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "12", + "destroy_message": "Drop", + "name": "Ring of slaying(6)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13283", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "150", + "examine": "An enchanted ring.", + "durability": null, + "low_alchemy": "60", + "high_alchemy": "90", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "12", + "destroy_message": "Drop", + "name": "Ring of slaying(5)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13284", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "150", + "examine": "An enchanted ring.", + "durability": null, + "low_alchemy": "60", + "high_alchemy": "90", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "12", + "destroy_message": "Drop", + "name": "Ring of slaying(4)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13285", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "150", + "examine": "An enchanted ring.", + "durability": null, + "low_alchemy": "60", + "high_alchemy": "90", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "12", + "destroy_message": "Drop", + "name": "Ring of slaying(3)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13286", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "150", + "examine": "An enchanted ring.", + "durability": null, + "low_alchemy": "60", + "high_alchemy": "90", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "12", + "destroy_message": "Drop", + "name": "Ring of slaying(2)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13287", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "150", + "examine": "An enchanted ring.", + "durability": null, + "low_alchemy": "60", + "high_alchemy": "90", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "12", + "destroy_message": "Drop", + "name": "Ring of slaying(1)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13288", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "turn90cw_anim": "1207", + "examine": "A razor-sharp sword.", + "walk_anim": "1205", + "low_alchemy": "27200", + "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", + "destroy_message": "Drop", + "grand_exchange_price": "43082", + "stand_anim": "813", + "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,55}-{18,50}", + "shop_price": "68000", + "durability": null, + "high_alchemy": "40800", + "destroy": "true", + "weapon_interface": "5", + "attack_audios": "2500,2500,2517,2500", + "name": "Leaf-bladed sword" + }, + { + "shop_price": "68000", + "examine": "A razor-sharp sword.", + "durability": null, + "low_alchemy": "27200", + "high_alchemy": "40800", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "43082", + "name": "Leaf-bladed sword", + "tradeable": "true", + "archery_ticket_price": "0", + "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.", + "examine": "", + "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.", + "examine": "", + "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.", + "examine": "", + "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" + }, + { + "examine": "", + "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" + }, + { + "examine": "", + "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, + "low_alchemy": "20", + "high_alchemy": "30", + "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": "false", + "archery_ticket_price": "0", + "id": "13337", + "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, + "low_alchemy": "20", + "high_alchemy": "30", + "destroy": "true", + "attack_speed": "4", + "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": "false", + "archery_ticket_price": "0", + "id": "13338" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A (colour) bandana and a patch for the right eye.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Bandana and eyepatch", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13339", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A (colour) bandana and a patch for both eyes.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Bandana and eyepatches", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13340", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A (colour) bandana and a patch for the right eye.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Bandana and eyepatch", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13341", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A (colour) bandana and a patch for both eyes.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Bandana and eyepatches", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13342", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A (colour) bandana and a patch for the right eye.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Bandana and eyepatch", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13343", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A (colour) bandana and a patch for both eyes.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Bandana and eyepatches", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13344", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A (colour) bandana and a patch for the right eye.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Bandana and eyepatch", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13345", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A (colour) bandana and a patch for both eyes.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Bandana and eyepatches", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13346", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A (colour) bandana and a patch for the right eye.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Bandana and eyepatch", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13347", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A (colour) bandana and a patch for both eyes.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Bandana and eyepatches", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13348", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A (colour) bandana and a patch for the right eye.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Bandana and eyepatch", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13349", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A (colour) bandana and a patch for both eyes.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Bandana and eyepatches", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13350", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A (colour) bandana and a patch for the right eye.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Bandana and eyepatch", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13351", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A (colour) bandana and a patch for both eyes.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Bandana and eyepatches", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13352", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "100", + "examine": "It's dark, and I'm wearing two patches. Hit it!", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Double eyepatches", + "tradeable": "false", + "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, + "low_alchemy": "40", + "high_alchemy": "60", + "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, + "low_alchemy": "40", + "high_alchemy": "60", + "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" + }, + { + "shop_price": "100", + "examine": "A patch for the left eye.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "23485", + "name": "Left eyepatch", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13356" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A hat and a patch.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "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", + "examine": "", + "durability": null, + "low_alchemy": "120", + "high_alchemy": "180", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "name": "Stripy pirate shirt", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13358", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "300", + "examine": "", + "durability": null, + "name": "Stripy pirate shirt", + "tradeable": "false", + "low_alchemy": "120", + "high_alchemy": "180", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13359" + }, + { + "shop_price": "300", + "examine": "", + "durability": null, + "low_alchemy": "120", + "high_alchemy": "180", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "name": "Stripy pirate shirt", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13360", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "300", + "examine": "", + "durability": null, + "name": "Stripy pirate shirt", + "tradeable": "false", + "low_alchemy": "120", + "high_alchemy": "180", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13361" + }, + { + "shop_price": "300", + "examine": "", + "durability": null, + "low_alchemy": "120", + "high_alchemy": "180", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "name": "Stripy pirate shirt", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13362", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "300", + "examine": "", + "durability": null, + "name": "Stripy pirate shirt", + "tradeable": "false", + "low_alchemy": "120", + "high_alchemy": "180", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13363" + }, + { + "shop_price": "350", + "examine": "", + "durability": null, + "low_alchemy": "140", + "high_alchemy": "210", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "7", + "destroy_message": "Drop", + "grand_exchange_price": "1", + "name": "Pirate leggings", + "tradeable": "false", + "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", + "examine": "", + "durability": null, + "low_alchemy": "140", + "high_alchemy": "210", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "1", + "name": "Pirate leggings", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13365" + }, + { + "shop_price": "350", + "examine": "", + "durability": null, + "low_alchemy": "140", + "high_alchemy": "210", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "7", + "destroy_message": "Drop", + "grand_exchange_price": "1", + "name": "Pirate leggings", + "tradeable": "false", + "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", + "examine": "", + "durability": null, + "low_alchemy": "140", + "high_alchemy": "210", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "1", + "name": "Pirate leggings", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13367" + }, + { + "shop_price": "350", + "examine": "", + "durability": null, + "low_alchemy": "140", + "high_alchemy": "210", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "7", + "destroy_message": "Drop", + "grand_exchange_price": "1", + "name": "Pirate leggings", + "tradeable": "false", + "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", + "examine": "", + "durability": null, + "low_alchemy": "140", + "high_alchemy": "210", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "1", + "name": "Pirate leggings", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13369" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "Essential pirate wear.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Bandana", + "tradeable": "false", + "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", + "examine": "Essential pirate wear.", + "durability": null, + "name": "Bandana", + "tradeable": "false", + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13371" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "Essential pirate wear.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Bandana", + "tradeable": "false", + "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", + "examine": "Essential pirate wear.", + "durability": null, + "name": "Bandana", + "tradeable": "false", + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13373" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "Essential pirate wear.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Bandana", + "tradeable": "false", + "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", + "examine": "Essential pirate wear.", + "durability": null, + "name": "Bandana", + "tradeable": "false", + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13375" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A (colour) bandana and a patch for the right eye.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Bandana and eyepatch", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13376", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A (colour) bandana and a patch for the right eye.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Bandana and eyepatch", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13377", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A (colour) bandana and a patch for the right eye.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Bandana and eyepatch", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13378", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,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" + }, + { + "examine": "Wall beast fingers in a white fern sauce.", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "name": "Fingers", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13386", + "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" + }, + { + "shop_price": "300", + "examine": "A replica tinderbox made of solid gold.", + "durability": null, + "low_alchemy": "120", + "high_alchemy": "180", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "name": "Golden tinderbox", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13403", + "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, + "low_alchemy": "48000", + "high_alchemy": "72000", + "destroy": "true", + "attack_speed": "9", + "two_handed": "true", + "weapon_interface": "16", + "absorb": "0,0,0", + "render_anim": "303", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "86850", + "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" + }, + { + "examine": "", + "durability": null, + "low_alchemy": "40000", + "high_alchemy": "60000", + "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" + }, + { + "examine": "This helmet is worn by archers.", + "durability": null, + "low_alchemy": "31200", + "high_alchemy": "46800", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,3,1", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "46334", + "name": "Archer helm", + "archery_ticket_price": "0", + "id": "13407", + "bonuses": "-5,-5,-5,-5,6,6,8,10,6,6,0,0,0,0,0" + }, + { + "examine": "This helmet is worn by berserkers.", + "durability": null, + "low_alchemy": "31200", + "high_alchemy": "46800", + "destroy": "true", + "attack_speed": "4", + "absorb": "1,0,3", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "45978", + "name": "Berserker helm", + "archery_ticket_price": "0", + "id": "13408", + "bonuses": "0,0,0,-5,-5,31,29,33,0,30,7,3,0,0,0" + }, + { + "examine": "This helm is worn by warriors.", + "durability": null, + "low_alchemy": "31200", + "high_alchemy": "46800", + "destroy": "true", + "attack_speed": "4", + "absorb": "1,0,3", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "45664", + "name": "Warrior helm", + "archery_ticket_price": "0", + "id": "13409", + "bonuses": "0,5,0,-5,-5,31,33,29,0,30,7,0,0,0,0" + }, + { + "examine": "This helm is worn by farseers.", + "durability": null, + "low_alchemy": "31200", + "high_alchemy": "46800", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,1,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "45989", + "name": "Farseer helm", + "archery_ticket_price": "0", + "id": "13410", + "bonuses": "-5,-5,-5,6,-5,8,10,12,6,0,7,0,0,0,0" + }, + { + "examine": "Protective headwear made from crabs. Better than it sounds.", + "durability": null, + "low_alchemy": "14080", + "high_alchemy": "21120", + "destroy": "true", + "attack_speed": "4", + "absorb": "1,0,3", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "20378", + "name": "Rock-shell helm", + "archery_ticket_price": "0", + "id": "13411", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,6,0,0,0,0" + }, + { + "examine": "A sturdy body armour made from rock crab pieces.", + "durability": null, + "low_alchemy": "26000", + "high_alchemy": "39000", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,6", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "41788", + "name": "Rock-shell plate", + "archery_ticket_price": "0", + "id": "13412", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,30,0,0,0,0" + }, + { + "examine": "Some tough leggings made from rock crab parts.", + "durability": null, + "low_alchemy": "25600", + "high_alchemy": "38400", + "destroy": "true", + "attack_speed": "4", + "absorb": "2,0,4", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "37139", + "name": "Rock-shell legs", + "archery_ticket_price": "0", + "id": "13413", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,10,0,0,0,0" + }, + { + "examine": "A helm fit for any Fremennik ranger.", + "durability": null, + "low_alchemy": "24000", + "high_alchemy": "36000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,3,1", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "37724", + "name": "Spined helm", + "archery_ticket_price": "0", + "id": "13414", + "bonuses": "0,-6,-6,-6,6,6,6,6,6,0,6,0,0,0,0" + }, + { + "examine": "A constant reminder that I'm above a Dagannoth in the food chain.", + "durability": null, + "low_alchemy": "3000", + "high_alchemy": "4500", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,6,3", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "5773", + "name": "Spined body", + "archery_ticket_price": "0", + "id": "13415", + "bonuses": "0,0,0,-15,15,40,32,45,20,40,30,0,0,0,0" + }, + { + "examine": "Stylish leg armour for rangers with a lingering smell of raw fish...", + "durability": null, + "low_alchemy": "1560", + "high_alchemy": "2340", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,4,2", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "2696", + "name": "Spined chaps", + "archery_ticket_price": "0", + "id": "13416", + "bonuses": "0,0,0,-10,8,22,16,24,8,22,10,0,0,0,0" + }, + { + "examine": "Make your foes cower by wearing a skull as a helmet!", + "durability": null, + "low_alchemy": "4000", + "high_alchemy": "6000", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,1,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "39060", + "name": "Skeletal helm", + "archery_ticket_price": "0", + "id": "13417", + "bonuses": "0,0,0,2,-2,10,9,11,3,0,6,0,0,0,0" + }, + { + "examine": "The bones in this armour seems to vibrate with a magic quality...", + "durability": null, + "low_alchemy": "18000", + "high_alchemy": "27000", + "destroy": "true", + "attack_speed": "4", + "absorb": "6,3,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "26289", + "name": "Skeletal top", + "archery_ticket_price": "0", + "id": "13418", + "bonuses": "0,0,0,8,-10,35,25,42,15,0,30,0,0,0,0" + }, + { + "examine": "A superior set of strengthened slacks for any self respecting seer.", + "durability": null, + "low_alchemy": "16000", + "high_alchemy": "24000", + "destroy": "true", + "attack_speed": "4", + "absorb": "4,2,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "24591", + "name": "Skeletal bottoms", + "archery_ticket_price": "0", + "id": "13419", + "bonuses": "0,0,0,6,-7,22,20,24,10,0,10,0,0,0,0" + }, + { + "examine": "Some finely crafted Fremennik boots, made from spined dagannoth hide.", + "durability": null, + "low_alchemy": "260", + "high_alchemy": "390", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "158181", + "name": "Spined boots", + "archery_ticket_price": "0", + "id": "13420", + "bonuses": "0,0,0,0,0,1,1,0,0,0,1,0,0,0,0" + }, + { + "examine": "Some Fremennik boots, made from the shards of a rock crab's shell.", + "durability": null, + "low_alchemy": "260", + "high_alchemy": "390", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1358", + "name": "Rock-shell boots", + "archery_ticket_price": "0", + "id": "13421", + "bonuses": "0,0,0,0,0,0,1,1,0,0,1,0,0,0,0" + }, + { + "examine": "Some finely crafted Fremennik boots, made from the bones of a Wallasalki.", + "durability": null, + "low_alchemy": "260", + "high_alchemy": "390", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "7788", + "name": "Skeletal boots", + "archery_ticket_price": "0", + "id": "13422", + "bonuses": "0,0,0,0,0,0,1,1,0,0,1,0,0,0,0" + }, + { + "examine": "Fremennik gloves stitched together from spined dagannoth hide.", + "durability": null, + "low_alchemy": "260", + "high_alchemy": "390", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "3027", + "name": "Spined gloves", + "archery_ticket_price": "0", + "id": "13423", + "bonuses": "0,0,0,0,0,1,2,0,0,0,0,0,0,0,0" + }, + { + "examine": "Fremennik gloves stitched together from rock crab shell shards.", + "durability": null, + "low_alchemy": "260", + "high_alchemy": "390", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "12839", + "name": "Rock-shell gloves", + "archery_ticket_price": "0", + "id": "13424", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0" + }, + { + "examine": "Fremennik gloves stitched together from wallasalki bones fragments.", + "durability": null, + "low_alchemy": "260", + "high_alchemy": "390", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "25838", + "name": "Skeletal gloves", + "archery_ticket_price": "0", + "id": "13425", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0" + }, + { + "examine": "A mysterious ring that can fill the wearer with magical power...", + "durability": null, + "low_alchemy": "4000", + "high_alchemy": "6000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "799703", + "name": "Seers ring", + "archery_ticket_price": "0", + "id": "13426", + "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0" + }, + { + "examine": "A fabled ring that improves the wearer's skill with a bow...", + "durability": null, + "low_alchemy": "4000", + "high_alchemy": "6000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "483521", + "name": "Archers ring", + "archery_ticket_price": "0", + "id": "13427", + "bonuses": "0,0,0,0,4,0,0,0,0,4,0,0,0,0,0" + }, + { + "examine": "A legendary ring once worn by Fremennik warriors.", + "durability": null, + "low_alchemy": "4000", + "high_alchemy": "6000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "361302", + "name": "Warrior ring", + "archery_ticket_price": "0", + "id": "13428", + "bonuses": "0,4,0,0,0,0,4,0,0,0,0,0,0,0,0" + }, + { + "examine": "A ring reputed to bring out a berserk fury in its wearer.", + "durability": null, + "low_alchemy": "4000", + "high_alchemy": "6000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "963418", + "name": "Berserker ring", + "archery_ticket_price": "0", + "id": "13429", + "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, + "low_alchemy": "88000", + "high_alchemy": "132000", + "destroy": "true", + "attack_speed": "7", + "two_handed": "true", + "weapon_interface": "7", + "absorb": "0,0,0", + "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, + "low_alchemy": "8", + "high_alchemy": "12", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "25", + "name": "Crayfish cage", + "archery_ticket_price": "0", + "id": "13431", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "20", + "examine": "Useful for catching crayfish.", + "durability": null, + "low_alchemy": "8", + "high_alchemy": "12", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "25", + "name": "Crayfish cage", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13432" + }, + { + "shop_price": "5", + "examine": "Some cooked crayfish. Eat it to heal.", + "durability": null, + "low_alchemy": "2", + "high_alchemy": "3", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "32", + "name": "Crayfish", + "archery_ticket_price": "0", + "id": "13433", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "5", + "examine": "Some cooked crayfish. Eat it to heal.", + "durability": null, + "low_alchemy": "2", + "high_alchemy": "3", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "32", + "name": "Crayfish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13434" + }, + { + "shop_price": "5", + "examine": "I should try cooking this. Used in Cooking (1).", + "durability": null, + "low_alchemy": "2", + "high_alchemy": "3", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "41", + "name": "Raw crayfish", + "archery_ticket_price": "0", + "id": "13435", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "5", + "examine": "I should try cooking this. Used in Cooking (1).", + "durability": null, + "low_alchemy": "2", + "high_alchemy": "3", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "41", + "name": "Raw crayfish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13436" + }, + { + "shop_price": "1", + "durability": null, + "name": "Burnt crayfish", + "archery_ticket_price": "0", + "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", + "durability": null, + "name": "Burnt crayfish", + "tradeable": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13438" + }, + { + "destroy_message": "", + "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" + }, + { + "destroy_message": "", + "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" + }, + { + "examine": "A very powerful onyx amulet.", + "durability": null, + "low_alchemy": "80800", + "high_alchemy": "121200", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "2285210", + "name": "Amulet of fury", + "archery_ticket_price": "0", + "id": "13442", + "bonuses": "10,10,10,10,10,15,15,15,15,15,15,8,0,5,0" + }, + { + "examine": "A cape woven of obsidian plates.", + "durability": null, + "low_alchemy": "24000", + "high_alchemy": "36000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "56575", + "name": "Obsidian cape", + "archery_ticket_price": "0", + "id": "13443", + "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, + "low_alchemy": "48000", + "high_alchemy": "72000", + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "11", + "absorb": "0,0,0", + "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, + "low_alchemy": "20000", + "high_alchemy": "30000", + "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" + }, + { + "destroy_message": "", + "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" + }, + { + "destroy_message": "", + "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" + }, + { + "destroy_message": "", + "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" + }, + { + "examine": "Protects your head and looks impressive too.", + "durability": null, + "low_alchemy": "60000", + "high_alchemy": "90000", + "destroy": "true", + "attack_speed": "4", + "absorb": "2,0,4", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "5756658", + "name": "Dragon full helm", + "archery_ticket_price": "0", + "id": "13449", + "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, + "low_alchemy": "500000", + "high_alchemy": "750000", + "destroy": "true", + "attack_speed": "6", + "two_handed": "true", + "weapon_interface": "7", + "absorb": "0,0,0", + "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, + "low_alchemy": "500000", + "high_alchemy": "750000", + "destroy": "true", + "attack_speed": "6", + "two_handed": "true", + "weapon_interface": "7", + "absorb": "0,0,0", + "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, + "low_alchemy": "500000", + "high_alchemy": "750000", + "destroy": "true", + "attack_speed": "6", + "two_handed": "true", + "weapon_interface": "7", + "absorb": "0,0,0", + "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, + "low_alchemy": "500000", + "high_alchemy": "750000", + "destroy": "true", + "attack_speed": "6", + "two_handed": "true", + "weapon_interface": "7", + "absorb": "0,0,0", + "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, + "low_alchemy": "40000", + "high_alchemy": "60000", + "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, + "low_alchemy": "8000", + "high_alchemy": "12000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,5,2", + "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, + "low_alchemy": "24000", + "high_alchemy": "36000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,10,5", + "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, + "low_alchemy": "20000", + "high_alchemy": "30000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,7,3", + "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" + }, + { + "examine": "A sturdy chestplate.", + "durability": null, + "low_alchemy": "106000", + "high_alchemy": "159000", + "destroy": "true", + "attack_speed": "4", + "absorb": "4,0,9", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "6460055", + "name": "Bandos chestplate", + "archery_ticket_price": "0", + "id": "13458", + "bonuses": "0,0,0,-15,-10,98,93,105,-6,133,52,4,0,1,0" + }, + { + "examine": "A sturdy pair of tassets.", + "durability": null, + "low_alchemy": "109000", + "high_alchemy": "163500", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,6", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "4228256", + "name": "Bandos tassets", + "archery_ticket_price": "0", + "id": "13459", + "bonuses": "0,0,0,-21,-7,71,63,66,-4,93,25,2,0,1,0" + }, + { + "examine": "Some sturdy boots.", + "durability": null, + "low_alchemy": "10000", + "high_alchemy": "15000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "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, + "low_alchemy": "52000", + "high_alchemy": "78000", + "destroy": "true", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "7", + "absorb": "0,0,0", + "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, + "low_alchemy": "8000", + "high_alchemy": "12000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "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" + }, + { + "destroy_message": "", + "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 of these from Doric.", + "examine": "Doric's instructions for the task he gave you.", + "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, + "low_alchemy": "12000", + "high_alchemy": "18000", + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "5", + "absorb": "0,0,0", + "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", + "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", + "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", + "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 hatchet.", + "durability": null, + "low_alchemy": "5120", + "high_alchemy": "7680", + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "2", + "absorb": "0,0,0", + "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 hatchet.", + "has_special": "true", + "durability": null, + "low_alchemy": "22000", + "high_alchemy": "33000", + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "2", + "absorb": "0,0,0", + "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, + "low_alchemy": "16640", + "high_alchemy": "24960", + "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, + "low_alchemy": "80000", + "high_alchemy": "120000", + "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,395,395", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "123019", + "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, + "low_alchemy": "16600", + "high_alchemy": "24900", + "destroy": "true", + "attack_speed": "6", + "weapon_interface": "10", + "absorb": "0,0,0", + "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, + "low_alchemy": "12800", + "high_alchemy": "19200", + "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, + "low_alchemy": "40000", + "high_alchemy": "60000", + "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, + "low_alchemy": "10240", + "high_alchemy": "15360", + "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, + "low_alchemy": "40000", + "high_alchemy": "60000", + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "6", + "absorb": "0,0,0", + "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, + "low_alchemy": "130000", + "high_alchemy": "195000", + "destroy": "true", + "attack_speed": "7", + "two_handed": "true", + "weapon_interface": "15", + "absorb": "0,0,0", + "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, + "low_alchemy": "20000", + "high_alchemy": "30000", + "destroy": "true", + "weight": "1.8", + "attack_speed": "5", + "weapon_interface": "8", + "absorb": "0,0,0", + "defence_anim": "397", + "attack_anims": "390,390,381,390", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "28817", + "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, + "low_alchemy": "12800", + "high_alchemy": "19200", + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "4", + "absorb": "0,0,0", + "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" + }, + { + "examine": "A series of connected metal rings.", + "durability": null, + "low_alchemy": "100000", + "high_alchemy": "150000", + "destroy": "true", + "attack_speed": "4", + "absorb": "4,0,9", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "2280904", + "name": "Dragon chainbody", + "archery_ticket_price": "0", + "id": "13481", + "bonuses": "0,0,0,-15,0,81,93,98,-3,82,50,0,0,0,0" + }, + { + "examine": "Provides excellent protection.", + "durability": null, + "low_alchemy": "26000", + "high_alchemy": "39000", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,6", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "38062", + "name": "Rune platebody", + "archery_ticket_price": "0", + "id": "13482", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" + }, + { + "examine": "Made from 100% real dragonhide.", + "durability": null, + "low_alchemy": "3120", + "high_alchemy": "4680", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,6,3", + "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, + "low_alchemy": "3744", + "high_alchemy": "5616", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,6,3", + "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, + "low_alchemy": "4492", + "high_alchemy": "6738", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,6,3", + "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, + "low_alchemy": "5392", + "high_alchemy": "8088", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,6,3", + "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" + }, + { + "examine": "These look pretty heavy.", + "durability": null, + "low_alchemy": "25600", + "high_alchemy": "38400", + "destroy": "true", + "attack_speed": "4", + "absorb": "2,0,4", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "37355", + "name": "Rune platelegs", + "archery_ticket_price": "0", + "id": "13487", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "examine": "Looks pretty heavy.", + "durability": null, + "low_alchemy": "108000", + "high_alchemy": "162000", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,6", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "160755", + "name": "Dragon platelegs", + "archery_ticket_price": "0", + "id": "13488", + "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0" + }, + { + "examine": "Designer leg protection.", + "durability": null, + "low_alchemy": "25600", + "high_alchemy": "38400", + "destroy": "true", + "attack_speed": "4", + "absorb": "2,0,4", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "37248", + "name": "Rune plateskirt", + "archery_ticket_price": "0", + "id": "13489", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "examine": "This looks pretty heavy.", + "durability": null, + "low_alchemy": "108000", + "high_alchemy": "162000", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,6", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "161006", + "name": "Dragon plateskirt", + "archery_ticket_price": "0", + "id": "13490", + "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0" + }, + { + "examine": "100% real dragonhide.", + "durability": null, + "low_alchemy": "1560", + "high_alchemy": "2340", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,4,2", + "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, + "low_alchemy": "1728", + "high_alchemy": "2592", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,5,2", + "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, + "low_alchemy": "2072", + "high_alchemy": "3108", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,6,3", + "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, + "low_alchemy": "2488", + "high_alchemy": "3732", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,7,3", + "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, + "low_alchemy": "40000", + "high_alchemy": "60000", + "destroy": "true", + "attack_speed": "4", + "absorb": "2,0,4", + "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" + }, + { + "examine": "A full face helmet.", + "durability": null, + "low_alchemy": "14080", + "high_alchemy": "21120", + "destroy": "true", + "attack_speed": "4", + "absorb": "1,0,3", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "20388", + "name": "Rune full helm", + "archery_ticket_price": "0", + "id": "13496", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" + }, + { + "examine": "Made from 100% real dragonhide.", + "durability": null, + "low_alchemy": "1000", + "high_alchemy": "1500", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "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, + "low_alchemy": "1200", + "high_alchemy": "1800", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "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, + "low_alchemy": "1440", + "high_alchemy": "2160", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "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, + "low_alchemy": "1728", + "high_alchemy": "2592", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "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" + }, + { + "examine": "A wooden helmet.", + "durability": null, + "low_alchemy": "4000", + "high_alchemy": "6000", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,1,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "5210", + "name": "Splitbark helm", + "archery_ticket_price": "0", + "id": "13501", + "bonuses": "0,0,0,3,-2,10,9,11,3,0,7,0,0,0,0" + }, + { + "examine": "Provides good protection.", + "durability": null, + "low_alchemy": "18000", + "high_alchemy": "27000", + "destroy": "true", + "attack_speed": "4", + "absorb": "6,3,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "27106", + "name": "Splitbark body", + "archery_ticket_price": "0", + "id": "13502", + "bonuses": "0,0,0,10,-10,36,26,42,15,0,40,0,0,0,0" + }, + { + "examine": "These should protect my legs.", + "durability": null, + "low_alchemy": "16000", + "high_alchemy": "24000", + "destroy": "true", + "attack_speed": "4", + "absorb": "4,2,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "56050", + "name": "Splitbark legs", + "archery_ticket_price": "0", + "id": "13503", + "bonuses": "0,0,0,7,-7,22,20,25,10,0,15,0,0,0,0" + }, + { + "examine": "These should keep my hands safe.", + "durability": null, + "low_alchemy": "2000", + "high_alchemy": "3000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "2442", + "name": "Splitbark gauntlets", + "archery_ticket_price": "0", + "id": "13504", + "bonuses": "0,0,0,2,-1,3,2,4,2,0,3,0,0,0,0" + }, + { + "examine": "Wooden foot protection.", + "durability": null, + "low_alchemy": "2000", + "high_alchemy": "3000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "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, + "low_alchemy": "200000", + "high_alchemy": "300000", + "destroy": "true", + "attack_speed": "4", + "absorb": "5,0,11", + "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, + "low_alchemy": "21760", + "high_alchemy": "32640", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,7", + "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" + }, + { + "examine": "Blue: A magical hat. ", + "durability": null, + "low_alchemy": "6000", + "high_alchemy": "9000", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,1,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1", + "name": "Mystic hat", + "archery_ticket_price": "0", + "id": "13508", + "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0" + }, + { + "examine": "The upper half of a magical robe.", + "durability": null, + "low_alchemy": "48000", + "high_alchemy": "72000", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,1,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1", + "name": "Mystic robe top", + "archery_ticket_price": "0", + "id": "13509", + "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0" + }, + { + "examine": "The lower half of a magical robe.", + "durability": null, + "low_alchemy": "32000", + "high_alchemy": "48000", + "destroy": "true", + "attack_speed": "4", + "absorb": "4,2,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1", + "name": "Mystic robe bottom", + "archery_ticket_price": "0", + "id": "13510", + "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0" + }, + { + "examine": "Bright/Dark magical gloves.", + "durability": null, + "low_alchemy": "4000", + "high_alchemy": "6000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1", + "name": "Mystic gloves", + "archery_ticket_price": "0", + "id": "13511", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0" + }, + { + "examine": "Magical boots.", + "durability": null, + "low_alchemy": "4000", + "high_alchemy": "6000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1", + "name": "Mystic boots", + "archery_ticket_price": "0", + "id": "13512", + "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0" + }, + { + "examine": "Blue: A magical hat. ", + "durability": null, + "low_alchemy": "6000", + "high_alchemy": "9000", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,1,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1", + "name": "Mystic hat", + "archery_ticket_price": "0", + "id": "13513", + "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0" + }, + { + "examine": "The upper half of a magical robe.", + "durability": null, + "low_alchemy": "48000", + "high_alchemy": "72000", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,1,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1", + "name": "Mystic robe top", + "archery_ticket_price": "0", + "id": "13514", + "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0" + }, + { + "examine": "The lower half of a magical robe.", + "durability": null, + "low_alchemy": "32000", + "high_alchemy": "48000", + "destroy": "true", + "attack_speed": "4", + "absorb": "4,2,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1", + "name": "Mystic robe bottom", + "archery_ticket_price": "0", + "id": "13515", + "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0" + }, + { + "examine": "Bright/Dark magical gloves.", + "durability": null, + "low_alchemy": "4000", + "high_alchemy": "6000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1", + "name": "Mystic gloves", + "archery_ticket_price": "0", + "id": "13516", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0" + }, + { + "examine": "Magical boots.", + "durability": null, + "low_alchemy": "4000", + "high_alchemy": "6000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1", + "name": "Mystic boots", + "archery_ticket_price": "0", + "id": "13517", + "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0" + }, + { + "examine": "Blue: A magical hat. ", + "durability": null, + "low_alchemy": "6000", + "high_alchemy": "9000", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,1,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1", + "name": "Mystic hat", + "archery_ticket_price": "0", + "id": "13518", + "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0" + }, + { + "examine": "The upper half of a magical robe.", + "durability": null, + "low_alchemy": "48000", + "high_alchemy": "72000", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,1,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1", + "name": "Mystic robe top", + "archery_ticket_price": "0", + "id": "13519", + "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0" + }, + { + "examine": "The lower half of a magical robe.", + "durability": null, + "low_alchemy": "32000", + "high_alchemy": "48000", + "destroy": "true", + "attack_speed": "4", + "absorb": "4,2,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1", + "name": "Mystic robe bottom", + "archery_ticket_price": "0", + "id": "13520", + "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0" + }, + { + "examine": "Bright/Dark magical gloves.", + "durability": null, + "low_alchemy": "4000", + "high_alchemy": "6000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1", + "name": "Mystic gloves", + "archery_ticket_price": "0", + "id": "13521", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0" + }, + { + "examine": "Magical boots.", + "durability": null, + "low_alchemy": "4000", + "high_alchemy": "6000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1", + "name": "Mystic boots", + "archery_ticket_price": "0", + "id": "13522", + "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, + "low_alchemy": "256", + "high_alchemy": "384", + "destroy": "true", + "attack_speed": "6", + "two_handed": "true", + "weapon_interface": "16", + "absorb": "0,0,0", + "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, + "low_alchemy": "160", + "high_alchemy": "240", + "destroy": "true", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "16", + "absorb": "0,0,0", + "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, + "low_alchemy": "512", + "high_alchemy": "768", + "destroy": "true", + "attack_speed": "6", + "two_handed": "true", + "weapon_interface": "16", + "absorb": "0,0,0", + "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, + "low_alchemy": "320", + "high_alchemy": "480", + "destroy": "true", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "16", + "absorb": "0,0,0", + "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, + "low_alchemy": "1024", + "high_alchemy": "1536", + "destroy": "true", + "attack_speed": "6", + "two_handed": "true", + "weapon_interface": "16", + "absorb": "0,0,0", + "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, + "low_alchemy": "640", + "high_alchemy": "960", + "destroy": "true", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "16", + "absorb": "0,0,0", + "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, + "low_alchemy": "3200", + "high_alchemy": "4800", + "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, + "low_alchemy": "6480", + "high_alchemy": "9720", + "destroy": "true", + "attack_speed": "6", + "weapon_interface": "17", + "absorb": "0,0,0", + "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" + }, + { + "examine": "It's a Santa hat.", + "durability": null, + "low_alchemy": "64", + "high_alchemy": "96", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "130433327", + "name": "Santa hat", + "archery_ticket_price": "0", + "id": "13537", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "Aaaarrrghhh ... I'm a monster.", + "durability": null, + "low_alchemy": "6", + "high_alchemy": "9", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "104671288", + "name": "Green h'ween mask", + "archery_ticket_price": "0", + "id": "13538", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "Aaaarrrghhh ... I'm a monster.", + "durability": null, + "low_alchemy": "6", + "high_alchemy": "9", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "127720943", + "name": "Blue h'ween mask", + "archery_ticket_price": "0", + "id": "13539", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "Aaaarrrghhh ... I'm a monster.", + "durability": null, + "low_alchemy": "6", + "high_alchemy": "9", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "171640098", + "name": "Red h'ween mask", + "archery_ticket_price": "0", + "id": "13540", + "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, + "low_alchemy": "120", + "high_alchemy": "180", + "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, + "low_alchemy": "720", + "high_alchemy": "1080", + "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, + "low_alchemy": "1000", + "high_alchemy": "1500", + "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" + }, + { + "examine": "Ancient range protection crafted from white dragonhide.", + "durability": null, + "low_alchemy": "18000", + "high_alchemy": "27000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,6,3", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "74503559", + "name": "3rd age range top", + "archery_ticket_price": "0", + "id": "13544", + "bonuses": "0,0,0,-15,30,55,47,60,60,55,52,0,0,0,0" + }, + { + "examine": "Fabulously ancient range protection crafted from white dragonhide.", + "durability": null, + "low_alchemy": "16000", + "high_alchemy": "24000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,4,2", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "47837515", + "name": "3rd age range legs", + "archery_ticket_price": "0", + "id": "13545", + "bonuses": "0,0,0,-10,17,31,25,33,30,31,25,0,0,0,0" + }, + { + "examine": "Ancient range protection crafted from white dragonhide.", + "durability": null, + "low_alchemy": "4000", + "high_alchemy": "6000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,3,1", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "9746895", + "name": "3rd age range coif", + "archery_ticket_price": "0", + "id": "13546", + "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, + "low_alchemy": "86000", + "high_alchemy": "129000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "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" + }, + { + "examine": "Ancient mage protection enchanted in the Third-Age.", + "durability": null, + "low_alchemy": "18000", + "high_alchemy": "27000", + "destroy": "true", + "attack_speed": "4", + "absorb": "4,2,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "138719269", + "name": "3rd age robe top", + "archery_ticket_price": "0", + "id": "13548", + "bonuses": "0,0,0,24,0,0,0,0,24,0,24,0,0,0,0" + }, + { + "examine": "Ancient mage protection enchanted in the Third-Age.", + "durability": null, + "low_alchemy": "16000", + "high_alchemy": "24000", + "destroy": "true", + "attack_speed": "4", + "absorb": "4,2,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "89961678", + "name": "3rd age robe", + "archery_ticket_price": "0", + "id": "13549", + "bonuses": "0,0,0,19,0,0,0,0,19,0,20,0,0,0,0" + }, + { + "examine": "Ancient mage protection enchanted in the Third-Age.", + "durability": null, + "low_alchemy": "4000", + "high_alchemy": "6000", + "destroy": "true", + "attack_speed": "4", + "absorb": "2,1,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "14976830", + "name": "3rd age mage hat", + "archery_ticket_price": "0", + "id": "13550", + "bonuses": "0,0,0,8,0,0,0,0,8,0,12,0,0,0,0" + }, + { + "examine": "Ancient mage protection enchanted in the Third-Age.", + "durability": null, + "low_alchemy": "8000", + "high_alchemy": "12000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "35019596", + "name": "3rd age amulet", + "archery_ticket_price": "0", + "id": "13551", + "bonuses": "0,0,0,15,0,0,0,0,10,0,0,0,0,0,0" + }, + { + "examine": "Ancient armour beaten from magical silver.", + "durability": null, + "low_alchemy": "80000", + "high_alchemy": "120000", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,6", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "244180930", + "name": "3rd age platelegs", + "archery_ticket_price": "0", + "id": "13552", + "bonuses": "0,0,0,-25,-2,78,76,83,-5,75,25,0,0,0,0" + }, + { + "examine": "Ancient armour beaten from magical silver.", + "durability": null, + "low_alchemy": "80000", + "high_alchemy": "120000", + "destroy": "true", + "attack_speed": "4", + "absorb": "4,0,9", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "266509014", + "name": "3rd age platebody", + "archery_ticket_price": "0", + "id": "13553", + "bonuses": "0,0,0,-20,0,96,108,113,-4,97,52,0,0,0,0" + }, + { + "examine": "Ancient armour beaten from magical silver.", + "durability": null, + "low_alchemy": "36000", + "high_alchemy": "54000", + "destroy": "true", + "attack_speed": "4", + "absorb": "2,0,4", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "50697678", + "name": "3rd age full helmet", + "archery_ticket_price": "0", + "id": "13554", + "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, + "low_alchemy": "72000", + "high_alchemy": "108000", + "destroy": "true", + "attack_speed": "4", + "absorb": "5,0,11", + "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" + }, + { + "examine": "Lightweight boots ideal for rangers.", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "6253527", + "name": "Ranger boots", + "archery_ticket_price": "0", + "id": "13556", + "bonuses": "0,0,0,-10,8,2,3,4,2,0,10,0,0,0,0" + }, + { + "examine": "Slightly magical boots.", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "388955", + "name": "Wizard boots", + "archery_ticket_price": "0", + "id": "13557", + "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0" + }, + { + "examine": "Endorsed by Robin Hood.", + "durability": null, + "low_alchemy": "180", + "high_alchemy": "270", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1962571", + "name": "Robin hood hat", + "archery_ticket_price": "0", + "id": "13558", + "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, + "low_alchemy": "15", + "high_alchemy": "22", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "100", + "name": "Button mushroom", + "archery_ticket_price": "0", + "id": "13563", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "38", + "examine": "An occasionally edible mushroom.", + "durability": null, + "low_alchemy": "15", + "high_alchemy": "22", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "100", + "name": "Button mushroom", + "tradeable": "true", + "archery_ticket_price": "0", + "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", + "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" + }, + { + "examine": "Useful for mixing things.", + "durability": null, + "low_alchemy": "1", + "high_alchemy": "2", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "106", + "name": "Bowl", + "archery_ticket_price": "0", + "id": "13570", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "It's a bucket of milk.", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "7", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "177", + "name": "Bucket of milk", + "archery_ticket_price": "0", + "id": "13571", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "A fresh herb.", + "durability": null, + "low_alchemy": "1", + "high_alchemy": "1", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "595", + "name": "Clean guam", + "archery_ticket_price": "0", + "id": "13572", + "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 RuneScape.", + "durability": null, + "name": "Map of runescape", + "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" + }, + { + "examine": "Used for making notes.", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "290", + "name": "Papyrus", + "archery_ticket_price": "0", + "id": "13577", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "A lump of charcoal.", + "durability": null, + "low_alchemy": "18", + "high_alchemy": "27", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "296", + "name": "Charcoal", + "archery_ticket_price": "0", + "id": "13578", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "A slightly muddy spade. ", + "durability": null, + "low_alchemy": "1", + "high_alchemy": "1", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "130", + "name": "Spade", + "archery_ticket_price": "0", + "id": "13579", + "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" + }, + { + "shop_price": "4", + "examine": "I can grind things for potions in this.", + "durability": null, + "low_alchemy": "1", + "high_alchemy": "2", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "169", + "name": "Pestle and mortar", + "archery_ticket_price": "0", + "id": "13587", + "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", + "high_alchemy": "1", + "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" + }, + { + "shop_price": "2", + "examine": "It's an empty bucket. ", + "durability": null, + "high_alchemy": "1", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "39", + "name": "Bucket", + "archery_ticket_price": "0", + "id": "13589", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "", + "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" + }, + { + "shop_price": "100", + "examine": "A tablet containing a magic spell.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "name": "Runecrafting guild teleport", + "archery_ticket_price": "0", + "id": "13598", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "100", + "examine": "A tablet containing a magic spell.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "name": "Air altar teleport", + "archery_ticket_price": "0", + "id": "13599", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "100", + "examine": "A tablet containing a magic spell.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "name": "Mind altar teleport", + "archery_ticket_price": "0", + "id": "13600", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "100", + "examine": "A tablet containing a magic spell.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "name": "Water altar teleport", + "archery_ticket_price": "0", + "id": "13601", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "100", + "examine": "A tablet containing a magic spell.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "name": "Earth altar teleport", + "archery_ticket_price": "0", + "id": "13602", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "100", + "examine": "A tablet containing a magic spell.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "name": "Fire altar teleport", + "archery_ticket_price": "0", + "id": "13603", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "100", + "examine": "A tablet containing a magic spell.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "name": "Body altar teleport", + "archery_ticket_price": "0", + "id": "13604", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "100", + "examine": "A tablet containing a magic spell.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "name": "Cosmic altar teleport", + "archery_ticket_price": "0", + "id": "13605", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "100", + "examine": "A tablet containing a magic spell.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "name": "Chaos altar teleport", + "archery_ticket_price": "0", + "id": "13606", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "100", + "examine": "A tablet containing a magic spell.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "name": "Nature altar teleport", + "archery_ticket_price": "0", + "id": "13607", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "100", + "examine": "A tablet containing a magic spell.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "name": "Law altar teleport", + "archery_ticket_price": "0", + "id": "13608", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "100", + "examine": "A tablet containing a magic spell.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "name": "Death altar teleport", + "archery_ticket_price": "0", + "id": "13609", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "100", + "examine": "A tablet containing a magic spell.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "name": "Blood altar teleport", + "archery_ticket_price": "0", + "id": "13610", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "100", + "examine": "A tablet containing a magic spell.", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "name": "Astral altar teleport", + "archery_ticket_price": "0", + "id": "13611", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "20", + "examine": "Comes with goggles, for extra safety while Runecrafting.", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "45", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Runecrafter hat", + "archery_ticket_price": "0", + "id": "13612", + "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0" + }, + { + "shop_price": "20", + "examine": "Comes with goggles, for extra safety while Runecrafting.", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "45", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Runecrafter hat", + "archery_ticket_price": "0", + "id": "13613", + "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0" + }, + { + "shop_price": "75", + "examine": "Heavy duty wizard robes.", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "45", + "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" + }, + { + "shop_price": "75", + "examine": "Comes with goggles, for extra safety while Runecrafting.", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "45", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Runecrafter hat", + "archery_ticket_price": "0", + "id": "13615", + "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0" + }, + { + "shop_price": "75", + "examine": "Comes with goggles, for extra safety while Runecrafting.", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "45", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Runecrafter hat", + "archery_ticket_price": "0", + "id": "13616", + "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0" + }, + { + "shop_price": "75", + "examine": "A heavy-duty wizard robe.", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "45", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "7", + "destroy_message": "Drop", + "name": "Runecrafter skirt", + "archery_ticket_price": "0", + "id": "13617", + "bonuses": "0,0,0,4,0,4,4,4,4,4,0,0,0,0,0" + }, + { + "shop_price": "75", + "examine": "Essence can be rough on the hands", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "45", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "9", + "destroy_message": "Drop", + "name": "Runecrafter gloves", + "archery_ticket_price": "0", + "id": "13618", + "bonuses": "0,0,0,2,0,2,2,2,2,2,0,0,0,0,0" + }, + { + "shop_price": "75", + "examine": "Heavy duty wizard robes.", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "45", + "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" + }, + { + "shop_price": "75", + "examine": "Comes with goggles, for extra safety while Runecrafting.", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "45", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Runecrafter hat", + "archery_ticket_price": "0", + "id": "13620", + "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0" + }, + { + "shop_price": "75", + "examine": "Comes with goggles, for extra safety while Runecrafting.", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "45", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Runecrafter hat", + "archery_ticket_price": "0", + "id": "13621", + "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0" + }, + { + "shop_price": "75", + "examine": "A heavy-duty wizard robe.", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "45", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "7", + "destroy_message": "Drop", + "name": "Runecrafter skirt", + "archery_ticket_price": "0", + "id": "13622", + "bonuses": "0,0,0,4,0,4,4,4,4,4,0,0,0,0,0" + }, + { + "shop_price": "75", + "examine": "Essence can be rough on the hands", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "45", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "9", + "destroy_message": "Drop", + "name": "Runecrafter gloves", + "archery_ticket_price": "0", + "id": "13623", + "bonuses": "0,0,0,2,0,2,2,2,2,2,0,0,0,0,0" + }, + { + "shop_price": "75", + "examine": "Heavy duty wizard robes.", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "45", + "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" + }, + { + "shop_price": "75", + "examine": "Comes with goggles, for extra safety while Runecrafting.", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "45", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Runecrafter hat", + "archery_ticket_price": "0", + "id": "13625", + "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0" + }, + { + "shop_price": "75", + "examine": "Comes with goggles, for extra safety while Runecrafting.", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "45", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Runecrafter hat", + "archery_ticket_price": "0", + "id": "13626", + "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0" + }, + { + "shop_price": "75", + "examine": "A heavy-duty wizard robe.", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "45", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "7", + "destroy_message": "Drop", + "name": "Runecrafter skirt", + "archery_ticket_price": "0", + "id": "13627", + "bonuses": "0,0,0,4,0,4,4,4,4,4,0,0,0,0,0" + }, + { + "shop_price": "75", + "examine": "Essence can be rough on the hands", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "45", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "9", + "destroy_message": "Drop", + "name": "Runecrafter gloves", + "archery_ticket_price": "0", + "id": "13628", + "bonuses": "0,0,0,2,0,2,2,2,2,2,0,0,0,0,0" + }, + { + "shop_price": "15", + "examine": "Staff with a holder for a talisman on top.", + "durability": null, + "low_alchemy": "6", + "high_alchemy": "9", + "destroy": "true", + "attack_speed": "5", + "absorb": "0,0,0", + "render_anim": "28", + "destroy_message": "Drop", + "name": "Runecrafting staff", + "archery_ticket_price": "0", + "id": "13629", + "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, + "low_alchemy": "600", + "high_alchemy": "900", + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "1", + "absorb": "0,0,0", + "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, + "low_alchemy": "600", + "high_alchemy": "900", + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "1", + "absorb": "0,0,0", + "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, + "low_alchemy": "600", + "high_alchemy": "900", + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "1", + "absorb": "0,0,0", + "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, + "low_alchemy": "600", + "high_alchemy": "900", + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "1", + "absorb": "0,0,0", + "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, + "low_alchemy": "600", + "high_alchemy": "900", + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "1", + "absorb": "0,0,0", + "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, + "low_alchemy": "600", + "high_alchemy": "900", + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "1", + "absorb": "0,0,0", + "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, + "low_alchemy": "600", + "high_alchemy": "900", + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "1", + "absorb": "0,0,0", + "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, + "low_alchemy": "600", + "high_alchemy": "900", + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "1", + "absorb": "0,0,0", + "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, + "low_alchemy": "600", + "high_alchemy": "900", + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "1", + "absorb": "0,0,0", + "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, + "low_alchemy": "600", + "high_alchemy": "900", + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "1", + "absorb": "0,0,0", + "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, + "low_alchemy": "600", + "high_alchemy": "900", + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "1", + "absorb": "0,0,0", + "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, + "low_alchemy": "600", + "high_alchemy": "900", + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "1", + "absorb": "0,0,0", + "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", + "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" + }, + { + "shop_price": "75", + "examine": "Comes with goggles, for extra safety while Runecrafting.", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "45", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Runecrafter hat", + "archery_ticket_price": "0", + "id": "13656", + "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0" + }, + { + "shop_price": "75", + "examine": "Comes with goggles, for extra safety while Runecrafting.", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "45", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Runecrafter hat", + "archery_ticket_price": "0", + "id": "13657", + "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0" + }, + { + "shop_price": "75", + "examine": "Comes with goggles, for extra safety while Runecrafting.", + "durability": null, + "low_alchemy": "30", + "high_alchemy": "45", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Runecrafter hat", + "archery_ticket_price": "0", + "id": "13658", + "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0" + }, + { + "shop_price": "100", + "examine": "It burns, burns, burns...", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "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" + }, + { + "destroy_message": "To get another pair of Flame Gloves, you need to keep ten beacons alight simultaneously and then talk to King Roald.", + "shop_price": "200", + "examine": "The hottest gloves in town.", + "durability": null, + "name": "Flame gloves", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13660", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "shop_price": "300", + "examine": "Danger: risk of fire.", + "durability": null, + "low_alchemy": "120", + "high_alchemy": "180", + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "2", + "absorb": "0,0,0", + "render_anim": "1096", + "equipment_slot": "3", + "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, + "low_alchemy": "4", + "high_alchemy": "6", + "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, + "low_alchemy": "4", + "high_alchemy": "6", + "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, + "low_alchemy": "4", + "high_alchemy": "6", + "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" + }, + { + "shop_price": "10", + "examine": "These are my funny pants.", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "7", + "destroy_message": "You will need to speak to the ringmaster to get another.", + "name": "Clown leggings", + "archery_ticket_price": "0", + "id": "13669", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "10", + "examine": "For helping clowns stay upright.", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "10", + "destroy_message": "You will need to speak to the ringmaster to get another.", + "name": "Clown shoes", + "archery_ticket_price": "0", + "id": "13670", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "10", + "examine": "For making a happy noise.", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "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" + }, + { + "shop_price": "10", + "examine": "Very stylish.", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "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 one.", + "name": "Ringmaster hat", + "archery_ticket_price": "0", + "id": "13672", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "10", + "examine": "Fits nicely.", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "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" + }, + { + "shop_price": "10", + "examine": "Very stylish.", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "7", + "destroy_message": "You will need to speak to the ringmaster to get another one.", + "name": "Ringmaster pants", + "archery_ticket_price": "0", + "id": "13674", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "10", + "examine": "Shiny.", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "10", + "destroy_message": "You will need to speak to the ringmaster to get another one.", + "name": "Ringmaster boots", + "archery_ticket_price": "0", + "id": "13675", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "10", + "examine": "For shouting at people.", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "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, + "low_alchemy": "4", + "high_alchemy": "6", + "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" + }, + { + "shop_price": "10", + "examine": "Very tight fitting.", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "7", + "destroy_message": "You will need to speak to the ringmaster to get another.", + "name": "Acrobat pants", + "archery_ticket_price": "0", + "id": "13678", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "10", + "examine": "These keep your feet off the floor.", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "10", + "destroy_message": "You will need to speak to the ringmaster to get another.", + "name": "Acrobat shoes", + "archery_ticket_price": "0", + "id": "13679", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "10", + "examine": "Oh no, I'm bald! Just kidding.", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "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, + "low_alchemy": "4", + "high_alchemy": "6", + "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" + }, + { + "shop_price": "10", + "examine": "Very tight fitting.", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "7", + "destroy_message": "You will need to speak to the ringmaster to get another.", + "name": "Acrobat pants", + "archery_ticket_price": "0", + "id": "13682", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "10", + "examine": "These keep your feet off the floor.", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "10", + "destroy_message": "You will need to speak to the ringmaster to get another.", + "name": "Acrobat shoes", + "archery_ticket_price": "0", + "id": "13683", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "10", + "examine": "Oh no, I'm bald! Just kidding.", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "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" + }, + { + "shop_price": "10", + "examine": "Very dapper!", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "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": "13685", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "10", + "examine": "Very dapper!", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "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": "13686", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "10", + "examine": "Very dapper!", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "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": "13687", + "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, + "low_alchemy": "4", + "high_alchemy": "6", + "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, + "low_alchemy": "4", + "high_alchemy": "6", + "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, + "low_alchemy": "4", + "high_alchemy": "6", + "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", + "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" + }, + { + "shop_price": "50", + "examine": "Small, shiny bits of rock.", + "durability": null, + "low_alchemy": "20", + "high_alchemy": "30", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "You can mine more if you find another crashed star.", + "name": "Stardust", + "archery_ticket_price": "0", + "id": "13727", + "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,70}", + "shop_price": "70000", + "examine": "An ethereal shield.", + "rare_item": "true", + "durability": null, + "low_alchemy": "28000", + "high_alchemy": "42000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "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,0,1,0" + }, + { + "shop_price": "70000", + "examine": "An ethereal shield.", + "durability": null, + "low_alchemy": "28000", + "high_alchemy": "42000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "39982", + "name": "Spirit shield", + "tradeable": "true", + "archery_ticket_price": "0", + "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, + "low_alchemy": "560000", + "high_alchemy": "840000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "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,0,3,0" + }, + { + "shop_price": "1400000", + "examine": "An ethereal shield that has been blessed with holy powers.", + "durability": null, + "low_alchemy": "560000", + "high_alchemy": "840000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "936814", + "name": "Blessed spirit shield", + "tradeable": "true", + "archery_ticket_price": "0", + "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, + "low_alchemy": "800000", + "high_alchemy": "1200000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "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,0,3,0" + }, + { + "shop_price": "2000000", + "examine": "An ethereal shield with an arcane sigil attached to it.", + "durability": null, + "low_alchemy": "800000", + "high_alchemy": "1200000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "15076199", + "name": "Arcane spirit shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13739" + }, + { + "requirements": "{1,75}-{5,75}", + "shop_price": "2000000", + "examine": "An ethereal shield with a divine sigil attached to it.", + "durability": null, + "low_alchemy": "800000", + "high_alchemy": "1200000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "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,0,3,0" + }, + { + "shop_price": "2000000", + "examine": "An ethereal shield with a divine sigil attached to it.", + "durability": null, + "low_alchemy": "800000", + "high_alchemy": "1200000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "40003587", + "name": "Divine spirit shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13741" + }, + { + "requirements": "{1,75}-{5,75}", + "shop_price": "2000000", + "examine": "An ethereal shield with an elysian sigil attached to it.", + "durability": null, + "low_alchemy": "800000", + "high_alchemy": "1200000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "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,0,3,0" + }, + { + "shop_price": "2000000", + "examine": "An ethereal shield with an elysian sigil attached to it.", + "durability": null, + "low_alchemy": "800000", + "high_alchemy": "1200000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "28420591", + "name": "Elysian spirit shield", + "tradeable": "true", + "archery_ticket_price": "0", + "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, + "low_alchemy": "800000", + "high_alchemy": "1200000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "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,0,3,0" + }, + { + "shop_price": "2000000", + "examine": "An ethereal shield with a spectral sigil attached to it.", + "durability": null, + "low_alchemy": "800000", + "high_alchemy": "1200000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "3616112", + "name": "Spectral spirit shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13745" + }, + { + "shop_price": "750000", + "examine": "A sigil in the shape of an arcane rune.", + "rare_item": "true", + "durability": null, + "low_alchemy": "300000", + "high_alchemy": "450000", + "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" + }, + { + "shop_price": "750000", + "examine": "A sigil in the shape of an arcane rune.", + "durability": null, + "low_alchemy": "300000", + "high_alchemy": "450000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "19508553", + "name": "Arcane sigil", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13747" + }, + { + "shop_price": "750000", + "examine": "A sigil in the shape of a divine symbol.", + "rare_item": "true", + "durability": null, + "low_alchemy": "300000", + "high_alchemy": "450000", + "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" + }, + { + "shop_price": "750000", + "examine": "A sigil in the shape of a divine symbol.", + "durability": null, + "low_alchemy": "300000", + "high_alchemy": "450000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "53026134", + "name": "Divine sigil", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13749" + }, + { + "shop_price": "750000", + "examine": "A sigil marked with elysian signs.", + "rare_item": "true", + "durability": null, + "low_alchemy": "300000", + "high_alchemy": "450000", + "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" + }, + { + "shop_price": "750000", + "examine": "A sigil marked with elysian signs.", + "durability": null, + "low_alchemy": "300000", + "high_alchemy": "450000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "36159098", + "name": "Elysian sigil", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13751" + }, + { + "shop_price": "750000", + "examine": "A sigil tempered with spectral powers.", + "rare_item": "true", + "durability": null, + "low_alchemy": "300000", + "high_alchemy": "450000", + "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" + }, + { + "shop_price": "750000", + "examine": "A sigil tempered with spectral powers.", + "durability": null, + "low_alchemy": "300000", + "high_alchemy": "450000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "3116720", + "name": "Spectral sigil", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13753" + }, + { + "shop_price": "750000", + "examine": "A bottle of holy elixir.", + "rare_item": "true", + "durability": null, + "low_alchemy": "300000", + "high_alchemy": "450000", + "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" + }, + { + "shop_price": "750000", + "examine": "A bottle of holy elixir.", + "durability": null, + "low_alchemy": "300000", + "high_alchemy": "450000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "950904", + "name": "Holy elixir", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13755" + }, + { + "shop_price": "40", + "examine": "Logs cut from cursed willow roots.", + "durability": null, + "low_alchemy": "16", + "high_alchemy": "24", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "name": "Cursed willow logs", + "archery_ticket_price": "0", + "id": "13756", + "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" + }, + { + "examine": "I hope I don't meet any roundheads...", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "name": "Cavalier and mask", + "archery_ticket_price": "0", + "id": "13763", + "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, + "low_alchemy": "2400", + "high_alchemy": "3600", + "destroy": "true", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "9", + "absorb": "0,0,0", + "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, + "low_alchemy": "3200", + "high_alchemy": "4800", + "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, + "low_alchemy": "8320", + "high_alchemy": "12480", + "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, + "low_alchemy": "24960", + "high_alchemy": "37440", + "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, + "low_alchemy": "8320", + "high_alchemy": "12480", + "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, + "low_alchemy": "25600", + "high_alchemy": "38400", + "destroy": "true", + "attack_speed": "7", + "two_handed": "true", + "weapon_interface": "7", + "absorb": "0,0,0", + "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, + "low_alchemy": "51200", + "high_alchemy": "76800", + "destroy": "true", + "attack_speed": "7", + "two_handed": "true", + "weapon_interface": "15", + "absorb": "0,0,0", + "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, + "low_alchemy": "5760", + "high_alchemy": "8640", + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "8", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "7917", + "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" + }, + { + "examine": "A series of connected metal rings.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,6", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "29145", + "name": "Rune chainbody", + "archery_ticket_price": "0", + "id": "13781", + "bonuses": "0,0,0,-15,0,63,72,78,-3,65,40,0,0,0,0" + }, + { + "examine": "These will protect my feet.", + "durability": null, + "low_alchemy": "5000", + "high_alchemy": "7500", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "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" + }, + { + "examine": "A medium sized helmet.", + "durability": null, + "low_alchemy": "7680", + "high_alchemy": "11520", + "destroy": "true", + "attack_speed": "4", + "absorb": "1,0,3", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "10678", + "name": "Rune med helm", + "archery_ticket_price": "0", + "id": "13783", + "bonuses": "0,0,0,-3,-1,22,23,21,-1,22,7,0,0,0,0" + }, + { + "examine": "A stone helmet.", + "durability": null, + "low_alchemy": "18400", + "high_alchemy": "27600", + "destroy": "true", + "attack_speed": "4", + "absorb": "2,0,4", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "26576", + "name": "Granite helm", + "archery_ticket_price": "0", + "id": "13784", + "bonuses": "0,0,0,-9,-7,31,33,29,-1,39,9,0,0,0,0" + }, + { + "examine": "Provides excellent protection.", + "durability": null, + "low_alchemy": "32000", + "high_alchemy": "48000", + "destroy": "true", + "attack_speed": "4", + "absorb": "4,0,8", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "136414", + "name": "Granite body", + "archery_ticket_price": "0", + "id": "13785", + "bonuses": "0,0,0,-22,-5,87,84,79,-6,97,45,0,0,0,0" + }, + { + "examine": "These look pretty heavy.", + "durability": null, + "low_alchemy": "26400", + "high_alchemy": "39600", + "destroy": "true", + "attack_speed": "4", + "absorb": "2,0,5", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "72213", + "name": "Granite legs", + "archery_ticket_price": "0", + "id": "13786", + "bonuses": "0,0,0,-31,-18,43,45,41,-4,68,20,0,0,0,0" + }, + { + "examine": "A medium square shield.", + "durability": null, + "low_alchemy": "15360", + "high_alchemy": "23040", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,7", + "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" + }, + { + "examine": "A solid stone shield.", + "durability": null, + "low_alchemy": "22400", + "high_alchemy": "33600", + "destroy": "true", + "attack_speed": "4", + "absorb": "5,0,10", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "32512", + "name": "Granite shield", + "archery_ticket_price": "0", + "id": "13788", + "bonuses": "0,0,0,-12,-8,40,42,38,0,65,50,0,0,0,0" + }, + { + "examine": "A big 'do about nothing.", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "42991", + "name": "A powdered wig", + "archery_ticket_price": "0", + "id": "13789", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "These'll help me stay alive.", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "811293", + "name": "Flared trousers", + "archery_ticket_price": "0", + "id": "13790", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "Alas, someone has slashed my pantaloons.", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "19286", + "name": "Pantaloons", + "archery_ticket_price": "0", + "id": "13791", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "A cap for wearing whil...zzzzzzzzz", + "durability": null, + "low_alchemy": "800", + "high_alchemy": "1200", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "75357", + "name": "Sleeping cap", + "archery_ticket_price": "0", + "id": "13792", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "A diamond-topped cane.", + "durability": null, + "low_alchemy": "5760", + "high_alchemy": "8640", + "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" + }, + { + "examine": "Comes with a free rabbit!", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "333537", + "name": "Top hat", + "archery_ticket_price": "0", + "id": "13794", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "Shear elegance.", + "durability": null, + "low_alchemy": "320", + "high_alchemy": "480", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "582969", + "name": "Sheep mask", + "archery_ticket_price": "0", + "id": "13795", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "I can get the look right, but can I do the waddle too?", + "durability": null, + "low_alchemy": "320", + "high_alchemy": "480", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1159807", + "name": "Penguin mask", + "archery_ticket_price": "0", + "id": "13796", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "The bats have left the belltower.", + "durability": null, + "low_alchemy": "320", + "high_alchemy": "480", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "681595", + "name": "Bat mask", + "archery_ticket_price": "0", + "id": "13797", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "It's the year of the cat!", + "durability": null, + "low_alchemy": "320", + "high_alchemy": "480", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "2512014", + "name": "Cat mask", + "archery_ticket_price": "0", + "id": "13798", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "I'm hungry like the wolf.", + "durability": null, + "low_alchemy": "320", + "high_alchemy": "480", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "3240770", + "name": "Wolf mask", + "archery_ticket_price": "0", + "id": "13799", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "Rune platebody with gold trim.", + "durability": null, + "low_alchemy": "26000", + "high_alchemy": "39000", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,6", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "343688", + "name": "Rune platebody (g)", + "archery_ticket_price": "0", + "id": "13800", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" + }, + { + "examine": "Rune platelegs with gold trim.", + "durability": null, + "low_alchemy": "25600", + "high_alchemy": "38400", + "destroy": "true", + "attack_speed": "4", + "absorb": "2,0,4", + "lendable": "true", + "destroy_message": "drop", + "grand_exchange_price": "238139", + "name": "Rune platelegs (g)", + "archery_ticket_price": "0", + "id": "13801", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "examine": "Rune plateskirt with gold trim.", + "durability": null, + "low_alchemy": "25600", + "high_alchemy": "38400", + "destroy": "true", + "attack_speed": "4", + "absorb": "2,0,4", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "37616", + "name": "Rune plateskirt (g)", + "archery_ticket_price": "0", + "id": "13802", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "examine": "Rune full helmet with gold trim.", + "durability": null, + "low_alchemy": "14080", + "high_alchemy": "21120", + "destroy": "true", + "attack_speed": "4", + "absorb": "1,0,3", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "247877", + "name": "Rune full helm(g)", + "archery_ticket_price": "0", + "id": "13803", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" + }, + { + "examine": "Rune kiteshield with gold trim", + "durability": null, + "low_alchemy": "21760", + "high_alchemy": "32640", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,7", + "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" + }, + { + "examine": "Rune platebody with trim.", + "durability": null, + "low_alchemy": "26000", + "high_alchemy": "39000", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,6", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "100586", + "name": "Rune platebody (t)", + "archery_ticket_price": "0", + "id": "13805", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" + }, + { + "examine": "Rune platelegs with trim!", + "durability": null, + "low_alchemy": "25600", + "high_alchemy": "38400", + "destroy": "true", + "attack_speed": "4", + "absorb": "2,0,4", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "81577", + "name": "Rune platelegs (t)", + "archery_ticket_price": "0", + "id": "13806", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "examine": "Rune plateskirt with trim.", + "durability": null, + "low_alchemy": "25600", + "high_alchemy": "38400", + "destroy": "true", + "attack_speed": "4", + "absorb": "2,0,4", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "37701", + "name": "Rune plateskirt (t)", + "archery_ticket_price": "0", + "id": "13807", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "examine": "Rune full helmet with trim.", + "durability": null, + "low_alchemy": "14080", + "high_alchemy": "21120", + "destroy": "true", + "attack_speed": "4", + "absorb": "1,0,3", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "95809", + "name": "Rune full helm (t)", + "archery_ticket_price": "0", + "id": "13808", + "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, + "low_alchemy": "21760", + "high_alchemy": "32640", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,7", + "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" + }, + { + "examine": "Your money or your life!", + "durability": null, + "low_alchemy": "16", + "high_alchemy": "24", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "252995", + "name": "Highwayman mask", + "archery_ticket_price": "0", + "id": "13810", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "Parlez-vous francais?", + "durability": null, + "low_alchemy": "32", + "high_alchemy": "48", + "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, + "low_alchemy": "32", + "high_alchemy": "48", + "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, + "low_alchemy": "32", + "high_alchemy": "48", + "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" + }, + { + "examine": "All for one and one for all!", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "42014", + "name": "Tan cavalier", + "archery_ticket_price": "0", + "id": "13814", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "All for one and one for all!", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "61518", + "name": "Dark cavalier", + "archery_ticket_price": "0", + "id": "13815", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "All for one and one for all!", + "durability": null, + "low_alchemy": "80", + "high_alchemy": "120", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "338530", + "name": "Black cavalier", + "archery_ticket_price": "0", + "id": "13816", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "A minimalist's hat.", + "durability": null, + "low_alchemy": "16", + "high_alchemy": "24", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "159694", + "name": "Red headband", + "archery_ticket_price": "0", + "id": "13817", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "A minimalist's hat.", + "durability": null, + "low_alchemy": "16", + "high_alchemy": "24", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "83543", + "name": "Black headband", + "archery_ticket_price": "0", + "id": "13818", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "A minimalist's hat.", + "durability": null, + "low_alchemy": "16", + "high_alchemy": "24", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "26474", + "name": "Brown headband", + "archery_ticket_price": "0", + "id": "13819", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "Rune platebody in the colours of Zamorak.", + "durability": null, + "low_alchemy": "26000", + "high_alchemy": "39000", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,6", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "868398", + "name": "Zamorak platebody", + "archery_ticket_price": "0", + "id": "13820", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" + }, + { + "examine": "Rune platelegs in the colours of Zamorak.", + "durability": null, + "low_alchemy": "25600", + "high_alchemy": "38400", + "destroy": "true", + "attack_speed": "4", + "absorb": "2,0,4", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "316989", + "name": "Zamorak platelegs", + "archery_ticket_price": "0", + "id": "13821", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "examine": "Rune plateskirt in the colours of Zamorak.", + "durability": null, + "low_alchemy": "25600", + "high_alchemy": "38400", + "destroy": "true", + "attack_speed": "4", + "absorb": "2,0,4", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "38597", + "name": "Zamorak plateskirt", + "archery_ticket_price": "0", + "id": "13822", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "examine": "A full helmet in the colours of Zamorak.", + "durability": null, + "low_alchemy": "14080", + "high_alchemy": "21120", + "destroy": "true", + "attack_speed": "4", + "absorb": "1,0,3", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "618480", + "name": "Zamorak full helm", + "archery_ticket_price": "0", + "id": "13823", + "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, + "low_alchemy": "21760", + "high_alchemy": "32640", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,7", + "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" + }, + { + "examine": "Rune platebody in the colours of Saradomin.", + "durability": null, + "low_alchemy": "26000", + "high_alchemy": "39000", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,6", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1555099", + "name": "Saradomin platebody", + "archery_ticket_price": "0", + "id": "13825", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" + }, + { + "examine": "Rune platelegs in the colours of Saradomin!", + "durability": null, + "low_alchemy": "25600", + "high_alchemy": "38400", + "destroy": "true", + "attack_speed": "4", + "absorb": "2,0,4", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "376849", + "name": "Saradomin platelegs", + "archery_ticket_price": "0", + "id": "13826", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "examine": "Rune plateskirt in the colours of Saradomin.", + "durability": null, + "low_alchemy": "25600", + "high_alchemy": "38400", + "destroy": "true", + "attack_speed": "4", + "absorb": "2,0,4", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "53048", + "name": "Saradomin plateskirt", + "archery_ticket_price": "0", + "id": "13827", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "examine": "Rune full helmet in the colours of Saradomin.", + "durability": null, + "low_alchemy": "14080", + "high_alchemy": "21120", + "destroy": "true", + "attack_speed": "4", + "absorb": "1,0,3", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1025974", + "name": "Saradomin full helm", + "archery_ticket_price": "0", + "id": "13828", + "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, + "low_alchemy": "21760", + "high_alchemy": "32640", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,7", + "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" + }, + { + "examine": "Rune platebody in the colours of Guthix.", + "durability": null, + "low_alchemy": "6000", + "high_alchemy": "9000", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,6", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "406762", + "name": "Guthix platebody", + "archery_ticket_price": "0", + "id": "13830", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" + }, + { + "examine": "Rune platelegs in the colours of Guthix.", + "durability": null, + "low_alchemy": "25600", + "high_alchemy": "38400", + "destroy": "true", + "attack_speed": "4", + "absorb": "2,0,4", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "181471", + "name": "Guthix platelegs", + "archery_ticket_price": "0", + "id": "13831", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "examine": "Rune plateskirt in the colours of Guthix.", + "durability": null, + "low_alchemy": "25600", + "high_alchemy": "38400", + "destroy": "true", + "attack_speed": "4", + "absorb": "2,0,4", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "38388", + "name": "Guthix plateskirt", + "archery_ticket_price": "0", + "id": "13832", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "examine": "A rune full helmet in the colours of Guthix.", + "durability": null, + "low_alchemy": "14080", + "high_alchemy": "21120", + "destroy": "true", + "attack_speed": "4", + "absorb": "1,0,3", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "399963", + "name": "Guthix full helm", + "archery_ticket_price": "0", + "id": "13833", + "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, + "low_alchemy": "21760", + "high_alchemy": "32640", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,7", + "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" + }, + { + "examine": "Rune platebody with complete gold trim & plating.", + "durability": null, + "low_alchemy": "26000", + "high_alchemy": "39000", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,6", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "2034838", + "name": "Gilded platebody", + "archery_ticket_price": "0", + "id": "13835", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" + }, + { + "examine": "Rune platelegs with gold plate.", + "durability": null, + "low_alchemy": "25600", + "high_alchemy": "38400", + "destroy": "true", + "attack_speed": "4", + "absorb": "2,0,4", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1299758", + "name": "Gilded platelegs", + "archery_ticket_price": "0", + "id": "13836", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "examine": "Rune plateskirt with gold plate.", + "durability": null, + "low_alchemy": "25600", + "high_alchemy": "38400", + "destroy": "true", + "attack_speed": "4", + "absorb": "2,0,4", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "84191", + "name": "Gilded plateskirt", + "archery_ticket_price": "0", + "id": "13837", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "examine": "Rune full helmet with gold plate.", + "durability": null, + "low_alchemy": "14080", + "high_alchemy": "21120", + "destroy": "true", + "attack_speed": "4", + "absorb": "1,0,3", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1057068", + "name": "Gilded full helm", + "archery_ticket_price": "0", + "id": "13838", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" + }, + { + "examine": "Rune kiteshield with gold plate.", + "durability": null, + "low_alchemy": "21760", + "high_alchemy": "32640", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,7", + "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" + }, + { + "shop_price": "50000", + "examine": "A pair of gloves that gives you bonus Atk, Def, Str and LP xp.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "destroy": "true", + "attack_speed": "4", + "absorb": "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?", + "name": "Brawling gloves (melee)", + "archery_ticket_price": "0", + "id": "13845", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "50000", + "examine": "A pair of gloves that gives you bonus Ranged xp.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "destroy": "true", + "attack_speed": "4", + "absorb": "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?", + "name": "Brawling gloves (ranged)", + "archery_ticket_price": "0", + "id": "13846", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "50000", + "examine": "A pair of gloves that gives you bonus Magic xp.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "destroy": "true", + "attack_speed": "4", + "absorb": "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?", + "name": "Brawling gloves (magic)", + "archery_ticket_price": "0", + "id": "13847", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "50000", + "examine": "A pair of gloves that gives you bonus Prayer xp.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "destroy": "true", + "attack_speed": "4", + "absorb": "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?", + "name": "Brawling gloves (prayer)", + "archery_ticket_price": "0", + "id": "13848", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "50000", + "examine": "A pair of gloves that gives you bonus Agility xp.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "destroy": "true", + "attack_speed": "4", + "absorb": "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?", + "name": "Brawling gloves (agility)", + "archery_ticket_price": "0", + "id": "13849", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "50000", + "examine": "A pair of gloves that gives you bonus Woodcutting xp.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "destroy": "true", + "attack_speed": "4", + "absorb": "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?", + "name": "Brawling gloves (wc)", + "archery_ticket_price": "0", + "id": "13850", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "50000", + "examine": "A pair of gloves that gives you bonus Firemaking xp.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "destroy": "true", + "attack_speed": "4", + "absorb": "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?", + "name": "Brawling gloves (fm)", + "archery_ticket_price": "0", + "id": "13851", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "50000", + "examine": "A pair of gloves that gives you bonus Mining xp.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "destroy": "true", + "attack_speed": "4", + "absorb": "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?", + "name": "Brawling gloves (mining)", + "archery_ticket_price": "0", + "id": "13852", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "50000", + "examine": "A pair of gloves that gives you bonus Hunting xp.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "destroy": "true", + "attack_speed": "4", + "absorb": "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?", + "name": "Brawling gloves (hunter)", + "archery_ticket_price": "0", + "id": "13853", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "50000", + "examine": "A pair of gloves that gives you bonus Thieving xp.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "destroy": "true", + "attack_speed": "4", + "absorb": "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?", + "name": "Brawling gloves (thieving)", + "archery_ticket_price": "0", + "id": "13854", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "50000", + "examine": "A pair of gloves that gives you bonus Smithing xp.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "destroy": "true", + "attack_speed": "4", + "absorb": "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?", + "name": "Brawling gloves (smithing)", + "archery_ticket_price": "0", + "id": "13855", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "50000", + "examine": "A pair of gloves that gives you bonus Fishing xp.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "destroy": "true", + "attack_speed": "4", + "absorb": "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?", + "name": "Brawling gloves (fishing)", + "archery_ticket_price": "0", + "id": "13856", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "50000", + "examine": "A pair of gloves that gives you bonus Cooking xp.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "destroy": "true", + "attack_speed": "4", + "absorb": "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?", + "name": "Brawling gloves (cooking)", + "archery_ticket_price": "0", + "id": "13857", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,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, + "low_alchemy": "200000", + "high_alchemy": "300000", + "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", + "archery_ticket_price": "0", + "id": "13858", + "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, + "low_alchemy": "200000", + "high_alchemy": "300000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "1412812", + "name": "Zuriel's robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13859" + }, + { + "requirements": "{1,78}-{6,78}", + "shop_price": "300000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "low_alchemy": "200000", + "high_alchemy": "300000", + "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, + "low_alchemy": "200000", + "high_alchemy": "300000", + "destroy": "true", + "attack_speed": "4", + "absorb": "8,4,0", + "equipment_slot": "7", + "destroy_message": "Drop", + "grand_exchange_price": "986668", + "name": "Zuriel's robe bottom", + "archery_ticket_price": "0", + "id": "13861", + "bonuses": "0,0,0,25,-7,38,35,44,24,0,30,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, + "low_alchemy": "200000", + "high_alchemy": "300000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "986668", + "name": "Zuriel's robe bottom", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13862" + }, + { + "requirements": "{1,78}-{6,78}", + "shop_price": "300000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "low_alchemy": "200000", + "high_alchemy": "300000", + "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, + "low_alchemy": "100000", + "high_alchemy": "150000", + "destroy": "true", + "attack_speed": "4", + "absorb": "6,3,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "grand_exchange_price": "361542", + "name": "Zuriel's hood", + "archery_ticket_price": "0", + "id": "13864", + "bonuses": "0,0,0,8,-2,20,16,22,8,0,15,0,0,0,0" + }, + { + "requirements": "{1,78}-{6,78}", + "shop_price": "250000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "low_alchemy": "100000", + "high_alchemy": "150000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "361542", + "name": "Zuriel's hood", + "tradeable": "true", + "archery_ticket_price": "0", + "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, + "low_alchemy": "100000", + "high_alchemy": "150000", + "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", + "low_alchemy": "120000", + "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": "13867", + "stand_turn_anim": "1209", + "bonuses": "13,-1,65,18,0,5,7,4,18,0,0,72,0,0,10", + "requirements": "{6,78}", + "shop_price": "300000", + "durability": null, + "high_alchemy": "180000", + "destroy": "true", + "weapon_interface": "1", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Zuriel's staff" + }, + { + "requirements": "{6,78}", + "shop_price": "300000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "low_alchemy": "120000", + "high_alchemy": "180000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "2116989", + "name": "Zuriel's staff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13868" + }, + { + "turn90cw_anim": "1207", + "examine": "This item degrades in combat, and will turn to dust.", + "walk_anim": "1205", + "rare_item": "true", + "low_alchemy": "120000", + "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": "", + "shop_price": "300000", + "durability": null, + "high_alchemy": "180000", + "destroy": "true", + "weapon_interface": "1", + "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, + "low_alchemy": "200000", + "high_alchemy": "300000", + "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", + "archery_ticket_price": "0", + "id": "13870", + "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, + "low_alchemy": "200000", + "high_alchemy": "300000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "926341", + "name": "Morrigan's leather body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13871" + }, + { + "requirements": "{1,78}-{4,78}", + "shop_price": "300000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "low_alchemy": "200000", + "high_alchemy": "300000", + "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, + "low_alchemy": "200000", + "high_alchemy": "300000", + "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", + "archery_ticket_price": "0", + "id": "13873", + "bonuses": "0,0,0,-10,23,35,29,37,46,35,30,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, + "low_alchemy": "200000", + "high_alchemy": "300000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop, Destroy after degrading.", + "grand_exchange_price": "510395", + "name": "Morrigan's leather chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13874" + }, + { + "requirements": "{1,78}-{4,78}", + "shop_price": "300000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "low_alchemy": "200000", + "high_alchemy": "300000", + "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, + "low_alchemy": "100000", + "high_alchemy": "150000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,6,3", + "equipment_slot": "0", + "destroy_message": "Drop", + "grand_exchange_price": "236411", + "name": "Morrigan's coif", + "archery_ticket_price": "0", + "id": "13876", + "bonuses": "0,0,0,-5,13,8,11,14,8,12,15,0,0,0,0" + }, + { + "requirements": "{1,78}-{4,78}", + "shop_price": "250000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "low_alchemy": "100000", + "high_alchemy": "150000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "236411", + "name": "Morrigan's coif", + "tradeable": "true", + "archery_ticket_price": "0", + "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, + "low_alchemy": "100000", + "high_alchemy": "150000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,6,3", + "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, + "low_alchemy": "1600", + "high_alchemy": "2400", + "destroy": "true", + "attack_speed": "6", + "weapon_interface": "18", + "absorb": "0,0,0", + "render_anim": "1381", + "equipment_slot": "3", + "destroy_message": "Drop", + "grand_exchange_price": "19944", + "name": "Morrigan's javelin", + "archery_ticket_price": "0", + "id": "13879", + "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,0" + }, + { + "requirements": "{4,78}", + "shop_price": "10000", + "examine": "A vicious javelin.", + "has_special": "true", + "durability": null, + "low_alchemy": "1600", + "high_alchemy": "2400", + "destroy": "true", + "attack_speed": "6", + "weapon_interface": "18", + "absorb": "0,0,0", + "render_anim": "1381", + "equipment_slot": "3", + "destroy_message": "Drop", + "grand_exchange_price": "19944", + "name": "Morrigan's javelin(p)", + "archery_ticket_price": "0", + "id": "13880", + "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,0" + }, + { + "requirements": "{4,78}", + "shop_price": "10000", + "examine": "A vicious javelin.", + "has_special": "true", + "durability": null, + "low_alchemy": "1600", + "high_alchemy": "2400", + "destroy": "true", + "attack_speed": "6", + "weapon_interface": "18", + "absorb": "0,0,0", + "render_anim": "1381", + "equipment_slot": "3", + "destroy_message": "Drop", + "grand_exchange_price": "19944", + "name": "Morrigan's javelin(p+)", + "archery_ticket_price": "0", + "id": "13881", + "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,0" + }, + { + "requirements": "{4,78}", + "shop_price": "10000", + "examine": "A vicious javelin.", + "has_special": "true", + "durability": null, + "low_alchemy": "1600", + "high_alchemy": "2400", + "destroy": "true", + "attack_speed": "6", + "weapon_interface": "18", + "absorb": "0,0,0", + "render_anim": "1381", + "equipment_slot": "3", + "destroy_message": "Drop", + "grand_exchange_price": "19944", + "name": "Morrigan's javelin(p++)", + "archery_ticket_price": "0", + "id": "13882", + "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,0" + }, + { + "requirements": "{4,78}", + "shop_price": "4000", + "examine": "A vicious throwing axe.", + "has_special": "true", + "durability": null, + "low_alchemy": "1600", + "high_alchemy": "2400", + "destroy": "true", + "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", + "archery_ticket_price": "0", + "id": "13883", + "bonuses": "0,0,0,0,93,0,0,0,0,0,0,0,0,0,0" + }, + { + "requirements": "{1,78}", + "shop_price": "500000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "low_alchemy": "200000", + "high_alchemy": "300000", + "destroy": "true", + "attack_speed": "4", + "absorb": "6,0,12", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "grand_exchange_price": "1619096", + "name": "Statius's platebody", + "archery_ticket_price": "0", + "id": "13884", + "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, + "low_alchemy": "200000", + "high_alchemy": "300000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "1619096", + "name": "Statius's platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13885" + }, + { + "requirements": "{1,78}", + "shop_price": "300000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "low_alchemy": "200000", + "high_alchemy": "300000", + "destroy": "true", + "attack_speed": "4", + "absorb": "6,0,12", + "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, + "low_alchemy": "200000", + "high_alchemy": "300000", + "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", + "archery_ticket_price": "0", + "id": "13887", + "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, + "low_alchemy": "200000", + "high_alchemy": "300000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop, Destroy once it has been degraded.", + "grand_exchange_price": "2154168", + "name": "Vesta's chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13888" + }, + { + "requirements": "{1,78}", + "shop_price": "300000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "low_alchemy": "200000", + "high_alchemy": "300000", + "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, + "low_alchemy": "200000", + "high_alchemy": "300000", + "destroy": "true", + "attack_speed": "4", + "absorb": "4,0,8", + "equipment_slot": "7", + "destroy_message": "Drop", + "grand_exchange_price": "1735029", + "name": "Statius's platelegs", + "archery_ticket_price": "0", + "id": "13890", + "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, + "low_alchemy": "200000", + "high_alchemy": "300000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "1735029", + "name": "Statius's platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13891" + }, + { + "requirements": "{1,78}", + "shop_price": "300000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "low_alchemy": "200000", + "high_alchemy": "300000", + "destroy": "true", + "attack_speed": "4", + "absorb": "4,0,8", + "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, + "low_alchemy": "200000", + "high_alchemy": "300000", + "destroy": "true", + "attack_speed": "4", + "absorb": "4,0,8", + "equipment_slot": "7", + "destroy_message": "Drop", + "grand_exchange_price": "1860767", + "name": "Vesta's plateskirt", + "archery_ticket_price": "0", + "id": "13893", + "bonuses": "3,5,5,-17,-4,86,100,112,-2,118,30,3,0,0,0" + }, + { + "requirements": "{1,78}", + "shop_price": "500000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "low_alchemy": "200000", + "high_alchemy": "300000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "1860767", + "name": "Vesta's plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13894" + }, + { + "requirements": "{1,78}", + "shop_price": "300000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "low_alchemy": "200000", + "high_alchemy": "300000", + "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, + "low_alchemy": "100000", + "high_alchemy": "150000", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,6", + "equipment_slot": "0", + "destroy_message": "Drop", + "grand_exchange_price": "1301986", + "name": "Statius's full helm", + "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, + "low_alchemy": "100000", + "high_alchemy": "150000", + "destroy": "true", + "attack_speed": "4", + "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, + "low_alchemy": "100000", + "high_alchemy": "150000", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,6", + "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", + "low_alchemy": "120000", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "absorb": "0,0,0", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "381,390,390,390", + "destroy_message": "Drop", + "grand_exchange_price": "10464249", + "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, + "high_alchemy": "180000", + "destroy": "true", + "weapon_interface": "5", + "render_anim": "1426", + "attack_audios": "2500,2500,2517,2500", + "name": "Vesta's longsword" + }, + { + "requirements": "{0,78}", + "shop_price": "300000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "low_alchemy": "120000", + "high_alchemy": "180000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "10464249", + "name": "Vesta's longsword", + "tradeable": "true", + "archery_ticket_price": "0", + "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", + "low_alchemy": "120000", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "absorb": "0,0,0", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "381,390,390,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, + "high_alchemy": "180000", + "destroy": "true", + "weapon_interface": "5", + "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", + "low_alchemy": "120000", + "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", + "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, + "high_alchemy": "180000", + "destroy": "true", + "weapon_interface": "10", + "attack_audios": "2504,0,0,0", + "name": "Statius's warhammer" + }, + { + "requirements": "{0,78}", + "shop_price": "300000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "low_alchemy": "120000", + "high_alchemy": "180000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop, Destroy once it has been degraded.", + "grand_exchange_price": "7424450", + "name": "Statius's warhammer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13903" + }, + { + "turn90cw_anim": "821", + "examine": "This item degrades in combat, and will turn to dust.", + "walk_anim": "819", + "has_special": "true", + "low_alchemy": "120000", + "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", + "requirements": "", + "shop_price": "300000", + "durability": null, + "high_alchemy": "180000", + "destroy": "true", + "weapon_interface": "10", + "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", + "low_alchemy": "120000", + "turn90ccw_anim": "1208", + "attack_speed": "4", + "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", + "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, + "high_alchemy": "180000", + "destroy": "true", + "weight": "4.2", + "weapon_interface": "14", + "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, + "low_alchemy": "120000", + "high_alchemy": "180000", + "destroy": "true", + "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.", + "has_special": "true", + "durability": null, + "low_alchemy": "120000", + "high_alchemy": "180000", + "destroy": "true", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "absorb": "0,0,0", + "render_anim": "28", + "equipment_slot": "3", + "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,78}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "30000", + "high_alchemy": "45000", + "destroy": "true", + "attack_speed": "4", + "absorb": "6,0,12", + "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" + }, + { + "requirements": "{1,78}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "30000", + "high_alchemy": "45000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "1897306", + "name": "Corrupt statius's platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13909" + }, + { + "requirements": "{1,78}", + "shop_price": "75000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "30000", + "high_alchemy": "45000", + "destroy": "true", + "attack_speed": "4", + "absorb": "6,0,12", + "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,78}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "30000", + "high_alchemy": "45000", + "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" + }, + { + "requirements": "{1,78}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "30000", + "high_alchemy": "45000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "2546175", + "name": "Corrupt vesta's chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13912" + }, + { + "requirements": "{1,78}", + "shop_price": "75000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "30000", + "high_alchemy": "45000", + "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,78}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "30000", + "high_alchemy": "45000", + "destroy": "true", + "attack_speed": "4", + "absorb": "4,0,8", + "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" + }, + { + "requirements": "{1,78}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "30000", + "high_alchemy": "45000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "1734527", + "name": "Corrupt statius's platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13915" + }, + { + "requirements": "{1,78}", + "shop_price": "75000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "30000", + "high_alchemy": "45000", + "destroy": "true", + "attack_speed": "4", + "absorb": "4,0,8", + "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,78}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "50000", + "high_alchemy": "75000", + "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" + }, + { + "requirements": "{1,78}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "50000", + "high_alchemy": "75000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "1942627", + "name": "Corrupt vesta's plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13918" + }, + { + "requirements": "{1,78}", + "shop_price": "75000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "50000", + "high_alchemy": "75000", + "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,78}", + "shop_price": "50000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "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" + }, + { + "requirements": "{1,78}", + "shop_price": "50000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "1062835", + "name": "Corrupt statius's full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13921" + }, + { + "remove_head": "true", + "requirements": "{1,78}", + "shop_price": "30000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,6", + "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" + }, + { + "turn90cw_anim": "1207", + "examine": "This item degrades while worn, and will turn to dust.", + "walk_anim": "1205", + "low_alchemy": "30000", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "absorb": "0,0,0", + "equipment_slot": "3", + "attack_anims": "381,390,390,390", + "destroy_message": "Drop", + "grand_exchange_price": "3739998", + "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,78}", + "shop_price": "125000", + "durability": null, + "high_alchemy": "45000", + "destroy": "true", + "weapon_interface": "5", + "render_anim": "1426", + "name": "Corrupt vesta's longsword" + }, + { + "requirements": "{0,78}", + "shop_price": "125000", + "turn90cw_anim": "1207", + "examine": "This item degrades while worn, and will turn to dust.", + "walk_anim": "1205", + "durability": null, + "low_alchemy": "30000", + "high_alchemy": "45000", + "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,78}", + "shop_price": "75000", + "turn90cw_anim": "1207", + "examine": "This item degrades while worn, and will turn to dust.", + "walk_anim": "1205", + "durability": null, + "low_alchemy": "30000", + "high_alchemy": "45000", + "destroy": "true", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "5", + "turn180_anim": "1206", + "absorb": "0,0,0", + "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,78}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "30000", + "high_alchemy": "45000", + "destroy": "true", + "attack_speed": "6", + "weapon_interface": "8", + "absorb": "0,0,0", + "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" + }, + { + "requirements": "{0,78}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "30000", + "high_alchemy": "45000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "3033516", + "name": "Corrupt statius's warhammer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13927" + }, + { + "requirements": "{0,78}", + "shop_price": "75000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "30000", + "high_alchemy": "45000", + "destroy": "true", + "attack_speed": "6", + "weapon_interface": "8", + "absorb": "0,0,0", + "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,78}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "30000", + "high_alchemy": "45000", + "destroy": "true", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "absorb": "0,0,0", + "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,78}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "30000", + "high_alchemy": "45000", + "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,78}", + "shop_price": "75000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "30000", + "high_alchemy": "45000", + "destroy": "true", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "absorb": "0,0,0", + "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,78}-{6,78}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "50000", + "high_alchemy": "75000", + "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" + }, + { + "requirements": "{1,78}-{6,78}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "50000", + "high_alchemy": "75000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "253230", + "name": "Corrupt zuriel's robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13933" + }, + { + "requirements": "{1,78}-{6,78}", + "shop_price": "75000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "50000", + "high_alchemy": "75000", + "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,78}-{6,78}", + "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,78}-{6,78}", + "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,78}-{6,78}", + "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,78}-{6,78}", + "shop_price": "50000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "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" + }, + { + "requirements": "{1,78}-{6,78}", + "shop_price": "50000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "43778", + "name": "Corrupt zuriel's hood", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13939" + }, + { + "remove_head": "true", + "requirements": "{1,78}-{6,78}", + "shop_price": "30000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "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,78}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "28000", + "high_alchemy": "42000", + "destroy": "true", + "attack_speed": "6", + "weapon_interface": "1", + "absorb": "0,0,0", + "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" + }, + { + "requirements": "{6,78}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "28000", + "high_alchemy": "42000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "219418", + "name": "Corrupt zuriel's staff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13942" + }, + { + "requirements": "{6,78}", + "shop_price": "70000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "28000", + "high_alchemy": "42000", + "destroy": "true", + "attack_speed": "6", + "weapon_interface": "1", + "absorb": "0,0,0", + "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,78}-{4,78}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "50000", + "high_alchemy": "75000", + "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" + }, + { + "requirements": "{1,78}-{4,78}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "50000", + "high_alchemy": "75000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "387212", + "name": "Corrupt morrigan's leather body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13945" + }, + { + "requirements": "{1,78}-{4,78}", + "shop_price": "75000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "50000", + "high_alchemy": "75000", + "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,78}-{4,78}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "50000", + "high_alchemy": "75000", + "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" + }, + { + "requirements": "{1,78}-{4,78}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "50000", + "high_alchemy": "75000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "84592", + "name": "Corrupt morrigan's leather chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13948" + }, + { + "requirements": "{1,78}-{4,78}", + "shop_price": "75000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "50000", + "high_alchemy": "75000", + "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,78}-{4,78}", + "shop_price": "50000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,6,3", + "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" + }, + { + "requirements": "{1,78}-{4,78}", + "shop_price": "50000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "63502", + "name": "Corrupt morrigan's coif", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13951" + }, + { + "remove_head": "true", + "requirements": "{1,78}-{4,78}", + "shop_price": "30000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "20000", + "high_alchemy": "30000", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,6,3", + "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,78}", + "shop_price": "1000", + "examine": "A vicious javelin.", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "destroy": "true", + "attack_speed": "6", + "weapon_interface": "18", + "absorb": "0,0,0", + "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,0" + }, + { + "requirements": "{4,78}", + "shop_price": "10000", + "examine": "A vicious javelin.", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "destroy": "true", + "attack_speed": "6", + "weapon_interface": "18", + "absorb": "0,0,0", + "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,0" + }, + { + "requirements": "{4,78}", + "shop_price": "10000", + "examine": "A vicious javelin.", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "destroy": "true", + "attack_speed": "6", + "weapon_interface": "18", + "absorb": "0,0,0", + "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,0" + }, + { + "requirements": "{4,78}", + "shop_price": "10000", + "examine": "A vicious javelin.", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "destroy": "true", + "attack_speed": "6", + "weapon_interface": "18", + "absorb": "0,0,0", + "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,0" + }, + { + "requirements": "{4,78}", + "shop_price": "1000", + "examine": "A vicious throwing axe.", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "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,0" + }, + { + "requirements": "{0,78}-{4,78}", + "shop_price": "120000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "28800", + "high_alchemy": "43200", + "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" + }, + { + "shop_price": "120000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "28800", + "high_alchemy": "43200", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "168278", + "name": "Corrupt dragon chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13959" + }, + { + "shop_price": "72000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "28800", + "high_alchemy": "43200", + "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, + "low_alchemy": "14400", + "high_alchemy": "21600", + "destroy": "true", + "attack_speed": "4", + "absorb": "2,0,4", + "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" + }, + { + "shop_price": "60000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "14400", + "high_alchemy": "21600", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "121835", + "name": "Corrupt dragon med helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13962" + }, + { + "remove_head": "true", + "shop_price": "36000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "14400", + "high_alchemy": "21600", + "destroy": "true", + "attack_speed": "4", + "absorb": "2,0,4", + "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, + "low_alchemy": "48000", + "high_alchemy": "72000", + "destroy": "true", + "attack_speed": "4", + "absorb": "5,0,11", + "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" + }, + { + "shop_price": "120000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "48000", + "high_alchemy": "72000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "79703", + "name": "Corrupt dragon sq shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13965" + }, + { + "shop_price": "72000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "48000", + "high_alchemy": "72000", + "destroy": "true", + "attack_speed": "4", + "absorb": "5,0,11", + "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, + "low_alchemy": "48000", + "high_alchemy": "72000", + "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" + }, + { + "shop_price": "120000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "48000", + "high_alchemy": "72000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Destroy", + "grand_exchange_price": "71066", + "name": "Corrupt dragon plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13968" + }, + { + "shop_price": "72000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "48000", + "high_alchemy": "72000", + "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, + "low_alchemy": "48000", + "high_alchemy": "72000", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,6", + "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" + }, + { + "shop_price": "120000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "48000", + "high_alchemy": "72000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "87957", + "name": "Corrupt dragon platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13971" + }, + { + "shop_price": "72000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "48000", + "high_alchemy": "72000", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,6", + "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, + "low_alchemy": "28800", + "high_alchemy": "43200", + "destroy": "true", + "weight": "2.7", + "attack_speed": "6", + "weapon_interface": "2", + "absorb": "0,0,0", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,395,395", + "destroy_message": "Drop", + "grand_exchange_price": "332229", + "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, + "low_alchemy": "28800", + "high_alchemy": "43200", + "destroy": "true", + "weight": "2.7", + "attack_speed": "4", + "render_anim": "2586", + "defence_anim": "397", + "attack_anims": "395,395,395,395", + "destroy_message": "Drop", + "grand_exchange_price": "332229", + "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, + "low_alchemy": "28800", + "high_alchemy": "43200", + "destroy": "true", + "weight": "2.7", + "attack_speed": "6", + "weapon_interface": "2", + "absorb": "0,0,0", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,395,395", + "destroy_message": "Drop", + "grand_exchange_price": "332229", + "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, + "low_alchemy": "12000", + "high_alchemy": "18000", + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "5", + "absorb": "0,0,0", + "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, + "low_alchemy": "12000", + "high_alchemy": "18000", + "destroy": "true", + "attack_speed": "4", + "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, + "low_alchemy": "12000", + "high_alchemy": "18000", + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "5", + "absorb": "0,0,0", + "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, + "low_alchemy": "40000", + "high_alchemy": "60000", + "destroy": "true", + "weight": "1.8", + "attack_speed": "4", + "weapon_interface": "6", + "absorb": "0,0,0", + "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" + }, + { + "shop_price": "100000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "40000", + "high_alchemy": "60000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "338644", + "name": "Corrupt dragon scimitar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13980" + }, + { + "shop_price": "60000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "40000", + "high_alchemy": "60000", + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "6", + "absorb": "0,0,0", + "render_anim": "1928", + "equipment_slot": "3", + "destroy_message": "Drop", + "grand_exchange_price": "338644", + "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, + "low_alchemy": "40000", + "high_alchemy": "60000", + "destroy": "true", + "weight": "1.8", + "attack_speed": "5", + "weapon_interface": "5", + "absorb": "0,0,0", + "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" + }, + { + "shop_price": "100000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "40000", + "high_alchemy": "60000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "207053", + "name": "Corrupt dragon longsword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13983" + }, + { + "shop_price": "60000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "low_alchemy": "40000", + "high_alchemy": "60000", + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "5", + "absorb": "0,0,0", + "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, + "low_alchemy": "12000", + "high_alchemy": "18000", + "destroy": "true", + "weight": "1.8", + "attack_speed": "5", + "weapon_interface": "8", + "absorb": "0,0,0", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "destroy_message": "Drop", + "grand_exchange_price": "50096", + "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, + "low_alchemy": "12000", + "high_alchemy": "18000", + "destroy": "true", + "weight": "1.8", + "attack_speed": "4", + "defence_anim": "397", + "attack_anims": "390,390,381,390", + "destroy_message": "Drop", + "grand_exchange_price": "50096", + "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, + "low_alchemy": "12000", + "high_alchemy": "18000", + "destroy": "true", + "weight": "1.8", + "attack_speed": "5", + "weapon_interface": "8", + "absorb": "0,0,0", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "destroy_message": "Drop", + "grand_exchange_price": "50096", + "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, + "low_alchemy": "8800", + "high_alchemy": "13200", + "destroy": "true", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "absorb": "0,0,0", + "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, + "low_alchemy": "8800", + "high_alchemy": "13200", + "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, + "low_alchemy": "8800", + "high_alchemy": "13200", + "destroy": "true", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "absorb": "0,0,0", + "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" + }, + { + "shop_price": "5", + "examine": "A book about the Wilderness.", + "durability": null, + "low_alchemy": "2", + "high_alchemy": "3", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "You can get another copy by searching bookshelves around RuneScape.", + "name": "Pvp worlds manual", + "archery_ticket_price": "0", + "id": "14056", + "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, + "low_alchemy": "10", + "high_alchemy": "15", + "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" + }, + { + "shop_price": "2", + "examine": "What a curious and ghoulish smell!", + "durability": null, + "high_alchemy": "1", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "If you drop the goulash, it will be destroyed. You can get some more by dipping a bowl into Maggie's cauldron.", + "name": "Goulash", + "archery_ticket_price": "0", + "id": "14058", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "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, + "low_alchemy": "6", + "high_alchemy": "9", + "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" + }, + { + "shop_price": "15", + "examine": "Tattered but trendy.", + "durability": null, + "low_alchemy": "6", + "high_alchemy": "9", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "7", + "destroy_message": "You can get another set of warlock legs from Diango in Draynor Village.", + "name": "Warlock legs", + "archery_ticket_price": "0", + "id": "14077", + "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, + "low_alchemy": "6", + "high_alchemy": "9", + "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" + }, + { + "shop_price": "15", + "examine": "Tattered but trendy.", + "durability": null, + "low_alchemy": "6", + "high_alchemy": "9", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "7", + "destroy_message": "You can get another witch top from Diango in Draynor.", + "name": "Witch skirt", + "archery_ticket_price": "0", + "id": "14079", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "15", + "examine": "Ragged but rugged.", + "durability": null, + "low_alchemy": "6", + "high_alchemy": "9", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "1", + "destroy_message": "You can get another witch cloak from Diango in Draynor.", + "name": "Witch cloak", + "archery_ticket_price": "0", + "id": "14080", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "15", + "examine": "Ragged but rugged.", + "durability": null, + "low_alchemy": "6", + "high_alchemy": "9", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "1", + "destroy_message": "You can get another warlock cloak from Diango in Draynor Village.", + "name": "Warlock cloak", + "archery_ticket_price": "0", + "id": "14081", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "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, + "low_alchemy": "6", + "high_alchemy": "9", + "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" + }, + { + "shop_price": "15", + "examine": "Tattered but trendy.", + "durability": null, + "low_alchemy": "6", + "high_alchemy": "9", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "7", + "destroy_message": "You can get another witch top from Diango in Draynor.", + "name": "Witch skirt", + "archery_ticket_price": "0", + "id": "14087", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "15", + "examine": "Ragged but rugged.", + "durability": null, + "low_alchemy": "6", + "high_alchemy": "9", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "1", + "destroy_message": "You can get another witch cloak from Diango in Draynor.", + "name": "Witch cloak", + "archery_ticket_price": "0", + "id": "14088", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "", + "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" + }, + { + "examine": "", + "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" + }, + { + "examine": "", + "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" + }, + { + "examine": "", + "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" + }, + { + "examine": "", + "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", + "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", + "equipment_slot": "3", + "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, + "low_alchemy": "1", + "high_alchemy": "1", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "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", + "high_alchemy": "1", + "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", + "equipment_slot": "3", + "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", + "high_alchemy": "1", + "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", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Butterfly net (class 1)", + "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", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Butterfly net (class 2)", + "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", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Butterfly net (class 3)", + "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", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Butterfly net (class 4)", + "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", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Butterfly net (class 5)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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" + }, + { + "destroy_message": "Drop", + "shop_price": "2", + "examine": "The Sacred Clay has transformed into a wood-like substance.", + "durability": null, + "name": "Arrows (class 1)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14202", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,15,0,0", + "equipment_slot": "13" + }, + { + "destroy_message": "Drop", + "shop_price": "4", + "examine": "The Sacred Clay has transformed into a wood-like substance.", + "durability": null, + "name": "Arrows (class 2)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14203", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,30,0,0", + "equipment_slot": "13" + }, + { + "destroy_message": "Drop", + "shop_price": "6", + "examine": "The Sacred Clay has transformed into a wood-like substance.", + "durability": null, + "name": "Arrows (class 3)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14204", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,45,0,0", + "equipment_slot": "13" + }, + { + "destroy_message": "Drop", + "shop_price": "8", + "examine": "The Sacred Clay has transformed into a wood-like substance.", + "durability": null, + "name": "Arrows (class 4)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14205", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,60,0,0", + "equipment_slot": "13" + }, + { + "destroy_message": "Drop", + "shop_price": "10", + "examine": "The Sacred Clay has transformed into a wood-like substance.", + "durability": null, + "name": "Arrows (class 5)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14206", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,75,0,0", + "equipment_slot": "13" + }, + { + "shop_price": "150", + "examine": "3 doses of Prayer restore potion.", + "durability": null, + "low_alchemy": "61", + "high_alchemy": "91", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Prayer potion(5)", + "archery_ticket_price": "0", + "id": "14207", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "150", + "examine": "3 doses of Prayer restore potion.", + "durability": null, + "low_alchemy": "61", + "high_alchemy": "91", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Prayer potion(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14208" + }, + { + "shop_price": "120", + "examine": "4 doses of Prayer restore potion.", + "durability": null, + "low_alchemy": "61", + "high_alchemy": "91", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Prayer potion(4)", + "archery_ticket_price": "0", + "id": "14209", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "120", + "examine": "4 doses of Prayer restore potion.", + "durability": null, + "low_alchemy": "61", + "high_alchemy": "91", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Prayer potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14210" + }, + { + "shop_price": "90", + "examine": "3 doses of Prayer restore potion.", + "durability": null, + "low_alchemy": "61", + "high_alchemy": "91", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Prayer potion(3)", + "archery_ticket_price": "0", + "id": "14211", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "90", + "examine": "3 doses of Prayer restore potion.", + "durability": null, + "low_alchemy": "61", + "high_alchemy": "91", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Prayer potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14212" + }, + { + "shop_price": "60", + "examine": "2 doses of Prayer restore potion.", + "durability": null, + "low_alchemy": "61", + "high_alchemy": "91", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Prayer potion(2)", + "archery_ticket_price": "0", + "id": "14213", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "60", + "examine": "2 doses of Prayer restore potion.", + "durability": null, + "low_alchemy": "61", + "high_alchemy": "91", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Prayer potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14214" + }, + { + "shop_price": "30", + "examine": "1 dose of Prayer restore potion.", + "durability": null, + "low_alchemy": "61", + "high_alchemy": "91", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Prayer potion(1)", + "archery_ticket_price": "0", + "id": "14215", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "30", + "examine": "1 dose of Prayer restore potion.", + "durability": null, + "low_alchemy": "61", + "high_alchemy": "91", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Prayer potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14216" + }, + { + "shop_price": "150", + "examine": "4 doses of energy potion.", + "durability": null, + "low_alchemy": "58", + "high_alchemy": "87", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Energy potion (5)", + "archery_ticket_price": "0", + "id": "14217", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "150", + "examine": "4 doses of energy potion.", + "durability": null, + "low_alchemy": "58", + "high_alchemy": "87", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Energy potion (5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14218" + }, + { + "shop_price": "120", + "examine": "4 doses of energy potion.", + "durability": null, + "low_alchemy": "58", + "high_alchemy": "87", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Energy potion (4)", + "archery_ticket_price": "0", + "id": "14219", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "120", + "examine": "4 doses of energy potion.", + "durability": null, + "low_alchemy": "58", + "high_alchemy": "87", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Energy potion (4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14220" + }, + { + "shop_price": "90", + "examine": "3 doses of energy potion.", + "durability": null, + "low_alchemy": "58", + "high_alchemy": "87", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Energy potion (3)", + "archery_ticket_price": "0", + "id": "14221", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "90", + "examine": "3 doses of energy potion.", + "durability": null, + "low_alchemy": "58", + "high_alchemy": "87", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Energy potion (3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14222" + }, + { + "shop_price": "60", + "examine": "2 doses of energy potion.", + "durability": null, + "low_alchemy": "58", + "high_alchemy": "87", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Energy potion (2)", + "archery_ticket_price": "0", + "id": "14223", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "60", + "examine": "2 doses of energy potion.", + "durability": null, + "low_alchemy": "58", + "high_alchemy": "87", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Energy potion (2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14224" + }, + { + "shop_price": "30", + "examine": "1 dose of energy potion.", + "durability": null, + "low_alchemy": "58", + "high_alchemy": "87", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Energy potion (1)", + "archery_ticket_price": "0", + "id": "14225", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "30", + "examine": "1 dose of energy potion.", + "durability": null, + "low_alchemy": "58", + "high_alchemy": "87", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Energy potion (1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14226" + }, + { + "shop_price": "150", + "examine": "5 doses of super Attack potion.", + "durability": null, + "low_alchemy": "72", + "high_alchemy": "108", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Super attack(5)", + "archery_ticket_price": "0", + "id": "14227", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "150", + "examine": "5 doses of super Attack potion.", + "durability": null, + "low_alchemy": "72", + "high_alchemy": "108", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Super attack(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14228" + }, + { + "shop_price": "120", + "examine": "4 doses of super Attack potion.", + "durability": null, + "low_alchemy": "72", + "high_alchemy": "108", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Super attack(4)", + "archery_ticket_price": "0", + "id": "14229", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "120", + "examine": "4 doses of super Attack potion.", + "durability": null, + "low_alchemy": "72", + "high_alchemy": "108", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Super attack(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14230" + }, + { + "shop_price": "90", + "examine": "3 doses of super Attack potion.", + "durability": null, + "low_alchemy": "72", + "high_alchemy": "108", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Super attack(3)", + "archery_ticket_price": "0", + "id": "14231", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "90", + "examine": "3 doses of super Attack potion.", + "durability": null, + "low_alchemy": "72", + "high_alchemy": "108", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Super attack(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14232" + }, + { + "shop_price": "60", + "examine": "2 doses of super Attack potion.", + "durability": null, + "low_alchemy": "72", + "high_alchemy": "108", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Super attack(2)", + "archery_ticket_price": "0", + "id": "14233", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "60", + "examine": "2 doses of super Attack potion.", + "durability": null, + "low_alchemy": "72", + "high_alchemy": "108", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Super attack(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14234" + }, + { + "shop_price": "30", + "examine": "1 dose of super Attack potion.", + "durability": null, + "low_alchemy": "72", + "high_alchemy": "108", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Super attack(1)", + "archery_ticket_price": "0", + "id": "14235", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "30", + "examine": "1 dose of super Attack potion.", + "durability": null, + "low_alchemy": "72", + "high_alchemy": "108", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Super attack(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14236" + }, + { + "shop_price": "150", + "examine": "5 doses of super Strength potion.", + "durability": null, + "low_alchemy": "88", + "high_alchemy": "132", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Super strength(5)", + "archery_ticket_price": "0", + "id": "14237", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "150", + "examine": "5 doses of super Strength potion.", + "durability": null, + "low_alchemy": "88", + "high_alchemy": "132", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Super strength(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14238" + }, + { + "shop_price": "120", + "examine": "4 doses of super Strength potion.", + "durability": null, + "low_alchemy": "88", + "high_alchemy": "132", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Super strength(4)", + "archery_ticket_price": "0", + "id": "14239", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "120", + "examine": "4 doses of super Strength potion.", + "durability": null, + "low_alchemy": "88", + "high_alchemy": "132", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Super strength(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14240" + }, + { + "shop_price": "90", + "examine": "3 doses of super Strength potion.", + "durability": null, + "low_alchemy": "88", + "high_alchemy": "132", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Super strength(3)", + "archery_ticket_price": "0", + "id": "14241", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "90", + "examine": "3 doses of super Strength potion.", + "durability": null, + "low_alchemy": "88", + "high_alchemy": "132", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Super strength(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14242" + }, + { + "shop_price": "60", + "examine": "2 doses of super Strength potion.", + "durability": null, + "low_alchemy": "88", + "high_alchemy": "132", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Super strength(2)", + "archery_ticket_price": "0", + "id": "14243", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "60", + "examine": "2 doses of super Strength potion.", + "durability": null, + "low_alchemy": "88", + "high_alchemy": "132", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Super strength(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14244" + }, + { + "shop_price": "30", + "examine": "1 dose of super Strength potion.", + "durability": null, + "low_alchemy": "88", + "high_alchemy": "132", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Super strength(1)", + "archery_ticket_price": "0", + "id": "14245", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "30", + "examine": "1 dose of super Strength potion.", + "durability": null, + "low_alchemy": "88", + "high_alchemy": "132", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Super strength(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14246" + }, + { + "shop_price": "150", + "examine": "4 doses of ranging potion.", + "durability": null, + "low_alchemy": "224", + "high_alchemy": "336", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Ranging potion(5)", + "archery_ticket_price": "0", + "id": "14247", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "150", + "examine": "5 doses of ranging potion.", + "durability": null, + "low_alchemy": "224", + "high_alchemy": "336", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Ranging potion(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14248" + }, + { + "shop_price": "120", + "examine": "4 doses of ranging potion.", + "durability": null, + "low_alchemy": "224", + "high_alchemy": "336", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Ranging potion(4)", + "archery_ticket_price": "0", + "id": "14249", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "120", + "examine": "4 doses of ranging potion.", + "durability": null, + "low_alchemy": "224", + "high_alchemy": "336", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Ranging potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14250" + }, + { + "shop_price": "90", + "examine": "3 doses of ranging potion.", + "durability": null, + "low_alchemy": "224", + "high_alchemy": "336", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Ranging potion(3)", + "archery_ticket_price": "0", + "id": "14251", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "90", + "examine": "3 doses of ranging potion.", + "durability": null, + "low_alchemy": "224", + "high_alchemy": "336", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Ranging potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14252" + }, + { + "shop_price": "60", + "examine": "2 doses of ranging potion.", + "durability": null, + "low_alchemy": "224", + "high_alchemy": "336", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Ranging potion(2)", + "archery_ticket_price": "0", + "id": "14253", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "60", + "examine": "2 doses of ranging potion.", + "durability": null, + "low_alchemy": "224", + "high_alchemy": "336", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Ranging potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14254" + }, + { + "shop_price": "30", + "examine": "1 dose of ranging potion.", + "durability": null, + "low_alchemy": "224", + "high_alchemy": "336", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Ranging potion(1)", + "archery_ticket_price": "0", + "id": "14255", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "30", + "examine": "1 dose of ranging potion.", + "durability": null, + "low_alchemy": "224", + "high_alchemy": "336", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Ranging potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14256" + }, + { + "shop_price": "150", + "examine": "3 doses of Defence Potion.", + "durability": null, + "low_alchemy": "352", + "high_alchemy": "528", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Defence potion(5)", + "archery_ticket_price": "0", + "id": "14257", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "150", + "examine": "3 doses of Defence Potion.", + "durability": null, + "low_alchemy": "352", + "high_alchemy": "528", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Defence potion(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14258" + }, + { + "shop_price": "120", + "examine": "4 doses of Defence Potion.", + "durability": null, + "low_alchemy": "352", + "high_alchemy": "528", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Defence potion(4)", + "archery_ticket_price": "0", + "id": "14259", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "120", + "examine": "4 doses of Defence Potion.", + "durability": null, + "low_alchemy": "352", + "high_alchemy": "528", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Defence potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14260" + }, + { + "shop_price": "90", + "examine": "3 doses of Defence Potion.", + "durability": null, + "low_alchemy": "352", + "high_alchemy": "528", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Defence potion(3)", + "archery_ticket_price": "0", + "id": "14261", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "90", + "examine": "3 doses of Defence Potion.", + "durability": null, + "low_alchemy": "352", + "high_alchemy": "528", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Defence potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14262" + }, + { + "shop_price": "60", + "examine": "2 doses of Defence Potion.", + "durability": null, + "low_alchemy": "352", + "high_alchemy": "528", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Defence potion(2)", + "archery_ticket_price": "0", + "id": "14263", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "60", + "examine": "2 doses of Defence Potion.", + "durability": null, + "low_alchemy": "352", + "high_alchemy": "528", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Defence potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14264" + }, + { + "shop_price": "30", + "examine": "1 dose of Defence Potion.", + "durability": null, + "low_alchemy": "352", + "high_alchemy": "528", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Defence potion(1)", + "archery_ticket_price": "0", + "id": "14265", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "30", + "examine": "1 dose of Defence Potion.", + "durability": null, + "low_alchemy": "352", + "high_alchemy": "528", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Defence potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14266" + }, + { + "shop_price": "150", + "examine": "4 doses of Magic potion.", + "durability": null, + "low_alchemy": "224", + "high_alchemy": "336", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Magic potion(5)", + "archery_ticket_price": "0", + "id": "14267", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "150", + "examine": "5 doses of Magic potion.", + "durability": null, + "low_alchemy": "224", + "high_alchemy": "336", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Magic potion(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14268" + }, + { + "shop_price": "120", + "examine": "4 doses of Magic potion.", + "durability": null, + "low_alchemy": "224", + "high_alchemy": "336", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Magic potion(4)", + "archery_ticket_price": "0", + "id": "14269", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "120", + "examine": "4 doses of Magic potion.", + "durability": null, + "low_alchemy": "224", + "high_alchemy": "336", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Magic potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14270" + }, + { + "shop_price": "90", + "examine": "3 doses of Magic potion.", + "durability": null, + "low_alchemy": "224", + "high_alchemy": "336", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Magic potion(3)", + "archery_ticket_price": "0", + "id": "14271", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "90", + "examine": "3 doses of Magic potion.", + "durability": null, + "low_alchemy": "224", + "high_alchemy": "336", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Magic potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14272" + }, + { + "shop_price": "60", + "examine": "2 doses of Magic potion.", + "durability": null, + "low_alchemy": "224", + "high_alchemy": "336", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Magic potion(2)", + "archery_ticket_price": "0", + "id": "14273", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "60", + "examine": "2 doses of Magic potion.", + "durability": null, + "low_alchemy": "224", + "high_alchemy": "336", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Magic potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14274" + }, + { + "shop_price": "30", + "examine": "1 dose of Magic potion.", + "durability": null, + "low_alchemy": "224", + "high_alchemy": "336", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Magic potion(1)", + "archery_ticket_price": "0", + "id": "14275", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "30", + "examine": "1 dose of Magic potion.", + "durability": null, + "low_alchemy": "224", + "high_alchemy": "336", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Magic potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14276" + }, + { + "shop_price": "150", + "examine": "3 doses of Summoning potion.", + "durability": null, + "low_alchemy": "76", + "high_alchemy": "114", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Summoning potion(5)", + "archery_ticket_price": "0", + "id": "14277", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "150", + "examine": "3 doses of Summoning potion.", + "durability": null, + "low_alchemy": "76", + "high_alchemy": "114", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Summoning potion(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14278" + }, + { + "shop_price": "120", + "examine": "4 doses of Summoning potion.", + "durability": null, + "low_alchemy": "76", + "high_alchemy": "114", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Summoning potion(4)", + "archery_ticket_price": "0", + "id": "14279", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "120", + "examine": "4 doses of Summoning potion.", + "durability": null, + "low_alchemy": "76", + "high_alchemy": "114", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Summoning potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14280" + }, + { + "shop_price": "90", + "examine": "3 doses of Summoning potion.", + "durability": null, + "low_alchemy": "76", + "high_alchemy": "114", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Summoning potion(3)", + "archery_ticket_price": "0", + "id": "14281", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "90", + "examine": "3 doses of Summoning potion.", + "durability": null, + "low_alchemy": "76", + "high_alchemy": "114", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Summoning potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14282" + }, + { + "shop_price": "60", + "examine": "2 doses of Summoning potion.", + "durability": null, + "low_alchemy": "76", + "high_alchemy": "114", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Summoning potion(2)", + "archery_ticket_price": "0", + "id": "14283", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "60", + "examine": "2 doses of Summoning potion.", + "durability": null, + "low_alchemy": "76", + "high_alchemy": "114", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Summoning potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14284" + }, + { + "shop_price": "30", + "examine": "1 dose of Summoning potion.", + "durability": null, + "low_alchemy": "76", + "high_alchemy": "114", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Summoning potion(1)", + "archery_ticket_price": "0", + "id": "14285", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "30", + "examine": "1 dose of Summoning potion.", + "durability": null, + "low_alchemy": "76", + "high_alchemy": "114", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Summoning potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "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", + "destroy_message": "Drop", + "name": "Scimitar (class 1)", + "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", + "destroy_message": "Drop", + "name": "Scimitar (class 2)", + "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", + "destroy_message": "Drop", + "name": "Scimitar (class 3)", + "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", + "destroy_message": "Drop", + "name": "Scimitar (class 4)", + "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", + "destroy_message": "Drop", + "name": "Scimitar (class 5)", + "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", + "destroy_message": "Drop", + "name": "Dagger (class 1)", + "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", + "destroy_message": "Drop", + "name": "Dagger (class 2)", + "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", + "destroy_message": "Drop", + "name": "Dagger (class 3)", + "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", + "destroy_message": "Drop", + "name": "Dagger (class 4)", + "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", + "destroy_message": "Drop", + "name": "Dagger (class 5)", + "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", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Warhammer (class 1)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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" + }, + { + "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)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14327", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,15,0,15,0,0,0,0", + "equipment_slot": "7" + }, + { + "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" + }, + { + "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)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14329", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,30,0,30,0,0,0,0", + "equipment_slot": "7" + }, + { + "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" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "The sacred clay transformed into a light, cloth-like material.", + "durability": null, + "name": "Robe bottom (class 3)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14331", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,45,0,45,0,0,0,0", + "equipment_slot": "7" + }, + { + "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" + }, + { + "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)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14333", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,60,0,60,0,0,0,0", + "equipment_slot": "7" + }, + { + "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" + }, + { + "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)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14335", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,75,0,75,0,0,0,0", + "equipment_slot": "7" + }, + { + "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" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "The sacred clay has transformed into a light, cloth-like material.", + "durability": null, + "name": "Hat (class 1)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14337", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,10,0,10,0,0,0,0", + "equipment_slot": "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" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "The sacred clay has transformed into a light, cloth-like material.", + "durability": null, + "name": "Hat (class 2)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14339", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,20,0,20,0,0,0,0", + "equipment_slot": "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" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "The sacred clay has transformed into a light, cloth-like material.", + "durability": null, + "name": "Hat (class 3)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14341", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,30,0,30,0,0,0,0", + "equipment_slot": "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" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "The sacred clay has transformed into a light, cloth-like material.", + "durability": null, + "name": "Hat (class 4)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14343", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,40,0,40,0,0,0,0", + "equipment_slot": "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" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "The sacred clay has transformed into a light, cloth-like material.", + "durability": null, + "name": "Hat (class 5)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14345", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,50,0,50,0,0,0,0", + "equipment_slot": "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)", + "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)", + "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)", + "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)", + "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)", + "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" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "The sacred clay has transformed into a hard, metallic substance.", + "durability": null, + "name": "Platelegs (class 1)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14357", + "absorb": "0,0,0", + "bonuses": "0,0,0,-30,-10,15,15,15,-10,7,15,0,0,0,0", + "equipment_slot": "7" + }, + { + "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" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "The sacred clay has transformed into a hard, metallic substance.", + "durability": null, + "name": "Platelegs (class 2)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14359", + "absorb": "0,0,0", + "bonuses": "0,0,0,-30,-10,30,30,30,-10,15,30,0,0,0,0", + "equipment_slot": "7" + }, + { + "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" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "The sacred clay has transformed into a hard, metallic substance.", + "durability": null, + "name": "Platelegs (class 3)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14361", + "absorb": "0,0,0", + "bonuses": "0,0,0,-30,-10,45,45,45,-10,23,45,0,0,0,0", + "equipment_slot": "7" + }, + { + "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" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "The sacred clay has transformed into a hard, metallic substance.", + "durability": null, + "name": "Platelegs (class 4)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14363", + "absorb": "0,0,0", + "bonuses": "0,0,0,-30,-10,60,60,60,-10,30,60,0,0,0,0", + "equipment_slot": "7" + }, + { + "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" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "The sacred clay has transformed into a hard, metallic substance.", + "durability": null, + "name": "Platelegs (class 5)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14365", + "absorb": "0,0,0", + "bonuses": "0,0,0,-30,-10,75,75,75,-10,37,75,0,0,0,0", + "equipment_slot": "7" + }, + { + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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)", + "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" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "The sacred clay transformed into a flexible mesh.", + "durability": null, + "name": "Chaps (class 1)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14401", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,7,7,7,0,15,15,0,0,0,0", + "equipment_slot": "7" + }, + { + "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" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "The sacred clay transformed into a flexible mesh.", + "durability": null, + "name": "Chaps (class 2)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14403", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,15,15,15,0,30,30,0,0,0,0", + "equipment_slot": "7" + }, + { + "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" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "The sacred clay transformed into a flexible mesh.", + "durability": null, + "name": "Chaps (class 3)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14405", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,23,23,23,0,45,45,0,0,0,0", + "equipment_slot": "7" + }, + { + "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" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "The sacred clay transformed into a flexible mesh.", + "durability": null, + "name": "Chaps (class 4)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14407", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,30,30,30,0,60,60,0,0,1,0", + "equipment_slot": "7" + }, + { + "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" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "The sacred clay transformed into a flexible mesh.", + "durability": null, + "name": "Chaps (class 5)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14409", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,37,37,37,0,75,75,0,0,0,0", + "equipment_slot": "7" + }, + { + "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", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Coif (class 1)", + "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" + }, + { + "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", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Coif (class 2)", + "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", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Coif (class 3)", + "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", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Coif (class 4)", + "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)", + "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", + "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)", + "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)", + "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)", + "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)", + "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)", + "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" + }, + { + "shop_price": "5", + "examine": "A vine flower grown through magical means.", + "durability": null, + "low_alchemy": "2", + "high_alchemy": "3", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "name": "Vine flower", + "archery_ticket_price": "0", + "id": "14458", + "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" + }, + { + "shop_price": "10", + "examine": "Some dirty clothes that apparently belong to Movario.", + "durability": null, + "low_alchemy": "4", + "high_alchemy": "6", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "You got these clothes from a washerman who lives near the Khazard battle arena.", + "name": "Dirty laundry", + "archery_ticket_price": "0", + "id": "14460", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "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, + "low_alchemy": "12000", + "high_alchemy": "18000", + "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" + }, + { + "shop_price": "30000", + "examine": "A badly damaged lump of dragon metal.", + "durability": null, + "low_alchemy": "12000", + "high_alchemy": "18000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "955683", + "name": "Ruined dragon armour lump", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14473" + }, + { + "shop_price": "30000", + "examine": "A badly damaged slice of dragon metal.", + "durability": null, + "low_alchemy": "12000", + "high_alchemy": "18000", + "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" + }, + { + "shop_price": "30000", + "examine": "A badly damaged slice of dragon metal.", + "durability": null, + "low_alchemy": "12000", + "high_alchemy": "18000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "1761141", + "name": "Ruined dragon armour slice", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14475" + }, + { + "shop_price": "30000", + "examine": "A badly damaged shard of dragon metal.", + "durability": null, + "low_alchemy": "12000", + "high_alchemy": "18000", + "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" + }, + { + "shop_price": "30000", + "examine": "A badly damaged shard of dragon metal.", + "durability": null, + "low_alchemy": "12000", + "high_alchemy": "18000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "1090493", + "name": "Ruined dragon armour shard", + "tradeable": "true", + "archery_ticket_price": "0", + "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, + "low_alchemy": "704000", + "high_alchemy": "1056000", + "destroy": "true", + "attack_speed": "4", + "absorb": "4,0,9", + "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" + }, + { + "shop_price": "1760000", + "examine": "Provides excellent protection.", + "durability": null, + "low_alchemy": "704000", + "high_alchemy": "1056000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "4453643", + "name": "Dragon platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14480" + }, + { + "requirements": "{1,60}", + "examine": "Provides excellent protection.", + "durability": null, + "low_alchemy": "704000", + "high_alchemy": "1056000", + "destroy": "true", + "attack_speed": "4", + "absorb": "4,0,9", + "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", + "low_alchemy": "27000", + "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, + "high_alchemy": "40500", + "destroy": "true", + "weapon_interface": "9", + "render_anim": "2583", + "lendable": "true", + "name": "Dragon claws" + }, + { + "shop_price": "67500", + "examine": "A set of fighting claws.", + "durability": null, + "low_alchemy": "27000", + "high_alchemy": "40500", + "destroy": "true", + "attack_speed": "4", + "two_handed": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1472441", + "name": "Dragon claws", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14485" + }, + { + "requirements": "{0,60}", + "examine": "A set of fighting claws.", + "has_special": "true", + "durability": null, + "low_alchemy": "27000", + "high_alchemy": "40500", + "destroy": "true", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "9", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1472441", + "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, + "low_alchemy": "26000", + "high_alchemy": "39000", + "destroy": "true", + "attack_speed": "4", + "absorb": "2,0,4", + "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" + }, + { + "shop_price": "65000", + "examine": "These look pretty heavy, but very elite.", + "durability": null, + "low_alchemy": "26000", + "high_alchemy": "39000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "41559", + "name": "Elite black platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14491" + }, + { + "requirements": "{1,40}", + "shop_price": "64000", + "examine": "Provides excellent protection, and is elite.", + "durability": null, + "low_alchemy": "25600", + "high_alchemy": "38400", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,6", + "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" + }, + { + "shop_price": "64000", + "examine": "Provides excellent protection, and is elite.", + "durability": null, + "low_alchemy": "25600", + "high_alchemy": "38400", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "38275", + "name": "Elite black platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14493" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "shop_price": "35200", + "examine": "A full face helmet, and elite.", + "durability": null, + "low_alchemy": "14080", + "high_alchemy": "21120", + "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" + }, + { + "shop_price": "35200", + "examine": "A full face helmet, and elite.", + "durability": null, + "low_alchemy": "14080", + "high_alchemy": "21120", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "30542", + "name": "Elite black full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "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, + "low_alchemy": "48000", + "high_alchemy": "72000", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,1,0", + "equipment_slot": "4", + "destroy_message": "Drop", + "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,0,2,0" + }, + { + "shop_price": "120000", + "examine": "A robe worn by members of the Dagon'hai.", + "durability": null, + "low_alchemy": "48000", + "high_alchemy": "72000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "71098", + "name": "Dagon'hai robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14498" + }, + { + "requirements": "{1,20}-{6,40}", + "shop_price": "15000", + "examine": "A hat worn by members of the Dagon'hai.", + "durability": null, + "low_alchemy": "6000", + "high_alchemy": "9000", + "destroy": "true", + "attack_speed": "4", + "absorb": "1,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "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.", + "durability": null, + "low_alchemy": "6000", + "high_alchemy": "9000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "9580", + "name": "Dagon'hai hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14500" + }, + { + "requirements": "{1,20}-{6,40}", + "shop_price": "80000", + "examine": "A robe worn by members of the Dagon'hai.", + "durability": null, + "low_alchemy": "32000", + "high_alchemy": "48000", + "destroy": "true", + "attack_speed": "4", + "absorb": "2,1,0", + "equipment_slot": "7", + "destroy_message": "Drop", + "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,0,2,0" + }, + { + "shop_price": "80000", + "examine": "A robe worn by members of the Dagon'hai.", + "durability": null, + "low_alchemy": "32000", + "high_alchemy": "48000", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "45691", + "name": "Dagon'hai robe bottom", + "tradeable": "true", + "archery_ticket_price": "0", + "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.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "193541", + "name": "Dagon'hai robes set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14525", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "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": "true", + "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" + }, + { + "examine": "", + "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.", + "examine": "", + "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.", + "examine": "", + "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" + }, + { + "shop_price": "9", + "examine": "", + "durability": null, + "low_alchemy": "3", + "high_alchemy": "5", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "name": "Raw turkey", + "archery_ticket_price": "0", + "id": "14539", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "4", + "examine": "Mmm, this looks tasty.", + "durability": null, + "low_alchemy": "1", + "high_alchemy": "2", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "name": "Cooked turkey", + "archery_ticket_price": "0", + "id": "14540", + "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" + }, + { + "shop_price": "9", + "examine": "I need to cook this first.", + "durability": null, + "low_alchemy": "3", + "high_alchemy": "5", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "name": "Raw turkey drumstick", + "archery_ticket_price": "0", + "id": "14542", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "4", + "examine": "Mmm, this looks tasty.", + "durability": null, + "low_alchemy": "1", + "high_alchemy": "2", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "name": "Cooked turkey drumstick", + "archery_ticket_price": "0", + "id": "14543", + "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.", + "examine": "", + "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" + }, + { + "destroy_message": "", + "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", + "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", + "equipment_slot": "10" + }, + { + "destroy_message": "", + "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", + "equipment_slot": "10" + }, + { + "destroy_message": "", + "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" + }, + { + "destroy_message": "", + "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" + }, + { + "destroy_message": "", + "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, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "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, + "low_alchemy": "80", + "high_alchemy": "120", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "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, + "low_alchemy": "120", + "high_alchemy": "180", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "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" + }, + { + "destroy_message": "", + "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" + }, + { + "destroy_message": "", + "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" + }, + { + "destroy_message": "", + "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", + "low_alchemy": "500", + "high_alchemy": "750", + "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" + }, + { + "shop_price": "1000", + "examine": "This will teleport me to Rellekka when I play it. ", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Enchanted lyre(5)", + "archery_ticket_price": "0", + "id": "14590", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "1000", + "examine": "This will teleport me to Rellekka when I play it. ", + "durability": null, + "low_alchemy": "400", + "high_alchemy": "600", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Enchanted lyre(6)", + "archery_ticket_price": "0", + "id": "14591", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "These look pretty heavy, but very elite.", + "durability": null, + "low_alchemy": "26000", + "high_alchemy": "39000", + "destroy": "true", + "attack_speed": "4", + "absorb": "2,0,4", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "41559", + "name": "Elite black platelegs", + "archery_ticket_price": "0", + "id": "14592", + "bonuses": "0,0,0,-14,-6,52,50,25,-1,49,15,0,0,0,0" + }, + { + "examine": "Provides excellent protection, and is elite.", + "durability": null, + "low_alchemy": "25600", + "high_alchemy": "38400", + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,6", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "38275", + "name": "Elite black platebody", + "archery_ticket_price": "0", + "id": "14593", + "bonuses": "0,0,0,-20,-8,80,85,40,-2,80,40,0,0,0,0" + }, + { + "examine": "A full face helmet, and elite.", + "durability": null, + "low_alchemy": "14080", + "high_alchemy": "21120", + "destroy": "true", + "attack_speed": "4", + "absorb": "1,0,3", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "30542", + "name": "Elite black full helm", + "archery_ticket_price": "0", + "id": "14594", + "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" + }, + { + "destroy_message": "", + "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", + "examine": "", + "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" + }, + { + "destroy_message": "", + "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, + "low_alchemy": "40", + "high_alchemy": "60", + "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" + }, + { + "shop_price": "100", + "examine": "A feather from a phoenix. Used in Summoning (72).", + "durability": null, + "low_alchemy": "40", + "high_alchemy": "60", + "destroy": "true", + "attack_speed": "4", + "destroy_message": "Drop", + "grand_exchange_price": "3431", + "name": "Phoenix quill", + "tradeable": "true", + "archery_ticket_price": "0", + "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" + }, + { + "shop_price": "498", + "durability": null, + "name": "Rise from the ashes scroll", + "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", + "low_alchemy": "80", + "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, + "high_alchemy": "120", + "destroy": "true", + "weapon_interface": "6", + "render_anim": "1", + "attack_audios": "2500,2500,2517,2500", + "name": "Enhanced excalibur" + }, + { + "destroy_message": "", + "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" + }, + { + "destroy_message": "", + "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" + }, + { + "destroy_message": "", + "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, + "low_alchemy": "260", + "high_alchemy": "390", + "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, + "low_alchemy": "260", + "high_alchemy": "390", + "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", + "low_alchemy": "7050", + "high_alchemy": "10575", + "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", + "low_alchemy": "7050", + "high_alchemy": "10575", + "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", + "low_alchemy": "7050", + "high_alchemy": "10575", + "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", + "low_alchemy": "7050", + "high_alchemy": "10575", + "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", + "low_alchemy": "7050", + "high_alchemy": "10575", + "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, + "low_alchemy": "0", + "high_alchemy": "1", + "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", + "low_alchemy": "0", + "high_alchemy": "1", + "archery_ticket_price": "0", + "destroy": "true", + "id": "14649", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "0", + "examine": "A standard issue wizard hat.", + "durability": null, + "low_alchemy": "0", + "high_alchemy": "1", + "weight": "0.1", + "destroy": "true", + "equipment_slot": "0", + "destroy_message": "", + "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.", + "requirements": "", + "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" + } ] \ No newline at end of file diff --git a/Server/data/configs/npc_configs.json b/Server/data/configs/npc_configs.json index f102c4b8c..9b54f6049 100644 --- a/Server/data/configs/npc_configs.json +++ b/Server/data/configs/npc_configs.json @@ -294498,5 +294498,185 @@ "bonuses": "40,40,40,0,0,50,50,50,50,50,0,40,0,0,0", "attack_level": "90", "defence_animation": "404" + }, + { + "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": "6969" + }, + { + "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" } ] \ No newline at end of file From c63bab48601d4ed8a907d6e30d5d8f764ac79972 Mon Sep 17 00:00:00 2001 From: skelsoft <9147770-skelsoft@users.noreply.gitlab.com> Date: Wed, 21 Jul 2021 11:56:23 +1000 Subject: [PATCH 21/33] Fix: Revenant Overhaul, Return of the Revenant Ork and Dragon - Revenant imp (ID 6604, 6635, 6655, 6666, 6677, 6697, 6703, 6715) stats corrected - Revenant goblin (ID 6605, 6612, 6616, 6620, 6636, 6637, 6638, 6639, 6651, 6656, 6657, 6658, 6678, 6679, 6680, 6681, 6693, 6698, 6699, 6704, 6705, 6706, 6707, 6716, 6717, 6718, 6719 ) stats corrected - Revenant icefiend (IDs 6606, 6621, 6628, 6640, 6659, 6682, 6694, 6708, 6720) stats corrected - Revenant pyrefiend (IDs 6622, 6631, 6641, 6660, 6668, 6683, 6709, 6721) stats corrected - Revenant hobgoblin (IDs 6608, 6642, 6661, 6684, 6710, 6722, 6727) stats corrected - Revenant vampire (IDs 6613, 6623, 6643, 6652, 6662, 6669, 6671, 6674, 6685, 6695, 6700, 6711, 6723) stats corrected - Revenant vampire examine corrected - Revenant werewolf (IDs 6607, 6609, 6614, 6617, 6625, 6632, 6644, 6663, 6675, 6686, 6701, 6712, 6724, 6728) stats corrected - Revenant werewolf examine corrected - Revenant cyclops (IDs 6645, 6687) stats corrected - Revenant hellhound (IDs 6646, 6688 ) stats corrected - Revevant ork (ID 6610, 6615, 6618, 6624, 6626, 6629, 6633, 6648, 6653, 6664, 6670, 6672, 6690, 6696, 6702, 6713, 6725, 6729 ) stats now properly applied using an amalgamation of Rev demon and Rev dark beast stats, Revenant ork is now able to be fought. - Revenant ork examine added - Revenant dark beast (ID 6649, 6691) stats corrected - Revenant knight (IDs 6611, 6619, 6627, 6630, 6634, 6654, 6665, 6673, 6676, 6692, 6714, 6726, 6730) stats corrected - Revenant knight now correctly poisonous - Revenant dragon (IDs 6998, 6999 ) stats corrected - Revenant dragon now correctly poisonous - Revenant dark beast examine fixed - Revenant demon (ID 6689) stats corrected (WHY DID IT HAVE 750 HP???) --- Server/data/configs/npc_configs.json | 9464 +++++++++++++++++--------- 1 file changed, 6358 insertions(+), 3106 deletions(-) diff --git a/Server/data/configs/npc_configs.json b/Server/data/configs/npc_configs.json index 9b54f6049..a64ea1344 100644 --- a/Server/data/configs/npc_configs.json +++ b/Server/data/configs/npc_configs.json @@ -57692,7 +57692,7 @@ "strength_level": "10", "id": "6604", "range_level": "10", - "attack_level": "1" + "attack_level": "10" }, { "spawn_animation": "7447", @@ -57707,7 +57707,7 @@ "name": "Revenant goblin", "defence_level": "12", "safespot": null, - "lifepoints": "14", + "lifepoints": "24", "strength_level": "12", "id": "6605", "clue_level": "1", @@ -57726,7 +57726,7 @@ "magic_animation": "7506", "death_animation": "7482", "name": "Revenant icefiend", - "defence_level": "1", + "defence_level": "27", "safespot": null, "lifepoints": "40", "strength_level": "27", @@ -57737,7 +57737,7 @@ }, { "spawn_animation": "7403", - "examine": "The ghost of a Werewolf slain during the God wars.", + "examine": "The ghost of a werewolf slain during the god wars.", "melee_animation": "7397", "range_animation": "7521", "magic_level": "38", @@ -57747,7 +57747,7 @@ "name": "Revenant werewolf", "defence_level": "38", "safespot": null, - "lifepoints": "70", + "lifepoints": "65", "strength_level": "38", "id": "6607", "clue_level": "2", @@ -57767,52 +57767,61 @@ "name": "Revenant hobgoblin", "defence_level": "32", "safespot": null, - "lifepoints": "55", + "lifepoints": "72", "strength_level": "32", "id": "6608", "clue_level": "1", - "range_level": "1", + "range_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": "1", + "defence_level": "38", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "65", + "strength_level": "38", "id": "6609", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "38", + "attack_level": "38" }, { - "slayer_exp": "0", - "examine": "It's an NPC.", + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "combat_audio": "0,0,0", - "strength_level": "1", + "strength_level": "70", "id": "6610", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "70", + "attack_level": "70" }, { "spawn_animation": "7440", - "examine": "A ghost of a knight slain during the God wars.", + "examine": "A ghost of a knight slain during the god wars.", "melee_animation": "7441", "range_animation": "7522", "magic_level": "80", + "poisonous": "true", "defence_animation": "7443", "slayer_exp": "143", + "poison_amount": "8", "magic_animation": "7508", "death_animation": "7442", "name": "Revenant knight", "defence_level": "80", "safespot": null, - "lifepoints": "142", + "lifepoints": "143", "strength_level": "80", "id": "6611", "clue_level": "2", @@ -57820,20 +57829,28 @@ "attack_level": "80" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "12", + "attack_level": "12" }, { "spawn_animation": "7426", - "examine": "The ghost of a vampyre slain in the god wars.", + "examine": "The ghost of a vampire slain in the god wars.", "melee_animation": "7427", "range_animation": "7520", "magic_level": "34", @@ -57852,96 +57869,151 @@ "attack_level": "34" }, { - "slayer_exp": "0", + "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": "1", + "defence_level": "38", "safespot": null, - "lifepoints": "10", - "combat_audio": "0,0,0", - "strength_level": "1", + "lifepoints": "65", + "strength_level": "38", "id": "6614", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "38", + "attack_level": "38" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6615", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "70", + "attack_level": "70" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "38", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "65", + "strength_level": "38", "id": "6617", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "38", + "attack_level": "38" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6618", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "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", + "magic_level": "80", + "poisonous": "true", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "8", + "magic_animation": "7508", + "death_animation": "7442", "name": "Revenant knight", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "143", + "strength_level": "80", "id": "6619", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "80", + "attack_level": "80" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "27", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "40", + "strength_level": "27", "id": "6621", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "27", + "attack_level": "27" }, { "spawn_animation": "7485", @@ -57957,265 +58029,431 @@ "name": "Revenant pyrefiend", "defence_level": "29", "safespot": null, - "lifepoints": "45", - "strength_level": "1", + "lifepoints": "48", + "strength_level": "29", "id": "6622", "clue_level": "1", "range_level": "29", - "attack_level": "292" + "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": "1", + "defence_level": "34", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "60", + "strength_level": "34", "id": "6623", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "34", + "attack_level": "34" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6624", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "38", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "65", + "strength_level": "38", "id": "6625", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "38", + "attack_level": "38" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6626", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "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", + "magic_level": "80", + "poisonous": "true", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "8", + "magic_animation": "7508", + "death_animation": "7442", "name": "Revenant knight", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "143", + "strength_level": "80", "id": "6627", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "27", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "40", + "strength_level": "27", "id": "6628", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "27", + "attack_level": "27" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6629", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "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", + "magic_level": "80", + "poisonous": "true", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "8", + "magic_animation": "7508", + "death_animation": "7442", "name": "Revenant knight", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "143", + "strength_level": "80", "id": "6630", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "29", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "48", + "strength_level": "29", "id": "6631", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "38", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "65", + "strength_level": "38", "id": "6632", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "38", + "attack_level": "38" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6633", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "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", + "magic_level": "80", + "poisonous": "true", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "8", + "magic_animation": "7508", + "death_animation": "7442", "name": "Revenant knight", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "143", + "strength_level": "80", "id": "6634", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_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": "7403", + "defence_animation": "7404", "slayer_exp": "10", + "magic_animation": "7500", "death_animation": "7408", "name": "Revenant imp", "defence_level": "10", "safespot": null, - "lifepoints": "10", + "lifepoints": "20", "strength_level": "10", "id": "6635", - "clue_level": "1", "range_level": "10", - "attack_level": "1" + "attack_level": "10" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "12", + "attack_level": "12" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "12", + "attack_level": "12" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "12", + "attack_level": "12" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "27", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "40", + "strength_level": "27", "id": "6640", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "29", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "48", + "strength_level": "29", "id": "6641", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "29", + "attack_level": "29" }, { - "name": "Revenant hobgoblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", + "examine": "The ghost of a hobgoblin slain during the God Wars.", + "melee_animation": "7418", + "range_animation": "7516", "combat_audio": "469,472,471", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "34", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "60", + "strength_level": "34", "id": "6643", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "38", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "65", + "strength_level": "38", "id": "6644", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "38", + "attack_level": "38" }, { "spawn_animation": "7457", @@ -58231,7 +58469,7 @@ "name": "Revenant cyclops", "defence_level": "43", "safespot": null, - "lifepoints": "75", + "lifepoints": "110", "strength_level": "43", "id": "6645", "clue_level": "2", @@ -58267,13 +58505,13 @@ "combat_audio": "400,404,403", "magic_level": "60", "defence_animation": "7476", - "slayer_exp": "0", + "slayer_exp": "80", "magic_animation": "7498", "death_animation": "7475", "name": "Revenant demon", "defence_level": "60", "safespot": null, - "lifepoints": "85", + "lifepoints": "80", "strength_level": "60", "id": "6647", "clue_level": "2", @@ -58281,29 +58519,31 @@ "attack_level": "60" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6648", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "70", + "attack_level": "70" }, { "spawn_animation": "7471", - "examine": "The ghost of a dark beast slain during the god wars..", + "examine": "The ghost of a dark beast slain during the god wars.", "melee_animation": "7467", "range_animation": "7514", "defence_animation": "7469", - "slayer_exp": "256", + "slayer_exp": "140", "magic_animation": "7515", "death_animation": "7468", "name": "Revenant dark beast", "defence_level": "80", "safespot": null, - "lifepoints": "120", + "lifepoints": "140", "strength_level": "80", "id": "6649", "clue_level": "2", @@ -58311,521 +58551,786 @@ "attack_level": "80" }, { + "spawn_animation": "7440", + "examine": "A ghost of a knight slain during the god wars.", + "melee_animation": "7441", + "range_animation": "7522", + "magic_level": "80", + "poisonous": "true", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "8", + "magic_animation": "7508", + "death_animation": "7442", "name": "Revenant knight", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "143", + "strength_level": "80", "id": "6650", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "80", + "attack_level": "80" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6652", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant ork", - "defence_level": "1", - "safespot": null, - "lifepoints": "105", - "strength_level": "1", - "id": "6653", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant knight", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6654", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A tough looking dwarf.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Revenant imp", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6655", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A tough looking dwarf.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "469,472,471", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6656", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An ancient spirit has made itself at home within this suit of armour.", - "melee_animation": "47", - "range_animation": "0", - "combat_audio": "469,472,471", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "48", - "name": "Revenant goblin", - "defence_level": "32", - "safespot": null, - "lifepoints": "45", - "strength_level": "32", - "id": "6657", - "clue_level": "1", - "range_level": "1", - "attack_level": "32" - }, - { - "examine": "An ancient spirit has made itself at home within this suit of armour.", - "melee_animation": "47", - "range_animation": "0", - "combat_audio": "469,472,471", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "48", - "name": "Revenant goblin", - "defence_level": "33", - "safespot": null, - "lifepoints": "47", - "strength_level": "33", - "id": "6658", - "clue_level": "1", - "range_level": "1", - "attack_level": "33" - }, - { - "examine": "An ancient spirit has made itself at home within this suit of armour.", - "melee_animation": "47", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "48", - "name": "Revenant icefiend", "defence_level": "34", "safespot": null, - "lifepoints": "48", + "lifepoints": "60", "strength_level": "34", - "id": "6659", + "id": "6652", "clue_level": "1", - "range_level": "1", + "range_level": "34", "attack_level": "34" }, { - "melee_animation": "47", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "49", - "death_animation": "48", - "name": "Revenant pyrefiend", - "defence_level": "1", + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", + "name": "Revenant ork", + "defence_level": "70", "safespot": null, - "lifepoints": "50", - "strength_level": "1", + "lifepoints": "105", + "strength_level": "70", + "id": "6653", + "clue_level": "2", + "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", + "magic_level": "80", + "poisonous": "true", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "8", + "magic_animation": "7508", + "death_animation": "7442", + "name": "Revenant knight", + "defence_level": "80", + "safespot": null, + "lifepoints": "143", + "strength_level": "80", + "id": "6654", + "clue_level": "2", + "range_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", + "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": "6656", + "clue_level": "1", + "range_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": "22", + "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", + "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", + "clue_level": "1", + "range_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", + "clue_level": "1", + "range_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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "29", + "attack_level": "29" }, { - "melee_animation": "47", + "examine": "The ghost of a hobgoblin slain during the God Wars.", + "melee_animation": "7418", + "range_animation": "7516", "combat_audio": "469,472,471", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "49", - "death_animation": "48", + "magic_level": "32", + "defence_animation": "7420", + "slayer_exp": "72", + "magic_animation": "7503", + "death_animation": "7419", "name": "Revenant hobgoblin", - "defence_level": "1", + "defence_level": "32", "safespot": null, - "lifepoints": "50", - "strength_level": "1", + "lifepoints": "72", + "strength_level": "32", "id": "6661", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "32", + "attack_level": "32" }, { - "melee_animation": "47", - "respawn_delay": "60", - "defence_animation": "49", - "death_animation": "48", + "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": "1", + "defence_level": "34", "safespot": null, "lifepoints": "60", - "strength_level": "1", + "strength_level": "34", "id": "6662", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "38", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "65", + "strength_level": "38", "id": "6663", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "38", + "attack_level": "38" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6664", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "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", + "magic_level": "80", + "poisonous": "true", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "8", + "magic_animation": "7508", + "death_animation": "7442", "name": "Revenant knight", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "143", + "strength_level": "80", "id": "6665", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "10", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "20", + "strength_level": "10", "id": "6666", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "10", + "attack_level": "10" }, { - "examine": "Pirate and discerning music critic.", - "melee_animation": "0", - "range_animation": "0", + "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", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", "name": "Revenant goblin", - "defence_level": "1", + "defence_level": "12", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "24", + "strength_level": "12", "id": "6667", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "12", + "attack_level": "12" }, { - "examine": "The most piratical penguin you ever did see.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", + "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": "1", + "defence_level": "29", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "48", + "strength_level": "29", "id": "6668", "clue_level": "1", - "range_level": "1", - "attack_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": "1", + "defence_level": "34", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "60", + "strength_level": "34", "id": "6669", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "34", + "attack_level": "34" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6670", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "34", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "60", + "strength_level": "34", "id": "6671", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "34", + "attack_level": "34" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6672", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "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", + "magic_level": "80", + "poisonous": "true", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "8", + "magic_animation": "7508", + "death_animation": "7442", "name": "Revenant knight", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "143", + "strength_level": "80", "id": "6673", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "80", + "attack_level": "80" }, { + "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": "1", + "defence_level": "34", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "60", + "strength_level": "34", "id": "6674", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "38", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "65", + "strength_level": "38", "id": "6675", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "38", + "attack_level": "38" }, { + "spawn_animation": "7440", + "examine": "A ghost of a knight slain during the god wars.", + "melee_animation": "7441", + "range_animation": "7522", + "magic_level": "80", + "poisonous": "true", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "8", + "magic_animation": "7508", + "death_animation": "7442", "name": "Revenant knight", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "143", + "strength_level": "80", "id": "6676", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "10", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "20", + "strength_level": "10", "id": "6677", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "10", + "attack_level": "10" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "12", + "attack_level": "12" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "12", + "attack_level": "12" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "12", + "attack_level": "12" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "27", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "40", + "strength_level": "27", "id": "6682", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "29", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "48", + "strength_level": "29", "id": "6683", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "29", + "attack_level": "29" }, { - "name": "Revenant hobgoblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", + "examine": "The ghost of a hobgoblin slain during the God Wars.", + "melee_animation": "7418", + "range_animation": "7516", "combat_audio": "469,472,471", - "strength_level": "1", + "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": "6684", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "34", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "60", + "strength_level": "34", "id": "6685", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "38", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "65", + "strength_level": "38", "id": "6686", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "43", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "110", + "strength_level": "43", "id": "6687", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "43", + "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": "1", "safespot": null, - "lifepoints": "10", - "combat_audio": "3717,3719,3718", - "strength_level": "1", + "lifepoints": "80", + "strength_level": "50", "id": "6688", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "50", + "attack_level": "50" }, { + "spawn_animation": "7478", "examine": "The essence of a demon slain during the god wars.", "melee_animation": "7474", + "range_animation": "7512", "combat_audio": "400,404,403", "magic_level": "60", "defence_animation": "7476", + "slayer_exp": "80", + "magic_animation": "7498", "death_animation": "7475", "name": "Revenant demon", "defence_level": "60", "safespot": null, - "lifepoints": "750", + "lifepoints": "80", "strength_level": "60", "id": "6689", "clue_level": "2", @@ -58833,493 +59338,790 @@ "attack_level": "60" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6690", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "70", + "attack_level": "70" }, { + "spawn_animation": "7471", + "examine": "The ghost of a dark beast slain during the god wars.", + "melee_animation": "7467", + "range_animation": "7514", + "defence_animation": "7469", + "slayer_exp": "140", + "magic_animation": "7515", + "death_animation": "7468", "name": "Revenant dark beast", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "140", + "strength_level": "80", "id": "6691", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "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", + "magic_level": "80", + "poisonous": "true", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "8", + "magic_animation": "7508", + "death_animation": "7442", "name": "Revenant knight", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "143", + "strength_level": "80", "id": "6692", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "80", + "attack_level": "80" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "27", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "40", + "strength_level": "27", "id": "6694", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "34", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "60", + "strength_level": "34", "id": "6695", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "34", + "attack_level": "34" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6696", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "10", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "20", + "strength_level": "10", "id": "6697", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "10", + "attack_level": "10" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "12", + "attack_level": "12" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "34", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "60", + "strength_level": "34", "id": "6700", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "38", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "65", + "strength_level": "38", "id": "6701", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "38", + "attack_level": "38" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6702", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "10", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "20", + "strength_level": "10", "id": "6703", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "10", + "attack_level": "10" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "12", + "attack_level": "12" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "12", + "attack_level": "12" }, { - "examine": "He's not from around here.", - "melee_animation": "0", - "range_animation": "0", + "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", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", "name": "Revenant goblin", - "defence_level": "1", + "defence_level": "12", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "24", + "strength_level": "12", "id": "6706", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "12", + "attack_level": "12" }, { - "examine": "The leader of a long-forgotten band of mercenaries.", - "melee_animation": "0", - "range_animation": "711", + "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": "78", - "defence_animation": "0", - "weakness": "3", - "magic_animation": "0", - "death_animation": "836", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", "name": "Revenant goblin", - "defence_level": "78", + "defence_level": "12", "safespot": null, - "lifepoints": "514", - "strength_level": "1", + "lifepoints": "24", + "strength_level": "12", "id": "6707", - "aggressive": "true", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "27", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "40", + "strength_level": "27", "id": "6708", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "29", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "48", + "strength_level": "29", "id": "6709", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "29", + "attack_level": "29" }, { - "name": "Revenant hobgoblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", + "examine": "The ghost of a hobgoblin slain during the God Wars.", + "melee_animation": "7418", + "range_animation": "7516", "combat_audio": "469,472,471", - "strength_level": "1", + "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": "6710", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "34", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "60", + "strength_level": "34", "id": "6711", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "34", + "attack_level": "34" }, { - "examine": "It's trying to mash your house! Less examine", - "melee_animation": "5894", - "range_animation": "9618", - "magic_level": "60", - "defence_animation": "0", - "weakness": "10", - "magic_animation": "0", - "death_animation": "5898", + "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": "60", + "defence_level": "38", "safespot": null, - "lifepoints": "285", - "strength_level": "60", + "lifepoints": "65", + "strength_level": "38", "id": "6712", - "aggressive": "true", "clue_level": "2", - "range_level": "60", - "attack_level": "60" + "range_level": "38", + "attack_level": "38" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6713", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "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", + "magic_level": "80", + "poisonous": "true", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "8", + "magic_animation": "7508", + "death_animation": "7442", "name": "Revenant knight", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "143", + "strength_level": "80", "id": "6714", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "10", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "20", + "strength_level": "10", "id": "6715", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "10", + "attack_level": "10" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "12", + "attack_level": "12" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "12", + "attack_level": "12" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "12", + "attack_level": "12" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "27", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "40", + "strength_level": "27", "id": "6720", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "29", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "48", + "strength_level": "29", "id": "6721", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "29", + "attack_level": "29" }, { - "name": "Revenant hobgoblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", + "examine": "The ghost of a hobgoblin slain during the God Wars.", + "melee_animation": "7418", + "range_animation": "7516", "combat_audio": "469,472,471", - "strength_level": "1", + "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": "6722", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "34", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "60", + "strength_level": "34", "id": "6723", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "38", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "65", + "strength_level": "38", "id": "6724", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "38", + "attack_level": "38" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6725", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "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", + "magic_level": "80", + "poisonous": "true", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "8", + "magic_animation": "7508", + "death_animation": "7442", "name": "Revenant knight", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "143", + "strength_level": "80", "id": "6726", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "80", + "attack_level": "80" }, { - "name": "Revenant hobgoblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", + "examine": "The ghost of a hobgoblin slain during the God Wars.", + "melee_animation": "7418", + "range_animation": "7516", "combat_audio": "469,472,471", - "strength_level": "1", + "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": "6727", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "38", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "65", + "strength_level": "38", "id": "6728", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "38", + "attack_level": "38" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6729", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "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", + "magic_level": "80", + "poisonous": "true", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "8", + "magic_animation": "7508", + "death_animation": "7442", "name": "Revenant knight", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "143", + "strength_level": "80", "id": "6730", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "80", + "attack_level": "80" }, { "examine": "Her lack of body heat is unsettling.", @@ -62244,30 +63046,41 @@ "melee_animation": "8591", "range_animation": "8594", "combat_audio": "408,410,409", + "poisonous": "true", "defence_animation": "8592", + "poison_amount": "8", "magic_animation": "8594", "death_animation": "8593", "name": "Revenant dragon", - "defence_level": "1", + "defence_level": "85", "safespot": null, - "lifepoints": "210", - "strength_level": "1", + "lifepoints": "155", + "strength_level": "85", "id": "6998", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "85", + "attack_level": "85" }, { - "name": "Revenant dragon", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", + "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", - "strength_level": "1", + "poisonous": "true", + "defence_animation": "8592", + "poison_amount": "8", + "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": "1", - "attack_level": "1" + "range_level": "85", + "attack_level": "85" }, { "examine": "A very large elemental adversary.", @@ -131420,7 +132233,7 @@ "strength_level": "10", "id": "6604", "range_level": "10", - "attack_level": "1" + "attack_level": "10" }, { "spawn_animation": "7447", @@ -131454,7 +132267,7 @@ "magic_animation": "7506", "death_animation": "7482", "name": "Revenant icefiend", - "defence_level": "1", + "defence_level": "27", "safespot": null, "lifepoints": "40", "strength_level": "27", @@ -131465,7 +132278,7 @@ }, { "spawn_animation": "7403", - "examine": "The ghost of a Werewolf slain during the God wars.", + "examine": "The ghost of a werewolf slain during the god wars.", "melee_animation": "7397", "range_animation": "7521", "magic_level": "38", @@ -131475,7 +132288,7 @@ "name": "Revenant werewolf", "defence_level": "38", "safespot": null, - "lifepoints": "70", + "lifepoints": "65", "strength_level": "38", "id": "6607", "clue_level": "2", @@ -131495,52 +132308,61 @@ "name": "Revenant hobgoblin", "defence_level": "32", "safespot": null, - "lifepoints": "55", + "lifepoints": "72", "strength_level": "32", "id": "6608", "clue_level": "1", - "range_level": "1", + "range_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": "1", + "defence_level": "38", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "65", + "strength_level": "38", "id": "6609", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "38", + "attack_level": "38" }, { - "slayer_exp": "0", - "examine": "It's an NPC.", + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "combat_audio": "0,0,0", - "strength_level": "1", + "strength_level": "70", "id": "6610", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "70", + "attack_level": "70" }, { "spawn_animation": "7440", - "examine": "A ghost of a knight slain during the God wars.", + "examine": "A ghost of a knight slain during the god wars.", "melee_animation": "7441", "range_animation": "7522", "magic_level": "80", + "poisonous": "true", "defence_animation": "7443", "slayer_exp": "143", + "poison_amount": "8", "magic_animation": "7508", "death_animation": "7442", "name": "Revenant knight", "defence_level": "80", "safespot": null, - "lifepoints": "142", + "lifepoints": "143", "strength_level": "80", "id": "6611", "clue_level": "2", @@ -131548,20 +132370,28 @@ "attack_level": "80" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "12", + "attack_level": "12" }, { "spawn_animation": "7426", - "examine": "The ghost of a vampyre slain in the god wars.", + "examine": "The ghost of a vampire slain in the god wars.", "melee_animation": "7427", "range_animation": "7520", "magic_level": "34", @@ -131580,96 +132410,151 @@ "attack_level": "34" }, { - "slayer_exp": "0", + "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": "1", + "defence_level": "38", "safespot": null, - "lifepoints": "10", - "combat_audio": "0,0,0", - "strength_level": "1", + "lifepoints": "65", + "strength_level": "38", "id": "6614", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "38", + "attack_level": "38" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6615", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "70", + "attack_level": "70" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "38", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "65", + "strength_level": "38", "id": "6617", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "38", + "attack_level": "38" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6618", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "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", + "magic_level": "80", + "poisonous": "true", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "8", + "magic_animation": "7508", + "death_animation": "7442", "name": "Revenant knight", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "143", + "strength_level": "80", "id": "6619", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "80", + "attack_level": "80" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "27", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "40", + "strength_level": "27", "id": "6621", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "27", + "attack_level": "27" }, { "spawn_animation": "7485", @@ -131685,265 +132570,431 @@ "name": "Revenant pyrefiend", "defence_level": "29", "safespot": null, - "lifepoints": "45", - "strength_level": "1", + "lifepoints": "48", + "strength_level": "29", "id": "6622", "clue_level": "1", "range_level": "29", - "attack_level": "292" + "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": "1", + "defence_level": "34", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "60", + "strength_level": "34", "id": "6623", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "34", + "attack_level": "34" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6624", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "38", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "65", + "strength_level": "38", "id": "6625", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "38", + "attack_level": "38" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6626", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "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", + "magic_level": "80", + "poisonous": "true", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "8", + "magic_animation": "7508", + "death_animation": "7442", "name": "Revenant knight", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "143", + "strength_level": "80", "id": "6627", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "27", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "40", + "strength_level": "27", "id": "6628", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "27", + "attack_level": "27" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6629", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "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", + "magic_level": "80", + "poisonous": "true", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "8", + "magic_animation": "7508", + "death_animation": "7442", "name": "Revenant knight", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "143", + "strength_level": "80", "id": "6630", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "29", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "48", + "strength_level": "29", "id": "6631", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "38", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "65", + "strength_level": "38", "id": "6632", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "38", + "attack_level": "38" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6633", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "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", + "magic_level": "80", + "poisonous": "true", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "8", + "magic_animation": "7508", + "death_animation": "7442", "name": "Revenant knight", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "143", + "strength_level": "80", "id": "6634", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_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": "7403", + "defence_animation": "7404", "slayer_exp": "10", + "magic_animation": "7500", "death_animation": "7408", "name": "Revenant imp", "defence_level": "10", "safespot": null, - "lifepoints": "10", + "lifepoints": "20", "strength_level": "10", "id": "6635", - "clue_level": "1", "range_level": "10", - "attack_level": "1" + "attack_level": "10" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "12", + "attack_level": "12" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "12", + "attack_level": "12" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "12", + "attack_level": "12" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "27", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "40", + "strength_level": "27", "id": "6640", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "29", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "48", + "strength_level": "29", "id": "6641", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "29", + "attack_level": "29" }, { - "name": "Revenant hobgoblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", + "examine": "The ghost of a hobgoblin slain during the God Wars.", + "melee_animation": "7418", + "range_animation": "7516", "combat_audio": "469,472,471", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "34", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "60", + "strength_level": "34", "id": "6643", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "38", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "65", + "strength_level": "38", "id": "6644", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "38", + "attack_level": "38" }, { "spawn_animation": "7457", @@ -131959,7 +133010,7 @@ "name": "Revenant cyclops", "defence_level": "43", "safespot": null, - "lifepoints": "75", + "lifepoints": "110", "strength_level": "43", "id": "6645", "clue_level": "2", @@ -131995,13 +133046,13 @@ "combat_audio": "400,404,403", "magic_level": "60", "defence_animation": "7476", - "slayer_exp": "0", + "slayer_exp": "80", "magic_animation": "7498", "death_animation": "7475", "name": "Revenant demon", "defence_level": "60", "safespot": null, - "lifepoints": "85", + "lifepoints": "80", "strength_level": "60", "id": "6647", "clue_level": "2", @@ -132009,29 +133060,31 @@ "attack_level": "60" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6648", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "70", + "attack_level": "70" }, { "spawn_animation": "7471", - "examine": "The ghost of a dark beast slain during the god wars..", + "examine": "The ghost of a dark beast slain during the god wars.", "melee_animation": "7467", "range_animation": "7514", "defence_animation": "7469", - "slayer_exp": "256", + "slayer_exp": "140", "magic_animation": "7515", "death_animation": "7468", "name": "Revenant dark beast", "defence_level": "80", "safespot": null, - "lifepoints": "120", + "lifepoints": "140", "strength_level": "80", "id": "6649", "clue_level": "2", @@ -132039,521 +133092,786 @@ "attack_level": "80" }, { + "spawn_animation": "7440", + "examine": "A ghost of a knight slain during the god wars.", + "melee_animation": "7441", + "range_animation": "7522", + "magic_level": "80", + "poisonous": "true", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "8", + "magic_animation": "7508", + "death_animation": "7442", "name": "Revenant knight", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "143", + "strength_level": "80", "id": "6650", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "80", + "attack_level": "80" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6652", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant ork", - "defence_level": "1", - "safespot": null, - "lifepoints": "105", - "strength_level": "1", - "id": "6653", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant knight", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6654", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A tough looking dwarf.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Revenant imp", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6655", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A tough looking dwarf.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "469,472,471", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6656", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An ancient spirit has made itself at home within this suit of armour.", - "melee_animation": "47", - "range_animation": "0", - "combat_audio": "469,472,471", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "48", - "name": "Revenant goblin", - "defence_level": "32", - "safespot": null, - "lifepoints": "45", - "strength_level": "32", - "id": "6657", - "clue_level": "1", - "range_level": "1", - "attack_level": "32" - }, - { - "examine": "An ancient spirit has made itself at home within this suit of armour.", - "melee_animation": "47", - "range_animation": "0", - "combat_audio": "469,472,471", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "48", - "name": "Revenant goblin", - "defence_level": "33", - "safespot": null, - "lifepoints": "47", - "strength_level": "33", - "id": "6658", - "clue_level": "1", - "range_level": "1", - "attack_level": "33" - }, - { - "examine": "An ancient spirit has made itself at home within this suit of armour.", - "melee_animation": "47", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "48", - "name": "Revenant icefiend", "defence_level": "34", "safespot": null, - "lifepoints": "48", + "lifepoints": "60", "strength_level": "34", - "id": "6659", + "id": "6652", "clue_level": "1", - "range_level": "1", + "range_level": "34", "attack_level": "34" }, { - "melee_animation": "47", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "49", - "death_animation": "48", - "name": "Revenant pyrefiend", - "defence_level": "1", + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", + "name": "Revenant ork", + "defence_level": "70", "safespot": null, - "lifepoints": "50", - "strength_level": "1", + "lifepoints": "105", + "strength_level": "70", + "id": "6653", + "clue_level": "2", + "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", + "magic_level": "80", + "poisonous": "true", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "8", + "magic_animation": "7508", + "death_animation": "7442", + "name": "Revenant knight", + "defence_level": "80", + "safespot": null, + "lifepoints": "143", + "strength_level": "80", + "id": "6654", + "clue_level": "2", + "range_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", + "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": "6656", + "clue_level": "1", + "range_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": "6657", + "clue_level": "1", + "range_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": "6658", + "clue_level": "1", + "range_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", + "clue_level": "1", + "range_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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "29", + "attack_level": "29" }, { - "melee_animation": "47", + "examine": "The ghost of a hobgoblin slain during the God Wars.", + "melee_animation": "7418", + "range_animation": "7516", "combat_audio": "469,472,471", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "49", - "death_animation": "48", + "magic_level": "32", + "defence_animation": "7420", + "slayer_exp": "72", + "magic_animation": "7503", + "death_animation": "7419", "name": "Revenant hobgoblin", - "defence_level": "1", + "defence_level": "32", "safespot": null, - "lifepoints": "50", - "strength_level": "1", + "lifepoints": "72", + "strength_level": "32", "id": "6661", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "32", + "attack_level": "32" }, { - "melee_animation": "47", - "respawn_delay": "60", - "defence_animation": "49", - "death_animation": "48", + "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": "1", + "defence_level": "34", "safespot": null, "lifepoints": "60", - "strength_level": "1", + "strength_level": "34", "id": "6662", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "38", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "65", + "strength_level": "38", "id": "6663", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "38", + "attack_level": "38" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6664", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "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", + "magic_level": "80", + "poisonous": "true", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "8", + "magic_animation": "7508", + "death_animation": "7442", "name": "Revenant knight", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "143", + "strength_level": "80", "id": "6665", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "10", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "20", + "strength_level": "10", "id": "6666", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "10", + "attack_level": "10" }, { - "examine": "Pirate and discerning music critic.", - "melee_animation": "0", - "range_animation": "0", + "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", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", "name": "Revenant goblin", - "defence_level": "1", + "defence_level": "12", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "24", + "strength_level": "12", "id": "6667", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "12", + "attack_level": "12" }, { - "examine": "The most piratical penguin you ever did see.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", + "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": "1", + "defence_level": "29", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "48", + "strength_level": "29", "id": "6668", "clue_level": "1", - "range_level": "1", - "attack_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": "1", + "defence_level": "34", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "60", + "strength_level": "34", "id": "6669", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "34", + "attack_level": "34" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6670", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "34", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "60", + "strength_level": "34", "id": "6671", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "34", + "attack_level": "34" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6672", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "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", + "magic_level": "80", + "poisonous": "true", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "8", + "magic_animation": "7508", + "death_animation": "7442", "name": "Revenant knight", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "143", + "strength_level": "80", "id": "6673", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "80", + "attack_level": "80" }, { + "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": "1", + "defence_level": "34", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "60", + "strength_level": "34", "id": "6674", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "38", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "65", + "strength_level": "38", "id": "6675", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "38", + "attack_level": "38" }, { + "spawn_animation": "7440", + "examine": "A ghost of a knight slain during the god wars.", + "melee_animation": "7441", + "range_animation": "7522", + "magic_level": "80", + "poisonous": "true", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "8", + "magic_animation": "7508", + "death_animation": "7442", "name": "Revenant knight", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "143", + "strength_level": "80", "id": "6676", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "10", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "20", + "strength_level": "10", "id": "6677", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "10", + "attack_level": "10" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "12", + "attack_level": "12" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "12", + "attack_level": "12" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "12", + "attack_level": "12" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "27", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "40", + "strength_level": "27", "id": "6682", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "29", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "48", + "strength_level": "29", "id": "6683", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "29", + "attack_level": "29" }, { - "name": "Revenant hobgoblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", + "examine": "The ghost of a hobgoblin slain during the God Wars.", + "melee_animation": "7418", + "range_animation": "7516", "combat_audio": "469,472,471", - "strength_level": "1", + "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": "6684", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "34", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "60", + "strength_level": "34", "id": "6685", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "38", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "65", + "strength_level": "38", "id": "6686", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "43", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "110", + "strength_level": "43", "id": "6687", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "43", + "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": "1", "safespot": null, - "lifepoints": "10", - "combat_audio": "3717,3719,3718", - "strength_level": "1", + "lifepoints": "80", + "strength_level": "50", "id": "6688", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "50", + "attack_level": "50" }, { + "spawn_animation": "7478", "examine": "The essence of a demon slain during the god wars.", "melee_animation": "7474", + "range_animation": "7512", "combat_audio": "400,404,403", "magic_level": "60", "defence_animation": "7476", + "slayer_exp": "80", + "magic_animation": "7498", "death_animation": "7475", "name": "Revenant demon", "defence_level": "60", "safespot": null, - "lifepoints": "750", + "lifepoints": "80", "strength_level": "60", "id": "6689", "clue_level": "2", @@ -132561,493 +133879,790 @@ "attack_level": "60" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6690", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "70", + "attack_level": "70" }, { + "spawn_animation": "7471", + "examine": "The ghost of a dark beast slain during the god wars.", + "melee_animation": "7467", + "range_animation": "7514", + "defence_animation": "7469", + "slayer_exp": "140", + "magic_animation": "7515", + "death_animation": "7468", "name": "Revenant dark beast", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "140", + "strength_level": "80", "id": "6691", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "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", + "magic_level": "80", + "poisonous": "true", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "8", + "magic_animation": "7508", + "death_animation": "7442", "name": "Revenant knight", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "143", + "strength_level": "80", "id": "6692", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "80", + "attack_level": "80" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "27", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "40", + "strength_level": "27", "id": "6694", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "34", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "60", + "strength_level": "34", "id": "6695", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "34", + "attack_level": "34" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6696", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "10", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "20", + "strength_level": "10", "id": "6697", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "10", + "attack_level": "10" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "12", + "attack_level": "12" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "34", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "60", + "strength_level": "34", "id": "6700", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "38", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "65", + "strength_level": "38", "id": "6701", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "38", + "attack_level": "38" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6702", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "10", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "20", + "strength_level": "10", "id": "6703", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "10", + "attack_level": "10" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "12", + "attack_level": "12" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "12", + "attack_level": "12" }, { - "examine": "He's not from around here.", - "melee_animation": "0", - "range_animation": "0", + "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", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", "name": "Revenant goblin", - "defence_level": "1", + "defence_level": "12", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "24", + "strength_level": "12", "id": "6706", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "12", + "attack_level": "12" }, { - "examine": "The leader of a long-forgotten band of mercenaries.", - "melee_animation": "0", - "range_animation": "711", + "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": "78", - "defence_animation": "0", - "weakness": "3", - "magic_animation": "0", - "death_animation": "836", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", "name": "Revenant goblin", - "defence_level": "78", + "defence_level": "12", "safespot": null, - "lifepoints": "514", - "strength_level": "1", + "lifepoints": "24", + "strength_level": "12", "id": "6707", - "aggressive": "true", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "27", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "40", + "strength_level": "27", "id": "6708", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "29", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "48", + "strength_level": "29", "id": "6709", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "29", + "attack_level": "29" }, { - "name": "Revenant hobgoblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", + "examine": "The ghost of a hobgoblin slain during the God Wars.", + "melee_animation": "7418", + "range_animation": "7516", "combat_audio": "469,472,471", - "strength_level": "1", + "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": "6710", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "34", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "60", + "strength_level": "34", "id": "6711", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "34", + "attack_level": "34" }, { - "examine": "It's trying to mash your house! Less examine", - "melee_animation": "5894", - "range_animation": "9618", - "magic_level": "60", - "defence_animation": "0", - "weakness": "10", - "magic_animation": "0", - "death_animation": "5898", + "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": "60", + "defence_level": "38", "safespot": null, - "lifepoints": "285", - "strength_level": "60", + "lifepoints": "65", + "strength_level": "38", "id": "6712", - "aggressive": "true", "clue_level": "2", - "range_level": "60", - "attack_level": "60" + "range_level": "38", + "attack_level": "38" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6713", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "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", + "magic_level": "80", + "poisonous": "true", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "8", + "magic_animation": "7508", + "death_animation": "7442", "name": "Revenant knight", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "143", + "strength_level": "80", "id": "6714", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "10", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "20", + "strength_level": "10", "id": "6715", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "10", + "attack_level": "10" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "12", + "attack_level": "12" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "12", + "attack_level": "12" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "12", + "attack_level": "12" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "27", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "40", + "strength_level": "27", "id": "6720", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "29", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "48", + "strength_level": "29", "id": "6721", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "29", + "attack_level": "29" }, { - "name": "Revenant hobgoblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", + "examine": "The ghost of a hobgoblin slain during the God Wars.", + "melee_animation": "7418", + "range_animation": "7516", "combat_audio": "469,472,471", - "strength_level": "1", + "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": "6722", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "34", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "60", + "strength_level": "34", "id": "6723", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "38", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "65", + "strength_level": "38", "id": "6724", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "38", + "attack_level": "38" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6725", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "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", + "magic_level": "80", + "poisonous": "true", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "8", + "magic_animation": "7508", + "death_animation": "7442", "name": "Revenant knight", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "143", + "strength_level": "80", "id": "6726", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "80", + "attack_level": "80" }, { - "name": "Revenant hobgoblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", + "examine": "The ghost of a hobgoblin slain during the God Wars.", + "melee_animation": "7418", + "range_animation": "7516", "combat_audio": "469,472,471", - "strength_level": "1", + "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": "6727", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "38", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "65", + "strength_level": "38", "id": "6728", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "38", + "attack_level": "38" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6729", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "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", + "magic_level": "80", + "poisonous": "true", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "8", + "magic_animation": "7508", + "death_animation": "7442", "name": "Revenant knight", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "143", + "strength_level": "80", "id": "6730", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "80", + "attack_level": "80" }, { "examine": "Her lack of body heat is unsettling.", @@ -135972,30 +137587,41 @@ "melee_animation": "8591", "range_animation": "8594", "combat_audio": "408,410,409", + "poisonous": "true", "defence_animation": "8592", + "poison_amount": "8", "magic_animation": "8594", "death_animation": "8593", "name": "Revenant dragon", - "defence_level": "1", + "defence_level": "85", "safespot": null, - "lifepoints": "210", - "strength_level": "1", + "lifepoints": "155", + "strength_level": "85", "id": "6998", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "85", + "attack_level": "85" }, { - "name": "Revenant dragon", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", + "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", - "strength_level": "1", + "poisonous": "true", + "defence_animation": "8592", + "poison_amount": "8", + "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": "1", - "attack_level": "1" + "range_level": "85", + "attack_level": "85" }, { "examine": "A very large elemental adversary.", @@ -204908,7 +206534,7 @@ "strength_level": "10", "id": "6604", "range_level": "10", - "attack_level": "1" + "attack_level": "10" }, { "spawn_animation": "7447", @@ -204942,7 +206568,7 @@ "magic_animation": "7506", "death_animation": "7482", "name": "Revenant icefiend", - "defence_level": "1", + "defence_level": "27", "safespot": null, "lifepoints": "40", "strength_level": "27", @@ -204953,7 +206579,7 @@ }, { "spawn_animation": "7403", - "examine": "The ghost of a Werewolf slain during the God wars.", + "examine": "The ghost of a werewolf slain during the god wars.", "melee_animation": "7397", "range_animation": "7521", "magic_level": "38", @@ -204963,7 +206589,7 @@ "name": "Revenant werewolf", "defence_level": "38", "safespot": null, - "lifepoints": "70", + "lifepoints": "65", "strength_level": "38", "id": "6607", "clue_level": "2", @@ -204983,52 +206609,61 @@ "name": "Revenant hobgoblin", "defence_level": "32", "safespot": null, - "lifepoints": "55", + "lifepoints": "72", "strength_level": "32", "id": "6608", "clue_level": "1", - "range_level": "1", + "range_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": "1", + "defence_level": "38", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "65", + "strength_level": "38", "id": "6609", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "38", + "attack_level": "38" }, { - "slayer_exp": "0", - "examine": "It's an NPC.", + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "combat_audio": "0,0,0", - "strength_level": "1", + "strength_level": "70", "id": "6610", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "70", + "attack_level": "70" }, { "spawn_animation": "7440", - "examine": "A ghost of a knight slain during the God wars.", + "examine": "A ghost of a knight slain during the god wars.", "melee_animation": "7441", "range_animation": "7522", "magic_level": "80", + "poisonous": "true", "defence_animation": "7443", "slayer_exp": "143", + "poison_amount": "8", "magic_animation": "7508", "death_animation": "7442", "name": "Revenant knight", "defence_level": "80", "safespot": null, - "lifepoints": "142", + "lifepoints": "143", "strength_level": "80", "id": "6611", "clue_level": "2", @@ -205036,20 +206671,28 @@ "attack_level": "80" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "12", + "attack_level": "12" }, { "spawn_animation": "7426", - "examine": "The ghost of a vampyre slain in the god wars.", + "examine": "The ghost of a vampire slain in the god wars.", "melee_animation": "7427", "range_animation": "7520", "magic_level": "34", @@ -205068,96 +206711,151 @@ "attack_level": "34" }, { - "slayer_exp": "0", + "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": "1", + "defence_level": "38", "safespot": null, - "lifepoints": "10", - "combat_audio": "0,0,0", - "strength_level": "1", + "lifepoints": "65", + "strength_level": "38", "id": "6614", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "38", + "attack_level": "38" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6615", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "70", + "attack_level": "70" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "38", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "65", + "strength_level": "38", "id": "6617", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "38", + "attack_level": "38" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6618", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "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", + "magic_level": "80", + "poisonous": "true", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "8", + "magic_animation": "7508", + "death_animation": "7442", "name": "Revenant knight", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6619", + "lifepoints": "143", + "strength_level": "80", + "id": "6618", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "80", + "attack_level": "80" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "27", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "40", + "strength_level": "27", "id": "6621", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "27", + "attack_level": "27" }, { "spawn_animation": "7485", @@ -205173,265 +206871,431 @@ "name": "Revenant pyrefiend", "defence_level": "29", "safespot": null, - "lifepoints": "45", - "strength_level": "1", + "lifepoints": "48", + "strength_level": "29", "id": "6622", "clue_level": "1", "range_level": "29", - "attack_level": "292" + "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": "1", + "defence_level": "34", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "60", + "strength_level": "34", "id": "6623", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "34", + "attack_level": "34" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6624", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "38", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "65", + "strength_level": "38", "id": "6625", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "38", + "attack_level": "38" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6626", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "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", + "magic_level": "80", + "poisonous": "true", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "8", + "magic_animation": "7508", + "death_animation": "7442", "name": "Revenant knight", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "143", + "strength_level": "80", "id": "6627", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "27", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "40", + "strength_level": "27", "id": "6628", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "27", + "attack_level": "27" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6629", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "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", + "magic_level": "80", + "poisonous": "true", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "8", + "magic_animation": "7508", + "death_animation": "7442", "name": "Revenant knight", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "143", + "strength_level": "80", "id": "6630", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "29", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "48", + "strength_level": "29", "id": "6631", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "38", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "65", + "strength_level": "38", "id": "6632", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "38", + "attack_level": "38" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6633", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "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", + "magic_level": "80", + "poisonous": "true", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "8", + "magic_animation": "7508", + "death_animation": "7442", "name": "Revenant knight", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "143", + "strength_level": "80", "id": "6634", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_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": "7403", + "defence_animation": "7404", "slayer_exp": "10", + "magic_animation": "7500", "death_animation": "7408", "name": "Revenant imp", "defence_level": "10", "safespot": null, - "lifepoints": "10", + "lifepoints": "20", "strength_level": "10", "id": "6635", - "clue_level": "1", "range_level": "10", - "attack_level": "1" + "attack_level": "10" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "12", + "attack_level": "12" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "12", + "attack_level": "12" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "12", + "attack_level": "12" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "27", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "40", + "strength_level": "27", "id": "6640", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "29", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "48", + "strength_level": "29", "id": "6641", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "29", + "attack_level": "29" }, { - "name": "Revenant hobgoblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", + "examine": "The ghost of a hobgoblin slain during the God Wars.", + "melee_animation": "7418", + "range_animation": "7516", "combat_audio": "469,472,471", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "34", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "60", + "strength_level": "34", "id": "6643", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "38", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "65", + "strength_level": "38", "id": "6644", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "38", + "attack_level": "38" }, { "spawn_animation": "7457", @@ -205447,7 +207311,7 @@ "name": "Revenant cyclops", "defence_level": "43", "safespot": null, - "lifepoints": "75", + "lifepoints": "110", "strength_level": "43", "id": "6645", "clue_level": "2", @@ -205483,13 +207347,13 @@ "combat_audio": "400,404,403", "magic_level": "60", "defence_animation": "7476", - "slayer_exp": "0", + "slayer_exp": "80", "magic_animation": "7498", "death_animation": "7475", "name": "Revenant demon", "defence_level": "60", "safespot": null, - "lifepoints": "85", + "lifepoints": "80", "strength_level": "60", "id": "6647", "clue_level": "2", @@ -205497,29 +207361,31 @@ "attack_level": "60" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6648", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "70", + "attack_level": "70" }, { "spawn_animation": "7471", - "examine": "The ghost of a dark beast slain during the god wars..", + "examine": "The ghost of a dark beast slain during the god wars.", "melee_animation": "7467", "range_animation": "7514", "defence_animation": "7469", - "slayer_exp": "256", + "slayer_exp": "140", "magic_animation": "7515", "death_animation": "7468", "name": "Revenant dark beast", "defence_level": "80", "safespot": null, - "lifepoints": "120", + "lifepoints": "140", "strength_level": "80", "id": "6649", "clue_level": "2", @@ -205527,521 +207393,786 @@ "attack_level": "80" }, { + "spawn_animation": "7440", + "examine": "A ghost of a knight slain during the god wars.", + "melee_animation": "7441", + "range_animation": "7522", + "magic_level": "80", + "poisonous": "true", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "8", + "magic_animation": "7508", + "death_animation": "7442", "name": "Revenant knight", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "143", + "strength_level": "80", "id": "6650", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "80", + "attack_level": "80" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6652", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant ork", - "defence_level": "1", - "safespot": null, - "lifepoints": "105", - "strength_level": "1", - "id": "6653", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant knight", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6654", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A tough looking dwarf.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Revenant imp", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6655", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A tough looking dwarf.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "469,472,471", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6656", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An ancient spirit has made itself at home within this suit of armour.", - "melee_animation": "47", - "range_animation": "0", - "combat_audio": "469,472,471", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "48", - "name": "Revenant goblin", - "defence_level": "32", - "safespot": null, - "lifepoints": "45", - "strength_level": "32", - "id": "6657", - "clue_level": "1", - "range_level": "1", - "attack_level": "32" - }, - { - "examine": "An ancient spirit has made itself at home within this suit of armour.", - "melee_animation": "47", - "range_animation": "0", - "combat_audio": "469,472,471", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "48", - "name": "Revenant goblin", - "defence_level": "33", - "safespot": null, - "lifepoints": "47", - "strength_level": "33", - "id": "6658", - "clue_level": "1", - "range_level": "1", - "attack_level": "33" - }, - { - "examine": "An ancient spirit has made itself at home within this suit of armour.", - "melee_animation": "47", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "48", - "name": "Revenant icefiend", "defence_level": "34", "safespot": null, - "lifepoints": "48", + "lifepoints": "60", "strength_level": "34", - "id": "6659", + "id": "6652", "clue_level": "1", - "range_level": "1", + "range_level": "34", "attack_level": "34" }, { - "melee_animation": "47", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "49", - "death_animation": "48", - "name": "Revenant pyrefiend", - "defence_level": "1", + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", + "name": "Revenant ork", + "defence_level": "70", "safespot": null, - "lifepoints": "50", - "strength_level": "1", + "lifepoints": "105", + "strength_level": "70", + "id": "6653", + "clue_level": "2", + "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", + "magic_level": "80", + "poisonous": "true", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "8", + "magic_animation": "7508", + "death_animation": "7442", + "name": "Revenant knight", + "defence_level": "80", + "safespot": null, + "lifepoints": "143", + "strength_level": "80", + "id": "6654", + "clue_level": "2", + "range_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", + "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": "6656", + "clue_level": "1", + "range_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": "6657", + "clue_level": "1", + "range_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": "6658", + "clue_level": "1", + "range_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", + "clue_level": "1", + "range_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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "29", + "attack_level": "29" }, { - "melee_animation": "47", + "examine": "The ghost of a hobgoblin slain during the God Wars.", + "melee_animation": "7418", + "range_animation": "7516", "combat_audio": "469,472,471", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "49", - "death_animation": "48", + "magic_level": "32", + "defence_animation": "7420", + "slayer_exp": "72", + "magic_animation": "7503", + "death_animation": "7419", "name": "Revenant hobgoblin", - "defence_level": "1", + "defence_level": "32", "safespot": null, - "lifepoints": "50", - "strength_level": "1", + "lifepoints": "72", + "strength_level": "32", "id": "6661", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "32", + "attack_level": "32" }, { - "melee_animation": "47", - "respawn_delay": "60", - "defence_animation": "49", - "death_animation": "48", + "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": "1", + "defence_level": "34", "safespot": null, "lifepoints": "60", - "strength_level": "1", + "strength_level": "34", "id": "6662", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "38", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "65", + "strength_level": "38", "id": "6663", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "38", + "attack_level": "38" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6664", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "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", + "magic_level": "80", + "poisonous": "true", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "8", + "magic_animation": "7508", + "death_animation": "7442", "name": "Revenant knight", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "143", + "strength_level": "80", "id": "6665", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "10", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "20", + "strength_level": "10", "id": "6666", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "10", + "attack_level": "10" }, { - "examine": "Pirate and discerning music critic.", - "melee_animation": "0", - "range_animation": "0", + "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", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", "name": "Revenant goblin", - "defence_level": "1", + "defence_level": "12", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "24", + "strength_level": "12", "id": "6667", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "12", + "attack_level": "12" }, { - "examine": "The most piratical penguin you ever did see.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", + "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": "1", + "defence_level": "29", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "48", + "strength_level": "29", "id": "6668", "clue_level": "1", - "range_level": "1", - "attack_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": "1", + "defence_level": "34", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "60", + "strength_level": "34", "id": "6669", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "34", + "attack_level": "34" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6670", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "34", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "60", + "strength_level": "34", "id": "6671", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "34", + "attack_level": "34" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6672", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "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", + "magic_level": "80", + "poisonous": "true", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "8", + "magic_animation": "7508", + "death_animation": "7442", "name": "Revenant knight", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "143", + "strength_level": "80", "id": "6673", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "80", + "attack_level": "80" }, { + "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": "1", + "defence_level": "34", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "60", + "strength_level": "34", "id": "6674", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "38", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "65", + "strength_level": "38", "id": "6675", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "38", + "attack_level": "38" }, { + "spawn_animation": "7440", + "examine": "A ghost of a knight slain during the god wars.", + "melee_animation": "7441", + "range_animation": "7522", + "magic_level": "80", + "poisonous": "true", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "8", + "magic_animation": "7508", + "death_animation": "7442", "name": "Revenant knight", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "143", + "strength_level": "80", "id": "6676", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "10", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "20", + "strength_level": "10", "id": "6677", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "10", + "attack_level": "10" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "12", + "attack_level": "12" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "12", + "attack_level": "12" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "12", + "attack_level": "12" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "27", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "40", + "strength_level": "27", "id": "6682", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "29", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "48", + "strength_level": "29", "id": "6683", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "29", + "attack_level": "29" }, { - "name": "Revenant hobgoblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", + "examine": "The ghost of a hobgoblin slain during the God Wars.", + "melee_animation": "7418", + "range_animation": "7516", "combat_audio": "469,472,471", - "strength_level": "1", + "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": "6684", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "34", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "60", + "strength_level": "34", "id": "6685", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "38", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "65", + "strength_level": "38", "id": "6686", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "43", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "110", + "strength_level": "43", "id": "6687", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "43", + "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": "1", "safespot": null, - "lifepoints": "10", - "combat_audio": "3717,3719,3718", - "strength_level": "1", + "lifepoints": "80", + "strength_level": "50", "id": "6688", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "50", + "attack_level": "50" }, { + "spawn_animation": "7478", "examine": "The essence of a demon slain during the god wars.", "melee_animation": "7474", + "range_animation": "7512", "combat_audio": "400,404,403", "magic_level": "60", "defence_animation": "7476", + "slayer_exp": "80", + "magic_animation": "7498", "death_animation": "7475", "name": "Revenant demon", "defence_level": "60", "safespot": null, - "lifepoints": "750", + "lifepoints": "80", "strength_level": "60", "id": "6689", "clue_level": "2", @@ -206049,493 +208180,790 @@ "attack_level": "60" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6690", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "70", + "attack_level": "70" }, { + "spawn_animation": "7471", + "examine": "The ghost of a dark beast slain during the god wars.", + "melee_animation": "7467", + "range_animation": "7514", + "defence_animation": "7469", + "slayer_exp": "140", + "magic_animation": "7515", + "death_animation": "7468", "name": "Revenant dark beast", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "140", + "strength_level": "80", "id": "6691", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "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", + "magic_level": "80", + "poisonous": "true", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "8", + "magic_animation": "7508", + "death_animation": "7442", "name": "Revenant knight", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "143", + "strength_level": "80", "id": "6692", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "80", + "attack_level": "80" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "27", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "40", + "strength_level": "27", "id": "6694", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "34", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "60", + "strength_level": "34", "id": "6695", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "34", + "attack_level": "34" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6696", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "10", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "20", + "strength_level": "10", "id": "6697", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "10", + "attack_level": "10" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "12", + "attack_level": "12" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "34", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "60", + "strength_level": "34", "id": "6700", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "38", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "65", + "strength_level": "38", "id": "6701", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "38", + "attack_level": "38" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6702", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "10", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "20", + "strength_level": "10", "id": "6703", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "10", + "attack_level": "10" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "12", + "attack_level": "12" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "12", + "attack_level": "12" }, { - "examine": "He's not from around here.", - "melee_animation": "0", - "range_animation": "0", + "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", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", "name": "Revenant goblin", - "defence_level": "1", + "defence_level": "12", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "24", + "strength_level": "12", "id": "6706", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "12", + "attack_level": "12" }, { - "examine": "The leader of a long-forgotten band of mercenaries.", - "melee_animation": "0", - "range_animation": "711", + "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": "78", - "defence_animation": "0", - "weakness": "3", - "magic_animation": "0", - "death_animation": "836", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", "name": "Revenant goblin", - "defence_level": "78", + "defence_level": "12", "safespot": null, - "lifepoints": "514", - "strength_level": "1", + "lifepoints": "24", + "strength_level": "12", "id": "6707", - "aggressive": "true", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "27", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "40", + "strength_level": "27", "id": "6708", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "29", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "48", + "strength_level": "29", "id": "6709", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "29", + "attack_level": "29" }, { - "name": "Revenant hobgoblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", + "examine": "The ghost of a hobgoblin slain during the God Wars.", + "melee_animation": "7418", + "range_animation": "7516", "combat_audio": "469,472,471", - "strength_level": "1", + "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": "6710", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "34", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "60", + "strength_level": "34", "id": "6711", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "34", + "attack_level": "34" }, { - "examine": "It's trying to mash your house! Less examine", - "melee_animation": "5894", - "range_animation": "9618", - "magic_level": "60", - "defence_animation": "0", - "weakness": "10", - "magic_animation": "0", - "death_animation": "5898", + "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": "60", + "defence_level": "38", "safespot": null, - "lifepoints": "285", - "strength_level": "60", + "lifepoints": "65", + "strength_level": "38", "id": "6712", - "aggressive": "true", "clue_level": "2", - "range_level": "60", - "attack_level": "60" + "range_level": "38", + "attack_level": "38" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6713", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "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", + "magic_level": "80", + "poisonous": "true", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "8", + "magic_animation": "7508", + "death_animation": "7442", "name": "Revenant knight", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "143", + "strength_level": "80", "id": "6714", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "10", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "20", + "strength_level": "10", "id": "6715", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "10", + "attack_level": "10" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "12", + "attack_level": "12" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "12", + "attack_level": "12" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "12", + "attack_level": "12" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "27", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "40", + "strength_level": "27", "id": "6720", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "29", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "48", + "strength_level": "29", "id": "6721", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "29", + "attack_level": "29" }, { - "name": "Revenant hobgoblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", + "examine": "The ghost of a hobgoblin slain during the God Wars.", + "melee_animation": "7418", + "range_animation": "7516", "combat_audio": "469,472,471", - "strength_level": "1", + "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": "6722", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "34", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "60", + "strength_level": "34", "id": "6723", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "38", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "65", + "strength_level": "38", "id": "6724", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "38", + "attack_level": "38" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6725", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "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", + "magic_level": "80", + "poisonous": "true", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "8", + "magic_animation": "7508", + "death_animation": "7442", "name": "Revenant knight", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "143", + "strength_level": "80", "id": "6726", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "80", + "attack_level": "80" }, { - "name": "Revenant hobgoblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", + "examine": "The ghost of a hobgoblin slain during the God Wars.", + "melee_animation": "7418", + "range_animation": "7516", "combat_audio": "469,472,471", - "strength_level": "1", + "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": "6727", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "38", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "65", + "strength_level": "38", "id": "6728", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "38", + "attack_level": "38" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6729", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "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", + "magic_level": "80", + "poisonous": "true", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "8", + "magic_animation": "7508", + "death_animation": "7442", "name": "Revenant knight", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "143", + "strength_level": "80", "id": "6730", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "80", + "attack_level": "80" }, { "examine": "Her lack of body heat is unsettling.", @@ -209460,30 +211888,41 @@ "melee_animation": "8591", "range_animation": "8594", "combat_audio": "408,410,409", + "poisonous": "true", "defence_animation": "8592", + "poison_amount": "8", "magic_animation": "8594", "death_animation": "8593", "name": "Revenant dragon", - "defence_level": "1", + "defence_level": "85", "safespot": null, - "lifepoints": "210", - "strength_level": "1", + "lifepoints": "155", + "strength_level": "85", "id": "6998", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "85", + "attack_level": "85" }, { - "name": "Revenant dragon", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", + "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", - "strength_level": "1", + "poisonous": "true", + "defence_animation": "8592", + "poison_amount": "8", + "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": "1", - "attack_level": "1" + "range_level": "85", + "attack_level": "85" }, { "examine": "A very large elemental adversary.", @@ -278636,7 +281075,7 @@ "strength_level": "10", "id": "6604", "range_level": "10", - "attack_level": "1" + "attack_level": "10" }, { "spawn_animation": "7447", @@ -278670,7 +281109,7 @@ "magic_animation": "7506", "death_animation": "7482", "name": "Revenant icefiend", - "defence_level": "1", + "defence_level": "27", "safespot": null, "lifepoints": "40", "strength_level": "27", @@ -278681,7 +281120,7 @@ }, { "spawn_animation": "7403", - "examine": "The ghost of a Werewolf slain during the God wars.", + "examine": "The ghost of a werewolf slain during the god wars.", "melee_animation": "7397", "range_animation": "7521", "magic_level": "38", @@ -278691,7 +281130,7 @@ "name": "Revenant werewolf", "defence_level": "38", "safespot": null, - "lifepoints": "70", + "lifepoints": "65", "strength_level": "38", "id": "6607", "clue_level": "2", @@ -278711,52 +281150,61 @@ "name": "Revenant hobgoblin", "defence_level": "32", "safespot": null, - "lifepoints": "55", + "lifepoints": "72", "strength_level": "32", "id": "6608", "clue_level": "1", - "range_level": "1", + "range_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": "1", + "defence_level": "38", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "65", + "strength_level": "38", "id": "6609", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "38", + "attack_level": "38" }, { - "slayer_exp": "0", - "examine": "It's an NPC.", + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "combat_audio": "0,0,0", - "strength_level": "1", + "strength_level": "70", "id": "6610", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "70", + "attack_level": "70" }, { "spawn_animation": "7440", - "examine": "A ghost of a knight slain during the God wars.", + "examine": "A ghost of a knight slain during the god wars.", "melee_animation": "7441", "range_animation": "7522", "magic_level": "80", + "poisonous": "true", "defence_animation": "7443", "slayer_exp": "143", + "poison_amount": "8", "magic_animation": "7508", "death_animation": "7442", "name": "Revenant knight", "defence_level": "80", "safespot": null, - "lifepoints": "142", + "lifepoints": "143", "strength_level": "80", "id": "6611", "clue_level": "2", @@ -278764,20 +281212,28 @@ "attack_level": "80" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "12", + "attack_level": "12" }, { "spawn_animation": "7426", - "examine": "The ghost of a vampyre slain in the god wars.", + "examine": "The ghost of a vampire slain in the god wars.", "melee_animation": "7427", "range_animation": "7520", "magic_level": "34", @@ -278796,96 +281252,151 @@ "attack_level": "34" }, { - "slayer_exp": "0", + "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": "1", + "defence_level": "38", "safespot": null, - "lifepoints": "10", - "combat_audio": "0,0,0", - "strength_level": "1", + "lifepoints": "65", + "strength_level": "38", "id": "6614", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "38", + "attack_level": "38" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6615", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "70", + "attack_level": "70" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "38", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "65", + "strength_level": "38", "id": "6617", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "38", + "attack_level": "38" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6618", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "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", + "magic_level": "80", + "poisonous": "true", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "8", + "magic_animation": "7508", + "death_animation": "7442", "name": "Revenant knight", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "143", + "strength_level": "80", "id": "6619", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "80", + "attack_level": "80" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "27", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "40", + "strength_level": "27", "id": "6621", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "27", + "attack_level": "27" }, { "spawn_animation": "7485", @@ -278901,265 +281412,431 @@ "name": "Revenant pyrefiend", "defence_level": "29", "safespot": null, - "lifepoints": "45", - "strength_level": "1", + "lifepoints": "48", + "strength_level": "29", "id": "6622", "clue_level": "1", "range_level": "29", - "attack_level": "292" + "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": "1", + "defence_level": "34", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "60", + "strength_level": "34", "id": "6623", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "34", + "attack_level": "34" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6624", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "38", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "65", + "strength_level": "38", "id": "6625", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "38", + "attack_level": "38" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6626", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "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", + "magic_level": "80", + "poisonous": "true", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "8", + "magic_animation": "7508", + "death_animation": "7442", "name": "Revenant knight", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "143", + "strength_level": "80", "id": "6627", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "27", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "40", + "strength_level": "27", "id": "6628", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "27", + "attack_level": "27" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6629", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "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", + "magic_level": "80", + "poisonous": "true", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "8", + "magic_animation": "7508", + "death_animation": "7442", "name": "Revenant knight", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "143", + "strength_level": "80", "id": "6630", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "29", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "48", + "strength_level": "29", "id": "6631", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "38", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "65", + "strength_level": "38", "id": "6632", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "38", + "attack_level": "38"" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6633", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "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", + "magic_level": "80", + "poisonous": "true", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "8", + "magic_animation": "7508", + "death_animation": "7442", "name": "Revenant knight", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "143", + "strength_level": "80", "id": "6634", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_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": "7403", + "defence_animation": "7404", "slayer_exp": "10", + "magic_animation": "7500", "death_animation": "7408", "name": "Revenant imp", "defence_level": "10", "safespot": null, - "lifepoints": "10", + "lifepoints": "20", "strength_level": "10", "id": "6635", - "clue_level": "1", "range_level": "10", - "attack_level": "1" + "attack_level": "10" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "12", + "attack_level": "12" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "12", + "attack_level": "12" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "12", + "attack_level": "12" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "27", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "40", + "strength_level": "27", "id": "6640", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "29", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "48", + "strength_level": "29", "id": "6641", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "29", + "attack_level": "29" }, { - "name": "Revenant hobgoblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", + "examine": "The ghost of a hobgoblin slain during the God Wars.", + "melee_animation": "7418", + "range_animation": "7516", "combat_audio": "469,472,471", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "34", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "60", + "strength_level": "34", "id": "6643", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "38", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "65", + "strength_level": "38", "id": "6644", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "38", + "attack_level": "38" }, { "spawn_animation": "7457", @@ -279175,7 +281852,7 @@ "name": "Revenant cyclops", "defence_level": "43", "safespot": null, - "lifepoints": "75", + "lifepoints": "110", "strength_level": "43", "id": "6645", "clue_level": "2", @@ -279211,13 +281888,13 @@ "combat_audio": "400,404,403", "magic_level": "60", "defence_animation": "7476", - "slayer_exp": "0", + "slayer_exp": "80", "magic_animation": "7498", "death_animation": "7475", "name": "Revenant demon", "defence_level": "60", "safespot": null, - "lifepoints": "85", + "lifepoints": "80", "strength_level": "60", "id": "6647", "clue_level": "2", @@ -279225,29 +281902,31 @@ "attack_level": "60" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6648", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "70", + "attack_level": "70" }, { "spawn_animation": "7471", - "examine": "The ghost of a dark beast slain during the god wars..", + "examine": "The ghost of a dark beast slain during the god wars.", "melee_animation": "7467", "range_animation": "7514", "defence_animation": "7469", - "slayer_exp": "256", + "slayer_exp": "140", "magic_animation": "7515", "death_animation": "7468", "name": "Revenant dark beast", "defence_level": "80", "safespot": null, - "lifepoints": "120", + "lifepoints": "140", "strength_level": "80", "id": "6649", "clue_level": "2", @@ -279255,521 +281934,786 @@ "attack_level": "80" }, { + "spawn_animation": "7440", + "examine": "A ghost of a knight slain during the god wars.", + "melee_animation": "7441", + "range_animation": "7522", + "magic_level": "80", + "poisonous": "true", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "8", + "magic_animation": "7508", + "death_animation": "7442", "name": "Revenant knight", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "143", + "strength_level": "80", "id": "6650", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "80", + "attack_level": "80" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6652", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant ork", - "defence_level": "1", - "safespot": null, - "lifepoints": "105", - "strength_level": "1", - "id": "6653", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "name": "Revenant knight", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6654", - "clue_level": "2", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A tough looking dwarf.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Revenant imp", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6655", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A tough looking dwarf.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "469,472,471", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "6656", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "An ancient spirit has made itself at home within this suit of armour.", - "melee_animation": "47", - "range_animation": "0", - "combat_audio": "469,472,471", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "48", - "name": "Revenant goblin", - "defence_level": "32", - "safespot": null, - "lifepoints": "45", - "strength_level": "32", - "id": "6657", - "clue_level": "1", - "range_level": "1", - "attack_level": "32" - }, - { - "examine": "An ancient spirit has made itself at home within this suit of armour.", - "melee_animation": "47", - "range_animation": "0", - "combat_audio": "469,472,471", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "48", - "name": "Revenant goblin", - "defence_level": "33", - "safespot": null, - "lifepoints": "47", - "strength_level": "33", - "id": "6658", - "clue_level": "1", - "range_level": "1", - "attack_level": "33" - }, - { - "examine": "An ancient spirit has made itself at home within this suit of armour.", - "melee_animation": "47", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "48", - "name": "Revenant icefiend", "defence_level": "34", "safespot": null, - "lifepoints": "48", + "lifepoints": "60", "strength_level": "34", - "id": "6659", + "id": "6652", "clue_level": "1", - "range_level": "1", + "range_level": "34", "attack_level": "34" }, { - "melee_animation": "47", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "49", - "death_animation": "48", - "name": "Revenant pyrefiend", - "defence_level": "1", + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", + "name": "Revenant ork", + "defence_level": "70", "safespot": null, - "lifepoints": "50", - "strength_level": "1", + "lifepoints": "105", + "strength_level": "70", + "id": "6653", + "clue_level": "2", + "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", + "magic_level": "80", + "poisonous": "true", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "8", + "magic_animation": "7508", + "death_animation": "7442", + "name": "Revenant knight", + "defence_level": "80", + "safespot": null, + "lifepoints": "143", + "strength_level": "80", + "id": "6654", + "clue_level": "2", + "range_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", + "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": "6656", + "clue_level": "1", + "range_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": "6657", + "clue_level": "1", + "range_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": "6658", + "clue_level": "1", + "range_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", + "clue_level": "1", + "range_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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "29", + "attack_level": "29" }, { - "melee_animation": "47", + "examine": "The ghost of a hobgoblin slain during the God Wars.", + "melee_animation": "7418", + "range_animation": "7516", "combat_audio": "469,472,471", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "49", - "death_animation": "48", + "magic_level": "32", + "defence_animation": "7420", + "slayer_exp": "72", + "magic_animation": "7503", + "death_animation": "7419", "name": "Revenant hobgoblin", - "defence_level": "1", + "defence_level": "32", "safespot": null, - "lifepoints": "50", - "strength_level": "1", + "lifepoints": "72", + "strength_level": "32", "id": "6661", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "32", + "attack_level": "32" }, { - "melee_animation": "47", - "respawn_delay": "60", - "defence_animation": "49", - "death_animation": "48", + "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": "1", + "defence_level": "34", "safespot": null, "lifepoints": "60", - "strength_level": "1", + "strength_level": "34", "id": "6662", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "38", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "65", + "strength_level": "38", "id": "6663", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "38", + "attack_level": "38" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6664", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "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", + "magic_level": "80", + "poisonous": "true", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "8", + "magic_animation": "7508", + "death_animation": "7442", "name": "Revenant knight", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "143", + "strength_level": "80", "id": "6665", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "10", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "20", + "strength_level": "10", "id": "6666", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "10", + "attack_level": "10" }, { - "examine": "Pirate and discerning music critic.", - "melee_animation": "0", - "range_animation": "0", + "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", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", "name": "Revenant goblin", - "defence_level": "1", + "defence_level": "12", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "24", + "strength_level": "12", "id": "6667", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "12", + "attack_level": "12" }, { - "examine": "The most piratical penguin you ever did see.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", + "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": "1", + "defence_level": "29", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "48", + "strength_level": "29", "id": "6668", "clue_level": "1", - "range_level": "1", - "attack_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": "1", + "defence_level": "34", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "60", + "strength_level": "34", "id": "6669", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "34", + "attack_level": "34" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6670", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "34", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "60", + "strength_level": "34", "id": "6671", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "34", + "attack_level": "34" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6672", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "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", + "magic_level": "80", + "poisonous": "true", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "8", + "magic_animation": "7508", + "death_animation": "7442", "name": "Revenant knight", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "143", + "strength_level": "80", "id": "6673", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "80", + "attack_level": "80" }, { + "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": "1", + "defence_level": "34", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "60", + "strength_level": "34", "id": "6674", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "38", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "65", + "strength_level": "38", "id": "6675", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "38", + "attack_level": "38" }, { + "spawn_animation": "7440", + "examine": "A ghost of a knight slain during the god wars.", + "melee_animation": "7441", + "range_animation": "7522", + "magic_level": "80", + "poisonous": "true", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "8", + "magic_animation": "7508", + "death_animation": "7442", "name": "Revenant knight", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "143", + "strength_level": "80", "id": "6676", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "10", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "20", + "strength_level": "10", "id": "6677", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "10", + "attack_level": "10" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "12", + "attack_level": "12" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "12", + "attack_level": "12" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "12", + "attack_level": "12" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "27", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "40", + "strength_level": "27", "id": "6682", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "29", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "48", + "strength_level": "29", "id": "6683", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "29", + "attack_level": "29" }, { - "name": "Revenant hobgoblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", + "examine": "The ghost of a hobgoblin slain during the God Wars.", + "melee_animation": "7418", + "range_animation": "7516", "combat_audio": "469,472,471", - "strength_level": "1", + "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": "6684", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "34", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "60", + "strength_level": "34", "id": "6685", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "38", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "65", + "strength_level": "38", "id": "6686", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "43", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "110", + "strength_level": "43", "id": "6687", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "43", + "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": "1", "safespot": null, - "lifepoints": "10", - "combat_audio": "3717,3719,3718", - "strength_level": "1", + "lifepoints": "80", + "strength_level": "50", "id": "6688", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "50", + "attack_level": "50" }, { + "spawn_animation": "7478", "examine": "The essence of a demon slain during the god wars.", "melee_animation": "7474", + "range_animation": "7512", "combat_audio": "400,404,403", "magic_level": "60", "defence_animation": "7476", + "slayer_exp": "80", + "magic_animation": "7498", "death_animation": "7475", "name": "Revenant demon", "defence_level": "60", "safespot": null, - "lifepoints": "750", + "lifepoints": "80", "strength_level": "60", "id": "6689", "clue_level": "2", @@ -279777,493 +282721,790 @@ "attack_level": "60" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6690", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "70", + "attack_level": "70" }, { + "spawn_animation": "7471", + "examine": "The ghost of a dark beast slain during the god wars.", + "melee_animation": "7467", + "range_animation": "7514", + "defence_animation": "7469", + "slayer_exp": "140", + "magic_animation": "7515", + "death_animation": "7468", "name": "Revenant dark beast", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "140", + "strength_level": "80", "id": "6691", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "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", + "magic_level": "80", + "poisonous": "true", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "8", + "magic_animation": "7508", + "death_animation": "7442", "name": "Revenant knight", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "143", + "strength_level": "80", "id": "6692", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "80", + "attack_level": "80" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "27", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "40", + "strength_level": "27", "id": "6694", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "34", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "60", + "strength_level": "34", "id": "6695", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "34", + "attack_level": "34" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6696", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "10", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "20", + "strength_level": "10", "id": "6697", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "10", + "attack_level": "10" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "12", + "attack_level": "12" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "34", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "60", + "strength_level": "34", "id": "6700", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "38", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "65", + "strength_level": "38", "id": "6701", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "38", + "attack_level": "38" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6702", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "10", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "20", + "strength_level": "10", "id": "6703", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "10", + "attack_level": "10" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "12", + "attack_level": "12" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "12", + "attack_level": "12" }, { - "examine": "He's not from around here.", - "melee_animation": "0", - "range_animation": "0", + "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", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", "name": "Revenant goblin", - "defence_level": "1", + "defence_level": "12", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "24", + "strength_level": "12", "id": "6706", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "12", + "attack_level": "12" }, { - "examine": "The leader of a long-forgotten band of mercenaries.", - "melee_animation": "0", - "range_animation": "711", + "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": "78", - "defence_animation": "0", - "weakness": "3", - "magic_animation": "0", - "death_animation": "836", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", "name": "Revenant goblin", - "defence_level": "78", + "defence_level": "12", "safespot": null, - "lifepoints": "514", - "strength_level": "1", + "lifepoints": "24", + "strength_level": "12", "id": "6707", - "aggressive": "true", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "27", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "40", + "strength_level": "27", "id": "6708", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "29", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "48", + "strength_level": "29", "id": "6709", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "29", + "attack_level": "29" }, { - "name": "Revenant hobgoblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", + "examine": "The ghost of a hobgoblin slain during the God Wars.", + "melee_animation": "7418", + "range_animation": "7516", "combat_audio": "469,472,471", - "strength_level": "1", + "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": "6710", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "34", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "60", + "strength_level": "34", "id": "6711", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "34", + "attack_level": "34" }, { - "examine": "It's trying to mash your house! Less examine", - "melee_animation": "5894", - "range_animation": "9618", - "magic_level": "60", - "defence_animation": "0", - "weakness": "10", - "magic_animation": "0", - "death_animation": "5898", + "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": "60", + "defence_level": "38", "safespot": null, - "lifepoints": "285", - "strength_level": "60", + "lifepoints": "65", + "strength_level": "38", "id": "6712", - "aggressive": "true", "clue_level": "2", - "range_level": "60", - "attack_level": "60" + "range_level": "38", + "attack_level": "38" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6713", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "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", + "magic_level": "80", + "poisonous": "true", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "8", + "magic_animation": "7508", + "death_animation": "7442", "name": "Revenant knight", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "143", + "strength_level": "80", "id": "6714", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "10", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "20", + "strength_level": "10", "id": "6715", - "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "10", + "attack_level": "10" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "12", + "attack_level": "12" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "12", + "attack_level": "12" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "12", + "attack_level": "12" }, { - "name": "Revenant goblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "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", - "strength_level": "1", + "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", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "27", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "40", + "strength_level": "27", "id": "6720", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "29", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "48", + "strength_level": "29", "id": "6721", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_level": "29", + "attack_level": "29" }, { - "name": "Revenant hobgoblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", + "examine": "The ghost of a hobgoblin slain during the God Wars.", + "melee_animation": "7418", + "range_animation": "7516", "combat_audio": "469,472,471", - "strength_level": "1", + "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": "6722", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "34", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "60", + "strength_level": "34", "id": "6723", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "38", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "65", + "strength_level": "38", "id": "6724", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "38", + "attack_level": "38" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6725", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "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", + "magic_level": "80", + "poisonous": "true", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "8", + "magic_animation": "7508", + "death_animation": "7442", "name": "Revenant knight", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "143", + "strength_level": "80", "id": "6726", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "80", + "attack_level": "80" }, { - "name": "Revenant hobgoblin", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", + "examine": "The ghost of a hobgoblin slain during the God Wars.", + "melee_animation": "7418", + "range_animation": "7516", "combat_audio": "469,472,471", - "strength_level": "1", + "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": "6727", "clue_level": "1", - "range_level": "1", - "attack_level": "1" + "range_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": "1", + "defence_level": "38", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "65", + "strength_level": "38", "id": "6728", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "38", + "attack_level": "38" }, { + "examine": "A ghost of an ork slain during the god wars.", + "magic_level": "70", "name": "Revenant ork", - "defence_level": "1", + "defence_level": "70", "safespot": null, "lifepoints": "105", - "strength_level": "1", + "strength_level": "70", "id": "6729", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "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", + "magic_level": "80", + "poisonous": "true", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "8", + "magic_animation": "7508", + "death_animation": "7442", "name": "Revenant knight", - "defence_level": "1", + "defence_level": "80", "safespot": null, - "lifepoints": "10", - "strength_level": "1", + "lifepoints": "143", + "strength_level": "80", "id": "6730", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "80", + "attack_level": "80" }, { "examine": "Her lack of body heat is unsettling.", @@ -283188,30 +286429,41 @@ "melee_animation": "8591", "range_animation": "8594", "combat_audio": "408,410,409", + "poisonous": "true", "defence_animation": "8592", + "poison_amount": "8", "magic_animation": "8594", "death_animation": "8593", "name": "Revenant dragon", - "defence_level": "1", + "defence_level": "85", "safespot": null, - "lifepoints": "210", - "strength_level": "1", + "lifepoints": "155", + "strength_level": "85", "id": "6998", "clue_level": "2", - "range_level": "1", - "attack_level": "1" + "range_level": "85", + "attack_level": "85" }, { - "name": "Revenant dragon", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", + "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", - "strength_level": "1", + "poisonous": "true", + "defence_animation": "8592", + "poison_amount": "8", + "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": "1", - "attack_level": "1" + "range_level": "85", + "attack_level": "85" }, { "examine": "A very large elemental adversary.", From d0904254d65feb27402e35c47cbe7df29208ee8c Mon Sep 17 00:00:00 2001 From: skelsoft <9147770-skelsoft@users.noreply.gitlab.com> Date: Thu, 29 Jul 2021 11:24:24 +1000 Subject: [PATCH 22/33] Add: Dwarven Rock Cake - Added temporary ground item spawn for Dwarven rock cake to the underground pass underneath White Wolf Mountain (Requires completion of Fishing Contest to access) - Added Sandwich lady examine - Added examine to both the hot and cold Dwarven rock cakes - added the authentic two Dwarven Stout ground item spawns to the underground pass beneath White Wolf Mountain - populated the underground pass beneath White Wolf Mountain with all of its generic Dwarf NPCs - Stat corrections for the Combat-lvl 20 Dwarf (ID 120) --- Server/data/configs/ground_spawns.json | 8 + Server/data/configs/item_configs.json | 4 +- Server/data/configs/npc_configs.json | 340 ++++++++++--------------- Server/data/configs/npc_spawns.json | 4 + 4 files changed, 149 insertions(+), 207 deletions(-) diff --git a/Server/data/configs/ground_spawns.json b/Server/data/configs/ground_spawns.json index 59faf0d5f..92c2281d0 100644 --- a/Server/data/configs/ground_spawns.json +++ b/Server/data/configs/ground_spawns.json @@ -519,6 +519,14 @@ "item_id": "5008", "loc_data": "{1,3230,9609,0,300}" }, + { + "item_id": "7510", + "loc_data": "{1,2867,9875,0,300}" + }, + { + "item_id": "1913", + "loc_data": "{1,2863,9875,0,300}-{1,2861,9878,0,300}" + }, { "item_id": "4619", "loc_data": "{1,2713,4913,0,2}" diff --git a/Server/data/configs/item_configs.json b/Server/data/configs/item_configs.json index 5ba72f572..166d0d42d 100644 --- a/Server/data/configs/item_configs.json +++ b/Server/data/configs/item_configs.json @@ -72317,7 +72317,7 @@ "id": "7508" }, { - "examine": "Hot: A strange looking cake. Cooled: Cool and heavy as a brick. Only for dwarf consumption.", + "examine": "Red hot and glowing, ouch! Only for dwarf consumption.", "durability": null, "name": "Dwarven rock cake", "weight": "8.5", @@ -72325,7 +72325,7 @@ "id": "7509" }, { - "examine": "Hot: A strange looking cake. Cooled: Cool and heavy as a brick. Only for dwarf consumption.", + "examine": "Cool and heavy as a brick. Only for dwarf consumption.", "durability": null, "name": "Dwarven rock cake", "weight": "8.5", diff --git a/Server/data/configs/npc_configs.json b/Server/data/configs/npc_configs.json index ba9df7e53..6a356ecf9 100644 --- a/Server/data/configs/npc_configs.json +++ b/Server/data/configs/npc_configs.json @@ -2372,19 +2372,20 @@ "slayer_task": "29", "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": "28", + "defence_level": "16", "safespot": null, - "lifepoints": "40", - "strength_level": "28", + "lifepoints": "26", + "strength_level": "16", "id": "120", "range_level": "1", - "attack_level": "28" + "attack_level": "15" }, { "slayer_exp": "16", @@ -57795,7 +57796,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -57814,10 +57814,9 @@ "range_animation": "7522", "poisonous": "true", "magic_level": "80", - "poisonous": "true", "defence_animation": "7443", "slayer_exp": "143", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "7508", "death_animation": "7442", "name": "Revenant knight", @@ -57891,7 +57890,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -57944,7 +57942,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -57961,11 +57958,11 @@ "examine": "A ghost of a knight slain during the god wars.", "melee_animation": "7441", "range_animation": "7522", + "poisonous": "true", "magic_level": "80", - "poisonous": "true", "defence_animation": "7443", "slayer_exp": "143", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "7508", "death_animation": "7442", "name": "Revenant knight", @@ -58062,7 +58059,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -58095,7 +58091,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -58112,11 +58107,11 @@ "examine": "A ghost of a knight slain during the god wars.", "melee_animation": "7441", "range_animation": "7522", + "poisonous": "true", "magic_level": "80", - "poisonous": "true", "defence_animation": "7443", "slayer_exp": "143", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "7508", "death_animation": "7442", "name": "Revenant knight", @@ -58152,7 +58147,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -58169,11 +58163,11 @@ "examine": "A ghost of a knight slain during the god wars.", "melee_animation": "7441", "range_animation": "7522", + "poisonous": "true", "magic_level": "80", - "poisonous": "true", "defence_animation": "7443", "slayer_exp": "143", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "7508", "death_animation": "7442", "name": "Revenant knight", @@ -58228,7 +58222,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -58245,11 +58238,11 @@ "examine": "A ghost of a knight slain during the god wars.", "melee_animation": "7441", "range_animation": "7522", + "poisonous": "true", "magic_level": "80", - "poisonous": "true", "defence_animation": "7443", "slayer_exp": "143", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "7508", "death_animation": "7442", "name": "Revenant knight", @@ -58528,7 +58521,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -58564,11 +58556,11 @@ "examine": "A ghost of a knight slain during the god wars.", "melee_animation": "7441", "range_animation": "7522", + "poisonous": "true", "magic_level": "80", - "poisonous": "true", "defence_animation": "7443", "slayer_exp": "143", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "7508", "death_animation": "7442", "name": "Revenant knight", @@ -58623,7 +58615,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -58640,11 +58631,11 @@ "examine": "A ghost of a knight slain during the god wars.", "melee_animation": "7441", "range_animation": "7522", + "poisonous": "true", "magic_level": "80", - "poisonous": "true", "defence_animation": "7443", "slayer_exp": "143", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "7508", "death_animation": "7442", "name": "Revenant knight", @@ -58840,7 +58831,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -58857,11 +58847,11 @@ "examine": "A ghost of a knight slain during the god wars.", "melee_animation": "7441", "range_animation": "7522", + "poisonous": "true", "magic_level": "80", - "poisonous": "true", "defence_animation": "7443", "slayer_exp": "143", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "7508", "death_animation": "7442", "name": "Revenant knight", @@ -58957,7 +58947,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -58991,7 +58980,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -59008,11 +58996,11 @@ "examine": "A ghost of a knight slain during the god wars.", "melee_animation": "7441", "range_animation": "7522", + "poisonous": "true", "magic_level": "80", - "poisonous": "true", "defence_animation": "7443", "slayer_exp": "143", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "7508", "death_animation": "7442", "name": "Revenant knight", @@ -59069,11 +59057,11 @@ "examine": "A ghost of a knight slain during the god wars.", "melee_animation": "7441", "range_animation": "7522", + "poisonous": "true", "magic_level": "80", - "poisonous": "true", "defence_animation": "7443", "slayer_exp": "143", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "7508", "death_animation": "7442", "name": "Revenant knight", @@ -59352,7 +59340,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -59388,11 +59375,11 @@ "examine": "A ghost of a knight slain during the god wars.", "melee_animation": "7441", "range_animation": "7522", + "poisonous": "true", "magic_level": "80", - "poisonous": "true", "defence_animation": "7443", "slayer_exp": "143", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "7508", "death_animation": "7442", "name": "Revenant knight", @@ -59468,7 +59455,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -59581,7 +59567,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -59796,7 +59781,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -59813,11 +59797,11 @@ "examine": "A ghost of a knight slain during the god wars.", "melee_animation": "7441", "range_animation": "7522", + "poisonous": "true", "magic_level": "80", - "poisonous": "true", "defence_animation": "7443", "slayer_exp": "143", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "7508", "death_animation": "7442", "name": "Revenant knight", @@ -60033,7 +60017,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -60050,11 +60033,11 @@ "examine": "A ghost of a knight slain during the god wars.", "melee_animation": "7441", "range_animation": "7522", + "poisonous": "true", "magic_level": "80", - "poisonous": "true", "defence_animation": "7443", "slayer_exp": "143", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "7508", "death_animation": "7442", "name": "Revenant knight", @@ -60108,7 +60091,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -60125,11 +60107,11 @@ "examine": "A ghost of a knight slain during the god wars.", "melee_animation": "7441", "range_animation": "7522", + "poisonous": "true", "magic_level": "80", - "poisonous": "true", "defence_animation": "7443", "slayer_exp": "143", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "7508", "death_animation": "7442", "name": "Revenant knight", @@ -63065,9 +63047,9 @@ "melee_animation": "8591", "range_animation": "8594", "combat_audio": "408,410,409", - "poisonous": "true", + "poisonous": "true", "defence_animation": "8592", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "8594", "death_animation": "8593", "name": "Revenant dragon", @@ -63086,9 +63068,9 @@ "melee_animation": "8591", "range_animation": "8594", "combat_audio": "408,410,409", - "poisonous": "true", + "poisonous": "true", "defence_animation": "8592", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "8594", "death_animation": "8593", "name": "Revenant dragon", @@ -132355,7 +132337,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -132374,10 +132355,9 @@ "range_animation": "7522", "poisonous": "true", "magic_level": "80", - "poisonous": "true", "defence_animation": "7443", "slayer_exp": "143", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "7508", "death_animation": "7442", "name": "Revenant knight", @@ -132451,7 +132431,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -132504,7 +132483,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -132521,11 +132499,11 @@ "examine": "A ghost of a knight slain during the god wars.", "melee_animation": "7441", "range_animation": "7522", + "poisonous": "true", "magic_level": "80", - "poisonous": "true", "defence_animation": "7443", "slayer_exp": "143", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "7508", "death_animation": "7442", "name": "Revenant knight", @@ -132622,7 +132600,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -132655,7 +132632,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -132672,11 +132648,11 @@ "examine": "A ghost of a knight slain during the god wars.", "melee_animation": "7441", "range_animation": "7522", + "poisonous": "true", "magic_level": "80", - "poisonous": "true", "defence_animation": "7443", "slayer_exp": "143", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "7508", "death_animation": "7442", "name": "Revenant knight", @@ -132712,7 +132688,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -132729,11 +132704,11 @@ "examine": "A ghost of a knight slain during the god wars.", "melee_animation": "7441", "range_animation": "7522", + "poisonous": "true", "magic_level": "80", - "poisonous": "true", "defence_animation": "7443", "slayer_exp": "143", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "7508", "death_animation": "7442", "name": "Revenant knight", @@ -132788,7 +132763,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -132805,11 +132779,11 @@ "examine": "A ghost of a knight slain during the god wars.", "melee_animation": "7441", "range_animation": "7522", + "poisonous": "true", "magic_level": "80", - "poisonous": "true", "defence_animation": "7443", "slayer_exp": "143", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "7508", "death_animation": "7442", "name": "Revenant knight", @@ -133088,7 +133062,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -133124,11 +133097,11 @@ "examine": "A ghost of a knight slain during the god wars.", "melee_animation": "7441", "range_animation": "7522", + "poisonous": "true", "magic_level": "80", - "poisonous": "true", "defence_animation": "7443", "slayer_exp": "143", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "7508", "death_animation": "7442", "name": "Revenant knight", @@ -133183,7 +133156,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -133200,11 +133172,11 @@ "examine": "A ghost of a knight slain during the god wars.", "melee_animation": "7441", "range_animation": "7522", + "poisonous": "true", "magic_level": "80", - "poisonous": "true", "defence_animation": "7443", "slayer_exp": "143", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "7508", "death_animation": "7442", "name": "Revenant knight", @@ -133400,7 +133372,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -133417,11 +133388,11 @@ "examine": "A ghost of a knight slain during the god wars.", "melee_animation": "7441", "range_animation": "7522", + "poisonous": "true", "magic_level": "80", - "poisonous": "true", "defence_animation": "7443", "slayer_exp": "143", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "7508", "death_animation": "7442", "name": "Revenant knight", @@ -133517,7 +133488,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -133551,7 +133521,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -133568,11 +133537,11 @@ "examine": "A ghost of a knight slain during the god wars.", "melee_animation": "7441", "range_animation": "7522", + "poisonous": "true", "magic_level": "80", - "poisonous": "true", "defence_animation": "7443", "slayer_exp": "143", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "7508", "death_animation": "7442", "name": "Revenant knight", @@ -133629,11 +133598,11 @@ "examine": "A ghost of a knight slain during the god wars.", "melee_animation": "7441", "range_animation": "7522", + "poisonous": "true", "magic_level": "80", - "poisonous": "true", "defence_animation": "7443", "slayer_exp": "143", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "7508", "death_animation": "7442", "name": "Revenant knight", @@ -133912,7 +133881,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -133948,11 +133916,11 @@ "examine": "A ghost of a knight slain during the god wars.", "melee_animation": "7441", "range_animation": "7522", + "poisonous": "true", "magic_level": "80", - "poisonous": "true", "defence_animation": "7443", "slayer_exp": "143", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "7508", "death_animation": "7442", "name": "Revenant knight", @@ -134028,7 +133996,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -134141,7 +134108,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -134356,7 +134322,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -134373,11 +134338,11 @@ "examine": "A ghost of a knight slain during the god wars.", "melee_animation": "7441", "range_animation": "7522", + "poisonous": "true", "magic_level": "80", - "poisonous": "true", "defence_animation": "7443", "slayer_exp": "143", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "7508", "death_animation": "7442", "name": "Revenant knight", @@ -134593,7 +134558,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -134610,11 +134574,11 @@ "examine": "A ghost of a knight slain during the god wars.", "melee_animation": "7441", "range_animation": "7522", + "poisonous": "true", "magic_level": "80", - "poisonous": "true", "defence_animation": "7443", "slayer_exp": "143", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "7508", "death_animation": "7442", "name": "Revenant knight", @@ -134668,7 +134632,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -134685,11 +134648,11 @@ "examine": "A ghost of a knight slain during the god wars.", "melee_animation": "7441", "range_animation": "7522", + "poisonous": "true", "magic_level": "80", - "poisonous": "true", "defence_animation": "7443", "slayer_exp": "143", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "7508", "death_animation": "7442", "name": "Revenant knight", @@ -137625,9 +137588,9 @@ "melee_animation": "8591", "range_animation": "8594", "combat_audio": "408,410,409", - "poisonous": "true", + "poisonous": "true", "defence_animation": "8592", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "8594", "death_animation": "8593", "name": "Revenant dragon", @@ -137646,9 +137609,9 @@ "melee_animation": "8591", "range_animation": "8594", "combat_audio": "408,410,409", - "poisonous": "true", + "poisonous": "true", "defence_animation": "8592", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "8594", "death_animation": "8593", "name": "Revenant dragon", @@ -206675,7 +206638,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -206694,10 +206656,9 @@ "range_animation": "7522", "poisonous": "true", "magic_level": "80", - "poisonous": "true", "defence_animation": "7443", "slayer_exp": "143", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "7508", "death_animation": "7442", "name": "Revenant knight", @@ -206771,7 +206732,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -206824,7 +206784,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -206841,11 +206800,11 @@ "examine": "A ghost of a knight slain during the god wars.", "melee_animation": "7441", "range_animation": "7522", + "poisonous": "true", "magic_level": "80", - "poisonous": "true", "defence_animation": "7443", "slayer_exp": "143", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "7508", "death_animation": "7442", "name": "Revenant knight", @@ -206942,7 +206901,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -206975,7 +206933,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -206992,11 +206949,11 @@ "examine": "A ghost of a knight slain during the god wars.", "melee_animation": "7441", "range_animation": "7522", + "poisonous": "true", "magic_level": "80", - "poisonous": "true", "defence_animation": "7443", "slayer_exp": "143", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "7508", "death_animation": "7442", "name": "Revenant knight", @@ -207032,7 +206989,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -207049,11 +207005,11 @@ "examine": "A ghost of a knight slain during the god wars.", "melee_animation": "7441", "range_animation": "7522", + "poisonous": "true", "magic_level": "80", - "poisonous": "true", "defence_animation": "7443", "slayer_exp": "143", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "7508", "death_animation": "7442", "name": "Revenant knight", @@ -207108,7 +207064,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -207125,11 +207080,11 @@ "examine": "A ghost of a knight slain during the god wars.", "melee_animation": "7441", "range_animation": "7522", + "poisonous": "true", "magic_level": "80", - "poisonous": "true", "defence_animation": "7443", "slayer_exp": "143", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "7508", "death_animation": "7442", "name": "Revenant knight", @@ -207408,7 +207363,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -207444,11 +207398,11 @@ "examine": "A ghost of a knight slain during the god wars.", "melee_animation": "7441", "range_animation": "7522", + "poisonous": "true", "magic_level": "80", - "poisonous": "true", "defence_animation": "7443", "slayer_exp": "143", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "7508", "death_animation": "7442", "name": "Revenant knight", @@ -207503,7 +207457,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -207520,11 +207473,11 @@ "examine": "A ghost of a knight slain during the god wars.", "melee_animation": "7441", "range_animation": "7522", + "poisonous": "true", "magic_level": "80", - "poisonous": "true", "defence_animation": "7443", "slayer_exp": "143", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "7508", "death_animation": "7442", "name": "Revenant knight", @@ -207720,7 +207673,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -207737,11 +207689,11 @@ "examine": "A ghost of a knight slain during the god wars.", "melee_animation": "7441", "range_animation": "7522", + "poisonous": "true", "magic_level": "80", - "poisonous": "true", "defence_animation": "7443", "slayer_exp": "143", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "7508", "death_animation": "7442", "name": "Revenant knight", @@ -207837,7 +207789,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -207871,7 +207822,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -207888,11 +207838,11 @@ "examine": "A ghost of a knight slain during the god wars.", "melee_animation": "7441", "range_animation": "7522", + "poisonous": "true", "magic_level": "80", - "poisonous": "true", "defence_animation": "7443", "slayer_exp": "143", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "7508", "death_animation": "7442", "name": "Revenant knight", @@ -207949,11 +207899,11 @@ "examine": "A ghost of a knight slain during the god wars.", "melee_animation": "7441", "range_animation": "7522", + "poisonous": "true", "magic_level": "80", - "poisonous": "true", "defence_animation": "7443", "slayer_exp": "143", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "7508", "death_animation": "7442", "name": "Revenant knight", @@ -208232,7 +208182,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -208268,11 +208217,11 @@ "examine": "A ghost of a knight slain during the god wars.", "melee_animation": "7441", "range_animation": "7522", + "poisonous": "true", "magic_level": "80", - "poisonous": "true", "defence_animation": "7443", "slayer_exp": "143", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "7508", "death_animation": "7442", "name": "Revenant knight", @@ -208348,7 +208297,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -208461,7 +208409,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -208676,7 +208623,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -208693,11 +208639,11 @@ "examine": "A ghost of a knight slain during the god wars.", "melee_animation": "7441", "range_animation": "7522", + "poisonous": "true", "magic_level": "80", - "poisonous": "true", "defence_animation": "7443", "slayer_exp": "143", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "7508", "death_animation": "7442", "name": "Revenant knight", @@ -208913,7 +208859,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -208930,11 +208875,11 @@ "examine": "A ghost of a knight slain during the god wars.", "melee_animation": "7441", "range_animation": "7522", + "poisonous": "true", "magic_level": "80", - "poisonous": "true", "defence_animation": "7443", "slayer_exp": "143", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "7508", "death_animation": "7442", "name": "Revenant knight", @@ -208988,7 +208933,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -209005,11 +208949,11 @@ "examine": "A ghost of a knight slain during the god wars.", "melee_animation": "7441", "range_animation": "7522", + "poisonous": "true", "magic_level": "80", - "poisonous": "true", "defence_animation": "7443", "slayer_exp": "143", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "7508", "death_animation": "7442", "name": "Revenant knight", @@ -211945,9 +211889,9 @@ "melee_animation": "8591", "range_animation": "8594", "combat_audio": "408,410,409", - "poisonous": "true", + "poisonous": "true", "defence_animation": "8592", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "8594", "death_animation": "8593", "name": "Revenant dragon", @@ -211966,9 +211910,9 @@ "melee_animation": "8591", "range_animation": "8594", "combat_audio": "408,410,409", - "poisonous": "true", + "poisonous": "true", "defence_animation": "8592", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "8594", "death_animation": "8593", "name": "Revenant dragon", @@ -281235,7 +281179,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -281254,10 +281197,9 @@ "range_animation": "7522", "poisonous": "true", "magic_level": "80", - "poisonous": "true", "defence_animation": "7443", "slayer_exp": "143", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "7508", "death_animation": "7442", "name": "Revenant knight", @@ -281331,7 +281273,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -281384,7 +281325,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -281401,11 +281341,11 @@ "examine": "A ghost of a knight slain during the god wars.", "melee_animation": "7441", "range_animation": "7522", + "poisonous": "true", "magic_level": "80", - "poisonous": "true", "defence_animation": "7443", "slayer_exp": "143", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "7508", "death_animation": "7442", "name": "Revenant knight", @@ -281502,7 +281442,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -281535,7 +281474,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -281552,11 +281490,11 @@ "examine": "A ghost of a knight slain during the god wars.", "melee_animation": "7441", "range_animation": "7522", + "poisonous": "true", "magic_level": "80", - "poisonous": "true", "defence_animation": "7443", "slayer_exp": "143", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "7508", "death_animation": "7442", "name": "Revenant knight", @@ -281592,7 +281530,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -281609,11 +281546,11 @@ "examine": "A ghost of a knight slain during the god wars.", "melee_animation": "7441", "range_animation": "7522", + "poisonous": "true", "magic_level": "80", - "poisonous": "true", "defence_animation": "7443", "slayer_exp": "143", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "7508", "death_animation": "7442", "name": "Revenant knight", @@ -281664,11 +281601,10 @@ "id": "6632", "clue_level": "2", "range_level": "38", - "attack_level": "38"" + "attack_level": "38" }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -281685,11 +281621,11 @@ "examine": "A ghost of a knight slain during the god wars.", "melee_animation": "7441", "range_animation": "7522", + "poisonous": "true", "magic_level": "80", - "poisonous": "true", "defence_animation": "7443", "slayer_exp": "143", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "7508", "death_animation": "7442", "name": "Revenant knight", @@ -281968,7 +281904,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -282004,11 +281939,11 @@ "examine": "A ghost of a knight slain during the god wars.", "melee_animation": "7441", "range_animation": "7522", + "poisonous": "true", "magic_level": "80", - "poisonous": "true", "defence_animation": "7443", "slayer_exp": "143", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "7508", "death_animation": "7442", "name": "Revenant knight", @@ -282063,7 +281998,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -282080,11 +282014,11 @@ "examine": "A ghost of a knight slain during the god wars.", "melee_animation": "7441", "range_animation": "7522", + "poisonous": "true", "magic_level": "80", - "poisonous": "true", "defence_animation": "7443", "slayer_exp": "143", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "7508", "death_animation": "7442", "name": "Revenant knight", @@ -282280,7 +282214,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -282297,11 +282230,11 @@ "examine": "A ghost of a knight slain during the god wars.", "melee_animation": "7441", "range_animation": "7522", + "poisonous": "true", "magic_level": "80", - "poisonous": "true", "defence_animation": "7443", "slayer_exp": "143", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "7508", "death_animation": "7442", "name": "Revenant knight", @@ -282397,7 +282330,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -282431,7 +282363,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -282448,11 +282379,11 @@ "examine": "A ghost of a knight slain during the god wars.", "melee_animation": "7441", "range_animation": "7522", + "poisonous": "true", "magic_level": "80", - "poisonous": "true", "defence_animation": "7443", "slayer_exp": "143", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "7508", "death_animation": "7442", "name": "Revenant knight", @@ -282509,11 +282440,11 @@ "examine": "A ghost of a knight slain during the god wars.", "melee_animation": "7441", "range_animation": "7522", + "poisonous": "true", "magic_level": "80", - "poisonous": "true", "defence_animation": "7443", "slayer_exp": "143", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "7508", "death_animation": "7442", "name": "Revenant knight", @@ -282792,7 +282723,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -282828,11 +282758,11 @@ "examine": "A ghost of a knight slain during the god wars.", "melee_animation": "7441", "range_animation": "7522", + "poisonous": "true", "magic_level": "80", - "poisonous": "true", "defence_animation": "7443", "slayer_exp": "143", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "7508", "death_animation": "7442", "name": "Revenant knight", @@ -282908,7 +282838,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -283021,7 +282950,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -283236,7 +283164,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -283253,11 +283180,11 @@ "examine": "A ghost of a knight slain during the god wars.", "melee_animation": "7441", "range_animation": "7522", + "poisonous": "true", "magic_level": "80", - "poisonous": "true", "defence_animation": "7443", "slayer_exp": "143", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "7508", "death_animation": "7442", "name": "Revenant knight", @@ -283473,7 +283400,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -283490,11 +283416,11 @@ "examine": "A ghost of a knight slain during the god wars.", "melee_animation": "7441", "range_animation": "7522", + "poisonous": "true", "magic_level": "80", - "poisonous": "true", "defence_animation": "7443", "slayer_exp": "143", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "7508", "death_animation": "7442", "name": "Revenant knight", @@ -283548,7 +283474,6 @@ }, { "examine": "A ghost of an ork slain during the god wars.", - "magic_level": "70", "name": "Revenant ork", "defence_level": "70", "safespot": null, @@ -283565,11 +283490,11 @@ "examine": "A ghost of a knight slain during the god wars.", "melee_animation": "7441", "range_animation": "7522", + "poisonous": "true", "magic_level": "80", - "poisonous": "true", "defence_animation": "7443", "slayer_exp": "143", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "7508", "death_animation": "7442", "name": "Revenant knight", @@ -286505,9 +286430,9 @@ "melee_animation": "8591", "range_animation": "8594", "combat_audio": "408,410,409", - "poisonous": "true", + "poisonous": "true", "defence_animation": "8592", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "8594", "death_animation": "8593", "name": "Revenant dragon", @@ -286526,9 +286451,9 @@ "melee_animation": "8591", "range_animation": "8594", "combat_audio": "408,410,409", - "poisonous": "true", + "poisonous": "true", "defence_animation": "8592", - "poison_amount": "8", + "poison_amount": "8", "magic_animation": "8594", "death_animation": "8593", "name": "Revenant dragon", @@ -298006,5 +297931,10 @@ "examine": "Come by! Come by!", "name": "Sheepdog", "id": "7256" + }, + { + "examine": "The sandwich lady.", + "name": "Sandwich lady", + "id": "3117" } ] \ No newline at end of file diff --git a/Server/data/configs/npc_spawns.json b/Server/data/configs/npc_spawns.json index e657c50e1..8d84a19ea 100644 --- a/Server/data/configs/npc_spawns.json +++ b/Server/data/configs/npc_spawns.json @@ -391,6 +391,10 @@ "npc_id": "119", "loc_data": "{3248,3794,0,1,1}-{2925,9766,0,1,7}-{2921,9758,0,1,3}-{2935,9770,0,1,1}-{2935,9761,0,1,0}-{3029,10313,0,1,4}-{3028,10309,0,1,4}-{3033,10311,0,1,6}-{3035,10309,0,1,1}-{3035,10313,0,1,1}-{3244,3797,0,1,3}-{3245,3790,0,1,4}-{3239,3781,0,1,5}-{3253,3791,0,1,1}-{3245,3802,0,1,1}-{3250,3808,0,1,3}-{3246,3800,0,1,6}-{3246,3795,0,1,2}" }, + { + "npc_id": "120", + "loc_data": "{2874,9880,0,1,0}-{2861,9874,0,1,0}-{2863,9874,0,1,0}-{2866,9874,0,1,0}-{2865,9877,0,1,0}-{2864,9877,0,1,0}-{2861,9877,0,1,0}-{2867,9877,0,1,0}-{2867,9879,0,1,0}" + }, { "npc_id": "122", "loc_data": "{2996,9574,0,1,6}-{3007,9579,0,1,7}-{3001,9580,0,1,4}-{3018,9580,0,1,3}-{3021,9585,0,1,4}-{3024,9582,0,1,4}-{2507,3726,0,1,2}-{2523,3724,0,1,3}-{2535,9556,0,1,4}" From 1e0363555a4768e02426c7e303bccefea4d98e0d Mon Sep 17 00:00:00 2001 From: skelsoft <9147770-skelsoft@users.noreply.gitlab.com> Date: Sun, 1 Aug 2021 09:17:38 +1000 Subject: [PATCH 23/33] Add: Summoning Scroll Update - All summoning scrolls now have correct examines - All summoning scrolls are now correctly tradeable - Dreadfowl strike scroll requirements fixed (now correctly requires 4 Summoning) - Egg spawn scroll requirements fixed (now correctly requires 10 Summoning) - Venom shot scroll requirements fixed (now correctly requires 19 Summoning) - Slime spray scroll requirements fixed (now correctly requires 13 Summoning) - Electric lash scroll requirements fixed (now correctly requires 18 Summoning) - Stony shell scroll requirements fixed (now correctly requires 16 Summoning) - Pester scroll requirements fixed (now correctly requires 17 Summoning) - Fireball assault scroll requirements fixed (now correctly requires 22 Summoning) - Rise from the ashes scroll requirements fixed (now correctly requires 72 Summoning) --- Server/data/configs/item_configs.json | 151 ++++++++++++++++++++++++-- 1 file changed, 143 insertions(+), 8 deletions(-) diff --git a/Server/data/configs/item_configs.json b/Server/data/configs/item_configs.json index 166d0d42d..2fc325c31 100644 --- a/Server/data/configs/item_configs.json +++ b/Server/data/configs/item_configs.json @@ -111586,9 +111586,11 @@ "requirements": "{23,41}", "ge_buy_limit": "5000", "grand_exchange_price": "96", + "examine": "A scroll for a macaw familiar.", "durability": null, "name": "Herbcall scroll", "low_alchemy": "94", + "tradeable": "true", "high_alchemy": "142", "archery_ticket_price": "0", "id": "12422" @@ -111597,9 +111599,11 @@ "requirements": "{23,69}", "ge_buy_limit": "5000", "grand_exchange_price": "258", + "examine": "A scroll for a fruit bat familiar.", "durability": null, "name": "Fruitfall scroll", "low_alchemy": "146", + "tradeable": "true", "high_alchemy": "220", "archery_ticket_price": "0", "id": "12423" @@ -111608,9 +111612,11 @@ "requirements": "{23,56}", "ge_buy_limit": "5000", "grand_exchange_price": "146", + "examine": "A scroll for an ibis familiar.", "durability": null, "name": "Fish rain scroll", "low_alchemy": "125", + "tradeable": "true", "high_alchemy": "188", "archery_ticket_price": "0", "id": "12424" @@ -111618,9 +111624,11 @@ { "ge_buy_limit": "5000", "grand_exchange_price": "7", + "examine": "A scroll for a spirit wolf familiar.", "durability": null, "name": "Howl scroll", "low_alchemy": "23", + "tradeable": "true", "high_alchemy": "35", "archery_ticket_price": "0", "id": "12425" @@ -111629,9 +111637,11 @@ "requirements": "{23,47}", "ge_buy_limit": "5000", "grand_exchange_price": "97", + "examine": "A scroll for a magpie familiar.", "durability": null, "name": "Thieving fingers scroll", "low_alchemy": "104", + "tradeable": "true", "high_alchemy": "157", "archery_ticket_price": "0", "id": "12426" @@ -111640,20 +111650,24 @@ "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", "low_alchemy": "135", + "tradeable": "true", "high_alchemy": "203", "archery_ticket_price": "0", "id": "12427" }, { - "requirements": "{10,23}", + "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", "low_alchemy": "24", + "tradeable": "true", "high_alchemy": "37", "archery_ticket_price": "0", "id": "12428" @@ -111662,9 +111676,11 @@ "requirements": "{23,33}", "ge_buy_limit": "5000", "grand_exchange_price": "97", + "examine": "A scroll for a beaver familiar.", "durability": null, "name": "Multichop scroll", "low_alchemy": "88", + "tradeable": "true", "high_alchemy": "133", "archery_ticket_price": "0", "id": "12429" @@ -111673,9 +111689,11 @@ "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", "low_alchemy": "91", + "tradeable": "true", "high_alchemy": "137", "archery_ticket_price": "0", "id": "12430" @@ -111684,20 +111702,24 @@ "requirements": "{23,40}", "ge_buy_limit": "5000", "grand_exchange_price": "39", + "examine": "A scroll for a bull ant familiar.", "durability": null, "name": "Unburden scroll", "low_alchemy": "27", + "tradeable": "true", "high_alchemy": "41", "archery_ticket_price": "0", "id": "12431" }, { - "requirements": "{19,23}", + "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", "low_alchemy": "73", + "tradeable": "true", "high_alchemy": "110", "archery_ticket_price": "0", "id": "12432" @@ -111706,9 +111728,11 @@ "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", "low_alchemy": "100", + "tradeable": "true", "high_alchemy": "151", "archery_ticket_price": "0", "id": "12433" @@ -111717,9 +111741,11 @@ "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", "low_alchemy": "156", + "tradeable": "true", "high_alchemy": "235", "archery_ticket_price": "0", "id": "12434" @@ -111728,9 +111754,11 @@ "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", "low_alchemy": "227", + "tradeable": "true", "high_alchemy": "341", "archery_ticket_price": "0", "id": "12435" @@ -111739,9 +111767,11 @@ "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", "low_alchemy": "132", + "tradeable": "true", "high_alchemy": "199", "archery_ticket_price": "0", "id": "12436" @@ -111750,9 +111780,11 @@ "requirements": "{23,92}", "ge_buy_limit": "5000", "grand_exchange_price": "419", + "examine": "A scroll for a wolpertinger familiar.", "durability": null, "name": "Magic focus scroll", "low_alchemy": "219", + "tradeable": "true", "high_alchemy": "329", "archery_ticket_price": "0", "id": "12437" @@ -111761,9 +111793,11 @@ "requirements": "{23,68}", "ge_buy_limit": "5000", "grand_exchange_price": "220", + "examine": "A scroll for a bunyip familiar.", "durability": null, "name": "Swallow whole scroll", "low_alchemy": "126", + "tradeable": "true", "high_alchemy": "190", "archery_ticket_price": "0", "id": "12438" @@ -111772,9 +111806,11 @@ "requirements": "{23,67}", "ge_buy_limit": "5000", "grand_exchange_price": "269", + "examine": "A scroll for a war tortoise familiar.", "durability": null, "name": "Testudo scroll", "low_alchemy": "17", + "tradeable": "true", "high_alchemy": "26", "archery_ticket_price": "0", "id": "12439" @@ -111783,9 +111819,11 @@ "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", "low_alchemy": "63", + "tradeable": "true", "high_alchemy": "95", "archery_ticket_price": "0", "id": "12440" @@ -111794,9 +111832,11 @@ "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", "low_alchemy": "28", + "tradeable": "true", "high_alchemy": "43", "archery_ticket_price": "0", "id": "12441" @@ -111805,9 +111845,11 @@ "requirements": "{23,80}", "ge_buy_limit": "5000", "grand_exchange_price": "174", + "examine": "A scroll for a hydra familiar.", "durability": null, "name": "Regrowth scroll", "low_alchemy": "144", + "tradeable": "true", "high_alchemy": "217", "archery_ticket_price": "0", "id": "12442" @@ -111816,9 +111858,11 @@ "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", "low_alchemy": "90", + "tradeable": "true", "high_alchemy": "136", "archery_ticket_price": "0", "id": "12443" @@ -111827,20 +111871,24 @@ "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", "low_alchemy": "133", + "tradeable": "true", "high_alchemy": "200", "archery_ticket_price": "0", "id": "12444" }, { - "requirements": "{4,23}", + "requirements": "{23,4}", "ge_buy_limit": "5000", "grand_exchange_price": "7", + "examine": "A scroll for a dreadfowl familiar.", "durability": null, "name": "Dreadfowl strike scroll", "low_alchemy": "24", + "tradeable": "true", "high_alchemy": "37", "archery_ticket_price": "0", "id": "12445" @@ -111849,9 +111897,11 @@ "requirements": "{23,25}", "ge_buy_limit": "5000", "grand_exchange_price": "122", + "examine": "A scroll for a spirit kalphite familiar.", "durability": null, "name": "Sandstorm scroll", "low_alchemy": "67", + "tradeable": "true", "high_alchemy": "101", "archery_ticket_price": "0", "id": "12446" @@ -111860,9 +111910,11 @@ "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", "low_alchemy": "97", + "tradeable": "true", "high_alchemy": "146", "archery_ticket_price": "0", "id": "12447" @@ -111871,9 +111923,11 @@ "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", "low_alchemy": "120", + "tradeable": "true", "high_alchemy": "181", "archery_ticket_price": "0", "id": "12448" @@ -111882,9 +111936,11 @@ "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", "low_alchemy": "182", + "tradeable": "true", "high_alchemy": "274", "archery_ticket_price": "0", "id": "12449" @@ -111893,8 +111949,10 @@ "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" }, @@ -111902,9 +111960,11 @@ "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", "low_alchemy": "30", + "tradeable": "true", "high_alchemy": "46", "archery_ticket_price": "0", "id": "12451" @@ -111913,9 +111973,11 @@ "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", "low_alchemy": "27", + "tradeable": "true", "high_alchemy": "41", "archery_ticket_price": "0", "id": "12452" @@ -111924,9 +111986,11 @@ "requirements": "{23,55}", "ge_buy_limit": "5000", "grand_exchange_price": "202", + "examine": "A scroll for a spirit jelly familiar.", "durability": null, "name": "Dissolve scroll", "low_alchemy": "167", + "tradeable": "true", "high_alchemy": "251", "archery_ticket_price": "0", "id": "12453" @@ -111935,9 +111999,11 @@ "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", "low_alchemy": "122", + "tradeable": "true", "high_alchemy": "183", "archery_ticket_price": "0", "id": "12454" @@ -111946,9 +112012,11 @@ "requirements": "{23,58}", "ge_buy_limit": "5000", "grand_exchange_price": "198", + "examine": "A scroll for a karamthulhu overlord familiar.", "durability": null, "name": "Doomsphere scroll", "low_alchemy": "160", + "tradeable": "true", "high_alchemy": "241", "archery_ticket_price": "0", "id": "12455" @@ -111957,9 +112025,11 @@ "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", "low_alchemy": "17", + "tradeable": "true", "high_alchemy": "26", "archery_ticket_price": "0", "id": "12456" @@ -111968,9 +112038,11 @@ "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", "low_alchemy": "140", + "tradeable": "true", "high_alchemy": "211", "archery_ticket_price": "0", "id": "12457" @@ -111979,31 +112051,37 @@ "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", "low_alchemy": "104", + "tradeable": "true", "high_alchemy": "157", "archery_ticket_price": "0", "id": "12458" }, { - "requirements": "{13,23}", + "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", "low_alchemy": "184", + "tradeable": "true", "high_alchemy": "277", "archery_ticket_price": "0", "id": "12459" }, { - "requirements": "{18,23}", + "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", "low_alchemy": "61", + "tradeable": "true", "high_alchemy": "92", "archery_ticket_price": "0", "id": "12460" @@ -112012,9 +112090,11 @@ "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", "low_alchemy": "118", + "tradeable": "true", "high_alchemy": "178", "archery_ticket_price": "0", "id": "12461" @@ -112023,9 +112103,11 @@ "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", "low_alchemy": "141", + "tradeable": "true", "high_alchemy": "212", "archery_ticket_price": "0", "id": "12462" @@ -112034,9 +112116,11 @@ "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", "low_alchemy": "157", + "tradeable": "true", "high_alchemy": "236", "archery_ticket_price": "0", "id": "12463" @@ -112045,9 +112129,11 @@ "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", "low_alchemy": "168", + "tradeable": "true", "high_alchemy": "253", "archery_ticket_price": "0", "id": "12464" @@ -112056,9 +112142,11 @@ "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", "low_alchemy": "160", + "tradeable": "true", "high_alchemy": "241", "archery_ticket_price": "0", "id": "12465" @@ -112067,9 +112155,11 @@ "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", "low_alchemy": "17", + "tradeable": "true", "high_alchemy": "26", "archery_ticket_price": "0", "id": "12466" @@ -112078,9 +112168,11 @@ "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", "low_alchemy": "144", + "tradeable": "true", "high_alchemy": "217", "archery_ticket_price": "0", "id": "12467" @@ -112089,9 +112181,11 @@ "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", "low_alchemy": "157", + "tradeable": "true", "high_alchemy": "236", "archery_ticket_price": "0", "id": "12468" @@ -112534,12 +112628,14 @@ "id": "12532" }, { - "requirements": "{16,23}", + "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", "low_alchemy": "23", + "tradeable": "true", "high_alchemy": "35", "archery_ticket_price": "0", "id": "12533" @@ -115386,9 +115482,11 @@ "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", "low_alchemy": "214", + "tradeable": "true", "high_alchemy": "322", "archery_ticket_price": "0", "id": "12824" @@ -115397,9 +115495,11 @@ "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", "low_alchemy": "194", + "tradeable": "true", "high_alchemy": "292", "archery_ticket_price": "0", "id": "12825" @@ -115408,9 +115508,11 @@ "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", "low_alchemy": "211", + "tradeable": "true", "high_alchemy": "317", "archery_ticket_price": "0", "id": "12826" @@ -115419,9 +115521,11 @@ "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", "low_alchemy": "129", + "tradeable": "true", "high_alchemy": "194", "archery_ticket_price": "0", "id": "12827" @@ -115430,9 +115534,11 @@ "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", "low_alchemy": "214", + "tradeable": "true", "high_alchemy": "322", "archery_ticket_price": "0", "id": "12828" @@ -115441,9 +115547,11 @@ "requirements": "{23,46}", "ge_buy_limit": "5000", "grand_exchange_price": "146", + "examine": "A scroll for a pyrelord familiar.", "durability": null, "name": "Immense heat scroll", "low_alchemy": "127", + "tradeable": "true", "high_alchemy": "191", "archery_ticket_price": "0", "id": "12829" @@ -115452,9 +115560,11 @@ "requirements": "{23,70}", "ge_buy_limit": "5000", "grand_exchange_price": "149", + "examine": "A scroll for a ravenous locust familiar.", "durability": null, "name": "Famine scroll", "low_alchemy": "95", + "tradeable": "true", "high_alchemy": "143", "archery_ticket_price": "0", "id": "12830" @@ -115463,9 +115573,11 @@ "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", "low_alchemy": "190", + "tradeable": "true", "high_alchemy": "286", "archery_ticket_price": "0", "id": "12831" @@ -115474,9 +115586,11 @@ "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", "low_alchemy": "166", + "tradeable": "true", "high_alchemy": "250", "archery_ticket_price": "0", "id": "12832" @@ -115485,8 +115599,10 @@ "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" }, @@ -115494,9 +115610,11 @@ "requirements": "{23,29}", "ge_buy_limit": "5000", "grand_exchange_price": "103", + "examine": "A scroll for a giant chinchompa familiar.", "durability": null, "name": "Explode scroll", "low_alchemy": "238", + "tradeable": "true", "high_alchemy": "358", "archery_ticket_price": "0", "id": "12834" @@ -115505,9 +115623,11 @@ "requirements": "{23,57}", "ge_buy_limit": "5000", "grand_exchange_price": "250", + "examine": "A scroll for a spirit graahk familiar.", "durability": null, "name": "Goad scroll", "low_alchemy": "170", + "tradeable": "true", "high_alchemy": "256", "archery_ticket_price": "0", "id": "12835" @@ -115516,9 +115636,11 @@ "requirements": "{23,57}", "ge_buy_limit": "5000", "grand_exchange_price": "1428", + "examine": "A scroll for a spirit kyatt familiar.", "durability": null, "name": "Ambush scroll", "low_alchemy": "169", + "tradeable": "true", "high_alchemy": "254", "archery_ticket_price": "0", "id": "12836" @@ -115527,31 +115649,37 @@ "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", "low_alchemy": "211", + "tradeable": "true", "high_alchemy": "317", "archery_ticket_price": "0", "id": "12837" }, { - "requirements": "{17,23}", + "requirements": "{23,17}", "ge_buy_limit": "5000", "grand_exchange_price": "1", + "examine": "A scroll for a spirit mosquito familiar.", "durability": null, "name": "Pester scroll", "low_alchemy": "17", + "tradeable": "true", "high_alchemy": "26", "archery_ticket_price": "0", "id": "12838" }, { - "requirements": "{22,23}", + "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", "low_alchemy": "80", + "tradeable": "true", "high_alchemy": "121", "archery_ticket_price": "0", "id": "12839" @@ -115560,9 +115688,11 @@ "requirements": "{23,57}", "ge_buy_limit": "5000", "grand_exchange_price": "196", + "examine": "A scroll for a spirit larupia familiar.", "durability": null, "name": "Rending scroll", "low_alchemy": "171", + "tradeable": "true", "high_alchemy": "257", "archery_ticket_price": "0", "id": "12840" @@ -115571,9 +115701,11 @@ "requirements": "{23,76}", "ge_buy_limit": "5000", "grand_exchange_price": "173", + "examine": "A scroll for a forge regent familiar.", "durability": null, "name": "Inferno scroll", "low_alchemy": "157", + "tradeable": "true", "high_alchemy": "236", "archery_ticket_price": "0", "id": "12841" @@ -138810,9 +138942,12 @@ "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", From 5a303da8a620ae3800082415257acfb8ac571dd1 Mon Sep 17 00:00:00 2001 From: skelsoft <9147770-skelsoft@users.noreply.gitlab.com> Date: Fri, 6 Aug 2021 10:19:11 +1000 Subject: [PATCH 24/33] Fix: Rats, Shades and their Robes, misc fixes - Rats now have corrected stats, attack speed and bonuses (should no longer be able to hit players at all, like they do authentically) - Rats now correctly respawn at a high rate (quite close to 1 game tick now!) - Rats can now correctly count as Rat slayer monsters for tasks - Rats (Stronghold of Security) now correctly count as Rat slayer monsters for tasks - Bloodveld respawn delay corrected - Shade robe top and Shade robe bottom are now correctly obtainable, as a low% drop from Shades in the Stronghold of Security - Shades now correctly count as Shade slayer monsters for the Shade Task - Shade stats corrected - Shade NPCs repopulated where they should be inside the Lv4 Stronghold of Security - Small typo correction to a string printed when cooking with an iron spit (StandardCookingPulse.java) - Dwarven rock cake now has correct, authentic text when trying to consume it --- Server/data/configs/drop_tables.json | 26 + Server/data/configs/npc_configs.json | 40 +- Server/data/configs/npc_spawns.json | 6 +- .../game/content/consumable/Consumables.java | 760 +++++++++--------- .../skill/cooking/StandardCookingPulse.java | 2 +- 5 files changed, 443 insertions(+), 391 deletions(-) diff --git a/Server/data/configs/drop_tables.json b/Server/data/configs/drop_tables.json index 31122cbd6..c1777d621 100644 --- a/Server/data/configs/drop_tables.json +++ b/Server/data/configs/drop_tables.json @@ -62767,5 +62767,31 @@ "maxAmount": "1" } ] + }, + { + "default": [], + "charm": [], + "ids": "428, 429", + "description": "Shade (Stronghold of Security) (So Shade Robes can drop)", + "main": [ + { + "minAmount": "1", + "weight": "0.1", + "id": "546", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.1", + "id": "548", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "0", + "maxAmount": "1" + } + ] } ] \ No newline at end of file diff --git a/Server/data/configs/npc_configs.json b/Server/data/configs/npc_configs.json index d12a0160a..9d818510c 100644 --- a/Server/data/configs/npc_configs.json +++ b/Server/data/configs/npc_configs.json @@ -846,11 +846,15 @@ }, { "examine": "A popular dwarven delicacy.", + "slayer_task": "67", "melee_animation": "2705", "range_animation": "2705", "combat_audio": "3102,3104,3103", - "attack_speed": "5", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "3", "defence_animation": "2706", + "slayer_exp": "2", "magic_animation": "2705", "death_animation": "2707", "name": "Rat", @@ -859,6 +863,7 @@ "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" }, @@ -5446,10 +5451,13 @@ }, { "examine": "Dead but not gone.", + "slayer_task": "73", "melee_animation": "390", "range_animation": "0", + "respawn_delay": "60", "defence_animation": "0", "weakness": "9", + "slayer_exp": "4.2", "magic_animation": "0", "death_animation": "836", "name": "Shade", @@ -5463,20 +5471,25 @@ }, { "examine": "Dead but not gone.", + "slayer_task": "73", "melee_animation": "390", "range_animation": "0", + "magic_level": "1", + "respawn_delay": "60", "defence_animation": "0", "weakness": "9", + "slayer_exp": "4.2", "magic_animation": "0", "death_animation": "836", "name": "Shade", - "defence_level": "90", + "defence_level": "130", "safespot": null, - "lifepoints": "71", + "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": "90" + "attack_level": "130" }, { "examine": "Dead but not gone.", @@ -16514,6 +16527,7 @@ "melee_animation": "9130", "range_animation": "1552", "attack_speed": "4", + "respawn_delay": "60", "defence_animation": "9132", "slayer_exp": "120", "magic_animation": "1552", @@ -16534,6 +16548,7 @@ "melee_animation": "9130", "range_animation": "1552", "attack_speed": "4", + "respawn_delay": "60", "defence_animation": "9132", "slayer_exp": "120", "magic_animation": "1552", @@ -37309,11 +37324,15 @@ }, { "examine": "A popular dwarven delicacy.", + "slayer_task": "67", "melee_animation": "2705", "range_animation": "2705", "combat_audio": "3102,3104,3103", - "attack_speed": "5", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "3", "defence_animation": "2706", + "slayer_exp": "2", "magic_animation": "2705", "death_animation": "2707", "name": "Rat", @@ -37322,6 +37341,7 @@ "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" }, @@ -53453,6 +53473,7 @@ "melee_animation": "9130", "range_animation": "1552", "attack_speed": "4", + "respawn_delay": "60", "defence_animation": "9132", "slayer_exp": "120", "magic_animation": "1552", @@ -90753,6 +90774,7 @@ "melee_animation": "9130", "range_animation": "1552", "attack_speed": "4", + "respawn_delay": "60", "defence_animation": "9132", "slayer_exp": "120", "magic_animation": "1552", @@ -90773,6 +90795,7 @@ "melee_animation": "9130", "range_animation": "1552", "attack_speed": "4", + "respawn_delay": "60", "defence_animation": "9132", "slayer_exp": "120", "magic_animation": "1552", @@ -127865,6 +127888,7 @@ "melee_animation": "9130", "range_animation": "1552", "attack_speed": "4", + "respawn_delay": "60", "defence_animation": "9132", "slayer_exp": "120", "magic_animation": "1552", @@ -165173,6 +165197,7 @@ "melee_animation": "9130", "range_animation": "1552", "attack_speed": "4", + "respawn_delay": "60", "defence_animation": "9132", "slayer_exp": "120", "magic_animation": "1552", @@ -165193,6 +165218,7 @@ "melee_animation": "9130", "range_animation": "1552", "attack_speed": "4", + "respawn_delay": "60", "defence_animation": "9132", "slayer_exp": "120", "magic_animation": "1552", @@ -202037,6 +202063,7 @@ "melee_animation": "9130", "range_animation": "1552", "attack_speed": "4", + "respawn_delay": "60", "defence_animation": "9132", "slayer_exp": "120", "magic_animation": "1552", @@ -239337,6 +239364,7 @@ "melee_animation": "9130", "range_animation": "1552", "attack_speed": "4", + "respawn_delay": "60", "defence_animation": "9132", "slayer_exp": "120", "magic_animation": "1552", @@ -239357,6 +239385,7 @@ "melee_animation": "9130", "range_animation": "1552", "attack_speed": "4", + "respawn_delay": "60", "defence_animation": "9132", "slayer_exp": "120", "magic_animation": "1552", @@ -276449,6 +276478,7 @@ "melee_animation": "9130", "range_animation": "1552", "attack_speed": "4", + "respawn_delay": "60", "defence_animation": "9132", "slayer_exp": "120", "magic_animation": "1552", diff --git a/Server/data/configs/npc_spawns.json b/Server/data/configs/npc_spawns.json index 7b6c7a393..ac5440270 100644 --- a/Server/data/configs/npc_spawns.json +++ b/Server/data/configs/npc_spawns.json @@ -1119,13 +1119,9 @@ "npc_id": "425", "loc_data": "{2717,5332,0,1,7}" }, - { - "npc_id": "428", - "loc_data": "{2361,5209,0,1,4}-{2359,5213,0,1,1}-{2364,5215,0,1,6}-{2361,5216,0,1,1}-{2361,5212,0,1,0}" - }, { "npc_id": "429", - "loc_data": "{2363,5214,0,1,6}-{2358,5214,0,1,7}-{2361,5212,0,1,6}" + "loc_data": "{2363,5214,0,1,6}-{2358,5214,0,1,7}-{2361,5212,0,1,6}-{2361,5209,0,1,4}-{2359,5213,0,1,1}-{2364,5215,0,1,6}-{2361,5216,0,1,1}-{2361,5212,0,1,0}" }, { "npc_id": "437", diff --git a/Server/src/main/java/core/game/content/consumable/Consumables.java b/Server/src/main/java/core/game/content/consumable/Consumables.java index 5b8f46fe9..5b0a88c6b 100644 --- a/Server/src/main/java/core/game/content/consumable/Consumables.java +++ b/Server/src/main/java/core/game/content/consumable/Consumables.java @@ -1,381 +1,381 @@ -package core.game.content.consumable; - -import org.rs09.consts.Items; -import core.game.node.entity.player.link.diary.DiaryType; -import core.game.node.entity.state.EntityState; -import core.game.world.update.flag.context.Animation; -import core.game.content.consumable.effects.*; -import core.game.node.entity.skill.Skills; - -import java.util.HashMap; - -/** - * Represents a repository of active consumables in the framework. - */ -public enum Consumables { - - /** Meats */ - COOKED_MEAT(new Food(new int[] {2142}, new HealingEffect(3))), - SHRIMPS(new Food(new int[] {315}, new HealingEffect(3))), - COOKED_CHICKEN(new Food(new int[] {2140}, new HealingEffect(3))), - COOKED_RABBIT(new Food(new int[] {3228}, new HealingEffect(5))), - ANCHOVIES(new Food(new int[] {319}, new HealingEffect(1))), - SARDINE(new Food(new int[] {325}, new HealingEffect(4))), - POISON_KARAMBWAN(new Food(new int[] {3146}, new PoisonKarambwanEffect())), - UGTHANKI_MEAT(new Food(new int[] {1861}, new HealingEffect(3))), - HERRING(new Food(new int[] {347}, new HealingEffect(5))), - MACKEREL(new Food(new int[] {355}, new HealingEffect(6))), - ROAST_BIRD_MEAT(new Food(new int[] {9980}, new HealingEffect(6))), - THIN_SNAIL(new Food(new int[] {3369}, new HealingEffect(5))), - TROUT(new Food(new int[] {333}, new HealingEffect(7))), - SPIDER_ON_STICK(new Food(new int[] {6297, 6305}, new HealingEffect(7))), - SPIDER_ON_SHAFT(new Food(new int[] {6299}, new HealingEffect(7))), - ROAST_RABBIT(new Food(new int[] {7223}, new HealingEffect(7))), - LEAN_SNAIL(new Food(new int[] {3371}, new HealingEffect(8))), - COD(new Food(new int[] {339}, new HealingEffect(7))), - PIKE(new Food(new int[] {351}, new HealingEffect(8))), - ROAST_BEAST_MEAT(new Food(new int[] {9988}, new HealingEffect(8))), - COOKED_CRAB_MEAT(new Food(new int[] {7521, 7523, 7524, 7525, 7526}, new HealingEffect(2))), - FAT_SNAIL(new Food(new int[] {3373}, new HealingEffect(9))), - SALMON(new Food(new int[] {329}, new HealingEffect(9))), - SLIMY_EEL(new Food(new int[] {3381}, new HealingEffect(6))), - TUNA(new Food(new int[] {361}, new HealingEffect(10))), - COOKED_KARAMBWAN(new Food(new int[] {3144}, new HealingEffect(18))), - COOKED_CHOMPY(new Food(new int[] {2878}, new HealingEffect(10))), - RAINBOW_FISH(new Food(new int[] {10136}, new HealingEffect(11))), - CAVE_EEL(new Food(new int[] {5003}, new HealingEffect(7))), - LOBSTER(new Food(new int[] {379}, new HealingEffect(12))), - COOKED_JUBBLY(new Food(new int[] {7568}, new HealingEffect(15))), - BASS(new Food(new int[] {365}, new HealingEffect(13))), - SWORDFISH(new Food(new int[] {373}, new HealingEffect(14))), - LAVA_EEL(new Food(new int[] {2149}, new HealingEffect(14))), - MONKFISH(new Food(new int[] {7946}, new HealingEffect(16))), - SHARK(new Food(new int[] {385}, new HealingEffect(20))), - SEA_TURTLE(new Food(new int[] {397}, new HealingEffect(21))), - MANTA_RAY(new Food(new int[] {391}, new HealingEffect(22))), - KARAMBWANJI(new Food(new int[] {3151}, new HealingEffect(3))), - STUFFED_SNAKE(new Food(new int[] {7579}, new HealingEffect(20), "You eat the stuffed snake-it's quite a meal! It tastes like chicken.")), - - /** Breads */ - BREAD(new Food(new int[] {2309}, new HealingEffect(5))), - BAGUETTE(new Food(new int[] {6961}, new HealingEffect(6))), - - /** Sandwiches */ - TRIANGLE_SANDWICH(new Food(new int[] {6962}, new HealingEffect(6))), - SQUARE_SANDWICH(new Food(new int[] {6965}, new HealingEffect(6))), - SEAWEED_SANDWICH(new FakeConsumable(3168, new String[] {"You really, really do not want to eat that."})), - - /** Kebabs */ - UGTHANKI_KEBAB(new Food(new int[] {1883}, new UgthankiKebabEffect())), - UGTHANKI_KEBAB_SMELLING(new Food(new int[] {1885}, new SmellingUgthankiKebabEffect())), - KEBAB(new Food(new int[] {1971}, new KebabEffect())), - SUPER_KEBAB(new Food(new int[] {4608}, new SuperKebabEffect())), - - /** Pies */ - REDBERRY_PIE(new HalfableFood(new int[] {2325, 2333, 2313}, new HealingEffect(5))), - MEAT_PIE(new HalfableFood(new int[] {2327, 2331, 2313}, new HealingEffect(6))), - APPLE_PIE(new HalfableFood(new int[] {2323, 2335, 2313}, new HealingEffect(7))), - GARDEN_PIE(new HalfableFood(new int[] {7178, 7180, 2313}, new MultiEffect(new HealingEffect(6), new SkillEffect(Skills.FARMING, 3, 0)))), - FISH_PIE(new HalfableFood(new int[] {7188, 7190, 2313}, new MultiEffect(new HealingEffect(6), new SkillEffect(Skills.FISHING, 3, 0)))), - ADMIRAL_PIE(new HalfableFood(new int[] {7198, 7200, 2313}, new MultiEffect(new HealingEffect(8), new SkillEffect(Skills.FISHING, 5, 0)))), - WILD_PIE(new HalfableFood(new int[] {7208, 7210, 2313}, new MultiEffect(new SkillEffect(Skills.SLAYER, 5, 0), new SkillEffect(Skills.RANGE, 4, 0), new HealingEffect(11)))), - SUMMER_PIE(new HalfableFood(new int[] {7218, 7220, 2313}, new MultiEffect(new HealingEffect(11), new SkillEffect(Skills.AGILITY, 5, 0), new EnergyEffect(10)))), - - /** Stews */ - STEW(new Food(new int[] {2003, 1923}, new HealingEffect(11))), - SPICY_STEW(new Food(new int[] {7479, 1923}, new HealingEffect(11))), - CURRY(new Food(new int[] {2011, 1923}, new HealingEffect(19))), - BANANA_STEW(new Food(new int[] {4016}, new HealingEffect(11))), - - /** Pizzas */ - PLAIN_PIZZA(new HalfableFood(new int[] {2289, 2291}, new HealingEffect(7))), - MEAT_PIZZA(new HalfableFood(new int[] {2293, 2295}, new HealingEffect(8))), - ANCHOVY_PIZZA(new HalfableFood(new int[] {2297, 2299}, new HealingEffect(9))), - PINEAPPLE_PIZZA(new HalfableFood(new int[] {2301, 2303}, new HealingEffect(11))), - - /** Cakes */ - CAKE(new Cake(new int[] {1891, 1893, 1895}, new HealingEffect(4), "You eat part of the cake.", "You eat some more cake.", "You eat the slice of cake.")), - CHOCOLATE_CAKE(new Cake(new int[] {1897, 1899, 1901}, new HealingEffect(5), "You eat part of the chocolate cake.", "You eat some more of the chocolate cake.", "You eat the slice of cake.")), - ROCK_CAKE(new Food(new int[] {2379}, new RockCakeEffect(), "The rock cake resists all attempts to eat it.")), - DWARVEN_ROCK_CAKE(new Food(new int[] {7510, 7510}, new DwarvenRockCakeEffect())), - HOT_DWARVEN_ROCK_CAKE(new Food(new int[] {7509, 7509}, new DwarvenRockCakeEffect())), - COOKED_FISHCAKE(new Food(new int[] {7530}, new HealingEffect(11))), - MINT_CAKE(new Food(new int[] {9475}, new EnergyEffect(50))), - - /** Vegetables */ - POTATO(new Food(new int[] {1942}, new HealingEffect(1))), - BAKED_POTATO(new Food(new int[] {6701}, new HealingEffect(2))), - SPICY_SAUCE(new Food(new int[] {7072, 1923}, new HealingEffect(2))), - CHILLI_CON_CARNE(new Food(new int[] {7062, 1923}, new HealingEffect(5))), - SCRAMBLED_EGG(new Food(new int[] {7078, 1923}, new HealingEffect(5))), - 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)))), - 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))), - FRIED_MUSHROOMS(new Food(new int[] {7082, 1923}, new HealingEffect(5))), - POTATO_WITH_CHEESE(new Food(new int[] {6705}, new HealingEffect(16))), - EGG_POTATO(new Food(new int[] {7056}, new HealingEffect(11))), - MUSHROOMS_AND_ONIONS(new Food(new int[] {7066, 1923}, new HealingEffect(11))), - MUSHROOM_POTATO(new Food(new int[] {7058}, new HealingEffect(20))), - TUNA_AND_CORN(new Food(new int[] {7068, 1923}, new HealingEffect(13))), - TUNA_POTATO(new Food(new int[] {7060}, new HealingEffect(22))), - ONION(new Food(new int[] {1957}, new HealingEffect(2), "It's always sad to see a grown man/woman cry.")), - CABBAGE(new Food(new int[] {1965}, new HealingEffect(2), "You eat the cabbage. Yuck!")), - DRAYNOR_CABBAGE(new Food(new int[] {1967}, new DraynorCabbageEffect(), "You eat the cabbage.", "It seems to taste nicer than normal.")), - EVIL_TURNIP(new Food(new int[] {12134, 12136, 12138}, new HealingEffect(6))), - SPINACH_ROLL(new Food(new int[] {1969}, new HealingEffect(2))), - - /** Dairies */ - POT_OF_CREAM(new Food(new int[] {2130}, new HealingEffect(1))), - CHEESE(new Food(new int[] {1985}, new HealingEffect(2))), - CHOCOLATEY_MILK(new Drink(new int[] {1977, 1925}, new HealingEffect(4))), - - /** Fruits */ - BANANA(new Food(new int[] {1963}, new HealingEffect(2))), - SLICED_BANANA(new Food(new int[] {3162}, new HealingEffect(2))), - RED_BANANA(new Food(new int[] {7572}, new HealingEffect(5), "You eat the red banana. It's tastier than your average banana.")), - SLICED_RED_BANANA(new Food(new int[] {7574}, new HealingEffect(5), "You eat the sliced red banana. Yum.")), - ORANGE(new Food(new int[] {2108}, new HealingEffect(2))), - ORANGE_CHUNKS(new Food(new int[] {2110}, new HealingEffect(2))), - ORANGE_SLICES(new Food(new int[] {2112}, new HealingEffect(2))), - PAPAYA_FRUIT(new Food(new int[] {5972}, new HealingEffect(2))), - TENTI_PINEAPPLE(new FakeConsumable(1851, new String[] {"Try using a knife to slice it into pieces."})), - PINEAPPLE(new FakeConsumable(2114, new String[] {"Try using a knife to slice it into pieces."})), - PINEAPPLE_CHUNKS(new Food(new int[] {2116}, new HealingEffect(2))), - PINEAPPLE_RING(new Food(new int[] {2118}, new HealingEffect(2))), - DWELLBERRIES(new Food(new int[] {2126}, new HealingEffect(2))), - JANGERBERRIES(new Food(new int[] {247}, new MultiEffect(new SkillEffect(Skills.ATTACK, 2, 0), new SkillEffect(Skills.STRENGTH, 1, 0), new PrayerEffect(1, 0), new SkillEffect(Skills.DEFENCE, -1, 0)))), - STRAWBERRY(new Food(new int[] {5504}, new MultiEffect(new HealingEffect(1), new PercentageHealthEffect(6)))), - TOMATO(new Food(new int[] {1982}, new HealingEffect(2))), - WATERMELON(new FakeConsumable(5982, new String[] {"Try using a knife to slice it into pieces."})), - WATERMELON_SLICE(new Food(new int[] {5984}, new PercentageHealthEffect(5))), - LEMON(new Food(new int[] {2102}, new HealingEffect(2))), - LEMON_CHUNKS(new Food(new int[] {2104}, new HealingEffect(2))), - LEMON_SLICES(new Food(new int[] {2106}, new HealingEffect(2))), - LIME(new Food(new int[] {2120}, new HealingEffect(2))), - LIME_CHUNKS(new Food(new int[] {2122}, new HealingEffect(2))), - LIME_SLICES(new Food(new int[] {2124}, new HealingEffect(2))), - PEACH(new Food(new int[] {6883}, new HealingEffect(8))), - WHITE_TREE_FRUIT(new Food(new int[] {6469}, new MultiEffect(new RandomEnergyEffect(5, 10), new HealingEffect(3)))), - STRANGE_FRUIT(new Food(new int[] {464}, new MultiEffect(new RemoveStateEffect(EntityState.POISONED.ordinal()), new EnergyEffect(30)))), - - /** Gnome Cooking */ - TOAD_CRUNCHIES(new Food(new int[] {2217}, new HealingEffect(12))), - PREMADE_TD_CRUNCH(new Food(new int[] {2243}, new HealingEffect(12))), - SPICY_CRUNCHIES(new Food(new int[] {2213}, new HealingEffect(7))), - PREMADE_SY_CRUNCH(new Food(new int[] {2241}, new HealingEffect(7))), - WORM_CRUNCHIES(new Food(new int[] {2205}, new HealingEffect(8))), - PREMADE_WM_CRUNC(new Food(new int[] {2237}, new HealingEffect(8))), - CHOCCHIP_CRUNCHIES(new Food(new int[] {2209}, new HealingEffect(7))), - PREMADE_CH_CRUNCH(new Food(new int[] {2239}, new HealingEffect(7))), - FRUIT_BATTA(new Food(new int[] {2277}, new HealingEffect(11))), - PREMADE_FRT_BATTA(new Food(new int[] {2225}, new HealingEffect(11))), - TOAD_BATTA(new Food(new int[] {2255}, new HealingEffect(11))), - PREMADE_TD_BATTA(new Food(new int[] {2221}, new HealingEffect(11))), - WORM_BATTA(new Food(new int[] {2253}, new HealingEffect(11))), - PREMADE_WM_BATTA(new Food(new int[] {2219}, new HealingEffect(11))), - VEGETABLE_BATTA(new Food(new int[] {2281}, new HealingEffect(11))), - PREMADE_VEG_BATTA(new Food(new int[] {2227}, new HealingEffect(11))), - CHEESE_AND_TOMATOES_BATTA(new Food(new int[] {2259}, new HealingEffect(11))), - PREMADE_CT_BATTA(new Food(new int[] {2223}, new HealingEffect(11))), - WORM_HOLE(new Food(new int[] {2191}, new HealingEffect(12))), - PREMADE_WORM_HOLE(new Food(new int[] {2233}, new HealingEffect(12))), - VEG_BALL(new Food(new int[] {2195}, new HealingEffect(12))), - PREMADE_VEG_BALL(new Food(new int[] {2235}, new HealingEffect(12))), - TANGLED_TOADS_LEGS(new Food(new int[] {2187}, new HealingEffect(15))), - PREMADE_TTL(new Food(new int[] {2231}, new HealingEffect(15))), - CHOCOLATE_BOMB(new Food(new int[] {2195}, new HealingEffect(15))), - PREMADE_CHOC_BOMB(new Food(new int[] {2229}, new HealingEffect(15))), - TOAD_LEGS(new Food(new int[] {2152}, new HealingEffect(3))), - KING_WORM(new Food(new int[] {2162}, new HealingEffect(2))), - - /** Ales */ - ASGOLDIAN_ALE(new FakeConsumable(7508, new String[] {"I don't think I'd like gold in beer thanks. Leave it for the dwarves."})), - ASGARNIAN_ALE(new Drink(new int[] {1905, 1919}, new MultiEffect(new HealingEffect(2), new SkillEffect(Skills.STRENGTH, 2, 0), new SkillEffect(Skills.ATTACK, -4, 0)), "You drink the ale. You feel slightly reinvigorated...", "...and slightly dizzy too.")), - ASGARNIAN_ALE_KEG(new Drink(new int[] {5785, 5783, 5781, 5779, 5769}, new MultiEffect(new SkillEffect(Skills.STRENGTH, 2, 0), new SkillEffect(Skills.ATTACK, -4, 0)), new Animation(2289), "You drink the ale. You feel slightly reinvigorated...", "...and slightly dizzy too.")), - ASGARNIAN_ALE_M(new Drink(new int[] {5739, 1919}, new MultiEffect(new SkillEffect(Skills.STRENGTH, 3, 0), new SkillEffect(Skills.ATTACK, -6, 0)))), - ASGARNIAN_ALE_M_KEG(new Drink(new int[] {5865, 5863, 5861, 5859, 5769}, new MultiEffect(new SkillEffect(Skills.STRENGTH, 3, 0), new SkillEffect(Skills.ATTACK, -6, 0)), new Animation(2289))), - AXEMANS_FOLLY(new Drink(new int[] {5751, 1919}, new MultiEffect(new SkillEffect(Skills.WOODCUTTING, 1, 0), new HealingEffect(1), new SkillEffect(Skills.STRENGTH, -3, 0), new SkillEffect(Skills.ATTACK, -3, 0)))), - AXEMANS_FOLLY_KEG(new Drink(new int[] {5825, 5823, 5821, 5819, 5769}, new MultiEffect(new SkillEffect(Skills.WOODCUTTING, 1, 0), new HealingEffect(1), new SkillEffect(Skills.STRENGTH, -3, 0), new SkillEffect(Skills.ATTACK, -3, 0)), new Animation(2289))), - AXEMANS_FOLLY_M(new Drink(new int[] {5753, 1919}, new MultiEffect(new SkillEffect(Skills.WOODCUTTING, 2, 0), new HealingEffect(2), new SkillEffect(Skills.STRENGTH, -4, 0), new SkillEffect(Skills.ATTACK, -4, 0)))), - AXEMANS_FOLLY_M_KEG(new Drink(new int[] {5905, 5903, 5901, 5899, 5769}, new MultiEffect(new SkillEffect(Skills.WOODCUTTING, 2, 0), new HealingEffect(2), new SkillEffect(Skills.STRENGTH, -4, 0), new SkillEffect(Skills.ATTACK, -4, 0)), new Animation(2289))), - BANDITS_BREW(new Drink(new int[] {4627, 1919}, new MultiEffect(new SkillEffect(Skills.THIEVING, 1, 0), new SkillEffect(Skills.ATTACK, 1, 0), new SkillEffect(Skills.STRENGTH, -1, 0), new SkillEffect(Skills.DEFENCE, -6, 0), new HealingEffect(1)), "You drink the beer. You feel slightly reinvigorated...", "...and slightly dizzy too.")), - BEER(new Drink(new int[] {1917, 1919}, new MultiEffect(new HealingEffect(1), new SkillEffect(Skills.STRENGTH, 0, 0.04), new SkillEffect(Skills.ATTACK, 0, -0.07)), "You drink the beer. You feel slightly reinvigorated...", "...and slightly dizzy too.")), - BEER_TANKARD(new Drink(new int[] {3803, 3805}, new MultiEffect(new SkillEffect(Skills.ATTACK, -9, 0), new SkillEffect(Skills.STRENGTH, 4, 0)), "You quaff the beer. You feel slightly reinvigorated...", "...but very dizzy too.")), - KEG_OF_BEER(new Drink(new int[] {3801}, new KegOfBeerEffect(), new Animation(1330), "You chug the keg. You feel reinvigorated...", "...but extremely drunk too.")), - CHEFS_DELIGHT(new Drink(new int[] {5755, 1919}, new MultiEffect(new SkillEffect(Skills.COOKING, 1, 0.05), new HealingEffect(1), new SkillEffect(Skills.ATTACK, -2, 0), new SkillEffect(Skills.STRENGTH, -2, 0)))), - CHEFS_DELIGHT_KEG(new Drink(new int[] {5833, 5831, 5829, 5827, 5769}, new MultiEffect(new SkillEffect(Skills.COOKING, 1, 0.05), new HealingEffect(1), new SkillEffect(Skills.ATTACK, -2, 0), new SkillEffect(Skills.STRENGTH, -2, 0)), new Animation(2289))), - CHEFS_DELIGHT_M(new Drink(new int[] {5757, 1919}, new MultiEffect(new SkillEffect(Skills.COOKING, 2, 0.05), new HealingEffect(2), new SkillEffect(Skills.ATTACK, -3, 0), new SkillEffect(Skills.STRENGTH, -3, 0)))), - CHEFS_DELIGHT_M_KEG(new Drink(new int[] {5913, 5911, 5909, 5907, 5769}, new MultiEffect(new SkillEffect(Skills.COOKING, 2, 0.05), new HealingEffect(2), new SkillEffect(Skills.ATTACK, -3, 0), new SkillEffect(Skills.STRENGTH, -3, 0)), new Animation(2289))), - CIDER(new Drink(new int[] {5763, 1919}, new MultiEffect(new MultiEffect(new HealingEffect(2), new SkillEffect(Skills.FARMING, 1, 0), new SkillEffect(Skills.ATTACK, -2, 0), new SkillEffect(Skills.STRENGTH, -2, 0))))), - CIDER_KEG(new Drink(new int[] {5849, 5847, 5845, 5843, 5769}, new MultiEffect(new MultiEffect(new HealingEffect(2), new SkillEffect(Skills.FARMING, 1, 0), new SkillEffect(Skills.ATTACK, -2, 0), new SkillEffect(Skills.STRENGTH, -2, 0))), new Animation(2289))), - MATURE_CIDER(new Drink(new int[] {5765, 1919}, new MultiEffect(new MultiEffect(new HealingEffect(2), new SkillEffect(Skills.FARMING, 2, 0), new SkillEffect(Skills.ATTACK, -5, 0), new SkillEffect(Skills.STRENGTH, -5, 0))))), - CIDER_M_KEG(new Drink(new int[] {5929, 5927, 5925, 5923, 5769}, new MultiEffect(new MultiEffect(new HealingEffect(2), new SkillEffect(Skills.FARMING, 2, 0), new SkillEffect(Skills.ATTACK, -5, 0), new SkillEffect(Skills.STRENGTH, -5, 0))), new Animation(2289))), - DRAGON_BITTER(new Drink(new int[] {1911, 1919}, new MultiEffect(new HealingEffect(1), new SkillEffect(Skills.STRENGTH, 2, 0), new SkillEffect(Skills.ATTACK, -4, 0)))), - DRAGON_BITTER_KEG(new Drink(new int[] {5809, 5807, 5805, 5803, 5769}, new MultiEffect(new HealingEffect(1), new SkillEffect(Skills.STRENGTH, 2, 0), new SkillEffect(Skills.ATTACK, -4, 0)), new Animation(2289))), - DRAGON_BITTER_M(new Drink(new int[] {5745, 1919}, new MultiEffect(new HealingEffect(2), new SkillEffect(Skills.STRENGTH, 3, 0), new SkillEffect(Skills.ATTACK, -6, 0)))), - DRAGON_BITTER_M_KEG(new Drink(new int[] {5889, 5887, 5885, 5883, 5769}, new MultiEffect(new HealingEffect(2), new SkillEffect(Skills.STRENGTH, 3, 0), new SkillEffect(Skills.ATTACK, -6, 0)), new Animation(2289))), - DWARVEN_STOUT(new Drink(new int[] {1913, 1919}, new MultiEffect(new SkillEffect(Skills.MINING, 1, 0), new SkillEffect(Skills.SMITHING, 1 ,0), new SkillEffect(Skills.ATTACK, -2, 0), new SkillEffect(Skills.STRENGTH, -2, 0), new SkillEffect(Skills.DEFENCE, -2, 0), new HealingEffect(1)), "You drink the Dwarven Stout. It tastes foul.", "It tastes pretty strong too.")), - DWARVEN_STOUT_KEG(new Drink(new int[] {5777, 5775, 5773, 5771, 5769}, new MultiEffect(new SkillEffect(Skills.MINING, 1, 0), new SkillEffect(Skills.SMITHING, 1 ,0), new SkillEffect(Skills.ATTACK, -2, 0), new SkillEffect(Skills.STRENGTH, -2, 0), new SkillEffect(Skills.DEFENCE, -2, 0), new HealingEffect(1)), new Animation(2289), "You drink the Dwarven Stout. It tastes foul.", "It tastes pretty strong too.")), - DWARVEN_STOUT_M(new Drink(new int[] {5747, 1919}, new MultiEffect(new SkillEffect(Skills.MINING, 2, 0), new SkillEffect(Skills.SMITHING, 2 ,0), new SkillEffect(Skills.ATTACK, -7, 0), new SkillEffect(Skills.STRENGTH, -7, 0), new SkillEffect(Skills.DEFENCE, -7, 0), new HealingEffect(1)))), - DWARVEN_STOUT_M_KEG(new Drink(new int[] {5857, 5855, 5853, 5851, 5769}, new MultiEffect(new SkillEffect(Skills.MINING, 2, 0), new SkillEffect(Skills.SMITHING, 2 ,0), new SkillEffect(Skills.ATTACK, -7, 0), new SkillEffect(Skills.STRENGTH, -7, 0), new SkillEffect(Skills.DEFENCE, -7, 0), new HealingEffect(1)), new Animation(2289))), - GREENMANS_ALE(new Drink(new int[] {1909, 1919}, new MultiEffect(new HealingEffect(1), new SkillEffect(Skills.HERBLORE, 1, 0), new SkillEffect(Skills.ATTACK, -3, 0), new SkillEffect(Skills.STRENGTH, -3, 0), new SkillEffect(Skills.DEFENCE, -3, 0)))), - GREENMANS_ALE_KEG(new Drink(new int[] {5793, 5791, 5789, 5787, 5769}, new MultiEffect(new HealingEffect(1), new SkillEffect(Skills.HERBLORE, 1, 0), new SkillEffect(Skills.ATTACK, -3, 0), new SkillEffect(Skills.STRENGTH, -3, 0), new SkillEffect(Skills.DEFENCE, -3, 0)), new Animation(2289))), - GREENMANS_ALE_M(new Drink(new int[] {5743, 1919}, new MultiEffect(new HealingEffect(1), new SkillEffect(Skills.HERBLORE, 2, 0), new SkillEffect(Skills.ATTACK, -2, 0), new SkillEffect(Skills.STRENGTH, -2, 0)))), - GREENMANS_ALE_M_KEG(new Drink(new int[] {5873, 5871, 5869, 5867, 5769}, new MultiEffect(new HealingEffect(1), new SkillEffect(Skills.HERBLORE, 2, 0), new SkillEffect(Skills.ATTACK, -2, 0), new SkillEffect(Skills.STRENGTH, -2, 0)), new Animation(2289))), - GROG(new Drink(new int[] {1915, 1919}, new MultiEffect(new SkillEffect(Skills.STRENGTH, 3, 0), new SkillEffect(Skills.ATTACK, -6, 0)))), - MOONLIGHT_MEAD(new Drink(new int[] {2955, 1919}, new HealingEffect(4), "It tastes like something just died in your mouth.")), - MOONLIGHT_MEAD_KEG(new Drink(new int[] {5817, 5815, 5813, 5811, 5769}, new HealingEffect(4), new Animation(2289), "It tastes like something just died in your mouth.")), - MOONLIGHT_MEAD_M(new Drink(new int[] {5749, 1919}, new HealingEffect(6))), - MOONLIGHT_MEAD_M_KEG(new Drink(new int[] {5897, 5895, 5893, 5891, 5769}, new HealingEffect(6), new Animation(2289))), - SLAYERS_RESPITE(new Drink(new int[] {5759, 1919}, new MultiEffect(new HealingEffect(1), new SkillEffect(Skills.SLAYER, 2, 0), new SkillEffect(Skills.ATTACK, -2, 0), new SkillEffect(Skills.STRENGTH, -2, 0)))), - SLAYERS_RESPITE_KEG(new Drink(new int[] {5841, 5839, 5837, 5835, 5769}, new MultiEffect(new HealingEffect(1), new SkillEffect(Skills.SLAYER, 2, 0), new SkillEffect(Skills.ATTACK, -2, 0), new SkillEffect(Skills.STRENGTH, -2, 0)), new Animation(2289))), - SLAYERS_RESPITE_M(new Drink(new int[] {5761, 1919}, new MultiEffect(new HealingEffect(1), new SkillEffect(Skills.SLAYER, 4, 0), new SkillEffect(Skills.ATTACK, -2, 0), new SkillEffect(Skills.STRENGTH, -2, 0)))), - SLAYERS_RESPITE_M_KEG(new Drink(new int[] {5841, 5839, 5837, 5835, 5769}, new MultiEffect(new HealingEffect(1), new SkillEffect(Skills.SLAYER, 4, 0), new SkillEffect(Skills.ATTACK, -2, 0), new SkillEffect(Skills.STRENGTH, -2, 0)), new Animation(2289))), - WIZARDS_MIND_BOMB(new Drink(new int[] {1907, 1919}, new WizardsMindBombEffect(), "You drink the Wizard's Mind Bomb.", "You feel very strange.")), - MATURE_WMB(new Drink(new int[] {5741, 1919}, new MatureWmbEffect())), - - /** Cocktails */ - FRUIT_BLAST(new Drink(new int[] {2084, 2026}, new HealingEffect(9))), - PREMADE_FR_BLAST(new Food(new int[] {2034, 2026}, new HealingEffect(9))), - PINEAPPLE_PUNCH(new Drink(new int[] {2048, 2026}, new HealingEffect(9), "You drink the cocktail. It tastes great.")), - PREMADE_P_PUNCH(new Drink(new int[] {2036, 2026}, new HealingEffect(9), "You drink the cocktail. It tastes great.")), - WIZARD_BLIZZARD(new Drink(new int[] {2054, 2026}, new MultiEffect(new HealingEffect(5), new SkillEffect(Skills.STRENGTH, 6, 0), new SkillEffect(Skills.ATTACK, -4, 0)))), - PREMADE_WIZ_BLZD(new Drink(new int[] {2040, 2026}, new MultiEffect(new HealingEffect(5), new SkillEffect(Skills.STRENGTH, 6, 0), new SkillEffect(Skills.ATTACK, -4, 0)))), - SHORT_GREEN_GUY(new Drink(new int[] {2080, 2026}, new MultiEffect(new HealingEffect(5), new SkillEffect(Skills.STRENGTH, 4, 0), new SkillEffect(Skills.ATTACK, -3, 0)))), - PREMADE_SGG(new Drink(new int[] {2038, 2026}, new MultiEffect(new HealingEffect(5), new SkillEffect(Skills.STRENGTH, 4, 0), new SkillEffect(Skills.ATTACK, -3, 0)))), - DRUNK_DRAGON(new Drink(new int[] {2092, 2026}, new MultiEffect(new HealingEffect(5), new SkillEffect(Skills.STRENGTH, 7, 0), new SkillEffect(Skills.ATTACK, -4, 0)))), - PREMADE_DR_DRAGON(new Drink(new int[] {2032, 2026}, new MultiEffect(new HealingEffect(5), new SkillEffect(Skills.STRENGTH, 7, 0), new SkillEffect(Skills.ATTACK, -4, 0)))), - CHOC_SATURDAY(new Drink(new int[] {2074, 2026}, new MultiEffect(new HealingEffect(5), new SkillEffect(Skills.STRENGTH, 7, 0), new SkillEffect(Skills.ATTACK, -4, 0)))), - PREMADE_CHOC_SDY(new Drink(new int[] {2030, 2026}, new MultiEffect(new HealingEffect(5), new SkillEffect(Skills.STRENGTH, 7, 0), new SkillEffect(Skills.ATTACK, -4, 0)))), - BLURBERRY_SPECIAL(new Drink(new int[] {2064, 2026}, new MultiEffect(new HealingEffect(6), new SkillEffect(Skills.STRENGTH, 6, 0), new SkillEffect(Skills.ATTACK, -4, 0)))), - PREMADE_BLURB_SP(new Drink(new int[] {2028, 2026}, new MultiEffect(new HealingEffect(6), new SkillEffect(Skills.STRENGTH, 6, 0), new SkillEffect(Skills.ATTACK, -4, 0)))), - - /** Bottled Drinks */ - KARAMJAN_RUM(new Drink(new int[] {431}, new MultiEffect(new HealingEffect(5), new SkillEffect(Skills.STRENGTH, 5, 0), new SkillEffect(Skills.ATTACK, -4, 0)))), - BRAINDEATH_RUM(new Drink(new int[] {7157}, new MultiEffect(new SkillEffect(Skills.DEFENCE, 0, -0.1), new SkillEffect(Skills.ATTACK, 0, -0.05), new SkillEffect(Skills.PRAYER, 0, -0.05), new SkillEffect(Skills.RANGE, 0, -0.05), new SkillEffect(Skills.MAGIC, 0, -0.05), new SkillEffect(Skills.HERBLORE, 0, -0.05), new SkillEffect(Skills.STRENGTH, 3, 0), new SkillEffect(Skills.MINING, 1, 0)), "With a sense of impending doom you drink the 'rum'. You try very hard not to die.")), - RUM_TROUBLE_BREWING_RED(new Drink(new int[] {8940, 8940}, new TroubleBrewingRumEffect("Oh gods! It tastes like burning!"), new Animation(9605))), - RUM_TROUBLE_BREWING_BLUE(new Drink(new int[] {8941, 8941}, new TroubleBrewingRumEffect("My Liver! My Liver is melting!"), new Animation(9604))), - VODKA(new Drink(new int[] {2015}, new MultiEffect(new SkillEffect(Skills.STRENGTH, 3, 0), new SkillEffect(Skills.ATTACK, -3, 0)))), - GIN(new Drink(new int[] {2019}, new MultiEffect(new SkillEffect(Skills.STRENGTH, 1, 0), new SkillEffect(Skills.ATTACK, 4, 0), new RandomHealthEffect(3, 4)))), - BRANDY(new Drink(new int[] {2021}, new MultiEffect(new HealingEffect(5), new SkillEffect(Skills.ATTACK, 4, 0)))), - WHISKY(new Drink(new int[] {2017}, new MultiEffect(new HealingEffect(5), new SkillEffect(Skills.STRENGTH, 3, 0), new SkillEffect(Skills.ATTACK, -4, 0)))), - BOTTLE_OF_WINE(new Drink(new int[] {2015, 7921}, new MultiEffect(new HealingEffect(14), new SkillEffect(Skills.ATTACK, -3, 0)))), - - /** Wine */ - JUG_OF_WINE(new Drink(new int[] {1993, 1935}, new MultiEffect(new HealingEffect(11), new SkillEffect(Skills.ATTACK, -2, 0)))), - HALF_FULL_WINE_JUG(new Drink(new int[] {1989, 1935}, new HealingEffect(7))), - - /** Tea */ - CUP_OF_TEA(new Drink(new int[] {712, 1980}, new MultiEffect(new HealingEffect(3), new SkillEffect(Skills.ATTACK, 3, 0)), "Aaah, nothing like a nice cuppa tea!")), - CUP_OF_TEA_NETTLE(new Drink(new int[] {4242, 1980}, new EnergyEffect(10))), - CUP_OF_TEA_MILKY_NETTLE(new Drink(new int[] {4243, 1980}, new EnergyEffect(10))), - NETTLE_TEA(new Drink(new int[] {4239, 1980}, new NettleTeaEffect())), - NETTLE_TEA_MILKY(new Drink(new int[] {4240, 1980}, new NettleTeaEffect())), - CUP_OF_TEA_CLAY(new Drink(new int[] {7730, 7728}, new SkillEffect(Skills.CONSTRUCTION, 1, 0), "You feel refreshed and ready for more building.")), - CUP_OF_TEA_CLAY_MILKY(new Drink(new int[] {7731, 7728}, new SkillEffect(Skills.CONSTRUCTION, 1, 0))), - CUP_OF_TEA_WHITE(new Drink(new int[] {7733, 7732}, new SkillEffect(Skills.CONSTRUCTION, 2, 0), "You feel refreshed and ready for more building.")), - CUP_OF_TEA_WHITE_MILKY(new Drink(new int[] {7734, 7732}, new SkillEffect(Skills.CONSTRUCTION, 2, 0))), - CUP_OF_TEA_GOLD(new Drink(new int[] {7736, 7735}, new SkillEffect(Skills.CONSTRUCTION, 3, 0), "You feel refreshed and ready for more building.")), - CUP_OF_TEA_GOLD_MILKY(new Drink(new int[] {7737, 7735}, new SkillEffect(Skills.CONSTRUCTION, 3, 0))), - - /** Miscellaneous */ - CHOCOLATE_BAR(new Food(new int[] {1973}, new HealingEffect(3))), - PURPLE_SWEETS(new Food(new int[] {4561}, new HealingEffect(0))), - PURPLE_SWEETS_STACKABLE(new Food(new int[] {10476, 10476}, new MultiEffect(new EnergyEffect(10), new RandomHealthEffect(1, 3)), "The sugary goodness heals some energy.", "The sugary goodness is yummy.")), - FIELD_RATION(new Food(new int[] {7934}, new HealingEffect(10))), - ROLL(new Food(new int[] {6963}, new HealingEffect(6))), - TCHIKI_MONKEY_NUTS(new Food(new int[] {7573}, new HealingEffect(5), "You eat the Tchiki monkey nuts. They taste nutty.")), - 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))), - EQUA_LEAVES(new Food(new int[]{2128}, new HealingEffect(1))), - CHOC_ICE(new Food(new int[]{6794}, new HealingEffect(6))), - EDIBLE_SEAWEED(new Food(new int[] {403}, new HealingEffect(4))), - - /** Special Events */ - PUMPKIN(new Food(new int[] {1959}, new HealingEffect(14))), - EASTER_EGG(new Food(new int[] {1961}, new HealingEffect(14))), - - /** Potions */ - STRENGTH(new Potion(new int[] {113, 115, 117, 119}, new SkillEffect(Skills.STRENGTH, 3, 0.1))), - ATTACK(new Potion(new int[] {2428, 121, 123, 125}, new SkillEffect(Skills.ATTACK, 3, 0.1))), - DEFENCE(new Potion(new int[] {2432, 133, 135, 137}, new SkillEffect(Skills.DEFENCE, 3, 0.1))), - RANGING(new Potion(new int[] {2444, 169, 171, 173}, new SkillEffect(Skills.RANGE, 3, 0.1))), - MAGIC(new Potion(new int[] {3040, 3042, 3044, 3046}, new SkillEffect(Skills.MAGIC, 3, 0.1))), - SUPER_STRENGTH(new Potion(new int[] {2440, 157, 159, 161}, new SkillEffect(Skills.STRENGTH, 3, 0.2))), - SUPER_ATTACK(new Potion(new int[] {2436, 145, 147, 149}, new SkillEffect(Skills.ATTACK, 3, 0.2))), - SUPER_DEFENCE(new Potion(new int[] {2442, 163, 165, 167}, new SkillEffect(Skills.DEFENCE, 3, 0.2))), - ANTIPOISON(new Potion(new int[] {2446, 175, 177, 179}, new MultiEffect(new SetAttributeEffect("poison:immunity", 143), new RemoveStateEffect(EntityState.POISONED.ordinal())))), - ANTIPOISON_(new Potion(new int[] {5943, 5945, 5947, 5949}, new MultiEffect(new SetAttributeEffect("poison:immunity", 863), new RemoveStateEffect(EntityState.POISONED.ordinal())))), - ANTIPOISON__(new Potion(new int[] {5952, 5954, 5956, 5958}, new MultiEffect(new SetAttributeEffect("poison:immunity", 2000), new RemoveStateEffect(EntityState.POISONED.ordinal())))), - SUPER_ANTIP(new Potion(new int[] {2448, 181, 183, 185}, new MultiEffect(new SetAttributeEffect("poison:immunity", 1000), new RemoveStateEffect(EntityState.POISONED.ordinal())))), - RELICYM(new Potion(new int[] {4842, 4844, 4846, 4848}, new MultiEffect(new SetAttributeEffect("disease:immunity", 300), new RemoveStateEffect("disease")))), - 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(.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)))), - SUMMONING(new Potion(new int[] {12140, 12142, 12144, 12146}, new SkillEffect(Skills.SUMMONING, 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 MultiEffect(new EnergyEffect(10), new HealingEffect(3)))), - 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 MultiEffect(new RestoreEffect(8, 0.25), new PrayerEffect(8, 0.25)))), - ZAMMY_BREW(new Potion(new int[] {2450, 189, 191, 193}, new MultiEffect(new DamageEffect(0.1, true), new SkillEffect(Skills.ATTACK, 0, 0.15), new SkillEffect(Skills.STRENGTH, 0, 0.25), new SkillEffect(Skills.DEFENCE, 0, -0.1), new RandomPrayerEffect(0, 10)))), - ANTIFIRE(new Potion(new int[] {2452, 2454, 2456, 2458}, new SetAttributeEffect("fire:immune", 600, true))), - GUTH_REST(new Potion(new int[] {4417, 4419, 4421, 4423}, new MultiEffect(new RemoveStateEffect(EntityState.POISONED.ordinal()), new EnergyEffect(5), new HealingEffect(5)))), - MAGIC_ESS(new Potion(new int[] {11491, 11489}, new SkillEffect(Skills.MAGIC,3,0))), - SANFEW(new Potion(new int[] {10925, 10927, 10929, 10931}, new MultiEffect(new RestoreEffect(8,0.25), new PrayerEffect(8,0.25), new RemoveStateEffect(EntityState.POISONED.ordinal()), new RemoveStateEffect("disease")))), - SUPER_ENERGY(new Potion(new int[] {3016, 3018, 3020, 3022}, new EnergyEffect(20))), - - /** Barbarian Mixes */ - PRAYERMIX(new BarbarianMix(new int[] {11467, 11465}, new MultiEffect(new PrayerEffect(7, 0.25), new HealingEffect(6)))), - ZAMMY_MIX(new BarbarianMix(new int[] {11523, 11521}, new MultiEffect(new SkillEffect(Skills.HITPOINTS, 0, -0.10), new SkillEffect(Skills.ATTACK, 0, 0.15), new SkillEffect(Skills.STRENGTH, 0, 0.25), new SkillEffect(Skills.DEFENCE, 0, -0.1), new RandomPrayerEffect(0, 10)))), - ATT_MIX(new BarbarianMix(new int[] {11431, 11429}, new MultiEffect(new SkillEffect(Skills.ATTACK, 3, 0.1), new HealingEffect(3)))), - ANTIP_MIX(new BarbarianMix(new int[] {11435, 11433}, new MultiEffect(new RemoveStateEffect(EntityState.POISONED.ordinal()), new SetAttributeEffect("poison:immunity", 143), new HealingEffect(3)))), - RELIC_MIX(new BarbarianMix(new int[] {11439, 11437}, new MultiEffect(new RemoveStateEffect("disease"), new SetAttributeEffect("disease:immunity", 300), new HealingEffect(3)))), - STR_MIX(new BarbarianMix(new int[] {11443, 11441}, new MultiEffect(new SkillEffect(Skills.STRENGTH, 3, 0.1), new HealingEffect(3)))), - RESTO_MIX(new BarbarianMix(new int[] {11449, 11451}, new MultiEffect(new RestoreEffect(10, 0.3), new HealingEffect(3)))), - ENERGY_MIX(new BarbarianMix(new int[] {11453, 11455}, new MultiEffect(new EnergyEffect(10), new HealingEffect(6)))), - DEF_MIX(new BarbarianMix(new int[] {11457, 11459}, new MultiEffect(new SkillEffect(Skills.DEFENCE, 3, 0.1), new HealingEffect(6)))), - AGIL_MIX(new BarbarianMix(new int[] {11461, 11463}, new MultiEffect(new SkillEffect(Skills.AGILITY, 3, 0), new HealingEffect(6)))), - COMBAT_MIX(new BarbarianMix(new int[] {11445, 11447}, new MultiEffect(new SkillEffect(Skills.ATTACK, 3, 0.1), new SkillEffect(Skills.STRENGTH, 3, 0.1), new HealingEffect(6)))), - SUPER_ATT_MIX(new BarbarianMix(new int[] {11469, 11471}, new MultiEffect(new SkillEffect(Skills.ATTACK, 5, 0.15), new HealingEffect(6)))), - FISH_MIX(new BarbarianMix(new int[] {11477, 11479}, new MultiEffect(new SkillEffect(Skills.FISHING, 3, 0), new HealingEffect(6)))), - SUPER_ENERGY_MIX(new BarbarianMix(new int[] {11481, 11483}, new MultiEffect(new EnergyEffect(20), new HealingEffect(6)))), - HUNTING_MIX(new BarbarianMix(new int[] {11517, 11519}, new MultiEffect(new SkillEffect(Skills.HUNTER, 3, 0), new HealingEffect(6)))), - SUPER_STR_MIX(new BarbarianMix(new int[] {11485, 11487}, new MultiEffect(new SkillEffect(Skills.STRENGTH, 5, 0.15), new HealingEffect(6)))); - - public static HashMap consumables = new HashMap<>(); - - private final Consumable consumable; - - Consumables(Consumable consumable) { - this.consumable = consumable; - } - - public Consumable getConsumable() { - return consumable; - } - - public static Consumable getConsumableById(final int itemId) { - return consumables.get(itemId); - } - - public static void add(final Consumable consumable) { - for (int id : consumable.getIds()) { - consumables.putIfAbsent(id, consumable); - } - } - - /* - Static modifier used to populate search engine lists. - */ - static { - for (Consumables consumable : Consumables.values()) { - add(consumable.consumable); - } - } +package core.game.content.consumable; + +import org.rs09.consts.Items; +import core.game.node.entity.player.link.diary.DiaryType; +import core.game.node.entity.state.EntityState; +import core.game.world.update.flag.context.Animation; +import core.game.content.consumable.effects.*; +import core.game.node.entity.skill.Skills; + +import java.util.HashMap; + +/** + * Represents a repository of active consumables in the framework. + */ +public enum Consumables { + + /** Meats */ + COOKED_MEAT(new Food(new int[] {2142}, new HealingEffect(3))), + SHRIMPS(new Food(new int[] {315}, new HealingEffect(3))), + COOKED_CHICKEN(new Food(new int[] {2140}, new HealingEffect(3))), + COOKED_RABBIT(new Food(new int[] {3228}, new HealingEffect(5))), + ANCHOVIES(new Food(new int[] {319}, new HealingEffect(1))), + SARDINE(new Food(new int[] {325}, new HealingEffect(4))), + POISON_KARAMBWAN(new Food(new int[] {3146}, new PoisonKarambwanEffect())), + UGTHANKI_MEAT(new Food(new int[] {1861}, new HealingEffect(3))), + HERRING(new Food(new int[] {347}, new HealingEffect(5))), + MACKEREL(new Food(new int[] {355}, new HealingEffect(6))), + ROAST_BIRD_MEAT(new Food(new int[] {9980}, new HealingEffect(6))), + THIN_SNAIL(new Food(new int[] {3369}, new HealingEffect(5))), + TROUT(new Food(new int[] {333}, new HealingEffect(7))), + SPIDER_ON_STICK(new Food(new int[] {6297, 6305}, new HealingEffect(7))), + SPIDER_ON_SHAFT(new Food(new int[] {6299}, new HealingEffect(7))), + ROAST_RABBIT(new Food(new int[] {7223}, new HealingEffect(7))), + LEAN_SNAIL(new Food(new int[] {3371}, new HealingEffect(8))), + COD(new Food(new int[] {339}, new HealingEffect(7))), + PIKE(new Food(new int[] {351}, new HealingEffect(8))), + ROAST_BEAST_MEAT(new Food(new int[] {9988}, new HealingEffect(8))), + COOKED_CRAB_MEAT(new Food(new int[] {7521, 7523, 7524, 7525, 7526}, new HealingEffect(2))), + FAT_SNAIL(new Food(new int[] {3373}, new HealingEffect(9))), + SALMON(new Food(new int[] {329}, new HealingEffect(9))), + SLIMY_EEL(new Food(new int[] {3381}, new HealingEffect(6))), + TUNA(new Food(new int[] {361}, new HealingEffect(10))), + COOKED_KARAMBWAN(new Food(new int[] {3144}, new HealingEffect(18))), + COOKED_CHOMPY(new Food(new int[] {2878}, new HealingEffect(10))), + RAINBOW_FISH(new Food(new int[] {10136}, new HealingEffect(11))), + CAVE_EEL(new Food(new int[] {5003}, new HealingEffect(7))), + LOBSTER(new Food(new int[] {379}, new HealingEffect(12))), + COOKED_JUBBLY(new Food(new int[] {7568}, new HealingEffect(15))), + BASS(new Food(new int[] {365}, new HealingEffect(13))), + SWORDFISH(new Food(new int[] {373}, new HealingEffect(14))), + LAVA_EEL(new Food(new int[] {2149}, new HealingEffect(14))), + MONKFISH(new Food(new int[] {7946}, new HealingEffect(16))), + SHARK(new Food(new int[] {385}, new HealingEffect(20))), + SEA_TURTLE(new Food(new int[] {397}, new HealingEffect(21))), + MANTA_RAY(new Food(new int[] {391}, new HealingEffect(22))), + KARAMBWANJI(new Food(new int[] {3151}, new HealingEffect(3))), + STUFFED_SNAKE(new Food(new int[] {7579}, new HealingEffect(20), "You eat the stuffed snake-it's quite a meal! It tastes like chicken.")), + + /** Breads */ + BREAD(new Food(new int[] {2309}, new HealingEffect(5))), + BAGUETTE(new Food(new int[] {6961}, new HealingEffect(6))), + + /** Sandwiches */ + TRIANGLE_SANDWICH(new Food(new int[] {6962}, new HealingEffect(6))), + SQUARE_SANDWICH(new Food(new int[] {6965}, new HealingEffect(6))), + SEAWEED_SANDWICH(new FakeConsumable(3168, new String[] {"You really, really do not want to eat that."})), + + /** Kebabs */ + UGTHANKI_KEBAB(new Food(new int[] {1883}, new UgthankiKebabEffect())), + UGTHANKI_KEBAB_SMELLING(new Food(new int[] {1885}, new SmellingUgthankiKebabEffect())), + KEBAB(new Food(new int[] {1971}, new KebabEffect())), + SUPER_KEBAB(new Food(new int[] {4608}, new SuperKebabEffect())), + + /** Pies */ + REDBERRY_PIE(new HalfableFood(new int[] {2325, 2333, 2313}, new HealingEffect(5))), + MEAT_PIE(new HalfableFood(new int[] {2327, 2331, 2313}, new HealingEffect(6))), + APPLE_PIE(new HalfableFood(new int[] {2323, 2335, 2313}, new HealingEffect(7))), + GARDEN_PIE(new HalfableFood(new int[] {7178, 7180, 2313}, new MultiEffect(new HealingEffect(6), new SkillEffect(Skills.FARMING, 3, 0)))), + FISH_PIE(new HalfableFood(new int[] {7188, 7190, 2313}, new MultiEffect(new HealingEffect(6), new SkillEffect(Skills.FISHING, 3, 0)))), + ADMIRAL_PIE(new HalfableFood(new int[] {7198, 7200, 2313}, new MultiEffect(new HealingEffect(8), new SkillEffect(Skills.FISHING, 5, 0)))), + WILD_PIE(new HalfableFood(new int[] {7208, 7210, 2313}, new MultiEffect(new SkillEffect(Skills.SLAYER, 5, 0), new SkillEffect(Skills.RANGE, 4, 0), new HealingEffect(11)))), + SUMMER_PIE(new HalfableFood(new int[] {7218, 7220, 2313}, new MultiEffect(new HealingEffect(11), new SkillEffect(Skills.AGILITY, 5, 0), new EnergyEffect(10)))), + + /** Stews */ + STEW(new Food(new int[] {2003, 1923}, new HealingEffect(11))), + SPICY_STEW(new Food(new int[] {7479, 1923}, new HealingEffect(11))), + CURRY(new Food(new int[] {2011, 1923}, new HealingEffect(19))), + BANANA_STEW(new Food(new int[] {4016}, new HealingEffect(11))), + + /** Pizzas */ + PLAIN_PIZZA(new HalfableFood(new int[] {2289, 2291}, new HealingEffect(7))), + MEAT_PIZZA(new HalfableFood(new int[] {2293, 2295}, new HealingEffect(8))), + ANCHOVY_PIZZA(new HalfableFood(new int[] {2297, 2299}, new HealingEffect(9))), + PINEAPPLE_PIZZA(new HalfableFood(new int[] {2301, 2303}, new HealingEffect(11))), + + /** Cakes */ + CAKE(new Cake(new int[] {1891, 1893, 1895}, new HealingEffect(4), "You eat part of the cake.", "You eat some more cake.", "You eat the slice of cake.")), + CHOCOLATE_CAKE(new Cake(new int[] {1897, 1899, 1901}, new HealingEffect(5), "You eat part of the chocolate cake.", "You eat some more of the chocolate cake.", "You eat the slice of cake.")), + ROCK_CAKE(new Food(new int[] {2379}, new RockCakeEffect(), "The rock cake resists all attempts to eat it.")), + DWARVEN_ROCK_CAKE(new Food(new int[] {7510, 7510}, new DwarvenRockCakeEffect(), "Ow! You nearly broke a tooth!", "The rock cake resists all attempts to eat it.")), + HOT_DWARVEN_ROCK_CAKE(new Food(new int[] {7509, 7509}, new DwarvenRockCakeEffect(), "Ow! You nearly broke a tooth!", "The rock cake resists all attempts to eat it.")), + COOKED_FISHCAKE(new Food(new int[] {7530}, new HealingEffect(11))), + MINT_CAKE(new Food(new int[] {9475}, new EnergyEffect(50))), + + /** Vegetables */ + POTATO(new Food(new int[] {1942}, new HealingEffect(1))), + BAKED_POTATO(new Food(new int[] {6701}, new HealingEffect(2))), + SPICY_SAUCE(new Food(new int[] {7072, 1923}, new HealingEffect(2))), + CHILLI_CON_CARNE(new Food(new int[] {7062, 1923}, new HealingEffect(5))), + SCRAMBLED_EGG(new Food(new int[] {7078, 1923}, new HealingEffect(5))), + 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)))), + 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))), + FRIED_MUSHROOMS(new Food(new int[] {7082, 1923}, new HealingEffect(5))), + POTATO_WITH_CHEESE(new Food(new int[] {6705}, new HealingEffect(16))), + EGG_POTATO(new Food(new int[] {7056}, new HealingEffect(11))), + MUSHROOMS_AND_ONIONS(new Food(new int[] {7066, 1923}, new HealingEffect(11))), + MUSHROOM_POTATO(new Food(new int[] {7058}, new HealingEffect(20))), + TUNA_AND_CORN(new Food(new int[] {7068, 1923}, new HealingEffect(13))), + TUNA_POTATO(new Food(new int[] {7060}, new HealingEffect(22))), + ONION(new Food(new int[] {1957}, new HealingEffect(2), "It's always sad to see a grown man/woman cry.")), + CABBAGE(new Food(new int[] {1965}, new HealingEffect(2), "You eat the cabbage. Yuck!")), + DRAYNOR_CABBAGE(new Food(new int[] {1967}, new DraynorCabbageEffect(), "You eat the cabbage.", "It seems to taste nicer than normal.")), + EVIL_TURNIP(new Food(new int[] {12134, 12136, 12138}, new HealingEffect(6))), + SPINACH_ROLL(new Food(new int[] {1969}, new HealingEffect(2))), + + /** Dairies */ + POT_OF_CREAM(new Food(new int[] {2130}, new HealingEffect(1))), + CHEESE(new Food(new int[] {1985}, new HealingEffect(2))), + CHOCOLATEY_MILK(new Drink(new int[] {1977, 1925}, new HealingEffect(4))), + + /** Fruits */ + BANANA(new Food(new int[] {1963}, new HealingEffect(2))), + SLICED_BANANA(new Food(new int[] {3162}, new HealingEffect(2))), + RED_BANANA(new Food(new int[] {7572}, new HealingEffect(5), "You eat the red banana. It's tastier than your average banana.")), + SLICED_RED_BANANA(new Food(new int[] {7574}, new HealingEffect(5), "You eat the sliced red banana. Yum.")), + ORANGE(new Food(new int[] {2108}, new HealingEffect(2))), + ORANGE_CHUNKS(new Food(new int[] {2110}, new HealingEffect(2))), + ORANGE_SLICES(new Food(new int[] {2112}, new HealingEffect(2))), + PAPAYA_FRUIT(new Food(new int[] {5972}, new HealingEffect(2))), + TENTI_PINEAPPLE(new FakeConsumable(1851, new String[] {"Try using a knife to slice it into pieces."})), + PINEAPPLE(new FakeConsumable(2114, new String[] {"Try using a knife to slice it into pieces."})), + PINEAPPLE_CHUNKS(new Food(new int[] {2116}, new HealingEffect(2))), + PINEAPPLE_RING(new Food(new int[] {2118}, new HealingEffect(2))), + DWELLBERRIES(new Food(new int[] {2126}, new HealingEffect(2))), + JANGERBERRIES(new Food(new int[] {247}, new MultiEffect(new SkillEffect(Skills.ATTACK, 2, 0), new SkillEffect(Skills.STRENGTH, 1, 0), new PrayerEffect(1, 0), new SkillEffect(Skills.DEFENCE, -1, 0)))), + STRAWBERRY(new Food(new int[] {5504}, new MultiEffect(new HealingEffect(1), new PercentageHealthEffect(6)))), + TOMATO(new Food(new int[] {1982}, new HealingEffect(2))), + WATERMELON(new FakeConsumable(5982, new String[] {"Try using a knife to slice it into pieces."})), + WATERMELON_SLICE(new Food(new int[] {5984}, new PercentageHealthEffect(5))), + LEMON(new Food(new int[] {2102}, new HealingEffect(2))), + LEMON_CHUNKS(new Food(new int[] {2104}, new HealingEffect(2))), + LEMON_SLICES(new Food(new int[] {2106}, new HealingEffect(2))), + LIME(new Food(new int[] {2120}, new HealingEffect(2))), + LIME_CHUNKS(new Food(new int[] {2122}, new HealingEffect(2))), + LIME_SLICES(new Food(new int[] {2124}, new HealingEffect(2))), + PEACH(new Food(new int[] {6883}, new HealingEffect(8))), + WHITE_TREE_FRUIT(new Food(new int[] {6469}, new MultiEffect(new RandomEnergyEffect(5, 10), new HealingEffect(3)))), + STRANGE_FRUIT(new Food(new int[] {464}, new MultiEffect(new RemoveStateEffect(EntityState.POISONED.ordinal()), new EnergyEffect(30)))), + + /** Gnome Cooking */ + TOAD_CRUNCHIES(new Food(new int[] {2217}, new HealingEffect(12))), + PREMADE_TD_CRUNCH(new Food(new int[] {2243}, new HealingEffect(12))), + SPICY_CRUNCHIES(new Food(new int[] {2213}, new HealingEffect(7))), + PREMADE_SY_CRUNCH(new Food(new int[] {2241}, new HealingEffect(7))), + WORM_CRUNCHIES(new Food(new int[] {2205}, new HealingEffect(8))), + PREMADE_WM_CRUNC(new Food(new int[] {2237}, new HealingEffect(8))), + CHOCCHIP_CRUNCHIES(new Food(new int[] {2209}, new HealingEffect(7))), + PREMADE_CH_CRUNCH(new Food(new int[] {2239}, new HealingEffect(7))), + FRUIT_BATTA(new Food(new int[] {2277}, new HealingEffect(11))), + PREMADE_FRT_BATTA(new Food(new int[] {2225}, new HealingEffect(11))), + TOAD_BATTA(new Food(new int[] {2255}, new HealingEffect(11))), + PREMADE_TD_BATTA(new Food(new int[] {2221}, new HealingEffect(11))), + WORM_BATTA(new Food(new int[] {2253}, new HealingEffect(11))), + PREMADE_WM_BATTA(new Food(new int[] {2219}, new HealingEffect(11))), + VEGETABLE_BATTA(new Food(new int[] {2281}, new HealingEffect(11))), + PREMADE_VEG_BATTA(new Food(new int[] {2227}, new HealingEffect(11))), + CHEESE_AND_TOMATOES_BATTA(new Food(new int[] {2259}, new HealingEffect(11))), + PREMADE_CT_BATTA(new Food(new int[] {2223}, new HealingEffect(11))), + WORM_HOLE(new Food(new int[] {2191}, new HealingEffect(12))), + PREMADE_WORM_HOLE(new Food(new int[] {2233}, new HealingEffect(12))), + VEG_BALL(new Food(new int[] {2195}, new HealingEffect(12))), + PREMADE_VEG_BALL(new Food(new int[] {2235}, new HealingEffect(12))), + TANGLED_TOADS_LEGS(new Food(new int[] {2187}, new HealingEffect(15))), + PREMADE_TTL(new Food(new int[] {2231}, new HealingEffect(15))), + CHOCOLATE_BOMB(new Food(new int[] {2195}, new HealingEffect(15))), + PREMADE_CHOC_BOMB(new Food(new int[] {2229}, new HealingEffect(15))), + TOAD_LEGS(new Food(new int[] {2152}, new HealingEffect(3))), + KING_WORM(new Food(new int[] {2162}, new HealingEffect(2))), + + /** Ales */ + ASGOLDIAN_ALE(new FakeConsumable(7508, new String[] {"I don't think I'd like gold in beer thanks. Leave it for the dwarves."})), + ASGARNIAN_ALE(new Drink(new int[] {1905, 1919}, new MultiEffect(new HealingEffect(2), new SkillEffect(Skills.STRENGTH, 2, 0), new SkillEffect(Skills.ATTACK, -4, 0)), "You drink the ale. You feel slightly reinvigorated...", "...and slightly dizzy too.")), + ASGARNIAN_ALE_KEG(new Drink(new int[] {5785, 5783, 5781, 5779, 5769}, new MultiEffect(new SkillEffect(Skills.STRENGTH, 2, 0), new SkillEffect(Skills.ATTACK, -4, 0)), new Animation(2289), "You drink the ale. You feel slightly reinvigorated...", "...and slightly dizzy too.")), + ASGARNIAN_ALE_M(new Drink(new int[] {5739, 1919}, new MultiEffect(new SkillEffect(Skills.STRENGTH, 3, 0), new SkillEffect(Skills.ATTACK, -6, 0)))), + ASGARNIAN_ALE_M_KEG(new Drink(new int[] {5865, 5863, 5861, 5859, 5769}, new MultiEffect(new SkillEffect(Skills.STRENGTH, 3, 0), new SkillEffect(Skills.ATTACK, -6, 0)), new Animation(2289))), + AXEMANS_FOLLY(new Drink(new int[] {5751, 1919}, new MultiEffect(new SkillEffect(Skills.WOODCUTTING, 1, 0), new HealingEffect(1), new SkillEffect(Skills.STRENGTH, -3, 0), new SkillEffect(Skills.ATTACK, -3, 0)))), + AXEMANS_FOLLY_KEG(new Drink(new int[] {5825, 5823, 5821, 5819, 5769}, new MultiEffect(new SkillEffect(Skills.WOODCUTTING, 1, 0), new HealingEffect(1), new SkillEffect(Skills.STRENGTH, -3, 0), new SkillEffect(Skills.ATTACK, -3, 0)), new Animation(2289))), + AXEMANS_FOLLY_M(new Drink(new int[] {5753, 1919}, new MultiEffect(new SkillEffect(Skills.WOODCUTTING, 2, 0), new HealingEffect(2), new SkillEffect(Skills.STRENGTH, -4, 0), new SkillEffect(Skills.ATTACK, -4, 0)))), + AXEMANS_FOLLY_M_KEG(new Drink(new int[] {5905, 5903, 5901, 5899, 5769}, new MultiEffect(new SkillEffect(Skills.WOODCUTTING, 2, 0), new HealingEffect(2), new SkillEffect(Skills.STRENGTH, -4, 0), new SkillEffect(Skills.ATTACK, -4, 0)), new Animation(2289))), + BANDITS_BREW(new Drink(new int[] {4627, 1919}, new MultiEffect(new SkillEffect(Skills.THIEVING, 1, 0), new SkillEffect(Skills.ATTACK, 1, 0), new SkillEffect(Skills.STRENGTH, -1, 0), new SkillEffect(Skills.DEFENCE, -6, 0), new HealingEffect(1)), "You drink the beer. You feel slightly reinvigorated...", "...and slightly dizzy too.")), + BEER(new Drink(new int[] {1917, 1919}, new MultiEffect(new HealingEffect(1), new SkillEffect(Skills.STRENGTH, 0, 0.04), new SkillEffect(Skills.ATTACK, 0, -0.07)), "You drink the beer. You feel slightly reinvigorated...", "...and slightly dizzy too.")), + BEER_TANKARD(new Drink(new int[] {3803, 3805}, new MultiEffect(new SkillEffect(Skills.ATTACK, -9, 0), new SkillEffect(Skills.STRENGTH, 4, 0)), "You quaff the beer. You feel slightly reinvigorated...", "...but very dizzy too.")), + KEG_OF_BEER(new Drink(new int[] {3801}, new KegOfBeerEffect(), new Animation(1330), "You chug the keg. You feel reinvigorated...", "...but extremely drunk too.")), + CHEFS_DELIGHT(new Drink(new int[] {5755, 1919}, new MultiEffect(new SkillEffect(Skills.COOKING, 1, 0.05), new HealingEffect(1), new SkillEffect(Skills.ATTACK, -2, 0), new SkillEffect(Skills.STRENGTH, -2, 0)))), + CHEFS_DELIGHT_KEG(new Drink(new int[] {5833, 5831, 5829, 5827, 5769}, new MultiEffect(new SkillEffect(Skills.COOKING, 1, 0.05), new HealingEffect(1), new SkillEffect(Skills.ATTACK, -2, 0), new SkillEffect(Skills.STRENGTH, -2, 0)), new Animation(2289))), + CHEFS_DELIGHT_M(new Drink(new int[] {5757, 1919}, new MultiEffect(new SkillEffect(Skills.COOKING, 2, 0.05), new HealingEffect(2), new SkillEffect(Skills.ATTACK, -3, 0), new SkillEffect(Skills.STRENGTH, -3, 0)))), + CHEFS_DELIGHT_M_KEG(new Drink(new int[] {5913, 5911, 5909, 5907, 5769}, new MultiEffect(new SkillEffect(Skills.COOKING, 2, 0.05), new HealingEffect(2), new SkillEffect(Skills.ATTACK, -3, 0), new SkillEffect(Skills.STRENGTH, -3, 0)), new Animation(2289))), + CIDER(new Drink(new int[] {5763, 1919}, new MultiEffect(new MultiEffect(new HealingEffect(2), new SkillEffect(Skills.FARMING, 1, 0), new SkillEffect(Skills.ATTACK, -2, 0), new SkillEffect(Skills.STRENGTH, -2, 0))))), + CIDER_KEG(new Drink(new int[] {5849, 5847, 5845, 5843, 5769}, new MultiEffect(new MultiEffect(new HealingEffect(2), new SkillEffect(Skills.FARMING, 1, 0), new SkillEffect(Skills.ATTACK, -2, 0), new SkillEffect(Skills.STRENGTH, -2, 0))), new Animation(2289))), + MATURE_CIDER(new Drink(new int[] {5765, 1919}, new MultiEffect(new MultiEffect(new HealingEffect(2), new SkillEffect(Skills.FARMING, 2, 0), new SkillEffect(Skills.ATTACK, -5, 0), new SkillEffect(Skills.STRENGTH, -5, 0))))), + CIDER_M_KEG(new Drink(new int[] {5929, 5927, 5925, 5923, 5769}, new MultiEffect(new MultiEffect(new HealingEffect(2), new SkillEffect(Skills.FARMING, 2, 0), new SkillEffect(Skills.ATTACK, -5, 0), new SkillEffect(Skills.STRENGTH, -5, 0))), new Animation(2289))), + DRAGON_BITTER(new Drink(new int[] {1911, 1919}, new MultiEffect(new HealingEffect(1), new SkillEffect(Skills.STRENGTH, 2, 0), new SkillEffect(Skills.ATTACK, -4, 0)))), + DRAGON_BITTER_KEG(new Drink(new int[] {5809, 5807, 5805, 5803, 5769}, new MultiEffect(new HealingEffect(1), new SkillEffect(Skills.STRENGTH, 2, 0), new SkillEffect(Skills.ATTACK, -4, 0)), new Animation(2289))), + DRAGON_BITTER_M(new Drink(new int[] {5745, 1919}, new MultiEffect(new HealingEffect(2), new SkillEffect(Skills.STRENGTH, 3, 0), new SkillEffect(Skills.ATTACK, -6, 0)))), + DRAGON_BITTER_M_KEG(new Drink(new int[] {5889, 5887, 5885, 5883, 5769}, new MultiEffect(new HealingEffect(2), new SkillEffect(Skills.STRENGTH, 3, 0), new SkillEffect(Skills.ATTACK, -6, 0)), new Animation(2289))), + DWARVEN_STOUT(new Drink(new int[] {1913, 1919}, new MultiEffect(new SkillEffect(Skills.MINING, 1, 0), new SkillEffect(Skills.SMITHING, 1 ,0), new SkillEffect(Skills.ATTACK, -2, 0), new SkillEffect(Skills.STRENGTH, -2, 0), new SkillEffect(Skills.DEFENCE, -2, 0), new HealingEffect(1)), "You drink the Dwarven Stout. It tastes foul.", "It tastes pretty strong too.")), + DWARVEN_STOUT_KEG(new Drink(new int[] {5777, 5775, 5773, 5771, 5769}, new MultiEffect(new SkillEffect(Skills.MINING, 1, 0), new SkillEffect(Skills.SMITHING, 1 ,0), new SkillEffect(Skills.ATTACK, -2, 0), new SkillEffect(Skills.STRENGTH, -2, 0), new SkillEffect(Skills.DEFENCE, -2, 0), new HealingEffect(1)), new Animation(2289), "You drink the Dwarven Stout. It tastes foul.", "It tastes pretty strong too.")), + DWARVEN_STOUT_M(new Drink(new int[] {5747, 1919}, new MultiEffect(new SkillEffect(Skills.MINING, 2, 0), new SkillEffect(Skills.SMITHING, 2 ,0), new SkillEffect(Skills.ATTACK, -7, 0), new SkillEffect(Skills.STRENGTH, -7, 0), new SkillEffect(Skills.DEFENCE, -7, 0), new HealingEffect(1)))), + DWARVEN_STOUT_M_KEG(new Drink(new int[] {5857, 5855, 5853, 5851, 5769}, new MultiEffect(new SkillEffect(Skills.MINING, 2, 0), new SkillEffect(Skills.SMITHING, 2 ,0), new SkillEffect(Skills.ATTACK, -7, 0), new SkillEffect(Skills.STRENGTH, -7, 0), new SkillEffect(Skills.DEFENCE, -7, 0), new HealingEffect(1)), new Animation(2289))), + GREENMANS_ALE(new Drink(new int[] {1909, 1919}, new MultiEffect(new HealingEffect(1), new SkillEffect(Skills.HERBLORE, 1, 0), new SkillEffect(Skills.ATTACK, -3, 0), new SkillEffect(Skills.STRENGTH, -3, 0), new SkillEffect(Skills.DEFENCE, -3, 0)))), + GREENMANS_ALE_KEG(new Drink(new int[] {5793, 5791, 5789, 5787, 5769}, new MultiEffect(new HealingEffect(1), new SkillEffect(Skills.HERBLORE, 1, 0), new SkillEffect(Skills.ATTACK, -3, 0), new SkillEffect(Skills.STRENGTH, -3, 0), new SkillEffect(Skills.DEFENCE, -3, 0)), new Animation(2289))), + GREENMANS_ALE_M(new Drink(new int[] {5743, 1919}, new MultiEffect(new HealingEffect(1), new SkillEffect(Skills.HERBLORE, 2, 0), new SkillEffect(Skills.ATTACK, -2, 0), new SkillEffect(Skills.STRENGTH, -2, 0)))), + GREENMANS_ALE_M_KEG(new Drink(new int[] {5873, 5871, 5869, 5867, 5769}, new MultiEffect(new HealingEffect(1), new SkillEffect(Skills.HERBLORE, 2, 0), new SkillEffect(Skills.ATTACK, -2, 0), new SkillEffect(Skills.STRENGTH, -2, 0)), new Animation(2289))), + GROG(new Drink(new int[] {1915, 1919}, new MultiEffect(new SkillEffect(Skills.STRENGTH, 3, 0), new SkillEffect(Skills.ATTACK, -6, 0)))), + MOONLIGHT_MEAD(new Drink(new int[] {2955, 1919}, new HealingEffect(4), "It tastes like something just died in your mouth.")), + MOONLIGHT_MEAD_KEG(new Drink(new int[] {5817, 5815, 5813, 5811, 5769}, new HealingEffect(4), new Animation(2289), "It tastes like something just died in your mouth.")), + MOONLIGHT_MEAD_M(new Drink(new int[] {5749, 1919}, new HealingEffect(6))), + MOONLIGHT_MEAD_M_KEG(new Drink(new int[] {5897, 5895, 5893, 5891, 5769}, new HealingEffect(6), new Animation(2289))), + SLAYERS_RESPITE(new Drink(new int[] {5759, 1919}, new MultiEffect(new HealingEffect(1), new SkillEffect(Skills.SLAYER, 2, 0), new SkillEffect(Skills.ATTACK, -2, 0), new SkillEffect(Skills.STRENGTH, -2, 0)))), + SLAYERS_RESPITE_KEG(new Drink(new int[] {5841, 5839, 5837, 5835, 5769}, new MultiEffect(new HealingEffect(1), new SkillEffect(Skills.SLAYER, 2, 0), new SkillEffect(Skills.ATTACK, -2, 0), new SkillEffect(Skills.STRENGTH, -2, 0)), new Animation(2289))), + SLAYERS_RESPITE_M(new Drink(new int[] {5761, 1919}, new MultiEffect(new HealingEffect(1), new SkillEffect(Skills.SLAYER, 4, 0), new SkillEffect(Skills.ATTACK, -2, 0), new SkillEffect(Skills.STRENGTH, -2, 0)))), + SLAYERS_RESPITE_M_KEG(new Drink(new int[] {5841, 5839, 5837, 5835, 5769}, new MultiEffect(new HealingEffect(1), new SkillEffect(Skills.SLAYER, 4, 0), new SkillEffect(Skills.ATTACK, -2, 0), new SkillEffect(Skills.STRENGTH, -2, 0)), new Animation(2289))), + WIZARDS_MIND_BOMB(new Drink(new int[] {1907, 1919}, new WizardsMindBombEffect(), "You drink the Wizard's Mind Bomb.", "You feel very strange.")), + MATURE_WMB(new Drink(new int[] {5741, 1919}, new MatureWmbEffect())), + + /** Cocktails */ + FRUIT_BLAST(new Drink(new int[] {2084, 2026}, new HealingEffect(9))), + PREMADE_FR_BLAST(new Food(new int[] {2034, 2026}, new HealingEffect(9))), + PINEAPPLE_PUNCH(new Drink(new int[] {2048, 2026}, new HealingEffect(9), "You drink the cocktail. It tastes great.")), + PREMADE_P_PUNCH(new Drink(new int[] {2036, 2026}, new HealingEffect(9), "You drink the cocktail. It tastes great.")), + WIZARD_BLIZZARD(new Drink(new int[] {2054, 2026}, new MultiEffect(new HealingEffect(5), new SkillEffect(Skills.STRENGTH, 6, 0), new SkillEffect(Skills.ATTACK, -4, 0)))), + PREMADE_WIZ_BLZD(new Drink(new int[] {2040, 2026}, new MultiEffect(new HealingEffect(5), new SkillEffect(Skills.STRENGTH, 6, 0), new SkillEffect(Skills.ATTACK, -4, 0)))), + SHORT_GREEN_GUY(new Drink(new int[] {2080, 2026}, new MultiEffect(new HealingEffect(5), new SkillEffect(Skills.STRENGTH, 4, 0), new SkillEffect(Skills.ATTACK, -3, 0)))), + PREMADE_SGG(new Drink(new int[] {2038, 2026}, new MultiEffect(new HealingEffect(5), new SkillEffect(Skills.STRENGTH, 4, 0), new SkillEffect(Skills.ATTACK, -3, 0)))), + DRUNK_DRAGON(new Drink(new int[] {2092, 2026}, new MultiEffect(new HealingEffect(5), new SkillEffect(Skills.STRENGTH, 7, 0), new SkillEffect(Skills.ATTACK, -4, 0)))), + PREMADE_DR_DRAGON(new Drink(new int[] {2032, 2026}, new MultiEffect(new HealingEffect(5), new SkillEffect(Skills.STRENGTH, 7, 0), new SkillEffect(Skills.ATTACK, -4, 0)))), + CHOC_SATURDAY(new Drink(new int[] {2074, 2026}, new MultiEffect(new HealingEffect(5), new SkillEffect(Skills.STRENGTH, 7, 0), new SkillEffect(Skills.ATTACK, -4, 0)))), + PREMADE_CHOC_SDY(new Drink(new int[] {2030, 2026}, new MultiEffect(new HealingEffect(5), new SkillEffect(Skills.STRENGTH, 7, 0), new SkillEffect(Skills.ATTACK, -4, 0)))), + BLURBERRY_SPECIAL(new Drink(new int[] {2064, 2026}, new MultiEffect(new HealingEffect(6), new SkillEffect(Skills.STRENGTH, 6, 0), new SkillEffect(Skills.ATTACK, -4, 0)))), + PREMADE_BLURB_SP(new Drink(new int[] {2028, 2026}, new MultiEffect(new HealingEffect(6), new SkillEffect(Skills.STRENGTH, 6, 0), new SkillEffect(Skills.ATTACK, -4, 0)))), + + /** Bottled Drinks */ + KARAMJAN_RUM(new Drink(new int[] {431}, new MultiEffect(new HealingEffect(5), new SkillEffect(Skills.STRENGTH, 5, 0), new SkillEffect(Skills.ATTACK, -4, 0)))), + BRAINDEATH_RUM(new Drink(new int[] {7157}, new MultiEffect(new SkillEffect(Skills.DEFENCE, 0, -0.1), new SkillEffect(Skills.ATTACK, 0, -0.05), new SkillEffect(Skills.PRAYER, 0, -0.05), new SkillEffect(Skills.RANGE, 0, -0.05), new SkillEffect(Skills.MAGIC, 0, -0.05), new SkillEffect(Skills.HERBLORE, 0, -0.05), new SkillEffect(Skills.STRENGTH, 3, 0), new SkillEffect(Skills.MINING, 1, 0)), "With a sense of impending doom you drink the 'rum'. You try very hard not to die.")), + RUM_TROUBLE_BREWING_RED(new Drink(new int[] {8940, 8940}, new TroubleBrewingRumEffect("Oh gods! It tastes like burning!"), new Animation(9605))), + RUM_TROUBLE_BREWING_BLUE(new Drink(new int[] {8941, 8941}, new TroubleBrewingRumEffect("My Liver! My Liver is melting!"), new Animation(9604))), + VODKA(new Drink(new int[] {2015}, new MultiEffect(new SkillEffect(Skills.STRENGTH, 3, 0), new SkillEffect(Skills.ATTACK, -3, 0)))), + GIN(new Drink(new int[] {2019}, new MultiEffect(new SkillEffect(Skills.STRENGTH, 1, 0), new SkillEffect(Skills.ATTACK, 4, 0), new RandomHealthEffect(3, 4)))), + BRANDY(new Drink(new int[] {2021}, new MultiEffect(new HealingEffect(5), new SkillEffect(Skills.ATTACK, 4, 0)))), + WHISKY(new Drink(new int[] {2017}, new MultiEffect(new HealingEffect(5), new SkillEffect(Skills.STRENGTH, 3, 0), new SkillEffect(Skills.ATTACK, -4, 0)))), + BOTTLE_OF_WINE(new Drink(new int[] {2015, 7921}, new MultiEffect(new HealingEffect(14), new SkillEffect(Skills.ATTACK, -3, 0)))), + + /** Wine */ + JUG_OF_WINE(new Drink(new int[] {1993, 1935}, new MultiEffect(new HealingEffect(11), new SkillEffect(Skills.ATTACK, -2, 0)))), + HALF_FULL_WINE_JUG(new Drink(new int[] {1989, 1935}, new HealingEffect(7))), + + /** Tea */ + CUP_OF_TEA(new Drink(new int[] {712, 1980}, new MultiEffect(new HealingEffect(3), new SkillEffect(Skills.ATTACK, 3, 0)), "Aaah, nothing like a nice cuppa tea!")), + CUP_OF_TEA_NETTLE(new Drink(new int[] {4242, 1980}, new EnergyEffect(10))), + CUP_OF_TEA_MILKY_NETTLE(new Drink(new int[] {4243, 1980}, new EnergyEffect(10))), + NETTLE_TEA(new Drink(new int[] {4239, 1980}, new NettleTeaEffect())), + NETTLE_TEA_MILKY(new Drink(new int[] {4240, 1980}, new NettleTeaEffect())), + CUP_OF_TEA_CLAY(new Drink(new int[] {7730, 7728}, new SkillEffect(Skills.CONSTRUCTION, 1, 0), "You feel refreshed and ready for more building.")), + CUP_OF_TEA_CLAY_MILKY(new Drink(new int[] {7731, 7728}, new SkillEffect(Skills.CONSTRUCTION, 1, 0))), + CUP_OF_TEA_WHITE(new Drink(new int[] {7733, 7732}, new SkillEffect(Skills.CONSTRUCTION, 2, 0), "You feel refreshed and ready for more building.")), + CUP_OF_TEA_WHITE_MILKY(new Drink(new int[] {7734, 7732}, new SkillEffect(Skills.CONSTRUCTION, 2, 0))), + CUP_OF_TEA_GOLD(new Drink(new int[] {7736, 7735}, new SkillEffect(Skills.CONSTRUCTION, 3, 0), "You feel refreshed and ready for more building.")), + CUP_OF_TEA_GOLD_MILKY(new Drink(new int[] {7737, 7735}, new SkillEffect(Skills.CONSTRUCTION, 3, 0))), + + /** Miscellaneous */ + CHOCOLATE_BAR(new Food(new int[] {1973}, new HealingEffect(3))), + PURPLE_SWEETS(new Food(new int[] {4561}, new HealingEffect(0))), + PURPLE_SWEETS_STACKABLE(new Food(new int[] {10476, 10476}, new MultiEffect(new EnergyEffect(10), new RandomHealthEffect(1, 3)), "The sugary goodness heals some energy.", "The sugary goodness is yummy.")), + FIELD_RATION(new Food(new int[] {7934}, new HealingEffect(10))), + ROLL(new Food(new int[] {6963}, new HealingEffect(6))), + TCHIKI_MONKEY_NUTS(new Food(new int[] {7573}, new HealingEffect(5), "You eat the Tchiki monkey nuts. They taste nutty.")), + 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))), + EQUA_LEAVES(new Food(new int[]{2128}, new HealingEffect(1))), + CHOC_ICE(new Food(new int[]{6794}, new HealingEffect(6))), + EDIBLE_SEAWEED(new Food(new int[] {403}, new HealingEffect(4))), + + /** Special Events */ + PUMPKIN(new Food(new int[] {1959}, new HealingEffect(14))), + EASTER_EGG(new Food(new int[] {1961}, new HealingEffect(14))), + + /** Potions */ + STRENGTH(new Potion(new int[] {113, 115, 117, 119}, new SkillEffect(Skills.STRENGTH, 3, 0.1))), + ATTACK(new Potion(new int[] {2428, 121, 123, 125}, new SkillEffect(Skills.ATTACK, 3, 0.1))), + DEFENCE(new Potion(new int[] {2432, 133, 135, 137}, new SkillEffect(Skills.DEFENCE, 3, 0.1))), + RANGING(new Potion(new int[] {2444, 169, 171, 173}, new SkillEffect(Skills.RANGE, 3, 0.1))), + MAGIC(new Potion(new int[] {3040, 3042, 3044, 3046}, new SkillEffect(Skills.MAGIC, 3, 0.1))), + SUPER_STRENGTH(new Potion(new int[] {2440, 157, 159, 161}, new SkillEffect(Skills.STRENGTH, 3, 0.2))), + SUPER_ATTACK(new Potion(new int[] {2436, 145, 147, 149}, new SkillEffect(Skills.ATTACK, 3, 0.2))), + SUPER_DEFENCE(new Potion(new int[] {2442, 163, 165, 167}, new SkillEffect(Skills.DEFENCE, 3, 0.2))), + ANTIPOISON(new Potion(new int[] {2446, 175, 177, 179}, new MultiEffect(new SetAttributeEffect("poison:immunity", 143), new RemoveStateEffect(EntityState.POISONED.ordinal())))), + ANTIPOISON_(new Potion(new int[] {5943, 5945, 5947, 5949}, new MultiEffect(new SetAttributeEffect("poison:immunity", 863), new RemoveStateEffect(EntityState.POISONED.ordinal())))), + ANTIPOISON__(new Potion(new int[] {5952, 5954, 5956, 5958}, new MultiEffect(new SetAttributeEffect("poison:immunity", 2000), new RemoveStateEffect(EntityState.POISONED.ordinal())))), + SUPER_ANTIP(new Potion(new int[] {2448, 181, 183, 185}, new MultiEffect(new SetAttributeEffect("poison:immunity", 1000), new RemoveStateEffect(EntityState.POISONED.ordinal())))), + RELICYM(new Potion(new int[] {4842, 4844, 4846, 4848}, new MultiEffect(new SetAttributeEffect("disease:immunity", 300), new RemoveStateEffect("disease")))), + 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(.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)))), + SUMMONING(new Potion(new int[] {12140, 12142, 12144, 12146}, new SkillEffect(Skills.SUMMONING, 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 MultiEffect(new EnergyEffect(10), new HealingEffect(3)))), + 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 MultiEffect(new RestoreEffect(8, 0.25), new PrayerEffect(8, 0.25)))), + ZAMMY_BREW(new Potion(new int[] {2450, 189, 191, 193}, new MultiEffect(new DamageEffect(0.1, true), new SkillEffect(Skills.ATTACK, 0, 0.15), new SkillEffect(Skills.STRENGTH, 0, 0.25), new SkillEffect(Skills.DEFENCE, 0, -0.1), new RandomPrayerEffect(0, 10)))), + ANTIFIRE(new Potion(new int[] {2452, 2454, 2456, 2458}, new SetAttributeEffect("fire:immune", 600, true))), + GUTH_REST(new Potion(new int[] {4417, 4419, 4421, 4423}, new MultiEffect(new RemoveStateEffect(EntityState.POISONED.ordinal()), new EnergyEffect(5), new HealingEffect(5)))), + MAGIC_ESS(new Potion(new int[] {11491, 11489}, new SkillEffect(Skills.MAGIC,3,0))), + SANFEW(new Potion(new int[] {10925, 10927, 10929, 10931}, new MultiEffect(new RestoreEffect(8,0.25), new PrayerEffect(8,0.25), new RemoveStateEffect(EntityState.POISONED.ordinal()), new RemoveStateEffect("disease")))), + SUPER_ENERGY(new Potion(new int[] {3016, 3018, 3020, 3022}, new EnergyEffect(20))), + + /** Barbarian Mixes */ + PRAYERMIX(new BarbarianMix(new int[] {11467, 11465}, new MultiEffect(new PrayerEffect(7, 0.25), new HealingEffect(6)))), + ZAMMY_MIX(new BarbarianMix(new int[] {11523, 11521}, new MultiEffect(new SkillEffect(Skills.HITPOINTS, 0, -0.10), new SkillEffect(Skills.ATTACK, 0, 0.15), new SkillEffect(Skills.STRENGTH, 0, 0.25), new SkillEffect(Skills.DEFENCE, 0, -0.1), new RandomPrayerEffect(0, 10)))), + ATT_MIX(new BarbarianMix(new int[] {11431, 11429}, new MultiEffect(new SkillEffect(Skills.ATTACK, 3, 0.1), new HealingEffect(3)))), + ANTIP_MIX(new BarbarianMix(new int[] {11435, 11433}, new MultiEffect(new RemoveStateEffect(EntityState.POISONED.ordinal()), new SetAttributeEffect("poison:immunity", 143), new HealingEffect(3)))), + RELIC_MIX(new BarbarianMix(new int[] {11439, 11437}, new MultiEffect(new RemoveStateEffect("disease"), new SetAttributeEffect("disease:immunity", 300), new HealingEffect(3)))), + STR_MIX(new BarbarianMix(new int[] {11443, 11441}, new MultiEffect(new SkillEffect(Skills.STRENGTH, 3, 0.1), new HealingEffect(3)))), + RESTO_MIX(new BarbarianMix(new int[] {11449, 11451}, new MultiEffect(new RestoreEffect(10, 0.3), new HealingEffect(3)))), + ENERGY_MIX(new BarbarianMix(new int[] {11453, 11455}, new MultiEffect(new EnergyEffect(10), new HealingEffect(6)))), + DEF_MIX(new BarbarianMix(new int[] {11457, 11459}, new MultiEffect(new SkillEffect(Skills.DEFENCE, 3, 0.1), new HealingEffect(6)))), + AGIL_MIX(new BarbarianMix(new int[] {11461, 11463}, new MultiEffect(new SkillEffect(Skills.AGILITY, 3, 0), new HealingEffect(6)))), + COMBAT_MIX(new BarbarianMix(new int[] {11445, 11447}, new MultiEffect(new SkillEffect(Skills.ATTACK, 3, 0.1), new SkillEffect(Skills.STRENGTH, 3, 0.1), new HealingEffect(6)))), + SUPER_ATT_MIX(new BarbarianMix(new int[] {11469, 11471}, new MultiEffect(new SkillEffect(Skills.ATTACK, 5, 0.15), new HealingEffect(6)))), + FISH_MIX(new BarbarianMix(new int[] {11477, 11479}, new MultiEffect(new SkillEffect(Skills.FISHING, 3, 0), new HealingEffect(6)))), + SUPER_ENERGY_MIX(new BarbarianMix(new int[] {11481, 11483}, new MultiEffect(new EnergyEffect(20), new HealingEffect(6)))), + HUNTING_MIX(new BarbarianMix(new int[] {11517, 11519}, new MultiEffect(new SkillEffect(Skills.HUNTER, 3, 0), new HealingEffect(6)))), + SUPER_STR_MIX(new BarbarianMix(new int[] {11485, 11487}, new MultiEffect(new SkillEffect(Skills.STRENGTH, 5, 0.15), new HealingEffect(6)))); + + public static HashMap consumables = new HashMap<>(); + + private final Consumable consumable; + + Consumables(Consumable consumable) { + this.consumable = consumable; + } + + public Consumable getConsumable() { + return consumable; + } + + public static Consumable getConsumableById(final int itemId) { + return consumables.get(itemId); + } + + public static void add(final Consumable consumable) { + for (int id : consumable.getIds()) { + consumables.putIfAbsent(id, consumable); + } + } + + /* + Static modifier used to populate search engine lists. + */ + static { + for (Consumables consumable : Consumables.values()) { + add(consumable.consumable); + } + } } \ No newline at end of file diff --git a/Server/src/main/java/core/game/node/entity/skill/cooking/StandardCookingPulse.java b/Server/src/main/java/core/game/node/entity/skill/cooking/StandardCookingPulse.java index c258046ae..d07497a1e 100644 --- a/Server/src/main/java/core/game/node/entity/skill/cooking/StandardCookingPulse.java +++ b/Server/src/main/java/core/game/node/entity/skill/cooking/StandardCookingPulse.java @@ -150,7 +150,7 @@ public class StandardCookingPulse extends Pulse { case Items.RAW_RABBIT_3226: // Iron spits case Items.IRON_SPIT_7225: if (RandomFunction.random(15) == 5) { - player.getPacketDispatch().sendMessage("Your iron spit seems to have broken in the proccess."); + player.getPacketDispatch().sendMessage("Your iron spit seems to have broken in the process."); } else { if (!player.getInventory().add(new Item(Items.IRON_SPIT_7225))) { GroundItemManager.create(new Item(Items.IRON_SPIT_7225), player.getLocation(), player); From e732f904bfddf62ebc319df4ae47800fc60c32e3 Mon Sep 17 00:00:00 2001 From: skelsoft <9147770-skelsoft@users.noreply.gitlab.com> Date: Thu, 12 Aug 2021 09:33:44 +1000 Subject: [PATCH 25/33] Fix: Cooking Overhaul, Draynor Seed Market, and Port Sarim Examines - Most object examines in Port Sarim have been accounted for and added - Stuffed Swordfish, Shelf, Barrel, Fish Barrel, Large Table, Crate, Crate (stacked), Plant, Clock, Chest, Small Table, Counter, two Ladders, three Crates, Painting (Landscape), Drawers, Chair, Bookcase, Bed, Dresser, Range, Candles, Cabinet, Axe Cabinet, Staircase, Charms and Mirror objects located within Port Sarim now have the proper examine text added - Draynor Seed Market shop name correction - Draynor Seed Market shop stock correction (can now correctly buy some low-level Farming seeds) - Cooking Overhaul: - Removed stinky OSRS Dark Crab from the CookableItems.java - Can now correctly cook Crayfish - Can now correctly consume Cooked Crayfish for 2HP. - Can now correctly cook Mud pies - Correct burn levels for Shrimp, Crayfish, Karambwanji, Salmon, Tuna, Cave Eel, Bass, Karambwan, Chicken, Ugthanki Meat, Rabbit, Crab Meat, Thin Snail, Lean Snail, Fat Snail, Bread, Cake, Beef, Rat Meat, Yak Meat, Bear Meat, Plain Pizza, Cooked Chompy, Roast Bird, Roast Rabbit, Redberry Pie, Meat Pie, Mud Pie, Apple Pie, Garden Pie, Fish Pie, Admiral Pie, Scrambled Egg, Fried Onions, Fried Mushrooms - Cooking EXP corrections: - Cooking Shrimp EXP corrected from 45 EXP -> 30 EXP - Cooking Salmon EXP corrected from 58 EXP -> 90 EXP - Cooking Karambwan EXP corrected from 80 -> 190 EXP - Cooking Roast Beast meat EXP corrected from 82 EXP -> 99 EXP - Cooking Roast Rabbit EXP corrected from 70 EXP -> 72 EXP - Cooking Fried Mushrooms EXP corrected from 120 EXP -> 60 EXP --- Server/data/configs/object_configs.json | 40932 ++++++++-------- Server/data/configs/shops.json | 4 +- .../game/content/consumable/Consumables.java | 3 +- .../entity/skill/cooking/CookableItems.java | 78 +- 4 files changed, 20577 insertions(+), 20440 deletions(-) diff --git a/Server/data/configs/object_configs.json b/Server/data/configs/object_configs.json index 90c05c04f..193f044c7 100644 --- a/Server/data/configs/object_configs.json +++ b/Server/data/configs/object_configs.json @@ -1,20398 +1,20534 @@ -[ - { - "ids": "0,1", - "examine": "I wonder what's inside." - }, - { - "ids": "2", - "examine": "Looks and smells like a place where goblins live." - }, - { - "ids": "3,4", - "examine": "The door is closed." - }, - { - "ids": "5", - "examine": "A powerful ranging device, unfortunately not working." - }, - { - "ids": "6", - "examine": "A powerful ranging device that fires metal balls." - }, - { - "ids": "7", - "examine": "The cannon is built on here." - }, - { - "ids": "8", - "examine": "The mounting for the multicannon." - }, - { - "ids": "9", - "examine": "The barrels of the multicannon." - }, - { - "ids": "10", - "examine": "I can climb down this." - }, - { - "ids": "11", - "examine": "I can climb up this." - }, - { - "ids": "12", - "examine": "A pile of rocks is blocking my path." - }, - { - "ids": "13", - "examine": "Mud caved in from above." - }, - { - "ids": "14,15,16,17,18,19,20", - "examine": "Intended to keep the goblins away from the mines." - }, - { - "ids": "21", - "examine": "Its eyes stare off into the distance..." - }, - { - "ids": "22", - "examine": "The door is shut." - }, - { - "ids": "23", - "examine": "Unusually lumpy looking." - }, - { - "ids": "24", - "examine": "The door is shut." - }, - { - "ids": "25,26,27,28,29,30,31,32", - "examine": "Seems to be some kind of clock part." - }, - { - "ids": "33,34,35,36", - "examine": "Yup, definitely a lever." - }, - { - "ids": "37,38,39", - "examine": "Stops people walking past." - }, - { - "ids": "40", - "examine": "Animals have no table manners." - }, - { - "ids": "41", - "examine": "Looks like an outlet pipe to the lake." - }, - { - "ids": "42", - "examine": "I can see fish swimming in the water." - }, - { - "ids": "43", - "examine": "It seems to sparkle." - }, - { - "ids": "44", - "examine": "I can see really big fish swimming in the water." - }, - { - "ids": "45", - "examine": "Big Dave is fishing here." - }, - { - "ids": "46", - "examine": "Joshua is fishing here." - }, - { - "ids": "47,48,49,50", - "examine": "A wooden gate." - }, - { - "ids": "51", - "examine": "Hmmm... I wonder if it's loose enough to get through." - }, - { - "ids": "52,53", - "examine": "It's locked." - }, - { - "ids": "54,55,56,57", - "examine": "It's a flight of stairs." - }, - { - "ids": "58", - "examine": "Known commonly as Red worm vine." - }, - { - "ids": "59", - "examine": "A fancy hole in the wall." - }, - { - "ids": "60", - "examine": "A fancy hole in the ceiling." - }, - { - "ids": "61", - "examine": "A shrine to evil." - }, - { - "ids": "62", - "examine": "Is there something in there?" - }, - { - "ids": "63,64", - "examine": "Used for storage." - }, - { - "ids": "65,66", - "examine": "Surprisingly sturdy looking." - }, - { - "ids": "67", - "examine": "Used for storage." - }, - { - "ids": "68", - "examine": "Where bees live." - }, - { - "ids": "69,70", - "examine": "Handy for boarding boats." - }, - { - "ids": "71,72", - "examine": "Sturdy looking door." - }, - { - "ids": "73,74", - "examine": "Securely fastened shut." - }, - { - "ids": "75", - "examine": "I wonder what's inside?" - }, - { - "ids": "76", - "examine": "It's open." - }, - { - "ids": "77,78", - "examine": "Securely fastened shut." - }, - { - "ids": "79,80", - "examine": "Looks secure." - }, - { - "ids": "81,82", - "examine": "The door is closed." - }, - { - "ids": "86", - "examine": "Seems very old..." - }, - { - "ids": "87", - "examine": "I guess you pull it..." - }, - { - "ids": "89,90", - "examine": "A wrought iron gate." - }, - { - "ids": "91", - "examine": "I don't like the look of this!" - }, - { - "ids": "92,93", - "examine": "The door is closed." - }, - { - "ids": "94,95", - "examine": "A wrought iron gate." - }, - { - "ids": "96,98", - "examine": "A dark flight of stairs." - }, - { - "ids": "99", - "examine": "The door is closed." - }, - { - "ids": "100", - "examine": "Don't you open that trapdoor!" - }, - { - "ids": "101", - "examine": "I can climb this." - }, - { - "ids": "102", - "examine": "A sturdy door." - }, - { - "ids": "103", - "examine": "I wonder what's inside." - }, - { - "ids": "104", - "examine": "Perhaps I should search it." - }, - { - "ids": "105,106", - "examine": "I wonder what that's there for..." - }, - { - "ids": "114", - "examine": "An appliance for cooking with." - }, - { - "ids": "115,116,117,118,119,120", - "examine": "A party balloon." - }, - { - "ids": "121", - "examine": "Aren't they pretty?" - }, - { - "ids": "122", - "examine": "Paaaarty!" - }, - { - "ids": "123,124,125,126,127,128,129,130", - "examine": "A party balloon." - }, - { - "ids": "131", - "examine": "The door is closed." - }, - { - "ids": "132", - "examine": "An escape route." - }, - { - "ids": "133", - "examine": "Looks spooky down there." - }, - { - "ids": "134,135", - "examine": "A large double door." - }, - { - "ids": "136", - "examine": "The door is closed." - }, - { - "ids": "152", - "examine": "Smelly." - }, - { - "ids": "153,36781", - "examine": "An ornate fountain." - }, - { - "ids": "154", - "examine": "A pipe I can squeeze through." - }, - { - "ids": "155,156,157", - "examine": "Lots of books." - }, - { - "ids": "158,159", - "examine": "This wall looks odd..." - }, - { - "ids": "160", - "examine": "I wonder what this does..." - }, - { - "ids": "162,163,164", - "examine": "I'm not touching that." - }, - { - "ids": "165", - "examine": "A special furnace for destroying contaminated items." - }, - { - "ids": "166,167", - "examine": "A wooden gate." - }, - { - "ids": "170", - "examine": "I wonder what's inside." - }, - { - "ids": "171", - "examine": "Perhaps I should search it." - }, - { - "ids": "172", - "examine": "I wonder what's inside." - }, - { - "ids": "173", - "examine": "Perhaps I should search it." - }, - { - "ids": "187", - "examine": "Fly Gnome Air." - }, - { - "ids": "188", - "examine": "Probably pilot error." - }, - { - "ids": "189", - "examine": "The Blurberry bar" - }, - { - "ids": "190", - "examine": "A large gate in the gnome style." - }, - { - "ids": "194", - "examine": "The entrance to the cave." - }, - { - "ids": "195", - "examine": "I can climb this." - }, - { - "ids": "200", - "examine": "A quirky gnome lamp." - }, - { - "ids": "201", - "examine": "These insects love this light." - }, - { - "ids": "202", - "examine": "It's amazing what bees produce!" - }, - { - "ids": "203,204", - "examine": "Posh candlesticks." - }, - { - "ids": "208", - "examine": "Scary lighting apparatus." - }, - { - "ids": "209", - "examine": "An ornamental lighting fixture." - }, - { - "ids": "210", - "examine": "A mysterious glowing ice crystal." - }, - { - "ids": "211", - "examine": "It's amazing what bees produce!" - }, - { - "ids": "212,218", - "examine": "Useful for making ships move." - }, - { - "ids": "221,222", - "examine": "This figure brings luck to those who sail." - }, - { - "ids": "225,226", - "examine": "Useful for making ships move." - }, - { - "ids": "227", - "examine": "Barnacle infested rope." - }, - { - "ids": "245,246", - "examine": "Allows access to other parts of the ship." - }, - { - "ids": "252,253", - "examine": "Without this I'm going around in circles." - }, - { - "ids": "254", - "examine": "This figure brings luck to those who sail." - }, - { - "ids": "255", - "examine": "Used for pulling things up." - }, - { - "ids": "260", - "examine": "This figure brings luck to those who sail." - }, - { - "ids": "265", - "examine": "Useful if there is any wind." - }, - { - "ids": "266,267", - "examine": "Useful for making ships move." - }, - { - "ids": "268", - "examine": "Useful for making ships move" - }, - { - "ids": "271", - "examine": "How much does this weigh?" - }, - { - "ids": "272", - "examine": "I can climb up here." - }, - { - "ids": "273", - "examine": "I can go below decks with this ladder." - }, - { - "ids": "274,275,276,277,278,279", - "examine": "A conveniently rolled sail." - }, - { - "ids": "287", - "examine": "I'm not allowed to climb this ladder." - }, - { - "ids": "296", - "examine": "It's like a land rudder." - }, - { - "ids": "297", - "examine": "Disturbingly man-like." - }, - { - "ids": "298,299,300", - "examine": "I bet there's a needle in it somewhere." - }, - { - "ids": "301", - "examine": "Animals have no table manners." - }, - { - "ids": "302", - "examine": "A home for baby creatures." - }, - { - "ids": "303", - "examine": "In the city we would call this mouldy rubbish." - }, - { - "ids": "304", - "examine": "I bet there's a needle in it somewhere." - }, - { - "ids": "305", - "examine": "Where bees live." - }, - { - "ids": "306", - "examine": "A used cart seller will probably try and sell it later." - }, - { - "ids": "307,308", - "examine": "One horse power, wooden suspension. A beauty." - }, - { - "ids": "309", - "examine": "Dead tree parts piled together neatly." - }, - { - "ids": "310", - "examine": "A patch of soft dark brown matter. Probably mud." - }, - { - "ids": "311", - "examine": "A pile of something I hope is mud." - }, - { - "ids": "312", - "examine": "Potato-licious!" - }, - { - "ids": "313", - "examine": "Baby bread." - }, - { - "ids": "327", - "examine": "The remains of a bad driver." - }, - { - "ids": "346,347", - "examine": "The perfect place to store things." - }, - { - "ids": "348", - "examine": "These open and close!" - }, - { - "ids": "349", - "examine": "This may be worth searching." - }, - { - "ids": "350", - "examine": "These open and close!" - }, - { - "ids": "351", - "examine": "This may be worth searching." - }, - { - "ids": "352", - "examine": "These open and close!" - }, - { - "ids": "353", - "examine": "This may be worth searching." - }, - { - "ids": "354,355", - "examine": "A wooden crate for storage." - }, - { - "ids": "356,357,358", - "examine": "An old crate for storage." - }, - { - "ids": "359,360,361", - "examine": "A pile of boxes for storage." - }, - { - "ids": "362", - "examine": "A wooden barrel for storage." - }, - { - "ids": "363", - "examine": "A wooden barrel containing lots of fish." - }, - { - "ids": "364", - "examine": "It's got ale in it." - }, - { - "ids": "365", - "examine": "These may have something in them." - }, - { - "ids": "366", - "examine": "Useful for transportation of delicate items." - }, - { - "ids": "367,368,369", - "examine": "This may be worth opening." - }, - { - "ids": "370,371,372", - "examine": "This may be worth searching." - }, - { - "ids": "373", - "examine": "The perfect accompaniment to a bedroom." - }, - { - "ids": "374", - "examine": "A stand for hats!" - }, - { - "ids": "375,376,377", - "examine": "I wonder what's inside." - }, - { - "ids": "378,379", - "examine": "Perhaps I should search it." - }, - { - "ids": "380,381", - "examine": "A good source of books!" - }, - { - "ids": "382,383,384,385", - "examine": "A woven storage basket." - }, - { - "ids": "386", - "examine": "A gigantic pottery urn." - }, - { - "ids": "387", - "examine": "This no doubt contains arcane knowledge." - }, - { - "ids": "388", - "examine": "I wonder what this spooky item contains." - }, - { - "ids": "389,390", - "examine": "It smells funny in there." - }, - { - "ids": "392", - "examine": "A fishing net full of fish." - }, - { - "ids": "393", - "examine": "A good source of books!" - }, - { - "ids": "394,395,396", - "examine": "Bamboo storage!" - }, - { - "ids": "397", - "examine": "The perfect place to store things." - }, - { - "ids": "398", - "examine": "I hope no-one's home..." - }, - { - "ids": "399", - "examine": "I see dead people." - }, - { - "ids": "400", - "examine": "A small simple gravestone." - }, - { - "ids": "401", - "examine": "A simple marker for a forgotten person." - }, - { - "ids": "402", - "examine": "The remains of someone lie inside." - }, - { - "ids": "403", - "examine": "A monument to a special person." - }, - { - "ids": "404", - "examine": "The inscription is worn away and unreadable." - }, - { - "ids": "405", - "examine": "'Here lies...' is all I can read." - }, - { - "ids": "406", - "examine": "Whoever bought this must have really cared for the inhabitant." - }, - { - "ids": "407", - "examine": "Looks like a stone doorway to me." - }, - { - "ids": "408", - "examine": "Looks like a stone doorway to my untrained eye." - }, - { - "ids": "409", - "examine": "Shrine to the glory of Saradomin." - }, - { - "ids": "410", - "examine": "An ancient altar to the glory of Guthix." - }, - { - "ids": "411,412", - "examine": "Shrine to the glory of Zamorak." - }, - { - "ids": "413", - "examine": "Looks suspiciously like a big stone table." - }, - { - "ids": "414", - "examine": "A really posh upright coffin." - }, - { - "ids": "415", - "examine": "Whoever's inside must have been rich." - }, - { - "ids": "416", - "examine": "With skill I can play this." - }, - { - "ids": "417", - "examine": "Great for sleeping in." - }, - { - "ids": "418", - "examine": "A stylish-looking bed." - }, - { - "ids": "419", - "examine": "A drab-looking bed." - }, - { - "ids": "420,421", - "examine": "A stylish-looking bed." - }, - { - "ids": "422", - "examine": "Technically a bed." - }, - { - "ids": "423", - "examine": "I guess I could sleep in it if I were really tired." - }, - { - "ids": "424,425", - "examine": "Lovely comfy-looking big bed." - }, - { - "ids": "426", - "examine": "Posh-looking bed." - }, - { - "ids": "427,428", - "examine": "A bed fit for a king." - }, - { - "ids": "429", - "examine": "One of the nicest beds I have ever seen." - }, - { - "ids": "430", - "examine": "Perfect for snoozing in the sun." - }, - { - "ids": "431", - "examine": "A comfortable seat to recline and recuperate." - }, - { - "ids": "432", - "examine": "I don't think anyone's slept here for a long time." - }, - { - "ids": "433,434,435", - "examine": "Bamboo's a versatile material." - }, - { - "ids": "436,437,438,439", - "examine": "A lump of rock." - }, - { - "ids": "440", - "examine": "A big slimy lump of rock." - }, - { - "ids": "441", - "examine": "A slimy lump of rock." - }, - { - "ids": "442,443", - "examine": "A slippery looking rock." - }, - { - "ids": "444,445", - "examine": "A huge lump of rock." - }, - { - "ids": "446,447,448", - "examine": "Some small stones." - }, - { - "ids": "449", - "examine": "A rocky ledge." - }, - { - "ids": "450,451,452,453", - "examine": "Stoney!" - }, - { - "ids": "454,455", - "examine": "Solid rock from the cave floor." - }, - { - "ids": "462,463", - "examine": "Looks slippery!" - }, - { - "ids": "464,465,466", - "examine": "Formed over many years of dripping limestone." - }, - { - "ids": "467", - "examine": "A limestone ceiling growth." - }, - { - "ids": "468", - "examine": "Limestone floor growth." - }, - { - "ids": "469,470", - "examine": "A limestone ceiling growth." - }, - { - "ids": "471,472,473,474", - "examine": "A deposit of rocks." - }, - { - "ids": "477,478", - "examine": "Looks slippery!" - }, - { - "ids": "479,480,481,482,483,484,485,486", - "examine": "A deposit of rocks." - }, - { - "ids": "492", - "examine": "A collection of rocks over what looks like a depression." - }, - { - "ids": "507,508,509,510", - "examine": "A deposit of rocks." - }, - { - "ids": "511", - "examine": "A rock with a pickaxe and mining tools." - }, - { - "ids": "516", - "examine": "A very tall column of ice." - }, - { - "ids": "517,518,519,520", - "examine": "A deposit of rocks." - }, - { - "ids": "523,524,525,526,527,528", - "examine": "Formed over many years of dripping limestone." - }, - { - "ids": "529", - "examine": "A limestone ceiling growth." - }, - { - "ids": "530", - "examine": "Formed over many years of dripping limestone." - }, - { - "ids": "531", - "examine": "A limestone ceiling growth." - }, - { - "ids": "532", - "examine": "Limestone floor growth." - }, - { - "ids": "533", - "examine": "A limestone ceiling growth." - }, - { - "ids": "534", - "examine": "A tooth shaped rock formation protruding from the floor." - }, - { - "ids": "539,540", - "examine": "A tooth shaped rock formation protruding from the ceiling." - }, - { - "ids": "541,542", - "examine": "A tooth shaped rock formation protruding from the floor." - }, - { - "ids": "543", - "examine": "A tooth shaped rock formation protruding from the ceiling." - }, - { - "ids": "544", - "examine": "A tooth shaped rock formation protruding from the floor." - }, - { - "ids": "545", - "examine": "A huge lump of rock." - }, - { - "ids": "546,547", - "examine": "Intimidating!" - }, - { - "ids": "548,549,550,551,552,553", - "examine": "A deposit of rocks." - }, - { - "ids": "554,555,556,557", - "examine": "Frozen water has formed an icicle here." - }, - { - "ids": "558,559,560,561", - "examine": "It looks cold in there." - }, - { - "ids": "562", - "examine": "This person was of great importance." - }, - { - "ids": "563,564", - "examine": "A monarch chiselled in stone." - }, - { - "ids": "565", - "examine": "A sculpture of a monarch." - }, - { - "ids": "566", - "examine": "This person was of great importance." - }, - { - "ids": "567", - "examine": "A huge carving of an ancient race." - }, - { - "ids": "568", - "examine": "A depiction of a great dwarven miner." - }, - { - "ids": "569,570", - "examine": "A depiction of a famous gnome warrior." - }, - { - "ids": "571,572", - "examine": "The head and shoulders of a famous gnome." - }, - { - "ids": "573", - "examine": "A depiction of a famous gnomeballer." - }, - { - "ids": "574,575,576,577,578", - "examine": "A carving of a figure from the history of RuneScape." - }, - { - "ids": "579,580,581", - "examine": "An expertly chiselled statue." - }, - { - "ids": "582", - "examine": "An unusual symbol of ancient times." - }, - { - "ids": "583", - "examine": "An expertly crafted vase." - }, - { - "ids": "584", - "examine": "An expertly chiselled statue of a bird." - }, - { - "ids": "585,586", - "examine": "What a good likeness!" - }, - { - "ids": "587", - "examine": "A depiction of the evil god Zamorak." - }, - { - "ids": "588", - "examine": "A base for the statue to sit on." - }, - { - "ids": "589", - "examine": "The scrying glass of a seer." - }, - { - "ids": "590", - "examine": "Banking transactions are processed here." - }, - { - "ids": "591", - "examine": "Banking transactions are recorded here." - }, - { - "ids": "592", - "examine": "Contains washing items." - }, - { - "ids": "593,594,595", - "examine": "A nice sturdy looking table." - }, - { - "ids": "596,597", - "examine": "A banquet could be eaten from this." - }, - { - "ids": "598", - "examine": "Useful for putting things on." - }, - { - "ids": "599", - "examine": "At one time it was for putting things on." - }, - { - "ids": "600", - "examine": "The napkins are made from real silk." - }, - { - "ids": "601,602,603,604,605,606", - "examine": "Useful for putting things on." - }, - { - "ids": "607", - "examine": "Items for making clothes are kept on here." - }, - { - "ids": "608", - "examine": "The ideal place to study." - }, - { - "ids": "609,610", - "examine": "A handy workbench for a handy person." - }, - { - "ids": "611", - "examine": "Sit back and enjoy the view." - }, - { - "ids": "612", - "examine": "Items are for sale here." - }, - { - "ids": "613,614,615", - "examine": "Useful for putting things on." - }, - { - "ids": "616", - "examine": "A creepy looking table." - }, - { - "ids": "617", - "examine": "Items are for sale here." - }, - { - "ids": "618,619", - "examine": "There are some strange chemicals here." - }, - { - "ids": "620", - "examine": "Bamboo's a versatile material." - }, - { - "ids": "621,622", - "examine": "It's a banquet table." - }, - { - "ids": "623,624,625,626,627", - "examine": "A nice sturdy looking table." - }, - { - "ids": "628", - "examine": "Finely wrought wares of silver." - }, - { - "ids": "629", - "examine": "Garments for the discerning." - }, - { - "ids": "630", - "examine": "Bread cakes and pastries." - }, - { - "ids": "631", - "examine": "Finest precious stones." - }, - { - "ids": "632", - "examine": "These will keep you warm." - }, - { - "ids": "633", - "examine": "The spice is right." - }, - { - "ids": "634", - "examine": "Always a source of good bargains." - }, - { - "ids": "635", - "examine": "Fine brews from exotic regions." - }, - { - "ids": "636", - "examine": "Keeps mine carts from rolling away." - }, - { - "ids": "637", - "examine": "You can 'cart' things around on this." - }, - { - "ids": "647", - "examine": "Makes you taller." - }, - { - "ids": "648", - "examine": "A bit large for a bracelet!" - }, - { - "ids": "649,650", - "examine": "A macabre variation on the neck tie." - }, - { - "ids": "651,652,653,654,655,656,657", - "examine": "Dead and half buried." - }, - { - "ids": "658", - "examine": "Disturbing but tidy." - }, - { - "ids": "659", - "examine": "I don't even want to think about what did that..." - }, - { - "ids": "660", - "examine": "Now that's what I call slimline!" - }, - { - "ids": "661", - "examine": "He looks very relaxed." - }, - { - "ids": "662", - "examine": "Now he's just too thin." - }, - { - "ids": "663", - "examine": "He hasn't eaten in a long time." - }, - { - "ids": "664", - "examine": "Now that's what I call slimline!" - }, - { - "ids": "665", - "examine": "He looks very relaxed." - }, - { - "ids": "666", - "examine": "Now he's just too thin." - }, - { - "ids": "667", - "examine": "He hasn't eaten in a long time." - }, - { - "ids": "668,669,670", - "examine": "Disturbing but tidy." - }, - { - "ids": "671", - "examine": "No cats were harmed in the making of this device." - }, - { - "ids": "672,673,674,675,676,677", - "examine": "Shattered." - }, - { - "ids": "678", - "examine": "I see fish." - }, - { - "ids": "679", - "examine": "I can see fish swimming in the water." - }, - { - "ids": "680", - "examine": "I was always forced to play this as a child." - }, - { - "ids": "681", - "examine": "I never learnt to play." - }, - { - "ids": "682", - "examine": "Time for a recital?" - }, - { - "ids": "683", - "examine": "Tick-tock, it's a clock." - }, - { - "ids": "684", - "examine": "The noxious liquid bubbles horribly." - }, - { - "ids": "685,686,687,688", - "examine": "Shows which way the wind blows." - }, - { - "ids": "689", - "examine": "Looking good!" - }, - { - "ids": "690", - "examine": "A privacy aid!" - }, - { - "ids": "691", - "examine": "Use this to get changed behind and retain modesty." - }, - { - "ids": "692", - "examine": "I don't even want to think about what's cooking in that." - }, - { - "ids": "693", - "examine": "Good for sweeping." - }, - { - "ids": "694", - "examine": "I'm guessing it's for making women's clothes." - }, - { - "ids": "695", - "examine": "Helps make human clothing." - }, - { - "ids": "696", - "examine": "A hole." - }, - { - "ids": "697", - "examine": "Dead animal head. Lovely." - }, - { - "ids": "698", - "examine": "Must have been laid by a huge bird." - }, - { - "ids": "699", - "examine": "Whatever it was I'm glad it's not alive." - }, - { - "ids": "700,701", - "examine": "Spooky!" - }, - { - "ids": "702,703,704,705,706", - "examine": "A dog's idea of heaven." - }, - { - "ids": "707", - "examine": "Ding-Dong!" - }, - { - "ids": "708", - "examine": "Some kind of pulley system." - }, - { - "ids": "709", - "examine": "Surprisingly rope-shaped." - }, - { - "ids": "710", - "examine": "Suspiciously hole-shaped." - }, - { - "ids": "711,712,713", - "examine": "A huge chunk of shining natural crystal." - }, - { - "ids": "714,715,716,717", - "examine": "A recently extinguished fire." - }, - { - "ids": "718,719,720,721,722", - "examine": "A barrel full of swords..." - }, - { - "ids": "723", - "examine": "I'm glad this isn't around anymore!" - }, - { - "ids": "724,725,726", - "examine": "A crude torch stuck in the ground." - }, - { - "ids": "727,728,729,730,731,732", - "examine": "A fissure in the cave wall." - }, - { - "ids": "733", - "examine": "This huge web blocks your path." - }, - { - "ids": "734", - "examine": "A huge web, cruelly slashed in half." - }, - { - "ids": "735", - "examine": "The noxious liquid bubbles horribly." - }, - { - "ids": "736", - "examine": "Dead animal head. Lovely." - }, - { - "ids": "737,738,739,740", - "examine": "Whatever it was I'm glad it's not alive." - }, - { - "ids": "741,742", - "examine": "Looks a little too broken to climb." - }, - { - "ids": "743", - "examine": "An old-looking ladder." - }, - { - "ids": "744,745,746,747", - "examine": "An old-looking bit of scaffolding." - }, - { - "ids": "748", - "examine": "The entrance to the cave." - }, - { - "ids": "771", - "examine": "A map icon.." - }, - { - "ids": "779", - "examine": "It's a door made from bamboo." - }, - { - "ids": "787", - "examine": "A loom." - }, - { - "ids": "788,789", - "examine": "You'd need a big siege engine to force that." - }, - { - "ids": "817", - "examine": "I always wonder if someone's hiding inside when I see these." - }, - { - "ids": "818,819,820", - "examine": "Looks kind of like a man made of metal." - }, - { - "ids": "821", - "examine": "Not suitable for children. Aim away from face." - }, - { - "ids": "822", - "examine": "Big heavy metal balls." - }, - { - "ids": "823", - "examine": "The easiest opponent I'll ever fight." - }, - { - "ids": "824,825,826,827,828", - "examine": "A wooden defensive structure." - }, - { - "ids": "829,830,831,832,833", - "examine": "For private use only!" - }, - { - "ids": "834,835", - "examine": "Break glass in case of emergency." - }, - { - "ids": "836", - "examine": "An attractively laid out collection of ranging weapons." - }, - { - "ids": "837,838", - "examine": "Break glass in case of emergency." - }, - { - "ids": "839", - "examine": "An attractively laid out collection of ranging weapons." - }, - { - "ids": "848", - "examine": "A row of sharp pointy spears." - }, - { - "ids": "849,850", - "examine": "Rows of sharp pointy spears." - }, - { - "ids": "851,852", - "examine": "A tatty old standard." - }, - { - "ids": "853", - "examine": "A standard." - }, - { - "ids": "854,855,856", - "examine": "A blue standard." - }, - { - "ids": "857,858", - "examine": "A standard of the gnome race." - }, - { - "ids": "859", - "examine": "The standard of the ogre race." - }, - { - "ids": "860", - "examine": "The flag of Asgarnia." - }, - { - "ids": "861", - "examine": "The flag of Kandarin." - }, - { - "ids": "862", - "examine": "The flag of Ardougne." - }, - { - "ids": "863", - "examine": "A standard of Asgarnia." - }, - { - "ids": "864", - "examine": "A standard of Kandarin." - }, - { - "ids": "865", - "examine": "A standard of Asgarnia." - }, - { - "ids": "866", - "examine": "A standard of Kandarin." - }, - { - "ids": "867", - "examine": "A standard of Misthalin." - }, - { - "ids": "868", - "examine": "A standard of Varrock." - }, - { - "ids": "869", - "examine": "A flag flies here." - }, - { - "ids": "870", - "examine": "A sculpted trunk of wood." - }, - { - "ids": "871", - "examine": "Takes my dirty bath water away." - }, - { - "ids": "872", - "examine": "It smells horrible in there." - }, - { - "ids": "873,874", - "examine": "Ideal for washing things in." - }, - { - "ids": "875,876,877", - "examine": "Wash here." - }, - { - "ids": "878", - "examine": "No this is not a mirage!" - }, - { - "ids": "879", - "examine": "Everyone needs a water feature." - }, - { - "ids": "880", - "examine": "A beautiful water feature." - }, - { - "ids": "881", - "examine": "There's a cover over this manhole." - }, - { - "ids": "882", - "examine": "How dangerous, someone has left this manhole open." - }, - { - "ids": "883", - "examine": "This is supposed to stop people falling down the manhole." - }, - { - "ids": "884", - "examine": "Best used with a bucket." - }, - { - "ids": "885,886", - "examine": "If only I had one of those at home..." - }, - { - "ids": "887", - "examine": "A painting of the King looking royal." - }, - { - "ids": "888", - "examine": "A beautiful landscape." - }, - { - "ids": "889", - "examine": "A mysterious figure stands alone in this haunting image." - }, - { - "ids": "890", - "examine": "Hail to the King!" - }, - { - "ids": "891", - "examine": "I don't know much about art, but I like this." - }, - { - "ids": "892", - "examine": "A painting of some guy standing around somewhere." - }, - { - "ids": "893", - "examine": "A really bad portrait of the King." - }, - { - "ids": "894", - "examine": "Fine brushwork adds to the realism of this serene landscape." - }, - { - "ids": "895", - "examine": "Pretty good painting." - }, - { - "ids": "896", - "examine": "I can see the stars on this." - }, - { - "ids": "897", - "examine": "A picture of the stars with funny diagrams and things on." - }, - { - "ids": "898", - "examine": "Cross shaped." - }, - { - "ids": "899", - "examine": "Mmmm decorative!" - }, - { - "ids": "900", - "examine": "Brightens up the room a bit." - }, - { - "ids": "901", - "examine": "I don't know art, but I like it!" - }, - { - "ids": "902", - "examine": "Not bad at all." - }, - { - "ids": "903", - "examine": "Alas poor unicorn, I knew him well." - }, - { - "ids": "904", - "examine": "The scary-looking head of a scary-looking dragon." - }, - { - "ids": "905", - "examine": "Not what I would pick as wall decoration." - }, - { - "ids": "906", - "examine": "Looks like the bull lost." - }, - { - "ids": "907", - "examine": "Trinkets and stuff." - }, - { - "ids": "908", - "examine": "Not everyone's idea of a nice wall decoration." - }, - { - "ids": "909", - "examine": "Something is written on it. I can't read what." - }, - { - "ids": "910", - "examine": "Looks like an eye with huge lashes." - }, - { - "ids": "911", - "examine": "A tablet covered in weird looking little squiggles and pictures." - }, - { - "ids": "915", - "examine": "A posh water bowl." - }, - { - "ids": "954", - "examine": "For wiping muddy feet on." - }, - { - "ids": "955,956,957,958", - "examine": "Disturbingly its eyes look everywhere in the room except at you." - }, - { - "ids": "959", - "examine": "What has a face and hands but is not a man?" - }, - { - "ids": "960", - "examine": "It's a time machine....sort of!" - }, - { - "ids": "961", - "examine": "'Ask about our low, low interest rates!'" - }, - { - "ids": "962", - "examine": "Some helpful people have placed notes on here, how nice." - }, - { - "ids": "963", - "examine": "Essentials for a seamstress." - }, - { - "ids": "964,965", - "examine": "It really was this big!" - }, - { - "ids": "966", - "examine": "He doesn't look too jolly to me!" - }, - { - "ids": "967", - "examine": "Looks like this ship was way off course!" - }, - { - "ids": "968", - "examine": "X marks the spot." - }, - { - "ids": "969", - "examine": "Complete with authentic seaweed!" - }, - { - "ids": "970", - "examine": "This mentions the monk trapped here..." - }, - { - "ids": "971", - "examine": "A useful ranging device." - }, - { - "ids": "972", - "examine": "Use these with bows." - }, - { - "ids": "973", - "examine": "A powerful throwing weapon." - }, - { - "ids": "974", - "examine": "Improved Leather armour for archers." - }, - { - "ids": "975", - "examine": "Leather made from the skin of a Dragon." - }, - { - "ids": "993", - "examine": "I can climb over the fence with this.." - }, - { - "ids": "1004,1005", - "examine": "This section of railing has been broken" - }, - { - "ids": "1006,1007,1008,1009", - "examine": "There is a hole in this section of the railing." - }, - { - "ids": "1010", - "examine": "Someone was thirsty..." - }, - { - "ids": "1011,1012", - "examine": "Full of lovely drinks!" - }, - { - "ids": "1013", - "examine": "Storage for cookery items." - }, - { - "ids": "1014,1015,1016,1017,1018", - "examine": "Storage for all needs." - }, - { - "ids": "1019", - "examine": "What kind of sick person keeps a skull on their wall?" - }, - { - "ids": "1020", - "examine": "Esoteric artefacts." - }, - { - "ids": "1021,1022,1023", - "examine": "I don't want to know what's in those little urns." - }, - { - "ids": "1024", - "examine": "Used for storing things on." - }, - { - "ids": "1025,1026", - "examine": "Tailor made for needlework supplies" - }, - { - "ids": "1027", - "examine": "Prepared hides hang here drying." - }, - { - "ids": "1028,1029", - "examine": "This contains dye for leather." - }, - { - "ids": "1030,1031", - "examine": "Used to squeeze moisture from the hide." - }, - { - "ids": "1032", - "examine": "Danger!" - }, - { - "ids": "1033,1034,1035", - "examine": "This tells you which way is which." - }, - { - "ids": "1057", - "examine": "Ye olde Shrimp and Parrot." - }, - { - "ids": "1068", - "examine": "The Blue Moon Inn" - }, - { - "ids": "1069", - "examine": "The Jolly Boar" - }, - { - "ids": "1070", - "examine": "The Rusty Anchor" - }, - { - "ids": "1071", - "examine": "The Shrimp and Parrot" - }, - { - "ids": "1072", - "examine": "The Dead Man's Chest" - }, - { - "ids": "1073", - "examine": "The Rising Sun" - }, - { - "ids": "1074", - "examine": "The Forester's Arms" - }, - { - "ids": "1075", - "examine": "The Flying Horse" - }, - { - "ids": "1076", - "examine": "The Dancing Donkey" - }, - { - "ids": "1077", - "examine": "The Dragon Inn" - }, - { - "ids": "1078", - "examine": "Karamja Spirits bar" - }, - { - "ids": "1079", - "examine": "North to Varrock :: East to Al-Kharid." - }, - { - "ids": "1080", - "examine": "North road to Draynor Village :: East road to Varrock." - }, - { - "ids": "1081", - "examine": "North to Draynor Village." - }, - { - "ids": "1082", - "examine": "North to Draynor Manor :: West to Asgarnia." - }, - { - "ids": "1083", - "examine": "South to the Wizards' Tower :: East to Lumbridge." - }, - { - "ids": "1084", - "examine": "South to Lumbridge :: West to Varrock :: East to the Digsite." - }, - { - "ids": "1085", - "examine": "South to Al-Kharid :: West to Lumbridge :: East to the Digsite." - }, - { - "ids": "1086", - "examine": "North to Varrock :: East to the Digsite." - }, - { - "ids": "1087", - "examine": "South to the Wizards' Tower :: North to Draynor Village :: East to Lumbridge." - }, - { - "ids": "1088", - "examine": "The ideal thing to sit on." - }, - { - "ids": "1089", - "examine": "Not so good for sitting on." - }, - { - "ids": "1090,1091,1092", - "examine": "A comfortable seat." - }, - { - "ids": "1093,1094,1095", - "examine": "Good for sitting on." - }, - { - "ids": "1096", - "examine": "Good for rocking in!" - }, - { - "ids": "1097,1098,1099", - "examine": "A kingly seat for a royal behind." - }, - { - "ids": "1100,1101", - "examine": "The perfect way to sit at the bar." - }, - { - "ids": "1102", - "examine": "Good for sitting on." - }, - { - "ids": "1103", - "examine": "Gnomes sit on these." - }, - { - "ids": "1104", - "examine": "Gnomes are found sitting here." - }, - { - "ids": "1105", - "examine": "A kingly seat for a royal behind." - }, - { - "ids": "1106,1107", - "examine": "Sit back and relax..." - }, - { - "ids": "1108,1109", - "examine": "A kingly seat for a royal behind." - }, - { - "ids": "1110", - "examine": "Used for sitting on." - }, - { - "ids": "1111", - "examine": "Do I dare sit on this?" - }, - { - "ids": "1112", - "examine": "Church seating." - }, - { - "ids": "1113", - "examine": "Park it here..." - }, - { - "ids": "1114", - "examine": "Wouldn't like to sit on that for too long..." - }, - { - "ids": "1115", - "examine": "The ideal thing to sit on." - }, - { - "ids": "1116,1117", - "examine": "Keeps the neighbours out!" - }, - { - "ids": "1118", - "examine": "Found in wild areas." - }, - { - "ids": "1119", - "examine": "These are commonly found." - }, - { - "ids": "1120", - "examine": "An unusual bush." - }, - { - "ids": "1121", - "examine": "A wild bush." - }, - { - "ids": "1122,1123", - "examine": "All the leaves have fallen off." - }, - { - "ids": "1124,36782", - "examine": "A commonly found bush." - }, - { - "ids": "1125", - "examine": "Bushy!" - }, - { - "ids": "1126", - "examine": "A rose by any other name would still have prickly bits." - }, - { - "ids": "1144,1145,1146", - "examine": "A leafy bush." - }, - { - "ids": "1147,1148,1149", - "examine": "The abode of a fairy." - }, - { - "ids": "1150", - "examine": "Fairies need money too!" - }, - { - "ids": "1151", - "examine": "A fairy is selling items here." - }, - { - "ids": "1152", - "examine": "A small potted plant." - }, - { - "ids": "1153", - "examine": "Someone has planted this." - }, - { - "ids": "1154", - "examine": "A nicely potted fern." - }, - { - "ids": "1155", - "examine": "Better than weeding." - }, - { - "ids": "1156,1157", - "examine": "I bet bees like this." - }, - { - "ids": "1158,1159", - "examine": "A large potted plant." - }, - { - "ids": "1160", - "examine": "A plant in a bamboo pot." - }, - { - "ids": "1161", - "examine": "Cabbage... yuck!" - }, - { - "ids": "1162", - "examine": "Found near the water's edge." - }, - { - "ids": "1163,1164", - "examine": "Not good for eating." - }, - { - "ids": "1165", - "examine": "Fungal growth." - }, - { - "ids": "1166", - "examine": "Poisonous no doubt." - }, - { - "ids": "1167", - "examine": "Fungal growth." - }, - { - "ids": "1168,1169", - "examine": "Poisonous no doubt." - }, - { - "ids": "1170,1171,1172", - "examine": "I doubt that's edible." - }, - { - "ids": "1173", - "examine": "A commonly found fern." - }, - { - "ids": "1174", - "examine": "Spiky!" - }, - { - "ids": "1175", - "examine": "A home for frogs." - }, - { - "ids": "1176", - "examine": "Otherwise known as a lilypad." - }, - { - "ids": "1177", - "examine": "A home for frogs." - }, - { - "ids": "1178", - "examine": "Smells lovely!" - }, - { - "ids": "1179", - "examine": "Who is this Heather girl?" - }, - { - "ids": "1180", - "examine": "I wonder why it's purple?" - }, - { - "ids": "1181,1182,1183", - "examine": "I'd better not get stung." - }, - { - "ids": "1184", - "examine": "The tendrils of a creeping plant." - }, - { - "ids": "1185", - "examine": "Nicely planted." - }, - { - "ids": "1186", - "examine": "A large curling plant." - }, - { - "ids": "1187", - "examine": "That's pretty." - }, - { - "ids": "1188", - "examine": "Blooming!" - }, - { - "ids": "1189", - "examine": "Commonly found in grassy areas." - }, - { - "ids": "1190", - "examine": "Is this the biggest flower around?" - }, - { - "ids": "1191", - "examine": "These are huge!" - }, - { - "ids": "1192", - "examine": "A rare flower." - }, - { - "ids": "1193", - "examine": "Don't flowers make you feel better?" - }, - { - "ids": "1194", - "examine": "Can this talk?" - }, - { - "ids": "1195", - "examine": "You don't see that many of these." - }, - { - "ids": "1196", - "examine": "I wonder what these are?" - }, - { - "ids": "1197", - "examine": "A rarely found flower." - }, - { - "ids": "1198", - "examine": "Very rare flowers." - }, - { - "ids": "1199", - "examine": "These smell nice." - }, - { - "ids": "1200", - "examine": "A bed of red flowers." - }, - { - "ids": "1201", - "examine": "These are pretty." - }, - { - "ids": "1202", - "examine": "Found only in jungle areas." - }, - { - "ids": "1203", - "examine": "A very rare exotic flower." - }, - { - "ids": "1204", - "examine": "A small fernlike plant." - }, - { - "ids": "1205", - "examine": "The leaves of a nasty creeping plant." - }, - { - "ids": "1206,1207,1208", - "examine": "The flower of a nasty creeping plant." - }, - { - "ids": "1231", - "examine": "Nasty curling tendrils of a creeping plant." - }, - { - "ids": "1276", - "examine": "One of the most common trees in RuneScape." - }, - { - "ids": "1277", - "examine": "A healthy young tree." - }, - { - "ids": "1278,1279", - "examine": "A commonly found tree." - }, - { - "ids": "1280", - "examine": "A healthy young tree." - }, - { - "ids": "1281", - "examine": "A beautiful old oak." - }, - { - "ids": "1282,1283,1284", - "examine": "This tree has long been dead." - }, - { - "ids": "1285", - "examine": "An old weather beaten tree." - }, - { - "ids": "1286,1287,1288,1289,1290,1291", - "examine": "It's only useful for firewood now." - }, - { - "ids": "1292", - "examine": "An ancient magical tree." - }, - { - "ids": "1293,1294,1295", - "examine": "An ancient sentient tree." - }, - { - "ids": "1296", - "examine": "This tree has fallen to the ground." - }, - { - "ids": "1297", - "examine": "This tree was either the victim of weather or mankind." - }, - { - "ids": "1298", - "examine": "A commonly found fern." - }, - { - "ids": "1299", - "examine": "Is this a weed?" - }, - { - "ids": "1300", - "examine": "A fern is growing here." - }, - { - "ids": "1301", - "examine": "Home to many unusual creatures." - }, - { - "ids": "1302", - "examine": "A leafy tree." - }, - { - "ids": "1303,1304,1305", - "examine": "A tree found in tropical areas." - }, - { - "ids": "1306", - "examine": "The tree shimmers with a magical force." - }, - { - "ids": "1307", - "examine": "I bet this makes good syrup!" - }, - { - "ids": "1308", - "examine": "These trees are found near water." - }, - { - "ids": "1309", - "examine": "A splendid tree." - }, - { - "ids": "1310", - "examine": "This tree has vines hanging from it." - }, - { - "ids": "1311", - "examine": "This would be good to sleep under." - }, - { - "ids": "1312", - "examine": "An essential for tropical islands." - }, - { - "ids": "1313,1314", - "examine": "An unusual tree grows here." - }, - { - "ids": "1315,1316", - "examine": "A hardy evergreen tree." - }, - { - "ids": "1317", - "examine": "A young sentient tree." - }, - { - "ids": "1318,1319", - "examine": "This would make good firewood." - }, - { - "ids": "1320,1321", - "examine": "The branch is infested with moss." - }, - { - "ids": "1322", - "examine": "The trunk of this tree is hollow." - }, - { - "ids": "1323", - "examine": "A gnarly old tree root." - }, - { - "ids": "1324", - "examine": "The roots of a tree are exposed." - }, - { - "ids": "1325", - "examine": "I hope I don't trip over any of these." - }, - { - "ids": "1326,1327,1328", - "examine": "A terribly tall tropical tree." - }, - { - "ids": "1329", - "examine": "Leaves of a bamboo tree." - }, - { - "ids": "1330,1331,1332", - "examine": "It's thick with snow." - }, - { - "ids": "1333", - "examine": "This old tree has been taken over by parasitic plants." - }, - { - "ids": "1334,1335,1336,1337,1338", - "examine": "This old tree is rotting away." - }, - { - "ids": "1339,1340", - "examine": "They're just waiting to trip someone up." - }, - { - "ids": "1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359", - "examine": "This tree has been cut down." - }, - { - "ids": "1360,1361,1362", - "examine": "This tree contains dangerous insects no doubt." - }, - { - "ids": "1363,1364", - "examine": "They're just waiting to trip someone up." - }, - { - "ids": "1365", - "examine": "It's only useful for firewood now." - }, - { - "ids": "1366", - "examine": "A gnarly old tree root." - }, - { - "ids": "1367", - "examine": "The roots of this tree are exposed." - }, - { - "ids": "1368", - "examine": "I hope I don't trip over any of these." - }, - { - "ids": "1369", - "examine": "An unusual tree grows here." - }, - { - "ids": "1370", - "examine": "This old tree is rotting away." - }, - { - "ids": "1371,1372,1373,1374,1375,1376,1377", - "examine": "This tree contains dangerous insects no doubt." - }, - { - "ids": "1378,1379", - "examine": "This old tree is rotting away." - }, - { - "ids": "1380", - "examine": "A gnarly old tree root." - }, - { - "ids": "1381", - "examine": "The roots of this tree are exposed." - }, - { - "ids": "1382", - "examine": "I hope I don't trip over any of these." - }, - { - "ids": "1383", - "examine": "This tree has long been dead." - }, - { - "ids": "1384", - "examine": "It's only useful for firewood now." - }, - { - "ids": "1385", - "examine": "A gnarly old tree root." - }, - { - "ids": "1386", - "examine": "The roots of this tree are exposed." - }, - { - "ids": "1387", - "examine": "I hope I don't trip over any of these." - }, - { - "ids": "1388,1389", - "examine": "They're just waiting to trip someone up." - }, - { - "ids": "1390", - "examine": "Commonly found in these parts." - }, - { - "ids": "1391", - "examine": "A leafy plant." - }, - { - "ids": "1392", - "examine": "A leafy fern." - }, - { - "ids": "1393", - "examine": "A small bushy plant." - }, - { - "ids": "1394", - "examine": "A leafy shrub." - }, - { - "ids": "1395", - "examine": "No flies on me." - }, - { - "ids": "1396", - "examine": "How do these things manage to grow?" - }, - { - "ids": "1397", - "examine": "This cactus has recently had a chunk taken off." - }, - { - "ids": "1398", - "examine": "A leafy fern." - }, - { - "ids": "1399", - "examine": "This has broad leaves." - }, - { - "ids": "1400", - "examine": "A large waxy jungle plant." - }, - { - "ids": "1401", - "examine": "A type of jungle fern." - }, - { - "ids": "1402", - "examine": "A large waxy jungle plant." - }, - { - "ids": "1403,1404,1405,1406", - "examine": "How do these things manage to grow?" - }, - { - "ids": "1407", - "examine": "Leaves a nasty mark." - }, - { - "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": "Looks spiky." - }, - { - "ids": "1504", - "examine": "The door is open." - }, - { - "ids": "1505", - "examine": "The door is closed." - }, - { - "ids": "1506,1507,1508,1509,1510,1511,1512,1513,1514,1515", - "examine": "A sturdy wooden door." - }, - { - "ids": "1516,1517,1518,1519,1520,1521,1522,1523,1524,1525", - "examine": "A large double door." - }, - { - "ids": "1526,1527,1528", - "examine": "The curtain is closed." - }, - { - "ids": "1529", - "examine": "The curtain is open." - }, - { - "ids": "1530", - "examine": "The door is closed." - }, - { - "ids": "1531,1532", - "examine": "The door is open." - }, - { - "ids": "1533,1534,1535", - "examine": "A nicely fitted door." - }, - { - "ids": "1536", - "examine": "An ornately-fashioned door." - }, - { - "ids": "1537,1538", - "examine": "An elf-fashioned door." - }, - { - "ids": "1539,1540,1541,1542,1543,1544,1545,1546,1547,1548,1549,1550", - "examine": "Solid bars of iron." - }, - { - "ids": "1551,1552,1553,1554,1555,1556", - "examine": "A wooden gate." - }, - { - "ids": "1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567", - "examine": "A wrought iron gate." - }, - { - "ids": "1568,1569", - "examine": "I wonder what's under it?" - }, - { - "ids": "1570,1571", - "examine": "I wonder what's down there?" - }, - { - "ids": "1572", - "examine": "This door has been boarded up." - }, - { - "ids": "1573,1574,1575,1576", - "examine": "A door to a grand place." - }, - { - "ids": "1577,1578,1579", - "examine": "The top of the archway." - }, - { - "ids": "1580,1581,1582", - "examine": "The base of the archway." - }, - { - "ids": "1583,1584,1585,1586,1587,1588", - "examine": "There is something strange about this wall..." - }, - { - "ids": "1589,1590", - "examine": "A wrought iron gate." - }, - { - "ids": "1591", - "examine": "The door is closed." - }, - { - "ids": "1592,1593", - "examine": "Something is strange about this panel." - }, - { - "ids": "1594", - "examine": "An entranceway into the dungeon." - }, - { - "ids": "1595", - "examine": "The way in." - }, - { - "ids": "1596,1597", - "examine": "A wrought iron gate." - }, - { - "ids": "1598,1599", - "examine": "A wooden gate." - }, - { - "ids": "1600", - "examine": "The doors to the Magic Guild." - }, - { - "ids": "1601,1602,1603,1604,1605,1606,1607,1608", - "examine": "The doors to the Magic guild." - }, - { - "ids": "1609,1610,1611,1612", - "examine": "A wooden structure used in the process of building." - }, - { - "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": "This timber is broken" - }, - { - "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": "A pile of bricks." - }, - { - "ids": "1722,36791", - "examine": "I can climb these stairs." - }, - { - "ids": "1723", - "examine": "They go down." - }, - { - "ids": "1724", - "examine": "I can climb down these stairs." - }, - { - "ids": "1725,36768", - "examine": "I can climb up this." - }, - { - "ids": "1726,1727,1728", - "examine": "I can climb down this." - }, - { - "ids": "1729", - "examine": "I can climb this." - }, - { - "ids": "1730", - "examine": "Dare I go up?" - }, - { - "ids": "1731,1732", - "examine": "These stairs look spooky!" - }, - { - "ids": "1733", - "examine": "I can use these stairs to climb down." - }, - { - "ids": "1734", - "examine": "I can climb these stairs." - }, - { - "ids": "1735", - "examine": "A rickety old staircase." - }, - { - "ids": "1736", - "examine": "I can climb down these stairs." - }, - { - "ids": "1737,1738", - "examine": "I can climb up these stairs." - }, - { - "ids": "1739", - "examine": "I can climb up or go down these stairs." - }, - { - "ids": "1740,1741", - "examine": "I can climb down these stairs." - }, - { - "ids": "1742", - "examine": "I can climb up these stairs." - }, - { - "ids": "1743", - "examine": "I can climb up or go down these stairs." - }, - { - "ids": "1744,1745", - "examine": "I can climb down these stairs." - }, - { - "ids": "1746", - "examine": "I can climb down this." - }, - { - "ids": "1747,1748", - "examine": "I can climb this." - }, - { - "ids": "1749", - "examine": "I can climb down this." - }, - { - "ids": "1750,1751", - "examine": "I can climb this." - }, - { - "ids": "1752", - "examine": "I can't climb this." - }, - { - "ids": "1753", - "examine": "It's useless." - }, - { - "ids": "1754", - "examine": "I can climb down this." - }, - { - "ids": "1755", - "examine": "I can climb this." - }, - { - "ids": "1756", - "examine": "I can climb down this." - }, - { - "ids": "1757", - "examine": "I can climb this." - }, - { - "ids": "1758", - "examine": "Not much use really." - }, - { - "ids": "1759", - "examine": "This leads downwards." - }, - { - "ids": "1760", - "examine": "These can be useful." - }, - { - "ids": "1761", - "examine": "Steps made from natural rock." - }, - { - "ids": "1762,1763,1764", - "examine": "A rope hangs here." - }, - { - "ids": "1765", - "examine": "I can climb down this." - }, - { - "ids": "1766", - "examine": "I can climb this." - }, - { - "ids": "1767", - "examine": "I can climb down this." - }, - { - "ids": "1768,1769,1770,1771,1772,1773,1774,1775,1776,1777", - "examine": "I can climb this." - }, - { - "ids": "1778", - "examine": "These huge stone discs grind grain to make flour." - }, - { - "ids": "1779,1780,1781", - "examine": "These sails use the wind to drive the windmill." - }, - { - "ids": "1782,1783,1784,1785,1786,1787,1788,1789,1790,1791,1792,1793,1794,1795,1796", - "examine": "I'll need an empty pot so I can collect my flour." - }, - { - "ids": "1797,1798,1799,1800,1801,1802,1803", - "examine": "Some very hard rocks, I wouldn't want to fall on those." - }, - { - "ids": "1804", - "examine": "This door requires a key." - }, - { - "ids": "1805,1806,1807,1808,1809", - "examine": "The door to the Champions' Guild." - }, - { - "ids": "1810", - "examine": "Here be spiders!" - }, - { - "ids": "1811", - "examine": "I can walk through this tattered web." - }, - { - "ids": "1812", - "examine": "A magical border of teleportation." - }, - { - "ids": "1813", - "examine": "For putting things on." - }, - { - "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": "I wonder what this does..." - }, - { - "ids": "1852,1853,1854,1855,1856,1857,1858,1859,1860,1861,1862,1863", - "examine": "This lets in more light." - }, - { - "ids": "1864,1865,1866,1867,1868,1869,1870,1871,1872,1873,1874,1875", - "examine": "These obviously mean keep out!" - }, - { - "ids": "1876,1877,1878,1879,1880,1881,1882,1883,1884,1885,1886,1887,1888,1889,1890,1891,1892,1893,1894,1895", - "examine": "I shudder to think what has taken place here." - }, - { - "ids": "1896", - "examine": "This hasn't seen a duster for a while." - }, - { - "ids": "1897", - "examine": "Not as nice as some." - }, - { - "ids": "1898,1899", - "examine": "This needs dusting before I'll sit on it." - }, - { - "ids": "1900", - "examine": "This could do with a bit of a spit and polish." - }, - { - "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": "This clearly isn't used for dining very often." - }, - { - "ids": "1939,1940,1941,1942,1943,1944,1945,1946", - "examine": "A tower." - }, - { - "ids": "1947,1948", - "examine": "It looks like I might be able to climb over this piece of the wall..." - }, - { - "ids": "1949,1950,1951,1952,1953,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966", - "examine": "A pile of bricks." - }, - { - "ids": "1967,1968,1969,1970,1971,1972,1973,1974,1975,1976,1977,1978,1979,1980,1981,1982,1983,1984", - "examine": "A grand door for a grand tree." - }, - { - "ids": "1985,1986", - "examine": "A large root." - }, - { - "ids": "1987", - "examine": "A primitive looking boat." - }, - { - "ids": "1988", - "examine": "Oops!" - }, - { - "ids": "1989", - "examine": "A good source of books!" - }, - { - "ids": "1990", - "examine": "A wooden crate for storage." - }, - { - "ids": "1991", - "examine": "Solid bars of iron." - }, - { - "ids": "1992", - "examine": "There is an indent the size of a pebble in the stone's centre." - }, - { - "ids": "1993", - "examine": "A stone tomb surrounded by flowers." - }, - { - "ids": "1994,37016,37015", - "examine": "I wonder what's inside." - }, - { - "ids": "1995", - "examine": "Perhaps I should search it." - }, - { - "ids": "1996,1997", - "examine": "I should be safe if I can reach this." - }, - { - "ids": "1998", - "examine": "Wet rope." - }, - { - "ids": "1999", - "examine": "A wooden crate for storage." - }, - { - "ids": "2000,2001,2002,2003", - "examine": "An elf-fashioned door." - }, - { - "ids": "2004", - "examine": "The pillar has a rune shaped dent in it." - }, - { - "ids": "2005", - "examine": "A statue of Baxtorian chiselled in stone." - }, - { - "ids": "2006,2007,2008,2009", - "examine": "A statue of Glarial chiselled in stone." - }, - { - "ids": "2010,2011,2012", - "examine": "A ledge." - }, - { - "ids": "2013", - "examine": "Known commonly as Red worm vine." - }, - { - "ids": "2014", - "examine": "A magically elevated chalice full of tears." - }, - { - "ids": "2015,2016,2017,2018", - "examine": "A magically elevated chalice full of ash." - }, - { - "ids": "2019", - "examine": "A whirlpool." - }, - { - "ids": "2020,2021", - "examine": "It's too wet for firewood." - }, - { - "ids": "2022", - "examine": "A wooden barrel, maybe a way off this rock." - }, - { - "ids": "2023", - "examine": "An interesting tree with long straight branches." - }, - { - "ids": "2024", - "examine": "A large bubbling cauldron, smells... Ugh!" - }, - { - "ids": "2025", - "examine": "The door is closed." - }, - { - "ids": "2026,2027,2028,2029,2030,2031", - "examine": "I can see fish swimming in the water." - }, - { - "ids": "2032", - "examine": "It's closed." - }, - { - "ids": "2033", - "examine": "It's open." - }, - { - "ids": "2034", - "examine": "It's closed." - }, - { - "ids": "2035", - "examine": "It's open." - }, - { - "ids": "2036", - "examine": "It's closed." - }, - { - "ids": "2037", - "examine": "It's open." - }, - { - "ids": "2038", - "examine": "I've met less intelligent conversationalists." - }, - { - "ids": "2039,2040,2041,2042", - "examine": "It's closed." - }, - { - "ids": "2043", - "examine": "Something's bubbling away in it." - }, - { - "ids": "2044,2045,2046,2047", - "examine": "Like an animal dinner table." - }, - { - "ids": "2048,2049", - "examine": "It's a door." - }, - { - "ids": "2050,2051,2052,2053", - "examine": "A wooden gate." - }, - { - "ids": "2054,2055", - "examine": "It's a door." - }, - { - "ids": "2056", - "examine": "It's closed." - }, - { - "ids": "2057", - "examine": "It's open." - }, - { - "ids": "2058,2059,2060,2061,2062", - "examine": "It's closed." - }, - { - "ids": "2063", - "examine": "It's open." - }, - { - "ids": "2064", - "examine": "For storage." - }, - { - "ids": "2065", - "examine": "Used for climbing." - }, - { - "ids": "2066", - "examine": "A wall." - }, - { - "ids": "2067", - "examine": "A watchtower." - }, - { - "ids": "2068", - "examine": "A fence." - }, - { - "ids": "2069,2070", - "examine": "A closed door." - }, - { - "ids": "2071,2072", - "examine": "Used for storage." - }, - { - "ids": "2073,2074,2075,2076,2077,2078", - "examine": "Grows weird yellow fruit." - }, - { - "ids": "2079,2080", - "examine": "I wonder what's inside?" - }, - { - "ids": "2081,2082,2083,2084,2085,2086,2087,2088", - "examine": "Handy for boarding boats." - }, - { - "ids": "2089", - "examine": "Ornamental." - }, - { - "ids": "2090,2091,2092,2093,2094,2095,2096,2097,2098,2099,2100,2101,2102,2103,2104,2105,2106,2107,2108,2109,2110,2111", - "examine": "A rocky outcrop." - }, - { - "ids": "2112", - "examine": "The door is closed." - }, - { - "ids": "2113", - "examine": "I can climb down this." - }, - { - "ids": "2114", - "examine": "This transports coal!" - }, - { - "ids": "2115", - "examine": "The left hand side of the gate." - }, - { - "ids": "2116", - "examine": "The right hand side of the gate." - }, - { - "ids": "2117", - "examine": "It's an old wall." - }, - { - "ids": "2118", - "examine": "Lots of water swirling around" - }, - { - "ids": "2119,2120,2121,2122,2123,2124,2125,2126,2127,2128,2129,2130,2131,2132,2133,2134,2135,2136,2137,2138,2139,2140", - "examine": "A rocky outcrop." - }, - { - "ids": "2141", - "examine": "An open chest." - }, - { - "ids": "2142", - "examine": "An eerie glow permeates the cauldron." - }, - { - "ids": "2143,2144", - "examine": "Looks secure." - }, - { - "ids": "2145,2146", - "examine": "Ooooh! Spooky!" - }, - { - "ids": "2147", - "examine": "Going down?" - }, - { - "ids": "2148", - "examine": "Going up?" - }, - { - "ids": "2149", - "examine": "An imposing stone structure." - }, - { - "ids": "2150,2151,2152,2153", - "examine": "A column of elemental power." - }, - { - "ids": "2154,2155", - "examine": "A wrought iron gate." - }, - { - "ids": "2156,2157,2158", - "examine": "A magical portal of teleportation." - }, - { - "ids": "2159,2160,2161", - "examine": "It's a floating barrel." - }, - { - "ids": "2162,2163,2164,2165,2166", - "examine": "Smells like fish." - }, - { - "ids": "2167", - "examine": "Water is pouring in through the hole." - }, - { - "ids": "2168", - "examine": "A patch of swamp tar has bunged up the hole." - }, - { - "ids": "2169,2170,2171", - "examine": "There's a strong wind whipping up the sea." - }, - { - "ids": "2172,2173", - "examine": "A huge net to catch little fish." - }, - { - "ids": "2174", - "examine": "The upper deck can be accessed with this ladder." - }, - { - "ids": "2175", - "examine": "Back down to the main deck." - }, - { - "ids": "2176,2177", - "examine": "This old trawler has seen better days." - }, - { - "ids": "2178,2179", - "examine": "Handy for boarding boats." - }, - { - "ids": "2180,2181", - "examine": "It's a war machine." - }, - { - "ids": "2182", - "examine": "It can't hurt to just have a look, can it?" - }, - { - "ids": "2183", - "examine": "I wonder what is inside..." - }, - { - "ids": "2184", - "examine": "The door is closed." - }, - { - "ids": "2185", - "examine": "This wall has seen better days." - }, - { - "ids": "2186", - "examine": "Hmmm... I wonder if it's loose enough to get through." - }, - { - "ids": "2187", - "examine": "I can climb down this ladder." - }, - { - "ids": "2188,2189", - "examine": "I can climb up this ladder." - }, - { - "ids": "2190", - "examine": "I can climb down this ladder." - }, - { - "ids": "2191,2192,2193", - "examine": "I wonder what's inside?" - }, - { - "ids": "2194,2195,2196", - "examine": "Perhaps I should search it." - }, - { - "ids": "2197", - "examine": "I wonder what's inside?" - }, - { - "ids": "2198", - "examine": "Perhaps I should search it." - }, - { - "ids": "2199,2200,2201,2202,2203,2204,2205,2206,2207,2208,2209", - "examine": "An old gate for locking up undesirables." - }, - { - "ids": "2210", - "examine": "Looking through it makes far off things look closer!" - }, - { - "ids": "2211", - "examine": "A weathered old gravestone." - }, - { - "ids": "2212", - "examine": "It's a sack!" - }, - { - "ids": "2213", - "examine": "The bank teller will serve you from here." - }, - { - "ids": "2214", - "examine": "This booth is for private customers only." - }, - { - "ids": "2215", - "examine": "This booth is closed." - }, - { - "ids": "2216", - "examine": "This looks like it's being used to block entrance to the village." - }, - { - "ids": "2217", - "examine": "Something seems to be buried under this." - }, - { - "ids": "2218,2219", - "examine": "A narrow fissure in the ground." - }, - { - "ids": "2220", - "examine": "A pile of rubble." - }, - { - "ids": "2221", - "examine": "A stone with some carvings on it." - }, - { - "ids": "2222", - "examine": "A pile of loose rocks." - }, - { - "ids": "2223", - "examine": "Probably nothing useful in these." - }, - { - "ids": "2224", - "examine": "A rotten and barely standing set of gallows." - }, - { - "ids": "2225", - "examine": "Wet rocks, it looks like you might be able to climb them." - }, - { - "ids": "2226", - "examine": "This table has seen better days." - }, - { - "ids": "2227,2228", - "examine": "A crudely constructed raft." - }, - { - "ids": "2229", - "examine": "A statue to mark Tai Bwo Wannai sacred grounds." - }, - { - "ids": "2230", - "examine": "A sturdy cart for travelling in." - }, - { - "ids": "2231,2232,2233", - "examine": "A rocky outcrop." - }, - { - "ids": "2234", - "examine": "Rocks that have been stacked at regular intervals." - }, - { - "ids": "2235", - "examine": "An ancient construct for supporting the bones of the deceased." - }, - { - "ids": "2236", - "examine": "I can climb the rocky outcrop." - }, - { - "ids": "2237", - "examine": "An exotic looking tree." - }, - { - "ids": "2238,2239", - "examine": "Large doors set into the hillside." - }, - { - "ids": "2240,2241", - "examine": "These doors must have been hidden here for years." - }, - { - "ids": "2242,2243", - "examine": "Perhaps you should give them a push." - }, - { - "ids": "2244", - "examine": "Commonly found in these parts." - }, - { - "ids": "2245", - "examine": "A leafy fern." - }, - { - "ids": "2246,2247,2248,2249,2250,2251,2252", - "examine": "Large carved tomb doors, they look terrifying." - }, - { - "ids": "2253,2254", - "examine": "Perhaps you should give them a push." - }, - { - "ids": "2255,2256", - "examine": "An ancient metal gate, but still pretty secure." - }, - { - "ids": "2257", - "examine": "A rocky outcrop." - }, - { - "ids": "2258", - "examine": "An ancient construct for supporting the bones of the deceased." - }, - { - "ids": "2259,2260,2261,2262,2263,2264", - "examine": "The gate is closed." - }, - { - "ids": "2265", - "examine": "A sturdy cart for travelling in." - }, - { - "ids": "2266,2267", - "examine": "The door is closed." - }, - { - "ids": "2268", - "examine": "This leads up to the sleeping area." - }, - { - "ids": "2269", - "examine": "This leads downwards." - }, - { - "ids": "2270", - "examine": "A jungle plant." - }, - { - "ids": "2271", - "examine": "I wonder what's inside?" - }, - { - "ids": "2272", - "examine": "It's open." - }, - { - "ids": "2273,2274", - "examine": "An odd-looking rock with a rope tied to it." - }, - { - "ids": "2275,2276,2277,2278", - "examine": "An odd-looking rock formation." - }, - { - "ids": "2279,2280,2281", - "examine": "Holds the rope up. Hopefuly." - }, - { - "ids": "2282,2283", - "examine": "Use this to swing over crevices." - }, - { - "ids": "2284,2285,2286", - "examine": "This must be climbed over." - }, - { - "ids": "2287,2288", - "examine": "A pipe I can squeeze through." - }, - { - "ids": "2289", - "examine": "It's hollow..." - }, - { - "ids": "2290,2291,2292,2293", - "examine": "A pipe I can squeeze through." - }, - { - "ids": "2294,2295,2296,2297", - "examine": "A slippery log I can walk across." - }, - { - "ids": "2298,2299,2300", - "examine": "The irregular surface can be climbed." - }, - { - "ids": "2301,2302", - "examine": "Tread carefully!" - }, - { - "ids": "2303", - "examine": "I can just about edge across here." - }, - { - "ids": "2304,2305,2306", - "examine": "Pointy!" - }, - { - "ids": "2307,2308", - "examine": "A wrought iron gate." - }, - { - "ids": "2309", - "examine": "Solid bars of iron." - }, - { - "ids": "2310", - "examine": "This tree has been cut down." - }, - { - "ids": "2311", - "examine": "I can jump from this stepping stone." - }, - { - "ids": "2312", - "examine": "I can balance on this rope." - }, - { - "ids": "2313", - "examine": "I can climb up this." - }, - { - "ids": "2314,2315", - "examine": "I can climb down here." - }, - { - "ids": "2316,36776", - "examine": "I can climb up these stairs." - }, - { - "ids": "2317", - "examine": "I can climb up these rocks to another cave." - }, - { - "ids": "2318", - "examine": "I can climb down these rocks to another cave." - }, - { - "ids": "2319,2320,2321", - "examine": "I can traverse these." - }, - { - "ids": "2322,2323,2324", - "examine": "Use this to swing across gaps." - }, - { - "ids": "2325", - "examine": "I can swing on this tree." - }, - { - "ids": "2326", - "examine": "A branch protrudes here." - }, - { - "ids": "2327", - "examine": "This tree has an unusually long branch on it." - }, - { - "ids": "2328,2329,2330,2331", - "examine": "A rocky outcrop." - }, - { - "ids": "2332", - "examine": "A nearly rotten wooden log that crosses the river." - }, - { - "ids": "2333,2334,2335", - "examine": "A rocky outcrop from the running water." - }, - { - "ids": "2336", - "examine": "You can see a cauldron directly below." - }, - { - "ids": "2337", - "examine": "This door is very sturdy looking." - }, - { - "ids": "2338", - "examine": "This door is closed." - }, - { - "ids": "2339,2340", - "examine": "This door is very sturdy looking." - }, - { - "ids": "2341", - "examine": "There is something strange about this wall..." - }, - { - "ids": "2342", - "examine": "Looks like a ventilation grill." - }, - { - "ids": "2343,2344,2345,2346,2347,2348,2349", - "examine": "A large stone block." - }, - { - "ids": "2350,2351", - "examine": "Used to move earth to, and from, the dig shaft." - }, - { - "ids": "2352,2353", - "examine": "This leads back up the dig shaft." - }, - { - "ids": "2354,2355,2356", - "examine": "Yep, they're sacks!" - }, - { - "ids": "2357,2358", - "examine": "A leafy bush." - }, - { - "ids": "2359", - "examine": "A sealed barrel with a warning sign on it." - }, - { - "ids": "2360", - "examine": "I wonder what's inside..." - }, - { - "ids": "2361", - "examine": "A sturdy chest to keep things in." - }, - { - "ids": "2362", - "examine": "A large stone block." - }, - { - "ids": "2363", - "examine": "A place where you can pan for gold." - }, - { - "ids": "2364,2365", - "examine": "A wooden container." - }, - { - "ids": "2366,2367,2368,2369,2370,2371", - "examine": "A signpost!" - }, - { - "ids": "2372", - "examine": "Shelves filled with interesting books." - }, - { - "ids": "2373,2374", - "examine": "A cupboard." - }, - { - "ids": "2375", - "examine": "Used to keep specimens on." - }, - { - "ids": "2376,2377,2378", - "examine": "Soil" - }, - { - "ids": "2379", - "examine": "Technically a bed." - }, - { - "ids": "2380", - "examine": "I wonder what's inside..." - }, - { - "ids": "2381,2382,2383,2384,2385,2386,2387,2388,2389,2390", - "examine": "Swampy dirt." - }, - { - "ids": "2391,2392", - "examine": "A very solid looking gate." - }, - { - "ids": "2393", - "examine": "Aim for the goal!" - }, - { - "ids": "2394,2395", - "examine": "A gate to the Gnomeball pitch." - }, - { - "ids": "2396", - "examine": "Distinctly feminine." - }, - { - "ids": "2397,2398,2399", - "examine": "A solid looking door." - }, - { - "ids": "2400,2401", - "examine": "Might be worth searching." - }, - { - "ids": "2402", - "examine": "A good source of books!" - }, - { - "ids": "2403,2404", - "examine": "Might be worth searching." - }, - { - "ids": "2405", - "examine": "I can climb this." - }, - { - "ids": "2406,2407", - "examine": "The door is closed." - }, - { - "ids": "2408", - "examine": "I can climb down this." - }, - { - "ids": "2409", - "examine": "A commonly found tree." - }, - { - "ids": "2410", - "examine": "I can climb this." - }, - { - "ids": "2411", - "examine": "The door is closed." - }, - { - "ids": "2412,2413,2414,2415", - "examine": "Handy for boarding the ship." - }, - { - "ids": "2416", - "examine": "Pull me!" - }, - { - "ids": "2417,2418,2419,2420", - "examine": "Place party drop items here." - }, - { - "ids": "2421", - "examine": "This lever is down." - }, - { - "ids": "2422", - "examine": "This lever is up." - }, - { - "ids": "2423", - "examine": "This lever is down." - }, - { - "ids": "2424", - "examine": "This lever is up." - }, - { - "ids": "2425", - "examine": "This lever is down." - }, - { - "ids": "2426", - "examine": "This lever is up." - }, - { - "ids": "2427,2428,2429,2430,2431", - "examine": "This door is closed by an unknown mechanism." - }, - { - "ids": "2432,2433", - "examine": "This gate is closed shut." - }, - { - "ids": "2434,2435", - "examine": "This may be worth opening." - }, - { - "ids": "2436,2437", - "examine": "I wonder what's inside." - }, - { - "ids": "2438,2439", - "examine": "A wooden gate." - }, - { - "ids": "2440,2441,2442,2443", - "examine": "Wonder what this pillar is for?" - }, - { - "ids": "2444,2445", - "examine": "I wonder what's under it?" - }, - { - "ids": "2446", - "examine": "This leads to somewhere...but where?" - }, - { - "ids": "2447,2448", - "examine": "I reckon I could climb that!" - }, - { - "ids": "2449,2450", - "examine": "Some magical rocks." - }, - { - "ids": "2451,2452,2453,2454,2455,2456,2457,2458,2459,2460,2461,2462,2463,2464", - "examine": "There's something behind these roots." - }, - { - "ids": "2465,2466,2467,2468,2469,2470,2471,2472,2473,2474,2475,2476,2477", - "examine": "A portal from this mystical place." - }, - { - "ids": "2478,2479,2480,2481,2482,2483,2484,2485,2486,2487,2488,2489,2490", - "examine": "A mysterious power emanates from this shrine." - }, - { - "ids": "2491", - "examine": "The source of all Rune Stones." - }, - { - "ids": "2492", - "examine": "A portal from this mystical place." - }, - { - "ids": "2493,2494,2495,2496", - "examine": "A part of an old temple." - }, - { - "ids": "2497,2498,2499,2500,2501,2502", - "examine": "Unusual energy is gathered here." - }, - { - "ids": "2503,2504,2505,2506,2507", - "examine": "An old crumbled pillar." - }, - { - "ids": "2508,2509,2510", - "examine": "Broken parts of an old temple." - }, - { - "ids": "2511", - "examine": "This leads to the practice tower." - }, - { - "ids": "2512", - "examine": "This leads back down to the guild." - }, - { - "ids": "2513", - "examine": "I wonder if I can hit a bullseye?" - }, - { - "ids": "2514", - "examine": "The door to the Ranging Guild." - }, - { - "ids": "2515", - "examine": "I hope it doesn't sink." - }, - { - "ids": "2516", - "examine": "It's sinking!" - }, - { - "ids": "2517", - "examine": "Going up?" - }, - { - "ids": "2518", - "examine": "Typical shoddy workmanship." - }, - { - "ids": "2519", - "examine": "Crates of packed fish." - }, - { - "ids": "2520,2521", - "examine": "It's used for loading and unloading fishing boats." - }, - { - "ids": "2522,2523", - "examine": "It's a flight of stairs." - }, - { - "ids": "2524", - "examine": "I wonder what's inside?" - }, - { - "ids": "2525", - "examine": "It's open." - }, - { - "ids": "2526,2527", - "examine": "The door of a small prison." - }, - { - "ids": "2528", - "examine": "The door is closed." - }, - { - "ids": "2529", - "examine": "A door." - }, - { - "ids": "2530", - "examine": "Used for storage." - }, - { - "ids": "2531,2532", - "examine": "Looks like someone's tried digging here." - }, - { - "ids": "2533", - "examine": "A pile of what is hopefully mud." - }, - { - "ids": "2534", - "examine": "There's black cross on the door." - }, - { - "ids": "2535", - "examine": "The door is closed." - }, - { - "ids": "2536", - "examine": "A door." - }, - { - "ids": "2537", - "examine": "The door is closed." - }, - { - "ids": "2538", - "examine": "A door." - }, - { - "ids": "2539,2540", - "examine": "A flight of stairs." - }, - { - "ids": "2541,2542", - "examine": "An outlet to the sewer." - }, - { - "ids": "2543", - "examine": "There's a cover over this manhole." - }, - { - "ids": "2544", - "examine": "How dangerous, someone has left this manhole open." - }, - { - "ids": "2545", - "examine": "This is supposed to stop people falling down the manhole." - }, - { - "ids": "2546,2547,2548,2549", - "examine": "A door." - }, - { - "ids": "2550,2551", - "examine": "A secure door." - }, - { - "ids": "2552,2553", - "examine": "A metal gate bars your way." - }, - { - "ids": "2554,2555,2556,2557,2558,2559", - "examine": "A secure door." - }, - { - "ids": "2560", - "examine": "Fine silk woven by experts." - }, - { - "ids": "2561", - "examine": "This stall smells great." - }, - { - "ids": "2562", - "examine": "Precious stones from around the world." - }, - { - "ids": "2563", - "examine": "All manner of animal clothing." - }, - { - "ids": "2564", - "examine": "Spices to tingle your taste buds." - }, - { - "ids": "2565", - "examine": "Fine silver items are for sale here." - }, - { - "ids": "2566,2567,2568,2569,2570,2571,2572,2573,2574", - "examine": "I wonder what's inside it." - }, - { - "ids": "2575,2576", - "examine": "A marshy jungle vine." - }, - { - "ids": "2577", - "examine": "A tall palm tree with some plants growing at its stem." - }, - { - "ids": "2578", - "examine": "A tall palm tree." - }, - { - "ids": "2579", - "examine": "The burnt ground has a plant growing on it." - }, - { - "ids": "2580", - "examine": "The ground has been burnt here by a fire." - }, - { - "ids": "2581", - "examine": "A rock with green moss growing on it." - }, - { - "ids": "2582", - "examine": "A rock, it looks like something was growing here." - }, - { - "ids": "2583", - "examine": "It looks as if it is covered in some fungus." - }, - { - "ids": "2584", - "examine": "A collection of rocks over what looks like a depression." - }, - { - "ids": "2585", - "examine": "Rocky walls, you may be able to climb it." - }, - { - "ids": "2586", - "examine": "It's closed." - }, - { - "ids": "2587", - "examine": "I wonder what's inside?" - }, - { - "ids": "2588", - "examine": "It's open." - }, - { - "ids": "2589", - "examine": "This ship's not getting far with that." - }, - { - "ids": "2590,2591", - "examine": "Takes me into the ship." - }, - { - "ids": "2592", - "examine": "Takes me back on deck." - }, - { - "ids": "2593,2594", - "examine": "Handy for boarding the ship." - }, - { - "ids": "2595", - "examine": "It's closed." - }, - { - "ids": "2596", - "examine": "A blood-red door." - }, - { - "ids": "2597", - "examine": "A lurid orange door." - }, - { - "ids": "2598", - "examine": "A sickly yellow door." - }, - { - "ids": "2599", - "examine": "A gloomy blue door." - }, - { - "ids": "2600", - "examine": "A groovy magenta door." - }, - { - "ids": "2601", - "examine": "A putrid green door." - }, - { - "ids": "2602", - "examine": "Probably the nicest door in this ghastly place." - }, - { - "ids": "2603", - "examine": "It's closed." - }, - { - "ids": "2604", - "examine": "It's open." - }, - { - "ids": "2605", - "examine": "It's a ladder." - }, - { - "ids": "2606", - "examine": "There is something strange about this wall..." - }, - { - "ids": "2607,2608", - "examine": "It's closed." - }, - { - "ids": "2609", - "examine": "A collection of rocks over what looks like a depression." - }, - { - "ids": "2610", - "examine": "A rope hangs here that I can climb." - }, - { - "ids": "2611", - "examine": "It's a ladder." - }, - { - "ids": "2612", - "examine": "Wonder what's in here..." - }, - { - "ids": "2613", - "examine": "Smells kind of funny..." - }, - { - "ids": "2614", - "examine": "Spooky!" - }, - { - "ids": "2615", - "examine": "Looks comfortable..." - }, - { - "ids": "2616", - "examine": "Looks spooky..." - }, - { - "ids": "2617", - "examine": "Phew, an exit!" - }, - { - "ids": "2618", - "examine": "The fence is broken at this point." - }, - { - "ids": "2619", - "examine": "A wooden barrel for storage." - }, - { - "ids": "2620", - "examine": "An old crate for storage." - }, - { - "ids": "2621,2622", - "examine": "It's a door." - }, - { - "ids": "2623", - "examine": "It's a gate." - }, - { - "ids": "2624,2625", - "examine": "The entrance to the Hero's Guild." - }, - { - "ids": "2626,2627,2628", - "examine": "It's a door." - }, - { - "ids": "2629", - "examine": "There is something unusual about this wall..." - }, - { - "ids": "2630", - "examine": "I can see eels swimming in the lava." - }, - { - "ids": "2631", - "examine": "It's a door." - }, - { - "ids": "2632", - "examine": "I wonder what's inside?" - }, - { - "ids": "2633", - "examine": "It's open." - }, - { - "ids": "2634", - "examine": "Rocks that contain nothing interesting, but block the way." - }, - { - "ids": "2635", - "examine": "I wonder what's inside?" - }, - { - "ids": "2636,2637", - "examine": "It's open." - }, - { - "ids": "2638,2639", - "examine": "A source of pure water." - }, - { - "ids": "2640", - "examine": "A shrine for the faithful to worship at." - }, - { - "ids": "2641", - "examine": "I can climb this." - }, - { - "ids": "2642", - "examine": "Used for fashioning clay items." - }, - { - "ids": "2643", - "examine": "Bake your clay items in here." - }, - { - "ids": "2644", - "examine": "Used for spinning thread." - }, - { - "ids": "2645", - "examine": "A tray of sand." - }, - { - "ids": "2646", - "examine": "A plant cultivated for fibres." - }, - { - "ids": "2647,2648,2649", - "examine": "The door to the Crafting Guild." - }, - { - "ids": "2650", - "examine": "A pile of smelly rotting waste." - }, - { - "ids": "2651", - "examine": "A sturdy home for bees." - }, - { - "ids": "2652", - "examine": "Looks like this is where waste from the kitchen comes out." - }, - { - "ids": "2653", - "examine": "It looks like a spiders' nest to me." - }, - { - "ids": "2654", - "examine": "This fountain suits the garden." - }, - { - "ids": "2655", - "examine": "It's the Sinclair Family coat of arms." - }, - { - "ids": "2656", - "examine": "Looks like this is where Anna keeps her stuff." - }, - { - "ids": "2657", - "examine": "Looks like this is where Bob keeps his stuff." - }, - { - "ids": "2658", - "examine": "Looks like this is where Carol keeps her stuff." - }, - { - "ids": "2659", - "examine": "Looks like this is where David keeps his stuff." - }, - { - "ids": "2660", - "examine": "Looks like this is where Elizabeth keeps her stuff." - }, - { - "ids": "2661", - "examine": "Looks like this is where Frank keeps his stuff." - }, - { - "ids": "2662", - "examine": "Looks like this is where the cook stores flour." - }, - { - "ids": "2663", - "examine": "Some sacks of general garden items." - }, - { - "ids": "2664,2665", - "examine": "Luckily it seems able to keep that vicious dog inside." - }, - { - "ids": "2666", - "examine": "Looks like the killer smashed this to leave the mansion." - }, - { - "ids": "2667", - "examine": "Slaves are using this to pull up barrels of rocks from down below." - }, - { - "ids": "2668,2669", - "examine": "Slaves are placing barrels on this to haul them to the surface." - }, - { - "ids": "2670", - "examine": "A succulent cactus." - }, - { - "ids": "2671", - "examine": "A less-than-succulent succulent." - }, - { - "ids": "2672", - "examine": "I can try to make new items on this." - }, - { - "ids": "2673,2674", - "examine": "A solid looking gate." - }, - { - "ids": "2675,2676", - "examine": "Large doors made of solid oak." - }, - { - "ids": "2677", - "examine": "A solid looking chest, it belongs to Captain Siad." - }, - { - "ids": "2678", - "examine": "A selection of Captain Siad's Books." - }, - { - "ids": "2679", - "examine": "A sturdy looking desk on which the Captain works." - }, - { - "ids": "2680", - "examine": "A barrel containing rocks and mining debris." - }, - { - "ids": "2681", - "examine": "An empty mining barrel." - }, - { - "ids": "2682", - "examine": "The cart which takes barrels of rocks from the mining encampment to Al-Kharid." - }, - { - "ids": "2683", - "examine": "Gives a lovely view of the desert, complete with metalic bars." - }, - { - "ids": "2684", - "examine": "It seems to be used for moving rocks into and out of this area." - }, - { - "ids": "2685,2686,2687,2688", - "examine": "A solid looking gate." - }, - { - "ids": "2689", - "examine": "There's no getting around it, it's a fairly sturdy prison cell door." - }, - { - "ids": "2690,2691", - "examine": "Large solid, thick set oak doors" - }, - { - "ids": "2692", - "examine": "It looks fairly sturdy." - }, - { - "ids": "2693", - "examine": "This is used by Shantay and his men to take items to the bank on your behalf." - }, - { - "ids": "2694,2695,2696,2697", - "examine": "A rocky rock." - }, - { - "ids": "2698,2699", - "examine": "A cave which has been mined out." - }, - { - "ids": "2700,2701", - "examine": "The entrance to the tent." - }, - { - "ids": "2702,2703", - "examine": "Tracks in the sand." - }, - { - "ids": "2704", - "examine": "Rocky!" - }, - { - "ids": "2705", - "examine": "It's a door." - }, - { - "ids": "2706", - "examine": "A nicely fitted door." - }, - { - "ids": "2707,2708", - "examine": "A wooden crate for storage." - }, - { - "ids": "2709", - "examine": "I wonder what's inside?" - }, - { - "ids": "2710", - "examine": "It's open." - }, - { - "ids": "2711", - "examine": "It's a flight of stairs." - }, - { - "ids": "2712", - "examine": "The door is closed." - }, - { - "ids": "2713,2714,2715,2716,2717", - "examine": "Grain goes in here." - }, - { - "ids": "2718,2719,2720,2721,2722", - "examine": "These control the flow of grain from the hopper to the millstones." - }, - { - "ids": "2723", - "examine": "A spicy meat kebab is cooking here." - }, - { - "ids": "2724", - "examine": "A fire burns brightly here." - }, - { - "ids": "2725,2726", - "examine": "A grand old fireplace." - }, - { - "ids": "2727", - "examine": "Something is cooking nicely here." - }, - { - "ids": "2728,2729,2730,2731", - "examine": "Ideal for cooking on." - }, - { - "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": "Hot!" - }, - { - "ids": "2781", - "examine": "A hot place for forging things in." - }, - { - "ids": "2782", - "examine": "It says \"Property of Doric the dwarf.\" on the side." - }, - { - "ids": "2783", - "examine": "Used for fashioning metal items." - }, - { - "ids": "2784", - "examine": "Various implements for working with metal." - }, - { - "ids": "2785", - "examine": "A hot place for forging things in." - }, - { - "ids": "2786,2787,2788,2789", - "examine": "An entrance to Gu'Tanoth." - }, - { - "ids": "2790", - "examine": "I wonder what's inside it." - }, - { - "ids": "2791,2792", - "examine": "A counter made from a stone block." - }, - { - "ids": "2793", - "examine": "An ogre is selling cakes here." - }, - { - "ids": "2794,2795", - "examine": "A lever for activating something." - }, - { - "ids": "2796", - "examine": "This leads to the watchtower." - }, - { - "ids": "2797", - "examine": "This leads downwards." - }, - { - "ids": "2798,2799,2800,2801,2802,2803", - "examine": "A leafy bush." - }, - { - "ids": "2804,2805,2806,2807,2808,2809,2810,2811", - "examine": "I think I can squeeze through here..." - }, - { - "ids": "2812", - "examine": "This leads downwards." - }, - { - "ids": "2813", - "examine": "I think I can squeeze through here..." - }, - { - "ids": "2814,2815", - "examine": "The gate has been locked shut." - }, - { - "ids": "2816", - "examine": "A strange looking rock..." - }, - { - "ids": "2817,2818,2819,2820,2821,2822", - "examine": "I think I can get out here..." - }, - { - "ids": "2823", - "examine": "A hole." - }, - { - "ids": "2824", - "examine": "A hole" - }, - { - "ids": "2825", - "examine": "I hope this leads the way out." - }, - { - "ids": "2826,2827,2828,2829", - "examine": "I wonder what's inside it?" - }, - { - "ids": "2830,2831", - "examine": "You can probably jump over from here." - }, - { - "ids": "2832", - "examine": "A low wall is blocking your path." - }, - { - "ids": "2833", - "examine": "This goes up!" - }, - { - "ids": "2834", - "examine": "A low wall is blocking your path." - }, - { - "ids": "2835,2836,2837,2838,2839,2840,2841", - "examine": "Looks hard." - }, - { - "ids": "2842", - "examine": "It has a special magical quality." - }, - { - "ids": "2843", - "examine": "This drain leads from the sink to the sewers below." - }, - { - "ids": "2844,2845,2846,2847,2848", - "examine": "This looks like it can be turned." - }, - { - "ids": "2849", - "examine": "A rudimentary type of boat." - }, - { - "ids": "2850", - "examine": "It's closed." - }, - { - "ids": "2851", - "examine": "It's open." - }, - { - "ids": "2852", - "examine": "I can probably squeeze my way inside there." - }, - { - "ids": "2853", - "examine": "It's a flight of stairs." - }, - { - "ids": "2854,2855", - "examine": "Made of wood." - }, - { - "ids": "2856", - "examine": "I wonder what's inside?" - }, - { - "ids": "2857", - "examine": "It's open." - }, - { - "ids": "2858", - "examine": "Used for storage." - }, - { - "ids": "2859", - "examine": "A hot range, where some soup is bubbling nicely." - }, - { - "ids": "2860", - "examine": "Very ominous." - }, - { - "ids": "2861,2862", - "examine": "It's a door." - }, - { - "ids": "2863", - "examine": "The door is closed." - }, - { - "ids": "2864", - "examine": "A water feature." - }, - { - "ids": "2865,2866", - "examine": "It's a gate." - }, - { - "ids": "2867", - "examine": "Very decorative!" - }, - { - "ids": "2868,2869", - "examine": "It's a cupboard." - }, - { - "ids": "2870", - "examine": "The mouse equivalent of a door." - }, - { - "ids": "2871", - "examine": "I can climb down this." - }, - { - "ids": "2872", - "examine": "I can climb this." - }, - { - "ids": "2873", - "examine": "What a good likeness!" - }, - { - "ids": "2874", - "examine": "A depiction that chills one to the bone." - }, - { - "ids": "2875", - "examine": "I wonder how accurate a representation this is." - }, - { - "ids": "2876", - "examine": "A counter made from a stone block." - }, - { - "ids": "2877", - "examine": "A barrel full of staffs..." - }, - { - "ids": "2878,2879", - "examine": "Patterns of light dance hypnotically across the pool's surface." - }, - { - "ids": "2880", - "examine": "There seems to be some sort of magical field here." - }, - { - "ids": "2881", - "examine": "It's closed." - }, - { - "ids": "2882,2883", - "examine": "The toll gate from Lumbridge to Al-Kharid." - }, - { - "ids": "2884", - "examine": "I can climb this." - }, - { - "ids": "2885", - "examine": "An antique by anyone's standards." - }, - { - "ids": "2886", - "examine": "An antique by anyone's standards, however, it might have something interesting in it." - }, - { - "ids": "2887", - "examine": "Looks good for logging." - }, - { - "ids": "2888", - "examine": "A leafy jungle palm, dense foliage." - }, - { - "ids": "2889", - "examine": "Home to many unusual creatures." - }, - { - "ids": "2890", - "examine": "A leafy tree." - }, - { - "ids": "2891", - "examine": "This tree has been cut down." - }, - { - "ids": "2892,2893", - "examine": "A jungle bush, quite common to these areas." - }, - { - "ids": "2894,2895", - "examine": "A jungle bush that has been chopped down." - }, - { - "ids": "2896,2897,2898,2899", - "examine": "A door to the Legends Guild." - }, - { - "ids": "2900,2901", - "examine": "Looks slippery!" - }, - { - "ids": "2902", - "examine": "Stoney!" - }, - { - "ids": "2903,2904", - "examine": "A rather shadowy cavern entrance." - }, - { - "ids": "2905", - "examine": "An old crate for storage." - }, - { - "ids": "2906", - "examine": "Useful for putting things on." - }, - { - "ids": "2907", - "examine": "I guess I could sleep in it if I was really tired." - }, - { - "ids": "2908,2909", - "examine": "A wall of magic fire." - }, - { - "ids": "2910", - "examine": "Rickety bamboo tables that are lashed together to make a desk." - }, - { - "ids": "2911", - "examine": "Bamboo storage!" - }, - { - "ids": "2912,2913,2914,2915", - "examine": "This gate has a horribly complex locking mechanism." - }, - { - "ids": "2916,2917", - "examine": "A dark cave entrance leading to the surface." - }, - { - "ids": "2918", - "examine": "A large crack in the wall." - }, - { - "ids": "2919,2920,2921", - "examine": "A huge lump of rock." - }, - { - "ids": "2922,2923,2924,2925", - "examine": "A heavily constructed, cast-iron, ancient gateway." - }, - { - "ids": "2926", - "examine": "A high wall made up of rocks with sharp edges." - }, - { - "ids": "2927", - "examine": "It looks like ancient graffiti." - }, - { - "ids": "2928", - "examine": "An ornately carved rock with a pointed receptacle." - }, - { - "ids": "2929", - "examine": "A half buried skeleton, probably dwarven remains." - }, - { - "ids": "2930", - "examine": "A huge, strangely constructed doorway, not sure how this opens." - }, - { - "ids": "2931", - "examine": "It looks like a magical portal of some kind, who knows where it leads?" - }, - { - "ids": "2932,2933", - "examine": "Strangely, there's a locked barrel here, I wonder what's inside." - }, - { - "ids": "2934", - "examine": "A large scaffold platform most likely used for lifting and lowering heavy items." - }, - { - "ids": "2935", - "examine": "Used to move earth to, and from, the dig shaft. A rope has been thrown over it." - }, - { - "ids": "2936,2937,2938,2939", - "examine": "A sculpted trunk of wood." - }, - { - "ids": "2940", - "examine": "A wonderfully dressed table." - }, - { - "ids": "2941", - "examine": "Sparkling sacred water straight from the source." - }, - { - "ids": "2942", - "examine": "A sparkling, babbling flow of water from an underground source." - }, - { - "ids": "2943", - "examine": "Disgusting filthy quagmire that oozes from the ground." - }, - { - "ids": "2944", - "examine": "Found near the water's edge." - }, - { - "ids": "2945", - "examine": "A baby Yommi tree, it has a mystical aura." - }, - { - "ids": "2946", - "examine": "An adolescent-looking Yommi tree, it has a mystical aura." - }, - { - "ids": "2947", - "examine": "A dead Yommi tree sapling, you'll need a tough axe to remove this." - }, - { - "ids": "2948", - "examine": "A fully grown Yommi tree, it won't get much taller than this." - }, - { - "ids": "2949", - "examine": "A dead fully grown Yommi tree, you'll need a tough, sharp axe to remove this." - }, - { - "ids": "2950", - "examine": "A felled adult Yommi tree, perhaps you should trim those branches?" - }, - { - "ids": "2951", - "examine": "A rotten felled Yommi tree, it was left too long in the damp jungle." - }, - { - "ids": "2952", - "examine": "A trimmed Yommi tree log, perfect for sculpting into a totem pole." - }, - { - "ids": "2953", - "examine": "A rotten Yommi tree log, it was left too long in the damp jungle air." - }, - { - "ids": "2954", - "examine": "A beautifully crafted totem pole carved from the trunk of the sacred Yommi tree." - }, - { - "ids": "2955", - "examine": "A rotten totem pole, it was left to rot in the jungle." - }, - { - "ids": "2956", - "examine": "This earth is particularly fertile." - }, - { - "ids": "2957", - "examine": "This earth is damaged by cultivation, time will restore the fertility." - }, - { - "ids": "2958", - "examine": "A rope hangs here." - }, - { - "ids": "2959,2960,2961", - "examine": "A dangerous path onwards." - }, - { - "ids": "2962,2963,2964", - "examine": "Stoney!" - }, - { - "ids": "2965", - "examine": "Looks slippery!" - }, - { - "ids": "2966,2967,2968", - "examine": "A hot place for forging things in." - }, - { - "ids": "2969", - "examine": "It looks like a strangely shaped depression in the rock." - }, - { - "ids": "2970", - "examine": "This recess has a glowing heart shaped crystal in it." - }, - { - "ids": "2971", - "examine": "This looks like some sort of shimmering surface." - }, - { - "ids": "2972,2973,2974", - "examine": "A huge lump of rock." - }, - { - "ids": "2975,2976", - "examine": "This tree is particularly leafy." - }, - { - "ids": "2977", - "examine": "A large pile of sand" - }, - { - "ids": "2978", - "examine": "A medium pile of sand" - }, - { - "ids": "2979", - "examine": "A small pile of sand" - }, - { - "ids": "2980,2981,2982,2983,2984,2985,2986,2987,2988", - "examine": "Some beautiful flowers." - }, - { - "ids": "2989,2990,2991,2992,2993,2994", - "examine": "Known commonly as Red worm vine." - }, - { - "ids": "2995,2996", - "examine": "I wonder what's inside." - }, - { - "ids": "2997", - "examine": "The door is closed." - }, - { - "ids": "2998,2999", - "examine": "The door is open." - }, - { - "ids": "3000,3001,3002,3003,3004,3005,3006,3007,3008,3009,3010,3011,3012,3013", - "examine": "These obviously mean keep out!" - }, - { - "ids": "3014", - "examine": "A nicely fitted door." - }, - { - "ids": "3015,3016", - "examine": "A wooden gate." - }, - { - "ids": "3017,3018,3019", - "examine": "A nicely fitted door." - }, - { - "ids": "3020,3021,3022,3023", - "examine": "A wrought iron gate." - }, - { - "ids": "3024,3025,3026,3027", - "examine": "A closed door." - }, - { - "ids": "3028", - "examine": "I can climb this." - }, - { - "ids": "3029", - "examine": "I can climb down this." - }, - { - "ids": "3030", - "examine": "I can climb this." - }, - { - "ids": "3031", - "examine": "I can climb down this." - }, - { - "ids": "3032", - "examine": "I can see fish swimming in the water." - }, - { - "ids": "3033,3034,3035,3036", - "examine": "One of the most common trees in RuneScape." - }, - { - "ids": "3037", - "examine": "A beautiful old oak." - }, - { - "ids": "3038", - "examine": "Hot!" - }, - { - "ids": "3039", - "examine": "Ideal for cooking on." - }, - { - "ids": "3040", - "examine": "It's closed." - }, - { - "ids": "3041", - "examine": "It's open." - }, - { - "ids": "3042,3043", - "examine": "A rocky outcrop." - }, - { - "ids": "3044", - "examine": "A hot place for forging things in." - }, - { - "ids": "3045", - "examine": "The bank teller will serve you from here." - }, - { - "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": "These obviously mean keep out!" - }, - { - "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": "Lean against the wall to get a better view!" - }, - { - "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": "Flags marking the entrance to the arena." - }, - { - "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": "Beats the operating table." - }, - { - "ids": "3182", - "examine": "Wait here for a nurse." - }, - { - "ids": "3183,3184,3185", - "examine": "Storage for drugs and bandages." - }, - { - "ids": "3186,3187,3188,3189", - "examine": "I don't really want to end up here..." - }, - { - "ids": "3190", - "examine": "These open and close!" - }, - { - "ids": "3191", - "examine": "This may be worth searching." - }, - { - "ids": "3192", - "examine": "You can see the last 50 fights on here." - }, - { - "ids": "3193", - "examine": "Used to store players' items whilst they duel." - }, - { - "ids": "3194", - "examine": "Use for quick access to your bank." - }, - { - "ids": "3195", - "examine": "Smells pretty bad!" - }, - { - "ids": "3196", - "examine": "Not much use for anything except scrap." - }, - { - "ids": "3197,3198", - "examine": "Entrance to the Duel Arena." - }, - { - "ids": "3199,3200,3201,3202", - "examine": "A wooden double bed." - }, - { - "ids": "3203,3204", - "examine": "Access to the duel arena." - }, - { - "ids": "3205", - "examine": "I can climb down this." - }, - { - "ids": "3206,3207,3208", - "examine": "A barrel full of staffs..." - }, - { - "ids": "3209,3210,3211,3212", - "examine": "A strange crack cuts into the wall." - }, - { - "ids": "3213", - "examine": "It looks like I can squeeze through here." - }, - { - "ids": "3214,3215", - "examine": "The easy way out..." - }, - { - "ids": "3216", - "examine": "A pile of mud." - }, - { - "ids": "3217", - "examine": "I can go through here." - }, - { - "ids": "3218,3219", - "examine": "Dark and intimidating." - }, - { - "ids": "3220,3221", - "examine": "That skull's looking at me...." - }, - { - "ids": "3222", - "examine": "I can climb down these." - }, - { - "ids": "3223", - "examine": "I can climb up these." - }, - { - "ids": "3224,3225,3226", - "examine": "I can go through here." - }, - { - "ids": "3227", - "examine": "Best not to get caught!" - }, - { - "ids": "3228,3229", - "examine": "Best avoided." - }, - { - "ids": "3230", - "examine": "Looks suspicious." - }, - { - "ids": "3231", - "examine": "A plank." - }, - { - "ids": "3232", - "examine": "Formed over many years." - }, - { - "ids": "3233", - "examine": "Best avoided." - }, - { - "ids": "3234", - "examine": "Looks suspicious." - }, - { - "ids": "3235", - "examine": "I can open the grill from this side." - }, - { - "ids": "3236,3237", - "examine": "A pipe I can squeeze through." - }, - { - "ids": "3238", - "examine": "Maybe I can cross that." - }, - { - "ids": "3239", - "examine": "It looks like only the guide ropes are holding the bridge up." - }, - { - "ids": "3240", - "examine": "A bridge." - }, - { - "ids": "3241,3242", - "examine": "This lever can be operated." - }, - { - "ids": "3243,3244,3245,3246", - "examine": "The base of a platform." - }, - { - "ids": "3247,3248,3249,3250,3251,3252,3253", - "examine": "A bridge." - }, - { - "ids": "3254,3255,3256", - "examine": "I can't get past that very easily..." - }, - { - "ids": "3257", - "examine": "A platform." - }, - { - "ids": "3258,3259,3260,3261,3262", - "examine": "A bridge." - }, - { - "ids": "3263", - "examine": "This area may not be safe..." - }, - { - "ids": "3264", - "examine": "A well of nastiness." - }, - { - "ids": "3265", - "examine": "I can climb this pile of rocks..." - }, - { - "ids": "3266,3267,3268,3269", - "examine": "Usually used for storing living things..." - }, - { - "ids": "3270", - "examine": "The door is closed." - }, - { - "ids": "3271", - "examine": "The door is open." - }, - { - "ids": "3272,3273,3274,3275", - "examine": "I wonder what's inside." - }, - { - "ids": "3276,3277,3278,3279,3280,3281,3282,3283,3284,3285,3286,3287,3288,3289,3290,3291,3292,3293", - "examine": "A stone bridge." - }, - { - "ids": "3294", - "examine": "A hot place for forging things in." - }, - { - "ids": "3295,3296,3297,3298,3299,3300,3301,3302", - "examine": "It's covered in strange writing." - }, - { - "ids": "3303", - "examine": "You won't be able to lift that." - }, - { - "ids": "3304", - "examine": "A portcullis." - }, - { - "ids": "3305,3306", - "examine": "It doesn't look like water in there..." - }, - { - "ids": "3307", - "examine": "A pile of rocks." - }, - { - "ids": "3308", - "examine": "The boulder has smashed through the cage." - }, - { - "ids": "3309,3310,3311,3312,3313,3314,3315,3316,3317,3318,3319,3320,3321,3322,3323,3324,3325,3326", - "examine": "A deposit of rocks." - }, - { - "ids": "3327", - "examine": "Intimidating!" - }, - { - "ids": "3328,3329,3330,3331", - "examine": "A depiction of a great dwarf miner." - }, - { - "ids": "3332", - "examine": "A temple door." - }, - { - "ids": "3333,3334,3335,3336", - "examine": "A very big door." - }, - { - "ids": "3337", - "examine": "This lever can be operated." - }, - { - "ids": "3338", - "examine": "Why would a log be hung up there?" - }, - { - "ids": "3339", - "examine": "Looks suspicious." - }, - { - "ids": "3340", - "examine": "Looks like the rope is holding the bridge up." - }, - { - "ids": "3341,3342", - "examine": "Looks like the other rope is holding the bridge up." - }, - { - "ids": "3343", - "examine": "A pile of rocks." - }, - { - "ids": "3344,3345,3346,3347", - "examine": "It's got dwarf brew in it." - }, - { - "ids": "3348,3349,3350", - "examine": "Lord Iban's Throne." - }, - { - "ids": "3351,3352", - "examine": "I'm glad I'm on this side of those bars." - }, - { - "ids": "3353,3354,3355,3356,3357,3358", - "examine": "I don't much like the look of that..." - }, - { - "ids": "3359", - "examine": "Well of the damned." - }, - { - "ids": "3360", - "examine": "A wooden crate for storage." - }, - { - "ids": "3361", - "examine": "A magical sphere that glimmers within." - }, - { - "ids": "3362,3363", - "examine": "A window." - }, - { - "ids": "3364", - "examine": "An odd looking rock formation." - }, - { - "ids": "3365", - "examine": "Looks like I can climb these." - }, - { - "ids": "3366", - "examine": "Makes you cry." - }, - { - "ids": "3367,3368,3369,3370", - "examine": "Steel bars that are locked securely." - }, - { - "ids": "3371", - "examine": "An Achey tree stump." - }, - { - "ids": "3372,3373,3374,3375", - "examine": "Useful for ogre dinners." - }, - { - "ids": "3376", - "examine": "An ogre bench, useful for taking all that weight off their legs." - }, - { - "ids": "3377", - "examine": "Hmmm, a rock for a lock...." - }, - { - "ids": "3378", - "examine": "Some stealthy thief must have picked the ogre lock!" - }, - { - "ids": "3379", - "examine": "The entrance to Rantz's cave" - }, - { - "ids": "3380,3381", - "examine": "Exit this way for fresh air and daylight." - }, - { - "ids": "3382,3383,3384,3385,3386,3387,3388", - "examine": "Useful for ogre dinners." - }, - { - "ids": "3389", - "examine": "A good source of books!" - }, - { - "ids": "3390,3391,3392,3393", - "examine": "A strange crack cuts into the wall." - }, - { - "ids": "3394,3395", - "examine": "A wooden crate for storage." - }, - { - "ids": "3396,3397", - "examine": "A pile of boxes for storage." - }, - { - "ids": "3398,3399,3400,3401", - "examine": "A wooden crate for storage." - }, - { - "ids": "3402", - "examine": "Used for fashioning metal items." - }, - { - "ids": "3403", - "examine": "A pile of Elemental rock." - }, - { - "ids": "3404,3405", - "examine": "A valve to start and stop the flow of water." - }, - { - "ids": "3406", - "examine": "This lever can be operated." - }, - { - "ids": "3407,3408", - "examine": "It spins." - }, - { - "ids": "3409", - "examine": "This lever can be operated." - }, - { - "ids": "3410,3411,3412", - "examine": "Big bellows." - }, - { - "ids": "3413", - "examine": "A furnace with an air blast pipe." - }, - { - "ids": "3414", - "examine": "A small trough full of lava." - }, - { - "ids": "3415", - "examine": "I can climb down these stairs." - }, - { - "ids": "3416", - "examine": "I can climb up these stairs." - }, - { - "ids": "3417,3418,3419,3420,3421,3422,3423,3424,3425,3426,3427,3428", - "examine": "This lever can be operated." - }, - { - "ids": "3429,3430", - "examine": "Water powered machinery." - }, - { - "ids": "3431", - "examine": "Stoney!" - }, - { - "ids": "3432", - "examine": "I wonder what's under it?" - }, - { - "ids": "3433,3434,3435,3436,3437,3438,3439", - "examine": "I can see a holy barrier at the bottom." - }, - { - "ids": "3440", - "examine": "They let you walk up them!" - }, - { - "ids": "3441,3442", - "examine": "They let you walk down them!" - }, - { - "ids": "3443", - "examine": "A holy barrier blocking evil forces." - }, - { - "ids": "3444,3445,3446,3447,3448,3449,3450,3451,3452,3453,3454,3455,3456,3457,3458,3459,3460,3461,3462", - "examine": "A sturdy metal gate." - }, - { - "ids": "3463,3464,3465", - "examine": "A hastily constructed yet sturdy prison door." - }, - { - "ids": "3466", - "examine": "Dead animal parts dangling!" - }, - { - "ids": "3467,3468,3469,3470,3471,3472,3473,3474,3475,3476,3477,3478", - "examine": "So how long has this been dead, then?" - }, - { - "ids": "3479", - "examine": "A statue honouring Saradomin." - }, - { - "ids": "3480,3481,3482,3483,3484", - "examine": "An ornately decorated coffin. Something seems to be alive inside." - }, - { - "ids": "3485,3486,3487,3488", - "examine": "An ornately carved well that draws water from the river Salve." - }, - { - "ids": "3489,3490,3491,3492", - "examine": "Sturdy looking door." - }, - { - "ids": "3493,3494,3495,3496,3497,3498,3499", - "examine": "A monument to a fallen priest." - }, - { - "ids": "3500,3501,3502,3503,3504,3505", - "examine": "With skill I can play this." - }, - { - "ids": "3506,3507", - "examine": "A wrought iron gate." - }, - { - "ids": "3508,3509", - "examine": "Not sure if I should sit on that." - }, - { - "ids": "3510,3511", - "examine": "Not sure if that's any use." - }, - { - "ids": "3512,3513", - "examine": "It'll probably die soon." - }, - { - "ids": "3514,3515", - "examine": "Not sure if I should stand under that." - }, - { - "ids": "3516", - "examine": "A dark dank entrance to below.." - }, - { - "ids": "3517,3518,3519", - "examine": "A large tree thriving where trees normally die." - }, - { - "ids": "3520", - "examine": "Special grotto area." - }, - { - "ids": "3521", - "examine": "A grotto transformed into an altar of nature." - }, - { - "ids": "3522", - "examine": "It's a bridge." - }, - { - "ids": "3523,3524", - "examine": "An old bench, probably made from wood in this swamp." - }, - { - "ids": "3525", - "examine": "The door." - }, - { - "ids": "3526", - "examine": "The green door." - }, - { - "ids": "3527,3528,3529,3530,3531,3532,3533,3534,3535,3536,3537,3538,3539,3540,3541,3542,3543,3544,3545", - "examine": "A roughly hewn stone with some sort of symbol on it." - }, - { - "ids": "3546,3547,3548,3549,3550", - "examine": "There is a rope leading to the bottom of this well." - }, - { - "ids": "3551,3552", - "examine": "I can balance on this rope." - }, - { - "ids": "3553,3554,3555,3556,3557,3558", - "examine": "I can balance on this log." - }, - { - "ids": "3559,3560,3561,3562", - "examine": "Tread carefully!" - }, - { - "ids": "3563,3564", - "examine": "Now, I'm the king of the swingers, oh, the jungle VIP." - }, - { - "ids": "3565", - "examine": "It looks like I can clamber over this." - }, - { - "ids": "3566", - "examine": "Use this to swing over to the next platform." - }, - { - "ids": "3567,3568,3569", - "examine": "I might want to avoid this nasty blade." - }, - { - "ids": "3570,3571,3572,3573,3574,3575,3576,3577", - "examine": "Walk the plank! Ya land lubber!" - }, - { - "ids": "3578,3579", - "examine": "It's a small step for a player, a giant leap for player kind." - }, - { - "ids": "3580", - "examine": "Makes sliced human." - }, - { - "ids": "3581", - "examine": "Releases a ticket when the flashing arrow is above it." - }, - { - "ids": "3582", - "examine": "Makes human colanders." - }, - { - "ids": "3583,3584", - "examine": "I can use these to climb across to the other side." - }, - { - "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": "Looks suspiciously like a pressure pad to me." - }, - { - "ids": "3608,3609", - "examine": "Releases a ticket when the flashing arrow is above it." - }, - { - "ids": "3610,3611,3612,3613,3614,3615,3616", - "examine": "I can use this rope to climb back to the top." - }, - { - "ids": "3617", - "examine": "Leads down into the Agility Arena." - }, - { - "ids": "3618,3619,3620,3621,3622,3623,3624,3625", - "examine": "Leads back to Brimhaven." - }, - { - "ids": "3626,3627,3628,3629,3630,3631,3632,3633", - "examine": "It looks very sturdy." - }, - { - "ids": "3634", - "examine": "A shrine of the gods!" - }, - { - "ids": "3635", - "examine": "I wonder what's inside..." - }, - { - "ids": "3636,3637,3638,3639,3640,3641,3642,3643", - "examine": "It looks empty." - }, - { - "ids": "3644,3645,3646,3647,3648,3649,3650,3651,3652,3653,3654,3655,3656,3657,3658,3659,3660,3661", - "examine": "That's really bright!" - }, - { - "ids": "3662,3663,3664", - "examine": "Smells more like \"innocent villager\" stew to me..." - }, - { - "ids": "3665,3666,3667,3668,3669,3670,3671,3672,3673,3674,3675", - "examine": "Troll leftovers..." - }, - { - "ids": "3676,3677,3678", - "examine": "A stone mechanism that unlocks the equipment room." - }, - { - "ids": "3679", - "examine": "A standard of Asgarnia." - }, - { - "ids": "3680", - "examine": "The flag of Asgarnia." - }, - { - "ids": "3681,3682,3683,3684", - "examine": "Town of Burthorpe" - }, - { - "ids": "3685,3686,3687,3688,3689,3690,3691", - "examine": "A pile of boxes for storage." - }, - { - "ids": "3692,3693", - "examine": "Some of the Sherpa's climbing rope." - }, - { - "ids": "3694,3695", - "examine": "Looks like the Imperial Guard's supply of Dual Claws." - }, - { - "ids": "3696", - "examine": "The Imperial Guard's ceremonial armour." - }, - { - "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 barrel full of swords..." - }, - { - "ids": "3722,3723,3724", - "examine": "A rocky outcrop." - }, - { - "ids": "3725,3726,3727,3728,3729", - "examine": "A wooden gate." - }, - { - "ids": "3730,3731,3732,3733,3734", - "examine": "I can climb over the fence with this." - }, - { - "ids": "3735", - "examine": "Looks like a small cave." - }, - { - "ids": "3736,3737,3738,3739,3740", - "examine": "The exit to the outside." - }, - { - "ids": "3741", - "examine": "No solicitors!" - }, - { - "ids": "3742", - "examine": "Danger" - }, - { - "ids": "3743,3744", - "examine": "A sturdy wooden door." - }, - { - "ids": "3745,3746", - "examine": "The door is closed." - }, - { - "ids": "3747", - "examine": "A nicely fitted door." - }, - { - "ids": "3748,3749,3750,3751", - "examine": "A rocky outcrop." - }, - { - "ids": "3752,3753,3754,3755,3756", - "examine": "Unusual energy is gathered here." - }, - { - "ids": "3757", - "examine": "Looks like a small cave." - }, - { - "ids": "3758", - "examine": "The way out." - }, - { - "ids": "3759", - "examine": "Looks like a small cave." - }, - { - "ids": "3760", - "examine": "The way out." - }, - { - "ids": "3761", - "examine": "The back way out." - }, - { - "ids": "3762", - "examine": "The back way into the stronghold." - }, - { - "ids": "3763", - "examine": "The door is closed." - }, - { - "ids": "3764", - "examine": "The door is open." - }, - { - "ids": "3765,3766", - "examine": "The door to Mad Eadgar's cell." - }, - { - "ids": "3767,3768", - "examine": "The door to Godric's cell." - }, - { - "ids": "3769", - "examine": "Hot!" - }, - { - "ids": "3770", - "examine": "This window looks down onto the Troll Camp." - }, - { - "ids": "3771", - "examine": "The entrance to the Troll Stronghold." - }, - { - "ids": "3772,3773,3774", - "examine": "The way out of the Troll Stronghold." - }, - { - "ids": "3775", - "examine": "Looks like stew of some kind..." - }, - { - "ids": "3776,3777,3778,3779", - "examine": "A door in the Stronghold." - }, - { - "ids": "3780,3781", - "examine": "The door to the prison." - }, - { - "ids": "3782,3783,3784", - "examine": "The entrance to the Troll Arena." - }, - { - "ids": "3785,3786,3787", - "examine": "The exit to the Troll Arena." - }, - { - "ids": "3788", - "examine": "I can climb these stairs." - }, - { - "ids": "3789", - "examine": "They go down." - }, - { - "ids": "3790,3791,3792,3793", - "examine": "A rocky outcrop." - }, - { - "ids": "3794,3795,3796", - "examine": "Looks tasty! If you're a goat, that is." - }, - { - "ids": "3797", - "examine": "Now that's what I call slimline!" - }, - { - "ids": "3798", - "examine": "He looks very relaxed." - }, - { - "ids": "3799", - "examine": "Now he's just too thin." - }, - { - "ids": "3800", - "examine": "A counter made from a stone block." - }, - { - "ids": "3801", - "examine": "The ideal thing to sit on." - }, - { - "ids": "3802", - "examine": "Not so good for sitting on." - }, - { - "ids": "3803,3804", - "examine": "A rocky outcrop." - }, - { - "ids": "3805", - "examine": "They don't seem to roll." - }, - { - "ids": "3806", - "examine": "They're troll eggs. Or perhaps rocks." - }, - { - "ids": "3807", - "examine": "These make great pets." - }, - { - "ids": "3808,3809", - "examine": "It's a troll! Run! No, wait, it's just a rock." - }, - { - "ids": "3810,3811,3812", - "examine": "The door to the storeroom." - }, - { - "ids": "3813", - "examine": "It probably hasn't got anything interesting inside." - }, - { - "ids": "3814,3815", - "examine": "They probably haven't got anything interesting inside." - }, - { - "ids": "3816", - "examine": "They're closed." - }, - { - "ids": "3817,3818,3819", - "examine": "They're open." - }, - { - "ids": "3820", - "examine": "It doesn't contain anything particularly appetising." - }, - { - "ids": "3821", - "examine": "Makes you taller." - }, - { - "ids": "3822", - "examine": "It's full of dried goutweed." - }, - { - "ids": "3823", - "examine": "Welcome to Mad Eadgar's! If I'm not in, I've probably been captured again." - }, - { - "ids": "3824", - "examine": "I don't want to look too closely at what's cooking in there..." - }, - { - "ids": "3825", - "examine": "A limestone ceiling growth." - }, - { - "ids": "3826", - "examine": "A tooth shaped rock formation protruding from the floor." - }, - { - "ids": "3827,3828", - "examine": "How am I going to get down there?" - }, - { - "ids": "3829", - "examine": "I hope this holds!" - }, - { - "ids": "3830,3831", - "examine": "How am I going to get down there?" - }, - { - "ids": "3832", - "examine": "I hope this holds!" - }, - { - "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 moving..." - }, - { - "ids": "3856,3857", - "examine": "It's a half buried crate." - }, - { - "ids": "3858,3859", - "examine": "It's stuck in the sand." - }, - { - "ids": "3860,3861", - "examine": "It's full of brightly coloured fish." - }, - { - "ids": "3862", - "examine": "It's a pile of burning bones." - }, - { - "ids": "3863,3864,3865,3866,3867,3868,3869,3870,3871,3872,3873,3874,3875,3876,3877,3878", - "examine": "The tribal statue of Tai Bwo Wannai Village." - }, - { - "ids": "3879", - "examine": "A tree." - }, - { - "ids": "3880", - "examine": "It's a tree stump." - }, - { - "ids": "3881,3882,3883", - "examine": "A tree." - }, - { - "ids": "3884", - "examine": "It's a tree stump." - }, - { - "ids": "3885,3886,3887,3888,3889,3890,3891,3892,3893,3894,3895,3896,3897,3898,3899,3900", - "examine": "A tree." - }, - { - "ids": "3901", - "examine": "A rare flower." - }, - { - "ids": "3902", - "examine": "Don't flowers make you feel better?" - }, - { - "ids": "3903", - "examine": "A rare flower." - }, - { - "ids": "3904", - "examine": "Don't flowers make you feel better?" - }, - { - "ids": "3905", - "examine": "A rare flower." - }, - { - "ids": "3906,3907,3908,3909,3910,3911", - "examine": "Don't flowers make you feel better?" - }, - { - "ids": "3912", - "examine": "Fungal growth." - }, - { - "ids": "3913,3914", - "examine": "Poisonous no doubt." - }, - { - "ids": "3915", - "examine": "Fungal growth." - }, - { - "ids": "3916,3917", - "examine": "Poisonous no doubt." - }, - { - "ids": "3918", - "examine": "The lamp has a glowing crystal at its core." - }, - { - "ids": "3919,3920", - "examine": "It's a trap!" - }, - { - "ids": "3921", - "examine": "A tripwire." - }, - { - "ids": "3922", - "examine": "An odd-looking group of tied sticks." - }, - { - "ids": "3923,3924,3925,3926", - "examine": "A pile of leaves." - }, - { - "ids": "3927", - "examine": "Looks like I can climb these." - }, - { - "ids": "3928", - "examine": "It's a tree." - }, - { - "ids": "3929,3930,3931,3932,3933,3934,3935,3936", - "examine": "I can balance on this log." - }, - { - "ids": "3937", - "examine": "There are some broken twigs here." - }, - { - "ids": "3938", - "examine": "It looks as if the grass here has been flattened." - }, - { - "ids": "3939,3940", - "examine": "You notice the leaf litter here has been disturbed." - }, - { - "ids": "3941,3942,3943", - "examine": "Tracks in the soil." - }, - { - "ids": "3944,3945,3946,3947,3948,3949,3950,3951,3952,3953,3954,3955,3956,3957,3958,3959,3960,3961", - "examine": "You'd need a big siege engine to force that." - }, - { - "ids": "3962,3963,3964,3965,3966", - "examine": "A yellow crystal structure." - }, - { - "ids": "3967,3968", - "examine": "A tree" - }, - { - "ids": "3969", - "examine": "Disturbing but tidy." - }, - { - "ids": "3970", - "examine": "I don't even want to think about what did that..." - }, - { - "ids": "3971", - "examine": "Now that's what I call slimline!" - }, - { - "ids": "3972", - "examine": "He looks very relaxed." - }, - { - "ids": "3973", - "examine": "Now he's just too thin." - }, - { - "ids": "3974", - "examine": "He hasn't eaten in a long time." - }, - { - "ids": "3975", - "examine": "I don't wanna fall in that!" - }, - { - "ids": "3976", - "examine": "Good for smashing city walls." - }, - { - "ids": "3977", - "examine": "There's a winch on this side." - }, - { - "ids": "3978,3979", - "examine": "There's a lever on this side." - }, - { - "ids": "3980,3981,3982", - "examine": "A way to get into the tent." - }, - { - "ids": "3983,3984,3985,3986", - "examine": "A tent." - }, - { - "ids": "3987,3988,3989,3990,3991", - "examine": "A small barrel." - }, - { - "ids": "3992,3993", - "examine": "A standard of Kandarin." - }, - { - "ids": "3994", - "examine": "A small furnace." - }, - { - "ids": "3995", - "examine": "A tent wall." - }, - { - "ids": "3996", - "examine": "A way to get into the tent." - }, - { - "ids": "3997", - "examine": "A tent wall." - }, - { - "ids": "3998", - "examine": "It looks as if the grass here has been flattened." - }, - { - "ids": "3999", - "examine": "There are some broken twigs here." - }, - { - "ids": "4000", - "examine": "A tent roof." - }, - { - "ids": "4001", - "examine": "A tent wall." - }, - { - "ids": "4002,4003", - "examine": "The charred remains of a tent pole." - }, - { - "ids": "4004,4005", - "examine": "Well of voyage." - }, - { - "ids": "4006", - "examine": "It looks like I can squeeze through here." - }, - { - "ids": "4007", - "examine": "The exit to the outside." - }, - { - "ids": "4008,4009,4010,4011,4012,4013,4014,4015,4016,4017,4018,4019,4020,4021,4022,4023", - "examine": "Shrine to the glory of Saradomin." - }, - { - "ids": "4024,4025", - "examine": "A barrel." - }, - { - "ids": "4026", - "examine": "A still for fractionalizing oils." - }, - { - "ids": "4027,4028,4029,4030", - "examine": "A pile of lime rock." - }, - { - "ids": "4031,4032,4033,4034", - "examine": "Looks like a stone doorway to me." - }, - { - "ids": "4035,4036,4037,4038", - "examine": "These clean Druid's robes are drying off." - }, - { - "ids": "4039,4040,4041,4042", - "examine": "It's full of dirty robes." - }, - { - "ids": "4043", - "examine": "Presumably the hatch the zookeeper feeds the parrots through." - }, - { - "ids": "4044,4045,4046,4047", - "examine": "A red standard." - }, - { - "ids": "4048,4049,4050", - "examine": "Spooky!" - }, - { - "ids": "4051", - "examine": "It doesn't look healthy..." - }, - { - "ids": "4052", - "examine": "It's covered in slime." - }, - { - "ids": "4053,4054", - "examine": "It doesn't look healthy..." - }, - { - "ids": "4055,4056,4057", - "examine": "These fat fungi take up so much room." - }, - { - "ids": "4058", - "examine": "A pipe I can squeeze through." - }, - { - "ids": "4059", - "examine": "I can balance on this rope." - }, - { - "ids": "4060", - "examine": "It's hollow..." - }, - { - "ids": "4061", - "examine": "This tree has been cut down." - }, - { - "ids": "4062", - "examine": "Strange items are stored here." - }, - { - "ids": "4063", - "examine": "Ideal for washing things in." - }, - { - "ids": "4064", - "examine": "This table has seen better days." - }, - { - "ids": "4065", - "examine": "It looks very ornamental in a practical 'solid rock' way." - }, - { - "ids": "4066", - "examine": "Welcome to Mort'ton" - }, - { - "ids": "4067", - "examine": "Danger! Sickness and affliction... stay away!" - }, - { - "ids": "4068", - "examine": "Looks like a pile of ancient rubble." - }, - { - "ids": "4069,4070,4071,4072,4073,4074,4075,4076", - "examine": "The starting of a wall." - }, - { - "ids": "4077", - "examine": "It's nearly a wall." - }, - { - "ids": "4078", - "examine": "A rebuilt wall." - }, - { - "ids": "4079", - "examine": "The broken wall of a desecrated temple." - }, - { - "ids": "4080,4081,4082,4083,4084,4085,4086,4087", - "examine": "The partially repaired wall of a desecrated temple." - }, - { - "ids": "4088", - "examine": "The nearly repaired wall of a desecrated temple." - }, - { - "ids": "4089", - "examine": "The repaired wall of a temple." - }, - { - "ids": "4090", - "examine": "A flaming Fire altar." - }, - { - "ids": "4091", - "examine": "An ancient Fire altar." - }, - { - "ids": "4092", - "examine": "An ancient, totally desecrated, broken down fire altar." - }, - { - "ids": "4093", - "examine": "A place to cremate the dead. Needs some wood." - }, - { - "ids": "4094,4095,4096,4097,4098,4099", - "examine": "A place to cremate the dead. Needs a body." - }, - { - "ids": "4100,4101,4102,4103,4104,4105", - "examine": "A place to cremate the dead. Needs a light." - }, - { - "ids": "4106,4107,4108,4109,4110", - "examine": "Heavy metal!" - }, - { - "ids": "4111", - "examine": "A strangely decorated bronze chest, the lock is painted blood red." - }, - { - "ids": "4112", - "examine": "A strangely decorated chest, the lock is painted brown." - }, - { - "ids": "4113", - "examine": "A strangely decorated chest, the lock is painted crimson." - }, - { - "ids": "4114", - "examine": "A strangely decorated chest, the lock is painted black." - }, - { - "ids": "4115", - "examine": "A strangely decorated chest, the lock is painted purple." - }, - { - "ids": "4116", - "examine": "A strangely decorated steel chest, the lock is painted blood red." - }, - { - "ids": "4117", - "examine": "A strangely decorated steel chest, the lock is painted brown." - }, - { - "ids": "4118", - "examine": "A strangely decorated steel chest, the lock is painted crimson." - }, - { - "ids": "4119", - "examine": "A strangely decorated steel chest, the lock is painted black." - }, - { - "ids": "4120", - "examine": "A strangely decorated steel chest, the lock is painted purple." - }, - { - "ids": "4121", - "examine": "A strangely decorated black chest, the lock is painted blood red." - }, - { - "ids": "4122", - "examine": "A strangely decorated black chest, the lock is painted brown." - }, - { - "ids": "4123", - "examine": "A strangely decorated black chest, the lock is painted crimson." - }, - { - "ids": "4124", - "examine": "A strangely decorated black chest, the lock is painted black." - }, - { - "ids": "4125", - "examine": "A strangely decorated black chest, the lock is painted purple." - }, - { - "ids": "4126", - "examine": "A strangely decorated silver chest, the lock is painted blood red." - }, - { - "ids": "4127", - "examine": "A strangely decorated silver chest, the lock is painted brown." - }, - { - "ids": "4128", - "examine": "A strangely decorated silver chest, the lock is painted crimson." - }, - { - "ids": "4129", - "examine": "A strangely decorated silver chest, the lock is painted black." - }, - { - "ids": "4130", - "examine": "A strangely decorated silver chest, the lock is painted purple." - }, - { - "ids": "4131", - "examine": "A strangely decorated bronze chest, the open lock is painted blood red." - }, - { - "ids": "4132,4133", - "examine": "These doors look very ominous. A sign says 'To the tombs'." - }, - { - "ids": "4134,4135,4136,4137", - "examine": "Large doors set into the hillside." - }, - { - "ids": "4138", - "examine": "Items are for sale here." - }, - { - "ids": "4139,4140", - "examine": "Entrance to the Duel Arena." - }, - { - "ids": "4141", - "examine": "This seems to be some kind of shrine." - }, - { - "ids": "4142", - "examine": "The wind makes a musical sound as it blows through it..." - }, - { - "ids": "4143", - "examine": "Danger" - }, - { - "ids": "4144,4145,4146", - "examine": "Those golden fruit look good enough to eat!" - }, - { - "ids": "4147", - "examine": "This must be Lalli's home." - }, - { - "ids": "4148", - "examine": "Allows performers backstage at the Longhall." - }, - { - "ids": "4149", - "examine": "It smells pretty good actually." - }, - { - "ids": "4150,4151,4152,4153,4154,4155,4156,4157", - "examine": "A portal from this mystical place." - }, - { - "ids": "4158", - "examine": "Takes me into the maze." - }, - { - "ids": "4159,4160,4161", - "examine": "Takes me out of the maze." - }, - { - "ids": "4162", - "examine": "A thin metal pipe, presumably for rainwater to run through." - }, - { - "ids": "4163,4164", - "examine": "I can climb this." - }, - { - "ids": "4165,4166", - "examine": "Keeps the wind out." - }, - { - "ids": "4167,4168", - "examine": "I wonder what's inside?" - }, - { - "ids": "4169", - "examine": "Brrrrrr!" - }, - { - "ids": "4170", - "examine": "There is some kind of balancing mechanism as a lock." - }, - { - "ids": "4171", - "examine": "A good source of books!" - }, - { - "ids": "4172", - "examine": "An appliance for cooking with." - }, - { - "ids": "4173", - "examine": "I wonder what's down there?" - }, - { - "ids": "4174", - "examine": "I wonder what's under it?" - }, - { - "ids": "4175", - "examine": "Kind of funny smelling..." - }, - { - "ids": "4176", - "examine": "Water comes out of it." - }, - { - "ids": "4177", - "examine": "This may be worth opening." - }, - { - "ids": "4178", - "examine": "This may be worth searching." - }, - { - "ids": "4179,4180", - "examine": "A very unusual piece of artwork..." - }, - { - "ids": "4181", - "examine": "Alas poor unicorn, I knew him well." - }, - { - "ids": "4182", - "examine": "Looks like the bull lost." - }, - { - "ids": "4183,4184", - "examine": "A pile of boxes for storage." - }, - { - "ids": "4185", - "examine": "A wooden crate for storage." - }, - { - "ids": "4186", - "examine": "An old crate for storage." - }, - { - "ids": "4187", - "examine": "I can climb this." - }, - { - "ids": "4188", - "examine": "This leads upwards." - }, - { - "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": "This leads downwards." - }, - { - "ids": "4247", - "examine": "Keeps the cold winds out." - }, - { - "ids": "4248,4249", - "examine": "Doesn't keep the wind out if it's open!" - }, - { - "ids": "4250,4251", - "examine": "I'm sure the animal is glad its fur was put to good use." - }, - { - "ids": "4252,4253,4254,4255,4256,4257,4258,4259,4260,4261,4262,4263,4264", - "examine": "I wonder what's inside?" - }, - { - "ids": "4265", - "examine": "Toasty." - }, - { - "ids": "4266", - "examine": "Hot!" - }, - { - "ids": "4267,4268", - "examine": "Finger licking good!" - }, - { - "ids": "4269", - "examine": "It's a long wooden table." - }, - { - "ids": "4270", - "examine": "It's a table with candles on." - }, - { - "ids": "4271", - "examine": "Generally used for sitting." - }, - { - "ids": "4272", - "examine": "Generally used for putting things on." - }, - { - "ids": "4273", - "examine": "Actually, I could do with a drink..." - }, - { - "ids": "4274", - "examine": "For leaning against..." - }, - { - "ids": "4275", - "examine": "A wooden barrel containing lots of fish." - }, - { - "ids": "4276", - "examine": "Always a source of good bargains." - }, - { - "ids": "4277", - "examine": "There's something fishy about this stall." - }, - { - "ids": "4278,4279,4280,4281,4282", - "examine": "Around here, this is where you buy new doors." - }, - { - "ids": "4283,4284", - "examine": "Has a peculiar odour." - }, - { - "ids": "4285", - "examine": "Water comes out of this." - }, - { - "ids": "4286", - "examine": "It's kind of like a barrel." - }, - { - "ids": "4287", - "examine": "Looks pretty comfy." - }, - { - "ids": "4288,4289,4290,4291,4292,4293,4294,4295", - "examine": "I guess I could sleep in it if I was really tired." - }, - { - "ids": "4296", - "examine": "Yup, looks like this neighbourhood is perfectly safe for travellers..." - }, - { - "ids": "4297,4298,4299", - "examine": "A pile of boxes for storage." - }, - { - "ids": "4300", - "examine": "A wooden crate for storage." - }, - { - "ids": "4301,4302,4303", - "examine": "An old crate for storage." - }, - { - "ids": "4304,4305", - "examine": "A hot place for forging things in." - }, - { - "ids": "4306", - "examine": "Used for fashioning metal items." - }, - { - "ids": "4307", - "examine": "Various implements for working with metal." - }, - { - "ids": "4308", - "examine": "Bake your clay pots in here." - }, - { - "ids": "4309", - "examine": "Used for spinning thread." - }, - { - "ids": "4310", - "examine": "Used for fashioning clay items." - }, - { - "ids": "4311,4312,4313,4314,4315,4316,4317,4318,4319,4320,4321,4322,4323,4324,4325,4326,4327", - "examine": "A wooden gate." - }, - { - "ids": "4328,4329,4330,4331,4332,4333,4334,4335,4336,4337,4338,4339,4340,4341,4342,4343,4344,4345,4346,4347", - "examine": "This tree has been cut down." - }, - { - "ids": "4348", - "examine": "Best left on the beach." - }, - { - "ids": "4349", - "examine": "This once belonged to a sea animal." - }, - { - "ids": "4350", - "examine": "Best left for the crabs." - }, - { - "ids": "4351", - "examine": "I can hear the sea with this." - }, - { - "ids": "4352,4353,4354,4355,4356,4357,4358,4359,4360,4361,4362,4363,4364,4365", - "examine": "It is a buried Bowl." - }, - { - "ids": "4366,4367", - "examine": "An empty shelf..." - }, - { - "ids": "4368", - "examine": "There are some pots and pans here." - }, - { - "ids": "4369", - "examine": "There are some tankards here." - }, - { - "ids": "4370", - "examine": "A shelf with a bucket on it." - }, - { - "ids": "4371", - "examine": "There are a few books on this shelf." - }, - { - "ids": "4372", - "examine": "It's a small table." - }, - { - "ids": "4373,4374,4375,4376", - "examine": "A tray of sand." - }, - { - "ids": "4377,4378,4379", - "examine": "There should be a standard here!" - }, - { - "ids": "4380", - "examine": "I could climb this if I wanted." - }, - { - "ids": "4381,4382", - "examine": "It's a war machine." - }, - { - "ids": "4383,4384", - "examine": "I could climb this if I wanted." - }, - { - "ids": "4385,4386", - "examine": "The catapult is damaged." - }, - { - "ids": "4387", - "examine": "A portal to join the Saradomin team." - }, - { - "ids": "4388", - "examine": "A portal to join the Zamorak team." - }, - { - "ids": "4389", - "examine": "A portal to leave the Saradomin team." - }, - { - "ids": "4390,4391,4392,4393,4394,4395,4396,4397,4398,4399,4400,4401,4402,4403,4404,4405", - "examine": "A portal to leave the Zamorak team." - }, - { - "ids": "4406", - "examine": "A portal to leave the Saradomin team." - }, - { - "ids": "4407", - "examine": "A portal to leave the Zamorak team." - }, - { - "ids": "4408,4409,4410", - "examine": "A portal to join a random team." - }, - { - "ids": "4411", - "examine": "A very slippery stepping stone" - }, - { - "ids": "4412,4413", - "examine": "I could climb this if I wanted." - }, - { - "ids": "4414", - "examine": "A rickety old staircase." - }, - { - "ids": "4415,4416,4417,4418,4419,4420", - "examine": "A solid stone staircase." - }, - { - "ids": "4421,4422", - "examine": "A spiky barricade." - }, - { - "ids": "4423,4424,4425,4426,4427,4428,4429,4430", - "examine": "A large double door." - }, - { - "ids": "4431,4432,4433,4434,4435,4436", - "examine": "A large broken door." - }, - { - "ids": "4437", - "examine": "We could use our pickaxes to get past these..." - }, - { - "ids": "4438,4439,4440,4441,4442,4443", - "examine": "We can almost get past these..." - }, - { - "ids": "4444,4445", - "examine": "Should be long enough to scale castle walls." - }, - { - "ids": "4446,4447", - "examine": "Maybe I could tie a rope to this..." - }, - { - "ids": "4448", - "examine": "It doesn't look very stable..." - }, - { - "ids": "4449,4450,4451,4452,4453,4454,4455,4456,4457", - "examine": "A solid stone staircase." - }, - { - "ids": "4458", - "examine": "There are some bandages on this table." - }, - { - "ids": "4459", - "examine": "There are some toolboxes on this table." - }, - { - "ids": "4460", - "examine": "There's some rock I can use with the catapult here." - }, - { - "ids": "4461", - "examine": "There are some barricades here." - }, - { - "ids": "4462", - "examine": "There is some rope here." - }, - { - "ids": "4463", - "examine": "There are some explosive potions here." - }, - { - "ids": "4464", - "examine": "There are some pickaxes on this table." - }, - { - "ids": "4465,4466", - "examine": "An elf-fashioned door." - }, - { - "ids": "4467", - "examine": "The door is closed." - }, - { - "ids": "4468", - "examine": "The door is open." - }, - { - "ids": "4469", - "examine": "Only the Saradomin team may pass." - }, - { - "ids": "4470", - "examine": "Only the Zamorak team may pass." - }, - { - "ids": "4471,4472,4473,4474,4475,4476,4477,4478,4479,4480,4481", - "examine": "I wonder what's under it?" - }, - { - "ids": "4482", - "examine": "Water comes out of this." - }, - { - "ids": "4483", - "examine": "It's open." - }, - { - "ids": "4484", - "examine": "Keep track of which team has the most victories." - }, - { - "ids": "4485,4486", - "examine": "I could climb this if I wanted." - }, - { - "ids": "4487,4488,4489,4490,4491,4492", - "examine": "A big wooden door." - }, - { - "ids": "4493", - "examine": "I can climb these stairs." - }, - { - "ids": "4494", - "examine": "They go down." - }, - { - "ids": "4495", - "examine": "I can climb these stairs." - }, - { - "ids": "4496", - "examine": "They go down." - }, - { - "ids": "4497", - "examine": "I can climb these stairs." - }, - { - "ids": "4498", - "examine": "They go down." - }, - { - "ids": "4499", - "examine": "Wow" - }, - { - "ids": "4500,4501,4502,4503,4504,4505,4506,4507,4508,4509,4510,4511,4512", - "examine": "This leads back to the cruel world above." - }, - { - "ids": "4513,4514,4515,4516,4517", - "examine": "I doubt that was built to last..." - }, - { - "ids": "4518", - "examine": "How do you make a skeleton laugh?" - }, - { - "ids": "4519", - "examine": "Tickle his funny bone." - }, - { - "ids": "4520,4521,4522,4523,4524,4525,4526,4527,4528,4529,4530,4531,4532,4533,4534,4535,4536,4537,4538,4539,4540", - "examine": "Clearly has been relaxing too long...." - }, - { - "ids": "4541,4542", - "examine": "Did that thing just twitch?" - }, - { - "ids": "4543,4544", - "examine": "A strange wall with objects engraved upon it." - }, - { - "ids": "4545,4546,4547,4548,4549", - "examine": "A strange wall that appears to be hinged." - }, - { - "ids": "4550,4551,4552,4553,4554,4555,4556,4557,4558,4559,4560,4561,4562,4563,4564,4565,4566,4567", - "examine": "I can jump off this one." - }, - { - "ids": "4568", - "examine": "I can climb up these stairs." - }, - { - "ids": "4569,36777", - "examine": "I can climb up or go down these stairs." - }, - { - "ids": "4570,4571,4572,4573,4574,4575,4576", - "examine": "I can climb down these stairs." - }, - { - "ids": "4577,4578,4579,4580,4581,4582,4583,4584,4585,4586", - "examine": "Lets you walk through walls!" - }, - { - "ids": "4587", - "examine": "It turns the light around." - }, - { - "ids": "4588", - "examine": "It looks broken." - }, - { - "ids": "4589", - "examine": "Part of the Lighthouse's lighting mechanism." - }, - { - "ids": "4590,4591,4592,4593,4594,4595,4596,4597,4598,4599,4600,4601,4602,4603,4604,4605,4606,4607,4608,4609", - "examine": "Part of the lighthouse Light mechanism." - }, - { - "ids": "4610", - "examine": "Best left on the beach." - }, - { - "ids": "4611", - "examine": "This once belonged to a sea animal." - }, - { - "ids": "4612", - "examine": "Best left for the crabs." - }, - { - "ids": "4613", - "examine": "I can hear the sea with this." - }, - { - "ids": "4614", - "examine": "It is a buried bowl." - }, - { - "ids": "4615,4616", - "examine": "I can jump off this one." - }, - { - "ids": "4617", - "examine": "Shelves filled with interesting books." - }, - { - "ids": "4618,4619", - "examine": "A nice and cosy fire." - }, - { - "ids": "4620,4621", - "examine": "They go down." - }, - { - "ids": "4622,4623", - "examine": "They go up." - }, - { - "ids": "4624,4625", - "examine": "They go down." - }, - { - "ids": "4626,4627,4628", - "examine": "They go up." - }, - { - "ids": "4629,4630,4631,4632,4633,4634,4635", - "examine": "A large double door." - }, - { - "ids": "4636,4637,4638,4639,4640", - "examine": "An elf-fashioned door." - }, - { - "ids": "4641", - "examine": "Mmm...beer!" - }, - { - "ids": "4642", - "examine": "Has some board games news on it." - }, - { - "ids": "4643", - "examine": "The ladder to the Runelink challenge room for experienced players." - }, - { - "ids": "4644", - "examine": "The ladder back to the Runelink challenge room." - }, - { - "ids": "4645", - "examine": "The ladder to the Draughts challenge room for experienced players." - }, - { - "ids": "4646", - "examine": "The ladder back to the Draughts challenge room." - }, - { - "ids": "4647", - "examine": "The ladder back up to the Toad and Chicken." - }, - { - "ids": "4648,4649", - "examine": "Leads down to the Burthorpe Games Rooms." - }, - { - "ids": "4650", - "examine": "A nice and cosy fire." - }, - { - "ids": "4651", - "examine": "A table for board games." - }, - { - "ids": "4652", - "examine": "A game of draughts is being played on this table." - }, - { - "ids": "4653,4654,4655", - "examine": "A game of Runelink is being played on this table." - }, - { - "ids": "4656,4657", - "examine": "A comfy stool." - }, - { - "ids": "4658", - "examine": "Draughts challenge room." - }, - { - "ids": "4659", - "examine": "Runelink challenge room." - }, - { - "ids": "4660", - "examine": "Draughts challenge room for experienced players." - }, - { - "ids": "4661,4662,4663,4664,4665,4666,4667,4668", - "examine": "Runelink challenge room for experienced players." - }, - { - "ids": "4669", - "examine": "A statue of Arrav (the Fountain of Heroes has moved downstairs.)" - }, - { - "ids": "4670", - "examine": "A statue of Camorra (the Fountain of Heroes has moved downstairs.)" - }, - { - "ids": "4671", - "examine": "A good source of books!" - }, - { - "ids": "4672,4673", - "examine": "The door into the throne room." - }, - { - "ids": "4674", - "examine": "I bet this makes good syrup!" - }, - { - "ids": "4675", - "examine": "Scented herbs." - }, - { - "ids": "4676", - "examine": "A rocky outcrop." - }, - { - "ids": "4677,4678,4679,4680,4681,4682", - "examine": "Scented herbs." - }, - { - "ids": "4683", - "examine": "A large harp." - }, - { - "ids": "4684", - "examine": "Good for shooting fish in." - }, - { - "ids": "4685", - "examine": "This old tree is rotting away" - }, - { - "ids": "4686,4687,4688,4689", - "examine": "This old tree is rotting away." - }, - { - "ids": "4690,4691", - "examine": "Fancy." - }, - { - "ids": "4692,4693,4694,4695", - "examine": "Flag, pole...Yep, it's a flagpole." - }, - { - "ids": "4696", - "examine": "The door is closed." - }, - { - "ids": "4697,4698,4699,4700", - "examine": "The door is open." - }, - { - "ids": "4701", - "examine": "Keeps the cold winds out." - }, - { - "ids": "4702", - "examine": "A nicely carved wooden chair." - }, - { - "ids": "4703,4704", - "examine": "A wooden double bed. For sleeping in..." - }, - { - "ids": "4705", - "examine": "There's something fishy about this stall." - }, - { - "ids": "4706", - "examine": "You should eat your greens!" - }, - { - "ids": "4707", - "examine": "There's something fishy about this stall." - }, - { - "ids": "4708,4709", - "examine": "You should eat your greens!" - }, - { - "ids": "4710,4711", - "examine": "A doorway made from bamboo." - }, - { - "ids": "4712", - "examine": "It's a trapdoor." - }, - { - "ids": "4713", - "examine": "It's an open trapdoor." - }, - { - "ids": "4714", - "examine": "A wooden crate for storage." - }, - { - "ids": "4715", - "examine": "This crate is making chattering sounds." - }, - { - "ids": "4716", - "examine": "This crate smells slightly nauseous." - }, - { - "ids": "4717,4718", - "examine": "This crate says 'Property of Hamab' on its side." - }, - { - "ids": "4719", - "examine": "This crate says 'Property of Ifaba' on its side." - }, - { - "ids": "4720,4721", - "examine": "This crate says 'Property of Daga' on its side." - }, - { - "ids": "4722,4723", - "examine": "This crate smells slightly of banana." - }, - { - "ids": "4724", - "examine": "This crate says 'Property of Hamab' on its side." - }, - { - "ids": "4725,4726,4727", - "examine": "This crate says 'Property of Ifaba' on its side." - }, - { - "ids": "4728", - "examine": "I can climb up this." - }, - { - "ids": "4729,4730,4731,4732,4733,4734,4735,4736,4737,4738,4739,4740,4741,4742", - "examine": "A dried up bush, void of life." - }, - { - "ids": "4743,4744", - "examine": "It's a bamboo ladder." - }, - { - "ids": "4745", - "examine": "Looks good for jumping off." - }, - { - "ids": "4746,4747,4748", - "examine": "This crate is marked 'Deliver to Glough'..." - }, - { - "ids": "4749", - "examine": "It's a banana tree, full of bananas." - }, - { - "ids": "4750", - "examine": "It's a banana tree, with lots of bananas." - }, - { - "ids": "4751", - "examine": "It's a banana tree, with many bananas." - }, - { - "ids": "4752", - "examine": "It's a banana tree, with a few bananas." - }, - { - "ids": "4753", - "examine": "It's a banana tree, with but one banana." - }, - { - "ids": "4754", - "examine": "It's a banana tree, with no more bananas left." - }, - { - "ids": "4755", - "examine": "They go down." - }, - { - "ids": "4756,4757,4758,4759,4760,4761,4762,4763", - "examine": "They go up." - }, - { - "ids": "4764", - "examine": "It's a bamboo stool." - }, - { - "ids": "4765,4766", - "examine": "It's a sheer wall of fire, rising as high as you can see." - }, - { - "ids": "4767", - "examine": "The contents of this pyre are rapidly bubbling and burning." - }, - { - "ids": "4768", - "examine": "It's a wall of bricks." - }, - { - "ids": "4769,4770", - "examine": "It's a pile of bricks." - }, - { - "ids": "4771", - "examine": "A rather dapper little monkey sitting on a throne." - }, - { - "ids": "4772,4773,4774,4775,4776,4777,4778,4779,4780,4781,4782,4783,4784,4785", - "examine": "It's a bamboo ladder." - }, - { - "ids": "4786", - "examine": "A plant in a bamboo pot." - }, - { - "ids": "4787,4788,4789,4790", - "examine": "It's an absolutely huge bamboo gate." - }, - { - "ids": "4791,4792,4793", - "examine": "It's a big comfy bed, made of strips of bamboo." - }, - { - "ids": "4794", - "examine": "It's a pot made out of bamboo." - }, - { - "ids": "4795,4796", - "examine": "They are pots made out of bamboo." - }, - { - "ids": "4797", - "examine": "Bamboo strips have been lashed together to make this rickety desk." - }, - { - "ids": "4798", - "examine": "It's a bookcase made out of bamboo." - }, - { - "ids": "4799,4800,4801,4802,4803,4804,4805,4806", - "examine": "It's a bamboo door with a large iron padlock." - }, - { - "ids": "4807,4808,4809,4810,4811", - "examine": "It's a door made from bamboo." - }, - { - "ids": "4812,4813,4814", - "examine": "Looks good for hiding in..." - }, - { - "ids": "4815", - "examine": "Looks good for hiding in." - }, - { - "ids": "4816", - "examine": "This is a fairly tall tree with sparse foliage." - }, - { - "ids": "4817", - "examine": "A jungle palm with dense foliage." - }, - { - "ids": "4818", - "examine": "This is a fairly tall tree with sparse foliage." - }, - { - "ids": "4819", - "examine": "This was a fairly tall tree with sparse foliage." - }, - { - "ids": "4820", - "examine": "A leafy tree." - }, - { - "ids": "4821", - "examine": "This was a fairly tall tree with sparse foliage." - }, - { - "ids": "4822", - "examine": "This tree has been cut down." - }, - { - "ids": "4823", - "examine": "This flower is found only in jungle areas." - }, - { - "ids": "4824", - "examine": "A very rare and exotic flower." - }, - { - "ids": "4825", - "examine": "A small fernlike plant." - }, - { - "ids": "4826", - "examine": "Leaves a nasty mark." - }, - { - "ids": "4827", - "examine": "Looks spiky." - }, - { - "ids": "4828", - "examine": "This has broad leaves." - }, - { - "ids": "4829", - "examine": "A type of jungle fern." - }, - { - "ids": "4830", - "examine": "A large waxy jungle plant." - }, - { - "ids": "4831", - "examine": "Commonly found in these parts." - }, - { - "ids": "4832", - "examine": "The tendrils of a creeping plant." - }, - { - "ids": "4833,4834", - "examine": "A jungle bush, quite common to these areas." - }, - { - "ids": "4835,4836,4837,4838,4839,4840,4841,4842,4843,4844", - "examine": "A jungle bush that has been chopped down." - }, - { - "ids": "4845,4846,4847", - "examine": "A terribly tall tropical tree." - }, - { - "ids": "4848", - "examine": "Leaves of a tropical tree." - }, - { - "ids": "4849,4850,4851", - "examine": "This tree no doubt contains dangerous insects." - }, - { - "ids": "4852", - "examine": "This old tree is rotting away." - }, - { - "ids": "4853", - "examine": "A gnarly old tree root." - }, - { - "ids": "4854", - "examine": "The roots of this tree are exposed." - }, - { - "ids": "4855", - "examine": "I hope I don't trip over any of these." - }, - { - "ids": "4856", - "examine": "It's a small patch of glowing fungus." - }, - { - "ids": "4857", - "examine": "It's a medium patch of glowing fungus." - }, - { - "ids": "4858", - "examine": "It's an absolutely colossal statue of some kind of gorilla." - }, - { - "ids": "4859,4860", - "examine": "It's a huge statue of some kind of gorilla." - }, - { - "ids": "4861", - "examine": "It's a huge statue of some kind of monkey." - }, - { - "ids": "4862", - "examine": "It's a large patch of glowing fungus." - }, - { - "ids": "4863,4864", - "examine": "Legs of this watchtower." - }, - { - "ids": "4865", - "examine": "It's the middle of this watchtower." - }, - { - "ids": "4866", - "examine": "It's a deactivated military Gnome glider." - }, - { - "ids": "4867", - "examine": "It's an activated military Gnome glider." - }, - { - "ids": "4868,4869,4870", - "examine": "It's some kind of Gnome teleportation device." - }, - { - "ids": "4871", - "examine": "This is the panel controlling the hangar reinitialisation." - }, - { - "ids": "4872", - "examine": "There must be an exit nearby." - }, - { - "ids": "4873", - "examine": "It's probably too risky to try pulling this." - }, - { - "ids": "4874", - "examine": "This table has crafting paraphernalia on it." - }, - { - "ids": "4875", - "examine": "This table has ripe bananas on show." - }, - { - "ids": "4876", - "examine": "This table has items of a general nature on it." - }, - { - "ids": "4877", - "examine": "This table has runes on display." - }, - { - "ids": "4878", - "examine": "This table has a scimitar on it." - }, - { - "ids": "4879", - "examine": "It's a trapdoor." - }, - { - "ids": "4880", - "examine": "It's an open trapdoor." - }, - { - "ids": "4881", - "examine": "I can climb up this." - }, - { - "ids": "4882,4883", - "examine": "Looks suspicious." - }, - { - "ids": "4884", - "examine": "A plank." - }, - { - "ids": "4885", - "examine": "Formed over many years." - }, - { - "ids": "4886", - "examine": "Human sieve creation." - }, - { - "ids": "4887", - "examine": "Looks suspicious." - }, - { - "ids": "4888", - "examine": "It's a trapdoor." - }, - { - "ids": "4889,4890,4891,4892,4893,4894,4895,4896,4897,4898,4899", - "examine": "I can climb up this." - }, - { - "ids": "4900", - "examine": "The Saradomin Team Standard." - }, - { - "ids": "4901", - "examine": "The Zamorak Team Standard." - }, - { - "ids": "4902", - "examine": "The Saradomin Team Standard." - }, - { - "ids": "4903", - "examine": "The Zamorak Team Standard." - }, - { - "ids": "4904,4905,4906,4907,4908,4909", - "examine": "It's on fire!" - }, - { - "ids": "4910", - "examine": "A wooden barrel for storage." - }, - { - "ids": "4911,4912", - "examine": "I can climb down this." - }, - { - "ids": "4913,4914,4915,4916,4917", - "examine": "It looks cramped and dark." - }, - { - "ids": "4918", - "examine": "This cart is blocking the way up the ridge." - }, - { - "ids": "4919", - "examine": "These stairs seem to have been hewn out of the rock itself." - }, - { - "ids": "4920,4921,4922", - "examine": "It looks cramped and dark." - }, - { - "ids": "4923", - "examine": "These stairs seem to have been hewn out of the rock itself." - }, - { - "ids": "4924,4925", - "examine": "A valve to start and stop the flow of water." - }, - { - "ids": "4926,4927,4928", - "examine": "Shiny!" - }, - { - "ids": "4929", - "examine": "It looks cramped and dark." - }, - { - "ids": "4930,4931", - "examine": "It's blocking the tunnel, but it looks dark down there anyway." - }, - { - "ids": "4932,4933,4934", - "examine": "A bizarre fungus. It emits a pale blue light." - }, - { - "ids": "4935", - "examine": "If that wasn't there I'd probably be a lot flatter now." - }, - { - "ids": "4936", - "examine": "It prevents the wall unceremoniously squashing people." - }, - { - "ids": "4937,4938,4939,4940,4941", - "examine": "It looks like it's water powered." - }, - { - "ids": "4942,4943", - "examine": "It's a little waterlogged. I hope it still works." - }, - { - "ids": "4944", - "examine": "It doesn't look very watertight. Any contents will be ruined." - }, - { - "ids": "4945,4946,4947,4948", - "examine": "A sunken mine cart, how useful." - }, - { - "ids": "4949", - "examine": "This displays information on how the points on this level are set." - }, - { - "ids": "4950", - "examine": "It has the letter 'B' inscribed on the end." - }, - { - "ids": "4951", - "examine": "It has the letter 'A' inscribed on the end." - }, - { - "ids": "4952", - "examine": "It has the letter 'C' inscribed on the end." - }, - { - "ids": "4953", - "examine": "It has the letter 'D' inscribed on the end." - }, - { - "ids": "4954", - "examine": "It has the letter 'E' inscribed on the end." - }, - { - "ids": "4955", - "examine": "It has the letter 'I' inscribed on the end." - }, - { - "ids": "4956", - "examine": "It has the letter 'J' inscribed on the end." - }, - { - "ids": "4957", - "examine": "It has the letter 'K' inscribed on the end." - }, - { - "ids": "4958", - "examine": "I think this changes one of the sets of points." - }, - { - "ids": "4959", - "examine": "It has the letter 'F' inscribed on the end." - }, - { - "ids": "4960", - "examine": "It has the letter 'G' inscribed on the end." - }, - { - "ids": "4961", - "examine": "It has the letter 'H' inscribed on the end." - }, - { - "ids": "4962", - "examine": "The door is closed." - }, - { - "ids": "4963,4964", - "examine": "A large double door." - }, - { - "ids": "4965", - "examine": "I can climb down this." - }, - { - "ids": "4966", - "examine": "I can climb this." - }, - { - "ids": "4967", - "examine": "I can climb down this." - }, - { - "ids": "4968", - "examine": "I can climb this." - }, - { - "ids": "4969", - "examine": "I can climb down this." - }, - { - "ids": "4970", - "examine": "I can climb this." - }, - { - "ids": "4971,4972,4973", - "examine": "These stairs seem to have been hewn out of the rock itself." - }, - { - "ids": "4974", - "examine": "Useful for moving items around the mine." - }, - { - "ids": "4975", - "examine": "An old crate for storage." - }, - { - "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 distinctive layer in the rock strata." - }, - { - "ids": "5001", - "examine": "This cave has been boarded up." - }, - { - "ids": "5002", - "examine": "Useful for passing over inaccessible areas." - }, - { - "ids": "5003", - "examine": "It's old and pretty broken." - }, - { - "ids": "5004,5005", - "examine": "A well used tree." - }, - { - "ids": "5006", - "examine": "These flowers only grow in one place in the mountains." - }, - { - "ids": "5007", - "examine": "Looks like small cave." - }, - { - "ids": "5008,5009,5010,5011,5012,5013,5014", - "examine": "Looks dark..." - }, - { - "ids": "5015,5016,5017,5018,5019,5020,5021,5022,5023,5024", - "examine": "It's too dangerous to go down here by foot..." - }, - { - "ids": "5025,5026,5027,5028,5029,5030,5031,5032,5033,5034,5035,5036", - "examine": "A split in the cave wall..." - }, - { - "ids": "5037", - "examine": "A large ice covered boulder." - }, - { - "ids": "5038", - "examine": "An ice covered boulder." - }, - { - "ids": "5039,5040,5041,5042", - "examine": "A small ice covered boulder." - }, - { - "ids": "5043,5044", - "examine": "A huge ice gate." - }, - { - "ids": "5045", - "examine": "An interesting-looking tree." - }, - { - "ids": "5046", - "examine": "A small cave entrance." - }, - { - "ids": "5047", - "examine": "Limestone ceiling growth." - }, - { - "ids": "5048", - "examine": "A limestone ceiling growth." - }, - { - "ids": "5049", - "examine": "A tooth shaped rock formation protruding from the floor." - }, - { - "ids": "5050", - "examine": "Tooth shaped rock formations protruding from the floor." - }, - { - "ids": "5051", - "examine": "A dirty little swamp boat." - }, - { - "ids": "5052,5053", - "examine": "If it had paint on it, you'd probably watch it dry." - }, - { - "ids": "5054", - "examine": "I can climb this." - }, - { - "ids": "5055", - "examine": "I wonder what that's there for..." - }, - { - "ids": "5056,5057", - "examine": "These doors look very ominous." - }, - { - "ids": "5058,5059", - "examine": "Large doors set into the hillside." - }, - { - "ids": "5060,5061", - "examine": "These doors seem to lead into the underground." - }, - { - "ids": "5062,5063,5064,5065,5066,5067,5068,5069,5070,5071", - "examine": "Large doors set into the hillside." - }, - { - "ids": "5072,5073,5074,5075,5076,5077,5078,5079,5080,5081", - "examine": "A Large Pillar" - }, - { - "ids": "5082", - "examine": "An overgrown dungeon entrance." - }, - { - "ids": "5083", - "examine": "A closed overgrown dungeon entrance." - }, - { - "ids": "5084,5085,5086,5087", - "examine": "The way to go when I get scared." - }, - { - "ids": "5088,5089,5090,5091,5092,5093", - "examine": "I hope I don't fall off this." - }, - { - "ids": "5094,5095,5096,5097,5098", - "examine": "These stairs seem to have been hewn out of the rock itself." - }, - { - "ids": "5099,5100,5101,5102", - "examine": "A pipe I can squeeze through." - }, - { - "ids": "5103,5104,5105,5106,5107,5108,5109", - "examine": "Thick vines blocking your way." - }, - { - "ids": "5110,5111", - "examine": "I can jump from this stepping stone." - }, - { - "ids": "5112", - "examine": "Not good for eating." - }, - { - "ids": "5113,5114,5115", - "examine": "I doubt that's edible." - }, - { - "ids": "5116,5117,5118,5119,5120,5121", - "examine": "A statue of a big monster." - }, - { - "ids": "5122", - "examine": "Now that's what I call slimline!" - }, - { - "ids": "5123", - "examine": "He looks very relaxed." - }, - { - "ids": "5124", - "examine": "Now he's just too thin." - }, - { - "ids": "5125", - "examine": "He hasn't eaten in a long time." - }, - { - "ids": "5126", - "examine": "A tall wooden door." - }, - { - "ids": "5127", - "examine": "Danger!" - }, - { - "ids": "5128,5129", - "examine": "A tall wooden door." - }, - { - "ids": "5130", - "examine": "Looks like whoever uses this has claws on their hands." - }, - { - "ids": "5131", - "examine": "I wonder what's under it?" - }, - { - "ids": "5132", - "examine": "I wonder what's down there?" - }, - { - "ids": "5133,5134,5135", - "examine": "A hurdle." - }, - { - "ids": "5136,5137", - "examine": "A climbing wall made from skulls." - }, - { - "ids": "5138", - "examine": "A very slippery stepping stone." - }, - { - "ids": "5139,5140,5141,5142,5143,5144,5145", - "examine": "A scary zip line for teeth??" - }, - { - "ids": "5146,5147,5148,5149,5150,5151", - "examine": "A goal." - }, - { - "ids": "5152,5153,5154,5155", - "examine": "A pipe I can squeeze through." - }, - { - "ids": "5156", - "examine": "This may be worth opening." - }, - { - "ids": "5157", - "examine": "This may be worth searching." - }, - { - "ids": "5158", - "examine": "A pile of garden canes." - }, - { - "ids": "5159,5160", - "examine": "There's no way to cross this bridge." - }, - { - "ids": "5161", - "examine": "An old grandfather clock." - }, - { - "ids": "5162", - "examine": "A closed chest." - }, - { - "ids": "5163", - "examine": "An open chest." - }, - { - "ids": "5164", - "examine": "There is a note pinned to the signpost." - }, - { - "ids": "5165", - "examine": "It looks like it needs a good sweep out." - }, - { - "ids": "5166", - "examine": "Bookish." - }, - { - "ids": "5167", - "examine": "A large, elaborately ornamented memorial stone." - }, - { - "ids": "5168", - "examine": "A grave, marked by an ostentatious memorial stone." - }, - { - "ids": "5169", - "examine": "A poor grave marked by a simple, wooden cross." - }, - { - "ids": "5170,5171", - "examine": "The entrance to an extravagantly decorated mausoleum." - }, - { - "ids": "5172,5173", - "examine": "The door to the Tower." - }, - { - "ids": "5174,5175", - "examine": "The door to the garden shed." - }, - { - "ids": "5176", - "examine": "At some point the lightning conductor has broken, rendering it useless." - }, - { - "ids": "5177", - "examine": "A shocking piece of kit." - }, - { - "ids": "5178,5179", - "examine": "Mmm.. scented candles." - }, - { - "ids": "5180,5181,5182", - "examine": "I wouldn't eat there!" - }, - { - "ids": "5183,5184,5185,5186,5187,5188,5189,5190,5191,5192,5193,5194,5195,5196,5197,5198,5199,5200,5201", - "examine": "Looks wooden. Feels wooden. I wonder is it wooden?" - }, - { - "ids": "5202,5203,5204,5205", - "examine": "Dangerous, someone could trip on them." - }, - { - "ids": "5206", - "examine": "I can climb these stairs." - }, - { - "ids": "5207,5208,5209,5210,5211,5212,5213,5214,5215,5216,5217,5218,5219,5220,5221,5222,5223,5224,5225,5226,5227", - "examine": "They go down." - }, - { - "ids": "5228,5229,5230", - "examine": "Formed over many years of dripping limestone." - }, - { - "ids": "5231,5232,5233,5234,5235,5236,5237,5238,5239,5240,5241,5242,5243", - "examine": "A tooth shaped rock formation protruding from the floor." - }, - { - "ids": "5244,5245", - "examine": "Looks a bit tatty..." - }, - { - "ids": "5246,5247", - "examine": "A well slept in bed." - }, - { - "ids": "5248", - "examine": "It looks like a tree made of crystal." - }, - { - "ids": "5249", - "examine": "Looks to me like a quickly built fire." - }, - { - "ids": "5250", - "examine": "I can climb down this." - }, - { - "ids": "5251", - "examine": "I can climb this." - }, - { - "ids": "5252", - "examine": "A recently extinguished fire." - }, - { - "ids": "5253", - "examine": "I wish I could sting other people." - }, - { - "ids": "5254", - "examine": "Probably feels like a mild bee sting." - }, - { - "ids": "5255", - "examine": "I wouldn't like to get stung." - }, - { - "ids": "5256", - "examine": "Dock leaves at the ready." - }, - { - "ids": "5257", - "examine": "Nettles sting my leggies." - }, - { - "ids": "5258", - "examine": "These may hurt." - }, - { - "ids": "5259,5260,5261", - "examine": "A ghostly barrier." - }, - { - "ids": "5262,5263", - "examine": "These stairs were carved out of the rock of the cavern." - }, - { - "ids": "5264", - "examine": "I can climb this." - }, - { - "ids": "5265", - "examine": "I can climb up here." - }, - { - "ids": "5266", - "examine": "I can go below decks with this ladder." - }, - { - "ids": "5267", - "examine": "I wonder what's under it." - }, - { - "ids": "5268", - "examine": "I wonder what's down there." - }, - { - "ids": "5269", - "examine": "I can't see a rock!" - }, - { - "ids": "5270,5271,5272", - "examine": "I wonder what's inside." - }, - { - "ids": "5273", - "examine": "Perhaps I should search it." - }, - { - "ids": "5274", - "examine": "High above here is a tattered flag, blowing in the wind." - }, - { - "ids": "5275", - "examine": "An appliance for cooking with." - }, - { - "ids": "5276", - "examine": "The bank teller will serve you from here." - }, - { - "ids": "5277", - "examine": "This booth is closed." - }, - { - "ids": "5278,5279", - "examine": "The resting place of Necrovarus' mortal body." - }, - { - "ids": "5280", - "examine": "I can climb these stairs." - }, - { - "ids": "5281", - "examine": "They go down." - }, - { - "ids": "5282", - "examine": "A ghastly fountain filled with slime and bones, the source of Necrovarus' power." - }, - { - "ids": "5283", - "examine": "It's a small Ectofuntus." - }, - { - "ids": "5284", - "examine": "A big grinding thing." - }, - { - "ids": "5285,5286", - "examine": "The tatty gangplank of a tatty ship." - }, - { - "ids": "5287,5288,5289,5290,5291,5292,5293,5294,5295,5296,5297,5298,5299,5300,5301,5302,5303,5304,5305", - "examine": "Seen better days." - }, - { - "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 wooden rowing boat." - }, - { - "ids": "5330", - "examine": "A pile of boxes for storage." - }, - { - "ids": "5331", - "examine": "A leafy fern." - }, - { - "ids": "5332", - "examine": "A small bushy plant." - }, - { - "ids": "5333,5334,5335,5336,5337,5338,5339,5340,5341,5342,5343,5344", - "examine": "A leafy shrub." - }, - { - "ids": "5345", - "examine": "The ideal thing to sit on." - }, - { - "ids": "5346,5347", - "examine": "This needs dusting before I'll sit on it." - }, - { - "ids": "5348", - "examine": "Not so good for sitting on." - }, - { - "ids": "5349", - "examine": "Generally used for putting things on." - }, - { - "ids": "5350", - "examine": "Actually, I could do with a drink..." - }, - { - "ids": "5351", - "examine": "For leaning against..." - }, - { - "ids": "5352", - "examine": "One horse power, wooden suspension. A beauty." - }, - { - "ids": "5353", - "examine": "A wooden wheelbarrow." - }, - { - "ids": "5354", - "examine": "Animal feeder." - }, - { - "ids": "5355", - "examine": "It probably hasn't got anything interesting inside." - }, - { - "ids": "5356,5357", - "examine": "They probably haven't got anything interesting inside." - }, - { - "ids": "5358", - "examine": "Looks like he's been dead a while now..." - }, - { - "ids": "5359", - "examine": "I don't think he'd mind us checking for his wallet now..." - }, - { - "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": "I'm sure he died of natural causes. Like a massive dragon or something..." - }, - { - "ids": "5397,5398,5399,5400,5401,5402", - "examine": "This figure brings luck to those who sail." - }, - { - "ids": "5403", - "examine": "Without this I'm going around in circles." - }, - { - "ids": "5404,5405,5406,5407,5408,5409,5410,5411,5412,5413,5414", - "examine": "Holds up the sails." - }, - { - "ids": "5415,5416,5417,5418,5419,5420,5421,5422,5423,5424,5425,5426,5427,5428", - "examine": "Allows access to other parts of the ship." - }, - { - "ids": "5429", - "examine": "It's a table with candles on." - }, - { - "ids": "5430", - "examine": "Doesn't look too good..." - }, - { - "ids": "5431,5432,5433,5434,5435,5436,5437,5438", - "examine": "Looks a bit empty." - }, - { - "ids": "5439,5440,5441,5442,5443,5444,5445,5446,5447,5448,5449,5450,5451,5452", - "examine": "It's been knocked off its hinges." - }, - { - "ids": "5453,5454,5455,5456,5457,5458,5459,5460", - "examine": "It's a door." - }, - { - "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 subterranean pool of ectoplasm." - }, - { - "ids": "5488", - "examine": "I can climb this." - }, - { - "ids": "5489", - "examine": "The finest rings." - }, - { - "ids": "5490", - "examine": "I wonder what's under it?" - }, - { - "ids": "5491,5492", - "examine": "I wonder what's down there?" - }, - { - "ids": "5493", - "examine": "I can climb this." - }, - { - "ids": "5494", - "examine": "A crude torch stuck in the ground." - }, - { - "ids": "5495,5496", - "examine": "I guess I could sleep in it if I was really tired." - }, - { - "ids": "5497,5498", - "examine": "A well slept in bed." - }, - { - "ids": "5499,5500", - "examine": "Hot!" - }, - { - "ids": "5501,5502,5503,5504,5505,5506,5507", - "examine": "Stops people getting out." - }, - { - "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": "It's a lectern." - }, - { - "ids": "5538", - "examine": "Makes you cry." - }, - { - "ids": "5539,5540,5541,5542", - "examine": "Found near the water's edge." - }, - { - "ids": "5543", - "examine": "Isn't Heather a girls' name?" - }, - { - "ids": "5544", - "examine": "Smells lovely!" - }, - { - "ids": "5545", - "examine": "Who is this Heather girl?" - }, - { - "ids": "5546", - "examine": "A purple haze of delight." - }, - { - "ids": "5547", - "examine": "The colour purple on stems." - }, - { - "ids": "5548", - "examine": "I ponder... Why is it purple?" - }, - { - "ids": "5549", - "examine": "I wonder why it's purple?" - }, - { - "ids": "5550", - "examine": "A cure for nettle stings." - }, - { - "ids": "5551", - "examine": "A droopy tree." - }, - { - "ids": "5552,5553", - "examine": "These trees are found near water." - }, - { - "ids": "5554", - "examine": "This is what is left of a willow tree." - }, - { - "ids": "5555,5556,5557", - "examine": "I don't know art, but I like it!" - }, - { - "ids": "5558", - "examine": "Aggie's cooking something, probably best not to think what..." - }, - { - "ids": "5559", - "examine": "Trinkets and stuff." - }, - { - "ids": "5560", - "examine": "Looking good!" - }, - { - "ids": "5561", - "examine": "Aggie's broomstick." - }, - { - "ids": "5562,5563", - "examine": "Aggie has already dyed this cloth." - }, - { - "ids": "5564", - "examine": "A thoroughly used bed." - }, - { - "ids": "5565,5566,5567,5568", - "examine": "A lovely comfy-looking big bed." - }, - { - "ids": "5569,5570", - "examine": "The remains of a stone wall." - }, - { - "ids": "5571", - "examine": "An empty home for chickens." - }, - { - "ids": "5572,5573", - "examine": "A lovely bare chicken coop." - }, - { - "ids": "5574", - "examine": "Full of animal feed." - }, - { - "ids": "5575,5576,5577", - "examine": "Animal feeder." - }, - { - "ids": "5578", - "examine": "A traveller's companion." - }, - { - "ids": "5579", - "examine": "Loaded with hay and ready to roll." - }, - { - "ids": "5580", - "examine": "A wooden wheelbarrow." - }, - { - "ids": "5581,5582", - "examine": "Someone's been chopping logs." - }, - { - "ids": "5583,5584,5585,5586,5587,5588", - "examine": "Baby bread." - }, - { - "ids": "5589,5590,5591,5592,5593", - "examine": "The river makes it spin." - }, - { - "ids": "5594", - "examine": "I'd better not get my hands trapped in that." - }, - { - "ids": "5595", - "examine": "Diango's Toy Stall." - }, - { - "ids": "5596", - "examine": "Doesn't look too good..." - }, - { - "ids": "5597", - "examine": "Shows which way the wind blows." - }, - { - "ids": "5598,5599,5600,5601,5602,5603", - "examine": "A barrel for collecting rain water." - }, - { - "ids": "5604", - "examine": "A rock." - }, - { - "ids": "5605", - "examine": "A small rock." - }, - { - "ids": "5606,5607", - "examine": "Some rock." - }, - { - "ids": "5608", - "examine": "This fire is already in use, I wouldn't mess with it if I were you..." - }, - { - "ids": "5609,5610,5611,5612", - "examine": "They could do with a wash." - }, - { - "ids": "5613", - "examine": "It smells like the rats aren't washing often enough." - }, - { - "ids": "5614", - "examine": "The ideal thing to sit on." - }, - { - "ids": "5615", - "examine": "Sit back and relax..." - }, - { - "ids": "5616,5617", - "examine": "This tells you which way is which." - }, - { - "ids": "5618", - "examine": "These open and close!" - }, - { - "ids": "5619,5620", - "examine": "This may be worth searching." - }, - { - "ids": "5621", - "examine": "An elegant ceramic pot tarnished with the dirt of a hundred years." - }, - { - "ids": "5622", - "examine": "I wonder what's inside..." - }, - { - "ids": "5623", - "examine": "It smells a bit stuffy." - }, - { - "ids": "5624", - "examine": "It smells funny in there." - }, - { - "ids": "5625,5626", - "examine": "Ned is making some rope here." - }, - { - "ids": "5627", - "examine": "A blue standard." - }, - { - "ids": "5628,5629,5630", - "examine": "A standard of Lumbridge Castle." - }, - { - "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": "Glowing embers." - }, - { - "ids": "5788", - "examine": "The sort of bench you get in churches." - }, - { - "ids": "5789,5790", - "examine": "An expertly carved statue of a former King of Misthalin." - }, - { - "ids": "5791,36749,36751", - "examine": "A carving of a figure from the history of RuneScape." - }, - { - "ids": "5792", - "examine": "When I've ground some flour, I'll be able to collect it here." - }, - { - "ids": "5793,5794,5795,5796,5797,5798", - "examine": "It's a large crack in the wall." - }, - { - "ids": "5799,5800,5801,5802", - "examine": "It's a trapdoor." - }, - { - "ids": "5803,5804,5805,5806,5807", - "examine": "It's an open trapdoor." - }, - { - "ids": "5808", - "examine": "An incredibly detailed stone sculpture." - }, - { - "ids": "5809", - "examine": "Helps the Seers predict the weather when it's working." - }, - { - "ids": "5810,5811", - "examine": "Helps the Seers predict the weather." - }, - { - "ids": "5812", - "examine": "I can climb this." - }, - { - "ids": "5813,5814", - "examine": "I can climb down this." - }, - { - "ids": "5815", - "examine": "A candle, a lens and some sort of crystal all precariously balanced together." - }, - { - "ids": "5816,5817,5818,5819,5820,5821,5822,5823,5824", - "examine": "A beacon so gnome gliders can safely land." - }, - { - "ids": "5825", - "examine": "Fly Gnome Air." - }, - { - "ids": "5826,5827,5828,5829,5830", - "examine": "This shop deals in antique swords." - }, - { - "ids": "5831,5832,5833,5834", - "examine": "Shop counter." - }, - { - "ids": "5835,5836,5837,5838,5839,5840,5841", - "examine": "Don't want to close this, I might not be able to get back down." - }, - { - "ids": "5842", - "examine": "It overlooks the path below. Let's hope it won't fall on your head." - }, - { - "ids": "5843", - "examine": "Someone is climbing down there! Looks dangerous." - }, - { - "ids": "5844", - "examine": "Placed in a perfect position for stumbling over." - }, - { - "ids": "5845", - "examine": "There is a rope going over it." - }, - { - "ids": "5846", - "examine": "Someone is climbing down the rope." - }, - { - "ids": "5847", - "examine": "You will need to climb over it." - }, - { - "ids": "5848", - "examine": "The tree stands tall at the edge of the pool." - }, - { - "ids": "5849", - "examine": "You can't stand on them, but maybe something can be wedged into there." - }, - { - "ids": "5850,5851", - "examine": "Something put on top of this wouldn't fall off, it's quite smooth and flat." - }, - { - "ids": "5852,5853,5854", - "examine": "Someone put a plank on top of the stone! Clever..." - }, - { - "ids": "5855", - "examine": "The pool looks very peaceful. You can also hear faint singing coming from it." - }, - { - "ids": "5856", - "examine": "The legendary White Pearl fruit is growing on these thorny bushes!" - }, - { - "ids": "5857", - "examine": "There's a nasty stench coming from the cave." - }, - { - "ids": "5858", - "examine": "Faint rays of daylight shine through." - }, - { - "ids": "5859", - "examine": "It's very dark down there." - }, - { - "ids": "5860,5861", - "examine": "Very pointy, very sharp." - }, - { - "ids": "5862", - "examine": "This is the place where you buried Asleif." - }, - { - "ids": "5863,5864,5865,5866,5867,5868,5869,5870,5871,5872,5873,5874,5875,5876,5877", - "examine": "Asleif was given a proper burial on this spot." - }, - { - "ids": "5878", - "examine": "It's a long wooden table." - }, - { - "ids": "5879", - "examine": "Generally used for putting things on." - }, - { - "ids": "5880", - "examine": "Good for sitting on." - }, - { - "ids": "5881,5882", - "examine": "A crude torch stuck in the ground." - }, - { - "ids": "5883", - "examine": "Sticky, dirty mud." - }, - { - "ids": "5884", - "examine": "This stinks..." - }, - { - "ids": "5885", - "examine": "The roots go down into the mud." - }, - { - "ids": "5886", - "examine": "Sticky, dirty roots covered in sticky, dirty mud." - }, - { - "ids": "5887,5888,5889,5890", - "examine": "It's barely a door, really." - }, - { - "ids": "5891,5892,5893,5894", - "examine": "The entry to a special tent in the camp." - }, - { - "ids": "5895", - "examine": "It's just a big stone, really." - }, - { - "ids": "5896", - "examine": "Uh oh, someone is going to be in trouble!" - }, - { - "ids": "5897,5898,5899,5900,5901", - "examine": "The pool looks very peaceful. You can also hear faint singing coming from it." - }, - { - "ids": "5902,5903,5904", - "examine": "It's only useful for hiding behind now." - }, - { - "ids": "5905,5906,5907,5908", - "examine": "This tree has been cut down." - }, - { - "ids": "5909", - "examine": "A still for making lamp oil." - }, - { - "ids": "5910,5911,5912,5913,5914,5915,5916", - "examine": "The still has oil in." - }, - { - "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": "Noxious fumes bubble up from the bowels of the earth." - }, - { - "ids": "5946", - "examine": "You see a circle of light at the top." - }, - { - "ids": "5947", - "examine": "An entrance to the dark caves." - }, - { - "ids": "5948,5949,5950,5951,5952,5953,5954,5955,5956,5957,5958", - "examine": "I can jump from this stepping stone." - }, - { - "ids": "5959,5960,5961,5962,5963", - "examine": "I wonder what this does..." - }, - { - "ids": "5964,5965", - "examine": "Flying in mid-air!" - }, - { - "ids": "5966", - "examine": "A blocked passage." - }, - { - "ids": "5967,5968,5969,5970,5971,5972", - "examine": "I'd better leave his expensive dwarven balls alone." - }, - { - "ids": "5973,5974", - "examine": "A small cave entrance." - }, - { - "ids": "5975,5976", - "examine": "A powerful ranging device that fires metal balls." - }, - { - "ids": "5977,5978,5979,5980", - "examine": "It's a sheer wall of fire, rising as high as you can see." - }, - { - "ids": "5981,5982,5983,5984", - "examine": "Lighting for the caves." - }, - { - "ids": "5985", - "examine": "A rock." - }, - { - "ids": "5986", - "examine": "A small rock." - }, - { - "ids": "5987,5988", - "examine": "A rock." - }, - { - "ids": "5989,5990,5991,5992,5993,5994,5995,5996,5997", - "examine": "A mineral vein that looks distinctly like gold." - }, - { - "ids": "5998,5999,6000,6001,6002,6003,6004,6005,6006,6007,6008", - "examine": "Functions like an open door..." - }, - { - "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": "It's a tiny little blue flame. Is this the essence of the Arzinian Being?" - }, - { - "ids": "6032,6033,6034,6035", - "examine": "Powers the boat." - }, - { - "ids": "6036,6037", - "examine": "Allows access to other parts of the ship." - }, - { - "ids": "6038,6039,6040,6041,6042", - "examine": "Without this I'm going around in circles." - }, - { - "ids": "6043,6044", - "examine": "Powers the boat." - }, - { - "ids": "6045,6046,6047,6048,6049,6050,6051,6052,6053,6054,6055,6056,6057,6058,6059,6060,6061,6062,6063", - "examine": "You can 'cart' things around on this." - }, - { - "ids": "6064", - "examine": "A stand for hats." - }, - { - "ids": "6065", - "examine": "Some dwarf clothes that are obviously too small for me!" - }, - { - "ids": "6066", - "examine": "An empty weapon rack." - }, - { - "ids": "6067,6068,6069", - "examine": "A weapon rack." - }, - { - "ids": "6070", - "examine": "A method of dwarf storage" - }, - { - "ids": "6071,6072,6073,6074", - "examine": "A method of dwarf storage." - }, - { - "ids": "6075", - "examine": "Useful for a dwarf." - }, - { - "ids": "6076,6077,6078,6079", - "examine": "A big desk, for a dwarf!" - }, - { - "ids": "6080", - "examine": "Spins yarn." - }, - { - "ids": "6081", - "examine": "Banking transactions are processed here." - }, - { - "ids": "6082", - "examine": "Banking transactions are recorded here." - }, - { - "ids": "6083", - "examine": "This booth is closed." - }, - { - "ids": "6084", - "examine": "The bank teller will serve you from here." - }, - { - "ids": "6085", - "examine": "A way upwards." - }, - { - "ids": "6086", - "examine": "A way down." - }, - { - "ids": "6087", - "examine": "A way upwards." - }, - { - "ids": "6088", - "examine": "A way down." - }, - { - "ids": "6089", - "examine": "A way upwards." - }, - { - "ids": "6090", - "examine": "A way down." - }, - { - "ids": "6091,6092", - "examine": "A treasure trove of knowledge." - }, - { - "ids": "6093,6094,6095", - "examine": "A lovely place to cook meat." - }, - { - "ids": "6096", - "examine": "A great place to cook meat." - }, - { - "ids": "6097,6098,6099", - "examine": "A good source of water." - }, - { - "ids": "6100", - "examine": "The door is closed." - }, - { - "ids": "6101", - "examine": "The door is open." - }, - { - "ids": "6102", - "examine": "The door is closed." - }, - { - "ids": "6103", - "examine": "The door is open." - }, - { - "ids": "6104", - "examine": "The door is closed." - }, - { - "ids": "6105", - "examine": "The door is open." - }, - { - "ids": "6106", - "examine": "The door is closed." - }, - { - "ids": "6107", - "examine": "The door is open." - }, - { - "ids": "6108", - "examine": "The door is closed." - }, - { - "ids": "6109", - "examine": "The door is open." - }, - { - "ids": "6110", - "examine": "The door is closed." - }, - { - "ids": "6111", - "examine": "The door is open." - }, - { - "ids": "6112", - "examine": "The door is closed." - }, - { - "ids": "6113", - "examine": "The door is open." - }, - { - "ids": "6114", - "examine": "The door is closed." - }, - { - "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": "The door is open." - }, - { - "ids": "6146", - "examine": "Useful for keeping birds." - }, - { - "ids": "6147,6148,6149", - "examine": "Tower of rock." - }, - { - "ids": "6150", - "examine": "Useful for making weapons." - }, - { - "ids": "6151", - "examine": "Used for getting water." - }, - { - "ids": "6152,6153", - "examine": "Used for getting drunk." - }, - { - "ids": "6154,6155,6156,6157", - "examine": "Used for storage." - }, - { - "ids": "6158,6159,6160,6161", - "examine": "Not good for eating." - }, - { - "ids": "6162", - "examine": "Finest precious stones." - }, - { - "ids": "6163", - "examine": "Bread and cakes are spread out over it." - }, - { - "ids": "6164", - "examine": "Finely wrought wares of silver." - }, - { - "ids": "6165", - "examine": "I can get clothes made up from this stall." - }, - { - "ids": "6166,6167,6168,6169,6170,6171,6172", - "examine": "A whole lot of tools for crafting." - }, - { - "ids": "6173,6174,6175", - "examine": "A fine piece of sculpting." - }, - { - "ids": "6176", - "examine": "Oblong boxes. You hope there isn't anything other than salt inside." - }, - { - "ids": "6177", - "examine": "Big mysterious crates. You wonder what could be inside." - }, - { - "ids": "6178", - "examine": "Wooden crates, contents unknown." - }, - { - "ids": "6179,6180", - "examine": "They could do with a wash." - }, - { - "ids": "6181", - "examine": "Dead animal parts dangling!" - }, - { - "ids": "6182", - "examine": "Dead meat. Dangling from the wall. Looks delicious." - }, - { - "ids": "6183", - "examine": "It looks as hard as a rock, not very inviting." - }, - { - "ids": "6184", - "examine": "A smelly old mattress." - }, - { - "ids": "6185,6186", - "examine": "Metal plating to protect the dwarf." - }, - { - "ids": "6187", - "examine": "Useful... for a dwarf!" - }, - { - "ids": "6188", - "examine": "Various implements for working with metal." - }, - { - "ids": "6189,6190", - "examine": "A hot place for forging things in." - }, - { - "ids": "6191,6192", - "examine": "Being repaired." - }, - { - "ids": "6193", - "examine": "I look shorter, but not necessarily sweeter!" - }, - { - "ids": "6194,6195", - "examine": "Used for sitting." - }, - { - "ids": "6196,6197,6198,6199", - "examine": "Useful for a dwarf." - }, - { - "ids": "6200,6201", - "examine": "Fit for a dwarven feast!" - }, - { - "ids": "6202,6203", - "examine": "Gives out light, but then you knew that already." - }, - { - "ids": "6204", - "examine": "A simple place to sleep." - }, - { - "ids": "6205", - "examine": "A good dwarven bed. Too small for me!" - }, - { - "ids": "6206", - "examine": "Many important meetings are held here..." - }, - { - "ids": "6207", - "examine": "Draped in cloth." - }, - { - "ids": "6208,6209,6210", - "examine": "A beautiful seat, fit for a King." - }, - { - "ids": "6211", - "examine": "A dwarf table with chopping board." - }, - { - "ids": "6212", - "examine": "This tree has been cut down." - }, - { - "ids": "6213,6214,6215,6216,6217,6218,6219,6220,6221,6222,6223,6224,6225,6226,6227,6228,6229", - "examine": "A barrel full of ranging equipment..." - }, - { - "ids": "6230", - "examine": "I suppose he wants my money." - }, - { - "ids": "6231", - "examine": "A lovely table." - }, - { - "ids": "6232,6233,6234,6235", - "examine": "An expensive water feature." - }, - { - "ids": "6236", - "examine": "Stop for what, food?" - }, - { - "ids": "6237", - "examine": "Yellow blossom, lovely." - }, - { - "ids": "6238", - "examine": "Closed." - }, - { - "ids": "6239", - "examine": "Open." - }, - { - "ids": "6240", - "examine": "Closed." - }, - { - "ids": "6241", - "examine": "Open." - }, - { - "ids": "6242,6243,6244,6245", - "examine": "A stone staircase." - }, - { - "ids": "6246,6247,6248", - "examine": "Has upon it a beer, which I will not take for moral reasons." - }, - { - "ids": "6249", - "examine": "No this is not a mirage!" - }, - { - "ids": "6250,6251,6252,6253,6254", - "examine": "It's a goldfish! No, wait, it's just a bed." - }, - { - "ids": "6255,6256", - "examine": "Animal feeder." - }, - { - "ids": "6257", - "examine": "Lovely... Fresh." - }, - { - "ids": "6258", - "examine": "Dry dung." - }, - { - "ids": "6259", - "examine": "Smelly." - }, - { - "ids": "6260", - "examine": "I can climb down this." - }, - { - "ids": "6261,6262", - "examine": "I can climb this." - }, - { - "ids": "6263", - "examine": "Useful for pets." - }, - { - "ids": "6264", - "examine": "Useful for keeping birds." - }, - { - "ids": "6265,6266", - "examine": "Bird cage." - }, - { - "ids": "6267", - "examine": "An empty cage, maybe the owner let the creature free... I do hope so." - }, - { - "ids": "6268,6269,6270,6271,6272,6273", - "examine": "Useful for pets." - }, - { - "ids": "6274", - "examine": "Lovely comfy looking big bed." - }, - { - "ids": "6275", - "examine": "Laden with heaps of paper." - }, - { - "ids": "6276", - "examine": "I don't know much about art, but I like this." - }, - { - "ids": "6277", - "examine": "Look at the size of this cactus." - }, - { - "ids": "6278", - "examine": "Don't you open that trapdoor!" - }, - { - "ids": "6279", - "examine": "There is a rope leading to the bottom of this smoke filled well." - }, - { - "ids": "6280,6281", - "examine": "I can climb this." - }, - { - "ids": "6282", - "examine": "A portal to another land?" - }, - { - "ids": "6283,6284,6285,6286,6287,6288,6289,6290,6291", - "examine": "Weird looking pillar." - }, - { - "ids": "6292,6293", - "examine": "Shelves filled with interesting books." - }, - { - "ids": "6294", - "examine": "A locked display case for valuable artefacts." - }, - { - "ids": "6295", - "examine": "One of the sculptures is missing. Oh yes, that was me!" - }, - { - "ids": "6296", - "examine": "It looks like the demon didn't survive after all." - }, - { - "ids": "6297", - "examine": "He looks old, older than me anyway." - }, - { - "ids": "6298", - "examine": "I don't think he's going to make it." - }, - { - "ids": "6299,6300", - "examine": "I don't understand, why didn't he go back to Lumby?" - }, - { - "ids": "6301", - "examine": "A throne encrusted with sparkling gems." - }, - { - "ids": "6302,6303,6304,6305,6306", - "examine": "A throne from which you have removed the gems." - }, - { - "ids": "6307", - "examine": "A statuette of a golem, facing right." - }, - { - "ids": "6308", - "examine": "A statuette of a golem, facing left." - }, - { - "ids": "6309,6310", - "examine": "The statuette is missing from this alcove." - }, - { - "ids": "6311", - "examine": "Not good for eating." - }, - { - "ids": "6312", - "examine": "I can climb this." - }, - { - "ids": "6313,6314,6315,6316,6317,6318,6319,6320,6321,6322", - "examine": "I can climb down this." - }, - { - "ids": "6323", - "examine": "A broken clay arm." - }, - { - "ids": "6324", - "examine": "A clay foot." - }, - { - "ids": "6325", - "examine": "Half a golem smashed and broken." - }, - { - "ids": "6326", - "examine": "Smashed and half buried." - }, - { - "ids": "6327", - "examine": "A device once used for making pottery." - }, - { - "ids": "6328", - "examine": "Once upon a time this was used to make pottery." - }, - { - "ids": "6329", - "examine": "Once upon a time this made clay hard." - }, - { - "ids": "6330", - "examine": "There was a lot of pottery made here a long time ago." - }, - { - "ids": "6331", - "examine": "A statue of a guy with a hammer." - }, - { - "ids": "6332", - "examine": "A weathered old statue." - }, - { - "ids": "6333", - "examine": "A reclining lady." - }, - { - "ids": "6334", - "examine": "This statue has been tampered with." - }, - { - "ids": "6335,6336,6337", - "examine": "Contains a statue of a woman." - }, - { - "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": "Empty." - }, - { - "ids": "6363", - "examine": "A very heavy stone door." - }, - { - "ids": "6364,6365,6366,6367,6368,6369,6370,6371", - "examine": "A door to a demon's lair?" - }, - { - "ids": "6372,6373,6374,6375,6376,6377,6378,6379,6380", - "examine": "A stone staircase." - }, - { - "ids": "6381", - "examine": "A source of water for the river Elid." - }, - { - "ids": "6382,6383,6384,6385,6386,6387,6388,6389,6390,6391,6392,6393,6394,6395,6396,6397,6398,6399,6400,6401", - "examine": "Maybe I could swing on this somehow..." - }, - { - "ids": "6402", - "examine": "A limestone ceiling growth." - }, - { - "ids": "6403", - "examine": "A tooth shaped rock formation protruding from the floor." - }, - { - "ids": "6404,6405,6406,6407,6408,6409,6410,6411,6412,6413,6414,6415,6416,6417", - "examine": "An old mystical torch." - }, - { - "ids": "6418,6419", - "examine": "I can climb this." - }, - { - "ids": "6420,6421,6422", - "examine": "I wonder what's inside?" - }, - { - "ids": "6423,6424,6425,6426,6427,6428,6429,6430,6431,6432,6433", - "examine": "A magical aura seems to shimmer over the glass..." - }, - { - "ids": "6434,6435", - "examine": "I wonder what that's there for..." - }, - { - "ids": "6436", - "examine": "I can climb this." - }, - { - "ids": "6437,6438", - "examine": "An ancient looking tomb." - }, - { - "ids": "6439,6440", - "examine": "Climb this rope to go up." - }, - { - "ids": "6441", - "examine": "Looks like a small cave." - }, - { - "ids": "6442", - "examine": "Blocked by an icicle." - }, - { - "ids": "6443", - "examine": "Blocked by two icicles." - }, - { - "ids": "6444", - "examine": "Blocked by three icicles." - }, - { - "ids": "6445", - "examine": "Blocked by four icicles." - }, - { - "ids": "6446", - "examine": "Blocked by five icicles." - }, - { - "ids": "6447", - "examine": "Looks like a small cave." - }, - { - "ids": "6448,6449", - "examine": "It looks very sturdy." - }, - { - "ids": "6450", - "examine": "I can climb this." - }, - { - "ids": "6451,6452,6453", - "examine": "A wrought iron gate." - }, - { - "ids": "6454", - "examine": "Even rocks could freeze in this cold!" - }, - { - "ids": "6455,6456,6457,6458,6459,6460", - "examine": "Looks slippery." - }, - { - "ids": "6461,6462,6463,6464,6465,6466,6467,6468,6469,6470,6471", - "examine": "An ice gate." - }, - { - "ids": "6472,6473,6474,6475,6476,6477,6478,6479,6480", - "examine": "Chunky pieces of ice." - }, - { - "ids": "6481,6482", - "examine": "A mysterious tunnel-like structure." - }, - { - "ids": "6483,6484,6485,6486,6487,6488,6489,6490,6491,6492,6493", - "examine": "You can feel a mysterious power emanating from it..." - }, - { - "ids": "6494,6495,6496", - "examine": "This door is sealed by an ancient mystical power..." - }, - { - "ids": "6497,6498,6499,6500", - "examine": "I can climb down this." - }, - { - "ids": "6501,6502,6503,6504,6505,6506,6507,6508,6509,6510,6511", - "examine": "I can climb this." - }, - { - "ids": "6512", - "examine": "A fancy name for a coffin." - }, - { - "ids": "6513", - "examine": "A strange thing to leave lying around..." - }, - { - "ids": "6514,6515,6516,6517,6518,6519,6520", - "examine": "I hope this is just ornamental..." - }, - { - "ids": "6521,6522", - "examine": "Uh-oh!" - }, - { - "ids": "6523", - "examine": "This leads downwards." - }, - { - "ids": "6524,6525,6526,6527,6528,6529,6530,6531,6532,6533,6534,6535,6536,6537", - "examine": "You can see a small fissure in the ground here." - }, - { - "ids": "6538,6539,6540,6541,6542,6543,6544", - "examine": "The body of a lion, the head of a man?" - }, - { - "ids": "6545,6546,6547,6548", - "examine": "A smooth, sandstone door that is slightly warm to the touch." - }, - { - "ids": "6549,6550", - "examine": "A well down into the pyramid." - }, - { - "ids": "6551", - "examine": "A portal that leads you out of the pyramid." - }, - { - "ids": "6552", - "examine": "A mysterious ancient altar to some forgotten god..." - }, - { - "ids": "6553,6554,6555,6556,6557,6558,6559,6560", - "examine": "Opens into another area." - }, - { - "ids": "6561,6562,6563,6564,6565", - "examine": "A ladder that's almost not there at all..." - }, - { - "ids": "6566,6567", - "examine": "Gate like?" - }, - { - "ids": "6568", - "examine": "Garments for the discerning." - }, - { - "ids": "6569", - "examine": "Gone-off bread, cakes and pastries." - }, - { - "ids": "6570", - "examine": "Finest precious stones." - }, - { - "ids": "6571", - "examine": "These will keep you warm." - }, - { - "ids": "6572", - "examine": "The spice is right." - }, - { - "ids": "6573", - "examine": "An empty market stall." - }, - { - "ids": "6574", - "examine": "Fine brews from exotic regions." - }, - { - "ids": "6575,6576,6577", - "examine": "Best used with a horse." - }, - { - "ids": "6578,6579,6580", - "examine": "Grows a yellow fruit." - }, - { - "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": "A way to get in the tent." - }, - { - "ids": "6605", - "examine": "Wet and salty." - }, - { - "ids": "6606", - "examine": "The focus of the suntrap." - }, - { - "ids": "6607,6608,6609,6610,6611,6612,6613", - "examine": "A shiny mirror." - }, - { - "ids": "6614", - "examine": "A large door with a hieroglyph of a cat." - }, - { - "ids": "6615,6616,6617,6618,6619", - "examine": "Gate like?" - }, - { - "ids": "6620,6621", - "examine": "It looks like a hole in the wall." - }, - { - "ids": "6622", - "examine": "Rocky." - }, - { - "ids": "6623", - "examine": "An entrance into a tunnel. I wonder where it leads to." - }, - { - "ids": "6624", - "examine": "It looks like a door." - }, - { - "ids": "6625", - "examine": "Hmm. A door." - }, - { - "ids": "6626,6627,6628", - "examine": "A big wooden door." - }, - { - "ids": "6629", - "examine": "That could hurt." - }, - { - "ids": "6630,6631", - "examine": "A strange thing to leave lying around..." - }, - { - "ids": "6632,6633,6634", - "examine": "I can't see the bottom." - }, - { - "ids": "6635,6636", - "examine": "Has a lid shaped like a man. I think it contains someone's liver. Yuck." - }, - { - "ids": "6637,6638", - "examine": "Has a lid shaped like a crocodile. Yuck, I think there are lungs inside." - }, - { - "ids": "6639,6640", - "examine": "Has a lid shaped like a bug. Disgusting! I think there's a stomach inside." - }, - { - "ids": "6641", - "examine": "Has a lid shaped like an ape. Eeew! I think it contains someone's intestines." - }, - { - "ids": "6642", - "examine": "Doorway*Opens into another area, come on, I know this." - }, - { - "ids": "6644", - "examine": "Useful for putting things on." - }, - { - "ids": "6645", - "examine": "A ladder!! Never seen one of those before." - }, - { - "ids": "6646", - "examine": "I wonder what's inside." - }, - { - "ids": "6647", - "examine": "Perhaps I should search it." - }, - { - "ids": "6648", - "examine": "I wonder where this goes?" - }, - { - "ids": "6649", - "examine": "They go down." - }, - { - "ids": "6650", - "examine": "Phew!! That's one big bridge." - }, - { - "ids": "6651,6652", - "examine": "A big bridge over the river." - }, - { - "ids": "6653,6654", - "examine": "Wow. More bridge. Awesome." - }, - { - "ids": "6655", - "examine": "Oops." - }, - { - "ids": "6656", - "examine": "Rolls of colourful cloth." - }, - { - "ids": "6657", - "examine": "An ancient giant serpent." - }, - { - "ids": "6658", - "examine": "A tunnel leading upwards." - }, - { - "ids": "6659", - "examine": "A tunnel leading into the depths of the earth." - }, - { - "ids": "6660", - "examine": "A rock wall infused with the power of Guthix." - }, - { - "ids": "6661", - "examine": "The wall is weeping blue tears." - }, - { - "ids": "6662", - "examine": "The wall is weeping green tears." - }, - { - "ids": "6663,6664", - "examine": "The wall is not weeping at the moment." - }, - { - "ids": "6665", - "examine": "The wall is weeping blue tears." - }, - { - "ids": "6666", - "examine": "The wall is weeping green tears." - }, - { - "ids": "6667,6668", - "examine": "The wall is not weeping at the moment." - }, - { - "ids": "6669,6670,6671", - "examine": "Stone with blue veins." - }, - { - "ids": "6672", - "examine": "They don't look too easy to climb." - }, - { - "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 could climb these." - }, - { - "ids": "6702,6703,6704,6705,6706,6707", - "examine": "I can climb these stairs." - }, - { - "ids": "6708,6709,6710,6711,6712", - "examine": "I can climb this." - }, - { - "ids": "6713,6714,6715,6716,6717,6718,6719,6720,6721,6722,6723,6724,6725,6726,6727,6728,6729,6730,6731", - "examine": "I wonder what is awaiting 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": "I wonder what awaits me on the other side?" - }, - { - "ids": "6767,6768,6769,6770", - "examine": "A crude torch stuck in the ground." - }, - { - "ids": "6771,6772,6773", - "examine": "A large stone coffin." - }, - { - "ids": "6774,6775", - "examine": "A large stone chest." - }, - { - "ids": "6776", - "examine": "Looks like he's been dead a while now..." - }, - { - "ids": "6777", - "examine": "I don't think he'd mind us checking for his wallet now..." - }, - { - "ids": "6778,6779,6780,6781,6782,6783,6784,6785,6786,6787,6788,6789,6790", - "examine": "I'm sure he died of natural causes. Like a massive dragon or something..." - }, - { - "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": "The groundskeeper's bed." - }, - { - "ids": "6821,6822,6823", - "examine": "A large stone coffin." - }, - { - "ids": "6824,6825,6826", - "examine": "It's locked." - }, - { - "ids": "6827,6828,6829,6830,6831,6832,6833,6834", - "examine": "It might still work..." - }, - { - "ids": "6835", - "examine": "Danger... weak surface beyond gate. Digging may lead to cave-ins." - }, - { - "ids": "6836,6837,6838", - "examine": "Sturdy metal bars." - }, - { - "ids": "6839", - "examine": "Smells pretty bad!" - }, - { - "ids": "6840", - "examine": "It looks as this is where some wall fungus used to be." - }, - { - "ids": "6841,6842,6843", - "examine": "Some crude stone steps." - }, - { - "ids": "6844,6845", - "examine": "An old crude tomb." - }, - { - "ids": "6846", - "examine": "It's damaged." - }, - { - "ids": "6847", - "examine": "A note says, 'Please ring for attention.'" - }, - { - "ids": "6848", - "examine": "An old crude tomb." - }, - { - "ids": "6849", - "examine": "'Leave da dead-uns boxes 'lone or else ya goes down da 'ole'" - }, - { - "ids": "6850", - "examine": "An old crude tomb." - }, - { - "ids": "6851", - "examine": "This coffin is spilt over the floor." - }, - { - "ids": "6852", - "examine": "This coffin is open." - }, - { - "ids": "6853", - "examine": "An old crude tomb." - }, - { - "ids": "6854", - "examine": "This coffin is spilt over the floor." - }, - { - "ids": "6855", - "examine": "This coffin is open." - }, - { - "ids": "6856,6857,6858,6859,6860,6861,6862,6863,6864", - "examine": "A barricade made from skulls and bones." - }, - { - "ids": "6865", - "examine": "Not very high." - }, - { - "ids": "6866", - "examine": "Hot stuff." - }, - { - "ids": "6867,6868,6869,6870", - "examine": "Ogres bang these to make noise." - }, - { - "ids": "6871,6872,6873,6874", - "examine": "A bulky door made from solid rock." - }, - { - "ids": "6875", - "examine": "These open and close!" - }, - { - "ids": "6876", - "examine": "This may be worth opening." - }, - { - "ids": "6877,6878,6879", - "examine": "I wonder what this item contains." - }, - { - "ids": "6880", - "examine": "A barricade made of skulls and bones." - }, - { - "ids": "6881,6882", - "examine": "A barricade made of skulls and bones which has been crushed." - }, - { - "ids": "6883,6884,6885,6886,6887", - "examine": "An old crude tomb." - }, - { - "ids": "6888", - "examine": "A sick, frail old man." - }, - { - "ids": "6889", - "examine": "A sick, frail old man" - }, - { - "ids": "6890,6891,6892", - "examine": "An old crude tomb." - }, - { - "ids": "6893", - "examine": "I don't think he'd mind us checking for his wallet now..." - }, - { - "ids": "6894,6895", - "examine": "A good source of books!" - }, - { - "ids": "6896", - "examine": "A crude torch stuck in the ground." - }, - { - "ids": "6897,6898,6899,6900,6901,6902", - "examine": "A strange ogre plinth, this must be where the artifacts are stored." - }, - { - "ids": "6903", - "examine": "It looks like the hole in the wall has been blocked with rubble." - }, - { - "ids": "6904", - "examine": "How exciting, some shelves." - }, - { - "ids": "6905,6906,6907,6908", - "examine": "A hole in the wall." - }, - { - "ids": "6909", - "examine": "A rock wall." - }, - { - "ids": "6910", - "examine": "It has a letter 'S' on the lock." - }, - { - "ids": "6911", - "examine": "Used for storage." - }, - { - "ids": "6912,6913,6914", - "examine": "A narrow hole in the wall." - }, - { - "ids": "6915", - "examine": "Rubble is blocking the passage." - }, - { - "ids": "6916,6917,6918", - "examine": "A good source of books!" - }, - { - "ids": "6919,6920", - "examine": "A heavy portal decorated with bone." - }, - { - "ids": "6921,6922,6923,6924,6925,6926", - "examine": "A symbol is carved into the wall here." - }, - { - "ids": "6927", - "examine": "I don't think I can get through this way!" - }, - { - "ids": "6928", - "examine": "Looks like its no longer operational." - }, - { - "ids": "6929,6930", - "examine": "Big bones are being used to prop up the wall." - }, - { - "ids": "6931,6932,6933,6934,6935,6936,6937,6938", - "examine": "It's a bit like walking through a giant rib cage." - }, - { - "ids": "6939,6940,6941,6942", - "examine": "This arch is broken. I hope the ceiling doesn't come down!" - }, - { - "ids": "6943,6944,6945,6946,6947,6948,6949", - "examine": "A rocky outcrop." - }, - { - "ids": "6950", - "examine": "I dont think i can get through this way." - }, - { - "ids": "6951,6952,6953,6954,6955,6956,6957,6958,6959,6960,6961,6962,6963,6964,6965,6966,6967,6968", - "examine": "An eye-wrenching nexus of utter negation!" - }, - { - "ids": "6969,6970", - "examine": "A dirty little swamp boat." - }, - { - "ids": "6971", - "examine": "It looks dark down there." - }, - { - "ids": "6972,6973,6974", - "examine": "A book sits on top." - }, - { - "ids": "6975", - "examine": "The door is closed." - }, - { - "ids": "6976", - "examine": "The door is open." - }, - { - "ids": "6977", - "examine": "The door is closed." - }, - { - "ids": "6978,6979,6980,6981,6982,6983", - "examine": "The door is open." - }, - { - "ids": "6984", - "examine": "Empty market stall." - }, - { - "ids": "6985,6986,6987,6988,6989,6990,6991,6992,6993,6994,6995,6996,6997,6998,6999,7000,7001", - "examine": "A steam powered crushing machine." - }, - { - "ids": "7002", - "examine": "A dwarven statue crumbling away from old age." - }, - { - "ids": "7003", - "examine": "It's crumbling away from old age, it's hardly recognizable as a dwarf." - }, - { - "ids": "7004,7005", - "examine": "This stone dwarf must be guarding the way into a dwarven area!" - }, - { - "ids": "7006,7007", - "examine": "Big. For a dwarf!" - }, - { - "ids": "7008,7009", - "examine": "A work in progress." - }, - { - "ids": "7010", - "examine": "A work that has yet to begin." - }, - { - "ids": "7011,7012", - "examine": "An underground limpwurt plant." - }, - { - "ids": "7013,7014,7015", - "examine": "Insect eating plant." - }, - { - "ids": "7016,7017", - "examine": "A stone carved Pillar." - }, - { - "ids": "7018", - "examine": "Dwarf storage." - }, - { - "ids": "7019,7020,7021", - "examine": "Used for keeping beer or glasses." - }, - { - "ids": "7022,7023,7024,7025,7026", - "examine": "Tracks for the carts to run over." - }, - { - "ids": "7027,7028,7029,7030,7031", - "examine": "A steam powered cart." - }, - { - "ids": "7032,7033,7034,7035,7036,7037,7038,7039,7040,7041,7042,7043", - "examine": "A fine piece of sculpting." - }, - { - "ids": "7044,7045,7046,7047,7048", - "examine": "Keeps mine carts from rolling away." - }, - { - "ids": "7049,7050,7051,7052", - "examine": "A wooden gate." - }, - { - "ids": "7053,7054,7055", - "examine": "Lots of seeds here." - }, - { - "ids": "7056", - "examine": "I can climb down these stairs." - }, - { - "ids": "7057", - "examine": "I can climb up these stairs." - }, - { - "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": "Filled to the brim with knowledge." - }, - { - "ids": "7090", - "examine": "'You are here.'" - }, - { - "ids": "7091", - "examine": "Lots of hard study has been done here." - }, - { - "ids": "7092,7093,7094,7095", - "examine": "A telescope pointing southwards..." - }, - { - "ids": "7096", - "examine": "A map of some ancient land." - }, - { - "ids": "7097", - "examine": "There are plenty of shelves" - }, - { - "ids": "7098", - "examine": "Maybe it shows the location of buried treasure?" - }, - { - "ids": "7099", - "examine": "Old songs, old stories..." - }, - { - "ids": "7100", - "examine": "Armour of a Saradominist warrior. Decorative, but still effective." - }, - { - "ids": "7101", - "examine": "A cape from Saradomin, suitable for a battle-mage." - }, - { - "ids": "7102", - "examine": "A staff as used by Saradominist magi." - }, - { - "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": "There is a powerful presence about these ruins..." - }, - { - "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 tear in the dimensional weave of the Abyss." - }, - { - "ids": "7154,7155", - "examine": "A tunnel through the abyss." - }, - { - "ids": "7156,7157", - "examine": "This seems to be blocking the exit..." - }, - { - "ids": "7158", - "examine": "I could probably break this up with a pickaxe." - }, - { - "ids": "7159", - "examine": "I could probably break this up with a pickaxe. Oh wait, I just did." - }, - { - "ids": "7160", - "examine": "Pickaxe power!" - }, - { - "ids": "7161,7162", - "examine": "They don't look that solid, an axe could help me chop them down." - }, - { - "ids": "7163", - "examine": "I cannot tell a lie. I chopped them down." - }, - { - "ids": "7164", - "examine": "If I'm agile enough I might be able to squeeze through..." - }, - { - "ids": "7165", - "examine": "I could probably burn this away with a tinderbox." - }, - { - "ids": "7166", - "examine": "I could probably burn this with fire." - }, - { - "ids": "7167", - "examine": "Burnt open." - }, - { - "ids": "7168,7169,7170", - "examine": "I could probably distract these with thievery." - }, - { - "ids": "7171,7172,7173,7174,7175,7176,7177,7178,7179,7180,7181,7182,7183,7184,7185,7186,7187,7188", - "examine": "An unstable portal across the dimensions..." - }, - { - "ids": "7189,7190,7191,7192,7193,7194,7195,7196,7197,7198,7199,7200,7201,7202,7203,7204,7205", - "examine": "Abyssal Tendrils." - }, - { - "ids": "7206", - "examine": "Now that's what I call slimline!" - }, - { - "ids": "7207", - "examine": "He looks very relaxed." - }, - { - "ids": "7208,7209,7210,7211,7212,7213,7214,7215,7216,7217,7218", - "examine": "Now he's just too thin." - }, - { - "ids": "7219,7220", - "examine": "An opening into the crumbling wall." - }, - { - "ids": "7221", - "examine": "This leads downwards." - }, - { - "ids": "7222,7223", - "examine": "This way to the viewing gallery." - }, - { - "ids": "7224", - "examine": "I'll never be able to dodge that!" - }, - { - "ids": "7225,7226", - "examine": "It's a wall..." - }, - { - "ids": "7227", - "examine": "It's the floor..." - }, - { - "ids": "7228,7229", - "examine": "It's a wall..." - }, - { - "ids": "7230", - "examine": "It's the floor..." - }, - { - "ids": "7231,7232,7233,7234,7235", - "examine": "Not your average door..." - }, - { - "ids": "7236,7237,7238", - "examine": "I wonder what's inside." - }, - { - "ids": "7239,7240", - "examine": "It's a long way down..." - }, - { - "ids": "7241", - "examine": "That's going to hurt if it hits me!" - }, - { - "ids": "7242,7243,7244", - "examine": "If only I knew Karate..." - }, - { - "ids": "7245", - "examine": "It's the floor..." - }, - { - "ids": "7246,7247", - "examine": "Locked." - }, - { - "ids": "7248,7249", - "examine": "It's a wall..." - }, - { - "ids": "7250", - "examine": "It's the floor..." - }, - { - "ids": "7251", - "examine": "Bend your way through." - }, - { - "ids": "7252", - "examine": "That could really hurt!" - }, - { - "ids": "7253", - "examine": "I must not fear, fear is the little death that brings total oblivion." - }, - { - "ids": "7254,7255,7256", - "examine": "Blocking my way back." - }, - { - "ids": "7257", - "examine": "I wonder where it leads." - }, - { - "ids": "7258", - "examine": "An opening into the crumbling wall." - }, - { - "ids": "7259,7260,7261,7262,7263,7264,7265,7266,7267,7268,7269,7270,7271", - "examine": "This way to exit." - }, - { - "ids": "7272,7273", - "examine": "A mystical teleport." - }, - { - "ids": "7274,7275,7276", - "examine": "Lets me walk through walls..." - }, - { - "ids": "7277", - "examine": "He looks hungry, but I don't think he'll do anything while I'm here." - }, - { - "ids": "7278,7279,7280", - "examine": "He's no longer looks hungry, although perhaps a little guilty-looking." - }, - { - "ids": "7281,7282,7283", - "examine": "He's looking at the grain..." - }, - { - "ids": "7284", - "examine": "A sack full of grain." - }, - { - "ids": "7285", - "examine": "I think the chicken enjoyed his meal..." - }, - { - "ids": "7286,7287", - "examine": "It looks pretty rickety..." - }, - { - "ids": "7288,7289,7290,7291,7292,7293,7294,7295,7296,7297,7298,7299,7300,7301", - "examine": "A mystical teleport." - }, - { - "ids": "7302", - "examine": "Lets me walk through walls..." - }, - { - "ids": "7303", - "examine": "A gold statue of a famous White Knight." - }, - { - "ids": "7304", - "examine": "A silver statue of a famous White Knight." - }, - { - "ids": "7305", - "examine": "A bronze statue of a famous White Knight." - }, - { - "ids": "7306", - "examine": "A gold statue of an ancient warrior." - }, - { - "ids": "7307", - "examine": "A silver statue of an ancient warrior." - }, - { - "ids": "7308", - "examine": "A bronze statue of an ancient warrior." - }, - { - "ids": "7309", - "examine": "A gold statue of a famous warrior." - }, - { - "ids": "7310", - "examine": "A silver statue of a famous warrior." - }, - { - "ids": "7311", - "examine": "A bronze statue of a famous warrior." - }, - { - "ids": "7312", - "examine": "A gold statue of an ancient White Knight." - }, - { - "ids": "7313", - "examine": "A silver statue of an ancient White Knight." - }, - { - "ids": "7314", - "examine": "A bronze statue of an ancient White Knight." - }, - { - "ids": "7315,7316", - "examine": "A mystical teleport." - }, - { - "ids": "7317", - "examine": "Lets me walk through walls..." - }, - { - "ids": "7318,7319", - "examine": "A mystical teleport." - }, - { - "ids": "7320", - "examine": "Lets me walk through walls..." - }, - { - "ids": "7321,7322", - "examine": "A mystical teleport." - }, - { - "ids": "7323", - "examine": "Lets me walk through walls..." - }, - { - "ids": "7324,7325", - "examine": "A mystical teleport." - }, - { - "ids": "7326", - "examine": "Lets me walk through walls..." - }, - { - "ids": "7327,7328,7329,7330", - "examine": "Filled to the brim with knowledge." - }, - { - "ids": "7331", - "examine": "Generally used for putting things on." - }, - { - "ids": "7332", - "examine": "A table with a Bunsen burner on it." - }, - { - "ids": "7333,7334,7335,7336,7337,7338,7339", - "examine": "There are some containers of chemicals here." - }, - { - "ids": "7340,7341,7342", - "examine": "There's an empty vial here." - }, - { - "ids": "7343", - "examine": "There's a small hole in the centre." - }, - { - "ids": "7344", - "examine": "The spade is stuck in the hole." - }, - { - "ids": "7345", - "examine": "The spade opened the door." - }, - { - "ids": "7346", - "examine": "It's chained to the wall." - }, - { - "ids": "7347,7348,7349", - "examine": "For storage." - }, - { - "ids": "7350", - "examine": "I wonder what's inside." - }, - { - "ids": "7351", - "examine": "Perhaps I should search it." - }, - { - "ids": "7352,7353", - "examine": "A mystical teleport." - }, - { - "ids": "7354", - "examine": "Lets me walk through walls..." - }, - { - "ids": "7355,7356,7357,7358,7359,7360,7361,7362,7363,7364,7365,7366,7367,7368,7369,7370,7371,7372", - "examine": "Bridge will support a person carrying no more than 5 kg." - }, - { - "ids": "7373,7374,7375,7376,7377,7378,7379,7380,7381,7382,7383,7384", - "examine": "Lets me walk through walls..." - }, - { - "ids": "7385,7386,7387", - "examine": "The ideal thing to sit on." - }, - { - "ids": "7388,7389", - "examine": "Sit back and relax..." - }, - { - "ids": "7390", - "examine": "Designed specifically to ruin your health." - }, - { - "ids": "7391", - "examine": "A rolled up magic carpet." - }, - { - "ids": "7392", - "examine": "A pile of rolled up magic carpets." - }, - { - "ids": "7393", - "examine": "A little shaded area." - }, - { - "ids": "7394,7395", - "examine": "A magic carpet." - }, - { - "ids": "7396", - "examine": "The infamous carpet of '76." - }, - { - "ids": "7397,7398", - "examine": "A leafy tree." - }, - { - "ids": "7399", - "examine": "This is what is left of a willow tree." - }, - { - "ids": "7400", - "examine": "This is what is left of a maple tree." - }, - { - "ids": "7401", - "examine": "This is what is left of a magic tree." - }, - { - "ids": "7402", - "examine": "This is what is left of a yew tree." - }, - { - "ids": "7403", - "examine": "An empty barrel." - }, - { - "ids": "7404,7405", - "examine": "A barrel full of mushed apples." - }, - { - "ids": "7406", - "examine": "This tap runs from the apple crushing barrel." - }, - { - "ids": "7407", - "examine": "An empty ale barrel." - }, - { - "ids": "7408", - "examine": "A barrel of bad ale." - }, - { - "ids": "7409", - "examine": "A barrel of unfermented liquid." - }, - { - "ids": "7410", - "examine": "A barrel of bad cider." - }, - { - "ids": "7411", - "examine": "A barrel of Dwarven Stout." - }, - { - "ids": "7412", - "examine": "A barrel of mature Dwarven Stout." - }, - { - "ids": "7413", - "examine": "A barrel of Asgarnian Ale." - }, - { - "ids": "7414", - "examine": "A barrel of mature Asgarnian Ale." - }, - { - "ids": "7415", - "examine": "A barrel of Greenmans Ale." - }, - { - "ids": "7416", - "examine": "A barrel of mature Greenmans Ale." - }, - { - "ids": "7417", - "examine": "A barrel of Wizards Mind Bomb." - }, - { - "ids": "7418", - "examine": "A barrel of mature Wizards Mind Bomb." - }, - { - "ids": "7419", - "examine": "A barrel of Dragon Bitter." - }, - { - "ids": "7420", - "examine": "A barrel of mature Dragon Bitter." - }, - { - "ids": "7421", - "examine": "A barrel of Moonlight Mead." - }, - { - "ids": "7422", - "examine": "A barrel of mature Moonlight Mead." - }, - { - "ids": "7423", - "examine": "A barrel of Axeman's Folly." - }, - { - "ids": "7424", - "examine": "A barrel of mature Axeman's Folly." - }, - { - "ids": "7425", - "examine": "A barrel of Chef's Delight." - }, - { - "ids": "7426", - "examine": "A barrel of mature Chef's Delight." - }, - { - "ids": "7427", - "examine": "A barrel of Slayer's Respite." - }, - { - "ids": "7428", - "examine": "A barrel of mature Slayer's Respite." - }, - { - "ids": "7429", - "examine": "A barrel of Cider." - }, - { - "ids": "7430,7431,7432", - "examine": "A barrel of mature Cider." - }, - { - "ids": "7433", - "examine": "Goes up and down!" - }, - { - "ids": "7434", - "examine": "I wonder what's under it?" - }, - { - "ids": "7435", - "examine": "I wonder what's down there?" - }, - { - "ids": "7436", - "examine": "A wooden barrel." - }, - { - "ids": "7437", - "examine": "This vat is empty." - }, - { - "ids": "7438", - "examine": "This vat is filled with water." - }, - { - "ids": "7439", - "examine": "This vat is filled with bad ale." - }, - { - "ids": "7440", - "examine": "This vat is filled with bad cider." - }, - { - "ids": "7441", - "examine": "This vat contains a mixture of water and barley malt." - }, - { - "ids": "7442,7443", - "examine": "This controls the flow of ale to the barrel." - }, - { - "ids": "7444", - "examine": "This vat contains a mixture of water, barley malt, and Hammerstone hops." - }, - { - "ids": "7445,7446", - "examine": "Dwarven Stout is fermenting in this vat." - }, - { - "ids": "7447", - "examine": "This vat is filled with Dwarven Stout." - }, - { - "ids": "7448", - "examine": "This vat is filled with mature Dwarven Stout." - }, - { - "ids": "7449", - "examine": "This vat contains a mixture of water, barley malt, and Asgarnian hops." - }, - { - "ids": "7450,7451", - "examine": "Asgarnian Ale is fermenting in this vat." - }, - { - "ids": "7452", - "examine": "This vat is filled with Asgarnian Ale." - }, - { - "ids": "7453", - "examine": "This vat is filled with mature Asgarnian Ale." - }, - { - "ids": "7454", - "examine": "This vat contains a mixture of water, barley malt, and Harralander." - }, - { - "ids": "7455,7456", - "examine": "Greenmans Ale is fermenting in this vat." - }, - { - "ids": "7457", - "examine": "This vat is filled with Greenmans Ale." - }, - { - "ids": "7458", - "examine": "This vat is filled with mature Greenmans Ale." - }, - { - "ids": "7459", - "examine": "This vat contains a mixture of water, barley malt, and Yanillian hops." - }, - { - "ids": "7460,7461", - "examine": "Wizards Mind Bomb is fermenting in this vat." - }, - { - "ids": "7462", - "examine": "This vat is filled with Wizards Mind Bomb." - }, - { - "ids": "7463", - "examine": "This vat is filled with mature Wizards Mind Bomb." - }, - { - "ids": "7464", - "examine": "This vat contains a mixture of water, barley malt, and Krandorian hops." - }, - { - "ids": "7465,7466", - "examine": "Dragon Bitter is fermenting in this vat." - }, - { - "ids": "7467", - "examine": "This vat is filled with Dragon Bitter." - }, - { - "ids": "7468", - "examine": "This vat is filled with mature Dragon Bitter." - }, - { - "ids": "7469", - "examine": "This vat contains a mixture of water, barley malt, and Bittercap mushrooms." - }, - { - "ids": "7470,7471", - "examine": "Moonlight Mead is fermenting in this vat." - }, - { - "ids": "7472", - "examine": "This vat is filled with Moonlight Mead." - }, - { - "ids": "7473", - "examine": "This vat is filled with mature Moonlight Mead." - }, - { - "ids": "7474", - "examine": "This vat contains a mixture of water, barley malt, and oak roots." - }, - { - "ids": "7475,7476", - "examine": "Axeman's Folly is fermenting in this vat." - }, - { - "ids": "7477", - "examine": "This vat is filled with Axeman's Folly." - }, - { - "ids": "7478", - "examine": "This vat is filled with mature Axeman's Folly." - }, - { - "ids": "7479", - "examine": "This vat contains a mixture of water, barley malt, and chocolate dust." - }, - { - "ids": "7480,7481", - "examine": "Chef's Delight is fermenting in this vat." - }, - { - "ids": "7482", - "examine": "This vat is filled with Chef's Delight." - }, - { - "ids": "7483", - "examine": "This vat is filled with mature Chef's Delight." - }, - { - "ids": "7484", - "examine": "This vat contains a mixture of water, barley malt, and Wildblood hops." - }, - { - "ids": "7485,7486", - "examine": "Slayer's Respite is fermenting in this vat." - }, - { - "ids": "7487", - "examine": "This vat is filled with Slayer's Respite." - }, - { - "ids": "7488", - "examine": "This vat is filled with mature Slayer's Respite." - }, - { - "ids": "7489", - "examine": "This vat contains some apple mush." - }, - { - "ids": "7490,7491", - "examine": "Cider is fermenting in this vat." - }, - { - "ids": "7492", - "examine": "This vat is filled with cider." - }, - { - "ids": "7493,7494,7495", - "examine": "This vat is filled with mature cider." - }, - { - "ids": "7496,7497", - "examine": "Items are for sale here." - }, - { - "ids": "7498", - "examine": "They're empty." - }, - { - "ids": "7499,7500,7501,7502,7503", - "examine": "Farming stock is kept here." - }, - { - "ids": "7504,7505", - "examine": "For sitting." - }, - { - "ids": "7506", - "examine": "They're empty." - }, - { - "ids": "7507,7508,7509,7510,7511", - "examine": "Farming stock is kept here." - }, - { - "ids": "7512", - "examine": "A pair of sacks." - }, - { - "ids": "7513,7514,7515", - "examine": "For storage." - }, - { - "ids": "7516,7517,7518,7519,7520,7521,7522,7523,7524,7525,7526", - "examine": "A farmer's spade and rake." - }, - { - "ids": "7527", - "examine": "I can climb over the fence with this." - }, - { - "ids": "7528,7529,7530", - "examine": "For fermenting beer." - }, - { - "ids": "7531", - "examine": "An ale 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": "This controls the flow of ale to the barrel." - }, - { - "ids": "7557,7558,7559,7560", - "examine": "You can grow Deadly Nightshade in this Farming patch." - }, - { - "ids": "7561", - "examine": "Deadly Nightshade has been sown in this farming patch." - }, - { - "ids": "7562,7563,7564", - "examine": "Deadly Nightshade is growing in this farming patch." - }, - { - "ids": "7565", - "examine": "I wouldn't pick this with my bare hands." - }, - { - "ids": "7566,7567,7568", - "examine": "This Deadly Nightshade has become diseased." - }, - { - "ids": "7569,7570,7571,7572", - "examine": "This Deadly Nightshade has died." - }, - { - "ids": "7573,7574,7575,7576,7577,7578,7579,7580", - "examine": "You can grow bushes in this Farming patch." - }, - { - "ids": "7581,7582,7583,7584,7585,7586", - "examine": "A cadavaberry bush is growing in this Farming patch." - }, - { - "ids": "7587,7588,7589,7590,7591,7592", - "examine": "A fully grown cadavaberry bush." - }, - { - "ids": "7593,7594,7595,7596,7597,7598", - "examine": "This diseased cadavaberry bush needs pruning." - }, - { - "ids": "7599,7600,7601,7602,7603,7604", - "examine": "This cadavaberry bush has died." - }, - { - "ids": "7605,7606,7607,7608,7609,7610,7611", - "examine": "A dwellberry bush is growing in this Farming patch." - }, - { - "ids": "7612,7613,7614,7615,7616,7617", - "examine": "A fully grown dwellberry bush." - }, - { - "ids": "7618,7619,7620,7621,7622,7623,7624", - "examine": "This diseased dwellberry bush needs pruning." - }, - { - "ids": "7625,7626,7627,7628,7629,7630,7631", - "examine": "This dwellberry bush has died." - }, - { - "ids": "7632,7633,7634,7635,7636,7637,7638,7639", - "examine": "A jangerberry bush is growing in this Farming patch." - }, - { - "ids": "7640,7641,7642,7643,7644,7645", - "examine": "A fully grown jangerberry bush." - }, - { - "ids": "7646,7647,7648,7649,7650,7651,7652,7653", - "examine": "This diseased jangerberry bush needs pruning." - }, - { - "ids": "7654,7655,7656,7657,7658,7659,7660,7661", - "examine": "This jangerberry bush has died." - }, - { - "ids": "7662,7663,7664,7665,7666,7667,7668,7669", - "examine": "A Poison Ivy bush is growing in this Farming patch." - }, - { - "ids": "7670,7671,7672,7673,7674,7675", - "examine": "A fully grown Poison Ivy bush." - }, - { - "ids": "7676,7677,7678,7679,7680,7681,7682,7683", - "examine": "This diseased Poison Ivy bush needs pruning." - }, - { - "ids": "7684,7685,7686,7687,7688,7689,7690,7691", - "examine": "This Poison Ivy bush has died." - }, - { - "ids": "7692,7693,7694,7695,7696", - "examine": "A redberry bush is growing in this Farming patch." - }, - { - "ids": "7697,7698,7699,7700,7701,7702", - "examine": "A fully grown redberry bush." - }, - { - "ids": "7703,7704,7705,7706,7707", - "examine": "This diseased redberry bush needs pruning." - }, - { - "ids": "7708,7709,7710,7711,7712", - "examine": "This redberry bush has died." - }, - { - "ids": "7713,7714,7715,7716,7717,7718,7719,7720", - "examine": "A whiteberry bush is growing in this Farming patch." - }, - { - "ids": "7721,7722,7723,7724,7725,7726", - "examine": "A fully grown whiteberry bush." - }, - { - "ids": "7727,7728,7729,7730,7731,7732,7733,7734", - "examine": "This diseased whiteberry bush needs pruning." - }, - { - "ids": "7735,7736,7737,7738,7739,7740,7741,7742", - "examine": "This whiteberry bush has died." - }, - { - "ids": "7743,7744,7745,7746", - "examine": "You can grow a Cactus in this Farming patch." - }, - { - "ids": "7747", - "examine": "Cactus seeds have been planted in this patch." - }, - { - "ids": "7748,7749,7750,7751,7752,7753", - "examine": "A cactus is growing in this patch." - }, - { - "ids": "7754,7755,7756,7757,7758", - "examine": "A fully-grown cactus." - }, - { - "ids": "7759,7760,7761,7762,7763,7764", - "examine": "This cactus has become diseased." - }, - { - "ids": "7765,7766,7767,7768,7769,7770,7771", - "examine": "This cactus has died." - }, - { - "ids": "7772,7773,7774,7775", - "examine": "You can grow a Calquat Tree in this Farming patch." - }, - { - "ids": "7776,7777,7778,7779,7780,7781,7782,7783", - "examine": "A Calquat tree is growing in this Farming patch." - }, - { - "ids": "7784,7785,7786,7787,7788,7789,7790,7791", - "examine": "A fully grown Calquat tree stands in this Farming patch." - }, - { - "ids": "7792,7793,7794,7795,7796,7797,7798", - "examine": "This diseased Calquat tree needs pruning." - }, - { - "ids": "7799,7800,7801,7802,7803,7804,7805", - "examine": "This Calquat tree has died." - }, - { - "ids": "7806,7807", - "examine": "A Calquat tree stump." - }, - { - "ids": "7808", - "examine": "Turns vegetation into compost." - }, - { - "ids": "7809", - "examine": "This compost bin contains compostable items." - }, - { - "ids": "7810", - "examine": "This compost bin is full of compostable items." - }, - { - "ids": "7811", - "examine": "This compost bin contains supercompostable items." - }, - { - "ids": "7812", - "examine": "This compost bin is full of supercompostable items." - }, - { - "ids": "7813", - "examine": "Turns vegetation into compost." - }, - { - "ids": "7814", - "examine": "This compost bin contains compost." - }, - { - "ids": "7815", - "examine": "This compost bin is full of compost." - }, - { - "ids": "7816", - "examine": "This compost bin contains super compost." - }, - { - "ids": "7817", - "examine": "This compost bin is full of super compost." - }, - { - "ids": "7818", - "examine": "Turns vegetation into compost." - }, - { - "ids": "7819", - "examine": "This compost bin contains compostable items." - }, - { - "ids": "7820", - "examine": "This compost bin is full of compostable items." - }, - { - "ids": "7821", - "examine": "This compost bin contains supercompostable items." - }, - { - "ids": "7822", - "examine": "This compost bin is full of supercompostable items." - }, - { - "ids": "7823", - "examine": "Turns vegetation into compost." - }, - { - "ids": "7824", - "examine": "This compost bin contains compost." - }, - { - "ids": "7825", - "examine": "This compost bin is full of compost." - }, - { - "ids": "7826", - "examine": "This compost bin contains super compost." - }, - { - "ids": "7827", - "examine": "This compost bin is full of super compost." - }, - { - "ids": "7828", - "examine": "This compost bin contains tomatoes." - }, - { - "ids": "7829", - "examine": "This compost bin is full of tomatoes." - }, - { - "ids": "7830", - "examine": "This compost bin contains rotten tomatoes." - }, - { - "ids": "7831", - "examine": "This compost bin is full of rotten tomatoes." - }, - { - "ids": "7832", - "examine": "This compost bin contains tomatoes." - }, - { - "ids": "7833", - "examine": "This compost bin is full of tomatoes." - }, - { - "ids": "7834", - "examine": "This compost bin contains rotten tomatoes." - }, - { - "ids": "7835,7836,7837,7838,7839", - "examine": "This compost bin is full of rotten tomatoes." - }, - { - "ids": "7840,7841,7842,7843,7844,7845,7846,7847,7848,7849,7850", - "examine": "You can grow flowers in this Farming patch." - }, - { - "ids": "7851,7852,7853,7854", - "examine": "A limpwurt plant is growing in this patch." - }, - { - "ids": "7855", - "examine": "A fully grown limpwurt plant." - }, - { - "ids": "7856,7857,7858,7859", - "examine": "A limpwurt plant is growing in this patch." - }, - { - "ids": "7860,7861,7862", - "examine": "This limpwurt plant has become diseased." - }, - { - "ids": "7863,7864,7865", - "examine": "This limpwurt plant has died while growing." - }, - { - "ids": "7866", - "examine": "This limpwurt plant has died." - }, - { - "ids": "7867,7868,7869,7870", - "examine": "A marigold is growing in this patch." - }, - { - "ids": "7871", - "examine": "A fully grown marigold." - }, - { - "ids": "7872,7873,7874,7875", - "examine": "A marigold is growing in this patch." - }, - { - "ids": "7876,7877,7878", - "examine": "This marigold has become diseased." - }, - { - "ids": "7879,7880,7881", - "examine": "This marigold has died while growing." - }, - { - "ids": "7882", - "examine": "This marigold has died." - }, - { - "ids": "7883,7884,7885,7886", - "examine": "A nasturtium is growing in this patch." - }, - { - "ids": "7887", - "examine": "A fully grown nasturtium." - }, - { - "ids": "7888,7889,7890,7891", - "examine": "A nasturtium is growing in this patch." - }, - { - "ids": "7892,7893,7894", - "examine": "This nasturtium has become diseased." - }, - { - "ids": "7895,7896,7897", - "examine": "This nasturtium has died while growing." - }, - { - "ids": "7898", - "examine": "This nasturtium has died." - }, - { - "ids": "7899,7900,7901,7902", - "examine": "A rosemary is growing in this patch." - }, - { - "ids": "7903", - "examine": "A fully grown rosemary." - }, - { - "ids": "7904,7905,7906,7907", - "examine": "A rosemary is growing in this patch." - }, - { - "ids": "7908,7909,7910", - "examine": "This rosemary has become diseased." - }, - { - "ids": "7911,7912,7913", - "examine": "This rosemary has died while growing." - }, - { - "ids": "7914", - "examine": "This rosemary has died." - }, - { - "ids": "7915,7916,7917,7918", - "examine": "Should scare off the birds..." - }, - { - "ids": "7919,7920,7921,7922", - "examine": "A woad plant is growing in this patch." - }, - { - "ids": "7923", - "examine": "A fully grown woad plant." - }, - { - "ids": "7924,7925,7926,7927", - "examine": "A woad plant is growing in this patch." - }, - { - "ids": "7928,7929,7930", - "examine": "This woad plant has become diseased." - }, - { - "ids": "7931,7932,7933", - "examine": "This woad plant has died while growing." - }, - { - "ids": "7934", - "examine": "This woad plant has died." - }, - { - "ids": "7935", - "examine": "An apple tree sapling has been planted in this fruit tree patch." - }, - { - "ids": "7936,7937,7938,7939,7940", - "examine": "An apple tree is growing in this fruit tree patch." - }, - { - "ids": "7941", - "examine": "A fully grown apple tree." - }, - { - "ids": "7942", - "examine": "There is a single apple on this apple tree." - }, - { - "ids": "7943", - "examine": "There are two apples on this apple tree." - }, - { - "ids": "7944", - "examine": "There are three apples on this apple tree." - }, - { - "ids": "7945", - "examine": "There are four apples on this apple tree." - }, - { - "ids": "7946", - "examine": "There are five apples on this apple tree." - }, - { - "ids": "7947", - "examine": "There are six apples on this apple tree." - }, - { - "ids": "7948", - "examine": "A fully grown apple tree." - }, - { - "ids": "7949,7950,7951,7952,7953,7954", - "examine": "This diseased tree looks like it needs pruning with secateurs." - }, - { - "ids": "7955,7956,7957,7958,7959,7960", - "examine": "This apple tree has become diseased and died." - }, - { - "ids": "7961,7962,7963,7964,7965", - "examine": "This apple tree has been cut down." - }, - { - "ids": "7966", - "examine": "A pineapple plant has been planted in this fruit tree patch." - }, - { - "ids": "7967,7968,7969,7970,7971", - "examine": "A pineapple plant is growing in this fruit tree patch." - }, - { - "ids": "7972", - "examine": "A fully grown pineapple plant." - }, - { - "ids": "7973", - "examine": "There is a single pineapple on this pineapple plant." - }, - { - "ids": "7974", - "examine": "There are two pineapples on this pineapple plant." - }, - { - "ids": "7975", - "examine": "There are three pineapples on this pineapple plant." - }, - { - "ids": "7976", - "examine": "There are four pineapples on this pineapple plant." - }, - { - "ids": "7977", - "examine": "There are five pineapples on this pineapple plant." - }, - { - "ids": "7978", - "examine": "There are six pineapples on this pineapple plant." - }, - { - "ids": "7979", - "examine": "A fully grown pineapple plant." - }, - { - "ids": "7980,7981,7982,7983,7984,7985", - "examine": "This pineapple plant looks like it could do with pruning with secateurs." - }, - { - "ids": "7986,7987,7988,7989,7990,7991", - "examine": "This pineapple plant has become diseased and died." - }, - { - "ids": "7992", - "examine": "This pineapple plant has been cut down." - }, - { - "ids": "7993", - "examine": "A banana tree sapling has been planted in this fruit tree patch." - }, - { - "ids": "7994,7995,7996,7997,7998", - "examine": "A banana tree is growing in this fruit tree patch." - }, - { - "ids": "7999,8000", - "examine": "A fully grown banana tree." - }, - { - "ids": "8001", - "examine": "There is a single banana on this banana tree." - }, - { - "ids": "8002", - "examine": "There are two bananas on this banana tree." - }, - { - "ids": "8003", - "examine": "There are three bananas on this banana tree." - }, - { - "ids": "8004", - "examine": "There are four bananas on this banana tree." - }, - { - "ids": "8005", - "examine": "There are five bananas on this banana tree." - }, - { - "ids": "8006", - "examine": "There are six bananas on this banana tree." - }, - { - "ids": "8007,8008,8009,8010,8011,8012", - "examine": "This banana looks like it could do with pruning with secateurs." - }, - { - "ids": "8013,8014,8015,8016,8017,8018", - "examine": "This banana tree has become diseased and died." - }, - { - "ids": "8019", - "examine": "This banana tree has been cut down." - }, - { - "ids": "8020", - "examine": "A curry tree sapling has been planted in this fruit tree patch." - }, - { - "ids": "8021,8022,8023,8024,8025", - "examine": "A curry tree is growing in this fruit tree patch." - }, - { - "ids": "8026", - "examine": "A fully grown curry tree." - }, - { - "ids": "8027", - "examine": "There is a single curry leaf on this curry tree." - }, - { - "ids": "8028", - "examine": "There are two curry leaves on this curry tree." - }, - { - "ids": "8029", - "examine": "There are three curry leaves on this curry tree." - }, - { - "ids": "8030", - "examine": "There are four curry leaves on this curry tree." - }, - { - "ids": "8031", - "examine": "There are five curry leaves on this curry tree." - }, - { - "ids": "8032", - "examine": "There are six curry leaves on this curry tree." - }, - { - "ids": "8033", - "examine": "A fully grown curry tree." - }, - { - "ids": "8034,8035,8036,8037,8038,8039", - "examine": "This curry tree looks like it could do with pruning with secateurs." - }, - { - "ids": "8040,8041,8042,8043,8044,8045", - "examine": "This curry tree has become diseased and died." - }, - { - "ids": "8046", - "examine": "This curry tree has been cut down." - }, - { - "ids": "8047,8048,8049,8050", - "examine": "You can grow Fruit Trees in this Farming patch." - }, - { - "ids": "8051", - "examine": "An orange tree sapling has been planted in this fruit tree patch." - }, - { - "ids": "8052,8053,8054,8055,8056", - "examine": "An orange tree is growing in this fruit tree patch." - }, - { - "ids": "8057", - "examine": "A fully grown orange tree." - }, - { - "ids": "8058", - "examine": "There is a single orange on this orange tree." - }, - { - "ids": "8059", - "examine": "There are two oranges on this orange tree." - }, - { - "ids": "8060", - "examine": "There are three oranges on this orange tree." - }, - { - "ids": "8061", - "examine": "There are four oranges on this orange tree." - }, - { - "ids": "8062", - "examine": "There are five oranges on this orange tree." - }, - { - "ids": "8063", - "examine": "There are six oranges on this orange tree." - }, - { - "ids": "8064", - "examine": "A fully grown orange tree." - }, - { - "ids": "8065,8066,8067,8068,8069,8070", - "examine": "This orange tree looks like it could do with pruning with secateurs." - }, - { - "ids": "8071,8072,8073,8074,8075,8076", - "examine": "This orange tree has become diseased and died." - }, - { - "ids": "8077", - "examine": "This orange tree has been cut down." - }, - { - "ids": "8078", - "examine": "A palm tree sapling has been planted in this fruit tree patch." - }, - { - "ids": "8079,8080,8081,8082,8083", - "examine": "A palm tree is growing in this fruit tree patch." - }, - { - "ids": "8084", - "examine": "A fully grown palm tree." - }, - { - "ids": "8085", - "examine": "There is a single coconut on this palm tree." - }, - { - "ids": "8086", - "examine": "There are two coconuts on this palm tree." - }, - { - "ids": "8087", - "examine": "There are three coconuts on this palm tree." - }, - { - "ids": "8088", - "examine": "There are four coconuts on this palm tree." - }, - { - "ids": "8089", - "examine": "There are five coconuts on this palm tree." - }, - { - "ids": "8090", - "examine": "There are six coconuts on this palm tree." - }, - { - "ids": "8091", - "examine": "A fully grown palm tree." - }, - { - "ids": "8092,8093,8094,8095,8096,8097", - "examine": "This palm tree looks like it could do with pruning with secateurs." - }, - { - "ids": "8098,8099,8100,8101,8102,8103", - "examine": "This palm tree has become diseased and died." - }, - { - "ids": "8104", - "examine": "This palm tree has been cut down." - }, - { - "ids": "8105", - "examine": "A papaya tree sapling has been planted in this fruit tree patch." - }, - { - "ids": "8106,8107,8108,8109,8110", - "examine": "A papaya tree is growing in this fruit tree patch." - }, - { - "ids": "8111", - "examine": "A fully grown papaya tree" - }, - { - "ids": "8112", - "examine": "There is a single papaya fruit on this tree." - }, - { - "ids": "8113", - "examine": "There are two papaya fruits on this tree." - }, - { - "ids": "8114", - "examine": "There are three papaya fruits on this tree." - }, - { - "ids": "8115", - "examine": "There are four papaya fruits on this tree." - }, - { - "ids": "8116", - "examine": "There are five papaya fruits on this tree." - }, - { - "ids": "8117", - "examine": "There are six papaya fruits on this tree." - }, - { - "ids": "8118", - "examine": "A fully grown papaya tree." - }, - { - "ids": "8119,8120,8121,8122,8123,8124", - "examine": "This papaya tree looks like it could do with pruning with secateurs." - }, - { - "ids": "8125,8126,8127,8128,8129,8130", - "examine": "This papaya tree has become diseased and died." - }, - { - "ids": "8131", - "examine": "This papaya tree has been cut down." - }, - { - "ids": "8132,8133,8134,8135,8136,8137,8138", - "examine": "You can grow herbs in this Farming patch." - }, - { - "ids": "8139", - "examine": "Some herb seeds have been sown in this patch." - }, - { - "ids": "8140,8141,8142", - "examine": "A herb is growing in this patch." - }, - { - "ids": "8143", - "examine": "A fully grown herb." - }, - { - "ids": "8144,8145,8146", - "examine": "These herbs have become diseased." - }, - { - "ids": "8147,8148,8149,8150,8151,8152,8153", - "examine": "These herbs have become diseased and died." - }, - { - "ids": "8154", - "examine": "Asgarnian hop seeds have been sown in this farming patch." - }, - { - "ids": "8155,8156,8157,8158", - "examine": "Asgarnian hops are growing in this farming patch." - }, - { - "ids": "8159", - "examine": "These are fully grown Asgarnian Hops." - }, - { - "ids": "8160", - "examine": "Asgarnian hop seeds have been sown in this farming patch." - }, - { - "ids": "8161,8162,8163,8164", - "examine": "Asgarnian hops are growing in this farming patch." - }, - { - "ids": "8165,8166,8167,8168", - "examine": "These Asgarnian Hop plants are diseased." - }, - { - "ids": "8169,8170,8171,8172,8173,8174,8175,8176", - "examine": "These Asgarnian Hop plants have died from disease." - }, - { - "ids": "8177", - "examine": "Hammerstone Hop seeds have been sown in this farming patch." - }, - { - "ids": "8178,8179,8180", - "examine": "Hammerstone Hops are growing in this farming patch." - }, - { - "ids": "8181", - "examine": "These are fully grown Hammerstone Hops." - }, - { - "ids": "8182", - "examine": "Hammerstone Hop seeds have been sown in this farming patch." - }, - { - "ids": "8183,8184,8185", - "examine": "Hammerstone Hops are growing in this farming patch." - }, - { - "ids": "8186,8187,8188", - "examine": "These Hammerstone Hops are diseased." - }, - { - "ids": "8189,8190,8191", - "examine": "These Hammerstone Hops have died from disease." - }, - { - "ids": "8192", - "examine": "Barley seeds have been sown in this farming patch." - }, - { - "ids": "8193,8194,8195", - "examine": "Barley is growing in this farming patch." - }, - { - "ids": "8196", - "examine": "This patch is full of Barley." - }, - { - "ids": "8197", - "examine": "Barley seeds have been sown in this farming patch." - }, - { - "ids": "8198,8199,8200", - "examine": "Barley is growing in this farming patch." - }, - { - "ids": "8201,8202,8203", - "examine": "This Barley is diseased." - }, - { - "ids": "8204,8205,8206", - "examine": "This Barley has died from disease." - }, - { - "ids": "8207,8208,8209,8210", - "examine": "You can grow hops in this Farming patch." - }, - { - "ids": "8211", - "examine": "Krandorian Hop seeds have been planted in this farming patch." - }, - { - "ids": "8212,8213,8214,8215,8216,8217", - "examine": "Krandorian Hops are growing in this farming patch." - }, - { - "ids": "8218", - "examine": "These are fully grown Krandorian Hops." - }, - { - "ids": "8219", - "examine": "Krandorian Hop seeds have been planted in this farming patch." - }, - { - "ids": "8220,8221,8222,8223,8224,8225", - "examine": "Krandorian Hops are growing in this farming patch." - }, - { - "ids": "8226,8227,8228,8229,8230,8231", - "examine": "These Krandorian Hops are diseased." - }, - { - "ids": "8232,8233,8234,8235,8236,8237", - "examine": "These Krandorian Hops have died from disease." - }, - { - "ids": "8238", - "examine": "Jute seeds have been sown in this farming patch." - }, - { - "ids": "8239,8240,8241,8242", - "examine": "Jute plants are growing in this farming patch." - }, - { - "ids": "8243", - "examine": "These are fully grown Jute plants." - }, - { - "ids": "8244", - "examine": "Jute seeds have been sown in this farming patch." - }, - { - "ids": "8245,8246,8247,8248", - "examine": "Jute plants are growing in this farming patch." - }, - { - "ids": "8249,8250,8251,8252", - "examine": "These Jute plants are diseased." - }, - { - "ids": "8253,8254,8255,8256", - "examine": "These Jute plants have died from disease." - }, - { - "ids": "8257", - "examine": "Wildblood hop seeds have been planted in this farming patch." - }, - { - "ids": "8258,8259,8260,8261,8262,8263,8264", - "examine": "Wildblood Hops are growing in this farming patch." - }, - { - "ids": "8265", - "examine": "These are fully grown Wildblood Hops." - }, - { - "ids": "8266", - "examine": "Wildblood hop seeds have been planted in this farming patch." - }, - { - "ids": "8267,8268,8269,8270,8271,8272,8273", - "examine": "Wildblood Hops are growing in this farming patch." - }, - { - "ids": "8274,8275,8276,8277,8278,8279,8280", - "examine": "These Wildblood hops are diseased." - }, - { - "ids": "8281,8282,8283,8284,8285,8286,8287", - "examine": "These Wildblood Hops have died from disease." - }, - { - "ids": "8288", - "examine": "Yanillian Hop seeds have been sown in this farming patch." - }, - { - "ids": "8289,8290,8291,8292,8293", - "examine": "Yanillian Hops are growing in this farming patch." - }, - { - "ids": "8294", - "examine": "These are fully grown Yanillian Hops." - }, - { - "ids": "8295", - "examine": "Yanillian Hop seeds have been sown in this farming patch." - }, - { - "ids": "8296,8297,8298,8299,8300", - "examine": "Yanillian Hops are growing in this farming patch." - }, - { - "ids": "8301,8302,8303,8304,8305", - "examine": "These Yanillian Hops are diseased." - }, - { - "ids": "8306,8307,8308,8309,8310", - "examine": "These Yanillian Hops have died from disease." - }, - { - "ids": "8311,8312,8313,8314", - "examine": "You can grow Bittercap mushrooms in this Farming patch." - }, - { - "ids": "8315", - "examine": "Bittercap mushroom spores have been sown in this farming patch." - }, - { - "ids": "8316,8317,8318,8319,8320", - "examine": "Bittercap mushrooms are growing in this farming patch." - }, - { - "ids": "8321,8322,8323,8324,8325,8326", - "examine": "A patch of Bittercap Mushrooms." - }, - { - "ids": "8327,8328,8329,8330,8331", - "examine": "These Bittercap mushrooms have become diseased." - }, - { - "ids": "8332,8333,8334,8335,8336,8337,8338", - "examine": "These Bittercap mushrooms have become diseased and died." - }, - { - "ids": "8339,8340,8341,8342", - "examine": "You can grow a Spirit Tree in this Farming patch." - }, - { - "ids": "8343,8344,8345,8346,8347,8348,8349,8350,8351,8352,8353,8354,8355,8356", - "examine": "A Spirit Tree." - }, - { - "ids": "8357", - "examine": "A Spirit Tree stump." - }, - { - "ids": "8358,8359,8360,8361,8362,8363,8364,8365,8366,8367,8368,8369", - "examine": "Needs pruning before it dies." - }, - { - "ids": "8370,8371,8372,8373,8374,8375,8376,8377,8378,8379,8380,8381,8382,8383,8384,8385,8386,8387,8388,8389,8390,8391", - "examine": "Oh dear, your spirit tree has died." - }, - { - "ids": "8392,8393,8394,8395", - "examine": "You can grow trees in this Farming patch." - }, - { - "ids": "8396", - "examine": "A Magic Tree sapling has been planted in this tree patch." - }, - { - "ids": "8397,8398,8399,8400,8401,8402,8403,8404,8405,8406,8407", - "examine": "A Magic Tree is growing in this tree patch." - }, - { - "ids": "8408,8409", - "examine": "A fully grown Magic Tree." - }, - { - "ids": "8410", - "examine": "You can uproot this stump with a spade." - }, - { - "ids": "8411,8412,8413,8414,8415,8416,8417,8418,8419,8420,8421,8422", - "examine": "To remove all signs of disease, prune the tree with secateurs." - }, - { - "ids": "8423,8424,8425,8426,8427,8428,8429,8430,8431,8432,8433,8434", - "examine": "This Magic Tree has become diseased and died." - }, - { - "ids": "8435", - "examine": "A Maple tree sapling has been planted in this tree patch." - }, - { - "ids": "8436,8437,8438,8439,8440,8441,8442", - "examine": "A Maple tree is growing in this tree patch." - }, - { - "ids": "8443,8444", - "examine": "A fully grown Maple tree." - }, - { - "ids": "8445", - "examine": "You can uproot this stump with a spade." - }, - { - "ids": "8446,8447,8448,8449,8450,8451,8452,8453", - "examine": "To remove all signs of disease, prune the tree with secateurs." - }, - { - "ids": "8454,8455,8456,8457,8458,8459,8460,8461", - "examine": "This Maple tree has become diseased and died." - }, - { - "ids": "8462", - "examine": "An Oak sapling has been planted in this tree patch." - }, - { - "ids": "8463,8464,8465", - "examine": "An Oak tree is growing in this tree patch." - }, - { - "ids": "8466,8467", - "examine": "A fully grown Oak tree." - }, - { - "ids": "8468,8469,8470,8471,8472", - "examine": "You can uproot this stump with a spade." - }, - { - "ids": "8473,8474,8475,8476", - "examine": "To remove all signs of disease, prune the tree with secateurs." - }, - { - "ids": "8477,8478,8479,8480", - "examine": "This Oak tree has become diseased and died." - }, - { - "ids": "8481", - "examine": "A Willow sapling has been planted in this tree patch." - }, - { - "ids": "8482,8483,8484,8485,8486", - "examine": "A Willow tree is growing in this tree patch." - }, - { - "ids": "8487,8488", - "examine": "A fully grown Willow tree." - }, - { - "ids": "8489", - "examine": "You can uproot this stump with a spade." - }, - { - "ids": "8490,8491,8492,8493,8494,8495", - "examine": "To remove all signs of disease, prune the tree with secateurs." - }, - { - "ids": "8496,8497,8498,8499,8500,8501", - "examine": "This Willow tree has become diseased and died." - }, - { - "ids": "8502", - "examine": "A Yew sapling has been planted in this tree patch." - }, - { - "ids": "8503,8504,8505,8506,8507,8508,8509,8510,8511", - "examine": "A Yew tree is growing in this tree patch." - }, - { - "ids": "8512,8513", - "examine": "A fully grown Yew tree." - }, - { - "ids": "8514", - "examine": "You can uproot this tree stump with a spade." - }, - { - "ids": "8515,8516,8517,8518,8519,8520,8521,8522,8523,8524", - "examine": "To remove all signs of disease, prune the tree with secateurs." - }, - { - "ids": "8525,8526,8527,8528,8529,8530,8531,8532,8533,8534", - "examine": "This Yew tree has become diseased and died." - }, - { - "ids": "8535", - "examine": "Cabbage seeds have been sown in this allotment." - }, - { - "ids": "8536,8537,8538", - "examine": "Cabbages are growing in this allotment." - }, - { - "ids": "8539", - "examine": "These cabbages could do with harvesting." - }, - { - "ids": "8540,8541,8542,8543", - "examine": "Cabbages are growing in this allotment." - }, - { - "ids": "8544,8545,8546", - "examine": "These cabbages have become diseased and need tending." - }, - { - "ids": "8547,8548,8549,8550,8551,8552,8553,8554,8555,8556,8557", - "examine": "These cabbages have become diseased and died." - }, - { - "ids": "8558", - "examine": "Potato seeds have been planted in this allotment." - }, - { - "ids": "8559,8560,8561", - "examine": "Potato plants are growing in this allotment." - }, - { - "ids": "8562", - "examine": "These potato plants are fully grown." - }, - { - "ids": "8563", - "examine": "Potato seeds have been planted in this allotment." - }, - { - "ids": "8564,8565,8566", - "examine": "Potato plants are growing in this allotment." - }, - { - "ids": "8567,8568,8569", - "examine": "These potato plants are diseased." - }, - { - "ids": "8570,8571,8572", - "examine": "These potato plants are dead." - }, - { - "ids": "8573,8574,8575,8576,8577,8578,8579", - "examine": "You can grow fruit and vegetables here." - }, - { - "ids": "8580", - "examine": "Some onion seeds have sown in this allotment." - }, - { - "ids": "8581,8582,8583", - "examine": "Some onion plants are growing in this allotment." - }, - { - "ids": "8584", - "examine": "There are some fully grown onions in this allotment." - }, - { - "ids": "8585", - "examine": "Some onion seeds have sown in this allotment." - }, - { - "ids": "8586,8587,8588", - "examine": "Some onion plants are growing in this allotment." - }, - { - "ids": "8589,8590,8591", - "examine": "These onions have become diseased." - }, - { - "ids": "8592,8593,8594", - "examine": "These onions have become diseased and died." - }, - { - "ids": "8595", - "examine": "Strawberry seeds have been sown in this allotment." - }, - { - "ids": "8596,8597,8598,8599,8600", - "examine": "Strawberry plants are growing in this allotment." - }, - { - "ids": "8601", - "examine": "These strawberry plants are fully grown." - }, - { - "ids": "8602", - "examine": "Strawberry seeds have been sown in this allotment." - }, - { - "ids": "8603,8604,8605,8606,8607", - "examine": "Strawberry plants are growing in this allotment." - }, - { - "ids": "8608,8609,8610,8611,8612", - "examine": "These strawberry plants have become diseased." - }, - { - "ids": "8613,8614,8615,8616,8617", - "examine": "These strawberry plants have become diseased and died." - }, - { - "ids": "8618", - "examine": "Some sweetcorn seeds have been sown in this allotment." - }, - { - "ids": "8619,8620,8621,8622,8623", - "examine": "Some sweetcorn plants are growing in this allotment." - }, - { - "ids": "8624", - "examine": "These sweetcorn plants are fully grown." - }, - { - "ids": "8625", - "examine": "Some sweetcorn seeds have been sown in this allotment." - }, - { - "ids": "8626,8627,8628,8629,8630", - "examine": "Some sweetcorn plants are growing in this allotment." - }, - { - "ids": "8631,8632,8633,8634,8635", - "examine": "These sweetcorn plants have been attacked by crows." - }, - { - "ids": "8636,8637,8638,8639,8640", - "examine": "These sweetcorn plants have become diseased and died." - }, - { - "ids": "8641", - "examine": "Tomato seeds have been sown in this allotment." - }, - { - "ids": "8642,8643,8644", - "examine": "Tomato plants are growing in this allotment." - }, - { - "ids": "8645", - "examine": "These tomato plants are fully grown." - }, - { - "ids": "8646", - "examine": "Tomato seeds have been sown in this allotment." - }, - { - "ids": "8647,8648,8649", - "examine": "Tomato plants are growing in this allotment." - }, - { - "ids": "8650,8651,8652", - "examine": "These tomato plants have become diseased." - }, - { - "ids": "8653,8654,8655", - "examine": "These tomato plants have become diseased and died." - }, - { - "ids": "8656", - "examine": "Watermelon seeds have been sown in this allotment." - }, - { - "ids": "8657,8658,8659,8660,8661,8662,8663", - "examine": "Watermelons are growing in this allotment." - }, - { - "ids": "8664", - "examine": "These watermelons could do with harvesting." - }, - { - "ids": "8665", - "examine": "Watermelon seeds have been sown in this allotment." - }, - { - "ids": "8666,8667,8668,8669,8670,8671,8672", - "examine": "Watermelons are growing in this allotment." - }, - { - "ids": "8673,8674,8675,8676,8677,8678,8679", - "examine": "These watermelons have become diseased and need tending." - }, - { - "ids": "8680", - "examine": "These watermelon plants have become diseased and died." - }, - { - "ids": "8681,8682,8683,8684,8685,8686,8687", - "examine": "These watermelons have become diseased and died." - }, - { - "ids": "8688", - "examine": "The perfect accompaniment to a bedroom." - }, - { - "ids": "8689", - "examine": "Fit for milking." - }, - { - "ids": "8690,8691,8692,8693,8694", - "examine": "Each full of milk no doubt." - }, - { - "ids": "8695", - "examine": "The door is closed." - }, - { - "ids": "8696,8697,8698", - "examine": "The door is open." - }, - { - "ids": "8699", - "examine": "After working with livestock, why not wash your hands?" - }, - { - "ids": "8700", - "examine": "For putting things on." - }, - { - "ids": "8701", - "examine": "Someone's been preparing meat." - }, - { - "ids": "8702,8703,8704,8705,8706,8707,8708,8709,8710,8711", - "examine": "A barrel for collecting rain water." - }, - { - "ids": "8712", - "examine": "A grand old fireplace." - }, - { - "ids": "8713,8714,8715,8716", - "examine": "I bet there's a needle in it somewhere." - }, - { - "ids": "8717,8718,8719,8720,8721,8722,8723,8724", - "examine": "A loom." - }, - { - "ids": "8725", - "examine": "A little rock." - }, - { - "ids": "8726", - "examine": "A small chunk of rock." - }, - { - "ids": "8727", - "examine": "They're not floating, even though it may look like they are!" - }, - { - "ids": "8728,8729,8730,8731,8732,8733,8734,8735,8736", - "examine": "A deposit of rocks." - }, - { - "ids": "8737", - "examine": "This tap runs from the apple crushing barrel." - }, - { - "ids": "8738,8739,8740,8741", - "examine": "You can walk through these doors." - }, - { - "ids": "8742,8743", - "examine": "An odd looking tree." - }, - { - "ids": "8744,8745", - "examine": "I can climb this." - }, - { - "ids": "8746", - "examine": "I can climb down this." - }, - { - "ids": "8747", - "examine": "A local water source." - }, - { - "ids": "8748", - "examine": "Used for spinning thread." - }, - { - "ids": "8749", - "examine": "A Shrine to the glory of Seren." - }, - { - "ids": "8750", - "examine": "I can cook here." - }, - { - "ids": "8751", - "examine": "A nice sturdy looking table." - }, - { - "ids": "8752,8753,8754,8755,8756,8757,8758,8759,8760,8761,8762,8763,8764,8765,8766", - "examine": "A good source of books!" - }, - { - "ids": "8767", - "examine": "The lamp has a glowing crystal at its core." - }, - { - "ids": "8768,8769", - "examine": "A table." - }, - { - "ids": "8770", - "examine": "A chair." - }, - { - "ids": "8771", - "examine": "A painting of an elf standing in some woodland." - }, - { - "ids": "8772", - "examine": "Sit back and relax..." - }, - { - "ids": "8773,8774", - "examine": "A useful ranging device." - }, - { - "ids": "8775", - "examine": "Use these with bows." - }, - { - "ids": "8776,8777", - "examine": "Tailor-made for needlework supplies." - }, - { - "ids": "8778", - "examine": "I'm guessing it's for making elven clothes." - }, - { - "ids": "8779,8780,8781,8782", - "examine": "Helps make elf clothing." - }, - { - "ids": "8783,8784", - "examine": "I wonder what's under it?" - }, - { - "ids": "8785", - "examine": "I can climb this." - }, - { - "ids": "8786,8787,8788,8789", - "examine": "The door is closed." - }, - { - "ids": "8790,8791,8792,8793,8794", - "examine": "The door is open." - }, - { - "ids": "8795", - "examine": "Makes gnomes taller." - }, - { - "ids": "8796", - "examine": "Makes creatures taller." - }, - { - "ids": "8797", - "examine": "I wonder what's inside." - }, - { - "ids": "8798", - "examine": "Perhaps I should search it." - }, - { - "ids": "8799", - "examine": "The desk of the head mourner." - }, - { - "ids": "8800", - "examine": "I wonder what's inside." - }, - { - "ids": "8801,8802,8803", - "examine": "A sack full of grain." - }, - { - "ids": "8804,8805,8806", - "examine": "These have grain in them." - }, - { - "ids": "8807", - "examine": "An empty barrel." - }, - { - "ids": "8808", - "examine": "A barrel full of mushed apples." - }, - { - "ids": "8809", - "examine": "A pile of rotten apples!" - }, - { - "ids": "8810,8811,8812,8813", - "examine": "A wooden gate." - }, - { - "ids": "8814,8815,8816,8817", - "examine": "A well slept in bed." - }, - { - "ids": "8818", - "examine": "The door is closed." - }, - { - "ids": "8819", - "examine": "The door is open." - }, - { - "ids": "8820,8821,8822,8823,8824,8825,8826,8827", - "examine": "Solid iron bars." - }, - { - "ids": "8828,8829,8830", - "examine": "Heavy." - }, - { - "ids": "8831,8832,8833,8834,8835,8836,8837,8838,8839", - "examine": "You can 'cart' things around on this." - }, - { - "ids": "8840,8841", - "examine": "I feel the need to throw a rotten cabbage!" - }, - { - "ids": "8842", - "examine": "Nothing growing on this tree at the moment..." - }, - { - "ids": "8843,8844,8845,8846,8847,8848,8849,8850,8851,8852,8853,8854,8855,8856,8857,8858,8859,8860", - "examine": "Mmmmm, nice juicy apples!" - }, - { - "ids": "8861,8862,8863,8864", - "examine": "This is a special hops patch." - }, - { - "ids": "8865", - "examine": "Kelda Hop seeds have been sown in this farming patch." - }, - { - "ids": "8866,8867,8868", - "examine": "Kelda Hops are growing in this farming patch." - }, - { - "ids": "8869", - "examine": "These are fully grown Kelda Hops." - }, - { - "ids": "8870", - "examine": "A barrel of Kelda Stout." - }, - { - "ids": "8871", - "examine": "This vat contains Kelda hops." - }, - { - "ids": "8872,8873", - "examine": "Kelda Stout is fermenting in this vat." - }, - { - "ids": "8874,8875,8876,8877", - "examine": "This vat contains Kelda Stout." - }, - { - "ids": "8878", - "examine": "Some bizarre mixture between rocks and machinery. Definitely dwarven." - }, - { - "ids": "8879", - "examine": "A strange box of some kind." - }, - { - "ids": "8880", - "examine": "A strange box of some kind. It's open." - }, - { - "ids": "8881,8882,8883,8884,8885", - "examine": "A small cave entrance." - }, - { - "ids": "8886", - "examine": "Keeps mine carts from rolling away." - }, - { - "ids": "8887,8888,8889,8890,8891,8892,8893,8894,8895,8896,8897,8898", - "examine": "Cart tracks." - }, - { - "ids": "8899,8900,8901,8902,8903,8904,8905,8906,8907,8908,8909", - "examine": "A support for the tracks." - }, - { - "ids": "8910", - "examine": "These books contain all sorts of data on the Red Axe." - }, - { - "ids": "8911", - "examine": "Big mysterious crates. You wonder what could be inside." - }, - { - "ids": "8912", - "examine": "Wooden crates with metal edges, contents unknown." - }, - { - "ids": "8913,8914,8915,8916,8917", - "examine": "Big mysterious crates. There are some papers on top." - }, - { - "ids": "8918,8919,8920,8921,8922,8923", - "examine": "A symbol of the Red Axe." - }, - { - "ids": "8924,8925", - "examine": "A steam powered cart." - }, - { - "ids": "8926", - "examine": "A short long boat!" - }, - { - "ids": "8927,8928", - "examine": "Best used with a bucket." - }, - { - "ids": "8929", - "examine": "A deep and terrifying cave." - }, - { - "ids": "8930,8931,8932,8933,8934,8935,8936,8937,8938,8939,8940,8941,8942,8943,8944,8945,8946,8947,8948,8949", - "examine": "It looks cold in there." - }, - { - "ids": "8950", - "examine": "A big slimy lump of rock." - }, - { - "ids": "8951", - "examine": "A slimy lump of rock." - }, - { - "ids": "8952,8953", - "examine": "A slippery looking rock." - }, - { - "ids": "8954,8955", - "examine": "A tall flag blowing in the wind." - }, - { - "ids": "8956,8957", - "examine": "I could climb this if I wanted." - }, - { - "ids": "8958,8959,8960", - "examine": "There must be some trick to opening this..." - }, - { - "ids": "8961", - "examine": "It's opening..." - }, - { - "ids": "8962", - "examine": "Apparently there was some trick to opening it!" - }, - { - "ids": "8963,8964,8965", - "examine": "Not as difficult to walk through as it was a minute ago." - }, - { - "ids": "1337", - "examine": "Steps*Leads to the surface." - }, - { - "ids": "8967,8968,8969,8970,8971", - "examine": "A sturdy looking door, propped shut with a support." - }, - { - "ids": "8972", - "examine": "A portal back to the real world..." - }, - { - "ids": "8973", - "examine": "One of the most common trees in RuneScape." - }, - { - "ids": "8974,8975,8976,8977,8978,8979,8980,8981,8982,8983,8984", - "examine": "A commonly found tree." - }, - { - "ids": "8985", - "examine": "Steam seems to be condensing into the pot. Neat trick!" - }, - { - "ids": "8986", - "examine": "I can see fish swimming in the water. Well, they sort of look like fish..." - }, - { - "ids": "8987", - "examine": "A portal that leads... somewhere?" - }, - { - "ids": "8988", - "examine": "I wonder what's inside..." - }, - { - "ids": "8989,8990,8991,8992,8993,8994,8995,8996,8997", - "examine": "Someone's looking through the chest." - }, - { - "ids": "8998,8999,9000,9001,9002,9003,9004,9005", - "examine": "An appendage for activating something." - }, - { - "ids": "9006,9007", - "examine": "A place to cremate the dead. Needs a body." - }, - { - "ids": "9008,9009", - "examine": "A place to cremate the dead. Needs a light." - }, - { - "ids": "9010,9011,9012,9013", - "examine": "This has broad leaves." - }, - { - "ids": "9014", - "examine": "This has been chopped away." - }, - { - "ids": "9015,9016,9017,9018", - "examine": "This has broad leaves." - }, - { - "ids": "9019", - "examine": "This has been chopped away." - }, - { - "ids": "9020,9021,9022,9023", - "examine": "This has broad leaves." - }, - { - "ids": "9024", - "examine": "This has been chopped away." - }, - { - "ids": "9025,9026,9027,9028", - "examine": "A damaged wooden fence." - }, - { - "ids": "9029", - "examine": "A wooden fence." - }, - { - "ids": "9030,9031,9032", - "examine": "Gems encrusted in stone." - }, - { - "ids": "9033", - "examine": "Many rare plants such as this usually have exotic tubers." - }, - { - "ids": "9034", - "examine": "A beautiful old mahogany tree." - }, - { - "ids": "9035", - "examine": "This once was a beautiful tree." - }, - { - "ids": "9036", - "examine": "A beautiful old teak tree." - }, - { - "ids": "9037", - "examine": "This tree has been cut down." - }, - { - "ids": "9038,9039,9040,9041,9042,9043", - "examine": "A set of large, sturdy wooden doors." - }, - { - "ids": "9044,9045,9046,9047", - "examine": "Some goutweed is growing in this patch." - }, - { - "ids": "9048", - "examine": "Some fully grown goutweed." - }, - { - "ids": "9049,9050,9051", - "examine": "This goutweed has become diseased." - }, - { - "ids": "9052,9053,9054,9055,9056,9057", - "examine": "This goutweed has become diseased and died." - }, - { - "ids": "9058", - "examine": "He's not stocking much." - }, - { - "ids": "9059", - "examine": "He's stocking rune caskets." - }, - { - "ids": "9060", - "examine": "He's stocking blackjacks." - }, - { - "ids": "9061", - "examine": "He's stocking fez hats." - }, - { - "ids": "9062", - "examine": "He's stocking rune caskets." - }, - { - "ids": "9063", - "examine": "He's stocking colourful clothes." - }, - { - "ids": "9064,9065", - "examine": "A wooden crate." - }, - { - "ids": "9066,9067", - "examine": "A wooden crate containing caskets." - }, - { - "ids": "9068,9069", - "examine": "A wooden crate containing Blackjacks." - }, - { - "ids": "9070", - "examine": "A wooden crate containing fez hats." - }, - { - "ids": "9071", - "examine": "A wooden crate containing clothes." - }, - { - "ids": "9072,9073", - "examine": "Boxy." - }, - { - "ids": "9074,9075", - "examine": "boxy" - }, - { - "ids": "9076", - "examine": "This cloth has been dyed." - }, - { - "ids": "9077,9078", - "examine": "Mmmm pretty!" - }, - { - "ids": "9079,9080,9081", - "examine": "These dyed fabrics are drying off." - }, - { - "ids": "9082", - "examine": "Items for making clothes are kept on here." - }, - { - "ids": "9083", - "examine": "Pots full of dye." - }, - { - "ids": "9084", - "examine": "A way down." - }, - { - "ids": "9085", - "examine": "There's not much coke in the stove." - }, - { - "ids": "9086", - "examine": "There's a fair amount of coke in the stove." - }, - { - "ids": "9087", - "examine": "There's lots of coke in the stove." - }, - { - "ids": "9088", - "examine": "A big pile of refined coal." - }, - { - "ids": "9089", - "examine": "You can read the furnace temperature here." - }, - { - "ids": "9090", - "examine": "Used to pump hot air through the furnace." - }, - { - "ids": "9091,9092", - "examine": "Bars come out of the blast furnace here." - }, - { - "ids": "9093,9094", - "examine": "Your bars will come out here." - }, - { - "ids": "9095", - "examine": "The bars are glowing hot!" - }, - { - "ids": "9096", - "examine": "Your bars are ready to take." - }, - { - "ids": "9097", - "examine": "They power the conveyor belt." - }, - { - "ids": "9098", - "examine": "The foreman refers to it as 'Bertha'." - }, - { - "ids": "9099", - "examine": "It shows that the furnace is working." - }, - { - "ids": "9100,9101", - "examine": "Ore rides this into the blast furnace." - }, - { - "ids": "9102", - "examine": "It keeps the conveyor belt running." - }, - { - "ids": "9103", - "examine": "Fix it, quick!" - }, - { - "ids": "9104", - "examine": "They keep the conveyor belt running." - }, - { - "ids": "9105", - "examine": "Fix them, quick!" - }, - { - "ids": "9106,9107", - "examine": "It keeps the conveyor belt turning." - }, - { - "ids": "9108,9109,9110,9111,9112,9113,9114", - "examine": "They keep the conveyor belt turning." - }, - { - "ids": "9115", - "examine": "It shows that the furnace is working." - }, - { - "ids": "9116", - "examine": "Hot air circulates through these." - }, - { - "ids": "9117,9118,9119", - "examine": "Quick, fix them!" - }, - { - "ids": "9120", - "examine": "Hot air circulates through these." - }, - { - "ids": "9121,9122", - "examine": "Quick, fix them!" - }, - { - "ids": "9123,9124,9125,9126,9127,9128,9129,9130,9131,9132,9133,9134,9135,9136,9137", - "examine": "It shows the furnace is working." - }, - { - "ids": "9138,9139", - "examine": "A way upwards." - }, - { - "ids": "9140,9141", - "examine": "The gate is closed." - }, - { - "ids": "9142", - "examine": "The gate is open." - }, - { - "ids": "9143", - "examine": "Used for getting water." - }, - { - "ids": "9144", - "examine": "Some kind of jewellery is dangling from this ornament." - }, - { - "ids": "9145", - "examine": "Someone's showing off their wealth!" - }, - { - "ids": "9146,9147", - "examine": "Filled to the brim with knowledge." - }, - { - "ids": "9148", - "examine": "A nicely carved wooden chair." - }, - { - "ids": "9149", - "examine": "An expensive privacy aid!" - }, - { - "ids": "9150", - "examine": "An old wall." - }, - { - "ids": "9151", - "examine": "Security breach!" - }, - { - "ids": "9152,9153,9154", - "examine": "A patched up hole." - }, - { - "ids": "9155", - "examine": "'You are here.'" - }, - { - "ids": "9156", - "examine": "An elegant desk with a curious ornament on it." - }, - { - "ids": "9157,9158", - "examine": "Someone's gold-trimmed this Saradomin armour!" - }, - { - "ids": "9159,9160,9161,9162,9163,9164,9165", - "examine": "Lit to remember the souls of the departed." - }, - { - "ids": "9166,9167,9168,9169", - "examine": "You can grow delphiniums in this Farming patch." - }, - { - "ids": "9170", - "examine": "Delphinium seeds have been sown in this farming patch." - }, - { - "ids": "9171,9172", - "examine": "Beautiful." - }, - { - "ids": "9173,9174,9175,9176", - "examine": "These delphiniums are fully grown." - }, - { - "ids": "9177,9178,9179,9180", - "examine": "You can grow a pink rose bush in this patch." - }, - { - "ids": "9181,9182,9183,9184", - "examine": "You can grow a white rose bush in this patch." - }, - { - "ids": "9185,9186,9187,9188", - "examine": "You can grow a red rose bush in this patch." - }, - { - "ids": "9189,9190,9191", - "examine": "A rose bush." - }, - { - "ids": "9192", - "examine": "This white rosebush is fully grown." - }, - { - "ids": "9193", - "examine": "A rose bush." - }, - { - "ids": "9194", - "examine": "This red rosebush is fully grown." - }, - { - "ids": "9195", - "examine": "A pink rosebush." - }, - { - "ids": "9196,9197,9198", - "examine": "This pink rosebush is fully grown." - }, - { - "ids": "9199,9200,9201", - "examine": "A plantpot of pink orchids." - }, - { - "ids": "9202", - "examine": "These pink orchids are fully grown." - }, - { - "ids": "9203", - "examine": "An empty plantpot." - }, - { - "ids": "9204", - "examine": "A plantpot filled with soil." - }, - { - "ids": "9205,9206,9207", - "examine": "A plantpot of yellow orchids." - }, - { - "ids": "9208,9209", - "examine": "These yellow orchids are fully grown." - }, - { - "ids": "9210,9211,9212,9213", - "examine": "You can grow a White Tree in this patch." - }, - { - "ids": "9214", - "examine": "A White Tree sapling has been planted in this patch." - }, - { - "ids": "9215,9216,9217", - "examine": "A White Tree is growing in this patch." - }, - { - "ids": "9218", - "examine": "This White Tree is fully grown." - }, - { - "ids": "9219", - "examine": "This White Tree bears a single fruit." - }, - { - "ids": "9220", - "examine": "This White Tree bears two fruits." - }, - { - "ids": "9221", - "examine": "This White Tree bears three fruits." - }, - { - "ids": "9222,9223", - "examine": "This White Tree bears four fruits." - }, - { - "ids": "9224,9225,9226,9227", - "examine": "You can grow snowdrops in this Farming patch." - }, - { - "ids": "9228,9229,9230", - "examine": "A patch of snowdrops." - }, - { - "ids": "9231,9232", - "examine": "These snowdrops are fully grown." - }, - { - "ids": "9233", - "examine": "You can grow Burthorpe Vine in this patch." - }, - { - "ids": "9234,9235,9236", - "examine": "You can grow Burthorpe Vines in this patch." - }, - { - "ids": "9237,9238,9239", - "examine": "Burthorpe vines are growing in this patch." - }, - { - "ids": "9240", - "examine": "These Burthorpe vines are fully grown." - }, - { - "ids": "9241,9242", - "examine": "An empty plinth for a statue." - }, - { - "ids": "9243", - "examine": "What a good likeness!" - }, - { - "ids": "9244", - "examine": "An empty plinth for a statue." - }, - { - "ids": "9245", - "examine": "An expertly carved statue of a former King of Misthalin." - }, - { - "ids": "9246", - "examine": "An empty plinth for a statue." - }, - { - "ids": "9247", - "examine": "What a good likeness!" - }, - { - "ids": "9248", - "examine": "An empty plinth for a statue." - }, - { - "ids": "9249,9250,9251,9252,9253,9254", - "examine": "An expertly carved statue of a former King of Misthalin." - }, - { - "ids": "9255", - "examine": "These grapevines look much healthier now." - }, - { - "ids": "9256", - "examine": "These grapevines are suffering from some strange disease." - }, - { - "ids": "9257,9258,9259", - "examine": "Some wild-looking grass." - }, - { - "ids": "9260", - "examine": "Some red roses." - }, - { - "ids": "9261", - "examine": "Some pink roses." - }, - { - "ids": "9262", - "examine": "Some white roses." - }, - { - "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": "A White Tree." - }, - { - "ids": "9291", - "examine": "Sit back and enjoy the view." - }, - { - "ids": "9292", - "examine": "An expertly carved statue of a former Queen of Misthalin." - }, - { - "ids": "9293", - "examine": "A pipe I can squeeze through." - }, - { - "ids": "9294", - "examine": "Funny looking holes that don't look too inviting." - }, - { - "ids": "9295", - "examine": "A pipe I can squeeze through." - }, - { - "ids": "9296,9297,9298", - "examine": "A rocky outcrop." - }, - { - "ids": "9299", - "examine": "Ornate railing." - }, - { - "ids": "9300", - "examine": "Wooden fencing." - }, - { - "ids": "9301", - "examine": "A well constructed castle wall." - }, - { - "ids": "9302", - "examine": "A rather strategically placed hole, which appears to be in the ground." - }, - { - "ids": "9303,9304,9305,9306", - "examine": "A rocky outcrop." - }, - { - "ids": "9307,9308", - "examine": "A well weathered wall." - }, - { - "ids": "9309,9310", - "examine": "A tunnel leading under the wall." - }, - { - "ids": "9311,9312", - "examine": "An underwall tunnel." - }, - { - "ids": "9313", - "examine": "Looks suspicious." - }, - { - "ids": "9314", - "examine": "A wall jutting out into the path." - }, - { - "ids": "9315", - "examine": "I can jump from this stepping stone." - }, - { - "ids": "9316,9317,9318", - "examine": "A rocky outcrop." - }, - { - "ids": "9319,9320", - "examine": "A chain rope" - }, - { - "ids": "9321", - "examine": "A few rocks short of a wall" - }, - { - "ids": "9322,9323,9324", - "examine": "The foam from the river makes this log very slippy." - }, - { - "ids": "9325", - "examine": "Just another crack in the wall." - }, - { - "ids": "9326", - "examine": "Funny looking holes that don't look too inviting." - }, - { - "ids": "9327", - "examine": "They seem to fit in the with the rocky surroundings, so as not to stick out." - }, - { - "ids": "9328,9329,9330", - "examine": "A slippery well worn log." - }, - { - "ids": "9331,9332,9333", - "examine": "A rocky outcrop." - }, - { - "ids": "9334", - "examine": "Used to be ornate, now it's a little bit vandalised." - }, - { - "ids": "9335,9336", - "examine": "A rocky outcrop." - }, - { - "ids": "9337", - "examine": "Used to be ornate, now it's a little bit vandalised." - }, - { - "ids": "9338,9339,9340,9341,9342,9343,9344,9345,9346,9347,9348,9349,9350,9351,9352,9353", - "examine": "Should scare off the birds..." - }, - { - "ids": "9354", - "examine": "This looks like the way out." - }, - { - "ids": "9355", - "examine": "A cave deep into the volcano." - }, - { - "ids": "9356,9357", - "examine": "A cave deeper into the volcano." - }, - { - "ids": "9358", - "examine": "A cave deep into the volcano." - }, - { - "ids": "9359,9360,9361,9362,9363,9364,9365", - "examine": "This looks like the way out." - }, - { - "ids": "9366", - "examine": "The barrier of heat is down." - }, - { - "ids": "9367,9368,9369,9370,9371,9372,9373", - "examine": "A barrier of heat." - }, - { - "ids": "9374,9375,9376", - "examine": "Hot enough to cook your breakfast on." - }, - { - "ids": "9377,9378,9379", - "examine": "An egg incubated in the lava." - }, - { - "ids": "9380", - "examine": "Who's the man?" - }, - { - "ids": "9381", - "examine": "A wooden crate." - }, - { - "ids": "9382,9383,9384,9385,9386,9387,9388,9389", - "examine": "Some wooden crates." - }, - { - "ids": "9390", - "examine": "A natural forge using volcanic heat." - }, - { - "ids": "9391,9392,9393,9394,9395,9396,9397", - "examine": "I spy with my little eye..." - }, - { - "ids": "9398,9399", - "examine": "Lets you put items into your bank." - }, - { - "ids": "9400", - "examine": "Sparse weeds." - }, - { - "ids": "9401", - "examine": "Weeds." - }, - { - "ids": "9402", - "examine": "Thick weeds." - }, - { - "ids": "9403", - "examine": "This is Unferth's patch for growing potatos." - }, - { - "ids": "9404,9405,9406,9407", - "examine": "You say Potato, I say Poh-tar-to." - }, - { - "ids": "9408,9409,9410,9411,9412,9413,9414,9415,9416,9417,9418,9419,9420,9421,9422,9423,9424,9425,9426,9427,9428,9429", - "examine": "Looks like these potatoes have fully grown." - }, - { - "ids": "9430", - "examine": "A nice sturdy bare table." - }, - { - "ids": "9431", - "examine": "A nice sturdy table." - }, - { - "ids": "9432", - "examine": "A table with milk." - }, - { - "ids": "9433", - "examine": "A table with cake." - }, - { - "ids": "9434,9435", - "examine": "A hearty meal for Unferth." - }, - { - "ids": "9436", - "examine": "Great for sleeping in." - }, - { - "ids": "9437,9438", - "examine": "Not so great for sleeping in, it's not made." - }, - { - "ids": "9439", - "examine": "A fire burns brightly here." - }, - { - "ids": "9440", - "examine": "An empty fire place." - }, - { - "ids": "9441,9442", - "examine": "An unlit fire place." - }, - { - "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": "A good source of books!" - }, - { - "ids": "9470", - "examine": "I can climb these stairs." - }, - { - "ids": "9471", - "examine": "They go down." - }, - { - "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": "What could be down here?" - }, - { - "ids": "9498", - "examine": "A small plant, suitable for sandy soil." - }, - { - "ids": "9499", - "examine": "A decorative plant." - }, - { - "ids": "9500", - "examine": "A fairly small plant." - }, - { - "ids": "9501,9502,9503,9504,9505,9506,9507", - "examine": "Another plant." - }, - { - "ids": "9508", - "examine": "Perfect for snoozing in the sun." - }, - { - "ids": "9509", - "examine": "Lovely comfy-looking big bed." - }, - { - "ids": "9510,9511,9512,9513", - "examine": "East to Draynor Village :: South to Rimmington :: South-east to Port Sarim." - }, - { - "ids": "9514", - "examine": "Betty's chair." - }, - { - "ids": "9515", - "examine": "I wonder what she's making?" - }, - { - "ids": "9516,9517,9518", - "examine": "Betty's counter." - }, - { - "ids": "9519", - "examine": "A wooden barrel for storage." - }, - { - "ids": "9520", - "examine": "A wooden barrel containing lots of fish." - }, - { - "ids": "9521", - "examine": "A wooden barrel for storage." - }, - { - "ids": "9522", - "examine": "How much does this weigh?" - }, - { - "ids": "9523", - "examine": "A case. With books." - }, - { - "ids": "9524", - "examine": "A mooring chain." - }, - { - "ids": "9525", - "examine": "One horse power, wooden suspension. A beauty." - }, - { - "ids": "9526,9527,9528,9529", - "examine": "Betty keeps some rune objects here." - }, - { - "ids": "9530", - "examine": "A sinister fungus." - }, - { - "ids": "9531", - "examine": "Sit back and relax..." - }, - { - "ids": "9532", - "examine": "Sit back and enjoy the view." - }, - { - "ids": "9533,9534", - "examine": "A wooden crate." - }, - { - "ids": "9535", - "examine": "Some wooden crates." - }, - { - "ids": "9536", - "examine": "Some wooden boxes." - }, - { - "ids": "9537", - "examine": "It's used for loading and unloading fishing boats." - }, - { - "ids": "9538,9539,9540,9541,9542,9543,9544,9545,9546,9547", - "examine": "I hope it doesn't sink." - }, - { - "ids": "9548,9549,9550,9551,9552,9553,9554,9555,9556,9557", - "examine": "A bucket full of red hot coals." - }, - { - "ids": "9558", - "examine": "It leads up." - }, - { - "ids": "9559,9560", - "examine": "I can climb down this." - }, - { - "ids": "9561", - "examine": "I guess I could sleep in it if I were really tired." - }, - { - "ids": "9562", - "examine": "A prison cell door." - }, - { - "ids": "9563", - "examine": "A locked prison cell door." - }, - { - "ids": "9564", - "examine": "A prison cell door." - }, - { - "ids": "9565,9566", - "examine": "Stops people getting out." - }, - { - "ids": "9567", - "examine": "Ewww!" - }, - { - "ids": "9568,9569,9570,9571,9572,9573,9574,9575,9576,9577,9578,9579,9580,9581", - "examine": "En-suite facilities in every cell!" - }, - { - "ids": "9582,9583", - "examine": "I can climb up these stairs." - }, - { - "ids": "9584,9585,9586,9587,9588,9589,9590,9591,9592,9593,9594,9595,9596,9597,9598,9599,9600,9601,9602,9603", - "examine": "I can climb down these stairs." - }, - { - "ids": "9604", - "examine": "A leafy plant." - }, - { - "ids": "9605", - "examine": "A leafy fern." - }, - { - "ids": "9606", - "examine": "A leafy shrub." - }, - { - "ids": "9607,9608,9609", - "examine": "A case. With books." - }, - { - "ids": "9610", - "examine": "An artist's easel." - }, - { - "ids": "9611", - "examine": "A good source of books!" - }, - { - "ids": "9612", - "examine": "The Make-over Mage's bed." - }, - { - "ids": "9613", - "examine": "A nice sturdy looking table." - }, - { - "ids": "9614", - "examine": "Generally used for putting things on." - }, - { - "ids": "9615", - "examine": "A small wooden table." - }, - { - "ids": "9616", - "examine": "Items are for sale here." - }, - { - "ids": "9617,9618,9619,9620", - "examine": "All-purpose storage." - }, - { - "ids": "9621", - "examine": "For sitting." - }, - { - "ids": "9622,9623", - "examine": "Fancy." - }, - { - "ids": "9624", - "examine": "It's like a land rudder." - }, - { - "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": "A wooden wheelbarrow." - }, - { - "ids": "9661", - "examine": "This tree has been cut down." - }, - { - "ids": "9662", - "examine": "Popular with farmers and treasure hunters." - }, - { - "ids": "9663", - "examine": "This tree has fallen to the ground." - }, - { - "ids": "9664", - "examine": "A gnarly old tree root." - }, - { - "ids": "9665", - "examine": "The roots of a tree are exposed." - }, - { - "ids": "9666", - "examine": "I hope I don't trip over any of these." - }, - { - "ids": "9667", - "examine": "Disturbingly man-like." - }, - { - "ids": "9668,9669,9670,9671,9672,9673,9674,9675,9676,9677,9678,9679,9680,9681", - "examine": "Its eyes stare off into the distance..." - }, - { - "ids": "9682", - "examine": "Ideal for cooking on." - }, - { - "ids": "9683", - "examine": "Expels smoke from the range." - }, - { - "ids": "9684", - "examine": "Wash your hands!" - }, - { - "ids": "9685", - "examine": "Generally used for putting things on." - }, - { - "ids": "9686", - "examine": "Some fabric ready for clothing." - }, - { - "ids": "9687,9688", - "examine": "I'm guessing it's for making women's clothes." - }, - { - "ids": "9689", - "examine": "Looks like it's for making men's clothes." - }, - { - "ids": "9690,9691,9692,9693", - "examine": "I think this one's for making men's clothes." - }, - { - "ids": "9694", - "examine": "Some helpful people have placed notes on here, how nice." - }, - { - "ids": "9695", - "examine": "This notice board is full of scrolls and charts." - }, - { - "ids": "9696", - "examine": "I wonder what's inside ?" - }, - { - "ids": "9697,9698,9699,9700,9701", - "examine": "A nice sturdy looking table." - }, - { - "ids": "9702", - "examine": "This clearly isn't used for dining very often." - }, - { - "ids": "9703", - "examine": "Not as nice as some." - }, - { - "ids": "9704,9705", - "examine": "This needs dusting before I'll sit on it." - }, - { - "ids": "9706", - "examine": "This must let me in to the arena somehow..." - }, - { - "ids": "9707", - "examine": "This must let me out of the arena somehow..." - }, - { - "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,9736,9737", - "examine": "A rocky outcrop." - }, - { - "ids": "9738,9739,9740", - "examine": "An old crumbled pillar." - }, - { - "ids": "9741,9742,9743", - "examine": "Smells like fish." - }, - { - "ids": "9744", - "examine": "I can climb up here." - }, - { - "ids": "9745,9746,9747", - "examine": "I can go below decks with this ladder." - }, - { - "ids": "9748", - "examine": "A collection point." - }, - { - "ids": "9749,9750", - "examine": "A Lever." - }, - { - "ids": "9751", - "examine": "A crystal that was broken a long time ago." - }, - { - "ids": "9752", - "examine": "A repowered crystal." - }, - { - "ids": "9753", - "examine": "Perhaps I should search it." - }, - { - "ids": "9754", - "examine": "I wonder what's inside." - }, - { - "ids": "9755", - "examine": "Perhaps I should search it." - }, - { - "ids": "9756", - "examine": "I wonder what's inside." - }, - { - "ids": "9757", - "examine": "Perhaps I should search it." - }, - { - "ids": "9758", - "examine": "I wonder what's inside." - }, - { - "ids": "9759", - "examine": "Perhaps I should search it." - }, - { - "ids": "9760", - "examine": "I wonder what's inside." - }, - { - "ids": "9761", - "examine": "Perhaps I should search it." - }, - { - "ids": "9762", - "examine": "I wonder what's inside." - }, - { - "ids": "9763,9764,9765", - "examine": "A recently killed guard." - }, - { - "ids": "9766,9767", - "examine": "A recently killed slave." - }, - { - "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": "A door of pure light!" - }, - { - "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": "There are holes passing through this pillar." - }, - { - "ids": "9975", - "examine": "I can climb down these." - }, - { - "ids": "9976", - "examine": "A cave wall." - }, - { - "ids": "9977", - "examine": "I wonder where this goes?" - }, - { - "ids": "9978,9979", - "examine": "A ladder carved into the wall." - }, - { - "ids": "9980", - "examine": "A good place for light to merge." - }, - { - "ids": "9981,9982,9983,9984,9985,9986,9987", - "examine": "A good place for a light crystal." - }, - { - "ids": "9988,9989,9990,9991,9992,9993,9994,9995,9996,9997,9998,9999,10000,10001", - "examine": "A broken pillar." - }, - { - "ids": "10002,10003,10004,10005,10006,10007,10008,10009,10010,10011,10012,10013", - "examine": "An ancient elvish light doorway." - }, - { - "ids": "10014", - "examine": "A source of great power." - }, - { - "ids": "10015", - "examine": "I can climb up these stairs." - }, - { - "ids": "10016", - "examine": "I can climb down these stairs." - }, - { - "ids": "10017,10018", - "examine": "I can climb up these stairs." - }, - { - "ids": "10019,10020,10021,10022,10023,10024,10025,10026,10027,10028,10029,10030,10031,10032", - "examine": "An Octagonal Pillar." - }, - { - "ids": "10033", - "examine": "I could hang off this." - }, - { - "ids": "10034", - "examine": "An ancient trap." - }, - { - "ids": "10035", - "examine": "An ancient blockage." - }, - { - "ids": "10036,10037", - "examine": "A way down." - }, - { - "ids": "10038,10039,10040", - "examine": "A way up." - }, - { - "ids": "10041,10042,10043,10044,10045,10046,10047,10048,10049,10050,10051,10052,10053", - "examine": "The legs probably aren't a natural feature of the tree." - }, - { - "ids": "10054", - "examine": "Sounds like there's liquid inside." - }, - { - "ids": "10055,10056", - "examine": "I won't be leaving that way then." - }, - { - "ids": "10057,10058,10059,10060,10061", - "examine": "Flag, pole... Yep, it's a flagpole." - }, - { - "ids": "10062", - "examine": "This must be climbed over." - }, - { - "ids": "10063,10064,10065,10066,10067,10068,10069,10070,10071,10072,10073,10074,10075", - "examine": "A pipe I can squeeze through." - }, - { - "ids": "10076,10077,10078,10079", - "examine": "A mat for exercises." - }, - { - "ids": "10080", - "examine": "I wonder if I can hit a bullseye?" - }, - { - "ids": "10081", - "examine": "One of the most common trees in RuneScape." - }, - { - "ids": "10082", - "examine": "A commonly found tree." - }, - { - "ids": "10083", - "examine": "A beautiful old oak." - }, - { - "ids": "10084", - "examine": "Hay There." - }, - { - "ids": "10085", - "examine": "A pile of straw." - }, - { - "ids": "10086", - "examine": "Some hay." - }, - { - "ids": "10087,10088,10089", - "examine": "It looks like an ordinary fishing spot, just infinitely more sinister..." - }, - { - "ids": "10090", - "examine": "Danger..Mudskippers!" - }, - { - "ids": "10091,10092", - "examine": "A fish-filled water tank in the floor." - }, - { - "ids": "10093,10094,10095,10096", - "examine": "Turns milk into other dairy products." - }, - { - "ids": "10097", - "examine": "Weedy." - }, - { - "ids": "10098", - "examine": "Less weedy." - }, - { - "ids": "10099", - "examine": "Almost clear." - }, - { - "ids": "10100", - "examine": "Free from weeds." - }, - { - "ids": "10101", - "examine": "Something is growing here." - }, - { - "ids": "10102", - "examine": "Fully grown Blindweed." - }, - { - "ids": "10103,10104", - "examine": "Weedy, wrecked and infertile." - }, - { - "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": "A stagnant lake." - }, - { - "ids": "10129,10130,10131,10132,10133,10134,10135", - "examine": "A very large pipe." - }, - { - "ids": "10136,10137", - "examine": "Rickety." - }, - { - "ids": "10138", - "examine": "I hope it doesn't sink." - }, - { - "ids": "10139,10140,10141", - "examine": "It's a palm tree." - }, - { - "ids": "10142", - "examine": "This controls the entire brewery." - }, - { - "ids": "10143", - "examine": "A frothing, spinning, possessed control panel." - }, - { - "ids": "10144", - "examine": "Chugging away nicely." - }, - { - "ids": "10145,10146,10147", - "examine": "A large brass brewing vat." - }, - { - "ids": "10148,10149,10150,10151,10152,10153,10154,10155,10156", - "examine": "The brass seems to be eaten away around the edge..." - }, - { - "ids": "10157", - "examine": "Racks of barrels." - }, - { - "ids": "10158", - "examine": "Round, oaken, barrel-shaped." - }, - { - "ids": "10159", - "examine": "A wooden crate." - }, - { - "ids": "10160", - "examine": "Some wooden crates." - }, - { - "ids": "10161", - "examine": "Some wooden boxes." - }, - { - "ids": "10162", - "examine": "Probably where the farming kit is stored." - }, - { - "ids": "10163,10164", - "examine": "Ah! Definitely where the farming kit is stored." - }, - { - "ids": "10165", - "examine": "Throw the lever! Mwuhahahaha!" - }, - { - "ids": "10166", - "examine": "This lever can't be operated right now." - }, - { - "ids": "10167", - "examine": "It leads up." - }, - { - "ids": "10168,10169", - "examine": "I can climb down this." - }, - { - "ids": "10170", - "examine": "This is where the brewing ingredients go." - }, - { - "ids": "10171", - "examine": "An ominously stained barrel." - }, - { - "ids": "10172,10173", - "examine": "This gate is closed." - }, - { - "ids": "10174", - "examine": "The blood-chilling flag of the Inebriated." - }, - { - "ids": "10175,10176", - "examine": "'Please remember te wash yer hook'. Sound advice for the hygienic pirate." - }, - { - "ids": "10177", - "examine": "I could climb this if I wanted." - }, - { - "ids": "10178", - "examine": "An unlit torch." - }, - { - "ids": "10179,10180,10181,10182,10183,10184,10185,10186,10187,10188,10189,10190,10191,10192", - "examine": "A lit torch." - }, - { - "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 iron frame, for climbing up and down." - }, - { - "ids": "10246", - "examine": "Once upon a time this was used to make pottery." - }, - { - "ids": "10247", - "examine": "Once upon a time this made clay hard." - }, - { - "ids": "10248,10249", - "examine": "There was a lot of pottery made here a long time ago." - }, - { - "ids": "10250", - "examine": "Eric's been killed by stones falling from the ceiling!" - }, - { - "ids": "10251", - "examine": "It looks like the magic is failing!" - }, - { - "ids": "10252", - "examine": "A temporary portal to the demon plane." - }, - { - "ids": "10253,10254", - "examine": "A standard." - }, - { - "ids": "10255", - "examine": "Technically a bed." - }, - { - "ids": "10256", - "examine": "There are some books here." - }, - { - "ids": "10257", - "examine": "There are some pots and pans here." - }, - { - "ids": "10258", - "examine": "It's a small table." - }, - { - "ids": "10259", - "examine": "Generally used for sitting." - }, - { - "ids": "10260", - "examine": "The door is closed." - }, - { - "ids": "10261", - "examine": "The door is open." - }, - { - "ids": "10262", - "examine": "The door is closed." - }, - { - "ids": "10263", - "examine": "The door is open." - }, - { - "ids": "10264", - "examine": "The door is closed." - }, - { - "ids": "10265,10266", - "examine": "The door is open." - }, - { - "ids": "10267,10268", - "examine": "A battle-weathered shield." - }, - { - "ids": "10269,10270,10271,10272", - "examine": "A display of various relics." - }, - { - "ids": "10273", - "examine": "A collection of rare books." - }, - { - "ids": "10274,10275,10276,10277", - "examine": "Some sacks here..." - }, - { - "ids": "10278", - "examine": "Looks like it's been out of use for some time." - }, - { - "ids": "10279,10280", - "examine": "It's some crates." - }, - { - "ids": "10281", - "examine": "It's a crate." - }, - { - "ids": "10282", - "examine": "It's some crates." - }, - { - "ids": "10283,10284,10285", - "examine": "Maybe I can swim across here!" - }, - { - "ids": "10286", - "examine": "Looks like this grain has been eaten by rats!" - }, - { - "ids": "10287", - "examine": "A way upwards." - }, - { - "ids": "10288,10289", - "examine": "A way down." - }, - { - "ids": "10290,10291", - "examine": "A device for imposing human nature's arrogant will." - }, - { - "ids": "10292", - "examine": "A device for imposing human-nature's arrogant will." - }, - { - "ids": "10293", - "examine": "A wooden barrel full of beer." - }, - { - "ids": "10294", - "examine": "A wooden barrel full of stale beer." - }, - { - "ids": "10295", - "examine": "Actually, I could do with a drink..." - }, - { - "ids": "10296,10297", - "examine": "Too dirty to sit on." - }, - { - "ids": "10298", - "examine": "Some wooden crates." - }, - { - "ids": "10299", - "examine": "Opens the rat door." - }, - { - "ids": "10300", - "examine": "Contains many rats." - }, - { - "ids": "10301", - "examine": "Contains rats." - }, - { - "ids": "10302,10303", - "examine": "Empty." - }, - { - "ids": "10304", - "examine": "A pair of sacks." - }, - { - "ids": "10305", - "examine": "Rat infested." - }, - { - "ids": "10306", - "examine": "Full of rat food." - }, - { - "ids": "10307", - "examine": "Emits photons of light." - }, - { - "ids": "10308", - "examine": "I can climb down this." - }, - { - "ids": "10309", - "examine": "I can climb this." - }, - { - "ids": "10310", - "examine": "Contains rats." - }, - { - "ids": "10311", - "examine": "Opens the rat door." - }, - { - "ids": "10312", - "examine": "Contains many rats." - }, - { - "ids": "10313", - "examine": "A pair of sacks." - }, - { - "ids": "10314", - "examine": "Rat infested." - }, - { - "ids": "10315", - "examine": "Full of rat food." - }, - { - "ids": "10316", - "examine": "Empty." - }, - { - "ids": "10317", - "examine": "Contains rats." - }, - { - "ids": "10318", - "examine": "Ornate metal gates." - }, - { - "ids": "10319", - "examine": "Handy piece of garden decor." - }, - { - "ids": "10320", - "examine": "Big enough for a cat to get in." - }, - { - "ids": "10321", - "examine": "How dangerous, someone has left this manhole open." - }, - { - "ids": "10322", - "examine": "I can climb down this." - }, - { - "ids": "10323", - "examine": "I could climb up this." - }, - { - "ids": "10324", - "examine": "I could climb down this." - }, - { - "ids": "10325", - "examine": "A magical device that enables one to walk through walls." - }, - { - "ids": "10326", - "examine": "A locked door." - }, - { - "ids": "10327,10328,10329,10330,10331,10332,10333,10334", - "examine": "A magical device that enables one to walk through walls." - }, - { - "ids": "10335,10336,10337,10338,10339,10340,10341,10342,10343,10344,10345", - "examine": "Observe the rats." - }, - { - "ids": "10346,10347,10348,10349,10350,10351,10352,10353,10354,10355,10356,10357", - "examine": "A rats home." - }, - { - "ids": "10358", - "examine": "Lovely comfy-looking big bed." - }, - { - "ids": "10359", - "examine": "A drab-looking bed." - }, - { - "ids": "10360", - "examine": "A pile of rolled up magic carpets." - }, - { - "ids": "10361", - "examine": "A wonderful device that enables one to walk through walls." - }, - { - "ids": "10362,10363,10364,10365,10366,10367,10368,10369,10370", - "examine": "I bet there's a needle in it somewhere." - }, - { - "ids": "10371,10372,10373", - "examine": "A wooden barrel, probably for storing things." - }, - { - "ids": "10374", - "examine": "Securely sealed crates that seem to be full of farming equipment." - }, - { - "ids": "10375", - "examine": "Someone's been storing assorted tools in here." - }, - { - "ids": "10376", - "examine": "I could just go for a choc-ice about now." - }, - { - "ids": "10377", - "examine": "A clay oven for cooking with." - }, - { - "ids": "10378", - "examine": "Cheaper than using a chest for storage." - }, - { - "ids": "10379", - "examine": "Produced by the Karamja Box Company." - }, - { - "ids": "10380", - "examine": "Small wooden boxes." - }, - { - "ids": "10381", - "examine": "For storage." - }, - { - "ids": "10382", - "examine": "For storing junk in." - }, - { - "ids": "10383", - "examine": "There are some books and a box here." - }, - { - "ids": "10384", - "examine": "For storing junk in." - }, - { - "ids": "10385", - "examine": "There are some books and a box here." - }, - { - "ids": "10386,10387,10388,10389,10390,10391,10392,10393,10394,10395,10396,10397,10398,10399,10400,10401", - "examine": "It's empty." - }, - { - "ids": "10402,10403", - "examine": "It looks like water once ran here." - }, - { - "ids": "10404", - "examine": "The water is flowing again." - }, - { - "ids": "10405", - "examine": "It looks like water once ran here." - }, - { - "ids": "10406", - "examine": "The water is flowing again." - }, - { - "ids": "10407", - "examine": "It looks like water once ran here." - }, - { - "ids": "10408", - "examine": "The water is flowing again." - }, - { - "ids": "10409", - "examine": "It looks like water once ran here." - }, - { - "ids": "10410,10411", - "examine": "The water is flowing again." - }, - { - "ids": "10412", - "examine": "A strange hole carefully made in the ground." - }, - { - "ids": "10413", - "examine": "Looks like the Genie's bed." - }, - { - "ids": "10414", - "examine": "Generally used for putting things on." - }, - { - "ids": "10415", - "examine": "A pile of rolled up carpets." - }, - { - "ids": "10416", - "examine": "I'm not going down there without a rope." - }, - { - "ids": "10417", - "examine": "This leads back to the waterfall outside." - }, - { - "ids": "10418,10419,10420,10421,10422,10423,10424,10425,10426,10427,10428,10429,10430,10431,10432", - "examine": "A wooden door." - }, - { - "ids": "10433", - "examine": "A bit bluer than I usually like my fires." - }, - { - "ids": "10434,10435", - "examine": "I can climb back to the surface." - }, - { - "ids": "10436", - "examine": "Nardah's main water supply." - }, - { - "ids": "10437", - "examine": "There's no water here." - }, - { - "ids": "10438", - "examine": "There should be a statue here." - }, - { - "ids": "10439", - "examine": "The Elidinis Statuette is back in it's place." - }, - { - "ids": "10440,10441,10442,10443,10444,10445,10446,10447,10448,10449,10450,10451,10452,10453,10454,10455,10456", - "examine": "A sitting stone." - }, - { - "ids": "10457", - "examine": "Ali's cart, with his supply of water." - }, - { - "ids": "10458,10459,10460,10461,10462,10463,10464,10465,10466,10467,10468,10469,10470,10471,10472,10473,10474,10475,10476,10477,10478,10479,10480,10481,10482,10483,10484", - "examine": "One of Ali's water barrels." - }, - { - "ids": "10485,10486", - "examine": "Items are for sale here." - }, - { - "ids": "10487,10488", - "examine": "Various implements for working with metal." - }, - { - "ids": "10489", - "examine": "Metal plating for protection." - }, - { - "ids": "10490", - "examine": "Generally used for putting things on." - }, - { - "ids": "10491", - "examine": "The ideal thing to sit on." - }, - { - "ids": "10492", - "examine": "Good for sitting on." - }, - { - "ids": "10493", - "examine": "I can climb this." - }, - { - "ids": "10494", - "examine": "I can climb down this." - }, - { - "ids": "10495,10496,10497,10498", - "examine": "Storage for all needs." - }, - { - "ids": "10499", - "examine": "A small potted plant." - }, - { - "ids": "10500", - "examine": "Someone has planted this." - }, - { - "ids": "10501", - "examine": "A nicely potted fern." - }, - { - "ids": "10502", - "examine": "Better than weeding." - }, - { - "ids": "10503", - "examine": "Not the most inspired architectural design." - }, - { - "ids": "10504,10505", - "examine": "They could do with a wash." - }, - { - "ids": "10506,10507", - "examine": "There are some pots and pans here." - }, - { - "ids": "10508", - "examine": "Some stone temple seating." - }, - { - "ids": "10509", - "examine": "Some old looking scrolls sit here." - }, - { - "ids": "10510", - "examine": "A case. With books." - }, - { - "ids": "10511", - "examine": "A drab looking bed." - }, - { - "ids": "10512", - "examine": "Lovely comfy looking big bed." - }, - { - "ids": "10513", - "examine": "Contains equipment for growing herbs." - }, - { - "ids": "10514,10515", - "examine": "Herb stock is kept here." - }, - { - "ids": "10516", - "examine": "A wooden wheelbarrow." - }, - { - "ids": "10517", - "examine": "The bank teller will serve you from here." - }, - { - "ids": "10518,10519,10520", - "examine": "This booth is closed." - }, - { - "ids": "10521", - "examine": "The antique chalice seems to be attached to the wall." - }, - { - "ids": "10522,10523,10524", - "examine": "This old tapestry depicts a bright light shining at a woman's arms." - }, - { - "ids": "10525", - "examine": "I can climb these stairs." - }, - { - "ids": "10526", - "examine": "They go down." - }, - { - "ids": "10527,10528,10529,10530,10531,10532,10533,10534,10535,10536,10537,10538,10539,10540", - "examine": "A tall wooden door." - }, - { - "ids": "10541,10542", - "examine": "Flags flying the Human colours." - }, - { - "ids": "10543,10544", - "examine": "Flags flying the Dwarf colours." - }, - { - "ids": "10545,10546", - "examine": "Flags flying the Elf colours." - }, - { - "ids": "10547,10548", - "examine": "Flags flying the Gnome colours." - }, - { - "ids": "10549,10550", - "examine": "Flags flying the Werewolf colours." - }, - { - "ids": "10551,10552", - "examine": "Flags flying the TzHaar colours." - }, - { - "ids": "10553", - "examine": "A metal portcullis." - }, - { - "ids": "10554,10555", - "examine": "I can climb this." - }, - { - "ids": "10556", - "examine": "There's a trapdoor in its base." - }, - { - "ids": "10557", - "examine": "There's an open trapdoor in its base." - }, - { - "ids": "10558", - "examine": "I wonder what's under it?" - }, - { - "ids": "10559", - "examine": "I wonder what's down there?" - }, - { - "ids": "10560,10561", - "examine": "I can climb this." - }, - { - "ids": "10562,10563", - "examine": "It's open." - }, - { - "ids": "10564,10565", - "examine": "A banner proclaiming your victory over the Earth Warrior Champion!" - }, - { - "ids": "10566,10567", - "examine": "A banner proclaiming your victory over the Ghoul Champion!" - }, - { - "ids": "10568,10569", - "examine": "A banner proclaiming your victory over the Giant Champion!" - }, - { - "ids": "10570,10571", - "examine": "A banner proclaiming your victory over the Goblin Champion!" - }, - { - "ids": "10572,10573", - "examine": "A banner proclaiming your victory over the Hobgoblin Champion!" - }, - { - "ids": "10574,10575", - "examine": "A banner proclaiming your victory over the Imp Champion!" - }, - { - "ids": "10576,10577", - "examine": "A banner proclaiming your victory over the Jogre Champion!" - }, - { - "ids": "10578,10579", - "examine": "A banner proclaiming your victory over the Lesser Demon Champion!" - }, - { - "ids": "10580,10581", - "examine": "A banner proclaiming your victory over the Skeleton Champion!" - }, - { - "ids": "10582", - "examine": "A banner proclaiming your victory over the Zombie Champion!" - }, - { - "ids": "10583,10584,10585,10586,10587,10588,10589,10590,10591,10592,10593,10594", - "examine": "A rocky outcrop." - }, - { - "ids": "10595", - "examine": "Emergency exit." - }, - { - "ids": "10596,10597,10598,10599,10600,10601,10602,10603,10604", - "examine": "Enter if you dare..." - }, - { - "ids": "10605", - "examine": "Danger" - }, - { - "ids": "10606", - "examine": "Bronze Chest*A strangely decorated chest, the open lock is painted brown." - }, - { - "ids": "10608", - "examine": "A strangely decorated chest, the open lock is painted crimson." - }, - { - "ids": "10609", - "examine": "A strangely decorated chest, the open lock is painted black." - }, - { - "ids": "10610", - "examine": "A strangely decorated chest, the open lock is painted purple." - }, - { - "ids": "10611", - "examine": "A strangely decorated steel chest, open the lock is painted blood red." - }, - { - "ids": "10612", - "examine": "A strangely decorated steel chest, the open lock is painted brown." - }, - { - "ids": "10613", - "examine": "A strangely decorated steel chest, the open lock is painted crimson." - }, - { - "ids": "10614", - "examine": "A strangely decorated steel chest, the open lock is painted black." - }, - { - "ids": "10615", - "examine": "A strangely decorated steel chest, the open lock is painted purple." - }, - { - "ids": "10616", - "examine": "A strangely decorated black chest, the open lock is painted blood red." - }, - { - "ids": "10617", - "examine": "A strangely decorated black chest, the open lock is painted brown." - }, - { - "ids": "10618", - "examine": "A strangely decorated black chest, the open lock is painted crimson." - }, - { - "ids": "10619", - "examine": "A strangely decorated black chest, the open lock is painted black." - }, - { - "ids": "10620", - "examine": "A strangely decorated black chest, the open lock is painted purple." - }, - { - "ids": "10621", - "examine": "A strangely decorated silver chest, the open lock is painted blood red." - }, - { - "ids": "10622", - "examine": "A strangely decorated silver chest, the open lock is painted brown." - }, - { - "ids": "10623", - "examine": "A strangely decorated silver chest, the open lock is painted crimson." - }, - { - "ids": "10624", - "examine": "A strangely decorated silver chest, the open lock is painted black." - }, - { - "ids": "10625,10626,10627,10628,10629,10630,10631,10632,10633,10634,10635,10636,10637,10638", - "examine": "A strangely decorated silver chest, the open lock is painted purple." - }, - { - "ids": "10639,10640", - "examine": "Shrine to the glory of Saradomin." - }, - { - "ids": "10641,10642,10643,10644,10645,10646,10647,10648,10649,10650,10651", - "examine": "Used for sharpening blades." - }, - { - "ids": "10652", - "examine": "A large tree." - }, - { - "ids": "10653,10654", - "examine": "A decorated tree." - }, - { - "ids": "10655", - "examine": "A large evergreen tree." - }, - { - "ids": "10656,10657,10658,10659,10660,10661,10662,10663", - "examine": "A decorated tree." - }, - { - "ids": "10664", - "examine": "A tall Trollweiss Spruce. An engraving on the trunk reads, 'Ug loves Aga'." - }, - { - "ids": "10665,10666,10667,10668,10669,10670", - "examine": "Boxes containing stuff." - }, - { - "ids": "10671", - "examine": "Only sawdust..." - }, - { - "ids": "10672", - "examine": "Reclaim your lost puppets!" - }, - { - "ids": "10673,10674,10675", - "examine": "Equipment for colouring items." - }, - { - "ids": "10676,10677,10678", - "examine": "A puppet is being constructed here." - }, - { - "ids": "10679,10680,10681,10682,10683,10684,10685", - "examine": "A box containing unpainted decorations." - }, - { - "ids": "10686", - "examine": "Box containing blue puppet heads." - }, - { - "ids": "10687", - "examine": "Box containing blue puppet torsos." - }, - { - "ids": "10688", - "examine": "Box containing blue puppet arms." - }, - { - "ids": "10689", - "examine": "Box containing blue puppet legs." - }, - { - "ids": "10690", - "examine": "Box containing red puppet heads." - }, - { - "ids": "10691", - "examine": "Box containing red puppet torsos." - }, - { - "ids": "10692", - "examine": "Box containing red puppet arms." - }, - { - "ids": "10693", - "examine": "Box containing red puppet legs." - }, - { - "ids": "10694", - "examine": "Box containing green puppet heads." - }, - { - "ids": "10695", - "examine": "Box containing green puppet torsos." - }, - { - "ids": "10696", - "examine": "Box containing green puppet arms." - }, - { - "ids": "10697", - "examine": "Box containing green puppet legs." - }, - { - "ids": "10698", - "examine": "What could be down here?" - }, - { - "ids": "10699,10700", - "examine": "You can climb up these." - }, - { - "ids": "10701", - "examine": "A blue crate. Probably containing puppets." - }, - { - "ids": "10702", - "examine": "A green crate. Probably containing puppets." - }, - { - "ids": "10703", - "examine": "A red crate. Probably containing puppets." - }, - { - "ids": "10704", - "examine": "A large crate. More puppets?" - }, - { - "ids": "10705", - "examine": "Some large wooden crates." - }, - { - "ids": "10706", - "examine": "A large box full of wood chippings.." - }, - { - "ids": "10707,10708,10709", - "examine": "A wooden ladder." - }, - { - "ids": "10710,10711,10712,10713,10714,10715,10716,10717,10718,10719,10720", - "examine": "Pots full of paint." - }, - { - "ids": "10721", - "examine": "A doorway made of light." - }, - { - "ids": "10722,10723", - "examine": "Filled to the brim with knowledge." - }, - { - "ids": "10724", - "examine": "A nicely carved wooden chair." - }, - { - "ids": "10725,10726,10727,10728,10729,10730,10731,10732", - "examine": "A pile of animal Bones." - }, - { - "ids": "10733", - "examine": "Hidden away, I wonder where it goes?" - }, - { - "ids": "10734", - "examine": "Somewhere to put money." - }, - { - "ids": "10735", - "examine": "Somewhere to offer food." - }, - { - "ids": "10736,10737", - "examine": "A statue." - }, - { - "ids": "10738", - "examine": "A statue representing water." - }, - { - "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": "A statue representing air." - }, - { - "ids": "10768,10769,10770", - "examine": "A place to put your money." - }, - { - "ids": "10771,10772,10773,10774,10775,10776,10777", - "examine": "Stairs." - }, - { - "ids": "10778", - "examine": "A teleport to the Telekinetic Theatre." - }, - { - "ids": "10779", - "examine": "A teleport to the Enchanting Chamber." - }, - { - "ids": "10780", - "examine": "A teleport to the Alchemists' Playground." - }, - { - "ids": "10781", - "examine": "A teleport to the Creature Graveyard." - }, - { - "ids": "10782", - "examine": "A teleport to the Entrance hall." - }, - { - "ids": "10783,10784,10785,10786,10787,10788,10789,10790,10791,10792,10793,10794,10795,10796,10797,10798", - "examine": "This may be worth opening." - }, - { - "ids": "10799", - "examine": "Some simple cubes." - }, - { - "ids": "10800", - "examine": "A pile of cylindrical shapes." - }, - { - "ids": "10801", - "examine": "A pile of Icosahedrons." - }, - { - "ids": "10802", - "examine": "A pile of pentamids." - }, - { - "ids": "10803", - "examine": "A hole the perfect shape for spheres" - }, - { - "ids": "10804", - "examine": "Perhaps the pixies will be back next year." - }, - { - "ids": "10805,10806", - "examine": "Sandy's desk is piled high with paperwork towers." - }, - { - "ids": "10807", - "examine": "A large steaming mug of the finest Karamja Coffee." - }, - { - "ids": "10808", - "examine": "Looks useful for putting things on." - }, - { - "ids": "10809,10810,10811,10812", - "examine": "A bin full of paper." - }, - { - "ids": "10813", - "examine": "Betty's counter. There is a vial standing on it." - }, - { - "ids": "10814,10815,10816", - "examine": "It's very sandy." - }, - { - "ids": "10817", - "examine": "Pull me!" - }, - { - "ids": "10818,10819", - "examine": "Doesn't look like the way out." - }, - { - "ids": "10820,10821,10822,10823", - "examine": "A glowing barrier of energy prevents your escape." - }, - { - "ids": "10824,10825,10826", - "examine": "Oh for a marshmallow on a stick!" - }, - { - "ids": "10827", - "examine": "An ornate fountain." - }, - { - "ids": "10828,10829,10830,10831,10832,10833,10834,10835,10836,10837,10838,10839,10840,10841,10842,10843,10844,10845,10846,10847", - "examine": "Smells like fish." - }, - { - "ids": "10848,10849,10850", - "examine": "This leads to a tunnel too steep for me to scale." - }, - { - "ids": "10851", - "examine": "I can climb this rocky outcrop." - }, - { - "ids": "10852,10853,10854", - "examine": "A rocky outcrop." - }, - { - "ids": "10855,10856", - "examine": "The doorway leads down into the pyramid." - }, - { - "ids": "10857", - "examine": "I can climb these stairs." - }, - { - "ids": "10858", - "examine": "I can climb down these." - }, - { - "ids": "10859", - "examine": "A gap." - }, - { - "ids": "10860", - "examine": "A narrow ledge." - }, - { - "ids": "10861,10862,10863,10864", - "examine": "A gap." - }, - { - "ids": "10865,10866", - "examine": "It looks like I can clamber over this." - }, - { - "ids": "10867,10868,10869,10870,10871,10872,10873,10874", - "examine": "A wooden plank." - }, - { - "ids": "10875,10876,10877,10878,10879,10880,10881", - "examine": "A stone block." - }, - { - "ids": "10882,10883,10884,10885", - "examine": "A gap." - }, - { - "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": "A narrow ledge." - }, - { - "ids": "10944,10945,10946,10947,10948,10949", - "examine": "A rocky outcrop." - }, - { - "ids": "10950,10951,10952", - "examine": "Looks sturdy enough to climb!" - }, - { - "ids": "10953", - "examine": "Something heavy must have made this." - }, - { - "ids": "10954", - "examine": "The perfect place for a picnic." - }, - { - "ids": "10955,10956,10957", - "examine": "A large statue made of sandstone." - }, - { - "ids": "10958,10959,10960,10961", - "examine": "Made of sandstone and granite." - }, - { - "ids": "10962,10963,10964,10965,10966,10967,10968,10969,10970", - "examine": "A large statue." - }, - { - "ids": "10971", - "examine": "It has no limbs." - }, - { - "ids": "10972", - "examine": "It has a left arm." - }, - { - "ids": "10973", - "examine": "It has a right arm." - }, - { - "ids": "10974", - "examine": "It has a left leg." - }, - { - "ids": "10975", - "examine": "It has a right leg." - }, - { - "ids": "10976", - "examine": "It has a left arm and right arm." - }, - { - "ids": "10977", - "examine": "It has a left arm and left leg." - }, - { - "ids": "10978", - "examine": "It has a left arm and right leg." - }, - { - "ids": "10979", - "examine": "It has a right arm and left leg." - }, - { - "ids": "10980", - "examine": "It has a right arm and right leg." - }, - { - "ids": "10981", - "examine": "It has a left leg and right leg." - }, - { - "ids": "10982", - "examine": "It has a left arm, right arm and left leg." - }, - { - "ids": "10983", - "examine": "It has a left arm, right arm and right leg." - }, - { - "ids": "10984", - "examine": "It has a left arm, left leg and right leg." - }, - { - "ids": "10985", - "examine": "It has a right arm, left leg and right leg." - }, - { - "ids": "10986,10987", - "examine": "It has all its limbs still attached." - }, - { - "ids": "10988", - "examine": "There's a recess on the top shaped like a head." - }, - { - "ids": "10989", - "examine": "There's a stone head in a recess on the top." - }, - { - "ids": "10990", - "examine": "The blood globe is lit." - }, - { - "ids": "10991", - "examine": "The ice globe is lit." - }, - { - "ids": "10992", - "examine": "The shadow globe is lit." - }, - { - "ids": "10993", - "examine": "The smoke globe is lit." - }, - { - "ids": "10994", - "examine": "The blood and ice globes are lit." - }, - { - "ids": "10995", - "examine": "The blood and shadow globes are lit." - }, - { - "ids": "10996", - "examine": "The blood and smoke globes are lit." - }, - { - "ids": "10997", - "examine": "The ice and shadow globes are lit." - }, - { - "ids": "10998", - "examine": "The ice and smoke globes are lit." - }, - { - "ids": "10999", - "examine": "The shadow and smoke globes are lit." - }, - { - "ids": "11000", - "examine": "The ice, shadow and smoke globes are lit." - }, - { - "ids": "11001", - "examine": "The blood, shadow and smoke globes are lit." - }, - { - "ids": "11002", - "examine": "The blood, ice and smoke globes are lit." - }, - { - "ids": "11003", - "examine": "The blood, ice and shadow globes are lit." - }, - { - "ids": "11004", - "examine": "All the globes" - }, - { - "ids": "11005,11006", - "examine": "It's made of a magical force." - }, - { - "ids": "11007,11008", - "examine": "This fountain is frozen solid." - }, - { - "ids": "11009", - "examine": "It's blocked and is spewing out smoke." - }, - { - "ids": "11010,11011,11012,11013,11014,11015,11016", - "examine": "A hot place for forging things in." - }, - { - "ids": "11017,11018,11019", - "examine": "Something burned in here long ago." - }, - { - "ids": "11020,11021,11022,11023,11024,11025,11026,11027", - "examine": "Something's burning here." - }, - { - "ids": "11028,11029,11030,11031", - "examine": "A finished wall." - }, - { - "ids": "11032,11033", - "examine": "A nearly finished wall." - }, - { - "ids": "11034,11035", - "examine": "A half finished wall." - }, - { - "ids": "11036,11037", - "examine": "It needs much more repair." - }, - { - "ids": "11038,11039", - "examine": "A ruined wall." - }, - { - "ids": "11040", - "examine": "A pile of bricks dislodged from the wall nearby." - }, - { - "ids": "11041", - "examine": "I can climb this." - }, - { - "ids": "11042", - "examine": "What's down there?" - }, - { - "ids": "11043,11044,11045,11046,11047,11048", - "examine": "I can climb this." - }, - { - "ids": "11049", - "examine": "I wonder what's under it?" - }, - { - "ids": "11050", - "examine": "I wonder what's down there?" - }, - { - "ids": "11051,11052", - "examine": "There's a recess in it in the shape of a Z." - }, - { - "ids": "11053,11054", - "examine": "There's a recess in it in the shape of an M." - }, - { - "ids": "11055,11056", - "examine": "There's a recess in it in the shape of an R." - }, - { - "ids": "11057,11058", - "examine": "There's a recess in it in the shape of a K." - }, - { - "ids": "11059", - "examine": "There's a recess on the top shaped like a head." - }, - { - "ids": "11060", - "examine": "There's a sigil on it shaped like a Z." - }, - { - "ids": "11061", - "examine": "There's a sigil on it shaped like an M." - }, - { - "ids": "11062", - "examine": "There's a sigil on it shaped like an R." - }, - { - "ids": "11063", - "examine": "There's a sigil on it shaped like a K." - }, - { - "ids": "11064,11065", - "examine": "There's a recess in it in the shape of a left arm." - }, - { - "ids": "11066,11067", - "examine": "There's a recess in it in the shape of a right arm." - }, - { - "ids": "11068,11069", - "examine": "There's a recess in it in the shape of a left leg." - }, - { - "ids": "11070,11071", - "examine": "There's a recess in it in the shape of a right leg." - }, - { - "ids": "11072,11073,11074,11075,11076,11077,11078", - "examine": "Looks like there was once a building here." - }, - { - "ids": "11079", - "examine": "There's a hole in the roof!" - }, - { - "ids": "11080", - "examine": "An old-looking bit of scaffolding." - }, - { - "ids": "11081", - "examine": "An old-looking ladder." - }, - { - "ids": "11082,11083,11084,11085,11086,11087,11088,11089,11090,11091,11092,11093,11094,11095,11096", - "examine": "A wooden wheelbarrow." - }, - { - "ids": "11097", - "examine": "A rock with a pickaxe." - }, - { - "ids": "11098,11099,11100,11101,11102,11103,11104,11105,11106,11107,11108,11109,11110,11111", - "examine": "A rock." - }, - { - "ids": "11112", - "examine": "This tree has long been dead." - }, - { - "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": "A dried up bush, void of life." - }, - { - "ids": "11141,11142,11143,11144,11145,11146,11147,11148,11149,11150", - "examine": "He's been trapped in there for a long time." - }, - { - "ids": "11151", - "examine": "There's a recess in it in the shape of an arm." - }, - { - "ids": "11152", - "examine": "There's a recess in it in the shape of a leg." - }, - { - "ids": "11153,11154,11155,11156,11157,11158,11159,11160,11161", - "examine": "A simple stone pedestal." - }, - { - "ids": "11162,11163,11164", - "examine": "A big grinding thing." - }, - { - "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": "A rocky outcrop." - }, - { - "ids": "11196,11197", - "examine": "An elf-fashioned door." - }, - { - "ids": "11198", - "examine": "The ladder to the Runeversi challenge room for experienced players." - }, - { - "ids": "11199", - "examine": "The ladder back to the Runeversi challenge room." - }, - { - "ids": "11200", - "examine": "The ladder to the Runesquares challenge room for experienced players." - }, - { - "ids": "11201", - "examine": "The ladder back to the Runesquares challenge room." - }, - { - "ids": "11202", - "examine": "A game of runesquares is being played on this table." - }, - { - "ids": "11203", - "examine": "A game of runeversi is being played on this table." - }, - { - "ids": "11204", - "examine": "Runesquares challenge room." - }, - { - "ids": "11205", - "examine": "Runeversi challenge room." - }, - { - "ids": "11206", - "examine": "Runesquares challenge room for experienced players." - }, - { - "ids": "11207", - "examine": "Runeversi challenge room for experienced players." - }, - { - "ids": "11208", - "examine": "Looks comfortable..." - }, - { - "ids": "11209,11210,11211,11212,11213", - "examine": "Permission to board?" - }, - { - "ids": "11214", - "examine": "Ready...aim...fire!" - }, - { - "ids": "11215", - "examine": "Not likely to work with that hole in it." - }, - { - "ids": "11216", - "examine": "Where did the barrel go?" - }, - { - "ids": "11217,11218", - "examine": "Ready to fire." - }, - { - "ids": "11219", - "examine": "If I can't destroy this we're sunk." - }, - { - "ids": "11220,11221,11222,11223,11224,11225,11226,11227", - "examine": "Let's hope they don't repair it." - }, - { - "ids": "11228,11229,11230", - "examine": "Useful for transportation of valuable items." - }, - { - "ids": "11231", - "examine": "I wonder what's inside." - }, - { - "ids": "11232,11233", - "examine": "Perhaps I should search it." - }, - { - "ids": "11234,11235", - "examine": "A wooden barrel for storage." - }, - { - "ids": "11236,11237", - "examine": "For the storage of plunder." - }, - { - "ids": "11238", - "examine": "Warning! Contents may explode!" - }, - { - "ids": "11239", - "examine": "I wouldn't be surprised if bits land over in Lumbridge." - }, - { - "ids": "11240,11241,11242,11243", - "examine": "Rigged to blow." - }, - { - "ids": "11244", - "examine": "I can climb down here." - }, - { - "ids": "11245", - "examine": "Full of gunpowder. I'd best be careful." - }, - { - "ids": "11246,11247", - "examine": "Stores repair items." - }, - { - "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": "Cannons. Lots of cannons." - }, - { - "ids": "11276,11277,11278,11279", - "examine": "Holds up the sails." - }, - { - "ids": "11280", - "examine": "Useful if there is any wind." - }, - { - "ids": "11281,11282", - "examine": "Useful for making ships move." - }, - { - "ids": "11283,11284,11285,11286", - "examine": "Useful for making ships move" - }, - { - "ids": "11287,11288", - "examine": "This figure brings luck to those who sail." - }, - { - "ids": "11289,11290", - "examine": "Allows access to other parts of the ship." - }, - { - "ids": "11291", - "examine": "Useful for making ships move." - }, - { - "ids": "11292,11293,11294,11295,11296,11297,11298,11299,11300,11301", - "examine": "A conveniently rolled sail." - }, - { - "ids": "11302", - "examine": "Useful for making ships move." - }, - { - "ids": "11303,11304", - "examine": "A conveniently rolled sail." - }, - { - "ids": "11305", - "examine": "A wooden barrel for storage." - }, - { - "ids": "11306", - "examine": "Without this I'm going around in circles." - }, - { - "ids": "11307", - "examine": "How much does this weigh?" - }, - { - "ids": "11308", - "examine": "I can climb up here." - }, - { - "ids": "11309", - "examine": "I can go below decks with this ladder." - }, - { - "ids": "11310", - "examine": "The only way to get up the mast." - }, - { - "ids": "11311", - "examine": "For swinging on." - }, - { - "ids": "11312,11313,11314", - "examine": "This isn't currently usable." - }, - { - "ids": "11315", - "examine": "This is rigged to blow!" - }, - { - "ids": "11316", - "examine": "You can light this." - }, - { - "ids": "11317,11318", - "examine": "That water can't be good." - }, - { - "ids": "11319", - "examine": "That's plugged it." - }, - { - "ids": "11320,11321,11322", - "examine": "A wooden barrel for storage." - }, - { - "ids": "11323", - "examine": "For storing plunder." - }, - { - "ids": "11324,11325,11326,11327,11328,11329", - "examine": "This seems to stand out." - }, - { - "ids": "11330,11331", - "examine": "A wooden crate." - }, - { - "ids": "11332,11333,11334", - "examine": "A security gate." - }, - { - "ids": "11335,11336,11337", - "examine": "Bamboo strips have been lashed together to make this rickety desk." - }, - { - "ids": "11338", - "examine": "The bank teller will serve you from here." - }, - { - "ids": "11339,11340", - "examine": "Shake that booty!" - }, - { - "ids": "11341", - "examine": "An old storage chest." - }, - { - "ids": "11342,11343,11344,11345,11346,11347,11348,11349,11350,11351,11352,11353", - "examine": "Stores items for the journey." - }, - { - "ids": "11354,11355", - "examine": "Who knows where it may lead?" - }, - { - "ids": "11356", - "examine": "A gateway back to RuneScape." - }, - { - "ids": "11357", - "examine": "The Professor's been at it again!" - }, - { - "ids": "11358,11359", - "examine": "I can climb up these stairs." - }, - { - "ids": "11360", - "examine": "This stall smells great." - }, - { - "ids": "11361", - "examine": "It's a raw chompybird on a spit." - }, - { - "ids": "11362", - "examine": "It's a raw Rabbit on a spit." - }, - { - "ids": "11363", - "examine": "It's an iron spit." - }, - { - "ids": "11364", - "examine": "A stone pillar that looks like Bob the Cat." - }, - { - "ids": "11365", - "examine": "A stone pillar that looks like Zamorak." - }, - { - "ids": "11366", - "examine": "A stone pillar that looks like Guthix." - }, - { - "ids": "11367,11368,11369,11370,11371,11372,11373,11374,11375,11376,11377,11378", - "examine": "A stone pillar that looks like Saradomin." - }, - { - "ids": "11379,11380,11381,11382", - "examine": "A large church door." - }, - { - "ids": "11383,11384,11385", - "examine": "A stone pillar that looks like Saradomin." - }, - { - "ids": "11386,11387,11388", - "examine": "A stone pillar that looks like Guthix." - }, - { - "ids": "11389,11390,11391", - "examine": "A stone pillar that looks like Zamorak." - }, - { - "ids": "11392,11393,11394", - "examine": "A stone pillar that looks like Bob the Cat." - }, - { - "ids": "11395", - "examine": "A candle in a holder." - }, - { - "ids": "11396", - "examine": "A melted candle." - }, - { - "ids": "11397", - "examine": "A candle flame." - }, - { - "ids": "11398", - "examine": "Interface surround." - }, - { - "ids": "11399", - "examine": "Interface button up." - }, - { - "ids": "11400", - "examine": "Interface button down." - }, - { - "ids": "11401", - "examine": "Interface button left." - }, - { - "ids": "11402", - "examine": "Interface button right." - }, - { - "ids": "11403", - "examine": "Interface button ignite." - }, - { - "ids": "11404,11405,11406,11407,11408", - "examine": "Hot!" - }, - { - "ids": "11409,11410", - "examine": "It's a sewer pipe with some rope tied to it." - }, - { - "ids": "11411", - "examine": "A bit of rope." - }, - { - "ids": "11412", - "examine": "A section of rope." - }, - { - "ids": "11413,11414,11415,11416", - "examine": "A bit of rope." - }, - { - "ids": "11417", - "examine": "You can climb down here." - }, - { - "ids": "11418,11419,11420,11421,11422", - "examine": "Hard to notice, but this mud looks disturbed." - }, - { - "ids": "11423", - "examine": "It's a grill." - }, - { - "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 rocky outcrop." - }, - { - "ids": "11449", - "examine": "This door is locked." - }, - { - "ids": "11450", - "examine": "The door is slightly ajar." - }, - { - "ids": "11451", - "examine": "A lever pointing upwards." - }, - { - "ids": "11452", - "examine": "A lever pointing downwards." - }, - { - "ids": "11453", - "examine": "A lever pointing upwards." - }, - { - "ids": "11454", - "examine": "A lever pointing downwards." - }, - { - "ids": "11455", - "examine": "A lever pointing upwards." - }, - { - "ids": "11456", - "examine": "A lever pointing downwards." - }, - { - "ids": "11457", - "examine": "A lever pointing upwards." - }, - { - "ids": "11458", - "examine": "A lever pointing downwards." - }, - { - "ids": "11459", - "examine": "A lever pointing upwards." - }, - { - "ids": "11460", - "examine": "A lever pointing downwards." - }, - { - "ids": "11461", - "examine": "A lever pointing upwards." - }, - { - "ids": "11462,11463,11464,11465,11466,11467", - "examine": "A lever pointing downwards." - }, - { - "ids": "11468", - "examine": "Handy that they're already lit." - }, - { - "ids": "11469", - "examine": "Disturbingly its eyes look everywhere in the room except at you." - }, - { - "ids": "11470", - "examine": "The door is closed." - }, - { - "ids": "11471", - "examine": "The door is not closed." - }, - { - "ids": "11472,11473,11474,11475,11476,11477,11478,11479,11480,11481,11482", - "examine": "Little candles flickering." - }, - { - "ids": "11483", - "examine": "It's closed." - }, - { - "ids": "11484", - "examine": "A wooden barrel for storage." - }, - { - "ids": "11485", - "examine": "A wooden crate." - }, - { - "ids": "11486", - "examine": "Some wooden crates." - }, - { - "ids": "11487", - "examine": "Some wooden boxes." - }, - { - "ids": "11488", - "examine": "For storage." - }, - { - "ids": "11489", - "examine": "The ideal thing to sit on." - }, - { - "ids": "11490", - "examine": "Do I dare sit on this?" - }, - { - "ids": "11491", - "examine": "A nice sturdy looking table." - }, - { - "ids": "11492", - "examine": "Not so good for sitting on." - }, - { - "ids": "11493", - "examine": "Looks a bit shabby..." - }, - { - "ids": "11494", - "examine": "An enigmatic cabbage." - }, - { - "ids": "11495", - "examine": "Not your average garden feature..." - }, - { - "ids": "11496", - "examine": "Did that chair just move?" - }, - { - "ids": "11497", - "examine": "Disturbingly its eyes look everywhere in the room except at you." - }, - { - "ids": "11498", - "examine": "Dare I go up?" - }, - { - "ids": "11499", - "examine": "These stairs look spooky!" - }, - { - "ids": "11500", - "examine": "A filthy but sturdy looking table." - }, - { - "ids": "11501,11502,11503,11504,11505,11506,11507,11508,11509", - "examine": "I'm not eating off that." - }, - { - "ids": "11510", - "examine": "This tree has long been dead." - }, - { - "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": "I can climb up these stairs." - }, - { - "ids": "11546,11547,11548,11549,11550", - "examine": "It's a strange machine." - }, - { - "ids": "11551", - "examine": "It's a table for putting objects on." - }, - { - "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": "A rocky outcrop." - }, - { - "ids": "11589,11590,11591,11592,11593,11594,11595,11596,11597,11598", - "examine": "A wooden barrel for storage." - }, - { - "ids": "11599", - "examine": "A wooden crate." - }, - { - "ids": "11600", - "examine": "Convenient for storage." - }, - { - "ids": "11601,11602", - "examine": "Bake your clay pots in here." - }, - { - "ids": "11603,11604,11605", - "examine": "A wooden stool." - }, - { - "ids": "11606,11607,11608,11609,11610,11611,11612,11613", - "examine": "A simple torch stuck in the ground." - }, - { - "ids": "11614,11615", - "examine": "A barbarian flag." - }, - { - "ids": "11616", - "examine": "Keeps the wind out." - }, - { - "ids": "11617,11618", - "examine": "It would keep the wind out better if it were closed." - }, - { - "ids": "11619", - "examine": "Generally used for putting things on." - }, - { - "ids": "11620,11621,11622,11623,11624,11625", - "examine": "The entrance to the barbarians' longhall." - }, - { - "ids": "11626", - "examine": "Items are for sale here." - }, - { - "ids": "11627,11628", - "examine": "A small wooden table." - }, - { - "ids": "11629", - "examine": "A rocky outcrop that looks rather crumbly." - }, - { - "ids": "11630,11631,11632,11633", - "examine": "South to Falador :: West to Taverley :: East to Varrock." - }, - { - "ids": "11634,11635,11636,11637,11638,11639", - "examine": "A rock." - }, - { - "ids": "11640,11641,11642,11643,11644,11645,11646,11647,11648,11649,11650,11651,11652,11653,11654,11655,11656", - "examine": "Keeps unwelcome folk out of Falador." - }, - { - "ids": "11657", - "examine": "A rack for displaying fine maces." - }, - { - "ids": "11658", - "examine": "Shelves for maces." - }, - { - "ids": "11659", - "examine": "A barrel of maces." - }, - { - "ids": "11660", - "examine": "A table bearing a fine selection of maces." - }, - { - "ids": "11661", - "examine": "A handy source of water." - }, - { - "ids": "11662", - "examine": "Fine gems for sale!" - }, - { - "ids": "11663,11664,11665", - "examine": "Precious stones for sale." - }, - { - "ids": "11666,11667,11668,11669,11670,11671,11672,11673,36956", - "examine": "A hot furnace." - }, - { - "ids": "11674", - "examine": "Rising Sun Tavern." - }, - { - "ids": "11675,11676", - "examine": "Rising Sun Tavern, Falador." - }, - { - "ids": "11677", - "examine": "Powers the spinning pole outside." - }, - { - "ids": "11678,11679,11680,11681", - "examine": "The traditional sign of a barber." - }, - { - "ids": "11682,11683,11684,11685,11686,11687,11688,11689,11690,11691,11692", - "examine": "A small wooden table." - }, - { - "ids": "11693,11694,11695,11696,11697", - "examine": "A statue of a famous White Knight." - }, - { - "ids": "11698", - "examine": "Filled to the brim with knowledge." - }, - { - "ids": "11699", - "examine": "The flag of Asgarnia." - }, - { - "ids": "11700", - "examine": "I thought he'd be bigger than that." - }, - { - "ids": "11701,11702,11703,11704,11705", - "examine": "Big beard, robes. Yeah, that's Saradomin." - }, - { - "ids": "11706", - "examine": "Nicely planted." - }, - { - "ids": "11707", - "examine": "The door is closed." - }, - { - "ids": "11708", - "examine": "The door is open." - }, - { - "ids": "11709", - "examine": "The door is closed." - }, - { - "ids": "11710", - "examine": "The door is open." - }, - { - "ids": "11711", - "examine": "The door is closed." - }, - { - "ids": "11712", - "examine": "The door is open." - }, - { - "ids": "11713", - "examine": "The door is close." - }, - { - "ids": "11714", - "examine": "The door is closed." - }, - { - "ids": "11715", - "examine": "The door is open." - }, - { - "ids": "11716,11717,11718,11719,11720,11721,11722,11723", - "examine": "A grand door." - }, - { - "ids": "11724", - "examine": "I can climb up these stairs." - }, - { - "ids": "11725,11726", - "examine": "I can climb down these stairs." - }, - { - "ids": "11727", - "examine": "I can climb this." - }, - { - "ids": "11728", - "examine": "I can climb down this." - }, - { - "ids": "11729,11730", - "examine": "I can climb up these stairs." - }, - { - "ids": "11731", - "examine": "I can climb down these stairs." - }, - { - "ids": "11732", - "examine": "I can climb up these stairs." - }, - { - "ids": "11733", - "examine": "I can climb down these stairs." - }, - { - "ids": "11734", - "examine": "I can climb these stairs." - }, - { - "ids": "11735", - "examine": "They go down." - }, - { - "ids": "11736", - "examine": "I can climb these stairs." - }, - { - "ids": "11737", - "examine": "They go down." - }, - { - "ids": "11738", - "examine": "A nice sturdy-looking table." - }, - { - "ids": "11739,11740", - "examine": "Allows access to above level." - }, - { - "ids": "11741,11742", - "examine": "Allows access to level below." - }, - { - "ids": "11743", - "examine": "A nice sturdy looking table." - }, - { - "ids": "11744", - "examine": "Small wooden boxes." - }, - { - "ids": "11745", - "examine": "Wooden crates." - }, - { - "ids": "11746", - "examine": "A wooden stool." - }, - { - "ids": "11747", - "examine": "A basic bed." - }, - { - "ids": "11748", - "examine": "Nice banquet table." - }, - { - "ids": "11749,11750,11751,11752", - "examine": "A sturdy-looking round table." - }, - { - "ids": "11753,11754", - "examine": "Armour of a White Knight. Decorative, but still effective." - }, - { - "ids": "11755", - "examine": "'Concerned about theft? Set a Bank PIN today!'" - }, - { - "ids": "11756", - "examine": "'Customers are reminded NEVER to tell ANYONE their password.'" - }, - { - "ids": "11757", - "examine": "This chest contains an impressive amount of Gold!!" - }, - { - "ids": "11758", - "examine": "The bank teller will serve you from here." - }, - { - "ids": "11759", - "examine": "Hope springs eternal." - }, - { - "ids": "11760", - "examine": "A comfortable seat." - }, - { - "ids": "11761", - "examine": "A carving of a figure from the history of RuneScape." - }, - { - "ids": "11762", - "examine": "A source of foamy neurotoxin." - }, - { - "ids": "11763", - "examine": "Where drunkards may be found." - }, - { - "ids": "11764", - "examine": "So clean you could eat your dinner off it." - }, - { - "ids": "11765", - "examine": "I'd really hate to drink anything that had been in here." - }, - { - "ids": "11766", - "examine": "Smells alcoholic." - }, - { - "ids": "11767", - "examine": "Dusty old books." - }, - { - "ids": "11768,11769,11770,11771,11772,11773,11774,11775,11776,11777,11778,11779,11780,11781", - "examine": "Storage for all needs." - }, - { - "ids": "11782,11783,11784,11785,11786,11787,11788", - "examine": "What ancient rites were performed here?" - }, - { - "ids": "11789,11790,11791,11792", - "examine": "Weathered rocks." - }, - { - "ids": "11793", - "examine": "Best used with a bucket." - }, - { - "ids": "11794", - "examine": "Ready for a quick snip?" - }, - { - "ids": "11795", - "examine": "Put your head in my hands..." - }, - { - "ids": "11796,11797,11798", - "examine": "Ooh" - }, - { - "ids": "11799,11800,11801,11802,11803,11804,11805,11806,11807,11808,11809,11810,11811", - "examine": "Makes your hair stay curly." - }, - { - "ids": "11812", - "examine": "Running water" - }, - { - "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": "Might be handy for a workman." - }, - { - "ids": "11840,11841,11842,11843", - "examine": "A pile of bricks." - }, - { - "ids": "11844,11845,11846,11847", - "examine": "It looks like I might be able to climb over this piece of the wall..." - }, - { - "ids": "11848", - "examine": "An attractively laid out collection of ranging weapons." - }, - { - "ids": "11849,11850,11851,11852,11853,11854,11855,11856,11857,11858,11859,11860", - "examine": "Contains washing items." - }, - { - "ids": "11861", - "examine": "A dwarven flag." - }, - { - "ids": "11862", - "examine": "A tin bath big enough for dwarfs, but too small for humans." - }, - { - "ids": "11863,11864,11865,11866", - "examine": "For bringing ore out of the mines." - }, - { - "ids": "11867", - "examine": "I wonder what's down there?" - }, - { - "ids": "11868", - "examine": "A powerful ranging device that fires metal balls." - }, - { - "ids": "11869,11870,11871,11872", - "examine": "A pile of parts for building a multicannon." - }, - { - "ids": "11873,11874", - "examine": "A crate containing parts for building a multicannon." - }, - { - "ids": "11875", - "examine": "Used for detecting dangerous gases in the mine." - }, - { - "ids": "11876", - "examine": "Various implements for working with metal." - }, - { - "ids": "11877,11878,11879,11880,11881,11882,11883,11884,11885,11886,11887", - "examine": "A simple place for a simple dwarf to sleep and dream of gold." - }, - { - "ids": "11888", - "examine": "I can climb up these stairs." - }, - { - "ids": "11889", - "examine": "I can climb these stairs." - }, - { - "ids": "11890", - "examine": "I can climb down these stairs." - }, - { - "ids": "11891", - "examine": "Who knows what the dark wizards store in here?" - }, - { - "ids": "11892", - "examine": "A filthy but sturdy table." - }, - { - "ids": "11893,11894", - "examine": "Books of dark magic for dark wizards." - }, - { - "ids": "11895", - "examine": "Vicious thorns." - }, - { - "ids": "11896", - "examine": "These could make a fine mess of my legs." - }, - { - "ids": "11897,11898,11899,11900,11901,11902,11903,11904,11905,11906,11907,11908,11909", - "examine": "Not suitable for sitting on." - }, - { - "ids": "11910", - "examine": "I hope I never meet one of those." - }, - { - "ids": "11911,11912,11913,11914", - "examine": "A dead bush." - }, - { - "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 rocky outcrop." - }, - { - "ids": "11993", - "examine": "The door is closed." - }, - { - "ids": "11994,11995,11996,11997,11998,11999,12000,12001,12002", - "examine": "The door is open." - }, - { - "ids": "12003", - "examine": "Better not eat them!" - }, - { - "ids": "12004", - "examine": "It's going to be a tight squeeze!" - }, - { - "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": "Illuminating!" - }, - { - "ids": "12041", - "examine": "It'll be a tight squeeze." - }, - { - "ids": "12042,12043,12044", - "examine": "All tangled up!" - }, - { - "ids": "12045,12046,12047,12048,12049,12050,12051,12052,12053,12054,12055,12056,12057,12058,12059", - "examine": "A magic door." - }, - { - "ids": "12060,12061", - "examine": "Shelves of colourful potion gourds!" - }, - { - "ids": "12062,12063", - "examine": "A shelf of colourful potion gourds!" - }, - { - "ids": "12064", - "examine": "Fairy Nuff passed healing 101!" - }, - { - "ids": "12065,12066,12067", - "examine": "It says Nuff is a healer." - }, - { - "ids": "12068,12069,12070,12071,12072,12073,12074,12075,12076,12077,12078,12079,12080,12081,12082,12083,12084,12085,12086,12087,12088", - "examine": "An assortment of colourful bubbling and smoking potions!" - }, - { - "ids": "12089", - "examine": "A beautiful fairy fountain!" - }, - { - "ids": "12090", - "examine": "She doesn't look like she's breathing!" - }, - { - "ids": "12091", - "examine": "Fit for a fairy." - }, - { - "ids": "12092", - "examine": "Sure looks comfy." - }, - { - "ids": "12093", - "examine": "A shrine to the evil chicken." - }, - { - "ids": "12094,12095,12096,12097,12098,12099", - "examine": "Better not eat them!" - }, - { - "ids": "12100,12101", - "examine": "A hot furnace." - }, - { - "ids": "12102", - "examine": "Ideal for cooking on." - }, - { - "ids": "12103", - "examine": "For storage." - }, - { - "ids": "12104", - "examine": "Some wooden crates." - }, - { - "ids": "12105", - "examine": "A wooden crate." - }, - { - "ids": "12106", - "examine": "Generally used for putting things on." - }, - { - "ids": "12107", - "examine": "A wooden barrel for storage." - }, - { - "ids": "12108", - "examine": "A nice sturdy looking table." - }, - { - "ids": "12109", - "examine": "Its a wall." - }, - { - "ids": "12110", - "examine": "A banner for Group of Advanced Gardeners." - }, - { - "ids": "12111", - "examine": "Fit for milking." - }, - { - "ids": "12112,12113", - "examine": "I can climb this." - }, - { - "ids": "12114", - "examine": "She likes the exercise." - }, - { - "ids": "12115,12116,12117,12118,12119", - "examine": "Full of Grain." - }, - { - "ids": "12120", - "examine": "I wonder what's inside." - }, - { - "ids": "12121", - "examine": "Perhaps I should search it." - }, - { - "ids": "12122,12123,12124", - "examine": "Filled with tepid water." - }, - { - "ids": "12125", - "examine": "Here lies Guy, he told a lie, so we swung him from the gallows high." - }, - { - "ids": "12126", - "examine": "Looks suspicious." - }, - { - "ids": "12127,12128,12129,12130", - "examine": "A wall jutting out into the path." - }, - { - "ids": "12131,12132", - "examine": "Spooky." - }, - { - "ids": "12133", - "examine": "Probably not dead. Although Romeo is none the wiser." - }, - { - "ids": "12134,12135,12136", - "examine": "Contains dead people." - }, - { - "ids": "12137", - "examine": "A wild cadava berry bush." - }, - { - "ids": "12138", - "examine": "A wild red berry bush." - }, - { - "ids": "12139", - "examine": "A perfectly appointed rosebush." - }, - { - "ids": "12140,12141,12142,12143", - "examine": "The sort of bench you get in churches." - }, - { - "ids": "12144,12145,12146,12147,12148,12149,12150,12151,12152,12153,12154,12155,12156,12157,12158", - "examine": "You can create a canoe here." - }, - { - "ids": "12159,12160,12161,12162,12163,12164,12165,12166,12167", - "examine": "Glug glug glug" - }, - { - "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": "canoe" - }, - { - "ids": "12201", - "examine": "A well, it is not safe to climb down." - }, - { - "ids": "12202", - "examine": "A mole hill." - }, - { - "ids": "12203,12204,12205,12206,12207,12208,12209,12210,12211,12212,12213,12214,12215,12216,12217,12218,12219,12220,12221,12222,12223,12224,12225,12226,12227,12228,12229", - "examine": "There's a hole in the roof." - }, - { - "ids": "12230,12231", - "examine": "I can climb out of this cave from here." - }, - { - "ids": "12232", - "examine": "A place to keep all your clothes & equipment." - }, - { - "ids": "12233,12234,12235", - "examine": "A trophy of a mighty slayer!" - }, - { - "ids": "12236,12237,12238", - "examine": "A trophy of a master fisher." - }, - { - "ids": "12239", - "examine": "It's a Vanilla Planifolia of the Orchidaceae family." - }, - { - "ids": "12240", - "examine": "The remains of an ancient beast." - }, - { - "ids": "12241", - "examine": "Very dead I hope." - }, - { - "ids": "12242", - "examine": "Remains of yesterday's dinner." - }, - { - "ids": "12243", - "examine": "That must be one hungry chicken." - }, - { - "ids": "12244", - "examine": "This one's not very fresh." - }, - { - "ids": "12245", - "examine": "Alas poor Yojllik, I knew him backwards." - }, - { - "ids": "12246", - "examine": "A tall, skinny." - }, - { - "ids": "12247", - "examine": "He fell foul of the fowl." - }, - { - "ids": "12248,12249,12250,12251,12252", - "examine": "The chicken's pecked him clean." - }, - { - "ids": "12253", - "examine": "How am I going to get down there?" - }, - { - "ids": "12254", - "examine": "I guess I need to climb down." - }, - { - "ids": "12255", - "examine": "I hope this holds!" - }, - { - "ids": "12256", - "examine": "Will those eggs become baby chicks?" - }, - { - "ids": "12257", - "examine": "Must have been laid by one of those dragons." - }, - { - "ids": "12258", - "examine": "Hot!" - }, - { - "ids": "12259", - "examine": "The nest of evil!" - }, - { - "ids": "12260,12261", - "examine": "Will this take me home?" - }, - { - "ids": "12262", - "examine": "It probably leads to some sort of cellar." - }, - { - "ids": "12263", - "examine": "What mysteries lie below?" - }, - { - "ids": "12264", - "examine": "An oak ladder." - }, - { - "ids": "12265,12266", - "examine": "Old wooden steps." - }, - { - "ids": "12267", - "examine": "What evil lurks below?" - }, - { - "ids": "12268", - "examine": "Rickety wooden steps lead down into the lair of evil." - }, - { - "ids": "12269,12270,12271,12272,12273,12274,12275,12276,12277,12278", - "examine": "Hmmmm...home cooking." - }, - { - "ids": "12279", - "examine": "Wash your hands!" - }, - { - "ids": "12280", - "examine": "A nice sturdy looking table." - }, - { - "ids": "12281", - "examine": "A small wooden table." - }, - { - "ids": "12282,12283,12284,12285,12286,12287,12288,12289,12290,12291,12292", - "examine": "How to be evil and influence people." - }, - { - "ids": "12293,12294,12295,12296,12297,12298,12299,12300", - "examine": "Tick tock." - }, - { - "ids": "12301,12302,12303,12304,12305,12306,12307,12308", - "examine": "Little candles flickering." - }, - { - "ids": "12309", - "examine": "It's open." - }, - { - "ids": "12310,12311", - "examine": "Someone should be sitting here." - }, - { - "ids": "12312,12313", - "examine": "Suitable for one." - }, - { - "ids": "12314,12315,12316,12317", - "examine": "A very large banquet table stacked with food." - }, - { - "ids": "12318,12319", - "examine": "It's a seat!" - }, - { - "ids": "12320,12321,12322,12323,12324,12325,12326,12327,12328,12329,12330,12331,12332,12333,12334,12335,12336,12337,12338,12339,12340,12341,12342,12343,12344,12345,12346,12347", - "examine": "He's been frozen in time." - }, - { - "ids": "12348", - "examine": "An ornate-fashioned door." - }, - { - "ids": "12349,12350", - "examine": "A large double door." - }, - { - "ids": "12351,12352,12353,12354", - "examine": "Some kind of strange time barrier." - }, - { - "ids": "12355", - "examine": "A portal to a mystical place..." - }, - { - "ids": "12356,12357,12358,12359,12360,12361,12362,12363,12364,12365,12366,12367,12368,12369,12370,12371,12372,12373,12374,12375,12376,12377,12378,12379,12380,12381,12382,12383,12384,12385", - "examine": "A portal out of this mystical place..." - }, - { - "ids": "12386", - "examine": "A large crudely built table." - }, - { - "ids": "12387", - "examine": "Definite proof that cooking and gunpowder don't mix." - }, - { - "ids": "12388", - "examine": "A large table now covered in soot." - }, - { - "ids": "12389", - "examine": "What horrors lie below?" - }, - { - "ids": "12390", - "examine": "It's the ladder I came in here by." - }, - { - "ids": "12391", - "examine": "Fortunately this has survived better than most of the kitchen." - }, - { - "ids": "12392", - "examine": "I'm not sure I want to know what goblins keep in their kitchens." - }, - { - "ids": "12393", - "examine": "They're covered in a thick layer of soot." - }, - { - "ids": "12394", - "examine": "Stacks and stacks of sacks." - }, - { - "ids": "12395", - "examine": "Stacks and stacks of soot covered sacks." - }, - { - "ids": "12396,12397,12398", - "examine": "A large empty sack." - }, - { - "ids": "12399", - "examine": "It's empty, apart from the explosion debris covering everything now." - }, - { - "ids": "12400", - "examine": "The bottom of this cauldron is suprisingly blackened, even for a cauldron." - }, - { - "ids": "12401", - "examine": "I don't think Cauldrons are supposed to bounce around like that." - }, - { - "ids": "12402", - "examine": "This could be considered to be a bad thing!" - }, - { - "ids": "12403", - "examine": "These shelves are suprisingly tidy for a goblin. It can't last." - }, - { - "ids": "12404", - "examine": "They're not going to be very useful for keeping things on now." - }, - { - "ids": "12405", - "examine": "The doors don't seem to stay shut properly." - }, - { - "ids": "12406", - "examine": "When I got there the cupboard was bare. Even the doors had been blown off." - }, - { - "ids": "12407", - "examine": "A little three legged stool." - }, - { - "ids": "12408,12409", - "examine": "It's a two legged stool now. Apparently it doesn't work very well." - }, - { - "ids": "12410", - "examine": "A pan with a stereotype. I'm sure it could be used for other things." - }, - { - "ids": "12411", - "examine": "Mmmm, soot flavoured sauce. Lovely!" - }, - { - "ids": "12412", - "examine": "It's not rolling, it's just sitting there." - }, - { - "ids": "12413", - "examine": "It would probably crumble if you tried to roll anything with it." - }, - { - "ids": "12414,12415,12416,12417,12418,12419,12420,12421,12422,12423,12424,12425,12426,12427,12428,12429,12430,12431,12432,12433", - "examine": "Cutlery with an identity crisis." - }, - { - "ids": "12434,12435,12436,12437,12438,12439", - "examine": "An empty wooden barrel." - }, - { - "ids": "12440,12441", - "examine": "Good for sitting on." - }, - { - "ids": "12442", - "examine": "A large wooden box." - }, - { - "ids": "12443", - "examine": "A neatly stacked pair of crates." - }, - { - "ids": "12444", - "examine": "The door is closed." - }, - { - "ids": "12445", - "examine": "The door is open." - }, - { - "ids": "12446,12447,12448,12449", - "examine": "A large double door." - }, - { - "ids": "12450", - "examine": "A rough wooden table." - }, - { - "ids": "12451,12452", - "examine": "I wonder what's inside?" - }, - { - "ids": "12453,12454,12455,12456,12457,12458,12459", - "examine": "It's not quite the same as flower arranging." - }, - { - "ids": "12460,12461", - "examine": "Ze underwater cave entrance. I ask myself, where will it lead?" - }, - { - "ids": "12462,12463,12464,12465,12466", - "examine": "Ze underwater cave exit, leading me to another underwater adventure." - }, - { - "ids": "12467,12468,12469,12470,12471,12472,12473", - "examine": "Ze pen door, a wonderful example of ze underwater craftsmanship." - }, - { - "ids": "12474,12475", - "examine": "It looks slippy but I think you can climb this." - }, - { - "ids": "12476", - "examine": "Ze anchor chain, linking me with zis underwater paradise." - }, - { - "ids": "12477,12478", - "examine": "Those leaves look useful!" - }, - { - "ids": "12479,12480,12481,12482,12483,12484,12485,12486,12487,12488", - "examine": "The perfect place for coral to grow." - }, - { - "ids": "12489,12490,12491,12492,12493,12494,12495,12496,12497,12498", - "examine": "This is called Elkhorn Coral." - }, - { - "ids": "12499,12500,12501,12502,12503,12504,12505,12506,12507,12508", - "examine": "A type of lace coral." - }, - { - "ids": "12509,12510,12511,12512,12513,12514,12515,12516,12517,12518", - "examine": "Coral is made up of millions of organisms." - }, - { - "ids": "12519", - "examine": "Bonaire-Flower Coral...It's rare!" - }, - { - "ids": "12520,12521,12522,12523,12524,12525,12526,12527,12528,12529", - "examine": "Pollution is rapidly destroying coral reefs." - }, - { - "ids": "12530", - "examine": "I bet the boats gone missing..." - }, - { - "ids": "12531,12532,12533,12534,12535", - "examine": "Precious oxygen...escaping..." - }, - { - "ids": "12536", - "examine": "I can climb up these stairs." - }, - { - "ids": "12537", - "examine": "I can climb these stairs." - }, - { - "ids": "12538", - "examine": "I can climb down these stairs." - }, - { - "ids": "12539,12540", - "examine": "A good source of books!" - }, - { - "ids": "12541,12542", - "examine": "For putting things on." - }, - { - "ids": "12543", - "examine": "A nice sturdy-looking table." - }, - { - "ids": "12544", - "examine": "A small wooden table." - }, - { - "ids": "12545", - "examine": "Small wooden boxes." - }, - { - "ids": "12546,12547", - "examine": "A wooden crate." - }, - { - "ids": "12548,12549", - "examine": "Some wooden crates." - }, - { - "ids": "12550,12551", - "examine": "A large old tree." - }, - { - "ids": "12552", - "examine": "A large old tree, pushed over by Rantz." - }, - { - "ids": "12553", - "examine": "A large old tree that's been felled, with the roots cut off." - }, - { - "ids": "12554", - "examine": "A very crude boat, made from an old tree." - }, - { - "ids": "12555", - "examine": "The roots of a large old tree." - }, - { - "ids": "12556,12557,12558", - "examine": "The rock the inflated toad was tied to." - }, - { - "ids": "12559", - "examine": "A small palm tree." - }, - { - "ids": "12560", - "examine": "A small palm tree with an ogre arrow in it." - }, - { - "ids": "12561,12562,12563", - "examine": "Useful for ogre dinners." - }, - { - "ids": "12564,12565,12566,12567", - "examine": "A pile of rock." - }, - { - "ids": "12568,12569", - "examine": "A very slippery stepping stone." - }, - { - "ids": "12570,12571,12572", - "examine": "A terribly tall tropical tree." - }, - { - "ids": "12573,12574,12575", - "examine": "I can traverse these." - }, - { - "ids": "12576,12577", - "examine": "A climbing wall made from skulls." - }, - { - "ids": "12578", - "examine": "For swinging on." - }, - { - "ids": "12579,12580", - "examine": "A terribly tall tropical tree." - }, - { - "ids": "12581,12582,12583,12584,12585,12586,12587,12588", - "examine": "A vine-choked hole." - }, - { - "ids": "12589,12590,12591,12592,12593", - "examine": "A Rock." - }, - { - "ids": "12594,12595,12596", - "examine": "A Snake." - }, - { - "ids": "12597", - "examine": "A hole." - }, - { - "ids": "12598,12599,12600", - "examine": "A Snake." - }, - { - "ids": "12601", - "examine": "There's a hole in the roof!" - }, - { - "ids": "12602", - "examine": "A hole in the ground." - }, - { - "ids": "12603", - "examine": "This bush seems to glow in the dim light of the cave." - }, - { - "ids": "12604", - "examine": "This banana tree has a strange reddish hue on the leaves." - }, - { - "ids": "12605", - "examine": "This thin shaft of light is all the Tchiki Monkey Nut bush needs to grow." - }, - { - "ids": "12606,12607,12608,12609,12610,12611,12612,12613,12614", - "examine": "A Banana Tree." - }, - { - "ids": "12615", - "examine": "A Bush with monkey nuts growing on it." - }, - { - "ids": "12616", - "examine": "I can see the surface." - }, - { - "ids": "12617", - "examine": "A way out." - }, - { - "ids": "12618,12619,12620,12621", - "examine": "A terribly tall tropical tree." - }, - { - "ids": "12622,12623,12624,12625,12626", - "examine": "A vine." - }, - { - "ids": "12627,12628,12629,12630,12631,12632,12633", - "examine": "A terribly tall tropical tree." - }, - { - "ids": "12634", - "examine": "It's a long, hot rock." - }, - { - "ids": "12635", - "examine": "It's a rock with a dead snake on." - }, - { - "ids": "12636", - "examine": "It's a rock with a dead, burnt snake on." - }, - { - "ids": "12637,12638,12639,12640,12641,12642,12643,12644,12645,12646,12647,12648,12649,12650,12651,12652,12653,12654,12655,12656", - "examine": "It's a rock with a cooked snake on. Smells good..." - }, - { - "ids": "12657,12658,12659,12660", - "examine": "I can get out this way." - }, - { - "ids": "12661,12662,12663,12664,12665,12666,12667,12668,12669,12670,12671,12672,12673,12674,12675,12676,12677,12678,12679,12680,12681,12682", - "examine": "Entrance to the monkey agility arena." - }, - { - "ids": "12683,12684,12685,12686,12687,12688,12689,12690,12691,12692,12693,12694,12695,12696,12697,12698,12699,12700,12701,12702,12703,12704,12705,12706,12707,12708,12709,12710", - "examine": "Bridge Corner" - }, - { - "ids": "12711,12712,12713,12714,12715", - "examine": "A recently filled in grave." - }, - { - "ids": "12716,12717,12718,12719,12720", - "examine": "This will show me who is supposed to go here." - }, - { - "ids": "12721,12722,12723,12724,12725", - "examine": "A grave with a coffin in." - }, - { - "ids": "12726,12727,12728,12729,12730", - "examine": "An empty grave." - }, - { - "ids": "12731", - "examine": "Not the best place to live." - }, - { - "ids": "12732", - "examine": "This tree has long been dead." - }, - { - "ids": "12733", - "examine": "This tree has been cut down." - }, - { - "ids": "12734", - "examine": "Rickety table with signs of recent gambling among the remains of past meals." - }, - { - "ids": "12735", - "examine": "I wonder what's inside." - }, - { - "ids": "12736", - "examine": "Perhaps I should search it." - }, - { - "ids": "12737,12738", - "examine": "A broken down wall." - }, - { - "ids": "12739,12740", - "examine": "This rubble is covering a trapdoor." - }, - { - "ids": "12741", - "examine": "A fallen down wall." - }, - { - "ids": "12742,12743", - "examine": "Broken parts of an old wall." - }, - { - "ids": "12744", - "examine": "I wonder what's under it?" - }, - { - "ids": "12745", - "examine": "I wonder what's down there?" - }, - { - "ids": "12746", - "examine": "A pile of rubble." - }, - { - "ids": "12747", - "examine": "Just a bit pile of rubble, probably from the fallen down building which surrounds you." - }, - { - "ids": "12748", - "examine": "I can climb this." - }, - { - "ids": "12749", - "examine": "Looks like the locals dump their rubble here." - }, - { - "ids": "12750,12751,12752,12753,12754,12755,12756,12757,12758,12759,12760", - "examine": "You seem to make out some writing." - }, - { - "ids": "12761,12762", - "examine": "A rotten looking door." - }, - { - "ids": "12763", - "examine": "Where does this go?" - }, - { - "ids": "12764", - "examine": "I can climb this." - }, - { - "ids": "12765", - "examine": "I wonder where this goes." - }, - { - "ids": "12766,12767", - "examine": "A collection of rare books." - }, - { - "ids": "12768", - "examine": "I wonder what's inside." - }, - { - "ids": "12769", - "examine": "Perhaps I should search it." - }, - { - "ids": "12770,12771,12772", - "examine": "A small cave entrance." - }, - { - "ids": "12773", - "examine": "This cave has been boarded up." - }, - { - "ids": "12774", - "examine": "A rock under the surface of the sea." - }, - { - "ids": "12775", - "examine": "A bed-ridden man." - }, - { - "ids": "12776", - "examine": "Looks slightly lower than the rest, perhaps you can jump it?" - }, - { - "ids": "12777", - "examine": "A wooden trapdoor." - }, - { - "ids": "12778", - "examine": "This leads to the basement." - }, - { - "ids": "12779", - "examine": "I can climb this." - }, - { - "ids": "12780,12781", - "examine": "A wooden ladder." - }, - { - "ids": "12782", - "examine": "This is the source of the leak." - }, - { - "ids": "12783", - "examine": "Hopefully this should stop the leak." - }, - { - "ids": "12784,12785", - "examine": "It's catching the leaking water from the roof." - }, - { - "ids": "12786", - "examine": "This wall has been repaired with wood." - }, - { - "ids": "12787", - "examine": "This wall really needs repairing." - }, - { - "ids": "12788,12789,12790,12791", - "examine": "An empty wooden crate." - }, - { - "ids": "12792", - "examine": "There are some tinderboxes on these shelves." - }, - { - "ids": "12793", - "examine": "There are some axes on these shelves." - }, - { - "ids": "12794,12795", - "examine": "There are some snails on these shelves." - }, - { - "ids": "12796,12797", - "examine": "Come bask in the fire's warm glowing warming glow." - }, - { - "ids": "12798", - "examine": "This bank booth has been recently repaired." - }, - { - "ids": "12799", - "examine": "This bank booth could probably be repaired." - }, - { - "ids": "12800,12801", - "examine": "This bank booth is too damaged to use." - }, - { - "ids": "12802,12803", - "examine": "The resting place of an ancient warrior of Morytania." - }, - { - "ids": "12804,12805", - "examine": "It looks a tad bloody..." - }, - { - "ids": "12806", - "examine": "An old and broken furnace, there is a huge hole in the steel hood." - }, - { - "ids": "12807", - "examine": "This furnace has been repaired with some steel panels, but it has no fuel." - }, - { - "ids": "12808", - "examine": "The furnace has been repaired and has some coal in it." - }, - { - "ids": "12809,12810,12811", - "examine": "A repaired furnace, hot and ready for action." - }, - { - "ids": "12812", - "examine": "Hardened earth, with bits of rock in it, not easy to move." - }, - { - "ids": "12813", - "examine": "Hardened earth, with bits of rock in it, not easy to move, slightly broken up." - }, - { - "ids": "12814", - "examine": "Hardened earth, with bits of rock in it, not easy to move, partially broken up." - }, - { - "ids": "12815", - "examine": "Hard rubble reduced to small pieces, it's quite dusty and not easy to move." - }, - { - "ids": "12816,12817,12818,12819", - "examine": "A wooden gate." - }, - { - "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", - "examine": "A path leading out of this swampy dead end." - }, - { - "ids": "12844,12845,12846,12847,12848,12849,12850,12851,12852,12853,12854", - "examine": "A veritable pile of bricks." - }, - { - "ids": "12855", - "examine": "It's a bit broken." - }, - { - "ids": "12856", - "examine": "A door barely hanging onto it's hinges." - }, - { - "ids": "12857,12858,12859,12860,12861,12862,12863,12864,12865,12866,12867,12868,12869,12870,12871", - "examine": "Actually, I could do with a drink...never mind...I wasn't thirsty anyway." - }, - { - "ids": "12872", - "examine": "Where does this go?" - }, - { - "ids": "12873", - "examine": "A collection of rare books." - }, - { - "ids": "12874", - "examine": "A wooden crate." - }, - { - "ids": "12875", - "examine": "A wooden wheelbarrow." - }, - { - "ids": "12876", - "examine": "For storage." - }, - { - "ids": "12877", - "examine": "Some wooden crates." - }, - { - "ids": "12878", - "examine": "Some wooden boxes." - }, - { - "ids": "12879", - "examine": "A wooden crate." - }, - { - "ids": "12880", - "examine": "It's a bed!" - }, - { - "ids": "12881,12882", - "examine": "A rotten and decrepid book case." - }, - { - "ids": "12883", - "examine": "Theres nothing here." - }, - { - "ids": "12884", - "examine": "Generally used for putting things on." - }, - { - "ids": "12885,12886", - "examine": "The ideal thing to sit on." - }, - { - "ids": "12887,12888", - "examine": "This needs dusting before I'll sit on it." - }, - { - "ids": "12889", - "examine": "Not so good for sitting on." - }, - { - "ids": "12890,12891", - "examine": "A wooden barrel for storage." - }, - { - "ids": "12892", - "examine": "A small wooden table." - }, - { - "ids": "12893", - "examine": "There's nothing on these shelves." - }, - { - "ids": "12894", - "examine": "Cut down to feed the furnace." - }, - { - "ids": "12895,12896", - "examine": "It doesn't look healthy..." - }, - { - "ids": "12897,12898,12899,12900,12901,12902,12903,12904,12905", - "examine": "It smells stagnant." - }, - { - "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": "A wooden ladder." - }, - { - "ids": "12933,12934,12935,12936,12937,12938,12939,12940", - "examine": "Items are for sale here." - }, - { - "ids": "12941,12942,12943", - "examine": "A distinctive layer in the rock strata." - }, - { - "ids": "12944,12945,12946,12947,12948,12949,12950,12951,12952,12953,12954,12955,12956,12957,12958,12959,12960", - "examine": "It's not a schooner, it's a sailboat." - }, - { - "ids": "12961", - "examine": "A wooden crate." - }, - { - "ids": "12962", - "examine": "A table." - }, - { - "ids": "12963", - "examine": "A wooden crate." - }, - { - "ids": "12964,12965", - "examine": "I can climb this." - }, - { - "ids": "12966", - "examine": "I can climb down this." - }, - { - "ids": "12967,12968", - "examine": "A wooden barrel for storage." - }, - { - "ids": "12969", - "examine": "Something is cooking nicely here." - }, - { - "ids": "12970", - "examine": "A well slept in bed." - }, - { - "ids": "12971", - "examine": "A table." - }, - { - "ids": "12972", - "examine": "It's a small table." - }, - { - "ids": "12973", - "examine": "Good for sitting on." - }, - { - "ids": "12974,12975,12976", - "examine": "After working with livestock, why not wash your hands?" - }, - { - "ids": "12977,12978", - "examine": "A wooden crate." - }, - { - "ids": "12979", - "examine": "This chair rocks" - }, - { - "ids": "12980", - "examine": "Storage for all needs." - }, - { - "ids": "12981", - "examine": "A stand for hats!" - }, - { - "ids": "12982,12983,12984,12985", - "examine": "I can climb over the fence with this." - }, - { - "ids": "12986,12987,12988,12989,12990,12991,12992,12993,12994,12995,12996,12997,12998,12999,13000", - "examine": "A wooden gate." - }, - { - "ids": "13001", - "examine": "The door is closed." - }, - { - "ids": "13002", - "examine": "The door is open." - }, - { - "ids": "13003", - "examine": "I wonder what's inside." - }, - { - "ids": "13004,13005", - "examine": "Perhaps I should search it." - }, - { - "ids": "13006,13007,13008,13009,13010,13011,13012,13013,13014", - "examine": "A desert 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 timber door." - }, - { - "ids": "13094,13095,13096,13097,13098,13099", - "examine": "A large double door." - }, - { - "ids": "13100,13101,13102,13103,13104,13105,13106", - "examine": "A way in to the house." - }, - { - "ids": "13107,13108,13109,13110,13111,13112,13113,13114,13115,13116,13117", - "examine": "I'm sure the animal is glad its fur was put to good use." - }, - { - "ids": "13118,13119,13120,13121,13122,13123,13124,13125", - "examine": "A posh door." - }, - { - "ids": "13126,13127,13128,13129,13130,13131,13132", - "examine": "A place to train unarmed combat with your friends." - }, - { - "ids": "13133,13134,13135,13136", - "examine": "A place to train weapon skills with your friends." - }, - { - "ids": "13137,13138,13139,13140", - "examine": "Anything-goes combat in here!" - }, - { - "ids": "13141", - "examine": "There's nothing there" - }, - { - "ids": "13142,13143,13144", - "examine": "You should try to knock someone off." - }, - { - "ids": "13145,13146", - "examine": "To stop you from stepping out of the ranging spot." - }, - { - "ids": "13147", - "examine": "Stand here to fight with projectiles or spells." - }, - { - "ids": "13148,13149,13150,13151,13152,13153,13154", - "examine": "Great for sleeping in." - }, - { - "ids": "13155", - "examine": "A place to keep your shoes." - }, - { - "ids": "13156,13157,13158,13159,13160,13161", - "examine": "A place to keep all your clothes." - }, - { - "ids": "13162", - "examine": "To get a close look at your chin." - }, - { - "ids": "13163", - "examine": "To help you shave." - }, - { - "ids": "13164,13165,13166,13167,13168", - "examine": "To help you do your hair." - }, - { - "ids": "13169,13170,13171", - "examine": "No little mouse to be seen." - }, - { - "ids": "13172", - "examine": "The holy symbol of the god of light." - }, - { - "ids": "13173", - "examine": "The holy symbol of the god of chaos." - }, - { - "ids": "13174", - "examine": "The holy symbol of the god of balance." - }, - { - "ids": "13175", - "examine": "The golden star reminds you of the glory of Saradomin." - }, - { - "ids": "13176", - "examine": "A fitting symbol of the bloodthirsty Zamorak!" - }, - { - "ids": "13177", - "examine": "A serene icon to the lord of balance." - }, - { - "ids": "13178", - "examine": "An icon of the mysterious Bob." - }, - { - "ids": "13179", - "examine": "An oak altar with a symbol of Saradomin." - }, - { - "ids": "13180", - "examine": "An oak altar with a symbol of Zamorak." - }, - { - "ids": "13181", - "examine": "An oak altar with a symbol of Guthix." - }, - { - "ids": "13182", - "examine": "A teak altar with a symbol of Saradomin." - }, - { - "ids": "13183", - "examine": "A teak altar with a symbol of Zamorak." - }, - { - "ids": "13184", - "examine": "A teak altar with a symbol of Guthix." - }, - { - "ids": "13185", - "examine": "A cloth-covered teak altar with a symbol of Saradomin." - }, - { - "ids": "13186", - "examine": "A cloth-covered teak altar with a symbol of Zamorak." - }, - { - "ids": "13187", - "examine": "A cloth-covered teak altar with a symbol of Guthix." - }, - { - "ids": "13188", - "examine": "A mahogany altar with a symbol of Saradomin." - }, - { - "ids": "13189", - "examine": "A mahogany altar with a symbol of Zamorak." - }, - { - "ids": "13190", - "examine": "A mahogany altar with a symbol of Guthix." - }, - { - "ids": "13191", - "examine": "A limestone altar with a symbol of Saradomin." - }, - { - "ids": "13192", - "examine": "A limestone altar with a symbol of Zamorak." - }, - { - "ids": "13193", - "examine": "A limestone altar with a symbol of Guthix." - }, - { - "ids": "13194", - "examine": "A marble altar with a symbol of Saradomin." - }, - { - "ids": "13195", - "examine": "A marble altar with a symbol of Zamorak." - }, - { - "ids": "13196", - "examine": "A marble altar with a symbol of Guthix." - }, - { - "ids": "13197", - "examine": "A gilded marble altar with a symbol of Saradomin." - }, - { - "ids": "13198", - "examine": "A gilded marble altar with a symbol of Zamorak." - }, - { - "ids": "13199", - "examine": "A gilded marble altar with a symbol of Guthix." - }, - { - "ids": "13200,13201,13202,13203,13204,13205,13206,13207,13208,13209,13210,13211,13212,13213", - "examine": "The smoke goes up to the gods." - }, - { - "ids": "13214", - "examine": "They tinkle delightfully." - }, - { - "ids": "13215", - "examine": "Oh, from out the sounding cells, what a gush of euphony voluminously wells!" - }, - { - "ids": "13216", - "examine": "A delightful sound." - }, - { - "ids": "13217", - "examine": "A basic chapel window." - }, - { - "ids": "13218", - "examine": "What nice shapes you can make out of glass!" - }, - { - "ids": "13219", - "examine": "It fills the room with coloured light." - }, - { - "ids": "13220", - "examine": "What nice shapes you can make out of glass!" - }, - { - "ids": "13221", - "examine": "It fills the room with coloured light." - }, - { - "ids": "13222", - "examine": "What nice shapes you can make out of glass!" - }, - { - "ids": "13223", - "examine": "It fills the room with coloured light." - }, - { - "ids": "13224", - "examine": "What nice shapes you can make out of glass!" - }, - { - "ids": "13225", - "examine": "It fills the room with coloured light." - }, - { - "ids": "13226", - "examine": "A basic chapel window." - }, - { - "ids": "13227", - "examine": "What nice shapes you can make out of glass!" - }, - { - "ids": "13228", - "examine": "It fills the room with coloured light." - }, - { - "ids": "13229", - "examine": "What nice shapes you can make out of glass!" - }, - { - "ids": "13230", - "examine": "It fills the room with coloured light." - }, - { - "ids": "13231", - "examine": "What nice shapes you can make out of glass!" - }, - { - "ids": "13232", - "examine": "It fills the room with coloured light." - }, - { - "ids": "13233", - "examine": "What nice shapes you can make out of glass!" - }, - { - "ids": "13234", - "examine": "It fills the room with coloured light." - }, - { - "ids": "13235", - "examine": "A basic chapel window." - }, - { - "ids": "13236", - "examine": "What nice shapes you can make out of glass!" - }, - { - "ids": "13237", - "examine": "It fills the room with coloured light." - }, - { - "ids": "13238", - "examine": "What nice shapes you can make out of glass!" - }, - { - "ids": "13239", - "examine": "It fills the room with coloured light." - }, - { - "ids": "13240", - "examine": "What nice shapes you can make out of glass!" - }, - { - "ids": "13241", - "examine": "It fills the room with coloured light." - }, - { - "ids": "13242", - "examine": "What nice shapes you can make out of glass!" - }, - { - "ids": "13243", - "examine": "It fills the room with coloured light." - }, - { - "ids": "13244", - "examine": "A basic chapel window." - }, - { - "ids": "13245", - "examine": "What nice shapes you can make out of glass!" - }, - { - "ids": "13246", - "examine": "It fills the room with coloured light." - }, - { - "ids": "13247", - "examine": "What nice shapes you can make out of glass!" - }, - { - "ids": "13248", - "examine": "It fills the room with coloured light." - }, - { - "ids": "13249", - "examine": "What nice shapes you can make out of glass!" - }, - { - "ids": "13250", - "examine": "It fills the room with coloured light." - }, - { - "ids": "13251", - "examine": "What nice shapes you can make out of glass!" - }, - { - "ids": "13252", - "examine": "It fills the room with coloured light." - }, - { - "ids": "13253", - "examine": "A basic chapel window." - }, - { - "ids": "13254", - "examine": "What nice shapes you can make out of glass!" - }, - { - "ids": "13255", - "examine": "It fills the room with coloured light." - }, - { - "ids": "13256", - "examine": "What nice shapes you can make out of glass!" - }, - { - "ids": "13257", - "examine": "It fills the room with coloured light." - }, - { - "ids": "13258", - "examine": "What nice shapes you can make out of glass!" - }, - { - "ids": "13259", - "examine": "It fills the room with coloured light." - }, - { - "ids": "13260", - "examine": "What nice shapes you can make out of glass!" - }, - { - "ids": "13261", - "examine": "It fills the room with coloured light." - }, - { - "ids": "13262", - "examine": "A basic chapel window." - }, - { - "ids": "13263", - "examine": "What nice shapes you can make out of glass!" - }, - { - "ids": "13264", - "examine": "It fills the room with coloured light." - }, - { - "ids": "13265", - "examine": "What nice shapes you can make out of glass!" - }, - { - "ids": "13266", - "examine": "It fills the room with coloured light." - }, - { - "ids": "13267", - "examine": "What nice shapes you can make out of glass!" - }, - { - "ids": "13268", - "examine": "It fills the room with coloured light." - }, - { - "ids": "13269", - "examine": "What nice shapes you can make out of glass!" - }, - { - "ids": "13270", - "examine": "It fills the room with coloured light." - }, - { - "ids": "13271", - "examine": "A saint of Saradomin from the days of old." - }, - { - "ids": "13272", - "examine": "One of Saradomin's holy angels." - }, - { - "ids": "13273", - "examine": "Saradomin, Lord of Light." - }, - { - "ids": "13274", - "examine": "A saint of Guthix from the days of old." - }, - { - "ids": "13275", - "examine": "One of Guthix's nature spirits." - }, - { - "ids": "13276", - "examine": "Guthix, Lord of Balance." - }, - { - "ids": "13277", - "examine": "A mighty saint of Zamorak." - }, - { - "ids": "13278", - "examine": "One of Zamorak's unholy demons." - }, - { - "ids": "13279", - "examine": "Zamorak, Lord of Chaos." - }, - { - "ids": "13280", - "examine": "A small statue of Bob as a kitten." - }, - { - "ids": "13281", - "examine": "OMG it's Bob the Jagex Cat!" - }, - { - "ids": "13282", - "examine": "The great Bob, Lord of Cats." - }, - { - "ids": "13283,13284", - "examine": "Is there treasure inside?" - }, - { - "ids": "13285,13286", - "examine": "Perhaps there is treasure inside!" - }, - { - "ids": "13287,13288", - "examine": "There might possibly be treasure inside!" - }, - { - "ids": "13289,13290", - "examine": "There must surely be treasure in a chest this expensive!" - }, - { - "ids": "13291,13292", - "examine": "Could the magic be guarding some treasure?" - }, - { - "ids": "13293", - "examine": "A basic wooden dining table." - }, - { - "ids": "13294", - "examine": "A basic oak dining table." - }, - { - "ids": "13295", - "examine": "A nicely carved oak dining table." - }, - { - "ids": "13296", - "examine": "A teak dining table." - }, - { - "ids": "13297", - "examine": "A nicely carved teak dining table." - }, - { - "ids": "13298", - "examine": "An expensive mahogany table." - }, - { - "ids": "13299", - "examine": "Marble and mahogany, ooh." - }, - { - "ids": "13300", - "examine": "A basic wooden dining bench." - }, - { - "ids": "13301", - "examine": "A basic oak dining bench." - }, - { - "ids": "13302", - "examine": "A nice oak dining bench." - }, - { - "ids": "13303", - "examine": "A teak dining bench." - }, - { - "ids": "13304", - "examine": "A nice teak dining bench." - }, - { - "ids": "13305", - "examine": "A mahogany dining bench." - }, - { - "ids": "13306", - "examine": "A very expensive dining bench." - }, - { - "ids": "13307,13308,13309", - "examine": "Can summon your servant." - }, - { - "ids": "13310", - "examine": "A rather macabre decoration." - }, - { - "ids": "13311", - "examine": "It doesn't go anywhere, it's just for show." - }, - { - "ids": "13312", - "examine": "Nothing makes a dungeon look ominous like some dried blood." - }, - { - "ids": "13313,13314,13315", - "examine": "Sturdy oak bars to keep prisoners in." - }, - { - "ids": "13316,13317,13318", - "examine": "Oak and steel bars to keep prisoners in." - }, - { - "ids": "13319,13320,13321", - "examine": "Steel bars to keep prisoners in." - }, - { - "ids": "13322,13323,13324", - "examine": "Steel bars with spikes!" - }, - { - "ids": "13325,13326,13327", - "examine": "A cage of bones. How delightfully macabre." - }, - { - "ids": "13328", - "examine": "An oak ladder." - }, - { - "ids": "13329", - "examine": "A teak ladder." - }, - { - "ids": "13330", - "examine": "A mahogany ladder." - }, - { - "ids": "13331,13332,13333", - "examine": "Yuck!" - }, - { - "ids": "13334,13335,13336", - "examine": "Ouch!" - }, - { - "ids": "13337", - "examine": "Not very pleasant" - }, - { - "ids": "13338,13339,13340", - "examine": "Invisible?" - }, - { - "ids": "13341,13342,13343", - "examine": "Even a dungeon needs light!" - }, - { - "ids": "13344,13345", - "examine": "A sturdy oak door." - }, - { - "ids": "13346,13347", - "examine": "A formidable steel door." - }, - { - "ids": "13348,13349", - "examine": "Could anyone get through a solid marble door?" - }, - { - "ids": "13350,13351", - "examine": "A sturdy oak door." - }, - { - "ids": "13352,13353", - "examine": "A formidable steel door." - }, - { - "ids": "13354,13355", - "examine": "Could anyone get through a solid marble door?" - }, - { - "ids": "13356,13357,13358,13359,13360,13361,13362,13363,13364,13365", - "examine": "Watch out!" - }, - { - "ids": "13366", - "examine": "A pet skeleton!" - }, - { - "ids": "13367", - "examine": "Beware of the dog!" - }, - { - "ids": "13368", - "examine": "He doesn't look very welcoming." - }, - { - "ids": "13369", - "examine": "A pet Troll!" - }, - { - "ids": "13370", - "examine": "No spider could get that big! It's unrealistic!" - }, - { - "ids": "13371", - "examine": "Good doggie..." - }, - { - "ids": "13372", - "examine": "Young but still dangerous." - }, - { - "ids": "13373", - "examine": "He's full of pent-up aggression." - }, - { - "ids": "13374", - "examine": "I don't think insect repellent will work..." - }, - { - "ids": "13375", - "examine": "Its scales are made of steel." - }, - { - "ids": "13376", - "examine": "A darkened horror from the ocean depths..." - }, - { - "ids": "13377", - "examine": "I don't like the look of those spines..." - }, - { - "ids": "13378", - "examine": "A demon." - }, - { - "ids": "13379,13380", - "examine": "Rub the mushroom's head and see what pops out!" - }, - { - "ids": "13381", - "examine": "A place to hang your boxing gloves." - }, - { - "ids": "13382", - "examine": "Some equipment for practicing combat." - }, - { - "ids": "13383", - "examine": "Lots of equipment for practicing combat." - }, - { - "ids": "13384", - "examine": "Is there a prize?" - }, - { - "ids": "13385", - "examine": "Is there a prize inside?" - }, - { - "ids": "13386", - "examine": "Is there a prize?" - }, - { - "ids": "13387", - "examine": "Is there a prize inside?" - }, - { - "ids": "13388", - "examine": "Is there a prize?" - }, - { - "ids": "13389", - "examine": "Is there a prize inside?" - }, - { - "ids": "13390,13391", - "examine": "A private jester." - }, - { - "ids": "13392,13393,13394", - "examine": "See how much damage you can do to it!" - }, - { - "ids": "13395,13396,13397", - "examine": "You can practice your magic here." - }, - { - "ids": "13398", - "examine": "You can try to get a hoop over this." - }, - { - "ids": "13399", - "examine": "Someone hooped it!" - }, - { - "ids": "13400,13401", - "examine": "More humane than using an actual bull's eye." - }, - { - "ids": "13402,13403", - "examine": "Can you hit it?" - }, - { - "ids": "13404", - "examine": "A letter-guessing game with a subtext of death." - }, - { - "ids": "13405", - "examine": "Use this to leave the house." - }, - { - "ids": "13406", - "examine": "Rocky!" - }, - { - "ids": "13407", - "examine": "A home for tiny fish and frogs." - }, - { - "ids": "13408", - "examine": "What a naughty little imp!" - }, - { - "ids": "13409,13410", - "examine": "What horrors lurk below?" - }, - { - "ids": "13411,13412", - "examine": "One of the most common trees in RuneScape." - }, - { - "ids": "13413", - "examine": "A beautiful oak tree." - }, - { - "ids": "13414,13415,13416", - "examine": "A lovely addition to the garden." - }, - { - "ids": "13417", - "examine": "The tree shimmers with a magical force." - }, - { - "ids": "13418,13419,13420,13421,13422,13423", - "examine": "A lovely addition to the garden." - }, - { - "ids": "13424", - "examine": "A fully grown Willow tree." - }, - { - "ids": "13425,13426,13427,13428,13429,13430,13431,13432,13433,13434,13435,13436", - "examine": "A plant." - }, - { - "ids": "13437", - "examine": "A little orange flower." - }, - { - "ids": "13438", - "examine": "Lonely as a cloud." - }, - { - "ids": "13439", - "examine": "The bluebells are coming!" - }, - { - "ids": "13440", - "examine": "A little orange flower." - }, - { - "ids": "13441", - "examine": "Lonely as a cloud." - }, - { - "ids": "13442", - "examine": "The bluebells are coming!" - }, - { - "ids": "13443", - "examine": "A great big sunny flower." - }, - { - "ids": "13444", - "examine": "Lovely flowers." - }, - { - "ids": "13445", - "examine": "They smell lovely." - }, - { - "ids": "13446", - "examine": "Great big sunny flowers." - }, - { - "ids": "13447", - "examine": "Lovely flowers." - }, - { - "ids": "13448", - "examine": "They smell lovely." - }, - { - "ids": "13449", - "examine": "They mark a square." - }, - { - "ids": "13450", - "examine": "Would probably not stop a charging rhinoceros." - }, - { - "ids": "13451", - "examine": "Very rural." - }, - { - "ids": "13452", - "examine": "A little bleak." - }, - { - "ids": "13453", - "examine": "Marks the boundary of the garden." - }, - { - "ids": "13454", - "examine": "Just like in Varrock palace!" - }, - { - "ids": "13455", - "examine": "Very posh!" - }, - { - "ids": "13456,13457,13458,13459,13460,13461,13462,13463,13464,13465,13466,13467,13468,13469,13470,13471,13472,13473,13474,13475,13476", - "examine": "Like a living wall." - }, - { - "ids": "13477", - "examine": "Run for it! It's a gazebo!" - }, - { - "ids": "13478", - "examine": "Like a tiny private waterfall." - }, - { - "ids": "13479", - "examine": "A sculpture of flowing water." - }, - { - "ids": "13480", - "examine": "Two little fishes forever spew water into the pond." - }, - { - "ids": "13481,13482,13483,13484,13485", - "examine": "A trophy of a mighty slayer!" - }, - { - "ids": "13486", - "examine": "A trophy of a mighty dragon-slayer!" - }, - { - "ids": "13487", - "examine": "A trophy of a mighty kalphite slayer!" - }, - { - "ids": "13488,13489,13490", - "examine": "A trophy of a master fisher." - }, - { - "ids": "13491,13492", - "examine": "The work of a master smith." - }, - { - "ids": "13493", - "examine": "Only the finest smiths can work runite." - }, - { - "ids": "13494,13495,13496", - "examine": "Armour won by a great Castle Wars player." - }, - { - "ids": "13497", - "examine": "I can climb these stairs." - }, - { - "ids": "13498", - "examine": "They go down." - }, - { - "ids": "13499", - "examine": "I can climb these stairs." - }, - { - "ids": "13500", - "examine": "They go down." - }, - { - "ids": "13501", - "examine": "I can climb these stairs." - }, - { - "ids": "13502", - "examine": "They go down." - }, - { - "ids": "13503", - "examine": "I can climb up or go down these stairs." - }, - { - "ids": "13504", - "examine": "I can climb down these stairs." - }, - { - "ids": "13505", - "examine": "I can climb up or go down these stairs." - }, - { - "ids": "13506", - "examine": "I can climb down these stairs." - }, - { - "ids": "13507", - "examine": "Elemental runes made by a skilled runecrafter." - }, - { - "ids": "13508", - "examine": "Body, Cosmic, Chaos and Nature runes made by a skilled runecrafter." - }, - { - "ids": "13509", - "examine": "Law, Blood, Soul and Death runes made by a great runecrafter." - }, - { - "ids": "13510", - "examine": "A portrait of King Arthur." - }, - { - "ids": "13511", - "examine": "A portrait of Elena." - }, - { - "ids": "13512", - "examine": "A painting of the statue of King Alvis of Keldagrim." - }, - { - "ids": "13513", - "examine": "A portrait of Prince Brand and Princess Astrid of Miscellania." - }, - { - "ids": "13514", - "examine": "The deserts of Kharidian." - }, - { - "ids": "13515", - "examine": "The exotic land of the Elves." - }, - { - "ids": "13516", - "examine": "The tropical coast of Karamja." - }, - { - "ids": "13517", - "examine": "Oxtable's famous painting of the Lumbridge water mill." - }, - { - "ids": "13518", - "examine": "A painting of the spooky forests of Morytania." - }, - { - "ids": "13519", - "examine": "The great demon-slaying sword that killed Delrith." - }, - { - "ids": "13520", - "examine": "The great demon-slaying sword that killed Delrith and Agrith Naar." - }, - { - "ids": "13521", - "examine": "The magical sword of King Arthur." - }, - { - "ids": "13522", - "examine": "This shield protected a hero from the flames of the dragon Elvarg." - }, - { - "ids": "13523", - "examine": "An Amulet of Glory, symbol of a member of the Heroes Guild." - }, - { - "ids": "13524", - "examine": "The pleated white cape of a member of the Legends Guild." - }, - { - "ids": "13525", - "examine": "A map of Misthalin and Asgarnia." - }, - { - "ids": "13526", - "examine": "A map of RuneScape." - }, - { - "ids": "13527", - "examine": "A map of RuneScape including major cave systems." - }, - { - "ids": "13528", - "examine": "A basic cooking fire." - }, - { - "ids": "13529", - "examine": "A cooking fire." - }, - { - "ids": "13530", - "examine": "A cooking fire with a kettle." - }, - { - "ids": "13531", - "examine": "A cooking fire with a pot." - }, - { - "ids": "13532", - "examine": "The pot and kettle get along fine." - }, - { - "ids": "13533,13534,13535", - "examine": "You can bake bread here." - }, - { - "ids": "13536,13537,13538", - "examine": "You can cook pizza here." - }, - { - "ids": "13539,13540,13541,13542,13543,13544", - "examine": "You can cook here." - }, - { - "ids": "13545,13546,13547,13548,13549,13550,13551", - "examine": "Shelves full of kitchen utensils." - }, - { - "ids": "13552,13553,13554,13555,13556,13557,13558", - "examine": "Shelves full of plates and tea cups." - }, - { - "ids": "13559,13560,13561,13562,13563,13564", - "examine": "Running water in your own home! Luxury!" - }, - { - "ids": "13565", - "examine": "A wooden larder to keep food cool." - }, - { - "ids": "13566", - "examine": "An oak larder to keep food cool." - }, - { - "ids": "13567", - "examine": "A nicely carved oak larder to keep food cool." - }, - { - "ids": "13568,13569", - "examine": "It's got beer in it." - }, - { - "ids": "13570", - "examine": "An oak barrel of Asgarnian ale." - }, - { - "ids": "13571", - "examine": "An oak barrel of Greenman's ale." - }, - { - "ids": "13572", - "examine": "An oak barrel of Dragon Bitter." - }, - { - "ids": "13573", - "examine": "An oak barrel of Chef's Delight." - }, - { - "ids": "13574", - "examine": "A place for your pet to sleep." - }, - { - "ids": "13575", - "examine": "Your pet would love to sleep here." - }, - { - "ids": "13576", - "examine": "A luxurious sleeping place for your pet." - }, - { - "ids": "13577", - "examine": "A basic wooden dining table." - }, - { - "ids": "13578", - "examine": "A basic oak dining table." - }, - { - "ids": "13579", - "examine": "A nice teak dining table." - }, - { - "ids": "13580", - "examine": "A place for your pet to sleep." - }, - { - "ids": "13581", - "examine": "It's not the best chair but you think it would take your weight." - }, - { - "ids": "13582", - "examine": "The ideal thing to sit on." - }, - { - "ids": "13583,13584,13585,13586,13587", - "examine": "A comfortable seat." - }, - { - "ids": "13588,13589,13590", - "examine": "It's an ugly rug, but better than a bare floor." - }, - { - "ids": "13591,13592,13593", - "examine": "The handkerchief of giants!" - }, - { - "ids": "13594,13595,13596", - "examine": "An opulent rug woven with gold leaf." - }, - { - "ids": "13597,13598,13599", - "examine": "A good source of books!" - }, - { - "ids": "13600,13601,13602", - "examine": "A good source of scrolls!" - }, - { - "ids": "13603,13604,13605", - "examine": "The curtain is open." - }, - { - "ids": "13606,13607", - "examine": "???" - }, - { - "ids": "13608", - "examine": "Your house logo in mahogany." - }, - { - "ids": "13609", - "examine": "You can light a fire here." - }, - { - "ids": "13610", - "examine": "A fire burns cosily in the grate." - }, - { - "ids": "13611", - "examine": "You can light a fire here." - }, - { - "ids": "13612", - "examine": "A fire burns cosily in the grate." - }, - { - "ids": "13613", - "examine": "You can light a fire here." - }, - { - "ids": "13614", - "examine": "A fire burns cosily in the grate." - }, - { - "ids": "13615", - "examine": "A gateway to Varrock" - }, - { - "ids": "13616", - "examine": "A gateway to Lumbridge" - }, - { - "ids": "13617", - "examine": "A gateway to Falador" - }, - { - "ids": "13618", - "examine": "A gateway to Camelot" - }, - { - "ids": "13619", - "examine": "A gateway to Ardougne" - }, - { - "ids": "13620", - "examine": "A gateway to the Yanille watchtower" - }, - { - "ids": "13621", - "examine": "A gateway to Trollheim" - }, - { - "ids": "13622", - "examine": "A gateway to Varrock" - }, - { - "ids": "13623", - "examine": "A gateway to Lumbridge" - }, - { - "ids": "13624", - "examine": "A gateway to Falador" - }, - { - "ids": "13625", - "examine": "A gateway to Camelot" - }, - { - "ids": "13626", - "examine": "A gateway to Ardougne" - }, - { - "ids": "13627", - "examine": "A gateway to the Yanille watchtower" - }, - { - "ids": "13628", - "examine": "A gateway to Trollheim" - }, - { - "ids": "13629", - "examine": "A gateway to Varrock" - }, - { - "ids": "13630", - "examine": "A gateway to Lumbridge" - }, - { - "ids": "13631", - "examine": "A gateway to Falador" - }, - { - "ids": "13632", - "examine": "A gateway to Camelot" - }, - { - "ids": "13633", - "examine": "A gateway to Ardougne" - }, - { - "ids": "13634", - "examine": "A gateway to the Yanille watchtower" - }, - { - "ids": "13635", - "examine": "A gateway to Trollheim" - }, - { - "ids": "13636", - "examine": "An un-directed teak portal frame." - }, - { - "ids": "13637", - "examine": "An un-directed mahogany portal frame." - }, - { - "ids": "13638", - "examine": "An un-directed marble portal frame." - }, - { - "ids": "13639", - "examine": "It harnesses the power of something or other!" - }, - { - "ids": "13640,13641", - "examine": "It controls the portals." - }, - { - "ids": "13642,13643,13644,13645,13646,13647,13648", - "examine": "A book full of arcane knowledge." - }, - { - "ids": "13649,13650,13651,13652,13653", - "examine": "A wooden planet of your very own." - }, - { - "ids": "13654,13655", - "examine": "A wooden solar system of your very own." - }, - { - "ids": "13656,13657,13658", - "examine": "Used for observing heavenly bodies." - }, - { - "ids": "13659,13660,13661", - "examine": "Use an elemental staff on it." - }, - { - "ids": "13662", - "examine": "If there's a recipe for the philosopher's stone there, you can't see it." - }, - { - "ids": "13663", - "examine": "If you want to look at the stars during the daytime, you can see them here!" - }, - { - "ids": "13664", - "examine": "A spotter's guide to demons." - }, - { - "ids": "13665,13666,13667,13668,13669,13670,13671", - "examine": "Sit here and rule all you survey." - }, - { - "ids": "13672,13673,13674", - "examine": "Pull this to activate your machinery of doom!" - }, - { - "ids": "13675", - "examine": "Go through this oak trapdoor to see the pit below your throne room." - }, - { - "ids": "13676", - "examine": "Go through this teak trapdoor to see the pit below your throne room." - }, - { - "ids": "13677", - "examine": "Go through this mahogany trapdoor to see the pit below your throne room." - }, - { - "ids": "13678", - "examine": "Go through this oak trapdoor to see the pit below your throne room." - }, - { - "ids": "13679", - "examine": "Go through this teak trapdoor to see the pit below your throne room." - }, - { - "ids": "13680", - "examine": "Go through this mahogany trapdoor to see the pit below your throne room." - }, - { - "ids": "13681", - "examine": "Keeps your victims in place." - }, - { - "ids": "13682,13683", - "examine": "Keeps your victims trapped." - }, - { - "ids": "13684,13685,13686,13687,13688,13689", - "examine": "What could happen on this spot?" - }, - { - "ids": "13690", - "examine": "An elengant cloth hanging." - }, - { - "ids": "13691", - "examine": "An opulent gold-and-mahogany decoration." - }, - { - "ids": "13692", - "examine": "A magnificent gold-and-marble decoration." - }, - { - "ids": "13693", - "examine": "A splendid stained-glass decoration." - }, - { - "ids": "13694", - "examine": "A nice teak ding bench." - }, - { - "ids": "13695", - "examine": "A mahogany bench." - }, - { - "ids": "13696", - "examine": "A very expensive bench." - }, - { - "ids": "13697", - "examine": "An eye-wrenching nexus of utter negation!" - }, - { - "ids": "13698", - "examine": "An important looking chair." - }, - { - "ids": "13699", - "examine": "Hammer, chisel, saw and shears." - }, - { - "ids": "13700", - "examine": "Bucket, spade, tinderbox and knife." - }, - { - "ids": "13701", - "examine": "Needle, apron and glassblowing pipe." - }, - { - "ids": "13702", - "examine": "A selection of jewellery moulds." - }, - { - "ids": "13703", - "examine": "Farming tools." - }, - { - "ids": "13704,13705,13706,13707,13708", - "examine": "You can make furniture here." - }, - { - "ids": "13709,13710,13711,13712", - "examine": "You can do delicate crafting here." - }, - { - "ids": "13713", - "examine": "You can repair broken staffs and arrows here." - }, - { - "ids": "13714", - "examine": "You can sharpen rusty swords here." - }, - { - "ids": "13715", - "examine": "You can repair armour here." - }, - { - "ids": "13716", - "examine": "You can add a plume to your helmet here." - }, - { - "ids": "13717", - "examine": "You can paint your logo onto your heraldic shield here." - }, - { - "ids": "13718", - "examine": "You can make a banner with your logo on here." - }, - { - "ids": "13719", - "examine": "A wooden stool." - }, - { - "ids": "13720", - "examine": "An oak stool." - }, - { - "ids": "13721,13722,13723,13724,13725", - "examine": "There's nothing there" - }, - { - "ids": "13726,13727,13728,13729,13730,13731,13732,13733", - "examine": "A private jester." - }, - { - "ids": "13734", - "examine": "A shield with the symbol of Arrav." - }, - { - "ids": "13735", - "examine": "A shield with the symbol of Asgarnia." - }, - { - "ids": "13736", - "examine": "A shield with the symbol of the Dorgeshuun." - }, - { - "ids": "13737", - "examine": "A shield with a dragon on it." - }, - { - "ids": "13738", - "examine": "A shield with a fairy on it." - }, - { - "ids": "13739", - "examine": "A shield with the symbol of Guthix." - }, - { - "ids": "13740", - "examine": "A shield with the symbol of the HAM cult." - }, - { - "ids": "13741", - "examine": "A shield with a picture of a mythical 'horse'." - }, - { - "ids": "13742", - "examine": "A shield with a picture of a Jungle Ogre." - }, - { - "ids": "13743", - "examine": "A shield with the symbol of Kandarin." - }, - { - "ids": "13744", - "examine": "A shield with the symbol of Misthalin." - }, - { - "ids": "13745", - "examine": "A shield with a picture of a money bag." - }, - { - "ids": "13746", - "examine": "A shield with the symbol of Saradomin." - }, - { - "ids": "13747", - "examine": "A shield with a picture of a skull." - }, - { - "ids": "13748", - "examine": "A shield with the symbol of Varrock." - }, - { - "ids": "13749", - "examine": "A shield with the symbol of Zamorak." - }, - { - "ids": "13750", - "examine": "A shield with the symbol of Arrav." - }, - { - "ids": "13751", - "examine": "A shield with the symbol of Asgarnia." - }, - { - "ids": "13752", - "examine": "A shield with the symbol of the Dorgeshuun." - }, - { - "ids": "13753", - "examine": "A shield with a picture of a dragon." - }, - { - "ids": "13754", - "examine": "A shield with a picture of a fairy." - }, - { - "ids": "13755", - "examine": "A shield with the symbol of Guthix." - }, - { - "ids": "13756", - "examine": "A shield with the symbol of the HAM cult." - }, - { - "ids": "13757", - "examine": "A shield with a picture of the mythical 'horse'." - }, - { - "ids": "13758", - "examine": "A shield with a picture of a Jungle Ogre." - }, - { - "ids": "13759", - "examine": "A shield with the symbol of Kandarin." - }, - { - "ids": "13760", - "examine": "A shield with the symbol of Misthalin." - }, - { - "ids": "13761", - "examine": "A shield with a picture of a money bag." - }, - { - "ids": "13762", - "examine": "A shield with the symbol of Saradomin." - }, - { - "ids": "13763", - "examine": "A shield with a picture of a skull." - }, - { - "ids": "13764", - "examine": "A shield with the symbol of Varrock." - }, - { - "ids": "13765", - "examine": "A shield with the symbol of Zamorak." - }, - { - "ids": "13766", - "examine": "A shield with the symbol of Arrav." - }, - { - "ids": "13767", - "examine": "A shield with the symbol of Asgarnia." - }, - { - "ids": "13768", - "examine": "A shield with the symbol of the Dorgeshuun/" - }, - { - "ids": "13769", - "examine": "A shield with a picture of a dragon." - }, - { - "ids": "13770", - "examine": "A shield with a picture of a fairy." - }, - { - "ids": "13771", - "examine": "A shield with the symbol of Guthix." - }, - { - "ids": "13772", - "examine": "A shield with the symbol of the HAM cult." - }, - { - "ids": "13773", - "examine": "A shield with a picture of the mythical 'horse'." - }, - { - "ids": "13774", - "examine": "A shield with a picture of a Jungle Ogre." - }, - { - "ids": "13775", - "examine": "A shield with the symbol of Kandarin." - }, - { - "ids": "13776", - "examine": "A shield with the symbol of Misthalin." - }, - { - "ids": "13777", - "examine": "A shield with a picture of a money bag." - }, - { - "ids": "13778", - "examine": "A shield with the symbol of Saradomin." - }, - { - "ids": "13779", - "examine": "A shield with a picture of a skull." - }, - { - "ids": "13780", - "examine": "A shield with the symbol of Varrock." - }, - { - "ids": "13781", - "examine": "A shield with the symbol of Zamorak." - }, - { - "ids": "13782", - "examine": "The symbol of Arrav." - }, - { - "ids": "13783", - "examine": "The symbol of Asgarnia." - }, - { - "ids": "13784", - "examine": "The symbol of the Dorgeshuun." - }, - { - "ids": "13785", - "examine": "A picture of a dragon." - }, - { - "ids": "13786", - "examine": "A picture of a fairy." - }, - { - "ids": "13787", - "examine": "The symbol of Guthix." - }, - { - "ids": "13788", - "examine": "The symbol of the HAM cult." - }, - { - "ids": "13789", - "examine": "A picture of the mythical 'horse'." - }, - { - "ids": "13790", - "examine": "A picture of a Jungle Ogre." - }, - { - "ids": "13791", - "examine": "The symbol of Kandarin." - }, - { - "ids": "13792", - "examine": "The symbol of Misthalin." - }, - { - "ids": "13793", - "examine": "A picture of a bag of money." - }, - { - "ids": "13794", - "examine": "The symbol of Saradomin." - }, - { - "ids": "13795", - "examine": "A picture of a skull." - }, - { - "ids": "13796", - "examine": "The symbol of Varrock." - }, - { - "ids": "13797", - "examine": "The symbol of Zamorak." - }, - { - "ids": "13798", - "examine": "The symbol of Arrav." - }, - { - "ids": "13799", - "examine": "The symbol of Asgarnia." - }, - { - "ids": "13800", - "examine": "The symbol of the Dorgeshuun." - }, - { - "ids": "13801", - "examine": "A picture of a dragon." - }, - { - "ids": "13802", - "examine": "A picture of a fairy." - }, - { - "ids": "13803", - "examine": "The symbol of Guthix." - }, - { - "ids": "13804", - "examine": "The symbol of the HAM cult." - }, - { - "ids": "13805", - "examine": "A picture of the mythical 'horse'." - }, - { - "ids": "13806", - "examine": "A picture of a Jungle Ogre." - }, - { - "ids": "13807", - "examine": "The symbol of Kandarin." - }, - { - "ids": "13808", - "examine": "The symbol of Misthalin." - }, - { - "ids": "13809", - "examine": "A picture of a money bag." - }, - { - "ids": "13810", - "examine": "The symbol of Saradomin." - }, - { - "ids": "13811", - "examine": "A picture of a skull." - }, - { - "ids": "13812", - "examine": "The symbol of Varrock." - }, - { - "ids": "13813", - "examine": "The symbol of Zamorak." - }, - { - "ids": "13814", - "examine": "The symbol of Arrav." - }, - { - "ids": "13815", - "examine": "The symbol of Asgarnia." - }, - { - "ids": "13816", - "examine": "The symbol of the Dorgeshuun." - }, - { - "ids": "13817", - "examine": "A picture of a dragon." - }, - { - "ids": "13818", - "examine": "A picture of a fairy." - }, - { - "ids": "13819", - "examine": "The symbol of Guthix." - }, - { - "ids": "13820", - "examine": "The symbol of the HAM cult." - }, - { - "ids": "13821", - "examine": "A picture of the mythical 'horse'." - }, - { - "ids": "13822", - "examine": "A picture of a Jungle Ogre." - }, - { - "ids": "13823", - "examine": "The symbol of Kandarin." - }, - { - "ids": "13824", - "examine": "The symbol of Misthalin." - }, - { - "ids": "13825", - "examine": "A picture of a money bag." - }, - { - "ids": "13826", - "examine": "The symbol of Saradomin." - }, - { - "ids": "13827", - "examine": "A picture of a skull." - }, - { - "ids": "13828", - "examine": "The symbol of Varrock." - }, - { - "ids": "13829", - "examine": "The symbol of Zamorak." - }, - { - "ids": "13830", - "examine": "This should have resolved!" - }, - { - "ids": "13831,13832", - "examine": "A path leading out of this swampy dead end." - }, - { - "ids": "13833", - "examine": "A path leading out of Mort Myre, you'll be running away if you go down here." - }, - { - "ids": "13834", - "examine": "I could mend this if I had some wood..." - }, - { - "ids": "13835", - "examine": "This bridge is partially broken." - }, - { - "ids": "13836", - "examine": "This bridge is slightly broken." - }, - { - "ids": "13837", - "examine": "This bridge can be traversed safely." - }, - { - "ids": "13838,13839", - "examine": "Gloopy, sticky, muddy bog..." - }, - { - "ids": "13840", - "examine": "A bush made up of long slender branches." - }, - { - "ids": "13841", - "examine": "I hope it doesn't sink." - }, - { - "ids": "13842", - "examine": "Ripples." - }, - { - "ids": "13843", - "examine": "Big swamp tree base." - }, - { - "ids": "13844", - "examine": "Big swamp tree top." - }, - { - "ids": "13845", - "examine": "Big swamp tree branch." - }, - { - "ids": "13846", - "examine": "A long vine hanging from a branch." - }, - { - "ids": "13847", - "examine": "Small swamp tree with vines." - }, - { - "ids": "13848,13849,13850,13851,13852,13853,13854,13855,13856,13857,13858,13859,13860,13861,13862,13863", - "examine": "Small swamp tree." - }, - { - "ids": "13864,13865", - "examine": "It's our transport across the swamp." - }, - { - "ids": "13866,13867,13868,13869,13870", - "examine": "A path leading out of this swampy dead end." - }, - { - "ids": "13871", - "examine": "A path leading out of this swampy dead end, you'll be running away if you go down here." - }, - { - "ids": "13872", - "examine": "An old backpack, it seems to be falling apart." - }, - { - "ids": "13873,13874,13875,13876,13877", - "examine": "There's something written here..." - }, - { - "ids": "13878", - "examine": "I think it's the way out." - }, - { - "ids": "13879,13880", - "examine": "Get me out of here!" - }, - { - "ids": "13881", - "examine": "Very hot!" - }, - { - "ids": "13882,13883,13884,13885,13886,13887,13888,13889,13890", - "examine": "To the next area!" - }, - { - "ids": "13891,13892,13893,13894,13895,13896,13897,13898", - "examine": "A creepy hole." - }, - { - "ids": "13899", - "examine": "There's no way I'm going in there!" - }, - { - "ids": "13900", - "examine": "Doesn't look so scary now." - }, - { - "ids": "13901,13902,13903", - "examine": "My way back to the surface." - }, - { - "ids": "13904,13905,13906,13907,13908,13909,13910,13911,13912", - "examine": "The exit to the surface." - }, - { - "ids": "13913,13914,13915,13916,13917,13918,13919,13920,13921,13922,13923,13924", - "examine": "Where does it lead?" - }, - { - "ids": "13925,13926,13927,13928,13929,13930,13931", - "examine": "What's that?" - }, - { - "ids": "13932", - "examine": "I think it's the way out." - }, - { - "ids": "13933,13934,13935,13936,13937", - "examine": "I think it's the forward." - }, - { - "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": "Does that really exist?" - }, - { - "ids": "13967,13968,13969", - "examine": "Should I go down there?" - }, - { - "ids": "13970", - "examine": "I can use that rope now." - }, - { - "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": "Should I go down there?" - }, - { - "ids": "13994,13995,13996,13997,13998", - "examine": "Oooo, sharp, pointy things!" - }, - { - "ids": "13999,14000,14001", - "examine": "This will take me back to the surface." - }, - { - "ids": "14002", - "examine": "A sign warning of danger." - }, - { - "ids": "14003", - "examine": "Why do I never take time to look at the grass?" - }, - { - "ids": "15477", - "examine": "Home sweet home?" - }, - { - "ids": "15480", - "examine": "Home sweet home?" - }, - { - "ids": "15748", - "examine": "Home sweet home?" - }, - { - "ids": "18482", - "examine": "A large fish." - }, - { - "ids": "21299", - "examine": "Might be worth opening?" - }, - { - "ids": "21400,21402,21399", - "examine": "A sturdy metal door." - }, - { - "ids": "21395", - "examine": "I can climb this." - }, - { - "ids": "21403,21405", - "examine": "A closed, sturdy metal door." - }, - { - "ids": "21404", - "examine": "An open, sturdy metal door." - }, - { - "ids": "21437", - "examine": "A display case, full of axes." - }, - { - "ids": "21438", - "examine": "A display case, full of swords." - }, - { - "ids": "21439", - "examine": "A table, displaying swords." - }, - { - "ids": "21441", - "examine": "A table for preparing fish." - }, - { - "ids": "21442", - "examine": "A container for storing mineral ores." - }, - { - "ids": "21443", - "examine": "A table for working with ores." - }, - { - "ids": "21444", - "examine": "A pile of raw mineral ores." - }, - { - "ids": "21445,21446", - "examine": "A shield display." - }, - { - "ids": "21447", - "examine": "A shelf, displaying armour." - }, - { - "ids": "21455", - "examine": "I can climb down these stairs." - }, - { - "ids": "21464", - "examine": "A sturdy-looking throne." - }, - { - "ids": "21465", - "examine": "A stone torch." - }, - { - "ids": "21607", - "examine": "A chair made from stone." - }, - { - "ids": "21608", - "examine": "A table with swords on it." - }, - { - "ids": "21611", - "examine": "A bed to sleep in." - }, - { - "ids": "21612", - "examine": "A stone crate with some stuff in it." - }, - { - "ids": "21609,21610", - "examine": "A table with plates and mugs on it." - }, - { - "ids": "21614,21615", - "examine": "A shelf with some cups on it." - }, - { - "ids": "21637", - "examine": "A Fremennik flag." - }, - { - "ids": "21834", - "examine": "A short longboat!" - }, - { - "ids": "29945", - "examine": "Contains traces of summoning energy." - }, - { - "ids": "37051", - "examine": "I wonder what this spooky contains." - } -] +[ + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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 horse power, 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" + }, + { + "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" + }, + { + "examine": "I see dead people.", + "ids": "399" + }, + { + "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 RuneScape.", + "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" + }, + { + "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" + }, + { + "examine": "He looks very relaxed.", + "ids": "661" + }, + { + "examine": "Now he's just too thin.", + "ids": "662" + }, + { + "examine": "He hasn't eaten in a long time.", + "ids": "663" + }, + { + "examine": "Now that's what I call slimline!", + "ids": "664" + }, + { + "examine": "He looks very relaxed.", + "ids": "665" + }, + { + "examine": "Now he's just too thin.", + "ids": "666" + }, + { + "examine": "He hasn't eaten in a long time.", + "ids": "667" + }, + { + "examine": "Disturbing but tidy.", + "ids": "668,669,670" + }, + { + "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" + }, + { + "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" + }, + { + "examine": "A dog's idea of heaven.", + "ids": "702,703,704,705,706" + }, + { + "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" + }, + { + "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": "Dead animal head. Lovely.", + "ids": "736" + }, + { + "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" + }, + { + "examine": "Big heavy metal balls.", + "ids": "822" + }, + { + "examine": "The easiest opponent I'll ever fight.", + "ids": "823" + }, + { + "examine": "A wooden defensive structure.", + "ids": "824,825,826,827,828" + }, + { + "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" + }, + { + "examine": "Wash here.", + "ids": "875,876,877" + }, + { + "examine": "No this is not a mirage!", + "ids": "878" + }, + { + "examine": "Everyone needs a water feature.", + "ids": "879" + }, + { + "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" + }, + { + "examine": "Storage for all needs.", + "ids": "1014,1015,1016,1017,1018" + }, + { + "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" + }, + { + "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" + }, + { + "examine": "Not so good for sitting on.", + "ids": "1089" + }, + { + "examine": "A comfortable seat.", + "ids": "1090,1091,1092" + }, + { + "examine": "Good for sitting on.", + "ids": "1093,1094,1095" + }, + { + "examine": "Good for rocking in!", + "ids": "1096" + }, + { + "examine": "A kingly seat for a royal behind.", + "ids": "1097,1098,1099" + }, + { + "examine": "The perfect way to sit at the bar.", + "ids": "1100,1101" + }, + { + "examine": "Good for sitting on.", + "ids": "1102" + }, + { + "examine": "Gnomes sit on these.", + "ids": "1103" + }, + { + "examine": "Gnomes are found sitting here.", + "ids": "1104" + }, + { + "examine": "A kingly seat for a royal behind.", + "ids": "1105" + }, + { + "examine": "Sit back and relax...", + "ids": "1106,1107" + }, + { + "examine": "A kingly seat for a royal behind.", + "ids": "1108,1109" + }, + { + "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": "The ideal thing to sit on.", + "ids": "1115" + }, + { + "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 RuneScape.", + "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": "A large double door.", + "ids": "1516,1517,1518,1519,1520,1521,1522,1523,1524,1525" + }, + { + "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" + }, + { + "examine": "I can climb down this.", + "ids": "1726,1727,1728" + }, + { + "examine": "I can climb this.", + "ids": "1729" + }, + { + "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" + }, + { + "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" + }, + { + "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": "It's a sack!", + "ids": "2212" + }, + { + "examine": "The bank teller will serve you from here.", + "ids": "2213" + }, + { + "examine": "This booth is for private customers only.", + "ids": "2214" + }, + { + "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": "A pipe I can squeeze through.", + "ids": "2287,2288" + }, + { + "examine": "It's hollow...", + "ids": "2289" + }, + { + "examine": "A pipe I can squeeze through.", + "ids": "2290,2291,2292,2293" + }, + { + "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" + }, + { + "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", + "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" + }, + { + "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": "Spooky!", + "ids": "2614" + }, + { + "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" + }, + { + "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" + }, + { + "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 counter made from a stone block.", + "ids": "2876" + }, + { + "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 RuneScape.", + "ids": "3033,3034,3035,3036" + }, + { + "examine": "A beautiful old oak.", + "ids": "3037" + }, + { + "examine": "Hot!", + "ids": "3038" + }, + { + "examine": "Ideal for cooking on.", + "ids": "3039" + }, + { + "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" + }, + { + "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": "A pipe I can squeeze through.", + "ids": "3236,3237" + }, + { + "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": "Now that's what I call slimline!", + "ids": "3797" + }, + { + "examine": "He looks very relaxed.", + "ids": "3798" + }, + { + "examine": "Now he's just too thin.", + "ids": "3799" + }, + { + "examine": "A counter made from a stone block.", + "ids": "3800" + }, + { + "examine": "The ideal thing to sit on.", + "ids": "3801" + }, + { + "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": "Now that's what I call slimline!", + "ids": "3971" + }, + { + "examine": "He looks very relaxed.", + "ids": "3972" + }, + { + "examine": "Now he's just too thin.", + "ids": "3973" + }, + { + "examine": "He hasn't eaten in a long time.", + "ids": "3974" + }, + { + "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": "Spooky!", + "ids": "4048,4049,4050" + }, + { + "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": "A pipe I can squeeze through.", + "ids": "4058" + }, + { + "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": "Ideal for washing things in.", + "ids": "4063" + }, + { + "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": "These doors look very ominous. A sign says 'To the tombs'.", + "ids": "4132,4133" + }, + { + "examine": "Large doors set into the hillside.", + "ids": "4134,4135,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": "It is a 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" + }, + { + "examine": "A spiky barricade.", + "ids": "4421,4422" + }, + { + "examine": "A large double door.", + "ids": "4423,4424,4425,4426,4427,4428,4429,4430" + }, + { + "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": "A large double door.", + "ids": "4629,4630,4631,4632,4633,4634,4635" + }, + { + "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" + }, + { + "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": "A large double door.", + "ids": "4963,4964" + }, + { + "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": "A pipe I can squeeze through.", + "ids": "5099,5100,5101,5102" + }, + { + "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": "Now that's what I call slimline!", + "ids": "5122" + }, + { + "examine": "He looks very relaxed.", + "ids": "5123" + }, + { + "examine": "Now he's just too thin.", + "ids": "5124" + }, + { + "examine": "He hasn't eaten in a long time.", + "ids": "5125" + }, + { + "examine": "A tall wooden door.", + "ids": "5126" + }, + { + "examine": "Danger!", + "ids": "5127" + }, + { + "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": "A pipe I can squeeze through.", + "ids": "5152,5153,5154,5155" + }, + { + "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": "The ideal thing to sit on.", + "ids": "5345" + }, + { + "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 horse power, 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" + }, + { + "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": "The ideal thing to sit on.", + "ids": "5614" + }, + { + "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" + }, + { + "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 RuneScape.", + "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": "Good for sitting on.", + "ids": "5880" + }, + { + "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" + }, + { + "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": "Now that's what I call slimline!", + "ids": "7206" + }, + { + "examine": "He looks very relaxed.", + "ids": "7207" + }, + { + "examine": "Now he's just too thin.", + "ids": "7208,7209,7210,7211,7212,7213,7214,7215,7216,7217,7218" + }, + { + "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": "The ideal thing to sit on.", + "ids": "7385,7386,7387" + }, + { + "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 RuneScape.", + "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": "A pipe I can squeeze through.", + "ids": "9293" + }, + { + "examine": "Funny looking holes that don't look too inviting.", + "ids": "9294" + }, + { + "examine": "A pipe I can squeeze through.", + "ids": "9295" + }, + { + "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" + }, + { + "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 horse power, 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": "Ideal for cooking on.", + "ids": "9682" + }, + { + "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,9736,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" + }, + { + "examine": "A source of great power.", + "ids": "10014" + }, + { + "examine": "I can climb up these stairs.", + "ids": "10015" + }, + { + "examine": "I can climb down these stairs.", + "ids": "10016" + }, + { + "examine": "I can climb up these stairs.", + "ids": "10017,10018" + }, + { + "examine": "An Octagonal Pillar.", + "ids": "10019,10020,10021,10022,10023,10024,10025,10026,10027,10028,10029,10030,10031,10032" + }, + { + "examine": "I could hang off this.", + "ids": "10033" + }, + { + "examine": "An ancient trap.", + "ids": "10034" + }, + { + "examine": "An ancient blockage.", + "ids": "10035" + }, + { + "examine": "A way down.", + "ids": "10036,10037" + }, + { + "examine": "A way up.", + "ids": "10038,10039,10040" + }, + { + "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" + }, + { + "examine": "Sounds like there's liquid inside.", + "ids": "10054" + }, + { + "examine": "I won't be leaving that way then.", + "ids": "10055,10056" + }, + { + "examine": "Flag, pole... Yep, it's a flagpole.", + "ids": "10057,10058,10059,10060,10061" + }, + { + "examine": "This must be climbed over.", + "ids": "10062" + }, + { + "examine": "A pipe I can squeeze through.", + "ids": "10063,10064,10065,10066,10067,10068,10069,10070,10071,10072,10073,10074,10075" + }, + { + "examine": "A mat for exercises.", + "ids": "10076,10077,10078,10079" + }, + { + "examine": "I wonder if I can hit a bullseye?", + "ids": "10080" + }, + { + "examine": "One of the most common trees in RuneScape.", + "ids": "10081" + }, + { + "examine": "A commonly found tree.", + "ids": "10082" + }, + { + "examine": "A beautiful old oak.", + "ids": "10083" + }, + { + "examine": "Hay There.", + "ids": "10084" + }, + { + "examine": "A pile of straw.", + "ids": "10085" + }, + { + "examine": "Some hay.", + "ids": "10086" + }, + { + "examine": "It looks like an ordinary fishing spot, just infinitely more sinister...", + "ids": "10087,10088,10089" + }, + { + "examine": "Danger..Mudskippers!", + "ids": "10090" + }, + { + "examine": "A fish-filled water tank in the floor.", + "ids": "10091,10092" + }, + { + "examine": "Turns milk into other dairy products.", + "ids": "10093,10094,10095,10096" + }, + { + "examine": "Weedy.", + "ids": "10097" + }, + { + "examine": "Less weedy.", + "ids": "10098" + }, + { + "examine": "Almost clear.", + "ids": "10099" + }, + { + "examine": "Free from weeds.", + "ids": "10100" + }, + { + "examine": "Something is growing here.", + "ids": "10101" + }, + { + "examine": "Fully grown Blindweed.", + "ids": "10102" + }, + { + "examine": "Weedy, wrecked and infertile.", + "ids": "10103,10104" + }, + { + "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": "A very large pipe.", + "ids": "10129,10130,10131,10132,10133,10134,10135" + }, + { + "examine": "Rickety.", + "ids": "10136,10137" + }, + { + "examine": "I hope it doesn't sink.", + "ids": "10138" + }, + { + "examine": "It's a palm tree.", + "ids": "10139,10140,10141" + }, + { + "examine": "This controls the entire brewery.", + "ids": "10142" + }, + { + "examine": "A frothing, spinning, possessed control panel.", + "ids": "10143" + }, + { + "examine": "Chugging away nicely.", + "ids": "10144" + }, + { + "examine": "A large brass brewing vat.", + "ids": "10145,10146,10147" + }, + { + "examine": "The brass seems to be eaten away around the edge...", + "ids": "10148,10149,10150,10151,10152,10153,10154,10155,10156" + }, + { + "examine": "Racks of barrels.", + "ids": "10157" + }, + { + "examine": "Round, oaken, barrel-shaped.", + "ids": "10158" + }, + { + "examine": "A wooden crate.", + "ids": "10159" + }, + { + "examine": "Some wooden crates.", + "ids": "10160" + }, + { + "examine": "Some wooden boxes.", + "ids": "10161" + }, + { + "examine": "Probably where the farming kit is stored.", + "ids": "10162" + }, + { + "examine": "Ah! Definitely where the farming kit is stored.", + "ids": "10163,10164" + }, + { + "examine": "Throw the lever! Mwuhahahaha!", + "ids": "10165" + }, + { + "examine": "This lever can't be operated right now.", + "ids": "10166" + }, + { + "examine": "It leads up.", + "ids": "10167" + }, + { + "examine": "I can climb down this.", + "ids": "10168,10169" + }, + { + "examine": "This is where the brewing ingredients go.", + "ids": "10170" + }, + { + "examine": "An ominously stained barrel.", + "ids": "10171" + }, + { + "examine": "This gate is closed.", + "ids": "10172,10173" + }, + { + "examine": "The blood-chilling flag of the Inebriated.", + "ids": "10174" + }, + { + "examine": "'Please remember te wash yer hook'. Sound advice for the hygienic pirate.", + "ids": "10175,10176" + }, + { + "examine": "I could climb this if I wanted.", + "ids": "10177" + }, + { + "examine": "An unlit torch.", + "ids": "10178" + }, + { + "examine": "A lit torch.", + "ids": "10179,10180,10181,10182,10183,10184,10185,10186,10187,10188,10189,10190,10191,10192" + }, + { + "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": "Once upon a time this was used to make pottery.", + "ids": "10246" + }, + { + "examine": "Once upon a time this made clay hard.", + "ids": "10247" + }, + { + "examine": "There was a lot of pottery made here a long time ago.", + "ids": "10248,10249" + }, + { + "examine": "Eric's been killed by stones falling from the ceiling!", + "ids": "10250" + }, + { + "examine": "It looks like the magic is failing!", + "ids": "10251" + }, + { + "examine": "A temporary portal to the demon plane.", + "ids": "10252" + }, + { + "examine": "A standard.", + "ids": "10253,10254" + }, + { + "examine": "Technically a bed.", + "ids": "10255" + }, + { + "examine": "There are some books here.", + "ids": "10256" + }, + { + "examine": "There are some pots and pans here.", + "ids": "10257" + }, + { + "examine": "It's a small table.", + "ids": "10258" + }, + { + "examine": "Generally used for sitting.", + "ids": "10259" + }, + { + "examine": "The door is closed.", + "ids": "10260" + }, + { + "examine": "The door is open.", + "ids": "10261" + }, + { + "examine": "The door is closed.", + "ids": "10262" + }, + { + "examine": "The door is open.", + "ids": "10263" + }, + { + "examine": "The door is closed.", + "ids": "10264" + }, + { + "examine": "The door is open.", + "ids": "10265,10266" + }, + { + "examine": "A battle-weathered shield.", + "ids": "10267,10268" + }, + { + "examine": "A display of various relics.", + "ids": "10269,10270,10271,10272" + }, + { + "examine": "A collection of rare books.", + "ids": "10273" + }, + { + "examine": "Some sacks here...", + "ids": "10274,10275,10276,10277" + }, + { + "examine": "Looks like it's been out of use for some time.", + "ids": "10278" + }, + { + "examine": "It's some crates.", + "ids": "10279,10280" + }, + { + "examine": "It's a crate.", + "ids": "10281" + }, + { + "examine": "It's some crates.", + "ids": "10282" + }, + { + "examine": "Maybe I can swim across here!", + "ids": "10283,10284,10285" + }, + { + "examine": "Looks like this grain has been eaten by rats!", + "ids": "10286" + }, + { + "examine": "A way upwards.", + "ids": "10287" + }, + { + "examine": "A way down.", + "ids": "10288,10289" + }, + { + "examine": "A device for imposing human nature's arrogant will.", + "ids": "10290,10291" + }, + { + "examine": "A device for imposing human-nature's arrogant will.", + "ids": "10292" + }, + { + "examine": "A wooden barrel full of beer.", + "ids": "10293" + }, + { + "examine": "A wooden barrel full of stale beer.", + "ids": "10294" + }, + { + "examine": "Actually, I could do with a drink...", + "ids": "10295" + }, + { + "examine": "Too dirty to sit on.", + "ids": "10296,10297" + }, + { + "examine": "Some wooden crates.", + "ids": "10298" + }, + { + "examine": "Opens the rat door.", + "ids": "10299" + }, + { + "examine": "Contains many rats.", + "ids": "10300" + }, + { + "examine": "Contains rats.", + "ids": "10301" + }, + { + "examine": "Empty.", + "ids": "10302,10303" + }, + { + "examine": "A pair of sacks.", + "ids": "10304" + }, + { + "examine": "Rat infested.", + "ids": "10305" + }, + { + "examine": "Full of rat food.", + "ids": "10306" + }, + { + "examine": "Emits photons of light.", + "ids": "10307" + }, + { + "examine": "I can climb down this.", + "ids": "10308" + }, + { + "examine": "I can climb this.", + "ids": "10309" + }, + { + "examine": "Contains rats.", + "ids": "10310" + }, + { + "examine": "Opens the rat door.", + "ids": "10311" + }, + { + "examine": "Contains many rats.", + "ids": "10312" + }, + { + "examine": "A pair of sacks.", + "ids": "10313" + }, + { + "examine": "Rat infested.", + "ids": "10314" + }, + { + "examine": "Full of rat food.", + "ids": "10315" + }, + { + "examine": "Empty.", + "ids": "10316" + }, + { + "examine": "Contains rats.", + "ids": "10317" + }, + { + "examine": "Ornate metal gates.", + "ids": "10318" + }, + { + "examine": "Handy piece of garden decor.", + "ids": "10319" + }, + { + "examine": "Big enough for a cat to get in.", + "ids": "10320" + }, + { + "examine": "How dangerous, someone has left this manhole open.", + "ids": "10321" + }, + { + "examine": "I can climb down this.", + "ids": "10322" + }, + { + "examine": "I could climb up this.", + "ids": "10323" + }, + { + "examine": "I could climb down this.", + "ids": "10324" + }, + { + "examine": "A magical device that enables one to walk through walls.", + "ids": "10325" + }, + { + "examine": "A locked door.", + "ids": "10326" + }, + { + "examine": "A magical device that enables one to walk through walls.", + "ids": "10327,10328,10329,10330,10331,10332,10333,10334" + }, + { + "examine": "Observe the rats.", + "ids": "10335,10336,10337,10338,10339,10340,10341,10342,10343,10344,10345" + }, + { + "examine": "A rats home.", + "ids": "10346,10347,10348,10349,10350,10351,10352,10353,10354,10355,10356,10357" + }, + { + "examine": "Lovely comfy-looking big bed.", + "ids": "10358" + }, + { + "examine": "A drab-looking bed.", + "ids": "10359" + }, + { + "examine": "A pile of rolled up magic carpets.", + "ids": "10360" + }, + { + "examine": "A wonderful device that enables one to walk through walls.", + "ids": "10361" + }, + { + "examine": "I bet there's a needle in it somewhere.", + "ids": "10362,10363,10364,10365,10366,10367,10368,10369,10370" + }, + { + "examine": "A wooden barrel, probably for storing things.", + "ids": "10371,10372,10373" + }, + { + "examine": "Securely sealed crates that seem to be full of farming equipment.", + "ids": "10374" + }, + { + "examine": "Someone's been storing assorted tools in here.", + "ids": "10375" + }, + { + "examine": "I could just go for a choc-ice about now.", + "ids": "10376" + }, + { + "examine": "A clay oven for cooking with.", + "ids": "10377" + }, + { + "examine": "Cheaper than using a chest for storage.", + "ids": "10378" + }, + { + "examine": "Produced by the Karamja Box Company.", + "ids": "10379" + }, + { + "examine": "Small wooden boxes.", + "ids": "10380" + }, + { + "examine": "For storage.", + "ids": "10381" + }, + { + "examine": "For storing junk in.", + "ids": "10382" + }, + { + "examine": "There are some books and a box here.", + "ids": "10383" + }, + { + "examine": "For storing junk in.", + "ids": "10384" + }, + { + "examine": "There are some books and a box here.", + "ids": "10385" + }, + { + "examine": "It's empty.", + "ids": "10386,10387,10388,10389,10390,10391,10392,10393,10394,10395,10396,10397,10398,10399,10400,10401" + }, + { + "examine": "It looks like water once ran here.", + "ids": "10402,10403" + }, + { + "examine": "The water is flowing again.", + "ids": "10404" + }, + { + "examine": "It looks like water once ran here.", + "ids": "10405" + }, + { + "examine": "The water is flowing again.", + "ids": "10406" + }, + { + "examine": "It looks like water once ran here.", + "ids": "10407" + }, + { + "examine": "The water is flowing again.", + "ids": "10408" + }, + { + "examine": "It looks like water once ran here.", + "ids": "10409" + }, + { + "examine": "The water is flowing again.", + "ids": "10410,10411" + }, + { + "examine": "A strange hole carefully made in the ground.", + "ids": "10412" + }, + { + "examine": "Looks like the Genie's bed.", + "ids": "10413" + }, + { + "examine": "Generally used for putting things on.", + "ids": "10414" + }, + { + "examine": "A pile of rolled up carpets.", + "ids": "10415" + }, + { + "examine": "I'm not going down there without a rope.", + "ids": "10416" + }, + { + "examine": "This leads back to the waterfall outside.", + "ids": "10417" + }, + { + "examine": "A wooden door.", + "ids": "10418,10419,10420,10421,10422,10423,10424,10425,10426,10427,10428,10429,10430,10431,10432" + }, + { + "examine": "A bit bluer than I usually like my fires.", + "ids": "10433" + }, + { + "examine": "I can climb back to the surface.", + "ids": "10434,10435" + }, + { + "examine": "Nardah's main water supply.", + "ids": "10436" + }, + { + "examine": "There's no water here.", + "ids": "10437" + }, + { + "examine": "There should be a statue here.", + "ids": "10438" + }, + { + "examine": "The Elidinis Statuette is back in it's place.", + "ids": "10439" + }, + { + "examine": "A sitting stone.", + "ids": "10440,10441,10442,10443,10444,10445,10446,10447,10448,10449,10450,10451,10452,10453,10454,10455,10456" + }, + { + "examine": "Ali's cart, with his supply of water.", + "ids": "10457" + }, + { + "examine": "One of Ali's water barrels.", + "ids": "10458,10459,10460,10461,10462,10463,10464,10465,10466,10467,10468,10469,10470,10471,10472,10473,10474,10475,10476,10477,10478,10479,10480,10481,10482,10483,10484" + }, + { + "examine": "Items are for sale here.", + "ids": "10485,10486" + }, + { + "examine": "Various implements for working with metal.", + "ids": "10487,10488" + }, + { + "examine": "Metal plating for protection.", + "ids": "10489" + }, + { + "examine": "Generally used for putting things on.", + "ids": "10490" + }, + { + "examine": "The ideal thing to sit on.", + "ids": "10491" + }, + { + "examine": "Good for sitting on.", + "ids": "10492" + }, + { + "examine": "I can climb this.", + "ids": "10493" + }, + { + "examine": "I can climb down this.", + "ids": "10494" + }, + { + "examine": "Storage for all needs.", + "ids": "10495,10496,10497,10498" + }, + { + "examine": "A small potted plant.", + "ids": "10499" + }, + { + "examine": "Someone has planted this.", + "ids": "10500" + }, + { + "examine": "A nicely potted fern.", + "ids": "10501" + }, + { + "examine": "Better than weeding.", + "ids": "10502" + }, + { + "examine": "Not the most inspired architectural design.", + "ids": "10503" + }, + { + "examine": "They could do with a wash.", + "ids": "10504,10505" + }, + { + "examine": "There are some pots and pans here.", + "ids": "10506,10507" + }, + { + "examine": "Some stone temple seating.", + "ids": "10508" + }, + { + "examine": "Some old looking scrolls sit here.", + "ids": "10509" + }, + { + "examine": "A case. With books.", + "ids": "10510" + }, + { + "examine": "A drab looking bed.", + "ids": "10511" + }, + { + "examine": "Lovely comfy looking big bed.", + "ids": "10512" + }, + { + "examine": "Contains equipment for growing herbs.", + "ids": "10513" + }, + { + "examine": "Herb stock is kept here.", + "ids": "10514,10515" + }, + { + "examine": "A wooden wheelbarrow.", + "ids": "10516" + }, + { + "examine": "The bank teller will serve you from here.", + "ids": "10517" + }, + { + "examine": "This booth is closed.", + "ids": "10518,10519,10520" + }, + { + "examine": "The antique chalice seems to be attached to the wall.", + "ids": "10521" + }, + { + "examine": "This old tapestry depicts a bright light shining at a woman's arms.", + "ids": "10522,10523,10524" + }, + { + "examine": "I can climb these stairs.", + "ids": "10525" + }, + { + "examine": "They go down.", + "ids": "10526" + }, + { + "examine": "A tall wooden door.", + "ids": "10527,10528,10529,10530,10531,10532,10533,10534,10535,10536,10537,10538,10539,10540" + }, + { + "examine": "Flags flying the Human colours.", + "ids": "10541,10542" + }, + { + "examine": "Flags flying the Dwarf colours.", + "ids": "10543,10544" + }, + { + "examine": "Flags flying the Elf colours.", + "ids": "10545,10546" + }, + { + "examine": "Flags flying the Gnome colours.", + "ids": "10547,10548" + }, + { + "examine": "Flags flying the Werewolf colours.", + "ids": "10549,10550" + }, + { + "examine": "Flags flying the TzHaar colours.", + "ids": "10551,10552" + }, + { + "examine": "A metal portcullis.", + "ids": "10553" + }, + { + "examine": "I can climb this.", + "ids": "10554,10555" + }, + { + "examine": "There's a trapdoor in its base.", + "ids": "10556" + }, + { + "examine": "There's an open trapdoor in its base.", + "ids": "10557" + }, + { + "examine": "I wonder what's under it?", + "ids": "10558" + }, + { + "examine": "I wonder what's down there?", + "ids": "10559" + }, + { + "examine": "I can climb this.", + "ids": "10560,10561" + }, + { + "examine": "It's open.", + "ids": "10562,10563" + }, + { + "examine": "A banner proclaiming your victory over the Earth Warrior Champion!", + "ids": "10564,10565" + }, + { + "examine": "A banner proclaiming your victory over the Ghoul Champion!", + "ids": "10566,10567" + }, + { + "examine": "A banner proclaiming your victory over the Giant Champion!", + "ids": "10568,10569" + }, + { + "examine": "A banner proclaiming your victory over the Goblin Champion!", + "ids": "10570,10571" + }, + { + "examine": "A banner proclaiming your victory over the Hobgoblin Champion!", + "ids": "10572,10573" + }, + { + "examine": "A banner proclaiming your victory over the Imp Champion!", + "ids": "10574,10575" + }, + { + "examine": "A banner proclaiming your victory over the Jogre Champion!", + "ids": "10576,10577" + }, + { + "examine": "A banner proclaiming your victory over the Lesser Demon Champion!", + "ids": "10578,10579" + }, + { + "examine": "A banner proclaiming your victory over the Skeleton Champion!", + "ids": "10580,10581" + }, + { + "examine": "A banner proclaiming your victory over the Zombie Champion!", + "ids": "10582" + }, + { + "examine": "A rocky outcrop.", + "ids": "10583,10584,10585,10586,10587,10588,10589,10590,10591,10592,10593,10594" + }, + { + "examine": "Emergency exit.", + "ids": "10595" + }, + { + "examine": "Enter if you dare...", + "ids": "10596,10597,10598,10599,10600,10601,10602,10603,10604" + }, + { + "examine": "Danger", + "ids": "10605" + }, + { + "examine": "Bronze Chest*A strangely decorated chest, the open lock is painted brown.", + "ids": "10606" + }, + { + "examine": "A strangely decorated chest, the open lock is painted crimson.", + "ids": "10608" + }, + { + "examine": "A strangely decorated chest, the open lock is painted black.", + "ids": "10609" + }, + { + "examine": "A strangely decorated chest, the open lock is painted purple.", + "ids": "10610" + }, + { + "examine": "A strangely decorated steel chest, open the lock is painted blood red.", + "ids": "10611" + }, + { + "examine": "A strangely decorated steel chest, the open lock is painted brown.", + "ids": "10612" + }, + { + "examine": "A strangely decorated steel chest, the open lock is painted crimson.", + "ids": "10613" + }, + { + "examine": "A strangely decorated steel chest, the open lock is painted black.", + "ids": "10614" + }, + { + "examine": "A strangely decorated steel chest, the open lock is painted purple.", + "ids": "10615" + }, + { + "examine": "A strangely decorated black chest, the open lock is painted blood red.", + "ids": "10616" + }, + { + "examine": "A strangely decorated black chest, the open lock is painted brown.", + "ids": "10617" + }, + { + "examine": "A strangely decorated black chest, the open lock is painted crimson.", + "ids": "10618" + }, + { + "examine": "A strangely decorated black chest, the open lock is painted black.", + "ids": "10619" + }, + { + "examine": "A strangely decorated black chest, the open lock is painted purple.", + "ids": "10620" + }, + { + "examine": "A strangely decorated silver chest, the open lock is painted blood red.", + "ids": "10621" + }, + { + "examine": "A strangely decorated silver chest, the open lock is painted brown.", + "ids": "10622" + }, + { + "examine": "A strangely decorated silver chest, the open lock is painted crimson.", + "ids": "10623" + }, + { + "examine": "A strangely decorated silver chest, the open lock is painted black.", + "ids": "10624" + }, + { + "examine": "A strangely decorated silver chest, the open lock is painted purple.", + "ids": "10625,10626,10627,10628,10629,10630,10631,10632,10633,10634,10635,10636,10637,10638" + }, + { + "examine": "Shrine to the glory of Saradomin.", + "ids": "10639,10640" + }, + { + "examine": "Used for sharpening blades.", + "ids": "10641,10642,10643,10644,10645,10646,10647,10648,10649,10650,10651" + }, + { + "examine": "A large tree.", + "ids": "10652" + }, + { + "examine": "A decorated tree.", + "ids": "10653,10654" + }, + { + "examine": "A large evergreen tree.", + "ids": "10655" + }, + { + "examine": "A decorated tree.", + "ids": "10656,10657,10658,10659,10660,10661,10662,10663" + }, + { + "examine": "A tall Trollweiss Spruce. An engraving on the trunk reads, 'Ug loves Aga'.", + "ids": "10664" + }, + { + "examine": "Boxes containing stuff.", + "ids": "10665,10666,10667,10668,10669,10670" + }, + { + "examine": "Only sawdust...", + "ids": "10671" + }, + { + "examine": "Reclaim your lost puppets!", + "ids": "10672" + }, + { + "examine": "Equipment for colouring items.", + "ids": "10673,10674,10675" + }, + { + "examine": "A puppet is being constructed here.", + "ids": "10676,10677,10678" + }, + { + "examine": "A box containing unpainted decorations.", + "ids": "10679,10680,10681,10682,10683,10684,10685" + }, + { + "examine": "Box containing blue puppet heads.", + "ids": "10686" + }, + { + "examine": "Box containing blue puppet torsos.", + "ids": "10687" + }, + { + "examine": "Box containing blue puppet arms.", + "ids": "10688" + }, + { + "examine": "Box containing blue puppet legs.", + "ids": "10689" + }, + { + "examine": "Box containing red puppet heads.", + "ids": "10690" + }, + { + "examine": "Box containing red puppet torsos.", + "ids": "10691" + }, + { + "examine": "Box containing red puppet arms.", + "ids": "10692" + }, + { + "examine": "Box containing red puppet legs.", + "ids": "10693" + }, + { + "examine": "Box containing green puppet heads.", + "ids": "10694" + }, + { + "examine": "Box containing green puppet torsos.", + "ids": "10695" + }, + { + "examine": "Box containing green puppet arms.", + "ids": "10696" + }, + { + "examine": "Box containing green puppet legs.", + "ids": "10697" + }, + { + "examine": "What could be down here?", + "ids": "10698" + }, + { + "examine": "You can climb up these.", + "ids": "10699,10700" + }, + { + "examine": "A blue crate. Probably containing puppets.", + "ids": "10701" + }, + { + "examine": "A green crate. Probably containing puppets.", + "ids": "10702" + }, + { + "examine": "A red crate. Probably containing puppets.", + "ids": "10703" + }, + { + "examine": "A large crate. More puppets?", + "ids": "10704" + }, + { + "examine": "Some large wooden crates.", + "ids": "10705" + }, + { + "examine": "A large box full of wood chippings..", + "ids": "10706" + }, + { + "examine": "A wooden ladder.", + "ids": "10707,10708,10709" + }, + { + "examine": "Pots full of paint.", + "ids": "10710,10711,10712,10713,10714,10715,10716,10717,10718,10719,10720" + }, + { + "examine": "A doorway made of light.", + "ids": "10721" + }, + { + "examine": "Filled to the brim with knowledge.", + "ids": "10722,10723" + }, + { + "examine": "A nicely carved wooden chair.", + "ids": "10724" + }, + { + "examine": "A pile of animal Bones.", + "ids": "10725,10726,10727,10728,10729,10730,10731,10732" + }, + { + "examine": "Hidden away, I wonder where it goes?", + "ids": "10733" + }, + { + "examine": "Somewhere to put money.", + "ids": "10734" + }, + { + "examine": "Somewhere to offer food.", + "ids": "10735" + }, + { + "examine": "A statue.", + "ids": "10736,10737" + }, + { + "examine": "A statue representing water.", + "ids": "10738" + }, + { + "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": "A place to put your money.", + "ids": "10768,10769,10770" + }, + { + "examine": "Stairs.", + "ids": "10771,10772,10773,10774,10775,10776,10777" + }, + { + "examine": "A teleport to the Telekinetic Theatre.", + "ids": "10778" + }, + { + "examine": "A teleport to the Enchanting Chamber.", + "ids": "10779" + }, + { + "examine": "A teleport to the Alchemists' Playground.", + "ids": "10780" + }, + { + "examine": "A teleport to the Creature Graveyard.", + "ids": "10781" + }, + { + "examine": "A teleport to the Entrance hall.", + "ids": "10782" + }, + { + "examine": "This may be worth opening.", + "ids": "10783,10784,10785,10786,10787,10788,10789,10790,10791,10792,10793,10794,10795,10796,10797,10798" + }, + { + "examine": "Some simple cubes.", + "ids": "10799" + }, + { + "examine": "A pile of cylindrical shapes.", + "ids": "10800" + }, + { + "examine": "A pile of Icosahedrons.", + "ids": "10801" + }, + { + "examine": "A pile of pentamids.", + "ids": "10802" + }, + { + "examine": "A hole the perfect shape for spheres", + "ids": "10803" + }, + { + "examine": "Perhaps the pixies will be back next year.", + "ids": "10804" + }, + { + "examine": "Sandy's desk is piled high with paperwork towers.", + "ids": "10805,10806" + }, + { + "examine": "A large steaming mug of the finest Karamja Coffee.", + "ids": "10807" + }, + { + "examine": "Looks useful for putting things on.", + "ids": "10808" + }, + { + "examine": "A bin full of paper.", + "ids": "10809,10810,10811,10812" + }, + { + "examine": "Betty's counter. There is a vial standing on it.", + "ids": "10813" + }, + { + "examine": "It's very sandy.", + "ids": "10814,10815,10816" + }, + { + "examine": "Pull me!", + "ids": "10817" + }, + { + "examine": "Doesn't look like the way out.", + "ids": "10818,10819" + }, + { + "examine": "A glowing barrier of energy prevents your escape.", + "ids": "10820,10821,10822,10823" + }, + { + "examine": "Oh for a marshmallow on a stick!", + "ids": "10824,10825,10826" + }, + { + "examine": "An ornate fountain.", + "ids": "10827" + }, + { + "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": "This leads to a tunnel too steep for me to scale.", + "ids": "10848,10849,10850" + }, + { + "examine": "I can climb this rocky outcrop.", + "ids": "10851" + }, + { + "examine": "A rocky outcrop.", + "ids": "10852,10853,10854" + }, + { + "examine": "The doorway leads down into the pyramid.", + "ids": "10855,10856" + }, + { + "examine": "I can climb these stairs.", + "ids": "10857" + }, + { + "examine": "I can climb down these.", + "ids": "10858" + }, + { + "examine": "A gap.", + "ids": "10859" + }, + { + "examine": "A narrow ledge.", + "ids": "10860" + }, + { + "examine": "A gap.", + "ids": "10861,10862,10863,10864" + }, + { + "examine": "It looks like I can clamber over this.", + "ids": "10865,10866" + }, + { + "examine": "A wooden plank.", + "ids": "10867,10868,10869,10870,10871,10872,10873,10874" + }, + { + "examine": "A stone block.", + "ids": "10875,10876,10877,10878,10879,10880,10881" + }, + { + "examine": "A gap.", + "ids": "10882,10883,10884,10885" + }, + { + "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": "A rocky outcrop.", + "ids": "10944,10945,10946,10947,10948,10949" + }, + { + "examine": "Looks sturdy enough to climb!", + "ids": "10950,10951,10952" + }, + { + "examine": "Something heavy must have made this.", + "ids": "10953" + }, + { + "examine": "The perfect place for a picnic.", + "ids": "10954" + }, + { + "examine": "A large statue made of sandstone.", + "ids": "10955,10956,10957" + }, + { + "examine": "Made of sandstone and granite.", + "ids": "10958,10959,10960,10961" + }, + { + "examine": "A large statue.", + "ids": "10962,10963,10964,10965,10966,10967,10968,10969,10970" + }, + { + "examine": "It has no limbs.", + "ids": "10971" + }, + { + "examine": "It has a left arm.", + "ids": "10972" + }, + { + "examine": "It has a right arm.", + "ids": "10973" + }, + { + "examine": "It has a left leg.", + "ids": "10974" + }, + { + "examine": "It has a right leg.", + "ids": "10975" + }, + { + "examine": "It has a left arm and right arm.", + "ids": "10976" + }, + { + "examine": "It has a left arm and left leg.", + "ids": "10977" + }, + { + "examine": "It has a left arm and right leg.", + "ids": "10978" + }, + { + "examine": "It has a right arm and left leg.", + "ids": "10979" + }, + { + "examine": "It has a right arm and right leg.", + "ids": "10980" + }, + { + "examine": "It has a left leg and right leg.", + "ids": "10981" + }, + { + "examine": "It has a left arm, right arm and left leg.", + "ids": "10982" + }, + { + "examine": "It has a left arm, right arm and right leg.", + "ids": "10983" + }, + { + "examine": "It has a left arm, left leg and right leg.", + "ids": "10984" + }, + { + "examine": "It has a right arm, left leg and right leg.", + "ids": "10985" + }, + { + "examine": "It has all its limbs still attached.", + "ids": "10986,10987" + }, + { + "examine": "There's a recess on the top shaped like a head.", + "ids": "10988" + }, + { + "examine": "There's a stone head in a recess on the top.", + "ids": "10989" + }, + { + "examine": "The blood globe is lit.", + "ids": "10990" + }, + { + "examine": "The ice globe is lit.", + "ids": "10991" + }, + { + "examine": "The shadow globe is lit.", + "ids": "10992" + }, + { + "examine": "The smoke globe is lit.", + "ids": "10993" + }, + { + "examine": "The blood and ice globes are lit.", + "ids": "10994" + }, + { + "examine": "The blood and shadow globes are lit.", + "ids": "10995" + }, + { + "examine": "The blood and smoke globes are lit.", + "ids": "10996" + }, + { + "examine": "The ice and shadow globes are lit.", + "ids": "10997" + }, + { + "examine": "The ice and smoke globes are lit.", + "ids": "10998" + }, + { + "examine": "The shadow and smoke globes are lit.", + "ids": "10999" + }, + { + "examine": "The ice, shadow and smoke globes are lit.", + "ids": "11000" + }, + { + "examine": "The blood, shadow and smoke globes are lit.", + "ids": "11001" + }, + { + "examine": "The blood, ice and smoke globes are lit.", + "ids": "11002" + }, + { + "examine": "The blood, ice and shadow globes are lit.", + "ids": "11003" + }, + { + "examine": "All the globes", + "ids": "11004" + }, + { + "examine": "It's made of a magical force.", + "ids": "11005,11006" + }, + { + "examine": "This fountain is frozen solid.", + "ids": "11007,11008" + }, + { + "examine": "It's blocked and is spewing out smoke.", + "ids": "11009" + }, + { + "examine": "A hot place for forging things in.", + "ids": "11010,11011,11012,11013,11014,11015,11016" + }, + { + "examine": "Something burned in here long ago.", + "ids": "11017,11018,11019" + }, + { + "examine": "Something's burning here.", + "ids": "11020,11021,11022,11023,11024,11025,11026,11027" + }, + { + "examine": "A finished wall.", + "ids": "11028,11029,11030,11031" + }, + { + "examine": "A nearly finished wall.", + "ids": "11032,11033" + }, + { + "examine": "A half finished wall.", + "ids": "11034,11035" + }, + { + "examine": "It needs much more repair.", + "ids": "11036,11037" + }, + { + "examine": "A ruined wall.", + "ids": "11038,11039" + }, + { + "examine": "A pile of bricks dislodged from the wall nearby.", + "ids": "11040" + }, + { + "examine": "I can climb this.", + "ids": "11041" + }, + { + "examine": "What's down there?", + "ids": "11042" + }, + { + "examine": "I can climb this.", + "ids": "11043,11044,11045,11046,11047,11048" + }, + { + "examine": "I wonder what's under it?", + "ids": "11049" + }, + { + "examine": "I wonder what's down there?", + "ids": "11050" + }, + { + "examine": "There's a recess in it in the shape of a Z.", + "ids": "11051,11052" + }, + { + "examine": "There's a recess in it in the shape of an M.", + "ids": "11053,11054" + }, + { + "examine": "There's a recess in it in the shape of an R.", + "ids": "11055,11056" + }, + { + "examine": "There's a recess in it in the shape of a K.", + "ids": "11057,11058" + }, + { + "examine": "There's a recess on the top shaped like a head.", + "ids": "11059" + }, + { + "examine": "There's a sigil on it shaped like a Z.", + "ids": "11060" + }, + { + "examine": "There's a sigil on it shaped like an M.", + "ids": "11061" + }, + { + "examine": "There's a sigil on it shaped like an R.", + "ids": "11062" + }, + { + "examine": "There's a sigil on it shaped like a K.", + "ids": "11063" + }, + { + "examine": "There's a recess in it in the shape of a left arm.", + "ids": "11064,11065" + }, + { + "examine": "There's a recess in it in the shape of a right arm.", + "ids": "11066,11067" + }, + { + "examine": "There's a recess in it in the shape of a left leg.", + "ids": "11068,11069" + }, + { + "examine": "There's a recess in it in the shape of a right leg.", + "ids": "11070,11071" + }, + { + "examine": "Looks like there was once a building here.", + "ids": "11072,11073,11074,11075,11076,11077,11078" + }, + { + "examine": "There's a hole in the roof!", + "ids": "11079" + }, + { + "examine": "An old-looking bit of scaffolding.", + "ids": "11080" + }, + { + "examine": "An old-looking ladder.", + "ids": "11081" + }, + { + "examine": "A wooden wheelbarrow.", + "ids": "11082,11083,11084,11085,11086,11087,11088,11089,11090,11091,11092,11093,11094,11095,11096" + }, + { + "examine": "A rock with a pickaxe.", + "ids": "11097" + }, + { + "examine": "A rock.", + "ids": "11098,11099,11100,11101,11102,11103,11104,11105,11106,11107,11108,11109,11110,11111" + }, + { + "examine": "This tree has long been dead.", + "ids": "11112" + }, + { + "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": "He's been trapped in there for a long time.", + "ids": "11141,11142,11143,11144,11145,11146,11147,11148,11149,11150" + }, + { + "examine": "There's a recess in it in the shape of an arm.", + "ids": "11151" + }, + { + "examine": "There's a recess in it in the shape of a leg.", + "ids": "11152" + }, + { + "examine": "A simple stone pedestal.", + "ids": "11153,11154,11155,11156,11157,11158,11159,11160,11161" + }, + { + "examine": "A big grinding thing.", + "ids": "11162,11163,11164" + }, + { + "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": "An elf-fashioned door.", + "ids": "11196,11197" + }, + { + "examine": "The ladder to the Runeversi challenge room for experienced players.", + "ids": "11198" + }, + { + "examine": "The ladder back to the Runeversi challenge room.", + "ids": "11199" + }, + { + "examine": "The ladder to the Runesquares challenge room for experienced players.", + "ids": "11200" + }, + { + "examine": "The ladder back to the Runesquares challenge room.", + "ids": "11201" + }, + { + "examine": "A game of runesquares is being played on this table.", + "ids": "11202" + }, + { + "examine": "A game of runeversi is being played on this table.", + "ids": "11203" + }, + { + "examine": "Runesquares challenge room.", + "ids": "11204" + }, + { + "examine": "Runeversi challenge room.", + "ids": "11205" + }, + { + "examine": "Runesquares challenge room for experienced players.", + "ids": "11206" + }, + { + "examine": "Runeversi challenge room for experienced players.", + "ids": "11207" + }, + { + "examine": "Looks comfortable...", + "ids": "11208" + }, + { + "examine": "Permission to board?", + "ids": "11209,11210,11211,11212,11213" + }, + { + "examine": "Ready...aim...fire!", + "ids": "11214" + }, + { + "examine": "Not likely to work with that hole in it.", + "ids": "11215" + }, + { + "examine": "Where did the barrel go?", + "ids": "11216" + }, + { + "examine": "Ready to fire.", + "ids": "11217,11218" + }, + { + "examine": "If I can't destroy this we're sunk.", + "ids": "11219" + }, + { + "examine": "Let's hope they don't repair it.", + "ids": "11220,11221,11222,11223,11224,11225,11226,11227" + }, + { + "examine": "Useful for transportation of valuable items.", + "ids": "11228,11229,11230" + }, + { + "examine": "I wonder what's inside.", + "ids": "11231" + }, + { + "examine": "Perhaps I should search it.", + "ids": "11232,11233" + }, + { + "examine": "A wooden barrel for storage.", + "ids": "11234,11235" + }, + { + "examine": "For the storage of plunder.", + "ids": "11236,11237" + }, + { + "examine": "Warning! Contents may explode!", + "ids": "11238" + }, + { + "examine": "I wouldn't be surprised if bits land over in Lumbridge.", + "ids": "11239" + }, + { + "examine": "Rigged to blow.", + "ids": "11240,11241,11242,11243" + }, + { + "examine": "I can climb down here.", + "ids": "11244" + }, + { + "examine": "Full of gunpowder. I'd best be careful.", + "ids": "11245" + }, + { + "examine": "Stores repair items.", + "ids": "11246,11247" + }, + { + "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": "Holds up the sails.", + "ids": "11276,11277,11278,11279" + }, + { + "examine": "Useful if there is any wind.", + "ids": "11280" + }, + { + "examine": "Useful for making ships move.", + "ids": "11281,11282" + }, + { + "examine": "Useful for making ships move", + "ids": "11283,11284,11285,11286" + }, + { + "examine": "This figure brings luck to those who sail.", + "ids": "11287,11288" + }, + { + "examine": "Allows access to other parts of the ship.", + "ids": "11289,11290" + }, + { + "examine": "Useful for making ships move.", + "ids": "11291" + }, + { + "examine": "A conveniently rolled sail.", + "ids": "11292,11293,11294,11295,11296,11297,11298,11299,11300,11301" + }, + { + "examine": "Useful for making ships move.", + "ids": "11302" + }, + { + "examine": "A conveniently rolled sail.", + "ids": "11303,11304" + }, + { + "examine": "A wooden barrel for storage.", + "ids": "11305" + }, + { + "examine": "Without this I'm going around in circles.", + "ids": "11306" + }, + { + "examine": "How much does this weigh?", + "ids": "11307" + }, + { + "examine": "I can climb up here.", + "ids": "11308" + }, + { + "examine": "I can go below decks with this ladder.", + "ids": "11309" + }, + { + "examine": "The only way to get up the mast.", + "ids": "11310" + }, + { + "examine": "For swinging on.", + "ids": "11311" + }, + { + "examine": "This isn't currently usable.", + "ids": "11312,11313,11314" + }, + { + "examine": "This is rigged to blow!", + "ids": "11315" + }, + { + "examine": "You can light this.", + "ids": "11316" + }, + { + "examine": "That water can't be good.", + "ids": "11317,11318" + }, + { + "examine": "That's plugged it.", + "ids": "11319" + }, + { + "examine": "A wooden barrel for storage.", + "ids": "11320,11321,11322" + }, + { + "examine": "For storing plunder.", + "ids": "11323" + }, + { + "examine": "This seems to stand out.", + "ids": "11324,11325,11326,11327,11328,11329" + }, + { + "examine": "A wooden crate.", + "ids": "11330,11331" + }, + { + "examine": "A security gate.", + "ids": "11332,11333,11334" + }, + { + "examine": "Bamboo strips have been lashed together to make this rickety desk.", + "ids": "11335,11336,11337" + }, + { + "examine": "The bank teller will serve you from here.", + "ids": "11338" + }, + { + "examine": "Shake that booty!", + "ids": "11339,11340" + }, + { + "examine": "An old storage chest.", + "ids": "11341" + }, + { + "examine": "Stores items for the journey.", + "ids": "11342,11343,11344,11345,11346,11347,11348,11349,11350,11351,11352,11353" + }, + { + "examine": "Who knows where it may lead?", + "ids": "11354,11355" + }, + { + "examine": "A gateway back to RuneScape.", + "ids": "11356" + }, + { + "examine": "The Professor's been at it again!", + "ids": "11357" + }, + { + "examine": "I can climb up these stairs.", + "ids": "11358,11359" + }, + { + "examine": "This stall smells great.", + "ids": "11360" + }, + { + "examine": "It's a raw chompybird on a spit.", + "ids": "11361" + }, + { + "examine": "It's a raw Rabbit on a spit.", + "ids": "11362" + }, + { + "examine": "It's an iron spit.", + "ids": "11363" + }, + { + "examine": "A stone pillar that looks like Bob the Cat.", + "ids": "11364" + }, + { + "examine": "A stone pillar that looks like Zamorak.", + "ids": "11365" + }, + { + "examine": "A stone pillar that looks like Guthix.", + "ids": "11366" + }, + { + "examine": "A stone pillar that looks like Saradomin.", + "ids": "11367,11368,11369,11370,11371,11372,11373,11374,11375,11376,11377,11378" + }, + { + "examine": "A large church door.", + "ids": "11379,11380,11381,11382" + }, + { + "examine": "A stone pillar that looks like Saradomin.", + "ids": "11383,11384,11385" + }, + { + "examine": "A stone pillar that looks like Guthix.", + "ids": "11386,11387,11388" + }, + { + "examine": "A stone pillar that looks like Zamorak.", + "ids": "11389,11390,11391" + }, + { + "examine": "A stone pillar that looks like Bob the Cat.", + "ids": "11392,11393,11394" + }, + { + "examine": "A candle in a holder.", + "ids": "11395" + }, + { + "examine": "A melted candle.", + "ids": "11396" + }, + { + "examine": "A candle flame.", + "ids": "11397" + }, + { + "examine": "Interface surround.", + "ids": "11398" + }, + { + "examine": "Interface button up.", + "ids": "11399" + }, + { + "examine": "Interface button down.", + "ids": "11400" + }, + { + "examine": "Interface button left.", + "ids": "11401" + }, + { + "examine": "Interface button right.", + "ids": "11402" + }, + { + "examine": "Interface button ignite.", + "ids": "11403" + }, + { + "examine": "Hot!", + "ids": "11404,11405,11406,11407,11408" + }, + { + "examine": "It's a sewer pipe with some rope tied to it.", + "ids": "11409,11410" + }, + { + "examine": "A bit of rope.", + "ids": "11411" + }, + { + "examine": "A section of rope.", + "ids": "11412" + }, + { + "examine": "A bit of rope.", + "ids": "11413,11414,11415,11416" + }, + { + "examine": "You can climb down here.", + "ids": "11417" + }, + { + "examine": "Hard to notice, but this mud looks disturbed.", + "ids": "11418,11419,11420,11421,11422" + }, + { + "examine": "It's a grill.", + "ids": "11423" + }, + { + "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": "This door is locked.", + "ids": "11449" + }, + { + "examine": "The door is slightly ajar.", + "ids": "11450" + }, + { + "examine": "A lever pointing upwards.", + "ids": "11451" + }, + { + "examine": "A lever pointing downwards.", + "ids": "11452" + }, + { + "examine": "A lever pointing upwards.", + "ids": "11453" + }, + { + "examine": "A lever pointing downwards.", + "ids": "11454" + }, + { + "examine": "A lever pointing upwards.", + "ids": "11455" + }, + { + "examine": "A lever pointing downwards.", + "ids": "11456" + }, + { + "examine": "A lever pointing upwards.", + "ids": "11457" + }, + { + "examine": "A lever pointing downwards.", + "ids": "11458" + }, + { + "examine": "A lever pointing upwards.", + "ids": "11459" + }, + { + "examine": "A lever pointing downwards.", + "ids": "11460" + }, + { + "examine": "A lever pointing upwards.", + "ids": "11461" + }, + { + "examine": "A lever pointing downwards.", + "ids": "11462,11463,11464,11465,11466,11467" + }, + { + "examine": "Handy that they're already lit.", + "ids": "11468" + }, + { + "examine": "Disturbingly its eyes look everywhere in the room except at you.", + "ids": "11469" + }, + { + "examine": "The door is closed.", + "ids": "11470" + }, + { + "examine": "The door is not closed.", + "ids": "11471" + }, + { + "examine": "Little candles flickering.", + "ids": "11472,11473,11474,11475,11476,11477,11478,11479,11480,11481,11482" + }, + { + "examine": "It's closed.", + "ids": "11483" + }, + { + "examine": "A wooden barrel for storage.", + "ids": "11484" + }, + { + "examine": "A wooden crate.", + "ids": "11485" + }, + { + "examine": "Some wooden crates.", + "ids": "11486" + }, + { + "examine": "Some wooden boxes.", + "ids": "11487" + }, + { + "examine": "For storage.", + "ids": "11488" + }, + { + "examine": "The ideal thing to sit on.", + "ids": "11489" + }, + { + "examine": "Do I dare sit on this?", + "ids": "11490" + }, + { + "examine": "A nice sturdy looking table.", + "ids": "11491" + }, + { + "examine": "Not so good for sitting on.", + "ids": "11492" + }, + { + "examine": "Looks a bit shabby...", + "ids": "11493" + }, + { + "examine": "An enigmatic cabbage.", + "ids": "11494" + }, + { + "examine": "Not your average garden feature...", + "ids": "11495" + }, + { + "examine": "Did that chair just move?", + "ids": "11496" + }, + { + "examine": "Disturbingly its eyes look everywhere in the room except at you.", + "ids": "11497" + }, + { + "examine": "Dare I go up?", + "ids": "11498" + }, + { + "examine": "These stairs look spooky!", + "ids": "11499" + }, + { + "examine": "A filthy but sturdy looking table.", + "ids": "11500" + }, + { + "examine": "I'm not eating off that.", + "ids": "11501,11502,11503,11504,11505,11506,11507,11508,11509" + }, + { + "examine": "This tree has long been dead.", + "ids": "11510" + }, + { + "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": "It's a strange machine.", + "ids": "11546,11547,11548,11549,11550" + }, + { + "examine": "It's a table for putting objects on.", + "ids": "11551" + }, + { + "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": "A wooden barrel for storage.", + "ids": "11589,11590,11591,11592,11593,11594,11595,11596,11597,11598" + }, + { + "examine": "A wooden crate.", + "ids": "11599" + }, + { + "examine": "Convenient for storage.", + "ids": "11600" + }, + { + "examine": "Bake your clay pots in here.", + "ids": "11601,11602" + }, + { + "examine": "A wooden stool.", + "ids": "11603,11604,11605" + }, + { + "examine": "A simple torch stuck in the ground.", + "ids": "11606,11607,11608,11609,11610,11611,11612,11613" + }, + { + "examine": "A barbarian flag.", + "ids": "11614,11615" + }, + { + "examine": "Keeps the wind out.", + "ids": "11616" + }, + { + "examine": "It would keep the wind out better if it were closed.", + "ids": "11617,11618" + }, + { + "examine": "Generally used for putting things on.", + "ids": "11619" + }, + { + "examine": "The entrance to the barbarians' longhall.", + "ids": "11620,11621,11622,11623,11624,11625" + }, + { + "examine": "Items are for sale here.", + "ids": "11626" + }, + { + "examine": "A small wooden table.", + "ids": "11627,11628" + }, + { + "examine": "A rocky outcrop that looks rather crumbly.", + "ids": "11629" + }, + { + "examine": "South to Falador :: West to Taverley :: East to Varrock.", + "ids": "11630,11631,11632,11633" + }, + { + "examine": "A rock.", + "ids": "11634,11635,11636,11637,11638,11639" + }, + { + "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": "A rack for displaying fine maces.", + "ids": "11657" + }, + { + "examine": "Shelves for maces.", + "ids": "11658" + }, + { + "examine": "A barrel of maces.", + "ids": "11659" + }, + { + "examine": "A table bearing a fine selection of maces.", + "ids": "11660" + }, + { + "examine": "A handy source of water.", + "ids": "11661" + }, + { + "examine": "Fine gems for sale!", + "ids": "11662" + }, + { + "examine": "Precious stones for sale.", + "ids": "11663,11664,11665" + }, + { + "examine": "A hot furnace.", + "ids": "11666,11667,11668,11669,11670,11671,11672,11673,36956" + }, + { + "examine": "Rising Sun Tavern.", + "ids": "11674" + }, + { + "examine": "Rising Sun Tavern, Falador.", + "ids": "11675,11676" + }, + { + "examine": "Powers the spinning pole outside.", + "ids": "11677" + }, + { + "examine": "The traditional sign of a barber.", + "ids": "11678,11679,11680,11681" + }, + { + "examine": "A small wooden table.", + "ids": "11682,11683,11684,11685,11686,11687,11688,11689,11690,11691,11692" + }, + { + "examine": "A statue of a famous White Knight.", + "ids": "11693,11694,11695,11696,11697" + }, + { + "examine": "Filled to the brim with knowledge.", + "ids": "11698" + }, + { + "examine": "The flag of Asgarnia.", + "ids": "11699" + }, + { + "examine": "I thought he'd be bigger than that.", + "ids": "11700" + }, + { + "examine": "Big beard, robes. Yeah, that's Saradomin.", + "ids": "11701,11702,11703,11704,11705" + }, + { + "examine": "Nicely planted.", + "ids": "11706" + }, + { + "examine": "The door is closed.", + "ids": "11707" + }, + { + "examine": "The door is open.", + "ids": "11708" + }, + { + "examine": "The door is closed.", + "ids": "11709" + }, + { + "examine": "The door is open.", + "ids": "11710" + }, + { + "examine": "The door is closed.", + "ids": "11711" + }, + { + "examine": "The door is open.", + "ids": "11712" + }, + { + "examine": "The door is close.", + "ids": "11713" + }, + { + "examine": "The door is closed.", + "ids": "11714" + }, + { + "examine": "The door is open.", + "ids": "11715" + }, + { + "examine": "A grand door.", + "ids": "11716,11717,11718,11719,11720,11721,11722,11723" + }, + { + "examine": "I can climb up these stairs.", + "ids": "11724" + }, + { + "examine": "I can climb down these stairs.", + "ids": "11725,11726" + }, + { + "examine": "I can climb this.", + "ids": "11727" + }, + { + "examine": "I can climb down this.", + "ids": "11728" + }, + { + "examine": "I can climb up these stairs.", + "ids": "11729,11730" + }, + { + "examine": "I can climb down these stairs.", + "ids": "11731" + }, + { + "examine": "I can climb up these stairs.", + "ids": "11732" + }, + { + "examine": "I can climb down these stairs.", + "ids": "11733" + }, + { + "examine": "I can climb these stairs.", + "ids": "11734" + }, + { + "examine": "They go down.", + "ids": "11735" + }, + { + "examine": "I can climb these stairs.", + "ids": "11736" + }, + { + "examine": "They go down.", + "ids": "11737" + }, + { + "examine": "A nice sturdy-looking table.", + "ids": "11738" + }, + { + "examine": "Allows access to above level.", + "ids": "11739,11740" + }, + { + "examine": "Allows access to level below.", + "ids": "11741,11742" + }, + { + "examine": "A nice sturdy looking table.", + "ids": "11743" + }, + { + "examine": "Small wooden boxes.", + "ids": "11744" + }, + { + "examine": "Wooden crates.", + "ids": "11745" + }, + { + "examine": "A wooden stool.", + "ids": "11746" + }, + { + "examine": "A basic bed.", + "ids": "11747" + }, + { + "examine": "Nice banquet table.", + "ids": "11748" + }, + { + "examine": "A sturdy-looking round table.", + "ids": "11749,11750,11751,11752" + }, + { + "examine": "Armour of a White Knight. Decorative, but still effective.", + "ids": "11753,11754" + }, + { + "examine": "'Concerned about theft? Set a Bank PIN today!'", + "ids": "11755" + }, + { + "examine": "'Customers are reminded NEVER to tell ANYONE their password.'", + "ids": "11756" + }, + { + "examine": "This chest contains an impressive amount of Gold!!", + "ids": "11757" + }, + { + "examine": "The bank teller will serve you from here.", + "ids": "11758" + }, + { + "examine": "Hope springs eternal.", + "ids": "11759" + }, + { + "examine": "A comfortable seat.", + "ids": "11760" + }, + { + "examine": "A carving of a figure from the history of RuneScape.", + "ids": "11761" + }, + { + "examine": "A source of foamy neurotoxin.", + "ids": "11762" + }, + { + "examine": "Where drunkards may be found.", + "ids": "11763" + }, + { + "examine": "So clean you could eat your dinner off it.", + "ids": "11764" + }, + { + "examine": "I'd really hate to drink anything that had been in here.", + "ids": "11765" + }, + { + "examine": "Smells alcoholic.", + "ids": "11766" + }, + { + "examine": "Dusty old books.", + "ids": "11767" + }, + { + "examine": "Storage for all needs.", + "ids": "11768,11769,11770,11771,11772,11773,11774,11775,11776,11777,11778,11779,11780,11781" + }, + { + "examine": "What ancient rites were performed here?", + "ids": "11782,11783,11784,11785,11786,11787,11788" + }, + { + "examine": "Weathered rocks.", + "ids": "11789,11790,11791,11792" + }, + { + "examine": "Best used with a bucket.", + "ids": "11793" + }, + { + "examine": "Ready for a quick snip?", + "ids": "11794" + }, + { + "examine": "Put your head in my hands...", + "ids": "11795" + }, + { + "examine": "Ooh", + "ids": "11796,11797,11798" + }, + { + "examine": "Makes your hair stay curly.", + "ids": "11799,11800,11801,11802,11803,11804,11805,11806,11807,11808,11809,11810,11811" + }, + { + "examine": "Running water", + "ids": "11812" + }, + { + "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": "A pile of bricks.", + "ids": "11840,11841,11842,11843" + }, + { + "examine": "It looks like I might be able to climb over this piece of the wall...", + "ids": "11844,11845,11846,11847" + }, + { + "examine": "An attractively laid out collection of ranging weapons.", + "ids": "11848" + }, + { + "examine": "Contains washing items.", + "ids": "11849,11850,11851,11852,11853,11854,11855,11856,11857,11858,11859,11860" + }, + { + "examine": "A dwarven flag.", + "ids": "11861" + }, + { + "examine": "A tin bath big enough for dwarfs, but too small for humans.", + "ids": "11862" + }, + { + "examine": "For bringing ore out of the mines.", + "ids": "11863,11864,11865,11866" + }, + { + "examine": "I wonder what's down there?", + "ids": "11867" + }, + { + "examine": "A powerful ranging device that fires metal balls.", + "ids": "11868" + }, + { + "examine": "A pile of parts for building a multicannon.", + "ids": "11869,11870,11871,11872" + }, + { + "examine": "A crate containing parts for building a multicannon.", + "ids": "11873,11874" + }, + { + "examine": "Used for detecting dangerous gases in the mine.", + "ids": "11875" + }, + { + "examine": "Various implements for working with metal.", + "ids": "11876" + }, + { + "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": "I can climb up these stairs.", + "ids": "11888" + }, + { + "examine": "I can climb these stairs.", + "ids": "11889" + }, + { + "examine": "I can climb down these stairs.", + "ids": "11890" + }, + { + "examine": "Who knows what the dark wizards store in here?", + "ids": "11891" + }, + { + "examine": "A filthy but sturdy table.", + "ids": "11892" + }, + { + "examine": "Books of dark magic for dark wizards.", + "ids": "11893,11894" + }, + { + "examine": "Vicious thorns.", + "ids": "11895" + }, + { + "examine": "These could make a fine mess of my legs.", + "ids": "11896" + }, + { + "examine": "Not suitable for sitting on.", + "ids": "11897,11898,11899,11900,11901,11902,11903,11904,11905,11906,11907,11908,11909" + }, + { + "examine": "I hope I never meet one of those.", + "ids": "11910" + }, + { + "examine": "A dead bush.", + "ids": "11911,11912,11913,11914" + }, + { + "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": "The door is closed.", + "ids": "11993" + }, + { + "examine": "The door is open.", + "ids": "11994,11995,11996,11997,11998,11999,12000,12001,12002" + }, + { + "examine": "Better not eat them!", + "ids": "12003" + }, + { + "examine": "It's going to be a tight squeeze!", + "ids": "12004" + }, + { + "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": "It'll be a tight squeeze.", + "ids": "12041" + }, + { + "examine": "All tangled up!", + "ids": "12042,12043,12044" + }, + { + "examine": "A magic door.", + "ids": "12045,12046,12047,12048,12049,12050,12051,12052,12053,12054,12055,12056,12057,12058,12059" + }, + { + "examine": "Shelves of colourful potion gourds!", + "ids": "12060,12061" + }, + { + "examine": "A shelf of colourful potion gourds!", + "ids": "12062,12063" + }, + { + "examine": "Fairy Nuff passed healing 101!", + "ids": "12064" + }, + { + "examine": "It says Nuff is a healer.", + "ids": "12065,12066,12067" + }, + { + "examine": "An assortment of colourful bubbling and smoking potions!", + "ids": "12068,12069,12070,12071,12072,12073,12074,12075,12076,12077,12078,12079,12080,12081,12082,12083,12084,12085,12086,12087,12088" + }, + { + "examine": "A beautiful fairy fountain!", + "ids": "12089" + }, + { + "examine": "She doesn't look like she's breathing!", + "ids": "12090" + }, + { + "examine": "Fit for a fairy.", + "ids": "12091" + }, + { + "examine": "Sure looks comfy.", + "ids": "12092" + }, + { + "examine": "A shrine to the evil chicken.", + "ids": "12093" + }, + { + "examine": "Better not eat them!", + "ids": "12094,12095,12096,12097,12098,12099" + }, + { + "examine": "A hot furnace.", + "ids": "12100,12101" + }, + { + "examine": "Ideal for cooking on.", + "ids": "12102" + }, + { + "examine": "For storage.", + "ids": "12103" + }, + { + "examine": "Some wooden crates.", + "ids": "12104" + }, + { + "examine": "A wooden crate.", + "ids": "12105" + }, + { + "examine": "Generally used for putting things on.", + "ids": "12106" + }, + { + "examine": "A wooden barrel for storage.", + "ids": "12107" + }, + { + "examine": "A nice sturdy looking table.", + "ids": "12108" + }, + { + "examine": "Its a wall.", + "ids": "12109" + }, + { + "examine": "A banner for Group of Advanced Gardeners.", + "ids": "12110" + }, + { + "examine": "Fit for milking.", + "ids": "12111" + }, + { + "examine": "I can climb this.", + "ids": "12112,12113" + }, + { + "examine": "She likes the exercise.", + "ids": "12114" + }, + { + "examine": "Full of Grain.", + "ids": "12115,12116,12117,12118,12119" + }, + { + "examine": "I wonder what's inside.", + "ids": "12120" + }, + { + "examine": "Perhaps I should search it.", + "ids": "12121" + }, + { + "examine": "Filled with tepid water.", + "ids": "12122,12123,12124" + }, + { + "examine": "Here lies Guy, he told a lie, so we swung him from the gallows high.", + "ids": "12125" + }, + { + "examine": "Looks suspicious.", + "ids": "12126" + }, + { + "examine": "A wall jutting out into the path.", + "ids": "12127,12128,12129,12130" + }, + { + "examine": "Spooky.", + "ids": "12131,12132" + }, + { + "examine": "Probably not dead. Although Romeo is none the wiser.", + "ids": "12133" + }, + { + "examine": "Contains dead people.", + "ids": "12134,12135,12136" + }, + { + "examine": "A wild cadava berry bush.", + "ids": "12137" + }, + { + "examine": "A wild red berry bush.", + "ids": "12138" + }, + { + "examine": "A perfectly appointed rosebush.", + "ids": "12139" + }, + { + "examine": "The sort of bench you get in churches.", + "ids": "12140,12141,12142,12143" + }, + { + "examine": "You can create a canoe here.", + "ids": "12144,12145,12146,12147,12148,12149,12150,12151,12152,12153,12154,12155,12156,12157,12158" + }, + { + "examine": "Glug glug glug", + "ids": "12159,12160,12161,12162,12163,12164,12165,12166,12167" + }, + { + "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": "A well, it is not safe to climb down.", + "ids": "12201" + }, + { + "examine": "A mole hill.", + "ids": "12202" + }, + { + "examine": "There's a hole in the roof.", + "ids": "12203,12204,12205,12206,12207,12208,12209,12210,12211,12212,12213,12214,12215,12216,12217,12218,12219,12220,12221,12222,12223,12224,12225,12226,12227,12228,12229" + }, + { + "examine": "I can climb out of this cave from here.", + "ids": "12230,12231" + }, + { + "examine": "A place to keep all your clothes & equipment.", + "ids": "12232" + }, + { + "examine": "A trophy of a mighty slayer!", + "ids": "12233,12234,12235" + }, + { + "examine": "A trophy of a master fisher.", + "ids": "12236,12237,12238" + }, + { + "examine": "It's a Vanilla Planifolia of the Orchidaceae family.", + "ids": "12239" + }, + { + "examine": "The remains of an ancient beast.", + "ids": "12240" + }, + { + "examine": "Very dead I hope.", + "ids": "12241" + }, + { + "examine": "Remains of yesterday's dinner.", + "ids": "12242" + }, + { + "examine": "That must be one hungry chicken.", + "ids": "12243" + }, + { + "examine": "This one's not very fresh.", + "ids": "12244" + }, + { + "examine": "Alas poor Yojllik, I knew him backwards.", + "ids": "12245" + }, + { + "examine": "A tall, skinny.", + "ids": "12246" + }, + { + "examine": "He fell foul of the fowl.", + "ids": "12247" + }, + { + "examine": "The chicken's pecked him clean.", + "ids": "12248,12249,12250,12251,12252" + }, + { + "examine": "How am I going to get down there?", + "ids": "12253" + }, + { + "examine": "I guess I need to climb down.", + "ids": "12254" + }, + { + "examine": "I hope this holds!", + "ids": "12255" + }, + { + "examine": "Will those eggs become baby chicks?", + "ids": "12256" + }, + { + "examine": "Must have been laid by one of those dragons.", + "ids": "12257" + }, + { + "examine": "Hot!", + "ids": "12258" + }, + { + "examine": "The nest of evil!", + "ids": "12259" + }, + { + "examine": "Will this take me home?", + "ids": "12260,12261" + }, + { + "examine": "It probably leads to some sort of cellar.", + "ids": "12262" + }, + { + "examine": "What mysteries lie below?", + "ids": "12263" + }, + { + "examine": "An oak ladder.", + "ids": "12264" + }, + { + "examine": "Old wooden steps.", + "ids": "12265,12266" + }, + { + "examine": "What evil lurks below?", + "ids": "12267" + }, + { + "examine": "Rickety wooden steps lead down into the lair of evil.", + "ids": "12268" + }, + { + "examine": "Hmmmm...home cooking.", + "ids": "12269,12270,12271,12272,12273,12274,12275,12276,12277,12278" + }, + { + "examine": "Wash your hands!", + "ids": "12279" + }, + { + "examine": "A nice sturdy looking table.", + "ids": "12280" + }, + { + "examine": "A small wooden table.", + "ids": "12281" + }, + { + "examine": "How to be evil and influence people.", + "ids": "12282,12283,12284,12285,12286,12287,12288,12289,12290,12291,12292" + }, + { + "examine": "Tick tock.", + "ids": "12293,12294,12295,12296,12297,12298,12299,12300" + }, + { + "examine": "Little candles flickering.", + "ids": "12301,12302,12303,12304,12305,12306,12307,12308" + }, + { + "examine": "It's open.", + "ids": "12309" + }, + { + "examine": "Someone should be sitting here.", + "ids": "12310,12311" + }, + { + "examine": "Suitable for one.", + "ids": "12312,12313" + }, + { + "examine": "A very large banquet table stacked with food.", + "ids": "12314,12315,12316,12317" + }, + { + "examine": "It's a seat!", + "ids": "12318,12319" + }, + { + "examine": "He's been frozen in time.", + "ids": "12320,12321,12322,12323,12324,12325,12326,12327,12328,12329,12330,12331,12332,12333,12334,12335,12336,12337,12338,12339,12340,12341,12342,12343,12344,12345,12346,12347" + }, + { + "examine": "An ornate-fashioned door.", + "ids": "12348" + }, + { + "examine": "A large double door.", + "ids": "12349,12350" + }, + { + "examine": "Some kind of strange time barrier.", + "ids": "12351,12352,12353,12354" + }, + { + "examine": "A portal to a mystical place...", + "ids": "12355" + }, + { + "examine": "A portal out of this mystical place...", + "ids": "12356,12357,12358,12359,12360,12361,12362,12363,12364,12365,12366,12367,12368,12369,12370,12371,12372,12373,12374,12375,12376,12377,12378,12379,12380,12381,12382,12383,12384,12385" + }, + { + "examine": "A large crudely built table.", + "ids": "12386" + }, + { + "examine": "Definite proof that cooking and gunpowder don't mix.", + "ids": "12387" + }, + { + "examine": "A large table now covered in soot.", + "ids": "12388" + }, + { + "examine": "What horrors lie below?", + "ids": "12389" + }, + { + "examine": "It's the ladder I came in here by.", + "ids": "12390" + }, + { + "examine": "Fortunately this has survived better than most of the kitchen.", + "ids": "12391" + }, + { + "examine": "I'm not sure I want to know what goblins keep in their kitchens.", + "ids": "12392" + }, + { + "examine": "They're covered in a thick layer of soot.", + "ids": "12393" + }, + { + "examine": "Stacks and stacks of sacks.", + "ids": "12394" + }, + { + "examine": "Stacks and stacks of soot covered sacks.", + "ids": "12395" + }, + { + "examine": "A large empty sack.", + "ids": "12396,12397,12398" + }, + { + "examine": "It's empty, apart from the explosion debris covering everything now.", + "ids": "12399" + }, + { + "examine": "The bottom of this cauldron is suprisingly blackened, even for a cauldron.", + "ids": "12400" + }, + { + "examine": "I don't think Cauldrons are supposed to bounce around like that.", + "ids": "12401" + }, + { + "examine": "This could be considered to be a bad thing!", + "ids": "12402" + }, + { + "examine": "These shelves are suprisingly tidy for a goblin. It can't last.", + "ids": "12403" + }, + { + "examine": "They're not going to be very useful for keeping things on now.", + "ids": "12404" + }, + { + "examine": "The doors don't seem to stay shut properly.", + "ids": "12405" + }, + { + "examine": "When I got there the cupboard was bare. Even the doors had been blown off.", + "ids": "12406" + }, + { + "examine": "A little three legged stool.", + "ids": "12407" + }, + { + "examine": "It's a two legged stool now. Apparently it doesn't work very well.", + "ids": "12408,12409" + }, + { + "examine": "A pan with a stereotype. I'm sure it could be used for other things.", + "ids": "12410" + }, + { + "examine": "Mmmm, soot flavoured sauce. Lovely!", + "ids": "12411" + }, + { + "examine": "It's not rolling, it's just sitting there.", + "ids": "12412" + }, + { + "examine": "It would probably crumble if you tried to roll anything with it.", + "ids": "12413" + }, + { + "examine": "Cutlery with an identity crisis.", + "ids": "12414,12415,12416,12417,12418,12419,12420,12421,12422,12423,12424,12425,12426,12427,12428,12429,12430,12431,12432,12433" + }, + { + "examine": "An empty wooden barrel.", + "ids": "12434,12435,12436,12437,12438,12439" + }, + { + "examine": "Good for sitting on.", + "ids": "12440,12441" + }, + { + "examine": "A large wooden box.", + "ids": "12442" + }, + { + "examine": "A neatly stacked pair of crates.", + "ids": "12443" + }, + { + "examine": "The door is closed.", + "ids": "12444" + }, + { + "examine": "The door is open.", + "ids": "12445" + }, + { + "examine": "A large double door.", + "ids": "12446,12447,12448,12449" + }, + { + "examine": "A rough wooden table.", + "ids": "12450" + }, + { + "examine": "I wonder what's inside?", + "ids": "12451,12452" + }, + { + "examine": "It's not quite the same as flower arranging.", + "ids": "12453,12454,12455,12456,12457,12458,12459" + }, + { + "examine": "Ze underwater cave entrance. I ask myself, where will it lead?", + "ids": "12460,12461" + }, + { + "examine": "Ze underwater cave exit, leading me to another underwater adventure.", + "ids": "12462,12463,12464,12465,12466" + }, + { + "examine": "Ze pen door, a wonderful example of ze underwater craftsmanship.", + "ids": "12467,12468,12469,12470,12471,12472,12473" + }, + { + "examine": "It looks slippy but I think you can climb this.", + "ids": "12474,12475" + }, + { + "examine": "Ze anchor chain, linking me with zis underwater paradise.", + "ids": "12476" + }, + { + "examine": "Those leaves look useful!", + "ids": "12477,12478" + }, + { + "examine": "The perfect place for coral to grow.", + "ids": "12479,12480,12481,12482,12483,12484,12485,12486,12487,12488" + }, + { + "examine": "This is called Elkhorn Coral.", + "ids": "12489,12490,12491,12492,12493,12494,12495,12496,12497,12498" + }, + { + "examine": "A type of lace coral.", + "ids": "12499,12500,12501,12502,12503,12504,12505,12506,12507,12508" + }, + { + "examine": "Coral is made up of millions of organisms.", + "ids": "12509,12510,12511,12512,12513,12514,12515,12516,12517,12518" + }, + { + "examine": "Bonaire-Flower Coral...It's rare!", + "ids": "12519" + }, + { + "examine": "Pollution is rapidly destroying coral reefs.", + "ids": "12520,12521,12522,12523,12524,12525,12526,12527,12528,12529" + }, + { + "examine": "I bet the boats gone missing...", + "ids": "12530" + }, + { + "examine": "Precious oxygen...escaping...", + "ids": "12531,12532,12533,12534,12535" + }, + { + "examine": "I can climb up these stairs.", + "ids": "12536" + }, + { + "examine": "I can climb these stairs.", + "ids": "12537" + }, + { + "examine": "I can climb down these stairs.", + "ids": "12538" + }, + { + "examine": "A good source of books!", + "ids": "12539,12540" + }, + { + "examine": "For putting things on.", + "ids": "12541,12542" + }, + { + "examine": "A nice sturdy-looking table.", + "ids": "12543" + }, + { + "examine": "A small wooden table.", + "ids": "12544" + }, + { + "examine": "Small wooden boxes.", + "ids": "12545" + }, + { + "examine": "A wooden crate.", + "ids": "12546,12547" + }, + { + "examine": "Some wooden crates.", + "ids": "12548,12549" + }, + { + "examine": "A large old tree.", + "ids": "12550,12551" + }, + { + "examine": "A large old tree, pushed over by Rantz.", + "ids": "12552" + }, + { + "examine": "A large old tree that's been felled, with the roots cut off.", + "ids": "12553" + }, + { + "examine": "A very crude boat, made from an old tree.", + "ids": "12554" + }, + { + "examine": "The roots of a large old tree.", + "ids": "12555" + }, + { + "examine": "The rock the inflated toad was tied to.", + "ids": "12556,12557,12558" + }, + { + "examine": "A small palm tree.", + "ids": "12559" + }, + { + "examine": "A small palm tree with an ogre arrow in it.", + "ids": "12560" + }, + { + "examine": "Useful for ogre dinners.", + "ids": "12561,12562,12563" + }, + { + "examine": "A pile of rock.", + "ids": "12564,12565,12566,12567" + }, + { + "examine": "A very slippery stepping stone.", + "ids": "12568,12569" + }, + { + "examine": "A terribly tall tropical tree.", + "ids": "12570,12571,12572" + }, + { + "examine": "I can traverse these.", + "ids": "12573,12574,12575" + }, + { + "examine": "A climbing wall made from skulls.", + "ids": "12576,12577" + }, + { + "examine": "For swinging on.", + "ids": "12578" + }, + { + "examine": "A terribly tall tropical tree.", + "ids": "12579,12580" + }, + { + "examine": "A vine-choked hole.", + "ids": "12581,12582,12583,12584,12585,12586,12587,12588" + }, + { + "examine": "A Rock.", + "ids": "12589,12590,12591,12592,12593" + }, + { + "examine": "A Snake.", + "ids": "12594,12595,12596" + }, + { + "examine": "A hole.", + "ids": "12597" + }, + { + "examine": "A Snake.", + "ids": "12598,12599,12600" + }, + { + "examine": "There's a hole in the roof!", + "ids": "12601" + }, + { + "examine": "A hole in the ground.", + "ids": "12602" + }, + { + "examine": "This bush seems to glow in the dim light of the cave.", + "ids": "12603" + }, + { + "examine": "This banana tree has a strange reddish hue on the leaves.", + "ids": "12604" + }, + { + "examine": "This thin shaft of light is all the Tchiki Monkey Nut bush needs to grow.", + "ids": "12605" + }, + { + "examine": "A Banana Tree.", + "ids": "12606,12607,12608,12609,12610,12611,12612,12613,12614" + }, + { + "examine": "A Bush with monkey nuts growing on it.", + "ids": "12615" + }, + { + "examine": "I can see the surface.", + "ids": "12616" + }, + { + "examine": "A way out.", + "ids": "12617" + }, + { + "examine": "A terribly tall tropical tree.", + "ids": "12618,12619,12620,12621" + }, + { + "examine": "A vine.", + "ids": "12622,12623,12624,12625,12626" + }, + { + "examine": "A terribly tall tropical tree.", + "ids": "12627,12628,12629,12630,12631,12632,12633" + }, + { + "examine": "It's a long, hot rock.", + "ids": "12634" + }, + { + "examine": "It's a rock with a dead snake on.", + "ids": "12635" + }, + { + "examine": "It's a rock with a dead, burnt snake on.", + "ids": "12636" + }, + { + "examine": "It's a rock with a cooked snake on. Smells good...", + "ids": "12637,12638,12639,12640,12641,12642,12643,12644,12645,12646,12647,12648,12649,12650,12651,12652,12653,12654,12655,12656" + }, + { + "examine": "I can get out this way.", + "ids": "12657,12658,12659,12660" + }, + { + "examine": "Entrance to the monkey agility arena.", + "ids": "12661,12662,12663,12664,12665,12666,12667,12668,12669,12670,12671,12672,12673,12674,12675,12676,12677,12678,12679,12680,12681,12682" + }, + { + "examine": "Bridge Corner", + "ids": "12683,12684,12685,12686,12687,12688,12689,12690,12691,12692,12693,12694,12695,12696,12697,12698,12699,12700,12701,12702,12703,12704,12705,12706,12707,12708,12709,12710" + }, + { + "examine": "A recently filled in grave.", + "ids": "12711,12712,12713,12714,12715" + }, + { + "examine": "This will show me who is supposed to go here.", + "ids": "12716,12717,12718,12719,12720" + }, + { + "examine": "A grave with a coffin in.", + "ids": "12721,12722,12723,12724,12725" + }, + { + "examine": "An empty grave.", + "ids": "12726,12727,12728,12729,12730" + }, + { + "examine": "Not the best place to live.", + "ids": "12731" + }, + { + "examine": "This tree has long been dead.", + "ids": "12732" + }, + { + "examine": "This tree has been cut down.", + "ids": "12733" + }, + { + "examine": "Rickety table with signs of recent gambling among the remains of past meals.", + "ids": "12734" + }, + { + "examine": "I wonder what's inside.", + "ids": "12735" + }, + { + "examine": "Perhaps I should search it.", + "ids": "12736" + }, + { + "examine": "A broken down wall.", + "ids": "12737,12738" + }, + { + "examine": "This rubble is covering a trapdoor.", + "ids": "12739,12740" + }, + { + "examine": "A fallen down wall.", + "ids": "12741" + }, + { + "examine": "Broken parts of an old wall.", + "ids": "12742,12743" + }, + { + "examine": "I wonder what's under it?", + "ids": "12744" + }, + { + "examine": "I wonder what's down there?", + "ids": "12745" + }, + { + "examine": "A pile of rubble.", + "ids": "12746" + }, + { + "examine": "Just a bit pile of rubble, probably from the fallen down building which surrounds you.", + "ids": "12747" + }, + { + "examine": "I can climb this.", + "ids": "12748" + }, + { + "examine": "Looks like the locals dump their rubble here.", + "ids": "12749" + }, + { + "examine": "You seem to make out some writing.", + "ids": "12750,12751,12752,12753,12754,12755,12756,12757,12758,12759,12760" + }, + { + "examine": "A rotten looking door.", + "ids": "12761,12762" + }, + { + "examine": "Where does this go?", + "ids": "12763" + }, + { + "examine": "I can climb this.", + "ids": "12764" + }, + { + "examine": "I wonder where this goes.", + "ids": "12765" + }, + { + "examine": "A collection of rare books.", + "ids": "12766,12767" + }, + { + "examine": "I wonder what's inside.", + "ids": "12768" + }, + { + "examine": "Perhaps I should search it.", + "ids": "12769" + }, + { + "examine": "A small cave entrance.", + "ids": "12770,12771,12772" + }, + { + "examine": "This cave has been boarded up.", + "ids": "12773" + }, + { + "examine": "A rock under the surface of the sea.", + "ids": "12774" + }, + { + "examine": "A bed-ridden man.", + "ids": "12775" + }, + { + "examine": "Looks slightly lower than the rest, perhaps you can jump it?", + "ids": "12776" + }, + { + "examine": "A wooden trapdoor.", + "ids": "12777" + }, + { + "examine": "This leads to the basement.", + "ids": "12778" + }, + { + "examine": "I can climb this.", + "ids": "12779" + }, + { + "examine": "A wooden ladder.", + "ids": "12780,12781" + }, + { + "examine": "This is the source of the leak.", + "ids": "12782" + }, + { + "examine": "Hopefully this should stop the leak.", + "ids": "12783" + }, + { + "examine": "It's catching the leaking water from the roof.", + "ids": "12784,12785" + }, + { + "examine": "This wall has been repaired with wood.", + "ids": "12786" + }, + { + "examine": "This wall really needs repairing.", + "ids": "12787" + }, + { + "examine": "An empty wooden crate.", + "ids": "12788,12789,12790,12791" + }, + { + "examine": "There are some tinderboxes on these shelves.", + "ids": "12792" + }, + { + "examine": "There are some axes on these shelves.", + "ids": "12793" + }, + { + "examine": "There are some snails on these shelves.", + "ids": "12794,12795" + }, + { + "examine": "Come bask in the fire's warm glowing warming glow.", + "ids": "12796,12797" + }, + { + "examine": "This bank booth has been recently repaired.", + "ids": "12798" + }, + { + "examine": "This bank booth could probably be repaired.", + "ids": "12799" + }, + { + "examine": "This bank booth is too damaged to use.", + "ids": "12800,12801" + }, + { + "examine": "The resting place of an ancient warrior of Morytania.", + "ids": "12802,12803" + }, + { + "examine": "It looks a tad bloody...", + "ids": "12804,12805" + }, + { + "examine": "An old and broken furnace, there is a huge hole in the steel hood.", + "ids": "12806" + }, + { + "examine": "This furnace has been repaired with some steel panels, but it has no fuel.", + "ids": "12807" + }, + { + "examine": "The furnace has been repaired and has some coal in it.", + "ids": "12808" + }, + { + "examine": "A repaired furnace, hot and ready for action.", + "ids": "12809,12810,12811" + }, + { + "examine": "Hardened earth, with bits of rock in it, not easy to move.", + "ids": "12812" + }, + { + "examine": "Hardened earth, with bits of rock in it, not easy to move, slightly broken up.", + "ids": "12813" + }, + { + "examine": "Hardened earth, with bits of rock in it, not easy to move, partially broken up.", + "ids": "12814" + }, + { + "examine": "Hard rubble reduced to small pieces, it's quite dusty and not easy to move.", + "ids": "12815" + }, + { + "examine": "A wooden gate.", + "ids": "12816,12817,12818,12819" + }, + { + "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" + }, + { + "examine": "A veritable pile of bricks.", + "ids": "12844,12845,12846,12847,12848,12849,12850,12851,12852,12853,12854" + }, + { + "examine": "It's a bit broken.", + "ids": "12855" + }, + { + "examine": "A door barely hanging onto it's hinges.", + "ids": "12856" + }, + { + "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": "Where does this go?", + "ids": "12872" + }, + { + "examine": "A collection of rare books.", + "ids": "12873" + }, + { + "examine": "A wooden crate.", + "ids": "12874" + }, + { + "examine": "A wooden wheelbarrow.", + "ids": "12875" + }, + { + "examine": "For storage.", + "ids": "12876" + }, + { + "examine": "Some wooden crates.", + "ids": "12877" + }, + { + "examine": "Some wooden boxes.", + "ids": "12878" + }, + { + "examine": "A wooden crate.", + "ids": "12879" + }, + { + "examine": "It's a bed!", + "ids": "12880" + }, + { + "examine": "A rotten and decrepid book case.", + "ids": "12881,12882" + }, + { + "examine": "Theres nothing here.", + "ids": "12883" + }, + { + "examine": "Generally used for putting things on.", + "ids": "12884" + }, + { + "examine": "The ideal thing to sit on.", + "ids": "12885,12886" + }, + { + "examine": "This needs dusting before I'll sit on it.", + "ids": "12887,12888" + }, + { + "examine": "Not so good for sitting on.", + "ids": "12889" + }, + { + "examine": "A wooden barrel for storage.", + "ids": "12890,12891" + }, + { + "examine": "A small wooden table.", + "ids": "12892" + }, + { + "examine": "There's nothing on these shelves.", + "ids": "12893" + }, + { + "examine": "Cut down to feed the furnace.", + "ids": "12894" + }, + { + "examine": "It doesn't look healthy...", + "ids": "12895,12896" + }, + { + "examine": "It smells stagnant.", + "ids": "12897,12898,12899,12900,12901,12902,12903,12904,12905" + }, + { + "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": "Items are for sale here.", + "ids": "12933,12934,12935,12936,12937,12938,12939,12940" + }, + { + "examine": "A distinctive layer in the rock strata.", + "ids": "12941,12942,12943" + }, + { + "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": "A wooden crate.", + "ids": "12961" + }, + { + "examine": "A table.", + "ids": "12962" + }, + { + "examine": "A wooden crate.", + "ids": "12963" + }, + { + "examine": "I can climb this.", + "ids": "12964,12965" + }, + { + "examine": "I can climb down this.", + "ids": "12966" + }, + { + "examine": "A wooden barrel for storage.", + "ids": "12967,12968" + }, + { + "examine": "Something is cooking nicely here.", + "ids": "12969" + }, + { + "examine": "A well slept in bed.", + "ids": "12970" + }, + { + "examine": "A table.", + "ids": "12971" + }, + { + "examine": "It's a small table.", + "ids": "12972" + }, + { + "examine": "Good for sitting on.", + "ids": "12973" + }, + { + "examine": "After working with livestock, why not wash your hands?", + "ids": "12974,12975,12976" + }, + { + "examine": "A wooden crate.", + "ids": "12977,12978" + }, + { + "examine": "This chair rocks", + "ids": "12979" + }, + { + "examine": "Storage for all needs.", + "ids": "12980" + }, + { + "examine": "A stand for hats!", + "ids": "12981" + }, + { + "examine": "I can climb over the fence with this.", + "ids": "12982,12983,12984,12985" + }, + { + "examine": "A wooden gate.", + "ids": "12986,12987,12988,12989,12990,12991,12992,12993,12994,12995,12996,12997,12998,12999,13000" + }, + { + "examine": "The door is closed.", + "ids": "13001" + }, + { + "examine": "The door is open.", + "ids": "13002" + }, + { + "examine": "I wonder what's inside.", + "ids": "13003" + }, + { + "examine": "Perhaps I should search it.", + "ids": "13004,13005" + }, + { + "examine": "A desert door.", + "ids": "13006,13007,13008,13009,13010,13011,13012,13013,13014" + }, + { + "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 large double door.", + "ids": "13094,13095,13096,13097,13098,13099" + }, + { + "examine": "A way in to the house.", + "ids": "13100,13101,13102,13103,13104,13105,13106" + }, + { + "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": "A posh door.", + "ids": "13118,13119,13120,13121,13122,13123,13124,13125" + }, + { + "examine": "A place to train unarmed combat with your friends.", + "ids": "13126,13127,13128,13129,13130,13131,13132" + }, + { + "examine": "A place to train weapon skills with your friends.", + "ids": "13133,13134,13135,13136" + }, + { + "examine": "Anything-goes combat in here!", + "ids": "13137,13138,13139,13140" + }, + { + "examine": "There's nothing there", + "ids": "13141" + }, + { + "examine": "You should try to knock someone off.", + "ids": "13142,13143,13144" + }, + { + "examine": "To stop you from stepping out of the ranging spot.", + "ids": "13145,13146" + }, + { + "examine": "Stand here to fight with projectiles or spells.", + "ids": "13147" + }, + { + "examine": "Great for sleeping in.", + "ids": "13148,13149,13150,13151,13152,13153,13154" + }, + { + "examine": "A place to keep your shoes.", + "ids": "13155" + }, + { + "examine": "A place to keep all your clothes.", + "ids": "13156,13157,13158,13159,13160,13161" + }, + { + "examine": "To get a close look at your chin.", + "ids": "13162" + }, + { + "examine": "To help you shave.", + "ids": "13163" + }, + { + "examine": "To help you do your hair.", + "ids": "13164,13165,13166,13167,13168" + }, + { + "examine": "No little mouse to be seen.", + "ids": "13169,13170,13171" + }, + { + "examine": "The holy symbol of the god of light.", + "ids": "13172" + }, + { + "examine": "The holy symbol of the god of chaos.", + "ids": "13173" + }, + { + "examine": "The holy symbol of the god of balance.", + "ids": "13174" + }, + { + "examine": "The golden star reminds you of the glory of Saradomin.", + "ids": "13175" + }, + { + "examine": "A fitting symbol of the bloodthirsty Zamorak!", + "ids": "13176" + }, + { + "examine": "A serene icon to the lord of balance.", + "ids": "13177" + }, + { + "examine": "An icon of the mysterious Bob.", + "ids": "13178" + }, + { + "examine": "An oak altar with a symbol of Saradomin.", + "ids": "13179" + }, + { + "examine": "An oak altar with a symbol of Zamorak.", + "ids": "13180" + }, + { + "examine": "An oak altar with a symbol of Guthix.", + "ids": "13181" + }, + { + "examine": "A teak altar with a symbol of Saradomin.", + "ids": "13182" + }, + { + "examine": "A teak altar with a symbol of Zamorak.", + "ids": "13183" + }, + { + "examine": "A teak altar with a symbol of Guthix.", + "ids": "13184" + }, + { + "examine": "A cloth-covered teak altar with a symbol of Saradomin.", + "ids": "13185" + }, + { + "examine": "A cloth-covered teak altar with a symbol of Zamorak.", + "ids": "13186" + }, + { + "examine": "A cloth-covered teak altar with a symbol of Guthix.", + "ids": "13187" + }, + { + "examine": "A mahogany altar with a symbol of Saradomin.", + "ids": "13188" + }, + { + "examine": "A mahogany altar with a symbol of Zamorak.", + "ids": "13189" + }, + { + "examine": "A mahogany altar with a symbol of Guthix.", + "ids": "13190" + }, + { + "examine": "A limestone altar with a symbol of Saradomin.", + "ids": "13191" + }, + { + "examine": "A limestone altar with a symbol of Zamorak.", + "ids": "13192" + }, + { + "examine": "A limestone altar with a symbol of Guthix.", + "ids": "13193" + }, + { + "examine": "A marble altar with a symbol of Saradomin.", + "ids": "13194" + }, + { + "examine": "A marble altar with a symbol of Zamorak.", + "ids": "13195" + }, + { + "examine": "A marble altar with a symbol of Guthix.", + "ids": "13196" + }, + { + "examine": "A gilded marble altar with a symbol of Saradomin.", + "ids": "13197" + }, + { + "examine": "A gilded marble altar with a symbol of Zamorak.", + "ids": "13198" + }, + { + "examine": "A gilded marble altar with a symbol of Guthix.", + "ids": "13199" + }, + { + "examine": "The smoke goes up to the gods.", + "ids": "13200,13201,13202,13203,13204,13205,13206,13207,13208,13209,13210,13211,13212,13213" + }, + { + "examine": "They tinkle delightfully.", + "ids": "13214" + }, + { + "examine": "Oh, from out the sounding cells, what a gush of euphony voluminously wells!", + "ids": "13215" + }, + { + "examine": "A delightful sound.", + "ids": "13216" + }, + { + "examine": "A basic chapel window.", + "ids": "13217" + }, + { + "examine": "What nice shapes you can make out of glass!", + "ids": "13218" + }, + { + "examine": "It fills the room with coloured light.", + "ids": "13219" + }, + { + "examine": "What nice shapes you can make out of glass!", + "ids": "13220" + }, + { + "examine": "It fills the room with coloured light.", + "ids": "13221" + }, + { + "examine": "What nice shapes you can make out of glass!", + "ids": "13222" + }, + { + "examine": "It fills the room with coloured light.", + "ids": "13223" + }, + { + "examine": "What nice shapes you can make out of glass!", + "ids": "13224" + }, + { + "examine": "It fills the room with coloured light.", + "ids": "13225" + }, + { + "examine": "A basic chapel window.", + "ids": "13226" + }, + { + "examine": "What nice shapes you can make out of glass!", + "ids": "13227" + }, + { + "examine": "It fills the room with coloured light.", + "ids": "13228" + }, + { + "examine": "What nice shapes you can make out of glass!", + "ids": "13229" + }, + { + "examine": "It fills the room with coloured light.", + "ids": "13230" + }, + { + "examine": "What nice shapes you can make out of glass!", + "ids": "13231" + }, + { + "examine": "It fills the room with coloured light.", + "ids": "13232" + }, + { + "examine": "What nice shapes you can make out of glass!", + "ids": "13233" + }, + { + "examine": "It fills the room with coloured light.", + "ids": "13234" + }, + { + "examine": "A basic chapel window.", + "ids": "13235" + }, + { + "examine": "What nice shapes you can make out of glass!", + "ids": "13236" + }, + { + "examine": "It fills the room with coloured light.", + "ids": "13237" + }, + { + "examine": "What nice shapes you can make out of glass!", + "ids": "13238" + }, + { + "examine": "It fills the room with coloured light.", + "ids": "13239" + }, + { + "examine": "What nice shapes you can make out of glass!", + "ids": "13240" + }, + { + "examine": "It fills the room with coloured light.", + "ids": "13241" + }, + { + "examine": "What nice shapes you can make out of glass!", + "ids": "13242" + }, + { + "examine": "It fills the room with coloured light.", + "ids": "13243" + }, + { + "examine": "A basic chapel window.", + "ids": "13244" + }, + { + "examine": "What nice shapes you can make out of glass!", + "ids": "13245" + }, + { + "examine": "It fills the room with coloured light.", + "ids": "13246" + }, + { + "examine": "What nice shapes you can make out of glass!", + "ids": "13247" + }, + { + "examine": "It fills the room with coloured light.", + "ids": "13248" + }, + { + "examine": "What nice shapes you can make out of glass!", + "ids": "13249" + }, + { + "examine": "It fills the room with coloured light.", + "ids": "13250" + }, + { + "examine": "What nice shapes you can make out of glass!", + "ids": "13251" + }, + { + "examine": "It fills the room with coloured light.", + "ids": "13252" + }, + { + "examine": "A basic chapel window.", + "ids": "13253" + }, + { + "examine": "What nice shapes you can make out of glass!", + "ids": "13254" + }, + { + "examine": "It fills the room with coloured light.", + "ids": "13255" + }, + { + "examine": "What nice shapes you can make out of glass!", + "ids": "13256" + }, + { + "examine": "It fills the room with coloured light.", + "ids": "13257" + }, + { + "examine": "What nice shapes you can make out of glass!", + "ids": "13258" + }, + { + "examine": "It fills the room with coloured light.", + "ids": "13259" + }, + { + "examine": "What nice shapes you can make out of glass!", + "ids": "13260" + }, + { + "examine": "It fills the room with coloured light.", + "ids": "13261" + }, + { + "examine": "A basic chapel window.", + "ids": "13262" + }, + { + "examine": "What nice shapes you can make out of glass!", + "ids": "13263" + }, + { + "examine": "It fills the room with coloured light.", + "ids": "13264" + }, + { + "examine": "What nice shapes you can make out of glass!", + "ids": "13265" + }, + { + "examine": "It fills the room with coloured light.", + "ids": "13266" + }, + { + "examine": "What nice shapes you can make out of glass!", + "ids": "13267" + }, + { + "examine": "It fills the room with coloured light.", + "ids": "13268" + }, + { + "examine": "What nice shapes you can make out of glass!", + "ids": "13269" + }, + { + "examine": "It fills the room with coloured light.", + "ids": "13270" + }, + { + "examine": "A saint of Saradomin from the days of old.", + "ids": "13271" + }, + { + "examine": "One of Saradomin's holy angels.", + "ids": "13272" + }, + { + "examine": "Saradomin, Lord of Light.", + "ids": "13273" + }, + { + "examine": "A saint of Guthix from the days of old.", + "ids": "13274" + }, + { + "examine": "One of Guthix's nature spirits.", + "ids": "13275" + }, + { + "examine": "Guthix, Lord of Balance.", + "ids": "13276" + }, + { + "examine": "A mighty saint of Zamorak.", + "ids": "13277" + }, + { + "examine": "One of Zamorak's unholy demons.", + "ids": "13278" + }, + { + "examine": "Zamorak, Lord of Chaos.", + "ids": "13279" + }, + { + "examine": "A small statue of Bob as a kitten.", + "ids": "13280" + }, + { + "examine": "OMG it's Bob the Jagex Cat!", + "ids": "13281" + }, + { + "examine": "The great Bob, Lord of Cats.", + "ids": "13282" + }, + { + "examine": "Is there treasure inside?", + "ids": "13283,13284" + }, + { + "examine": "Perhaps there is treasure inside!", + "ids": "13285,13286" + }, + { + "examine": "There might possibly be treasure inside!", + "ids": "13287,13288" + }, + { + "examine": "There must surely be treasure in a chest this expensive!", + "ids": "13289,13290" + }, + { + "examine": "Could the magic be guarding some treasure?", + "ids": "13291,13292" + }, + { + "examine": "A basic wooden dining table.", + "ids": "13293" + }, + { + "examine": "A basic oak dining table.", + "ids": "13294" + }, + { + "examine": "A nicely carved oak dining table.", + "ids": "13295" + }, + { + "examine": "A teak dining table.", + "ids": "13296" + }, + { + "examine": "A nicely carved teak dining table.", + "ids": "13297" + }, + { + "examine": "An expensive mahogany table.", + "ids": "13298" + }, + { + "examine": "Marble and mahogany, ooh.", + "ids": "13299" + }, + { + "examine": "A basic wooden dining bench.", + "ids": "13300" + }, + { + "examine": "A basic oak dining bench.", + "ids": "13301" + }, + { + "examine": "A nice oak dining bench.", + "ids": "13302" + }, + { + "examine": "A teak dining bench.", + "ids": "13303" + }, + { + "examine": "A nice teak dining bench.", + "ids": "13304" + }, + { + "examine": "A mahogany dining bench.", + "ids": "13305" + }, + { + "examine": "A very expensive dining bench.", + "ids": "13306" + }, + { + "examine": "Can summon your servant.", + "ids": "13307,13308,13309" + }, + { + "examine": "A rather macabre decoration.", + "ids": "13310" + }, + { + "examine": "It doesn't go anywhere, it's just for show.", + "ids": "13311" + }, + { + "examine": "Nothing makes a dungeon look ominous like some dried blood.", + "ids": "13312" + }, + { + "examine": "Sturdy oak bars to keep prisoners in.", + "ids": "13313,13314,13315" + }, + { + "examine": "Oak and steel bars to keep prisoners in.", + "ids": "13316,13317,13318" + }, + { + "examine": "Steel bars to keep prisoners in.", + "ids": "13319,13320,13321" + }, + { + "examine": "Steel bars with spikes!", + "ids": "13322,13323,13324" + }, + { + "examine": "A cage of bones. How delightfully macabre.", + "ids": "13325,13326,13327" + }, + { + "examine": "An oak ladder.", + "ids": "13328" + }, + { + "examine": "A teak ladder.", + "ids": "13329" + }, + { + "examine": "A mahogany ladder.", + "ids": "13330" + }, + { + "examine": "Yuck!", + "ids": "13331,13332,13333" + }, + { + "examine": "Ouch!", + "ids": "13334,13335,13336" + }, + { + "examine": "Not very pleasant", + "ids": "13337" + }, + { + "examine": "Invisible?", + "ids": "13338,13339,13340" + }, + { + "examine": "Even a dungeon needs light!", + "ids": "13341,13342,13343" + }, + { + "examine": "A sturdy oak door.", + "ids": "13344,13345" + }, + { + "examine": "A formidable steel door.", + "ids": "13346,13347" + }, + { + "examine": "Could anyone get through a solid marble door?", + "ids": "13348,13349" + }, + { + "examine": "A sturdy oak door.", + "ids": "13350,13351" + }, + { + "examine": "A formidable steel door.", + "ids": "13352,13353" + }, + { + "examine": "Could anyone get through a solid marble door?", + "ids": "13354,13355" + }, + { + "examine": "Watch out!", + "ids": "13356,13357,13358,13359,13360,13361,13362,13363,13364,13365" + }, + { + "examine": "A pet skeleton!", + "ids": "13366" + }, + { + "examine": "Beware of the dog!", + "ids": "13367" + }, + { + "examine": "He doesn't look very welcoming.", + "ids": "13368" + }, + { + "examine": "A pet Troll!", + "ids": "13369" + }, + { + "examine": "No spider could get that big! It's unrealistic!", + "ids": "13370" + }, + { + "examine": "Good doggie...", + "ids": "13371" + }, + { + "examine": "Young but still dangerous.", + "ids": "13372" + }, + { + "examine": "He's full of pent-up aggression.", + "ids": "13373" + }, + { + "examine": "I don't think insect repellent will work...", + "ids": "13374" + }, + { + "examine": "Its scales are made of steel.", + "ids": "13375" + }, + { + "examine": "A darkened horror from the ocean depths...", + "ids": "13376" + }, + { + "examine": "I don't like the look of those spines...", + "ids": "13377" + }, + { + "examine": "A demon.", + "ids": "13378" + }, + { + "examine": "Rub the mushroom's head and see what pops out!", + "ids": "13379,13380" + }, + { + "examine": "A place to hang your boxing gloves.", + "ids": "13381" + }, + { + "examine": "Some equipment for practicing combat.", + "ids": "13382" + }, + { + "examine": "Lots of equipment for practicing combat.", + "ids": "13383" + }, + { + "examine": "Is there a prize?", + "ids": "13384" + }, + { + "examine": "Is there a prize inside?", + "ids": "13385" + }, + { + "examine": "Is there a prize?", + "ids": "13386" + }, + { + "examine": "Is there a prize inside?", + "ids": "13387" + }, + { + "examine": "Is there a prize?", + "ids": "13388" + }, + { + "examine": "Is there a prize inside?", + "ids": "13389" + }, + { + "examine": "A private jester.", + "ids": "13390,13391" + }, + { + "examine": "See how much damage you can do to it!", + "ids": "13392,13393,13394" + }, + { + "examine": "You can practice your magic here.", + "ids": "13395,13396,13397" + }, + { + "examine": "You can try to get a hoop over this.", + "ids": "13398" + }, + { + "examine": "Someone hooped it!", + "ids": "13399" + }, + { + "examine": "More humane than using an actual bull's eye.", + "ids": "13400,13401" + }, + { + "examine": "Can you hit it?", + "ids": "13402,13403" + }, + { + "examine": "A letter-guessing game with a subtext of death.", + "ids": "13404" + }, + { + "examine": "Use this to leave the house.", + "ids": "13405" + }, + { + "examine": "Rocky!", + "ids": "13406" + }, + { + "examine": "A home for tiny fish and frogs.", + "ids": "13407" + }, + { + "examine": "What a naughty little imp!", + "ids": "13408" + }, + { + "examine": "What horrors lurk below?", + "ids": "13409,13410" + }, + { + "examine": "One of the most common trees in RuneScape.", + "ids": "13411,13412" + }, + { + "examine": "A beautiful oak tree.", + "ids": "13413" + }, + { + "examine": "A lovely addition to the garden.", + "ids": "13414,13415,13416" + }, + { + "examine": "The tree shimmers with a magical force.", + "ids": "13417" + }, + { + "examine": "A lovely addition to the garden.", + "ids": "13418,13419,13420,13421,13422,13423" + }, + { + "examine": "A fully grown Willow tree.", + "ids": "13424" + }, + { + "examine": "A plant.", + "ids": "13425,13426,13427,13428,13429,13430,13431,13432,13433,13434,13435,13436" + }, + { + "examine": "A little orange flower.", + "ids": "13437" + }, + { + "examine": "Lonely as a cloud.", + "ids": "13438" + }, + { + "examine": "The bluebells are coming!", + "ids": "13439" + }, + { + "examine": "A little orange flower.", + "ids": "13440" + }, + { + "examine": "Lonely as a cloud.", + "ids": "13441" + }, + { + "examine": "The bluebells are coming!", + "ids": "13442" + }, + { + "examine": "A great big sunny flower.", + "ids": "13443" + }, + { + "examine": "Lovely flowers.", + "ids": "13444" + }, + { + "examine": "They smell lovely.", + "ids": "13445" + }, + { + "examine": "Great big sunny flowers.", + "ids": "13446" + }, + { + "examine": "Lovely flowers.", + "ids": "13447" + }, + { + "examine": "They smell lovely.", + "ids": "13448" + }, + { + "examine": "They mark a square.", + "ids": "13449" + }, + { + "examine": "Would probably not stop a charging rhinoceros.", + "ids": "13450" + }, + { + "examine": "Very rural.", + "ids": "13451" + }, + { + "examine": "A little bleak.", + "ids": "13452" + }, + { + "examine": "Marks the boundary of the garden.", + "ids": "13453" + }, + { + "examine": "Just like in Varrock palace!", + "ids": "13454" + }, + { + "examine": "Very posh!", + "ids": "13455" + }, + { + "examine": "Like a living wall.", + "ids": "13456,13457,13458,13459,13460,13461,13462,13463,13464,13465,13466,13467,13468,13469,13470,13471,13472,13473,13474,13475,13476" + }, + { + "examine": "Run for it! It's a gazebo!", + "ids": "13477" + }, + { + "examine": "Like a tiny private waterfall.", + "ids": "13478" + }, + { + "examine": "A sculpture of flowing water.", + "ids": "13479" + }, + { + "examine": "Two little fishes forever spew water into the pond.", + "ids": "13480" + }, + { + "examine": "A trophy of a mighty slayer!", + "ids": "13481,13482,13483,13484,13485" + }, + { + "examine": "A trophy of a mighty dragon-slayer!", + "ids": "13486" + }, + { + "examine": "A trophy of a mighty kalphite slayer!", + "ids": "13487" + }, + { + "examine": "A trophy of a master fisher.", + "ids": "13488,13489,13490" + }, + { + "examine": "The work of a master smith.", + "ids": "13491,13492" + }, + { + "examine": "Only the finest smiths can work runite.", + "ids": "13493" + }, + { + "examine": "Armour won by a great Castle Wars player.", + "ids": "13494,13495,13496" + }, + { + "examine": "I can climb these stairs.", + "ids": "13497" + }, + { + "examine": "They go down.", + "ids": "13498" + }, + { + "examine": "I can climb these stairs.", + "ids": "13499" + }, + { + "examine": "They go down.", + "ids": "13500" + }, + { + "examine": "I can climb these stairs.", + "ids": "13501" + }, + { + "examine": "They go down.", + "ids": "13502" + }, + { + "examine": "I can climb up or go down these stairs.", + "ids": "13503" + }, + { + "examine": "I can climb down these stairs.", + "ids": "13504" + }, + { + "examine": "I can climb up or go down these stairs.", + "ids": "13505" + }, + { + "examine": "I can climb down these stairs.", + "ids": "13506" + }, + { + "examine": "Elemental runes made by a skilled runecrafter.", + "ids": "13507" + }, + { + "examine": "Body, Cosmic, Chaos and Nature runes made by a skilled runecrafter.", + "ids": "13508" + }, + { + "examine": "Law, Blood, Soul and Death runes made by a great runecrafter.", + "ids": "13509" + }, + { + "examine": "A portrait of King Arthur.", + "ids": "13510" + }, + { + "examine": "A portrait of Elena.", + "ids": "13511" + }, + { + "examine": "A painting of the statue of King Alvis of Keldagrim.", + "ids": "13512" + }, + { + "examine": "A portrait of Prince Brand and Princess Astrid of Miscellania.", + "ids": "13513" + }, + { + "examine": "The deserts of Kharidian.", + "ids": "13514" + }, + { + "examine": "The exotic land of the Elves.", + "ids": "13515" + }, + { + "examine": "The tropical coast of Karamja.", + "ids": "13516" + }, + { + "examine": "Oxtable's famous painting of the Lumbridge water mill.", + "ids": "13517" + }, + { + "examine": "A painting of the spooky forests of Morytania.", + "ids": "13518" + }, + { + "examine": "The great demon-slaying sword that killed Delrith.", + "ids": "13519" + }, + { + "examine": "The great demon-slaying sword that killed Delrith and Agrith Naar.", + "ids": "13520" + }, + { + "examine": "The magical sword of King Arthur.", + "ids": "13521" + }, + { + "examine": "This shield protected a hero from the flames of the dragon Elvarg.", + "ids": "13522" + }, + { + "examine": "An Amulet of Glory, symbol of a member of the Heroes Guild.", + "ids": "13523" + }, + { + "examine": "The pleated white cape of a member of the Legends Guild.", + "ids": "13524" + }, + { + "examine": "A map of Misthalin and Asgarnia.", + "ids": "13525" + }, + { + "examine": "A map of RuneScape.", + "ids": "13526" + }, + { + "examine": "A map of RuneScape including major cave systems.", + "ids": "13527" + }, + { + "examine": "A basic cooking fire.", + "ids": "13528" + }, + { + "examine": "A cooking fire.", + "ids": "13529" + }, + { + "examine": "A cooking fire with a kettle.", + "ids": "13530" + }, + { + "examine": "A cooking fire with a pot.", + "ids": "13531" + }, + { + "examine": "The pot and kettle get along fine.", + "ids": "13532" + }, + { + "examine": "You can bake bread here.", + "ids": "13533,13534,13535" + }, + { + "examine": "You can cook pizza here.", + "ids": "13536,13537,13538" + }, + { + "examine": "You can cook here.", + "ids": "13539,13540,13541,13542,13543,13544" + }, + { + "examine": "Shelves full of kitchen utensils.", + "ids": "13545,13546,13547,13548,13549,13550,13551" + }, + { + "examine": "Shelves full of plates and tea cups.", + "ids": "13552,13553,13554,13555,13556,13557,13558" + }, + { + "examine": "Running water in your own home! Luxury!", + "ids": "13559,13560,13561,13562,13563,13564" + }, + { + "examine": "A wooden larder to keep food cool.", + "ids": "13565" + }, + { + "examine": "An oak larder to keep food cool.", + "ids": "13566" + }, + { + "examine": "A nicely carved oak larder to keep food cool.", + "ids": "13567" + }, + { + "examine": "It's got beer in it.", + "ids": "13568,13569" + }, + { + "examine": "An oak barrel of Asgarnian ale.", + "ids": "13570" + }, + { + "examine": "An oak barrel of Greenman's ale.", + "ids": "13571" + }, + { + "examine": "An oak barrel of Dragon Bitter.", + "ids": "13572" + }, + { + "examine": "An oak barrel of Chef's Delight.", + "ids": "13573" + }, + { + "examine": "A place for your pet to sleep.", + "ids": "13574" + }, + { + "examine": "Your pet would love to sleep here.", + "ids": "13575" + }, + { + "examine": "A luxurious sleeping place for your pet.", + "ids": "13576" + }, + { + "examine": "A basic wooden dining table.", + "ids": "13577" + }, + { + "examine": "A basic oak dining table.", + "ids": "13578" + }, + { + "examine": "A nice teak dining table.", + "ids": "13579" + }, + { + "examine": "A place for your pet to sleep.", + "ids": "13580" + }, + { + "examine": "It's not the best chair but you think it would take your weight.", + "ids": "13581" + }, + { + "examine": "The ideal thing to sit on.", + "ids": "13582" + }, + { + "examine": "A comfortable seat.", + "ids": "13583,13584,13585,13586,13587" + }, + { + "examine": "It's an ugly rug, but better than a bare floor.", + "ids": "13588,13589,13590" + }, + { + "examine": "The handkerchief of giants!", + "ids": "13591,13592,13593" + }, + { + "examine": "An opulent rug woven with gold leaf.", + "ids": "13594,13595,13596" + }, + { + "examine": "A good source of books!", + "ids": "13597,13598,13599" + }, + { + "examine": "A good source of scrolls!", + "ids": "13600,13601,13602" + }, + { + "examine": "The curtain is open.", + "ids": "13603,13604,13605" + }, + { + "examine": "???", + "ids": "13606,13607" + }, + { + "examine": "Your house logo in mahogany.", + "ids": "13608" + }, + { + "examine": "You can light a fire here.", + "ids": "13609" + }, + { + "examine": "A fire burns cosily in the grate.", + "ids": "13610" + }, + { + "examine": "You can light a fire here.", + "ids": "13611" + }, + { + "examine": "A fire burns cosily in the grate.", + "ids": "13612" + }, + { + "examine": "You can light a fire here.", + "ids": "13613" + }, + { + "examine": "A fire burns cosily in the grate.", + "ids": "13614" + }, + { + "examine": "A gateway to Varrock", + "ids": "13615" + }, + { + "examine": "A gateway to Lumbridge", + "ids": "13616" + }, + { + "examine": "A gateway to Falador", + "ids": "13617" + }, + { + "examine": "A gateway to Camelot", + "ids": "13618" + }, + { + "examine": "A gateway to Ardougne", + "ids": "13619" + }, + { + "examine": "A gateway to the Yanille watchtower", + "ids": "13620" + }, + { + "examine": "A gateway to Trollheim", + "ids": "13621" + }, + { + "examine": "A gateway to Varrock", + "ids": "13622" + }, + { + "examine": "A gateway to Lumbridge", + "ids": "13623" + }, + { + "examine": "A gateway to Falador", + "ids": "13624" + }, + { + "examine": "A gateway to Camelot", + "ids": "13625" + }, + { + "examine": "A gateway to Ardougne", + "ids": "13626" + }, + { + "examine": "A gateway to the Yanille watchtower", + "ids": "13627" + }, + { + "examine": "A gateway to Trollheim", + "ids": "13628" + }, + { + "examine": "A gateway to Varrock", + "ids": "13629" + }, + { + "examine": "A gateway to Lumbridge", + "ids": "13630" + }, + { + "examine": "A gateway to Falador", + "ids": "13631" + }, + { + "examine": "A gateway to Camelot", + "ids": "13632" + }, + { + "examine": "A gateway to Ardougne", + "ids": "13633" + }, + { + "examine": "A gateway to the Yanille watchtower", + "ids": "13634" + }, + { + "examine": "A gateway to Trollheim", + "ids": "13635" + }, + { + "examine": "An un-directed teak portal frame.", + "ids": "13636" + }, + { + "examine": "An un-directed mahogany portal frame.", + "ids": "13637" + }, + { + "examine": "An un-directed marble portal frame.", + "ids": "13638" + }, + { + "examine": "It harnesses the power of something or other!", + "ids": "13639" + }, + { + "examine": "It controls the portals.", + "ids": "13640,13641" + }, + { + "examine": "A book full of arcane knowledge.", + "ids": "13642,13643,13644,13645,13646,13647,13648" + }, + { + "examine": "A wooden planet of your very own.", + "ids": "13649,13650,13651,13652,13653" + }, + { + "examine": "A wooden solar system of your very own.", + "ids": "13654,13655" + }, + { + "examine": "Used for observing heavenly bodies.", + "ids": "13656,13657,13658" + }, + { + "examine": "Use an elemental staff on it.", + "ids": "13659,13660,13661" + }, + { + "examine": "If there's a recipe for the philosopher's stone there, you can't see it.", + "ids": "13662" + }, + { + "examine": "If you want to look at the stars during the daytime, you can see them here!", + "ids": "13663" + }, + { + "examine": "A spotter's guide to demons.", + "ids": "13664" + }, + { + "examine": "Sit here and rule all you survey.", + "ids": "13665,13666,13667,13668,13669,13670,13671" + }, + { + "examine": "Pull this to activate your machinery of doom!", + "ids": "13672,13673,13674" + }, + { + "examine": "Go through this oak trapdoor to see the pit below your throne room.", + "ids": "13675" + }, + { + "examine": "Go through this teak trapdoor to see the pit below your throne room.", + "ids": "13676" + }, + { + "examine": "Go through this mahogany trapdoor to see the pit below your throne room.", + "ids": "13677" + }, + { + "examine": "Go through this oak trapdoor to see the pit below your throne room.", + "ids": "13678" + }, + { + "examine": "Go through this teak trapdoor to see the pit below your throne room.", + "ids": "13679" + }, + { + "examine": "Go through this mahogany trapdoor to see the pit below your throne room.", + "ids": "13680" + }, + { + "examine": "Keeps your victims in place.", + "ids": "13681" + }, + { + "examine": "Keeps your victims trapped.", + "ids": "13682,13683" + }, + { + "examine": "What could happen on this spot?", + "ids": "13684,13685,13686,13687,13688,13689" + }, + { + "examine": "An elengant cloth hanging.", + "ids": "13690" + }, + { + "examine": "An opulent gold-and-mahogany decoration.", + "ids": "13691" + }, + { + "examine": "A magnificent gold-and-marble decoration.", + "ids": "13692" + }, + { + "examine": "A splendid stained-glass decoration.", + "ids": "13693" + }, + { + "examine": "A nice teak ding bench.", + "ids": "13694" + }, + { + "examine": "A mahogany bench.", + "ids": "13695" + }, + { + "examine": "A very expensive bench.", + "ids": "13696" + }, + { + "examine": "An eye-wrenching nexus of utter negation!", + "ids": "13697" + }, + { + "examine": "An important looking chair.", + "ids": "13698" + }, + { + "examine": "Hammer, chisel, saw and shears.", + "ids": "13699" + }, + { + "examine": "Bucket, spade, tinderbox and knife.", + "ids": "13700" + }, + { + "examine": "Needle, apron and glassblowing pipe.", + "ids": "13701" + }, + { + "examine": "A selection of jewellery moulds.", + "ids": "13702" + }, + { + "examine": "Farming tools.", + "ids": "13703" + }, + { + "examine": "You can make furniture here.", + "ids": "13704,13705,13706,13707,13708" + }, + { + "examine": "You can do delicate crafting here.", + "ids": "13709,13710,13711,13712" + }, + { + "examine": "You can repair broken staffs and arrows here.", + "ids": "13713" + }, + { + "examine": "You can sharpen rusty swords here.", + "ids": "13714" + }, + { + "examine": "You can repair armour here.", + "ids": "13715" + }, + { + "examine": "You can add a plume to your helmet here.", + "ids": "13716" + }, + { + "examine": "You can paint your logo onto your heraldic shield here.", + "ids": "13717" + }, + { + "examine": "You can make a banner with your logo on here.", + "ids": "13718" + }, + { + "examine": "A wooden stool.", + "ids": "13719" + }, + { + "examine": "An oak stool.", + "ids": "13720" + }, + { + "examine": "There's nothing there", + "ids": "13721,13722,13723,13724,13725" + }, + { + "examine": "A private jester.", + "ids": "13726,13727,13728,13729,13730,13731,13732,13733" + }, + { + "examine": "A shield with the symbol of Arrav.", + "ids": "13734" + }, + { + "examine": "A shield with the symbol of Asgarnia.", + "ids": "13735" + }, + { + "examine": "A shield with the symbol of the Dorgeshuun.", + "ids": "13736" + }, + { + "examine": "A shield with a dragon on it.", + "ids": "13737" + }, + { + "examine": "A shield with a fairy on it.", + "ids": "13738" + }, + { + "examine": "A shield with the symbol of Guthix.", + "ids": "13739" + }, + { + "examine": "A shield with the symbol of the HAM cult.", + "ids": "13740" + }, + { + "examine": "A shield with a picture of a mythical 'horse'.", + "ids": "13741" + }, + { + "examine": "A shield with a picture of a Jungle Ogre.", + "ids": "13742" + }, + { + "examine": "A shield with the symbol of Kandarin.", + "ids": "13743" + }, + { + "examine": "A shield with the symbol of Misthalin.", + "ids": "13744" + }, + { + "examine": "A shield with a picture of a money bag.", + "ids": "13745" + }, + { + "examine": "A shield with the symbol of Saradomin.", + "ids": "13746" + }, + { + "examine": "A shield with a picture of a skull.", + "ids": "13747" + }, + { + "examine": "A shield with the symbol of Varrock.", + "ids": "13748" + }, + { + "examine": "A shield with the symbol of Zamorak.", + "ids": "13749" + }, + { + "examine": "A shield with the symbol of Arrav.", + "ids": "13750" + }, + { + "examine": "A shield with the symbol of Asgarnia.", + "ids": "13751" + }, + { + "examine": "A shield with the symbol of the Dorgeshuun.", + "ids": "13752" + }, + { + "examine": "A shield with a picture of a dragon.", + "ids": "13753" + }, + { + "examine": "A shield with a picture of a fairy.", + "ids": "13754" + }, + { + "examine": "A shield with the symbol of Guthix.", + "ids": "13755" + }, + { + "examine": "A shield with the symbol of the HAM cult.", + "ids": "13756" + }, + { + "examine": "A shield with a picture of the mythical 'horse'.", + "ids": "13757" + }, + { + "examine": "A shield with a picture of a Jungle Ogre.", + "ids": "13758" + }, + { + "examine": "A shield with the symbol of Kandarin.", + "ids": "13759" + }, + { + "examine": "A shield with the symbol of Misthalin.", + "ids": "13760" + }, + { + "examine": "A shield with a picture of a money bag.", + "ids": "13761" + }, + { + "examine": "A shield with the symbol of Saradomin.", + "ids": "13762" + }, + { + "examine": "A shield with a picture of a skull.", + "ids": "13763" + }, + { + "examine": "A shield with the symbol of Varrock.", + "ids": "13764" + }, + { + "examine": "A shield with the symbol of Zamorak.", + "ids": "13765" + }, + { + "examine": "A shield with the symbol of Arrav.", + "ids": "13766" + }, + { + "examine": "A shield with the symbol of Asgarnia.", + "ids": "13767" + }, + { + "examine": "A shield with the symbol of the Dorgeshuun/", + "ids": "13768" + }, + { + "examine": "A shield with a picture of a dragon.", + "ids": "13769" + }, + { + "examine": "A shield with a picture of a fairy.", + "ids": "13770" + }, + { + "examine": "A shield with the symbol of Guthix.", + "ids": "13771" + }, + { + "examine": "A shield with the symbol of the HAM cult.", + "ids": "13772" + }, + { + "examine": "A shield with a picture of the mythical 'horse'.", + "ids": "13773" + }, + { + "examine": "A shield with a picture of a Jungle Ogre.", + "ids": "13774" + }, + { + "examine": "A shield with the symbol of Kandarin.", + "ids": "13775" + }, + { + "examine": "A shield with the symbol of Misthalin.", + "ids": "13776" + }, + { + "examine": "A shield with a picture of a money bag.", + "ids": "13777" + }, + { + "examine": "A shield with the symbol of Saradomin.", + "ids": "13778" + }, + { + "examine": "A shield with a picture of a skull.", + "ids": "13779" + }, + { + "examine": "A shield with the symbol of Varrock.", + "ids": "13780" + }, + { + "examine": "A shield with the symbol of Zamorak.", + "ids": "13781" + }, + { + "examine": "The symbol of Arrav.", + "ids": "13782" + }, + { + "examine": "The symbol of Asgarnia.", + "ids": "13783" + }, + { + "examine": "The symbol of the Dorgeshuun.", + "ids": "13784" + }, + { + "examine": "A picture of a dragon.", + "ids": "13785" + }, + { + "examine": "A picture of a fairy.", + "ids": "13786" + }, + { + "examine": "The symbol of Guthix.", + "ids": "13787" + }, + { + "examine": "The symbol of the HAM cult.", + "ids": "13788" + }, + { + "examine": "A picture of the mythical 'horse'.", + "ids": "13789" + }, + { + "examine": "A picture of a Jungle Ogre.", + "ids": "13790" + }, + { + "examine": "The symbol of Kandarin.", + "ids": "13791" + }, + { + "examine": "The symbol of Misthalin.", + "ids": "13792" + }, + { + "examine": "A picture of a bag of money.", + "ids": "13793" + }, + { + "examine": "The symbol of Saradomin.", + "ids": "13794" + }, + { + "examine": "A picture of a skull.", + "ids": "13795" + }, + { + "examine": "The symbol of Varrock.", + "ids": "13796" + }, + { + "examine": "The symbol of Zamorak.", + "ids": "13797" + }, + { + "examine": "The symbol of Arrav.", + "ids": "13798" + }, + { + "examine": "The symbol of Asgarnia.", + "ids": "13799" + }, + { + "examine": "The symbol of the Dorgeshuun.", + "ids": "13800" + }, + { + "examine": "A picture of a dragon.", + "ids": "13801" + }, + { + "examine": "A picture of a fairy.", + "ids": "13802" + }, + { + "examine": "The symbol of Guthix.", + "ids": "13803" + }, + { + "examine": "The symbol of the HAM cult.", + "ids": "13804" + }, + { + "examine": "A picture of the mythical 'horse'.", + "ids": "13805" + }, + { + "examine": "A picture of a Jungle Ogre.", + "ids": "13806" + }, + { + "examine": "The symbol of Kandarin.", + "ids": "13807" + }, + { + "examine": "The symbol of Misthalin.", + "ids": "13808" + }, + { + "examine": "A picture of a money bag.", + "ids": "13809" + }, + { + "examine": "The symbol of Saradomin.", + "ids": "13810" + }, + { + "examine": "A picture of a skull.", + "ids": "13811" + }, + { + "examine": "The symbol of Varrock.", + "ids": "13812" + }, + { + "examine": "The symbol of Zamorak.", + "ids": "13813" + }, + { + "examine": "The symbol of Arrav.", + "ids": "13814" + }, + { + "examine": "The symbol of Asgarnia.", + "ids": "13815" + }, + { + "examine": "The symbol of the Dorgeshuun.", + "ids": "13816" + }, + { + "examine": "A picture of a dragon.", + "ids": "13817" + }, + { + "examine": "A picture of a fairy.", + "ids": "13818" + }, + { + "examine": "The symbol of Guthix.", + "ids": "13819" + }, + { + "examine": "The symbol of the HAM cult.", + "ids": "13820" + }, + { + "examine": "A picture of the mythical 'horse'.", + "ids": "13821" + }, + { + "examine": "A picture of a Jungle Ogre.", + "ids": "13822" + }, + { + "examine": "The symbol of Kandarin.", + "ids": "13823" + }, + { + "examine": "The symbol of Misthalin.", + "ids": "13824" + }, + { + "examine": "A picture of a money bag.", + "ids": "13825" + }, + { + "examine": "The symbol of Saradomin.", + "ids": "13826" + }, + { + "examine": "A picture of a skull.", + "ids": "13827" + }, + { + "examine": "The symbol of Varrock.", + "ids": "13828" + }, + { + "examine": "The symbol of Zamorak.", + "ids": "13829" + }, + { + "examine": "This should have resolved!", + "ids": "13830" + }, + { + "examine": "A path leading out of this swampy dead end.", + "ids": "13831,13832" + }, + { + "examine": "A path leading out of Mort Myre, you'll be running away if you go down here.", + "ids": "13833" + }, + { + "examine": "I could mend this if I had some wood...", + "ids": "13834" + }, + { + "examine": "This bridge is partially broken.", + "ids": "13835" + }, + { + "examine": "This bridge is slightly broken.", + "ids": "13836" + }, + { + "examine": "This bridge can be traversed safely.", + "ids": "13837" + }, + { + "examine": "Gloopy, sticky, muddy bog...", + "ids": "13838,13839" + }, + { + "examine": "A bush made up of long slender branches.", + "ids": "13840" + }, + { + "examine": "I hope it doesn't sink.", + "ids": "13841" + }, + { + "examine": "Ripples.", + "ids": "13842" + }, + { + "examine": "Big swamp tree base.", + "ids": "13843" + }, + { + "examine": "Big swamp tree top.", + "ids": "13844" + }, + { + "examine": "Big swamp tree branch.", + "ids": "13845" + }, + { + "examine": "A long vine hanging from a branch.", + "ids": "13846" + }, + { + "examine": "Small swamp tree with vines.", + "ids": "13847" + }, + { + "examine": "Small swamp tree.", + "ids": "13848,13849,13850,13851,13852,13853,13854,13855,13856,13857,13858,13859,13860,13861,13862,13863" + }, + { + "examine": "It's our transport across the swamp.", + "ids": "13864,13865" + }, + { + "examine": "A path leading out of this swampy dead end.", + "ids": "13866,13867,13868,13869,13870" + }, + { + "examine": "A path leading out of this swampy dead end, you'll be running away if you go down here.", + "ids": "13871" + }, + { + "examine": "An old backpack, it seems to be falling apart.", + "ids": "13872" + }, + { + "examine": "There's something written here...", + "ids": "13873,13874,13875,13876,13877" + }, + { + "examine": "I think it's the way out.", + "ids": "13878" + }, + { + "examine": "Get me out of here!", + "ids": "13879,13880" + }, + { + "examine": "Very hot!", + "ids": "13881" + }, + { + "examine": "To the next area!", + "ids": "13882,13883,13884,13885,13886,13887,13888,13889,13890" + }, + { + "examine": "A creepy hole.", + "ids": "13891,13892,13893,13894,13895,13896,13897,13898" + }, + { + "examine": "There's no way I'm going in there!", + "ids": "13899" + }, + { + "examine": "Doesn't look so scary now.", + "ids": "13900" + }, + { + "examine": "My way back to the surface.", + "ids": "13901,13902,13903" + }, + { + "examine": "The exit to the surface.", + "ids": "13904,13905,13906,13907,13908,13909,13910,13911,13912" + }, + { + "examine": "Where does it lead?", + "ids": "13913,13914,13915,13916,13917,13918,13919,13920,13921,13922,13923,13924" + }, + { + "examine": "What's that?", + "ids": "13925,13926,13927,13928,13929,13930,13931" + }, + { + "examine": "I think it's the way out.", + "ids": "13932" + }, + { + "examine": "I think it's the forward.", + "ids": "13933,13934,13935,13936,13937" + }, + { + "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": "Should I go down there?", + "ids": "13967,13968,13969" + }, + { + "examine": "I can use that rope now.", + "ids": "13970" + }, + { + "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": "Oooo, sharp, pointy things!", + "ids": "13994,13995,13996,13997,13998" + }, + { + "examine": "This will take me back to the surface.", + "ids": "13999,14000,14001" + }, + { + "examine": "A sign warning of danger.", + "ids": "14002" + }, + { + "examine": "Why do I never take time to look at the grass?", + "ids": "14003" + }, + { + "examine": "Home sweet home?", + "ids": "15477" + }, + { + "examine": "Home sweet home?", + "ids": "15480" + }, + { + "examine": "Home sweet home?", + "ids": "15748" + }, + { + "examine": "A large fish.", + "ids": "18482" + }, + { + "examine": "Might be worth opening?", + "ids": "21299" + }, + { + "examine": "A sturdy metal door.", + "ids": "21400,21402,21399" + }, + { + "examine": "I can climb this.", + "ids": "21395" + }, + { + "examine": "A closed, sturdy metal door.", + "ids": "21403,21405" + }, + { + "examine": "An open, sturdy metal door.", + "ids": "21404" + }, + { + "examine": "A display case, full of axes.", + "ids": "21437" + }, + { + "examine": "A display case, full of swords.", + "ids": "21438" + }, + { + "examine": "A table, displaying swords.", + "ids": "21439" + }, + { + "examine": "A table for preparing fish.", + "ids": "21441" + }, + { + "examine": "A container for storing mineral ores.", + "ids": "21442" + }, + { + "examine": "A table for working with ores.", + "ids": "21443" + }, + { + "examine": "A pile of raw mineral ores.", + "ids": "21444" + }, + { + "examine": "A shield display.", + "ids": "21445,21446" + }, + { + "examine": "A shelf, displaying armour.", + "ids": "21447" + }, + { + "examine": "I can climb down these stairs.", + "ids": "21455" + }, + { + "examine": "A sturdy-looking throne.", + "ids": "21464" + }, + { + "examine": "A stone torch.", + "ids": "21465" + }, + { + "examine": "A chair made from stone.", + "ids": "21607" + }, + { + "examine": "A table with swords on it.", + "ids": "21608" + }, + { + "examine": "A bed to sleep in.", + "ids": "21611" + }, + { + "examine": "A stone crate with some stuff in it.", + "ids": "21612" + }, + { + "examine": "A table with plates and mugs on it.", + "ids": "21609,21610" + }, + { + "examine": "A shelf with some cups on it.", + "ids": "21614,21615" + }, + { + "examine": "A Fremennik flag.", + "ids": "21637" + }, + { + "examine": "A short longboat!", + "ids": "21834" + }, + { + "examine": "Contains traces of summoning energy.", + "ids": "29945" + }, + { + "examine": "I wonder what this spooky contains.", + "ids": "37051" + }, + { + "examine": "It really was this big!", + "ids": "40043" + }, + { + "examine": "It really was this big!", + "ids": "40042" + }, + { + "examine": "Storage for all needs.", + "ids": "40045" + }, + { + "examine": "Storage for all needs.", + "ids": "40046" + }, + { + "examine": "Storage for all needs.", + "ids": "40047" + }, + { + "examine": "A wooden barrel for storage.", + "ids": "40018" + }, + { + "examine": "A wooden barrel containing lots of fish.", + "ids": "40019" + }, + { + "examine": "A nice sturdy looking table.", + "ids": "40044" + }, + { + "examine": "A wooden crate.", + "ids": "40021" + }, + { + "examine": "Some wooden crates.", + "ids": "40022" + }, + { + "examine": "A large potted plant.", + "ids": "40111" + }, + { + "examine": "Tick-tock, it's a clock.", + "ids": "40029" + }, + { + "examine": "I wonder what's inside.", + "ids": "40093" + }, + { + "examine": "Useful for putting things on.", + "ids": "40031" + }, + { + "examine": "Items are for sale here.", + "ids": "40028" + }, + { + "examine": "I can climb this.", + "ids": "40026" + }, + { + "examine": "Some wooden crates.", + "ids": "15032" + }, + { + "examine": "A wooden crate.", + "ids": "15030" + }, + { + "examine": "A wooden crate.", + "ids": "15031" + }, + { + "examine": "A beautiful landscape.", + "ids": "24184" + }, + { + "examine": "These open and close!", + "ids": "40050" + }, + { + "examine": "The ideal thing to sit on.", + "ids": "40039" + }, + { + "examine": "A case. With books.", + "ids": "40033" + }, + { + "examine": "A drab looking bed.", + "ids": "40035" + }, + { + "examine": "I can climb down this.", + "ids": "40027" + }, + { + "examine": "Storage for cookery items.", + "ids": "40055" + }, + { + "examine": "Ideal for cooking on.", + "ids": "40110" + }, + { + "examine": "Posh candlesticks.", + "ids": "40074" + }, + { + "examine": "These open and close!", + "ids": "40052" + }, + { + "examine": "The perfect place to store things.", + "ids": "40054" + }, + { + "examine": "Break glass in case in case of emergency.", + "ids": "40076" + }, + { + "examine": "I can climb up these stairs.", + "ids": "40057" + }, + { + "examine": "Trinkets and stuff.", + "ids": "40075" + }, + { + "examine": "Looking good!", + "ids": "40065" + } +] \ No newline at end of file diff --git a/Server/data/configs/shops.json b/Server/data/configs/shops.json index 202eb9638..1373c4579 100644 --- a/Server/data/configs/shops.json +++ b/Server/data/configs/shops.json @@ -1391,8 +1391,8 @@ "currency": "995", "general_store": "false", "id": "157", - "title": "Draynor Seed Marker", - "stock": "{5318,0}-{5319,0}-{5324,0}-{5322,0}-{5320,0}-{5323,0}-{5321,0}-{5305,0}-{5306,5}-{5097,20}-{5096,20}-{5307,20}-{5308,5}-{5310,0}-{5311,0}" + "title": "Draynor Seed Market", + "stock": "{5318,20}-{5319,10}-{5324,10}-{5322,0}-{5320,0}-{5323,0}-{5321,0}-{5305,20}-{5306,5}-{5097,20}-{5096,20}-{5307,20}-{5308,10}-{5309,5}-{5310,0}-{5311,0}" }, { "npcs": "3205", diff --git a/Server/src/main/java/core/game/content/consumable/Consumables.java b/Server/src/main/java/core/game/content/consumable/Consumables.java index 5b0a88c6b..cef113324 100644 --- a/Server/src/main/java/core/game/content/consumable/Consumables.java +++ b/Server/src/main/java/core/game/content/consumable/Consumables.java @@ -55,7 +55,8 @@ public enum Consumables { MANTA_RAY(new Food(new int[] {391}, new HealingEffect(22))), KARAMBWANJI(new Food(new int[] {3151}, new HealingEffect(3))), STUFFED_SNAKE(new Food(new int[] {7579}, new HealingEffect(20), "You eat the stuffed snake-it's quite a meal! It tastes like chicken.")), - + CRAYFISH(new Food(new int[] {13433}, new HealingEffect(2))), + /** Breads */ BREAD(new Food(new int[] {2309}, new HealingEffect(5))), BAGUETTE(new Food(new int[] {6961}, new HealingEffect(6))), diff --git a/Server/src/main/java/core/game/node/entity/skill/cooking/CookableItems.java b/Server/src/main/java/core/game/node/entity/skill/cooking/CookableItems.java index 18df2ccef..13d740878 100644 --- a/Server/src/main/java/core/game/node/entity/skill/cooking/CookableItems.java +++ b/Server/src/main/java/core/game/node/entity/skill/cooking/CookableItems.java @@ -7,15 +7,15 @@ import java.util.HashMap; public enum CookableItems { /** meats */ - CHICKEN(2140,2138,2144,1,30,30,128,512), - UGTHANKI(2140,2138,2144,1,40,40,128,512), - RABBIT(3228,3226,7222,1,30,30,128,512), - DARK_CRAB(14939, 14937, 14941, 90, 215, 100,0,150), - CRAB(7521, 7518, 7520,21, 100, 100,85,438), + CHICKEN(2140,2138,2144,1,30,34,128,512), + UGTHANKI(2140,2138,2144,1,40,100,0,512), + RABBIT(3228,3226,7222,1,30,34,128,512), + CRAB(7521, 7518, 7520,21, 100, 62,85,438), /** fish */ - SHRIMP(315, 317, 7954,1, 45, 35,128,512), - KARAMBWANJI(3151, 3150, 592,1, 10, 30,128,512), + CRAYFISH(13433, 13435, 13437,1, 30, 34,128,512), + SHRIMP(315, 317, 7954,1, 30, 34,128,512), + KARAMBWANJI(3151, 3150, 592,1, 10, 28,128,512), SARDINE(325, 327, 369,1, 40, 38,118,492), ANCHOVIES(319, 321, 323,1, 30, 34,128,512), HERRING(347, 345, 357,5, 50, 41,108,472), @@ -23,65 +23,65 @@ public enum CookableItems { TROUT(333, 335, 343,15, 70, 50,88,432), COD(339, 341, 343,18, 75, 52,74,420), PIKE(351, 349, 343,20, 80, 53,78,412), - SALMON(329, 331, 343,25, 58, 90,68,392), + SALMON(329, 331, 343,25, 90, 58,68,392), SLIMY_EEL(3381, 3379, 3383,28, 95, 58,72,406), - TUNA(361, 359, 367,30, 100, 64,58,372), + TUNA(361, 359, 367,30, 100, 65,58,372), RAINBOW_FISH(10136, 10138, 10140,35, 110, 60,48,387), - CAVE_EEL(5003, 5001, 5002,38, 115, 40,42,386), + CAVE_EEL(5003, 5001, 5002,38, 115, 74,42,386), LOBSTER(379, 377, 381,40, 120, 74,38,332), - BASS(365, 363, 367,43, 130, 80,28,312), + BASS(365, 363, 367,43, 130, 79,28,312), SWORDFISH(373, 371, 375,45, 140, 86,18,292), LAVA_EEL(2149, 2148, 3383,53, 30, 53,12,282), MONKFISH(7946, 7944, 7948,62, 150, 92,11,275), SHARK(385, 383, 387,80, 210, 100,0,202), SEA_TURTLE(397, 395, 399,82, 212, 100,0,202), MANTA_RAY(391, 389, 393,91, 216, 100,0,202), - KARAMBWAN(3144, 3142, 3146,1, 80, 30,70,255), + KARAMBWAN(3144, 3142, 3146,30, 190, 100,0,255), /** snails */ - THIN_SNAIL(3369, 3363, 3375,12, 70, 70,109,502), - LEAN_SNAIL(3371, 3365, 3375,17, 80, 80,100,486), - FAT_SNAIL(3373, 3367, 3375,22, 95, 95,95,456), + THIN_SNAIL(3369, 3363, 3375,12, 70, 47,109,502), + LEAN_SNAIL(3371, 3365, 3375,17, 80, 50,100,486), + FAT_SNAIL(3373, 3367, 3375,22, 95, 56,95,456), //Bread - BREAD(2309, 2307, 2311,1,40,40,118,492), + BREAD(2309, 2307, 2311,1,40,37,118,492), //Cake - CAKE(1891, 1889, 1903, 40, 180, 95,38,332), + CAKE(1891, 1889, 1903, 40, 180, 74,38,332), //Beef(s) (Rat, Bear, Cow, Yak) - BEEF(2142,2132,2146,1,30,30,128,512), - RAT_MEAT(2142,2134,2146,1,30,30,128,512), - BEAR_MEAT(2142,2136,2146,1,30,30,128,512), - YAK_MEAT(2142,10816,2146,1,30,30,128,512), + BEEF(2142,2132,2146,1,30,34,128,512), + RAT_MEAT(2142,2134,2146,1,30,34,128,512), + BEAR_MEAT(2142,2136,2146,1,30,34,128,512), + YAK_MEAT(2142,10816,2146,1,30,34,128,512), //Skewered foods - SKEWER_1(9988, 9986, 9990,21, 82, 82,108,496), - SKEWER_2(2878, 2876, 7226,30, 140, 140,85,476), - SKEWER_3(7568, 7566, 7570,41, 160, 140,75,456), - SKEWER_4(9980, 9984, 9982,11, 62, 62,115,502), - SKEWER_5(7223, 7224, 7222,16, 70, 62,113,499), + SKEWER_ROAST_BEAST(9988, 9986, 9990,21, 99, 82,108,496), + SKEWER_CHOMPY(2878, 2876, 7226,30, 140, 99,85,476), + SKEWER_JUBBLY(7568, 7566, 7570,41, 160, 140,75,456), + SKEWER_ROAST_BIRD(9980, 9984, 9982,11, 62, 99,115,502), + SKEWER_ROAST_RABBIT(7223, 7224, 7222,16, 72, 99,113,499), //Pies - PIE_1(2325, 2321, 2329, 10, 78, 60,78,412), - PIE_2(2327, 2319, 2329, 20, 110, 80,78,412), - PIE_3(7170, 7169, 2329, 29,128,85,78,412), - PIE_4(2323,2317,2329,30,130,85,78,412), - GARDEN_PIE(7178,7176,2329,34,138, 89,78,412), - FISH_PIE(7188,7186,2329,47,164,110,78,412), - ADMIRAL_PIE(7198,7196,2329,70,210,140,78,412), + PIE_REDBERRY(2325, 2321, 2329, 10, 78, 50,78,412), + PIE_MEAT(2327, 2319, 2329, 20, 110, 53,78,412), + PIE_MUD(7170, 7168, 2329, 29,128,63,78,412), + PIE_APPLE(2323,2317,2329,30,130,63,78,412), + GARDEN_PIE(7178,7176,2329,34,138, 68,78,412), + FISH_PIE(7188,7186,2329,47,164,74,78,412), + ADMIRAL_PIE(7198,7196,2329,70,210,94,78,412), WILD_PIE(7208,7206,2329,85,240,140,78,412), SUMMER_PIE(7218,7216,2329,95,260,160,78,412), //Pizzas - PIZZA_1(2289, 2287,2305, 35, 143, 86,48,352), + PIZZA_PLAIN(2289, 2287,2305, 35, 143, 68,48,352), //Bowl foods - BOWL_1(2003, 2001, 2005,25, 117, 58,68,392), - BOWL_2(4239, 4237, 4239,20, 52, 1,68,392), - BOWL_3(7078, 7076, 7090,13, 50, 60,68,392), - BOWL_4(7084, 1871, 7092,43, 60, 70,68,392), - BOWL_5(7082, 7080, 7094,57, 120, 80,68,392), + BOWL_STEW(2003, 2001, 2005,25, 117, 58,68,392), + BOWL_NETTLE(4239, 4237, 4239,20, 52, 1,68,392), + BOWL_EGG(7078, 7076, 7090,13, 50, 48,68,392), + BOWL_ONION(7084, 1871, 7092,43, 60, 77,68,392), + BOWL_MUSHROOM(7082, 7080, 7094,46, 60, 90,68,392), /* Vegetables */ BAKED_POTATO(6701, 1942, 6699, 7, 15, 41, 108, 472), From fd7f786a53a03e59a3c7b3dd6f7baa940d853188 Mon Sep 17 00:00:00 2001 From: skelsoft <9147770-skelsoft@users.noreply.gitlab.com> Date: Fri, 13 Aug 2021 10:04:22 +1000 Subject: [PATCH 26/33] Examine: Pizzas, Pies, Barrows Gear and Damaged Books - All pizzas, and half-eaten pizzas now have corrected examine text - Burnt pizza correct examine text - Cooked slimy eel is now correctly droppable (why the hell did it have a destroy option in the first place?) - All crayfish (burnt, raw, cooked) and the Crayfish cage now correctly tradeable and droppable - All crayfish (incl Crayfish Cage) now have correct examine text - All Damaged God Books (Guthix, Saradomin, Zamorak) now have correct examine text - All pies (incl. partly-made Mud/Fish/Wild/Admiral/Garden/Summer pies, Burnt pie and noted pies) have correct examine text - All Ahrim's equipment corrected examine text. - All Dharok's equipment corrected examine text. - All Guthan's equipment corrected examine text. - All Karil's equipment corrected examine text. - All Torag's equipment corrected examine text. - All Verac's equipment corrected examine text. --- Server/data/configs/item_configs.json | 314 +++++++++++++++++--------- 1 file changed, 211 insertions(+), 103 deletions(-) diff --git a/Server/data/configs/item_configs.json b/Server/data/configs/item_configs.json index 62d72fee2..e06274c39 100644 --- a/Server/data/configs/item_configs.json +++ b/Server/data/configs/item_configs.json @@ -24829,6 +24829,7 @@ { "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", @@ -24837,7 +24838,7 @@ }, { "ge_buy_limit": "1000", - "examine": "This needs cooking", + "examine": "This needs cooking.", "grand_exchange_price": "1141", "durability": null, "name": "Uncooked pizza", @@ -24850,6 +24851,7 @@ { "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", @@ -24859,7 +24861,7 @@ { "shop_price": "200", "ge_buy_limit": "1000", - "examine": "A cheese and tomato pizza. (Whole)Half of this plain pizza has been eaten. (Half)", + "examine": "A cheese and tomato pizza.", "grand_exchange_price": "1357", "durability": null, "name": "Plain pizza", @@ -24873,6 +24875,7 @@ { "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", @@ -24882,7 +24885,7 @@ { "shop_price": "200", "ge_buy_limit": "1000", - "examine": "A cheese and tomato pizza. (Whole)Half of this plain pizza has been eaten. (Half)", + "examine": "Half of this plain pizza has been eaten.", "grand_exchange_price": "238", "durability": null, "name": "1/2 plain pizza", @@ -24896,6 +24899,7 @@ { "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", @@ -24904,7 +24908,7 @@ }, { "ge_buy_limit": "1000", - "examine": "A pizza with bits of meat on it. (Whole) Half of this meat pizza has been eaten. (Half)", + "examine": "A pizza with bits of meat on it.", "grand_exchange_price": "1012", "durability": null, "name": "Meat pizza", @@ -24918,6 +24922,7 @@ { "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", @@ -24926,7 +24931,7 @@ }, { "ge_buy_limit": "1000", - "examine": "A pizza with bits of meat on it. (Whole) Half of this meat pizza has been eaten. (Half)", + "examine": "Half of this meat pizza has been eaten.", "grand_exchange_price": "339", "durability": null, "name": "1/2 meat pizza", @@ -24940,6 +24945,7 @@ { "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", @@ -24948,7 +24954,7 @@ }, { "ge_buy_limit": "1000", - "examine": "A pizza with anchovies. (Whole) Half of this anchovy pizza has been eaten. (Half)", + "examine": "A pizza with anchovies.", "grand_exchange_price": "1573", "durability": null, "name": "Anchovy pizza", @@ -24962,6 +24968,7 @@ { "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", @@ -24970,7 +24977,7 @@ }, { "ge_buy_limit": "1000", - "examine": "A pizza with anchovies. (Whole) Half of this anchovy pizza has been eaten. (Half)", + "examine": "Half of this anchovy pizza has been eaten.", "grand_exchange_price": "44", "durability": null, "name": "1/2 anchovy pizza", @@ -24984,6 +24991,7 @@ { "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", @@ -24992,7 +25000,7 @@ }, { "ge_buy_limit": "1000", - "examine": "A pizza with bits of pineapple on it. (Whole)Half of this pineapple pizza has been eaten. (Half)", + "examine": "A pizza with bits of pineapple on it.", "grand_exchange_price": "1469", "durability": null, "name": "Pineapple pizza", @@ -25006,6 +25014,7 @@ { "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", @@ -25015,6 +25024,7 @@ { "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", @@ -25023,6 +25033,7 @@ { "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", @@ -25030,6 +25041,7 @@ "id": "2304" }, { + "examine": "Oh dear!", "durability": null, "name": "Burnt pizza", "tradeable": "true", @@ -25147,6 +25159,7 @@ { "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", @@ -25169,6 +25182,7 @@ { "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", @@ -25191,6 +25205,7 @@ { "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", @@ -25200,7 +25215,7 @@ { "shop_price": "140", "ge_buy_limit": "1000", - "examine": "Mmm Apple pie. (Whole)Mmm half an apple pie. (Half)", + "examine": "Mmm Apple pie.", "grand_exchange_price": "246", "durability": null, "name": "Apple pie", @@ -25214,6 +25229,7 @@ { "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", @@ -25222,7 +25238,7 @@ }, { "ge_buy_limit": "1000", - "examine": "Looks tasty. (Whole)So tasty I kept some for later. (Half)", + "examine": "Looks tasty.", "grand_exchange_price": "534", "durability": null, "name": "Redberry pie", @@ -25236,6 +25252,7 @@ { "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", @@ -25246,6 +25263,7 @@ "shop_price": "16", "ge_buy_limit": "1000", "grand_exchange_price": "160", + "examine": "Not for vegetarians.", "durability": null, "name": "Meat pie", "tradeable": "true", @@ -25255,6 +25273,7 @@ { "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", @@ -25262,6 +25281,7 @@ "id": "2328" }, { + "examine": "I think I left it on the stove too long.", "durability": null, "name": "Burnt pie", "tradeable": "true", @@ -25272,6 +25292,7 @@ "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", @@ -25281,6 +25302,7 @@ { "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", @@ -25289,7 +25311,7 @@ }, { "ge_buy_limit": "1000", - "examine": "Looks tasty. (Whole)So tasty I kept some for later. (Half)", + "examine": "So tasty I kept some for later.", "grand_exchange_price": "248", "durability": null, "name": "Half a redberry pie", @@ -25303,6 +25325,7 @@ { "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", @@ -25312,7 +25335,7 @@ { "shop_price": "140", "ge_buy_limit": "1000", - "examine": "Mmm Apple pie. (Whole)Mmm half an apple pie. (Half)", + "examine": "Mmm half an apple pie.", "grand_exchange_price": "146", "durability": null, "name": "Half an apple pie", @@ -25326,6 +25349,7 @@ { "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", @@ -35034,7 +35058,7 @@ "durability": null, "name": "Cooked slimy eel", "tradeable": "false", - "destroy": "true", + "destroy": "false", "weight": "2", "archery_ticket_price": "0", "id": "3381" @@ -38788,7 +38812,7 @@ }, { "shop_price": "5000", - "examine": "An incomplete book of Saradomin/Guthix/Zamorak/Bandos/ArmadylAn incomplete ancient book", + "examine": "An incomplete book of Saradomin.", "durability": null, "name": "Damaged book", "low_alchemy": "80", @@ -38814,7 +38838,7 @@ }, { "shop_price": "5000", - "examine": "An incomplete book of Saradomin/Guthix/Zamorak/Bandos/ArmadylAn incomplete ancient book", + "examine": "An incomplete book of Zamorak.", "durability": null, "name": "Damaged book", "low_alchemy": "80", @@ -38839,7 +38863,7 @@ }, { "shop_price": "5000", - "examine": "An incomplete book of Saradomin/Guthix/Zamorak/Bandos/ArmadylAn incomplete ancient book", + "examine": "An incomplete book of Guthix.", "durability": null, "name": "Damaged book", "low_alchemy": "80", @@ -45780,7 +45804,7 @@ "remove_head": "true", "requirements": "{1,70}-{6,70}", "ge_buy_limit": "10", - "examine": "Ahrim The Blighted's Hood.", + "examine": "Ahrim the Blighted's leather hood.", "durability": null, "low_alchemy": "5200", "high_alchemy": "7800", @@ -45797,6 +45821,7 @@ { "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", @@ -45836,6 +45861,7 @@ { "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", @@ -45863,6 +45889,7 @@ { "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", @@ -45889,6 +45916,7 @@ { "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", @@ -45899,7 +45927,7 @@ "remove_head": "true", "requirements": "{1,70}", "ge_buy_limit": "10", - "examine": "Dharok The Wretched's Helmet", + "examine": "Dharok the Wretched's helm.", "durability": "1", "low_alchemy": "41200", "high_alchemy": "61800", @@ -45916,6 +45944,7 @@ { "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", @@ -45925,7 +45954,7 @@ { "ge_buy_limit": "10", "turn90cw_anim": "821", - "examine": "Dharok the Wretched's Greataxe.", + "examine": "Dharok the Wretched's greataxe.", "walk_anim": "2064", "low_alchemy": "83200", "turn90ccw_anim": "822", @@ -45954,6 +45983,7 @@ { "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", @@ -45963,7 +45993,7 @@ { "requirements": "{1,70}", "ge_buy_limit": "10", - "examine": "Dharok the Wretched's platebody.", + "examine": "Dharok the Wretched's platebody armour.", "durability": null, "low_alchemy": "112000", "high_alchemy": "168000", @@ -45981,6 +46011,7 @@ { "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", @@ -45990,7 +46021,7 @@ { "requirements": "{1,70}", "ge_buy_limit": "10", - "examine": "Dharok the wretched's plate leg armour.", + "examine": "Dharok the Wretched's plate leg armour.", "durability": null, "low_alchemy": "110000", "high_alchemy": "165000", @@ -46007,6 +46038,7 @@ { "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", @@ -46017,7 +46049,7 @@ "remove_head": "true", "requirements": "{1,70}", "ge_buy_limit": "10", - "examine": "Guthan the Infested's helm.", + "examine": "Guthan the Infested's helm", "durability": null, "low_alchemy": "41200", "high_alchemy": "61800", @@ -46035,6 +46067,7 @@ { "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", @@ -46044,7 +46077,7 @@ { "ge_buy_limit": "10", "turn90cw_anim": "1207", - "examine": "Guthan The Infested's Warspear.", + "examine": "Guthan the Infested's warspear.", "walk_anim": "1205", "low_alchemy": "40000", "turn90ccw_anim": "1208", @@ -46073,6 +46106,7 @@ { "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", @@ -46082,7 +46116,7 @@ { "requirements": "{1,70}", "ge_buy_limit": "10", - "examine": "Guthan the Infested's platebody armour.", + "examine": "\tGuthan the Infested's platebody armour.", "durability": null, "low_alchemy": "112000", "high_alchemy": "168000", @@ -46100,6 +46134,7 @@ { "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", @@ -46126,6 +46161,7 @@ { "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", @@ -46153,6 +46189,7 @@ { "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", @@ -46192,6 +46229,7 @@ { "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", @@ -46201,7 +46239,7 @@ { "requirements": "{1,70}-{4,70}", "ge_buy_limit": "10000", - "examine": "Karil the Tainted's leatherbody.", + "examine": "Karil the Tainted's leather body armour.", "durability": null, "low_alchemy": "20000", "high_alchemy": "30000", @@ -46219,6 +46257,7 @@ { "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", @@ -46245,6 +46284,7 @@ { "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", @@ -46289,6 +46329,7 @@ { "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", @@ -46320,6 +46361,7 @@ { "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", @@ -46329,7 +46371,7 @@ { "requirements": "{1,70}", "ge_buy_limit": "10", - "examine": "Torag the Corrupted's plate body armour.", + "examine": "\tTorag the Corrupted's platebody armour.", "durability": null, "low_alchemy": "112000", "high_alchemy": "168000", @@ -46347,6 +46389,7 @@ { "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", @@ -46373,6 +46416,7 @@ { "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", @@ -46401,6 +46445,7 @@ { "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", @@ -46410,7 +46455,7 @@ { "ge_buy_limit": "10", "turn90cw_anim": "2060", - "examine": "Verac the Defiled's Flail.", + "examine": "Verac the Defiled's flail.", "walk_anim": "1830", "low_alchemy": "64000", "turn90ccw_anim": "2060", @@ -46440,6 +46485,7 @@ { "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", @@ -46467,6 +46513,7 @@ { "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", @@ -46493,6 +46540,7 @@ { "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", @@ -47081,7 +47129,7 @@ { "remove_head": "true", "requirements": "{1,70}-{6,70}", - "examine": "Ahrim The Blighted's Hood.", + "examine": "Ahrim the Blighted's leather hood.", "durability": null, "low_alchemy": "5200", "high_alchemy": "7800", @@ -47097,7 +47145,7 @@ { "remove_head": "true", "requirements": "{1,70}-{6,70}", - "examine": "Ahrim The Blighted's Hood.", + "examine": "Ahrim the Blighted's leather hood.", "durability": null, "low_alchemy": "5200", "high_alchemy": "7800", @@ -47113,7 +47161,7 @@ { "remove_head": "true", "requirements": "{1,70}-{6,70}", - "examine": "Ahrim The Blighted's Hood.", + "examine": "Ahrim the Blighted's leather hood.", "durability": null, "low_alchemy": "5200", "high_alchemy": "7800", @@ -47129,7 +47177,7 @@ { "remove_head": "true", "requirements": "{1,70}-{6,70}", - "examine": "Ahrim The Blighted's Hood.", + "examine": "Ahrim the Blighted's leather hood.", "durability": null, "low_alchemy": "5200", "high_alchemy": "7800", @@ -47146,7 +47194,7 @@ "remove_head": "true", "requirements": "{1,70}-{6,70}", "ge_buy_limit": "10", - "examine": "Ahrim The Blighted's Hood.", + "examine": "Ahrim the Blighted's leather hood.", "durability": null, "low_alchemy": "5200", "high_alchemy": "7800", @@ -47162,6 +47210,7 @@ { "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", @@ -47305,6 +47354,7 @@ { "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", @@ -47395,6 +47445,7 @@ { "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", @@ -47480,6 +47531,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", @@ -47489,7 +47541,7 @@ { "remove_head": "true", "requirements": "{1,70}", - "examine": "Dharok The Wretched's Helmet", + "examine": "Dharok the Wretched's helm.", "durability": null, "low_alchemy": "41200", "high_alchemy": "61800", @@ -47505,7 +47557,7 @@ { "remove_head": "true", "requirements": "{1,70}", - "examine": "Dharok The Wretched's Helmet", + "examine": "Dharok the Wretched's helm.", "durability": null, "low_alchemy": "41200", "high_alchemy": "61800", @@ -47521,7 +47573,7 @@ { "remove_head": "true", "requirements": "{1,70}", - "examine": "Dharok The Wretched's Helmet", + "examine": "Dharok the Wretched's helm.", "durability": null, "low_alchemy": "41200", "high_alchemy": "61800", @@ -47537,7 +47589,7 @@ { "remove_head": "true", "requirements": "{1,70}", - "examine": "Dharok The Wretched's Helmet", + "examine": "Dharok the Wretched's helm.", "durability": null, "low_alchemy": "41200", "high_alchemy": "61800", @@ -47554,7 +47606,7 @@ "remove_head": "true", "requirements": "{1,70}", "ge_buy_limit": "10", - "examine": "Dharok The Wretched's Helmet", + "examine": "Dharok the Wretched's helm.", "durability": null, "low_alchemy": "41200", "high_alchemy": "61800", @@ -47570,6 +47622,7 @@ { "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", @@ -47578,7 +47631,7 @@ }, { "turn90cw_anim": "2064", - "examine": "Dharok the Wretched's Greataxe.", + "examine": "Dharok the Wretched's greataxe.", "walk_anim": "2064", "low_alchemy": "83200", "turn90ccw_anim": "2064", @@ -47606,7 +47659,7 @@ }, { "turn90cw_anim": "2064", - "examine": "Dharok the Wretched's Greataxe.", + "examine": "Dharok the Wretched's greataxe.", "walk_anim": "2064", "low_alchemy": "83200", "turn90ccw_anim": "2064", @@ -47634,7 +47687,7 @@ }, { "turn90cw_anim": "2064", - "examine": "Dharok the Wretched's Greataxe.", + "examine": "Dharok the Wretched's greataxe.", "walk_anim": "2064", "low_alchemy": "83200", "turn90ccw_anim": "2064", @@ -47662,7 +47715,7 @@ }, { "turn90cw_anim": "2064", - "examine": "Dharok the Wretched's Greataxe.", + "examine": "Dharok the Wretched's greataxe.", "walk_anim": "2064", "low_alchemy": "83200", "turn90ccw_anim": "2064", @@ -47691,7 +47744,7 @@ { "ge_buy_limit": "10", "turn90cw_anim": "2064", - "examine": "Dharok the Wretched's Greataxe.", + "examine": "Dharok the Wretched's greataxe.", "walk_anim": "2064", "low_alchemy": "83200", "turn90ccw_anim": "2064", @@ -47718,6 +47771,7 @@ { "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", @@ -47726,7 +47780,7 @@ }, { "requirements": "{1,70}", - "examine": "Dharok the Wretched's platebody.", + "examine": "Dharok the Wretched's platebody armour.", "durability": null, "low_alchemy": "112000", "high_alchemy": "168000", @@ -47742,7 +47796,7 @@ }, { "requirements": "{1,70}", - "examine": "Dharok the Wretched's platebody.", + "examine": "Dharok the Wretched's platebody armour.", "durability": null, "low_alchemy": "112000", "high_alchemy": "168000", @@ -47758,7 +47812,7 @@ }, { "requirements": "{1,70}", - "examine": "Dharok the Wretched's platebody.", + "examine": "Dharok the Wretched's platebody armour.", "durability": null, "low_alchemy": "112000", "high_alchemy": "168000", @@ -47774,7 +47828,7 @@ }, { "requirements": "{1,70}", - "examine": "Dharok the Wretched's platebody.", + "examine": "Dharok the Wretched's platebody armour.", "durability": null, "low_alchemy": "112000", "high_alchemy": "168000", @@ -47791,7 +47845,7 @@ { "requirements": "{1,70}", "ge_buy_limit": "10", - "examine": "Dharok the Wretched's platebody.", + "examine": "Dharok the Wretched's platebody armour.", "durability": null, "low_alchemy": "112000", "high_alchemy": "168000", @@ -47808,6 +47862,7 @@ { "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", @@ -47816,7 +47871,7 @@ }, { "requirements": "{1,70}", - "examine": "Dharok the wretched's plate leg armour.", + "examine": "Dharok the Wretched's plate leg armour.", "durability": null, "low_alchemy": "110000", "high_alchemy": "165000", @@ -47831,7 +47886,7 @@ }, { "requirements": "{1,70}", - "examine": "Dharok the wretched's plate leg armour.", + "examine": "Dharok the Wretched's plate leg armour.", "durability": null, "low_alchemy": "110000", "high_alchemy": "165000", @@ -47846,7 +47901,7 @@ }, { "requirements": "{1,70}", - "examine": "Dharok the wretched's plate leg armour.", + "examine": "Dharok the Wretched's plate leg armour.", "durability": null, "low_alchemy": "110000", "high_alchemy": "165000", @@ -47861,7 +47916,7 @@ }, { "requirements": "{1,70}", - "examine": "Dharok the wretched's plate leg armour.", + "examine": "Dharok the Wretched's plate leg armour.", "durability": null, "low_alchemy": "110000", "high_alchemy": "165000", @@ -47877,7 +47932,7 @@ { "requirements": "{1,70}", "ge_buy_limit": "10", - "examine": "Dharok the wretched's plate leg armour.", + "examine": "Dharok the Wretched's plate leg armour.", "durability": null, "low_alchemy": "110000", "high_alchemy": "165000", @@ -47893,6 +47948,7 @@ { "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", @@ -47902,7 +47958,7 @@ { "remove_head": "true", "requirements": "{1,70}", - "examine": "Guthan the Infested's helm.", + "examine": "Guthan the Infested's helm", "durability": null, "low_alchemy": "41200", "high_alchemy": "61800", @@ -47919,7 +47975,7 @@ { "remove_head": "true", "requirements": "{1,70}", - "examine": "Guthan the Infested's helm.", + "examine": "Guthan the Infested's helm", "durability": null, "low_alchemy": "41200", "high_alchemy": "61800", @@ -47936,7 +47992,7 @@ { "remove_head": "true", "requirements": "{1,70}", - "examine": "Guthan the Infested's helm.", + "examine": "Guthan the Infested's helm", "durability": null, "low_alchemy": "41200", "high_alchemy": "61800", @@ -47953,7 +48009,7 @@ { "remove_head": "true", "requirements": "{1,70}", - "examine": "Guthan the Infested's helm.", + "examine": "Guthan the Infested's helm", "durability": null, "low_alchemy": "41200", "high_alchemy": "61800", @@ -47971,7 +48027,7 @@ "remove_head": "true", "requirements": "{1,70}", "ge_buy_limit": "10", - "examine": "Guthan the Infested's helm.", + "examine": "Guthan the Infested's helm", "durability": null, "low_alchemy": "41200", "high_alchemy": "61800", @@ -47988,6 +48044,7 @@ { "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", @@ -47996,7 +48053,7 @@ }, { "turn90cw_anim": "1207", - "examine": "Guthan The Infested's Warspear.", + "examine": "Guthan the Infested's warspear.", "walk_anim": "1205", "low_alchemy": "40000", "turn90ccw_anim": "1208", @@ -48024,7 +48081,7 @@ }, { "turn90cw_anim": "1207", - "examine": "Guthan The Infested's Warspear.", + "examine": "Guthan the Infested's warspear.", "walk_anim": "1205", "low_alchemy": "40000", "turn90ccw_anim": "1208", @@ -48052,7 +48109,7 @@ }, { "turn90cw_anim": "1207", - "examine": "Guthan The Infested's Warspear.", + "examine": "Guthan the Infested's warspear.", "walk_anim": "1205", "low_alchemy": "40000", "turn90ccw_anim": "1208", @@ -48080,7 +48137,7 @@ }, { "turn90cw_anim": "1207", - "examine": "Guthan The Infested's Warspear.", + "examine": "Guthan the Infested's warspear.", "walk_anim": "1205", "low_alchemy": "40000", "turn90ccw_anim": "1208", @@ -48109,7 +48166,7 @@ { "ge_buy_limit": "10", "turn90cw_anim": "1207", - "examine": "Guthan The Infested's Warspear.", + "examine": "Guthan the Infested's warspear.", "walk_anim": "1205", "low_alchemy": "40000", "turn90ccw_anim": "1208", @@ -48136,6 +48193,7 @@ { "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", @@ -48144,7 +48202,7 @@ }, { "requirements": "{1,70}", - "examine": "Guthan the Infested's platebody armour.", + "examine": "\tGuthan the Infested's platebody armour.", "durability": null, "low_alchemy": "112000", "high_alchemy": "168000", @@ -48160,7 +48218,7 @@ }, { "requirements": "{1,70}", - "examine": "Guthan the Infested's platebody armour.", + "examine": "\tGuthan the Infested's platebody armour.", "durability": null, "low_alchemy": "112000", "high_alchemy": "168000", @@ -48176,7 +48234,7 @@ }, { "requirements": "{1,70}", - "examine": "Guthan the Infested's platebody armour.", + "examine": "\tGuthan the Infested's platebody armour.", "durability": null, "low_alchemy": "112000", "high_alchemy": "168000", @@ -48192,7 +48250,7 @@ }, { "requirements": "{1,70}", - "examine": "Guthan the Infested's platebody armour.", + "examine": "\tGuthan the Infested's platebody armour.", "durability": null, "low_alchemy": "112000", "high_alchemy": "168000", @@ -48209,7 +48267,7 @@ { "requirements": "{1,70}", "ge_buy_limit": "10", - "examine": "Guthan the Infested's platebody armour.", + "examine": "\tGuthan the Infested's platebody armour.", "durability": null, "low_alchemy": "112000", "high_alchemy": "168000", @@ -48226,6 +48284,7 @@ { "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", @@ -48311,6 +48370,7 @@ { "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", @@ -48401,6 +48461,7 @@ { "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", @@ -48548,6 +48609,7 @@ { "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", @@ -48556,7 +48618,7 @@ }, { "requirements": "{1,70}-{4,70}", - "examine": "Karil the Tainted's leatherbody.", + "examine": "Karil the Tainted's leather body armour.", "durability": null, "low_alchemy": "20000", "high_alchemy": "30000", @@ -48572,7 +48634,7 @@ }, { "requirements": "{1,70}-{4,70}", - "examine": "Karil the Tainted's leatherbody.", + "examine": "Karil the Tainted's leather body armour.", "durability": null, "low_alchemy": "20000", "high_alchemy": "30000", @@ -48588,7 +48650,7 @@ }, { "requirements": "{1,70}-{4,70}", - "examine": "Karil the Tainted's leatherbody.", + "examine": "Karil the Tainted's leather body armour.", "durability": null, "low_alchemy": "20000", "high_alchemy": "30000", @@ -48604,7 +48666,7 @@ }, { "requirements": "{1,70}-{4,70}", - "examine": "Karil the Tainted's leatherbody.", + "examine": "Karil the Tainted's leather body armour.", "durability": null, "low_alchemy": "20000", "high_alchemy": "30000", @@ -48621,7 +48683,7 @@ { "requirements": "{1,70}-{4,70}", "ge_buy_limit": "1", - "examine": "Karil the Tainted's leatherbody.", + "examine": "Karil the Tainted's leather body armour.", "durability": null, "low_alchemy": "20000", "high_alchemy": "30000", @@ -48638,6 +48700,7 @@ { "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", @@ -48723,6 +48786,7 @@ { "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", @@ -48818,6 +48882,7 @@ { "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", @@ -48926,6 +48991,7 @@ { "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", @@ -48934,7 +49000,7 @@ }, { "requirements": "{1,70}", - "examine": "Torag the Corrupted's plate body armour.", + "examine": "\tTorag the Corrupted's platebody armour.", "durability": null, "low_alchemy": "112000", "high_alchemy": "168000", @@ -48950,7 +49016,7 @@ }, { "requirements": "{1,70}", - "examine": "Torag the Corrupted's plate body armour.", + "examine": "\tTorag the Corrupted's platebody armour.", "durability": null, "low_alchemy": "112000", "high_alchemy": "168000", @@ -48966,7 +49032,7 @@ }, { "requirements": "{1,70}", - "examine": "Torag the Corrupted's plate body armour.", + "examine": "\tTorag the Corrupted's platebody armour.", "durability": null, "low_alchemy": "112000", "high_alchemy": "168000", @@ -48982,7 +49048,7 @@ }, { "requirements": "{1,70}", - "examine": "Torag the Corrupted's plate body armour.", + "examine": "\tTorag the Corrupted's platebody armour.", "durability": null, "low_alchemy": "112000", "high_alchemy": "168000", @@ -48999,7 +49065,7 @@ { "requirements": "{1,70}", "ge_buy_limit": "10", - "examine": "Torag the Corrupted's plate body armour.", + "examine": "\tTorag the Corrupted's platebody armour.", "durability": null, "low_alchemy": "112000", "high_alchemy": "168000", @@ -49016,6 +49082,7 @@ { "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", @@ -49101,6 +49168,7 @@ { "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", @@ -49196,6 +49264,7 @@ { "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", @@ -49204,7 +49273,7 @@ }, { "turn90cw_anim": "2060", - "examine": "Verac the Defiled's Flail.", + "examine": "Verac the Defiled's flail.", "walk_anim": "1830", "low_alchemy": "64000", "turn90ccw_anim": "2060", @@ -49232,7 +49301,7 @@ }, { "turn90cw_anim": "2060", - "examine": "Verac the Defiled's Flail.", + "examine": "Verac the Defiled's flail.", "walk_anim": "1830", "low_alchemy": "64000", "turn90ccw_anim": "2060", @@ -49260,7 +49329,7 @@ }, { "turn90cw_anim": "2060", - "examine": "Verac the Defiled's Flail.", + "examine": "Verac the Defiled's flail.", "walk_anim": "1830", "low_alchemy": "64000", "turn90ccw_anim": "2060", @@ -49288,7 +49357,7 @@ }, { "turn90cw_anim": "2060", - "examine": "Verac the Defiled's Flail.", + "examine": "Verac the Defiled's flail.", "walk_anim": "1830", "low_alchemy": "64000", "turn90ccw_anim": "2060", @@ -49317,7 +49386,7 @@ { "ge_buy_limit": "10", "turn90cw_anim": "2060", - "examine": "Verac the Defiled's Flail.", + "examine": "Verac the Defiled's flail.", "walk_anim": "1830", "low_alchemy": "64000", "turn90ccw_anim": "2060", @@ -49344,6 +49413,7 @@ { "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", @@ -49434,6 +49504,7 @@ { "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", @@ -49519,6 +49590,7 @@ { "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", @@ -68712,7 +68784,7 @@ { "shop_price": "54", "ge_buy_limit": "1000", - "examine": "All the good of the earth.", + "examine": "\tStill needs two more ingredients.", "grand_exchange_price": "77", "durability": null, "name": "Part mud pie", @@ -68725,6 +68797,7 @@ { "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", @@ -68734,7 +68807,7 @@ { "shop_price": "54", "ge_buy_limit": "1000", - "examine": "All the good of the earth.", + "examine": "Still needs one more ingredient.", "grand_exchange_price": "284", "durability": null, "name": "Part mud pie", @@ -68747,6 +68820,7 @@ { "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", @@ -68768,6 +68842,7 @@ { "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", @@ -68800,6 +68875,7 @@ { "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", @@ -68808,7 +68884,7 @@ }, { "ge_buy_limit": "1000", - "examine": "What I wouldn't give for a good steak about now...", + "examine": "Still needs two more ingredients.", "grand_exchange_price": "94", "durability": null, "name": "Part garden pie", @@ -68821,6 +68897,7 @@ { "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", @@ -68829,7 +68906,7 @@ }, { "ge_buy_limit": "1000", - "examine": "What I wouldn't give for a good steak about now...", + "examine": "Still needs one more ingredient.", "grand_exchange_price": "150", "durability": null, "name": "Part garden pie", @@ -68842,6 +68919,7 @@ { "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", @@ -68864,6 +68942,7 @@ { "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", @@ -68885,6 +68964,7 @@ { "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", @@ -68906,6 +68986,7 @@ { "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", @@ -68914,7 +68995,7 @@ }, { "ge_buy_limit": "1000", - "examine": "Bounty of the sea.", + "examine": "Still needs two more ingredients.", "grand_exchange_price": "51", "durability": null, "name": "Part fish pie", @@ -68927,6 +69008,7 @@ { "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", @@ -68935,7 +69017,7 @@ }, { "ge_buy_limit": "1000", - "examine": "Bounty of the sea.", + "examine": "Still needs one more ingredient.", "grand_exchange_price": "691", "durability": null, "name": "Part fish pie", @@ -68948,6 +69030,7 @@ { "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", @@ -68970,6 +69053,7 @@ { "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", @@ -68991,6 +69075,7 @@ { "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", @@ -69012,6 +69097,7 @@ { "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", @@ -69020,7 +69106,7 @@ }, { "ge_buy_limit": "1000", - "examine": "Much tastier than a normal fish pie.", + "examine": "Still needs two more ingredients. ", "grand_exchange_price": "159", "durability": null, "name": "Part admiral pie", @@ -69031,6 +69117,7 @@ { "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", @@ -69039,7 +69126,7 @@ }, { "ge_buy_limit": "1000", - "examine": "Much tastier than a normal fish pie.", + "examine": "Still needs one more ingredient.", "grand_exchange_price": "537", "durability": null, "name": "Part admiral pie", @@ -69050,6 +69137,7 @@ { "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", @@ -69072,6 +69160,7 @@ { "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", @@ -69091,6 +69180,7 @@ { "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", @@ -69110,6 +69200,7 @@ { "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", @@ -69118,7 +69209,7 @@ }, { "ge_buy_limit": "1000", - "examine": "A triumph of man over nature.", + "examine": "Still needs two more ingredients.", "grand_exchange_price": "126", "durability": null, "name": "Part wild pie", @@ -69131,6 +69222,7 @@ { "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", @@ -69139,7 +69231,7 @@ }, { "ge_buy_limit": "1000", - "examine": "A triumph of man over nature.", + "examine": "Still needs one more ingredient.", "grand_exchange_price": "1116", "durability": null, "name": "Part wild pie", @@ -69152,6 +69244,7 @@ { "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", @@ -69173,6 +69266,7 @@ { "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", @@ -69194,6 +69288,7 @@ { "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", @@ -69215,6 +69310,7 @@ { "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", @@ -69223,7 +69319,7 @@ }, { "ge_buy_limit": "1000", - "examine": "All the fruits of a very small forest.", + "examine": "Still needs two more ingredients.", "grand_exchange_price": "495", "durability": null, "name": "Part summer pie", @@ -69236,6 +69332,7 @@ { "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", @@ -69244,7 +69341,7 @@ }, { "ge_buy_limit": "1000", - "examine": "All the fruits of a very small forest.", + "examine": "Still needs one more ingredient.", "grand_exchange_price": "980", "durability": null, "name": "Part summer pie", @@ -69257,6 +69354,7 @@ { "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", @@ -69279,6 +69377,7 @@ { "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", @@ -69300,6 +69399,7 @@ { "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", @@ -69321,6 +69421,7 @@ { "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", @@ -123123,23 +123224,24 @@ "durability": null, "low_alchemy": "8", "high_alchemy": "12", - "destroy": "true", + "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" }, { "shop_price": "20", - "examine": "Useful for catching crayfish.", + "examine": "Swap this note at any bank for the equivalent item.", "durability": null, "low_alchemy": "8", "high_alchemy": "12", - "destroy": "true", + "destroy": "false", "attack_speed": "4", "destroy_message": "Drop", "grand_exchange_price": "25", @@ -123154,23 +123256,24 @@ "durability": null, "low_alchemy": "2", "high_alchemy": "3", - "destroy": "true", + "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" }, { "shop_price": "5", - "examine": "Some cooked crayfish. Eat it to heal.", + "examine": "Swap this note at any bank for the equivalent item.", "durability": null, "low_alchemy": "2", "high_alchemy": "3", - "destroy": "true", + "destroy": "false", "attack_speed": "4", "destroy_message": "Drop", "grand_exchange_price": "32", @@ -123185,23 +123288,24 @@ "durability": null, "low_alchemy": "2", "high_alchemy": "3", - "destroy": "true", + "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" }, { "shop_price": "5", - "examine": "I should try cooking this. Used in Cooking (1).", + "examine": "Swap this note at any bank for the equivalent item.", "durability": null, "low_alchemy": "2", "high_alchemy": "3", - "destroy": "true", + "destroy": "false", "attack_speed": "4", "destroy_message": "Drop", "grand_exchange_price": "41", @@ -123214,7 +123318,9 @@ "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", @@ -123222,10 +123328,12 @@ }, { "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" }, From 6e0ac5a7923bf0edbacc32da6b14d7bb39ee429a Mon Sep 17 00:00:00 2001 From: skelsoft <9147770-skelsoft@users.noreply.gitlab.com> Date: Fri, 20 Aug 2021 12:40:00 +1000 Subject: [PATCH 27/33] Fix: Morytania QA Pass 1, misc fixes Drezel (IDs 1049, 7690, 7707) examine added. Ulizius (ID 1054) examine added. Hiylik Myna (ID 1514) examine added. Filiman Tarlock (ID 1050) examine added. Nature Spirit (ID 1051) examine added. Wall underneath Paterdormus temple (ID 30532) examine added. Gravestone (IDs 30671, 30672) examine added. Gravestone (IDs 30667, 30669) examine added. Wishing well (ID 28715) examine added. Inert obelisk (IDs 28720, 28721) examine added. Druid pouch (empty) (ID 2957) examine corrected. Ghoul (ID 1218) stats corrected. Ghoul correct respawn delay of 21 seconds. Ghoul Champion (ID 3059) stats corrected. Myre Blamish Snail (IDs 1227, 1232) stats corrected. Blood Blamish Snail (IDs 1228, 1233) stats corrected. Corrected spawn locations of Blood Blamish Snails. Ochre Blamish Snail (IDs 1229, 1234) stats corrected. Bruise Blamish Snail (IDs 1230, 1235) stats corrected. Bark Blamish Snail (ID 1231) stats corrected. Corrected spawn locations of Bark Blamish Snails. All snails are correctly aggressive, and have correct respawn delays of 30 seconds. Added the Falador Farm Sheepdog. The most important change of this PR. --- Server/data/configs/item_configs.json | 2 +- Server/data/configs/npc_configs.json | 1164 +++-------------------- Server/data/configs/npc_spawns.json | 10 +- Server/data/configs/object_configs.json | 34 +- 4 files changed, 191 insertions(+), 1019 deletions(-) diff --git a/Server/data/configs/item_configs.json b/Server/data/configs/item_configs.json index e06274c39..1101cecd2 100644 --- a/Server/data/configs/item_configs.json +++ b/Server/data/configs/item_configs.json @@ -31513,7 +31513,7 @@ "id": "2956" }, { - "examine": "A druid pouch.", + "examine": "An empty druid pouch.", "durability": null, "name": "Druid pouch", "low_alchemy": "2", diff --git a/Server/data/configs/npc_configs.json b/Server/data/configs/npc_configs.json index e6270d816..585640bd8 100644 --- a/Server/data/configs/npc_configs.json +++ b/Server/data/configs/npc_configs.json @@ -12546,21 +12546,24 @@ "slayer_task": "37", "melee_animation": "422", "range_animation": "422", - "attack_speed": "5", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "21", "defence_animation": "404", "weakness": "9", "slayer_exp": "50", "magic_animation": "422", "death_animation": "9055", "name": "Ghoul", - "defence_level": "25", + "defence_level": "30", "safespot": null, - "lifepoints": "40", - "strength_level": "25", + "lifepoints": "50", + "strength_level": "40", "id": "1218", - "bonuses": "10,10,20,20,15,20,15,15,15,15,15,35,0,0,0", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", "range_level": "1", - "attack_level": "25" + "attack_level": "30" }, { "examine": "Yuck! It's all slimy!", @@ -12620,184 +12623,221 @@ "attack_level": "1" }, { - "examine": "A marsh coloured blamish snail", + "examine": "A marsh coloured blamish snail, these types are said to spit acid.", "combat_style": "1", "melee_animation": "8143", "range_animation": "0", - "respawn_delay": "60", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "30", "defence_animation": "0", "weakness": "9", "slayer_exp": "0", "magic_animation": "0", "death_animation": "8144", "name": "Myre Blamish Snail", - "defence_level": "10", + "defence_level": "22", "safespot": null, - "lifepoints": "14", - "strength_level": "10", + "lifepoints": "8", + "strength_level": "0", "id": "1227", - "range_level": "1", - "attack_level": "10" + "aggressive": "true", + "bonuses": "10,10,10,0,0,5,5,30,5,50,0,10,0,0,0", + "range_level": "5", + "attack_level": "0" }, { - "examine": "A blood coloured blamish snail", + "examine": "A blood coloured blamish snail, these types are said to spit acid.", "combat_style": "1", "melee_animation": "8143", "range_animation": "0", - "respawn_delay": "60", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "30", "defence_animation": "0", "weakness": "9", "slayer_exp": "0", "magic_animation": "0", "death_animation": "8144", "name": "Blood Blamish Snail", - "defence_level": "10", + "defence_level": "45", "safespot": null, - "lifepoints": "14", - "strength_level": "10", + "lifepoints": "13", + "strength_level": "0", "id": "1228", - "range_level": "1", - "attack_level": "10" + "aggressive": "true", + "bonuses": "10,10,10,0,0,5,5,30,5,50,0,10,0,0,0", + "range_level": "12", + "attack_level": "0" }, { - "examine": "A muddy coloured blamish snail", + "examine": "A muddy coloured blamish snail, these types are said to spit acid.", "combat_style": "1", "melee_animation": "8143", "range_animation": "0", - "respawn_delay": "60", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "30", "defence_animation": "0", "weakness": "9", "slayer_exp": "0", "magic_animation": "0", "death_animation": "8144", "name": "Ochre Blamish Snail", - "defence_level": "10", + "defence_level": "18", "safespot": null, - "lifepoints": "14", - "strength_level": "10", + "lifepoints": "10", + "strength_level": "0", "id": "1229", - "range_level": "1", - "attack_level": "10" + "aggressive": "true", + "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", + "examine": "A bruise blue coloured blamish snail, these types are said to spit acid.", "combat_style": "1", "melee_animation": "8143", "range_animation": "0", - "respawn_delay": "60", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "30", "defence_animation": "0", "weakness": "9", "slayer_exp": "0", "magic_animation": "0", "death_animation": "8144", "name": "Bruise Blamish Snail", - "defence_level": "10", + "defence_level": "40", "safespot": null, - "lifepoints": "14", - "strength_level": "10", + "lifepoints": "12", + "strength_level": "0", "id": "1230", - "range_level": "1", - "attack_level": "10" + "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 branch bark coloured blamish snail", + "agg_radius": "", + "examine": "A branch bark coloured blamish snail, these types are said to spit acid.", "combat_style": "1", "melee_animation": "8143", "range_animation": "0", - "respawn_delay": "60", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "30", "defence_animation": "0", "weakness": "9", "slayer_exp": "0", "magic_animation": "0", "death_animation": "8144", "name": "Bark Blamish Snail", - "defence_level": "10", + "defence_level": "20", "safespot": null, - "lifepoints": "14", - "strength_level": "10", + "lifepoints": "22", + "strength_level": "0", "id": "1231", - "range_level": "1", - "attack_level": "10" + "aggressive": "true", + "bonuses": "10,10,10,0,0,5,5,30,5,50,0,10,0,0,0", + "range_level": "10", + "attack_level": "0" }, { - "examine": "A marsh coloured blamish snail", + "examine": "A marsh coloured blamish snail, these types are said to spit acid.", "combat_style": "1", "melee_animation": "8143", "range_animation": "0", - "respawn_delay": "60", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "30", "defence_animation": "0", "weakness": "9", "slayer_exp": "0", "magic_animation": "0", "death_animation": "8144", "name": "Myre Blamish Snail", - "defence_level": "10", + "defence_level": "22", "safespot": null, - "lifepoints": "14", - "strength_level": "10", + "lifepoints": "8", + "strength_level": "0", "id": "1232", - "range_level": "1", - "attack_level": "10" + "aggressive": "true", + "bonuses": "10,10,10,0,0,5,5,30,5,50,0,10,0,0,0", + "range_level": "5", + "attack_level": "0" }, { - "examine": "A blood coloured blamish snail", + "examine": "A blood coloured blamish snail, these types are said to spit acid.", "combat_style": "1", "melee_animation": "8143", "range_animation": "0", - "respawn_delay": "60", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "30", "defence_animation": "0", "weakness": "9", "slayer_exp": "0", "magic_animation": "0", "death_animation": "8144", "name": "Blood Blamish Snail", - "defence_level": "10", + "defence_level": "45", "safespot": null, - "lifepoints": "14", - "strength_level": "10", + "lifepoints": "13", + "strength_level": "0", "id": "1233", - "range_level": "1", - "attack_level": "10" + "aggressive": "true", + "bonuses": "10,10,10,0,0,5,5,30,5,50,0,10,0,0,0", + "range_level": "12", + "attack_level": "0" }, { - "examine": "A muddy coloured blamish snail", + "examine": "A muddy coloured blamish snail, these types are said to spit acid.", "combat_style": "1", "melee_animation": "8143", "range_animation": "0", - "respawn_delay": "60", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "30", "defence_animation": "0", "weakness": "9", "slayer_exp": "0", "magic_animation": "0", "death_animation": "8144", "name": "Ochre Blamish Snail", - "defence_level": "10", + "defence_level": "18", "safespot": null, - "lifepoints": "14", - "strength_level": "10", + "lifepoints": "10", + "strength_level": "0", "id": "1234", - "range_level": "1", - "attack_level": "10" + "aggressive": "true", + "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", + "examine": "A bruise blue coloured blamish snail, these types are said to spit acid.", "combat_style": "1", "melee_animation": "8143", "range_animation": "0", - "respawn_delay": "60", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "30", "defence_animation": "0", "weakness": "9", "slayer_exp": "0", "magic_animation": "0", "death_animation": "8144", "name": "Bruise Blamish Snail", - "defence_level": "10", + "defence_level": "40", "safespot": null, - "lifepoints": "14", - "strength_level": "10", + "lifepoints": "12", + "strength_level": "0", "id": "1235", - "range_level": "1", - "attack_level": "10" + "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.", @@ -28265,6 +28305,8 @@ "examine": "Champion of the ghouls.", "melee_animation": "422", "range_animation": "0", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "60", "defence_animation": "0", "weakness": "9", @@ -28272,14 +28314,15 @@ "magic_animation": "0", "death_animation": "836", "name": "Ghoul Champion", - "defence_level": "43", + "defence_level": "60", "safespot": null, - "lifepoints": "61", - "strength_level": "43", + "lifepoints": "100", + "strength_level": "80", "id": "3059", "aggressive": "true", - "range_level": "43", - "attack_level": "43" + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "60", + "attack_level": "60" }, { "examine": "Champion of the goblins.", @@ -69281,26 +69324,6 @@ "range_level": "1", "attack_level": "28" }, - { - "examine": "Champion of the ghouls.", - "melee_animation": "422", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "slayer_exp": "50", - "magic_animation": "0", - "death_animation": "836", - "name": "Ghoul Champion", - "defence_level": "43", - "safespot": null, - "lifepoints": "61", - "strength_level": "43", - "id": "3059", - "aggressive": "true", - "range_level": "43", - "attack_level": "43" - }, { "examine": "Champion of the goblins.", "melee_animation": "6188", @@ -86798,27 +86821,6 @@ "range_level": "1", "attack_level": "4" }, - { - "examine": "A scary, man eating ghoul.", - "slayer_task": "37", - "melee_animation": "422", - "range_animation": "422", - "attack_speed": "5", - "defence_animation": "404", - "weakness": "9", - "slayer_exp": "50", - "magic_animation": "422", - "death_animation": "9055", - "name": "Ghoul", - "defence_level": "25", - "safespot": null, - "lifepoints": "40", - "strength_level": "25", - "id": "1218", - "bonuses": "10,10,20,20,15,20,15,15,15,15,15,35,0,0,0", - "range_level": "1", - "attack_level": "25" - }, { "examine": "Yuck! It's all slimy!", "melee_animation": "1273", @@ -86876,186 +86878,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "A marsh coloured blamish snail", - "combat_style": "1", - "melee_animation": "8143", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "slayer_exp": "0", - "magic_animation": "0", - "death_animation": "8144", - "name": "Myre Blamish Snail", - "defence_level": "10", - "safespot": null, - "lifepoints": "14", - "strength_level": "10", - "id": "1227", - "range_level": "1", - "attack_level": "10" - }, - { - "examine": "A blood coloured blamish snail", - "combat_style": "1", - "melee_animation": "8143", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "slayer_exp": "0", - "magic_animation": "0", - "death_animation": "8144", - "name": "Blood Blamish Snail", - "defence_level": "10", - "safespot": null, - "lifepoints": "14", - "strength_level": "10", - "id": "1228", - "range_level": "1", - "attack_level": "10" - }, - { - "examine": "A muddy coloured blamish snail", - "combat_style": "1", - "melee_animation": "8143", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "slayer_exp": "0", - "magic_animation": "0", - "death_animation": "8144", - "name": "Ochre Blamish Snail", - "defence_level": "10", - "safespot": null, - "lifepoints": "14", - "strength_level": "10", - "id": "1229", - "range_level": "1", - "attack_level": "10" - }, - { - "examine": "A bruise blue coloured blamish snail", - "combat_style": "1", - "melee_animation": "8143", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "slayer_exp": "0", - "magic_animation": "0", - "death_animation": "8144", - "name": "Bruise Blamish Snail", - "defence_level": "10", - "safespot": null, - "lifepoints": "14", - "strength_level": "10", - "id": "1230", - "range_level": "1", - "attack_level": "10" - }, - { - "examine": "A branch bark coloured blamish snail", - "combat_style": "1", - "melee_animation": "8143", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "slayer_exp": "0", - "magic_animation": "0", - "death_animation": "8144", - "name": "Bark Blamish Snail", - "defence_level": "10", - "safespot": null, - "lifepoints": "14", - "strength_level": "10", - "id": "1231", - "range_level": "1", - "attack_level": "10" - }, - { - "examine": "A marsh coloured blamish snail", - "combat_style": "1", - "melee_animation": "8143", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "slayer_exp": "0", - "magic_animation": "0", - "death_animation": "8144", - "name": "Myre Blamish Snail", - "defence_level": "10", - "safespot": null, - "lifepoints": "14", - "strength_level": "10", - "id": "1232", - "range_level": "1", - "attack_level": "10" - }, - { - "examine": "A blood coloured blamish snail", - "combat_style": "1", - "melee_animation": "8143", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "slayer_exp": "0", - "magic_animation": "0", - "death_animation": "8144", - "name": "Blood Blamish Snail", - "defence_level": "10", - "safespot": null, - "lifepoints": "14", - "strength_level": "10", - "id": "1233", - "range_level": "1", - "attack_level": "10" - }, - { - "examine": "A muddy coloured blamish snail", - "combat_style": "1", - "melee_animation": "8143", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "slayer_exp": "0", - "magic_animation": "0", - "death_animation": "8144", - "name": "Ochre Blamish Snail", - "defence_level": "10", - "safespot": null, - "lifepoints": "14", - "strength_level": "10", - "id": "1234", - "range_level": "1", - "attack_level": "10" - }, - { - "examine": "A bruise blue coloured blamish snail", - "combat_style": "1", - "melee_animation": "8143", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "slayer_exp": "0", - "magic_animation": "0", - "death_animation": "8144", - "name": "Bruise Blamish Snail", - "defence_level": "10", - "safespot": null, - "lifepoints": "14", - "strength_level": "10", - "id": "1235", - "range_level": "1", - "attack_level": "10" - }, { "examine": "A Bedabin nomad fighter - a sandy swordsman.", "melee_animation": "390", @@ -97104,22 +96926,6 @@ "range_level": "1", "attack_level": "2" }, - { - "examine": "Farmer/sheep liaison officer. Go on - give the dog a bone!", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Sheepdog", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2311", - "range_level": "1", - "attack_level": "1" - }, { "examine": "He rules the", "melee_animation": "0", @@ -102364,26 +102170,6 @@ "range_level": "1", "attack_level": "28" }, - { - "examine": "Champion of the ghouls.", - "melee_animation": "422", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "slayer_exp": "50", - "magic_animation": "0", - "death_animation": "836", - "name": "Ghoul Champion", - "defence_level": "43", - "safespot": null, - "lifepoints": "61", - "strength_level": "43", - "id": "3059", - "aggressive": "true", - "range_level": "43", - "attack_level": "43" - }, { "examine": "Champion of the goblins.", "melee_animation": "6188", @@ -135268,55 +135054,6 @@ "range_level": "65", "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", - "bonuses": "47,50,52,52,54,49,13,3,13,4,0,0,0,0,0", - "range_level": "21", - "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", - "bonuses": "47,50,52,52,54,49,13,3,13,4,0,0,0,0,0", - "range_level": "21", - "projectile": "1386", - "attack_level": "19" - }, { "combat_style": "2", "melee_animation": "7970", @@ -143627,26 +143364,6 @@ "range_level": "1", "attack_level": "28" }, - { - "examine": "Champion of the ghouls.", - "melee_animation": "422", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "slayer_exp": "50", - "magic_animation": "0", - "death_animation": "836", - "name": "Ghoul Champion", - "defence_level": "43", - "safespot": null, - "lifepoints": "61", - "strength_level": "43", - "id": "3059", - "aggressive": "true", - "range_level": "43", - "attack_level": "43" - }, { "examine": "Champion of the goblins.", "melee_animation": "6188", @@ -161152,27 +160869,6 @@ "range_level": "1", "attack_level": "4" }, - { - "examine": "A scary, man eating ghoul.", - "slayer_task": "37", - "melee_animation": "422", - "range_animation": "422", - "attack_speed": "5", - "defence_animation": "404", - "weakness": "9", - "slayer_exp": "50", - "magic_animation": "422", - "death_animation": "9055", - "name": "Ghoul", - "defence_level": "25", - "safespot": null, - "lifepoints": "40", - "strength_level": "25", - "id": "1218", - "bonuses": "10,10,20,20,15,20,15,15,15,15,15,35,0,0,0", - "range_level": "1", - "attack_level": "25" - }, { "examine": "Yuck! It's all slimy!", "melee_animation": "1273", @@ -161230,186 +160926,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "A marsh coloured blamish snail", - "combat_style": "1", - "melee_animation": "8143", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "slayer_exp": "0", - "magic_animation": "0", - "death_animation": "8144", - "name": "Myre Blamish Snail", - "defence_level": "10", - "safespot": null, - "lifepoints": "14", - "strength_level": "10", - "id": "1227", - "range_level": "1", - "attack_level": "10" - }, - { - "examine": "A blood coloured blamish snail", - "combat_style": "1", - "melee_animation": "8143", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "slayer_exp": "0", - "magic_animation": "0", - "death_animation": "8144", - "name": "Blood Blamish Snail", - "defence_level": "10", - "safespot": null, - "lifepoints": "14", - "strength_level": "10", - "id": "1228", - "range_level": "1", - "attack_level": "10" - }, - { - "examine": "A muddy coloured blamish snail", - "combat_style": "1", - "melee_animation": "8143", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "slayer_exp": "0", - "magic_animation": "0", - "death_animation": "8144", - "name": "Ochre Blamish Snail", - "defence_level": "10", - "safespot": null, - "lifepoints": "14", - "strength_level": "10", - "id": "1229", - "range_level": "1", - "attack_level": "10" - }, - { - "examine": "A bruise blue coloured blamish snail", - "combat_style": "1", - "melee_animation": "8143", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "slayer_exp": "0", - "magic_animation": "0", - "death_animation": "8144", - "name": "Bruise Blamish Snail", - "defence_level": "10", - "safespot": null, - "lifepoints": "14", - "strength_level": "10", - "id": "1230", - "range_level": "1", - "attack_level": "10" - }, - { - "examine": "A branch bark coloured blamish snail", - "combat_style": "1", - "melee_animation": "8143", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "slayer_exp": "0", - "magic_animation": "0", - "death_animation": "8144", - "name": "Bark Blamish Snail", - "defence_level": "10", - "safespot": null, - "lifepoints": "14", - "strength_level": "10", - "id": "1231", - "range_level": "1", - "attack_level": "10" - }, - { - "examine": "A marsh coloured blamish snail", - "combat_style": "1", - "melee_animation": "8143", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "slayer_exp": "0", - "magic_animation": "0", - "death_animation": "8144", - "name": "Myre Blamish Snail", - "defence_level": "10", - "safespot": null, - "lifepoints": "14", - "strength_level": "10", - "id": "1232", - "range_level": "1", - "attack_level": "10" - }, - { - "examine": "A blood coloured blamish snail", - "combat_style": "1", - "melee_animation": "8143", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "slayer_exp": "0", - "magic_animation": "0", - "death_animation": "8144", - "name": "Blood Blamish Snail", - "defence_level": "10", - "safespot": null, - "lifepoints": "14", - "strength_level": "10", - "id": "1233", - "range_level": "1", - "attack_level": "10" - }, - { - "examine": "A muddy coloured blamish snail", - "combat_style": "1", - "melee_animation": "8143", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "slayer_exp": "0", - "magic_animation": "0", - "death_animation": "8144", - "name": "Ochre Blamish Snail", - "defence_level": "10", - "safespot": null, - "lifepoints": "14", - "strength_level": "10", - "id": "1234", - "range_level": "1", - "attack_level": "10" - }, - { - "examine": "A bruise blue coloured blamish snail", - "combat_style": "1", - "melee_animation": "8143", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "slayer_exp": "0", - "magic_animation": "0", - "death_animation": "8144", - "name": "Bruise Blamish Snail", - "defence_level": "10", - "safespot": null, - "lifepoints": "14", - "strength_level": "10", - "id": "1235", - "range_level": "1", - "attack_level": "10" - }, { "examine": "A Bedabin nomad fighter - a sandy swordsman.", "melee_animation": "390", @@ -171458,22 +170974,6 @@ "range_level": "1", "attack_level": "2" }, - { - "examine": "Farmer/sheep liaison officer. Go on - give the dog a bone!", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Sheepdog", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2311", - "range_level": "1", - "attack_level": "1" - }, { "examine": "He rules the", "melee_animation": "0", @@ -176718,26 +176218,6 @@ "range_level": "1", "attack_level": "28" }, - { - "examine": "Champion of the ghouls.", - "melee_animation": "422", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "slayer_exp": "50", - "magic_animation": "0", - "death_animation": "836", - "name": "Ghoul Champion", - "defence_level": "43", - "safespot": null, - "lifepoints": "61", - "strength_level": "43", - "id": "3059", - "aggressive": "true", - "range_level": "43", - "attack_level": "43" - }, { "examine": "Champion of the goblins.", "melee_animation": "6188", @@ -209374,55 +208854,6 @@ "range_level": "65", "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", - "bonuses": "47,50,52,52,54,49,13,3,13,4,0,0,0,0,0", - "range_level": "21", - "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", - "bonuses": "47,50,52,52,54,49,13,3,13,4,0,0,0,0,0", - "range_level": "21", - "projectile": "1386", - "attack_level": "19" - }, { "combat_style": "2", "melee_animation": "7970", @@ -217733,26 +217164,6 @@ "range_level": "1", "attack_level": "28" }, - { - "examine": "Champion of the ghouls.", - "melee_animation": "422", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "slayer_exp": "50", - "magic_animation": "0", - "death_animation": "836", - "name": "Ghoul Champion", - "defence_level": "43", - "safespot": null, - "lifepoints": "61", - "strength_level": "43", - "id": "3059", - "aggressive": "true", - "range_level": "43", - "attack_level": "43" - }, { "examine": "Champion of the goblins.", "melee_animation": "6188", @@ -235250,27 +234661,6 @@ "range_level": "1", "attack_level": "4" }, - { - "examine": "A scary, man eating ghoul.", - "slayer_task": "37", - "melee_animation": "422", - "range_animation": "422", - "attack_speed": "5", - "defence_animation": "404", - "weakness": "9", - "slayer_exp": "50", - "magic_animation": "422", - "death_animation": "9055", - "name": "Ghoul", - "defence_level": "25", - "safespot": null, - "lifepoints": "40", - "strength_level": "25", - "id": "1218", - "bonuses": "10,10,20,20,15,20,15,15,15,15,15,35,0,0,0", - "range_level": "1", - "attack_level": "25" - }, { "examine": "Yuck! It's all slimy!", "melee_animation": "1273", @@ -235328,186 +234718,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "A marsh coloured blamish snail", - "combat_style": "1", - "melee_animation": "8143", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "slayer_exp": "0", - "magic_animation": "0", - "death_animation": "8144", - "name": "Myre Blamish Snail", - "defence_level": "10", - "safespot": null, - "lifepoints": "14", - "strength_level": "10", - "id": "1227", - "range_level": "1", - "attack_level": "10" - }, - { - "examine": "A blood coloured blamish snail", - "combat_style": "1", - "melee_animation": "8143", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "slayer_exp": "0", - "magic_animation": "0", - "death_animation": "8144", - "name": "Blood Blamish Snail", - "defence_level": "10", - "safespot": null, - "lifepoints": "14", - "strength_level": "10", - "id": "1228", - "range_level": "1", - "attack_level": "10" - }, - { - "examine": "A muddy coloured blamish snail", - "combat_style": "1", - "melee_animation": "8143", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "slayer_exp": "0", - "magic_animation": "0", - "death_animation": "8144", - "name": "Ochre Blamish Snail", - "defence_level": "10", - "safespot": null, - "lifepoints": "14", - "strength_level": "10", - "id": "1229", - "range_level": "1", - "attack_level": "10" - }, - { - "examine": "A bruise blue coloured blamish snail", - "combat_style": "1", - "melee_animation": "8143", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "slayer_exp": "0", - "magic_animation": "0", - "death_animation": "8144", - "name": "Bruise Blamish Snail", - "defence_level": "10", - "safespot": null, - "lifepoints": "14", - "strength_level": "10", - "id": "1230", - "range_level": "1", - "attack_level": "10" - }, - { - "examine": "A branch bark coloured blamish snail", - "combat_style": "1", - "melee_animation": "8143", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "slayer_exp": "0", - "magic_animation": "0", - "death_animation": "8144", - "name": "Bark Blamish Snail", - "defence_level": "10", - "safespot": null, - "lifepoints": "14", - "strength_level": "10", - "id": "1231", - "range_level": "1", - "attack_level": "10" - }, - { - "examine": "A marsh coloured blamish snail", - "combat_style": "1", - "melee_animation": "8143", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "slayer_exp": "0", - "magic_animation": "0", - "death_animation": "8144", - "name": "Myre Blamish Snail", - "defence_level": "10", - "safespot": null, - "lifepoints": "14", - "strength_level": "10", - "id": "1232", - "range_level": "1", - "attack_level": "10" - }, - { - "examine": "A blood coloured blamish snail", - "combat_style": "1", - "melee_animation": "8143", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "slayer_exp": "0", - "magic_animation": "0", - "death_animation": "8144", - "name": "Blood Blamish Snail", - "defence_level": "10", - "safespot": null, - "lifepoints": "14", - "strength_level": "10", - "id": "1233", - "range_level": "1", - "attack_level": "10" - }, - { - "examine": "A muddy coloured blamish snail", - "combat_style": "1", - "melee_animation": "8143", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "slayer_exp": "0", - "magic_animation": "0", - "death_animation": "8144", - "name": "Ochre Blamish Snail", - "defence_level": "10", - "safespot": null, - "lifepoints": "14", - "strength_level": "10", - "id": "1234", - "range_level": "1", - "attack_level": "10" - }, - { - "examine": "A bruise blue coloured blamish snail", - "combat_style": "1", - "melee_animation": "8143", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "slayer_exp": "0", - "magic_animation": "0", - "death_animation": "8144", - "name": "Bruise Blamish Snail", - "defence_level": "10", - "safespot": null, - "lifepoints": "14", - "strength_level": "10", - "id": "1235", - "range_level": "1", - "attack_level": "10" - }, { "examine": "A Bedabin nomad fighter - a sandy swordsman.", "melee_animation": "390", @@ -245556,22 +244766,6 @@ "range_level": "1", "attack_level": "2" }, - { - "examine": "Farmer/sheep liaison officer. Go on - give the dog a bone!", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Sheepdog", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2311", - "range_level": "1", - "attack_level": "1" - }, { "examine": "He rules the", "melee_animation": "0", @@ -250816,26 +250010,6 @@ "range_level": "1", "attack_level": "28" }, - { - "examine": "Champion of the ghouls.", - "melee_animation": "422", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "slayer_exp": "50", - "magic_animation": "0", - "death_animation": "836", - "name": "Ghoul Champion", - "defence_level": "43", - "safespot": null, - "lifepoints": "61", - "strength_level": "43", - "id": "3059", - "aggressive": "true", - "range_level": "43", - "attack_level": "43" - }, { "examine": "Champion of the goblins.", "melee_animation": "6188", @@ -283720,55 +282894,6 @@ "range_level": "65", "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", - "bonuses": "47,50,52,52,54,49,13,3,13,4,0,0,0,0,0", - "range_level": "21", - "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", - "bonuses": "47,50,52,52,54,49,13,3,13,4,0,0,0,0,0", - "range_level": "21", - "projectile": "1386", - "attack_level": "19" - }, { "combat_style": "2", "melee_animation": "7970", @@ -292079,26 +291204,6 @@ "range_level": "1", "attack_level": "28" }, - { - "examine": "Champion of the ghouls.", - "melee_animation": "422", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "9", - "slayer_exp": "50", - "magic_animation": "0", - "death_animation": "836", - "name": "Ghoul Champion", - "defence_level": "43", - "safespot": null, - "lifepoints": "61", - "strength_level": "43", - "id": "3059", - "aggressive": "true", - "range_level": "43", - "attack_level": "43" - }, { "examine": "Champion of the goblins.", "melee_animation": "6188", @@ -297368,5 +296473,40 @@ "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" } ] \ No newline at end of file diff --git a/Server/data/configs/npc_spawns.json b/Server/data/configs/npc_spawns.json index 41e8744dc..dad52babe 100644 --- a/Server/data/configs/npc_spawns.json +++ b/Server/data/configs/npc_spawns.json @@ -2961,7 +2961,7 @@ }, { "npc_id": "1228", - "loc_data": "{3420,3302,0,1,1}-{3424,3296,0,1,4}-{3509,3440,0,1,4}-{3518,3454,0,1,1}-{3504,3406,0,1,4}-{3497,3404,0,1,1}" + "loc_data": "{3469,3346,0,1,0}-{3494,3447,0,1,0}-{3530,3440,0,1,0}-{3556,3453,0,1,0}" }, { "npc_id": "1229", @@ -2973,7 +2973,7 @@ }, { "npc_id": "1231", - "loc_data": "{3426,3271,0,1,4}-{3435,3268,0,1,7}-{3443,3266,0,1,7}-{3442,3319,0,1,1}-{3445,3318,0,1,6}-{3518,3397,0,1,4}-{3519,3408,0,1,2}-{3516,3410,0,1,2}-{3489,3391,0,1,2}-{3487,3409,0,1,3}" + "loc_data": "{3504,3437,0,1,0}-{3509,3437,0,1,0}-{3498,3419,0,1,0}-{3493,3413,0,1,0}-{3524,3397,0,1,0}-{3438,3354,0,1,0}-{3429,3313,0,1,0}-{3429,3314,0,1,0}-{3437,3312,0,1,0}-{3437,3311,0,1,0}-{3451,3308,0,1,0}-{3447,3268,0,1,0}" }, { "npc_id": "1232", @@ -2981,7 +2981,7 @@ }, { "npc_id": "1233", - "loc_data": "{3432,3285,0,1,4}-{3434,3288,0,1,5}-{3428,3290,0,1,3}-{3440,3295,0,1,4}-{3436,3288,0,1,1}-{3446,3289,0,1,3}-{3514,3415,0,1,6}-{3509,3415,0,1,1}-{3516,3402,0,1,2}-{3492,3393,0,1,7}-{3493,3401,0,1,6}-{3487,3406,0,1,3}" + "loc_data": "{3485,3443,0,1,0}-{3516,3441,0,1,0}-{3537,3428,0,1,0}" }, { "npc_id": "1234", @@ -4359,6 +4359,10 @@ "npc_id": "2310", "loc_data": "{3025,3312,0,1,4}-{3043,3308,0,1,6}-{3023,3297,0,1,5}-{2928,3282,0,1,1}-{2927,3269,0,1,1}" }, + { + "npc_id": "2311", + "loc_data": "{3035,3296,0,0,0}" + }, { "npc_id": "2312", "loc_data": "{3014,3292,0,0,0}" diff --git a/Server/data/configs/object_configs.json b/Server/data/configs/object_configs.json index 193f044c7..09dc8d81a 100644 --- a/Server/data/configs/object_configs.json +++ b/Server/data/configs/object_configs.json @@ -5584,7 +5584,7 @@ "ids": "3514,3515" }, { - "examine": "A dark dank entrance to below..", + "examine": "A dark dank entrance to below.", "ids": "3516" }, { @@ -17025,7 +17025,7 @@ }, { "examine": "Better not eat them!", - "ids": "12094,12095,12096,12097,12098,12099" + "ids": "12094,12095,12096,12097,12098,12099,14121" }, { "examine": "A hot furnace.", @@ -20413,7 +20413,7 @@ }, { "examine": "Storage for all needs.", - "ids": "40047" + "ids": "40047,30648,30649,30650" }, { "examine": "A wooden barrel for storage.", @@ -20530,5 +20530,33 @@ { "examine": "Looking good!", "ids": "40065" + }, + { + "examine": "It looks slightly different from the rest.", + "ids": "30532" + }, + { + "examine": "'Here lies...' is all I can read.", + "ids": "30671,30672" + }, + { + "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": "Make a wish.", + "ids": "28715" + }, + { + "examine": "Contains no summoning energy.", + "ids": "28720,28721" + }, + { + "examine": "Glowing with barely-suppressed energies.", + "ids": "28719" } ] \ No newline at end of file From cb21e0aca6b4e06f7ad36cdadd4cb85c4ee5f616 Mon Sep 17 00:00:00 2001 From: skelsoft <9147770-skelsoft@users.noreply.gitlab.com> Date: Tue, 24 Aug 2021 12:00:45 +1000 Subject: [PATCH 28/33] Fix: Taverley Dungeon QA Pass 1, misc fixes - Chaos Druid (ID 181) stats corrected - Chaos Druid correct respawn rate of 15 seconds - Added all Chaos Druid spawns to Taverley Dungeon (6 Chaos Druids) - Magic Axe (ID 127) stats corrected - Magic Axe correct respawn rate of 18 seconds - Added all Magic Axe spawns to Taverley Dungeon (7 Magic Axes) - Poison Scorpion (ID 108) stats corrected - Poison Scorpion correct respawn rate of 15 seconds - Added all Poison Scorpion spawns to Taverley Dungeon (5 Poison Scorpions) - Correctly added Sample Bottle to the Canifis General Store. This is required to create Oily fishing rods - Added the Jail key to the Jailer's drop table - Added 3 Rat spawns to Taverley Dungeon, near the jail cells - Added 2 Dwarf spawns to the north jail cells in Taverley Dungeon - Added Velrak the Explorer to the Taverley Dungeon - Added Crate, Barrel, Painting (bad King), Standard (Taverley Dungeon), Bed, and Suit of armour object examines - Removed Falador Sheepdog from the SheepNPC.java (it's a dog not a sheep Arios...) --- Server/data/configs/drop_tables.json | 8 +- Server/data/configs/npc_configs.json | 238 ++---------------- Server/data/configs/npc_spawns.json | 16 +- Server/data/configs/object_configs.json | 30 ++- Server/data/configs/shops.json | 2 +- .../game/node/entity/npc/other/SheepNPC.java | 118 ++++----- 6 files changed, 131 insertions(+), 281 deletions(-) diff --git a/Server/data/configs/drop_tables.json b/Server/data/configs/drop_tables.json index 92f53c941..bacc761ad 100644 --- a/Server/data/configs/drop_tables.json +++ b/Server/data/configs/drop_tables.json @@ -62638,11 +62638,17 @@ "weight": "100.0", "id": "526", "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1591", + "maxAmount": "1" } ], "charm": [], "ids": "201", - "description": "", + "description": "Jailer (Taverley Dungeon, drops Jail key)", "main": [] }, { diff --git a/Server/data/configs/npc_configs.json b/Server/data/configs/npc_configs.json index 585640bd8..dd4f6a9b7 100644 --- a/Server/data/configs/npc_configs.json +++ b/Server/data/configs/npc_configs.json @@ -2106,22 +2106,25 @@ "melee_animation": "6254", "range_animation": "0", "combat_audio": "3611,3612,3610", + "attack_speed": "4", "poisonous": "true", - "respawn_delay": "60", + "respawn_delay": "15", "defence_animation": "6255", "weakness": "0", + "slayer_exp": "23", "poison_amount": "3", "magic_animation": "0", "death_animation": "6256", "name": "Poison Scorpion", - "defence_level": "35", + "defence_level": "15", "safespot": null, - "lifepoints": "17", - "strength_level": "1", + "lifepoints": "23", + "strength_level": "17", "id": "108", "aggressive": "true", - "range_level": "35", - "attack_level": "1" + "bonuses": "0,0,0,0,0,5,15,15,0,5,0,0,0,0,0", + "range_level": "1", + "attack_level": "16" }, { "examine": "Tiny", @@ -2509,20 +2512,21 @@ "examine": "A magic axe with a mind of its own.", "melee_animation": "185", "range_animation": "0", - "respawn_delay": "60", + "attack_speed": "4", + "respawn_delay": "18", "defence_animation": "0", "weakness": "6", "magic_animation": "0", "death_animation": "188", "name": "Magic axe", - "defence_level": "53", + "defence_level": "29", "safespot": null, - "lifepoints": "75", - "strength_level": "53", + "lifepoints": "44", + "strength_level": "38", "id": "127", "aggressive": "true", "range_level": "1", - "attack_level": "53" + "attack_level": "38" }, { "examine": "A slithering serpent.", @@ -3229,23 +3233,26 @@ "start_gfx": "105", "melee_animation": "422", "range_animation": "422", - "attack_speed": "5", - "magic_level": "20", + "attack_speed": "4", + "magic_level": "10", "end_gfx": "107", + "respawn_delay": "15", "defence_animation": "404", "weakness": "3", + "slayer_exp": "0", "magic_animation": "422", "death_animation": "9055", "name": "Chaos druid", - "defence_level": "10", + "defence_level": "12", "safespot": null, "lifepoints": "20", - "strength_level": "20", + "strength_level": "8", "id": "181", "aggressive": "true", - "range_level": "10", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", "projectile": "106", - "attack_level": "20" + "attack_level": "8" }, { "melee_animation": "422", @@ -10601,6 +10608,7 @@ }, { "examine": "Arrghhh... A Ghast.", + "death_gfx": "265", "range_animation": "0", "melee_animation": "1087", "attack_speed": "4", @@ -10610,7 +10618,6 @@ "weakness": "9", "magic_animation": "0", "death_animation": "1089", - "death_gfx": "265", "name": "Ghast", "defence_level": "18", "safespot": null, @@ -76429,29 +76436,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "It has a very vicious looking tail.", - "slayer_task": "71", - "melee_animation": "6254", - "range_animation": "0", - "combat_audio": "3611,3612,3610", - "poisonous": "true", - "respawn_delay": "60", - "defence_animation": "6255", - "weakness": "0", - "poison_amount": "3", - "magic_animation": "0", - "death_animation": "6256", - "name": "Poison Scorpion", - "defence_level": "35", - "safespot": null, - "lifepoints": "17", - "strength_level": "1", - "id": "108", - "aggressive": "true", - "range_level": "35", - "attack_level": "1" - }, { "examine": "Tiny", "slayer_task": "71", @@ -76833,25 +76817,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "A magic axe with a mind of its own.", - "melee_animation": "185", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "188", - "name": "Magic axe", - "defence_level": "53", - "safespot": null, - "lifepoints": "75", - "strength_level": "53", - "id": "127", - "aggressive": "true", - "range_level": "1", - "attack_level": "53" - }, { "examine": "A slithering serpent.", "melee_animation": "275", @@ -77552,29 +77517,6 @@ "range_level": "1", "attack_level": "8" }, - { - "examine": "A crazy, evil druid.", - "start_gfx": "105", - "melee_animation": "422", - "range_animation": "422", - "attack_speed": "5", - "magic_level": "20", - "end_gfx": "107", - "defence_animation": "404", - "weakness": "3", - "magic_animation": "422", - "death_animation": "9055", - "name": "Chaos druid", - "defence_level": "10", - "safespot": null, - "lifepoints": "20", - "strength_level": "20", - "id": "181", - "aggressive": "true", - "range_level": "10", - "projectile": "106", - "attack_level": "20" - }, { "melee_animation": "422", "combat_audio": "703,705,704", @@ -150477,29 +150419,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "It has a very vicious looking tail.", - "slayer_task": "71", - "melee_animation": "6254", - "range_animation": "0", - "combat_audio": "3611,3612,3610", - "poisonous": "true", - "respawn_delay": "60", - "defence_animation": "6255", - "weakness": "0", - "poison_amount": "3", - "magic_animation": "0", - "death_animation": "6256", - "name": "Poison Scorpion", - "defence_level": "35", - "safespot": null, - "lifepoints": "17", - "strength_level": "1", - "id": "108", - "aggressive": "true", - "range_level": "35", - "attack_level": "1" - }, { "examine": "Tiny", "slayer_task": "71", @@ -150881,25 +150800,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "A magic axe with a mind of its own.", - "melee_animation": "185", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "188", - "name": "Magic axe", - "defence_level": "53", - "safespot": null, - "lifepoints": "75", - "strength_level": "53", - "id": "127", - "aggressive": "true", - "range_level": "1", - "attack_level": "53" - }, { "examine": "A slithering serpent.", "melee_animation": "275", @@ -151600,29 +151500,6 @@ "range_level": "1", "attack_level": "8" }, - { - "examine": "A crazy, evil druid.", - "start_gfx": "105", - "melee_animation": "422", - "range_animation": "422", - "attack_speed": "5", - "magic_level": "20", - "end_gfx": "107", - "defence_animation": "404", - "weakness": "3", - "magic_animation": "422", - "death_animation": "9055", - "name": "Chaos druid", - "defence_level": "10", - "safespot": null, - "lifepoints": "20", - "strength_level": "20", - "id": "181", - "aggressive": "true", - "range_level": "10", - "projectile": "106", - "attack_level": "20" - }, { "melee_animation": "422", "combat_audio": "703,705,704", @@ -224269,29 +224146,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "It has a very vicious looking tail.", - "slayer_task": "71", - "melee_animation": "6254", - "range_animation": "0", - "combat_audio": "3611,3612,3610", - "poisonous": "true", - "respawn_delay": "60", - "defence_animation": "6255", - "weakness": "0", - "poison_amount": "3", - "magic_animation": "0", - "death_animation": "6256", - "name": "Poison Scorpion", - "defence_level": "35", - "safespot": null, - "lifepoints": "17", - "strength_level": "1", - "id": "108", - "aggressive": "true", - "range_level": "35", - "attack_level": "1" - }, { "examine": "Tiny", "slayer_task": "71", @@ -224673,25 +224527,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "A magic axe with a mind of its own.", - "melee_animation": "185", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "188", - "name": "Magic axe", - "defence_level": "53", - "safespot": null, - "lifepoints": "75", - "strength_level": "53", - "id": "127", - "aggressive": "true", - "range_level": "1", - "attack_level": "53" - }, { "examine": "A slithering serpent.", "melee_animation": "275", @@ -225392,29 +225227,6 @@ "range_level": "1", "attack_level": "8" }, - { - "examine": "A crazy, evil druid.", - "start_gfx": "105", - "melee_animation": "422", - "range_animation": "422", - "attack_speed": "5", - "magic_level": "20", - "end_gfx": "107", - "defence_animation": "404", - "weakness": "3", - "magic_animation": "422", - "death_animation": "9055", - "name": "Chaos druid", - "defence_level": "10", - "safespot": null, - "lifepoints": "20", - "strength_level": "20", - "id": "181", - "aggressive": "true", - "range_level": "10", - "projectile": "106", - "attack_level": "20" - }, { "melee_animation": "422", "combat_audio": "703,705,704", diff --git a/Server/data/configs/npc_spawns.json b/Server/data/configs/npc_spawns.json index dad52babe..eafab870f 100644 --- a/Server/data/configs/npc_spawns.json +++ b/Server/data/configs/npc_spawns.json @@ -149,7 +149,7 @@ }, { "npc_id": "47", - "loc_data": "{3108, 9754, 0, 1, 5}-{3110, 9754, 0, 1, 5}-{3108, 9750, 0, 1, 5}-{3097,3364,0,1,3}-{3102,3363,0,1,5}-{3341,3267,0,1,5}-{3235,3224,0,1,3}-{3229,3220,0,1,4}-{3211,3211,0,1,3}-{3225,3220,0,1,1}-{3237,3215,0,1,5}-{3211,3210,0,1,7}-{3227,3220,0,1,7}-{3233,3227,0,1,5}-{3227,3210,0,1,6}-{3228,3222,0,1,4}-{3229,3226,0,1,0}-{3127,3487,0,1,4}-{3125,3486,0,1,6}-{3127,3486,0,1,4}-{3019,3292,0,1,7}-{3018,3295,0,1,7}-{3001,3202,0,1,5}-{3021,3205,0,1,6}-{3026,3174,0,1,5}-{3019,3176,0,1,7}-{3076,3282,0,1,5}-{3089,3266,0,1,4}-{3091,3266,0,1,4}-{3243,3687,0,1,5}-{3249,3669,0,1,3}-{3252,3675,0,1,4}-{3252,3680,0,1,3}-{3259,3683,0,1,0}-{3276,9871,0,1,1}-{3277,9871,0,1,3}-{3225,9862,0,1,4}-{3222,9861,0,1,6}-{3220,9860,0,1,6}-{3219,9865,0,1,6}-{3237,9862,0,1,4}-{3236,3217,0,1,4}-{3259,3230,0,1,4}-{3158,3226,0,1,5}-{3160,3202,0,1,4}-{3233,3237,0,1,7}-{2821,3170,0,1,1}-{2801,3158,0,1,2}-{2852,9642,0,1,6}-{2858,9632,0,1,3}-{2536,2982,0,1,3}-{2531,2980,0,1,0}-{2522,2981,0,1,4}-{2545,2989,0,1,4}-{2523,2970,0,1,2}-{2603,9480,0,1,1}-{2600,9477,0,1,0}-{2579,9496,0,1,4}-{2580,9508,0,1,0}-{2571,9522,0,1,4}-{2654,9640,0,1,6}-{2655,9637,0,1,4}-{2656,9639,0,1,7}-{2651,9636,0,1,5}-{2648,9637,0,1,4}-{2651,9642,0,1,1}-{2654,9640,0,1,0}-{2654,9635,0,1,6}-{2655,9635,0,1,3}-{2664,9626,0,1,6}-{2664,9624,0,1,1}-{2661,9623,0,1,1}-{2663,9623,0,1,3}-{2664,9626,0,1,6}-{2592,9831,0,1,3}-{2588,9825,0,1,6}-{2583,9829,0,1,4}-{2581,9841,0,1,0}-{2597,9823,0,1,2}-{2579,9805,0,1,3}-{2576,9804,0,1,0}-{2573,9805,0,1,5}-{2571,9808,0,1,3}-{2576,9810,0,1,2}-{2587,9802,0,1,2}-{2592,9800,0,1,4}-{2596,9805,0,1,6}-{2601,9802,0,1,5}-{2585,9801,0,1,7}-{2594,9803,0,1,0}-{2590,9806,0,1,3}-{2612,9808,0,1,6}-{2604,9810,0,1,6}-{2579,9821,0,1,2}-{2576,9812,0,1,6}-{2580,9813,0,1,6}-{2600,9813,0,1,4}-{2599,9809,0,1,4}-{2514,3193,0,1,6}-{2518,3192,0,1,3}-{2507,3181,0,1,3}-{2508,3178,0,1,6}-{2511,3183,0,1,3}-{2515,3182,0,1,1}-{2565,9505,0,1,1}-{2566,9510,0,1,6}-{2594,9497,0,1,4}-{3475,9840,0,1,6}-{3481,9842,0,1,1}-{3486,9843,0,1,7}-{3483,9824,0,1,4}-{3496,9808,0,0,5}-{3490,9815,0,1,1}-{3478,9834,0,0,3}-{3490,9824,0,1,4}" + "loc_data": "{3108, 9754, 0, 1, 5}-{3110, 9754, 0, 1, 5}-{3108, 9750, 0, 1, 5}-{2930,9699,0,1,0}-{2933,9697,0,1,0}-{2932,9685,0,1,0}-{2930,9693,0,1,0}-{3097,3364,0,1,3}-{3102,3363,0,1,5}-{3341,3267,0,1,5}-{3235,3224,0,1,3}-{3229,3220,0,1,4}-{3211,3211,0,1,3}-{3225,3220,0,1,1}-{3237,3215,0,1,5}-{3211,3210,0,1,7}-{3227,3220,0,1,7}-{3233,3227,0,1,5}-{3227,3210,0,1,6}-{3228,3222,0,1,4}-{3229,3226,0,1,0}-{3127,3487,0,1,4}-{3125,3486,0,1,6}-{3127,3486,0,1,4}-{3019,3292,0,1,7}-{3018,3295,0,1,7}-{3001,3202,0,1,5}-{3021,3205,0,1,6}-{3026,3174,0,1,5}-{3019,3176,0,1,7}-{3076,3282,0,1,5}-{3089,3266,0,1,4}-{3091,3266,0,1,4}-{3243,3687,0,1,5}-{3249,3669,0,1,3}-{3252,3675,0,1,4}-{3252,3680,0,1,3}-{3259,3683,0,1,0}-{3276,9871,0,1,1}-{3277,9871,0,1,3}-{3225,9862,0,1,4}-{3222,9861,0,1,6}-{3220,9860,0,1,6}-{3219,9865,0,1,6}-{3237,9862,0,1,4}-{3236,3217,0,1,4}-{3259,3230,0,1,4}-{3158,3226,0,1,5}-{3160,3202,0,1,4}-{3233,3237,0,1,7}-{2821,3170,0,1,1}-{2801,3158,0,1,2}-{2852,9642,0,1,6}-{2858,9632,0,1,3}-{2536,2982,0,1,3}-{2531,2980,0,1,0}-{2522,2981,0,1,4}-{2545,2989,0,1,4}-{2523,2970,0,1,2}-{2603,9480,0,1,1}-{2600,9477,0,1,0}-{2579,9496,0,1,4}-{2580,9508,0,1,0}-{2571,9522,0,1,4}-{2654,9640,0,1,6}-{2655,9637,0,1,4}-{2656,9639,0,1,7}-{2651,9636,0,1,5}-{2648,9637,0,1,4}-{2651,9642,0,1,1}-{2654,9640,0,1,0}-{2654,9635,0,1,6}-{2655,9635,0,1,3}-{2664,9626,0,1,6}-{2664,9624,0,1,1}-{2661,9623,0,1,1}-{2663,9623,0,1,3}-{2664,9626,0,1,6}-{2592,9831,0,1,3}-{2588,9825,0,1,6}-{2583,9829,0,1,4}-{2581,9841,0,1,0}-{2597,9823,0,1,2}-{2579,9805,0,1,3}-{2576,9804,0,1,0}-{2573,9805,0,1,5}-{2571,9808,0,1,3}-{2576,9810,0,1,2}-{2587,9802,0,1,2}-{2592,9800,0,1,4}-{2596,9805,0,1,6}-{2601,9802,0,1,5}-{2585,9801,0,1,7}-{2594,9803,0,1,0}-{2590,9806,0,1,3}-{2612,9808,0,1,6}-{2604,9810,0,1,6}-{2579,9821,0,1,2}-{2576,9812,0,1,6}-{2580,9813,0,1,6}-{2600,9813,0,1,4}-{2599,9809,0,1,4}-{2514,3193,0,1,6}-{2518,3192,0,1,3}-{2507,3181,0,1,3}-{2508,3178,0,1,6}-{2511,3183,0,1,3}-{2515,3182,0,1,1}-{2565,9505,0,1,1}-{2566,9510,0,1,6}-{2594,9497,0,1,4}-{3475,9840,0,1,6}-{3481,9842,0,1,1}-{3486,9843,0,1,7}-{3483,9824,0,1,4}-{3496,9808,0,0,5}-{3490,9815,0,1,1}-{3478,9834,0,0,3}-{3490,9824,0,1,4}" }, { "npc_id": "48", @@ -348,8 +348,8 @@ "loc_data": "{2602,3267,0,1,6}-{2603,3270,0,1,4}-{2607,3268,0,1,5}-{3275,3154,0,1,6}-{3038,9802,0,1,5}-{3041,9804,0,1,6}-{3040,9795,0,1,7}-{3055,9776,0,1,4}-{3039,9769,0,1,6}-{3049,9764,0,1,3}-{3050,9770,0,1,1}-{3039,9765,0,1,1}-{3048,9762,0,1,4}-{3044,9760,0,1,6}-{3048,9779,0,1,1}-{2870,3166,0,1,3}-{2868,3159,0,1,4}-{2867,3172,0,1,5}-{2813,3112,0,1,4}-{2858,3167,0,1,3}-{2846,3153,0,1,3}-{2851,3149,0,1,1}-{2789,2949,0,1,3}-{2787,2943,0,1,3}-{2781,2949,0,1,3}-{3253,9909,0,1,4}-{3300,3312,0,1,1}-{3300,3305,0,1,3}-{3298,3300,0,1,5}-{3298,3294,0,1,0}-{3299,3290,0,1,6}-{2645,9823,0,1,1}-{2641,9819,0,1,7}-{2641,9817,0,1,2}-{2642,9813,0,1,5}-{2639,9809,0,1,2}-{2585,3479,0,1,1}-{2578,3476,0,1,7}-{2588,3485,0,1,3}" }, { - "npc_id": "108", - "loc_data": "{2715,3218,0,1,0}-{2719,3223,0,1,0}-{2720,3212,0,1,0}-{2722,3220,0,1,0}-{2724,3215,0,1,0}-{2729,3224,0,1,0}-{2733,3225,0,1,0}-{2936,9777,0,1,0}-{2934,9765,0,1,0}-{2932,9755,0,1,0}-{2726,3217,0,1,0}-{2728,3218,0,1,0}-{2735,3219,0,1,0}-{2723,3212,0,1,0}-{2721,3216,0,1,0}-{2716,3219,0,1,0}-{2725,3227,0,1,0}" + "npc_id": "108", + "loc_data": "{2941,9779,0,1,0}-{2934,9776,0,1,0}-{2934,9768,0,1,0}-{2934,9757,0,1,0}-{2930,9752,0,1,0}" }, { "npc_id": "109", @@ -385,7 +385,7 @@ }, { "npc_id": "118", - "loc_data": "{3042,3465,0,1,1}-{3035,3443,0,1,6}-{3042,3468,0,1,3}-{3008,3449,0,1,4}-{3000,9842,0,1,2}-{2996,9844,0,1,4}-{3003,9828,0,1,1}-{2995,9811,0,1,3}-{3002,9811,0,1,3}-{2994,9809,0,1,5}-{3004,9813,0,1,6}-{2998,9828,0,1,4}-{3004,9799,0,1,4}-{2997,9809,0,1,0}-{3019,9813,0,1,4}-{2983,9807,0,1,6}-{3012,9812,0,1,3}-{3010,9811,0,1,3}-{2964,9811,0,1,1}-{3025,9801,0,1,4}-{3026,9824,0,1,1}-{3018,9819,0,1,6}-{3028,9815,0,1,3}-{3024,9811,0,1,4}-{3021,9826,0,1,5}-{3022,9832,0,1,1}-{3023,9833,0,1,6}-{3027,9833,0,1,3}-{3028,9828,0,1,6}-{3023,9814,0,1,6}-{3042,9831,0,1,4}-{3024,9824,0,1,6}-{3019,9847,0,1,0}-{3034,9847,0,1,7}-{3021,9851,0,1,5}-{3043,9824,0,1,3}-{3038,9821,0,1,1}-{3044,9818,0,1,4}-{3047,9814,0,1,4}-{3037,9814,0,1,6}-{2603,3056,0,1,0}-{2598,3064,0,1,3}-{2589,3068,0,1,5}" + "loc_data": "{2930,9703,0,1,0}-{2933,9702,0,1,0}-{3042,3465,0,1,1}-{3035,3443,0,1,6}-{3042,3468,0,1,3}-{3008,3449,0,1,4}-{3000,9842,0,1,2}-{2996,9844,0,1,4}-{3003,9828,0,1,1}-{2995,9811,0,1,3}-{3002,9811,0,1,3}-{2994,9809,0,1,5}-{3004,9813,0,1,6}-{2998,9828,0,1,4}-{3004,9799,0,1,4}-{2997,9809,0,1,0}-{3019,9813,0,1,4}-{2983,9807,0,1,6}-{3012,9812,0,1,3}-{3010,9811,0,1,3}-{2964,9811,0,1,1}-{3025,9801,0,1,4}-{3026,9824,0,1,1}-{3018,9819,0,1,6}-{3028,9815,0,1,3}-{3024,9811,0,1,4}-{3021,9826,0,1,5}-{3022,9832,0,1,1}-{3023,9833,0,1,6}-{3027,9833,0,1,3}-{3028,9828,0,1,6}-{3023,9814,0,1,6}-{3042,9831,0,1,4}-{3024,9824,0,1,6}-{3019,9847,0,1,0}-{3034,9847,0,1,7}-{3021,9851,0,1,5}-{3043,9824,0,1,3}-{3038,9821,0,1,1}-{3044,9818,0,1,4}-{3047,9814,0,1,4}-{3037,9814,0,1,6}-{2603,3056,0,1,0}-{2598,3064,0,1,3}-{2589,3068,0,1,5}" }, { "npc_id": "119", @@ -417,7 +417,7 @@ }, { "npc_id": "127", - "loc_data": "{2956,9794,0,0,0}-{2954,9786,0,0,0}-{2966,9790,0,0,0}-{2963,9781,0,0,0}-{3193,3959,0,0,0}-{3188,3960,0,0,0}-{3190,3962,0,0,0}-{3187,3959,0,0,0}-{3192,3961,0,0,0}-{3187,3960,0,0,0}-{3193,3959,0,0,0}-{3187,3961,0,0,0}" + "loc_data": "{2955,9795,0,1,0}-{2956,9791,0,1,0}-{2962,9792,0,1,0}-{2966,9788,0,1,0}-{2959,9783,0,1,0}-{2964,9775,0,1,0}-{2954,9776,0,1,0}-{3193,3959,0,0,0}-{3188,3960,0,0,0}-{3190,3962,0,0,0}-{3187,3959,0,0,0}-{3192,3961,0,0,0}-{3187,3960,0,0,0}-{3193,3959,0,0,0}-{3187,3961,0,0,0}" }, { "npc_id": "128", @@ -521,7 +521,7 @@ }, { "npc_id": "181", - "loc_data": "{3105,9942,0,1,3}-{3106,9934,0,1,3}-{3109,9930,0,1,1}-{2937,9847,0,0,0}-{2930,9850,0,0,0}-{2934,9846,0,0,0}-{2930,9845,0,0,0}-{2563,3355,0,1,4}-{2561,3355,0,1,3}-{2561,3357,0,1,1}-{2563,3358,0,1,4}" + "loc_data": "{2937,9847,0,1,0}-{2934,9846,0,1,0}-{2929,9848,0,1,0}-{2931,9846,0,1,0}-{2937,9849,0,1,0}-{2936,9850,0,1,0}-{3105,9942,0,1,3}-{3106,9934,0,1,3}-{3109,9930,0,1,1}-{2563,3355,0,1,4}-{2561,3355,0,1,3}-{2561,3357,0,1,1}-{2563,3358,0,1,4}" }, { "npc_id": "182", @@ -2047,6 +2047,10 @@ "npc_id": "797", "loc_data": "{2900,3511,1,1,6}" }, + { + "npc_id": "798", + "loc_data": "{2930,9686,0,1,0}" + }, { "npc_id": "799", "loc_data": "{2778,3197,0,1,4}-{2777,3194,0,1,4}-{2777,3199,0,1,3}-{2771,3193,0,1,3}-{2761,3192,0,1,5}-{2775,3190,0,1,4}-{2803,3195,0,1,4}" diff --git a/Server/data/configs/object_configs.json b/Server/data/configs/object_configs.json index 09dc8d81a..d10431fd7 100644 --- a/Server/data/configs/object_configs.json +++ b/Server/data/configs/object_configs.json @@ -20493,7 +20493,7 @@ }, { "examine": "I can climb down this.", - "ids": "40027" + "ids": "40027,20987" }, { "examine": "Storage for cookery items.", @@ -20558,5 +20558,33 @@ { "examine": "Glowing with barely-suppressed energies.", "ids": "28719" + }, + { + "examine": "Looks kind of like a man made of metal.", + "ids": "32292" + }, + { + "examine": "Technically a bed.", + "ids": "32031" + }, + { + "examine": "A really bad portrait of the King.", + "ids": "32326" + }, + { + "examine": "A tatty old standard.", + "ids": "32295" + }, + { + "examine": "I can climb this.", + "ids": "32015" + }, + { + "examine": "An old crate for storage.", + "ids": "31137,31139,31140" + }, + { + "examine": "A wooden barrel for storage.", + "ids": "31136" } ] \ No newline at end of file diff --git a/Server/data/configs/shops.json b/Server/data/configs/shops.json index 2dfe0ffa0..e6abe3675 100644 --- a/Server/data/configs/shops.json +++ b/Server/data/configs/shops.json @@ -114,7 +114,7 @@ "general_store": "true", "id": "13", "title": "General Store (Canifis)", - "stock": "{1931,30}-{1935,30}-{1735,10}-{1925,10}-{1923,10}-{1887,10}-{590,10}-{1755,10}-{2347,10}-{550,10}-{9003,10}" + "stock": "{1931,30}-{1935,30}-{1735,10}-{1925,10}-{1923,10}-{1887,10}-{590,10}-{1755,10}-{2347,10}-{550,10}-{9003,10}-{3377,10}" }, { "npcs": "563", diff --git a/Server/src/main/java/core/game/node/entity/npc/other/SheepNPC.java b/Server/src/main/java/core/game/node/entity/npc/other/SheepNPC.java index b474a8ad5..3f25c0018 100644 --- a/Server/src/main/java/core/game/node/entity/npc/other/SheepNPC.java +++ b/Server/src/main/java/core/game/node/entity/npc/other/SheepNPC.java @@ -1,59 +1,59 @@ -package core.game.node.entity.npc.other; - -import core.game.node.entity.combat.DeathTask; -import core.game.node.entity.npc.AbstractNPC; -import core.game.world.map.Location; -import core.plugin.Initializable; -import core.tools.RandomFunction; - -/** - * Handles the sheep npc's. - * @author 'Vexia - */ -@Initializable -public class SheepNPC extends AbstractNPC { - - /** - * The NPC ids of NPCs using this plugin. - */ - private static final int[] ID = { 42, 43, 1271, 1272, 1529, 1762, 1763, 1764, 1765, 2311, 2377, 2378, 2379, 2380, 3310, 3311, 3579, 5148, 5149, 5150, 5151, 5152, 5153, 5154, 5155, 5156, 5157, 5158, 5159, 5160, 5161, 5162, 5163, 5164, 5165, 5172, 5173 }; - - /** - * Constructs a new {@code AlKharidWarriorPlugin} {@code Object}. - */ - public SheepNPC() { - super(0, null); - } - - /** - * Constructs a new {@code AlKharidWarriorPlugin} {@code Object}. - * @param id The NPC id. - * @param location The location. - */ - private SheepNPC(int id, Location location) { - super(id, location); - } - - @Override - public AbstractNPC construct(int id, Location location, Object... objects) { - return new SheepNPC(id, location); - } - - @Override - public void tick() { - if (getProperties().getCombatPulse().isAttacking() || DeathTask.isDead(this)) { - super.tick(); - return; - } - if (RandomFunction.random(35) == 5) { - sendChat("Baa!"); - } - super.tick(); - } - - @Override - public int[] getIds() { - return ID; - } - -} +package core.game.node.entity.npc.other; + +import core.game.node.entity.combat.DeathTask; +import core.game.node.entity.npc.AbstractNPC; +import core.game.world.map.Location; +import core.plugin.Initializable; +import core.tools.RandomFunction; + +/** + * Handles the sheep npc's. + * @author 'Vexia + */ +@Initializable +public class SheepNPC extends AbstractNPC { + + /** + * The NPC ids of NPCs using this plugin. + */ + private static final int[] ID = { 42, 43, 1271, 1272, 1529, 1762, 1763, 1764, 1765, 2377, 2378, 2379, 2380, 3310, 3311, 3579, 5148, 5149, 5150, 5151, 5152, 5153, 5154, 5155, 5156, 5157, 5158, 5159, 5160, 5161, 5162, 5163, 5164, 5165, 5172, 5173 }; + + /** + * Constructs a new {@code AlKharidWarriorPlugin} {@code Object}. + */ + public SheepNPC() { + super(0, null); + } + + /** + * Constructs a new {@code AlKharidWarriorPlugin} {@code Object}. + * @param id The NPC id. + * @param location The location. + */ + private SheepNPC(int id, Location location) { + super(id, location); + } + + @Override + public AbstractNPC construct(int id, Location location, Object... objects) { + return new SheepNPC(id, location); + } + + @Override + public void tick() { + if (getProperties().getCombatPulse().isAttacking() || DeathTask.isDead(this)) { + super.tick(); + return; + } + if (RandomFunction.random(35) == 5) { + sendChat("Baa!"); + } + super.tick(); + } + + @Override + public int[] getIds() { + return ID; + } + +} From d70aae89fc2418645578da5fa3353aaf6f67f5c0 Mon Sep 17 00:00:00 2001 From: skelsoft <9147770-skelsoft@users.noreply.gitlab.com> Date: Thu, 26 Aug 2021 12:12:38 +1000 Subject: [PATCH 29/33] Fix: Misc fixes, examine cleanup - Added Blamish oil to FinishedPotion.java, enabling the ability to mix Blamish snail slime and an unfinished Harralander potion into Blamish oil. This is a necessary component in creating Oily Fishing rods. - Added Blamish oil to Consumables.java, as it is authentically a fake consumable, printing text in the chatbox that the player would rather not drink this. - Corrected Zamorak chick, bird, and hawk examines. - Corrected Guthix chick, bird, and raptor examines. - Corrected Saradomin chick, bird, and owl examines. - Corrected a typo with some dialogue in GodBookPlugin.java - Added the correct Poison Scorpion spawns to North Brimhaven mine (7 Poison Scorpions) - Fixed some small typo errors in my previous examine PR. --- Server/data/configs/item_configs.json | 50 +- Server/data/configs/npc_spawns.json | 2 +- .../game/content/consumable/Consumables.java | 1 + .../game/interaction/item/GodBookPlugin.java | 656 +++++++++--------- .../entity/skill/herblore/FinishedPotion.java | 3 +- 5 files changed, 357 insertions(+), 355 deletions(-) diff --git a/Server/data/configs/item_configs.json b/Server/data/configs/item_configs.json index 1101cecd2..65662ffaf 100644 --- a/Server/data/configs/item_configs.json +++ b/Server/data/configs/item_configs.json @@ -46116,7 +46116,7 @@ { "requirements": "{1,70}", "ge_buy_limit": "10", - "examine": "\tGuthan the Infested's platebody armour.", + "examine": "Guthan the Infested's platebody armour.", "durability": null, "low_alchemy": "112000", "high_alchemy": "168000", @@ -46371,7 +46371,7 @@ { "requirements": "{1,70}", "ge_buy_limit": "10", - "examine": "\tTorag the Corrupted's platebody armour.", + "examine": "Torag the Corrupted's platebody armour.", "durability": null, "low_alchemy": "112000", "high_alchemy": "168000", @@ -48202,7 +48202,7 @@ }, { "requirements": "{1,70}", - "examine": "\tGuthan the Infested's platebody armour.", + "examine": "Guthan the Infested's platebody armour.", "durability": null, "low_alchemy": "112000", "high_alchemy": "168000", @@ -48218,7 +48218,7 @@ }, { "requirements": "{1,70}", - "examine": "\tGuthan the Infested's platebody armour.", + "examine": "Guthan the Infested's platebody armour.", "durability": null, "low_alchemy": "112000", "high_alchemy": "168000", @@ -48234,7 +48234,7 @@ }, { "requirements": "{1,70}", - "examine": "\tGuthan the Infested's platebody armour.", + "examine": "Guthan the Infested's platebody armour.", "durability": null, "low_alchemy": "112000", "high_alchemy": "168000", @@ -48250,7 +48250,7 @@ }, { "requirements": "{1,70}", - "examine": "\tGuthan the Infested's platebody armour.", + "examine": "Guthan the Infested's platebody armour.", "durability": null, "low_alchemy": "112000", "high_alchemy": "168000", @@ -48267,7 +48267,7 @@ { "requirements": "{1,70}", "ge_buy_limit": "10", - "examine": "\tGuthan the Infested's platebody armour.", + "examine": "Guthan the Infested's platebody armour.", "durability": null, "low_alchemy": "112000", "high_alchemy": "168000", @@ -49000,7 +49000,7 @@ }, { "requirements": "{1,70}", - "examine": "\tTorag the Corrupted's platebody armour.", + "examine": "Torag the Corrupted's platebody armour.", "durability": null, "low_alchemy": "112000", "high_alchemy": "168000", @@ -49016,7 +49016,7 @@ }, { "requirements": "{1,70}", - "examine": "\tTorag the Corrupted's platebody armour.", + "examine": "Torag the Corrupted's platebody armour.", "durability": null, "low_alchemy": "112000", "high_alchemy": "168000", @@ -49032,7 +49032,7 @@ }, { "requirements": "{1,70}", - "examine": "\tTorag the Corrupted's platebody armour.", + "examine": "Torag the Corrupted's platebody armour.", "durability": null, "low_alchemy": "112000", "high_alchemy": "168000", @@ -49048,7 +49048,7 @@ }, { "requirements": "{1,70}", - "examine": "\tTorag the Corrupted's platebody armour.", + "examine": "Torag the Corrupted's platebody armour.", "durability": null, "low_alchemy": "112000", "high_alchemy": "168000", @@ -49065,7 +49065,7 @@ { "requirements": "{1,70}", "ge_buy_limit": "10", - "examine": "\tTorag the Corrupted's platebody armour.", + "examine": "Torag the Corrupted's platebody armour.", "durability": null, "low_alchemy": "112000", "high_alchemy": "168000", @@ -68784,7 +68784,7 @@ { "shop_price": "54", "ge_buy_limit": "1000", - "examine": "\tStill needs two more ingredients.", + "examine": "Still needs two more ingredients.", "grand_exchange_price": "77", "durability": null, "name": "Part mud pie", @@ -110850,21 +110850,21 @@ "id": "12184" }, { - "examine": "Chick: A fluffy chick.Bird: Lovely blue plumage.Owl: A fantastic saradomin owl.", + "examine": "A fantastic saradomin owl.", "durability": null, "name": "Saradomin owl", "archery_ticket_price": "0", "id": "12185" }, { - "examine": "Chick: A fluffy chick.Bird: Lovely red plumage.Hawk: A stately zamorak hawk.", + "examine": "A stately zamorak hawk.", "durability": null, "name": "Zamorak hawk", "archery_ticket_price": "0", "id": "12186" }, { - "examine": "Chick: A fluffy chick.Bird: Lovely green plumage.Raptor: An impressive Guthix raptor.", + "examine": "An impressive Guthix raptor.", "durability": null, "name": "Guthix raptor", "archery_ticket_price": "0", @@ -112506,63 +112506,63 @@ "id": "12502" }, { - "examine": "Chick: A fluffy chick.Bird: Lovely blue plumage.Owl: A fantastic saradomin owl.", + "examine": "A fluffy chick.", "durability": null, "name": "Saradomin chick", "archery_ticket_price": "0", "id": "12503" }, { - "examine": "Chick: A fluffy chick.Bird: Lovely blue plumage.Owl: A fantastic saradomin owl.", + "examine": "Lovely blue plumage.", "durability": null, "name": "Saradomin bird", "archery_ticket_price": "0", "id": "12504" }, { - "examine": "Chick: A fluffy chick.Bird: Lovely blue plumage.Owl: A fantastic saradomin owl.", + "examine": "A fantastic saradomin owl.", "durability": null, "name": "Saradomin owl", "archery_ticket_price": "0", "id": "12505" }, { - "examine": "Chick: A fluffy chick.Bird: Lovely red plumage.Hawk: A stately zamorak hawk.", + "examine": "A fluffy chick.", "durability": null, "name": "Zamorak chick", "archery_ticket_price": "0", "id": "12506" }, { - "examine": "Chick: A fluffy chick.Bird: Lovely red plumage.Hawk: A stately zamorak hawk.", + "examine": "Lovely red plumage.", "durability": null, "name": "Zamorak bird", "archery_ticket_price": "0", "id": "12507" }, { - "examine": "Chick: A fluffy chick.Bird: Lovely red plumage.Hawk: A stately zamorak hawk.", + "examine": "A stately zamorak hawk.", "durability": null, "name": "Zamorak hawk", "archery_ticket_price": "0", "id": "12508" }, { - "examine": "Chick: A fluffy chick.Bird: Lovely green plumage.Raptor: An impressive Guthix raptor.", + "examine": "A fluffy chick.", "durability": null, "name": "Guthix chick", "archery_ticket_price": "0", "id": "12509" }, { - "examine": "Chick: A fluffy chick.Bird: Lovely green plumage.Raptor: An impressive Guthix raptor.", + "examine": "Lovely green plumage.", "durability": null, "name": "Guthix bird", "archery_ticket_price": "0", "id": "12510" }, { - "examine": "Chick: A fluffy chick.Bird: Lovely green plumage.Raptor: An impressive Guthix raptor.", + "examine": "An impressive Guthix raptor.", "durability": null, "name": "Guthix raptor", "archery_ticket_price": "0", diff --git a/Server/data/configs/npc_spawns.json b/Server/data/configs/npc_spawns.json index eafab870f..2111d6bab 100644 --- a/Server/data/configs/npc_spawns.json +++ b/Server/data/configs/npc_spawns.json @@ -349,7 +349,7 @@ }, { "npc_id": "108", - "loc_data": "{2941,9779,0,1,0}-{2934,9776,0,1,0}-{2934,9768,0,1,0}-{2934,9757,0,1,0}-{2930,9752,0,1,0}" + "loc_data": "{2941,9779,0,1,0}-{2934,9776,0,1,0}-{2934,9768,0,1,0}-{2934,9757,0,1,0}-{2930,9752,0,1,0}-{2732,3225,0,1,0}-{2729,3224,0,1,0}-{2719,3223,0,1,0}-{2722,3220,0,1,0}-{2724,3216,0,1,0}-{2721,3213,0,1,0}-{2713,3217,0,1,0}" }, { "npc_id": "109", diff --git a/Server/src/main/java/core/game/content/consumable/Consumables.java b/Server/src/main/java/core/game/content/consumable/Consumables.java index 0a618a18f..dabfc8390 100644 --- a/Server/src/main/java/core/game/content/consumable/Consumables.java +++ b/Server/src/main/java/core/game/content/consumable/Consumables.java @@ -330,6 +330,7 @@ public enum Consumables { MAGIC_ESS(new Potion(new int[] {11491, 11489}, new SkillEffect(Skills.MAGIC,3,0))), SANFEW(new Potion(new int[] {10925, 10927, 10929, 10931}, new MultiEffect(new RestoreEffect(8,0.25), new PrayerEffect(8,0.25), new RemoveStateEffect(EntityState.POISONED.ordinal()), new RemoveStateEffect("disease")))), SUPER_ENERGY(new Potion(new int[] {3016, 3018, 3020, 3022}, new EnergyEffect(20))), + BLAMISH_OIL(new FakeConsumable(1582, new String[] {"You know... I'd really rather not."})), /** Barbarian Mixes */ PRAYERMIX(new BarbarianMix(new int[] {11467, 11465}, new MultiEffect(new PrayerEffect(7, 0.25), new HealingEffect(6)))), diff --git a/Server/src/main/java/core/game/interaction/item/GodBookPlugin.java b/Server/src/main/java/core/game/interaction/item/GodBookPlugin.java index 217b148ab..899e22188 100644 --- a/Server/src/main/java/core/game/interaction/item/GodBookPlugin.java +++ b/Server/src/main/java/core/game/interaction/item/GodBookPlugin.java @@ -1,328 +1,328 @@ -package core.game.interaction.item; - -import core.game.content.dialogue.DialogueAction; -import core.game.content.dialogue.DialogueInterpreter; -import core.game.content.dialogue.DialoguePlugin; -import core.game.content.global.GodBook; -import core.game.node.entity.skill.Skills; -import core.game.interaction.NodeUsageEvent; -import core.game.interaction.OptionHandler; -import core.game.interaction.UseWithHandler; -import core.game.node.Node; -import core.game.node.entity.player.Player; -import core.game.node.item.GroundItem; -import core.game.node.item.Item; -import core.game.node.item.ItemPlugin; -import core.game.system.task.Pulse; -import rs09.game.world.GameWorld; -import core.game.world.update.flag.context.Animation; -import core.plugin.Plugin; -import core.plugin.Initializable; -import rs09.plugin.PluginManager; - -/** - * Handles the god books. - * @author Vexia - */ -@Initializable -public class GodBookPlugin extends OptionHandler { - - @Override - public Plugin newInstance(Object arg) throws Throwable { - for (GodBook book : GodBook.values()) { - book.getDamagedBook().getDefinition().getHandlers().put("option:check", this); - book.getBook().getDefinition().getHandlers().put("option:preach", this); - } - PluginManager.definePlugins(new PageHandler(), new GodBookDialogue(), new GodBookItem(), new SymbolBlessHandler()); - return this; - } - - @Override - public boolean handle(Player player, Node node, String option) { - GodBook book = GodBook.forItem(node.asItem(), option.equalsIgnoreCase("check")); - if (book != null) { - switch (option) { - case "check": - String[] messages = new String[4]; - for (int i = 0; i < messages.length; i++) { - messages[i] = book.hasPage(player, node.asItem(), i + 1) ? "The " + getNumberName(i + 1) + " page is in the book." : "The " + getNumberName(i + 1) + " page is missing."; - } - player.getDialogueInterpreter().sendDialogue(messages); - return true; - case "preach": - player.getDialogueInterpreter().open("god-book", book); - return true; - } - } - return true; - } - - /** - * Handles the blessing of a symbol with a god book. - * @author Vexia - */ - public class SymbolBlessHandler extends UseWithHandler { - - /** - * Constructs a new {@code SymbolBlessHandler} {@code Object} - */ - public SymbolBlessHandler() { - super(1716); - } - - @Override - public Plugin newInstance(Object arg) throws Throwable { - for (GodBook book : GodBook.values()) { - addHandler(book.getBook().getId(), ITEM_TYPE, this); - } - return this; - } - - @Override - public boolean handle(NodeUsageEvent event) { - Player player = event.getPlayer(); - GodBook book = GodBook.forItem(event.getUsedItem(), false); - if (book == null) { - return false; - } - final Item symbol = event.getUsedWith().asItem(); - if (player.getSkills().getLevel(Skills.PRAYER) < 50) { - player.sendMessage("You need a Prayer level of at least 50 in order to do this."); - return true; - } - if (player.getSkills().getPrayerPoints() < 4) { - player.sendMessage("You need at least 4 prayer points in order to do this."); - return true; - } - if (book == GodBook.BOOK_OF_BALANCE) { - player.getDialogueInterpreter().sendOptions("Select an Option", "Unholy symbol", "Holy symbol"); - player.getDialogueInterpreter().addAction(new DialogueAction() { - - @Override - public void handle(Player player, int buttonId) { - bless(player, symbol, buttonId == 1 ? GodBook.UNHOLY_BOOK : GodBook.HOLY_BOOK); - } - - }); - return true; - } - bless(player, symbol, book); - return true; - } - - /** - * Blesses a symbol. - * @param player the player. - * @param book the book. - */ - private void bless(Player player, Item symbol, GodBook book) { - if (!player.getInventory().containsItem(symbol)) { - return; - } - if (player.getInventory().get(symbol.getSlot()) == null) { - return; - } - player.getInventory().replace(book.getBlessItem()[0], symbol.getSlot()); - player.getSkills().decrementPrayerPoints(4); - } - - } - - /** - * A god book item. - * @author Vexia - */ - public class GodBookItem extends ItemPlugin { - - @Override - public Plugin newInstance(Object arg) throws Throwable { - for (GodBook book : GodBook.values()) { - register(book.getDamagedBook().getId()); - } - return this; - } - - @Override - public boolean canPickUp(Player player, GroundItem item, int type) { - if (player.hasItem(item.asItem())) { - player.sendMessage("You do not need more than one incomplete book."); - return false; - } - return true; - } - - } - - /** - * Handles the god book dialogue. - * @author Vexia - */ - public static class GodBookDialogue extends DialoguePlugin { - - /** - * The partnership messages. - */ - private static final String[][] PARTNERSHIPS = new String[][] { { "In the name of Saradomin,", "protector of us all,", " I now join you in the eyes of Saradomin." }, { "Light and dark,", "day and night,", "Balance arises from constrast.", "I unify thee in the name of Guthix." }, { "May your union not be harmonious,", "but may your conflicts make you stronger,", "in Zamorak's name,", "now two are one." } }; - - /** - * The last rite messages. - */ - private static final String[][] LAST_RITES = new String[][] { { "Thy cause was false,", "thy skills did lack;", "See you in Lumbridge when you get back." }, { "Thy death was not in vain,", "For it brought some balance to the world.", "May guthix bring thee rest." }, { "The weak deserve to die,", "so the strong may flourish.", "This is the creed of Zamorak." } }; - - /** - * The blessing messages. - */ - private static final String[][] BLESSINGS = new String[][] { { "Go in peace in the name of Saradomin;", "may his glory shine upon you like the sun." }, { "Mayest thou walk the path,", "and never fall,", "For Guthix walks beside thee on thy journey.", "May Guthix bring thee peace." }, { "May you reject all safe paths,", "and embrace all challenges.", "Zamorak bring you strength." } }; - - /** - * The preaching messages. - */ - private static final String[][] PREACH = new String[][] { { "Protect yourself,", "protect your friends.", "Mine is the glory that never ends.", "This is Saradomin's wisdom." }, { "Thee trees,", "the earth,", "the sky,", "the waters:", "All play their part upon this land.", "May Guthix bring thee balance." }, { "Battles are not lost and won;", "They simply remove the weak from the equation.", "Zamorak give me strength!" } }; - - private static final Animation[] ANIMATIONS = new Animation[] { new Animation(1335), new Animation(1337), new Animation(1336) }; - - /** - * The god book. - */ - private GodBook book; - - /** - * Constructs a new {@code GodBookDialogue} {@code Object} - */ - public GodBookDialogue() { - /** - * empty. - */ - } - - /** - * Constructs a new {@code GodBookDialogue} {@code Object} - * @param player the player. - */ - public GodBookDialogue(Player player) { - super(player); - } - - @Override - public DialoguePlugin newInstance(Player player) { - return new GodBookDialogue(player); - } - - @Override - public boolean open(Object... args) { - book = (GodBook) args[0]; - options("Wedding Ceremony", "Last Rites", "Blessings", "Preach"); - return true; - } - - @Override - public boolean handle(int interfaceId, int buttonId) { - switch (stage) { - case 0: - String[][] data = null; - switch (buttonId) { - case 1: - data = PARTNERSHIPS; - break; - case 2: - data = LAST_RITES; - break; - case 3: - data = BLESSINGS; - break; - case 4: - data = PREACH; - break; - } - say(data); - end(); - break; - } - return true; - } - - /** - * Says the messages for the type. - * @param data the data. - */ - private void say(String[][] data) { - if (player.inCombat()) { - player.sendMessage("You can't do that while in combat."); - return; - } - final String[] messages = data[book.ordinal()]; - final Animation animation = ANIMATIONS[book.ordinal()]; - player.animate(animation); - player.lock(); - GameWorld.getPulser().submit(new Pulse(2, player) { - int index = 0; - - @Override - public boolean pulse() { - player.animate(animation); - player.sendChat(messages[index]); - return index++ >= messages.length - 1; - } - - @Override - public void stop() { - super.stop(); - player.unlock(); - } - - }); - } - - @Override - public int[] getIds() { - return new int[] { DialogueInterpreter.getDialogueKey("god-book") }; - } - - } - - /** - * The page handler. - * @author Vexia - */ - public class PageHandler extends UseWithHandler { - - /** - * Constructs a new {@code PageHandler} {@code Object} - */ - public PageHandler() { - super(3839, 3841, 3843); - } - - @Override - public Plugin newInstance(Object arg) throws Throwable { - for (GodBook book : GodBook.values()) { - for (Item i : book.getPages()) { - addHandler(i.getId(), ITEM_TYPE, this); - } - } - return this; - } - - @Override - public boolean handle(NodeUsageEvent event) { - GodBook book = GodBook.forItem(event.getUsedItem(), true); - Player player = event.getPlayer(); - if (book != null && book.isPage(event.getUsedWith().asItem())) { - book.insertPage(player, event.getUsedItem(), event.getUsedWith().asItem()); - return true; - } - return false; - } - - } - - /** - * Gets the number name. - * @param i the integer to check. - * @return the number name. - */ - private String getNumberName(int i) { - return i == 1 ? "first" : i == 2 ? "second" : i == 3 ? "third" : "fourth"; - } - -} +package core.game.interaction.item; + +import core.game.content.dialogue.DialogueAction; +import core.game.content.dialogue.DialogueInterpreter; +import core.game.content.dialogue.DialoguePlugin; +import core.game.content.global.GodBook; +import core.game.node.entity.skill.Skills; +import core.game.interaction.NodeUsageEvent; +import core.game.interaction.OptionHandler; +import core.game.interaction.UseWithHandler; +import core.game.node.Node; +import core.game.node.entity.player.Player; +import core.game.node.item.GroundItem; +import core.game.node.item.Item; +import core.game.node.item.ItemPlugin; +import core.game.system.task.Pulse; +import rs09.game.world.GameWorld; +import core.game.world.update.flag.context.Animation; +import core.plugin.Plugin; +import core.plugin.Initializable; +import rs09.plugin.PluginManager; + +/** + * Handles the god books. + * @author Vexia + */ +@Initializable +public class GodBookPlugin extends OptionHandler { + + @Override + public Plugin newInstance(Object arg) throws Throwable { + for (GodBook book : GodBook.values()) { + book.getDamagedBook().getDefinition().getHandlers().put("option:check", this); + book.getBook().getDefinition().getHandlers().put("option:preach", this); + } + PluginManager.definePlugins(new PageHandler(), new GodBookDialogue(), new GodBookItem(), new SymbolBlessHandler()); + return this; + } + + @Override + public boolean handle(Player player, Node node, String option) { + GodBook book = GodBook.forItem(node.asItem(), option.equalsIgnoreCase("check")); + if (book != null) { + switch (option) { + case "check": + String[] messages = new String[4]; + for (int i = 0; i < messages.length; i++) { + messages[i] = book.hasPage(player, node.asItem(), i + 1) ? "The " + getNumberName(i + 1) + " page is in the book." : "The " + getNumberName(i + 1) + " page is missing."; + } + player.getDialogueInterpreter().sendDialogue(messages); + return true; + case "preach": + player.getDialogueInterpreter().open("god-book", book); + return true; + } + } + return true; + } + + /** + * Handles the blessing of a symbol with a god book. + * @author Vexia + */ + public class SymbolBlessHandler extends UseWithHandler { + + /** + * Constructs a new {@code SymbolBlessHandler} {@code Object} + */ + public SymbolBlessHandler() { + super(1716); + } + + @Override + public Plugin newInstance(Object arg) throws Throwable { + for (GodBook book : GodBook.values()) { + addHandler(book.getBook().getId(), ITEM_TYPE, this); + } + return this; + } + + @Override + public boolean handle(NodeUsageEvent event) { + Player player = event.getPlayer(); + GodBook book = GodBook.forItem(event.getUsedItem(), false); + if (book == null) { + return false; + } + final Item symbol = event.getUsedWith().asItem(); + if (player.getSkills().getLevel(Skills.PRAYER) < 50) { + player.sendMessage("You need a Prayer level of at least 50 in order to do this."); + return true; + } + if (player.getSkills().getPrayerPoints() < 4) { + player.sendMessage("You need at least 4 prayer points in order to do this."); + return true; + } + if (book == GodBook.BOOK_OF_BALANCE) { + player.getDialogueInterpreter().sendOptions("Select an Option", "Unholy symbol", "Holy symbol"); + player.getDialogueInterpreter().addAction(new DialogueAction() { + + @Override + public void handle(Player player, int buttonId) { + bless(player, symbol, buttonId == 1 ? GodBook.UNHOLY_BOOK : GodBook.HOLY_BOOK); + } + + }); + return true; + } + bless(player, symbol, book); + return true; + } + + /** + * Blesses a symbol. + * @param player the player. + * @param book the book. + */ + private void bless(Player player, Item symbol, GodBook book) { + if (!player.getInventory().containsItem(symbol)) { + return; + } + if (player.getInventory().get(symbol.getSlot()) == null) { + return; + } + player.getInventory().replace(book.getBlessItem()[0], symbol.getSlot()); + player.getSkills().decrementPrayerPoints(4); + } + + } + + /** + * A god book item. + * @author Vexia + */ + public class GodBookItem extends ItemPlugin { + + @Override + public Plugin newInstance(Object arg) throws Throwable { + for (GodBook book : GodBook.values()) { + register(book.getDamagedBook().getId()); + } + return this; + } + + @Override + public boolean canPickUp(Player player, GroundItem item, int type) { + if (player.hasItem(item.asItem())) { + player.sendMessage("You do not need more than one incomplete book."); + return false; + } + return true; + } + + } + + /** + * Handles the god book dialogue. + * @author Vexia + */ + public static class GodBookDialogue extends DialoguePlugin { + + /** + * The partnership messages. + */ + private static final String[][] PARTNERSHIPS = new String[][] { { "In the name of Saradomin,", "protector of us all,", " I now join you in the eyes of Saradomin." }, { "Light and dark,", "day and night,", "Balance arises from contrast.", "I unify thee in the name of Guthix." }, { "May your union not be harmonious,", "but may your conflicts make you stronger,", "in Zamorak's name,", "now two are one." } }; + + /** + * The last rite messages. + */ + private static final String[][] LAST_RITES = new String[][] { { "Thy cause was false,", "thy skills did lack;", "See you in Lumbridge when you get back." }, { "Thy death was not in vain,", "For it brought some balance to the world.", "May Guthix bring thee rest." }, { "The weak deserve to die,", "so the strong may flourish.", "This is the creed of Zamorak." } }; + + /** + * The blessing messages. + */ + private static final String[][] BLESSINGS = new String[][] { { "Go in peace in the name of Saradomin;", "may his glory shine upon you like the sun." }, { "Mayest thou walk the path,", "and never fall,", "For Guthix walks beside thee on thy journey.", "May Guthix bring thee peace." }, { "May you reject all safe paths,", "and embrace all challenges.", "Zamorak bring you strength." } }; + + /** + * The preaching messages. + */ + private static final String[][] PREACH = new String[][] { { "Protect yourself,", "protect your friends.", "Mine is the glory that never ends.", "This is Saradomin's wisdom." }, { "Thee trees,", "the earth,", "the sky,", "the waters:", "All play their part upon this land.", "May Guthix bring thee balance." }, { "Battles are not lost and won;", "They simply remove the weak from the equation.", "Zamorak give me strength!" } }; + + private static final Animation[] ANIMATIONS = new Animation[] { new Animation(1335), new Animation(1337), new Animation(1336) }; + + /** + * The god book. + */ + private GodBook book; + + /** + * Constructs a new {@code GodBookDialogue} {@code Object} + */ + public GodBookDialogue() { + /** + * empty. + */ + } + + /** + * Constructs a new {@code GodBookDialogue} {@code Object} + * @param player the player. + */ + public GodBookDialogue(Player player) { + super(player); + } + + @Override + public DialoguePlugin newInstance(Player player) { + return new GodBookDialogue(player); + } + + @Override + public boolean open(Object... args) { + book = (GodBook) args[0]; + options("Wedding Ceremony", "Last Rites", "Blessings", "Preach"); + return true; + } + + @Override + public boolean handle(int interfaceId, int buttonId) { + switch (stage) { + case 0: + String[][] data = null; + switch (buttonId) { + case 1: + data = PARTNERSHIPS; + break; + case 2: + data = LAST_RITES; + break; + case 3: + data = BLESSINGS; + break; + case 4: + data = PREACH; + break; + } + say(data); + end(); + break; + } + return true; + } + + /** + * Says the messages for the type. + * @param data the data. + */ + private void say(String[][] data) { + if (player.inCombat()) { + player.sendMessage("You can't do that while in combat."); + return; + } + final String[] messages = data[book.ordinal()]; + final Animation animation = ANIMATIONS[book.ordinal()]; + player.animate(animation); + player.lock(); + GameWorld.getPulser().submit(new Pulse(2, player) { + int index = 0; + + @Override + public boolean pulse() { + player.animate(animation); + player.sendChat(messages[index]); + return index++ >= messages.length - 1; + } + + @Override + public void stop() { + super.stop(); + player.unlock(); + } + + }); + } + + @Override + public int[] getIds() { + return new int[] { DialogueInterpreter.getDialogueKey("god-book") }; + } + + } + + /** + * The page handler. + * @author Vexia + */ + public class PageHandler extends UseWithHandler { + + /** + * Constructs a new {@code PageHandler} {@code Object} + */ + public PageHandler() { + super(3839, 3841, 3843); + } + + @Override + public Plugin newInstance(Object arg) throws Throwable { + for (GodBook book : GodBook.values()) { + for (Item i : book.getPages()) { + addHandler(i.getId(), ITEM_TYPE, this); + } + } + return this; + } + + @Override + public boolean handle(NodeUsageEvent event) { + GodBook book = GodBook.forItem(event.getUsedItem(), true); + Player player = event.getPlayer(); + if (book != null && book.isPage(event.getUsedWith().asItem())) { + book.insertPage(player, event.getUsedItem(), event.getUsedWith().asItem()); + return true; + } + return false; + } + + } + + /** + * Gets the number name. + * @param i the integer to check. + * @return the number name. + */ + private String getNumberName(int i) { + return i == 1 ? "first" : i == 2 ? "second" : i == 3 ? "third" : "fourth"; + } + +} diff --git a/Server/src/main/java/core/game/node/entity/skill/herblore/FinishedPotion.java b/Server/src/main/java/core/game/node/entity/skill/herblore/FinishedPotion.java index dc808863a..a38722749 100644 --- a/Server/src/main/java/core/game/node/entity/skill/herblore/FinishedPotion.java +++ b/Server/src/main/java/core/game/node/entity/skill/herblore/FinishedPotion.java @@ -35,7 +35,8 @@ public enum FinishedPotion { STRONG_WEAPON_POISON(UnfinishedPotion.STRONG_WEAPON_POISON, new Item(223), 73, 165, new Item(5937)), SUPER_STRONG_WEAPON_POISON(UnfinishedPotion.SUPER_STRONG_WEAPON_POISON, new Item(6018), 82, 190, new Item(5940)), STRONG_ANTIPOISON(UnfinishedPotion.STRONG_ANTIPOISON, new Item(6049), 68, 155, new Item(5945)), - SUPER_STRONG_ANTIPOISON(UnfinishedPotion.SUPER_STRONG_ANTIPOISON, new Item(6051), 79, 177.5, new Item(5954)); + SUPER_STRONG_ANTIPOISON(UnfinishedPotion.SUPER_STRONG_ANTIPOISON, new Item(6051), 79, 177.5, new Item(5954)), + BLAMISH_OIL(UnfinishedPotion.HARRALANDER, new Item(1581), 25, 80, new Item(1582)); /** * Represents the unfinished potion. From 51cd5795a69f05c96d331091f170d77004e363e9 Mon Sep 17 00:00:00 2001 From: skelsoft <9147770-skelsoft@users.noreply.gitlab.com> Date: Fri, 27 Aug 2021 13:45:40 +1000 Subject: [PATCH 30/33] Fix: Taverley Dungeon QA Pass 2 - Corrected stats of Chaos Dwarf ID 119 - Added all Chaos Dwarf spawns to Taverley Dungeon (6 Chaos Dwarves) - Correct respawn rate of Chaos Dwarves at 150 ticks - Corrected stats of Lesser Demons ID 82, 4694, 4695, 4696, 4697, 6101 - Correct respawn rate of Lesser Demons at 30 ticks - Added all Lesser Demon spawns to Taverley Dungeon (5 Lesser Demons) - Corrected stats of Baby blue dragon ID 52, 4665, 4666 - Correct respawn rate of Baby blue dragons at 30 ticks - Corrected stats of Black Demon ID 84, 677, 4702, 4703, 4704, 4705 - Correct respawn rate of Black Demons at 30 ticks - Corrected stats of Black Knight ID 2698 - Correct respawn rate of Black Knights at 25 ticks - Correct respawn rate of Shades at 50 ticks - Corrected stats of Hellhound ID 49, 3586, 6210 - Correct respawn rate of Hellhound at 50 ticks - Correct respawn rate of Giant bat at 35 ticks - Corrected stats of Jailer ID 201 - Correct respawn rate of Jailer at 50 ticks - Poison spider now has correct examine text - Corrected stats of Poison spider ID 134, 1009 - Correct respawn rate of Poison spider at 30 ticks - Corrected stats of level-19 Ghost ID 103, 104 - Correct respawn rate of level-19 Ghost at 40 ticks - Corrected stats of Suit of armour ID 453 --- Server/data/configs/npc_configs.json | 6717 +------------------------- Server/data/configs/npc_spawns.json | 10 +- 2 files changed, 226 insertions(+), 6501 deletions(-) diff --git a/Server/data/configs/npc_configs.json b/Server/data/configs/npc_configs.json index dd4f6a9b7..db6b5a0ad 100644 --- a/Server/data/configs/npc_configs.json +++ b/Server/data/configs/npc_configs.json @@ -894,6 +894,7 @@ "range_animation": "6562", "combat_audio": "3717,3719,3718", "attack_speed": "4", + "respawn_delay": "50", "defence_animation": "6563", "weakness": "1", "slayer_exp": "116", @@ -905,7 +906,9 @@ "lifepoints": "116", "strength_level": "104", "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" }, @@ -956,15 +959,22 @@ "examine": "Young but still dangerous.", "slayer_task": "11", "combat_audio": "408,410,409", + "melee_animation": "25", + "attack_speed": "4", "magic_level": "1", + "respawn_delay": "30", + "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", "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" @@ -1470,9 +1480,10 @@ "range_animation": "4915", "attack_speed": "4", "magic_level": "1", + "respawn_delay": "35", "defence_animation": "4916", "weakness": "4", - "slayer_exp": "8", + "slayer_exp": "32", "magic_animation": "4915", "death_animation": "4917", "name": "Giant bat", @@ -1553,7 +1564,7 @@ "combat_audio": "400,404,403", "attack_speed": "4", "magic_level": "1", - "respawn_delay": "20", + "respawn_delay": "30", "defence_animation": "65", "weakness": "4", "slayer_exp": "79", @@ -1562,7 +1573,7 @@ "name": "Lesser demon", "defence_level": "71", "safespot": null, - "lifepoints": "81", + "lifepoints": "79", "strength_level": "70", "id": "82", "aggressive": "true", @@ -1604,10 +1615,11 @@ "combat_audio": "400,404,403", "attack_speed": "4", "magic_level": "1", - "respawn_delay": "38", + "respawn_delay": "30", "defence_animation": "65", "weakness": "4", "slayer_exp": "157", + "facing_booth": "", "magic_animation": "64", "death_animation": "67", "name": "Black demon", @@ -1993,39 +2005,41 @@ "attack_level": "1" }, { + "agg_radius": "", "examine": "Eeek a ghost!", "slayer_task": "36", "melee_animation": "5540", "range_animation": "5540", "combat_audio": "436,439,438", - "attack_speed": "5", - "magic_level": "18", - "respawn_delay": "20", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "40", "defence_animation": "5541", "weakness": "5", "slayer_exp": "25", "magic_animation": "5540", "death_animation": "5542", "name": "Ghost", - "defence_level": "6", + "defence_level": "18", "safespot": null, - "lifepoints": "13", - "strength_level": "7", + "lifepoints": "25", + "strength_level": "13", "id": "103", - "bonuses": "2,2,2,2,2,2,2,2,2,2,2,2,90,2,2", + "aggressive": "true", + "bonuses": "0,0,0,0,0,5,5,5,-5,5,0,0,0,0,0", "range_level": "1", - "attack_level": "6" + "attack_level": "13" }, { "examine": "Eeek! A ghost!", "slayer_task": "36", - "melee_animation": "5532", + "melee_animation": "5540", "range_animation": "0", "combat_audio": "436,439,438", - "attack_speed": "5", - "magic_level": "18", - "respawn_delay": "60", - "defence_animation": "0", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "40", + "defence_animation": "5541", "weakness": "5", "slayer_exp": "25", "magic_animation": "0", @@ -2034,11 +2048,12 @@ "defence_level": "18", "safespot": null, "lifepoints": "25", - "strength_level": "1", + "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": "1" + "attack_level": "13" }, { "examine": "Eek! A bear!", @@ -2108,7 +2123,7 @@ "combat_audio": "3611,3612,3610", "attack_speed": "4", "poisonous": "true", - "respawn_delay": "15", + "respawn_delay": "25", "defence_animation": "6255", "weakness": "0", "slayer_exp": "23", @@ -2358,22 +2373,24 @@ "slayer_task": "29", "melee_animation": "99", "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "150", "defence_animation": "0", "weakness": "6", - "slayer_exp": "16", + "slayer_exp": "61", "magic_animation": "0", "death_animation": "102", "name": "Chaos dwarf", - "defence_level": "34", + "defence_level": "28", "safespot": null, - "lifepoints": "48", - "strength_level": "34", + "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": "34" + "attack_level": "38" }, { "examine": "A mountain dwelling short angry guy.", @@ -2513,7 +2530,7 @@ "melee_animation": "185", "range_animation": "0", "attack_speed": "4", - "respawn_delay": "18", + "respawn_delay": "30", "defence_animation": "0", "weakness": "6", "magic_animation": "0", @@ -2610,14 +2627,14 @@ "attack_level": "15" }, { - "examine": "I think this spider has been magically modified.", + "examine": "A nasty, poisonous arachnid.", "slayer_task": "76", "melee_animation": "5327", "range_animation": "0", "combat_audio": "537,539,538", - "attack_speed": "5", + "attack_speed": "4", "poisonous": "true", - "respawn_delay": "60", + "respawn_delay": "30", "defence_animation": "5328", "weakness": "2", "poison_amount": "6", @@ -2625,13 +2642,13 @@ "death_animation": "5329", "name": "Poison spider", "safespot": null, - "defence_level": "70", + "defence_level": "52", "lifepoints": "64", "strength_level": "65", "id": "134", "aggressive": "true", - "range_level": "45", - "attack_level": "60" + "range_level": "1", + "attack_level": "50" }, { "examine": "Aaw", @@ -3236,7 +3253,7 @@ "attack_speed": "4", "magic_level": "10", "end_gfx": "107", - "respawn_delay": "15", + "respawn_delay": "25", "defence_animation": "404", "weakness": "3", "slayer_exp": "0", @@ -3557,20 +3574,23 @@ "examine": "Guards prisoners for the black knights.", "melee_animation": "422", "range_animation": "0", - "respawn_delay": "60", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "50", "defence_animation": "0", "weakness": "8", "magic_animation": "0", "death_animation": "836", "name": "Jailer", - "defence_level": "28", + "defence_level": "40", "safespot": null, - "lifepoints": "40", - "strength_level": "28", + "lifepoints": "47", + "strength_level": "40", "id": "201", - "aggressive": "true", + "aggressive": "false", + "bonuses": "0,0,0,0,0,79,63,47,0,0,0,0,0,0,0", "range_level": "1", - "attack_level": "28" + "attack_level": "40" }, { "examine": "Has a fearsome scowl.", @@ -5409,6 +5429,7 @@ "examine": "Dead but not gone.", "melee_animation": "390", "range_animation": "0", + "respawn_delay": "50", "defence_animation": "0", "weakness": "9", "magic_animation": "0", @@ -5426,6 +5447,7 @@ "examine": "Dead but not gone.", "melee_animation": "390", "range_animation": "0", + "respawn_delay": "50", "defence_animation": "0", "weakness": "9", "magic_animation": "0", @@ -5443,6 +5465,7 @@ "examine": "Dead but not gone.", "melee_animation": "390", "range_animation": "0", + "respawn_delay": "50", "defence_animation": "0", "weakness": "9", "magic_animation": "0", @@ -5461,7 +5484,7 @@ "slayer_task": "73", "melee_animation": "390", "range_animation": "0", - "respawn_delay": "60", + "respawn_delay": "50", "defence_animation": "0", "weakness": "9", "slayer_exp": "4.2", @@ -5482,7 +5505,7 @@ "melee_animation": "390", "range_animation": "0", "magic_level": "1", - "respawn_delay": "60", + "respawn_delay": "50", "defence_animation": "0", "weakness": "9", "slayer_exp": "4.2", @@ -5502,6 +5525,7 @@ "examine": "Dead but not gone.", "melee_animation": "390", "range_animation": "0", + "respawn_delay": "50", "defence_animation": "0", "weakness": "9", "magic_animation": "0", @@ -5792,18 +5816,20 @@ "examine": "Aargh! It's alive!", "melee_animation": "390", "range_animation": "0", + "attack_speed": "5", "defence_animation": "0", "weakness": "6", "magic_animation": "0", "death_animation": "836", "name": "Suit of armour", - "defence_level": "5", + "defence_level": "9", "safespot": null, - "lifepoints": "7", - "strength_level": "5", + "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": "5" + "attack_level": "16" }, { "examine": "He seems to be very devout.", @@ -7581,23 +7607,24 @@ "melee_animation": "64", "range_animation": "64", "combat_audio": "400,404,403", - "magic_level": "70", - "respawn_delay": "38", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "30", "defence_animation": "65", - "weakness": "7", + "weakness": "4", "slayer_exp": "157", "magic_animation": "64", "death_animation": "67", "name": "Black demon", - "defence_level": "70", + "defence_level": "152", "safespot": null, - "lifepoints": "165", - "strength_level": "70", + "lifepoints": "157", + "strength_level": "148", "id": "677", "aggressive": "true", - "bonuses": "45,40,40,150,150,80,150,20,150,68,0,0,0,0,0", - "range_level": "70", - "attack_level": "70" + "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "145" }, { "examine": "Keeps order in the ranging guild.", @@ -10319,14 +10346,14 @@ "attack_level": "50" }, { - "examine": "I think this spider has been magically modified.", + "examine": "A nasty, poisonous arachnid.", "slayer_task": "76", "melee_animation": "5327", "range_animation": "0", "combat_audio": "537,539,538", - "attack_speed": "5", + "attack_speed": "4", "poisonous": "true", - "respawn_delay": "60", + "respawn_delay": "30", "defence_animation": "5328", "weakness": "2", "poison_amount": "6", @@ -10334,13 +10361,13 @@ "death_animation": "5329", "name": "Poison spider", "safespot": null, - "defence_level": "70", + "defence_level": "52", "lifepoints": "64", "strength_level": "65", "id": "1009", "aggressive": "true", - "range_level": "45", - "attack_level": "60" + "range_level": "1", + "attack_level": "50" }, { "examine": "A green skinned croaker", @@ -12555,7 +12582,7 @@ "range_animation": "422", "attack_speed": "4", "magic_level": "1", - "respawn_delay": "21", + "respawn_delay": "35", "defence_animation": "404", "weakness": "9", "slayer_exp": "50", @@ -12636,7 +12663,7 @@ "range_animation": "0", "attack_speed": "4", "magic_level": "1", - "respawn_delay": "30", + "respawn_delay": "50", "defence_animation": "0", "weakness": "9", "slayer_exp": "0", @@ -12660,7 +12687,7 @@ "range_animation": "0", "attack_speed": "6", "magic_level": "1", - "respawn_delay": "30", + "respawn_delay": "50", "defence_animation": "0", "weakness": "9", "slayer_exp": "0", @@ -12684,7 +12711,7 @@ "range_animation": "0", "attack_speed": "6", "magic_level": "1", - "respawn_delay": "30", + "respawn_delay": "50", "defence_animation": "0", "weakness": "9", "slayer_exp": "0", @@ -12708,7 +12735,7 @@ "range_animation": "0", "attack_speed": "6", "magic_level": "1", - "respawn_delay": "30", + "respawn_delay": "50", "defence_animation": "0", "weakness": "9", "slayer_exp": "0", @@ -12733,7 +12760,7 @@ "range_animation": "0", "attack_speed": "6", "magic_level": "1", - "respawn_delay": "30", + "respawn_delay": "50", "defence_animation": "0", "weakness": "9", "slayer_exp": "0", @@ -12757,7 +12784,7 @@ "range_animation": "0", "attack_speed": "4", "magic_level": "1", - "respawn_delay": "30", + "respawn_delay": "50", "defence_animation": "0", "weakness": "9", "slayer_exp": "0", @@ -12781,7 +12808,7 @@ "range_animation": "0", "attack_speed": "6", "magic_level": "1", - "respawn_delay": "30", + "respawn_delay": "50", "defence_animation": "0", "weakness": "9", "slayer_exp": "0", @@ -12805,7 +12832,7 @@ "range_animation": "0", "attack_speed": "6", "magic_level": "1", - "respawn_delay": "30", + "respawn_delay": "50", "defence_animation": "0", "weakness": "9", "slayer_exp": "0", @@ -12829,7 +12856,7 @@ "range_animation": "0", "attack_speed": "6", "magic_level": "1", - "respawn_delay": "30", + "respawn_delay": "50", "defence_animation": "0", "weakness": "9", "slayer_exp": "0", @@ -23489,7 +23516,11 @@ "attack_level": "1" }, { - "slayer_exp": "16", + "slayer_task": "29", + "examine": "A dwarf gone bad.", + "respawn_delay": "150", + "slayer_exp": "61", + "weakness": "6", "name": "Chaos dwarf", "defence_level": "1", "safespot": null, @@ -25229,21 +25260,22 @@ "examine": "A dark-hearted knight.", "melee_animation": "422", "range_animation": "0", - "attack_speed": "6", - "respawn_delay": "60", + "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": "24", + "defence_level": "25", "safespot": null, - "lifepoints": "34", + "lifepoints": "42", "strength_level": "24", "id": "2698", "aggressive": "true", "range_level": "1", - "attack_level": "24" + "attack_level": "25" }, { "examine": "He's guarding the prison.", @@ -32598,26 +32630,28 @@ }, { "examine": "Good doggy...", + "slayer_task": "43", "melee_animation": "6562", "range_animation": "0", "combat_audio": "3717,3719,3718", - "attack_speed": "5", - "respawn_delay": "60", + "attack_speed": "4", + "respawn_delay": "50", "defence_animation": "0", "weakness": "7", "slayer_exp": "116", "magic_animation": "0", "death_animation": "6576", "name": "Hellhound", - "defence_level": "60", + "defence_level": "102", "safespot": null, - "lifepoints": "134", - "strength_level": "60", + "lifepoints": "116", + "strength_level": "104", "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": "60" + "attack_level": "105" }, { "examine": "Big, ugly, and smelly.", @@ -39339,42 +39373,51 @@ }, { "examine": "Young but still dangerous.", - "slayer_task": "68", + "slayer_task": "11", "melee_animation": "25", "range_animation": "25", "combat_audio": "408,410,409", - "attack_speed": "5", - "magic_level": "40", - "respawn_delay": "32", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "30", "defence_animation": "26", "weakness": "3", - "slayer_exp": "0", + "slayer_exp": "50", "magic_animation": "25", "death_animation": "28", "name": "Baby blue dragon", - "defence_level": "42", + "defence_level": "40", "safespot": null, "lifepoints": "50", "strength_level": "40", "id": "4665", "aggressive": "true", - "bonuses": "50,40,64,60,30,45,40,40,20,40,40,20,0,0,0", + "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.", + "slayer_task": "11", "combat_audio": "408,410,409", - "magic_level": "45", - "slayer_exp": "108", + "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": "48", + "defence_level": "40", "safespot": null, - "lifepoints": "51", - "strength_level": "45", + "lifepoints": "50", + "strength_level": "40", "id": "4666", - "bonuses": "49,45,43,50,73,71,56,78,68,0,0,0,0,0,0", - "range_level": "45", + "aggressive": "true", + "bonuses": "0,0,0,0,0,30,50,50,40,30,0,0,0,0,0", + "range_level": "1", "attack_level": "45" }, { @@ -40045,24 +40088,24 @@ "melee_animation": "4630", "range_animation": "4630", "combat_audio": "400,404,403", - "attack_speed": "6", - "magic_level": "50", - "respawn_delay": "20", + "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": "50", + "defence_level": "71", "safespot": null, "lifepoints": "79", - "strength_level": "50", + "strength_level": "70", "id": "4694", "aggressive": "true", - "bonuses": "15,15,15,15,15,15,15,15,15,3,15,15,23,15,15", + "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0", "range_level": "1", - "attack_level": "50" + "attack_level": "68" }, { "examine": "Lesser, but still pretty big.", @@ -40070,24 +40113,24 @@ "melee_animation": "4630", "range_animation": "4630", "combat_audio": "400,404,403", - "attack_speed": "6", - "magic_level": "50", - "respawn_delay": "20", + "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": "50", + "defence_level": "71", "safespot": null, "lifepoints": "79", - "strength_level": "50", + "strength_level": "70", "id": "4695", "aggressive": "true", - "bonuses": "15,15,15,15,15,15,15,15,15,3,15,15,23,15,15", + "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0", "range_level": "1", - "attack_level": "50" + "attack_level": "68" }, { "examine": "Lesser, but still pretty big.", @@ -40095,24 +40138,24 @@ "melee_animation": "4630", "range_animation": "4630", "combat_audio": "400,404,403", - "attack_speed": "6", - "magic_level": "50", - "respawn_delay": "20", + "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": "50", + "defence_level": "71", "safespot": null, "lifepoints": "79", - "strength_level": "50", + "strength_level": "70", "id": "4696", "aggressive": "true", - "bonuses": "15,15,15,15,15,15,15,15,15,3,15,15,23,15,15", + "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0", "range_level": "1", - "attack_level": "50" + "attack_level": "68" }, { "examine": "Lesser, but still pretty big.", @@ -40120,24 +40163,24 @@ "melee_animation": "4630", "range_animation": "4630", "combat_audio": "400,404,403", - "attack_speed": "6", - "magic_level": "50", - "respawn_delay": "20", + "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": "50", + "defence_level": "71", "safespot": null, "lifepoints": "79", - "strength_level": "50", + "strength_level": "70", "id": "4697", "aggressive": "true", - "bonuses": "15,15,15,15,15,15,15,15,15,3,15,15,23,15,15", + "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0", "range_level": "1", - "attack_level": "50" + "attack_level": "68" }, { "examine": "Big, red, and incredibly evil.", @@ -40249,23 +40292,24 @@ "melee_animation": "64", "range_animation": "64", "combat_audio": "400,404,403", - "magic_level": "70", - "respawn_delay": "38", + "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": "70", + "defence_level": "152", "safespot": null, - "lifepoints": "165", - "strength_level": "70", + "lifepoints": "157", + "strength_level": "148", "id": "4702", "aggressive": "true", - "bonuses": "45,40,40,150,150,80,150,20,150,68,0,0,0,0,0", - "range_level": "70", - "attack_level": "70" + "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.", @@ -40273,23 +40317,24 @@ "melee_animation": "64", "range_animation": "64", "combat_audio": "400,404,403", - "magic_level": "70", - "respawn_delay": "38", + "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": "70", + "defence_level": "152", "safespot": null, - "lifepoints": "165", - "strength_level": "70", + "lifepoints": "157", + "strength_level": "148", "id": "4703", "aggressive": "true", - "bonuses": "45,40,40,150,150,80,150,20,150,68,0,0,0,0,0", - "range_level": "70", - "attack_level": "70" + "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.", @@ -40297,23 +40342,24 @@ "melee_animation": "64", "range_animation": "64", "combat_audio": "400,404,403", - "magic_level": "70", - "respawn_delay": "38", + "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": "70", + "defence_level": "152", "safespot": null, - "lifepoints": "165", - "strength_level": "70", + "lifepoints": "157", + "strength_level": "148", "id": "4704", "aggressive": "true", - "bonuses": "45,40,40,150,150,80,150,20,150,68,0,0,0,0,0", - "range_level": "70", - "attack_level": "70" + "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.", @@ -40321,23 +40367,24 @@ "melee_animation": "64", "range_animation": "64", "combat_audio": "400,404,403", - "magic_level": "70", - "respawn_delay": "38", + "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": "70", + "defence_level": "152", "safespot": null, - "lifepoints": "165", - "strength_level": "70", + "lifepoints": "157", + "strength_level": "148", "id": "4705", "aggressive": "true", - "bonuses": "45,40,40,150,150,80,150,20,150,68,0,0,0,0,0", - "range_level": "70", - "attack_level": "70" + "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.", @@ -52387,24 +52434,24 @@ "melee_animation": "4630", "range_animation": "4630", "combat_audio": "400,404,403", - "attack_speed": "6", - "magic_level": "40", - "respawn_delay": "20", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "30", "defence_animation": "65", - "weakness": "3", + "weakness": "4", "slayer_exp": "79", "magic_animation": "4630", "death_animation": "67", "name": "Lesser demon", - "defence_level": "50", + "defence_level": "71", "safespot": null, "lifepoints": "79", - "strength_level": "50", + "strength_level": "70", "id": "6101", "aggressive": "true", - "bonuses": "15,15,15,15,15,15,15,15,15,3,15,15,23,15,15", + "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0", "range_level": "1", - "attack_level": "50" + "attack_level": "68" }, { "examine": "His face is expressionless.", @@ -53482,23 +53529,24 @@ "melee_animation": "6579", "range_animation": "6579", "combat_audio": "3717,3719,3718", - "respawn_delay": "25", + "attack_speed": "4", + "respawn_delay": "50", "defence_animation": "6578", "weakness": "7", "slayer_exp": "116", "magic_animation": "6579", "death_animation": "6576", "name": "Hellhound", - "defence_level": "66", + "defence_level": "102", "safespot": null, "lifepoints": "116", - "strength_level": "66", + "strength_level": "104", "id": "6210", "aggressive": "true", - "bonuses": "50,70,30,30,60,30,60,60,50,60,0,0,0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", "clue_level": "2", "range_level": "1", - "attack_level": "66" + "attack_level": "105" }, { "examine": "Have you checked your pockets lately?", @@ -64138,17 +64186,6 @@ "range_level": "1", "attack_level": "1" }, - { - "slayer_exp": "16", - "name": "Chaos dwarf", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2423", - "range_level": "1", - "attack_level": "1" - }, { "death_animation": "9230", "name": "Jarvald", @@ -64522,23 +64559,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "Annoying flappy thing.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "slayer_exp": "8", - "magic_animation": "0", - "death_animation": "0", - "name": "Giant bat", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2482", - "range_level": "1", - "attack_level": "1" - }, { "examine": "A slithering serpent that likes to hide in the bush.", "melee_animation": "275", @@ -65954,26 +65974,6 @@ "range_level": "1", "attack_level": "11" }, - { - "examine": "A dark-hearted knight.", - "melee_animation": "422", - "range_animation": "0", - "attack_speed": "6", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "836", - "name": "Black knight", - "defence_level": "24", - "safespot": null, - "lifepoints": "34", - "strength_level": "24", - "id": "2698", - "aggressive": "true", - "range_level": "1", - "attack_level": "24" - }, { "examine": "He's guarding the prison.", "melee_animation": "390", @@ -66262,18 +66262,6 @@ "range_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": "2716", - "range_level": "1", - "attack_level": "1" - }, { "name": "Skeleton mage", "defence_level": "1", @@ -68288,18 +68276,6 @@ "range_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": "2931", - "range_level": "1", - "attack_level": "1" - }, { "examine": "Who ate all the rats?", "melee_animation": "0", @@ -75223,28 +75199,6 @@ "range_level": "1", "attack_level": "40" }, - { - "examine": "Hello, nice doggy...", - "slayer_task": "43", - "melee_animation": "6562", - "range_animation": "6562", - "combat_audio": "3717,3719,3718", - "attack_speed": "4", - "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", - "id": "49", - "clue_level": "2", - "range_level": "1", - "attack_level": "105" - }, { "agg_radius": "64", "examine": "The biggest, meanest dragon around.", @@ -75288,23 +75242,6 @@ "range_level": "80", "attack_level": "102" }, - { - "examine": "Young but still dangerous.", - "slayer_task": "11", - "combat_audio": "408,410,409", - "magic_level": "1", - "weakness": "3", - "slayer_exp": "50", - "name": "Baby blue dragon", - "defence_level": "40", - "safespot": null, - "lifepoints": "50", - "strength_level": "40", - "id": "52", - "bonuses": "0,0,0,0,0,30,50,50,40,30,0,0,0,0,0", - "range_level": "1", - "attack_level": "40" - }, { "examine": "A big powerful dragon.", "slayer_task": "68", @@ -75331,32 +75268,6 @@ "range_level": "1", "attack_level": "130" }, - { - "examine": "A fierce dragon with black scales!", - "slayer_task": "9", - "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": "54", - "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": "200" - }, { "examine": "A mother dragon.", "slayer_task": "11", @@ -75415,29 +75326,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "Is it a spider or is it a shadow?", - "slayer_task": "76", - "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", - "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.", "slayer_task": "76", @@ -75799,28 +75687,6 @@ "range_level": "1", "attack_level": "8" }, - { - "examine": "An annoying flappy thing.", - "slayer_task": "5", - "melee_animation": "4915", - "range_animation": "4915", - "attack_speed": "4", - "magic_level": "1", - "defence_animation": "4916", - "weakness": "4", - "slayer_exp": "8", - "magic_animation": "4915", - "death_animation": "4917", - "name": "Giant bat", - "defence_level": "22", - "safespot": null, - "lifepoints": "32", - "strength_level": "22", - "id": "78", - "aggressive": "true", - "range_level": "1", - "attack_level": "22" - }, { "examine": "A shadowy, barely visible flying entity from some evil place.", "slayer_task": "5", @@ -75881,31 +75747,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "Lesser, but still pretty big.", - "slayer_task": "56", - "melee_animation": "4630", - "range_animation": "4630", - "combat_audio": "400,404,403", - "attack_speed": "4", - "magic_level": "1", - "respawn_delay": "20", - "defence_animation": "65", - "weakness": "4", - "slayer_exp": "79", - "magic_animation": "4630", - "death_animation": "67", - "name": "Lesser demon", - "defence_level": "71", - "safespot": null, - "lifepoints": "81", - "strength_level": "70", - "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" - }, { "examine": "Big, red, and incredibly evil.", "slayer_task": "40", @@ -75932,31 +75773,6 @@ "range_level": "1", "attack_level": "76" }, - { - "examine": "A big, scary, jet-black demon.", - "slayer_task": "8", - "melee_animation": "64", - "range_animation": "64", - "combat_audio": "400,404,403", - "attack_speed": "4", - "magic_level": "1", - "respawn_delay": "38", - "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": "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" - }, { "examine": "A creature made from clay.", "melee_animation": "422", @@ -76328,54 +76144,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "Eeek a ghost!", - "slayer_task": "36", - "melee_animation": "5540", - "range_animation": "5540", - "combat_audio": "436,439,438", - "attack_speed": "5", - "magic_level": "18", - "respawn_delay": "20", - "defence_animation": "5541", - "weakness": "5", - "slayer_exp": "25", - "magic_animation": "5540", - "death_animation": "5542", - "name": "Ghost", - "defence_level": "6", - "safespot": null, - "lifepoints": "13", - "strength_level": "7", - "id": "103", - "bonuses": "2,2,2,2,2,2,2,2,2,2,2,2,90,2,2", - "range_level": "1", - "attack_level": "6" - }, - { - "examine": "Eeek! A ghost!", - "slayer_task": "36", - "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": "104", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, { "examine": "Eek! A bear!", "slayer_task": "6", @@ -76663,28 +76431,6 @@ "range_level": "1", "attack_level": "7" }, - { - "examine": "A dwarf gone bad.", - "slayer_task": "29", - "melee_animation": "99", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "6", - "slayer_exp": "16", - "magic_animation": "0", - "death_animation": "102", - "name": "Chaos dwarf", - "defence_level": "34", - "safespot": null, - "lifepoints": "48", - "strength_level": "34", - "id": "119", - "aggressive": "true", - "range_level": "1", - "attack_level": "34" - }, { "examine": "A mountain dwelling short angry guy.", "slayer_task": "29", @@ -76898,30 +76644,6 @@ "range_level": "1", "attack_level": "15" }, - { - "examine": "I think this spider has been magically modified.", - "slayer_task": "76", - "melee_animation": "5327", - "range_animation": "0", - "combat_audio": "537,539,538", - "attack_speed": "5", - "poisonous": "true", - "respawn_delay": "60", - "defence_animation": "5328", - "weakness": "2", - "poison_amount": "6", - "magic_animation": "0", - "death_animation": "5329", - "name": "Poison spider", - "safespot": null, - "defence_level": "70", - "lifepoints": "64", - "strength_level": "65", - "id": "134", - "aggressive": "true", - "range_level": "45", - "attack_level": "60" - }, { "examine": "Aaw", "melee_animation": "0", @@ -77175,27 +76897,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "A fighter from the supernatural world. He's a shadow of his former self.", - "slayer_task": "74", - "melee_animation": "394", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "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", "melee_animation": "191", @@ -77816,25 +77517,6 @@ "range_level": "1", "attack_level": "29" }, - { - "examine": "Guards prisoners for the black knights.", - "melee_animation": "422", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "836", - "name": "Jailer", - "defence_level": "28", - "safespot": null, - "lifepoints": "40", - "strength_level": "28", - "id": "201", - "aggressive": "true", - "range_level": "1", - "attack_level": "28" - }, { "examine": "Has a fearsome scowl.", "melee_animation": "390", @@ -79668,108 +79350,6 @@ "range_level": "45", "attack_level": "45" }, - { - "examine": "Dead but not gone.", - "melee_animation": "390", - "range_animation": "0", - "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", - "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", - "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", - "defence_animation": "0", - "weakness": "9", - "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", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "836", - "name": "Shade", - "defence_level": "90", - "safespot": null, - "lifepoints": "71", - "strength_level": "90", - "id": "429", - "range_level": "1", - "attack_level": "90" - }, - { - "examine": "Dead but not gone.", - "melee_animation": "390", - "range_animation": "0", - "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", @@ -80043,23 +79623,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "Aargh! It's alive!", - "melee_animation": "390", - "range_animation": "0", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "836", - "name": "Suit of armour", - "defence_level": "5", - "safespot": null, - "lifepoints": "7", - "strength_level": "5", - "id": "453", - "range_level": "1", - "attack_level": "5" - }, { "examine": "He seems to be very devout.", "melee_animation": "0", @@ -80410,24 +79973,6 @@ "range_level": "1", "attack_level": "1" }, - { - "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": "20", - "strength_level": "1", - "id": "491", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, { "examine": "The essence of evil.", "melee_animation": "0", @@ -81830,30 +81375,6 @@ "range_level": "1", "attack_level": "20" }, - { - "examine": "A big, scary, jet-black demon.", - "slayer_task": "8", - "melee_animation": "64", - "range_animation": "64", - "combat_audio": "400,404,403", - "magic_level": "70", - "respawn_delay": "38", - "defence_animation": "65", - "weakness": "7", - "slayer_exp": "157", - "magic_animation": "64", - "death_animation": "67", - "name": "Black demon", - "defence_level": "70", - "safespot": null, - "lifepoints": "165", - "strength_level": "70", - "id": "677", - "aggressive": "true", - "bonuses": "45,40,40,150,150,80,150,20,150,68,0,0,0,0,0", - "range_level": "70", - "attack_level": "70" - }, { "examine": "Keeps order in the ranging guild.", "melee_animation": "0", @@ -84539,17 +84060,6 @@ "range_level": "1", "attack_level": "1" }, - { - "slayer_exp": "8", - "name": "Giant bat", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1005", - "range_level": "1", - "attack_level": "1" - }, { "examine": "A servant of Zamorak.", "combat_style": "2", @@ -84573,30 +84083,6 @@ "range_level": "50", "attack_level": "50" }, - { - "examine": "I think this spider has been magically modified.", - "slayer_task": "76", - "melee_animation": "5327", - "range_animation": "0", - "combat_audio": "537,539,538", - "attack_speed": "5", - "poisonous": "true", - "respawn_delay": "60", - "defence_animation": "5328", - "weakness": "2", - "poison_amount": "6", - "magic_animation": "0", - "death_animation": "5329", - "name": "Poison spider", - "safespot": null, - "defence_level": "70", - "lifepoints": "64", - "strength_level": "65", - "id": "1009", - "aggressive": "true", - "range_level": "45", - "attack_level": "60" - }, { "examine": "A green skinned croaker", "melee_animation": "0", @@ -86837,216 +86323,6 @@ "range_level": "1", "attack_level": "30" }, - { - "examine": "A shadowy sort of entity", - "slayer_task": "73", - "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.", - "slayer_task": "73", - "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", - "slayer_task": "73", - "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.", - "slayer_task": "73", - "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", - "slayer_task": "73", - "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.", - "slayer_task": "73", - "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", - "slayer_task": "73", - "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.", - "slayer_task": "73", - "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", - "slayer_task": "73", - "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.", - "slayer_task": "73", - "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", @@ -89555,36 +88831,6 @@ "range_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", - "range_level": "1", - "attack_level": "1" - }, - { - "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": "30", - "strength_level": "1", - "id": "1549", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, { "examine": "A large boisterous bird", "slayer_task": "7", @@ -89805,26 +89051,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "A creature summoned by Vanstrom to kill the remaining Myreque.", - "melee_animation": "6579", - "range_animation": "0", - "combat_audio": "774,775,777", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "6558", - "name": "Skeleton Hellhound", - "defence_level": "32", - "safespot": null, - "lifepoints": "57", - "strength_level": "32", - "id": "1575", - "aggressive": "true", - "range_level": "1", - "attack_level": "32" - }, { "examine": "A very large elemental adversary.", "slayer_task": "33", @@ -91352,17 +90578,6 @@ "range_level": "1", "attack_level": "1" }, - { - "name": "Gardener Ghost", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "436,439,438", - "strength_level": "1", - "id": "1675", - "range_level": "1", - "attack_level": "1" - }, { "examine": "His beard seems to have a life of its own.", "melee_animation": "4666", @@ -91384,23 +90599,6 @@ "range_level": "1", "attack_level": "60" }, - { - "examine": "A ghost disciple.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "436,439,438", - "defence_animation": "0", - "magic_animation": "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", @@ -91511,23 +90709,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "A spooky ghost villager.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "436,439,438", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Ghost villager", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1697", - "range_level": "1", - "attack_level": "1" - }, { "examine": "This poor soul cannot understand why it has not passed to the next world.", "slayer_task": "36", @@ -91551,153 +90732,6 @@ "range_level": "1", "attack_level": "28" }, - { - "examine": "Beware the ghostly shopkeeper's wares!", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "436,439,438", - "defence_animation": "0", - "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", @@ -94065,25 +93099,6 @@ "range_level": "1", "attack_level": "60" }, - { - "examine": "Looks hungry!", - "slayer_task": "27", - "melee_animation": "6565", - "range_animation": "0", - "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", - "id": "1976", - "range_level": "1", - "attack_level": "48" - }, { "melee_animation": "799", "respawn_delay": "60", @@ -97308,17 +96323,6 @@ "range_level": "1", "attack_level": "1" }, - { - "slayer_exp": "16", - "name": "Chaos dwarf", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2423", - "range_level": "1", - "attack_level": "1" - }, { "death_animation": "9230", "name": "Jarvald", @@ -97693,23 +96697,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "Annoying flappy thing.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "slayer_exp": "8", - "magic_animation": "0", - "death_animation": "0", - "name": "Giant bat", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2482", - "range_level": "1", - "attack_level": "1" - }, { "examine": "A slithering serpent that likes to hide in the bush.", "melee_animation": "275", @@ -99045,26 +98032,6 @@ "range_level": "1", "attack_level": "11" }, - { - "examine": "A dark-hearted knight.", - "melee_animation": "422", - "range_animation": "0", - "attack_speed": "6", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "836", - "name": "Black knight", - "defence_level": "24", - "safespot": null, - "lifepoints": "34", - "strength_level": "24", - "id": "2698", - "aggressive": "true", - "range_level": "1", - "attack_level": "24" - }, { "examine": "He's guarding the prison.", "melee_animation": "390", @@ -99353,18 +98320,6 @@ "range_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": "2716", - "range_level": "1", - "attack_level": "1" - }, { "name": "Skeleton mage", "defence_level": "1", @@ -99787,26 +98742,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "A shadow.", - "melee_animation": "2738", - "range_animation": "0", - "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", - "id": "2782", - "aggressive": "true", - "range_level": "1", - "attack_level": "68" - }, { "examine": "From a darker dimension.", "slayer_task": "25", @@ -101069,18 +100004,6 @@ "range_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": "2931", - "range_level": "1", - "attack_level": "1" - }, { "examine": "Who ate all the rats?", "melee_animation": "0", @@ -106377,29 +105300,6 @@ "range_level": "72", "attack_level": "1" }, - { - "examine": "Good doggy...", - "melee_animation": "6562", - "range_animation": "0", - "combat_audio": "3717,3719,3718", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "slayer_exp": "116", - "magic_animation": "0", - "death_animation": "6576", - "name": "Hellhound", - "defence_level": "60", - "safespot": null, - "lifepoints": "134", - "strength_level": "60", - "id": "3586", - "aggressive": "true", - "clue_level": "2", - "range_level": "1", - "attack_level": "60" - }, { "examine": "Big, ugly, and smelly.", "melee_animation": "359", @@ -107174,28 +106074,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "An annoying flappy thing.", - "slayer_task": "5", - "melee_animation": "4915", - "range_animation": "4915", - "attack_speed": "6", - "magic_level": "32", - "defence_animation": "4916", - "weakness": "4", - "slayer_exp": "8", - "magic_animation": "4915", - "death_animation": "4917", - "name": "Giant bat", - "defence_level": "32", - "safespot": null, - "lifepoints": "32", - "strength_level": "12", - "id": "3711", - "aggressive": "true", - "range_level": "1", - "attack_level": "12" - }, { "melee_animation": "395", "combat_audio": "511,513,512", @@ -110646,47 +109524,6 @@ "range_level": "1", "attack_level": "1" }, - { - "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": "36", - "strength_level": "1", - "id": "4387", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Eeek! A ghost!", - "slayer_task": "36", - "melee_animation": "5532", - "range_animation": "0", - "combat_audio": "436,439,438", - "attack_speed": "5", - "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…", "slayer_task": "34", @@ -113119,46 +111956,6 @@ "projectile": "98", "attack_level": "1" }, - { - "examine": "Young but still dangerous.", - "slayer_task": "68", - "melee_animation": "25", - "range_animation": "25", - "combat_audio": "408,410,409", - "attack_speed": "5", - "magic_level": "40", - "respawn_delay": "32", - "defence_animation": "26", - "weakness": "3", - "slayer_exp": "0", - "magic_animation": "25", - "death_animation": "28", - "name": "Baby blue dragon", - "defence_level": "42", - "safespot": null, - "lifepoints": "50", - "strength_level": "40", - "id": "4665", - "aggressive": "true", - "bonuses": "50,40,64,60,30,45,40,40,20,40,40,20,0,0,0", - "range_level": "1", - "attack_level": "40" - }, - { - "examine": "Young but still dangerous.", - "combat_audio": "408,410,409", - "magic_level": "45", - "slayer_exp": "108", - "name": "Baby blue dragon", - "defence_level": "48", - "safespot": null, - "lifepoints": "51", - "strength_level": "45", - "id": "4666", - "bonuses": "49,45,43,50,73,71,56,78,68,0,0,0,0,0,0", - "range_level": "45", - "attack_level": "45" - }, { "name": "Baby red dragon", "defence_level": "1", @@ -113289,110 +112086,6 @@ "range_level": "1", "attack_level": "130" }, - { - "examine": "A fierce dragon with black scales!", - "slayer_task": "9", - "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", - "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": "200" - }, - { - "examine": "A fierce dragon with black scales!", - "slayer_task": "9", - "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", - "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": "200" - }, - { - "examine": "A fierce dragon with black scales!", - "slayer_task": "9", - "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", - "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": "200" - }, - { - "examine": "A fierce dragon with black scales!", - "slayer_task": "9", - "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", - "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": "200" - }, { "examine": "Must be related to Elvarg.", "slayer_task": "41", @@ -113821,106 +112514,6 @@ "range_level": "1", "attack_level": "18" }, - { - "examine": "Lesser, but still pretty big.", - "slayer_task": "56", - "melee_animation": "4630", - "range_animation": "4630", - "combat_audio": "400,404,403", - "attack_speed": "6", - "magic_level": "50", - "respawn_delay": "20", - "defence_animation": "65", - "weakness": "4", - "slayer_exp": "79", - "magic_animation": "4630", - "death_animation": "67", - "name": "Lesser demon", - "defence_level": "50", - "safespot": null, - "lifepoints": "79", - "strength_level": "50", - "id": "4694", - "aggressive": "true", - "bonuses": "15,15,15,15,15,15,15,15,15,3,15,15,23,15,15", - "range_level": "1", - "attack_level": "50" - }, - { - "examine": "Lesser, but still pretty big.", - "slayer_task": "56", - "melee_animation": "4630", - "range_animation": "4630", - "combat_audio": "400,404,403", - "attack_speed": "6", - "magic_level": "50", - "respawn_delay": "20", - "defence_animation": "65", - "weakness": "4", - "slayer_exp": "79", - "magic_animation": "4630", - "death_animation": "67", - "name": "Lesser demon", - "defence_level": "50", - "safespot": null, - "lifepoints": "79", - "strength_level": "50", - "id": "4695", - "aggressive": "true", - "bonuses": "15,15,15,15,15,15,15,15,15,3,15,15,23,15,15", - "range_level": "1", - "attack_level": "50" - }, - { - "examine": "Lesser, but still pretty big.", - "slayer_task": "56", - "melee_animation": "4630", - "range_animation": "4630", - "combat_audio": "400,404,403", - "attack_speed": "6", - "magic_level": "50", - "respawn_delay": "20", - "defence_animation": "65", - "weakness": "4", - "slayer_exp": "79", - "magic_animation": "4630", - "death_animation": "67", - "name": "Lesser demon", - "defence_level": "50", - "safespot": null, - "lifepoints": "79", - "strength_level": "50", - "id": "4696", - "aggressive": "true", - "bonuses": "15,15,15,15,15,15,15,15,15,3,15,15,23,15,15", - "range_level": "1", - "attack_level": "50" - }, - { - "examine": "Lesser, but still pretty big.", - "slayer_task": "56", - "melee_animation": "4630", - "range_animation": "4630", - "combat_audio": "400,404,403", - "attack_speed": "6", - "magic_level": "50", - "respawn_delay": "20", - "defence_animation": "65", - "weakness": "4", - "slayer_exp": "79", - "magic_animation": "4630", - "death_animation": "67", - "name": "Lesser demon", - "defence_level": "50", - "safespot": null, - "lifepoints": "79", - "strength_level": "50", - "id": "4697", - "aggressive": "true", - "bonuses": "15,15,15,15,15,15,15,15,15,3,15,15,23,15,15", - "range_level": "1", - "attack_level": "50" - }, { "examine": "Big, red, and incredibly evil.", "slayer_task": "40", @@ -114025,102 +112618,6 @@ "range_level": "59", "attack_level": "59" }, - { - "examine": "A big, scary, jet-black demon.", - "slayer_task": "8", - "melee_animation": "64", - "range_animation": "64", - "combat_audio": "400,404,403", - "magic_level": "70", - "respawn_delay": "38", - "defence_animation": "65", - "weakness": "4", - "slayer_exp": "157", - "magic_animation": "64", - "death_animation": "67", - "name": "Black demon", - "defence_level": "70", - "safespot": null, - "lifepoints": "165", - "strength_level": "70", - "id": "4702", - "aggressive": "true", - "bonuses": "45,40,40,150,150,80,150,20,150,68,0,0,0,0,0", - "range_level": "70", - "attack_level": "70" - }, - { - "examine": "A big, scary, jet-black demon.", - "slayer_task": "8", - "melee_animation": "64", - "range_animation": "64", - "combat_audio": "400,404,403", - "magic_level": "70", - "respawn_delay": "38", - "defence_animation": "65", - "weakness": "4", - "slayer_exp": "157", - "magic_animation": "64", - "death_animation": "67", - "name": "Black demon", - "defence_level": "70", - "safespot": null, - "lifepoints": "165", - "strength_level": "70", - "id": "4703", - "aggressive": "true", - "bonuses": "45,40,40,150,150,80,150,20,150,68,0,0,0,0,0", - "range_level": "70", - "attack_level": "70" - }, - { - "examine": "A big, scary, jet-black demon.", - "slayer_task": "8", - "melee_animation": "64", - "range_animation": "64", - "combat_audio": "400,404,403", - "magic_level": "70", - "respawn_delay": "38", - "defence_animation": "65", - "weakness": "4", - "slayer_exp": "157", - "magic_animation": "64", - "death_animation": "67", - "name": "Black demon", - "defence_level": "70", - "safespot": null, - "lifepoints": "165", - "strength_level": "70", - "id": "4704", - "aggressive": "true", - "bonuses": "45,40,40,150,150,80,150,20,150,68,0,0,0,0,0", - "range_level": "70", - "attack_level": "70" - }, - { - "examine": "A big, scary, jet-black demon.", - "slayer_task": "8", - "melee_animation": "64", - "range_animation": "64", - "combat_audio": "400,404,403", - "magic_level": "70", - "respawn_delay": "38", - "defence_animation": "65", - "weakness": "4", - "slayer_exp": "157", - "magic_animation": "64", - "death_animation": "67", - "name": "Black demon", - "defence_level": "70", - "safespot": null, - "lifepoints": "165", - "strength_level": "70", - "id": "4705", - "aggressive": "true", - "bonuses": "45,40,40,150,150,80,150,20,150,68,0,0,0,0,0", - "range_level": "70", - "attack_level": "70" - }, { "examine": "His beard seems to have a life of its own.", "slayer_task": "62", @@ -119410,234 +117907,6 @@ "range_level": "1", "attack_level": "42" }, - { - "examine": "Eeek! A ghost!", - "slayer_task": "36", - "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": "5342", - "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": "5343", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Eeek! A ghost!", - "slayer_task": "36", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Eeek! A ghost!", - "slayer_task": "36", - "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", - "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": "5346", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Eeek! A ghost!", - "slayer_task": "36", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Eeek! A ghost!", - "slayer_task": "36", - "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", - "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": "5349", - "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": "5350", - "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": "5351", - "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": "5352", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, { "examine": "A minion of Rashiliyia.", "slayer_task": "75", @@ -119936,123 +118205,6 @@ "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": "36", - "strength_level": "1", - "id": "5369", - "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": "36", - "strength_level": "1", - "id": "5370", - "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": "36", - "strength_level": "1", - "id": "5371", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Why does it attack with twigs? Swords and axes much better.", - "melee_animation": "5532", - "range_animation": "426", - "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", - "id": "5372", - "aggressive": "true", - "range_level": "80", - "attack_level": "80" - }, - { - "examine": "Are these twigs meant to hurt Thok?", - "melee_animation": "5532", - "range_animation": "426", - "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", - "id": "5373", - "aggressive": "true", - "range_level": "80", - "attack_level": "80" - }, - { - "examine": "It thinks it scary. Thok show it scary.", - "melee_animation": "5532", - "range_animation": "0", - "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", - "id": "5374", - "aggressive": "true", - "range_level": "80", - "attack_level": "80" - }, { "examine": "Examine not added", "melee_animation": "5568", @@ -121761,24 +119913,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "A Shadow Realm guardian.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "436,439,438", - "defence_animation": "0", - "slayer_exp": "25", - "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" - }, { "examine": "Is it male or female?", "melee_animation": "0", @@ -126281,96 +124415,6 @@ "range_level": "1", "attack_level": "9" }, - { - "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", @@ -126405,31 +124449,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "Lesser, but still pretty big.", - "slayer_task": "56", - "melee_animation": "4630", - "range_animation": "4630", - "combat_audio": "400,404,403", - "attack_speed": "6", - "magic_level": "40", - "respawn_delay": "20", - "defence_animation": "65", - "weakness": "3", - "slayer_exp": "79", - "magic_animation": "4630", - "death_animation": "67", - "name": "Lesser demon", - "defence_level": "50", - "safespot": null, - "lifepoints": "79", - "strength_level": "50", - "id": "6101", - "aggressive": "true", - "bonuses": "15,15,15,15,15,15,15,15,15,3,15,15,23,15,15", - "range_level": "1", - "attack_level": "50" - }, { "examine": "His face is expressionless.", "melee_animation": "422", @@ -127500,30 +125519,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "From the maws of hell.", - "slayer_task": "43", - "melee_animation": "6579", - "range_animation": "6579", - "combat_audio": "3717,3719,3718", - "respawn_delay": "25", - "defence_animation": "6578", - "weakness": "7", - "slayer_exp": "116", - "magic_animation": "6579", - "death_animation": "6576", - "name": "Hellhound", - "defence_level": "66", - "safespot": null, - "lifepoints": "116", - "strength_level": "66", - "id": "6210", - "aggressive": "true", - "bonuses": "50,70,30,30,60,30,60,60,50,60,0,0,0,0,0", - "clue_level": "2", - "range_level": "1", - "attack_level": "66" - }, { "examine": "Have you checked your pockets lately?", "melee_animation": "169", @@ -131473,18 +129468,6 @@ "range_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": "6504", - "range_level": "1", - "attack_level": "1" - }, { "examine": "A very noble spider and attendant to the Queen.", "melee_animation": "0", @@ -138113,17 +136096,6 @@ "range_level": "1", "attack_level": "1" }, - { - "slayer_exp": "16", - "name": "Chaos dwarf", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2423", - "range_level": "1", - "attack_level": "1" - }, { "death_animation": "9230", "name": "Jarvald", @@ -138497,23 +136469,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "Annoying flappy thing.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "slayer_exp": "8", - "magic_animation": "0", - "death_animation": "0", - "name": "Giant bat", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2482", - "range_level": "1", - "attack_level": "1" - }, { "examine": "A slithering serpent that likes to hide in the bush.", "melee_animation": "275", @@ -139929,26 +137884,6 @@ "range_level": "1", "attack_level": "11" }, - { - "examine": "A dark-hearted knight.", - "melee_animation": "422", - "range_animation": "0", - "attack_speed": "6", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "836", - "name": "Black knight", - "defence_level": "24", - "safespot": null, - "lifepoints": "34", - "strength_level": "24", - "id": "2698", - "aggressive": "true", - "range_level": "1", - "attack_level": "24" - }, { "examine": "He's guarding the prison.", "melee_animation": "390", @@ -140237,18 +138172,6 @@ "range_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": "2716", - "range_level": "1", - "attack_level": "1" - }, { "name": "Skeleton mage", "defence_level": "1", @@ -140671,26 +138594,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "A shadow.", - "melee_animation": "2738", - "range_animation": "0", - "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", - "id": "2782", - "aggressive": "true", - "range_level": "1", - "attack_level": "68" - }, { "examine": "From a darker dimension.", "slayer_task": "25", @@ -142263,18 +140166,6 @@ "range_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": "2931", - "range_level": "1", - "attack_level": "1" - }, { "examine": "Who ate all the rats?", "melee_animation": "0", @@ -149206,28 +147097,6 @@ "range_level": "1", "attack_level": "40" }, - { - "examine": "Hello, nice doggy...", - "slayer_task": "43", - "melee_animation": "6562", - "range_animation": "6562", - "combat_audio": "3717,3719,3718", - "attack_speed": "4", - "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", - "id": "49", - "clue_level": "2", - "range_level": "1", - "attack_level": "105" - }, { "agg_radius": "64", "examine": "The biggest, meanest dragon around.", @@ -149271,23 +147140,6 @@ "range_level": "80", "attack_level": "102" }, - { - "examine": "Young but still dangerous.", - "slayer_task": "11", - "combat_audio": "408,410,409", - "magic_level": "1", - "weakness": "3", - "slayer_exp": "50", - "name": "Baby blue dragon", - "defence_level": "40", - "safespot": null, - "lifepoints": "50", - "strength_level": "40", - "id": "52", - "bonuses": "0,0,0,0,0,30,50,50,40,30,0,0,0,0,0", - "range_level": "1", - "attack_level": "40" - }, { "examine": "A big powerful dragon.", "slayer_task": "68", @@ -149314,32 +147166,6 @@ "range_level": "1", "attack_level": "130" }, - { - "examine": "A fierce dragon with black scales!", - "slayer_task": "9", - "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": "54", - "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": "200" - }, { "examine": "A mother dragon.", "slayer_task": "11", @@ -149398,29 +147224,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "Is it a spider or is it a shadow?", - "slayer_task": "76", - "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", - "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.", "slayer_task": "76", @@ -149782,28 +147585,6 @@ "range_level": "1", "attack_level": "8" }, - { - "examine": "An annoying flappy thing.", - "slayer_task": "5", - "melee_animation": "4915", - "range_animation": "4915", - "attack_speed": "4", - "magic_level": "1", - "defence_animation": "4916", - "weakness": "4", - "slayer_exp": "8", - "magic_animation": "4915", - "death_animation": "4917", - "name": "Giant bat", - "defence_level": "22", - "safespot": null, - "lifepoints": "32", - "strength_level": "22", - "id": "78", - "aggressive": "true", - "range_level": "1", - "attack_level": "22" - }, { "examine": "A shadowy, barely visible flying entity from some evil place.", "slayer_task": "5", @@ -149864,31 +147645,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "Lesser, but still pretty big.", - "slayer_task": "56", - "melee_animation": "4630", - "range_animation": "4630", - "combat_audio": "400,404,403", - "attack_speed": "4", - "magic_level": "1", - "respawn_delay": "20", - "defence_animation": "65", - "weakness": "4", - "slayer_exp": "79", - "magic_animation": "4630", - "death_animation": "67", - "name": "Lesser demon", - "defence_level": "71", - "safespot": null, - "lifepoints": "81", - "strength_level": "70", - "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" - }, { "examine": "Big, red, and incredibly evil.", "slayer_task": "40", @@ -149915,31 +147671,6 @@ "range_level": "1", "attack_level": "76" }, - { - "examine": "A big, scary, jet-black demon.", - "slayer_task": "8", - "melee_animation": "64", - "range_animation": "64", - "combat_audio": "400,404,403", - "attack_speed": "4", - "magic_level": "1", - "respawn_delay": "38", - "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": "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" - }, { "examine": "A creature made from clay.", "melee_animation": "422", @@ -150311,54 +148042,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "Eeek a ghost!", - "slayer_task": "36", - "melee_animation": "5540", - "range_animation": "5540", - "combat_audio": "436,439,438", - "attack_speed": "5", - "magic_level": "18", - "respawn_delay": "20", - "defence_animation": "5541", - "weakness": "5", - "slayer_exp": "25", - "magic_animation": "5540", - "death_animation": "5542", - "name": "Ghost", - "defence_level": "6", - "safespot": null, - "lifepoints": "13", - "strength_level": "7", - "id": "103", - "bonuses": "2,2,2,2,2,2,2,2,2,2,2,2,90,2,2", - "range_level": "1", - "attack_level": "6" - }, - { - "examine": "Eeek! A ghost!", - "slayer_task": "36", - "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": "104", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, { "examine": "Eek! A bear!", "slayer_task": "6", @@ -150646,28 +148329,6 @@ "range_level": "1", "attack_level": "7" }, - { - "examine": "A dwarf gone bad.", - "slayer_task": "29", - "melee_animation": "99", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "6", - "slayer_exp": "16", - "magic_animation": "0", - "death_animation": "102", - "name": "Chaos dwarf", - "defence_level": "34", - "safespot": null, - "lifepoints": "48", - "strength_level": "34", - "id": "119", - "aggressive": "true", - "range_level": "1", - "attack_level": "34" - }, { "examine": "A mountain dwelling short angry guy.", "slayer_task": "29", @@ -150881,30 +148542,6 @@ "range_level": "1", "attack_level": "15" }, - { - "examine": "I think this spider has been magically modified.", - "slayer_task": "76", - "melee_animation": "5327", - "range_animation": "0", - "combat_audio": "537,539,538", - "attack_speed": "5", - "poisonous": "true", - "respawn_delay": "60", - "defence_animation": "5328", - "weakness": "2", - "poison_amount": "6", - "magic_animation": "0", - "death_animation": "5329", - "name": "Poison spider", - "safespot": null, - "defence_level": "70", - "lifepoints": "64", - "strength_level": "65", - "id": "134", - "aggressive": "true", - "range_level": "45", - "attack_level": "60" - }, { "examine": "Aaw", "melee_animation": "0", @@ -151158,27 +148795,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "A fighter from the supernatural world. He's a shadow of his former self.", - "slayer_task": "74", - "melee_animation": "394", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "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", "melee_animation": "191", @@ -151799,25 +149415,6 @@ "range_level": "1", "attack_level": "29" }, - { - "examine": "Guards prisoners for the black knights.", - "melee_animation": "422", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "836", - "name": "Jailer", - "defence_level": "28", - "safespot": null, - "lifepoints": "40", - "strength_level": "28", - "id": "201", - "aggressive": "true", - "range_level": "1", - "attack_level": "28" - }, { "examine": "Has a fearsome scowl.", "melee_animation": "390", @@ -153651,108 +151248,6 @@ "range_level": "45", "attack_level": "45" }, - { - "examine": "Dead but not gone.", - "melee_animation": "390", - "range_animation": "0", - "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", - "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", - "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", - "defence_animation": "0", - "weakness": "9", - "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", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "836", - "name": "Shade", - "defence_level": "90", - "safespot": null, - "lifepoints": "71", - "strength_level": "90", - "id": "429", - "range_level": "1", - "attack_level": "90" - }, - { - "examine": "Dead but not gone.", - "melee_animation": "390", - "range_animation": "0", - "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", @@ -154026,23 +151521,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "Aargh! It's alive!", - "melee_animation": "390", - "range_animation": "0", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "836", - "name": "Suit of armour", - "defence_level": "5", - "safespot": null, - "lifepoints": "7", - "strength_level": "5", - "id": "453", - "range_level": "1", - "attack_level": "5" - }, { "examine": "He seems to be very devout.", "melee_animation": "0", @@ -154393,24 +151871,6 @@ "range_level": "1", "attack_level": "1" }, - { - "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": "20", - "strength_level": "1", - "id": "491", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, { "examine": "The essence of evil.", "melee_animation": "0", @@ -155813,30 +153273,6 @@ "range_level": "1", "attack_level": "20" }, - { - "examine": "A big, scary, jet-black demon.", - "slayer_task": "8", - "melee_animation": "64", - "range_animation": "64", - "combat_audio": "400,404,403", - "magic_level": "70", - "respawn_delay": "38", - "defence_animation": "65", - "weakness": "7", - "slayer_exp": "157", - "magic_animation": "64", - "death_animation": "67", - "name": "Black demon", - "defence_level": "70", - "safespot": null, - "lifepoints": "165", - "strength_level": "70", - "id": "677", - "aggressive": "true", - "bonuses": "45,40,40,150,150,80,150,20,150,68,0,0,0,0,0", - "range_level": "70", - "attack_level": "70" - }, { "examine": "Keeps order in the ranging guild.", "melee_animation": "0", @@ -158522,17 +155958,6 @@ "range_level": "1", "attack_level": "1" }, - { - "slayer_exp": "8", - "name": "Giant bat", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1005", - "range_level": "1", - "attack_level": "1" - }, { "examine": "A servant of Zamorak.", "combat_style": "2", @@ -158556,30 +155981,6 @@ "range_level": "50", "attack_level": "50" }, - { - "examine": "I think this spider has been magically modified.", - "slayer_task": "76", - "melee_animation": "5327", - "range_animation": "0", - "combat_audio": "537,539,538", - "attack_speed": "5", - "poisonous": "true", - "respawn_delay": "60", - "defence_animation": "5328", - "weakness": "2", - "poison_amount": "6", - "magic_animation": "0", - "death_animation": "5329", - "name": "Poison spider", - "safespot": null, - "defence_level": "70", - "lifepoints": "64", - "strength_level": "65", - "id": "1009", - "aggressive": "true", - "range_level": "45", - "attack_level": "60" - }, { "examine": "A green skinned croaker", "melee_animation": "0", @@ -160820,216 +158221,6 @@ "range_level": "1", "attack_level": "30" }, - { - "examine": "A shadowy sort of entity", - "slayer_task": "73", - "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.", - "slayer_task": "73", - "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", - "slayer_task": "73", - "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.", - "slayer_task": "73", - "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", - "slayer_task": "73", - "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.", - "slayer_task": "73", - "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", - "slayer_task": "73", - "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.", - "slayer_task": "73", - "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", - "slayer_task": "73", - "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.", - "slayer_task": "73", - "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", @@ -163538,36 +160729,6 @@ "range_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", - "range_level": "1", - "attack_level": "1" - }, - { - "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": "30", - "strength_level": "1", - "id": "1549", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, { "examine": "A large boisterous bird", "slayer_task": "7", @@ -163788,26 +160949,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "A creature summoned by Vanstrom to kill the remaining Myreque.", - "melee_animation": "6579", - "range_animation": "0", - "combat_audio": "774,775,777", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "6558", - "name": "Skeleton Hellhound", - "defence_level": "32", - "safespot": null, - "lifepoints": "57", - "strength_level": "32", - "id": "1575", - "aggressive": "true", - "range_level": "1", - "attack_level": "32" - }, { "examine": "A very large elemental adversary.", "slayer_task": "33", @@ -165335,17 +162476,6 @@ "range_level": "1", "attack_level": "1" }, - { - "name": "Gardener Ghost", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "436,439,438", - "strength_level": "1", - "id": "1675", - "range_level": "1", - "attack_level": "1" - }, { "examine": "His beard seems to have a life of its own.", "melee_animation": "4666", @@ -165367,23 +162497,6 @@ "range_level": "1", "attack_level": "60" }, - { - "examine": "A ghost disciple.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "436,439,438", - "defence_animation": "0", - "magic_animation": "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", @@ -165494,23 +162607,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "A spooky ghost villager.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "436,439,438", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Ghost villager", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1697", - "range_level": "1", - "attack_level": "1" - }, { "examine": "This poor soul cannot understand why it has not passed to the next world.", "slayer_task": "36", @@ -165534,153 +162630,6 @@ "range_level": "1", "attack_level": "28" }, - { - "examine": "Beware the ghostly shopkeeper's wares!", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "436,439,438", - "defence_animation": "0", - "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", @@ -168048,25 +164997,6 @@ "range_level": "1", "attack_level": "60" }, - { - "examine": "Looks hungry!", - "slayer_task": "27", - "melee_animation": "6565", - "range_animation": "0", - "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", - "id": "1976", - "range_level": "1", - "attack_level": "48" - }, { "melee_animation": "799", "respawn_delay": "60", @@ -171291,17 +168221,6 @@ "range_level": "1", "attack_level": "1" }, - { - "slayer_exp": "16", - "name": "Chaos dwarf", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2423", - "range_level": "1", - "attack_level": "1" - }, { "death_animation": "9230", "name": "Jarvald", @@ -171676,23 +168595,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "Annoying flappy thing.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "slayer_exp": "8", - "magic_animation": "0", - "death_animation": "0", - "name": "Giant bat", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2482", - "range_level": "1", - "attack_level": "1" - }, { "examine": "A slithering serpent that likes to hide in the bush.", "melee_animation": "275", @@ -173028,26 +169930,6 @@ "range_level": "1", "attack_level": "11" }, - { - "examine": "A dark-hearted knight.", - "melee_animation": "422", - "range_animation": "0", - "attack_speed": "6", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "836", - "name": "Black knight", - "defence_level": "24", - "safespot": null, - "lifepoints": "34", - "strength_level": "24", - "id": "2698", - "aggressive": "true", - "range_level": "1", - "attack_level": "24" - }, { "examine": "He's guarding the prison.", "melee_animation": "390", @@ -173336,18 +170218,6 @@ "range_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": "2716", - "range_level": "1", - "attack_level": "1" - }, { "name": "Skeleton mage", "defence_level": "1", @@ -173770,26 +170640,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "A shadow.", - "melee_animation": "2738", - "range_animation": "0", - "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", - "id": "2782", - "aggressive": "true", - "range_level": "1", - "attack_level": "68" - }, { "examine": "From a darker dimension.", "slayer_task": "25", @@ -175052,18 +171902,6 @@ "range_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": "2931", - "range_level": "1", - "attack_level": "1" - }, { "examine": "Who ate all the rats?", "melee_animation": "0", @@ -180360,29 +177198,6 @@ "range_level": "72", "attack_level": "1" }, - { - "examine": "Good doggy...", - "melee_animation": "6562", - "range_animation": "0", - "combat_audio": "3717,3719,3718", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "slayer_exp": "116", - "magic_animation": "0", - "death_animation": "6576", - "name": "Hellhound", - "defence_level": "60", - "safespot": null, - "lifepoints": "134", - "strength_level": "60", - "id": "3586", - "aggressive": "true", - "clue_level": "2", - "range_level": "1", - "attack_level": "60" - }, { "examine": "Big, ugly, and smelly.", "melee_animation": "359", @@ -181157,28 +177972,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "An annoying flappy thing.", - "slayer_task": "5", - "melee_animation": "4915", - "range_animation": "4915", - "attack_speed": "6", - "magic_level": "32", - "defence_animation": "4916", - "weakness": "4", - "slayer_exp": "8", - "magic_animation": "4915", - "death_animation": "4917", - "name": "Giant bat", - "defence_level": "32", - "safespot": null, - "lifepoints": "32", - "strength_level": "12", - "id": "3711", - "aggressive": "true", - "range_level": "1", - "attack_level": "12" - }, { "melee_animation": "395", "combat_audio": "511,513,512", @@ -184623,47 +181416,6 @@ "range_level": "1", "attack_level": "1" }, - { - "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": "36", - "strength_level": "1", - "id": "4387", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Eeek! A ghost!", - "slayer_task": "36", - "melee_animation": "5532", - "range_animation": "0", - "combat_audio": "436,439,438", - "attack_speed": "5", - "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…", "slayer_task": "34", @@ -187096,46 +183848,6 @@ "projectile": "98", "attack_level": "1" }, - { - "examine": "Young but still dangerous.", - "slayer_task": "68", - "melee_animation": "25", - "range_animation": "25", - "combat_audio": "408,410,409", - "attack_speed": "5", - "magic_level": "40", - "respawn_delay": "32", - "defence_animation": "26", - "weakness": "3", - "slayer_exp": "0", - "magic_animation": "25", - "death_animation": "28", - "name": "Baby blue dragon", - "defence_level": "42", - "safespot": null, - "lifepoints": "50", - "strength_level": "40", - "id": "4665", - "aggressive": "true", - "bonuses": "50,40,64,60,30,45,40,40,20,40,40,20,0,0,0", - "range_level": "1", - "attack_level": "40" - }, - { - "examine": "Young but still dangerous.", - "combat_audio": "408,410,409", - "magic_level": "45", - "slayer_exp": "108", - "name": "Baby blue dragon", - "defence_level": "48", - "safespot": null, - "lifepoints": "51", - "strength_level": "45", - "id": "4666", - "bonuses": "49,45,43,50,73,71,56,78,68,0,0,0,0,0,0", - "range_level": "45", - "attack_level": "45" - }, { "name": "Baby red dragon", "defence_level": "1", @@ -187266,110 +183978,6 @@ "range_level": "1", "attack_level": "130" }, - { - "examine": "A fierce dragon with black scales!", - "slayer_task": "9", - "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", - "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": "200" - }, - { - "examine": "A fierce dragon with black scales!", - "slayer_task": "9", - "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", - "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": "200" - }, - { - "examine": "A fierce dragon with black scales!", - "slayer_task": "9", - "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", - "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": "200" - }, - { - "examine": "A fierce dragon with black scales!", - "slayer_task": "9", - "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", - "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": "200" - }, { "examine": "Must be related to Elvarg.", "slayer_task": "41", @@ -187798,106 +184406,6 @@ "range_level": "1", "attack_level": "18" }, - { - "examine": "Lesser, but still pretty big.", - "slayer_task": "56", - "melee_animation": "4630", - "range_animation": "4630", - "combat_audio": "400,404,403", - "attack_speed": "6", - "magic_level": "50", - "respawn_delay": "20", - "defence_animation": "65", - "weakness": "4", - "slayer_exp": "79", - "magic_animation": "4630", - "death_animation": "67", - "name": "Lesser demon", - "defence_level": "50", - "safespot": null, - "lifepoints": "79", - "strength_level": "50", - "id": "4694", - "aggressive": "true", - "bonuses": "15,15,15,15,15,15,15,15,15,3,15,15,23,15,15", - "range_level": "1", - "attack_level": "50" - }, - { - "examine": "Lesser, but still pretty big.", - "slayer_task": "56", - "melee_animation": "4630", - "range_animation": "4630", - "combat_audio": "400,404,403", - "attack_speed": "6", - "magic_level": "50", - "respawn_delay": "20", - "defence_animation": "65", - "weakness": "4", - "slayer_exp": "79", - "magic_animation": "4630", - "death_animation": "67", - "name": "Lesser demon", - "defence_level": "50", - "safespot": null, - "lifepoints": "79", - "strength_level": "50", - "id": "4695", - "aggressive": "true", - "bonuses": "15,15,15,15,15,15,15,15,15,3,15,15,23,15,15", - "range_level": "1", - "attack_level": "50" - }, - { - "examine": "Lesser, but still pretty big.", - "slayer_task": "56", - "melee_animation": "4630", - "range_animation": "4630", - "combat_audio": "400,404,403", - "attack_speed": "6", - "magic_level": "50", - "respawn_delay": "20", - "defence_animation": "65", - "weakness": "4", - "slayer_exp": "79", - "magic_animation": "4630", - "death_animation": "67", - "name": "Lesser demon", - "defence_level": "50", - "safespot": null, - "lifepoints": "79", - "strength_level": "50", - "id": "4696", - "aggressive": "true", - "bonuses": "15,15,15,15,15,15,15,15,15,3,15,15,23,15,15", - "range_level": "1", - "attack_level": "50" - }, - { - "examine": "Lesser, but still pretty big.", - "slayer_task": "56", - "melee_animation": "4630", - "range_animation": "4630", - "combat_audio": "400,404,403", - "attack_speed": "6", - "magic_level": "50", - "respawn_delay": "20", - "defence_animation": "65", - "weakness": "4", - "slayer_exp": "79", - "magic_animation": "4630", - "death_animation": "67", - "name": "Lesser demon", - "defence_level": "50", - "safespot": null, - "lifepoints": "79", - "strength_level": "50", - "id": "4697", - "aggressive": "true", - "bonuses": "15,15,15,15,15,15,15,15,15,3,15,15,23,15,15", - "range_level": "1", - "attack_level": "50" - }, { "examine": "Big, red, and incredibly evil.", "slayer_task": "40", @@ -188002,102 +184510,6 @@ "range_level": "59", "attack_level": "59" }, - { - "examine": "A big, scary, jet-black demon.", - "slayer_task": "8", - "melee_animation": "64", - "range_animation": "64", - "combat_audio": "400,404,403", - "magic_level": "70", - "respawn_delay": "38", - "defence_animation": "65", - "weakness": "4", - "slayer_exp": "157", - "magic_animation": "64", - "death_animation": "67", - "name": "Black demon", - "defence_level": "70", - "safespot": null, - "lifepoints": "165", - "strength_level": "70", - "id": "4702", - "aggressive": "true", - "bonuses": "45,40,40,150,150,80,150,20,150,68,0,0,0,0,0", - "range_level": "70", - "attack_level": "70" - }, - { - "examine": "A big, scary, jet-black demon.", - "slayer_task": "8", - "melee_animation": "64", - "range_animation": "64", - "combat_audio": "400,404,403", - "magic_level": "70", - "respawn_delay": "38", - "defence_animation": "65", - "weakness": "4", - "slayer_exp": "157", - "magic_animation": "64", - "death_animation": "67", - "name": "Black demon", - "defence_level": "70", - "safespot": null, - "lifepoints": "165", - "strength_level": "70", - "id": "4703", - "aggressive": "true", - "bonuses": "45,40,40,150,150,80,150,20,150,68,0,0,0,0,0", - "range_level": "70", - "attack_level": "70" - }, - { - "examine": "A big, scary, jet-black demon.", - "slayer_task": "8", - "melee_animation": "64", - "range_animation": "64", - "combat_audio": "400,404,403", - "magic_level": "70", - "respawn_delay": "38", - "defence_animation": "65", - "weakness": "4", - "slayer_exp": "157", - "magic_animation": "64", - "death_animation": "67", - "name": "Black demon", - "defence_level": "70", - "safespot": null, - "lifepoints": "165", - "strength_level": "70", - "id": "4704", - "aggressive": "true", - "bonuses": "45,40,40,150,150,80,150,20,150,68,0,0,0,0,0", - "range_level": "70", - "attack_level": "70" - }, - { - "examine": "A big, scary, jet-black demon.", - "slayer_task": "8", - "melee_animation": "64", - "range_animation": "64", - "combat_audio": "400,404,403", - "magic_level": "70", - "respawn_delay": "38", - "defence_animation": "65", - "weakness": "4", - "slayer_exp": "157", - "magic_animation": "64", - "death_animation": "67", - "name": "Black demon", - "defence_level": "70", - "safespot": null, - "lifepoints": "165", - "strength_level": "70", - "id": "4705", - "aggressive": "true", - "bonuses": "45,40,40,150,150,80,150,20,150,68,0,0,0,0,0", - "range_level": "70", - "attack_level": "70" - }, { "examine": "His beard seems to have a life of its own.", "slayer_task": "62", @@ -193387,234 +189799,6 @@ "range_level": "1", "attack_level": "42" }, - { - "examine": "Eeek! A ghost!", - "slayer_task": "36", - "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": "5342", - "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": "5343", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Eeek! A ghost!", - "slayer_task": "36", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Eeek! A ghost!", - "slayer_task": "36", - "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", - "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": "5346", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Eeek! A ghost!", - "slayer_task": "36", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Eeek! A ghost!", - "slayer_task": "36", - "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", - "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": "5349", - "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": "5350", - "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": "5351", - "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": "5352", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, { "examine": "A minion of Rashiliyia.", "slayer_task": "75", @@ -193913,123 +190097,6 @@ "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": "36", - "strength_level": "1", - "id": "5369", - "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": "36", - "strength_level": "1", - "id": "5370", - "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": "36", - "strength_level": "1", - "id": "5371", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Why does it attack with twigs? Swords and axes much better.", - "melee_animation": "5532", - "range_animation": "426", - "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", - "id": "5372", - "aggressive": "true", - "range_level": "80", - "attack_level": "80" - }, - { - "examine": "Are these twigs meant to hurt Thok?", - "melee_animation": "5532", - "range_animation": "426", - "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", - "id": "5373", - "aggressive": "true", - "range_level": "80", - "attack_level": "80" - }, - { - "examine": "It thinks it scary. Thok show it scary.", - "melee_animation": "5532", - "range_animation": "0", - "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", - "id": "5374", - "aggressive": "true", - "range_level": "80", - "attack_level": "80" - }, { "examine": "Examine not added", "melee_animation": "5568", @@ -195496,24 +191563,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "A Shadow Realm guardian.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "436,439,438", - "defence_animation": "0", - "slayer_exp": "25", - "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" - }, { "examine": "Is it male or female?", "melee_animation": "0", @@ -200016,96 +196065,6 @@ "range_level": "1", "attack_level": "9" }, - { - "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", @@ -200140,31 +196099,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "Lesser, but still pretty big.", - "slayer_task": "56", - "melee_animation": "4630", - "range_animation": "4630", - "combat_audio": "400,404,403", - "attack_speed": "6", - "magic_level": "40", - "respawn_delay": "20", - "defence_animation": "65", - "weakness": "3", - "slayer_exp": "79", - "magic_animation": "4630", - "death_animation": "67", - "name": "Lesser demon", - "defence_level": "50", - "safespot": null, - "lifepoints": "79", - "strength_level": "50", - "id": "6101", - "aggressive": "true", - "bonuses": "15,15,15,15,15,15,15,15,15,3,15,15,23,15,15", - "range_level": "1", - "attack_level": "50" - }, { "examine": "His face is expressionless.", "melee_animation": "422", @@ -201235,30 +197169,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "From the maws of hell.", - "slayer_task": "43", - "melee_animation": "6579", - "range_animation": "6579", - "combat_audio": "3717,3719,3718", - "respawn_delay": "25", - "defence_animation": "6578", - "weakness": "7", - "slayer_exp": "116", - "magic_animation": "6579", - "death_animation": "6576", - "name": "Hellhound", - "defence_level": "66", - "safespot": null, - "lifepoints": "116", - "strength_level": "66", - "id": "6210", - "aggressive": "true", - "bonuses": "50,70,30,30,60,30,60,60,50,60,0,0,0,0,0", - "clue_level": "2", - "range_level": "1", - "attack_level": "66" - }, { "examine": "Have you checked your pockets lately?", "melee_animation": "169", @@ -205208,18 +201118,6 @@ "range_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": "6504", - "range_level": "1", - "attack_level": "1" - }, { "examine": "A very noble spider and attendant to the Queen.", "melee_animation": "0", @@ -211848,17 +207746,6 @@ "range_level": "1", "attack_level": "1" }, - { - "slayer_exp": "16", - "name": "Chaos dwarf", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2423", - "range_level": "1", - "attack_level": "1" - }, { "death_animation": "9230", "name": "Jarvald", @@ -212232,23 +208119,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "Annoying flappy thing.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "slayer_exp": "8", - "magic_animation": "0", - "death_animation": "0", - "name": "Giant bat", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2482", - "range_level": "1", - "attack_level": "1" - }, { "examine": "A slithering serpent that likes to hide in the bush.", "melee_animation": "275", @@ -213664,26 +209534,6 @@ "range_level": "1", "attack_level": "11" }, - { - "examine": "A dark-hearted knight.", - "melee_animation": "422", - "range_animation": "0", - "attack_speed": "6", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "836", - "name": "Black knight", - "defence_level": "24", - "safespot": null, - "lifepoints": "34", - "strength_level": "24", - "id": "2698", - "aggressive": "true", - "range_level": "1", - "attack_level": "24" - }, { "examine": "He's guarding the prison.", "melee_animation": "390", @@ -213972,18 +209822,6 @@ "range_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": "2716", - "range_level": "1", - "attack_level": "1" - }, { "name": "Skeleton mage", "defence_level": "1", @@ -214406,26 +210244,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "A shadow.", - "melee_animation": "2738", - "range_animation": "0", - "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", - "id": "2782", - "aggressive": "true", - "range_level": "1", - "attack_level": "68" - }, { "examine": "From a darker dimension.", "slayer_task": "25", @@ -215998,18 +211816,6 @@ "range_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": "2931", - "range_level": "1", - "attack_level": "1" - }, { "examine": "Who ate all the rats?", "melee_animation": "0", @@ -222933,28 +218739,6 @@ "range_level": "1", "attack_level": "40" }, - { - "examine": "Hello, nice doggy...", - "slayer_task": "43", - "melee_animation": "6562", - "range_animation": "6562", - "combat_audio": "3717,3719,3718", - "attack_speed": "4", - "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", - "id": "49", - "clue_level": "2", - "range_level": "1", - "attack_level": "105" - }, { "agg_radius": "64", "examine": "The biggest, meanest dragon around.", @@ -222998,23 +218782,6 @@ "range_level": "80", "attack_level": "102" }, - { - "examine": "Young but still dangerous.", - "slayer_task": "11", - "combat_audio": "408,410,409", - "magic_level": "1", - "weakness": "3", - "slayer_exp": "50", - "name": "Baby blue dragon", - "defence_level": "40", - "safespot": null, - "lifepoints": "50", - "strength_level": "40", - "id": "52", - "bonuses": "0,0,0,0,0,30,50,50,40,30,0,0,0,0,0", - "range_level": "1", - "attack_level": "40" - }, { "examine": "A big powerful dragon.", "slayer_task": "68", @@ -223041,32 +218808,6 @@ "range_level": "1", "attack_level": "130" }, - { - "examine": "A fierce dragon with black scales!", - "slayer_task": "9", - "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": "54", - "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": "200" - }, { "examine": "A mother dragon.", "slayer_task": "11", @@ -223125,29 +218866,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "Is it a spider or is it a shadow?", - "slayer_task": "76", - "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", - "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.", "slayer_task": "76", @@ -223509,28 +219227,6 @@ "range_level": "1", "attack_level": "8" }, - { - "examine": "An annoying flappy thing.", - "slayer_task": "5", - "melee_animation": "4915", - "range_animation": "4915", - "attack_speed": "4", - "magic_level": "1", - "defence_animation": "4916", - "weakness": "4", - "slayer_exp": "8", - "magic_animation": "4915", - "death_animation": "4917", - "name": "Giant bat", - "defence_level": "22", - "safespot": null, - "lifepoints": "32", - "strength_level": "22", - "id": "78", - "aggressive": "true", - "range_level": "1", - "attack_level": "22" - }, { "examine": "A shadowy, barely visible flying entity from some evil place.", "slayer_task": "5", @@ -223591,31 +219287,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "Lesser, but still pretty big.", - "slayer_task": "56", - "melee_animation": "4630", - "range_animation": "4630", - "combat_audio": "400,404,403", - "attack_speed": "4", - "magic_level": "1", - "respawn_delay": "20", - "defence_animation": "65", - "weakness": "4", - "slayer_exp": "79", - "magic_animation": "4630", - "death_animation": "67", - "name": "Lesser demon", - "defence_level": "71", - "safespot": null, - "lifepoints": "81", - "strength_level": "70", - "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" - }, { "examine": "Big, red, and incredibly evil.", "slayer_task": "40", @@ -223642,31 +219313,6 @@ "range_level": "1", "attack_level": "76" }, - { - "examine": "A big, scary, jet-black demon.", - "slayer_task": "8", - "melee_animation": "64", - "range_animation": "64", - "combat_audio": "400,404,403", - "attack_speed": "4", - "magic_level": "1", - "respawn_delay": "38", - "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": "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" - }, { "examine": "A creature made from clay.", "melee_animation": "422", @@ -224038,54 +219684,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "Eeek a ghost!", - "slayer_task": "36", - "melee_animation": "5540", - "range_animation": "5540", - "combat_audio": "436,439,438", - "attack_speed": "5", - "magic_level": "18", - "respawn_delay": "20", - "defence_animation": "5541", - "weakness": "5", - "slayer_exp": "25", - "magic_animation": "5540", - "death_animation": "5542", - "name": "Ghost", - "defence_level": "6", - "safespot": null, - "lifepoints": "13", - "strength_level": "7", - "id": "103", - "bonuses": "2,2,2,2,2,2,2,2,2,2,2,2,90,2,2", - "range_level": "1", - "attack_level": "6" - }, - { - "examine": "Eeek! A ghost!", - "slayer_task": "36", - "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": "104", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, { "examine": "Eek! A bear!", "slayer_task": "6", @@ -224373,28 +219971,6 @@ "range_level": "1", "attack_level": "7" }, - { - "examine": "A dwarf gone bad.", - "slayer_task": "29", - "melee_animation": "99", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "6", - "slayer_exp": "16", - "magic_animation": "0", - "death_animation": "102", - "name": "Chaos dwarf", - "defence_level": "34", - "safespot": null, - "lifepoints": "48", - "strength_level": "34", - "id": "119", - "aggressive": "true", - "range_level": "1", - "attack_level": "34" - }, { "examine": "A mountain dwelling short angry guy.", "slayer_task": "29", @@ -224608,30 +220184,6 @@ "range_level": "1", "attack_level": "15" }, - { - "examine": "I think this spider has been magically modified.", - "slayer_task": "76", - "melee_animation": "5327", - "range_animation": "0", - "combat_audio": "537,539,538", - "attack_speed": "5", - "poisonous": "true", - "respawn_delay": "60", - "defence_animation": "5328", - "weakness": "2", - "poison_amount": "6", - "magic_animation": "0", - "death_animation": "5329", - "name": "Poison spider", - "safespot": null, - "defence_level": "70", - "lifepoints": "64", - "strength_level": "65", - "id": "134", - "aggressive": "true", - "range_level": "45", - "attack_level": "60" - }, { "examine": "Aaw", "melee_animation": "0", @@ -224885,27 +220437,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "A fighter from the supernatural world. He's a shadow of his former self.", - "slayer_task": "74", - "melee_animation": "394", - "range_animation": "0", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "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", "melee_animation": "191", @@ -225526,25 +221057,6 @@ "range_level": "1", "attack_level": "29" }, - { - "examine": "Guards prisoners for the black knights.", - "melee_animation": "422", - "range_animation": "0", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "836", - "name": "Jailer", - "defence_level": "28", - "safespot": null, - "lifepoints": "40", - "strength_level": "28", - "id": "201", - "aggressive": "true", - "range_level": "1", - "attack_level": "28" - }, { "examine": "Has a fearsome scowl.", "melee_animation": "390", @@ -227378,108 +222890,6 @@ "range_level": "45", "attack_level": "45" }, - { - "examine": "Dead but not gone.", - "melee_animation": "390", - "range_animation": "0", - "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", - "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", - "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", - "defence_animation": "0", - "weakness": "9", - "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", - "defence_animation": "0", - "weakness": "9", - "magic_animation": "0", - "death_animation": "836", - "name": "Shade", - "defence_level": "90", - "safespot": null, - "lifepoints": "71", - "strength_level": "90", - "id": "429", - "range_level": "1", - "attack_level": "90" - }, - { - "examine": "Dead but not gone.", - "melee_animation": "390", - "range_animation": "0", - "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", @@ -227753,23 +223163,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "Aargh! It's alive!", - "melee_animation": "390", - "range_animation": "0", - "defence_animation": "0", - "weakness": "6", - "magic_animation": "0", - "death_animation": "836", - "name": "Suit of armour", - "defence_level": "5", - "safespot": null, - "lifepoints": "7", - "strength_level": "5", - "id": "453", - "range_level": "1", - "attack_level": "5" - }, { "examine": "He seems to be very devout.", "melee_animation": "0", @@ -228120,24 +223513,6 @@ "range_level": "1", "attack_level": "1" }, - { - "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": "20", - "strength_level": "1", - "id": "491", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, { "examine": "The essence of evil.", "melee_animation": "0", @@ -229540,30 +224915,6 @@ "range_level": "1", "attack_level": "20" }, - { - "examine": "A big, scary, jet-black demon.", - "slayer_task": "8", - "melee_animation": "64", - "range_animation": "64", - "combat_audio": "400,404,403", - "magic_level": "70", - "respawn_delay": "38", - "defence_animation": "65", - "weakness": "7", - "slayer_exp": "157", - "magic_animation": "64", - "death_animation": "67", - "name": "Black demon", - "defence_level": "70", - "safespot": null, - "lifepoints": "165", - "strength_level": "70", - "id": "677", - "aggressive": "true", - "bonuses": "45,40,40,150,150,80,150,20,150,68,0,0,0,0,0", - "range_level": "70", - "attack_level": "70" - }, { "examine": "Keeps order in the ranging guild.", "melee_animation": "0", @@ -232249,17 +227600,6 @@ "range_level": "1", "attack_level": "1" }, - { - "slayer_exp": "8", - "name": "Giant bat", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1005", - "range_level": "1", - "attack_level": "1" - }, { "examine": "A servant of Zamorak.", "combat_style": "2", @@ -232283,30 +227623,6 @@ "range_level": "50", "attack_level": "50" }, - { - "examine": "I think this spider has been magically modified.", - "slayer_task": "76", - "melee_animation": "5327", - "range_animation": "0", - "combat_audio": "537,539,538", - "attack_speed": "5", - "poisonous": "true", - "respawn_delay": "60", - "defence_animation": "5328", - "weakness": "2", - "poison_amount": "6", - "magic_animation": "0", - "death_animation": "5329", - "name": "Poison spider", - "safespot": null, - "defence_level": "70", - "lifepoints": "64", - "strength_level": "65", - "id": "1009", - "aggressive": "true", - "range_level": "45", - "attack_level": "60" - }, { "examine": "A green skinned croaker", "melee_animation": "0", @@ -234547,216 +229863,6 @@ "range_level": "1", "attack_level": "30" }, - { - "examine": "A shadowy sort of entity", - "slayer_task": "73", - "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.", - "slayer_task": "73", - "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", - "slayer_task": "73", - "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.", - "slayer_task": "73", - "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", - "slayer_task": "73", - "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.", - "slayer_task": "73", - "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", - "slayer_task": "73", - "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.", - "slayer_task": "73", - "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", - "slayer_task": "73", - "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.", - "slayer_task": "73", - "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", @@ -237265,36 +232371,6 @@ "range_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", - "range_level": "1", - "attack_level": "1" - }, - { - "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": "30", - "strength_level": "1", - "id": "1549", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, { "examine": "A large boisterous bird", "slayer_task": "7", @@ -237515,26 +232591,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "A creature summoned by Vanstrom to kill the remaining Myreque.", - "melee_animation": "6579", - "range_animation": "0", - "combat_audio": "774,775,777", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "6558", - "name": "Skeleton Hellhound", - "defence_level": "32", - "safespot": null, - "lifepoints": "57", - "strength_level": "32", - "id": "1575", - "aggressive": "true", - "range_level": "1", - "attack_level": "32" - }, { "examine": "A very large elemental adversary.", "slayer_task": "33", @@ -239062,17 +234118,6 @@ "range_level": "1", "attack_level": "1" }, - { - "name": "Gardener Ghost", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "436,439,438", - "strength_level": "1", - "id": "1675", - "range_level": "1", - "attack_level": "1" - }, { "examine": "His beard seems to have a life of its own.", "melee_animation": "4666", @@ -239094,23 +234139,6 @@ "range_level": "1", "attack_level": "60" }, - { - "examine": "A ghost disciple.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "436,439,438", - "defence_animation": "0", - "magic_animation": "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", @@ -239221,23 +234249,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "A spooky ghost villager.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "436,439,438", - "defence_animation": "0", - "magic_animation": "0", - "death_animation": "0", - "name": "Ghost villager", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "1697", - "range_level": "1", - "attack_level": "1" - }, { "examine": "This poor soul cannot understand why it has not passed to the next world.", "slayer_task": "36", @@ -239261,153 +234272,6 @@ "range_level": "1", "attack_level": "28" }, - { - "examine": "Beware the ghostly shopkeeper's wares!", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "436,439,438", - "defence_animation": "0", - "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", @@ -241775,25 +236639,6 @@ "range_level": "1", "attack_level": "60" }, - { - "examine": "Looks hungry!", - "slayer_task": "27", - "melee_animation": "6565", - "range_animation": "0", - "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", - "id": "1976", - "range_level": "1", - "attack_level": "48" - }, { "melee_animation": "799", "respawn_delay": "60", @@ -245018,17 +239863,6 @@ "range_level": "1", "attack_level": "1" }, - { - "slayer_exp": "16", - "name": "Chaos dwarf", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2423", - "range_level": "1", - "attack_level": "1" - }, { "death_animation": "9230", "name": "Jarvald", @@ -245403,23 +240237,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "Annoying flappy thing.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "slayer_exp": "8", - "magic_animation": "0", - "death_animation": "0", - "name": "Giant bat", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2482", - "range_level": "1", - "attack_level": "1" - }, { "examine": "A slithering serpent that likes to hide in the bush.", "melee_animation": "275", @@ -246755,26 +241572,6 @@ "range_level": "1", "attack_level": "11" }, - { - "examine": "A dark-hearted knight.", - "melee_animation": "422", - "range_animation": "0", - "attack_speed": "6", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "836", - "name": "Black knight", - "defence_level": "24", - "safespot": null, - "lifepoints": "34", - "strength_level": "24", - "id": "2698", - "aggressive": "true", - "range_level": "1", - "attack_level": "24" - }, { "examine": "He's guarding the prison.", "melee_animation": "390", @@ -247063,18 +241860,6 @@ "range_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": "2716", - "range_level": "1", - "attack_level": "1" - }, { "name": "Skeleton mage", "defence_level": "1", @@ -247497,26 +242282,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "A shadow.", - "melee_animation": "2738", - "range_animation": "0", - "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", - "id": "2782", - "aggressive": "true", - "range_level": "1", - "attack_level": "68" - }, { "examine": "From a darker dimension.", "slayer_task": "25", @@ -248779,18 +243544,6 @@ "range_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": "2931", - "range_level": "1", - "attack_level": "1" - }, { "examine": "Who ate all the rats?", "melee_animation": "0", @@ -254087,29 +248840,6 @@ "range_level": "72", "attack_level": "1" }, - { - "examine": "Good doggy...", - "melee_animation": "6562", - "range_animation": "0", - "combat_audio": "3717,3719,3718", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "slayer_exp": "116", - "magic_animation": "0", - "death_animation": "6576", - "name": "Hellhound", - "defence_level": "60", - "safespot": null, - "lifepoints": "134", - "strength_level": "60", - "id": "3586", - "aggressive": "true", - "clue_level": "2", - "range_level": "1", - "attack_level": "60" - }, { "examine": "Big, ugly, and smelly.", "melee_animation": "359", @@ -254884,28 +249614,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "An annoying flappy thing.", - "slayer_task": "5", - "melee_animation": "4915", - "range_animation": "4915", - "attack_speed": "6", - "magic_level": "32", - "defence_animation": "4916", - "weakness": "4", - "slayer_exp": "8", - "magic_animation": "4915", - "death_animation": "4917", - "name": "Giant bat", - "defence_level": "32", - "safespot": null, - "lifepoints": "32", - "strength_level": "12", - "id": "3711", - "aggressive": "true", - "range_level": "1", - "attack_level": "12" - }, { "melee_animation": "395", "combat_audio": "511,513,512", @@ -258356,47 +253064,6 @@ "range_level": "1", "attack_level": "1" }, - { - "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": "36", - "strength_level": "1", - "id": "4387", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Eeek! A ghost!", - "slayer_task": "36", - "melee_animation": "5532", - "range_animation": "0", - "combat_audio": "436,439,438", - "attack_speed": "5", - "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…", "slayer_task": "34", @@ -260829,46 +255496,6 @@ "projectile": "98", "attack_level": "1" }, - { - "examine": "Young but still dangerous.", - "slayer_task": "68", - "melee_animation": "25", - "range_animation": "25", - "combat_audio": "408,410,409", - "attack_speed": "5", - "magic_level": "40", - "respawn_delay": "32", - "defence_animation": "26", - "weakness": "3", - "slayer_exp": "0", - "magic_animation": "25", - "death_animation": "28", - "name": "Baby blue dragon", - "defence_level": "42", - "safespot": null, - "lifepoints": "50", - "strength_level": "40", - "id": "4665", - "aggressive": "true", - "bonuses": "50,40,64,60,30,45,40,40,20,40,40,20,0,0,0", - "range_level": "1", - "attack_level": "40" - }, - { - "examine": "Young but still dangerous.", - "combat_audio": "408,410,409", - "magic_level": "45", - "slayer_exp": "108", - "name": "Baby blue dragon", - "defence_level": "48", - "safespot": null, - "lifepoints": "51", - "strength_level": "45", - "id": "4666", - "bonuses": "49,45,43,50,73,71,56,78,68,0,0,0,0,0,0", - "range_level": "45", - "attack_level": "45" - }, { "name": "Baby red dragon", "defence_level": "1", @@ -260999,110 +255626,6 @@ "range_level": "1", "attack_level": "130" }, - { - "examine": "A fierce dragon with black scales!", - "slayer_task": "9", - "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", - "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": "200" - }, - { - "examine": "A fierce dragon with black scales!", - "slayer_task": "9", - "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", - "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": "200" - }, - { - "examine": "A fierce dragon with black scales!", - "slayer_task": "9", - "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", - "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": "200" - }, - { - "examine": "A fierce dragon with black scales!", - "slayer_task": "9", - "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", - "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": "200" - }, { "examine": "Must be related to Elvarg.", "slayer_task": "41", @@ -261531,106 +256054,6 @@ "range_level": "1", "attack_level": "18" }, - { - "examine": "Lesser, but still pretty big.", - "slayer_task": "56", - "melee_animation": "4630", - "range_animation": "4630", - "combat_audio": "400,404,403", - "attack_speed": "6", - "magic_level": "50", - "respawn_delay": "20", - "defence_animation": "65", - "weakness": "4", - "slayer_exp": "79", - "magic_animation": "4630", - "death_animation": "67", - "name": "Lesser demon", - "defence_level": "50", - "safespot": null, - "lifepoints": "79", - "strength_level": "50", - "id": "4694", - "aggressive": "true", - "bonuses": "15,15,15,15,15,15,15,15,15,3,15,15,23,15,15", - "range_level": "1", - "attack_level": "50" - }, - { - "examine": "Lesser, but still pretty big.", - "slayer_task": "56", - "melee_animation": "4630", - "range_animation": "4630", - "combat_audio": "400,404,403", - "attack_speed": "6", - "magic_level": "50", - "respawn_delay": "20", - "defence_animation": "65", - "weakness": "4", - "slayer_exp": "79", - "magic_animation": "4630", - "death_animation": "67", - "name": "Lesser demon", - "defence_level": "50", - "safespot": null, - "lifepoints": "79", - "strength_level": "50", - "id": "4695", - "aggressive": "true", - "bonuses": "15,15,15,15,15,15,15,15,15,3,15,15,23,15,15", - "range_level": "1", - "attack_level": "50" - }, - { - "examine": "Lesser, but still pretty big.", - "slayer_task": "56", - "melee_animation": "4630", - "range_animation": "4630", - "combat_audio": "400,404,403", - "attack_speed": "6", - "magic_level": "50", - "respawn_delay": "20", - "defence_animation": "65", - "weakness": "4", - "slayer_exp": "79", - "magic_animation": "4630", - "death_animation": "67", - "name": "Lesser demon", - "defence_level": "50", - "safespot": null, - "lifepoints": "79", - "strength_level": "50", - "id": "4696", - "aggressive": "true", - "bonuses": "15,15,15,15,15,15,15,15,15,3,15,15,23,15,15", - "range_level": "1", - "attack_level": "50" - }, - { - "examine": "Lesser, but still pretty big.", - "slayer_task": "56", - "melee_animation": "4630", - "range_animation": "4630", - "combat_audio": "400,404,403", - "attack_speed": "6", - "magic_level": "50", - "respawn_delay": "20", - "defence_animation": "65", - "weakness": "4", - "slayer_exp": "79", - "magic_animation": "4630", - "death_animation": "67", - "name": "Lesser demon", - "defence_level": "50", - "safespot": null, - "lifepoints": "79", - "strength_level": "50", - "id": "4697", - "aggressive": "true", - "bonuses": "15,15,15,15,15,15,15,15,15,3,15,15,23,15,15", - "range_level": "1", - "attack_level": "50" - }, { "examine": "Big, red, and incredibly evil.", "slayer_task": "40", @@ -261735,102 +256158,6 @@ "range_level": "59", "attack_level": "59" }, - { - "examine": "A big, scary, jet-black demon.", - "slayer_task": "8", - "melee_animation": "64", - "range_animation": "64", - "combat_audio": "400,404,403", - "magic_level": "70", - "respawn_delay": "38", - "defence_animation": "65", - "weakness": "4", - "slayer_exp": "157", - "magic_animation": "64", - "death_animation": "67", - "name": "Black demon", - "defence_level": "70", - "safespot": null, - "lifepoints": "165", - "strength_level": "70", - "id": "4702", - "aggressive": "true", - "bonuses": "45,40,40,150,150,80,150,20,150,68,0,0,0,0,0", - "range_level": "70", - "attack_level": "70" - }, - { - "examine": "A big, scary, jet-black demon.", - "slayer_task": "8", - "melee_animation": "64", - "range_animation": "64", - "combat_audio": "400,404,403", - "magic_level": "70", - "respawn_delay": "38", - "defence_animation": "65", - "weakness": "4", - "slayer_exp": "157", - "magic_animation": "64", - "death_animation": "67", - "name": "Black demon", - "defence_level": "70", - "safespot": null, - "lifepoints": "165", - "strength_level": "70", - "id": "4703", - "aggressive": "true", - "bonuses": "45,40,40,150,150,80,150,20,150,68,0,0,0,0,0", - "range_level": "70", - "attack_level": "70" - }, - { - "examine": "A big, scary, jet-black demon.", - "slayer_task": "8", - "melee_animation": "64", - "range_animation": "64", - "combat_audio": "400,404,403", - "magic_level": "70", - "respawn_delay": "38", - "defence_animation": "65", - "weakness": "4", - "slayer_exp": "157", - "magic_animation": "64", - "death_animation": "67", - "name": "Black demon", - "defence_level": "70", - "safespot": null, - "lifepoints": "165", - "strength_level": "70", - "id": "4704", - "aggressive": "true", - "bonuses": "45,40,40,150,150,80,150,20,150,68,0,0,0,0,0", - "range_level": "70", - "attack_level": "70" - }, - { - "examine": "A big, scary, jet-black demon.", - "slayer_task": "8", - "melee_animation": "64", - "range_animation": "64", - "combat_audio": "400,404,403", - "magic_level": "70", - "respawn_delay": "38", - "defence_animation": "65", - "weakness": "4", - "slayer_exp": "157", - "magic_animation": "64", - "death_animation": "67", - "name": "Black demon", - "defence_level": "70", - "safespot": null, - "lifepoints": "165", - "strength_level": "70", - "id": "4705", - "aggressive": "true", - "bonuses": "45,40,40,150,150,80,150,20,150,68,0,0,0,0,0", - "range_level": "70", - "attack_level": "70" - }, { "examine": "His beard seems to have a life of its own.", "slayer_task": "62", @@ -267120,234 +261447,6 @@ "range_level": "1", "attack_level": "42" }, - { - "examine": "Eeek! A ghost!", - "slayer_task": "36", - "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": "5342", - "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": "5343", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Eeek! A ghost!", - "slayer_task": "36", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Eeek! A ghost!", - "slayer_task": "36", - "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", - "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": "5346", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Eeek! A ghost!", - "slayer_task": "36", - "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", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Eeek! A ghost!", - "slayer_task": "36", - "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", - "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": "5349", - "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": "5350", - "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": "5351", - "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": "5352", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, { "examine": "A minion of Rashiliyia.", "slayer_task": "75", @@ -267646,123 +261745,6 @@ "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": "36", - "strength_level": "1", - "id": "5369", - "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": "36", - "strength_level": "1", - "id": "5370", - "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": "36", - "strength_level": "1", - "id": "5371", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Why does it attack with twigs? Swords and axes much better.", - "melee_animation": "5532", - "range_animation": "426", - "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", - "id": "5372", - "aggressive": "true", - "range_level": "80", - "attack_level": "80" - }, - { - "examine": "Are these twigs meant to hurt Thok?", - "melee_animation": "5532", - "range_animation": "426", - "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", - "id": "5373", - "aggressive": "true", - "range_level": "80", - "attack_level": "80" - }, - { - "examine": "It thinks it scary. Thok show it scary.", - "melee_animation": "5532", - "range_animation": "0", - "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", - "id": "5374", - "aggressive": "true", - "range_level": "80", - "attack_level": "80" - }, { "examine": "Examine not added", "melee_animation": "5568", @@ -269471,24 +263453,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "A Shadow Realm guardian.", - "melee_animation": "0", - "range_animation": "0", - "combat_audio": "436,439,438", - "defence_animation": "0", - "slayer_exp": "25", - "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" - }, { "examine": "Is it male or female?", "melee_animation": "0", @@ -273991,96 +267955,6 @@ "range_level": "1", "attack_level": "9" }, - { - "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", @@ -274115,31 +267989,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "Lesser, but still pretty big.", - "slayer_task": "56", - "melee_animation": "4630", - "range_animation": "4630", - "combat_audio": "400,404,403", - "attack_speed": "6", - "magic_level": "40", - "respawn_delay": "20", - "defence_animation": "65", - "weakness": "3", - "slayer_exp": "79", - "magic_animation": "4630", - "death_animation": "67", - "name": "Lesser demon", - "defence_level": "50", - "safespot": null, - "lifepoints": "79", - "strength_level": "50", - "id": "6101", - "aggressive": "true", - "bonuses": "15,15,15,15,15,15,15,15,15,3,15,15,23,15,15", - "range_level": "1", - "attack_level": "50" - }, { "examine": "His face is expressionless.", "melee_animation": "422", @@ -275210,30 +269059,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "From the maws of hell.", - "slayer_task": "43", - "melee_animation": "6579", - "range_animation": "6579", - "combat_audio": "3717,3719,3718", - "respawn_delay": "25", - "defence_animation": "6578", - "weakness": "7", - "slayer_exp": "116", - "magic_animation": "6579", - "death_animation": "6576", - "name": "Hellhound", - "defence_level": "66", - "safespot": null, - "lifepoints": "116", - "strength_level": "66", - "id": "6210", - "aggressive": "true", - "bonuses": "50,70,30,30,60,30,60,60,50,60,0,0,0,0,0", - "clue_level": "2", - "range_level": "1", - "attack_level": "66" - }, { "examine": "Have you checked your pockets lately?", "melee_animation": "169", @@ -279183,18 +273008,6 @@ "range_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": "6504", - "range_level": "1", - "attack_level": "1" - }, { "examine": "A very noble spider and attendant to the Queen.", "melee_animation": "0", @@ -285823,17 +279636,6 @@ "range_level": "1", "attack_level": "1" }, - { - "slayer_exp": "16", - "name": "Chaos dwarf", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2423", - "range_level": "1", - "attack_level": "1" - }, { "death_animation": "9230", "name": "Jarvald", @@ -286207,23 +280009,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "Annoying flappy thing.", - "melee_animation": "0", - "range_animation": "0", - "defence_animation": "0", - "slayer_exp": "8", - "magic_animation": "0", - "death_animation": "0", - "name": "Giant bat", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "strength_level": "1", - "id": "2482", - "range_level": "1", - "attack_level": "1" - }, { "examine": "A slithering serpent that likes to hide in the bush.", "melee_animation": "275", @@ -287639,26 +281424,6 @@ "range_level": "1", "attack_level": "11" }, - { - "examine": "A dark-hearted knight.", - "melee_animation": "422", - "range_animation": "0", - "attack_speed": "6", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "7", - "magic_animation": "0", - "death_animation": "836", - "name": "Black knight", - "defence_level": "24", - "safespot": null, - "lifepoints": "34", - "strength_level": "24", - "id": "2698", - "aggressive": "true", - "range_level": "1", - "attack_level": "24" - }, { "examine": "He's guarding the prison.", "melee_animation": "390", @@ -287947,18 +281712,6 @@ "range_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": "2716", - "range_level": "1", - "attack_level": "1" - }, { "name": "Skeleton mage", "defence_level": "1", @@ -288381,26 +282134,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "A shadow.", - "melee_animation": "2738", - "range_animation": "0", - "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", - "id": "2782", - "aggressive": "true", - "range_level": "1", - "attack_level": "68" - }, { "examine": "From a darker dimension.", "slayer_task": "25", @@ -289973,18 +283706,6 @@ "range_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": "2931", - "range_level": "1", - "attack_level": "1" - }, { "examine": "Who ate all the rats?", "melee_animation": "0", diff --git a/Server/data/configs/npc_spawns.json b/Server/data/configs/npc_spawns.json index 2111d6bab..c74410fb7 100644 --- a/Server/data/configs/npc_spawns.json +++ b/Server/data/configs/npc_spawns.json @@ -249,7 +249,7 @@ }, { "npc_id": "82", - "loc_data": "{2936,9652,0,1,3}-{2932,9809,0,1,0}-{2929,9803,0,1,2}-{2934,9795,0,1,6}-{2933,9791,0,1,1}-{3052,3117,2,1,1}-{2841,9557,0,1,3}-{2831,9562,0,1,3}-{2838,9605,0,1,3}-{3058,10128,0,1,0}-{3046,10139,0,1,0}-{3110,3157,2,1,5}" + "loc_data": "{2936,9652,0,1,3}-{2926,9803,0,1,0}-{2935,9794,0,1,0}-{3052,3117,2,1,1}-{2841,9557,0,1,3}-{2831,9562,0,1,3}-{2838,9605,0,1,3}-{3058,10128,0,1,0}-{3046,10139,0,1,0}-{3110,3157,2,1,5}" }, { "npc_id": "83", @@ -389,7 +389,7 @@ }, { "npc_id": "119", - "loc_data": "{3248,3794,0,1,1}-{2925,9766,0,1,7}-{2921,9758,0,1,3}-{2935,9770,0,1,1}-{2935,9761,0,1,0}-{3029,10313,0,1,4}-{3028,10309,0,1,4}-{3033,10311,0,1,6}-{3035,10309,0,1,1}-{3035,10313,0,1,1}-{3244,3797,0,1,3}-{3245,3790,0,1,4}-{3239,3781,0,1,5}-{3253,3791,0,1,1}-{3245,3802,0,1,1}-{3250,3808,0,1,3}-{3246,3800,0,1,6}-{3246,3795,0,1,2}" + "loc_data": "{3248,3794,0,1,1}-{2921,9757,0,1,0}-{2915,9759,0,1,0}-{2927,9761,0,1,0}-{2925,9769,0,1,0}-{2931,9784,0,1,0}-{2938,9788,0,1,0}-{3029,10313,0,1,4}-{3028,10309,0,1,4}-{3033,10311,0,1,6}-{3035,10309,0,1,1}-{3035,10313,0,1,1}-{3244,3797,0,1,3}-{3245,3790,0,1,4}-{3239,3781,0,1,5}-{3253,3791,0,1,1}-{3245,3802,0,1,1}-{3250,3808,0,1,3}-{3246,3800,0,1,6}-{3246,3795,0,1,2}" }, { "npc_id": "120", @@ -6801,7 +6801,7 @@ }, { "npc_id": "4696", - "loc_data": "{3118,3695,0,1,6}-{3010,3851,0,1,1}-{2839,9560,0,1,4}-{2846,9613,0,1,6}-{3062,10131,0,1,0}" + "loc_data": "{3118,3695,0,1,6}-{2931,9808,0,1,0}-{2930,9799,0,1,0}-{3010,3851,0,1,1}-{2839,9560,0,1,4}-{2846,9613,0,1,6}-{3062,10131,0,1,0}" }, { "npc_id": "4697", @@ -8531,6 +8531,10 @@ "npc_id": "6090", "loc_data": "{2932,3245,0,1,0}-{2934,3246,0,1,3}" }, + { + "npc_id": "6101", + "loc_data": "{2932,9811,0,1,0}" + }, { "npc_id": "6102", "loc_data": "{1762,5329,0,1,1}" From 4760725b0f3dc69887eb567b8a51e3aa31518ab5 Mon Sep 17 00:00:00 2001 From: skelsoft <9147770-skelsoft@users.noreply.gitlab.com> Date: Mon, 30 Aug 2021 12:26:09 +1000 Subject: [PATCH 31/33] Fix: Taverley Dungeon QA Pass 3 - Fishing Guild Shop stock corrections - Fishing Guild Shop name correction - Shantay Pass Shop stock corrections - Grud's Herblore stall name correction - Frincos' Fabulous Herb Store name correction - Frincos' Fabulous Herb Store stock corrections - level-19 Ghost examine text corrected - Correct respawn rate of lvl-22 Skeletons at 70 ticks - Correct respawn rate of lvl-25 Skeleton at 60 ticks - Sapphire lantern (unfilled), Sapphire lantern (unlit) and Sapphire lantern (lit) now have correct examine text. - Fishing spot (Barbarian fishing) and the Small Net/Bait Fishing spot near Barbarian Outpost now have correct examine text. - Added all correct Hill Giant spawns to Taverley Dungeon (5 Hill Giants) - Added all correct Giant Bat spawns to Taverley Dungeon (9 Giant Bats) - Added all correct Ghost spawns to Taverley Dungeon (14 Ghosts) - Added all correct Skeleton spawns to Taverley Dungeon (7 Skeletons) - All monsters in the first half of Taverley Dungeon that have variant models, can now correctly spawn as variants (Lesser Demon, Hill Giant, Ghost, Skeleton) --- Server/data/configs/item_configs.json | 6 +- Server/data/configs/npc_configs.json | 14659 +----------------------- Server/data/configs/npc_spawns.json | 30 +- Server/data/configs/shops.json | 12 +- 4 files changed, 85 insertions(+), 14622 deletions(-) diff --git a/Server/data/configs/item_configs.json b/Server/data/configs/item_configs.json index 65662ffaf..fb8f3f93c 100644 --- a/Server/data/configs/item_configs.json +++ b/Server/data/configs/item_configs.json @@ -45730,7 +45730,7 @@ "id": "4699" }, { - "examine": "Unfuelled: You need to add lamp oil before you can use it. Unlit: A bullseye lantern with a sapphire for a lens. Lit: A lantern casting a bright blue beam.", + "examine": "You need to add lamp oil before you can use it.", "durability": null, "name": "Sapphire lantern", "low_alchemy": "240", @@ -45740,7 +45740,7 @@ "id": "4700" }, { - "examine": "Unfuelled: You need to add lamp oil before you can use it. Unlit: A bullseye lantern with a sapphire for a lens. Lit: A lantern casting a bright blue beam.", + "examine": "A bullseye lantern with a sapphire for a lens.", "durability": null, "name": "Sapphire lantern", "low_alchemy": "240", @@ -45750,7 +45750,7 @@ "id": "4701" }, { - "examine": "Unfuelled: You need to add lamp oil before you can use it. Unlit: A bullseye lantern with a sapphire for a lens. Lit: A lantern casting a bright blue beam.", + "examine": "A lantern casting a bright blue beam.", "durability": null, "name": "Sapphire lantern", "low_alchemy": "240", diff --git a/Server/data/configs/npc_configs.json b/Server/data/configs/npc_configs.json index db6b5a0ad..57078bb9a 100644 --- a/Server/data/configs/npc_configs.json +++ b/Server/data/configs/npc_configs.json @@ -1738,115 +1738,6 @@ "range_level": "1", "attack_level": "11" }, - { - "examine": "Could do with gaining a few pounds.", - "slayer_task": "75", - "melee_animation": "5485", - "range_animation": "5485", - "combat_audio": "774,775,777", - "attack_speed": "4", - "respawn_delay": "32", - "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.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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": "An undead worker of dark magic.", - "slayer_task": "75", - "combat_style": "2", - "melee_animation": "5487", - "range_animation": "5523", - "combat_audio": "774,775,777", - "attack_speed": "4", - "magic_level": "18", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "3", - "slayer_exp": "17", - "magic_animation": "0", - "death_animation": "5491", - "name": "Skeleton Mage", - "defence_level": "14", - "safespot": null, - "lifepoints": "17", - "strength_level": "14", - "id": "94", - "range_level": "1", - "attack_level": "14" - }, { "examine": "Not man's best friend.", "slayer_task": "92", @@ -2006,7 +1897,7 @@ }, { "agg_radius": "", - "examine": "Eeek a ghost!", + "examine": "Eeek! A ghost!", "slayer_task": "36", "melee_animation": "5540", "range_animation": "5540", @@ -2043,7 +1934,7 @@ "weakness": "5", "slayer_exp": "25", "magic_animation": "0", - "death_animation": "5534", + "death_animation": "5542", "name": "Ghost", "defence_level": "18", "safespot": null, @@ -5875,29 +5766,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "It rattles when it moves.", - "slayer_task": "75", - "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": "A Wizard of the Magic Guild.", "melee_animation": "0", @@ -15176,26 +15044,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "It looks just a bit... underfed.", - "slayer_task": "75", - "melee_animation": "5519", - "range_animation": "5519", - "combat_audio": "774,775,777", - "attack_speed": "6", - "defence_animation": "5520", - "weakness": "8", - "magic_animation": "5519", - "death_animation": "5521", - "name": "Skeleton", - "defence_level": "75", - "safespot": null, - "lifepoints": "112", - "strength_level": "109", - "id": "1471", - "range_level": "1", - "attack_level": "80" - }, { "examine": "A Greater Jungle demon. A magical aura emanates from its hide.", "range_animation": "0", @@ -15858,26 +15706,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "A creature summoned by Vanstrom to kill the remaining Myreque.", - "melee_animation": "6579", - "range_animation": "0", - "combat_audio": "774,775,777", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "8", - "magic_animation": "0", - "death_animation": "6558", - "name": "Skeleton Hellhound", - "defence_level": "32", - "safespot": null, - "lifepoints": "57", - "strength_level": "32", - "id": "1575", - "aggressive": "true", - "range_level": "1", - "attack_level": "32" - }, { "examine": "A very large elemental adversary.", "slayer_task": "33", @@ -20911,54 +20739,6 @@ "range_level": "1", "attack_level": "65" }, - { - "examine": "Could do with gaining a few pounds.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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": "Zogre", "defence_level": "1", @@ -25554,17 +25334,6 @@ "range_level": "1", "attack_level": "1" }, - { - "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" - }, { "slayer_exp": "25", "name": "Ghost", @@ -25577,17 +25346,6 @@ "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" - }, { "examine": "She'll store my items for me.", "melee_animation": "0", @@ -28464,27 +28222,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "Champion of the skeletons.", - "combat_style": "1", - "melee_animation": "5512", - "range_animation": "0", - "combat_audio": "774,775,777", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "2", - "magic_animation": "0", - "death_animation": "5514", - "name": "Skeleton Champion", - "defence_level": "20", - "safespot": null, - "lifepoints": "28", - "strength_level": "10", - "id": "3065", - "aggressive": "true", - "range_level": "20", - "attack_level": "10" - }, { "examine": "Champion of the zombies.", "melee_animation": "5581", @@ -29035,17 +28772,6 @@ "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": "A swarm of bugs.", "slayer_task": "42", @@ -30773,28 +30499,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "Could do with gaining a few pounds.", - "slayer_task": "75", - "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": "She'll store my items for me.", "melee_animation": "0", @@ -32560,27 +32264,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "He guards the dungeon with the faithfulness of the undead.", - "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": "100", - "strength_level": "50", - "id": "3581", - "aggressive": "true", - "range_level": "1", - "attack_level": "50" - }, { "slayer_exp": "49", "name": "Guard dog", @@ -33220,162 +32903,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "Could use a good meal.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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", - "strength_level": "1", - "id": "3705", - "range_level": "1", - "attack_level": "1" - }, { "name": "Ulfric", "defence_level": "1", @@ -35153,17 +34680,6 @@ "range_level": "1", "attack_level": "60" }, - { - "name": "Skeleton Mage", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "774,775,777", - "strength_level": "1", - "id": "3844", - "range_level": "1", - "attack_level": "1" - }, { "examine": "The mother of all sea trolls!", "melee_animation": "3991", @@ -35200,45 +34716,6 @@ "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": "3850", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A skeleton of dark magic.", - "slayer_task": "75", - "start_gfx": "2713", - "combat_style": "2", - "melee_animation": "5523", - "respawn_delay": "15", - "weakness": "4", - "magic_animation": "5523", - "death_animation": "5491", - "lifepoints": "81", - "id": "3851", - "aggressive": "true", - "bonuses": "30,30,45,10,30,30,30,30,30,30,30,30,30,30,40", - "range_animation": "5523", - "combat_audio": "774,775,777", - "magic_level": "85", - "end_gfx": "2723", - "defence_animation": "5489", - "name": "Skeleton Mage", - "defence_level": "80", - "poison_immune": "true", - "safespot": null, - "strength_level": "26", - "range_level": "85", - "projectile": "2718", - "attack_level": "26" - }, { "examine": "One of RuneScape's many citizens.", "melee_animation": "422", @@ -36839,60 +36316,6 @@ "range_level": "1", "attack_level": "60" }, - { - "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": "68", - "strength_level": "1", - "id": "4384", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Could do with gaining a few pounds.", - "slayer_task": "75", - "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", - "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": "5540", "combat_audio": "436,439,438", @@ -45479,202 +44902,6 @@ "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": "22", - "strength_level": "1", - "id": "5332", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Could do with gaining a few pounds.", - "slayer_task": "75", - "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": "11", - "safespot": null, - "lifepoints": "15", - "strength_level": "11", - "id": "5333", - "aggressive": "true", - "range_level": "1", - "attack_level": "11" - }, - { - "examine": "Could do with gaining a few pounds.", - "slayer_task": "75", - "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": "11", - "safespot": null, - "lifepoints": "15", - "strength_level": "11", - "id": "5334", - "aggressive": "true", - "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": "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.", - "slayer_task": "75", - "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": "5337", - "range_level": "1", - "attack_level": "12" - }, - { - "examine": "Could do with gaining a few pounds.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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": "Eeek! A ghost!", "slayer_task": "36", @@ -46131,76 +45358,6 @@ "range_level": "167", "attack_level": "70" }, - { - "examine": "Could do with gaining a few pounds.", - "slayer_task": "75", - "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" - }, - { - "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": "60", - "strength_level": "1", - "id": "5366", - "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": "85", - "strength_level": "1", - "id": "5367", - "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": "85", - "strength_level": "1", - "id": "5368", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, { "melee_animation": "5532", "combat_audio": "436,439,438", @@ -46444,28 +45601,6 @@ "range_level": "1", "attack_level": "47" }, - { - "examine": "Could do with gaining a few pounds.", - "slayer_task": "75", - "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": "Animated steel armour.", "melee_animation": "386", @@ -46505,182 +45640,6 @@ "projectile": "2718", "attack_level": "95" }, - { - "examine": "A skeleton in a dress!", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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?", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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!", - "slayer_task": "75", - "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" - }, { "melee_animation": "5568", "combat_audio": "931,923,922", @@ -46907,50 +45866,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "An angry skeleton.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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": "How does it move of its own accord?", "melee_animation": "5591", @@ -47061,28 +45976,6 @@ "range_level": "1", "attack_level": "57" }, - { - "examine": "Could do with gaining a few pounds.", - "slayer_task": "75", - "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": "What restful music!", "melee_animation": "0", @@ -52250,60 +51143,6 @@ "range_level": "1", "attack_level": "2" }, - { - "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" - }, - { - "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.", - "slayer_task": "75", - "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" - }, { "melee_animation": "5540", "combat_audio": "436,439,438", @@ -52471,111 +51310,6 @@ "range_level": "1", "attack_level": "60" }, - { - "examine": "An opponent from the grave. He seems unimpressed by your bone rummaging.", - "slayer_task": "75", - "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", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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", - "slayer_task": "75", - "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" - }, { "examine": "Probably not a chicken.", "slayer_task": "7", @@ -60420,86 +59154,6 @@ "range_level": "1", "attack_level": "48" }, - { - "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 guard.", "melee_animation": "0", @@ -66251,28 +64905,6 @@ "range_level": "1", "attack_level": "1" }, - { - "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" - }, { "examine": "She'll store my items for me.", "melee_animation": "0", @@ -66597,29 +65229,6 @@ "range_level": "1", "attack_level": "150" }, - { - "agg_radius": "64", - "examine": "This is going to hurt...", - "melee_animation": "9277", - "range_animation": "9277", - "attack_speed": "8", - "magic_level": "2400", - "defence_animation": "9278", - "weakness": "10", - "slayer_exp": "0", - "magic_animation": "9277", - "death_animation": "9279", - "name": "TzTok-Jad", - "defence_level": "700", - "safespot": null, - "lifepoints": "250", - "strength_level": "1600", - "id": "2745", - "aggressive": "true", - "bonuses": "0,0,0,60,0,0,0,0,0,0,0,0,0,0,0", - "range_level": "1600", - "attack_level": "700" - }, { "examine": "Mini Menace.", "melee_animation": "9252", @@ -69408,27 +68017,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "Champion of the skeletons.", - "combat_style": "1", - "melee_animation": "5512", - "range_animation": "0", - "combat_audio": "774,775,777", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "2", - "magic_animation": "0", - "death_animation": "5514", - "name": "Skeleton Champion", - "defence_level": "20", - "safespot": null, - "lifepoints": "28", - "strength_level": "10", - "id": "3065", - "aggressive": "true", - "range_level": "20", - "attack_level": "10" - }, { "examine": "Champion of the zombies.", "melee_animation": "5581", @@ -75199,32 +73787,6 @@ "range_level": "1", "attack_level": "40" }, - { - "agg_radius": "64", - "examine": "The biggest, meanest dragon around.", - "slayer_task": "9", - "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", - "bonuses": "0,0,0,0,0,70,90,90,80,70,0,0,0,0,0", - "clue_level": "2", - "range_level": "1", - "attack_level": "240" - }, { "examine": "A dragon covered in frost and ice.", "combat_audio": "408,410,409", @@ -75242,58 +73804,6 @@ "range_level": "80", "attack_level": "102" }, - { - "examine": "A big powerful dragon.", - "slayer_task": "68", - "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": "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" - }, - { - "examine": "A mother dragon.", - "slayer_task": "11", - "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": "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" - }, { "examine": "A wood nymph.", "melee_animation": "0", @@ -75878,115 +74388,6 @@ "range_level": "1", "attack_level": "11" }, - { - "examine": "Could do with gaining a few pounds.", - "slayer_task": "75", - "melee_animation": "5485", - "range_animation": "5485", - "combat_audio": "774,775,777", - "attack_speed": "4", - "respawn_delay": "32", - "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.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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": "An undead worker of dark magic.", - "slayer_task": "75", - "combat_style": "2", - "melee_animation": "5487", - "range_animation": "5523", - "combat_audio": "774,775,777", - "attack_speed": "4", - "magic_level": "18", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "3", - "slayer_exp": "17", - "magic_animation": "0", - "death_animation": "5491", - "name": "Skeleton Mage", - "defence_level": "14", - "safespot": null, - "lifepoints": "17", - "strength_level": "14", - "id": "94", - "range_level": "1", - "attack_level": "14" - }, { "examine": "Not man's best friend.", "slayer_task": "92", @@ -76386,30 +74787,6 @@ "range_level": "1", "attack_level": "65" }, - { - "examine": "A very large foe.", - "slayer_task": "44", - "melee_animation": "4652", - "range_animation": "4652", - "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": "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" - }, { "examine": "A short angry guy.", "slayer_task": "29", @@ -77877,22 +76254,6 @@ "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", @@ -79667,29 +78028,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "It rattles when it moves.", - "slayer_task": "75", - "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": "A Wizard of the Magic Guild.", "melee_animation": "0", @@ -82263,22 +80601,6 @@ "range_level": "1", "attack_level": "30" }, - { - "examine": "It looks like there might be eels swimming in the lava.", - "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": "800", - "range_level": "1", - "attack_level": "1" - }, { "examine": "A holy man.", "melee_animation": "0", @@ -83427,32 +81749,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "Must be related to Elvarg.", - "slayer_task": "41", - "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": "941", - "aggressive": "true", - "bonuses": "0,0,0,0,0,20,40,40,30,20,0,0,0,0,0", - "clue_level": "2", - "range_level": "1", - "attack_level": "68" - }, { "examine": "An expert on all things culinary.", "melee_animation": "0", @@ -85839,55 +84135,6 @@ "range_level": "1", "attack_level": "110" }, - { - "agg_radius": "64", - "examine": "I don't think insect repellent will work...", - "slayer_task": "53", - "melee_animation": "6241", - "range_animation": "6241", - "attack_speed": "4", - "poisonous": "true", - "magic_level": "150", - "respawn_delay": "45", - "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...", - "slayer_task": "53", - "melee_animation": "6235", - "range_animation": "6235", - "attack_speed": "4", - "magic_level": "150", - "respawn_delay": "0", - "defence_animation": "6234", - "weakness": "10", - "magic_animation": "6235", - "death_animation": "6233", - "name": "Kalphite Queen", - "defence_level": "300", - "safespot": null, - "lifepoints": "255", - "strength_level": "300", - "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" - }, { "examine": "I don't think insect repellent will work...", "slayer_task": "53", @@ -88399,26 +86646,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "It looks just a bit... underfed.", - "slayer_task": "75", - "melee_animation": "5519", - "range_animation": "5519", - "combat_audio": "774,775,777", - "attack_speed": "6", - "defence_animation": "5520", - "weakness": "8", - "magic_animation": "5519", - "death_animation": "5521", - "name": "Skeleton", - "defence_level": "75", - "safespot": null, - "lifepoints": "112", - "strength_level": "109", - "id": "1471", - "range_level": "1", - "attack_level": "80" - }, { "examine": "A Greater Jungle demon. A magical aura emanates from its hide.", "range_animation": "0", @@ -93735,54 +91962,6 @@ "range_level": "1", "attack_level": "65" }, - { - "examine": "Could do with gaining a few pounds.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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": "Zogre", "defence_level": "1", @@ -93986,22 +92165,6 @@ "respawn_delay": "60", "attack_level": "1" }, - { - "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.", "slayer_task": "38", @@ -98309,28 +96472,6 @@ "range_level": "1", "attack_level": "1" }, - { - "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" - }, { "examine": "She'll store my items for me.", "melee_animation": "0", @@ -98655,29 +96796,6 @@ "range_level": "1", "attack_level": "150" }, - { - "agg_radius": "64", - "examine": "This is going to hurt...", - "melee_animation": "9277", - "range_animation": "9277", - "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", - "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" - }, { "examine": "Mini Menace.", "melee_animation": "9252", @@ -101136,27 +99254,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "Champion of the skeletons.", - "combat_style": "1", - "melee_animation": "5512", - "range_animation": "0", - "combat_audio": "774,775,777", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "2", - "magic_animation": "0", - "death_animation": "5514", - "name": "Skeleton Champion", - "defence_level": "20", - "safespot": null, - "lifepoints": "28", - "strength_level": "10", - "id": "3065", - "aggressive": "true", - "range_level": "20", - "attack_level": "10" - }, { "examine": "Champion of the zombies.", "melee_animation": "5581", @@ -101707,17 +99804,6 @@ "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": "A swarm of bugs.", "slayer_task": "42", @@ -102177,33 +100263,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "pUre A cHaOs of crEatuRe!", - "start_gfx": "556", - "melee_animation": "3146", - "attack_speed": "5", - "respawn_delay": "72", - "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", - "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", @@ -103445,28 +101504,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "Could do with gaining a few pounds.", - "slayer_task": "75", - "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": "She'll store my items for me.", "melee_animation": "0", @@ -105232,27 +103269,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "He guards the dungeon with the faithfulness of the undead.", - "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": "100", - "strength_level": "50", - "id": "3581", - "aggressive": "true", - "range_level": "1", - "attack_level": "50" - }, { "slayer_exp": "49", "name": "Guard dog", @@ -105867,162 +103883,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "Could use a good meal.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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", - "strength_level": "1", - "id": "3705", - "range_level": "1", - "attack_level": "1" - }, { "name": "Ulfric", "defence_level": "1", @@ -107712,40 +105572,6 @@ "range_level": "1", "attack_level": "36" }, - { - "agg_radius": "64", - "melee_animation": "6241", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "6240", - "death_animation": "6242", - "name": "Kalphite Queen", - "defence_level": "1", - "safespot": null, - "lifepoints": "255", - "strength_level": "1", - "id": "3835", - "aggressive": "true", - "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", @@ -107778,17 +105604,6 @@ "range_level": "1", "attack_level": "60" }, - { - "name": "Skeleton Mage", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "774,775,777", - "strength_level": "1", - "id": "3844", - "range_level": "1", - "attack_level": "1" - }, { "examine": "The mother of all sea trolls!", "melee_animation": "3991", @@ -107809,61 +105624,6 @@ "range_level": "65", "attack_level": "65" }, - { - "examine": "What have they done to him?", - "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": "3849", - "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": "3850", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A skeleton of dark magic.", - "slayer_task": "75", - "start_gfx": "2713", - "combat_style": "2", - "melee_animation": "5523", - "respawn_delay": "15", - "weakness": "4", - "magic_animation": "5523", - "death_animation": "5491", - "lifepoints": "81", - "id": "3851", - "aggressive": "true", - "bonuses": "30,30,45,10,30,30,30,30,30,30,30,30,30,30,40", - "range_animation": "5523", - "combat_audio": "774,775,777", - "magic_level": "85", - "end_gfx": "2723", - "defence_animation": "5489", - "name": "Skeleton Mage", - "defence_level": "80", - "poison_immune": "true", - "safespot": null, - "strength_level": "26", - "range_level": "85", - "projectile": "2718", - "attack_level": "26" - }, { "examine": "One of RuneScape's many citizens.", "melee_animation": "422", @@ -109470,60 +107230,6 @@ "range_level": "1", "attack_level": "60" }, - { - "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": "68", - "strength_level": "1", - "id": "4384", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Could do with gaining a few pounds.", - "slayer_task": "75", - "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", - "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" - }, { "examine": "I don't think insect repellent will work…", "slayer_task": "34", @@ -111982,318 +109688,6 @@ "respawn_delay": "60", "attack_level": "1" }, - { - "examine": "A big powerful dragon.", - "slayer_task": "68", - "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", - "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" - }, - { - "examine": "A big powerful dragon.", - "slayer_task": "68", - "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", - "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" - }, - { - "examine": "A big powerful dragon.", - "slayer_task": "68", - "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", - "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" - }, - { - "examine": "A big powerful dragon.", - "slayer_task": "68", - "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", - "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" - }, - { - "examine": "Must be related to Elvarg.", - "slayer_task": "41", - "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", - "aggressive": "true", - "bonuses": "0,0,0,0,0,20,40,40,30,20,0,0,0,0,0", - "clue_level": "2", - "range_level": "1", - "attack_level": "68" - }, - { - "examine": "Must be related to Elvarg.", - "slayer_task": "41", - "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", - "aggressive": "true", - "bonuses": "0,0,0,0,0,20,40,40,30,20,0,0,0,0,0", - "clue_level": "2", - "range_level": "1", - "attack_level": "68" - }, - { - "examine": "Must be related to Elvarg.", - "slayer_task": "41", - "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", - "aggressive": "true", - "bonuses": "0,0,0,0,0,20,40,40,30,20,0,0,0,0,0", - "clue_level": "2", - "range_level": "1", - "attack_level": "68" - }, - { - "examine": "Must be related to Elvarg.", - "slayer_task": "41", - "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", - "aggressive": "true", - "bonuses": "0,0,0,0,0,20,40,40,30,20,0,0,0,0,0", - "clue_level": "2", - "range_level": "1", - "attack_level": "68" - }, - { - "examine": "A mother dragon.", - "slayer_task": "11", - "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", - "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": "A mother dragon.", - "slayer_task": "11", - "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", - "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": "A mother dragon.", - "slayer_task": "11", - "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", - "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": "A mother dragon.", - "slayer_task": "11", - "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", - "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": "He's got icicles in his beard.", "slayer_task": "47", @@ -112394,126 +109788,6 @@ "range_level": "1", "attack_level": "30" }, - { - "examine": "A very large foe.", - "slayer_task": "44", - "melee_animation": "4652", - "range_animation": "4652", - "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.", - "slayer_task": "44", - "melee_animation": "4652", - "range_animation": "4652", - "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.", - "slayer_task": "44", - "melee_animation": "4652", - "range_animation": "4652", - "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.", - "slayer_task": "44", - "melee_animation": "4652", - "range_animation": "4652", - "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.", - "slayer_task": "44", - "melee_animation": "4652", - "range_animation": "4652", - "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": "Big, red, and incredibly evil.", "slayer_task": "40", @@ -116528,32 +113802,6 @@ "range_level": "1", "attack_level": "65" }, - { - "examine": "A mother dragon.", - "slayer_task": "11", - "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": "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.", "slayer_task": "64", @@ -117711,202 +114959,6 @@ "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": "22", - "strength_level": "1", - "id": "5332", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Could do with gaining a few pounds.", - "slayer_task": "75", - "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": "11", - "safespot": null, - "lifepoints": "15", - "strength_level": "11", - "id": "5333", - "aggressive": "true", - "range_level": "1", - "attack_level": "11" - }, - { - "examine": "Could do with gaining a few pounds.", - "slayer_task": "75", - "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": "11", - "safespot": null, - "lifepoints": "15", - "strength_level": "11", - "id": "5334", - "aggressive": "true", - "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": "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.", - "slayer_task": "75", - "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": "5337", - "range_level": "1", - "attack_level": "12" - }, - { - "examine": "Could do with gaining a few pounds.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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": "A minion of Rashiliyia.", "slayer_task": "75", @@ -118135,76 +115187,6 @@ "range_level": "167", "attack_level": "70" }, - { - "examine": "Could do with gaining a few pounds.", - "slayer_task": "75", - "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" - }, - { - "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": "60", - "strength_level": "1", - "id": "5366", - "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": "85", - "strength_level": "1", - "id": "5367", - "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": "85", - "strength_level": "1", - "id": "5368", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, { "examine": "Examine not added", "melee_animation": "5568", @@ -118331,28 +115313,6 @@ "range_level": "1", "attack_level": "47" }, - { - "examine": "Could do with gaining a few pounds.", - "slayer_task": "75", - "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": "Animated steel armour.", "melee_animation": "386", @@ -118392,182 +115352,6 @@ "projectile": "2718", "attack_level": "95" }, - { - "examine": "A skeleton in a dress!", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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?", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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!", - "slayer_task": "75", - "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" - }, { "melee_animation": "5568", "combat_audio": "931,923,922", @@ -118794,50 +115578,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "An angry skeleton.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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": "How does it move of its own accord?", "melee_animation": "5591", @@ -118948,28 +115688,6 @@ "range_level": "1", "attack_level": "57" }, - { - "examine": "Could do with gaining a few pounds.", - "slayer_task": "75", - "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": "What restful music!", "melee_animation": "0", @@ -124361,60 +121079,6 @@ "range_level": "1", "attack_level": "2" }, - { - "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" - }, - { - "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.", - "slayer_task": "75", - "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" - }, { "melee_animation": "5571", "combat_audio": "931,923,922", @@ -124467,111 +121131,6 @@ "range_level": "1", "attack_level": "60" }, - { - "examine": "An opponent from the grave. He seems unimpressed by your bone rummaging.", - "slayer_task": "75", - "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", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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", - "slayer_task": "75", - "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" - }, { "examine": "Probably not a chicken.", "slayer_task": "7", @@ -125379,34 +121938,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "A servant of the god Zamorak. ", - "slayer_task": "40", - "melee_animation": "6945", - "attack_speed": "6", - "poisonous": "true", - "respawn_delay": "120", - "weakness": "9", - "slayer_exp": "350", - "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", - "clue_level": "2", - "range_level": "1", - "attack_level": "340" - }, { "agg_radius": "64", "examine": "Destroyer of 1000 planes!", @@ -125482,32 +122013,6 @@ "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", @@ -125764,32 +122269,6 @@ "projectile": "78", "attack_level": "1" }, - { - "agg_radius": "64", - "examine": "Graceful avatar of Armadyl.", - "melee_animation": "6977", - "range_animation": "6977", - "attack_speed": "3", - "magic_level": "200", - "respawn_delay": "120", - "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", - "range_level": "380", - "attack_level": "300" - }, { "examine": "Graceful, bird-like creature.", "combat_style": "2", @@ -126323,32 +122802,6 @@ "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": "120", - "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", - "range_level": "250", - "attack_level": "280" - }, { "agg_radius": "64", "examine": "The bane of darkness.", @@ -126603,32 +123056,6 @@ "range_level": "1", "attack_level": "50" }, - { - "agg_radius": "64", - "examine": "A huge war chief.", - "melee_animation": "7060", - "range_animation": "7060", - "attack_speed": "6", - "magic_level": "280", - "respawn_delay": "120", - "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", - "range_level": "350", - "attack_level": "280" - }, { "agg_radius": "64", "examine": "A battle-honed goblin. ", @@ -126739,27 +123166,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "Big, ugly, and smelly.", - "melee_animation": "359", - "range_animation": "359", - "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, - "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" - }, { "examine": "Green and aggressive.", "melee_animation": "2936", @@ -129765,2455 +126171,6 @@ "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", - "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": "14", - "strength_level": "12", - "id": "6605", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "2", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "2", - "range_level": "38", - "attack_level": "38" - }, - { - "examine": "A ghost of an ork slain during the god wars.", - "name": "Revenant ork", - "defence_level": "70", - "safespot": null, - "lifepoints": "105", - "strength_level": "70", - "id": "6610", - "magic_level": "70", - "clue_level": "2", - "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": "true", - "magic_level": "80", - "defence_animation": "7443", - "slayer_exp": "143", - "poison_amount": "8", - "magic_animation": "7508", - "death_animation": "7442", - "name": "Revenant knight", - "defence_level": "80", - "safespot": null, - "lifepoints": "143", - "strength_level": "80", - "id": "6611", - "clue_level": "2", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "2", - "range_level": "38", - "attack_level": "38" - }, - { - "examine": "A ghost of an ork slain during the god wars.", - "name": "Revenant ork", - "defence_level": "70", - "safespot": null, - "lifepoints": "105", - "strength_level": "70", - "id": "6615", - "magic_level": "70", - "clue_level": "2", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "2", - "range_level": "38", - "attack_level": "38" - }, - { - "examine": "A ghost of an ork slain during the god wars.", - "name": "Revenant ork", - "defence_level": "70", - "safespot": null, - "lifepoints": "105", - "strength_level": "70", - "id": "6618", - "magic_level": "70", - "clue_level": "2", - "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": "true", - "magic_level": "80", - "defence_animation": "7443", - "slayer_exp": "143", - "poison_amount": "8", - "magic_animation": "7508", - "death_animation": "7442", - "name": "Revenant knight", - "defence_level": "80", - "safespot": null, - "lifepoints": "143", - "strength_level": "80", - "id": "6619", - "clue_level": "2", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "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": "6623", - "clue_level": "1", - "range_level": "34", - "attack_level": "34" - }, - { - "examine": "A ghost of an ork slain during the god wars.", - "name": "Revenant ork", - "defence_level": "70", - "safespot": null, - "lifepoints": "105", - "strength_level": "70", - "id": "6624", - "magic_level": "70", - "clue_level": "2", - "range_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", - "clue_level": "2", - "range_level": "38", - "attack_level": "38" - }, - { - "examine": "A ghost of an ork slain during the god wars.", - "name": "Revenant ork", - "defence_level": "70", - "safespot": null, - "lifepoints": "105", - "strength_level": "70", - "id": "6626", - "magic_level": "70", - "clue_level": "2", - "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": "true", - "magic_level": "80", - "defence_animation": "7443", - "slayer_exp": "143", - "poison_amount": "8", - "magic_animation": "7508", - "death_animation": "7442", - "name": "Revenant knight", - "defence_level": "80", - "safespot": null, - "lifepoints": "143", - "strength_level": "80", - "id": "6627", - "clue_level": "2", - "range_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", - "clue_level": "1", - "range_level": "27", - "attack_level": "27" - }, - { - "examine": "A ghost of an ork slain during the god wars.", - "name": "Revenant ork", - "defence_level": "70", - "safespot": null, - "lifepoints": "105", - "strength_level": "70", - "id": "6629", - "magic_level": "70", - "clue_level": "2", - "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": "true", - "magic_level": "80", - "defence_animation": "7443", - "slayer_exp": "143", - "poison_amount": "8", - "magic_animation": "7508", - "death_animation": "7442", - "name": "Revenant knight", - "defence_level": "80", - "safespot": null, - "lifepoints": "143", - "strength_level": "80", - "id": "6630", - "clue_level": "2", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "2", - "range_level": "38", - "attack_level": "38" - }, - { - "examine": "A ghost of an ork slain during the god wars.", - "name": "Revenant ork", - "defence_level": "70", - "safespot": null, - "lifepoints": "105", - "strength_level": "70", - "id": "6633", - "magic_level": "70", - "clue_level": "2", - "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": "true", - "magic_level": "80", - "defence_animation": "7443", - "slayer_exp": "143", - "poison_amount": "8", - "magic_animation": "7508", - "death_animation": "7442", - "name": "Revenant knight", - "defence_level": "80", - "safespot": null, - "lifepoints": "143", - "strength_level": "80", - "id": "6634", - "clue_level": "2", - "range_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", - "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": "6636", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "2", - "range_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", - "clue_level": "2", - "range_level": "43", - "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": "1", - "safespot": null, - "lifepoints": "80", - "strength_level": "50", - "id": "6646", - "clue_level": "2", - "range_level": "50", - "attack_level": "50" - }, - { - "spawn_animation": "7478", - "examine": "The essence of a demon slain during the god wars.", - "melee_animation": "7474", - "range_animation": "7512", - "combat_audio": "400,404,403", - "magic_level": "60", - "defence_animation": "7476", - "slayer_exp": "80", - "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" - }, - { - "examine": "A ghost of an ork slain during the god wars.", - "name": "Revenant ork", - "defence_level": "70", - "safespot": null, - "lifepoints": "105", - "strength_level": "70", - "id": "6648", - "magic_level": "70", - "clue_level": "2", - "range_level": "70", - "attack_level": "70" - }, - { - "spawn_animation": "7471", - "examine": "The ghost of a dark beast slain during the god wars.", - "melee_animation": "7467", - "range_animation": "7514", - "defence_animation": "7469", - "slayer_exp": "140", - "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": "true", - "magic_level": "80", - "defence_animation": "7443", - "slayer_exp": "143", - "poison_amount": "8", - "magic_animation": "7508", - "death_animation": "7442", - "name": "Revenant knight", - "defence_level": "80", - "safespot": null, - "lifepoints": "143", - "strength_level": "80", - "id": "6650", - "clue_level": "2", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_level": "34", - "attack_level": "34" - }, - { - "examine": "A ghost of an ork slain during the god wars.", - "name": "Revenant ork", - "defence_level": "70", - "safespot": null, - "lifepoints": "105", - "strength_level": "70", - "id": "6653", - "magic_level": "70", - "clue_level": "2", - "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": "true", - "magic_level": "80", - "defence_animation": "7443", - "slayer_exp": "143", - "poison_amount": "8", - "magic_animation": "7508", - "death_animation": "7442", - "name": "Revenant knight", - "defence_level": "80", - "safespot": null, - "lifepoints": "143", - "strength_level": "80", - "id": "6654", - "clue_level": "2", - "range_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", - "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": "6656", - "clue_level": "1", - "range_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": "6657", - "clue_level": "1", - "range_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": "6658", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "2", - "range_level": "38", - "attack_level": "38" - }, - { - "examine": "A ghost of an ork slain during the god wars.", - "name": "Revenant ork", - "defence_level": "70", - "safespot": null, - "lifepoints": "105", - "strength_level": "70", - "id": "6664", - "magic_level": "70", - "clue_level": "2", - "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": "true", - "magic_level": "80", - "defence_animation": "7443", - "slayer_exp": "143", - "poison_amount": "8", - "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" - }, - { - "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": "6666", - "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": "6667", - "clue_level": "1", - "range_level": "12", - "attack_level": "12" - }, - { - "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": "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", - "clue_level": "1", - "range_level": "34", - "attack_level": "34" - }, - { - "examine": "A ghost of an ork slain during the god wars.", - "name": "Revenant ork", - "defence_level": "70", - "safespot": null, - "lifepoints": "105", - "strength_level": "70", - "id": "6670", - "magic_level": "70", - "clue_level": "2", - "range_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", - "clue_level": "1", - "range_level": "34", - "attack_level": "34" - }, - { - "examine": "A ghost of an ork slain during the god wars.", - "name": "Revenant ork", - "defence_level": "70", - "safespot": null, - "lifepoints": "105", - "strength_level": "70", - "id": "6672", - "magic_level": "70", - "clue_level": "2", - "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": "true", - "magic_level": "80", - "defence_animation": "7443", - "slayer_exp": "143", - "poison_amount": "8", - "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" - }, - { - "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": "6674", - "clue_level": "1", - "range_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": "6675", - "clue_level": "2", - "range_level": "38", - "attack_level": "38" - }, - { - "spawn_animation": "7440", - "examine": "A ghost of a knight slain during the god wars.", - "melee_animation": "7441", - "range_animation": "7522", - "poisonous": "true", - "magic_level": "80", - "defence_animation": "7443", - "slayer_exp": "143", - "poison_amount": "8", - "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.", - "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": "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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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": "6682", - "clue_level": "1", - "range_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": "6683", - "clue_level": "1", - "range_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": "6684", - "clue_level": "1", - "range_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": "6685", - "clue_level": "1", - "range_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": "6686", - "clue_level": "2", - "range_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": "6687", - "clue_level": "2", - "range_level": "43", - "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": "1", - "safespot": null, - "lifepoints": "80", - "strength_level": "50", - "id": "6688", - "clue_level": "2", - "range_level": "50", - "attack_level": "50" - }, - { - "spawn_animation": "7478", - "examine": "The essence of a demon slain during the god wars.", - "melee_animation": "7474", - "range_animation": "7512", - "combat_audio": "400,404,403", - "magic_level": "60", - "defence_animation": "7476", - "slayer_exp": "80", - "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" - }, - { - "examine": "A ghost of an ork slain during the god wars.", - "name": "Revenant ork", - "defence_level": "70", - "safespot": null, - "lifepoints": "105", - "strength_level": "70", - "id": "6690", - "magic_level": "70", - "clue_level": "2", - "range_level": "70", - "attack_level": "70" - }, - { - "spawn_animation": "7471", - "examine": "The ghost of a dark beast slain during the god wars.", - "melee_animation": "7467", - "range_animation": "7514", - "defence_animation": "7469", - "slayer_exp": "140", - "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": "true", - "magic_level": "80", - "defence_animation": "7443", - "slayer_exp": "143", - "poison_amount": "8", - "magic_animation": "7508", - "death_animation": "7442", - "name": "Revenant knight", - "defence_level": "80", - "safespot": null, - "lifepoints": "143", - "strength_level": "80", - "id": "6692", - "clue_level": "2", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_level": "34", - "attack_level": "34" - }, - { - "examine": "A ghost of an ork slain during the god wars.", - "name": "Revenant ork", - "defence_level": "70", - "safespot": null, - "lifepoints": "105", - "strength_level": "70", - "id": "6696", - "magic_level": "70", - "clue_level": "2", - "range_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", - "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": "6698", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "2", - "range_level": "38", - "attack_level": "38" - }, - { - "examine": "A ghost of an ork slain during the god wars.", - "name": "Revenant ork", - "defence_level": "70", - "safespot": null, - "lifepoints": "105", - "strength_level": "70", - "id": "6702", - "magic_level": "70", - "clue_level": "2", - "range_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", - "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": "6704", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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": "6708", - "clue_level": "1", - "range_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": "6709", - "clue_level": "1", - "range_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": "6710", - "clue_level": "1", - "range_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": "6711", - "clue_level": "1", - "range_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": "6712", - "clue_level": "2", - "range_level": "38", - "attack_level": "38" - }, - { - "examine": "A ghost of an ork slain during the god wars.", - "name": "Revenant ork", - "defence_level": "70", - "safespot": null, - "lifepoints": "105", - "strength_level": "70", - "id": "6713", - "magic_level": "70", - "clue_level": "2", - "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": "true", - "magic_level": "80", - "defence_animation": "7443", - "slayer_exp": "143", - "poison_amount": "8", - "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.", - "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": "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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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": "6720", - "clue_level": "1", - "range_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": "6721", - "clue_level": "1", - "range_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": "6722", - "clue_level": "1", - "range_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": "6723", - "clue_level": "1", - "range_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": "6724", - "clue_level": "2", - "range_level": "38", - "attack_level": "38" - }, - { - "examine": "A ghost of an ork slain during the god wars.", - "name": "Revenant ork", - "defence_level": "70", - "safespot": null, - "lifepoints": "105", - "strength_level": "70", - "id": "6725", - "magic_level": "70", - "clue_level": "2", - "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": "true", - "magic_level": "80", - "defence_animation": "7443", - "slayer_exp": "143", - "poison_amount": "8", - "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" - }, - { - "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": "6727", - "clue_level": "1", - "range_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": "6728", - "clue_level": "2", - "range_level": "38", - "attack_level": "38" - }, - { - "examine": "A ghost of an ork slain during the god wars.", - "name": "Revenant ork", - "defence_level": "70", - "safespot": null, - "lifepoints": "105", - "strength_level": "70", - "id": "6729", - "magic_level": "70", - "clue_level": "2", - "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": "true", - "magic_level": "80", - "defence_animation": "7443", - "slayer_exp": "143", - "poison_amount": "8", - "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" - }, { "examine": "Her lack of body heat is unsettling.", "melee_animation": "0", @@ -132379,86 +126336,6 @@ "range_level": "1", "attack_level": "48" }, - { - "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 guard.", "melee_animation": "0", @@ -135082,48 +128959,6 @@ "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": "true", - "defence_animation": "8592", - "poison_amount": "8", - "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": "true", - "defence_animation": "8592", - "poison_amount": "8", - "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.", "slayer_task": "33", @@ -138161,28 +131996,6 @@ "range_level": "1", "attack_level": "1" }, - { - "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" - }, { "examine": "She'll store my items for me.", "melee_animation": "0", @@ -138507,29 +132320,6 @@ "range_level": "1", "attack_level": "150" }, - { - "agg_radius": "64", - "examine": "This is going to hurt...", - "melee_animation": "9277", - "range_animation": "9277", - "attack_speed": "8", - "magic_level": "2400", - "defence_animation": "9278", - "weakness": "10", - "slayer_exp": "0", - "magic_animation": "9277", - "death_animation": "9279", - "name": "TzTok-Jad", - "defence_level": "700", - "safespot": null, - "lifepoints": "250", - "strength_level": "1600", - "id": "2745", - "aggressive": "true", - "bonuses": "0,0,0,60,0,0,0,0,0,0,0,0,0,0,0", - "range_level": "1600", - "attack_level": "700" - }, { "examine": "Mini Menace.", "melee_animation": "9252", @@ -141298,27 +135088,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "Champion of the skeletons.", - "combat_style": "1", - "melee_animation": "5512", - "range_animation": "0", - "combat_audio": "774,775,777", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "2", - "magic_animation": "0", - "death_animation": "5514", - "name": "Skeleton Champion", - "defence_level": "20", - "safespot": null, - "lifepoints": "28", - "strength_level": "10", - "id": "3065", - "aggressive": "true", - "range_level": "20", - "attack_level": "10" - }, { "examine": "Champion of the zombies.", "melee_animation": "5581", @@ -145271,29 +139040,6 @@ "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", @@ -147097,32 +140843,6 @@ "range_level": "1", "attack_level": "40" }, - { - "agg_radius": "64", - "examine": "The biggest, meanest dragon around.", - "slayer_task": "9", - "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", - "bonuses": "0,0,0,0,0,70,90,90,80,70,0,0,0,0,0", - "clue_level": "2", - "range_level": "1", - "attack_level": "240" - }, { "examine": "A dragon covered in frost and ice.", "combat_audio": "408,410,409", @@ -147140,58 +140860,6 @@ "range_level": "80", "attack_level": "102" }, - { - "examine": "A big powerful dragon.", - "slayer_task": "68", - "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": "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" - }, - { - "examine": "A mother dragon.", - "slayer_task": "11", - "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": "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" - }, { "examine": "A wood nymph.", "melee_animation": "0", @@ -147783,7 +141451,7 @@ "range_animation": "5485", "combat_audio": "774,775,777", "attack_speed": "4", - "respawn_delay": "32", + "respawn_delay": "70", "defence_animation": "5489", "weakness": "8", "slayer_exp": "29", @@ -148284,30 +141952,6 @@ "range_level": "1", "attack_level": "65" }, - { - "examine": "A very large foe.", - "slayer_task": "44", - "melee_animation": "4652", - "range_animation": "4652", - "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": "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" - }, { "examine": "A short angry guy.", "slayer_task": "29", @@ -149775,22 +143419,6 @@ "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", @@ -154161,22 +147789,6 @@ "range_level": "1", "attack_level": "30" }, - { - "examine": "It looks like there might be eels swimming in the lava.", - "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": "800", - "range_level": "1", - "attack_level": "1" - }, { "examine": "A holy man.", "melee_animation": "0", @@ -155325,32 +148937,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "Must be related to Elvarg.", - "slayer_task": "41", - "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": "941", - "aggressive": "true", - "bonuses": "0,0,0,0,0,20,40,40,30,20,0,0,0,0,0", - "clue_level": "2", - "range_level": "1", - "attack_level": "68" - }, { "examine": "An expert on all things culinary.", "melee_animation": "0", @@ -157737,55 +151323,6 @@ "range_level": "1", "attack_level": "110" }, - { - "agg_radius": "64", - "examine": "I don't think insect repellent will work...", - "slayer_task": "53", - "melee_animation": "6241", - "range_animation": "6241", - "attack_speed": "4", - "poisonous": "true", - "magic_level": "150", - "respawn_delay": "45", - "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...", - "slayer_task": "53", - "melee_animation": "6235", - "range_animation": "6235", - "attack_speed": "4", - "magic_level": "150", - "respawn_delay": "0", - "defence_animation": "6234", - "weakness": "10", - "magic_animation": "6235", - "death_animation": "6233", - "name": "Kalphite Queen", - "defence_level": "300", - "safespot": null, - "lifepoints": "255", - "strength_level": "300", - "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" - }, { "examine": "I don't think insect repellent will work...", "slayer_task": "53", @@ -165884,22 +159421,6 @@ "respawn_delay": "60", "attack_level": "1" }, - { - "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.", "slayer_task": "38", @@ -170553,29 +164074,6 @@ "range_level": "1", "attack_level": "150" }, - { - "agg_radius": "64", - "examine": "This is going to hurt...", - "melee_animation": "9277", - "range_animation": "9277", - "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", - "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" - }, { "examine": "Mini Menace.", "melee_animation": "9252", @@ -174075,33 +167573,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "pUre A cHaOs of crEatuRe!", - "start_gfx": "556", - "melee_animation": "3146", - "attack_speed": "5", - "respawn_delay": "72", - "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", - "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", @@ -177132,24 +170603,26 @@ }, { "examine": "He guards the dungeon with the faithfulness of the undead.", + "slayer_task": "75", "melee_animation": "5487", "range_animation": "0", "combat_audio": "774,775,777", - "attack_speed": "5", - "respawn_delay": "60", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "70", "defence_animation": "0", "weakness": "8", "magic_animation": "0", "death_animation": "5491", "name": "Skeleton", - "defence_level": "50", + "defence_level": "17", "safespot": null, - "lifepoints": "100", - "strength_level": "50", + "lifepoints": "29", + "strength_level": "18", "id": "3581", "aggressive": "true", "range_level": "1", - "attack_level": "50" + "attack_level": "15" }, { "slayer_exp": "49", @@ -179610,40 +173083,6 @@ "range_level": "1", "attack_level": "36" }, - { - "agg_radius": "64", - "melee_animation": "6241", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "6240", - "death_animation": "6242", - "name": "Kalphite Queen", - "defence_level": "1", - "safespot": null, - "lifepoints": "255", - "strength_level": "1", - "id": "3835", - "aggressive": "true", - "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", @@ -179707,22 +173146,6 @@ "range_level": "65", "attack_level": "65" }, - { - "examine": "What have they done to him?", - "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": "3849", - "range_level": "1", - "attack_level": "1" - }, { "name": "Skeleton Mage", "defence_level": "1", @@ -183874,318 +177297,6 @@ "respawn_delay": "60", "attack_level": "1" }, - { - "examine": "A big powerful dragon.", - "slayer_task": "68", - "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", - "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" - }, - { - "examine": "A big powerful dragon.", - "slayer_task": "68", - "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", - "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" - }, - { - "examine": "A big powerful dragon.", - "slayer_task": "68", - "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", - "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" - }, - { - "examine": "A big powerful dragon.", - "slayer_task": "68", - "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", - "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" - }, - { - "examine": "Must be related to Elvarg.", - "slayer_task": "41", - "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", - "aggressive": "true", - "bonuses": "0,0,0,0,0,20,40,40,30,20,0,0,0,0,0", - "clue_level": "2", - "range_level": "1", - "attack_level": "68" - }, - { - "examine": "Must be related to Elvarg.", - "slayer_task": "41", - "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", - "aggressive": "true", - "bonuses": "0,0,0,0,0,20,40,40,30,20,0,0,0,0,0", - "clue_level": "2", - "range_level": "1", - "attack_level": "68" - }, - { - "examine": "Must be related to Elvarg.", - "slayer_task": "41", - "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", - "aggressive": "true", - "bonuses": "0,0,0,0,0,20,40,40,30,20,0,0,0,0,0", - "clue_level": "2", - "range_level": "1", - "attack_level": "68" - }, - { - "examine": "Must be related to Elvarg.", - "slayer_task": "41", - "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", - "aggressive": "true", - "bonuses": "0,0,0,0,0,20,40,40,30,20,0,0,0,0,0", - "clue_level": "2", - "range_level": "1", - "attack_level": "68" - }, - { - "examine": "A mother dragon.", - "slayer_task": "11", - "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", - "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": "A mother dragon.", - "slayer_task": "11", - "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", - "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": "A mother dragon.", - "slayer_task": "11", - "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", - "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": "A mother dragon.", - "slayer_task": "11", - "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", - "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": "He's got icicles in his beard.", "slayer_task": "47", @@ -184286,126 +177397,6 @@ "range_level": "1", "attack_level": "30" }, - { - "examine": "A very large foe.", - "slayer_task": "44", - "melee_animation": "4652", - "range_animation": "4652", - "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.", - "slayer_task": "44", - "melee_animation": "4652", - "range_animation": "4652", - "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.", - "slayer_task": "44", - "melee_animation": "4652", - "range_animation": "4652", - "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.", - "slayer_task": "44", - "melee_animation": "4652", - "range_animation": "4652", - "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.", - "slayer_task": "44", - "melee_animation": "4652", - "range_animation": "4652", - "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": "Big, red, and incredibly evil.", "slayer_task": "40", @@ -188420,32 +181411,6 @@ "range_level": "1", "attack_level": "65" }, - { - "examine": "A mother dragon.", - "slayer_task": "11", - "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": "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.", "slayer_task": "64", @@ -189604,62 +182569,71 @@ "attack_level": "1" }, { + "examine": "Could do with gaining a few pounds.", + "slayer_task": "75", "combat_audio": "774,775,777", - "attack_speed": "5", - "respawn_delay": "60", + "melee_animation": "5485", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "70", "defence_animation": "5513", + "weakness": "8", "death_animation": "5491", "name": "Skeleton", - "defence_level": "1", + "defence_level": "17", "safespot": null, - "lifepoints": "22", - "strength_level": "1", + "lifepoints": "29", + "strength_level": "18", "id": "5332", "aggressive": "true", "range_level": "1", - "attack_level": "1" + "attack_level": "15" }, { "examine": "Could do with gaining a few pounds.", "slayer_task": "75", "range_animation": "0", "combat_audio": "774,775,777", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", + "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": "11", + "defence_level": "17", "safespot": null, - "lifepoints": "15", - "strength_level": "11", + "lifepoints": "29", + "strength_level": "18", "id": "5333", "aggressive": "true", "range_level": "1", - "attack_level": "11" + "attack_level": "15" }, { "examine": "Could do with gaining a few pounds.", "slayer_task": "75", "range_animation": "0", "combat_audio": "774,775,777", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "0", + "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": "11", + "defence_level": "17", "safespot": null, - "lifepoints": "15", - "strength_level": "11", + "lifepoints": "29", + "strength_level": "18", "id": "5334", "aggressive": "true", "range_level": "1", - "attack_level": "11" + "attack_level": "15" }, { "examine": "Could do with gaining a few pounds.", @@ -189703,19 +182677,22 @@ "melee_animation": "5485", "range_animation": "5485", "combat_audio": "774,775,777", - "attack_speed": "6", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "60", "defence_animation": "5489", "weakness": "8", "magic_animation": "5485", "death_animation": "5491", "name": "Skeleton", - "defence_level": "23", + "defence_level": "24", "safespot": null, "lifepoints": "17", - "strength_level": "12", + "strength_level": "24", "id": "5337", + "aggressive": "true", "range_level": "1", - "attack_level": "12" + "attack_level": "24" }, { "examine": "Could do with gaining a few pounds.", @@ -197029,34 +190006,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "A servant of the god Zamorak. ", - "slayer_task": "40", - "melee_animation": "6945", - "attack_speed": "6", - "poisonous": "true", - "respawn_delay": "120", - "weakness": "9", - "slayer_exp": "350", - "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", - "clue_level": "2", - "range_level": "1", - "attack_level": "340" - }, { "agg_radius": "64", "examine": "Destroyer of 1000 planes!", @@ -197132,32 +190081,6 @@ "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", @@ -197414,32 +190337,6 @@ "projectile": "78", "attack_level": "1" }, - { - "agg_radius": "64", - "examine": "Graceful avatar of Armadyl.", - "melee_animation": "6977", - "range_animation": "6977", - "attack_speed": "3", - "magic_level": "200", - "respawn_delay": "120", - "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", - "range_level": "380", - "attack_level": "300" - }, { "examine": "Graceful, bird-like creature.", "combat_style": "2", @@ -197973,32 +190870,6 @@ "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": "120", - "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", - "range_level": "250", - "attack_level": "280" - }, { "agg_radius": "64", "examine": "The bane of darkness.", @@ -198253,32 +191124,6 @@ "range_level": "1", "attack_level": "50" }, - { - "agg_radius": "64", - "examine": "A huge war chief.", - "melee_animation": "7060", - "range_animation": "7060", - "attack_speed": "6", - "magic_level": "280", - "respawn_delay": "120", - "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", - "range_level": "350", - "attack_level": "280" - }, { "agg_radius": "64", "examine": "A battle-honed goblin. ", @@ -198389,27 +191234,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "Big, ugly, and smelly.", - "melee_animation": "359", - "range_animation": "359", - "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, - "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" - }, { "examine": "Green and aggressive.", "melee_animation": "2936", @@ -201415,2455 +194239,6 @@ "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", - "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": "14", - "strength_level": "12", - "id": "6605", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "2", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "2", - "range_level": "38", - "attack_level": "38" - }, - { - "examine": "A ghost of an ork slain during the god wars.", - "name": "Revenant ork", - "defence_level": "70", - "safespot": null, - "lifepoints": "105", - "strength_level": "70", - "id": "6610", - "magic_level": "70", - "clue_level": "2", - "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": "true", - "magic_level": "80", - "defence_animation": "7443", - "slayer_exp": "143", - "poison_amount": "8", - "magic_animation": "7508", - "death_animation": "7442", - "name": "Revenant knight", - "defence_level": "80", - "safespot": null, - "lifepoints": "143", - "strength_level": "80", - "id": "6611", - "clue_level": "2", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "2", - "range_level": "38", - "attack_level": "38" - }, - { - "examine": "A ghost of an ork slain during the god wars.", - "name": "Revenant ork", - "defence_level": "70", - "safespot": null, - "lifepoints": "105", - "strength_level": "70", - "id": "6615", - "magic_level": "70", - "clue_level": "2", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "2", - "range_level": "38", - "attack_level": "38" - }, - { - "examine": "A ghost of an ork slain during the god wars.", - "name": "Revenant ork", - "defence_level": "70", - "safespot": null, - "lifepoints": "105", - "strength_level": "70", - "id": "6618", - "magic_level": "70", - "clue_level": "2", - "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": "true", - "magic_level": "80", - "defence_animation": "7443", - "slayer_exp": "143", - "poison_amount": "8", - "magic_animation": "7508", - "death_animation": "7442", - "name": "Revenant knight", - "defence_level": "80", - "safespot": null, - "lifepoints": "143", - "strength_level": "80", - "id": "6618", - "clue_level": "2", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "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": "6623", - "clue_level": "1", - "range_level": "34", - "attack_level": "34" - }, - { - "examine": "A ghost of an ork slain during the god wars.", - "name": "Revenant ork", - "defence_level": "70", - "safespot": null, - "lifepoints": "105", - "strength_level": "70", - "id": "6624", - "magic_level": "70", - "clue_level": "2", - "range_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", - "clue_level": "2", - "range_level": "38", - "attack_level": "38" - }, - { - "examine": "A ghost of an ork slain during the god wars.", - "name": "Revenant ork", - "defence_level": "70", - "safespot": null, - "lifepoints": "105", - "strength_level": "70", - "id": "6626", - "magic_level": "70", - "clue_level": "2", - "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": "true", - "magic_level": "80", - "defence_animation": "7443", - "slayer_exp": "143", - "poison_amount": "8", - "magic_animation": "7508", - "death_animation": "7442", - "name": "Revenant knight", - "defence_level": "80", - "safespot": null, - "lifepoints": "143", - "strength_level": "80", - "id": "6627", - "clue_level": "2", - "range_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", - "clue_level": "1", - "range_level": "27", - "attack_level": "27" - }, - { - "examine": "A ghost of an ork slain during the god wars.", - "name": "Revenant ork", - "defence_level": "70", - "safespot": null, - "lifepoints": "105", - "strength_level": "70", - "id": "6629", - "magic_level": "70", - "clue_level": "2", - "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": "true", - "magic_level": "80", - "defence_animation": "7443", - "slayer_exp": "143", - "poison_amount": "8", - "magic_animation": "7508", - "death_animation": "7442", - "name": "Revenant knight", - "defence_level": "80", - "safespot": null, - "lifepoints": "143", - "strength_level": "80", - "id": "6630", - "clue_level": "2", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "2", - "range_level": "38", - "attack_level": "38" - }, - { - "examine": "A ghost of an ork slain during the god wars.", - "name": "Revenant ork", - "defence_level": "70", - "safespot": null, - "lifepoints": "105", - "strength_level": "70", - "id": "6633", - "magic_level": "70", - "clue_level": "2", - "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": "true", - "magic_level": "80", - "defence_animation": "7443", - "slayer_exp": "143", - "poison_amount": "8", - "magic_animation": "7508", - "death_animation": "7442", - "name": "Revenant knight", - "defence_level": "80", - "safespot": null, - "lifepoints": "143", - "strength_level": "80", - "id": "6634", - "clue_level": "2", - "range_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", - "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": "6636", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "2", - "range_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", - "clue_level": "2", - "range_level": "43", - "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": "1", - "safespot": null, - "lifepoints": "80", - "strength_level": "50", - "id": "6646", - "clue_level": "2", - "range_level": "50", - "attack_level": "50" - }, - { - "spawn_animation": "7478", - "examine": "The essence of a demon slain during the god wars.", - "melee_animation": "7474", - "range_animation": "7512", - "combat_audio": "400,404,403", - "magic_level": "60", - "defence_animation": "7476", - "slayer_exp": "80", - "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" - }, - { - "examine": "A ghost of an ork slain during the god wars.", - "name": "Revenant ork", - "defence_level": "70", - "safespot": null, - "lifepoints": "105", - "strength_level": "70", - "id": "6648", - "magic_level": "70", - "clue_level": "2", - "range_level": "70", - "attack_level": "70" - }, - { - "spawn_animation": "7471", - "examine": "The ghost of a dark beast slain during the god wars.", - "melee_animation": "7467", - "range_animation": "7514", - "defence_animation": "7469", - "slayer_exp": "140", - "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": "true", - "magic_level": "80", - "defence_animation": "7443", - "slayer_exp": "143", - "poison_amount": "8", - "magic_animation": "7508", - "death_animation": "7442", - "name": "Revenant knight", - "defence_level": "80", - "safespot": null, - "lifepoints": "143", - "strength_level": "80", - "id": "6650", - "clue_level": "2", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_level": "34", - "attack_level": "34" - }, - { - "examine": "A ghost of an ork slain during the god wars.", - "name": "Revenant ork", - "defence_level": "70", - "safespot": null, - "lifepoints": "105", - "strength_level": "70", - "id": "6653", - "magic_level": "70", - "clue_level": "2", - "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": "true", - "magic_level": "80", - "defence_animation": "7443", - "slayer_exp": "143", - "poison_amount": "8", - "magic_animation": "7508", - "death_animation": "7442", - "name": "Revenant knight", - "defence_level": "80", - "safespot": null, - "lifepoints": "143", - "strength_level": "80", - "id": "6654", - "clue_level": "2", - "range_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", - "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": "6656", - "clue_level": "1", - "range_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": "6657", - "clue_level": "1", - "range_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": "6658", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "2", - "range_level": "38", - "attack_level": "38" - }, - { - "examine": "A ghost of an ork slain during the god wars.", - "name": "Revenant ork", - "defence_level": "70", - "safespot": null, - "lifepoints": "105", - "strength_level": "70", - "id": "6664", - "magic_level": "70", - "clue_level": "2", - "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": "true", - "magic_level": "80", - "defence_animation": "7443", - "slayer_exp": "143", - "poison_amount": "8", - "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" - }, - { - "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": "6666", - "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": "6667", - "clue_level": "1", - "range_level": "12", - "attack_level": "12" - }, - { - "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": "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", - "clue_level": "1", - "range_level": "34", - "attack_level": "34" - }, - { - "examine": "A ghost of an ork slain during the god wars.", - "name": "Revenant ork", - "defence_level": "70", - "safespot": null, - "lifepoints": "105", - "strength_level": "70", - "id": "6670", - "magic_level": "70", - "clue_level": "2", - "range_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", - "clue_level": "1", - "range_level": "34", - "attack_level": "34" - }, - { - "examine": "A ghost of an ork slain during the god wars.", - "name": "Revenant ork", - "defence_level": "70", - "safespot": null, - "lifepoints": "105", - "strength_level": "70", - "id": "6672", - "magic_level": "70", - "clue_level": "2", - "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": "true", - "magic_level": "80", - "defence_animation": "7443", - "slayer_exp": "143", - "poison_amount": "8", - "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" - }, - { - "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": "6674", - "clue_level": "1", - "range_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": "6675", - "clue_level": "2", - "range_level": "38", - "attack_level": "38" - }, - { - "spawn_animation": "7440", - "examine": "A ghost of a knight slain during the god wars.", - "melee_animation": "7441", - "range_animation": "7522", - "poisonous": "true", - "magic_level": "80", - "defence_animation": "7443", - "slayer_exp": "143", - "poison_amount": "8", - "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.", - "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": "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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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": "6682", - "clue_level": "1", - "range_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": "6683", - "clue_level": "1", - "range_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": "6684", - "clue_level": "1", - "range_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": "6685", - "clue_level": "1", - "range_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": "6686", - "clue_level": "2", - "range_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": "6687", - "clue_level": "2", - "range_level": "43", - "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": "1", - "safespot": null, - "lifepoints": "80", - "strength_level": "50", - "id": "6688", - "clue_level": "2", - "range_level": "50", - "attack_level": "50" - }, - { - "spawn_animation": "7478", - "examine": "The essence of a demon slain during the god wars.", - "melee_animation": "7474", - "range_animation": "7512", - "combat_audio": "400,404,403", - "magic_level": "60", - "defence_animation": "7476", - "slayer_exp": "80", - "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" - }, - { - "examine": "A ghost of an ork slain during the god wars.", - "name": "Revenant ork", - "defence_level": "70", - "safespot": null, - "lifepoints": "105", - "strength_level": "70", - "id": "6690", - "magic_level": "70", - "clue_level": "2", - "range_level": "70", - "attack_level": "70" - }, - { - "spawn_animation": "7471", - "examine": "The ghost of a dark beast slain during the god wars.", - "melee_animation": "7467", - "range_animation": "7514", - "defence_animation": "7469", - "slayer_exp": "140", - "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": "true", - "magic_level": "80", - "defence_animation": "7443", - "slayer_exp": "143", - "poison_amount": "8", - "magic_animation": "7508", - "death_animation": "7442", - "name": "Revenant knight", - "defence_level": "80", - "safespot": null, - "lifepoints": "143", - "strength_level": "80", - "id": "6692", - "clue_level": "2", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_level": "34", - "attack_level": "34" - }, - { - "examine": "A ghost of an ork slain during the god wars.", - "name": "Revenant ork", - "defence_level": "70", - "safespot": null, - "lifepoints": "105", - "strength_level": "70", - "id": "6696", - "magic_level": "70", - "clue_level": "2", - "range_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", - "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": "6698", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "2", - "range_level": "38", - "attack_level": "38" - }, - { - "examine": "A ghost of an ork slain during the god wars.", - "name": "Revenant ork", - "defence_level": "70", - "safespot": null, - "lifepoints": "105", - "strength_level": "70", - "id": "6702", - "magic_level": "70", - "clue_level": "2", - "range_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", - "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": "6704", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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": "6708", - "clue_level": "1", - "range_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": "6709", - "clue_level": "1", - "range_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": "6710", - "clue_level": "1", - "range_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": "6711", - "clue_level": "1", - "range_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": "6712", - "clue_level": "2", - "range_level": "38", - "attack_level": "38" - }, - { - "examine": "A ghost of an ork slain during the god wars.", - "name": "Revenant ork", - "defence_level": "70", - "safespot": null, - "lifepoints": "105", - "strength_level": "70", - "id": "6713", - "magic_level": "70", - "clue_level": "2", - "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": "true", - "magic_level": "80", - "defence_animation": "7443", - "slayer_exp": "143", - "poison_amount": "8", - "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.", - "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": "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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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": "6720", - "clue_level": "1", - "range_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": "6721", - "clue_level": "1", - "range_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": "6722", - "clue_level": "1", - "range_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": "6723", - "clue_level": "1", - "range_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": "6724", - "clue_level": "2", - "range_level": "38", - "attack_level": "38" - }, - { - "examine": "A ghost of an ork slain during the god wars.", - "name": "Revenant ork", - "defence_level": "70", - "safespot": null, - "lifepoints": "105", - "strength_level": "70", - "id": "6725", - "magic_level": "70", - "clue_level": "2", - "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": "true", - "magic_level": "80", - "defence_animation": "7443", - "slayer_exp": "143", - "poison_amount": "8", - "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" - }, - { - "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": "6727", - "clue_level": "1", - "range_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": "6728", - "clue_level": "2", - "range_level": "38", - "attack_level": "38" - }, - { - "examine": "A ghost of an ork slain during the god wars.", - "name": "Revenant ork", - "defence_level": "70", - "safespot": null, - "lifepoints": "105", - "strength_level": "70", - "id": "6729", - "magic_level": "70", - "clue_level": "2", - "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": "true", - "magic_level": "80", - "defence_animation": "7443", - "slayer_exp": "143", - "poison_amount": "8", - "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" - }, { "examine": "Her lack of body heat is unsettling.", "melee_animation": "0", @@ -206732,48 +197107,6 @@ "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": "true", - "defence_animation": "8592", - "poison_amount": "8", - "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": "true", - "defence_animation": "8592", - "poison_amount": "8", - "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.", "slayer_task": "33", @@ -210157,29 +200490,6 @@ "range_level": "1", "attack_level": "150" }, - { - "agg_radius": "64", - "examine": "This is going to hurt...", - "melee_animation": "9277", - "range_animation": "9277", - "attack_speed": "8", - "magic_level": "2400", - "defence_animation": "9278", - "weakness": "10", - "slayer_exp": "0", - "magic_animation": "9277", - "death_animation": "9279", - "name": "TzTok-Jad", - "defence_level": "700", - "safespot": null, - "lifepoints": "250", - "strength_level": "1600", - "id": "2745", - "aggressive": "true", - "bonuses": "0,0,0,60,0,0,0,0,0,0,0,0,0,0,0", - "range_level": "1600", - "attack_level": "700" - }, { "examine": "Mini Menace.", "melee_animation": "9252", @@ -216921,29 +207231,6 @@ "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", @@ -218739,32 +209026,6 @@ "range_level": "1", "attack_level": "40" }, - { - "agg_radius": "64", - "examine": "The biggest, meanest dragon around.", - "slayer_task": "9", - "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", - "bonuses": "0,0,0,0,0,70,90,90,80,70,0,0,0,0,0", - "clue_level": "2", - "range_level": "1", - "attack_level": "240" - }, { "examine": "A dragon covered in frost and ice.", "combat_audio": "408,410,409", @@ -218782,58 +209043,6 @@ "range_level": "80", "attack_level": "102" }, - { - "examine": "A big powerful dragon.", - "slayer_task": "68", - "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": "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" - }, - { - "examine": "A mother dragon.", - "slayer_task": "11", - "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": "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" - }, { "examine": "A wood nymph.", "melee_animation": "0", @@ -219418,115 +209627,6 @@ "range_level": "1", "attack_level": "11" }, - { - "examine": "Could do with gaining a few pounds.", - "slayer_task": "75", - "melee_animation": "5485", - "range_animation": "5485", - "combat_audio": "774,775,777", - "attack_speed": "4", - "respawn_delay": "32", - "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.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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": "An undead worker of dark magic.", - "slayer_task": "75", - "combat_style": "2", - "melee_animation": "5487", - "range_animation": "5523", - "combat_audio": "774,775,777", - "attack_speed": "4", - "magic_level": "18", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "3", - "slayer_exp": "17", - "magic_animation": "0", - "death_animation": "5491", - "name": "Skeleton Mage", - "defence_level": "14", - "safespot": null, - "lifepoints": "17", - "strength_level": "14", - "id": "94", - "range_level": "1", - "attack_level": "14" - }, { "examine": "Not man's best friend.", "slayer_task": "92", @@ -219926,30 +210026,6 @@ "range_level": "1", "attack_level": "65" }, - { - "examine": "A very large foe.", - "slayer_task": "44", - "melee_animation": "4652", - "range_animation": "4652", - "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": "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" - }, { "examine": "A short angry guy.", "slayer_task": "29", @@ -221417,22 +211493,6 @@ "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", @@ -223207,29 +213267,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "It rattles when it moves.", - "slayer_task": "75", - "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": "A Wizard of the Magic Guild.", "melee_animation": "0", @@ -225803,22 +215840,6 @@ "range_level": "1", "attack_level": "30" }, - { - "examine": "It looks like there might be eels swimming in the lava.", - "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": "800", - "range_level": "1", - "attack_level": "1" - }, { "examine": "A holy man.", "melee_animation": "0", @@ -226967,32 +216988,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "Must be related to Elvarg.", - "slayer_task": "41", - "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": "941", - "aggressive": "true", - "bonuses": "0,0,0,0,0,20,40,40,30,20,0,0,0,0,0", - "clue_level": "2", - "range_level": "1", - "attack_level": "68" - }, { "examine": "An expert on all things culinary.", "melee_animation": "0", @@ -229379,55 +219374,6 @@ "range_level": "1", "attack_level": "110" }, - { - "agg_radius": "64", - "examine": "I don't think insect repellent will work...", - "slayer_task": "53", - "melee_animation": "6241", - "range_animation": "6241", - "attack_speed": "4", - "poisonous": "true", - "magic_level": "150", - "respawn_delay": "45", - "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...", - "slayer_task": "53", - "melee_animation": "6235", - "range_animation": "6235", - "attack_speed": "4", - "magic_level": "150", - "respawn_delay": "0", - "defence_animation": "6234", - "weakness": "10", - "magic_animation": "6235", - "death_animation": "6233", - "name": "Kalphite Queen", - "defence_level": "300", - "safespot": null, - "lifepoints": "255", - "strength_level": "300", - "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" - }, { "examine": "I don't think insect repellent will work...", "slayer_task": "53", @@ -231939,26 +221885,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "It looks just a bit... underfed.", - "slayer_task": "75", - "melee_animation": "5519", - "range_animation": "5519", - "combat_audio": "774,775,777", - "attack_speed": "6", - "defence_animation": "5520", - "weakness": "8", - "magic_animation": "5519", - "death_animation": "5521", - "name": "Skeleton", - "defence_level": "75", - "safespot": null, - "lifepoints": "112", - "strength_level": "109", - "id": "1471", - "range_level": "1", - "attack_level": "80" - }, { "examine": "A Greater Jungle demon. A magical aura emanates from its hide.", "range_animation": "0", @@ -237275,54 +227201,6 @@ "range_level": "1", "attack_level": "65" }, - { - "examine": "Could do with gaining a few pounds.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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": "Zogre", "defence_level": "1", @@ -237526,22 +227404,6 @@ "respawn_delay": "60", "attack_level": "1" }, - { - "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.", "slayer_task": "38", @@ -241849,28 +231711,6 @@ "range_level": "1", "attack_level": "1" }, - { - "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" - }, { "examine": "She'll store my items for me.", "melee_animation": "0", @@ -242195,29 +232035,6 @@ "range_level": "1", "attack_level": "150" }, - { - "agg_radius": "64", - "examine": "This is going to hurt...", - "melee_animation": "9277", - "range_animation": "9277", - "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", - "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" - }, { "examine": "Mini Menace.", "melee_animation": "9252", @@ -244676,27 +234493,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "Champion of the skeletons.", - "combat_style": "1", - "melee_animation": "5512", - "range_animation": "0", - "combat_audio": "774,775,777", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "2", - "magic_animation": "0", - "death_animation": "5514", - "name": "Skeleton Champion", - "defence_level": "20", - "safespot": null, - "lifepoints": "28", - "strength_level": "10", - "id": "3065", - "aggressive": "true", - "range_level": "20", - "attack_level": "10" - }, { "examine": "Champion of the zombies.", "melee_animation": "5581", @@ -245247,17 +235043,6 @@ "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": "A swarm of bugs.", "slayer_task": "42", @@ -245717,33 +235502,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "pUre A cHaOs of crEatuRe!", - "start_gfx": "556", - "melee_animation": "3146", - "attack_speed": "5", - "respawn_delay": "72", - "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", - "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", @@ -246985,28 +236743,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "Could do with gaining a few pounds.", - "slayer_task": "75", - "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": "She'll store my items for me.", "melee_animation": "0", @@ -248772,27 +238508,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "He guards the dungeon with the faithfulness of the undead.", - "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": "100", - "strength_level": "50", - "id": "3581", - "aggressive": "true", - "range_level": "1", - "attack_level": "50" - }, { "slayer_exp": "49", "name": "Guard dog", @@ -249407,162 +239122,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "Could use a good meal.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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", - "strength_level": "1", - "id": "3705", - "range_level": "1", - "attack_level": "1" - }, { "name": "Ulfric", "defence_level": "1", @@ -251252,40 +240811,6 @@ "range_level": "1", "attack_level": "36" }, - { - "agg_radius": "64", - "melee_animation": "6241", - "attack_speed": "5", - "respawn_delay": "60", - "defence_animation": "6240", - "death_animation": "6242", - "name": "Kalphite Queen", - "defence_level": "1", - "safespot": null, - "lifepoints": "255", - "strength_level": "1", - "id": "3835", - "aggressive": "true", - "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", @@ -251318,17 +240843,6 @@ "range_level": "1", "attack_level": "60" }, - { - "name": "Skeleton Mage", - "defence_level": "1", - "safespot": null, - "lifepoints": "10", - "combat_audio": "774,775,777", - "strength_level": "1", - "id": "3844", - "range_level": "1", - "attack_level": "1" - }, { "examine": "The mother of all sea trolls!", "melee_animation": "3991", @@ -251349,61 +240863,6 @@ "range_level": "65", "attack_level": "65" }, - { - "examine": "What have they done to him?", - "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": "3849", - "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": "3850", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "A skeleton of dark magic.", - "slayer_task": "75", - "start_gfx": "2713", - "combat_style": "2", - "melee_animation": "5523", - "respawn_delay": "15", - "weakness": "4", - "magic_animation": "5523", - "death_animation": "5491", - "lifepoints": "81", - "id": "3851", - "aggressive": "true", - "bonuses": "30,30,45,10,30,30,30,30,30,30,30,30,30,30,40", - "range_animation": "5523", - "combat_audio": "774,775,777", - "magic_level": "85", - "end_gfx": "2723", - "defence_animation": "5489", - "name": "Skeleton Mage", - "defence_level": "80", - "poison_immune": "true", - "safespot": null, - "strength_level": "26", - "range_level": "85", - "projectile": "2718", - "attack_level": "26" - }, { "examine": "One of RuneScape's many citizens.", "melee_animation": "422", @@ -253010,60 +242469,6 @@ "range_level": "1", "attack_level": "60" }, - { - "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": "68", - "strength_level": "1", - "id": "4384", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Could do with gaining a few pounds.", - "slayer_task": "75", - "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", - "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" - }, { "examine": "I don't think insect repellent will work…", "slayer_task": "34", @@ -255522,318 +244927,6 @@ "respawn_delay": "60", "attack_level": "1" }, - { - "examine": "A big powerful dragon.", - "slayer_task": "68", - "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", - "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" - }, - { - "examine": "A big powerful dragon.", - "slayer_task": "68", - "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", - "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" - }, - { - "examine": "A big powerful dragon.", - "slayer_task": "68", - "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", - "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" - }, - { - "examine": "A big powerful dragon.", - "slayer_task": "68", - "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", - "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" - }, - { - "examine": "Must be related to Elvarg.", - "slayer_task": "41", - "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", - "aggressive": "true", - "bonuses": "0,0,0,0,0,20,40,40,30,20,0,0,0,0,0", - "clue_level": "2", - "range_level": "1", - "attack_level": "68" - }, - { - "examine": "Must be related to Elvarg.", - "slayer_task": "41", - "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", - "aggressive": "true", - "bonuses": "0,0,0,0,0,20,40,40,30,20,0,0,0,0,0", - "clue_level": "2", - "range_level": "1", - "attack_level": "68" - }, - { - "examine": "Must be related to Elvarg.", - "slayer_task": "41", - "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", - "aggressive": "true", - "bonuses": "0,0,0,0,0,20,40,40,30,20,0,0,0,0,0", - "clue_level": "2", - "range_level": "1", - "attack_level": "68" - }, - { - "examine": "Must be related to Elvarg.", - "slayer_task": "41", - "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", - "aggressive": "true", - "bonuses": "0,0,0,0,0,20,40,40,30,20,0,0,0,0,0", - "clue_level": "2", - "range_level": "1", - "attack_level": "68" - }, - { - "examine": "A mother dragon.", - "slayer_task": "11", - "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", - "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": "A mother dragon.", - "slayer_task": "11", - "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", - "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": "A mother dragon.", - "slayer_task": "11", - "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", - "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": "A mother dragon.", - "slayer_task": "11", - "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", - "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": "He's got icicles in his beard.", "slayer_task": "47", @@ -255934,126 +245027,6 @@ "range_level": "1", "attack_level": "30" }, - { - "examine": "A very large foe.", - "slayer_task": "44", - "melee_animation": "4652", - "range_animation": "4652", - "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.", - "slayer_task": "44", - "melee_animation": "4652", - "range_animation": "4652", - "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.", - "slayer_task": "44", - "melee_animation": "4652", - "range_animation": "4652", - "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.", - "slayer_task": "44", - "melee_animation": "4652", - "range_animation": "4652", - "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.", - "slayer_task": "44", - "melee_animation": "4652", - "range_animation": "4652", - "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": "Big, red, and incredibly evil.", "slayer_task": "40", @@ -260068,32 +249041,6 @@ "range_level": "1", "attack_level": "65" }, - { - "examine": "A mother dragon.", - "slayer_task": "11", - "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": "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.", "slayer_task": "64", @@ -261251,202 +250198,6 @@ "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": "22", - "strength_level": "1", - "id": "5332", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, - { - "examine": "Could do with gaining a few pounds.", - "slayer_task": "75", - "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": "11", - "safespot": null, - "lifepoints": "15", - "strength_level": "11", - "id": "5333", - "aggressive": "true", - "range_level": "1", - "attack_level": "11" - }, - { - "examine": "Could do with gaining a few pounds.", - "slayer_task": "75", - "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": "11", - "safespot": null, - "lifepoints": "15", - "strength_level": "11", - "id": "5334", - "aggressive": "true", - "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": "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.", - "slayer_task": "75", - "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": "5337", - "range_level": "1", - "attack_level": "12" - }, - { - "examine": "Could do with gaining a few pounds.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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": "A minion of Rashiliyia.", "slayer_task": "75", @@ -261675,76 +250426,6 @@ "range_level": "167", "attack_level": "70" }, - { - "examine": "Could do with gaining a few pounds.", - "slayer_task": "75", - "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" - }, - { - "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": "60", - "strength_level": "1", - "id": "5366", - "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": "85", - "strength_level": "1", - "id": "5367", - "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": "85", - "strength_level": "1", - "id": "5368", - "aggressive": "true", - "range_level": "1", - "attack_level": "1" - }, { "examine": "Examine not added", "melee_animation": "5568", @@ -261871,28 +250552,6 @@ "range_level": "1", "attack_level": "47" }, - { - "examine": "Could do with gaining a few pounds.", - "slayer_task": "75", - "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": "Animated steel armour.", "melee_animation": "386", @@ -261932,182 +250591,6 @@ "projectile": "2718", "attack_level": "95" }, - { - "examine": "A skeleton in a dress!", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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?", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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!", - "slayer_task": "75", - "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" - }, { "melee_animation": "5568", "combat_audio": "931,923,922", @@ -262334,50 +250817,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "An angry skeleton.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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": "How does it move of its own accord?", "melee_animation": "5591", @@ -262488,28 +250927,6 @@ "range_level": "1", "attack_level": "57" }, - { - "examine": "Could do with gaining a few pounds.", - "slayer_task": "75", - "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": "What restful music!", "melee_animation": "0", @@ -267901,60 +256318,6 @@ "range_level": "1", "attack_level": "2" }, - { - "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" - }, - { - "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.", - "slayer_task": "75", - "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" - }, { "melee_animation": "5571", "combat_audio": "931,923,922", @@ -268007,111 +256370,6 @@ "range_level": "1", "attack_level": "60" }, - { - "examine": "An opponent from the grave. He seems unimpressed by your bone rummaging.", - "slayer_task": "75", - "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", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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.", - "slayer_task": "75", - "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", - "slayer_task": "75", - "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" - }, { "examine": "Probably not a chicken.", "slayer_task": "7", @@ -268919,34 +257177,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "A servant of the god Zamorak. ", - "slayer_task": "40", - "melee_animation": "6945", - "attack_speed": "6", - "poisonous": "true", - "respawn_delay": "120", - "weakness": "9", - "slayer_exp": "350", - "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", - "clue_level": "2", - "range_level": "1", - "attack_level": "340" - }, { "agg_radius": "64", "examine": "Destroyer of 1000 planes!", @@ -269022,32 +257252,6 @@ "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", @@ -269304,32 +257508,6 @@ "projectile": "78", "attack_level": "1" }, - { - "agg_radius": "64", - "examine": "Graceful avatar of Armadyl.", - "melee_animation": "6977", - "range_animation": "6977", - "attack_speed": "3", - "magic_level": "200", - "respawn_delay": "120", - "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", - "range_level": "380", - "attack_level": "300" - }, { "examine": "Graceful, bird-like creature.", "combat_style": "2", @@ -269863,32 +258041,6 @@ "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": "120", - "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", - "range_level": "250", - "attack_level": "280" - }, { "agg_radius": "64", "examine": "The bane of darkness.", @@ -270143,32 +258295,6 @@ "range_level": "1", "attack_level": "50" }, - { - "agg_radius": "64", - "examine": "A huge war chief.", - "melee_animation": "7060", - "range_animation": "7060", - "attack_speed": "6", - "magic_level": "280", - "respawn_delay": "120", - "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", - "range_level": "350", - "attack_level": "280" - }, { "agg_radius": "64", "examine": "A battle-honed goblin. ", @@ -270279,27 +258405,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "Big, ugly, and smelly.", - "melee_animation": "359", - "range_animation": "359", - "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, - "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" - }, { "examine": "Green and aggressive.", "melee_animation": "2936", @@ -273305,2455 +261410,6 @@ "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", - "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": "14", - "strength_level": "12", - "id": "6605", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "2", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "2", - "range_level": "38", - "attack_level": "38" - }, - { - "examine": "A ghost of an ork slain during the god wars.", - "name": "Revenant ork", - "defence_level": "70", - "safespot": null, - "lifepoints": "105", - "strength_level": "70", - "id": "6610", - "magic_level": "70", - "clue_level": "2", - "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": "true", - "magic_level": "80", - "defence_animation": "7443", - "slayer_exp": "143", - "poison_amount": "8", - "magic_animation": "7508", - "death_animation": "7442", - "name": "Revenant knight", - "defence_level": "80", - "safespot": null, - "lifepoints": "143", - "strength_level": "80", - "id": "6611", - "clue_level": "2", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "2", - "range_level": "38", - "attack_level": "38" - }, - { - "examine": "A ghost of an ork slain during the god wars.", - "name": "Revenant ork", - "defence_level": "70", - "safespot": null, - "lifepoints": "105", - "strength_level": "70", - "id": "6615", - "magic_level": "70", - "clue_level": "2", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "2", - "range_level": "38", - "attack_level": "38" - }, - { - "examine": "A ghost of an ork slain during the god wars.", - "name": "Revenant ork", - "defence_level": "70", - "safespot": null, - "lifepoints": "105", - "strength_level": "70", - "id": "6618", - "magic_level": "70", - "clue_level": "2", - "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": "true", - "magic_level": "80", - "defence_animation": "7443", - "slayer_exp": "143", - "poison_amount": "8", - "magic_animation": "7508", - "death_animation": "7442", - "name": "Revenant knight", - "defence_level": "80", - "safespot": null, - "lifepoints": "143", - "strength_level": "80", - "id": "6619", - "clue_level": "2", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "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": "6623", - "clue_level": "1", - "range_level": "34", - "attack_level": "34" - }, - { - "examine": "A ghost of an ork slain during the god wars.", - "name": "Revenant ork", - "defence_level": "70", - "safespot": null, - "lifepoints": "105", - "strength_level": "70", - "id": "6624", - "magic_level": "70", - "clue_level": "2", - "range_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", - "clue_level": "2", - "range_level": "38", - "attack_level": "38" - }, - { - "examine": "A ghost of an ork slain during the god wars.", - "name": "Revenant ork", - "defence_level": "70", - "safespot": null, - "lifepoints": "105", - "strength_level": "70", - "id": "6626", - "magic_level": "70", - "clue_level": "2", - "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": "true", - "magic_level": "80", - "defence_animation": "7443", - "slayer_exp": "143", - "poison_amount": "8", - "magic_animation": "7508", - "death_animation": "7442", - "name": "Revenant knight", - "defence_level": "80", - "safespot": null, - "lifepoints": "143", - "strength_level": "80", - "id": "6627", - "clue_level": "2", - "range_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", - "clue_level": "1", - "range_level": "27", - "attack_level": "27" - }, - { - "examine": "A ghost of an ork slain during the god wars.", - "name": "Revenant ork", - "defence_level": "70", - "safespot": null, - "lifepoints": "105", - "strength_level": "70", - "id": "6629", - "magic_level": "70", - "clue_level": "2", - "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": "true", - "magic_level": "80", - "defence_animation": "7443", - "slayer_exp": "143", - "poison_amount": "8", - "magic_animation": "7508", - "death_animation": "7442", - "name": "Revenant knight", - "defence_level": "80", - "safespot": null, - "lifepoints": "143", - "strength_level": "80", - "id": "6630", - "clue_level": "2", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "2", - "range_level": "38", - "attack_level": "38" - }, - { - "examine": "A ghost of an ork slain during the god wars.", - "name": "Revenant ork", - "defence_level": "70", - "safespot": null, - "lifepoints": "105", - "strength_level": "70", - "id": "6633", - "magic_level": "70", - "clue_level": "2", - "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": "true", - "magic_level": "80", - "defence_animation": "7443", - "slayer_exp": "143", - "poison_amount": "8", - "magic_animation": "7508", - "death_animation": "7442", - "name": "Revenant knight", - "defence_level": "80", - "safespot": null, - "lifepoints": "143", - "strength_level": "80", - "id": "6634", - "clue_level": "2", - "range_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", - "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": "6636", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "2", - "range_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", - "clue_level": "2", - "range_level": "43", - "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": "1", - "safespot": null, - "lifepoints": "80", - "strength_level": "50", - "id": "6646", - "clue_level": "2", - "range_level": "50", - "attack_level": "50" - }, - { - "spawn_animation": "7478", - "examine": "The essence of a demon slain during the god wars.", - "melee_animation": "7474", - "range_animation": "7512", - "combat_audio": "400,404,403", - "magic_level": "60", - "defence_animation": "7476", - "slayer_exp": "80", - "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" - }, - { - "examine": "A ghost of an ork slain during the god wars.", - "name": "Revenant ork", - "defence_level": "70", - "safespot": null, - "lifepoints": "105", - "strength_level": "70", - "id": "6648", - "magic_level": "70", - "clue_level": "2", - "range_level": "70", - "attack_level": "70" - }, - { - "spawn_animation": "7471", - "examine": "The ghost of a dark beast slain during the god wars.", - "melee_animation": "7467", - "range_animation": "7514", - "defence_animation": "7469", - "slayer_exp": "140", - "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": "true", - "magic_level": "80", - "defence_animation": "7443", - "slayer_exp": "143", - "poison_amount": "8", - "magic_animation": "7508", - "death_animation": "7442", - "name": "Revenant knight", - "defence_level": "80", - "safespot": null, - "lifepoints": "143", - "strength_level": "80", - "id": "6650", - "clue_level": "2", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_level": "34", - "attack_level": "34" - }, - { - "examine": "A ghost of an ork slain during the god wars.", - "name": "Revenant ork", - "defence_level": "70", - "safespot": null, - "lifepoints": "105", - "strength_level": "70", - "id": "6653", - "magic_level": "70", - "clue_level": "2", - "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": "true", - "magic_level": "80", - "defence_animation": "7443", - "slayer_exp": "143", - "poison_amount": "8", - "magic_animation": "7508", - "death_animation": "7442", - "name": "Revenant knight", - "defence_level": "80", - "safespot": null, - "lifepoints": "143", - "strength_level": "80", - "id": "6654", - "clue_level": "2", - "range_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", - "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": "6656", - "clue_level": "1", - "range_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": "6657", - "clue_level": "1", - "range_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": "6658", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "2", - "range_level": "38", - "attack_level": "38" - }, - { - "examine": "A ghost of an ork slain during the god wars.", - "name": "Revenant ork", - "defence_level": "70", - "safespot": null, - "lifepoints": "105", - "strength_level": "70", - "id": "6664", - "magic_level": "70", - "clue_level": "2", - "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": "true", - "magic_level": "80", - "defence_animation": "7443", - "slayer_exp": "143", - "poison_amount": "8", - "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" - }, - { - "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": "6666", - "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": "6667", - "clue_level": "1", - "range_level": "12", - "attack_level": "12" - }, - { - "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": "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", - "clue_level": "1", - "range_level": "34", - "attack_level": "34" - }, - { - "examine": "A ghost of an ork slain during the god wars.", - "name": "Revenant ork", - "defence_level": "70", - "safespot": null, - "lifepoints": "105", - "strength_level": "70", - "id": "6670", - "magic_level": "70", - "clue_level": "2", - "range_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", - "clue_level": "1", - "range_level": "34", - "attack_level": "34" - }, - { - "examine": "A ghost of an ork slain during the god wars.", - "name": "Revenant ork", - "defence_level": "70", - "safespot": null, - "lifepoints": "105", - "strength_level": "70", - "id": "6672", - "magic_level": "70", - "clue_level": "2", - "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": "true", - "magic_level": "80", - "defence_animation": "7443", - "slayer_exp": "143", - "poison_amount": "8", - "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" - }, - { - "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": "6674", - "clue_level": "1", - "range_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": "6675", - "clue_level": "2", - "range_level": "38", - "attack_level": "38" - }, - { - "spawn_animation": "7440", - "examine": "A ghost of a knight slain during the god wars.", - "melee_animation": "7441", - "range_animation": "7522", - "poisonous": "true", - "magic_level": "80", - "defence_animation": "7443", - "slayer_exp": "143", - "poison_amount": "8", - "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.", - "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": "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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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": "6682", - "clue_level": "1", - "range_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": "6683", - "clue_level": "1", - "range_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": "6684", - "clue_level": "1", - "range_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": "6685", - "clue_level": "1", - "range_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": "6686", - "clue_level": "2", - "range_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": "6687", - "clue_level": "2", - "range_level": "43", - "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": "1", - "safespot": null, - "lifepoints": "80", - "strength_level": "50", - "id": "6688", - "clue_level": "2", - "range_level": "50", - "attack_level": "50" - }, - { - "spawn_animation": "7478", - "examine": "The essence of a demon slain during the god wars.", - "melee_animation": "7474", - "range_animation": "7512", - "combat_audio": "400,404,403", - "magic_level": "60", - "defence_animation": "7476", - "slayer_exp": "80", - "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" - }, - { - "examine": "A ghost of an ork slain during the god wars.", - "name": "Revenant ork", - "defence_level": "70", - "safespot": null, - "lifepoints": "105", - "strength_level": "70", - "id": "6690", - "magic_level": "70", - "clue_level": "2", - "range_level": "70", - "attack_level": "70" - }, - { - "spawn_animation": "7471", - "examine": "The ghost of a dark beast slain during the god wars.", - "melee_animation": "7467", - "range_animation": "7514", - "defence_animation": "7469", - "slayer_exp": "140", - "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": "true", - "magic_level": "80", - "defence_animation": "7443", - "slayer_exp": "143", - "poison_amount": "8", - "magic_animation": "7508", - "death_animation": "7442", - "name": "Revenant knight", - "defence_level": "80", - "safespot": null, - "lifepoints": "143", - "strength_level": "80", - "id": "6692", - "clue_level": "2", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_level": "34", - "attack_level": "34" - }, - { - "examine": "A ghost of an ork slain during the god wars.", - "name": "Revenant ork", - "defence_level": "70", - "safespot": null, - "lifepoints": "105", - "strength_level": "70", - "id": "6696", - "magic_level": "70", - "clue_level": "2", - "range_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", - "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": "6698", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "2", - "range_level": "38", - "attack_level": "38" - }, - { - "examine": "A ghost of an ork slain during the god wars.", - "name": "Revenant ork", - "defence_level": "70", - "safespot": null, - "lifepoints": "105", - "strength_level": "70", - "id": "6702", - "magic_level": "70", - "clue_level": "2", - "range_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", - "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": "6704", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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": "6708", - "clue_level": "1", - "range_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": "6709", - "clue_level": "1", - "range_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": "6710", - "clue_level": "1", - "range_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": "6711", - "clue_level": "1", - "range_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": "6712", - "clue_level": "2", - "range_level": "38", - "attack_level": "38" - }, - { - "examine": "A ghost of an ork slain during the god wars.", - "name": "Revenant ork", - "defence_level": "70", - "safespot": null, - "lifepoints": "105", - "strength_level": "70", - "id": "6713", - "magic_level": "70", - "clue_level": "2", - "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": "true", - "magic_level": "80", - "defence_animation": "7443", - "slayer_exp": "143", - "poison_amount": "8", - "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.", - "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": "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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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", - "clue_level": "1", - "range_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": "6720", - "clue_level": "1", - "range_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": "6721", - "clue_level": "1", - "range_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": "6722", - "clue_level": "1", - "range_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": "6723", - "clue_level": "1", - "range_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": "6724", - "clue_level": "2", - "range_level": "38", - "attack_level": "38" - }, - { - "examine": "A ghost of an ork slain during the god wars.", - "name": "Revenant ork", - "defence_level": "70", - "safespot": null, - "lifepoints": "105", - "strength_level": "70", - "id": "6725", - "magic_level": "70", - "clue_level": "2", - "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": "true", - "magic_level": "80", - "defence_animation": "7443", - "slayer_exp": "143", - "poison_amount": "8", - "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" - }, - { - "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": "6727", - "clue_level": "1", - "range_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": "6728", - "clue_level": "2", - "range_level": "38", - "attack_level": "38" - }, - { - "examine": "A ghost of an ork slain during the god wars.", - "name": "Revenant ork", - "defence_level": "70", - "safespot": null, - "lifepoints": "105", - "strength_level": "70", - "id": "6729", - "magic_level": "70", - "clue_level": "2", - "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": "true", - "magic_level": "80", - "defence_animation": "7443", - "slayer_exp": "143", - "poison_amount": "8", - "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" - }, { "examine": "Her lack of body heat is unsettling.", "melee_animation": "0", @@ -275919,86 +261575,6 @@ "range_level": "1", "attack_level": "48" }, - { - "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 guard.", "melee_animation": "0", @@ -278622,48 +264198,6 @@ "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": "true", - "defence_animation": "8592", - "poison_amount": "8", - "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": "true", - "defence_animation": "8592", - "poison_amount": "8", - "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.", "slayer_task": "33", @@ -281701,28 +267235,6 @@ "range_level": "1", "attack_level": "1" }, - { - "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" - }, { "examine": "She'll store my items for me.", "melee_animation": "0", @@ -282047,29 +267559,6 @@ "range_level": "1", "attack_level": "150" }, - { - "agg_radius": "64", - "examine": "This is going to hurt...", - "melee_animation": "9277", - "range_animation": "9277", - "attack_speed": "8", - "magic_level": "2400", - "defence_animation": "9278", - "weakness": "10", - "slayer_exp": "0", - "magic_animation": "9277", - "death_animation": "9279", - "name": "TzTok-Jad", - "defence_level": "700", - "safespot": null, - "lifepoints": "250", - "strength_level": "1600", - "id": "2745", - "aggressive": "true", - "bonuses": "0,0,0,60,0,0,0,0,0,0,0,0,0,0,0", - "range_level": "1600", - "attack_level": "700" - }, { "examine": "Mini Menace.", "melee_animation": "9252", @@ -284838,27 +270327,6 @@ "range_level": "1", "attack_level": "1" }, - { - "examine": "Champion of the skeletons.", - "combat_style": "1", - "melee_animation": "5512", - "range_animation": "0", - "combat_audio": "774,775,777", - "respawn_delay": "60", - "defence_animation": "0", - "weakness": "2", - "magic_animation": "0", - "death_animation": "5514", - "name": "Skeleton Champion", - "defence_level": "20", - "safespot": null, - "lifepoints": "28", - "strength_level": "10", - "id": "3065", - "aggressive": "true", - "range_level": "20", - "attack_level": "10" - }, { "examine": "Champion of the zombies.", "melee_animation": "5581", @@ -288811,29 +274279,6 @@ "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", @@ -290041,5 +275486,15 @@ "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" } ] \ No newline at end of file diff --git a/Server/data/configs/npc_spawns.json b/Server/data/configs/npc_spawns.json index c74410fb7..a46688cde 100644 --- a/Server/data/configs/npc_spawns.json +++ b/Server/data/configs/npc_spawns.json @@ -237,7 +237,7 @@ }, { "npc_id": "78", - "loc_data": "{2911,9836,0,1,3}-{2904,9831,0,1,5}-{2914,9827,0,1,4}-{2927,9830,0,1,5}-{3069,3901,0,1,4}-{3079,3955,0,1,3}-{3076,3953,0,1,0}-{3079,3952,0,1,1}-{3072,3952,0,1,0}-{3075,3948,0,1,2}-{3072,3956,0,1,1}-{3085,3951,0,1,6}-{2862,9569,0,1,4}-{2857,9571,0,1,7}-{2837,9561,0,1,1}-{3787,9459,0,1,1}-{3725,9369,0,1,1}-{3737,9390,0,1,4}-{3738,9399,0,1,0}-{3740,9407,0,1,1}-{3755,9424,0,1,0}-{3803,9447,0,1,4}-{3765,9407,0,1,1}-{3762,9395,0,1,3}-{3760,9440,0,1,4}-{3737,9425,0,1,7}-{3720,9430,0,1,4}-{3736,9451,0,1,3}-{3728,9463,0,1,2}-{3740,9462,0,1,4}-{3770,9463,0,1,1}-{3778,9438,0,1,1}-{3786,9422,0,1,4}-{3800,9419,0,1,3}-{3797,9427,0,1,4}-{3820,9432,0,1,5}-{3825,9414,0,1,3}-{3833,9415,0,1,0}-{3752,9450,0,1,6}-{3825,9449,0,1,3}-{3827,9459,0,1,1}-{3818,9466,0,1,4}-{3799,9460,0,1,1}-{3794,9451,0,1,1}-{3762,9432,0,1,1}-{3725,9390,0,1,3}-{2672,9805,0,1,3}-{2663,9804,0,1,4}-{2658,9809,0,1,5}-{3753,9387,0,1,0}-{3728,9382,0,1,3}-{3733,9421,0,1,7}-{2568,9528,0,1,5}-{2573,9530,0,1,3}-{2575,9525,0,1,6}-{2571,9528,0,1,7}-{2608,9818,0,1,7}-{2609,9825,0,1,5}-{2607,9830,0,1,1}-{2605,9837,0,1,1}-{2607,9833,0,1,6}-{3729,9360,0,1,6}-{2759,3402,0,1,2}-{2756,3400,0,1,0}-{2543,9564,0,1,1}-{2543,9562,0,1,1}-{2542,9557,0,1,1}-{2542,9569,0,1,4}-{2540,9566,0,1,0}-{2549,9568,0,1,6}-{2538,9568,0,1,3}" + "loc_data": "{2905,9832,0,1,0}-{2907,9831,0,1,0}-{2913,9828,0,1,0}-{2921,9826,0,1,0}-{2924,9831,0,1,0}-{2921,9834,0,1,0}-{2918,9831,0,1,0}-{2908,9838,0,1,0}-{2913,9841,0,1,0}-{3069,3901,0,1,4}-{3079,3955,0,1,3}-{3076,3953,0,1,0}-{3079,3952,0,1,1}-{3072,3952,0,1,0}-{3075,3948,0,1,2}-{3072,3956,0,1,1}-{3085,3951,0,1,6}-{2862,9569,0,1,4}-{2857,9571,0,1,7}-{2837,9561,0,1,1}-{3787,9459,0,1,1}-{3725,9369,0,1,1}-{3737,9390,0,1,4}-{3738,9399,0,1,0}-{3740,9407,0,1,1}-{3755,9424,0,1,0}-{3803,9447,0,1,4}-{3765,9407,0,1,1}-{3762,9395,0,1,3}-{3760,9440,0,1,4}-{3737,9425,0,1,7}-{3720,9430,0,1,4}-{3736,9451,0,1,3}-{3728,9463,0,1,2}-{3740,9462,0,1,4}-{3770,9463,0,1,1}-{3778,9438,0,1,1}-{3786,9422,0,1,4}-{3800,9419,0,1,3}-{3797,9427,0,1,4}-{3820,9432,0,1,5}-{3825,9414,0,1,3}-{3833,9415,0,1,0}-{3752,9450,0,1,6}-{3825,9449,0,1,3}-{3827,9459,0,1,1}-{3818,9466,0,1,4}-{3799,9460,0,1,1}-{3794,9451,0,1,1}-{3762,9432,0,1,1}-{3725,9390,0,1,3}-{2672,9805,0,1,3}-{2663,9804,0,1,4}-{2658,9809,0,1,5}-{3753,9387,0,1,0}-{3728,9382,0,1,3}-{3733,9421,0,1,7}-{2568,9528,0,1,5}-{2573,9530,0,1,3}-{2575,9525,0,1,6}-{2571,9528,0,1,7}-{2608,9818,0,1,7}-{2609,9825,0,1,5}-{2607,9830,0,1,1}-{2605,9837,0,1,1}-{2607,9833,0,1,6}-{3729,9360,0,1,6}-{2759,3402,0,1,2}-{2756,3400,0,1,0}-{2543,9564,0,1,1}-{2543,9562,0,1,1}-{2542,9557,0,1,1}-{2542,9569,0,1,4}-{2540,9566,0,1,0}-{2549,9568,0,1,6}-{2538,9568,0,1,3}" }, { "npc_id": "80", @@ -277,7 +277,7 @@ }, { "npc_id": "90", - "loc_data": "{2925,3254,2,1,3}-{2882,9815,0,1,3}-{2883,9822,0,1,6}-{2883,9827,0,1,6}-{2890,9847,0,1,1}-{2896,9849,0,1,5}-{2900,9848,0,1,3}-{2907,9849,0,1,5}-{3116,3534,0,1,4}-{3110,3367,0,1,3}-{3110,9909,0,1,4}-{3121,9910,0,1,4}-{3133,9909,0,1,5}-{3133,9904,0,1,6}-{3129,9916,0,1,3}-{3133,9916,0,1,0}-{3141,9875,0,1,6}-{3208,9905,0,1,4}-{2852,9577,0,1,1}-{2865,9567,0,1,3}-{2924,3252,2,1,3}-{2926,3255,2,1,4}-{2932,3255,2,1,3}-{2931,3251,2,1,4}-{3194,5448,0,1,3}-{3183,5447,0,1,3}-{3177,5457,0,1,4}-{3187,5456,0,1,1}-{3003,3593,0,1,5}-{3007,3596,0,1,4}-{3025,3595,0,1,4}-{3022,3594,0,1,0}" + "loc_data": "{2885,9812,0,1,0}-{2883,9836,0,1,0}-{2925,3254,2,0,3}-{3116,3534,0,0,4}-{3110,3367,0,0,3}-{3110,9909,0,1,4}-{3121,9910,0,1,4}-{3133,9909,0,1,5}-{3133,9904,0,1,6}-{3129,9916,0,1,3}-{3133,9916,0,1,0}-{3141,9875,0,1,6}-{3208,9905,0,1,4}-{2852,9577,0,1,1}-{2865,9567,0,1,3}-{2924,3252,2,1,3}-{2926,3255,2,1,4}-{2932,3255,2,1,3}-{2931,3251,2,1,4}-{3194,5448,0,1,3}-{3183,5447,0,1,3}-{3177,5457,0,1,4}-{3187,5456,0,1,1}-{3003,3593,0,1,5}-{3007,3596,0,1,4}-{3025,3595,0,1,4}-{3022,3594,0,1,0}" }, { "npc_id": "91", @@ -329,11 +329,11 @@ }, { "npc_id": "103", - "loc_data": "{2501,3289,0,1,1}-{2928,3251,1,1,3}-{3277,3659,0,1,1}-{3280,3658,0,1,1}-{3277,3661,0,1,3}-{3276,3657,0,1,3}-{3241,9907,0,1,4}-{3243,9914,0,1,1}-{3242,9913,0,1,6}-{3242,9916,0,1,5}-{3239,9914,0,1,1}-{2928,3244,1,1,4}-{2924,3253,1,1,3}-{2927,3252,1,1,4}-{2927,3254,1,1,3}-{2713,4892,0,1,3}-{2711,4899,0,1,3}-{2732,4901,0,1,3}-{2729,4893,0,1,3}-{2713,4907,0,1,3}" + "loc_data": "{2888,9850,0,1,0}-{2901,9848,0,1,0}-{2909,9848,0,1,0}-{2919,9848,0,1,0}-{2937,9837,0,1,0}-{2906,9818,0,1,0}-{2920,9818,0,1,0}-{2501,3289,0,1,1}-{2928,3251,1,1,3}-{3277,3659,0,1,1}-{3280,3658,0,1,1}-{3277,3661,0,1,3}-{3276,3657,0,1,3}-{3241,9907,0,1,4}-{3243,9914,0,1,1}-{3242,9913,0,1,6}-{3242,9916,0,1,5}-{3239,9914,0,1,1}-{2928,3244,1,1,4}-{2924,3253,1,1,3}-{2927,3252,1,1,4}-{2927,3254,1,1,3}-{2713,4892,0,1,3}-{2711,4899,0,1,3}-{2732,4901,0,1,3}-{2729,4893,0,1,3}-{2713,4907,0,1,3}" }, { "npc_id": "104", - "loc_data": "{3093,3357,1,1,6}" + "loc_data": "{2894,9849,0,1,0}-{2905,9851,0,1,0}-{2915,9852,0,1,0}-{2934,9837,0,1,0}-{2935,9828,0,1,0}-{2912,9820,0,1,0}-{2900,9819,0,1,0}-{3093,3357,1,1,6}" }, { "npc_id": "105", @@ -381,7 +381,7 @@ }, { "npc_id": "117", - "loc_data": "{2907,9737,0,1,5}-{2913,9733,0,1,2}-{2904,9728,0,1,6}-{2902,9736,0,1,3}-{2908,9732,0,1,4}-{2909,9726,0,1,1}-{3118,9845,0,1,4}-{3111,9844,0,1,6}-{3123,9845,0,1,3}-{3114,9833,0,1,3}-{3110,9841,0,1,1}-{3119,9839,0,1,1}-{3097,9832,0,1,0}-{3101,9832,0,1,1}-{3107,9829,0,1,3}-{3115,9831,0,1,4}-{3109,9835,0,1,4}-{3044,10321,0,1,2}-{3044,10316,0,1,4}-{3045,10308,0,1,4}-{3048,10317,0,1,2}-{2548,3146,0,1,1}-{2542,3145,0,1,4}-{2503,3150,0,1,4}" + "loc_data": "{2904,9734,0,1,0}-{3118,9845,0,1,4}-{3111,9844,0,1,6}-{3123,9845,0,1,3}-{3114,9833,0,1,3}-{3110,9841,0,1,1}-{3119,9839,0,1,1}-{3097,9832,0,1,0}-{3101,9832,0,1,1}-{3107,9829,0,1,3}-{3115,9831,0,1,4}-{3109,9835,0,1,4}-{3044,10321,0,1,2}-{3044,10316,0,1,4}-{3045,10308,0,1,4}-{3048,10317,0,1,2}-{2548,3146,0,1,1}-{2542,3145,0,1,4}-{2503,3150,0,1,4}" }, { "npc_id": "118", @@ -1245,7 +1245,7 @@ }, { "npc_id": "491", - "loc_data": "{2919,9849,0,1,4}-{2915,9845,0,1,3}-{2922,9833,0,1,6}" + "loc_data": "" }, { "npc_id": "494", @@ -6787,10 +6787,18 @@ "npc_id": "4688", "loc_data": "{2700,3212,0,1,6}" }, + { + "npc_id": "4689", + "loc_data": "{2902,9736,0,1,0}" + }, { "npc_id": "4690", - "loc_data": "{3256,3624,0,1,5}-{3105,3876,0,1,2}" + "loc_data": "{3256,3624,0,1,5}-{3105,3876,0,1,2}-{2912,9731,0,1,0}" }, + { + "npc_id": "4693", + "loc_data": "{2912,9741,0,1,0}-{2906,9736,0,1,0}" + }, { "npc_id": "4694", "loc_data": "{3098,3870,0,1,1}-{3020,3854,0,1,7}-{2843,9558,0,1,1}-{2840,9605,0,1,4}-{3053,10124,0,1,0}-{3056,10140,0,1,0}" @@ -7353,19 +7361,19 @@ }, { "npc_id": "5332", - "loc_data": "{3102,3571,0,1,3}-{2855,9571,0,1,0}" + "loc_data": "{2887,9822,0,1,0}-{2884,9824,0,1,0}-{3102,3571,0,1,3}-{2855,9571,0,1,0}" }, { "npc_id": "5333", - "loc_data": "{3100,3560,0,1,4}-{3108,3545,0,1,2}-{2860,9571,0,1,7}" + "loc_data": "{2885,9815,0,1,0}-{3100,3560,0,1,4}-{3108,3545,0,1,2}-{2860,9571,0,1,7}" }, { "npc_id": "5334", - "loc_data": "{3108,3533,0,1,1}-{2860,9569,0,1,6}" + "loc_data": "{2884,9817,0,1,0}-{3108,3533,0,1,1}-{2860,9569,0,1,6}" }, { "npc_id": "5337", - "loc_data": "{3100,3563,0,1,1}-{2832,9656,0,1,6}-{2846,3250,0,1,7}-{2834,3233,0,1,5}-{3003,10347,0,1,7}-{3003,10350,0,1,6}-{3003,10357,0,1,4}-{2996,10343,0,1,3}-{2993,10346,0,1,4}-{2995,3938,0,1,4}" + "loc_data": "{2885,9825,0,1,0}-{3100,3563,0,1,1}-{2832,9656,0,1,6}-{2846,3250,0,1,7}-{2834,3233,0,1,5}-{3003,10347,0,1,7}-{3003,10350,0,1,6}-{3003,10357,0,1,4}-{2996,10343,0,1,3}-{2993,10346,0,1,4}-{2995,3938,0,1,4}" }, { "npc_id": "5338", diff --git a/Server/data/configs/shops.json b/Server/data/configs/shops.json index e6abe3675..3d3fb5cdf 100644 --- a/Server/data/configs/shops.json +++ b/Server/data/configs/shops.json @@ -303,7 +303,7 @@ "general_store": "true", "id": "35", "title": "Shantay Pass Shop", - "stock": "{1823,100}-{1831,100}-{1937,10}-{1921,10}-{1929,10}-{946,10}-{1833,10}-{1835,10}-{1837,10}-{2349,10}-{314,500}-{2347,10}-{1925,0}-{1923,0}-{1935,0}-{1854,500}-{954,20}" + "stock": "{1823,30}-{1831,30}-{1937,10}-{1921,10}-{1929,10}-{946,10}-{1833,10}-{1835,10}-{1837,10}-{2349,0}-{314,1000}-{2347,10}-{1925,30}-{1923,10}-{1935,10}-{1854,300}-{954,100}" }, { "npcs": "516", @@ -896,7 +896,7 @@ "currency": "995", "general_store": "false", "id": "102", - "title": "Grud's Herblore Stall", + "title": "Grud's Herblore Stall.", "stock": "{229,10}-{233,10}-{221,10}" }, { @@ -1904,8 +1904,8 @@ "currency": "995", "general_store": "false", "id": "215", - "title": "Fishing Guild Shop", - "stock": "{313,2000}-{314,1500}-{341,0}-{353,0}-{363,0}-{359,0}-{377,0}-{371,0}-{339,0}-{355,0}-{365,0}-{361,0}-{379,0}-{373,0}" + "title": "Fishing Guild Shop.", + "stock": "{313,1000}-{314,1000}-{341,0}-{353,0}-{363,0}-{359,0}-{377,0}-{371,0}-{339,0}-{355,0}-{365,0}-{361,0}-{379,0}-{373,0}" }, { "npcs": "5483", @@ -1985,8 +1985,8 @@ "currency": "995", "general_store": "false", "id": "224", - "title": "Frincos' Fabulous Herb Store", - "stock": "{229,100}-{227,10}-{233,4}-{221,3}" + "title": "Frincos' Fabulous Herb Store.", + "stock": "{229,10}-{233,10}-{221,10}" }, { "npcs": "555", From 1951aa1739a271ae59fd214ec30ed57ff19bd243 Mon Sep 17 00:00:00 2001 From: skelsoft <9147770-skelsoft@users.noreply.gitlab.com> Date: Thu, 2 Sep 2021 12:54:05 +1000 Subject: [PATCH 32/33] Fix: Wizards' Guild Portals, more Taverley Dungeon, misc - Corrected the exact teleport coordinates for all 3 Wizards' Guild portals (WizardGuildPortals.kt) - Correct text printed in the chatbox when using one of the Wizards' Guild portals - added knife ground item spawn inside Sorceror's Tower - Thormac (ID 389) NPC examine added. - spawned Zandar Horfyre NPC (ID 3308) in his correct location at the top of Dark Wizards' Tower - Added all correct Hellhound spawns in Taverley Dungeon (13 Hellhounds!) --- Server/data/configs/ground_spawns.json | 2 +- Server/data/configs/npc_configs.json | 5 +++++ Server/data/configs/npc_spawns.json | 6 +++++- .../game/interaction/object/WizardGuildPortals.kt | 12 +++++++++--- 4 files changed, 20 insertions(+), 5 deletions(-) diff --git a/Server/data/configs/ground_spawns.json b/Server/data/configs/ground_spawns.json index a08750389..929d1b89b 100644 --- a/Server/data/configs/ground_spawns.json +++ b/Server/data/configs/ground_spawns.json @@ -173,7 +173,7 @@ }, { "item_id": "946", - "loc_data": "{1,3218,9887,0,6553680}-{1,3205,3212,0,6553680}-{1,3215,9625,0,6553680}-{1,3224,3202,0,6553680}-{1,2903,3148,0,6553680}-{1,2820,3450,0,7209050}-{1,3218,3416,1,7864410}-{1,3106,3956,0,5242940}-{1,2566,9526,0,5898270}" + "loc_data": "{1,3218,9887,0,6553680}{1,2700,3407,0,6553680}-{1,3205,3212,0,6553680}-{1,3215,9625,0,6553680}-{1,3224,3202,0,6553680}-{1,2903,3148,0,6553680}-{1,2820,3450,0,7209050}-{1,3218,3416,1,7864410}-{1,3106,3956,0,5242940}-{1,2566,9526,0,5898270}" }, { "item_id": "952", diff --git a/Server/data/configs/npc_configs.json b/Server/data/configs/npc_configs.json index 57078bb9a..cf6325028 100644 --- a/Server/data/configs/npc_configs.json +++ b/Server/data/configs/npc_configs.json @@ -275496,5 +275496,10 @@ "examine": "I can see fish swimming in the water.", "name": "Fishing spot", "id": "1176" + }, + { + "examine": "Nice hat.", + "name": "Thormac", + "id": "389" } ] \ No newline at end of file diff --git a/Server/data/configs/npc_spawns.json b/Server/data/configs/npc_spawns.json index a46688cde..5894f7646 100644 --- a/Server/data/configs/npc_spawns.json +++ b/Server/data/configs/npc_spawns.json @@ -157,7 +157,7 @@ }, { "npc_id": "49", - "loc_data": "{2861,9838,0,1,3}-{2858,9842,0,1,4}-{2854,9847,0,1,5}-{2857,9850,0,1,7}-{2865,9849,0,1,6}-{2869,9838,0,1,6}-{3104,3680,0,1,3}-{3114,3688,0,1,1}-{3121,3675,0,1,1}-{3127,3695,0,1,3}-{3129,3678,0,1,2}-{3130,3689,0,1,2}-{3128,3665,0,1,3}-{3135,3701,0,1,6}-{3085,10134,0,1,0}-{3090,10123,0,1,0}-{3094,10133,0,1,0}-{3095,10120,0,1,0}-{3095,10128,0,1,0}-{3098,10122,0,1,0}-{3104,10127,0,1,0}-{3105,10125,0,1,0}-{3177,3905,0,1,4}-{3180,3908,0,1,2}-{3189,3914,0,1,6}-{3193,3906,0,1,2}-{2402,9785,0,1,1}-{2403,9782,0,1,1}-{2408,9782,0,1,1}-{2408,9785,0,1,1}-{2413,9776,0,1,1}-{2417,9777,0,1,1}-{2412,9773,0,1,1}-{2416,9773,0,1,1}-{2735,9692,0,1,1}-{2732,9687,0,1,1}-{2733,9688,0,1,1}-{2734,9690,0,1,1}-{2733,9686,0,1,1}-{2732,9692,0,1,1}-{2736,9685,0,1,1}-{2730,9691,0,1,1}" + "loc_data": "{2871,9819,0,1,0}-{2871,9822,0,1,0}-{2870,9826,0,1,0}-{2869,9829,0,1,0}-{2867,9834,0,1,0}-{2867,9841,0,1,0}-{2864,9853,0,1,0}-{2859,9852,0,1,0}-{2851,9850,0,1,0}-{2856,9846,0,1,0}-{2857,9841,0,1,0}-{2861,9838,0,1,0}-{2854,9838,0,1,0}-{3104,3680,0,1,3}-{3114,3688,0,1,1}-{3121,3675,0,1,1}-{3127,3695,0,1,3}-{3129,3678,0,1,2}-{3130,3689,0,1,2}-{3128,3665,0,1,3}-{3135,3701,0,1,6}-{3085,10134,0,1,0}-{3090,10123,0,1,0}-{3094,10133,0,1,0}-{3095,10120,0,1,0}-{3095,10128,0,1,0}-{3098,10122,0,1,0}-{3104,10127,0,1,0}-{3105,10125,0,1,0}-{3177,3905,0,1,4}-{3180,3908,0,1,2}-{3189,3914,0,1,6}-{3193,3906,0,1,2}-{2402,9785,0,1,1}-{2403,9782,0,1,1}-{2408,9782,0,1,1}-{2408,9785,0,1,1}-{2413,9776,0,1,1}-{2417,9777,0,1,1}-{2412,9773,0,1,1}-{2416,9773,0,1,1}-{2735,9692,0,1,1}-{2732,9687,0,1,1}-{2733,9688,0,1,1}-{2734,9690,0,1,1}-{2733,9686,0,1,1}-{2732,9692,0,1,1}-{2736,9685,0,1,1}-{2730,9691,0,1,1}" }, { "npc_id": "50", @@ -5743,6 +5743,10 @@ "npc_id": "3307", "loc_data": "{2467,4438,0,1,4}-{2471,4439,0,1,7}-{2465,4436,0,1,3}-{2464,4432,0,1,4}" }, + { + "npc_id": "3308", + "loc_data": "{2905,3333,2,1,0}" + }, { "npc_id": "3310", "loc_data": "{2415,4451,0,1,6}-{2416,4435,0,1,7}-{2423,4432,0,1,4}" diff --git a/Server/src/main/kotlin/rs09/game/interaction/object/WizardGuildPortals.kt b/Server/src/main/kotlin/rs09/game/interaction/object/WizardGuildPortals.kt index d12e0e634..960b9c88c 100644 --- a/Server/src/main/kotlin/rs09/game/interaction/object/WizardGuildPortals.kt +++ b/Server/src/main/kotlin/rs09/game/interaction/object/WizardGuildPortals.kt @@ -12,17 +12,23 @@ class WizardGuildPortals : InteractionListener() { override fun defineListeners() { on(WTOWER_PORTAL, SCENERY, "enter"){player, _ -> - ContentAPI.teleport(player, Location.create(3114, 3171, 0)) + ContentAPI.teleport(player, Location.create(3109, 3159, 0)) + ContentAPI.sendMessage(player, "You enter the magic portal...") + ContentAPI.sendMessage(player, "You teleport to the Wizards' tower.") return@on true } on(DWTOWER_PORTAL, SCENERY, "enter"){player, _ -> - ContentAPI.teleport(player, Location.create(2916, 3335, 0)) + ContentAPI.teleport(player, Location.create(2907, 3333, 0)) + ContentAPI.sendMessage(player, "You enter the magic portal...") + ContentAPI.sendMessage(player, "You teleport to the Dark Wizards' tower.") return@on true } on(SORC_TOWER_PORTAL, SCENERY, "enter"){player, _ -> - ContentAPI.teleport(player, Location.create(2701, 3395, 0)) + ContentAPI.teleport(player, Location.create(2703, 3406, 0)) + ContentAPI.sendMessage(player, "You enter the magic portal...") + ContentAPI.sendMessage(player, "You teleport to Thormac the Sorceror's house.") return@on true } } From e2a1ca771243ac05e4210faab3ece8b09a3dc623 Mon Sep 17 00:00:00 2001 From: skelsoft <9147770-skelsoft@users.noreply.gitlab.com> Date: Fri, 3 Sep 2021 11:44:02 +1000 Subject: [PATCH 33/33] Fix: Taverley Dungeon QA Pass 4 - Corrected all Tormented Demon spawns inside the AGT (6 Tormented Demons) - The gnarlier WGS model variant of Tormented Demon will also be able to spawn in the AGT (ID 8358) - Fixed punctuation error in lantern making dialogue (LanternCrafting.kt) - Coffin (ID 32290) and Altar Slab (ID 32289) object examines added - Added all Poison Spider spawns to Taverley Dungeon (8 Poison Spiders) - Added all lvl-45 Monk of Zamorak spawns to Taverley Dungeon (6 Monks of Zamorak) - Corrected both Black Dragon spawns in Taverley Dungeon with their correct model variants - Fernahei's Fishing Hut shop stock correction --- Server/data/configs/npc_configs.json | 1296 ----------------- Server/data/configs/npc_spawns.json | 16 +- Server/data/configs/object_configs.json | 4 +- Server/data/configs/shops.json | 2 +- .../crafting/lightsources/LanternCrafting.kt | 192 +-- 5 files changed, 111 insertions(+), 1399 deletions(-) diff --git a/Server/data/configs/npc_configs.json b/Server/data/configs/npc_configs.json index cf6325028..17def98b5 100644 --- a/Server/data/configs/npc_configs.json +++ b/Server/data/configs/npc_configs.json @@ -139100,438 +139100,6 @@ "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", @@ -207291,438 +206859,6 @@ "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", @@ -274339,438 +273475,6 @@ "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", - "defence_animation": "10923", - "slayer_exp": "136", - "magic_animation": "10918", - "death_animation": "10924", - "name": "Tormented demon", - "defence_level": "85", - "poison_immune": "true", - "safespot": "true", - "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", diff --git a/Server/data/configs/npc_spawns.json b/Server/data/configs/npc_spawns.json index 5894f7646..55f5e08bb 100644 --- a/Server/data/configs/npc_spawns.json +++ b/Server/data/configs/npc_spawns.json @@ -173,7 +173,7 @@ }, { "npc_id": "54", - "loc_data": "{2831,9825,0,1,0}-{2838,9824,0,1,1}-{2344,9763,0,1,1}" + "loc_data": "{2834,9824,0,1,0}" }, { "npc_id": "55", @@ -437,7 +437,7 @@ }, { "npc_id": "134", - "loc_data": "{3088,9945,0,1,3}-{3089,9943,0,1,0}-{3090,9944,0,1,7}-{3043,10262,0,1,1}-{3044,10252,0,1,4}-{3051,10257,0,1,3}-{3055,10253,0,1,3}-{3067,10255,0,1,3}-{3067,10257,0,1,3}-{3068,10253,0,1,2}-{3069,10257,0,1,4}-{3069,10259,0,1,0}-{2876,9810,0,1,4}-{2876,9803,0,1,5}-{2869,9799,0,1,4}-{2858,9804,0,1,7}-{2857,9821,0,1,4}-{2869,9816,0,1,0}-{2849,9817,0,1,6}-{3278,5477,0,1,1}-{3278,5476,0,1,2}-{3277,5451,0,1,5}-{3283,5449,0,1,4}-{3280,5476,0,1,3}-{3274,5463,0,1,1}-{3272,5477,0,1,1}-{3271,5473,0,1,4}-{3270,5459,0,1,1}-{3271,5454,0,1,3}-{3278,5525,0,1,3}-{3272,5529,0,1,3}-{3270,5536,0,1,6}-{3277,5536,0,1,4}-{3277,5512,0,1,3}-{3279,5516,0,1,6}-{3280,5531,0,1,6}-{2598,9558,0,1,6}-{2599,9557,0,1,4}-{2598,9556,0,1,4}-{2600,9555,0,1,3}-{2601,9553,0,1,1}-{2572,9569,0,1,3}-{2599,9552,0,1,6}-{2601,9560,0,1,1}-{2599,9564,0,1,6}-{2600,9563,0,1,4}-{2597,9569,0,1,1}-{2594,9571,0,1,2}-{2589,9571,0,1,4}-{2589,9574,0,1,3}-{2584,9572,0,1,6}-{2581,9575,0,1,6}-{2583,9577,0,1,6}-{2582,9572,0,1,3}-{2572,9568,0,1,1}-{2570,9567,0,1,1}-{2572,9571,0,1,3}-{2575,9572,0,1,0}-{2577,9574,0,1,3}-{2580,9578,0,1,3}-{2597,9572,0,1,6}" + "loc_data": "{2871,9793,0,1,0}-{2869,9799,0,1,0}-{2876,9806,0,1,0}-{2864,9819,0,1,0}-{2857,9822,0,1,0}-{2858,9814,0,1,0}-{2859,9802,0,1,0}-{2849,9809,0,1,0}-{3088,9945,0,1,3}-{3089,9943,0,1,0}-{3090,9944,0,1,7}-{3043,10262,0,1,1}-{3044,10252,0,1,4}-{3051,10257,0,1,3}-{3055,10253,0,1,3}-{3067,10255,0,1,3}-{3067,10257,0,1,3}-{3068,10253,0,1,2}-{3069,10257,0,1,4}-{3069,10259,0,1,0}-{3278,5477,0,1,1}-{3278,5476,0,1,2}-{3277,5451,0,1,5}-{3283,5449,0,1,4}-{3280,5476,0,1,3}-{3274,5463,0,1,1}-{3272,5477,0,1,1}-{3271,5473,0,1,4}-{3270,5459,0,1,1}-{3271,5454,0,1,3}-{3278,5525,0,1,3}-{3272,5529,0,1,3}-{3270,5536,0,1,6}-{3277,5536,0,1,4}-{3277,5512,0,1,3}-{3279,5516,0,1,6}-{3280,5531,0,1,6}-{2598,9558,0,1,6}-{2599,9557,0,1,4}-{2598,9556,0,1,4}-{2600,9555,0,1,3}-{2601,9553,0,1,1}-{2572,9569,0,1,3}-{2599,9552,0,1,6}-{2601,9560,0,1,1}-{2599,9564,0,1,6}-{2600,9563,0,1,4}-{2597,9569,0,1,1}-{2594,9571,0,1,2}-{2589,9571,0,1,4}-{2589,9574,0,1,3}-{2584,9572,0,1,6}-{2581,9575,0,1,6}-{2583,9577,0,1,6}-{2582,9572,0,1,3}-{2572,9568,0,1,1}-{2570,9567,0,1,1}-{2572,9571,0,1,3}-{2575,9572,0,1,0}-{2577,9574,0,1,3}-{2580,9578,0,1,3}-{2597,9572,0,1,6}" }, { "npc_id": "138", @@ -553,7 +553,7 @@ }, { "npc_id": "190", - "loc_data": "{2837,9815,0,1,1}-{2833,9814,0,1,2}-{2831,9808,0,1,3}-{2829,9804,0,1,7}-{2825,9806,0,1,1}-{2828,9809,0,1,3}-{2826,9813,0,1,6}" + "loc_data": "{2833,9814,0,1,0}-{2829,9812,0,1,0}-{2825,9811,0,1,0}-{2829,9808,0,1,0}-{2833,9808,0,1,0}-{2827,9805,0,1,0}" }, { "npc_id": "191", @@ -6755,6 +6755,10 @@ "npc_id": "4672", "loc_data": "{3212,3847,0,1,6}-{3221,3827,0,1,6}" }, + { + "npc_id": "4673", + "loc_data": "{2829,9827,0,1,0}" + }, { "npc_id": "4675", "loc_data": "{3048,10266,0,1,4}" @@ -10033,8 +10037,12 @@ }, { "npc_id": "8349", - "loc_data": "{2603,5740,0,0,7}-{2591,5739,0,1,3}-{2616,5733,0,1,3}-{2613,5712,0,1,3}-{2603,5712,0,1,3}-{2588,5712,0,1,3}" + "loc_data": "{2589,5735,0,1,0}-{2589,5713,0,1,0}-{2610,5709,0,1,0}-{2613,5732,0,1,0}" }, + { + "npc_id": "8358", + "loc_data": "{2601,5710,0,1,0}-{2603,5737,0,1,0}" + }, { "npc_id": "8536", "loc_data": "{2654,5600,0,1,3}-{2650,5600,0,0,3}-{2662,5593,0,0,3}-{2653,5590,0,0,3}-{2644,5592,0,0,3-{2644,5601,0,0,3}-{2654,5604,0,0,3}-{2663,5606,0,0,3}-{2670,5597,0,0,3}-{2657,5589,0,0,3}-" diff --git a/Server/data/configs/object_configs.json b/Server/data/configs/object_configs.json index d10431fd7..4e9f79523 100644 --- a/Server/data/configs/object_configs.json +++ b/Server/data/configs/object_configs.json @@ -653,7 +653,7 @@ }, { "examine": "I hope no-one's home...", - "ids": "398" + "ids": "398,32290" }, { "examine": "I see dead people.", @@ -2821,7 +2821,7 @@ }, { "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" + "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.", diff --git a/Server/data/configs/shops.json b/Server/data/configs/shops.json index 3d3fb5cdf..f1efa98f5 100644 --- a/Server/data/configs/shops.json +++ b/Server/data/configs/shops.json @@ -2022,7 +2022,7 @@ "general_store": "false", "id": "228", "title": "Fernahei's Fishing Hut", - "stock": "{307,5}-{309,5}-{313,200}-{314,500}-{335,0}-{349,0}-{331,0}" + "stock": "{307,10}-{309,10}-{313,1000}-{314,1000}-{335,0}-{349,0}-{331,0}" }, { "npcs": "2357", diff --git a/Server/src/main/kotlin/rs09/game/node/entity/skill/crafting/lightsources/LanternCrafting.kt b/Server/src/main/kotlin/rs09/game/node/entity/skill/crafting/lightsources/LanternCrafting.kt index ac14a7540..196292cbb 100644 --- a/Server/src/main/kotlin/rs09/game/node/entity/skill/crafting/lightsources/LanternCrafting.kt +++ b/Server/src/main/kotlin/rs09/game/node/entity/skill/crafting/lightsources/LanternCrafting.kt @@ -1,97 +1,97 @@ -package rs09.game.node.entity.skill.crafting.lightsources - -import core.game.interaction.NodeUsageEvent -import core.game.interaction.UseWithHandler -import core.game.node.entity.player.Player -import core.game.node.entity.skill.Skills -import core.game.node.item.Item -import core.plugin.Initializable -import core.plugin.Plugin - -/** - * Handles the combining of items to craft lanterns - * @author Ceikry - */ -@Initializable -class LanternCrafting : UseWithHandler(36,38,4525,4542,1607){ - /** - * For candle lanterns -> Glassblowing produces 4527 - * 4527 + white candle = 4529 - * 4527 + black candle = 4532 - * - * For oil lanterns -> Glassblowing produces 4525 - * 4525 + 4540 (oil lantern frame) = 4535 (empty oil lantern) - * - * For Bullseye lanterns -> Smithing produces 4544 (bullseye lantern (unf)) - * 4544 + Lens(4542) -> 4546 - * 4544 + Sapphire(1607) -> 4700 (Sapphire lantern) - */ - override fun newInstance(arg: Any?): Plugin { - addHandler(4527, ITEM_TYPE, this) //Empty candle lantern - addHandler(4540, ITEM_TYPE,this) //oil lantern frame - addHandler(4544, ITEM_TYPE,this) //Bullseye lantern(unf) - return this - } - - override fun handle(event: NodeUsageEvent?): Boolean { - event ?: return false //if event is null don't execute - val used = event.used - return when(used.id){ - 4527 -> craftCandleLantern(event.player,event) - 4540 -> craftOilLantern(event.player,event) - 4544 -> craftBullseyeLantern(event.player,event) - else -> false - } - } - - private fun craftCandleLantern(player: Player, event: NodeUsageEvent): Boolean{ - return when(event.usedWith.id){ - 36,38 -> { - removeEventItems(player,event) - player.inventory.add( if(event.usedWith.id == 36) Item(4529) else Item(4532)) - player.sendMessage("You place the unlit candle inside the lantern.") - true - } - else -> false - } - } - - private fun craftOilLantern(player: Player, event: NodeUsageEvent): Boolean { - return when(event.usedWith.id){ - 4525 -> { - removeEventItems(player,event) - player.inventory.add(Item(4535)) - player.sendMessage("You place the oil lamp inside its metal frame.") - true - } - else -> false - } - } - - private fun craftBullseyeLantern(player: Player,event: NodeUsageEvent): Boolean{ - return when(event.usedWith.id){ - 4542 -> { - removeEventItems(player,event) - player.inventory.add( Item(4546) ) - player.sendMessage("You fashion the lens onto the lantern.") - true - } - 1607 -> { - if(player.skills.getLevel(Skills.CRAFTING) >= 20){ - removeEventItems(player,event) - player.inventory.add(Item(4700)) - player.sendMessage("You fashion the gem into a lens and fit it onto the lantern") - } else { - player.sendMessage("You require a crafting level of 20 to use a gem as a lens.") - } - true - } - else -> false - } - } - - private fun removeEventItems(player: Player, event: NodeUsageEvent){ - player.inventory.remove(event.used.asItem()) - player.inventory.remove(event.usedWith.asItem()) - } +package rs09.game.node.entity.skill.crafting.lightsources + +import core.game.interaction.NodeUsageEvent +import core.game.interaction.UseWithHandler +import core.game.node.entity.player.Player +import core.game.node.entity.skill.Skills +import core.game.node.item.Item +import core.plugin.Initializable +import core.plugin.Plugin + +/** + * Handles the combining of items to craft lanterns + * @author Ceikry + */ +@Initializable +class LanternCrafting : UseWithHandler(36,38,4525,4542,1607){ + /** + * For candle lanterns -> Glassblowing produces 4527 + * 4527 + white candle = 4529 + * 4527 + black candle = 4532 + * + * For oil lanterns -> Glassblowing produces 4525 + * 4525 + 4540 (oil lantern frame) = 4535 (empty oil lantern) + * + * For Bullseye lanterns -> Smithing produces 4544 (bullseye lantern (unf)) + * 4544 + Lens(4542) -> 4546 + * 4544 + Sapphire(1607) -> 4700 (Sapphire lantern) + */ + override fun newInstance(arg: Any?): Plugin { + addHandler(4527, ITEM_TYPE, this) //Empty candle lantern + addHandler(4540, ITEM_TYPE,this) //oil lantern frame + addHandler(4544, ITEM_TYPE,this) //Bullseye lantern(unf) + return this + } + + override fun handle(event: NodeUsageEvent?): Boolean { + event ?: return false //if event is null don't execute + val used = event.used + return when(used.id){ + 4527 -> craftCandleLantern(event.player,event) + 4540 -> craftOilLantern(event.player,event) + 4544 -> craftBullseyeLantern(event.player,event) + else -> false + } + } + + private fun craftCandleLantern(player: Player, event: NodeUsageEvent): Boolean{ + return when(event.usedWith.id){ + 36,38 -> { + removeEventItems(player,event) + player.inventory.add( if(event.usedWith.id == 36) Item(4529) else Item(4532)) + player.sendMessage("You place the unlit candle inside the lantern.") + true + } + else -> false + } + } + + private fun craftOilLantern(player: Player, event: NodeUsageEvent): Boolean { + return when(event.usedWith.id){ + 4525 -> { + removeEventItems(player,event) + player.inventory.add(Item(4535)) + player.sendMessage("You place the oil lamp inside its metal frame.") + true + } + else -> false + } + } + + private fun craftBullseyeLantern(player: Player,event: NodeUsageEvent): Boolean{ + return when(event.usedWith.id){ + 4542 -> { + removeEventItems(player,event) + player.inventory.add( Item(4546) ) + player.sendMessage("You fashion the lens onto the lantern.") + true + } + 1607 -> { + if(player.skills.getLevel(Skills.CRAFTING) >= 20){ + removeEventItems(player,event) + player.inventory.add(Item(4700)) + player.sendMessage("You fashion the gem into a lens and fit it onto the lantern.") + } else { + player.sendMessage("You require a crafting level of 20 to use a gem as a lens.") + } + true + } + else -> false + } + } + + private fun removeEventItems(player: Player, event: NodeUsageEvent){ + player.inventory.remove(event.used.asItem()) + player.inventory.remove(event.usedWith.asItem()) + } } \ No newline at end of file